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