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