@maxax/ui 1.1.45 → 1.1.47

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/index.mjs CHANGED
@@ -15542,7 +15542,7 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
15542
15542
  disabled: __props.disabled,
15543
15543
  class: unref(b)(),
15544
15544
  title: mergedValueRef.value,
15545
- readonly: "",
15545
+ readonly: __props.readonly,
15546
15546
  "onUpdate:value": onUpdateValueHandler
15547
15547
  }), {
15548
15548
  suffix: withCtx(() => [
@@ -15554,7 +15554,7 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
15554
15554
  ])
15555
15555
  ]),
15556
15556
  _: 1
15557
- }, 16, ["value", "disabled", "class", "title"]);
15557
+ }, 16, ["value", "disabled", "class", "title", "readonly"]);
15558
15558
  };
15559
15559
  }
15560
15560
  });