@vuetify/nightly 3.9.1-dev.2025-07-17 → 3.9.2-dev.2025-07-18
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 +3 -3
- package/dist/json/attributes.json +3289 -3289
- package/dist/json/importMap-labs.json +20 -20
- package/dist/json/importMap.json +212 -212
- package/dist/json/web-types.json +19421 -6043
- package/dist/vuetify-labs.cjs +64 -65
- package/dist/vuetify-labs.css +4117 -4117
- package/dist/vuetify-labs.d.ts +71 -71
- package/dist/vuetify-labs.esm.js +64 -65
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +64 -65
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +64 -65
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +3167 -3167
- package/dist/vuetify.d.ts +71 -71
- package/dist/vuetify.esm.js +64 -65
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +64 -65
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +8 -8
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VTreeview/VTreeview.js +2 -3
- package/lib/components/VTreeview/VTreeview.js.map +1 -1
- package/lib/components/VTreeview/VTreeviewChildren.js +59 -59
- package/lib/components/VTreeview/VTreeviewChildren.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +71 -71
- package/lib/framework.js +1 -1
- package/package.json +1 -1
package/dist/vuetify-labs.d.ts
CHANGED
@@ -116143,48 +116143,39 @@ declare module 'vue' {
|
|
116143
116143
|
$children?: VNodeChild
|
116144
116144
|
}
|
116145
116145
|
export interface GlobalComponents {
|
116146
|
-
VAlert: VAlert
|
116147
|
-
VAlertTitle: VAlertTitle
|
116148
|
-
VApp: VApp
|
116149
|
-
VAutocomplete: VAutocomplete
|
116150
116146
|
VAppBar: VAppBar
|
116151
116147
|
VAppBarNavIcon: VAppBarNavIcon
|
116152
116148
|
VAppBarTitle: VAppBarTitle
|
116149
|
+
VAutocomplete: VAutocomplete
|
116150
|
+
VAlert: VAlert
|
116151
|
+
VAlertTitle: VAlertTitle
|
116152
|
+
VApp: VApp
|
116153
|
+
VBottomNavigation: VBottomNavigation
|
116153
116154
|
VAvatar: VAvatar
|
116155
|
+
VBottomSheet: VBottomSheet
|
116154
116156
|
VBadge: VBadge
|
116155
116157
|
VBreadcrumbs: VBreadcrumbs
|
116156
116158
|
VBreadcrumbsItem: VBreadcrumbsItem
|
116157
116159
|
VBreadcrumbsDivider: VBreadcrumbsDivider
|
116158
|
-
VBottomNavigation: VBottomNavigation
|
116159
|
-
VBanner: VBanner
|
116160
|
-
VBannerActions: VBannerActions
|
116161
|
-
VBannerText: VBannerText
|
116162
|
-
VBottomSheet: VBottomSheet
|
116163
|
-
VBtnGroup: VBtnGroup
|
116164
116160
|
VBtn: VBtn
|
116161
|
+
VCarousel: VCarousel
|
116162
|
+
VCarouselItem: VCarouselItem
|
116165
116163
|
VCard: VCard
|
116166
116164
|
VCardActions: VCardActions
|
116167
116165
|
VCardItem: VCardItem
|
116168
116166
|
VCardSubtitle: VCardSubtitle
|
116169
116167
|
VCardText: VCardText
|
116170
116168
|
VCardTitle: VCardTitle
|
116171
|
-
VCheckbox: VCheckbox
|
116172
|
-
VCheckboxBtn: VCheckboxBtn
|
116173
116169
|
VBtnToggle: VBtnToggle
|
116174
|
-
VCarousel: VCarousel
|
116175
|
-
VCarouselItem: VCarouselItem
|
116176
|
-
VChip: VChip
|
116177
|
-
VCombobox: VCombobox
|
116178
116170
|
VChipGroup: VChipGroup
|
116171
|
+
VBtnGroup: VBtnGroup
|
116172
|
+
VCounter: VCounter
|
116173
|
+
VChip: VChip
|
116179
116174
|
VCode: VCode
|
116180
|
-
VDatePicker: VDatePicker
|
116181
|
-
VDatePickerControls: VDatePickerControls
|
116182
|
-
VDatePickerHeader: VDatePickerHeader
|
116183
|
-
VDatePickerMonth: VDatePickerMonth
|
116184
|
-
VDatePickerMonths: VDatePickerMonths
|
116185
|
-
VDatePickerYears: VDatePickerYears
|
116186
116175
|
VColorPicker: VColorPicker
|
116187
|
-
|
116176
|
+
VCombobox: VCombobox
|
116177
|
+
VCheckbox: VCheckbox
|
116178
|
+
VCheckboxBtn: VCheckboxBtn
|
116188
116179
|
VDataTable: VDataTable
|
116189
116180
|
VDataTableHeaders: VDataTableHeaders
|
116190
116181
|
VDataTableFooter: VDataTableFooter
|
@@ -116192,25 +116183,36 @@ declare module 'vue' {
|
|
116192
116183
|
VDataTableRow: VDataTableRow
|
116193
116184
|
VDataTableVirtual: VDataTableVirtual
|
116194
116185
|
VDataTableServer: VDataTableServer
|
116195
|
-
|
116186
|
+
VDatePicker: VDatePicker
|
116187
|
+
VDatePickerControls: VDatePickerControls
|
116188
|
+
VDatePickerHeader: VDatePickerHeader
|
116189
|
+
VDatePickerMonth: VDatePickerMonth
|
116190
|
+
VDatePickerMonths: VDatePickerMonths
|
116191
|
+
VDatePickerYears: VDatePickerYears
|
116196
116192
|
VEmptyState: VEmptyState
|
116197
|
-
|
116198
|
-
VExpansionPanel: VExpansionPanel
|
116199
|
-
VExpansionPanelText: VExpansionPanelText
|
116200
|
-
VExpansionPanelTitle: VExpansionPanelTitle
|
116201
|
-
VField: VField
|
116202
|
-
VFieldLabel: VFieldLabel
|
116193
|
+
VDialog: VDialog
|
116203
116194
|
VDivider: VDivider
|
116204
116195
|
VFab: VFab
|
116205
|
-
|
116196
|
+
VField: VField
|
116197
|
+
VFieldLabel: VFieldLabel
|
116206
116198
|
VFileInput: VFileInput
|
116207
|
-
VImg: VImg
|
116208
116199
|
VIcon: VIcon
|
116209
116200
|
VComponentIcon: VComponentIcon
|
116210
116201
|
VSvgIcon: VSvgIcon
|
116211
116202
|
VLigatureIcon: VLigatureIcon
|
116212
116203
|
VClassIcon: VClassIcon
|
116204
|
+
VFooter: VFooter
|
116205
|
+
VImg: VImg
|
116206
|
+
VInfiniteScroll: VInfiniteScroll
|
116213
116207
|
VInput: VInput
|
116208
|
+
VItemGroup: VItemGroup
|
116209
|
+
VItem: VItem
|
116210
|
+
VKbd: VKbd
|
116211
|
+
VMenu: VMenu
|
116212
|
+
VLabel: VLabel
|
116213
|
+
VMain: VMain
|
116214
|
+
VNavigationDrawer: VNavigationDrawer
|
116215
|
+
VOtpInput: VOtpInput
|
116214
116216
|
VList: VList
|
116215
116217
|
VListGroup: VListGroup
|
116216
116218
|
VListImg: VListImg
|
@@ -116220,57 +116222,53 @@ declare module 'vue' {
|
|
116220
116222
|
VListItemSubtitle: VListItemSubtitle
|
116221
116223
|
VListItemTitle: VListItemTitle
|
116222
116224
|
VListSubheader: VListSubheader
|
116223
|
-
VInfiniteScroll: VInfiniteScroll
|
116224
|
-
VItemGroup: VItemGroup
|
116225
|
-
VItem: VItem
|
116226
|
-
VMain: VMain
|
116227
|
-
VMenu: VMenu
|
116228
|
-
VMessages: VMessages
|
116229
|
-
VNavigationDrawer: VNavigationDrawer
|
116230
116225
|
VNumberInput: VNumberInput
|
116231
|
-
|
116226
|
+
VMessages: VMessages
|
116232
116227
|
VOverlay: VOverlay
|
116233
|
-
VProgressCircular: VProgressCircular
|
116234
116228
|
VPagination: VPagination
|
116235
116229
|
VProgressLinear: VProgressLinear
|
116236
|
-
VRadioGroup: VRadioGroup
|
116237
116230
|
VRating: VRating
|
116231
|
+
VProgressCircular: VProgressCircular
|
116232
|
+
VRadioGroup: VRadioGroup
|
116238
116233
|
VSelectionControl: VSelectionControl
|
116239
|
-
VSelect: VSelect
|
116240
116234
|
VSelectionControlGroup: VSelectionControlGroup
|
116241
|
-
|
116235
|
+
VSkeletonLoader: VSkeletonLoader
|
116242
116236
|
VSlideGroup: VSlideGroup
|
116243
116237
|
VSlideGroupItem: VSlideGroupItem
|
116244
|
-
|
116238
|
+
VSheet: VSheet
|
116245
116239
|
VSlider: VSlider
|
116246
|
-
|
116247
|
-
|
116248
|
-
VStepperHeader: VStepperHeader
|
116249
|
-
VStepperItem: VStepperItem
|
116250
|
-
VStepperWindow: VStepperWindow
|
116251
|
-
VStepperWindowItem: VStepperWindowItem
|
116252
|
-
VLabel: VLabel
|
116240
|
+
VSwitch: VSwitch
|
116241
|
+
VSnackbar: VSnackbar
|
116253
116242
|
VSystemBar: VSystemBar
|
116254
116243
|
VTab: VTab
|
116255
116244
|
VTabs: VTabs
|
116256
116245
|
VTabsWindow: VTabsWindow
|
116257
116246
|
VTabsWindowItem: VTabsWindowItem
|
116258
|
-
VSwitch: VSwitch
|
116259
116247
|
VTextarea: VTextarea
|
116260
116248
|
VTable: VTable
|
116261
116249
|
VTextField: VTextField
|
116250
|
+
VTimePicker: VTimePicker
|
116251
|
+
VTimePickerClock: VTimePickerClock
|
116252
|
+
VTimePickerControls: VTimePickerControls
|
116253
|
+
VTreeview: VTreeview
|
116254
|
+
VTreeviewItem: VTreeviewItem
|
116255
|
+
VTreeviewGroup: VTreeviewGroup
|
116262
116256
|
VTimeline: VTimeline
|
116263
116257
|
VTimelineItem: VTimelineItem
|
116264
116258
|
VToolbar: VToolbar
|
116265
116259
|
VToolbarTitle: VToolbarTitle
|
116266
116260
|
VToolbarItems: VToolbarItems
|
116267
|
-
VTreeview: VTreeview
|
116268
|
-
VTreeviewItem: VTreeviewItem
|
116269
|
-
VTreeviewGroup: VTreeviewGroup
|
116270
|
-
VTooltip: VTooltip
|
116271
116261
|
VWindow: VWindow
|
116272
116262
|
VWindowItem: VWindowItem
|
116273
|
-
|
116263
|
+
VTooltip: VTooltip
|
116264
|
+
VStepper: VStepper
|
116265
|
+
VStepperActions: VStepperActions
|
116266
|
+
VStepperHeader: VStepperHeader
|
116267
|
+
VStepperItem: VStepperItem
|
116268
|
+
VStepperWindow: VStepperWindow
|
116269
|
+
VStepperWindowItem: VStepperWindowItem
|
116270
|
+
VConfirmEdit: VConfirmEdit
|
116271
|
+
VSelect: VSelect
|
116274
116272
|
VDataIterator: VDataIterator
|
116275
116273
|
VDefaultsProvider: VDefaultsProvider
|
116276
116274
|
VForm: VForm
|
@@ -116278,23 +116276,22 @@ declare module 'vue' {
|
|
116278
116276
|
VCol: VCol
|
116279
116277
|
VRow: VRow
|
116280
116278
|
VSpacer: VSpacer
|
116279
|
+
VHover: VHover
|
116281
116280
|
VLayout: VLayout
|
116282
116281
|
VLayoutItem: VLayoutItem
|
116283
116282
|
VLazy: VLazy
|
116284
|
-
VHover: VHover
|
116285
116283
|
VLocaleProvider: VLocaleProvider
|
116286
116284
|
VNoSsr: VNoSsr
|
116285
|
+
VRangeSlider: VRangeSlider
|
116287
116286
|
VParallax: VParallax
|
116288
116287
|
VRadio: VRadio
|
116289
|
-
VRangeSlider: VRangeSlider
|
116290
116288
|
VResponsive: VResponsive
|
116291
|
-
VSpeedDial: VSpeedDial
|
116292
116289
|
VSparkline: VSparkline
|
116293
|
-
|
116290
|
+
VSpeedDial: VSpeedDial
|
116291
|
+
VBanner: VBanner
|
116292
|
+
VBannerActions: VBannerActions
|
116293
|
+
VBannerText: VBannerText
|
116294
116294
|
VSnackbarQueue: VSnackbarQueue
|
116295
|
-
VTimePicker: VTimePicker
|
116296
|
-
VTimePickerClock: VTimePickerClock
|
116297
|
-
VTimePickerControls: VTimePickerControls
|
116298
116295
|
VThemeProvider: VThemeProvider
|
116299
116296
|
VValidation: VValidation
|
116300
116297
|
VVirtualScroll: VVirtualScroll
|
@@ -116314,22 +116311,25 @@ declare module 'vue' {
|
|
116314
116311
|
VExpandTransition: VExpandTransition
|
116315
116312
|
VExpandXTransition: VExpandXTransition
|
116316
116313
|
VDialogTransition: VDialogTransition
|
116317
|
-
|
116318
|
-
|
116319
|
-
|
116320
|
-
|
116321
|
-
VStepperVerticalItem: VStepperVerticalItem
|
116322
|
-
VStepperVerticalActions: VStepperVerticalActions
|
116314
|
+
VExpansionPanels: VExpansionPanels
|
116315
|
+
VExpansionPanel: VExpansionPanel
|
116316
|
+
VExpansionPanelText: VExpansionPanelText
|
116317
|
+
VExpansionPanelTitle: VExpansionPanelTitle
|
116323
116318
|
VCalendar: VCalendar
|
116324
116319
|
VCalendarDay: VCalendarDay
|
116325
116320
|
VCalendarHeader: VCalendarHeader
|
116326
116321
|
VCalendarInterval: VCalendarInterval
|
116327
116322
|
VCalendarIntervalEvent: VCalendarIntervalEvent
|
116328
116323
|
VCalendarMonthDay: VCalendarMonthDay
|
116324
|
+
VColorInput: VColorInput
|
116329
116325
|
VFileUpload: VFileUpload
|
116330
116326
|
VFileUploadItem: VFileUploadItem
|
116327
|
+
VIconBtn: VIconBtn
|
116331
116328
|
VPicker: VPicker
|
116332
116329
|
VPickerTitle: VPickerTitle
|
116330
|
+
VStepperVertical: VStepperVertical
|
116331
|
+
VStepperVerticalItem: VStepperVerticalItem
|
116332
|
+
VStepperVerticalActions: VStepperVerticalActions
|
116333
116333
|
VHotkey: VHotkey
|
116334
116334
|
VDateInput: VDateInput
|
116335
116335
|
VMaskInput: VMaskInput
|
package/dist/vuetify-labs.esm.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.9.
|
2
|
+
* Vuetify v3.9.2-dev.2025-07-18
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -30505,51 +30505,48 @@ const VTreeviewChildren = genericComponent()({
|
|
30505
30505
|
parentIndentLines: props.parentIndentLines,
|
30506
30506
|
variant: props.indentLinesVariant
|
30507
30507
|
});
|
30508
|
-
|
30509
|
-
|
30510
|
-
|
30511
|
-
|
30512
|
-
|
30513
|
-
|
30514
|
-
|
30515
|
-
|
30516
|
-
|
30517
|
-
|
30518
|
-
|
30519
|
-
|
30520
|
-
|
30521
|
-
|
30522
|
-
|
30523
|
-
|
30524
|
-
|
30525
|
-
|
30526
|
-
|
30527
|
-
|
30528
|
-
|
30529
|
-
|
30530
|
-
|
30531
|
-
|
30532
|
-
|
30533
|
-
|
30534
|
-
|
30535
|
-
|
30536
|
-
|
30537
|
-
|
30538
|
-
|
30539
|
-
|
30540
|
-
|
30541
|
-
|
30542
|
-
|
30543
|
-
|
30544
|
-
|
30545
|
-
|
30546
|
-
|
30547
|
-
|
30548
|
-
|
30549
|
-
|
30550
|
-
$stable: true
|
30551
|
-
});
|
30552
|
-
}
|
30508
|
+
const slotsWithItem = {
|
30509
|
+
prepend: slotProps => createElementVNode(Fragment, null, [props.selectable && (!children || children && !['leaf', 'single-leaf'].includes(props.selectStrategy)) && createElementVNode("div", null, [createVNode(VCheckboxBtn, {
|
30510
|
+
"key": item.value,
|
30511
|
+
"modelValue": slotProps.isSelected,
|
30512
|
+
"disabled": props.disabled,
|
30513
|
+
"loading": loading,
|
30514
|
+
"color": props.selectedColor,
|
30515
|
+
"density": props.density,
|
30516
|
+
"indeterminate": slotProps.isIndeterminate,
|
30517
|
+
"indeterminateIcon": props.indeterminateIcon,
|
30518
|
+
"falseIcon": props.falseIcon,
|
30519
|
+
"trueIcon": props.trueIcon,
|
30520
|
+
"onUpdate:modelValue": v => selectItem(slotProps.select, v),
|
30521
|
+
"onClick": e => e.stopPropagation(),
|
30522
|
+
"onKeydown": e => {
|
30523
|
+
if (!['Enter', 'Space'].includes(e.key)) return;
|
30524
|
+
e.stopPropagation();
|
30525
|
+
selectItem(slotProps.select, slotProps.isSelected);
|
30526
|
+
}
|
30527
|
+
}, null)]), slots.prepend?.({
|
30528
|
+
...slotProps,
|
30529
|
+
...treeItemProps,
|
30530
|
+
item: item.raw,
|
30531
|
+
internalItem: item
|
30532
|
+
})]),
|
30533
|
+
append: slots.append ? slotProps => slots.append?.({
|
30534
|
+
...slotProps,
|
30535
|
+
...treeItemProps,
|
30536
|
+
item: item.raw,
|
30537
|
+
internalItem: item
|
30538
|
+
}) : undefined,
|
30539
|
+
title: slots.title ? slotProps => slots.title?.({
|
30540
|
+
...slotProps,
|
30541
|
+
item: item.raw,
|
30542
|
+
internalItem: item
|
30543
|
+
}) : undefined,
|
30544
|
+
subtitle: slots.subtitle ? slotProps => slots.subtitle?.({
|
30545
|
+
...slotProps,
|
30546
|
+
item: item.raw,
|
30547
|
+
internalItem: item
|
30548
|
+
}) : undefined
|
30549
|
+
};
|
30553
30550
|
const treeviewGroupProps = VTreeviewGroup.filterProps(itemProps);
|
30554
30551
|
const treeviewChildrenProps = VTreeviewChildren.filterProps({
|
30555
30552
|
...props,
|
@@ -30563,16 +30560,21 @@ const VTreeviewChildren = genericComponent()({
|
|
30563
30560
|
let {
|
30564
30561
|
props: activatorProps
|
30565
30562
|
} = _ref2;
|
30566
|
-
|
30563
|
+
const listItemProps = {
|
30567
30564
|
...itemProps,
|
30568
30565
|
...activatorProps,
|
30569
|
-
|
30570
|
-
hideActions: props.hideActions,
|
30571
|
-
indentLines: indentLines.node,
|
30572
|
-
value: props.returnObject ? item.raw : itemProps.value,
|
30566
|
+
value: itemProps?.value,
|
30573
30567
|
onToggleExpand: [() => checkChildren(item), activatorProps.onClick],
|
30574
30568
|
onClick: isClickOnOpen.value ? [() => checkChildren(item), activatorProps.onClick] : () => selectItem(activatorItems.value[index]?.select, !activatorItems.value[index]?.isSelected)
|
30575
|
-
}
|
30569
|
+
};
|
30570
|
+
return createVNode(VTreeviewItem, mergeProps({
|
30571
|
+
"ref": el => activatorItems.value[index] = el
|
30572
|
+
}, listItemProps, {
|
30573
|
+
"hideActions": props.hideActions,
|
30574
|
+
"indentLines": indentLines.node,
|
30575
|
+
"value": props.returnObject ? item.raw : itemProps.value,
|
30576
|
+
"loading": loading
|
30577
|
+
}), slotsWithItem);
|
30576
30578
|
},
|
30577
30579
|
default: () => createVNode(VTreeviewChildren, mergeProps(treeviewChildrenProps, {
|
30578
30580
|
"items": children,
|
@@ -30580,8 +30582,7 @@ const VTreeviewChildren = genericComponent()({
|
|
30580
30582
|
"parentIndentLines": indentLines.children,
|
30581
30583
|
"isLastGroup": nextItemHasChildren,
|
30582
30584
|
"returnObject": props.returnObject
|
30583
|
-
}), slots)
|
30584
|
-
$stable: true
|
30585
|
+
}), slots)
|
30585
30586
|
}) : renderSlot(slots.item, {
|
30586
30587
|
props: itemProps,
|
30587
30588
|
item: item.raw,
|
@@ -30597,12 +30598,11 @@ const VTreeviewChildren = genericComponent()({
|
|
30597
30598
|
props: item.raw
|
30598
30599
|
}, () => createVNode(VListSubheader, item.props, null));
|
30599
30600
|
}
|
30600
|
-
return
|
30601
|
-
|
30602
|
-
|
30603
|
-
|
30604
|
-
|
30605
|
-
});
|
30601
|
+
return createVNode(VTreeviewItem, mergeProps(itemProps, {
|
30602
|
+
"hideActions": props.hideActions,
|
30603
|
+
"indentLines": indentLines.leaf,
|
30604
|
+
"value": props.returnObject ? toRaw(item.raw) : itemProps.value
|
30605
|
+
}), slotsWithItem);
|
30606
30606
|
});
|
30607
30607
|
});
|
30608
30608
|
}
|
@@ -30741,14 +30741,13 @@ const VTreeview = genericComponent()({
|
|
30741
30741
|
"selected": selected.value,
|
30742
30742
|
"onUpdate:selected": $event => selected.value = $event
|
30743
30743
|
}), {
|
30744
|
-
default: () => createVNode(VTreeviewChildren, mergeProps(treeviewChildrenProps, {
|
30744
|
+
default: () => [createVNode(VTreeviewChildren, mergeProps(treeviewChildrenProps, {
|
30745
30745
|
"density": props.density,
|
30746
30746
|
"returnObject": props.returnObject,
|
30747
30747
|
"items": items.value,
|
30748
30748
|
"parentIndentLines": props.indentLines ? [] : undefined,
|
30749
30749
|
"indentLinesVariant": indentLinesVariant
|
30750
|
-
}), slots)
|
30751
|
-
$stable: true
|
30750
|
+
}), slots)]
|
30752
30751
|
});
|
30753
30752
|
});
|
30754
30753
|
return {};
|
@@ -33878,7 +33877,7 @@ function createVuetify$1() {
|
|
33878
33877
|
};
|
33879
33878
|
});
|
33880
33879
|
}
|
33881
|
-
const version$1 = "3.9.
|
33880
|
+
const version$1 = "3.9.2-dev.2025-07-18";
|
33882
33881
|
createVuetify$1.version = version$1;
|
33883
33882
|
|
33884
33883
|
// Vue's inject() can only be used in setup
|
@@ -34176,7 +34175,7 @@ var index = /*#__PURE__*/Object.freeze({
|
|
34176
34175
|
|
34177
34176
|
/* eslint-disable local-rules/sort-imports */
|
34178
34177
|
|
34179
|
-
const version = "3.9.
|
34178
|
+
const version = "3.9.2-dev.2025-07-18";
|
34180
34179
|
|
34181
34180
|
/* eslint-disable local-rules/sort-imports */
|
34182
34181
|
|