vuetify 3.6.13 → 3.6.14
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 +5 -5
- package/dist/json/importMap-labs.json +16 -16
- package/dist/json/importMap.json +138 -138
- package/dist/json/web-types.json +14 -13
- package/dist/vuetify-labs.css +3711 -2990
- package/dist/vuetify-labs.d.ts +12315 -12306
- package/dist/vuetify-labs.esm.js +94 -65
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +94 -65
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +1486 -765
- package/dist/vuetify.d.ts +11148 -11148
- package/dist/vuetify.esm.js +35 -30
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +35 -30
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +998 -998
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/VAlert.css +5 -1
- package/lib/components/VAlert/index.d.mts +55 -55
- package/lib/components/VAppBar/index.d.mts +169 -169
- package/lib/components/VAutocomplete/VAutocomplete.css +4 -0
- package/lib/components/VAutocomplete/index.d.mts +621 -621
- package/lib/components/VAvatar/VAvatar.css +3 -1
- package/lib/components/VAvatar/VAvatar.mjs +1 -1
- package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
- package/lib/components/VAvatar/index.d.mts +30 -30
- package/lib/components/VBadge/VBadge.css +2 -0
- package/lib/components/VBadge/index.d.mts +58 -58
- package/lib/components/VBanner/VBanner.css +12 -4
- package/lib/components/VBanner/index.d.mts +59 -59
- package/lib/components/VBottomNavigation/VBottomNavigation.css +11 -3
- package/lib/components/VBottomNavigation/index.d.mts +58 -58
- package/lib/components/VBottomSheet/VBottomSheet.css +2 -0
- package/lib/components/VBottomSheet/index.d.mts +125 -125
- package/lib/components/VBreadcrumbs/index.d.mts +34 -34
- package/lib/components/VBtn/VBtn.css +16 -9
- package/lib/components/VBtn/VBtn.mjs +1 -1
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VBtn/VBtn.sass +4 -4
- package/lib/components/VBtn/index.d.mts +107 -107
- package/lib/components/VBtnGroup/VBtnGroup.css +12 -4
- package/lib/components/VBtnGroup/index.d.mts +23 -23
- package/lib/components/VBtnToggle/index.d.mts +40 -40
- package/lib/components/VCard/VCard.css +9 -1
- package/lib/components/VCard/index.d.mts +93 -93
- package/lib/components/VCarousel/VCarousel.css +2 -0
- package/lib/components/VCarousel/index.d.mts +121 -121
- package/lib/components/VCheckbox/index.d.mts +166 -166
- package/lib/components/VChip/VChip.css +15 -9
- package/lib/components/VChip/VChip.sass +1 -1
- package/lib/components/VChip/index.d.mts +86 -86
- package/lib/components/VChipGroup/index.d.mts +46 -46
- package/lib/components/VColorPicker/VColorPicker.css +2 -0
- package/lib/components/VColorPicker/VColorPicker.sass +4 -4
- package/lib/components/VColorPicker/VColorPickerPreview.sass +4 -4
- package/lib/components/VColorPicker/index.d.mts +96 -96
- package/lib/components/VCombobox/VCombobox.css +4 -0
- package/lib/components/VCombobox/index.d.mts +621 -621
- package/lib/components/VConfirmEdit/index.d.mts +2 -2
- package/lib/components/VCounter/index.d.mts +27 -27
- package/lib/components/VDataIterator/index.d.mts +50 -50
- package/lib/components/VDataTable/index.d.mts +253 -253
- package/lib/components/VDatePicker/index.d.mts +134 -134
- package/lib/components/VDialog/VDialog.css +5 -0
- package/lib/components/VDialog/index.d.mts +378 -378
- package/lib/components/VDivider/VDivider.css +2 -0
- package/lib/components/VDivider/index.d.mts +15 -15
- package/lib/components/VEmptyState/index.d.mts +47 -47
- package/lib/components/VExpansionPanel/VExpansionPanel.css +11 -5
- package/lib/components/VExpansionPanel/VExpansionPanel.sass +3 -3
- package/lib/components/VExpansionPanel/index.d.mts +124 -124
- package/lib/components/VFab/index.d.mts +227 -227
- package/lib/components/VField/VField.css +13 -1
- package/lib/components/VField/VField.sass +5 -8
- package/lib/components/VField/index.d.mts +46 -46
- package/lib/components/VFileInput/index.d.mts +243 -243
- package/lib/components/VFooter/VFooter.css +12 -4
- package/lib/components/VFooter/VFooter.mjs +20 -14
- package/lib/components/VFooter/VFooter.mjs.map +1 -1
- package/lib/components/VFooter/index.d.mts +53 -53
- package/lib/components/VForm/index.d.mts +9 -9
- package/lib/components/VGrid/VGrid.sass +1 -1
- package/lib/components/VGrid/_mixins.sass +4 -4
- package/lib/components/VGrid/index.d.mts +142 -142
- package/lib/components/VIcon/index.d.mts +24 -24
- package/lib/components/VImg/VImg.css +6 -0
- package/lib/components/VImg/index.d.mts +92 -92
- package/lib/components/VInfiniteScroll/index.d.mts +22 -22
- package/lib/components/VInput/index.d.mts +53 -53
- package/lib/components/VItemGroup/index.d.mts +17 -17
- package/lib/components/VKbd/VKbd.css +2 -0
- package/lib/components/VLabel/index.d.mts +8 -8
- package/lib/components/VLayout/index.d.mts +36 -36
- package/lib/components/VLazy/index.d.mts +31 -31
- package/lib/components/VList/VList.css +12 -4
- package/lib/components/VList/VListItem.css +21 -11
- package/lib/components/VList/VListItem.sass +1 -1
- package/lib/components/VList/index.d.mts +176 -176
- package/lib/components/VLocaleProvider/index.d.mts +7 -7
- package/lib/components/VMain/VMain.css +2 -0
- package/lib/components/VMain/index.d.mts +10 -10
- package/lib/components/VMenu/VMenu.css +6 -0
- package/lib/components/VMenu/VMenu.mjs +1 -1
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VMenu/index.d.mts +420 -420
- package/lib/components/VMessages/index.d.mts +20 -20
- package/lib/components/VNavigationDrawer/VNavigationDrawer.css +9 -3
- package/lib/components/VNavigationDrawer/index.d.mts +72 -72
- package/lib/components/VNavigationDrawer/sticky.mjs.map +1 -1
- package/lib/components/VOtpInput/VOtpInput.css +3 -1
- package/lib/components/VOtpInput/VOtpInput.sass +1 -2
- package/lib/components/VOtpInput/index.d.mts +88 -88
- package/lib/components/VOverflowBtn/VOverflowBtn.sass +1 -1
- package/lib/components/VOverlay/index.d.mts +104 -104
- package/lib/components/VPagination/index.d.mts +55 -55
- package/lib/components/VParallax/index.d.mts +7 -7
- package/lib/components/VProgressCircular/index.d.mts +24 -24
- package/lib/components/VProgressLinear/index.d.mts +52 -52
- package/lib/components/VRadio/index.d.mts +41 -41
- package/lib/components/VRadioGroup/index.d.mts +97 -97
- package/lib/components/VRangeSlider/index.d.mts +94 -94
- package/lib/components/VRating/index.d.mts +22 -22
- package/lib/components/VResponsive/index.d.mts +23 -23
- package/lib/components/VSelect/VSelect.css +4 -0
- package/lib/components/VSelect/index.d.mts +621 -621
- package/lib/components/VSelectionControl/VSelectionControl.css +6 -4
- package/lib/components/VSelectionControl/VSelectionControl.sass +1 -1
- package/lib/components/VSelectionControl/index.d.mts +43 -43
- package/lib/components/VSelectionControlGroup/index.d.mts +39 -39
- package/lib/components/VSheet/VSheet.css +12 -4
- package/lib/components/VSheet/index.d.mts +34 -34
- package/lib/components/VSkeletonLoader/VSkeletonLoader.css +6 -4
- package/lib/components/VSkeletonLoader/VSkeletonLoader.mjs +9 -8
- package/lib/components/VSkeletonLoader/VSkeletonLoader.mjs.map +1 -1
- package/lib/components/VSkeletonLoader/VSkeletonLoader.sass +1 -2
- package/lib/components/VSkeletonLoader/index.d.mts +17 -17
- package/lib/components/VSlideGroup/index.d.mts +33 -33
- package/lib/components/VSlider/VSliderThumb.sass +2 -2
- package/lib/components/VSlider/index.d.mts +87 -87
- package/lib/components/VSnackbar/VSnackbar.css +2 -0
- package/lib/components/VSnackbar/VSnackbar.mjs +4 -4
- package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
- package/lib/components/VSnackbar/index.d.mts +436 -436
- package/lib/components/VSparkline/index.d.mts +38 -38
- package/lib/components/VSpeedDial/index.d.mts +185 -185
- package/lib/components/VStepper/VStepper.css +8 -2
- package/lib/components/VStepper/VStepper.sass +2 -4
- package/lib/components/VStepper/VStepperItem.css +4 -1
- package/lib/components/VStepper/VStepperItem.sass +1 -1
- package/lib/components/VStepper/index.d.mts +119 -119
- package/lib/components/VSwitch/VSwitch.css +2 -0
- package/lib/components/VSwitch/VSwitch.sass +10 -10
- package/lib/components/VSwitch/index.d.mts +100 -100
- package/lib/components/VSystemBar/VSystemBar.css +14 -8
- package/lib/components/VSystemBar/index.d.mts +39 -39
- package/lib/components/VTable/VTable.css +8 -4
- package/lib/components/VTable/VTable.sass +2 -3
- package/lib/components/VTable/index.d.mts +4 -4
- package/lib/components/VTabs/index.d.mts +512 -512
- package/lib/components/VTextField/index.d.mts +397 -397
- package/lib/components/VTextarea/index.d.mts +274 -274
- package/lib/components/VTimeline/VTimeline.css +2 -0
- package/lib/components/VTimeline/index.d.mts +26 -26
- package/lib/components/VToolbar/VToolbar.css +21 -7
- package/lib/components/VToolbar/VToolbar.sass +1 -2
- package/lib/components/VToolbar/index.d.mts +53 -53
- package/lib/components/VTooltip/index.d.mts +451 -451
- package/lib/components/VTreeview/VTreeview.sass +9 -9
- package/lib/components/VValidation/index.d.mts +19 -19
- package/lib/components/VVirtualScroll/index.d.mts +10 -10
- package/lib/components/VWindow/index.d.mts +31 -31
- package/lib/components/index.d.mts +11170 -11170
- package/lib/components/transitions/index.d.mts +200 -200
- package/lib/composables/nested/nested.mjs +0 -1
- package/lib/composables/nested/nested.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +46 -46
- package/lib/labs/VCalendar/index.d.mts +52 -52
- package/lib/labs/VDateInput/index.d.mts +244 -244
- package/lib/labs/VNumberInput/VNumberInput.mjs +60 -36
- package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
- package/lib/labs/VNumberInput/index.d.mts +252 -243
- package/lib/labs/VPicker/VPicker.css +6 -2
- package/lib/labs/VPicker/VPicker.sass +2 -3
- package/lib/labs/VPicker/index.d.mts +45 -45
- package/lib/labs/VSnackbarQueue/index.d.mts +642 -642
- package/lib/labs/VStepperVertical/index.d.mts +188 -188
- package/lib/labs/VTimePicker/VTimePickerClock.mjs +0 -1
- package/lib/labs/VTimePicker/VTimePickerClock.mjs.map +1 -1
- package/lib/labs/VTimePicker/index.d.mts +115 -115
- package/lib/labs/VTreeview/index.d.mts +197 -197
- package/lib/labs/components.d.mts +1738 -1729
- package/lib/styles/generic/_colors.scss +9 -3
- package/lib/styles/main.css +520 -0
- package/lib/styles/tools/_absolute.sass +8 -7
- package/lib/styles/tools/_border.sass +4 -3
- package/lib/styles/tools/_display.sass +8 -7
- package/lib/styles/tools/_elevation.sass +4 -2
- package/lib/styles/tools/_index.sass +0 -1
- package/lib/styles/tools/_radius.sass +6 -5
- package/lib/styles/tools/_rounded.sass +2 -1
- package/lib/styles/tools/_theme.sass +3 -2
- package/lib/styles/tools/_typography.sass +6 -5
- package/lib/styles/tools/_utilities.sass +5 -5
- package/lib/styles/utilities/_index.sass +7 -7
- package/package.json +10 -5
- package/lib/styles/tools/_sheet.sass +0 -14
|
@@ -72,6 +72,12 @@
|
|
|
72
72
|
height: 100%;
|
|
73
73
|
opacity: 0;
|
|
74
74
|
}
|
|
75
|
+
.v-selection-control__input::before {
|
|
76
|
+
border-radius: 100%;
|
|
77
|
+
background-color: currentColor;
|
|
78
|
+
opacity: 0;
|
|
79
|
+
pointer-events: none;
|
|
80
|
+
}
|
|
75
81
|
.v-selection-control__input::before {
|
|
76
82
|
content: "";
|
|
77
83
|
position: absolute;
|
|
@@ -79,10 +85,6 @@
|
|
|
79
85
|
left: 0;
|
|
80
86
|
width: 100%;
|
|
81
87
|
height: 100%;
|
|
82
|
-
border-radius: 100%;
|
|
83
|
-
background-color: currentColor;
|
|
84
|
-
opacity: 0;
|
|
85
|
-
pointer-events: none;
|
|
86
88
|
}
|
|
87
89
|
.v-selection-control__input:hover::before {
|
|
88
90
|
opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
|
|
@@ -74,11 +74,11 @@
|
|
|
74
74
|
opacity: 0
|
|
75
75
|
|
|
76
76
|
&::before
|
|
77
|
-
@include tools.absolute(true)
|
|
78
77
|
border-radius: 100%
|
|
79
78
|
background-color: currentColor
|
|
80
79
|
opacity: 0
|
|
81
80
|
pointer-events: none
|
|
81
|
+
@include tools.absolute(true)
|
|
82
82
|
|
|
83
83
|
&:hover::before
|
|
84
84
|
opacity: calc(#{map.get(settings.$states, 'hover')} * var(--v-theme-overlay-multiplier))
|
|
@@ -64,26 +64,26 @@ type VSelectionControlSlots = {
|
|
|
64
64
|
};
|
|
65
65
|
declare const VSelectionControl: {
|
|
66
66
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
|
67
|
-
|
|
67
|
+
inline: boolean;
|
|
68
68
|
error: boolean;
|
|
69
|
+
style: vue.StyleValue;
|
|
69
70
|
disabled: boolean | null;
|
|
70
|
-
readonly: boolean | null;
|
|
71
|
-
inline: boolean;
|
|
72
71
|
multiple: boolean | null;
|
|
72
|
+
readonly: boolean | null;
|
|
73
73
|
density: Density;
|
|
74
74
|
ripple: boolean | {
|
|
75
75
|
class: string;
|
|
76
76
|
} | undefined;
|
|
77
77
|
valueComparator: typeof deepEqual;
|
|
78
78
|
} & {
|
|
79
|
-
class?: any;
|
|
80
|
-
id?: string | undefined;
|
|
81
|
-
label?: string | undefined;
|
|
82
79
|
type?: string | undefined;
|
|
80
|
+
id?: string | undefined;
|
|
81
|
+
name?: string | undefined;
|
|
82
|
+
color?: string | undefined;
|
|
83
83
|
value?: any;
|
|
84
|
+
label?: string | undefined;
|
|
85
|
+
class?: any;
|
|
84
86
|
theme?: string | undefined;
|
|
85
|
-
color?: string | undefined;
|
|
86
|
-
name?: string | undefined;
|
|
87
87
|
baseColor?: string | undefined;
|
|
88
88
|
defaultsTarget?: string | undefined;
|
|
89
89
|
falseIcon?: IconValue | undefined;
|
|
@@ -95,27 +95,27 @@ declare const VSelectionControl: {
|
|
|
95
95
|
input: Ref<HTMLInputElement | undefined>;
|
|
96
96
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
97
97
|
'update:modelValue': (value: any) => boolean;
|
|
98
|
-
}, "v-slot:default" | "
|
|
99
|
-
|
|
98
|
+
}, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "update:modelValue" | "v-slot:input" | "v-slot:label">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
99
|
+
inline: boolean;
|
|
100
100
|
error: boolean;
|
|
101
|
+
style: vue.StyleValue;
|
|
101
102
|
disabled: boolean | null;
|
|
102
|
-
readonly: boolean | null;
|
|
103
|
-
inline: boolean;
|
|
104
103
|
multiple: boolean | null;
|
|
104
|
+
readonly: boolean | null;
|
|
105
105
|
density: Density;
|
|
106
106
|
ripple: boolean | {
|
|
107
107
|
class: string;
|
|
108
108
|
} | undefined;
|
|
109
109
|
valueComparator: typeof deepEqual;
|
|
110
110
|
} & {
|
|
111
|
-
class?: any;
|
|
112
|
-
id?: string | undefined;
|
|
113
|
-
label?: string | undefined;
|
|
114
111
|
type?: string | undefined;
|
|
112
|
+
id?: string | undefined;
|
|
113
|
+
name?: string | undefined;
|
|
114
|
+
color?: string | undefined;
|
|
115
115
|
value?: any;
|
|
116
|
+
label?: string | undefined;
|
|
117
|
+
class?: any;
|
|
116
118
|
theme?: string | undefined;
|
|
117
|
-
color?: string | undefined;
|
|
118
|
-
name?: string | undefined;
|
|
119
119
|
baseColor?: string | undefined;
|
|
120
120
|
defaultsTarget?: string | undefined;
|
|
121
121
|
falseIcon?: IconValue | undefined;
|
|
@@ -123,12 +123,12 @@ declare const VSelectionControl: {
|
|
|
123
123
|
trueValue?: any;
|
|
124
124
|
falseValue?: any;
|
|
125
125
|
} & {}, {
|
|
126
|
-
|
|
126
|
+
inline: boolean;
|
|
127
127
|
error: boolean;
|
|
128
|
+
style: vue.StyleValue;
|
|
128
129
|
disabled: boolean | null;
|
|
129
|
-
readonly: boolean | null;
|
|
130
|
-
inline: boolean;
|
|
131
130
|
multiple: boolean | null;
|
|
131
|
+
readonly: boolean | null;
|
|
132
132
|
density: Density;
|
|
133
133
|
ripple: boolean | {
|
|
134
134
|
class: string;
|
|
@@ -158,26 +158,26 @@ declare const VSelectionControl: {
|
|
|
158
158
|
M: {};
|
|
159
159
|
Defaults: {};
|
|
160
160
|
}, {
|
|
161
|
-
|
|
161
|
+
inline: boolean;
|
|
162
162
|
error: boolean;
|
|
163
|
+
style: vue.StyleValue;
|
|
163
164
|
disabled: boolean | null;
|
|
164
|
-
readonly: boolean | null;
|
|
165
|
-
inline: boolean;
|
|
166
165
|
multiple: boolean | null;
|
|
166
|
+
readonly: boolean | null;
|
|
167
167
|
density: Density;
|
|
168
168
|
ripple: boolean | {
|
|
169
169
|
class: string;
|
|
170
170
|
} | undefined;
|
|
171
171
|
valueComparator: typeof deepEqual;
|
|
172
172
|
} & {
|
|
173
|
-
class?: any;
|
|
174
|
-
id?: string | undefined;
|
|
175
|
-
label?: string | undefined;
|
|
176
173
|
type?: string | undefined;
|
|
174
|
+
id?: string | undefined;
|
|
175
|
+
name?: string | undefined;
|
|
176
|
+
color?: string | undefined;
|
|
177
177
|
value?: any;
|
|
178
|
+
label?: string | undefined;
|
|
179
|
+
class?: any;
|
|
178
180
|
theme?: string | undefined;
|
|
179
|
-
color?: string | undefined;
|
|
180
|
-
name?: string | undefined;
|
|
181
181
|
baseColor?: string | undefined;
|
|
182
182
|
defaultsTarget?: string | undefined;
|
|
183
183
|
falseIcon?: IconValue | undefined;
|
|
@@ -188,12 +188,12 @@ declare const VSelectionControl: {
|
|
|
188
188
|
isFocused: vue.ShallowRef<boolean>;
|
|
189
189
|
input: Ref<HTMLInputElement | undefined>;
|
|
190
190
|
}, {}, {}, {}, {
|
|
191
|
-
|
|
191
|
+
inline: boolean;
|
|
192
192
|
error: boolean;
|
|
193
|
+
style: vue.StyleValue;
|
|
193
194
|
disabled: boolean | null;
|
|
194
|
-
readonly: boolean | null;
|
|
195
|
-
inline: boolean;
|
|
196
195
|
multiple: boolean | null;
|
|
196
|
+
readonly: boolean | null;
|
|
197
197
|
density: Density;
|
|
198
198
|
ripple: boolean | {
|
|
199
199
|
class: string;
|
|
@@ -204,26 +204,26 @@ declare const VSelectionControl: {
|
|
|
204
204
|
__isTeleport?: undefined;
|
|
205
205
|
__isSuspense?: undefined;
|
|
206
206
|
} & vue.ComponentOptionsBase<{
|
|
207
|
-
|
|
207
|
+
inline: boolean;
|
|
208
208
|
error: boolean;
|
|
209
|
+
style: vue.StyleValue;
|
|
209
210
|
disabled: boolean | null;
|
|
210
|
-
readonly: boolean | null;
|
|
211
|
-
inline: boolean;
|
|
212
211
|
multiple: boolean | null;
|
|
212
|
+
readonly: boolean | null;
|
|
213
213
|
density: Density;
|
|
214
214
|
ripple: boolean | {
|
|
215
215
|
class: string;
|
|
216
216
|
} | undefined;
|
|
217
217
|
valueComparator: typeof deepEqual;
|
|
218
218
|
} & {
|
|
219
|
-
class?: any;
|
|
220
|
-
id?: string | undefined;
|
|
221
|
-
label?: string | undefined;
|
|
222
219
|
type?: string | undefined;
|
|
220
|
+
id?: string | undefined;
|
|
221
|
+
name?: string | undefined;
|
|
222
|
+
color?: string | undefined;
|
|
223
223
|
value?: any;
|
|
224
|
+
label?: string | undefined;
|
|
225
|
+
class?: any;
|
|
224
226
|
theme?: string | undefined;
|
|
225
|
-
color?: string | undefined;
|
|
226
|
-
name?: string | undefined;
|
|
227
227
|
baseColor?: string | undefined;
|
|
228
228
|
defaultsTarget?: string | undefined;
|
|
229
229
|
falseIcon?: IconValue | undefined;
|
|
@@ -235,13 +235,13 @@ declare const VSelectionControl: {
|
|
|
235
235
|
input: Ref<HTMLInputElement | undefined>;
|
|
236
236
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
237
237
|
'update:modelValue': (value: any) => boolean;
|
|
238
|
-
}, "v-slot:default" | "
|
|
239
|
-
|
|
238
|
+
}, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "update:modelValue" | "v-slot:input" | "v-slot:label">, string, {
|
|
239
|
+
inline: boolean;
|
|
240
240
|
error: boolean;
|
|
241
|
+
style: vue.StyleValue;
|
|
241
242
|
disabled: boolean | null;
|
|
242
|
-
readonly: boolean | null;
|
|
243
|
-
inline: boolean;
|
|
244
243
|
multiple: boolean | null;
|
|
244
|
+
readonly: boolean | null;
|
|
245
245
|
density: Density;
|
|
246
246
|
ripple: boolean | {
|
|
247
247
|
class: string;
|
|
@@ -39,12 +39,12 @@ declare const IconValue: PropType<IconValue>;
|
|
|
39
39
|
|
|
40
40
|
declare const VSelectionControlGroup: {
|
|
41
41
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
|
42
|
-
|
|
42
|
+
inline: boolean;
|
|
43
43
|
error: boolean;
|
|
44
|
+
style: vue.StyleValue;
|
|
44
45
|
disabled: boolean | null;
|
|
45
|
-
readonly: boolean | null;
|
|
46
|
-
inline: boolean;
|
|
47
46
|
multiple: boolean | null;
|
|
47
|
+
readonly: boolean | null;
|
|
48
48
|
density: Density;
|
|
49
49
|
ripple: boolean | {
|
|
50
50
|
class: string;
|
|
@@ -52,23 +52,23 @@ declare const VSelectionControlGroup: {
|
|
|
52
52
|
defaultsTarget: string;
|
|
53
53
|
valueComparator: typeof deepEqual;
|
|
54
54
|
} & {
|
|
55
|
-
class?: any;
|
|
56
|
-
id?: string | undefined;
|
|
57
55
|
type?: string | undefined;
|
|
58
|
-
|
|
59
|
-
color?: string | undefined;
|
|
56
|
+
id?: string | undefined;
|
|
60
57
|
name?: string | undefined;
|
|
58
|
+
color?: string | undefined;
|
|
59
|
+
class?: any;
|
|
60
|
+
theme?: string | undefined;
|
|
61
61
|
falseIcon?: IconValue | undefined;
|
|
62
62
|
trueIcon?: IconValue | undefined;
|
|
63
63
|
} & {}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
64
64
|
'update:modelValue': (value: any) => boolean;
|
|
65
|
-
}, "v-slot:default" | "
|
|
66
|
-
|
|
65
|
+
}, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "update:modelValue">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
66
|
+
inline: boolean;
|
|
67
67
|
error: boolean;
|
|
68
|
+
style: vue.StyleValue;
|
|
68
69
|
disabled: boolean | null;
|
|
69
|
-
readonly: boolean | null;
|
|
70
|
-
inline: boolean;
|
|
71
70
|
multiple: boolean | null;
|
|
71
|
+
readonly: boolean | null;
|
|
72
72
|
density: Density;
|
|
73
73
|
ripple: boolean | {
|
|
74
74
|
class: string;
|
|
@@ -76,21 +76,21 @@ declare const VSelectionControlGroup: {
|
|
|
76
76
|
defaultsTarget: string;
|
|
77
77
|
valueComparator: typeof deepEqual;
|
|
78
78
|
} & {
|
|
79
|
-
class?: any;
|
|
80
|
-
id?: string | undefined;
|
|
81
79
|
type?: string | undefined;
|
|
82
|
-
|
|
83
|
-
color?: string | undefined;
|
|
80
|
+
id?: string | undefined;
|
|
84
81
|
name?: string | undefined;
|
|
82
|
+
color?: string | undefined;
|
|
83
|
+
class?: any;
|
|
84
|
+
theme?: string | undefined;
|
|
85
85
|
falseIcon?: IconValue | undefined;
|
|
86
86
|
trueIcon?: IconValue | undefined;
|
|
87
87
|
} & {}, {
|
|
88
|
-
|
|
88
|
+
inline: boolean;
|
|
89
89
|
error: boolean;
|
|
90
|
+
style: vue.StyleValue;
|
|
90
91
|
disabled: boolean | null;
|
|
91
|
-
readonly: boolean | null;
|
|
92
|
-
inline: boolean;
|
|
93
92
|
multiple: boolean | null;
|
|
93
|
+
readonly: boolean | null;
|
|
94
94
|
density: Density;
|
|
95
95
|
ripple: boolean | {
|
|
96
96
|
class: string;
|
|
@@ -109,12 +109,12 @@ declare const VSelectionControlGroup: {
|
|
|
109
109
|
M: {};
|
|
110
110
|
Defaults: {};
|
|
111
111
|
}, {
|
|
112
|
-
|
|
112
|
+
inline: boolean;
|
|
113
113
|
error: boolean;
|
|
114
|
+
style: vue.StyleValue;
|
|
114
115
|
disabled: boolean | null;
|
|
115
|
-
readonly: boolean | null;
|
|
116
|
-
inline: boolean;
|
|
117
116
|
multiple: boolean | null;
|
|
117
|
+
readonly: boolean | null;
|
|
118
118
|
density: Density;
|
|
119
119
|
ripple: boolean | {
|
|
120
120
|
class: string;
|
|
@@ -122,21 +122,21 @@ declare const VSelectionControlGroup: {
|
|
|
122
122
|
defaultsTarget: string;
|
|
123
123
|
valueComparator: typeof deepEqual;
|
|
124
124
|
} & {
|
|
125
|
-
class?: any;
|
|
126
|
-
id?: string | undefined;
|
|
127
125
|
type?: string | undefined;
|
|
128
|
-
|
|
129
|
-
color?: string | undefined;
|
|
126
|
+
id?: string | undefined;
|
|
130
127
|
name?: string | undefined;
|
|
128
|
+
color?: string | undefined;
|
|
129
|
+
class?: any;
|
|
130
|
+
theme?: string | undefined;
|
|
131
131
|
falseIcon?: IconValue | undefined;
|
|
132
132
|
trueIcon?: IconValue | undefined;
|
|
133
133
|
} & {}, {}, {}, {}, {}, {
|
|
134
|
-
|
|
134
|
+
inline: boolean;
|
|
135
135
|
error: boolean;
|
|
136
|
+
style: vue.StyleValue;
|
|
136
137
|
disabled: boolean | null;
|
|
137
|
-
readonly: boolean | null;
|
|
138
|
-
inline: boolean;
|
|
139
138
|
multiple: boolean | null;
|
|
139
|
+
readonly: boolean | null;
|
|
140
140
|
density: Density;
|
|
141
141
|
ripple: boolean | {
|
|
142
142
|
class: string;
|
|
@@ -148,12 +148,12 @@ declare const VSelectionControlGroup: {
|
|
|
148
148
|
__isTeleport?: undefined;
|
|
149
149
|
__isSuspense?: undefined;
|
|
150
150
|
} & vue.ComponentOptionsBase<{
|
|
151
|
-
|
|
151
|
+
inline: boolean;
|
|
152
152
|
error: boolean;
|
|
153
|
+
style: vue.StyleValue;
|
|
153
154
|
disabled: boolean | null;
|
|
154
|
-
readonly: boolean | null;
|
|
155
|
-
inline: boolean;
|
|
156
155
|
multiple: boolean | null;
|
|
156
|
+
readonly: boolean | null;
|
|
157
157
|
density: Density;
|
|
158
158
|
ripple: boolean | {
|
|
159
159
|
class: string;
|
|
@@ -161,23 +161,23 @@ declare const VSelectionControlGroup: {
|
|
|
161
161
|
defaultsTarget: string;
|
|
162
162
|
valueComparator: typeof deepEqual;
|
|
163
163
|
} & {
|
|
164
|
-
class?: any;
|
|
165
|
-
id?: string | undefined;
|
|
166
164
|
type?: string | undefined;
|
|
167
|
-
|
|
168
|
-
color?: string | undefined;
|
|
165
|
+
id?: string | undefined;
|
|
169
166
|
name?: string | undefined;
|
|
167
|
+
color?: string | undefined;
|
|
168
|
+
class?: any;
|
|
169
|
+
theme?: string | undefined;
|
|
170
170
|
falseIcon?: IconValue | undefined;
|
|
171
171
|
trueIcon?: IconValue | undefined;
|
|
172
172
|
} & {}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
173
173
|
'update:modelValue': (value: any) => boolean;
|
|
174
|
-
}, "v-slot:default" | "
|
|
175
|
-
|
|
174
|
+
}, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "update:modelValue">, string, {
|
|
175
|
+
inline: boolean;
|
|
176
176
|
error: boolean;
|
|
177
|
+
style: vue.StyleValue;
|
|
177
178
|
disabled: boolean | null;
|
|
178
|
-
readonly: boolean | null;
|
|
179
|
-
inline: boolean;
|
|
180
179
|
multiple: boolean | null;
|
|
180
|
+
readonly: boolean | null;
|
|
181
181
|
density: Density;
|
|
182
182
|
ripple: boolean | {
|
|
183
183
|
class: string;
|
|
@@ -1,17 +1,18 @@
|
|
|
1
1
|
.v-sheet {
|
|
2
2
|
display: block;
|
|
3
|
+
}
|
|
4
|
+
.v-sheet {
|
|
3
5
|
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
4
6
|
border-style: solid;
|
|
5
7
|
border-width: 0;
|
|
6
|
-
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
|
7
|
-
border-radius: 0;
|
|
8
|
-
background: rgb(var(--v-theme-surface));
|
|
9
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
10
8
|
}
|
|
11
9
|
.v-sheet--border {
|
|
12
10
|
border-width: thin;
|
|
13
11
|
box-shadow: none;
|
|
14
12
|
}
|
|
13
|
+
.v-sheet {
|
|
14
|
+
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
|
15
|
+
}
|
|
15
16
|
.v-sheet--absolute {
|
|
16
17
|
position: absolute;
|
|
17
18
|
}
|
|
@@ -24,6 +25,13 @@
|
|
|
24
25
|
.v-sheet--sticky {
|
|
25
26
|
position: sticky;
|
|
26
27
|
}
|
|
28
|
+
.v-sheet {
|
|
29
|
+
border-radius: 0;
|
|
30
|
+
}
|
|
31
|
+
.v-sheet {
|
|
32
|
+
background: rgb(var(--v-theme-surface));
|
|
33
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
34
|
+
}
|
|
27
35
|
.v-sheet--rounded {
|
|
28
36
|
border-radius: 4px;
|
|
29
37
|
}
|
|
@@ -17,20 +17,20 @@ declare const VSheet: {
|
|
|
17
17
|
tag: string;
|
|
18
18
|
tile: boolean;
|
|
19
19
|
} & {
|
|
20
|
-
|
|
21
|
-
width?: string | number | undefined;
|
|
20
|
+
location?: Anchor | undefined;
|
|
22
21
|
height?: string | number | undefined;
|
|
23
|
-
|
|
24
|
-
color?: string | undefined;
|
|
22
|
+
width?: string | number | undefined;
|
|
25
23
|
border?: string | number | boolean | undefined;
|
|
26
|
-
|
|
27
|
-
rounded?: string | number | boolean | undefined;
|
|
24
|
+
color?: string | undefined;
|
|
28
25
|
maxHeight?: string | number | undefined;
|
|
29
26
|
maxWidth?: string | number | undefined;
|
|
30
27
|
minHeight?: string | number | undefined;
|
|
31
28
|
minWidth?: string | number | undefined;
|
|
29
|
+
position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
|
|
30
|
+
class?: any;
|
|
32
31
|
elevation?: string | number | undefined;
|
|
33
|
-
|
|
32
|
+
theme?: string | undefined;
|
|
33
|
+
rounded?: string | number | boolean | undefined;
|
|
34
34
|
} & {
|
|
35
35
|
$children?: vue.VNodeChild | {
|
|
36
36
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -45,20 +45,20 @@ declare const VSheet: {
|
|
|
45
45
|
tag: string;
|
|
46
46
|
tile: boolean;
|
|
47
47
|
} & {
|
|
48
|
-
|
|
49
|
-
width?: string | number | undefined;
|
|
48
|
+
location?: Anchor | undefined;
|
|
50
49
|
height?: string | number | undefined;
|
|
51
|
-
|
|
52
|
-
color?: string | undefined;
|
|
50
|
+
width?: string | number | undefined;
|
|
53
51
|
border?: string | number | boolean | undefined;
|
|
54
|
-
|
|
55
|
-
rounded?: string | number | boolean | undefined;
|
|
52
|
+
color?: string | undefined;
|
|
56
53
|
maxHeight?: string | number | undefined;
|
|
57
54
|
maxWidth?: string | number | undefined;
|
|
58
55
|
minHeight?: string | number | undefined;
|
|
59
56
|
minWidth?: string | number | undefined;
|
|
57
|
+
position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
|
|
58
|
+
class?: any;
|
|
60
59
|
elevation?: string | number | undefined;
|
|
61
|
-
|
|
60
|
+
theme?: string | undefined;
|
|
61
|
+
rounded?: string | number | boolean | undefined;
|
|
62
62
|
} & {
|
|
63
63
|
$children?: vue.VNodeChild | {
|
|
64
64
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -89,20 +89,20 @@ declare const VSheet: {
|
|
|
89
89
|
tag: string;
|
|
90
90
|
tile: boolean;
|
|
91
91
|
} & {
|
|
92
|
-
|
|
93
|
-
width?: string | number | undefined;
|
|
92
|
+
location?: Anchor | undefined;
|
|
94
93
|
height?: string | number | undefined;
|
|
95
|
-
|
|
96
|
-
color?: string | undefined;
|
|
94
|
+
width?: string | number | undefined;
|
|
97
95
|
border?: string | number | boolean | undefined;
|
|
98
|
-
|
|
99
|
-
rounded?: string | number | boolean | undefined;
|
|
96
|
+
color?: string | undefined;
|
|
100
97
|
maxHeight?: string | number | undefined;
|
|
101
98
|
maxWidth?: string | number | undefined;
|
|
102
99
|
minHeight?: string | number | undefined;
|
|
103
100
|
minWidth?: string | number | undefined;
|
|
101
|
+
position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
|
|
102
|
+
class?: any;
|
|
104
103
|
elevation?: string | number | undefined;
|
|
105
|
-
|
|
104
|
+
theme?: string | undefined;
|
|
105
|
+
rounded?: string | number | boolean | undefined;
|
|
106
106
|
} & {
|
|
107
107
|
$children?: vue.VNodeChild | {
|
|
108
108
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -126,20 +126,20 @@ declare const VSheet: {
|
|
|
126
126
|
tag: string;
|
|
127
127
|
tile: boolean;
|
|
128
128
|
} & {
|
|
129
|
-
|
|
130
|
-
width?: string | number | undefined;
|
|
129
|
+
location?: Anchor | undefined;
|
|
131
130
|
height?: string | number | undefined;
|
|
132
|
-
|
|
133
|
-
color?: string | undefined;
|
|
131
|
+
width?: string | number | undefined;
|
|
134
132
|
border?: string | number | boolean | undefined;
|
|
135
|
-
|
|
136
|
-
rounded?: string | number | boolean | undefined;
|
|
133
|
+
color?: string | undefined;
|
|
137
134
|
maxHeight?: string | number | undefined;
|
|
138
135
|
maxWidth?: string | number | undefined;
|
|
139
136
|
minHeight?: string | number | undefined;
|
|
140
137
|
minWidth?: string | number | undefined;
|
|
138
|
+
position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
|
|
139
|
+
class?: any;
|
|
141
140
|
elevation?: string | number | undefined;
|
|
142
|
-
|
|
141
|
+
theme?: string | undefined;
|
|
142
|
+
rounded?: string | number | boolean | undefined;
|
|
143
143
|
} & {
|
|
144
144
|
$children?: vue.VNodeChild | {
|
|
145
145
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -165,12 +165,12 @@ declare const VSheet: {
|
|
|
165
165
|
default: string;
|
|
166
166
|
};
|
|
167
167
|
rounded: {
|
|
168
|
-
type: (StringConstructor |
|
|
168
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
169
169
|
default: undefined;
|
|
170
170
|
};
|
|
171
171
|
tile: BooleanConstructor;
|
|
172
172
|
position: {
|
|
173
|
-
type: vue.PropType<"fixed" | "absolute" | "
|
|
173
|
+
type: vue.PropType<"fixed" | "absolute" | "static" | "sticky" | "relative">;
|
|
174
174
|
validator: (v: any) => boolean;
|
|
175
175
|
};
|
|
176
176
|
location: vue.PropType<Anchor>;
|
|
@@ -189,7 +189,7 @@ declare const VSheet: {
|
|
|
189
189
|
type: vue.PropType<vue.StyleValue>;
|
|
190
190
|
default: null;
|
|
191
191
|
};
|
|
192
|
-
border: (StringConstructor |
|
|
192
|
+
border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
193
193
|
color: StringConstructor;
|
|
194
194
|
}, vue.ExtractPropTypes<{
|
|
195
195
|
theme: StringConstructor;
|
|
@@ -198,12 +198,12 @@ declare const VSheet: {
|
|
|
198
198
|
default: string;
|
|
199
199
|
};
|
|
200
200
|
rounded: {
|
|
201
|
-
type: (StringConstructor |
|
|
201
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
202
202
|
default: undefined;
|
|
203
203
|
};
|
|
204
204
|
tile: BooleanConstructor;
|
|
205
205
|
position: {
|
|
206
|
-
type: vue.PropType<"fixed" | "absolute" | "
|
|
206
|
+
type: vue.PropType<"fixed" | "absolute" | "static" | "sticky" | "relative">;
|
|
207
207
|
validator: (v: any) => boolean;
|
|
208
208
|
};
|
|
209
209
|
location: vue.PropType<Anchor>;
|
|
@@ -222,7 +222,7 @@ declare const VSheet: {
|
|
|
222
222
|
type: vue.PropType<vue.StyleValue>;
|
|
223
223
|
default: null;
|
|
224
224
|
};
|
|
225
|
-
border: (StringConstructor |
|
|
225
|
+
border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
226
226
|
color: StringConstructor;
|
|
227
227
|
}>>;
|
|
228
228
|
type VSheet = InstanceType<typeof VSheet>;
|
|
@@ -41,6 +41,12 @@
|
|
|
41
41
|
overflow: hidden;
|
|
42
42
|
position: relative;
|
|
43
43
|
}
|
|
44
|
+
.v-skeleton-loader__bone::after {
|
|
45
|
+
animation: loading 1.5s infinite;
|
|
46
|
+
background: linear-gradient(90deg, rgba(var(--v-theme-surface), 0), rgba(var(--v-theme-surface), 0.3), rgba(var(--v-theme-surface), 0));
|
|
47
|
+
transform: translateX(-100%);
|
|
48
|
+
z-index: 1;
|
|
49
|
+
}
|
|
44
50
|
.v-skeleton-loader__bone::after {
|
|
45
51
|
content: "";
|
|
46
52
|
position: absolute;
|
|
@@ -48,10 +54,6 @@
|
|
|
48
54
|
left: 0;
|
|
49
55
|
width: 100%;
|
|
50
56
|
height: 100%;
|
|
51
|
-
animation: loading 1.5s infinite;
|
|
52
|
-
background: linear-gradient(90deg, rgba(var(--v-theme-surface), 0), rgba(var(--v-theme-surface), 0.3), rgba(var(--v-theme-surface), 0));
|
|
53
|
-
transform: translateX(-100%);
|
|
54
|
-
z-index: 1;
|
|
55
57
|
}
|
|
56
58
|
.v-skeleton-loader__avatar {
|
|
57
59
|
border-radius: 50%;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { createVNode as _createVNode } from "vue";
|
|
1
|
+
import { mergeProps as _mergeProps, createVNode as _createVNode } from "vue";
|
|
2
2
|
// Styles
|
|
3
3
|
import "./VSkeletonLoader.css";
|
|
4
4
|
|
|
@@ -127,16 +127,17 @@ export const VSkeletonLoader = genericComponent()({
|
|
|
127
127
|
const items = computed(() => genStructure(wrapInArray(props.type).join(',')));
|
|
128
128
|
useRender(() => {
|
|
129
129
|
const isLoading = !slots.default || props.loading;
|
|
130
|
-
|
|
130
|
+
const loadingProps = props.boilerplate || !isLoading ? {} : {
|
|
131
|
+
ariaLive: 'polite',
|
|
132
|
+
ariaLabel: t(props.loadingText),
|
|
133
|
+
role: 'alert'
|
|
134
|
+
};
|
|
135
|
+
return _createVNode("div", _mergeProps({
|
|
131
136
|
"class": ['v-skeleton-loader', {
|
|
132
137
|
'v-skeleton-loader--boilerplate': props.boilerplate
|
|
133
138
|
}, themeClasses.value, backgroundColorClasses.value, elevationClasses.value],
|
|
134
|
-
"style": [backgroundColorStyles.value, isLoading ? dimensionStyles.value : {}]
|
|
135
|
-
|
|
136
|
-
"aria-live": !props.boilerplate ? 'polite' : undefined,
|
|
137
|
-
"aria-label": !props.boilerplate ? t(props.loadingText) : undefined,
|
|
138
|
-
"role": !props.boilerplate ? 'alert' : undefined
|
|
139
|
-
}, [isLoading ? items.value : slots.default?.()]);
|
|
139
|
+
"style": [backgroundColorStyles.value, isLoading ? dimensionStyles.value : {}]
|
|
140
|
+
}, loadingProps), [isLoading ? items.value : slots.default?.()]);
|
|
140
141
|
});
|
|
141
142
|
return {};
|
|
142
143
|
}
|