@fastkit/vui 1.4.0-next.1 → 1.4.0
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/vui.css +1185 -1187
- package/dist/vui.d.mts +37 -37
- package/package.json +27 -27
package/dist/vui.d.mts
CHANGED
|
@@ -370,7 +370,7 @@ declare function createTextFieldProps(): {
|
|
|
370
370
|
limit: BooleanConstructor;
|
|
371
371
|
autocomplete: {
|
|
372
372
|
type: import("vue").PropType<import("@fastkit/vue-form-control").FormAutoComplete | boolean>;
|
|
373
|
-
default: () => boolean | "name" | "off" | "on" | "honorific-prefix" | "given-name" | "additional-name" | "family-name" | "honorific-suffix" | "nickname" | "
|
|
373
|
+
default: () => boolean | "name" | "email" | "tel" | "url" | "off" | "on" | "honorific-prefix" | "given-name" | "additional-name" | "family-name" | "honorific-suffix" | "nickname" | "username" | "new-password" | "current-password" | "one-time-code" | "organization-title" | "organization" | "street-address" | "address-line1" | "address-line2" | "address-line3" | "address-level4" | "address-level3" | "address-level2" | "address-level1" | "country" | "country-name" | "postal-code" | "cc-name" | "cc-given-name" | "cc-additional-name" | "cc-family-name" | "cc-number" | "cc-exp" | "cc-exp-month" | "cc-exp-year" | "cc-csc" | "cc-type" | "transaction-currency" | "transaction-amount" | "language" | "bday" | "bday-day" | "bday-month" | "bday-year" | "sex" | "tel-country-code" | "tel-national" | "tel-area-code" | "tel-local" | "tel-extension" | "impp" | "photo" | undefined;
|
|
374
374
|
};
|
|
375
375
|
name: StringConstructor;
|
|
376
376
|
tag: StringConstructor;
|
|
@@ -462,7 +462,7 @@ declare const VTextField: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
462
462
|
limit: BooleanConstructor;
|
|
463
463
|
autocomplete: {
|
|
464
464
|
type: import("vue").PropType<import("@fastkit/vue-form-control").FormAutoComplete | boolean>;
|
|
465
|
-
default: () => boolean | "name" | "off" | "on" | "honorific-prefix" | "given-name" | "additional-name" | "family-name" | "honorific-suffix" | "nickname" | "
|
|
465
|
+
default: () => boolean | "name" | "email" | "tel" | "url" | "off" | "on" | "honorific-prefix" | "given-name" | "additional-name" | "family-name" | "honorific-suffix" | "nickname" | "username" | "new-password" | "current-password" | "one-time-code" | "organization-title" | "organization" | "street-address" | "address-line1" | "address-line2" | "address-line3" | "address-level4" | "address-level3" | "address-level2" | "address-level1" | "country" | "country-name" | "postal-code" | "cc-name" | "cc-given-name" | "cc-additional-name" | "cc-family-name" | "cc-number" | "cc-exp" | "cc-exp-month" | "cc-exp-year" | "cc-csc" | "cc-type" | "transaction-currency" | "transaction-amount" | "language" | "bday" | "bday-day" | "bday-month" | "bday-year" | "sex" | "tel-country-code" | "tel-national" | "tel-area-code" | "tel-local" | "tel-extension" | "impp" | "photo" | undefined;
|
|
466
466
|
};
|
|
467
467
|
name: StringConstructor;
|
|
468
468
|
tag: StringConstructor;
|
|
@@ -562,7 +562,7 @@ declare const VTextField: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
562
562
|
limit: BooleanConstructor;
|
|
563
563
|
autocomplete: {
|
|
564
564
|
type: import("vue").PropType<import("@fastkit/vue-form-control").FormAutoComplete | boolean>;
|
|
565
|
-
default: () => boolean | "name" | "off" | "on" | "honorific-prefix" | "given-name" | "additional-name" | "family-name" | "honorific-suffix" | "nickname" | "
|
|
565
|
+
default: () => boolean | "name" | "email" | "tel" | "url" | "off" | "on" | "honorific-prefix" | "given-name" | "additional-name" | "family-name" | "honorific-suffix" | "nickname" | "username" | "new-password" | "current-password" | "one-time-code" | "organization-title" | "organization" | "street-address" | "address-line1" | "address-line2" | "address-line3" | "address-level4" | "address-level3" | "address-level2" | "address-level1" | "country" | "country-name" | "postal-code" | "cc-name" | "cc-given-name" | "cc-additional-name" | "cc-family-name" | "cc-number" | "cc-exp" | "cc-exp-month" | "cc-exp-year" | "cc-csc" | "cc-type" | "transaction-currency" | "transaction-amount" | "language" | "bday" | "bday-day" | "bday-month" | "bday-year" | "sex" | "tel-country-code" | "tel-national" | "tel-area-code" | "tel-local" | "tel-extension" | "impp" | "photo" | undefined;
|
|
566
566
|
};
|
|
567
567
|
name: StringConstructor;
|
|
568
568
|
tag: StringConstructor;
|
|
@@ -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,7 +3918,7 @@ declare const VButton: import("vue").DefineComponent<ExtractPropTypes<{
|
|
|
3918
3918
|
borderColor: PropType<PaletteName>;
|
|
3919
3919
|
}>> & Readonly<{}>, {
|
|
3920
3920
|
loading: boolean;
|
|
3921
|
-
align: "left" | "
|
|
3921
|
+
align: "left" | "right" | "center";
|
|
3922
3922
|
rounded: boolean;
|
|
3923
3923
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3924
3924
|
//#endregion
|
|
@@ -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>;
|
|
@@ -4281,9 +4281,9 @@ declare const VListTile: import("vue").DefineComponent<import("vue").ExtractProp
|
|
|
4281
4281
|
}>> & Readonly<{
|
|
4282
4282
|
onChangeActive?: ((isActive: boolean) => any) | undefined;
|
|
4283
4283
|
}>, {
|
|
4284
|
-
linkFallbackTag: string;
|
|
4285
4284
|
startIconEmptySpace: boolean;
|
|
4286
4285
|
exactMatch: boolean;
|
|
4286
|
+
linkFallbackTag: string;
|
|
4287
4287
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4288
4288
|
//#endregion
|
|
4289
4289
|
//#region src/components/VDrawerLayout/VDrawerLayout.d.ts
|
|
@@ -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>;
|
|
@@ -4596,9 +4596,9 @@ declare const VNavigationItem: import("vue").DefineComponent<import("vue").Extra
|
|
|
4596
4596
|
}>> & Readonly<{
|
|
4597
4597
|
onChangeActive?: ((isActive: boolean) => any) | undefined;
|
|
4598
4598
|
}>, {
|
|
4599
|
-
linkFallbackTag: string;
|
|
4600
4599
|
startIconEmptySpace: boolean;
|
|
4601
4600
|
exactMatch: boolean;
|
|
4601
|
+
linkFallbackTag: string;
|
|
4602
4602
|
depth: number;
|
|
4603
4603
|
nested: boolean;
|
|
4604
4604
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -6208,7 +6208,7 @@ declare const VNumberField: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
6208
6208
|
limit: BooleanConstructor;
|
|
6209
6209
|
autocomplete: {
|
|
6210
6210
|
type: PropType<import("@fastkit/vue-form-control").FormAutoComplete | boolean>;
|
|
6211
|
-
default: () => boolean | "name" | "off" | "on" | "honorific-prefix" | "given-name" | "additional-name" | "family-name" | "honorific-suffix" | "nickname" | "
|
|
6211
|
+
default: () => boolean | "name" | "email" | "tel" | "url" | "off" | "on" | "honorific-prefix" | "given-name" | "additional-name" | "family-name" | "honorific-suffix" | "nickname" | "username" | "new-password" | "current-password" | "one-time-code" | "organization-title" | "organization" | "street-address" | "address-line1" | "address-line2" | "address-line3" | "address-level4" | "address-level3" | "address-level2" | "address-level1" | "country" | "country-name" | "postal-code" | "cc-name" | "cc-given-name" | "cc-additional-name" | "cc-family-name" | "cc-number" | "cc-exp" | "cc-exp-month" | "cc-exp-year" | "cc-csc" | "cc-type" | "transaction-currency" | "transaction-amount" | "language" | "bday" | "bday-day" | "bday-month" | "bday-year" | "sex" | "tel-country-code" | "tel-national" | "tel-area-code" | "tel-local" | "tel-extension" | "impp" | "photo" | undefined;
|
|
6212
6212
|
};
|
|
6213
6213
|
name: StringConstructor;
|
|
6214
6214
|
tag: StringConstructor;
|
|
@@ -6307,7 +6307,7 @@ declare const VNumberField: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
6307
6307
|
limit: BooleanConstructor;
|
|
6308
6308
|
autocomplete: {
|
|
6309
6309
|
type: PropType<import("@fastkit/vue-form-control").FormAutoComplete | boolean>;
|
|
6310
|
-
default: () => boolean | "name" | "off" | "on" | "honorific-prefix" | "given-name" | "additional-name" | "family-name" | "honorific-suffix" | "nickname" | "
|
|
6310
|
+
default: () => boolean | "name" | "email" | "tel" | "url" | "off" | "on" | "honorific-prefix" | "given-name" | "additional-name" | "family-name" | "honorific-suffix" | "nickname" | "username" | "new-password" | "current-password" | "one-time-code" | "organization-title" | "organization" | "street-address" | "address-line1" | "address-line2" | "address-line3" | "address-level4" | "address-level3" | "address-level2" | "address-level1" | "country" | "country-name" | "postal-code" | "cc-name" | "cc-given-name" | "cc-additional-name" | "cc-family-name" | "cc-number" | "cc-exp" | "cc-exp-month" | "cc-exp-year" | "cc-csc" | "cc-type" | "transaction-currency" | "transaction-amount" | "language" | "bday" | "bday-day" | "bday-month" | "bday-year" | "sex" | "tel-country-code" | "tel-national" | "tel-area-code" | "tel-local" | "tel-extension" | "impp" | "photo" | undefined;
|
|
6311
6311
|
};
|
|
6312
6312
|
name: StringConstructor;
|
|
6313
6313
|
tag: StringConstructor;
|
|
@@ -6421,7 +6421,7 @@ declare const VTextarea: import("vue").DefineComponent<import("vue").ExtractProp
|
|
|
6421
6421
|
limit: BooleanConstructor;
|
|
6422
6422
|
autocomplete: {
|
|
6423
6423
|
type: import("vue").PropType<import("@fastkit/vue-form-control").FormAutoComplete | boolean>;
|
|
6424
|
-
default: () => boolean | "name" | "off" | "on" | "honorific-prefix" | "given-name" | "additional-name" | "family-name" | "honorific-suffix" | "nickname" | "
|
|
6424
|
+
default: () => boolean | "name" | "email" | "tel" | "url" | "off" | "on" | "honorific-prefix" | "given-name" | "additional-name" | "family-name" | "honorific-suffix" | "nickname" | "username" | "new-password" | "current-password" | "one-time-code" | "organization-title" | "organization" | "street-address" | "address-line1" | "address-line2" | "address-line3" | "address-level4" | "address-level3" | "address-level2" | "address-level1" | "country" | "country-name" | "postal-code" | "cc-name" | "cc-given-name" | "cc-additional-name" | "cc-family-name" | "cc-number" | "cc-exp" | "cc-exp-month" | "cc-exp-year" | "cc-csc" | "cc-type" | "transaction-currency" | "transaction-amount" | "language" | "bday" | "bday-day" | "bday-month" | "bday-year" | "sex" | "tel-country-code" | "tel-national" | "tel-area-code" | "tel-local" | "tel-extension" | "impp" | "photo" | undefined;
|
|
6425
6425
|
};
|
|
6426
6426
|
name: StringConstructor;
|
|
6427
6427
|
tag: StringConstructor;
|
|
@@ -6510,7 +6510,7 @@ declare const VTextarea: import("vue").DefineComponent<import("vue").ExtractProp
|
|
|
6510
6510
|
limit: BooleanConstructor;
|
|
6511
6511
|
autocomplete: {
|
|
6512
6512
|
type: import("vue").PropType<import("@fastkit/vue-form-control").FormAutoComplete | boolean>;
|
|
6513
|
-
default: () => boolean | "name" | "off" | "on" | "honorific-prefix" | "given-name" | "additional-name" | "family-name" | "honorific-suffix" | "nickname" | "
|
|
6513
|
+
default: () => boolean | "name" | "email" | "tel" | "url" | "off" | "on" | "honorific-prefix" | "given-name" | "additional-name" | "family-name" | "honorific-suffix" | "nickname" | "username" | "new-password" | "current-password" | "one-time-code" | "organization-title" | "organization" | "street-address" | "address-line1" | "address-line2" | "address-line3" | "address-level4" | "address-level3" | "address-level2" | "address-level1" | "country" | "country-name" | "postal-code" | "cc-name" | "cc-given-name" | "cc-additional-name" | "cc-family-name" | "cc-number" | "cc-exp" | "cc-exp-month" | "cc-exp-year" | "cc-csc" | "cc-type" | "transaction-currency" | "transaction-amount" | "language" | "bday" | "bday-day" | "bday-month" | "bday-year" | "sex" | "tel-country-code" | "tel-national" | "tel-area-code" | "tel-local" | "tel-extension" | "impp" | "photo" | undefined;
|
|
6514
6514
|
};
|
|
6515
6515
|
name: StringConstructor;
|
|
6516
6516
|
tag: StringConstructor;
|
|
@@ -7278,11 +7278,11 @@ declare const VForm: import("vue").DefineComponent<import("vue").ExtractPropType
|
|
|
7278
7278
|
rules: import("@fastkit/vue-form-control").RecursiveVerifiableRuleOrFn;
|
|
7279
7279
|
showOwnErrors: boolean;
|
|
7280
7280
|
detach: boolean;
|
|
7281
|
+
disableAutoScroll: boolean;
|
|
7281
7282
|
novalidate: boolean;
|
|
7282
7283
|
autoValidate: boolean;
|
|
7283
7284
|
sending: boolean;
|
|
7284
7285
|
acceptInvalidSubmission: import("@fastkit/vue-form-control").FormAcceptInvalidSubmissionSpec;
|
|
7285
|
-
disableAutoScroll: boolean;
|
|
7286
7286
|
}, import("@fastkit/vue-utils").DefinedSlots<{
|
|
7287
7287
|
default?: ((form: VueForm) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
7288
7288
|
[key: string]: any;
|
|
@@ -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,7 +7857,7 @@ 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" | "
|
|
7860
|
+
align: "left" | "right" | "center";
|
|
7861
7861
|
rounded: boolean;
|
|
7862
7862
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
7863
7863
|
//#endregion
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fastkit/vui",
|
|
3
|
-
"version": "1.4.0
|
|
3
|
+
"version": "1.4.0",
|
|
4
4
|
"description": "A simple, extensible UI kit for Vue applications.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"fastkit",
|
|
@@ -44,32 +44,32 @@
|
|
|
44
44
|
"src"
|
|
45
45
|
],
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@fastkit/color-scheme-gen": "^1.2.0
|
|
48
|
-
"@fastkit/dom": "^0.4.0
|
|
49
|
-
"@fastkit/color-scheme": "^2.2.0
|
|
50
|
-
"@fastkit/
|
|
51
|
-
"@fastkit/
|
|
52
|
-
"@fastkit/
|
|
53
|
-
"@fastkit/
|
|
54
|
-
"@fastkit/
|
|
55
|
-
"@fastkit/
|
|
56
|
-
"@fastkit/
|
|
57
|
-
"@fastkit/tiny-logger": "^0.16.0
|
|
58
|
-
"@fastkit/vue-
|
|
59
|
-
"@fastkit/vue-
|
|
60
|
-
"@fastkit/vue-
|
|
61
|
-
"@fastkit/vue-
|
|
62
|
-
"@fastkit/vue-
|
|
63
|
-
"@fastkit/vue-
|
|
64
|
-
"@fastkit/vue-
|
|
65
|
-
"@fastkit/vue-form-control": "^0.25.0
|
|
66
|
-
"@fastkit/vue-
|
|
67
|
-
"@fastkit/vue-
|
|
68
|
-
"@fastkit/vue-
|
|
69
|
-
"@fastkit/vue-stack": "^0.20.0
|
|
70
|
-
"@fastkit/vue-resize": "^0.5.0
|
|
71
|
-
"@fastkit/vue-transitions": "^0.5.0
|
|
72
|
-
"@fastkit/vue-utils": "^0.18.0
|
|
47
|
+
"@fastkit/color-scheme-gen": "^1.2.0",
|
|
48
|
+
"@fastkit/dom": "^0.4.0",
|
|
49
|
+
"@fastkit/color-scheme": "^2.2.0",
|
|
50
|
+
"@fastkit/helpers": "^0.16.0",
|
|
51
|
+
"@fastkit/media-match-gen": "^1.2.0",
|
|
52
|
+
"@fastkit/icon-font": "^2.2.0",
|
|
53
|
+
"@fastkit/rules": "^0.16.0",
|
|
54
|
+
"@fastkit/media-match": "^2.2.0",
|
|
55
|
+
"@fastkit/vue-app-layout": "^0.19.0",
|
|
56
|
+
"@fastkit/stylebase": "^0.14.0",
|
|
57
|
+
"@fastkit/tiny-logger": "^0.16.0",
|
|
58
|
+
"@fastkit/vue-click-outside": "^0.5.0",
|
|
59
|
+
"@fastkit/vue-color-scheme": "^0.18.0",
|
|
60
|
+
"@fastkit/vue-body-scroll-lock": "^0.5.0",
|
|
61
|
+
"@fastkit/vue-action": "^0.6.0",
|
|
62
|
+
"@fastkit/vue-loading": "^0.18.0",
|
|
63
|
+
"@fastkit/vue-disabled-reason": "^0.3.0",
|
|
64
|
+
"@fastkit/vue-keyboard": "^0.5.0",
|
|
65
|
+
"@fastkit/vue-form-control": "^0.25.0",
|
|
66
|
+
"@fastkit/vue-scroller": "^0.18.0",
|
|
67
|
+
"@fastkit/vue-location": "^0.7.0",
|
|
68
|
+
"@fastkit/vue-media-match": "^0.17.0",
|
|
69
|
+
"@fastkit/vue-stack": "^0.20.0",
|
|
70
|
+
"@fastkit/vue-resize": "^0.5.0",
|
|
71
|
+
"@fastkit/vue-transitions": "^0.5.0",
|
|
72
|
+
"@fastkit/vue-utils": "^0.18.0"
|
|
73
73
|
},
|
|
74
74
|
"devDependencies": {
|
|
75
75
|
"vue": "^3.5.38",
|