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