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