@schneideress/dashboardframework 17.0.26 → 17.0.28

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.
@@ -33,6 +33,7 @@ export declare class RAWidgetContainer implements OnInit, OnChanges, AfterViewIn
33
33
  toolTipValue: string;
34
34
  toolTipWidth: string;
35
35
  lockDetails: any;
36
+ hideLock: boolean;
36
37
  lockTemplateInfo: TemplateRef<any>;
37
38
  editToolTipValue: string;
38
39
  copyToolTipValue: string;
@@ -88,6 +89,7 @@ export declare class RAWidgetContainer implements OnInit, OnChanges, AfterViewIn
88
89
  dataLoaded: EventEmitter<any>;
89
90
  widgetLoaded: EventEmitter<any>;
90
91
  isWidgetStateApplicable: boolean;
92
+ isWidgetCanMove: boolean;
91
93
  widgetEmptyState: string;
92
94
  domResized: boolean;
93
95
  lockVisible: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@schneideress/dashboardframework",
3
- "version": "17.0.26",
3
+ "version": "17.0.28",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.1.0",
6
6
  "@angular/core": "^17.1.0",