@pantograph/vue 0.34.33 → 0.34.34

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