@pantograph/vue 0.34.37 → 0.34.38
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/index.d.ts +100 -97
- package/dist/nuxt.d.ts +97 -97
- package/dist/resolver.d.ts +97 -97
- package/dist/use/index.js +4 -4
- package/dist/use/index.umd.cjs +2 -2
- package/dist/use.d.ts +97 -97
- package/package.json +1 -1
package/dist/nuxt.d.ts
CHANGED
|
@@ -6,28 +6,28 @@ export { }
|
|
|
6
6
|
|
|
7
7
|
declare module 'vue' {
|
|
8
8
|
interface GlobalComponents {
|
|
9
|
-
|
|
9
|
+
AlertDialog: DefineComponent<AlertDialogProps, AlertDialogSlots, AlertDialogEmits>;
|
|
10
10
|
}
|
|
11
11
|
}
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
declare module 'vue' {
|
|
15
15
|
interface GlobalComponents {
|
|
16
|
-
|
|
16
|
+
AvatarGroup: DefineComponent<AvatarGroupProps, AvatarGroupSlots>;
|
|
17
17
|
}
|
|
18
18
|
}
|
|
19
19
|
|
|
20
20
|
|
|
21
21
|
declare module 'vue' {
|
|
22
22
|
interface GlobalComponents {
|
|
23
|
-
|
|
23
|
+
HoverCard: DefineComponent<HoverCardProps, HoverCardSlots, HoverCardEmits>;
|
|
24
24
|
}
|
|
25
25
|
}
|
|
26
26
|
|
|
27
27
|
|
|
28
28
|
declare module 'vue' {
|
|
29
29
|
interface GlobalComponents {
|
|
30
|
-
|
|
30
|
+
Empty: DefineComponent<EmptyProps, EmptySlots>;
|
|
31
31
|
}
|
|
32
32
|
}
|
|
33
33
|
|
|
@@ -41,477 +41,477 @@ declare module 'vue' {
|
|
|
41
41
|
|
|
42
42
|
declare module 'vue' {
|
|
43
43
|
interface GlobalComponents {
|
|
44
|
-
|
|
44
|
+
Blanket: DefineComponent<BlanketProps>;
|
|
45
45
|
}
|
|
46
46
|
}
|
|
47
47
|
|
|
48
48
|
|
|
49
49
|
declare module 'vue' {
|
|
50
50
|
interface GlobalComponents {
|
|
51
|
-
|
|
51
|
+
Combobox: DefineComponent<ComboboxProps, ComboboxSlots, ComboboxEmits>;
|
|
52
|
+
ComboboxInput: DefineComponent<ComboboxInputProps>;
|
|
53
|
+
ComboboxOption: DefineComponent;
|
|
52
54
|
}
|
|
53
55
|
}
|
|
54
56
|
|
|
55
57
|
|
|
56
58
|
declare module 'vue' {
|
|
57
59
|
interface GlobalComponents {
|
|
58
|
-
|
|
60
|
+
Card: DefineComponent<CardProps, CardSlots>;
|
|
59
61
|
}
|
|
60
62
|
}
|
|
61
63
|
|
|
62
64
|
|
|
63
65
|
declare module 'vue' {
|
|
64
66
|
interface GlobalComponents {
|
|
65
|
-
|
|
67
|
+
Alert: DefineComponent<AlertProps, AlertSlots, AlertEmits>;
|
|
66
68
|
}
|
|
67
69
|
}
|
|
68
70
|
|
|
69
71
|
|
|
70
72
|
declare module 'vue' {
|
|
71
73
|
interface GlobalComponents {
|
|
72
|
-
|
|
74
|
+
Avatar: DefineComponent<AvatarProps, AvatarSlots, AvatarEmits>;
|
|
73
75
|
}
|
|
74
76
|
}
|
|
75
77
|
|
|
76
78
|
|
|
77
79
|
declare module 'vue' {
|
|
78
80
|
interface GlobalComponents {
|
|
79
|
-
|
|
81
|
+
GraphicalObject: DefineComponent<GraphicalObjectProps, GraphicalObjectSlots>;
|
|
80
82
|
}
|
|
81
83
|
}
|
|
82
84
|
|
|
83
85
|
|
|
84
86
|
declare module 'vue' {
|
|
85
87
|
interface GlobalComponents {
|
|
86
|
-
|
|
88
|
+
Pagination: DefineComponent<PaginationProps, Record<string, any>, PaginationEmits>;
|
|
87
89
|
}
|
|
88
90
|
}
|
|
89
91
|
|
|
90
92
|
|
|
91
93
|
declare module 'vue' {
|
|
92
94
|
interface GlobalComponents {
|
|
93
|
-
|
|
95
|
+
Drawer: DefineComponent<DrawerProps, DrawerSlots, DrawerEmits>;
|
|
96
|
+
DrawerTitle: DefineComponent<DrawerTitleProps, DrawerTitleSlots>;
|
|
94
97
|
}
|
|
95
98
|
}
|
|
96
99
|
|
|
97
100
|
|
|
98
101
|
declare module 'vue' {
|
|
99
102
|
interface GlobalComponents {
|
|
100
|
-
|
|
103
|
+
ConfigProvider: DefineComponent<ConfigProviderProps, ConfigProviderSlots>;
|
|
101
104
|
}
|
|
102
105
|
}
|
|
103
106
|
|
|
104
107
|
|
|
105
108
|
declare module 'vue' {
|
|
106
109
|
interface GlobalComponents {
|
|
107
|
-
|
|
110
|
+
Banner: DefineComponent<BannerProps, BannerSlots, BannerEmits>;
|
|
108
111
|
}
|
|
109
112
|
}
|
|
110
113
|
|
|
111
114
|
|
|
112
115
|
declare module 'vue' {
|
|
113
116
|
interface GlobalComponents {
|
|
114
|
-
|
|
117
|
+
Steps: DefineComponent<StepsProps, StepsSlots, StepsEmits>;
|
|
118
|
+
Step: DefineComponent<StepItemProps, StepItemSlots>;
|
|
115
119
|
}
|
|
116
120
|
}
|
|
117
121
|
|
|
118
122
|
|
|
119
123
|
declare module 'vue' {
|
|
120
124
|
interface GlobalComponents {
|
|
121
|
-
|
|
125
|
+
DropZone: DefineComponent<DropZoneProps, DropZoneSlots, DropZoneEmits>;
|
|
122
126
|
}
|
|
123
127
|
}
|
|
124
128
|
|
|
125
129
|
|
|
126
130
|
declare module 'vue' {
|
|
127
131
|
interface GlobalComponents {
|
|
128
|
-
|
|
132
|
+
Kbd: DefineComponent<KbdProps, KbdSlots>;
|
|
129
133
|
}
|
|
130
134
|
}
|
|
131
135
|
|
|
132
136
|
|
|
133
137
|
declare module 'vue' {
|
|
134
138
|
interface GlobalComponents {
|
|
135
|
-
|
|
139
|
+
FormValidation: DefineComponent<FormValidationProps>;
|
|
136
140
|
}
|
|
137
141
|
}
|
|
138
142
|
|
|
139
143
|
|
|
140
144
|
declare module 'vue' {
|
|
141
145
|
interface GlobalComponents {
|
|
142
|
-
|
|
146
|
+
ColorSwatchGroup: DefineComponent<ColorSwatchGroupProps, ColorSwatchGroupSlots, ColorSwatchGroupEmits>;
|
|
143
147
|
}
|
|
144
148
|
}
|
|
145
149
|
|
|
146
150
|
|
|
147
151
|
declare module 'vue' {
|
|
148
152
|
interface GlobalComponents {
|
|
149
|
-
|
|
153
|
+
Divider: DefineComponent<DividerProps>;
|
|
150
154
|
}
|
|
151
155
|
}
|
|
152
156
|
|
|
153
157
|
|
|
154
158
|
declare module 'vue' {
|
|
155
159
|
interface GlobalComponents {
|
|
156
|
-
|
|
160
|
+
ButtonGroup: DefineComponent<ButtonGroupProps>;
|
|
157
161
|
}
|
|
158
162
|
}
|
|
159
163
|
|
|
160
164
|
|
|
161
165
|
declare module 'vue' {
|
|
162
166
|
interface GlobalComponents {
|
|
163
|
-
|
|
167
|
+
RadioGroup: DefineComponent<RadioGroupProps, Record<string, any>, RadioGroupEmits>;
|
|
168
|
+
RadioGroupItem: DefineComponent<RadioGroupItemProps, RadioGroupSlots, RadioGroupItemEmits>;
|
|
164
169
|
}
|
|
165
170
|
}
|
|
166
171
|
|
|
167
172
|
|
|
168
173
|
declare module 'vue' {
|
|
169
174
|
interface GlobalComponents {
|
|
170
|
-
|
|
175
|
+
Segmented: DefineComponent<SegmentedProps, SegmentedSlots, SegmentedEmits>;
|
|
171
176
|
}
|
|
172
177
|
}
|
|
173
178
|
|
|
174
179
|
|
|
175
180
|
declare module 'vue' {
|
|
176
181
|
interface GlobalComponents {
|
|
177
|
-
|
|
182
|
+
Rate: DefineComponent<RateProps, RateSlots, RateEmits>;
|
|
178
183
|
}
|
|
179
184
|
}
|
|
180
185
|
|
|
181
186
|
|
|
182
187
|
declare module 'vue' {
|
|
183
188
|
interface GlobalComponents {
|
|
184
|
-
|
|
189
|
+
ChipGroup: DefineComponent<ChipGroupProps, ChipGroupSlots, ChipGroupEmits>;
|
|
185
190
|
}
|
|
186
191
|
}
|
|
187
192
|
|
|
188
193
|
|
|
189
194
|
declare module 'vue' {
|
|
190
195
|
interface GlobalComponents {
|
|
191
|
-
|
|
196
|
+
Checkbox: DefineComponent<CheckboxProps, CheckboxSlots, CheckboxEmits>;
|
|
192
197
|
}
|
|
193
198
|
}
|
|
194
199
|
|
|
195
200
|
|
|
196
201
|
declare module 'vue' {
|
|
197
202
|
interface GlobalComponents {
|
|
198
|
-
|
|
203
|
+
IndentLevel: DefineComponent<IndentLevelProps>;
|
|
199
204
|
}
|
|
200
205
|
}
|
|
201
206
|
|
|
202
207
|
|
|
203
208
|
declare module 'vue' {
|
|
204
209
|
interface GlobalComponents {
|
|
205
|
-
|
|
206
|
-
DrawerTitle: DefineComponent<DrawerTitleProps, DrawerTitleSlots>;
|
|
210
|
+
Stepper: DefineComponent<StepperProps, undefined, StepperEmits>;
|
|
207
211
|
}
|
|
208
212
|
}
|
|
209
213
|
|
|
210
214
|
|
|
211
215
|
declare module 'vue' {
|
|
212
216
|
interface GlobalComponents {
|
|
213
|
-
|
|
217
|
+
CheckboxGroup: DefineComponent<CheckboxGroupProps, Record<string, any>, CheckboxGroupEmits>;
|
|
214
218
|
}
|
|
215
219
|
}
|
|
216
220
|
|
|
217
221
|
|
|
218
222
|
declare module 'vue' {
|
|
219
223
|
interface GlobalComponents {
|
|
220
|
-
|
|
224
|
+
ColorSwatch: DefineComponent<ColorSwatchProps, ColorSwatchSlots, undefined>;
|
|
221
225
|
}
|
|
222
226
|
}
|
|
223
227
|
|
|
224
228
|
|
|
225
229
|
declare module 'vue' {
|
|
226
230
|
interface GlobalComponents {
|
|
227
|
-
|
|
231
|
+
Indicator: DefineComponent<IndicatorProps>;
|
|
228
232
|
}
|
|
229
233
|
}
|
|
230
234
|
|
|
231
235
|
|
|
232
236
|
declare module 'vue' {
|
|
233
237
|
interface GlobalComponents {
|
|
234
|
-
|
|
238
|
+
PageIndicator: DefineComponent<PageIndicatorProps, PageIndicatorSlots, PageIndicatorEmits>;
|
|
235
239
|
}
|
|
236
240
|
}
|
|
237
241
|
|
|
238
242
|
|
|
239
243
|
declare module 'vue' {
|
|
240
244
|
interface GlobalComponents {
|
|
241
|
-
|
|
245
|
+
Tabs: DefineComponent<TabsProps, Record<string, any>, TabsEmits>;
|
|
246
|
+
TabList: DefineComponent<TabListProps, TabListSlots>;
|
|
247
|
+
TabTrigger: DefineComponent<TabTriggerProps, TabTriggerSlots>;
|
|
248
|
+
TabContent: DefineComponent;
|
|
242
249
|
}
|
|
243
250
|
}
|
|
244
251
|
|
|
245
252
|
|
|
246
253
|
declare module 'vue' {
|
|
247
254
|
interface GlobalComponents {
|
|
248
|
-
|
|
255
|
+
IconButton: DefineComponent<IconButtonProps, IconButtonSlots>;
|
|
249
256
|
}
|
|
250
257
|
}
|
|
251
258
|
|
|
252
259
|
|
|
260
|
+
/** component declare **/
|
|
253
261
|
declare module 'vue' {
|
|
254
262
|
interface GlobalComponents {
|
|
255
|
-
|
|
256
|
-
|
|
263
|
+
Accordion: DefineComponent<AccordionProps, AccordionSlots, AccordionEmits>;
|
|
264
|
+
AccordionItem: DefineComponent<AccordionItemProps, AccordionItemSlots>;
|
|
257
265
|
}
|
|
258
266
|
}
|
|
259
267
|
|
|
260
268
|
|
|
261
269
|
declare module 'vue' {
|
|
262
270
|
interface GlobalComponents {
|
|
263
|
-
|
|
271
|
+
ColorTrigger: DefineComponent<ColorTriggerProps, ColorTriggerSlots>;
|
|
264
272
|
}
|
|
265
273
|
}
|
|
266
274
|
|
|
267
275
|
|
|
268
276
|
declare module 'vue' {
|
|
269
277
|
interface GlobalComponents {
|
|
270
|
-
|
|
278
|
+
Textarea: DefineComponent<TextareaProps, Record<string, any>, TextareaEmits>;
|
|
271
279
|
}
|
|
272
280
|
}
|
|
273
281
|
|
|
274
282
|
|
|
275
|
-
/** component declare **/
|
|
276
283
|
declare module 'vue' {
|
|
277
284
|
interface GlobalComponents {
|
|
278
|
-
|
|
279
|
-
AccordionItem: DefineComponent<AccordionItemProps, AccordionItemSlots>;
|
|
285
|
+
Shortcut: DefineComponent<ShortcutProps, ShortcutSlots>;
|
|
280
286
|
}
|
|
281
287
|
}
|
|
282
288
|
|
|
283
289
|
|
|
284
290
|
declare module 'vue' {
|
|
285
291
|
interface GlobalComponents {
|
|
286
|
-
|
|
287
|
-
ComboboxInput: DefineComponent<ComboboxInputProps>;
|
|
288
|
-
ComboboxOption: DefineComponent;
|
|
292
|
+
ActionButton: DefineComponent<ActionButtonProps, ActionButtonSlots>;
|
|
289
293
|
}
|
|
290
294
|
}
|
|
291
295
|
|
|
292
296
|
|
|
293
297
|
declare module 'vue' {
|
|
294
298
|
interface GlobalComponents {
|
|
295
|
-
|
|
299
|
+
Modal: DefineComponent<ModalProps, ModalSlots, ModalEmits>;
|
|
300
|
+
ModalTitle: DefineComponent<ModalTitleProps, ModalTitleSlots>;
|
|
296
301
|
}
|
|
297
302
|
}
|
|
298
303
|
|
|
299
304
|
|
|
300
305
|
declare module 'vue' {
|
|
301
306
|
interface GlobalComponents {
|
|
302
|
-
|
|
307
|
+
Image: DefineComponent<ImageProps, ImageSlots>;
|
|
303
308
|
}
|
|
304
309
|
}
|
|
305
310
|
|
|
306
311
|
|
|
307
312
|
declare module 'vue' {
|
|
308
313
|
interface GlobalComponents {
|
|
309
|
-
|
|
314
|
+
Badge: DefineComponent<BadgeProps, BadgeSlots>;
|
|
310
315
|
}
|
|
311
316
|
}
|
|
312
317
|
|
|
313
318
|
|
|
314
319
|
declare module 'vue' {
|
|
315
320
|
interface GlobalComponents {
|
|
316
|
-
|
|
321
|
+
SubMenu: DefineComponent<SubMenuProps, SubMenuSlots>;
|
|
317
322
|
}
|
|
318
323
|
}
|
|
319
324
|
|
|
320
325
|
|
|
321
326
|
declare module 'vue' {
|
|
322
327
|
interface GlobalComponents {
|
|
323
|
-
|
|
328
|
+
Breadcrumb: DefineComponent<BreadcrumbProps, BreadcrumbSlots, BreadcrumbEmits>;
|
|
324
329
|
}
|
|
325
330
|
}
|
|
326
331
|
|
|
327
332
|
|
|
328
333
|
declare module 'vue' {
|
|
329
334
|
interface GlobalComponents {
|
|
330
|
-
|
|
335
|
+
Link: DefineComponent<LinkProps, LinkSlots, LinkEmits>;
|
|
331
336
|
}
|
|
332
337
|
}
|
|
333
338
|
|
|
334
339
|
|
|
335
340
|
declare module 'vue' {
|
|
336
341
|
interface GlobalComponents {
|
|
337
|
-
|
|
342
|
+
Menu: DefineComponent<MenuProps, MenuSlots, MenuEmits>;
|
|
343
|
+
MenuItemWrapper: DefineComponent<MenuItemWrapperProps, SubMenuSlots>;
|
|
338
344
|
}
|
|
339
345
|
}
|
|
340
346
|
|
|
341
347
|
|
|
342
348
|
declare module 'vue' {
|
|
343
349
|
interface GlobalComponents {
|
|
344
|
-
|
|
350
|
+
MenuItem: DefineComponent<MenuItemProps, MenuItemSlots>;
|
|
345
351
|
}
|
|
346
352
|
}
|
|
347
353
|
|
|
348
354
|
|
|
349
355
|
declare module 'vue' {
|
|
350
356
|
interface GlobalComponents {
|
|
351
|
-
|
|
357
|
+
Skeleton: DefineComponent<SkeletonProps>;
|
|
352
358
|
}
|
|
353
359
|
}
|
|
354
360
|
|
|
355
361
|
|
|
356
362
|
declare module 'vue' {
|
|
357
363
|
interface GlobalComponents {
|
|
358
|
-
|
|
364
|
+
Dialog: DefineComponent<DialogProps, DialogSlots, DialogEmits>;
|
|
365
|
+
DialogTitle: DefineComponent<DialogTitleProps, DialogTitleSlots>;
|
|
359
366
|
}
|
|
360
367
|
}
|
|
361
368
|
|
|
362
369
|
|
|
363
370
|
declare module 'vue' {
|
|
364
371
|
interface GlobalComponents {
|
|
365
|
-
|
|
372
|
+
Tree: DefineComponent<TreeProps, TreeSlots, TreeEmits>;
|
|
373
|
+
TreeNode: DefineComponent<TreeNodeProps, TreeNodeSlots>;
|
|
366
374
|
}
|
|
367
375
|
}
|
|
368
376
|
|
|
369
377
|
|
|
370
378
|
declare module 'vue' {
|
|
371
379
|
interface GlobalComponents {
|
|
372
|
-
|
|
373
|
-
TreeNode: DefineComponent<TreeNodeProps, TreeNodeSlots>;
|
|
380
|
+
Chip: DefineComponent<ChipProps, ChipSlots, ChipEmits>;
|
|
374
381
|
}
|
|
375
382
|
}
|
|
376
383
|
|
|
377
384
|
|
|
378
385
|
declare module 'vue' {
|
|
379
386
|
interface GlobalComponents {
|
|
380
|
-
|
|
381
|
-
|
|
387
|
+
Table: DefineComponent<TableProps, Record<string, any>, Record<string, any>>;
|
|
388
|
+
Th: DefineComponent<ThProps, ThSlots>;
|
|
389
|
+
Td: DefineComponent<TdProps, TdSlots>;
|
|
390
|
+
Tr: DefineComponent<TrProps>;
|
|
391
|
+
TBody: DefineComponent<TBodyProps>;
|
|
392
|
+
THead: DefineComponent<THeadProps>;
|
|
393
|
+
TFoot: DefineComponent<TFootProps>;
|
|
382
394
|
}
|
|
383
395
|
}
|
|
384
396
|
|
|
385
397
|
|
|
386
398
|
declare module 'vue' {
|
|
387
399
|
interface GlobalComponents {
|
|
388
|
-
|
|
389
|
-
SelectOption: DefineComponent<SelectOptionProps, SelectOptionSlots>;
|
|
390
|
-
SelectLabel: DefineComponent;
|
|
400
|
+
Label: DefineComponent<LabelProps, LabelSlots>;
|
|
391
401
|
}
|
|
392
402
|
}
|
|
393
403
|
|
|
394
404
|
|
|
395
405
|
declare module 'vue' {
|
|
396
406
|
interface GlobalComponents {
|
|
397
|
-
|
|
407
|
+
GraphicalObjectGroup: DefineComponent<GraphicalObjectGroupProps, GraphicalObjectGroupSlots>;
|
|
398
408
|
}
|
|
399
409
|
}
|
|
400
410
|
|
|
401
411
|
|
|
402
412
|
declare module 'vue' {
|
|
403
413
|
interface GlobalComponents {
|
|
404
|
-
|
|
414
|
+
ColorPicker: DefineComponent<ColorPickerProps, undefined, ColorPickerEmits>;
|
|
405
415
|
}
|
|
406
416
|
}
|
|
407
417
|
|
|
408
418
|
|
|
409
419
|
declare module 'vue' {
|
|
410
420
|
interface GlobalComponents {
|
|
411
|
-
|
|
421
|
+
ScrollContainer: DefineComponent<ScrollContainerProps>;
|
|
412
422
|
}
|
|
413
423
|
}
|
|
414
424
|
|
|
415
425
|
|
|
416
426
|
declare module 'vue' {
|
|
417
427
|
interface GlobalComponents {
|
|
418
|
-
|
|
419
|
-
TabList: DefineComponent<TabListProps, TabListSlots>;
|
|
420
|
-
TabTrigger: DefineComponent<TabTriggerProps, TabTriggerSlots>;
|
|
421
|
-
TabContent: DefineComponent;
|
|
428
|
+
InputNumber: DefineComponent<InputNumberProps, InputNumberSlots, InputNumberEmits>;
|
|
422
429
|
}
|
|
423
430
|
}
|
|
424
431
|
|
|
425
432
|
|
|
426
433
|
declare module 'vue' {
|
|
427
434
|
interface GlobalComponents {
|
|
428
|
-
|
|
429
|
-
MenuItemWrapper: DefineComponent<MenuItemWrapperProps, SubMenuSlots>;
|
|
435
|
+
Icon: DefineComponent<IconProps>;
|
|
430
436
|
}
|
|
431
437
|
}
|
|
432
438
|
|
|
433
439
|
|
|
434
440
|
declare module 'vue' {
|
|
435
441
|
interface GlobalComponents {
|
|
436
|
-
|
|
437
|
-
Th: DefineComponent<ThProps, ThSlots>;
|
|
438
|
-
Td: DefineComponent<TdProps, TdSlots>;
|
|
439
|
-
Tr: DefineComponent<TrProps>;
|
|
440
|
-
TBody: DefineComponent<TBodyProps>;
|
|
441
|
-
THead: DefineComponent<THeadProps>;
|
|
442
|
-
TFoot: DefineComponent<TFootProps>;
|
|
442
|
+
Popover: DefineComponent<PopoverProps, PopoverSlots, PopoverEmits>;
|
|
443
443
|
}
|
|
444
444
|
}
|
|
445
445
|
|
|
446
446
|
|
|
447
447
|
declare module 'vue' {
|
|
448
448
|
interface GlobalComponents {
|
|
449
|
-
|
|
449
|
+
Switch: DefineComponent<SwitchProps, SwitchSlots, SwitchEmits>;
|
|
450
450
|
}
|
|
451
451
|
}
|
|
452
452
|
|
|
453
453
|
|
|
454
454
|
declare module 'vue' {
|
|
455
455
|
interface GlobalComponents {
|
|
456
|
-
|
|
457
|
-
ModalTitle: DefineComponent<ModalTitleProps, ModalTitleSlots>;
|
|
456
|
+
PinInput: DefineComponent<PinInputProps, undefined, PinInputEmits>;
|
|
458
457
|
}
|
|
459
458
|
}
|
|
460
459
|
|
|
461
460
|
|
|
462
461
|
declare module 'vue' {
|
|
463
462
|
interface GlobalComponents {
|
|
464
|
-
|
|
463
|
+
Upload: DefineComponent<UploadProps, UploadSlots, UploadEmits>;
|
|
464
|
+
UploadList: DefineComponent<UploadProps, UploadSlots, UploadEmits>;
|
|
465
|
+
UploadTrigger: DefineComponent<Record<string, any>, Record<string, any>, UploadTriggerEmits>;
|
|
465
466
|
}
|
|
466
467
|
}
|
|
467
468
|
|
|
468
469
|
|
|
469
470
|
declare module 'vue' {
|
|
470
471
|
interface GlobalComponents {
|
|
471
|
-
|
|
472
|
-
|
|
472
|
+
Select: DefineComponent<SelectProps, SelectSlots, SelectEmits>;
|
|
473
|
+
SelectOption: DefineComponent<SelectOptionProps, SelectOptionSlots>;
|
|
474
|
+
SelectLabel: DefineComponent;
|
|
473
475
|
}
|
|
474
476
|
}
|
|
475
477
|
|
|
476
478
|
|
|
477
479
|
declare module 'vue' {
|
|
478
480
|
interface GlobalComponents {
|
|
479
|
-
|
|
481
|
+
Input: DefineComponent<InputProps, InputSlots, InputEmits>;
|
|
480
482
|
}
|
|
481
483
|
}
|
|
482
484
|
|
|
483
485
|
|
|
484
486
|
declare module 'vue' {
|
|
485
487
|
interface GlobalComponents {
|
|
486
|
-
|
|
488
|
+
FloatButton: DefineComponent<FloatButtonProps, FloatButtonSlots>;
|
|
487
489
|
}
|
|
488
490
|
}
|
|
489
491
|
|
|
490
492
|
|
|
491
|
-
/**
|
|
492
|
-
* Global component declaration for TypeScript support
|
|
493
|
-
* Enables <Tooltip> usage in templates without explicit import
|
|
494
|
-
*/
|
|
495
493
|
declare module 'vue' {
|
|
496
494
|
interface GlobalComponents {
|
|
497
|
-
|
|
498
|
-
TooltipProvider: DefineComponent<TooltipProviderProps>;
|
|
495
|
+
InputGroup: DefineComponent<InputGroupProps>;
|
|
499
496
|
}
|
|
500
497
|
}
|
|
501
498
|
|
|
502
499
|
|
|
503
500
|
declare module 'vue' {
|
|
504
501
|
interface GlobalComponents {
|
|
505
|
-
|
|
506
|
-
UploadList: DefineComponent<UploadProps, UploadSlots, UploadEmits>;
|
|
507
|
-
UploadTrigger: DefineComponent<Record<string, any>, Record<string, any>, UploadTriggerEmits>;
|
|
502
|
+
Toast: DefineComponent<ToastProps, ToastSlots, ToastEmits>;
|
|
508
503
|
}
|
|
509
504
|
}
|
|
510
505
|
|
|
511
506
|
|
|
507
|
+
/**
|
|
508
|
+
* Global component declaration for TypeScript support
|
|
509
|
+
* Enables <Tooltip> usage in templates without explicit import
|
|
510
|
+
*/
|
|
512
511
|
declare module 'vue' {
|
|
513
512
|
interface GlobalComponents {
|
|
514
|
-
|
|
513
|
+
Tooltip: DefineComponent<TooltipProps, TooltipSlots>;
|
|
514
|
+
TooltipProvider: DefineComponent<TooltipProviderProps>;
|
|
515
515
|
}
|
|
516
516
|
}
|
|
517
517
|
|