@web-utils/form-ui 1.0.0-beta4 → 1.0.0-beta40
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/api/index.d.ts +60 -0
- package/api/index.mjs +42 -0
- package/awesome-button/index.d.ts +60 -0
- package/awesome-button/index.mjs +49 -0
- package/base.css +1 -0
- package/chunks/B1MSrc6f.mjs +8 -0
- package/chunks/B3ajWLh3.mjs +198 -0
- package/chunks/BH_JJ8Xh.mjs +106 -0
- package/chunks/BWBHzD5N.mjs +89 -0
- package/chunks/Bd1UFJic.mjs +660 -0
- package/chunks/Bm5eiSmT.mjs +79 -0
- package/chunks/BsCS7SB5.mjs +141 -0
- package/chunks/BufIRDd0.mjs +185 -0
- package/chunks/C1AgOUe_.mjs +172 -0
- package/chunks/C3Uo82-I.mjs +35 -0
- package/chunks/C9dGL28n.mjs +56 -0
- package/chunks/CFOGMFgo.mjs +150 -0
- package/chunks/CLPSCSsy.mjs +603 -0
- package/chunks/CSyJ-vEx.mjs +17 -0
- package/chunks/CTKmEf2M.mjs +93 -0
- package/chunks/CWfUPCtS.mjs +1360 -0
- package/chunks/CXvGoZKJ.mjs +198 -0
- package/chunks/Cab-ZjRx.mjs +164 -0
- package/chunks/ChmDDqoZ2.mjs +478 -0
- package/chunks/Cj59E77g.mjs +230 -0
- package/chunks/CqTcEefA.mjs +93 -0
- package/chunks/Ct5bDJ50.mjs +38 -0
- package/chunks/CuG2Q-PM.mjs +100 -0
- package/chunks/D8UVq1t1.mjs +176 -0
- package/chunks/DDmQcNm6.mjs +93 -0
- package/chunks/DF9fJMQS.mjs +105 -0
- package/chunks/DJe97Fgi.mjs +107 -0
- package/chunks/DXYgAmil.mjs +317 -0
- package/chunks/DhtHh0jk.mjs +87 -0
- package/chunks/DiJyms_r.mjs +100 -0
- package/chunks/Ds_Tpa_M.mjs +83 -0
- package/chunks/TvNHGVAP.mjs +25 -0
- package/chunks/XCGWTz41.mjs +25 -0
- package/chunks/XqRTtFfp.mjs +166 -0
- package/chunks/cmuHpsX6.mjs +109 -0
- package/chunks/o6VhYAN52.mjs +207 -0
- package/chunks/pdwFQpA8.mjs +57 -0
- package/chunks/taicx2sd.mjs +25 -0
- package/confirm-button/index.d.ts +113 -0
- package/confirm-button/index.mjs +35 -0
- package/confirmable/index.d.ts +84 -0
- package/confirmable/index.mjs +8 -0
- package/constants/index.d.ts +53 -0
- package/constants/index.mjs +4 -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 +337 -16
- package/element-dialog/index.mjs +2 -91
- package/empty-view/index.d.ts +2 -2
- package/empty-view/index.mjs +1 -1
- package/flex-scroll-area/index.d.ts +1 -1
- package/flex-scroll-area/index.mjs +1 -1
- package/form-advice/index.mjs +13 -12
- package/form-button/index.d.ts +114 -0
- package/form-button/index.mjs +36 -0
- package/form-card/index.d.ts +14 -0
- package/form-card/index.mjs +18 -0
- package/form-cascader/index.d.ts +472 -0
- package/form-cascader/index.mjs +2 -0
- package/form-check-box-group/index.d.ts +289 -18
- package/form-check-box-group/index.mjs +1 -1
- package/form-check-box-group/style.css +1 -0
- package/form-checkbox/index.d.ts +236 -16
- package/form-checkbox/index.mjs +1 -1
- package/form-date-picker/index.d.ts +390 -19
- package/form-date-picker/index.mjs +1 -1
- package/form-holder/index.d.ts +87 -20
- package/form-holder/index.mjs +1 -1
- package/form-holder/style.css +1 -1
- package/form-image/index.d.ts +145 -13
- package/form-image/index.mjs +1 -1
- package/form-input/index.d.ts +301 -20
- package/form-input/index.mjs +1 -1
- package/form-input/style.css +1 -0
- package/form-input-cron-expression/index.d.ts +217 -0
- package/form-input-cron-expression/index.mjs +2 -0
- package/form-input-cron-expression/style.css +1 -0
- package/form-input-email/index.d.ts +307 -16
- package/form-input-email/index.mjs +1 -1
- package/form-input-id-card/index.d.ts +307 -16
- package/form-input-id-card/index.mjs +1 -1
- package/form-input-number/index.d.ts +246 -18
- package/form-input-number/index.mjs +1 -1
- package/form-input-phone-number/index.d.ts +307 -16
- package/form-input-phone-number/index.mjs +1 -1
- package/form-input-tag/index.d.ts +263 -1
- package/form-input-tag/index.mjs +1 -3
- package/form-input-time/index.d.ts +434 -1
- package/form-input-time/index.mjs +1 -3
- package/form-item-config-provider/index.d.ts +22 -0
- package/form-item-config-provider/index.mjs +24 -0
- package/form-item-group/index.d.ts +91 -17
- package/form-item-group/index.mjs +2 -78
- package/form-item-group/style.css +1 -1
- package/form-item-x/index.d.ts +141 -11
- package/form-item-x/index.mjs +1 -1
- package/form-item-x/style.css +1 -0
- package/form-radio-group/index.d.ts +303 -16
- package/form-radio-group/index.mjs +1 -1
- package/form-rate/index.d.ts +254 -14
- package/form-rate/index.mjs +1 -1
- package/form-red-table/index.mjs +27 -26
- package/form-row/index.d.ts +2 -2
- package/form-row/index.mjs +1 -1
- package/form-select/index.d.ts +537 -18
- package/form-select/index.mjs +1 -1
- package/form-slider/index.d.ts +283 -16
- package/form-slider/index.mjs +1 -1
- package/form-switch/index.d.ts +272 -14
- package/form-switch/index.mjs +1 -1
- package/form-text/index.d.ts +165 -13
- package/form-text/index.mjs +1 -1
- package/form-textarea/index.d.ts +351 -0
- package/form-textarea/index.mjs +2 -0
- package/form-time-select/index.d.ts +319 -0
- package/form-time-select/index.mjs +2 -0
- package/form-view/index.mjs +1 -1
- package/helper/dictionary.d.ts +15 -0
- package/helper/dictionary.mjs +97 -0
- package/hook/useDictionary.d.ts +60 -0
- package/hook/useDictionary.mjs +15 -0
- package/hook/useVisibilityChange.d.ts +4 -0
- package/hook/useVisibilityChange.mjs +14 -0
- package/iframe-window/index.d.ts +9 -0
- package/iframe-window/index.mjs +37 -0
- package/iframe-window/style.css +1 -0
- package/index.d.ts +52 -36
- package/index.mjs +54 -61
- package/package.json +10 -5
- package/pageable-table/index.d.ts +398 -0
- package/pageable-table/index.mjs +2 -0
- package/pageable-table/style.css +1 -0
- package/resize-observer/index.d.ts +8 -0
- package/resize-observer/index.mjs +40 -0
- package/resize-observer/style.css +1 -0
- package/resolver/index.mjs +29 -0
- package/table-column/index.d.ts +160 -0
- package/table-column/index.mjs +2 -0
- package/table-column/style.css +1 -0
- package/table-column-def/index.d.ts +85 -0
- package/table-column-def/index.mjs +11 -0
- package/table-view/index.d.ts +340 -1
- package/table-view/index.mjs +453 -6
- package/table-view/style.css +1 -0
- package/toolbar/index.d.ts +128 -1
- package/toolbar/index.mjs +1 -8
- package/toolbar/style.css +1 -0
- package/toolbar-button/index.d.ts +188 -1
- package/toolbar-button/index.mjs +1 -8
- package/vue-cron/index.d.ts +191 -0
- package/vue-cron/index.mjs +2 -0
- package/vue-cron/style.css +1 -0
- package/web-types.json +1 -1
- package/x-input-tag/index.d.ts +2 -0
- package/x-input-tag/index.mjs +227 -0
- package/x-input-tag/style.css +1 -0
- package/year-calendar/index.d.ts +99 -0
- package/year-calendar/index.mjs +2 -0
- package/year-calendar/style.css +1 -0
- package/chunks/B4M_TFeR.mjs +0 -152
- package/chunks/B5BIQCcK.mjs +0 -149
- package/chunks/BHNKrW1j.mjs +0 -61
- package/chunks/BO9jWhBl.mjs +0 -46
- package/chunks/BZ8aOa78.mjs +0 -35
- package/chunks/Bsz7y4Xp.mjs +0 -73
- package/chunks/Bxj372sF.mjs +0 -53
- package/chunks/C33EmJN8.mjs +0 -32
- package/chunks/C6Li3-l7.mjs +0 -28
- package/chunks/CBcdalMX.mjs +0 -35
- package/chunks/CdRsyF0n.mjs +0 -43
- package/chunks/ClNahmiU.mjs +0 -23
- package/chunks/CstztYMu.mjs +0 -28
- package/chunks/DC9b53M6.mjs +0 -32
- package/chunks/DDVAgRED.mjs +0 -36
- package/chunks/DpJQABVD.mjs +0 -91
- package/chunks/ZsLNWI9x.mjs +0 -46
- package/chunks/jn_iQrVZ.mjs +0 -28
- package/constants.d.ts +0 -1
- package/constants.mjs +0 -4
- package/input/style.css +0 -1
- package/resolver.mjs +0 -79
- package/utils/style.css +0 -1
- /package/{resolver.d.ts → resolver/index.d.ts} +0 -0
|
@@ -0,0 +1,114 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
2
|
+
stop: {
|
|
3
|
+
type: BooleanConstructor;
|
|
4
|
+
default: boolean;
|
|
5
|
+
};
|
|
6
|
+
prevent: {
|
|
7
|
+
type: BooleanConstructor;
|
|
8
|
+
default: boolean;
|
|
9
|
+
};
|
|
10
|
+
text: {
|
|
11
|
+
type: StringConstructor;
|
|
12
|
+
default: string;
|
|
13
|
+
};
|
|
14
|
+
message: StringConstructor;
|
|
15
|
+
confirmable: {
|
|
16
|
+
type: BooleanConstructor;
|
|
17
|
+
default: boolean;
|
|
18
|
+
};
|
|
19
|
+
confirmText: {
|
|
20
|
+
type: StringConstructor;
|
|
21
|
+
default: string;
|
|
22
|
+
};
|
|
23
|
+
confirmType: {
|
|
24
|
+
type: StringConstructor;
|
|
25
|
+
default: string;
|
|
26
|
+
};
|
|
27
|
+
confirmTitle: StringConstructor;
|
|
28
|
+
loadable: BooleanConstructor;
|
|
29
|
+
loadingText: {
|
|
30
|
+
type: StringConstructor;
|
|
31
|
+
default: string;
|
|
32
|
+
};
|
|
33
|
+
tag: {
|
|
34
|
+
type: StringConstructor;
|
|
35
|
+
default: string;
|
|
36
|
+
};
|
|
37
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
38
|
+
stop: {
|
|
39
|
+
type: BooleanConstructor;
|
|
40
|
+
default: boolean;
|
|
41
|
+
};
|
|
42
|
+
prevent: {
|
|
43
|
+
type: BooleanConstructor;
|
|
44
|
+
default: boolean;
|
|
45
|
+
};
|
|
46
|
+
text: {
|
|
47
|
+
type: StringConstructor;
|
|
48
|
+
default: string;
|
|
49
|
+
};
|
|
50
|
+
message: StringConstructor;
|
|
51
|
+
confirmable: {
|
|
52
|
+
type: BooleanConstructor;
|
|
53
|
+
default: boolean;
|
|
54
|
+
};
|
|
55
|
+
confirmText: {
|
|
56
|
+
type: StringConstructor;
|
|
57
|
+
default: string;
|
|
58
|
+
};
|
|
59
|
+
confirmType: {
|
|
60
|
+
type: StringConstructor;
|
|
61
|
+
default: string;
|
|
62
|
+
};
|
|
63
|
+
confirmTitle: StringConstructor;
|
|
64
|
+
loadable: BooleanConstructor;
|
|
65
|
+
loadingText: {
|
|
66
|
+
type: StringConstructor;
|
|
67
|
+
default: string;
|
|
68
|
+
};
|
|
69
|
+
tag: {
|
|
70
|
+
type: StringConstructor;
|
|
71
|
+
default: string;
|
|
72
|
+
};
|
|
73
|
+
}>> & Readonly<{}>, {
|
|
74
|
+
text: string;
|
|
75
|
+
stop: boolean;
|
|
76
|
+
prevent: boolean;
|
|
77
|
+
loadable: boolean;
|
|
78
|
+
loadingText: string;
|
|
79
|
+
confirmable: boolean;
|
|
80
|
+
confirmType: string;
|
|
81
|
+
confirmText: string;
|
|
82
|
+
tag: string;
|
|
83
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any> | {
|
|
84
|
+
props: {
|
|
85
|
+
type: {
|
|
86
|
+
type: StringConstructor;
|
|
87
|
+
default: string;
|
|
88
|
+
};
|
|
89
|
+
size: StringConstructor;
|
|
90
|
+
icon: {
|
|
91
|
+
type: StringConstructor;
|
|
92
|
+
default: string;
|
|
93
|
+
};
|
|
94
|
+
nativeType: {
|
|
95
|
+
type: StringConstructor;
|
|
96
|
+
default: string;
|
|
97
|
+
};
|
|
98
|
+
loading: BooleanConstructor;
|
|
99
|
+
disabled: BooleanConstructor;
|
|
100
|
+
plain: BooleanConstructor;
|
|
101
|
+
autofocus: BooleanConstructor;
|
|
102
|
+
round: BooleanConstructor;
|
|
103
|
+
confirmable: BooleanConstructor;
|
|
104
|
+
text: {
|
|
105
|
+
type: StringConstructor;
|
|
106
|
+
default: string;
|
|
107
|
+
};
|
|
108
|
+
tag: {
|
|
109
|
+
type: StringConstructor;
|
|
110
|
+
default: string;
|
|
111
|
+
};
|
|
112
|
+
};
|
|
113
|
+
}, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
114
|
+
export default _default;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import e from "../confirmable/index.mjs";
|
|
2
|
+
//#region src/components/button/FormButton.vue
|
|
3
|
+
var t = {
|
|
4
|
+
name: "FormButton",
|
|
5
|
+
mixins: [e, { props: {
|
|
6
|
+
type: {
|
|
7
|
+
type: String,
|
|
8
|
+
default: "danger"
|
|
9
|
+
},
|
|
10
|
+
size: String,
|
|
11
|
+
icon: {
|
|
12
|
+
type: String,
|
|
13
|
+
default: ""
|
|
14
|
+
},
|
|
15
|
+
nativeType: {
|
|
16
|
+
type: String,
|
|
17
|
+
default: "button"
|
|
18
|
+
},
|
|
19
|
+
loading: Boolean,
|
|
20
|
+
disabled: Boolean,
|
|
21
|
+
plain: Boolean,
|
|
22
|
+
autofocus: Boolean,
|
|
23
|
+
round: Boolean,
|
|
24
|
+
confirmable: Boolean,
|
|
25
|
+
text: {
|
|
26
|
+
type: String,
|
|
27
|
+
default: ""
|
|
28
|
+
},
|
|
29
|
+
tag: {
|
|
30
|
+
type: String,
|
|
31
|
+
default: "AwesomeButton"
|
|
32
|
+
}
|
|
33
|
+
} }]
|
|
34
|
+
};
|
|
35
|
+
//#endregion
|
|
36
|
+
export { t as default };
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
2
|
+
export default _default;
|
|
3
|
+
type __VLS_WithTemplateSlots<T, S> = T & (new () => {
|
|
4
|
+
$slots: S;
|
|
5
|
+
});
|
|
6
|
+
declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
7
|
+
type __VLS_TemplateResult = {
|
|
8
|
+
attrs: Partial<{}>;
|
|
9
|
+
slots: {
|
|
10
|
+
default?(_: {}): any;
|
|
11
|
+
};
|
|
12
|
+
refs: {};
|
|
13
|
+
rootEl: HTMLDivElement;
|
|
14
|
+
};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { formViewContextKey as e } from "../constants/index.mjs";
|
|
2
|
+
import { createElementBlock as t, createElementVNode as n, inject as r, normalizeStyle as i, openBlock as a, renderSlot as o, unref as s } from "vue";
|
|
3
|
+
//#region src/components/form/FormCard.vue
|
|
4
|
+
var c = { class: "form-content" }, l = {
|
|
5
|
+
__name: "FormCard",
|
|
6
|
+
setup(l) {
|
|
7
|
+
let u = r(e, null);
|
|
8
|
+
return (e, r) => {
|
|
9
|
+
var l;
|
|
10
|
+
return a(), t("div", {
|
|
11
|
+
class: "form-card",
|
|
12
|
+
style: i((l = s(u)) == null ? void 0 : l.formCardStyle)
|
|
13
|
+
}, [n("div", c, [o(e.$slots, "default")])], 4);
|
|
14
|
+
};
|
|
15
|
+
}
|
|
16
|
+
};
|
|
17
|
+
//#endregion
|
|
18
|
+
export { l as default };
|
|
@@ -0,0 +1,472 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
2
|
+
modelValue: (StringConstructor | ArrayConstructor | NumberConstructor)[];
|
|
3
|
+
options: ArrayConstructor;
|
|
4
|
+
props: ObjectConstructor;
|
|
5
|
+
size: StringConstructor;
|
|
6
|
+
placeholder: StringConstructor;
|
|
7
|
+
disabled: {
|
|
8
|
+
type: BooleanConstructor;
|
|
9
|
+
default: boolean;
|
|
10
|
+
};
|
|
11
|
+
clearable: {
|
|
12
|
+
type: BooleanConstructor;
|
|
13
|
+
default: boolean;
|
|
14
|
+
};
|
|
15
|
+
clearIcon: (StringConstructor | ObjectConstructor)[];
|
|
16
|
+
showAllLevels: {
|
|
17
|
+
type: BooleanConstructor;
|
|
18
|
+
default: boolean;
|
|
19
|
+
};
|
|
20
|
+
collapseTags: {
|
|
21
|
+
type: BooleanConstructor;
|
|
22
|
+
default: boolean;
|
|
23
|
+
};
|
|
24
|
+
collapseTagsTooltip: {
|
|
25
|
+
type: BooleanConstructor;
|
|
26
|
+
default: boolean;
|
|
27
|
+
};
|
|
28
|
+
maxCollapseTagsTooltipHeight: (StringConstructor | NumberConstructor)[];
|
|
29
|
+
separator: {
|
|
30
|
+
type: StringConstructor;
|
|
31
|
+
default: string;
|
|
32
|
+
};
|
|
33
|
+
filterable: {
|
|
34
|
+
type: BooleanConstructor;
|
|
35
|
+
default: boolean;
|
|
36
|
+
};
|
|
37
|
+
filterMethod: FunctionConstructor;
|
|
38
|
+
debounce: {
|
|
39
|
+
type: NumberConstructor;
|
|
40
|
+
default: number;
|
|
41
|
+
};
|
|
42
|
+
beforeFilter: FunctionConstructor;
|
|
43
|
+
popperClass: {
|
|
44
|
+
type: StringConstructor;
|
|
45
|
+
default: string;
|
|
46
|
+
};
|
|
47
|
+
popperStyle: (StringConstructor | ObjectConstructor)[];
|
|
48
|
+
teleported: {
|
|
49
|
+
type: BooleanConstructor;
|
|
50
|
+
default: boolean;
|
|
51
|
+
};
|
|
52
|
+
effect: {
|
|
53
|
+
type: StringConstructor;
|
|
54
|
+
default: string;
|
|
55
|
+
};
|
|
56
|
+
tagType: {
|
|
57
|
+
type: StringConstructor;
|
|
58
|
+
default: string;
|
|
59
|
+
};
|
|
60
|
+
tagEffect: {
|
|
61
|
+
type: StringConstructor;
|
|
62
|
+
default: string;
|
|
63
|
+
};
|
|
64
|
+
validateEvent: {
|
|
65
|
+
type: BooleanConstructor;
|
|
66
|
+
default: boolean;
|
|
67
|
+
};
|
|
68
|
+
maxCollapseTags: {
|
|
69
|
+
type: NumberConstructor;
|
|
70
|
+
default: number;
|
|
71
|
+
};
|
|
72
|
+
emptyValues: ArrayConstructor;
|
|
73
|
+
valueOnClear: (StringConstructor | BooleanConstructor | FunctionConstructor | NumberConstructor)[];
|
|
74
|
+
persistent: {
|
|
75
|
+
type: BooleanConstructor;
|
|
76
|
+
default: boolean;
|
|
77
|
+
};
|
|
78
|
+
fallbackPlacements: {
|
|
79
|
+
type: ArrayConstructor;
|
|
80
|
+
default: () => string[];
|
|
81
|
+
};
|
|
82
|
+
placement: {
|
|
83
|
+
type: StringConstructor;
|
|
84
|
+
default: string;
|
|
85
|
+
};
|
|
86
|
+
popperAppendToBody: {
|
|
87
|
+
type: BooleanConstructor;
|
|
88
|
+
default: boolean;
|
|
89
|
+
};
|
|
90
|
+
showCheckedStrategy: {
|
|
91
|
+
type: StringConstructor;
|
|
92
|
+
default: string;
|
|
93
|
+
};
|
|
94
|
+
readonly: BooleanConstructor;
|
|
95
|
+
last: BooleanConstructor;
|
|
96
|
+
checkStrictly: BooleanConstructor;
|
|
97
|
+
labelKey: {
|
|
98
|
+
type: StringConstructor;
|
|
99
|
+
default: string;
|
|
100
|
+
};
|
|
101
|
+
valueKey: {
|
|
102
|
+
type: StringConstructor;
|
|
103
|
+
default: string;
|
|
104
|
+
};
|
|
105
|
+
emitPath: {
|
|
106
|
+
type: BooleanConstructor;
|
|
107
|
+
default: boolean;
|
|
108
|
+
};
|
|
109
|
+
join: {
|
|
110
|
+
type: BooleanConstructor;
|
|
111
|
+
default: boolean;
|
|
112
|
+
};
|
|
113
|
+
idAsValue: {
|
|
114
|
+
type: BooleanConstructor;
|
|
115
|
+
default: boolean;
|
|
116
|
+
};
|
|
117
|
+
labelAsValue: BooleanConstructor;
|
|
118
|
+
treeDict: {
|
|
119
|
+
type: BooleanConstructor;
|
|
120
|
+
default: boolean;
|
|
121
|
+
};
|
|
122
|
+
dictType: StringConstructor;
|
|
123
|
+
wrapFormItem: {
|
|
124
|
+
type: BooleanConstructor;
|
|
125
|
+
default: boolean;
|
|
126
|
+
};
|
|
127
|
+
col: BooleanConstructor;
|
|
128
|
+
span: {
|
|
129
|
+
type: NumberConstructor;
|
|
130
|
+
default: number;
|
|
131
|
+
};
|
|
132
|
+
offset: {
|
|
133
|
+
type: NumberConstructor;
|
|
134
|
+
default: number;
|
|
135
|
+
};
|
|
136
|
+
push: {
|
|
137
|
+
type: NumberConstructor;
|
|
138
|
+
default: number;
|
|
139
|
+
};
|
|
140
|
+
pull: {
|
|
141
|
+
type: NumberConstructor;
|
|
142
|
+
default: number;
|
|
143
|
+
};
|
|
144
|
+
xs: {
|
|
145
|
+
type: (ObjectConstructor | NumberConstructor)[];
|
|
146
|
+
};
|
|
147
|
+
sm: {
|
|
148
|
+
type: (ObjectConstructor | NumberConstructor)[];
|
|
149
|
+
};
|
|
150
|
+
md: {
|
|
151
|
+
type: (ObjectConstructor | NumberConstructor)[];
|
|
152
|
+
};
|
|
153
|
+
lg: {
|
|
154
|
+
type: (ObjectConstructor | NumberConstructor)[];
|
|
155
|
+
};
|
|
156
|
+
xl: {
|
|
157
|
+
type: (ObjectConstructor | NumberConstructor)[];
|
|
158
|
+
};
|
|
159
|
+
tag: {
|
|
160
|
+
type: StringConstructor;
|
|
161
|
+
default: string;
|
|
162
|
+
};
|
|
163
|
+
prop: (StringConstructor | ArrayConstructor)[];
|
|
164
|
+
label: StringConstructor;
|
|
165
|
+
labelPosition: {
|
|
166
|
+
type: StringConstructor;
|
|
167
|
+
default: string;
|
|
168
|
+
};
|
|
169
|
+
labelWidth: (StringConstructor | NumberConstructor)[];
|
|
170
|
+
required: {
|
|
171
|
+
type: BooleanConstructor;
|
|
172
|
+
default: boolean;
|
|
173
|
+
};
|
|
174
|
+
rules: ObjectConstructor;
|
|
175
|
+
error: StringConstructor;
|
|
176
|
+
showMessage: {
|
|
177
|
+
type: BooleanConstructor;
|
|
178
|
+
default: boolean;
|
|
179
|
+
};
|
|
180
|
+
inlineMessage: {
|
|
181
|
+
type: BooleanConstructor;
|
|
182
|
+
default: boolean;
|
|
183
|
+
};
|
|
184
|
+
for: StringConstructor;
|
|
185
|
+
validateStatus: StringConstructor;
|
|
186
|
+
messagePrefix: StringConstructor;
|
|
187
|
+
message: StringConstructor;
|
|
188
|
+
wrapCol: {
|
|
189
|
+
type: BooleanConstructor;
|
|
190
|
+
default: boolean;
|
|
191
|
+
};
|
|
192
|
+
fixedSpan: NumberConstructor;
|
|
193
|
+
block: BooleanConstructor;
|
|
194
|
+
unwrap: BooleanConstructor;
|
|
195
|
+
half: BooleanConstructor;
|
|
196
|
+
formItemClass: StringConstructor;
|
|
197
|
+
hideLabel: BooleanConstructor;
|
|
198
|
+
tips: {
|
|
199
|
+
type: StringConstructor;
|
|
200
|
+
};
|
|
201
|
+
tipsAfterLabel: {
|
|
202
|
+
type: BooleanConstructor;
|
|
203
|
+
default: boolean;
|
|
204
|
+
};
|
|
205
|
+
labelColspan: (StringConstructor | NumberConstructor)[];
|
|
206
|
+
inputColspan: (StringConstructor | NumberConstructor)[];
|
|
207
|
+
labelRowspan: (StringConstructor | NumberConstructor)[];
|
|
208
|
+
inputRowspan: (StringConstructor | NumberConstructor)[];
|
|
209
|
+
}>, () => globalThis.VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
210
|
+
[key: string]: any;
|
|
211
|
+
}>, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
212
|
+
"update:modelValue": null;
|
|
213
|
+
}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
214
|
+
modelValue: (StringConstructor | ArrayConstructor | NumberConstructor)[];
|
|
215
|
+
options: ArrayConstructor;
|
|
216
|
+
props: ObjectConstructor;
|
|
217
|
+
size: StringConstructor;
|
|
218
|
+
placeholder: StringConstructor;
|
|
219
|
+
disabled: {
|
|
220
|
+
type: BooleanConstructor;
|
|
221
|
+
default: boolean;
|
|
222
|
+
};
|
|
223
|
+
clearable: {
|
|
224
|
+
type: BooleanConstructor;
|
|
225
|
+
default: boolean;
|
|
226
|
+
};
|
|
227
|
+
clearIcon: (StringConstructor | ObjectConstructor)[];
|
|
228
|
+
showAllLevels: {
|
|
229
|
+
type: BooleanConstructor;
|
|
230
|
+
default: boolean;
|
|
231
|
+
};
|
|
232
|
+
collapseTags: {
|
|
233
|
+
type: BooleanConstructor;
|
|
234
|
+
default: boolean;
|
|
235
|
+
};
|
|
236
|
+
collapseTagsTooltip: {
|
|
237
|
+
type: BooleanConstructor;
|
|
238
|
+
default: boolean;
|
|
239
|
+
};
|
|
240
|
+
maxCollapseTagsTooltipHeight: (StringConstructor | NumberConstructor)[];
|
|
241
|
+
separator: {
|
|
242
|
+
type: StringConstructor;
|
|
243
|
+
default: string;
|
|
244
|
+
};
|
|
245
|
+
filterable: {
|
|
246
|
+
type: BooleanConstructor;
|
|
247
|
+
default: boolean;
|
|
248
|
+
};
|
|
249
|
+
filterMethod: FunctionConstructor;
|
|
250
|
+
debounce: {
|
|
251
|
+
type: NumberConstructor;
|
|
252
|
+
default: number;
|
|
253
|
+
};
|
|
254
|
+
beforeFilter: FunctionConstructor;
|
|
255
|
+
popperClass: {
|
|
256
|
+
type: StringConstructor;
|
|
257
|
+
default: string;
|
|
258
|
+
};
|
|
259
|
+
popperStyle: (StringConstructor | ObjectConstructor)[];
|
|
260
|
+
teleported: {
|
|
261
|
+
type: BooleanConstructor;
|
|
262
|
+
default: boolean;
|
|
263
|
+
};
|
|
264
|
+
effect: {
|
|
265
|
+
type: StringConstructor;
|
|
266
|
+
default: string;
|
|
267
|
+
};
|
|
268
|
+
tagType: {
|
|
269
|
+
type: StringConstructor;
|
|
270
|
+
default: string;
|
|
271
|
+
};
|
|
272
|
+
tagEffect: {
|
|
273
|
+
type: StringConstructor;
|
|
274
|
+
default: string;
|
|
275
|
+
};
|
|
276
|
+
validateEvent: {
|
|
277
|
+
type: BooleanConstructor;
|
|
278
|
+
default: boolean;
|
|
279
|
+
};
|
|
280
|
+
maxCollapseTags: {
|
|
281
|
+
type: NumberConstructor;
|
|
282
|
+
default: number;
|
|
283
|
+
};
|
|
284
|
+
emptyValues: ArrayConstructor;
|
|
285
|
+
valueOnClear: (StringConstructor | BooleanConstructor | FunctionConstructor | NumberConstructor)[];
|
|
286
|
+
persistent: {
|
|
287
|
+
type: BooleanConstructor;
|
|
288
|
+
default: boolean;
|
|
289
|
+
};
|
|
290
|
+
fallbackPlacements: {
|
|
291
|
+
type: ArrayConstructor;
|
|
292
|
+
default: () => string[];
|
|
293
|
+
};
|
|
294
|
+
placement: {
|
|
295
|
+
type: StringConstructor;
|
|
296
|
+
default: string;
|
|
297
|
+
};
|
|
298
|
+
popperAppendToBody: {
|
|
299
|
+
type: BooleanConstructor;
|
|
300
|
+
default: boolean;
|
|
301
|
+
};
|
|
302
|
+
showCheckedStrategy: {
|
|
303
|
+
type: StringConstructor;
|
|
304
|
+
default: string;
|
|
305
|
+
};
|
|
306
|
+
readonly: BooleanConstructor;
|
|
307
|
+
last: BooleanConstructor;
|
|
308
|
+
checkStrictly: BooleanConstructor;
|
|
309
|
+
labelKey: {
|
|
310
|
+
type: StringConstructor;
|
|
311
|
+
default: string;
|
|
312
|
+
};
|
|
313
|
+
valueKey: {
|
|
314
|
+
type: StringConstructor;
|
|
315
|
+
default: string;
|
|
316
|
+
};
|
|
317
|
+
emitPath: {
|
|
318
|
+
type: BooleanConstructor;
|
|
319
|
+
default: boolean;
|
|
320
|
+
};
|
|
321
|
+
join: {
|
|
322
|
+
type: BooleanConstructor;
|
|
323
|
+
default: boolean;
|
|
324
|
+
};
|
|
325
|
+
idAsValue: {
|
|
326
|
+
type: BooleanConstructor;
|
|
327
|
+
default: boolean;
|
|
328
|
+
};
|
|
329
|
+
labelAsValue: BooleanConstructor;
|
|
330
|
+
treeDict: {
|
|
331
|
+
type: BooleanConstructor;
|
|
332
|
+
default: boolean;
|
|
333
|
+
};
|
|
334
|
+
dictType: StringConstructor;
|
|
335
|
+
wrapFormItem: {
|
|
336
|
+
type: BooleanConstructor;
|
|
337
|
+
default: boolean;
|
|
338
|
+
};
|
|
339
|
+
col: BooleanConstructor;
|
|
340
|
+
span: {
|
|
341
|
+
type: NumberConstructor;
|
|
342
|
+
default: number;
|
|
343
|
+
};
|
|
344
|
+
offset: {
|
|
345
|
+
type: NumberConstructor;
|
|
346
|
+
default: number;
|
|
347
|
+
};
|
|
348
|
+
push: {
|
|
349
|
+
type: NumberConstructor;
|
|
350
|
+
default: number;
|
|
351
|
+
};
|
|
352
|
+
pull: {
|
|
353
|
+
type: NumberConstructor;
|
|
354
|
+
default: number;
|
|
355
|
+
};
|
|
356
|
+
xs: {
|
|
357
|
+
type: (ObjectConstructor | NumberConstructor)[];
|
|
358
|
+
};
|
|
359
|
+
sm: {
|
|
360
|
+
type: (ObjectConstructor | NumberConstructor)[];
|
|
361
|
+
};
|
|
362
|
+
md: {
|
|
363
|
+
type: (ObjectConstructor | NumberConstructor)[];
|
|
364
|
+
};
|
|
365
|
+
lg: {
|
|
366
|
+
type: (ObjectConstructor | NumberConstructor)[];
|
|
367
|
+
};
|
|
368
|
+
xl: {
|
|
369
|
+
type: (ObjectConstructor | NumberConstructor)[];
|
|
370
|
+
};
|
|
371
|
+
tag: {
|
|
372
|
+
type: StringConstructor;
|
|
373
|
+
default: string;
|
|
374
|
+
};
|
|
375
|
+
prop: (StringConstructor | ArrayConstructor)[];
|
|
376
|
+
label: StringConstructor;
|
|
377
|
+
labelPosition: {
|
|
378
|
+
type: StringConstructor;
|
|
379
|
+
default: string;
|
|
380
|
+
};
|
|
381
|
+
labelWidth: (StringConstructor | NumberConstructor)[];
|
|
382
|
+
required: {
|
|
383
|
+
type: BooleanConstructor;
|
|
384
|
+
default: boolean;
|
|
385
|
+
};
|
|
386
|
+
rules: ObjectConstructor;
|
|
387
|
+
error: StringConstructor;
|
|
388
|
+
showMessage: {
|
|
389
|
+
type: BooleanConstructor;
|
|
390
|
+
default: boolean;
|
|
391
|
+
};
|
|
392
|
+
inlineMessage: {
|
|
393
|
+
type: BooleanConstructor;
|
|
394
|
+
default: boolean;
|
|
395
|
+
};
|
|
396
|
+
for: StringConstructor;
|
|
397
|
+
validateStatus: StringConstructor;
|
|
398
|
+
messagePrefix: StringConstructor;
|
|
399
|
+
message: StringConstructor;
|
|
400
|
+
wrapCol: {
|
|
401
|
+
type: BooleanConstructor;
|
|
402
|
+
default: boolean;
|
|
403
|
+
};
|
|
404
|
+
fixedSpan: NumberConstructor;
|
|
405
|
+
block: BooleanConstructor;
|
|
406
|
+
unwrap: BooleanConstructor;
|
|
407
|
+
half: BooleanConstructor;
|
|
408
|
+
formItemClass: StringConstructor;
|
|
409
|
+
hideLabel: BooleanConstructor;
|
|
410
|
+
tips: {
|
|
411
|
+
type: StringConstructor;
|
|
412
|
+
};
|
|
413
|
+
tipsAfterLabel: {
|
|
414
|
+
type: BooleanConstructor;
|
|
415
|
+
default: boolean;
|
|
416
|
+
};
|
|
417
|
+
labelColspan: (StringConstructor | NumberConstructor)[];
|
|
418
|
+
inputColspan: (StringConstructor | NumberConstructor)[];
|
|
419
|
+
labelRowspan: (StringConstructor | NumberConstructor)[];
|
|
420
|
+
inputRowspan: (StringConstructor | NumberConstructor)[];
|
|
421
|
+
}>> & Readonly<{
|
|
422
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
423
|
+
}>, {
|
|
424
|
+
disabled: boolean;
|
|
425
|
+
push: number;
|
|
426
|
+
join: boolean;
|
|
427
|
+
col: boolean;
|
|
428
|
+
span: number;
|
|
429
|
+
tag: string;
|
|
430
|
+
offset: number;
|
|
431
|
+
placement: string;
|
|
432
|
+
readonly: boolean;
|
|
433
|
+
required: boolean;
|
|
434
|
+
wrapCol: boolean;
|
|
435
|
+
block: boolean;
|
|
436
|
+
unwrap: boolean;
|
|
437
|
+
half: boolean;
|
|
438
|
+
hideLabel: boolean;
|
|
439
|
+
tipsAfterLabel: boolean;
|
|
440
|
+
labelPosition: string;
|
|
441
|
+
showMessage: boolean;
|
|
442
|
+
inlineMessage: boolean;
|
|
443
|
+
pull: number;
|
|
444
|
+
wrapFormItem: boolean;
|
|
445
|
+
treeDict: boolean;
|
|
446
|
+
idAsValue: boolean;
|
|
447
|
+
labelAsValue: boolean;
|
|
448
|
+
clearable: boolean;
|
|
449
|
+
showAllLevels: boolean;
|
|
450
|
+
collapseTags: boolean;
|
|
451
|
+
collapseTagsTooltip: boolean;
|
|
452
|
+
separator: string;
|
|
453
|
+
filterable: boolean;
|
|
454
|
+
debounce: number;
|
|
455
|
+
popperClass: string;
|
|
456
|
+
teleported: boolean;
|
|
457
|
+
effect: string;
|
|
458
|
+
tagType: string;
|
|
459
|
+
tagEffect: string;
|
|
460
|
+
validateEvent: boolean;
|
|
461
|
+
maxCollapseTags: number;
|
|
462
|
+
persistent: boolean;
|
|
463
|
+
fallbackPlacements: unknown[];
|
|
464
|
+
popperAppendToBody: boolean;
|
|
465
|
+
showCheckedStrategy: string;
|
|
466
|
+
last: boolean;
|
|
467
|
+
checkStrictly: boolean;
|
|
468
|
+
labelKey: string;
|
|
469
|
+
valueKey: string;
|
|
470
|
+
emitPath: boolean;
|
|
471
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
472
|
+
export default _default;
|