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