@kp-ui/lowcode 2.15.0-beta.8 → 2.16.0-alpha.3

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 (70) hide show
  1. package/install.js +18 -16
  2. package/install.js.map +1 -1
  3. package/package.json +2 -1
  4. package/src/components/FormRender/FormContainer.vue.js +55 -0
  5. package/src/components/FormRender/FormContainer.vue.js.map +1 -0
  6. package/src/components/FormRender/FormContainer.vue2.js +5 -0
  7. package/src/components/FormRender/FormContainer.vue2.js.map +1 -0
  8. package/src/components/FormRender/index.vue.js +2 -2
  9. package/src/components/FormRender/index.vue2.js +35 -40
  10. package/src/components/FormRender/index.vue2.js.map +1 -1
  11. package/src/components/FormRender/useFormContext.js +128 -120
  12. package/src/components/FormRender/useFormContext.js.map +1 -1
  13. package/src/components/form-designer/form-widget/container-widget/useTableWidget.js +116 -114
  14. package/src/components/form-designer/form-widget/container-widget/useTableWidget.js.map +1 -1
  15. package/src/components/form-designer/form-widget/container-widget/vf-dialog-widget.vue.js +2 -2
  16. package/src/components/form-designer/form-widget/container-widget/vf-dialog-widget.vue2.js +22 -16
  17. package/src/components/form-designer/form-widget/container-widget/vf-dialog-widget.vue2.js.map +1 -1
  18. package/src/components/form-designer/form-widget/field-widget/rich-editor-widget.vue2.js.map +1 -1
  19. package/src/components/form-designer/form-widget/field-widget/useField.js +33 -33
  20. package/src/components/form-designer/form-widget/field-widget/useField.js.map +1 -1
  21. package/src/components/form-designer/setting-panel/form-setting.vue.js +2 -2
  22. package/src/components/form-designer/setting-panel/form-setting.vue2.js +100 -126
  23. package/src/components/form-designer/setting-panel/form-setting.vue2.js.map +1 -1
  24. package/src/components/form-designer/setting-panel/property-editor/button-list-editor.vue2.js +45 -39
  25. package/src/components/form-designer/setting-panel/property-editor/button-list-editor.vue2.js.map +1 -1
  26. package/src/components/form-designer/setting-panel/property-editor/container-data-table/data-table-showButtonsColumn-editor.vue.js +2 -2
  27. package/src/components/form-designer/setting-panel/property-editor/container-data-table/data-table-showButtonsColumn-editor.vue2.js.map +1 -1
  28. package/src/components/form-designer/setting-panel/property-editor/container-vf-dialog/cancelButtonLabel-editor.vue2.js.map +1 -1
  29. package/src/components/form-designer/setting-panel/property-editor/container-vf-dialog/left-editor.vue.js +5 -0
  30. package/src/components/form-designer/setting-panel/property-editor/container-vf-dialog/left-editor.vue.js.map +1 -0
  31. package/src/components/form-designer/setting-panel/property-editor/container-vf-dialog/left-editor.vue2.js +38 -0
  32. package/src/components/form-designer/setting-panel/property-editor/container-vf-dialog/left-editor.vue2.js.map +1 -0
  33. package/src/components/form-designer/setting-panel/property-editor/container-vf-dialog/top-editor.vue.js +5 -0
  34. package/src/components/form-designer/setting-panel/property-editor/container-vf-dialog/top-editor.vue.js.map +1 -0
  35. package/src/components/form-designer/setting-panel/property-editor/container-vf-dialog/top-editor.vue2.js +38 -0
  36. package/src/components/form-designer/setting-panel/property-editor/container-vf-dialog/top-editor.vue2.js.map +1 -0
  37. package/src/components/form-designer/setting-panel/property-editor/container-vf-dialog/width-editor.vue2.js.map +1 -1
  38. package/src/components/form-designer/setting-panel/property-editor/event-handler/onTableChange-editor.vue2.js +4 -4
  39. package/src/components/form-designer/setting-panel/property-editor/event-handler/onTableChange-editor.vue2.js.map +1 -1
  40. package/src/components/form-designer/setting-panel/property-editor/index.js +158 -156
  41. package/src/components/form-designer/setting-panel/property-editor/index.js.map +1 -1
  42. package/src/components/form-designer/setting-panel/propertyRegister.js +2 -0
  43. package/src/components/form-designer/setting-panel/propertyRegister.js.map +1 -1
  44. package/src/components/form-designer/widget-panel/containers/vf-dialog.js +34 -10
  45. package/src/components/form-designer/widget-panel/containers/vf-dialog.js.map +1 -1
  46. package/src/components/form-render/container-items/data-table-widget.vue.js +1 -1
  47. package/src/components/form-render/container-items/data-table-widget.vue2.js +60 -61
  48. package/src/components/form-render/container-items/data-table-widget.vue2.js.map +1 -1
  49. package/src/components/form-render/dynamic-dialog.vue.js +72 -75
  50. package/src/components/form-render/dynamic-dialog.vue.js.map +1 -1
  51. package/src/components/public/ActionButtonListDialog.vue.js +1 -1
  52. package/src/components/public/ActionButtonListDialog.vue2.js +115 -94
  53. package/src/components/public/ActionButtonListDialog.vue2.js.map +1 -1
  54. package/src/components/public/ActionButtonListRender.vue.js +15 -13
  55. package/src/components/public/ActionButtonListRender.vue.js.map +1 -1
  56. package/src/components/public/ActionButtonListRender.vue2.js +35 -25
  57. package/src/components/public/ActionButtonListRender.vue2.js.map +1 -1
  58. package/src/constants/EditorTypeEnum.js +1 -1
  59. package/src/constants/EditorTypeEnum.js.map +1 -1
  60. package/src/hooks/useLowcode.js.map +1 -1
  61. package/src/lang/en-US.js +1 -0
  62. package/src/lang/en-US.js.map +1 -1
  63. package/src/lang/zh-CN.js +1 -0
  64. package/src/lang/zh-CN.js.map +1 -1
  65. package/src/utils/util.js +21 -20
  66. package/src/utils/util.js.map +1 -1
  67. package/stats.html +1 -1
  68. package/styles/style.css +1 -1
  69. package/src/components/FormRender/FormContainer.js +0 -52
  70. package/src/components/FormRender/FormContainer.js.map +0 -1
@@ -1,15 +1,19 @@
1
- import { defineComponent as f, computed as o } from "vue";
2
- import { SvgIcon as y, useExecFunction as b } from "tmgc2-share";
3
- import { ButtonPositionEnum as m } from "../../constants/index.js";
4
- const g = f({
1
+ import { defineComponent as b, computed as o } from "vue";
2
+ import { SvgIcon as x, useExecFunction as B } from "tmgc2-share";
3
+ import { ButtonPositionEnum as g } from "../../constants/index.js";
4
+ const C = b({
5
5
  name: "ActionButtonListRender",
6
- components: { SvgIcon: y },
6
+ components: { SvgIcon: x },
7
7
  props: {
8
8
  options: {
9
9
  type: Object,
10
10
  default: () => {
11
11
  }
12
12
  },
13
+ disabled: {
14
+ type: Boolean,
15
+ default: !1
16
+ },
13
17
  scope: {
14
18
  type: Object,
15
19
  default: () => {
@@ -37,33 +41,39 @@ const g = f({
37
41
  default: !1
38
42
  }
39
43
  },
40
- setup(e) {
41
- const a = o(() => ({
44
+ emits: ["on-click"],
45
+ setup(e, { emit: c }) {
46
+ const l = o(() => ({
42
47
  "--flex": e.flex
43
- })), { executeFunction: r } = b(), c = o(
48
+ })), { executeFunction: r, asyncExecuteFunction: i } = B(), a = o(
44
49
  () => {
45
50
  var t;
46
- return ((t = e.options) == null ? void 0 : t.buttonPosition) !== m.DIY || e.designState;
51
+ return ((t = e.options) == null ? void 0 : t.buttonPosition) !== g.DIY || e.designState;
47
52
  }
48
- ), i = o(
53
+ ), s = o(
49
54
  () => {
50
55
  var t;
51
- return c.value ? null : (t = e.options) == null ? void 0 : t.getContainer;
56
+ return a.value ? null : (t = e.options) == null ? void 0 : t.getContainer;
52
57
  }
53
- ), l = o(
54
- () => e.buttonList.filter((t) => !d(t))
55
- ), s = async (t) => {
56
- if (!e.designState && t.onClick)
58
+ ), u = o(
59
+ () => e.buttonList.filter((t) => !y(t))
60
+ ), d = async (t) => {
61
+ if (!e.designState && t.onClick && !t.loading) {
62
+ t.loading = !0;
57
63
  try {
58
- await r({
64
+ const n = await i({
59
65
  functionBody: t.onClick,
60
66
  context: e.ctx,
61
67
  params: e.scope
62
68
  });
69
+ c("on-click", { item: t, result: n });
63
70
  } catch (n) {
64
71
  console.error("Button click handler error:", n);
72
+ } finally {
73
+ t.loading = !1;
65
74
  }
66
- }, u = (t) => {
75
+ }
76
+ }, f = (t) => {
67
77
  if (!t.onDisabled) return !1;
68
78
  try {
69
79
  const n = r({
@@ -75,7 +85,7 @@ const g = f({
75
85
  } catch (n) {
76
86
  return console.error("Button disabled handler error:", n), !1;
77
87
  }
78
- }, d = (t) => {
88
+ }, y = (t) => {
79
89
  if (!t.onHidden) return !1;
80
90
  try {
81
91
  return r({
@@ -88,16 +98,16 @@ const g = f({
88
98
  }
89
99
  };
90
100
  return {
91
- getContainer: i,
92
- isDisabled: c,
93
- containerStyle: a,
94
- visibleButtons: l,
95
- handleClick: s,
96
- handleDisabled: u
101
+ getContainer: s,
102
+ isDisabled: a,
103
+ containerStyle: l,
104
+ visibleButtons: u,
105
+ handleClick: d,
106
+ handleDisabled: f
97
107
  };
98
108
  }
99
109
  });
100
110
  export {
101
- g as default
111
+ C as default
102
112
  };
103
113
  //# sourceMappingURL=ActionButtonListRender.vue2.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ActionButtonListRender.vue2.js","sources":["../../../../src/components/public/ActionButtonListRender.vue"],"sourcesContent":["<template>\n <div\n ref=\"fieldEditor\"\n :class=\"['button-list-container', ...customClass]\"\n :style=\"containerStyle\"\n >\n <Teleport :disabled=\"isDisabled\" :to=\"getContainer\">\n <a-space :size=\"8\">\n <a-button\n v-for=\"item in visibleButtons\"\n :key=\"item.key\"\n :type=\"item.type\"\n :danger=\"!!item.danger\"\n :ghost=\"!!item.ghost\"\n class=\"tpf-button\"\n :disabled=\"handleDisabled(item)\"\n @click=\"handleClick(item)\"\n >\n <template v-if=\"item.icon\">\n <SvgIcon :icon-class=\"item.icon\" class=\"button-icon\" />\n </template>\n {{ item.label }}\n </a-button>\n </a-space>\n </Teleport>\n </div>\n</template>\n\n<script lang=\"ts\">\n import { defineComponent, computed, PropType } from 'vue';\n import { SvgIcon, useExecFunction } from 'tmgc2-share';\n import type { ActionButton } from '@/types/button';\n import { ButtonPositionEnum } from '@/constants';\n\n export default defineComponent({\n name: 'ActionButtonListRender',\n components: { SvgIcon },\n props: {\n options: {\n type: Object,\n default: () => {}\n },\n scope: {\n type: Object,\n default: () => {}\n },\n ctx: {\n type: Object,\n default: () => {}\n },\n buttonList: {\n type: Array as PropType<ActionButton[]>,\n default: () => []\n },\n customClass: {\n type: Array as PropType<string[]>,\n default: () => []\n },\n flex: {\n type: String,\n default: 'center'\n },\n designState: {\n type: Boolean,\n default: false\n }\n },\n setup(props) {\n const containerStyle = computed(() => ({\n '--flex': props.flex\n }));\n\n const { executeFunction } = useExecFunction();\n\n const isDisabled = computed(\n () => props.options?.buttonPosition !== ButtonPositionEnum.DIY || props.designState\n );\n\n const getContainer = computed(() =>\n isDisabled.value ? null : props.options?.getContainer\n );\n\n const visibleButtons = computed(() =>\n props.buttonList.filter(item => !handleHidden(item))\n );\n\n const handleClick = async (item: ActionButton) => {\n if (props.designState) return; // 在设计状态下不处理点击事件\n if (!item.onClick) return;\n try {\n await executeFunction({\n functionBody: item.onClick,\n context: props.ctx,\n params: props.scope\n });\n } catch (error) {\n console.error('Button click handler error:', error);\n }\n };\n\n const handleDisabled = (item: ActionButton): boolean => {\n if (!item.onDisabled) return false;\n\n try {\n const result = executeFunction({\n functionBody: item.onDisabled,\n context: props.ctx,\n params: props.scope\n });\n if (typeof result === 'boolean') {\n return result;\n } else {\n return false;\n }\n } catch (error) {\n console.error('Button disabled handler error:', error);\n return false;\n }\n };\n\n const handleHidden = (item: ActionButton): boolean => {\n if (!item.onHidden) return false;\n\n try {\n return executeFunction({\n functionBody: item.onHidden,\n context: props.ctx,\n params: props.scope\n });\n } catch (error) {\n console.error('Button hidden handler error:', error);\n return false;\n }\n };\n\n return {\n getContainer,\n isDisabled,\n containerStyle,\n visibleButtons,\n handleClick,\n handleDisabled\n };\n }\n });\n</script>\n\n<style lang=\"scss\" scoped>\n .button-list-container {\n flex: 1;\n display: flex;\n justify-content: var(--flex);\n\n .button-icon {\n margin-right: 4px;\n }\n }\n</style>\n"],"names":["_sfc_main","defineComponent","SvgIcon","props","containerStyle","computed","executeFunction","useExecFunction","isDisabled","_a","ButtonPositionEnum","getContainer","visibleButtons","handleHidden","item","handleClick","error","handleDisabled","result"],"mappings":";;;AAkCI,MAAAA,IAAeC,EAAgB;AAAA,EAC3B,MAAM;AAAA,EACN,YAAY,EAAE,SAAAC,EAAA;AAAA,EACd,OAAO;AAAA,IACH,SAAS;AAAA,MACL,MAAM;AAAA,MACN,SAAS,MAAM;AAAA,MAAC;AAAA,IAAA;AAAA,IAEpB,OAAO;AAAA,MACH,MAAM;AAAA,MACN,SAAS,MAAM;AAAA,MAAC;AAAA,IAAA;AAAA,IAEpB,KAAK;AAAA,MACD,MAAM;AAAA,MACN,SAAS,MAAM;AAAA,MAAC;AAAA,IAAA;AAAA,IAEpB,YAAY;AAAA,MACR,MAAM;AAAA,MACN,SAAS,MAAM,CAAA;AAAA,IAAC;AAAA,IAEpB,aAAa;AAAA,MACT,MAAM;AAAA,MACN,SAAS,MAAM,CAAA;AAAA,IAAC;AAAA,IAEpB,MAAM;AAAA,MACF,MAAM;AAAA,MACN,SAAS;AAAA,IAAA;AAAA,IAEb,aAAa;AAAA,MACT,MAAM;AAAA,MACN,SAAS;AAAA,IAAA;AAAA,EACb;AAAA,EAEJ,MAAMC,GAAO;AACT,UAAMC,IAAiBC,EAAS,OAAO;AAAA,MACnC,UAAUF,EAAM;AAAA,IAAA,EAClB,GAEI,EAAE,iBAAAG,EAAA,IAAoBC,EAAA,GAEtBC,IAAaH;AAAA,MACf,MAAA;;AAAM,iBAAAI,IAAAN,EAAM,YAAN,gBAAAM,EAAe,oBAAmBC,EAAmB,OAAOP,EAAM;AAAA;AAAA,IAAA,GAGtEQ,IAAeN;AAAA,MAAS,MAAA;;AAC1B,eAAAG,EAAW,QAAQ,QAAOC,IAAAN,EAAM,YAAN,gBAAAM,EAAe;AAAA;AAAA,IAAA,GAGvCG,IAAiBP;AAAA,MAAS,MAC5BF,EAAM,WAAW,OAAO,OAAQ,CAACU,EAAaC,CAAI,CAAC;AAAA,IAAA,GAGjDC,IAAc,OAAOD,MAAuB;AAC9C,UAAI,CAAAX,EAAM,eACLW,EAAK;AACV,YAAI;AACA,gBAAMR,EAAgB;AAAA,YAClB,cAAcQ,EAAK;AAAA,YACnB,SAASX,EAAM;AAAA,YACf,QAAQA,EAAM;AAAA,UAAA,CACjB;AAAA,QACL,SAASa,GAAO;AACZ,kBAAQ,MAAM,+BAA+BA,CAAK;AAAA,QACtD;AAAA,IACJ,GAEMC,IAAiB,CAACH,MAAgC;AACpD,UAAI,CAACA,EAAK,WAAY,QAAO;AAE7B,UAAI;AACA,cAAMI,IAASZ,EAAgB;AAAA,UAC3B,cAAcQ,EAAK;AAAA,UACnB,SAASX,EAAM;AAAA,UACf,QAAQA,EAAM;AAAA,QAAA,CACjB;AACD,eAAI,OAAOe,KAAW,YACXA,IAEA;AAAA,MAEf,SAASF,GAAO;AACZ,uBAAQ,MAAM,kCAAkCA,CAAK,GAC9C;AAAA,MACX;AAAA,IACJ,GAEMH,IAAe,CAACC,MAAgC;AAClD,UAAI,CAACA,EAAK,SAAU,QAAO;AAE3B,UAAI;AACA,eAAOR,EAAgB;AAAA,UACnB,cAAcQ,EAAK;AAAA,UACnB,SAASX,EAAM;AAAA,UACf,QAAQA,EAAM;AAAA,QAAA,CACjB;AAAA,MACL,SAASa,GAAO;AACZ,uBAAQ,MAAM,gCAAgCA,CAAK,GAC5C;AAAA,MACX;AAAA,IACJ;AAEA,WAAO;AAAA,MACH,cAAAL;AAAA,MACA,YAAAH;AAAA,MACA,gBAAAJ;AAAA,MACA,gBAAAQ;AAAA,MACA,aAAAG;AAAA,MACA,gBAAAE;AAAA,IAAA;AAAA,EAER;AACJ,CAAC;"}
1
+ {"version":3,"file":"ActionButtonListRender.vue2.js","sources":["../../../../src/components/public/ActionButtonListRender.vue"],"sourcesContent":["<template>\n <div\n ref=\"fieldEditor\"\n :class=\"['button-list-container', ...customClass]\"\n :style=\"containerStyle\"\n >\n <Teleport :disabled=\"isDisabled\" :to=\"getContainer\">\n <a-space :size=\"8\">\n <a-button\n v-for=\"item in visibleButtons\"\n :key=\"item.key\"\n :type=\"item.type\"\n :size=\"item.size\"\n :danger=\"!!item.danger\"\n :ghost=\"!!item.ghost\"\n class=\"tpf-button\"\n :loading=\"item.loading\"\n :disabled=\"handleDisabled(item) || disabled\"\n @click=\"handleClick(item)\"\n >\n <template v-if=\"item.icon\">\n <SvgIcon :icon-class=\"item.icon\" class=\"button-icon\" />\n </template>\n {{ item.label }}\n </a-button>\n </a-space>\n </Teleport>\n </div>\n</template>\n\n<script lang=\"ts\">\n import { defineComponent, computed, PropType } from 'vue';\n import { SvgIcon, useExecFunction } from 'tmgc2-share';\n import type { ActionButton } from '@/types/button';\n import { ButtonPositionEnum } from '@/constants';\n\n export default defineComponent({\n name: 'ActionButtonListRender',\n components: { SvgIcon },\n props: {\n options: {\n type: Object,\n default: () => {}\n },\n disabled: {\n type: Boolean,\n default: false\n },\n scope: {\n type: Object,\n default: () => {}\n },\n ctx: {\n type: Object,\n default: () => {}\n },\n buttonList: {\n type: Array as PropType<ActionButton[]>,\n default: () => []\n },\n customClass: {\n type: Array as PropType<string[]>,\n default: () => []\n },\n flex: {\n type: String,\n default: 'center'\n },\n designState: {\n type: Boolean,\n default: false\n }\n },\n emits: ['on-click'],\n setup(props, { emit }) {\n const containerStyle = computed(() => ({\n '--flex': props.flex\n }));\n\n const { executeFunction, asyncExecuteFunction } = useExecFunction();\n\n const isDisabled = computed(\n () => props.options?.buttonPosition !== ButtonPositionEnum.DIY || props.designState\n );\n\n const getContainer = computed(() =>\n isDisabled.value ? null : props.options?.getContainer\n );\n\n const visibleButtons = computed(() =>\n props.buttonList.filter(item => !handleHidden(item))\n );\n\n const handleClick = async (item: ActionButton) => {\n if (props.designState) return; // 在设计状态下不处理点击事件\n if (!item.onClick) return;\n if (item.loading) return;\n item.loading = true;\n try {\n const result = await asyncExecuteFunction({\n functionBody: item.onClick,\n context: props.ctx,\n params: props.scope\n });\n\n emit('on-click', { item, result });\n } catch (error) {\n console.error('Button click handler error:', error);\n } finally {\n item.loading = false;\n }\n };\n\n const handleDisabled = (item: ActionButton): boolean => {\n if (!item.onDisabled) return false;\n\n try {\n const result = executeFunction({\n functionBody: item.onDisabled,\n context: props.ctx,\n params: props.scope\n });\n if (typeof result === 'boolean') {\n return result;\n } else {\n return false;\n }\n } catch (error) {\n console.error('Button disabled handler error:', error);\n return false;\n }\n };\n\n const handleHidden = (item: ActionButton): boolean => {\n if (!item.onHidden) return false;\n\n try {\n return executeFunction({\n functionBody: item.onHidden,\n context: props.ctx,\n params: props.scope\n });\n } catch (error) {\n console.error('Button hidden handler error:', error);\n return false;\n }\n };\n\n return {\n getContainer,\n isDisabled,\n containerStyle,\n visibleButtons,\n handleClick,\n handleDisabled\n };\n }\n });\n</script>\n\n<style lang=\"scss\" scoped>\n .button-list-container {\n flex: 1;\n display: flex;\n justify-content: var(--flex);\n\n .button-icon {\n margin-right: 4px;\n }\n }\n</style>\n"],"names":["_sfc_main","defineComponent","SvgIcon","props","emit","containerStyle","computed","executeFunction","asyncExecuteFunction","useExecFunction","isDisabled","_a","ButtonPositionEnum","getContainer","visibleButtons","handleHidden","item","handleClick","result","error","handleDisabled"],"mappings":"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"}
@@ -1,4 +1,4 @@
1
- var t = /* @__PURE__ */ ((o) => (o.name = "name-editor", o.disabled = "disabled-editor", o.hidden = "hidden-editor", o.customClassEditor = "customClass-editor", o.colHeightEditor = "colHeight-editor", o.gutterEditor = "gutter-editor", o.gridColResponsiveEditor = "grid-col-responsive-editor", o.gridColSpanEditor = "grid-col-span-editor", o.gridColOffsetEditor = "grid-col-offset-editor", o.gridColPullEditor = "grid-col-pull-editor", o.gridColPushEditor = "grid-col-push-editor", o.showBlankRowEditor = "showBlankRow-editor", o.showRowNumberEditor = "showRowNumber-editor", o.subFormLabelAlignEditor = "sub-form-labelAlign-editor", o.onSubFormRowAddEditor = "onSubFormRowAdd-editor", o.onSubFormRowInsertEditor = "onSubFormRowInsert-editor", o.onSubFormRowDeleteEditor = "onSubFormRowDelete-editor", o.onSubFormRowChangeEditor = "onSubFormRowChange-editor", o.tabTypeEditor = "tab-type-editor", o.tabTabPositionEditor = "tab-tabPosition-editor", o.tabTabBarGutterEditor = "tab-tabBarGutter-editor", o.tabCustomClassEditor = "tab-customClass-editor", o.onMountedEditor = "onMounted-editor", o.onTabClickEditor = "onTabClick-editor", o.boxModelEditor = "boxModel-editor", o.titleEditor = "title-editor", o.heightEditor = "height-editor", o.collapseIconEditor = "collapseIcon-editor", o.unCollapseIconEditor = "unCollapseIcon-editor", o.isCollapseEditor = "isCollapse-editor", o.rightSlotCssEditor = "rightSlotCss-editor", o.widthEditor = "width-editor", o.formCodeEditor = "formCode-editor", o.bodyStyleEditor = "bodyStyle-editor", o.showCloseEditor = "showClose-editor", o.closeOnClickModalEditor = "closeOnClickModal-editor", o.closeOnPressEscapeEditor = "closeOnPressEscape-editor", o.readModeEditor = "readMode-editor", o.disabledModeEditor = "disabledMode-editor", o.okButtonLabelEditor = "okButtonLabel-editor", o.okButtonHiddenEditor = "okButtonHidden-editor", o.cancelButtonLabelEditor = "cancelButtonLabel-editor", o.cancelButtonHiddenEditor = "cancelButtonHidden-editor", o.onCancelButtonClickEditor = "onCancelButtonClick-editor", o.onOkButtonClickEditor = "onOkButtonClick-editor", o.onDialogOpenedEditor = "onDialogOpened-editor", o.onDialogBeforeCloseEditor = "onDialogBeforeClose-editor", o.labelEditor = "label-editor", o.labelAlignEditor = "labelAlign-editor", o.typeEditor = "type-editor", o.dateRangeTypeEditor = "date-range-type-editor", o.defaultValueEditor = "defaultValue-editor", o.placeholderEditor = "placeholder-editor", o.sizeEditor = "size-editor", o.labelWidthEditor = "labelWidth-editor", o.labelHiddenEditor = "labelHidden-editor", o.requiredEditor = "required-editor", o.requiredHintEditor = "requiredHint-editor", o.validationEditor = "validation-editor", o.validationHintEditor = "validationHint-editor", o.readonlyEditor = "readonly-editor", o.useModalEditor = "useModal-editor", o.allowClearEditor = "allowClear-editor", o.maxLengthEditor = "maxLength-editor", o.showCountEditor = "showCount-editor", o.onChangeEditor = "onChange-editor", o.onInputEditor = "onInput-editor", o.onFocusEditor = "onFocus-editor", o.onBlurEditor = "onBlur-editor", o.onValidateEditor = "onValidate-editor", o.onClickIconEditor = "onClickIcon-editor", o.onCreatedEditor = "onCreated-editor", o.rowsEditor = "rows-editor", o.labelIconClassEditor = "labelIconClass-editor", o.labelIconPositionEditor = "labelIconPosition-editor", o.numberDefaultValueEditor = "number-defaultValue-editor", o.minEditor = "min-editor", o.maxEditor = "max-editor", o.precisionEditor = "precision-editor", o.stepEditor = "step-editor", o.buttonStyleEditor = "buttonStyle-editor", o.borderEditor = "border-editor", o.optionItemsEditor = "optionItems-editor", o.loadingPageEditor = "loadingPage-editor", o.showSearchEditor = "showSearch-editor", o.modeEditor = "mode-editor", o.timeDefaultValueEditor = "time-defaultValue-editor", o.autoFullWidthEditor = "autoFullWidth-editor", o.timeFormatEditor = "time-format-editor", o.timeRangeDefaultValueEditor = "time-range-defaultValue-editor", o.startPlaceholderEditor = "startPlaceholder-editor", o.endPlaceholderEditor = "endPlaceholder-editor", o.dateTypeEditor = "date-type-editor", o.dateRangeDefaultValueEditor = "date-range-defaultValue-editor", o.showTimeEditor = "showTime-editor", o.dateRangeFormatEditor = "date-range-format-editor", o.dateRangeValueFormatEditor = "date-range-valueFormat-editor", o.switchDefaultValueEditor = "switch-defaultValue-editor", o.checkedValueEditor = "checkedValue-editor", o.unCheckedValueEditor = "unCheckedValue-editor", o.switchWidthEditor = "switchWidth-editor", o.rateDefaultValueEditor = "rate-defaultValue-editor", o.rateCountEditor = "rate-count-editor", o.allowHalfEditor = "allowHalf-editor", o.colorDefaultValueEditor = "color-defaultValue-editor", o.textContentEditor = "textContent-editor", o.rangeEditor = "range-editor", o.htmlContentEditor = "htmlContent-editor", o.buttonTypeEditor = "button-type-editor", o.shapeEditor = "shape-editor", o.dangerEditor = "danger-editor", o.ghostEditor = "ghost-editor", o.iconEditor = "icon-editor", o.onClickEditor = "onClick-editor", o.flexEditor = "flex-editor", o.buttonListEditor = "button-list-editor", o.buttonPositionEditor = "button-position-editor", o.contentPositionEditor = "contentPosition-editor", o.dividerDirectionEditor = "divider-direction-editor", o.placementEditor = "placement-editor", o.menuListEditor = "menuList-editor", o.onMenuClickEditor = "onMenuClick-editor", o.cascaderMultipleEditor = "cascader-multiple-editor", o.multipleEditor = "multiple-editor", o.treeDataEditor = "tree-data-editor", o.onCheckEditor = "onCheck-editor", o.richEditorContentHeightEditor = "rich-editor-contentHeight-editor", o.acceptEditor = "accept-editor", o.limitEditor = "limit-editor", o.maxSizeEditor = "maxSize-editor", o.uploadListTypeEditor = "uploadListType-editor", o.rowKeyEditor = "rowKey-editor", o.tableWidthEditor = "tableWidth-editor", o.tableHeightEditor = "tableHeight-editor", o.showIndexEditor = "showIndex-editor", o.dataTableColorRowEditor = "data-table-colorRow-editor", o.tableSizeEditor = "tableSize-editor", o.paginationEditor = "pagination-editor", o.showButtonsColumnEditor = "showButtonsColumn-editor", o.rowSelectionEditor = "rowSelection-editor", o.dataTableDsEnabledEditor = "data-table-dsEnabled-editor", o.dataTableCustomClassEditor = "data-table-customClass-editor", o.lineHeightEditor = "line-height-editor", o.onTableChangeEditor = "onTableChange-editor", o.dataTableCustomRowEditor = "data-table-customRow-editor", o.dateDefaultValueEditor = "date-defaultValue-editor", o))(t || {});
1
+ var t = /* @__PURE__ */ ((o) => (o.name = "name-editor", o.disabled = "disabled-editor", o.hidden = "hidden-editor", o.customClassEditor = "customClass-editor", o.colHeightEditor = "colHeight-editor", o.gutterEditor = "gutter-editor", o.gridColResponsiveEditor = "grid-col-responsive-editor", o.gridColSpanEditor = "grid-col-span-editor", o.gridColOffsetEditor = "grid-col-offset-editor", o.gridColPullEditor = "grid-col-pull-editor", o.gridColPushEditor = "grid-col-push-editor", o.showBlankRowEditor = "showBlankRow-editor", o.showRowNumberEditor = "showRowNumber-editor", o.subFormLabelAlignEditor = "sub-form-labelAlign-editor", o.onSubFormRowAddEditor = "onSubFormRowAdd-editor", o.onSubFormRowInsertEditor = "onSubFormRowInsert-editor", o.onSubFormRowDeleteEditor = "onSubFormRowDelete-editor", o.onSubFormRowChangeEditor = "onSubFormRowChange-editor", o.tabTypeEditor = "tab-type-editor", o.tabTabPositionEditor = "tab-tabPosition-editor", o.tabTabBarGutterEditor = "tab-tabBarGutter-editor", o.tabCustomClassEditor = "tab-customClass-editor", o.onMountedEditor = "onMounted-editor", o.onTabClickEditor = "onTabClick-editor", o.boxModelEditor = "boxModel-editor", o.titleEditor = "title-editor", o.heightEditor = "height-editor", o.collapseIconEditor = "collapseIcon-editor", o.unCollapseIconEditor = "unCollapseIcon-editor", o.isCollapseEditor = "isCollapse-editor", o.rightSlotCssEditor = "rightSlotCss-editor", o.widthEditor = "width-editor", o.topEditor = "top-editor", o.leftEditor = "left-editor", o.formCodeEditor = "formCode-editor", o.bodyStyleEditor = "bodyStyle-editor", o.showCloseEditor = "showClose-editor", o.closeOnClickModalEditor = "closeOnClickModal-editor", o.closeOnPressEscapeEditor = "closeOnPressEscape-editor", o.readModeEditor = "readMode-editor", o.disabledModeEditor = "disabledMode-editor", o.okButtonLabelEditor = "okButtonLabel-editor", o.okButtonHiddenEditor = "okButtonHidden-editor", o.cancelButtonLabelEditor = "cancelButtonLabel-editor", o.cancelButtonHiddenEditor = "cancelButtonHidden-editor", o.onCancelButtonClickEditor = "onCancelButtonClick-editor", o.onOkButtonClickEditor = "onOkButtonClick-editor", o.onDialogOpenedEditor = "onDialogOpened-editor", o.onDialogBeforeCloseEditor = "onDialogBeforeClose-editor", o.labelEditor = "label-editor", o.labelAlignEditor = "labelAlign-editor", o.typeEditor = "type-editor", o.dateRangeTypeEditor = "date-range-type-editor", o.defaultValueEditor = "defaultValue-editor", o.placeholderEditor = "placeholder-editor", o.sizeEditor = "size-editor", o.labelWidthEditor = "labelWidth-editor", o.labelHiddenEditor = "labelHidden-editor", o.requiredEditor = "required-editor", o.requiredHintEditor = "requiredHint-editor", o.validationEditor = "validation-editor", o.validationHintEditor = "validationHint-editor", o.readonlyEditor = "readonly-editor", o.useModalEditor = "useModal-editor", o.allowClearEditor = "allowClear-editor", o.maxLengthEditor = "maxLength-editor", o.showCountEditor = "showCount-editor", o.onChangeEditor = "onChange-editor", o.onInputEditor = "onInput-editor", o.onFocusEditor = "onFocus-editor", o.onBlurEditor = "onBlur-editor", o.onValidateEditor = "onValidate-editor", o.onClickIconEditor = "onClickIcon-editor", o.onCreatedEditor = "onCreated-editor", o.rowsEditor = "rows-editor", o.labelIconClassEditor = "labelIconClass-editor", o.labelIconPositionEditor = "labelIconPosition-editor", o.numberDefaultValueEditor = "number-defaultValue-editor", o.minEditor = "min-editor", o.maxEditor = "max-editor", o.precisionEditor = "precision-editor", o.stepEditor = "step-editor", o.buttonStyleEditor = "buttonStyle-editor", o.borderEditor = "border-editor", o.optionItemsEditor = "optionItems-editor", o.loadingPageEditor = "loadingPage-editor", o.showSearchEditor = "showSearch-editor", o.modeEditor = "mode-editor", o.timeDefaultValueEditor = "time-defaultValue-editor", o.autoFullWidthEditor = "autoFullWidth-editor", o.timeFormatEditor = "time-format-editor", o.timeRangeDefaultValueEditor = "time-range-defaultValue-editor", o.startPlaceholderEditor = "startPlaceholder-editor", o.endPlaceholderEditor = "endPlaceholder-editor", o.dateTypeEditor = "date-type-editor", o.dateRangeDefaultValueEditor = "date-range-defaultValue-editor", o.showTimeEditor = "showTime-editor", o.dateRangeFormatEditor = "date-range-format-editor", o.dateRangeValueFormatEditor = "date-range-valueFormat-editor", o.switchDefaultValueEditor = "switch-defaultValue-editor", o.checkedValueEditor = "checkedValue-editor", o.unCheckedValueEditor = "unCheckedValue-editor", o.switchWidthEditor = "switchWidth-editor", o.rateDefaultValueEditor = "rate-defaultValue-editor", o.rateCountEditor = "rate-count-editor", o.allowHalfEditor = "allowHalf-editor", o.colorDefaultValueEditor = "color-defaultValue-editor", o.textContentEditor = "textContent-editor", o.rangeEditor = "range-editor", o.htmlContentEditor = "htmlContent-editor", o.buttonTypeEditor = "button-type-editor", o.shapeEditor = "shape-editor", o.dangerEditor = "danger-editor", o.ghostEditor = "ghost-editor", o.iconEditor = "icon-editor", o.onClickEditor = "onClick-editor", o.flexEditor = "flex-editor", o.buttonListEditor = "button-list-editor", o.buttonPositionEditor = "button-position-editor", o.contentPositionEditor = "contentPosition-editor", o.dividerDirectionEditor = "divider-direction-editor", o.placementEditor = "placement-editor", o.menuListEditor = "menuList-editor", o.onMenuClickEditor = "onMenuClick-editor", o.cascaderMultipleEditor = "cascader-multiple-editor", o.multipleEditor = "multiple-editor", o.treeDataEditor = "tree-data-editor", o.onCheckEditor = "onCheck-editor", o.richEditorContentHeightEditor = "rich-editor-contentHeight-editor", o.acceptEditor = "accept-editor", o.limitEditor = "limit-editor", o.maxSizeEditor = "maxSize-editor", o.uploadListTypeEditor = "uploadListType-editor", o.rowKeyEditor = "rowKey-editor", o.tableWidthEditor = "tableWidth-editor", o.tableHeightEditor = "tableHeight-editor", o.showIndexEditor = "showIndex-editor", o.dataTableColorRowEditor = "data-table-colorRow-editor", o.tableSizeEditor = "tableSize-editor", o.paginationEditor = "pagination-editor", o.showButtonsColumnEditor = "showButtonsColumn-editor", o.rowSelectionEditor = "rowSelection-editor", o.dataTableDsEnabledEditor = "data-table-dsEnabled-editor", o.dataTableCustomClassEditor = "data-table-customClass-editor", o.lineHeightEditor = "line-height-editor", o.onTableChangeEditor = "onTableChange-editor", o.dataTableCustomRowEditor = "data-table-customRow-editor", o.dateDefaultValueEditor = "date-defaultValue-editor", o))(t || {});
2
2
  export {
3
3
  t as EditorTypeEnum
4
4
  };
@@ -1 +1 @@
1
- {"version":3,"file":"EditorTypeEnum.js","sources":["../../../src/constants/EditorTypeEnum.ts"],"sourcesContent":["export enum EditorTypeEnum {\n name = 'name-editor',\n disabled = 'disabled-editor',\n hidden = 'hidden-editor',\n customClassEditor = 'customClass-editor',\n colHeightEditor = 'colHeight-editor',\n gutterEditor = 'gutter-editor',\n gridColResponsiveEditor = 'grid-col-responsive-editor',\n gridColSpanEditor = 'grid-col-span-editor',\n gridColOffsetEditor = 'grid-col-offset-editor',\n gridColPullEditor = 'grid-col-pull-editor',\n gridColPushEditor = 'grid-col-push-editor',\n showBlankRowEditor = 'showBlankRow-editor',\n showRowNumberEditor = 'showRowNumber-editor',\n subFormLabelAlignEditor = 'sub-form-labelAlign-editor',\n onSubFormRowAddEditor = 'onSubFormRowAdd-editor',\n onSubFormRowInsertEditor = 'onSubFormRowInsert-editor',\n onSubFormRowDeleteEditor = 'onSubFormRowDelete-editor',\n onSubFormRowChangeEditor = 'onSubFormRowChange-editor',\n tabTypeEditor = 'tab-type-editor',\n tabTabPositionEditor = 'tab-tabPosition-editor',\n tabTabBarGutterEditor = 'tab-tabBarGutter-editor',\n tabCustomClassEditor = 'tab-customClass-editor',\n onMountedEditor = 'onMounted-editor',\n onTabClickEditor = 'onTabClick-editor',\n boxModelEditor = 'boxModel-editor',\n titleEditor = 'title-editor',\n heightEditor = 'height-editor',\n collapseIconEditor = 'collapseIcon-editor',\n unCollapseIconEditor = 'unCollapseIcon-editor',\n isCollapseEditor = 'isCollapse-editor',\n rightSlotCssEditor = 'rightSlotCss-editor',\n widthEditor = 'width-editor',\n formCodeEditor = 'formCode-editor',\n bodyStyleEditor = 'bodyStyle-editor',\n showCloseEditor = 'showClose-editor',\n closeOnClickModalEditor = 'closeOnClickModal-editor',\n closeOnPressEscapeEditor = 'closeOnPressEscape-editor',\n readModeEditor = 'readMode-editor',\n disabledModeEditor = 'disabledMode-editor',\n okButtonLabelEditor = 'okButtonLabel-editor',\n okButtonHiddenEditor = 'okButtonHidden-editor',\n cancelButtonLabelEditor = 'cancelButtonLabel-editor',\n cancelButtonHiddenEditor = 'cancelButtonHidden-editor',\n onCancelButtonClickEditor = 'onCancelButtonClick-editor',\n onOkButtonClickEditor = 'onOkButtonClick-editor',\n onDialogOpenedEditor = 'onDialogOpened-editor',\n onDialogBeforeCloseEditor = 'onDialogBeforeClose-editor',\n labelEditor = 'label-editor',\n labelAlignEditor = 'labelAlign-editor',\n typeEditor = 'type-editor',\n dateRangeTypeEditor = 'date-range-type-editor',\n defaultValueEditor = 'defaultValue-editor',\n placeholderEditor = 'placeholder-editor',\n sizeEditor = 'size-editor',\n labelWidthEditor = 'labelWidth-editor',\n labelHiddenEditor = 'labelHidden-editor',\n requiredEditor = 'required-editor',\n requiredHintEditor = 'requiredHint-editor',\n validationEditor = 'validation-editor',\n validationHintEditor = 'validationHint-editor',\n readonlyEditor = 'readonly-editor',\n useModalEditor = 'useModal-editor',\n allowClearEditor = 'allowClear-editor',\n maxLengthEditor = 'maxLength-editor',\n showCountEditor = 'showCount-editor',\n onChangeEditor = 'onChange-editor',\n onInputEditor = 'onInput-editor',\n onFocusEditor = 'onFocus-editor',\n onBlurEditor = 'onBlur-editor',\n onValidateEditor = 'onValidate-editor',\n onClickIconEditor = 'onClickIcon-editor',\n onCreatedEditor = 'onCreated-editor',\n rowsEditor = 'rows-editor',\n labelIconClassEditor = 'labelIconClass-editor',\n labelIconPositionEditor = 'labelIconPosition-editor',\n numberDefaultValueEditor = 'number-defaultValue-editor',\n minEditor = 'min-editor',\n maxEditor = 'max-editor',\n precisionEditor = 'precision-editor',\n stepEditor = 'step-editor',\n buttonStyleEditor = 'buttonStyle-editor',\n borderEditor = 'border-editor',\n optionItemsEditor = 'optionItems-editor',\n loadingPageEditor = 'loadingPage-editor',\n showSearchEditor = 'showSearch-editor',\n modeEditor = 'mode-editor',\n timeDefaultValueEditor = 'time-defaultValue-editor',\n autoFullWidthEditor = 'autoFullWidth-editor',\n timeFormatEditor = 'time-format-editor',\n timeRangeDefaultValueEditor = 'time-range-defaultValue-editor',\n startPlaceholderEditor = 'startPlaceholder-editor',\n endPlaceholderEditor = 'endPlaceholder-editor',\n dateTypeEditor = 'date-type-editor',\n dateRangeDefaultValueEditor = 'date-range-defaultValue-editor',\n showTimeEditor = 'showTime-editor',\n dateRangeFormatEditor = 'date-range-format-editor',\n dateRangeValueFormatEditor = 'date-range-valueFormat-editor',\n switchDefaultValueEditor = 'switch-defaultValue-editor',\n checkedValueEditor = 'checkedValue-editor',\n unCheckedValueEditor = 'unCheckedValue-editor',\n switchWidthEditor = 'switchWidth-editor',\n rateDefaultValueEditor = 'rate-defaultValue-editor',\n rateCountEditor = 'rate-count-editor',\n allowHalfEditor = 'allowHalf-editor',\n colorDefaultValueEditor = 'color-defaultValue-editor',\n textContentEditor = 'textContent-editor',\n rangeEditor = 'range-editor',\n htmlContentEditor = 'htmlContent-editor',\n buttonTypeEditor = 'button-type-editor',\n shapeEditor = 'shape-editor',\n dangerEditor = 'danger-editor',\n ghostEditor = 'ghost-editor',\n iconEditor = 'icon-editor',\n onClickEditor = 'onClick-editor',\n flexEditor = 'flex-editor',\n buttonListEditor = 'button-list-editor',\n buttonPositionEditor = 'button-position-editor',\n contentPositionEditor = 'contentPosition-editor',\n dividerDirectionEditor = 'divider-direction-editor',\n placementEditor = 'placement-editor',\n menuListEditor = 'menuList-editor',\n onMenuClickEditor = 'onMenuClick-editor',\n cascaderMultipleEditor = 'cascader-multiple-editor',\n multipleEditor = 'multiple-editor',\n treeDataEditor = 'tree-data-editor',\n onCheckEditor = 'onCheck-editor',\n richEditorContentHeightEditor = 'rich-editor-contentHeight-editor',\n acceptEditor = 'accept-editor',\n limitEditor = 'limit-editor',\n maxSizeEditor = 'maxSize-editor',\n uploadListTypeEditor = 'uploadListType-editor',\n rowKeyEditor = 'rowKey-editor',\n tableWidthEditor = 'tableWidth-editor',\n tableHeightEditor = 'tableHeight-editor',\n showIndexEditor = 'showIndex-editor',\n dataTableColorRowEditor = 'data-table-colorRow-editor',\n tableSizeEditor = 'tableSize-editor',\n paginationEditor = 'pagination-editor',\n showButtonsColumnEditor = 'showButtonsColumn-editor',\n rowSelectionEditor = 'rowSelection-editor',\n dataTableDsEnabledEditor = 'data-table-dsEnabled-editor',\n dataTableCustomClassEditor = 'data-table-customClass-editor',\n lineHeightEditor = 'line-height-editor',\n onTableChangeEditor = 'onTableChange-editor',\n dataTableCustomRowEditor = 'data-table-customRow-editor',\n dateDefaultValueEditor = 'date-defaultValue-editor'\n}\n"],"names":["EditorTypeEnum"],"mappings":"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"}
1
+ {"version":3,"file":"EditorTypeEnum.js","sources":["../../../src/constants/EditorTypeEnum.ts"],"sourcesContent":["export enum EditorTypeEnum {\n name = 'name-editor',\n disabled = 'disabled-editor',\n hidden = 'hidden-editor',\n customClassEditor = 'customClass-editor',\n colHeightEditor = 'colHeight-editor',\n gutterEditor = 'gutter-editor',\n gridColResponsiveEditor = 'grid-col-responsive-editor',\n gridColSpanEditor = 'grid-col-span-editor',\n gridColOffsetEditor = 'grid-col-offset-editor',\n gridColPullEditor = 'grid-col-pull-editor',\n gridColPushEditor = 'grid-col-push-editor',\n showBlankRowEditor = 'showBlankRow-editor',\n showRowNumberEditor = 'showRowNumber-editor',\n subFormLabelAlignEditor = 'sub-form-labelAlign-editor',\n onSubFormRowAddEditor = 'onSubFormRowAdd-editor',\n onSubFormRowInsertEditor = 'onSubFormRowInsert-editor',\n onSubFormRowDeleteEditor = 'onSubFormRowDelete-editor',\n onSubFormRowChangeEditor = 'onSubFormRowChange-editor',\n tabTypeEditor = 'tab-type-editor',\n tabTabPositionEditor = 'tab-tabPosition-editor',\n tabTabBarGutterEditor = 'tab-tabBarGutter-editor',\n tabCustomClassEditor = 'tab-customClass-editor',\n onMountedEditor = 'onMounted-editor',\n onTabClickEditor = 'onTabClick-editor',\n boxModelEditor = 'boxModel-editor',\n titleEditor = 'title-editor',\n heightEditor = 'height-editor',\n collapseIconEditor = 'collapseIcon-editor',\n unCollapseIconEditor = 'unCollapseIcon-editor',\n isCollapseEditor = 'isCollapse-editor',\n rightSlotCssEditor = 'rightSlotCss-editor',\n widthEditor = 'width-editor',\n topEditor = 'top-editor',\n leftEditor = 'left-editor',\n formCodeEditor = 'formCode-editor',\n bodyStyleEditor = 'bodyStyle-editor',\n showCloseEditor = 'showClose-editor',\n closeOnClickModalEditor = 'closeOnClickModal-editor',\n closeOnPressEscapeEditor = 'closeOnPressEscape-editor',\n readModeEditor = 'readMode-editor',\n disabledModeEditor = 'disabledMode-editor',\n okButtonLabelEditor = 'okButtonLabel-editor',\n okButtonHiddenEditor = 'okButtonHidden-editor',\n cancelButtonLabelEditor = 'cancelButtonLabel-editor',\n cancelButtonHiddenEditor = 'cancelButtonHidden-editor',\n onCancelButtonClickEditor = 'onCancelButtonClick-editor',\n onOkButtonClickEditor = 'onOkButtonClick-editor',\n onDialogOpenedEditor = 'onDialogOpened-editor',\n onDialogBeforeCloseEditor = 'onDialogBeforeClose-editor',\n labelEditor = 'label-editor',\n labelAlignEditor = 'labelAlign-editor',\n typeEditor = 'type-editor',\n dateRangeTypeEditor = 'date-range-type-editor',\n defaultValueEditor = 'defaultValue-editor',\n placeholderEditor = 'placeholder-editor',\n sizeEditor = 'size-editor',\n labelWidthEditor = 'labelWidth-editor',\n labelHiddenEditor = 'labelHidden-editor',\n requiredEditor = 'required-editor',\n requiredHintEditor = 'requiredHint-editor',\n validationEditor = 'validation-editor',\n validationHintEditor = 'validationHint-editor',\n readonlyEditor = 'readonly-editor',\n useModalEditor = 'useModal-editor',\n allowClearEditor = 'allowClear-editor',\n maxLengthEditor = 'maxLength-editor',\n showCountEditor = 'showCount-editor',\n onChangeEditor = 'onChange-editor',\n onInputEditor = 'onInput-editor',\n onFocusEditor = 'onFocus-editor',\n onBlurEditor = 'onBlur-editor',\n onValidateEditor = 'onValidate-editor',\n onClickIconEditor = 'onClickIcon-editor',\n onCreatedEditor = 'onCreated-editor',\n rowsEditor = 'rows-editor',\n labelIconClassEditor = 'labelIconClass-editor',\n labelIconPositionEditor = 'labelIconPosition-editor',\n numberDefaultValueEditor = 'number-defaultValue-editor',\n minEditor = 'min-editor',\n maxEditor = 'max-editor',\n precisionEditor = 'precision-editor',\n stepEditor = 'step-editor',\n buttonStyleEditor = 'buttonStyle-editor',\n borderEditor = 'border-editor',\n optionItemsEditor = 'optionItems-editor',\n loadingPageEditor = 'loadingPage-editor',\n showSearchEditor = 'showSearch-editor',\n modeEditor = 'mode-editor',\n timeDefaultValueEditor = 'time-defaultValue-editor',\n autoFullWidthEditor = 'autoFullWidth-editor',\n timeFormatEditor = 'time-format-editor',\n timeRangeDefaultValueEditor = 'time-range-defaultValue-editor',\n startPlaceholderEditor = 'startPlaceholder-editor',\n endPlaceholderEditor = 'endPlaceholder-editor',\n dateTypeEditor = 'date-type-editor',\n dateRangeDefaultValueEditor = 'date-range-defaultValue-editor',\n showTimeEditor = 'showTime-editor',\n dateRangeFormatEditor = 'date-range-format-editor',\n dateRangeValueFormatEditor = 'date-range-valueFormat-editor',\n switchDefaultValueEditor = 'switch-defaultValue-editor',\n checkedValueEditor = 'checkedValue-editor',\n unCheckedValueEditor = 'unCheckedValue-editor',\n switchWidthEditor = 'switchWidth-editor',\n rateDefaultValueEditor = 'rate-defaultValue-editor',\n rateCountEditor = 'rate-count-editor',\n allowHalfEditor = 'allowHalf-editor',\n colorDefaultValueEditor = 'color-defaultValue-editor',\n textContentEditor = 'textContent-editor',\n rangeEditor = 'range-editor',\n htmlContentEditor = 'htmlContent-editor',\n buttonTypeEditor = 'button-type-editor',\n shapeEditor = 'shape-editor',\n dangerEditor = 'danger-editor',\n ghostEditor = 'ghost-editor',\n iconEditor = 'icon-editor',\n onClickEditor = 'onClick-editor',\n flexEditor = 'flex-editor',\n buttonListEditor = 'button-list-editor',\n buttonPositionEditor = 'button-position-editor',\n contentPositionEditor = 'contentPosition-editor',\n dividerDirectionEditor = 'divider-direction-editor',\n placementEditor = 'placement-editor',\n menuListEditor = 'menuList-editor',\n onMenuClickEditor = 'onMenuClick-editor',\n cascaderMultipleEditor = 'cascader-multiple-editor',\n multipleEditor = 'multiple-editor',\n treeDataEditor = 'tree-data-editor',\n onCheckEditor = 'onCheck-editor',\n richEditorContentHeightEditor = 'rich-editor-contentHeight-editor',\n acceptEditor = 'accept-editor',\n limitEditor = 'limit-editor',\n maxSizeEditor = 'maxSize-editor',\n uploadListTypeEditor = 'uploadListType-editor',\n rowKeyEditor = 'rowKey-editor',\n tableWidthEditor = 'tableWidth-editor',\n tableHeightEditor = 'tableHeight-editor',\n showIndexEditor = 'showIndex-editor',\n dataTableColorRowEditor = 'data-table-colorRow-editor',\n tableSizeEditor = 'tableSize-editor',\n paginationEditor = 'pagination-editor',\n showButtonsColumnEditor = 'showButtonsColumn-editor',\n rowSelectionEditor = 'rowSelection-editor',\n dataTableDsEnabledEditor = 'data-table-dsEnabled-editor',\n dataTableCustomClassEditor = 'data-table-customClass-editor',\n lineHeightEditor = 'line-height-editor',\n onTableChangeEditor = 'onTableChange-editor',\n dataTableCustomRowEditor = 'data-table-customRow-editor',\n dateDefaultValueEditor = 'date-defaultValue-editor'\n}\n"],"names":["EditorTypeEnum"],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"useLowcode.js","sources":["../../../src/hooks/useLowcode.ts"],"sourcesContent":["import VFormRender from '@/components/FormRender/index.vue';\nimport { basicFieldsEnums } from '@/components/form-designer/widget-panel/basicFieldsEnums';\nimport { getUuidKey } from '@kp-ui/tool';\nimport { useComRef, useRouteBackTab, routerReloadStatus, useDataQueryApi } from 'tmgc2-share';\nimport { ref } from 'vue';\ntype ITmgcFormParamsType = {\n formCode?: string;\n entityCode?: string;\n type?: any;\n};\n\nexport { VFormRender };\n\nexport const useLowcode = (params: ITmgcFormParamsType) => {\n let { formCode, entityCode, type = 'add' } = params;\n const isLoading = ref(false);\n const useDataQuery = useDataQueryApi();\n const vfdRef = useComRef(VFormRender);\n\n const formConfig = ref();\n const { routeBackTab } = useRouteBackTab();\n\n const insertBtn = (list: any[] = []) => {\n const btnId = getUuidKey();\n const btnInfo = {\n label: '提交',\n name: btnId,\n onCreated: `\n const hidden = this.getFormRef().vfCtx?.type==='view';\n this.setHidden(hidden)\n `,\n onClick: `(async()=>{\n await this.getFormRef().onFormUpdate()\n this.$message.success('保存成功')\n const onCancel = this.getFormRef().vfCtx?.onCancel\n if( typeof onCancel === 'function' ){\n onCancel()\n }\n })()`\n };\n\n list.push(basicFieldsEnums.button(btnInfo));\n return list;\n };\n\n const getInitRenderJSON = (list: any[] = []) => {\n const res = list.reduce((t, v) => {\n const fn = basicFieldsEnums[v.componentType];\n if (fn) {\n const json = fn({\n name: v.entityPropertyCode,\n label: v.entityPropertyName,\n ...v.options\n });\n t = [...t, json];\n }\n return t;\n }, []);\n return res.length ? insertBtn(res) : res;\n };\n\n const getComponentJson = async (list: any[] = [], _formCode?: string) => {\n let json = { widgetList: [], formConfig: {} } as any;\n formCode = _formCode || formCode;\n if (formCode && type) {\n vfdRef.value?.setLoading(true);\n try {\n const res = await useDataQuery\n .dataQueryDetail({ code: formCode }, 'FormDefinitionManagement')\n .then(res => res.data.object || {});\n json = JSON.parse(res.frontendDefinition || '{}');\n } finally {\n vfdRef.value?.setLoading(false);\n }\n } else {\n json.widgetList = getInitRenderJSON(list);\n }\n isLoading.value = false;\n console.log('json: ', json);\n formConfig.value = json.formConfig;\n vfdRef.value!.setFormJson(json);\n return json;\n };\n\n const getFieldList = async () => {\n isLoading.value = true;\n if (!entityCode) {\n getComponentJson([]);\n return [];\n }\n\n const p = {\n pageCode: 'EntityPropertyFormItem',\n conditions: [{ fieldCode: 'entityCode', type: 'EQ', value: entityCode }],\n requiredFields: ['entityPropertyCode', 'entityPropertyName', 'valueType'],\n page: 1,\n pageSize: null,\n sorts: []\n };\n const list = await useDataQuery.execute(p).then(res => res.data.object.list);\n getComponentJson(list);\n return list;\n };\n const fieldListApi = async () => {\n const list = await getFieldList();\n return list.map(item => ({\n showName: item.entityPropertyName,\n fieldCode: item.entityPropertyCode\n }));\n };\n\n const goBack = (reloadStatus = routerReloadStatus.view, cb: () => void) => {\n routeBackTab(reloadStatus, cb);\n };\n\n return {\n isLoading,\n goBack,\n formConfig,\n getInitRenderJSON,\n vfdRef,\n getComponentJson,\n getFieldList,\n fieldListApi\n };\n};\n"],"names":["useLowcode","params","formCode","entityCode","type","isLoading","ref","useDataQuery","useDataQueryApi","vfdRef","useComRef","VFormRender","formConfig","routeBackTab","useRouteBackTab","insertBtn","list","btnInfo","getUuidKey","basicFieldsEnums","getInitRenderJSON","res","v","fn","json","getComponentJson","_formCode","_a","_b","getFieldList","p","reloadStatus","routerReloadStatus","cb","item"],"mappings":"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"}
1
+ {"version":3,"file":"useLowcode.js","sources":["../../../src/hooks/useLowcode.ts"],"sourcesContent":["import VFormRender from '@/components/FormRender/index.vue';\nimport { basicFieldsEnums } from '@/components/form-designer/widget-panel/basicFieldsEnums';\nimport { getUuidKey } from '@kp-ui/tool';\nimport { useComRef, useRouteBackTab, routerReloadStatus, useDataQueryApi } from 'tmgc2-share';\nimport { ref } from 'vue';\ntype ITmgcFormParamsType = {\n formCode?: string;\n entityCode?: string;\n type?: any;\n};\n\nexport { VFormRender };\n\nexport const useLowcode = (params: ITmgcFormParamsType) => {\n let { formCode, entityCode, type = 'add' } = params;\n const isLoading = ref(false);\n const useDataQuery = useDataQueryApi();\n const vfdRef = useComRef(VFormRender);\n\n const formConfig = ref();\n const { routeBackTab } = useRouteBackTab();\n\n const insertBtn = (list: any[] = []) => {\n const btnId = getUuidKey();\n const btnInfo = {\n label: '提交',\n name: btnId,\n onCreated: `\n const hidden = this.getFormRef().vfCtx?.type==='view';\n this.setHidden(hidden)\n `,\n onClick: `(async()=>{\n await this.getFormRef().onFormUpdate()\n this.$message.success('保存成功')\n const onCancel = this.getFormRef().vfCtx?.onCancel\n if( typeof onCancel === 'function' ){\n onCancel()\n }\n })()`\n };\n\n list.push(basicFieldsEnums.button(btnInfo));\n return list;\n };\n\n const getInitRenderJSON = (list: any[] = []) => {\n const res = list.reduce((t, v) => {\n const fn = basicFieldsEnums[v.componentType];\n if (fn) {\n const json = fn({\n name: v.entityPropertyCode,\n label: v.entityPropertyName,\n ...v.options\n });\n t = [...t, json];\n }\n return t;\n }, []);\n return res.length ? insertBtn(res) : res;\n };\n\n const getComponentJson = async (list: any[] = [], _formCode?: string) => {\n let json = { widgetList: [], formConfig: {} } as any;\n formCode = _formCode || formCode;\n if (formCode && type) {\n vfdRef.value?.setLoading(true);\n try {\n const res = await useDataQuery\n .dataQueryDetail({ code: formCode }, 'FormDefinitionManagement')\n .then(res => res.data.object || {});\n json = JSON.parse(res.frontendDefinition || '{}');\n } finally {\n vfdRef.value?.setLoading(false);\n }\n } else {\n json.widgetList = getInitRenderJSON(list);\n }\n isLoading.value = false;\n console.log('json: ', json);\n formConfig.value = json.formConfig;\n vfdRef.value!.setFormJson(json);\n return json;\n };\n\n const getFieldList = async () => {\n isLoading.value = true;\n if (!entityCode) {\n getComponentJson([]);\n return [];\n }\n\n const p = {\n pageCode: 'EntityPropertyFormItem',\n conditions: [{ fieldCode: 'entityCode', type: 'EQ', value: entityCode }],\n requiredFields: ['entityPropertyCode', 'entityPropertyName', 'valueType'],\n page: 1,\n pageSize: null,\n sorts: []\n };\n const list = await useDataQuery.execute(p).then(res => res.data.object.list);\n getComponentJson(list);\n return list;\n };\n const fieldListApi = async () => {\n const list = await getFieldList();\n return list.map(item => ({\n showName: item.entityPropertyName,\n fieldCode: item.entityPropertyCode\n }));\n };\n\n const goBack = (reloadStatus = routerReloadStatus.view, cb?: () => void) => {\n routeBackTab(reloadStatus, cb);\n };\n\n return {\n isLoading,\n goBack,\n formConfig,\n getInitRenderJSON,\n vfdRef,\n getComponentJson,\n getFieldList,\n fieldListApi\n };\n};\n"],"names":["useLowcode","params","formCode","entityCode","type","isLoading","ref","useDataQuery","useDataQueryApi","vfdRef","useComRef","VFormRender","formConfig","routeBackTab","useRouteBackTab","insertBtn","list","btnInfo","getUuidKey","basicFieldsEnums","getInitRenderJSON","res","v","fn","json","getComponentJson","_formCode","_a","_b","getFieldList","p","reloadStatus","routerReloadStatus","cb","item"],"mappings":"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"}
package/src/lang/en-US.js CHANGED
@@ -184,6 +184,7 @@ const e = {
184
184
  multiple: "Multiple Mode",
185
185
  tags: "Tags Mode",
186
186
  buttonList: "Button Group",
187
+ buttonListConfig: "Button Group Config",
187
188
  buttonPosition: "Position",
188
189
  autoWidth: "Auto Width",
189
190
  dataSoureEdit: "dataSoure Edit",
@@ -1 +1 @@
1
- {"version":3,"file":"en-US.js","sources":["../../../src/lang/en-US.ts"],"sourcesContent":["export default {\n application: {\n 'zh-CN': '简体中文',\n 'en-US': 'English',\n productTitle: 'Online Form Designer',\n github: 'GitHub',\n document: 'Docs',\n deployment: 'Deployment',\n subscription: 'Subscription'\n },\n\n designer: {\n showTotal: '{total} total of 8 items',\n outline: 'Outline',\n field: 'Field',\n componentLib: 'Components',\n formLib: 'Templates',\n containerTitle: 'Container',\n dragHandlerHint: 'drag container or field to layout center',\n dragAction: 'drag',\n basicFieldTitle: 'Basic',\n advancedFieldTitle: 'Advanced Field',\n customFieldTitle: 'Customized Field',\n\n noWidgetHint: 'Please select a widget from the left list, drag and drop to this container.',\n\n widgetLabel: {\n grid: 'Grid',\n table: 'Table',\n tab: 'Tab',\n section: 'Section',\n 'sub-form': 'SubForm',\n 'grid-sub-form': 'GridSubForm',\n 'grid-col': 'GridCol',\n 'table-cell': 'TableCell',\n 'tab-pane': 'TabPane',\n 'data-table': 'DataTable',\n 'vf-dialog': 'Dialog',\n 'vf-collapse': 'Collapse',\n 'vf-drawer': 'Drawer',\n 'vf-box': 'Box',\n\n input: 'Input',\n textarea: 'Textarea',\n number: 'InputNumber',\n radio: 'Radio',\n checkbox: 'Checkbox',\n select: 'Select',\n time: 'Time',\n 'time-range': 'Time range',\n date: 'Date',\n 'date-range': 'Date range',\n switch: 'Switch',\n rate: 'Rate',\n color: 'ColorPicker',\n slider: 'Slider',\n 'static-text': 'Text',\n 'html-text': 'HTML',\n button: 'Button',\n divider: 'Divider',\n dropdown: 'Dropdown',\n tree: 'Tree',\n 'picture-upload': 'Picture',\n 'file-upload': 'File',\n 'rich-editor': 'Rich Editor',\n cascader: 'Cascader',\n treeSelect: 'TreeSelect',\n 'button-list': 'Button group',\n 'diy-compontent': 'DIY Component',\n slot: 'Slot',\n toolbar: 'Toolbar',\n custom: 'Custom Component',\n 'code-editor': 'Code Editor',\n 'bpmn-editor': 'BPMN Editor'\n },\n\n hint: {\n selectParentWidget: 'Select parent of this widget',\n moveUpWidget: 'Move up this widget',\n moveDownWidget: 'Move down this widget',\n cloneWidget: 'Clone this widget',\n insertRow: 'Insert new row',\n insertColumn: 'Insert new column',\n remove: 'Remove this widget',\n cellSetting: 'Cell setting',\n dragHandler: 'Drag handler',\n copyField: 'Copy field widget',\n onlyFieldWidgetAcceptable: 'Only field widget can be dragged into sub-form',\n moveUpFirstChildHint: 'First child can not be move up',\n moveDownLastChildHint: 'Last child can not be move down',\n\n closePreview: 'Close',\n copyJson: 'Copy',\n saveFormJson: 'Save As File',\n copyVueCode: 'Copy Vue Code',\n copyHtmlCode: 'Copy HTML Code',\n copyJsonSuccess: 'Copy succeed',\n importJsonSuccess: 'Import succeed',\n invalidJsonFormat: 'Invalid JSON format',\n jsonVersionMismatch: 'Version of JSON mismatch',\n copyJsonFail: 'Copy failed',\n copyVueCodeSuccess: 'Copy succeed',\n copyVueCodeFail: 'Copy failed',\n copyHtmlCodeSuccess: 'Copy succeed',\n copyHtmlCodeFail: 'Copy failed',\n saveVueCode: 'Save Vue File',\n saveHtmlCode: 'Save Html File',\n getFormData: 'Get Data',\n resetForm: 'Reset',\n disableForm: 'Disable',\n enableForm: 'Enable',\n switchReadMode: 'Read Mode',\n exportFormData: 'Form Data',\n copyFormData: 'Copy',\n saveFormData: 'Save As File',\n copyVue2SFC: 'Copy Vue2',\n copyVue3SFC: 'Copy Vue3',\n copySFCFail: 'Copy failed',\n copySFCSuccess: 'Copy succeed',\n saveVue2SFC: 'Save As Vue2',\n saveVue3SFC: 'Save As Vue3',\n fileNameForSave: 'File name:',\n saveFileTitle: 'Save as File',\n fileNameInputPlaceholder: 'Enter the file name',\n sampleLoadedSuccess: 'Example loaded successfully',\n sampleLoadedFail: 'Sample load failed',\n loadFormTemplate: 'Load This',\n loadFormTemplateHint: 'Are you sure to load this template?',\n loadFormTemplateSuccess: 'Load form template success!',\n loadFormTemplateFailed: 'Load form template failed.',\n currentNodeCannotBeSelected: 'The current node cannot be selected.',\n noSelectedWidgetHint: 'No selected widget.',\n\n widgetSetting: 'Widget Prop',\n 表单设置: 'Form Prop',\n 表单api配置: 'Form API Prop',\n 表单编辑api: 'Form Edit API',\n 表单详情API: 'Form Detail API',\n\n prompt: 'Prompt',\n confirm: 'OK',\n cancel: 'Cancel',\n import: 'Import',\n importJsonHint: 'The code to be imported should have the following JSON format.',\n importDSHint: 'The format of the imported datasource must be valid.',\n invalidOptionsData: 'Invalid data of options:',\n lastPaneCannotBeDeleted: 'The last pane cannot be deleted.',\n duplicateName: 'Duplicate name: ',\n nameRequired: 'Name required.',\n\n numberValidator: 'Number',\n letterValidator: 'Letter',\n letterAndNumberValidator: 'LetterAndNumber',\n mobilePhoneValidator: 'MobilePhone',\n emailValidator: 'Email',\n urlValidator: 'URL',\n noChineseValidator: 'Non-Chinese',\n chineseValidator: 'Chinese',\n\n rowspanNotConsistentForMergeEntireRow:\n \"Cells in this row don't have the same rowspan, operation failed.\",\n colspanNotConsistentForMergeEntireColumn:\n \"Cells in this column don't have the same colspan, operation failed.\",\n rowspanNotConsistentForDeleteEntireRow:\n \"Cells in this row don't have the same rowspan, operation failed.\",\n colspanNotConsistentForDeleteEntireColumn:\n \"Cells in this column don't have the same colspan, operation failed.\",\n lastColCannotBeDeleted: 'The last col cannot be deleted.',\n lastRowCannotBeDeleted: 'The last row cannot be deleted.'\n },\n\n toolbar: {\n undoHint: 'Undo',\n redoHint: 'Redo',\n pcLayout: 'PC',\n padLayout: 'Pad',\n mobileLayout: 'H5',\n nodeTreeHint: 'Tree View Of Component Hierarchy',\n nodeTreeTitle: 'Tree View Of Component Hierarchy',\n clear: 'Clear',\n preview: 'Preview',\n save: 'Save',\n importJson: 'Import',\n exportJson: 'Export',\n exportCode: 'Codes',\n generateCode: 'Generate Code',\n generateSFC: 'Generate SFC'\n },\n\n setting: {\n // 序号\n seq: 'Seq',\n containerInputPlaceholder: 'Enter the container selector',\n langMode: 'language Mode',\n editAPIConfig: 'Edit API Config',\n lineHeight: 'Line Height (px)',\n mode: 'Select Mode',\n useModal: 'Use Modal',\n combobox: 'Combobox Mode',\n multiple: 'Multiple Mode',\n tags: 'Tags Mode',\n buttonList: 'Button Group',\n buttonPosition: 'Position',\n autoWidth: 'Auto Width',\n dataSoureEdit: 'dataSoure Edit',\n fixed: 'Fixed Position',\n fixedRight: 'Fixed Right',\n resizableColumn: 'Resizable Column',\n ellipsisColumn: 'Ellipsis Column',\n treeDefaultExpandAll: 'Default Expand All Tree Nodes',\n shape: 'Button Shape',\n danger: 'Danger Button',\n\n defaultPageSize: 'Default Page Size',\n specifyPageSizeOptions: 'Page Size Options',\n hideOnSinglePage: 'Hide Pagination On Single Page',\n showQuickJumper: 'Show Quick Jumper',\n showSizeChanger: 'Show Size Changer',\n position: 'Pagination Position',\n\n pagination: 'Pagination',\n hasRowSelection: 'Enable Left Checkbox',\n fixedLeft: 'Fixed Left',\n preserveSelectedRowKeys: 'Preserve Selected Row Keys',\n customColumnWidth: 'Custom Column Width',\n customColumnTitle: 'Custom Column Title',\n\n selectRow: 'Click Row Select',\n loadingPage: 'Loading Page',\n delete: 'Delete',\n tabBarGutter: 'Tab Bar Gutter',\n tabPosition: 'Tab Position',\n tabType: 'Tab Type',\n rowKey: 'Row Key',\n holdHidden: 'Hold Hidden',\n editFunction: 'Edit Function',\n // 关联表单代码\n formCode: 'Form Code',\n edit: 'Edit',\n horizontal: 'Horizontal',\n vertical: 'Vertical',\n 基本属性: 'Basic Setting',\n attributeSetting: 'Attribute Setting',\n 常见属性: 'Common Setting',\n 高级属性: 'Advanced Setting',\n 事件属性: 'Event Setting',\n uniqueName: 'Unique Name',\n editNameHelp: 'Press enter to confirm the modification',\n label: 'Label',\n displayType: 'Type',\n defaultValue: 'Default Value',\n placeholder: 'Placeholder',\n startPlaceholder: 'Start Placeholder',\n endPlaceholder: 'End Placeholder',\n widgetColumnWidth: 'Width',\n widgetSize: 'Size',\n widgetFlex: 'Flex',\n autoFullWidth: 'Auto Full Width',\n displayStyle: 'Display Style',\n inlineLayout: 'inline',\n blockLayout: 'block',\n buttonStyle: 'Show As Button',\n border: 'Show Border',\n labelWidth: 'Width Of Label',\n rows: 'Rows',\n labelHidden: 'Hide Label',\n required: 'Required',\n requiredHint: 'Failure Hint',\n validation: 'Validation',\n validationHelp: 'Regular expressions supported',\n validationHint: 'Validation Hint',\n readonly: 'Readonly',\n disabled: 'Disabled',\n hidden: 'Hidden',\n textContent: 'Text',\n htmlContent: 'HTML',\n allowClear: 'AllowClear',\n editable: 'Editable',\n format: 'Format',\n valueFormat: 'Value Format',\n showPassword: 'Show Reveal',\n filterable: 'Filterable',\n allowCreate: 'Allow Create',\n showSearch: 'showSearch Query',\n automaticDropdown: 'Automatic Dropdown',\n multipleLimit: 'Multiple Limit',\n checkStrictly: 'Any Level Selectable',\n showAllLevels: 'Show All Levels',\n contentPosition: 'Content Position',\n dividerDirection: 'Direction',\n plain: 'Plain',\n round: 'Round',\n circle: 'Circle',\n icon: 'Icon',\n optionsSetting: 'Options Setting',\n addOption: 'Add Option',\n importOptions: 'Import Options',\n resetDefault: 'Reset Default',\n uploadSetting: 'Upload Setting',\n uploadURL: 'Upload URL',\n uploadTip: 'Tip Content',\n withCredentials: 'Send Cookie',\n multipleSelect: 'File Multi-select',\n showFileList: 'Show File List',\n limit: 'Max Upload Number',\n fileMaxSize: 'Max Size(MB)',\n fileTypes: 'Upload File Types',\n uploadType: 'Upload Type',\n fileTypesHelp: 'Allows to add more file types',\n headers: 'Request Headers',\n uploadListType: 'Upload List Type',\n customRender: 'Custom Render',\n\n labelBefore: 'Label Before',\n labelAfter: 'Label After',\n\n cellWidth: 'Width',\n cellHeight: 'Height',\n gridColHeight: 'Height Of Col(px)',\n gutter: 'Gutter(px)',\n columnSetting: 'Cols Setting',\n colsOfGrid: 'Cols Of Grid:',\n colSpanTitle: 'Spans Of Col',\n colOffsetTitle: 'Offset Of Col',\n colPushTitle: 'Push Of Col',\n colPullTitle: 'Pull Of Col',\n addColumn: 'Add Column',\n responsive: 'Responsive',\n\n tabPaneSetting: 'Tab Panes',\n addTabPane: 'Add Tab Pane',\n paneActive: 'Active',\n\n customLabelIcon: 'Custom Label',\n labelIconClass: 'Label Icon Class',\n labelIconPosition: 'Label Icon Position',\n minValue: 'Min Value',\n maxValue: 'Max Value',\n precision: 'Precision',\n step: 'Step',\n controlsPosition: 'Controls Position',\n minLength: 'Min Length',\n maxLength: 'Max Length',\n showCount: 'Show Word Limit',\n addonBefore: 'Prefix Icon',\n inputButton: 'Input Button Setting',\n appendButton: 'Append Button',\n appendButtonDisabled: 'Button Disabled',\n appendButtonIcon: 'Append Button Icon',\n buttonIcon: 'Button Icon',\n switchWidth: 'Width of Switch(px)',\n checkedValue: 'Active Text',\n unCheckedValue: 'Inactive Text',\n activeColor: 'Active Color',\n inactiveColor: 'Inactive Color',\n maxStars: 'Stars Max Number',\n lowThreshold: 'Low Threshold',\n highThreshold: 'High Threshold',\n allowHalf: 'Allow Half',\n showText: 'Show Text',\n showScore: 'Show Score',\n range: 'Range',\n showBlankRow: 'Show Blank Row',\n showRowNumber: 'Show Row Number',\n contentHeight: 'Content Area Height',\n\n insertColumnToLeft: 'insert column to left',\n insertColumnToRight: 'insert column to right',\n insertRowAbove: 'insert row above',\n insertRowBelow: 'insert row below',\n mergeLeftColumn: 'merge left cell',\n mergeRightColumn: 'merge right cell',\n mergeEntireRow: 'merge entire row',\n mergeRowAbove: 'merge cell above',\n mergeRowBelow: 'merge cell below',\n mergeEntireColumn: 'merge entire column',\n undoMergeCol: 'undo merge column',\n undoMergeRow: 'undo merge row',\n deleteEntireCol: 'delete entire column',\n deleteEntireRow: 'delete entire row',\n ghost: 'Ghost Button',\n buttonConfig: 'Button Config',\n placement: 'Placement',\n bottomLeft: 'Bottom Left',\n bottomRight: 'Bottom Right',\n topLeft: 'Top Left',\n topRight: 'Top Right',\n menuList: 'Menu Options',\n\n widgetName: 'Unique Name',\n formSize: 'Size',\n labelPosition: 'Position Of Label',\n topPosition: 'Top',\n leftPosition: 'Left',\n labelAlign: 'Label Align',\n leftAlign: 'Left',\n centerAlign: 'Center',\n rightAlign: 'Right',\n formCss: 'Form CSS',\n addCss: 'Edit',\n customClass: 'Custom Class',\n globalFunctions: 'Global Functions',\n addEventHandler: 'Edit',\n editWidgetEventHandler: 'Edit Widget Event Handler',\n editFormEventHandler: 'Edit Form Event Handler',\n formSFCSetting: 'SFC Setting',\n formModelName: 'Model Name',\n formRefName: 'Ref Name',\n formRulesName: 'Rules Name',\n syntaxCheckWarning: 'Syntax error in the javascript codes, please check again!',\n\n //dialog & drawer\n title: 'Title',\n dialogWidth: 'Width(px/%)',\n fullscreen: 'Full Screen',\n showModal: 'Show Modal',\n showClose: 'Show Close',\n closeOnClickModal: 'Click Modal To Close ',\n closeOnPressEscape: 'Press Esc To Close',\n center: 'Center Header And Footer',\n readMode: 'Form Readonly',\n disabledMode: 'Form Disabled',\n okButtonLabel: 'Label Of OK Btn',\n okButtonHidden: 'Hide OK Btn',\n cancelButtonLabel: 'Label Of Cancel Btn',\n cancelButtonHidden: 'Hide Cancel Btn',\n drawSize: 'Size(px/%)',\n drawDirection: 'Direction',\n\n //data-table\n tableWidth: 'Width(px/%)',\n tableHeight: 'Height(px/%)',\n showCheckBox: 'Show CheckBox',\n showIndex: 'Show Row Number',\n showPagination: 'Show Pagination',\n smallPagination: 'Small Pagination',\n tableColEdit: 'Edit Cols',\n tableDataEdit: 'Edit Data',\n stripe: 'Stripe',\n showSummary: 'Show Summary',\n rowSpacing: 'Row Spacing(px)',\n editAction: 'Edit...',\n dsEnabled: 'Use Datasource',\n columnName: 'Name',\n columnLabel: 'Label',\n columnWidth: 'Width(px/%)',\n visibleColumn: 'Visible',\n sortableColumn: 'Sortable',\n fixedColumn: 'Fixed',\n alignTypeOfColumn: 'Align',\n formatOfColumn: 'Format',\n customRenderGroup: 'Custom Render',\n renderFunction: 'Render',\n actionColumn: 'Action',\n addTableColumn: 'Add New Column',\n deleteTableColumn: 'Delete This Column',\n addSubsets: 'Add Subsets',\n onlyOneColumnCannotBeDeleted: 'The last column cannot be deleted.',\n treeDataEnabled: 'Enable Tree Data',\n rowKeyOfTreeData: 'Row Key Of Data',\n childrenKeyOfTreeData: 'Children Of Data',\n showButtonsColumn: 'Buttons Column',\n buttonsColumnEdit: 'Edit Buttons',\n buttonsColumnTitle: 'Title',\n buttonsColumnWidth: 'Width(px)',\n operationButtonsSetting: 'Buttons Setting',\n operationButtonName: 'Name',\n operationButtonLabel: 'Text',\n operationButtonType: 'Type',\n operationButtonSize: 'Size',\n operationButtonGhost: 'Ghost',\n operationButtonRound: 'Round',\n operationButtonHidden: 'Hidden',\n operationButtonDisabled: 'Disabled',\n addOperationButton: 'Add New Button',\n deleteOperationButtonHint: 'Delete this button?',\n operationButtonDuplicatedNameError: 'Duplicate button name.',\n\n //data-source\n dsName: 'Datasource Name',\n dataSetName: 'Dataset Name',\n labelKeyName: 'Label Key',\n valueKeyName: 'Value Key',\n childrenKeyName: 'Children Key',\n dataSource: 'Datasource',\n noDataSource: 'No datasource.',\n addDataSource: 'Add Datasource',\n importDataSource: 'Import Datasource',\n clearExistingDataSource: 'Empty the existing datasource',\n remainExistingDataSource: 'Append to the existing datasource',\n exportDataSource: 'Export Datasource',\n selectDataSourceForExport: 'Select Datasource',\n dataSourceChecked: 'Checked',\n previewDataSourceExportResult: 'Preview Result',\n dataSourceSetting: 'Datasource Setting',\n deleteDataSourceHint: 'Delete this datasource?',\n fieldValueRequired: 'Value can not be null',\n dsUniqueName: 'Unique Name',\n dsRequestURL: 'Request URL',\n dsRequestURLType: 'Request URL Type',\n dsURLStringType: 'String',\n dsURLVariableType: 'Expression',\n dsDescription: 'Description',\n dsRequestMethod: 'Request Method',\n dsRequestHeaders: 'Headers',\n addRequestHeader: 'Add Header',\n dsRequestParams: 'Params',\n addRequestParam: 'Add Param',\n dsRequestData: 'Data',\n addRequestData: 'Add Data',\n addDataSet: 'Add Dataset',\n dsRequestValueStringType: 'String',\n dsRequestValueNumberType: 'Number',\n dsRequestValueBooleanType: 'Boolean',\n dsRequestValueVariableType: 'Variable',\n dsRequestNameInputPlaceholder: 'Name',\n dsRequestTypeInputPlaceholder: 'Type',\n dsRequestValueInputPlaceholder: 'Value',\n dataSetRemarkInputPlaceholder: 'Note',\n dsConfigHandlerTitle: '1. Config Handler',\n dsDataHandlerTitle: '2. Data Handler',\n dsErrorHandlerTitle: '3. Error Handler',\n dataSetSettingTitle: '4. Dataset Setting',\n dataSetEnabled: 'Multiple Datasets Enabled',\n dataSetSetting: 'List Of Datasets',\n testDataSource: 'Test Datasource',\n dsvTitle: 'Datasource Variable',\n dsRequestResult: 'Result Data',\n executeDataSource: 'Run Test',\n clearRequestResult: 'Clear Result',\n dsRequestNumberTypeError: 'Number value error',\n dsRequestBooleanTypeError: 'Boolean value error',\n dsValidationError: 'Datasource check failure.',\n dsDuplicatedNameError: 'Duplicate datasource name.',\n slotCompontent: 'slot name',\n diyCompontent: 'component name',\n\n isEnterSubmit: 'Enter key submit',\n top: 'Top',\n right: 'Right',\n bottom: 'Bottom',\n left: 'Left',\n showBorder: 'Show Border',\n borderStyle: 'Border Style',\n solid: 'Solid',\n dashed: 'Dashed',\n dotted: 'Dotted',\n double: 'Double',\n\n borderWidth: 'Border Width',\n borderColor: 'Border Color',\n borderRadius: 'Border Radius',\n backgroundColor: 'Background Color',\n shadow: 'Shadow',\n enableShadow: 'Enable Shadow',\n shadowOffsetX: 'Horizontal Offset',\n shadowOffsetY: 'Vertical Offset',\n shadowBlur: 'Blur Radius',\n shadowSpread: 'Spread Radius',\n shadowColor: 'Shadow Color',\n\n operationButtonClick: 'Click Event',\n operationButtonAction: 'Action'\n }\n },\n 左固定: 'Fixed Left',\n 是否可勾选: 'Can Checked',\n 表格数据变化: 'On Table Change',\n\n 默认折叠: 'Default Collapse',\n 窗体样式: 'Form Style',\n 头部右插槽样式: 'Header Right Slot Style',\n 折叠时icon: 'Collapse Icon',\n 未折叠时icon: 'Expand Icon',\n height: 'Height',\n 复制: 'Copy',\n 编写样式: 'Edit Style',\n 盒模型配置: 'Box Model Configuration',\n Margin: 'Margin',\n Padding: 'Padding',\n 参数设置: 'Parameter Setting',\n 是否展示连接线: 'Show Line',\n 是否可选择: 'Selectable',\n 数据源设置: 'Datasource Setting',\n 数据源: 'Datasource',\n 当前位置: 'Current Position',\n 自定义位置: 'Custom Position'\n};\n"],"names":["enUS"],"mappings":"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"}
1
+ {"version":3,"file":"en-US.js","sources":["../../../src/lang/en-US.ts"],"sourcesContent":["export default {\n application: {\n 'zh-CN': '简体中文',\n 'en-US': 'English',\n productTitle: 'Online Form Designer',\n github: 'GitHub',\n document: 'Docs',\n deployment: 'Deployment',\n subscription: 'Subscription'\n },\n\n designer: {\n showTotal: '{total} total of 8 items',\n outline: 'Outline',\n field: 'Field',\n componentLib: 'Components',\n formLib: 'Templates',\n containerTitle: 'Container',\n dragHandlerHint: 'drag container or field to layout center',\n dragAction: 'drag',\n basicFieldTitle: 'Basic',\n advancedFieldTitle: 'Advanced Field',\n customFieldTitle: 'Customized Field',\n\n noWidgetHint: 'Please select a widget from the left list, drag and drop to this container.',\n\n widgetLabel: {\n grid: 'Grid',\n table: 'Table',\n tab: 'Tab',\n section: 'Section',\n 'sub-form': 'SubForm',\n 'grid-sub-form': 'GridSubForm',\n 'grid-col': 'GridCol',\n 'table-cell': 'TableCell',\n 'tab-pane': 'TabPane',\n 'data-table': 'DataTable',\n 'vf-dialog': 'Dialog',\n 'vf-collapse': 'Collapse',\n 'vf-drawer': 'Drawer',\n 'vf-box': 'Box',\n\n input: 'Input',\n textarea: 'Textarea',\n number: 'InputNumber',\n radio: 'Radio',\n checkbox: 'Checkbox',\n select: 'Select',\n time: 'Time',\n 'time-range': 'Time range',\n date: 'Date',\n 'date-range': 'Date range',\n switch: 'Switch',\n rate: 'Rate',\n color: 'ColorPicker',\n slider: 'Slider',\n 'static-text': 'Text',\n 'html-text': 'HTML',\n button: 'Button',\n divider: 'Divider',\n dropdown: 'Dropdown',\n tree: 'Tree',\n 'picture-upload': 'Picture',\n 'file-upload': 'File',\n 'rich-editor': 'Rich Editor',\n cascader: 'Cascader',\n treeSelect: 'TreeSelect',\n 'button-list': 'Button group',\n 'diy-compontent': 'DIY Component',\n slot: 'Slot',\n toolbar: 'Toolbar',\n custom: 'Custom Component',\n 'code-editor': 'Code Editor',\n 'bpmn-editor': 'BPMN Editor'\n },\n\n hint: {\n selectParentWidget: 'Select parent of this widget',\n moveUpWidget: 'Move up this widget',\n moveDownWidget: 'Move down this widget',\n cloneWidget: 'Clone this widget',\n insertRow: 'Insert new row',\n insertColumn: 'Insert new column',\n remove: 'Remove this widget',\n cellSetting: 'Cell setting',\n dragHandler: 'Drag handler',\n copyField: 'Copy field widget',\n onlyFieldWidgetAcceptable: 'Only field widget can be dragged into sub-form',\n moveUpFirstChildHint: 'First child can not be move up',\n moveDownLastChildHint: 'Last child can not be move down',\n\n closePreview: 'Close',\n copyJson: 'Copy',\n saveFormJson: 'Save As File',\n copyVueCode: 'Copy Vue Code',\n copyHtmlCode: 'Copy HTML Code',\n copyJsonSuccess: 'Copy succeed',\n importJsonSuccess: 'Import succeed',\n invalidJsonFormat: 'Invalid JSON format',\n jsonVersionMismatch: 'Version of JSON mismatch',\n copyJsonFail: 'Copy failed',\n copyVueCodeSuccess: 'Copy succeed',\n copyVueCodeFail: 'Copy failed',\n copyHtmlCodeSuccess: 'Copy succeed',\n copyHtmlCodeFail: 'Copy failed',\n saveVueCode: 'Save Vue File',\n saveHtmlCode: 'Save Html File',\n getFormData: 'Get Data',\n resetForm: 'Reset',\n disableForm: 'Disable',\n enableForm: 'Enable',\n switchReadMode: 'Read Mode',\n exportFormData: 'Form Data',\n copyFormData: 'Copy',\n saveFormData: 'Save As File',\n copyVue2SFC: 'Copy Vue2',\n copyVue3SFC: 'Copy Vue3',\n copySFCFail: 'Copy failed',\n copySFCSuccess: 'Copy succeed',\n saveVue2SFC: 'Save As Vue2',\n saveVue3SFC: 'Save As Vue3',\n fileNameForSave: 'File name:',\n saveFileTitle: 'Save as File',\n fileNameInputPlaceholder: 'Enter the file name',\n sampleLoadedSuccess: 'Example loaded successfully',\n sampleLoadedFail: 'Sample load failed',\n loadFormTemplate: 'Load This',\n loadFormTemplateHint: 'Are you sure to load this template?',\n loadFormTemplateSuccess: 'Load form template success!',\n loadFormTemplateFailed: 'Load form template failed.',\n currentNodeCannotBeSelected: 'The current node cannot be selected.',\n noSelectedWidgetHint: 'No selected widget.',\n\n widgetSetting: 'Widget Prop',\n 表单设置: 'Form Prop',\n 表单api配置: 'Form API Prop',\n 表单编辑api: 'Form Edit API',\n 表单详情API: 'Form Detail API',\n\n prompt: 'Prompt',\n confirm: 'OK',\n cancel: 'Cancel',\n import: 'Import',\n importJsonHint: 'The code to be imported should have the following JSON format.',\n importDSHint: 'The format of the imported datasource must be valid.',\n invalidOptionsData: 'Invalid data of options:',\n lastPaneCannotBeDeleted: 'The last pane cannot be deleted.',\n duplicateName: 'Duplicate name: ',\n nameRequired: 'Name required.',\n\n numberValidator: 'Number',\n letterValidator: 'Letter',\n letterAndNumberValidator: 'LetterAndNumber',\n mobilePhoneValidator: 'MobilePhone',\n emailValidator: 'Email',\n urlValidator: 'URL',\n noChineseValidator: 'Non-Chinese',\n chineseValidator: 'Chinese',\n\n rowspanNotConsistentForMergeEntireRow:\n \"Cells in this row don't have the same rowspan, operation failed.\",\n colspanNotConsistentForMergeEntireColumn:\n \"Cells in this column don't have the same colspan, operation failed.\",\n rowspanNotConsistentForDeleteEntireRow:\n \"Cells in this row don't have the same rowspan, operation failed.\",\n colspanNotConsistentForDeleteEntireColumn:\n \"Cells in this column don't have the same colspan, operation failed.\",\n lastColCannotBeDeleted: 'The last col cannot be deleted.',\n lastRowCannotBeDeleted: 'The last row cannot be deleted.'\n },\n\n toolbar: {\n undoHint: 'Undo',\n redoHint: 'Redo',\n pcLayout: 'PC',\n padLayout: 'Pad',\n mobileLayout: 'H5',\n nodeTreeHint: 'Tree View Of Component Hierarchy',\n nodeTreeTitle: 'Tree View Of Component Hierarchy',\n clear: 'Clear',\n preview: 'Preview',\n save: 'Save',\n importJson: 'Import',\n exportJson: 'Export',\n exportCode: 'Codes',\n generateCode: 'Generate Code',\n generateSFC: 'Generate SFC'\n },\n\n setting: {\n // 序号\n seq: 'Seq',\n containerInputPlaceholder: 'Enter the container selector',\n langMode: 'language Mode',\n editAPIConfig: 'Edit API Config',\n lineHeight: 'Line Height (px)',\n mode: 'Select Mode',\n useModal: 'Use Modal',\n combobox: 'Combobox Mode',\n multiple: 'Multiple Mode',\n tags: 'Tags Mode',\n buttonList: 'Button Group',\n buttonListConfig: 'Button Group Config',\n buttonPosition: 'Position',\n autoWidth: 'Auto Width',\n dataSoureEdit: 'dataSoure Edit',\n fixed: 'Fixed Position',\n fixedRight: 'Fixed Right',\n resizableColumn: 'Resizable Column',\n ellipsisColumn: 'Ellipsis Column',\n treeDefaultExpandAll: 'Default Expand All Tree Nodes',\n shape: 'Button Shape',\n danger: 'Danger Button',\n\n defaultPageSize: 'Default Page Size',\n specifyPageSizeOptions: 'Page Size Options',\n hideOnSinglePage: 'Hide Pagination On Single Page',\n showQuickJumper: 'Show Quick Jumper',\n showSizeChanger: 'Show Size Changer',\n position: 'Pagination Position',\n\n pagination: 'Pagination',\n hasRowSelection: 'Enable Left Checkbox',\n fixedLeft: 'Fixed Left',\n preserveSelectedRowKeys: 'Preserve Selected Row Keys',\n customColumnWidth: 'Custom Column Width',\n customColumnTitle: 'Custom Column Title',\n\n selectRow: 'Click Row Select',\n loadingPage: 'Loading Page',\n delete: 'Delete',\n tabBarGutter: 'Tab Bar Gutter',\n tabPosition: 'Tab Position',\n tabType: 'Tab Type',\n rowKey: 'Row Key',\n holdHidden: 'Hold Hidden',\n editFunction: 'Edit Function',\n // 关联表单代码\n formCode: 'Form Code',\n edit: 'Edit',\n horizontal: 'Horizontal',\n vertical: 'Vertical',\n 基本属性: 'Basic Setting',\n attributeSetting: 'Attribute Setting',\n 常见属性: 'Common Setting',\n 高级属性: 'Advanced Setting',\n 事件属性: 'Event Setting',\n uniqueName: 'Unique Name',\n editNameHelp: 'Press enter to confirm the modification',\n label: 'Label',\n displayType: 'Type',\n defaultValue: 'Default Value',\n placeholder: 'Placeholder',\n startPlaceholder: 'Start Placeholder',\n endPlaceholder: 'End Placeholder',\n widgetColumnWidth: 'Width',\n widgetSize: 'Size',\n widgetFlex: 'Flex',\n autoFullWidth: 'Auto Full Width',\n displayStyle: 'Display Style',\n inlineLayout: 'inline',\n blockLayout: 'block',\n buttonStyle: 'Show As Button',\n border: 'Show Border',\n labelWidth: 'Width Of Label',\n rows: 'Rows',\n labelHidden: 'Hide Label',\n required: 'Required',\n requiredHint: 'Failure Hint',\n validation: 'Validation',\n validationHelp: 'Regular expressions supported',\n validationHint: 'Validation Hint',\n readonly: 'Readonly',\n disabled: 'Disabled',\n hidden: 'Hidden',\n textContent: 'Text',\n htmlContent: 'HTML',\n allowClear: 'AllowClear',\n editable: 'Editable',\n format: 'Format',\n valueFormat: 'Value Format',\n showPassword: 'Show Reveal',\n filterable: 'Filterable',\n allowCreate: 'Allow Create',\n showSearch: 'showSearch Query',\n automaticDropdown: 'Automatic Dropdown',\n multipleLimit: 'Multiple Limit',\n checkStrictly: 'Any Level Selectable',\n showAllLevels: 'Show All Levels',\n contentPosition: 'Content Position',\n dividerDirection: 'Direction',\n plain: 'Plain',\n round: 'Round',\n circle: 'Circle',\n icon: 'Icon',\n optionsSetting: 'Options Setting',\n addOption: 'Add Option',\n importOptions: 'Import Options',\n resetDefault: 'Reset Default',\n uploadSetting: 'Upload Setting',\n uploadURL: 'Upload URL',\n uploadTip: 'Tip Content',\n withCredentials: 'Send Cookie',\n multipleSelect: 'File Multi-select',\n showFileList: 'Show File List',\n limit: 'Max Upload Number',\n fileMaxSize: 'Max Size(MB)',\n fileTypes: 'Upload File Types',\n uploadType: 'Upload Type',\n fileTypesHelp: 'Allows to add more file types',\n headers: 'Request Headers',\n uploadListType: 'Upload List Type',\n customRender: 'Custom Render',\n\n labelBefore: 'Label Before',\n labelAfter: 'Label After',\n\n cellWidth: 'Width',\n cellHeight: 'Height',\n gridColHeight: 'Height Of Col(px)',\n gutter: 'Gutter(px)',\n columnSetting: 'Cols Setting',\n colsOfGrid: 'Cols Of Grid:',\n colSpanTitle: 'Spans Of Col',\n colOffsetTitle: 'Offset Of Col',\n colPushTitle: 'Push Of Col',\n colPullTitle: 'Pull Of Col',\n addColumn: 'Add Column',\n responsive: 'Responsive',\n\n tabPaneSetting: 'Tab Panes',\n addTabPane: 'Add Tab Pane',\n paneActive: 'Active',\n\n customLabelIcon: 'Custom Label',\n labelIconClass: 'Label Icon Class',\n labelIconPosition: 'Label Icon Position',\n minValue: 'Min Value',\n maxValue: 'Max Value',\n precision: 'Precision',\n step: 'Step',\n controlsPosition: 'Controls Position',\n minLength: 'Min Length',\n maxLength: 'Max Length',\n showCount: 'Show Word Limit',\n addonBefore: 'Prefix Icon',\n inputButton: 'Input Button Setting',\n appendButton: 'Append Button',\n appendButtonDisabled: 'Button Disabled',\n appendButtonIcon: 'Append Button Icon',\n buttonIcon: 'Button Icon',\n switchWidth: 'Width of Switch(px)',\n checkedValue: 'Active Text',\n unCheckedValue: 'Inactive Text',\n activeColor: 'Active Color',\n inactiveColor: 'Inactive Color',\n maxStars: 'Stars Max Number',\n lowThreshold: 'Low Threshold',\n highThreshold: 'High Threshold',\n allowHalf: 'Allow Half',\n showText: 'Show Text',\n showScore: 'Show Score',\n range: 'Range',\n showBlankRow: 'Show Blank Row',\n showRowNumber: 'Show Row Number',\n contentHeight: 'Content Area Height',\n\n insertColumnToLeft: 'insert column to left',\n insertColumnToRight: 'insert column to right',\n insertRowAbove: 'insert row above',\n insertRowBelow: 'insert row below',\n mergeLeftColumn: 'merge left cell',\n mergeRightColumn: 'merge right cell',\n mergeEntireRow: 'merge entire row',\n mergeRowAbove: 'merge cell above',\n mergeRowBelow: 'merge cell below',\n mergeEntireColumn: 'merge entire column',\n undoMergeCol: 'undo merge column',\n undoMergeRow: 'undo merge row',\n deleteEntireCol: 'delete entire column',\n deleteEntireRow: 'delete entire row',\n ghost: 'Ghost Button',\n buttonConfig: 'Button Config',\n placement: 'Placement',\n bottomLeft: 'Bottom Left',\n bottomRight: 'Bottom Right',\n topLeft: 'Top Left',\n topRight: 'Top Right',\n menuList: 'Menu Options',\n\n widgetName: 'Unique Name',\n formSize: 'Size',\n labelPosition: 'Position Of Label',\n topPosition: 'Top',\n leftPosition: 'Left',\n labelAlign: 'Label Align',\n leftAlign: 'Left',\n centerAlign: 'Center',\n rightAlign: 'Right',\n formCss: 'Form CSS',\n addCss: 'Edit',\n customClass: 'Custom Class',\n globalFunctions: 'Global Functions',\n addEventHandler: 'Edit',\n editWidgetEventHandler: 'Edit Widget Event Handler',\n editFormEventHandler: 'Edit Form Event Handler',\n formSFCSetting: 'SFC Setting',\n formModelName: 'Model Name',\n formRefName: 'Ref Name',\n formRulesName: 'Rules Name',\n syntaxCheckWarning: 'Syntax error in the javascript codes, please check again!',\n\n //dialog & drawer\n title: 'Title',\n dialogWidth: 'Width(px/%)',\n fullscreen: 'Full Screen',\n showModal: 'Show Modal',\n showClose: 'Show Close',\n closeOnClickModal: 'Click Modal To Close ',\n closeOnPressEscape: 'Press Esc To Close',\n center: 'Center Header And Footer',\n readMode: 'Form Readonly',\n disabledMode: 'Form Disabled',\n okButtonLabel: 'Label Of OK Btn',\n okButtonHidden: 'Hide OK Btn',\n cancelButtonLabel: 'Label Of Cancel Btn',\n cancelButtonHidden: 'Hide Cancel Btn',\n drawSize: 'Size(px/%)',\n drawDirection: 'Direction',\n\n //data-table\n tableWidth: 'Width(px/%)',\n tableHeight: 'Height(px/%)',\n showCheckBox: 'Show CheckBox',\n showIndex: 'Show Row Number',\n showPagination: 'Show Pagination',\n smallPagination: 'Small Pagination',\n tableColEdit: 'Edit Cols',\n tableDataEdit: 'Edit Data',\n stripe: 'Stripe',\n showSummary: 'Show Summary',\n rowSpacing: 'Row Spacing(px)',\n editAction: 'Edit...',\n dsEnabled: 'Use Datasource',\n columnName: 'Name',\n columnLabel: 'Label',\n columnWidth: 'Width(px/%)',\n visibleColumn: 'Visible',\n sortableColumn: 'Sortable',\n fixedColumn: 'Fixed',\n alignTypeOfColumn: 'Align',\n formatOfColumn: 'Format',\n customRenderGroup: 'Custom Render',\n renderFunction: 'Render',\n actionColumn: 'Action',\n addTableColumn: 'Add New Column',\n deleteTableColumn: 'Delete This Column',\n addSubsets: 'Add Subsets',\n onlyOneColumnCannotBeDeleted: 'The last column cannot be deleted.',\n treeDataEnabled: 'Enable Tree Data',\n rowKeyOfTreeData: 'Row Key Of Data',\n childrenKeyOfTreeData: 'Children Of Data',\n showButtonsColumn: 'Buttons Column',\n buttonsColumnEdit: 'Edit Buttons',\n buttonsColumnTitle: 'Title',\n buttonsColumnWidth: 'Width(px)',\n operationButtonsSetting: 'Buttons Setting',\n operationButtonName: 'Name',\n operationButtonLabel: 'Text',\n operationButtonType: 'Type',\n operationButtonSize: 'Size',\n operationButtonGhost: 'Ghost',\n operationButtonRound: 'Round',\n operationButtonHidden: 'Hidden',\n operationButtonDisabled: 'Disabled',\n addOperationButton: 'Add New Button',\n deleteOperationButtonHint: 'Delete this button?',\n operationButtonDuplicatedNameError: 'Duplicate button name.',\n\n //data-source\n dsName: 'Datasource Name',\n dataSetName: 'Dataset Name',\n labelKeyName: 'Label Key',\n valueKeyName: 'Value Key',\n childrenKeyName: 'Children Key',\n dataSource: 'Datasource',\n noDataSource: 'No datasource.',\n addDataSource: 'Add Datasource',\n importDataSource: 'Import Datasource',\n clearExistingDataSource: 'Empty the existing datasource',\n remainExistingDataSource: 'Append to the existing datasource',\n exportDataSource: 'Export Datasource',\n selectDataSourceForExport: 'Select Datasource',\n dataSourceChecked: 'Checked',\n previewDataSourceExportResult: 'Preview Result',\n dataSourceSetting: 'Datasource Setting',\n deleteDataSourceHint: 'Delete this datasource?',\n fieldValueRequired: 'Value can not be null',\n dsUniqueName: 'Unique Name',\n dsRequestURL: 'Request URL',\n dsRequestURLType: 'Request URL Type',\n dsURLStringType: 'String',\n dsURLVariableType: 'Expression',\n dsDescription: 'Description',\n dsRequestMethod: 'Request Method',\n dsRequestHeaders: 'Headers',\n addRequestHeader: 'Add Header',\n dsRequestParams: 'Params',\n addRequestParam: 'Add Param',\n dsRequestData: 'Data',\n addRequestData: 'Add Data',\n addDataSet: 'Add Dataset',\n dsRequestValueStringType: 'String',\n dsRequestValueNumberType: 'Number',\n dsRequestValueBooleanType: 'Boolean',\n dsRequestValueVariableType: 'Variable',\n dsRequestNameInputPlaceholder: 'Name',\n dsRequestTypeInputPlaceholder: 'Type',\n dsRequestValueInputPlaceholder: 'Value',\n dataSetRemarkInputPlaceholder: 'Note',\n dsConfigHandlerTitle: '1. Config Handler',\n dsDataHandlerTitle: '2. Data Handler',\n dsErrorHandlerTitle: '3. Error Handler',\n dataSetSettingTitle: '4. Dataset Setting',\n dataSetEnabled: 'Multiple Datasets Enabled',\n dataSetSetting: 'List Of Datasets',\n testDataSource: 'Test Datasource',\n dsvTitle: 'Datasource Variable',\n dsRequestResult: 'Result Data',\n executeDataSource: 'Run Test',\n clearRequestResult: 'Clear Result',\n dsRequestNumberTypeError: 'Number value error',\n dsRequestBooleanTypeError: 'Boolean value error',\n dsValidationError: 'Datasource check failure.',\n dsDuplicatedNameError: 'Duplicate datasource name.',\n slotCompontent: 'slot name',\n diyCompontent: 'component name',\n\n isEnterSubmit: 'Enter key submit',\n top: 'Top',\n right: 'Right',\n bottom: 'Bottom',\n left: 'Left',\n showBorder: 'Show Border',\n borderStyle: 'Border Style',\n solid: 'Solid',\n dashed: 'Dashed',\n dotted: 'Dotted',\n double: 'Double',\n\n borderWidth: 'Border Width',\n borderColor: 'Border Color',\n borderRadius: 'Border Radius',\n backgroundColor: 'Background Color',\n shadow: 'Shadow',\n enableShadow: 'Enable Shadow',\n shadowOffsetX: 'Horizontal Offset',\n shadowOffsetY: 'Vertical Offset',\n shadowBlur: 'Blur Radius',\n shadowSpread: 'Spread Radius',\n shadowColor: 'Shadow Color',\n\n operationButtonClick: 'Click Event',\n operationButtonAction: 'Action'\n }\n },\n 左固定: 'Fixed Left',\n 是否可勾选: 'Can Checked',\n 表格数据变化: 'On Table Change',\n\n 默认折叠: 'Default Collapse',\n 窗体样式: 'Form Style',\n 头部右插槽样式: 'Header Right Slot Style',\n 折叠时icon: 'Collapse Icon',\n 未折叠时icon: 'Expand Icon',\n height: 'Height',\n 复制: 'Copy',\n 编写样式: 'Edit Style',\n 盒模型配置: 'Box Model Configuration',\n Margin: 'Margin',\n Padding: 'Padding',\n 参数设置: 'Parameter Setting',\n 是否展示连接线: 'Show Line',\n 是否可选择: 'Selectable',\n 数据源设置: 'Datasource Setting',\n 数据源: 'Datasource',\n 当前位置: 'Current Position',\n 自定义位置: 'Custom Position'\n};\n"],"names":["enUS"],"mappings":"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"}
package/src/lang/zh-CN.js CHANGED
@@ -363,6 +363,7 @@ const e = {
363
363
  leftPosition: "左边",
364
364
  labelAlign: "字段标签对齐",
365
365
  buttonList: "按钮组",
366
+ buttonListConfig: "按钮组配置",
366
367
  buttonPosition: "按钮组位置",
367
368
  leftAlign: "居左",
368
369
  centerAlign: "居中",