@vuetify/nightly 3.8.1-next.2025-04-15 → 3.8.2-master.2025-04-17
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/CHANGELOG.md +5 -27
- package/dist/json/attributes.json +3031 -3031
- package/dist/json/importMap-labs.json +36 -36
- package/dist/json/importMap.json +150 -150
- package/dist/json/web-types.json +5537 -5577
- package/dist/vuetify-labs.cjs +197 -346
- package/dist/vuetify-labs.css +25469 -23739
- package/dist/vuetify-labs.d.ts +677 -274
- package/dist/vuetify-labs.esm.js +198 -347
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +197 -346
- package/dist/vuetify-labs.min.css +4 -3
- package/dist/vuetify.cjs +173 -328
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +24041 -22315
- package/dist/vuetify.d.ts +680 -277
- package/dist/vuetify.esm.js +174 -329
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +173 -328
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +4 -3
- package/dist/vuetify.min.js +1161 -1152
- package/dist/vuetify.min.js.map +1 -1
- package/lib/blueprints/md3.js +18 -5
- package/lib/blueprints/md3.js.map +1 -1
- package/lib/components/VAlert/VAlert.css +215 -207
- package/lib/components/VApp/VApp.css +15 -16
- package/lib/components/VAppBar/VAppBar.css +12 -14
- package/lib/components/VAutocomplete/VAutocomplete.css +84 -85
- package/lib/components/VAutocomplete/VAutocomplete.d.ts +9 -18
- package/lib/components/VAutocomplete/VAutocomplete.js +3 -6
- package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -1
- package/lib/components/VAvatar/VAvatar.css +106 -108
- package/lib/components/VBadge/VBadge.css +77 -77
- package/lib/components/VBanner/VBanner.css +166 -161
- package/lib/components/VBottomNavigation/VBottomNavigation.css +64 -65
- package/lib/components/VBottomSheet/VBottomSheet.css +31 -34
- package/lib/components/VBreadcrumbs/VBreadcrumbs.css +57 -54
- package/lib/components/VBtn/VBtn.css +408 -385
- package/lib/components/VBtn/VBtn.sass +4 -4
- package/lib/components/VBtnGroup/VBtnGroup.css +64 -63
- package/lib/components/VBtnToggle/VBtnToggle.css +14 -16
- package/lib/components/VCard/VCard.css +302 -294
- package/lib/components/VCarousel/VCarousel.css +65 -63
- package/lib/components/VCarousel/VCarousel.sass +1 -1
- package/lib/components/VCheckbox/VCheckbox.css +5 -7
- package/lib/components/VChip/VChip.css +411 -378
- package/lib/components/VChipGroup/VChipGroup.css +18 -19
- package/lib/components/VCode/VCode.css +11 -10
- package/lib/components/VCode/VCode.sass +3 -0
- package/lib/components/VColorPicker/VColorPicker.css +23 -23
- package/lib/components/VColorPicker/VColorPickerCanvas.css +22 -24
- package/lib/components/VColorPicker/VColorPickerEdit.css +28 -29
- package/lib/components/VColorPicker/VColorPickerPreview.css +67 -69
- package/lib/components/VColorPicker/VColorPickerPreview.sass +2 -4
- package/lib/components/VColorPicker/VColorPickerSwatches.css +34 -34
- package/lib/components/VCombobox/VCombobox.css +84 -85
- package/lib/components/VCombobox/VCombobox.d.ts +9 -18
- package/lib/components/VCombobox/VCombobox.js +3 -6
- package/lib/components/VCombobox/VCombobox.js.map +1 -1
- package/lib/components/VCounter/VCounter.css +5 -7
- package/lib/components/VDataTable/VDataTable.css +186 -189
- package/lib/components/VDataTable/VDataTable.sass +11 -21
- package/lib/components/VDataTable/VDataTableFooter.css +31 -33
- package/lib/components/VDatePicker/VDatePicker.css +6 -8
- package/lib/components/VDatePicker/VDatePicker.d.ts +7 -7
- package/lib/components/VDatePicker/VDatePickerControls.css +57 -55
- package/lib/components/VDatePicker/VDatePickerHeader.css +60 -56
- package/lib/components/VDatePicker/VDatePickerMonth.css +55 -51
- package/lib/components/VDatePicker/VDatePickerMonth.d.ts +7 -7
- package/lib/components/VDatePicker/VDatePickerMonths.css +19 -20
- package/lib/components/VDatePicker/VDatePickerYears.css +15 -16
- package/lib/components/VDialog/VDialog.css +98 -98
- package/lib/components/VDivider/VDivider.css +52 -52
- package/lib/components/VEmptyState/VEmptyState.css +67 -62
- package/lib/components/VExpansionPanel/VExpansionPanel.css +209 -203
- package/lib/components/VExpansionPanel/VExpansionPanel.sass +25 -27
- package/lib/components/VFab/VFab.css +73 -78
- package/lib/components/VFab/VFab.sass +4 -5
- package/lib/components/VField/VField.css +589 -548
- package/lib/components/VFileInput/VFileInput.css +28 -30
- package/lib/components/VFooter/VFooter.css +36 -38
- package/lib/components/VForm/VForm.d.ts +531 -111
- package/lib/components/VForm/VForm.js +1 -11
- package/lib/components/VForm/VForm.js.map +1 -1
- package/lib/components/VGrid/VGrid.css +592 -565
- package/lib/components/VIcon/VIcon.css +53 -52
- package/lib/components/VImg/VImg.css +51 -50
- package/lib/components/VInfiniteScroll/VInfiniteScroll.css +37 -36
- package/lib/components/VInput/VInput.css +147 -136
- package/lib/components/VItemGroup/VItemGroup.css +5 -7
- package/lib/components/VKbd/VKbd.css +11 -13
- package/lib/components/VLabel/VLabel.css +15 -16
- package/lib/components/VLayout/VLayout.css +8 -10
- package/lib/components/VLayout/VLayoutItem.css +7 -8
- package/lib/components/VList/VList.css +108 -104
- package/lib/components/VList/VList.sass +1 -1
- package/lib/components/VList/VListItem.css +452 -440
- package/lib/components/VList/VListItem.sass +1 -2
- package/lib/components/VLocaleProvider/VLocaleProvider.css +2 -4
- package/lib/components/VMain/VMain.css +30 -32
- package/lib/components/VMenu/VMenu.css +19 -21
- package/lib/components/VMessages/VMessages.css +15 -17
- package/lib/components/VNavigationDrawer/VNavigationDrawer.css +104 -102
- package/lib/components/VNumberInput/VNumberInput.css +46 -48
- package/lib/components/VOtpInput/VOtpInput.css +58 -56
- package/lib/components/VOverlay/VOverlay.css +64 -61
- package/lib/components/VOverlay/VOverlay.sass +13 -14
- package/lib/components/VPagination/VPagination.css +8 -10
- package/lib/components/VParallax/VParallax.css +6 -8
- package/lib/components/VProgressCircular/VProgressCircular.css +101 -95
- package/lib/components/VProgressLinear/VProgressLinear.css +222 -209
- package/lib/components/VRadioGroup/VRadioGroup.css +12 -14
- package/lib/components/VRating/VRating.css +53 -52
- package/lib/components/VResponsive/VResponsive.css +26 -25
- package/lib/components/VSelect/VSelect.css +51 -53
- package/lib/components/VSelect/VSelect.d.ts +9 -18
- package/lib/components/VSelect/VSelect.js +3 -6
- package/lib/components/VSelect/VSelect.js.map +1 -1
- package/lib/components/VSelectionControl/VSelectionControl.css +100 -98
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.css +8 -10
- package/lib/components/VSheet/VSheet.css +36 -38
- package/lib/components/VSkeletonLoader/VSkeletonLoader.css +224 -225
- package/lib/components/VSlideGroup/VSlideGroup.css +55 -53
- package/lib/components/VSlider/VSlider.css +57 -53
- package/lib/components/VSlider/VSliderThumb.css +153 -142
- package/lib/components/VSlider/VSliderTrack.css +174 -155
- package/lib/components/VSnackbar/VSnackbar.css +140 -140
- package/lib/components/VSpeedDial/VSpeedDial.css +41 -43
- package/lib/components/VStepper/VStepper.css +56 -55
- package/lib/components/VStepper/VStepperItem.css +115 -112
- package/lib/components/VSwitch/VSwitch.css +139 -129
- package/lib/components/VSystemBar/VSystemBar.css +43 -45
- package/lib/components/VTable/VTable.css +141 -140
- package/lib/components/VTable/VTable.sass +2 -4
- package/lib/components/VTabs/VTab.css +29 -30
- package/lib/components/VTabs/VTabs.css +65 -59
- package/lib/components/VTextField/VTextField.css +85 -77
- package/lib/components/VTextarea/VTextarea.css +40 -48
- package/lib/components/VTextarea/VTextarea.sass +2 -4
- package/lib/components/VThemeProvider/VThemeProvider.css +3 -5
- package/lib/components/VTimeline/VTimeline.css +427 -388
- package/lib/components/VToolbar/VToolbar.css +144 -137
- package/lib/components/VTooltip/VTooltip.css +23 -27
- package/lib/components/VTooltip/VTooltip.sass +6 -8
- package/lib/components/VVirtualScroll/VVirtualScroll.css +9 -11
- package/lib/components/VWindow/VWindow.css +70 -73
- package/lib/composables/calendar.d.ts +2 -2
- package/lib/composables/calendar.js +5 -7
- package/lib/composables/calendar.js.map +1 -1
- package/lib/composables/date/DateAdapter.d.ts +1 -0
- package/lib/composables/date/DateAdapter.js.map +1 -1
- package/lib/composables/date/adapters/vuetify.d.ts +1 -0
- package/lib/composables/date/adapters/vuetify.js +101 -160
- package/lib/composables/date/adapters/vuetify.js.map +1 -1
- package/lib/composables/date/date.d.ts +1 -1
- package/lib/composables/date/date.js +0 -20
- package/lib/composables/date/date.js.map +1 -1
- package/lib/composables/filter.js +2 -1
- package/lib/composables/filter.js.map +1 -1
- package/lib/composables/theme.d.ts +1 -6
- package/lib/composables/theme.js +30 -98
- package/lib/composables/theme.js.map +1 -1
- package/lib/composables/validation.js +5 -0
- package/lib/composables/validation.js.map +1 -1
- package/lib/composables/virtual.js +1 -6
- package/lib/composables/virtual.js.map +1 -1
- package/lib/directives/ripple/VRipple.css +36 -38
- package/lib/entry-bundler.d.ts +1 -0
- package/lib/entry-bundler.js +1 -1
- package/lib/entry-bundler.js.map +1 -1
- package/lib/framework.d.ts +64 -66
- package/lib/framework.js +1 -1
- package/lib/framework.js.map +1 -1
- package/lib/labs/VCalendar/VCalendar.css +225 -219
- package/lib/labs/VCalendar/VCalendar.d.ts +7 -7
- package/lib/labs/VCalendar/VCalendarDay.css +32 -33
- package/lib/labs/VCalendar/VCalendarHeader.css +13 -13
- package/lib/labs/VCalendar/VCalendarInterval.css +42 -43
- package/lib/labs/VCalendar/VCalendarInterval.js +25 -19
- package/lib/labs/VCalendar/VCalendarInterval.js.map +1 -1
- package/lib/labs/VCalendar/VCalendarIntervalEvent.css +5 -7
- package/lib/labs/VCalendar/VCalendarMonthDay.css +58 -61
- package/lib/labs/VCalendar/VCalendarMonthDay.sass +2 -3
- package/lib/labs/VDateInput/VDateInput.d.ts +7 -7
- package/lib/labs/VFileUpload/VFileUpload.css +77 -74
- package/lib/labs/VIconBtn/VIconBtn.css +164 -162
- package/lib/labs/VPicker/VPicker.css +63 -58
- package/lib/labs/VTimePicker/VTimePicker.css +7 -9
- package/lib/labs/VTimePicker/VTimePickerClock.css +129 -126
- package/lib/labs/VTimePicker/VTimePickerControls.css +103 -102
- package/lib/labs/VTreeview/VTreeviewItem.css +28 -30
- package/lib/labs/VTreeview/VTreeviewItem.sass +2 -3
- package/lib/labs/entry-bundler.d.ts +1 -0
- package/lib/styles/elements/_global.sass +1 -1
- package/lib/styles/generic/_colors.scss +3 -3
- package/lib/styles/generic/_layers.scss +1 -13
- package/lib/styles/generic/_reset.scss +1 -0
- package/lib/styles/generic/_transitions.scss +32 -32
- package/lib/styles/main.css +16142 -14667
- package/lib/styles/settings/_utilities.scss +5 -0
- package/lib/styles/settings/_variables.scss +2 -1
- package/lib/styles/tools/_bootable.sass +3 -0
- package/lib/styles/tools/_border.sass +4 -4
- package/lib/styles/tools/_display.sass +10 -0
- package/lib/styles/tools/_elevation.sass +2 -2
- package/lib/styles/tools/_index.sass +2 -0
- package/lib/styles/tools/_layer.scss +2 -4
- package/lib/styles/tools/_position.sass +2 -2
- package/lib/styles/tools/_radius.sass +10 -0
- package/lib/styles/tools/_rounded.sass +2 -2
- package/lib/styles/tools/_utilities.sass +5 -1
- package/lib/styles/utilities/_elevation.scss +1 -1
- package/lib/util/globals.d.ts +0 -1
- package/lib/util/globals.js +0 -1
- package/lib/util/globals.js.map +1 -1
- package/package.json +46 -45
package/lib/blueprints/md3.js
CHANGED
@@ -6,7 +6,7 @@ export const md3 = {
|
|
6
6
|
flat: true
|
7
7
|
},
|
8
8
|
VAutocomplete: {
|
9
|
-
variant: '
|
9
|
+
variant: 'outlined'
|
10
10
|
},
|
11
11
|
VBanner: {
|
12
12
|
color: 'primary'
|
@@ -35,7 +35,10 @@ export const md3 = {
|
|
35
35
|
rounded: 'sm'
|
36
36
|
},
|
37
37
|
VCombobox: {
|
38
|
-
variant: '
|
38
|
+
variant: 'outlined'
|
39
|
+
},
|
40
|
+
VDateInput: {
|
41
|
+
variant: 'outlined'
|
39
42
|
},
|
40
43
|
VDatePicker: {
|
41
44
|
controlHeight: 48,
|
@@ -49,6 +52,9 @@ export const md3 = {
|
|
49
52
|
rounded: 'circle'
|
50
53
|
}
|
51
54
|
},
|
55
|
+
VFileInput: {
|
56
|
+
variant: 'outlined'
|
57
|
+
},
|
52
58
|
VNavigationDrawer: {
|
53
59
|
// VList: {
|
54
60
|
// nav: true,
|
@@ -57,8 +63,15 @@ export const md3 = {
|
|
57
63
|
// },
|
58
64
|
// },
|
59
65
|
},
|
66
|
+
VNumberInput: {
|
67
|
+
variant: 'outlined',
|
68
|
+
VBtn: {
|
69
|
+
color: undefined,
|
70
|
+
rounded: undefined
|
71
|
+
}
|
72
|
+
},
|
60
73
|
VSelect: {
|
61
|
-
variant: '
|
74
|
+
variant: 'outlined'
|
62
75
|
},
|
63
76
|
VSlider: {
|
64
77
|
color: 'primary'
|
@@ -67,10 +80,10 @@ export const md3 = {
|
|
67
80
|
color: 'primary'
|
68
81
|
},
|
69
82
|
VTextarea: {
|
70
|
-
variant: '
|
83
|
+
variant: 'outlined'
|
71
84
|
},
|
72
85
|
VTextField: {
|
73
|
-
variant: '
|
86
|
+
variant: 'outlined'
|
74
87
|
},
|
75
88
|
VToolbar: {
|
76
89
|
VBtn: {
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"md3.js","names":["mdi","md3","defaults","VAppBar","flat","VAutocomplete","variant","VBanner","color","VBottomSheet","contentClass","VBtn","rounded","VBtnGroup","VCard","VCheckbox","inset","VChip","VCombobox","VDatePicker","controlHeight","divided","headerColor","elevation","VNavigationDrawer","VSelect","VSlider","VTabs","VTextarea","VTextField","VToolbar","icons","defaultSet","sets","theme","themes","light","colors","primary","secondary","tertiary","error","surface"],"sources":["../../src/blueprints/md3.ts"],"sourcesContent":["// Icons\nimport { mdi } from '@/iconsets/mdi'\n\n// Types\nimport type { Blueprint } from '@/framework'\n\nexport const md3: Blueprint = {\n defaults: {\n VAppBar: {\n flat: true,\n },\n VAutocomplete: {\n variant: '
|
1
|
+
{"version":3,"file":"md3.js","names":["mdi","md3","defaults","VAppBar","flat","VAutocomplete","variant","VBanner","color","VBottomSheet","contentClass","VBtn","rounded","VBtnGroup","VCard","VCheckbox","inset","VChip","VCombobox","VDateInput","VDatePicker","controlHeight","divided","headerColor","elevation","VFileInput","VNavigationDrawer","VNumberInput","undefined","VSelect","VSlider","VTabs","VTextarea","VTextField","VToolbar","icons","defaultSet","sets","theme","themes","light","colors","primary","secondary","tertiary","error","surface"],"sources":["../../src/blueprints/md3.ts"],"sourcesContent":["// Icons\nimport { mdi } from '@/iconsets/mdi'\n\n// Types\nimport type { Blueprint } from '@/framework'\n\nexport const md3: Blueprint = {\n defaults: {\n VAppBar: {\n flat: true,\n },\n VAutocomplete: {\n variant: 'outlined',\n },\n VBanner: {\n color: 'primary',\n },\n VBottomSheet: {\n contentClass: 'rounded-t-xl overflow-hidden',\n },\n VBtn: {\n color: 'primary',\n rounded: 'xl',\n },\n VBtnGroup: {\n rounded: 'xl',\n VBtn: { rounded: null },\n },\n VCard: {\n rounded: 'lg',\n },\n VCheckbox: {\n color: 'secondary',\n inset: true,\n },\n VChip: {\n rounded: 'sm',\n },\n VCombobox: {\n variant: 'outlined',\n },\n VDateInput: {\n variant: 'outlined',\n },\n VDatePicker: {\n controlHeight: 48,\n color: 'primary',\n divided: true,\n headerColor: '',\n elevation: 3,\n rounded: 'xl',\n\n VBtn: {\n color: 'high-emphasis',\n rounded: 'circle',\n },\n },\n VFileInput: {\n variant: 'outlined',\n },\n VNavigationDrawer: {\n // VList: {\n // nav: true,\n // VListItem: {\n // rounded: 'xl',\n // },\n // },\n },\n VNumberInput: {\n variant: 'outlined',\n\n VBtn: {\n color: undefined,\n rounded: undefined,\n },\n },\n VSelect: {\n variant: 'outlined',\n },\n VSlider: {\n color: 'primary',\n },\n VTabs: {\n color: 'primary',\n },\n VTextarea: {\n variant: 'outlined',\n },\n VTextField: {\n variant: 'outlined',\n },\n VToolbar: {\n VBtn: {\n color: null,\n },\n },\n },\n icons: {\n defaultSet: 'mdi',\n sets: {\n mdi,\n },\n },\n theme: {\n themes: {\n light: {\n colors: {\n primary: '#6750a4',\n secondary: '#b4b0bb',\n tertiary: '#7d5260',\n error: '#b3261e',\n surface: '#fffbfe',\n },\n },\n },\n },\n}\n"],"mappings":"AAAA;AAAA,SACSA,GAAG,8BAEZ;AAGA,OAAO,MAAMC,GAAc,GAAG;EAC5BC,QAAQ,EAAE;IACRC,OAAO,EAAE;MACPC,IAAI,EAAE;IACR,CAAC;IACDC,aAAa,EAAE;MACbC,OAAO,EAAE;IACX,CAAC;IACDC,OAAO,EAAE;MACPC,KAAK,EAAE;IACT,CAAC;IACDC,YAAY,EAAE;MACZC,YAAY,EAAE;IAChB,CAAC;IACDC,IAAI,EAAE;MACJH,KAAK,EAAE,SAAS;MAChBI,OAAO,EAAE;IACX,CAAC;IACDC,SAAS,EAAE;MACTD,OAAO,EAAE,IAAI;MACbD,IAAI,EAAE;QAAEC,OAAO,EAAE;MAAK;IACxB,CAAC;IACDE,KAAK,EAAE;MACLF,OAAO,EAAE;IACX,CAAC;IACDG,SAAS,EAAE;MACTP,KAAK,EAAE,WAAW;MAClBQ,KAAK,EAAE;IACT,CAAC;IACDC,KAAK,EAAE;MACLL,OAAO,EAAE;IACX,CAAC;IACDM,SAAS,EAAE;MACTZ,OAAO,EAAE;IACX,CAAC;IACDa,UAAU,EAAE;MACVb,OAAO,EAAE;IACX,CAAC;IACDc,WAAW,EAAE;MACXC,aAAa,EAAE,EAAE;MACjBb,KAAK,EAAE,SAAS;MAChBc,OAAO,EAAE,IAAI;MACbC,WAAW,EAAE,EAAE;MACfC,SAAS,EAAE,CAAC;MACZZ,OAAO,EAAE,IAAI;MAEbD,IAAI,EAAE;QACJH,KAAK,EAAE,eAAe;QACtBI,OAAO,EAAE;MACX;IACF,CAAC;IACDa,UAAU,EAAE;MACVnB,OAAO,EAAE;IACX,CAAC;IACDoB,iBAAiB,EAAE;MACjB;MACA;MACA;MACA;MACA;MACA;IAAA,CACD;IACDC,YAAY,EAAE;MACZrB,OAAO,EAAE,UAAU;MAEnBK,IAAI,EAAE;QACJH,KAAK,EAAEoB,SAAS;QAChBhB,OAAO,EAAEgB;MACX;IACF,CAAC;IACDC,OAAO,EAAE;MACPvB,OAAO,EAAE;IACX,CAAC;IACDwB,OAAO,EAAE;MACPtB,KAAK,EAAE;IACT,CAAC;IACDuB,KAAK,EAAE;MACLvB,KAAK,EAAE;IACT,CAAC;IACDwB,SAAS,EAAE;MACT1B,OAAO,EAAE;IACX,CAAC;IACD2B,UAAU,EAAE;MACV3B,OAAO,EAAE;IACX,CAAC;IACD4B,QAAQ,EAAE;MACRvB,IAAI,EAAE;QACJH,KAAK,EAAE;MACT;IACF;EACF,CAAC;EACD2B,KAAK,EAAE;IACLC,UAAU,EAAE,KAAK;IACjBC,IAAI,EAAE;MACJrC;IACF;EACF,CAAC;EACDsC,KAAK,EAAE;IACLC,MAAM,EAAE;MACNC,KAAK,EAAE;QACLC,MAAM,EAAE;UACNC,OAAO,EAAE,SAAS;UAClBC,SAAS,EAAE,SAAS;UACpBC,QAAQ,EAAE,SAAS;UACnBC,KAAK,EAAE,SAAS;UAChBC,OAAO,EAAE;QACX;MACF;IACF;EACF;AACF,CAAC","ignoreList":[]}
|
@@ -1,208 +1,216 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
.
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
.v-
|
42
|
-
|
43
|
-
|
44
|
-
.v-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
.
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
|
167
|
-
|
168
|
-
|
169
|
-
|
170
|
-
|
171
|
-
|
172
|
-
|
173
|
-
|
174
|
-
|
175
|
-
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
|
180
|
-
|
181
|
-
|
182
|
-
|
183
|
-
|
184
|
-
|
185
|
-
|
186
|
-
|
187
|
-
|
188
|
-
|
189
|
-
|
190
|
-
|
191
|
-
|
192
|
-
|
193
|
-
|
194
|
-
|
195
|
-
|
196
|
-
|
197
|
-
|
198
|
-
|
199
|
-
|
200
|
-
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
|
205
|
-
|
206
|
-
|
207
|
-
|
1
|
+
.v-alert {
|
2
|
+
display: grid;
|
3
|
+
flex: 1 1;
|
4
|
+
grid-template-areas: "prepend content append close" ". content . .";
|
5
|
+
grid-template-columns: max-content auto max-content max-content;
|
6
|
+
position: relative;
|
7
|
+
padding: 16px;
|
8
|
+
overflow: hidden;
|
9
|
+
--v-border-color: currentColor;
|
10
|
+
}
|
11
|
+
.v-alert--absolute {
|
12
|
+
position: absolute;
|
13
|
+
}
|
14
|
+
.v-alert--fixed {
|
15
|
+
position: fixed;
|
16
|
+
}
|
17
|
+
.v-alert--sticky {
|
18
|
+
position: sticky;
|
19
|
+
}
|
20
|
+
.v-alert {
|
21
|
+
border-radius: 4px;
|
22
|
+
}
|
23
|
+
.v-alert--variant-plain, .v-alert--variant-outlined, .v-alert--variant-text, .v-alert--variant-tonal {
|
24
|
+
background: transparent;
|
25
|
+
color: inherit;
|
26
|
+
}
|
27
|
+
.v-alert--variant-plain {
|
28
|
+
opacity: 0.62;
|
29
|
+
}
|
30
|
+
.v-alert--variant-plain:focus, .v-alert--variant-plain:hover {
|
31
|
+
opacity: 1;
|
32
|
+
}
|
33
|
+
.v-alert--variant-plain .v-alert__overlay {
|
34
|
+
display: none;
|
35
|
+
}
|
36
|
+
.v-alert--variant-elevated, .v-alert--variant-flat {
|
37
|
+
background: rgb(var(--v-theme-surface-light));
|
38
|
+
color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
|
39
|
+
}
|
40
|
+
.v-alert--variant-elevated {
|
41
|
+
box-shadow: 0px 2px 1px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 1px 1px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 3px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
42
|
+
}
|
43
|
+
.v-alert--variant-flat {
|
44
|
+
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));
|
45
|
+
}
|
46
|
+
.v-alert--variant-outlined {
|
47
|
+
border: thin solid currentColor;
|
48
|
+
}
|
49
|
+
.v-alert--variant-text .v-alert__overlay {
|
50
|
+
background: currentColor;
|
51
|
+
}
|
52
|
+
.v-alert--variant-tonal .v-alert__underlay {
|
53
|
+
background: currentColor;
|
54
|
+
opacity: var(--v-activated-opacity);
|
55
|
+
border-radius: inherit;
|
56
|
+
top: 0;
|
57
|
+
right: 0;
|
58
|
+
bottom: 0;
|
59
|
+
left: 0;
|
60
|
+
pointer-events: none;
|
61
|
+
}
|
62
|
+
.v-alert .v-alert__underlay {
|
63
|
+
position: absolute;
|
64
|
+
}
|
65
|
+
.v-alert--prominent {
|
66
|
+
grid-template-areas: "prepend content append close" "prepend content . .";
|
67
|
+
}
|
68
|
+
.v-alert.v-alert--border {
|
69
|
+
--v-border-opacity: 0.38;
|
70
|
+
}
|
71
|
+
.v-alert.v-alert--border.v-alert--border-start {
|
72
|
+
padding-inline-start: 24px;
|
73
|
+
}
|
74
|
+
.v-alert.v-alert--border.v-alert--border-end {
|
75
|
+
padding-inline-end: 24px;
|
76
|
+
}
|
77
|
+
.v-alert--variant-plain {
|
78
|
+
transition: 0.2s opacity cubic-bezier(0.4, 0, 0.2, 1);
|
79
|
+
}
|
80
|
+
.v-alert--density-default {
|
81
|
+
padding-bottom: 16px;
|
82
|
+
padding-top: 16px;
|
83
|
+
}
|
84
|
+
.v-alert--density-default.v-alert--border-top {
|
85
|
+
padding-top: 24px;
|
86
|
+
}
|
87
|
+
.v-alert--density-default.v-alert--border-bottom {
|
88
|
+
padding-bottom: 24px;
|
89
|
+
}
|
90
|
+
|
91
|
+
.v-alert--density-comfortable {
|
92
|
+
padding-bottom: 12px;
|
93
|
+
padding-top: 12px;
|
94
|
+
}
|
95
|
+
.v-alert--density-comfortable.v-alert--border-top {
|
96
|
+
padding-top: 20px;
|
97
|
+
}
|
98
|
+
.v-alert--density-comfortable.v-alert--border-bottom {
|
99
|
+
padding-bottom: 20px;
|
100
|
+
}
|
101
|
+
|
102
|
+
.v-alert--density-compact {
|
103
|
+
padding-bottom: 8px;
|
104
|
+
padding-top: 8px;
|
105
|
+
}
|
106
|
+
.v-alert--density-compact.v-alert--border-top {
|
107
|
+
padding-top: 16px;
|
108
|
+
}
|
109
|
+
.v-alert--density-compact.v-alert--border-bottom {
|
110
|
+
padding-bottom: 16px;
|
111
|
+
}
|
112
|
+
|
113
|
+
.v-alert__border {
|
114
|
+
border-radius: inherit;
|
115
|
+
bottom: 0;
|
116
|
+
left: 0;
|
117
|
+
opacity: var(--v-border-opacity);
|
118
|
+
position: absolute;
|
119
|
+
pointer-events: none;
|
120
|
+
right: 0;
|
121
|
+
top: 0;
|
122
|
+
width: 100%;
|
123
|
+
}
|
124
|
+
.v-alert__border {
|
125
|
+
border-color: currentColor;
|
126
|
+
border-style: solid;
|
127
|
+
border-width: 0;
|
128
|
+
}
|
129
|
+
.v-alert__border--border {
|
130
|
+
border-width: 8px;
|
131
|
+
box-shadow: none;
|
132
|
+
}
|
133
|
+
.v-alert--border-start .v-alert__border {
|
134
|
+
border-inline-start-width: 8px;
|
135
|
+
}
|
136
|
+
.v-alert--border-end .v-alert__border {
|
137
|
+
border-inline-end-width: 8px;
|
138
|
+
}
|
139
|
+
.v-alert--border-top .v-alert__border {
|
140
|
+
border-top-width: 8px;
|
141
|
+
}
|
142
|
+
.v-alert--border-bottom .v-alert__border {
|
143
|
+
border-bottom-width: 8px;
|
144
|
+
}
|
145
|
+
|
146
|
+
.v-alert__close {
|
147
|
+
flex: 0 1 auto;
|
148
|
+
grid-area: close;
|
149
|
+
}
|
150
|
+
|
151
|
+
.v-alert__content {
|
152
|
+
align-self: center;
|
153
|
+
grid-area: content;
|
154
|
+
overflow: hidden;
|
155
|
+
}
|
156
|
+
|
157
|
+
.v-alert__append,
|
158
|
+
.v-alert__close {
|
159
|
+
align-self: flex-start;
|
160
|
+
margin-inline-start: 16px;
|
161
|
+
}
|
162
|
+
|
163
|
+
.v-alert__append {
|
164
|
+
align-self: flex-start;
|
165
|
+
grid-area: append;
|
166
|
+
}
|
167
|
+
.v-alert__append + .v-alert__close {
|
168
|
+
margin-inline-start: 16px;
|
169
|
+
}
|
170
|
+
|
171
|
+
.v-alert__prepend {
|
172
|
+
align-self: flex-start;
|
173
|
+
display: flex;
|
174
|
+
align-items: center;
|
175
|
+
grid-area: prepend;
|
176
|
+
margin-inline-end: 16px;
|
177
|
+
}
|
178
|
+
.v-alert--prominent .v-alert__prepend {
|
179
|
+
align-self: center;
|
180
|
+
}
|
181
|
+
|
182
|
+
.v-alert__underlay {
|
183
|
+
grid-area: none;
|
184
|
+
position: absolute;
|
185
|
+
}
|
186
|
+
.v-alert--border-start .v-alert__underlay {
|
187
|
+
border-top-left-radius: 0;
|
188
|
+
border-bottom-left-radius: 0;
|
189
|
+
}
|
190
|
+
.v-alert--border-end .v-alert__underlay {
|
191
|
+
border-top-right-radius: 0;
|
192
|
+
border-bottom-right-radius: 0;
|
193
|
+
}
|
194
|
+
.v-alert--border-top .v-alert__underlay {
|
195
|
+
border-top-left-radius: 0;
|
196
|
+
border-top-right-radius: 0;
|
197
|
+
}
|
198
|
+
.v-alert--border-bottom .v-alert__underlay {
|
199
|
+
border-bottom-left-radius: 0;
|
200
|
+
border-bottom-right-radius: 0;
|
201
|
+
}
|
202
|
+
|
203
|
+
.v-alert-title {
|
204
|
+
align-items: center;
|
205
|
+
align-self: center;
|
206
|
+
display: flex;
|
207
|
+
font-size: 1.25rem;
|
208
|
+
font-weight: 500;
|
209
|
+
hyphens: auto;
|
210
|
+
letter-spacing: 0.0125em;
|
211
|
+
line-height: 1.75rem;
|
212
|
+
overflow-wrap: normal;
|
213
|
+
text-transform: none;
|
214
|
+
word-break: normal;
|
215
|
+
word-wrap: break-word;
|
208
216
|
}
|
@@ -1,17 +1,16 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
}
|
1
|
+
.v-application {
|
2
|
+
display: flex;
|
3
|
+
background: rgb(var(--v-theme-background));
|
4
|
+
color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
|
5
|
+
}
|
6
|
+
|
7
|
+
.v-application__wrap {
|
8
|
+
backface-visibility: hidden;
|
9
|
+
display: flex;
|
10
|
+
flex-direction: column;
|
11
|
+
flex: 1 1 auto;
|
12
|
+
max-width: 100%;
|
13
|
+
min-height: 100vh;
|
14
|
+
min-height: 100dvh;
|
15
|
+
position: relative;
|
17
16
|
}
|
@@ -1,15 +1,13 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
padding-inline-end: var(--v-scrollbar-offset);
|
14
|
-
}
|
1
|
+
.v-app-bar {
|
2
|
+
display: flex;
|
3
|
+
}
|
4
|
+
.v-app-bar.v-toolbar {
|
5
|
+
background: rgb(var(--v-theme-surface));
|
6
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
7
|
+
}
|
8
|
+
.v-app-bar.v-toolbar:not(.v-toolbar--flat) {
|
9
|
+
box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
10
|
+
}
|
11
|
+
.v-app-bar:not(.v-toolbar--absolute) {
|
12
|
+
padding-inline-end: var(--v-scrollbar-offset);
|
15
13
|
}
|