morya-ui 0.1.1 → 0.2.2
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 +106 -64
- package/LICENSE +21 -21
- package/README.md +149 -149
- package/README.zh-CN.md +149 -149
- package/dist/Checkbox-BjtAYUUD.js +110 -0
- package/dist/Pagination-DNjDBPfR.js +158 -0
- package/dist/Popover-6eE5yIT7.js +166 -0
- package/dist/ProgressSpinner-CT7IP3Yr.js +90 -0
- package/dist/Radio-DcotfGnv.js +93 -0
- package/dist/Scrollbar-DoNZvgX2.js +410 -0
- package/dist/accordion/index.js +42 -39
- package/dist/accordion/style.css +272 -272
- package/dist/auto-complete/index.js +96 -85
- package/dist/auto-complete/style.css +574 -574
- package/dist/avatar/index.js +47 -44
- package/dist/avatar/style.css +387 -387
- package/dist/badge/style.css +415 -415
- package/dist/block-ui/index.js +21 -16
- package/dist/block-ui/style.css +272 -272
- package/dist/breadcrumb/index.js +25 -22
- package/dist/breadcrumb/style.css +272 -272
- package/dist/button/index.js +13 -10
- package/dist/button/style.css +927 -927
- package/dist/card/index.js +29 -26
- package/dist/card/style.css +272 -272
- package/dist/carousel/index.js +89 -86
- package/dist/carousel/style.css +353 -353
- package/dist/cascade-select/index.js +141 -138
- package/dist/cascade-select/style.css +755 -755
- package/dist/checkbox/index.js +28 -25
- package/dist/checkbox/style.css +272 -272
- package/dist/chip/style.css +410 -410
- package/dist/command-menu/index.js +64 -62
- package/dist/command-menu/style.css +477 -477
- package/dist/components/Accordion/Accordion.vue.d.ts.map +1 -1
- package/dist/components/Accordion/types.d.ts +2 -0
- package/dist/components/Accordion/types.d.ts.map +1 -1
- package/dist/components/AutoComplete/AutoComplete.vue.d.ts +3 -3
- package/dist/components/AutoComplete/AutoComplete.vue.d.ts.map +1 -1
- package/dist/components/AutoComplete/styles.css +178 -178
- package/dist/components/AutoComplete/types.d.ts +5 -2
- 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 +113 -113
- package/dist/components/Avatar/types.d.ts +2 -0
- package/dist/components/Avatar/types.d.ts.map +1 -1
- package/dist/components/Badge/styles.css +143 -143
- package/dist/components/BlockUI/BlockUI.vue.d.ts.map +1 -1
- package/dist/components/BlockUI/types.d.ts +2 -0
- package/dist/components/BlockUI/types.d.ts.map +1 -1
- package/dist/components/Breadcrumb/Breadcrumb.vue.d.ts.map +1 -1
- package/dist/components/Breadcrumb/types.d.ts +2 -0
- package/dist/components/Breadcrumb/types.d.ts.map +1 -1
- package/dist/components/Button/Button.vue.d.ts +1 -1
- package/dist/components/Button/ButtonGroup.vue.d.ts.map +1 -1
- package/dist/components/Button/styles.css +653 -653
- package/dist/components/Button/types.d.ts +2 -0
- 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/types.d.ts +2 -0
- package/dist/components/Card/types.d.ts.map +1 -1
- package/dist/components/Carousel/Carousel.vue.d.ts.map +1 -1
- package/dist/components/Carousel/styles.css +79 -79
- package/dist/components/Carousel/types.d.ts +2 -0
- package/dist/components/Carousel/types.d.ts.map +1 -1
- package/dist/components/CascadeSelect/CascadeSelect.vue.d.ts +1 -1
- package/dist/components/CascadeSelect/CascadeSelect.vue.d.ts.map +1 -1
- package/dist/components/CascadeSelect/styles.css +142 -142
- package/dist/components/CascadeSelect/types.d.ts +5 -2
- package/dist/components/CascadeSelect/types.d.ts.map +1 -1
- package/dist/components/Checkbox/Checkbox.vue.d.ts.map +1 -1
- package/dist/components/Checkbox/CheckboxGroup.vue.d.ts.map +1 -1
- package/dist/components/Checkbox/types.d.ts +4 -0
- package/dist/components/Checkbox/types.d.ts.map +1 -1
- package/dist/components/Chip/styles.css +136 -136
- package/dist/components/CommandMenu/CommandMenu.vue.d.ts.map +1 -1
- package/dist/components/CommandMenu/styles.css +81 -81
- package/dist/components/CommandMenu/types.d.ts +2 -0
- package/dist/components/CommandMenu/types.d.ts.map +1 -1
- package/dist/components/ConfigProvider/ConfigProvider.vue.d.ts +2 -0
- package/dist/components/ConfigProvider/ConfigProvider.vue.d.ts.map +1 -1
- package/dist/components/ConfigProvider/styles.css +6 -6
- package/dist/components/ConfirmDialog/ConfirmDialog.vue.d.ts.map +1 -1
- package/dist/components/ConfirmDialog/styles.css +24 -24
- package/dist/components/ConfirmDialog/types.d.ts +2 -0
- package/dist/components/ConfirmDialog/types.d.ts.map +1 -1
- package/dist/components/ConfirmPopup/ConfirmPopup.vue.d.ts +1 -1
- package/dist/components/ConfirmPopup/ConfirmPopup.vue.d.ts.map +1 -1
- package/dist/components/ConfirmPopup/styles.css +35 -35
- package/dist/components/ConfirmPopup/types.d.ts +2 -0
- package/dist/components/ConfirmPopup/types.d.ts.map +1 -1
- package/dist/components/ContextMenu/ContextMenu.vue.d.ts +11 -6
- package/dist/components/ContextMenu/ContextMenu.vue.d.ts.map +1 -1
- package/dist/components/ContextMenu/styles.css +99 -99
- package/dist/components/ContextMenu/types.d.ts +2 -0
- package/dist/components/ContextMenu/types.d.ts.map +1 -1
- package/dist/components/ContextMenu/useContextMenu.d.ts.map +1 -1
- package/dist/components/DataView/DataView.vue.d.ts +1 -1
- package/dist/components/DataView/DataView.vue.d.ts.map +1 -1
- package/dist/components/DataView/types.d.ts +2 -0
- package/dist/components/DataView/types.d.ts.map +1 -1
- package/dist/components/DatePicker/DatePicker.vue.d.ts +2 -2
- package/dist/components/DatePicker/DatePicker.vue.d.ts.map +1 -1
- package/dist/components/DatePicker/styles.css +261 -261
- package/dist/components/DatePicker/types.d.ts +5 -1
- package/dist/components/DatePicker/types.d.ts.map +1 -1
- package/dist/components/Dialog/Dialog.vue.d.ts +1 -1
- package/dist/components/Dialog/Dialog.vue.d.ts.map +1 -1
- package/dist/components/Dialog/styles.css +230 -230
- package/dist/components/Dialog/types.d.ts +2 -0
- package/dist/components/Dialog/types.d.ts.map +1 -1
- package/dist/components/Dock/Dock.vue.d.ts.map +1 -1
- package/dist/components/Dock/styles.css +68 -68
- package/dist/components/Dock/types.d.ts +2 -0
- package/dist/components/Dock/types.d.ts.map +1 -1
- package/dist/components/Drawer/Drawer.vue.d.ts +1 -1
- package/dist/components/Drawer/Drawer.vue.d.ts.map +1 -1
- package/dist/components/Drawer/styles.css +133 -133
- package/dist/components/Drawer/types.d.ts +2 -0
- package/dist/components/Drawer/types.d.ts.map +1 -1
- package/dist/components/Dropdown/Dropdown.vue.d.ts +1 -1
- package/dist/components/Dropdown/Dropdown.vue.d.ts.map +1 -1
- package/dist/components/Dropdown/styles.css +79 -79
- package/dist/components/Dropdown/types.d.ts +3 -0
- package/dist/components/Dropdown/types.d.ts.map +1 -1
- package/dist/components/Fieldset/Fieldset.vue.d.ts.map +1 -1
- package/dist/components/Fieldset/types.d.ts +2 -0
- package/dist/components/Fieldset/types.d.ts.map +1 -1
- package/dist/components/FileUpload/FileUpload.vue.d.ts.map +1 -1
- package/dist/components/FileUpload/styles.css +335 -335
- package/dist/components/FileUpload/types.d.ts +2 -0
- package/dist/components/FileUpload/types.d.ts.map +1 -1
- package/dist/components/Flex/Flex.vue.d.ts.map +1 -1
- package/dist/components/Flex/types.d.ts +2 -0
- package/dist/components/Flex/types.d.ts.map +1 -1
- package/dist/components/FloatLabel/FloatLabel.vue.d.ts.map +1 -1
- package/dist/components/FloatLabel/types.d.ts +3 -0
- package/dist/components/FloatLabel/types.d.ts.map +1 -1
- package/dist/components/Fluid/Fluid.vue.d.ts.map +1 -1
- package/dist/components/Fluid/types.d.ts +2 -0
- package/dist/components/Fluid/types.d.ts.map +1 -1
- package/dist/components/Form/Form.vue.d.ts.map +1 -1
- package/dist/components/Form/FormItem.vue.d.ts.map +1 -1
- package/dist/components/Form/styles.css +90 -90
- package/dist/components/Form/types.d.ts +5 -0
- package/dist/components/Form/types.d.ts.map +1 -1
- package/dist/components/Gallery/Gallery.vue.d.ts.map +1 -1
- package/dist/components/Gallery/styles.css +87 -87
- package/dist/components/Gallery/types.d.ts +2 -0
- package/dist/components/Gallery/types.d.ts.map +1 -1
- package/dist/components/Grid/Grid.vue.d.ts.map +1 -1
- package/dist/components/Grid/GridItem.vue.d.ts.map +1 -1
- package/dist/components/Grid/types.d.ts +5 -0
- package/dist/components/Grid/types.d.ts.map +1 -1
- package/dist/components/Icon/styles.css +2 -2
- package/dist/components/IconField/IconField.vue.d.ts.map +1 -1
- package/dist/components/IconField/types.d.ts +3 -0
- package/dist/components/IconField/types.d.ts.map +1 -1
- package/dist/components/Inplace/Inplace.vue.d.ts.map +1 -1
- package/dist/components/Inplace/types.d.ts +2 -0
- package/dist/components/Inplace/types.d.ts.map +1 -1
- package/dist/components/Input/Input.vue.d.ts.map +1 -1
- package/dist/components/Input/index.d.ts +1 -1
- package/dist/components/Input/index.d.ts.map +1 -1
- package/dist/components/Input/styles.css +193 -193
- package/dist/components/Input/types.d.ts +6 -1
- package/dist/components/Input/types.d.ts.map +1 -1
- package/dist/components/InputColor/InputColor.vue.d.ts.map +1 -1
- package/dist/components/InputColor/styles.css +104 -104
- package/dist/components/InputColor/types.d.ts +5 -1
- package/dist/components/InputColor/types.d.ts.map +1 -1
- package/dist/components/InputGroup/InputGroup.vue.d.ts.map +1 -1
- package/dist/components/InputGroup/types.d.ts +3 -0
- package/dist/components/InputGroup/types.d.ts.map +1 -1
- package/dist/components/InputNumber/InputNumber.vue.d.ts.map +1 -1
- package/dist/components/InputNumber/styles.css +175 -175
- package/dist/components/InputNumber/types.d.ts +5 -1
- package/dist/components/InputNumber/types.d.ts.map +1 -1
- package/dist/components/InputOtp/InputOtp.vue.d.ts +1 -1
- package/dist/components/InputOtp/InputOtp.vue.d.ts.map +1 -1
- package/dist/components/InputOtp/types.d.ts +3 -0
- package/dist/components/InputOtp/types.d.ts.map +1 -1
- package/dist/components/InputPassword/InputPassword.vue.d.ts.map +1 -1
- package/dist/components/InputPassword/styles.css +168 -168
- package/dist/components/InputPassword/types.d.ts +5 -1
- package/dist/components/InputPassword/types.d.ts.map +1 -1
- package/dist/components/InputTags/InputTags.vue.d.ts.map +1 -1
- package/dist/components/InputTags/styles.css +86 -86
- package/dist/components/InputTags/types.d.ts +5 -2
- package/dist/components/InputTags/types.d.ts.map +1 -1
- package/dist/components/Knob/Knob.vue.d.ts.map +1 -1
- package/dist/components/Knob/types.d.ts +3 -0
- package/dist/components/Knob/types.d.ts.map +1 -1
- package/dist/components/Label/Label.vue.d.ts.map +1 -1
- package/dist/components/Label/types.d.ts +3 -0
- package/dist/components/Label/types.d.ts.map +1 -1
- 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/LayoutFooter.vue.d.ts.map +1 -1
- package/dist/components/Layout/LayoutHeader.vue.d.ts.map +1 -1
- package/dist/components/Layout/LayoutSider.vue.d.ts.map +1 -1
- package/dist/components/Layout/styles.css +384 -384
- package/dist/components/Layout/types.d.ts +6 -0
- package/dist/components/Layout/types.d.ts.map +1 -1
- package/dist/components/Listbox/Listbox.vue.d.ts +1 -1
- package/dist/components/Listbox/Listbox.vue.d.ts.map +1 -1
- package/dist/components/Listbox/styles.css +100 -100
- package/dist/components/Listbox/types.d.ts +3 -0
- 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 +89 -89
- package/dist/components/MegaMenu/types.d.ts +2 -0
- 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/MenuCollapsedTooltip.vue.d.ts +27 -0
- package/dist/components/Menu/MenuCollapsedTooltip.vue.d.ts.map +1 -0
- package/dist/components/Menu/MenuNodes.vue.d.ts.map +1 -1
- package/dist/components/Menu/styles.css +518 -496
- package/dist/components/Menu/types.d.ts +2 -0
- 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 +114 -114
- package/dist/components/Menubar/types.d.ts +2 -0
- package/dist/components/Menubar/types.d.ts.map +1 -1
- package/dist/components/Message/Message.vue.d.ts +1 -1
- package/dist/components/Message/Message.vue.d.ts.map +1 -1
- package/dist/components/Message/styles.css +221 -221
- package/dist/components/Message/types.d.ts +2 -0
- package/dist/components/Message/types.d.ts.map +1 -1
- package/dist/components/MeterGroup/MeterGroup.vue.d.ts.map +1 -1
- package/dist/components/MeterGroup/styles.css +49 -49
- package/dist/components/MeterGroup/types.d.ts +2 -0
- package/dist/components/MeterGroup/types.d.ts.map +1 -1
- package/dist/components/OrderList/OrderList.vue.d.ts.map +1 -1
- package/dist/components/OrderList/types.d.ts +2 -0
- package/dist/components/OrderList/types.d.ts.map +1 -1
- package/dist/components/Pagination/Pagination.vue.d.ts.map +1 -1
- package/dist/components/Pagination/styles.css +86 -86
- package/dist/components/Pagination/types.d.ts +2 -0
- package/dist/components/Pagination/types.d.ts.map +1 -1
- package/dist/components/Panel/Panel.vue.d.ts.map +1 -1
- package/dist/components/Panel/types.d.ts +2 -0
- package/dist/components/Panel/types.d.ts.map +1 -1
- package/dist/components/PickList/PickList.vue.d.ts.map +1 -1
- package/dist/components/PickList/types.d.ts +2 -0
- package/dist/components/PickList/types.d.ts.map +1 -1
- package/dist/components/Popover/Popover.vue.d.ts +1 -1
- package/dist/components/Popover/Popover.vue.d.ts.map +1 -1
- package/dist/components/Popover/styles.css +118 -118
- package/dist/components/Popover/types.d.ts +2 -0
- package/dist/components/Popover/types.d.ts.map +1 -1
- package/dist/components/ProgressBar/styles.css +3 -3
- package/dist/components/ProgressSpinner/ProgressSpinner.vue.d.ts.map +1 -1
- package/dist/components/ProgressSpinner/styles.css +3 -3
- package/dist/components/ProgressSpinner/types.d.ts +2 -0
- package/dist/components/ProgressSpinner/types.d.ts.map +1 -1
- package/dist/components/Radio/Radio.vue.d.ts.map +1 -1
- package/dist/components/Radio/RadioGroup.vue.d.ts.map +1 -1
- package/dist/components/Radio/types.d.ts +4 -0
- package/dist/components/Radio/types.d.ts.map +1 -1
- package/dist/components/Rating/Rating.vue.d.ts +1 -1
- package/dist/components/Rating/Rating.vue.d.ts.map +1 -1
- package/dist/components/Rating/types.d.ts +3 -0
- package/dist/components/Rating/types.d.ts.map +1 -1
- package/dist/components/ScrollTop/ScrollTop.vue.d.ts.map +1 -1
- package/dist/components/ScrollTop/types.d.ts +2 -0
- 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 +122 -122
- package/dist/components/Scrollbar/types.d.ts +2 -0
- package/dist/components/Scrollbar/types.d.ts.map +1 -1
- package/dist/components/Select/Select.vue.d.ts +3 -3
- package/dist/components/Select/Select.vue.d.ts.map +1 -1
- package/dist/components/Select/styles.css +240 -240
- package/dist/components/Select/types.d.ts +5 -2
- 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 +89 -89
- package/dist/components/SelectButton/types.d.ts +2 -0
- package/dist/components/SelectButton/types.d.ts.map +1 -1
- package/dist/components/Sidebar/Sidebar.vue.d.ts.map +1 -1
- package/dist/components/Sidebar/styles.css +65 -65
- package/dist/components/Sidebar/types.d.ts +2 -0
- 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 +2 -2
- package/dist/components/Skeleton/types.d.ts +2 -0
- package/dist/components/Skeleton/types.d.ts.map +1 -1
- package/dist/components/Slider/Slider.vue.d.ts +1 -1
- package/dist/components/Slider/Slider.vue.d.ts.map +1 -1
- package/dist/components/Slider/styles.css +188 -188
- package/dist/components/Slider/types.d.ts +5 -1
- package/dist/components/Slider/types.d.ts.map +1 -1
- package/dist/components/Space/Space.vue.d.ts.map +1 -1
- package/dist/components/Space/types.d.ts +2 -0
- package/dist/components/Space/types.d.ts.map +1 -1
- package/dist/components/SpeedDial/SpeedDial.vue.d.ts.map +1 -1
- package/dist/components/SpeedDial/types.d.ts +2 -0
- 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 +184 -184
- package/dist/components/SplitButton/types.d.ts +2 -0
- 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/types.d.ts +2 -0
- package/dist/components/Splitter/types.d.ts.map +1 -1
- package/dist/components/Stepper/Stepper.vue.d.ts.map +1 -1
- package/dist/components/Stepper/styles.css +121 -121
- package/dist/components/Stepper/types.d.ts +2 -0
- package/dist/components/Stepper/types.d.ts.map +1 -1
- package/dist/components/Switch/Switch.vue.d.ts +1 -1
- package/dist/components/Switch/Switch.vue.d.ts.map +1 -1
- package/dist/components/Switch/styles.css +107 -107
- package/dist/components/Switch/types.d.ts +3 -0
- package/dist/components/Switch/types.d.ts.map +1 -1
- 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/types.d.ts +2 -0
- 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/types.d.ts +2 -0
- package/dist/components/Tabs/types.d.ts.map +1 -1
- package/dist/components/Terminal/Terminal.vue.d.ts.map +1 -1
- package/dist/components/Terminal/styles.css +64 -64
- package/dist/components/Terminal/types.d.ts +2 -0
- package/dist/components/Terminal/types.d.ts.map +1 -1
- package/dist/components/Textarea/Textarea.vue.d.ts +1 -1
- package/dist/components/Textarea/Textarea.vue.d.ts.map +1 -1
- package/dist/components/Textarea/styles.css +96 -96
- package/dist/components/Textarea/types.d.ts +5 -1
- package/dist/components/Textarea/types.d.ts.map +1 -1
- package/dist/components/TieredMenu/TieredMenu.vue.d.ts.map +1 -1
- package/dist/components/TieredMenu/styles.css +90 -90
- package/dist/components/TieredMenu/types.d.ts +2 -0
- 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/types.d.ts +2 -0
- package/dist/components/Timeline/types.d.ts.map +1 -1
- package/dist/components/Toast/Toast.vue.d.ts +1 -1
- package/dist/components/Toast/Toast.vue.d.ts.map +1 -1
- package/dist/components/Toast/types.d.ts +2 -0
- package/dist/components/Toast/types.d.ts.map +1 -1
- package/dist/components/Toolbar/Toolbar.vue.d.ts.map +1 -1
- package/dist/components/Toolbar/types.d.ts +2 -0
- package/dist/components/Toolbar/types.d.ts.map +1 -1
- package/dist/components/Tree/Tree.vue.d.ts +1 -1
- package/dist/components/Tree/Tree.vue.d.ts.map +1 -1
- package/dist/components/Tree/types.d.ts +2 -0
- package/dist/components/Tree/types.d.ts.map +1 -1
- package/dist/components/TreeSelect/TreeSelect.vue.d.ts +2 -2
- package/dist/components/TreeSelect/TreeSelect.vue.d.ts.map +1 -1
- package/dist/components/TreeSelect/styles.css +162 -162
- package/dist/components/TreeSelect/types.d.ts +5 -2
- 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/types.d.ts +2 -0
- package/dist/components/TreeTable/types.d.ts.map +1 -1
- package/dist/components/VirtualScroller/VirtualScroller.vue.d.ts.map +1 -1
- package/dist/components/VirtualScroller/types.d.ts +2 -0
- package/dist/components/VirtualScroller/types.d.ts.map +1 -1
- package/dist/config-provider/index.js +71 -68
- package/dist/config-provider/style.css +1124 -1124
- package/dist/confirm-dialog/index.js +82 -80
- package/dist/confirm-dialog/style.css +1181 -1181
- package/dist/confirm-popup/index.js +67 -63
- package/dist/confirm-popup/style.css +962 -962
- package/dist/context-menu/index.js +108 -93
- package/dist/context-menu/style.css +373 -373
- package/dist/data-view/index.js +48 -45
- package/dist/data-view/style.css +361 -361
- package/dist/date-picker/index.js +101 -90
- package/dist/date-picker/style.css +535 -535
- package/dist/dialog/index.js +102 -100
- package/dist/dialog/style.css +1157 -1157
- package/dist/divider/style.css +272 -272
- package/dist/dock/index.js +27 -24
- package/dist/dock/style.css +342 -342
- package/dist/drawer/index.js +60 -58
- package/dist/drawer/style.css +407 -407
- package/dist/dropdown/index.js +121 -119
- package/dist/dropdown/style.css +353 -353
- package/dist/fieldset/index.js +28 -25
- package/dist/fieldset/style.css +274 -274
- package/dist/file-upload/index.js +184 -181
- package/dist/file-upload/style.css +609 -609
- package/dist/flex/index.js +21 -19
- package/dist/flex/style.css +272 -272
- package/dist/float-label/index.js +20 -16
- package/dist/float-label/style.css +272 -272
- package/dist/fluid/index.js +14 -8
- package/dist/fluid/style.css +272 -272
- package/dist/form/index.js +170 -165
- package/dist/form/style.css +362 -362
- package/dist/gallery/index.js +68 -65
- package/dist/gallery/style.css +361 -361
- package/dist/grid/index.js +101 -98
- package/dist/grid/style.css +272 -272
- package/dist/icon/style.css +274 -274
- package/dist/icon-field/index.js +13 -8
- package/dist/icon-field/style.css +272 -272
- package/dist/index.js +5817 -5427
- package/dist/inplace/index.js +43 -40
- package/dist/inplace/style.css +272 -272
- package/dist/input/index.js +91 -77
- package/dist/input/style.css +467 -467
- package/dist/input-color/index.js +63 -49
- package/dist/input-color/style.css +376 -376
- package/dist/input-group/index.js +14 -9
- package/dist/input-group/style.css +272 -272
- package/dist/input-number/index.js +130 -119
- package/dist/input-number/style.css +449 -449
- package/dist/input-otp/index.js +61 -58
- package/dist/input-otp/style.css +272 -272
- package/dist/input-password/index.js +92 -79
- package/dist/input-password/style.css +442 -442
- package/dist/input-tags/index.js +72 -60
- package/dist/input-tags/style.css +360 -360
- package/dist/knob/index.js +65 -62
- package/dist/knob/style.css +272 -272
- package/dist/label/index.js +11 -9
- package/dist/label/style.css +272 -272
- package/dist/layout/index.js +159 -148
- package/dist/layout/style.css +658 -658
- package/dist/listbox/index.js +76 -73
- package/dist/listbox/style.css +494 -494
- package/dist/mega-menu/index.js +116 -113
- package/dist/mega-menu/style.css +363 -363
- package/dist/menu/index.js +375 -327
- package/dist/menu/style.css +932 -858
- package/dist/menu/style.js +1 -0
- package/dist/menubar/index.js +120 -117
- package/dist/menubar/style.css +388 -388
- package/dist/message/index.js +113 -110
- package/dist/message/style.css +495 -495
- package/dist/meter-group/index.js +27 -24
- package/dist/meter-group/style.css +321 -321
- package/dist/order-list/index.js +86 -83
- package/dist/order-list/style.css +274 -274
- package/dist/pagination/index.js +1 -1
- package/dist/pagination/style.css +360 -360
- package/dist/panel/index.js +44 -41
- package/dist/panel/style.css +274 -274
- package/dist/pick-list/index.js +81 -78
- package/dist/pick-list/style.css +274 -274
- package/dist/popover/index.js +1 -1
- package/dist/popover/style.css +390 -390
- package/dist/progress-bar/style.css +275 -275
- package/dist/progress-spinner/index.js +1 -1
- package/dist/progress-spinner/style.css +275 -275
- package/dist/radio/index.js +26 -23
- package/dist/radio/style.css +272 -272
- package/dist/rating/index.js +81 -78
- package/dist/rating/style.css +274 -274
- package/dist/scroll-top/index.js +47 -44
- package/dist/scroll-top/style.css +274 -274
- package/dist/scrollbar/index.js +1 -1
- package/dist/scrollbar/style.css +394 -394
- package/dist/select/index.js +96 -88
- package/dist/select/style.css +853 -853
- package/dist/select-button/index.js +46 -43
- package/dist/select-button/style.css +361 -361
- package/dist/shared/nativeControlProps.d.ts +32 -0
- package/dist/shared/nativeControlProps.d.ts.map +1 -0
- package/dist/shared/passThrough.d.ts +11 -0
- package/dist/shared/passThrough.d.ts.map +1 -0
- package/dist/shared/styles/control-affix-icon.css +110 -110
- package/dist/shared/styles/control-suffix.css +107 -107
- package/dist/shared/useComponentAttrs.d.ts +61 -0
- package/dist/shared/useComponentAttrs.d.ts.map +1 -0
- package/dist/sidebar/index.js +38 -35
- package/dist/sidebar/style.css +339 -339
- package/dist/skeleton/index.js +24 -24
- package/dist/skeleton/style.css +274 -274
- package/dist/slider/index.js +104 -92
- package/dist/slider/style.css +460 -460
- package/dist/space/index.js +23 -20
- package/dist/space/style.css +272 -272
- package/dist/speed-dial/index.js +79 -76
- package/dist/speed-dial/style.css +274 -274
- package/dist/split-button/index.js +64 -61
- package/dist/split-button/style.css +1111 -1111
- package/dist/splitter/index.js +94 -90
- package/dist/splitter/style.css +272 -272
- package/dist/stepper/index.js +39 -36
- package/dist/stepper/style.css +395 -395
- package/dist/styles/base.css +1 -1
- package/dist/styles.css +1 -1
- package/dist/switch/index.js +32 -30
- package/dist/switch/style.css +379 -379
- package/dist/table/index.js +341 -337
- package/dist/table/style.css +485 -485
- package/dist/tabs/index.js +77 -74
- package/dist/tabs/style.css +274 -274
- package/dist/tag/style.css +274 -274
- package/dist/terminal/index.js +41 -38
- package/dist/terminal/style.css +336 -336
- package/dist/textarea/index.js +90 -76
- package/dist/textarea/style.css +370 -370
- package/dist/theme/styles.css +271 -271
- package/dist/tiered-menu/index.js +65 -60
- package/dist/tiered-menu/style.css +364 -364
- package/dist/timeline/index.js +50 -47
- package/dist/timeline/style.css +274 -274
- package/dist/toast/index.js +111 -108
- package/dist/toast/style.css +274 -274
- package/dist/toggle-button/style.css +274 -274
- package/dist/toolbar/index.js +21 -15
- package/dist/toolbar/style.css +272 -272
- package/dist/tooltip/style.css +272 -272
- package/dist/tree/index.js +214 -211
- package/dist/tree/style.css +274 -274
- package/dist/tree-select/index.js +218 -215
- package/dist/tree-select/style.css +653 -653
- package/dist/tree-table/index.js +58 -55
- package/dist/tree-table/style.css +274 -274
- package/dist/useComponentAttrs-BTYEe61P.js +70 -0
- package/dist/virtual-scroller/index.js +32 -29
- package/dist/virtual-scroller/style.css +272 -272
- package/package.json +13 -8
- package/dist/Checkbox-D8Ma0ZbG.js +0 -108
- package/dist/Pagination-BiaLUjrx.js +0 -155
- package/dist/Popover-BXSXRV-B.js +0 -162
- package/dist/ProgressSpinner-DPavp_Ff.js +0 -89
- package/dist/Radio-ChJ6GX_G.js +0 -91
- package/dist/Scrollbar-BGCxnXaQ.js +0 -407
package/dist/block-ui/index.js
CHANGED
|
@@ -1,28 +1,33 @@
|
|
|
1
|
+
import { r as e } from "../useComponentAttrs-BTYEe61P.js";
|
|
1
2
|
import "./style.js";
|
|
2
|
-
import { Transition as
|
|
3
|
+
import { Transition as t, computed as n, createCommentVNode as r, createElementBlock as i, createElementVNode as a, createVNode as o, defineComponent as s, mergeProps as c, openBlock as l, renderSlot as u, unref as d, useAttrs as f, withCtx as p } from "vue";
|
|
3
4
|
//#region src/components/BlockUI/BlockUI.vue?vue&type=script&setup=true&lang.ts
|
|
4
|
-
var
|
|
5
|
+
var m = ["aria-busy", "inert"], h = {
|
|
5
6
|
key: 0,
|
|
6
7
|
class: "m-blockui__overlay",
|
|
7
8
|
role: "presentation",
|
|
8
9
|
"aria-hidden": "true"
|
|
9
|
-
},
|
|
10
|
+
}, g = /* @__PURE__ */ s({
|
|
11
|
+
inheritAttrs: !1,
|
|
10
12
|
__name: "BlockUI",
|
|
11
|
-
props: {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
13
|
+
props: {
|
|
14
|
+
pt: {},
|
|
15
|
+
blocked: {
|
|
16
|
+
type: Boolean,
|
|
17
|
+
default: !1
|
|
18
|
+
}
|
|
19
|
+
},
|
|
20
|
+
setup(s) {
|
|
21
|
+
let g = s, _ = f(), { rootAttrs: v } = e(_, () => g.pt), y = n(() => ["m-blockui", { "m-blockui--blocked": g.blocked }]);
|
|
22
|
+
return (e, n) => (l(), i("div", c(d(v), { class: y.value }), [a("div", {
|
|
18
23
|
class: "m-blockui__content",
|
|
19
|
-
"aria-busy":
|
|
20
|
-
inert:
|
|
21
|
-
}, [
|
|
22
|
-
default:
|
|
24
|
+
"aria-busy": s.blocked || void 0,
|
|
25
|
+
inert: s.blocked
|
|
26
|
+
}, [u(e.$slots, "default")], 8, m), o(t, { name: "m-blockui" }, {
|
|
27
|
+
default: p(() => [s.blocked ? (l(), i("div", h)) : r("", !0)]),
|
|
23
28
|
_: 1
|
|
24
|
-
})],
|
|
29
|
+
})], 16));
|
|
25
30
|
}
|
|
26
31
|
});
|
|
27
32
|
//#endregion
|
|
28
|
-
export {
|
|
33
|
+
export { g as MBlockUI };
|
package/dist/block-ui/style.css
CHANGED
|
@@ -1,274 +1,274 @@
|
|
|
1
|
-
:root {
|
|
2
|
-
--m-color-primary: #2563eb;
|
|
3
|
-
--m-color-primary-hover: #1d4ed8;
|
|
4
|
-
--m-color-surface: #ffffff;
|
|
5
|
-
--m-color-text: #0f172a;
|
|
6
|
-
--m-color-text-muted: #64748b;
|
|
7
|
-
--m-color-border: #e2e8f0;
|
|
8
|
-
--m-color-focus-ring: #2563eb;
|
|
9
|
-
/* Naive-inspired control sizing (tiny omitted; medium = default) */
|
|
10
|
-
--m-control-height-small: 28px;
|
|
11
|
-
--m-control-height-medium: 34px;
|
|
12
|
-
--m-control-height-large: 40px;
|
|
13
|
-
--m-control-font-small: 14px;
|
|
14
|
-
--m-control-font-medium: 14px;
|
|
15
|
-
--m-control-font-large: 15px;
|
|
16
|
-
--m-control-padding-x-small: 10px;
|
|
17
|
-
--m-control-padding-x-medium: 12px;
|
|
18
|
-
--m-control-padding-x-large: 14px;
|
|
19
|
-
|
|
20
|
-
--m-radius-control: 3px;
|
|
21
|
-
--m-border-width: 1px;
|
|
22
|
-
--m-focus-shadow: 0 0 0 2px
|
|
23
|
-
color-mix(in srgb, var(--m-color-primary) 20%, transparent);
|
|
24
|
-
--m-focus-shadow-danger: 0 0 0 2px
|
|
25
|
-
color-mix(in srgb, var(--m-color-danger) 20%, transparent);
|
|
26
|
-
--m-color-success: #159570;
|
|
27
|
-
--m-color-info: #2563eb;
|
|
28
|
-
--m-color-warning: #d97706;
|
|
29
|
-
--m-color-warn: var(--m-color-warning);
|
|
30
|
-
--m-color-help: #9333ea;
|
|
31
|
-
--m-color-danger: #dc2626;
|
|
32
|
-
--m-color-contrast: #0f172a;
|
|
33
|
-
--m-color-contrast-fg: #ffffff;
|
|
34
|
-
--m-color-contrast-hover: #1e293b;
|
|
35
|
-
--m-color-contrast-active: #020617;
|
|
36
|
-
--m-color-on-emphasis: #ffffff;
|
|
37
|
-
--m-overlay-scrim: rgb(15 23 42 / 0.55);
|
|
38
|
-
--m-shadow-sm: 0 1px 2px rgb(15 23 42 / 0.25);
|
|
39
|
-
--m-shadow-md: 0 0.75rem 2rem rgb(15 23 42 / 0.16);
|
|
40
|
-
--m-shadow-lg: 0 1rem 3rem rgb(15 23 42 / 0.25);
|
|
41
|
-
--m-shadow-sticky: 4px 0 8px color-mix(in srgb, #000 6%, transparent);
|
|
42
|
-
--m-shadow-sticky-end: -4px 0 8px color-mix(in srgb, #000 6%, transparent);
|
|
43
|
-
|
|
44
|
-
/* Typography scale (component text, not control-height fonts) */
|
|
45
|
-
--m-font-size-xs: 0.75rem;
|
|
46
|
-
--m-font-size-sm: 0.8125rem;
|
|
47
|
-
--m-font-size-md: 0.875rem;
|
|
48
|
-
--m-font-size-lg: 1.125rem;
|
|
49
|
-
--m-opacity-disabled: 0.55;
|
|
50
|
-
/* Layering: override --m-z-base via ConfigProvider / createMoryaUI */
|
|
51
|
-
--m-z-base: 1000;
|
|
52
|
-
--m-z-overlay: var(--m-z-base);
|
|
53
|
-
--m-z-overlay-raised: calc(var(--m-z-base) + 1);
|
|
54
|
-
--m-z-dropdown: calc(var(--m-z-base) + 50);
|
|
55
|
-
--m-z-tooltip: calc(var(--m-z-base) + 60);
|
|
56
|
-
--m-z-toast: calc(var(--m-z-base) + 100);
|
|
57
|
-
--m-z-popper: 40;
|
|
58
|
-
|
|
59
|
-
--m-control-affix-size: 2rem;
|
|
60
|
-
--m-control-affix-gap: 2.35rem;
|
|
61
|
-
--m-control-affix-padding: 2.5rem;
|
|
62
|
-
--m-space-1: 0.25rem;
|
|
63
|
-
--m-space-2: 0.5rem;
|
|
64
|
-
--m-space-3: 0.75rem;
|
|
65
|
-
--m-space-4: 1rem;
|
|
66
|
-
--m-space-5: 1.25rem;
|
|
67
|
-
--m-space-6: 1.5rem;
|
|
68
|
-
--m-space-8: 2rem;
|
|
69
|
-
--m-radius-sm: 0.25rem;
|
|
70
|
-
--m-radius-md: 0.5rem;
|
|
71
|
-
--m-radius-lg: 0.75rem;
|
|
72
|
-
--m-radius-full: 9999px;
|
|
73
|
-
--m-font-sans: Inter, ui-sans-serif, system-ui, sans-serif;
|
|
74
|
-
--m-motion-fast: 150ms;
|
|
75
|
-
--m-motion-normal: 250ms;
|
|
76
|
-
--m-motion-ease: cubic-bezier(0.2, 0, 0, 1);
|
|
77
|
-
--m-motion-enter: 180ms;
|
|
78
|
-
--m-motion-exit: 130ms;
|
|
79
|
-
--m-motion-distance: 0.5rem;
|
|
80
|
-
--m-motion-spin: 1s;
|
|
81
|
-
--m-motion-spin-dash: 1.5s;
|
|
82
|
-
--m-motion-spin-fast: 0.8s;
|
|
83
|
-
--m-motion-spin-medium: 0.7s;
|
|
84
|
-
--m-motion-skeleton: 1.4s;
|
|
85
|
-
--m-motion-pulse: 1.2s;
|
|
86
|
-
--m-motion-scrollbar-show: 340ms;
|
|
87
|
-
--m-motion-scrollbar-hide: 120ms;
|
|
88
|
-
--m-dataview-grid-min: 10rem;
|
|
89
|
-
--m-tree-indent: 0.7rem;
|
|
90
|
-
--m-tree-indent-padding: var(--m-space-3);
|
|
91
|
-
--m-layout-trigger-bar-height: 4.5rem;
|
|
92
|
-
--m-layout-trigger-bar-offset: 1.75rem;
|
|
93
|
-
--m-layout-trigger-bar-width: 2rem;
|
|
94
|
-
--m-layout-trigger-bar-top: 2.25rem;
|
|
95
|
-
--m-timeline-event-min-height: 4rem;
|
|
96
|
-
--m-timeline-marker-size: 1.5rem;
|
|
97
|
-
--m-tag-font-size-small: var(--m-font-size-xs);
|
|
98
|
-
--m-slider-tooltip-offset: 1.5rem;
|
|
99
|
-
--m-slider-tooltip-padding-block: 0.15rem;
|
|
100
|
-
--m-slider-tooltip-padding-inline: 0.4rem;
|
|
101
|
-
--m-rating-star-size-small: 1rem;
|
|
102
|
-
--m-rating-star-size-medium: 1.25rem;
|
|
103
|
-
--m-rating-star-size-large: 1.5rem;
|
|
104
|
-
--m-rating-star-padding: 0.15rem;
|
|
105
|
-
--m-slider-marks-inset: 0.9rem;
|
|
106
|
-
--m-slider-marks-side: 0.5rem;
|
|
107
|
-
--m-stepper-connector-color: var(--m-color-border);
|
|
108
|
-
|
|
109
|
-
/* Table (Element Plus–aligned) */
|
|
110
|
-
--m-color-fill-light: color-mix(in srgb, var(--m-color-text) 6%, var(--m-color-surface));
|
|
111
|
-
--m-color-fill-lighter: color-mix(in srgb, var(--m-color-text) 3.5%, var(--m-color-surface));
|
|
112
|
-
--m-table-border-color: var(--m-color-border);
|
|
113
|
-
--m-table-header-bg: var(--m-color-fill-light);
|
|
114
|
-
--m-table-header-text: var(--m-color-text);
|
|
115
|
-
--m-table-text: var(--m-color-text);
|
|
116
|
-
--m-table-row-bg: var(--m-color-surface);
|
|
117
|
-
--m-table-row-hover-bg: var(--m-color-fill-light);
|
|
118
|
-
--m-table-row-striped-bg: var(--m-color-fill-lighter);
|
|
119
|
-
--m-table-row-current-bg: color-mix(in srgb, var(--m-color-primary) 10%, var(--m-color-surface));
|
|
120
|
-
--m-table-row-selected-bg: color-mix(in srgb, var(--m-color-primary) 14%, var(--m-color-surface));
|
|
121
|
-
--m-table-expanded-bg: var(--m-color-fill-lighter);
|
|
122
|
-
--m-table-font-size: var(--m-font-size-md);
|
|
123
|
-
--m-table-row-height: 40px;
|
|
124
|
-
--m-table-cell-line-height: 23px;
|
|
125
|
-
--m-table-cell-padding-inline: 12px;
|
|
126
|
-
}
|
|
127
|
-
|
|
128
|
-
:root[data-m-motion="reduced"] {
|
|
129
|
-
--m-motion-fast: 80ms;
|
|
130
|
-
--m-motion-normal: 120ms;
|
|
131
|
-
--m-motion-enter: 100ms;
|
|
132
|
-
--m-motion-exit: 80ms;
|
|
133
|
-
--m-motion-distance: 0;
|
|
134
|
-
}
|
|
135
|
-
|
|
136
|
-
:root[data-m-motion="none"] {
|
|
137
|
-
--m-motion-fast: 0ms;
|
|
138
|
-
--m-motion-normal: 0ms;
|
|
139
|
-
--m-motion-enter: 0ms;
|
|
140
|
-
--m-motion-exit: 0ms;
|
|
141
|
-
--m-motion-distance: 0;
|
|
142
|
-
}
|
|
143
|
-
|
|
144
|
-
/* Global density: scales spacing + control heights (Vuetify-inspired, WD tokens) */
|
|
145
|
-
:root,
|
|
146
|
-
[data-m-density="comfortable"] {
|
|
147
|
-
--m-density-scale: 1;
|
|
148
|
-
--m-menu-item-height: calc(var(--m-control-height-medium) + var(--m-space-2));
|
|
149
|
-
--m-checkbox-control-size: 1.125rem;
|
|
150
|
-
}
|
|
151
|
-
|
|
152
|
-
[data-m-density="compact"] {
|
|
153
|
-
--m-menu-item-height: calc(var(--m-control-height-medium) + var(--m-space-1));
|
|
154
|
-
--m-control-affix-padding: 2.15rem;
|
|
155
|
-
--m-control-affix-gap: 2rem;
|
|
156
|
-
--m-checkbox-control-size: 1rem;
|
|
157
|
-
--m-space-1: 0.2rem;
|
|
158
|
-
--m-space-2: 0.4rem;
|
|
159
|
-
--m-space-3: 0.6rem;
|
|
160
|
-
--m-space-4: 0.85rem;
|
|
161
|
-
--m-space-5: 1.05rem;
|
|
162
|
-
--m-space-6: 1.25rem;
|
|
163
|
-
--m-space-8: 1.7rem;
|
|
164
|
-
--m-control-height-small: 24px;
|
|
165
|
-
--m-control-height-medium: 28px;
|
|
166
|
-
--m-control-height-large: 34px;
|
|
167
|
-
--m-control-font-small: 13px;
|
|
168
|
-
--m-control-font-medium: 13px;
|
|
169
|
-
--m-control-font-large: 14px;
|
|
170
|
-
--m-control-padding-x-small: 8px;
|
|
171
|
-
--m-control-padding-x-medium: 10px;
|
|
172
|
-
--m-control-padding-x-large: 12px;
|
|
173
|
-
--m-table-row-height: 36px;
|
|
174
|
-
--m-table-cell-line-height: 20px;
|
|
175
|
-
--m-table-cell-padding-inline: 10px;
|
|
176
|
-
--m-table-font-size: var(--m-font-size-sm);
|
|
177
|
-
}
|
|
178
|
-
|
|
179
|
-
[data-m-density="spacious"] {
|
|
180
|
-
--m-menu-item-height: calc(var(--m-control-height-medium) + var(--m-space-3));
|
|
181
|
-
--m-control-affix-padding: 2.85rem;
|
|
182
|
-
--m-control-affix-gap: 2.65rem;
|
|
183
|
-
--m-checkbox-control-size: 1.25rem;
|
|
184
|
-
--m-space-1: 0.3rem;
|
|
185
|
-
--m-space-2: 0.6rem;
|
|
186
|
-
--m-space-3: 0.9rem;
|
|
187
|
-
--m-space-4: 1.15rem;
|
|
188
|
-
--m-space-5: 1.45rem;
|
|
189
|
-
--m-space-6: 1.75rem;
|
|
190
|
-
--m-space-8: 2.35rem;
|
|
191
|
-
--m-control-height-small: 32px;
|
|
192
|
-
--m-control-height-medium: 40px;
|
|
193
|
-
--m-control-height-large: 46px;
|
|
194
|
-
--m-control-font-small: 14px;
|
|
195
|
-
--m-control-font-medium: 15px;
|
|
196
|
-
--m-control-font-large: 16px;
|
|
197
|
-
--m-control-padding-x-small: 12px;
|
|
198
|
-
--m-control-padding-x-medium: 14px;
|
|
199
|
-
--m-control-padding-x-large: 16px;
|
|
200
|
-
--m-table-row-height: 48px;
|
|
201
|
-
--m-table-cell-line-height: 26px;
|
|
202
|
-
--m-table-cell-padding-inline: 16px;
|
|
203
|
-
--m-table-font-size: 1rem;
|
|
204
|
-
}
|
|
205
|
-
|
|
206
|
-
[data-m-density="compact"] .m-layout-header {
|
|
207
|
-
--m-layout-header-height: 48px;
|
|
208
|
-
}
|
|
209
|
-
|
|
210
|
-
[data-m-density="compact"] .m-layout-footer {
|
|
211
|
-
--m-layout-footer-height: 40px;
|
|
212
|
-
}
|
|
213
|
-
|
|
214
|
-
[data-m-density="compact"] .m-layout-sider {
|
|
215
|
-
--m-layout-sider-width: 240px;
|
|
216
|
-
--m-layout-sider-collapsed-width: 52px;
|
|
217
|
-
}
|
|
218
|
-
|
|
219
|
-
[data-m-density="spacious"] .m-layout-header {
|
|
220
|
-
--m-layout-header-height: 64px;
|
|
221
|
-
}
|
|
222
|
-
|
|
223
|
-
[data-m-density="spacious"] .m-layout-footer {
|
|
224
|
-
--m-layout-footer-height: 56px;
|
|
225
|
-
}
|
|
226
|
-
|
|
227
|
-
[data-m-density="spacious"] .m-layout-sider {
|
|
228
|
-
--m-layout-sider-width: 288px;
|
|
229
|
-
--m-layout-sider-collapsed-width: 72px;
|
|
230
|
-
}
|
|
231
|
-
|
|
232
|
-
[data-theme="dark"] {
|
|
233
|
-
--m-color-primary: #60a5fa;
|
|
234
|
-
--m-color-primary-hover: #93c5fd;
|
|
235
|
-
--m-color-surface: #0f172a;
|
|
236
|
-
--m-color-text: #f8fafc;
|
|
237
|
-
--m-color-text-muted: #94a3b8;
|
|
238
|
-
--m-color-border: #334155;
|
|
239
|
-
--m-color-focus-ring: #93c5fd;
|
|
240
|
-
--m-focus-shadow: 0 0 0 2px
|
|
241
|
-
color-mix(in srgb, var(--m-color-primary) 28%, transparent);
|
|
242
|
-
--m-focus-shadow-danger: 0 0 0 2px
|
|
243
|
-
color-mix(in srgb, var(--m-color-danger) 28%, transparent);
|
|
244
|
-
--m-color-success: #5eead4;
|
|
245
|
-
--m-color-info: #93c5fd;
|
|
246
|
-
--m-color-warning: #fbbf24;
|
|
247
|
-
--m-color-warn: var(--m-color-warning);
|
|
248
|
-
--m-color-help: #c084fc;
|
|
249
|
-
--m-color-danger: #fca5a5;
|
|
250
|
-
--m-color-contrast: #f8fafc;
|
|
251
|
-
--m-color-contrast-fg: #0f172a;
|
|
252
|
-
--m-color-contrast-hover: #e2e8f0;
|
|
253
|
-
--m-color-contrast-active: #cbd5e1;
|
|
254
|
-
--m-overlay-scrim: rgb(2 6 23 / 0.72);
|
|
255
|
-
--m-shadow-sm: 0 1px 2px rgb(0 0 0 / 0.45);
|
|
256
|
-
--m-shadow-md: 0 0.75rem 2rem rgb(0 0 0 / 0.45);
|
|
257
|
-
--m-shadow-lg: 0 1rem 3rem rgb(0 0 0 / 0.55);
|
|
258
|
-
--m-shadow-sticky: 4px 0 8px color-mix(in srgb, #000 35%, transparent);
|
|
259
|
-
--m-shadow-sticky-end: -4px 0 8px color-mix(in srgb, #000 35%, transparent);
|
|
260
|
-
|
|
261
|
-
--m-table-border-color: color-mix(in srgb, var(--m-color-border) 88%, var(--m-color-text));
|
|
262
|
-
--m-color-fill-light: color-mix(in srgb, var(--m-color-text) 10%, var(--m-color-surface));
|
|
263
|
-
--m-color-fill-lighter: color-mix(in srgb, var(--m-color-text) 6%, var(--m-color-surface));
|
|
264
|
-
--m-table-header-bg: var(--m-color-fill-light);
|
|
265
|
-
--m-table-row-bg: var(--m-color-surface);
|
|
266
|
-
--m-table-row-hover-bg: color-mix(in srgb, var(--m-color-text) 8%, var(--m-color-surface));
|
|
267
|
-
--m-table-row-striped-bg: var(--m-color-fill-lighter);
|
|
268
|
-
--m-table-row-current-bg: color-mix(in srgb, var(--m-color-primary) 16%, var(--m-color-surface));
|
|
269
|
-
--m-table-row-selected-bg: color-mix(in srgb, var(--m-color-primary) 20%, var(--m-color-surface));
|
|
270
|
-
--m-table-expanded-bg: var(--m-color-fill-lighter);
|
|
271
|
-
}
|
|
1
|
+
:root {
|
|
2
|
+
--m-color-primary: #2563eb;
|
|
3
|
+
--m-color-primary-hover: #1d4ed8;
|
|
4
|
+
--m-color-surface: #ffffff;
|
|
5
|
+
--m-color-text: #0f172a;
|
|
6
|
+
--m-color-text-muted: #64748b;
|
|
7
|
+
--m-color-border: #e2e8f0;
|
|
8
|
+
--m-color-focus-ring: #2563eb;
|
|
9
|
+
/* Naive-inspired control sizing (tiny omitted; medium = default) */
|
|
10
|
+
--m-control-height-small: 28px;
|
|
11
|
+
--m-control-height-medium: 34px;
|
|
12
|
+
--m-control-height-large: 40px;
|
|
13
|
+
--m-control-font-small: 14px;
|
|
14
|
+
--m-control-font-medium: 14px;
|
|
15
|
+
--m-control-font-large: 15px;
|
|
16
|
+
--m-control-padding-x-small: 10px;
|
|
17
|
+
--m-control-padding-x-medium: 12px;
|
|
18
|
+
--m-control-padding-x-large: 14px;
|
|
19
|
+
|
|
20
|
+
--m-radius-control: 3px;
|
|
21
|
+
--m-border-width: 1px;
|
|
22
|
+
--m-focus-shadow: 0 0 0 2px
|
|
23
|
+
color-mix(in srgb, var(--m-color-primary) 20%, transparent);
|
|
24
|
+
--m-focus-shadow-danger: 0 0 0 2px
|
|
25
|
+
color-mix(in srgb, var(--m-color-danger) 20%, transparent);
|
|
26
|
+
--m-color-success: #159570;
|
|
27
|
+
--m-color-info: #2563eb;
|
|
28
|
+
--m-color-warning: #d97706;
|
|
29
|
+
--m-color-warn: var(--m-color-warning);
|
|
30
|
+
--m-color-help: #9333ea;
|
|
31
|
+
--m-color-danger: #dc2626;
|
|
32
|
+
--m-color-contrast: #0f172a;
|
|
33
|
+
--m-color-contrast-fg: #ffffff;
|
|
34
|
+
--m-color-contrast-hover: #1e293b;
|
|
35
|
+
--m-color-contrast-active: #020617;
|
|
36
|
+
--m-color-on-emphasis: #ffffff;
|
|
37
|
+
--m-overlay-scrim: rgb(15 23 42 / 0.55);
|
|
38
|
+
--m-shadow-sm: 0 1px 2px rgb(15 23 42 / 0.25);
|
|
39
|
+
--m-shadow-md: 0 0.75rem 2rem rgb(15 23 42 / 0.16);
|
|
40
|
+
--m-shadow-lg: 0 1rem 3rem rgb(15 23 42 / 0.25);
|
|
41
|
+
--m-shadow-sticky: 4px 0 8px color-mix(in srgb, #000 6%, transparent);
|
|
42
|
+
--m-shadow-sticky-end: -4px 0 8px color-mix(in srgb, #000 6%, transparent);
|
|
43
|
+
|
|
44
|
+
/* Typography scale (component text, not control-height fonts) */
|
|
45
|
+
--m-font-size-xs: 0.75rem;
|
|
46
|
+
--m-font-size-sm: 0.8125rem;
|
|
47
|
+
--m-font-size-md: 0.875rem;
|
|
48
|
+
--m-font-size-lg: 1.125rem;
|
|
49
|
+
--m-opacity-disabled: 0.55;
|
|
50
|
+
/* Layering: override --m-z-base via ConfigProvider / createMoryaUI */
|
|
51
|
+
--m-z-base: 1000;
|
|
52
|
+
--m-z-overlay: var(--m-z-base);
|
|
53
|
+
--m-z-overlay-raised: calc(var(--m-z-base) + 1);
|
|
54
|
+
--m-z-dropdown: calc(var(--m-z-base) + 50);
|
|
55
|
+
--m-z-tooltip: calc(var(--m-z-base) + 60);
|
|
56
|
+
--m-z-toast: calc(var(--m-z-base) + 100);
|
|
57
|
+
--m-z-popper: 40;
|
|
58
|
+
|
|
59
|
+
--m-control-affix-size: 2rem;
|
|
60
|
+
--m-control-affix-gap: 2.35rem;
|
|
61
|
+
--m-control-affix-padding: 2.5rem;
|
|
62
|
+
--m-space-1: 0.25rem;
|
|
63
|
+
--m-space-2: 0.5rem;
|
|
64
|
+
--m-space-3: 0.75rem;
|
|
65
|
+
--m-space-4: 1rem;
|
|
66
|
+
--m-space-5: 1.25rem;
|
|
67
|
+
--m-space-6: 1.5rem;
|
|
68
|
+
--m-space-8: 2rem;
|
|
69
|
+
--m-radius-sm: 0.25rem;
|
|
70
|
+
--m-radius-md: 0.5rem;
|
|
71
|
+
--m-radius-lg: 0.75rem;
|
|
72
|
+
--m-radius-full: 9999px;
|
|
73
|
+
--m-font-sans: Inter, ui-sans-serif, system-ui, sans-serif;
|
|
74
|
+
--m-motion-fast: 150ms;
|
|
75
|
+
--m-motion-normal: 250ms;
|
|
76
|
+
--m-motion-ease: cubic-bezier(0.2, 0, 0, 1);
|
|
77
|
+
--m-motion-enter: 180ms;
|
|
78
|
+
--m-motion-exit: 130ms;
|
|
79
|
+
--m-motion-distance: 0.5rem;
|
|
80
|
+
--m-motion-spin: 1s;
|
|
81
|
+
--m-motion-spin-dash: 1.5s;
|
|
82
|
+
--m-motion-spin-fast: 0.8s;
|
|
83
|
+
--m-motion-spin-medium: 0.7s;
|
|
84
|
+
--m-motion-skeleton: 1.4s;
|
|
85
|
+
--m-motion-pulse: 1.2s;
|
|
86
|
+
--m-motion-scrollbar-show: 340ms;
|
|
87
|
+
--m-motion-scrollbar-hide: 120ms;
|
|
88
|
+
--m-dataview-grid-min: 10rem;
|
|
89
|
+
--m-tree-indent: 0.7rem;
|
|
90
|
+
--m-tree-indent-padding: var(--m-space-3);
|
|
91
|
+
--m-layout-trigger-bar-height: 4.5rem;
|
|
92
|
+
--m-layout-trigger-bar-offset: 1.75rem;
|
|
93
|
+
--m-layout-trigger-bar-width: 2rem;
|
|
94
|
+
--m-layout-trigger-bar-top: 2.25rem;
|
|
95
|
+
--m-timeline-event-min-height: 4rem;
|
|
96
|
+
--m-timeline-marker-size: 1.5rem;
|
|
97
|
+
--m-tag-font-size-small: var(--m-font-size-xs);
|
|
98
|
+
--m-slider-tooltip-offset: 1.5rem;
|
|
99
|
+
--m-slider-tooltip-padding-block: 0.15rem;
|
|
100
|
+
--m-slider-tooltip-padding-inline: 0.4rem;
|
|
101
|
+
--m-rating-star-size-small: 1rem;
|
|
102
|
+
--m-rating-star-size-medium: 1.25rem;
|
|
103
|
+
--m-rating-star-size-large: 1.5rem;
|
|
104
|
+
--m-rating-star-padding: 0.15rem;
|
|
105
|
+
--m-slider-marks-inset: 0.9rem;
|
|
106
|
+
--m-slider-marks-side: 0.5rem;
|
|
107
|
+
--m-stepper-connector-color: var(--m-color-border);
|
|
108
|
+
|
|
109
|
+
/* Table (Element Plus–aligned) */
|
|
110
|
+
--m-color-fill-light: color-mix(in srgb, var(--m-color-text) 6%, var(--m-color-surface));
|
|
111
|
+
--m-color-fill-lighter: color-mix(in srgb, var(--m-color-text) 3.5%, var(--m-color-surface));
|
|
112
|
+
--m-table-border-color: var(--m-color-border);
|
|
113
|
+
--m-table-header-bg: var(--m-color-fill-light);
|
|
114
|
+
--m-table-header-text: var(--m-color-text);
|
|
115
|
+
--m-table-text: var(--m-color-text);
|
|
116
|
+
--m-table-row-bg: var(--m-color-surface);
|
|
117
|
+
--m-table-row-hover-bg: var(--m-color-fill-light);
|
|
118
|
+
--m-table-row-striped-bg: var(--m-color-fill-lighter);
|
|
119
|
+
--m-table-row-current-bg: color-mix(in srgb, var(--m-color-primary) 10%, var(--m-color-surface));
|
|
120
|
+
--m-table-row-selected-bg: color-mix(in srgb, var(--m-color-primary) 14%, var(--m-color-surface));
|
|
121
|
+
--m-table-expanded-bg: var(--m-color-fill-lighter);
|
|
122
|
+
--m-table-font-size: var(--m-font-size-md);
|
|
123
|
+
--m-table-row-height: 40px;
|
|
124
|
+
--m-table-cell-line-height: 23px;
|
|
125
|
+
--m-table-cell-padding-inline: 12px;
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
:root[data-m-motion="reduced"] {
|
|
129
|
+
--m-motion-fast: 80ms;
|
|
130
|
+
--m-motion-normal: 120ms;
|
|
131
|
+
--m-motion-enter: 100ms;
|
|
132
|
+
--m-motion-exit: 80ms;
|
|
133
|
+
--m-motion-distance: 0;
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
:root[data-m-motion="none"] {
|
|
137
|
+
--m-motion-fast: 0ms;
|
|
138
|
+
--m-motion-normal: 0ms;
|
|
139
|
+
--m-motion-enter: 0ms;
|
|
140
|
+
--m-motion-exit: 0ms;
|
|
141
|
+
--m-motion-distance: 0;
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
/* Global density: scales spacing + control heights (Vuetify-inspired, WD tokens) */
|
|
145
|
+
:root,
|
|
146
|
+
[data-m-density="comfortable"] {
|
|
147
|
+
--m-density-scale: 1;
|
|
148
|
+
--m-menu-item-height: calc(var(--m-control-height-medium) + var(--m-space-2));
|
|
149
|
+
--m-checkbox-control-size: 1.125rem;
|
|
150
|
+
}
|
|
151
|
+
|
|
152
|
+
[data-m-density="compact"] {
|
|
153
|
+
--m-menu-item-height: calc(var(--m-control-height-medium) + var(--m-space-1));
|
|
154
|
+
--m-control-affix-padding: 2.15rem;
|
|
155
|
+
--m-control-affix-gap: 2rem;
|
|
156
|
+
--m-checkbox-control-size: 1rem;
|
|
157
|
+
--m-space-1: 0.2rem;
|
|
158
|
+
--m-space-2: 0.4rem;
|
|
159
|
+
--m-space-3: 0.6rem;
|
|
160
|
+
--m-space-4: 0.85rem;
|
|
161
|
+
--m-space-5: 1.05rem;
|
|
162
|
+
--m-space-6: 1.25rem;
|
|
163
|
+
--m-space-8: 1.7rem;
|
|
164
|
+
--m-control-height-small: 24px;
|
|
165
|
+
--m-control-height-medium: 28px;
|
|
166
|
+
--m-control-height-large: 34px;
|
|
167
|
+
--m-control-font-small: 13px;
|
|
168
|
+
--m-control-font-medium: 13px;
|
|
169
|
+
--m-control-font-large: 14px;
|
|
170
|
+
--m-control-padding-x-small: 8px;
|
|
171
|
+
--m-control-padding-x-medium: 10px;
|
|
172
|
+
--m-control-padding-x-large: 12px;
|
|
173
|
+
--m-table-row-height: 36px;
|
|
174
|
+
--m-table-cell-line-height: 20px;
|
|
175
|
+
--m-table-cell-padding-inline: 10px;
|
|
176
|
+
--m-table-font-size: var(--m-font-size-sm);
|
|
177
|
+
}
|
|
178
|
+
|
|
179
|
+
[data-m-density="spacious"] {
|
|
180
|
+
--m-menu-item-height: calc(var(--m-control-height-medium) + var(--m-space-3));
|
|
181
|
+
--m-control-affix-padding: 2.85rem;
|
|
182
|
+
--m-control-affix-gap: 2.65rem;
|
|
183
|
+
--m-checkbox-control-size: 1.25rem;
|
|
184
|
+
--m-space-1: 0.3rem;
|
|
185
|
+
--m-space-2: 0.6rem;
|
|
186
|
+
--m-space-3: 0.9rem;
|
|
187
|
+
--m-space-4: 1.15rem;
|
|
188
|
+
--m-space-5: 1.45rem;
|
|
189
|
+
--m-space-6: 1.75rem;
|
|
190
|
+
--m-space-8: 2.35rem;
|
|
191
|
+
--m-control-height-small: 32px;
|
|
192
|
+
--m-control-height-medium: 40px;
|
|
193
|
+
--m-control-height-large: 46px;
|
|
194
|
+
--m-control-font-small: 14px;
|
|
195
|
+
--m-control-font-medium: 15px;
|
|
196
|
+
--m-control-font-large: 16px;
|
|
197
|
+
--m-control-padding-x-small: 12px;
|
|
198
|
+
--m-control-padding-x-medium: 14px;
|
|
199
|
+
--m-control-padding-x-large: 16px;
|
|
200
|
+
--m-table-row-height: 48px;
|
|
201
|
+
--m-table-cell-line-height: 26px;
|
|
202
|
+
--m-table-cell-padding-inline: 16px;
|
|
203
|
+
--m-table-font-size: 1rem;
|
|
204
|
+
}
|
|
205
|
+
|
|
206
|
+
[data-m-density="compact"] .m-layout-header {
|
|
207
|
+
--m-layout-header-height: 48px;
|
|
208
|
+
}
|
|
209
|
+
|
|
210
|
+
[data-m-density="compact"] .m-layout-footer {
|
|
211
|
+
--m-layout-footer-height: 40px;
|
|
212
|
+
}
|
|
213
|
+
|
|
214
|
+
[data-m-density="compact"] .m-layout-sider {
|
|
215
|
+
--m-layout-sider-width: 240px;
|
|
216
|
+
--m-layout-sider-collapsed-width: 52px;
|
|
217
|
+
}
|
|
218
|
+
|
|
219
|
+
[data-m-density="spacious"] .m-layout-header {
|
|
220
|
+
--m-layout-header-height: 64px;
|
|
221
|
+
}
|
|
222
|
+
|
|
223
|
+
[data-m-density="spacious"] .m-layout-footer {
|
|
224
|
+
--m-layout-footer-height: 56px;
|
|
225
|
+
}
|
|
226
|
+
|
|
227
|
+
[data-m-density="spacious"] .m-layout-sider {
|
|
228
|
+
--m-layout-sider-width: 288px;
|
|
229
|
+
--m-layout-sider-collapsed-width: 72px;
|
|
230
|
+
}
|
|
231
|
+
|
|
232
|
+
[data-theme="dark"] {
|
|
233
|
+
--m-color-primary: #60a5fa;
|
|
234
|
+
--m-color-primary-hover: #93c5fd;
|
|
235
|
+
--m-color-surface: #0f172a;
|
|
236
|
+
--m-color-text: #f8fafc;
|
|
237
|
+
--m-color-text-muted: #94a3b8;
|
|
238
|
+
--m-color-border: #334155;
|
|
239
|
+
--m-color-focus-ring: #93c5fd;
|
|
240
|
+
--m-focus-shadow: 0 0 0 2px
|
|
241
|
+
color-mix(in srgb, var(--m-color-primary) 28%, transparent);
|
|
242
|
+
--m-focus-shadow-danger: 0 0 0 2px
|
|
243
|
+
color-mix(in srgb, var(--m-color-danger) 28%, transparent);
|
|
244
|
+
--m-color-success: #5eead4;
|
|
245
|
+
--m-color-info: #93c5fd;
|
|
246
|
+
--m-color-warning: #fbbf24;
|
|
247
|
+
--m-color-warn: var(--m-color-warning);
|
|
248
|
+
--m-color-help: #c084fc;
|
|
249
|
+
--m-color-danger: #fca5a5;
|
|
250
|
+
--m-color-contrast: #f8fafc;
|
|
251
|
+
--m-color-contrast-fg: #0f172a;
|
|
252
|
+
--m-color-contrast-hover: #e2e8f0;
|
|
253
|
+
--m-color-contrast-active: #cbd5e1;
|
|
254
|
+
--m-overlay-scrim: rgb(2 6 23 / 0.72);
|
|
255
|
+
--m-shadow-sm: 0 1px 2px rgb(0 0 0 / 0.45);
|
|
256
|
+
--m-shadow-md: 0 0.75rem 2rem rgb(0 0 0 / 0.45);
|
|
257
|
+
--m-shadow-lg: 0 1rem 3rem rgb(0 0 0 / 0.55);
|
|
258
|
+
--m-shadow-sticky: 4px 0 8px color-mix(in srgb, #000 35%, transparent);
|
|
259
|
+
--m-shadow-sticky-end: -4px 0 8px color-mix(in srgb, #000 35%, transparent);
|
|
260
|
+
|
|
261
|
+
--m-table-border-color: color-mix(in srgb, var(--m-color-border) 88%, var(--m-color-text));
|
|
262
|
+
--m-color-fill-light: color-mix(in srgb, var(--m-color-text) 10%, var(--m-color-surface));
|
|
263
|
+
--m-color-fill-lighter: color-mix(in srgb, var(--m-color-text) 6%, var(--m-color-surface));
|
|
264
|
+
--m-table-header-bg: var(--m-color-fill-light);
|
|
265
|
+
--m-table-row-bg: var(--m-color-surface);
|
|
266
|
+
--m-table-row-hover-bg: color-mix(in srgb, var(--m-color-text) 8%, var(--m-color-surface));
|
|
267
|
+
--m-table-row-striped-bg: var(--m-color-fill-lighter);
|
|
268
|
+
--m-table-row-current-bg: color-mix(in srgb, var(--m-color-primary) 16%, var(--m-color-surface));
|
|
269
|
+
--m-table-row-selected-bg: color-mix(in srgb, var(--m-color-primary) 20%, var(--m-color-surface));
|
|
270
|
+
--m-table-expanded-bg: var(--m-color-fill-lighter);
|
|
271
|
+
}
|
|
272
272
|
|
|
273
273
|
/* Shared tokens consumption, type, focus, and mixed selectors. */
|
|
274
274
|
|
|
@@ -447,7 +447,7 @@
|
|
|
447
447
|
}
|
|
448
448
|
|
|
449
449
|
/* Shared loading spinner rotation (ProgressSpinner, Switch, ProgressBar, AutoComplete) */
|
|
450
|
-
@keyframes
|
|
450
|
+
@keyframes m-progress-spinner-rotate {
|
|
451
451
|
100% {
|
|
452
452
|
transform: rotate(360deg);
|
|
453
453
|
}
|