@a2simcode/ui 0.0.191 → 0.0.192
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/simcode-ui.es.js
CHANGED
|
@@ -14098,7 +14098,7 @@ var Fc = ({ data: e, actions: t, utils: n, inputParams: a, notRunActions: o }) =
|
|
|
14098
14098
|
modelValue: f.value,
|
|
14099
14099
|
"onUpdate:modelValue": v[0] || (v[0] = (C) => f.value = C),
|
|
14100
14100
|
placeholder: e.placeholder,
|
|
14101
|
-
readonly:
|
|
14101
|
+
readonly: e.readonly,
|
|
14102
14102
|
size: e.size,
|
|
14103
14103
|
clearable: !e.readonly && e.clearable,
|
|
14104
14104
|
onClick: u,
|
|
@@ -14113,6 +14113,7 @@ var Fc = ({ data: e, actions: t, utils: n, inputParams: a, notRunActions: o }) =
|
|
|
14113
14113
|
}]), 1032, [
|
|
14114
14114
|
"modelValue",
|
|
14115
14115
|
"placeholder",
|
|
14116
|
+
"readonly",
|
|
14116
14117
|
"size",
|
|
14117
14118
|
"clearable"
|
|
14118
14119
|
])), X(W(Lc), {
|