@openmfp/ngx 0.15.0 → 0.16.0
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/fesm2022/openmfp-ngx.mjs +158 -69
- package/fesm2022/openmfp-ngx.mjs.map +1 -1
- package/package.json +1 -1
- package/types/openmfp-ngx.d.ts +1 -0
package/package.json
CHANGED
package/types/openmfp-ngx.d.ts
CHANGED
|
@@ -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;
|