@kp-ui/lowcode 2.14.0-beta.4 → 2.14.0-beta.5
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/package.json
CHANGED
|
@@ -2,7 +2,7 @@ import t from "./index.vue2.js";
|
|
|
2
2
|
/* empty css */
|
|
3
3
|
/* empty css */
|
|
4
4
|
import o from "../../../../_virtual/_plugin-vue_export-helper.js";
|
|
5
|
-
const
|
|
5
|
+
const p = /* @__PURE__ */ o(t, [["__scopeId", "data-v-ad7ebeb4"]]);
|
|
6
6
|
export {
|
|
7
|
-
|
|
7
|
+
p as default
|
|
8
8
|
};
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import { useI18n as
|
|
3
|
-
const
|
|
1
|
+
import { defineComponent as a, mergeModels as i, useModel as s, resolveComponent as t, createBlock as p, openBlock as m, unref as u, withCtx as f, createVNode as _ } from "vue";
|
|
2
|
+
import { useI18n as w } from "../../../../../utils/i18n.js";
|
|
3
|
+
const g = /* @__PURE__ */ a({
|
|
4
|
+
name: "data-table-colorRow-editor",
|
|
4
5
|
__name: "data-table-colorRow-editor",
|
|
5
|
-
props: /* @__PURE__ */
|
|
6
|
+
props: /* @__PURE__ */ i({
|
|
6
7
|
designer: Object,
|
|
7
8
|
selectedWidget: Object,
|
|
8
9
|
optionModel: Object
|
|
@@ -17,8 +18,8 @@ const h = /* @__PURE__ */ i({
|
|
|
17
18
|
}),
|
|
18
19
|
emits: ["update:optionModel"],
|
|
19
20
|
setup(n) {
|
|
20
|
-
const { i18nt: l } =
|
|
21
|
-
return (
|
|
21
|
+
const { i18nt: l } = w(), e = s(n, "optionModel");
|
|
22
|
+
return (M, o) => {
|
|
22
23
|
const c = t("a-switch"), d = t("a-form-item");
|
|
23
24
|
return m(), p(d, {
|
|
24
25
|
label: u(l)("designer.setting.selectRow")
|
|
@@ -35,5 +36,5 @@ const h = /* @__PURE__ */ i({
|
|
|
35
36
|
}
|
|
36
37
|
});
|
|
37
38
|
export {
|
|
38
|
-
|
|
39
|
+
g as default
|
|
39
40
|
};
|