@vuetify/nightly 3.5.9-dev.2024-03-17 → 3.5.9-dev.2024-03-29
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/CHANGELOG.md +4 -2
- package/dist/json/attributes.json +51 -7
- package/dist/json/importMap-labs.json +20 -20
- package/dist/json/importMap.json +126 -126
- package/dist/json/tags.json +12 -1
- package/dist/json/web-types.json +114 -13
- package/dist/vuetify-labs.css +1894 -1894
- package/dist/vuetify-labs.d.ts +106 -19
- package/dist/vuetify-labs.esm.js +105 -98
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +105 -98
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +804 -804
- package/dist/vuetify.d.ts +147 -60
- package/dist/vuetify.esm.js +105 -98
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +105 -98
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +185 -185
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VMain/VMain.mjs +6 -1
- package/lib/components/VMain/VMain.mjs.map +1 -1
- package/lib/components/VMain/index.d.mts +36 -0
- package/lib/components/VTimeline/VTimeline.mjs +12 -6
- package/lib/components/VTimeline/VTimeline.mjs.map +1 -1
- package/lib/components/VTimeline/index.d.mts +70 -19
- package/lib/components/index.d.mts +106 -19
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +41 -41
- package/package.json +1 -1
package/dist/vuetify-labs.d.ts
CHANGED
|
@@ -39906,6 +39906,12 @@ declare const VMain: {
|
|
|
39906
39906
|
tag: string;
|
|
39907
39907
|
scrollable: boolean;
|
|
39908
39908
|
} & {
|
|
39909
|
+
height?: string | number | undefined;
|
|
39910
|
+
width?: string | number | undefined;
|
|
39911
|
+
maxHeight?: string | number | undefined;
|
|
39912
|
+
maxWidth?: string | number | undefined;
|
|
39913
|
+
minHeight?: string | number | undefined;
|
|
39914
|
+
minWidth?: string | number | undefined;
|
|
39909
39915
|
class?: any;
|
|
39910
39916
|
} & {
|
|
39911
39917
|
$children?: vue.VNodeChild | {
|
|
@@ -39921,6 +39927,12 @@ declare const VMain: {
|
|
|
39921
39927
|
tag: string;
|
|
39922
39928
|
scrollable: boolean;
|
|
39923
39929
|
} & {
|
|
39930
|
+
height?: string | number | undefined;
|
|
39931
|
+
width?: string | number | undefined;
|
|
39932
|
+
maxHeight?: string | number | undefined;
|
|
39933
|
+
maxWidth?: string | number | undefined;
|
|
39934
|
+
minHeight?: string | number | undefined;
|
|
39935
|
+
minWidth?: string | number | undefined;
|
|
39924
39936
|
class?: any;
|
|
39925
39937
|
} & {
|
|
39926
39938
|
$children?: vue.VNodeChild | {
|
|
@@ -39951,6 +39963,12 @@ declare const VMain: {
|
|
|
39951
39963
|
tag: string;
|
|
39952
39964
|
scrollable: boolean;
|
|
39953
39965
|
} & {
|
|
39966
|
+
height?: string | number | undefined;
|
|
39967
|
+
width?: string | number | undefined;
|
|
39968
|
+
maxHeight?: string | number | undefined;
|
|
39969
|
+
maxWidth?: string | number | undefined;
|
|
39970
|
+
minHeight?: string | number | undefined;
|
|
39971
|
+
minWidth?: string | number | undefined;
|
|
39954
39972
|
class?: any;
|
|
39955
39973
|
} & {
|
|
39956
39974
|
$children?: vue.VNodeChild | {
|
|
@@ -39974,6 +39992,12 @@ declare const VMain: {
|
|
|
39974
39992
|
tag: string;
|
|
39975
39993
|
scrollable: boolean;
|
|
39976
39994
|
} & {
|
|
39995
|
+
height?: string | number | undefined;
|
|
39996
|
+
width?: string | number | undefined;
|
|
39997
|
+
maxHeight?: string | number | undefined;
|
|
39998
|
+
maxWidth?: string | number | undefined;
|
|
39999
|
+
minHeight?: string | number | undefined;
|
|
40000
|
+
minWidth?: string | number | undefined;
|
|
39977
40001
|
class?: any;
|
|
39978
40002
|
} & {
|
|
39979
40003
|
$children?: vue.VNodeChild | {
|
|
@@ -40000,6 +40024,12 @@ declare const VMain: {
|
|
|
40000
40024
|
type: vue.PropType<string>;
|
|
40001
40025
|
default: string;
|
|
40002
40026
|
};
|
|
40027
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
40028
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
40029
|
+
maxWidth: (StringConstructor | NumberConstructor)[];
|
|
40030
|
+
minHeight: (StringConstructor | NumberConstructor)[];
|
|
40031
|
+
minWidth: (StringConstructor | NumberConstructor)[];
|
|
40032
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
40003
40033
|
class: vue.PropType<any>;
|
|
40004
40034
|
style: {
|
|
40005
40035
|
type: vue.PropType<vue.StyleValue>;
|
|
@@ -40014,6 +40044,12 @@ declare const VMain: {
|
|
|
40014
40044
|
type: vue.PropType<string>;
|
|
40015
40045
|
default: string;
|
|
40016
40046
|
};
|
|
40047
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
40048
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
40049
|
+
maxWidth: (StringConstructor | NumberConstructor)[];
|
|
40050
|
+
minHeight: (StringConstructor | NumberConstructor)[];
|
|
40051
|
+
minWidth: (StringConstructor | NumberConstructor)[];
|
|
40052
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
40017
40053
|
class: vue.PropType<any>;
|
|
40018
40054
|
style: {
|
|
40019
40055
|
type: vue.PropType<vue.StyleValue>;
|
|
@@ -63417,10 +63453,12 @@ type TimelineTruncateLine = 'start' | 'end' | 'both' | undefined;
|
|
|
63417
63453
|
declare const VTimeline: {
|
|
63418
63454
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
|
63419
63455
|
style: vue.StyleValue;
|
|
63456
|
+
size: string | number;
|
|
63420
63457
|
tag: string;
|
|
63421
63458
|
justify: string;
|
|
63422
63459
|
density: Density;
|
|
63423
|
-
|
|
63460
|
+
fillDot: boolean;
|
|
63461
|
+
lineInset: NonNullable<string | number>;
|
|
63424
63462
|
lineThickness: string | number;
|
|
63425
63463
|
} & {
|
|
63426
63464
|
direction?: TimelineDirection | undefined;
|
|
@@ -63428,7 +63466,10 @@ declare const VTimeline: {
|
|
|
63428
63466
|
align?: TimelineAlign | undefined;
|
|
63429
63467
|
side?: TimelineSide;
|
|
63430
63468
|
theme?: string | undefined;
|
|
63469
|
+
dotColor?: string | undefined;
|
|
63470
|
+
iconColor?: string | undefined;
|
|
63431
63471
|
lineColor?: string | undefined;
|
|
63472
|
+
hideOpposite?: boolean | undefined;
|
|
63432
63473
|
truncateLine?: TimelineTruncateLine;
|
|
63433
63474
|
} & {
|
|
63434
63475
|
$children?: vue.VNodeChild | {
|
|
@@ -63441,10 +63482,12 @@ declare const VTimeline: {
|
|
|
63441
63482
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
63442
63483
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
63443
63484
|
style: vue.StyleValue;
|
|
63485
|
+
size: string | number;
|
|
63444
63486
|
tag: string;
|
|
63445
63487
|
justify: string;
|
|
63446
63488
|
density: Density;
|
|
63447
|
-
|
|
63489
|
+
fillDot: boolean;
|
|
63490
|
+
lineInset: NonNullable<string | number>;
|
|
63448
63491
|
lineThickness: string | number;
|
|
63449
63492
|
} & {
|
|
63450
63493
|
direction?: TimelineDirection | undefined;
|
|
@@ -63452,7 +63495,10 @@ declare const VTimeline: {
|
|
|
63452
63495
|
align?: TimelineAlign | undefined;
|
|
63453
63496
|
side?: TimelineSide;
|
|
63454
63497
|
theme?: string | undefined;
|
|
63498
|
+
dotColor?: string | undefined;
|
|
63499
|
+
iconColor?: string | undefined;
|
|
63455
63500
|
lineColor?: string | undefined;
|
|
63501
|
+
hideOpposite?: boolean | undefined;
|
|
63456
63502
|
truncateLine?: TimelineTruncateLine;
|
|
63457
63503
|
} & {
|
|
63458
63504
|
$children?: vue.VNodeChild | {
|
|
@@ -63465,10 +63511,13 @@ declare const VTimeline: {
|
|
|
63465
63511
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
63466
63512
|
}, {
|
|
63467
63513
|
style: vue.StyleValue;
|
|
63514
|
+
size: string | number;
|
|
63468
63515
|
tag: string;
|
|
63469
63516
|
justify: string;
|
|
63470
63517
|
density: Density;
|
|
63471
|
-
|
|
63518
|
+
fillDot: boolean;
|
|
63519
|
+
hideOpposite: boolean;
|
|
63520
|
+
lineInset: NonNullable<string | number>;
|
|
63472
63521
|
lineThickness: string | number;
|
|
63473
63522
|
}, true, {}, vue.SlotsType<Partial<{
|
|
63474
63523
|
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
@@ -63483,10 +63532,12 @@ declare const VTimeline: {
|
|
|
63483
63532
|
Defaults: {};
|
|
63484
63533
|
}, {
|
|
63485
63534
|
style: vue.StyleValue;
|
|
63535
|
+
size: string | number;
|
|
63486
63536
|
tag: string;
|
|
63487
63537
|
justify: string;
|
|
63488
63538
|
density: Density;
|
|
63489
|
-
|
|
63539
|
+
fillDot: boolean;
|
|
63540
|
+
lineInset: NonNullable<string | number>;
|
|
63490
63541
|
lineThickness: string | number;
|
|
63491
63542
|
} & {
|
|
63492
63543
|
direction?: TimelineDirection | undefined;
|
|
@@ -63494,7 +63545,10 @@ declare const VTimeline: {
|
|
|
63494
63545
|
align?: TimelineAlign | undefined;
|
|
63495
63546
|
side?: TimelineSide;
|
|
63496
63547
|
theme?: string | undefined;
|
|
63548
|
+
dotColor?: string | undefined;
|
|
63549
|
+
iconColor?: string | undefined;
|
|
63497
63550
|
lineColor?: string | undefined;
|
|
63551
|
+
hideOpposite?: boolean | undefined;
|
|
63498
63552
|
truncateLine?: TimelineTruncateLine;
|
|
63499
63553
|
} & {
|
|
63500
63554
|
$children?: vue.VNodeChild | {
|
|
@@ -63507,10 +63561,13 @@ declare const VTimeline: {
|
|
|
63507
63561
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
63508
63562
|
}, {}, {}, {}, {}, {
|
|
63509
63563
|
style: vue.StyleValue;
|
|
63564
|
+
size: string | number;
|
|
63510
63565
|
tag: string;
|
|
63511
63566
|
justify: string;
|
|
63512
63567
|
density: Density;
|
|
63513
|
-
|
|
63568
|
+
fillDot: boolean;
|
|
63569
|
+
hideOpposite: boolean;
|
|
63570
|
+
lineInset: NonNullable<string | number>;
|
|
63514
63571
|
lineThickness: string | number;
|
|
63515
63572
|
}>;
|
|
63516
63573
|
__isFragment?: undefined;
|
|
@@ -63518,10 +63575,12 @@ declare const VTimeline: {
|
|
|
63518
63575
|
__isSuspense?: undefined;
|
|
63519
63576
|
} & vue.ComponentOptionsBase<{
|
|
63520
63577
|
style: vue.StyleValue;
|
|
63578
|
+
size: string | number;
|
|
63521
63579
|
tag: string;
|
|
63522
63580
|
justify: string;
|
|
63523
63581
|
density: Density;
|
|
63524
|
-
|
|
63582
|
+
fillDot: boolean;
|
|
63583
|
+
lineInset: NonNullable<string | number>;
|
|
63525
63584
|
lineThickness: string | number;
|
|
63526
63585
|
} & {
|
|
63527
63586
|
direction?: TimelineDirection | undefined;
|
|
@@ -63529,7 +63588,10 @@ declare const VTimeline: {
|
|
|
63529
63588
|
align?: TimelineAlign | undefined;
|
|
63530
63589
|
side?: TimelineSide;
|
|
63531
63590
|
theme?: string | undefined;
|
|
63591
|
+
dotColor?: string | undefined;
|
|
63592
|
+
iconColor?: string | undefined;
|
|
63532
63593
|
lineColor?: string | undefined;
|
|
63594
|
+
hideOpposite?: boolean | undefined;
|
|
63533
63595
|
truncateLine?: TimelineTruncateLine;
|
|
63534
63596
|
} & {
|
|
63535
63597
|
$children?: vue.VNodeChild | {
|
|
@@ -63542,10 +63604,13 @@ declare const VTimeline: {
|
|
|
63542
63604
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
63543
63605
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
|
63544
63606
|
style: vue.StyleValue;
|
|
63607
|
+
size: string | number;
|
|
63545
63608
|
tag: string;
|
|
63546
63609
|
justify: string;
|
|
63547
63610
|
density: Density;
|
|
63548
|
-
|
|
63611
|
+
fillDot: boolean;
|
|
63612
|
+
hideOpposite: boolean;
|
|
63613
|
+
lineInset: NonNullable<string | number>;
|
|
63549
63614
|
lineThickness: string | number;
|
|
63550
63615
|
}, {}, string, vue.SlotsType<Partial<{
|
|
63551
63616
|
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
@@ -63567,6 +63632,21 @@ declare const VTimeline: {
|
|
|
63567
63632
|
type: vue.PropType<vue.StyleValue>;
|
|
63568
63633
|
default: null;
|
|
63569
63634
|
};
|
|
63635
|
+
size: {
|
|
63636
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
63637
|
+
default: string;
|
|
63638
|
+
};
|
|
63639
|
+
dotColor: StringConstructor;
|
|
63640
|
+
fillDot: BooleanConstructor;
|
|
63641
|
+
iconColor: StringConstructor;
|
|
63642
|
+
hideOpposite: {
|
|
63643
|
+
type: BooleanConstructor;
|
|
63644
|
+
default: undefined;
|
|
63645
|
+
};
|
|
63646
|
+
lineInset: {
|
|
63647
|
+
type: vue.PropType<NonNullable<string | number>>;
|
|
63648
|
+
default: NonNullable<string | number>;
|
|
63649
|
+
};
|
|
63570
63650
|
align: Prop<TimelineAlign>;
|
|
63571
63651
|
direction: Prop<TimelineDirection>;
|
|
63572
63652
|
justify: {
|
|
@@ -63575,10 +63655,6 @@ declare const VTimeline: {
|
|
|
63575
63655
|
validator: (v: any) => boolean;
|
|
63576
63656
|
};
|
|
63577
63657
|
side: Prop<TimelineSide>;
|
|
63578
|
-
lineInset: {
|
|
63579
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
63580
|
-
default: number;
|
|
63581
|
-
};
|
|
63582
63658
|
lineThickness: {
|
|
63583
63659
|
type: (StringConstructor | NumberConstructor)[];
|
|
63584
63660
|
default: number;
|
|
@@ -63601,6 +63677,21 @@ declare const VTimeline: {
|
|
|
63601
63677
|
type: vue.PropType<vue.StyleValue>;
|
|
63602
63678
|
default: null;
|
|
63603
63679
|
};
|
|
63680
|
+
size: {
|
|
63681
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
63682
|
+
default: string;
|
|
63683
|
+
};
|
|
63684
|
+
dotColor: StringConstructor;
|
|
63685
|
+
fillDot: BooleanConstructor;
|
|
63686
|
+
iconColor: StringConstructor;
|
|
63687
|
+
hideOpposite: {
|
|
63688
|
+
type: BooleanConstructor;
|
|
63689
|
+
default: undefined;
|
|
63690
|
+
};
|
|
63691
|
+
lineInset: {
|
|
63692
|
+
type: vue.PropType<NonNullable<string | number>>;
|
|
63693
|
+
default: NonNullable<string | number>;
|
|
63694
|
+
};
|
|
63604
63695
|
align: Prop<TimelineAlign>;
|
|
63605
63696
|
direction: Prop<TimelineDirection>;
|
|
63606
63697
|
justify: {
|
|
@@ -63609,10 +63700,6 @@ declare const VTimeline: {
|
|
|
63609
63700
|
validator: (v: any) => boolean;
|
|
63610
63701
|
};
|
|
63611
63702
|
side: Prop<TimelineSide>;
|
|
63612
|
-
lineInset: {
|
|
63613
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
63614
|
-
default: number;
|
|
63615
|
-
};
|
|
63616
63703
|
lineThickness: {
|
|
63617
63704
|
type: (StringConstructor | NumberConstructor)[];
|
|
63618
63705
|
default: number;
|
|
@@ -63642,10 +63729,10 @@ declare const VTimelineItem: {
|
|
|
63642
63729
|
elevation?: string | number | undefined;
|
|
63643
63730
|
rounded?: string | number | boolean | undefined;
|
|
63644
63731
|
density?: "default" | "compact" | undefined;
|
|
63645
|
-
lineInset?: string | number | undefined;
|
|
63646
63732
|
dotColor?: string | undefined;
|
|
63647
63733
|
iconColor?: string | undefined;
|
|
63648
63734
|
hideOpposite?: boolean | undefined;
|
|
63735
|
+
lineInset?: string | number | undefined;
|
|
63649
63736
|
} & {
|
|
63650
63737
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
63651
63738
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -63680,10 +63767,10 @@ declare const VTimelineItem: {
|
|
|
63680
63767
|
elevation?: string | number | undefined;
|
|
63681
63768
|
rounded?: string | number | boolean | undefined;
|
|
63682
63769
|
density?: "default" | "compact" | undefined;
|
|
63683
|
-
lineInset?: string | number | undefined;
|
|
63684
63770
|
dotColor?: string | undefined;
|
|
63685
63771
|
iconColor?: string | undefined;
|
|
63686
63772
|
hideOpposite?: boolean | undefined;
|
|
63773
|
+
lineInset?: string | number | undefined;
|
|
63687
63774
|
} & {
|
|
63688
63775
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
63689
63776
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -63744,10 +63831,10 @@ declare const VTimelineItem: {
|
|
|
63744
63831
|
elevation?: string | number | undefined;
|
|
63745
63832
|
rounded?: string | number | boolean | undefined;
|
|
63746
63833
|
density?: "default" | "compact" | undefined;
|
|
63747
|
-
lineInset?: string | number | undefined;
|
|
63748
63834
|
dotColor?: string | undefined;
|
|
63749
63835
|
iconColor?: string | undefined;
|
|
63750
63836
|
hideOpposite?: boolean | undefined;
|
|
63837
|
+
lineInset?: string | number | undefined;
|
|
63751
63838
|
} & {
|
|
63752
63839
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
63753
63840
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -63795,10 +63882,10 @@ declare const VTimelineItem: {
|
|
|
63795
63882
|
elevation?: string | number | undefined;
|
|
63796
63883
|
rounded?: string | number | boolean | undefined;
|
|
63797
63884
|
density?: "default" | "compact" | undefined;
|
|
63798
|
-
lineInset?: string | number | undefined;
|
|
63799
63885
|
dotColor?: string | undefined;
|
|
63800
63886
|
iconColor?: string | undefined;
|
|
63801
63887
|
hideOpposite?: boolean | undefined;
|
|
63888
|
+
lineInset?: string | number | undefined;
|
|
63802
63889
|
} & {
|
|
63803
63890
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
63804
63891
|
default?: (() => vue.VNodeChild) | undefined;
|
package/dist/vuetify-labs.esm.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Vuetify v3.5.9-dev.2024-03-
|
|
2
|
+
* Vuetify v3.5.9-dev.2024-03-29
|
|
3
3
|
* Forged by John Leider
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -22438,6 +22438,7 @@ const VLocaleProvider = genericComponent()({
|
|
|
22438
22438
|
const makeVMainProps = propsFactory({
|
|
22439
22439
|
scrollable: Boolean,
|
|
22440
22440
|
...makeComponentProps(),
|
|
22441
|
+
...makeDimensionProps(),
|
|
22441
22442
|
...makeTagProps({
|
|
22442
22443
|
tag: 'main'
|
|
22443
22444
|
})
|
|
@@ -22449,6 +22450,9 @@ const VMain = genericComponent()({
|
|
|
22449
22450
|
let {
|
|
22450
22451
|
slots
|
|
22451
22452
|
} = _ref;
|
|
22453
|
+
const {
|
|
22454
|
+
dimensionStyles
|
|
22455
|
+
} = useDimension(props);
|
|
22452
22456
|
const {
|
|
22453
22457
|
mainStyles,
|
|
22454
22458
|
layoutIsReady
|
|
@@ -22460,7 +22464,7 @@ const VMain = genericComponent()({
|
|
|
22460
22464
|
"class": ['v-main', {
|
|
22461
22465
|
'v-main--scrollable': props.scrollable
|
|
22462
22466
|
}, props.class],
|
|
22463
|
-
"style": [mainStyles.value, ssrBootStyles.value, props.style]
|
|
22467
|
+
"style": [mainStyles.value, ssrBootStyles.value, dimensionStyles.value, props.style]
|
|
22464
22468
|
}, {
|
|
22465
22469
|
default: () => [props.scrollable ? createVNode("div", {
|
|
22466
22470
|
"class": "v-main__scroller"
|
|
@@ -25269,100 +25273,6 @@ const VThemeProvider = genericComponent()({
|
|
|
25269
25273
|
}
|
|
25270
25274
|
});
|
|
25271
25275
|
|
|
25272
|
-
// Types
|
|
25273
|
-
|
|
25274
|
-
const makeVTimelineProps = propsFactory({
|
|
25275
|
-
align: {
|
|
25276
|
-
type: String,
|
|
25277
|
-
default: 'center',
|
|
25278
|
-
validator: v => ['center', 'start'].includes(v)
|
|
25279
|
-
},
|
|
25280
|
-
direction: {
|
|
25281
|
-
type: String,
|
|
25282
|
-
default: 'vertical',
|
|
25283
|
-
validator: v => ['vertical', 'horizontal'].includes(v)
|
|
25284
|
-
},
|
|
25285
|
-
justify: {
|
|
25286
|
-
type: String,
|
|
25287
|
-
default: 'auto',
|
|
25288
|
-
validator: v => ['auto', 'center'].includes(v)
|
|
25289
|
-
},
|
|
25290
|
-
side: {
|
|
25291
|
-
type: String,
|
|
25292
|
-
validator: v => v == null || ['start', 'end'].includes(v)
|
|
25293
|
-
},
|
|
25294
|
-
lineInset: {
|
|
25295
|
-
type: [String, Number],
|
|
25296
|
-
default: 0
|
|
25297
|
-
},
|
|
25298
|
-
lineThickness: {
|
|
25299
|
-
type: [String, Number],
|
|
25300
|
-
default: 2
|
|
25301
|
-
},
|
|
25302
|
-
lineColor: String,
|
|
25303
|
-
truncateLine: {
|
|
25304
|
-
type: String,
|
|
25305
|
-
validator: v => ['start', 'end', 'both'].includes(v)
|
|
25306
|
-
},
|
|
25307
|
-
...makeComponentProps(),
|
|
25308
|
-
...makeDensityProps(),
|
|
25309
|
-
...makeTagProps(),
|
|
25310
|
-
...makeThemeProps()
|
|
25311
|
-
}, 'VTimeline');
|
|
25312
|
-
const VTimeline = genericComponent()({
|
|
25313
|
-
name: 'VTimeline',
|
|
25314
|
-
props: makeVTimelineProps(),
|
|
25315
|
-
setup(props, _ref) {
|
|
25316
|
-
let {
|
|
25317
|
-
slots
|
|
25318
|
-
} = _ref;
|
|
25319
|
-
const {
|
|
25320
|
-
themeClasses
|
|
25321
|
-
} = provideTheme(props);
|
|
25322
|
-
const {
|
|
25323
|
-
densityClasses
|
|
25324
|
-
} = useDensity(props);
|
|
25325
|
-
const {
|
|
25326
|
-
rtlClasses
|
|
25327
|
-
} = useRtl();
|
|
25328
|
-
provideDefaults({
|
|
25329
|
-
VTimelineDivider: {
|
|
25330
|
-
lineColor: toRef(props, 'lineColor')
|
|
25331
|
-
},
|
|
25332
|
-
VTimelineItem: {
|
|
25333
|
-
density: toRef(props, 'density'),
|
|
25334
|
-
lineInset: toRef(props, 'lineInset')
|
|
25335
|
-
}
|
|
25336
|
-
});
|
|
25337
|
-
const sideClasses = computed(() => {
|
|
25338
|
-
const side = props.side ? props.side : props.density !== 'default' ? 'end' : null;
|
|
25339
|
-
return side && `v-timeline--side-${side}`;
|
|
25340
|
-
});
|
|
25341
|
-
const truncateClasses = computed(() => {
|
|
25342
|
-
const classes = ['v-timeline--truncate-line-start', 'v-timeline--truncate-line-end'];
|
|
25343
|
-
switch (props.truncateLine) {
|
|
25344
|
-
case 'both':
|
|
25345
|
-
return classes;
|
|
25346
|
-
case 'start':
|
|
25347
|
-
return classes[0];
|
|
25348
|
-
case 'end':
|
|
25349
|
-
return classes[1];
|
|
25350
|
-
default:
|
|
25351
|
-
return null;
|
|
25352
|
-
}
|
|
25353
|
-
});
|
|
25354
|
-
useRender(() => createVNode(props.tag, {
|
|
25355
|
-
"class": ['v-timeline', `v-timeline--${props.direction}`, `v-timeline--align-${props.align}`, `v-timeline--justify-${props.justify}`, truncateClasses.value, {
|
|
25356
|
-
'v-timeline--inset-line': !!props.lineInset
|
|
25357
|
-
}, themeClasses.value, densityClasses.value, sideClasses.value, rtlClasses.value, props.class],
|
|
25358
|
-
"style": [{
|
|
25359
|
-
'--v-timeline-line-thickness': convertToUnit(props.lineThickness)
|
|
25360
|
-
}, props.style]
|
|
25361
|
-
}, slots));
|
|
25362
|
-
return {};
|
|
25363
|
-
}
|
|
25364
|
-
});
|
|
25365
|
-
|
|
25366
25276
|
const makeVTimelineDividerProps = propsFactory({
|
|
25367
25277
|
dotColor: String,
|
|
25368
25278
|
fillDot: Boolean,
|
|
@@ -25509,6 +25419,103 @@ const VTimelineItem = genericComponent()({
|
|
|
25509
25419
|
}
|
|
25510
25420
|
});
|
|
25511
25421
|
|
|
25422
|
+
const makeVTimelineProps = propsFactory({
|
|
25423
|
+
align: {
|
|
25424
|
+
type: String,
|
|
25425
|
+
default: 'center',
|
|
25426
|
+
validator: v => ['center', 'start'].includes(v)
|
|
25427
|
+
},
|
|
25428
|
+
direction: {
|
|
25429
|
+
type: String,
|
|
25430
|
+
default: 'vertical',
|
|
25431
|
+
validator: v => ['vertical', 'horizontal'].includes(v)
|
|
25432
|
+
},
|
|
25433
|
+
justify: {
|
|
25434
|
+
type: String,
|
|
25435
|
+
default: 'auto',
|
|
25436
|
+
validator: v => ['auto', 'center'].includes(v)
|
|
25437
|
+
},
|
|
25438
|
+
side: {
|
|
25439
|
+
type: String,
|
|
25440
|
+
validator: v => v == null || ['start', 'end'].includes(v)
|
|
25441
|
+
},
|
|
25442
|
+
lineThickness: {
|
|
25443
|
+
type: [String, Number],
|
|
25444
|
+
default: 2
|
|
25445
|
+
},
|
|
25446
|
+
lineColor: String,
|
|
25447
|
+
truncateLine: {
|
|
25448
|
+
type: String,
|
|
25449
|
+
validator: v => ['start', 'end', 'both'].includes(v)
|
|
25450
|
+
},
|
|
25451
|
+
...only(makeVTimelineItemProps({
|
|
25452
|
+
lineInset: 0
|
|
25453
|
+
}), ['dotColor', 'fillDot', 'hideOpposite', 'iconColor', 'lineInset', 'size']),
|
|
25454
|
+
...makeComponentProps(),
|
|
25455
|
+
...makeDensityProps(),
|
|
25456
|
+
...makeTagProps(),
|
|
25457
|
+
...makeThemeProps()
|
|
25458
|
+
}, 'VTimeline');
|
|
25459
|
+
const VTimeline = genericComponent()({
|
|
25460
|
+
name: 'VTimeline',
|
|
25461
|
+
props: makeVTimelineProps(),
|
|
25462
|
+
setup(props, _ref) {
|
|
25463
|
+
let {
|
|
25464
|
+
slots
|
|
25465
|
+
} = _ref;
|
|
25466
|
+
const {
|
|
25467
|
+
themeClasses
|
|
25468
|
+
} = provideTheme(props);
|
|
25469
|
+
const {
|
|
25470
|
+
densityClasses
|
|
25471
|
+
} = useDensity(props);
|
|
25472
|
+
const {
|
|
25473
|
+
rtlClasses
|
|
25474
|
+
} = useRtl();
|
|
25475
|
+
provideDefaults({
|
|
25476
|
+
VTimelineDivider: {
|
|
25477
|
+
lineColor: toRef(props, 'lineColor')
|
|
25478
|
+
},
|
|
25479
|
+
VTimelineItem: {
|
|
25480
|
+
density: toRef(props, 'density'),
|
|
25481
|
+
dotColor: toRef(props, 'lineColor'),
|
|
25482
|
+
fillDot: toRef(props, 'fillDot'),
|
|
25483
|
+
hideOpposite: toRef(props, 'hideOpposite'),
|
|
25484
|
+
iconColor: toRef(props, 'iconColor'),
|
|
25485
|
+
lineColor: toRef(props, 'lineColor'),
|
|
25486
|
+
lineInset: toRef(props, 'lineInset'),
|
|
25487
|
+
size: toRef(props, 'size')
|
|
25488
|
+
}
|
|
25489
|
+
});
|
|
25490
|
+
const sideClasses = computed(() => {
|
|
25491
|
+
const side = props.side ? props.side : props.density !== 'default' ? 'end' : null;
|
|
25492
|
+
return side && `v-timeline--side-${side}`;
|
|
25493
|
+
});
|
|
25494
|
+
const truncateClasses = computed(() => {
|
|
25495
|
+
const classes = ['v-timeline--truncate-line-start', 'v-timeline--truncate-line-end'];
|
|
25496
|
+
switch (props.truncateLine) {
|
|
25497
|
+
case 'both':
|
|
25498
|
+
return classes;
|
|
25499
|
+
case 'start':
|
|
25500
|
+
return classes[0];
|
|
25501
|
+
case 'end':
|
|
25502
|
+
return classes[1];
|
|
25503
|
+
default:
|
|
25504
|
+
return null;
|
|
25505
|
+
}
|
|
25506
|
+
});
|
|
25507
|
+
useRender(() => createVNode(props.tag, {
|
|
25508
|
+
"class": ['v-timeline', `v-timeline--${props.direction}`, `v-timeline--align-${props.align}`, `v-timeline--justify-${props.justify}`, truncateClasses.value, {
|
|
25509
|
+
'v-timeline--inset-line': !!props.lineInset
|
|
25510
|
+
}, themeClasses.value, densityClasses.value, sideClasses.value, rtlClasses.value, props.class],
|
|
25511
|
+
"style": [{
|
|
25512
|
+
'--v-timeline-line-thickness': convertToUnit(props.lineThickness)
|
|
25513
|
+
}, props.style]
|
|
25514
|
+
}, slots));
|
|
25515
|
+
return {};
|
|
25516
|
+
}
|
|
25517
|
+
});
|
|
25518
|
+
|
|
25512
25519
|
const makeVToolbarItemsProps = propsFactory({
|
|
25513
25520
|
...makeComponentProps(),
|
|
25514
25521
|
...makeVariantProps({
|
|
@@ -27664,7 +27671,7 @@ function createVuetify$1() {
|
|
|
27664
27671
|
goTo
|
|
27665
27672
|
};
|
|
27666
27673
|
}
|
|
27667
|
-
const version$1 = "3.5.9-dev.2024-03-
|
|
27674
|
+
const version$1 = "3.5.9-dev.2024-03-29";
|
|
27668
27675
|
createVuetify$1.version = version$1;
|
|
27669
27676
|
|
|
27670
27677
|
// Vue's inject() can only be used in setup
|
|
@@ -27917,7 +27924,7 @@ var index = /*#__PURE__*/Object.freeze({
|
|
|
27917
27924
|
|
|
27918
27925
|
/* eslint-disable local-rules/sort-imports */
|
|
27919
27926
|
|
|
27920
|
-
const version = "3.5.9-dev.2024-03-
|
|
27927
|
+
const version = "3.5.9-dev.2024-03-29";
|
|
27921
27928
|
|
|
27922
27929
|
/* eslint-disable local-rules/sort-imports */
|
|
27923
27930
|
|