vuetify 3.6.10 → 3.6.11
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/dist/json/attributes.json +2 -2
- package/dist/json/importMap-labs.json +12 -12
- package/dist/json/importMap.json +128 -128
- package/dist/json/web-types.json +5 -5
- package/dist/vuetify-labs.css +2995 -2995
- package/dist/vuetify-labs.d.ts +18 -30
- package/dist/vuetify-labs.esm.js +57 -69
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +57 -69
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +2913 -2913
- package/dist/vuetify.d.ts +44 -44
- package/dist/vuetify.esm.js +4 -4
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +4 -4
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +4 -4
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VOverlay/VOverlay.mjs +1 -1
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +44 -44
- package/lib/labs/VNumberInput/VNumberInput.mjs +48 -55
- package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
- package/lib/labs/VStepperVertical/VStepperVertical.mjs +2 -0
- package/lib/labs/VStepperVertical/VStepperVertical.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeview.mjs +5 -12
- package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
- package/lib/labs/VTreeview/index.d.mts +18 -30
- package/lib/labs/components.d.mts +18 -30
- package/package.json +2 -2
package/dist/vuetify-labs.d.ts
CHANGED
|
@@ -79781,8 +79781,8 @@ declare const VTreeview: {
|
|
|
79781
79781
|
valueComparator: typeof deepEqual;
|
|
79782
79782
|
activatable: boolean;
|
|
79783
79783
|
selectable: boolean;
|
|
79784
|
-
selectStrategy: NonNullable<
|
|
79785
|
-
openStrategy: NonNullable<
|
|
79784
|
+
selectStrategy: NonNullable<SelectStrategyProp>;
|
|
79785
|
+
openStrategy: NonNullable<OpenStrategyProp>;
|
|
79786
79786
|
collapseIcon: string;
|
|
79787
79787
|
expandIcon: string;
|
|
79788
79788
|
lines: false | "one" | "two" | "three";
|
|
@@ -79875,8 +79875,8 @@ declare const VTreeview: {
|
|
|
79875
79875
|
valueComparator: typeof deepEqual;
|
|
79876
79876
|
activatable: boolean;
|
|
79877
79877
|
selectable: boolean;
|
|
79878
|
-
selectStrategy: NonNullable<
|
|
79879
|
-
openStrategy: NonNullable<
|
|
79878
|
+
selectStrategy: NonNullable<SelectStrategyProp>;
|
|
79879
|
+
openStrategy: NonNullable<OpenStrategyProp>;
|
|
79880
79880
|
collapseIcon: string;
|
|
79881
79881
|
expandIcon: string;
|
|
79882
79882
|
lines: false | "one" | "two" | "three";
|
|
@@ -79954,8 +79954,8 @@ declare const VTreeview: {
|
|
|
79954
79954
|
valueComparator: typeof deepEqual;
|
|
79955
79955
|
activatable: boolean;
|
|
79956
79956
|
selectable: boolean;
|
|
79957
|
-
selectStrategy: NonNullable<
|
|
79958
|
-
openStrategy: NonNullable<
|
|
79957
|
+
selectStrategy: NonNullable<SelectStrategyProp>;
|
|
79958
|
+
openStrategy: NonNullable<OpenStrategyProp>;
|
|
79959
79959
|
collapseIcon: string;
|
|
79960
79960
|
expandIcon: string;
|
|
79961
79961
|
lines: false | "one" | "two" | "three";
|
|
@@ -80049,8 +80049,8 @@ declare const VTreeview: {
|
|
|
80049
80049
|
valueComparator: typeof deepEqual;
|
|
80050
80050
|
activatable: boolean;
|
|
80051
80051
|
selectable: boolean;
|
|
80052
|
-
selectStrategy: NonNullable<
|
|
80053
|
-
openStrategy: NonNullable<
|
|
80052
|
+
selectStrategy: NonNullable<SelectStrategyProp>;
|
|
80053
|
+
openStrategy: NonNullable<OpenStrategyProp>;
|
|
80054
80054
|
collapseIcon: string;
|
|
80055
80055
|
expandIcon: string;
|
|
80056
80056
|
lines: false | "one" | "two" | "three";
|
|
@@ -80130,8 +80130,8 @@ declare const VTreeview: {
|
|
|
80130
80130
|
valueComparator: typeof deepEqual;
|
|
80131
80131
|
activatable: boolean;
|
|
80132
80132
|
selectable: boolean;
|
|
80133
|
-
selectStrategy: NonNullable<
|
|
80134
|
-
openStrategy: NonNullable<
|
|
80133
|
+
selectStrategy: NonNullable<SelectStrategyProp>;
|
|
80134
|
+
openStrategy: NonNullable<OpenStrategyProp>;
|
|
80135
80135
|
collapseIcon: string;
|
|
80136
80136
|
expandIcon: string;
|
|
80137
80137
|
lines: false | "one" | "two" | "three";
|
|
@@ -80162,8 +80162,8 @@ declare const VTreeview: {
|
|
|
80162
80162
|
valueComparator: typeof deepEqual;
|
|
80163
80163
|
activatable: boolean;
|
|
80164
80164
|
selectable: boolean;
|
|
80165
|
-
selectStrategy: NonNullable<
|
|
80166
|
-
openStrategy: NonNullable<
|
|
80165
|
+
selectStrategy: NonNullable<SelectStrategyProp>;
|
|
80166
|
+
openStrategy: NonNullable<OpenStrategyProp>;
|
|
80167
80167
|
collapseIcon: string;
|
|
80168
80168
|
expandIcon: string;
|
|
80169
80169
|
lines: false | "one" | "two" | "three";
|
|
@@ -80257,8 +80257,8 @@ declare const VTreeview: {
|
|
|
80257
80257
|
valueComparator: typeof deepEqual;
|
|
80258
80258
|
activatable: boolean;
|
|
80259
80259
|
selectable: boolean;
|
|
80260
|
-
selectStrategy: NonNullable<
|
|
80261
|
-
openStrategy: NonNullable<
|
|
80260
|
+
selectStrategy: NonNullable<SelectStrategyProp>;
|
|
80261
|
+
openStrategy: NonNullable<OpenStrategyProp>;
|
|
80262
80262
|
collapseIcon: string;
|
|
80263
80263
|
expandIcon: string;
|
|
80264
80264
|
lines: false | "one" | "two" | "three";
|
|
@@ -80401,19 +80401,13 @@ declare const VTreeview: {
|
|
|
80401
80401
|
activatable: BooleanConstructor;
|
|
80402
80402
|
selectable: BooleanConstructor;
|
|
80403
80403
|
activeStrategy: vue.PropType<ActiveStrategyProp>;
|
|
80404
|
-
selectStrategy:
|
|
80404
|
+
selectStrategy: {
|
|
80405
80405
|
type: vue.PropType<NonNullable<SelectStrategyProp>>;
|
|
80406
80406
|
default: NonNullable<SelectStrategyProp>;
|
|
80407
|
-
}, "default" | "type"> & {
|
|
80408
|
-
type: vue.PropType<NonNullable<NonNullable<SelectStrategyProp>>>;
|
|
80409
|
-
default: NonNullable<NonNullable<SelectStrategyProp>>;
|
|
80410
80407
|
};
|
|
80411
|
-
openStrategy:
|
|
80408
|
+
openStrategy: {
|
|
80412
80409
|
type: vue.PropType<NonNullable<OpenStrategyProp>>;
|
|
80413
80410
|
default: NonNullable<OpenStrategyProp>;
|
|
80414
|
-
}, "default" | "type"> & {
|
|
80415
|
-
type: vue.PropType<NonNullable<NonNullable<OpenStrategyProp>>>;
|
|
80416
|
-
default: NonNullable<NonNullable<OpenStrategyProp>>;
|
|
80417
80411
|
};
|
|
80418
80412
|
'onUpdate:opened': vue.PropType<() => void>;
|
|
80419
80413
|
activeColor: StringConstructor;
|
|
@@ -80542,19 +80536,13 @@ declare const VTreeview: {
|
|
|
80542
80536
|
activatable: BooleanConstructor;
|
|
80543
80537
|
selectable: BooleanConstructor;
|
|
80544
80538
|
activeStrategy: vue.PropType<ActiveStrategyProp>;
|
|
80545
|
-
selectStrategy:
|
|
80539
|
+
selectStrategy: {
|
|
80546
80540
|
type: vue.PropType<NonNullable<SelectStrategyProp>>;
|
|
80547
80541
|
default: NonNullable<SelectStrategyProp>;
|
|
80548
|
-
}, "default" | "type"> & {
|
|
80549
|
-
type: vue.PropType<NonNullable<NonNullable<SelectStrategyProp>>>;
|
|
80550
|
-
default: NonNullable<NonNullable<SelectStrategyProp>>;
|
|
80551
80542
|
};
|
|
80552
|
-
openStrategy:
|
|
80543
|
+
openStrategy: {
|
|
80553
80544
|
type: vue.PropType<NonNullable<OpenStrategyProp>>;
|
|
80554
80545
|
default: NonNullable<OpenStrategyProp>;
|
|
80555
|
-
}, "default" | "type"> & {
|
|
80556
|
-
type: vue.PropType<NonNullable<NonNullable<OpenStrategyProp>>>;
|
|
80557
|
-
default: NonNullable<NonNullable<OpenStrategyProp>>;
|
|
80558
80546
|
};
|
|
80559
80547
|
'onUpdate:opened': vue.PropType<() => void>;
|
|
80560
80548
|
activeColor: StringConstructor;
|
package/dist/vuetify-labs.esm.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Vuetify v3.6.
|
|
2
|
+
* Vuetify v3.6.11
|
|
3
3
|
* Forged by John Leider
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -10829,7 +10829,7 @@ const VOverlay = genericComponent()({
|
|
|
10829
10829
|
const potentialShadowDomRoot = computed(() => activatorEl?.value?.getRootNode());
|
|
10830
10830
|
const {
|
|
10831
10831
|
teleportTarget
|
|
10832
|
-
} = useTeleport(computed(() => props.attach || props.contained || potentialShadowDomRoot.value instanceof ShadowRoot ? potentialShadowDomRoot.value : false));
|
|
10832
|
+
} = useTeleport(computed(() => props.attach || props.contained || potentialShadowDomRoot.value instanceof ShadowRoot ? potentialShadowDomRoot.value ?? true : false));
|
|
10833
10833
|
const {
|
|
10834
10834
|
dimensionStyles
|
|
10835
10835
|
} = useDimension(props);
|
|
@@ -28051,6 +28051,10 @@ const VNumberInput = genericComponent()({
|
|
|
28051
28051
|
const controlVariant = computed(() => {
|
|
28052
28052
|
return props.hideInput ? 'stacked' : props.controlVariant;
|
|
28053
28053
|
});
|
|
28054
|
+
const incrementIcon = computed(() => controlVariant.value === 'split' ? '$plus' : '$collapse');
|
|
28055
|
+
const decrementIcon = computed(() => controlVariant.value === 'split' ? '$minus' : '$expand');
|
|
28056
|
+
const controlNodeSize = computed(() => controlVariant.value === 'split' ? 'default' : 'small');
|
|
28057
|
+
const controlNodeDefaultHeight = computed(() => controlVariant.value === 'stacked' ? 'auto' : '100%');
|
|
28054
28058
|
const incrementSlotProps = computed(() => ({
|
|
28055
28059
|
click: onClickUp
|
|
28056
28060
|
}));
|
|
@@ -28108,18 +28112,42 @@ const VNumberInput = genericComponent()({
|
|
|
28108
28112
|
modelValue: _,
|
|
28109
28113
|
...textFieldProps
|
|
28110
28114
|
} = VTextField.filterProps(props);
|
|
28111
|
-
function
|
|
28112
|
-
|
|
28113
|
-
|
|
28114
|
-
"
|
|
28115
|
-
|
|
28115
|
+
function incrementControlNode() {
|
|
28116
|
+
return !slots.increment ? createVNode(VBtn, {
|
|
28117
|
+
"disabled": !canIncrease.value,
|
|
28118
|
+
"flat": true,
|
|
28119
|
+
"key": "increment-btn",
|
|
28120
|
+
"height": controlNodeDefaultHeight.value,
|
|
28121
|
+
"name": "increment-btn",
|
|
28122
|
+
"icon": incrementIcon.value,
|
|
28123
|
+
"onClick": onClickUp,
|
|
28124
|
+
"onMousedown": onControlMousedown,
|
|
28125
|
+
"size": controlNodeSize.value,
|
|
28126
|
+
"tabindex": "-1"
|
|
28127
|
+
}, null) : createVNode(VDefaultsProvider, {
|
|
28128
|
+
"key": "increment-defaults",
|
|
28129
|
+
"defaults": {
|
|
28130
|
+
VBtn: {
|
|
28131
|
+
disabled: !canIncrease.value,
|
|
28132
|
+
flat: true,
|
|
28133
|
+
height: controlNodeDefaultHeight.value,
|
|
28134
|
+
size: controlNodeSize.value,
|
|
28135
|
+
icon: incrementIcon.value
|
|
28136
|
+
}
|
|
28137
|
+
}
|
|
28138
|
+
}, {
|
|
28139
|
+
default: () => [slots.increment(incrementSlotProps.value)]
|
|
28140
|
+
});
|
|
28141
|
+
}
|
|
28142
|
+
function decrementControlNode() {
|
|
28143
|
+
return !slots.decrement ? createVNode(VBtn, {
|
|
28116
28144
|
"disabled": !canDecrease.value,
|
|
28117
28145
|
"flat": true,
|
|
28118
28146
|
"key": "decrement-btn",
|
|
28119
|
-
"height":
|
|
28147
|
+
"height": controlNodeDefaultHeight.value,
|
|
28120
28148
|
"name": "decrement-btn",
|
|
28121
|
-
"icon":
|
|
28122
|
-
"size":
|
|
28149
|
+
"icon": decrementIcon.value,
|
|
28150
|
+
"size": controlNodeSize.value,
|
|
28123
28151
|
"tabindex": "-1",
|
|
28124
28152
|
"onClick": onClickDown,
|
|
28125
28153
|
"onMousedown": onControlMousedown
|
|
@@ -28129,40 +28157,21 @@ const VNumberInput = genericComponent()({
|
|
|
28129
28157
|
VBtn: {
|
|
28130
28158
|
disabled: !canDecrease.value,
|
|
28131
28159
|
flat: true,
|
|
28132
|
-
height:
|
|
28133
|
-
size:
|
|
28134
|
-
icon:
|
|
28160
|
+
height: controlNodeDefaultHeight.value,
|
|
28161
|
+
size: controlNodeSize.value,
|
|
28162
|
+
icon: decrementIcon.value
|
|
28135
28163
|
}
|
|
28136
28164
|
}
|
|
28137
28165
|
}, {
|
|
28138
28166
|
default: () => [slots.decrement(decrementSlotProps.value)]
|
|
28139
|
-
})
|
|
28167
|
+
});
|
|
28168
|
+
}
|
|
28169
|
+
function controlNode() {
|
|
28170
|
+
return createVNode("div", {
|
|
28171
|
+
"class": "v-number-input__control"
|
|
28172
|
+
}, [decrementControlNode(), createVNode(VDivider, {
|
|
28140
28173
|
"vertical": controlVariant.value !== 'stacked'
|
|
28141
|
-
}, null),
|
|
28142
|
-
"disabled": !canIncrease.value,
|
|
28143
|
-
"flat": true,
|
|
28144
|
-
"key": "increment-btn",
|
|
28145
|
-
"height": defaultHeight,
|
|
28146
|
-
"name": "increment-btn",
|
|
28147
|
-
"icon": "$collapse",
|
|
28148
|
-
"onClick": onClickUp,
|
|
28149
|
-
"onMousedown": onControlMousedown,
|
|
28150
|
-
"size": "small",
|
|
28151
|
-
"tabindex": "-1"
|
|
28152
|
-
}, null) : createVNode(VDefaultsProvider, {
|
|
28153
|
-
"key": "increment-defaults",
|
|
28154
|
-
"defaults": {
|
|
28155
|
-
VBtn: {
|
|
28156
|
-
disabled: !canIncrease.value,
|
|
28157
|
-
flat: true,
|
|
28158
|
-
height: defaultHeight,
|
|
28159
|
-
size: 'small',
|
|
28160
|
-
icon: '$collapse'
|
|
28161
|
-
}
|
|
28162
|
-
}
|
|
28163
|
-
}, {
|
|
28164
|
-
default: () => [slots.increment(incrementSlotProps.value)]
|
|
28165
|
-
})]);
|
|
28174
|
+
}, null), incrementControlNode()]);
|
|
28166
28175
|
}
|
|
28167
28176
|
function dividerNode() {
|
|
28168
28177
|
return !props.hideInput && !props.inset ? createVNode(VDivider, {
|
|
@@ -28173,27 +28182,11 @@ const VNumberInput = genericComponent()({
|
|
|
28173
28182
|
"class": "v-number-input__control"
|
|
28174
28183
|
}, [createVNode(VDivider, {
|
|
28175
28184
|
"vertical": true
|
|
28176
|
-
}, null), createVNode(
|
|
28177
|
-
"flat": true,
|
|
28178
|
-
"height": "100%",
|
|
28179
|
-
"icon": "$plus",
|
|
28180
|
-
"tile": true,
|
|
28181
|
-
"tabindex": "-1",
|
|
28182
|
-
"onClick": onClickUp,
|
|
28183
|
-
"onMousedown": onControlMousedown
|
|
28184
|
-
}, null)]) : !props.reverse ? createVNode(Fragment, null, [dividerNode(), controlNode()]) : undefined;
|
|
28185
|
+
}, null), incrementControlNode()]) : !props.reverse ? createVNode(Fragment, null, [dividerNode(), controlNode()]) : undefined;
|
|
28185
28186
|
const hasAppendInner = slots['append-inner'] || appendInnerControl;
|
|
28186
28187
|
const prependInnerControl = controlVariant.value === 'split' ? createVNode("div", {
|
|
28187
28188
|
"class": "v-number-input__control"
|
|
28188
|
-
}, [createVNode(
|
|
28189
|
-
"flat": true,
|
|
28190
|
-
"height": "100%",
|
|
28191
|
-
"icon": "$minus",
|
|
28192
|
-
"tile": true,
|
|
28193
|
-
"tabindex": "-1",
|
|
28194
|
-
"onClick": onClickDown,
|
|
28195
|
-
"onMousedown": onControlMousedown
|
|
28196
|
-
}, null), createVNode(VDivider, {
|
|
28189
|
+
}, [decrementControlNode(), createVNode(VDivider, {
|
|
28197
28190
|
"vertical": true
|
|
28198
28191
|
}, null)]) : props.reverse ? createVNode(Fragment, null, [controlNode(), dividerNode()]) : undefined;
|
|
28199
28192
|
const hasPrependInner = slots['prepend-inner'] || prependInnerControl;
|
|
@@ -28419,6 +28412,7 @@ const VStepperVertical = genericComponent()({
|
|
|
28419
28412
|
const vExpansionPanelsRef = ref();
|
|
28420
28413
|
const {
|
|
28421
28414
|
color,
|
|
28415
|
+
eager,
|
|
28422
28416
|
editable,
|
|
28423
28417
|
prevText,
|
|
28424
28418
|
nextText,
|
|
@@ -28437,6 +28431,7 @@ const VStepperVertical = genericComponent()({
|
|
|
28437
28431
|
provideDefaults({
|
|
28438
28432
|
VStepperVerticalItem: {
|
|
28439
28433
|
color,
|
|
28434
|
+
eager,
|
|
28440
28435
|
editable,
|
|
28441
28436
|
prevText,
|
|
28442
28437
|
nextText,
|
|
@@ -29649,8 +29644,6 @@ const makeVTreeviewProps = propsFactory({
|
|
|
29649
29644
|
...omit(makeVListProps({
|
|
29650
29645
|
collapseIcon: '$treeviewCollapse',
|
|
29651
29646
|
expandIcon: '$treeviewExpand',
|
|
29652
|
-
selectStrategy: 'classic',
|
|
29653
|
-
openStrategy: 'multiple',
|
|
29654
29647
|
slim: true
|
|
29655
29648
|
}), ['nav'])
|
|
29656
29649
|
}, 'VTreeview');
|
|
@@ -29668,17 +29661,16 @@ const VTreeview = genericComponent()({
|
|
|
29668
29661
|
let {
|
|
29669
29662
|
slots
|
|
29670
29663
|
} = _ref;
|
|
29671
|
-
const vm = getCurrentInstance('VTreeview');
|
|
29672
29664
|
const {
|
|
29673
29665
|
items
|
|
29674
29666
|
} = useListItems(props);
|
|
29675
29667
|
const activeColor = toRef(props, 'activeColor');
|
|
29676
29668
|
const baseColor = toRef(props, 'baseColor');
|
|
29677
29669
|
const color = toRef(props, 'color');
|
|
29678
|
-
const opened = useProxiedModel(props, 'opened');
|
|
29679
29670
|
const activated = useProxiedModel(props, 'activated');
|
|
29680
29671
|
const selected = useProxiedModel(props, 'selected');
|
|
29681
29672
|
const vListRef = ref();
|
|
29673
|
+
const opened = computed(() => props.openAll ? openAll(items.value) : props.opened);
|
|
29682
29674
|
const flatItems = computed(() => flatten(items.value));
|
|
29683
29675
|
const search = toRef(props, 'search');
|
|
29684
29676
|
const {
|
|
@@ -29712,11 +29704,6 @@ const VTreeview = genericComponent()({
|
|
|
29712
29704
|
}
|
|
29713
29705
|
return arr;
|
|
29714
29706
|
}
|
|
29715
|
-
watch(() => props.openAll, val => {
|
|
29716
|
-
opened.value = val ? openAll(items.value) : [];
|
|
29717
|
-
}, {
|
|
29718
|
-
immediate: true
|
|
29719
|
-
});
|
|
29720
29707
|
function openAll(item) {
|
|
29721
29708
|
let ids = [];
|
|
29722
29709
|
for (const i of item) {
|
|
@@ -29751,13 +29738,14 @@ const VTreeview = genericComponent()({
|
|
|
29751
29738
|
}
|
|
29752
29739
|
});
|
|
29753
29740
|
useRender(() => {
|
|
29754
|
-
const listProps = VList.filterProps(
|
|
29741
|
+
const listProps = VList.filterProps(props);
|
|
29755
29742
|
const treeviewChildrenProps = VTreeviewChildren.filterProps(props);
|
|
29756
29743
|
return createVNode(VList, mergeProps({
|
|
29757
29744
|
"ref": vListRef
|
|
29758
29745
|
}, listProps, {
|
|
29759
29746
|
"class": ['v-treeview', props.class],
|
|
29760
29747
|
"style": props.style,
|
|
29748
|
+
"opened": opened.value,
|
|
29761
29749
|
"activated": activated.value,
|
|
29762
29750
|
"onUpdate:activated": $event => activated.value = $event,
|
|
29763
29751
|
"selected": selected.value,
|
|
@@ -30269,7 +30257,7 @@ function createVuetify$1() {
|
|
|
30269
30257
|
goTo
|
|
30270
30258
|
};
|
|
30271
30259
|
}
|
|
30272
|
-
const version$1 = "3.6.
|
|
30260
|
+
const version$1 = "3.6.11";
|
|
30273
30261
|
createVuetify$1.version = version$1;
|
|
30274
30262
|
|
|
30275
30263
|
// Vue's inject() can only be used in setup
|
|
@@ -30522,7 +30510,7 @@ var index = /*#__PURE__*/Object.freeze({
|
|
|
30522
30510
|
|
|
30523
30511
|
/* eslint-disable local-rules/sort-imports */
|
|
30524
30512
|
|
|
30525
|
-
const version = "3.6.
|
|
30513
|
+
const version = "3.6.11";
|
|
30526
30514
|
|
|
30527
30515
|
/* eslint-disable local-rules/sort-imports */
|
|
30528
30516
|
|