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