@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
@@ -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>>;
@@ -122809,38 +122810,38 @@ declare module 'vue' {
122809
122810
  VApp: VApp
122810
122811
  VAlert: VAlert
122811
122812
  VAlertTitle: VAlertTitle
122812
- VAvatar: VAvatar
122813
122813
  VAppBar: VAppBar
122814
122814
  VAppBarNavIcon: VAppBarNavIcon
122815
122815
  VAppBarTitle: VAppBarTitle
122816
122816
  VAutocomplete: VAutocomplete
122817
+ VBottomNavigation: VBottomNavigation
122818
+ VAvatar: VAvatar
122817
122819
  VBadge: VBadge
122820
+ VBottomSheet: VBottomSheet
122818
122821
  VBanner: VBanner
122819
122822
  VBannerActions: VBannerActions
122820
122823
  VBannerText: VBannerText
122821
- VBottomNavigation: VBottomNavigation
122822
- VBottomSheet: VBottomSheet
122823
- VBtnGroup: VBtnGroup
122824
- VBtn: VBtn
122825
- VCheckbox: VCheckbox
122826
- VCheckboxBtn: VCheckboxBtn
122827
122824
  VBtnToggle: VBtnToggle
122828
122825
  VBreadcrumbs: VBreadcrumbs
122829
122826
  VBreadcrumbsItem: VBreadcrumbsItem
122830
122827
  VBreadcrumbsDivider: VBreadcrumbsDivider
122828
+ VBtn: VBtn
122829
+ VBtnGroup: VBtnGroup
122831
122830
  VCarousel: VCarousel
122832
122831
  VCarouselItem: VCarouselItem
122833
- VChipGroup: VChipGroup
122834
- VCode: VCode
122835
122832
  VChip: VChip
122836
- VCombobox: VCombobox
122833
+ VCheckbox: VCheckbox
122834
+ VCheckboxBtn: VCheckboxBtn
122837
122835
  VCard: VCard
122838
122836
  VCardActions: VCardActions
122839
122837
  VCardItem: VCardItem
122840
122838
  VCardSubtitle: VCardSubtitle
122841
122839
  VCardText: VCardText
122842
122840
  VCardTitle: VCardTitle
122841
+ VChipGroup: VChipGroup
122842
+ VCode: VCode
122843
122843
  VColorPicker: VColorPicker
122844
+ VCombobox: VCombobox
122844
122845
  VCounter: VCounter
122845
122846
  VDataTable: VDataTable
122846
122847
  VDataTableHeaders: VDataTableHeaders
@@ -122856,29 +122857,29 @@ declare module 'vue' {
122856
122857
  VDatePickerMonth: VDatePickerMonth
122857
122858
  VDatePickerMonths: VDatePickerMonths
122858
122859
  VDatePickerYears: VDatePickerYears
122860
+ VDivider: VDivider
122861
+ VEmptyState: VEmptyState
122859
122862
  VExpansionPanels: VExpansionPanels
122860
122863
  VExpansionPanel: VExpansionPanel
122861
122864
  VExpansionPanelText: VExpansionPanelText
122862
122865
  VExpansionPanelTitle: VExpansionPanelTitle
122866
+ VFileInput: VFileInput
122863
122867
  VFab: VFab
122864
- VDivider: VDivider
122865
- VEmptyState: VEmptyState
122868
+ VFooter: VFooter
122866
122869
  VField: VField
122867
122870
  VFieldLabel: VFieldLabel
122868
- VFileInput: VFileInput
122869
- VImg: VImg
122870
122871
  VIcon: VIcon
122871
122872
  VComponentIcon: VComponentIcon
122872
122873
  VSvgIcon: VSvgIcon
122873
122874
  VLigatureIcon: VLigatureIcon
122874
122875
  VClassIcon: VClassIcon
122875
- VInput: VInput
122876
- VKbd: VKbd
122877
- VInfiniteScroll: VInfiniteScroll
122878
122876
  VItemGroup: VItemGroup
122879
122877
  VItem: VItem
122878
+ VInfiniteScroll: VInfiniteScroll
122879
+ VImg: VImg
122880
+ VInput: VInput
122881
+ VKbd: VKbd
122880
122882
  VLabel: VLabel
122881
- VMessages: VMessages
122882
122883
  VList: VList
122883
122884
  VListGroup: VListGroup
122884
122885
  VListImg: VListImg
@@ -122888,71 +122889,75 @@ declare module 'vue' {
122888
122889
  VListItemSubtitle: VListItemSubtitle
122889
122890
  VListItemTitle: VListItemTitle
122890
122891
  VListSubheader: VListSubheader
122891
- VMenu: VMenu
122892
- VNavigationDrawer: VNavigationDrawer
122893
122892
  VMain: VMain
122894
- VNumberInput: VNumberInput
122893
+ VMessages: VMessages
122894
+ VNavigationDrawer: VNavigationDrawer
122895
122895
  VOtpInput: VOtpInput
122896
+ VNumberInput: VNumberInput
122897
+ VMenu: VMenu
122898
+ VProgressLinear: VProgressLinear
122896
122899
  VOverlay: VOverlay
122897
122900
  VPagination: VPagination
122898
122901
  VProgressCircular: VProgressCircular
122899
- VProgressLinear: VProgressLinear
122900
- VRadioGroup: VRadioGroup
122901
122902
  VRating: VRating
122902
- VSelectionControl: VSelectionControl
122903
+ VRadioGroup: VRadioGroup
122903
122904
  VSelect: VSelect
122904
122905
  VSheet: VSheet
122905
- VSelectionControlGroup: VSelectionControlGroup
122906
+ VSlider: VSlider
122906
122907
  VSkeletonLoader: VSkeletonLoader
122908
+ VSelectionControlGroup: VSelectionControlGroup
122907
122909
  VSlideGroup: VSlideGroup
122908
122910
  VSlideGroupItem: VSlideGroupItem
122909
- VSlider: VSlider
122910
- VSnackbar: VSnackbar
122911
+ VSelectionControl: VSelectionControl
122911
122912
  VStepper: VStepper
122912
122913
  VStepperActions: VStepperActions
122913
122914
  VStepperHeader: VStepperHeader
122914
122915
  VStepperItem: VStepperItem
122915
122916
  VStepperWindow: VStepperWindow
122916
122917
  VStepperWindowItem: VStepperWindowItem
122918
+ VSnackbar: VSnackbar
122917
122919
  VSwitch: VSwitch
122920
+ VTable: VTable
122918
122921
  VSystemBar: VSystemBar
122919
- VTextField: VTextField
122920
- VTextarea: VTextarea
122921
122922
  VTab: VTab
122922
122923
  VTabs: VTabs
122923
122924
  VTabsWindow: VTabsWindow
122924
122925
  VTabsWindowItem: VTabsWindowItem
122925
- VTable: VTable
122926
- VToolbar: VToolbar
122927
- VToolbarTitle: VToolbarTitle
122928
- VToolbarItems: VToolbarItems
122926
+ VTextField: VTextField
122927
+ VTextarea: VTextarea
122928
+ VTimeline: VTimeline
122929
+ VTimelineItem: VTimelineItem
122929
122930
  VTimePicker: VTimePicker
122930
122931
  VTimePickerClock: VTimePickerClock
122931
122932
  VTimePickerControls: VTimePickerControls
122932
- VTreeview: VTreeview
122933
- VTreeviewItem: VTreeviewItem
122934
- VTreeviewGroup: VTreeviewGroup
122933
+ VToolbar: VToolbar
122934
+ VToolbarTitle: VToolbarTitle
122935
+ VToolbarItems: VToolbarItems
122935
122936
  VTooltip: VTooltip
122936
122937
  VWindow: VWindow
122937
122938
  VWindowItem: VWindowItem
122939
+ VTreeview: VTreeview
122940
+ VTreeviewItem: VTreeviewItem
122941
+ VTreeviewGroup: VTreeviewGroup
122938
122942
  VConfirmEdit: VConfirmEdit
122939
122943
  VDataIterator: VDataIterator
122940
122944
  VDefaultsProvider: VDefaultsProvider
122941
122945
  VForm: VForm
122946
+ VHover: VHover
122942
122947
  VContainer: VContainer
122943
122948
  VCol: VCol
122944
122949
  VRow: VRow
122945
122950
  VSpacer: VSpacer
122946
- VHover: VHover
122947
122951
  VLayout: VLayout
122948
122952
  VLayoutItem: VLayoutItem
122949
122953
  VLazy: VLazy
122950
122954
  VLocaleProvider: VLocaleProvider
122951
122955
  VNoSsr: VNoSsr
122952
122956
  VParallax: VParallax
122953
- VRadio: VRadio
122954
122957
  VRangeSlider: VRangeSlider
122958
+ VRadio: VRadio
122955
122959
  VResponsive: VResponsive
122960
+ VSparkline: VSparkline
122956
122961
  VSpeedDial: VSpeedDial
122957
122962
  VThemeProvider: VThemeProvider
122958
122963
  VValidation: VValidation
@@ -122973,27 +122978,22 @@ declare module 'vue' {
122973
122978
  VExpandTransition: VExpandTransition
122974
122979
  VExpandXTransition: VExpandXTransition
122975
122980
  VDialogTransition: VDialogTransition
122976
- VFooter: VFooter
122977
- VSparkline: VSparkline
122978
122981
  VSnackbarQueue: VSnackbarQueue
122979
- VTimeline: VTimeline
122980
- VTimelineItem: VTimelineItem
122982
+ VColorInput: VColorInput
122983
+ VFileUpload: VFileUpload
122984
+ VFileUploadItem: VFileUploadItem
122981
122985
  VCalendar: VCalendar
122982
122986
  VCalendarDay: VCalendarDay
122983
122987
  VCalendarHeader: VCalendarHeader
122984
122988
  VCalendarInterval: VCalendarInterval
122985
122989
  VCalendarIntervalEvent: VCalendarIntervalEvent
122986
122990
  VCalendarMonthDay: VCalendarMonthDay
122987
- VFileUpload: VFileUpload
122988
- VFileUploadItem: VFileUploadItem
122989
- VColorInput: VColorInput
122991
+ VIconBtn: VIconBtn
122990
122992
  VStepperVertical: VStepperVertical
122991
122993
  VStepperVerticalItem: VStepperVerticalItem
122992
122994
  VStepperVerticalActions: VStepperVerticalActions
122993
122995
  VPicker: VPicker
122994
122996
  VPickerTitle: VPickerTitle
122995
- VIconBtn: VIconBtn
122996
- VHotkey: VHotkey
122997
122997
  VPie: VPie
122998
122998
  VPieSegment: VPieSegment
122999
122999
  VPieTooltip: VPieTooltip
@@ -123003,6 +123003,7 @@ declare module 'vue' {
123003
123003
  VDateInput: VDateInput
123004
123004
  VMaskInput: VMaskInput
123005
123005
  VPullToRefresh: VPullToRefresh
123006
+ VHotkey: VHotkey
123006
123007
  }
123007
123008
  export interface GlobalDirectives {
123008
123009
  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
  */
@@ -2691,6 +2691,7 @@ function createTheme(options) {
2691
2691
  return acc;
2692
2692
  });
2693
2693
  const current = toRef(() => computedThemes.value[name.value]);
2694
+ const isSystem = toRef(() => _name.value === 'system');
2694
2695
  const styles = computed(() => {
2695
2696
  const lines = [];
2696
2697
  const important = parsedOptions.unimportant ? '' : ' !important';
@@ -2778,7 +2779,7 @@ function createTheme(options) {
2778
2779
  }
2779
2780
  }
2780
2781
  function change(themeName) {
2781
- if (!themeNames.value.includes(themeName)) {
2782
+ if (themeName !== 'system' && !themeNames.value.includes(themeName)) {
2782
2783
  consoleWarn(`Theme "${themeName}" not found on the Vuetify theme instance`);
2783
2784
  return;
2784
2785
  }
@@ -2811,6 +2812,7 @@ function createTheme(options) {
2811
2812
  cycle,
2812
2813
  toggle,
2813
2814
  isDisabled: parsedOptions.isDisabled,
2815
+ isSystem,
2814
2816
  name,
2815
2817
  themes,
2816
2818
  current,
@@ -18797,19 +18799,23 @@ const VCombobox = genericComponent()({
18797
18799
  get: () => {
18798
18800
  return _search.value;
18799
18801
  },
18800
- set: val => {
18802
+ set: async val => {
18801
18803
  _search.value = val ?? '';
18802
18804
  if (!props.multiple && !hasSelectionSlot.value) {
18803
18805
  model.value = [transformItem$3(props, val)];
18804
18806
  nextTick(() => vVirtualScrollRef.value?.scrollToIndex(0));
18805
18807
  }
18806
18808
  if (val && props.multiple && props.delimiters?.length) {
18807
- const values = val.split(new RegExp(`(?:${props.delimiters.join('|')})+`));
18809
+ const signsToMatch = props.delimiters.map(escapeForRegex).join('|');
18810
+ const values = val.split(new RegExp(`(?:${signsToMatch})+`));
18808
18811
  if (values.length > 1) {
18809
- values.forEach(v => {
18812
+ for (let v of values) {
18810
18813
  v = v.trim();
18811
- if (v) select(transformItem$3(props, v));
18812
- });
18814
+ if (v) {
18815
+ select(transformItem$3(props, v));
18816
+ await nextTick();
18817
+ }
18818
+ }
18813
18819
  _search.value = '';
18814
18820
  }
18815
18821
  }
@@ -34135,7 +34141,8 @@ const VVideoControls = genericComponent()({
34135
34141
  t
34136
34142
  } = useLocale();
34137
34143
  const {
34138
- themeClasses
34144
+ themeClasses,
34145
+ current: currentTheme
34139
34146
  } = provideTheme(props);
34140
34147
  const {
34141
34148
  densityClasses
@@ -34150,6 +34157,13 @@ const VVideoControls = genericComponent()({
34150
34157
  const fallbackBackground = props.detached ? 'surface' : undefined;
34151
34158
  return props.backgroundColor ?? fallbackBackground;
34152
34159
  });
34160
+ const trackColor = toRef(() => {
34161
+ if (props.trackColor) {
34162
+ return props.trackColor;
34163
+ }
34164
+ const fallback = currentTheme.value.dark || !props.pills ? undefined : 'surface';
34165
+ return (props.pills ? props.backgroundColor : props.color) ?? fallback;
34166
+ });
34153
34167
  const playing = useProxiedModel(props, 'playing');
34154
34168
  const progress = useProxiedModel(props, 'progress');
34155
34169
  const volume = useProxiedModel(props, 'volume', 0, v => Number(v ?? 0));
@@ -34210,7 +34224,8 @@ const VVideoControls = genericComponent()({
34210
34224
  };
34211
34225
  const regularBtnSize = innerDefaults.VIconBtn.size;
34212
34226
  const playBtnSize = props.pills ? regularBtnSize + 8 : regularBtnSize;
34213
- const pillClasses = ['v-video-control__pill', props.pills ? elevationClasses.value : []];
34227
+ const pillClasses = ['v-video-control__pill', props.pills ? elevationClasses.value : [], props.pills ? backgroundColorClasses.value : []];
34228
+ const pillStyles = props.pills ? backgroundColorStyles.value : [];
34214
34229
  const slotProps = {
34215
34230
  play,
34216
34231
  pause,
@@ -34233,30 +34248,34 @@ const VVideoControls = genericComponent()({
34233
34248
  'v-video-controls--floating': props.floating
34234
34249
  }, {
34235
34250
  'v-video-controls--split-time': props.splitTime
34236
- }, backgroundColorClasses.value, props.detached && !props.pills ? elevationClasses.value : [], densityClasses.value, themeClasses.value]),
34237
- "style": normalizeStyle([backgroundColorStyles.value, {
34251
+ }, !props.pills ? backgroundColorClasses.value : [], props.detached && !props.pills ? elevationClasses.value : [], densityClasses.value, themeClasses.value]),
34252
+ "style": normalizeStyle([!props.pills ? backgroundColorStyles.value : [], {
34238
34253
  '--v-video-controls-pill-height': `${regularBtnSize}px`
34239
34254
  }])
34240
34255
  }, [createVNode(VDefaultsProvider, {
34241
34256
  "defaults": innerDefaults
34242
34257
  }, {
34243
34258
  default: () => [slots.default?.(slotProps) ?? createElementVNode(Fragment, null, [props.variant !== 'mini' && createElementVNode(Fragment, null, [!props.hidePlay && createElementVNode("div", {
34244
- "class": normalizeClass([pillClasses, 'v-video__action-play'])
34259
+ "class": normalizeClass([pillClasses, 'v-video__action-play']),
34260
+ "style": normalizeStyle(pillStyles)
34245
34261
  }, [withDirectives(createVNode(VIconBtn, {
34246
34262
  "icon": playing.value ? '$pause' : '$play',
34247
34263
  "size": playBtnSize,
34248
34264
  "aria-label": labels.value.playAction,
34249
34265
  "onClick": () => playing.value = !playing.value
34250
34266
  }, null), [[Tooltip, labels.value.playAction, 'top']])]), slots.prepend && createElementVNode("div", {
34251
- "class": normalizeClass(pillClasses)
34267
+ "class": normalizeClass(pillClasses),
34268
+ "style": normalizeStyle(pillStyles)
34252
34269
  }, [slots.prepend(slotProps)]), props.splitTime ? createElementVNode("span", {
34253
- "class": normalizeClass([pillClasses, 'v-video__time'])
34270
+ "class": normalizeClass([pillClasses, 'v-video__time']),
34271
+ "style": normalizeStyle(pillStyles)
34254
34272
  }, [currentTime.value.elapsed]) : props.variant !== 'default' ? createElementVNode("span", {
34255
- "class": normalizeClass([pillClasses, 'v-video__time'])
34273
+ "class": normalizeClass([pillClasses, 'v-video__time']),
34274
+ "style": normalizeStyle(pillStyles)
34256
34275
  }, [currentTime.value.elapsed, createTextVNode(" / "), currentTime.value.total]) : '', createVNode(VSlider, {
34257
34276
  "modelValue": props.progress,
34258
34277
  "noKeyboard": true,
34259
- "color": props.trackColor ?? props.color,
34278
+ "color": trackColor.value ?? 'surface-variant',
34260
34279
  "trackColor": props.variant === 'tube' ? 'white' : undefined,
34261
34280
  "class": "v-video__track",
34262
34281
  "thumbLabel": "always",
@@ -34265,18 +34284,22 @@ const VVideoControls = genericComponent()({
34265
34284
  }, {
34266
34285
  'thumb-label': () => currentTime.value.elapsed
34267
34286
  }), props.variant === 'tube' && createVNode(VSpacer, null, null), props.splitTime ? createElementVNode("span", {
34268
- "class": normalizeClass([pillClasses, 'v-video__time'])
34287
+ "class": normalizeClass([pillClasses, 'v-video__time']),
34288
+ "style": normalizeStyle(pillStyles)
34269
34289
  }, [currentTime.value.remaining]) : '']), props.variant === 'mini' && createElementVNode(Fragment, null, [createVNode(VSpacer, null, null), slots.prepend && createElementVNode("div", {
34270
- "class": normalizeClass(pillClasses)
34290
+ "class": normalizeClass(pillClasses),
34291
+ "style": normalizeStyle(pillStyles)
34271
34292
  }, [slots.prepend(slotProps)]), !props.hidePlay && createElementVNode("div", {
34272
- "class": normalizeClass([pillClasses, 'v-video__action-play'])
34293
+ "class": normalizeClass([pillClasses, 'v-video__action-play']),
34294
+ "style": normalizeStyle(pillStyles)
34273
34295
  }, [withDirectives(createVNode(VIconBtn, {
34274
34296
  "icon": playing.value ? '$pause' : '$play',
34275
34297
  "size": playBtnSize,
34276
34298
  "aria-label": labels.value.playAction,
34277
34299
  "onClick": () => playing.value = !playing.value
34278
34300
  }, null), [[Tooltip, labels.value.playAction, 'top']])])]), (!props.hideVolume || !props.hideFullscreen || slots.append) && createElementVNode("div", {
34279
- "class": normalizeClass(pillClasses)
34301
+ "class": normalizeClass(pillClasses),
34302
+ "style": normalizeStyle(pillStyles)
34280
34303
  }, [!props.hideVolume && createVNode(VVideoVolume, mergeProps({
34281
34304
  "key": "volume-control",
34282
34305
  "sliderProps": {
@@ -34669,9 +34692,9 @@ const VVideo = genericComponent()({
34669
34692
  }, {
34670
34693
  default: () => [createElementVNode("div", {
34671
34694
  "class": normalizeClass(['v-video__overlay-fill', ...roundedContainerClasses.value])
34672
- }, [overlayPlayIcon])]
34695
+ }, [props.variant === 'player' && overlayPlayIcon])]
34673
34696
  })]
34674
- }), createVNode(VOverlay, mergeProps({
34697
+ }), props.variant === 'player' && createVNode(VOverlay, mergeProps({
34675
34698
  "key": "loading-overlay",
34676
34699
  "modelValue": state.value === 'loading' || waiting.value,
34677
34700
  "opacity": ".1"
@@ -35133,7 +35156,7 @@ function createVuetify$1() {
35133
35156
  };
35134
35157
  });
35135
35158
  }
35136
- const version$1 = "3.9.2-master.2025-07-29";
35159
+ const version$1 = "3.9.3-master.2025-07-30";
35137
35160
  createVuetify$1.version = version$1;
35138
35161
 
35139
35162
  // Vue's inject() can only be used in setup
@@ -35431,7 +35454,7 @@ var index = /*#__PURE__*/Object.freeze({
35431
35454
 
35432
35455
  /* eslint-disable local-rules/sort-imports */
35433
35456
 
35434
- const version = "3.9.2-master.2025-07-29";
35457
+ const version = "3.9.3-master.2025-07-30";
35435
35458
 
35436
35459
  /* eslint-disable local-rules/sort-imports */
35437
35460