@fastkit/vui 1.4.0 → 1.4.2
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 +1822 -1822
- package/dist/vui.d.mts +12 -13
- 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
|
@@ -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" | "
|
|
373
|
+
default: () => boolean | "name" | "off" | "on" | "honorific-prefix" | "given-name" | "additional-name" | "family-name" | "honorific-suffix" | "nickname" | "email" | "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" | "tel-country-code" | "tel-national" | "tel-area-code" | "tel-local" | "tel-extension" | "impp" | "url" | "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" | "
|
|
465
|
+
default: () => boolean | "name" | "off" | "on" | "honorific-prefix" | "given-name" | "additional-name" | "family-name" | "honorific-suffix" | "nickname" | "email" | "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" | "tel-country-code" | "tel-national" | "tel-area-code" | "tel-local" | "tel-extension" | "impp" | "url" | "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" | "
|
|
565
|
+
default: () => boolean | "name" | "off" | "on" | "honorific-prefix" | "given-name" | "additional-name" | "family-name" | "honorific-suffix" | "nickname" | "email" | "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" | "tel-country-code" | "tel-national" | "tel-area-code" | "tel-local" | "tel-extension" | "impp" | "url" | "photo" | undefined;
|
|
566
566
|
};
|
|
567
567
|
name: StringConstructor;
|
|
568
568
|
tag: StringConstructor;
|
|
@@ -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" | "right" | "center";
|
|
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
|
|
@@ -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;
|
|
4284
4285
|
startIconEmptySpace: boolean;
|
|
4285
4286
|
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
|
|
@@ -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;
|
|
4599
4600
|
startIconEmptySpace: boolean;
|
|
4600
4601
|
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" | "
|
|
6211
|
+
default: () => boolean | "name" | "off" | "on" | "honorific-prefix" | "given-name" | "additional-name" | "family-name" | "honorific-suffix" | "nickname" | "email" | "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" | "tel-country-code" | "tel-national" | "tel-area-code" | "tel-local" | "tel-extension" | "impp" | "url" | "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" | "
|
|
6310
|
+
default: () => boolean | "name" | "off" | "on" | "honorific-prefix" | "given-name" | "additional-name" | "family-name" | "honorific-suffix" | "nickname" | "email" | "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" | "tel-country-code" | "tel-national" | "tel-area-code" | "tel-local" | "tel-extension" | "impp" | "url" | "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" | "
|
|
6424
|
+
default: () => boolean | "name" | "off" | "on" | "honorific-prefix" | "given-name" | "additional-name" | "family-name" | "honorific-suffix" | "nickname" | "email" | "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" | "tel-country-code" | "tel-national" | "tel-area-code" | "tel-local" | "tel-extension" | "impp" | "url" | "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" | "
|
|
6513
|
+
default: () => boolean | "name" | "off" | "on" | "honorific-prefix" | "given-name" | "additional-name" | "family-name" | "honorific-suffix" | "nickname" | "email" | "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" | "tel-country-code" | "tel-national" | "tel-area-code" | "tel-local" | "tel-extension" | "impp" | "url" | "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;
|
|
7282
7281
|
novalidate: boolean;
|
|
7283
7282
|
autoValidate: boolean;
|
|
7284
7283
|
sending: boolean;
|
|
7285
7284
|
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;
|
|
@@ -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" | "right" | "center";
|
|
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
|