@vuetify/nightly 3.6.13-3.7.0-beta.0.0-pr-20092.a834b18 → 3.6.14-master.2024-08-01
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/json/attributes.json +127 -275
- package/dist/json/importMap-labs.json +20 -20
- package/dist/json/importMap.json +130 -130
- package/dist/json/tags.json +5 -42
- package/dist/json/web-types.json +241 -612
- package/dist/vuetify-labs.css +3861 -3156
- package/dist/vuetify-labs.d.ts +368 -697
- package/dist/vuetify-labs.esm.js +238 -240
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +238 -240
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +1162 -457
- package/dist/vuetify.d.ts +348 -611
- package/dist/vuetify.esm.js +99 -159
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +99 -159
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +1038 -1037
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/VAlert.css +5 -1
- package/lib/components/VAppBar/index.d.mts +0 -6
- package/lib/components/VAutocomplete/VAutocomplete.css +4 -0
- package/lib/components/VAutocomplete/VAutocomplete.mjs +8 -15
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.mts +42 -61
- package/lib/components/VAvatar/VAvatar.css +2 -7
- package/lib/components/VAvatar/VAvatar.mjs +2 -7
- package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
- package/lib/components/VAvatar/VAvatar.sass +0 -1
- package/lib/components/VAvatar/_variables.scss +0 -13
- package/lib/components/VAvatar/index.d.mts +0 -6
- package/lib/components/VBadge/VBadge.css +2 -0
- package/lib/components/VBanner/VBanner.css +12 -4
- package/lib/components/VBottomNavigation/VBottomNavigation.css +11 -3
- package/lib/components/VBottomSheet/VBottomSheet.css +2 -0
- package/lib/components/VBreadcrumbs/index.d.mts +8 -8
- package/lib/components/VBtn/VBtn.css +16 -9
- package/lib/components/VBtn/VBtn.mjs +2 -4
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VBtn/VBtn.sass +4 -4
- package/lib/components/VBtn/index.d.mts +0 -6
- package/lib/components/VBtnGroup/VBtnGroup.css +12 -4
- package/lib/components/VCard/VCard.css +9 -1
- package/lib/components/VCarousel/VCarousel.css +2 -0
- package/lib/components/VCarousel/index.d.mts +0 -9
- package/lib/components/VCheckbox/index.d.mts +6 -6
- package/lib/components/VChip/VChip.css +15 -9
- package/lib/components/VChip/VChip.sass +1 -1
- package/lib/components/VColorPicker/VColorPicker.css +2 -0
- package/lib/components/VColorPicker/VColorPicker.sass +4 -4
- package/lib/components/VColorPicker/VColorPickerPreview.sass +4 -4
- package/lib/components/VCombobox/VCombobox.css +4 -0
- package/lib/components/VCombobox/VCombobox.mjs +8 -15
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.mts +42 -61
- package/lib/components/VDialog/VDialog.css +5 -0
- package/lib/components/VDialog/index.d.mts +3 -3
- package/lib/components/VDivider/VDivider.css +2 -0
- package/lib/components/VExpansionPanel/VExpansionPanel.css +11 -5
- package/lib/components/VExpansionPanel/VExpansionPanel.sass +3 -3
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +2 -7
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
- package/lib/components/VExpansionPanel/index.d.mts +0 -72
- package/lib/components/VFab/index.d.mts +0 -6
- package/lib/components/VField/VField.css +13 -1
- package/lib/components/VField/VField.sass +5 -8
- package/lib/components/VFileInput/index.d.mts +18 -18
- package/lib/components/VFooter/VFooter.css +12 -4
- package/lib/components/VFooter/VFooter.mjs +20 -14
- package/lib/components/VFooter/VFooter.mjs.map +1 -1
- package/lib/components/VFooter/index.d.mts +3 -3
- package/lib/components/VForm/index.d.mts +9 -9
- package/lib/components/VGrid/VContainer.mjs +1 -6
- package/lib/components/VGrid/VContainer.mjs.map +1 -1
- package/lib/components/VGrid/VGrid.sass +1 -1
- package/lib/components/VGrid/_mixins.sass +4 -4
- package/lib/components/VGrid/index.d.mts +0 -36
- package/lib/components/VImg/VImg.css +6 -9
- package/lib/components/VImg/VImg.mjs +0 -2
- package/lib/components/VImg/VImg.mjs.map +1 -1
- package/lib/components/VImg/VImg.sass +0 -9
- package/lib/components/VImg/index.d.mts +0 -9
- package/lib/components/VInput/index.d.mts +6 -6
- package/lib/components/VKbd/VKbd.css +2 -0
- package/lib/components/VList/VList.css +12 -4
- package/lib/components/VList/VListItem.css +23 -13
- package/lib/components/VList/VListItem.mjs +1 -3
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/VListItem.sass +2 -2
- package/lib/components/VList/index.d.mts +18 -19
- package/lib/components/VMain/VMain.css +2 -0
- package/lib/components/VMenu/VMenu.css +6 -0
- package/lib/components/VMenu/VMenu.mjs +8 -26
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VMenu/index.d.mts +15 -30
- package/lib/components/VNavigationDrawer/VNavigationDrawer.css +9 -3
- package/lib/components/VOtpInput/VOtpInput.css +3 -1
- package/lib/components/VOtpInput/VOtpInput.sass +1 -2
- package/lib/components/VOverflowBtn/VOverflowBtn.sass +1 -1
- package/lib/components/VOverlay/VOverlay.mjs +4 -5
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/components/VOverlay/useActivator.mjs +2 -3
- package/lib/components/VOverlay/useActivator.mjs.map +1 -1
- package/lib/components/VRadioGroup/index.d.mts +6 -6
- package/lib/components/VRangeSlider/index.d.mts +6 -6
- package/lib/components/VSelect/VSelect.css +4 -0
- package/lib/components/VSelect/VSelect.mjs +13 -15
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.mts +42 -61
- package/lib/components/VSelect/useScrolling.mjs +3 -3
- package/lib/components/VSelect/useScrolling.mjs.map +1 -1
- package/lib/components/VSelectionControl/VSelectionControl.css +6 -4
- package/lib/components/VSelectionControl/VSelectionControl.sass +1 -1
- package/lib/components/VSheet/VSheet.css +12 -4
- package/lib/components/VSkeletonLoader/VSkeletonLoader.css +6 -4
- package/lib/components/VSkeletonLoader/VSkeletonLoader.mjs +9 -8
- package/lib/components/VSkeletonLoader/VSkeletonLoader.mjs.map +1 -1
- package/lib/components/VSkeletonLoader/VSkeletonLoader.sass +1 -2
- package/lib/components/VSlideGroup/VSlideGroup.mjs +1 -3
- package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
- package/lib/components/VSlideGroup/index.d.mts +0 -6
- package/lib/components/VSlider/VSliderThumb.sass +2 -2
- package/lib/components/VSlider/index.d.mts +6 -6
- package/lib/components/VSnackbar/VSnackbar.css +2 -0
- package/lib/components/VSnackbar/VSnackbar.mjs +4 -4
- package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
- package/lib/components/VSnackbar/index.d.mts +3 -3
- package/lib/components/VSpeedDial/index.d.mts +13 -28
- package/lib/components/VStepper/VStepper.css +8 -2
- package/lib/components/VStepper/VStepper.sass +2 -4
- package/lib/components/VStepper/VStepperItem.css +4 -1
- package/lib/components/VStepper/VStepperItem.sass +1 -1
- package/lib/components/VSwitch/VSwitch.css +2 -0
- package/lib/components/VSwitch/VSwitch.sass +10 -10
- package/lib/components/VSwitch/index.d.mts +6 -6
- package/lib/components/VSystemBar/VSystemBar.css +14 -8
- package/lib/components/VTable/VTable.css +8 -4
- package/lib/components/VTable/VTable.sass +2 -3
- package/lib/components/VTabs/index.d.mts +3 -21
- package/lib/components/VTextField/index.d.mts +18 -18
- package/lib/components/VTextarea/index.d.mts +18 -18
- package/lib/components/VTimeline/VTimeline.css +2 -0
- package/lib/components/VToolbar/VToolbar.css +21 -7
- package/lib/components/VToolbar/VToolbar.sass +1 -2
- package/lib/components/VTooltip/index.d.mts +3 -3
- package/lib/components/VTreeview/VTreeview.sass +9 -9
- package/lib/components/VValidation/index.d.mts +8 -9
- package/lib/components/VVirtualScroll/VVirtualScroll.mjs +0 -2
- package/lib/components/VVirtualScroll/VVirtualScroll.mjs.map +1 -1
- package/lib/components/VVirtualScroll/index.d.mts +0 -3
- package/lib/components/index.d.mts +302 -565
- package/lib/composables/nested/nested.mjs +3 -3
- package/lib/composables/nested/nested.mjs.map +1 -1
- package/lib/composables/nested/openStrategies.mjs +2 -4
- package/lib/composables/nested/openStrategies.mjs.map +1 -1
- package/lib/composables/nested/selectStrategies.mjs +5 -5
- package/lib/composables/nested/selectStrategies.mjs.map +1 -1
- package/lib/composables/validation.mjs +6 -8
- package/lib/composables/validation.mjs.map +1 -1
- package/lib/composables/virtual.mjs +0 -1
- package/lib/composables/virtual.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/entry-bundler.mjs.map +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/framework.mjs.map +1 -1
- package/lib/index.d.mts +46 -46
- package/lib/labs/VDateInput/index.d.mts +6 -6
- package/lib/labs/VNumberInput/VNumberInput.mjs +60 -36
- package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
- package/lib/labs/VNumberInput/index.d.mts +23 -14
- package/lib/labs/VPicker/VPicker.css +6 -2
- package/lib/labs/VPicker/VPicker.sass +2 -3
- package/lib/labs/VSnackbarQueue/index.d.mts +3 -3
- package/lib/labs/VStepperVertical/index.d.mts +0 -36
- package/lib/labs/VTreeview/VTreeview.mjs +5 -7
- package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewChildren.mjs +10 -33
- package/lib/labs/VTreeview/VTreeviewChildren.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.css +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.mjs +74 -14
- package/lib/labs/VTreeview/VTreeviewItem.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.sass +5 -2
- package/lib/labs/VTreeview/index.d.mts +60 -77
- package/lib/labs/components.d.mts +92 -136
- package/lib/styles/generic/_colors.scss +9 -3
- package/lib/styles/main.css +520 -0
- package/lib/styles/tools/_absolute.sass +8 -7
- package/lib/styles/tools/_border.sass +4 -3
- package/lib/styles/tools/_display.sass +8 -7
- package/lib/styles/tools/_elevation.sass +4 -2
- package/lib/styles/tools/_index.sass +0 -1
- package/lib/styles/tools/_radius.sass +6 -5
- package/lib/styles/tools/_rounded.sass +2 -1
- package/lib/styles/tools/_theme.sass +3 -2
- package/lib/styles/tools/_typography.sass +6 -5
- package/lib/styles/tools/_utilities.sass +5 -5
- package/lib/styles/utilities/_index.sass +7 -7
- package/lib/util/helpers.mjs +0 -5
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +1 -1
- package/lib/styles/tools/_sheet.sass +0 -14
@@ -5,7 +5,6 @@ import { VDefaultsProvider } from "../VDefaultsProvider/index.mjs";
|
|
5
5
|
import { VIcon } from "../VIcon/index.mjs"; // Composables
|
6
6
|
import { useBackgroundColor } from "../../composables/color.mjs";
|
7
7
|
import { makeComponentProps } from "../../composables/component.mjs";
|
8
|
-
import { makeDimensionProps, useDimension } from "../../composables/dimensions.mjs";
|
9
8
|
import { IconValue } from "../../composables/icons.mjs"; // Directives
|
10
9
|
import { Ripple } from "../../directives/ripple/index.mjs"; // Utilities
|
11
10
|
import { computed, inject } from 'vue';
|
@@ -28,8 +27,7 @@ export const makeVExpansionPanelTitleProps = propsFactory({
|
|
28
27
|
default: false
|
29
28
|
},
|
30
29
|
readonly: Boolean,
|
31
|
-
...makeComponentProps()
|
32
|
-
...makeDimensionProps()
|
30
|
+
...makeComponentProps()
|
33
31
|
}, 'VExpansionPanelTitle');
|
34
32
|
export const VExpansionPanelTitle = genericComponent()({
|
35
33
|
name: 'VExpansionPanelTitle',
|
@@ -47,9 +45,6 @@ export const VExpansionPanelTitle = genericComponent()({
|
|
47
45
|
backgroundColorClasses,
|
48
46
|
backgroundColorStyles
|
49
47
|
} = useBackgroundColor(props, 'color');
|
50
|
-
const {
|
51
|
-
dimensionStyles
|
52
|
-
} = useDimension(props);
|
53
48
|
const slotProps = computed(() => ({
|
54
49
|
collapseIcon: props.collapseIcon,
|
55
50
|
disabled: expansionPanel.disabled.value,
|
@@ -64,7 +59,7 @@ export const VExpansionPanelTitle = genericComponent()({
|
|
64
59
|
'v-expansion-panel-title--focusable': props.focusable,
|
65
60
|
'v-expansion-panel-title--static': props.static
|
66
61
|
}, backgroundColorClasses.value, props.class],
|
67
|
-
"style": [backgroundColorStyles.value,
|
62
|
+
"style": [backgroundColorStyles.value, props.style],
|
68
63
|
"type": "button",
|
69
64
|
"tabindex": expansionPanel.disabled.value ? -1 : undefined,
|
70
65
|
"disabled": expansionPanel.disabled.value,
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"VExpansionPanelTitle.mjs","names":["VExpansionPanelSymbol","VDefaultsProvider","VIcon","useBackgroundColor","makeComponentProps","
|
1
|
+
{"version":3,"file":"VExpansionPanelTitle.mjs","names":["VExpansionPanelSymbol","VDefaultsProvider","VIcon","useBackgroundColor","makeComponentProps","IconValue","Ripple","computed","inject","genericComponent","propsFactory","useRender","makeVExpansionPanelTitleProps","color","String","expandIcon","type","default","collapseIcon","hideActions","Boolean","focusable","static","ripple","Object","readonly","VExpansionPanelTitle","name","directives","props","setup","_ref","slots","expansionPanel","Error","backgroundColorClasses","backgroundColorStyles","slotProps","disabled","value","expanded","isSelected","icon","_withDirectives","_createVNode","class","style","undefined","toggle","actions","_resolveDirective"],"sources":["../../../src/components/VExpansionPanel/VExpansionPanelTitle.tsx"],"sourcesContent":["// Components\nimport { VExpansionPanelSymbol } from './shared'\nimport { VDefaultsProvider } from '@/components/VDefaultsProvider'\nimport { VIcon } from '@/components/VIcon'\n\n// Composables\nimport { useBackgroundColor } from '@/composables/color'\nimport { makeComponentProps } from '@/composables/component'\nimport { IconValue } from '@/composables/icons'\n\n// Directives\nimport { Ripple } from '@/directives/ripple'\n\n// Utilities\nimport { computed, inject } from 'vue'\nimport { genericComponent, propsFactory, useRender } from '@/util'\n\n// Types\nimport type { PropType } from 'vue'\nimport type { RippleDirectiveBinding } from '@/directives/ripple'\n\ninterface ExpansionPanelTitleSlot {\n collapseIcon: IconValue\n disabled: boolean | undefined\n expanded: boolean\n expandIcon: IconValue\n readonly: boolean\n}\n\nexport type VExpansionPanelTitleSlots = {\n default: ExpansionPanelTitleSlot\n actions: ExpansionPanelTitleSlot\n}\n\nexport const makeVExpansionPanelTitleProps = propsFactory({\n color: String,\n expandIcon: {\n type: IconValue,\n default: '$expand',\n },\n collapseIcon: {\n type: IconValue,\n default: '$collapse',\n },\n hideActions: Boolean,\n focusable: Boolean,\n static: Boolean,\n ripple: {\n type: [Boolean, Object] as PropType<RippleDirectiveBinding['value']>,\n default: false,\n },\n readonly: Boolean,\n\n ...makeComponentProps(),\n}, 'VExpansionPanelTitle')\n\nexport const VExpansionPanelTitle = genericComponent<VExpansionPanelTitleSlots>()({\n name: 'VExpansionPanelTitle',\n\n directives: { Ripple },\n\n props: makeVExpansionPanelTitleProps(),\n\n setup (props, { slots }) {\n const expansionPanel = inject(VExpansionPanelSymbol)\n\n if (!expansionPanel) throw new Error('[Vuetify] v-expansion-panel-title needs to be placed inside v-expansion-panel')\n\n const { backgroundColorClasses, backgroundColorStyles } = useBackgroundColor(props, 'color')\n\n const slotProps = computed(() => ({\n collapseIcon: props.collapseIcon,\n disabled: expansionPanel.disabled.value,\n expanded: expansionPanel.isSelected.value,\n expandIcon: props.expandIcon,\n readonly: props.readonly,\n }))\n\n const icon = computed(() => expansionPanel.isSelected.value ? props.collapseIcon : props.expandIcon)\n\n useRender(() => (\n <button\n class={[\n 'v-expansion-panel-title',\n {\n 'v-expansion-panel-title--active': expansionPanel.isSelected.value,\n 'v-expansion-panel-title--focusable': props.focusable,\n 'v-expansion-panel-title--static': props.static,\n },\n backgroundColorClasses.value,\n props.class,\n ]}\n style={[\n backgroundColorStyles.value,\n props.style,\n ]}\n type=\"button\"\n tabindex={ expansionPanel.disabled.value ? -1 : undefined }\n disabled={ expansionPanel.disabled.value }\n aria-expanded={ expansionPanel.isSelected.value }\n onClick={ !props.readonly ? expansionPanel.toggle : undefined }\n v-ripple={ props.ripple }\n >\n <span class=\"v-expansion-panel-title__overlay\" />\n\n { slots.default?.(slotProps.value) }\n\n { !props.hideActions && (\n <VDefaultsProvider\n defaults={{\n VIcon: {\n icon: icon.value,\n },\n }}\n >\n <span class=\"v-expansion-panel-title__icon\">\n { slots.actions?.(slotProps.value) ?? <VIcon /> }\n </span>\n </VDefaultsProvider>\n )}\n </button>\n ))\n\n return {}\n },\n})\n\nexport type VExpansionPanelTitle = InstanceType<typeof VExpansionPanelTitle>\n"],"mappings":"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","ignoreList":[]}
|
@@ -433,13 +433,7 @@ declare const VExpansionPanel: {
|
|
433
433
|
expandIcon: IconValue;
|
434
434
|
hideActions: boolean;
|
435
435
|
} & {
|
436
|
-
height?: string | number | undefined;
|
437
|
-
width?: string | number | undefined;
|
438
436
|
color?: string | undefined;
|
439
|
-
maxHeight?: string | number | undefined;
|
440
|
-
maxWidth?: string | number | undefined;
|
441
|
-
minHeight?: string | number | undefined;
|
442
|
-
minWidth?: string | number | undefined;
|
443
437
|
value?: any;
|
444
438
|
title?: string | undefined;
|
445
439
|
text?: string | undefined;
|
@@ -489,13 +483,7 @@ declare const VExpansionPanel: {
|
|
489
483
|
expandIcon: IconValue;
|
490
484
|
hideActions: boolean;
|
491
485
|
} & {
|
492
|
-
height?: string | number | undefined;
|
493
|
-
width?: string | number | undefined;
|
494
486
|
color?: string | undefined;
|
495
|
-
maxHeight?: string | number | undefined;
|
496
|
-
maxWidth?: string | number | undefined;
|
497
|
-
minHeight?: string | number | undefined;
|
498
|
-
minWidth?: string | number | undefined;
|
499
487
|
value?: any;
|
500
488
|
title?: string | undefined;
|
501
489
|
text?: string | undefined;
|
@@ -572,13 +560,7 @@ declare const VExpansionPanel: {
|
|
572
560
|
expandIcon: IconValue;
|
573
561
|
hideActions: boolean;
|
574
562
|
} & {
|
575
|
-
height?: string | number | undefined;
|
576
|
-
width?: string | number | undefined;
|
577
563
|
color?: string | undefined;
|
578
|
-
maxHeight?: string | number | undefined;
|
579
|
-
maxWidth?: string | number | undefined;
|
580
|
-
minHeight?: string | number | undefined;
|
581
|
-
minWidth?: string | number | undefined;
|
582
564
|
value?: any;
|
583
565
|
title?: string | undefined;
|
584
566
|
text?: string | undefined;
|
@@ -644,13 +626,7 @@ declare const VExpansionPanel: {
|
|
644
626
|
expandIcon: IconValue;
|
645
627
|
hideActions: boolean;
|
646
628
|
} & {
|
647
|
-
height?: string | number | undefined;
|
648
|
-
width?: string | number | undefined;
|
649
629
|
color?: string | undefined;
|
650
|
-
maxHeight?: string | number | undefined;
|
651
|
-
maxWidth?: string | number | undefined;
|
652
|
-
minHeight?: string | number | undefined;
|
653
|
-
minWidth?: string | number | undefined;
|
654
630
|
value?: any;
|
655
631
|
title?: string | undefined;
|
656
632
|
text?: string | undefined;
|
@@ -717,12 +693,6 @@ declare const VExpansionPanel: {
|
|
717
693
|
type: vue.PropType<vue.StyleValue>;
|
718
694
|
default: null;
|
719
695
|
};
|
720
|
-
height: (StringConstructor | NumberConstructor)[];
|
721
|
-
maxHeight: (StringConstructor | NumberConstructor)[];
|
722
|
-
maxWidth: (StringConstructor | NumberConstructor)[];
|
723
|
-
minHeight: (StringConstructor | NumberConstructor)[];
|
724
|
-
minWidth: (StringConstructor | NumberConstructor)[];
|
725
|
-
width: (StringConstructor | NumberConstructor)[];
|
726
696
|
color: StringConstructor;
|
727
697
|
expandIcon: {
|
728
698
|
type: vue.PropType<IconValue>;
|
@@ -768,12 +738,6 @@ declare const VExpansionPanel: {
|
|
768
738
|
type: vue.PropType<vue.StyleValue>;
|
769
739
|
default: null;
|
770
740
|
};
|
771
|
-
height: (StringConstructor | NumberConstructor)[];
|
772
|
-
maxHeight: (StringConstructor | NumberConstructor)[];
|
773
|
-
maxWidth: (StringConstructor | NumberConstructor)[];
|
774
|
-
minHeight: (StringConstructor | NumberConstructor)[];
|
775
|
-
minWidth: (StringConstructor | NumberConstructor)[];
|
776
|
-
width: (StringConstructor | NumberConstructor)[];
|
777
741
|
color: StringConstructor;
|
778
742
|
expandIcon: {
|
779
743
|
type: vue.PropType<IconValue>;
|
@@ -937,13 +901,7 @@ declare const VExpansionPanelTitle: {
|
|
937
901
|
expandIcon: IconValue;
|
938
902
|
hideActions: boolean;
|
939
903
|
} & {
|
940
|
-
height?: string | number | undefined;
|
941
|
-
width?: string | number | undefined;
|
942
904
|
color?: string | undefined;
|
943
|
-
maxHeight?: string | number | undefined;
|
944
|
-
maxWidth?: string | number | undefined;
|
945
|
-
minHeight?: string | number | undefined;
|
946
|
-
minWidth?: string | number | undefined;
|
947
905
|
class?: any;
|
948
906
|
} & {
|
949
907
|
$children?: vue.VNodeChild | {
|
@@ -969,13 +927,7 @@ declare const VExpansionPanelTitle: {
|
|
969
927
|
expandIcon: IconValue;
|
970
928
|
hideActions: boolean;
|
971
929
|
} & {
|
972
|
-
height?: string | number | undefined;
|
973
|
-
width?: string | number | undefined;
|
974
930
|
color?: string | undefined;
|
975
|
-
maxHeight?: string | number | undefined;
|
976
|
-
maxWidth?: string | number | undefined;
|
977
|
-
minHeight?: string | number | undefined;
|
978
|
-
minWidth?: string | number | undefined;
|
979
931
|
class?: any;
|
980
932
|
} & {
|
981
933
|
$children?: vue.VNodeChild | {
|
@@ -1026,13 +978,7 @@ declare const VExpansionPanelTitle: {
|
|
1026
978
|
expandIcon: IconValue;
|
1027
979
|
hideActions: boolean;
|
1028
980
|
} & {
|
1029
|
-
height?: string | number | undefined;
|
1030
|
-
width?: string | number | undefined;
|
1031
981
|
color?: string | undefined;
|
1032
|
-
maxHeight?: string | number | undefined;
|
1033
|
-
maxWidth?: string | number | undefined;
|
1034
|
-
minHeight?: string | number | undefined;
|
1035
|
-
minWidth?: string | number | undefined;
|
1036
982
|
class?: any;
|
1037
983
|
} & {
|
1038
984
|
$children?: vue.VNodeChild | {
|
@@ -1073,13 +1019,7 @@ declare const VExpansionPanelTitle: {
|
|
1073
1019
|
expandIcon: IconValue;
|
1074
1020
|
hideActions: boolean;
|
1075
1021
|
} & {
|
1076
|
-
height?: string | number | undefined;
|
1077
|
-
width?: string | number | undefined;
|
1078
1022
|
color?: string | undefined;
|
1079
|
-
maxHeight?: string | number | undefined;
|
1080
|
-
maxWidth?: string | number | undefined;
|
1081
|
-
minHeight?: string | number | undefined;
|
1082
|
-
minWidth?: string | number | undefined;
|
1083
1023
|
class?: any;
|
1084
1024
|
} & {
|
1085
1025
|
$children?: vue.VNodeChild | {
|
@@ -1112,12 +1052,6 @@ declare const VExpansionPanelTitle: {
|
|
1112
1052
|
[key: string]: any;
|
1113
1053
|
}>[];
|
1114
1054
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
1115
|
-
height: (StringConstructor | NumberConstructor)[];
|
1116
|
-
maxHeight: (StringConstructor | NumberConstructor)[];
|
1117
|
-
maxWidth: (StringConstructor | NumberConstructor)[];
|
1118
|
-
minHeight: (StringConstructor | NumberConstructor)[];
|
1119
|
-
minWidth: (StringConstructor | NumberConstructor)[];
|
1120
|
-
width: (StringConstructor | NumberConstructor)[];
|
1121
1055
|
class: PropType<any>;
|
1122
1056
|
style: {
|
1123
1057
|
type: PropType<vue.StyleValue>;
|
@@ -1143,12 +1077,6 @@ declare const VExpansionPanelTitle: {
|
|
1143
1077
|
};
|
1144
1078
|
readonly: BooleanConstructor;
|
1145
1079
|
}, vue.ExtractPropTypes<{
|
1146
|
-
height: (StringConstructor | NumberConstructor)[];
|
1147
|
-
maxHeight: (StringConstructor | NumberConstructor)[];
|
1148
|
-
maxWidth: (StringConstructor | NumberConstructor)[];
|
1149
|
-
minHeight: (StringConstructor | NumberConstructor)[];
|
1150
|
-
minWidth: (StringConstructor | NumberConstructor)[];
|
1151
|
-
width: (StringConstructor | NumberConstructor)[];
|
1152
1080
|
class: PropType<any>;
|
1153
1081
|
style: {
|
1154
1082
|
type: PropType<vue.StyleValue>;
|
@@ -98,7 +98,6 @@ declare const VFab: {
|
|
98
98
|
rounded?: string | number | boolean | undefined;
|
99
99
|
baseColor?: string | undefined;
|
100
100
|
selectedClass?: string | undefined;
|
101
|
-
activeColor?: string | undefined;
|
102
101
|
prependIcon?: IconValue | undefined;
|
103
102
|
appendIcon?: IconValue | undefined;
|
104
103
|
} & {
|
@@ -169,7 +168,6 @@ declare const VFab: {
|
|
169
168
|
rounded?: string | number | boolean | undefined;
|
170
169
|
baseColor?: string | undefined;
|
171
170
|
selectedClass?: string | undefined;
|
172
|
-
activeColor?: string | undefined;
|
173
171
|
prependIcon?: IconValue | undefined;
|
174
172
|
appendIcon?: IconValue | undefined;
|
175
173
|
} & {
|
@@ -281,7 +279,6 @@ declare const VFab: {
|
|
281
279
|
rounded?: string | number | boolean | undefined;
|
282
280
|
baseColor?: string | undefined;
|
283
281
|
selectedClass?: string | undefined;
|
284
|
-
activeColor?: string | undefined;
|
285
282
|
prependIcon?: IconValue | undefined;
|
286
283
|
appendIcon?: IconValue | undefined;
|
287
284
|
} & {
|
@@ -386,7 +383,6 @@ declare const VFab: {
|
|
386
383
|
rounded?: string | number | boolean | undefined;
|
387
384
|
baseColor?: string | undefined;
|
388
385
|
selectedClass?: string | undefined;
|
389
|
-
activeColor?: string | undefined;
|
390
386
|
prependIcon?: IconValue | undefined;
|
391
387
|
appendIcon?: IconValue | undefined;
|
392
388
|
} & {
|
@@ -538,7 +534,6 @@ declare const VFab: {
|
|
538
534
|
};
|
539
535
|
baseColor: StringConstructor;
|
540
536
|
selectedClass: StringConstructor;
|
541
|
-
activeColor: StringConstructor;
|
542
537
|
prependIcon: vue.PropType<IconValue>;
|
543
538
|
appendIcon: vue.PropType<IconValue>;
|
544
539
|
slim: BooleanConstructor;
|
@@ -658,7 +653,6 @@ declare const VFab: {
|
|
658
653
|
};
|
659
654
|
baseColor: StringConstructor;
|
660
655
|
selectedClass: StringConstructor;
|
661
|
-
activeColor: StringConstructor;
|
662
656
|
prependIcon: vue.PropType<IconValue>;
|
663
657
|
appendIcon: vue.PropType<IconValue>;
|
664
658
|
slim: BooleanConstructor;
|
@@ -1,6 +1,5 @@
|
|
1
1
|
/* region INPUT */
|
2
2
|
.v-field {
|
3
|
-
--v-theme-overlay-multiplier: 1;
|
4
3
|
display: grid;
|
5
4
|
grid-template-areas: "prepend-inner field clear append-inner";
|
6
5
|
grid-template-columns: min-content minmax(0, 1fr) min-content min-content;
|
@@ -12,6 +11,7 @@
|
|
12
11
|
flex: 1 0;
|
13
12
|
grid-area: control;
|
14
13
|
position: relative;
|
14
|
+
--v-theme-overlay-multiplier: 1;
|
15
15
|
--v-field-padding-start: 16px;
|
16
16
|
--v-field-padding-end: 16px;
|
17
17
|
--v-field-padding-top: 8px;
|
@@ -39,12 +39,16 @@
|
|
39
39
|
background: rgb(var(--v-theme-surface));
|
40
40
|
border-color: transparent;
|
41
41
|
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
42
|
+
}
|
43
|
+
.v-field--variant-solo, .v-field--variant-solo-filled {
|
42
44
|
box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
43
45
|
}
|
44
46
|
.v-field--variant-solo-inverted {
|
45
47
|
background: rgb(var(--v-theme-surface));
|
46
48
|
border-color: transparent;
|
47
49
|
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
50
|
+
}
|
51
|
+
.v-field--variant-solo-inverted {
|
48
52
|
box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
49
53
|
}
|
50
54
|
.v-field--variant-solo-inverted.v-field--focused {
|
@@ -367,6 +371,8 @@ textarea.v-field__input::placeholder {
|
|
367
371
|
border-width: 0 0 var(--v-field-border-width);
|
368
372
|
opacity: var(--v-field-border-opacity);
|
369
373
|
transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
|
374
|
+
}
|
375
|
+
.v-field--variant-filled .v-field__outline::before, .v-field--variant-underlined .v-field__outline::before {
|
370
376
|
content: "";
|
371
377
|
position: absolute;
|
372
378
|
top: 0;
|
@@ -380,6 +386,8 @@ textarea.v-field__input::placeholder {
|
|
380
386
|
border-width: 0 0 2px;
|
381
387
|
transform: scaleX(0);
|
382
388
|
transition: transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
|
389
|
+
}
|
390
|
+
.v-field--variant-filled .v-field__outline::after, .v-field--variant-underlined .v-field__outline::after {
|
383
391
|
content: "";
|
384
392
|
position: absolute;
|
385
393
|
top: 0;
|
@@ -432,6 +440,8 @@ textarea.v-field__input::placeholder {
|
|
432
440
|
.v-field--variant-outlined .v-field__outline__notch::before, .v-field--variant-outlined .v-field__outline__notch::after {
|
433
441
|
opacity: var(--v-field-border-opacity);
|
434
442
|
transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
|
443
|
+
}
|
444
|
+
.v-field--variant-outlined .v-field__outline__notch::before, .v-field--variant-outlined .v-field__outline__notch::after {
|
435
445
|
content: "";
|
436
446
|
position: absolute;
|
437
447
|
top: 0;
|
@@ -494,6 +504,8 @@ textarea.v-field__input::placeholder {
|
|
494
504
|
.v-field__overlay {
|
495
505
|
border-radius: inherit;
|
496
506
|
pointer-events: none;
|
507
|
+
}
|
508
|
+
.v-field__overlay {
|
497
509
|
position: absolute;
|
498
510
|
top: 0;
|
499
511
|
left: 0;
|
@@ -8,8 +8,6 @@
|
|
8
8
|
@include tools.layer('components')
|
9
9
|
/* region INPUT */
|
10
10
|
.v-field
|
11
|
-
--v-theme-overlay-multiplier: 1
|
12
|
-
|
13
11
|
display: grid
|
14
12
|
grid-template-areas: "prepend-inner field clear append-inner"
|
15
13
|
grid-template-columns: min-content minmax(0, 1fr) min-content min-content
|
@@ -22,10 +20,7 @@
|
|
22
20
|
grid-area: control
|
23
21
|
position: relative
|
24
22
|
|
25
|
-
|
26
|
-
opacity: var(--v-disabled-opacity)
|
27
|
-
pointer-events: none
|
28
|
-
|
23
|
+
--v-theme-overlay-multiplier: 1
|
29
24
|
--v-field-padding-start: #{$field-control-padding-start}
|
30
25
|
--v-field-padding-end: #{$field-control-padding-end}
|
31
26
|
--v-field-padding-top: #{$field-control-padding-top}
|
@@ -33,6 +28,10 @@
|
|
33
28
|
--v-field-input-padding-top: #{$field-input-padding-top}
|
34
29
|
--v-field-input-padding-bottom: #{$field-input-padding-bottom}
|
35
30
|
|
31
|
+
&--disabled
|
32
|
+
opacity: var(--v-disabled-opacity)
|
33
|
+
pointer-events: none
|
34
|
+
|
36
35
|
.v-chip
|
37
36
|
--v-chip-height: #{$field-chip-height}
|
38
37
|
|
@@ -50,14 +49,12 @@
|
|
50
49
|
background: $field-control-solo-background
|
51
50
|
border-color: transparent
|
52
51
|
color: $field-control-solo-color
|
53
|
-
|
54
52
|
@include tools.elevation($field-control-solo-elevation)
|
55
53
|
|
56
54
|
&--variant-solo-inverted
|
57
55
|
background: $field-control-solo-background
|
58
56
|
border-color: transparent
|
59
57
|
color: $field-control-solo-inverted-color
|
60
|
-
|
61
58
|
@include tools.elevation($field-control-solo-elevation)
|
62
59
|
|
63
60
|
&.v-field--focused
|
@@ -125,7 +125,7 @@ declare const VFileInput: {
|
|
125
125
|
class?: any;
|
126
126
|
theme?: string | undefined;
|
127
127
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
128
|
-
validateOn?:
|
128
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
129
129
|
validationValue?: any;
|
130
130
|
rounded?: string | number | boolean | undefined;
|
131
131
|
baseColor?: string | undefined;
|
@@ -257,7 +257,7 @@ declare const VFileInput: {
|
|
257
257
|
class?: any;
|
258
258
|
theme?: string | undefined;
|
259
259
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
260
|
-
validateOn?:
|
260
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
261
261
|
validationValue?: any;
|
262
262
|
prependIcon?: IconValue | undefined;
|
263
263
|
appendIcon?: IconValue | undefined;
|
@@ -290,7 +290,7 @@ declare const VFileInput: {
|
|
290
290
|
class?: any;
|
291
291
|
theme?: string | undefined;
|
292
292
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
293
|
-
validateOn?:
|
293
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
294
294
|
validationValue?: any;
|
295
295
|
prependIcon?: IconValue | undefined;
|
296
296
|
appendIcon?: IconValue | undefined;
|
@@ -351,7 +351,7 @@ declare const VFileInput: {
|
|
351
351
|
class?: any;
|
352
352
|
theme?: string | undefined;
|
353
353
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
354
|
-
validateOn?:
|
354
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
355
355
|
validationValue?: any;
|
356
356
|
prependIcon?: IconValue | undefined;
|
357
357
|
appendIcon?: IconValue | undefined;
|
@@ -443,7 +443,7 @@ declare const VFileInput: {
|
|
443
443
|
class?: any;
|
444
444
|
theme?: string | undefined;
|
445
445
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
446
|
-
validateOn?:
|
446
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
447
447
|
validationValue?: any;
|
448
448
|
prependIcon?: IconValue | undefined;
|
449
449
|
appendIcon?: IconValue | undefined;
|
@@ -510,7 +510,7 @@ declare const VFileInput: {
|
|
510
510
|
class?: any;
|
511
511
|
theme?: string | undefined;
|
512
512
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
513
|
-
validateOn?:
|
513
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
514
514
|
validationValue?: any;
|
515
515
|
rounded?: string | number | boolean | undefined;
|
516
516
|
baseColor?: string | undefined;
|
@@ -733,7 +733,7 @@ declare const VFileInput: {
|
|
733
733
|
class?: any;
|
734
734
|
theme?: string | undefined;
|
735
735
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
736
|
-
validateOn?:
|
736
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
737
737
|
validationValue?: any;
|
738
738
|
rounded?: string | number | boolean | undefined;
|
739
739
|
baseColor?: string | undefined;
|
@@ -865,7 +865,7 @@ declare const VFileInput: {
|
|
865
865
|
class?: any;
|
866
866
|
theme?: string | undefined;
|
867
867
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
868
|
-
validateOn?:
|
868
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
869
869
|
validationValue?: any;
|
870
870
|
prependIcon?: IconValue | undefined;
|
871
871
|
appendIcon?: IconValue | undefined;
|
@@ -898,7 +898,7 @@ declare const VFileInput: {
|
|
898
898
|
class?: any;
|
899
899
|
theme?: string | undefined;
|
900
900
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
901
|
-
validateOn?:
|
901
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
902
902
|
validationValue?: any;
|
903
903
|
prependIcon?: IconValue | undefined;
|
904
904
|
appendIcon?: IconValue | undefined;
|
@@ -959,7 +959,7 @@ declare const VFileInput: {
|
|
959
959
|
class?: any;
|
960
960
|
theme?: string | undefined;
|
961
961
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
962
|
-
validateOn?:
|
962
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
963
963
|
validationValue?: any;
|
964
964
|
prependIcon?: IconValue | undefined;
|
965
965
|
appendIcon?: IconValue | undefined;
|
@@ -1051,7 +1051,7 @@ declare const VFileInput: {
|
|
1051
1051
|
class?: any;
|
1052
1052
|
theme?: string | undefined;
|
1053
1053
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
1054
|
-
validateOn?:
|
1054
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
1055
1055
|
validationValue?: any;
|
1056
1056
|
prependIcon?: IconValue | undefined;
|
1057
1057
|
appendIcon?: IconValue | undefined;
|
@@ -1152,7 +1152,7 @@ declare const VFileInput: {
|
|
1152
1152
|
class?: any;
|
1153
1153
|
theme?: string | undefined;
|
1154
1154
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
1155
|
-
validateOn?:
|
1155
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
1156
1156
|
validationValue?: any;
|
1157
1157
|
rounded?: string | number | boolean | undefined;
|
1158
1158
|
baseColor?: string | undefined;
|
@@ -1284,7 +1284,7 @@ declare const VFileInput: {
|
|
1284
1284
|
class?: any;
|
1285
1285
|
theme?: string | undefined;
|
1286
1286
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
1287
|
-
validateOn?:
|
1287
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
1288
1288
|
validationValue?: any;
|
1289
1289
|
prependIcon?: IconValue | undefined;
|
1290
1290
|
appendIcon?: IconValue | undefined;
|
@@ -1317,7 +1317,7 @@ declare const VFileInput: {
|
|
1317
1317
|
class?: any;
|
1318
1318
|
theme?: string | undefined;
|
1319
1319
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
1320
|
-
validateOn?:
|
1320
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
1321
1321
|
validationValue?: any;
|
1322
1322
|
prependIcon?: IconValue | undefined;
|
1323
1323
|
appendIcon?: IconValue | undefined;
|
@@ -1378,7 +1378,7 @@ declare const VFileInput: {
|
|
1378
1378
|
class?: any;
|
1379
1379
|
theme?: string | undefined;
|
1380
1380
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
1381
|
-
validateOn?:
|
1381
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
1382
1382
|
validationValue?: any;
|
1383
1383
|
prependIcon?: IconValue | undefined;
|
1384
1384
|
appendIcon?: IconValue | undefined;
|
@@ -1470,7 +1470,7 @@ declare const VFileInput: {
|
|
1470
1470
|
class?: any;
|
1471
1471
|
theme?: string | undefined;
|
1472
1472
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
1473
|
-
validateOn?:
|
1473
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
1474
1474
|
validationValue?: any;
|
1475
1475
|
prependIcon?: IconValue | undefined;
|
1476
1476
|
appendIcon?: IconValue | undefined;
|
@@ -1647,7 +1647,7 @@ declare const VFileInput: {
|
|
1647
1647
|
type: PropType<readonly ValidationRule[]>;
|
1648
1648
|
default: () => never[];
|
1649
1649
|
};
|
1650
|
-
validateOn: PropType<
|
1650
|
+
validateOn: PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
|
1651
1651
|
validationValue: null;
|
1652
1652
|
width: (StringConstructor | NumberConstructor)[];
|
1653
1653
|
maxWidth: (StringConstructor | NumberConstructor)[];
|
@@ -1769,7 +1769,7 @@ declare const VFileInput: {
|
|
1769
1769
|
type: PropType<readonly ValidationRule[]>;
|
1770
1770
|
default: () => never[];
|
1771
1771
|
};
|
1772
|
-
validateOn: PropType<
|
1772
|
+
validateOn: PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
|
1773
1773
|
validationValue: null;
|
1774
1774
|
width: (StringConstructor | NumberConstructor)[];
|
1775
1775
|
maxWidth: (StringConstructor | NumberConstructor)[];
|
@@ -6,24 +6,32 @@
|
|
6
6
|
position: relative;
|
7
7
|
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
8
8
|
transition-property: height, width, transform, max-width, left, right, top, bottom;
|
9
|
+
}
|
10
|
+
.v-footer {
|
9
11
|
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
10
12
|
border-style: solid;
|
11
13
|
border-width: 0;
|
12
|
-
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
13
|
-
border-radius: 0;
|
14
|
-
background: rgb(var(--v-theme-surface));
|
15
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
16
14
|
}
|
17
15
|
.v-footer--border {
|
18
16
|
border-width: thin;
|
19
17
|
box-shadow: none;
|
20
18
|
}
|
19
|
+
.v-footer {
|
20
|
+
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
21
|
+
}
|
21
22
|
.v-footer--absolute {
|
22
23
|
position: absolute;
|
23
24
|
}
|
24
25
|
.v-footer--fixed {
|
25
26
|
position: fixed;
|
26
27
|
}
|
28
|
+
.v-footer {
|
29
|
+
border-radius: 0;
|
30
|
+
}
|
31
|
+
.v-footer {
|
32
|
+
background: rgb(var(--v-theme-surface));
|
33
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
34
|
+
}
|
27
35
|
.v-footer--rounded {
|
28
36
|
border-radius: 4px;
|
29
37
|
}
|