@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
@@ -54,165 +54,167 @@ import * as eo from "./container-vf-dialog/formCode-editor.vue.js";
54
54
  import * as to from "./container-vf-dialog/fullscreen-editor.vue.js";
55
55
  import * as ro from "./container-vf-dialog/height-editor.vue.js";
56
56
  import * as io from "./container-vf-dialog/isCollapse-editor.vue.js";
57
- import * as ao from "./container-vf-dialog/line-height-editor.vue.js";
58
- import * as lo from "./container-vf-dialog/okButtonHidden-editor.vue.js";
59
- import * as no from "./container-vf-dialog/okButtonLabel-editor.vue.js";
60
- import * as mo from "./container-vf-dialog/readMode-editor.vue.js";
61
- import * as uo from "./container-vf-dialog/showClose-editor.vue.js";
62
- import * as so from "./container-vf-dialog/title-editor.vue.js";
63
- import * as fo from "./container-vf-dialog/unCollapseIcon-editor.vue.js";
64
- import * as po from "./container-vf-dialog/width-editor.vue.js";
65
- import * as vo from "./container-vf-drawer/vf-drawer-direction-editor.vue.js";
66
- import * as co from "./container-vf-drawer/vf-drawer-size-editor.vue.js";
67
- import * as Eo from "./customClass-editor.vue.js";
68
- import * as ho from "./customRender-editor.vue.js";
69
- import * as bo from "./defaultValue-editor.vue.js";
70
- import * as go from "./disabled-editor.vue.js";
71
- import * as Co from "./editable-editor.vue.js";
72
- import * as wo from "./endPlaceholder-editor.vue.js";
73
- import * as ko from "./event-handler/onAppendButtonClick-editor.vue.js";
74
- import * as To from "./event-handler/onBeforeUpload-editor.vue.js";
75
- import * as Bo from "./event-handler/onBlur-editor.vue.js";
76
- import * as Do from "./event-handler/onCancelButtonClick-editor.vue.js";
77
- import * as So from "./event-handler/onCellClick-editor.vue.js";
78
- import * as Ro from "./event-handler/onCellDoubleClick-editor.vue.js";
79
- import * as Vo from "./event-handler/onChange-editor.vue.js";
80
- import * as yo from "./event-handler/onCheck-editor.vue.js";
81
- import * as Fo from "./event-handler/onClick-editor.vue.js";
82
- import * as Po from "./event-handler/onClickIcon-editor.vue.js";
83
- import * as Ho from "./event-handler/onCreated-editor.vue.js";
84
- import * as xo from "./event-handler/onCurrentPageChange-editor.vue.js";
85
- import * as Io from "./event-handler/onDialogBeforeClose-editor.vue.js";
86
- import * as Oo from "./event-handler/onDialogOpened-editor.vue.js";
87
- import * as Mo from "./event-handler/onDisableOperationButton-editor.vue.js";
88
- import * as Lo from "./event-handler/onDrawerBeforeClose-editor.vue.js";
89
- import * as Wo from "./event-handler/onDrawerOpened-editor.vue.js";
90
- import * as zo from "./event-handler/onFileRemove.vue.js";
91
- import * as Ao from "./event-handler/onFocus-editor.vue.js";
92
- import * as Go from "./event-handler/onGetOperationButtonLabel-editor.vue.js";
93
- import * as Uo from "./event-handler/onGetRowClassName-editor.vue.js";
94
- import * as qo from "./event-handler/onGetSpanMethod-editor.vue.js";
95
- import * as No from "./event-handler/onHeaderClick-editor.vue.js";
96
- import * as Ko from "./event-handler/onHideOperationButton-editor.vue.js";
97
- import * as Qo from "./event-handler/onInput-editor.vue.js";
98
- import * as jo from "./event-handler/onMenuClick-editor.vue.js";
99
- import * as $o from "./event-handler/onMounted-editor.vue.js";
100
- import * as Jo from "./event-handler/onOkButtonClick-editor.vue.js";
101
- import * as Xo from "./event-handler/onOperationButtonClick-editor.vue.js";
102
- import * as Yo from "./event-handler/onPageSizeChange-editor.vue.js";
103
- import * as Zo from "./event-handler/onRemoteQuery-editor.vue.js";
104
- import * as _o from "./event-handler/onRowClick-editor.vue.js";
105
- import * as oe from "./event-handler/onRowDoubleClick-editor.vue.js";
106
- import * as ee from "./event-handler/onSelectionChange-editor.vue.js";
107
- import * as te from "./event-handler/onSubFormRowAdd-editor.vue.js";
108
- import * as re from "./event-handler/onSubFormRowChange-editor.vue.js";
109
- import * as ie from "./event-handler/onSubFormRowDelete-editor.vue.js";
110
- import * as ae from "./event-handler/onSubFormRowInsert-editor.vue.js";
111
- import * as de from "./event-handler/onTabClick-editor.vue.js";
112
- import * as le from "./event-handler/onTableChange-editor.vue.js";
113
- import * as ne from "./event-handler/onUploadError-editor.vue.js";
114
- import * as me from "./event-handler/onUploadSuccess-editor.vue.js";
115
- import * as ue from "./event-handler/onValidate-editor.vue.js";
116
- import * as se from "./field-button/circle-editor.vue.js";
117
- import * as fe from "./field-button/danger-editor.vue.js";
118
- import * as pe from "./field-button/ghost-editor.vue.js";
119
- import * as ve from "./field-button/icon-editor.vue.js";
120
- import * as ce from "./field-button/plain-editor.vue.js";
121
- import * as Ee from "./field-button/round-editor.vue.js";
122
- import * as he from "./field-button/shape-editor.vue.js";
123
- import * as be from "./field-button/type-editor.vue.js";
124
- import * as ge from "./field-cascader/cascader-defaultValue-editor.vue.js";
125
- import * as Ce from "./field-cascader/cascader-multiple-editor.vue.js";
126
- import * as we from "./field-checkbox/checkbox-defaultValue-editor.vue.js";
127
- import * as ke from "./field-color/color-defaultValue-editor.vue.js";
128
- import * as Te from "./field-date-range/date-range-defaultValue-editor.vue.js";
129
- import * as Be from "./field-date-range/date-range-format-editor.vue.js";
130
- import * as De from "./field-date-range/date-range-type-editor.vue.js";
131
- import * as Se from "./field-date-range/date-range-valueFormat-editor.vue.js";
132
- import * as Re from "./field-date/date-defaultValue-editor.vue.js";
133
- import * as Ve from "./field-date/date-format-editor.vue.js";
134
- import * as ye from "./field-date/date-type-editor.vue.js";
135
- import * as Fe from "./field-date/date-valueFormat-editor.vue.js";
136
- import * as Pe from "./field-divider/contentPosition-editor.vue.js";
137
- import * as He from "./field-divider/divider-direction-editor.vue.js";
138
- import * as xe from "./field-dropdown/dropdown-menuList-editor.vue.js";
139
- import * as Ie from "./field-file-upload/file-upload-fileTypes-editor.vue.js";
140
- import * as Oe from "./field-html-text/htmlContent-editor.vue.js";
141
- import * as Me from "./field-number/controlsPosition-editor.vue.js";
142
- import * as Le from "./field-number/number-defaultValue-editor.vue.js";
143
- import * as We from "./field-picture-upload/picture-upload-fileTypes-editor.vue.js";
144
- import * as ze from "./field-radio/radio-defaultValue-editor.vue.js";
145
- import * as Ae from "./field-rate/allowHalf-editor.vue.js";
146
- import * as Ge from "./field-rate/highThreshold-editor.vue.js";
147
- import * as Ue from "./field-rate/lowThreshold-editor.vue.js";
148
- import * as qe from "./field-rate/rate-count-editor.vue.js";
149
- import * as Ne from "./field-rate/rate-defaultValue-editor.vue.js";
150
- import * as Ke from "./field-rate/showScore-editor.vue.js";
151
- import * as Qe from "./field-rate/showText-editor.vue.js";
152
- import * as je from "./field-rich-editor/rich-editor-contentHeight-editor.vue.js";
153
- import * as $e from "./field-select/mode-editor.vue.js";
154
- import * as Je from "./field-select/select-defaultValue-editor.vue.js";
155
- import * as Xe from "./field-slider/range-editor.vue.js";
156
- import * as Ye from "./field-slider/vertical-editor.vue.js";
157
- import * as Ze from "./field-static-text/textContent-editor.vue.js";
158
- import * as _e from "./field-switch/activeColor-editor.vue.js";
159
- import * as ot from "./field-switch/checkedValue-editor.vue.js";
160
- import * as et from "./field-switch/inactiveColor-editor.vue.js";
161
- import * as tt from "./field-switch/switch-defaultValue-editor.vue.js";
162
- import * as rt from "./field-switch/switchWidth-editor.vue.js";
163
- import * as it from "./field-switch/unCheckedValue-editor.vue.js";
164
- import * as at from "./field-time-range/time-range-defaultValue-editor.vue.js";
165
- import * as dt from "./field-time-range/time-range-format-editor.vue.js";
166
- import * as lt from "./field-time/time-defaultValue-editor.vue.js";
167
- import * as nt from "./field-time/time-format-editor.vue.js";
168
- import * as mt from "./field-tree/tree-data-editor.vue.js";
169
- import * as ut from "./field-treeSelect/treeSelect-treeDefaultExpandAll-editor.vue.js";
170
- import * as st from "./flex-editor.vue.js";
171
- import * as ft from "./hidden-editor.vue.js";
172
- import * as pt from "./label-editor.vue.js";
173
- import * as vt from "./labelAlign-editor.vue.js";
174
- import * as ct from "./labelHidden-editor.vue.js";
175
- import * as Et from "./labelIconClass-editor.vue.js";
176
- import * as ht from "./labelIconPosition-editor.vue.js";
177
- import * as bt from "./labelWidth-editor.vue.js";
178
- import * as gt from "./limit-editor.vue.js";
179
- import * as Ct from "./loadingPage-editor.vue.js";
180
- import * as wt from "./max-editor.vue.js";
181
- import * as kt from "./maxLength-editor.vue.js";
182
- import * as Tt from "./maxSize-editor.vue.js";
183
- import * as Bt from "./min-editor.vue.js";
184
- import * as Dt from "./minLength-editor.vue.js";
185
- import * as St from "./multiple-editor.vue.js";
186
- import * as Rt from "./name-editor.vue.js";
187
- import * as Vt from "./optionItems-editor.vue.js";
188
- import * as yt from "./placeholder-editor.vue.js";
189
- import * as Ft from "./placement-editor.vue.js";
190
- import * as Pt from "./precision-editor.vue.js";
191
- import * as Ht from "./readonly-editor.vue.js";
192
- import * as xt from "./required-editor.vue.js";
193
- import * as It from "./requiredHint-editor.vue.js";
194
- import * as Ot from "./rightSlotCss-editor.vue.js";
195
- import * as Mt from "./rows-editor.vue.js";
196
- import * as Lt from "./showCount-editor.vue.js";
197
- import * as Wt from "./showFileList-editor.vue.js";
198
- import * as zt from "./showPassword-editor.vue.js";
199
- import * as At from "./showSearch-editor.vue.js";
200
- import * as Gt from "./showTime-editor.vue.js";
201
- import * as Ut from "./size-editor.vue.js";
202
- import * as qt from "./slot-compontent-editor.vue.js";
203
- import * as Nt from "./startPlaceholder-editor.vue.js";
204
- import * as Kt from "./step-editor.vue.js";
205
- import * as Qt from "./type-editor.vue.js";
206
- import * as jt from "./uploadListType-editor.vue.js";
207
- import * as $t from "./useModel-editor.vue.js";
208
- import * as Jt from "./validation-editor.vue.js";
209
- import * as Xt from "./validationHint-editor.vue.js";
210
- const Yt = {}, o = /* @__PURE__ */ Object.assign({ "./accept-editor.vue": r, "./addonBefore-editor.vue": i, "./allowClear-editor.vue": a, "./appendButton-editor.vue": d, "./appendButtonDisabled-editor.vue": l, "./autoFullWidth-editor.vue": n, "./border-editor.vue": m, "./boxModel-editor.vue": u, "./button-list-editor.vue": s, "./button-position-editor.vue": f, "./buttonIcon-editor.vue": p, "./buttonStyle-editor.vue": v, "./code-editor/code-editor-mode.vue": c, "./columnWidth-editor.vue": E, "./container-data-table/customRowEvent/data-table-customRow-editor.vue": h, "./container-data-table/data-table-colorRow-editor.vue": b, "./container-data-table/data-table-customClass-editor.vue": g, "./container-data-table/data-table-dsEnabled-editor.vue": C, "./container-data-table/data-table-pagination-editor.vue": w, "./container-data-table/data-table-rowKey-editor.vue": k, "./container-data-table/data-table-selections-editor.vue": T, "./container-data-table/data-table-showButtonsColumn-editor.vue": B, "./container-data-table/data-table-showIndex-editor.vue": D, "./container-data-table/data-table-stripe-editor.vue": S, "./container-data-table/data-table-tableColumns-editor.vue": R, "./container-data-table/data-table-tableHeight-editor.vue": V, "./container-data-table/data-table-tableSize-editor.vue": y, "./container-data-table/data-table-tableWidth-editor.vue": F, "./container-data-table/data-table-treeDataEnabled-editor.vue": P, "./container-grid-col/grid-col-offset-editor.vue": H, "./container-grid-col/grid-col-pull-editor.vue": x, "./container-grid-col/grid-col-push-editor.vue": I, "./container-grid-col/grid-col-responsive-editor.vue": O, "./container-grid-col/grid-col-span-editor.vue": M, "./container-grid/colHeight-editor.vue": L, "./container-grid/gutter-editor.vue": W, "./container-sub-form/showBlankRow-editor.vue": z, "./container-sub-form/showRowNumber-editor.vue": A, "./container-sub-form/sub-form-labelAlign-editor.vue": G, "./container-tab/tab-customClass-editor.vue": U, "./container-tab/tab-tabBarGutter-editor.vue": q, "./container-tab/tab-tabPosition-editor.vue": N, "./container-tab/tab-type-editor.vue": K, "./container-table-cell/cellHeight-editor.vue": Q, "./container-table-cell/cellWidth-editor.vue": j, "./container-vf-dialog/bodyStyle-editor.vue": $, "./container-vf-dialog/cancelButtonHidden-editor.vue": J, "./container-vf-dialog/cancelButtonLabel-editor.vue": X, "./container-vf-dialog/closeOnClickModal-editor.vue": Y, "./container-vf-dialog/closeOnPressEscape-editor.vue": Z, "./container-vf-dialog/collapseIcon-editor.vue": _, "./container-vf-dialog/disabledMode-editor.vue": oo, "./container-vf-dialog/formCode-editor.vue": eo, "./container-vf-dialog/fullscreen-editor.vue": to, "./container-vf-dialog/height-editor.vue": ro, "./container-vf-dialog/isCollapse-editor.vue": io, "./container-vf-dialog/line-height-editor.vue": ao, "./container-vf-dialog/okButtonHidden-editor.vue": lo, "./container-vf-dialog/okButtonLabel-editor.vue": no, "./container-vf-dialog/readMode-editor.vue": mo, "./container-vf-dialog/showClose-editor.vue": uo, "./container-vf-dialog/title-editor.vue": so, "./container-vf-dialog/unCollapseIcon-editor.vue": fo, "./container-vf-dialog/width-editor.vue": po, "./container-vf-drawer/vf-drawer-direction-editor.vue": vo, "./container-vf-drawer/vf-drawer-size-editor.vue": co, "./customClass-editor.vue": Eo, "./customRender-editor.vue": ho, "./defaultValue-editor.vue": bo, "./disabled-editor.vue": go, "./editable-editor.vue": Co, "./endPlaceholder-editor.vue": wo, "./event-handler/onAppendButtonClick-editor.vue": ko, "./event-handler/onBeforeUpload-editor.vue": To, "./event-handler/onBlur-editor.vue": Bo, "./event-handler/onCancelButtonClick-editor.vue": Do, "./event-handler/onCellClick-editor.vue": So, "./event-handler/onCellDoubleClick-editor.vue": Ro, "./event-handler/onChange-editor.vue": Vo, "./event-handler/onCheck-editor.vue": yo, "./event-handler/onClick-editor.vue": Fo, "./event-handler/onClickIcon-editor.vue": Po, "./event-handler/onCreated-editor.vue": Ho, "./event-handler/onCurrentPageChange-editor.vue": xo, "./event-handler/onDialogBeforeClose-editor.vue": Io, "./event-handler/onDialogOpened-editor.vue": Oo, "./event-handler/onDisableOperationButton-editor.vue": Mo, "./event-handler/onDrawerBeforeClose-editor.vue": Lo, "./event-handler/onDrawerOpened-editor.vue": Wo, "./event-handler/onFileRemove.vue": zo, "./event-handler/onFocus-editor.vue": Ao, "./event-handler/onGetOperationButtonLabel-editor.vue": Go, "./event-handler/onGetRowClassName-editor.vue": Uo, "./event-handler/onGetSpanMethod-editor.vue": qo, "./event-handler/onHeaderClick-editor.vue": No, "./event-handler/onHideOperationButton-editor.vue": Ko, "./event-handler/onInput-editor.vue": Qo, "./event-handler/onMenuClick-editor.vue": jo, "./event-handler/onMounted-editor.vue": $o, "./event-handler/onOkButtonClick-editor.vue": Jo, "./event-handler/onOperationButtonClick-editor.vue": Xo, "./event-handler/onPageSizeChange-editor.vue": Yo, "./event-handler/onRemoteQuery-editor.vue": Zo, "./event-handler/onRowClick-editor.vue": _o, "./event-handler/onRowDoubleClick-editor.vue": oe, "./event-handler/onSelectionChange-editor.vue": ee, "./event-handler/onSubFormRowAdd-editor.vue": te, "./event-handler/onSubFormRowChange-editor.vue": re, "./event-handler/onSubFormRowDelete-editor.vue": ie, "./event-handler/onSubFormRowInsert-editor.vue": ae, "./event-handler/onTabClick-editor.vue": de, "./event-handler/onTableChange-editor.vue": le, "./event-handler/onUploadError-editor.vue": ne, "./event-handler/onUploadSuccess-editor.vue": me, "./event-handler/onValidate-editor.vue": ue, "./field-button/circle-editor.vue": se, "./field-button/danger-editor.vue": fe, "./field-button/ghost-editor.vue": pe, "./field-button/icon-editor.vue": ve, "./field-button/plain-editor.vue": ce, "./field-button/round-editor.vue": Ee, "./field-button/shape-editor.vue": he, "./field-button/type-editor.vue": be, "./field-cascader/cascader-defaultValue-editor.vue": ge, "./field-cascader/cascader-multiple-editor.vue": Ce, "./field-checkbox/checkbox-defaultValue-editor.vue": we, "./field-color/color-defaultValue-editor.vue": ke, "./field-date-range/date-range-defaultValue-editor.vue": Te, "./field-date-range/date-range-format-editor.vue": Be, "./field-date-range/date-range-type-editor.vue": De, "./field-date-range/date-range-valueFormat-editor.vue": Se, "./field-date/date-defaultValue-editor.vue": Re, "./field-date/date-format-editor.vue": Ve, "./field-date/date-type-editor.vue": ye, "./field-date/date-valueFormat-editor.vue": Fe, "./field-divider/contentPosition-editor.vue": Pe, "./field-divider/divider-direction-editor.vue": He, "./field-dropdown/dropdown-menuList-editor.vue": xe, "./field-file-upload/file-upload-fileTypes-editor.vue": Ie, "./field-html-text/htmlContent-editor.vue": Oe, "./field-number/controlsPosition-editor.vue": Me, "./field-number/number-defaultValue-editor.vue": Le, "./field-picture-upload/picture-upload-fileTypes-editor.vue": We, "./field-radio/radio-defaultValue-editor.vue": ze, "./field-rate/allowHalf-editor.vue": Ae, "./field-rate/highThreshold-editor.vue": Ge, "./field-rate/lowThreshold-editor.vue": Ue, "./field-rate/rate-count-editor.vue": qe, "./field-rate/rate-defaultValue-editor.vue": Ne, "./field-rate/showScore-editor.vue": Ke, "./field-rate/showText-editor.vue": Qe, "./field-rich-editor/rich-editor-contentHeight-editor.vue": je, "./field-select/mode-editor.vue": $e, "./field-select/select-defaultValue-editor.vue": Je, "./field-slider/range-editor.vue": Xe, "./field-slider/vertical-editor.vue": Ye, "./field-static-text/textContent-editor.vue": Ze, "./field-switch/activeColor-editor.vue": _e, "./field-switch/checkedValue-editor.vue": ot, "./field-switch/inactiveColor-editor.vue": et, "./field-switch/switch-defaultValue-editor.vue": tt, "./field-switch/switchWidth-editor.vue": rt, "./field-switch/unCheckedValue-editor.vue": it, "./field-time-range/time-range-defaultValue-editor.vue": at, "./field-time-range/time-range-format-editor.vue": dt, "./field-time/time-defaultValue-editor.vue": lt, "./field-time/time-format-editor.vue": nt, "./field-tree/tree-data-editor.vue": mt, "./field-treeSelect/treeSelect-treeDefaultExpandAll-editor.vue": ut, "./flex-editor.vue": st, "./hidden-editor.vue": ft, "./label-editor.vue": pt, "./labelAlign-editor.vue": vt, "./labelHidden-editor.vue": ct, "./labelIconClass-editor.vue": Et, "./labelIconPosition-editor.vue": ht, "./labelWidth-editor.vue": bt, "./limit-editor.vue": gt, "./loadingPage-editor.vue": Ct, "./max-editor.vue": wt, "./maxLength-editor.vue": kt, "./maxSize-editor.vue": Tt, "./min-editor.vue": Bt, "./minLength-editor.vue": Dt, "./multiple-editor.vue": St, "./name-editor.vue": Rt, "./optionItems-editor.vue": Vt, "./placeholder-editor.vue": yt, "./placement-editor.vue": Ft, "./precision-editor.vue": Pt, "./readonly-editor.vue": Ht, "./required-editor.vue": xt, "./requiredHint-editor.vue": It, "./rightSlotCss-editor.vue": Ot, "./rows-editor.vue": Mt, "./showCount-editor.vue": Lt, "./showFileList-editor.vue": Wt, "./showPassword-editor.vue": zt, "./showSearch-editor.vue": At, "./showTime-editor.vue": Gt, "./size-editor.vue": Ut, "./slot-compontent-editor.vue": qt, "./startPlaceholder-editor.vue": Nt, "./step-editor.vue": Kt, "./type-editor.vue": Qt, "./uploadListType-editor.vue": jt, "./useModel-editor.vue": $t, "./validation-editor.vue": Jt, "./validationHint-editor.vue": Xt });
57
+ import * as ao from "./container-vf-dialog/left-editor.vue.js";
58
+ import * as lo from "./container-vf-dialog/line-height-editor.vue.js";
59
+ import * as no from "./container-vf-dialog/okButtonHidden-editor.vue.js";
60
+ import * as mo from "./container-vf-dialog/okButtonLabel-editor.vue.js";
61
+ import * as uo from "./container-vf-dialog/readMode-editor.vue.js";
62
+ import * as so from "./container-vf-dialog/showClose-editor.vue.js";
63
+ import * as fo from "./container-vf-dialog/title-editor.vue.js";
64
+ import * as po from "./container-vf-dialog/top-editor.vue.js";
65
+ import * as vo from "./container-vf-dialog/unCollapseIcon-editor.vue.js";
66
+ import * as co from "./container-vf-dialog/width-editor.vue.js";
67
+ import * as Eo from "./container-vf-drawer/vf-drawer-direction-editor.vue.js";
68
+ import * as ho from "./container-vf-drawer/vf-drawer-size-editor.vue.js";
69
+ import * as bo from "./customClass-editor.vue.js";
70
+ import * as go from "./customRender-editor.vue.js";
71
+ import * as Co from "./defaultValue-editor.vue.js";
72
+ import * as wo from "./disabled-editor.vue.js";
73
+ import * as ko from "./editable-editor.vue.js";
74
+ import * as To from "./endPlaceholder-editor.vue.js";
75
+ import * as Bo from "./event-handler/onAppendButtonClick-editor.vue.js";
76
+ import * as Do from "./event-handler/onBeforeUpload-editor.vue.js";
77
+ import * as So from "./event-handler/onBlur-editor.vue.js";
78
+ import * as Ro from "./event-handler/onCancelButtonClick-editor.vue.js";
79
+ import * as Vo from "./event-handler/onCellClick-editor.vue.js";
80
+ import * as yo from "./event-handler/onCellDoubleClick-editor.vue.js";
81
+ import * as Fo from "./event-handler/onChange-editor.vue.js";
82
+ import * as Po from "./event-handler/onCheck-editor.vue.js";
83
+ import * as Ho from "./event-handler/onClick-editor.vue.js";
84
+ import * as xo from "./event-handler/onClickIcon-editor.vue.js";
85
+ import * as Io from "./event-handler/onCreated-editor.vue.js";
86
+ import * as Oo from "./event-handler/onCurrentPageChange-editor.vue.js";
87
+ import * as Mo from "./event-handler/onDialogBeforeClose-editor.vue.js";
88
+ import * as Lo from "./event-handler/onDialogOpened-editor.vue.js";
89
+ import * as Wo from "./event-handler/onDisableOperationButton-editor.vue.js";
90
+ import * as zo from "./event-handler/onDrawerBeforeClose-editor.vue.js";
91
+ import * as Ao from "./event-handler/onDrawerOpened-editor.vue.js";
92
+ import * as Go from "./event-handler/onFileRemove.vue.js";
93
+ import * as Uo from "./event-handler/onFocus-editor.vue.js";
94
+ import * as qo from "./event-handler/onGetOperationButtonLabel-editor.vue.js";
95
+ import * as No from "./event-handler/onGetRowClassName-editor.vue.js";
96
+ import * as Ko from "./event-handler/onGetSpanMethod-editor.vue.js";
97
+ import * as Qo from "./event-handler/onHeaderClick-editor.vue.js";
98
+ import * as jo from "./event-handler/onHideOperationButton-editor.vue.js";
99
+ import * as $o from "./event-handler/onInput-editor.vue.js";
100
+ import * as Jo from "./event-handler/onMenuClick-editor.vue.js";
101
+ import * as Xo from "./event-handler/onMounted-editor.vue.js";
102
+ import * as Yo from "./event-handler/onOkButtonClick-editor.vue.js";
103
+ import * as Zo from "./event-handler/onOperationButtonClick-editor.vue.js";
104
+ import * as _o from "./event-handler/onPageSizeChange-editor.vue.js";
105
+ import * as oe from "./event-handler/onRemoteQuery-editor.vue.js";
106
+ import * as ee from "./event-handler/onRowClick-editor.vue.js";
107
+ import * as te from "./event-handler/onRowDoubleClick-editor.vue.js";
108
+ import * as re from "./event-handler/onSelectionChange-editor.vue.js";
109
+ import * as ie from "./event-handler/onSubFormRowAdd-editor.vue.js";
110
+ import * as ae from "./event-handler/onSubFormRowChange-editor.vue.js";
111
+ import * as de from "./event-handler/onSubFormRowDelete-editor.vue.js";
112
+ import * as le from "./event-handler/onSubFormRowInsert-editor.vue.js";
113
+ import * as ne from "./event-handler/onTabClick-editor.vue.js";
114
+ import * as me from "./event-handler/onTableChange-editor.vue.js";
115
+ import * as ue from "./event-handler/onUploadError-editor.vue.js";
116
+ import * as se from "./event-handler/onUploadSuccess-editor.vue.js";
117
+ import * as fe from "./event-handler/onValidate-editor.vue.js";
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 ke from "./field-cascader/cascader-multiple-editor.vue.js";
128
+ import * as Te 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 Fe from "./field-date/date-format-editor.vue.js";
136
+ import * as Pe 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 We from "./field-number/controlsPosition-editor.vue.js";
144
+ import * as ze from "./field-number/number-defaultValue-editor.vue.js";
145
+ import * as Ae 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 "./labelWidth-editor.vue.js";
180
+ import * as wt from "./limit-editor.vue.js";
181
+ import * as kt from "./loadingPage-editor.vue.js";
182
+ import * as Tt from "./max-editor.vue.js";
183
+ import * as Bt from "./maxLength-editor.vue.js";
184
+ import * as Dt from "./maxSize-editor.vue.js";
185
+ import * as St from "./min-editor.vue.js";
186
+ import * as Rt from "./minLength-editor.vue.js";
187
+ import * as Vt from "./multiple-editor.vue.js";
188
+ import * as yt from "./name-editor.vue.js";
189
+ import * as Ft from "./optionItems-editor.vue.js";
190
+ import * as Pt from "./placeholder-editor.vue.js";
191
+ import * as Ht from "./placement-editor.vue.js";
192
+ import * as xt from "./precision-editor.vue.js";
193
+ import * as It from "./readonly-editor.vue.js";
194
+ import * as Ot from "./required-editor.vue.js";
195
+ import * as Mt from "./requiredHint-editor.vue.js";
196
+ import * as Lt from "./rightSlotCss-editor.vue.js";
197
+ import * as Wt from "./rows-editor.vue.js";
198
+ import * as zt from "./showCount-editor.vue.js";
199
+ import * as At from "./showFileList-editor.vue.js";
200
+ import * as Gt from "./showPassword-editor.vue.js";
201
+ import * as Ut from "./showSearch-editor.vue.js";
202
+ import * as qt from "./showTime-editor.vue.js";
203
+ import * as Nt from "./size-editor.vue.js";
204
+ import * as Kt from "./slot-compontent-editor.vue.js";
205
+ import * as Qt from "./startPlaceholder-editor.vue.js";
206
+ import * as jt from "./step-editor.vue.js";
207
+ import * as $t from "./type-editor.vue.js";
208
+ import * as Jt from "./uploadListType-editor.vue.js";
209
+ import * as Xt from "./useModel-editor.vue.js";
210
+ import * as Yt from "./validation-editor.vue.js";
211
+ import * as Zt from "./validationHint-editor.vue.js";
212
+ const _t = {}, o = /* @__PURE__ */ Object.assign({ "./accept-editor.vue": r, "./addonBefore-editor.vue": i, "./allowClear-editor.vue": a, "./appendButton-editor.vue": d, "./appendButtonDisabled-editor.vue": l, "./autoFullWidth-editor.vue": n, "./border-editor.vue": m, "./boxModel-editor.vue": u, "./button-list-editor.vue": s, "./button-position-editor.vue": f, "./buttonIcon-editor.vue": p, "./buttonStyle-editor.vue": v, "./code-editor/code-editor-mode.vue": c, "./columnWidth-editor.vue": E, "./container-data-table/customRowEvent/data-table-customRow-editor.vue": h, "./container-data-table/data-table-colorRow-editor.vue": b, "./container-data-table/data-table-customClass-editor.vue": g, "./container-data-table/data-table-dsEnabled-editor.vue": C, "./container-data-table/data-table-pagination-editor.vue": w, "./container-data-table/data-table-rowKey-editor.vue": k, "./container-data-table/data-table-selections-editor.vue": T, "./container-data-table/data-table-showButtonsColumn-editor.vue": B, "./container-data-table/data-table-showIndex-editor.vue": D, "./container-data-table/data-table-stripe-editor.vue": S, "./container-data-table/data-table-tableColumns-editor.vue": R, "./container-data-table/data-table-tableHeight-editor.vue": V, "./container-data-table/data-table-tableSize-editor.vue": y, "./container-data-table/data-table-tableWidth-editor.vue": F, "./container-data-table/data-table-treeDataEnabled-editor.vue": P, "./container-grid-col/grid-col-offset-editor.vue": H, "./container-grid-col/grid-col-pull-editor.vue": x, "./container-grid-col/grid-col-push-editor.vue": I, "./container-grid-col/grid-col-responsive-editor.vue": O, "./container-grid-col/grid-col-span-editor.vue": M, "./container-grid/colHeight-editor.vue": L, "./container-grid/gutter-editor.vue": W, "./container-sub-form/showBlankRow-editor.vue": z, "./container-sub-form/showRowNumber-editor.vue": A, "./container-sub-form/sub-form-labelAlign-editor.vue": G, "./container-tab/tab-customClass-editor.vue": U, "./container-tab/tab-tabBarGutter-editor.vue": q, "./container-tab/tab-tabPosition-editor.vue": N, "./container-tab/tab-type-editor.vue": K, "./container-table-cell/cellHeight-editor.vue": Q, "./container-table-cell/cellWidth-editor.vue": j, "./container-vf-dialog/bodyStyle-editor.vue": $, "./container-vf-dialog/cancelButtonHidden-editor.vue": J, "./container-vf-dialog/cancelButtonLabel-editor.vue": X, "./container-vf-dialog/closeOnClickModal-editor.vue": Y, "./container-vf-dialog/closeOnPressEscape-editor.vue": Z, "./container-vf-dialog/collapseIcon-editor.vue": _, "./container-vf-dialog/disabledMode-editor.vue": oo, "./container-vf-dialog/formCode-editor.vue": eo, "./container-vf-dialog/fullscreen-editor.vue": to, "./container-vf-dialog/height-editor.vue": ro, "./container-vf-dialog/isCollapse-editor.vue": io, "./container-vf-dialog/left-editor.vue": ao, "./container-vf-dialog/line-height-editor.vue": lo, "./container-vf-dialog/okButtonHidden-editor.vue": no, "./container-vf-dialog/okButtonLabel-editor.vue": mo, "./container-vf-dialog/readMode-editor.vue": uo, "./container-vf-dialog/showClose-editor.vue": so, "./container-vf-dialog/title-editor.vue": fo, "./container-vf-dialog/top-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": ko, "./endPlaceholder-editor.vue": To, "./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": Fo, "./event-handler/onCheck-editor.vue": Po, "./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": Wo, "./event-handler/onDrawerBeforeClose-editor.vue": zo, "./event-handler/onDrawerOpened-editor.vue": Ao, "./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": ke, "./field-checkbox/checkbox-defaultValue-editor.vue": Te, "./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": Fe, "./field-date/date-type-editor.vue": Pe, "./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": We, "./field-number/number-defaultValue-editor.vue": ze, "./field-picture-upload/picture-upload-fileTypes-editor.vue": Ae, "./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, "./labelWidth-editor.vue": Ct, "./limit-editor.vue": wt, "./loadingPage-editor.vue": kt, "./max-editor.vue": Tt, "./maxLength-editor.vue": Bt, "./maxSize-editor.vue": Dt, "./min-editor.vue": St, "./minLength-editor.vue": Rt, "./multiple-editor.vue": Vt, "./name-editor.vue": yt, "./optionItems-editor.vue": Ft, "./placeholder-editor.vue": Pt, "./placement-editor.vue": Ht, "./precision-editor.vue": xt, "./readonly-editor.vue": It, "./required-editor.vue": Ot, "./requiredHint-editor.vue": Mt, "./rightSlotCss-editor.vue": Lt, "./rows-editor.vue": Wt, "./showCount-editor.vue": zt, "./showFileList-editor.vue": At, "./showPassword-editor.vue": Gt, "./showSearch-editor.vue": Ut, "./showTime-editor.vue": qt, "./size-editor.vue": Nt, "./slot-compontent-editor.vue": Kt, "./startPlaceholder-editor.vue": Qt, "./step-editor.vue": jt, "./type-editor.vue": $t, "./uploadListType-editor.vue": Jt, "./useModel-editor.vue": Xt, "./validation-editor.vue": Yt, "./validationHint-editor.vue": Zt });
211
213
  for (const e in o) {
212
214
  const t = o[e].default.name;
213
- Yt[t] = o[e].default;
215
+ _t[t] = o[e].default;
214
216
  }
215
217
  export {
216
- Yt as default
218
+ _t as default
217
219
  };
218
220
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":["../../../../../../src/components/form-designer/setting-panel/property-editor/index.js"],"sourcesContent":["// const comps = {};\n\n// const modules = import.meta.glob('./**/*.vue');\n// // const modules = import.meta.globEager('./**/*.vue');\n\n// for (const path in modules) {\n// const fileName = getFileName(path);\n// comps[fileName] = modules[path];\n// }\n\n// function getFileName(path) {\n// // 处理Windows路径分隔符\n// const normalizedPath = path.replace(/\\\\/g, '/');\n// // 获取带扩展名的文件名\n// const filenameWithExt = normalizedPath.split('/').pop();\n// // 分离文件名和扩展名\n// const lastDotIndex = filenameWithExt.lastIndexOf('.');\n// return lastDotIndex === -1 ? filenameWithExt : filenameWithExt.substring(0, lastDotIndex);\n// }\n\n// export default comps;\n\nconst comps = {};\n\nconst modules = import.meta.glob('./**/*.vue', { eager: true });\n// const modules = import.meta.globEager('./**/*.vue');\n\nfor (const path in modules) {\n const cname = modules[path].default.name;\n comps[cname] = modules[path].default;\n}\n\nexport default comps;\n\nexport function useAsyncEditor() {}\n"],"names":["comps","modules","__vite_glob_0_0","__vite_glob_0_1","__vite_glob_0_2","__vite_glob_0_3","__vite_glob_0_4","__vite_glob_0_5","__vite_glob_0_6","__vite_glob_0_7","__vite_glob_0_8","__vite_glob_0_9","__vite_glob_0_10","__vite_glob_0_11","__vite_glob_0_12","__vite_glob_0_13","__vite_glob_0_14","__vite_glob_0_15","__vite_glob_0_16","__vite_glob_0_17","__vite_glob_0_18","__vite_glob_0_19","__vite_glob_0_20","__vite_glob_0_21","__vite_glob_0_22","__vite_glob_0_23","__vite_glob_0_24","__vite_glob_0_25","__vite_glob_0_26","__vite_glob_0_27","__vite_glob_0_28","__vite_glob_0_29","__vite_glob_0_30","__vite_glob_0_31","__vite_glob_0_32","__vite_glob_0_33","__vite_glob_0_34","__vite_glob_0_35","__vite_glob_0_36","__vite_glob_0_37","__vite_glob_0_38","__vite_glob_0_39","__vite_glob_0_40","__vite_glob_0_41","__vite_glob_0_42","__vite_glob_0_43","__vite_glob_0_44","__vite_glob_0_45","__vite_glob_0_46","__vite_glob_0_47","__vite_glob_0_48","__vite_glob_0_49","__vite_glob_0_50","__vite_glob_0_51","__vite_glob_0_52","__vite_glob_0_53","__vite_glob_0_54","__vite_glob_0_55","__vite_glob_0_56","__vite_glob_0_57","__vite_glob_0_58","__vite_glob_0_59","__vite_glob_0_60","__vite_glob_0_61","__vite_glob_0_62","__vite_glob_0_63","__vite_glob_0_64","__vite_glob_0_65","__vite_glob_0_66","__vite_glob_0_67","__vite_glob_0_68","__vite_glob_0_69","__vite_glob_0_70","__vite_glob_0_71","__vite_glob_0_72","__vite_glob_0_73","__vite_glob_0_74","__vite_glob_0_75","__vite_glob_0_76","__vite_glob_0_77","__vite_glob_0_78","__vite_glob_0_79","__vite_glob_0_80","__vite_glob_0_81","__vite_glob_0_82","__vite_glob_0_83","__vite_glob_0_84","__vite_glob_0_85","__vite_glob_0_86","__vite_glob_0_87","__vite_glob_0_88","__vite_glob_0_89","__vite_glob_0_90","__vite_glob_0_91","__vite_glob_0_92","__vite_glob_0_93","__vite_glob_0_94","__vite_glob_0_95","__vite_glob_0_96","__vite_glob_0_97","__vite_glob_0_98","__vite_glob_0_99","__vite_glob_0_100","__vite_glob_0_101","__vite_glob_0_102","__vite_glob_0_103","__vite_glob_0_104","__vite_glob_0_105","__vite_glob_0_106","__vite_glob_0_107","__vite_glob_0_108","__vite_glob_0_109","__vite_glob_0_110","__vite_glob_0_111","__vite_glob_0_112","__vite_glob_0_113","__vite_glob_0_114","__vite_glob_0_115","__vite_glob_0_116","__vite_glob_0_117","__vite_glob_0_118","__vite_glob_0_119","__vite_glob_0_120","__vite_glob_0_121","__vite_glob_0_122","__vite_glob_0_123","__vite_glob_0_124","__vite_glob_0_125","__vite_glob_0_126","__vite_glob_0_127","__vite_glob_0_128","__vite_glob_0_129","__vite_glob_0_130","__vite_glob_0_131","__vite_glob_0_132","__vite_glob_0_133","__vite_glob_0_134","__vite_glob_0_135","__vite_glob_0_136","__vite_glob_0_137","__vite_glob_0_138","__vite_glob_0_139","__vite_glob_0_140","__vite_glob_0_141","__vite_glob_0_142","__vite_glob_0_143","__vite_glob_0_144","__vite_glob_0_145","__vite_glob_0_146","__vite_glob_0_147","__vite_glob_0_148","__vite_glob_0_149","__vite_glob_0_150","__vite_glob_0_151","__vite_glob_0_152","__vite_glob_0_153","__vite_glob_0_154","__vite_glob_0_155","__vite_glob_0_156","__vite_glob_0_157","__vite_glob_0_158","__vite_glob_0_159","__vite_glob_0_160","__vite_glob_0_161","__vite_glob_0_162","__vite_glob_0_163","__vite_glob_0_164","__vite_glob_0_165","__vite_glob_0_166","__vite_glob_0_167","__vite_glob_0_168","__vite_glob_0_169","__vite_glob_0_170","__vite_glob_0_171","__vite_glob_0_172","__vite_glob_0_173","__vite_glob_0_174","__vite_glob_0_175","__vite_glob_0_176","__vite_glob_0_177","__vite_glob_0_178","__vite_glob_0_179","__vite_glob_0_180","__vite_glob_0_181","__vite_glob_0_182","__vite_glob_0_183","__vite_glob_0_184","__vite_glob_0_185","__vite_glob_0_186","__vite_glob_0_187","__vite_glob_0_188","__vite_glob_0_189","__vite_glob_0_190","__vite_glob_0_191","__vite_glob_0_192","__vite_glob_0_193","__vite_glob_0_194","__vite_glob_0_195","__vite_glob_0_196","__vite_glob_0_197","__vite_glob_0_198","__vite_glob_0_199","__vite_glob_0_200","__vite_glob_0_201","__vite_glob_0_202","__vite_glob_0_203","__vite_glob_0_204","__vite_glob_0_205","__vite_glob_0_206","__vite_glob_0_207","__vite_glob_0_208","path","cname"],"mappings":"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"}
1
+ {"version":3,"file":"index.js","sources":["../../../../../../src/components/form-designer/setting-panel/property-editor/index.js"],"sourcesContent":["// const comps = {};\n\n// const modules = import.meta.glob('./**/*.vue');\n// // const modules = import.meta.globEager('./**/*.vue');\n\n// for (const path in modules) {\n// const fileName = getFileName(path);\n// comps[fileName] = modules[path];\n// }\n\n// function getFileName(path) {\n// // 处理Windows路径分隔符\n// const normalizedPath = path.replace(/\\\\/g, '/');\n// // 获取带扩展名的文件名\n// const filenameWithExt = normalizedPath.split('/').pop();\n// // 分离文件名和扩展名\n// const lastDotIndex = filenameWithExt.lastIndexOf('.');\n// return lastDotIndex === -1 ? filenameWithExt : filenameWithExt.substring(0, lastDotIndex);\n// }\n\n// export default comps;\n\nconst comps = {};\n\nconst modules = import.meta.glob('./**/*.vue', { eager: true });\n// const modules = import.meta.globEager('./**/*.vue');\n\nfor (const path in modules) {\n const cname = modules[path].default.name;\n comps[cname] = modules[path].default;\n}\n\nexport default comps;\n\nexport function useAsyncEditor() {}\n"],"names":["comps","modules","__vite_glob_0_0","__vite_glob_0_1","__vite_glob_0_2","__vite_glob_0_3","__vite_glob_0_4","__vite_glob_0_5","__vite_glob_0_6","__vite_glob_0_7","__vite_glob_0_8","__vite_glob_0_9","__vite_glob_0_10","__vite_glob_0_11","__vite_glob_0_12","__vite_glob_0_13","__vite_glob_0_14","__vite_glob_0_15","__vite_glob_0_16","__vite_glob_0_17","__vite_glob_0_18","__vite_glob_0_19","__vite_glob_0_20","__vite_glob_0_21","__vite_glob_0_22","__vite_glob_0_23","__vite_glob_0_24","__vite_glob_0_25","__vite_glob_0_26","__vite_glob_0_27","__vite_glob_0_28","__vite_glob_0_29","__vite_glob_0_30","__vite_glob_0_31","__vite_glob_0_32","__vite_glob_0_33","__vite_glob_0_34","__vite_glob_0_35","__vite_glob_0_36","__vite_glob_0_37","__vite_glob_0_38","__vite_glob_0_39","__vite_glob_0_40","__vite_glob_0_41","__vite_glob_0_42","__vite_glob_0_43","__vite_glob_0_44","__vite_glob_0_45","__vite_glob_0_46","__vite_glob_0_47","__vite_glob_0_48","__vite_glob_0_49","__vite_glob_0_50","__vite_glob_0_51","__vite_glob_0_52","__vite_glob_0_53","__vite_glob_0_54","__vite_glob_0_55","__vite_glob_0_56","__vite_glob_0_57","__vite_glob_0_58","__vite_glob_0_59","__vite_glob_0_60","__vite_glob_0_61","__vite_glob_0_62","__vite_glob_0_63","__vite_glob_0_64","__vite_glob_0_65","__vite_glob_0_66","__vite_glob_0_67","__vite_glob_0_68","__vite_glob_0_69","__vite_glob_0_70","__vite_glob_0_71","__vite_glob_0_72","__vite_glob_0_73","__vite_glob_0_74","__vite_glob_0_75","__vite_glob_0_76","__vite_glob_0_77","__vite_glob_0_78","__vite_glob_0_79","__vite_glob_0_80","__vite_glob_0_81","__vite_glob_0_82","__vite_glob_0_83","__vite_glob_0_84","__vite_glob_0_85","__vite_glob_0_86","__vite_glob_0_87","__vite_glob_0_88","__vite_glob_0_89","__vite_glob_0_90","__vite_glob_0_91","__vite_glob_0_92","__vite_glob_0_93","__vite_glob_0_94","__vite_glob_0_95","__vite_glob_0_96","__vite_glob_0_97","__vite_glob_0_98","__vite_glob_0_99","__vite_glob_0_100","__vite_glob_0_101","__vite_glob_0_102","__vite_glob_0_103","__vite_glob_0_104","__vite_glob_0_105","__vite_glob_0_106","__vite_glob_0_107","__vite_glob_0_108","__vite_glob_0_109","__vite_glob_0_110","__vite_glob_0_111","__vite_glob_0_112","__vite_glob_0_113","__vite_glob_0_114","__vite_glob_0_115","__vite_glob_0_116","__vite_glob_0_117","__vite_glob_0_118","__vite_glob_0_119","__vite_glob_0_120","__vite_glob_0_121","__vite_glob_0_122","__vite_glob_0_123","__vite_glob_0_124","__vite_glob_0_125","__vite_glob_0_126","__vite_glob_0_127","__vite_glob_0_128","__vite_glob_0_129","__vite_glob_0_130","__vite_glob_0_131","__vite_glob_0_132","__vite_glob_0_133","__vite_glob_0_134","__vite_glob_0_135","__vite_glob_0_136","__vite_glob_0_137","__vite_glob_0_138","__vite_glob_0_139","__vite_glob_0_140","__vite_glob_0_141","__vite_glob_0_142","__vite_glob_0_143","__vite_glob_0_144","__vite_glob_0_145","__vite_glob_0_146","__vite_glob_0_147","__vite_glob_0_148","__vite_glob_0_149","__vite_glob_0_150","__vite_glob_0_151","__vite_glob_0_152","__vite_glob_0_153","__vite_glob_0_154","__vite_glob_0_155","__vite_glob_0_156","__vite_glob_0_157","__vite_glob_0_158","__vite_glob_0_159","__vite_glob_0_160","__vite_glob_0_161","__vite_glob_0_162","__vite_glob_0_163","__vite_glob_0_164","__vite_glob_0_165","__vite_glob_0_166","__vite_glob_0_167","__vite_glob_0_168","__vite_glob_0_169","__vite_glob_0_170","__vite_glob_0_171","__vite_glob_0_172","__vite_glob_0_173","__vite_glob_0_174","__vite_glob_0_175","__vite_glob_0_176","__vite_glob_0_177","__vite_glob_0_178","__vite_glob_0_179","__vite_glob_0_180","__vite_glob_0_181","__vite_glob_0_182","__vite_glob_0_183","__vite_glob_0_184","__vite_glob_0_185","__vite_glob_0_186","__vite_glob_0_187","__vite_glob_0_188","__vite_glob_0_189","__vite_glob_0_190","__vite_glob_0_191","__vite_glob_0_192","__vite_glob_0_193","__vite_glob_0_194","__vite_glob_0_195","__vite_glob_0_196","__vite_glob_0_197","__vite_glob_0_198","__vite_glob_0_199","__vite_glob_0_200","__vite_glob_0_201","__vite_glob_0_202","__vite_glob_0_203","__vite_glob_0_204","__vite_glob_0_205","__vite_glob_0_206","__vite_glob_0_207","__vite_glob_0_208","__vite_glob_0_209","__vite_glob_0_210","path","cname"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAsBK,MAACA,KAAQ,CAAA,GAERC,IAAU,uBAAA,OAAA,EAAA,uBAAAC,GAAA,4BAAAC,GAAA,2BAAAC,GAAA,6BAAAC,GAAA,qCAAAC,GAAA,8BAAAC,GAAA,uBAAAC,GAAA,yBAAAC,GAAA,4BAAAC,GAAA,gCAAAC,GAAA,2BAAAC,GAAA,4BAAAC,GAAA,sCAAAC,GAAA,4BAAAC,GAAA,yEAAAC,GAAA,yDAAAC,GAAA,4DAAAC,GAAA,0DAAAC,GAAA,2DAAAC,GAAA,uDAAAC,GAAA,2DAAAC,GAAA,kEAAAC,GAAA,0DAAAC,GAAA,uDAAAC,GAAA,6DAAAC,GAAA,4DAAAC,GAAA,0DAAAC,GAAA,2DAAAC,GAAA,gEAAAC,GAAA,mDAAAC,GAAA,iDAAAC,GAAA,iDAAAC,GAAA,uDAAAC,GAAA,iDAAAC,GAAA,yCAAAC,GAAA,sCAAAC,GAAA,gDAAAC,GAAA,iDAAAC,GAAA,uDAAAC,GAAA,8CAAAC,GAAA,+CAAAC,GAAA,8CAAAC,GAAA,uCAAAC,GAAA,gDAAAC,GAAA,+CAAAC,GAAA,8CAAAC,GAAA,uDAAAC,GAAA,sDAAAC,GAAA,sDAAAC,GAAA,uDAAAC,GAAA,iDAAAC,GAAA,iDAAAC,IAAA,6CAAAC,IAAA,+CAAAC,IAAA,2CAAAC,IAAA,+CAAAC,IAAA,yCAAAC,IAAA,gDAAAC,IAAA,mDAAAC,IAAA,kDAAAC,IAAA,6CAAAC,IAAA,8CAAAC,IAAA,0CAAAC,IAAA,wCAAAC,IAAA,mDAAAC,IAAA,0CAAAC,IAAA,wDAAAC,IAAA,mDAAAC,IAAA,4BAAAC,IAAA,6BAAAC,IAAA,6BAAAC,IAAA,yBAAAC,IAAA,yBAAAC,IAAA,+BAAAC,IAAA,kDAAAC,IAAA,6CAAAC,IAAA,qCAAAC,IAAA,kDAAAC,IAAA,0CAAAC,IAAA,gDAAAC,IAAA,uCAAAC,IAAA,sCAAAC,IAAA,sCAAAC,IAAA,0CAAAC,IAAA,wCAAAC,IAAA,kDAAAC,IAAA,kDAAAC,IAAA,6CAAAC,IAAA,uDAAAC,IAAA,kDAAAC,IAAA,6CAAAC,IAAA,oCAAAC,IAAA,sCAAAC,IAAA,wDAAAC,IAAA,gDAAAC,IAAA,8CAAAC,IAAA,4CAAAC,IAAA,oDAAAC,IAAA,sCAAAC,IAAA,0CAAAC,IAAA,wCAAAC,IAAA,8CAAAC,IAAA,qDAAAC,IAAA,+CAAAC,IAAA,4CAAAC,IAAA,yCAAAC,IAAA,+CAAAC,IAAA,gDAAAC,IAAA,8CAAAC,IAAA,iDAAAC,IAAA,iDAAAC,IAAA,iDAAAC,IAAA,yCAAAC,IAAA,4CAAAC,IAAA,4CAAAC,IAAA,8CAAAC,IAAA,yCAAAC,IAAA,oCAAAC,IAAA,oCAAAC,IAAA,mCAAAC,IAAA,kCAAAC,IAAA,mCAAAC,IAAA,mCAAAC,IAAA,mCAAAC,IAAA,kCAAAC,IAAA,qDAAAC,IAAA,iDAAAC,IAAA,qDAAAC,IAAA,+CAAAC,IAAA,yDAAAC,IAAA,mDAAAC,IAAA,iDAAAC,IAAA,wDAAAC,IAAA,6CAAAC,IAAA,uCAAAC,IAAA,qCAAAC,IAAA,4CAAAC,IAAA,8CAAAC,IAAA,gDAAAC,IAAA,iDAAAC,IAAA,wDAAAC,IAAA,4CAAAC,IAAA,8CAAAC,IAAA,iDAAAC,IAAA,8DAAAC,IAAA,+CAAAC,IAAA,qCAAAC,IAAA,yCAAAC,IAAA,wCAAAC,IAAA,sCAAAC,IAAA,6CAAAC,IAAA,qCAAAC,IAAA,oCAAAC,IAAA,4DAAAC,IAAA,kCAAAC,IAAA,iDAAAC,IAAA,mCAAAC,IAAA,sCAAAC,IAAA,8CAAAC,IAAA,yCAAAC,IAAA,0CAAAC,IAAA,2CAAAC,IAAA,iDAAAC,IAAA,yCAAAC,IAAA,4CAAAC,IAAA,yDAAAC,IAAA,mDAAAC,IAAA,6CAAAC,IAAA,uCAAAC,IAAA,qCAAAC,IAAA,iEAAAC,IAAA,qBAAAC,IAAA,uBAAAC,IAAA,sBAAAC,IAAA,2BAAAC,IAAA,4BAAAC,IAAA,+BAAAC,IAAA,kCAAAC,IAAA,2BAAAC,IAAA,sBAAAC,IAAA,4BAAAC,IAAA,oBAAAC,IAAA,0BAAAC,IAAA,wBAAAC,IAAA,oBAAAC,IAAA,0BAAAC,IAAA,yBAAAC,IAAA,qBAAAC,IAAA,4BAAAC,IAAA,4BAAAC,IAAA,0BAAAC,IAAA,0BAAAC,IAAA,yBAAAC,IAAA,yBAAAC,IAAA,6BAAAC,IAAA,6BAAAC,IAAA,qBAAAC,IAAA,0BAAAC,IAAA,6BAAAC,IAAA,6BAAAC,IAAA,2BAAAC,IAAA,yBAAAC,IAAA,qBAAAC,IAAA,gCAAAC,IAAA,iCAAAC,IAAA,qBAAAC,IAAA,qBAAAC,IAAA,+BAAAC,IAAA,yBAAAC,IAAA,2BAAAC,IAAA,+BAAAC,GAAA,CAAA;AAGhB,WAAWC,KAAQpN,GAAS;AACxB,QAAMqN,IAAQrN,EAAQoN,CAAI,EAAE,QAAQ;AACpC,EAAArN,GAAMsN,CAAK,IAAIrN,EAAQoN,CAAI,EAAE;AACjC;"}
@@ -86,6 +86,8 @@ const o = {
86
86
  title: "title-editor",
87
87
  width: "width-editor",
88
88
  height: "height-editor",
89
+ top: "top-editor",
90
+ left: "left-editor",
89
91
  lineHeight: "line-height-editor",
90
92
  //渲染容器
91
93
  formCode: "formCode-editor",
@@ -1 +1 @@
1
- {"version":3,"file":"propertyRegister.js","sources":["../../../../../src/components/form-designer/setting-panel/propertyRegister.ts"],"sourcesContent":["/**\n * 格式说明:属性名称==对应属性编辑器的组件名称\n */\nconst COMMON_PROPERTIES = {\n name: 'name-editor',\n label: 'label-editor',\n labelAlign: 'labelAlign-editor',\n type: 'type-editor',\n tabPosition: 'tabPosition-editor',\n tabBarGutter: 'tabBarGutter-editor',\n shape: 'shape-editor',\n danger: 'danger-editor',\n ghost: 'ghost-editor',\n defaultValue: 'defaultValue-editor',\n placeholder: 'placeholder-editor',\n startPlaceholder: 'startPlaceholder-editor',\n endPlaceholder: 'endPlaceholder-editor',\n columnWidth: 'columnWidth-editor',\n autoFullWidth: 'autoFullWidth-editor',\n size: 'size-editor',\n flex: 'flex-editor',\n buttonStyle: 'buttonStyle-editor',\n border: 'border-editor',\n labelWidth: 'labelWidth-editor',\n labelHidden: 'labelHidden-editor',\n rows: 'rows-editor',\n required: 'required-editor',\n requiredHint: 'requiredHint-editor',\n validation: 'validation-editor',\n validationHint: 'validationHint-editor',\n readonly: 'readonly-editor',\n disabled: 'disabled-editor',\n loadingPage: 'loadingPage-editor',\n hidden: 'hidden-editor',\n useModal: 'useModal-editor',\n checkedValue: 'checkedValue-editor',\n unCheckedValue: 'unCheckedValue-editor',\n placement: 'placement-editor',\n rowKey: 'rowKey-editor',\n tableWidth: 'tableWidth-editor',\n tableHeight: 'tableHeight-editor',\n showIndex: 'showIndex-editor',\n stripe: 'stripe-editor',\n colorRow: 'colorRow-editor',\n tableSize: 'tableSize-editor',\n pagination: 'pagination-editor',\n showButtonsColumn: 'showButtonsColumn-editor',\n rowSelection: 'rowSelection-editor',\n dsEnabled: 'dsEnabled-editor',\n tableColumns: 'tableColumns-editor',\n treeDataEnabled: 'treeDataEnabled-editor',\n allowClear: 'allowClear-editor',\n treeDefaultExpandAll: 'treeDefaultExpandAll-editor',\n showTime: 'showTime-editor',\n editable: 'editable-editor',\n showPassword: 'showPassword-editor',\n textContent: 'textContent-editor',\n htmlContent: 'htmlContent-editor',\n slotCompontent: 'slot-compontent-editor',\n diyCompontent: 'diy-compontent-editor',\n format: 'format-editor',\n valueFormat: 'valueFormat-editor',\n showSearch: 'showSearch-editor',\n multiple: 'multiple-editor',\n accept: 'accept-editor',\n mode: 'mode-editor',\n menuList: 'menuList-editor',\n\n contentPosition: 'contentPosition-editor',\n optionItems: 'optionItems-editor',\n treeData: 'tree-data-editor',\n limit: 'limit-editor',\n maxSize: 'maxSize-editor',\n fileTypes: 'fileTypes-editor',\n contentHeight: 'contentHeight-editor',\n customClass: 'customClass-editor',\n uploadListType: 'uploadListType-editor',\n\n //容器\n showBlankRow: 'showBlankRow-editor',\n showRowNumber: 'showRowNumber-editor',\n cellWidth: 'cellWidth-editor',\n cellHeight: 'cellHeight-editor',\n colHeight: 'colHeight-editor',\n gutter: 'gutter-editor',\n responsive: 'responsive-editor',\n span: 'span-editor',\n offset: 'offset-editor',\n push: 'push-editor',\n pull: 'pull-editor',\n title: 'title-editor',\n width: 'width-editor',\n height: 'height-editor',\n lineHeight: 'line-height-editor',\n //渲染容器\n formCode: 'formCode-editor',\n collapseIcon: 'collapseIcon-editor',\n unCollapseIcon: 'unCollapseIcon-editor',\n isCollapse: 'isCollapse-editor',\n rightSlotCss: 'rightSlotCss-editor',\n bodyStyle: 'bodyStyle-editor',\n fullscreen: 'fullscreen-editor',\n // showModal: 'showModal-editor',\n showClose: 'showClose-editor',\n closeOnClickModal: 'closeOnClickModal-editor',\n closeOnPressEscape: 'closeOnPressEscape-editor',\n // center: 'center-editor',\n direction: 'direction-editor',\n readMode: 'readMode-editor',\n disabledMode: 'disabledMode-editor',\n okButtonLabel: 'okButtonLabel-editor',\n okButtonHidden: 'okButtonHidden-editor',\n cancelButtonLabel: 'cancelButtonLabel-editor',\n cancelButtonHidden: 'cancelButtonHidden-editor',\n buttonList: 'button-list-editor',\n buttonPosition: 'button-position-editor',\n // 盒模型\n boxModel: 'boxModel-editor',\n // 自定义渲染\n customRender: 'customRender-editor'\n};\n\nconst ADVANCED_PROPERTIES = {\n min: 'min-editor',\n max: 'max-editor',\n count: 'count-editor',\n precision: 'precision-editor',\n step: 'step-editor',\n controlsPosition: 'controlsPosition-editor',\n minLength: 'minLength-editor',\n maxLength: 'maxLength-editor',\n showCount: 'showCount-editor',\n addonBefore: 'addonBefore-editor',\n switchWidth: 'switchWidth-editor',\n activeColor: 'activeColor-editor',\n inactiveColor: 'inactiveColor-editor',\n lowThreshold: 'lowThreshold-editor',\n highThreshold: 'highThreshold-editor',\n allowHalf: 'allowHalf-editor',\n showText: 'showText-editor',\n showScore: 'showScore-editor',\n range: 'range-editor',\n vertical: 'vertical-editor',\n plain: 'plain-editor',\n round: 'round-editor',\n circle: 'circle-editor',\n icon: 'icon-editor',\n labelIconClass: 'labelIconClass-editor',\n labelIconPosition: 'labelIconPosition-editor',\n appendButton: 'appendButton-editor',\n appendButtonDisabled: 'appendButtonDisabled-editor',\n buttonIcon: 'buttonIcon-editor'\n};\n\nconst EVENT_PROPERTIES = {\n //字段\n onCreated: 'onCreated-editor',\n onMounted: 'onMounted-editor',\n onClick: 'onClick-editor',\n onCheck: 'onCheck-editor',\n onInput: 'onInput-editor',\n onChange: 'onChange-editor',\n onTableChange: 'onTableChange-editor',\n onFocus: 'onFocus-editor',\n onBlur: 'onBlur-editor',\n onRemoteQuery: 'onRemoteQuery-editor',\n onBeforeUpload: 'onBeforeUpload-editor',\n onUploadSuccess: 'onUploadSuccess-editor',\n onUploadError: 'onUploadError-editor',\n onFileRemove: 'onFileRemove-editor',\n onValidate: 'onValidate-editor',\n onAppendButtonClick: 'onAppendButtonClick-editor',\n onClickIcon: 'onClickIcon-editor',\n onMenuClick: 'onMenuClick-editor',\n\n //容器\n onTabClick: 'onTabClick-editor',\n onSubFormRowAdd: 'onSubFormRowAdd-editor',\n onSubFormRowInsert: 'onSubFormRowInsert-editor',\n onSubFormRowDelete: 'onSubFormRowDelete-editor',\n onSubFormRowChange: 'onSubFormRowChange-editor',\n onPageSizeChange: 'onPageSizeChange-editor',\n onCurrentPageChange: 'onCurrentPageChange-editor',\n onSelectionChange: 'onSelectionChange-editor',\n onHideOperationButton: 'onHideOperationButton-editor',\n onDisableOperationButton: 'onDisableOperationButton-editor',\n onGetOperationButtonLabel: 'onGetOperationButtonLabel-editor',\n onOperationButtonClick: 'onOperationButtonClick-editor',\n onHeaderClick: 'onHeaderClick-editor',\n onRowClick: 'onRowClick-editor',\n onRowDoubleClick: 'onRowDoubleClick-editor',\n onCellClick: 'onCellClick-editor',\n onCellDoubleClick: 'onCellDoubleClick-editor',\n onGetRowClassName: 'onGetRowClassName-editor',\n onGetSpanMethod: 'onGetSpanMethod-editor',\n onOkButtonClick: 'onOkButtonClick-editor',\n onCancelButtonClick: 'onCancelButtonClick-editor',\n onDialogOpened: 'onDialogOpened-editor',\n onDialogBeforeClose: 'onDialogBeforeClose-editor',\n onDrawerOpened: 'onDrawerOpened-editor',\n onDrawerBeforeClose: 'onDrawerBeforeClose-editor',\n customRow: 'customRow-editor'\n};\n\n/**\n * 判断属性是否已注册\n * @param uniquePropName 属性名称(保证名称唯一,不跟其他组件属性冲突)\n */\nexport function propertyRegistered(uniquePropName: string) {\n return (\n !!COMMON_PROPERTIES[uniquePropName] ||\n !!ADVANCED_PROPERTIES[uniquePropName] ||\n !!EVENT_PROPERTIES[uniquePropName]\n );\n}\n\nexport function getPropertyEditor(uniquePropName: string) {\n return (\n COMMON_PROPERTIES[uniquePropName] ||\n ADVANCED_PROPERTIES[uniquePropName] ||\n EVENT_PROPERTIES[uniquePropName]\n );\n}\n\nexport enum PROPERTY_TYPE {\n Common = 'COMMON',\n Advanced = 'ADVANCED',\n Event = 'EVENT'\n}\n\nexport default {\n COMMON_PROPERTIES,\n ADVANCED_PROPERTIES,\n EVENT_PROPERTIES\n};\n"],"names":["COMMON_PROPERTIES","ADVANCED_PROPERTIES","EVENT_PROPERTIES","PROPERTY_TYPE","WidgetProperties"],"mappings":"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"}
1
+ {"version":3,"file":"propertyRegister.js","sources":["../../../../../src/components/form-designer/setting-panel/propertyRegister.ts"],"sourcesContent":["/**\n * 格式说明:属性名称==对应属性编辑器的组件名称\n */\nconst COMMON_PROPERTIES = {\n name: 'name-editor',\n label: 'label-editor',\n labelAlign: 'labelAlign-editor',\n type: 'type-editor',\n tabPosition: 'tabPosition-editor',\n tabBarGutter: 'tabBarGutter-editor',\n shape: 'shape-editor',\n danger: 'danger-editor',\n ghost: 'ghost-editor',\n defaultValue: 'defaultValue-editor',\n placeholder: 'placeholder-editor',\n startPlaceholder: 'startPlaceholder-editor',\n endPlaceholder: 'endPlaceholder-editor',\n columnWidth: 'columnWidth-editor',\n autoFullWidth: 'autoFullWidth-editor',\n size: 'size-editor',\n flex: 'flex-editor',\n buttonStyle: 'buttonStyle-editor',\n border: 'border-editor',\n labelWidth: 'labelWidth-editor',\n labelHidden: 'labelHidden-editor',\n rows: 'rows-editor',\n required: 'required-editor',\n requiredHint: 'requiredHint-editor',\n validation: 'validation-editor',\n validationHint: 'validationHint-editor',\n readonly: 'readonly-editor',\n disabled: 'disabled-editor',\n loadingPage: 'loadingPage-editor',\n hidden: 'hidden-editor',\n useModal: 'useModal-editor',\n checkedValue: 'checkedValue-editor',\n unCheckedValue: 'unCheckedValue-editor',\n placement: 'placement-editor',\n rowKey: 'rowKey-editor',\n tableWidth: 'tableWidth-editor',\n tableHeight: 'tableHeight-editor',\n showIndex: 'showIndex-editor',\n stripe: 'stripe-editor',\n colorRow: 'colorRow-editor',\n tableSize: 'tableSize-editor',\n pagination: 'pagination-editor',\n showButtonsColumn: 'showButtonsColumn-editor',\n rowSelection: 'rowSelection-editor',\n dsEnabled: 'dsEnabled-editor',\n tableColumns: 'tableColumns-editor',\n treeDataEnabled: 'treeDataEnabled-editor',\n allowClear: 'allowClear-editor',\n treeDefaultExpandAll: 'treeDefaultExpandAll-editor',\n showTime: 'showTime-editor',\n editable: 'editable-editor',\n showPassword: 'showPassword-editor',\n textContent: 'textContent-editor',\n htmlContent: 'htmlContent-editor',\n slotCompontent: 'slot-compontent-editor',\n diyCompontent: 'diy-compontent-editor',\n format: 'format-editor',\n valueFormat: 'valueFormat-editor',\n showSearch: 'showSearch-editor',\n multiple: 'multiple-editor',\n accept: 'accept-editor',\n mode: 'mode-editor',\n menuList: 'menuList-editor',\n\n contentPosition: 'contentPosition-editor',\n optionItems: 'optionItems-editor',\n treeData: 'tree-data-editor',\n limit: 'limit-editor',\n maxSize: 'maxSize-editor',\n fileTypes: 'fileTypes-editor',\n contentHeight: 'contentHeight-editor',\n customClass: 'customClass-editor',\n uploadListType: 'uploadListType-editor',\n\n //容器\n showBlankRow: 'showBlankRow-editor',\n showRowNumber: 'showRowNumber-editor',\n cellWidth: 'cellWidth-editor',\n cellHeight: 'cellHeight-editor',\n colHeight: 'colHeight-editor',\n gutter: 'gutter-editor',\n responsive: 'responsive-editor',\n span: 'span-editor',\n offset: 'offset-editor',\n push: 'push-editor',\n pull: 'pull-editor',\n title: 'title-editor',\n width: 'width-editor',\n height: 'height-editor',\n top: 'top-editor',\n left: 'left-editor',\n lineHeight: 'line-height-editor',\n //渲染容器\n formCode: 'formCode-editor',\n collapseIcon: 'collapseIcon-editor',\n unCollapseIcon: 'unCollapseIcon-editor',\n isCollapse: 'isCollapse-editor',\n rightSlotCss: 'rightSlotCss-editor',\n bodyStyle: 'bodyStyle-editor',\n fullscreen: 'fullscreen-editor',\n // showModal: 'showModal-editor',\n showClose: 'showClose-editor',\n closeOnClickModal: 'closeOnClickModal-editor',\n closeOnPressEscape: 'closeOnPressEscape-editor',\n // center: 'center-editor',\n direction: 'direction-editor',\n readMode: 'readMode-editor',\n disabledMode: 'disabledMode-editor',\n okButtonLabel: 'okButtonLabel-editor',\n okButtonHidden: 'okButtonHidden-editor',\n cancelButtonLabel: 'cancelButtonLabel-editor',\n cancelButtonHidden: 'cancelButtonHidden-editor',\n buttonList: 'button-list-editor',\n buttonPosition: 'button-position-editor',\n // 盒模型\n boxModel: 'boxModel-editor',\n // 自定义渲染\n customRender: 'customRender-editor'\n};\n\nconst ADVANCED_PROPERTIES = {\n min: 'min-editor',\n max: 'max-editor',\n count: 'count-editor',\n precision: 'precision-editor',\n step: 'step-editor',\n controlsPosition: 'controlsPosition-editor',\n minLength: 'minLength-editor',\n maxLength: 'maxLength-editor',\n showCount: 'showCount-editor',\n addonBefore: 'addonBefore-editor',\n switchWidth: 'switchWidth-editor',\n activeColor: 'activeColor-editor',\n inactiveColor: 'inactiveColor-editor',\n lowThreshold: 'lowThreshold-editor',\n highThreshold: 'highThreshold-editor',\n allowHalf: 'allowHalf-editor',\n showText: 'showText-editor',\n showScore: 'showScore-editor',\n range: 'range-editor',\n vertical: 'vertical-editor',\n plain: 'plain-editor',\n round: 'round-editor',\n circle: 'circle-editor',\n icon: 'icon-editor',\n labelIconClass: 'labelIconClass-editor',\n labelIconPosition: 'labelIconPosition-editor',\n appendButton: 'appendButton-editor',\n appendButtonDisabled: 'appendButtonDisabled-editor',\n buttonIcon: 'buttonIcon-editor'\n};\n\nconst EVENT_PROPERTIES = {\n //字段\n onCreated: 'onCreated-editor',\n onMounted: 'onMounted-editor',\n onClick: 'onClick-editor',\n onCheck: 'onCheck-editor',\n onInput: 'onInput-editor',\n onChange: 'onChange-editor',\n onTableChange: 'onTableChange-editor',\n onFocus: 'onFocus-editor',\n onBlur: 'onBlur-editor',\n onRemoteQuery: 'onRemoteQuery-editor',\n onBeforeUpload: 'onBeforeUpload-editor',\n onUploadSuccess: 'onUploadSuccess-editor',\n onUploadError: 'onUploadError-editor',\n onFileRemove: 'onFileRemove-editor',\n onValidate: 'onValidate-editor',\n onAppendButtonClick: 'onAppendButtonClick-editor',\n onClickIcon: 'onClickIcon-editor',\n onMenuClick: 'onMenuClick-editor',\n\n //容器\n onTabClick: 'onTabClick-editor',\n onSubFormRowAdd: 'onSubFormRowAdd-editor',\n onSubFormRowInsert: 'onSubFormRowInsert-editor',\n onSubFormRowDelete: 'onSubFormRowDelete-editor',\n onSubFormRowChange: 'onSubFormRowChange-editor',\n onPageSizeChange: 'onPageSizeChange-editor',\n onCurrentPageChange: 'onCurrentPageChange-editor',\n onSelectionChange: 'onSelectionChange-editor',\n onHideOperationButton: 'onHideOperationButton-editor',\n onDisableOperationButton: 'onDisableOperationButton-editor',\n onGetOperationButtonLabel: 'onGetOperationButtonLabel-editor',\n onOperationButtonClick: 'onOperationButtonClick-editor',\n onHeaderClick: 'onHeaderClick-editor',\n onRowClick: 'onRowClick-editor',\n onRowDoubleClick: 'onRowDoubleClick-editor',\n onCellClick: 'onCellClick-editor',\n onCellDoubleClick: 'onCellDoubleClick-editor',\n onGetRowClassName: 'onGetRowClassName-editor',\n onGetSpanMethod: 'onGetSpanMethod-editor',\n onOkButtonClick: 'onOkButtonClick-editor',\n onCancelButtonClick: 'onCancelButtonClick-editor',\n onDialogOpened: 'onDialogOpened-editor',\n onDialogBeforeClose: 'onDialogBeforeClose-editor',\n onDrawerOpened: 'onDrawerOpened-editor',\n onDrawerBeforeClose: 'onDrawerBeforeClose-editor',\n customRow: 'customRow-editor'\n};\n\n/**\n * 判断属性是否已注册\n * @param uniquePropName 属性名称(保证名称唯一,不跟其他组件属性冲突)\n */\nexport function propertyRegistered(uniquePropName: string) {\n return (\n !!COMMON_PROPERTIES[uniquePropName] ||\n !!ADVANCED_PROPERTIES[uniquePropName] ||\n !!EVENT_PROPERTIES[uniquePropName]\n );\n}\n\nexport function getPropertyEditor(uniquePropName: string) {\n return (\n COMMON_PROPERTIES[uniquePropName] ||\n ADVANCED_PROPERTIES[uniquePropName] ||\n EVENT_PROPERTIES[uniquePropName]\n );\n}\n\nexport enum PROPERTY_TYPE {\n Common = 'COMMON',\n Advanced = 'ADVANCED',\n Event = 'EVENT'\n}\n\nexport default {\n COMMON_PROPERTIES,\n ADVANCED_PROPERTIES,\n EVENT_PROPERTIES\n};\n"],"names":["COMMON_PROPERTIES","ADVANCED_PROPERTIES","EVENT_PROPERTIES","PROPERTY_TYPE","WidgetProperties"],"mappings":"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"}
@@ -1,6 +1,6 @@
1
- import { getUuidKey as o } from "@kp-ui/tool";
2
- const t = (e = {}) => ({
3
- key: o(),
1
+ import { getUuidKey as l } from "@kp-ui/tool";
2
+ const o = (e = {}) => ({
3
+ key: l(),
4
4
  type: "vf-dialog",
5
5
  category: "container",
6
6
  icon: "vf-dialog",
@@ -18,18 +18,42 @@ const t = (e = {}) => ({
18
18
  readMode: !1,
19
19
  disabledMode: !1,
20
20
  disabled: !1,
21
- okButtonLabel: "",
22
- okButtonHidden: !1,
23
- cancelButtonLabel: "",
24
- cancelButtonHidden: !1,
25
- onOkButtonClick: "",
26
- onCancelButtonClick: "",
21
+ // okButtonLabel: '',
22
+ // okButtonHidden: false,
23
+ // cancelButtonLabel: '',
24
+ // cancelButtonHidden: false,
25
+ // onOkButtonClick: '',
26
+ // onCancelButtonClick: '',
27
27
  onDialogOpened: "",
28
28
  onDialogBeforeClose: "",
29
+ buttonList: [
30
+ {
31
+ name: "btn101563",
32
+ label: "取消",
33
+ type: "default",
34
+ size: "default",
35
+ ghost: 0,
36
+ shape: "default",
37
+ hidden: !1,
38
+ disabled: !1,
39
+ onClick: ""
40
+ },
41
+ {
42
+ name: "btn24448",
43
+ label: "保存",
44
+ type: "primary",
45
+ size: "default",
46
+ ghost: 0,
47
+ shape: "default",
48
+ hidden: !1,
49
+ disabled: !1,
50
+ onClick: ""
51
+ }
52
+ ],
29
53
  ...e
30
54
  }
31
55
  });
32
56
  export {
33
- t as vfDialog
57
+ o as vfDialog
34
58
  };
35
59
  //# sourceMappingURL=vf-dialog.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"vf-dialog.js","sources":["../../../../../../src/components/form-designer/widget-panel/containers/vf-dialog.ts"],"sourcesContent":["import { getUuidKey } from '@kp-ui/tool';\n\nexport const vfDialog = (ops = {} as any) => {\n return {\n key: getUuidKey(),\n type: 'vf-dialog',\n category: 'container',\n icon: 'vf-dialog',\n widgetList: [],\n options: {\n name: '',\n title: '标题',\n width: '50%',\n height: '600px',\n bodyStyle: '',\n formCode: '',\n showClose: true,\n closeOnClickModal: false,\n closeOnPressEscape: false,\n readMode: false,\n disabledMode: false,\n disabled: false,\n okButtonLabel: '',\n okButtonHidden: false,\n cancelButtonLabel: '',\n cancelButtonHidden: false,\n onOkButtonClick: '',\n onCancelButtonClick: '',\n onDialogOpened: '',\n onDialogBeforeClose: '',\n ...ops\n }\n };\n};\n"],"names":["vfDialog","ops","getUuidKey"],"mappings":";AAEO,MAAMA,IAAW,CAACC,IAAM,QACpB;AAAA,EACH,KAAKC,EAAA;AAAA,EACL,MAAM;AAAA,EACN,UAAU;AAAA,EACV,MAAM;AAAA,EACN,YAAY,CAAA;AAAA,EACZ,SAAS;AAAA,IACL,MAAM;AAAA,IACN,OAAO;AAAA,IACP,OAAO;AAAA,IACP,QAAQ;AAAA,IACR,WAAW;AAAA,IACX,UAAU;AAAA,IACV,WAAW;AAAA,IACX,mBAAmB;AAAA,IACnB,oBAAoB;AAAA,IACpB,UAAU;AAAA,IACV,cAAc;AAAA,IACd,UAAU;AAAA,IACV,eAAe;AAAA,IACf,gBAAgB;AAAA,IAChB,mBAAmB;AAAA,IACnB,oBAAoB;AAAA,IACpB,iBAAiB;AAAA,IACjB,qBAAqB;AAAA,IACrB,gBAAgB;AAAA,IAChB,qBAAqB;AAAA,IACrB,GAAGD;AAAA,EAAA;AACP;"}
1
+ {"version":3,"file":"vf-dialog.js","sources":["../../../../../../src/components/form-designer/widget-panel/containers/vf-dialog.ts"],"sourcesContent":["import { getUuidKey } from '@kp-ui/tool';\n\nexport const vfDialog = (ops = {} as any) => {\n return {\n key: getUuidKey(),\n type: 'vf-dialog',\n category: 'container',\n icon: 'vf-dialog',\n widgetList: [],\n options: {\n name: '',\n title: '标题',\n width: '50%',\n height: '600px',\n bodyStyle: '',\n formCode: '',\n showClose: true,\n closeOnClickModal: false,\n closeOnPressEscape: false,\n readMode: false,\n disabledMode: false,\n disabled: false,\n // okButtonLabel: '',\n // okButtonHidden: false,\n // cancelButtonLabel: '',\n // cancelButtonHidden: false,\n // onOkButtonClick: '',\n // onCancelButtonClick: '',\n onDialogOpened: '',\n onDialogBeforeClose: '',\n buttonList: [\n {\n name: 'btn101563',\n label: '取消',\n type: 'default',\n size: 'default',\n ghost: 0,\n shape: 'default',\n hidden: false,\n disabled: false,\n onClick: ''\n },\n {\n name: 'btn24448',\n label: '保存',\n type: 'primary',\n size: 'default',\n ghost: 0,\n shape: 'default',\n hidden: false,\n disabled: false,\n onClick: ''\n }\n ],\n ...ops\n }\n };\n};\n"],"names":["vfDialog","ops","getUuidKey"],"mappings":";AAEO,MAAMA,IAAW,CAACC,IAAM,QACpB;AAAA,EACH,KAAKC,EAAA;AAAA,EACL,MAAM;AAAA,EACN,UAAU;AAAA,EACV,MAAM;AAAA,EACN,YAAY,CAAA;AAAA,EACZ,SAAS;AAAA,IACL,MAAM;AAAA,IACN,OAAO;AAAA,IACP,OAAO;AAAA,IACP,QAAQ;AAAA,IACR,WAAW;AAAA,IACX,UAAU;AAAA,IACV,WAAW;AAAA,IACX,mBAAmB;AAAA,IACnB,oBAAoB;AAAA,IACpB,UAAU;AAAA,IACV,cAAc;AAAA,IACd,UAAU;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,IAOV,gBAAgB;AAAA,IAChB,qBAAqB;AAAA,IACrB,YAAY;AAAA,MACR;AAAA,QACI,MAAM;AAAA,QACN,OAAO;AAAA,QACP,MAAM;AAAA,QACN,MAAM;AAAA,QACN,OAAO;AAAA,QACP,OAAO;AAAA,QACP,QAAQ;AAAA,QACR,UAAU;AAAA,QACV,SAAS;AAAA,MAAA;AAAA,MAEb;AAAA,QACI,MAAM;AAAA,QACN,OAAO;AAAA,QACP,MAAM;AAAA,QACN,MAAM;AAAA,QACN,OAAO;AAAA,QACP,OAAO;AAAA,QACP,QAAQ;AAAA,QACR,UAAU;AAAA,QACV,SAAS;AAAA,MAAA;AAAA,IACb;AAAA,IAEJ,GAAGD;AAAA,EAAA;AACP;"}