@unizhen/ui 0.0.26 → 0.0.27
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/lib/ui.js +6 -6
- package/package.json +1 -1
package/lib/ui.js
CHANGED
|
@@ -4802,14 +4802,14 @@ function kg(e, t, r, n, a, o) {
|
|
|
4802
4802
|
show: e.checkReadonlyShow(),
|
|
4803
4803
|
clearable: e.checkClearable(),
|
|
4804
4804
|
"time-picker-props": e.item.params.timePickerProps,
|
|
4805
|
-
"input-readonly":
|
|
4805
|
+
"input-readonly": e.isMobile,
|
|
4806
4806
|
"is-date-disabled": (p, C) => {
|
|
4807
4807
|
const I = e.item;
|
|
4808
4808
|
return I.params.isDateDisabled ? I.params.isDateDisabled(p, C) : !1;
|
|
4809
4809
|
},
|
|
4810
4810
|
"close-on-select": !0,
|
|
4811
4811
|
class: de(e.checkClassReadonly())
|
|
4812
|
-
}, null, 8, ["value", "type", "placeholder", "disabled", "show", "clearable", "time-picker-props", "is-date-disabled", "class"])) : e.item.input === "date" && e.item.params.format ? (c(), B(w, {
|
|
4812
|
+
}, null, 8, ["value", "type", "placeholder", "disabled", "show", "clearable", "time-picker-props", "input-readonly", "is-date-disabled", "class"])) : e.item.input === "date" && e.item.params.format ? (c(), B(w, {
|
|
4813
4813
|
key: 5,
|
|
4814
4814
|
"formatted-value": e.formValue[e.item.key],
|
|
4815
4815
|
"onUpdate:formattedValue": [
|
|
@@ -4828,7 +4828,7 @@ function kg(e, t, r, n, a, o) {
|
|
|
4828
4828
|
disabled: e.checkDisabled(),
|
|
4829
4829
|
show: e.checkReadonlyShow(),
|
|
4830
4830
|
clearable: e.checkClearable(),
|
|
4831
|
-
"input-readonly":
|
|
4831
|
+
"input-readonly": e.isMobile,
|
|
4832
4832
|
format: e.item.params.format,
|
|
4833
4833
|
"time-picker-props": e.item.params.timePickerProps,
|
|
4834
4834
|
"is-date-disabled": (p, C) => {
|
|
@@ -4837,7 +4837,7 @@ function kg(e, t, r, n, a, o) {
|
|
|
4837
4837
|
},
|
|
4838
4838
|
"close-on-select": !0,
|
|
4839
4839
|
class: de(e.checkClassReadonly())
|
|
4840
|
-
}, null, 8, ["formatted-value", "type", "placeholder", "disabled", "show", "clearable", "format", "time-picker-props", "is-date-disabled", "class"])) : e.item.input === "select" ? (c(), B(k, {
|
|
4840
|
+
}, null, 8, ["formatted-value", "type", "placeholder", "disabled", "show", "clearable", "input-readonly", "format", "time-picker-props", "is-date-disabled", "class"])) : e.item.input === "select" ? (c(), B(k, {
|
|
4841
4841
|
key: 6,
|
|
4842
4842
|
value: e.formValue[e.item.key],
|
|
4843
4843
|
"onUpdate:value": [
|
|
@@ -6429,7 +6429,7 @@ function Zg(e, t, r, n, a, o) {
|
|
|
6429
6429
|
N(D, {
|
|
6430
6430
|
item: C,
|
|
6431
6431
|
formValue: e.itemValue,
|
|
6432
|
-
clearable:
|
|
6432
|
+
clearable: !0
|
|
6433
6433
|
}, null, 8, ["item", "formValue"])
|
|
6434
6434
|
]),
|
|
6435
6435
|
_: 2
|
|
@@ -10344,7 +10344,7 @@ function gk(e, t, r) {
|
|
|
10344
10344
|
refetch: p
|
|
10345
10345
|
};
|
|
10346
10346
|
}
|
|
10347
|
-
const Ry = "0.0.
|
|
10347
|
+
const Ry = "0.0.27";
|
|
10348
10348
|
let Bc;
|
|
10349
10349
|
async function Fc() {
|
|
10350
10350
|
const e = await fetch(
|