(e, t, n)
| 7704 | return new uf(null, this.model, l(this.filter)); |
| 7705 | } |
| 7706 | constructor(e, t, n) { |
| 7707 | (super(e), |
| 7708 | (this.model = t), |
| 7709 | (this.filter = n), |
| 7710 | (this.expr = mf(this.model, this.filter, this)), |
| 7711 | (this._dependentFields = cf(this.expr))); |
| 7712 | } |
| 7713 | dependentFields() { |
| 7714 | return this._dependentFields; |
| 7715 | } |