@schneideress/dashboardframework 0.0.102 → 0.0.103
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/bundles/schneideress-dashboardframework.umd.js +2 -0
- package/bundles/schneideress-dashboardframework.umd.js.map +1 -1
- package/bundles/schneideress-dashboardframework.umd.min.js +1 -1
- package/bundles/schneideress-dashboardframework.umd.min.js.map +1 -1
- package/esm2015/lib/ra-widget-container/ra.widget.container.component.js +3 -1
- package/esm5/lib/ra-widget-container/ra.widget.container.component.js +3 -1
- package/fesm2015/schneideress-dashboardframework.js +2 -0
- package/fesm2015/schneideress-dashboardframework.js.map +1 -1
- package/fesm5/schneideress-dashboardframework.js +2 -0
- package/fesm5/schneideress-dashboardframework.js.map +1 -1
- package/package.json +1 -1
|
@@ -1888,6 +1888,7 @@
|
|
|
1888
1888
|
switch (this.lockStatus) {
|
|
1889
1889
|
case widgetframework.RaWidgetlockStatus.Locked: {
|
|
1890
1890
|
this.lockClass = "fas fa-lock locked";
|
|
1891
|
+
this.lockVisible = false;
|
|
1891
1892
|
break;
|
|
1892
1893
|
}
|
|
1893
1894
|
case widgetframework.RaWidgetlockStatus.Unlocked: {
|
|
@@ -1897,6 +1898,7 @@
|
|
|
1897
1898
|
}
|
|
1898
1899
|
case widgetframework.RaWidgetlockStatus.PartiallyLocked: {
|
|
1899
1900
|
this.lockClass = "fas fa-lock partiallocked";
|
|
1901
|
+
this.lockVisible = false;
|
|
1900
1902
|
break;
|
|
1901
1903
|
}
|
|
1902
1904
|
default: {
|