@openremote/or-dashboard-builder 1.3.0-snapshot.20250210131111 → 1.3.0-snapshot.20250210152721

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/dist/umd/index.js CHANGED
@@ -459,7 +459,7 @@
459
459
  ${this.charCounter&&!this.readonly?$`<div class="mdc-text-field-character-counter"></div>`:""}
460
460
  </div>
461
461
  `:""}
462
- `}if(this.type===lr.RANGE){const e={"mdc-slider":!0,"mdc-slider--range":this.continuous,"mdc-slider--discreet":!this.continuous,"mdc-slider--disabled":this.disabled};t=$`
462
+ `}if(this.type===lr.RANGE){const e={"mdc-slider":!0,"mdc-slider--range":this.continuous,"mdc-slider--discreet":!this.continuous,"mdc-slider--disabled":this.disabled||this.readonly};t=$`
463
463
  <span id="wrapper">
464
464
  ${this.label?$`<label for="component" class="${this.disabled?"mdc-switch--disabled":""}">${this.label}</label>`:""}
465
465
  <div id="component" class="${Vt(e)}" @MDCSlider:change="${t=>this.onValueChange(void 0,t.detail.value)}">