@vuetify/nightly 3.5.9-dev.2024-03-26 → 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/dist/vuetify.d.ts CHANGED
@@ -63169,10 +63169,12 @@ type TimelineTruncateLine = 'start' | 'end' | 'both' | undefined;
63169
63169
  declare const VTimeline: {
63170
63170
  new (...args: any[]): vue.CreateComponentPublicInstance<{
63171
63171
  style: vue.StyleValue;
63172
+ size: string | number;
63172
63173
  tag: string;
63173
63174
  justify: string;
63174
63175
  density: Density;
63175
- lineInset: string | number;
63176
+ fillDot: boolean;
63177
+ lineInset: NonNullable<string | number>;
63176
63178
  lineThickness: string | number;
63177
63179
  } & {
63178
63180
  direction?: TimelineDirection | undefined;
@@ -63180,7 +63182,10 @@ declare const VTimeline: {
63180
63182
  align?: TimelineAlign | undefined;
63181
63183
  side?: TimelineSide;
63182
63184
  theme?: string | undefined;
63185
+ dotColor?: string | undefined;
63186
+ iconColor?: string | undefined;
63183
63187
  lineColor?: string | undefined;
63188
+ hideOpposite?: boolean | undefined;
63184
63189
  truncateLine?: TimelineTruncateLine;
63185
63190
  } & {
63186
63191
  $children?: vue.VNodeChild | {
@@ -63193,10 +63198,12 @@ declare const VTimeline: {
63193
63198
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
63194
63199
  }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
63195
63200
  style: vue.StyleValue;
63201
+ size: string | number;
63196
63202
  tag: string;
63197
63203
  justify: string;
63198
63204
  density: Density;
63199
- lineInset: string | number;
63205
+ fillDot: boolean;
63206
+ lineInset: NonNullable<string | number>;
63200
63207
  lineThickness: string | number;
63201
63208
  } & {
63202
63209
  direction?: TimelineDirection | undefined;
@@ -63204,7 +63211,10 @@ declare const VTimeline: {
63204
63211
  align?: TimelineAlign | undefined;
63205
63212
  side?: TimelineSide;
63206
63213
  theme?: string | undefined;
63214
+ dotColor?: string | undefined;
63215
+ iconColor?: string | undefined;
63207
63216
  lineColor?: string | undefined;
63217
+ hideOpposite?: boolean | undefined;
63208
63218
  truncateLine?: TimelineTruncateLine;
63209
63219
  } & {
63210
63220
  $children?: vue.VNodeChild | {
@@ -63217,10 +63227,13 @@ declare const VTimeline: {
63217
63227
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
63218
63228
  }, {
63219
63229
  style: vue.StyleValue;
63230
+ size: string | number;
63220
63231
  tag: string;
63221
63232
  justify: string;
63222
63233
  density: Density;
63223
- lineInset: string | number;
63234
+ fillDot: boolean;
63235
+ hideOpposite: boolean;
63236
+ lineInset: NonNullable<string | number>;
63224
63237
  lineThickness: string | number;
63225
63238
  }, true, {}, vue.SlotsType<Partial<{
63226
63239
  default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
@@ -63235,10 +63248,12 @@ declare const VTimeline: {
63235
63248
  Defaults: {};
63236
63249
  }, {
63237
63250
  style: vue.StyleValue;
63251
+ size: string | number;
63238
63252
  tag: string;
63239
63253
  justify: string;
63240
63254
  density: Density;
63241
- lineInset: string | number;
63255
+ fillDot: boolean;
63256
+ lineInset: NonNullable<string | number>;
63242
63257
  lineThickness: string | number;
63243
63258
  } & {
63244
63259
  direction?: TimelineDirection | undefined;
@@ -63246,7 +63261,10 @@ declare const VTimeline: {
63246
63261
  align?: TimelineAlign | undefined;
63247
63262
  side?: TimelineSide;
63248
63263
  theme?: string | undefined;
63264
+ dotColor?: string | undefined;
63265
+ iconColor?: string | undefined;
63249
63266
  lineColor?: string | undefined;
63267
+ hideOpposite?: boolean | undefined;
63250
63268
  truncateLine?: TimelineTruncateLine;
63251
63269
  } & {
63252
63270
  $children?: vue.VNodeChild | {
@@ -63259,10 +63277,13 @@ declare const VTimeline: {
63259
63277
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
63260
63278
  }, {}, {}, {}, {}, {
63261
63279
  style: vue.StyleValue;
63280
+ size: string | number;
63262
63281
  tag: string;
63263
63282
  justify: string;
63264
63283
  density: Density;
63265
- lineInset: string | number;
63284
+ fillDot: boolean;
63285
+ hideOpposite: boolean;
63286
+ lineInset: NonNullable<string | number>;
63266
63287
  lineThickness: string | number;
63267
63288
  }>;
63268
63289
  __isFragment?: undefined;
@@ -63270,10 +63291,12 @@ declare const VTimeline: {
63270
63291
  __isSuspense?: undefined;
63271
63292
  } & vue.ComponentOptionsBase<{
63272
63293
  style: vue.StyleValue;
63294
+ size: string | number;
63273
63295
  tag: string;
63274
63296
  justify: string;
63275
63297
  density: Density;
63276
- lineInset: string | number;
63298
+ fillDot: boolean;
63299
+ lineInset: NonNullable<string | number>;
63277
63300
  lineThickness: string | number;
63278
63301
  } & {
63279
63302
  direction?: TimelineDirection | undefined;
@@ -63281,7 +63304,10 @@ declare const VTimeline: {
63281
63304
  align?: TimelineAlign | undefined;
63282
63305
  side?: TimelineSide;
63283
63306
  theme?: string | undefined;
63307
+ dotColor?: string | undefined;
63308
+ iconColor?: string | undefined;
63284
63309
  lineColor?: string | undefined;
63310
+ hideOpposite?: boolean | undefined;
63285
63311
  truncateLine?: TimelineTruncateLine;
63286
63312
  } & {
63287
63313
  $children?: vue.VNodeChild | {
@@ -63294,10 +63320,13 @@ declare const VTimeline: {
63294
63320
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
63295
63321
  }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
63296
63322
  style: vue.StyleValue;
63323
+ size: string | number;
63297
63324
  tag: string;
63298
63325
  justify: string;
63299
63326
  density: Density;
63300
- lineInset: string | number;
63327
+ fillDot: boolean;
63328
+ hideOpposite: boolean;
63329
+ lineInset: NonNullable<string | number>;
63301
63330
  lineThickness: string | number;
63302
63331
  }, {}, string, vue.SlotsType<Partial<{
63303
63332
  default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
@@ -63319,6 +63348,21 @@ declare const VTimeline: {
63319
63348
  type: vue.PropType<vue.StyleValue>;
63320
63349
  default: null;
63321
63350
  };
63351
+ size: {
63352
+ type: (StringConstructor | NumberConstructor)[];
63353
+ default: string;
63354
+ };
63355
+ dotColor: StringConstructor;
63356
+ fillDot: BooleanConstructor;
63357
+ iconColor: StringConstructor;
63358
+ hideOpposite: {
63359
+ type: BooleanConstructor;
63360
+ default: undefined;
63361
+ };
63362
+ lineInset: {
63363
+ type: vue.PropType<NonNullable<string | number>>;
63364
+ default: NonNullable<string | number>;
63365
+ };
63322
63366
  align: Prop<TimelineAlign>;
63323
63367
  direction: Prop<TimelineDirection>;
63324
63368
  justify: {
@@ -63327,10 +63371,6 @@ declare const VTimeline: {
63327
63371
  validator: (v: any) => boolean;
63328
63372
  };
63329
63373
  side: Prop<TimelineSide>;
63330
- lineInset: {
63331
- type: (StringConstructor | NumberConstructor)[];
63332
- default: number;
63333
- };
63334
63374
  lineThickness: {
63335
63375
  type: (StringConstructor | NumberConstructor)[];
63336
63376
  default: number;
@@ -63353,6 +63393,21 @@ declare const VTimeline: {
63353
63393
  type: vue.PropType<vue.StyleValue>;
63354
63394
  default: null;
63355
63395
  };
63396
+ size: {
63397
+ type: (StringConstructor | NumberConstructor)[];
63398
+ default: string;
63399
+ };
63400
+ dotColor: StringConstructor;
63401
+ fillDot: BooleanConstructor;
63402
+ iconColor: StringConstructor;
63403
+ hideOpposite: {
63404
+ type: BooleanConstructor;
63405
+ default: undefined;
63406
+ };
63407
+ lineInset: {
63408
+ type: vue.PropType<NonNullable<string | number>>;
63409
+ default: NonNullable<string | number>;
63410
+ };
63356
63411
  align: Prop<TimelineAlign>;
63357
63412
  direction: Prop<TimelineDirection>;
63358
63413
  justify: {
@@ -63361,10 +63416,6 @@ declare const VTimeline: {
63361
63416
  validator: (v: any) => boolean;
63362
63417
  };
63363
63418
  side: Prop<TimelineSide>;
63364
- lineInset: {
63365
- type: (StringConstructor | NumberConstructor)[];
63366
- default: number;
63367
- };
63368
63419
  lineThickness: {
63369
63420
  type: (StringConstructor | NumberConstructor)[];
63370
63421
  default: number;
@@ -63394,10 +63445,10 @@ declare const VTimelineItem: {
63394
63445
  elevation?: string | number | undefined;
63395
63446
  rounded?: string | number | boolean | undefined;
63396
63447
  density?: "default" | "compact" | undefined;
63397
- lineInset?: string | number | undefined;
63398
63448
  dotColor?: string | undefined;
63399
63449
  iconColor?: string | undefined;
63400
63450
  hideOpposite?: boolean | undefined;
63451
+ lineInset?: string | number | undefined;
63401
63452
  } & {
63402
63453
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
63403
63454
  default?: (() => vue.VNodeChild) | undefined;
@@ -63432,10 +63483,10 @@ declare const VTimelineItem: {
63432
63483
  elevation?: string | number | undefined;
63433
63484
  rounded?: string | number | boolean | undefined;
63434
63485
  density?: "default" | "compact" | undefined;
63435
- lineInset?: string | number | undefined;
63436
63486
  dotColor?: string | undefined;
63437
63487
  iconColor?: string | undefined;
63438
63488
  hideOpposite?: boolean | undefined;
63489
+ lineInset?: string | number | undefined;
63439
63490
  } & {
63440
63491
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
63441
63492
  default?: (() => vue.VNodeChild) | undefined;
@@ -63496,10 +63547,10 @@ declare const VTimelineItem: {
63496
63547
  elevation?: string | number | undefined;
63497
63548
  rounded?: string | number | boolean | undefined;
63498
63549
  density?: "default" | "compact" | undefined;
63499
- lineInset?: string | number | undefined;
63500
63550
  dotColor?: string | undefined;
63501
63551
  iconColor?: string | undefined;
63502
63552
  hideOpposite?: boolean | undefined;
63553
+ lineInset?: string | number | undefined;
63503
63554
  } & {
63504
63555
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
63505
63556
  default?: (() => vue.VNodeChild) | undefined;
@@ -63547,10 +63598,10 @@ declare const VTimelineItem: {
63547
63598
  elevation?: string | number | undefined;
63548
63599
  rounded?: string | number | boolean | undefined;
63549
63600
  density?: "default" | "compact" | undefined;
63550
- lineInset?: string | number | undefined;
63551
63601
  dotColor?: string | undefined;
63552
63602
  iconColor?: string | undefined;
63553
63603
  hideOpposite?: boolean | undefined;
63604
+ lineInset?: string | number | undefined;
63554
63605
  } & {
63555
63606
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
63556
63607
  default?: (() => vue.VNodeChild) | undefined;
@@ -68950,40 +69001,40 @@ declare module '@vue/runtime-core' {
68950
69001
  }
68951
69002
 
68952
69003
  export interface GlobalComponents {
68953
- VApp: typeof import('vuetify/components')['VApp']
68954
69004
  VAppBar: typeof import('vuetify/components')['VAppBar']
68955
69005
  VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
68956
69006
  VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
68957
- VAlert: typeof import('vuetify/components')['VAlert']
68958
- VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
68959
69007
  VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
68960
69008
  VAvatar: typeof import('vuetify/components')['VAvatar']
69009
+ VAlert: typeof import('vuetify/components')['VAlert']
69010
+ VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
68961
69011
  VBadge: typeof import('vuetify/components')['VBadge']
68962
- VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
68963
- VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
68964
- VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
69012
+ VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
68965
69013
  VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
68966
69014
  VBanner: typeof import('vuetify/components')['VBanner']
68967
69015
  VBannerActions: typeof import('vuetify/components')['VBannerActions']
68968
69016
  VBannerText: typeof import('vuetify/components')['VBannerText']
68969
- VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
69017
+ VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
69018
+ VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
69019
+ VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
68970
69020
  VBtn: typeof import('vuetify/components')['VBtn']
68971
- VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
68972
- VCheckbox: typeof import('vuetify/components')['VCheckbox']
68973
- VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
68974
69021
  VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
68975
- VCarousel: typeof import('vuetify/components')['VCarousel']
68976
- VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
69022
+ VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
68977
69023
  VCard: typeof import('vuetify/components')['VCard']
68978
69024
  VCardActions: typeof import('vuetify/components')['VCardActions']
68979
69025
  VCardItem: typeof import('vuetify/components')['VCardItem']
68980
69026
  VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
68981
69027
  VCardText: typeof import('vuetify/components')['VCardText']
68982
69028
  VCardTitle: typeof import('vuetify/components')['VCardTitle']
69029
+ VCheckbox: typeof import('vuetify/components')['VCheckbox']
69030
+ VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
68983
69031
  VChip: typeof import('vuetify/components')['VChip']
68984
69032
  VChipGroup: typeof import('vuetify/components')['VChipGroup']
68985
69033
  VColorPicker: typeof import('vuetify/components')['VColorPicker']
69034
+ VCarousel: typeof import('vuetify/components')['VCarousel']
69035
+ VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
68986
69036
  VCode: typeof import('vuetify/components')['VCode']
69037
+ VCounter: typeof import('vuetify/components')['VCounter']
68987
69038
  VDataTable: typeof import('vuetify/components')['VDataTable']
68988
69039
  VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
68989
69040
  VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
@@ -68992,7 +69043,6 @@ declare module '@vue/runtime-core' {
68992
69043
  VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
68993
69044
  VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
68994
69045
  VCombobox: typeof import('vuetify/components')['VCombobox']
68995
- VCounter: typeof import('vuetify/components')['VCounter']
68996
69046
  VDatePicker: typeof import('vuetify/components')['VDatePicker']
68997
69047
  VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
68998
69048
  VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
@@ -69007,21 +69057,20 @@ declare module '@vue/runtime-core' {
69007
69057
  VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
69008
69058
  VField: typeof import('vuetify/components')['VField']
69009
69059
  VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
69060
+ VFileInput: typeof import('vuetify/components')['VFileInput']
69061
+ VApp: typeof import('vuetify/components')['VApp']
69062
+ VFooter: typeof import('vuetify/components')['VFooter']
69063
+ VImg: typeof import('vuetify/components')['VImg']
69010
69064
  VIcon: typeof import('vuetify/components')['VIcon']
69011
69065
  VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
69012
69066
  VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
69013
69067
  VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
69014
69068
  VClassIcon: typeof import('vuetify/components')['VClassIcon']
69015
- VFileInput: typeof import('vuetify/components')['VFileInput']
69016
- VFooter: typeof import('vuetify/components')['VFooter']
69017
- VImg: typeof import('vuetify/components')['VImg']
69018
- VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
69019
69069
  VInput: typeof import('vuetify/components')['VInput']
69070
+ VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
69020
69071
  VItemGroup: typeof import('vuetify/components')['VItemGroup']
69021
69072
  VItem: typeof import('vuetify/components')['VItem']
69022
- VLabel: typeof import('vuetify/components')['VLabel']
69023
69073
  VKbd: typeof import('vuetify/components')['VKbd']
69024
- VMain: typeof import('vuetify/components')['VMain']
69025
69074
  VList: typeof import('vuetify/components')['VList']
69026
69075
  VListGroup: typeof import('vuetify/components')['VListGroup']
69027
69076
  VListImg: typeof import('vuetify/components')['VListImg']
@@ -69031,60 +69080,62 @@ declare module '@vue/runtime-core' {
69031
69080
  VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
69032
69081
  VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
69033
69082
  VListSubheader: typeof import('vuetify/components')['VListSubheader']
69083
+ VMain: typeof import('vuetify/components')['VMain']
69084
+ VLabel: typeof import('vuetify/components')['VLabel']
69034
69085
  VMenu: typeof import('vuetify/components')['VMenu']
69035
- VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
69036
- VOtpInput: typeof import('vuetify/components')['VOtpInput']
69037
69086
  VMessages: typeof import('vuetify/components')['VMessages']
69038
- VOverlay: typeof import('vuetify/components')['VOverlay']
69087
+ VOtpInput: typeof import('vuetify/components')['VOtpInput']
69088
+ VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
69039
69089
  VPagination: typeof import('vuetify/components')['VPagination']
69090
+ VOverlay: typeof import('vuetify/components')['VOverlay']
69040
69091
  VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
69041
69092
  VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
69042
69093
  VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
69043
69094
  VRating: typeof import('vuetify/components')['VRating']
69044
- VSelect: typeof import('vuetify/components')['VSelect']
69045
69095
  VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
69096
+ VSelect: typeof import('vuetify/components')['VSelect']
69046
69097
  VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
69047
69098
  VSheet: typeof import('vuetify/components')['VSheet']
69048
- VSlider: typeof import('vuetify/components')['VSlider']
69049
- VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
69050
69099
  VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
69051
69100
  VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
69052
69101
  VSnackbar: typeof import('vuetify/components')['VSnackbar']
69102
+ VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
69103
+ VSlider: typeof import('vuetify/components')['VSlider']
69053
69104
  VStepper: typeof import('vuetify/components')['VStepper']
69054
69105
  VStepperActions: typeof import('vuetify/components')['VStepperActions']
69055
69106
  VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
69056
69107
  VStepperItem: typeof import('vuetify/components')['VStepperItem']
69057
69108
  VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
69058
69109
  VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
69110
+ VSwitch: typeof import('vuetify/components')['VSwitch']
69059
69111
  VTabs: typeof import('vuetify/components')['VTabs']
69060
69112
  VTab: typeof import('vuetify/components')['VTab']
69061
- VSwitch: typeof import('vuetify/components')['VSwitch']
69062
- VTable: typeof import('vuetify/components')['VTable']
69063
- VTextarea: typeof import('vuetify/components')['VTextarea']
69064
69113
  VSystemBar: typeof import('vuetify/components')['VSystemBar']
69114
+ VTextarea: typeof import('vuetify/components')['VTextarea']
69115
+ VTable: typeof import('vuetify/components')['VTable']
69116
+ VTextField: typeof import('vuetify/components')['VTextField']
69065
69117
  VTimeline: typeof import('vuetify/components')['VTimeline']
69066
69118
  VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
69067
- VTooltip: typeof import('vuetify/components')['VTooltip']
69068
- VTextField: typeof import('vuetify/components')['VTextField']
69069
69119
  VToolbar: typeof import('vuetify/components')['VToolbar']
69070
69120
  VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
69071
69121
  VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
69122
+ VTooltip: typeof import('vuetify/components')['VTooltip']
69072
69123
  VWindow: typeof import('vuetify/components')['VWindow']
69073
69124
  VWindowItem: typeof import('vuetify/components')['VWindowItem']
69074
69125
  VDataIterator: typeof import('vuetify/components')['VDataIterator']
69075
69126
  VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
69076
69127
  VForm: typeof import('vuetify/components')['VForm']
69128
+ VHover: typeof import('vuetify/components')['VHover']
69077
69129
  VContainer: typeof import('vuetify/components')['VContainer']
69078
69130
  VCol: typeof import('vuetify/components')['VCol']
69079
69131
  VRow: typeof import('vuetify/components')['VRow']
69080
69132
  VSpacer: typeof import('vuetify/components')['VSpacer']
69081
- VHover: typeof import('vuetify/components')['VHover']
69082
69133
  VLayout: typeof import('vuetify/components')['VLayout']
69083
69134
  VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
69084
69135
  VLazy: typeof import('vuetify/components')['VLazy']
69085
69136
  VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
69086
- VNoSsr: typeof import('vuetify/components')['VNoSsr']
69087
69137
  VParallax: typeof import('vuetify/components')['VParallax']
69138
+ VNoSsr: typeof import('vuetify/components')['VNoSsr']
69088
69139
  VRadio: typeof import('vuetify/components')['VRadio']
69089
69140
  VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
69090
69141
  VResponsive: typeof import('vuetify/components')['VResponsive']
@@ -69107,19 +69158,19 @@ declare module '@vue/runtime-core' {
69107
69158
  VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
69108
69159
  VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
69109
69160
  VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
69161
+ VPicker: typeof import('vuetify/labs/components')['VPicker']
69162
+ VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
69163
+ VEmptyState: typeof import('vuetify/labs/components')['VEmptyState']
69164
+ VFab: typeof import('vuetify/labs/components')['VFab']
69110
69165
  VCalendar: typeof import('vuetify/labs/components')['VCalendar']
69111
69166
  VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
69112
69167
  VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
69113
69168
  VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
69114
69169
  VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
69115
69170
  VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
69116
- VEmptyState: typeof import('vuetify/labs/components')['VEmptyState']
69117
- VFab: typeof import('vuetify/labs/components')['VFab']
69118
- VPicker: typeof import('vuetify/labs/components')['VPicker']
69119
- VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
69120
69171
  VSparkline: typeof import('vuetify/labs/components')['VSparkline']
69121
- VConfirmEdit: typeof import('vuetify/labs/components')['VConfirmEdit']
69122
69172
  VSpeedDial: typeof import('vuetify/labs/components')['VSpeedDial']
69173
+ VConfirmEdit: typeof import('vuetify/labs/components')['VConfirmEdit']
69123
69174
  VTreeview: typeof import('vuetify/labs/components')['VTreeview']
69124
69175
  VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
69125
69176
  VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.5.9-dev.2024-03-26
2
+ * Vuetify v3.5.9-dev.2024-03-29
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -25506,100 +25506,6 @@ const VThemeProvider = genericComponent()({
25506
25506
  }
25507
25507
  });
25508
25508
 
25509
- // Types
25510
-
25511
- const makeVTimelineProps = propsFactory({
25512
- align: {
25513
- type: String,
25514
- default: 'center',
25515
- validator: v => ['center', 'start'].includes(v)
25516
- },
25517
- direction: {
25518
- type: String,
25519
- default: 'vertical',
25520
- validator: v => ['vertical', 'horizontal'].includes(v)
25521
- },
25522
- justify: {
25523
- type: String,
25524
- default: 'auto',
25525
- validator: v => ['auto', 'center'].includes(v)
25526
- },
25527
- side: {
25528
- type: String,
25529
- validator: v => v == null || ['start', 'end'].includes(v)
25530
- },
25531
- lineInset: {
25532
- type: [String, Number],
25533
- default: 0
25534
- },
25535
- lineThickness: {
25536
- type: [String, Number],
25537
- default: 2
25538
- },
25539
- lineColor: String,
25540
- truncateLine: {
25541
- type: String,
25542
- validator: v => ['start', 'end', 'both'].includes(v)
25543
- },
25544
- ...makeComponentProps(),
25545
- ...makeDensityProps(),
25546
- ...makeTagProps(),
25547
- ...makeThemeProps()
25548
- }, 'VTimeline');
25549
- const VTimeline = genericComponent()({
25550
- name: 'VTimeline',
25551
- props: makeVTimelineProps(),
25552
- setup(props, _ref) {
25553
- let {
25554
- slots
25555
- } = _ref;
25556
- const {
25557
- themeClasses
25558
- } = provideTheme(props);
25559
- const {
25560
- densityClasses
25561
- } = useDensity(props);
25562
- const {
25563
- rtlClasses
25564
- } = useRtl();
25565
- provideDefaults({
25566
- VTimelineDivider: {
25567
- lineColor: toRef(props, 'lineColor')
25568
- },
25569
- VTimelineItem: {
25570
- density: toRef(props, 'density'),
25571
- lineInset: toRef(props, 'lineInset')
25572
- }
25573
- });
25574
- const sideClasses = computed(() => {
25575
- const side = props.side ? props.side : props.density !== 'default' ? 'end' : null;
25576
- return side && `v-timeline--side-${side}`;
25577
- });
25578
- const truncateClasses = computed(() => {
25579
- const classes = ['v-timeline--truncate-line-start', 'v-timeline--truncate-line-end'];
25580
- switch (props.truncateLine) {
25581
- case 'both':
25582
- return classes;
25583
- case 'start':
25584
- return classes[0];
25585
- case 'end':
25586
- return classes[1];
25587
- default:
25588
- return null;
25589
- }
25590
- });
25591
- useRender(() => createVNode(props.tag, {
25592
- "class": ['v-timeline', `v-timeline--${props.direction}`, `v-timeline--align-${props.align}`, `v-timeline--justify-${props.justify}`, truncateClasses.value, {
25593
- 'v-timeline--inset-line': !!props.lineInset
25594
- }, themeClasses.value, densityClasses.value, sideClasses.value, rtlClasses.value, props.class],
25595
- "style": [{
25596
- '--v-timeline-line-thickness': convertToUnit(props.lineThickness)
25597
- }, props.style]
25598
- }, slots));
25599
- return {};
25600
- }
25601
- });
25602
-
25603
25509
  const makeVTimelineDividerProps = propsFactory({
25604
25510
  dotColor: String,
25605
25511
  fillDot: Boolean,
@@ -25746,6 +25652,103 @@ const VTimelineItem = genericComponent()({
25746
25652
  }
25747
25653
  });
25748
25654
 
25655
+ const makeVTimelineProps = propsFactory({
25656
+ align: {
25657
+ type: String,
25658
+ default: 'center',
25659
+ validator: v => ['center', 'start'].includes(v)
25660
+ },
25661
+ direction: {
25662
+ type: String,
25663
+ default: 'vertical',
25664
+ validator: v => ['vertical', 'horizontal'].includes(v)
25665
+ },
25666
+ justify: {
25667
+ type: String,
25668
+ default: 'auto',
25669
+ validator: v => ['auto', 'center'].includes(v)
25670
+ },
25671
+ side: {
25672
+ type: String,
25673
+ validator: v => v == null || ['start', 'end'].includes(v)
25674
+ },
25675
+ lineThickness: {
25676
+ type: [String, Number],
25677
+ default: 2
25678
+ },
25679
+ lineColor: String,
25680
+ truncateLine: {
25681
+ type: String,
25682
+ validator: v => ['start', 'end', 'both'].includes(v)
25683
+ },
25684
+ ...only(makeVTimelineItemProps({
25685
+ lineInset: 0
25686
+ }), ['dotColor', 'fillDot', 'hideOpposite', 'iconColor', 'lineInset', 'size']),
25687
+ ...makeComponentProps(),
25688
+ ...makeDensityProps(),
25689
+ ...makeTagProps(),
25690
+ ...makeThemeProps()
25691
+ }, 'VTimeline');
25692
+ const VTimeline = genericComponent()({
25693
+ name: 'VTimeline',
25694
+ props: makeVTimelineProps(),
25695
+ setup(props, _ref) {
25696
+ let {
25697
+ slots
25698
+ } = _ref;
25699
+ const {
25700
+ themeClasses
25701
+ } = provideTheme(props);
25702
+ const {
25703
+ densityClasses
25704
+ } = useDensity(props);
25705
+ const {
25706
+ rtlClasses
25707
+ } = useRtl();
25708
+ provideDefaults({
25709
+ VTimelineDivider: {
25710
+ lineColor: toRef(props, 'lineColor')
25711
+ },
25712
+ VTimelineItem: {
25713
+ density: toRef(props, 'density'),
25714
+ dotColor: toRef(props, 'lineColor'),
25715
+ fillDot: toRef(props, 'fillDot'),
25716
+ hideOpposite: toRef(props, 'hideOpposite'),
25717
+ iconColor: toRef(props, 'iconColor'),
25718
+ lineColor: toRef(props, 'lineColor'),
25719
+ lineInset: toRef(props, 'lineInset'),
25720
+ size: toRef(props, 'size')
25721
+ }
25722
+ });
25723
+ const sideClasses = computed(() => {
25724
+ const side = props.side ? props.side : props.density !== 'default' ? 'end' : null;
25725
+ return side && `v-timeline--side-${side}`;
25726
+ });
25727
+ const truncateClasses = computed(() => {
25728
+ const classes = ['v-timeline--truncate-line-start', 'v-timeline--truncate-line-end'];
25729
+ switch (props.truncateLine) {
25730
+ case 'both':
25731
+ return classes;
25732
+ case 'start':
25733
+ return classes[0];
25734
+ case 'end':
25735
+ return classes[1];
25736
+ default:
25737
+ return null;
25738
+ }
25739
+ });
25740
+ useRender(() => createVNode(props.tag, {
25741
+ "class": ['v-timeline', `v-timeline--${props.direction}`, `v-timeline--align-${props.align}`, `v-timeline--justify-${props.justify}`, truncateClasses.value, {
25742
+ 'v-timeline--inset-line': !!props.lineInset
25743
+ }, themeClasses.value, densityClasses.value, sideClasses.value, rtlClasses.value, props.class],
25744
+ "style": [{
25745
+ '--v-timeline-line-thickness': convertToUnit(props.lineThickness)
25746
+ }, props.style]
25747
+ }, slots));
25748
+ return {};
25749
+ }
25750
+ });
25751
+
25749
25752
  const makeVToolbarItemsProps = propsFactory({
25750
25753
  ...makeComponentProps(),
25751
25754
  ...makeVariantProps({
@@ -26256,7 +26259,7 @@ function createVuetify$1() {
26256
26259
  goTo
26257
26260
  };
26258
26261
  }
26259
- const version$1 = "3.5.9-dev.2024-03-26";
26262
+ const version$1 = "3.5.9-dev.2024-03-29";
26260
26263
  createVuetify$1.version = version$1;
26261
26264
 
26262
26265
  // Vue's inject() can only be used in setup
@@ -26281,7 +26284,7 @@ const createVuetify = function () {
26281
26284
  ...options
26282
26285
  });
26283
26286
  };
26284
- const version = "3.5.9-dev.2024-03-26";
26287
+ const version = "3.5.9-dev.2024-03-29";
26285
26288
  createVuetify.version = version;
26286
26289
 
26287
26290
  export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useLayout, useLocale, useRtl, useTheme, version };