@vuetify/nightly 3.9.2-master.2025-07-26 → 3.9.2-master.2025-07-28
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 +10 -3
- package/dist/json/attributes.json +2551 -2551
- package/dist/json/importMap-labs.json +20 -20
- package/dist/json/importMap.json +158 -158
- package/dist/json/web-types.json +4649 -4637
- package/dist/vuetify-labs.cjs +15 -8
- package/dist/vuetify-labs.css +5178 -5178
- package/dist/vuetify-labs.d.ts +100 -59
- package/dist/vuetify-labs.esm.js +15 -8
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +15 -8
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +6 -4
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +5833 -5833
- package/dist/vuetify.d.ts +59 -59
- package/dist/vuetify.esm.js +6 -4
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +6 -4
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +7 -5
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VNumberInput/VNumberInput.js +3 -1
- package/lib/components/VNumberInput/VNumberInput.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +59 -59
- package/lib/framework.js +1 -1
- package/lib/labs/VPie/VPie.css +1 -1
- package/lib/labs/VPie/VPie.d.ts +50 -0
- package/lib/labs/VPie/VPie.js +9 -4
- package/lib/labs/VPie/VPie.js.map +1 -1
- package/lib/labs/VPie/VPie.sass +1 -1
- package/package.json +1 -1
package/dist/vuetify-labs.d.ts
CHANGED
@@ -114116,6 +114116,7 @@ declare const VPie: {
|
|
114116
114116
|
tooltip: boolean | {
|
114117
114117
|
titleFormat?: TextTemplate;
|
114118
114118
|
subtitleFormat?: TextTemplate;
|
114119
|
+
avatarSize?: number;
|
114119
114120
|
transition?: string | boolean | TransitionProps;
|
114120
114121
|
offset?: number;
|
114121
114122
|
};
|
@@ -114155,13 +114156,16 @@ declare const VPie: {
|
|
114155
114156
|
isActive: (item: PieItem) => boolean;
|
114156
114157
|
toggle: (item: PieItem) => void;
|
114157
114158
|
items: PieItem[];
|
114159
|
+
total: number;
|
114158
114160
|
}) => vue.VNodeChild) | undefined;
|
114159
114161
|
'legend-text'?: ((arg: {
|
114160
114162
|
item: PieItem;
|
114163
|
+
total: number;
|
114161
114164
|
}) => vue.VNodeChild) | undefined;
|
114162
114165
|
title?: (() => vue.VNodeChild) | undefined;
|
114163
114166
|
tooltip?: ((arg: {
|
114164
114167
|
item: PieItem;
|
114168
|
+
total: number;
|
114165
114169
|
}) => vue.VNodeChild) | undefined;
|
114166
114170
|
};
|
114167
114171
|
'v-slots'?: {
|
@@ -114172,13 +114176,16 @@ declare const VPie: {
|
|
114172
114176
|
isActive: (item: PieItem) => boolean;
|
114173
114177
|
toggle: (item: PieItem) => void;
|
114174
114178
|
items: PieItem[];
|
114179
|
+
total: number;
|
114175
114180
|
}) => vue.VNodeChild) | undefined;
|
114176
114181
|
'legend-text'?: false | ((arg: {
|
114177
114182
|
item: PieItem;
|
114183
|
+
total: number;
|
114178
114184
|
}) => vue.VNodeChild) | undefined;
|
114179
114185
|
title?: false | (() => vue.VNodeChild) | undefined;
|
114180
114186
|
tooltip?: false | ((arg: {
|
114181
114187
|
item: PieItem;
|
114188
|
+
total: number;
|
114182
114189
|
}) => vue.VNodeChild) | undefined;
|
114183
114190
|
} | undefined;
|
114184
114191
|
} & {
|
@@ -114189,13 +114196,16 @@ declare const VPie: {
|
|
114189
114196
|
isActive: (item: PieItem) => boolean;
|
114190
114197
|
toggle: (item: PieItem) => void;
|
114191
114198
|
items: PieItem[];
|
114199
|
+
total: number;
|
114192
114200
|
}) => vue.VNodeChild) | undefined;
|
114193
114201
|
"v-slot:legend-text"?: false | ((arg: {
|
114194
114202
|
item: PieItem;
|
114203
|
+
total: number;
|
114195
114204
|
}) => vue.VNodeChild) | undefined;
|
114196
114205
|
"v-slot:title"?: false | (() => vue.VNodeChild) | undefined;
|
114197
114206
|
"v-slot:tooltip"?: false | ((arg: {
|
114198
114207
|
item: PieItem;
|
114208
|
+
total: number;
|
114199
114209
|
}) => vue.VNodeChild) | undefined;
|
114200
114210
|
}, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
|
114201
114211
|
animation: boolean | {
|
@@ -114210,6 +114220,7 @@ declare const VPie: {
|
|
114210
114220
|
tooltip: boolean | {
|
114211
114221
|
titleFormat?: TextTemplate;
|
114212
114222
|
subtitleFormat?: TextTemplate;
|
114223
|
+
avatarSize?: number;
|
114213
114224
|
transition?: string | boolean | TransitionProps;
|
114214
114225
|
offset?: number;
|
114215
114226
|
};
|
@@ -114238,13 +114249,16 @@ declare const VPie: {
|
|
114238
114249
|
isActive: (item: PieItem) => boolean;
|
114239
114250
|
toggle: (item: PieItem) => void;
|
114240
114251
|
items: PieItem[];
|
114252
|
+
total: number;
|
114241
114253
|
}) => vue.VNode[];
|
114242
114254
|
'legend-text': (arg: {
|
114243
114255
|
item: PieItem;
|
114256
|
+
total: number;
|
114244
114257
|
}) => vue.VNode[];
|
114245
114258
|
title: () => vue.VNode[];
|
114246
114259
|
tooltip: (arg: {
|
114247
114260
|
item: PieItem;
|
114261
|
+
total: number;
|
114248
114262
|
}) => vue.VNode[];
|
114249
114263
|
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
|
114250
114264
|
P: {};
|
@@ -114266,6 +114280,7 @@ declare const VPie: {
|
|
114266
114280
|
tooltip: boolean | {
|
114267
114281
|
titleFormat?: TextTemplate;
|
114268
114282
|
subtitleFormat?: TextTemplate;
|
114283
|
+
avatarSize?: number;
|
114269
114284
|
transition?: string | boolean | TransitionProps;
|
114270
114285
|
offset?: number;
|
114271
114286
|
};
|
@@ -114305,13 +114320,16 @@ declare const VPie: {
|
|
114305
114320
|
isActive: (item: PieItem) => boolean;
|
114306
114321
|
toggle: (item: PieItem) => void;
|
114307
114322
|
items: PieItem[];
|
114323
|
+
total: number;
|
114308
114324
|
}) => vue.VNodeChild) | undefined;
|
114309
114325
|
'legend-text'?: ((arg: {
|
114310
114326
|
item: PieItem;
|
114327
|
+
total: number;
|
114311
114328
|
}) => vue.VNodeChild) | undefined;
|
114312
114329
|
title?: (() => vue.VNodeChild) | undefined;
|
114313
114330
|
tooltip?: ((arg: {
|
114314
114331
|
item: PieItem;
|
114332
|
+
total: number;
|
114315
114333
|
}) => vue.VNodeChild) | undefined;
|
114316
114334
|
};
|
114317
114335
|
'v-slots'?: {
|
@@ -114322,13 +114340,16 @@ declare const VPie: {
|
|
114322
114340
|
isActive: (item: PieItem) => boolean;
|
114323
114341
|
toggle: (item: PieItem) => void;
|
114324
114342
|
items: PieItem[];
|
114343
|
+
total: number;
|
114325
114344
|
}) => vue.VNodeChild) | undefined;
|
114326
114345
|
'legend-text'?: false | ((arg: {
|
114327
114346
|
item: PieItem;
|
114347
|
+
total: number;
|
114328
114348
|
}) => vue.VNodeChild) | undefined;
|
114329
114349
|
title?: false | (() => vue.VNodeChild) | undefined;
|
114330
114350
|
tooltip?: false | ((arg: {
|
114331
114351
|
item: PieItem;
|
114352
|
+
total: number;
|
114332
114353
|
}) => vue.VNodeChild) | undefined;
|
114333
114354
|
} | undefined;
|
114334
114355
|
} & {
|
@@ -114339,13 +114360,16 @@ declare const VPie: {
|
|
114339
114360
|
isActive: (item: PieItem) => boolean;
|
114340
114361
|
toggle: (item: PieItem) => void;
|
114341
114362
|
items: PieItem[];
|
114363
|
+
total: number;
|
114342
114364
|
}) => vue.VNodeChild) | undefined;
|
114343
114365
|
"v-slot:legend-text"?: false | ((arg: {
|
114344
114366
|
item: PieItem;
|
114367
|
+
total: number;
|
114345
114368
|
}) => vue.VNodeChild) | undefined;
|
114346
114369
|
"v-slot:title"?: false | (() => vue.VNodeChild) | undefined;
|
114347
114370
|
"v-slot:tooltip"?: false | ((arg: {
|
114348
114371
|
item: PieItem;
|
114372
|
+
total: number;
|
114349
114373
|
}) => vue.VNodeChild) | undefined;
|
114350
114374
|
}, () => JSX.Element, {}, {}, {}, {
|
114351
114375
|
animation: boolean | {
|
@@ -114360,6 +114384,7 @@ declare const VPie: {
|
|
114360
114384
|
tooltip: boolean | {
|
114361
114385
|
titleFormat?: TextTemplate;
|
114362
114386
|
subtitleFormat?: TextTemplate;
|
114387
|
+
avatarSize?: number;
|
114363
114388
|
transition?: string | boolean | TransitionProps;
|
114364
114389
|
offset?: number;
|
114365
114390
|
};
|
@@ -114397,6 +114422,7 @@ declare const VPie: {
|
|
114397
114422
|
tooltip: boolean | {
|
114398
114423
|
titleFormat?: TextTemplate;
|
114399
114424
|
subtitleFormat?: TextTemplate;
|
114425
|
+
avatarSize?: number;
|
114400
114426
|
transition?: string | boolean | TransitionProps;
|
114401
114427
|
offset?: number;
|
114402
114428
|
};
|
@@ -114436,13 +114462,16 @@ declare const VPie: {
|
|
114436
114462
|
isActive: (item: PieItem) => boolean;
|
114437
114463
|
toggle: (item: PieItem) => void;
|
114438
114464
|
items: PieItem[];
|
114465
|
+
total: number;
|
114439
114466
|
}) => vue.VNodeChild) | undefined;
|
114440
114467
|
'legend-text'?: ((arg: {
|
114441
114468
|
item: PieItem;
|
114469
|
+
total: number;
|
114442
114470
|
}) => vue.VNodeChild) | undefined;
|
114443
114471
|
title?: (() => vue.VNodeChild) | undefined;
|
114444
114472
|
tooltip?: ((arg: {
|
114445
114473
|
item: PieItem;
|
114474
|
+
total: number;
|
114446
114475
|
}) => vue.VNodeChild) | undefined;
|
114447
114476
|
};
|
114448
114477
|
'v-slots'?: {
|
@@ -114453,13 +114482,16 @@ declare const VPie: {
|
|
114453
114482
|
isActive: (item: PieItem) => boolean;
|
114454
114483
|
toggle: (item: PieItem) => void;
|
114455
114484
|
items: PieItem[];
|
114485
|
+
total: number;
|
114456
114486
|
}) => vue.VNodeChild) | undefined;
|
114457
114487
|
'legend-text'?: false | ((arg: {
|
114458
114488
|
item: PieItem;
|
114489
|
+
total: number;
|
114459
114490
|
}) => vue.VNodeChild) | undefined;
|
114460
114491
|
title?: false | (() => vue.VNodeChild) | undefined;
|
114461
114492
|
tooltip?: false | ((arg: {
|
114462
114493
|
item: PieItem;
|
114494
|
+
total: number;
|
114463
114495
|
}) => vue.VNodeChild) | undefined;
|
114464
114496
|
} | undefined;
|
114465
114497
|
} & {
|
@@ -114470,13 +114502,16 @@ declare const VPie: {
|
|
114470
114502
|
isActive: (item: PieItem) => boolean;
|
114471
114503
|
toggle: (item: PieItem) => void;
|
114472
114504
|
items: PieItem[];
|
114505
|
+
total: number;
|
114473
114506
|
}) => vue.VNodeChild) | undefined;
|
114474
114507
|
"v-slot:legend-text"?: false | ((arg: {
|
114475
114508
|
item: PieItem;
|
114509
|
+
total: number;
|
114476
114510
|
}) => vue.VNodeChild) | undefined;
|
114477
114511
|
"v-slot:title"?: false | (() => vue.VNodeChild) | undefined;
|
114478
114512
|
"v-slot:tooltip"?: false | ((arg: {
|
114479
114513
|
item: PieItem;
|
114514
|
+
total: number;
|
114480
114515
|
}) => vue.VNodeChild) | undefined;
|
114481
114516
|
}, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
114482
114517
|
animation: boolean | {
|
@@ -114491,6 +114526,7 @@ declare const VPie: {
|
|
114491
114526
|
tooltip: boolean | {
|
114492
114527
|
titleFormat?: TextTemplate;
|
114493
114528
|
subtitleFormat?: TextTemplate;
|
114529
|
+
avatarSize?: number;
|
114494
114530
|
transition?: string | boolean | TransitionProps;
|
114495
114531
|
offset?: number;
|
114496
114532
|
};
|
@@ -114519,13 +114555,16 @@ declare const VPie: {
|
|
114519
114555
|
isActive: (item: PieItem) => boolean;
|
114520
114556
|
toggle: (item: PieItem) => void;
|
114521
114557
|
items: PieItem[];
|
114558
|
+
total: number;
|
114522
114559
|
}) => vue.VNode[];
|
114523
114560
|
'legend-text': (arg: {
|
114524
114561
|
item: PieItem;
|
114562
|
+
total: number;
|
114525
114563
|
}) => vue.VNode[];
|
114526
114564
|
title: () => vue.VNode[];
|
114527
114565
|
tooltip: (arg: {
|
114528
114566
|
item: PieItem;
|
114567
|
+
total: number;
|
114529
114568
|
}) => vue.VNode[];
|
114530
114569
|
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
114531
114570
|
animation: {
|
@@ -114599,6 +114638,7 @@ declare const VPie: {
|
|
114599
114638
|
type: PropType<boolean | {
|
114600
114639
|
titleFormat?: TextTemplate;
|
114601
114640
|
subtitleFormat?: TextTemplate;
|
114641
|
+
avatarSize?: number;
|
114602
114642
|
transition?: string | boolean | TransitionProps;
|
114603
114643
|
offset?: number;
|
114604
114644
|
}>;
|
@@ -114676,6 +114716,7 @@ declare const VPie: {
|
|
114676
114716
|
type: PropType<boolean | {
|
114677
114717
|
titleFormat?: TextTemplate;
|
114678
114718
|
subtitleFormat?: TextTemplate;
|
114719
|
+
avatarSize?: number;
|
114679
114720
|
transition?: string | boolean | TransitionProps;
|
114680
114721
|
offset?: number;
|
114681
114722
|
}>;
|
@@ -122769,38 +122810,37 @@ declare module 'vue' {
|
|
122769
122810
|
VAppBarNavIcon: VAppBarNavIcon
|
122770
122811
|
VAppBarTitle: VAppBarTitle
|
122771
122812
|
VApp: VApp
|
122813
|
+
VAutocomplete: VAutocomplete
|
122814
|
+
VBadge: VBadge
|
122772
122815
|
VAlert: VAlert
|
122773
122816
|
VAlertTitle: VAlertTitle
|
122774
|
-
VAutocomplete: VAutocomplete
|
122775
122817
|
VBanner: VBanner
|
122776
122818
|
VBannerActions: VBannerActions
|
122777
122819
|
VBannerText: VBannerText
|
122778
|
-
|
122820
|
+
VBottomSheet: VBottomSheet
|
122821
|
+
VBottomNavigation: VBottomNavigation
|
122779
122822
|
VAvatar: VAvatar
|
122780
122823
|
VBreadcrumbs: VBreadcrumbs
|
122781
122824
|
VBreadcrumbsItem: VBreadcrumbsItem
|
122782
122825
|
VBreadcrumbsDivider: VBreadcrumbsDivider
|
122783
122826
|
VBtn: VBtn
|
122784
|
-
VBottomSheet: VBottomSheet
|
122785
122827
|
VBtnToggle: VBtnToggle
|
122786
|
-
|
122828
|
+
VCarousel: VCarousel
|
122829
|
+
VCarouselItem: VCarouselItem
|
122830
|
+
VCheckbox: VCheckbox
|
122831
|
+
VCheckboxBtn: VCheckboxBtn
|
122787
122832
|
VCard: VCard
|
122788
122833
|
VCardActions: VCardActions
|
122789
122834
|
VCardItem: VCardItem
|
122790
122835
|
VCardSubtitle: VCardSubtitle
|
122791
122836
|
VCardText: VCardText
|
122792
122837
|
VCardTitle: VCardTitle
|
122793
|
-
VCheckbox: VCheckbox
|
122794
|
-
VCheckboxBtn: VCheckboxBtn
|
122795
|
-
VBottomNavigation: VBottomNavigation
|
122796
|
-
VCode: VCode
|
122797
|
-
VChipGroup: VChipGroup
|
122798
122838
|
VChip: VChip
|
122799
|
-
VColorPicker: VColorPicker
|
122800
122839
|
VCombobox: VCombobox
|
122840
|
+
VCode: VCode
|
122841
|
+
VBtnGroup: VBtnGroup
|
122842
|
+
VColorPicker: VColorPicker
|
122801
122843
|
VCounter: VCounter
|
122802
|
-
VCarousel: VCarousel
|
122803
|
-
VCarouselItem: VCarouselItem
|
122804
122844
|
VDataTable: VDataTable
|
122805
122845
|
VDataTableHeaders: VDataTableHeaders
|
122806
122846
|
VDataTableFooter: VDataTableFooter
|
@@ -122808,35 +122848,35 @@ declare module 'vue' {
|
|
122808
122848
|
VDataTableRow: VDataTableRow
|
122809
122849
|
VDataTableVirtual: VDataTableVirtual
|
122810
122850
|
VDataTableServer: VDataTableServer
|
122811
|
-
VDialog: VDialog
|
122812
|
-
VDivider: VDivider
|
122813
|
-
VEmptyState: VEmptyState
|
122814
122851
|
VDatePicker: VDatePicker
|
122815
122852
|
VDatePickerControls: VDatePickerControls
|
122816
122853
|
VDatePickerHeader: VDatePickerHeader
|
122817
122854
|
VDatePickerMonth: VDatePickerMonth
|
122818
122855
|
VDatePickerMonths: VDatePickerMonths
|
122819
122856
|
VDatePickerYears: VDatePickerYears
|
122857
|
+
VChipGroup: VChipGroup
|
122858
|
+
VDialog: VDialog
|
122859
|
+
VDivider: VDivider
|
122820
122860
|
VExpansionPanels: VExpansionPanels
|
122821
122861
|
VExpansionPanel: VExpansionPanel
|
122822
122862
|
VExpansionPanelText: VExpansionPanelText
|
122823
122863
|
VExpansionPanelTitle: VExpansionPanelTitle
|
122824
|
-
|
122864
|
+
VEmptyState: VEmptyState
|
122865
|
+
VFab: VFab
|
122825
122866
|
VField: VField
|
122826
122867
|
VFieldLabel: VFieldLabel
|
122868
|
+
VFileInput: VFileInput
|
122827
122869
|
VFooter: VFooter
|
122828
|
-
|
122829
|
-
|
122870
|
+
VItemGroup: VItemGroup
|
122871
|
+
VItem: VItem
|
122830
122872
|
VIcon: VIcon
|
122831
122873
|
VComponentIcon: VComponentIcon
|
122832
122874
|
VSvgIcon: VSvgIcon
|
122833
122875
|
VLigatureIcon: VLigatureIcon
|
122834
122876
|
VClassIcon: VClassIcon
|
122835
|
-
|
122836
|
-
VImg: VImg
|
122837
|
-
VItemGroup: VItemGroup
|
122838
|
-
VItem: VItem
|
122877
|
+
VInput: VInput
|
122839
122878
|
VLabel: VLabel
|
122879
|
+
VImg: VImg
|
122840
122880
|
VKbd: VKbd
|
122841
122881
|
VList: VList
|
122842
122882
|
VListGroup: VListGroup
|
@@ -122847,76 +122887,81 @@ declare module 'vue' {
|
|
122847
122887
|
VListItemSubtitle: VListItemSubtitle
|
122848
122888
|
VListItemTitle: VListItemTitle
|
122849
122889
|
VListSubheader: VListSubheader
|
122890
|
+
VMenu: VMenu
|
122850
122891
|
VMain: VMain
|
122892
|
+
VInfiniteScroll: VInfiniteScroll
|
122851
122893
|
VMessages: VMessages
|
122852
|
-
VMenu: VMenu
|
122853
122894
|
VNavigationDrawer: VNavigationDrawer
|
122895
|
+
VNumberInput: VNumberInput
|
122896
|
+
VOtpInput: VOtpInput
|
122854
122897
|
VOverlay: VOverlay
|
122855
122898
|
VPagination: VPagination
|
122856
|
-
|
122857
|
-
VRadioGroup: VRadioGroup
|
122899
|
+
VProgressLinear: VProgressLinear
|
122858
122900
|
VProgressCircular: VProgressCircular
|
122901
|
+
VRadioGroup: VRadioGroup
|
122902
|
+
VRating: VRating
|
122859
122903
|
VSelectionControl: VSelectionControl
|
122860
122904
|
VSelect: VSelect
|
122861
|
-
VRating: VRating
|
122862
|
-
VSlider: VSlider
|
122863
122905
|
VSelectionControlGroup: VSelectionControlGroup
|
122864
|
-
VSheet: VSheet
|
122865
|
-
VSkeletonLoader: VSkeletonLoader
|
122866
122906
|
VSlideGroup: VSlideGroup
|
122867
122907
|
VSlideGroupItem: VSlideGroupItem
|
122868
|
-
|
122869
|
-
VOtpInput: VOtpInput
|
122908
|
+
VSkeletonLoader: VSkeletonLoader
|
122870
122909
|
VSnackbar: VSnackbar
|
122871
|
-
|
122910
|
+
VSlider: VSlider
|
122911
|
+
VSheet: VSheet
|
122872
122912
|
VStepper: VStepper
|
122873
122913
|
VStepperActions: VStepperActions
|
122874
122914
|
VStepperHeader: VStepperHeader
|
122875
122915
|
VStepperItem: VStepperItem
|
122876
122916
|
VStepperWindow: VStepperWindow
|
122877
122917
|
VStepperWindowItem: VStepperWindowItem
|
122878
|
-
VSystemBar: VSystemBar
|
122879
|
-
VTable: VTable
|
122880
122918
|
VTextarea: VTextarea
|
122919
|
+
VSwitch: VSwitch
|
122920
|
+
VTable: VTable
|
122881
122921
|
VTextField: VTextField
|
122882
122922
|
VTab: VTab
|
122883
122923
|
VTabs: VTabs
|
122884
122924
|
VTabsWindow: VTabsWindow
|
122885
122925
|
VTabsWindowItem: VTabsWindowItem
|
122886
|
-
|
122887
|
-
VTimelineItem: VTimelineItem
|
122888
|
-
VTimePicker: VTimePicker
|
122889
|
-
VTimePickerClock: VTimePickerClock
|
122890
|
-
VTimePickerControls: VTimePickerControls
|
122891
|
-
VToolbar: VToolbar
|
122892
|
-
VToolbarTitle: VToolbarTitle
|
122893
|
-
VToolbarItems: VToolbarItems
|
122926
|
+
VTooltip: VTooltip
|
122894
122927
|
VTreeview: VTreeview
|
122895
122928
|
VTreeviewItem: VTreeviewItem
|
122896
122929
|
VTreeviewGroup: VTreeviewGroup
|
122897
|
-
|
122930
|
+
VToolbar: VToolbar
|
122931
|
+
VToolbarTitle: VToolbarTitle
|
122932
|
+
VToolbarItems: VToolbarItems
|
122933
|
+
VTimePicker: VTimePicker
|
122934
|
+
VTimePickerClock: VTimePickerClock
|
122935
|
+
VTimePickerControls: VTimePickerControls
|
122936
|
+
VTimeline: VTimeline
|
122937
|
+
VTimelineItem: VTimelineItem
|
122938
|
+
VWindow: VWindow
|
122939
|
+
VWindowItem: VWindowItem
|
122898
122940
|
VConfirmEdit: VConfirmEdit
|
122899
|
-
VDataIterator: VDataIterator
|
122900
122941
|
VDefaultsProvider: VDefaultsProvider
|
122942
|
+
VDataIterator: VDataIterator
|
122901
122943
|
VForm: VForm
|
122902
|
-
VHover: VHover
|
122903
122944
|
VContainer: VContainer
|
122904
122945
|
VCol: VCol
|
122905
122946
|
VRow: VRow
|
122906
122947
|
VSpacer: VSpacer
|
122907
122948
|
VLazy: VLazy
|
122908
|
-
|
122949
|
+
VLayout: VLayout
|
122950
|
+
VLayoutItem: VLayoutItem
|
122951
|
+
VHover: VHover
|
122909
122952
|
VNoSsr: VNoSsr
|
122910
122953
|
VParallax: VParallax
|
122911
122954
|
VRadio: VRadio
|
122912
122955
|
VRangeSlider: VRangeSlider
|
122913
122956
|
VResponsive: VResponsive
|
122914
122957
|
VSnackbarQueue: VSnackbarQueue
|
122915
|
-
VSparkline: VSparkline
|
122916
122958
|
VSpeedDial: VSpeedDial
|
122959
|
+
VSparkline: VSparkline
|
122960
|
+
VSystemBar: VSystemBar
|
122917
122961
|
VThemeProvider: VThemeProvider
|
122918
|
-
VValidation: VValidation
|
122919
122962
|
VVirtualScroll: VVirtualScroll
|
122963
|
+
VValidation: VValidation
|
122964
|
+
VLocaleProvider: VLocaleProvider
|
122920
122965
|
VFabTransition: VFabTransition
|
122921
122966
|
VDialogBottomTransition: VDialogBottomTransition
|
122922
122967
|
VDialogTopTransition: VDialogTopTransition
|
@@ -122933,10 +122978,7 @@ declare module 'vue' {
|
|
122933
122978
|
VExpandTransition: VExpandTransition
|
122934
122979
|
VExpandXTransition: VExpandXTransition
|
122935
122980
|
VDialogTransition: VDialogTransition
|
122936
|
-
|
122937
|
-
VWindowItem: VWindowItem
|
122938
|
-
VLayout: VLayout
|
122939
|
-
VLayoutItem: VLayoutItem
|
122981
|
+
VColorInput: VColorInput
|
122940
122982
|
VCalendar: VCalendar
|
122941
122983
|
VCalendarDay: VCalendarDay
|
122942
122984
|
VCalendarHeader: VCalendarHeader
|
@@ -122947,18 +122989,17 @@ declare module 'vue' {
|
|
122947
122989
|
VPickerTitle: VPickerTitle
|
122948
122990
|
VFileUpload: VFileUpload
|
122949
122991
|
VFileUploadItem: VFileUploadItem
|
122992
|
+
VVideo: VVideo
|
122993
|
+
VVideoControls: VVideoControls
|
122994
|
+
VVideoVolume: VVideoVolume
|
122950
122995
|
VIconBtn: VIconBtn
|
122951
|
-
VStepperVertical: VStepperVertical
|
122952
|
-
VStepperVerticalItem: VStepperVerticalItem
|
122953
|
-
VStepperVerticalActions: VStepperVerticalActions
|
122954
122996
|
VPie: VPie
|
122955
122997
|
VPieSegment: VPieSegment
|
122956
122998
|
VPieTooltip: VPieTooltip
|
122999
|
+
VStepperVertical: VStepperVertical
|
123000
|
+
VStepperVerticalItem: VStepperVerticalItem
|
123001
|
+
VStepperVerticalActions: VStepperVerticalActions
|
122957
123002
|
VHotkey: VHotkey
|
122958
|
-
VColorInput: VColorInput
|
122959
|
-
VVideo: VVideo
|
122960
|
-
VVideoControls: VVideoControls
|
122961
|
-
VVideoVolume: VVideoVolume
|
122962
123003
|
VDateInput: VDateInput
|
122963
123004
|
VMaskInput: VMaskInput
|
122964
123005
|
VPullToRefresh: VPullToRefresh
|
package/dist/vuetify-labs.esm.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.9.2-master.2025-07-
|
2
|
+
* Vuetify v3.9.2-master.2025-07-28
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -25853,7 +25853,7 @@ const VNumberInput = genericComponent()({
|
|
25853
25853
|
return fixed.replace('.', decimalSeparator.value);
|
25854
25854
|
}
|
25855
25855
|
let [baseDigits, fractionDigits] = fixed.split('.');
|
25856
|
-
fractionDigits = (fractionDigits ?? '').padEnd(props.minFractionDigits, '0').replace(new RegExp(`(?<=\\d{${props.minFractionDigits}})0
|
25856
|
+
fractionDigits = (fractionDigits ?? '').padEnd(props.minFractionDigits, '0').replace(new RegExp(`(?<=\\d{${props.minFractionDigits}})0+$`, 'g'), '');
|
25857
25857
|
return [baseDigits, fractionDigits].filter(Boolean).join(decimalSeparator.value);
|
25858
25858
|
}
|
25859
25859
|
const model = useProxiedModel(props, 'modelValue', null, val => val ?? null, val => val == null ? val ?? null : clamp(Number(val), props.min, props.max));
|
@@ -25961,6 +25961,8 @@ const VNumberInput = genericComponent()({
|
|
25961
25961
|
if (potentialNewInputVal.split(decimalSeparator.value)[1]?.length > props.precision) {
|
25962
25962
|
e.preventDefault();
|
25963
25963
|
inputElement.value = potentialNewNumber;
|
25964
|
+
const cursorPosition = (selectionStart ?? 0) + e.data.length;
|
25965
|
+
inputElement.setSelectionRange(cursorPosition, cursorPosition);
|
25964
25966
|
}
|
25965
25967
|
// Ignore decimal separator when precision = 0
|
25966
25968
|
if (props.precision === 0 && potentialNewInputVal.includes(decimalSeparator.value)) {
|
@@ -33011,7 +33013,7 @@ const VPie = genericComponent()({
|
|
33011
33013
|
};
|
33012
33014
|
const tooltipDefaults = {
|
33013
33015
|
VAvatar: {
|
33014
|
-
size: 28
|
33016
|
+
size: typeof props.tooltip === 'object' ? props.tooltip.avatarSize : 28
|
33015
33017
|
}
|
33016
33018
|
};
|
33017
33019
|
const avatarSlot = _ref2 => {
|
@@ -33077,7 +33079,8 @@ const VPie = genericComponent()({
|
|
33077
33079
|
}, [slots.legend?.({
|
33078
33080
|
isActive,
|
33079
33081
|
toggle,
|
33080
|
-
items: arcs.value
|
33082
|
+
items: arcs.value,
|
33083
|
+
total: total.value
|
33081
33084
|
}) ?? createVNode(VChipGroup, {
|
33082
33085
|
"column": true,
|
33083
33086
|
"multiple": true,
|
@@ -33093,7 +33096,8 @@ const VPie = genericComponent()({
|
|
33093
33096
|
default: () => createElementVNode("div", {
|
33094
33097
|
"class": "v-pie__legend__text"
|
33095
33098
|
}, [slots['legend-text']?.({
|
33096
|
-
item
|
33099
|
+
item,
|
33100
|
+
total: total.value
|
33097
33101
|
}) ?? legendTextFormatFunction.value(item)])
|
33098
33102
|
}))]
|
33099
33103
|
})])]
|
@@ -33101,7 +33105,10 @@ const VPie = genericComponent()({
|
|
33101
33105
|
"defaults": tooltipDefaults
|
33102
33106
|
}, {
|
33103
33107
|
default: () => [createVNode(VPieTooltip, tooltipProps, {
|
33104
|
-
default: slots.tooltip
|
33108
|
+
default: slots.tooltip ? slotProps => slots.tooltip?.({
|
33109
|
+
...slotProps,
|
33110
|
+
total: total.value
|
33111
|
+
}) : undefined,
|
33105
33112
|
prepend: avatarSlot
|
33106
33113
|
})]
|
33107
33114
|
})]);
|
@@ -35093,7 +35100,7 @@ function createVuetify$1() {
|
|
35093
35100
|
};
|
35094
35101
|
});
|
35095
35102
|
}
|
35096
|
-
const version$1 = "3.9.2-master.2025-07-
|
35103
|
+
const version$1 = "3.9.2-master.2025-07-28";
|
35097
35104
|
createVuetify$1.version = version$1;
|
35098
35105
|
|
35099
35106
|
// Vue's inject() can only be used in setup
|
@@ -35391,7 +35398,7 @@ var index = /*#__PURE__*/Object.freeze({
|
|
35391
35398
|
|
35392
35399
|
/* eslint-disable local-rules/sort-imports */
|
35393
35400
|
|
35394
|
-
const version = "3.9.2-master.2025-07-
|
35401
|
+
const version = "3.9.2-master.2025-07-28";
|
35395
35402
|
|
35396
35403
|
/* eslint-disable local-rules/sort-imports */
|
35397
35404
|
|