@openremote/or-json-forms 1.3.0-snapshot.20250210131111 → 1.3.0-snapshot.20250210164030
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 +1 -1
- package/dist/umd/index.orbundle.js +2 -2
- package/package.json +4 -4
package/dist/umd/index.js
CHANGED
|
@@ -465,7 +465,7 @@
|
|
|
465
465
|
${this.charCounter&&!this.readonly?H`<div class="mdc-text-field-character-counter"></div>`:""}
|
|
466
466
|
</div>
|
|
467
467
|
`:""}
|
|
468
|
-
`}if(this.type===Ua.RANGE){const t={"mdc-slider":!0,"mdc-slider--range":this.continuous,"mdc-slider--discreet":!this.continuous,"mdc-slider--disabled":this.disabled};e=H`
|
|
468
|
+
`}if(this.type===Ua.RANGE){const t={"mdc-slider":!0,"mdc-slider--range":this.continuous,"mdc-slider--discreet":!this.continuous,"mdc-slider--disabled":this.disabled||this.readonly};e=H`
|
|
469
469
|
<span id="wrapper">
|
|
470
470
|
${this.label?H`<label for="component" class="${this.disabled?"mdc-switch--disabled":""}">${this.label}</label>`:""}
|
|
471
471
|
<div id="component" class="${wi(t)}" @MDCSlider:change="${e=>this.onValueChange(void 0,e.detail.value)}">
|