duck-vue-components 0.3.13 → 0.3.14

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.
@@ -1,59 +1,85 @@
1
- import { c as complexT, n as baseT, o as infoI } from "./index-BPQVuYZD.js";
2
- import { O as Mutable$1, nn as SFCWithInstall, t as FormData } from "./index-DjM1ozxC.js";
1
+ import { c as complexT, n as baseT, o as infoI } from "./index-Di4VXcF7.js";
2
+ import { O as Mutable$1, nn as SFCWithInstall$1, t as FormData } from "./index-CaT_2j-S.js";
3
3
  import * as _$element_plus0 from "element-plus";
4
- import { AffixEmits, AffixProps, AlertEmits, AlertProps, AutocompleteEmits, AutocompleteProps, AvatarEmits, AvatarProps, ButtonProps, ColProps, DialogEmits, DialogProps, DividerProps, FormEmits, FormItemProps, FormProps, FormRules, ImageEmits, ImageProps, InputEmits, InputNumberEmits, InputNumberProps, InputProps, InputTagEmits, InputTagProps, PaginationEmits, PaginationProps, PopconfirmEmits, PopconfirmProps, ProgressProps, RowProps, SegmentedEmits, SegmentedProps, SelectProps, SliderEmits, SliderProps, SwitchEmits, SwitchProps, TabPaneProps, TableColumnCtx, TableProps, TabsEmits, TabsProps, TagEmits, TagProps, TextProps, TreeInstance, TreeNodeData, TreeNodeData as TreeNodeData$1, UploadFile, dropdownItemProps, dropdownProps, selectEmits } from "element-plus";
4
+ import { AffixEmits, AffixProps, AlertEmits, AlertProps, AutocompleteEmits, AutocompleteProps, AvatarEmits, AvatarProps, ButtonProps, ColProps, CollapseEmits, CollapseProps, DialogEmits, DialogProps, DividerProps, FormEmits, FormItemProps, FormProps, FormRules, ImageEmits, ImageProps, InputEmits, InputNumberEmits, InputNumberProps, InputProps, InputTagEmits, InputTagProps, PaginationEmits, PaginationProps, PopconfirmEmits, PopconfirmProps, ProgressProps, RowProps, SegmentedEmits, SegmentedProps, SelectProps, SliderEmits, SliderProps, SwitchEmits, SwitchProps, TabPaneProps, TableColumnCtx, TableProps, TabsEmits, TabsProps, TagEmits, TagProps, TextProps, TreeInstance, TreeNodeData, TreeNodeData as TreeNodeData$1, UploadFile, dropdownItemProps, dropdownProps, selectEmits } from "element-plus";
5
5
  import * as _$vue from "vue";
6
6
  import { Component, ExtractPropTypes, nextTick } from "vue";
7
+ import { SFCWithInstall } from "@rw-element-admin/utils";
7
8
  import * as _$element_plus_es_utils_index_mjs0 from "element-plus/es/utils/index.mjs";
8
9
  import * as _$element_plus_es_components_tree_src_model_node_mjs0 from "element-plus/es/components/tree/src/model/node.mjs";
9
10
  import * as _$element_plus_es_components_segmented_src_types_mjs0 from "element-plus/es/components/segmented/src/types.mjs";
10
11
 
11
12
  //#region src/packages/controls/affix/affix.vue.d.ts
12
- type __VLS_Props$34 = {
13
- control: Partial<OptionT$41>;
13
+ type __VLS_Props$35 = {
14
+ control: Partial<OptionT$42>;
14
15
  };
15
- declare const __VLS_export$38: _$vue.DefineComponent<__VLS_Props$34, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<__VLS_Props$34> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
16
- declare const _default$27: typeof __VLS_export$38;
16
+ declare const __VLS_export$40: _$vue.DefineComponent<__VLS_Props$35, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<__VLS_Props$35> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
17
+ declare const _default$28: typeof __VLS_export$40;
17
18
  declare namespace affix_d_exports {
18
- export { OptionT$41 as OptionT, Template$35 as Template, init$40 as init };
19
+ export { OptionT$42 as OptionT, Template$37 as Template, init$41 as init };
19
20
  }
20
- declare const Template$35: SFCWithInstall<typeof _default$27>;
21
- type OptionT$41 = AffixProps & AffixEmits & baseT & {
21
+ declare const Template$37: SFCWithInstall$1<typeof _default$28>;
22
+ type OptionT$42 = AffixProps & AffixEmits & baseT & {
22
23
  default: any;
23
24
  moduleName: string;
24
25
  name: string;
25
26
  };
26
- declare function init$40(moduleName: string, name: string, options?: Partial<OptionT$41>): Partial<OptionT$41>;
27
+ declare function init$41(moduleName: string, name: string, options?: Partial<OptionT$42>): Partial<OptionT$42>;
27
28
  //#endregion
28
29
  //#region src/packages/controls/alert/alert.vue.d.ts
29
- type __VLS_Props$33 = {
30
- control: Partial<OptionT$40>;
30
+ type __VLS_Props$34 = {
31
+ control: Partial<OptionT$41>;
31
32
  };
32
- declare const __VLS_export$37: _$vue.DefineComponent<__VLS_Props$33, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<__VLS_Props$33> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
33
- declare const _default_1$10: typeof __VLS_export$37;
33
+ declare const __VLS_export$39: _$vue.DefineComponent<__VLS_Props$34, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<__VLS_Props$34> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
34
+ declare const _default_1$11: typeof __VLS_export$39;
34
35
  declare namespace alert_d_exports {
35
- export { OptionT$40 as OptionT, Template$34 as Template, init$39 as init };
36
+ export { OptionT$41 as OptionT, Template$36 as Template, init$40 as init };
36
37
  }
37
- declare const Template$34: SFCWithInstall<typeof _default_1$10>;
38
- type OptionT$40 = AlertProps & AlertEmits & baseT & {
38
+ declare const Template$36: SFCWithInstall$1<typeof _default_1$11>;
39
+ type OptionT$41 = AlertProps & AlertEmits & baseT & {
39
40
  default: any;
40
41
  title: any;
41
42
  icon: any;
42
43
  moduleName: string;
43
44
  name: string;
44
45
  };
46
+ declare function init$40(moduleName: string, name: string, options?: Partial<OptionT$41>): Partial<OptionT$41>;
47
+ //#endregion
48
+ //#region src/packages/controls/collapse/collapse.vue.d.ts
49
+ type __VLS_Props$33 = {
50
+ control: Partial<OptionT$40>;
51
+ };
52
+ type __VLS_ModelProps$2 = {
53
+ modelValue?: string | string[];
54
+ };
55
+ type __VLS_PublicProps$2 = __VLS_Props$33 & __VLS_ModelProps$2;
56
+ declare const __VLS_export$38: _$vue.DefineComponent<__VLS_PublicProps$2, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
57
+ "update:modelValue": (value: string | string[] | undefined) => any;
58
+ }, string, _$vue.PublicProps, Readonly<__VLS_PublicProps$2> & Readonly<{
59
+ "onUpdate:modelValue"?: ((value: string | string[] | undefined) => any) | undefined;
60
+ }>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
61
+ declare const _default_1$10: typeof __VLS_export$38;
62
+ declare namespace collapse_d_exports {
63
+ export { OptionT$40 as OptionT, Template$35 as Template, init$39 as init };
64
+ }
65
+ declare const Template$35: SFCWithInstall$1<typeof _default_1$10>;
66
+ type OptionT$40 = CollapseProps & CollapseEmits & baseT & {
67
+ default: any;
68
+ moduleName: string;
69
+ name: string;
70
+ };
45
71
  declare function init$39(moduleName: string, name: string, options?: Partial<OptionT$40>): Partial<OptionT$40>;
46
72
  //#endregion
47
73
  //#region src/packages/controls/avatar/avatar.vue.d.ts
48
74
  type __VLS_Props$32 = {
49
75
  control: Partial<OptionT$39>;
50
76
  };
51
- declare const __VLS_export$36: _$vue.DefineComponent<__VLS_Props$32, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<__VLS_Props$32> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
52
- declare const _default_1$9: typeof __VLS_export$36;
77
+ declare const __VLS_export$37: _$vue.DefineComponent<__VLS_Props$32, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<__VLS_Props$32> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
78
+ declare const _default_1$9: typeof __VLS_export$37;
53
79
  declare namespace avatar_d_exports {
54
- export { OptionT$39 as OptionT, Template$33 as Template, init$38 as init };
80
+ export { OptionT$39 as OptionT, Template$34 as Template, init$38 as init };
55
81
  }
56
- declare const Template$33: SFCWithInstall<typeof _default_1$9>;
82
+ declare const Template$34: SFCWithInstall$1<typeof _default_1$9>;
57
83
  type OptionT$39 = AvatarProps & AvatarEmits & baseT & {
58
84
  moduleName: string;
59
85
  name: string;
@@ -69,16 +95,16 @@ type __VLS_ModelProps$1 = {
69
95
  modelValue?: string;
70
96
  };
71
97
  type __VLS_PublicProps$1 = __VLS_Props$31 & __VLS_ModelProps$1;
72
- declare const __VLS_export$35: _$vue.DefineComponent<__VLS_PublicProps$1, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
98
+ declare const __VLS_export$36: _$vue.DefineComponent<__VLS_PublicProps$1, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
73
99
  "update:modelValue": (value: string | undefined) => any;
74
100
  }, string, _$vue.PublicProps, Readonly<__VLS_PublicProps$1> & Readonly<{
75
101
  "onUpdate:modelValue"?: ((value: string | undefined) => any) | undefined;
76
102
  }>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
77
- declare const _default$26: typeof __VLS_export$35;
103
+ declare const _default$27: typeof __VLS_export$36;
78
104
  declare namespace autocomplete_d_exports {
79
- export { OptionT$38 as OptionT, Template$32 as Template, init$37 as init };
105
+ export { OptionT$38 as OptionT, Template$33 as Template, init$37 as init };
80
106
  }
81
- declare const Template$32: SFCWithInstall<typeof _default$26>;
107
+ declare const Template$33: SFCWithInstall$1<typeof _default$27>;
82
108
  type OptionT$38 = AutocompleteProps & AutocompleteEmits & baseT & {
83
109
  placeholder: string;
84
110
  default: any;
@@ -107,17 +133,17 @@ declare const __VLS_base$16: _$vue.DefineComponent<__VLS_Props$30, {}, {}, {}, {
107
133
  }, string, _$vue.PublicProps, Readonly<__VLS_Props$30> & Readonly<{
108
134
  onClick?: ((...args: any[]) => any) | undefined;
109
135
  }>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
110
- declare const __VLS_export$34: __VLS_WithSlots$16<typeof __VLS_base$16, __VLS_Slots$16>;
111
- declare const _default_1$8: typeof __VLS_export$34;
136
+ declare const __VLS_export$35: __VLS_WithSlots$16<typeof __VLS_base$16, __VLS_Slots$16>;
137
+ declare const _default_1$8: typeof __VLS_export$35;
112
138
  type __VLS_WithSlots$16<T, S> = T & {
113
139
  new (): {
114
140
  $slots: S;
115
141
  };
116
142
  };
117
143
  declare namespace button_d_exports {
118
- export { OptionT$37 as OptionT, Template$31 as Template, init$36 as init };
144
+ export { OptionT$37 as OptionT, Template$32 as Template, init$36 as init };
119
145
  }
120
- declare const Template$31: SFCWithInstall<typeof _default_1$8>;
146
+ declare const Template$32: SFCWithInstall$1<typeof _default_1$8>;
121
147
  type OptionT$37 = Mutable$1<ButtonProps> & baseT & {
122
148
  default: any;
123
149
  loadingSlot: any;
@@ -138,29 +164,29 @@ type __VLS_Props$29 = {
138
164
  control: OptionT$34;
139
165
  statusData?: any;
140
166
  };
141
- declare const __VLS_export$33: _$vue.DefineComponent<__VLS_Props$29, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
167
+ declare const __VLS_export$34: _$vue.DefineComponent<__VLS_Props$29, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
142
168
  click: (...args: any[]) => void;
143
169
  command: (...args: any[]) => void;
144
170
  }, string, _$vue.PublicProps, Readonly<__VLS_Props$29> & Readonly<{
145
171
  onClick?: ((...args: any[]) => any) | undefined;
146
172
  onCommand?: ((...args: any[]) => any) | undefined;
147
173
  }>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
148
- declare const _default_1$7: typeof __VLS_export$33;
174
+ declare const _default_1$7: typeof __VLS_export$34;
149
175
  //#endregion
150
176
  //#region src/packages/controls/popconfirm/popconfirm.vue.d.ts
151
177
  type __VLS_Props$28 = {
152
178
  control: OptionT$36;
153
179
  };
154
- declare const __VLS_export$32: _$vue.DefineComponent<__VLS_Props$28, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
180
+ declare const __VLS_export$33: _$vue.DefineComponent<__VLS_Props$28, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
155
181
  click: (...args: any[]) => void;
156
182
  }, string, _$vue.PublicProps, Readonly<__VLS_Props$28> & Readonly<{
157
183
  onClick?: ((...args: any[]) => any) | undefined;
158
184
  }>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
159
- declare const _default$25: typeof __VLS_export$32;
185
+ declare const _default$26: typeof __VLS_export$33;
160
186
  declare namespace popconfirm_d_exports {
161
- export { OptionT$36 as OptionT, Template$30 as Template, init$35 as init };
187
+ export { OptionT$36 as OptionT, Template$31 as Template, init$35 as init };
162
188
  }
163
- declare const Template$30: SFCWithInstall<typeof _default$25>;
189
+ declare const Template$31: SFCWithInstall$1<typeof _default$26>;
164
190
  type OptionT$36 = PopconfirmProps & PopconfirmEmits & baseT & {
165
191
  reference: any;
166
192
  actions: any;
@@ -176,16 +202,16 @@ declare function init$35(moduleName: string, name: string, options?: Partial<Opt
176
202
  type __VLS_Props$27 = {
177
203
  control: OptionT$35;
178
204
  };
179
- declare const __VLS_export$31: _$vue.DefineComponent<__VLS_Props$27, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
205
+ declare const __VLS_export$32: _$vue.DefineComponent<__VLS_Props$27, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
180
206
  click: (...args: any[]) => void;
181
207
  }, string, _$vue.PublicProps, Readonly<__VLS_Props$27> & Readonly<{
182
208
  onClick?: ((...args: any[]) => any) | undefined;
183
209
  }>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
184
- declare const _default_1$6: typeof __VLS_export$31;
210
+ declare const _default_1$6: typeof __VLS_export$32;
185
211
  declare namespace dropdown_d_exports {
186
- export { DropdownItemOptionT, DropdownItemProps, DropdownPlacement, DropdownProps, DropdownSize, DropdownTrigger, DropdownType, OptionT$35 as OptionT, Template$29 as Template, areaT, init$34 as init };
212
+ export { DropdownItemOptionT, DropdownItemProps, DropdownPlacement, DropdownProps, DropdownSize, DropdownTrigger, DropdownType, OptionT$35 as OptionT, Template$30 as Template, areaT, init$34 as init };
187
213
  }
188
- declare const Template$29: SFCWithInstall<typeof _default_1$6>;
214
+ declare const Template$30: SFCWithInstall$1<typeof _default_1$6>;
189
215
  type DropdownSize = '' | 'large' | 'default' | 'small';
190
216
  type DropdownType = '' | 'default' | 'primary' | 'success' | 'warning' | 'info' | 'danger' | 'text';
191
217
  type DropdownPlacement = 'top' | 'top-start' | 'top-end' | 'bottom' | 'bottom-start' | 'bottom-end';
@@ -226,9 +252,9 @@ type OptionT$35 = DropdownProps & baseT & {
226
252
  };
227
253
  declare function init$34(moduleName: string, name: string, options?: Partial<OptionT$35>): OptionT$35;
228
254
  declare namespace buttonGroup_d_exports {
229
- export { ButtonsAreaT, ControlT, ControlTypeEnum, OptionT$34 as OptionT, Template$28 as Template, createComponent, init$33 as init };
255
+ export { ButtonsAreaT, ControlT, ControlTypeEnum, OptionT$34 as OptionT, Template$29 as Template, createComponent, init$33 as init };
230
256
  }
231
- declare const Template$28: SFCWithInstall<typeof _default_1$7>;
257
+ declare const Template$29: SFCWithInstall$1<typeof _default_1$7>;
232
258
  type ControlTypeEnum = 'button' | 'popconfirm' | 'dropdown';
233
259
  type ControlT = OptionT$37 | OptionT$36 | OptionT$35;
234
260
  type ButtonItemT = baseT & {
@@ -276,15 +302,15 @@ declare const __VLS_base$15: _$vue.DefineComponent<__VLS_Props$26, {}, {}, {}, {
276
302
  }, string, _$vue.PublicProps, Readonly<__VLS_Props$26> & Readonly<{
277
303
  onRefreshData?: ((...args: any[]) => any) | undefined;
278
304
  }>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
279
- declare const __VLS_export$30: __VLS_WithSlots$15<typeof __VLS_base$15, __VLS_Slots$15>;
280
- declare const _default_1$5: typeof __VLS_export$30;
305
+ declare const __VLS_export$31: __VLS_WithSlots$15<typeof __VLS_base$15, __VLS_Slots$15>;
306
+ declare const _default_1$5: typeof __VLS_export$31;
281
307
  type __VLS_WithSlots$15<T, S> = T & {
282
308
  new (): {
283
309
  $slots: S;
284
310
  };
285
311
  };
286
312
  declare namespace dialog_d_exports {
287
- export { DIALOG_FORM_INJECTION_KEY, OptionT$33 as OptionT, Template$27 as Template, init$32 as init };
313
+ export { DIALOG_FORM_INJECTION_KEY, OptionT$33 as OptionT, Template$28 as Template, init$32 as init };
288
314
  }
289
315
  type OptionT$33 = baseT & DialogProps & DialogEmits & {
290
316
  direction: 'rtl' | 'ltr' | 'ttb' | 'btt' | 'center';
@@ -307,7 +333,7 @@ type OptionT$33 = baseT & DialogProps & DialogEmits & {
307
333
  };
308
334
  _formRegistration: any;
309
335
  };
310
- declare const Template$27: SFCWithInstall<typeof _default_1$5>;
336
+ declare const Template$28: SFCWithInstall$1<typeof _default_1$5>;
311
337
  declare const DIALOG_FORM_INJECTION_KEY: unique symbol;
312
338
  declare function init$32(name: string, templateName: any, buttons?: OptionT$34, options?: Partial<OptionT$33>): OptionT$33;
313
339
  //#endregion
@@ -315,12 +341,12 @@ declare function init$32(name: string, templateName: any, buttons?: OptionT$34,
315
341
  type __VLS_Props$25 = {
316
342
  control: Partial<OptionT$32>;
317
343
  };
318
- declare const __VLS_export$29: _$vue.DefineComponent<__VLS_Props$25, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<__VLS_Props$25> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
319
- declare const _default_1$4: typeof __VLS_export$29;
344
+ declare const __VLS_export$30: _$vue.DefineComponent<__VLS_Props$25, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<__VLS_Props$25> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
345
+ declare const _default_1$4: typeof __VLS_export$30;
320
346
  declare namespace divider_d_exports {
321
- export { OptionT$32 as OptionT, Template$26 as Template, init$31 as init };
347
+ export { OptionT$32 as OptionT, Template$27 as Template, init$31 as init };
322
348
  }
323
- declare const Template$26: SFCWithInstall<typeof _default_1$4>;
349
+ declare const Template$27: SFCWithInstall$1<typeof _default_1$4>;
324
350
  type OptionT$32 = DividerProps & baseT & {
325
351
  default: any;
326
352
  text: string;
@@ -331,8 +357,8 @@ declare function init$31(moduleName: string, name: string, options?: Partial<Opt
331
357
  type __VLS_Props$24 = {
332
358
  control: OptionT$11;
333
359
  };
334
- declare const __VLS_export$28: _$vue.DefineComponent<__VLS_Props$24, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<__VLS_Props$24> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
335
- declare const _default$24: typeof __VLS_export$28;
360
+ declare const __VLS_export$29: _$vue.DefineComponent<__VLS_Props$24, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<__VLS_Props$24> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
361
+ declare const _default$25: typeof __VLS_export$29;
336
362
  //#endregion
337
363
  //#region node_modules/.pnpm/@vue+reactivity@3.5.32/node_modules/@vue/reactivity/dist/reactivity.d.ts
338
364
  type OnCleanup = (cleanupFn: () => void) => void;
@@ -412,7 +438,7 @@ declare const __VLS_base$14: _$vue.DefineComponent<__VLS_Props$23, {
412
438
  $root: _$vue.ComponentPublicInstance | null;
413
439
  $parent: _$vue.ComponentPublicInstance | null;
414
440
  $host: Element | null;
415
- $emit: ((event: "clear", evt: MouseEvent | undefined) => void) & ((event: "update:modelValue", value: string) => void) & ((event: "change", value: string, evt?: Event | undefined) => void) & ((event: "input", value: string) => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "mouseleave", evt: MouseEvent) => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "keydown", evt: Event | KeyboardEvent) => void) & ((event: "compositionstart", evt: CompositionEvent) => void) & ((event: "compositionupdate", evt: CompositionEvent) => void) & ((event: "compositionend", evt: CompositionEvent) => void);
441
+ $emit: ((event: "update:modelValue", value: string) => void) & ((event: "change", value: string, evt?: Event | undefined) => void) & ((event: "input", value: string) => void) & ((event: "clear", evt: MouseEvent | undefined) => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "mouseleave", evt: MouseEvent) => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "keydown", evt: Event | KeyboardEvent) => void) & ((event: "compositionstart", evt: CompositionEvent) => void) & ((event: "compositionupdate", evt: CompositionEvent) => void) & ((event: "compositionend", evt: CompositionEvent) => void);
416
442
  $el: any;
417
443
  $options: _$vue.ComponentOptionsBase<Readonly<_$element_plus0.InputProps> & Readonly<{
418
444
  onBlur?: ((evt: FocusEvent) => any) | undefined;
@@ -509,7 +535,7 @@ declare const __VLS_base$14: _$vue.DefineComponent<__VLS_Props$23, {
509
535
  onMouseleave?: ((evt: MouseEvent) => any) | undefined;
510
536
  onClear?: ((evt: MouseEvent | undefined) => any) | undefined;
511
537
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
512
- }>, "type" | "clear" | "input" | "modelValue" | "disabled" | "modelModifiers" | "autosize" | "autocomplete" | "clearIcon" | "wordLimitPosition" | "tabindex" | "validateEvent" | "inputStyle" | "rows" | "textarea" | "ref" | "textareaStyle" | "isComposing" | "focus" | "blur" | "select" | "resizeTextarea"> & {
538
+ }>, "input" | "type" | "clear" | "modelValue" | "disabled" | "modelModifiers" | "autosize" | "autocomplete" | "clearIcon" | "wordLimitPosition" | "tabindex" | "validateEvent" | "inputStyle" | "rows" | "textarea" | "ref" | "textareaStyle" | "isComposing" | "focus" | "blur" | "select" | "resizeTextarea"> & {
513
539
  input: HTMLInputElement | undefined;
514
540
  textarea: HTMLTextAreaElement | undefined;
515
541
  ref: HTMLInputElement | HTMLTextAreaElement | undefined;
@@ -594,7 +620,7 @@ declare const __VLS_base$14: _$vue.DefineComponent<__VLS_Props$23, {
594
620
  $root: _$vue.ComponentPublicInstance | null;
595
621
  $parent: _$vue.ComponentPublicInstance | null;
596
622
  $host: Element | null;
597
- $emit: ((event: "clear", evt: MouseEvent | undefined) => void) & ((event: "update:modelValue", value: string) => void) & ((event: "change", value: string, evt?: Event | undefined) => void) & ((event: "input", value: string) => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "mouseleave", evt: MouseEvent) => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "keydown", evt: Event | KeyboardEvent) => void) & ((event: "compositionstart", evt: CompositionEvent) => void) & ((event: "compositionupdate", evt: CompositionEvent) => void) & ((event: "compositionend", evt: CompositionEvent) => void);
623
+ $emit: ((event: "update:modelValue", value: string) => void) & ((event: "change", value: string, evt?: Event | undefined) => void) & ((event: "input", value: string) => void) & ((event: "clear", evt: MouseEvent | undefined) => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "mouseleave", evt: MouseEvent) => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "keydown", evt: Event | KeyboardEvent) => void) & ((event: "compositionstart", evt: CompositionEvent) => void) & ((event: "compositionupdate", evt: CompositionEvent) => void) & ((event: "compositionend", evt: CompositionEvent) => void);
598
624
  $el: any;
599
625
  $options: _$vue.ComponentOptionsBase<Readonly<_$element_plus0.InputProps> & Readonly<{
600
626
  onBlur?: ((evt: FocusEvent) => any) | undefined;
@@ -691,7 +717,7 @@ declare const __VLS_base$14: _$vue.DefineComponent<__VLS_Props$23, {
691
717
  onMouseleave?: ((evt: MouseEvent) => any) | undefined;
692
718
  onClear?: ((evt: MouseEvent | undefined) => any) | undefined;
693
719
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
694
- }>, "type" | "clear" | "input" | "modelValue" | "disabled" | "modelModifiers" | "autosize" | "autocomplete" | "clearIcon" | "wordLimitPosition" | "tabindex" | "validateEvent" | "inputStyle" | "rows" | "textarea" | "ref" | "textareaStyle" | "isComposing" | "focus" | "blur" | "select" | "resizeTextarea"> & {
720
+ }>, "input" | "type" | "clear" | "modelValue" | "disabled" | "modelModifiers" | "autosize" | "autocomplete" | "clearIcon" | "wordLimitPosition" | "tabindex" | "validateEvent" | "inputStyle" | "rows" | "textarea" | "ref" | "textareaStyle" | "isComposing" | "focus" | "blur" | "select" | "resizeTextarea"> & {
695
721
  input: HTMLInputElement | undefined;
696
722
  textarea: HTMLTextAreaElement | undefined;
697
723
  ref: HTMLInputElement | HTMLTextAreaElement | undefined;
@@ -727,17 +753,17 @@ declare const __VLS_base$14: _$vue.DefineComponent<__VLS_Props$23, {
727
753
  }, string, _$vue.PublicProps, Readonly<__VLS_Props$23> & Readonly<{
728
754
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
729
755
  }>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
730
- declare const __VLS_export$27: __VLS_WithSlots$14<typeof __VLS_base$14, __VLS_Slots$14>;
731
- declare const _default$23: typeof __VLS_export$27;
756
+ declare const __VLS_export$28: __VLS_WithSlots$14<typeof __VLS_base$14, __VLS_Slots$14>;
757
+ declare const _default$24: typeof __VLS_export$28;
732
758
  type __VLS_WithSlots$14<T, S> = T & {
733
759
  new (): {
734
760
  $slots: S;
735
761
  };
736
762
  };
737
763
  declare namespace input_d_exports {
738
- export { InputInstance, OptionT$31 as OptionT, Template$25 as Template, checkT$1 as checkT, init$30 as init };
764
+ export { InputInstance, OptionT$31 as OptionT, Template$26 as Template, checkT$1 as checkT, init$30 as init };
739
765
  }
740
- declare const Template$25: SFCWithInstall<typeof _default$23>;
766
+ declare const Template$26: SFCWithInstall$1<typeof _default$24>;
741
767
  type checkT$1 = 'email' | 'number' | 'idcard' | 'mobile' | 'url' | 'tel' | 'password' | 'username' | 'text';
742
768
  type InputInstance = {
743
769
  inputRef: any;
@@ -795,17 +821,17 @@ declare const __VLS_base$13: _$vue.DefineComponent<__VLS_Props$22, {}, {}, {}, {
795
821
  }, string, _$vue.PublicProps, Readonly<__VLS_Props$22> & Readonly<{
796
822
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
797
823
  }>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
798
- declare const __VLS_export$26: __VLS_WithSlots$13<typeof __VLS_base$13, __VLS_Slots$13>;
799
- declare const _default$22: typeof __VLS_export$26;
824
+ declare const __VLS_export$27: __VLS_WithSlots$13<typeof __VLS_base$13, __VLS_Slots$13>;
825
+ declare const _default$23: typeof __VLS_export$27;
800
826
  type __VLS_WithSlots$13<T, S> = T & {
801
827
  new (): {
802
828
  $slots: S;
803
829
  };
804
830
  };
805
831
  declare namespace select_d_exports {
806
- export { OptionT$30 as OptionT, SelectEmits, Template$24 as Template, init$29 as init, listT };
832
+ export { OptionT$30 as OptionT, SelectEmits, Template$25 as Template, init$29 as init, listT };
807
833
  }
808
- declare const Template$24: SFCWithInstall<typeof _default$22>;
834
+ declare const Template$25: SFCWithInstall$1<typeof _default$23>;
809
835
  type SelectEmits = typeof selectEmits;
810
836
  type listT = {
811
837
  value: string | number | boolean | object;
@@ -832,16 +858,16 @@ type __VLS_Props$21 = {
832
858
  control: OptionT$29;
833
859
  modelValue?: string[];
834
860
  };
835
- declare const __VLS_export$25: _$vue.DefineComponent<__VLS_Props$21, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
861
+ declare const __VLS_export$26: _$vue.DefineComponent<__VLS_Props$21, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
836
862
  "update:modelValue": (...args: any[]) => void;
837
863
  }, string, _$vue.PublicProps, Readonly<__VLS_Props$21> & Readonly<{
838
864
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
839
865
  }>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
840
- declare const _default$21: typeof __VLS_export$25;
866
+ declare const _default$22: typeof __VLS_export$26;
841
867
  declare namespace inputTag_d_exports {
842
- export { OptionT$29 as OptionT, Template$23 as Template, init$28 as init };
868
+ export { OptionT$29 as OptionT, Template$24 as Template, init$28 as init };
843
869
  }
844
- declare const Template$23: SFCWithInstall<typeof _default$21>;
870
+ declare const Template$24: SFCWithInstall$1<typeof _default$22>;
845
871
  type OptionT$29 = InputTagProps & InputTagEmits & baseT & {
846
872
  prefix: any;
847
873
  suffix: any;
@@ -855,16 +881,16 @@ type __VLS_Props$20 = {
855
881
  control: OptionT$28;
856
882
  modelValue: number;
857
883
  };
858
- declare const __VLS_export$24: _$vue.DefineComponent<__VLS_Props$20, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
884
+ declare const __VLS_export$25: _$vue.DefineComponent<__VLS_Props$20, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
859
885
  "update:modelValue": (...args: any[]) => void;
860
886
  }, string, _$vue.PublicProps, Readonly<__VLS_Props$20> & Readonly<{
861
887
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
862
888
  }>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
863
- declare const _default$20: typeof __VLS_export$24;
889
+ declare const _default$21: typeof __VLS_export$25;
864
890
  declare namespace inputNumber_d_exports {
865
- export { OptionT$28 as OptionT, Template$22 as Template, init$27 as init };
891
+ export { OptionT$28 as OptionT, Template$23 as Template, init$27 as init };
866
892
  }
867
- declare const Template$22: SFCWithInstall<typeof _default$20>;
893
+ declare const Template$23: SFCWithInstall$1<typeof _default$21>;
868
894
  type OptionT$28 = InputNumberProps & InputNumberEmits & baseT & {
869
895
  decreaseIcon: any;
870
896
  increaseIcon: any;
@@ -947,17 +973,17 @@ declare const __VLS_base$12: _$vue.DefineComponent<Props$2, {
947
973
  }, string, _$vue.PublicProps, Readonly<Props$2> & Readonly<{
948
974
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
949
975
  }>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
950
- declare const __VLS_export$23: __VLS_WithSlots$12<typeof __VLS_base$12, __VLS_Slots$12>;
951
- declare const _default$19: typeof __VLS_export$23;
976
+ declare const __VLS_export$24: __VLS_WithSlots$12<typeof __VLS_base$12, __VLS_Slots$12>;
977
+ declare const _default$20: typeof __VLS_export$24;
952
978
  type __VLS_WithSlots$12<T, S> = T & {
953
979
  new (): {
954
980
  $slots: S;
955
981
  };
956
982
  };
957
983
  declare namespace radio_d_exports {
958
- export { OptionT$27 as OptionT, RadioEventCallbacks, RadioMode, RadioOption, Template$21 as Template, init$26 as init };
984
+ export { OptionT$27 as OptionT, RadioEventCallbacks, RadioMode, RadioOption, Template$22 as Template, init$26 as init };
959
985
  }
960
- declare const Template$21: SFCWithInstall<typeof _default$19>;
986
+ declare const Template$22: SFCWithInstall$1<typeof _default$20>;
961
987
  interface RadioOption {
962
988
  label: string | number | boolean;
963
989
  value?: string | number | boolean;
@@ -1000,7 +1026,7 @@ type OptionT$27 = baseT & RadioEventCallbacks & {
1000
1026
  declare function init$26(moduleName: string, name: string, options?: Partial<OptionT$27>): OptionT$27;
1001
1027
  //#endregion
1002
1028
  //#region src/packages/controls/mergeInput/mergeInput.vue.d.ts
1003
- declare const __VLS_export$22: <T extends InputTypeT>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
1029
+ declare const __VLS_export$23: <T extends InputTypeT>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
1004
1030
  props: _$vue.PublicProps & __VLS_PrettifyLocal<{
1005
1031
  control: Partial<OptionT$26<any>>;
1006
1032
  modelValue?: InputValueType<T>;
@@ -1016,12 +1042,12 @@ declare const __VLS_export$22: <T extends InputTypeT>(__VLS_props: NonNullable<A
1016
1042
  }>) => _$vue.VNode & {
1017
1043
  __ctx?: Awaited<typeof __VLS_setup>;
1018
1044
  };
1019
- declare const _default$18: typeof __VLS_export$22;
1045
+ declare const _default$19: typeof __VLS_export$23;
1020
1046
  type __VLS_PrettifyLocal<T> = (T extends any ? { [K in keyof T]: T[K] } : { [K in keyof T as K]: T[K] }) & {};
1021
1047
  declare namespace mergeInput_d_exports {
1022
- export { BaseOptionT, InputTypeProps, InputTypeT, InputValueType, OptionT$26 as OptionT, Template$20 as Template, checkT, init$25 as init };
1048
+ export { BaseOptionT, InputTypeProps, InputTypeT, InputValueType, OptionT$26 as OptionT, Template$21 as Template, checkT, init$25 as init };
1023
1049
  }
1024
- declare const Template$20: SFCWithInstall<typeof _default$18>;
1050
+ declare const Template$21: SFCWithInstall$1<typeof _default$19>;
1025
1051
  type checkT = 'email' | 'number' | 'idcard' | 'mobile' | 'url' | 'tel' | 'password' | 'username';
1026
1052
  type InputTypeT = 'input' | 'inputNumber' | 'autocomplete' | 'inputTag';
1027
1053
  type InputTypeProps = {
@@ -1042,16 +1068,16 @@ type __VLS_Props$19 = {
1042
1068
  control: OptionT$25;
1043
1069
  modelValue?: any;
1044
1070
  };
1045
- declare const __VLS_export$21: _$vue.DefineComponent<__VLS_Props$19, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
1071
+ declare const __VLS_export$22: _$vue.DefineComponent<__VLS_Props$19, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
1046
1072
  "update:modelValue": (...args: any[]) => void;
1047
1073
  }, string, _$vue.PublicProps, Readonly<__VLS_Props$19> & Readonly<{
1048
1074
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1049
1075
  }>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
1050
- declare const _default$17: typeof __VLS_export$21;
1076
+ declare const _default$18: typeof __VLS_export$22;
1051
1077
  declare namespace mergeSelect_d_exports {
1052
- export { OptionT$25 as OptionT, Template$19 as Template, init$24 as init, optionFromT$1 as optionFromT, optionValuesT, treeSelectT };
1078
+ export { OptionT$25 as OptionT, Template$20 as Template, init$24 as init, optionFromT$1 as optionFromT, optionValuesT, treeSelectT };
1053
1079
  }
1054
- declare const Template$19: SFCWithInstall<typeof _default$17>;
1080
+ declare const Template$20: SFCWithInstall$1<typeof _default$18>;
1055
1081
  type treeSelectT = SelectEmits & SelectProps & TreeInstance["$props"] & baseT;
1056
1082
  type OptionT$25 = (treeSelectT | OptionT$30) & {
1057
1083
  type: 'select' | 'radio' | 'checkbox' | 'switch' | 'treeSelect';
@@ -1089,16 +1115,16 @@ type __VLS_Props$18 = {
1089
1115
  control: OptionT$24;
1090
1116
  modelValue?: any;
1091
1117
  };
1092
- declare const __VLS_export$20: _$vue.DefineComponent<__VLS_Props$18, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
1118
+ declare const __VLS_export$21: _$vue.DefineComponent<__VLS_Props$18, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
1093
1119
  "update:modelValue": (...args: any[]) => void;
1094
1120
  }, string, _$vue.PublicProps, Readonly<__VLS_Props$18> & Readonly<{
1095
1121
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1096
1122
  }>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
1097
- declare const _default$16: typeof __VLS_export$20;
1123
+ declare const _default$17: typeof __VLS_export$21;
1098
1124
  declare namespace switch_d_exports {
1099
- export { OptionT$24 as OptionT, Template$18 as Template, init$23 as init };
1125
+ export { OptionT$24 as OptionT, Template$19 as Template, init$23 as init };
1100
1126
  }
1101
- declare const Template$18: SFCWithInstall<typeof _default$16>;
1127
+ declare const Template$19: SFCWithInstall$1<typeof _default$17>;
1102
1128
  type OptionT$24 = SwitchProps & SwitchEmits & baseT & {
1103
1129
  moduleName: string;
1104
1130
  name: string;
@@ -1114,16 +1140,16 @@ type __VLS_Props$17 = {
1114
1140
  control: OptionT$23;
1115
1141
  modelValue?: number;
1116
1142
  };
1117
- declare const __VLS_export$19: _$vue.DefineComponent<__VLS_Props$17, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
1143
+ declare const __VLS_export$20: _$vue.DefineComponent<__VLS_Props$17, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
1118
1144
  "update:modelValue": (...args: any[]) => void;
1119
1145
  }, string, _$vue.PublicProps, Readonly<__VLS_Props$17> & Readonly<{
1120
1146
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1121
1147
  }>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
1122
- declare const _default$15: typeof __VLS_export$19;
1148
+ declare const _default$16: typeof __VLS_export$20;
1123
1149
  declare namespace slider_d_exports {
1124
- export { OptionT$23 as OptionT, Template$17 as Template, init$22 as init };
1150
+ export { OptionT$23 as OptionT, Template$18 as Template, init$22 as init };
1125
1151
  }
1126
- declare const Template$17: SFCWithInstall<typeof _default$15>;
1152
+ declare const Template$18: SFCWithInstall$1<typeof _default$16>;
1127
1153
  type OptionT$23 = SliderProps & SliderEmits & baseT & {
1128
1154
  moduleName: string;
1129
1155
  name: string;
@@ -1135,12 +1161,12 @@ declare function init$22(moduleName: string, name: string, options?: Partial<Opt
1135
1161
  type __VLS_Props$16 = {
1136
1162
  control: OptionT$22;
1137
1163
  };
1138
- declare const __VLS_export$18: _$vue.DefineComponent<__VLS_Props$16, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<__VLS_Props$16> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
1139
- declare const _default$14: typeof __VLS_export$18;
1164
+ declare const __VLS_export$19: _$vue.DefineComponent<__VLS_Props$16, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<__VLS_Props$16> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
1165
+ declare const _default$15: typeof __VLS_export$19;
1140
1166
  declare namespace map_d_exports {
1141
- export { OptionT$22 as OptionT, Template$16 as Template, init$21 as init, mapTypeT, pointTypeT };
1167
+ export { OptionT$22 as OptionT, Template$17 as Template, init$21 as init, mapTypeT, pointTypeT };
1142
1168
  }
1143
- declare const Template$16: SFCWithInstall<typeof _default$14>;
1169
+ declare const Template$17: SFCWithInstall$1<typeof _default$15>;
1144
1170
  type mapTypeT = "bmap" | "amap" | "google-map";
1145
1171
  type pointTypeT = "WGS-84" | "GCJ-02" | "BD-09";
1146
1172
  type OptionT$22 = baseT & {
@@ -1181,16 +1207,16 @@ interface Props$1 {
1181
1207
  control: OptionT$21;
1182
1208
  modelValue?: any;
1183
1209
  }
1184
- declare const __VLS_export$17: _$vue.DefineComponent<Props$1, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
1210
+ declare const __VLS_export$18: _$vue.DefineComponent<Props$1, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
1185
1211
  "update:modelValue": (...args: any[]) => void;
1186
1212
  }, string, _$vue.PublicProps, Readonly<Props$1> & Readonly<{
1187
1213
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1188
1214
  }>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
1189
- declare const _default$13: typeof __VLS_export$17;
1215
+ declare const _default$14: typeof __VLS_export$18;
1190
1216
  declare namespace upload_d_exports {
1191
- export { ApiResponse, Awaitable, FileData, FileTypeT, ImageTypeT, InitFileParams, MediaTypeT, Mutable, OptionT$21 as OptionT, Template$15 as Template, UploadFile$1 as UploadFile, UploadFiles, UploadTypeT, UploadUserFile, UserTypeT, getFileList, getUploadAccept, handleUploadError, init$20 as init, initFile, isEmpty, removeUploadedFile, showUploadExceedMessage, validateUploadLimit };
1217
+ export { ApiResponse, Awaitable, FileData, FileTypeT, ImageTypeT, InitFileParams, MediaTypeT, Mutable, OptionT$21 as OptionT, Template$16 as Template, UploadFile$1 as UploadFile, UploadFiles, UploadTypeT, UploadUserFile, UserTypeT, getFileList, getUploadAccept, handleUploadError, init$20 as init, initFile, isEmpty, removeUploadedFile, showUploadExceedMessage, validateUploadLimit };
1192
1218
  }
1193
- declare const Template$15: SFCWithInstall<typeof _default$13>;
1219
+ declare const Template$16: SFCWithInstall$1<typeof _default$14>;
1194
1220
  type ImageTypeT = 'png' | 'jpg' | 'jpeg' | 'gif' | 'webp';
1195
1221
  type FileTypeT = 'doc' | 'docx' | 'xls' | 'xlsx' | 'ppt' | 'pptx' | 'pdf' | 'txt' | 'zip' | 'rar';
1196
1222
  type MediaTypeT = 'file' | 'image' | 'video' | 'music';
@@ -1290,17 +1316,17 @@ declare const __VLS_base$11: _$vue.DefineComponent<Props, {
1290
1316
  getNodeId: (node: any) => string | number;
1291
1317
  getNodeLabel: (node: any) => string;
1292
1318
  }, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
1293
- declare const __VLS_export$16: __VLS_WithSlots$11<typeof __VLS_base$11, __VLS_Slots$11>;
1294
- declare const _default_1$3: typeof __VLS_export$16;
1319
+ declare const __VLS_export$17: __VLS_WithSlots$11<typeof __VLS_base$11, __VLS_Slots$11>;
1320
+ declare const _default_1$3: typeof __VLS_export$17;
1295
1321
  type __VLS_WithSlots$11<T, S> = T & {
1296
1322
  new (): {
1297
1323
  $slots: S;
1298
1324
  };
1299
1325
  };
1300
1326
  declare namespace tree_d_exports {
1301
- export { AllowDragMethod, AllowDropMethod, FilterNodeMethod, OptionT$20 as OptionT, Template$14 as Template, TreeEventCallbacks, TreeNode, TreeNodeData$1 as TreeNodeData, init$19 as init };
1327
+ export { AllowDragMethod, AllowDropMethod, FilterNodeMethod, OptionT$20 as OptionT, Template$15 as Template, TreeEventCallbacks, TreeNode, TreeNodeData$1 as TreeNodeData, init$19 as init };
1302
1328
  }
1303
- declare const Template$14: SFCWithInstall<typeof _default_1$3>;
1329
+ declare const Template$15: SFCWithInstall$1<typeof _default_1$3>;
1304
1330
  type TreeNode = TreeNodeData & {
1305
1331
  id?: string | number;
1306
1332
  [key: string]: any;
@@ -1378,17 +1404,17 @@ type __VLS_Slots$10 = {} & {
1378
1404
  default?: (props: typeof __VLS_9$1) => any;
1379
1405
  };
1380
1406
  declare const __VLS_base$10: _$vue.DefineComponent<__VLS_Props$15, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<__VLS_Props$15> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
1381
- declare const __VLS_export$15: __VLS_WithSlots$10<typeof __VLS_base$10, __VLS_Slots$10>;
1382
- declare const _default_1$2: typeof __VLS_export$15;
1407
+ declare const __VLS_export$16: __VLS_WithSlots$10<typeof __VLS_base$10, __VLS_Slots$10>;
1408
+ declare const _default_1$2: typeof __VLS_export$16;
1383
1409
  type __VLS_WithSlots$10<T, S> = T & {
1384
1410
  new (): {
1385
1411
  $slots: S;
1386
1412
  };
1387
1413
  };
1388
1414
  declare namespace text_d_exports {
1389
- export { OptionT$19 as OptionT, Template$13 as Template, init$18 as init };
1415
+ export { OptionT$19 as OptionT, Template$14 as Template, init$18 as init };
1390
1416
  }
1391
- declare const Template$13: SFCWithInstall<typeof _default_1$2>;
1417
+ declare const Template$14: SFCWithInstall$1<typeof _default_1$2>;
1392
1418
  type OptionT$19 = TextProps & baseT & {
1393
1419
  default: any;
1394
1420
  multiLang?: boolean;
@@ -1452,8 +1478,8 @@ declare const __VLS_base$9: _$vue.DefineComponent<__VLS_Props$14, {
1452
1478
  "onColumn-sort-change"?: ((...args: any[]) => any) | undefined;
1453
1479
  "onUpdate:defaultData"?: ((...args: any[]) => any) | undefined;
1454
1480
  }>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
1455
- declare const __VLS_export$14: __VLS_WithSlots$9<typeof __VLS_base$9, __VLS_Slots$9>;
1456
- declare const _default$12: typeof __VLS_export$14;
1481
+ declare const __VLS_export$15: __VLS_WithSlots$9<typeof __VLS_base$9, __VLS_Slots$9>;
1482
+ declare const _default$13: typeof __VLS_export$15;
1457
1483
  type __VLS_WithSlots$9<T, S> = T & {
1458
1484
  new (): {
1459
1485
  $slots: S;
@@ -1477,17 +1503,17 @@ type __VLS_Slots$8 = {} & {
1477
1503
  toolbar?: (props: typeof __VLS_41) => any;
1478
1504
  };
1479
1505
  declare const __VLS_base$8: _$vue.DefineComponent<__VLS_Props$13, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<__VLS_Props$13> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
1480
- declare const __VLS_export$13: __VLS_WithSlots$8<typeof __VLS_base$8, __VLS_Slots$8>;
1481
- declare const _default$11: typeof __VLS_export$13;
1506
+ declare const __VLS_export$14: __VLS_WithSlots$8<typeof __VLS_base$8, __VLS_Slots$8>;
1507
+ declare const _default$12: typeof __VLS_export$14;
1482
1508
  type __VLS_WithSlots$8<T, S> = T & {
1483
1509
  new (): {
1484
1510
  $slots: S;
1485
1511
  };
1486
1512
  };
1487
1513
  declare namespace image_d_exports {
1488
- export { OptionT$17 as OptionT, Template$12 as Template, init$17 as init };
1514
+ export { OptionT$17 as OptionT, Template$13 as Template, init$17 as init };
1489
1515
  }
1490
- declare const Template$12: SFCWithInstall<typeof _default$11>;
1516
+ declare const Template$13: SFCWithInstall$1<typeof _default$12>;
1491
1517
  type OptionT$17 = baseT & ImageProps & ImageEmits & {
1492
1518
  isPreview: boolean;
1493
1519
  placeholder: any;
@@ -1507,17 +1533,17 @@ type __VLS_Slots$7 = {} & {
1507
1533
  default?: (props: typeof __VLS_12$1) => any;
1508
1534
  };
1509
1535
  declare const __VLS_base$7: _$vue.DefineComponent<__VLS_Props$12, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<__VLS_Props$12> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
1510
- declare const __VLS_export$12: __VLS_WithSlots$7<typeof __VLS_base$7, __VLS_Slots$7>;
1511
- declare const _default_1$1: typeof __VLS_export$12;
1536
+ declare const __VLS_export$13: __VLS_WithSlots$7<typeof __VLS_base$7, __VLS_Slots$7>;
1537
+ declare const _default_1$1: typeof __VLS_export$13;
1512
1538
  type __VLS_WithSlots$7<T, S> = T & {
1513
1539
  new (): {
1514
1540
  $slots: S;
1515
1541
  };
1516
1542
  };
1517
1543
  declare namespace tag_d_exports {
1518
- export { OptionT$16 as OptionT, Template$11 as Template, init$16 as init };
1544
+ export { OptionT$16 as OptionT, Template$12 as Template, init$16 as init };
1519
1545
  }
1520
- declare const Template$11: SFCWithInstall<typeof _default_1$1>;
1546
+ declare const Template$12: SFCWithInstall$1<typeof _default_1$1>;
1521
1547
  type OptionT$16 = TagProps & TagEmits & baseT & {
1522
1548
  default: any;
1523
1549
  };
@@ -1528,16 +1554,16 @@ type __VLS_Props$11 = {
1528
1554
  control: OptionT$15;
1529
1555
  modelValue?: any;
1530
1556
  };
1531
- declare const __VLS_export$11: _$vue.DefineComponent<__VLS_Props$11, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
1557
+ declare const __VLS_export$12: _$vue.DefineComponent<__VLS_Props$11, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
1532
1558
  "update:modelValue": (...args: any[]) => void;
1533
1559
  }, string, _$vue.PublicProps, Readonly<__VLS_Props$11> & Readonly<{
1534
1560
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1535
1561
  }>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
1536
- declare const _default$10: typeof __VLS_export$11;
1562
+ declare const _default$11: typeof __VLS_export$12;
1537
1563
  declare namespace tagComp_d_exports {
1538
- export { OptionT$15 as OptionT, Template$10 as Template, init$15 as init, optionFromT, optionValueI };
1564
+ export { OptionT$15 as OptionT, Template$11 as Template, init$15 as init, optionFromT, optionValueI };
1539
1565
  }
1540
- declare const Template$10: SFCWithInstall<typeof _default$10>;
1566
+ declare const Template$11: SFCWithInstall$1<typeof _default$11>;
1541
1567
  type optionValueI = TagProps & TagEmits & {
1542
1568
  label: string;
1543
1569
  value: any;
@@ -1557,9 +1583,9 @@ type OptionT$15 = TagProps & TagEmits & baseT & {
1557
1583
  };
1558
1584
  declare function init$15(moduleName: string, name: string, options?: Partial<OptionT$15>): Partial<OptionT$15>;
1559
1585
  declare namespace table_d_exports {
1560
- export { ControlOptionT$1 as ControlOptionT, DragState, ExtendedControlOptionT$1 as ExtendedControlOptionT, OptionT$14 as OptionT, TableMethods, Template$9 as Template, getFormContent, init$14 as init };
1586
+ export { ControlOptionT$1 as ControlOptionT, DragState, ExtendedControlOptionT$1 as ExtendedControlOptionT, OptionT$14 as OptionT, TableMethods, Template$10 as Template, getFormContent, init$14 as init };
1561
1587
  }
1562
- declare const Template$9: SFCWithInstall<typeof _default$12>;
1588
+ declare const Template$10: SFCWithInstall$1<typeof _default$13>;
1563
1589
  type ControlOptionT$1 = OptionT$31 | OptionT$30 | OptionT$29 | OptionT$38 | OptionT$28 | OptionT$27 | OptionT$26 | OptionT$25 | OptionT$24 | OptionT$17 | OptionT$16 | OptionT$15 | OptionT$19 | OptionT$21;
1564
1590
  type ExtendedControlOptionT$1 = ControlOptionT$1 & OptionT$18 & {
1565
1591
  /** 隐藏手机号 */display?: 'hide'; /** 数字保留小数位 */
@@ -1640,17 +1666,17 @@ declare const __VLS_base$6: _$vue.DefineComponent<__VLS_Props$10, {}, {}, {}, {}
1640
1666
  }, string, _$vue.PublicProps, Readonly<__VLS_Props$10> & Readonly<{
1641
1667
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1642
1668
  }>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
1643
- declare const __VLS_export$10: __VLS_WithSlots$6<typeof __VLS_base$6, __VLS_Slots$6>;
1644
- declare const _default$9: typeof __VLS_export$10;
1669
+ declare const __VLS_export$11: __VLS_WithSlots$6<typeof __VLS_base$6, __VLS_Slots$6>;
1670
+ declare const _default$10: typeof __VLS_export$11;
1645
1671
  type __VLS_WithSlots$6<T, S> = T & {
1646
1672
  new (): {
1647
1673
  $slots: S;
1648
1674
  };
1649
1675
  };
1650
1676
  declare namespace segmented_d_exports {
1651
- export { OptionT$13 as OptionT, Template$8 as Template, init$13 as init };
1677
+ export { OptionT$13 as OptionT, Template$9 as Template, init$13 as init };
1652
1678
  }
1653
- declare const Template$8: SFCWithInstall<typeof _default$9>;
1679
+ declare const Template$9: SFCWithInstall$1<typeof _default$10>;
1654
1680
  type OptionT$13 = SegmentedProps & SegmentedEmits & baseT & {
1655
1681
  default: any;
1656
1682
  moduleName: string;
@@ -1778,8 +1804,8 @@ declare const __VLS_base$5: _$vue.DefineComponent<__VLS_Props$9, {
1778
1804
  }, string, _$vue.PublicProps, Readonly<__VLS_Props$9> & Readonly<{
1779
1805
  "onUpdate:model"?: ((...args: any[]) => any) | undefined;
1780
1806
  }>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
1781
- declare const __VLS_export$9: __VLS_WithSlots$5<typeof __VLS_base$5, __VLS_Slots$5>;
1782
- declare const _default$8: typeof __VLS_export$9;
1807
+ declare const __VLS_export$10: __VLS_WithSlots$5<typeof __VLS_base$5, __VLS_Slots$5>;
1808
+ declare const _default$9: typeof __VLS_export$10;
1783
1809
  type __VLS_WithSlots$5<T, S> = T & {
1784
1810
  new (): {
1785
1811
  $slots: S;
@@ -1788,7 +1814,7 @@ type __VLS_WithSlots$5<T, S> = T & {
1788
1814
  //#endregion
1789
1815
  //#region src/packages/controls/formItems/index.d.ts
1790
1816
  declare const RwFormItems: typeof formItems_d_exports & {
1791
- Template: SFCWithInstall<typeof _default$8>;
1817
+ Template: SFCWithInstall$1<typeof _default$9>;
1792
1818
  };
1793
1819
  declare namespace RwFormItems {
1794
1820
  type OptionT = OptionT$12;
@@ -1796,9 +1822,9 @@ declare namespace RwFormItems {
1796
1822
  type MergeSelectExtendedOptionT = MergeSelectExtendedOptionT;
1797
1823
  }
1798
1824
  declare namespace tabPane_d_exports {
1799
- export { OptionT$11 as OptionT, Template$7 as Template, init$11 as init };
1825
+ export { OptionT$11 as OptionT, Template$8 as Template, init$11 as init };
1800
1826
  }
1801
- declare const Template$7: SFCWithInstall<typeof _default$24>;
1827
+ declare const Template$8: SFCWithInstall$1<typeof _default$25>;
1802
1828
  type OptionT$11 = TabPaneProps & baseT & {
1803
1829
  id: string;
1804
1830
  inDialog: boolean;
@@ -1813,12 +1839,12 @@ declare const init$11: (moduleName: string, name: string, options?: Partial<Opti
1813
1839
  type __VLS_Props$8 = {
1814
1840
  control: OptionT$10;
1815
1841
  };
1816
- declare const __VLS_export$8: _$vue.DefineComponent<__VLS_Props$8, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<__VLS_Props$8> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
1817
- declare const _default$7: typeof __VLS_export$8;
1842
+ declare const __VLS_export$9: _$vue.DefineComponent<__VLS_Props$8, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<__VLS_Props$8> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
1843
+ declare const _default$8: typeof __VLS_export$9;
1818
1844
  declare namespace tabs_d_exports {
1819
- export { OptionT$10 as OptionT, Template$6 as Template, init$10 as init };
1845
+ export { OptionT$10 as OptionT, Template$7 as Template, init$10 as init };
1820
1846
  }
1821
- declare const Template$6: SFCWithInstall<typeof _default$7>;
1847
+ declare const Template$7: SFCWithInstall$1<typeof _default$8>;
1822
1848
  type OptionT$10 = TabsProps & TabsEmits & baseT & {
1823
1849
  id: string;
1824
1850
  inDialog: boolean;
@@ -1924,7 +1950,7 @@ type __VLS_Props$7 = {
1924
1950
  };
1925
1951
  declare function validate(): Promise<boolean>;
1926
1952
  declare function submitBefore(data: Record<string, any>): Promise<Record<string, any> | false>;
1927
- declare const __VLS_export$7: _$vue.DefineComponent<__VLS_Props$7, {
1953
+ declare const __VLS_export$8: _$vue.DefineComponent<__VLS_Props$7, {
1928
1954
  formData: FormData<any>;
1929
1955
  validate: typeof validate;
1930
1956
  submit: (reloadData?: boolean) => Promise<boolean>;
@@ -1939,11 +1965,11 @@ declare const __VLS_export$7: _$vue.DefineComponent<__VLS_Props$7, {
1939
1965
  changed: Readonly<_$vue.Ref<boolean, boolean>>;
1940
1966
  submitting: Readonly<_$vue.Ref<boolean, boolean>>;
1941
1967
  }, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<__VLS_Props$7> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
1942
- declare const _default$6: typeof __VLS_export$7;
1968
+ declare const _default$7: typeof __VLS_export$8;
1943
1969
  //#endregion
1944
1970
  //#region src/packages/controls/form/index.d.ts
1945
1971
  declare const RwForm: typeof form_d_exports & {
1946
- Template: SFCWithInstall<typeof _default$6>;
1972
+ Template: SFCWithInstall$1<typeof _default$7>;
1947
1973
  };
1948
1974
  declare namespace RwForm {
1949
1975
  type OptionT = OptionT$9;
@@ -1967,17 +1993,17 @@ declare const __VLS_base$4: _$vue.DefineComponent<__VLS_Props$6, {}, {}, {}, {},
1967
1993
  }, string, _$vue.PublicProps, Readonly<__VLS_Props$6> & Readonly<{
1968
1994
  onRefreshData?: ((...args: any[]) => any) | undefined;
1969
1995
  }>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
1970
- declare const __VLS_export$6: __VLS_WithSlots$4<typeof __VLS_base$4, __VLS_Slots$4>;
1971
- declare const _default$5: typeof __VLS_export$6;
1996
+ declare const __VLS_export$7: __VLS_WithSlots$4<typeof __VLS_base$4, __VLS_Slots$4>;
1997
+ declare const _default$6: typeof __VLS_export$7;
1972
1998
  type __VLS_WithSlots$4<T, S> = T & {
1973
1999
  new (): {
1974
2000
  $slots: S;
1975
2001
  };
1976
2002
  };
1977
2003
  declare namespace pageBase_d_exports {
1978
- export { OptionT$8 as OptionT, Template$5 as Template, init$8 as init, typeT };
2004
+ export { OptionT$8 as OptionT, Template$6 as Template, init$8 as init, typeT };
1979
2005
  }
1980
- declare const Template$5: SFCWithInstall<typeof _default$5>;
2006
+ declare const Template$6: SFCWithInstall$1<typeof _default$6>;
1981
2007
  /** 需要扩展,请在此添加对应的内容 */
1982
2008
  type typeT = "table" | "form" | "info" | "query" | "customize";
1983
2009
  type OptionT$8 = {
@@ -2012,8 +2038,8 @@ declare const __VLS_base$3: _$vue.DefineComponent<__VLS_Props$5, {
2012
2038
  loadInfo: typeof loadInfo;
2013
2039
  setExternalLoading: (isLoading: boolean, text?: string) => any;
2014
2040
  }, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<__VLS_Props$5> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
2015
- declare const __VLS_export$5: __VLS_WithSlots$3<typeof __VLS_base$3, __VLS_Slots$3>;
2016
- declare const _default$4: typeof __VLS_export$5;
2041
+ declare const __VLS_export$6: __VLS_WithSlots$3<typeof __VLS_base$3, __VLS_Slots$3>;
2042
+ declare const _default$5: typeof __VLS_export$6;
2017
2043
  type __VLS_WithSlots$3<T, S> = T & {
2018
2044
  new (): {
2019
2045
  $slots: S;
@@ -2097,9 +2123,9 @@ type ApisOPtions = {
2097
2123
  type tableTypeT = 'single' | 'master' | 'slave';
2098
2124
  declare const init$6: (name: string, tableID: string, apiURLFront: string, options?: Partial<OptionT$6>) => OptionT$6;
2099
2125
  declare namespace pageForm_d_exports {
2100
- export { OptionT$5 as OptionT, Template$4 as Template, init$5 as init };
2126
+ export { OptionT$5 as OptionT, Template$5 as Template, init$5 as init };
2101
2127
  }
2102
- declare const Template$4: SFCWithInstall<typeof _default$4>;
2128
+ declare const Template$5: SFCWithInstall$1<typeof _default$5>;
2103
2129
  type OptionT$5 = {
2104
2130
  page: OptionT$8;
2105
2131
  form: RwForm.OptionT;
@@ -2127,17 +2153,17 @@ declare const __VLS_base$2: _$vue.DefineComponent<__VLS_Props$4, {
2127
2153
  }, string, _$vue.PublicProps, Readonly<__VLS_Props$4> & Readonly<{
2128
2154
  onClick?: ((...args: any[]) => any) | undefined;
2129
2155
  }>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
2130
- declare const __VLS_export$4: __VLS_WithSlots$2<typeof __VLS_base$2, __VLS_Slots$2>;
2131
- declare const _default$3: typeof __VLS_export$4;
2156
+ declare const __VLS_export$5: __VLS_WithSlots$2<typeof __VLS_base$2, __VLS_Slots$2>;
2157
+ declare const _default$4: typeof __VLS_export$5;
2132
2158
  type __VLS_WithSlots$2<T, S> = T & {
2133
2159
  new (): {
2134
2160
  $slots: S;
2135
2161
  };
2136
2162
  };
2137
2163
  declare namespace pageTable_d_exports {
2138
- export { OptionT$4 as OptionT, Template$3 as Template, init$4 as init };
2164
+ export { OptionT$4 as OptionT, Template$4 as Template, init$4 as init };
2139
2165
  }
2140
- declare const Template$3: SFCWithInstall<typeof _default$3>;
2166
+ declare const Template$4: SFCWithInstall$1<typeof _default$4>;
2141
2167
  type OptionT$4 = {
2142
2168
  struct: OptionT$6;
2143
2169
  operateButtons: OptionT$34;
@@ -2167,12 +2193,12 @@ declare function init$3(options: OptionT$3): {
2167
2193
  type __VLS_Props$3 = {
2168
2194
  control: Partial<OptionT$2>;
2169
2195
  };
2170
- declare const __VLS_export$3: _$vue.DefineComponent<__VLS_Props$3, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<__VLS_Props$3> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
2171
- declare const _default_1: typeof __VLS_export$3;
2196
+ declare const __VLS_export$4: _$vue.DefineComponent<__VLS_Props$3, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<__VLS_Props$3> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
2197
+ declare const _default_1: typeof __VLS_export$4;
2172
2198
  declare namespace progress_d_exports {
2173
- export { OptionT$2 as OptionT, Template$2 as Template, init$2 as init };
2199
+ export { OptionT$2 as OptionT, Template$3 as Template, init$2 as init };
2174
2200
  }
2175
- declare const Template$2: SFCWithInstall<typeof _default_1>;
2201
+ declare const Template$3: SFCWithInstall$1<typeof _default_1>;
2176
2202
  type OptionT$2 = ProgressProps & baseT & {
2177
2203
  moduleName: string;
2178
2204
  name: string;
@@ -2198,17 +2224,17 @@ declare const __VLS_base$1: _$vue.DefineComponent<__VLS_Props$2, {}, {}, {}, {},
2198
2224
  "onUpdate:currentPage"?: ((...args: any[]) => any) | undefined;
2199
2225
  "onUpdate:pageSize"?: ((...args: any[]) => any) | undefined;
2200
2226
  }>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
2201
- declare const __VLS_export$2: __VLS_WithSlots$1<typeof __VLS_base$1, __VLS_Slots$1>;
2202
- declare const _default$2: typeof __VLS_export$2;
2227
+ declare const __VLS_export$3: __VLS_WithSlots$1<typeof __VLS_base$1, __VLS_Slots$1>;
2228
+ declare const _default$3: typeof __VLS_export$3;
2203
2229
  type __VLS_WithSlots$1<T, S> = T & {
2204
2230
  new (): {
2205
2231
  $slots: S;
2206
2232
  };
2207
2233
  };
2208
2234
  declare namespace pagination_d_exports {
2209
- export { OptionT$1 as OptionT, Template$1 as Template, init$1 as init };
2235
+ export { OptionT$1 as OptionT, Template$2 as Template, init$1 as init };
2210
2236
  }
2211
- declare const Template$1: SFCWithInstall<typeof _default$2>;
2237
+ declare const Template$2: SFCWithInstall$1<typeof _default$3>;
2212
2238
  type OptionT$1 = PaginationProps & PaginationEmits & baseT & {
2213
2239
  total: number;
2214
2240
  page: number;
@@ -2234,8 +2260,8 @@ declare const __VLS_base: _$vue.DefineComponent<__VLS_Props$1, {
2234
2260
  }, string, _$vue.PublicProps, Readonly<__VLS_Props$1> & Readonly<{
2235
2261
  onOnSearch?: ((...args: any[]) => any) | undefined;
2236
2262
  }>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
2237
- declare const __VLS_export$1: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
2238
- declare const _default$1: typeof __VLS_export$1;
2263
+ declare const __VLS_export$2: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
2264
+ declare const _default$2: typeof __VLS_export$2;
2239
2265
  type __VLS_WithSlots<T, S> = T & {
2240
2266
  new (): {
2241
2267
  $slots: S;
@@ -2251,17 +2277,17 @@ type __VLS_ModelProps = {
2251
2277
  "controls": typeof controls['value'];
2252
2278
  };
2253
2279
  type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
2254
- declare const __VLS_export: _$vue.DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
2280
+ declare const __VLS_export$1: _$vue.DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
2255
2281
  "update:controls": (value: any[]) => any;
2256
2282
  }, string, _$vue.PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
2257
2283
  "onUpdate:controls"?: ((value: any[]) => any) | undefined;
2258
2284
  }>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
2259
- declare const _default: typeof __VLS_export;
2285
+ declare const _default$1: typeof __VLS_export$1;
2260
2286
  declare namespace search_d_exports {
2261
- export { OptionT, SearchKeyTemplate, Template, init };
2287
+ export { OptionT, SearchKeyTemplate, Template$1 as Template, init };
2262
2288
  }
2263
- declare const SearchKeyTemplate: SFCWithInstall<typeof _default>;
2264
- declare const Template: SFCWithInstall<typeof _default$1>;
2289
+ declare const SearchKeyTemplate: SFCWithInstall$1<typeof _default$1>;
2290
+ declare const Template$1: SFCWithInstall$1<typeof _default$2>;
2265
2291
  type OptionT = baseT & {
2266
2292
  struct?: OptionT$6;
2267
2293
  labelWidth?: string | number;
@@ -2279,8 +2305,16 @@ type OptionT = baseT & {
2279
2305
  addMergeSelect: (name: string, complex: complexT, optionFrom: optionFromT$1, optionValues: optionValuesT | string, options?: Partial<RwFormItems.MergeSelectExtendedOptionT>) => RwFormItems.OptionT | null;
2280
2306
  };
2281
2307
  declare const init: (struct: OptionT$6, options?: Partial<OptionT>) => OptionT;
2308
+ //#endregion
2309
+ //#region src/packages/controls/smallComp/smallComp.vue.d.ts
2310
+ declare const __VLS_export: _$vue.DefineComponent<{}, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, true, {}, any>;
2311
+ declare const _default: typeof __VLS_export;
2312
+ declare namespace smallComp_d_exports {
2313
+ export { Template };
2314
+ }
2315
+ declare const Template: SFCWithInstall<typeof _default>;
2282
2316
  declare namespace index_d_exports {
2283
- export { affix_d_exports as RwAffix, alert_d_exports as RwAlert, autocomplete_d_exports as RwAutocomplete, avatar_d_exports as RwAvatar, button_d_exports as RwButton, buttonGroup_d_exports as RwButtonGroup, dialog_d_exports as RwDialog, divider_d_exports as RwDivider, dropdown_d_exports as RwDropdown, RwForm, RwFormItems, image_d_exports as RwImage, input_d_exports as RwInput, inputNumber_d_exports as RwInputNumber, inputTag_d_exports as RwInputTag, mTreeSTable_d_exports as RwMTreeSTable, map_d_exports as RwMap, mergeInput_d_exports as RwMergeInput, mergeSelect_d_exports as RwMergeSelect, pageBase_d_exports as RwPageBase, pageForm_d_exports as RwPageForm, pageTable_d_exports as RwPageTable, pagination_d_exports as RwPagination, popconfirm_d_exports as RwPopconfirm, progress_d_exports as RwProgress, radio_d_exports as RwRadio, search_d_exports as RwSearch, segmented_d_exports as RwSegmented, select_d_exports as RwSelect, slider_d_exports as RwSlider, switch_d_exports as RwSwitch, tabPane_d_exports as RwTabPane, table_d_exports as RwTable, tabs_d_exports as RwTabs, tag_d_exports as RwTag, tagComp_d_exports as RwTagComp, text_d_exports as RwText, tree_d_exports as RwTree, upload_d_exports as RwUpload, pageStruct_d_exports as pageStruct, tableStruct_d_exports as tableStruct };
2317
+ export { affix_d_exports as RwAffix, alert_d_exports as RwAlert, autocomplete_d_exports as RwAutocomplete, avatar_d_exports as RwAvatar, button_d_exports as RwButton, buttonGroup_d_exports as RwButtonGroup, collapse_d_exports as RwCollapse, dialog_d_exports as RwDialog, divider_d_exports as RwDivider, dropdown_d_exports as RwDropdown, RwForm, RwFormItems, image_d_exports as RwImage, input_d_exports as RwInput, inputNumber_d_exports as RwInputNumber, inputTag_d_exports as RwInputTag, mTreeSTable_d_exports as RwMTreeSTable, map_d_exports as RwMap, mergeInput_d_exports as RwMergeInput, mergeSelect_d_exports as RwMergeSelect, pageBase_d_exports as RwPageBase, pageForm_d_exports as RwPageForm, pageTable_d_exports as RwPageTable, pagination_d_exports as RwPagination, popconfirm_d_exports as RwPopconfirm, progress_d_exports as RwProgress, radio_d_exports as RwRadio, search_d_exports as RwSearch, segmented_d_exports as RwSegmented, select_d_exports as RwSelect, slider_d_exports as RwSlider, switch_d_exports as RwSwitch, tabPane_d_exports as RwTabPane, table_d_exports as RwTable, tabs_d_exports as RwTabs, tag_d_exports as RwTag, tagComp_d_exports as RwTagComp, text_d_exports as RwText, tree_d_exports as RwTree, upload_d_exports as RwUpload, pageStruct_d_exports as pageStruct, smallComp_d_exports as smallComp, tableStruct_d_exports as tableStruct };
2284
2318
  }
2285
2319
  //#endregion
2286
- export { inputNumber_d_exports as A, autocomplete_d_exports as B, upload_d_exports as C, mergeSelect_d_exports as D, switch_d_exports as E, dialog_d_exports as F, alert_d_exports as H, buttonGroup_d_exports as I, dropdown_d_exports as L, select_d_exports as M, input_d_exports as N, mergeInput_d_exports as O, divider_d_exports as P, popconfirm_d_exports as R, tree_d_exports as S, slider_d_exports as T, affix_d_exports as U, avatar_d_exports as V, table_d_exports as _, mTreeSTable_d_exports as a, image_d_exports as b, OptionT$6 as c, pageBase_d_exports as d, RwForm as f, segmented_d_exports as g, RwFormItems as h, progress_d_exports as i, inputTag_d_exports as j, radio_d_exports as k, pageStruct_d_exports as l, tabPane_d_exports as m, search_d_exports as n, pageTable_d_exports as o, tabs_d_exports as p, pagination_d_exports as r, pageForm_d_exports as s, index_d_exports as t, tableStruct_d_exports as u, tagComp_d_exports as v, map_d_exports as w, text_d_exports as x, tag_d_exports as y, button_d_exports as z };
2320
+ export { radio_d_exports as A, button_d_exports as B, tree_d_exports as C, switch_d_exports as D, slider_d_exports as E, divider_d_exports as F, affix_d_exports as G, avatar_d_exports as H, dialog_d_exports as I, buttonGroup_d_exports as L, inputTag_d_exports as M, select_d_exports as N, mergeSelect_d_exports as O, input_d_exports as P, dropdown_d_exports as R, text_d_exports as S, map_d_exports as T, collapse_d_exports as U, autocomplete_d_exports as V, alert_d_exports as W, segmented_d_exports as _, progress_d_exports as a, tag_d_exports as b, pageForm_d_exports as c, tableStruct_d_exports as d, pageBase_d_exports as f, RwFormItems as g, tabPane_d_exports as h, pagination_d_exports as i, inputNumber_d_exports as j, mergeInput_d_exports as k, OptionT$6 as l, tabs_d_exports as m, smallComp_d_exports as n, mTreeSTable_d_exports as o, RwForm as p, search_d_exports as r, pageTable_d_exports as s, index_d_exports as t, pageStruct_d_exports as u, table_d_exports as v, upload_d_exports as w, image_d_exports as x, tagComp_d_exports as y, popconfirm_d_exports as z };