@openmfp/ngx 0.17.4 → 0.18.1

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.
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@openmfp/ngx",
3
- "version": "0.17.4",
3
+ "version": "0.18.1",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/openmfp/webcomponents.git"
7
7
  },
8
8
  "dependencies": {
9
- "gridstack": "^12.6.0",
9
+ "gridstack": "^13.0.0",
10
10
  "tslib": "2.8.1"
11
11
  },
12
12
  "peerDependencies": {
@@ -179,6 +179,7 @@ declare class DeclarativeTable<T extends GenericResource> {
179
179
  rowTrackBy: (_index: number, item: T) => unknown;
180
180
  viewColumns: _angular_core.Signal<ProcessedTableFieldDefinition[]>;
181
181
  isPagerMode: _angular_core.Signal<boolean>;
182
+ knowsTotal: _angular_core.Signal<boolean>;
182
183
  hasResults: _angular_core.Signal<boolean>;
183
184
  totalPages: _angular_core.Signal<number>;
184
185
  canPrev: _angular_core.Signal<boolean>;