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