@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
|
@@ -1699,6 +1699,7 @@ var RAWidgetContainer = /** @class */ (function () {
|
|
|
1699
1699
|
switch (this.lockStatus) {
|
|
1700
1700
|
case RaWidgetlockStatus.Locked: {
|
|
1701
1701
|
this.lockClass = "fas fa-lock locked";
|
|
1702
|
+
this.lockVisible = false;
|
|
1702
1703
|
break;
|
|
1703
1704
|
}
|
|
1704
1705
|
case RaWidgetlockStatus.Unlocked: {
|
|
@@ -1708,6 +1709,7 @@ var RAWidgetContainer = /** @class */ (function () {
|
|
|
1708
1709
|
}
|
|
1709
1710
|
case RaWidgetlockStatus.PartiallyLocked: {
|
|
1710
1711
|
this.lockClass = "fas fa-lock partiallocked";
|
|
1712
|
+
this.lockVisible = false;
|
|
1711
1713
|
break;
|
|
1712
1714
|
}
|
|
1713
1715
|
default: {
|