@web-utils/form-ui 1.0.0-beta31 → 1.0.0-beta33
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/chunks/{Cc3EJjbV.mjs → 1cDNhlSV.mjs} +2 -2
- package/chunks/{C4bM8miy.mjs → A3sHIRQ_.mjs} +2 -3
- package/chunks/{Ci1XxmdE.mjs → BLRY0zkF.mjs} +3 -3
- package/chunks/{Cby3mvvZ.mjs → BLWwTutr.mjs} +2 -2
- package/chunks/{BgDYHgyH.mjs → BTS_zTkz.mjs} +1 -1
- package/chunks/BX-cVxlK.mjs +102 -0
- package/chunks/BYAy19s4.mjs +113 -0
- package/chunks/BmacSnUz.mjs +657 -0
- package/chunks/BvsmTC3G.mjs +229 -0
- package/chunks/{Dt6gY213.mjs → BwdWZEjT.mjs} +5 -5
- package/chunks/{bnRb5PUB.mjs → CGJkMYZ4.mjs} +5 -5
- package/chunks/CLn0r4lV.mjs +177 -0
- package/chunks/{Cgl-hCE5.mjs → CNskrN5I.mjs} +2 -2
- package/chunks/{D1G2MMMx.mjs → CWfUPCtS.mjs} +4 -4
- package/chunks/{4ZuVpQf6.mjs → CnAEuI_c.mjs} +1 -1
- package/chunks/{Cy-4nmyC.mjs → Cr1vBYne.mjs} +4 -4
- package/chunks/{BV_P9a8o.mjs → D5_ctQqL.mjs} +2 -2
- package/chunks/{CsfgUCe9.mjs → D7hD-ppq.mjs} +1 -1
- package/chunks/DFsI7Y6h.mjs +197 -0
- package/chunks/{B99alfW4.mjs → DJKE5P39.mjs} +2 -2
- package/chunks/DQKi5eEl.mjs +166 -0
- package/chunks/{BmZieBZW.mjs → DQxPzCsy.mjs} +2 -2
- package/chunks/DcbnHU8K.mjs +145 -0
- package/chunks/{DazglPJZ.mjs → Dgyjc3LT.mjs} +1 -1
- package/chunks/{JhyiXnbd.mjs → DistOy_O.mjs} +8 -4
- package/chunks/{C44-CFi-.mjs → ZXCLnZFa.mjs} +4 -4
- package/chunks/{D1EOkWJ7.mjs → _dm2lLNL.mjs} +2 -2
- package/chunks/{CugRu2Ka.mjs → axr9InkL.mjs} +3 -3
- package/chunks/{C3a15Ful.mjs → iWQD3xvX.mjs} +2 -2
- package/chunks/uYaz9cwr.mjs +336 -0
- package/editable-tree/index.d.ts +254 -0
- package/editable-tree/index.mjs +2 -0
- package/editable-tree/style.css +1 -0
- package/element-dialog/index.d.ts +6 -6
- package/element-dialog/index.mjs +1 -1
- package/form-cascader/index.d.ts +5 -5
- package/form-cascader/index.mjs +1 -1
- package/form-check-box-group/index.d.ts +78 -7
- package/form-check-box-group/index.mjs +1 -1
- package/form-check-box-group/style.css +1 -0
- package/form-checkbox/index.d.ts +4 -2
- package/form-checkbox/index.mjs +1 -1
- package/form-date-picker/index.d.ts +63 -11
- package/form-date-picker/index.mjs +1 -1
- package/form-holder/index.mjs +1 -1
- package/form-image/index.mjs +1 -1
- package/form-input/index.d.ts +3 -3
- package/form-input/index.mjs +1 -1
- package/form-input-cron-expression/index.mjs +1 -1
- package/form-input-email/index.d.ts +3 -3
- package/form-input-email/index.mjs +1 -1
- package/form-input-id-card/index.d.ts +3 -3
- package/form-input-id-card/index.mjs +1 -1
- package/form-input-number/index.d.ts +5 -3
- package/form-input-number/index.mjs +1 -1
- package/form-input-phone-number/index.d.ts +3 -3
- package/form-input-phone-number/index.mjs +1 -1
- package/form-item-group/index.d.ts +0 -2
- package/form-item-group/index.mjs +1 -1
- package/form-item-group/style.css +1 -1
- package/form-item-x/index.mjs +1 -1
- package/form-item-x/style.css +1 -1
- package/form-radio-group/index.d.ts +91 -4
- package/form-radio-group/index.mjs +1 -1
- package/form-rate/index.mjs +1 -1
- package/form-row/index.mjs +1 -1
- package/form-select/index.d.ts +82 -10
- package/form-select/index.mjs +1 -1
- package/form-slider/index.d.ts +2 -2
- package/form-slider/index.mjs +1 -1
- package/form-switch/index.d.ts +4 -4
- package/form-switch/index.mjs +1 -1
- package/form-text/index.mjs +1 -1
- package/helper/dictionary.mjs +7 -7
- package/iframe-window/index.mjs +1 -1
- package/index.d.ts +2 -1
- package/index.mjs +47 -46
- package/month-calendar/index.d.ts +1 -1
- package/package.json +1 -1
- package/pageable-table/index.d.ts +4 -4
- package/pageable-table/index.mjs +1 -1
- package/resize-observer/index.mjs +2 -2
- package/table-column/index.d.ts +4 -4
- package/table-column/index.mjs +1 -1
- package/table-column-def/index.mjs +1 -1
- package/table-view/index.d.ts +340 -1
- package/table-view/index.mjs +452 -6
- package/table-view/style.css +1 -0
- package/toolbar/index.mjs +1 -1
- package/toolbar-button/index.d.ts +136 -24
- package/toolbar-button/index.mjs +1 -1
- package/vue-cron/index.mjs +1 -1
- package/web-types.json +1 -1
- package/x-input-tag/index.mjs +1 -1
- package/year-calendar/index.mjs +1 -1
- package/chunks/BQ77eAb3.mjs +0 -71
- package/chunks/Br4i8stg.mjs +0 -222
- package/chunks/DO8dVGef.mjs +0 -98
- package/chunks/DtAYXPvz.mjs +0 -108
- package/chunks/S64sNmuR.mjs +0 -226
- package/chunks/dM-icPM8.mjs +0 -107
- package/chunks/pxFLMMUm.mjs +0 -110
- package/chunks/q1SlJP1y.mjs +0 -171
- /package/chunks/{CkFapoKt.mjs → B1MSrc6f.mjs} +0 -0
- /package/chunks/{C9J3j0PX.mjs → BW6iY7Q7.mjs} +0 -0
- /package/chunks/{BV_N8p9t.mjs → DiE4GJtU.mjs} +0 -0
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../chunks/
|
|
1
|
+
import { t as e } from "../chunks/BYAy19s4.mjs";
|
|
2
2
|
export { e as default };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.form-item-group.is-disabled .is-required .el-form-item__label:before,.form-item-group.is-disabled .required .el-form-item__label:before{display:none}.form-item-group .form-item-group-title{color:#333;height:30px;font-weight:700;font-size:var(--gloal-font-size);cursor:pointer;background-color:#f3f5fb;flex-direction:row;align-items:center;margin:0 0 10px;padding:0 10px;line-height:30px;display:flex}
|
|
1
|
+
.form-item-group{width:100%;margin-bottom:10px}.form-item-group.is-disabled .is-required .el-form-item__label:before,.form-item-group.is-disabled .required .el-form-item__label:before{display:none}.form-item-group .form-item-group-title{color:#333;height:30px;font-weight:700;font-size:var(--gloal-font-size);cursor:pointer;background-color:#f3f5fb;flex-direction:row;align-items:center;margin:0 0 10px;padding:0 10px;line-height:30px;display:flex}
|
package/form-item-x/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { a as e } from "../chunks/
|
|
1
|
+
import { a as e } from "../chunks/BvsmTC3G.mjs";
|
|
2
2
|
export { e as default };
|
package/form-item-x/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.form-item{--el-disabled-text-color:#606266}.form-item .el-checkbox,.form-item .el-radio__input.is-disabled .el-radio__inner:after{--el-checkbox-disabled-checked-icon-color:#606266;--el-text-color-placeholder:#606266}.form-item.with-tips .el-form-item__content{flex-wrap:nowrap}.form-item.required.el-form-item.is-required>.el-form-item__label:before,.form-item.required.el-form-item.is-required>.el-form-item__label-wrap>.el-form-item__label:before{display:block!important}.form-item-input-info{color:gray;cursor:help;margin-left:4px;font-size:16px}
|
|
1
|
+
.form-item{--el-disabled-text-color:#606266}.form-item .el-checkbox,.form-item .el-radio__input.is-disabled .el-radio__inner:after{--el-checkbox-disabled-checked-icon-color:#606266;--el-text-color-placeholder:#606266}.form-item.with-tips .el-form-item__content{flex-wrap:nowrap}.form-item.required.el-form-item.is-required>.el-form-item__label:before,.form-item.required.el-form-item.is-required>.el-form-item__label-wrap>.el-form-item__label:before{display:block!important}.form-item-input-info{color:gray;cursor:help;margin-left:4px;font-size:16px}.form-item.el-form-item.is-required:not(.is-no-asterisk) .el-form-item__label:before{color:#f56c6c;content:"*";margin-right:4px;display:inline}.form-item.el-form-item .el-form-item__content{min-height:29px}.form-item.el-form-item.el-form-item--mini .el-form-item__content{line-height:27px}.form-item.el-form-item.form-item-hide-label{margin-left:6px}.form-item.el-form-item.form-item-hide-label .el-form-item__label{display:none}.form-item-input-wrapper{flex-direction:row;align-items:center;width:100%;display:flex}.form-item-input-wrapper>form{width:100%}.form-item-input-wrapper .el-input{flex:auto}.form-item-input-wrapper .form-item-input-info{color:gray;cursor:help;margin-left:4px;font-size:16px}
|
|
@@ -19,8 +19,10 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
19
19
|
ariaLabel: StringConstructor;
|
|
20
20
|
name: StringConstructor;
|
|
21
21
|
id: StringConstructor;
|
|
22
|
-
|
|
23
|
-
|
|
22
|
+
options: {
|
|
23
|
+
type: ArrayConstructor;
|
|
24
|
+
default: () => never[];
|
|
25
|
+
};
|
|
24
26
|
props: {
|
|
25
27
|
type: ObjectConstructor;
|
|
26
28
|
default: () => {
|
|
@@ -33,6 +35,38 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
33
35
|
type: StringConstructor;
|
|
34
36
|
default: string;
|
|
35
37
|
};
|
|
38
|
+
border: BooleanConstructor;
|
|
39
|
+
gender: BooleanConstructor;
|
|
40
|
+
overFlow: BooleanConstructor;
|
|
41
|
+
confirm: BooleanConstructor;
|
|
42
|
+
trigger: {
|
|
43
|
+
type: StringConstructor;
|
|
44
|
+
default: string;
|
|
45
|
+
};
|
|
46
|
+
labelProp: {
|
|
47
|
+
type: StringConstructor;
|
|
48
|
+
default: string;
|
|
49
|
+
};
|
|
50
|
+
valueProp: {
|
|
51
|
+
type: StringConstructor;
|
|
52
|
+
default: string;
|
|
53
|
+
};
|
|
54
|
+
english: BooleanConstructor;
|
|
55
|
+
chinese: BooleanConstructor;
|
|
56
|
+
typing: BooleanConstructor;
|
|
57
|
+
classic: {
|
|
58
|
+
type: BooleanConstructor;
|
|
59
|
+
default: boolean;
|
|
60
|
+
};
|
|
61
|
+
fillRow: BooleanConstructor;
|
|
62
|
+
ellipsis: BooleanConstructor;
|
|
63
|
+
inline: BooleanConstructor;
|
|
64
|
+
allowCancel: BooleanConstructor;
|
|
65
|
+
radioType: {
|
|
66
|
+
type: StringConstructor;
|
|
67
|
+
default: string;
|
|
68
|
+
};
|
|
69
|
+
dictType: StringConstructor;
|
|
36
70
|
wrapFormItem: {
|
|
37
71
|
type: BooleanConstructor;
|
|
38
72
|
default: boolean;
|
|
@@ -78,6 +112,7 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
78
112
|
default: string;
|
|
79
113
|
};
|
|
80
114
|
prop: (StringConstructor | ArrayConstructor)[];
|
|
115
|
+
label: StringConstructor;
|
|
81
116
|
labelPosition: {
|
|
82
117
|
type: StringConstructor;
|
|
83
118
|
default: string;
|
|
@@ -148,8 +183,10 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
148
183
|
ariaLabel: StringConstructor;
|
|
149
184
|
name: StringConstructor;
|
|
150
185
|
id: StringConstructor;
|
|
151
|
-
|
|
152
|
-
|
|
186
|
+
options: {
|
|
187
|
+
type: ArrayConstructor;
|
|
188
|
+
default: () => never[];
|
|
189
|
+
};
|
|
153
190
|
props: {
|
|
154
191
|
type: ObjectConstructor;
|
|
155
192
|
default: () => {
|
|
@@ -162,6 +199,38 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
162
199
|
type: StringConstructor;
|
|
163
200
|
default: string;
|
|
164
201
|
};
|
|
202
|
+
border: BooleanConstructor;
|
|
203
|
+
gender: BooleanConstructor;
|
|
204
|
+
overFlow: BooleanConstructor;
|
|
205
|
+
confirm: BooleanConstructor;
|
|
206
|
+
trigger: {
|
|
207
|
+
type: StringConstructor;
|
|
208
|
+
default: string;
|
|
209
|
+
};
|
|
210
|
+
labelProp: {
|
|
211
|
+
type: StringConstructor;
|
|
212
|
+
default: string;
|
|
213
|
+
};
|
|
214
|
+
valueProp: {
|
|
215
|
+
type: StringConstructor;
|
|
216
|
+
default: string;
|
|
217
|
+
};
|
|
218
|
+
english: BooleanConstructor;
|
|
219
|
+
chinese: BooleanConstructor;
|
|
220
|
+
typing: BooleanConstructor;
|
|
221
|
+
classic: {
|
|
222
|
+
type: BooleanConstructor;
|
|
223
|
+
default: boolean;
|
|
224
|
+
};
|
|
225
|
+
fillRow: BooleanConstructor;
|
|
226
|
+
ellipsis: BooleanConstructor;
|
|
227
|
+
inline: BooleanConstructor;
|
|
228
|
+
allowCancel: BooleanConstructor;
|
|
229
|
+
radioType: {
|
|
230
|
+
type: StringConstructor;
|
|
231
|
+
default: string;
|
|
232
|
+
};
|
|
233
|
+
dictType: StringConstructor;
|
|
165
234
|
wrapFormItem: {
|
|
166
235
|
type: BooleanConstructor;
|
|
167
236
|
default: boolean;
|
|
@@ -207,6 +276,7 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
207
276
|
default: string;
|
|
208
277
|
};
|
|
209
278
|
prop: (StringConstructor | ArrayConstructor)[];
|
|
279
|
+
label: StringConstructor;
|
|
210
280
|
labelPosition: {
|
|
211
281
|
type: StringConstructor;
|
|
212
282
|
default: string;
|
|
@@ -263,6 +333,7 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
263
333
|
fill: string;
|
|
264
334
|
col: boolean;
|
|
265
335
|
span: number;
|
|
336
|
+
confirm: boolean;
|
|
266
337
|
tag: string;
|
|
267
338
|
offset: number;
|
|
268
339
|
required: boolean;
|
|
@@ -277,7 +348,23 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
277
348
|
inlineMessage: boolean;
|
|
278
349
|
pull: number;
|
|
279
350
|
wrapFormItem: boolean;
|
|
351
|
+
options: unknown[];
|
|
280
352
|
validateEvent: boolean;
|
|
353
|
+
border: boolean;
|
|
281
354
|
textColor: string;
|
|
355
|
+
gender: boolean;
|
|
356
|
+
labelProp: string;
|
|
357
|
+
valueProp: string;
|
|
358
|
+
classic: boolean;
|
|
359
|
+
fillRow: boolean;
|
|
360
|
+
ellipsis: boolean;
|
|
361
|
+
inline: boolean;
|
|
362
|
+
overFlow: boolean;
|
|
363
|
+
trigger: string;
|
|
364
|
+
english: boolean;
|
|
365
|
+
chinese: boolean;
|
|
366
|
+
typing: boolean;
|
|
367
|
+
allowCancel: boolean;
|
|
368
|
+
radioType: string;
|
|
282
369
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
283
370
|
export default _default;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../chunks/
|
|
1
|
+
import { t as e } from "../chunks/DcbnHU8K.mjs";
|
|
2
2
|
export { e as default };
|
package/form-rate/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../chunks/
|
|
1
|
+
import { t as e } from "../chunks/DQxPzCsy.mjs";
|
|
2
2
|
export { e as default };
|
package/form-row/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../chunks/
|
|
1
|
+
import { t as e } from "../chunks/BW6iY7Q7.mjs";
|
|
2
2
|
export { e as default };
|
package/form-select/index.d.ts
CHANGED
|
@@ -1,11 +1,20 @@
|
|
|
1
1
|
declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
2
|
-
modelValue: (StringConstructor | BooleanConstructor | ObjectConstructor |
|
|
2
|
+
modelValue: (StringConstructor | BooleanConstructor | ObjectConstructor | ArrayConstructor | NumberConstructor)[];
|
|
3
3
|
multiple: {
|
|
4
4
|
type: BooleanConstructor;
|
|
5
5
|
default: boolean;
|
|
6
6
|
};
|
|
7
|
-
options:
|
|
8
|
-
|
|
7
|
+
options: {
|
|
8
|
+
type: ArrayConstructor;
|
|
9
|
+
default: () => never[];
|
|
10
|
+
};
|
|
11
|
+
props: {
|
|
12
|
+
type: ObjectConstructor;
|
|
13
|
+
default: () => {
|
|
14
|
+
label: string;
|
|
15
|
+
value: string;
|
|
16
|
+
};
|
|
17
|
+
};
|
|
9
18
|
valueKey: {
|
|
10
19
|
type: StringConstructor;
|
|
11
20
|
default: string;
|
|
@@ -115,7 +124,7 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
115
124
|
type: BooleanConstructor;
|
|
116
125
|
default: boolean;
|
|
117
126
|
};
|
|
118
|
-
|
|
127
|
+
dropDownOffset: {
|
|
119
128
|
type: NumberConstructor;
|
|
120
129
|
default: number;
|
|
121
130
|
};
|
|
@@ -141,12 +150,29 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
141
150
|
};
|
|
142
151
|
ariaLabel: StringConstructor;
|
|
143
152
|
emptyValues: ArrayConstructor;
|
|
144
|
-
valueOnClear: (StringConstructor | BooleanConstructor |
|
|
153
|
+
valueOnClear: (StringConstructor | BooleanConstructor | FunctionConstructor | NumberConstructor)[];
|
|
145
154
|
suffixTransition: {
|
|
146
155
|
type: BooleanConstructor;
|
|
147
156
|
default: boolean;
|
|
148
157
|
};
|
|
149
158
|
tabindex: (StringConstructor | NumberConstructor)[];
|
|
159
|
+
dictType: StringConstructor;
|
|
160
|
+
gender: BooleanConstructor;
|
|
161
|
+
year: (BooleanConstructor | NumberConstructor)[];
|
|
162
|
+
all: BooleanConstructor;
|
|
163
|
+
confirm: BooleanConstructor;
|
|
164
|
+
start: NumberConstructor;
|
|
165
|
+
end: NumberConstructor;
|
|
166
|
+
optionLabel: (StringConstructor | NumberConstructor)[];
|
|
167
|
+
emitLabel: BooleanConstructor;
|
|
168
|
+
english: BooleanConstructor;
|
|
169
|
+
chinese: BooleanConstructor;
|
|
170
|
+
typing: BooleanConstructor;
|
|
171
|
+
multipleStringMode: BooleanConstructor;
|
|
172
|
+
multipleStringSeparator: {
|
|
173
|
+
type: StringConstructor;
|
|
174
|
+
default: string;
|
|
175
|
+
};
|
|
150
176
|
wrapFormItem: {
|
|
151
177
|
type: BooleanConstructor;
|
|
152
178
|
default: boolean;
|
|
@@ -160,6 +186,10 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
160
186
|
type: NumberConstructor;
|
|
161
187
|
default: number;
|
|
162
188
|
};
|
|
189
|
+
offset: {
|
|
190
|
+
type: NumberConstructor;
|
|
191
|
+
default: number;
|
|
192
|
+
};
|
|
163
193
|
push: {
|
|
164
194
|
type: NumberConstructor;
|
|
165
195
|
default: number;
|
|
@@ -245,13 +275,22 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
245
275
|
'popup-scroll': null;
|
|
246
276
|
"update:modelValue": null;
|
|
247
277
|
}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
248
|
-
modelValue: (StringConstructor | BooleanConstructor | ObjectConstructor |
|
|
278
|
+
modelValue: (StringConstructor | BooleanConstructor | ObjectConstructor | ArrayConstructor | NumberConstructor)[];
|
|
249
279
|
multiple: {
|
|
250
280
|
type: BooleanConstructor;
|
|
251
281
|
default: boolean;
|
|
252
282
|
};
|
|
253
|
-
options:
|
|
254
|
-
|
|
283
|
+
options: {
|
|
284
|
+
type: ArrayConstructor;
|
|
285
|
+
default: () => never[];
|
|
286
|
+
};
|
|
287
|
+
props: {
|
|
288
|
+
type: ObjectConstructor;
|
|
289
|
+
default: () => {
|
|
290
|
+
label: string;
|
|
291
|
+
value: string;
|
|
292
|
+
};
|
|
293
|
+
};
|
|
255
294
|
valueKey: {
|
|
256
295
|
type: StringConstructor;
|
|
257
296
|
default: string;
|
|
@@ -361,7 +400,7 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
361
400
|
type: BooleanConstructor;
|
|
362
401
|
default: boolean;
|
|
363
402
|
};
|
|
364
|
-
|
|
403
|
+
dropDownOffset: {
|
|
365
404
|
type: NumberConstructor;
|
|
366
405
|
default: number;
|
|
367
406
|
};
|
|
@@ -387,12 +426,29 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
387
426
|
};
|
|
388
427
|
ariaLabel: StringConstructor;
|
|
389
428
|
emptyValues: ArrayConstructor;
|
|
390
|
-
valueOnClear: (StringConstructor | BooleanConstructor |
|
|
429
|
+
valueOnClear: (StringConstructor | BooleanConstructor | FunctionConstructor | NumberConstructor)[];
|
|
391
430
|
suffixTransition: {
|
|
392
431
|
type: BooleanConstructor;
|
|
393
432
|
default: boolean;
|
|
394
433
|
};
|
|
395
434
|
tabindex: (StringConstructor | NumberConstructor)[];
|
|
435
|
+
dictType: StringConstructor;
|
|
436
|
+
gender: BooleanConstructor;
|
|
437
|
+
year: (BooleanConstructor | NumberConstructor)[];
|
|
438
|
+
all: BooleanConstructor;
|
|
439
|
+
confirm: BooleanConstructor;
|
|
440
|
+
start: NumberConstructor;
|
|
441
|
+
end: NumberConstructor;
|
|
442
|
+
optionLabel: (StringConstructor | NumberConstructor)[];
|
|
443
|
+
emitLabel: BooleanConstructor;
|
|
444
|
+
english: BooleanConstructor;
|
|
445
|
+
chinese: BooleanConstructor;
|
|
446
|
+
typing: BooleanConstructor;
|
|
447
|
+
multipleStringMode: BooleanConstructor;
|
|
448
|
+
multipleStringSeparator: {
|
|
449
|
+
type: StringConstructor;
|
|
450
|
+
default: string;
|
|
451
|
+
};
|
|
396
452
|
wrapFormItem: {
|
|
397
453
|
type: BooleanConstructor;
|
|
398
454
|
default: boolean;
|
|
@@ -406,6 +462,10 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
406
462
|
type: NumberConstructor;
|
|
407
463
|
default: number;
|
|
408
464
|
};
|
|
465
|
+
offset: {
|
|
466
|
+
type: NumberConstructor;
|
|
467
|
+
default: number;
|
|
468
|
+
};
|
|
409
469
|
push: {
|
|
410
470
|
type: NumberConstructor;
|
|
411
471
|
default: number;
|
|
@@ -489,11 +549,13 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
489
549
|
"onRemove-tag"?: ((...args: any[]) => any) | undefined;
|
|
490
550
|
"onPopup-scroll"?: ((...args: any[]) => any) | undefined;
|
|
491
551
|
}>, {
|
|
552
|
+
props: Record<string, any>;
|
|
492
553
|
loading: boolean;
|
|
493
554
|
disabled: boolean;
|
|
494
555
|
push: number;
|
|
495
556
|
col: boolean;
|
|
496
557
|
span: number;
|
|
558
|
+
confirm: boolean;
|
|
497
559
|
tag: string;
|
|
498
560
|
offset: number;
|
|
499
561
|
placement: string;
|
|
@@ -509,6 +571,7 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
509
571
|
inlineMessage: boolean;
|
|
510
572
|
pull: number;
|
|
511
573
|
wrapFormItem: boolean;
|
|
574
|
+
options: unknown[];
|
|
512
575
|
clearable: boolean;
|
|
513
576
|
collapseTags: boolean;
|
|
514
577
|
collapseTagsTooltip: boolean;
|
|
@@ -524,9 +587,18 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
524
587
|
persistent: boolean;
|
|
525
588
|
fallbackPlacements: unknown[];
|
|
526
589
|
valueKey: string;
|
|
590
|
+
gender: boolean;
|
|
527
591
|
popperOptions: Record<string, any>;
|
|
528
592
|
automaticDropdown: boolean;
|
|
529
593
|
autocomplete: string;
|
|
594
|
+
english: boolean;
|
|
595
|
+
chinese: boolean;
|
|
596
|
+
typing: boolean;
|
|
597
|
+
dropDownOffset: number;
|
|
598
|
+
all: boolean;
|
|
599
|
+
emitLabel: boolean;
|
|
600
|
+
multipleStringMode: boolean;
|
|
601
|
+
multipleStringSeparator: string;
|
|
530
602
|
multiple: boolean;
|
|
531
603
|
tagTooltip: Record<string, any>;
|
|
532
604
|
multipleLimit: number;
|
package/form-select/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../chunks/
|
|
1
|
+
import { t as e } from "../chunks/uYaz9cwr.mjs";
|
|
2
2
|
export { e as default };
|
package/form-slider/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
2
|
-
modelValue: (
|
|
2
|
+
modelValue: (ArrayConstructor | NumberConstructor)[];
|
|
3
3
|
min: {
|
|
4
4
|
type: NumberConstructor;
|
|
5
5
|
default: number;
|
|
@@ -158,7 +158,7 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
158
158
|
input: null;
|
|
159
159
|
"update:modelValue": null;
|
|
160
160
|
}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
161
|
-
modelValue: (
|
|
161
|
+
modelValue: (ArrayConstructor | NumberConstructor)[];
|
|
162
162
|
min: {
|
|
163
163
|
type: NumberConstructor;
|
|
164
164
|
default: number;
|
package/form-slider/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../chunks/
|
|
1
|
+
import { t as e } from "../chunks/iWQD3xvX.mjs";
|
|
2
2
|
export { e as default };
|
package/form-switch/index.d.ts
CHANGED
|
@@ -27,11 +27,11 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
27
27
|
};
|
|
28
28
|
activeValue: {
|
|
29
29
|
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
30
|
-
default:
|
|
30
|
+
default: string;
|
|
31
31
|
};
|
|
32
32
|
inactiveValue: {
|
|
33
33
|
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
34
|
-
default:
|
|
34
|
+
default: string;
|
|
35
35
|
};
|
|
36
36
|
name: {
|
|
37
37
|
type: StringConstructor;
|
|
@@ -181,11 +181,11 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
181
181
|
};
|
|
182
182
|
activeValue: {
|
|
183
183
|
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
184
|
-
default:
|
|
184
|
+
default: string;
|
|
185
185
|
};
|
|
186
186
|
inactiveValue: {
|
|
187
187
|
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
188
|
-
default:
|
|
188
|
+
default: string;
|
|
189
189
|
};
|
|
190
190
|
name: {
|
|
191
191
|
type: StringConstructor;
|
package/form-switch/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../chunks/
|
|
1
|
+
import { t as e } from "../chunks/Cr1vBYne.mjs";
|
|
2
2
|
export { e as default };
|
package/form-text/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../chunks/
|
|
1
|
+
import { t as e } from "../chunks/axr9InkL.mjs";
|
|
2
2
|
export { e as default };
|
package/helper/dictionary.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { l as e, s as t } from "../chunks/BX-cVxlK.mjs";
|
|
2
2
|
import { getDictTreeByType as n, remote as r } from "../api/index.mjs";
|
|
3
3
|
//#region src/helper/dictionary.ts
|
|
4
4
|
var i = {}, a = {}, o = {}, s = () => {
|
|
@@ -48,27 +48,27 @@ var i = {}, a = {}, o = {}, s = () => {
|
|
|
48
48
|
labelAsValue: l
|
|
49
49
|
})) == null || p.then((n) => {
|
|
50
50
|
let r = n.data.data;
|
|
51
|
-
s && (i[u] = r, i[`${u}-options`] =
|
|
51
|
+
s && (i[u] = r, i[`${u}-options`] = e(r), a[u] = t(r)), o[u] = null, d(r);
|
|
52
52
|
}).catch((e) => {
|
|
53
53
|
o[u] = null, f(e);
|
|
54
54
|
});
|
|
55
55
|
}
|
|
56
56
|
});
|
|
57
57
|
return o[u] = d, d;
|
|
58
|
-
}, d = async (
|
|
59
|
-
let l =
|
|
60
|
-
i && (l = `${
|
|
58
|
+
}, d = async (t, n, r = !0, { treeDict: i, idAsValue: o, labelAsValue: s } = {}) => {
|
|
59
|
+
let l = t;
|
|
60
|
+
i && (l = `${t}-${o}-${s}`);
|
|
61
61
|
let u = a[l], d;
|
|
62
62
|
if (r && u) d = u[n];
|
|
63
63
|
else {
|
|
64
|
-
let u = await c(
|
|
64
|
+
let u = await c(t, r, {
|
|
65
65
|
treeDict: i,
|
|
66
66
|
idAsValue: o,
|
|
67
67
|
labelAsValue: s
|
|
68
68
|
});
|
|
69
69
|
if (r) d = a[l][n];
|
|
70
70
|
else {
|
|
71
|
-
if (i && (u =
|
|
71
|
+
if (i && (u = e(u)), !u) return d;
|
|
72
72
|
for (let e = 0; e < u.length; e++) {
|
|
73
73
|
let t = u[e];
|
|
74
74
|
if (t.value === n) {
|
package/iframe-window/index.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { t as e } from "../chunks/
|
|
1
|
+
import { t as e } from "../chunks/Dgyjc3LT.mjs";
|
|
2
2
|
import { createBlock as t, createElementVNode as n, mergeModels as r, mergeProps as i, openBlock as a, useModel as o, withCtx as s } from "vue";
|
|
3
3
|
//#region src/components/iframe-window/IframeWindow.vue
|
|
4
4
|
var c = ["src"], l = /* @__PURE__ */ Object.assign({ name: "IframeWindow" }, {
|
package/index.d.ts
CHANGED
|
@@ -2,6 +2,7 @@ import { App } from 'vue';
|
|
|
2
2
|
import { default as AwesomeButton } from './awesome-button/index.js';
|
|
3
3
|
import { default as Confirmable } from './confirmable/index.js';
|
|
4
4
|
import { default as ConfirmButton } from './confirm-button/index.js';
|
|
5
|
+
import { default as EditableTree } from './editable-tree/index.js';
|
|
5
6
|
import { default as ElementDialog } from './element-dialog/index.js';
|
|
6
7
|
import { default as EmptyView } from './empty-view/index.js';
|
|
7
8
|
import { default as FlexScrollArea } from './flex-scroll-area/index.js';
|
|
@@ -45,7 +46,7 @@ import { default as ToolbarButton } from './toolbar-button/index.js';
|
|
|
45
46
|
import { default as VueCron } from './vue-cron/index.js';
|
|
46
47
|
import { default as XInputTag } from './x-input-tag/index.js';
|
|
47
48
|
import { default as YearCalendar } from './year-calendar/index.js';
|
|
48
|
-
export { AwesomeButton, Confirmable, ConfirmButton, ElementDialog, EmptyView, FlexScrollArea, FormAdvice, FormButton, FormCascader, FormCell, FormCheckbox, FormCheckBoxGroup, FormDatePicker, FormHolder, FormImage, FormInput, FormInputCronExpression, FormInputEmail, FormInputIdCard, FormInputNumber, FormInputPhoneNumber, FormInputTag, FormInputTime, FormItemConfigProvider, FormItemGroup, FormItemX, FormRadioGroup, FormRate, FormRedTable, FormRow, FormSelect, FormSlider, FormSwitch, FormText, FormView, IframeWindow, PageableTable, ResizeObserver, TableColumn, TableColumnDef, TableView, Toolbar, ToolbarButton, VueCron, XInputTag, YearCalendar };
|
|
49
|
+
export { AwesomeButton, Confirmable, ConfirmButton, EditableTree, ElementDialog, EmptyView, FlexScrollArea, FormAdvice, FormButton, FormCascader, FormCell, FormCheckbox, FormCheckBoxGroup, FormDatePicker, FormHolder, FormImage, FormInput, FormInputCronExpression, FormInputEmail, FormInputIdCard, FormInputNumber, FormInputPhoneNumber, FormInputTag, FormInputTime, FormItemConfigProvider, FormItemGroup, FormItemX, FormRadioGroup, FormRate, FormRedTable, FormRow, FormSelect, FormSlider, FormSwitch, FormText, FormView, IframeWindow, PageableTable, ResizeObserver, TableColumn, TableColumnDef, TableView, Toolbar, ToolbarButton, VueCron, XInputTag, YearCalendar };
|
|
49
50
|
export declare const componentNames: string[];
|
|
50
51
|
export declare const noStylesComponents: string[];
|
|
51
52
|
export declare const install: (app: App) => void;
|
package/index.mjs
CHANGED
|
@@ -1,52 +1,53 @@
|
|
|
1
1
|
import e from "./awesome-button/index.mjs";
|
|
2
2
|
import t from "./confirmable/index.mjs";
|
|
3
3
|
import n from "./confirm-button/index.mjs";
|
|
4
|
-
import { t as r } from "./chunks/
|
|
5
|
-
import i from "./
|
|
6
|
-
import a from "./
|
|
7
|
-
import o from "./
|
|
8
|
-
import s from "./
|
|
9
|
-
import
|
|
10
|
-
import
|
|
11
|
-
import u from "./
|
|
12
|
-
import { t as d } from "./chunks/
|
|
13
|
-
import
|
|
14
|
-
import { t as p } from "./chunks/
|
|
15
|
-
import m from "./
|
|
16
|
-
import { t as h } from "./chunks/
|
|
17
|
-
import { t as g } from "./chunks/
|
|
18
|
-
import
|
|
19
|
-
import { t as v } from "./chunks/
|
|
20
|
-
import { t as y } from "./chunks/
|
|
21
|
-
import { t as b } from "./chunks/
|
|
22
|
-
import { t as x } from "./chunks/
|
|
23
|
-
import { t as S } from "./chunks/
|
|
24
|
-
import { t as C } from "./chunks/
|
|
25
|
-
import w from "./
|
|
26
|
-
import T from "./
|
|
27
|
-
import E from "./form-
|
|
28
|
-
import
|
|
29
|
-
import
|
|
30
|
-
import { t as k } from "./chunks/
|
|
31
|
-
import { t as A } from "./chunks/
|
|
32
|
-
import { t as j } from "./chunks/
|
|
33
|
-
import { t as M } from "./chunks/
|
|
34
|
-
import { t as N } from "./chunks/
|
|
35
|
-
import { t as P } from "./chunks/
|
|
36
|
-
import F from "./
|
|
37
|
-
import I from "./
|
|
38
|
-
import L from "./
|
|
39
|
-
import
|
|
40
|
-
import
|
|
41
|
-
import B from "./
|
|
42
|
-
import V from "./
|
|
43
|
-
import
|
|
44
|
-
import { t as U } from "./chunks/
|
|
45
|
-
import W from "./
|
|
46
|
-
import
|
|
4
|
+
import { t as r } from "./chunks/DQKi5eEl.mjs";
|
|
5
|
+
import { t as i } from "./chunks/BmacSnUz.mjs";
|
|
6
|
+
import { t as a } from "./chunks/Dgyjc3LT.mjs";
|
|
7
|
+
import o from "./empty-view/index.mjs";
|
|
8
|
+
import s from "./flex-scroll-area/index.mjs";
|
|
9
|
+
import c from "./form-advice/index.mjs";
|
|
10
|
+
import l from "./form-button/index.mjs";
|
|
11
|
+
import { a as u } from "./chunks/BvsmTC3G.mjs";
|
|
12
|
+
import { t as d } from "./chunks/BLWwTutr.mjs";
|
|
13
|
+
import f from "./form-cell/index.mjs";
|
|
14
|
+
import { t as p } from "./chunks/DistOy_O.mjs";
|
|
15
|
+
import { t as m } from "./chunks/A3sHIRQ_.mjs";
|
|
16
|
+
import { t as h } from "./chunks/CLn0r4lV.mjs";
|
|
17
|
+
import { t as g } from "./chunks/DFsI7Y6h.mjs";
|
|
18
|
+
import _ from "./form-red-table/index.mjs";
|
|
19
|
+
import { t as v } from "./chunks/BTS_zTkz.mjs";
|
|
20
|
+
import { t as y } from "./chunks/BLRY0zkF.mjs";
|
|
21
|
+
import { t as b } from "./chunks/CWfUPCtS.mjs";
|
|
22
|
+
import { t as x } from "./chunks/BwdWZEjT.mjs";
|
|
23
|
+
import { t as S } from "./chunks/1cDNhlSV.mjs";
|
|
24
|
+
import { t as C } from "./chunks/CNskrN5I.mjs";
|
|
25
|
+
import { t as w } from "./chunks/CGJkMYZ4.mjs";
|
|
26
|
+
import { t as T } from "./chunks/_dm2lLNL.mjs";
|
|
27
|
+
import E from "./form-input-tag/index.mjs";
|
|
28
|
+
import D from "./form-input-time/index.mjs";
|
|
29
|
+
import O from "./form-item-config-provider/index.mjs";
|
|
30
|
+
import { t as k } from "./chunks/BYAy19s4.mjs";
|
|
31
|
+
import { t as A } from "./chunks/DcbnHU8K.mjs";
|
|
32
|
+
import { t as j } from "./chunks/DQxPzCsy.mjs";
|
|
33
|
+
import { t as M } from "./chunks/BW6iY7Q7.mjs";
|
|
34
|
+
import { t as N } from "./chunks/uYaz9cwr.mjs";
|
|
35
|
+
import { t as P } from "./chunks/iWQD3xvX.mjs";
|
|
36
|
+
import { t as F } from "./chunks/Cr1vBYne.mjs";
|
|
37
|
+
import { t as I } from "./chunks/axr9InkL.mjs";
|
|
38
|
+
import L from "./form-view/index.mjs";
|
|
39
|
+
import R from "./iframe-window/index.mjs";
|
|
40
|
+
import z from "./resize-observer/index.mjs";
|
|
41
|
+
import { t as B } from "./chunks/ZXCLnZFa.mjs";
|
|
42
|
+
import { t as V } from "./chunks/D5_ctQqL.mjs";
|
|
43
|
+
import H from "./table-column-def/index.mjs";
|
|
44
|
+
import { t as U } from "./chunks/DJKE5P39.mjs";
|
|
45
|
+
import W from "./table-view/index.mjs";
|
|
46
|
+
import G from "./x-input-tag/index.mjs";
|
|
47
|
+
import { t as K } from "./chunks/CnAEuI_c.mjs";
|
|
47
48
|
//#region src/components/index.ts
|
|
48
|
-
var
|
|
49
|
-
|
|
49
|
+
var q = /* @__PURE__ */ "AwesomeButton.Confirmable.ConfirmButton.EditableTree.ElementDialog.EmptyView.FlexScrollArea.FormAdvice.FormButton.FormCascader.FormCell.FormCheckbox.FormCheckBoxGroup.FormDatePicker.FormHolder.FormImage.FormInput.FormInputCronExpression.FormInputEmail.FormInputIdCard.FormInputNumber.FormInputPhoneNumber.FormInputTag.FormInputTime.FormItemConfigProvider.FormItemGroup.FormItemX.FormRadioGroup.FormRate.FormRedTable.FormRow.FormSelect.FormSlider.FormSwitch.FormText.FormView.IframeWindow.PageableTable.ResizeObserver.TableColumn.TableColumnDef.TableView.Toolbar.ToolbarButton.VueCron.XInputTag.YearCalendar".split("."), J = /* @__PURE__ */ "AwesomeButton.Confirmable.ConfirmButton.FlexScrollArea.FormAdvice.FormButton.FormCascader.FormCell.FormCheckbox.FormDatePicker.FormImage.FormInputEmail.FormInputIdCard.FormInputNumber.FormInputPhoneNumber.FormInputTag.FormInputTime.FormItemConfigProvider.FormRadioGroup.FormRate.FormSelect.FormSlider.FormSwitch.FormText.FormView.TableColumnDef.ToolbarButton".split("."), Y = (q) => {
|
|
50
|
+
q.component(e.name, e), q.component(t.name, t), q.component(n.name, n), q.component(i.name, i), q.component(a.name, a), q.component(o.name, o), q.component(s.name, s), q.component(c.name, c), q.component(l.name, l), q.component(d.name, d), q.component(f.name, f), q.component(p.name, p), q.component(h.name, h), q.component(g.name, g), q.component(v.name, v), q.component(y.name, y), q.component(m.name, m), q.component(x.name, x), q.component(S.name, S), q.component(C.name, C), q.component(w.name, w), q.component(T.name, T), q.component(E.name, E), q.component(D.name, D), q.component(O.name, O), q.component(k.name, k), q.component(u.name, u), q.component(A.name, A), q.component(j.name, j), q.component(_.name, _), q.component(M.name, M), q.component(N.name, N), q.component(P.name, P), q.component(F.name, F), q.component(I.name, I), q.component(L.name, L), q.component(R.name, R), q.component(B.name, B), q.component(z.name, z), q.component(V.name, V), q.component(H.name, H), q.component(W.name, W), q.component(U.name, U), q.component(r.name, r), q.component(b.name, b), q.component(G.name, G), q.component(K.name, K);
|
|
50
51
|
};
|
|
51
52
|
//#endregion
|
|
52
|
-
export { e as AwesomeButton, n as ConfirmButton, t as Confirmable,
|
|
53
|
+
export { e as AwesomeButton, n as ConfirmButton, t as Confirmable, i as EditableTree, a as ElementDialog, o as EmptyView, s as FlexScrollArea, c as FormAdvice, l as FormButton, d as FormCascader, f as FormCell, h as FormCheckBoxGroup, p as FormCheckbox, g as FormDatePicker, v as FormHolder, y as FormImage, m as FormInput, x as FormInputCronExpression, S as FormInputEmail, C as FormInputIdCard, w as FormInputNumber, T as FormInputPhoneNumber, E as FormInputTag, D as FormInputTime, O as FormItemConfigProvider, k as FormItemGroup, u as FormItemX, A as FormRadioGroup, j as FormRate, _ as FormRedTable, M as FormRow, N as FormSelect, P as FormSlider, F as FormSwitch, I as FormText, L as FormView, R as IframeWindow, B as PageableTable, z as ResizeObserver, V as TableColumn, H as TableColumnDef, W as TableView, U as Toolbar, r as ToolbarButton, b as VueCron, G as XInputTag, K as YearCalendar, q as componentNames, Y as install, J as noStylesComponents };
|
|
@@ -70,8 +70,8 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
70
70
|
onToggleDate?: ((...args: any[]) => any) | undefined;
|
|
71
71
|
onMonthClickEvent?: ((...args: any[]) => any) | undefined;
|
|
72
72
|
}>, {
|
|
73
|
-
month: string | number;
|
|
74
73
|
year: string | number;
|
|
74
|
+
month: string | number;
|
|
75
75
|
activeDates: unknown[];
|
|
76
76
|
lang: string;
|
|
77
77
|
activeClass: string;
|