@vuetify/nightly 3.7.6-dev.2025-01-15 → 3.7.6-dev.2025-01-17
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 +1383 -1379
- package/dist/json/importMap-labs.json +18 -18
- package/dist/json/importMap.json +154 -154
- package/dist/json/tags.json +1 -0
- package/dist/json/web-types.json +2910 -2901
- package/dist/vuetify-labs.css +3443 -3443
- package/dist/vuetify-labs.d.ts +57 -51
- package/dist/vuetify-labs.esm.js +10 -4
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +10 -4
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +5558 -5558
- package/dist/vuetify.d.ts +57 -51
- package/dist/vuetify.esm.js +10 -4
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +10 -4
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +5 -5
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VTimeline/VTimeline.css +8 -8
- package/lib/components/VTimeline/VTimeline.sass +12 -4
- package/lib/components/VTimeline/VTimelineItem.d.ts +12 -1
- package/lib/components/VTimeline/VTimelineItem.js +7 -1
- package/lib/components/VTimeline/VTimelineItem.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +51 -51
- package/lib/framework.js +1 -1
- package/package.json +1 -1
@@ -14,21 +14,21 @@
|
|
14
14
|
grid-column-gap: 24px;
|
15
15
|
width: 100%;
|
16
16
|
}
|
17
|
-
.v-timeline--horizontal.v-timeline .v-timeline-item:nth-child(2n) .v-timeline-item__body {
|
17
|
+
.v-timeline--horizontal.v-timeline .v-timeline--side-end > .v-timeline-item .v-timeline-item__body, .v-timeline--horizontal.v-timeline:not(.v-timeline--side-start) > .v-timeline-item--side-end .v-timeline-item__body, .v-timeline--horizontal.v-timeline:not(.v-timeline--side-start) > .v-timeline-item:nth-child(2n+1):not(.v-timeline-item--side-start) .v-timeline-item__body {
|
18
18
|
grid-row: 3;
|
19
19
|
padding-block-start: 24px;
|
20
20
|
}
|
21
|
-
.v-timeline--horizontal.v-timeline .v-timeline-item:nth-child(2n) .v-timeline-item__opposite {
|
21
|
+
.v-timeline--horizontal.v-timeline .v-timeline--side-end > .v-timeline-item .v-timeline-item__opposite, .v-timeline--horizontal.v-timeline:not(.v-timeline--side-start) > .v-timeline-item--side-end .v-timeline-item__opposite, .v-timeline--horizontal.v-timeline:not(.v-timeline--side-start) > .v-timeline-item:nth-child(2n+1):not(.v-timeline-item--side-start) .v-timeline-item__opposite {
|
22
22
|
grid-row: 1;
|
23
23
|
padding-block-end: 24px;
|
24
24
|
align-self: flex-end;
|
25
25
|
}
|
26
|
-
.v-timeline--horizontal.v-timeline .v-timeline-item:nth-child(2n
|
26
|
+
.v-timeline--horizontal.v-timeline .v-timeline--side-start > .v-timeline-item .v-timeline-item__body, .v-timeline--horizontal.v-timeline:not(.v-timeline--side-end) > .v-timeline-item--side-start .v-timeline-item__body, .v-timeline--horizontal.v-timeline:not(.v-timeline--side-end) > .v-timeline-item:nth-child(2n):not(.v-timeline-item--side-end) .v-timeline-item__body {
|
27
27
|
grid-row: 1;
|
28
28
|
padding-block-end: 24px;
|
29
29
|
align-self: flex-end;
|
30
30
|
}
|
31
|
-
.v-timeline--horizontal.v-timeline .v-timeline-item:nth-child(2n
|
31
|
+
.v-timeline--horizontal.v-timeline .v-timeline--side-start > .v-timeline-item .v-timeline-item__opposite, .v-timeline--horizontal.v-timeline:not(.v-timeline--side-end) > .v-timeline-item--side-start .v-timeline-item__opposite, .v-timeline--horizontal.v-timeline:not(.v-timeline--side-end) > .v-timeline-item:nth-child(2n):not(.v-timeline-item--side-end) .v-timeline-item__opposite {
|
32
32
|
grid-row: 3;
|
33
33
|
padding-block-start: 24px;
|
34
34
|
}
|
@@ -43,19 +43,19 @@
|
|
43
43
|
.v-timeline--vertical.v-timeline .v-timeline-item:last-child .v-timeline-divider, .v-timeline--vertical.v-timeline .v-timeline-item:last-child .v-timeline-item__body, .v-timeline--vertical.v-timeline .v-timeline-item:last-child .v-timeline-item__opposite {
|
44
44
|
padding-block-end: 24px;
|
45
45
|
}
|
46
|
-
.v-timeline--vertical.v-timeline .v-timeline-item:nth-child(2n) .v-timeline-item__body {
|
46
|
+
.v-timeline--vertical.v-timeline .v-timeline--side-start > .v-timeline-item .v-timeline-item__body, .v-timeline--vertical.v-timeline:not(.v-timeline--side-end) > .v-timeline-item--side-start .v-timeline-item__body, .v-timeline--vertical.v-timeline:not(.v-timeline--side-end) > .v-timeline-item:nth-child(2n):not(.v-timeline-item--side-end) .v-timeline-item__body {
|
47
47
|
grid-column: 1;
|
48
48
|
padding-inline-end: 24px;
|
49
49
|
}
|
50
|
-
.v-timeline--vertical.v-timeline .v-timeline-item:nth-child(2n) .v-timeline-item__opposite {
|
50
|
+
.v-timeline--vertical.v-timeline .v-timeline--side-start > .v-timeline-item .v-timeline-item__opposite, .v-timeline--vertical.v-timeline:not(.v-timeline--side-end) > .v-timeline-item--side-start .v-timeline-item__opposite, .v-timeline--vertical.v-timeline:not(.v-timeline--side-end) > .v-timeline-item:nth-child(2n):not(.v-timeline-item--side-end) .v-timeline-item__opposite {
|
51
51
|
grid-column: 3;
|
52
52
|
padding-inline-start: 24px;
|
53
53
|
}
|
54
|
-
.v-timeline--vertical.v-timeline .v-timeline-item:nth-child(2n+1) .v-timeline-item__body {
|
54
|
+
.v-timeline--vertical.v-timeline .v-timeline--side-end > .v-timeline-item .v-timeline-item__body, .v-timeline--vertical.v-timeline:not(.v-timeline--side-start) > .v-timeline-item--side-end .v-timeline-item__body, .v-timeline--vertical.v-timeline:not(.v-timeline--side-start) > .v-timeline-item:nth-child(2n+1):not(.v-timeline-item--side-start) .v-timeline-item__body {
|
55
55
|
grid-column: 3;
|
56
56
|
padding-inline-start: 24px;
|
57
57
|
}
|
58
|
-
.v-timeline--vertical.v-timeline .v-timeline-item:nth-child(2n+1) .v-timeline-item__opposite {
|
58
|
+
.v-timeline--vertical.v-timeline .v-timeline--side-end > .v-timeline-item .v-timeline-item__opposite, .v-timeline--vertical.v-timeline:not(.v-timeline--side-start) > .v-timeline-item--side-end .v-timeline-item__opposite, .v-timeline--vertical.v-timeline:not(.v-timeline--side-start) > .v-timeline-item:nth-child(2n+1):not(.v-timeline-item--side-start) .v-timeline-item__opposite {
|
59
59
|
grid-column: 1;
|
60
60
|
justify-self: flex-end;
|
61
61
|
padding-inline-end: 24px;
|
@@ -23,7 +23,9 @@
|
|
23
23
|
grid-column-gap: $timeline-item-padding
|
24
24
|
width: 100%
|
25
25
|
|
26
|
-
.v-timeline-item
|
26
|
+
.v-timeline--side-end > .v-timeline-item,
|
27
|
+
&:not(.v-timeline--side-start) > .v-timeline-item--side-end,
|
28
|
+
&:not(.v-timeline--side-start) > .v-timeline-item:nth-child(2n+1):not(.v-timeline-item--side-start)
|
27
29
|
.v-timeline-item__body
|
28
30
|
grid-row: 3
|
29
31
|
padding-block-start: $timeline-item-padding
|
@@ -33,7 +35,9 @@
|
|
33
35
|
padding-block-end: $timeline-item-padding
|
34
36
|
align-self: flex-end
|
35
37
|
|
36
|
-
.v-timeline-item
|
38
|
+
.v-timeline--side-start > .v-timeline-item,
|
39
|
+
&:not(.v-timeline--side-end) > .v-timeline-item--side-start,
|
40
|
+
&:not(.v-timeline--side-end) > .v-timeline-item:nth-child(2n):not(.v-timeline-item--side-end)
|
37
41
|
.v-timeline-item__body
|
38
42
|
grid-row: 1
|
39
43
|
padding-block-end: $timeline-item-padding
|
@@ -53,7 +57,9 @@
|
|
53
57
|
@include timeline-last-item()
|
54
58
|
padding-block-end: $timeline-item-padding
|
55
59
|
|
56
|
-
.v-timeline-item
|
60
|
+
.v-timeline--side-start > .v-timeline-item,
|
61
|
+
&:not(.v-timeline--side-end) > .v-timeline-item--side-start,
|
62
|
+
&:not(.v-timeline--side-end) > .v-timeline-item:nth-child(2n):not(.v-timeline-item--side-end)
|
57
63
|
.v-timeline-item__body
|
58
64
|
grid-column: 1
|
59
65
|
padding-inline-end: $timeline-item-padding
|
@@ -62,7 +68,9 @@
|
|
62
68
|
grid-column: 3
|
63
69
|
padding-inline-start: $timeline-item-padding
|
64
70
|
|
65
|
-
.v-timeline-item
|
71
|
+
.v-timeline--side-end > .v-timeline-item,
|
72
|
+
&:not(.v-timeline--side-start) > .v-timeline-item--side-end,
|
73
|
+
&:not(.v-timeline--side-start) > .v-timeline-item:nth-child(2n+1):not(.v-timeline-item--side-start)
|
66
74
|
.v-timeline-item__body
|
67
75
|
grid-column: 3
|
68
76
|
padding-inline-start: $timeline-item-padding
|
@@ -1,5 +1,6 @@
|
|
1
1
|
import { IconValue } from "../../composables/icons";
|
2
|
-
import type { PropType } from 'vue';
|
2
|
+
import type { Prop, PropType } from 'vue';
|
3
|
+
export type TimelineItemSide = 'start' | 'end' | undefined;
|
3
4
|
export type VTimelineItemSlots = {
|
4
5
|
default: never;
|
5
6
|
icon: never;
|
@@ -27,6 +28,7 @@ export declare const makeVTimelineItemProps: <Defaults extends {
|
|
27
28
|
icon?: unknown;
|
28
29
|
iconColor?: unknown;
|
29
30
|
lineInset?: unknown;
|
31
|
+
side?: unknown;
|
30
32
|
} = {}>(defaults?: Defaults | undefined) => {
|
31
33
|
tag: unknown extends Defaults["tag"] ? {
|
32
34
|
type: PropType<string | import("../../util").JSXComponent>;
|
@@ -148,6 +150,10 @@ export declare const makeVTimelineItemProps: <Defaults extends {
|
|
148
150
|
type: PropType<unknown extends Defaults["lineInset"] ? string | number : string | number | Defaults["lineInset"]>;
|
149
151
|
default: unknown extends Defaults["lineInset"] ? string | number : NonNullable<string | number> | Defaults["lineInset"];
|
150
152
|
};
|
153
|
+
side: unknown extends Defaults["side"] ? Prop<TimelineItemSide> : {
|
154
|
+
type: PropType<unknown extends Defaults["side"] ? TimelineItemSide : TimelineItemSide | Defaults["side"]>;
|
155
|
+
default: unknown extends Defaults["side"] ? TimelineItemSide : Defaults["side"] | NonNullable<TimelineItemSide>;
|
156
|
+
};
|
151
157
|
};
|
152
158
|
export declare const VTimelineItem: {
|
153
159
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<{
|
@@ -167,6 +173,7 @@ export declare const VTimelineItem: {
|
|
167
173
|
class?: any;
|
168
174
|
icon?: IconValue | undefined;
|
169
175
|
elevation?: string | number | undefined;
|
176
|
+
side?: TimelineItemSide;
|
170
177
|
rounded?: string | number | boolean | undefined;
|
171
178
|
density?: "default" | "compact" | undefined;
|
172
179
|
dotColor?: string | undefined;
|
@@ -225,6 +232,7 @@ export declare const VTimelineItem: {
|
|
225
232
|
class?: any;
|
226
233
|
icon?: IconValue | undefined;
|
227
234
|
elevation?: string | number | undefined;
|
235
|
+
side?: TimelineItemSide;
|
228
236
|
rounded?: string | number | boolean | undefined;
|
229
237
|
density?: "default" | "compact" | undefined;
|
230
238
|
dotColor?: string | undefined;
|
@@ -276,6 +284,7 @@ export declare const VTimelineItem: {
|
|
276
284
|
class?: any;
|
277
285
|
icon?: IconValue | undefined;
|
278
286
|
elevation?: string | number | undefined;
|
287
|
+
side?: TimelineItemSide;
|
279
288
|
rounded?: string | number | boolean | undefined;
|
280
289
|
density?: "default" | "compact" | undefined;
|
281
290
|
dotColor?: string | undefined;
|
@@ -350,6 +359,7 @@ export declare const VTimelineItem: {
|
|
350
359
|
icon: PropType<IconValue>;
|
351
360
|
iconColor: StringConstructor;
|
352
361
|
lineInset: (StringConstructor | NumberConstructor)[];
|
362
|
+
side: Prop<TimelineItemSide>;
|
353
363
|
}, import("vue").ExtractPropTypes<{
|
354
364
|
tag: {
|
355
365
|
type: PropType<string | import("../../util").JSXComponent>;
|
@@ -390,5 +400,6 @@ export declare const VTimelineItem: {
|
|
390
400
|
icon: PropType<IconValue>;
|
391
401
|
iconColor: StringConstructor;
|
392
402
|
lineInset: (StringConstructor | NumberConstructor)[];
|
403
|
+
side: Prop<TimelineItemSide>;
|
393
404
|
}>>;
|
394
405
|
export type VTimelineItem = InstanceType<typeof VTimelineItem>;
|
@@ -23,6 +23,10 @@ export const makeVTimelineItemProps = propsFactory({
|
|
23
23
|
icon: IconValue,
|
24
24
|
iconColor: String,
|
25
25
|
lineInset: [Number, String],
|
26
|
+
side: {
|
27
|
+
type: String,
|
28
|
+
validator: v => v == null || ['start', 'end'].includes(v)
|
29
|
+
},
|
26
30
|
...makeComponentProps(),
|
27
31
|
...makeDimensionProps(),
|
28
32
|
...makeElevationProps(),
|
@@ -50,7 +54,9 @@ export const VTimelineItem = genericComponent()({
|
|
50
54
|
});
|
51
55
|
useRender(() => _createVNode("div", {
|
52
56
|
"class": ['v-timeline-item', {
|
53
|
-
'v-timeline-item--fill-dot': props.fillDot
|
57
|
+
'v-timeline-item--fill-dot': props.fillDot,
|
58
|
+
'v-timeline-item--side-start': props.side === 'start',
|
59
|
+
'v-timeline-item--side-end': props.side === 'end'
|
54
60
|
}, props.class],
|
55
61
|
"style": [{
|
56
62
|
'--v-timeline-dot-size': convertToUnit(dotSize.value),
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"VTimelineItem.js","names":["VTimelineDivider","makeComponentProps","makeDimensionProps","useDimension","makeElevationProps","IconValue","makeRoundedProps","makeSizeProps","makeTagProps","ref","shallowRef","watch","convertToUnit","genericComponent","propsFactory","useRender","makeVTimelineItemProps","density","String","dotColor","fillDot","Boolean","hideDot","hideOpposite","type","default","undefined","icon","iconColor","lineInset","Number","VTimelineItem","name","props","setup","_ref","slots","dimensionStyles","dotSize","dotRef","newValue","value","$el","querySelector","getBoundingClientRect","width","flush","_createVNode","class","style","size","elevation","rounded","opposite"],"sources":["../../../src/components/VTimeline/VTimelineItem.tsx"],"sourcesContent":["// Components\nimport { VTimelineDivider } from './VTimelineDivider'\n\n// Composables\nimport { makeComponentProps } from '@/composables/component'\nimport { makeDimensionProps, useDimension } from '@/composables/dimensions'\nimport { makeElevationProps } from '@/composables/elevation'\nimport { IconValue } from '@/composables/icons'\nimport { makeRoundedProps } from '@/composables/rounded'\nimport { makeSizeProps } from '@/composables/size'\nimport { makeTagProps } from '@/composables/tag'\n\n// Utilities\nimport { ref, shallowRef, watch } from 'vue'\nimport { convertToUnit, genericComponent, propsFactory, useRender } from '@/util'\n\n// Types\nimport type { PropType } from 'vue'\n\n// Types\nexport type VTimelineItemSlots = {\n default: never\n icon: never\n opposite: never\n}\n\nexport const makeVTimelineItemProps = propsFactory({\n density: String as PropType<'default' | 'compact'>,\n dotColor: String,\n fillDot: Boolean,\n hideDot: Boolean,\n hideOpposite: {\n type: Boolean,\n default: undefined,\n },\n icon: IconValue,\n iconColor: String,\n lineInset: [Number, String],\n\n ...makeComponentProps(),\n ...makeDimensionProps(),\n ...makeElevationProps(),\n ...makeRoundedProps(),\n ...makeSizeProps(),\n ...makeTagProps(),\n}, 'VTimelineItem')\n\nexport const VTimelineItem = genericComponent<VTimelineItemSlots>()({\n name: 'VTimelineItem',\n\n props: makeVTimelineItemProps(),\n\n setup (props, { slots }) {\n const { dimensionStyles } = useDimension(props)\n\n const dotSize = shallowRef(0)\n const dotRef = ref<VTimelineDivider>()\n watch(dotRef, newValue => {\n if (!newValue) return\n dotSize.value = newValue.$el.querySelector('.v-timeline-divider__dot')?.getBoundingClientRect().width ?? 0\n }, {\n flush: 'post',\n })\n\n useRender(() => (\n <div\n class={[\n 'v-timeline-item',\n {\n 'v-timeline-item--fill-dot': props.fillDot,\n },\n props.class,\n ]}\n style={[\n {\n '--v-timeline-dot-size': convertToUnit(dotSize.value),\n '--v-timeline-line-inset': props.lineInset ? `calc(var(--v-timeline-dot-size) / 2 + ${convertToUnit(props.lineInset)})` : convertToUnit(0),\n },\n props.style,\n ]}\n >\n <div\n class=\"v-timeline-item__body\"\n style={ dimensionStyles.value }\n >\n { slots.default?.() }\n </div>\n\n <VTimelineDivider\n ref={ dotRef }\n hideDot={ props.hideDot }\n icon={ props.icon }\n iconColor={ props.iconColor }\n size={ props.size }\n elevation={ props.elevation }\n dotColor={ props.dotColor }\n fillDot={ props.fillDot }\n rounded={ props.rounded }\n v-slots={{ default: slots.icon }}\n />\n\n { props.density !== 'compact' && (\n <div class=\"v-timeline-item__opposite\">\n { !props.hideOpposite && slots.opposite?.() }\n </div>\n )}\n </div>\n ))\n\n return {}\n },\n})\n\nexport type VTimelineItem = InstanceType<typeof VTimelineItem>\n"],"mappings":";AAAA;AAAA,SACSA,gBAAgB,iCAEzB;AAAA,SACSC,kBAAkB;AAAA,SAClBC,kBAAkB,EAAEC,YAAY;AAAA,SAChCC,kBAAkB;AAAA,SAClBC,SAAS;AAAA,SACTC,gBAAgB;AAAA,SAChBC,aAAa;AAAA,SACbC,YAAY,oCAErB;AACA,SAASC,GAAG,EAAEC,UAAU,EAAEC,KAAK,QAAQ,KAAK;AAAA,SACnCC,aAAa,EAAEC,gBAAgB,EAAEC,YAAY,EAAEC,SAAS,+BAEjE;AAGA;
|
1
|
+
{"version":3,"file":"VTimelineItem.js","names":["VTimelineDivider","makeComponentProps","makeDimensionProps","useDimension","makeElevationProps","IconValue","makeRoundedProps","makeSizeProps","makeTagProps","ref","shallowRef","watch","convertToUnit","genericComponent","propsFactory","useRender","makeVTimelineItemProps","density","String","dotColor","fillDot","Boolean","hideDot","hideOpposite","type","default","undefined","icon","iconColor","lineInset","Number","side","validator","v","includes","VTimelineItem","name","props","setup","_ref","slots","dimensionStyles","dotSize","dotRef","newValue","value","$el","querySelector","getBoundingClientRect","width","flush","_createVNode","class","style","size","elevation","rounded","opposite"],"sources":["../../../src/components/VTimeline/VTimelineItem.tsx"],"sourcesContent":["// Components\nimport { VTimelineDivider } from './VTimelineDivider'\n\n// Composables\nimport { makeComponentProps } from '@/composables/component'\nimport { makeDimensionProps, useDimension } from '@/composables/dimensions'\nimport { makeElevationProps } from '@/composables/elevation'\nimport { IconValue } from '@/composables/icons'\nimport { makeRoundedProps } from '@/composables/rounded'\nimport { makeSizeProps } from '@/composables/size'\nimport { makeTagProps } from '@/composables/tag'\n\n// Utilities\nimport { ref, shallowRef, watch } from 'vue'\nimport { convertToUnit, genericComponent, propsFactory, useRender } from '@/util'\n\n// Types\nimport type { Prop, PropType } from 'vue'\n\n// Types\nexport type TimelineItemSide = 'start' | 'end' | undefined\nexport type VTimelineItemSlots = {\n default: never\n icon: never\n opposite: never\n}\n\nexport const makeVTimelineItemProps = propsFactory({\n density: String as PropType<'default' | 'compact'>,\n dotColor: String,\n fillDot: Boolean,\n hideDot: Boolean,\n hideOpposite: {\n type: Boolean,\n default: undefined,\n },\n icon: IconValue,\n iconColor: String,\n lineInset: [Number, String],\n side: {\n type: String,\n validator: (v: any) => v == null || ['start', 'end'].includes(v),\n } as Prop<TimelineItemSide>,\n\n ...makeComponentProps(),\n ...makeDimensionProps(),\n ...makeElevationProps(),\n ...makeRoundedProps(),\n ...makeSizeProps(),\n ...makeTagProps(),\n}, 'VTimelineItem')\n\nexport const VTimelineItem = genericComponent<VTimelineItemSlots>()({\n name: 'VTimelineItem',\n\n props: makeVTimelineItemProps(),\n\n setup (props, { slots }) {\n const { dimensionStyles } = useDimension(props)\n\n const dotSize = shallowRef(0)\n const dotRef = ref<VTimelineDivider>()\n watch(dotRef, newValue => {\n if (!newValue) return\n dotSize.value = newValue.$el.querySelector('.v-timeline-divider__dot')?.getBoundingClientRect().width ?? 0\n }, {\n flush: 'post',\n })\n\n useRender(() => (\n <div\n class={[\n 'v-timeline-item',\n {\n 'v-timeline-item--fill-dot': props.fillDot,\n 'v-timeline-item--side-start': props.side === 'start',\n 'v-timeline-item--side-end': props.side === 'end',\n },\n props.class,\n ]}\n style={[\n {\n '--v-timeline-dot-size': convertToUnit(dotSize.value),\n '--v-timeline-line-inset': props.lineInset ? `calc(var(--v-timeline-dot-size) / 2 + ${convertToUnit(props.lineInset)})` : convertToUnit(0),\n },\n props.style,\n ]}\n >\n <div\n class=\"v-timeline-item__body\"\n style={ dimensionStyles.value }\n >\n { slots.default?.() }\n </div>\n\n <VTimelineDivider\n ref={ dotRef }\n hideDot={ props.hideDot }\n icon={ props.icon }\n iconColor={ props.iconColor }\n size={ props.size }\n elevation={ props.elevation }\n dotColor={ props.dotColor }\n fillDot={ props.fillDot }\n rounded={ props.rounded }\n v-slots={{ default: slots.icon }}\n />\n\n { props.density !== 'compact' && (\n <div class=\"v-timeline-item__opposite\">\n { !props.hideOpposite && slots.opposite?.() }\n </div>\n )}\n </div>\n ))\n\n return {}\n },\n})\n\nexport type VTimelineItem = InstanceType<typeof VTimelineItem>\n"],"mappings":"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","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.7.6-dev.2025-01-
|
19
|
+
export const version = "3.7.6-dev.2025-01-17";
|
20
20
|
createVuetify.version = version;
|
21
21
|
export { blueprints, components, directives };
|
22
22
|
export * from "./composables/index.js";
|
package/lib/framework.d.ts
CHANGED
@@ -489,39 +489,40 @@ declare module 'vue' {
|
|
489
489
|
$children?: VNodeChild
|
490
490
|
}
|
491
491
|
export interface GlobalComponents {
|
492
|
+
VApp: typeof import('vuetify/components')['VApp']
|
493
|
+
VAvatar: typeof import('vuetify/components')['VAvatar']
|
492
494
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
493
495
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
494
496
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
495
|
-
VAvatar: typeof import('vuetify/components')['VAvatar']
|
496
497
|
VAlert: typeof import('vuetify/components')['VAlert']
|
497
498
|
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
498
|
-
VApp: typeof import('vuetify/components')['VApp']
|
499
|
-
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
500
|
-
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
501
|
-
VBadge: typeof import('vuetify/components')['VBadge']
|
502
499
|
VBanner: typeof import('vuetify/components')['VBanner']
|
503
500
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
504
501
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
505
|
-
|
502
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
503
|
+
VBadge: typeof import('vuetify/components')['VBadge']
|
504
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
505
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
506
506
|
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
507
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
508
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
509
|
+
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
510
|
+
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
511
|
+
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
512
|
+
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
513
|
+
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
507
514
|
VCarousel: typeof import('vuetify/components')['VCarousel']
|
508
515
|
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
509
|
-
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
510
516
|
VCard: typeof import('vuetify/components')['VCard']
|
511
517
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
512
518
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
513
519
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
514
520
|
VCardText: typeof import('vuetify/components')['VCardText']
|
515
521
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
516
|
-
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
517
|
-
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
518
|
-
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
519
522
|
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
520
|
-
VChip: typeof import('vuetify/components')['VChip']
|
521
|
-
VBtn: typeof import('vuetify/components')['VBtn']
|
522
523
|
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
523
|
-
|
524
|
-
|
524
|
+
VChip: typeof import('vuetify/components')['VChip']
|
525
|
+
VCombobox: typeof import('vuetify/components')['VCombobox']
|
525
526
|
VCode: typeof import('vuetify/components')['VCode']
|
526
527
|
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
527
528
|
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
@@ -530,8 +531,7 @@ declare module 'vue' {
|
|
530
531
|
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
531
532
|
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
532
533
|
VCounter: typeof import('vuetify/components')['VCounter']
|
533
|
-
|
534
|
-
VDivider: typeof import('vuetify/components')['VDivider']
|
534
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
535
535
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
536
536
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
537
537
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -539,30 +539,31 @@ declare module 'vue' {
|
|
539
539
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
540
540
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
541
541
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
542
|
+
VDivider: typeof import('vuetify/components')['VDivider']
|
542
543
|
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
543
|
-
VDialog: typeof import('vuetify/components')['VDialog']
|
544
544
|
VField: typeof import('vuetify/components')['VField']
|
545
545
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
546
|
-
VIcon: typeof import('vuetify/components')['VIcon']
|
547
|
-
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
548
|
-
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
549
|
-
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
550
|
-
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
551
|
-
VFooter: typeof import('vuetify/components')['VFooter']
|
552
546
|
VFab: typeof import('vuetify/components')['VFab']
|
553
547
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
554
548
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
555
549
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
556
550
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
557
|
-
VInput: typeof import('vuetify/components')['VInput']
|
558
551
|
VFileInput: typeof import('vuetify/components')['VFileInput']
|
552
|
+
VFooter: typeof import('vuetify/components')['VFooter']
|
553
|
+
VIcon: typeof import('vuetify/components')['VIcon']
|
554
|
+
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
555
|
+
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
556
|
+
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
557
|
+
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
558
|
+
VInput: typeof import('vuetify/components')['VInput']
|
559
|
+
VImg: typeof import('vuetify/components')['VImg']
|
560
|
+
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
559
561
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
560
562
|
VItem: typeof import('vuetify/components')['VItem']
|
561
|
-
VImg: typeof import('vuetify/components')['VImg']
|
562
|
-
VLabel: typeof import('vuetify/components')['VLabel']
|
563
563
|
VKbd: typeof import('vuetify/components')['VKbd']
|
564
|
+
VLabel: typeof import('vuetify/components')['VLabel']
|
565
|
+
VMenu: typeof import('vuetify/components')['VMenu']
|
564
566
|
VMain: typeof import('vuetify/components')['VMain']
|
565
|
-
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
566
567
|
VList: typeof import('vuetify/components')['VList']
|
567
568
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
568
569
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -572,52 +573,51 @@ declare module 'vue' {
|
|
572
573
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
573
574
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
574
575
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
575
|
-
VMenu: typeof import('vuetify/components')['VMenu']
|
576
|
-
VOverlay: typeof import('vuetify/components')['VOverlay']
|
577
|
-
VMessages: typeof import('vuetify/components')['VMessages']
|
578
576
|
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
579
|
-
|
577
|
+
VMessages: typeof import('vuetify/components')['VMessages']
|
580
578
|
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
581
|
-
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
582
579
|
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
583
|
-
|
580
|
+
VOverlay: typeof import('vuetify/components')['VOverlay']
|
581
|
+
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
584
582
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
583
|
+
VPagination: typeof import('vuetify/components')['VPagination']
|
584
|
+
VSelect: typeof import('vuetify/components')['VSelect']
|
585
585
|
VRating: typeof import('vuetify/components')['VRating']
|
586
586
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
587
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
587
588
|
VSheet: typeof import('vuetify/components')['VSheet']
|
588
|
-
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
589
589
|
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
590
|
-
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
591
|
-
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
592
|
-
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
593
|
-
VSlider: typeof import('vuetify/components')['VSlider']
|
594
590
|
VStepper: typeof import('vuetify/components')['VStepper']
|
595
591
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
596
592
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
597
593
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
598
594
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
599
595
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
596
|
+
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
597
|
+
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
598
|
+
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
599
|
+
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
600
600
|
VSwitch: typeof import('vuetify/components')['VSwitch']
|
601
601
|
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
602
602
|
VTable: typeof import('vuetify/components')['VTable']
|
603
|
-
VTextField: typeof import('vuetify/components')['VTextField']
|
604
603
|
VTab: typeof import('vuetify/components')['VTab']
|
605
604
|
VTabs: typeof import('vuetify/components')['VTabs']
|
606
605
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
607
606
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
607
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
608
|
+
VTextField: typeof import('vuetify/components')['VTextField']
|
609
|
+
VTimeline: typeof import('vuetify/components')['VTimeline']
|
610
|
+
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
611
|
+
VTooltip: typeof import('vuetify/components')['VTooltip']
|
608
612
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
609
613
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
610
614
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
611
615
|
VWindow: typeof import('vuetify/components')['VWindow']
|
612
616
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
613
|
-
VTextarea: typeof import('vuetify/components')['VTextarea']
|
614
|
-
VTooltip: typeof import('vuetify/components')['VTooltip']
|
615
|
-
VTimeline: typeof import('vuetify/components')['VTimeline']
|
616
|
-
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
617
617
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
618
618
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
619
|
-
VForm: typeof import('vuetify/components')['VForm']
|
620
619
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
620
|
+
VForm: typeof import('vuetify/components')['VForm']
|
621
621
|
VHover: typeof import('vuetify/components')['VHover']
|
622
622
|
VContainer: typeof import('vuetify/components')['VContainer']
|
623
623
|
VCol: typeof import('vuetify/components')['VCol']
|
@@ -629,11 +629,11 @@ declare module 'vue' {
|
|
629
629
|
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
630
630
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
631
631
|
VParallax: typeof import('vuetify/components')['VParallax']
|
632
|
-
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
633
632
|
VRadio: typeof import('vuetify/components')['VRadio']
|
633
|
+
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
634
634
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
635
|
-
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
636
635
|
VSparkline: typeof import('vuetify/components')['VSparkline']
|
636
|
+
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
637
637
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
638
638
|
VValidation: typeof import('vuetify/components')['VValidation']
|
639
639
|
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
@@ -659,20 +659,20 @@ declare module 'vue' {
|
|
659
659
|
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
660
660
|
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
661
661
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
662
|
+
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
663
|
+
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
662
664
|
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
663
|
-
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
664
|
-
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
665
|
-
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
666
665
|
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
667
666
|
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
668
|
-
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
669
|
-
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
670
667
|
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
671
668
|
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
672
669
|
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
673
670
|
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
674
671
|
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
675
672
|
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
673
|
+
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
674
|
+
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
675
|
+
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
676
676
|
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
677
677
|
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
678
678
|
VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
|
package/lib/framework.js
CHANGED