@pantograph/vue 0.34.26 → 0.34.27
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 +89 -89
- package/dist/nuxt.d.ts +89 -89
- package/dist/resolver.d.ts +89 -89
- package/dist/use/index.js +4 -4
- package/dist/use/index.umd.cjs +2 -2
- package/dist/use.d.ts +89 -89
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -17156,248 +17156,259 @@ declare module 'vue' {
|
|
|
17156
17156
|
|
|
17157
17157
|
declare module 'vue' {
|
|
17158
17158
|
interface GlobalComponents {
|
|
17159
|
-
|
|
17159
|
+
Avatar: DefineComponent<AvatarProps, AvatarSlots, AvatarEmits>;
|
|
17160
17160
|
}
|
|
17161
17161
|
}
|
|
17162
17162
|
|
|
17163
17163
|
|
|
17164
17164
|
declare module 'vue' {
|
|
17165
17165
|
interface GlobalComponents {
|
|
17166
|
-
|
|
17166
|
+
Card: DefineComponent<CardProps, CardSlots>;
|
|
17167
17167
|
}
|
|
17168
17168
|
}
|
|
17169
17169
|
|
|
17170
17170
|
|
|
17171
17171
|
declare module 'vue' {
|
|
17172
17172
|
interface GlobalComponents {
|
|
17173
|
-
|
|
17173
|
+
Image: DefineComponent<ImageProps, ImageSlots>;
|
|
17174
17174
|
}
|
|
17175
17175
|
}
|
|
17176
17176
|
|
|
17177
17177
|
|
|
17178
17178
|
declare module 'vue' {
|
|
17179
17179
|
interface GlobalComponents {
|
|
17180
|
-
|
|
17180
|
+
Button: DefineComponent<ButtonProps, ButtonSlots>;
|
|
17181
17181
|
}
|
|
17182
17182
|
}
|
|
17183
17183
|
|
|
17184
17184
|
|
|
17185
17185
|
declare module 'vue' {
|
|
17186
17186
|
interface GlobalComponents {
|
|
17187
|
-
|
|
17187
|
+
GraphicalObject: DefineComponent<GraphicalObjectProps, GraphicalObjectSlots>;
|
|
17188
17188
|
}
|
|
17189
17189
|
}
|
|
17190
17190
|
|
|
17191
17191
|
|
|
17192
17192
|
declare module 'vue' {
|
|
17193
17193
|
interface GlobalComponents {
|
|
17194
|
-
|
|
17194
|
+
Chip: DefineComponent<ChipProps, ChipSlots, ChipEmits>;
|
|
17195
17195
|
}
|
|
17196
17196
|
}
|
|
17197
17197
|
|
|
17198
17198
|
|
|
17199
17199
|
declare module 'vue' {
|
|
17200
17200
|
interface GlobalComponents {
|
|
17201
|
-
|
|
17201
|
+
ColorTrigger: DefineComponent<ColorTriggerProps, ColorTriggerSlots>;
|
|
17202
17202
|
}
|
|
17203
17203
|
}
|
|
17204
17204
|
|
|
17205
17205
|
|
|
17206
17206
|
declare module 'vue' {
|
|
17207
17207
|
interface GlobalComponents {
|
|
17208
|
-
|
|
17208
|
+
Empty: DefineComponent<EmptyProps, EmptySlots>;
|
|
17209
17209
|
}
|
|
17210
17210
|
}
|
|
17211
17211
|
|
|
17212
17212
|
|
|
17213
17213
|
declare module 'vue' {
|
|
17214
17214
|
interface GlobalComponents {
|
|
17215
|
-
|
|
17215
|
+
Alert: DefineComponent<AlertProps, AlertSlots, AlertEmits>;
|
|
17216
17216
|
}
|
|
17217
17217
|
}
|
|
17218
17218
|
|
|
17219
17219
|
|
|
17220
17220
|
declare module 'vue' {
|
|
17221
17221
|
interface GlobalComponents {
|
|
17222
|
-
|
|
17222
|
+
ColorSwatch: DefineComponent<ColorSwatchProps, ColorSwatchSlots, undefined>;
|
|
17223
17223
|
}
|
|
17224
17224
|
}
|
|
17225
17225
|
|
|
17226
17226
|
|
|
17227
17227
|
declare module 'vue' {
|
|
17228
17228
|
interface GlobalComponents {
|
|
17229
|
-
|
|
17230
|
-
RadioGroupItem: DefineComponent<RadioGroupItemProps, RadioGroupSlots, RadioGroupItemEmits>;
|
|
17229
|
+
Breadcrumb: DefineComponent<BreadcrumbProps, BreadcrumbSlots, BreadcrumbEmits>;
|
|
17231
17230
|
}
|
|
17232
17231
|
}
|
|
17233
17232
|
|
|
17234
17233
|
|
|
17235
17234
|
declare module 'vue' {
|
|
17236
17235
|
interface GlobalComponents {
|
|
17237
|
-
|
|
17236
|
+
Steps: DefineComponent<StepsProps, StepsSlots, StepsEmits>;
|
|
17237
|
+
Step: DefineComponent<StepItemProps, StepItemSlots>;
|
|
17238
17238
|
}
|
|
17239
17239
|
}
|
|
17240
17240
|
|
|
17241
17241
|
|
|
17242
17242
|
declare module 'vue' {
|
|
17243
17243
|
interface GlobalComponents {
|
|
17244
|
-
|
|
17245
|
-
MenuItemWrapper: DefineComponent<MenuItemWrapperProps, SubMenuSlots>;
|
|
17244
|
+
SubMenu: DefineComponent<SubMenuProps, SubMenuSlots>;
|
|
17246
17245
|
}
|
|
17247
17246
|
}
|
|
17248
17247
|
|
|
17249
17248
|
|
|
17250
17249
|
declare module 'vue' {
|
|
17251
17250
|
interface GlobalComponents {
|
|
17252
|
-
|
|
17251
|
+
InputNumber: DefineComponent<InputNumberProps, InputNumberSlots, InputNumberEmits>;
|
|
17253
17252
|
}
|
|
17254
17253
|
}
|
|
17255
17254
|
|
|
17256
17255
|
|
|
17257
17256
|
declare module 'vue' {
|
|
17258
17257
|
interface GlobalComponents {
|
|
17259
|
-
|
|
17258
|
+
Banner: DefineComponent<BannerProps, BannerSlots, BannerEmits>;
|
|
17260
17259
|
}
|
|
17261
17260
|
}
|
|
17262
17261
|
|
|
17263
17262
|
|
|
17264
17263
|
declare module 'vue' {
|
|
17265
17264
|
interface GlobalComponents {
|
|
17266
|
-
|
|
17265
|
+
IndentLevel: DefineComponent<IndentLevelProps>;
|
|
17267
17266
|
}
|
|
17268
17267
|
}
|
|
17269
17268
|
|
|
17270
17269
|
|
|
17271
17270
|
declare module 'vue' {
|
|
17272
17271
|
interface GlobalComponents {
|
|
17273
|
-
|
|
17272
|
+
AlertDialog: DefineComponent<AlertDialogProps, AlertDialogSlots, AlertDialogEmits>;
|
|
17274
17273
|
}
|
|
17275
17274
|
}
|
|
17276
17275
|
|
|
17277
17276
|
|
|
17278
17277
|
declare module 'vue' {
|
|
17279
17278
|
interface GlobalComponents {
|
|
17280
|
-
|
|
17279
|
+
FloatButton: DefineComponent<FloatButtonProps, FloatButtonSlots>;
|
|
17281
17280
|
}
|
|
17282
17281
|
}
|
|
17283
17282
|
|
|
17284
17283
|
|
|
17285
17284
|
declare module 'vue' {
|
|
17286
17285
|
interface GlobalComponents {
|
|
17287
|
-
|
|
17286
|
+
ColorSwatchGroup: DefineComponent<ColorSwatchGroupProps, ColorSwatchGroupSlots, ColorSwatchGroupEmits>;
|
|
17288
17287
|
}
|
|
17289
17288
|
}
|
|
17290
17289
|
|
|
17291
17290
|
|
|
17292
17291
|
declare module 'vue' {
|
|
17293
17292
|
interface GlobalComponents {
|
|
17294
|
-
|
|
17293
|
+
Dialog: DefineComponent<DialogProps, DialogSlots, DialogEmits>;
|
|
17294
|
+
DialogTitle: DefineComponent<DialogTitleProps, DialogTitleSlots>;
|
|
17295
17295
|
}
|
|
17296
17296
|
}
|
|
17297
17297
|
|
|
17298
17298
|
|
|
17299
17299
|
declare module 'vue' {
|
|
17300
17300
|
interface GlobalComponents {
|
|
17301
|
-
|
|
17301
|
+
Table: DefineComponent<TableProps, Record<string, any>, Record<string, any>>;
|
|
17302
|
+
Th: DefineComponent<ThProps, ThSlots>;
|
|
17303
|
+
Td: DefineComponent<TdProps, TdSlots>;
|
|
17304
|
+
Tr: DefineComponent<TrProps>;
|
|
17305
|
+
TBody: DefineComponent<TBodyProps>;
|
|
17306
|
+
THead: DefineComponent<THeadProps>;
|
|
17307
|
+
TFoot: DefineComponent<TFootProps>;
|
|
17302
17308
|
}
|
|
17303
17309
|
}
|
|
17304
17310
|
|
|
17305
17311
|
|
|
17306
17312
|
declare module 'vue' {
|
|
17307
17313
|
interface GlobalComponents {
|
|
17308
|
-
|
|
17314
|
+
Stepper: DefineComponent<StepperProps, undefined, StepperEmits>;
|
|
17309
17315
|
}
|
|
17310
17316
|
}
|
|
17311
17317
|
|
|
17312
17318
|
|
|
17313
17319
|
declare module 'vue' {
|
|
17314
17320
|
interface GlobalComponents {
|
|
17315
|
-
|
|
17321
|
+
RadioGroup: DefineComponent<RadioGroupProps, Record<string, any>, RadioGroupEmits>;
|
|
17322
|
+
RadioGroupItem: DefineComponent<RadioGroupItemProps, RadioGroupSlots, RadioGroupItemEmits>;
|
|
17316
17323
|
}
|
|
17317
17324
|
}
|
|
17318
17325
|
|
|
17319
17326
|
|
|
17320
17327
|
declare module 'vue' {
|
|
17321
17328
|
interface GlobalComponents {
|
|
17322
|
-
|
|
17329
|
+
PinInput: DefineComponent<PinInputProps, undefined, PinInputEmits>;
|
|
17323
17330
|
}
|
|
17324
17331
|
}
|
|
17325
17332
|
|
|
17326
17333
|
|
|
17327
17334
|
declare module 'vue' {
|
|
17328
17335
|
interface GlobalComponents {
|
|
17329
|
-
|
|
17336
|
+
Checkbox: DefineComponent<CheckboxProps, CheckboxSlots, CheckboxEmits>;
|
|
17330
17337
|
}
|
|
17331
17338
|
}
|
|
17332
17339
|
|
|
17333
17340
|
|
|
17334
17341
|
declare module 'vue' {
|
|
17335
17342
|
interface GlobalComponents {
|
|
17336
|
-
|
|
17343
|
+
ConfigProvider: DefineComponent<ConfigProviderProps, ConfigProviderSlots>;
|
|
17337
17344
|
}
|
|
17338
17345
|
}
|
|
17339
17346
|
|
|
17340
17347
|
|
|
17341
17348
|
declare module 'vue' {
|
|
17342
17349
|
interface GlobalComponents {
|
|
17343
|
-
|
|
17344
|
-
DrawerTitle: DefineComponent<DrawerTitleProps, DrawerTitleSlots>;
|
|
17350
|
+
Skeleton: DefineComponent<SkeletonProps>;
|
|
17345
17351
|
}
|
|
17346
17352
|
}
|
|
17347
17353
|
|
|
17348
17354
|
|
|
17349
17355
|
declare module 'vue' {
|
|
17350
17356
|
interface GlobalComponents {
|
|
17351
|
-
|
|
17357
|
+
ActionButton: DefineComponent<ActionButtonProps, ActionButtonSlots>;
|
|
17352
17358
|
}
|
|
17353
17359
|
}
|
|
17354
17360
|
|
|
17355
17361
|
|
|
17356
17362
|
declare module 'vue' {
|
|
17357
17363
|
interface GlobalComponents {
|
|
17358
|
-
|
|
17364
|
+
Tabs: DefineComponent<TabsProps, Record<string, any>, TabsEmits>;
|
|
17365
|
+
TabList: DefineComponent<TabListProps, TabListSlots>;
|
|
17366
|
+
TabTrigger: DefineComponent<TabTriggerProps, TabTriggerSlots>;
|
|
17367
|
+
TabContent: DefineComponent;
|
|
17359
17368
|
}
|
|
17360
17369
|
}
|
|
17361
17370
|
|
|
17362
17371
|
|
|
17363
17372
|
declare module 'vue' {
|
|
17364
17373
|
interface GlobalComponents {
|
|
17365
|
-
|
|
17374
|
+
Combobox: DefineComponent<ComboboxProps, ComboboxSlots, ComboboxEmits>;
|
|
17375
|
+
ComboboxInput: DefineComponent<ComboboxInputProps>;
|
|
17376
|
+
ComboboxOption: DefineComponent;
|
|
17366
17377
|
}
|
|
17367
17378
|
}
|
|
17368
17379
|
|
|
17369
17380
|
|
|
17370
17381
|
declare module 'vue' {
|
|
17371
17382
|
interface GlobalComponents {
|
|
17372
|
-
|
|
17383
|
+
Shortcut: DefineComponent<ShortcutProps, ShortcutSlots>;
|
|
17373
17384
|
}
|
|
17374
17385
|
}
|
|
17375
17386
|
|
|
17376
17387
|
|
|
17377
17388
|
declare module 'vue' {
|
|
17378
17389
|
interface GlobalComponents {
|
|
17379
|
-
|
|
17390
|
+
Divider: DefineComponent<DividerProps>;
|
|
17380
17391
|
}
|
|
17381
17392
|
}
|
|
17382
17393
|
|
|
17383
17394
|
|
|
17384
17395
|
declare module 'vue' {
|
|
17385
17396
|
interface GlobalComponents {
|
|
17386
|
-
|
|
17397
|
+
IconButton: DefineComponent<IconButtonProps, IconButtonSlots>;
|
|
17387
17398
|
}
|
|
17388
17399
|
}
|
|
17389
17400
|
|
|
17390
17401
|
|
|
17391
17402
|
declare module 'vue' {
|
|
17392
17403
|
interface GlobalComponents {
|
|
17393
|
-
|
|
17404
|
+
Blanket: DefineComponent<BlanketProps>;
|
|
17394
17405
|
}
|
|
17395
17406
|
}
|
|
17396
17407
|
|
|
17397
17408
|
|
|
17398
17409
|
declare module 'vue' {
|
|
17399
17410
|
interface GlobalComponents {
|
|
17400
|
-
|
|
17411
|
+
HoverCard: DefineComponent<HoverCardProps, HoverCardSlots, HoverCardEmits>;
|
|
17401
17412
|
}
|
|
17402
17413
|
}
|
|
17403
17414
|
|
|
@@ -17413,124 +17424,116 @@ declare module 'vue' {
|
|
|
17413
17424
|
|
|
17414
17425
|
declare module 'vue' {
|
|
17415
17426
|
interface GlobalComponents {
|
|
17416
|
-
|
|
17427
|
+
Badge: DefineComponent<BadgeProps, BadgeSlots>;
|
|
17417
17428
|
}
|
|
17418
17429
|
}
|
|
17419
17430
|
|
|
17420
17431
|
|
|
17421
17432
|
declare module 'vue' {
|
|
17422
17433
|
interface GlobalComponents {
|
|
17423
|
-
|
|
17424
|
-
UploadList: DefineComponent<UploadProps, UploadSlots, UploadEmits>;
|
|
17425
|
-
UploadTrigger: DefineComponent<Record<string, any>, Record<string, any>, UploadTriggerEmits>;
|
|
17434
|
+
FormValidation: DefineComponent<FormValidationProps>;
|
|
17426
17435
|
}
|
|
17427
17436
|
}
|
|
17428
17437
|
|
|
17429
17438
|
|
|
17430
17439
|
declare module 'vue' {
|
|
17431
17440
|
interface GlobalComponents {
|
|
17432
|
-
|
|
17441
|
+
Upload: DefineComponent<UploadProps, UploadSlots, UploadEmits>;
|
|
17442
|
+
UploadList: DefineComponent<UploadProps, UploadSlots, UploadEmits>;
|
|
17443
|
+
UploadTrigger: DefineComponent<Record<string, any>, Record<string, any>, UploadTriggerEmits>;
|
|
17433
17444
|
}
|
|
17434
17445
|
}
|
|
17435
17446
|
|
|
17436
17447
|
|
|
17437
17448
|
declare module 'vue' {
|
|
17438
17449
|
interface GlobalComponents {
|
|
17439
|
-
|
|
17450
|
+
Pagination: DefineComponent<PaginationProps, Record<string, any>, PaginationEmits>;
|
|
17440
17451
|
}
|
|
17441
17452
|
}
|
|
17442
17453
|
|
|
17443
17454
|
|
|
17444
17455
|
declare module 'vue' {
|
|
17445
17456
|
interface GlobalComponents {
|
|
17446
|
-
|
|
17447
|
-
DialogTitle: DefineComponent<DialogTitleProps, DialogTitleSlots>;
|
|
17457
|
+
ButtonGroup: DefineComponent<ButtonGroupProps>;
|
|
17448
17458
|
}
|
|
17449
17459
|
}
|
|
17450
17460
|
|
|
17451
17461
|
|
|
17452
17462
|
declare module 'vue' {
|
|
17453
17463
|
interface GlobalComponents {
|
|
17454
|
-
|
|
17464
|
+
ColorPicker: DefineComponent<ColorPickerProps, undefined, ColorPickerEmits>;
|
|
17455
17465
|
}
|
|
17456
17466
|
}
|
|
17457
17467
|
|
|
17458
17468
|
|
|
17459
17469
|
declare module 'vue' {
|
|
17460
17470
|
interface GlobalComponents {
|
|
17461
|
-
|
|
17471
|
+
Label: DefineComponent<LabelProps, LabelSlots>;
|
|
17462
17472
|
}
|
|
17463
17473
|
}
|
|
17464
17474
|
|
|
17465
17475
|
|
|
17466
17476
|
declare module 'vue' {
|
|
17467
17477
|
interface GlobalComponents {
|
|
17468
|
-
|
|
17469
|
-
TabList: DefineComponent<TabListProps, TabListSlots>;
|
|
17470
|
-
TabTrigger: DefineComponent<TabTriggerProps, TabTriggerSlots>;
|
|
17471
|
-
TabContent: DefineComponent;
|
|
17478
|
+
Rate: DefineComponent<RateProps, RateSlots, RateEmits>;
|
|
17472
17479
|
}
|
|
17473
17480
|
}
|
|
17474
17481
|
|
|
17475
17482
|
|
|
17476
17483
|
declare module 'vue' {
|
|
17477
17484
|
interface GlobalComponents {
|
|
17478
|
-
|
|
17479
|
-
Th: DefineComponent<ThProps, ThSlots>;
|
|
17480
|
-
Td: DefineComponent<TdProps, TdSlots>;
|
|
17481
|
-
Tr: DefineComponent<TrProps>;
|
|
17482
|
-
TBody: DefineComponent<TBodyProps>;
|
|
17483
|
-
THead: DefineComponent<THeadProps>;
|
|
17484
|
-
TFoot: DefineComponent<TFootProps>;
|
|
17485
|
+
ChipGroup: DefineComponent<ChipGroupProps, ChipGroupSlots, ChipGroupEmits>;
|
|
17485
17486
|
}
|
|
17486
17487
|
}
|
|
17487
17488
|
|
|
17488
17489
|
|
|
17489
17490
|
declare module 'vue' {
|
|
17490
17491
|
interface GlobalComponents {
|
|
17491
|
-
|
|
17492
|
+
Drawer: DefineComponent<DrawerProps, DrawerSlots, DrawerEmits>;
|
|
17493
|
+
DrawerTitle: DefineComponent<DrawerTitleProps, DrawerTitleSlots>;
|
|
17492
17494
|
}
|
|
17493
17495
|
}
|
|
17494
17496
|
|
|
17495
17497
|
|
|
17496
17498
|
declare module 'vue' {
|
|
17497
17499
|
interface GlobalComponents {
|
|
17498
|
-
|
|
17500
|
+
Switch: DefineComponent<SwitchProps, SwitchSlots, SwitchEmits>;
|
|
17499
17501
|
}
|
|
17500
17502
|
}
|
|
17501
17503
|
|
|
17502
17504
|
|
|
17503
17505
|
declare module 'vue' {
|
|
17504
17506
|
interface GlobalComponents {
|
|
17505
|
-
|
|
17507
|
+
CheckboxGroup: DefineComponent<CheckboxGroupProps, Record<string, any>, CheckboxGroupEmits>;
|
|
17506
17508
|
}
|
|
17507
17509
|
}
|
|
17508
17510
|
|
|
17509
17511
|
|
|
17510
17512
|
declare module 'vue' {
|
|
17511
17513
|
interface GlobalComponents {
|
|
17512
|
-
|
|
17514
|
+
MenuItem: DefineComponent<MenuItemProps, MenuItemSlots>;
|
|
17513
17515
|
}
|
|
17514
17516
|
}
|
|
17515
17517
|
|
|
17516
17518
|
|
|
17517
17519
|
declare module 'vue' {
|
|
17518
17520
|
interface GlobalComponents {
|
|
17519
|
-
|
|
17521
|
+
Toast: DefineComponent<ToastProps, ToastSlots, ToastEmits>;
|
|
17520
17522
|
}
|
|
17521
17523
|
}
|
|
17522
17524
|
|
|
17523
17525
|
|
|
17524
17526
|
declare module 'vue' {
|
|
17525
17527
|
interface GlobalComponents {
|
|
17526
|
-
|
|
17528
|
+
DropZone: DefineComponent<DropZoneProps, DropZoneSlots, DropZoneEmits>;
|
|
17527
17529
|
}
|
|
17528
17530
|
}
|
|
17529
17531
|
|
|
17530
17532
|
|
|
17531
17533
|
declare module 'vue' {
|
|
17532
17534
|
interface GlobalComponents {
|
|
17533
|
-
|
|
17535
|
+
Modal: DefineComponent<ModalProps, ModalSlots, ModalEmits>;
|
|
17536
|
+
ModalTitle: DefineComponent<ModalTitleProps, ModalTitleSlots>;
|
|
17534
17537
|
}
|
|
17535
17538
|
}
|
|
17536
17539
|
|
|
@@ -17544,100 +17547,97 @@ declare module 'vue' {
|
|
|
17544
17547
|
|
|
17545
17548
|
declare module 'vue' {
|
|
17546
17549
|
interface GlobalComponents {
|
|
17547
|
-
|
|
17550
|
+
Link: DefineComponent<LinkProps, LinkSlots, LinkEmits>;
|
|
17548
17551
|
}
|
|
17549
17552
|
}
|
|
17550
17553
|
|
|
17551
17554
|
|
|
17552
17555
|
declare module 'vue' {
|
|
17553
17556
|
interface GlobalComponents {
|
|
17554
|
-
|
|
17555
|
-
Step: DefineComponent<StepItemProps, StepItemSlots>;
|
|
17557
|
+
Input: DefineComponent<InputProps, InputSlots, InputEmits>;
|
|
17556
17558
|
}
|
|
17557
17559
|
}
|
|
17558
17560
|
|
|
17559
17561
|
|
|
17562
|
+
/**
|
|
17563
|
+
* Global component declaration for TypeScript support
|
|
17564
|
+
* Enables <Tooltip> usage in templates without explicit import
|
|
17565
|
+
*/
|
|
17560
17566
|
declare module 'vue' {
|
|
17561
17567
|
interface GlobalComponents {
|
|
17562
|
-
|
|
17563
|
-
|
|
17564
|
-
ComboboxOption: DefineComponent;
|
|
17568
|
+
Tooltip: DefineComponent<TooltipProps, TooltipSlots>;
|
|
17569
|
+
TooltipProvider: DefineComponent<TooltipProviderProps>;
|
|
17565
17570
|
}
|
|
17566
17571
|
}
|
|
17567
17572
|
|
|
17568
17573
|
|
|
17569
17574
|
declare module 'vue' {
|
|
17570
17575
|
interface GlobalComponents {
|
|
17571
|
-
|
|
17576
|
+
Textarea: DefineComponent<TextareaProps, Record<string, any>, TextareaEmits>;
|
|
17572
17577
|
}
|
|
17573
17578
|
}
|
|
17574
17579
|
|
|
17575
17580
|
|
|
17576
17581
|
declare module 'vue' {
|
|
17577
17582
|
interface GlobalComponents {
|
|
17578
|
-
|
|
17583
|
+
Icon: DefineComponent<IconProps>;
|
|
17579
17584
|
}
|
|
17580
17585
|
}
|
|
17581
17586
|
|
|
17582
17587
|
|
|
17583
17588
|
declare module 'vue' {
|
|
17584
17589
|
interface GlobalComponents {
|
|
17585
|
-
|
|
17590
|
+
Popover: DefineComponent<PopoverProps, PopoverSlots, PopoverEmits>;
|
|
17586
17591
|
}
|
|
17587
17592
|
}
|
|
17588
17593
|
|
|
17589
17594
|
|
|
17590
17595
|
declare module 'vue' {
|
|
17591
17596
|
interface GlobalComponents {
|
|
17592
|
-
|
|
17597
|
+
InputGroup: DefineComponent<InputGroupProps>;
|
|
17593
17598
|
}
|
|
17594
17599
|
}
|
|
17595
17600
|
|
|
17596
17601
|
|
|
17597
17602
|
declare module 'vue' {
|
|
17598
17603
|
interface GlobalComponents {
|
|
17599
|
-
|
|
17604
|
+
PageIndicator: DefineComponent<PageIndicatorProps, PageIndicatorSlots, PageIndicatorEmits>;
|
|
17600
17605
|
}
|
|
17601
17606
|
}
|
|
17602
17607
|
|
|
17603
17608
|
|
|
17604
17609
|
declare module 'vue' {
|
|
17605
17610
|
interface GlobalComponents {
|
|
17606
|
-
|
|
17611
|
+
Indicator: DefineComponent<IndicatorProps>;
|
|
17607
17612
|
}
|
|
17608
17613
|
}
|
|
17609
17614
|
|
|
17610
17615
|
|
|
17611
|
-
/**
|
|
17612
|
-
* Global component declaration for TypeScript support
|
|
17613
|
-
* Enables <Tooltip> usage in templates without explicit import
|
|
17614
|
-
*/
|
|
17615
17616
|
declare module 'vue' {
|
|
17616
17617
|
interface GlobalComponents {
|
|
17617
|
-
|
|
17618
|
-
|
|
17618
|
+
Menu: DefineComponent<MenuProps, MenuSlots, MenuEmits>;
|
|
17619
|
+
MenuItemWrapper: DefineComponent<MenuItemWrapperProps, SubMenuSlots>;
|
|
17619
17620
|
}
|
|
17620
17621
|
}
|
|
17621
17622
|
|
|
17622
17623
|
|
|
17623
17624
|
declare module 'vue' {
|
|
17624
17625
|
interface GlobalComponents {
|
|
17625
|
-
|
|
17626
|
+
Kbd: DefineComponent<KbdProps, KbdSlots>;
|
|
17626
17627
|
}
|
|
17627
17628
|
}
|
|
17628
17629
|
|
|
17629
17630
|
|
|
17630
17631
|
declare module 'vue' {
|
|
17631
17632
|
interface GlobalComponents {
|
|
17632
|
-
|
|
17633
|
-
ModalTitle: DefineComponent<ModalTitleProps, ModalTitleSlots>;
|
|
17633
|
+
GraphicalObjectGroup: DefineComponent<GraphicalObjectGroupProps, GraphicalObjectGroupSlots>;
|
|
17634
17634
|
}
|
|
17635
17635
|
}
|
|
17636
17636
|
|
|
17637
17637
|
|
|
17638
17638
|
declare module 'vue' {
|
|
17639
17639
|
interface GlobalComponents {
|
|
17640
|
-
|
|
17640
|
+
Segmented: DefineComponent<SegmentedProps, SegmentedSlots, SegmentedEmits>;
|
|
17641
17641
|
}
|
|
17642
17642
|
}
|
|
17643
17643
|
|
|
@@ -17652,7 +17652,7 @@ declare module 'vue' {
|
|
|
17652
17652
|
|
|
17653
17653
|
declare module 'vue' {
|
|
17654
17654
|
interface GlobalComponents {
|
|
17655
|
-
|
|
17655
|
+
ScrollContainer: DefineComponent<ScrollContainerProps>;
|
|
17656
17656
|
}
|
|
17657
17657
|
}
|
|
17658
17658
|
|