@vuetify/nightly 3.9.2-master.2025-07-29 → 3.9.3-master.2025-07-30

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.
Files changed (40) hide show
  1. package/CHANGELOG.md +9 -62
  2. package/dist/json/attributes.json +3905 -3905
  3. package/dist/json/importMap-labs.json +18 -18
  4. package/dist/json/importMap.json +134 -134
  5. package/dist/json/web-types.json +7077 -7077
  6. package/dist/vuetify-labs.cjs +47 -24
  7. package/dist/vuetify-labs.css +3395 -3387
  8. package/dist/vuetify-labs.d.ts +48 -47
  9. package/dist/vuetify-labs.esm.js +47 -24
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +47 -24
  12. package/dist/vuetify-labs.min.css +2 -2
  13. package/dist/vuetify.cjs +15 -9
  14. package/dist/vuetify.cjs.map +1 -1
  15. package/dist/vuetify.css +2289 -2281
  16. package/dist/vuetify.d.ts +48 -47
  17. package/dist/vuetify.esm.js +15 -9
  18. package/dist/vuetify.esm.js.map +1 -1
  19. package/dist/vuetify.js +15 -9
  20. package/dist/vuetify.js.map +1 -1
  21. package/dist/vuetify.min.css +2 -2
  22. package/dist/vuetify.min.js +13 -12
  23. package/dist/vuetify.min.js.map +1 -1
  24. package/lib/components/VCombobox/VCombobox.js +10 -6
  25. package/lib/components/VCombobox/VCombobox.js.map +1 -1
  26. package/lib/components/VWindow/VWindow.css +8 -0
  27. package/lib/components/VWindow/VWindow.sass +9 -0
  28. package/lib/composables/theme.d.ts +1 -0
  29. package/lib/composables/theme.js +3 -1
  30. package/lib/composables/theme.js.map +1 -1
  31. package/lib/entry-bundler.js +1 -1
  32. package/lib/framework.d.ts +48 -47
  33. package/lib/framework.js +1 -1
  34. package/lib/labs/VVideo/VVideo.css +1 -1
  35. package/lib/labs/VVideo/VVideo.js +2 -2
  36. package/lib/labs/VVideo/VVideo.js.map +1 -1
  37. package/lib/labs/VVideo/VVideo.sass +2 -0
  38. package/lib/labs/VVideo/VVideoControls.js +32 -15
  39. package/lib/labs/VVideo/VVideoControls.js.map +1 -1
  40. package/package.json +1 -1
package/dist/vuetify.d.ts CHANGED
@@ -181,6 +181,7 @@ interface ThemeInstance {
181
181
  cycle: (themeArray?: string[]) => void;
182
182
  toggle: (themeArray?: [string, string]) => void;
183
183
  readonly isDisabled: boolean;
184
+ readonly isSystem: Readonly<Ref<boolean>>;
184
185
  readonly themes: Ref<Record<string, InternalThemeDefinition>>;
185
186
  readonly name: Readonly<Ref<string>>;
186
187
  readonly current: DeepReadonly<Ref<InternalThemeDefinition>>;
@@ -95378,38 +95379,38 @@ declare module 'vue' {
95378
95379
  VApp: VApp
95379
95380
  VAlert: VAlert
95380
95381
  VAlertTitle: VAlertTitle
95381
- VAvatar: VAvatar
95382
95382
  VAppBar: VAppBar
95383
95383
  VAppBarNavIcon: VAppBarNavIcon
95384
95384
  VAppBarTitle: VAppBarTitle
95385
95385
  VAutocomplete: VAutocomplete
95386
+ VBottomNavigation: VBottomNavigation
95387
+ VAvatar: VAvatar
95386
95388
  VBadge: VBadge
95389
+ VBottomSheet: VBottomSheet
95387
95390
  VBanner: VBanner
95388
95391
  VBannerActions: VBannerActions
95389
95392
  VBannerText: VBannerText
95390
- VBottomNavigation: VBottomNavigation
95391
- VBottomSheet: VBottomSheet
95392
- VBtnGroup: VBtnGroup
95393
- VBtn: VBtn
95394
- VCheckbox: VCheckbox
95395
- VCheckboxBtn: VCheckboxBtn
95396
95393
  VBtnToggle: VBtnToggle
95397
95394
  VBreadcrumbs: VBreadcrumbs
95398
95395
  VBreadcrumbsItem: VBreadcrumbsItem
95399
95396
  VBreadcrumbsDivider: VBreadcrumbsDivider
95397
+ VBtn: VBtn
95398
+ VBtnGroup: VBtnGroup
95400
95399
  VCarousel: VCarousel
95401
95400
  VCarouselItem: VCarouselItem
95402
- VChipGroup: VChipGroup
95403
- VCode: VCode
95404
95401
  VChip: VChip
95405
- VCombobox: VCombobox
95402
+ VCheckbox: VCheckbox
95403
+ VCheckboxBtn: VCheckboxBtn
95406
95404
  VCard: VCard
95407
95405
  VCardActions: VCardActions
95408
95406
  VCardItem: VCardItem
95409
95407
  VCardSubtitle: VCardSubtitle
95410
95408
  VCardText: VCardText
95411
95409
  VCardTitle: VCardTitle
95410
+ VChipGroup: VChipGroup
95411
+ VCode: VCode
95412
95412
  VColorPicker: VColorPicker
95413
+ VCombobox: VCombobox
95413
95414
  VCounter: VCounter
95414
95415
  VDataTable: VDataTable
95415
95416
  VDataTableHeaders: VDataTableHeaders
@@ -95425,29 +95426,29 @@ declare module 'vue' {
95425
95426
  VDatePickerMonth: VDatePickerMonth
95426
95427
  VDatePickerMonths: VDatePickerMonths
95427
95428
  VDatePickerYears: VDatePickerYears
95429
+ VDivider: VDivider
95430
+ VEmptyState: VEmptyState
95428
95431
  VExpansionPanels: VExpansionPanels
95429
95432
  VExpansionPanel: VExpansionPanel
95430
95433
  VExpansionPanelText: VExpansionPanelText
95431
95434
  VExpansionPanelTitle: VExpansionPanelTitle
95435
+ VFileInput: VFileInput
95432
95436
  VFab: VFab
95433
- VDivider: VDivider
95434
- VEmptyState: VEmptyState
95437
+ VFooter: VFooter
95435
95438
  VField: VField
95436
95439
  VFieldLabel: VFieldLabel
95437
- VFileInput: VFileInput
95438
- VImg: VImg
95439
95440
  VIcon: VIcon
95440
95441
  VComponentIcon: VComponentIcon
95441
95442
  VSvgIcon: VSvgIcon
95442
95443
  VLigatureIcon: VLigatureIcon
95443
95444
  VClassIcon: VClassIcon
95444
- VInput: VInput
95445
- VKbd: VKbd
95446
- VInfiniteScroll: VInfiniteScroll
95447
95445
  VItemGroup: VItemGroup
95448
95446
  VItem: VItem
95447
+ VInfiniteScroll: VInfiniteScroll
95448
+ VImg: VImg
95449
+ VInput: VInput
95450
+ VKbd: VKbd
95449
95451
  VLabel: VLabel
95450
- VMessages: VMessages
95451
95452
  VList: VList
95452
95453
  VListGroup: VListGroup
95453
95454
  VListImg: VListImg
@@ -95457,71 +95458,75 @@ declare module 'vue' {
95457
95458
  VListItemSubtitle: VListItemSubtitle
95458
95459
  VListItemTitle: VListItemTitle
95459
95460
  VListSubheader: VListSubheader
95460
- VMenu: VMenu
95461
- VNavigationDrawer: VNavigationDrawer
95462
95461
  VMain: VMain
95463
- VNumberInput: VNumberInput
95462
+ VMessages: VMessages
95463
+ VNavigationDrawer: VNavigationDrawer
95464
95464
  VOtpInput: VOtpInput
95465
+ VNumberInput: VNumberInput
95466
+ VMenu: VMenu
95467
+ VProgressLinear: VProgressLinear
95465
95468
  VOverlay: VOverlay
95466
95469
  VPagination: VPagination
95467
95470
  VProgressCircular: VProgressCircular
95468
- VProgressLinear: VProgressLinear
95469
- VRadioGroup: VRadioGroup
95470
95471
  VRating: VRating
95471
- VSelectionControl: VSelectionControl
95472
+ VRadioGroup: VRadioGroup
95472
95473
  VSelect: VSelect
95473
95474
  VSheet: VSheet
95474
- VSelectionControlGroup: VSelectionControlGroup
95475
+ VSlider: VSlider
95475
95476
  VSkeletonLoader: VSkeletonLoader
95477
+ VSelectionControlGroup: VSelectionControlGroup
95476
95478
  VSlideGroup: VSlideGroup
95477
95479
  VSlideGroupItem: VSlideGroupItem
95478
- VSlider: VSlider
95479
- VSnackbar: VSnackbar
95480
+ VSelectionControl: VSelectionControl
95480
95481
  VStepper: VStepper
95481
95482
  VStepperActions: VStepperActions
95482
95483
  VStepperHeader: VStepperHeader
95483
95484
  VStepperItem: VStepperItem
95484
95485
  VStepperWindow: VStepperWindow
95485
95486
  VStepperWindowItem: VStepperWindowItem
95487
+ VSnackbar: VSnackbar
95486
95488
  VSwitch: VSwitch
95489
+ VTable: VTable
95487
95490
  VSystemBar: VSystemBar
95488
- VTextField: VTextField
95489
- VTextarea: VTextarea
95490
95491
  VTab: VTab
95491
95492
  VTabs: VTabs
95492
95493
  VTabsWindow: VTabsWindow
95493
95494
  VTabsWindowItem: VTabsWindowItem
95494
- VTable: VTable
95495
- VToolbar: VToolbar
95496
- VToolbarTitle: VToolbarTitle
95497
- VToolbarItems: VToolbarItems
95495
+ VTextField: VTextField
95496
+ VTextarea: VTextarea
95497
+ VTimeline: VTimeline
95498
+ VTimelineItem: VTimelineItem
95498
95499
  VTimePicker: VTimePicker
95499
95500
  VTimePickerClock: VTimePickerClock
95500
95501
  VTimePickerControls: VTimePickerControls
95501
- VTreeview: VTreeview
95502
- VTreeviewItem: VTreeviewItem
95503
- VTreeviewGroup: VTreeviewGroup
95502
+ VToolbar: VToolbar
95503
+ VToolbarTitle: VToolbarTitle
95504
+ VToolbarItems: VToolbarItems
95504
95505
  VTooltip: VTooltip
95505
95506
  VWindow: VWindow
95506
95507
  VWindowItem: VWindowItem
95508
+ VTreeview: VTreeview
95509
+ VTreeviewItem: VTreeviewItem
95510
+ VTreeviewGroup: VTreeviewGroup
95507
95511
  VConfirmEdit: VConfirmEdit
95508
95512
  VDataIterator: VDataIterator
95509
95513
  VDefaultsProvider: VDefaultsProvider
95510
95514
  VForm: VForm
95515
+ VHover: VHover
95511
95516
  VContainer: VContainer
95512
95517
  VCol: VCol
95513
95518
  VRow: VRow
95514
95519
  VSpacer: VSpacer
95515
- VHover: VHover
95516
95520
  VLayout: VLayout
95517
95521
  VLayoutItem: VLayoutItem
95518
95522
  VLazy: VLazy
95519
95523
  VLocaleProvider: VLocaleProvider
95520
95524
  VNoSsr: VNoSsr
95521
95525
  VParallax: VParallax
95522
- VRadio: VRadio
95523
95526
  VRangeSlider: VRangeSlider
95527
+ VRadio: VRadio
95524
95528
  VResponsive: VResponsive
95529
+ VSparkline: VSparkline
95525
95530
  VSpeedDial: VSpeedDial
95526
95531
  VThemeProvider: VThemeProvider
95527
95532
  VValidation: VValidation
@@ -95542,27 +95547,22 @@ declare module 'vue' {
95542
95547
  VExpandTransition: VExpandTransition
95543
95548
  VExpandXTransition: VExpandXTransition
95544
95549
  VDialogTransition: VDialogTransition
95545
- VFooter: VFooter
95546
- VSparkline: VSparkline
95547
95550
  VSnackbarQueue: VSnackbarQueue
95548
- VTimeline: VTimeline
95549
- VTimelineItem: VTimelineItem
95551
+ VColorInput: VColorInput
95552
+ VFileUpload: VFileUpload
95553
+ VFileUploadItem: VFileUploadItem
95550
95554
  VCalendar: VCalendar
95551
95555
  VCalendarDay: VCalendarDay
95552
95556
  VCalendarHeader: VCalendarHeader
95553
95557
  VCalendarInterval: VCalendarInterval
95554
95558
  VCalendarIntervalEvent: VCalendarIntervalEvent
95555
95559
  VCalendarMonthDay: VCalendarMonthDay
95556
- VFileUpload: VFileUpload
95557
- VFileUploadItem: VFileUploadItem
95558
- VColorInput: VColorInput
95560
+ VIconBtn: VIconBtn
95559
95561
  VStepperVertical: VStepperVertical
95560
95562
  VStepperVerticalItem: VStepperVerticalItem
95561
95563
  VStepperVerticalActions: VStepperVerticalActions
95562
95564
  VPicker: VPicker
95563
95565
  VPickerTitle: VPickerTitle
95564
- VIconBtn: VIconBtn
95565
- VHotkey: VHotkey
95566
95566
  VPie: VPie
95567
95567
  VPieSegment: VPieSegment
95568
95568
  VPieTooltip: VPieTooltip
@@ -95572,6 +95572,7 @@ declare module 'vue' {
95572
95572
  VDateInput: VDateInput
95573
95573
  VMaskInput: VMaskInput
95574
95574
  VPullToRefresh: VPullToRefresh
95575
+ VHotkey: VHotkey
95575
95576
  }
95576
95577
  export interface GlobalDirectives {
95577
95578
  vClickOutside: typeof import('vuetify/directives')['ClickOutside']
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.9.2-master.2025-07-29
2
+ * Vuetify v3.9.3-master.2025-07-30
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -3159,6 +3159,7 @@ function createTheme(options) {
3159
3159
  return acc;
3160
3160
  });
3161
3161
  const current = toRef(() => computedThemes.value[name.value]);
3162
+ const isSystem = toRef(() => _name.value === 'system');
3162
3163
  const styles = computed(() => {
3163
3164
  const lines = [];
3164
3165
  const important = parsedOptions.unimportant ? '' : ' !important';
@@ -3246,7 +3247,7 @@ function createTheme(options) {
3246
3247
  }
3247
3248
  }
3248
3249
  function change(themeName) {
3249
- if (!themeNames.value.includes(themeName)) {
3250
+ if (themeName !== 'system' && !themeNames.value.includes(themeName)) {
3250
3251
  consoleWarn(`Theme "${themeName}" not found on the Vuetify theme instance`);
3251
3252
  return;
3252
3253
  }
@@ -3279,6 +3280,7 @@ function createTheme(options) {
3279
3280
  cycle,
3280
3281
  toggle,
3281
3282
  isDisabled: parsedOptions.isDisabled,
3283
+ isSystem,
3282
3284
  name,
3283
3285
  themes,
3284
3286
  current,
@@ -19037,19 +19039,23 @@ const VCombobox = genericComponent()({
19037
19039
  get: () => {
19038
19040
  return _search.value;
19039
19041
  },
19040
- set: val => {
19042
+ set: async val => {
19041
19043
  _search.value = val ?? '';
19042
19044
  if (!props.multiple && !hasSelectionSlot.value) {
19043
19045
  model.value = [transformItem$3(props, val)];
19044
19046
  nextTick(() => vVirtualScrollRef.value?.scrollToIndex(0));
19045
19047
  }
19046
19048
  if (val && props.multiple && props.delimiters?.length) {
19047
- const values = val.split(new RegExp(`(?:${props.delimiters.join('|')})+`));
19049
+ const signsToMatch = props.delimiters.map(escapeForRegex).join('|');
19050
+ const values = val.split(new RegExp(`(?:${signsToMatch})+`));
19048
19051
  if (values.length > 1) {
19049
- values.forEach(v => {
19052
+ for (let v of values) {
19050
19053
  v = v.trim();
19051
- if (v) select(transformItem$3(props, v));
19052
- });
19054
+ if (v) {
19055
+ select(transformItem$3(props, v));
19056
+ await nextTick();
19057
+ }
19058
+ }
19053
19059
  _search.value = '';
19054
19060
  }
19055
19061
  }
@@ -31465,7 +31471,7 @@ function createVuetify$1() {
31465
31471
  };
31466
31472
  });
31467
31473
  }
31468
- const version$1 = "3.9.2-master.2025-07-29";
31474
+ const version$1 = "3.9.3-master.2025-07-30";
31469
31475
  createVuetify$1.version = version$1;
31470
31476
 
31471
31477
  // Vue's inject() can only be used in setup
@@ -31490,7 +31496,7 @@ const createVuetify = function () {
31490
31496
  ...options
31491
31497
  });
31492
31498
  };
31493
- const version = "3.9.2-master.2025-07-29";
31499
+ const version = "3.9.3-master.2025-07-30";
31494
31500
  createVuetify.version = version;
31495
31501
 
31496
31502
  export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useHotkey, useLayout, useLocale, useRtl, useTheme, version };