@kp-ui/lowcode 2.14.0-beta.1 → 2.14.0-beta.2

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.
Files changed (55) hide show
  1. package/install.js +26 -25
  2. package/package.json +2 -2
  3. package/src/components/form-designer/form-widget/field-widget/diy-compontent-widget.vue.js +1 -1
  4. package/src/components/form-designer/index.vue.js +55 -54
  5. package/src/components/form-designer/setting-panel/form-crud-setting.vue.js +62 -23
  6. package/src/components/form-designer/setting-panel/index.vue.js +4 -323
  7. package/src/components/form-designer/setting-panel/index.vue2.js +273 -0
  8. package/src/components/form-designer/setting-panel/property-editor/button-list-editor.vue2.js +5 -4
  9. package/src/components/form-designer/setting-panel/property-editor/container-data-table/customRowEvent/data-table-customRow-editor.vue.js +1 -0
  10. package/src/components/form-designer/setting-panel/property-editor/container-data-table/data-table-dsEnabled-editor.vue.js +5 -4
  11. package/src/components/form-designer/setting-panel/property-editor/container-data-table/data-table-pagination-editor.vue.js +1 -0
  12. package/src/components/form-designer/setting-panel/property-editor/container-data-table/data-table-selections-editor.vue2.js +19 -18
  13. package/src/components/form-designer/setting-panel/property-editor/container-data-table/data-table-showButtonsColumn-editor.vue.js +9 -8
  14. package/src/components/form-designer/setting-panel/property-editor/container-data-table/data-table-tableColumns-editor.vue.js +1 -1
  15. package/src/components/form-designer/setting-panel/property-editor/container-data-table/data-table-tableColumns-editor.vue2.js +7 -6
  16. package/src/components/form-designer/setting-panel/property-editor/container-vf-dialog/bodyStyle-editor.vue2.js +7 -6
  17. package/src/components/form-designer/setting-panel/property-editor/customRender-editor.vue.js +2 -40
  18. package/src/components/form-designer/setting-panel/property-editor/customRender-editor.vue2.js +41 -0
  19. package/src/components/form-designer/setting-panel/property-editor/event-handler/onClickIcon-editor.vue.js +2 -47
  20. package/src/components/form-designer/setting-panel/property-editor/event-handler/onClickIcon-editor.vue2.js +44 -0
  21. package/src/components/form-designer/setting-panel/property-editor/event-handler/onCreated-editor.vue.js +2 -47
  22. package/src/components/form-designer/setting-panel/property-editor/event-handler/onCreated-editor.vue2.js +43 -0
  23. package/src/components/form-designer/setting-panel/property-editor/event-handler/onOkButtonClick-editor.vue.js +2 -46
  24. package/src/components/form-designer/setting-panel/property-editor/event-handler/onOkButtonClick-editor.vue2.js +43 -0
  25. package/src/components/form-designer/setting-panel/property-editor/event-handler/onValidate-editor.vue.js +2 -47
  26. package/src/components/form-designer/setting-panel/property-editor/event-handler/onValidate-editor.vue2.js +44 -0
  27. package/src/components/form-designer/setting-panel/property-editor/field-dropdown/dropdown-menuList-editor.vue.js +2 -66
  28. package/src/components/form-designer/setting-panel/property-editor/field-dropdown/dropdown-menuList-editor.vue2.js +42 -0
  29. package/src/components/form-designer/setting-panel/property-editor/field-html-text/htmlContent-editor.vue.js +5 -4
  30. package/src/components/form-designer/setting-panel/property-editor/hidden-editor.vue.js +6 -5
  31. package/src/components/form-designer/setting-panel/property-editor/index.js +98 -99
  32. package/src/components/form-designer/setting-panel/property-editor/labelIconClass-editor.vue.js +8 -7
  33. package/src/components/form-designer/setting-panel/property-editor/optionItems-editor.vue.js +38 -35
  34. package/src/components/form-render/container-item/data-table-item.vue.js +149 -0
  35. package/src/components/form-render/container-item/grid-col-item.vue.js +149 -0
  36. package/src/components/form-render/container-item/grid-item.vue.js +92 -0
  37. package/src/components/form-render/container-item/grid-sub-form-item.vue.js +319 -0
  38. package/src/components/form-render/container-item/index.js +24 -0
  39. package/src/components/form-render/container-item/sub-form-item.vue.js +429 -0
  40. package/src/components/form-render/container-item/tab-item.vue.js +160 -0
  41. package/src/components/form-render/container-item/table-cell-item.vue.js +95 -0
  42. package/src/components/form-render/container-item/table-item.vue.js +96 -0
  43. package/src/components/form-render/container-item/vf-collapse-item.vue.js +252 -0
  44. package/src/components/form-render/container-item/vf-dialog-item.vue.js +12 -0
  45. package/src/components/form-render/container-item/vf-drawer-item.vue.js +12 -0
  46. package/src/components/form-render/index.vue.js +2 -1
  47. package/src/components/http-editor/index.vue.js +10 -10
  48. package/src/components/public/ActionButtonListRender.vue.js +19 -24
  49. package/src/lang/en-US.js +1 -3
  50. package/src/lang/zh-CN.js +0 -3
  51. package/src/utils/useEmitter.js +57 -0
  52. package/src/utils/util.js +50 -49
  53. package/stats.html +1 -1
  54. package/styles/style.css +1 -1
  55. package/src/components/form-designer/setting-panel/property-editor/event-handler/onVformAdd-editor.vue.js +0 -49
@@ -1,49 +1,4 @@
1
- import d from "../../../../../utils/i18n.js";
2
- import s from "./eventMixin.js";
3
- import { resolveComponent as n, createBlock as m, openBlock as p, withCtx as o, createVNode as c, normalizeClass as f, createTextVNode as u, toDisplayString as _ } from "vue";
4
- import v from "../../../../../../_virtual/_plugin-vue_export-helper.js";
5
- const b = {
6
- name: "onValidate-editor",
7
- mixins: [d, s],
8
- props: {
9
- designer: Object,
10
- selectedWidget: Object,
11
- optionModel: Object,
12
- eventHandled: {
13
- type: Boolean,
14
- default: !1
15
- }
16
- },
17
- data() {
18
- return {
19
- eventParams: ["rule", "value"]
20
- };
21
- }
22
- };
23
- function g(e, t, a, x, i, V) {
24
- const l = n("a-button"), r = n("a-form-item");
25
- return p(), m(r, {
26
- label: "onValidate",
27
- labelAlign: "left",
28
- "label-width": "150px"
29
- }, {
30
- default: o(() => [
31
- c(l, {
32
- plain: "",
33
- shape: "round",
34
- class: f([a.eventHandled ? "button-text-highlight" : ""]),
35
- onClick: t[0] || (t[0] = (h) => e.editEventHandler("onValidate", i.eventParams))
36
- }, {
37
- default: o(() => [
38
- u(_(e.i18nt("designer.setting.addEventHandler")), 1)
39
- ]),
40
- _: 1
41
- }, 8, ["class"])
42
- ]),
43
- _: 1
44
- });
45
- }
46
- const B = /* @__PURE__ */ v(b, [["render", g]]);
1
+ import f from "./onValidate-editor.vue2.js";
47
2
  export {
48
- B as default
3
+ f as default
49
4
  };
@@ -0,0 +1,44 @@
1
+ import { defineComponent as s, resolveComponent as t, createBlock as m, openBlock as p, withCtx as o, createVNode as u, unref as n, normalizeClass as c, createTextVNode as _, toDisplayString as f } from "vue";
2
+ import { useI18n as V } from "../../../../../utils/i18n.js";
3
+ import { useEmitter as g } from "../../../../../utils/useEmitter.js";
4
+ const E = /* @__PURE__ */ s({
5
+ name: "onValidate-editor",
6
+ __name: "onValidate-editor",
7
+ props: {
8
+ optionModel: { default: {
9
+ onValidate: ""
10
+ } }
11
+ },
12
+ setup(b) {
13
+ const { i18nt: a } = V(), { onChangeEditEventHandler: l } = g();
14
+ return (i, e) => {
15
+ const r = t("a-button"), d = t("a-form-item");
16
+ return p(), m(d, {
17
+ label: "onValidate",
18
+ labelAlign: "left",
19
+ "label-width": "150px"
20
+ }, {
21
+ default: o(() => [
22
+ u(r, {
23
+ plain: "",
24
+ shape: "round",
25
+ class: c([i.optionModel.onValidate ? "button-text-highlight" : ""]),
26
+ onClick: e[0] || (e[0] = (h) => n(l)({
27
+ attr: "onValidate",
28
+ eventParams: ["rule", "value"]
29
+ }))
30
+ }, {
31
+ default: o(() => [
32
+ _(f(n(a)("designer.setting.addEventHandler")), 1)
33
+ ]),
34
+ _: 1
35
+ }, 8, ["class"])
36
+ ]),
37
+ _: 1
38
+ });
39
+ };
40
+ }
41
+ });
42
+ export {
43
+ E as default
44
+ };
@@ -1,68 +1,4 @@
1
- import m from "../../../../../utils/i18n.js";
2
- import c from "../../../../code-editor/code-modal-editor.vue.js";
3
- import { resolveComponent as e, createElementBlock as u, openBlock as f, Fragment as b, createVNode as o, withCtx as s, createTextVNode as _, toDisplayString as g } from "vue";
4
- import D from "../../../../../../_virtual/_plugin-vue_export-helper.js";
5
- const h = {
6
- name: "menuList-editor",
7
- mixins: [m],
8
- components: { CodeModalEditor: c },
9
- props: {
10
- designer: Object,
11
- selectedWidget: Object,
12
- optionModel: Object
13
- },
14
- data() {
15
- return {
16
- tableDataOptions: ""
17
- };
18
- },
19
- methods: {
20
- saveTableData() {
21
- try {
22
- this.optionModel.menuList = JSON.parse(this.tableDataOptions);
23
- } catch (t) {
24
- this.$message.error(
25
- this.i18nt("designer.hint.invalidOptionsData") + t.message
26
- );
27
- }
28
- },
29
- openTableDataEdit() {
30
- this.tableDataOptions = JSON.stringify(this.optionModel.menuList, null, " "), this.$refs.CodeModalEditorRef.open(this.tableDataOptions);
31
- }
32
- }
33
- };
34
- function O(t, n, E, C, a, i) {
35
- const r = e("a-button"), l = e("a-form-item"), d = e("CodeModalEditor");
36
- return f(), u(b, null, [
37
- o(l, {
38
- label: t.i18nt("designer.setting.menuList")
39
- }, {
40
- default: s(() => [
41
- o(r, {
42
- type: "primary",
43
- shape: "round",
44
- onClick: i.openTableDataEdit
45
- }, {
46
- default: s(() => [
47
- _(g(t.i18nt("designer.setting.editAction")), 1)
48
- ]),
49
- _: 1
50
- }, 8, ["onClick"])
51
- ]),
52
- _: 1
53
- }, 8, ["label"]),
54
- o(d, {
55
- ref: "CodeModalEditorRef",
56
- mode: "json",
57
- readonly: !1,
58
- modelValue: a.tableDataOptions,
59
- "onUpdate:modelValue": n[0] || (n[0] = (p) => a.tableDataOptions = p),
60
- title: t.i18nt("designer.setting.tableDataEdit"),
61
- onSave: i.saveTableData
62
- }, null, 8, ["modelValue", "title", "onSave"])
63
- ], 64);
64
- }
65
- const S = /* @__PURE__ */ D(h, [["render", O]]);
1
+ import f from "./dropdown-menuList-editor.vue2.js";
66
2
  export {
67
- S as default
3
+ f as default
68
4
  };
@@ -0,0 +1,42 @@
1
+ import { defineComponent as a, resolveComponent as o, createBlock as d, openBlock as p, unref as e, withCtx as r, createVNode as u, createTextVNode as l, toDisplayString as _ } from "vue";
2
+ import { useI18n as c } from "../../../../../utils/i18n.js";
3
+ import { useEmitter as f } from "../../../../../utils/useEmitter.js";
4
+ const v = /* @__PURE__ */ a({
5
+ name: "menuList-editor",
6
+ __name: "dropdown-menuList-editor",
7
+ props: {
8
+ optionModel: { default: {
9
+ onCreated: ""
10
+ } }
11
+ },
12
+ setup(g) {
13
+ const { i18nt: t } = c(), { onChangeEditEventHandler: i } = f();
14
+ return (C, n) => {
15
+ const s = o("a-button"), m = o("a-form-item");
16
+ return p(), d(m, {
17
+ label: e(t)("designer.setting.menuList")
18
+ }, {
19
+ default: r(() => [
20
+ u(s, {
21
+ type: "primary",
22
+ shape: "round",
23
+ onClick: n[0] || (n[0] = (L) => e(i)({
24
+ title: e(t)("designer.setting.menuList"),
25
+ attr: "menuList",
26
+ mode: "json"
27
+ }))
28
+ }, {
29
+ default: r(() => [
30
+ l(_(e(t)("designer.setting.editAction")), 1)
31
+ ]),
32
+ _: 1
33
+ })
34
+ ]),
35
+ _: 1
36
+ }, 8, ["label"]);
37
+ };
38
+ }
39
+ });
40
+ export {
41
+ v as default
42
+ };
@@ -1,8 +1,9 @@
1
1
  import m from "../../../../../utils/i18n.js";
2
- import { resolveComponent as l, createElementBlock as d, openBlock as s, Fragment as c, createVNode as t, withCtx as p } from "vue";
2
+ import { resolveComponent as l, createElementBlock as s, openBlock as d, Fragment as c, createVNode as t, withCtx as p } from "vue";
3
3
  /* empty css */
4
4
  import _ from "../../../../../../_virtual/_plugin-vue_export-helper.js";
5
5
  const f = {
6
+ inheritAttrs: !1,
6
7
  name: "htmlContent-editor",
7
8
  mixins: [m],
8
9
  props: {
@@ -11,9 +12,9 @@ const f = {
11
12
  optionModel: Object
12
13
  }
13
14
  };
14
- function u(r, e, o, b, h, C) {
15
+ function u(r, e, o, h, b, C) {
15
16
  const n = l("a-form-item"), a = l("a-textarea");
16
- return s(), d(c, null, [
17
+ return d(), s(c, null, [
17
18
  t(n, {
18
19
  label: r.i18nt("designer.setting.htmlContent")
19
20
  }, null, 8, ["label"]),
@@ -30,7 +31,7 @@ function u(r, e, o, b, h, C) {
30
31
  })
31
32
  ], 64);
32
33
  }
33
- const w = /* @__PURE__ */ _(f, [["render", u], ["__scopeId", "data-v-be634f5e"]]);
34
+ const w = /* @__PURE__ */ _(f, [["render", u], ["__scopeId", "data-v-4319ebf0"]]);
34
35
  export {
35
36
  w as default
36
37
  };
@@ -1,9 +1,10 @@
1
1
  import p from "../../../../utils/i18n.js";
2
2
  import h from "./event-handler/eventMixin.js";
3
- import { resolveComponent as l, createElementBlock as f, openBlock as s, Fragment as _, createVNode as n, createBlock as g, createCommentVNode as k, withCtx as o, normalizeClass as b, createTextVNode as M, toDisplayString as v } from "vue";
3
+ import { resolveComponent as l, createElementBlock as f, openBlock as c, Fragment as _, createVNode as n, createBlock as g, createCommentVNode as k, withCtx as o, normalizeClass as b, createTextVNode as M, toDisplayString as v } from "vue";
4
4
  import H from "../../../../../_virtual/_plugin-vue_export-helper.js";
5
5
  const C = {
6
6
  name: "hidden-editor",
7
+ inheritAttrs: !1,
7
8
  mixins: [p, h],
8
9
  props: {
9
10
  designer: Object,
@@ -17,9 +18,9 @@ const C = {
17
18
  }
18
19
  };
19
20
  function x(d, e, t, j, m, w) {
20
- const a = l("a-switch"), u = l("a-button"), r = l("a-space"), c = l("a-form-item");
21
- return s(), f(_, null, [
22
- n(c, {
21
+ const a = l("a-switch"), u = l("a-button"), r = l("a-space"), s = l("a-form-item");
22
+ return c(), f(_, null, [
23
+ n(s, {
23
24
  label: d.i18nt("designer.setting.hidden")
24
25
  }, {
25
26
  default: o(() => [
@@ -45,7 +46,7 @@ function x(d, e, t, j, m, w) {
45
46
  ]),
46
47
  _: 1
47
48
  }, 8, ["label"]),
48
- t.optionModel.hidden ? (s(), g(c, {
49
+ t.optionModel.hidden ? (c(), g(s, {
49
50
  key: 0,
50
51
  label: d.i18nt("designer.setting.holdHidden")
51
52
  }, {
@@ -115,107 +115,106 @@ import * as me from "./event-handler/onTableChange-editor.vue.js";
115
115
  import * as ue from "./event-handler/onUploadError-editor.vue.js";
116
116
  import * as se from "./event-handler/onUploadSuccess-editor.vue.js";
117
117
  import * as fe from "./event-handler/onValidate-editor.vue.js";
118
- import * as pe from "./event-handler/onVformAdd-editor.vue.js";
119
- import * as ve from "./field-button/circle-editor.vue.js";
120
- import * as ce from "./field-button/danger-editor.vue.js";
121
- import * as Ee from "./field-button/ghost-editor.vue.js";
122
- import * as he from "./field-button/icon-editor.vue.js";
123
- import * as be from "./field-button/plain-editor.vue.js";
124
- import * as ge from "./field-button/round-editor.vue.js";
125
- import * as Ce from "./field-button/shape-editor.vue.js";
126
- import * as we from "./field-button/type-editor.vue.js";
127
- import * as Te from "./field-cascader/cascader-defaultValue-editor.vue.js";
128
- import * as ke from "./field-cascader/cascader-multiple-editor.vue.js";
129
- import * as Be from "./field-checkbox/checkbox-defaultValue-editor.vue.js";
130
- import * as De from "./field-color/color-defaultValue-editor.vue.js";
131
- import * as Se from "./field-date-range/date-range-defaultValue-editor.vue.js";
132
- import * as Re from "./field-date-range/date-range-format-editor.vue.js";
133
- import * as Ve from "./field-date-range/date-range-type-editor.vue.js";
134
- import * as ye from "./field-date-range/date-range-valueFormat-editor.vue.js";
135
- import * as Pe from "./field-date/date-defaultValue-editor.vue.js";
136
- import * as Fe from "./field-date/date-format-editor.vue.js";
137
- import * as He from "./field-date/date-type-editor.vue.js";
138
- import * as xe from "./field-date/date-valueFormat-editor.vue.js";
139
- import * as Ie from "./field-divider/contentPosition-editor.vue.js";
140
- import * as Oe from "./field-divider/divider-direction-editor.vue.js";
141
- import * as Me from "./field-dropdown/dropdown-menuList-editor.vue.js";
142
- import * as Le from "./field-file-upload/file-upload-fileTypes-editor.vue.js";
143
- import * as Ae from "./field-html-text/htmlContent-editor.vue.js";
144
- import * as We from "./field-number/controlsPosition-editor.vue.js";
145
- import * as ze from "./field-number/number-defaultValue-editor.vue.js";
146
- import * as Ge from "./field-picture-upload/picture-upload-fileTypes-editor.vue.js";
147
- import * as Ue from "./field-radio/radio-defaultValue-editor.vue.js";
148
- import * as qe from "./field-rate/allowHalf-editor.vue.js";
149
- import * as Ne from "./field-rate/highThreshold-editor.vue.js";
150
- import * as Ke from "./field-rate/lowThreshold-editor.vue.js";
151
- import * as Qe from "./field-rate/rate-count-editor.vue.js";
152
- import * as je from "./field-rate/rate-defaultValue-editor.vue.js";
153
- import * as $e from "./field-rate/showScore-editor.vue.js";
154
- import * as Je from "./field-rate/showText-editor.vue.js";
155
- import * as Xe from "./field-rich-editor/rich-editor-contentHeight-editor.vue.js";
156
- import * as Ye from "./field-select/mode-editor.vue.js";
157
- import * as Ze from "./field-select/select-defaultValue-editor.vue.js";
158
- import * as _e from "./field-slider/range-editor.vue.js";
159
- import * as ot from "./field-slider/vertical-editor.vue.js";
160
- import * as et from "./field-static-text/textContent-editor.vue.js";
161
- import * as tt from "./field-switch/activeColor-editor.vue.js";
162
- import * as rt from "./field-switch/checkedValue-editor.vue.js";
163
- import * as it from "./field-switch/inactiveColor-editor.vue.js";
164
- import * as at from "./field-switch/switch-defaultValue-editor.vue.js";
165
- import * as dt from "./field-switch/switchWidth-editor.vue.js";
166
- import * as lt from "./field-switch/unCheckedValue-editor.vue.js";
167
- import * as nt from "./field-time-range/time-range-defaultValue-editor.vue.js";
168
- import * as mt from "./field-time-range/time-range-format-editor.vue.js";
169
- import * as ut from "./field-time/time-defaultValue-editor.vue.js";
170
- import * as st from "./field-time/time-format-editor.vue.js";
171
- import * as ft from "./field-tree/tree-data-editor.vue.js";
172
- import * as pt from "./field-treeSelect/treeSelect-treeDefaultExpandAll-editor.vue.js";
173
- import * as vt from "./flex-editor.vue.js";
174
- import * as ct from "./hidden-editor.vue.js";
175
- import * as Et from "./label-editor.vue.js";
176
- import * as ht from "./labelAlign-editor.vue.js";
177
- import * as bt from "./labelHidden-editor.vue.js";
178
- import * as gt from "./labelIconClass-editor.vue.js";
179
- import * as Ct from "./labelIconPosition-editor.vue.js";
180
- import * as wt from "./labelTooltip-editor.vue.js";
181
- import * as Tt from "./labelWidth-editor.vue.js";
182
- import * as kt from "./limit-editor.vue.js";
183
- import * as Bt from "./loadingPage-editor.vue.js";
184
- import * as Dt from "./max-editor.vue.js";
185
- import * as St from "./maxLength-editor.vue.js";
186
- import * as Rt from "./maxSize-editor.vue.js";
187
- import * as Vt from "./min-editor.vue.js";
188
- import * as yt from "./minLength-editor.vue.js";
189
- import * as Pt from "./multiple-editor.vue.js";
190
- import * as Ft from "./name-editor.vue.js";
191
- import * as Ht from "./optionItems-editor.vue.js";
192
- import * as xt from "./placeholder-editor.vue.js";
193
- import * as It from "./placement-editor.vue.js";
194
- import * as Ot from "./precision-editor.vue.js";
195
- import * as Mt from "./readonly-editor.vue.js";
196
- import * as Lt from "./required-editor.vue.js";
197
- import * as At from "./requiredHint-editor.vue.js";
198
- import * as Wt from "./rightSlotCss-editor.vue.js";
199
- import * as zt from "./rows-editor.vue.js";
200
- import * as Gt from "./showCount-editor.vue.js";
201
- import * as Ut from "./showFileList-editor.vue.js";
202
- import * as qt from "./showPassword-editor.vue.js";
203
- import * as Nt from "./showSearch-editor.vue.js";
204
- import * as Kt from "./showTime-editor.vue.js";
205
- import * as Qt from "./size-editor.vue.js";
206
- import * as jt from "./slot-compontent-editor.vue.js";
207
- import * as $t from "./startPlaceholder-editor.vue.js";
208
- import * as Jt from "./step-editor.vue.js";
209
- import * as Xt from "./type-editor.vue.js";
210
- import * as Yt from "./uploadListType-editor.vue.js";
211
- import * as Zt from "./useModel-editor.vue.js";
212
- import * as _t from "./validation-editor.vue.js";
213
- import * as or from "./validationHint-editor.vue.js";
214
- const er = {}, o = /* @__PURE__ */ Object.assign({ "./accept-editor.vue": r, "./actionColumnPosition-editor.vue": i, "./addonAfter-editor.vue": a, "./addonBefore-editor.vue": d, "./allowClear-editor.vue": l, "./appendButton-editor.vue": n, "./appendButtonDisabled-editor.vue": m, "./autoFullWidth-editor.vue": u, "./border-editor.vue": s, "./boxModel-editor.vue": f, "./button-list-editor.vue": p, "./button-position-editor.vue": v, "./buttonIcon-editor.vue": c, "./buttonStyle-editor.vue": E, "./code-editor/code-editor-mode.vue": h, "./columnWidth-editor.vue": b, "./container-data-table/customRowEvent/data-table-customRow-editor.vue": g, "./container-data-table/data-table-colorRow-editor.vue": C, "./container-data-table/data-table-customClass-editor.vue": w, "./container-data-table/data-table-dsEnabled-editor.vue": T, "./container-data-table/data-table-pagination-editor.vue": k, "./container-data-table/data-table-rowKey-editor.vue": B, "./container-data-table/data-table-selections-editor.vue": D, "./container-data-table/data-table-showButtonsColumn-editor.vue": S, "./container-data-table/data-table-showIndex-editor.vue": R, "./container-data-table/data-table-stripe-editor.vue": V, "./container-data-table/data-table-tableColumns-editor.vue": y, "./container-data-table/data-table-tableHeight-editor.vue": P, "./container-data-table/data-table-tableSize-editor.vue": F, "./container-data-table/data-table-tableWidth-editor.vue": H, "./container-data-table/data-table-treeDataEnabled-editor.vue": x, "./container-grid-col/grid-col-offset-editor.vue": I, "./container-grid-col/grid-col-pull-editor.vue": O, "./container-grid-col/grid-col-push-editor.vue": M, "./container-grid-col/grid-col-responsive-editor.vue": L, "./container-grid-col/grid-col-span-editor.vue": A, "./container-grid/colHeight-editor.vue": W, "./container-grid/gutter-editor.vue": z, "./container-sub-form/showBlankRow-editor.vue": G, "./container-sub-form/showRowNumber-editor.vue": U, "./container-sub-form/sub-form-labelAlign-editor.vue": q, "./container-tab/tab-customClass-editor.vue": N, "./container-tab/tab-tabBarGutter-editor.vue": K, "./container-tab/tab-tabPosition-editor.vue": Q, "./container-tab/tab-type-editor.vue": j, "./container-table-cell/cellHeight-editor.vue": $, "./container-table-cell/cellWidth-editor.vue": J, "./container-vf-dialog/bodyStyle-editor.vue": X, "./container-vf-dialog/cancelButtonHidden-editor.vue": Y, "./container-vf-dialog/cancelButtonLabel-editor.vue": Z, "./container-vf-dialog/closeOnClickModal-editor.vue": _, "./container-vf-dialog/closeOnPressEscape-editor.vue": oo, "./container-vf-dialog/collapseIcon-editor.vue": eo, "./container-vf-dialog/disabledMode-editor.vue": to, "./container-vf-dialog/formCode-editor.vue": ro, "./container-vf-dialog/fullscreen-editor.vue": io, "./container-vf-dialog/height-editor.vue": ao, "./container-vf-dialog/isCollapse-editor.vue": lo, "./container-vf-dialog/line-height-editor.vue": no, "./container-vf-dialog/okButtonHidden-editor.vue": mo, "./container-vf-dialog/okButtonLabel-editor.vue": uo, "./container-vf-dialog/readMode-editor.vue": so, "./container-vf-dialog/showClose-editor.vue": fo, "./container-vf-dialog/title-editor.vue": po, "./container-vf-dialog/unCollapseIcon-editor.vue": vo, "./container-vf-dialog/width-editor.vue": co, "./container-vf-drawer/vf-drawer-direction-editor.vue": Eo, "./container-vf-drawer/vf-drawer-size-editor.vue": ho, "./customClass-editor.vue": bo, "./customRender-editor.vue": go, "./defaultValue-editor.vue": Co, "./disabled-editor.vue": wo, "./editable-editor.vue": To, "./endPlaceholder-editor.vue": ko, "./event-handler/onAppendButtonClick-editor.vue": Bo, "./event-handler/onBeforeUpload-editor.vue": Do, "./event-handler/onBlur-editor.vue": So, "./event-handler/onCancelButtonClick-editor.vue": Ro, "./event-handler/onCellClick-editor.vue": Vo, "./event-handler/onCellDoubleClick-editor.vue": yo, "./event-handler/onChange-editor.vue": Po, "./event-handler/onCheck-editor.vue": Fo, "./event-handler/onClick-editor.vue": Ho, "./event-handler/onClickIcon-editor.vue": xo, "./event-handler/onCreated-editor.vue": Io, "./event-handler/onCurrentPageChange-editor.vue": Oo, "./event-handler/onDialogBeforeClose-editor.vue": Mo, "./event-handler/onDialogOpened-editor.vue": Lo, "./event-handler/onDisableOperationButton-editor.vue": Ao, "./event-handler/onDrawerBeforeClose-editor.vue": Wo, "./event-handler/onDrawerOpened-editor.vue": zo, "./event-handler/onFileRemove.vue": Go, "./event-handler/onFocus-editor.vue": Uo, "./event-handler/onGetOperationButtonLabel-editor.vue": qo, "./event-handler/onGetRowClassName-editor.vue": No, "./event-handler/onGetSpanMethod-editor.vue": Ko, "./event-handler/onHeaderClick-editor.vue": Qo, "./event-handler/onHideOperationButton-editor.vue": jo, "./event-handler/onInput-editor.vue": $o, "./event-handler/onMenuClick-editor.vue": Jo, "./event-handler/onMounted-editor.vue": Xo, "./event-handler/onOkButtonClick-editor.vue": Yo, "./event-handler/onOperationButtonClick-editor.vue": Zo, "./event-handler/onPageSizeChange-editor.vue": _o, "./event-handler/onRemoteQuery-editor.vue": oe, "./event-handler/onRowClick-editor.vue": ee, "./event-handler/onRowDoubleClick-editor.vue": te, "./event-handler/onSelectionChange-editor.vue": re, "./event-handler/onSubFormRowAdd-editor.vue": ie, "./event-handler/onSubFormRowChange-editor.vue": ae, "./event-handler/onSubFormRowDelete-editor.vue": de, "./event-handler/onSubFormRowInsert-editor.vue": le, "./event-handler/onTabClick-editor.vue": ne, "./event-handler/onTableChange-editor.vue": me, "./event-handler/onUploadError-editor.vue": ue, "./event-handler/onUploadSuccess-editor.vue": se, "./event-handler/onValidate-editor.vue": fe, "./event-handler/onVformAdd-editor.vue": pe, "./field-button/circle-editor.vue": ve, "./field-button/danger-editor.vue": ce, "./field-button/ghost-editor.vue": Ee, "./field-button/icon-editor.vue": he, "./field-button/plain-editor.vue": be, "./field-button/round-editor.vue": ge, "./field-button/shape-editor.vue": Ce, "./field-button/type-editor.vue": we, "./field-cascader/cascader-defaultValue-editor.vue": Te, "./field-cascader/cascader-multiple-editor.vue": ke, "./field-checkbox/checkbox-defaultValue-editor.vue": Be, "./field-color/color-defaultValue-editor.vue": De, "./field-date-range/date-range-defaultValue-editor.vue": Se, "./field-date-range/date-range-format-editor.vue": Re, "./field-date-range/date-range-type-editor.vue": Ve, "./field-date-range/date-range-valueFormat-editor.vue": ye, "./field-date/date-defaultValue-editor.vue": Pe, "./field-date/date-format-editor.vue": Fe, "./field-date/date-type-editor.vue": He, "./field-date/date-valueFormat-editor.vue": xe, "./field-divider/contentPosition-editor.vue": Ie, "./field-divider/divider-direction-editor.vue": Oe, "./field-dropdown/dropdown-menuList-editor.vue": Me, "./field-file-upload/file-upload-fileTypes-editor.vue": Le, "./field-html-text/htmlContent-editor.vue": Ae, "./field-number/controlsPosition-editor.vue": We, "./field-number/number-defaultValue-editor.vue": ze, "./field-picture-upload/picture-upload-fileTypes-editor.vue": Ge, "./field-radio/radio-defaultValue-editor.vue": Ue, "./field-rate/allowHalf-editor.vue": qe, "./field-rate/highThreshold-editor.vue": Ne, "./field-rate/lowThreshold-editor.vue": Ke, "./field-rate/rate-count-editor.vue": Qe, "./field-rate/rate-defaultValue-editor.vue": je, "./field-rate/showScore-editor.vue": $e, "./field-rate/showText-editor.vue": Je, "./field-rich-editor/rich-editor-contentHeight-editor.vue": Xe, "./field-select/mode-editor.vue": Ye, "./field-select/select-defaultValue-editor.vue": Ze, "./field-slider/range-editor.vue": _e, "./field-slider/vertical-editor.vue": ot, "./field-static-text/textContent-editor.vue": et, "./field-switch/activeColor-editor.vue": tt, "./field-switch/checkedValue-editor.vue": rt, "./field-switch/inactiveColor-editor.vue": it, "./field-switch/switch-defaultValue-editor.vue": at, "./field-switch/switchWidth-editor.vue": dt, "./field-switch/unCheckedValue-editor.vue": lt, "./field-time-range/time-range-defaultValue-editor.vue": nt, "./field-time-range/time-range-format-editor.vue": mt, "./field-time/time-defaultValue-editor.vue": ut, "./field-time/time-format-editor.vue": st, "./field-tree/tree-data-editor.vue": ft, "./field-treeSelect/treeSelect-treeDefaultExpandAll-editor.vue": pt, "./flex-editor.vue": vt, "./hidden-editor.vue": ct, "./label-editor.vue": Et, "./labelAlign-editor.vue": ht, "./labelHidden-editor.vue": bt, "./labelIconClass-editor.vue": gt, "./labelIconPosition-editor.vue": Ct, "./labelTooltip-editor.vue": wt, "./labelWidth-editor.vue": Tt, "./limit-editor.vue": kt, "./loadingPage-editor.vue": Bt, "./max-editor.vue": Dt, "./maxLength-editor.vue": St, "./maxSize-editor.vue": Rt, "./min-editor.vue": Vt, "./minLength-editor.vue": yt, "./multiple-editor.vue": Pt, "./name-editor.vue": Ft, "./optionItems-editor.vue": Ht, "./placeholder-editor.vue": xt, "./placement-editor.vue": It, "./precision-editor.vue": Ot, "./readonly-editor.vue": Mt, "./required-editor.vue": Lt, "./requiredHint-editor.vue": At, "./rightSlotCss-editor.vue": Wt, "./rows-editor.vue": zt, "./showCount-editor.vue": Gt, "./showFileList-editor.vue": Ut, "./showPassword-editor.vue": qt, "./showSearch-editor.vue": Nt, "./showTime-editor.vue": Kt, "./size-editor.vue": Qt, "./slot-compontent-editor.vue": jt, "./startPlaceholder-editor.vue": $t, "./step-editor.vue": Jt, "./type-editor.vue": Xt, "./uploadListType-editor.vue": Yt, "./useModel-editor.vue": Zt, "./validation-editor.vue": _t, "./validationHint-editor.vue": or });
118
+ import * as pe from "./field-button/circle-editor.vue.js";
119
+ import * as ve from "./field-button/danger-editor.vue.js";
120
+ import * as ce from "./field-button/ghost-editor.vue.js";
121
+ import * as Ee from "./field-button/icon-editor.vue.js";
122
+ import * as he from "./field-button/plain-editor.vue.js";
123
+ import * as be from "./field-button/round-editor.vue.js";
124
+ import * as ge from "./field-button/shape-editor.vue.js";
125
+ import * as Ce from "./field-button/type-editor.vue.js";
126
+ import * as we from "./field-cascader/cascader-defaultValue-editor.vue.js";
127
+ import * as Te from "./field-cascader/cascader-multiple-editor.vue.js";
128
+ import * as ke from "./field-checkbox/checkbox-defaultValue-editor.vue.js";
129
+ import * as Be from "./field-color/color-defaultValue-editor.vue.js";
130
+ import * as De from "./field-date-range/date-range-defaultValue-editor.vue.js";
131
+ import * as Se from "./field-date-range/date-range-format-editor.vue.js";
132
+ import * as Re from "./field-date-range/date-range-type-editor.vue.js";
133
+ import * as Ve from "./field-date-range/date-range-valueFormat-editor.vue.js";
134
+ import * as ye from "./field-date/date-defaultValue-editor.vue.js";
135
+ import * as Pe from "./field-date/date-format-editor.vue.js";
136
+ import * as Fe from "./field-date/date-type-editor.vue.js";
137
+ import * as He from "./field-date/date-valueFormat-editor.vue.js";
138
+ import * as xe from "./field-divider/contentPosition-editor.vue.js";
139
+ import * as Ie from "./field-divider/divider-direction-editor.vue.js";
140
+ import * as Oe from "./field-dropdown/dropdown-menuList-editor.vue.js";
141
+ import * as Me from "./field-file-upload/file-upload-fileTypes-editor.vue.js";
142
+ import * as Le from "./field-html-text/htmlContent-editor.vue.js";
143
+ import * as Ae from "./field-number/controlsPosition-editor.vue.js";
144
+ import * as We from "./field-number/number-defaultValue-editor.vue.js";
145
+ import * as ze from "./field-picture-upload/picture-upload-fileTypes-editor.vue.js";
146
+ import * as Ge from "./field-radio/radio-defaultValue-editor.vue.js";
147
+ import * as Ue from "./field-rate/allowHalf-editor.vue.js";
148
+ import * as qe from "./field-rate/highThreshold-editor.vue.js";
149
+ import * as Ne from "./field-rate/lowThreshold-editor.vue.js";
150
+ import * as Ke from "./field-rate/rate-count-editor.vue.js";
151
+ import * as Qe from "./field-rate/rate-defaultValue-editor.vue.js";
152
+ import * as je from "./field-rate/showScore-editor.vue.js";
153
+ import * as $e from "./field-rate/showText-editor.vue.js";
154
+ import * as Je from "./field-rich-editor/rich-editor-contentHeight-editor.vue.js";
155
+ import * as Xe from "./field-select/mode-editor.vue.js";
156
+ import * as Ye from "./field-select/select-defaultValue-editor.vue.js";
157
+ import * as Ze from "./field-slider/range-editor.vue.js";
158
+ import * as _e from "./field-slider/vertical-editor.vue.js";
159
+ import * as ot from "./field-static-text/textContent-editor.vue.js";
160
+ import * as et from "./field-switch/activeColor-editor.vue.js";
161
+ import * as tt from "./field-switch/checkedValue-editor.vue.js";
162
+ import * as rt from "./field-switch/inactiveColor-editor.vue.js";
163
+ import * as it from "./field-switch/switch-defaultValue-editor.vue.js";
164
+ import * as at from "./field-switch/switchWidth-editor.vue.js";
165
+ import * as dt from "./field-switch/unCheckedValue-editor.vue.js";
166
+ import * as lt from "./field-time-range/time-range-defaultValue-editor.vue.js";
167
+ import * as nt from "./field-time-range/time-range-format-editor.vue.js";
168
+ import * as mt from "./field-time/time-defaultValue-editor.vue.js";
169
+ import * as ut from "./field-time/time-format-editor.vue.js";
170
+ import * as st from "./field-tree/tree-data-editor.vue.js";
171
+ import * as ft from "./field-treeSelect/treeSelect-treeDefaultExpandAll-editor.vue.js";
172
+ import * as pt from "./flex-editor.vue.js";
173
+ import * as vt from "./hidden-editor.vue.js";
174
+ import * as ct from "./label-editor.vue.js";
175
+ import * as Et from "./labelAlign-editor.vue.js";
176
+ import * as ht from "./labelHidden-editor.vue.js";
177
+ import * as bt from "./labelIconClass-editor.vue.js";
178
+ import * as gt from "./labelIconPosition-editor.vue.js";
179
+ import * as Ct from "./labelTooltip-editor.vue.js";
180
+ import * as wt from "./labelWidth-editor.vue.js";
181
+ import * as Tt from "./limit-editor.vue.js";
182
+ import * as kt from "./loadingPage-editor.vue.js";
183
+ import * as Bt from "./max-editor.vue.js";
184
+ import * as Dt from "./maxLength-editor.vue.js";
185
+ import * as St from "./maxSize-editor.vue.js";
186
+ import * as Rt from "./min-editor.vue.js";
187
+ import * as Vt from "./minLength-editor.vue.js";
188
+ import * as yt from "./multiple-editor.vue.js";
189
+ import * as Pt from "./name-editor.vue.js";
190
+ import * as Ft from "./optionItems-editor.vue.js";
191
+ import * as Ht from "./placeholder-editor.vue.js";
192
+ import * as xt from "./placement-editor.vue.js";
193
+ import * as It from "./precision-editor.vue.js";
194
+ import * as Ot from "./readonly-editor.vue.js";
195
+ import * as Mt from "./required-editor.vue.js";
196
+ import * as Lt from "./requiredHint-editor.vue.js";
197
+ import * as At from "./rightSlotCss-editor.vue.js";
198
+ import * as Wt from "./rows-editor.vue.js";
199
+ import * as zt from "./showCount-editor.vue.js";
200
+ import * as Gt from "./showFileList-editor.vue.js";
201
+ import * as Ut from "./showPassword-editor.vue.js";
202
+ import * as qt from "./showSearch-editor.vue.js";
203
+ import * as Nt from "./showTime-editor.vue.js";
204
+ import * as Kt from "./size-editor.vue.js";
205
+ import * as Qt from "./slot-compontent-editor.vue.js";
206
+ import * as jt from "./startPlaceholder-editor.vue.js";
207
+ import * as $t from "./step-editor.vue.js";
208
+ import * as Jt from "./type-editor.vue.js";
209
+ import * as Xt from "./uploadListType-editor.vue.js";
210
+ import * as Yt from "./useModel-editor.vue.js";
211
+ import * as Zt from "./validation-editor.vue.js";
212
+ import * as _t from "./validationHint-editor.vue.js";
213
+ const or = {}, o = /* @__PURE__ */ Object.assign({ "./accept-editor.vue": r, "./actionColumnPosition-editor.vue": i, "./addonAfter-editor.vue": a, "./addonBefore-editor.vue": d, "./allowClear-editor.vue": l, "./appendButton-editor.vue": n, "./appendButtonDisabled-editor.vue": m, "./autoFullWidth-editor.vue": u, "./border-editor.vue": s, "./boxModel-editor.vue": f, "./button-list-editor.vue": p, "./button-position-editor.vue": v, "./buttonIcon-editor.vue": c, "./buttonStyle-editor.vue": E, "./code-editor/code-editor-mode.vue": h, "./columnWidth-editor.vue": b, "./container-data-table/customRowEvent/data-table-customRow-editor.vue": g, "./container-data-table/data-table-colorRow-editor.vue": C, "./container-data-table/data-table-customClass-editor.vue": w, "./container-data-table/data-table-dsEnabled-editor.vue": T, "./container-data-table/data-table-pagination-editor.vue": k, "./container-data-table/data-table-rowKey-editor.vue": B, "./container-data-table/data-table-selections-editor.vue": D, "./container-data-table/data-table-showButtonsColumn-editor.vue": S, "./container-data-table/data-table-showIndex-editor.vue": R, "./container-data-table/data-table-stripe-editor.vue": V, "./container-data-table/data-table-tableColumns-editor.vue": y, "./container-data-table/data-table-tableHeight-editor.vue": P, "./container-data-table/data-table-tableSize-editor.vue": F, "./container-data-table/data-table-tableWidth-editor.vue": H, "./container-data-table/data-table-treeDataEnabled-editor.vue": x, "./container-grid-col/grid-col-offset-editor.vue": I, "./container-grid-col/grid-col-pull-editor.vue": O, "./container-grid-col/grid-col-push-editor.vue": M, "./container-grid-col/grid-col-responsive-editor.vue": L, "./container-grid-col/grid-col-span-editor.vue": A, "./container-grid/colHeight-editor.vue": W, "./container-grid/gutter-editor.vue": z, "./container-sub-form/showBlankRow-editor.vue": G, "./container-sub-form/showRowNumber-editor.vue": U, "./container-sub-form/sub-form-labelAlign-editor.vue": q, "./container-tab/tab-customClass-editor.vue": N, "./container-tab/tab-tabBarGutter-editor.vue": K, "./container-tab/tab-tabPosition-editor.vue": Q, "./container-tab/tab-type-editor.vue": j, "./container-table-cell/cellHeight-editor.vue": $, "./container-table-cell/cellWidth-editor.vue": J, "./container-vf-dialog/bodyStyle-editor.vue": X, "./container-vf-dialog/cancelButtonHidden-editor.vue": Y, "./container-vf-dialog/cancelButtonLabel-editor.vue": Z, "./container-vf-dialog/closeOnClickModal-editor.vue": _, "./container-vf-dialog/closeOnPressEscape-editor.vue": oo, "./container-vf-dialog/collapseIcon-editor.vue": eo, "./container-vf-dialog/disabledMode-editor.vue": to, "./container-vf-dialog/formCode-editor.vue": ro, "./container-vf-dialog/fullscreen-editor.vue": io, "./container-vf-dialog/height-editor.vue": ao, "./container-vf-dialog/isCollapse-editor.vue": lo, "./container-vf-dialog/line-height-editor.vue": no, "./container-vf-dialog/okButtonHidden-editor.vue": mo, "./container-vf-dialog/okButtonLabel-editor.vue": uo, "./container-vf-dialog/readMode-editor.vue": so, "./container-vf-dialog/showClose-editor.vue": fo, "./container-vf-dialog/title-editor.vue": po, "./container-vf-dialog/unCollapseIcon-editor.vue": vo, "./container-vf-dialog/width-editor.vue": co, "./container-vf-drawer/vf-drawer-direction-editor.vue": Eo, "./container-vf-drawer/vf-drawer-size-editor.vue": ho, "./customClass-editor.vue": bo, "./customRender-editor.vue": go, "./defaultValue-editor.vue": Co, "./disabled-editor.vue": wo, "./editable-editor.vue": To, "./endPlaceholder-editor.vue": ko, "./event-handler/onAppendButtonClick-editor.vue": Bo, "./event-handler/onBeforeUpload-editor.vue": Do, "./event-handler/onBlur-editor.vue": So, "./event-handler/onCancelButtonClick-editor.vue": Ro, "./event-handler/onCellClick-editor.vue": Vo, "./event-handler/onCellDoubleClick-editor.vue": yo, "./event-handler/onChange-editor.vue": Po, "./event-handler/onCheck-editor.vue": Fo, "./event-handler/onClick-editor.vue": Ho, "./event-handler/onClickIcon-editor.vue": xo, "./event-handler/onCreated-editor.vue": Io, "./event-handler/onCurrentPageChange-editor.vue": Oo, "./event-handler/onDialogBeforeClose-editor.vue": Mo, "./event-handler/onDialogOpened-editor.vue": Lo, "./event-handler/onDisableOperationButton-editor.vue": Ao, "./event-handler/onDrawerBeforeClose-editor.vue": Wo, "./event-handler/onDrawerOpened-editor.vue": zo, "./event-handler/onFileRemove.vue": Go, "./event-handler/onFocus-editor.vue": Uo, "./event-handler/onGetOperationButtonLabel-editor.vue": qo, "./event-handler/onGetRowClassName-editor.vue": No, "./event-handler/onGetSpanMethod-editor.vue": Ko, "./event-handler/onHeaderClick-editor.vue": Qo, "./event-handler/onHideOperationButton-editor.vue": jo, "./event-handler/onInput-editor.vue": $o, "./event-handler/onMenuClick-editor.vue": Jo, "./event-handler/onMounted-editor.vue": Xo, "./event-handler/onOkButtonClick-editor.vue": Yo, "./event-handler/onOperationButtonClick-editor.vue": Zo, "./event-handler/onPageSizeChange-editor.vue": _o, "./event-handler/onRemoteQuery-editor.vue": oe, "./event-handler/onRowClick-editor.vue": ee, "./event-handler/onRowDoubleClick-editor.vue": te, "./event-handler/onSelectionChange-editor.vue": re, "./event-handler/onSubFormRowAdd-editor.vue": ie, "./event-handler/onSubFormRowChange-editor.vue": ae, "./event-handler/onSubFormRowDelete-editor.vue": de, "./event-handler/onSubFormRowInsert-editor.vue": le, "./event-handler/onTabClick-editor.vue": ne, "./event-handler/onTableChange-editor.vue": me, "./event-handler/onUploadError-editor.vue": ue, "./event-handler/onUploadSuccess-editor.vue": se, "./event-handler/onValidate-editor.vue": fe, "./field-button/circle-editor.vue": pe, "./field-button/danger-editor.vue": ve, "./field-button/ghost-editor.vue": ce, "./field-button/icon-editor.vue": Ee, "./field-button/plain-editor.vue": he, "./field-button/round-editor.vue": be, "./field-button/shape-editor.vue": ge, "./field-button/type-editor.vue": Ce, "./field-cascader/cascader-defaultValue-editor.vue": we, "./field-cascader/cascader-multiple-editor.vue": Te, "./field-checkbox/checkbox-defaultValue-editor.vue": ke, "./field-color/color-defaultValue-editor.vue": Be, "./field-date-range/date-range-defaultValue-editor.vue": De, "./field-date-range/date-range-format-editor.vue": Se, "./field-date-range/date-range-type-editor.vue": Re, "./field-date-range/date-range-valueFormat-editor.vue": Ve, "./field-date/date-defaultValue-editor.vue": ye, "./field-date/date-format-editor.vue": Pe, "./field-date/date-type-editor.vue": Fe, "./field-date/date-valueFormat-editor.vue": He, "./field-divider/contentPosition-editor.vue": xe, "./field-divider/divider-direction-editor.vue": Ie, "./field-dropdown/dropdown-menuList-editor.vue": Oe, "./field-file-upload/file-upload-fileTypes-editor.vue": Me, "./field-html-text/htmlContent-editor.vue": Le, "./field-number/controlsPosition-editor.vue": Ae, "./field-number/number-defaultValue-editor.vue": We, "./field-picture-upload/picture-upload-fileTypes-editor.vue": ze, "./field-radio/radio-defaultValue-editor.vue": Ge, "./field-rate/allowHalf-editor.vue": Ue, "./field-rate/highThreshold-editor.vue": qe, "./field-rate/lowThreshold-editor.vue": Ne, "./field-rate/rate-count-editor.vue": Ke, "./field-rate/rate-defaultValue-editor.vue": Qe, "./field-rate/showScore-editor.vue": je, "./field-rate/showText-editor.vue": $e, "./field-rich-editor/rich-editor-contentHeight-editor.vue": Je, "./field-select/mode-editor.vue": Xe, "./field-select/select-defaultValue-editor.vue": Ye, "./field-slider/range-editor.vue": Ze, "./field-slider/vertical-editor.vue": _e, "./field-static-text/textContent-editor.vue": ot, "./field-switch/activeColor-editor.vue": et, "./field-switch/checkedValue-editor.vue": tt, "./field-switch/inactiveColor-editor.vue": rt, "./field-switch/switch-defaultValue-editor.vue": it, "./field-switch/switchWidth-editor.vue": at, "./field-switch/unCheckedValue-editor.vue": dt, "./field-time-range/time-range-defaultValue-editor.vue": lt, "./field-time-range/time-range-format-editor.vue": nt, "./field-time/time-defaultValue-editor.vue": mt, "./field-time/time-format-editor.vue": ut, "./field-tree/tree-data-editor.vue": st, "./field-treeSelect/treeSelect-treeDefaultExpandAll-editor.vue": ft, "./flex-editor.vue": pt, "./hidden-editor.vue": vt, "./label-editor.vue": ct, "./labelAlign-editor.vue": Et, "./labelHidden-editor.vue": ht, "./labelIconClass-editor.vue": bt, "./labelIconPosition-editor.vue": gt, "./labelTooltip-editor.vue": Ct, "./labelWidth-editor.vue": wt, "./limit-editor.vue": Tt, "./loadingPage-editor.vue": kt, "./max-editor.vue": Bt, "./maxLength-editor.vue": Dt, "./maxSize-editor.vue": St, "./min-editor.vue": Rt, "./minLength-editor.vue": Vt, "./multiple-editor.vue": yt, "./name-editor.vue": Pt, "./optionItems-editor.vue": Ft, "./placeholder-editor.vue": Ht, "./placement-editor.vue": xt, "./precision-editor.vue": It, "./readonly-editor.vue": Ot, "./required-editor.vue": Mt, "./requiredHint-editor.vue": Lt, "./rightSlotCss-editor.vue": At, "./rows-editor.vue": Wt, "./showCount-editor.vue": zt, "./showFileList-editor.vue": Gt, "./showPassword-editor.vue": Ut, "./showSearch-editor.vue": qt, "./showTime-editor.vue": Nt, "./size-editor.vue": Kt, "./slot-compontent-editor.vue": Qt, "./startPlaceholder-editor.vue": jt, "./step-editor.vue": $t, "./type-editor.vue": Jt, "./uploadListType-editor.vue": Xt, "./useModel-editor.vue": Yt, "./validation-editor.vue": Zt, "./validationHint-editor.vue": _t });
215
214
  for (const e in o) {
216
215
  const t = o[e].default.name;
217
- er[t] = o[e].default;
216
+ or[t] = o[e].default;
218
217
  }
219
218
  export {
220
- er as default
219
+ or as default
221
220
  };
@@ -1,9 +1,10 @@
1
1
  import d from "../../../../utils/i18n.js";
2
2
  import { TpfSelectIcon as m } from "tmgc2-share";
3
- import { resolveComponent as o, createElementBlock as p, openBlock as f, Fragment as _, createVNode as e, withCtx as t, createTextVNode as u, toDisplayString as b } from "vue";
3
+ import { resolveComponent as t, createElementBlock as p, openBlock as f, Fragment as _, createVNode as e, withCtx as o, createTextVNode as u, toDisplayString as b } from "vue";
4
4
  import I from "../../../../../_virtual/_plugin-vue_export-helper.js";
5
5
  const g = {
6
6
  name: "labelIconClass-editor",
7
+ inheritAttrs: !1,
7
8
  mixins: [d],
8
9
  components: {
9
10
  TpfSelectIcon: m
@@ -15,12 +16,12 @@ const g = {
15
16
  }
16
17
  };
17
18
  function v(n, l, a, C, x, S) {
18
- const s = o("a-divider"), i = o("a-form-item"), c = o("TpfSelectIcon");
19
+ const s = t("a-divider"), i = t("a-form-item"), c = t("TpfSelectIcon");
19
20
  return f(), p(_, null, [
20
21
  e(i, { "label-width": "0" }, {
21
- default: t(() => [
22
+ default: o(() => [
22
23
  e(s, { class: "custom-divider" }, {
23
- default: t(() => [
24
+ default: o(() => [
24
25
  u(b(n.i18nt("designer.setting.customLabelIcon")), 1)
25
26
  ]),
26
27
  _: 1
@@ -31,7 +32,7 @@ function v(n, l, a, C, x, S) {
31
32
  e(i, {
32
33
  label: n.i18nt("designer.setting.labelIconClass")
33
34
  }, {
34
- default: t(() => [
35
+ default: o(() => [
35
36
  e(c, {
36
37
  value: a.optionModel.labelIconClass,
37
38
  "onUpdate:value": l[0] || (l[0] = (r) => a.optionModel.labelIconClass = r)
@@ -41,7 +42,7 @@ function v(n, l, a, C, x, S) {
41
42
  }, 8, ["label"])
42
43
  ], 64);
43
44
  }
44
- const k = /* @__PURE__ */ I(g, [["render", v]]);
45
+ const h = /* @__PURE__ */ I(g, [["render", v]]);
45
46
  export {
46
- k as default
47
+ h as default
47
48
  };