@vuetify/nightly 3.6.13-3.7.0-beta.0.0-dev.2024-07-10 → 3.6.13-3.7.0-beta.0.0-dev.2024-07-24

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 (158) hide show
  1. package/CHANGELOG.md +0 -8
  2. package/dist/json/attributes.json +30 -22
  3. package/dist/json/importMap-labs.json +12 -12
  4. package/dist/json/importMap.json +120 -120
  5. package/dist/json/tags.json +2 -0
  6. package/dist/json/web-types.json +53 -42
  7. package/dist/vuetify-labs.css +2160 -2162
  8. package/dist/vuetify-labs.d.ts +12298 -12189
  9. package/dist/vuetify-labs.esm.js +59 -29
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +59 -29
  12. package/dist/vuetify-labs.min.css +2 -2
  13. package/dist/vuetify.css +871 -873
  14. package/dist/vuetify.d.ts +10357 -10268
  15. package/dist/vuetify.esm.js +51 -25
  16. package/dist/vuetify.esm.js.map +1 -1
  17. package/dist/vuetify.js +51 -25
  18. package/dist/vuetify.js.map +1 -1
  19. package/dist/vuetify.min.css +2 -2
  20. package/dist/vuetify.min.js +1043 -1044
  21. package/dist/vuetify.min.js.map +1 -1
  22. package/lib/components/VAlert/index.d.mts +55 -55
  23. package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
  24. package/lib/components/VAppBar/index.d.mts +169 -169
  25. package/lib/components/VAutocomplete/index.d.mts +615 -609
  26. package/lib/components/VAvatar/index.d.mts +36 -36
  27. package/lib/components/VBadge/index.d.mts +58 -58
  28. package/lib/components/VBanner/index.d.mts +59 -59
  29. package/lib/components/VBottomNavigation/index.d.mts +58 -58
  30. package/lib/components/VBottomSheet/index.d.mts +118 -118
  31. package/lib/components/VBreadcrumbs/index.d.mts +34 -34
  32. package/lib/components/VBtn/VBtn.css +3 -0
  33. package/lib/components/VBtn/VBtn.sass +3 -0
  34. package/lib/components/VBtn/index.d.mts +107 -107
  35. package/lib/components/VBtnGroup/index.d.mts +23 -23
  36. package/lib/components/VBtnToggle/index.d.mts +40 -40
  37. package/lib/components/VCard/index.d.mts +93 -93
  38. package/lib/components/VCarousel/index.d.mts +128 -128
  39. package/lib/components/VCheckbox/index.d.mts +174 -168
  40. package/lib/components/VChip/index.d.mts +86 -86
  41. package/lib/components/VChipGroup/index.d.mts +46 -46
  42. package/lib/components/VColorPicker/index.d.mts +96 -96
  43. package/lib/components/VCombobox/index.d.mts +615 -609
  44. package/lib/components/VConfirmEdit/index.d.mts +2 -2
  45. package/lib/components/VCounter/index.d.mts +27 -27
  46. package/lib/components/VDataIterator/index.d.mts +51 -50
  47. package/lib/components/VDataTable/VDataTable.mjs +10 -3
  48. package/lib/components/VDataTable/VDataTable.mjs.map +1 -1
  49. package/lib/components/VDataTable/VDataTableServer.mjs +6 -2
  50. package/lib/components/VDataTable/VDataTableServer.mjs.map +1 -1
  51. package/lib/components/VDataTable/VDataTableVirtual.mjs +10 -3
  52. package/lib/components/VDataTable/VDataTableVirtual.mjs.map +1 -1
  53. package/lib/components/VDataTable/composables/group.mjs +2 -1
  54. package/lib/components/VDataTable/composables/group.mjs.map +1 -1
  55. package/lib/components/VDataTable/composables/sort.mjs +4 -4
  56. package/lib/components/VDataTable/composables/sort.mjs.map +1 -1
  57. package/lib/components/VDataTable/index.d.mts +275 -274
  58. package/lib/components/VDatePicker/VDatePickerMonth.mjs +3 -0
  59. package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
  60. package/lib/components/VDatePicker/index.d.mts +134 -134
  61. package/lib/components/VDialog/index.d.mts +353 -353
  62. package/lib/components/VDivider/index.d.mts +15 -15
  63. package/lib/components/VEmptyState/index.d.mts +47 -47
  64. package/lib/components/VExpansionPanel/index.d.mts +134 -134
  65. package/lib/components/VFab/index.d.mts +227 -227
  66. package/lib/components/VField/VField.css +6 -11
  67. package/lib/components/VField/VField.mjs +7 -5
  68. package/lib/components/VField/VField.mjs.map +1 -1
  69. package/lib/components/VField/VField.sass +2 -6
  70. package/lib/components/VField/index.d.mts +58 -52
  71. package/lib/components/VFileInput/index.d.mts +255 -249
  72. package/lib/components/VFooter/index.d.mts +50 -50
  73. package/lib/components/VForm/index.d.mts +9 -9
  74. package/lib/components/VGrid/index.d.mts +150 -150
  75. package/lib/components/VIcon/index.d.mts +24 -24
  76. package/lib/components/VImg/index.d.mts +85 -85
  77. package/lib/components/VInfiniteScroll/index.d.mts +22 -22
  78. package/lib/components/VInput/VInput.css +5 -5
  79. package/lib/components/VInput/VInput.mjs +4 -1
  80. package/lib/components/VInput/VInput.mjs.map +1 -1
  81. package/lib/components/VInput/VInput.sass +1 -1
  82. package/lib/components/VInput/index.d.mts +61 -55
  83. package/lib/components/VItemGroup/index.d.mts +17 -17
  84. package/lib/components/VLabel/index.d.mts +8 -8
  85. package/lib/components/VLayout/index.d.mts +36 -36
  86. package/lib/components/VLazy/index.d.mts +31 -31
  87. package/lib/components/VList/index.d.mts +178 -178
  88. package/lib/components/VLocaleProvider/index.d.mts +7 -7
  89. package/lib/components/VMain/index.d.mts +10 -10
  90. package/lib/components/VMenu/index.d.mts +393 -393
  91. package/lib/components/VMessages/index.d.mts +20 -20
  92. package/lib/components/VNavigationDrawer/index.d.mts +72 -72
  93. package/lib/components/VNavigationDrawer/sticky.mjs.map +1 -1
  94. package/lib/components/VOtpInput/VOtpInput.mjs +1 -1
  95. package/lib/components/VOtpInput/VOtpInput.mjs.map +1 -1
  96. package/lib/components/VOtpInput/index.d.mts +88 -88
  97. package/lib/components/VOverlay/index.d.mts +97 -97
  98. package/lib/components/VPagination/index.d.mts +55 -55
  99. package/lib/components/VParallax/index.d.mts +7 -7
  100. package/lib/components/VProgressCircular/index.d.mts +24 -24
  101. package/lib/components/VProgressLinear/index.d.mts +52 -52
  102. package/lib/components/VRadio/index.d.mts +41 -41
  103. package/lib/components/VRadioGroup/index.d.mts +105 -99
  104. package/lib/components/VRangeSlider/index.d.mts +102 -96
  105. package/lib/components/VRating/index.d.mts +22 -22
  106. package/lib/components/VResponsive/index.d.mts +23 -23
  107. package/lib/components/VSelect/index.d.mts +615 -609
  108. package/lib/components/VSelectionControl/index.d.mts +43 -43
  109. package/lib/components/VSelectionControlGroup/index.d.mts +39 -39
  110. package/lib/components/VSheet/index.d.mts +34 -34
  111. package/lib/components/VSkeletonLoader/index.d.mts +17 -17
  112. package/lib/components/VSlideGroup/index.d.mts +33 -33
  113. package/lib/components/VSlider/index.d.mts +95 -89
  114. package/lib/components/VSnackbar/index.d.mts +411 -411
  115. package/lib/components/VSparkline/index.d.mts +38 -38
  116. package/lib/components/VSpeedDial/index.d.mts +176 -176
  117. package/lib/components/VStepper/index.d.mts +119 -119
  118. package/lib/components/VSwitch/index.d.mts +108 -102
  119. package/lib/components/VSystemBar/index.d.mts +39 -39
  120. package/lib/components/VTable/index.d.mts +4 -4
  121. package/lib/components/VTabs/index.d.mts +512 -512
  122. package/lib/components/VTextField/VTextField.mjs +1 -1
  123. package/lib/components/VTextField/VTextField.mjs.map +1 -1
  124. package/lib/components/VTextField/index.d.mts +421 -415
  125. package/lib/components/VTextarea/VTextarea.mjs +5 -5
  126. package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
  127. package/lib/components/VTextarea/index.d.mts +359 -344
  128. package/lib/components/VTimeline/index.d.mts +26 -26
  129. package/lib/components/VToolbar/index.d.mts +53 -53
  130. package/lib/components/VTooltip/index.d.mts +424 -424
  131. package/lib/components/VValidation/index.d.mts +19 -19
  132. package/lib/components/VVirtualScroll/index.d.mts +10 -10
  133. package/lib/components/VWindow/index.d.mts +31 -31
  134. package/lib/components/index.d.mts +10651 -10563
  135. package/lib/components/transitions/index.d.mts +200 -200
  136. package/lib/composables/nested/nested.mjs +0 -1
  137. package/lib/composables/nested/nested.mjs.map +1 -1
  138. package/lib/entry-bundler.mjs +1 -1
  139. package/lib/framework.mjs +1 -1
  140. package/lib/index.d.mts +69 -68
  141. package/lib/labs/VCalendar/index.d.mts +52 -52
  142. package/lib/labs/VDateInput/VDateInput.mjs +6 -3
  143. package/lib/labs/VDateInput/VDateInput.mjs.map +1 -1
  144. package/lib/labs/VDateInput/index.d.mts +256 -250
  145. package/lib/labs/VNumberInput/index.d.mts +247 -241
  146. package/lib/labs/VPicker/index.d.mts +45 -45
  147. package/lib/labs/VSnackbarQueue/index.d.mts +611 -611
  148. package/lib/labs/VStepperVertical/index.d.mts +212 -212
  149. package/lib/labs/VTimePicker/VTimePickerClock.mjs +0 -1
  150. package/lib/labs/VTimePicker/VTimePickerClock.mjs.map +1 -1
  151. package/lib/labs/VTimePicker/VTimePickerControls.mjs +2 -1
  152. package/lib/labs/VTimePicker/VTimePickerControls.mjs.map +1 -1
  153. package/lib/labs/VTimePicker/index.d.mts +131 -122
  154. package/lib/labs/VTreeview/VTreeviewItem.css +1 -1
  155. package/lib/labs/VTreeview/VTreeviewItem.sass +2 -5
  156. package/lib/labs/VTreeview/index.d.mts +199 -199
  157. package/lib/labs/components.d.mts +1754 -1733
  158. package/package.json +9 -4
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.6.13-3.7.0-beta.0.0-dev.2024-07-10
2
+ * Vuetify v3.6.13-3.7.0-beta.0.0-dev.2024-07-24
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -6821,7 +6821,10 @@
6821
6821
  const makeVInputProps = propsFactory({
6822
6822
  id: String,
6823
6823
  appendIcon: IconValue,
6824
- centerAffix: Boolean,
6824
+ centerAffix: {
6825
+ type: Boolean,
6826
+ default: true
6827
+ },
6825
6828
  prependIcon: IconValue,
6826
6829
  hideDetails: [Boolean, String],
6827
6830
  hideSpinButtons: Boolean,
@@ -8571,7 +8574,6 @@
8571
8574
  children.value.set(parent, list.filter(child => child !== id));
8572
8575
  }
8573
8576
  parents.value.delete(id);
8574
- opened.value.delete(id);
8575
8577
  },
8576
8578
  open: (id, value, event) => {
8577
8579
  vm.emit('click:open', {
@@ -11341,7 +11343,10 @@
11341
11343
  default: '$clear'
11342
11344
  },
11343
11345
  active: Boolean,
11344
- centerAffix: Boolean,
11346
+ centerAffix: {
11347
+ type: Boolean,
11348
+ default: undefined
11349
+ },
11345
11350
  color: String,
11346
11351
  baseColor: String,
11347
11352
  dirty: Boolean,
@@ -11408,9 +11413,8 @@
11408
11413
  const {
11409
11414
  rtlClasses
11410
11415
  } = useRtl();
11411
- const isSingleLine = vue.computed(() => props.singleLine || props.centerAffix);
11412
11416
  const isActive = vue.computed(() => props.dirty || props.active);
11413
- const hasLabel = vue.computed(() => !isSingleLine.value && !!(props.label || slots.label));
11417
+ const hasLabel = vue.computed(() => !props.singleLine && !!(props.label || slots.label));
11414
11418
  const uid = getUid();
11415
11419
  const id = vue.computed(() => props.id || `input-${uid}`);
11416
11420
  const messagesId = vue.computed(() => `${id.value}-messages`);
@@ -11499,7 +11503,7 @@
11499
11503
  "class": ['v-field', {
11500
11504
  'v-field--active': isActive.value,
11501
11505
  'v-field--appended': hasAppend,
11502
- 'v-field--center-affix': props.centerAffix,
11506
+ 'v-field--center-affix': props.centerAffix ?? !isPlainOrUnderlined.value,
11503
11507
  'v-field--disabled': props.disabled,
11504
11508
  'v-field--dirty': props.dirty,
11505
11509
  'v-field--error': props.error,
@@ -11508,7 +11512,7 @@
11508
11512
  'v-field--persistent-clear': props.persistentClear,
11509
11513
  'v-field--prepended': hasPrepend,
11510
11514
  'v-field--reverse': props.reverse,
11511
- 'v-field--single-line': isSingleLine.value,
11515
+ 'v-field--single-line': props.singleLine,
11512
11516
  'v-field--no-label': !label(),
11513
11517
  [`v-field--variant-${props.variant}`]: true
11514
11518
  }, themeClasses.value, backgroundColorClasses.value, focusClasses.value, loaderClasses.value, roundedClasses.value, rtlClasses.value, props.class],
@@ -11743,6 +11747,7 @@
11743
11747
  }, props.class],
11744
11748
  "style": props.style
11745
11749
  }, rootAttrs, inputProps, {
11750
+ "centerAffix": !isPlainOrUnderlined.value,
11746
11751
  "focused": isFocused.value
11747
11752
  }), {
11748
11753
  ...slots,
@@ -11768,7 +11773,6 @@
11768
11773
  "dirty": isDirty.value || props.dirty,
11769
11774
  "disabled": isDisabled.value,
11770
11775
  "focused": isFocused.value,
11771
- "centerAffix": props.centerAffix,
11772
11776
  "error": isValid.value === false
11773
11777
  }), {
11774
11778
  ...slots,
@@ -18109,6 +18113,7 @@
18109
18113
  }
18110
18114
  function provideGroupBy(options) {
18111
18115
  const {
18116
+ disableSort,
18112
18117
  groupBy,
18113
18118
  sortBy
18114
18119
  } = options;
@@ -18117,7 +18122,7 @@
18117
18122
  return groupBy.value.map(val => ({
18118
18123
  ...val,
18119
18124
  order: val.order ?? false
18120
- })).concat(sortBy.value);
18125
+ })).concat(disableSort?.value ? [] : sortBy.value);
18121
18126
  });
18122
18127
  function isGroupOpen(group) {
18123
18128
  return opened.value.has(group.id);
@@ -18626,7 +18631,7 @@
18626
18631
  function useSortedItems(props, items, sortBy, options) {
18627
18632
  const locale = useLocale();
18628
18633
  const sortedItems = vue.computed(() => {
18629
- if (!sortBy.value.length || props.disableSort) return items.value;
18634
+ if (!sortBy.value.length) return items.value;
18630
18635
  return sortItems(items.value, sortBy.value, locale.current.value, {
18631
18636
  transform: options?.transform,
18632
18637
  sortFunctions: {
@@ -18652,8 +18657,8 @@
18652
18657
  const sortKey = sortByItems[i].key;
18653
18658
  const sortOrder = sortByItems[i].order ?? 'asc';
18654
18659
  if (sortOrder === false) continue;
18655
- let sortA = a[1][sortKey];
18656
- let sortB = b[1][sortKey];
18660
+ let sortA = getObjectValueByPath(a[1], sortKey);
18661
+ let sortB = getObjectValueByPath(b[1], sortKey);
18657
18662
  let sortARaw = a[0].raw;
18658
18663
  let sortBRaw = b[0].raw;
18659
18664
  if (sortOrder === 'desc') {
@@ -20378,6 +20383,9 @@
20378
20383
  page,
20379
20384
  itemsPerPage
20380
20385
  } = createPagination(props);
20386
+ const {
20387
+ disableSort
20388
+ } = vue.toRefs(props);
20381
20389
  const {
20382
20390
  columns,
20383
20391
  headers,
@@ -20415,12 +20423,16 @@
20415
20423
  toggleGroup
20416
20424
  } = provideGroupBy({
20417
20425
  groupBy,
20418
- sortBy
20426
+ sortBy,
20427
+ disableSort
20419
20428
  });
20420
20429
  const {
20421
20430
  sortedItems
20422
20431
  } = useSortedItems(props, filteredItems, sortByWithGroups, {
20423
- transform: item => item.columns,
20432
+ transform: item => ({
20433
+ ...item.raw,
20434
+ ...item.columns
20435
+ }),
20424
20436
  sortFunctions,
20425
20437
  sortRawFunctions
20426
20438
  });
@@ -20558,6 +20570,9 @@
20558
20570
  multiSort,
20559
20571
  mustSort
20560
20572
  } = createSort(props);
20573
+ const {
20574
+ disableSort
20575
+ } = vue.toRefs(props);
20561
20576
  const {
20562
20577
  columns,
20563
20578
  headers,
@@ -20594,12 +20609,16 @@
20594
20609
  toggleGroup
20595
20610
  } = provideGroupBy({
20596
20611
  groupBy,
20597
- sortBy
20612
+ sortBy,
20613
+ disableSort
20598
20614
  });
20599
20615
  const {
20600
20616
  sortedItems
20601
20617
  } = useSortedItems(props, filteredItems, sortByWithGroups, {
20602
- transform: item => item.columns,
20618
+ transform: item => ({
20619
+ ...item.raw,
20620
+ ...item.columns
20621
+ }),
20603
20622
  sortFunctions,
20604
20623
  sortRawFunctions
20605
20624
  });
@@ -20783,6 +20802,9 @@
20783
20802
  page,
20784
20803
  itemsPerPage
20785
20804
  } = createPagination(props);
20805
+ const {
20806
+ disableSort
20807
+ } = vue.toRefs(props);
20786
20808
  const itemsLength = vue.computed(() => parseInt(props.itemsLength, 10));
20787
20809
  const {
20788
20810
  columns,
@@ -20810,7 +20832,8 @@
20810
20832
  extractRows
20811
20833
  } = provideGroupBy({
20812
20834
  groupBy,
20813
- sortBy
20835
+ sortBy,
20836
+ disableSort
20814
20837
  });
20815
20838
  const {
20816
20839
  pageCount,
@@ -21574,6 +21597,9 @@
21574
21597
  const _value = adapter.startOfDay(value);
21575
21598
  if (model.value.length === 0) {
21576
21599
  rangeStart.value = undefined;
21600
+ } else if (model.value.length === 1) {
21601
+ rangeStart.value = model.value[0];
21602
+ rangeStop.value = undefined;
21577
21603
  }
21578
21604
  if (!rangeStart.value) {
21579
21605
  rangeStart.value = _value;
@@ -24258,7 +24284,7 @@
24258
24284
  function onPaste(index, e) {
24259
24285
  e.preventDefault();
24260
24286
  e.stopPropagation();
24261
- const clipboardText = e?.clipboardData?.getData('Text') ?? '';
24287
+ const clipboardText = e?.clipboardData?.getData('Text').slice(0, length.value) ?? '';
24262
24288
  if (isValidNumber(clipboardText)) return;
24263
24289
  model.value = clipboardText.split('');
24264
24290
  inputRef.value?.[index].blur();
@@ -26803,8 +26829,8 @@
26803
26829
  },
26804
26830
  suffix: String,
26805
26831
  modelModifiers: Object,
26806
- ...omit(makeVInputProps(), ['centerAffix']),
26807
- ...omit(makeVFieldProps(), ['centerAffix'])
26832
+ ...makeVInputProps(),
26833
+ ...makeVFieldProps()
26808
26834
  }, 'VTextarea');
26809
26835
  const VTextarea = genericComponent()({
26810
26836
  name: 'VTextarea',
@@ -26943,7 +26969,7 @@
26943
26969
  }, props.class],
26944
26970
  "style": props.style
26945
26971
  }, rootAttrs, inputProps, {
26946
- "centerAffix": false,
26972
+ "centerAffix": rows.value === 1 && !isPlainOrUnderlined.value,
26947
26973
  "focused": isFocused.value
26948
26974
  }), {
26949
26975
  ...slots,
@@ -26968,7 +26994,7 @@
26968
26994
  }, fieldProps, {
26969
26995
  "id": id.value,
26970
26996
  "active": isActive.value || isDirty.value,
26971
- "centerAffix": false,
26997
+ "centerAffix": rows.value === 1 && !isPlainOrUnderlined.value,
26972
26998
  "dirty": isDirty.value || props.dirty,
26973
26999
  "disabled": isDisabled.value,
26974
27000
  "focused": isFocused.value,
@@ -27959,6 +27985,7 @@
27959
27985
  }
27960
27986
  return adapter.isValid(model.value) ? adapter.format(model.value, 'keyboardDate') : '';
27961
27987
  });
27988
+ const isInteractive = vue.computed(() => !props.disabled && !props.readonly);
27962
27989
  function onKeydown(e) {
27963
27990
  if (e.key !== 'Enter') return;
27964
27991
  if (!menu.value || !isFocused.value) {
@@ -27981,13 +28008,15 @@
27981
28008
  const datePickerProps = VDatePicker.filterProps(omit(props, ['active']));
27982
28009
  const textFieldProps = VTextField.filterProps(props);
27983
28010
  return vue.createVNode(VTextField, vue.mergeProps(textFieldProps, {
28011
+ "class": props.class,
28012
+ "style": props.style,
27984
28013
  "modelValue": display.value,
27985
- "onKeydown": onKeydown,
28014
+ "onKeydown": isInteractive.value ? onKeydown : undefined,
27986
28015
  "focused": menu.value || isFocused.value,
27987
28016
  "onFocus": focus,
27988
28017
  "onBlur": blur,
27989
- "onClick:control": onClick,
27990
- "onClick:prepend": onClick
28018
+ "onClick:control": isInteractive.value ? onClick : undefined,
28019
+ "onClick:prepend": isInteractive.value ? onClick : undefined
27991
28020
  }), {
27992
28021
  default: () => [vue.createVNode(VMenu, {
27993
28022
  "modelValue": menu.value,
@@ -29008,6 +29037,7 @@
29008
29037
 
29009
29038
  const makeVTimePickerControlsProps = propsFactory({
29010
29039
  ampm: Boolean,
29040
+ ampmInTitle: Boolean,
29011
29041
  ampmReadonly: Boolean,
29012
29042
  color: String,
29013
29043
  disabled: Boolean,
@@ -29092,7 +29122,7 @@
29092
29122
  },
29093
29123
  "disabled": props.disabled,
29094
29124
  "text": props.second == null ? '--' : pad(props.second)
29095
- }, null), props.ampm && vue.createVNode("div", {
29125
+ }, null), props.ampm && props.ampmInTitle && vue.createVNode("div", {
29096
29126
  "class": ['v-time-picker-controls__ampm', {
29097
29127
  'v-time-picker-controls__ampm--readonly': props.ampmReadonly
29098
29128
  }]
@@ -30262,7 +30292,7 @@
30262
30292
  goTo
30263
30293
  };
30264
30294
  }
30265
- const version$1 = "3.6.13-3.7.0-beta.0.0-dev.2024-07-10";
30295
+ const version$1 = "3.6.13-3.7.0-beta.0.0-dev.2024-07-24";
30266
30296
  createVuetify$1.version = version$1;
30267
30297
 
30268
30298
  // Vue's inject() can only be used in setup
@@ -30515,7 +30545,7 @@
30515
30545
 
30516
30546
  /* eslint-disable local-rules/sort-imports */
30517
30547
 
30518
- const version = "3.6.13-3.7.0-beta.0.0-dev.2024-07-10";
30548
+ const version = "3.6.13-3.7.0-beta.0.0-dev.2024-07-24";
30519
30549
 
30520
30550
  /* eslint-disable local-rules/sort-imports */
30521
30551