fast-crud-ui3 1.5.7 → 1.5.8-beta
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/fast-crud-ui3.cjs.js +3 -3
- package/lib/fast-crud-ui3.es.js +9 -5
- package/lib/fast-crud-ui3.umd.js +3 -3
- package/lib/style.css +1 -1
- package/package.json +1 -1
package/lib/fast-crud-ui3.es.js
CHANGED
|
@@ -125,19 +125,20 @@ function gf(e, t, r, o, i, l) {
|
|
|
125
125
|
(w(!0), x(xe, null, et(r.options, (f) => (w(), I(c, {
|
|
126
126
|
value: f[r.valKey],
|
|
127
127
|
key: f[r.valKey],
|
|
128
|
+
label: f[r.valKey],
|
|
128
129
|
disabled: r.disableVal.indexOf(f[r.valKey]) > -1
|
|
129
130
|
}, {
|
|
130
131
|
default: S(() => [
|
|
131
132
|
H(ae(f[r.labelKey]), 1)
|
|
132
133
|
]),
|
|
133
134
|
_: 2
|
|
134
|
-
}, 1032, ["value", "disabled"]))), 128))
|
|
135
|
+
}, 1032, ["value", "label", "disabled"]))), 128))
|
|
135
136
|
]),
|
|
136
137
|
_: 1
|
|
137
138
|
}, 8, ["size", "modelValue", "onChange"])
|
|
138
139
|
]);
|
|
139
140
|
}
|
|
140
|
-
const En = /* @__PURE__ */ he(yf, [["render", gf], ["__scopeId", "data-v-
|
|
141
|
+
const En = /* @__PURE__ */ he(yf, [["render", gf], ["__scopeId", "data-v-8b551dcc"]]);
|
|
141
142
|
En.install = (e) => {
|
|
142
143
|
e.component(En.name, En);
|
|
143
144
|
};
|
|
@@ -4765,7 +4766,10 @@ const T_ = {
|
|
|
4765
4766
|
return oe(this.value);
|
|
4766
4767
|
}
|
|
4767
4768
|
}
|
|
4768
|
-
}, F_ = {
|
|
4769
|
+
}, F_ = {
|
|
4770
|
+
key: 1,
|
|
4771
|
+
style: { "word-wrap": "break-word" }
|
|
4772
|
+
};
|
|
4769
4773
|
function E_(e, t, r, o, i, l) {
|
|
4770
4774
|
const c = z("JsonViewer");
|
|
4771
4775
|
return w(), x("div", null, [
|
|
@@ -6251,7 +6255,7 @@ function Ev(e, t, r, o, i, l) {
|
|
|
6251
6255
|
], 64)) : se("", !0)
|
|
6252
6256
|
]);
|
|
6253
6257
|
}
|
|
6254
|
-
const Dv = /* @__PURE__ */ he(Tv, [["render", Ev], ["__scopeId", "data-v-
|
|
6258
|
+
const Dv = /* @__PURE__ */ he(Tv, [["render", Ev], ["__scopeId", "data-v-42a0c51a"]]), Aa = {
|
|
6255
6259
|
component: "el-input",
|
|
6256
6260
|
opt: M.LIKE,
|
|
6257
6261
|
val: null,
|
|
@@ -9628,7 +9632,7 @@ function wb(e, t, r, o, i, l) {
|
|
|
9628
9632
|
], 512)
|
|
9629
9633
|
]);
|
|
9630
9634
|
}
|
|
9631
|
-
const xn = /* @__PURE__ */ he(db, [["render", wb], ["__scopeId", "data-v-
|
|
9635
|
+
const xn = /* @__PURE__ */ he(db, [["render", wb], ["__scopeId", "data-v-f341e2c3"]]);
|
|
9632
9636
|
xn.install = (e) => {
|
|
9633
9637
|
e.component(xn.name, xn);
|
|
9634
9638
|
};
|