vuetify 3.6.9 → 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 +16 -16
- package/dist/json/importMap.json +140 -140
- package/dist/json/web-types.json +6 -6
- package/dist/vuetify-labs.css +2443 -2443
- package/dist/vuetify-labs.d.ts +18 -30
- package/dist/vuetify-labs.esm.js +94 -85
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +94 -85
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +1862 -1862
- package/dist/vuetify.d.ts +48 -48
- package/dist/vuetify.esm.js +41 -20
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +41 -20
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +11 -9
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.mjs +5 -2
- package/lib/components/VDatePicker/VDatePicker.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanel.mjs +23 -11
- package/lib/components/VExpansionPanel/VExpansionPanel.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +13 -5
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.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/entry-bundler.mjs.map +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/framework.mjs.map +1 -1
- package/lib/index.d.mts +48 -48
- 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);
|
|
@@ -22041,8 +22041,11 @@ const VDatePicker = genericComponent()({
|
|
|
22041
22041
|
emit('update:year', value);
|
|
22042
22042
|
}
|
|
22043
22043
|
watch(model, (val, oldVal) => {
|
|
22044
|
-
const
|
|
22045
|
-
const
|
|
22044
|
+
const arrBefore = wrapInArray(oldVal);
|
|
22045
|
+
const arrAfter = wrapInArray(val);
|
|
22046
|
+
if (!arrAfter.length) return;
|
|
22047
|
+
const before = adapter.date(arrBefore[arrBefore.length - 1]);
|
|
22048
|
+
const after = adapter.date(arrAfter[arrAfter.length - 1]);
|
|
22046
22049
|
const newMonth = adapter.getMonth(after);
|
|
22047
22050
|
const newYear = adapter.getYear(after);
|
|
22048
22051
|
if (newMonth !== month.value) {
|
|
@@ -22351,6 +22354,7 @@ const VExpansionPanelTitle = genericComponent()({
|
|
|
22351
22354
|
expandIcon: props.expandIcon,
|
|
22352
22355
|
readonly: props.readonly
|
|
22353
22356
|
}));
|
|
22357
|
+
const icon = computed(() => expansionPanel.isSelected.value ? props.collapseIcon : props.expandIcon);
|
|
22354
22358
|
useRender(() => withDirectives(createVNode("button", {
|
|
22355
22359
|
"class": ['v-expansion-panel-title', {
|
|
22356
22360
|
'v-expansion-panel-title--active': expansionPanel.isSelected.value,
|
|
@@ -22365,11 +22369,17 @@ const VExpansionPanelTitle = genericComponent()({
|
|
|
22365
22369
|
"onClick": !props.readonly ? expansionPanel.toggle : undefined
|
|
22366
22370
|
}, [createVNode("span", {
|
|
22367
22371
|
"class": "v-expansion-panel-title__overlay"
|
|
22368
|
-
}, null), slots.default?.(slotProps.value), !props.hideActions && createVNode(
|
|
22369
|
-
"
|
|
22370
|
-
|
|
22371
|
-
|
|
22372
|
-
|
|
22372
|
+
}, null), slots.default?.(slotProps.value), !props.hideActions && createVNode(VDefaultsProvider, {
|
|
22373
|
+
"defaults": {
|
|
22374
|
+
VIcon: {
|
|
22375
|
+
icon: icon.value
|
|
22376
|
+
}
|
|
22377
|
+
}
|
|
22378
|
+
}, {
|
|
22379
|
+
default: () => [createVNode("span", {
|
|
22380
|
+
"class": "v-expansion-panel-title__icon"
|
|
22381
|
+
}, [slots.actions?.(slotProps.value) ?? createVNode(VIcon, null, null)])]
|
|
22382
|
+
})]), [[resolveDirective("ripple"), props.ripple]]));
|
|
22373
22383
|
return {};
|
|
22374
22384
|
}
|
|
22375
22385
|
});
|
|
@@ -22436,15 +22446,26 @@ const VExpansionPanel = genericComponent()({
|
|
|
22436
22446
|
}, {
|
|
22437
22447
|
default: () => [createVNode("div", {
|
|
22438
22448
|
"class": ['v-expansion-panel__shadow', ...elevationClasses.value]
|
|
22439
|
-
}, null),
|
|
22440
|
-
"
|
|
22441
|
-
|
|
22442
|
-
|
|
22443
|
-
|
|
22444
|
-
|
|
22445
|
-
|
|
22446
|
-
|
|
22447
|
-
|
|
22449
|
+
}, null), createVNode(VDefaultsProvider, {
|
|
22450
|
+
"defaults": {
|
|
22451
|
+
VExpansionPanelTitle: {
|
|
22452
|
+
...expansionPanelTitleProps
|
|
22453
|
+
},
|
|
22454
|
+
VExpansionPanelText: {
|
|
22455
|
+
...expansionPanelTextProps
|
|
22456
|
+
}
|
|
22457
|
+
}
|
|
22458
|
+
}, {
|
|
22459
|
+
default: () => [hasTitle && createVNode(VExpansionPanelTitle, {
|
|
22460
|
+
"key": "title"
|
|
22461
|
+
}, {
|
|
22462
|
+
default: () => [slots.title ? slots.title() : props.title]
|
|
22463
|
+
}), hasText && createVNode(VExpansionPanelText, {
|
|
22464
|
+
"key": "text"
|
|
22465
|
+
}, {
|
|
22466
|
+
default: () => [slots.text ? slots.text() : props.text]
|
|
22467
|
+
}), slots.default?.()]
|
|
22468
|
+
})]
|
|
22448
22469
|
});
|
|
22449
22470
|
});
|
|
22450
22471
|
return {
|
|
@@ -28030,6 +28051,10 @@ const VNumberInput = genericComponent()({
|
|
|
28030
28051
|
const controlVariant = computed(() => {
|
|
28031
28052
|
return props.hideInput ? 'stacked' : props.controlVariant;
|
|
28032
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%');
|
|
28033
28058
|
const incrementSlotProps = computed(() => ({
|
|
28034
28059
|
click: onClickUp
|
|
28035
28060
|
}));
|
|
@@ -28087,18 +28112,42 @@ const VNumberInput = genericComponent()({
|
|
|
28087
28112
|
modelValue: _,
|
|
28088
28113
|
...textFieldProps
|
|
28089
28114
|
} = VTextField.filterProps(props);
|
|
28090
|
-
function
|
|
28091
|
-
|
|
28092
|
-
|
|
28093
|
-
"
|
|
28094
|
-
|
|
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, {
|
|
28095
28144
|
"disabled": !canDecrease.value,
|
|
28096
28145
|
"flat": true,
|
|
28097
28146
|
"key": "decrement-btn",
|
|
28098
|
-
"height":
|
|
28147
|
+
"height": controlNodeDefaultHeight.value,
|
|
28099
28148
|
"name": "decrement-btn",
|
|
28100
|
-
"icon":
|
|
28101
|
-
"size":
|
|
28149
|
+
"icon": decrementIcon.value,
|
|
28150
|
+
"size": controlNodeSize.value,
|
|
28102
28151
|
"tabindex": "-1",
|
|
28103
28152
|
"onClick": onClickDown,
|
|
28104
28153
|
"onMousedown": onControlMousedown
|
|
@@ -28108,40 +28157,21 @@ const VNumberInput = genericComponent()({
|
|
|
28108
28157
|
VBtn: {
|
|
28109
28158
|
disabled: !canDecrease.value,
|
|
28110
28159
|
flat: true,
|
|
28111
|
-
height:
|
|
28112
|
-
size:
|
|
28113
|
-
icon:
|
|
28160
|
+
height: controlNodeDefaultHeight.value,
|
|
28161
|
+
size: controlNodeSize.value,
|
|
28162
|
+
icon: decrementIcon.value
|
|
28114
28163
|
}
|
|
28115
28164
|
}
|
|
28116
28165
|
}, {
|
|
28117
28166
|
default: () => [slots.decrement(decrementSlotProps.value)]
|
|
28118
|
-
})
|
|
28167
|
+
});
|
|
28168
|
+
}
|
|
28169
|
+
function controlNode() {
|
|
28170
|
+
return createVNode("div", {
|
|
28171
|
+
"class": "v-number-input__control"
|
|
28172
|
+
}, [decrementControlNode(), createVNode(VDivider, {
|
|
28119
28173
|
"vertical": controlVariant.value !== 'stacked'
|
|
28120
|
-
}, null),
|
|
28121
|
-
"disabled": !canIncrease.value,
|
|
28122
|
-
"flat": true,
|
|
28123
|
-
"key": "increment-btn",
|
|
28124
|
-
"height": defaultHeight,
|
|
28125
|
-
"name": "increment-btn",
|
|
28126
|
-
"icon": "$collapse",
|
|
28127
|
-
"onClick": onClickUp,
|
|
28128
|
-
"onMousedown": onControlMousedown,
|
|
28129
|
-
"size": "small",
|
|
28130
|
-
"tabindex": "-1"
|
|
28131
|
-
}, null) : createVNode(VDefaultsProvider, {
|
|
28132
|
-
"key": "increment-defaults",
|
|
28133
|
-
"defaults": {
|
|
28134
|
-
VBtn: {
|
|
28135
|
-
disabled: !canIncrease.value,
|
|
28136
|
-
flat: true,
|
|
28137
|
-
height: defaultHeight,
|
|
28138
|
-
size: 'small',
|
|
28139
|
-
icon: '$collapse'
|
|
28140
|
-
}
|
|
28141
|
-
}
|
|
28142
|
-
}, {
|
|
28143
|
-
default: () => [slots.increment(incrementSlotProps.value)]
|
|
28144
|
-
})]);
|
|
28174
|
+
}, null), incrementControlNode()]);
|
|
28145
28175
|
}
|
|
28146
28176
|
function dividerNode() {
|
|
28147
28177
|
return !props.hideInput && !props.inset ? createVNode(VDivider, {
|
|
@@ -28152,27 +28182,11 @@ const VNumberInput = genericComponent()({
|
|
|
28152
28182
|
"class": "v-number-input__control"
|
|
28153
28183
|
}, [createVNode(VDivider, {
|
|
28154
28184
|
"vertical": true
|
|
28155
|
-
}, null), createVNode(
|
|
28156
|
-
"flat": true,
|
|
28157
|
-
"height": "100%",
|
|
28158
|
-
"icon": "$plus",
|
|
28159
|
-
"tile": true,
|
|
28160
|
-
"tabindex": "-1",
|
|
28161
|
-
"onClick": onClickUp,
|
|
28162
|
-
"onMousedown": onControlMousedown
|
|
28163
|
-
}, null)]) : !props.reverse ? createVNode(Fragment, null, [dividerNode(), controlNode()]) : undefined;
|
|
28185
|
+
}, null), incrementControlNode()]) : !props.reverse ? createVNode(Fragment, null, [dividerNode(), controlNode()]) : undefined;
|
|
28164
28186
|
const hasAppendInner = slots['append-inner'] || appendInnerControl;
|
|
28165
28187
|
const prependInnerControl = controlVariant.value === 'split' ? createVNode("div", {
|
|
28166
28188
|
"class": "v-number-input__control"
|
|
28167
|
-
}, [createVNode(
|
|
28168
|
-
"flat": true,
|
|
28169
|
-
"height": "100%",
|
|
28170
|
-
"icon": "$minus",
|
|
28171
|
-
"tile": true,
|
|
28172
|
-
"tabindex": "-1",
|
|
28173
|
-
"onClick": onClickDown,
|
|
28174
|
-
"onMousedown": onControlMousedown
|
|
28175
|
-
}, null), createVNode(VDivider, {
|
|
28189
|
+
}, [decrementControlNode(), createVNode(VDivider, {
|
|
28176
28190
|
"vertical": true
|
|
28177
28191
|
}, null)]) : props.reverse ? createVNode(Fragment, null, [controlNode(), dividerNode()]) : undefined;
|
|
28178
28192
|
const hasPrependInner = slots['prepend-inner'] || prependInnerControl;
|
|
@@ -28398,6 +28412,7 @@ const VStepperVertical = genericComponent()({
|
|
|
28398
28412
|
const vExpansionPanelsRef = ref();
|
|
28399
28413
|
const {
|
|
28400
28414
|
color,
|
|
28415
|
+
eager,
|
|
28401
28416
|
editable,
|
|
28402
28417
|
prevText,
|
|
28403
28418
|
nextText,
|
|
@@ -28416,6 +28431,7 @@ const VStepperVertical = genericComponent()({
|
|
|
28416
28431
|
provideDefaults({
|
|
28417
28432
|
VStepperVerticalItem: {
|
|
28418
28433
|
color,
|
|
28434
|
+
eager,
|
|
28419
28435
|
editable,
|
|
28420
28436
|
prevText,
|
|
28421
28437
|
nextText,
|
|
@@ -29628,8 +29644,6 @@ const makeVTreeviewProps = propsFactory({
|
|
|
29628
29644
|
...omit(makeVListProps({
|
|
29629
29645
|
collapseIcon: '$treeviewCollapse',
|
|
29630
29646
|
expandIcon: '$treeviewExpand',
|
|
29631
|
-
selectStrategy: 'classic',
|
|
29632
|
-
openStrategy: 'multiple',
|
|
29633
29647
|
slim: true
|
|
29634
29648
|
}), ['nav'])
|
|
29635
29649
|
}, 'VTreeview');
|
|
@@ -29647,17 +29661,16 @@ const VTreeview = genericComponent()({
|
|
|
29647
29661
|
let {
|
|
29648
29662
|
slots
|
|
29649
29663
|
} = _ref;
|
|
29650
|
-
const vm = getCurrentInstance('VTreeview');
|
|
29651
29664
|
const {
|
|
29652
29665
|
items
|
|
29653
29666
|
} = useListItems(props);
|
|
29654
29667
|
const activeColor = toRef(props, 'activeColor');
|
|
29655
29668
|
const baseColor = toRef(props, 'baseColor');
|
|
29656
29669
|
const color = toRef(props, 'color');
|
|
29657
|
-
const opened = useProxiedModel(props, 'opened');
|
|
29658
29670
|
const activated = useProxiedModel(props, 'activated');
|
|
29659
29671
|
const selected = useProxiedModel(props, 'selected');
|
|
29660
29672
|
const vListRef = ref();
|
|
29673
|
+
const opened = computed(() => props.openAll ? openAll(items.value) : props.opened);
|
|
29661
29674
|
const flatItems = computed(() => flatten(items.value));
|
|
29662
29675
|
const search = toRef(props, 'search');
|
|
29663
29676
|
const {
|
|
@@ -29691,11 +29704,6 @@ const VTreeview = genericComponent()({
|
|
|
29691
29704
|
}
|
|
29692
29705
|
return arr;
|
|
29693
29706
|
}
|
|
29694
|
-
watch(() => props.openAll, val => {
|
|
29695
|
-
opened.value = val ? openAll(items.value) : [];
|
|
29696
|
-
}, {
|
|
29697
|
-
immediate: true
|
|
29698
|
-
});
|
|
29699
29707
|
function openAll(item) {
|
|
29700
29708
|
let ids = [];
|
|
29701
29709
|
for (const i of item) {
|
|
@@ -29730,13 +29738,14 @@ const VTreeview = genericComponent()({
|
|
|
29730
29738
|
}
|
|
29731
29739
|
});
|
|
29732
29740
|
useRender(() => {
|
|
29733
|
-
const listProps = VList.filterProps(
|
|
29741
|
+
const listProps = VList.filterProps(props);
|
|
29734
29742
|
const treeviewChildrenProps = VTreeviewChildren.filterProps(props);
|
|
29735
29743
|
return createVNode(VList, mergeProps({
|
|
29736
29744
|
"ref": vListRef
|
|
29737
29745
|
}, listProps, {
|
|
29738
29746
|
"class": ['v-treeview', props.class],
|
|
29739
29747
|
"style": props.style,
|
|
29748
|
+
"opened": opened.value,
|
|
29740
29749
|
"activated": activated.value,
|
|
29741
29750
|
"onUpdate:activated": $event => activated.value = $event,
|
|
29742
29751
|
"selected": selected.value,
|
|
@@ -30248,7 +30257,7 @@ function createVuetify$1() {
|
|
|
30248
30257
|
goTo
|
|
30249
30258
|
};
|
|
30250
30259
|
}
|
|
30251
|
-
const version$1 = "3.6.
|
|
30260
|
+
const version$1 = "3.6.11";
|
|
30252
30261
|
createVuetify$1.version = version$1;
|
|
30253
30262
|
|
|
30254
30263
|
// Vue's inject() can only be used in setup
|
|
@@ -30501,7 +30510,7 @@ var index = /*#__PURE__*/Object.freeze({
|
|
|
30501
30510
|
|
|
30502
30511
|
/* eslint-disable local-rules/sort-imports */
|
|
30503
30512
|
|
|
30504
|
-
const version = "3.6.
|
|
30513
|
+
const version = "3.6.11";
|
|
30505
30514
|
|
|
30506
30515
|
/* eslint-disable local-rules/sort-imports */
|
|
30507
30516
|
|