@web-utils/form-ui 1.0.0-beta5 → 1.0.0-beta51

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (208) hide show
  1. package/api/index.d.ts +60 -0
  2. package/api/index.mjs +42 -0
  3. package/awesome-button/index.d.ts +60 -0
  4. package/awesome-button/index.mjs +49 -0
  5. package/base.css +1 -1
  6. package/chunks/6yfBZFOB.mjs +56 -0
  7. package/chunks/B1IPSTA6.mjs +198 -0
  8. package/chunks/B9gA65rt2.mjs +38 -0
  9. package/chunks/BBERmTup.mjs +83 -0
  10. package/chunks/BG8z3V9d2.mjs +643 -0
  11. package/chunks/BQk3-Ppb2.mjs +146 -0
  12. package/chunks/BQyL45PF2.mjs +207 -0
  13. package/chunks/BWh6u1O0.mjs +660 -0
  14. package/chunks/BbSPWDDZ.mjs +100 -0
  15. package/chunks/BfxDxIg0.mjs +106 -0
  16. package/chunks/BqWvBF14.mjs +35 -0
  17. package/chunks/BsZgAJX_2.mjs +81 -0
  18. package/chunks/BtcjAHE6.mjs +317 -0
  19. package/chunks/Bwbtu2cp.mjs +194 -0
  20. package/chunks/ByHz4mmh.mjs +87 -0
  21. package/chunks/C2zgFLYO.mjs +185 -0
  22. package/chunks/C7G-cAoI.mjs +1361 -0
  23. package/chunks/CAd1zK9Q.mjs +25 -0
  24. package/chunks/CJdkjadi.mjs +17 -0
  25. package/chunks/CXsoKP22.mjs +86 -0
  26. package/chunks/CabldOLo.mjs +157 -0
  27. package/chunks/CkOD-_VV.mjs +8 -0
  28. package/chunks/CqVd8D222.mjs +89 -0
  29. package/chunks/CuAoMR3n.mjs +105 -0
  30. package/chunks/DA7oGHSX.mjs +141 -0
  31. package/chunks/DKwp6AMl.mjs +168 -0
  32. package/chunks/DOP3aBxf.mjs +93 -0
  33. package/chunks/DOZRzqlo.mjs +37 -0
  34. package/chunks/D_Fs3bkZ.mjs +57 -0
  35. package/chunks/D_qiRmiE.mjs +230 -0
  36. package/chunks/DcTVYqeJ.mjs +113 -0
  37. package/chunks/Dt3lfDnL.mjs +166 -0
  38. package/chunks/GI8krYU82.mjs +478 -0
  39. package/chunks/V2p-PCpL.mjs +176 -0
  40. package/chunks/YFiU0ngn.mjs +622 -0
  41. package/chunks/bFbPPcdq.mjs +25 -0
  42. package/chunks/eae6huQB.mjs +25 -0
  43. package/chunks/gCeDFHo1.mjs +32 -0
  44. package/chunks/gLPy4Sus.mjs +164 -0
  45. package/chunks/hlha6Bhc.mjs +107 -0
  46. package/chunks/pIzhYsBe.mjs +93 -0
  47. package/chunks/wDS9KBFw.mjs +67 -0
  48. package/chunks/wXeqV-_7.mjs +89 -0
  49. package/confirm-button/index.d.ts +122 -0
  50. package/confirm-button/index.mjs +35 -0
  51. package/confirmable/index.d.ts +93 -0
  52. package/confirmable/index.mjs +8 -0
  53. package/constants/index.d.ts +54 -0
  54. package/constants/index.mjs +4 -0
  55. package/dict-render/index.d.ts +28 -0
  56. package/dict-render/index.mjs +2 -0
  57. package/editable-tree/index.d.ts +254 -0
  58. package/editable-tree/index.mjs +2 -0
  59. package/editable-tree/style.css +1 -0
  60. package/element-dialog/index.d.ts +337 -16
  61. package/element-dialog/index.mjs +2 -91
  62. package/element-resize-observer/index.d.ts +8 -0
  63. package/element-resize-observer/index.mjs +40 -0
  64. package/element-resize-observer/style.css +1 -0
  65. package/empty-view/index.d.ts +2 -2
  66. package/empty-view/index.mjs +1 -1
  67. package/flex-scroll-area/index.d.ts +1 -1
  68. package/flex-scroll-area/index.mjs +1 -1
  69. package/form-advice/index.mjs +13 -12
  70. package/form-button/index.d.ts +123 -0
  71. package/form-button/index.mjs +36 -0
  72. package/form-card/index.d.ts +14 -0
  73. package/form-card/index.mjs +18 -0
  74. package/form-cascader/index.d.ts +472 -0
  75. package/form-cascader/index.mjs +2 -0
  76. package/form-checkbox/index.d.ts +236 -16
  77. package/form-checkbox/index.mjs +1 -1
  78. package/form-checkbox-group/index.d.ts +364 -0
  79. package/form-checkbox-group/index.mjs +2 -0
  80. package/form-checkbox-group/style.css +1 -0
  81. package/form-date-picker/index.d.ts +390 -19
  82. package/form-date-picker/index.mjs +1 -1
  83. package/form-holder/index.d.ts +87 -20
  84. package/form-holder/index.mjs +1 -1
  85. package/form-holder/style.css +1 -1
  86. package/form-image/index.d.ts +145 -13
  87. package/form-image/index.mjs +1 -1
  88. package/form-input/index.d.ts +301 -20
  89. package/form-input/index.mjs +1 -1
  90. package/form-input/style.css +1 -0
  91. package/form-input-cron-expression/index.d.ts +217 -0
  92. package/form-input-cron-expression/index.mjs +2 -0
  93. package/form-input-cron-expression/style.css +1 -0
  94. package/form-input-email/index.d.ts +307 -16
  95. package/form-input-email/index.mjs +1 -1
  96. package/form-input-id-card/index.d.ts +307 -16
  97. package/form-input-id-card/index.mjs +1 -1
  98. package/form-input-number/index.d.ts +246 -18
  99. package/form-input-number/index.mjs +1 -1
  100. package/form-input-phone-number/index.d.ts +307 -16
  101. package/form-input-phone-number/index.mjs +1 -1
  102. package/form-input-tag/index.d.ts +263 -1
  103. package/form-input-tag/index.mjs +1 -3
  104. package/form-input-time/index.d.ts +434 -1
  105. package/form-input-time/index.mjs +1 -3
  106. package/form-item-config-provider/index.d.ts +22 -0
  107. package/form-item-config-provider/index.mjs +24 -0
  108. package/form-item-group/index.d.ts +91 -17
  109. package/form-item-group/index.mjs +2 -78
  110. package/form-item-group/style.css +1 -1
  111. package/form-item-x/index.d.ts +141 -11
  112. package/form-item-x/index.mjs +1 -1
  113. package/form-item-x/style.css +1 -0
  114. package/form-radio-group/index.d.ts +303 -16
  115. package/form-radio-group/index.mjs +1 -1
  116. package/form-rate/index.d.ts +254 -14
  117. package/form-rate/index.mjs +1 -1
  118. package/form-red-table/index.mjs +27 -26
  119. package/form-row/index.d.ts +2 -2
  120. package/form-row/index.mjs +1 -1
  121. package/form-select/index.d.ts +537 -18
  122. package/form-select/index.mjs +1 -1
  123. package/form-slider/index.d.ts +283 -16
  124. package/form-slider/index.mjs +1 -1
  125. package/form-switch/index.d.ts +272 -14
  126. package/form-switch/index.mjs +1 -1
  127. package/form-table/index.d.ts +269 -0
  128. package/form-table/index.mjs +2 -0
  129. package/form-table-plus/index.d.ts +266 -0
  130. package/form-table-plus/index.mjs +2 -0
  131. package/form-text/index.d.ts +165 -13
  132. package/form-text/index.mjs +1 -1
  133. package/form-textarea/index.d.ts +351 -0
  134. package/form-textarea/index.mjs +2 -0
  135. package/form-time-select/index.d.ts +319 -0
  136. package/form-time-select/index.mjs +2 -0
  137. package/form-view/index.mjs +1 -1
  138. package/helper/dictionary.d.ts +15 -0
  139. package/helper/dictionary.mjs +97 -0
  140. package/hook/useDictionary.d.ts +60 -0
  141. package/hook/useDictionary.mjs +15 -0
  142. package/hook/useVisibilityChange.d.ts +4 -0
  143. package/hook/useVisibilityChange.mjs +14 -0
  144. package/iframe-window/index.d.ts +9 -0
  145. package/iframe-window/index.mjs +37 -0
  146. package/iframe-window/style.css +1 -0
  147. package/index.css +2 -0
  148. package/index.d.ts +57 -36
  149. package/index.mjs +59 -61
  150. package/package.json +10 -5
  151. package/pageable-table/index.d.ts +400 -0
  152. package/pageable-table/index.mjs +2 -0
  153. package/pageable-table/style.css +1 -0
  154. package/resolver/index.mjs +29 -0
  155. package/sub-table/index.d.ts +100 -0
  156. package/sub-table/index.mjs +537 -0
  157. package/sub-table/style.css +1 -0
  158. package/sub-table-plus/index.d.ts +100 -0
  159. package/sub-table-plus/index.mjs +2 -0
  160. package/sub-table-plus/style.css +1 -0
  161. package/table-column/index.d.ts +160 -0
  162. package/table-column/index.mjs +2 -0
  163. package/table-column/style.css +1 -0
  164. package/table-column-def/index.d.ts +95 -0
  165. package/table-column-def/index.mjs +11 -0
  166. package/table-view/index.d.ts +341 -1
  167. package/table-view/index.mjs +457 -6
  168. package/table-view/style.css +1 -0
  169. package/toolbar/index.d.ts +128 -1
  170. package/toolbar/index.mjs +1 -8
  171. package/toolbar/style.css +1 -0
  172. package/toolbar-button/index.d.ts +188 -1
  173. package/toolbar-button/index.mjs +1 -8
  174. package/vue-cron/index.d.ts +191 -0
  175. package/vue-cron/index.mjs +2 -0
  176. package/vue-cron/style.css +1 -0
  177. package/web-types.json +1 -1
  178. package/x-input-tag/index.d.ts +2 -0
  179. package/x-input-tag/index.mjs +228 -0
  180. package/x-input-tag/style.css +1 -0
  181. package/year-calendar/index.d.ts +99 -0
  182. package/year-calendar/index.mjs +2 -0
  183. package/year-calendar/style.css +1 -0
  184. package/chunks/B4M_TFeR.mjs +0 -152
  185. package/chunks/B5BIQCcK.mjs +0 -149
  186. package/chunks/BHNKrW1j.mjs +0 -61
  187. package/chunks/BO9jWhBl.mjs +0 -46
  188. package/chunks/BZ8aOa78.mjs +0 -35
  189. package/chunks/Bsz7y4Xp.mjs +0 -73
  190. package/chunks/Bxj372sF.mjs +0 -53
  191. package/chunks/C33EmJN8.mjs +0 -32
  192. package/chunks/C6Li3-l7.mjs +0 -28
  193. package/chunks/CBcdalMX.mjs +0 -35
  194. package/chunks/CdRsyF0n.mjs +0 -43
  195. package/chunks/ClNahmiU.mjs +0 -23
  196. package/chunks/CstztYMu.mjs +0 -28
  197. package/chunks/DC9b53M6.mjs +0 -32
  198. package/chunks/DDVAgRED.mjs +0 -36
  199. package/chunks/DpJQABVD.mjs +0 -91
  200. package/chunks/ZsLNWI9x.mjs +0 -46
  201. package/chunks/jn_iQrVZ.mjs +0 -28
  202. package/constants.d.ts +0 -1
  203. package/constants.mjs +0 -4
  204. package/form-check-box-group/index.d.ts +0 -93
  205. package/form-check-box-group/index.mjs +0 -2
  206. package/input/style.css +0 -1
  207. package/resolver.mjs +0 -79
  208. /package/{resolver.d.ts → resolver/index.d.ts} +0 -0
@@ -0,0 +1,123 @@
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: {
28
+ type: StringConstructor;
29
+ default: string;
30
+ };
31
+ loadable: BooleanConstructor;
32
+ loadingText: {
33
+ type: StringConstructor;
34
+ default: string;
35
+ };
36
+ tag: {
37
+ type: StringConstructor;
38
+ default: string;
39
+ };
40
+ icon: StringConstructor;
41
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
42
+ stop: {
43
+ type: BooleanConstructor;
44
+ default: boolean;
45
+ };
46
+ prevent: {
47
+ type: BooleanConstructor;
48
+ default: boolean;
49
+ };
50
+ text: {
51
+ type: StringConstructor;
52
+ default: string;
53
+ };
54
+ message: StringConstructor;
55
+ confirmable: {
56
+ type: BooleanConstructor;
57
+ default: boolean;
58
+ };
59
+ confirmText: {
60
+ type: StringConstructor;
61
+ default: string;
62
+ };
63
+ confirmType: {
64
+ type: StringConstructor;
65
+ default: string;
66
+ };
67
+ confirmTitle: {
68
+ type: StringConstructor;
69
+ default: string;
70
+ };
71
+ loadable: BooleanConstructor;
72
+ loadingText: {
73
+ type: StringConstructor;
74
+ default: string;
75
+ };
76
+ tag: {
77
+ type: StringConstructor;
78
+ default: string;
79
+ };
80
+ icon: StringConstructor;
81
+ }>> & Readonly<{}>, {
82
+ text: string;
83
+ stop: boolean;
84
+ prevent: boolean;
85
+ loadable: boolean;
86
+ loadingText: string;
87
+ confirmable: boolean;
88
+ confirmType: string;
89
+ confirmText: string;
90
+ confirmTitle: string;
91
+ tag: string;
92
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any> | {
93
+ props: {
94
+ type: {
95
+ type: StringConstructor;
96
+ default: string;
97
+ };
98
+ size: StringConstructor;
99
+ icon: {
100
+ type: StringConstructor;
101
+ default: string;
102
+ };
103
+ nativeType: {
104
+ type: StringConstructor;
105
+ default: string;
106
+ };
107
+ loading: BooleanConstructor;
108
+ disabled: BooleanConstructor;
109
+ plain: BooleanConstructor;
110
+ autofocus: BooleanConstructor;
111
+ round: BooleanConstructor;
112
+ confirmable: BooleanConstructor;
113
+ text: {
114
+ type: StringConstructor;
115
+ default: string;
116
+ };
117
+ tag: {
118
+ type: StringConstructor;
119
+ default: string;
120
+ };
121
+ };
122
+ }, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
123
+ 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 = /* @__PURE__ */ Object.assign({ name: "FormCard" }, {
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
+ clearable: {
8
+ type: BooleanConstructor;
9
+ default: boolean;
10
+ };
11
+ clearIcon: (StringConstructor | ObjectConstructor)[];
12
+ showAllLevels: {
13
+ type: BooleanConstructor;
14
+ default: boolean;
15
+ };
16
+ collapseTags: {
17
+ type: BooleanConstructor;
18
+ default: boolean;
19
+ };
20
+ collapseTagsTooltip: {
21
+ type: BooleanConstructor;
22
+ default: boolean;
23
+ };
24
+ maxCollapseTagsTooltipHeight: (StringConstructor | NumberConstructor)[];
25
+ separator: {
26
+ type: StringConstructor;
27
+ default: string;
28
+ };
29
+ filterable: {
30
+ type: BooleanConstructor;
31
+ default: boolean;
32
+ };
33
+ filterMethod: FunctionConstructor;
34
+ debounce: {
35
+ type: NumberConstructor;
36
+ default: number;
37
+ };
38
+ beforeFilter: FunctionConstructor;
39
+ popperClass: {
40
+ type: StringConstructor;
41
+ default: string;
42
+ };
43
+ popperStyle: (StringConstructor | ObjectConstructor)[];
44
+ teleported: {
45
+ type: BooleanConstructor;
46
+ default: boolean;
47
+ };
48
+ effect: {
49
+ type: StringConstructor;
50
+ default: string;
51
+ };
52
+ tagType: {
53
+ type: StringConstructor;
54
+ default: string;
55
+ };
56
+ tagEffect: {
57
+ type: StringConstructor;
58
+ default: string;
59
+ };
60
+ validateEvent: {
61
+ type: BooleanConstructor;
62
+ default: boolean;
63
+ };
64
+ maxCollapseTags: {
65
+ type: NumberConstructor;
66
+ default: number;
67
+ };
68
+ emptyValues: ArrayConstructor;
69
+ valueOnClear: (StringConstructor | BooleanConstructor | FunctionConstructor | NumberConstructor)[];
70
+ persistent: {
71
+ type: BooleanConstructor;
72
+ default: boolean;
73
+ };
74
+ fallbackPlacements: {
75
+ type: ArrayConstructor;
76
+ default: () => string[];
77
+ };
78
+ placement: {
79
+ type: StringConstructor;
80
+ default: string;
81
+ };
82
+ popperAppendToBody: {
83
+ type: BooleanConstructor;
84
+ default: boolean;
85
+ };
86
+ showCheckedStrategy: {
87
+ type: StringConstructor;
88
+ default: string;
89
+ };
90
+ readonly: BooleanConstructor;
91
+ last: BooleanConstructor;
92
+ checkStrictly: BooleanConstructor;
93
+ labelKey: {
94
+ type: StringConstructor;
95
+ default: string;
96
+ };
97
+ valueKey: {
98
+ type: StringConstructor;
99
+ default: string;
100
+ };
101
+ emitPath: {
102
+ type: BooleanConstructor;
103
+ default: boolean;
104
+ };
105
+ join: {
106
+ type: BooleanConstructor;
107
+ default: boolean;
108
+ };
109
+ idAsValue: {
110
+ type: BooleanConstructor;
111
+ default: boolean;
112
+ };
113
+ labelAsValue: BooleanConstructor;
114
+ treeDict: {
115
+ type: BooleanConstructor;
116
+ default: boolean;
117
+ };
118
+ dictType: StringConstructor;
119
+ wrapFormItem: {
120
+ type: BooleanConstructor;
121
+ default: boolean;
122
+ };
123
+ disabled: {
124
+ type: BooleanConstructor;
125
+ default: undefined;
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
+ clearable: {
220
+ type: BooleanConstructor;
221
+ default: boolean;
222
+ };
223
+ clearIcon: (StringConstructor | ObjectConstructor)[];
224
+ showAllLevels: {
225
+ type: BooleanConstructor;
226
+ default: boolean;
227
+ };
228
+ collapseTags: {
229
+ type: BooleanConstructor;
230
+ default: boolean;
231
+ };
232
+ collapseTagsTooltip: {
233
+ type: BooleanConstructor;
234
+ default: boolean;
235
+ };
236
+ maxCollapseTagsTooltipHeight: (StringConstructor | NumberConstructor)[];
237
+ separator: {
238
+ type: StringConstructor;
239
+ default: string;
240
+ };
241
+ filterable: {
242
+ type: BooleanConstructor;
243
+ default: boolean;
244
+ };
245
+ filterMethod: FunctionConstructor;
246
+ debounce: {
247
+ type: NumberConstructor;
248
+ default: number;
249
+ };
250
+ beforeFilter: FunctionConstructor;
251
+ popperClass: {
252
+ type: StringConstructor;
253
+ default: string;
254
+ };
255
+ popperStyle: (StringConstructor | ObjectConstructor)[];
256
+ teleported: {
257
+ type: BooleanConstructor;
258
+ default: boolean;
259
+ };
260
+ effect: {
261
+ type: StringConstructor;
262
+ default: string;
263
+ };
264
+ tagType: {
265
+ type: StringConstructor;
266
+ default: string;
267
+ };
268
+ tagEffect: {
269
+ type: StringConstructor;
270
+ default: string;
271
+ };
272
+ validateEvent: {
273
+ type: BooleanConstructor;
274
+ default: boolean;
275
+ };
276
+ maxCollapseTags: {
277
+ type: NumberConstructor;
278
+ default: number;
279
+ };
280
+ emptyValues: ArrayConstructor;
281
+ valueOnClear: (StringConstructor | BooleanConstructor | FunctionConstructor | NumberConstructor)[];
282
+ persistent: {
283
+ type: BooleanConstructor;
284
+ default: boolean;
285
+ };
286
+ fallbackPlacements: {
287
+ type: ArrayConstructor;
288
+ default: () => string[];
289
+ };
290
+ placement: {
291
+ type: StringConstructor;
292
+ default: string;
293
+ };
294
+ popperAppendToBody: {
295
+ type: BooleanConstructor;
296
+ default: boolean;
297
+ };
298
+ showCheckedStrategy: {
299
+ type: StringConstructor;
300
+ default: string;
301
+ };
302
+ readonly: BooleanConstructor;
303
+ last: BooleanConstructor;
304
+ checkStrictly: BooleanConstructor;
305
+ labelKey: {
306
+ type: StringConstructor;
307
+ default: string;
308
+ };
309
+ valueKey: {
310
+ type: StringConstructor;
311
+ default: string;
312
+ };
313
+ emitPath: {
314
+ type: BooleanConstructor;
315
+ default: boolean;
316
+ };
317
+ join: {
318
+ type: BooleanConstructor;
319
+ default: boolean;
320
+ };
321
+ idAsValue: {
322
+ type: BooleanConstructor;
323
+ default: boolean;
324
+ };
325
+ labelAsValue: BooleanConstructor;
326
+ treeDict: {
327
+ type: BooleanConstructor;
328
+ default: boolean;
329
+ };
330
+ dictType: StringConstructor;
331
+ wrapFormItem: {
332
+ type: BooleanConstructor;
333
+ default: boolean;
334
+ };
335
+ disabled: {
336
+ type: BooleanConstructor;
337
+ default: undefined;
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
+ treeDict: boolean;
433
+ idAsValue: boolean;
434
+ labelAsValue: boolean;
435
+ readonly: boolean;
436
+ required: boolean;
437
+ wrapCol: boolean;
438
+ block: boolean;
439
+ unwrap: boolean;
440
+ half: boolean;
441
+ hideLabel: boolean;
442
+ tipsAfterLabel: boolean;
443
+ labelPosition: string;
444
+ showMessage: boolean;
445
+ inlineMessage: boolean;
446
+ pull: number;
447
+ wrapFormItem: 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;
@@ -0,0 +1,2 @@
1
+ import { t as e } from "../chunks/Bwbtu2cp.mjs";
2
+ export { e as default };