vuetify 3.3.18 → 3.3.20
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 +25 -25
- package/dist/json/importMap.json +24 -24
- package/dist/json/web-types.json +63 -63
- package/dist/vuetify-labs.css +5689 -5679
- package/dist/vuetify-labs.d.ts +172 -172
- package/dist/vuetify-labs.esm.js +56 -64
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +56 -64
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +5721 -5715
- package/dist/vuetify.d.ts +170 -170
- package/dist/vuetify.esm.js +42 -51
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +42 -51
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +203 -203
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAutocomplete/index.d.mts +14 -14
- package/lib/components/VCheckbox/index.d.mts +8 -8
- package/lib/components/VCombobox/index.d.mts +14 -14
- package/lib/components/VFileInput/index.d.mts +20 -20
- package/lib/components/VInput/index.d.mts +8 -8
- package/lib/components/VList/VList.css +0 -3
- package/lib/components/VList/VList.sass +0 -4
- package/lib/components/VList/VListChildren.mjs +9 -11
- package/lib/components/VList/VListChildren.mjs.map +1 -1
- package/lib/components/VList/VListItem.css +9 -1
- package/lib/components/VList/VListItem.sass +12 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +8 -7
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
- package/lib/components/VRadioGroup/index.d.mts +8 -8
- package/lib/components/VRangeSlider/index.d.mts +8 -8
- package/lib/components/VSelect/index.d.mts +14 -14
- package/lib/components/VSlider/VSliderThumb.css +2 -0
- package/lib/components/VSlider/VSliderThumb.mjs +7 -6
- package/lib/components/VSlider/VSliderThumb.mjs.map +1 -1
- package/lib/components/VSlider/VSliderThumb.sass +2 -0
- package/lib/components/VSlider/VSliderTrack.mjs +5 -7
- package/lib/components/VSlider/VSliderTrack.mjs.map +1 -1
- package/lib/components/VSlider/index.d.mts +8 -8
- package/lib/components/VSlider/slider.mjs +4 -10
- package/lib/components/VSlider/slider.mjs.map +1 -1
- package/lib/components/VSwitch/index.d.mts +8 -8
- package/lib/components/VTextField/VTextField.mjs +1 -1
- package/lib/components/VTextField/VTextField.mjs.map +1 -1
- package/lib/components/VTextField/index.d.mts +26 -26
- package/lib/components/VTextarea/index.d.mts +20 -20
- package/lib/components/VTimeline/VTimeline.css +0 -1
- package/lib/components/VTimeline/VTimeline.sass +0 -1
- package/lib/components/VValidation/index.d.mts +8 -8
- package/lib/components/index.d.mts +164 -164
- package/lib/composables/forwardRefs.mjs +4 -4
- package/lib/composables/forwardRefs.mjs.map +1 -1
- package/lib/composables/validation.mjs +2 -2
- package/lib/composables/validation.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +6 -6
- package/lib/labs/VDataTable/VDataTableRows.mjs +2 -2
- package/lib/labs/VDataTable/VDataTableRows.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableVirtual.mjs +5 -5
- package/lib/labs/VDataTable/VDataTableVirtual.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/select.mjs +6 -6
- package/lib/labs/VDataTable/composables/select.mjs.map +1 -1
- package/lib/labs/VDateInput/index.d.mts +14 -14
- package/lib/labs/VSkeletonLoader/VSkeletonLoader.css +4 -0
- package/lib/labs/VSkeletonLoader/VSkeletonLoader.mjs +2 -1
- package/lib/labs/VSkeletonLoader/VSkeletonLoader.mjs.map +1 -1
- package/lib/labs/VSkeletonLoader/VSkeletonLoader.sass +4 -0
- package/lib/labs/VSkeletonLoader/index.d.mts +8 -8
- package/lib/labs/components.d.mts +8 -8
- package/lib/labs/date/date.mjs +1 -1
- package/lib/labs/date/date.mjs.map +1 -1
- package/package.json +2 -2
package/dist/vuetify-labs.esm.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Vuetify v3.3.
|
|
2
|
+
* Vuetify v3.3.20
|
|
3
3
|
* Forged by John Leider
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -6289,7 +6289,7 @@ function useValidation(props) {
|
|
|
6289
6289
|
const isDisabled = computed(() => !!(props.disabled ?? form?.isDisabled.value));
|
|
6290
6290
|
const isReadonly = computed(() => !!(props.readonly ?? form?.isReadonly.value));
|
|
6291
6291
|
const errorMessages = computed(() => {
|
|
6292
|
-
return props.errorMessages
|
|
6292
|
+
return props.errorMessages?.length ? wrapInArray(props.errorMessages).slice(0, Math.max(0, +props.maxErrors)) : internalErrorMessages.value;
|
|
6293
6293
|
});
|
|
6294
6294
|
const validateOn = computed(() => {
|
|
6295
6295
|
let value = (props.validateOn ?? form?.validateOn.value) || 'input';
|
|
@@ -6303,7 +6303,7 @@ function useValidation(props) {
|
|
|
6303
6303
|
};
|
|
6304
6304
|
});
|
|
6305
6305
|
const isValid = computed(() => {
|
|
6306
|
-
if (props.error || props.errorMessages
|
|
6306
|
+
if (props.error || props.errorMessages?.length) return false;
|
|
6307
6307
|
if (!props.rules.length) return true;
|
|
6308
6308
|
if (isPristine.value) {
|
|
6309
6309
|
return internalErrorMessages.value.length || validateOn.value.lazy ? null : true;
|
|
@@ -7942,25 +7942,23 @@ const VListChildren = genericComponent()({
|
|
|
7942
7942
|
let {
|
|
7943
7943
|
props: activatorProps
|
|
7944
7944
|
} = _ref3;
|
|
7945
|
+
const listItemProps = {
|
|
7946
|
+
...itemProps,
|
|
7947
|
+
...activatorProps,
|
|
7948
|
+
value: props.returnObject ? item : itemProps.value
|
|
7949
|
+
};
|
|
7945
7950
|
return slots.header ? slots.header({
|
|
7946
|
-
props:
|
|
7947
|
-
|
|
7948
|
-
...activatorProps
|
|
7949
|
-
}
|
|
7950
|
-
}) : createVNode(VListItem, mergeProps({
|
|
7951
|
-
"title": itemProps.title,
|
|
7952
|
-
"value": props.returnObject ? item : itemProps.value
|
|
7953
|
-
}, activatorProps), slotsWithItem);
|
|
7951
|
+
props: listItemProps
|
|
7952
|
+
}) : createVNode(VListItem, listItemProps, slotsWithItem);
|
|
7954
7953
|
},
|
|
7955
7954
|
default: () => createVNode(VListChildren, {
|
|
7956
7955
|
"items": children
|
|
7957
7956
|
}, slots)
|
|
7958
7957
|
}) : slots.item ? slots.item({
|
|
7959
7958
|
props: itemProps
|
|
7960
|
-
}) : createVNode(VListItem, {
|
|
7961
|
-
"title": itemProps.title,
|
|
7959
|
+
}) : createVNode(VListItem, mergeProps(itemProps, {
|
|
7962
7960
|
"value": props.returnObject ? item : itemProps.value
|
|
7963
|
-
}, slotsWithItem);
|
|
7961
|
+
}), slotsWithItem);
|
|
7964
7962
|
});
|
|
7965
7963
|
}
|
|
7966
7964
|
});
|
|
@@ -9801,7 +9799,7 @@ function forwardRefs(target) {
|
|
|
9801
9799
|
}
|
|
9802
9800
|
|
|
9803
9801
|
// Skip internal properties
|
|
9804
|
-
if (typeof key === 'symbol' || key.startsWith('__')) return;
|
|
9802
|
+
if (typeof key === 'symbol' || key.startsWith('$') || key.startsWith('__')) return;
|
|
9805
9803
|
for (const ref of refs) {
|
|
9806
9804
|
if (ref.value && Reflect.has(ref.value, key)) {
|
|
9807
9805
|
const val = Reflect.get(ref.value, key);
|
|
@@ -9815,7 +9813,7 @@ function forwardRefs(target) {
|
|
|
9815
9813
|
}
|
|
9816
9814
|
|
|
9817
9815
|
// Skip internal properties
|
|
9818
|
-
if (typeof key === 'symbol' || key.startsWith('__')) return false;
|
|
9816
|
+
if (typeof key === 'symbol' || key.startsWith('$') || key.startsWith('__')) return false;
|
|
9819
9817
|
for (const ref of refs) {
|
|
9820
9818
|
if (ref.value && Reflect.has(ref.value, key)) {
|
|
9821
9819
|
return true;
|
|
@@ -9829,7 +9827,7 @@ function forwardRefs(target) {
|
|
|
9829
9827
|
}
|
|
9830
9828
|
|
|
9831
9829
|
// Skip internal properties
|
|
9832
|
-
if (typeof key === 'symbol' || key.startsWith('__')) return false;
|
|
9830
|
+
if (typeof key === 'symbol' || key.startsWith('$') || key.startsWith('__')) return false;
|
|
9833
9831
|
for (const ref of refs) {
|
|
9834
9832
|
if (ref.value && Reflect.has(ref.value, key)) {
|
|
9835
9833
|
return Reflect.set(ref.value, key, value);
|
|
@@ -9842,7 +9840,7 @@ function forwardRefs(target) {
|
|
|
9842
9840
|
if (descriptor) return descriptor;
|
|
9843
9841
|
|
|
9844
9842
|
// Skip internal properties
|
|
9845
|
-
if (typeof key === 'symbol' || key.startsWith('__')) return;
|
|
9843
|
+
if (typeof key === 'symbol' || key.startsWith('$') || key.startsWith('__')) return;
|
|
9846
9844
|
|
|
9847
9845
|
// Check each ref's own properties
|
|
9848
9846
|
for (const ref of refs) {
|
|
@@ -10455,7 +10453,7 @@ const VTextField = genericComponent()({
|
|
|
10455
10453
|
}
|
|
10456
10454
|
}
|
|
10457
10455
|
useRender(() => {
|
|
10458
|
-
const hasCounter = !!(slots.counter || props.counter
|
|
10456
|
+
const hasCounter = !!(slots.counter || props.counter !== false && props.counter != null);
|
|
10459
10457
|
const hasDetails = !!(hasCounter || slots.details);
|
|
10460
10458
|
const [rootAttrs, inputAttrs] = filterInputAttrs(attrs);
|
|
10461
10459
|
const [{
|
|
@@ -13622,13 +13620,8 @@ const useSlider = _ref => {
|
|
|
13622
13620
|
isRtl
|
|
13623
13621
|
} = useRtl();
|
|
13624
13622
|
const isReversed = toRef(props, 'reverse');
|
|
13625
|
-
const
|
|
13626
|
-
|
|
13627
|
-
if (props.reverse) {
|
|
13628
|
-
hd = hd === 'rtl' ? 'ltr' : 'rtl';
|
|
13629
|
-
}
|
|
13630
|
-
return hd;
|
|
13631
|
-
});
|
|
13623
|
+
const vertical = computed(() => props.direction === 'vertical');
|
|
13624
|
+
const indexFromEnd = computed(() => vertical.value !== isReversed.value);
|
|
13632
13625
|
const {
|
|
13633
13626
|
min,
|
|
13634
13627
|
max,
|
|
@@ -13641,7 +13634,6 @@ const useSlider = _ref => {
|
|
|
13641
13634
|
const trackSize = computed(() => parseInt(props.trackSize, 10));
|
|
13642
13635
|
const numTicks = computed(() => (max.value - min.value) / step.value);
|
|
13643
13636
|
const disabled = toRef(props, 'disabled');
|
|
13644
|
-
const vertical = computed(() => props.direction === 'vertical');
|
|
13645
13637
|
const thumbColor = computed(() => props.error || props.disabled ? undefined : props.thumbColor ?? props.color);
|
|
13646
13638
|
const trackColor = computed(() => props.error || props.disabled ? undefined : props.trackColor ?? props.color);
|
|
13647
13639
|
const trackFillColor = computed(() => props.error || props.disabled ? undefined : props.trackFillColor ?? props.color);
|
|
@@ -13662,7 +13654,7 @@ const useSlider = _ref => {
|
|
|
13662
13654
|
|
|
13663
13655
|
// It is possible for left to be NaN, force to number
|
|
13664
13656
|
let clickPos = Math.min(Math.max((clickOffset - trackStart - startOffset.value) / trackLength, 0), 1) || 0;
|
|
13665
|
-
if (vertical
|
|
13657
|
+
if (vertical ? indexFromEnd.value : indexFromEnd.value !== isRtl.value) clickPos = 1 - clickPos;
|
|
13666
13658
|
return roundValue(min.value + clickPos * (max.value - min.value));
|
|
13667
13659
|
}
|
|
13668
13660
|
const handleStop = e => {
|
|
@@ -13766,8 +13758,8 @@ const useSlider = _ref => {
|
|
|
13766
13758
|
direction: toRef(props, 'direction'),
|
|
13767
13759
|
elevation: toRef(props, 'elevation'),
|
|
13768
13760
|
hasLabels,
|
|
13769
|
-
horizontalDirection,
|
|
13770
13761
|
isReversed,
|
|
13762
|
+
indexFromEnd,
|
|
13771
13763
|
min,
|
|
13772
13764
|
max,
|
|
13773
13765
|
mousePressed,
|
|
@@ -13840,23 +13832,24 @@ const VSliderThumb = genericComponent()({
|
|
|
13840
13832
|
} = _ref;
|
|
13841
13833
|
const slider = inject$1(VSliderSymbol);
|
|
13842
13834
|
const {
|
|
13835
|
+
isRtl,
|
|
13843
13836
|
rtlClasses
|
|
13844
13837
|
} = useRtl();
|
|
13845
13838
|
if (!slider) throw new Error('[Vuetify] v-slider-thumb must be used inside v-slider or v-range-slider');
|
|
13846
13839
|
const {
|
|
13847
13840
|
thumbColor,
|
|
13848
13841
|
step,
|
|
13849
|
-
vertical,
|
|
13850
13842
|
disabled,
|
|
13851
13843
|
thumbSize,
|
|
13852
13844
|
thumbLabel,
|
|
13853
13845
|
direction,
|
|
13846
|
+
isReversed,
|
|
13847
|
+
vertical,
|
|
13854
13848
|
readonly,
|
|
13855
13849
|
elevation,
|
|
13856
|
-
isReversed,
|
|
13857
|
-
horizontalDirection,
|
|
13858
13850
|
mousePressed,
|
|
13859
|
-
decimals
|
|
13851
|
+
decimals,
|
|
13852
|
+
indexFromEnd
|
|
13860
13853
|
} = slider;
|
|
13861
13854
|
const {
|
|
13862
13855
|
textColorClasses,
|
|
@@ -13882,7 +13875,7 @@ const VSliderThumb = genericComponent()({
|
|
|
13882
13875
|
const _step = step.value || 0.1;
|
|
13883
13876
|
const steps = (props.max - props.min) / _step;
|
|
13884
13877
|
if ([left, right, down, up].includes(e.key)) {
|
|
13885
|
-
const increase =
|
|
13878
|
+
const increase = vertical.value ? [isRtl.value ? left : right, isReversed.value ? down : up] : indexFromEnd.value !== isRtl.value ? [left, up] : [right, up];
|
|
13886
13879
|
const direction = increase.includes(e.key) ? 1 : -1;
|
|
13887
13880
|
const multiplier = e.shiftKey ? 2 : e.ctrlKey ? 1 : 0;
|
|
13888
13881
|
value = value + direction * _step * multipliers.value[multiplier];
|
|
@@ -13901,7 +13894,7 @@ const VSliderThumb = genericComponent()({
|
|
|
13901
13894
|
newValue != null && emit('update:modelValue', newValue);
|
|
13902
13895
|
}
|
|
13903
13896
|
useRender(() => {
|
|
13904
|
-
const positionPercentage = convertToUnit(
|
|
13897
|
+
const positionPercentage = convertToUnit(indexFromEnd.value ? 100 - props.position : props.position, '%');
|
|
13905
13898
|
const {
|
|
13906
13899
|
elevationClasses
|
|
13907
13900
|
} = useElevation(computed(() => !disabled.value ? elevation.value : undefined));
|
|
@@ -13974,7 +13967,6 @@ const VSliderTrack = genericComponent()({
|
|
|
13974
13967
|
if (!slider) throw new Error('[Vuetify] v-slider-track must be inside v-slider or v-range-slider');
|
|
13975
13968
|
const {
|
|
13976
13969
|
color,
|
|
13977
|
-
horizontalDirection,
|
|
13978
13970
|
parsedTicks,
|
|
13979
13971
|
rounded,
|
|
13980
13972
|
showTicks,
|
|
@@ -13984,7 +13976,8 @@ const VSliderTrack = genericComponent()({
|
|
|
13984
13976
|
trackSize,
|
|
13985
13977
|
vertical,
|
|
13986
13978
|
min,
|
|
13987
|
-
max
|
|
13979
|
+
max,
|
|
13980
|
+
indexFromEnd
|
|
13988
13981
|
} = slider;
|
|
13989
13982
|
const {
|
|
13990
13983
|
roundedClasses
|
|
@@ -13997,7 +13990,7 @@ const VSliderTrack = genericComponent()({
|
|
|
13997
13990
|
backgroundColorClasses: trackColorClasses,
|
|
13998
13991
|
backgroundColorStyles: trackColorStyles
|
|
13999
13992
|
} = useBackgroundColor(trackColor);
|
|
14000
|
-
const startDir = computed(() => `inset-${vertical.value ? 'block
|
|
13993
|
+
const startDir = computed(() => `inset-${vertical.value ? 'block' : 'inline'}-${indexFromEnd.value ? 'end' : 'start'}`);
|
|
14001
13994
|
const endDir = computed(() => vertical.value ? 'height' : 'width');
|
|
14002
13995
|
const backgroundStyles = computed(() => {
|
|
14003
13996
|
return {
|
|
@@ -14016,7 +14009,6 @@ const VSliderTrack = genericComponent()({
|
|
|
14016
14009
|
if (!showTicks.value) return [];
|
|
14017
14010
|
const ticks = vertical.value ? parsedTicks.value.slice().reverse() : parsedTicks.value;
|
|
14018
14011
|
return ticks.map((tick, index) => {
|
|
14019
|
-
const directionProperty = vertical.value ? 'bottom' : 'margin-inline-start';
|
|
14020
14012
|
const directionValue = tick.value !== min.value && tick.value !== max.value ? convertToUnit(tick.position, '%') : undefined;
|
|
14021
14013
|
return createVNode("div", {
|
|
14022
14014
|
"key": tick.value,
|
|
@@ -14026,7 +14018,7 @@ const VSliderTrack = genericComponent()({
|
|
|
14026
14018
|
'v-slider-track__tick--last': tick.value === max.value
|
|
14027
14019
|
}],
|
|
14028
14020
|
"style": {
|
|
14029
|
-
[
|
|
14021
|
+
[startDir.value]: directionValue
|
|
14030
14022
|
}
|
|
14031
14023
|
}, [(tick.label || slots['tick-label']) && createVNode("div", {
|
|
14032
14024
|
"class": "v-slider-track__tick-label"
|
|
@@ -14041,8 +14033,7 @@ const VSliderTrack = genericComponent()({
|
|
|
14041
14033
|
"class": ['v-slider-track', roundedClasses.value, props.class],
|
|
14042
14034
|
"style": [{
|
|
14043
14035
|
'--v-slider-track-size': convertToUnit(trackSize.value),
|
|
14044
|
-
'--v-slider-tick-size': convertToUnit(tickSize.value)
|
|
14045
|
-
direction: !vertical.value ? horizontalDirection.value : undefined
|
|
14036
|
+
'--v-slider-tick-size': convertToUnit(tickSize.value)
|
|
14046
14037
|
}, props.style]
|
|
14047
14038
|
}, [createVNode("div", {
|
|
14048
14039
|
"class": ['v-slider-track__background', trackColorClasses.value, {
|
|
@@ -16963,15 +16954,15 @@ const VNavigationDrawer = genericComponent()({
|
|
|
16963
16954
|
});
|
|
16964
16955
|
const isTemporary = computed(() => !props.permanent && (mobile.value || props.temporary));
|
|
16965
16956
|
const isSticky = computed(() => props.sticky && !isTemporary.value && location.value !== 'bottom');
|
|
16966
|
-
|
|
16957
|
+
useToggleScope(() => props.expandOnHover && props.rail != null, () => {
|
|
16967
16958
|
watch(isHovering, val => emit('update:rail', !val));
|
|
16968
|
-
}
|
|
16969
|
-
|
|
16959
|
+
});
|
|
16960
|
+
useToggleScope(() => !props.disableResizeWatcher, () => {
|
|
16970
16961
|
watch(isTemporary, val => !props.permanent && nextTick(() => isActive.value = !val));
|
|
16971
|
-
}
|
|
16972
|
-
|
|
16962
|
+
});
|
|
16963
|
+
useToggleScope(() => !props.disableRouteWatcher && !!router, () => {
|
|
16973
16964
|
watch(router.currentRoute, () => isTemporary.value && (isActive.value = false));
|
|
16974
|
-
}
|
|
16965
|
+
});
|
|
16975
16966
|
watch(() => props.permanent, val => {
|
|
16976
16967
|
if (val) isActive.value = true;
|
|
16977
16968
|
});
|
|
@@ -20012,7 +20003,7 @@ const singleSelectStrategy = {
|
|
|
20012
20003
|
items,
|
|
20013
20004
|
value
|
|
20014
20005
|
} = _ref;
|
|
20015
|
-
return new Set(value ? [
|
|
20006
|
+
return new Set(value ? [items[0]?.value] : []);
|
|
20016
20007
|
},
|
|
20017
20008
|
selectAll: _ref2 => {
|
|
20018
20009
|
let {
|
|
@@ -20036,7 +20027,7 @@ const pageSelectStrategy = {
|
|
|
20036
20027
|
selected
|
|
20037
20028
|
} = _ref4;
|
|
20038
20029
|
for (const item of items) {
|
|
20039
|
-
if (value) selected.add(
|
|
20030
|
+
if (value) selected.add(item.value);else selected.delete(item.value);
|
|
20040
20031
|
}
|
|
20041
20032
|
return selected;
|
|
20042
20033
|
},
|
|
@@ -20068,7 +20059,7 @@ const allSelectStrategy = {
|
|
|
20068
20059
|
selected
|
|
20069
20060
|
} = _ref7;
|
|
20070
20061
|
for (const item of items) {
|
|
20071
|
-
if (value) selected.add(
|
|
20062
|
+
if (value) selected.add(item.value);else selected.delete(item.value);
|
|
20072
20063
|
}
|
|
20073
20064
|
return selected;
|
|
20074
20065
|
},
|
|
@@ -20128,10 +20119,10 @@ function provideSelection(props, _ref9) {
|
|
|
20128
20119
|
}
|
|
20129
20120
|
});
|
|
20130
20121
|
function isSelected(items) {
|
|
20131
|
-
return wrapInArray(items).every(item => selected.value.has(
|
|
20122
|
+
return wrapInArray(items).every(item => selected.value.has(item.value));
|
|
20132
20123
|
}
|
|
20133
20124
|
function isSomeSelected(items) {
|
|
20134
|
-
return wrapInArray(items).some(item => selected.value.has(
|
|
20125
|
+
return wrapInArray(items).some(item => selected.value.has(item.value));
|
|
20135
20126
|
}
|
|
20136
20127
|
function select(items, value) {
|
|
20137
20128
|
const newSelected = selectStrategy.value.select({
|
|
@@ -21125,13 +21116,13 @@ const VDataTableRows = genericComponent()({
|
|
|
21125
21116
|
t
|
|
21126
21117
|
} = useLocale();
|
|
21127
21118
|
useRender(() => {
|
|
21128
|
-
if (props.loading
|
|
21119
|
+
if (props.loading) {
|
|
21129
21120
|
return createVNode("tr", {
|
|
21130
21121
|
"class": "v-data-table-rows-loading",
|
|
21131
21122
|
"key": "loading"
|
|
21132
21123
|
}, [createVNode("td", {
|
|
21133
21124
|
"colspan": columns.value.length
|
|
21134
|
-
}, [slots.loading()])]);
|
|
21125
|
+
}, [slots.loading?.() ?? t(props.loadingText)])]);
|
|
21135
21126
|
}
|
|
21136
21127
|
if (!props.loading && !props.items.length && !props.hideNoData) {
|
|
21137
21128
|
return createVNode("tr", {
|
|
@@ -21585,7 +21576,7 @@ const VDataTableVirtual = genericComponent()({
|
|
|
21585
21576
|
}, [createVNode("td", {
|
|
21586
21577
|
"colspan": columns.value.length,
|
|
21587
21578
|
"style": {
|
|
21588
|
-
height:
|
|
21579
|
+
height: 0,
|
|
21589
21580
|
border: 0
|
|
21590
21581
|
}
|
|
21591
21582
|
}, null)]), createVNode(VDataTableRows, mergeProps(dataTableRowsProps, {
|
|
@@ -21593,9 +21584,9 @@ const VDataTableVirtual = genericComponent()({
|
|
|
21593
21584
|
}), {
|
|
21594
21585
|
...slots,
|
|
21595
21586
|
item: itemSlotProps => createVNode(VVirtualScrollItem, {
|
|
21596
|
-
"key": itemSlotProps.
|
|
21587
|
+
"key": itemSlotProps.internalItem.index,
|
|
21597
21588
|
"renderless": true,
|
|
21598
|
-
"onUpdate:height": height => handleItemResize(itemSlotProps.
|
|
21589
|
+
"onUpdate:height": height => handleItemResize(itemSlotProps.internalItem.index, height)
|
|
21599
21590
|
}, {
|
|
21600
21591
|
default: _ref2 => {
|
|
21601
21592
|
let {
|
|
@@ -21606,7 +21597,7 @@ const VDataTableVirtual = genericComponent()({
|
|
|
21606
21597
|
itemRef
|
|
21607
21598
|
}) ?? createVNode(VDataTableRow, mergeProps(itemSlotProps.props, {
|
|
21608
21599
|
"ref": itemRef,
|
|
21609
|
-
"key": itemSlotProps.
|
|
21600
|
+
"key": itemSlotProps.internalItem.index
|
|
21610
21601
|
}), slots);
|
|
21611
21602
|
}
|
|
21612
21603
|
})
|
|
@@ -21618,7 +21609,7 @@ const VDataTableVirtual = genericComponent()({
|
|
|
21618
21609
|
}, [createVNode("td", {
|
|
21619
21610
|
"colspan": columns.value.length,
|
|
21620
21611
|
"style": {
|
|
21621
|
-
height:
|
|
21612
|
+
height: 0,
|
|
21622
21613
|
border: 0
|
|
21623
21614
|
}
|
|
21624
21615
|
}, null)])])])]),
|
|
@@ -22343,7 +22334,7 @@ function createDate(options) {
|
|
|
22343
22334
|
lv: 'lv-LV',
|
|
22344
22335
|
lt: 'lt-LT',
|
|
22345
22336
|
nl: 'nl-NL',
|
|
22346
|
-
no: '
|
|
22337
|
+
no: 'no-NO',
|
|
22347
22338
|
pl: 'pl-PL',
|
|
22348
22339
|
pt: 'pt-PT',
|
|
22349
22340
|
ro: 'ro-RO',
|
|
@@ -23760,6 +23751,7 @@ const rootTypes = {
|
|
|
23760
23751
|
'list-item-avatar-two-line': 'avatar, sentences',
|
|
23761
23752
|
'list-item-three-line': 'paragraph',
|
|
23762
23753
|
'list-item-avatar-three-line': 'avatar, paragraph',
|
|
23754
|
+
ossein: 'ossein',
|
|
23763
23755
|
paragraph: 'text@3',
|
|
23764
23756
|
sentences: 'text@2',
|
|
23765
23757
|
subtitle: 'text',
|
|
@@ -23824,7 +23816,7 @@ const makeVSkeletonLoaderProps = propsFactory({
|
|
|
23824
23816
|
},
|
|
23825
23817
|
type: {
|
|
23826
23818
|
type: [String, Array],
|
|
23827
|
-
default: '
|
|
23819
|
+
default: 'ossein'
|
|
23828
23820
|
},
|
|
23829
23821
|
...makeDimensionProps(),
|
|
23830
23822
|
...makeElevationProps(),
|
|
@@ -24616,7 +24608,7 @@ function createVuetify$1() {
|
|
|
24616
24608
|
date
|
|
24617
24609
|
};
|
|
24618
24610
|
}
|
|
24619
|
-
const version$1 = "3.3.
|
|
24611
|
+
const version$1 = "3.3.20";
|
|
24620
24612
|
createVuetify$1.version = version$1;
|
|
24621
24613
|
|
|
24622
24614
|
// Vue's inject() can only be used in setup
|
|
@@ -24630,7 +24622,7 @@ function inject(key) {
|
|
|
24630
24622
|
|
|
24631
24623
|
/* eslint-disable local-rules/sort-imports */
|
|
24632
24624
|
|
|
24633
|
-
const version = "3.3.
|
|
24625
|
+
const version = "3.3.20";
|
|
24634
24626
|
|
|
24635
24627
|
/* eslint-disable local-rules/sort-imports */
|
|
24636
24628
|
|