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