duck-vue-components 0.3.13 → 0.3.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/_plugin-vue_export-helper-BeRLrMO0.cjs +13 -0
- package/dist/_plugin-vue_export-helper-Ccxcu2kh.js +8 -0
- package/dist/constants.d.ts +1 -1
- package/dist/{controls-BBUzKw_g.cjs → controls-DQZoiNOf.cjs} +680 -396
- package/dist/{controls-cwTfuLFb.js → controls-xcEnXfzw.js} +609 -350
- package/dist/controls.cjs +13 -1
- package/dist/controls.d.cts +2 -2
- package/dist/controls.d.ts +2 -2
- package/dist/controls.js +2 -2
- package/dist/{index-DDMVfK5O.d.cts → index-BZnHysMc.d.cts} +200 -167
- package/dist/{index-DjM1ozxC.d.ts → index-CaT_2j-S.d.ts} +1 -1
- package/dist/{index-DIajY4Ph.d.ts → index-Du6VPIRM.d.ts} +202 -169
- package/dist/{index-CdiBvIfj.d.ts → index-DwN9SFk4.d.ts} +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +2 -2
- package/dist/index.js +1 -1
- package/dist/layout.cjs +70 -0
- package/dist/layout.d.cts +43 -0
- package/dist/layout.d.ts +43 -0
- package/dist/layout.js +67 -0
- package/dist/pages.cjs +3 -2
- package/dist/pages.d.cts +1 -1
- package/dist/pages.d.ts +2 -2
- package/dist/pages.js +2 -1
- package/dist/stores.d.ts +1 -1
- package/dist/style.css +28 -0
- package/dist/utils.d.ts +1 -1
- package/package.json +6 -1
- /package/dist/{index-BPQVuYZD.d.ts → index-Di4VXcF7.d.ts} +0 -0
|
@@ -3,7 +3,7 @@ import { O as Mutable$1, nn as SFCWithInstall, t as FormData } from "./index-EQ6
|
|
|
3
3
|
import * as _$vue from "vue";
|
|
4
4
|
import { Component, ExtractPropTypes, nextTick } from "vue";
|
|
5
5
|
import * as _$element_plus0 from "element-plus";
|
|
6
|
-
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";
|
|
6
|
+
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";
|
|
7
7
|
import * as _$element_plus_es_utils_index_mjs0 from "element-plus/es/utils/index.mjs";
|
|
8
8
|
import * as _$element_plus_es_components_tree_src_model_node_mjs0 from "element-plus/es/components/tree/src/model/node.mjs";
|
|
9
9
|
import * as _$element_plus_es_components_segmented_src_types_mjs0 from "element-plus/es/components/segmented/src/types.mjs";
|
|
@@ -11,51 +11,76 @@ import * as _$element_plus_es_components_segmented_src_types_mjs0 from "element-
|
|
|
11
11
|
//#region \0rolldown/runtime.js
|
|
12
12
|
//#endregion
|
|
13
13
|
//#region src/packages/controls/affix/affix.vue.d.ts
|
|
14
|
-
type __VLS_Props$
|
|
15
|
-
control: Partial<OptionT$
|
|
14
|
+
type __VLS_Props$35 = {
|
|
15
|
+
control: Partial<OptionT$42>;
|
|
16
16
|
};
|
|
17
|
-
declare const __VLS_export$
|
|
18
|
-
declare const _default$
|
|
17
|
+
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>;
|
|
18
|
+
declare const _default$28: typeof __VLS_export$40;
|
|
19
19
|
declare namespace affix_d_exports {
|
|
20
|
-
export { OptionT$
|
|
20
|
+
export { OptionT$42 as OptionT, Template$37 as Template, init$41 as init };
|
|
21
21
|
}
|
|
22
|
-
declare const Template$
|
|
23
|
-
type OptionT$
|
|
22
|
+
declare const Template$37: SFCWithInstall<typeof _default$28>;
|
|
23
|
+
type OptionT$42 = AffixProps & AffixEmits & baseT & {
|
|
24
24
|
default: any;
|
|
25
25
|
moduleName: string;
|
|
26
26
|
name: string;
|
|
27
27
|
};
|
|
28
|
-
declare function init$
|
|
28
|
+
declare function init$41(moduleName: string, name: string, options?: Partial<OptionT$42>): Partial<OptionT$42>;
|
|
29
29
|
//#endregion
|
|
30
30
|
//#region src/packages/controls/alert/alert.vue.d.ts
|
|
31
|
-
type __VLS_Props$
|
|
32
|
-
control: Partial<OptionT$
|
|
31
|
+
type __VLS_Props$34 = {
|
|
32
|
+
control: Partial<OptionT$41>;
|
|
33
33
|
};
|
|
34
|
-
declare const __VLS_export$
|
|
35
|
-
declare const _default_1$
|
|
34
|
+
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>;
|
|
35
|
+
declare const _default_1$11: typeof __VLS_export$39;
|
|
36
36
|
declare namespace alert_d_exports {
|
|
37
|
-
export { OptionT$
|
|
37
|
+
export { OptionT$41 as OptionT, Template$36 as Template, init$40 as init };
|
|
38
38
|
}
|
|
39
|
-
declare const Template$
|
|
40
|
-
type OptionT$
|
|
39
|
+
declare const Template$36: SFCWithInstall<typeof _default_1$11>;
|
|
40
|
+
type OptionT$41 = AlertProps & AlertEmits & baseT & {
|
|
41
41
|
default: any;
|
|
42
42
|
title: any;
|
|
43
43
|
icon: any;
|
|
44
44
|
moduleName: string;
|
|
45
45
|
name: string;
|
|
46
46
|
};
|
|
47
|
+
declare function init$40(moduleName: string, name: string, options?: Partial<OptionT$41>): Partial<OptionT$41>;
|
|
48
|
+
//#endregion
|
|
49
|
+
//#region src/packages/controls/collapse/collapse.vue.d.ts
|
|
50
|
+
type __VLS_Props$33 = {
|
|
51
|
+
control: Partial<OptionT$40>;
|
|
52
|
+
};
|
|
53
|
+
type __VLS_ModelProps$2 = {
|
|
54
|
+
modelValue?: string | string[];
|
|
55
|
+
};
|
|
56
|
+
type __VLS_PublicProps$2 = __VLS_Props$33 & __VLS_ModelProps$2;
|
|
57
|
+
declare const __VLS_export$38: _$vue.DefineComponent<__VLS_PublicProps$2, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
|
|
58
|
+
"update:modelValue": (value: string | string[] | undefined) => any;
|
|
59
|
+
}, string, _$vue.PublicProps, Readonly<__VLS_PublicProps$2> & Readonly<{
|
|
60
|
+
"onUpdate:modelValue"?: ((value: string | string[] | undefined) => any) | undefined;
|
|
61
|
+
}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
|
|
62
|
+
declare const _default_1$10: typeof __VLS_export$38;
|
|
63
|
+
declare namespace collapse_d_exports {
|
|
64
|
+
export { OptionT$40 as OptionT, Template$35 as Template, init$39 as init };
|
|
65
|
+
}
|
|
66
|
+
declare const Template$35: SFCWithInstall<typeof _default_1$10>;
|
|
67
|
+
type OptionT$40 = CollapseProps & CollapseEmits & baseT & {
|
|
68
|
+
default: any;
|
|
69
|
+
moduleName: string;
|
|
70
|
+
name: string;
|
|
71
|
+
};
|
|
47
72
|
declare function init$39(moduleName: string, name: string, options?: Partial<OptionT$40>): Partial<OptionT$40>;
|
|
48
73
|
//#endregion
|
|
49
74
|
//#region src/packages/controls/avatar/avatar.vue.d.ts
|
|
50
75
|
type __VLS_Props$32 = {
|
|
51
76
|
control: Partial<OptionT$39>;
|
|
52
77
|
};
|
|
53
|
-
declare const __VLS_export$
|
|
54
|
-
declare const _default_1$9: typeof __VLS_export$
|
|
78
|
+
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>;
|
|
79
|
+
declare const _default_1$9: typeof __VLS_export$37;
|
|
55
80
|
declare namespace avatar_d_exports {
|
|
56
|
-
export { OptionT$39 as OptionT, Template$
|
|
81
|
+
export { OptionT$39 as OptionT, Template$34 as Template, init$38 as init };
|
|
57
82
|
}
|
|
58
|
-
declare const Template$
|
|
83
|
+
declare const Template$34: SFCWithInstall<typeof _default_1$9>;
|
|
59
84
|
type OptionT$39 = AvatarProps & AvatarEmits & baseT & {
|
|
60
85
|
moduleName: string;
|
|
61
86
|
name: string;
|
|
@@ -71,16 +96,16 @@ type __VLS_ModelProps$1 = {
|
|
|
71
96
|
modelValue?: string;
|
|
72
97
|
};
|
|
73
98
|
type __VLS_PublicProps$1 = __VLS_Props$31 & __VLS_ModelProps$1;
|
|
74
|
-
declare const __VLS_export$
|
|
99
|
+
declare const __VLS_export$36: _$vue.DefineComponent<__VLS_PublicProps$1, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
|
|
75
100
|
"update:modelValue": (value: string | undefined) => any;
|
|
76
101
|
}, string, _$vue.PublicProps, Readonly<__VLS_PublicProps$1> & Readonly<{
|
|
77
102
|
"onUpdate:modelValue"?: ((value: string | undefined) => any) | undefined;
|
|
78
103
|
}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
|
|
79
|
-
declare const _default$
|
|
104
|
+
declare const _default$27: typeof __VLS_export$36;
|
|
80
105
|
declare namespace autocomplete_d_exports {
|
|
81
|
-
export { OptionT$38 as OptionT, Template$
|
|
106
|
+
export { OptionT$38 as OptionT, Template$33 as Template, init$37 as init };
|
|
82
107
|
}
|
|
83
|
-
declare const Template$
|
|
108
|
+
declare const Template$33: SFCWithInstall<typeof _default$27>;
|
|
84
109
|
type OptionT$38 = AutocompleteProps & AutocompleteEmits & baseT & {
|
|
85
110
|
placeholder: string;
|
|
86
111
|
default: any;
|
|
@@ -109,17 +134,17 @@ declare const __VLS_base$16: _$vue.DefineComponent<__VLS_Props$30, {}, {}, {}, {
|
|
|
109
134
|
}, string, _$vue.PublicProps, Readonly<__VLS_Props$30> & Readonly<{
|
|
110
135
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
111
136
|
}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
|
|
112
|
-
declare const __VLS_export$
|
|
113
|
-
declare const _default_1$8: typeof __VLS_export$
|
|
137
|
+
declare const __VLS_export$35: __VLS_WithSlots$16<typeof __VLS_base$16, __VLS_Slots$16>;
|
|
138
|
+
declare const _default_1$8: typeof __VLS_export$35;
|
|
114
139
|
type __VLS_WithSlots$16<T, S> = T & {
|
|
115
140
|
new (): {
|
|
116
141
|
$slots: S;
|
|
117
142
|
};
|
|
118
143
|
};
|
|
119
144
|
declare namespace button_d_exports {
|
|
120
|
-
export { OptionT$37 as OptionT, Template$
|
|
145
|
+
export { OptionT$37 as OptionT, Template$32 as Template, init$36 as init };
|
|
121
146
|
}
|
|
122
|
-
declare const Template$
|
|
147
|
+
declare const Template$32: SFCWithInstall<typeof _default_1$8>;
|
|
123
148
|
type OptionT$37 = Mutable$1<ButtonProps> & baseT & {
|
|
124
149
|
default: any;
|
|
125
150
|
loadingSlot: any;
|
|
@@ -140,29 +165,29 @@ type __VLS_Props$29 = {
|
|
|
140
165
|
control: OptionT$34;
|
|
141
166
|
statusData?: any;
|
|
142
167
|
};
|
|
143
|
-
declare const __VLS_export$
|
|
168
|
+
declare const __VLS_export$34: _$vue.DefineComponent<__VLS_Props$29, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
|
|
144
169
|
click: (...args: any[]) => void;
|
|
145
170
|
command: (...args: any[]) => void;
|
|
146
171
|
}, string, _$vue.PublicProps, Readonly<__VLS_Props$29> & Readonly<{
|
|
147
172
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
148
173
|
onCommand?: ((...args: any[]) => any) | undefined;
|
|
149
174
|
}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
|
|
150
|
-
declare const _default_1$7: typeof __VLS_export$
|
|
175
|
+
declare const _default_1$7: typeof __VLS_export$34;
|
|
151
176
|
//#endregion
|
|
152
177
|
//#region src/packages/controls/popconfirm/popconfirm.vue.d.ts
|
|
153
178
|
type __VLS_Props$28 = {
|
|
154
179
|
control: OptionT$36;
|
|
155
180
|
};
|
|
156
|
-
declare const __VLS_export$
|
|
181
|
+
declare const __VLS_export$33: _$vue.DefineComponent<__VLS_Props$28, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
|
|
157
182
|
click: (...args: any[]) => void;
|
|
158
183
|
}, string, _$vue.PublicProps, Readonly<__VLS_Props$28> & Readonly<{
|
|
159
184
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
160
185
|
}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
|
|
161
|
-
declare const _default$
|
|
186
|
+
declare const _default$26: typeof __VLS_export$33;
|
|
162
187
|
declare namespace popconfirm_d_exports {
|
|
163
|
-
export { OptionT$36 as OptionT, Template$
|
|
188
|
+
export { OptionT$36 as OptionT, Template$31 as Template, init$35 as init };
|
|
164
189
|
}
|
|
165
|
-
declare const Template$
|
|
190
|
+
declare const Template$31: SFCWithInstall<typeof _default$26>;
|
|
166
191
|
type OptionT$36 = PopconfirmProps & PopconfirmEmits & baseT & {
|
|
167
192
|
reference: any;
|
|
168
193
|
actions: any;
|
|
@@ -178,16 +203,16 @@ declare function init$35(moduleName: string, name: string, options?: Partial<Opt
|
|
|
178
203
|
type __VLS_Props$27 = {
|
|
179
204
|
control: OptionT$35;
|
|
180
205
|
};
|
|
181
|
-
declare const __VLS_export$
|
|
206
|
+
declare const __VLS_export$32: _$vue.DefineComponent<__VLS_Props$27, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
|
|
182
207
|
click: (...args: any[]) => void;
|
|
183
208
|
}, string, _$vue.PublicProps, Readonly<__VLS_Props$27> & Readonly<{
|
|
184
209
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
185
210
|
}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
|
|
186
|
-
declare const _default_1$6: typeof __VLS_export$
|
|
211
|
+
declare const _default_1$6: typeof __VLS_export$32;
|
|
187
212
|
declare namespace dropdown_d_exports {
|
|
188
|
-
export { DropdownItemOptionT, DropdownItemProps, DropdownPlacement, DropdownProps, DropdownSize, DropdownTrigger, DropdownType, OptionT$35 as OptionT, Template$
|
|
213
|
+
export { DropdownItemOptionT, DropdownItemProps, DropdownPlacement, DropdownProps, DropdownSize, DropdownTrigger, DropdownType, OptionT$35 as OptionT, Template$30 as Template, areaT, init$34 as init };
|
|
189
214
|
}
|
|
190
|
-
declare const Template$
|
|
215
|
+
declare const Template$30: SFCWithInstall<typeof _default_1$6>;
|
|
191
216
|
type DropdownSize = '' | 'large' | 'default' | 'small';
|
|
192
217
|
type DropdownType = '' | 'default' | 'primary' | 'success' | 'warning' | 'info' | 'danger' | 'text';
|
|
193
218
|
type DropdownPlacement = 'top' | 'top-start' | 'top-end' | 'bottom' | 'bottom-start' | 'bottom-end';
|
|
@@ -228,9 +253,9 @@ type OptionT$35 = DropdownProps & baseT & {
|
|
|
228
253
|
};
|
|
229
254
|
declare function init$34(moduleName: string, name: string, options?: Partial<OptionT$35>): OptionT$35;
|
|
230
255
|
declare namespace buttonGroup_d_exports {
|
|
231
|
-
export { ButtonsAreaT, ControlT, ControlTypeEnum, OptionT$34 as OptionT, Template$
|
|
256
|
+
export { ButtonsAreaT, ControlT, ControlTypeEnum, OptionT$34 as OptionT, Template$29 as Template, createComponent, init$33 as init };
|
|
232
257
|
}
|
|
233
|
-
declare const Template$
|
|
258
|
+
declare const Template$29: SFCWithInstall<typeof _default_1$7>;
|
|
234
259
|
type ControlTypeEnum = 'button' | 'popconfirm' | 'dropdown';
|
|
235
260
|
type ControlT = OptionT$37 | OptionT$36 | OptionT$35;
|
|
236
261
|
type ButtonItemT = baseT & {
|
|
@@ -278,15 +303,15 @@ declare const __VLS_base$15: _$vue.DefineComponent<__VLS_Props$26, {}, {}, {}, {
|
|
|
278
303
|
}, string, _$vue.PublicProps, Readonly<__VLS_Props$26> & Readonly<{
|
|
279
304
|
onRefreshData?: ((...args: any[]) => any) | undefined;
|
|
280
305
|
}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
|
|
281
|
-
declare const __VLS_export$
|
|
282
|
-
declare const _default_1$5: typeof __VLS_export$
|
|
306
|
+
declare const __VLS_export$31: __VLS_WithSlots$15<typeof __VLS_base$15, __VLS_Slots$15>;
|
|
307
|
+
declare const _default_1$5: typeof __VLS_export$31;
|
|
283
308
|
type __VLS_WithSlots$15<T, S> = T & {
|
|
284
309
|
new (): {
|
|
285
310
|
$slots: S;
|
|
286
311
|
};
|
|
287
312
|
};
|
|
288
313
|
declare namespace dialog_d_exports {
|
|
289
|
-
export { DIALOG_FORM_INJECTION_KEY, OptionT$33 as OptionT, Template$
|
|
314
|
+
export { DIALOG_FORM_INJECTION_KEY, OptionT$33 as OptionT, Template$28 as Template, init$32 as init };
|
|
290
315
|
}
|
|
291
316
|
type OptionT$33 = baseT & DialogProps & DialogEmits & {
|
|
292
317
|
direction: 'rtl' | 'ltr' | 'ttb' | 'btt' | 'center';
|
|
@@ -309,7 +334,7 @@ type OptionT$33 = baseT & DialogProps & DialogEmits & {
|
|
|
309
334
|
};
|
|
310
335
|
_formRegistration: any;
|
|
311
336
|
};
|
|
312
|
-
declare const Template$
|
|
337
|
+
declare const Template$28: SFCWithInstall<typeof _default_1$5>;
|
|
313
338
|
declare const DIALOG_FORM_INJECTION_KEY: unique symbol;
|
|
314
339
|
declare function init$32(name: string, templateName: any, buttons?: OptionT$34, options?: Partial<OptionT$33>): OptionT$33;
|
|
315
340
|
//#endregion
|
|
@@ -317,12 +342,12 @@ declare function init$32(name: string, templateName: any, buttons?: OptionT$34,
|
|
|
317
342
|
type __VLS_Props$25 = {
|
|
318
343
|
control: Partial<OptionT$32>;
|
|
319
344
|
};
|
|
320
|
-
declare const __VLS_export$
|
|
321
|
-
declare const _default_1$4: typeof __VLS_export$
|
|
345
|
+
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>;
|
|
346
|
+
declare const _default_1$4: typeof __VLS_export$30;
|
|
322
347
|
declare namespace divider_d_exports {
|
|
323
|
-
export { OptionT$32 as OptionT, Template$
|
|
348
|
+
export { OptionT$32 as OptionT, Template$27 as Template, init$31 as init };
|
|
324
349
|
}
|
|
325
|
-
declare const Template$
|
|
350
|
+
declare const Template$27: SFCWithInstall<typeof _default_1$4>;
|
|
326
351
|
type OptionT$32 = DividerProps & baseT & {
|
|
327
352
|
default: any;
|
|
328
353
|
text: string;
|
|
@@ -333,8 +358,8 @@ declare function init$31(moduleName: string, name: string, options?: Partial<Opt
|
|
|
333
358
|
type __VLS_Props$24 = {
|
|
334
359
|
control: OptionT$11;
|
|
335
360
|
};
|
|
336
|
-
declare const __VLS_export$
|
|
337
|
-
declare const _default$
|
|
361
|
+
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>;
|
|
362
|
+
declare const _default$25: typeof __VLS_export$29;
|
|
338
363
|
//#endregion
|
|
339
364
|
//#region node_modules/.pnpm/@vue+reactivity@3.5.32/node_modules/@vue/reactivity/dist/reactivity.d.ts
|
|
340
365
|
type OnCleanup = (cleanupFn: () => void) => void;
|
|
@@ -414,7 +439,7 @@ declare const __VLS_base$14: _$vue.DefineComponent<__VLS_Props$23, {
|
|
|
414
439
|
$root: _$vue.ComponentPublicInstance | null;
|
|
415
440
|
$parent: _$vue.ComponentPublicInstance | null;
|
|
416
441
|
$host: Element | null;
|
|
417
|
-
$emit: ((event: "
|
|
442
|
+
$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);
|
|
418
443
|
$el: any;
|
|
419
444
|
$options: _$vue.ComponentOptionsBase<Readonly<_$element_plus0.InputProps> & Readonly<{
|
|
420
445
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
@@ -511,7 +536,7 @@ declare const __VLS_base$14: _$vue.DefineComponent<__VLS_Props$23, {
|
|
|
511
536
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
512
537
|
onClear?: ((evt: MouseEvent | undefined) => any) | undefined;
|
|
513
538
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
514
|
-
}>, "type" | "clear" | "
|
|
539
|
+
}>, "input" | "type" | "clear" | "autocomplete" | "modelValue" | "ref" | "disabled" | "clearIcon" | "validateEvent" | "tabindex" | "modelModifiers" | "autosize" | "wordLimitPosition" | "inputStyle" | "rows" | "focus" | "blur" | "select" | "textarea" | "textareaStyle" | "isComposing" | "resizeTextarea"> & {
|
|
515
540
|
input: HTMLInputElement | undefined;
|
|
516
541
|
textarea: HTMLTextAreaElement | undefined;
|
|
517
542
|
ref: HTMLInputElement | HTMLTextAreaElement | undefined;
|
|
@@ -596,7 +621,7 @@ declare const __VLS_base$14: _$vue.DefineComponent<__VLS_Props$23, {
|
|
|
596
621
|
$root: _$vue.ComponentPublicInstance | null;
|
|
597
622
|
$parent: _$vue.ComponentPublicInstance | null;
|
|
598
623
|
$host: Element | null;
|
|
599
|
-
$emit: ((event: "
|
|
624
|
+
$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);
|
|
600
625
|
$el: any;
|
|
601
626
|
$options: _$vue.ComponentOptionsBase<Readonly<_$element_plus0.InputProps> & Readonly<{
|
|
602
627
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
@@ -693,7 +718,7 @@ declare const __VLS_base$14: _$vue.DefineComponent<__VLS_Props$23, {
|
|
|
693
718
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
694
719
|
onClear?: ((evt: MouseEvent | undefined) => any) | undefined;
|
|
695
720
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
696
|
-
}>, "type" | "clear" | "
|
|
721
|
+
}>, "input" | "type" | "clear" | "autocomplete" | "modelValue" | "ref" | "disabled" | "clearIcon" | "validateEvent" | "tabindex" | "modelModifiers" | "autosize" | "wordLimitPosition" | "inputStyle" | "rows" | "focus" | "blur" | "select" | "textarea" | "textareaStyle" | "isComposing" | "resizeTextarea"> & {
|
|
697
722
|
input: HTMLInputElement | undefined;
|
|
698
723
|
textarea: HTMLTextAreaElement | undefined;
|
|
699
724
|
ref: HTMLInputElement | HTMLTextAreaElement | undefined;
|
|
@@ -729,17 +754,17 @@ declare const __VLS_base$14: _$vue.DefineComponent<__VLS_Props$23, {
|
|
|
729
754
|
}, string, _$vue.PublicProps, Readonly<__VLS_Props$23> & Readonly<{
|
|
730
755
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
731
756
|
}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
|
|
732
|
-
declare const __VLS_export$
|
|
733
|
-
declare const _default$
|
|
757
|
+
declare const __VLS_export$28: __VLS_WithSlots$14<typeof __VLS_base$14, __VLS_Slots$14>;
|
|
758
|
+
declare const _default$24: typeof __VLS_export$28;
|
|
734
759
|
type __VLS_WithSlots$14<T, S> = T & {
|
|
735
760
|
new (): {
|
|
736
761
|
$slots: S;
|
|
737
762
|
};
|
|
738
763
|
};
|
|
739
764
|
declare namespace input_d_exports {
|
|
740
|
-
export { InputInstance, OptionT$31 as OptionT, Template$
|
|
765
|
+
export { InputInstance, OptionT$31 as OptionT, Template$26 as Template, checkT$1 as checkT, init$30 as init };
|
|
741
766
|
}
|
|
742
|
-
declare const Template$
|
|
767
|
+
declare const Template$26: SFCWithInstall<typeof _default$24>;
|
|
743
768
|
type checkT$1 = 'email' | 'number' | 'idcard' | 'mobile' | 'url' | 'tel' | 'password' | 'username' | 'text';
|
|
744
769
|
type InputInstance = {
|
|
745
770
|
inputRef: any;
|
|
@@ -797,17 +822,17 @@ declare const __VLS_base$13: _$vue.DefineComponent<__VLS_Props$22, {}, {}, {}, {
|
|
|
797
822
|
}, string, _$vue.PublicProps, Readonly<__VLS_Props$22> & Readonly<{
|
|
798
823
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
799
824
|
}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
|
|
800
|
-
declare const __VLS_export$
|
|
801
|
-
declare const _default$
|
|
825
|
+
declare const __VLS_export$27: __VLS_WithSlots$13<typeof __VLS_base$13, __VLS_Slots$13>;
|
|
826
|
+
declare const _default$23: typeof __VLS_export$27;
|
|
802
827
|
type __VLS_WithSlots$13<T, S> = T & {
|
|
803
828
|
new (): {
|
|
804
829
|
$slots: S;
|
|
805
830
|
};
|
|
806
831
|
};
|
|
807
832
|
declare namespace select_d_exports {
|
|
808
|
-
export { OptionT$30 as OptionT, SelectEmits, Template$
|
|
833
|
+
export { OptionT$30 as OptionT, SelectEmits, Template$25 as Template, init$29 as init, listT };
|
|
809
834
|
}
|
|
810
|
-
declare const Template$
|
|
835
|
+
declare const Template$25: SFCWithInstall<typeof _default$23>;
|
|
811
836
|
type SelectEmits = typeof selectEmits;
|
|
812
837
|
type listT = {
|
|
813
838
|
value: string | number | boolean | object;
|
|
@@ -834,16 +859,16 @@ type __VLS_Props$21 = {
|
|
|
834
859
|
control: OptionT$29;
|
|
835
860
|
modelValue?: string[];
|
|
836
861
|
};
|
|
837
|
-
declare const __VLS_export$
|
|
862
|
+
declare const __VLS_export$26: _$vue.DefineComponent<__VLS_Props$21, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
|
|
838
863
|
"update:modelValue": (...args: any[]) => void;
|
|
839
864
|
}, string, _$vue.PublicProps, Readonly<__VLS_Props$21> & Readonly<{
|
|
840
865
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
841
866
|
}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
|
|
842
|
-
declare const _default$
|
|
867
|
+
declare const _default$22: typeof __VLS_export$26;
|
|
843
868
|
declare namespace inputTag_d_exports {
|
|
844
|
-
export { OptionT$29 as OptionT, Template$
|
|
869
|
+
export { OptionT$29 as OptionT, Template$24 as Template, init$28 as init };
|
|
845
870
|
}
|
|
846
|
-
declare const Template$
|
|
871
|
+
declare const Template$24: SFCWithInstall<typeof _default$22>;
|
|
847
872
|
type OptionT$29 = InputTagProps & InputTagEmits & baseT & {
|
|
848
873
|
prefix: any;
|
|
849
874
|
suffix: any;
|
|
@@ -857,16 +882,16 @@ type __VLS_Props$20 = {
|
|
|
857
882
|
control: OptionT$28;
|
|
858
883
|
modelValue: number;
|
|
859
884
|
};
|
|
860
|
-
declare const __VLS_export$
|
|
885
|
+
declare const __VLS_export$25: _$vue.DefineComponent<__VLS_Props$20, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
|
|
861
886
|
"update:modelValue": (...args: any[]) => void;
|
|
862
887
|
}, string, _$vue.PublicProps, Readonly<__VLS_Props$20> & Readonly<{
|
|
863
888
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
864
889
|
}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
|
|
865
|
-
declare const _default$
|
|
890
|
+
declare const _default$21: typeof __VLS_export$25;
|
|
866
891
|
declare namespace inputNumber_d_exports {
|
|
867
|
-
export { OptionT$28 as OptionT, Template$
|
|
892
|
+
export { OptionT$28 as OptionT, Template$23 as Template, init$27 as init };
|
|
868
893
|
}
|
|
869
|
-
declare const Template$
|
|
894
|
+
declare const Template$23: SFCWithInstall<typeof _default$21>;
|
|
870
895
|
type OptionT$28 = InputNumberProps & InputNumberEmits & baseT & {
|
|
871
896
|
decreaseIcon: any;
|
|
872
897
|
increaseIcon: any;
|
|
@@ -949,17 +974,17 @@ declare const __VLS_base$12: _$vue.DefineComponent<Props$2, {
|
|
|
949
974
|
}, string, _$vue.PublicProps, Readonly<Props$2> & Readonly<{
|
|
950
975
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
951
976
|
}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
|
|
952
|
-
declare const __VLS_export$
|
|
953
|
-
declare const _default$
|
|
977
|
+
declare const __VLS_export$24: __VLS_WithSlots$12<typeof __VLS_base$12, __VLS_Slots$12>;
|
|
978
|
+
declare const _default$20: typeof __VLS_export$24;
|
|
954
979
|
type __VLS_WithSlots$12<T, S> = T & {
|
|
955
980
|
new (): {
|
|
956
981
|
$slots: S;
|
|
957
982
|
};
|
|
958
983
|
};
|
|
959
984
|
declare namespace radio_d_exports {
|
|
960
|
-
export { OptionT$27 as OptionT, RadioEventCallbacks, RadioMode, RadioOption, Template$
|
|
985
|
+
export { OptionT$27 as OptionT, RadioEventCallbacks, RadioMode, RadioOption, Template$22 as Template, init$26 as init };
|
|
961
986
|
}
|
|
962
|
-
declare const Template$
|
|
987
|
+
declare const Template$22: SFCWithInstall<typeof _default$20>;
|
|
963
988
|
interface RadioOption {
|
|
964
989
|
label: string | number | boolean;
|
|
965
990
|
value?: string | number | boolean;
|
|
@@ -1002,7 +1027,7 @@ type OptionT$27 = baseT & RadioEventCallbacks & {
|
|
|
1002
1027
|
declare function init$26(moduleName: string, name: string, options?: Partial<OptionT$27>): OptionT$27;
|
|
1003
1028
|
//#endregion
|
|
1004
1029
|
//#region src/packages/controls/mergeInput/mergeInput.vue.d.ts
|
|
1005
|
-
declare const __VLS_export$
|
|
1030
|
+
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<{
|
|
1006
1031
|
props: _$vue.PublicProps & __VLS_PrettifyLocal<{
|
|
1007
1032
|
control: Partial<OptionT$26<any>>;
|
|
1008
1033
|
modelValue?: InputValueType<T>;
|
|
@@ -1018,12 +1043,12 @@ declare const __VLS_export$22: <T extends InputTypeT>(__VLS_props: NonNullable<A
|
|
|
1018
1043
|
}>) => _$vue.VNode & {
|
|
1019
1044
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
1020
1045
|
};
|
|
1021
|
-
declare const _default$
|
|
1046
|
+
declare const _default$19: typeof __VLS_export$23;
|
|
1022
1047
|
type __VLS_PrettifyLocal<T> = (T extends any ? { [K in keyof T]: T[K] } : { [K in keyof T as K]: T[K] }) & {};
|
|
1023
1048
|
declare namespace mergeInput_d_exports {
|
|
1024
|
-
export { BaseOptionT, InputTypeProps, InputTypeT, InputValueType, OptionT$26 as OptionT, Template$
|
|
1049
|
+
export { BaseOptionT, InputTypeProps, InputTypeT, InputValueType, OptionT$26 as OptionT, Template$21 as Template, checkT, init$25 as init };
|
|
1025
1050
|
}
|
|
1026
|
-
declare const Template$
|
|
1051
|
+
declare const Template$21: SFCWithInstall<typeof _default$19>;
|
|
1027
1052
|
type checkT = 'email' | 'number' | 'idcard' | 'mobile' | 'url' | 'tel' | 'password' | 'username';
|
|
1028
1053
|
type InputTypeT = 'input' | 'inputNumber' | 'autocomplete' | 'inputTag';
|
|
1029
1054
|
type InputTypeProps = {
|
|
@@ -1044,16 +1069,16 @@ type __VLS_Props$19 = {
|
|
|
1044
1069
|
control: OptionT$25;
|
|
1045
1070
|
modelValue?: any;
|
|
1046
1071
|
};
|
|
1047
|
-
declare const __VLS_export$
|
|
1072
|
+
declare const __VLS_export$22: _$vue.DefineComponent<__VLS_Props$19, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
|
|
1048
1073
|
"update:modelValue": (...args: any[]) => void;
|
|
1049
1074
|
}, string, _$vue.PublicProps, Readonly<__VLS_Props$19> & Readonly<{
|
|
1050
1075
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1051
1076
|
}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
|
|
1052
|
-
declare const _default$
|
|
1077
|
+
declare const _default$18: typeof __VLS_export$22;
|
|
1053
1078
|
declare namespace mergeSelect_d_exports {
|
|
1054
|
-
export { OptionT$25 as OptionT, Template$
|
|
1079
|
+
export { OptionT$25 as OptionT, Template$20 as Template, init$24 as init, optionFromT$1 as optionFromT, optionValuesT, treeSelectT };
|
|
1055
1080
|
}
|
|
1056
|
-
declare const Template$
|
|
1081
|
+
declare const Template$20: SFCWithInstall<typeof _default$18>;
|
|
1057
1082
|
type treeSelectT = SelectEmits & SelectProps & TreeInstance["$props"] & baseT;
|
|
1058
1083
|
type OptionT$25 = (treeSelectT | OptionT$30) & {
|
|
1059
1084
|
type: 'select' | 'radio' | 'checkbox' | 'switch' | 'treeSelect';
|
|
@@ -1091,16 +1116,16 @@ type __VLS_Props$18 = {
|
|
|
1091
1116
|
control: OptionT$24;
|
|
1092
1117
|
modelValue?: any;
|
|
1093
1118
|
};
|
|
1094
|
-
declare const __VLS_export$
|
|
1119
|
+
declare const __VLS_export$21: _$vue.DefineComponent<__VLS_Props$18, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
|
|
1095
1120
|
"update:modelValue": (...args: any[]) => void;
|
|
1096
1121
|
}, string, _$vue.PublicProps, Readonly<__VLS_Props$18> & Readonly<{
|
|
1097
1122
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1098
1123
|
}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
|
|
1099
|
-
declare const _default$
|
|
1124
|
+
declare const _default$17: typeof __VLS_export$21;
|
|
1100
1125
|
declare namespace switch_d_exports {
|
|
1101
|
-
export { OptionT$24 as OptionT, Template$
|
|
1126
|
+
export { OptionT$24 as OptionT, Template$19 as Template, init$23 as init };
|
|
1102
1127
|
}
|
|
1103
|
-
declare const Template$
|
|
1128
|
+
declare const Template$19: SFCWithInstall<typeof _default$17>;
|
|
1104
1129
|
type OptionT$24 = SwitchProps & SwitchEmits & baseT & {
|
|
1105
1130
|
moduleName: string;
|
|
1106
1131
|
name: string;
|
|
@@ -1116,16 +1141,16 @@ type __VLS_Props$17 = {
|
|
|
1116
1141
|
control: OptionT$23;
|
|
1117
1142
|
modelValue?: number;
|
|
1118
1143
|
};
|
|
1119
|
-
declare const __VLS_export$
|
|
1144
|
+
declare const __VLS_export$20: _$vue.DefineComponent<__VLS_Props$17, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
|
|
1120
1145
|
"update:modelValue": (...args: any[]) => void;
|
|
1121
1146
|
}, string, _$vue.PublicProps, Readonly<__VLS_Props$17> & Readonly<{
|
|
1122
1147
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1123
1148
|
}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
|
|
1124
|
-
declare const _default$
|
|
1149
|
+
declare const _default$16: typeof __VLS_export$20;
|
|
1125
1150
|
declare namespace slider_d_exports {
|
|
1126
|
-
export { OptionT$23 as OptionT, Template$
|
|
1151
|
+
export { OptionT$23 as OptionT, Template$18 as Template, init$22 as init };
|
|
1127
1152
|
}
|
|
1128
|
-
declare const Template$
|
|
1153
|
+
declare const Template$18: SFCWithInstall<typeof _default$16>;
|
|
1129
1154
|
type OptionT$23 = SliderProps & SliderEmits & baseT & {
|
|
1130
1155
|
moduleName: string;
|
|
1131
1156
|
name: string;
|
|
@@ -1137,12 +1162,12 @@ declare function init$22(moduleName: string, name: string, options?: Partial<Opt
|
|
|
1137
1162
|
type __VLS_Props$16 = {
|
|
1138
1163
|
control: OptionT$22;
|
|
1139
1164
|
};
|
|
1140
|
-
declare const __VLS_export$
|
|
1141
|
-
declare const _default$
|
|
1165
|
+
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>;
|
|
1166
|
+
declare const _default$15: typeof __VLS_export$19;
|
|
1142
1167
|
declare namespace map_d_exports {
|
|
1143
|
-
export { OptionT$22 as OptionT, Template$
|
|
1168
|
+
export { OptionT$22 as OptionT, Template$17 as Template, init$21 as init, mapTypeT, pointTypeT };
|
|
1144
1169
|
}
|
|
1145
|
-
declare const Template$
|
|
1170
|
+
declare const Template$17: SFCWithInstall<typeof _default$15>;
|
|
1146
1171
|
type mapTypeT = "bmap" | "amap" | "google-map";
|
|
1147
1172
|
type pointTypeT = "WGS-84" | "GCJ-02" | "BD-09";
|
|
1148
1173
|
type OptionT$22 = baseT & {
|
|
@@ -1183,16 +1208,16 @@ interface Props$1 {
|
|
|
1183
1208
|
control: OptionT$21;
|
|
1184
1209
|
modelValue?: any;
|
|
1185
1210
|
}
|
|
1186
|
-
declare const __VLS_export$
|
|
1211
|
+
declare const __VLS_export$18: _$vue.DefineComponent<Props$1, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
|
|
1187
1212
|
"update:modelValue": (...args: any[]) => void;
|
|
1188
1213
|
}, string, _$vue.PublicProps, Readonly<Props$1> & Readonly<{
|
|
1189
1214
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1190
1215
|
}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
|
|
1191
|
-
declare const _default$
|
|
1216
|
+
declare const _default$14: typeof __VLS_export$18;
|
|
1192
1217
|
declare namespace upload_d_exports {
|
|
1193
|
-
export { ApiResponse, Awaitable, FileData, FileTypeT, ImageTypeT, InitFileParams, MediaTypeT, Mutable, OptionT$21 as OptionT, Template$
|
|
1218
|
+
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 };
|
|
1194
1219
|
}
|
|
1195
|
-
declare const Template$
|
|
1220
|
+
declare const Template$16: SFCWithInstall<typeof _default$14>;
|
|
1196
1221
|
type ImageTypeT = 'png' | 'jpg' | 'jpeg' | 'gif' | 'webp';
|
|
1197
1222
|
type FileTypeT = 'doc' | 'docx' | 'xls' | 'xlsx' | 'ppt' | 'pptx' | 'pdf' | 'txt' | 'zip' | 'rar';
|
|
1198
1223
|
type MediaTypeT = 'file' | 'image' | 'video' | 'music';
|
|
@@ -1292,17 +1317,17 @@ declare const __VLS_base$11: _$vue.DefineComponent<Props, {
|
|
|
1292
1317
|
getNodeId: (node: any) => string | number;
|
|
1293
1318
|
getNodeLabel: (node: any) => string;
|
|
1294
1319
|
}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
|
|
1295
|
-
declare const __VLS_export$
|
|
1296
|
-
declare const _default_1$3: typeof __VLS_export$
|
|
1320
|
+
declare const __VLS_export$17: __VLS_WithSlots$11<typeof __VLS_base$11, __VLS_Slots$11>;
|
|
1321
|
+
declare const _default_1$3: typeof __VLS_export$17;
|
|
1297
1322
|
type __VLS_WithSlots$11<T, S> = T & {
|
|
1298
1323
|
new (): {
|
|
1299
1324
|
$slots: S;
|
|
1300
1325
|
};
|
|
1301
1326
|
};
|
|
1302
1327
|
declare namespace tree_d_exports {
|
|
1303
|
-
export { AllowDragMethod, AllowDropMethod, FilterNodeMethod, OptionT$20 as OptionT, Template$
|
|
1328
|
+
export { AllowDragMethod, AllowDropMethod, FilterNodeMethod, OptionT$20 as OptionT, Template$15 as Template, TreeEventCallbacks, TreeNode, TreeNodeData$1 as TreeNodeData, init$19 as init };
|
|
1304
1329
|
}
|
|
1305
|
-
declare const Template$
|
|
1330
|
+
declare const Template$15: SFCWithInstall<typeof _default_1$3>;
|
|
1306
1331
|
type TreeNode = TreeNodeData & {
|
|
1307
1332
|
id?: string | number;
|
|
1308
1333
|
[key: string]: any;
|
|
@@ -1380,17 +1405,17 @@ type __VLS_Slots$10 = {} & {
|
|
|
1380
1405
|
default?: (props: typeof __VLS_9$1) => any;
|
|
1381
1406
|
};
|
|
1382
1407
|
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>;
|
|
1383
|
-
declare const __VLS_export$
|
|
1384
|
-
declare const _default_1$2: typeof __VLS_export$
|
|
1408
|
+
declare const __VLS_export$16: __VLS_WithSlots$10<typeof __VLS_base$10, __VLS_Slots$10>;
|
|
1409
|
+
declare const _default_1$2: typeof __VLS_export$16;
|
|
1385
1410
|
type __VLS_WithSlots$10<T, S> = T & {
|
|
1386
1411
|
new (): {
|
|
1387
1412
|
$slots: S;
|
|
1388
1413
|
};
|
|
1389
1414
|
};
|
|
1390
1415
|
declare namespace text_d_exports {
|
|
1391
|
-
export { OptionT$19 as OptionT, Template$
|
|
1416
|
+
export { OptionT$19 as OptionT, Template$14 as Template, init$18 as init };
|
|
1392
1417
|
}
|
|
1393
|
-
declare const Template$
|
|
1418
|
+
declare const Template$14: SFCWithInstall<typeof _default_1$2>;
|
|
1394
1419
|
type OptionT$19 = TextProps & baseT & {
|
|
1395
1420
|
default: any;
|
|
1396
1421
|
multiLang?: boolean;
|
|
@@ -1454,8 +1479,8 @@ declare const __VLS_base$9: _$vue.DefineComponent<__VLS_Props$14, {
|
|
|
1454
1479
|
"onColumn-sort-change"?: ((...args: any[]) => any) | undefined;
|
|
1455
1480
|
"onUpdate:defaultData"?: ((...args: any[]) => any) | undefined;
|
|
1456
1481
|
}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
|
|
1457
|
-
declare const __VLS_export$
|
|
1458
|
-
declare const _default$
|
|
1482
|
+
declare const __VLS_export$15: __VLS_WithSlots$9<typeof __VLS_base$9, __VLS_Slots$9>;
|
|
1483
|
+
declare const _default$13: typeof __VLS_export$15;
|
|
1459
1484
|
type __VLS_WithSlots$9<T, S> = T & {
|
|
1460
1485
|
new (): {
|
|
1461
1486
|
$slots: S;
|
|
@@ -1479,17 +1504,17 @@ type __VLS_Slots$8 = {} & {
|
|
|
1479
1504
|
toolbar?: (props: typeof __VLS_41) => any;
|
|
1480
1505
|
};
|
|
1481
1506
|
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>;
|
|
1482
|
-
declare const __VLS_export$
|
|
1483
|
-
declare const _default$
|
|
1507
|
+
declare const __VLS_export$14: __VLS_WithSlots$8<typeof __VLS_base$8, __VLS_Slots$8>;
|
|
1508
|
+
declare const _default$12: typeof __VLS_export$14;
|
|
1484
1509
|
type __VLS_WithSlots$8<T, S> = T & {
|
|
1485
1510
|
new (): {
|
|
1486
1511
|
$slots: S;
|
|
1487
1512
|
};
|
|
1488
1513
|
};
|
|
1489
1514
|
declare namespace image_d_exports {
|
|
1490
|
-
export { OptionT$17 as OptionT, Template$
|
|
1515
|
+
export { OptionT$17 as OptionT, Template$13 as Template, init$17 as init };
|
|
1491
1516
|
}
|
|
1492
|
-
declare const Template$
|
|
1517
|
+
declare const Template$13: SFCWithInstall<typeof _default$12>;
|
|
1493
1518
|
type OptionT$17 = baseT & ImageProps & ImageEmits & {
|
|
1494
1519
|
isPreview: boolean;
|
|
1495
1520
|
placeholder: any;
|
|
@@ -1509,17 +1534,17 @@ type __VLS_Slots$7 = {} & {
|
|
|
1509
1534
|
default?: (props: typeof __VLS_12$1) => any;
|
|
1510
1535
|
};
|
|
1511
1536
|
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>;
|
|
1512
|
-
declare const __VLS_export$
|
|
1513
|
-
declare const _default_1$1: typeof __VLS_export$
|
|
1537
|
+
declare const __VLS_export$13: __VLS_WithSlots$7<typeof __VLS_base$7, __VLS_Slots$7>;
|
|
1538
|
+
declare const _default_1$1: typeof __VLS_export$13;
|
|
1514
1539
|
type __VLS_WithSlots$7<T, S> = T & {
|
|
1515
1540
|
new (): {
|
|
1516
1541
|
$slots: S;
|
|
1517
1542
|
};
|
|
1518
1543
|
};
|
|
1519
1544
|
declare namespace tag_d_exports {
|
|
1520
|
-
export { OptionT$16 as OptionT, Template$
|
|
1545
|
+
export { OptionT$16 as OptionT, Template$12 as Template, init$16 as init };
|
|
1521
1546
|
}
|
|
1522
|
-
declare const Template$
|
|
1547
|
+
declare const Template$12: SFCWithInstall<typeof _default_1$1>;
|
|
1523
1548
|
type OptionT$16 = TagProps & TagEmits & baseT & {
|
|
1524
1549
|
default: any;
|
|
1525
1550
|
};
|
|
@@ -1530,16 +1555,16 @@ type __VLS_Props$11 = {
|
|
|
1530
1555
|
control: OptionT$15;
|
|
1531
1556
|
modelValue?: any;
|
|
1532
1557
|
};
|
|
1533
|
-
declare const __VLS_export$
|
|
1558
|
+
declare const __VLS_export$12: _$vue.DefineComponent<__VLS_Props$11, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
|
|
1534
1559
|
"update:modelValue": (...args: any[]) => void;
|
|
1535
1560
|
}, string, _$vue.PublicProps, Readonly<__VLS_Props$11> & Readonly<{
|
|
1536
1561
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1537
1562
|
}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
|
|
1538
|
-
declare const _default$
|
|
1563
|
+
declare const _default$11: typeof __VLS_export$12;
|
|
1539
1564
|
declare namespace tagComp_d_exports {
|
|
1540
|
-
export { OptionT$15 as OptionT, Template$
|
|
1565
|
+
export { OptionT$15 as OptionT, Template$11 as Template, init$15 as init, optionFromT, optionValueI };
|
|
1541
1566
|
}
|
|
1542
|
-
declare const Template$
|
|
1567
|
+
declare const Template$11: SFCWithInstall<typeof _default$11>;
|
|
1543
1568
|
type optionValueI = TagProps & TagEmits & {
|
|
1544
1569
|
label: string;
|
|
1545
1570
|
value: any;
|
|
@@ -1559,9 +1584,9 @@ type OptionT$15 = TagProps & TagEmits & baseT & {
|
|
|
1559
1584
|
};
|
|
1560
1585
|
declare function init$15(moduleName: string, name: string, options?: Partial<OptionT$15>): Partial<OptionT$15>;
|
|
1561
1586
|
declare namespace table_d_exports {
|
|
1562
|
-
export { ControlOptionT$1 as ControlOptionT, DragState, ExtendedControlOptionT$1 as ExtendedControlOptionT, OptionT$14 as OptionT, TableMethods, Template$
|
|
1587
|
+
export { ControlOptionT$1 as ControlOptionT, DragState, ExtendedControlOptionT$1 as ExtendedControlOptionT, OptionT$14 as OptionT, TableMethods, Template$10 as Template, getFormContent, init$14 as init };
|
|
1563
1588
|
}
|
|
1564
|
-
declare const Template$
|
|
1589
|
+
declare const Template$10: SFCWithInstall<typeof _default$13>;
|
|
1565
1590
|
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;
|
|
1566
1591
|
type ExtendedControlOptionT$1 = ControlOptionT$1 & OptionT$18 & {
|
|
1567
1592
|
/** 隐藏手机号 */display?: 'hide'; /** 数字保留小数位 */
|
|
@@ -1642,17 +1667,17 @@ declare const __VLS_base$6: _$vue.DefineComponent<__VLS_Props$10, {}, {}, {}, {}
|
|
|
1642
1667
|
}, string, _$vue.PublicProps, Readonly<__VLS_Props$10> & Readonly<{
|
|
1643
1668
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1644
1669
|
}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
|
|
1645
|
-
declare const __VLS_export$
|
|
1646
|
-
declare const _default$
|
|
1670
|
+
declare const __VLS_export$11: __VLS_WithSlots$6<typeof __VLS_base$6, __VLS_Slots$6>;
|
|
1671
|
+
declare const _default$10: typeof __VLS_export$11;
|
|
1647
1672
|
type __VLS_WithSlots$6<T, S> = T & {
|
|
1648
1673
|
new (): {
|
|
1649
1674
|
$slots: S;
|
|
1650
1675
|
};
|
|
1651
1676
|
};
|
|
1652
1677
|
declare namespace segmented_d_exports {
|
|
1653
|
-
export { OptionT$13 as OptionT, Template$
|
|
1678
|
+
export { OptionT$13 as OptionT, Template$9 as Template, init$13 as init };
|
|
1654
1679
|
}
|
|
1655
|
-
declare const Template$
|
|
1680
|
+
declare const Template$9: SFCWithInstall<typeof _default$10>;
|
|
1656
1681
|
type OptionT$13 = SegmentedProps & SegmentedEmits & baseT & {
|
|
1657
1682
|
default: any;
|
|
1658
1683
|
moduleName: string;
|
|
@@ -1780,8 +1805,8 @@ declare const __VLS_base$5: _$vue.DefineComponent<__VLS_Props$9, {
|
|
|
1780
1805
|
}, string, _$vue.PublicProps, Readonly<__VLS_Props$9> & Readonly<{
|
|
1781
1806
|
"onUpdate:model"?: ((...args: any[]) => any) | undefined;
|
|
1782
1807
|
}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
|
|
1783
|
-
declare const __VLS_export$
|
|
1784
|
-
declare const _default$
|
|
1808
|
+
declare const __VLS_export$10: __VLS_WithSlots$5<typeof __VLS_base$5, __VLS_Slots$5>;
|
|
1809
|
+
declare const _default$9: typeof __VLS_export$10;
|
|
1785
1810
|
type __VLS_WithSlots$5<T, S> = T & {
|
|
1786
1811
|
new (): {
|
|
1787
1812
|
$slots: S;
|
|
@@ -1790,7 +1815,7 @@ type __VLS_WithSlots$5<T, S> = T & {
|
|
|
1790
1815
|
//#endregion
|
|
1791
1816
|
//#region src/packages/controls/formItems/index.d.ts
|
|
1792
1817
|
declare const RwFormItems: typeof formItems_d_exports & {
|
|
1793
|
-
Template: SFCWithInstall<typeof _default$
|
|
1818
|
+
Template: SFCWithInstall<typeof _default$9>;
|
|
1794
1819
|
};
|
|
1795
1820
|
declare namespace RwFormItems {
|
|
1796
1821
|
type OptionT = OptionT$12;
|
|
@@ -1798,9 +1823,9 @@ declare namespace RwFormItems {
|
|
|
1798
1823
|
type MergeSelectExtendedOptionT = MergeSelectExtendedOptionT;
|
|
1799
1824
|
}
|
|
1800
1825
|
declare namespace tabPane_d_exports {
|
|
1801
|
-
export { OptionT$11 as OptionT, Template$
|
|
1826
|
+
export { OptionT$11 as OptionT, Template$8 as Template, init$11 as init };
|
|
1802
1827
|
}
|
|
1803
|
-
declare const Template$
|
|
1828
|
+
declare const Template$8: SFCWithInstall<typeof _default$25>;
|
|
1804
1829
|
type OptionT$11 = TabPaneProps & baseT & {
|
|
1805
1830
|
id: string;
|
|
1806
1831
|
inDialog: boolean;
|
|
@@ -1815,12 +1840,12 @@ declare const init$11: (moduleName: string, name: string, options?: Partial<Opti
|
|
|
1815
1840
|
type __VLS_Props$8 = {
|
|
1816
1841
|
control: OptionT$10;
|
|
1817
1842
|
};
|
|
1818
|
-
declare const __VLS_export$
|
|
1819
|
-
declare const _default$
|
|
1843
|
+
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>;
|
|
1844
|
+
declare const _default$8: typeof __VLS_export$9;
|
|
1820
1845
|
declare namespace tabs_d_exports {
|
|
1821
|
-
export { OptionT$10 as OptionT, Template$
|
|
1846
|
+
export { OptionT$10 as OptionT, Template$7 as Template, init$10 as init };
|
|
1822
1847
|
}
|
|
1823
|
-
declare const Template$
|
|
1848
|
+
declare const Template$7: SFCWithInstall<typeof _default$8>;
|
|
1824
1849
|
type OptionT$10 = TabsProps & TabsEmits & baseT & {
|
|
1825
1850
|
id: string;
|
|
1826
1851
|
inDialog: boolean;
|
|
@@ -1926,7 +1951,7 @@ type __VLS_Props$7 = {
|
|
|
1926
1951
|
};
|
|
1927
1952
|
declare function validate(): Promise<boolean>;
|
|
1928
1953
|
declare function submitBefore(data: Record<string, any>): Promise<Record<string, any> | false>;
|
|
1929
|
-
declare const __VLS_export$
|
|
1954
|
+
declare const __VLS_export$8: _$vue.DefineComponent<__VLS_Props$7, {
|
|
1930
1955
|
formData: FormData<any>;
|
|
1931
1956
|
validate: typeof validate;
|
|
1932
1957
|
submit: (reloadData?: boolean) => Promise<boolean>;
|
|
@@ -1941,11 +1966,11 @@ declare const __VLS_export$7: _$vue.DefineComponent<__VLS_Props$7, {
|
|
|
1941
1966
|
changed: Readonly<_$vue.Ref<boolean, boolean>>;
|
|
1942
1967
|
submitting: Readonly<_$vue.Ref<boolean, boolean>>;
|
|
1943
1968
|
}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<__VLS_Props$7> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
|
|
1944
|
-
declare const _default$
|
|
1969
|
+
declare const _default$7: typeof __VLS_export$8;
|
|
1945
1970
|
//#endregion
|
|
1946
1971
|
//#region src/packages/controls/form/index.d.ts
|
|
1947
1972
|
declare const RwForm: typeof form_d_exports & {
|
|
1948
|
-
Template: SFCWithInstall<typeof _default$
|
|
1973
|
+
Template: SFCWithInstall<typeof _default$7>;
|
|
1949
1974
|
};
|
|
1950
1975
|
declare namespace RwForm {
|
|
1951
1976
|
type OptionT = OptionT$9;
|
|
@@ -1969,17 +1994,17 @@ declare const __VLS_base$4: _$vue.DefineComponent<__VLS_Props$6, {}, {}, {}, {},
|
|
|
1969
1994
|
}, string, _$vue.PublicProps, Readonly<__VLS_Props$6> & Readonly<{
|
|
1970
1995
|
onRefreshData?: ((...args: any[]) => any) | undefined;
|
|
1971
1996
|
}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
|
|
1972
|
-
declare const __VLS_export$
|
|
1973
|
-
declare const _default$
|
|
1997
|
+
declare const __VLS_export$7: __VLS_WithSlots$4<typeof __VLS_base$4, __VLS_Slots$4>;
|
|
1998
|
+
declare const _default$6: typeof __VLS_export$7;
|
|
1974
1999
|
type __VLS_WithSlots$4<T, S> = T & {
|
|
1975
2000
|
new (): {
|
|
1976
2001
|
$slots: S;
|
|
1977
2002
|
};
|
|
1978
2003
|
};
|
|
1979
2004
|
declare namespace pageBase_d_exports {
|
|
1980
|
-
export { OptionT$8 as OptionT, Template$
|
|
2005
|
+
export { OptionT$8 as OptionT, Template$6 as Template, init$8 as init, typeT };
|
|
1981
2006
|
}
|
|
1982
|
-
declare const Template$
|
|
2007
|
+
declare const Template$6: SFCWithInstall<typeof _default$6>;
|
|
1983
2008
|
/** 需要扩展,请在此添加对应的内容 */
|
|
1984
2009
|
type typeT = "table" | "form" | "info" | "query" | "customize";
|
|
1985
2010
|
type OptionT$8 = {
|
|
@@ -2014,8 +2039,8 @@ declare const __VLS_base$3: _$vue.DefineComponent<__VLS_Props$5, {
|
|
|
2014
2039
|
loadInfo: typeof loadInfo;
|
|
2015
2040
|
setExternalLoading: (isLoading: boolean, text?: string) => any;
|
|
2016
2041
|
}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<__VLS_Props$5> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
|
|
2017
|
-
declare const __VLS_export$
|
|
2018
|
-
declare const _default$
|
|
2042
|
+
declare const __VLS_export$6: __VLS_WithSlots$3<typeof __VLS_base$3, __VLS_Slots$3>;
|
|
2043
|
+
declare const _default$5: typeof __VLS_export$6;
|
|
2019
2044
|
type __VLS_WithSlots$3<T, S> = T & {
|
|
2020
2045
|
new (): {
|
|
2021
2046
|
$slots: S;
|
|
@@ -2099,9 +2124,9 @@ type ApisOPtions = {
|
|
|
2099
2124
|
type tableTypeT = 'single' | 'master' | 'slave';
|
|
2100
2125
|
declare const init$6: (name: string, tableID: string, apiURLFront: string, options?: Partial<OptionT$6>) => OptionT$6;
|
|
2101
2126
|
declare namespace pageForm_d_exports {
|
|
2102
|
-
export { OptionT$5 as OptionT, Template$
|
|
2127
|
+
export { OptionT$5 as OptionT, Template$5 as Template, init$5 as init };
|
|
2103
2128
|
}
|
|
2104
|
-
declare const Template$
|
|
2129
|
+
declare const Template$5: SFCWithInstall<typeof _default$5>;
|
|
2105
2130
|
type OptionT$5 = {
|
|
2106
2131
|
page: OptionT$8;
|
|
2107
2132
|
form: RwForm.OptionT;
|
|
@@ -2129,17 +2154,17 @@ declare const __VLS_base$2: _$vue.DefineComponent<__VLS_Props$4, {
|
|
|
2129
2154
|
}, string, _$vue.PublicProps, Readonly<__VLS_Props$4> & Readonly<{
|
|
2130
2155
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
2131
2156
|
}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
|
|
2132
|
-
declare const __VLS_export$
|
|
2133
|
-
declare const _default$
|
|
2157
|
+
declare const __VLS_export$5: __VLS_WithSlots$2<typeof __VLS_base$2, __VLS_Slots$2>;
|
|
2158
|
+
declare const _default$4: typeof __VLS_export$5;
|
|
2134
2159
|
type __VLS_WithSlots$2<T, S> = T & {
|
|
2135
2160
|
new (): {
|
|
2136
2161
|
$slots: S;
|
|
2137
2162
|
};
|
|
2138
2163
|
};
|
|
2139
2164
|
declare namespace pageTable_d_exports {
|
|
2140
|
-
export { OptionT$4 as OptionT, Template$
|
|
2165
|
+
export { OptionT$4 as OptionT, Template$4 as Template, init$4 as init };
|
|
2141
2166
|
}
|
|
2142
|
-
declare const Template$
|
|
2167
|
+
declare const Template$4: SFCWithInstall<typeof _default$4>;
|
|
2143
2168
|
type OptionT$4 = {
|
|
2144
2169
|
struct: OptionT$6;
|
|
2145
2170
|
operateButtons: OptionT$34;
|
|
@@ -2169,12 +2194,12 @@ declare function init$3(options: OptionT$3): {
|
|
|
2169
2194
|
type __VLS_Props$3 = {
|
|
2170
2195
|
control: Partial<OptionT$2>;
|
|
2171
2196
|
};
|
|
2172
|
-
declare const __VLS_export$
|
|
2173
|
-
declare const _default_1: typeof __VLS_export$
|
|
2197
|
+
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>;
|
|
2198
|
+
declare const _default_1: typeof __VLS_export$4;
|
|
2174
2199
|
declare namespace progress_d_exports {
|
|
2175
|
-
export { OptionT$2 as OptionT, Template$
|
|
2200
|
+
export { OptionT$2 as OptionT, Template$3 as Template, init$2 as init };
|
|
2176
2201
|
}
|
|
2177
|
-
declare const Template$
|
|
2202
|
+
declare const Template$3: SFCWithInstall<typeof _default_1>;
|
|
2178
2203
|
type OptionT$2 = ProgressProps & baseT & {
|
|
2179
2204
|
moduleName: string;
|
|
2180
2205
|
name: string;
|
|
@@ -2200,17 +2225,17 @@ declare const __VLS_base$1: _$vue.DefineComponent<__VLS_Props$2, {}, {}, {}, {},
|
|
|
2200
2225
|
"onUpdate:currentPage"?: ((...args: any[]) => any) | undefined;
|
|
2201
2226
|
"onUpdate:pageSize"?: ((...args: any[]) => any) | undefined;
|
|
2202
2227
|
}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
|
|
2203
|
-
declare const __VLS_export$
|
|
2204
|
-
declare const _default$
|
|
2228
|
+
declare const __VLS_export$3: __VLS_WithSlots$1<typeof __VLS_base$1, __VLS_Slots$1>;
|
|
2229
|
+
declare const _default$3: typeof __VLS_export$3;
|
|
2205
2230
|
type __VLS_WithSlots$1<T, S> = T & {
|
|
2206
2231
|
new (): {
|
|
2207
2232
|
$slots: S;
|
|
2208
2233
|
};
|
|
2209
2234
|
};
|
|
2210
2235
|
declare namespace pagination_d_exports {
|
|
2211
|
-
export { OptionT$1 as OptionT, Template$
|
|
2236
|
+
export { OptionT$1 as OptionT, Template$2 as Template, init$1 as init };
|
|
2212
2237
|
}
|
|
2213
|
-
declare const Template$
|
|
2238
|
+
declare const Template$2: SFCWithInstall<typeof _default$3>;
|
|
2214
2239
|
type OptionT$1 = PaginationProps & PaginationEmits & baseT & {
|
|
2215
2240
|
total: number;
|
|
2216
2241
|
page: number;
|
|
@@ -2236,8 +2261,8 @@ declare const __VLS_base: _$vue.DefineComponent<__VLS_Props$1, {
|
|
|
2236
2261
|
}, string, _$vue.PublicProps, Readonly<__VLS_Props$1> & Readonly<{
|
|
2237
2262
|
onOnSearch?: ((...args: any[]) => any) | undefined;
|
|
2238
2263
|
}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
|
|
2239
|
-
declare const __VLS_export$
|
|
2240
|
-
declare const _default$
|
|
2264
|
+
declare const __VLS_export$2: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
2265
|
+
declare const _default$2: typeof __VLS_export$2;
|
|
2241
2266
|
type __VLS_WithSlots<T, S> = T & {
|
|
2242
2267
|
new (): {
|
|
2243
2268
|
$slots: S;
|
|
@@ -2253,17 +2278,17 @@ type __VLS_ModelProps = {
|
|
|
2253
2278
|
"controls": typeof controls['value'];
|
|
2254
2279
|
};
|
|
2255
2280
|
type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
2256
|
-
declare const __VLS_export: _$vue.DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
|
|
2281
|
+
declare const __VLS_export$1: _$vue.DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
|
|
2257
2282
|
"update:controls": (value: any[]) => any;
|
|
2258
2283
|
}, string, _$vue.PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
2259
2284
|
"onUpdate:controls"?: ((value: any[]) => any) | undefined;
|
|
2260
2285
|
}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
|
|
2261
|
-
declare const _default: typeof __VLS_export;
|
|
2286
|
+
declare const _default$1: typeof __VLS_export$1;
|
|
2262
2287
|
declare namespace search_d_exports {
|
|
2263
|
-
export { OptionT, SearchKeyTemplate, Template, init };
|
|
2288
|
+
export { OptionT, SearchKeyTemplate, Template$1 as Template, init };
|
|
2264
2289
|
}
|
|
2265
|
-
declare const SearchKeyTemplate: SFCWithInstall<typeof _default>;
|
|
2266
|
-
declare const Template: SFCWithInstall<typeof _default$
|
|
2290
|
+
declare const SearchKeyTemplate: SFCWithInstall<typeof _default$1>;
|
|
2291
|
+
declare const Template$1: SFCWithInstall<typeof _default$2>;
|
|
2267
2292
|
type OptionT = baseT & {
|
|
2268
2293
|
struct?: OptionT$6;
|
|
2269
2294
|
labelWidth?: string | number;
|
|
@@ -2281,8 +2306,16 @@ type OptionT = baseT & {
|
|
|
2281
2306
|
addMergeSelect: (name: string, complex: complexT, optionFrom: optionFromT$1, optionValues: optionValuesT | string, options?: Partial<RwFormItems.MergeSelectExtendedOptionT>) => RwFormItems.OptionT | null;
|
|
2282
2307
|
};
|
|
2283
2308
|
declare const init: (struct: OptionT$6, options?: Partial<OptionT>) => OptionT;
|
|
2309
|
+
//#endregion
|
|
2310
|
+
//#region src/packages/controls/smallComp/smallComp.vue.d.ts
|
|
2311
|
+
declare const __VLS_export: _$vue.DefineComponent<{}, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {}, string, _$vue.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, _$vue.ComponentProvideOptions, true, {}, any>;
|
|
2312
|
+
declare const _default: typeof __VLS_export;
|
|
2313
|
+
declare namespace smallComp_d_exports {
|
|
2314
|
+
export { Template };
|
|
2315
|
+
}
|
|
2316
|
+
declare const Template: SFCWithInstall<typeof _default>;
|
|
2284
2317
|
declare namespace index_d_exports {
|
|
2285
|
-
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 };
|
|
2318
|
+
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 };
|
|
2286
2319
|
}
|
|
2287
2320
|
//#endregion
|
|
2288
|
-
export {
|
|
2321
|
+
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, __exportAll as K, 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 };
|