ngx-material-entity 18.2.4 → 18.2.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -160,11 +160,17 @@ export declare class NgxMatEntityInputComponent<EntityType extends BaseEntityTyp
160
160
  */
161
161
  readonly inputChangeEvent: EventEmitter<void>;
162
162
  /**
163
- * A setter for the has many sort.
163
+ * A setter for the has many and array sort.
164
164
  * Is needed because the sort is inside a switch case,
165
165
  * which means that at ngOnInit it can't be initialized.
166
166
  */
167
167
  private set sort(value);
168
+ /**
169
+ * A setter for the has many and array paginator.
170
+ * Is needed because the paginator is inside a switch case,
171
+ * which means that at ngOnInit it can't be initialized.
172
+ */
173
+ private set paginator(value);
168
174
  /**
169
175
  * The type of the decorator for this input.
170
176
  */