@fastkit/vui 1.4.0-next.1 → 1.4.1
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/after-effects/spacing.scss +5 -15
- package/dist/vui.css +1304 -1306
- package/dist/vui.d.mts +27 -28
- package/dist/vui.mjs.map +1 -1
- package/package.json +27 -27
- package/src/components/VDataTable/VDataTable.tsx +1 -2
- package/src/components/VGrid/VGridContainer.tsx +1 -4
- package/src/components/VGrid/VGridItem.tsx +1 -12
- package/src/components/VGrid/schemes.ts +1 -3
package/dist/vui.d.mts
CHANGED
|
@@ -1260,10 +1260,10 @@ declare const VSnackbar: import("vue").DefineComponent<import("vue").ExtractProp
|
|
|
1260
1260
|
timeout: string | number;
|
|
1261
1261
|
navigationGuard: boolean | import("@fastkit/vue-stack").VStackNavigationGuard;
|
|
1262
1262
|
guardEffect: string | boolean;
|
|
1263
|
-
left: boolean;
|
|
1264
|
-
right: boolean;
|
|
1265
1263
|
top: boolean;
|
|
1266
1264
|
bottom: boolean;
|
|
1265
|
+
left: boolean;
|
|
1266
|
+
right: boolean;
|
|
1267
1267
|
}, import("@fastkit/vue-stack").MergeStackBaseSlots<import("vue").SlotsType<{}>>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1268
1268
|
//#endregion
|
|
1269
1269
|
//#region src/components/VMenu/VMenu.d.ts
|
|
@@ -2495,7 +2495,7 @@ declare const VBusyImage: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
2495
2495
|
'aria-colindex': PropType<(string | number) | undefined>;
|
|
2496
2496
|
'aria-colspan': PropType<(string | number) | undefined>;
|
|
2497
2497
|
'aria-controls': PropType<string | undefined>;
|
|
2498
|
-
'aria-current': PropType<"date" | "time" |
|
|
2498
|
+
'aria-current': PropType<"date" | "time" | "page" | "step" | "location" | (boolean | "true" | "false") | undefined>;
|
|
2499
2499
|
'aria-describedby': PropType<string | undefined>;
|
|
2500
2500
|
'aria-details': PropType<string | undefined>;
|
|
2501
2501
|
'aria-disabled': PropType<(boolean | "true" | "false") | undefined>;
|
|
@@ -2706,7 +2706,7 @@ declare const VBusyImage: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
2706
2706
|
'aria-colindex': PropType<(string | number) | undefined>;
|
|
2707
2707
|
'aria-colspan': PropType<(string | number) | undefined>;
|
|
2708
2708
|
'aria-controls': PropType<string | undefined>;
|
|
2709
|
-
'aria-current': PropType<"date" | "time" |
|
|
2709
|
+
'aria-current': PropType<"date" | "time" | "page" | "step" | "location" | (boolean | "true" | "false") | undefined>;
|
|
2710
2710
|
'aria-describedby': PropType<string | undefined>;
|
|
2711
2711
|
'aria-details': PropType<string | undefined>;
|
|
2712
2712
|
'aria-disabled': PropType<(boolean | "true" | "false") | undefined>;
|
|
@@ -3042,7 +3042,7 @@ declare function createAvatarProps(): {
|
|
|
3042
3042
|
custom: PropType<boolean>;
|
|
3043
3043
|
activeClass: PropType<string>;
|
|
3044
3044
|
exactActiveClass: PropType<string>;
|
|
3045
|
-
ariaCurrentValue: PropType<"date" | "time" | "
|
|
3045
|
+
ariaCurrentValue: PropType<"date" | "time" | "page" | "step" | "location" | "true" | "false">;
|
|
3046
3046
|
viewTransition: PropType<boolean>;
|
|
3047
3047
|
onDblclick: PropType<((payload: MouseEvent) => void) | undefined>;
|
|
3048
3048
|
onMousedown: PropType<((payload: MouseEvent) => void) | undefined>;
|
|
@@ -3113,7 +3113,7 @@ declare const VAvatar: import("vue").DefineComponent<import("vue").ExtractPropTy
|
|
|
3113
3113
|
custom: PropType<boolean>;
|
|
3114
3114
|
activeClass: PropType<string>;
|
|
3115
3115
|
exactActiveClass: PropType<string>;
|
|
3116
|
-
ariaCurrentValue: PropType<"date" | "time" | "
|
|
3116
|
+
ariaCurrentValue: PropType<"date" | "time" | "page" | "step" | "location" | "true" | "false">;
|
|
3117
3117
|
viewTransition: PropType<boolean>;
|
|
3118
3118
|
onDblclick: PropType<((payload: MouseEvent) => void) | undefined>;
|
|
3119
3119
|
onMousedown: PropType<((payload: MouseEvent) => void) | undefined>;
|
|
@@ -3185,7 +3185,7 @@ declare const VAvatar: import("vue").DefineComponent<import("vue").ExtractPropTy
|
|
|
3185
3185
|
custom: PropType<boolean>;
|
|
3186
3186
|
activeClass: PropType<string>;
|
|
3187
3187
|
exactActiveClass: PropType<string>;
|
|
3188
|
-
ariaCurrentValue: PropType<"date" | "time" | "
|
|
3188
|
+
ariaCurrentValue: PropType<"date" | "time" | "page" | "step" | "location" | "true" | "false">;
|
|
3189
3189
|
viewTransition: PropType<boolean>;
|
|
3190
3190
|
onDblclick: PropType<((payload: MouseEvent) => void) | undefined>;
|
|
3191
3191
|
onMousedown: PropType<((payload: MouseEvent) => void) | undefined>;
|
|
@@ -3267,7 +3267,7 @@ declare function createChipProps(): {
|
|
|
3267
3267
|
custom: PropType<boolean>;
|
|
3268
3268
|
activeClass: PropType<string>;
|
|
3269
3269
|
exactActiveClass: PropType<string>;
|
|
3270
|
-
ariaCurrentValue: PropType<"date" | "time" | "
|
|
3270
|
+
ariaCurrentValue: PropType<"date" | "time" | "page" | "step" | "location" | "true" | "false">;
|
|
3271
3271
|
viewTransition: PropType<boolean>;
|
|
3272
3272
|
onDblclick: PropType<((payload: MouseEvent) => void) | undefined>;
|
|
3273
3273
|
onMousedown: PropType<((payload: MouseEvent) => void) | undefined>;
|
|
@@ -3338,7 +3338,7 @@ declare const VChip: import("vue").DefineComponent<import("vue").ExtractPropType
|
|
|
3338
3338
|
custom: PropType<boolean>;
|
|
3339
3339
|
activeClass: PropType<string>;
|
|
3340
3340
|
exactActiveClass: PropType<string>;
|
|
3341
|
-
ariaCurrentValue: PropType<"date" | "time" | "
|
|
3341
|
+
ariaCurrentValue: PropType<"date" | "time" | "page" | "step" | "location" | "true" | "false">;
|
|
3342
3342
|
viewTransition: PropType<boolean>;
|
|
3343
3343
|
onDblclick: PropType<((payload: MouseEvent) => void) | undefined>;
|
|
3344
3344
|
onMousedown: PropType<((payload: MouseEvent) => void) | undefined>;
|
|
@@ -3410,7 +3410,7 @@ declare const VChip: import("vue").DefineComponent<import("vue").ExtractPropType
|
|
|
3410
3410
|
custom: PropType<boolean>;
|
|
3411
3411
|
activeClass: PropType<string>;
|
|
3412
3412
|
exactActiveClass: PropType<string>;
|
|
3413
|
-
ariaCurrentValue: PropType<"date" | "time" | "
|
|
3413
|
+
ariaCurrentValue: PropType<"date" | "time" | "page" | "step" | "location" | "true" | "false">;
|
|
3414
3414
|
viewTransition: PropType<boolean>;
|
|
3415
3415
|
onDblclick: PropType<((payload: MouseEvent) => void) | undefined>;
|
|
3416
3416
|
onMousedown: PropType<((payload: MouseEvent) => void) | undefined>;
|
|
@@ -3480,7 +3480,7 @@ declare function createCardProps(): {
|
|
|
3480
3480
|
custom: import("vue").PropType<boolean>;
|
|
3481
3481
|
activeClass: import("vue").PropType<string>;
|
|
3482
3482
|
exactActiveClass: import("vue").PropType<string>;
|
|
3483
|
-
ariaCurrentValue: import("vue").PropType<"date" | "time" | "
|
|
3483
|
+
ariaCurrentValue: import("vue").PropType<"date" | "time" | "page" | "step" | "location" | "true" | "false">;
|
|
3484
3484
|
viewTransition: import("vue").PropType<boolean>;
|
|
3485
3485
|
onDblclick: import("vue").PropType<((payload: MouseEvent) => void) | undefined>;
|
|
3486
3486
|
onMousedown: import("vue").PropType<((payload: MouseEvent) => void) | undefined>;
|
|
@@ -3551,7 +3551,7 @@ declare const VCard: import("vue").DefineComponent<import("vue").ExtractPropType
|
|
|
3551
3551
|
custom: import("vue").PropType<boolean>;
|
|
3552
3552
|
activeClass: import("vue").PropType<string>;
|
|
3553
3553
|
exactActiveClass: import("vue").PropType<string>;
|
|
3554
|
-
ariaCurrentValue: import("vue").PropType<"date" | "time" | "
|
|
3554
|
+
ariaCurrentValue: import("vue").PropType<"date" | "time" | "page" | "step" | "location" | "true" | "false">;
|
|
3555
3555
|
viewTransition: import("vue").PropType<boolean>;
|
|
3556
3556
|
onDblclick: import("vue").PropType<((payload: MouseEvent) => void) | undefined>;
|
|
3557
3557
|
onMousedown: import("vue").PropType<((payload: MouseEvent) => void) | undefined>;
|
|
@@ -3621,7 +3621,7 @@ declare const VCard: import("vue").DefineComponent<import("vue").ExtractPropType
|
|
|
3621
3621
|
custom: import("vue").PropType<boolean>;
|
|
3622
3622
|
activeClass: import("vue").PropType<string>;
|
|
3623
3623
|
exactActiveClass: import("vue").PropType<string>;
|
|
3624
|
-
ariaCurrentValue: import("vue").PropType<"date" | "time" | "
|
|
3624
|
+
ariaCurrentValue: import("vue").PropType<"date" | "time" | "page" | "step" | "location" | "true" | "false">;
|
|
3625
3625
|
viewTransition: import("vue").PropType<boolean>;
|
|
3626
3626
|
onDblclick: import("vue").PropType<((payload: MouseEvent) => void) | undefined>;
|
|
3627
3627
|
onMousedown: import("vue").PropType<((payload: MouseEvent) => void) | undefined>;
|
|
@@ -3723,7 +3723,7 @@ declare const vueButtonProps: {
|
|
|
3723
3723
|
custom: PropType<boolean>;
|
|
3724
3724
|
activeClass: PropType<string>;
|
|
3725
3725
|
exactActiveClass: PropType<string>;
|
|
3726
|
-
ariaCurrentValue: PropType<"date" | "time" | "
|
|
3726
|
+
ariaCurrentValue: PropType<"date" | "time" | "page" | "step" | "location" | "true" | "false">;
|
|
3727
3727
|
viewTransition: PropType<boolean>;
|
|
3728
3728
|
onDblclick: PropType<((payload: MouseEvent) => void) | undefined>;
|
|
3729
3729
|
onMousedown: PropType<((payload: MouseEvent) => void) | undefined>;
|
|
@@ -3803,7 +3803,7 @@ declare const VButton: import("vue").DefineComponent<ExtractPropTypes<{
|
|
|
3803
3803
|
custom: PropType<boolean>;
|
|
3804
3804
|
activeClass: PropType<string>;
|
|
3805
3805
|
exactActiveClass: PropType<string>;
|
|
3806
|
-
ariaCurrentValue: PropType<"date" | "time" | "
|
|
3806
|
+
ariaCurrentValue: PropType<"date" | "time" | "page" | "step" | "location" | "true" | "false">;
|
|
3807
3807
|
viewTransition: PropType<boolean>;
|
|
3808
3808
|
onDblclick: PropType<((payload: MouseEvent) => void) | undefined>;
|
|
3809
3809
|
onMousedown: PropType<((payload: MouseEvent) => void) | undefined>;
|
|
@@ -3880,7 +3880,7 @@ declare const VButton: import("vue").DefineComponent<ExtractPropTypes<{
|
|
|
3880
3880
|
custom: PropType<boolean>;
|
|
3881
3881
|
activeClass: PropType<string>;
|
|
3882
3882
|
exactActiveClass: PropType<string>;
|
|
3883
|
-
ariaCurrentValue: PropType<"date" | "time" | "
|
|
3883
|
+
ariaCurrentValue: PropType<"date" | "time" | "page" | "step" | "location" | "true" | "false">;
|
|
3884
3884
|
viewTransition: PropType<boolean>;
|
|
3885
3885
|
onDblclick: PropType<((payload: MouseEvent) => void) | undefined>;
|
|
3886
3886
|
onMousedown: PropType<((payload: MouseEvent) => void) | undefined>;
|
|
@@ -3918,8 +3918,8 @@ declare const VButton: import("vue").DefineComponent<ExtractPropTypes<{
|
|
|
3918
3918
|
borderColor: PropType<PaletteName>;
|
|
3919
3919
|
}>> & Readonly<{}>, {
|
|
3920
3920
|
loading: boolean;
|
|
3921
|
-
align: "left" | "center" | "right";
|
|
3922
3921
|
rounded: boolean;
|
|
3922
|
+
align: "left" | "right" | "center";
|
|
3923
3923
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3924
3924
|
//#endregion
|
|
3925
3925
|
//#region src/components/VButton/VButtonGroup.d.ts
|
|
@@ -4070,7 +4070,7 @@ declare const VPagination: import("vue").DefineComponent<import("vue").ExtractPr
|
|
|
4070
4070
|
length: string | number;
|
|
4071
4071
|
modelValue: string | number;
|
|
4072
4072
|
disabled: boolean;
|
|
4073
|
-
align: "left" | "
|
|
4073
|
+
align: "left" | "right" | "center";
|
|
4074
4074
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4075
4075
|
//#endregion
|
|
4076
4076
|
//#region src/components/VListTile/VListTile.d.ts
|
|
@@ -4109,7 +4109,7 @@ declare function createListTileProps(): {
|
|
|
4109
4109
|
custom: PropType<boolean>;
|
|
4110
4110
|
activeClass: PropType<string>;
|
|
4111
4111
|
exactActiveClass: PropType<string>;
|
|
4112
|
-
ariaCurrentValue: PropType<"date" | "time" | "
|
|
4112
|
+
ariaCurrentValue: PropType<"date" | "time" | "page" | "step" | "location" | "true" | "false">;
|
|
4113
4113
|
viewTransition: PropType<boolean>;
|
|
4114
4114
|
onDblclick: PropType<((payload: MouseEvent) => void) | undefined>;
|
|
4115
4115
|
onMousedown: PropType<((payload: MouseEvent) => void) | undefined>;
|
|
@@ -4179,7 +4179,7 @@ declare const VListTile: import("vue").DefineComponent<import("vue").ExtractProp
|
|
|
4179
4179
|
custom: PropType<boolean>;
|
|
4180
4180
|
activeClass: PropType<string>;
|
|
4181
4181
|
exactActiveClass: PropType<string>;
|
|
4182
|
-
ariaCurrentValue: PropType<"date" | "time" | "
|
|
4182
|
+
ariaCurrentValue: PropType<"date" | "time" | "page" | "step" | "location" | "true" | "false">;
|
|
4183
4183
|
viewTransition: PropType<boolean>;
|
|
4184
4184
|
onDblclick: PropType<((payload: MouseEvent) => void) | undefined>;
|
|
4185
4185
|
onMousedown: PropType<((payload: MouseEvent) => void) | undefined>;
|
|
@@ -4247,7 +4247,7 @@ declare const VListTile: import("vue").DefineComponent<import("vue").ExtractProp
|
|
|
4247
4247
|
custom: PropType<boolean>;
|
|
4248
4248
|
activeClass: PropType<string>;
|
|
4249
4249
|
exactActiveClass: PropType<string>;
|
|
4250
|
-
ariaCurrentValue: PropType<"date" | "time" | "
|
|
4250
|
+
ariaCurrentValue: PropType<"date" | "time" | "page" | "step" | "location" | "true" | "false">;
|
|
4251
4251
|
viewTransition: PropType<boolean>;
|
|
4252
4252
|
onDblclick: PropType<((payload: MouseEvent) => void) | undefined>;
|
|
4253
4253
|
onMousedown: PropType<((payload: MouseEvent) => void) | undefined>;
|
|
@@ -4403,7 +4403,7 @@ declare function createNavigationItemProps(): {
|
|
|
4403
4403
|
custom: PropType<boolean>;
|
|
4404
4404
|
activeClass: PropType<string>;
|
|
4405
4405
|
exactActiveClass: PropType<string>;
|
|
4406
|
-
ariaCurrentValue: PropType<"date" | "time" | "
|
|
4406
|
+
ariaCurrentValue: PropType<"date" | "time" | "page" | "step" | "location" | "true" | "false">;
|
|
4407
4407
|
viewTransition: PropType<boolean>;
|
|
4408
4408
|
onDblclick: PropType<((payload: MouseEvent) => void) | undefined>;
|
|
4409
4409
|
onMousedown: PropType<((payload: MouseEvent) => void) | undefined>;
|
|
@@ -4487,7 +4487,7 @@ declare const VNavigationItem: import("vue").DefineComponent<import("vue").Extra
|
|
|
4487
4487
|
custom: PropType<boolean>;
|
|
4488
4488
|
activeClass: PropType<string>;
|
|
4489
4489
|
exactActiveClass: PropType<string>;
|
|
4490
|
-
ariaCurrentValue: PropType<"date" | "time" | "
|
|
4490
|
+
ariaCurrentValue: PropType<"date" | "time" | "page" | "step" | "location" | "true" | "false">;
|
|
4491
4491
|
viewTransition: PropType<boolean>;
|
|
4492
4492
|
onDblclick: PropType<((payload: MouseEvent) => void) | undefined>;
|
|
4493
4493
|
onMousedown: PropType<((payload: MouseEvent) => void) | undefined>;
|
|
@@ -4562,7 +4562,7 @@ declare const VNavigationItem: import("vue").DefineComponent<import("vue").Extra
|
|
|
4562
4562
|
custom: PropType<boolean>;
|
|
4563
4563
|
activeClass: PropType<string>;
|
|
4564
4564
|
exactActiveClass: PropType<string>;
|
|
4565
|
-
ariaCurrentValue: PropType<"date" | "time" | "
|
|
4565
|
+
ariaCurrentValue: PropType<"date" | "time" | "page" | "step" | "location" | "true" | "false">;
|
|
4566
4566
|
viewTransition: PropType<boolean>;
|
|
4567
4567
|
onDblclick: PropType<((payload: MouseEvent) => void) | undefined>;
|
|
4568
4568
|
onMousedown: PropType<((payload: MouseEvent) => void) | undefined>;
|
|
@@ -7742,7 +7742,7 @@ declare const VToolbarMenu: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
7742
7742
|
custom: import("vue").PropType<boolean>;
|
|
7743
7743
|
activeClass: import("vue").PropType<string>;
|
|
7744
7744
|
exactActiveClass: import("vue").PropType<string>;
|
|
7745
|
-
ariaCurrentValue: import("vue").PropType<"date" | "time" | "
|
|
7745
|
+
ariaCurrentValue: import("vue").PropType<"date" | "time" | "page" | "step" | "location" | "true" | "false">;
|
|
7746
7746
|
viewTransition: import("vue").PropType<boolean>;
|
|
7747
7747
|
onDblclick: import("vue").PropType<((payload: MouseEvent) => void) | undefined>;
|
|
7748
7748
|
onMousedown: import("vue").PropType<((payload: MouseEvent) => void) | undefined>;
|
|
@@ -7819,7 +7819,7 @@ declare const VToolbarMenu: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
7819
7819
|
custom: import("vue").PropType<boolean>;
|
|
7820
7820
|
activeClass: import("vue").PropType<string>;
|
|
7821
7821
|
exactActiveClass: import("vue").PropType<string>;
|
|
7822
|
-
ariaCurrentValue: import("vue").PropType<"date" | "time" | "
|
|
7822
|
+
ariaCurrentValue: import("vue").PropType<"date" | "time" | "page" | "step" | "location" | "true" | "false">;
|
|
7823
7823
|
viewTransition: import("vue").PropType<boolean>;
|
|
7824
7824
|
onDblclick: import("vue").PropType<((payload: MouseEvent) => void) | undefined>;
|
|
7825
7825
|
onMousedown: import("vue").PropType<((payload: MouseEvent) => void) | undefined>;
|
|
@@ -7857,8 +7857,8 @@ declare const VToolbarMenu: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
7857
7857
|
borderColor: import("vue").PropType<PaletteName>;
|
|
7858
7858
|
}>> & Readonly<{}>, {
|
|
7859
7859
|
loading: boolean;
|
|
7860
|
-
align: "left" | "center" | "right";
|
|
7861
7860
|
rounded: boolean;
|
|
7861
|
+
align: "left" | "right" | "center";
|
|
7862
7862
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
7863
7863
|
//#endregion
|
|
7864
7864
|
//#region src/components/VToolbar/VToolbarEdge.d.ts
|
|
@@ -7920,4 +7920,3 @@ declare class VuiPlugin {
|
|
|
7920
7920
|
declare function installVuiPlugin(app: App, opts: VuiPluginOptions): App<any>;
|
|
7921
7921
|
//#endregion
|
|
7922
7922
|
export { ARROW_KEY_TYPES, AVATAR_SIZES, AdornmentPosition, AvatarSize, BUTTON_ALIGNS, BreadcrumbsItem, BusyImageLoadState, BusyImageRect, BusyImageRects, BusyImageSizeValue, CHIP_SIZES, CHOICE_KEY_TYPES, CONTROL_FIELD_VARIANTS, CONTROL_LOADING_SPINNER_SIZES, CONTROL_SIZES, ChipSize, ContentSwitcherSeeTopOptions, ControlFieldProvider, ControlFieldProviderProps, ControlFieldVariant, ControlProps, ControlProvider, ControlSize, DISABLED_REASON_PROPS, DataTableCellSlotPayload, DataTableDefaults, DataTableHeader, DataTableHeaderAlign, DataTableItem, DataTableItemSlotPayload, DataTableRowSettings, DataTableRowSettingsFn, DefineFormSelectorComponentOptions, DisabledReasonInput, DisabledReasonType, ElevationProps, FileInputEmits, FileInputInput, FileInputPropsOptions, GridContainerAlignContentValue, GridContainerDirectionValue, GridContainerJustifyContentValue, GridContainerSpacingValue, GridContainerWrapValue, GridItemAlignValue, GridItemJustifyValue, GridItemNumberSizeValue, GridItemSizeValue, ICON_NAMES, type IconName, ImgHTMLAttributesPropOptions, InputBoxSlots, KEYBOARD_EVENT_TYPES, NavigationInput, NavigationItemInput, PAGINATION_ALIGNS, RawBreadcrumbsItem, RawDataTableRowSettings, RawIconProp, RawVButtonIcon, RawVButtonSpacer, RawVChipIcon, RawVuiPluginOptions, RawVuiPromptOptions, RawVuiServiceIconSettings, RawVuiServiceOptions, RawVuiServiceUISettings, TextFieldEmits, TextFieldInput, TextFieldPropsOptions, UseControlFieldProviderOptions, UseControlProviderOptions, UseElevationOptions, UseLinkResult, VApp, VAvatar, VBreadcrumbs, VBusyImage, VButton, VButtonAlign, VButtonGroup, VButtonIcon, VButtonProps, VButtonResolvedProps, VButtonSpacer, VCard, VCardActions, VCardContent, VCheckbox, VCheckboxGroup, VChip, VChipIcon, VContentSwitcher, VControlField, VDataTable, VDialog, VDisabledReason, VDrawerLayout, VFileInput, VForm, VFormControl, VFormGroup, VFormGroupSlots, VFormSlots, VGridContainer, VGridItem, VHero, VIcon, VLink, VListTile, VMenu, VNavigation, VNavigationItem, VNumberField, VOption, VOptionGroup, VPagination, VPaginationAlign, VPaginationGuard, VPaper, VProgressCircular, VProgressLinear, VRadio, VRadioGroup, VSelect, VSheetModal, VSheetModalSlots, VSkeltonLoaderBone, VSnackbar, VSwitch, VSwitchGroup, VTabs, VTabsGuard, VTabsItem, VTabsItemLabelSlot, VTabsItemLabelSlotCtx, VTabsRouterHandler, VTextCounter, VTextField, VTextarea, VToolbar, VToolbarEdge, VToolbarEdgeEdge, VToolbarMenu, VToolbarMenuEdge, VToolbarTitle, VTooltip, VUI_CHECKBOX_GROUP_SYMBOL, VUI_CHECKBOX_SYMBOL, VUI_FILE_INPUT_SYMBOL, VUI_FORM_GROUP_SYMBOL, VUI_FORM_SYMBOL, VUI_OPTION_SYMBOL, VUI_RADIO_GROUP_SYMBOL, VUI_RADIO_SYMBOL, VUI_SELECT_SYMBOL, VUI_SWITCH_GROUP_SYMBOL, VUI_SWITCH_SYMBOL, VUI_TEXTAREA_SYMBOL, VUI_TEXT_FIELD_SYMBOL, VuiColorProvider, VuiColorProviderInjectionKey, VuiControlFieldInjectionKey, VuiControlInjectionKey, VuiElevationValue, VuiFormPromptSettings, VuiInjectionKey, VuiPlugin, VuiPluginOptions, VuiPluginStackOptions, VuiPromptOptions, VuiService, VuiServiceIconSettings, VuiServiceOptions, VuiServiceUISettings, VuiVNodeResolver, configureDataTableDefaults, createAvatarProps, createCardProps, createChipProps, createControlFieldProps, createControlFieldProviderProps, createControlProps, createElevationProps, createListTileProps, createNavigationItemProps, createNavigationProps, createPaperBaseProps, createPaperProps, createRequiredChipRenderer, createVFormGroupProps, createVFormProps, defineFormSelectorComponent, formGroupSlots, formSlots, iconProps, installVuiPlugin, listTileEmits, mergeVuiPluginOptions, mergeVuiServiceIconSettings, mergeVuiServiceOptions, mergeVuiServiceUISettings, paginationProps, paperBaseSlots, rawIconProp, renderNavigationItemInput, resolveNavigationItemInput, resolveRawIconProp, sheetModalProps, splitAttrs, useControl, useControlField, useElevation, useVui, useVuiColorProvider, vueButtonProps };
|
|
7923
|
-
//# sourceMappingURL=vui.d.mts.map
|