@openmfp/ngx 0.11.2 → 0.12.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,6 +1,6 @@
1
1
  {
2
2
  "name": "@openmfp/ngx",
3
- "version": "0.11.2",
3
+ "version": "0.12.1",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/openmfp/webcomponents.git"
@@ -148,8 +148,8 @@ declare class DeclarativeTable<T extends GenericResource> {
148
148
  totalItemsCount: _angular_core.InputSignal<number | undefined>;
149
149
  paginationLimit: _angular_core.InputSignal<number>;
150
150
  hasMore: _angular_core.InputSignal<boolean>;
151
- growMode: _angular_core.InputSignal<"Scroll" | "Button" | undefined>;
152
- loadMoreButtonText: _angular_core.InputSignal<string | undefined>;
151
+ growMode: _angular_core.InputSignal<"Scroll" | "Button">;
152
+ loadMoreButtonText: _angular_core.InputSignal<string>;
153
153
  height: _angular_core.InputSignal<number | undefined>;
154
154
  readonly buttonClick: _angular_core.OutputEmitterRef<ResourceFieldButtonClickEvent<T>>;
155
155
  readonly tableRowClicked: _angular_core.OutputEmitterRef<T>;