@yuuvis/client-framework 2.1.9 → 2.1.11

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.
@@ -8,6 +8,7 @@ export declare class YuvWidgetGridComponent {
8
8
  widgetPicker: import("@angular/core").Signal<TemplateRef<any>>;
9
9
  options: GridsterConfig;
10
10
  gridConfig: import("@angular/core").InputSignal<WidgetGridConfig | undefined>;
11
+ _editMode: import("@angular/core").WritableSignal<boolean>;
11
12
  /**
12
13
  * Whether or not to enable edit mode. In edit mode controls
13
14
  * for editing existing tiles and creating new ones are shown.