@pantograph/vue 0.34.37 → 0.34.38

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