@openmfp/ngx 0.15.0 → 0.16.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.15.0",
3
+ "version": "0.16.1",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/openmfp/webcomponents.git"
@@ -1248,6 +1248,7 @@ declare class ResourceField<T extends GenericResource, F extends FieldDefinition
1248
1248
  tags: _angular_core.Signal<string[]>;
1249
1249
  isVisible: _angular_core.WritableSignal<boolean>;
1250
1250
  copySuccess: _angular_core.WritableSignal<boolean>;
1251
+ isCollection: _angular_core.Signal<boolean>;
1251
1252
  toggleVisibility(e: Event): void;
1252
1253
  private normalizeBoolean;
1253
1254
  private normalizeString;