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