@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.
@@ -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: {