@firestitch/list 12.3.1 → 12.3.2

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.
@@ -55,6 +55,7 @@ export declare class FsListComponent implements OnInit, OnDestroy {
55
55
  get groupEnabled(): boolean;
56
56
  get paginatorVisible(): boolean;
57
57
  set groupEnabled(value: boolean);
58
+ get filtersQuery(): Record<string, unknown>;
58
59
  ngOnInit(): void;
59
60
  ngOnDestroy(): void;
60
61
  nextPage(): void;
@@ -6118,6 +6118,13 @@
6118
6118
  enumerable: false,
6119
6119
  configurable: true
6120
6120
  });
6121
+ Object.defineProperty(FsListComponent.prototype, "filtersQuery", {
6122
+ get: function () {
6123
+ return this.list.filtersQuery;
6124
+ },
6125
+ enumerable: false,
6126
+ configurable: true
6127
+ });
6121
6128
  FsListComponent.prototype.ngOnInit = function () {
6122
6129
  this._subscribeToRemoveRow();
6123
6130
  this._subscribeToGroupExpandStatusChange();