vuetify 3.10.10 → 3.10.12
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 +3270 -3310
- package/dist/json/importMap-labs.json +22 -22
- package/dist/json/importMap.json +170 -170
- package/dist/json/tags.json +0 -10
- package/dist/json/web-types.json +6161 -6261
- package/dist/vuetify-labs.cjs +23 -10
- package/dist/vuetify-labs.css +4368 -4362
- package/dist/vuetify-labs.d.ts +465 -653
- package/dist/vuetify-labs.esm.js +23 -10
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +23 -10
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +23 -10
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +3098 -3092
- package/dist/vuetify.d.ts +339 -467
- package/dist/vuetify.esm.js +23 -10
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +23 -10
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +25 -25
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.d.ts +63 -94
- package/lib/components/VCombobox/VCombobox.d.ts +63 -94
- package/lib/components/VField/VField.css +6 -1
- package/lib/components/VField/VField.d.ts +8 -13
- package/lib/components/VField/VField.js +1 -1
- package/lib/components/VField/VField.js.map +1 -1
- package/lib/components/VField/VField.sass +5 -0
- package/lib/components/VFileInput/VFileInput.d.ts +0 -13
- package/lib/components/VNumberInput/VNumberInput.d.ts +63 -89
- package/lib/components/VSelect/VSelect.d.ts +63 -94
- package/lib/components/VSelect/VSelect.js +14 -3
- package/lib/components/VSelect/VSelect.js.map +1 -1
- package/lib/components/VTabs/VTab.css +3 -2
- package/lib/components/VTabs/VTab.sass +2 -1
- package/lib/components/VTextField/VTextField.d.ts +18 -31
- package/lib/components/VTextarea/VTextarea.d.ts +0 -13
- package/lib/components/VWindow/VWindow.js +2 -2
- package/lib/components/VWindow/VWindow.js.map +1 -1
- package/lib/composables/autocomplete.js +1 -0
- package/lib/composables/autocomplete.js.map +1 -1
- package/lib/directives/tooltip/index.js +5 -2
- package/lib/directives/tooltip/index.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +61 -61
- package/lib/framework.js +1 -1
- package/lib/labs/VColorInput/VColorInput.d.ts +0 -13
- package/lib/labs/VDateInput/VDateInput.d.ts +63 -94
- package/lib/labs/VMaskInput/VMaskInput.d.ts +63 -94
- package/lib/util/helpers.js +1 -1
- package/lib/util/helpers.js.map +1 -1
- package/package.json +1 -1
|
@@ -47,7 +47,6 @@ export declare const makeVTextareaProps: <Defaults extends {
|
|
|
47
47
|
centerAffix?: unknown;
|
|
48
48
|
color?: unknown;
|
|
49
49
|
baseColor?: unknown;
|
|
50
|
-
details?: unknown;
|
|
51
50
|
dirty?: unknown;
|
|
52
51
|
disabled?: unknown;
|
|
53
52
|
glow?: unknown;
|
|
@@ -304,10 +303,6 @@ export declare const makeVTextareaProps: <Defaults extends {
|
|
|
304
303
|
type: PropType<unknown extends Defaults["baseColor"] ? string : string | Defaults["baseColor"]>;
|
|
305
304
|
default: unknown extends Defaults["baseColor"] ? string : string | Defaults["baseColor"];
|
|
306
305
|
};
|
|
307
|
-
details: unknown extends Defaults["details"] ? BooleanConstructor : {
|
|
308
|
-
type: PropType<unknown extends Defaults["details"] ? boolean : boolean | Defaults["details"]>;
|
|
309
|
-
default: unknown extends Defaults["details"] ? boolean : boolean | Defaults["details"];
|
|
310
|
-
};
|
|
311
306
|
dirty: unknown extends Defaults["dirty"] ? BooleanConstructor : {
|
|
312
307
|
type: PropType<unknown extends Defaults["dirty"] ? boolean : boolean | Defaults["dirty"]>;
|
|
313
308
|
default: unknown extends Defaults["dirty"] ? boolean : boolean | Defaults["dirty"];
|
|
@@ -470,7 +465,6 @@ export declare const VTextarea: {
|
|
|
470
465
|
clearable: boolean;
|
|
471
466
|
clearIcon: import("../../composables/icons.js").IconValue;
|
|
472
467
|
active: boolean;
|
|
473
|
-
details: boolean;
|
|
474
468
|
dirty: boolean;
|
|
475
469
|
disabled: boolean;
|
|
476
470
|
glow: boolean;
|
|
@@ -859,7 +853,6 @@ export declare const VTextarea: {
|
|
|
859
853
|
clearIcon: import("../../composables/icons.js").IconValue;
|
|
860
854
|
active: boolean;
|
|
861
855
|
centerAffix: boolean;
|
|
862
|
-
details: boolean;
|
|
863
856
|
dirty: boolean;
|
|
864
857
|
disabled: boolean;
|
|
865
858
|
glow: boolean;
|
|
@@ -934,7 +927,6 @@ export declare const VTextarea: {
|
|
|
934
927
|
clearable: boolean;
|
|
935
928
|
clearIcon: import("../../composables/icons.js").IconValue;
|
|
936
929
|
active: boolean;
|
|
937
|
-
details: boolean;
|
|
938
930
|
dirty: boolean;
|
|
939
931
|
disabled: boolean;
|
|
940
932
|
glow: boolean;
|
|
@@ -1317,7 +1309,6 @@ export declare const VTextarea: {
|
|
|
1317
1309
|
clearIcon: import("../../composables/icons.js").IconValue;
|
|
1318
1310
|
active: boolean;
|
|
1319
1311
|
centerAffix: boolean;
|
|
1320
|
-
details: boolean;
|
|
1321
1312
|
dirty: boolean;
|
|
1322
1313
|
disabled: boolean;
|
|
1323
1314
|
glow: boolean;
|
|
@@ -1353,7 +1344,6 @@ export declare const VTextarea: {
|
|
|
1353
1344
|
clearable: boolean;
|
|
1354
1345
|
clearIcon: import("../../composables/icons.js").IconValue;
|
|
1355
1346
|
active: boolean;
|
|
1356
|
-
details: boolean;
|
|
1357
1347
|
dirty: boolean;
|
|
1358
1348
|
disabled: boolean;
|
|
1359
1349
|
glow: boolean;
|
|
@@ -1742,7 +1732,6 @@ export declare const VTextarea: {
|
|
|
1742
1732
|
clearIcon: import("../../composables/icons.js").IconValue;
|
|
1743
1733
|
active: boolean;
|
|
1744
1734
|
centerAffix: boolean;
|
|
1745
|
-
details: boolean;
|
|
1746
1735
|
dirty: boolean;
|
|
1747
1736
|
disabled: boolean;
|
|
1748
1737
|
glow: boolean;
|
|
@@ -1869,7 +1858,6 @@ export declare const VTextarea: {
|
|
|
1869
1858
|
};
|
|
1870
1859
|
color: StringConstructor;
|
|
1871
1860
|
baseColor: StringConstructor;
|
|
1872
|
-
details: BooleanConstructor;
|
|
1873
1861
|
dirty: BooleanConstructor;
|
|
1874
1862
|
disabled: {
|
|
1875
1863
|
type: BooleanConstructor;
|
|
@@ -1988,7 +1976,6 @@ export declare const VTextarea: {
|
|
|
1988
1976
|
};
|
|
1989
1977
|
color: StringConstructor;
|
|
1990
1978
|
baseColor: StringConstructor;
|
|
1991
|
-
details: BooleanConstructor;
|
|
1992
1979
|
dirty: BooleanConstructor;
|
|
1993
1980
|
disabled: {
|
|
1994
1981
|
type: BooleanConstructor;
|
|
@@ -114,9 +114,9 @@ export const VWindow = genericComponent()({
|
|
|
114
114
|
if (itemsLength <= 2) {
|
|
115
115
|
isReversed.value = newVal < oldVal;
|
|
116
116
|
} else if (newVal === lastIndex && oldVal === 0) {
|
|
117
|
-
isReversed.value = true;
|
|
118
|
-
} else if (newVal === 0 && oldVal === lastIndex) {
|
|
119
117
|
isReversed.value = false;
|
|
118
|
+
} else if (newVal === 0 && oldVal === lastIndex) {
|
|
119
|
+
isReversed.value = true;
|
|
120
120
|
} else {
|
|
121
121
|
isReversed.value = newVal < oldVal;
|
|
122
122
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"VWindow.js","names":["VBtn","makeComponentProps","useGroup","useLocale","useRtl","makeTagProps","makeThemeProps","provideTheme","vTouch","computed","nextTick","provide","ref","shallowRef","toRef","watch","convertToUnit","genericComponent","IN_BROWSER","PREFERS_REDUCED_MOTION","propsFactory","useRender","getScrollParent","VWindowSymbol","Symbol","for","VWindowGroupSymbol","makeVWindowProps","continuous","Boolean","nextIcon","type","String","Function","Object","default","prevIcon","reverse","showArrows","validator","v","verticalArrows","touch","undefined","direction","modelValue","disabled","selectedClass","mandatory","crossfade","transitionDuration","Number","VWindow","name","directives","props","emits","value","setup","_ref","slots","themeClasses","isRtl","t","group","rootRef","isRtlReverse","isReversed","transition","axis","transitionCount","transitionHeight","activeIndex","items","findIndex","item","selected","includes","id","newVal","oldVal","scrollableParent","savedScrollPosition","left","top","scrollLeft","scrollTop","itemsLength","length","lastIndex","currentScrollY","scrollTo","behavior","requestAnimationFrame","rafScrollY","flush","canMoveBack","canMoveForward","prev","next","arrows","prevProps","icon","class","onClick","push","_createVNode","_createElementVNode","nextProps","touchOptions","options","right","start","_ref2","originalEvent","stopPropagation","_withDirectives","tag","_normalizeClass","_normalizeStyle","style","height","additional"],"sources":["../../../src/components/VWindow/VWindow.tsx"],"sourcesContent":["// Styles\nimport './VWindow.sass'\n\n// Components\nimport { VBtn } from '@/components/VBtn'\n\n// Composables\nimport { makeComponentProps } from '@/composables/component'\nimport { useGroup } from '@/composables/group'\nimport { useLocale, useRtl } from '@/composables/locale'\nimport { makeTagProps } from '@/composables/tag'\nimport { makeThemeProps, provideTheme } from '@/composables/theme'\n\n// Directives\nimport vTouch from '@/directives/touch'\n\n// Utilities\nimport { computed, nextTick, provide, ref, shallowRef, toRef, watch } from 'vue'\nimport { convertToUnit, genericComponent, IN_BROWSER, PREFERS_REDUCED_MOTION, propsFactory, useRender } from '@/util'\nimport { getScrollParent } from '@/util/getScrollParent'\n\n// Types\nimport type { ComputedRef, InjectionKey, PropType, Ref } from 'vue'\nimport type { GroupItemProvide, GroupProvide } from '@/composables/group'\nimport type { IconValue } from '@/composables/icons'\nimport type { TouchHandlers } from '@/directives/touch'\nimport type { GenericProps } from '@/util'\n\nexport type VWindowSlots = {\n default: { group: GroupProvide }\n additional: { group: GroupProvide }\n prev: { props: ControlProps }\n next: { props: ControlProps }\n}\n\ntype WindowProvide = {\n transition: ComputedRef<undefined | string>\n transitionCount: Ref<number>\n transitionHeight: Ref<undefined | string>\n isReversed: Ref<boolean>\n rootRef: Ref<HTMLElement | undefined>\n}\n\ntype ControlProps = {\n icon: IconValue\n class: string\n onClick: () => void\n 'aria-label': string\n}\n\nexport const VWindowSymbol: InjectionKey<WindowProvide> = Symbol.for('vuetify:v-window')\nexport const VWindowGroupSymbol: InjectionKey<GroupItemProvide> = Symbol.for('vuetify:v-window-group')\n\nexport const makeVWindowProps = propsFactory({\n continuous: Boolean,\n nextIcon: {\n type: [Boolean, String, Function, Object] as PropType<IconValue>,\n default: '$next',\n },\n prevIcon: {\n type: [Boolean, String, Function, Object] as PropType<IconValue>,\n default: '$prev',\n },\n reverse: Boolean,\n showArrows: {\n type: [Boolean, String],\n validator: (v: any) => typeof v === 'boolean' || v === 'hover',\n },\n verticalArrows: [Boolean, String] as PropType<boolean | 'left' | 'right'>,\n touch: {\n type: [Object, Boolean] as PropType<boolean | TouchHandlers>,\n default: undefined,\n },\n direction: {\n type: String as PropType<'horizontal' | 'vertical'>,\n default: 'horizontal',\n },\n\n modelValue: null,\n disabled: Boolean,\n selectedClass: {\n type: String,\n default: 'v-window-item--active',\n },\n // TODO: mandatory should probably not be exposed but do this for now\n mandatory: {\n type: [Boolean, String] as PropType<boolean | 'force'>,\n default: 'force' as const,\n },\n crossfade: Boolean,\n transitionDuration: Number,\n\n ...makeComponentProps(),\n ...makeTagProps(),\n ...makeThemeProps(),\n}, 'VWindow')\n\nexport const VWindow = genericComponent<new <T>(\n props: {\n modelValue?: T\n 'onUpdate:modelValue'?: (value: T) => void\n },\n slots: VWindowSlots,\n) => GenericProps<typeof props, typeof slots>>()({\n name: 'VWindow',\n\n directives: { vTouch },\n\n props: makeVWindowProps(),\n\n emits: {\n 'update:modelValue': (value: any) => true,\n },\n\n setup (props, { slots }) {\n const { themeClasses } = provideTheme(props)\n const { isRtl } = useRtl()\n const { t } = useLocale()\n\n const group = useGroup(props, VWindowGroupSymbol)\n\n const rootRef = ref()\n const isRtlReverse = computed(() => isRtl.value ? !props.reverse : props.reverse)\n const isReversed = shallowRef(false)\n const transition = computed(() => {\n if (props.crossfade) {\n return 'v-window-crossfade-transition'\n }\n\n const axis = props.direction === 'vertical' ? 'y' : 'x'\n const reverse = isRtlReverse.value ? !isReversed.value : isReversed.value\n const direction = reverse ? '-reverse' : ''\n\n return `v-window-${axis}${direction}-transition`\n })\n const transitionCount = shallowRef(0)\n const transitionHeight = ref<undefined | string>(undefined)\n\n const activeIndex = computed(() => {\n return group.items.value.findIndex(item => group.selected.value.includes(item.id))\n })\n\n // Fix for https://github.com/vuetifyjs/vuetify/issues/18447\n watch(activeIndex, (newVal, oldVal) => {\n let scrollableParent: HTMLElement | undefined\n const savedScrollPosition = { left: 0, top: 0 }\n\n if (IN_BROWSER && oldVal >= 0) {\n scrollableParent = getScrollParent(rootRef.value)\n\n savedScrollPosition.left = scrollableParent?.scrollLeft\n savedScrollPosition.top = scrollableParent?.scrollTop\n }\n\n const itemsLength = group.items.value.length\n const lastIndex = itemsLength - 1\n\n if (itemsLength <= 2) {\n isReversed.value = newVal < oldVal\n } else if (newVal === lastIndex && oldVal === 0) {\n isReversed.value = true\n } else if (newVal === 0 && oldVal === lastIndex) {\n isReversed.value = false\n } else {\n isReversed.value = newVal < oldVal\n }\n\n nextTick(() => {\n if (!IN_BROWSER || !scrollableParent) return\n\n const currentScrollY = scrollableParent.scrollTop\n\n if (currentScrollY !== savedScrollPosition.top) {\n scrollableParent.scrollTo({ ...savedScrollPosition, behavior: 'instant' })\n }\n\n requestAnimationFrame(() => {\n if (!scrollableParent) return\n\n const rafScrollY = scrollableParent.scrollTop\n\n if (rafScrollY !== savedScrollPosition.top) {\n scrollableParent.scrollTo({ ...savedScrollPosition, behavior: 'instant' })\n }\n })\n })\n }, { flush: 'sync' }) // Run synchronously before DOM updates\n\n provide(VWindowSymbol, {\n transition,\n isReversed,\n transitionCount,\n transitionHeight,\n rootRef,\n })\n\n const canMoveBack = toRef(() => props.continuous || activeIndex.value !== 0)\n const canMoveForward = toRef(() => props.continuous || activeIndex.value !== group.items.value.length - 1)\n\n function prev () {\n canMoveBack.value && group.prev()\n }\n\n function next () {\n canMoveForward.value && group.next()\n }\n\n const arrows = computed(() => {\n const arrows = []\n\n const prevProps = {\n icon: isRtl.value ? props.nextIcon : props.prevIcon,\n class: `v-window__${isRtlReverse.value ? 'right' : 'left'}`,\n onClick: group.prev,\n 'aria-label': t('$vuetify.carousel.prev'),\n }\n\n arrows.push(canMoveBack.value\n ? slots.prev\n ? slots.prev({ props: prevProps })\n : <VBtn { ...prevProps } />\n : <div />\n )\n\n const nextProps = {\n icon: isRtl.value ? props.prevIcon : props.nextIcon,\n class: `v-window__${isRtlReverse.value ? 'left' : 'right'}`,\n onClick: group.next,\n 'aria-label': t('$vuetify.carousel.next'),\n }\n\n arrows.push(canMoveForward.value\n ? slots.next\n ? slots.next({ props: nextProps })\n : <VBtn { ...nextProps } />\n : <div />\n )\n\n return arrows\n })\n\n const touchOptions = computed(() => {\n if (props.touch === false) return props.touch\n\n const options: TouchHandlers = {\n left: () => {\n isRtlReverse.value ? prev() : next()\n },\n right: () => {\n isRtlReverse.value ? next() : prev()\n },\n start: ({ originalEvent }) => {\n originalEvent.stopPropagation()\n },\n }\n\n return {\n ...options,\n ...(props.touch === true ? {} : props.touch),\n }\n })\n\n useRender(() => (\n <props.tag\n ref={ rootRef }\n class={[\n 'v-window',\n {\n 'v-window--show-arrows-on-hover': props.showArrows === 'hover',\n 'v-window--vertical-arrows': !!props.verticalArrows,\n 'v-window--crossfade': !!props.crossfade,\n },\n themeClasses.value,\n props.class,\n ]}\n style={[\n props.style,\n props.transitionDuration && !PREFERS_REDUCED_MOTION\n ? { '--v-window-transition-duration': convertToUnit(props.transitionDuration, 'ms') }\n : undefined,\n ]}\n v-touch={ touchOptions.value }\n >\n <div\n class=\"v-window__container\"\n style={{\n height: transitionHeight.value,\n }}\n >\n { slots.default?.({ group }) }\n\n { props.showArrows !== false && (\n <div\n class={[\n 'v-window__controls',\n { 'v-window__controls--left': props.verticalArrows === 'left' || props.verticalArrows === true },\n { 'v-window__controls--right': props.verticalArrows === 'right' },\n ]}\n >\n { arrows.value }\n </div>\n )}\n </div>\n\n { slots.additional?.({ group }) }\n </props.tag>\n ))\n\n return {\n group,\n }\n },\n})\n\nexport type VWindow = InstanceType<typeof VWindow>\n"],"mappings":"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","ignoreList":[]}
|
|
1
|
+
{"version":3,"file":"VWindow.js","names":["VBtn","makeComponentProps","useGroup","useLocale","useRtl","makeTagProps","makeThemeProps","provideTheme","vTouch","computed","nextTick","provide","ref","shallowRef","toRef","watch","convertToUnit","genericComponent","IN_BROWSER","PREFERS_REDUCED_MOTION","propsFactory","useRender","getScrollParent","VWindowSymbol","Symbol","for","VWindowGroupSymbol","makeVWindowProps","continuous","Boolean","nextIcon","type","String","Function","Object","default","prevIcon","reverse","showArrows","validator","v","verticalArrows","touch","undefined","direction","modelValue","disabled","selectedClass","mandatory","crossfade","transitionDuration","Number","VWindow","name","directives","props","emits","value","setup","_ref","slots","themeClasses","isRtl","t","group","rootRef","isRtlReverse","isReversed","transition","axis","transitionCount","transitionHeight","activeIndex","items","findIndex","item","selected","includes","id","newVal","oldVal","scrollableParent","savedScrollPosition","left","top","scrollLeft","scrollTop","itemsLength","length","lastIndex","currentScrollY","scrollTo","behavior","requestAnimationFrame","rafScrollY","flush","canMoveBack","canMoveForward","prev","next","arrows","prevProps","icon","class","onClick","push","_createVNode","_createElementVNode","nextProps","touchOptions","options","right","start","_ref2","originalEvent","stopPropagation","_withDirectives","tag","_normalizeClass","_normalizeStyle","style","height","additional"],"sources":["../../../src/components/VWindow/VWindow.tsx"],"sourcesContent":["// Styles\nimport './VWindow.sass'\n\n// Components\nimport { VBtn } from '@/components/VBtn'\n\n// Composables\nimport { makeComponentProps } from '@/composables/component'\nimport { useGroup } from '@/composables/group'\nimport { useLocale, useRtl } from '@/composables/locale'\nimport { makeTagProps } from '@/composables/tag'\nimport { makeThemeProps, provideTheme } from '@/composables/theme'\n\n// Directives\nimport vTouch from '@/directives/touch'\n\n// Utilities\nimport { computed, nextTick, provide, ref, shallowRef, toRef, watch } from 'vue'\nimport { convertToUnit, genericComponent, IN_BROWSER, PREFERS_REDUCED_MOTION, propsFactory, useRender } from '@/util'\nimport { getScrollParent } from '@/util/getScrollParent'\n\n// Types\nimport type { ComputedRef, InjectionKey, PropType, Ref } from 'vue'\nimport type { GroupItemProvide, GroupProvide } from '@/composables/group'\nimport type { IconValue } from '@/composables/icons'\nimport type { TouchHandlers } from '@/directives/touch'\nimport type { GenericProps } from '@/util'\n\nexport type VWindowSlots = {\n default: { group: GroupProvide }\n additional: { group: GroupProvide }\n prev: { props: ControlProps }\n next: { props: ControlProps }\n}\n\ntype WindowProvide = {\n transition: ComputedRef<undefined | string>\n transitionCount: Ref<number>\n transitionHeight: Ref<undefined | string>\n isReversed: Ref<boolean>\n rootRef: Ref<HTMLElement | undefined>\n}\n\ntype ControlProps = {\n icon: IconValue\n class: string\n onClick: () => void\n 'aria-label': string\n}\n\nexport const VWindowSymbol: InjectionKey<WindowProvide> = Symbol.for('vuetify:v-window')\nexport const VWindowGroupSymbol: InjectionKey<GroupItemProvide> = Symbol.for('vuetify:v-window-group')\n\nexport const makeVWindowProps = propsFactory({\n continuous: Boolean,\n nextIcon: {\n type: [Boolean, String, Function, Object] as PropType<IconValue>,\n default: '$next',\n },\n prevIcon: {\n type: [Boolean, String, Function, Object] as PropType<IconValue>,\n default: '$prev',\n },\n reverse: Boolean,\n showArrows: {\n type: [Boolean, String],\n validator: (v: any) => typeof v === 'boolean' || v === 'hover',\n },\n verticalArrows: [Boolean, String] as PropType<boolean | 'left' | 'right'>,\n touch: {\n type: [Object, Boolean] as PropType<boolean | TouchHandlers>,\n default: undefined,\n },\n direction: {\n type: String as PropType<'horizontal' | 'vertical'>,\n default: 'horizontal',\n },\n\n modelValue: null,\n disabled: Boolean,\n selectedClass: {\n type: String,\n default: 'v-window-item--active',\n },\n // TODO: mandatory should probably not be exposed but do this for now\n mandatory: {\n type: [Boolean, String] as PropType<boolean | 'force'>,\n default: 'force' as const,\n },\n crossfade: Boolean,\n transitionDuration: Number,\n\n ...makeComponentProps(),\n ...makeTagProps(),\n ...makeThemeProps(),\n}, 'VWindow')\n\nexport const VWindow = genericComponent<new <T>(\n props: {\n modelValue?: T\n 'onUpdate:modelValue'?: (value: T) => void\n },\n slots: VWindowSlots,\n) => GenericProps<typeof props, typeof slots>>()({\n name: 'VWindow',\n\n directives: { vTouch },\n\n props: makeVWindowProps(),\n\n emits: {\n 'update:modelValue': (value: any) => true,\n },\n\n setup (props, { slots }) {\n const { themeClasses } = provideTheme(props)\n const { isRtl } = useRtl()\n const { t } = useLocale()\n\n const group = useGroup(props, VWindowGroupSymbol)\n\n const rootRef = ref()\n const isRtlReverse = computed(() => isRtl.value ? !props.reverse : props.reverse)\n const isReversed = shallowRef(false)\n const transition = computed(() => {\n if (props.crossfade) {\n return 'v-window-crossfade-transition'\n }\n\n const axis = props.direction === 'vertical' ? 'y' : 'x'\n const reverse = isRtlReverse.value ? !isReversed.value : isReversed.value\n const direction = reverse ? '-reverse' : ''\n\n return `v-window-${axis}${direction}-transition`\n })\n const transitionCount = shallowRef(0)\n const transitionHeight = ref<undefined | string>(undefined)\n\n const activeIndex = computed(() => {\n return group.items.value.findIndex(item => group.selected.value.includes(item.id))\n })\n\n // Fix for https://github.com/vuetifyjs/vuetify/issues/18447\n watch(activeIndex, (newVal, oldVal) => {\n let scrollableParent: HTMLElement | undefined\n const savedScrollPosition = { left: 0, top: 0 }\n\n if (IN_BROWSER && oldVal >= 0) {\n scrollableParent = getScrollParent(rootRef.value)\n\n savedScrollPosition.left = scrollableParent?.scrollLeft\n savedScrollPosition.top = scrollableParent?.scrollTop\n }\n\n const itemsLength = group.items.value.length\n const lastIndex = itemsLength - 1\n\n if (itemsLength <= 2) {\n isReversed.value = newVal < oldVal\n } else if (newVal === lastIndex && oldVal === 0) {\n isReversed.value = false\n } else if (newVal === 0 && oldVal === lastIndex) {\n isReversed.value = true\n } else {\n isReversed.value = newVal < oldVal\n }\n\n nextTick(() => {\n if (!IN_BROWSER || !scrollableParent) return\n\n const currentScrollY = scrollableParent.scrollTop\n\n if (currentScrollY !== savedScrollPosition.top) {\n scrollableParent.scrollTo({ ...savedScrollPosition, behavior: 'instant' })\n }\n\n requestAnimationFrame(() => {\n if (!scrollableParent) return\n\n const rafScrollY = scrollableParent.scrollTop\n\n if (rafScrollY !== savedScrollPosition.top) {\n scrollableParent.scrollTo({ ...savedScrollPosition, behavior: 'instant' })\n }\n })\n })\n }, { flush: 'sync' }) // Run synchronously before DOM updates\n\n provide(VWindowSymbol, {\n transition,\n isReversed,\n transitionCount,\n transitionHeight,\n rootRef,\n })\n\n const canMoveBack = toRef(() => props.continuous || activeIndex.value !== 0)\n const canMoveForward = toRef(() => props.continuous || activeIndex.value !== group.items.value.length - 1)\n\n function prev () {\n canMoveBack.value && group.prev()\n }\n\n function next () {\n canMoveForward.value && group.next()\n }\n\n const arrows = computed(() => {\n const arrows = []\n\n const prevProps = {\n icon: isRtl.value ? props.nextIcon : props.prevIcon,\n class: `v-window__${isRtlReverse.value ? 'right' : 'left'}`,\n onClick: group.prev,\n 'aria-label': t('$vuetify.carousel.prev'),\n }\n\n arrows.push(canMoveBack.value\n ? slots.prev\n ? slots.prev({ props: prevProps })\n : <VBtn { ...prevProps } />\n : <div />\n )\n\n const nextProps = {\n icon: isRtl.value ? props.prevIcon : props.nextIcon,\n class: `v-window__${isRtlReverse.value ? 'left' : 'right'}`,\n onClick: group.next,\n 'aria-label': t('$vuetify.carousel.next'),\n }\n\n arrows.push(canMoveForward.value\n ? slots.next\n ? slots.next({ props: nextProps })\n : <VBtn { ...nextProps } />\n : <div />\n )\n\n return arrows\n })\n\n const touchOptions = computed(() => {\n if (props.touch === false) return props.touch\n\n const options: TouchHandlers = {\n left: () => {\n isRtlReverse.value ? prev() : next()\n },\n right: () => {\n isRtlReverse.value ? next() : prev()\n },\n start: ({ originalEvent }) => {\n originalEvent.stopPropagation()\n },\n }\n\n return {\n ...options,\n ...(props.touch === true ? {} : props.touch),\n }\n })\n\n useRender(() => (\n <props.tag\n ref={ rootRef }\n class={[\n 'v-window',\n {\n 'v-window--show-arrows-on-hover': props.showArrows === 'hover',\n 'v-window--vertical-arrows': !!props.verticalArrows,\n 'v-window--crossfade': !!props.crossfade,\n },\n themeClasses.value,\n props.class,\n ]}\n style={[\n props.style,\n props.transitionDuration && !PREFERS_REDUCED_MOTION\n ? { '--v-window-transition-duration': convertToUnit(props.transitionDuration, 'ms') }\n : undefined,\n ]}\n v-touch={ touchOptions.value }\n >\n <div\n class=\"v-window__container\"\n style={{\n height: transitionHeight.value,\n }}\n >\n { slots.default?.({ group }) }\n\n { props.showArrows !== false && (\n <div\n class={[\n 'v-window__controls',\n { 'v-window__controls--left': props.verticalArrows === 'left' || props.verticalArrows === true },\n { 'v-window__controls--right': props.verticalArrows === 'right' },\n ]}\n >\n { arrows.value }\n </div>\n )}\n </div>\n\n { slots.additional?.({ group }) }\n </props.tag>\n ))\n\n return {\n group,\n }\n },\n})\n\nexport type VWindow = InstanceType<typeof VWindow>\n"],"mappings":";AAAA;AACA;;AAEA;AAAA,SACSA,IAAI,4BAEb;AAAA,SACSC,kBAAkB;AAAA,SAClBC,QAAQ;AAAA,SACRC,SAAS,EAAEC,MAAM;AAAA,SACjBC,YAAY;AAAA,SACZC,cAAc,EAAEC,YAAY,sCAErC;AAAA,OACOC,MAAM,yCAEb;AACA,SAASC,QAAQ,EAAEC,QAAQ,EAAEC,OAAO,EAAEC,GAAG,EAAEC,UAAU,EAAEC,KAAK,EAAEC,KAAK,QAAQ,KAAK;AAAA,SACvEC,aAAa,EAAEC,gBAAgB,EAAEC,UAAU,EAAEC,sBAAsB,EAAEC,YAAY,EAAEC,SAAS;AAAA,SAC5FC,eAAe,yCAExB;AA6BA,OAAO,MAAMC,aAA0C,GAAGC,MAAM,CAACC,GAAG,CAAC,kBAAkB,CAAC;AACxF,OAAO,MAAMC,kBAAkD,GAAGF,MAAM,CAACC,GAAG,CAAC,wBAAwB,CAAC;AAEtG,OAAO,MAAME,gBAAgB,GAAGP,YAAY,CAAC;EAC3CQ,UAAU,EAAEC,OAAO;EACnBC,QAAQ,EAAE;IACRC,IAAI,EAAE,CAACF,OAAO,EAAEG,MAAM,EAAEC,QAAQ,EAAEC,MAAM,CAAwB;IAChEC,OAAO,EAAE;EACX,CAAC;EACDC,QAAQ,EAAE;IACRL,IAAI,EAAE,CAACF,OAAO,EAAEG,MAAM,EAAEC,QAAQ,EAAEC,MAAM,CAAwB;IAChEC,OAAO,EAAE;EACX,CAAC;EACDE,OAAO,EAAER,OAAO;EAChBS,UAAU,EAAE;IACVP,IAAI,EAAE,CAACF,OAAO,EAAEG,MAAM,CAAC;IACvBO,SAAS,EAAGC,CAAM,IAAK,OAAOA,CAAC,KAAK,SAAS,IAAIA,CAAC,KAAK;EACzD,CAAC;EACDC,cAAc,EAAE,CAACZ,OAAO,EAAEG,MAAM,CAAyC;EACzEU,KAAK,EAAE;IACLX,IAAI,EAAE,CAACG,MAAM,EAAEL,OAAO,CAAsC;IAC5DM,OAAO,EAAEQ;EACX,CAAC;EACDC,SAAS,EAAE;IACTb,IAAI,EAAEC,MAA6C;IACnDG,OAAO,EAAE;EACX,CAAC;EAEDU,UAAU,EAAE,IAAI;EAChBC,QAAQ,EAAEjB,OAAO;EACjBkB,aAAa,EAAE;IACbhB,IAAI,EAAEC,MAAM;IACZG,OAAO,EAAE;EACX,CAAC;EACD;EACAa,SAAS,EAAE;IACTjB,IAAI,EAAE,CAACF,OAAO,EAAEG,MAAM,CAAgC;IACtDG,OAAO,EAAE;EACX,CAAC;EACDc,SAAS,EAAEpB,OAAO;EAClBqB,kBAAkB,EAAEC,MAAM;EAE1B,GAAGlD,kBAAkB,CAAC,CAAC;EACvB,GAAGI,YAAY,CAAC,CAAC;EACjB,GAAGC,cAAc,CAAC;AACpB,CAAC,EAAE,SAAS,CAAC;AAEb,OAAO,MAAM8C,OAAO,GAAGnC,gBAAgB,CAMQ,CAAC,CAAC;EAC/CoC,IAAI,EAAE,SAAS;EAEfC,UAAU,EAAE;IAAE9C;EAAO,CAAC;EAEtB+C,KAAK,EAAE5B,gBAAgB,CAAC,CAAC;EAEzB6B,KAAK,EAAE;IACL,mBAAmB,EAAGC,KAAU,IAAK;EACvC,CAAC;EAEDC,KAAKA,CAAEH,KAAK,EAAAI,IAAA,EAAa;IAAA,IAAX;MAAEC;IAAM,CAAC,GAAAD,IAAA;IACrB,MAAM;MAAEE;IAAa,CAAC,GAAGtD,YAAY,CAACgD,KAAK,CAAC;IAC5C,MAAM;MAAEO;IAAM,CAAC,GAAG1D,MAAM,CAAC,CAAC;IAC1B,MAAM;MAAE2D;IAAE,CAAC,GAAG5D,SAAS,CAAC,CAAC;IAEzB,MAAM6D,KAAK,GAAG9D,QAAQ,CAACqD,KAAK,EAAE7B,kBAAkB,CAAC;IAEjD,MAAMuC,OAAO,GAAGrD,GAAG,CAAC,CAAC;IACrB,MAAMsD,YAAY,GAAGzD,QAAQ,CAAC,MAAMqD,KAAK,CAACL,KAAK,GAAG,CAACF,KAAK,CAAClB,OAAO,GAAGkB,KAAK,CAAClB,OAAO,CAAC;IACjF,MAAM8B,UAAU,GAAGtD,UAAU,CAAC,KAAK,CAAC;IACpC,MAAMuD,UAAU,GAAG3D,QAAQ,CAAC,MAAM;MAChC,IAAI8C,KAAK,CAACN,SAAS,EAAE;QACnB,OAAO,+BAA+B;MACxC;MAEA,MAAMoB,IAAI,GAAGd,KAAK,CAACX,SAAS,KAAK,UAAU,GAAG,GAAG,GAAG,GAAG;MACvD,MAAMP,OAAO,GAAG6B,YAAY,CAACT,KAAK,GAAG,CAACU,UAAU,CAACV,KAAK,GAAGU,UAAU,CAACV,KAAK;MACzE,MAAMb,SAAS,GAAGP,OAAO,GAAG,UAAU,GAAG,EAAE;MAE3C,OAAO,YAAYgC,IAAI,GAAGzB,SAAS,aAAa;IAClD,CAAC,CAAC;IACF,MAAM0B,eAAe,GAAGzD,UAAU,CAAC,CAAC,CAAC;IACrC,MAAM0D,gBAAgB,GAAG3D,GAAG,CAAqB+B,SAAS,CAAC;IAE3D,MAAM6B,WAAW,GAAG/D,QAAQ,CAAC,MAAM;MACjC,OAAOuD,KAAK,CAACS,KAAK,CAAChB,KAAK,CAACiB,SAAS,CAACC,IAAI,IAAIX,KAAK,CAACY,QAAQ,CAACnB,KAAK,CAACoB,QAAQ,CAACF,IAAI,CAACG,EAAE,CAAC,CAAC;IACpF,CAAC,CAAC;;IAEF;IACA/D,KAAK,CAACyD,WAAW,EAAE,CAACO,MAAM,EAAEC,MAAM,KAAK;MACrC,IAAIC,gBAAyC;MAC7C,MAAMC,mBAAmB,GAAG;QAAEC,IAAI,EAAE,CAAC;QAAEC,GAAG,EAAE;MAAE,CAAC;MAE/C,IAAIlE,UAAU,IAAI8D,MAAM,IAAI,CAAC,EAAE;QAC7BC,gBAAgB,GAAG3D,eAAe,CAAC2C,OAAO,CAACR,KAAK,CAAC;QAEjDyB,mBAAmB,CAACC,IAAI,GAAGF,gBAAgB,EAAEI,UAAU;QACvDH,mBAAmB,CAACE,GAAG,GAAGH,gBAAgB,EAAEK,SAAS;MACvD;MAEA,MAAMC,WAAW,GAAGvB,KAAK,CAACS,KAAK,CAAChB,KAAK,CAAC+B,MAAM;MAC5C,MAAMC,SAAS,GAAGF,WAAW,GAAG,CAAC;MAEjC,IAAIA,WAAW,IAAI,CAAC,EAAE;QACpBpB,UAAU,CAACV,KAAK,GAAGsB,MAAM,GAAGC,MAAM;MACpC,CAAC,MAAM,IAAID,MAAM,KAAKU,SAAS,IAAIT,MAAM,KAAK,CAAC,EAAE;QAC/Cb,UAAU,CAACV,KAAK,GAAG,KAAK;MAC1B,CAAC,MAAM,IAAIsB,MAAM,KAAK,CAAC,IAAIC,MAAM,KAAKS,SAAS,EAAE;QAC/CtB,UAAU,CAACV,KAAK,GAAG,IAAI;MACzB,CAAC,MAAM;QACLU,UAAU,CAACV,KAAK,GAAGsB,MAAM,GAAGC,MAAM;MACpC;MAEAtE,QAAQ,CAAC,MAAM;QACb,IAAI,CAACQ,UAAU,IAAI,CAAC+D,gBAAgB,EAAE;QAEtC,MAAMS,cAAc,GAAGT,gBAAgB,CAACK,SAAS;QAEjD,IAAII,cAAc,KAAKR,mBAAmB,CAACE,GAAG,EAAE;UAC9CH,gBAAgB,CAACU,QAAQ,CAAC;YAAE,GAAGT,mBAAmB;YAAEU,QAAQ,EAAE;UAAU,CAAC,CAAC;QAC5E;QAEAC,qBAAqB,CAAC,MAAM;UAC1B,IAAI,CAACZ,gBAAgB,EAAE;UAEvB,MAAMa,UAAU,GAAGb,gBAAgB,CAACK,SAAS;UAE7C,IAAIQ,UAAU,KAAKZ,mBAAmB,CAACE,GAAG,EAAE;YAC1CH,gBAAgB,CAACU,QAAQ,CAAC;cAAE,GAAGT,mBAAmB;cAAEU,QAAQ,EAAE;YAAU,CAAC,CAAC;UAC5E;QACF,CAAC,CAAC;MACJ,CAAC,CAAC;IACJ,CAAC,EAAE;MAAEG,KAAK,EAAE;IAAO,CAAC,CAAC,EAAC;;IAEtBpF,OAAO,CAACY,aAAa,EAAE;MACrB6C,UAAU;MACVD,UAAU;MACVG,eAAe;MACfC,gBAAgB;MAChBN;IACF,CAAC,CAAC;IAEF,MAAM+B,WAAW,GAAGlF,KAAK,CAAC,MAAMyC,KAAK,CAAC3B,UAAU,IAAI4C,WAAW,CAACf,KAAK,KAAK,CAAC,CAAC;IAC5E,MAAMwC,cAAc,GAAGnF,KAAK,CAAC,MAAMyC,KAAK,CAAC3B,UAAU,IAAI4C,WAAW,CAACf,KAAK,KAAKO,KAAK,CAACS,KAAK,CAAChB,KAAK,CAAC+B,MAAM,GAAG,CAAC,CAAC;IAE1G,SAASU,IAAIA,CAAA,EAAI;MACfF,WAAW,CAACvC,KAAK,IAAIO,KAAK,CAACkC,IAAI,CAAC,CAAC;IACnC;IAEA,SAASC,IAAIA,CAAA,EAAI;MACfF,cAAc,CAACxC,KAAK,IAAIO,KAAK,CAACmC,IAAI,CAAC,CAAC;IACtC;IAEA,MAAMC,MAAM,GAAG3F,QAAQ,CAAC,MAAM;MAC5B,MAAM2F,MAAM,GAAG,EAAE;MAEjB,MAAMC,SAAS,GAAG;QAChBC,IAAI,EAAExC,KAAK,CAACL,KAAK,GAAGF,KAAK,CAACzB,QAAQ,GAAGyB,KAAK,CAACnB,QAAQ;QACnDmE,KAAK,EAAE,aAAarC,YAAY,CAACT,KAAK,GAAG,OAAO,GAAG,MAAM,EAAE;QAC3D+C,OAAO,EAAExC,KAAK,CAACkC,IAAI;QACnB,YAAY,EAAEnC,CAAC,CAAC,wBAAwB;MAC1C,CAAC;MAEDqC,MAAM,CAACK,IAAI,CAACT,WAAW,CAACvC,KAAK,GACzBG,KAAK,CAACsC,IAAI,GACRtC,KAAK,CAACsC,IAAI,CAAC;QAAE3C,KAAK,EAAE8C;MAAU,CAAC,CAAC,GAAAK,YAAA,CAAA1G,IAAA,EACrBqG,SAAS,OAAK,GAAAM,mBAAA,mBAE/B,CAAC;MAED,MAAMC,SAAS,GAAG;QAChBN,IAAI,EAAExC,KAAK,CAACL,KAAK,GAAGF,KAAK,CAACnB,QAAQ,GAAGmB,KAAK,CAACzB,QAAQ;QACnDyE,KAAK,EAAE,aAAarC,YAAY,CAACT,KAAK,GAAG,MAAM,GAAG,OAAO,EAAE;QAC3D+C,OAAO,EAAExC,KAAK,CAACmC,IAAI;QACnB,YAAY,EAAEpC,CAAC,CAAC,wBAAwB;MAC1C,CAAC;MAEDqC,MAAM,CAACK,IAAI,CAACR,cAAc,CAACxC,KAAK,GAC5BG,KAAK,CAACuC,IAAI,GACRvC,KAAK,CAACuC,IAAI,CAAC;QAAE5C,KAAK,EAAEqD;MAAU,CAAC,CAAC,GAAAF,YAAA,CAAA1G,IAAA,EACrB4G,SAAS,OAAK,GAAAD,mBAAA,mBAE/B,CAAC;MAED,OAAOP,MAAM;IACf,CAAC,CAAC;IAEF,MAAMS,YAAY,GAAGpG,QAAQ,CAAC,MAAM;MAClC,IAAI8C,KAAK,CAACb,KAAK,KAAK,KAAK,EAAE,OAAOa,KAAK,CAACb,KAAK;MAE7C,MAAMoE,OAAsB,GAAG;QAC7B3B,IAAI,EAAEA,CAAA,KAAM;UACVjB,YAAY,CAACT,KAAK,GAAGyC,IAAI,CAAC,CAAC,GAAGC,IAAI,CAAC,CAAC;QACtC,CAAC;QACDY,KAAK,EAAEA,CAAA,KAAM;UACX7C,YAAY,CAACT,KAAK,GAAG0C,IAAI,CAAC,CAAC,GAAGD,IAAI,CAAC,CAAC;QACtC,CAAC;QACDc,KAAK,EAAEC,KAAA,IAAuB;UAAA,IAAtB;YAAEC;UAAc,CAAC,GAAAD,KAAA;UACvBC,aAAa,CAACC,eAAe,CAAC,CAAC;QACjC;MACF,CAAC;MAED,OAAO;QACL,GAAGL,OAAO;QACV,IAAIvD,KAAK,CAACb,KAAK,KAAK,IAAI,GAAG,CAAC,CAAC,GAAGa,KAAK,CAACb,KAAK;MAC7C,CAAC;IACH,CAAC,CAAC;IAEFrB,SAAS,CAAC,MAAA+F,eAAA,CAAAV,YAAA,CAAAnD,KAAA,CAAA8D,GAAA;MAAA,OAEApD,OAAO;MAAA,SAAAqD,eAAA,CACN,CACL,UAAU,EACV;QACE,gCAAgC,EAAE/D,KAAK,CAACjB,UAAU,KAAK,OAAO;QAC9D,2BAA2B,EAAE,CAAC,CAACiB,KAAK,CAACd,cAAc;QACnD,qBAAqB,EAAE,CAAC,CAACc,KAAK,CAACN;MACjC,CAAC,EACDY,YAAY,CAACJ,KAAK,EAClBF,KAAK,CAACgD,KAAK,CACZ;MAAA,SAAAgB,eAAA,CACM,CACLhE,KAAK,CAACiE,KAAK,EACXjE,KAAK,CAACL,kBAAkB,IAAI,CAAC/B,sBAAsB,GAC/C;QAAE,gCAAgC,EAAEH,aAAa,CAACuC,KAAK,CAACL,kBAAkB,EAAE,IAAI;MAAE,CAAC,GACnFP,SAAS,CACd;IAAA;MAAAR,OAAA,EAAAA,CAAA,MAAAwE,mBAAA;QAAA;QAAA,SAKQ;UACLc,MAAM,EAAElD,gBAAgB,CAACd;QAC3B;MAAC,IAECG,KAAK,CAACzB,OAAO,GAAG;QAAE6B;MAAM,CAAC,CAAC,EAE1BT,KAAK,CAACjB,UAAU,KAAK,KAAK,IAAAqE,mBAAA;QAAA,SAAAW,eAAA,CAEjB,CACL,oBAAoB,EACpB;UAAE,0BAA0B,EAAE/D,KAAK,CAACd,cAAc,KAAK,MAAM,IAAIc,KAAK,CAACd,cAAc,KAAK;QAAK,CAAC,EAChG;UAAE,2BAA2B,EAAEc,KAAK,CAACd,cAAc,KAAK;QAAQ,CAAC,CAClE;MAAA,IAEC2D,MAAM,CAAC3C,KAAK,EAEjB,IAGDG,KAAK,CAAC8D,UAAU,GAAG;QAAE1D;MAAM,CAAC,CAAC;IAAA,MAAAxD,MAAA,EAvBrBqG,YAAY,CAACpD,KAAK,GAyB/B,CAAC;IAEF,OAAO;MACLO;IACF,CAAC;EACH;AACF,CAAC,CAAC","ignoreList":[]}
|
|
@@ -11,6 +11,7 @@ export function useAutocomplete(props) {
|
|
|
11
11
|
const reloadTrigger = shallowRef(0);
|
|
12
12
|
const isSuppressing = toRef(() => props.autocomplete === 'suppress');
|
|
13
13
|
const fieldName = toRef(() => {
|
|
14
|
+
if (!props.name) return undefined;
|
|
14
15
|
return isSuppressing.value ? `${props.name}-${uniqueId}-${reloadTrigger.value}` : props.name;
|
|
15
16
|
});
|
|
16
17
|
const fieldAutocomplete = toRef(() => {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"autocomplete.js","names":["shallowRef","toRef","useId","propsFactory","makeAutocompleteProps","autocomplete","String","useAutocomplete","props","uniqueId","reloadTrigger","isSuppressing","fieldName","
|
|
1
|
+
{"version":3,"file":"autocomplete.js","names":["shallowRef","toRef","useId","propsFactory","makeAutocompleteProps","autocomplete","String","useAutocomplete","props","uniqueId","reloadTrigger","isSuppressing","fieldName","name","undefined","value","fieldAutocomplete","update","Date","getTime"],"sources":["../../src/composables/autocomplete.ts"],"sourcesContent":["// Utilities\nimport { shallowRef, toRef, useId } from 'vue'\nimport { propsFactory } from '@/util'\n\n// Types\nimport type { PropType } from 'vue'\n\n// Types\nexport interface InputAutocompleteProps {\n autocomplete: 'suppress' | string | undefined\n name?: string\n}\n\n// Composables\nexport const makeAutocompleteProps = propsFactory({\n autocomplete: String as PropType<'suppress' | string>,\n}, 'autocomplete')\n\nexport function useAutocomplete (props: InputAutocompleteProps) {\n const uniqueId = useId()\n const reloadTrigger = shallowRef(0)\n\n const isSuppressing = toRef(() => props.autocomplete === 'suppress')\n\n const fieldName = toRef(() => {\n if (!props.name) return undefined\n\n return isSuppressing.value\n ? `${props.name}-${uniqueId}-${reloadTrigger.value}`\n : props.name\n })\n\n const fieldAutocomplete = toRef(() => {\n return isSuppressing.value\n ? 'off'\n : props.autocomplete\n })\n\n return {\n isSuppressing,\n fieldAutocomplete,\n fieldName,\n update: () => reloadTrigger.value = new Date().getTime(),\n }\n}\n"],"mappings":"AAAA;AACA,SAASA,UAAU,EAAEC,KAAK,EAAEC,KAAK,QAAQ,KAAK;AAAA,SACrCC,YAAY,4BAErB;AAGA;AAMA;AACA,OAAO,MAAMC,qBAAqB,GAAGD,YAAY,CAAC;EAChDE,YAAY,EAAEC;AAChB,CAAC,EAAE,cAAc,CAAC;AAElB,OAAO,SAASC,eAAeA,CAAEC,KAA6B,EAAE;EAC9D,MAAMC,QAAQ,GAAGP,KAAK,CAAC,CAAC;EACxB,MAAMQ,aAAa,GAAGV,UAAU,CAAC,CAAC,CAAC;EAEnC,MAAMW,aAAa,GAAGV,KAAK,CAAC,MAAMO,KAAK,CAACH,YAAY,KAAK,UAAU,CAAC;EAEpE,MAAMO,SAAS,GAAGX,KAAK,CAAC,MAAM;IAC5B,IAAI,CAACO,KAAK,CAACK,IAAI,EAAE,OAAOC,SAAS;IAEjC,OAAOH,aAAa,CAACI,KAAK,GACtB,GAAGP,KAAK,CAACK,IAAI,IAAIJ,QAAQ,IAAIC,aAAa,CAACK,KAAK,EAAE,GAClDP,KAAK,CAACK,IAAI;EAChB,CAAC,CAAC;EAEF,MAAMG,iBAAiB,GAAGf,KAAK,CAAC,MAAM;IACpC,OAAOU,aAAa,CAACI,KAAK,GACtB,KAAK,GACLP,KAAK,CAACH,YAAY;EACxB,CAAC,CAAC;EAEF,OAAO;IACLM,aAAa;IACbK,iBAAiB;IACjBJ,SAAS;IACTK,MAAM,EAAEA,CAAA,KAAMP,aAAa,CAACK,KAAK,GAAG,IAAIG,IAAI,CAAC,CAAC,CAACC,OAAO,CAAC;EACzD,CAAC;AACH","ignoreList":[]}
|
|
@@ -1,9 +1,12 @@
|
|
|
1
1
|
// Components
|
|
2
2
|
import { VTooltip } from "../../components/VTooltip/index.js"; // Composables
|
|
3
|
-
import { useDirectiveComponent } from "../../composables/directiveComponent.js"; //
|
|
3
|
+
import { useDirectiveComponent } from "../../composables/directiveComponent.js"; // Utilities
|
|
4
|
+
import { isObject } from "../../util/index.js"; // Types
|
|
4
5
|
export const Tooltip = useDirectiveComponent(VTooltip, binding => {
|
|
6
|
+
const disabled = isObject(binding.value) ? !binding.value.text : ['', false, null].includes(binding.value); // undefined means true
|
|
7
|
+
|
|
5
8
|
return {
|
|
6
|
-
activator: 'parent',
|
|
9
|
+
activator: disabled ? null : 'parent',
|
|
7
10
|
location: binding.arg?.replace('-', ' '),
|
|
8
11
|
text: typeof binding.value === 'boolean' ? undefined : binding.value
|
|
9
12
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","names":["VTooltip","useDirectiveComponent","Tooltip","binding","
|
|
1
|
+
{"version":3,"file":"index.js","names":["VTooltip","useDirectiveComponent","isObject","Tooltip","binding","disabled","value","text","includes","activator","location","arg","replace","undefined"],"sources":["../../../src/directives/tooltip/index.ts"],"sourcesContent":["// Components\nimport { VTooltip } from '@/components/VTooltip'\n\n// Composables\nimport { useDirectiveComponent } from '@/composables/directiveComponent'\n\n// Utilities\nimport { isObject } from '@/util'\n\n// Types\nimport type { DirectiveBinding } from 'vue'\nimport type { Anchor } from '@/util'\n\nexport interface TooltipDirectiveBinding extends Omit<DirectiveBinding<string>, 'arg' | 'value'> {\n arg?: { [T in Anchor]: T extends `${infer A} ${infer B}` ? `${A}-${B}` : T }[Anchor]\n value: boolean | string | Record<string, any>\n}\n\nexport const Tooltip = useDirectiveComponent<TooltipDirectiveBinding>(VTooltip, binding => {\n const disabled = isObject(binding.value)\n ? !binding.value.text\n : ['', false, null].includes(binding.value) // undefined means true\n\n return {\n activator: disabled ? null : 'parent',\n location: binding.arg?.replace('-', ' '),\n text: typeof binding.value === 'boolean' ? undefined : binding.value,\n }\n})\n\nexport default Tooltip\n"],"mappings":"AAAA;AAAA,SACSA,QAAQ,8CAEjB;AAAA,SACSC,qBAAqB,mDAE9B;AAAA,SACSC,QAAQ,+BAEjB;AASA,OAAO,MAAMC,OAAO,GAAGF,qBAAqB,CAA0BD,QAAQ,EAAEI,OAAO,IAAI;EACzF,MAAMC,QAAQ,GAAGH,QAAQ,CAACE,OAAO,CAACE,KAAK,CAAC,GACpC,CAACF,OAAO,CAACE,KAAK,CAACC,IAAI,GACnB,CAAC,EAAE,EAAE,KAAK,EAAE,IAAI,CAAC,CAACC,QAAQ,CAACJ,OAAO,CAACE,KAAK,CAAC,EAAC;;EAE9C,OAAO;IACLG,SAAS,EAAEJ,QAAQ,GAAG,IAAI,GAAG,QAAQ;IACrCK,QAAQ,EAAEN,OAAO,CAACO,GAAG,EAAEC,OAAO,CAAC,GAAG,EAAE,GAAG,CAAC;IACxCL,IAAI,EAAE,OAAOH,OAAO,CAACE,KAAK,KAAK,SAAS,GAAGO,SAAS,GAAGT,OAAO,CAACE;EACjE,CAAC;AACH,CAAC,CAAC;AAEF,eAAeH,OAAO","ignoreList":[]}
|
package/lib/entry-bundler.js
CHANGED
|
@@ -16,7 +16,7 @@ export const createVuetify = function () {
|
|
|
16
16
|
...options
|
|
17
17
|
});
|
|
18
18
|
};
|
|
19
|
-
export const version = "3.10.
|
|
19
|
+
export const version = "3.10.12";
|
|
20
20
|
createVuetify.version = version;
|
|
21
21
|
export { blueprints, components, directives };
|
|
22
22
|
export * from "./composables/index.js";
|
package/lib/framework.d.ts
CHANGED
|
@@ -2722,26 +2722,27 @@ declare module 'vue' {
|
|
|
2722
2722
|
$children?: VNodeChild
|
|
2723
2723
|
}
|
|
2724
2724
|
export interface GlobalComponents {
|
|
2725
|
+
VApp: typeof import('vuetify/components')['VApp']
|
|
2726
|
+
VAlert: typeof import('vuetify/components')['VAlert']
|
|
2727
|
+
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
|
2725
2728
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
|
2726
2729
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
|
2727
2730
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
|
2728
|
-
|
|
2729
|
-
VBadge: typeof import('vuetify/components')['VBadge']
|
|
2730
|
-
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
|
2731
|
+
VAvatar: typeof import('vuetify/components')['VAvatar']
|
|
2731
2732
|
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
|
2732
|
-
|
|
2733
|
-
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
|
2733
|
+
VBadge: typeof import('vuetify/components')['VBadge']
|
|
2734
2734
|
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
|
2735
|
-
VAvatar: typeof import('vuetify/components')['VAvatar']
|
|
2736
2735
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
|
2737
2736
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
|
2738
2737
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
|
2738
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
|
2739
2739
|
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
|
2740
2740
|
VBanner: typeof import('vuetify/components')['VBanner']
|
|
2741
2741
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
|
2742
2742
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
|
2743
2743
|
VBtn: typeof import('vuetify/components')['VBtn']
|
|
2744
|
-
|
|
2744
|
+
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
|
2745
|
+
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
|
2745
2746
|
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
|
2746
2747
|
VCard: typeof import('vuetify/components')['VCard']
|
|
2747
2748
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
|
@@ -2749,15 +2750,13 @@ declare module 'vue' {
|
|
|
2749
2750
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
|
2750
2751
|
VCardText: typeof import('vuetify/components')['VCardText']
|
|
2751
2752
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
|
2753
|
+
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
|
2754
|
+
VChip: typeof import('vuetify/components')['VChip']
|
|
2752
2755
|
VCarousel: typeof import('vuetify/components')['VCarousel']
|
|
2753
2756
|
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
|
2754
|
-
VChip: typeof import('vuetify/components')['VChip']
|
|
2755
|
-
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
|
2756
|
-
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
|
2757
|
-
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
|
2758
2757
|
VCombobox: typeof import('vuetify/components')['VCombobox']
|
|
2759
|
-
|
|
2760
|
-
|
|
2758
|
+
VCode: typeof import('vuetify/components')['VCode']
|
|
2759
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
|
2761
2760
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
|
2762
2761
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
|
2763
2762
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
|
@@ -2765,40 +2764,38 @@ declare module 'vue' {
|
|
|
2765
2764
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
|
2766
2765
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
|
2767
2766
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
|
2768
|
-
|
|
2769
|
-
VDialog: typeof import('vuetify/components')['VDialog']
|
|
2770
|
-
VDivider: typeof import('vuetify/components')['VDivider']
|
|
2771
|
-
VFooter: typeof import('vuetify/components')['VFooter']
|
|
2772
|
-
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
|
2773
|
-
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
|
2774
|
-
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
|
2775
|
-
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
|
2767
|
+
VCounter: typeof import('vuetify/components')['VCounter']
|
|
2776
2768
|
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
|
2777
2769
|
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
|
2778
2770
|
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
|
2779
2771
|
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
|
2780
2772
|
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
|
2781
2773
|
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
|
2774
|
+
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
|
2775
|
+
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
|
2776
|
+
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
|
2777
|
+
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
|
2778
|
+
VDivider: typeof import('vuetify/components')['VDivider']
|
|
2779
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
|
2780
|
+
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
|
2781
|
+
VFab: typeof import('vuetify/components')['VFab']
|
|
2782
2782
|
VField: typeof import('vuetify/components')['VField']
|
|
2783
2783
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
|
2784
|
-
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
|
2785
2784
|
VFileInput: typeof import('vuetify/components')['VFileInput']
|
|
2786
|
-
|
|
2785
|
+
VFooter: typeof import('vuetify/components')['VFooter']
|
|
2786
|
+
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
|
2787
|
+
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
|
2788
|
+
VItem: typeof import('vuetify/components')['VItem']
|
|
2787
2789
|
VIcon: typeof import('vuetify/components')['VIcon']
|
|
2788
2790
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
|
2789
2791
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
|
2790
2792
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
|
2791
2793
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
|
2792
|
-
|
|
2793
|
-
VItem: typeof import('vuetify/components')['VItem']
|
|
2794
|
+
VImg: typeof import('vuetify/components')['VImg']
|
|
2794
2795
|
VKbd: typeof import('vuetify/components')['VKbd']
|
|
2795
2796
|
VLabel: typeof import('vuetify/components')['VLabel']
|
|
2796
|
-
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
|
2797
|
-
VMain: typeof import('vuetify/components')['VMain']
|
|
2798
2797
|
VInput: typeof import('vuetify/components')['VInput']
|
|
2799
2798
|
VMenu: typeof import('vuetify/components')['VMenu']
|
|
2800
|
-
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
|
2801
|
-
VOverlay: typeof import('vuetify/components')['VOverlay']
|
|
2802
2799
|
VMessages: typeof import('vuetify/components')['VMessages']
|
|
2803
2800
|
VList: typeof import('vuetify/components')['VList']
|
|
2804
2801
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
|
@@ -2809,75 +2806,75 @@ declare module 'vue' {
|
|
|
2809
2806
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
|
2810
2807
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
|
2811
2808
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
|
2812
|
-
|
|
2809
|
+
VMain: typeof import('vuetify/components')['VMain']
|
|
2813
2810
|
VNumberInput: typeof import('vuetify/components')['VNumberInput']
|
|
2814
|
-
|
|
2811
|
+
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
|
2812
|
+
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
|
2815
2813
|
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
|
2816
|
-
|
|
2814
|
+
VOverlay: typeof import('vuetify/components')['VOverlay']
|
|
2817
2815
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
|
2816
|
+
VPagination: typeof import('vuetify/components')['VPagination']
|
|
2817
|
+
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
|
2818
2818
|
VSelect: typeof import('vuetify/components')['VSelect']
|
|
2819
|
+
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
|
2819
2820
|
VRating: typeof import('vuetify/components')['VRating']
|
|
2820
2821
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
|
2821
2822
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
|
2822
2823
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
|
2823
|
-
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
|
2824
|
-
VSheet: typeof import('vuetify/components')['VSheet']
|
|
2825
|
-
VSlider: typeof import('vuetify/components')['VSlider']
|
|
2826
|
-
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
|
2827
2824
|
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
|
2825
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
|
2826
|
+
VSwitch: typeof import('vuetify/components')['VSwitch']
|
|
2827
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
|
2828
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
|
2828
2829
|
VStepper: typeof import('vuetify/components')['VStepper']
|
|
2829
2830
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
|
2830
2831
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
|
2831
2832
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
|
2832
2833
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
|
2833
2834
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
|
2835
|
+
VTextField: typeof import('vuetify/components')['VTextField']
|
|
2836
|
+
VTable: typeof import('vuetify/components')['VTable']
|
|
2837
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
|
2834
2838
|
VTab: typeof import('vuetify/components')['VTab']
|
|
2835
2839
|
VTabs: typeof import('vuetify/components')['VTabs']
|
|
2836
2840
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
|
2837
2841
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
|
2838
|
-
VSwitch: typeof import('vuetify/components')['VSwitch']
|
|
2839
|
-
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
|
2840
|
-
VTable: typeof import('vuetify/components')['VTable']
|
|
2841
|
-
VTextarea: typeof import('vuetify/components')['VTextarea']
|
|
2842
|
-
VTimePicker: typeof import('vuetify/components')['VTimePicker']
|
|
2843
|
-
VTimePickerClock: typeof import('vuetify/components')['VTimePickerClock']
|
|
2844
|
-
VTimePickerControls: typeof import('vuetify/components')['VTimePickerControls']
|
|
2845
|
-
VTextField: typeof import('vuetify/components')['VTextField']
|
|
2846
2842
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
|
2847
2843
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
|
2848
2844
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
|
2849
2845
|
VTimeline: typeof import('vuetify/components')['VTimeline']
|
|
2850
2846
|
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
|
2847
|
+
VWindow: typeof import('vuetify/components')['VWindow']
|
|
2848
|
+
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
|
2849
|
+
VTimePicker: typeof import('vuetify/components')['VTimePicker']
|
|
2850
|
+
VTimePickerClock: typeof import('vuetify/components')['VTimePickerClock']
|
|
2851
|
+
VTimePickerControls: typeof import('vuetify/components')['VTimePickerControls']
|
|
2851
2852
|
VTooltip: typeof import('vuetify/components')['VTooltip']
|
|
2852
2853
|
VTreeview: typeof import('vuetify/components')['VTreeview']
|
|
2853
2854
|
VTreeviewItem: typeof import('vuetify/components')['VTreeviewItem']
|
|
2854
2855
|
VTreeviewGroup: typeof import('vuetify/components')['VTreeviewGroup']
|
|
2855
|
-
VWindow: typeof import('vuetify/components')['VWindow']
|
|
2856
|
-
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
|
2857
2856
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
|
2858
2857
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
|
2859
2858
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
|
2860
2859
|
VForm: typeof import('vuetify/components')['VForm']
|
|
2860
|
+
VHover: typeof import('vuetify/components')['VHover']
|
|
2861
2861
|
VContainer: typeof import('vuetify/components')['VContainer']
|
|
2862
2862
|
VCol: typeof import('vuetify/components')['VCol']
|
|
2863
2863
|
VRow: typeof import('vuetify/components')['VRow']
|
|
2864
2864
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
|
2865
|
+
VLazy: typeof import('vuetify/components')['VLazy']
|
|
2865
2866
|
VLayout: typeof import('vuetify/components')['VLayout']
|
|
2866
2867
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
|
2867
|
-
VHover: typeof import('vuetify/components')['VHover']
|
|
2868
|
-
VLazy: typeof import('vuetify/components')['VLazy']
|
|
2869
2868
|
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
|
2870
2869
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
|
2871
2870
|
VParallax: typeof import('vuetify/components')['VParallax']
|
|
2872
2871
|
VRadio: typeof import('vuetify/components')['VRadio']
|
|
2873
|
-
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
|
2874
2872
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
|
2873
|
+
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
|
2875
2874
|
VSnackbarQueue: typeof import('vuetify/components')['VSnackbarQueue']
|
|
2876
|
-
VSparkline: typeof import('vuetify/components')['VSparkline']
|
|
2877
2875
|
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
|
2876
|
+
VSparkline: typeof import('vuetify/components')['VSparkline']
|
|
2878
2877
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
|
2879
|
-
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
|
2880
|
-
VValidation: typeof import('vuetify/components')['VValidation']
|
|
2881
2878
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
|
2882
2879
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
|
2883
2880
|
VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
|
|
@@ -2894,23 +2891,26 @@ declare module 'vue' {
|
|
|
2894
2891
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
|
2895
2892
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
|
2896
2893
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
|
2897
|
-
|
|
2898
|
-
|
|
2894
|
+
VValidation: typeof import('vuetify/components')['VValidation']
|
|
2895
|
+
VSheet: typeof import('vuetify/components')['VSheet']
|
|
2896
|
+
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
|
2897
|
+
VColorInput: typeof import('vuetify/labs/components')['VColorInput']
|
|
2899
2898
|
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
|
2900
2899
|
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
|
2901
|
-
|
|
2902
|
-
|
|
2903
|
-
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
|
2904
|
-
VColorInput: typeof import('vuetify/labs/components')['VColorInput']
|
|
2900
|
+
VIconBtn: typeof import('vuetify/labs/components')['VIconBtn']
|
|
2901
|
+
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
|
2905
2902
|
VHotkey: typeof import('vuetify/labs/components')['VHotkey']
|
|
2903
|
+
VVideo: typeof import('vuetify/labs/components')['VVideo']
|
|
2904
|
+
VVideoControls: typeof import('vuetify/labs/components')['VVideoControls']
|
|
2905
|
+
VVideoVolume: typeof import('vuetify/labs/components')['VVideoVolume']
|
|
2906
2906
|
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
|
2907
2907
|
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
|
2908
2908
|
VPie: typeof import('vuetify/labs/components')['VPie']
|
|
2909
2909
|
VPieSegment: typeof import('vuetify/labs/components')['VPieSegment']
|
|
2910
2910
|
VPieTooltip: typeof import('vuetify/labs/components')['VPieTooltip']
|
|
2911
|
-
|
|
2912
|
-
|
|
2913
|
-
|
|
2911
|
+
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
|
2912
|
+
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
|
2913
|
+
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
|
2914
2914
|
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
|
2915
2915
|
VMaskInput: typeof import('vuetify/labs/components')['VMaskInput']
|
|
2916
2916
|
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
package/lib/framework.js
CHANGED
|
@@ -55,7 +55,6 @@ export declare const makeVColorInputProps: <Defaults extends {
|
|
|
55
55
|
active?: unknown;
|
|
56
56
|
centerAffix?: unknown;
|
|
57
57
|
baseColor?: unknown;
|
|
58
|
-
details?: unknown;
|
|
59
58
|
dirty?: unknown;
|
|
60
59
|
glow?: unknown;
|
|
61
60
|
error?: unknown;
|
|
@@ -360,10 +359,6 @@ export declare const makeVColorInputProps: <Defaults extends {
|
|
|
360
359
|
type: PropType<unknown extends Defaults["baseColor"] ? string : string | Defaults["baseColor"]>;
|
|
361
360
|
default: unknown extends Defaults["baseColor"] ? string : string | Defaults["baseColor"];
|
|
362
361
|
};
|
|
363
|
-
details: unknown extends Defaults["details"] ? BooleanConstructor : {
|
|
364
|
-
type: PropType<unknown extends Defaults["details"] ? boolean : boolean | Defaults["details"]>;
|
|
365
|
-
default: unknown extends Defaults["details"] ? boolean : boolean | Defaults["details"];
|
|
366
|
-
};
|
|
367
362
|
dirty: unknown extends Defaults["dirty"] ? BooleanConstructor : {
|
|
368
363
|
type: PropType<unknown extends Defaults["dirty"] ? boolean : boolean | Defaults["dirty"]>;
|
|
369
364
|
default: unknown extends Defaults["dirty"] ? boolean : boolean | Defaults["dirty"];
|
|
@@ -774,7 +769,6 @@ export declare const VColorInput: {
|
|
|
774
769
|
clearable: boolean;
|
|
775
770
|
clearIcon: import("../../composables/icons.js").IconValue;
|
|
776
771
|
active: boolean;
|
|
777
|
-
details: boolean;
|
|
778
772
|
dirty: boolean;
|
|
779
773
|
glow: boolean;
|
|
780
774
|
error: boolean;
|
|
@@ -952,7 +946,6 @@ export declare const VColorInput: {
|
|
|
952
946
|
clearIcon: import("../../composables/icons.js").IconValue;
|
|
953
947
|
active: boolean;
|
|
954
948
|
centerAffix: boolean;
|
|
955
|
-
details: boolean;
|
|
956
949
|
dirty: boolean;
|
|
957
950
|
glow: boolean;
|
|
958
951
|
error: boolean;
|
|
@@ -1055,7 +1048,6 @@ export declare const VColorInput: {
|
|
|
1055
1048
|
clearable: boolean;
|
|
1056
1049
|
clearIcon: import("../../composables/icons.js").IconValue;
|
|
1057
1050
|
active: boolean;
|
|
1058
|
-
details: boolean;
|
|
1059
1051
|
dirty: boolean;
|
|
1060
1052
|
glow: boolean;
|
|
1061
1053
|
error: boolean;
|
|
@@ -1231,7 +1223,6 @@ export declare const VColorInput: {
|
|
|
1231
1223
|
clearIcon: import("../../composables/icons.js").IconValue;
|
|
1232
1224
|
active: boolean;
|
|
1233
1225
|
centerAffix: boolean;
|
|
1234
|
-
details: boolean;
|
|
1235
1226
|
dirty: boolean;
|
|
1236
1227
|
glow: boolean;
|
|
1237
1228
|
error: boolean;
|
|
@@ -1289,7 +1280,6 @@ export declare const VColorInput: {
|
|
|
1289
1280
|
clearable: boolean;
|
|
1290
1281
|
clearIcon: import("../../composables/icons.js").IconValue;
|
|
1291
1282
|
active: boolean;
|
|
1292
|
-
details: boolean;
|
|
1293
1283
|
dirty: boolean;
|
|
1294
1284
|
glow: boolean;
|
|
1295
1285
|
error: boolean;
|
|
@@ -1467,7 +1457,6 @@ export declare const VColorInput: {
|
|
|
1467
1457
|
clearIcon: import("../../composables/icons.js").IconValue;
|
|
1468
1458
|
active: boolean;
|
|
1469
1459
|
centerAffix: boolean;
|
|
1470
|
-
details: boolean;
|
|
1471
1460
|
dirty: boolean;
|
|
1472
1461
|
glow: boolean;
|
|
1473
1462
|
error: boolean;
|
|
@@ -1631,7 +1620,6 @@ export declare const VColorInput: {
|
|
|
1631
1620
|
default: undefined;
|
|
1632
1621
|
};
|
|
1633
1622
|
baseColor: StringConstructor;
|
|
1634
|
-
details: BooleanConstructor;
|
|
1635
1623
|
dirty: BooleanConstructor;
|
|
1636
1624
|
glow: BooleanConstructor;
|
|
1637
1625
|
error: BooleanConstructor;
|
|
@@ -1835,7 +1823,6 @@ export declare const VColorInput: {
|
|
|
1835
1823
|
default: undefined;
|
|
1836
1824
|
};
|
|
1837
1825
|
baseColor: StringConstructor;
|
|
1838
|
-
details: BooleanConstructor;
|
|
1839
1826
|
dirty: BooleanConstructor;
|
|
1840
1827
|
glow: BooleanConstructor;
|
|
1841
1828
|
error: BooleanConstructor;
|