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