@kp-ui/lowcode 2.14.0-beta → 2.14.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/components/form-designer/setting-panel/index.vue.js +140 -203
- package/src/components/form-designer/setting-panel/property-editor/container-data-table/data-table-selections-editor.vue2.js +7 -8
- package/src/components/form-designer/setting-panel/property-editor/index.js +140 -145
- package/src/components/form-designer/setting-panel/propertyRegister.js +0 -12
- package/src/components/form-render/index.vue.js +11 -14
- package/stats.html +1 -1
- package/styles/style.css +1 -1
- package/src/components/form-designer/setting-panel/property-editor/displayStyle-editor.vue.js +0 -46
- package/src/components/form-designer/setting-panel/property-editor/multipleSelect-editor.vue.js +0 -30
- package/src/components/form-designer/setting-panel/property-editor/uploadTip-editor.vue.js +0 -31
- package/src/components/form-designer/setting-panel/property-editor/uploadURL-editor.vue.js +0 -44
- package/src/components/form-designer/setting-panel/property-editor/withCredentials-editor.vue.js +0 -30
|
@@ -19,9 +19,9 @@ import * as C from "./container-data-table/data-table-colorRow-editor.vue.js";
|
|
|
19
19
|
import * as w from "./container-data-table/data-table-customClass-editor.vue.js";
|
|
20
20
|
import * as T from "./container-data-table/data-table-dsEnabled-editor.vue.js";
|
|
21
21
|
import * as k from "./container-data-table/data-table-pagination-editor.vue.js";
|
|
22
|
-
import * as
|
|
23
|
-
import * as
|
|
24
|
-
import * as
|
|
22
|
+
import * as B from "./container-data-table/data-table-rowKey-editor.vue.js";
|
|
23
|
+
import * as D from "./container-data-table/data-table-selections-editor.vue.js";
|
|
24
|
+
import * as S from "./container-data-table/data-table-showButtonsColumn-editor.vue.js";
|
|
25
25
|
import * as R from "./container-data-table/data-table-showIndex-editor.vue.js";
|
|
26
26
|
import * as V from "./container-data-table/data-table-stripe-editor.vue.js";
|
|
27
27
|
import * as y from "./container-data-table/data-table-tableColumns-editor.vue.js";
|
|
@@ -30,14 +30,14 @@ import * as F from "./container-data-table/data-table-tableSize-editor.vue.js";
|
|
|
30
30
|
import * as H from "./container-data-table/data-table-tableWidth-editor.vue.js";
|
|
31
31
|
import * as x from "./container-data-table/data-table-treeDataEnabled-editor.vue.js";
|
|
32
32
|
import * as I from "./container-grid-col/grid-col-offset-editor.vue.js";
|
|
33
|
-
import * as
|
|
34
|
-
import * as
|
|
35
|
-
import * as
|
|
33
|
+
import * as O from "./container-grid-col/grid-col-pull-editor.vue.js";
|
|
34
|
+
import * as M from "./container-grid-col/grid-col-push-editor.vue.js";
|
|
35
|
+
import * as L from "./container-grid-col/grid-col-responsive-editor.vue.js";
|
|
36
36
|
import * as A from "./container-grid-col/grid-col-span-editor.vue.js";
|
|
37
37
|
import * as W from "./container-grid/colHeight-editor.vue.js";
|
|
38
38
|
import * as z from "./container-grid/gutter-editor.vue.js";
|
|
39
|
-
import * as
|
|
40
|
-
import * as
|
|
39
|
+
import * as G from "./container-sub-form/showBlankRow-editor.vue.js";
|
|
40
|
+
import * as U from "./container-sub-form/showRowNumber-editor.vue.js";
|
|
41
41
|
import * as q from "./container-sub-form/sub-form-labelAlign-editor.vue.js";
|
|
42
42
|
import * as N from "./container-tab/tab-customClass-editor.vue.js";
|
|
43
43
|
import * as K from "./container-tab/tab-tabBarGutter-editor.vue.js";
|
|
@@ -70,157 +70,152 @@ import * as bo from "./customClass-editor.vue.js";
|
|
|
70
70
|
import * as go from "./customRender-editor.vue.js";
|
|
71
71
|
import * as Co from "./defaultValue-editor.vue.js";
|
|
72
72
|
import * as wo from "./disabled-editor.vue.js";
|
|
73
|
-
import * as To from "./
|
|
74
|
-
import * as ko from "./
|
|
75
|
-
import * as So from "./endPlaceholder-editor.vue.js";
|
|
73
|
+
import * as To from "./editable-editor.vue.js";
|
|
74
|
+
import * as ko from "./endPlaceholder-editor.vue.js";
|
|
76
75
|
import * as Bo from "./event-handler/onAppendButtonClick-editor.vue.js";
|
|
77
76
|
import * as Do from "./event-handler/onBeforeUpload-editor.vue.js";
|
|
78
|
-
import * as
|
|
79
|
-
import * as
|
|
80
|
-
import * as
|
|
81
|
-
import * as
|
|
82
|
-
import * as
|
|
83
|
-
import * as
|
|
84
|
-
import * as
|
|
85
|
-
import * as
|
|
86
|
-
import * as
|
|
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 Po from "./event-handler/onChange-editor.vue.js";
|
|
82
|
+
import * as Fo 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";
|
|
87
86
|
import * as Oo from "./event-handler/onCurrentPageChange-editor.vue.js";
|
|
88
87
|
import * as Mo from "./event-handler/onDialogBeforeClose-editor.vue.js";
|
|
89
|
-
import * as
|
|
90
|
-
import * as
|
|
91
|
-
import * as
|
|
92
|
-
import * as
|
|
88
|
+
import * as Lo from "./event-handler/onDialogOpened-editor.vue.js";
|
|
89
|
+
import * as Ao from "./event-handler/onDisableOperationButton-editor.vue.js";
|
|
90
|
+
import * as Wo from "./event-handler/onDrawerBeforeClose-editor.vue.js";
|
|
91
|
+
import * as zo from "./event-handler/onDrawerOpened-editor.vue.js";
|
|
93
92
|
import * as Go from "./event-handler/onFileRemove.vue.js";
|
|
94
|
-
import * as
|
|
95
|
-
import * as
|
|
96
|
-
import * as
|
|
97
|
-
import * as
|
|
98
|
-
import * as
|
|
99
|
-
import * as
|
|
100
|
-
import * as
|
|
101
|
-
import * as
|
|
102
|
-
import * as
|
|
103
|
-
import * as
|
|
104
|
-
import * as
|
|
105
|
-
import * as
|
|
106
|
-
import * as
|
|
107
|
-
import * as
|
|
108
|
-
import * as
|
|
109
|
-
import * as
|
|
110
|
-
import * as
|
|
111
|
-
import * as
|
|
112
|
-
import * as
|
|
113
|
-
import * as
|
|
114
|
-
import * as
|
|
115
|
-
import * as
|
|
116
|
-
import * as
|
|
117
|
-
import * as
|
|
118
|
-
import * as
|
|
119
|
-
import * as
|
|
120
|
-
import * as
|
|
121
|
-
import * as
|
|
122
|
-
import * as
|
|
123
|
-
import * as
|
|
124
|
-
import * as
|
|
125
|
-
import * as
|
|
126
|
-
import * as
|
|
127
|
-
import * as
|
|
128
|
-
import * as
|
|
129
|
-
import * as
|
|
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 "./event-handler/onVformAdd-editor.vue.js";
|
|
119
|
+
import * as ve from "./field-button/circle-editor.vue.js";
|
|
120
|
+
import * as ce from "./field-button/danger-editor.vue.js";
|
|
121
|
+
import * as Ee from "./field-button/ghost-editor.vue.js";
|
|
122
|
+
import * as he from "./field-button/icon-editor.vue.js";
|
|
123
|
+
import * as be from "./field-button/plain-editor.vue.js";
|
|
124
|
+
import * as ge from "./field-button/round-editor.vue.js";
|
|
125
|
+
import * as Ce from "./field-button/shape-editor.vue.js";
|
|
126
|
+
import * as we from "./field-button/type-editor.vue.js";
|
|
127
|
+
import * as Te from "./field-cascader/cascader-defaultValue-editor.vue.js";
|
|
128
|
+
import * as ke from "./field-cascader/cascader-multiple-editor.vue.js";
|
|
130
129
|
import * as Be from "./field-checkbox/checkbox-defaultValue-editor.vue.js";
|
|
131
130
|
import * as De from "./field-color/color-defaultValue-editor.vue.js";
|
|
132
|
-
import * as
|
|
133
|
-
import * as
|
|
134
|
-
import * as
|
|
135
|
-
import * as
|
|
136
|
-
import * as
|
|
137
|
-
import * as
|
|
138
|
-
import * as
|
|
139
|
-
import * as
|
|
140
|
-
import * as
|
|
131
|
+
import * as Se from "./field-date-range/date-range-defaultValue-editor.vue.js";
|
|
132
|
+
import * as Re from "./field-date-range/date-range-format-editor.vue.js";
|
|
133
|
+
import * as Ve from "./field-date-range/date-range-type-editor.vue.js";
|
|
134
|
+
import * as ye from "./field-date-range/date-range-valueFormat-editor.vue.js";
|
|
135
|
+
import * as Pe from "./field-date/date-defaultValue-editor.vue.js";
|
|
136
|
+
import * as Fe from "./field-date/date-format-editor.vue.js";
|
|
137
|
+
import * as He from "./field-date/date-type-editor.vue.js";
|
|
138
|
+
import * as xe from "./field-date/date-valueFormat-editor.vue.js";
|
|
139
|
+
import * as Ie from "./field-divider/contentPosition-editor.vue.js";
|
|
141
140
|
import * as Oe from "./field-divider/divider-direction-editor.vue.js";
|
|
142
141
|
import * as Me from "./field-dropdown/dropdown-menuList-editor.vue.js";
|
|
143
|
-
import * as
|
|
144
|
-
import * as
|
|
145
|
-
import * as
|
|
146
|
-
import * as
|
|
142
|
+
import * as Le from "./field-file-upload/file-upload-fileTypes-editor.vue.js";
|
|
143
|
+
import * as Ae from "./field-html-text/htmlContent-editor.vue.js";
|
|
144
|
+
import * as We from "./field-number/controlsPosition-editor.vue.js";
|
|
145
|
+
import * as ze from "./field-number/number-defaultValue-editor.vue.js";
|
|
147
146
|
import * as Ge from "./field-picture-upload/picture-upload-fileTypes-editor.vue.js";
|
|
148
|
-
import * as
|
|
149
|
-
import * as
|
|
150
|
-
import * as
|
|
151
|
-
import * as
|
|
152
|
-
import * as
|
|
153
|
-
import * as
|
|
154
|
-
import * as
|
|
155
|
-
import * as
|
|
156
|
-
import * as
|
|
157
|
-
import * as
|
|
158
|
-
import * as
|
|
159
|
-
import * as
|
|
160
|
-
import * as
|
|
161
|
-
import * as
|
|
162
|
-
import * as
|
|
163
|
-
import * as
|
|
164
|
-
import * as
|
|
165
|
-
import * as
|
|
166
|
-
import * as
|
|
167
|
-
import * as
|
|
168
|
-
import * as
|
|
169
|
-
import * as
|
|
170
|
-
import * as
|
|
171
|
-
import * as
|
|
172
|
-
import * as
|
|
173
|
-
import * as
|
|
174
|
-
import * as
|
|
175
|
-
import * as
|
|
176
|
-
import * as
|
|
177
|
-
import * as
|
|
178
|
-
import * as
|
|
179
|
-
import * as
|
|
180
|
-
import * as
|
|
181
|
-
import * as
|
|
182
|
-
import * as
|
|
183
|
-
import * as
|
|
147
|
+
import * as Ue from "./field-radio/radio-defaultValue-editor.vue.js";
|
|
148
|
+
import * as qe from "./field-rate/allowHalf-editor.vue.js";
|
|
149
|
+
import * as Ne from "./field-rate/highThreshold-editor.vue.js";
|
|
150
|
+
import * as Ke from "./field-rate/lowThreshold-editor.vue.js";
|
|
151
|
+
import * as Qe from "./field-rate/rate-count-editor.vue.js";
|
|
152
|
+
import * as je from "./field-rate/rate-defaultValue-editor.vue.js";
|
|
153
|
+
import * as $e from "./field-rate/showScore-editor.vue.js";
|
|
154
|
+
import * as Je from "./field-rate/showText-editor.vue.js";
|
|
155
|
+
import * as Xe from "./field-rich-editor/rich-editor-contentHeight-editor.vue.js";
|
|
156
|
+
import * as Ye from "./field-select/mode-editor.vue.js";
|
|
157
|
+
import * as Ze from "./field-select/select-defaultValue-editor.vue.js";
|
|
158
|
+
import * as _e from "./field-slider/range-editor.vue.js";
|
|
159
|
+
import * as ot from "./field-slider/vertical-editor.vue.js";
|
|
160
|
+
import * as et from "./field-static-text/textContent-editor.vue.js";
|
|
161
|
+
import * as tt from "./field-switch/activeColor-editor.vue.js";
|
|
162
|
+
import * as rt from "./field-switch/checkedValue-editor.vue.js";
|
|
163
|
+
import * as it from "./field-switch/inactiveColor-editor.vue.js";
|
|
164
|
+
import * as at from "./field-switch/switch-defaultValue-editor.vue.js";
|
|
165
|
+
import * as dt from "./field-switch/switchWidth-editor.vue.js";
|
|
166
|
+
import * as lt from "./field-switch/unCheckedValue-editor.vue.js";
|
|
167
|
+
import * as nt from "./field-time-range/time-range-defaultValue-editor.vue.js";
|
|
168
|
+
import * as mt from "./field-time-range/time-range-format-editor.vue.js";
|
|
169
|
+
import * as ut from "./field-time/time-defaultValue-editor.vue.js";
|
|
170
|
+
import * as st from "./field-time/time-format-editor.vue.js";
|
|
171
|
+
import * as ft from "./field-tree/tree-data-editor.vue.js";
|
|
172
|
+
import * as pt from "./field-treeSelect/treeSelect-treeDefaultExpandAll-editor.vue.js";
|
|
173
|
+
import * as vt from "./flex-editor.vue.js";
|
|
174
|
+
import * as ct from "./hidden-editor.vue.js";
|
|
175
|
+
import * as Et from "./label-editor.vue.js";
|
|
176
|
+
import * as ht from "./labelAlign-editor.vue.js";
|
|
177
|
+
import * as bt from "./labelHidden-editor.vue.js";
|
|
178
|
+
import * as gt from "./labelIconClass-editor.vue.js";
|
|
179
|
+
import * as Ct from "./labelIconPosition-editor.vue.js";
|
|
180
|
+
import * as wt from "./labelTooltip-editor.vue.js";
|
|
181
|
+
import * as Tt from "./labelWidth-editor.vue.js";
|
|
182
|
+
import * as kt from "./limit-editor.vue.js";
|
|
184
183
|
import * as Bt from "./loadingPage-editor.vue.js";
|
|
185
184
|
import * as Dt from "./max-editor.vue.js";
|
|
186
|
-
import * as
|
|
187
|
-
import * as
|
|
188
|
-
import * as
|
|
189
|
-
import * as
|
|
190
|
-
import * as
|
|
191
|
-
import * as
|
|
192
|
-
import * as
|
|
193
|
-
import * as
|
|
194
|
-
import * as
|
|
195
|
-
import * as Ot from "./
|
|
196
|
-
import * as Mt from "./
|
|
197
|
-
import * as
|
|
198
|
-
import * as
|
|
199
|
-
import * as
|
|
200
|
-
import * as
|
|
201
|
-
import * as Gt from "./
|
|
202
|
-
import * as
|
|
203
|
-
import * as
|
|
204
|
-
import * as
|
|
205
|
-
import * as
|
|
206
|
-
import * as
|
|
207
|
-
import * as
|
|
208
|
-
import * as
|
|
209
|
-
import * as
|
|
210
|
-
import * as
|
|
211
|
-
import * as
|
|
212
|
-
import * as
|
|
213
|
-
import * as
|
|
214
|
-
import * as
|
|
215
|
-
|
|
216
|
-
import * as rr from "./validation-editor.vue.js";
|
|
217
|
-
import * as ir from "./validationHint-editor.vue.js";
|
|
218
|
-
import * as ar from "./withCredentials-editor.vue.js";
|
|
219
|
-
const dr = {}, o = /* @__PURE__ */ Object.assign({ "./accept-editor.vue": r, "./actionColumnPosition-editor.vue": i, "./addonAfter-editor.vue": a, "./addonBefore-editor.vue": d, "./allowClear-editor.vue": l, "./appendButton-editor.vue": n, "./appendButtonDisabled-editor.vue": m, "./autoFullWidth-editor.vue": u, "./border-editor.vue": s, "./boxModel-editor.vue": f, "./button-list-editor.vue": p, "./button-position-editor.vue": v, "./buttonIcon-editor.vue": c, "./buttonStyle-editor.vue": E, "./code-editor/code-editor-mode.vue": h, "./columnWidth-editor.vue": b, "./container-data-table/customRowEvent/data-table-customRow-editor.vue": g, "./container-data-table/data-table-colorRow-editor.vue": C, "./container-data-table/data-table-customClass-editor.vue": w, "./container-data-table/data-table-dsEnabled-editor.vue": T, "./container-data-table/data-table-pagination-editor.vue": k, "./container-data-table/data-table-rowKey-editor.vue": S, "./container-data-table/data-table-selections-editor.vue": B, "./container-data-table/data-table-showButtonsColumn-editor.vue": D, "./container-data-table/data-table-showIndex-editor.vue": R, "./container-data-table/data-table-stripe-editor.vue": V, "./container-data-table/data-table-tableColumns-editor.vue": y, "./container-data-table/data-table-tableHeight-editor.vue": P, "./container-data-table/data-table-tableSize-editor.vue": F, "./container-data-table/data-table-tableWidth-editor.vue": H, "./container-data-table/data-table-treeDataEnabled-editor.vue": x, "./container-grid-col/grid-col-offset-editor.vue": I, "./container-grid-col/grid-col-pull-editor.vue": L, "./container-grid-col/grid-col-push-editor.vue": O, "./container-grid-col/grid-col-responsive-editor.vue": M, "./container-grid-col/grid-col-span-editor.vue": A, "./container-grid/colHeight-editor.vue": W, "./container-grid/gutter-editor.vue": z, "./container-sub-form/showBlankRow-editor.vue": U, "./container-sub-form/showRowNumber-editor.vue": G, "./container-sub-form/sub-form-labelAlign-editor.vue": q, "./container-tab/tab-customClass-editor.vue": N, "./container-tab/tab-tabBarGutter-editor.vue": K, "./container-tab/tab-tabPosition-editor.vue": Q, "./container-tab/tab-type-editor.vue": j, "./container-table-cell/cellHeight-editor.vue": $, "./container-table-cell/cellWidth-editor.vue": J, "./container-vf-dialog/bodyStyle-editor.vue": X, "./container-vf-dialog/cancelButtonHidden-editor.vue": Y, "./container-vf-dialog/cancelButtonLabel-editor.vue": Z, "./container-vf-dialog/closeOnClickModal-editor.vue": _, "./container-vf-dialog/closeOnPressEscape-editor.vue": oo, "./container-vf-dialog/collapseIcon-editor.vue": eo, "./container-vf-dialog/disabledMode-editor.vue": to, "./container-vf-dialog/formCode-editor.vue": ro, "./container-vf-dialog/fullscreen-editor.vue": io, "./container-vf-dialog/height-editor.vue": ao, "./container-vf-dialog/isCollapse-editor.vue": lo, "./container-vf-dialog/line-height-editor.vue": no, "./container-vf-dialog/okButtonHidden-editor.vue": mo, "./container-vf-dialog/okButtonLabel-editor.vue": uo, "./container-vf-dialog/readMode-editor.vue": so, "./container-vf-dialog/showClose-editor.vue": fo, "./container-vf-dialog/title-editor.vue": po, "./container-vf-dialog/unCollapseIcon-editor.vue": vo, "./container-vf-dialog/width-editor.vue": co, "./container-vf-drawer/vf-drawer-direction-editor.vue": Eo, "./container-vf-drawer/vf-drawer-size-editor.vue": ho, "./customClass-editor.vue": bo, "./customRender-editor.vue": go, "./defaultValue-editor.vue": Co, "./disabled-editor.vue": wo, "./displayStyle-editor.vue": To, "./editable-editor.vue": ko, "./endPlaceholder-editor.vue": So, "./event-handler/onAppendButtonClick-editor.vue": Bo, "./event-handler/onBeforeUpload-editor.vue": Do, "./event-handler/onBlur-editor.vue": Ro, "./event-handler/onCancelButtonClick-editor.vue": Vo, "./event-handler/onCellClick-editor.vue": yo, "./event-handler/onCellDoubleClick-editor.vue": Po, "./event-handler/onChange-editor.vue": Fo, "./event-handler/onCheck-editor.vue": Ho, "./event-handler/onClick-editor.vue": xo, "./event-handler/onClickIcon-editor.vue": Io, "./event-handler/onCreated-editor.vue": Lo, "./event-handler/onCurrentPageChange-editor.vue": Oo, "./event-handler/onDialogBeforeClose-editor.vue": Mo, "./event-handler/onDialogOpened-editor.vue": Ao, "./event-handler/onDisableOperationButton-editor.vue": Wo, "./event-handler/onDrawerBeforeClose-editor.vue": zo, "./event-handler/onDrawerOpened-editor.vue": Uo, "./event-handler/onFileRemove.vue": Go, "./event-handler/onFocus-editor.vue": qo, "./event-handler/onGetOperationButtonLabel-editor.vue": No, "./event-handler/onGetRowClassName-editor.vue": Ko, "./event-handler/onGetSpanMethod-editor.vue": Qo, "./event-handler/onHeaderClick-editor.vue": jo, "./event-handler/onHideOperationButton-editor.vue": $o, "./event-handler/onInput-editor.vue": Jo, "./event-handler/onMenuClick-editor.vue": Xo, "./event-handler/onMounted-editor.vue": Yo, "./event-handler/onOkButtonClick-editor.vue": Zo, "./event-handler/onOperationButtonClick-editor.vue": _o, "./event-handler/onPageSizeChange-editor.vue": oe, "./event-handler/onRemoteQuery-editor.vue": ee, "./event-handler/onRowClick-editor.vue": te, "./event-handler/onRowDoubleClick-editor.vue": re, "./event-handler/onSelectionChange-editor.vue": ie, "./event-handler/onSubFormRowAdd-editor.vue": ae, "./event-handler/onSubFormRowChange-editor.vue": de, "./event-handler/onSubFormRowDelete-editor.vue": le, "./event-handler/onSubFormRowInsert-editor.vue": ne, "./event-handler/onTabClick-editor.vue": me, "./event-handler/onTableChange-editor.vue": ue, "./event-handler/onUploadError-editor.vue": se, "./event-handler/onUploadSuccess-editor.vue": fe, "./event-handler/onValidate-editor.vue": pe, "./event-handler/onVformAdd-editor.vue": ve, "./field-button/circle-editor.vue": ce, "./field-button/danger-editor.vue": Ee, "./field-button/ghost-editor.vue": he, "./field-button/icon-editor.vue": be, "./field-button/plain-editor.vue": ge, "./field-button/round-editor.vue": Ce, "./field-button/shape-editor.vue": we, "./field-button/type-editor.vue": Te, "./field-cascader/cascader-defaultValue-editor.vue": ke, "./field-cascader/cascader-multiple-editor.vue": Se, "./field-checkbox/checkbox-defaultValue-editor.vue": Be, "./field-color/color-defaultValue-editor.vue": De, "./field-date-range/date-range-defaultValue-editor.vue": Re, "./field-date-range/date-range-format-editor.vue": Ve, "./field-date-range/date-range-type-editor.vue": ye, "./field-date-range/date-range-valueFormat-editor.vue": Pe, "./field-date/date-defaultValue-editor.vue": Fe, "./field-date/date-format-editor.vue": He, "./field-date/date-type-editor.vue": xe, "./field-date/date-valueFormat-editor.vue": Ie, "./field-divider/contentPosition-editor.vue": Le, "./field-divider/divider-direction-editor.vue": Oe, "./field-dropdown/dropdown-menuList-editor.vue": Me, "./field-file-upload/file-upload-fileTypes-editor.vue": Ae, "./field-html-text/htmlContent-editor.vue": We, "./field-number/controlsPosition-editor.vue": ze, "./field-number/number-defaultValue-editor.vue": Ue, "./field-picture-upload/picture-upload-fileTypes-editor.vue": Ge, "./field-radio/radio-defaultValue-editor.vue": qe, "./field-rate/allowHalf-editor.vue": Ne, "./field-rate/highThreshold-editor.vue": Ke, "./field-rate/lowThreshold-editor.vue": Qe, "./field-rate/rate-count-editor.vue": je, "./field-rate/rate-defaultValue-editor.vue": $e, "./field-rate/showScore-editor.vue": Je, "./field-rate/showText-editor.vue": Xe, "./field-rich-editor/rich-editor-contentHeight-editor.vue": Ye, "./field-select/mode-editor.vue": Ze, "./field-select/select-defaultValue-editor.vue": _e, "./field-slider/range-editor.vue": ot, "./field-slider/vertical-editor.vue": et, "./field-static-text/textContent-editor.vue": tt, "./field-switch/activeColor-editor.vue": rt, "./field-switch/checkedValue-editor.vue": it, "./field-switch/inactiveColor-editor.vue": at, "./field-switch/switch-defaultValue-editor.vue": dt, "./field-switch/switchWidth-editor.vue": lt, "./field-switch/unCheckedValue-editor.vue": nt, "./field-time-range/time-range-defaultValue-editor.vue": mt, "./field-time-range/time-range-format-editor.vue": ut, "./field-time/time-defaultValue-editor.vue": st, "./field-time/time-format-editor.vue": ft, "./field-tree/tree-data-editor.vue": pt, "./field-treeSelect/treeSelect-treeDefaultExpandAll-editor.vue": vt, "./flex-editor.vue": ct, "./hidden-editor.vue": Et, "./label-editor.vue": ht, "./labelAlign-editor.vue": bt, "./labelHidden-editor.vue": gt, "./labelIconClass-editor.vue": Ct, "./labelIconPosition-editor.vue": wt, "./labelTooltip-editor.vue": Tt, "./labelWidth-editor.vue": kt, "./limit-editor.vue": St, "./loadingPage-editor.vue": Bt, "./max-editor.vue": Dt, "./maxLength-editor.vue": Rt, "./maxSize-editor.vue": Vt, "./min-editor.vue": yt, "./minLength-editor.vue": Pt, "./multiple-editor.vue": Ft, "./multipleSelect-editor.vue": Ht, "./name-editor.vue": xt, "./optionItems-editor.vue": It, "./placeholder-editor.vue": Lt, "./placement-editor.vue": Ot, "./precision-editor.vue": Mt, "./readonly-editor.vue": At, "./required-editor.vue": Wt, "./requiredHint-editor.vue": zt, "./rightSlotCss-editor.vue": Ut, "./rows-editor.vue": Gt, "./showCount-editor.vue": qt, "./showFileList-editor.vue": Nt, "./showPassword-editor.vue": Kt, "./showSearch-editor.vue": Qt, "./showTime-editor.vue": jt, "./size-editor.vue": $t, "./slot-compontent-editor.vue": Jt, "./startPlaceholder-editor.vue": Xt, "./step-editor.vue": Yt, "./type-editor.vue": Zt, "./uploadListType-editor.vue": _t, "./uploadTip-editor.vue": or, "./uploadURL-editor.vue": er, "./useModel-editor.vue": tr, "./validation-editor.vue": rr, "./validationHint-editor.vue": ir, "./withCredentials-editor.vue": ar });
|
|
185
|
+
import * as St from "./maxLength-editor.vue.js";
|
|
186
|
+
import * as Rt from "./maxSize-editor.vue.js";
|
|
187
|
+
import * as Vt from "./min-editor.vue.js";
|
|
188
|
+
import * as yt from "./minLength-editor.vue.js";
|
|
189
|
+
import * as Pt from "./multiple-editor.vue.js";
|
|
190
|
+
import * as Ft from "./name-editor.vue.js";
|
|
191
|
+
import * as Ht from "./optionItems-editor.vue.js";
|
|
192
|
+
import * as xt from "./placeholder-editor.vue.js";
|
|
193
|
+
import * as It from "./placement-editor.vue.js";
|
|
194
|
+
import * as Ot from "./precision-editor.vue.js";
|
|
195
|
+
import * as Mt from "./readonly-editor.vue.js";
|
|
196
|
+
import * as Lt from "./required-editor.vue.js";
|
|
197
|
+
import * as At from "./requiredHint-editor.vue.js";
|
|
198
|
+
import * as Wt from "./rightSlotCss-editor.vue.js";
|
|
199
|
+
import * as zt from "./rows-editor.vue.js";
|
|
200
|
+
import * as Gt from "./showCount-editor.vue.js";
|
|
201
|
+
import * as Ut from "./showFileList-editor.vue.js";
|
|
202
|
+
import * as qt from "./showPassword-editor.vue.js";
|
|
203
|
+
import * as Nt from "./showSearch-editor.vue.js";
|
|
204
|
+
import * as Kt from "./showTime-editor.vue.js";
|
|
205
|
+
import * as Qt from "./size-editor.vue.js";
|
|
206
|
+
import * as jt from "./slot-compontent-editor.vue.js";
|
|
207
|
+
import * as $t from "./startPlaceholder-editor.vue.js";
|
|
208
|
+
import * as Jt from "./step-editor.vue.js";
|
|
209
|
+
import * as Xt from "./type-editor.vue.js";
|
|
210
|
+
import * as Yt from "./uploadListType-editor.vue.js";
|
|
211
|
+
import * as Zt from "./useModel-editor.vue.js";
|
|
212
|
+
import * as _t from "./validation-editor.vue.js";
|
|
213
|
+
import * as or from "./validationHint-editor.vue.js";
|
|
214
|
+
const er = {}, o = /* @__PURE__ */ Object.assign({ "./accept-editor.vue": r, "./actionColumnPosition-editor.vue": i, "./addonAfter-editor.vue": a, "./addonBefore-editor.vue": d, "./allowClear-editor.vue": l, "./appendButton-editor.vue": n, "./appendButtonDisabled-editor.vue": m, "./autoFullWidth-editor.vue": u, "./border-editor.vue": s, "./boxModel-editor.vue": f, "./button-list-editor.vue": p, "./button-position-editor.vue": v, "./buttonIcon-editor.vue": c, "./buttonStyle-editor.vue": E, "./code-editor/code-editor-mode.vue": h, "./columnWidth-editor.vue": b, "./container-data-table/customRowEvent/data-table-customRow-editor.vue": g, "./container-data-table/data-table-colorRow-editor.vue": C, "./container-data-table/data-table-customClass-editor.vue": w, "./container-data-table/data-table-dsEnabled-editor.vue": T, "./container-data-table/data-table-pagination-editor.vue": k, "./container-data-table/data-table-rowKey-editor.vue": B, "./container-data-table/data-table-selections-editor.vue": D, "./container-data-table/data-table-showButtonsColumn-editor.vue": S, "./container-data-table/data-table-showIndex-editor.vue": R, "./container-data-table/data-table-stripe-editor.vue": V, "./container-data-table/data-table-tableColumns-editor.vue": y, "./container-data-table/data-table-tableHeight-editor.vue": P, "./container-data-table/data-table-tableSize-editor.vue": F, "./container-data-table/data-table-tableWidth-editor.vue": H, "./container-data-table/data-table-treeDataEnabled-editor.vue": x, "./container-grid-col/grid-col-offset-editor.vue": I, "./container-grid-col/grid-col-pull-editor.vue": O, "./container-grid-col/grid-col-push-editor.vue": M, "./container-grid-col/grid-col-responsive-editor.vue": L, "./container-grid-col/grid-col-span-editor.vue": A, "./container-grid/colHeight-editor.vue": W, "./container-grid/gutter-editor.vue": z, "./container-sub-form/showBlankRow-editor.vue": G, "./container-sub-form/showRowNumber-editor.vue": U, "./container-sub-form/sub-form-labelAlign-editor.vue": q, "./container-tab/tab-customClass-editor.vue": N, "./container-tab/tab-tabBarGutter-editor.vue": K, "./container-tab/tab-tabPosition-editor.vue": Q, "./container-tab/tab-type-editor.vue": j, "./container-table-cell/cellHeight-editor.vue": $, "./container-table-cell/cellWidth-editor.vue": J, "./container-vf-dialog/bodyStyle-editor.vue": X, "./container-vf-dialog/cancelButtonHidden-editor.vue": Y, "./container-vf-dialog/cancelButtonLabel-editor.vue": Z, "./container-vf-dialog/closeOnClickModal-editor.vue": _, "./container-vf-dialog/closeOnPressEscape-editor.vue": oo, "./container-vf-dialog/collapseIcon-editor.vue": eo, "./container-vf-dialog/disabledMode-editor.vue": to, "./container-vf-dialog/formCode-editor.vue": ro, "./container-vf-dialog/fullscreen-editor.vue": io, "./container-vf-dialog/height-editor.vue": ao, "./container-vf-dialog/isCollapse-editor.vue": lo, "./container-vf-dialog/line-height-editor.vue": no, "./container-vf-dialog/okButtonHidden-editor.vue": mo, "./container-vf-dialog/okButtonLabel-editor.vue": uo, "./container-vf-dialog/readMode-editor.vue": so, "./container-vf-dialog/showClose-editor.vue": fo, "./container-vf-dialog/title-editor.vue": po, "./container-vf-dialog/unCollapseIcon-editor.vue": vo, "./container-vf-dialog/width-editor.vue": co, "./container-vf-drawer/vf-drawer-direction-editor.vue": Eo, "./container-vf-drawer/vf-drawer-size-editor.vue": ho, "./customClass-editor.vue": bo, "./customRender-editor.vue": go, "./defaultValue-editor.vue": Co, "./disabled-editor.vue": wo, "./editable-editor.vue": To, "./endPlaceholder-editor.vue": ko, "./event-handler/onAppendButtonClick-editor.vue": Bo, "./event-handler/onBeforeUpload-editor.vue": Do, "./event-handler/onBlur-editor.vue": So, "./event-handler/onCancelButtonClick-editor.vue": Ro, "./event-handler/onCellClick-editor.vue": Vo, "./event-handler/onCellDoubleClick-editor.vue": yo, "./event-handler/onChange-editor.vue": Po, "./event-handler/onCheck-editor.vue": Fo, "./event-handler/onClick-editor.vue": Ho, "./event-handler/onClickIcon-editor.vue": xo, "./event-handler/onCreated-editor.vue": Io, "./event-handler/onCurrentPageChange-editor.vue": Oo, "./event-handler/onDialogBeforeClose-editor.vue": Mo, "./event-handler/onDialogOpened-editor.vue": Lo, "./event-handler/onDisableOperationButton-editor.vue": Ao, "./event-handler/onDrawerBeforeClose-editor.vue": Wo, "./event-handler/onDrawerOpened-editor.vue": zo, "./event-handler/onFileRemove.vue": Go, "./event-handler/onFocus-editor.vue": Uo, "./event-handler/onGetOperationButtonLabel-editor.vue": qo, "./event-handler/onGetRowClassName-editor.vue": No, "./event-handler/onGetSpanMethod-editor.vue": Ko, "./event-handler/onHeaderClick-editor.vue": Qo, "./event-handler/onHideOperationButton-editor.vue": jo, "./event-handler/onInput-editor.vue": $o, "./event-handler/onMenuClick-editor.vue": Jo, "./event-handler/onMounted-editor.vue": Xo, "./event-handler/onOkButtonClick-editor.vue": Yo, "./event-handler/onOperationButtonClick-editor.vue": Zo, "./event-handler/onPageSizeChange-editor.vue": _o, "./event-handler/onRemoteQuery-editor.vue": oe, "./event-handler/onRowClick-editor.vue": ee, "./event-handler/onRowDoubleClick-editor.vue": te, "./event-handler/onSelectionChange-editor.vue": re, "./event-handler/onSubFormRowAdd-editor.vue": ie, "./event-handler/onSubFormRowChange-editor.vue": ae, "./event-handler/onSubFormRowDelete-editor.vue": de, "./event-handler/onSubFormRowInsert-editor.vue": le, "./event-handler/onTabClick-editor.vue": ne, "./event-handler/onTableChange-editor.vue": me, "./event-handler/onUploadError-editor.vue": ue, "./event-handler/onUploadSuccess-editor.vue": se, "./event-handler/onValidate-editor.vue": fe, "./event-handler/onVformAdd-editor.vue": pe, "./field-button/circle-editor.vue": ve, "./field-button/danger-editor.vue": ce, "./field-button/ghost-editor.vue": Ee, "./field-button/icon-editor.vue": he, "./field-button/plain-editor.vue": be, "./field-button/round-editor.vue": ge, "./field-button/shape-editor.vue": Ce, "./field-button/type-editor.vue": we, "./field-cascader/cascader-defaultValue-editor.vue": Te, "./field-cascader/cascader-multiple-editor.vue": ke, "./field-checkbox/checkbox-defaultValue-editor.vue": Be, "./field-color/color-defaultValue-editor.vue": De, "./field-date-range/date-range-defaultValue-editor.vue": Se, "./field-date-range/date-range-format-editor.vue": Re, "./field-date-range/date-range-type-editor.vue": Ve, "./field-date-range/date-range-valueFormat-editor.vue": ye, "./field-date/date-defaultValue-editor.vue": Pe, "./field-date/date-format-editor.vue": Fe, "./field-date/date-type-editor.vue": He, "./field-date/date-valueFormat-editor.vue": xe, "./field-divider/contentPosition-editor.vue": Ie, "./field-divider/divider-direction-editor.vue": Oe, "./field-dropdown/dropdown-menuList-editor.vue": Me, "./field-file-upload/file-upload-fileTypes-editor.vue": Le, "./field-html-text/htmlContent-editor.vue": Ae, "./field-number/controlsPosition-editor.vue": We, "./field-number/number-defaultValue-editor.vue": ze, "./field-picture-upload/picture-upload-fileTypes-editor.vue": Ge, "./field-radio/radio-defaultValue-editor.vue": Ue, "./field-rate/allowHalf-editor.vue": qe, "./field-rate/highThreshold-editor.vue": Ne, "./field-rate/lowThreshold-editor.vue": Ke, "./field-rate/rate-count-editor.vue": Qe, "./field-rate/rate-defaultValue-editor.vue": je, "./field-rate/showScore-editor.vue": $e, "./field-rate/showText-editor.vue": Je, "./field-rich-editor/rich-editor-contentHeight-editor.vue": Xe, "./field-select/mode-editor.vue": Ye, "./field-select/select-defaultValue-editor.vue": Ze, "./field-slider/range-editor.vue": _e, "./field-slider/vertical-editor.vue": ot, "./field-static-text/textContent-editor.vue": et, "./field-switch/activeColor-editor.vue": tt, "./field-switch/checkedValue-editor.vue": rt, "./field-switch/inactiveColor-editor.vue": it, "./field-switch/switch-defaultValue-editor.vue": at, "./field-switch/switchWidth-editor.vue": dt, "./field-switch/unCheckedValue-editor.vue": lt, "./field-time-range/time-range-defaultValue-editor.vue": nt, "./field-time-range/time-range-format-editor.vue": mt, "./field-time/time-defaultValue-editor.vue": ut, "./field-time/time-format-editor.vue": st, "./field-tree/tree-data-editor.vue": ft, "./field-treeSelect/treeSelect-treeDefaultExpandAll-editor.vue": pt, "./flex-editor.vue": vt, "./hidden-editor.vue": ct, "./label-editor.vue": Et, "./labelAlign-editor.vue": ht, "./labelHidden-editor.vue": bt, "./labelIconClass-editor.vue": gt, "./labelIconPosition-editor.vue": Ct, "./labelTooltip-editor.vue": wt, "./labelWidth-editor.vue": Tt, "./limit-editor.vue": kt, "./loadingPage-editor.vue": Bt, "./max-editor.vue": Dt, "./maxLength-editor.vue": St, "./maxSize-editor.vue": Rt, "./min-editor.vue": Vt, "./minLength-editor.vue": yt, "./multiple-editor.vue": Pt, "./name-editor.vue": Ft, "./optionItems-editor.vue": Ht, "./placeholder-editor.vue": xt, "./placement-editor.vue": It, "./precision-editor.vue": Ot, "./readonly-editor.vue": Mt, "./required-editor.vue": Lt, "./requiredHint-editor.vue": At, "./rightSlotCss-editor.vue": Wt, "./rows-editor.vue": zt, "./showCount-editor.vue": Gt, "./showFileList-editor.vue": Ut, "./showPassword-editor.vue": qt, "./showSearch-editor.vue": Nt, "./showTime-editor.vue": Kt, "./size-editor.vue": Qt, "./slot-compontent-editor.vue": jt, "./startPlaceholder-editor.vue": $t, "./step-editor.vue": Jt, "./type-editor.vue": Xt, "./uploadListType-editor.vue": Yt, "./useModel-editor.vue": Zt, "./validation-editor.vue": _t, "./validationHint-editor.vue": or });
|
|
220
215
|
for (const e in o) {
|
|
221
216
|
const t = o[e].default.name;
|
|
222
|
-
|
|
217
|
+
er[t] = o[e].default;
|
|
223
218
|
}
|
|
224
219
|
export {
|
|
225
|
-
|
|
220
|
+
er as default
|
|
226
221
|
};
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
const e = {
|
|
2
|
-
//字段
|
|
3
2
|
name: "name-editor",
|
|
4
3
|
label: "label-editor",
|
|
5
4
|
labelAlign: "labelAlign-editor",
|
|
@@ -17,7 +16,6 @@ const e = {
|
|
|
17
16
|
autoFullWidth: "autoFullWidth-editor",
|
|
18
17
|
size: "size-editor",
|
|
19
18
|
flex: "flex-editor",
|
|
20
|
-
// displayStyle: 'displayStyle-editor',
|
|
21
19
|
buttonStyle: "buttonStyle-editor",
|
|
22
20
|
border: "border-editor",
|
|
23
21
|
labelWidth: "labelWidth-editor",
|
|
@@ -59,24 +57,14 @@ const e = {
|
|
|
59
57
|
diyCompontent: "diy-compontent-editor",
|
|
60
58
|
format: "format-editor",
|
|
61
59
|
valueFormat: "valueFormat-editor",
|
|
62
|
-
// filterable: 'filterable-editor',
|
|
63
|
-
// allowCreate: 'allowCreate-editor',
|
|
64
60
|
showSearch: "showSearch-editor",
|
|
65
|
-
// automaticDropdown: 'automaticDropdown-editor',
|
|
66
|
-
// checkStrictly: 'checkStrictly-editor',
|
|
67
|
-
// showAllLevels: 'showAllLevels-editor',
|
|
68
61
|
multiple: "multiple-editor",
|
|
69
62
|
accept: "accept-editor",
|
|
70
|
-
// multipleLimit: 'multipleLimit-editor',
|
|
71
63
|
mode: "mode-editor",
|
|
72
64
|
menuList: "menuList-editor",
|
|
73
65
|
contentPosition: "contentPosition-editor",
|
|
74
66
|
optionItems: "optionItems-editor",
|
|
75
67
|
treeData: "tree-data-editor",
|
|
76
|
-
// uploadURL: 'uploadURL-editor',
|
|
77
|
-
// uploadTip: 'uploadTip-editor',
|
|
78
|
-
// withCredentials: 'withCredentials-editor',
|
|
79
|
-
// multipleSelect: 'multipleSelect-editor',
|
|
80
68
|
limit: "limit-editor",
|
|
81
69
|
maxSize: "maxSize-editor",
|
|
82
70
|
fileTypes: "fileTypes-editor",
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { resolveComponent as b, createElementBlock as F, openBlock as m, Fragment as D, createVNode as u, withCtx as
|
|
1
|
+
import { resolveComponent as b, createElementBlock as F, openBlock as m, Fragment as D, createVNode as u, withCtx as g, createElementVNode as x, normalizeStyle as A, withKeys as _, normalizeClass as B, renderList as C, createBlock as W, resolveDynamicComponent as O, createSlots as v, renderSlot as M, mergeProps as y, render as J } from "vue";
|
|
2
2
|
import P from "../../utils/emitter.js";
|
|
3
3
|
import $ from "../form-designer/form-widget/field-widget/index.js";
|
|
4
4
|
import { useI18n as H } from "@kp-ui/i18n";
|
|
5
|
-
import { buildDefaultFormJson as T, getContainerWidgetByName as R, cloneFormConfigWithoutEventHandler as w, deepClone as f, getDSByName as E, overwriteObj as
|
|
5
|
+
import { buildDefaultFormJson as T, getContainerWidgetByName as R, cloneFormConfigWithoutEventHandler as w, deepClone as f, getDSByName as E, overwriteObj as c, runDataSourceRequest as j, getAllContainerWidgets as z, getAllFieldWidgets as G, getDefaultFormConfig as K, traverseFieldWidgets as q, getFieldWidgetByName as V, traverseFieldWidgetsOfContainer as N, insertCustomCssToHead as U, insertGlobalFunctionsToHtml as Q, generateId as L } from "../../utils/util.js";
|
|
6
6
|
import X, { setLangMessages as Y } from "../../utils/i18n.js";
|
|
7
7
|
import Z from "./dynamic-dialog.vue.js";
|
|
8
8
|
/* empty css */
|
|
@@ -138,11 +138,8 @@ const et = {
|
|
|
138
138
|
return this.formConfig && this.formConfig.customClass ? this.formConfig.customClass : "";
|
|
139
139
|
}
|
|
140
140
|
},
|
|
141
|
-
watch: {
|
|
142
|
-
//
|
|
143
|
-
},
|
|
144
141
|
created() {
|
|
145
|
-
this.isLoading = !1, this.buildFormModel(this.formJsonObj ? this.formJsonObj.widgetList : null), this.initFormObject()
|
|
142
|
+
this.isLoading = !1, this.buildFormModel(this.formJsonObj ? this.formJsonObj.widgetList : null), this.initFormObject();
|
|
146
143
|
},
|
|
147
144
|
mounted() {
|
|
148
145
|
this.initLocale(), this.initDataSetRequest();
|
|
@@ -405,7 +402,7 @@ const et = {
|
|
|
405
402
|
const i = E(this.formConfig, e);
|
|
406
403
|
if (i) {
|
|
407
404
|
const o = new Object({});
|
|
408
|
-
|
|
405
|
+
c(o, this.globalDsv || {});
|
|
409
406
|
let s = null;
|
|
410
407
|
try {
|
|
411
408
|
s = await j(
|
|
@@ -457,7 +454,7 @@ const et = {
|
|
|
457
454
|
}
|
|
458
455
|
this.clearFormDataModel(), this.buildFormModel(e.widgetList);
|
|
459
456
|
const i = f(K());
|
|
460
|
-
|
|
457
|
+
c(i, e.formConfig), this.formJsonObj.formConfig = i, this.formJsonObj.widgetList = e.widgetList, this.insertCustomStyleAndScriptNode(), this.$nextTick(() => {
|
|
461
458
|
this.initFormObject(!1), this.initDataSetRequest(), this.handleOnMounted();
|
|
462
459
|
});
|
|
463
460
|
} else
|
|
@@ -658,7 +655,7 @@ const et = {
|
|
|
658
655
|
*/
|
|
659
656
|
async executeDataSource(t, e) {
|
|
660
657
|
const i = E(this.formJsonObj.formConfig, t), o = new Object({});
|
|
661
|
-
return
|
|
658
|
+
return c(o, this.globalDsv), c(o, e), await j(i, o, this, !1, this.$message);
|
|
662
659
|
},
|
|
663
660
|
/**
|
|
664
661
|
* 获取父级VFormRender组件实例
|
|
@@ -770,7 +767,7 @@ function it(t, e, i, o, s, r) {
|
|
|
770
767
|
const n = b("a-form"), a = b("a-spin"), d = b("DynamicDialog");
|
|
771
768
|
return m(), F(D, null, [
|
|
772
769
|
u(a, { spinning: s.isLoading }, {
|
|
773
|
-
default:
|
|
770
|
+
default: g(() => [
|
|
774
771
|
x("div", {
|
|
775
772
|
style: A(s.isLoading ? "min-height: 260px" : "")
|
|
776
773
|
}, [
|
|
@@ -783,7 +780,7 @@ function it(t, e, i, o, s, r) {
|
|
|
783
780
|
ref: "renderForm",
|
|
784
781
|
onKeydown: _(r.handleEnterKey, ["enter"])
|
|
785
782
|
}, {
|
|
786
|
-
default:
|
|
783
|
+
default: g(() => [
|
|
787
784
|
(m(!0), F(D, null, C(r.widgetList, (l, S) => (m(), F(D, null, [
|
|
788
785
|
l.category === "container" ? (m(), W(O(r.getContainerWidgetName(l)), {
|
|
789
786
|
widget: l,
|
|
@@ -796,7 +793,7 @@ function it(t, e, i, o, s, r) {
|
|
|
796
793
|
}, v({ _: 2 }, [
|
|
797
794
|
C(Object.keys(t.$slots), (h) => ({
|
|
798
795
|
name: h,
|
|
799
|
-
fn:
|
|
796
|
+
fn: g((p) => [
|
|
800
797
|
M(t.$slots, h, y({ ref_for: !0 }, p), void 0, !0)
|
|
801
798
|
])
|
|
802
799
|
}))
|
|
@@ -811,7 +808,7 @@ function it(t, e, i, o, s, r) {
|
|
|
811
808
|
}, v({ _: 2 }, [
|
|
812
809
|
C(Object.keys(t.$slots), (h) => ({
|
|
813
810
|
name: h,
|
|
814
|
-
fn:
|
|
811
|
+
fn: g((p) => [
|
|
815
812
|
M(t.$slots, h, y({ ref_for: !0 }, p), void 0, !0)
|
|
816
813
|
])
|
|
817
814
|
}))
|
|
@@ -827,7 +824,7 @@ function it(t, e, i, o, s, r) {
|
|
|
827
824
|
u(d, y(s.dialogProps, { ref: "dynamicDialgRef" }), null, 16)
|
|
828
825
|
], 64);
|
|
829
826
|
}
|
|
830
|
-
const ut = /* @__PURE__ */ tt(et, [["render", it], ["__scopeId", "data-v-
|
|
827
|
+
const ut = /* @__PURE__ */ tt(et, [["render", it], ["__scopeId", "data-v-70622583"]]);
|
|
831
828
|
export {
|
|
832
829
|
ut as default
|
|
833
830
|
};
|