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