vitrify 0.16.4 → 0.17.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/frameworks/vue/prerender.js +3 -3
- package/dist/index.js +31 -1
- package/dist/plugins/quasar/unocss/components/QAjaxBar.unocss.js +20 -0
- package/dist/plugins/quasar/unocss/components/QAvatar.unocss.js +12 -0
- package/dist/plugins/quasar/unocss/components/QBadge.unocss.js +22 -0
- package/dist/plugins/quasar/unocss/components/QBanner.unocss.js +24 -0
- package/dist/plugins/quasar/unocss/components/QBar.unocss.js +26 -0
- package/dist/plugins/quasar/unocss/components/QBreadcrumbs.unocss.js +13 -0
- package/dist/plugins/quasar/unocss/components/QBtn.unocss.js +62 -0
- package/dist/plugins/quasar/unocss/components/QBtnDropdown.unocss.js +19 -0
- package/dist/plugins/quasar/unocss/components/QBtnGroup.unocss.js +30 -0
- package/dist/plugins/quasar/unocss/components/QBtnToggle.unocss.js +4 -0
- package/dist/plugins/quasar/unocss/components/QCard.unocss.js +57 -0
- package/dist/plugins/quasar/unocss/components/QCarousel.unocss.js +82 -0
- package/dist/plugins/quasar/unocss/components/QChatMessage.unocss.js +38 -0
- package/dist/plugins/quasar/unocss/components/QCheckbox.unocss.js +65 -0
- package/dist/plugins/quasar/unocss/components/QChip.unocss.js +90 -0
- package/dist/plugins/quasar/unocss/components/QCircularProgress.unocss.js +32 -0
- package/dist/plugins/quasar/unocss/components/QColorPicker.unocss.js +174 -0
- package/dist/plugins/quasar/unocss/components/QDate.unocss.js +122 -0
- package/dist/plugins/quasar/unocss/components/QDialog.unocss.js +110 -0
- package/dist/plugins/quasar/unocss/components/QDrawer.unocss.js +53 -0
- package/dist/plugins/quasar/unocss/components/QEditor.unocss.js +66 -0
- package/dist/plugins/quasar/unocss/components/QExpansionItem.unocss.js +38 -0
- package/dist/plugins/quasar/unocss/components/QFab.unocss.js +100 -0
- package/dist/plugins/quasar/unocss/components/QField.unocss.js +153 -0
- package/dist/plugins/quasar/unocss/components/QFile.unocss.js +15 -0
- package/dist/plugins/quasar/unocss/components/QFooter.unocss.js +12 -0
- package/dist/plugins/quasar/unocss/components/QForm.unocss.js +4 -0
- package/dist/plugins/quasar/unocss/components/QHeader.unocss.js +13 -0
- package/dist/plugins/quasar/unocss/components/QIcon.unocss.js +22 -0
- package/dist/plugins/quasar/unocss/components/QImg.unocss.js +29 -0
- package/dist/plugins/quasar/unocss/components/QInnerLoading.unocss.js +9 -0
- package/dist/plugins/quasar/unocss/components/QInput.unocss.js +27 -0
- package/dist/plugins/quasar/unocss/components/QIntersection.unocss.js +4 -0
- package/dist/plugins/quasar/unocss/components/QItem.unocss.js +71 -0
- package/dist/plugins/quasar/unocss/components/QKnob.unocss.js +13 -0
- package/dist/plugins/quasar/unocss/components/QLayout.unocss.js +81 -0
- package/dist/plugins/quasar/unocss/components/QLinearProgress.unocss.js +80 -0
- package/dist/plugins/quasar/unocss/components/QMenu.unocss.js +12 -0
- package/dist/plugins/quasar/unocss/components/QOptionGroup.unocss.js +4 -0
- package/dist/plugins/quasar/unocss/components/QPage.unocss.js +4 -0
- package/dist/plugins/quasar/unocss/components/QPageSticky.unocss.js +7 -0
- package/dist/plugins/quasar/unocss/components/QPagination.unocss.js +15 -0
- package/dist/plugins/quasar/unocss/components/QParallax.unocss.js +11 -0
- package/dist/plugins/quasar/unocss/components/QPopupEdit.unocss.js +8 -0
- package/dist/plugins/quasar/unocss/components/QPullToRefresh.unocss.js +12 -0
- package/dist/plugins/quasar/unocss/components/QRadio.unocss.js +60 -0
- package/dist/plugins/quasar/unocss/components/QRating.unocss.js +23 -0
- package/dist/plugins/quasar/unocss/components/QResponsive.unocss.js +12 -0
- package/dist/plugins/quasar/unocss/components/QScrollarea.unocss.js +31 -0
- package/dist/plugins/quasar/unocss/components/QSelect.unocss.js +56 -0
- package/dist/plugins/quasar/unocss/components/QSeparator.unocss.js +26 -0
- package/dist/plugins/quasar/unocss/components/QSkeleton.unocss.js +153 -0
- package/dist/plugins/quasar/unocss/components/QSlideItem.unocss.js +24 -0
- package/dist/plugins/quasar/unocss/components/QSlider.unocss.js +163 -0
- package/dist/plugins/quasar/unocss/components/QSpace.unocss.js +4 -0
- package/dist/plugins/quasar/unocss/components/QSpinner.unocss.js +44 -0
- package/dist/plugins/quasar/unocss/components/QSplitter.unocss.js +39 -0
- package/dist/plugins/quasar/unocss/components/QStepper.unocss.js +102 -0
- package/dist/plugins/quasar/unocss/components/QTabPanel.unocss.js +5 -0
- package/dist/plugins/quasar/unocss/components/QTable.unocss.js +132 -0
- package/dist/plugins/quasar/unocss/components/QTabs.unocss.js +96 -0
- package/dist/plugins/quasar/unocss/components/QTime.unocss.js +123 -0
- package/dist/plugins/quasar/unocss/components/QTimeline.unocss.js +80 -0
- package/dist/plugins/quasar/unocss/components/QToggle.unocss.js +67 -0
- package/dist/plugins/quasar/unocss/components/QToolbar.unocss.js +14 -0
- package/dist/plugins/quasar/unocss/components/QTooltip.unocss.js +11 -0
- package/dist/plugins/quasar/unocss/components/QTree.unocss.js +87 -0
- package/dist/plugins/quasar/unocss/components/QUploader.unocss.js +72 -0
- package/dist/plugins/quasar/unocss/components/QVideo.unocss.js +11 -0
- package/dist/plugins/quasar/unocss/components/QVirtualScroll.unocss.js +16 -0
- package/dist/plugins/quasar/unocss/composables/panel.unocss.js +5 -0
- package/dist/plugins/quasar/unocss/core/colors.unocss.js +17 -0
- package/dist/plugins/quasar/unocss/core/dark.unocss.js +14 -0
- package/dist/plugins/quasar/unocss/core/elevation.unocss.js +67 -0
- package/dist/plugins/quasar/unocss/core/flex.unocss.js +76 -0
- package/dist/plugins/quasar/unocss/core/helpers.unocss.js +57 -0
- package/dist/plugins/quasar/unocss/core/mouse.unocss.js +32 -0
- package/dist/plugins/quasar/unocss/core/orientation.unocss.js +5 -0
- package/dist/plugins/quasar/unocss/core/position.unocss.js +48 -0
- package/dist/plugins/quasar/unocss/core/size.unocss.js +98 -0
- package/dist/plugins/quasar/unocss/core/touch.unocss.js +6 -0
- package/dist/plugins/quasar/unocss/core/transitions.unocss.js +271 -0
- package/dist/plugins/quasar/unocss/core/typography.unocss.js +147 -0
- package/dist/plugins/quasar/unocss/core/visibility.unocss.js +219 -0
- package/dist/plugins/quasar/unocss/directives/QMorph.unocss.js +11 -0
- package/dist/plugins/quasar/unocss/directives/QRipple.unocss.js +19 -0
- package/dist/plugins/quasar/unocss/index.js +1282 -0
- package/dist/plugins/quasar/unocss/plugins/QBottomSheet.unocss.js +17 -0
- package/dist/plugins/quasar/unocss/plugins/QDialogPlugin.unocss.js +9 -0
- package/dist/plugins/quasar/unocss/plugins/QLoading.unocss.js +16 -0
- package/dist/plugins/quasar/unocss/plugins/QNotify.unocss.js +207 -0
- package/dist/plugins/quasar/unocss/theme.js +439 -0
- package/dist/plugins/quasar.js +104 -4
- package/dist/types/frameworks/vue/server.d.ts +3 -3
- package/dist/types/index.d.ts +2 -0
- package/dist/types/plugins/quasar/unocss/components/QAjaxBar.unocss.d.ts +4 -0
- package/dist/types/plugins/quasar/unocss/components/QAvatar.unocss.d.ts +4 -0
- package/dist/types/plugins/quasar/unocss/components/QBadge.unocss.d.ts +4 -0
- package/dist/types/plugins/quasar/unocss/components/QBanner.unocss.d.ts +4 -0
- package/dist/types/plugins/quasar/unocss/components/QBar.unocss.d.ts +4 -0
- package/dist/types/plugins/quasar/unocss/components/QBreadcrumbs.unocss.d.ts +5 -0
- package/dist/types/plugins/quasar/unocss/components/QBtn.unocss.d.ts +4 -0
- package/dist/types/plugins/quasar/unocss/components/QBtnDropdown.unocss.d.ts +4 -0
- package/dist/types/plugins/quasar/unocss/components/QBtnGroup.unocss.d.ts +4 -0
- package/dist/types/plugins/quasar/unocss/components/QBtnToggle.unocss.d.ts +4 -0
- package/dist/types/plugins/quasar/unocss/components/QCard.unocss.d.ts +4 -0
- package/dist/types/plugins/quasar/unocss/components/QCarousel.unocss.d.ts +4 -0
- package/dist/types/plugins/quasar/unocss/components/QChatMessage.unocss.d.ts +4 -0
- package/dist/types/plugins/quasar/unocss/components/QCheckbox.unocss.d.ts +5 -0
- package/dist/types/plugins/quasar/unocss/components/QChip.unocss.d.ts +5 -0
- package/dist/types/plugins/quasar/unocss/components/QCircularProgress.unocss.d.ts +5 -0
- package/dist/types/plugins/quasar/unocss/components/QColorPicker.unocss.d.ts +4 -0
- package/dist/types/plugins/quasar/unocss/components/QDate.unocss.d.ts +4 -0
- package/dist/types/plugins/quasar/unocss/components/QDialog.unocss.d.ts +5 -0
- package/dist/types/plugins/quasar/unocss/components/QDrawer.unocss.d.ts +4 -0
- package/dist/types/plugins/quasar/unocss/components/QEditor.unocss.d.ts +4 -0
- package/dist/types/plugins/quasar/unocss/components/QExpansionItem.unocss.d.ts +4 -0
- package/dist/types/plugins/quasar/unocss/components/QFab.unocss.d.ts +4 -0
- package/dist/types/plugins/quasar/unocss/components/QField.unocss.d.ts +5 -0
- package/dist/types/plugins/quasar/unocss/components/QFile.unocss.d.ts +4 -0
- package/dist/types/plugins/quasar/unocss/components/QFooter.unocss.d.ts +4 -0
- package/dist/types/plugins/quasar/unocss/components/QForm.unocss.d.ts +4 -0
- package/dist/types/plugins/quasar/unocss/components/QHeader.unocss.d.ts +4 -0
- package/dist/types/plugins/quasar/unocss/components/QIcon.unocss.d.ts +4 -0
- package/dist/types/plugins/quasar/unocss/components/QImg.unocss.d.ts +4 -0
- package/dist/types/plugins/quasar/unocss/components/QInnerLoading.unocss.d.ts +4 -0
- package/dist/types/plugins/quasar/unocss/components/QInput.unocss.d.ts +4 -0
- package/dist/types/plugins/quasar/unocss/components/QIntersection.unocss.d.ts +4 -0
- package/dist/types/plugins/quasar/unocss/components/QItem.unocss.d.ts +4 -0
- package/dist/types/plugins/quasar/unocss/components/QKnob.unocss.d.ts +4 -0
- package/dist/types/plugins/quasar/unocss/components/QLayout.unocss.d.ts +5 -0
- package/dist/types/plugins/quasar/unocss/components/QLinearProgress.unocss.d.ts +5 -0
- package/dist/types/plugins/quasar/unocss/components/QMenu.unocss.d.ts +4 -0
- package/dist/types/plugins/quasar/unocss/components/QOptionGroup.unocss.d.ts +4 -0
- package/dist/types/plugins/quasar/unocss/components/QPage.unocss.d.ts +4 -0
- package/dist/types/plugins/quasar/unocss/components/QPageSticky.unocss.d.ts +4 -0
- package/dist/types/plugins/quasar/unocss/components/QPagination.unocss.d.ts +4 -0
- package/dist/types/plugins/quasar/unocss/components/QParallax.unocss.d.ts +4 -0
- package/dist/types/plugins/quasar/unocss/components/QPopupEdit.unocss.d.ts +4 -0
- package/dist/types/plugins/quasar/unocss/components/QPullToRefresh.unocss.d.ts +4 -0
- package/dist/types/plugins/quasar/unocss/components/QRadio.unocss.d.ts +5 -0
- package/dist/types/plugins/quasar/unocss/components/QRating.unocss.d.ts +4 -0
- package/dist/types/plugins/quasar/unocss/components/QResponsive.unocss.d.ts +4 -0
- package/dist/types/plugins/quasar/unocss/components/QScrollarea.unocss.d.ts +4 -0
- package/dist/types/plugins/quasar/unocss/components/QSelect.unocss.d.ts +5 -0
- package/dist/types/plugins/quasar/unocss/components/QSeparator.unocss.d.ts +4 -0
- package/dist/types/plugins/quasar/unocss/components/QSkeleton.unocss.d.ts +5 -0
- package/dist/types/plugins/quasar/unocss/components/QSlideItem.unocss.d.ts +4 -0
- package/dist/types/plugins/quasar/unocss/components/QSlider.unocss.d.ts +4 -0
- package/dist/types/plugins/quasar/unocss/components/QSpace.unocss.d.ts +4 -0
- package/dist/types/plugins/quasar/unocss/components/QSpinner.unocss.d.ts +5 -0
- package/dist/types/plugins/quasar/unocss/components/QSplitter.unocss.d.ts +4 -0
- package/dist/types/plugins/quasar/unocss/components/QStepper.unocss.d.ts +4 -0
- package/dist/types/plugins/quasar/unocss/components/QTabPanel.unocss.d.ts +4 -0
- package/dist/types/plugins/quasar/unocss/components/QTable.unocss.d.ts +5 -0
- package/dist/types/plugins/quasar/unocss/components/QTabs.unocss.d.ts +4 -0
- package/dist/types/plugins/quasar/unocss/components/QTime.unocss.d.ts +4 -0
- package/dist/types/plugins/quasar/unocss/components/QTimeline.unocss.d.ts +4 -0
- package/dist/types/plugins/quasar/unocss/components/QToggle.unocss.d.ts +5 -0
- package/dist/types/plugins/quasar/unocss/components/QToolbar.unocss.d.ts +4 -0
- package/dist/types/plugins/quasar/unocss/components/QTooltip.unocss.d.ts +4 -0
- package/dist/types/plugins/quasar/unocss/components/QTree.unocss.d.ts +5 -0
- package/dist/types/plugins/quasar/unocss/components/QUploader.unocss.d.ts +4 -0
- package/dist/types/plugins/quasar/unocss/components/QVideo.unocss.d.ts +4 -0
- package/dist/types/plugins/quasar/unocss/components/QVirtualScroll.unocss.d.ts +4 -0
- package/dist/types/plugins/quasar/unocss/composables/panel.unocss.d.ts +4 -0
- package/dist/types/plugins/quasar/unocss/core/colors.unocss.d.ts +4 -0
- package/dist/types/plugins/quasar/unocss/core/dark.unocss.d.ts +5 -0
- package/dist/types/plugins/quasar/unocss/core/elevation.unocss.d.ts +4 -0
- package/dist/types/plugins/quasar/unocss/core/flex.unocss.d.ts +4 -0
- package/dist/types/plugins/quasar/unocss/core/helpers.unocss.d.ts +6 -0
- package/dist/types/plugins/quasar/unocss/core/mouse.unocss.d.ts +5 -0
- package/dist/types/plugins/quasar/unocss/core/orientation.unocss.d.ts +4 -0
- package/dist/types/plugins/quasar/unocss/core/position.unocss.d.ts +4 -0
- package/dist/types/plugins/quasar/unocss/core/size.unocss.d.ts +4 -0
- package/dist/types/plugins/quasar/unocss/core/touch.unocss.d.ts +4 -0
- package/dist/types/plugins/quasar/unocss/core/transitions.unocss.d.ts +4 -0
- package/dist/types/plugins/quasar/unocss/core/typography.unocss.d.ts +5 -0
- package/dist/types/plugins/quasar/unocss/core/visibility.unocss.d.ts +6 -0
- package/dist/types/plugins/quasar/unocss/directives/QMorph.unocss.d.ts +4 -0
- package/dist/types/plugins/quasar/unocss/directives/QRipple.unocss.d.ts +4 -0
- package/dist/types/plugins/quasar/unocss/index.d.ts +11 -0
- package/dist/types/plugins/quasar/unocss/plugins/QBottomSheet.unocss.d.ts +4 -0
- package/dist/types/plugins/quasar/unocss/plugins/QDialogPlugin.unocss.d.ts +4 -0
- package/dist/types/plugins/quasar/unocss/plugins/QLoading.unocss.d.ts +4 -0
- package/dist/types/plugins/quasar/unocss/plugins/QNotify.unocss.d.ts +4 -0
- package/dist/types/plugins/quasar/unocss/theme.d.ts +425 -0
- package/dist/types/plugins/quasar.d.ts +1 -0
- package/dist/types/vitrify-config.d.ts +11 -3
- package/package.json +17 -10
- package/src/node/frameworks/vue/prerender.ts +3 -3
- package/src/node/frameworks/vue/server.ts +3 -3
- package/src/node/index.ts +37 -3
- package/src/node/plugins/quasar/unocss/components/QAjaxBar.unocss.ts +24 -0
- package/src/node/plugins/quasar/unocss/components/QAvatar.unocss.ts +20 -0
- package/src/node/plugins/quasar/unocss/components/QBadge.unocss.ts +34 -0
- package/src/node/plugins/quasar/unocss/components/QBanner.unocss.ts +32 -0
- package/src/node/plugins/quasar/unocss/components/QBar.unocss.ts +30 -0
- package/src/node/plugins/quasar/unocss/components/QBreadcrumbs.unocss.ts +18 -0
- package/src/node/plugins/quasar/unocss/components/QBtn.unocss.ts +93 -0
- package/src/node/plugins/quasar/unocss/components/QBtnDropdown.unocss.ts +27 -0
- package/src/node/plugins/quasar/unocss/components/QBtnGroup.unocss.ts +48 -0
- package/src/node/plugins/quasar/unocss/components/QBtnToggle.unocss.ts +8 -0
- package/src/node/plugins/quasar/unocss/components/QCard.unocss.ts +64 -0
- package/src/node/plugins/quasar/unocss/components/QCarousel.unocss.ts +115 -0
- package/src/node/plugins/quasar/unocss/components/QChatMessage.unocss.ts +59 -0
- package/src/node/plugins/quasar/unocss/components/QCheckbox.unocss.ts +89 -0
- package/src/node/plugins/quasar/unocss/components/QChip.unocss.ts +98 -0
- package/src/node/plugins/quasar/unocss/components/QCircularProgress.unocss.ts +41 -0
- package/src/node/plugins/quasar/unocss/components/QColorPicker.unocss.ts +178 -0
- package/src/node/plugins/quasar/unocss/components/QDate.unocss.ts +181 -0
- package/src/node/plugins/quasar/unocss/components/QDialog.unocss.ts +118 -0
- package/src/node/plugins/quasar/unocss/components/QDrawer.unocss.ts +76 -0
- package/src/node/plugins/quasar/unocss/components/QEditor.unocss.ts +85 -0
- package/src/node/plugins/quasar/unocss/components/QExpansionItem.unocss.ts +54 -0
- package/src/node/plugins/quasar/unocss/components/QFab.unocss.ts +148 -0
- package/src/node/plugins/quasar/unocss/components/QField.unocss.ts +220 -0
- package/src/node/plugins/quasar/unocss/components/QFile.unocss.ts +23 -0
- package/src/node/plugins/quasar/unocss/components/QFooter.unocss.ts +19 -0
- package/src/node/plugins/quasar/unocss/components/QForm.unocss.ts +8 -0
- package/src/node/plugins/quasar/unocss/components/QHeader.unocss.ts +20 -0
- package/src/node/plugins/quasar/unocss/components/QIcon.unocss.ts +30 -0
- package/src/node/plugins/quasar/unocss/components/QImg.unocss.ts +43 -0
- package/src/node/plugins/quasar/unocss/components/QInnerLoading.unocss.ts +16 -0
- package/src/node/plugins/quasar/unocss/components/QInput.unocss.ts +40 -0
- package/src/node/plugins/quasar/unocss/components/QIntersection.unocss.ts +8 -0
- package/src/node/plugins/quasar/unocss/components/QItem.unocss.ts +102 -0
- package/src/node/plugins/quasar/unocss/components/QKnob.unocss.ts +22 -0
- package/src/node/plugins/quasar/unocss/components/QLayout.unocss.ts +91 -0
- package/src/node/plugins/quasar/unocss/components/QLinearProgress.unocss.ts +104 -0
- package/src/node/plugins/quasar/unocss/components/QMenu.unocss.ts +20 -0
- package/src/node/plugins/quasar/unocss/components/QOptionGroup.unocss.ts +8 -0
- package/src/node/plugins/quasar/unocss/components/QPage.unocss.ts +8 -0
- package/src/node/plugins/quasar/unocss/components/QPageSticky.unocss.ts +12 -0
- package/src/node/plugins/quasar/unocss/components/QPagination.unocss.ts +24 -0
- package/src/node/plugins/quasar/unocss/components/QParallax.unocss.ts +18 -0
- package/src/node/plugins/quasar/unocss/components/QPopupEdit.unocss.ts +13 -0
- package/src/node/plugins/quasar/unocss/components/QPullToRefresh.unocss.ts +19 -0
- package/src/node/plugins/quasar/unocss/components/QRadio.unocss.ts +82 -0
- package/src/node/plugins/quasar/unocss/components/QRating.unocss.ts +36 -0
- package/src/node/plugins/quasar/unocss/components/QResponsive.unocss.ts +20 -0
- package/src/node/plugins/quasar/unocss/components/QScrollarea.unocss.ts +48 -0
- package/src/node/plugins/quasar/unocss/components/QSelect.unocss.ts +69 -0
- package/src/node/plugins/quasar/unocss/components/QSeparator.unocss.ts +38 -0
- package/src/node/plugins/quasar/unocss/components/QSkeleton.unocss.ts +192 -0
- package/src/node/plugins/quasar/unocss/components/QSlideItem.unocss.ts +38 -0
- package/src/node/plugins/quasar/unocss/components/QSlider.unocss.ts +246 -0
- package/src/node/plugins/quasar/unocss/components/QSpace.unocss.ts +8 -0
- package/src/node/plugins/quasar/unocss/components/QSpinner.unocss.ts +51 -0
- package/src/node/plugins/quasar/unocss/components/QSplitter.unocss.ts +58 -0
- package/src/node/plugins/quasar/unocss/components/QStepper.unocss.ts +150 -0
- package/src/node/plugins/quasar/unocss/components/QTabPanel.unocss.ts +10 -0
- package/src/node/plugins/quasar/unocss/components/QTable.unocss.ts +194 -0
- package/src/node/plugins/quasar/unocss/components/QTabs.unocss.ts +139 -0
- package/src/node/plugins/quasar/unocss/components/QTime.unocss.ts +195 -0
- package/src/node/plugins/quasar/unocss/components/QTimeline.unocss.ts +122 -0
- package/src/node/plugins/quasar/unocss/components/QToggle.unocss.ts +89 -0
- package/src/node/plugins/quasar/unocss/components/QToolbar.unocss.ts +22 -0
- package/src/node/plugins/quasar/unocss/components/QTooltip.unocss.ts +18 -0
- package/src/node/plugins/quasar/unocss/components/QTree.unocss.ts +124 -0
- package/src/node/plugins/quasar/unocss/components/QUploader.unocss.ts +107 -0
- package/src/node/plugins/quasar/unocss/components/QVideo.unocss.ts +18 -0
- package/src/node/plugins/quasar/unocss/components/QVirtualScroll.unocss.ts +26 -0
- package/src/node/plugins/quasar/unocss/composables/panel.unocss.ts +9 -0
- package/src/node/plugins/quasar/unocss/core/colors.unocss.ts +21 -0
- package/src/node/plugins/quasar/unocss/core/dark.unocss.ts +19 -0
- package/src/node/plugins/quasar/unocss/core/elevation.unocss.ts +94 -0
- package/src/node/plugins/quasar/unocss/core/flex.unocss.ts +99 -0
- package/src/node/plugins/quasar/unocss/core/helpers.unocss.ts +78 -0
- package/src/node/plugins/quasar/unocss/core/mouse.unocss.ts +46 -0
- package/src/node/plugins/quasar/unocss/core/orientation.unocss.ts +10 -0
- package/src/node/plugins/quasar/unocss/core/position.unocss.ts +81 -0
- package/src/node/plugins/quasar/unocss/core/size.unocss.ts +196 -0
- package/src/node/plugins/quasar/unocss/core/touch.unocss.ts +12 -0
- package/src/node/plugins/quasar/unocss/core/transitions.unocss.ts +392 -0
- package/src/node/plugins/quasar/unocss/core/typography.unocss.ts +192 -0
- package/src/node/plugins/quasar/unocss/core/visibility.unocss.ts +250 -0
- package/src/node/plugins/quasar/unocss/createSafelist.js +2549 -0
- package/src/node/plugins/quasar/unocss/directives/QMorph.unocss.ts +18 -0
- package/src/node/plugins/quasar/unocss/directives/QRipple.unocss.ts +30 -0
- package/src/node/plugins/quasar/unocss/index.ts +1482 -0
- package/src/node/plugins/quasar/unocss/parse.js +132 -0
- package/src/node/plugins/quasar/unocss/plugins/QBottomSheet.unocss.ts +27 -0
- package/src/node/plugins/quasar/unocss/plugins/QDialogPlugin.unocss.ts +16 -0
- package/src/node/plugins/quasar/unocss/plugins/QLoading.unocss.ts +24 -0
- package/src/node/plugins/quasar/unocss/plugins/QNotify.unocss.ts +266 -0
- package/src/node/plugins/quasar/unocss/theme.ts +452 -0
- package/src/node/plugins/quasar.ts +113 -4
- package/src/node/vitrify-config.ts +14 -7
- package/src/vite/fastify/server.ts +3 -1
- package/src/vite/vue/main.ts +2 -0
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import type { Rule, UserShortcuts } from '@unocss/core'
|
|
2
|
+
import type { QuasarTheme } from '../theme.js'
|
|
3
|
+
|
|
4
|
+
const shortcuts: UserShortcuts<QuasarTheme> = [
|
|
5
|
+
[
|
|
6
|
+
/^q-textarea$/,
|
|
7
|
+
([, c], { theme }) =>
|
|
8
|
+
`[&_.q-field\\_\\_control]:(min-h-[56px] h-auto) [&_.q-field\\_\\_control-container]:(pt-[2px] pb-[2px]) [&_.q-field\\_\\_shadow]:(top-[2px] bottom-[2px]) [&_.q-field\\_\\_native]:(leading-[18px]) [&_.q-field\\_\\_prefix]:(leading-[18px]) [&_.q-field\\_\\_suffix]:(leading-[18px]) [&_.q-field\\_\\_native]:(resize-y pt-[17px] min-h-[52px])`
|
|
9
|
+
],
|
|
10
|
+
|
|
11
|
+
[
|
|
12
|
+
/^q-textarea.q-field--labeled$/,
|
|
13
|
+
([, c], { theme }) =>
|
|
14
|
+
`[&_.q-field\\_\\_control-container]:(pt-[26px]) [&_.q-field\\_\\_shadow]:(top-[26px]) [&_.q-field\\_\\_native]:(pt-0) [&_.q-field\\_\\_prefix]:(pt-0) [&_.q-field\\_\\_suffix]:(pt-0) [&_.q-field\\_\\_native]:(min-h-[26px] pt-px)`
|
|
15
|
+
],
|
|
16
|
+
|
|
17
|
+
[
|
|
18
|
+
/^q-textarea--autogrow$/,
|
|
19
|
+
([, c], { theme }) => `[&_.q-field\\_\\_native]:(resize-none)`
|
|
20
|
+
],
|
|
21
|
+
|
|
22
|
+
[
|
|
23
|
+
/^q-textarea.q-field--dense$/,
|
|
24
|
+
([, c], { theme }) =>
|
|
25
|
+
`[&_.q-field\\_\\_control]:(min-h-[36px]) [&_.q-field\\_\\_native]:(min-h-[36px]) [&_.q-field\\_\\_native]:(pt-[9px])`
|
|
26
|
+
],
|
|
27
|
+
|
|
28
|
+
[
|
|
29
|
+
/^q-textarea.q-field--dense.q-field--labeled$/,
|
|
30
|
+
([, c], { theme }) =>
|
|
31
|
+
`[&_.q-field\\_\\_control-container]:(pt-[14px]) [&_.q-field\\_\\_shadow]:(top-[14px]) [&_.q-field\\_\\_native]:(min-h-[24px] pt-[3px]) [&_.q-field\\_\\_prefix]:(pt-[2px]) [&_.q-field\\_\\_suffix]:(pt-[2px])`
|
|
32
|
+
],
|
|
33
|
+
|
|
34
|
+
[
|
|
35
|
+
/^q-textarea.disabled$/,
|
|
36
|
+
([, c], { theme }) => `[&_.q-field\\_\\_native]:(resize-none)`
|
|
37
|
+
]
|
|
38
|
+
]
|
|
39
|
+
|
|
40
|
+
export { shortcuts }
|
|
@@ -0,0 +1,102 @@
|
|
|
1
|
+
import type { Rule, UserShortcuts } from '@unocss/core'
|
|
2
|
+
import type { QuasarTheme } from '../theme.js'
|
|
3
|
+
|
|
4
|
+
const shortcuts: UserShortcuts<QuasarTheme> = [
|
|
5
|
+
[
|
|
6
|
+
/^q-item$/,
|
|
7
|
+
([, c], { theme }) =>
|
|
8
|
+
`min-h-[48px] px-[16px] py-[8px] [color:inherit] [transition:color_0.3s,_background-color_0.3s] [&_>_.q-item\\_\\_section--thumbnail:first-child]:(-ml-[16px]) [&_>_.q-focus-helper_+_.q-item\\_\\_section--thumbnail]:(-ml-[16px]) [&_>_.q-item\\_\\_section--thumbnail:last-of-type]:(-mr-[16px]) relative
|
|
9
|
+
[&.q-router-link--active]:(text-primary)`
|
|
10
|
+
],
|
|
11
|
+
|
|
12
|
+
[
|
|
13
|
+
/^q-item__section--side$/,
|
|
14
|
+
([, c], { theme }) =>
|
|
15
|
+
`text-[#757575] items-start pr-[16px] w-auto min-w-[0] max-w-full [&_>_.q-icon]:(text-[24px]) [&_>_.q-avatar]:(text-[40px])`
|
|
16
|
+
],
|
|
17
|
+
|
|
18
|
+
[
|
|
19
|
+
/^q-item__section--avatar$/,
|
|
20
|
+
([, c], { theme }) => `[color:inherit] min-w-[56px]`
|
|
21
|
+
],
|
|
22
|
+
|
|
23
|
+
[
|
|
24
|
+
/^q-item__section--thumbnail$/,
|
|
25
|
+
([, c], { theme }) => `[&_img]:(w-[100px] h-[56px])`
|
|
26
|
+
],
|
|
27
|
+
|
|
28
|
+
[/^q-item__section--nowrap$/, ([, c], { theme }) => `whitespace-nowrap`],
|
|
29
|
+
|
|
30
|
+
[
|
|
31
|
+
/^q-item__label$/,
|
|
32
|
+
([, c], { theme }) =>
|
|
33
|
+
`!leading-[1.2em] max-w-full [&_+_.q-item\\_\\_label]:(mt-[4px])`
|
|
34
|
+
],
|
|
35
|
+
|
|
36
|
+
[
|
|
37
|
+
/^q-item__label--overline$/,
|
|
38
|
+
([, c], { theme }) => `text-[rgba(0,_0,_0,_0.7)]`
|
|
39
|
+
],
|
|
40
|
+
|
|
41
|
+
[
|
|
42
|
+
/^q-item__label--caption$/,
|
|
43
|
+
([, c], { theme }) => `text-[rgba(0,_0,_0,_0.54)]`
|
|
44
|
+
],
|
|
45
|
+
|
|
46
|
+
[
|
|
47
|
+
/^q-item__label--header$/,
|
|
48
|
+
([, c], { theme }) =>
|
|
49
|
+
`text-[#757575] p-[16px] text-[0.875rem] leading-5 tracking-[0.01786em]`
|
|
50
|
+
],
|
|
51
|
+
|
|
52
|
+
[
|
|
53
|
+
/^q-separator--spaced$/,
|
|
54
|
+
([, c], { theme }) => `[&_+_.q-item\\_\\_label--header]:(pt-[8px])`
|
|
55
|
+
],
|
|
56
|
+
|
|
57
|
+
[
|
|
58
|
+
/^q-list--padding$/,
|
|
59
|
+
([, c], { theme }) =>
|
|
60
|
+
`[&_.q-item\\_\\_label--header]:(pt-[8px]) px-[0] py-[8px]`
|
|
61
|
+
],
|
|
62
|
+
|
|
63
|
+
[
|
|
64
|
+
/^q-item__section--main$/,
|
|
65
|
+
([, c], { theme }) =>
|
|
66
|
+
`w-auto min-w-[0] max-w-full flex-[10000_1_0%] [&_+_.q-item\\_\\_section--main]:(ml-[8px]) [&_~_.q-item\\_\\_section--side]:(items-end pr-0 pl-[16px])`
|
|
67
|
+
],
|
|
68
|
+
|
|
69
|
+
[
|
|
70
|
+
/^q-list--bordered$/,
|
|
71
|
+
([, c], { theme }) => `border-[1px] border-solid border-[rgba(0,0,0,0.12)]`
|
|
72
|
+
],
|
|
73
|
+
|
|
74
|
+
[
|
|
75
|
+
/^q-list--separator$/,
|
|
76
|
+
([, c], { theme }) =>
|
|
77
|
+
`[&_>_.q-item-type_+_.q-item-type]:([border-top:1px_solid_rgba(0,_0,_0,_0.12)]) [&_>_.q-virtual-scroll\\_\\_content_>_.q-item-type_+_.q-item-type]:([border-top:1px_solid_rgba(0,_0,_0,_0.12)])`
|
|
78
|
+
],
|
|
79
|
+
|
|
80
|
+
[
|
|
81
|
+
/^q-list--dense$/,
|
|
82
|
+
([, c], { theme }) => `[&_>_.q-item]:(min-h-[32px] px-[16px] py-[2px])`
|
|
83
|
+
],
|
|
84
|
+
|
|
85
|
+
[/^q-item--dense$/, ([, c], { theme }) => `min-h-[32px] px-[16px] py-[2px]`],
|
|
86
|
+
|
|
87
|
+
[
|
|
88
|
+
/^q-list--dark$/,
|
|
89
|
+
([, c], { theme }) =>
|
|
90
|
+
`text-[#fff] border-[rgba(255,_255,_255,_0.28)] [&_.q-item\\_\\_section--side:not(.q-item\\_\\_section--avatar)]:(text-[rgba(255,_255,_255,_0.7)]) [&_.q-item\\_\\_label--header]:(text-[rgba(255,_255,_255,_0.64)]) [&_.q-item\\_\\_label--overline]:(text-[rgba(255,_255,_255,_0.8)]) [&_.q-item\\_\\_label--caption]:(text-[rgba(255,_255,_255,_0.8)])`
|
|
91
|
+
],
|
|
92
|
+
|
|
93
|
+
[
|
|
94
|
+
/^q-item--dark$/,
|
|
95
|
+
([, c], { theme }) =>
|
|
96
|
+
`text-[#fff] border-[rgba(255,_255,_255,_0.28)] [&_.q-item\\_\\_section--side:not(.q-item\\_\\_section--avatar)]:(text-[rgba(255,_255,_255,_0.7)]) [&_.q-item\\_\\_label--header]:(text-[rgba(255,_255,_255,_0.64)]) [&_.q-item\\_\\_label--overline]:(text-[rgba(255,_255,_255,_0.8)]) [&_.q-item\\_\\_label--caption]:(text-[rgba(255,_255,_255,_0.8)])`
|
|
97
|
+
],
|
|
98
|
+
|
|
99
|
+
[/^q-item--active$/, ([, c], { theme }) => `text-primary`]
|
|
100
|
+
]
|
|
101
|
+
|
|
102
|
+
export { shortcuts }
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import type { Rule, UserShortcuts } from '@unocss/core'
|
|
2
|
+
import type { QuasarTheme } from '../theme.js'
|
|
3
|
+
|
|
4
|
+
const shortcuts: UserShortcuts<QuasarTheme> = [
|
|
5
|
+
[/^q-knob$/, ([, c], { theme }) => `text-[48px]`],
|
|
6
|
+
|
|
7
|
+
[/^q-knob--editable$/, ([, c], { theme }) => `cursor-pointer outline-0`],
|
|
8
|
+
|
|
9
|
+
[
|
|
10
|
+
/^q-knob--editable:before$/,
|
|
11
|
+
([, c], { theme }) =>
|
|
12
|
+
`content-empty absolute top-0 right-0 bottom-0 left-0 rounded-[50%] [box-shadow:none] [transition:box-shadow_0.24s_ease-in-out]`
|
|
13
|
+
],
|
|
14
|
+
|
|
15
|
+
[
|
|
16
|
+
/^q-knob--editable:focus:before$/,
|
|
17
|
+
([, c], { theme }) =>
|
|
18
|
+
`[box-shadow:0_1px_5px_rgba(0,_0,_0,_0.2),_0_2px_2px_rgba(0,_0,_0,_0.14),_0_3px_1px_-2px_rgba(0,_0,_0,_0.12)]`
|
|
19
|
+
]
|
|
20
|
+
]
|
|
21
|
+
|
|
22
|
+
export { shortcuts }
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
import type { Preflight, Rule, UserShortcuts } from '@unocss/core'
|
|
2
|
+
import type { QuasarTheme } from '../theme.js'
|
|
3
|
+
|
|
4
|
+
const preflights: Preflight<QuasarTheme>[] = [
|
|
5
|
+
// {
|
|
6
|
+
// getCSS: ({ theme }) => `
|
|
7
|
+
// body.q-ios-padding .q-layout--standard .q-header > .q-toolbar:nth-child(1),
|
|
8
|
+
// body.q-ios-padding .q-layout--standard .q-header > .q-tabs:nth-child(1) .q-tabs__content,
|
|
9
|
+
// body.q-ios-padding .q-layout--standard .q-drawer--top-padding .q-drawer__content {
|
|
10
|
+
// padding-top: 20px;
|
|
11
|
+
// min-height: 70px;
|
|
12
|
+
// padding-top: env(safe-area-inset-top);
|
|
13
|
+
// min-height: calc(env(safe-area-inset-top) + 50px);
|
|
14
|
+
// }
|
|
15
|
+
// body.q-ios-padding .q-layout--standard .q-footer > .q-toolbar:last-child,
|
|
16
|
+
// body.q-ios-padding .q-layout--standard .q-footer > .q-tabs:nth-last-child(1 of :not(.q-layout__shadow)) .q-tabs__content,
|
|
17
|
+
// body.q-ios-padding .q-layout--standard .q-drawer--top-padding .q-drawer__content {
|
|
18
|
+
// padding-bottom: env(safe-area-inset-bottom);
|
|
19
|
+
// min-height: calc(env(safe-area-inset-bottom) + 50px);
|
|
20
|
+
// }
|
|
21
|
+
// .q-body--layout-animate .q-drawer__backdrop {
|
|
22
|
+
// transition: background-color 0.12s !important;
|
|
23
|
+
// }
|
|
24
|
+
// .q-body--layout-animate .q-drawer {
|
|
25
|
+
// transition: transform 0.12s, width 0.12s, top 0.12s, bottom 0.12s !important;
|
|
26
|
+
// }
|
|
27
|
+
// .q-body--layout-animate .q-layout__section--marginal {
|
|
28
|
+
// transition: transform 0.12s, left 0.12s, right 0.12s !important;
|
|
29
|
+
// }
|
|
30
|
+
// .q-body--layout-animate .q-page-container {
|
|
31
|
+
// transition: padding-top 0.12s, padding-right 0.12s, padding-bottom 0.12s, padding-left 0.12s !important;
|
|
32
|
+
// }
|
|
33
|
+
// .q-body--layout-animate .q-page-sticky {
|
|
34
|
+
// transition: transform 0.12s, left 0.12s, right 0.12s, top 0.12s, bottom 0.12s !important;
|
|
35
|
+
// }
|
|
36
|
+
// body:not(.q-body--layout-animate) .q-layout--prevent-focus {
|
|
37
|
+
// visibility: hidden;
|
|
38
|
+
// }
|
|
39
|
+
// .q-body--drawer-toggle {
|
|
40
|
+
// overflow-x: hidden !important;
|
|
41
|
+
// }
|
|
42
|
+
// @media (max-width: 599.98px) {
|
|
43
|
+
// .q-layout-padding {
|
|
44
|
+
// padding: 8px;
|
|
45
|
+
// }
|
|
46
|
+
// }
|
|
47
|
+
// @media (min-width: 600px) and (max-width: 1439.98px) {
|
|
48
|
+
// .q-layout-padding {
|
|
49
|
+
// padding: 16px;
|
|
50
|
+
// }
|
|
51
|
+
// }
|
|
52
|
+
// @media (min-width: 1440px) {
|
|
53
|
+
// .q-layout-padding {
|
|
54
|
+
// padding: 24px;
|
|
55
|
+
// }
|
|
56
|
+
// }
|
|
57
|
+
// body.body--dark .q-header, body.body--dark .q-footer, body.body--dark .q-drawer {
|
|
58
|
+
// border-color: rgba(255, 255, 255, 0.28);
|
|
59
|
+
// }
|
|
60
|
+
// body.body--dark .q-layout__shadow:after {
|
|
61
|
+
// box-shadow: 0 0 10px 2px rgba(255, 255, 255, 0.2), 0 0px 10px rgba(255, 255, 255, 0.24);
|
|
62
|
+
// }
|
|
63
|
+
// body.platform-ios .q-layout--containerized {
|
|
64
|
+
// position: unset !important;
|
|
65
|
+
// }`
|
|
66
|
+
// }
|
|
67
|
+
]
|
|
68
|
+
|
|
69
|
+
const shortcuts: UserShortcuts<QuasarTheme> = [
|
|
70
|
+
[/^q-layout$/, ([, c], { theme }) => `w-full outline-0 relative`],
|
|
71
|
+
|
|
72
|
+
[
|
|
73
|
+
/^q-layout-container$/,
|
|
74
|
+
([, c], { theme }) =>
|
|
75
|
+
`relative w-full h-full [&_.q-layout]:(min-h-full) [&_>_div]:([transform:translate3d(0,_0,_0)]) [&_>_div_>_div]:(min-h-[0] max-h-full)`
|
|
76
|
+
],
|
|
77
|
+
|
|
78
|
+
[
|
|
79
|
+
/^q-layout__shadow$/,
|
|
80
|
+
([, c], { theme }) =>
|
|
81
|
+
`w-full
|
|
82
|
+
[&:after]:(content-empty absolute top-[0] right-[0] bottom-[0] left-[0] [box-shadow:0_0_10px_2px_rgba(0,_0,_0,_0.2),_0_0px_10px_rgba(0,_0,_0,_0.24)])`
|
|
83
|
+
],
|
|
84
|
+
|
|
85
|
+
[
|
|
86
|
+
/^q-layout__section--marginal$/,
|
|
87
|
+
([, c], { theme }) => `text-[#fff] bg-primary`
|
|
88
|
+
]
|
|
89
|
+
]
|
|
90
|
+
|
|
91
|
+
export { preflights, shortcuts }
|
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
import type { Preflight, Rule, UserShortcuts } from '@unocss/core'
|
|
2
|
+
import type { QuasarTheme } from '../theme.js'
|
|
3
|
+
|
|
4
|
+
const preflights: Preflight<QuasarTheme>[] = [
|
|
5
|
+
{
|
|
6
|
+
getCSS: ({ theme }) => `
|
|
7
|
+
@keyframes q-linear-progress--indeterminate {
|
|
8
|
+
0% {
|
|
9
|
+
transform: translate3d(-35%, 0, 0) scale3d(0.35, 1, 1);
|
|
10
|
+
}
|
|
11
|
+
60% {
|
|
12
|
+
transform: translate3d(100%, 0, 0) scale3d(0.9, 1, 1);
|
|
13
|
+
}
|
|
14
|
+
100% {
|
|
15
|
+
transform: translate3d(100%, 0, 0) scale3d(0.9, 1, 1);
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
@keyframes q-linear-progress--indeterminate-short {
|
|
19
|
+
0% {
|
|
20
|
+
transform: translate3d(-101%, 0, 0) scale3d(1, 1, 1);
|
|
21
|
+
}
|
|
22
|
+
60% {
|
|
23
|
+
transform: translate3d(107%, 0, 0) scale3d(0.01, 1, 1);
|
|
24
|
+
}
|
|
25
|
+
100% {
|
|
26
|
+
transform: translate3d(107%, 0, 0) scale3d(0.01, 1, 1);
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
`
|
|
30
|
+
}
|
|
31
|
+
]
|
|
32
|
+
|
|
33
|
+
const shortcuts: UserShortcuts<QuasarTheme> = [
|
|
34
|
+
[
|
|
35
|
+
/^q-linear-progress$/,
|
|
36
|
+
([, c], { theme }) =>
|
|
37
|
+
`relative w-full overflow-hidden text-[4px] h-[1em] [transform:scale3d(1,_1,_1)] text-primary`
|
|
38
|
+
],
|
|
39
|
+
|
|
40
|
+
[/^q-linear-progress__model$/, ([, c], { theme }) => `origin-[0_0]`],
|
|
41
|
+
|
|
42
|
+
[
|
|
43
|
+
/^q-linear-progress__track$/,
|
|
44
|
+
([, c], { theme }) => `origin-[0_0] opacity-40`
|
|
45
|
+
],
|
|
46
|
+
|
|
47
|
+
[
|
|
48
|
+
/^q-linear-progress__model--with-transition$/,
|
|
49
|
+
([, c], { theme }) =>
|
|
50
|
+
`[transition:transform_var(--q-linear-progress-speed)]`
|
|
51
|
+
],
|
|
52
|
+
|
|
53
|
+
[
|
|
54
|
+
/^q-linear-progress__track--with-transition$/,
|
|
55
|
+
([, c], { theme }) =>
|
|
56
|
+
`[transition:transform_var(--q-linear-progress-speed)]`
|
|
57
|
+
],
|
|
58
|
+
|
|
59
|
+
[
|
|
60
|
+
/^q-linear-progress--reverse$/,
|
|
61
|
+
([, c], { theme }) =>
|
|
62
|
+
`[&_.q-linear-progress\\_\\_model]:(origin-[0_100%]) [&_.q-linear-progress\\_\\_track]:(origin-[0_100%])`
|
|
63
|
+
],
|
|
64
|
+
|
|
65
|
+
[
|
|
66
|
+
/^q-linear-progress__model--determinate$/,
|
|
67
|
+
([, c], { theme }) => `bg-current`
|
|
68
|
+
],
|
|
69
|
+
|
|
70
|
+
[
|
|
71
|
+
/^q-linear-progress__model--indeterminate$/,
|
|
72
|
+
([, c], { theme }) =>
|
|
73
|
+
`transition-none [&:before]:(bg-current content-empty absolute top-0 right-0 bottom-0 left-0 origin-[0_0]) [&:after]:(bg-current content-empty absolute top-0 right-0 bottom-0 left-0 origin-[0_0]) [&:before]:(animate-[q-linear-progress--indeterminate_2.1s_cubic-bezier(0.65,_0.815,_0.735,_0.395)_infinite]) [&:after]:([transform:translate3d(-101%,_0,_0)_scale3d(1,_1,_1)] animate-[q-linear-progress--indeterminate-short_2.1s_cubic-bezier(0.165,_0.84,_0.44,_1)_infinite] [animation-delay:1.15s])`
|
|
74
|
+
],
|
|
75
|
+
|
|
76
|
+
[
|
|
77
|
+
/^q-linear-progress__model--query$/,
|
|
78
|
+
([, c], { theme }) =>
|
|
79
|
+
`transition-none [&:before]:(bg-current content-empty absolute top-0 right-0 bottom-0 left-0 origin-[0_0]) [&:after]:(bg-current content-empty absolute top-0 right-0 bottom-0 left-0 origin-[0_0]) [&:before]:(animate-[q-linear-progress--indeterminate_2.1s_cubic-bezier(0.65,_0.815,_0.735,_0.395)_infinite]) [&:after]:([transform:translate3d(-101%,_0,_0)_scale3d(1,_1,_1)] animate-[q-linear-progress--indeterminate-short_2.1s_cubic-bezier(0.165,_0.84,_0.44,_1)_infinite] [animation-delay:1.15s])`
|
|
80
|
+
],
|
|
81
|
+
|
|
82
|
+
[
|
|
83
|
+
/^q-linear-progress__track--light$/,
|
|
84
|
+
([, c], { theme }) => `bg-[rgba(0,_0,_0,_0.26)]`
|
|
85
|
+
],
|
|
86
|
+
|
|
87
|
+
[
|
|
88
|
+
/^q-linear-progress__track--dark$/,
|
|
89
|
+
([, c], { theme }) => `bg-[rgba(255,_255,_255,_0.6)]`
|
|
90
|
+
],
|
|
91
|
+
|
|
92
|
+
[
|
|
93
|
+
/^q-linear-progress__stripe$/,
|
|
94
|
+
([, c], { theme }) =>
|
|
95
|
+
`!bg-[linear-gradient(_45deg,_rgba(255,_255,_255,_0.15)_25%,_rgba(255,_255,_255,_0)_25%,_rgba(255,_255,_255,_0)_50%,_rgba(255,_255,_255,_0.15)_50%,_rgba(255,_255,_255,_0.15)_75%,_rgba(255,_255,_255,_0)_75%,_rgba(255,_255,_255,_0)_)] [background-size:40px_40px!important]`
|
|
96
|
+
],
|
|
97
|
+
|
|
98
|
+
[
|
|
99
|
+
/^q-linear-progress__stripe--with-transition$/,
|
|
100
|
+
([, c], { theme }) => `[transition:width_var(--q-linear-progress-speed)]`
|
|
101
|
+
]
|
|
102
|
+
]
|
|
103
|
+
|
|
104
|
+
export { preflights, shortcuts }
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import type { Rule, UserShortcuts } from '@unocss/core'
|
|
2
|
+
import type { QuasarTheme } from '../theme.js'
|
|
3
|
+
|
|
4
|
+
const shortcuts: UserShortcuts<QuasarTheme> = [
|
|
5
|
+
[
|
|
6
|
+
/^q-menu$/,
|
|
7
|
+
([, c], { theme }) =>
|
|
8
|
+
`!fixed inline-block max-w-[95vw] max-h-[65vh] [box-shadow:0_1px_5px_rgba(0,_0,_0,_0.2),_0_2px_2px_rgba(0,_0,_0,_0.14),_0_3px_1px_-2px_rgba(0,_0,_0,_0.12)] bg-[#fff] rounded-[4px] overflow-y-auto overflow-x-hidden outline-0 z-6000`
|
|
9
|
+
],
|
|
10
|
+
|
|
11
|
+
[/^q-menu--square$/, ([, c], { theme }) => `rounded-none`],
|
|
12
|
+
|
|
13
|
+
[
|
|
14
|
+
/^q-menu--dark$/,
|
|
15
|
+
([, c], { theme }) =>
|
|
16
|
+
`[box-shadow:0_1px_5px_rgba(255,_255,_255,_0.2),_0_2px_2px_rgba(255,_255,_255,_0.14),_0_3px_1px_-2px_rgba(255,_255,_255,_0.12)]`
|
|
17
|
+
]
|
|
18
|
+
]
|
|
19
|
+
|
|
20
|
+
export { shortcuts }
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { Rule, UserShortcuts } from '@unocss/core'
|
|
2
|
+
import type { QuasarTheme } from '../theme.js'
|
|
3
|
+
|
|
4
|
+
const shortcuts: UserShortcuts<QuasarTheme> = [
|
|
5
|
+
[/^q-option-group--inline$/, ([, c], { theme }) => `[&_>_div]:(inline-block)`]
|
|
6
|
+
]
|
|
7
|
+
|
|
8
|
+
export { shortcuts }
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type { Rule, UserShortcuts } from '@unocss/core'
|
|
2
|
+
import type { QuasarTheme } from '../theme.js'
|
|
3
|
+
|
|
4
|
+
const shortcuts: UserShortcuts<QuasarTheme> = [
|
|
5
|
+
[
|
|
6
|
+
/^q-page-sticky--shrink$/,
|
|
7
|
+
([, c], { theme }) =>
|
|
8
|
+
`pointer-events-none [&_>_div]:(inline-block pointer-events-auto)`
|
|
9
|
+
]
|
|
10
|
+
]
|
|
11
|
+
|
|
12
|
+
export { shortcuts }
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import type { Rule, UserShortcuts } from '@unocss/core'
|
|
2
|
+
import type { QuasarTheme } from '../theme.js'
|
|
3
|
+
|
|
4
|
+
const shortcuts: UserShortcuts<QuasarTheme> = [
|
|
5
|
+
[
|
|
6
|
+
/^q-pagination$/,
|
|
7
|
+
([, c], { theme }) =>
|
|
8
|
+
`[&_input]:(text-center) [&_input::-webkit-outer-spin-button]:(m-0) [&_input::-webkit-inner-spin-button]:(m-0)`
|
|
9
|
+
],
|
|
10
|
+
|
|
11
|
+
[
|
|
12
|
+
/^q-pagination__content$/,
|
|
13
|
+
([, c], { theme }) =>
|
|
14
|
+
`mt-[var(--q-pagination-gutter-parent)] ml-[var(--q-pagination-gutter-parent)] [&_>_.q-btn]:(mt-[var(--q-pagination-gutter-child)] ml-[var(--q-pagination-gutter-child)]) [&_>_.q-input]:(mt-[var(--q-pagination-gutter-child)] ml-[var(--q-pagination-gutter-child)])`
|
|
15
|
+
],
|
|
16
|
+
|
|
17
|
+
[
|
|
18
|
+
/^q-pagination__middle$/,
|
|
19
|
+
([, c], { theme }) =>
|
|
20
|
+
`[&_>_.q-btn]:(mt-[var(--q-pagination-gutter-child)] ml-[var(--q-pagination-gutter-child)])`
|
|
21
|
+
]
|
|
22
|
+
]
|
|
23
|
+
|
|
24
|
+
export { shortcuts }
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import type { Rule, UserShortcuts } from '@unocss/core'
|
|
2
|
+
import type { QuasarTheme } from '../theme.js'
|
|
3
|
+
|
|
4
|
+
const shortcuts: UserShortcuts<QuasarTheme> = [
|
|
5
|
+
[
|
|
6
|
+
/^q-parallax$/,
|
|
7
|
+
([, c], { theme }) =>
|
|
8
|
+
`relative w-full overflow-hidden [border-radius:inherit]`
|
|
9
|
+
],
|
|
10
|
+
|
|
11
|
+
[
|
|
12
|
+
/^q-parallax__media$/,
|
|
13
|
+
([, c], { theme }) =>
|
|
14
|
+
`[&_>_img]:(absolute left-2/4 bottom-0 min-w-full min-h-full hidden) [&_>_video]:(absolute left-2/4 bottom-0 min-w-full min-h-full hidden)`
|
|
15
|
+
]
|
|
16
|
+
]
|
|
17
|
+
|
|
18
|
+
export { shortcuts }
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { Rule, UserShortcuts } from '@unocss/core'
|
|
2
|
+
import type { QuasarTheme } from '../theme.js'
|
|
3
|
+
|
|
4
|
+
const shortcuts: UserShortcuts<QuasarTheme> = [
|
|
5
|
+
[/^q-popup-edit$/, ([, c], { theme }) => `px-[16px] py-[8px]`],
|
|
6
|
+
|
|
7
|
+
[
|
|
8
|
+
/^q-popup-edit__buttons$/,
|
|
9
|
+
([, c], { theme }) => `mt-[8px] [&_.q-btn_+_.q-btn]:(ml-[8px])`
|
|
10
|
+
]
|
|
11
|
+
]
|
|
12
|
+
|
|
13
|
+
export { shortcuts }
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import type { Rule, UserShortcuts } from '@unocss/core'
|
|
2
|
+
import type { QuasarTheme } from '../theme.js'
|
|
3
|
+
|
|
4
|
+
const shortcuts: UserShortcuts<QuasarTheme> = [
|
|
5
|
+
[/^q-pull-to-refresh$/, ([, c], { theme }) => `relative`],
|
|
6
|
+
|
|
7
|
+
[
|
|
8
|
+
/^q-pull-to-refresh__puller$/,
|
|
9
|
+
([, c], { theme }) =>
|
|
10
|
+
`rounded-[50%] w-[40px] h-[40px] bg-[#fff] [box-shadow:0_0_4px_0_rgba(0,_0,_0,_0.3)] text-primary`
|
|
11
|
+
],
|
|
12
|
+
|
|
13
|
+
[
|
|
14
|
+
/^q-pull-to-refresh__puller--animating$/,
|
|
15
|
+
([, c], { theme }) => `[transition:transform_0.3s,_opacity_0.3s]`
|
|
16
|
+
]
|
|
17
|
+
]
|
|
18
|
+
|
|
19
|
+
export { shortcuts }
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
import type { Preflight, Rule, UserShortcuts } from '@unocss/core'
|
|
2
|
+
import type { QuasarTheme } from '../theme.js'
|
|
3
|
+
|
|
4
|
+
const preflights: Preflight<QuasarTheme>[] = [
|
|
5
|
+
{
|
|
6
|
+
getCSS: ({ theme }) => `
|
|
7
|
+
body.desktop .q-radio:not(.disabled) .q-radio__inner:before {
|
|
8
|
+
content: "";
|
|
9
|
+
position: absolute;
|
|
10
|
+
top: 0;
|
|
11
|
+
right: 0;
|
|
12
|
+
bottom: 0;
|
|
13
|
+
left: 0;
|
|
14
|
+
border-radius: 50%;
|
|
15
|
+
background: currentColor;
|
|
16
|
+
opacity: 0.12;
|
|
17
|
+
transform: scale3d(0, 0, 1);
|
|
18
|
+
transition: transform 0.22s cubic-bezier(0, 0, 0.2, 1) 0ms;
|
|
19
|
+
}
|
|
20
|
+
body.desktop .q-radio:not(.disabled):focus .q-radio__inner:before, body.desktop .q-radio:not(.disabled):hover .q-radio__inner:before {
|
|
21
|
+
transform: scale3d(1, 1, 1);
|
|
22
|
+
}
|
|
23
|
+
body.desktop .q-radio--dense:not(.disabled):focus .q-radio__inner:before, body.desktop .q-radio--dense:not(.disabled):hover .q-radio__inner:before {
|
|
24
|
+
transform: scale3d(1.5, 1.5, 1);
|
|
25
|
+
}`
|
|
26
|
+
}
|
|
27
|
+
]
|
|
28
|
+
|
|
29
|
+
const shortcuts: UserShortcuts<QuasarTheme> = [
|
|
30
|
+
[/^q-radio$/, ([, c], { theme }) => `align-middle`],
|
|
31
|
+
|
|
32
|
+
[/^q-radio__native$/, ([, c], { theme }) => `w-px h-px`],
|
|
33
|
+
|
|
34
|
+
[
|
|
35
|
+
/^q-radio__bg$/,
|
|
36
|
+
([, c], { theme }) =>
|
|
37
|
+
`select-none top-1/4 left-1/4 w-1/2 h-1/2 [&_path]:(fill-current)`
|
|
38
|
+
],
|
|
39
|
+
|
|
40
|
+
[/^q-radio__icon-container$/, ([, c], { theme }) => `select-none`],
|
|
41
|
+
|
|
42
|
+
[/^q-radio__icon$/, ([, c], { theme }) => `text-current text-[0.5em]`],
|
|
43
|
+
|
|
44
|
+
[
|
|
45
|
+
/^q-radio__check$/,
|
|
46
|
+
([, c], { theme }) =>
|
|
47
|
+
`origin-[50%_50%] [transform:scale3d(0,_0,_1)] [transition:transform_0.22s_cubic-bezier(0,_0,_0.2,_1)_0ms]`
|
|
48
|
+
],
|
|
49
|
+
|
|
50
|
+
[
|
|
51
|
+
/^q-radio__inner$/,
|
|
52
|
+
([, c], { theme }) =>
|
|
53
|
+
`text-[40px] w-[1em] min-w-[1em] h-[1em] outline-0 rounded-[50%] text-[rgba(0,_0,_0,_0.54)]`
|
|
54
|
+
],
|
|
55
|
+
|
|
56
|
+
[
|
|
57
|
+
/^q-radio__inner--truthy$/,
|
|
58
|
+
([, c], { theme }) =>
|
|
59
|
+
` [&_.q-radio\\_\\_check]:([transform:scale3d(1,_1,_1)]) text-primary`
|
|
60
|
+
],
|
|
61
|
+
|
|
62
|
+
[/^q-radio.disabled$/, ([, c], { theme }) => `!opacity-75`],
|
|
63
|
+
|
|
64
|
+
[
|
|
65
|
+
/^q-radio--dark$/,
|
|
66
|
+
([, c], { theme }) =>
|
|
67
|
+
`[&_.q-radio\\_\\_inner]:(text-[rgba(255,_255,_255,_0.7)]) [&_.q-radio\\_\\_inner:before]:(!opacity-[0.32]) [&_.q-radio\\_\\_inner--truthy]:(text-primary)`
|
|
68
|
+
],
|
|
69
|
+
|
|
70
|
+
[
|
|
71
|
+
/^q-radio--dense$/,
|
|
72
|
+
([, c], { theme }) =>
|
|
73
|
+
`[&_.q-radio\\_\\_inner]:(w-[0.5em] min-w-[0.5em] h-[0.5em]) [&_.q-radio\\_\\_bg]:(left-0 top-0 w-full h-full) [&_.q-radio\\_\\_label]:(pl-[0.5em])`
|
|
74
|
+
],
|
|
75
|
+
|
|
76
|
+
[
|
|
77
|
+
/^q-radio--dense.reverse$/,
|
|
78
|
+
([, c], { theme }) => `[&_.q-radio\\_\\_label]:(pl-0 pr-[0.5em])`
|
|
79
|
+
]
|
|
80
|
+
]
|
|
81
|
+
|
|
82
|
+
export { preflights, shortcuts }
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import type { Rule, UserShortcuts } from '@unocss/core'
|
|
2
|
+
import type { QuasarTheme } from '../theme.js'
|
|
3
|
+
|
|
4
|
+
const shortcuts: UserShortcuts<QuasarTheme> = [
|
|
5
|
+
[/^q-rating$/, ([, c], { theme }) => `text-[#ffeb3b] align-middle`],
|
|
6
|
+
|
|
7
|
+
[
|
|
8
|
+
/^q-rating__icon-container$/,
|
|
9
|
+
([, c], { theme }) =>
|
|
10
|
+
`h-[1em] outline-0 [&_+_.q-rating\\_\\_icon-container]:(ml-[2px])`
|
|
11
|
+
],
|
|
12
|
+
|
|
13
|
+
[
|
|
14
|
+
/^q-rating__icon$/,
|
|
15
|
+
([, c], { theme }) =>
|
|
16
|
+
`text-current [text-shadow:0_1px_3px_rgba(0,_0,_0,_0.12),_0_1px_2px_rgba(0,_0,_0,_0.24)] relative opacity-40 [transition:transform_0.2s_ease-in,_opacity_0.2s_ease-in]`
|
|
17
|
+
],
|
|
18
|
+
|
|
19
|
+
[/^q-rating__icon--hovered$/, ([, c], { theme }) => `scale-[1.3]`],
|
|
20
|
+
|
|
21
|
+
[/^q-rating__icon--active$/, ([, c], { theme }) => `opacity-100`],
|
|
22
|
+
|
|
23
|
+
[/^q-rating__icon--exselected$/, ([, c], { theme }) => `opacity-70`],
|
|
24
|
+
|
|
25
|
+
[
|
|
26
|
+
/^q-rating--no-dimming$/,
|
|
27
|
+
([, c], { theme }) => `[&_.q-rating\\_\\_icon]:(opacity-100)`
|
|
28
|
+
],
|
|
29
|
+
|
|
30
|
+
[
|
|
31
|
+
/^q-rating--editable$/,
|
|
32
|
+
([, c], { theme }) => `[&_.q-rating\\_\\_icon-container]:(cursor-pointer)`
|
|
33
|
+
]
|
|
34
|
+
]
|
|
35
|
+
|
|
36
|
+
export { shortcuts }
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import type { Rule, UserShortcuts } from '@unocss/core'
|
|
2
|
+
import type { QuasarTheme } from '../theme.js'
|
|
3
|
+
|
|
4
|
+
const shortcuts: UserShortcuts<QuasarTheme> = [
|
|
5
|
+
[/^q-responsive$/, ([, c], { theme }) => `relative max-w-full max-h-full`],
|
|
6
|
+
|
|
7
|
+
[
|
|
8
|
+
/^q-responsive__filler$/,
|
|
9
|
+
([, c], { theme }) =>
|
|
10
|
+
`[width:inherit] [max-width:inherit] [height:inherit] [max-height:inherit]`
|
|
11
|
+
],
|
|
12
|
+
|
|
13
|
+
[
|
|
14
|
+
/^q-responsive__content$/,
|
|
15
|
+
([, c], { theme }) =>
|
|
16
|
+
`[border-radius:inherit] [&_>_*]:(!w-full !h-full !max-h-full !max-w-full)`
|
|
17
|
+
]
|
|
18
|
+
]
|
|
19
|
+
|
|
20
|
+
export { shortcuts }
|