morya-ui 0.2.4 → 0.2.6
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 +181 -0
- package/README.md +2 -2
- package/README.zh-CN.md +2 -2
- package/dist/{Button-DnE_ns8s.js → Button-lNErA-7h.js} +1 -1
- package/dist/{Checkbox-BjtAYUUD.js → Checkbox-B758a_iB.js} +1 -1
- package/dist/{FlyoutSubmenu-BC_cl17_.js → FlyoutSubmenu-kymVjXLs.js} +2 -2
- package/dist/{Pagination-DNjDBPfR.js → Pagination-Dm2-MBnC.js} +6 -6
- package/dist/{Popover-6eE5yIT7.js → Popover-flzjtjqD.js} +10 -10
- package/dist/{ProgressSpinner-CT7IP3Yr.js → ProgressSpinner-BXHLx4Lg.js} +1 -1
- package/dist/{Radio-DcotfGnv.js → Radio-Bb21-Vk4.js} +1 -1
- package/dist/{ScrollBody-CXFNhBvq.js → ScrollBody-D2IHKP6U.js} +3 -7
- package/dist/{Scrollbar-DoNZvgX2.js → Scrollbar-BYnCO8fv.js} +23 -23
- package/dist/{Tooltip-CrKm9FMD.js → Tooltip-CeGxjP-L.js} +7 -7
- package/dist/accordion/index.js +3 -3
- package/dist/accordion/style.css +122 -29
- package/dist/auto-complete/index.js +8 -8
- package/dist/auto-complete/style.css +206 -37
- package/dist/avatar/style.css +138 -29
- package/dist/badge/style.css +132 -28
- package/dist/block-ui/style.css +137 -30
- package/dist/breadcrumb/index.js +1 -1
- package/dist/breadcrumb/style.css +126 -31
- package/dist/button/index.js +1 -1
- package/dist/button/style.css +165 -35
- package/dist/card/style.css +154 -53
- package/dist/carousel/index.js +4 -4
- package/dist/carousel/style.css +148 -28
- package/dist/cascade-select/index.js +10 -10
- package/dist/cascade-select/style.css +174 -34
- package/dist/checkbox/index.js +5 -5
- package/dist/checkbox/style.css +130 -28
- package/dist/chip/index.js +1 -1
- package/dist/chip/style.css +139 -28
- package/dist/command-menu/index.js +6 -6
- package/dist/command-menu/style.css +179 -34
- package/dist/component-registry.d.ts.map +1 -1
- package/dist/components/Accordion/Accordion.vue.d.ts.map +1 -1
- package/dist/components/Accordion/styles.css +1 -1
- package/dist/components/AutoComplete/AutoComplete.vue.d.ts.map +1 -1
- package/dist/components/AutoComplete/styles.css +48 -5
- package/dist/components/AutoComplete/types.d.ts +1 -1
- package/dist/components/AutoComplete/types.d.ts.map +1 -1
- package/dist/components/Avatar/AvatarGroup.vue.d.ts.map +1 -1
- package/dist/components/Avatar/styles.css +1 -1
- package/dist/components/Badge/styles.css +11 -0
- package/dist/components/BlockUI/BlockUI.vue.d.ts.map +1 -1
- package/dist/components/BlockUI/styles.css +16 -2
- package/dist/components/Breadcrumb/Breadcrumb.vue.d.ts.map +1 -1
- package/dist/components/Breadcrumb/styles.css +5 -3
- package/dist/components/Button/ButtonGroup.vue.d.ts.map +1 -1
- package/dist/components/Button/styles.css +28 -7
- package/dist/components/Button/types.d.ts +1 -1
- package/dist/components/Button/types.d.ts.map +1 -1
- package/dist/components/Card/Card.vue.d.ts.map +1 -1
- package/dist/components/Card/styles.css +33 -25
- package/dist/components/Carousel/Carousel.vue.d.ts.map +1 -1
- package/dist/components/Carousel/styles.css +11 -0
- package/dist/components/CascadeSelect/styles.css +16 -2
- package/dist/components/CascadeSelect/types.d.ts +1 -1
- package/dist/components/CascadeSelect/types.d.ts.map +1 -1
- package/dist/components/Checkbox/CheckboxGroup.vue.d.ts.map +1 -1
- package/dist/components/Checkbox/styles.css +9 -0
- package/dist/components/Chip/styles.css +2 -0
- package/dist/components/CommandMenu/CommandMenu.vue.d.ts.map +1 -1
- package/dist/components/CommandMenu/styles.css +21 -2
- package/dist/components/CommandMenu/types.d.ts +2 -2
- package/dist/components/CommandMenu/types.d.ts.map +1 -1
- package/dist/components/ConfigProvider/ConfigProvider.vue.d.ts +1 -1
- package/dist/components/ConfigProvider/ConfigProvider.vue.d.ts.map +1 -1
- package/dist/components/ConfirmDialog/ConfirmDialog.vue.d.ts.map +1 -1
- package/dist/components/ConfirmDialog/styles.css +2 -2
- package/dist/components/ConfirmDialog/types.d.ts +1 -1
- package/dist/components/ConfirmDialog/types.d.ts.map +1 -1
- package/dist/components/ConfirmPopup/ConfirmPopup.vue.d.ts.map +1 -1
- package/dist/components/ConfirmPopup/styles.css +3 -3
- package/dist/components/ConfirmPopup/types.d.ts +1 -1
- package/dist/components/ConfirmPopup/types.d.ts.map +1 -1
- package/dist/components/ContextMenu/ContextMenu.vue.d.ts.map +1 -1
- package/dist/components/ContextMenu/styles.css +9 -6
- package/dist/components/ContextMenu/types.d.ts +2 -2
- package/dist/components/ContextMenu/types.d.ts.map +1 -1
- package/dist/components/DatePicker/styles.css +34 -4
- package/dist/components/DatePicker/types.d.ts +1 -1
- package/dist/components/DatePicker/types.d.ts.map +1 -1
- package/dist/components/Dialog/Dialog.vue.d.ts.map +1 -1
- package/dist/components/Dialog/styles.css +50 -2
- package/dist/components/Dialog/types.d.ts +1 -1
- package/dist/components/Dialog/types.d.ts.map +1 -1
- package/dist/components/Divider/styles.css +35 -32
- package/dist/components/Dock/Dock.vue.d.ts.map +1 -1
- package/dist/components/Dock/styles.css +30 -4
- package/dist/components/Dock/types.d.ts +1 -1
- package/dist/components/Dock/types.d.ts.map +1 -1
- package/dist/components/Drawer/Drawer.vue.d.ts.map +1 -1
- package/dist/components/Drawer/styles.css +69 -4
- package/dist/components/Drawer/types.d.ts +1 -1
- package/dist/components/Drawer/types.d.ts.map +1 -1
- package/dist/components/Dropdown/styles.css +20 -3
- package/dist/components/Dropdown/types.d.ts +1 -1
- package/dist/components/Dropdown/types.d.ts.map +1 -1
- package/dist/components/Empty/Empty.vue.d.ts +29 -0
- package/dist/components/Empty/Empty.vue.d.ts.map +1 -0
- package/dist/components/Empty/index.d.ts +3 -0
- package/dist/components/Empty/index.d.ts.map +1 -0
- package/dist/components/Empty/styles.css +72 -0
- package/dist/components/Empty/types.d.ts +14 -0
- package/dist/components/Empty/types.d.ts.map +1 -0
- package/dist/components/Fieldset/Fieldset.vue.d.ts.map +1 -1
- package/dist/components/Fieldset/styles.css +16 -1
- package/dist/components/FileUpload/FileUpload.vue.d.ts.map +1 -1
- package/dist/components/FileUpload/styles.css +28 -4
- package/dist/components/Flex/Flex.vue.d.ts.map +1 -1
- package/dist/components/Flex/styles.css +1 -2
- package/dist/components/Flex/types.d.ts +1 -1
- package/dist/components/Flex/types.d.ts.map +1 -1
- package/dist/components/FloatLabel/styles.css +8 -7
- package/dist/components/Fluid/Fluid.vue.d.ts.map +1 -1
- package/dist/components/Fluid/styles.css +4 -1
- package/dist/components/Form/styles.css +5 -2
- package/dist/components/Gallery/Gallery.vue.d.ts.map +1 -1
- package/dist/components/Gallery/styles.css +19 -2
- package/dist/components/Grid/styles.css +5 -4
- package/dist/components/Icon/styles.css +16 -0
- package/dist/components/Inplace/Inplace.vue.d.ts.map +1 -1
- package/dist/components/Inplace/styles.css +10 -9
- package/dist/components/Input/styles.css +8 -1
- package/dist/components/InputColor/styles.css +26 -1
- package/dist/components/InputGroup/styles.css +5 -4
- package/dist/components/InputNumber/styles.css +25 -2
- package/dist/components/InputOtp/styles.css +15 -7
- package/dist/components/InputPassword/InputPassword.vue.d.ts +1 -1
- package/dist/components/InputPassword/index.d.ts +1 -1
- package/dist/components/InputPassword/index.d.ts.map +1 -1
- package/dist/components/InputPassword/styles.css +12 -2
- package/dist/components/InputTags/styles.css +24 -0
- package/dist/components/Knob/styles.css +27 -13
- package/dist/components/Label/styles.css +2 -2
- package/dist/components/Layout/Layout.vue.d.ts.map +1 -1
- package/dist/components/Layout/LayoutContent.vue.d.ts.map +1 -1
- package/dist/components/Layout/LayoutScrollContext.vue.d.ts.map +1 -1
- package/dist/components/Layout/LayoutScrollRegion.vue.d.ts +3 -3
- package/dist/components/Layout/LayoutScrollRegion.vue.d.ts.map +1 -1
- package/dist/components/Layout/LayoutSider.vue.d.ts.map +1 -1
- package/dist/components/Layout/composables/useLayoutScroll.d.ts +1 -1
- package/dist/components/Layout/composables/useLayoutScroll.d.ts.map +1 -1
- package/dist/components/Layout/styles.css +71 -10
- package/dist/components/Layout/types.d.ts +2 -2
- package/dist/components/Layout/types.d.ts.map +1 -1
- package/dist/components/Listbox/Listbox.vue.d.ts.map +1 -1
- package/dist/components/Listbox/styles.css +18 -1
- package/dist/components/Listbox/types.d.ts.map +1 -1
- package/dist/components/MegaMenu/MegaMenu.vue.d.ts.map +1 -1
- package/dist/components/MegaMenu/styles.css +10 -3
- package/dist/components/MegaMenu/types.d.ts +2 -2
- package/dist/components/MegaMenu/types.d.ts.map +1 -1
- package/dist/components/Menu/Menu.vue.d.ts.map +1 -1
- package/dist/components/Menu/MenuNodes.vue.d.ts.map +1 -1
- package/dist/components/Menu/styles.css +34 -1
- package/dist/components/Menu/types.d.ts +2 -2
- package/dist/components/Menu/types.d.ts.map +1 -1
- package/dist/components/Menubar/Menubar.vue.d.ts.map +1 -1
- package/dist/components/Menubar/styles.css +14 -6
- package/dist/components/Menubar/types.d.ts +2 -2
- package/dist/components/Menubar/types.d.ts.map +1 -1
- package/dist/components/Message/Message.vue.d.ts.map +1 -1
- package/dist/components/Message/messageState.d.ts +26 -0
- package/dist/components/Message/messageState.d.ts.map +1 -0
- package/dist/components/Message/styles.css +43 -1
- package/dist/components/Message/types.d.ts +1 -1
- package/dist/components/Message/types.d.ts.map +1 -1
- package/dist/components/MeterGroup/MeterGroup.vue.d.ts.map +1 -1
- package/dist/components/OrderList/OrderList.vue.d.ts.map +1 -1
- package/dist/components/Page/PageContent.vue.d.ts.map +1 -1
- package/dist/components/Page/PageFilters.vue.d.ts.map +1 -1
- package/dist/components/Page/PageHeader.vue.d.ts.map +1 -1
- package/dist/components/Page/PagePlaceholder.vue.d.ts.map +1 -1
- package/dist/components/Page/PageSection.vue.d.ts.map +1 -1
- package/dist/components/Page/PageStat.vue.d.ts.map +1 -1
- package/dist/components/Page/PageToolbar.vue.d.ts.map +1 -1
- package/dist/components/Page/styles.css +7 -1
- package/dist/components/Page/types.d.ts +1 -1
- package/dist/components/Page/types.d.ts.map +1 -1
- package/dist/components/Pagination/Pagination.vue.d.ts.map +1 -1
- package/dist/components/Pagination/styles.css +23 -1
- package/dist/components/Panel/Panel.vue.d.ts.map +1 -1
- package/dist/components/Panel/styles.css +20 -1
- package/dist/components/PickList/PickList.vue.d.ts.map +1 -1
- package/dist/components/Popover/Popover.vue.d.ts.map +1 -1
- package/dist/components/Popover/styles.css +35 -3
- package/dist/components/Popover/types.d.ts +1 -1
- package/dist/components/Popover/types.d.ts.map +1 -1
- package/dist/components/ProgressBar/styles.css +20 -0
- package/dist/components/ProgressSpinner/ProgressSpinner.vue.d.ts.map +1 -1
- package/dist/components/ProgressSpinner/styles.css +19 -0
- package/dist/components/Radio/RadioGroup.vue.d.ts.map +1 -1
- package/dist/components/Radio/styles.css +9 -0
- package/dist/components/Rating/styles.css +14 -1
- package/dist/components/Result/Result.vue.d.ts +26 -0
- package/dist/components/Result/Result.vue.d.ts.map +1 -0
- package/dist/components/Result/index.d.ts +3 -0
- package/dist/components/Result/index.d.ts.map +1 -0
- package/dist/components/Result/styles.css +80 -0
- package/dist/components/Result/types.d.ts +16 -0
- package/dist/components/Result/types.d.ts.map +1 -0
- package/dist/components/ScrollTop/ScrollTop.vue.d.ts.map +1 -1
- package/dist/components/ScrollTop/styles.css +14 -1
- package/dist/components/ScrollTop/types.d.ts +1 -1
- package/dist/components/ScrollTop/types.d.ts.map +1 -1
- package/dist/components/Scrollbar/Scrollbar.vue.d.ts.map +1 -1
- package/dist/components/Scrollbar/styles.css +21 -4
- package/dist/components/Scrollbar/types.d.ts +1 -1
- package/dist/components/Scrollbar/types.d.ts.map +1 -1
- package/dist/components/Select/Select.vue.d.ts.map +1 -1
- package/dist/components/Select/styles.css +14 -11
- package/dist/components/Select/types.d.ts +1 -1
- package/dist/components/Select/types.d.ts.map +1 -1
- package/dist/components/SelectButton/SelectButton.vue.d.ts.map +1 -1
- package/dist/components/SelectButton/styles.css +18 -2
- package/dist/components/Sidebar/Sidebar.vue.d.ts.map +1 -1
- package/dist/components/Sidebar/styles.css +20 -3
- package/dist/components/Sidebar/types.d.ts +1 -1
- package/dist/components/Sidebar/types.d.ts.map +1 -1
- package/dist/components/Skeleton/Skeleton.vue.d.ts.map +1 -1
- package/dist/components/Skeleton/styles.css +11 -0
- package/dist/components/Slider/styles.css +19 -5
- package/dist/components/Space/Space.vue.d.ts.map +1 -1
- package/dist/components/Space/styles.css +2 -1
- package/dist/components/Space/types.d.ts +1 -1
- package/dist/components/Space/types.d.ts.map +1 -1
- package/dist/components/SpeedDial/styles.css +20 -4
- package/dist/components/SpeedDial/types.d.ts +2 -2
- package/dist/components/SpeedDial/types.d.ts.map +1 -1
- package/dist/components/SplitButton/SplitButton.vue.d.ts.map +1 -1
- package/dist/components/SplitButton/styles.css +32 -5
- package/dist/components/SplitButton/types.d.ts +1 -1
- package/dist/components/SplitButton/types.d.ts.map +1 -1
- package/dist/components/Splitter/Splitter.vue.d.ts.map +1 -1
- package/dist/components/Splitter/styles.css +6 -2
- package/dist/components/Splitter/types.d.ts +1 -1
- package/dist/components/Splitter/types.d.ts.map +1 -1
- package/dist/components/Status/Status.vue.d.ts +19 -0
- package/dist/components/Status/Status.vue.d.ts.map +1 -0
- package/dist/components/Status/index.d.ts +3 -0
- package/dist/components/Status/index.d.ts.map +1 -0
- package/dist/components/Status/styles.css +106 -0
- package/dist/components/Status/types.d.ts +19 -0
- package/dist/components/Status/types.d.ts.map +1 -0
- package/dist/components/Stepper/Stepper.vue.d.ts.map +1 -1
- package/dist/components/Stepper/styles.css +19 -5
- package/dist/components/Switch/styles.css +34 -5
- package/dist/components/Table/Table.vue.d.ts +1 -1
- package/dist/components/Table/Table.vue.d.ts.map +1 -1
- package/dist/components/Table/hooks/index.d.ts +1 -1
- package/dist/components/Table/hooks/index.d.ts.map +1 -1
- package/dist/components/Table/hooks/internal.d.ts +6 -6
- package/dist/components/Table/hooks/internal.d.ts.map +1 -1
- package/dist/components/Table/styles.css +29 -15
- package/dist/components/Table/types.d.ts +1 -1
- package/dist/components/Table/types.d.ts.map +1 -1
- package/dist/components/Tabs/Tabs.vue.d.ts.map +1 -1
- package/dist/components/Tabs/styles.css +34 -6
- package/dist/components/Tag/styles.css +13 -21
- package/dist/components/Terminal/Terminal.vue.d.ts.map +1 -1
- package/dist/components/Terminal/styles.css +7 -1
- package/dist/components/Textarea/index.d.ts +1 -1
- package/dist/components/Textarea/index.d.ts.map +1 -1
- package/dist/components/Textarea/styles.css +16 -0
- package/dist/components/TieredMenu/TieredMenu.vue.d.ts.map +1 -1
- package/dist/components/TieredMenu/styles.css +10 -6
- package/dist/components/TieredMenu/types.d.ts +1 -1
- package/dist/components/TieredMenu/types.d.ts.map +1 -1
- package/dist/components/Timeline/Timeline.vue.d.ts.map +1 -1
- package/dist/components/Timeline/styles.css +3 -3
- package/dist/components/Toast/Toast.vue.d.ts.map +1 -1
- package/dist/components/Toast/index.d.ts +1 -1
- package/dist/components/Toast/index.d.ts.map +1 -1
- package/dist/components/Toast/styles.css +17 -1
- package/dist/components/Toast/toastState.d.ts +26 -0
- package/dist/components/Toast/toastState.d.ts.map +1 -0
- package/dist/components/Toast/types.d.ts +1 -1
- package/dist/components/Toast/types.d.ts.map +1 -1
- package/dist/components/ToggleButton/styles.css +19 -1
- package/dist/components/Toolbar/Toolbar.vue.d.ts.map +1 -1
- package/dist/components/Toolbar/styles.css +9 -8
- package/dist/components/Tooltip/styles.css +1 -0
- package/dist/components/Tree/Tree.vue.d.ts.map +1 -1
- package/dist/components/Tree/styles.css +4 -2
- package/dist/components/TreeSelect/TreeSelectNodeItem.vue.d.ts +1 -1
- package/dist/components/TreeSelect/TreeSelectNodeItem.vue.d.ts.map +1 -1
- package/dist/components/TreeSelect/styles.css +38 -2
- package/dist/components/TreeSelect/types.d.ts +1 -1
- package/dist/components/TreeSelect/types.d.ts.map +1 -1
- package/dist/components/TreeTable/TreeTable.vue.d.ts.map +1 -1
- package/dist/components/TreeTable/TreeTableRow.vue.d.ts +1 -1
- package/dist/components/TreeTable/TreeTableRow.vue.d.ts.map +1 -1
- package/dist/components/TreeTable/styles.css +39 -6
- package/dist/{config-CI8_WBbE.js → config-Dln2-u_v.js} +7 -0
- package/dist/config-provider/index.js +28 -15
- package/dist/config-provider/style.css +159 -37
- package/dist/confirm-dialog/index.js +13 -13
- package/dist/confirm-dialog/style.css +217 -39
- package/dist/confirm-popup/index.js +8 -8
- package/dist/confirm-popup/style.css +168 -38
- package/dist/context-menu/index.js +3 -3
- package/dist/context-menu/style.css +167 -38
- package/dist/data-view/index.js +6 -6
- package/dist/data-view/style.css +163 -29
- package/dist/date-picker/index.js +8 -8
- package/dist/date-picker/style.css +171 -32
- package/dist/dialog/index.js +9 -9
- package/dist/dialog/style.css +215 -37
- package/dist/divider/style.css +156 -60
- package/dist/dock/style.css +167 -32
- package/dist/drawer/index.js +8 -8
- package/dist/drawer/style.css +206 -32
- package/dist/dropdown/index.js +4 -4
- package/dist/dropdown/style.css +178 -35
- package/dist/empty/index.js +54 -0
- package/dist/empty/style.css +1118 -0
- package/dist/empty/style.js +4 -0
- package/dist/fieldset/index.js +3 -3
- package/dist/fieldset/style.css +153 -29
- package/dist/file-upload/index.js +104 -105
- package/dist/file-upload/style.css +165 -32
- package/dist/flex/index.js +1 -1
- package/dist/flex/style.css +122 -30
- package/dist/float-label/style.css +129 -35
- package/dist/fluid/style.css +125 -29
- package/dist/form/index.js +1 -1
- package/dist/form/style.css +126 -30
- package/dist/gallery/index.js +5 -5
- package/dist/gallery/style.css +177 -34
- package/dist/grid/style.css +126 -32
- package/dist/icon/style.css +137 -28
- package/dist/icon-field/style.css +121 -28
- package/dist/index.d.ts +10 -4
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +2068 -1890
- package/dist/inplace/index.js +5 -5
- package/dist/inplace/style.css +131 -37
- package/dist/input/index.js +2 -2
- package/dist/input/style.css +145 -29
- package/dist/input-color/index.js +2 -2
- package/dist/input-color/style.css +147 -29
- package/dist/input-group/style.css +126 -32
- package/dist/input-number/index.js +2 -2
- package/dist/input-number/style.css +162 -30
- package/dist/input-otp/index.js +2 -2
- package/dist/input-otp/style.css +136 -35
- package/dist/input-password/index.js +2 -2
- package/dist/input-password/style.css +149 -30
- package/dist/input-tags/index.js +2 -2
- package/dist/input-tags/style.css +161 -28
- package/dist/knob/style.css +148 -41
- package/dist/label/style.css +123 -30
- package/dist/layout/index.js +54 -42
- package/dist/layout/style.css +229 -42
- package/dist/listbox/index.js +3 -3
- package/dist/listbox/style.css +160 -33
- package/dist/locale/en-US.d.ts.map +1 -1
- package/dist/locale/types.d.ts +7 -0
- package/dist/locale/types.d.ts.map +1 -1
- package/dist/locale/zh-CN.d.ts.map +1 -1
- package/dist/{locale-DYGhxekd.js → locale-DNYpTg5K.js} +1 -1
- package/dist/mega-menu/index.js +98 -98
- package/dist/mega-menu/style.css +147 -31
- package/dist/menu/index.js +44 -44
- package/dist/menu/style.css +228 -36
- package/dist/menubar/index.js +4 -4
- package/dist/menubar/style.css +172 -38
- package/dist/message/index.js +2 -2
- package/dist/message/style.css +180 -29
- package/dist/meter-group/style.css +121 -28
- package/dist/order-list/index.js +5 -5
- package/dist/order-list/style.css +137 -28
- package/dist/page/style.css +177 -54
- package/dist/pagination/index.js +1 -1
- package/dist/pagination/style.css +160 -29
- package/dist/panel/index.js +4 -4
- package/dist/panel/style.css +157 -29
- package/dist/pick-list/index.js +8 -8
- package/dist/pick-list/style.css +137 -28
- package/dist/popover/index.js +1 -1
- package/dist/popover/style.css +156 -31
- package/dist/progress-bar/style.css +141 -28
- package/dist/progress-spinner/index.js +1 -1
- package/dist/progress-spinner/style.css +140 -28
- package/dist/radio/index.js +4 -4
- package/dist/radio/style.css +130 -28
- package/dist/rating/index.js +4 -4
- package/dist/rating/style.css +151 -29
- package/dist/resolver-map.d.ts.map +1 -1
- package/dist/resolver.js +3 -0
- package/dist/result/index.js +74 -0
- package/dist/result/style.css +1126 -0
- package/dist/result/style.js +4 -0
- package/dist/scroll-top/index.js +2 -2
- package/dist/scroll-top/style.css +172 -33
- package/dist/scrollbar/index.js +1 -1
- package/dist/scrollbar/style.css +142 -32
- package/dist/select/index.js +8 -8
- package/dist/select/style.css +172 -43
- package/dist/select-button/index.js +5 -5
- package/dist/select-button/style.css +139 -30
- package/dist/shared/ScrollBody.vue.d.ts.map +1 -1
- package/dist/shared/useControllable.d.ts.map +1 -1
- package/dist/sidebar/index.js +1 -1
- package/dist/sidebar/style.css +157 -31
- package/dist/skeleton/style.css +132 -28
- package/dist/slider/index.js +2 -2
- package/dist/slider/style.css +140 -33
- package/dist/space/index.js +1 -1
- package/dist/space/style.css +123 -29
- package/dist/speed-dial/index.js +14 -14
- package/dist/speed-dial/style.css +157 -32
- package/dist/split-button/index.js +12 -12
- package/dist/split-button/style.css +197 -40
- package/dist/splitter/index.js +37 -37
- package/dist/splitter/style.css +127 -30
- package/dist/status/index.js +39 -0
- package/dist/status/style.css +1097 -0
- package/dist/status/style.js +3 -0
- package/dist/stepper/index.js +3 -3
- package/dist/stepper/style.css +156 -33
- package/dist/styles/base.css +95 -11
- package/dist/styles.css +1 -1
- package/dist/switch/index.js +1 -1
- package/dist/switch/style.css +155 -33
- package/dist/table/index.js +272 -275
- package/dist/table/style.css +248 -48
- package/dist/tabs/index.js +7 -7
- package/dist/tabs/style.css +192 -38
- package/dist/tag/index.js +2 -2
- package/dist/tag/style.css +150 -49
- package/dist/terminal/index.js +7 -7
- package/dist/terminal/style.css +128 -29
- package/dist/textarea/index.js +2 -2
- package/dist/textarea/style.css +153 -28
- package/dist/theme/styles.css +26 -17
- package/dist/tiered-menu/index.js +9 -9
- package/dist/tiered-menu/style.css +168 -38
- package/dist/timeline/index.js +1 -1
- package/dist/timeline/style.css +161 -35
- package/dist/toast/index.js +5 -5
- package/dist/toast/style.css +154 -29
- package/dist/toggle-button/index.js +1 -1
- package/dist/toggle-button/style.css +156 -29
- package/dist/toolbar/style.css +130 -36
- package/dist/tooltip/index.js +1 -1
- package/dist/tooltip/style.css +122 -28
- package/dist/tree/index.js +12 -12
- package/dist/tree/style.css +150 -30
- package/dist/tree-select/index.js +160 -160
- package/dist/tree-select/style.css +209 -36
- package/dist/tree-table/index.js +6 -6
- package/dist/tree-table/style.css +176 -34
- package/dist/virtual-scroller/index.js +1 -1
- package/dist/virtual-scroller/style.css +142 -32
- package/package.json +29 -2
package/dist/theme/styles.css
CHANGED
|
@@ -38,8 +38,12 @@
|
|
|
38
38
|
--m-shadow-sm: 0 1px 2px rgb(15 23 42 / 0.25);
|
|
39
39
|
--m-shadow-md: 0 0.75rem 2rem rgb(15 23 42 / 0.16);
|
|
40
40
|
--m-shadow-lg: 0 1rem 3rem rgb(15 23 42 / 0.25);
|
|
41
|
-
--m-shadow-
|
|
42
|
-
|
|
41
|
+
--m-shadow-raised: 0 0.25rem 0.75rem
|
|
42
|
+
color-mix(in srgb, var(--m-color-text) 14%, transparent);
|
|
43
|
+
--m-shadow-sticky: 4px 0 8px
|
|
44
|
+
color-mix(in srgb, var(--m-color-text) 6%, transparent);
|
|
45
|
+
--m-shadow-sticky-end: -4px 0 8px
|
|
46
|
+
color-mix(in srgb, var(--m-color-text) 6%, transparent);
|
|
43
47
|
|
|
44
48
|
/* Typography scale (component text, not control-height fonts) */
|
|
45
49
|
--m-font-size-xs: 0.75rem;
|
|
@@ -204,29 +208,29 @@
|
|
|
204
208
|
}
|
|
205
209
|
|
|
206
210
|
[data-m-density="compact"] .m-layout-header {
|
|
207
|
-
--m-layout-header-height:
|
|
211
|
+
--m-layout-header-height: 3rem;
|
|
208
212
|
}
|
|
209
213
|
|
|
210
214
|
[data-m-density="compact"] .m-layout-footer {
|
|
211
|
-
--m-layout-footer-height:
|
|
215
|
+
--m-layout-footer-height: 2.5rem;
|
|
212
216
|
}
|
|
213
217
|
|
|
214
218
|
[data-m-density="compact"] .m-layout-sider {
|
|
215
|
-
--m-layout-sider-width:
|
|
216
|
-
--m-layout-sider-collapsed-width:
|
|
219
|
+
--m-layout-sider-width: 15rem;
|
|
220
|
+
--m-layout-sider-collapsed-width: 3.25rem;
|
|
217
221
|
}
|
|
218
222
|
|
|
219
223
|
[data-m-density="spacious"] .m-layout-header {
|
|
220
|
-
--m-layout-header-height:
|
|
224
|
+
--m-layout-header-height: 4rem;
|
|
221
225
|
}
|
|
222
226
|
|
|
223
227
|
[data-m-density="spacious"] .m-layout-footer {
|
|
224
|
-
--m-layout-footer-height:
|
|
228
|
+
--m-layout-footer-height: 3.5rem;
|
|
225
229
|
}
|
|
226
230
|
|
|
227
231
|
[data-m-density="spacious"] .m-layout-sider {
|
|
228
|
-
--m-layout-sider-width:
|
|
229
|
-
--m-layout-sider-collapsed-width:
|
|
232
|
+
--m-layout-sider-width: 18rem;
|
|
233
|
+
--m-layout-sider-collapsed-width: 4.5rem;
|
|
230
234
|
}
|
|
231
235
|
|
|
232
236
|
[data-theme="dark"] {
|
|
@@ -241,12 +245,13 @@
|
|
|
241
245
|
color-mix(in srgb, var(--m-color-primary) 28%, transparent);
|
|
242
246
|
--m-focus-shadow-danger: 0 0 0 2px
|
|
243
247
|
color-mix(in srgb, var(--m-color-danger) 28%, transparent);
|
|
244
|
-
--m-color-
|
|
245
|
-
--m-color-
|
|
246
|
-
--m-color-
|
|
248
|
+
/* Mid solids: keep ≥~4.5:1 with --m-color-on-emphasis on dark surfaces */
|
|
249
|
+
--m-color-success: #0f766e;
|
|
250
|
+
--m-color-info: #1d4ed8;
|
|
251
|
+
--m-color-warning: #b45309;
|
|
247
252
|
--m-color-warn: var(--m-color-warning);
|
|
248
|
-
--m-color-help: #
|
|
249
|
-
--m-color-danger: #
|
|
253
|
+
--m-color-help: #7e22ce;
|
|
254
|
+
--m-color-danger: #dc2626;
|
|
250
255
|
--m-color-contrast: #f8fafc;
|
|
251
256
|
--m-color-contrast-fg: #0f172a;
|
|
252
257
|
--m-color-contrast-hover: #e2e8f0;
|
|
@@ -255,8 +260,12 @@
|
|
|
255
260
|
--m-shadow-sm: 0 1px 2px rgb(0 0 0 / 0.45);
|
|
256
261
|
--m-shadow-md: 0 0.75rem 2rem rgb(0 0 0 / 0.45);
|
|
257
262
|
--m-shadow-lg: 0 1rem 3rem rgb(0 0 0 / 0.55);
|
|
258
|
-
--m-shadow-
|
|
259
|
-
|
|
263
|
+
--m-shadow-raised: 0 0.25rem 0.75rem
|
|
264
|
+
color-mix(in srgb, var(--m-color-text) 22%, transparent);
|
|
265
|
+
--m-shadow-sticky: 4px 0 8px
|
|
266
|
+
color-mix(in srgb, #000 35%, transparent);
|
|
267
|
+
--m-shadow-sticky-end: -4px 0 8px
|
|
268
|
+
color-mix(in srgb, #000 35%, transparent);
|
|
260
269
|
|
|
261
270
|
--m-table-border-color: color-mix(in srgb, var(--m-color-border) 88%, var(--m-color-text));
|
|
262
271
|
--m-color-fill-light: color-mix(in srgb, var(--m-color-text) 10%, var(--m-color-surface));
|
|
@@ -2,10 +2,10 @@ import { r as e } from "../useComponentAttrs-BTYEe61P.js";
|
|
|
2
2
|
import { t } from "../Icon-DfpIfo2L.js";
|
|
3
3
|
import { n, t as r } from "../overlay-oR-5MDuE.js";
|
|
4
4
|
import { t as i } from "../overlayPlacement-Cd20JTD_.js";
|
|
5
|
-
import { t as a } from "../Scrollbar-
|
|
5
|
+
import { t as a } from "../Scrollbar-BYnCO8fv.js";
|
|
6
6
|
import { t as o } from "../lastPointer-CRxcUqdd.js";
|
|
7
|
-
import { t as s } from "../FlyoutSubmenu-
|
|
8
|
-
import { c } from "../config-
|
|
7
|
+
import { t as s } from "../FlyoutSubmenu-kymVjXLs.js";
|
|
8
|
+
import { c } from "../config-Dln2-u_v.js";
|
|
9
9
|
import "./style.js";
|
|
10
10
|
import { Fragment as l, Teleport as u, Transition as d, computed as f, createBlock as p, createCommentVNode as m, createElementBlock as h, createElementVNode as g, createVNode as _, defineComponent as v, mergeProps as y, nextTick as b, onBeforeUnmount as x, openBlock as S, ref as C, renderList as w, toDisplayString as T, unref as E, useAttrs as D, watch as O, withCtx as k } from "vue";
|
|
11
11
|
//#region src/components/TieredMenu/TieredMenu.vue?vue&type=script&setup=true&lang.ts
|
|
@@ -66,7 +66,7 @@ var A = ["onMouseenter"], j = {
|
|
|
66
66
|
},
|
|
67
67
|
emits: ["update:modelValue"],
|
|
68
68
|
setup(v, { emit: I }) {
|
|
69
|
-
let L = v, R = D(), { rootAttrs:
|
|
69
|
+
let L = v, R = I, z = D(), { rootAttrs: B } = e(z, () => L.pt), V = c(), H = C(null), U = C(null), W = C(null), G = C({}), K = f(() => n(L.popup ? L : { teleport: !1 }, V.value.appendTo)), q = f(() => L.popup && r(L, V.value.appendTo));
|
|
70
70
|
function oe() {
|
|
71
71
|
let { x: e, y: t } = o();
|
|
72
72
|
return {
|
|
@@ -85,10 +85,10 @@ var A = ["onMouseenter"], j = {
|
|
|
85
85
|
L.modelValue && J();
|
|
86
86
|
}
|
|
87
87
|
function X(e) {
|
|
88
|
-
e.disabled || e.separator || e.items?.length || (e.command?.(), U.value = null, L.popup &&
|
|
88
|
+
e.disabled || e.separator || e.items?.length || (e.command?.(), U.value = null, L.popup && R("update:modelValue", !1));
|
|
89
89
|
}
|
|
90
90
|
function Z(e) {
|
|
91
|
-
e.disabled || e.separator || (e.command?.(), U.value = null, L.popup &&
|
|
91
|
+
e.disabled || e.separator || (e.command?.(), U.value = null, L.popup && R("update:modelValue", !1));
|
|
92
92
|
}
|
|
93
93
|
function se(e) {
|
|
94
94
|
if (!(e?.currentTarget instanceof HTMLElement)) return null;
|
|
@@ -104,7 +104,7 @@ var A = ["onMouseenter"], j = {
|
|
|
104
104
|
}
|
|
105
105
|
function $(e) {
|
|
106
106
|
let t = e.target;
|
|
107
|
-
H.value?.contains(t) || document.querySelector(".m-tieredmenu__submenu--teleported")?.contains(t) || (U.value = null, W.value = null, L.popup && L.modelValue &&
|
|
107
|
+
H.value?.contains(t) || document.querySelector(".m-tieredmenu__submenu--teleported")?.contains(t) || (U.value = null, W.value = null, L.popup && L.modelValue && R("update:modelValue", !1));
|
|
108
108
|
}
|
|
109
109
|
return O(() => !!(!L.popup || L.modelValue), (e) => {
|
|
110
110
|
e ? document.addEventListener("click", $) : document.removeEventListener("click", $);
|
|
@@ -121,7 +121,7 @@ var A = ["onMouseenter"], j = {
|
|
|
121
121
|
key: 0,
|
|
122
122
|
ref_key: "root",
|
|
123
123
|
ref: H
|
|
124
|
-
}, E(
|
|
124
|
+
}, E(B), {
|
|
125
125
|
class: ["m-tieredmenu m-tieredmenu--popup", { "m-tieredmenu--teleported": q.value }],
|
|
126
126
|
style: q.value ? G.value : void 0,
|
|
127
127
|
role: "menu"
|
|
@@ -177,7 +177,7 @@ var A = ["onMouseenter"], j = {
|
|
|
177
177
|
key: 0,
|
|
178
178
|
ref_key: "root",
|
|
179
179
|
ref: H
|
|
180
|
-
}, E(
|
|
180
|
+
}, E(B), {
|
|
181
181
|
class: "m-tieredmenu",
|
|
182
182
|
role: "menu"
|
|
183
183
|
}), [_(a, {
|
|
@@ -38,8 +38,12 @@
|
|
|
38
38
|
--m-shadow-sm: 0 1px 2px rgb(15 23 42 / 0.25);
|
|
39
39
|
--m-shadow-md: 0 0.75rem 2rem rgb(15 23 42 / 0.16);
|
|
40
40
|
--m-shadow-lg: 0 1rem 3rem rgb(15 23 42 / 0.25);
|
|
41
|
-
--m-shadow-
|
|
42
|
-
|
|
41
|
+
--m-shadow-raised: 0 0.25rem 0.75rem
|
|
42
|
+
color-mix(in srgb, var(--m-color-text) 14%, transparent);
|
|
43
|
+
--m-shadow-sticky: 4px 0 8px
|
|
44
|
+
color-mix(in srgb, var(--m-color-text) 6%, transparent);
|
|
45
|
+
--m-shadow-sticky-end: -4px 0 8px
|
|
46
|
+
color-mix(in srgb, var(--m-color-text) 6%, transparent);
|
|
43
47
|
|
|
44
48
|
/* Typography scale (component text, not control-height fonts) */
|
|
45
49
|
--m-font-size-xs: 0.75rem;
|
|
@@ -204,29 +208,29 @@
|
|
|
204
208
|
}
|
|
205
209
|
|
|
206
210
|
[data-m-density="compact"] .m-layout-header {
|
|
207
|
-
--m-layout-header-height:
|
|
211
|
+
--m-layout-header-height: 3rem;
|
|
208
212
|
}
|
|
209
213
|
|
|
210
214
|
[data-m-density="compact"] .m-layout-footer {
|
|
211
|
-
--m-layout-footer-height:
|
|
215
|
+
--m-layout-footer-height: 2.5rem;
|
|
212
216
|
}
|
|
213
217
|
|
|
214
218
|
[data-m-density="compact"] .m-layout-sider {
|
|
215
|
-
--m-layout-sider-width:
|
|
216
|
-
--m-layout-sider-collapsed-width:
|
|
219
|
+
--m-layout-sider-width: 15rem;
|
|
220
|
+
--m-layout-sider-collapsed-width: 3.25rem;
|
|
217
221
|
}
|
|
218
222
|
|
|
219
223
|
[data-m-density="spacious"] .m-layout-header {
|
|
220
|
-
--m-layout-header-height:
|
|
224
|
+
--m-layout-header-height: 4rem;
|
|
221
225
|
}
|
|
222
226
|
|
|
223
227
|
[data-m-density="spacious"] .m-layout-footer {
|
|
224
|
-
--m-layout-footer-height:
|
|
228
|
+
--m-layout-footer-height: 3.5rem;
|
|
225
229
|
}
|
|
226
230
|
|
|
227
231
|
[data-m-density="spacious"] .m-layout-sider {
|
|
228
|
-
--m-layout-sider-width:
|
|
229
|
-
--m-layout-sider-collapsed-width:
|
|
232
|
+
--m-layout-sider-width: 18rem;
|
|
233
|
+
--m-layout-sider-collapsed-width: 4.5rem;
|
|
230
234
|
}
|
|
231
235
|
|
|
232
236
|
[data-theme="dark"] {
|
|
@@ -241,12 +245,13 @@
|
|
|
241
245
|
color-mix(in srgb, var(--m-color-primary) 28%, transparent);
|
|
242
246
|
--m-focus-shadow-danger: 0 0 0 2px
|
|
243
247
|
color-mix(in srgb, var(--m-color-danger) 28%, transparent);
|
|
244
|
-
--m-color-
|
|
245
|
-
--m-color-
|
|
246
|
-
--m-color-
|
|
248
|
+
/* Mid solids: keep ≥~4.5:1 with --m-color-on-emphasis on dark surfaces */
|
|
249
|
+
--m-color-success: #0f766e;
|
|
250
|
+
--m-color-info: #1d4ed8;
|
|
251
|
+
--m-color-warning: #b45309;
|
|
247
252
|
--m-color-warn: var(--m-color-warning);
|
|
248
|
-
--m-color-help: #
|
|
249
|
-
--m-color-danger: #
|
|
253
|
+
--m-color-help: #7e22ce;
|
|
254
|
+
--m-color-danger: #dc2626;
|
|
250
255
|
--m-color-contrast: #f8fafc;
|
|
251
256
|
--m-color-contrast-fg: #0f172a;
|
|
252
257
|
--m-color-contrast-hover: #e2e8f0;
|
|
@@ -255,8 +260,12 @@
|
|
|
255
260
|
--m-shadow-sm: 0 1px 2px rgb(0 0 0 / 0.45);
|
|
256
261
|
--m-shadow-md: 0 0.75rem 2rem rgb(0 0 0 / 0.45);
|
|
257
262
|
--m-shadow-lg: 0 1rem 3rem rgb(0 0 0 / 0.55);
|
|
258
|
-
--m-shadow-
|
|
259
|
-
|
|
263
|
+
--m-shadow-raised: 0 0.25rem 0.75rem
|
|
264
|
+
color-mix(in srgb, var(--m-color-text) 22%, transparent);
|
|
265
|
+
--m-shadow-sticky: 4px 0 8px
|
|
266
|
+
color-mix(in srgb, #000 35%, transparent);
|
|
267
|
+
--m-shadow-sticky-end: -4px 0 8px
|
|
268
|
+
color-mix(in srgb, #000 35%, transparent);
|
|
260
269
|
|
|
261
270
|
--m-table-border-color: color-mix(in srgb, var(--m-color-border) 88%, var(--m-color-text));
|
|
262
271
|
--m-color-fill-light: color-mix(in srgb, var(--m-color-text) 10%, var(--m-color-surface));
|
|
@@ -297,13 +306,20 @@
|
|
|
297
306
|
.m-splitter,
|
|
298
307
|
.m-stepper,
|
|
299
308
|
.m-toolbar,
|
|
309
|
+
.m-page-content,
|
|
310
|
+
.m-page-header,
|
|
311
|
+
.m-page-toolbar,
|
|
300
312
|
.m-menu,
|
|
301
313
|
.m-menubar,
|
|
302
314
|
.m-contextmenu,
|
|
303
315
|
.m-tieredmenu,
|
|
316
|
+
.m-dropdown,
|
|
317
|
+
.m-breadcrumb,
|
|
318
|
+
.m-tabs,
|
|
304
319
|
.m-datepicker,
|
|
305
320
|
.m-listbox,
|
|
306
321
|
.m-togglebutton,
|
|
322
|
+
.m-selectbutton,
|
|
307
323
|
.m-inputotp,
|
|
308
324
|
.m-knob,
|
|
309
325
|
.m-autocomplete,
|
|
@@ -315,6 +331,12 @@
|
|
|
315
331
|
.m-scrolltop,
|
|
316
332
|
.m-blockui,
|
|
317
333
|
.m-inplace,
|
|
334
|
+
.m-message,
|
|
335
|
+
.m-toast,
|
|
336
|
+
.m-tooltip,
|
|
337
|
+
.m-empty,
|
|
338
|
+
.m-result,
|
|
339
|
+
.m-progress-spinner,
|
|
318
340
|
.m-cascadeselect,
|
|
319
341
|
.m-treeselect,
|
|
320
342
|
.m-inputcolor,
|
|
@@ -340,11 +362,27 @@
|
|
|
340
362
|
}
|
|
341
363
|
|
|
342
364
|
.m-button:disabled,
|
|
343
|
-
.m-input:disabled
|
|
365
|
+
.m-input:disabled,
|
|
366
|
+
.m-password__input:disabled,
|
|
367
|
+
.m-inputnumber__input:disabled,
|
|
368
|
+
.m-inputotp__input:disabled,
|
|
369
|
+
.m-inputcolor__text:disabled,
|
|
370
|
+
.m-inputcolor__swatch:disabled,
|
|
371
|
+
.m-inputtags--disabled {
|
|
344
372
|
cursor: not-allowed;
|
|
345
373
|
opacity: var(--m-opacity-disabled);
|
|
346
374
|
}
|
|
347
375
|
|
|
376
|
+
.m-input::placeholder,
|
|
377
|
+
.m-textarea::placeholder,
|
|
378
|
+
.m-password__input::placeholder,
|
|
379
|
+
.m-inputnumber__input::placeholder,
|
|
380
|
+
.m-inputtags__input::placeholder,
|
|
381
|
+
.m-inputcolor__text::placeholder {
|
|
382
|
+
color: var(--m-color-text-muted);
|
|
383
|
+
opacity: 1;
|
|
384
|
+
}
|
|
385
|
+
|
|
348
386
|
.m-input-field__meta,
|
|
349
387
|
.m-textarea-field__meta,
|
|
350
388
|
.m-password-field__meta {
|
|
@@ -460,6 +498,50 @@
|
|
|
460
498
|
transform: translateY(calc(var(--m-motion-distance) * -1));
|
|
461
499
|
}
|
|
462
500
|
|
|
501
|
+
@media (prefers-reduced-motion: reduce) {
|
|
502
|
+
html:not([data-m-ignore-reduced-motion]) .m-fade-enter-active,
|
|
503
|
+
html:not([data-m-ignore-reduced-motion]) .m-fade-leave-active,
|
|
504
|
+
html:not([data-m-ignore-reduced-motion]) .m-scale-fade-enter-active,
|
|
505
|
+
html:not([data-m-ignore-reduced-motion]) .m-scale-fade-leave-active,
|
|
506
|
+
html:not([data-m-ignore-reduced-motion]) .m-slide-fade-enter-active,
|
|
507
|
+
html:not([data-m-ignore-reduced-motion]) .m-slide-fade-leave-active {
|
|
508
|
+
transition: none;
|
|
509
|
+
}
|
|
510
|
+
|
|
511
|
+
html:not([data-m-ignore-reduced-motion]) .m-scale-fade-enter-from,
|
|
512
|
+
html:not([data-m-ignore-reduced-motion]) .m-scale-fade-leave-to,
|
|
513
|
+
html:not([data-m-ignore-reduced-motion]) .m-slide-fade-enter-from,
|
|
514
|
+
html:not([data-m-ignore-reduced-motion]) .m-slide-fade-leave-to {
|
|
515
|
+
transform: none;
|
|
516
|
+
}
|
|
517
|
+
}
|
|
518
|
+
|
|
519
|
+
[data-m-motion="reduced"] .m-fade-enter-active,
|
|
520
|
+
[data-m-motion="reduced"] .m-fade-leave-active,
|
|
521
|
+
[data-m-motion="reduced"] .m-scale-fade-enter-active,
|
|
522
|
+
[data-m-motion="reduced"] .m-scale-fade-leave-active,
|
|
523
|
+
[data-m-motion="reduced"] .m-slide-fade-enter-active,
|
|
524
|
+
[data-m-motion="reduced"] .m-slide-fade-leave-active,
|
|
525
|
+
[data-m-motion="none"] .m-fade-enter-active,
|
|
526
|
+
[data-m-motion="none"] .m-fade-leave-active,
|
|
527
|
+
[data-m-motion="none"] .m-scale-fade-enter-active,
|
|
528
|
+
[data-m-motion="none"] .m-scale-fade-leave-active,
|
|
529
|
+
[data-m-motion="none"] .m-slide-fade-enter-active,
|
|
530
|
+
[data-m-motion="none"] .m-slide-fade-leave-active {
|
|
531
|
+
transition: none;
|
|
532
|
+
}
|
|
533
|
+
|
|
534
|
+
[data-m-motion="reduced"] .m-scale-fade-enter-from,
|
|
535
|
+
[data-m-motion="reduced"] .m-scale-fade-leave-to,
|
|
536
|
+
[data-m-motion="reduced"] .m-slide-fade-enter-from,
|
|
537
|
+
[data-m-motion="reduced"] .m-slide-fade-leave-to,
|
|
538
|
+
[data-m-motion="none"] .m-scale-fade-enter-from,
|
|
539
|
+
[data-m-motion="none"] .m-scale-fade-leave-to,
|
|
540
|
+
[data-m-motion="none"] .m-slide-fade-enter-from,
|
|
541
|
+
[data-m-motion="none"] .m-slide-fade-leave-to {
|
|
542
|
+
transform: none;
|
|
543
|
+
}
|
|
544
|
+
|
|
463
545
|
/* Shared loading spinner rotation (ProgressSpinner, Switch, ProgressBar, AutoComplete) */
|
|
464
546
|
@keyframes m-progress-spinner-rotate {
|
|
465
547
|
100% {
|
|
@@ -518,7 +600,8 @@
|
|
|
518
600
|
justify-content: center;
|
|
519
601
|
transition:
|
|
520
602
|
background-color var(--m-motion-fast) var(--m-motion-ease),
|
|
521
|
-
border-color var(--m-motion-fast) var(--m-motion-ease)
|
|
603
|
+
border-color var(--m-motion-fast) var(--m-motion-ease),
|
|
604
|
+
box-shadow var(--m-motion-fast) var(--m-motion-ease);
|
|
522
605
|
width: var(--m-checkbox-control-size, 1.125rem);
|
|
523
606
|
}
|
|
524
607
|
|
|
@@ -565,6 +648,7 @@
|
|
|
565
648
|
.m-textarea-field__label,
|
|
566
649
|
.m-select-field__label {
|
|
567
650
|
color: var(--m-color-text);
|
|
651
|
+
font-family: var(--m-font-sans);
|
|
568
652
|
font-size: var(--m-font-size-md);
|
|
569
653
|
font-weight: 600;
|
|
570
654
|
}
|
|
@@ -609,7 +693,7 @@
|
|
|
609
693
|
}
|
|
610
694
|
|
|
611
695
|
.m-icon-field--left :is(.m-input, .m-password__input, .m-inputnumber__input, input) {
|
|
612
|
-
padding-left:
|
|
696
|
+
padding-left: var(--m-control-affix-padding);
|
|
613
697
|
}
|
|
614
698
|
|
|
615
699
|
.m-icon-field--right :is(.m-input, .m-password__input, .m-inputnumber__input, input) {
|
|
@@ -662,7 +746,7 @@
|
|
|
662
746
|
.m-inputgroup > .m-inputgroup-addon + .m-input-field .m-input,
|
|
663
747
|
.m-inputgroup > .m-input + .m-inputgroup-addon,
|
|
664
748
|
.m-inputgroup > .m-input-field + .m-inputgroup-addon {
|
|
665
|
-
margin-left: -
|
|
749
|
+
margin-left: calc(var(--m-border-width) * -1);
|
|
666
750
|
}
|
|
667
751
|
|
|
668
752
|
.m-layout__scrollbar > .m-scrollbar__wrap {
|
|
@@ -712,12 +796,18 @@
|
|
|
712
796
|
padding: var(--m-space-1) var(--m-space-2);
|
|
713
797
|
}
|
|
714
798
|
|
|
715
|
-
.m-orderlist__btn:hover,
|
|
716
|
-
.m-picklist__btn:hover {
|
|
799
|
+
.m-orderlist__btn:hover:not(:disabled),
|
|
800
|
+
.m-picklist__btn:hover:not(:disabled) {
|
|
717
801
|
border-color: var(--m-color-primary);
|
|
718
802
|
color: var(--m-color-primary);
|
|
719
803
|
}
|
|
720
804
|
|
|
805
|
+
.m-orderlist__btn:disabled,
|
|
806
|
+
.m-picklist__btn:disabled {
|
|
807
|
+
cursor: not-allowed;
|
|
808
|
+
opacity: var(--m-opacity-disabled);
|
|
809
|
+
}
|
|
810
|
+
|
|
721
811
|
.m-orderlist__btn:focus-visible,
|
|
722
812
|
.m-picklist__btn:focus-visible {
|
|
723
813
|
border-color: var(--m-color-primary);
|
|
@@ -831,7 +921,10 @@
|
|
|
831
921
|
|
|
832
922
|
.m-inputnumber--invalid .m-inputnumber__input:focus-visible,
|
|
833
923
|
.m-password--invalid .m-password__input:focus-visible,
|
|
834
|
-
.m-datepicker--invalid .m-datepicker__input:focus-visible
|
|
924
|
+
.m-datepicker--invalid .m-datepicker__input:focus-visible,
|
|
925
|
+
.m-inputotp--invalid .m-inputotp__input:focus-visible,
|
|
926
|
+
.m-inputtags--invalid:focus-within,
|
|
927
|
+
.m-inputcolor--invalid .m-inputcolor__text:focus-visible {
|
|
835
928
|
border-color: var(--m-color-danger);
|
|
836
929
|
box-shadow: var(--m-focus-shadow-danger);
|
|
837
930
|
}
|
|
@@ -875,14 +968,14 @@
|
|
|
875
968
|
}
|
|
876
969
|
|
|
877
970
|
[data-m-motion="reduced"] .m-progress-spinner,
|
|
878
|
-
[data-m-motion="reduced"] .m-progress-
|
|
971
|
+
[data-m-motion="reduced"] .m-progress-spinner__circle,
|
|
879
972
|
[data-m-motion="reduced"] .m-skeleton,
|
|
880
|
-
[data-m-motion="reduced"] .m-badge--
|
|
973
|
+
[data-m-motion="reduced"] .m-badge--processing,
|
|
881
974
|
[data-m-motion="reduced"] .m-icon--spin,
|
|
882
|
-
[data-m-motion="reduced"] .m-
|
|
975
|
+
[data-m-motion="reduced"] .m-button__spinner,
|
|
883
976
|
[data-m-motion="reduced"] .m-select__loading-icon,
|
|
884
977
|
[data-m-motion="reduced"] .m-switch__loading-icon {
|
|
885
|
-
animation
|
|
978
|
+
animation: none !important;
|
|
886
979
|
}
|
|
887
980
|
|
|
888
981
|
@media (prefers-reduced-motion: reduce) {
|
|
@@ -897,12 +990,17 @@
|
|
|
897
990
|
}
|
|
898
991
|
|
|
899
992
|
.m-icon {
|
|
993
|
+
color: currentColor;
|
|
900
994
|
display: inline-flex;
|
|
995
|
+
flex-shrink: 0;
|
|
901
996
|
height: 1rem;
|
|
997
|
+
line-height: 0;
|
|
998
|
+
vertical-align: middle;
|
|
902
999
|
width: 1rem;
|
|
903
1000
|
}
|
|
904
1001
|
|
|
905
1002
|
.m-icon svg {
|
|
1003
|
+
display: block;
|
|
906
1004
|
height: 100%;
|
|
907
1005
|
width: 100%;
|
|
908
1006
|
}
|
|
@@ -934,9 +1032,21 @@
|
|
|
934
1032
|
transform: rotate(360deg);
|
|
935
1033
|
}
|
|
936
1034
|
}
|
|
1035
|
+
|
|
1036
|
+
@media (prefers-reduced-motion: reduce) {
|
|
1037
|
+
.m-icon--spin svg {
|
|
1038
|
+
animation: none;
|
|
1039
|
+
}
|
|
1040
|
+
}
|
|
1041
|
+
|
|
1042
|
+
:root[data-m-motion='none'] .m-icon--spin svg,
|
|
1043
|
+
:root[data-m-motion='reduced'] .m-icon--spin svg {
|
|
1044
|
+
animation: none;
|
|
1045
|
+
}
|
|
937
1046
|
|
|
938
1047
|
.m-scrollbar {
|
|
939
1048
|
--m-scrollbar-track-size: 6px;
|
|
1049
|
+
--m-scrollbar-inset: 0.125rem;
|
|
940
1050
|
--m-scrollbar-bg: color-mix(
|
|
941
1051
|
in srgb,
|
|
942
1052
|
var(--m-color-text) 28%,
|
|
@@ -996,14 +1106,14 @@
|
|
|
996
1106
|
|
|
997
1107
|
.m-scrollbar__bar {
|
|
998
1108
|
border-radius: var(--m-radius-sm);
|
|
999
|
-
bottom:
|
|
1109
|
+
bottom: var(--m-scrollbar-inset);
|
|
1000
1110
|
position: absolute;
|
|
1001
|
-
right:
|
|
1111
|
+
right: var(--m-scrollbar-inset);
|
|
1002
1112
|
z-index: 1;
|
|
1003
1113
|
}
|
|
1004
1114
|
|
|
1005
1115
|
.m-scrollbar__bar--vertical {
|
|
1006
|
-
top:
|
|
1116
|
+
top: var(--m-scrollbar-inset);
|
|
1007
1117
|
width: var(--m-scrollbar-track-size);
|
|
1008
1118
|
}
|
|
1009
1119
|
|
|
@@ -1013,7 +1123,7 @@
|
|
|
1013
1123
|
|
|
1014
1124
|
.m-scrollbar__bar--horizontal {
|
|
1015
1125
|
height: var(--m-scrollbar-track-size);
|
|
1016
|
-
left:
|
|
1126
|
+
left: var(--m-scrollbar-inset);
|
|
1017
1127
|
}
|
|
1018
1128
|
|
|
1019
1129
|
.m-scrollbar__bar--horizontal > .m-scrollbar__thumb {
|
|
@@ -1058,11 +1168,27 @@
|
|
|
1058
1168
|
opacity: 0;
|
|
1059
1169
|
}
|
|
1060
1170
|
|
|
1061
|
-
|
|
1171
|
+
@media (prefers-reduced-motion: reduce) {
|
|
1172
|
+
.m-scrollbar__thumb,
|
|
1173
|
+
.m-scrollbar-fade-enter-active,
|
|
1174
|
+
.m-scrollbar-fade-leave-active {
|
|
1175
|
+
transition: none;
|
|
1176
|
+
}
|
|
1177
|
+
}
|
|
1178
|
+
|
|
1179
|
+
:root[data-m-motion='none'] .m-scrollbar__thumb,
|
|
1180
|
+
:root[data-m-motion='none'] .m-scrollbar-fade-enter-active,
|
|
1181
|
+
:root[data-m-motion='none'] .m-scrollbar-fade-leave-active,
|
|
1182
|
+
:root[data-m-motion='reduced'] .m-scrollbar-fade-enter-active,
|
|
1183
|
+
:root[data-m-motion='reduced'] .m-scrollbar-fade-leave-active {
|
|
1184
|
+
transition: none;
|
|
1185
|
+
}
|
|
1186
|
+
|
|
1187
|
+
/* —— Navigation: TieredMenu —— */
|
|
1062
1188
|
.m-tieredmenu {
|
|
1063
|
-
--m-tieredmenu-submenu-min-width: 10rem;
|
|
1064
|
-
--m-tieredmenu-min-width:
|
|
1065
|
-
--m-tieredmenu-item-gap:
|
|
1189
|
+
--m-tieredmenu-submenu-min-width: var(--m-menu-min-width, 10rem);
|
|
1190
|
+
--m-tieredmenu-min-width: var(--m-menu-min-width);
|
|
1191
|
+
--m-tieredmenu-item-gap: var(--m-space-1);
|
|
1066
1192
|
--m-tieredmenu-max-height: min(18rem, 45vh);
|
|
1067
1193
|
background: var(--m-color-surface);
|
|
1068
1194
|
border: var(--m-border-width) solid var(--m-color-border);
|
|
@@ -1111,10 +1237,14 @@
|
|
|
1111
1237
|
color: var(--m-color-text);
|
|
1112
1238
|
cursor: pointer;
|
|
1113
1239
|
display: flex;
|
|
1114
|
-
font:
|
|
1240
|
+
font-family: var(--m-font-sans);
|
|
1115
1241
|
justify-content: space-between;
|
|
1116
1242
|
padding: var(--m-space-2) var(--m-space-3);
|
|
1117
1243
|
text-align: start;
|
|
1244
|
+
transition:
|
|
1245
|
+
background-color var(--m-motion-fast) var(--m-motion-ease),
|
|
1246
|
+
color var(--m-motion-fast) var(--m-motion-ease),
|
|
1247
|
+
opacity var(--m-motion-fast) var(--m-motion-ease);
|
|
1118
1248
|
width: 100%;
|
|
1119
1249
|
}
|
|
1120
1250
|
|
|
@@ -1174,6 +1304,6 @@
|
|
|
1174
1304
|
|
|
1175
1305
|
.m-tieredmenu__separator {
|
|
1176
1306
|
background: var(--m-color-border);
|
|
1177
|
-
height:
|
|
1307
|
+
height: var(--m-border-width);
|
|
1178
1308
|
margin: var(--m-space-1) 0;
|
|
1179
1309
|
}
|
package/dist/timeline/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { r as e } from "../useComponentAttrs-BTYEe61P.js";
|
|
2
2
|
import { t } from "../types-DGuu4Eg4.js";
|
|
3
3
|
import { a as n, t as r } from "../Icon-DfpIfo2L.js";
|
|
4
|
-
import { t as i } from "../Scrollbar-
|
|
4
|
+
import { t as i } from "../Scrollbar-BYnCO8fv.js";
|
|
5
5
|
import "./style.js";
|
|
6
6
|
import { Fragment as a, computed as o, createBlock as s, createCommentVNode as c, createElementBlock as l, createElementVNode as u, createTextVNode as d, defineComponent as f, mergeProps as p, normalizeClass as m, normalizeStyle as h, openBlock as g, renderList as _, renderSlot as v, toDisplayString as y, unref as b, useAttrs as x, withCtx as S } from "vue";
|
|
7
7
|
//#region src/components/Timeline/Timeline.vue?vue&type=script&setup=true&lang.ts
|