@dazhicheng/ui 1.6.41 → 1.6.42
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/assets/svg/download.svg.js +1 -1
- package/dist/components/tt-api-component/index.vue2.js +73 -73
- package/dist/components/tt-area/TtArea.vue.js +1 -1
- package/dist/components/tt-button/index.d.ts +91 -105
- package/dist/components/tt-button/index.vue.d.ts +52 -60
- package/dist/components/tt-button/index.vue2.js +1 -1
- package/dist/components/tt-drawer/index.d.ts +352 -326
- package/dist/components/tt-drawer/src/RenderDrawer.vue.d.ts +196 -184
- package/dist/components/tt-drawer/src/RenderDrawer.vue.js +1 -1
- package/dist/components/tt-drawer/src/components/DrawerFooter.vue.js +1 -1
- package/dist/components/tt-drawer/src/components/DrawerHeader.vue.js +2 -2
- package/dist/components/tt-empty/index.d.ts +4 -4
- package/dist/components/tt-empty/index.js +1 -1
- package/dist/components/tt-form/index.js +1 -1
- package/dist/components/tt-form/src/components/FormActions.vue2.js +1 -1
- package/dist/components/tt-form/src/components/FormElInput.vue.d.ts +106 -110
- package/dist/components/tt-form/src/form/FormMessageToolTip.vue.js +12 -12
- package/dist/components/tt-form/src/form-render/FormField.vue2.js +164 -164
- package/dist/components/tt-form/src/form-render/FormLabel.vue2.js +34 -34
- package/dist/components/tt-form/src/form-render/expandable.js +18 -18
- package/dist/components/tt-form/src/form-render/form.vue2.js +1 -1
- package/dist/components/tt-form/src/group-form/GroupForm.vue2.js +1 -1
- package/dist/components/tt-form/src/group-form/GroupSection.vue2.js +124 -124
- package/dist/components/tt-form/src/group-form/LazyFormField.vue.js +99 -99
- package/dist/components/tt-form/src/index.vue.d.ts +8 -12
- package/dist/components/tt-form/src/index.vue2.js +1 -1
- package/dist/components/tt-form-item-error-tooltip/index.d.ts +30 -126
- package/dist/components/tt-form-item-error-tooltip/index.vue.d.ts +15 -63
- package/dist/components/tt-icon/components/AddIcon.vue.js +6 -6
- package/dist/components/tt-icon/components/SubIcon.vue.js +6 -6
- package/dist/components/tt-icon/index.d.ts +4 -4
- package/dist/components/tt-icon/index.vue.js +2 -2
- package/dist/components/tt-icon/index.vue2.js +28 -28
- package/dist/components/tt-image/index.d.ts +29 -29
- package/dist/components/tt-image/src/components/ImageViewer.d.ts +20 -20
- package/dist/components/tt-image/tt-image.d.ts +29 -29
- package/dist/components/tt-input-textarea/index.vue.d.ts +424 -440
- package/dist/components/tt-input-textarea/index.vue.js +153 -153
- package/dist/components/tt-loading/src/loading.vue.js +2 -2
- package/dist/components/tt-loading/src/loading.vue2.js +22 -22
- package/dist/components/tt-log/index.vue.js +1 -1
- package/dist/components/tt-modal/index.d.ts +182 -162
- package/dist/components/tt-modal/src/RenderModal.vue.d.ts +54 -54
- package/dist/components/tt-modal/src/RenderModal.vue.js +236 -228
- package/dist/components/tt-modal/src/components/ModalWrapper.vue.js +1 -1
- package/dist/components/tt-modal/src/hooks/useModalRender.d.ts +26 -22
- package/dist/components/tt-modal/src/utils/resolve-modal-target.js +57 -53
- package/dist/components/tt-nav-anchor/src/TtNavAnchor.vue.js +123 -123
- package/dist/components/tt-panel-select/src/components/PanelLeft.vue.js +24 -24
- package/dist/components/tt-panel-select/src/components/PanelMiddle.vue.d.ts +63 -67
- package/dist/components/tt-panel-select/src/components/PanelMiddle.vue.js +145 -145
- package/dist/components/tt-panel-select/src/components/PanelRight.vue.d.ts +10 -12
- package/dist/components/tt-panel-select/src/components/PanelRight.vue.js +48 -48
- package/dist/components/tt-panel-select/src/index.vue.d.ts +63 -67
- package/dist/components/tt-panel-select/src/index.vue.js +137 -137
- package/dist/components/tt-radio-group/index.vue.js +1 -1
- package/dist/components/tt-select/src/Select.vue.d.ts +8 -12
- package/dist/components/tt-select/src/Select.vue.js +1 -1
- package/dist/components/tt-select/src/components/SelectTable.vue.js +1 -1
- package/dist/components/tt-select/src/components/Table.vue.js +1 -1
- package/dist/components/tt-table/index.d.ts +20 -24
- package/dist/components/tt-table/index.js +1 -1
- package/dist/components/tt-table/src/Table.vue.d.ts +40 -48
- package/dist/components/tt-table/src/Table.vue.js +1 -1
- package/dist/components/tt-table/src/TableForm.vue.d.ts +8 -12
- package/dist/components/tt-table/src/TableForm.vue.js +1 -1
- package/dist/components/tt-table/src/components/TableColumnModal.vue2.js +1 -1
- package/dist/components/tt-table/src/hooks/useSideSlot.d.ts +40 -48
- package/dist/components/tt-text/index.vue2.js +22 -22
- package/dist/components/tt-upload/index.d.ts +60 -60
- package/dist/components/tt-upload/src/TtUpload.vue.d.ts +37 -37
- package/dist/components/tt-upload/src/TtUpload.vue.js +1 -1
- package/dist/components/tt-upload/src/typing.d.ts +17 -17
- package/dist/hooks/useScreenshotOss.js +1 -1
- package/dist/packages/hooks/src/propTypes.js +1 -1
- package/dist/plugins/vxeTable/switchStatus.js +1 -1
- package/dist/style.css +1 -1
- package/package.json +2 -2
- /package/dist/node_modules/.pnpm/{vue-types@5.1.3_vue@3.5.21_typescript@5.9.3_ → vue-types@5.1.3_vue@3.5.34_typescript@5.9.3_}/node_modules/vue-types/shim/index.modern.js +0 -0
|
@@ -12,10 +12,10 @@ export declare const TtButton: import('../../../../utils/src').SFCWithInstall<{
|
|
|
12
12
|
readonly size?: import('element-plus').ComponentSize | undefined;
|
|
13
13
|
readonly disabled?: boolean | undefined;
|
|
14
14
|
readonly type?: import('element-plus').ButtonType | undefined;
|
|
15
|
-
readonly icon?: import('element-plus/es/utils/
|
|
15
|
+
readonly icon?: import('element-plus/es/utils/vue/icon.mjs').IconPropType | undefined;
|
|
16
16
|
readonly nativeType?: import('element-plus').ButtonNativeType | undefined;
|
|
17
17
|
readonly loading?: boolean | undefined;
|
|
18
|
-
readonly loadingIcon?: import('element-plus/es/utils/
|
|
18
|
+
readonly loadingIcon?: import('element-plus/es/utils/vue/icon.mjs').IconPropType | undefined;
|
|
19
19
|
readonly plain?: boolean | undefined;
|
|
20
20
|
readonly text?: boolean | undefined;
|
|
21
21
|
readonly link?: boolean | undefined;
|
|
@@ -30,9 +30,7 @@ export declare const TtButton: import('../../../../utils/src').SFCWithInstall<{
|
|
|
30
30
|
readonly tag?: (string | import('vue').Component) | undefined;
|
|
31
31
|
readonly onClick?: ((evt: MouseEvent) => any) | undefined | undefined;
|
|
32
32
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
33
|
-
$attrs:
|
|
34
|
-
[x: string]: unknown;
|
|
35
|
-
};
|
|
33
|
+
$attrs: import('vue').Attrs;
|
|
36
34
|
$refs: {
|
|
37
35
|
[x: string]: unknown;
|
|
38
36
|
};
|
|
@@ -49,7 +47,7 @@ export declare const TtButton: import('../../../../utils/src').SFCWithInstall<{
|
|
|
49
47
|
}>, {
|
|
50
48
|
ref: import('vue').Ref<HTMLButtonElement | undefined, HTMLButtonElement | undefined>;
|
|
51
49
|
size: import('vue').ComputedRef<"" | "default" | "small" | "large">;
|
|
52
|
-
type: import('vue').ComputedRef<"
|
|
50
|
+
type: import('vue').ComputedRef<"" | "default" | "info" | "primary" | "success" | "warning" | "text" | "danger">;
|
|
53
51
|
disabled: import('vue').ComputedRef<boolean>;
|
|
54
52
|
shouldAddSpace: import('vue').ComputedRef<boolean>;
|
|
55
53
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
@@ -61,7 +59,7 @@ export declare const TtButton: import('../../../../utils/src').SFCWithInstall<{
|
|
|
61
59
|
round: boolean;
|
|
62
60
|
dashed: boolean;
|
|
63
61
|
nativeType: import('element-plus').ButtonNativeType;
|
|
64
|
-
loadingIcon: import('element-plus/es/utils/
|
|
62
|
+
loadingIcon: import('element-plus/es/utils/vue/icon.mjs').IconPropType;
|
|
65
63
|
plain: boolean;
|
|
66
64
|
autoInsertSpace: boolean;
|
|
67
65
|
tag: string | import('vue').Component;
|
|
@@ -92,19 +90,19 @@ export declare const TtButton: import('../../../../utils/src').SFCWithInstall<{
|
|
|
92
90
|
round: boolean;
|
|
93
91
|
dashed: boolean;
|
|
94
92
|
nativeType: import('element-plus').ButtonNativeType;
|
|
95
|
-
loadingIcon: import('element-plus/es/utils/
|
|
93
|
+
loadingIcon: import('element-plus/es/utils/vue/icon.mjs').IconPropType;
|
|
96
94
|
plain: boolean;
|
|
97
95
|
autoInsertSpace: boolean;
|
|
98
96
|
tag: string | import('vue').Component;
|
|
99
97
|
}> & Omit<Readonly<import('element-plus').ButtonProps> & Readonly<{
|
|
100
98
|
onClick?: ((evt: MouseEvent) => any) | undefined;
|
|
101
|
-
}>, "disabled" | "size" | "text" | "type" | "ref" | "nativeType" | "loadingIcon" | "plain" | "round" | "dashed" | "autoInsertSpace" | "tag" | "shouldAddSpace"> &
|
|
102
|
-
ref:
|
|
103
|
-
size:
|
|
104
|
-
type:
|
|
105
|
-
disabled:
|
|
106
|
-
shouldAddSpace:
|
|
107
|
-
}
|
|
99
|
+
}>, "disabled" | "size" | "text" | "type" | "ref" | "nativeType" | "loadingIcon" | "plain" | "round" | "dashed" | "autoInsertSpace" | "tag" | "shouldAddSpace"> & {
|
|
100
|
+
ref: HTMLButtonElement | undefined;
|
|
101
|
+
size: "" | "small" | "default" | "large";
|
|
102
|
+
type: "" | "default" | "text" | "primary" | "success" | "warning" | "info" | "danger";
|
|
103
|
+
disabled: boolean;
|
|
104
|
+
shouldAddSpace: boolean;
|
|
105
|
+
} & {} & import('vue').ComponentCustomProperties & {} & {
|
|
108
106
|
$slots: {
|
|
109
107
|
loading?: (props: {}) => any;
|
|
110
108
|
} & {
|
|
@@ -119,10 +117,10 @@ export declare const TtButton: import('../../../../utils/src').SFCWithInstall<{
|
|
|
119
117
|
readonly size?: import('element-plus').ComponentSize | undefined;
|
|
120
118
|
readonly disabled?: boolean | undefined;
|
|
121
119
|
readonly type?: import('element-plus').ButtonType | undefined;
|
|
122
|
-
readonly icon?: import('element-plus/es/utils/
|
|
120
|
+
readonly icon?: import('element-plus/es/utils/vue/icon.mjs').IconPropType | undefined;
|
|
123
121
|
readonly nativeType?: import('element-plus').ButtonNativeType | undefined;
|
|
124
122
|
readonly loading?: boolean | undefined;
|
|
125
|
-
readonly loadingIcon?: import('element-plus/es/utils/
|
|
123
|
+
readonly loadingIcon?: import('element-plus/es/utils/vue/icon.mjs').IconPropType | undefined;
|
|
126
124
|
readonly plain?: boolean | undefined;
|
|
127
125
|
readonly text?: boolean | undefined;
|
|
128
126
|
readonly link?: boolean | undefined;
|
|
@@ -137,9 +135,7 @@ export declare const TtButton: import('../../../../utils/src').SFCWithInstall<{
|
|
|
137
135
|
readonly tag?: (string | import('vue').Component) | undefined;
|
|
138
136
|
readonly onClick?: ((evt: MouseEvent) => any) | undefined | undefined;
|
|
139
137
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
140
|
-
$attrs:
|
|
141
|
-
[x: string]: unknown;
|
|
142
|
-
};
|
|
138
|
+
$attrs: import('vue').Attrs;
|
|
143
139
|
$refs: {
|
|
144
140
|
[x: string]: unknown;
|
|
145
141
|
};
|
|
@@ -156,7 +152,7 @@ export declare const TtButton: import('../../../../utils/src').SFCWithInstall<{
|
|
|
156
152
|
}>, {
|
|
157
153
|
ref: import('vue').Ref<HTMLButtonElement | undefined, HTMLButtonElement | undefined>;
|
|
158
154
|
size: import('vue').ComputedRef<"" | "default" | "small" | "large">;
|
|
159
|
-
type: import('vue').ComputedRef<"
|
|
155
|
+
type: import('vue').ComputedRef<"" | "default" | "info" | "primary" | "success" | "warning" | "text" | "danger">;
|
|
160
156
|
disabled: import('vue').ComputedRef<boolean>;
|
|
161
157
|
shouldAddSpace: import('vue').ComputedRef<boolean>;
|
|
162
158
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
@@ -168,7 +164,7 @@ export declare const TtButton: import('../../../../utils/src').SFCWithInstall<{
|
|
|
168
164
|
round: boolean;
|
|
169
165
|
dashed: boolean;
|
|
170
166
|
nativeType: import('element-plus').ButtonNativeType;
|
|
171
|
-
loadingIcon: import('element-plus/es/utils/
|
|
167
|
+
loadingIcon: import('element-plus/es/utils/vue/icon.mjs').IconPropType;
|
|
172
168
|
plain: boolean;
|
|
173
169
|
autoInsertSpace: boolean;
|
|
174
170
|
tag: string | import('vue').Component;
|
|
@@ -199,19 +195,19 @@ export declare const TtButton: import('../../../../utils/src').SFCWithInstall<{
|
|
|
199
195
|
round: boolean;
|
|
200
196
|
dashed: boolean;
|
|
201
197
|
nativeType: import('element-plus').ButtonNativeType;
|
|
202
|
-
loadingIcon: import('element-plus/es/utils/
|
|
198
|
+
loadingIcon: import('element-plus/es/utils/vue/icon.mjs').IconPropType;
|
|
203
199
|
plain: boolean;
|
|
204
200
|
autoInsertSpace: boolean;
|
|
205
201
|
tag: string | import('vue').Component;
|
|
206
202
|
}> & Omit<Readonly<import('element-plus').ButtonProps> & Readonly<{
|
|
207
203
|
onClick?: ((evt: MouseEvent) => any) | undefined;
|
|
208
|
-
}>, "disabled" | "size" | "text" | "type" | "ref" | "nativeType" | "loadingIcon" | "plain" | "round" | "dashed" | "autoInsertSpace" | "tag" | "shouldAddSpace"> &
|
|
209
|
-
ref:
|
|
210
|
-
size:
|
|
211
|
-
type:
|
|
212
|
-
disabled:
|
|
213
|
-
shouldAddSpace:
|
|
214
|
-
}
|
|
204
|
+
}>, "disabled" | "size" | "text" | "type" | "ref" | "nativeType" | "loadingIcon" | "plain" | "round" | "dashed" | "autoInsertSpace" | "tag" | "shouldAddSpace"> & {
|
|
205
|
+
ref: HTMLButtonElement | undefined;
|
|
206
|
+
size: "" | "small" | "default" | "large";
|
|
207
|
+
type: "" | "default" | "text" | "primary" | "success" | "warning" | "info" | "danger";
|
|
208
|
+
disabled: boolean;
|
|
209
|
+
shouldAddSpace: boolean;
|
|
210
|
+
} & {} & import('vue').ComponentCustomProperties & {} & {
|
|
215
211
|
$slots: {
|
|
216
212
|
loading?: (props: {}) => any;
|
|
217
213
|
} & {
|
|
@@ -230,10 +226,10 @@ export declare const TtButton: import('../../../../utils/src').SFCWithInstall<{
|
|
|
230
226
|
readonly size?: import('element-plus').ComponentSize | undefined;
|
|
231
227
|
readonly disabled?: boolean | undefined;
|
|
232
228
|
readonly type?: import('element-plus').ButtonType | undefined;
|
|
233
|
-
readonly icon?: import('element-plus/es/utils/
|
|
229
|
+
readonly icon?: import('element-plus/es/utils/vue/icon.mjs').IconPropType | undefined;
|
|
234
230
|
readonly nativeType?: import('element-plus').ButtonNativeType | undefined;
|
|
235
231
|
readonly loading?: boolean | undefined;
|
|
236
|
-
readonly loadingIcon?: import('element-plus/es/utils/
|
|
232
|
+
readonly loadingIcon?: import('element-plus/es/utils/vue/icon.mjs').IconPropType | undefined;
|
|
237
233
|
readonly plain?: boolean | undefined;
|
|
238
234
|
readonly text?: boolean | undefined;
|
|
239
235
|
readonly link?: boolean | undefined;
|
|
@@ -248,9 +244,7 @@ export declare const TtButton: import('../../../../utils/src').SFCWithInstall<{
|
|
|
248
244
|
readonly tag?: (string | import('vue').Component) | undefined;
|
|
249
245
|
readonly onClick?: ((evt: MouseEvent) => any) | undefined | undefined;
|
|
250
246
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
251
|
-
$attrs:
|
|
252
|
-
[x: string]: unknown;
|
|
253
|
-
};
|
|
247
|
+
$attrs: import('vue').Attrs;
|
|
254
248
|
$refs: {
|
|
255
249
|
[x: string]: unknown;
|
|
256
250
|
};
|
|
@@ -267,7 +261,7 @@ export declare const TtButton: import('../../../../utils/src').SFCWithInstall<{
|
|
|
267
261
|
}>, {
|
|
268
262
|
ref: import('vue').Ref<HTMLButtonElement | undefined, HTMLButtonElement | undefined>;
|
|
269
263
|
size: import('vue').ComputedRef<"" | "default" | "small" | "large">;
|
|
270
|
-
type: import('vue').ComputedRef<"
|
|
264
|
+
type: import('vue').ComputedRef<"" | "default" | "info" | "primary" | "success" | "warning" | "text" | "danger">;
|
|
271
265
|
disabled: import('vue').ComputedRef<boolean>;
|
|
272
266
|
shouldAddSpace: import('vue').ComputedRef<boolean>;
|
|
273
267
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
@@ -279,7 +273,7 @@ export declare const TtButton: import('../../../../utils/src').SFCWithInstall<{
|
|
|
279
273
|
round: boolean;
|
|
280
274
|
dashed: boolean;
|
|
281
275
|
nativeType: import('element-plus').ButtonNativeType;
|
|
282
|
-
loadingIcon: import('element-plus/es/utils/
|
|
276
|
+
loadingIcon: import('element-plus/es/utils/vue/icon.mjs').IconPropType;
|
|
283
277
|
plain: boolean;
|
|
284
278
|
autoInsertSpace: boolean;
|
|
285
279
|
tag: string | import('vue').Component;
|
|
@@ -310,19 +304,19 @@ export declare const TtButton: import('../../../../utils/src').SFCWithInstall<{
|
|
|
310
304
|
round: boolean;
|
|
311
305
|
dashed: boolean;
|
|
312
306
|
nativeType: import('element-plus').ButtonNativeType;
|
|
313
|
-
loadingIcon: import('element-plus/es/utils/
|
|
307
|
+
loadingIcon: import('element-plus/es/utils/vue/icon.mjs').IconPropType;
|
|
314
308
|
plain: boolean;
|
|
315
309
|
autoInsertSpace: boolean;
|
|
316
310
|
tag: string | import('vue').Component;
|
|
317
311
|
}> & Omit<Readonly<import('element-plus').ButtonProps> & Readonly<{
|
|
318
312
|
onClick?: ((evt: MouseEvent) => any) | undefined;
|
|
319
|
-
}>, "disabled" | "size" | "text" | "type" | "ref" | "nativeType" | "loadingIcon" | "plain" | "round" | "dashed" | "autoInsertSpace" | "tag" | "shouldAddSpace"> &
|
|
320
|
-
ref:
|
|
321
|
-
size:
|
|
322
|
-
type:
|
|
323
|
-
disabled:
|
|
324
|
-
shouldAddSpace:
|
|
325
|
-
}
|
|
313
|
+
}>, "disabled" | "size" | "text" | "type" | "ref" | "nativeType" | "loadingIcon" | "plain" | "round" | "dashed" | "autoInsertSpace" | "tag" | "shouldAddSpace"> & {
|
|
314
|
+
ref: HTMLButtonElement | undefined;
|
|
315
|
+
size: "" | "small" | "default" | "large";
|
|
316
|
+
type: "" | "default" | "text" | "primary" | "success" | "warning" | "info" | "danger";
|
|
317
|
+
disabled: boolean;
|
|
318
|
+
shouldAddSpace: boolean;
|
|
319
|
+
} & {} & import('vue').ComponentCustomProperties & {} & {
|
|
326
320
|
$slots: {
|
|
327
321
|
loading?: (props: {}) => any;
|
|
328
322
|
} & {
|
|
@@ -350,10 +344,10 @@ export declare const TtButton: import('../../../../utils/src').SFCWithInstall<{
|
|
|
350
344
|
readonly size?: import('element-plus').ComponentSize | undefined;
|
|
351
345
|
readonly disabled?: boolean | undefined;
|
|
352
346
|
readonly type?: import('element-plus').ButtonType | undefined;
|
|
353
|
-
readonly icon?: import('element-plus/es/utils/
|
|
347
|
+
readonly icon?: import('element-plus/es/utils/vue/icon.mjs').IconPropType | undefined;
|
|
354
348
|
readonly nativeType?: import('element-plus').ButtonNativeType | undefined;
|
|
355
349
|
readonly loading?: boolean | undefined;
|
|
356
|
-
readonly loadingIcon?: import('element-plus/es/utils/
|
|
350
|
+
readonly loadingIcon?: import('element-plus/es/utils/vue/icon.mjs').IconPropType | undefined;
|
|
357
351
|
readonly plain?: boolean | undefined;
|
|
358
352
|
readonly text?: boolean | undefined;
|
|
359
353
|
readonly link?: boolean | undefined;
|
|
@@ -368,9 +362,7 @@ export declare const TtButton: import('../../../../utils/src').SFCWithInstall<{
|
|
|
368
362
|
readonly tag?: (string | import('vue').Component) | undefined;
|
|
369
363
|
readonly onClick?: ((evt: MouseEvent) => any) | undefined | undefined;
|
|
370
364
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
371
|
-
$attrs:
|
|
372
|
-
[x: string]: unknown;
|
|
373
|
-
};
|
|
365
|
+
$attrs: import('vue').Attrs;
|
|
374
366
|
$refs: {
|
|
375
367
|
[x: string]: unknown;
|
|
376
368
|
};
|
|
@@ -387,7 +379,7 @@ export declare const TtButton: import('../../../../utils/src').SFCWithInstall<{
|
|
|
387
379
|
}>, {
|
|
388
380
|
ref: import('vue').Ref<HTMLButtonElement | undefined, HTMLButtonElement | undefined>;
|
|
389
381
|
size: import('vue').ComputedRef<"" | "default" | "small" | "large">;
|
|
390
|
-
type: import('vue').ComputedRef<"
|
|
382
|
+
type: import('vue').ComputedRef<"" | "default" | "info" | "primary" | "success" | "warning" | "text" | "danger">;
|
|
391
383
|
disabled: import('vue').ComputedRef<boolean>;
|
|
392
384
|
shouldAddSpace: import('vue').ComputedRef<boolean>;
|
|
393
385
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
@@ -399,7 +391,7 @@ export declare const TtButton: import('../../../../utils/src').SFCWithInstall<{
|
|
|
399
391
|
round: boolean;
|
|
400
392
|
dashed: boolean;
|
|
401
393
|
nativeType: import('element-plus').ButtonNativeType;
|
|
402
|
-
loadingIcon: import('element-plus/es/utils/
|
|
394
|
+
loadingIcon: import('element-plus/es/utils/vue/icon.mjs').IconPropType;
|
|
403
395
|
plain: boolean;
|
|
404
396
|
autoInsertSpace: boolean;
|
|
405
397
|
tag: string | import('vue').Component;
|
|
@@ -430,19 +422,19 @@ export declare const TtButton: import('../../../../utils/src').SFCWithInstall<{
|
|
|
430
422
|
round: boolean;
|
|
431
423
|
dashed: boolean;
|
|
432
424
|
nativeType: import('element-plus').ButtonNativeType;
|
|
433
|
-
loadingIcon: import('element-plus/es/utils/
|
|
425
|
+
loadingIcon: import('element-plus/es/utils/vue/icon.mjs').IconPropType;
|
|
434
426
|
plain: boolean;
|
|
435
427
|
autoInsertSpace: boolean;
|
|
436
428
|
tag: string | import('vue').Component;
|
|
437
429
|
}> & Omit<Readonly<import('element-plus').ButtonProps> & Readonly<{
|
|
438
430
|
onClick?: ((evt: MouseEvent) => any) | undefined;
|
|
439
|
-
}>, "disabled" | "size" | "text" | "type" | "ref" | "nativeType" | "loadingIcon" | "plain" | "round" | "dashed" | "autoInsertSpace" | "tag" | "shouldAddSpace"> &
|
|
440
|
-
ref:
|
|
441
|
-
size:
|
|
442
|
-
type:
|
|
443
|
-
disabled:
|
|
444
|
-
shouldAddSpace:
|
|
445
|
-
}
|
|
431
|
+
}>, "disabled" | "size" | "text" | "type" | "ref" | "nativeType" | "loadingIcon" | "plain" | "round" | "dashed" | "autoInsertSpace" | "tag" | "shouldAddSpace"> & {
|
|
432
|
+
ref: HTMLButtonElement | undefined;
|
|
433
|
+
size: "" | "small" | "default" | "large";
|
|
434
|
+
type: "" | "default" | "text" | "primary" | "success" | "warning" | "info" | "danger";
|
|
435
|
+
disabled: boolean;
|
|
436
|
+
shouldAddSpace: boolean;
|
|
437
|
+
} & {} & import('vue').ComponentCustomProperties & {} & {
|
|
446
438
|
$slots: {
|
|
447
439
|
loading?: (props: {}) => any;
|
|
448
440
|
} & {
|
|
@@ -457,10 +449,10 @@ export declare const TtButton: import('../../../../utils/src').SFCWithInstall<{
|
|
|
457
449
|
readonly size?: import('element-plus').ComponentSize | undefined;
|
|
458
450
|
readonly disabled?: boolean | undefined;
|
|
459
451
|
readonly type?: import('element-plus').ButtonType | undefined;
|
|
460
|
-
readonly icon?: import('element-plus/es/utils/
|
|
452
|
+
readonly icon?: import('element-plus/es/utils/vue/icon.mjs').IconPropType | undefined;
|
|
461
453
|
readonly nativeType?: import('element-plus').ButtonNativeType | undefined;
|
|
462
454
|
readonly loading?: boolean | undefined;
|
|
463
|
-
readonly loadingIcon?: import('element-plus/es/utils/
|
|
455
|
+
readonly loadingIcon?: import('element-plus/es/utils/vue/icon.mjs').IconPropType | undefined;
|
|
464
456
|
readonly plain?: boolean | undefined;
|
|
465
457
|
readonly text?: boolean | undefined;
|
|
466
458
|
readonly link?: boolean | undefined;
|
|
@@ -475,9 +467,7 @@ export declare const TtButton: import('../../../../utils/src').SFCWithInstall<{
|
|
|
475
467
|
readonly tag?: (string | import('vue').Component) | undefined;
|
|
476
468
|
readonly onClick?: ((evt: MouseEvent) => any) | undefined | undefined;
|
|
477
469
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
478
|
-
$attrs:
|
|
479
|
-
[x: string]: unknown;
|
|
480
|
-
};
|
|
470
|
+
$attrs: import('vue').Attrs;
|
|
481
471
|
$refs: {
|
|
482
472
|
[x: string]: unknown;
|
|
483
473
|
};
|
|
@@ -494,7 +484,7 @@ export declare const TtButton: import('../../../../utils/src').SFCWithInstall<{
|
|
|
494
484
|
}>, {
|
|
495
485
|
ref: import('vue').Ref<HTMLButtonElement | undefined, HTMLButtonElement | undefined>;
|
|
496
486
|
size: import('vue').ComputedRef<"" | "default" | "small" | "large">;
|
|
497
|
-
type: import('vue').ComputedRef<"
|
|
487
|
+
type: import('vue').ComputedRef<"" | "default" | "info" | "primary" | "success" | "warning" | "text" | "danger">;
|
|
498
488
|
disabled: import('vue').ComputedRef<boolean>;
|
|
499
489
|
shouldAddSpace: import('vue').ComputedRef<boolean>;
|
|
500
490
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
@@ -506,7 +496,7 @@ export declare const TtButton: import('../../../../utils/src').SFCWithInstall<{
|
|
|
506
496
|
round: boolean;
|
|
507
497
|
dashed: boolean;
|
|
508
498
|
nativeType: import('element-plus').ButtonNativeType;
|
|
509
|
-
loadingIcon: import('element-plus/es/utils/
|
|
499
|
+
loadingIcon: import('element-plus/es/utils/vue/icon.mjs').IconPropType;
|
|
510
500
|
plain: boolean;
|
|
511
501
|
autoInsertSpace: boolean;
|
|
512
502
|
tag: string | import('vue').Component;
|
|
@@ -537,19 +527,19 @@ export declare const TtButton: import('../../../../utils/src').SFCWithInstall<{
|
|
|
537
527
|
round: boolean;
|
|
538
528
|
dashed: boolean;
|
|
539
529
|
nativeType: import('element-plus').ButtonNativeType;
|
|
540
|
-
loadingIcon: import('element-plus/es/utils/
|
|
530
|
+
loadingIcon: import('element-plus/es/utils/vue/icon.mjs').IconPropType;
|
|
541
531
|
plain: boolean;
|
|
542
532
|
autoInsertSpace: boolean;
|
|
543
533
|
tag: string | import('vue').Component;
|
|
544
534
|
}> & Omit<Readonly<import('element-plus').ButtonProps> & Readonly<{
|
|
545
535
|
onClick?: ((evt: MouseEvent) => any) | undefined;
|
|
546
|
-
}>, "disabled" | "size" | "text" | "type" | "ref" | "nativeType" | "loadingIcon" | "plain" | "round" | "dashed" | "autoInsertSpace" | "tag" | "shouldAddSpace"> &
|
|
547
|
-
ref:
|
|
548
|
-
size:
|
|
549
|
-
type:
|
|
550
|
-
disabled:
|
|
551
|
-
shouldAddSpace:
|
|
552
|
-
}
|
|
536
|
+
}>, "disabled" | "size" | "text" | "type" | "ref" | "nativeType" | "loadingIcon" | "plain" | "round" | "dashed" | "autoInsertSpace" | "tag" | "shouldAddSpace"> & {
|
|
537
|
+
ref: HTMLButtonElement | undefined;
|
|
538
|
+
size: "" | "small" | "default" | "large";
|
|
539
|
+
type: "" | "default" | "text" | "primary" | "success" | "warning" | "info" | "danger";
|
|
540
|
+
disabled: boolean;
|
|
541
|
+
shouldAddSpace: boolean;
|
|
542
|
+
} & {} & import('vue').ComponentCustomProperties & {} & {
|
|
553
543
|
$slots: {
|
|
554
544
|
loading?: (props: {}) => any;
|
|
555
545
|
} & {
|
|
@@ -574,10 +564,10 @@ export declare const TtButton: import('../../../../utils/src').SFCWithInstall<{
|
|
|
574
564
|
readonly size?: import('element-plus').ComponentSize | undefined;
|
|
575
565
|
readonly disabled?: boolean | undefined;
|
|
576
566
|
readonly type?: import('element-plus').ButtonType | undefined;
|
|
577
|
-
readonly icon?: import('element-plus/es/utils/
|
|
567
|
+
readonly icon?: import('element-plus/es/utils/vue/icon.mjs').IconPropType | undefined;
|
|
578
568
|
readonly nativeType?: import('element-plus').ButtonNativeType | undefined;
|
|
579
569
|
readonly loading?: boolean | undefined;
|
|
580
|
-
readonly loadingIcon?: import('element-plus/es/utils/
|
|
570
|
+
readonly loadingIcon?: import('element-plus/es/utils/vue/icon.mjs').IconPropType | undefined;
|
|
581
571
|
readonly plain?: boolean | undefined;
|
|
582
572
|
readonly text?: boolean | undefined;
|
|
583
573
|
readonly link?: boolean | undefined;
|
|
@@ -592,9 +582,7 @@ export declare const TtButton: import('../../../../utils/src').SFCWithInstall<{
|
|
|
592
582
|
readonly tag?: (string | import('vue').Component) | undefined;
|
|
593
583
|
readonly onClick?: ((evt: MouseEvent) => any) | undefined | undefined;
|
|
594
584
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
595
|
-
$attrs:
|
|
596
|
-
[x: string]: unknown;
|
|
597
|
-
};
|
|
585
|
+
$attrs: import('vue').Attrs;
|
|
598
586
|
$refs: {
|
|
599
587
|
[x: string]: unknown;
|
|
600
588
|
};
|
|
@@ -611,7 +599,7 @@ export declare const TtButton: import('../../../../utils/src').SFCWithInstall<{
|
|
|
611
599
|
}>, {
|
|
612
600
|
ref: import('vue').Ref<HTMLButtonElement | undefined, HTMLButtonElement | undefined>;
|
|
613
601
|
size: import('vue').ComputedRef<"" | "default" | "small" | "large">;
|
|
614
|
-
type: import('vue').ComputedRef<"
|
|
602
|
+
type: import('vue').ComputedRef<"" | "default" | "info" | "primary" | "success" | "warning" | "text" | "danger">;
|
|
615
603
|
disabled: import('vue').ComputedRef<boolean>;
|
|
616
604
|
shouldAddSpace: import('vue').ComputedRef<boolean>;
|
|
617
605
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
@@ -623,7 +611,7 @@ export declare const TtButton: import('../../../../utils/src').SFCWithInstall<{
|
|
|
623
611
|
round: boolean;
|
|
624
612
|
dashed: boolean;
|
|
625
613
|
nativeType: import('element-plus').ButtonNativeType;
|
|
626
|
-
loadingIcon: import('element-plus/es/utils/
|
|
614
|
+
loadingIcon: import('element-plus/es/utils/vue/icon.mjs').IconPropType;
|
|
627
615
|
plain: boolean;
|
|
628
616
|
autoInsertSpace: boolean;
|
|
629
617
|
tag: string | import('vue').Component;
|
|
@@ -654,19 +642,19 @@ export declare const TtButton: import('../../../../utils/src').SFCWithInstall<{
|
|
|
654
642
|
round: boolean;
|
|
655
643
|
dashed: boolean;
|
|
656
644
|
nativeType: import('element-plus').ButtonNativeType;
|
|
657
|
-
loadingIcon: import('element-plus/es/utils/
|
|
645
|
+
loadingIcon: import('element-plus/es/utils/vue/icon.mjs').IconPropType;
|
|
658
646
|
plain: boolean;
|
|
659
647
|
autoInsertSpace: boolean;
|
|
660
648
|
tag: string | import('vue').Component;
|
|
661
649
|
}> & Omit<Readonly<import('element-plus').ButtonProps> & Readonly<{
|
|
662
650
|
onClick?: ((evt: MouseEvent) => any) | undefined;
|
|
663
|
-
}>, "disabled" | "size" | "text" | "type" | "ref" | "nativeType" | "loadingIcon" | "plain" | "round" | "dashed" | "autoInsertSpace" | "tag" | "shouldAddSpace"> &
|
|
664
|
-
ref:
|
|
665
|
-
size:
|
|
666
|
-
type:
|
|
667
|
-
disabled:
|
|
668
|
-
shouldAddSpace:
|
|
669
|
-
}
|
|
651
|
+
}>, "disabled" | "size" | "text" | "type" | "ref" | "nativeType" | "loadingIcon" | "plain" | "round" | "dashed" | "autoInsertSpace" | "tag" | "shouldAddSpace"> & {
|
|
652
|
+
ref: HTMLButtonElement | undefined;
|
|
653
|
+
size: "" | "small" | "default" | "large";
|
|
654
|
+
type: "" | "default" | "text" | "primary" | "success" | "warning" | "info" | "danger";
|
|
655
|
+
disabled: boolean;
|
|
656
|
+
shouldAddSpace: boolean;
|
|
657
|
+
} & {} & import('vue').ComponentCustomProperties & {} & {
|
|
670
658
|
$slots: {
|
|
671
659
|
loading?: (props: {}) => any;
|
|
672
660
|
} & {
|
|
@@ -681,10 +669,10 @@ export declare const TtButton: import('../../../../utils/src').SFCWithInstall<{
|
|
|
681
669
|
readonly size?: import('element-plus').ComponentSize | undefined;
|
|
682
670
|
readonly disabled?: boolean | undefined;
|
|
683
671
|
readonly type?: import('element-plus').ButtonType | undefined;
|
|
684
|
-
readonly icon?: import('element-plus/es/utils/
|
|
672
|
+
readonly icon?: import('element-plus/es/utils/vue/icon.mjs').IconPropType | undefined;
|
|
685
673
|
readonly nativeType?: import('element-plus').ButtonNativeType | undefined;
|
|
686
674
|
readonly loading?: boolean | undefined;
|
|
687
|
-
readonly loadingIcon?: import('element-plus/es/utils/
|
|
675
|
+
readonly loadingIcon?: import('element-plus/es/utils/vue/icon.mjs').IconPropType | undefined;
|
|
688
676
|
readonly plain?: boolean | undefined;
|
|
689
677
|
readonly text?: boolean | undefined;
|
|
690
678
|
readonly link?: boolean | undefined;
|
|
@@ -699,9 +687,7 @@ export declare const TtButton: import('../../../../utils/src').SFCWithInstall<{
|
|
|
699
687
|
readonly tag?: (string | import('vue').Component) | undefined;
|
|
700
688
|
readonly onClick?: ((evt: MouseEvent) => any) | undefined | undefined;
|
|
701
689
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
702
|
-
$attrs:
|
|
703
|
-
[x: string]: unknown;
|
|
704
|
-
};
|
|
690
|
+
$attrs: import('vue').Attrs;
|
|
705
691
|
$refs: {
|
|
706
692
|
[x: string]: unknown;
|
|
707
693
|
};
|
|
@@ -718,7 +704,7 @@ export declare const TtButton: import('../../../../utils/src').SFCWithInstall<{
|
|
|
718
704
|
}>, {
|
|
719
705
|
ref: import('vue').Ref<HTMLButtonElement | undefined, HTMLButtonElement | undefined>;
|
|
720
706
|
size: import('vue').ComputedRef<"" | "default" | "small" | "large">;
|
|
721
|
-
type: import('vue').ComputedRef<"
|
|
707
|
+
type: import('vue').ComputedRef<"" | "default" | "info" | "primary" | "success" | "warning" | "text" | "danger">;
|
|
722
708
|
disabled: import('vue').ComputedRef<boolean>;
|
|
723
709
|
shouldAddSpace: import('vue').ComputedRef<boolean>;
|
|
724
710
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
@@ -730,7 +716,7 @@ export declare const TtButton: import('../../../../utils/src').SFCWithInstall<{
|
|
|
730
716
|
round: boolean;
|
|
731
717
|
dashed: boolean;
|
|
732
718
|
nativeType: import('element-plus').ButtonNativeType;
|
|
733
|
-
loadingIcon: import('element-plus/es/utils/
|
|
719
|
+
loadingIcon: import('element-plus/es/utils/vue/icon.mjs').IconPropType;
|
|
734
720
|
plain: boolean;
|
|
735
721
|
autoInsertSpace: boolean;
|
|
736
722
|
tag: string | import('vue').Component;
|
|
@@ -761,19 +747,19 @@ export declare const TtButton: import('../../../../utils/src').SFCWithInstall<{
|
|
|
761
747
|
round: boolean;
|
|
762
748
|
dashed: boolean;
|
|
763
749
|
nativeType: import('element-plus').ButtonNativeType;
|
|
764
|
-
loadingIcon: import('element-plus/es/utils/
|
|
750
|
+
loadingIcon: import('element-plus/es/utils/vue/icon.mjs').IconPropType;
|
|
765
751
|
plain: boolean;
|
|
766
752
|
autoInsertSpace: boolean;
|
|
767
753
|
tag: string | import('vue').Component;
|
|
768
754
|
}> & Omit<Readonly<import('element-plus').ButtonProps> & Readonly<{
|
|
769
755
|
onClick?: ((evt: MouseEvent) => any) | undefined;
|
|
770
|
-
}>, "disabled" | "size" | "text" | "type" | "ref" | "nativeType" | "loadingIcon" | "plain" | "round" | "dashed" | "autoInsertSpace" | "tag" | "shouldAddSpace"> &
|
|
771
|
-
ref:
|
|
772
|
-
size:
|
|
773
|
-
type:
|
|
774
|
-
disabled:
|
|
775
|
-
shouldAddSpace:
|
|
776
|
-
}
|
|
756
|
+
}>, "disabled" | "size" | "text" | "type" | "ref" | "nativeType" | "loadingIcon" | "plain" | "round" | "dashed" | "autoInsertSpace" | "tag" | "shouldAddSpace"> & {
|
|
757
|
+
ref: HTMLButtonElement | undefined;
|
|
758
|
+
size: "" | "small" | "default" | "large";
|
|
759
|
+
type: "" | "default" | "text" | "primary" | "success" | "warning" | "info" | "danger";
|
|
760
|
+
disabled: boolean;
|
|
761
|
+
shouldAddSpace: boolean;
|
|
762
|
+
} & {} & import('vue').ComponentCustomProperties & {} & {
|
|
777
763
|
$slots: {
|
|
778
764
|
loading?: (props: {}) => any;
|
|
779
765
|
} & {
|