@openmfp/ngx 0.10.4 → 0.10.5

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.10.4",
3
+ "version": "0.10.5",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/openmfp/webcomponents.git"
@@ -443,8 +443,10 @@ declare class Dashboard implements OnInit, OnDestroy {
443
443
  private sectionsSnapshot;
444
444
  private cardsSnapshot;
445
445
  private gridStackItems;
446
+ private addCardBtn;
446
447
  private resizeObserver?;
447
448
  private readonly hostEl;
449
+ private readonly injector;
448
450
  protected gridOptions: _angular_core.Signal<GridStackOptions>;
449
451
  cardDialogOpen: _angular_core.WritableSignal<boolean>;
450
452
  customActions: _angular_core.Signal<ButtonSettings[]>;
@@ -1066,6 +1068,7 @@ declare class ValueCell<T extends GenericResource, F extends FieldDefinition> {
1066
1068
  stringValue: _angular_core.Signal<string | undefined>;
1067
1069
  tags: _angular_core.Signal<string[]>;
1068
1070
  isVisible: _angular_core.WritableSignal<boolean>;
1071
+ copySuccess: _angular_core.WritableSignal<boolean>;
1069
1072
  toggleVisibility(e: Event): void;
1070
1073
  private normalizeBoolean;
1071
1074
  private normalizeString;