vuetify 3.5.8 → 3.5.10
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/_component-variables-labs.sass +1 -0
- package/dist/json/attributes.json +525 -13
- package/dist/json/importMap-labs.json +24 -8
- package/dist/json/importMap.json +130 -130
- package/dist/json/tags.json +148 -0
- package/dist/json/web-types.json +2021 -147
- package/dist/vuetify-labs.css +2819 -2760
- package/dist/vuetify-labs.d.ts +5860 -2816
- package/dist/vuetify-labs.esm.js +1286 -248
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +1286 -247
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +553 -547
- package/dist/vuetify.d.ts +2835 -2281
- package/dist/vuetify.esm.js +883 -408
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +882 -406
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +1137 -1109
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/index.d.mts +15 -15
- package/lib/components/VApp/index.d.mts +8 -8
- package/lib/components/VAppBar/index.d.mts +7 -7
- package/lib/components/VAutocomplete/VAutocomplete.mjs +9 -7
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.mts +232 -100
- package/lib/components/VAvatar/index.d.mts +8 -8
- package/lib/components/VBadge/index.d.mts +7 -7
- package/lib/components/VBanner/index.d.mts +20 -20
- package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/index.d.mts +27 -26
- package/lib/components/VBtnGroup/index.d.mts +8 -8
- package/lib/components/VCard/index.d.mts +32 -32
- package/lib/components/VCarousel/index.d.mts +6 -6
- package/lib/components/VCheckbox/index.d.mts +44 -44
- package/lib/components/VChip/index.d.mts +7 -7
- package/lib/components/VCode/index.d.mts +8 -8
- package/lib/components/VColorPicker/VColorPickerPreview.css +1 -0
- package/lib/components/VColorPicker/VColorPickerPreview.sass +1 -0
- package/lib/components/VColorPicker/_variables.scss +1 -0
- package/lib/components/VCombobox/VCombobox.mjs +10 -7
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.mts +232 -100
- package/lib/components/VDataTable/index.d.mts +6 -6
- package/lib/components/VDatePicker/VDatePickerControls.mjs +1 -0
- package/lib/components/VDatePicker/VDatePickerControls.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePickerMonth.mjs +10 -4
- package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
- package/lib/components/VDatePicker/index.d.mts +10 -10
- package/lib/components/VDefaultsProvider/index.d.mts +8 -8
- package/lib/components/VDialog/index.d.mts +12 -6
- package/lib/components/VDivider/index.d.mts +8 -8
- package/lib/components/VExpansionPanel/index.d.mts +19 -19
- package/lib/components/VField/VField.css +2 -0
- package/lib/components/VField/VField.mjs +1 -1
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VField/VField.sass +2 -0
- package/lib/components/VField/index.d.mts +28 -28
- package/lib/components/VFileInput/index.d.mts +133 -133
- package/lib/components/VFooter/index.d.mts +8 -8
- package/lib/components/VGrid/index.d.mts +32 -32
- package/lib/components/VIcon/VIcon.css +4 -0
- package/lib/components/VIcon/VIcon.mjs +7 -3
- package/lib/components/VIcon/VIcon.mjs.map +1 -1
- package/lib/components/VIcon/VIcon.sass +4 -0
- package/lib/components/VIcon/_variables.scss +1 -0
- package/lib/components/VIcon/index.d.mts +25 -16
- package/lib/components/VImg/index.d.mts +4 -4
- package/lib/components/VInput/index.d.mts +21 -21
- package/lib/components/VKbd/index.d.mts +8 -8
- package/lib/components/VLabel/index.d.mts +8 -8
- package/lib/components/VLayout/index.d.mts +16 -16
- package/lib/components/VLazy/index.d.mts +8 -8
- package/lib/components/VList/VList.mjs +8 -2
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/VListGroup.mjs +3 -1
- package/lib/components/VList/VListGroup.mjs.map +1 -1
- package/lib/components/VList/VListItem.mjs +17 -4
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/index.d.mts +156 -54
- package/lib/components/VLocaleProvider/index.d.mts +12 -12
- package/lib/components/VMain/index.d.mts +8 -8
- package/lib/components/VMenu/VMenu.mjs +3 -0
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VMenu/index.d.mts +14 -8
- package/lib/components/VNavigationDrawer/VNavigationDrawer.css +1 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +22 -8
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.sass +2 -1
- package/lib/components/VNavigationDrawer/index.d.mts +11 -11
- package/lib/components/VOtpInput/VOtpInput.mjs +7 -2
- package/lib/components/VOtpInput/VOtpInput.mjs.map +1 -1
- package/lib/components/VOtpInput/index.d.mts +31 -31
- package/lib/components/VOverlay/VOverlay.mjs +8 -3
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/components/VOverlay/index.d.mts +3 -0
- package/lib/components/VOverlay/scrollStrategies.mjs +2 -2
- package/lib/components/VOverlay/scrollStrategies.mjs.map +1 -1
- package/lib/components/VPagination/index.d.mts +7 -7
- package/lib/components/VProgressLinear/VProgressLinear.css +0 -1
- package/lib/components/VProgressLinear/VProgressLinear.sass +0 -1
- package/lib/components/VProgressLinear/index.d.mts +7 -7
- package/lib/components/VRadioGroup/index.d.mts +44 -44
- package/lib/components/VRangeSlider/index.d.mts +47 -47
- package/lib/components/VRating/index.d.mts +7 -7
- package/lib/components/VResponsive/index.d.mts +8 -8
- package/lib/components/VSelect/VSelect.mjs +5 -3
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.mts +232 -100
- package/lib/components/VSheet/index.d.mts +8 -8
- package/lib/components/VSkeletonLoader/index.d.mts +8 -8
- package/lib/components/VSlider/index.d.mts +47 -47
- package/lib/components/VSnackbar/index.d.mts +25 -19
- package/lib/components/VStepper/index.d.mts +41 -41
- package/lib/components/VSwitch/index.d.mts +39 -39
- package/lib/components/VSystemBar/index.d.mts +8 -8
- package/lib/components/VTabs/index.d.mts +15 -15
- package/lib/components/VTextField/index.d.mts +173 -173
- package/lib/components/VTextarea/index.d.mts +119 -119
- package/lib/components/VThemeProvider/index.d.mts +8 -8
- package/lib/components/VTimeline/index.d.mts +8 -8
- package/lib/components/VToolbar/index.d.mts +8 -8
- package/lib/components/VTooltip/index.d.mts +14 -8
- package/lib/components/VWindow/index.d.mts +10 -10
- package/lib/components/index.d.mts +2478 -1943
- package/lib/components/transitions/index.d.mts +128 -128
- package/lib/composables/date/adapters/vuetify.mjs +1 -1
- package/lib/composables/date/adapters/vuetify.mjs.map +1 -1
- package/lib/composables/nested/activeStrategies.mjs +121 -0
- package/lib/composables/nested/activeStrategies.mjs.map +1 -0
- package/lib/composables/nested/nested.mjs +50 -1
- package/lib/composables/nested/nested.mjs.map +1 -1
- package/lib/composables/nested/selectStrategies.mjs +4 -2
- package/lib/composables/nested/selectStrategies.mjs.map +1 -1
- package/lib/composables/theme.mjs +1 -1
- package/lib/composables/theme.mjs.map +1 -1
- package/lib/entry-bundler.mjs +3 -2
- package/lib/entry-bundler.mjs.map +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/framework.mjs.map +1 -1
- package/lib/iconsets/fa.mjs +2 -0
- package/lib/iconsets/fa.mjs.map +1 -1
- package/lib/iconsets/fa4.mjs +2 -0
- package/lib/iconsets/fa4.mjs.map +1 -1
- package/lib/iconsets/md.mjs +2 -0
- package/lib/iconsets/md.mjs.map +1 -1
- package/lib/iconsets/mdi-svg.mjs +2 -0
- package/lib/iconsets/mdi-svg.mjs.map +1 -1
- package/lib/iconsets/mdi.mjs +2 -0
- package/lib/iconsets/mdi.mjs.map +1 -1
- package/lib/index.d.mts +48 -44
- package/lib/labs/VCalendar/index.d.mts +32 -32
- package/lib/labs/VFab/index.d.mts +15 -15
- package/lib/labs/VNumberInput/VNumberInput.css +38 -0
- package/lib/labs/VNumberInput/VNumberInput.mjs +209 -0
- package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -0
- package/lib/labs/VNumberInput/VNumberInput.sass +47 -0
- package/lib/labs/VNumberInput/_variables.scss +1 -0
- package/lib/labs/VNumberInput/index.d.mts +607 -0
- package/lib/labs/VNumberInput/index.mjs +2 -0
- package/lib/labs/VNumberInput/index.mjs.map +1 -0
- package/lib/labs/VPicker/index.d.mts +8 -8
- package/lib/labs/VSparkline/index.d.mts +7 -7
- package/lib/labs/VSpeedDial/VSpeedDial.mjs +9 -5
- package/lib/labs/VSpeedDial/VSpeedDial.mjs.map +1 -1
- package/lib/labs/VSpeedDial/index.d.mts +120 -24
- package/lib/labs/VTreeview/VTreeview.mjs +154 -0
- package/lib/labs/VTreeview/VTreeview.mjs.map +1 -0
- package/lib/labs/VTreeview/VTreeviewChildren.mjs +98 -0
- package/lib/labs/VTreeview/VTreeviewChildren.mjs.map +1 -0
- package/lib/labs/VTreeview/VTreeviewGroup.mjs +48 -0
- package/lib/labs/VTreeview/VTreeviewGroup.mjs.map +1 -0
- package/lib/labs/VTreeview/VTreeviewItem.css +17 -0
- package/lib/labs/VTreeview/VTreeviewItem.mjs +86 -0
- package/lib/labs/VTreeview/VTreeviewItem.mjs.map +1 -0
- package/lib/labs/VTreeview/VTreeviewItem.sass +19 -0
- package/lib/labs/VTreeview/index.d.mts +1975 -0
- package/lib/labs/VTreeview/index.mjs +4 -0
- package/lib/labs/VTreeview/index.mjs.map +1 -0
- package/lib/labs/VTreeview/shared.mjs +4 -0
- package/lib/labs/VTreeview/shared.mjs.map +1 -0
- package/lib/labs/VTreeview/variables.scss +8 -0
- package/lib/labs/components.d.mts +4553 -1925
- package/lib/labs/components.mjs +4 -2
- package/lib/labs/components.mjs.map +1 -1
- package/lib/locale/no.mjs +1 -1
- package/lib/locale/no.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -23,9 +23,9 @@ declare const VFooter: {
|
|
|
23
23
|
theme?: string | undefined;
|
|
24
24
|
rounded?: string | number | boolean | undefined;
|
|
25
25
|
} & {
|
|
26
|
-
$children?: vue.VNodeChild |
|
|
26
|
+
$children?: vue.VNodeChild | {
|
|
27
27
|
default?: (() => vue.VNodeChild) | undefined;
|
|
28
|
-
};
|
|
28
|
+
} | (() => vue.VNodeChild);
|
|
29
29
|
'v-slots'?: {
|
|
30
30
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
31
31
|
} | undefined;
|
|
@@ -48,9 +48,9 @@ declare const VFooter: {
|
|
|
48
48
|
theme?: string | undefined;
|
|
49
49
|
rounded?: string | number | boolean | undefined;
|
|
50
50
|
} & {
|
|
51
|
-
$children?: vue.VNodeChild |
|
|
51
|
+
$children?: vue.VNodeChild | {
|
|
52
52
|
default?: (() => vue.VNodeChild) | undefined;
|
|
53
|
-
};
|
|
53
|
+
} | (() => vue.VNodeChild);
|
|
54
54
|
'v-slots'?: {
|
|
55
55
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
56
56
|
} | undefined;
|
|
@@ -93,9 +93,9 @@ declare const VFooter: {
|
|
|
93
93
|
theme?: string | undefined;
|
|
94
94
|
rounded?: string | number | boolean | undefined;
|
|
95
95
|
} & {
|
|
96
|
-
$children?: vue.VNodeChild |
|
|
96
|
+
$children?: vue.VNodeChild | {
|
|
97
97
|
default?: (() => vue.VNodeChild) | undefined;
|
|
98
|
-
};
|
|
98
|
+
} | (() => vue.VNodeChild);
|
|
99
99
|
'v-slots'?: {
|
|
100
100
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
101
101
|
} | undefined;
|
|
@@ -131,9 +131,9 @@ declare const VFooter: {
|
|
|
131
131
|
theme?: string | undefined;
|
|
132
132
|
rounded?: string | number | boolean | undefined;
|
|
133
133
|
} & {
|
|
134
|
-
$children?: vue.VNodeChild |
|
|
134
|
+
$children?: vue.VNodeChild | {
|
|
135
135
|
default?: (() => vue.VNodeChild) | undefined;
|
|
136
|
-
};
|
|
136
|
+
} | (() => vue.VNodeChild);
|
|
137
137
|
'v-slots'?: {
|
|
138
138
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
139
139
|
} | undefined;
|
|
@@ -13,9 +13,9 @@ declare const VContainer: {
|
|
|
13
13
|
} & {
|
|
14
14
|
class?: any;
|
|
15
15
|
} & {
|
|
16
|
-
$children?: vue.VNodeChild |
|
|
16
|
+
$children?: vue.VNodeChild | {
|
|
17
17
|
default?: (() => vue.VNodeChild) | undefined;
|
|
18
|
-
};
|
|
18
|
+
} | (() => vue.VNodeChild);
|
|
19
19
|
'v-slots'?: {
|
|
20
20
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
21
21
|
} | undefined;
|
|
@@ -28,9 +28,9 @@ declare const VContainer: {
|
|
|
28
28
|
} & {
|
|
29
29
|
class?: any;
|
|
30
30
|
} & {
|
|
31
|
-
$children?: vue.VNodeChild |
|
|
31
|
+
$children?: vue.VNodeChild | {
|
|
32
32
|
default?: (() => vue.VNodeChild) | undefined;
|
|
33
|
-
};
|
|
33
|
+
} | (() => vue.VNodeChild);
|
|
34
34
|
'v-slots'?: {
|
|
35
35
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
36
36
|
} | undefined;
|
|
@@ -58,9 +58,9 @@ declare const VContainer: {
|
|
|
58
58
|
} & {
|
|
59
59
|
class?: any;
|
|
60
60
|
} & {
|
|
61
|
-
$children?: vue.VNodeChild |
|
|
61
|
+
$children?: vue.VNodeChild | {
|
|
62
62
|
default?: (() => vue.VNodeChild) | undefined;
|
|
63
|
-
};
|
|
63
|
+
} | (() => vue.VNodeChild);
|
|
64
64
|
'v-slots'?: {
|
|
65
65
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
66
66
|
} | undefined;
|
|
@@ -81,9 +81,9 @@ declare const VContainer: {
|
|
|
81
81
|
} & {
|
|
82
82
|
class?: any;
|
|
83
83
|
} & {
|
|
84
|
-
$children?: vue.VNodeChild |
|
|
84
|
+
$children?: vue.VNodeChild | {
|
|
85
85
|
default?: (() => vue.VNodeChild) | undefined;
|
|
86
|
-
};
|
|
86
|
+
} | (() => vue.VNodeChild);
|
|
87
87
|
'v-slots'?: {
|
|
88
88
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
89
89
|
} | undefined;
|
|
@@ -154,9 +154,9 @@ declare const VCol: {
|
|
|
154
154
|
orderXl?: string | number | undefined;
|
|
155
155
|
orderXxl?: string | number | undefined;
|
|
156
156
|
} & {
|
|
157
|
-
$children?: vue.VNodeChild |
|
|
157
|
+
$children?: vue.VNodeChild | {
|
|
158
158
|
default?: (() => vue.VNodeChild) | undefined;
|
|
159
|
-
};
|
|
159
|
+
} | (() => vue.VNodeChild);
|
|
160
160
|
'v-slots'?: {
|
|
161
161
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
162
162
|
} | undefined;
|
|
@@ -189,9 +189,9 @@ declare const VCol: {
|
|
|
189
189
|
orderXl?: string | number | undefined;
|
|
190
190
|
orderXxl?: string | number | undefined;
|
|
191
191
|
} & {
|
|
192
|
-
$children?: vue.VNodeChild |
|
|
192
|
+
$children?: vue.VNodeChild | {
|
|
193
193
|
default?: (() => vue.VNodeChild) | undefined;
|
|
194
|
-
};
|
|
194
|
+
} | (() => vue.VNodeChild);
|
|
195
195
|
'v-slots'?: {
|
|
196
196
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
197
197
|
} | undefined;
|
|
@@ -240,9 +240,9 @@ declare const VCol: {
|
|
|
240
240
|
orderXl?: string | number | undefined;
|
|
241
241
|
orderXxl?: string | number | undefined;
|
|
242
242
|
} & {
|
|
243
|
-
$children?: vue.VNodeChild |
|
|
243
|
+
$children?: vue.VNodeChild | {
|
|
244
244
|
default?: (() => vue.VNodeChild) | undefined;
|
|
245
|
-
};
|
|
245
|
+
} | (() => vue.VNodeChild);
|
|
246
246
|
'v-slots'?: {
|
|
247
247
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
248
248
|
} | undefined;
|
|
@@ -286,9 +286,9 @@ declare const VCol: {
|
|
|
286
286
|
orderXl?: string | number | undefined;
|
|
287
287
|
orderXxl?: string | number | undefined;
|
|
288
288
|
} & {
|
|
289
|
-
$children?: vue.VNodeChild |
|
|
289
|
+
$children?: vue.VNodeChild | {
|
|
290
290
|
default?: (() => vue.VNodeChild) | undefined;
|
|
291
|
-
};
|
|
291
|
+
} | (() => vue.VNodeChild);
|
|
292
292
|
'v-slots'?: {
|
|
293
293
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
294
294
|
} | undefined;
|
|
@@ -421,9 +421,9 @@ declare const VRow: {
|
|
|
421
421
|
alignContentXl?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch" | undefined;
|
|
422
422
|
alignContentXxl?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch" | undefined;
|
|
423
423
|
} & {
|
|
424
|
-
$children?: vue.VNodeChild |
|
|
424
|
+
$children?: vue.VNodeChild | {
|
|
425
425
|
default?: (() => vue.VNodeChild) | undefined;
|
|
426
|
-
};
|
|
426
|
+
} | (() => vue.VNodeChild);
|
|
427
427
|
'v-slots'?: {
|
|
428
428
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
429
429
|
} | undefined;
|
|
@@ -457,9 +457,9 @@ declare const VRow: {
|
|
|
457
457
|
alignContentXl?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch" | undefined;
|
|
458
458
|
alignContentXxl?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch" | undefined;
|
|
459
459
|
} & {
|
|
460
|
-
$children?: vue.VNodeChild |
|
|
460
|
+
$children?: vue.VNodeChild | {
|
|
461
461
|
default?: (() => vue.VNodeChild) | undefined;
|
|
462
|
-
};
|
|
462
|
+
} | (() => vue.VNodeChild);
|
|
463
463
|
'v-slots'?: {
|
|
464
464
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
465
465
|
} | undefined;
|
|
@@ -510,9 +510,9 @@ declare const VRow: {
|
|
|
510
510
|
alignContentXl?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch" | undefined;
|
|
511
511
|
alignContentXxl?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch" | undefined;
|
|
512
512
|
} & {
|
|
513
|
-
$children?: vue.VNodeChild |
|
|
513
|
+
$children?: vue.VNodeChild | {
|
|
514
514
|
default?: (() => vue.VNodeChild) | undefined;
|
|
515
|
-
};
|
|
515
|
+
} | (() => vue.VNodeChild);
|
|
516
516
|
'v-slots'?: {
|
|
517
517
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
518
518
|
} | undefined;
|
|
@@ -558,9 +558,9 @@ declare const VRow: {
|
|
|
558
558
|
alignContentXl?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch" | undefined;
|
|
559
559
|
alignContentXxl?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch" | undefined;
|
|
560
560
|
} & {
|
|
561
|
-
$children?: vue.VNodeChild |
|
|
561
|
+
$children?: vue.VNodeChild | {
|
|
562
562
|
default?: (() => vue.VNodeChild) | undefined;
|
|
563
|
-
};
|
|
563
|
+
} | (() => vue.VNodeChild);
|
|
564
564
|
'v-slots'?: {
|
|
565
565
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
566
566
|
} | undefined;
|
|
@@ -674,9 +674,9 @@ declare const VSpacer: {
|
|
|
674
674
|
} & {
|
|
675
675
|
class?: any;
|
|
676
676
|
} & {
|
|
677
|
-
$children?: vue.VNodeChild |
|
|
677
|
+
$children?: vue.VNodeChild | {
|
|
678
678
|
default?: (() => vue.VNodeChild) | undefined;
|
|
679
|
-
};
|
|
679
|
+
} | (() => vue.VNodeChild);
|
|
680
680
|
'v-slots'?: {
|
|
681
681
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
682
682
|
} | undefined;
|
|
@@ -690,9 +690,9 @@ declare const VSpacer: {
|
|
|
690
690
|
} & {
|
|
691
691
|
class?: any;
|
|
692
692
|
} & {
|
|
693
|
-
$children?: vue.VNodeChild |
|
|
693
|
+
$children?: vue.VNodeChild | {
|
|
694
694
|
default?: (() => vue.VNodeChild) | undefined;
|
|
695
|
-
};
|
|
695
|
+
} | (() => vue.VNodeChild);
|
|
696
696
|
'v-slots'?: {
|
|
697
697
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
698
698
|
} | undefined;
|
|
@@ -718,9 +718,9 @@ declare const VSpacer: {
|
|
|
718
718
|
} & {
|
|
719
719
|
class?: any;
|
|
720
720
|
} & {
|
|
721
|
-
$children?: vue.VNodeChild |
|
|
721
|
+
$children?: vue.VNodeChild | {
|
|
722
722
|
default?: (() => vue.VNodeChild) | undefined;
|
|
723
|
-
};
|
|
723
|
+
} | (() => vue.VNodeChild);
|
|
724
724
|
'v-slots'?: {
|
|
725
725
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
726
726
|
} | undefined;
|
|
@@ -741,9 +741,9 @@ declare const VSpacer: {
|
|
|
741
741
|
} & {
|
|
742
742
|
class?: any;
|
|
743
743
|
} & {
|
|
744
|
-
$children?: vue.VNodeChild |
|
|
744
|
+
$children?: vue.VNodeChild | {
|
|
745
745
|
default?: (() => vue.VNodeChild) | undefined;
|
|
746
|
-
};
|
|
746
|
+
} | (() => vue.VNodeChild);
|
|
747
747
|
'v-slots'?: {
|
|
748
748
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
749
749
|
} | undefined;
|
|
@@ -13,6 +13,7 @@ import { computed, ref, Text, toRef } from 'vue';
|
|
|
13
13
|
import { convertToUnit, flattenFragments, genericComponent, propsFactory, useRender } from "../../util/index.mjs";
|
|
14
14
|
export const makeVIconProps = propsFactory({
|
|
15
15
|
color: String,
|
|
16
|
+
disabled: Boolean,
|
|
16
17
|
start: Boolean,
|
|
17
18
|
end: Boolean,
|
|
18
19
|
icon: IconValue,
|
|
@@ -50,11 +51,13 @@ export const VIcon = genericComponent()({
|
|
|
50
51
|
if (slotValue) {
|
|
51
52
|
slotIcon.value = flattenFragments(slotValue).filter(node => node.type === Text && node.children && typeof node.children === 'string')[0]?.children;
|
|
52
53
|
}
|
|
54
|
+
const hasClick = !!(attrs.onClick || attrs.onClickOnce);
|
|
53
55
|
return _createVNode(iconData.value.component, {
|
|
54
56
|
"tag": props.tag,
|
|
55
57
|
"icon": iconData.value.icon,
|
|
56
58
|
"class": ['v-icon', 'notranslate', themeClasses.value, sizeClasses.value, textColorClasses.value, {
|
|
57
|
-
'v-icon--clickable':
|
|
59
|
+
'v-icon--clickable': hasClick,
|
|
60
|
+
'v-icon--disabled': props.disabled,
|
|
58
61
|
'v-icon--start': props.start,
|
|
59
62
|
'v-icon--end': props.end
|
|
60
63
|
}, props.class],
|
|
@@ -63,8 +66,9 @@ export const VIcon = genericComponent()({
|
|
|
63
66
|
height: convertToUnit(props.size),
|
|
64
67
|
width: convertToUnit(props.size)
|
|
65
68
|
} : undefined, textColorStyles.value, props.style],
|
|
66
|
-
"role":
|
|
67
|
-
"aria-hidden": !
|
|
69
|
+
"role": hasClick ? 'button' : undefined,
|
|
70
|
+
"aria-hidden": !hasClick,
|
|
71
|
+
"tabindex": hasClick ? props.disabled ? -1 : 0 : undefined
|
|
68
72
|
}, {
|
|
69
73
|
default: () => [slotValue]
|
|
70
74
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"VIcon.mjs","names":["useTextColor","makeComponentProps","IconValue","useIcon","makeSizeProps","useSize","makeTagProps","makeThemeProps","provideTheme","computed","ref","Text","toRef","convertToUnit","flattenFragments","genericComponent","propsFactory","useRender","makeVIconProps","color","String","
|
|
1
|
+
{"version":3,"file":"VIcon.mjs","names":["useTextColor","makeComponentProps","IconValue","useIcon","makeSizeProps","useSize","makeTagProps","makeThemeProps","provideTheme","computed","ref","Text","toRef","convertToUnit","flattenFragments","genericComponent","propsFactory","useRender","makeVIconProps","color","String","disabled","Boolean","start","end","icon","tag","VIcon","name","props","setup","_ref","attrs","slots","slotIcon","themeClasses","iconData","value","sizeClasses","textColorClasses","textColorStyles","slotValue","default","filter","node","type","children","hasClick","onClick","onClickOnce","_createVNode","component","class","fontSize","size","height","width","undefined","style"],"sources":["../../../src/components/VIcon/VIcon.tsx"],"sourcesContent":["// Styles\nimport './VIcon.sass'\n\n// Composables\nimport { useTextColor } from '@/composables/color'\nimport { makeComponentProps } from '@/composables/component'\nimport { IconValue, useIcon } from '@/composables/icons'\nimport { makeSizeProps, useSize } from '@/composables/size'\nimport { makeTagProps } from '@/composables/tag'\nimport { makeThemeProps, provideTheme } from '@/composables/theme'\n\n// Utilities\nimport { computed, ref, Text, toRef } from 'vue'\nimport { convertToUnit, flattenFragments, genericComponent, propsFactory, useRender } from '@/util'\n\nexport const makeVIconProps = propsFactory({\n color: String,\n disabled: Boolean,\n start: Boolean,\n end: Boolean,\n icon: IconValue,\n\n ...makeComponentProps(),\n ...makeSizeProps(),\n ...makeTagProps({ tag: 'i' }),\n ...makeThemeProps(),\n}, 'VIcon')\n\nexport const VIcon = genericComponent()({\n name: 'VIcon',\n\n props: makeVIconProps(),\n\n setup (props, { attrs, slots }) {\n const slotIcon = ref<string>()\n\n const { themeClasses } = provideTheme(props)\n const { iconData } = useIcon(computed(() => slotIcon.value || props.icon))\n const { sizeClasses } = useSize(props)\n const { textColorClasses, textColorStyles } = useTextColor(toRef(props, 'color'))\n\n useRender(() => {\n const slotValue = slots.default?.()\n if (slotValue) {\n slotIcon.value = flattenFragments(slotValue).filter(node =>\n node.type === Text && node.children && typeof node.children === 'string'\n )[0]?.children as string\n }\n const hasClick = !!(attrs.onClick || attrs.onClickOnce)\n\n return (\n <iconData.value.component\n tag={ props.tag }\n icon={ iconData.value.icon }\n class={[\n 'v-icon',\n 'notranslate',\n themeClasses.value,\n sizeClasses.value,\n textColorClasses.value,\n {\n 'v-icon--clickable': hasClick,\n 'v-icon--disabled': props.disabled,\n 'v-icon--start': props.start,\n 'v-icon--end': props.end,\n },\n props.class,\n ]}\n style={[\n !sizeClasses.value ? ({\n fontSize: convertToUnit(props.size),\n height: convertToUnit(props.size),\n width: convertToUnit(props.size),\n }) : undefined,\n textColorStyles.value,\n props.style,\n ]}\n role={ hasClick ? 'button' : undefined }\n aria-hidden={ !hasClick }\n tabindex={ hasClick ? props.disabled ? -1 : 0 : undefined }\n >\n { slotValue }\n </iconData.value.component>\n )\n })\n\n return {}\n },\n})\n\nexport type VIcon = InstanceType<typeof VIcon>\n"],"mappings":"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"}
|
|
@@ -13,9 +13,9 @@ declare const VComponentIcon: {
|
|
|
13
13
|
} & {
|
|
14
14
|
icon?: IconValue | undefined;
|
|
15
15
|
} & {
|
|
16
|
-
$children?: vue.VNodeChild |
|
|
16
|
+
$children?: vue.VNodeChild | {
|
|
17
17
|
default?: (() => vue.VNodeChild) | undefined;
|
|
18
|
-
};
|
|
18
|
+
} | (() => vue.VNodeChild);
|
|
19
19
|
'v-slots'?: {
|
|
20
20
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
21
21
|
} | undefined;
|
|
@@ -26,9 +26,9 @@ declare const VComponentIcon: {
|
|
|
26
26
|
} & {
|
|
27
27
|
icon?: IconValue | undefined;
|
|
28
28
|
} & {
|
|
29
|
-
$children?: vue.VNodeChild |
|
|
29
|
+
$children?: vue.VNodeChild | {
|
|
30
30
|
default?: (() => vue.VNodeChild) | undefined;
|
|
31
|
-
};
|
|
31
|
+
} | (() => vue.VNodeChild);
|
|
32
32
|
'v-slots'?: {
|
|
33
33
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
34
34
|
} | undefined;
|
|
@@ -50,9 +50,9 @@ declare const VComponentIcon: {
|
|
|
50
50
|
} & {
|
|
51
51
|
icon?: IconValue | undefined;
|
|
52
52
|
} & {
|
|
53
|
-
$children?: vue.VNodeChild |
|
|
53
|
+
$children?: vue.VNodeChild | {
|
|
54
54
|
default?: (() => vue.VNodeChild) | undefined;
|
|
55
|
-
};
|
|
55
|
+
} | (() => vue.VNodeChild);
|
|
56
56
|
'v-slots'?: {
|
|
57
57
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
58
58
|
} | undefined;
|
|
@@ -67,9 +67,9 @@ declare const VComponentIcon: {
|
|
|
67
67
|
} & {
|
|
68
68
|
icon?: IconValue | undefined;
|
|
69
69
|
} & {
|
|
70
|
-
$children?: vue.VNodeChild |
|
|
70
|
+
$children?: vue.VNodeChild | {
|
|
71
71
|
default?: (() => vue.VNodeChild) | undefined;
|
|
72
|
-
};
|
|
72
|
+
} | (() => vue.VNodeChild);
|
|
73
73
|
'v-slots'?: {
|
|
74
74
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
75
75
|
} | undefined;
|
|
@@ -289,6 +289,7 @@ declare const VIcon: {
|
|
|
289
289
|
end: boolean;
|
|
290
290
|
start: boolean;
|
|
291
291
|
style: vue.StyleValue;
|
|
292
|
+
disabled: boolean;
|
|
292
293
|
size: string | number;
|
|
293
294
|
tag: string;
|
|
294
295
|
} & {
|
|
@@ -297,9 +298,9 @@ declare const VIcon: {
|
|
|
297
298
|
icon?: IconValue | undefined;
|
|
298
299
|
theme?: string | undefined;
|
|
299
300
|
} & {
|
|
300
|
-
$children?: vue.VNodeChild |
|
|
301
|
+
$children?: vue.VNodeChild | {
|
|
301
302
|
default?: (() => vue.VNodeChild) | undefined;
|
|
302
|
-
};
|
|
303
|
+
} | (() => vue.VNodeChild);
|
|
303
304
|
'v-slots'?: {
|
|
304
305
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
305
306
|
} | undefined;
|
|
@@ -309,6 +310,7 @@ declare const VIcon: {
|
|
|
309
310
|
end: boolean;
|
|
310
311
|
start: boolean;
|
|
311
312
|
style: vue.StyleValue;
|
|
313
|
+
disabled: boolean;
|
|
312
314
|
size: string | number;
|
|
313
315
|
tag: string;
|
|
314
316
|
} & {
|
|
@@ -317,9 +319,9 @@ declare const VIcon: {
|
|
|
317
319
|
icon?: IconValue | undefined;
|
|
318
320
|
theme?: string | undefined;
|
|
319
321
|
} & {
|
|
320
|
-
$children?: vue.VNodeChild |
|
|
322
|
+
$children?: vue.VNodeChild | {
|
|
321
323
|
default?: (() => vue.VNodeChild) | undefined;
|
|
322
|
-
};
|
|
324
|
+
} | (() => vue.VNodeChild);
|
|
323
325
|
'v-slots'?: {
|
|
324
326
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
325
327
|
} | undefined;
|
|
@@ -329,6 +331,7 @@ declare const VIcon: {
|
|
|
329
331
|
end: boolean;
|
|
330
332
|
start: boolean;
|
|
331
333
|
style: vue.StyleValue;
|
|
334
|
+
disabled: boolean;
|
|
332
335
|
size: string | number;
|
|
333
336
|
tag: string;
|
|
334
337
|
}, true, {}, vue.SlotsType<Partial<{
|
|
@@ -346,6 +349,7 @@ declare const VIcon: {
|
|
|
346
349
|
end: boolean;
|
|
347
350
|
start: boolean;
|
|
348
351
|
style: vue.StyleValue;
|
|
352
|
+
disabled: boolean;
|
|
349
353
|
size: string | number;
|
|
350
354
|
tag: string;
|
|
351
355
|
} & {
|
|
@@ -354,9 +358,9 @@ declare const VIcon: {
|
|
|
354
358
|
icon?: IconValue | undefined;
|
|
355
359
|
theme?: string | undefined;
|
|
356
360
|
} & {
|
|
357
|
-
$children?: vue.VNodeChild |
|
|
361
|
+
$children?: vue.VNodeChild | {
|
|
358
362
|
default?: (() => vue.VNodeChild) | undefined;
|
|
359
|
-
};
|
|
363
|
+
} | (() => vue.VNodeChild);
|
|
360
364
|
'v-slots'?: {
|
|
361
365
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
362
366
|
} | undefined;
|
|
@@ -366,6 +370,7 @@ declare const VIcon: {
|
|
|
366
370
|
end: boolean;
|
|
367
371
|
start: boolean;
|
|
368
372
|
style: vue.StyleValue;
|
|
373
|
+
disabled: boolean;
|
|
369
374
|
size: string | number;
|
|
370
375
|
tag: string;
|
|
371
376
|
}>;
|
|
@@ -376,6 +381,7 @@ declare const VIcon: {
|
|
|
376
381
|
end: boolean;
|
|
377
382
|
start: boolean;
|
|
378
383
|
style: vue.StyleValue;
|
|
384
|
+
disabled: boolean;
|
|
379
385
|
size: string | number;
|
|
380
386
|
tag: string;
|
|
381
387
|
} & {
|
|
@@ -384,9 +390,9 @@ declare const VIcon: {
|
|
|
384
390
|
icon?: IconValue | undefined;
|
|
385
391
|
theme?: string | undefined;
|
|
386
392
|
} & {
|
|
387
|
-
$children?: vue.VNodeChild |
|
|
393
|
+
$children?: vue.VNodeChild | {
|
|
388
394
|
default?: (() => vue.VNodeChild) | undefined;
|
|
389
|
-
};
|
|
395
|
+
} | (() => vue.VNodeChild);
|
|
390
396
|
'v-slots'?: {
|
|
391
397
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
392
398
|
} | undefined;
|
|
@@ -396,6 +402,7 @@ declare const VIcon: {
|
|
|
396
402
|
end: boolean;
|
|
397
403
|
start: boolean;
|
|
398
404
|
style: vue.StyleValue;
|
|
405
|
+
disabled: boolean;
|
|
399
406
|
size: string | number;
|
|
400
407
|
tag: string;
|
|
401
408
|
}, {}, string, vue.SlotsType<Partial<{
|
|
@@ -421,6 +428,7 @@ declare const VIcon: {
|
|
|
421
428
|
default: null;
|
|
422
429
|
};
|
|
423
430
|
color: StringConstructor;
|
|
431
|
+
disabled: BooleanConstructor;
|
|
424
432
|
start: BooleanConstructor;
|
|
425
433
|
end: BooleanConstructor;
|
|
426
434
|
icon: vue.PropType<IconValue>;
|
|
@@ -443,6 +451,7 @@ declare const VIcon: {
|
|
|
443
451
|
default: null;
|
|
444
452
|
};
|
|
445
453
|
color: StringConstructor;
|
|
454
|
+
disabled: BooleanConstructor;
|
|
446
455
|
start: BooleanConstructor;
|
|
447
456
|
end: BooleanConstructor;
|
|
448
457
|
icon: vue.PropType<IconValue>;
|
|
@@ -40,8 +40,8 @@ declare const VImg: {
|
|
|
40
40
|
crossorigin?: "" | "anonymous" | "use-credentials" | undefined;
|
|
41
41
|
sizes?: string | undefined;
|
|
42
42
|
srcset?: string | undefined;
|
|
43
|
-
contentClass?: string | undefined;
|
|
44
43
|
rounded?: string | number | boolean | undefined;
|
|
44
|
+
contentClass?: string | undefined;
|
|
45
45
|
gradient?: string | undefined;
|
|
46
46
|
lazySrc?: string | undefined;
|
|
47
47
|
} & {
|
|
@@ -104,8 +104,8 @@ declare const VImg: {
|
|
|
104
104
|
crossorigin?: "" | "anonymous" | "use-credentials" | undefined;
|
|
105
105
|
sizes?: string | undefined;
|
|
106
106
|
srcset?: string | undefined;
|
|
107
|
-
contentClass?: string | undefined;
|
|
108
107
|
rounded?: string | number | boolean | undefined;
|
|
108
|
+
contentClass?: string | undefined;
|
|
109
109
|
gradient?: string | undefined;
|
|
110
110
|
lazySrc?: string | undefined;
|
|
111
111
|
} & {
|
|
@@ -191,8 +191,8 @@ declare const VImg: {
|
|
|
191
191
|
crossorigin?: "" | "anonymous" | "use-credentials" | undefined;
|
|
192
192
|
sizes?: string | undefined;
|
|
193
193
|
srcset?: string | undefined;
|
|
194
|
-
contentClass?: string | undefined;
|
|
195
194
|
rounded?: string | number | boolean | undefined;
|
|
195
|
+
contentClass?: string | undefined;
|
|
196
196
|
gradient?: string | undefined;
|
|
197
197
|
lazySrc?: string | undefined;
|
|
198
198
|
} & {
|
|
@@ -268,8 +268,8 @@ declare const VImg: {
|
|
|
268
268
|
crossorigin?: "" | "anonymous" | "use-credentials" | undefined;
|
|
269
269
|
sizes?: string | undefined;
|
|
270
270
|
srcset?: string | undefined;
|
|
271
|
-
contentClass?: string | undefined;
|
|
272
271
|
rounded?: string | number | boolean | undefined;
|
|
272
|
+
contentClass?: string | undefined;
|
|
273
273
|
gradient?: string | undefined;
|
|
274
274
|
lazySrc?: string | undefined;
|
|
275
275
|
} & {
|