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