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