@pantograph/vue 0.34.31 → 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 +97 -97
- package/dist/nuxt.d.ts +97 -97
- package/dist/resolver.d.ts +97 -97
- package/dist/use/index.js +3686 -3685
- package/dist/use/index.umd.cjs +4 -4
- package/dist/use.d.ts +97 -97
- package/package.json +3 -3
package/dist/use.d.ts
CHANGED
|
@@ -18,507 +18,507 @@ 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
|
-
|
|
61
|
-
MenuItemWrapper: DefineComponent<MenuItemWrapperProps, SubMenuSlots>;
|
|
58
|
+
ColorPicker: DefineComponent<ColorPickerProps, undefined, ColorPickerEmits>;
|
|
62
59
|
}
|
|
63
60
|
}
|
|
64
61
|
|
|
65
62
|
|
|
66
63
|
declare module 'vue' {
|
|
67
64
|
interface GlobalComponents {
|
|
68
|
-
|
|
65
|
+
CheckboxGroup: DefineComponent<CheckboxGroupProps, Record<string, any>, CheckboxGroupEmits>;
|
|
69
66
|
}
|
|
70
67
|
}
|
|
71
68
|
|
|
72
69
|
|
|
73
70
|
declare module 'vue' {
|
|
74
71
|
interface GlobalComponents {
|
|
75
|
-
|
|
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
|
-
|
|
95
|
+
PageIndicator: DefineComponent<PageIndicatorProps, PageIndicatorSlots, PageIndicatorEmits>;
|
|
98
96
|
}
|
|
99
97
|
}
|
|
100
98
|
|
|
101
99
|
|
|
102
100
|
declare module 'vue' {
|
|
103
101
|
interface GlobalComponents {
|
|
104
|
-
|
|
102
|
+
Image: DefineComponent<ImageProps, ImageSlots>;
|
|
105
103
|
}
|
|
106
104
|
}
|
|
107
105
|
|
|
108
106
|
|
|
109
107
|
declare module 'vue' {
|
|
110
108
|
interface GlobalComponents {
|
|
111
|
-
|
|
109
|
+
Indicator: DefineComponent<IndicatorProps>;
|
|
112
110
|
}
|
|
113
111
|
}
|
|
114
112
|
|
|
115
113
|
|
|
116
114
|
declare module 'vue' {
|
|
117
115
|
interface GlobalComponents {
|
|
118
|
-
|
|
116
|
+
Avatar: DefineComponent<AvatarProps, AvatarSlots, AvatarEmits>;
|
|
119
117
|
}
|
|
120
118
|
}
|
|
121
119
|
|
|
122
120
|
|
|
123
121
|
declare module 'vue' {
|
|
124
122
|
interface GlobalComponents {
|
|
125
|
-
|
|
123
|
+
Modal: DefineComponent<ModalProps, ModalSlots, ModalEmits>;
|
|
124
|
+
ModalTitle: DefineComponent<ModalTitleProps, ModalTitleSlots>;
|
|
126
125
|
}
|
|
127
126
|
}
|
|
128
127
|
|
|
129
128
|
|
|
130
129
|
declare module 'vue' {
|
|
131
130
|
interface GlobalComponents {
|
|
132
|
-
|
|
131
|
+
Popover: DefineComponent<PopoverProps, PopoverSlots, PopoverEmits>;
|
|
133
132
|
}
|
|
134
133
|
}
|
|
135
134
|
|
|
136
135
|
|
|
137
136
|
declare module 'vue' {
|
|
138
137
|
interface GlobalComponents {
|
|
139
|
-
|
|
138
|
+
ScrollContainer: DefineComponent<ScrollContainerProps>;
|
|
140
139
|
}
|
|
141
140
|
}
|
|
142
141
|
|
|
143
142
|
|
|
144
143
|
declare module 'vue' {
|
|
145
144
|
interface GlobalComponents {
|
|
146
|
-
|
|
147
|
-
ComboboxInput: DefineComponent<ComboboxInputProps>;
|
|
148
|
-
ComboboxOption: DefineComponent;
|
|
145
|
+
FloatButton: DefineComponent<FloatButtonProps, FloatButtonSlots>;
|
|
149
146
|
}
|
|
150
147
|
}
|
|
151
148
|
|
|
152
149
|
|
|
153
150
|
declare module 'vue' {
|
|
154
151
|
interface GlobalComponents {
|
|
155
|
-
|
|
156
|
-
SelectOption: DefineComponent<SelectOptionProps, SelectOptionSlots>;
|
|
157
|
-
SelectLabel: DefineComponent;
|
|
152
|
+
Label: DefineComponent<LabelProps, LabelSlots>;
|
|
158
153
|
}
|
|
159
154
|
}
|
|
160
155
|
|
|
161
156
|
|
|
162
157
|
declare module 'vue' {
|
|
163
158
|
interface GlobalComponents {
|
|
164
|
-
|
|
159
|
+
IconButton: DefineComponent<IconButtonProps, IconButtonSlots>;
|
|
165
160
|
}
|
|
166
161
|
}
|
|
167
162
|
|
|
168
163
|
|
|
169
164
|
declare module 'vue' {
|
|
170
165
|
interface GlobalComponents {
|
|
171
|
-
|
|
166
|
+
DropZone: DefineComponent<DropZoneProps, DropZoneSlots, DropZoneEmits>;
|
|
172
167
|
}
|
|
173
168
|
}
|
|
174
169
|
|
|
175
170
|
|
|
176
171
|
declare module 'vue' {
|
|
177
172
|
interface GlobalComponents {
|
|
178
|
-
|
|
173
|
+
Checkbox: DefineComponent<CheckboxProps, CheckboxSlots, CheckboxEmits>;
|
|
179
174
|
}
|
|
180
175
|
}
|
|
181
176
|
|
|
182
177
|
|
|
178
|
+
/**
|
|
179
|
+
* Global component declaration for TypeScript support
|
|
180
|
+
* Enables <Tooltip> usage in templates without explicit import
|
|
181
|
+
*/
|
|
183
182
|
declare module 'vue' {
|
|
184
183
|
interface GlobalComponents {
|
|
185
|
-
|
|
184
|
+
Tooltip: DefineComponent<TooltipProps, TooltipSlots>;
|
|
185
|
+
TooltipProvider: DefineComponent<TooltipProviderProps>;
|
|
186
186
|
}
|
|
187
187
|
}
|
|
188
188
|
|
|
189
189
|
|
|
190
190
|
declare module 'vue' {
|
|
191
191
|
interface GlobalComponents {
|
|
192
|
-
|
|
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
|
-
|
|
207
|
-
Step: DefineComponent<StepItemProps, StepItemSlots>;
|
|
206
|
+
Shortcut: DefineComponent<ShortcutProps, ShortcutSlots>;
|
|
208
207
|
}
|
|
209
208
|
}
|
|
210
209
|
|
|
211
210
|
|
|
212
211
|
declare module 'vue' {
|
|
213
212
|
interface GlobalComponents {
|
|
214
|
-
|
|
213
|
+
InputNumber: DefineComponent<InputNumberProps, InputNumberSlots, InputNumberEmits>;
|
|
215
214
|
}
|
|
216
215
|
}
|
|
217
216
|
|
|
218
217
|
|
|
219
218
|
declare module 'vue' {
|
|
220
219
|
interface GlobalComponents {
|
|
221
|
-
|
|
220
|
+
PinInput: DefineComponent<PinInputProps, undefined, PinInputEmits>;
|
|
222
221
|
}
|
|
223
222
|
}
|
|
224
223
|
|
|
225
224
|
|
|
226
225
|
declare module 'vue' {
|
|
227
226
|
interface GlobalComponents {
|
|
228
|
-
|
|
227
|
+
Drawer: DefineComponent<DrawerProps, DrawerSlots, DrawerEmits>;
|
|
228
|
+
DrawerTitle: DefineComponent<DrawerTitleProps, DrawerTitleSlots>;
|
|
229
229
|
}
|
|
230
230
|
}
|
|
231
231
|
|
|
232
232
|
|
|
233
233
|
declare module 'vue' {
|
|
234
234
|
interface GlobalComponents {
|
|
235
|
-
|
|
235
|
+
Steps: DefineComponent<StepsProps, StepsSlots, StepsEmits>;
|
|
236
|
+
Step: DefineComponent<StepItemProps, StepItemSlots>;
|
|
236
237
|
}
|
|
237
238
|
}
|
|
238
239
|
|
|
239
240
|
|
|
240
241
|
declare module 'vue' {
|
|
241
242
|
interface GlobalComponents {
|
|
242
|
-
|
|
243
|
+
GraphicalObject: DefineComponent<GraphicalObjectProps, GraphicalObjectSlots>;
|
|
243
244
|
}
|
|
244
245
|
}
|
|
245
246
|
|
|
246
247
|
|
|
247
248
|
declare module 'vue' {
|
|
248
249
|
interface GlobalComponents {
|
|
249
|
-
|
|
250
|
+
HoverCard: DefineComponent<HoverCardProps, HoverCardSlots, HoverCardEmits>;
|
|
250
251
|
}
|
|
251
252
|
}
|
|
252
253
|
|
|
253
254
|
|
|
254
255
|
declare module 'vue' {
|
|
255
256
|
interface GlobalComponents {
|
|
256
|
-
|
|
257
|
+
ColorSwatchGroup: DefineComponent<ColorSwatchGroupProps, ColorSwatchGroupSlots, ColorSwatchGroupEmits>;
|
|
257
258
|
}
|
|
258
259
|
}
|
|
259
260
|
|
|
260
261
|
|
|
261
262
|
declare module 'vue' {
|
|
262
263
|
interface GlobalComponents {
|
|
263
|
-
|
|
264
|
+
GraphicalObjectGroup: DefineComponent<GraphicalObjectGroupProps, GraphicalObjectGroupSlots>;
|
|
264
265
|
}
|
|
265
266
|
}
|
|
266
267
|
|
|
267
268
|
|
|
268
269
|
declare module 'vue' {
|
|
269
270
|
interface GlobalComponents {
|
|
270
|
-
|
|
271
|
+
Icon: DefineComponent<IconProps>;
|
|
271
272
|
}
|
|
272
273
|
}
|
|
273
274
|
|
|
274
275
|
|
|
275
276
|
declare module 'vue' {
|
|
276
277
|
interface GlobalComponents {
|
|
277
|
-
|
|
278
|
+
Empty: DefineComponent<EmptyProps, EmptySlots>;
|
|
278
279
|
}
|
|
279
280
|
}
|
|
280
281
|
|
|
281
282
|
|
|
282
283
|
declare module 'vue' {
|
|
283
284
|
interface GlobalComponents {
|
|
284
|
-
|
|
285
|
+
Dialog: DefineComponent<DialogProps, DialogSlots, DialogEmits>;
|
|
286
|
+
DialogTitle: DefineComponent<DialogTitleProps, DialogTitleSlots>;
|
|
285
287
|
}
|
|
286
288
|
}
|
|
287
289
|
|
|
288
290
|
|
|
289
291
|
declare module 'vue' {
|
|
290
292
|
interface GlobalComponents {
|
|
291
|
-
|
|
292
|
-
Th: DefineComponent<ThProps, ThSlots>;
|
|
293
|
-
Td: DefineComponent<TdProps, TdSlots>;
|
|
294
|
-
Tr: DefineComponent<TrProps>;
|
|
295
|
-
TBody: DefineComponent<TBodyProps>;
|
|
296
|
-
THead: DefineComponent<THeadProps>;
|
|
297
|
-
TFoot: DefineComponent<TFootProps>;
|
|
293
|
+
Chip: DefineComponent<ChipProps, ChipSlots, ChipEmits>;
|
|
298
294
|
}
|
|
299
295
|
}
|
|
300
296
|
|
|
301
297
|
|
|
302
298
|
declare module 'vue' {
|
|
303
299
|
interface GlobalComponents {
|
|
304
|
-
|
|
300
|
+
InputGroup: DefineComponent<InputGroupProps>;
|
|
305
301
|
}
|
|
306
302
|
}
|
|
307
303
|
|
|
308
304
|
|
|
309
305
|
declare module 'vue' {
|
|
310
306
|
interface GlobalComponents {
|
|
311
|
-
|
|
307
|
+
Upload: DefineComponent<UploadProps, UploadSlots, UploadEmits>;
|
|
308
|
+
UploadList: DefineComponent<UploadProps, UploadSlots, UploadEmits>;
|
|
309
|
+
UploadTrigger: DefineComponent<Record<string, any>, Record<string, any>, UploadTriggerEmits>;
|
|
312
310
|
}
|
|
313
311
|
}
|
|
314
312
|
|
|
315
313
|
|
|
316
314
|
declare module 'vue' {
|
|
317
315
|
interface GlobalComponents {
|
|
318
|
-
|
|
316
|
+
ButtonGroup: DefineComponent<ButtonGroupProps>;
|
|
319
317
|
}
|
|
320
318
|
}
|
|
321
319
|
|
|
322
320
|
|
|
323
321
|
declare module 'vue' {
|
|
324
322
|
interface GlobalComponents {
|
|
325
|
-
|
|
323
|
+
FormValidation: DefineComponent<FormValidationProps>;
|
|
326
324
|
}
|
|
327
325
|
}
|
|
328
326
|
|
|
329
327
|
|
|
330
328
|
declare module 'vue' {
|
|
331
329
|
interface GlobalComponents {
|
|
332
|
-
|
|
330
|
+
Link: DefineComponent<LinkProps, LinkSlots, LinkEmits>;
|
|
333
331
|
}
|
|
334
332
|
}
|
|
335
333
|
|
|
336
334
|
|
|
337
|
-
/**
|
|
338
|
-
* Global component declaration for TypeScript support
|
|
339
|
-
* Enables <Tooltip> usage in templates without explicit import
|
|
340
|
-
*/
|
|
341
335
|
declare module 'vue' {
|
|
342
336
|
interface GlobalComponents {
|
|
343
|
-
|
|
344
|
-
|
|
337
|
+
Tree: DefineComponent<TreeProps, TreeSlots, TreeEmits>;
|
|
338
|
+
TreeNode: DefineComponent<TreeNodeProps, TreeNodeSlots>;
|
|
345
339
|
}
|
|
346
340
|
}
|
|
347
341
|
|
|
348
342
|
|
|
349
343
|
declare module 'vue' {
|
|
350
344
|
interface GlobalComponents {
|
|
351
|
-
|
|
345
|
+
Menu: DefineComponent<MenuProps, MenuSlots, MenuEmits>;
|
|
346
|
+
MenuItemWrapper: DefineComponent<MenuItemWrapperProps, SubMenuSlots>;
|
|
352
347
|
}
|
|
353
348
|
}
|
|
354
349
|
|
|
355
350
|
|
|
356
351
|
declare module 'vue' {
|
|
357
352
|
interface GlobalComponents {
|
|
358
|
-
|
|
359
|
-
TabList: DefineComponent<TabListProps, TabListSlots>;
|
|
360
|
-
TabTrigger: DefineComponent<TabTriggerProps, TabTriggerSlots>;
|
|
361
|
-
TabContent: DefineComponent;
|
|
353
|
+
ChipGroup: DefineComponent<ChipGroupProps, ChipGroupSlots, ChipGroupEmits>;
|
|
362
354
|
}
|
|
363
355
|
}
|
|
364
356
|
|
|
365
357
|
|
|
366
358
|
declare module 'vue' {
|
|
367
359
|
interface GlobalComponents {
|
|
368
|
-
|
|
360
|
+
Button: DefineComponent<ButtonProps, ButtonSlots>;
|
|
369
361
|
}
|
|
370
362
|
}
|
|
371
363
|
|
|
372
364
|
|
|
373
365
|
declare module 'vue' {
|
|
374
366
|
interface GlobalComponents {
|
|
375
|
-
|
|
367
|
+
Banner: DefineComponent<BannerProps, BannerSlots, BannerEmits>;
|
|
376
368
|
}
|
|
377
369
|
}
|
|
378
370
|
|
|
379
371
|
|
|
380
372
|
declare module 'vue' {
|
|
381
373
|
interface GlobalComponents {
|
|
382
|
-
|
|
374
|
+
RadioGroup: DefineComponent<RadioGroupProps, Record<string, any>, RadioGroupEmits>;
|
|
375
|
+
RadioGroupItem: DefineComponent<RadioGroupItemProps, RadioGroupSlots, RadioGroupItemEmits>;
|
|
383
376
|
}
|
|
384
377
|
}
|
|
385
378
|
|
|
386
379
|
|
|
387
380
|
declare module 'vue' {
|
|
388
381
|
interface GlobalComponents {
|
|
389
|
-
|
|
382
|
+
Blanket: DefineComponent<BlanketProps>;
|
|
390
383
|
}
|
|
391
384
|
}
|
|
392
385
|
|
|
393
386
|
|
|
394
387
|
declare module 'vue' {
|
|
395
388
|
interface GlobalComponents {
|
|
396
|
-
|
|
389
|
+
Divider: DefineComponent<DividerProps>;
|
|
397
390
|
}
|
|
398
391
|
}
|
|
399
392
|
|
|
400
393
|
|
|
401
394
|
declare module 'vue' {
|
|
402
395
|
interface GlobalComponents {
|
|
403
|
-
|
|
396
|
+
AvatarGroup: DefineComponent<AvatarGroupProps, AvatarGroupSlots>;
|
|
404
397
|
}
|
|
405
398
|
}
|
|
406
399
|
|
|
407
400
|
|
|
408
401
|
declare module 'vue' {
|
|
409
402
|
interface GlobalComponents {
|
|
410
|
-
|
|
411
|
-
UploadList: DefineComponent<UploadProps, UploadSlots, UploadEmits>;
|
|
412
|
-
UploadTrigger: DefineComponent<Record<string, any>, Record<string, any>, UploadTriggerEmits>;
|
|
403
|
+
ActionButton: DefineComponent<ActionButtonProps, ActionButtonSlots>;
|
|
413
404
|
}
|
|
414
405
|
}
|
|
415
406
|
|
|
416
407
|
|
|
417
408
|
declare module 'vue' {
|
|
418
409
|
interface GlobalComponents {
|
|
419
|
-
|
|
410
|
+
Textarea: DefineComponent<TextareaProps, Record<string, any>, TextareaEmits>;
|
|
420
411
|
}
|
|
421
412
|
}
|
|
422
413
|
|
|
423
414
|
|
|
424
415
|
declare module 'vue' {
|
|
425
416
|
interface GlobalComponents {
|
|
426
|
-
|
|
417
|
+
Card: DefineComponent<CardProps, CardSlots>;
|
|
427
418
|
}
|
|
428
419
|
}
|
|
429
420
|
|
|
430
421
|
|
|
431
422
|
declare module 'vue' {
|
|
432
423
|
interface GlobalComponents {
|
|
433
|
-
|
|
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
|
-
TreeNode: DefineComponent<TreeNodeProps, TreeNodeSlots>;
|
|
431
|
+
Breadcrumb: DefineComponent<BreadcrumbProps, BreadcrumbSlots, BreadcrumbEmits>;
|
|
442
432
|
}
|
|
443
433
|
}
|
|
444
434
|
|
|
445
435
|
|
|
446
436
|
declare module 'vue' {
|
|
447
437
|
interface GlobalComponents {
|
|
448
|
-
|
|
438
|
+
Combobox: DefineComponent<ComboboxProps, ComboboxSlots, ComboboxEmits>;
|
|
439
|
+
ComboboxInput: DefineComponent<ComboboxInputProps>;
|
|
440
|
+
ComboboxOption: DefineComponent;
|
|
449
441
|
}
|
|
450
442
|
}
|
|
451
443
|
|
|
452
444
|
|
|
453
445
|
declare module 'vue' {
|
|
454
446
|
interface GlobalComponents {
|
|
455
|
-
|
|
456
|
-
DrawerTitle: DefineComponent<DrawerTitleProps, DrawerTitleSlots>;
|
|
447
|
+
ColorTrigger: DefineComponent<ColorTriggerProps, ColorTriggerSlots>;
|
|
457
448
|
}
|
|
458
449
|
}
|
|
459
450
|
|
|
460
451
|
|
|
461
452
|
declare module 'vue' {
|
|
462
453
|
interface GlobalComponents {
|
|
463
|
-
|
|
454
|
+
Rate: DefineComponent<RateProps, RateSlots, RateEmits>;
|
|
464
455
|
}
|
|
465
456
|
}
|
|
466
457
|
|
|
467
458
|
|
|
468
459
|
declare module 'vue' {
|
|
469
460
|
interface GlobalComponents {
|
|
470
|
-
|
|
461
|
+
Tabs: DefineComponent<TabsProps, Record<string, any>, TabsEmits>;
|
|
462
|
+
TabList: DefineComponent<TabListProps, TabListSlots>;
|
|
463
|
+
TabTrigger: DefineComponent<TabTriggerProps, TabTriggerSlots>;
|
|
464
|
+
TabContent: DefineComponent;
|
|
471
465
|
}
|
|
472
466
|
}
|
|
473
467
|
|
|
474
468
|
|
|
475
469
|
declare module 'vue' {
|
|
476
470
|
interface GlobalComponents {
|
|
477
|
-
|
|
471
|
+
Skeleton: DefineComponent<SkeletonProps>;
|
|
478
472
|
}
|
|
479
473
|
}
|
|
480
474
|
|
|
481
475
|
|
|
482
476
|
declare module 'vue' {
|
|
483
477
|
interface GlobalComponents {
|
|
484
|
-
|
|
485
|
-
ModalTitle: DefineComponent<ModalTitleProps, ModalTitleSlots>;
|
|
478
|
+
Switch: DefineComponent<SwitchProps, SwitchSlots, SwitchEmits>;
|
|
486
479
|
}
|
|
487
480
|
}
|
|
488
481
|
|
|
489
482
|
|
|
490
483
|
declare module 'vue' {
|
|
491
484
|
interface GlobalComponents {
|
|
492
|
-
|
|
485
|
+
Toast: DefineComponent<ToastProps, ToastSlots, ToastEmits>;
|
|
493
486
|
}
|
|
494
487
|
}
|
|
495
488
|
|
|
496
489
|
|
|
497
490
|
declare module 'vue' {
|
|
498
491
|
interface GlobalComponents {
|
|
499
|
-
|
|
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>;
|
|
500
499
|
}
|
|
501
500
|
}
|
|
502
501
|
|
|
503
502
|
|
|
504
503
|
declare module 'vue' {
|
|
505
504
|
interface GlobalComponents {
|
|
506
|
-
|
|
507
|
-
RadioGroupItem: DefineComponent<RadioGroupItemProps, RadioGroupSlots, RadioGroupItemEmits>;
|
|
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
|
|
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",
|
|
@@ -26,8 +26,8 @@
|
|
|
26
26
|
"email": "sedmedgh@gmail.com"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@pantograph/sortable": ">=2.2.
|
|
30
|
-
"@pantograph/styles": ">=0.0.
|
|
29
|
+
"@pantograph/sortable": ">=2.2.4",
|
|
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",
|