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