@vuetify/nightly 3.0.0-beta.0 → 3.0.0-beta.13
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 +13 -2
- package/_settings.scss +2 -0
- package/_styles.scss +1 -0
- package/_tools.scss +1 -0
- package/dist/_component-variables.sass +61 -0
- package/dist/json/attributes.json +898 -526
- package/dist/json/importMap.json +156 -180
- package/dist/json/tags.json +221 -147
- package/dist/json/web-types.json +2698 -1609
- package/dist/vuetify.css +4126 -4566
- package/dist/vuetify.d.ts +13705 -11374
- package/dist/vuetify.esm.js +11107 -9293
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +11015 -9200
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +3 -3
- package/dist/vuetify.min.js +1375 -1254
- package/dist/vuetify.min.js.map +1 -1
- package/lib/blueprints/index.d.ts +171 -0
- package/lib/blueprints/index.mjs +4 -0
- package/lib/blueprints/index.mjs.map +1 -0
- package/lib/blueprints/md1.d.ts +167 -0
- package/lib/blueprints/md1.mjs +63 -0
- package/lib/blueprints/md1.mjs.map +1 -0
- package/lib/blueprints/md2.d.ts +167 -0
- package/lib/blueprints/md2.mjs +60 -0
- package/lib/blueprints/md2.mjs.map +1 -0
- package/lib/blueprints/md3.d.ts +167 -0
- package/lib/blueprints/md3.mjs +74 -0
- package/lib/blueprints/md3.mjs.map +1 -0
- package/lib/components/VAlert/VAlert.css +36 -19
- package/lib/components/VAlert/VAlert.mjs +69 -40
- package/lib/components/VAlert/VAlert.mjs.map +1 -1
- package/lib/components/VAlert/VAlert.sass +26 -11
- package/lib/components/VAlert/VAlertTitle.mjs +1 -0
- package/lib/components/VAlert/VAlertTitle.mjs.map +1 -1
- package/lib/components/VAlert/_variables.scss +14 -7
- package/lib/components/VAlert/index.d.ts +185 -0
- package/lib/components/VAlert/index.mjs.map +1 -1
- package/lib/components/VApp/VApp.css +2 -15
- package/lib/components/VApp/VApp.mjs +3 -4
- package/lib/components/VApp/VApp.mjs.map +1 -1
- package/lib/components/VApp/VApp.sass +11 -20
- package/lib/components/VApp/index.d.ts +83 -0
- package/lib/components/VApp/index.mjs.map +1 -1
- package/lib/components/VApp/variables.scss +6 -0
- package/lib/components/VAppBar/VAppBar.css +4 -1
- package/lib/components/VAppBar/VAppBar.mjs +15 -10
- package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
- package/lib/components/VAppBar/VAppBar.sass +3 -1
- package/lib/components/VAppBar/VAppBarNavIcon.mjs +11 -14
- package/lib/components/VAppBar/VAppBarNavIcon.mjs.map +1 -1
- package/lib/components/VAppBar/VAppBarTitle.mjs +7 -4
- package/lib/components/VAppBar/VAppBarTitle.mjs.map +1 -1
- package/lib/components/VAppBar/_variables.scss +2 -0
- package/lib/components/VAppBar/index.d.ts +156 -0
- package/lib/components/VAppBar/index.mjs.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.css +11 -1
- package/lib/components/VAutocomplete/VAutocomplete.mjs +142 -105
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.sass +10 -2
- package/lib/components/VAutocomplete/_variables.scss +1 -0
- package/lib/components/VAutocomplete/index.d.ts +1569 -0
- package/lib/components/VAutocomplete/index.mjs.map +1 -1
- package/lib/components/VAvatar/VAvatar.css +48 -3
- package/lib/components/VAvatar/VAvatar.mjs +29 -23
- package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
- package/lib/components/VAvatar/VAvatar.sass +10 -3
- package/lib/components/VAvatar/_mixins.scss +0 -1
- package/lib/components/VAvatar/_variables.scss +9 -4
- package/lib/components/VAvatar/index.d.ts +80 -0
- package/lib/components/VAvatar/index.mjs.map +1 -1
- package/lib/components/VBadge/VBadge.css +3 -6
- package/lib/components/VBadge/VBadge.mjs +20 -49
- package/lib/components/VBadge/VBadge.mjs.map +1 -1
- package/lib/components/VBadge/VBadge.sass +2 -5
- package/lib/components/VBadge/_variables.scss +3 -4
- package/lib/components/VBadge/index.d.ts +123 -0
- package/lib/components/VBadge/index.mjs.map +1 -1
- package/lib/components/VBanner/VBanner.css +81 -57
- package/lib/components/VBanner/VBanner.mjs +45 -37
- package/lib/components/VBanner/VBanner.mjs.map +1 -1
- package/lib/components/VBanner/VBanner.sass +60 -55
- package/lib/components/VBanner/VBannerActions.mjs +34 -2
- package/lib/components/VBanner/VBannerActions.mjs.map +1 -1
- package/lib/components/VBanner/VBannerText.mjs.map +1 -1
- package/lib/components/VBanner/_variables.scss +10 -14
- package/lib/components/VBanner/index.d.ts +122 -0
- package/lib/components/VBanner/index.mjs.map +1 -1
- package/lib/components/VBottomNavigation/VBottomNavigation.css +6 -13
- package/lib/components/VBottomNavigation/VBottomNavigation.mjs +5 -4
- package/lib/components/VBottomNavigation/VBottomNavigation.mjs.map +1 -1
- package/lib/components/VBottomNavigation/VBottomNavigation.sass +6 -14
- package/lib/components/VBottomNavigation/_variables.scss +7 -8
- package/lib/components/VBottomNavigation/index.d.ts +143 -0
- package/lib/components/VBottomNavigation/index.mjs.map +1 -1
- package/lib/components/VBottomSheet/VBottomSheet.mjs.map +1 -1
- package/lib/components/VBottomSheet/index.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbs.css +13 -6
- package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs +35 -21
- package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbs.sass +8 -4
- package/lib/components/VBreadcrumbs/VBreadcrumbsDivider.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs +15 -17
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/_variables.scss +2 -1
- package/lib/components/VBreadcrumbs/index.d.ts +301 -0
- package/lib/components/VBreadcrumbs/index.mjs.map +1 -1
- package/lib/components/VBtn/VBtn.css +141 -28
- package/lib/components/VBtn/VBtn.mjs +109 -34
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VBtn/VBtn.sass +119 -16
- package/lib/components/VBtn/_variables.scss +10 -1
- package/lib/components/VBtn/index.d.ts +210 -0
- package/lib/components/VBtn/index.mjs.map +1 -1
- package/lib/components/VBtnGroup/VBtnGroup.css +16 -7
- package/lib/components/VBtnGroup/VBtnGroup.mjs.map +1 -1
- package/lib/components/VBtnGroup/VBtnGroup.sass +14 -7
- package/lib/components/VBtnGroup/_variables.scss +2 -0
- package/lib/components/VBtnGroup/index.d.ts +65 -0
- package/lib/components/VBtnGroup/index.mjs.map +1 -1
- package/lib/components/VBtnToggle/VBtnToggle.mjs +1 -3
- package/lib/components/VBtnToggle/VBtnToggle.mjs.map +1 -1
- package/lib/components/VBtnToggle/VBtnToggle.sass +0 -1
- package/lib/components/VBtnToggle/_variables.scss +1 -0
- package/lib/components/VBtnToggle/index.d.ts +175 -0
- package/lib/components/VBtnToggle/index.mjs.map +1 -1
- package/lib/components/VCalendar/VCalendar.mjs.map +1 -1
- package/lib/components/VCalendar/VCalendarCategory.mjs.map +1 -1
- package/lib/components/VCalendar/VCalendarDaily.mjs.map +1 -1
- package/lib/components/VCalendar/VCalendarMonthly.mjs.map +1 -1
- package/lib/components/VCalendar/VCalendarWeekly.mjs.map +1 -1
- package/lib/components/VCalendar/index.mjs.map +1 -1
- package/lib/components/VCalendar/mixins/calendar-base.mjs.map +1 -1
- package/lib/components/VCalendar/mixins/calendar-with-events.mjs +2 -6
- package/lib/components/VCalendar/mixins/calendar-with-events.mjs.map +1 -1
- package/lib/components/VCalendar/mixins/calendar-with-intervals.mjs.map +1 -1
- package/lib/components/VCalendar/mixins/mouse.mjs.map +1 -1
- package/lib/components/VCalendar/mixins/times.mjs.map +1 -1
- package/lib/components/VCalendar/modes/column.mjs.map +1 -1
- package/lib/components/VCalendar/modes/common.mjs.map +1 -1
- package/lib/components/VCalendar/modes/index.mjs.map +1 -1
- package/lib/components/VCalendar/modes/stack.mjs.map +1 -1
- package/lib/components/VCalendar/util/events.mjs.map +1 -1
- package/lib/components/VCalendar/util/parser.mjs.map +1 -1
- package/lib/components/VCalendar/util/props.mjs.map +1 -1
- package/lib/components/VCalendar/util/timestamp.mjs.map +1 -1
- package/lib/components/VCard/VCard.css +108 -84
- package/lib/components/VCard/VCard.mjs +72 -73
- package/lib/components/VCard/VCard.mjs.map +1 -1
- package/lib/components/VCard/VCard.sass +76 -61
- package/lib/components/VCard/VCardActions.mjs +2 -3
- package/lib/components/VCard/VCardActions.mjs.map +1 -1
- package/lib/components/VCard/VCardItem.mjs +88 -0
- package/lib/components/VCard/VCardItem.mjs.map +1 -0
- package/lib/components/VCard/VCardSubtitle.mjs.map +1 -1
- package/lib/components/VCard/VCardText.mjs.map +1 -1
- package/lib/components/VCard/VCardTitle.mjs.map +1 -1
- package/lib/components/VCard/_variables.scss +45 -23
- package/lib/components/VCard/index.d.ts +230 -0
- package/lib/components/VCard/index.mjs +1 -4
- package/lib/components/VCard/index.mjs.map +1 -1
- package/lib/components/VCarousel/VCarousel.mjs +9 -7
- package/lib/components/VCarousel/VCarousel.mjs.map +1 -1
- package/lib/components/VCarousel/VCarousel.sass +0 -1
- package/lib/components/VCarousel/VCarouselItem.mjs.map +1 -1
- package/lib/components/VCarousel/_variables.scss +1 -0
- package/lib/components/VCarousel/index.d.ts +80 -0
- package/lib/components/VCarousel/index.mjs.map +1 -1
- package/lib/components/VCheckbox/VCheckbox.mjs +15 -47
- package/lib/components/VCheckbox/VCheckbox.mjs.map +1 -1
- package/lib/components/VCheckbox/VCheckbox.sass +0 -1
- package/lib/components/VCheckbox/VCheckboxBtn.mjs +67 -0
- package/lib/components/VCheckbox/VCheckboxBtn.mjs.map +1 -0
- package/lib/components/VCheckbox/index.d.ts +291 -0
- package/lib/components/VCheckbox/index.mjs +1 -0
- package/lib/components/VCheckbox/index.mjs.map +1 -1
- package/lib/components/VChip/VChip.css +147 -68
- package/lib/components/VChip/VChip.mjs +83 -43
- package/lib/components/VChip/VChip.mjs.map +1 -1
- package/lib/components/VChip/VChip.sass +9 -1
- package/lib/components/VChip/_mixins.scss +26 -6
- package/lib/components/VChip/_variables.scss +4 -5
- package/lib/components/VChip/index.d.ts +195 -0
- package/lib/components/VChip/index.mjs.map +1 -1
- package/lib/components/VChipGroup/VChipGroup.mjs +5 -4
- package/lib/components/VChipGroup/VChipGroup.mjs.map +1 -1
- package/lib/components/VChipGroup/VChipGroup.sass +1 -1
- package/lib/components/VChipGroup/_variables.scss +1 -1
- package/lib/components/VChipGroup/index.d.ts +89 -0
- package/lib/components/VChipGroup/index.mjs.map +1 -1
- package/lib/components/VCode/VCode.sass +1 -2
- package/lib/components/VCode/_variables.scss +1 -1
- package/lib/components/VCode/index.d.ts +19 -0
- package/lib/components/VCode/index.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPicker.css +3 -3
- package/lib/components/VColorPicker/VColorPicker.mjs +55 -53
- package/lib/components/VColorPicker/VColorPicker.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPicker.sass +0 -1
- package/lib/components/VColorPicker/VColorPickerCanvas.css +1 -1
- package/lib/components/VColorPicker/VColorPickerCanvas.mjs +10 -9
- package/lib/components/VColorPicker/VColorPickerCanvas.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerCanvas.sass +0 -1
- package/lib/components/VColorPicker/VColorPickerEdit.mjs +4 -3
- package/lib/components/VColorPicker/VColorPickerEdit.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerEdit.sass +0 -1
- package/lib/components/VColorPicker/VColorPickerPreview.mjs +14 -21
- package/lib/components/VColorPicker/VColorPickerPreview.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerPreview.sass +0 -1
- package/lib/components/VColorPicker/VColorPickerSwatches.mjs +6 -5
- package/lib/components/VColorPicker/VColorPickerSwatches.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerSwatches.sass +0 -1
- package/lib/components/VColorPicker/_variables.scss +17 -10
- package/lib/components/VColorPicker/index.d.ts +116 -0
- package/lib/components/VColorPicker/index.mjs.map +1 -1
- package/lib/components/VColorPicker/util/index.mjs +1 -3
- package/lib/components/VColorPicker/util/index.mjs.map +1 -1
- package/lib/components/VCombobox/VCombobox.css +11 -1
- package/lib/components/VCombobox/VCombobox.mjs +145 -116
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/VCombobox.sass +10 -2
- package/lib/components/VCombobox/_variables.scss +1 -0
- package/lib/components/VCombobox/index.d.ts +1590 -0
- package/lib/components/VCombobox/index.mjs.map +1 -1
- package/lib/components/VCounter/VCounter.mjs +16 -16
- package/lib/components/VCounter/VCounter.mjs.map +1 -1
- package/lib/components/VCounter/VCounter.sass +1 -2
- package/lib/components/VCounter/_variables.scss +2 -1
- package/lib/components/VCounter/index.d.ts +223 -0
- package/lib/components/VCounter/index.mjs.map +1 -1
- package/lib/components/VData/VData.mjs.map +1 -1
- package/lib/components/VData/index.mjs.map +1 -1
- package/lib/components/VDataIterator/VDataFooter.mjs.map +1 -1
- package/lib/components/VDataIterator/VDataIterator.mjs.map +1 -1
- package/lib/components/VDataIterator/index.mjs.map +1 -1
- package/lib/components/VDataTable/MobileRow.mjs.map +1 -1
- package/lib/components/VDataTable/Row.mjs.map +1 -1
- package/lib/components/VDataTable/RowGroup.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTable.mjs +11 -15
- package/lib/components/VDataTable/VDataTable.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableHeader.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableHeaderDesktop.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableHeaderMobile.mjs.map +1 -1
- package/lib/components/VDataTable/VEditDialog.mjs.map +1 -1
- package/lib/components/VDataTable/VVirtualTable.mjs.map +1 -1
- package/lib/components/VDataTable/index.mjs.map +1 -1
- package/lib/components/VDataTable/mixins/header.mjs +1 -3
- package/lib/components/VDataTable/mixins/header.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePickerDateTable.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePickerHeader.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePickerMonthTable.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePickerTitle.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePickerYears.mjs.map +1 -1
- package/lib/components/VDatePicker/index.mjs.map +1 -1
- package/lib/components/VDatePicker/mixins/date-picker-table.mjs.map +1 -1
- package/lib/components/VDatePicker/util/createNativeLocaleFormatter.mjs.map +1 -1
- package/lib/components/VDatePicker/util/eventHelpers.mjs.map +1 -1
- package/lib/components/VDatePicker/util/index.mjs.map +1 -1
- package/lib/components/VDatePicker/util/isDateAllowed.mjs.map +1 -1
- package/lib/components/VDatePicker/util/monthChange.mjs.map +1 -1
- package/lib/components/VDatePicker/util/pad.mjs.map +1 -1
- package/lib/components/VDatePicker/util/sanitizeDateString.mjs.map +1 -1
- package/lib/components/VDefaultsProvider/VDefaultsProvider.mjs.map +1 -1
- package/lib/components/VDefaultsProvider/index.d.ts +26 -0
- package/lib/components/VDefaultsProvider/index.mjs.map +1 -1
- package/lib/components/VDialog/VDialog.css +36 -17
- package/lib/components/VDialog/VDialog.mjs +46 -38
- package/lib/components/VDialog/VDialog.mjs.map +1 -1
- package/lib/components/VDialog/VDialog.sass +30 -15
- package/lib/components/VDialog/_variables.scss +3 -8
- package/lib/components/VDialog/index.d.ts +859 -0
- package/lib/components/VDialog/index.mjs.map +1 -1
- package/lib/components/VDivider/VDivider.mjs +16 -17
- package/lib/components/VDivider/VDivider.mjs.map +1 -1
- package/lib/components/VDivider/VDivider.sass +0 -1
- package/lib/components/VDivider/_variables.scss +3 -1
- package/lib/components/VDivider/index.d.ts +22 -0
- package/lib/components/VDivider/index.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanel.css +15 -7
- package/lib/components/VExpansionPanel/VExpansionPanel.mjs +15 -6
- package/lib/components/VExpansionPanel/VExpansionPanel.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanel.sass +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelText.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +14 -11
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanels.mjs +4 -0
- package/lib/components/VExpansionPanel/VExpansionPanels.mjs.map +1 -1
- package/lib/components/VExpansionPanel/_variables.scss +15 -10
- package/lib/components/VExpansionPanel/index.d.ts +206 -0
- package/lib/components/VExpansionPanel/index.mjs.map +1 -1
- package/lib/components/VField/VField.css +63 -41
- package/lib/components/VField/VField.mjs +52 -36
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VField/VField.sass +49 -35
- package/lib/components/VField/VFieldLabel.mjs +8 -9
- package/lib/components/VField/VFieldLabel.mjs.map +1 -1
- package/lib/components/VField/_variables.scss +6 -5
- package/lib/components/VField/index.d.ts +332 -0
- package/lib/components/VField/index.mjs.map +1 -1
- package/lib/components/VFileInput/VFileInput.css +3 -3
- package/lib/components/VFileInput/VFileInput.mjs +48 -47
- package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
- package/lib/components/VFileInput/VFileInput.sass +3 -4
- package/lib/components/VFileInput/index.d.ts +236 -0
- package/lib/components/VFileInput/index.mjs.map +1 -1
- package/lib/components/VFooter/VFooter.css +8 -1
- package/lib/components/VFooter/VFooter.mjs +36 -18
- package/lib/components/VFooter/VFooter.mjs.map +1 -1
- package/lib/components/VFooter/VFooter.sass +1 -2
- package/lib/components/VFooter/_variables.scss +13 -1
- package/lib/components/VFooter/index.d.ts +76 -0
- package/lib/components/VFooter/index.mjs.map +1 -1
- package/lib/components/VForm/VForm.mjs +27 -13
- package/lib/components/VForm/VForm.mjs.map +1 -1
- package/lib/components/VForm/index.d.ts +72 -0
- package/lib/components/VForm/index.mjs.map +1 -1
- package/lib/components/VGrid/VCol.mjs +2 -1
- package/lib/components/VGrid/VCol.mjs.map +1 -1
- package/lib/components/VGrid/VContainer.mjs +4 -3
- package/lib/components/VGrid/VContainer.mjs.map +1 -1
- package/lib/components/VGrid/VRow.mjs +8 -3
- package/lib/components/VGrid/VRow.mjs.map +1 -1
- package/lib/components/VGrid/VSpacer.mjs.map +1 -1
- package/lib/components/VGrid/index.d.ts +154 -0
- package/lib/components/VGrid/index.mjs.map +1 -1
- package/lib/components/VHover/VHover.mjs.map +1 -1
- package/lib/components/VHover/index.d.ts +30 -0
- package/lib/components/VHover/index.mjs.map +1 -1
- package/lib/components/VIcon/VIcon.css +13 -16
- package/lib/components/VIcon/VIcon.mjs +34 -33
- package/lib/components/VIcon/VIcon.mjs.map +1 -1
- package/lib/components/VIcon/VIcon.sass +8 -16
- package/lib/components/VIcon/_variables.scss +2 -5
- package/lib/components/VIcon/index.d.ts +124 -0
- package/lib/components/VIcon/index.mjs.map +1 -1
- package/lib/components/VImg/VImg.mjs +29 -26
- package/lib/components/VImg/VImg.mjs.map +1 -1
- package/lib/components/VImg/VImg.sass +0 -1
- package/lib/components/VImg/index.d.ts +89 -0
- package/lib/components/VImg/index.mjs.map +1 -1
- package/lib/components/VInput/InputIcon.mjs +33 -0
- package/lib/components/VInput/InputIcon.mjs.map +1 -0
- package/lib/components/VInput/VInput.css +5 -2
- package/lib/components/VInput/VInput.mjs +26 -18
- package/lib/components/VInput/VInput.mjs.map +1 -1
- package/lib/components/VInput/VInput.sass +5 -3
- package/lib/components/VInput/_variables.scss +4 -1
- package/lib/components/VInput/index.d.ts +325 -0
- package/lib/components/VInput/index.mjs.map +1 -1
- package/lib/components/VItemGroup/VItem.mjs +3 -0
- package/lib/components/VItemGroup/VItem.mjs.map +1 -1
- package/lib/components/VItemGroup/VItemGroup.mjs.map +1 -1
- package/lib/components/VItemGroup/VItemGroup.sass +0 -1
- package/lib/components/VItemGroup/index.d.ts +210 -0
- package/lib/components/VItemGroup/index.mjs.map +1 -1
- package/lib/components/VKbd/VKbd.css +1 -1
- package/lib/components/VKbd/VKbd.sass +0 -1
- package/lib/components/VKbd/_variables.scss +1 -1
- package/lib/components/VKbd/index.d.ts +19 -0
- package/lib/components/VKbd/index.mjs.map +1 -1
- package/lib/components/VLabel/VLabel.css +4 -1
- package/lib/components/VLabel/VLabel.mjs +8 -4
- package/lib/components/VLabel/VLabel.mjs.map +1 -1
- package/lib/components/VLabel/VLabel.sass +3 -2
- package/lib/components/VLabel/_variables.scss +1 -0
- package/lib/components/VLabel/index.d.ts +16 -0
- package/lib/components/VLabel/index.mjs.map +1 -1
- package/lib/components/VLayout/VLayout.css +0 -2
- package/lib/components/VLayout/VLayout.mjs.map +1 -1
- package/lib/components/VLayout/VLayout.sass +0 -2
- package/lib/components/VLayout/VLayoutItem.mjs +1 -1
- package/lib/components/VLayout/VLayoutItem.mjs.map +1 -1
- package/lib/components/VLayout/index.d.ts +75 -0
- package/lib/components/VLayout/index.mjs.map +1 -1
- package/lib/components/VLazy/VLazy.mjs +5 -3
- package/lib/components/VLazy/VLazy.mjs.map +1 -1
- package/lib/components/VLazy/index.d.ts +85 -0
- package/lib/components/VLazy/index.mjs.map +1 -1
- package/lib/components/VList/VList.css +14 -16
- package/lib/components/VList/VList.mjs +92 -59
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/VList.sass +9 -6
- package/lib/components/VList/VListChildren.mjs +69 -13
- package/lib/components/VList/VListChildren.mjs.map +1 -1
- package/lib/components/VList/VListGroup.mjs +52 -19
- package/lib/components/VList/VListGroup.mjs.map +1 -1
- package/lib/components/VList/VListImg.mjs.map +1 -1
- package/lib/components/VList/VListItem.css +181 -73
- package/lib/components/VList/VListItem.mjs +124 -82
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/VListItem.sass +125 -49
- package/lib/components/VList/VListItemAction.mjs +28 -0
- package/lib/components/VList/VListItemAction.mjs.map +1 -0
- package/lib/components/VList/VListItemMedia.mjs +8 -7
- package/lib/components/VList/VListItemMedia.mjs.map +1 -1
- package/lib/components/VList/VListItemSubtitle.mjs.map +1 -1
- package/lib/components/VList/VListItemTitle.mjs.map +1 -1
- package/lib/components/VList/VListSubheader.mjs +8 -7
- package/lib/components/VList/VListSubheader.mjs.map +1 -1
- package/lib/components/VList/_variables.scss +24 -9
- package/lib/components/VList/index.d.ts +1250 -0
- package/lib/components/VList/index.mjs +3 -4
- package/lib/components/VList/index.mjs.map +1 -1
- package/lib/components/VList/list.mjs.map +1 -1
- package/lib/components/VLocaleProvider/VLocaleProvider.mjs +5 -3
- package/lib/components/VLocaleProvider/VLocaleProvider.mjs.map +1 -1
- package/lib/components/VLocaleProvider/index.d.ts +23 -0
- package/lib/components/VLocaleProvider/index.mjs.map +1 -1
- package/lib/components/VMain/VMain.css +20 -9
- package/lib/components/VMain/VMain.mjs +17 -11
- package/lib/components/VMain/VMain.mjs.map +1 -1
- package/lib/components/VMain/VMain.sass +17 -11
- package/lib/components/VMain/_variables.scss +1 -1
- package/lib/components/VMain/index.d.ts +26 -0
- package/lib/components/VMain/index.mjs.map +1 -1
- package/lib/components/VMenu/VMenu.css +3 -13
- package/lib/components/VMenu/VMenu.mjs +81 -34
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VMenu/VMenu.sass +3 -7
- package/lib/components/VMenu/_variables.scss +0 -1
- package/lib/components/VMenu/index.d.ts +817 -0
- package/lib/components/VMenu/index.mjs.map +1 -1
- package/lib/components/VMenu/shared.mjs +2 -0
- package/lib/components/VMenu/shared.mjs.map +1 -0
- package/lib/components/VMessages/VMessages.mjs +5 -3
- package/lib/components/VMessages/VMessages.mjs.map +1 -1
- package/lib/components/VMessages/VMessages.sass +0 -1
- package/lib/components/VMessages/_variables.scss +1 -1
- package/lib/components/VMessages/index.d.ts +234 -0
- package/lib/components/VMessages/index.mjs.map +1 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.css +14 -19
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +60 -21
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.sass +16 -22
- package/lib/components/VNavigationDrawer/_variables.scss +4 -2
- package/lib/components/VNavigationDrawer/index.d.ts +148 -0
- package/lib/components/VNavigationDrawer/index.mjs.map +1 -1
- package/lib/components/VNavigationDrawer/sticky.mjs +70 -0
- package/lib/components/VNavigationDrawer/sticky.mjs.map +1 -0
- package/lib/components/VNavigationDrawer/touch.mjs +5 -2
- package/lib/components/VNavigationDrawer/touch.mjs.map +1 -1
- package/lib/components/VNoSsr/VNoSsr.mjs.map +1 -1
- package/lib/components/VNoSsr/index.d.ts +7 -0
- package/lib/components/VNoSsr/index.mjs.map +1 -1
- package/lib/components/VOtpInput/VOtpInput.mjs.map +1 -1
- package/lib/components/VOtpInput/index.mjs.map +1 -1
- package/lib/components/VOverflowBtn/VOverflowBtn.mjs.map +1 -1
- package/lib/components/VOverflowBtn/index.mjs.map +1 -1
- package/lib/components/VOverlay/VOverlay.css +7 -0
- package/lib/components/VOverlay/VOverlay.mjs +73 -45
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/components/VOverlay/VOverlay.sass +8 -1
- package/lib/components/VOverlay/_variables.scss +1 -1
- package/lib/components/VOverlay/index.d.ts +579 -0
- package/lib/components/VOverlay/index.mjs.map +1 -1
- package/lib/components/VOverlay/locationStrategies.mjs +404 -0
- package/lib/components/VOverlay/locationStrategies.mjs.map +1 -0
- package/lib/components/VOverlay/requestNewFrame.mjs.map +1 -1
- package/lib/components/VOverlay/scrollStrategies.mjs +19 -13
- package/lib/components/VOverlay/scrollStrategies.mjs.map +1 -1
- package/lib/components/VOverlay/useActivator.mjs +86 -17
- package/lib/components/VOverlay/useActivator.mjs.map +1 -1
- package/lib/components/VOverlay/util/point.mjs +3 -3
- package/lib/components/VOverlay/util/point.mjs.map +1 -1
- package/lib/components/VPagination/VPagination.mjs +63 -44
- package/lib/components/VPagination/VPagination.mjs.map +1 -1
- package/lib/components/VPagination/VPagination.sass +0 -1
- package/lib/components/VPagination/index.d.ts +247 -0
- package/lib/components/VPagination/index.mjs.map +1 -1
- package/lib/components/VParallax/VParallax.mjs +30 -16
- package/lib/components/VParallax/VParallax.mjs.map +1 -1
- package/lib/components/VParallax/index.d.ts +18 -0
- package/lib/components/VParallax/index.mjs.map +1 -1
- package/lib/components/VPicker/VPicker.mjs.map +1 -1
- package/lib/components/VPicker/index.mjs.map +1 -1
- package/lib/components/VProgressCircular/VProgressCircular.mjs +6 -5
- package/lib/components/VProgressCircular/VProgressCircular.mjs.map +1 -1
- package/lib/components/VProgressCircular/VProgressCircular.sass +0 -1
- package/lib/components/VProgressCircular/_variables.scss +2 -0
- package/lib/components/VProgressCircular/index.d.ts +68 -0
- package/lib/components/VProgressCircular/index.mjs.map +1 -1
- package/lib/components/VProgressLinear/VProgressLinear.css +1 -1
- package/lib/components/VProgressLinear/VProgressLinear.mjs +5 -3
- package/lib/components/VProgressLinear/VProgressLinear.mjs.map +1 -1
- package/lib/components/VProgressLinear/VProgressLinear.sass +0 -1
- package/lib/components/VProgressLinear/_variables.scss +1 -0
- package/lib/components/VProgressLinear/index.d.ts +101 -0
- package/lib/components/VProgressLinear/index.mjs.map +1 -1
- package/lib/components/VRadio/VRadio.mjs +9 -17
- package/lib/components/VRadio/VRadio.mjs.map +1 -1
- package/lib/components/VRadio/index.d.ts +103 -0
- package/lib/components/VRadio/index.mjs.map +1 -1
- package/lib/components/VRadioGroup/VRadioGroup.css +2 -3
- package/lib/components/VRadioGroup/VRadioGroup.mjs +32 -9
- package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
- package/lib/components/VRadioGroup/VRadioGroup.sass +6 -4
- package/lib/components/VRadioGroup/_variables.scss +2 -4
- package/lib/components/VRadioGroup/index.d.ts +186 -0
- package/lib/components/VRadioGroup/index.mjs.map +1 -1
- package/lib/components/VRangeSlider/VRangeSlider.mjs +27 -15
- package/lib/components/VRangeSlider/VRangeSlider.mjs.map +1 -1
- package/lib/components/VRangeSlider/index.d.ts +242 -0
- package/lib/components/VRangeSlider/index.mjs.map +1 -1
- package/lib/components/VRating/VRating.css +2 -2
- package/lib/components/VRating/VRating.mjs +24 -18
- package/lib/components/VRating/VRating.mjs.map +1 -1
- package/lib/components/VRating/VRating.sass +4 -3
- package/lib/components/VRating/index.d.ts +356 -0
- package/lib/components/VRating/index.mjs.map +1 -1
- package/lib/components/VResponsive/VResponsive.mjs +7 -6
- package/lib/components/VResponsive/VResponsive.mjs.map +1 -1
- package/lib/components/VResponsive/index.d.ts +23 -0
- package/lib/components/VResponsive/index.mjs.map +1 -1
- package/lib/components/VSelect/VSelect.css +18 -2
- package/lib/components/VSelect/VSelect.mjs +145 -112
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/VSelect.sass +20 -3
- package/lib/components/VSelect/_variables.scss +1 -0
- package/lib/components/VSelect/index.d.ts +1521 -0
- package/lib/components/VSelect/index.mjs.map +1 -1
- package/lib/components/VSelectionControl/VSelectionControl.css +1 -0
- package/lib/components/VSelectionControl/VSelectionControl.mjs +33 -25
- package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
- package/lib/components/VSelectionControl/VSelectionControl.sass +1 -1
- package/lib/components/VSelectionControl/_variables.scss +1 -0
- package/lib/components/VSelectionControl/index.d.ts +275 -0
- package/lib/components/VSelectionControl/index.mjs.map +1 -1
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.css +5 -0
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs +10 -7
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs.map +1 -1
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.sass +6 -6
- package/lib/components/VSelectionControlGroup/_variables.scss +1 -4
- package/lib/components/VSelectionControlGroup/index.d.ts +47 -0
- package/lib/components/VSelectionControlGroup/index.mjs.map +1 -1
- package/lib/components/VSheet/VSheet.css +1 -1
- package/lib/components/VSheet/VSheet.mjs +10 -6
- package/lib/components/VSheet/VSheet.mjs.map +1 -1
- package/lib/components/VSheet/VSheet.sass +0 -1
- package/lib/components/VSheet/_variables.scss +3 -2
- package/lib/components/VSheet/index.d.ts +68 -0
- package/lib/components/VSheet/index.mjs.map +1 -1
- package/lib/components/VSkeletonLoader/VSkeletonLoader.mjs.map +1 -1
- package/lib/components/VSkeletonLoader/index.mjs.map +1 -1
- package/lib/components/VSlideGroup/VSlideGroup.css +0 -5
- package/lib/components/VSlideGroup/VSlideGroup.mjs +105 -74
- package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
- package/lib/components/VSlideGroup/VSlideGroup.sass +0 -5
- package/lib/components/VSlideGroup/VSlideGroupItem.mjs +10 -4
- package/lib/components/VSlideGroup/VSlideGroupItem.mjs.map +1 -1
- package/lib/components/VSlideGroup/_variables.scss +0 -5
- package/lib/components/VSlideGroup/helpers.mjs +4 -15
- package/lib/components/VSlideGroup/helpers.mjs.map +1 -1
- package/lib/components/VSlideGroup/index.d.ts +151 -0
- package/lib/components/VSlideGroup/index.mjs +2 -2
- package/lib/components/VSlideGroup/index.mjs.map +1 -1
- package/lib/components/VSlider/VSlider.css +14 -4
- package/lib/components/VSlider/VSlider.mjs +17 -9
- package/lib/components/VSlider/VSlider.mjs.map +1 -1
- package/lib/components/VSlider/VSlider.sass +17 -9
- package/lib/components/VSlider/VSliderThumb.css +10 -6
- package/lib/components/VSlider/VSliderThumb.mjs +9 -8
- package/lib/components/VSlider/VSliderThumb.mjs.map +1 -1
- package/lib/components/VSlider/VSliderThumb.sass +11 -10
- package/lib/components/VSlider/VSliderTrack.css +25 -25
- package/lib/components/VSlider/VSliderTrack.mjs +22 -16
- package/lib/components/VSlider/VSliderTrack.mjs.map +1 -1
- package/lib/components/VSlider/VSliderTrack.sass +20 -22
- package/lib/components/VSlider/_variables.scss +7 -4
- package/lib/components/VSlider/index.d.ts +239 -0
- package/lib/components/VSlider/index.mjs.map +1 -1
- package/lib/components/VSlider/slider.mjs +15 -25
- package/lib/components/VSlider/slider.mjs.map +1 -1
- package/lib/components/VSnackbar/VSnackbar.css +22 -40
- package/lib/components/VSnackbar/VSnackbar.mjs +70 -50
- package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
- package/lib/components/VSnackbar/VSnackbar.sass +15 -35
- package/lib/components/VSnackbar/_variables.scss +3 -7
- package/lib/components/VSnackbar/index.d.ts +892 -0
- package/lib/components/VSnackbar/index.mjs.map +1 -1
- package/lib/components/VSparkline/VSparkline.mjs.map +1 -1
- package/lib/components/VSparkline/helpers/core.mjs.map +1 -1
- package/lib/components/VSparkline/helpers/math.mjs.map +1 -1
- package/lib/components/VSparkline/helpers/path.mjs.map +1 -1
- package/lib/components/VSparkline/index.mjs.map +1 -1
- package/lib/components/VSpeedDial/VSpeedDial.mjs.map +1 -1
- package/lib/components/VSpeedDial/index.mjs.map +1 -1
- package/lib/components/VStepper/VStepper.mjs.map +1 -1
- package/lib/components/VStepper/VStepperContent.mjs.map +1 -1
- package/lib/components/VStepper/VStepperStep.mjs.map +1 -1
- package/lib/components/VStepper/index.mjs.map +1 -1
- package/lib/components/VSwitch/VSwitch.css +9 -2
- package/lib/components/VSwitch/VSwitch.mjs +15 -6
- package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
- package/lib/components/VSwitch/VSwitch.sass +6 -1
- package/lib/components/VSwitch/_variables.scss +1 -0
- package/lib/components/VSwitch/index.d.ts +175 -0
- package/lib/components/VSwitch/index.mjs.map +1 -1
- package/lib/components/VSystemBar/VSystemBar.css +1 -6
- package/lib/components/VSystemBar/VSystemBar.mjs +22 -17
- package/lib/components/VSystemBar/VSystemBar.mjs.map +1 -1
- package/lib/components/VSystemBar/VSystemBar.sass +0 -6
- package/lib/components/VSystemBar/_variables.scss +2 -4
- package/lib/components/VSystemBar/index.d.ts +61 -0
- package/lib/components/VSystemBar/index.mjs.map +1 -1
- package/lib/components/VTable/VTable.css +1 -0
- package/lib/components/VTable/VTable.mjs +9 -8
- package/lib/components/VTable/VTable.mjs.map +1 -1
- package/lib/components/VTable/VTable.sass +1 -1
- package/lib/components/VTable/_variables.scss +2 -0
- package/lib/components/VTable/index.d.ts +39 -0
- package/lib/components/VTable/index.mjs.map +1 -1
- package/lib/components/VTabs/VTab.css +6 -3
- package/lib/components/VTabs/VTab.mjs +34 -36
- package/lib/components/VTabs/VTab.mjs.map +1 -1
- package/lib/components/VTabs/VTab.sass +7 -4
- package/lib/components/VTabs/VTabs.css +16 -13
- package/lib/components/VTabs/VTabs.mjs +17 -15
- package/lib/components/VTabs/VTabs.mjs.map +1 -1
- package/lib/components/VTabs/VTabs.sass +11 -8
- package/lib/components/VTabs/_variables.scss +2 -0
- package/lib/components/VTabs/index.d.ts +178 -0
- package/lib/components/VTabs/index.mjs.map +1 -1
- package/lib/components/VTabs/shared.mjs +2 -0
- package/lib/components/VTabs/shared.mjs.map +1 -0
- package/lib/components/VTextField/VTextField.css +5 -5
- package/lib/components/VTextField/VTextField.mjs +42 -37
- package/lib/components/VTextField/VTextField.mjs.map +1 -1
- package/lib/components/VTextField/VTextField.sass +5 -7
- package/lib/components/VTextField/_variables.scss +1 -1
- package/lib/components/VTextField/index.d.ts +582 -0
- package/lib/components/VTextField/index.mjs.map +1 -1
- package/lib/components/VTextarea/VTextarea.css +14 -5
- package/lib/components/VTextarea/VTextarea.mjs +47 -26
- package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
- package/lib/components/VTextarea/VTextarea.sass +18 -8
- package/lib/components/VTextarea/_variables.scss +1 -1
- package/lib/components/VTextarea/index.d.ts +218 -0
- package/lib/components/VTextarea/index.mjs.map +1 -1
- package/lib/components/VThemeProvider/VThemeProvider.mjs.map +1 -1
- package/lib/components/VThemeProvider/index.d.ts +24 -0
- package/lib/components/VThemeProvider/index.mjs.map +1 -1
- package/lib/components/VTimePicker/SelectingTimes.mjs.map +1 -1
- package/lib/components/VTimePicker/VTimePicker.mjs.map +1 -1
- package/lib/components/VTimePicker/VTimePickerClock.mjs.map +1 -1
- package/lib/components/VTimePicker/VTimePickerTitle.mjs.map +1 -1
- package/lib/components/VTimePicker/index.mjs.map +1 -1
- package/lib/components/VTimeline/VTimeline.css +241 -55
- package/lib/components/VTimeline/VTimeline.mjs +52 -32
- package/lib/components/VTimeline/VTimeline.mjs.map +1 -1
- package/lib/components/VTimeline/VTimeline.sass +251 -57
- package/lib/components/VTimeline/VTimelineDivider.mjs +45 -37
- package/lib/components/VTimeline/VTimelineDivider.mjs.map +1 -1
- package/lib/components/VTimeline/VTimelineItem.mjs +17 -15
- package/lib/components/VTimeline/VTimelineItem.mjs.map +1 -1
- package/lib/components/VTimeline/_mixins.sass +10 -0
- package/lib/components/VTimeline/_variables.scss +16 -9
- package/lib/components/VTimeline/index.d.ts +154 -0
- package/lib/components/VTimeline/index.mjs.map +1 -1
- package/lib/components/VToolbar/VToolbar.css +24 -33
- package/lib/components/VToolbar/VToolbar.mjs +32 -31
- package/lib/components/VToolbar/VToolbar.mjs.map +1 -1
- package/lib/components/VToolbar/VToolbar.sass +17 -19
- package/lib/components/VToolbar/VToolbarItems.mjs +12 -9
- package/lib/components/VToolbar/VToolbarItems.mjs.map +1 -1
- package/lib/components/VToolbar/VToolbarTitle.mjs.map +1 -1
- package/lib/components/VToolbar/_variables.scss +20 -8
- package/lib/components/VToolbar/index.d.ts +414 -0
- package/lib/components/VToolbar/index.mjs.map +1 -1
- package/lib/components/VTooltip/VTooltip.mjs +48 -41
- package/lib/components/VTooltip/VTooltip.mjs.map +1 -1
- package/lib/components/VTooltip/VTooltip.sass +0 -1
- package/lib/components/VTooltip/_variables.scss +1 -0
- package/lib/components/VTooltip/index.d.ts +799 -0
- package/lib/components/VTooltip/index.mjs.map +1 -1
- package/lib/components/VTreeview/VTreeview.mjs +1 -3
- package/lib/components/VTreeview/VTreeview.mjs.map +1 -1
- package/lib/components/VTreeview/VTreeviewNode.mjs.map +1 -1
- package/lib/components/VTreeview/index.mjs.map +1 -1
- package/lib/components/VTreeview/util/filterTreeItems.mjs.map +1 -1
- package/lib/components/VValidation/VValidation.mjs.map +1 -1
- package/lib/components/VValidation/index.d.ts +61 -0
- package/lib/components/VValidation/index.mjs.map +1 -1
- package/lib/components/VVirtualScroll/VVirtualScroll.mjs.map +1 -1
- package/lib/components/VVirtualScroll/index.mjs.map +1 -1
- package/lib/components/VWindow/VWindow.mjs +7 -21
- package/lib/components/VWindow/VWindow.mjs.map +1 -1
- package/lib/components/VWindow/VWindow.sass +0 -2
- package/lib/components/VWindow/VWindowItem.mjs +21 -11
- package/lib/components/VWindow/VWindowItem.mjs.map +1 -1
- package/lib/components/VWindow/_variables.scss +1 -0
- package/lib/components/VWindow/index.d.ts +428 -0
- package/lib/components/VWindow/index.mjs.map +1 -1
- package/lib/components/index.d.ts +14675 -12342
- package/lib/components/index.mjs.map +1 -1
- package/lib/components/transitions/createTransition.mjs.map +1 -1
- package/lib/components/transitions/dialog-transition.mjs +66 -10
- package/lib/components/transitions/dialog-transition.mjs.map +1 -1
- package/lib/components/transitions/expand-transition.mjs.map +1 -1
- package/lib/components/transitions/index.d.ts +454 -0
- package/lib/components/transitions/index.mjs +0 -5
- package/lib/components/transitions/index.mjs.map +1 -1
- package/lib/composables/border.mjs +5 -6
- package/lib/composables/border.mjs.map +1 -1
- package/lib/composables/color.mjs +19 -26
- package/lib/composables/color.mjs.map +1 -1
- package/lib/composables/defaults.mjs +2 -2
- package/lib/composables/defaults.mjs.map +1 -1
- package/lib/composables/delay.mjs +1 -3
- package/lib/composables/delay.mjs.map +1 -1
- package/lib/composables/density.mjs.map +1 -1
- package/lib/composables/dimensions.mjs.map +1 -1
- package/lib/composables/display.mjs +12 -10
- package/lib/composables/display.mjs.map +1 -1
- package/lib/composables/elevation.mjs.map +1 -1
- package/lib/composables/filter.mjs +35 -17
- package/lib/composables/filter.mjs.map +1 -1
- package/lib/composables/focus.mjs.map +1 -1
- package/lib/composables/form.mjs +44 -11
- package/lib/composables/form.mjs.map +1 -1
- package/lib/composables/forwardRefs.mjs +72 -0
- package/lib/composables/forwardRefs.mjs.map +1 -0
- package/lib/composables/group.mjs +16 -12
- package/lib/composables/group.mjs.map +1 -1
- package/lib/composables/hydration.mjs.map +1 -1
- package/lib/composables/icons.mjs +16 -4
- package/lib/composables/icons.mjs.map +1 -1
- package/lib/composables/index.mjs +3 -2
- package/lib/composables/index.mjs.map +1 -1
- package/lib/composables/intersectionObserver.mjs.map +1 -1
- package/lib/composables/items.mjs +84 -0
- package/lib/composables/items.mjs.map +1 -0
- package/lib/composables/layout.mjs +24 -24
- package/lib/composables/layout.mjs.map +1 -1
- package/lib/composables/lazy.mjs.map +1 -1
- package/lib/composables/loader.mjs.map +1 -1
- package/lib/composables/locale.mjs +21 -25
- package/lib/composables/locale.mjs.map +1 -1
- package/lib/composables/location.mjs +66 -0
- package/lib/composables/location.mjs.map +1 -0
- package/lib/composables/mutationObserver.mjs +4 -6
- package/lib/composables/mutationObserver.mjs.map +1 -1
- package/lib/composables/nested/nested.mjs +34 -22
- package/lib/composables/nested/nested.mjs.map +1 -1
- package/lib/composables/nested/openStrategies.mjs +63 -36
- package/lib/composables/nested/openStrategies.mjs.map +1 -1
- package/lib/composables/nested/selectStrategies.mjs +163 -122
- package/lib/composables/nested/selectStrategies.mjs.map +1 -1
- package/lib/composables/position.mjs +4 -25
- package/lib/composables/position.mjs.map +1 -1
- package/lib/composables/proxiedModel.mjs +29 -10
- package/lib/composables/proxiedModel.mjs.map +1 -1
- package/lib/composables/refs.mjs.map +1 -1
- package/lib/composables/resizeObserver.mjs +1 -9
- package/lib/composables/resizeObserver.mjs.map +1 -1
- package/lib/composables/rounded.mjs.map +1 -1
- package/lib/composables/router.mjs +39 -17
- package/lib/composables/router.mjs.map +1 -1
- package/lib/composables/rtl.mjs +2 -4
- package/lib/composables/rtl.mjs.map +1 -1
- package/lib/composables/scopeId.mjs +11 -0
- package/lib/composables/scopeId.mjs.map +1 -0
- package/lib/composables/scroll.mjs +1 -3
- package/lib/composables/scroll.mjs.map +1 -1
- package/lib/composables/selectLink.mjs +19 -0
- package/lib/composables/selectLink.mjs.map +1 -0
- package/lib/composables/size.mjs +18 -14
- package/lib/composables/size.mjs.map +1 -1
- package/lib/composables/ssrBoot.mjs +3 -2
- package/lib/composables/ssrBoot.mjs.map +1 -1
- package/lib/composables/stack.mjs +37 -23
- package/lib/composables/stack.mjs.map +1 -1
- package/lib/composables/tag.mjs.map +1 -1
- package/lib/composables/teleport.mjs.map +1 -1
- package/lib/composables/theme.mjs +123 -112
- package/lib/composables/theme.mjs.map +1 -1
- package/lib/composables/toggleScope.mjs +18 -0
- package/lib/composables/toggleScope.mjs.map +1 -0
- package/lib/composables/touch.mjs +1 -3
- package/lib/composables/touch.mjs.map +1 -1
- package/lib/composables/transition.mjs.map +1 -1
- package/lib/composables/validation.mjs +24 -10
- package/lib/composables/validation.mjs.map +1 -1
- package/lib/composables/variant.mjs +7 -8
- package/lib/composables/variant.mjs.map +1 -1
- package/lib/directives/click-outside/index.mjs.map +1 -1
- package/lib/directives/color/index.mjs.map +1 -1
- package/lib/directives/index.mjs.map +1 -1
- package/lib/directives/intersect/index.mjs.map +1 -1
- package/lib/directives/mutate/index.mjs +4 -6
- package/lib/directives/mutate/index.mjs.map +1 -1
- package/lib/directives/resize/index.mjs.map +1 -1
- package/lib/directives/ripple/VRipple.sass +0 -1
- package/lib/directives/ripple/index.mjs +16 -6
- package/lib/directives/ripple/index.mjs.map +1 -1
- package/lib/directives/scroll/index.mjs +1 -3
- package/lib/directives/scroll/index.mjs.map +1 -1
- package/lib/directives/touch/index.mjs +3 -3
- package/lib/directives/touch/index.mjs.map +1 -1
- package/lib/entry-bundler.mjs +2 -1
- package/lib/entry-bundler.mjs.map +1 -1
- package/lib/framework.mjs +59 -47
- package/lib/framework.mjs.map +1 -1
- package/lib/iconsets/fa-svg.d.ts +2 -1
- package/lib/iconsets/fa-svg.mjs.map +1 -1
- package/lib/iconsets/fa.d.ts +2 -1
- package/lib/iconsets/fa.mjs.map +1 -1
- package/lib/iconsets/fa4.d.ts +2 -1
- package/lib/iconsets/fa4.mjs.map +1 -1
- package/lib/iconsets/md.d.ts +2 -1
- package/lib/iconsets/md.mjs.map +1 -1
- package/lib/iconsets/mdi-svg.d.ts +2 -1
- package/lib/iconsets/mdi-svg.mjs.map +1 -1
- package/lib/iconsets/mdi.d.ts +2 -1
- package/lib/iconsets/mdi.mjs.map +1 -1
- package/lib/index.d.ts +158 -130
- package/lib/locale/adapters/vue-i18n.d.ts +35 -0
- package/lib/locale/adapters/vue-i18n.mjs +1 -3
- package/lib/locale/adapters/vue-i18n.mjs.map +1 -1
- package/lib/locale/adapters/vue-intl.d.ts +42 -0
- package/lib/locale/adapters/vue-intl.mjs +3 -5
- package/lib/locale/adapters/vue-intl.mjs.map +1 -1
- package/lib/locale/af.mjs +5 -0
- package/lib/locale/af.mjs.map +1 -1
- package/lib/locale/ar.mjs +5 -0
- package/lib/locale/ar.mjs.map +1 -1
- package/lib/locale/az.mjs +5 -0
- package/lib/locale/az.mjs.map +1 -1
- package/lib/locale/bg.mjs +5 -0
- package/lib/locale/bg.mjs.map +1 -1
- package/lib/locale/ca.mjs +14 -9
- package/lib/locale/ca.mjs.map +1 -1
- package/lib/locale/ckb.mjs +5 -0
- package/lib/locale/ckb.mjs.map +1 -1
- package/lib/locale/cs.mjs +5 -0
- package/lib/locale/cs.mjs.map +1 -1
- package/lib/locale/da.mjs +5 -0
- package/lib/locale/da.mjs.map +1 -1
- package/lib/locale/de.mjs +5 -0
- package/lib/locale/de.mjs.map +1 -1
- package/lib/locale/el.mjs +5 -0
- package/lib/locale/el.mjs.map +1 -1
- package/lib/locale/en.mjs +5 -0
- package/lib/locale/en.mjs.map +1 -1
- package/lib/locale/es.mjs +5 -0
- package/lib/locale/es.mjs.map +1 -1
- package/lib/locale/et.mjs +5 -0
- package/lib/locale/et.mjs.map +1 -1
- package/lib/locale/fa.mjs +5 -0
- package/lib/locale/fa.mjs.map +1 -1
- package/lib/locale/fi.mjs +5 -0
- package/lib/locale/fi.mjs.map +1 -1
- package/lib/locale/fr.mjs +5 -0
- package/lib/locale/fr.mjs.map +1 -1
- package/lib/locale/he.mjs +5 -0
- package/lib/locale/he.mjs.map +1 -1
- package/lib/locale/hr.mjs +5 -0
- package/lib/locale/hr.mjs.map +1 -1
- package/lib/locale/hu.mjs +5 -0
- package/lib/locale/hu.mjs.map +1 -1
- package/lib/locale/id.mjs +5 -0
- package/lib/locale/id.mjs.map +1 -1
- package/lib/locale/index.d.ts +210 -0
- package/lib/locale/index.mjs.map +1 -1
- package/lib/locale/it.mjs +5 -0
- package/lib/locale/it.mjs.map +1 -1
- package/lib/locale/ja.mjs +5 -0
- package/lib/locale/ja.mjs.map +1 -1
- package/lib/locale/ko.mjs +5 -0
- package/lib/locale/ko.mjs.map +1 -1
- package/lib/locale/lt.mjs +5 -0
- package/lib/locale/lt.mjs.map +1 -1
- package/lib/locale/lv.mjs +5 -0
- package/lib/locale/lv.mjs.map +1 -1
- package/lib/locale/nl.mjs +5 -0
- package/lib/locale/nl.mjs.map +1 -1
- package/lib/locale/no.mjs +5 -0
- package/lib/locale/no.mjs.map +1 -1
- package/lib/locale/pl.mjs +5 -0
- package/lib/locale/pl.mjs.map +1 -1
- package/lib/locale/pt.mjs +5 -0
- package/lib/locale/pt.mjs.map +1 -1
- package/lib/locale/ro.mjs +5 -0
- package/lib/locale/ro.mjs.map +1 -1
- package/lib/locale/ru.mjs +5 -0
- package/lib/locale/ru.mjs.map +1 -1
- package/lib/locale/sk.mjs +5 -0
- package/lib/locale/sk.mjs.map +1 -1
- package/lib/locale/sl.mjs +5 -0
- package/lib/locale/sl.mjs.map +1 -1
- package/lib/locale/sr-Cyrl.mjs +5 -0
- package/lib/locale/sr-Cyrl.mjs.map +1 -1
- package/lib/locale/sr-Latn.mjs +5 -0
- package/lib/locale/sr-Latn.mjs.map +1 -1
- package/lib/locale/sv.mjs +5 -0
- package/lib/locale/sv.mjs.map +1 -1
- package/lib/locale/th.mjs +5 -0
- package/lib/locale/th.mjs.map +1 -1
- package/lib/locale/tr.mjs +5 -0
- package/lib/locale/tr.mjs.map +1 -1
- package/lib/locale/uk.mjs +5 -0
- package/lib/locale/uk.mjs.map +1 -1
- package/lib/locale/vi.mjs +5 -0
- package/lib/locale/vi.mjs.map +1 -1
- package/lib/locale/zh-Hans.mjs +5 -0
- package/lib/locale/zh-Hans.mjs.map +1 -1
- package/lib/locale/zh-Hant.mjs +5 -0
- package/lib/locale/zh-Hant.mjs.map +1 -1
- package/lib/services/goto/easing-patterns.mjs.map +1 -1
- package/lib/services/goto/index.mjs.map +1 -1
- package/lib/services/goto/util.mjs.map +1 -1
- package/lib/styles/generic/_colors.scss +17 -10
- package/lib/styles/generic/_transitions.scss +13 -77
- package/lib/styles/main.css +1677 -1919
- package/lib/styles/settings/_colors.scss +84 -84
- package/lib/styles/settings/_elevations.scss +3 -3
- package/lib/styles/settings/_utilities.scss +74 -35
- package/lib/styles/tools/_states.sass +18 -5
- package/lib/styles/tools/_utilities.sass +1 -1
- package/lib/styles/tools/_variant.sass +6 -7
- package/lib/styles/utilities/_index.sass +0 -1
- package/lib/util/anchor.mjs +56 -0
- package/lib/util/anchor.mjs.map +1 -0
- package/lib/util/animation.mjs +18 -2
- package/lib/util/animation.mjs.map +1 -1
- package/lib/util/box.mjs +12 -0
- package/lib/util/box.mjs.map +1 -1
- package/lib/util/color/APCA.mjs.map +1 -1
- package/lib/util/color/transformCIELAB.mjs.map +1 -1
- package/lib/util/color/transformSRGB.mjs.map +1 -1
- package/lib/util/colorUtils.mjs +2 -2
- package/lib/util/colorUtils.mjs.map +1 -1
- package/lib/util/colors.mjs +1 -1
- package/lib/util/colors.mjs.map +1 -1
- package/lib/util/console.mjs.map +1 -1
- package/lib/util/createSimpleFunctional.mjs +1 -1
- package/lib/util/createSimpleFunctional.mjs.map +1 -1
- package/lib/util/dateTimeUtils.mjs.map +1 -1
- package/lib/util/defineComponent.mjs +37 -11
- package/lib/util/defineComponent.mjs.map +1 -1
- package/lib/util/dom.mjs.map +1 -1
- package/lib/util/easing.mjs.map +1 -1
- package/lib/util/getCurrentInstance.mjs +22 -4
- package/lib/util/getCurrentInstance.mjs.map +1 -1
- package/lib/util/getScrollParent.mjs +3 -1
- package/lib/util/getScrollParent.mjs.map +1 -1
- package/lib/util/globals.mjs +1 -4
- package/lib/util/globals.mjs.map +1 -1
- package/lib/util/helpers.mjs +37 -7
- package/lib/util/helpers.mjs.map +1 -1
- package/lib/util/index.mjs +1 -0
- package/lib/util/index.mjs.map +1 -1
- package/lib/util/injectSelf.mjs +12 -0
- package/lib/util/injectSelf.mjs.map +1 -0
- package/lib/util/isFixedPosition.mjs.map +1 -1
- package/lib/util/propsFactory.mjs.map +1 -1
- package/lib/util/useRender.mjs.map +1 -1
- package/package.json +50 -35
- package/lib/components/VBreadcrumbs/shared.mjs +0 -2
- package/lib/components/VBreadcrumbs/shared.mjs.map +0 -1
- package/lib/components/VCard/VCardAvatar.mjs +0 -3
- package/lib/components/VCard/VCardAvatar.mjs.map +0 -1
- package/lib/components/VCard/VCardHeader.mjs +0 -3
- package/lib/components/VCard/VCardHeader.mjs.map +0 -1
- package/lib/components/VCard/VCardHeaderText.mjs +0 -3
- package/lib/components/VCard/VCardHeaderText.mjs.map +0 -1
- package/lib/components/VCard/VCardImg.mjs +0 -3
- package/lib/components/VCard/VCardImg.mjs.map +0 -1
- package/lib/components/VList/VListItemAvatar.mjs +0 -29
- package/lib/components/VList/VListItemAvatar.mjs.map +0 -1
- package/lib/components/VList/VListItemHeader.mjs +0 -3
- package/lib/components/VList/VListItemHeader.mjs.map +0 -1
- package/lib/components/VOverlay/positionStrategies.mjs +0 -203
- package/lib/components/VOverlay/positionStrategies.mjs.map +0 -1
- package/lib/components/VOverlay/util/anchor.mjs +0 -52
- package/lib/components/VOverlay/util/anchor.mjs.map +0 -1
- package/lib/components/VTimeline/shared.mjs +0 -2
- package/lib/components/VTimeline/shared.mjs.map +0 -1
- package/lib/composables/forwardRef.mjs +0 -42
- package/lib/composables/forwardRef.mjs.map +0 -1
- package/lib/composables/overlay.mjs +0 -30
- package/lib/composables/overlay.mjs.map +0 -1
- package/lib/presets/default/index.mjs +0 -71
- package/lib/presets/default/index.mjs.map +0 -1
- package/lib/styles/utilities/_text.sass +0 -9
- package/lib/styles.scss +0 -4
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"
|
|
1
|
+
{"version":3,"file":"sr-Cyrl.mjs","names":["badge","close","dataIterator","noResultsText","loadingText","dataTable","itemsPerPageText","ariaLabel","sortDescending","sortAscending","sortNone","activateNone","activateDescending","activateAscending","sortBy","dataFooter","itemsPerPageAll","nextPage","prevPage","firstPage","lastPage","pageText","datePicker","itemsSelected","nextMonthAriaLabel","nextYearAriaLabel","prevMonthAriaLabel","prevYearAriaLabel","noDataText","carousel","prev","next","delimiter","calendar","moreEvents","input","clear","prependAction","appendAction","fileInput","counter","counterSize","timePicker","am","pm","pagination","root","previous","page","currentPage","first","last","rating","item"],"sources":["../../src/locale/sr-Cyrl.ts"],"sourcesContent":["export default {\n badge: 'Значка',\n close: 'Затвори',\n dataIterator: {\n noResultsText: 'Ни један запис није пронађен',\n loadingText: 'Учитавање ставке...',\n },\n dataTable: {\n itemsPerPageText: 'Редова по страници:',\n ariaLabel: {\n sortDescending: 'Сортирано опадајуће.',\n sortAscending: 'Сортирано растуће.',\n sortNone: 'Није сортирано.',\n activateNone: 'Кликни да уклониш сортирање.',\n activateDescending: 'Кликни да сортираш опадајуће.',\n activateAscending: 'Кликни да сортираш растуће.',\n },\n sortBy: 'Сортирај по',\n },\n dataFooter: {\n itemsPerPageText: 'Ставки по страници:',\n itemsPerPageAll: 'Све',\n nextPage: 'Следећа страница',\n prevPage: 'Претходна страница',\n firstPage: 'Прва страница',\n lastPage: 'Последња страница',\n pageText: '{0}-{1} од {2}',\n },\n datePicker: {\n itemsSelected: '{0} одабрано',\n nextMonthAriaLabel: 'Следећег месеца',\n nextYearAriaLabel: 'Следеће године',\n prevMonthAriaLabel: 'Претходни месец',\n prevYearAriaLabel: 'Претходна година',\n },\n noDataText: 'Нема доступних података',\n carousel: {\n prev: 'Претходна слика',\n next: 'Следећа слика',\n ariaLabel: {\n delimiter: 'Слика {0} од {1}',\n },\n },\n calendar: {\n moreEvents: '{0} више',\n },\n input: {\n clear: 'Clear {0}',\n prependAction: '{0} prepended action',\n appendAction: '{0} appended action',\n },\n fileInput: {\n counter: '{0} фајлова',\n counterSize: '{0} фајлова ({1} укупно)',\n },\n timePicker: {\n am: 'AM',\n pm: 'PM',\n },\n pagination: {\n ariaLabel: {\n root: 'Навигација страницама',\n next: 'Следећа страница',\n previous: 'Претходна страница',\n page: 'Иди на страну {0}',\n currentPage: 'Тренутна страница, страница {0}',\n first: 'First page',\n last: 'Last page',\n },\n },\n rating: {\n ariaLabel: {\n item: 'Оцена {0} од {1}',\n },\n },\n}\n"],"mappings":"AAAA,eAAe;EACbA,KAAK,EAAE,QADM;EAEbC,KAAK,EAAE,SAFM;EAGbC,YAAY,EAAE;IACZC,aAAa,EAAE,8BADH;IAEZC,WAAW,EAAE;EAFD,CAHD;EAObC,SAAS,EAAE;IACTC,gBAAgB,EAAE,qBADT;IAETC,SAAS,EAAE;MACTC,cAAc,EAAE,sBADP;MAETC,aAAa,EAAE,oBAFN;MAGTC,QAAQ,EAAE,iBAHD;MAITC,YAAY,EAAE,8BAJL;MAKTC,kBAAkB,EAAE,+BALX;MAMTC,iBAAiB,EAAE;IANV,CAFF;IAUTC,MAAM,EAAE;EAVC,CAPE;EAmBbC,UAAU,EAAE;IACVT,gBAAgB,EAAE,qBADR;IAEVU,eAAe,EAAE,KAFP;IAGVC,QAAQ,EAAE,kBAHA;IAIVC,QAAQ,EAAE,oBAJA;IAKVC,SAAS,EAAE,eALD;IAMVC,QAAQ,EAAE,mBANA;IAOVC,QAAQ,EAAE;EAPA,CAnBC;EA4BbC,UAAU,EAAE;IACVC,aAAa,EAAE,cADL;IAEVC,kBAAkB,EAAE,iBAFV;IAGVC,iBAAiB,EAAE,gBAHT;IAIVC,kBAAkB,EAAE,iBAJV;IAKVC,iBAAiB,EAAE;EALT,CA5BC;EAmCbC,UAAU,EAAE,yBAnCC;EAoCbC,QAAQ,EAAE;IACRC,IAAI,EAAE,iBADE;IAERC,IAAI,EAAE,eAFE;IAGRxB,SAAS,EAAE;MACTyB,SAAS,EAAE;IADF;EAHH,CApCG;EA2CbC,QAAQ,EAAE;IACRC,UAAU,EAAE;EADJ,CA3CG;EA8CbC,KAAK,EAAE;IACLC,KAAK,EAAE,WADF;IAELC,aAAa,EAAE,sBAFV;IAGLC,YAAY,EAAE;EAHT,CA9CM;EAmDbC,SAAS,EAAE;IACTC,OAAO,EAAE,aADA;IAETC,WAAW,EAAE;EAFJ,CAnDE;EAuDbC,UAAU,EAAE;IACVC,EAAE,EAAE,IADM;IAEVC,EAAE,EAAE;EAFM,CAvDC;EA2DbC,UAAU,EAAE;IACVtC,SAAS,EAAE;MACTuC,IAAI,EAAE,uBADG;MAETf,IAAI,EAAE,kBAFG;MAGTgB,QAAQ,EAAE,oBAHD;MAITC,IAAI,EAAE,mBAJG;MAKTC,WAAW,EAAE,iCALJ;MAMTC,KAAK,EAAE,YANE;MAOTC,IAAI,EAAE;IAPG;EADD,CA3DC;EAsEbC,MAAM,EAAE;IACN7C,SAAS,EAAE;MACT8C,IAAI,EAAE;IADG;EADL;AAtEK,CAAf"}
|
package/lib/locale/sr-Latn.mjs
CHANGED
|
@@ -44,6 +44,11 @@ export default {
|
|
|
44
44
|
calendar: {
|
|
45
45
|
moreEvents: '{0} više'
|
|
46
46
|
},
|
|
47
|
+
input: {
|
|
48
|
+
clear: 'Clear {0}',
|
|
49
|
+
prependAction: '{0} prepended action',
|
|
50
|
+
appendAction: '{0} appended action'
|
|
51
|
+
},
|
|
47
52
|
fileInput: {
|
|
48
53
|
counter: '{0} fajlova',
|
|
49
54
|
counterSize: '{0} fajlova ({1} ukupno)'
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"
|
|
1
|
+
{"version":3,"file":"sr-Latn.mjs","names":["badge","close","dataIterator","noResultsText","loadingText","dataTable","itemsPerPageText","ariaLabel","sortDescending","sortAscending","sortNone","activateNone","activateDescending","activateAscending","sortBy","dataFooter","itemsPerPageAll","nextPage","prevPage","firstPage","lastPage","pageText","datePicker","itemsSelected","nextMonthAriaLabel","nextYearAriaLabel","prevMonthAriaLabel","prevYearAriaLabel","noDataText","carousel","prev","next","delimiter","calendar","moreEvents","input","clear","prependAction","appendAction","fileInput","counter","counterSize","timePicker","am","pm","pagination","root","previous","page","currentPage","first","last","rating","item"],"sources":["../../src/locale/sr-Latn.ts"],"sourcesContent":["export default {\n badge: 'Značka',\n close: 'Zatvori',\n dataIterator: {\n noResultsText: 'Nijedan zapis nije pronađen',\n loadingText: 'Učitavanje stavke...',\n },\n dataTable: {\n itemsPerPageText: 'Redova po stranici:',\n ariaLabel: {\n sortDescending: 'Sortirano opadajuće.',\n sortAscending: 'Sortirano rastuće.',\n sortNone: 'Nije sortirano.',\n activateNone: 'Klikni da ukloniš sortiranje.',\n activateDescending: 'Klikni da sortiraš opadajuće.',\n activateAscending: 'Klikni da sortiraš rastuće.',\n },\n sortBy: 'Sortiraj po',\n },\n dataFooter: {\n itemsPerPageText: 'Stavki po stranici:',\n itemsPerPageAll: 'Sve',\n nextPage: 'Sledeća stranica',\n prevPage: 'Prethodna stranica',\n firstPage: 'Prva stranica',\n lastPage: 'Poslednja stranica',\n pageText: '{0}-{1} od {2}',\n },\n datePicker: {\n itemsSelected: '{0} odabrano',\n nextMonthAriaLabel: 'Sledećeg meseca',\n nextYearAriaLabel: 'Sledeće godine',\n prevMonthAriaLabel: 'Prethodni mesec',\n prevYearAriaLabel: 'Prethodna godina',\n },\n noDataText: 'Nema dostupnih podataka',\n carousel: {\n prev: 'Prethodna slika',\n next: 'Sledeća slika',\n ariaLabel: {\n delimiter: 'Slika {0} od {1}',\n },\n },\n calendar: {\n moreEvents: '{0} više',\n },\n input: {\n clear: 'Clear {0}',\n prependAction: '{0} prepended action',\n appendAction: '{0} appended action',\n },\n fileInput: {\n counter: '{0} fajlova',\n counterSize: '{0} fajlova ({1} ukupno)',\n },\n timePicker: {\n am: 'AM',\n pm: 'PM',\n },\n pagination: {\n ariaLabel: {\n root: 'Navigacija stranicama',\n next: 'Sledeća stranica',\n previous: 'Prethodna stranica',\n page: 'Idi na stranu {0}',\n currentPage: 'Trenutna stranica, stranica {0}',\n first: 'First page',\n last: 'Last page',\n },\n },\n rating: {\n ariaLabel: {\n item: 'Ocena {0} od {1}',\n },\n },\n}\n"],"mappings":"AAAA,eAAe;EACbA,KAAK,EAAE,QADM;EAEbC,KAAK,EAAE,SAFM;EAGbC,YAAY,EAAE;IACZC,aAAa,EAAE,6BADH;IAEZC,WAAW,EAAE;EAFD,CAHD;EAObC,SAAS,EAAE;IACTC,gBAAgB,EAAE,qBADT;IAETC,SAAS,EAAE;MACTC,cAAc,EAAE,sBADP;MAETC,aAAa,EAAE,oBAFN;MAGTC,QAAQ,EAAE,iBAHD;MAITC,YAAY,EAAE,+BAJL;MAKTC,kBAAkB,EAAE,+BALX;MAMTC,iBAAiB,EAAE;IANV,CAFF;IAUTC,MAAM,EAAE;EAVC,CAPE;EAmBbC,UAAU,EAAE;IACVT,gBAAgB,EAAE,qBADR;IAEVU,eAAe,EAAE,KAFP;IAGVC,QAAQ,EAAE,kBAHA;IAIVC,QAAQ,EAAE,oBAJA;IAKVC,SAAS,EAAE,eALD;IAMVC,QAAQ,EAAE,oBANA;IAOVC,QAAQ,EAAE;EAPA,CAnBC;EA4BbC,UAAU,EAAE;IACVC,aAAa,EAAE,cADL;IAEVC,kBAAkB,EAAE,iBAFV;IAGVC,iBAAiB,EAAE,gBAHT;IAIVC,kBAAkB,EAAE,iBAJV;IAKVC,iBAAiB,EAAE;EALT,CA5BC;EAmCbC,UAAU,EAAE,yBAnCC;EAoCbC,QAAQ,EAAE;IACRC,IAAI,EAAE,iBADE;IAERC,IAAI,EAAE,eAFE;IAGRxB,SAAS,EAAE;MACTyB,SAAS,EAAE;IADF;EAHH,CApCG;EA2CbC,QAAQ,EAAE;IACRC,UAAU,EAAE;EADJ,CA3CG;EA8CbC,KAAK,EAAE;IACLC,KAAK,EAAE,WADF;IAELC,aAAa,EAAE,sBAFV;IAGLC,YAAY,EAAE;EAHT,CA9CM;EAmDbC,SAAS,EAAE;IACTC,OAAO,EAAE,aADA;IAETC,WAAW,EAAE;EAFJ,CAnDE;EAuDbC,UAAU,EAAE;IACVC,EAAE,EAAE,IADM;IAEVC,EAAE,EAAE;EAFM,CAvDC;EA2DbC,UAAU,EAAE;IACVtC,SAAS,EAAE;MACTuC,IAAI,EAAE,uBADG;MAETf,IAAI,EAAE,kBAFG;MAGTgB,QAAQ,EAAE,oBAHD;MAITC,IAAI,EAAE,mBAJG;MAKTC,WAAW,EAAE,iCALJ;MAMTC,KAAK,EAAE,YANE;MAOTC,IAAI,EAAE;IAPG;EADD,CA3DC;EAsEbC,MAAM,EAAE;IACN7C,SAAS,EAAE;MACT8C,IAAI,EAAE;IADG;EADL;AAtEK,CAAf"}
|
package/lib/locale/sv.mjs
CHANGED
|
@@ -44,6 +44,11 @@ export default {
|
|
|
44
44
|
calendar: {
|
|
45
45
|
moreEvents: '{0} fler'
|
|
46
46
|
},
|
|
47
|
+
input: {
|
|
48
|
+
clear: 'Clear {0}',
|
|
49
|
+
prependAction: '{0} prepended action',
|
|
50
|
+
appendAction: '{0} appended action'
|
|
51
|
+
},
|
|
47
52
|
fileInput: {
|
|
48
53
|
counter: '{0} filer',
|
|
49
54
|
counterSize: '{0} filer (av {1} totalt)'
|
package/lib/locale/sv.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"
|
|
1
|
+
{"version":3,"file":"sv.mjs","names":["badge","close","dataIterator","noResultsText","loadingText","dataTable","itemsPerPageText","ariaLabel","sortDescending","sortAscending","sortNone","activateNone","activateDescending","activateAscending","sortBy","dataFooter","itemsPerPageAll","nextPage","prevPage","firstPage","lastPage","pageText","datePicker","itemsSelected","nextMonthAriaLabel","nextYearAriaLabel","prevMonthAriaLabel","prevYearAriaLabel","noDataText","carousel","prev","next","delimiter","calendar","moreEvents","input","clear","prependAction","appendAction","fileInput","counter","counterSize","timePicker","am","pm","pagination","root","previous","page","currentPage","first","last","rating","item"],"sources":["../../src/locale/sv.ts"],"sourcesContent":["export default {\n badge: 'Bricka',\n close: 'Stäng',\n dataIterator: {\n noResultsText: 'Inga poster funna',\n loadingText: 'Laddar data...',\n },\n dataTable: {\n itemsPerPageText: 'Rader per sida:',\n ariaLabel: {\n sortDescending: 'Sorterat fallande.',\n sortAscending: 'Sorterat stigande.',\n sortNone: 'Osorterat.',\n activateNone: 'Aktivera för att ta bort sortering.',\n activateDescending: 'Aktivera för sortering fallande.',\n activateAscending: 'Aktivera för sortering stigande.',\n },\n sortBy: 'Sortera efter',\n },\n dataFooter: {\n itemsPerPageText: 'Objekt per sida:',\n itemsPerPageAll: 'Alla',\n nextPage: 'Nästa sida',\n prevPage: 'Föregående sida',\n firstPage: 'Första sidan',\n lastPage: 'Sista sidan',\n pageText: '{0}-{1} av {2}',\n },\n datePicker: {\n itemsSelected: '{0} markerade',\n nextMonthAriaLabel: 'Nästa månad',\n nextYearAriaLabel: 'Nästa år',\n prevMonthAriaLabel: 'Förra månaden',\n prevYearAriaLabel: 'Förra året',\n },\n noDataText: 'Ingen data tillgänglig',\n carousel: {\n prev: 'Föregående vy',\n next: 'Nästa vy',\n ariaLabel: {\n delimiter: 'Carousel slide {0} of {1}',\n },\n },\n calendar: {\n moreEvents: '{0} fler',\n },\n input: {\n clear: 'Clear {0}',\n prependAction: '{0} prepended action',\n appendAction: '{0} appended action',\n },\n fileInput: {\n counter: '{0} filer',\n counterSize: '{0} filer (av {1} totalt)',\n },\n timePicker: {\n am: 'AM',\n pm: 'PM',\n },\n pagination: {\n ariaLabel: {\n root: 'Pagination Navigation',\n next: 'Nästa sida',\n previous: 'Föregående sida',\n page: 'Gå till sidan {0}',\n currentPage: 'Aktuell sida, sida {0}',\n first: 'First page',\n last: 'Last page',\n },\n },\n rating: {\n ariaLabel: {\n item: 'Rating {0} of {1}',\n },\n },\n}\n"],"mappings":"AAAA,eAAe;EACbA,KAAK,EAAE,QADM;EAEbC,KAAK,EAAE,OAFM;EAGbC,YAAY,EAAE;IACZC,aAAa,EAAE,mBADH;IAEZC,WAAW,EAAE;EAFD,CAHD;EAObC,SAAS,EAAE;IACTC,gBAAgB,EAAE,iBADT;IAETC,SAAS,EAAE;MACTC,cAAc,EAAE,oBADP;MAETC,aAAa,EAAE,oBAFN;MAGTC,QAAQ,EAAE,YAHD;MAITC,YAAY,EAAE,qCAJL;MAKTC,kBAAkB,EAAE,kCALX;MAMTC,iBAAiB,EAAE;IANV,CAFF;IAUTC,MAAM,EAAE;EAVC,CAPE;EAmBbC,UAAU,EAAE;IACVT,gBAAgB,EAAE,kBADR;IAEVU,eAAe,EAAE,MAFP;IAGVC,QAAQ,EAAE,YAHA;IAIVC,QAAQ,EAAE,iBAJA;IAKVC,SAAS,EAAE,cALD;IAMVC,QAAQ,EAAE,aANA;IAOVC,QAAQ,EAAE;EAPA,CAnBC;EA4BbC,UAAU,EAAE;IACVC,aAAa,EAAE,eADL;IAEVC,kBAAkB,EAAE,aAFV;IAGVC,iBAAiB,EAAE,UAHT;IAIVC,kBAAkB,EAAE,eAJV;IAKVC,iBAAiB,EAAE;EALT,CA5BC;EAmCbC,UAAU,EAAE,wBAnCC;EAoCbC,QAAQ,EAAE;IACRC,IAAI,EAAE,eADE;IAERC,IAAI,EAAE,UAFE;IAGRxB,SAAS,EAAE;MACTyB,SAAS,EAAE;IADF;EAHH,CApCG;EA2CbC,QAAQ,EAAE;IACRC,UAAU,EAAE;EADJ,CA3CG;EA8CbC,KAAK,EAAE;IACLC,KAAK,EAAE,WADF;IAELC,aAAa,EAAE,sBAFV;IAGLC,YAAY,EAAE;EAHT,CA9CM;EAmDbC,SAAS,EAAE;IACTC,OAAO,EAAE,WADA;IAETC,WAAW,EAAE;EAFJ,CAnDE;EAuDbC,UAAU,EAAE;IACVC,EAAE,EAAE,IADM;IAEVC,EAAE,EAAE;EAFM,CAvDC;EA2DbC,UAAU,EAAE;IACVtC,SAAS,EAAE;MACTuC,IAAI,EAAE,uBADG;MAETf,IAAI,EAAE,YAFG;MAGTgB,QAAQ,EAAE,iBAHD;MAITC,IAAI,EAAE,mBAJG;MAKTC,WAAW,EAAE,wBALJ;MAMTC,KAAK,EAAE,YANE;MAOTC,IAAI,EAAE;IAPG;EADD,CA3DC;EAsEbC,MAAM,EAAE;IACN7C,SAAS,EAAE;MACT8C,IAAI,EAAE;IADG;EADL;AAtEK,CAAf"}
|
package/lib/locale/th.mjs
CHANGED
|
@@ -44,6 +44,11 @@ export default {
|
|
|
44
44
|
calendar: {
|
|
45
45
|
moreEvents: 'มีอีก {0}'
|
|
46
46
|
},
|
|
47
|
+
input: {
|
|
48
|
+
clear: 'Clear {0}',
|
|
49
|
+
prependAction: '{0} prepended action',
|
|
50
|
+
appendAction: '{0} appended action'
|
|
51
|
+
},
|
|
47
52
|
fileInput: {
|
|
48
53
|
counter: '{0} ไฟล์',
|
|
49
54
|
counterSize: '{0} ไฟล์ (รวม {1})'
|
package/lib/locale/th.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"
|
|
1
|
+
{"version":3,"file":"th.mjs","names":["badge","close","dataIterator","noResultsText","loadingText","dataTable","itemsPerPageText","ariaLabel","sortDescending","sortAscending","sortNone","activateNone","activateDescending","activateAscending","sortBy","dataFooter","itemsPerPageAll","nextPage","prevPage","firstPage","lastPage","pageText","datePicker","itemsSelected","nextMonthAriaLabel","nextYearAriaLabel","prevMonthAriaLabel","prevYearAriaLabel","noDataText","carousel","prev","next","delimiter","calendar","moreEvents","input","clear","prependAction","appendAction","fileInput","counter","counterSize","timePicker","am","pm","pagination","root","previous","page","currentPage","first","last","rating","item"],"sources":["../../src/locale/th.ts"],"sourcesContent":["export default {\n badge: 'สัญลักษณ์',\n close: 'ปิด',\n dataIterator: {\n noResultsText: 'ไม่พบข้อมูลที่ค้นหา',\n loadingText: 'กำลังโหลดข้อมูล...',\n },\n dataTable: {\n itemsPerPageText: 'แถวต่อหน้า:',\n ariaLabel: {\n sortDescending: 'เรียงจากมากไปน้อยอยู่',\n sortAscending: 'เรียงจากน้อยไปมากอยู่',\n sortNone: 'ไม่ได้เรียงลำดับ',\n activateNone: 'กดเพื่อปิดการเรียงลำดับ',\n activateDescending: 'กดเพื่อเรียงจากมากไปน้อย',\n activateAscending: 'กดเพื่อเรียงจากน้อยไปมาก',\n },\n sortBy: 'เรียงตาม',\n },\n dataFooter: {\n itemsPerPageText: 'รายการต่อหน้า:',\n itemsPerPageAll: 'ทั้งหมด',\n nextPage: 'หน้าต่อไป',\n prevPage: 'หน้าที่แล้ว',\n firstPage: 'หน้าแรก',\n lastPage: 'หน้าสุดท้าย',\n pageText: '{0}-{1} จาก {2}',\n },\n datePicker: {\n itemsSelected: 'เลือก {0} วัน',\n nextMonthAriaLabel: 'เดือนถัดไป',\n nextYearAriaLabel: 'ปีถัดไป',\n prevMonthAriaLabel: 'เดือนก่อนหน้า',\n prevYearAriaLabel: 'ปีก่อนหน้า',\n },\n noDataText: 'ไม่มีข้อมูล',\n carousel: {\n prev: 'ภาพก่อนหน้า',\n next: 'ภาพถัดไป',\n ariaLabel: {\n delimiter: 'ภาพสไลด์ที่ {0} จาก {1}',\n },\n },\n calendar: {\n moreEvents: 'มีอีก {0}',\n },\n input: {\n clear: 'Clear {0}',\n prependAction: '{0} prepended action',\n appendAction: '{0} appended action',\n },\n fileInput: {\n counter: '{0} ไฟล์',\n counterSize: '{0} ไฟล์ (รวม {1})',\n },\n timePicker: {\n am: 'AM',\n pm: 'PM',\n },\n pagination: {\n ariaLabel: {\n root: 'การนำทางไปยังหน้า',\n next: 'หน้าต่อไป',\n previous: 'หน้าที่แล้ว',\n page: 'ไปที่หน้า {0}',\n currentPage: 'หน้าปัจจุบัน (หน้า {0})',\n first: 'First page',\n last: 'Last page',\n },\n },\n rating: {\n ariaLabel: {\n item: 'Rating {0} of {1}',\n },\n },\n}\n"],"mappings":"AAAA,eAAe;EACbA,KAAK,EAAE,WADM;EAEbC,KAAK,EAAE,KAFM;EAGbC,YAAY,EAAE;IACZC,aAAa,EAAE,qBADH;IAEZC,WAAW,EAAE;EAFD,CAHD;EAObC,SAAS,EAAE;IACTC,gBAAgB,EAAE,aADT;IAETC,SAAS,EAAE;MACTC,cAAc,EAAE,uBADP;MAETC,aAAa,EAAE,uBAFN;MAGTC,QAAQ,EAAE,kBAHD;MAITC,YAAY,EAAE,yBAJL;MAKTC,kBAAkB,EAAE,0BALX;MAMTC,iBAAiB,EAAE;IANV,CAFF;IAUTC,MAAM,EAAE;EAVC,CAPE;EAmBbC,UAAU,EAAE;IACVT,gBAAgB,EAAE,gBADR;IAEVU,eAAe,EAAE,SAFP;IAGVC,QAAQ,EAAE,WAHA;IAIVC,QAAQ,EAAE,aAJA;IAKVC,SAAS,EAAE,SALD;IAMVC,QAAQ,EAAE,aANA;IAOVC,QAAQ,EAAE;EAPA,CAnBC;EA4BbC,UAAU,EAAE;IACVC,aAAa,EAAE,eADL;IAEVC,kBAAkB,EAAE,YAFV;IAGVC,iBAAiB,EAAE,SAHT;IAIVC,kBAAkB,EAAE,eAJV;IAKVC,iBAAiB,EAAE;EALT,CA5BC;EAmCbC,UAAU,EAAE,aAnCC;EAoCbC,QAAQ,EAAE;IACRC,IAAI,EAAE,aADE;IAERC,IAAI,EAAE,UAFE;IAGRxB,SAAS,EAAE;MACTyB,SAAS,EAAE;IADF;EAHH,CApCG;EA2CbC,QAAQ,EAAE;IACRC,UAAU,EAAE;EADJ,CA3CG;EA8CbC,KAAK,EAAE;IACLC,KAAK,EAAE,WADF;IAELC,aAAa,EAAE,sBAFV;IAGLC,YAAY,EAAE;EAHT,CA9CM;EAmDbC,SAAS,EAAE;IACTC,OAAO,EAAE,UADA;IAETC,WAAW,EAAE;EAFJ,CAnDE;EAuDbC,UAAU,EAAE;IACVC,EAAE,EAAE,IADM;IAEVC,EAAE,EAAE;EAFM,CAvDC;EA2DbC,UAAU,EAAE;IACVtC,SAAS,EAAE;MACTuC,IAAI,EAAE,mBADG;MAETf,IAAI,EAAE,WAFG;MAGTgB,QAAQ,EAAE,aAHD;MAITC,IAAI,EAAE,eAJG;MAKTC,WAAW,EAAE,yBALJ;MAMTC,KAAK,EAAE,YANE;MAOTC,IAAI,EAAE;IAPG;EADD,CA3DC;EAsEbC,MAAM,EAAE;IACN7C,SAAS,EAAE;MACT8C,IAAI,EAAE;IADG;EADL;AAtEK,CAAf"}
|
package/lib/locale/tr.mjs
CHANGED
|
@@ -44,6 +44,11 @@ export default {
|
|
|
44
44
|
calendar: {
|
|
45
45
|
moreEvents: '{0} tane daha'
|
|
46
46
|
},
|
|
47
|
+
input: {
|
|
48
|
+
clear: 'Clear {0}',
|
|
49
|
+
prependAction: '{0} prepended action',
|
|
50
|
+
appendAction: '{0} appended action'
|
|
51
|
+
},
|
|
47
52
|
fileInput: {
|
|
48
53
|
counter: '{0} dosya',
|
|
49
54
|
counterSize: '{0} dosya (toplamda {1})'
|
package/lib/locale/tr.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"
|
|
1
|
+
{"version":3,"file":"tr.mjs","names":["badge","close","dataIterator","noResultsText","loadingText","dataTable","itemsPerPageText","ariaLabel","sortDescending","sortAscending","sortNone","activateNone","activateDescending","activateAscending","sortBy","dataFooter","itemsPerPageAll","nextPage","prevPage","firstPage","lastPage","pageText","datePicker","itemsSelected","nextMonthAriaLabel","nextYearAriaLabel","prevMonthAriaLabel","prevYearAriaLabel","noDataText","carousel","prev","next","delimiter","calendar","moreEvents","input","clear","prependAction","appendAction","fileInput","counter","counterSize","timePicker","am","pm","pagination","root","previous","page","currentPage","first","last","rating","item"],"sources":["../../src/locale/tr.ts"],"sourcesContent":["export default {\n badge: 'rozet',\n close: 'Kapat',\n dataIterator: {\n noResultsText: 'Eşleşen veri bulunamadı',\n loadingText: 'Yükleniyor... Lütfen bekleyin.',\n },\n dataTable: {\n itemsPerPageText: 'Sayfa başına satır:',\n ariaLabel: {\n sortDescending: 'Z den A ya sıralı.',\n sortAscending: 'A dan Z ye sıralı.',\n sortNone: 'Sıralı değil. ',\n activateNone: 'Sıralamayı kaldırmak için etkinleştir.',\n activateDescending: 'Z den A ya sıralamak için etkinleştir.',\n activateAscending: 'A dan Z ye sıralamak için etkinleştir.',\n },\n sortBy: 'Sırala',\n },\n dataFooter: {\n itemsPerPageText: 'Sayfa başına satır:',\n itemsPerPageAll: 'Hepsi',\n nextPage: 'Sonraki sayfa',\n prevPage: 'Önceki sayfa',\n firstPage: 'İlk sayfa',\n lastPage: 'Son sayfa',\n pageText: '{0} - {1} arası, Toplam: {2} kayıt',\n },\n datePicker: {\n itemsSelected: '{0} öge seçildi',\n nextMonthAriaLabel: 'Gelecek ay',\n nextYearAriaLabel: 'Gelecek yıl',\n prevMonthAriaLabel: 'Geçtiğimiz ay',\n prevYearAriaLabel: 'Geçen yıl',\n },\n noDataText: 'Bu görünümde veri yok.',\n carousel: {\n prev: 'Önceki görsel',\n next: 'Sonraki görsel',\n ariaLabel: {\n delimiter: 'Galeri sayfa {0} / {1}',\n },\n },\n calendar: {\n moreEvents: '{0} tane daha',\n },\n input: {\n clear: 'Clear {0}',\n prependAction: '{0} prepended action',\n appendAction: '{0} appended action',\n },\n fileInput: {\n counter: '{0} dosya',\n counterSize: '{0} dosya (toplamda {1})',\n },\n timePicker: {\n am: 'AM',\n pm: 'PM',\n },\n pagination: {\n ariaLabel: {\n root: 'Sayfalandırma Navigasyonu',\n next: 'Sonraki sayfa',\n previous: 'Önceki sayfa',\n page: 'Sayfaya git {0}',\n currentPage: 'Geçerli Sayfa, Sayfa {0}',\n first: 'First page',\n last: 'Last page',\n },\n },\n rating: {\n ariaLabel: {\n item: 'Rating {0} of {1}',\n },\n },\n}\n"],"mappings":"AAAA,eAAe;EACbA,KAAK,EAAE,OADM;EAEbC,KAAK,EAAE,OAFM;EAGbC,YAAY,EAAE;IACZC,aAAa,EAAE,yBADH;IAEZC,WAAW,EAAE;EAFD,CAHD;EAObC,SAAS,EAAE;IACTC,gBAAgB,EAAE,qBADT;IAETC,SAAS,EAAE;MACTC,cAAc,EAAE,oBADP;MAETC,aAAa,EAAE,oBAFN;MAGTC,QAAQ,EAAE,gBAHD;MAITC,YAAY,EAAE,wCAJL;MAKTC,kBAAkB,EAAE,wCALX;MAMTC,iBAAiB,EAAE;IANV,CAFF;IAUTC,MAAM,EAAE;EAVC,CAPE;EAmBbC,UAAU,EAAE;IACVT,gBAAgB,EAAE,qBADR;IAEVU,eAAe,EAAE,OAFP;IAGVC,QAAQ,EAAE,eAHA;IAIVC,QAAQ,EAAE,cAJA;IAKVC,SAAS,EAAE,WALD;IAMVC,QAAQ,EAAE,WANA;IAOVC,QAAQ,EAAE;EAPA,CAnBC;EA4BbC,UAAU,EAAE;IACVC,aAAa,EAAE,iBADL;IAEVC,kBAAkB,EAAE,YAFV;IAGVC,iBAAiB,EAAE,aAHT;IAIVC,kBAAkB,EAAE,eAJV;IAKVC,iBAAiB,EAAE;EALT,CA5BC;EAmCbC,UAAU,EAAE,wBAnCC;EAoCbC,QAAQ,EAAE;IACRC,IAAI,EAAE,eADE;IAERC,IAAI,EAAE,gBAFE;IAGRxB,SAAS,EAAE;MACTyB,SAAS,EAAE;IADF;EAHH,CApCG;EA2CbC,QAAQ,EAAE;IACRC,UAAU,EAAE;EADJ,CA3CG;EA8CbC,KAAK,EAAE;IACLC,KAAK,EAAE,WADF;IAELC,aAAa,EAAE,sBAFV;IAGLC,YAAY,EAAE;EAHT,CA9CM;EAmDbC,SAAS,EAAE;IACTC,OAAO,EAAE,WADA;IAETC,WAAW,EAAE;EAFJ,CAnDE;EAuDbC,UAAU,EAAE;IACVC,EAAE,EAAE,IADM;IAEVC,EAAE,EAAE;EAFM,CAvDC;EA2DbC,UAAU,EAAE;IACVtC,SAAS,EAAE;MACTuC,IAAI,EAAE,2BADG;MAETf,IAAI,EAAE,eAFG;MAGTgB,QAAQ,EAAE,cAHD;MAITC,IAAI,EAAE,iBAJG;MAKTC,WAAW,EAAE,0BALJ;MAMTC,KAAK,EAAE,YANE;MAOTC,IAAI,EAAE;IAPG;EADD,CA3DC;EAsEbC,MAAM,EAAE;IACN7C,SAAS,EAAE;MACT8C,IAAI,EAAE;IADG;EADL;AAtEK,CAAf"}
|
package/lib/locale/uk.mjs
CHANGED
|
@@ -44,6 +44,11 @@ export default {
|
|
|
44
44
|
calendar: {
|
|
45
45
|
moreEvents: 'Ще {0}'
|
|
46
46
|
},
|
|
47
|
+
input: {
|
|
48
|
+
clear: 'Clear {0}',
|
|
49
|
+
prependAction: '{0} prepended action',
|
|
50
|
+
appendAction: '{0} appended action'
|
|
51
|
+
},
|
|
47
52
|
fileInput: {
|
|
48
53
|
counter: '{0} файлів',
|
|
49
54
|
counterSize: '{0} файлів ({1} загалом)'
|
package/lib/locale/uk.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"
|
|
1
|
+
{"version":3,"file":"uk.mjs","names":["badge","close","dataIterator","noResultsText","loadingText","dataTable","itemsPerPageText","ariaLabel","sortDescending","sortAscending","sortNone","activateNone","activateDescending","activateAscending","sortBy","dataFooter","itemsPerPageAll","nextPage","prevPage","firstPage","lastPage","pageText","datePicker","itemsSelected","nextMonthAriaLabel","nextYearAriaLabel","prevMonthAriaLabel","prevYearAriaLabel","noDataText","carousel","prev","next","delimiter","calendar","moreEvents","input","clear","prependAction","appendAction","fileInput","counter","counterSize","timePicker","am","pm","pagination","root","previous","page","currentPage","first","last","rating","item"],"sources":["../../src/locale/uk.ts"],"sourcesContent":["export default {\n badge: 'Знак',\n close: 'Закрити',\n dataIterator: {\n noResultsText: 'В результаті пошуку нічого не знайдено',\n loadingText: 'Завантаження...',\n },\n dataTable: {\n itemsPerPageText: 'Рядків на сторінці:',\n ariaLabel: {\n sortDescending: 'Відсортовано за спаданням.',\n sortAscending: 'Відсортовано за зростанням.',\n sortNone: 'Не відсортовано.',\n activateNone: 'Активувати, щоб видалити сортування.',\n activateDescending: 'Активувати, щоб відсортувати за спаданням.',\n activateAscending: 'Активувати, щоб відсортувати за зростанням.',\n },\n sortBy: 'Відсортувати за',\n },\n dataFooter: {\n itemsPerPageText: 'Елементів на сторінці:',\n itemsPerPageAll: 'Всі',\n nextPage: 'Наступна сторінка',\n prevPage: 'Попередня сторінка',\n firstPage: 'Перша сторінка',\n lastPage: 'Остання сторінка',\n pageText: '{0}-{1} з {2}',\n },\n datePicker: {\n itemsSelected: '{0} вибрано',\n nextMonthAriaLabel: 'Наступного місяця',\n nextYearAriaLabel: 'Наступного року',\n prevMonthAriaLabel: 'Попередній місяць',\n prevYearAriaLabel: 'Попередній рік',\n },\n noDataText: 'Немає даних для відображення',\n carousel: {\n prev: 'Попередній слайд',\n next: 'Наступий слайд',\n ariaLabel: {\n delimiter: 'Слайд {0} з {1}',\n },\n },\n calendar: {\n moreEvents: 'Ще {0}',\n },\n input: {\n clear: 'Clear {0}',\n prependAction: '{0} prepended action',\n appendAction: '{0} appended action',\n },\n fileInput: {\n counter: '{0} файлів',\n counterSize: '{0} файлів ({1} загалом)',\n },\n timePicker: {\n am: 'AM',\n pm: 'PM',\n },\n pagination: {\n ariaLabel: {\n root: 'Навігація по сторінках',\n next: 'Наступна сторінка',\n previous: 'Попередня сторінка',\n page: 'Перейти на сторінку {0}',\n currentPage: 'Поточна сторінка, Сторінка {0}',\n first: 'First page',\n last: 'Last page',\n },\n },\n rating: {\n ariaLabel: {\n item: 'Rating {0} of {1}',\n },\n },\n}\n"],"mappings":"AAAA,eAAe;EACbA,KAAK,EAAE,MADM;EAEbC,KAAK,EAAE,SAFM;EAGbC,YAAY,EAAE;IACZC,aAAa,EAAE,wCADH;IAEZC,WAAW,EAAE;EAFD,CAHD;EAObC,SAAS,EAAE;IACTC,gBAAgB,EAAE,qBADT;IAETC,SAAS,EAAE;MACTC,cAAc,EAAE,4BADP;MAETC,aAAa,EAAE,6BAFN;MAGTC,QAAQ,EAAE,kBAHD;MAITC,YAAY,EAAE,sCAJL;MAKTC,kBAAkB,EAAE,4CALX;MAMTC,iBAAiB,EAAE;IANV,CAFF;IAUTC,MAAM,EAAE;EAVC,CAPE;EAmBbC,UAAU,EAAE;IACVT,gBAAgB,EAAE,wBADR;IAEVU,eAAe,EAAE,KAFP;IAGVC,QAAQ,EAAE,mBAHA;IAIVC,QAAQ,EAAE,oBAJA;IAKVC,SAAS,EAAE,gBALD;IAMVC,QAAQ,EAAE,kBANA;IAOVC,QAAQ,EAAE;EAPA,CAnBC;EA4BbC,UAAU,EAAE;IACVC,aAAa,EAAE,aADL;IAEVC,kBAAkB,EAAE,mBAFV;IAGVC,iBAAiB,EAAE,iBAHT;IAIVC,kBAAkB,EAAE,mBAJV;IAKVC,iBAAiB,EAAE;EALT,CA5BC;EAmCbC,UAAU,EAAE,8BAnCC;EAoCbC,QAAQ,EAAE;IACRC,IAAI,EAAE,kBADE;IAERC,IAAI,EAAE,gBAFE;IAGRxB,SAAS,EAAE;MACTyB,SAAS,EAAE;IADF;EAHH,CApCG;EA2CbC,QAAQ,EAAE;IACRC,UAAU,EAAE;EADJ,CA3CG;EA8CbC,KAAK,EAAE;IACLC,KAAK,EAAE,WADF;IAELC,aAAa,EAAE,sBAFV;IAGLC,YAAY,EAAE;EAHT,CA9CM;EAmDbC,SAAS,EAAE;IACTC,OAAO,EAAE,YADA;IAETC,WAAW,EAAE;EAFJ,CAnDE;EAuDbC,UAAU,EAAE;IACVC,EAAE,EAAE,IADM;IAEVC,EAAE,EAAE;EAFM,CAvDC;EA2DbC,UAAU,EAAE;IACVtC,SAAS,EAAE;MACTuC,IAAI,EAAE,wBADG;MAETf,IAAI,EAAE,mBAFG;MAGTgB,QAAQ,EAAE,oBAHD;MAITC,IAAI,EAAE,yBAJG;MAKTC,WAAW,EAAE,gCALJ;MAMTC,KAAK,EAAE,YANE;MAOTC,IAAI,EAAE;IAPG;EADD,CA3DC;EAsEbC,MAAM,EAAE;IACN7C,SAAS,EAAE;MACT8C,IAAI,EAAE;IADG;EADL;AAtEK,CAAf"}
|
package/lib/locale/vi.mjs
CHANGED
|
@@ -44,6 +44,11 @@ export default {
|
|
|
44
44
|
calendar: {
|
|
45
45
|
moreEvents: '{0} nữa'
|
|
46
46
|
},
|
|
47
|
+
input: {
|
|
48
|
+
clear: 'Clear {0}',
|
|
49
|
+
prependAction: '{0} prepended action',
|
|
50
|
+
appendAction: '{0} appended action'
|
|
51
|
+
},
|
|
47
52
|
fileInput: {
|
|
48
53
|
counter: '{0} tệp',
|
|
49
54
|
counterSize: '{0} tệp (tổng cộng {1})'
|
package/lib/locale/vi.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"
|
|
1
|
+
{"version":3,"file":"vi.mjs","names":["badge","close","dataIterator","noResultsText","loadingText","dataTable","itemsPerPageText","ariaLabel","sortDescending","sortAscending","sortNone","activateNone","activateDescending","activateAscending","sortBy","dataFooter","itemsPerPageAll","nextPage","prevPage","firstPage","lastPage","pageText","datePicker","itemsSelected","nextMonthAriaLabel","nextYearAriaLabel","prevMonthAriaLabel","prevYearAriaLabel","noDataText","carousel","prev","next","delimiter","calendar","moreEvents","input","clear","prependAction","appendAction","fileInput","counter","counterSize","timePicker","am","pm","pagination","root","previous","page","currentPage","first","last","rating","item"],"sources":["../../src/locale/vi.ts"],"sourcesContent":["export default {\n badge: 'Huy hiệu',\n close: 'Đóng',\n dataIterator: {\n noResultsText: 'Không tìm thấy kết quả nào',\n loadingText: 'Đang tải...',\n },\n dataTable: {\n itemsPerPageText: 'Số hàng mỗi trang:',\n ariaLabel: {\n sortDescending: 'Sắp xếp giảm dần.',\n sortAscending: 'Sắp xếp tăng dần.',\n sortNone: 'Không sắp xếp.',\n activateNone: 'Kích hoạt để bỏ sắp xếp.',\n activateDescending: 'Kích hoạt để sắp xếp giảm dần.',\n activateAscending: 'Kích hoạt để sắp xếp tăng dần.',\n },\n sortBy: 'Sắp xếp',\n },\n dataFooter: {\n itemsPerPageText: 'Số mục mỗi trang:',\n itemsPerPageAll: 'Toàn bộ',\n nextPage: 'Trang tiếp theo',\n prevPage: 'Trang trước',\n firstPage: 'Trang đầu',\n lastPage: 'Trang cuối',\n pageText: '{0}-{1} trên {2}',\n },\n datePicker: {\n itemsSelected: '{0} được chọn',\n nextMonthAriaLabel: 'Tháng sau',\n nextYearAriaLabel: 'Năm sau',\n prevMonthAriaLabel: 'Tháng trước',\n prevYearAriaLabel: 'Năm trước',\n },\n noDataText: 'Không có dữ liệu',\n carousel: {\n prev: 'Ảnh tiếp theo',\n next: 'Ảnh trước',\n ariaLabel: {\n delimiter: 'Carousel slide {0} trên {1}',\n },\n },\n calendar: {\n moreEvents: '{0} nữa',\n },\n input: {\n clear: 'Clear {0}',\n prependAction: '{0} prepended action',\n appendAction: '{0} appended action',\n },\n fileInput: {\n counter: '{0} tệp',\n counterSize: '{0} tệp (tổng cộng {1})',\n },\n timePicker: {\n am: 'SA',\n pm: 'CH',\n },\n pagination: {\n ariaLabel: {\n root: 'Điều hướng phân trang',\n next: 'Trang tiếp theo',\n previous: 'Trang trước',\n page: 'Đến trang {0}',\n currentPage: 'Trang hiện tại, Trang {0}',\n first: 'First page',\n last: 'Last page',\n },\n },\n rating: {\n ariaLabel: {\n item: 'Đánh giá {0} trên {1}',\n },\n },\n}\n"],"mappings":"AAAA,eAAe;EACbA,KAAK,EAAE,UADM;EAEbC,KAAK,EAAE,MAFM;EAGbC,YAAY,EAAE;IACZC,aAAa,EAAE,4BADH;IAEZC,WAAW,EAAE;EAFD,CAHD;EAObC,SAAS,EAAE;IACTC,gBAAgB,EAAE,oBADT;IAETC,SAAS,EAAE;MACTC,cAAc,EAAE,mBADP;MAETC,aAAa,EAAE,mBAFN;MAGTC,QAAQ,EAAE,gBAHD;MAITC,YAAY,EAAE,0BAJL;MAKTC,kBAAkB,EAAE,gCALX;MAMTC,iBAAiB,EAAE;IANV,CAFF;IAUTC,MAAM,EAAE;EAVC,CAPE;EAmBbC,UAAU,EAAE;IACVT,gBAAgB,EAAE,mBADR;IAEVU,eAAe,EAAE,SAFP;IAGVC,QAAQ,EAAE,iBAHA;IAIVC,QAAQ,EAAE,aAJA;IAKVC,SAAS,EAAE,WALD;IAMVC,QAAQ,EAAE,YANA;IAOVC,QAAQ,EAAE;EAPA,CAnBC;EA4BbC,UAAU,EAAE;IACVC,aAAa,EAAE,eADL;IAEVC,kBAAkB,EAAE,WAFV;IAGVC,iBAAiB,EAAE,SAHT;IAIVC,kBAAkB,EAAE,aAJV;IAKVC,iBAAiB,EAAE;EALT,CA5BC;EAmCbC,UAAU,EAAE,kBAnCC;EAoCbC,QAAQ,EAAE;IACRC,IAAI,EAAE,eADE;IAERC,IAAI,EAAE,WAFE;IAGRxB,SAAS,EAAE;MACTyB,SAAS,EAAE;IADF;EAHH,CApCG;EA2CbC,QAAQ,EAAE;IACRC,UAAU,EAAE;EADJ,CA3CG;EA8CbC,KAAK,EAAE;IACLC,KAAK,EAAE,WADF;IAELC,aAAa,EAAE,sBAFV;IAGLC,YAAY,EAAE;EAHT,CA9CM;EAmDbC,SAAS,EAAE;IACTC,OAAO,EAAE,SADA;IAETC,WAAW,EAAE;EAFJ,CAnDE;EAuDbC,UAAU,EAAE;IACVC,EAAE,EAAE,IADM;IAEVC,EAAE,EAAE;EAFM,CAvDC;EA2DbC,UAAU,EAAE;IACVtC,SAAS,EAAE;MACTuC,IAAI,EAAE,uBADG;MAETf,IAAI,EAAE,iBAFG;MAGTgB,QAAQ,EAAE,aAHD;MAITC,IAAI,EAAE,eAJG;MAKTC,WAAW,EAAE,2BALJ;MAMTC,KAAK,EAAE,YANE;MAOTC,IAAI,EAAE;IAPG;EADD,CA3DC;EAsEbC,MAAM,EAAE;IACN7C,SAAS,EAAE;MACT8C,IAAI,EAAE;IADG;EADL;AAtEK,CAAf"}
|
package/lib/locale/zh-Hans.mjs
CHANGED
|
@@ -44,6 +44,11 @@ export default {
|
|
|
44
44
|
calendar: {
|
|
45
45
|
moreEvents: '还有 {0} 项'
|
|
46
46
|
},
|
|
47
|
+
input: {
|
|
48
|
+
clear: 'Clear {0}',
|
|
49
|
+
prependAction: '{0} prepended action',
|
|
50
|
+
appendAction: '{0} appended action'
|
|
51
|
+
},
|
|
47
52
|
fileInput: {
|
|
48
53
|
counter: '{0} 个文件',
|
|
49
54
|
counterSize: '{0} 个文件(共 {1})'
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"
|
|
1
|
+
{"version":3,"file":"zh-Hans.mjs","names":["badge","close","dataIterator","noResultsText","loadingText","dataTable","itemsPerPageText","ariaLabel","sortDescending","sortAscending","sortNone","activateNone","activateDescending","activateAscending","sortBy","dataFooter","itemsPerPageAll","nextPage","prevPage","firstPage","lastPage","pageText","datePicker","itemsSelected","nextMonthAriaLabel","nextYearAriaLabel","prevMonthAriaLabel","prevYearAriaLabel","noDataText","carousel","prev","next","delimiter","calendar","moreEvents","input","clear","prependAction","appendAction","fileInput","counter","counterSize","timePicker","am","pm","pagination","root","previous","page","currentPage","first","last","rating","item"],"sources":["../../src/locale/zh-Hans.ts"],"sourcesContent":["export default {\n badge: '徽章',\n close: '关闭',\n dataIterator: {\n noResultsText: '没有符合条件的结果',\n loadingText: '加载中……',\n },\n dataTable: {\n itemsPerPageText: '每页数目:',\n ariaLabel: {\n sortDescending: ':降序排列。',\n sortAscending: ':升序排列。',\n sortNone: ':未排序。',\n activateNone: '点击以移除排序。',\n activateDescending: '点击以降序排列。',\n activateAscending: '点击以升序排列。',\n },\n sortBy: '排序方式',\n },\n dataFooter: {\n itemsPerPageText: '每页数目:',\n itemsPerPageAll: '全部',\n nextPage: '下一页',\n prevPage: '上一页',\n firstPage: '首页',\n lastPage: '尾页',\n pageText: '{0}-{1} 共 {2}',\n },\n datePicker: {\n itemsSelected: '已选择 {0}',\n nextMonthAriaLabel: '下个月',\n nextYearAriaLabel: '明年',\n prevMonthAriaLabel: '前一个月',\n prevYearAriaLabel: '前一年',\n },\n noDataText: '没有数据',\n carousel: {\n prev: '上一张',\n next: '下一张',\n ariaLabel: {\n delimiter: 'Carousel slide {0} of {1}',\n },\n },\n calendar: {\n moreEvents: '还有 {0} 项',\n },\n input: {\n clear: 'Clear {0}',\n prependAction: '{0} prepended action',\n appendAction: '{0} appended action',\n },\n fileInput: {\n counter: '{0} 个文件',\n counterSize: '{0} 个文件(共 {1})',\n },\n timePicker: {\n am: 'AM',\n pm: 'PM',\n },\n pagination: {\n ariaLabel: {\n root: '分页导航',\n next: '下一页',\n previous: '上一页',\n page: '转到页面 {0}',\n currentPage: '当前页 {0}',\n first: 'First page',\n last: 'Last page',\n },\n },\n rating: {\n ariaLabel: {\n item: 'Rating {0} of {1}',\n },\n },\n}\n"],"mappings":"AAAA,eAAe;EACbA,KAAK,EAAE,IADM;EAEbC,KAAK,EAAE,IAFM;EAGbC,YAAY,EAAE;IACZC,aAAa,EAAE,WADH;IAEZC,WAAW,EAAE;EAFD,CAHD;EAObC,SAAS,EAAE;IACTC,gBAAgB,EAAE,OADT;IAETC,SAAS,EAAE;MACTC,cAAc,EAAE,QADP;MAETC,aAAa,EAAE,QAFN;MAGTC,QAAQ,EAAE,OAHD;MAITC,YAAY,EAAE,UAJL;MAKTC,kBAAkB,EAAE,UALX;MAMTC,iBAAiB,EAAE;IANV,CAFF;IAUTC,MAAM,EAAE;EAVC,CAPE;EAmBbC,UAAU,EAAE;IACVT,gBAAgB,EAAE,OADR;IAEVU,eAAe,EAAE,IAFP;IAGVC,QAAQ,EAAE,KAHA;IAIVC,QAAQ,EAAE,KAJA;IAKVC,SAAS,EAAE,IALD;IAMVC,QAAQ,EAAE,IANA;IAOVC,QAAQ,EAAE;EAPA,CAnBC;EA4BbC,UAAU,EAAE;IACVC,aAAa,EAAE,SADL;IAEVC,kBAAkB,EAAE,KAFV;IAGVC,iBAAiB,EAAE,IAHT;IAIVC,kBAAkB,EAAE,MAJV;IAKVC,iBAAiB,EAAE;EALT,CA5BC;EAmCbC,UAAU,EAAE,MAnCC;EAoCbC,QAAQ,EAAE;IACRC,IAAI,EAAE,KADE;IAERC,IAAI,EAAE,KAFE;IAGRxB,SAAS,EAAE;MACTyB,SAAS,EAAE;IADF;EAHH,CApCG;EA2CbC,QAAQ,EAAE;IACRC,UAAU,EAAE;EADJ,CA3CG;EA8CbC,KAAK,EAAE;IACLC,KAAK,EAAE,WADF;IAELC,aAAa,EAAE,sBAFV;IAGLC,YAAY,EAAE;EAHT,CA9CM;EAmDbC,SAAS,EAAE;IACTC,OAAO,EAAE,SADA;IAETC,WAAW,EAAE;EAFJ,CAnDE;EAuDbC,UAAU,EAAE;IACVC,EAAE,EAAE,IADM;IAEVC,EAAE,EAAE;EAFM,CAvDC;EA2DbC,UAAU,EAAE;IACVtC,SAAS,EAAE;MACTuC,IAAI,EAAE,MADG;MAETf,IAAI,EAAE,KAFG;MAGTgB,QAAQ,EAAE,KAHD;MAITC,IAAI,EAAE,UAJG;MAKTC,WAAW,EAAE,SALJ;MAMTC,KAAK,EAAE,YANE;MAOTC,IAAI,EAAE;IAPG;EADD,CA3DC;EAsEbC,MAAM,EAAE;IACN7C,SAAS,EAAE;MACT8C,IAAI,EAAE;IADG;EADL;AAtEK,CAAf"}
|
package/lib/locale/zh-Hant.mjs
CHANGED
|
@@ -44,6 +44,11 @@ export default {
|
|
|
44
44
|
calendar: {
|
|
45
45
|
moreEvents: '還有其他 {0} 項'
|
|
46
46
|
},
|
|
47
|
+
input: {
|
|
48
|
+
clear: 'Clear {0}',
|
|
49
|
+
prependAction: '{0} prepended action',
|
|
50
|
+
appendAction: '{0} appended action'
|
|
51
|
+
},
|
|
47
52
|
fileInput: {
|
|
48
53
|
counter: '{0} 個檔案',
|
|
49
54
|
counterSize: '{0} 個檔案(共 {1})'
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"
|
|
1
|
+
{"version":3,"file":"zh-Hant.mjs","names":["badge","close","dataIterator","noResultsText","loadingText","dataTable","itemsPerPageText","ariaLabel","sortDescending","sortAscending","sortNone","activateNone","activateDescending","activateAscending","sortBy","dataFooter","itemsPerPageAll","nextPage","prevPage","firstPage","lastPage","pageText","datePicker","itemsSelected","nextMonthAriaLabel","nextYearAriaLabel","prevMonthAriaLabel","prevYearAriaLabel","noDataText","carousel","prev","next","delimiter","calendar","moreEvents","input","clear","prependAction","appendAction","fileInput","counter","counterSize","timePicker","am","pm","pagination","root","previous","page","currentPage","first","last","rating","item"],"sources":["../../src/locale/zh-Hant.ts"],"sourcesContent":["export default {\n badge: '徽章',\n close: '關閉',\n dataIterator: {\n noResultsText: '沒有符合條件的結果',\n loadingText: '讀取中...',\n },\n dataTable: {\n itemsPerPageText: '每頁列數:',\n ariaLabel: {\n sortDescending: ':降序排列。',\n sortAscending: ':升序排列。',\n sortNone: '無排序方式。點擊以升序排列。',\n activateNone: '點擊以移除排序方式。',\n activateDescending: '點擊以降序排列。',\n activateAscending: '點擊以移除排序方式。',\n },\n sortBy: '排序方式',\n },\n dataFooter: {\n itemsPerPageText: '每頁項目:',\n itemsPerPageAll: '全部',\n nextPage: '下一頁',\n prevPage: '上一頁',\n firstPage: '第一頁',\n lastPage: '最後頁',\n pageText: '{2} 條中的 {0}~{1} 條',\n },\n datePicker: {\n itemsSelected: '已選擇 {0}',\n nextMonthAriaLabel: '下個月',\n nextYearAriaLabel: '明年',\n prevMonthAriaLabel: '前一個月',\n prevYearAriaLabel: '前一年',\n },\n noDataText: '沒有資料',\n carousel: {\n prev: '上一張',\n next: '下一張',\n ariaLabel: {\n delimiter: 'Carousel slide {0} of {1}',\n },\n },\n calendar: {\n moreEvents: '還有其他 {0} 項',\n },\n input: {\n clear: 'Clear {0}',\n prependAction: '{0} prepended action',\n appendAction: '{0} appended action',\n },\n fileInput: {\n counter: '{0} 個檔案',\n counterSize: '{0} 個檔案(共 {1})',\n },\n timePicker: {\n am: 'AM',\n pm: 'PM',\n },\n pagination: {\n ariaLabel: {\n root: '分頁導航',\n next: '下一頁',\n previous: '上一頁',\n page: '轉到頁面 {0}',\n currentPage: '當前頁 {0}',\n first: 'First page',\n last: 'Last page',\n },\n },\n rating: {\n ariaLabel: {\n item: 'Rating {0} of {1}',\n },\n },\n}\n"],"mappings":"AAAA,eAAe;EACbA,KAAK,EAAE,IADM;EAEbC,KAAK,EAAE,IAFM;EAGbC,YAAY,EAAE;IACZC,aAAa,EAAE,WADH;IAEZC,WAAW,EAAE;EAFD,CAHD;EAObC,SAAS,EAAE;IACTC,gBAAgB,EAAE,OADT;IAETC,SAAS,EAAE;MACTC,cAAc,EAAE,QADP;MAETC,aAAa,EAAE,QAFN;MAGTC,QAAQ,EAAE,gBAHD;MAITC,YAAY,EAAE,YAJL;MAKTC,kBAAkB,EAAE,UALX;MAMTC,iBAAiB,EAAE;IANV,CAFF;IAUTC,MAAM,EAAE;EAVC,CAPE;EAmBbC,UAAU,EAAE;IACVT,gBAAgB,EAAE,OADR;IAEVU,eAAe,EAAE,IAFP;IAGVC,QAAQ,EAAE,KAHA;IAIVC,QAAQ,EAAE,KAJA;IAKVC,SAAS,EAAE,KALD;IAMVC,QAAQ,EAAE,KANA;IAOVC,QAAQ,EAAE;EAPA,CAnBC;EA4BbC,UAAU,EAAE;IACVC,aAAa,EAAE,SADL;IAEVC,kBAAkB,EAAE,KAFV;IAGVC,iBAAiB,EAAE,IAHT;IAIVC,kBAAkB,EAAE,MAJV;IAKVC,iBAAiB,EAAE;EALT,CA5BC;EAmCbC,UAAU,EAAE,MAnCC;EAoCbC,QAAQ,EAAE;IACRC,IAAI,EAAE,KADE;IAERC,IAAI,EAAE,KAFE;IAGRxB,SAAS,EAAE;MACTyB,SAAS,EAAE;IADF;EAHH,CApCG;EA2CbC,QAAQ,EAAE;IACRC,UAAU,EAAE;EADJ,CA3CG;EA8CbC,KAAK,EAAE;IACLC,KAAK,EAAE,WADF;IAELC,aAAa,EAAE,sBAFV;IAGLC,YAAY,EAAE;EAHT,CA9CM;EAmDbC,SAAS,EAAE;IACTC,OAAO,EAAE,SADA;IAETC,WAAW,EAAE;EAFJ,CAnDE;EAuDbC,UAAU,EAAE;IACVC,EAAE,EAAE,IADM;IAEVC,EAAE,EAAE;EAFM,CAvDC;EA2DbC,UAAU,EAAE;IACVtC,SAAS,EAAE;MACTuC,IAAI,EAAE,MADG;MAETf,IAAI,EAAE,KAFG;MAGTgB,QAAQ,EAAE,KAHD;MAITC,IAAI,EAAE,UAJG;MAKTC,WAAW,EAAE,SALJ;MAMTC,KAAK,EAAE,YANE;MAOTC,IAAI,EAAE;IAPG;EADD,CA3DC;EAsEbC,MAAM,EAAE;IACN7C,SAAS,EAAE;MACT8C,IAAI,EAAE;IADG;EADL;AAtEK,CAAf"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"
|
|
1
|
+
{"version":3,"file":"easing-patterns.mjs","names":["linear","t","easeInQuad","easeOutQuad","easeInOutQuad","easeInCubic","easeOutCubic","easeInOutCubic","easeInQuart","easeOutQuart","easeInOutQuart","easeInQuint","easeOutQuint","easeInOutQuint"],"sources":["../../../src/services/goto/easing-patterns.ts"],"sourcesContent":["export type EasingFunction = (t: number) => number\n\n// linear\nexport const linear = (t: number) => t\n// accelerating from zero velocity\nexport const easeInQuad = (t: number) => t ** 2\n// decelerating to zero velocity\nexport const easeOutQuad = (t: number) => t * (2 - t)\n// acceleration until halfway, then deceleration\nexport const easeInOutQuad = (t: number) => (t < 0.5 ? 2 * t ** 2 : -1 + (4 - 2 * t) * t)\n// accelerating from zero velocity\nexport const easeInCubic = (t: number) => t ** 3\n// decelerating to zero velocity\nexport const easeOutCubic = (t: number) => --t ** 3 + 1\n// acceleration until halfway, then deceleration\nexport const easeInOutCubic = (t: number) => t < 0.5 ? 4 * t ** 3 : (t - 1) * (2 * t - 2) * (2 * t - 2) + 1\n// accelerating from zero velocity\nexport const easeInQuart = (t: number) => t ** 4\n// decelerating to zero velocity\nexport const easeOutQuart = (t: number) => 1 - --t ** 4\n// acceleration until halfway, then deceleration\nexport const easeInOutQuart = (t: number) => (t < 0.5 ? 8 * t * t * t * t : 1 - 8 * --t * t * t * t)\n// accelerating from zero velocity\nexport const easeInQuint = (t: number) => t ** 5\n// decelerating to zero velocity\nexport const easeOutQuint = (t: number) => 1 + --t ** 5\n// acceleration until halfway, then deceleration\nexport const easeInOutQuint = (t: number) => t < 0.5 ? 16 * t ** 5 : 1 + 16 * --t ** 5\n"],"mappings":"AAEA;AACA,OAAO,MAAMA,MAAM,GAAIC,CAAD,IAAeA,CAA9B,C,CACP;;AACA,OAAO,MAAMC,UAAU,GAAID,CAAD,IAAeA,CAAC,IAAI,CAAvC,C,CACP;;AACA,OAAO,MAAME,WAAW,GAAIF,CAAD,IAAeA,CAAC,IAAI,IAAIA,CAAR,CAApC,C,CACP;;AACA,OAAO,MAAMG,aAAa,GAAIH,CAAD,IAAgBA,CAAC,GAAG,GAAJ,GAAU,IAAIA,CAAC,IAAI,CAAnB,GAAuB,CAAC,CAAD,GAAK,CAAC,IAAI,IAAIA,CAAT,IAAcA,CAAhF,C,CACP;;AACA,OAAO,MAAMI,WAAW,GAAIJ,CAAD,IAAeA,CAAC,IAAI,CAAxC,C,CACP;;AACA,OAAO,MAAMK,YAAY,GAAIL,CAAD,IAAe,EAAEA,CAAF,IAAO,CAAP,GAAW,CAA/C,C,CACP;;AACA,OAAO,MAAMM,cAAc,GAAIN,CAAD,IAAeA,CAAC,GAAG,GAAJ,GAAU,IAAIA,CAAC,IAAI,CAAnB,GAAuB,CAACA,CAAC,GAAG,CAAL,KAAW,IAAIA,CAAJ,GAAQ,CAAnB,KAAyB,IAAIA,CAAJ,GAAQ,CAAjC,IAAsC,CAAnG,C,CACP;;AACA,OAAO,MAAMO,WAAW,GAAIP,CAAD,IAAeA,CAAC,IAAI,CAAxC,C,CACP;;AACA,OAAO,MAAMQ,YAAY,GAAIR,CAAD,IAAe,IAAI,EAAEA,CAAF,IAAO,CAA/C,C,CACP;;AACA,OAAO,MAAMS,cAAc,GAAIT,CAAD,IAAgBA,CAAC,GAAG,GAAJ,GAAU,IAAIA,CAAJ,GAAQA,CAAR,GAAYA,CAAZ,GAAgBA,CAA1B,GAA8B,IAAI,IAAI,EAAEA,CAAN,GAAUA,CAAV,GAAcA,CAAd,GAAkBA,CAA3F,C,CACP;;AACA,OAAO,MAAMU,WAAW,GAAIV,CAAD,IAAeA,CAAC,IAAI,CAAxC,C,CACP;;AACA,OAAO,MAAMW,YAAY,GAAIX,CAAD,IAAe,IAAI,EAAEA,CAAF,IAAO,CAA/C,C,CACP;;AACA,OAAO,MAAMY,cAAc,GAAIZ,CAAD,IAAeA,CAAC,GAAG,GAAJ,GAAU,KAAKA,CAAC,IAAI,CAApB,GAAwB,IAAI,KAAK,EAAEA,CAAF,IAAO,CAA9E"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"
|
|
1
|
+
{"version":3,"file":"index.mjs","names":["easingPatterns","getContainer","getOffset","goTo","_target","_settings","settings","container","document","scrollingElement","body","documentElement","duration","offset","easing","appOffset","framework","application","isDrawer","classList","contains","isClipped","bar","top","startTime","performance","now","targetLocation","startLocation","scrollTop","Promise","resolve","ease","TypeError","requestAnimationFrame","step","currentTime","timeElapsed","progress","Math","abs","min","floor","clientHeight","reachBottom","scrollHeight"],"sources":["../../../src/services/goto/index.ts"],"sourcesContent":["// @ts-nocheck\n/* eslint-disable */\n\n// Extensions\n// import { Service } from '../service'\n\n// Utilities\nimport * as easingPatterns from './easing-patterns'\nimport {\n getContainer,\n getOffset,\n} from './util'\n\n// Types\nimport { GoToOptions, VuetifyGoToTarget } from 'vuetify/types/services/goto'\n\nimport { VuetifyServiceContract } from 'vuetify/types/services'\n\nfunction goTo (\n _target: VuetifyGoToTarget,\n _settings: GoToOptions = {}\n): Promise<number> {\n const settings: GoToOptions = {\n container: (document.scrollingElement as HTMLElement | null) || document.body || document.documentElement,\n duration: 500,\n offset: 0,\n easing: 'easeInOutCubic',\n appOffset: true,\n ..._settings,\n }\n const container = getContainer(settings.container)\n\n /* istanbul ignore else */\n if (settings.appOffset && goTo.framework.application) {\n const isDrawer = container.classList.contains('v-navigation-drawer')\n const isClipped = container.classList.contains('v-navigation-drawer--clipped')\n const { bar, top } = goTo.framework.application as any\n\n settings.offset += bar\n /* istanbul ignore else */\n if (!isDrawer || isClipped) settings.offset += top\n }\n\n const startTime = performance.now()\n\n let targetLocation: number\n if (typeof _target === 'number') {\n targetLocation = getOffset(_target) - settings.offset!\n } else {\n targetLocation = getOffset(_target) - getOffset(container) - settings.offset!\n }\n\n const startLocation = container.scrollTop\n if (targetLocation === startLocation) return Promise.resolve(targetLocation)\n\n const ease = typeof settings.easing === 'function'\n ? settings.easing\n : easingPatterns[settings.easing!]\n /* istanbul ignore else */\n if (!ease) throw new TypeError(`Easing function \"${settings.easing}\" not found.`)\n\n // Cannot be tested properly in jsdom\n /* istanbul ignore next */\n return new Promise(resolve => requestAnimationFrame(function step (currentTime: number) {\n const timeElapsed = currentTime - startTime\n const progress = Math.abs(settings.duration ? Math.min(timeElapsed / settings.duration, 1) : 1)\n\n container.scrollTop = Math.floor(startLocation + (targetLocation - startLocation) * ease(progress))\n\n const clientHeight = container === document.body ? document.documentElement.clientHeight : container.clientHeight\n const reachBottom = clientHeight + container.scrollTop >= container.scrollHeight\n if (\n progress === 1 ||\n // Need to go lower but reach bottom\n (targetLocation > container.scrollTop && reachBottom)\n ) {\n return resolve(targetLocation)\n }\n\n requestAnimationFrame(step)\n }))\n}\n\n// goTo.framework = {} as Record<string, VuetifyServiceContract>\n\n// export class Goto extends Service {\n// public static property: 'goTo' = 'goTo'\n\n// constructor () {\n// super()\n\n// return goTo\n// }\n// }\n"],"mappings":"AAAA;;AACA;AAEA;AACA;AAEA;OACO,KAAKA,c;SAEVC,Y,EACAC,S,sBAGF;;AAKA,SAASC,IAAT,CACEC,OADF,EAGmB;EAAA,IADjBC,SACiB,uEADQ,EACR;;EACjB,MAAMC,QAAqB,GAAG;IAC5BC,SAAS,EAAGC,QAAQ,CAACC,gBAAV,IAAqDD,QAAQ,CAACE,IAA9D,IAAsEF,QAAQ,CAACG,eAD9D;IAE5BC,QAAQ,EAAE,GAFkB;IAG5BC,MAAM,EAAE,CAHoB;IAI5BC,MAAM,EAAE,gBAJoB;IAK5BC,SAAS,EAAE,IALiB;IAM5B,GAAGV;EANyB,CAA9B;EAQA,MAAME,SAAS,GAAGN,YAAY,CAACK,QAAQ,CAACC,SAAV,CAA9B;EAEA;;EACA,IAAID,QAAQ,CAACS,SAAT,IAAsBZ,IAAI,CAACa,SAAL,CAAeC,WAAzC,EAAsD;IACpD,MAAMC,QAAQ,GAAGX,SAAS,CAACY,SAAV,CAAoBC,QAApB,CAA6B,qBAA7B,CAAjB;IACA,MAAMC,SAAS,GAAGd,SAAS,CAACY,SAAV,CAAoBC,QAApB,CAA6B,8BAA7B,CAAlB;IACA,MAAM;MAAEE,GAAF;MAAOC;IAAP,IAAepB,IAAI,CAACa,SAAL,CAAeC,WAApC;IAEAX,QAAQ,CAACO,MAAT,IAAmBS,GAAnB;IACA;;IACA,IAAI,CAACJ,QAAD,IAAaG,SAAjB,EAA4Bf,QAAQ,CAACO,MAAT,IAAmBU,GAAnB;EAC7B;;EAED,MAAMC,SAAS,GAAGC,WAAW,CAACC,GAAZ,EAAlB;EAEA,IAAIC,cAAJ;;EACA,IAAI,OAAOvB,OAAP,KAAmB,QAAvB,EAAiC;IAC/BuB,cAAc,GAAGzB,SAAS,CAACE,OAAD,CAAT,GAAqBE,QAAQ,CAACO,MAA/C;EACD,CAFD,MAEO;IACLc,cAAc,GAAGzB,SAAS,CAACE,OAAD,CAAT,GAAqBF,SAAS,CAACK,SAAD,CAA9B,GAA4CD,QAAQ,CAACO,MAAtE;EACD;;EAED,MAAMe,aAAa,GAAGrB,SAAS,CAACsB,SAAhC;EACA,IAAIF,cAAc,KAAKC,aAAvB,EAAsC,OAAOE,OAAO,CAACC,OAAR,CAAgBJ,cAAhB,CAAP;EAEtC,MAAMK,IAAI,GAAG,OAAO1B,QAAQ,CAACQ,MAAhB,KAA2B,UAA3B,GACTR,QAAQ,CAACQ,MADA,GAETd,cAAc,CAACM,QAAQ,CAACQ,MAAV,CAFlB;EAGA;;EACA,IAAI,CAACkB,IAAL,EAAW,MAAM,IAAIC,SAAJ,CAAe,oBAAmB3B,QAAQ,CAACQ,MAAO,cAAlD,CAAN,CAtCM,CAwCjB;;EACA;;EACA,OAAO,IAAIgB,OAAJ,CAAYC,OAAO,IAAIG,qBAAqB,CAAC,SAASC,IAAT,CAAeC,WAAf,EAAoC;IACtF,MAAMC,WAAW,GAAGD,WAAW,GAAGZ,SAAlC;IACA,MAAMc,QAAQ,GAAGC,IAAI,CAACC,GAAL,CAASlC,QAAQ,CAACM,QAAT,GAAoB2B,IAAI,CAACE,GAAL,CAASJ,WAAW,GAAG/B,QAAQ,CAACM,QAAhC,EAA0C,CAA1C,CAApB,GAAmE,CAA5E,CAAjB;IAEAL,SAAS,CAACsB,SAAV,GAAsBU,IAAI,CAACG,KAAL,CAAWd,aAAa,GAAG,CAACD,cAAc,GAAGC,aAAlB,IAAmCI,IAAI,CAACM,QAAD,CAAlE,CAAtB;IAEA,MAAMK,YAAY,GAAGpC,SAAS,KAAKC,QAAQ,CAACE,IAAvB,GAA8BF,QAAQ,CAACG,eAAT,CAAyBgC,YAAvD,GAAsEpC,SAAS,CAACoC,YAArG;IACA,MAAMC,WAAW,GAAGD,YAAY,GAAGpC,SAAS,CAACsB,SAAzB,IAAsCtB,SAAS,CAACsC,YAApE;;IACA,IACEP,QAAQ,KAAK,CAAb,IACA;IACCX,cAAc,GAAGpB,SAAS,CAACsB,SAA3B,IAAwCe,WAH3C,EAIE;MACA,OAAOb,OAAO,CAACJ,cAAD,CAAd;IACD;;IAEDO,qBAAqB,CAACC,IAAD,CAArB;EACD,CAjBkD,CAA5C,CAAP;AAkBD,C,CAED;AAEA;AACA;AAEA;AACA;AAEA;AACA;AACA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"
|
|
1
|
+
{"version":3,"file":"util.mjs","names":["getOffset","target","el","$","Error","TypeError","type","totalOffset","offsetTop","offsetParent","getContainer","container","constructor","name","document","querySelector","_isVue","$el","HTMLElement"],"sources":["../../../src/services/goto/util.ts"],"sourcesContent":["// @ts-nocheck\n/* eslint-disable */\n\nimport Vue from 'vue'\n\n// Return target's cumulative offset from the top\nexport function getOffset (target: any): number {\n if (typeof target === 'number') {\n return target\n }\n\n let el = $(target)\n if (!el) {\n throw typeof target === 'string'\n ? new Error(`Target element \"${target}\" not found.`)\n : new TypeError(`Target must be a Number/Selector/HTMLElement/VueComponent, received ${type(target)} instead.`)\n }\n\n let totalOffset = 0\n while (el) {\n totalOffset += el.offsetTop\n el = el.offsetParent as HTMLElement\n }\n\n return totalOffset\n}\n\nexport function getContainer (container: any): HTMLElement {\n const el = $(container)\n\n if (el) return el\n\n throw typeof container === 'string'\n ? new Error(`Container element \"${container}\" not found.`)\n : new TypeError(`Container must be a Selector/HTMLElement/VueComponent, received ${type(container)} instead.`)\n}\n\nfunction type (el: any) {\n return el == null ? el : el.constructor.name\n}\n\nfunction $ (el: any): HTMLElement | null {\n if (typeof el === 'string') {\n return document.querySelector<HTMLElement>(el)\n } else if (el && el._isVue) {\n return (el as Vue).$el as HTMLElement\n } else if (el instanceof HTMLElement) {\n return el\n } else {\n return null\n }\n}\n"],"mappings":"AAAA;;AACA;AAIA;AACA,OAAO,SAASA,SAAT,CAAoBC,MAApB,EAAyC;EAC9C,IAAI,OAAOA,MAAP,KAAkB,QAAtB,EAAgC;IAC9B,OAAOA,MAAP;EACD;;EAED,IAAIC,EAAE,GAAGC,CAAC,CAACF,MAAD,CAAV;;EACA,IAAI,CAACC,EAAL,EAAS;IACP,MAAM,OAAOD,MAAP,KAAkB,QAAlB,GACF,IAAIG,KAAJ,CAAW,mBAAkBH,MAAO,cAApC,CADE,GAEF,IAAII,SAAJ,CAAe,uEAAsEC,IAAI,CAACL,MAAD,CAAS,WAAlG,CAFJ;EAGD;;EAED,IAAIM,WAAW,GAAG,CAAlB;;EACA,OAAOL,EAAP,EAAW;IACTK,WAAW,IAAIL,EAAE,CAACM,SAAlB;IACAN,EAAE,GAAGA,EAAE,CAACO,YAAR;EACD;;EAED,OAAOF,WAAP;AACD;AAED,OAAO,SAASG,YAAT,CAAuBC,SAAvB,EAAoD;EACzD,MAAMT,EAAE,GAAGC,CAAC,CAACQ,SAAD,CAAZ;EAEA,IAAIT,EAAJ,EAAQ,OAAOA,EAAP;EAER,MAAM,OAAOS,SAAP,KAAqB,QAArB,GACF,IAAIP,KAAJ,CAAW,sBAAqBO,SAAU,cAA1C,CADE,GAEF,IAAIN,SAAJ,CAAe,mEAAkEC,IAAI,CAACK,SAAD,CAAY,WAAjG,CAFJ;AAGD;;AAED,SAASL,IAAT,CAAeJ,EAAf,EAAwB;EACtB,OAAOA,EAAE,IAAI,IAAN,GAAaA,EAAb,GAAkBA,EAAE,CAACU,WAAH,CAAeC,IAAxC;AACD;;AAED,SAASV,CAAT,CAAYD,EAAZ,EAAyC;EACvC,IAAI,OAAOA,EAAP,KAAc,QAAlB,EAA4B;IAC1B,OAAOY,QAAQ,CAACC,aAAT,CAAoCb,EAApC,CAAP;EACD,CAFD,MAEO,IAAIA,EAAE,IAAIA,EAAE,CAACc,MAAb,EAAqB;IAC1B,OAAQd,EAAD,CAAYe,GAAnB;EACD,CAFM,MAEA,IAAIf,EAAE,YAAYgB,WAAlB,EAA+B;IACpC,OAAOhB,EAAP;EACD,CAFM,MAEA;IACL,OAAO,IAAP;EACD;AACF"}
|
|
@@ -5,11 +5,9 @@
|
|
|
5
5
|
|
|
6
6
|
@mixin background-color($color_value) {
|
|
7
7
|
background-color: $color_value !important;
|
|
8
|
-
border-color: $color_value !important;
|
|
9
8
|
}
|
|
10
9
|
@mixin text-color($color_value) {
|
|
11
10
|
color: $color_value !important;
|
|
12
|
-
caret-color: $color_value !important;
|
|
13
11
|
}
|
|
14
12
|
@mixin background-text-color($color_name, $color_type) {
|
|
15
13
|
$map_value: map-deep-get(colors.$text-on-colors, $color_name, $color_type);
|
|
@@ -26,10 +24,6 @@
|
|
|
26
24
|
@include background-text-color('shades', $color_name);
|
|
27
25
|
}
|
|
28
26
|
}
|
|
29
|
-
|
|
30
|
-
.text-#{$color_name} {
|
|
31
|
-
@include text-color($color_value);
|
|
32
|
-
}
|
|
33
27
|
}
|
|
34
28
|
|
|
35
29
|
@each $color_name, $color_color in colors.$colors {
|
|
@@ -42,10 +36,6 @@
|
|
|
42
36
|
@include background-text-color($color_name, $color_type);
|
|
43
37
|
}
|
|
44
38
|
}
|
|
45
|
-
|
|
46
|
-
.text-#{$color_name} {
|
|
47
|
-
@include text-color($color_value);
|
|
48
|
-
}
|
|
49
39
|
}
|
|
50
40
|
@else if ($color_type != 'shades') {
|
|
51
41
|
.bg-#{$color_name}-#{$color_type} {
|
|
@@ -55,7 +45,24 @@
|
|
|
55
45
|
@include background-text-color($color_name, $color_type);
|
|
56
46
|
}
|
|
57
47
|
}
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
}
|
|
58
51
|
|
|
52
|
+
@each $color_name, $color_value in colors.$shades {
|
|
53
|
+
.text-#{$color_name} {
|
|
54
|
+
@include text-color($color_value);
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
@each $color_name, $color_color in colors.$colors {
|
|
59
|
+
@each $color_type, $color_value in $color_color {
|
|
60
|
+
@if ($color_type == 'base') {
|
|
61
|
+
.text-#{$color_name} {
|
|
62
|
+
@include text-color($color_value);
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
@else if ($color_type != 'shades') {
|
|
59
66
|
.text-#{$color_name}-#{$color_type} {
|
|
60
67
|
@include text-color($color_value);
|
|
61
68
|
}
|
|
@@ -15,31 +15,9 @@
|
|
|
15
15
|
}
|
|
16
16
|
|
|
17
17
|
// Component specific transitions
|
|
18
|
-
.
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
&-leave-from, &-leave-to {
|
|
24
|
-
position: absolute;
|
|
25
|
-
top: 0;
|
|
26
|
-
transform: translate(-100%, 0);
|
|
27
|
-
}
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
.carousel-reverse-transition {
|
|
31
|
-
&-enter-from {
|
|
32
|
-
transform: translate(-100%, 0);
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
&-leave-from, &-leave-to {
|
|
36
|
-
position: absolute;
|
|
37
|
-
top: 0;
|
|
38
|
-
transform: translate(100%, 0);
|
|
39
|
-
}
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
.dialog-transition {
|
|
18
|
+
.dialog-transition,
|
|
19
|
+
.dialog-bottom-transition,
|
|
20
|
+
.dialog-top-transition {
|
|
43
21
|
&-enter-active {
|
|
44
22
|
transition: 225ms settings.$decelerated-easing
|
|
45
23
|
}
|
|
@@ -53,7 +31,9 @@
|
|
|
53
31
|
transition-property: transform, opacity;
|
|
54
32
|
pointer-events: none;
|
|
55
33
|
}
|
|
34
|
+
}
|
|
56
35
|
|
|
36
|
+
.dialog-transition {
|
|
57
37
|
&-enter-from, &-leave-to {
|
|
58
38
|
transform: scale(0.9);
|
|
59
39
|
opacity: 0;
|
|
@@ -66,18 +46,20 @@
|
|
|
66
46
|
|
|
67
47
|
.dialog-bottom-transition {
|
|
68
48
|
&-enter-from, &-leave-to {
|
|
69
|
-
transform: translateY(
|
|
49
|
+
transform: translateY(calc(50vh + 50%));
|
|
70
50
|
}
|
|
71
51
|
}
|
|
72
52
|
|
|
73
53
|
.dialog-top-transition {
|
|
74
54
|
&-enter-from, &-leave-to {
|
|
75
|
-
transform: translateY(-
|
|
55
|
+
transform: translateY(calc(-50vh - 50%));
|
|
76
56
|
}
|
|
77
57
|
}
|
|
78
58
|
|
|
79
59
|
.picker-transition,
|
|
80
60
|
.picker-reverse-transition {
|
|
61
|
+
@include transition-default();
|
|
62
|
+
|
|
81
63
|
&-enter-from,
|
|
82
64
|
&-leave-to {
|
|
83
65
|
opacity: 0;
|
|
@@ -91,6 +73,8 @@
|
|
|
91
73
|
}
|
|
92
74
|
|
|
93
75
|
.picker-transition {
|
|
76
|
+
@include transition-default();
|
|
77
|
+
|
|
94
78
|
&-enter-from {
|
|
95
79
|
transform: translate(0, 100%);
|
|
96
80
|
}
|
|
@@ -101,6 +85,8 @@
|
|
|
101
85
|
}
|
|
102
86
|
|
|
103
87
|
.picker-reverse-transition {
|
|
88
|
+
@include transition-default();
|
|
89
|
+
|
|
104
90
|
&-enter-from {
|
|
105
91
|
transform: translate(0, -100%);
|
|
106
92
|
}
|
|
@@ -110,56 +96,6 @@
|
|
|
110
96
|
}
|
|
111
97
|
}
|
|
112
98
|
|
|
113
|
-
.picker-title-transition {
|
|
114
|
-
&-enter-to,
|
|
115
|
-
&-leave-from {
|
|
116
|
-
transform: translate(0, 0);
|
|
117
|
-
}
|
|
118
|
-
|
|
119
|
-
&-enter-from {
|
|
120
|
-
transform: translate(-100%, 0);
|
|
121
|
-
}
|
|
122
|
-
|
|
123
|
-
&-leave-to {
|
|
124
|
-
opacity: 0;
|
|
125
|
-
transform: translate(100%, 0);
|
|
126
|
-
}
|
|
127
|
-
|
|
128
|
-
&-leave-from,
|
|
129
|
-
&-leave-to,
|
|
130
|
-
&-leave-active {
|
|
131
|
-
position: absolute !important;
|
|
132
|
-
}
|
|
133
|
-
}
|
|
134
|
-
|
|
135
|
-
.tab-transition {
|
|
136
|
-
&-enter-from {
|
|
137
|
-
transform: translate(100%, 0);
|
|
138
|
-
}
|
|
139
|
-
|
|
140
|
-
&-leave-from, &-leave-active {
|
|
141
|
-
position: absolute;
|
|
142
|
-
top: 0;
|
|
143
|
-
}
|
|
144
|
-
|
|
145
|
-
&-leave-to {
|
|
146
|
-
position: absolute;
|
|
147
|
-
transform: translate(-100%, 0);
|
|
148
|
-
}
|
|
149
|
-
}
|
|
150
|
-
|
|
151
|
-
.tab-reverse-transition {
|
|
152
|
-
&-enter-from {
|
|
153
|
-
transform: translate(-100%, 0);
|
|
154
|
-
}
|
|
155
|
-
|
|
156
|
-
&-leave-from, &-leave-to {
|
|
157
|
-
top: 0;
|
|
158
|
-
position: absolute;
|
|
159
|
-
transform: translate(100%, 0);
|
|
160
|
-
}
|
|
161
|
-
}
|
|
162
|
-
|
|
163
99
|
// Generic transitions
|
|
164
100
|
.expand-transition {
|
|
165
101
|
@include transition-default();
|