@pantograph/vue 0.34.38 → 0.34.40

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