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