@pantograph/vue 0.34.34 → 0.34.36

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