@well-insight/ui 0.1.6 → 0.1.8
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 +14 -0
- package/README.md +31 -23
- package/README.zh-CN.md +64 -42
- package/dist/Button-BZzV1X-d.js +156 -0
- package/dist/Checkbox-BtgWgkHI.js +107 -0
- package/dist/Icon-B6gOD07E.js +452 -0
- package/dist/Pagination-C-F_ZDXr.js +148 -0
- package/dist/ProgressSpinner-YThgaSzb.js +85 -0
- package/dist/Renderable-IhqISc5E.js +45 -0
- package/dist/Scrollbar-D-bR2noX.js +382 -0
- package/dist/accordion/index.js +66 -0
- package/dist/accordion/style.css +796 -0
- package/dist/accordion/style.js +3 -0
- package/dist/asyncGuard-CPGT_TKu.js +6 -0
- package/dist/auto-complete/index.js +206 -0
- package/dist/auto-complete/style.css +910 -0
- package/dist/auto-complete/style.js +4 -0
- package/dist/avatar/index.js +93 -0
- package/dist/avatar/style.css +851 -0
- package/dist/avatar/style.js +4 -0
- package/dist/badge/index.js +49 -0
- package/dist/badge/style.css +858 -0
- package/dist/badge/style.js +3 -0
- package/dist/block-ui/index.js +24 -0
- package/dist/block-ui/style.css +756 -0
- package/dist/block-ui/style.js +3 -0
- package/dist/breadcrumb/index.js +45 -0
- package/dist/breadcrumb/style.css +781 -0
- package/dist/breadcrumb/style.js +3 -0
- package/dist/button/index.js +24 -0
- package/dist/button/style.css +1267 -0
- package/dist/button/style.js +4 -0
- package/dist/card/index.js +56 -0
- package/dist/card/style.css +804 -0
- package/dist/card/style.js +3 -0
- package/dist/carousel/index.js +111 -0
- package/dist/carousel/style.css +784 -0
- package/dist/carousel/style.js +3 -0
- package/dist/cascade-select/index.js +129 -0
- package/dist/cascade-select/style.css +844 -0
- package/dist/cascade-select/style.js +3 -0
- package/dist/checkStrategy-CZzuUKDI.js +63 -0
- package/dist/checkbox/index.js +51 -0
- package/dist/checkbox/style.css +754 -0
- package/dist/checkbox/style.js +3 -0
- package/dist/chip/index.js +67 -0
- package/dist/chip/style.css +878 -0
- package/dist/chip/style.js +4 -0
- package/dist/command-menu/index.js +118 -0
- package/dist/command-menu/style.css +810 -0
- package/dist/command-menu/style.js +3 -0
- package/dist/component-registry.d.ts.map +1 -1
- package/dist/components/Accordion/Accordion.vue.d.ts +7 -3
- package/dist/components/Accordion/Accordion.vue.d.ts.map +1 -1
- package/dist/components/Accordion/index.d.ts.map +1 -1
- package/dist/components/Accordion/styles.css +60 -0
- package/dist/components/AutoComplete/AutoComplete.vue.d.ts +4 -2
- package/dist/components/AutoComplete/AutoComplete.vue.d.ts.map +1 -1
- package/dist/components/AutoComplete/index.d.ts +1 -1
- package/dist/components/AutoComplete/index.d.ts.map +1 -1
- package/dist/components/AutoComplete/styles.css +135 -0
- package/dist/components/AutoComplete/types.d.ts +8 -1
- package/dist/components/AutoComplete/types.d.ts.map +1 -1
- package/dist/components/Avatar/Avatar.vue.d.ts +5 -1
- package/dist/components/Avatar/Avatar.vue.d.ts.map +1 -1
- package/dist/components/Avatar/AvatarGroup.vue.d.ts +6 -0
- package/dist/components/Avatar/AvatarGroup.vue.d.ts.map +1 -0
- package/dist/components/Avatar/index.d.ts +2 -1
- package/dist/components/Avatar/index.d.ts.map +1 -1
- package/dist/components/Avatar/styles.css +76 -0
- package/dist/components/Avatar/types.d.ts +9 -0
- package/dist/components/Avatar/types.d.ts.map +1 -1
- package/dist/components/Badge/Badge.vue.d.ts +12 -1
- package/dist/components/Badge/Badge.vue.d.ts.map +1 -1
- package/dist/components/Badge/index.d.ts +1 -1
- package/dist/components/Badge/index.d.ts.map +1 -1
- package/dist/components/Badge/styles.css +122 -0
- package/dist/components/Badge/types.d.ts +7 -0
- package/dist/components/Badge/types.d.ts.map +1 -1
- package/dist/components/BlockUI/index.d.ts.map +1 -1
- package/dist/components/BlockUI/styles.css +20 -0
- package/dist/components/Breadcrumb/Breadcrumb.vue.d.ts +13 -1
- package/dist/components/Breadcrumb/Breadcrumb.vue.d.ts.map +1 -1
- package/dist/components/Breadcrumb/index.d.ts.map +1 -1
- package/dist/components/Breadcrumb/styles.css +45 -0
- 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 +2 -0
- package/dist/components/Button/Button.vue.d.ts.map +1 -1
- package/dist/components/Button/ButtonGroup.vue.d.ts +18 -0
- package/dist/components/Button/ButtonGroup.vue.d.ts.map +1 -0
- package/dist/components/Button/index.d.ts +2 -1
- package/dist/components/Button/index.d.ts.map +1 -1
- package/dist/components/Button/styles.css +492 -0
- package/dist/components/Button/types.d.ts +14 -2
- package/dist/components/Button/types.d.ts.map +1 -1
- package/dist/components/Card/Card.vue.d.ts +10 -5
- package/dist/components/Card/Card.vue.d.ts.map +1 -1
- package/dist/components/Card/index.d.ts +1 -1
- package/dist/components/Card/index.d.ts.map +1 -1
- package/dist/components/Card/styles.css +68 -0
- package/dist/components/Card/types.d.ts +8 -0
- package/dist/components/Card/types.d.ts.map +1 -1
- package/dist/components/Carousel/Carousel.vue.d.ts +4 -0
- package/dist/components/Carousel/Carousel.vue.d.ts.map +1 -1
- package/dist/components/Carousel/index.d.ts.map +1 -1
- package/dist/components/Carousel/styles.css +48 -0
- package/dist/components/Carousel/types.d.ts +5 -0
- package/dist/components/Carousel/types.d.ts.map +1 -1
- package/dist/components/CascadeSelect/CascadeSelect.vue.d.ts.map +1 -1
- package/dist/components/CascadeSelect/index.d.ts.map +1 -1
- package/dist/components/CascadeSelect/styles.css +108 -0
- package/dist/components/Checkbox/Checkbox.vue.d.ts +1 -0
- package/dist/components/Checkbox/Checkbox.vue.d.ts.map +1 -1
- package/dist/components/Checkbox/CheckboxGroup.vue.d.ts +24 -0
- package/dist/components/Checkbox/CheckboxGroup.vue.d.ts.map +1 -0
- package/dist/components/Checkbox/index.d.ts +2 -1
- package/dist/components/Checkbox/index.d.ts.map +1 -1
- package/dist/components/Checkbox/styles.css +18 -0
- package/dist/components/Checkbox/types.d.ts +29 -2
- package/dist/components/Checkbox/types.d.ts.map +1 -1
- package/dist/components/Chip/Chip.vue.d.ts.map +1 -1
- package/dist/components/Chip/index.d.ts +1 -1
- package/dist/components/Chip/index.d.ts.map +1 -1
- package/dist/components/Chip/styles.css +103 -0
- package/dist/components/Chip/types.d.ts +7 -0
- package/dist/components/Chip/types.d.ts.map +1 -1
- package/dist/components/CommandMenu/index.d.ts.map +1 -1
- package/dist/components/CommandMenu/styles.css +74 -0
- 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/index.d.ts +1 -1
- package/dist/components/ConfigProvider/index.d.ts.map +1 -1
- package/dist/components/ConfigProvider/styles.css +1 -0
- package/dist/components/ConfigProvider/types.d.ts +1 -1
- package/dist/components/ConfigProvider/types.d.ts.map +1 -1
- package/dist/components/ConfirmDialog/ConfirmDialog.vue.d.ts +4 -3
- package/dist/components/ConfirmDialog/ConfirmDialog.vue.d.ts.map +1 -1
- package/dist/components/ConfirmDialog/index.d.ts.map +1 -1
- package/dist/components/ConfirmDialog/styles.css +23 -0
- package/dist/components/ConfirmDialog/types.d.ts +10 -0
- package/dist/components/ConfirmDialog/types.d.ts.map +1 -1
- package/dist/components/ConfirmPopup/ConfirmPopup.vue.d.ts +4 -3
- package/dist/components/ConfirmPopup/ConfirmPopup.vue.d.ts.map +1 -1
- package/dist/components/ConfirmPopup/index.d.ts +1 -1
- package/dist/components/ConfirmPopup/index.d.ts.map +1 -1
- package/dist/components/ConfirmPopup/styles.css +37 -0
- package/dist/components/ConfirmPopup/types.d.ts +9 -0
- 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/ContextMenuNodes.vue.d.ts +13 -0
- package/dist/components/ContextMenu/ContextMenuNodes.vue.d.ts.map +1 -0
- package/dist/components/ContextMenu/index.d.ts +1 -0
- package/dist/components/ContextMenu/index.d.ts.map +1 -1
- package/dist/components/ContextMenu/styles.css +50 -0
- package/dist/components/ContextMenu/types.d.ts +3 -0
- package/dist/components/ContextMenu/types.d.ts.map +1 -1
- package/dist/components/ContextMenu/useContextMenu.d.ts +16 -0
- package/dist/components/ContextMenu/useContextMenu.d.ts.map +1 -0
- package/dist/components/DataView/index.d.ts.map +1 -1
- package/dist/components/DataView/styles.css +33 -0
- package/dist/components/DatePicker/DatePicker.vue.d.ts +7 -3
- package/dist/components/DatePicker/DatePicker.vue.d.ts.map +1 -1
- package/dist/components/DatePicker/index.d.ts +1 -1
- package/dist/components/DatePicker/index.d.ts.map +1 -1
- package/dist/components/DatePicker/styles.css +197 -0
- package/dist/components/DatePicker/types.d.ts +16 -4
- package/dist/components/DatePicker/types.d.ts.map +1 -1
- package/dist/components/Dialog/Dialog.vue.d.ts +4 -4
- package/dist/components/Dialog/Dialog.vue.d.ts.map +1 -1
- package/dist/components/Dialog/index.d.ts +1 -1
- package/dist/components/Dialog/index.d.ts.map +1 -1
- package/dist/components/Dialog/styles.css +225 -0
- package/dist/components/Dialog/types.d.ts +25 -0
- package/dist/components/Dialog/types.d.ts.map +1 -1
- package/dist/components/Divider/Divider.vue.d.ts.map +1 -1
- package/dist/components/Divider/index.d.ts.map +1 -1
- package/dist/components/Divider/styles.css +79 -0
- package/dist/components/Divider/types.d.ts +2 -0
- package/dist/components/Divider/types.d.ts.map +1 -1
- package/dist/components/Dock/index.d.ts.map +1 -1
- package/dist/components/Dock/styles.css +41 -0
- package/dist/components/Drawer/Drawer.vue.d.ts +5 -3
- package/dist/components/Drawer/Drawer.vue.d.ts.map +1 -1
- package/dist/components/Drawer/index.d.ts.map +1 -1
- package/dist/components/Drawer/styles.css +121 -0
- package/dist/components/Drawer/types.d.ts +5 -0
- package/dist/components/Drawer/types.d.ts.map +1 -1
- package/dist/components/Dropdown/Dropdown.vue.d.ts +6 -3
- package/dist/components/Dropdown/Dropdown.vue.d.ts.map +1 -1
- package/dist/components/Dropdown/DropdownNodes.vue.d.ts +32 -0
- package/dist/components/Dropdown/DropdownNodes.vue.d.ts.map +1 -0
- package/dist/components/Dropdown/index.d.ts.map +1 -1
- package/dist/components/Dropdown/styles.css +78 -0
- package/dist/components/Dropdown/types.d.ts +14 -3
- package/dist/components/Dropdown/types.d.ts.map +1 -1
- package/dist/components/Fieldset/index.d.ts.map +1 -1
- package/dist/components/Fieldset/styles.css +37 -0
- package/dist/components/FileUpload/FileUpload.vue.d.ts +1 -0
- package/dist/components/FileUpload/FileUpload.vue.d.ts.map +1 -1
- package/dist/components/FileUpload/index.d.ts.map +1 -1
- package/dist/components/FileUpload/styles.css +300 -0
- 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 +12 -0
- package/dist/components/Flex/Flex.vue.d.ts.map +1 -0
- package/dist/components/Flex/index.d.ts +3 -0
- package/dist/components/Flex/index.d.ts.map +1 -0
- package/dist/components/Flex/styles.css +5 -0
- package/dist/components/Flex/types.d.ts +21 -0
- package/dist/components/Flex/types.d.ts.map +1 -0
- package/dist/components/FloatLabel/index.d.ts.map +1 -1
- package/dist/components/FloatLabel/styles.css +32 -0
- package/dist/components/Fluid/index.d.ts.map +1 -1
- package/dist/components/Fluid/styles.css +7 -0
- package/dist/components/Form/Form.vue.d.ts +4 -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/context.d.ts +8 -3
- package/dist/components/Form/context.d.ts.map +1 -1
- package/dist/components/Form/index.d.ts +1 -1
- package/dist/components/Form/index.d.ts.map +1 -1
- package/dist/components/Form/rules.d.ts +8 -0
- package/dist/components/Form/rules.d.ts.map +1 -0
- package/dist/components/Form/styles.css +69 -0
- package/dist/components/Form/types.d.ts +52 -11
- package/dist/components/Form/types.d.ts.map +1 -1
- package/dist/components/Gallery/index.d.ts.map +1 -1
- package/dist/components/Gallery/styles.css +52 -0
- package/dist/components/Grid/Grid.vue.d.ts +25 -0
- package/dist/components/Grid/Grid.vue.d.ts.map +1 -0
- package/dist/components/Grid/GridItem.vue.d.ts +22 -0
- package/dist/components/Grid/GridItem.vue.d.ts.map +1 -0
- package/dist/components/Grid/index.d.ts +6 -0
- package/dist/components/Grid/index.d.ts.map +1 -0
- package/dist/components/Grid/styles.css +9 -0
- package/dist/components/Grid/types.d.ts +51 -0
- package/dist/components/Grid/types.d.ts.map +1 -0
- package/dist/components/Icon/index.d.ts.map +1 -1
- package/dist/components/Icon/styles.css +38 -0
- package/dist/components/IconField/index.d.ts.map +1 -1
- package/dist/components/IconField/styles.css +27 -0
- package/dist/components/Inplace/index.d.ts.map +1 -1
- package/dist/components/Inplace/styles.css +26 -0
- package/dist/components/Input/Input.vue.d.ts +1 -1
- package/dist/components/Input/Input.vue.d.ts.map +1 -1
- package/dist/components/Input/index.d.ts.map +1 -1
- package/dist/components/Input/styles.css +191 -0
- package/dist/components/InputColor/InputColor.vue.d.ts.map +1 -1
- package/dist/components/InputColor/index.d.ts.map +1 -1
- package/dist/components/InputColor/styles.css +65 -0
- package/dist/components/InputColor/types.d.ts +2 -0
- package/dist/components/InputColor/types.d.ts.map +1 -1
- package/dist/components/InputGroup/index.d.ts.map +1 -1
- package/dist/components/InputGroup/styles.css +20 -0
- package/dist/components/InputNumber/InputNumber.vue.d.ts +3 -1
- package/dist/components/InputNumber/InputNumber.vue.d.ts.map +1 -1
- package/dist/components/InputNumber/index.d.ts +1 -1
- package/dist/components/InputNumber/index.d.ts.map +1 -1
- package/dist/components/InputNumber/styles.css +117 -0
- package/dist/components/InputNumber/types.d.ts +6 -0
- package/dist/components/InputNumber/types.d.ts.map +1 -1
- package/dist/components/InputOtp/InputOtp.vue.d.ts +1 -0
- package/dist/components/InputOtp/InputOtp.vue.d.ts.map +1 -1
- package/dist/components/InputOtp/index.d.ts.map +1 -1
- package/dist/components/InputOtp/styles.css +43 -0
- package/dist/components/InputOtp/types.d.ts +6 -0
- package/dist/components/InputOtp/types.d.ts.map +1 -1
- package/dist/components/InputPassword/InputPassword.vue.d.ts +5 -0
- package/dist/components/InputPassword/InputPassword.vue.d.ts.map +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 +178 -0
- package/dist/components/InputPassword/types.d.ts +14 -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/index.d.ts.map +1 -1
- package/dist/components/InputTags/styles.css +54 -0
- package/dist/components/InputTags/types.d.ts +4 -0
- package/dist/components/InputTags/types.d.ts.map +1 -1
- package/dist/components/Knob/Knob.vue.d.ts +1 -1
- package/dist/components/Knob/index.d.ts.map +1 -1
- package/dist/components/Knob/styles.css +45 -0
- package/dist/components/Label/index.d.ts.map +1 -1
- package/dist/components/Label/styles.css +8 -0
- package/dist/components/Layout/Layout.vue.d.ts +28 -0
- package/dist/components/Layout/Layout.vue.d.ts.map +1 -0
- package/dist/components/Layout/LayoutContent.vue.d.ts +26 -0
- package/dist/components/Layout/LayoutContent.vue.d.ts.map +1 -0
- package/dist/components/Layout/LayoutFooter.vue.d.ts +20 -0
- package/dist/components/Layout/LayoutFooter.vue.d.ts.map +1 -0
- package/dist/components/Layout/LayoutHeader.vue.d.ts +20 -0
- package/dist/components/Layout/LayoutHeader.vue.d.ts.map +1 -0
- package/dist/components/Layout/LayoutSider.vue.d.ts +43 -0
- package/dist/components/Layout/LayoutSider.vue.d.ts.map +1 -0
- package/dist/components/Layout/context.d.ts +8 -0
- package/dist/components/Layout/context.d.ts.map +1 -0
- package/dist/components/Layout/index.d.ts +8 -0
- package/dist/components/Layout/index.d.ts.map +1 -0
- package/dist/components/Layout/styles.css +349 -0
- package/dist/components/Layout/types.d.ts +104 -0
- package/dist/components/Layout/types.d.ts.map +1 -0
- package/dist/components/Listbox/index.d.ts.map +1 -1
- package/dist/components/Listbox/styles.css +68 -0
- package/dist/components/MegaMenu/index.d.ts.map +1 -1
- package/dist/components/MegaMenu/styles.css +75 -0
- package/dist/components/Menu/Menu.vue.d.ts +8 -1
- package/dist/components/Menu/Menu.vue.d.ts.map +1 -1
- package/dist/components/Menu/MenuNodes.vue.d.ts +17 -0
- package/dist/components/Menu/MenuNodes.vue.d.ts.map +1 -0
- package/dist/components/Menu/index.d.ts.map +1 -1
- package/dist/components/Menu/styles.css +68 -0
- package/dist/components/Menu/types.d.ts +10 -0
- package/dist/components/Menu/types.d.ts.map +1 -1
- package/dist/components/Menubar/Menubar.vue.d.ts +9 -2
- package/dist/components/Menubar/Menubar.vue.d.ts.map +1 -1
- package/dist/components/Menubar/index.d.ts +1 -1
- package/dist/components/Menubar/index.d.ts.map +1 -1
- package/dist/components/Menubar/styles.css +93 -0
- package/dist/components/Menubar/types.d.ts +7 -0
- 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/index.d.ts +1 -1
- package/dist/components/Message/index.d.ts.map +1 -1
- package/dist/components/Message/message.d.ts +5 -1
- package/dist/components/Message/message.d.ts.map +1 -1
- package/dist/components/Message/messageState.d.ts +5 -1
- package/dist/components/Message/messageState.d.ts.map +1 -1
- package/dist/components/Message/styles.css +169 -0
- package/dist/components/Message/types.d.ts +9 -0
- package/dist/components/Message/types.d.ts.map +1 -1
- package/dist/components/MeterGroup/index.d.ts.map +1 -1
- package/dist/components/MeterGroup/styles.css +47 -0
- package/dist/components/OrderList/index.d.ts.map +1 -1
- package/dist/components/OrderList/styles.css +41 -0
- package/dist/components/Pagination/Pagination.vue.d.ts +8 -0
- package/dist/components/Pagination/Pagination.vue.d.ts.map +1 -1
- package/dist/components/Pagination/index.d.ts.map +1 -1
- package/dist/components/Pagination/styles.css +76 -0
- package/dist/components/Pagination/types.d.ts +12 -0
- package/dist/components/Pagination/types.d.ts.map +1 -1
- package/dist/components/Panel/Panel.vue.d.ts +3 -1
- package/dist/components/Panel/Panel.vue.d.ts.map +1 -1
- package/dist/components/Panel/index.d.ts +1 -1
- package/dist/components/Panel/index.d.ts.map +1 -1
- package/dist/components/Panel/styles.css +59 -0
- package/dist/components/Panel/types.d.ts +3 -0
- package/dist/components/Panel/types.d.ts.map +1 -1
- package/dist/components/PickList/index.d.ts.map +1 -1
- package/dist/components/PickList/styles.css +38 -0
- package/dist/components/Popover/Popover.vue.d.ts +4 -1
- package/dist/components/Popover/Popover.vue.d.ts.map +1 -1
- package/dist/components/Popover/index.d.ts +1 -1
- package/dist/components/Popover/index.d.ts.map +1 -1
- package/dist/components/Popover/styles.css +64 -0
- package/dist/components/Popover/types.d.ts +7 -0
- package/dist/components/Popover/types.d.ts.map +1 -1
- package/dist/components/ProgressBar/ProgressBar.vue.d.ts +2 -1
- package/dist/components/ProgressBar/ProgressBar.vue.d.ts.map +1 -1
- package/dist/components/ProgressBar/index.d.ts +1 -1
- package/dist/components/ProgressBar/index.d.ts.map +1 -1
- package/dist/components/ProgressBar/styles.css +105 -0
- package/dist/components/ProgressBar/types.d.ts +8 -0
- package/dist/components/ProgressBar/types.d.ts.map +1 -1
- package/dist/components/ProgressSpinner/ProgressSpinner.vue.d.ts +13 -1
- package/dist/components/ProgressSpinner/ProgressSpinner.vue.d.ts.map +1 -1
- package/dist/components/ProgressSpinner/index.d.ts.map +1 -1
- package/dist/components/ProgressSpinner/styles.css +72 -0
- package/dist/components/ProgressSpinner/types.d.ts +9 -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 +23 -0
- package/dist/components/Radio/RadioGroup.vue.d.ts.map +1 -0
- package/dist/components/Radio/index.d.ts +2 -1
- package/dist/components/Radio/index.d.ts.map +1 -1
- package/dist/components/Radio/styles.css +11 -0
- package/dist/components/Radio/types.d.ts +27 -3
- package/dist/components/Radio/types.d.ts.map +1 -1
- package/dist/components/Rating/Rating.vue.d.ts +2 -0
- package/dist/components/Rating/Rating.vue.d.ts.map +1 -1
- package/dist/components/Rating/index.d.ts.map +1 -1
- package/dist/components/Rating/styles.css +70 -0
- package/dist/components/Rating/types.d.ts +5 -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/index.d.ts.map +1 -1
- package/dist/components/ScrollTop/styles.css +42 -0
- package/dist/components/ScrollTop/types.d.ts +4 -0
- package/dist/components/ScrollTop/types.d.ts.map +1 -1
- package/dist/components/Scrollbar/Scrollbar.vue.d.ts +5 -4
- package/dist/components/Scrollbar/Scrollbar.vue.d.ts.map +1 -1
- package/dist/components/Scrollbar/index.d.ts.map +1 -1
- package/dist/components/Scrollbar/styles.css +90 -0
- package/dist/components/Scrollbar/types.d.ts +5 -2
- package/dist/components/Scrollbar/types.d.ts.map +1 -1
- package/dist/components/Select/Select.vue.d.ts +15 -7
- package/dist/components/Select/Select.vue.d.ts.map +1 -1
- package/dist/components/Select/index.d.ts +1 -1
- package/dist/components/Select/index.d.ts.map +1 -1
- package/dist/components/Select/styles.css +315 -0
- package/dist/components/Select/types.d.ts +25 -5
- 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/index.d.ts.map +1 -1
- package/dist/components/SelectButton/styles.css +76 -0
- package/dist/components/Sidebar/index.d.ts.map +1 -1
- package/dist/components/Sidebar/styles.css +53 -0
- package/dist/components/Skeleton/Skeleton.vue.d.ts +2 -0
- package/dist/components/Skeleton/Skeleton.vue.d.ts.map +1 -1
- package/dist/components/Skeleton/index.d.ts.map +1 -1
- package/dist/components/Skeleton/styles.css +42 -0
- package/dist/components/Skeleton/types.d.ts +4 -0
- package/dist/components/Skeleton/types.d.ts.map +1 -1
- package/dist/components/Slider/Slider.vue.d.ts +3 -1
- package/dist/components/Slider/Slider.vue.d.ts.map +1 -1
- package/dist/components/Slider/index.d.ts +1 -1
- package/dist/components/Slider/index.d.ts.map +1 -1
- package/dist/components/Slider/styles.css +136 -0
- package/dist/components/Slider/types.d.ts +7 -0
- package/dist/components/Slider/types.d.ts.map +1 -1
- package/dist/components/Space/Space.vue.d.ts +23 -0
- package/dist/components/Space/Space.vue.d.ts.map +1 -0
- package/dist/components/Space/index.d.ts +3 -0
- package/dist/components/Space/index.d.ts.map +1 -0
- package/dist/components/Space/styles.css +10 -0
- package/dist/components/Space/types.d.ts +28 -0
- package/dist/components/Space/types.d.ts.map +1 -0
- package/dist/components/SpeedDial/index.d.ts.map +1 -1
- package/dist/components/SpeedDial/styles.css +109 -0
- package/dist/components/SplitButton/SplitButton.vue.d.ts.map +1 -1
- package/dist/components/SplitButton/index.d.ts.map +1 -1
- package/dist/components/SplitButton/styles.css +120 -0
- package/dist/components/Splitter/Splitter.vue.d.ts +22 -11
- package/dist/components/Splitter/Splitter.vue.d.ts.map +1 -1
- package/dist/components/Splitter/index.d.ts +1 -1
- package/dist/components/Splitter/index.d.ts.map +1 -1
- package/dist/components/Splitter/size.d.ts +8 -0
- package/dist/components/Splitter/size.d.ts.map +1 -0
- package/dist/components/Splitter/styles.css +69 -0
- package/dist/components/Splitter/types.d.ts +32 -8
- package/dist/components/Splitter/types.d.ts.map +1 -1
- package/dist/components/Stepper/Stepper.vue.d.ts +1 -0
- package/dist/components/Stepper/Stepper.vue.d.ts.map +1 -1
- package/dist/components/Stepper/index.d.ts +1 -1
- package/dist/components/Stepper/index.d.ts.map +1 -1
- package/dist/components/Stepper/styles.css +83 -0
- package/dist/components/Stepper/types.d.ts +8 -0
- package/dist/components/Stepper/types.d.ts.map +1 -1
- package/dist/components/Switch/Switch.vue.d.ts +1 -0
- package/dist/components/Switch/Switch.vue.d.ts.map +1 -1
- package/dist/components/Switch/index.d.ts +1 -1
- package/dist/components/Switch/index.d.ts.map +1 -1
- package/dist/components/Switch/styles.css +78 -0
- package/dist/components/Switch/types.d.ts +9 -0
- package/dist/components/Switch/types.d.ts.map +1 -1
- package/dist/components/Table/Table.vue.d.ts +28 -7
- package/dist/components/Table/Table.vue.d.ts.map +1 -1
- package/dist/components/Table/index.d.ts.map +1 -1
- package/dist/components/Table/layout.d.ts +3 -0
- package/dist/components/Table/layout.d.ts.map +1 -1
- package/dist/components/Table/styles.css +296 -0
- package/dist/components/Table/types.d.ts +12 -0
- package/dist/components/Table/types.d.ts.map +1 -1
- package/dist/components/Tabs/Tabs.vue.d.ts +14 -4
- package/dist/components/Tabs/Tabs.vue.d.ts.map +1 -1
- package/dist/components/Tabs/index.d.ts +1 -1
- package/dist/components/Tabs/index.d.ts.map +1 -1
- package/dist/components/Tabs/styles.css +108 -0
- package/dist/components/Tabs/types.d.ts +10 -0
- package/dist/components/Tabs/types.d.ts.map +1 -1
- package/dist/components/Tag/Tag.vue.d.ts +8 -1
- package/dist/components/Tag/Tag.vue.d.ts.map +1 -1
- package/dist/components/Tag/index.d.ts +1 -1
- package/dist/components/Tag/index.d.ts.map +1 -1
- package/dist/components/Tag/styles.css +103 -0
- package/dist/components/Tag/types.d.ts +14 -1
- package/dist/components/Tag/types.d.ts.map +1 -1
- package/dist/components/Terminal/index.d.ts.map +1 -1
- package/dist/components/Terminal/styles.css +45 -0
- package/dist/components/Textarea/Textarea.vue.d.ts +10 -2
- package/dist/components/Textarea/Textarea.vue.d.ts.map +1 -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 +93 -0
- package/dist/components/Textarea/types.d.ts +15 -1
- package/dist/components/Textarea/types.d.ts.map +1 -1
- package/dist/components/TieredMenu/index.d.ts.map +1 -1
- package/dist/components/TieredMenu/styles.css +83 -0
- package/dist/components/Timeline/Timeline.vue.d.ts +10 -5
- package/dist/components/Timeline/Timeline.vue.d.ts.map +1 -1
- package/dist/components/Timeline/index.d.ts +1 -1
- package/dist/components/Timeline/index.d.ts.map +1 -1
- package/dist/components/Timeline/styles.css +155 -0
- 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.map +1 -1
- package/dist/components/Toast/index.d.ts.map +1 -1
- package/dist/components/Toast/styles.css +97 -0
- package/dist/components/Toast/toast.d.ts +4 -0
- package/dist/components/Toast/toast.d.ts.map +1 -1
- package/dist/components/Toast/toastState.d.ts +3 -0
- package/dist/components/Toast/toastState.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/ToggleButton/ToggleButton.vue.d.ts.map +1 -1
- package/dist/components/ToggleButton/index.d.ts.map +1 -1
- package/dist/components/ToggleButton/styles.css +45 -0
- package/dist/components/Toolbar/index.d.ts.map +1 -1
- package/dist/components/Toolbar/styles.css +30 -0
- package/dist/components/Tooltip/Tooltip.vue.d.ts +1 -0
- package/dist/components/Tooltip/Tooltip.vue.d.ts.map +1 -1
- package/dist/components/Tooltip/index.d.ts.map +1 -1
- package/dist/components/Tooltip/styles.css +50 -0
- package/dist/components/Tooltip/types.d.ts +4 -0
- package/dist/components/Tooltip/types.d.ts.map +1 -1
- package/dist/components/Tree/Tree.vue.d.ts +2 -1
- package/dist/components/Tree/Tree.vue.d.ts.map +1 -1
- package/dist/components/Tree/checkStrategy.d.ts +18 -0
- package/dist/components/Tree/checkStrategy.d.ts.map +1 -0
- package/dist/components/Tree/index.d.ts +1 -1
- package/dist/components/Tree/index.d.ts.map +1 -1
- package/dist/components/Tree/styles.css +98 -0
- package/dist/components/Tree/types.d.ts +4 -0
- package/dist/components/Tree/types.d.ts.map +1 -1
- package/dist/components/TreeSelect/TreeSelect.vue.d.ts +15 -5
- package/dist/components/TreeSelect/TreeSelect.vue.d.ts.map +1 -1
- package/dist/components/TreeSelect/TreeSelectNodeItem.vue.d.ts +5 -1
- package/dist/components/TreeSelect/TreeSelectNodeItem.vue.d.ts.map +1 -1
- package/dist/components/TreeSelect/index.d.ts +1 -1
- package/dist/components/TreeSelect/index.d.ts.map +1 -1
- package/dist/components/TreeSelect/styles.css +145 -0
- package/dist/components/TreeSelect/types.d.ts +19 -3
- package/dist/components/TreeSelect/types.d.ts.map +1 -1
- package/dist/components/TreeTable/index.d.ts.map +1 -1
- package/dist/components/TreeTable/styles.css +41 -0
- package/dist/components/VirtualScroller/index.d.ts.map +1 -1
- package/dist/components/VirtualScroller/styles.css +24 -0
- package/dist/config-DWwce9jA.js +224 -0
- package/dist/config-provider/index.js +52 -0
- package/dist/config-provider/style.css +1433 -0
- package/dist/config-provider/style.js +6 -0
- package/dist/confirm-dialog/index.js +149 -0
- package/dist/confirm-dialog/style.css +1517 -0
- package/dist/confirm-dialog/style.js +6 -0
- package/dist/confirm-popup/index.js +142 -0
- package/dist/confirm-popup/style.css +1305 -0
- package/dist/confirm-popup/style.js +5 -0
- package/dist/context-menu/index.js +174 -0
- package/dist/context-menu/style.css +825 -0
- package/dist/context-menu/style.js +4 -0
- package/dist/data-view/index.js +49 -0
- package/dist/data-view/style.css +846 -0
- package/dist/data-view/style.js +4 -0
- package/dist/date-picker/index.js +316 -0
- package/dist/date-picker/style.css +933 -0
- package/dist/date-picker/style.js +3 -0
- package/dist/dialog/index.js +232 -0
- package/dist/dialog/style.css +1493 -0
- package/dist/dialog/style.js +5 -0
- package/dist/divider/index.js +39 -0
- package/dist/divider/style.css +815 -0
- package/dist/divider/style.js +3 -0
- package/dist/dock/index.js +40 -0
- package/dist/dock/style.css +777 -0
- package/dist/dock/style.js +3 -0
- package/dist/drawer/index.js +112 -0
- package/dist/drawer/style.css +857 -0
- package/dist/drawer/style.js +3 -0
- package/dist/dropdown/index.js +245 -0
- package/dist/dropdown/style.css +853 -0
- package/dist/dropdown/style.js +4 -0
- package/dist/fieldset/index.js +36 -0
- package/dist/fieldset/style.css +773 -0
- package/dist/fieldset/style.js +3 -0
- package/dist/file-upload/index.js +492 -0
- package/dist/file-upload/style.css +1075 -0
- package/dist/file-upload/style.js +4 -0
- package/dist/flex/index.js +53 -0
- package/dist/flex/style.css +741 -0
- package/dist/flex/style.js +3 -0
- package/dist/float-label/index.js +12 -0
- package/dist/float-label/style.css +768 -0
- package/dist/float-label/style.js +3 -0
- package/dist/fluid/index.js +16 -0
- package/dist/fluid/style.css +743 -0
- package/dist/fluid/style.js +3 -0
- package/dist/form/index.js +270 -0
- package/dist/form/style.css +805 -0
- package/dist/form/style.js +3 -0
- package/dist/gallery/index.js +61 -0
- package/dist/gallery/style.css +788 -0
- package/dist/gallery/style.js +3 -0
- package/dist/gap-rHurpwNv.js +41 -0
- package/dist/grid/index.js +178 -0
- package/dist/grid/style.css +745 -0
- package/dist/grid/style.js +3 -0
- package/dist/icon/index.js +3 -0
- package/dist/icon/style.css +774 -0
- package/dist/icon/style.js +3 -0
- package/dist/icon-field/index.js +17 -0
- package/dist/icon-field/style.css +763 -0
- package/dist/icon-field/style.js +3 -0
- package/dist/index.d.ts +54 -32
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +7223 -3965
- package/dist/inplace/index.js +45 -0
- package/dist/inplace/style.css +762 -0
- package/dist/inplace/style.js +3 -0
- package/dist/input/index.js +145 -0
- package/dist/input/style.css +927 -0
- package/dist/input/style.js +3 -0
- package/dist/input-color/index.js +73 -0
- package/dist/input-color/style.css +801 -0
- package/dist/input-color/style.js +3 -0
- package/dist/input-group/index.js +16 -0
- package/dist/input-group/style.css +756 -0
- package/dist/input-group/style.js +3 -0
- package/dist/input-number/index.js +146 -0
- package/dist/input-number/style.css +853 -0
- package/dist/input-number/style.js +3 -0
- package/dist/input-otp/index.js +110 -0
- package/dist/input-otp/style.css +779 -0
- package/dist/input-otp/style.js +3 -0
- package/dist/input-password/index.js +185 -0
- package/dist/input-password/style.css +953 -0
- package/dist/input-password/style.js +4 -0
- package/dist/input-tags/index.js +103 -0
- package/dist/input-tags/style.css +790 -0
- package/dist/input-tags/style.js +3 -0
- package/dist/knob/index.js +110 -0
- package/dist/knob/style.css +781 -0
- package/dist/knob/style.js +3 -0
- package/dist/label/index.js +20 -0
- package/dist/label/style.css +744 -0
- package/dist/label/style.js +3 -0
- package/dist/lastPointer-CRxcUqdd.js +20 -0
- package/dist/layout/index.js +398 -0
- package/dist/layout/style.css +1176 -0
- package/dist/layout/style.js +4 -0
- package/dist/listbox/index.js +84 -0
- package/dist/listbox/style.css +804 -0
- package/dist/listbox/style.js +3 -0
- package/dist/locale/en-US.d.ts.map +1 -1
- package/dist/locale/types.d.ts +10 -0
- package/dist/locale/types.d.ts.map +1 -1
- package/dist/locale/zh-CN.d.ts.map +1 -1
- package/dist/locale-CYkJyRd1.js +21 -0
- package/dist/mega-menu/index.js +104 -0
- package/dist/mega-menu/style.css +811 -0
- package/dist/mega-menu/style.js +3 -0
- package/dist/menu/index.js +210 -0
- package/dist/menu/style.css +843 -0
- package/dist/menu/style.js +4 -0
- package/dist/menubar/index.js +141 -0
- package/dist/menubar/style.css +868 -0
- package/dist/menubar/style.js +4 -0
- package/dist/message/index.js +181 -0
- package/dist/message/style.css +944 -0
- package/dist/message/style.js +4 -0
- package/dist/meter-group/index.js +47 -0
- package/dist/meter-group/style.css +783 -0
- package/dist/meter-group/style.js +3 -0
- package/dist/order-list/index.js +125 -0
- package/dist/order-list/style.css +816 -0
- package/dist/order-list/style.js +4 -0
- package/dist/overlay-oR-5MDuE.js +16 -0
- package/dist/overlayHost-Bdc0ZDhU.js +16 -0
- package/dist/pagination/index.js +3 -0
- package/dist/pagination/style.css +812 -0
- package/dist/pagination/style.js +3 -0
- package/dist/panel/index.js +51 -0
- package/dist/panel/style.css +795 -0
- package/dist/panel/style.js +3 -0
- package/dist/pick-list/index.js +132 -0
- package/dist/pick-list/style.css +813 -0
- package/dist/pick-list/style.js +4 -0
- package/dist/popover/index.js +165 -0
- package/dist/popover/style.css +800 -0
- package/dist/popover/style.js +3 -0
- package/dist/progress-bar/index.js +77 -0
- package/dist/progress-bar/style.css +841 -0
- package/dist/progress-bar/style.js +3 -0
- package/dist/progress-spinner/index.js +3 -0
- package/dist/progress-spinner/style.css +808 -0
- package/dist/progress-spinner/style.js +3 -0
- package/dist/radio/index.js +131 -0
- package/dist/radio/style.css +747 -0
- package/dist/radio/style.js +3 -0
- package/dist/rating/index.js +93 -0
- package/dist/rating/style.css +806 -0
- package/dist/rating/style.js +3 -0
- package/dist/resolver-map.d.ts +2 -0
- package/dist/resolver-map.d.ts.map +1 -0
- package/dist/resolver.d.ts +20 -0
- package/dist/resolver.d.ts.map +1 -0
- package/dist/resolver.js +121 -0
- package/dist/responsive-BLgfEhDG.js +43 -0
- package/dist/scroll-top/index.js +86 -0
- package/dist/scroll-top/style.css +778 -0
- package/dist/scroll-top/style.js +3 -0
- package/dist/scrollbar/index.js +3 -0
- package/dist/scrollbar/style.css +826 -0
- package/dist/scrollbar/style.js +3 -0
- package/dist/select/index.js +362 -0
- package/dist/select/style.css +1051 -0
- package/dist/select/style.js +3 -0
- package/dist/select-button/index.js +70 -0
- package/dist/select-button/style.css +812 -0
- package/dist/select-button/style.js +3 -0
- package/dist/shared/asyncGuard.d.ts +4 -0
- package/dist/shared/asyncGuard.d.ts.map +1 -0
- package/dist/shared/componentDefaults.d.ts +93 -0
- package/dist/shared/componentDefaults.d.ts.map +1 -0
- package/dist/shared/config.d.ts +19 -1
- package/dist/shared/config.d.ts.map +1 -1
- package/dist/shared/gap.d.ts +19 -0
- package/dist/shared/gap.d.ts.map +1 -0
- package/dist/shared/responsive.d.ts +17 -0
- package/dist/shared/responsive.d.ts.map +1 -0
- package/dist/shared/vnode.d.ts +4 -0
- package/dist/shared/vnode.d.ts.map +1 -0
- package/dist/sidebar/index.js +58 -0
- package/dist/sidebar/style.css +789 -0
- package/dist/sidebar/style.js +3 -0
- package/dist/skeleton/index.js +45 -0
- package/dist/skeleton/style.css +778 -0
- package/dist/skeleton/style.js +3 -0
- package/dist/slider/index.js +142 -0
- package/dist/slider/style.css +872 -0
- package/dist/slider/style.js +3 -0
- package/dist/space/index.js +60 -0
- package/dist/space/style.css +746 -0
- package/dist/space/style.js +3 -0
- package/dist/speed-dial/index.js +124 -0
- package/dist/speed-dial/style.css +845 -0
- package/dist/speed-dial/style.js +3 -0
- package/dist/split-button/index.js +126 -0
- package/dist/split-button/style.css +1349 -0
- package/dist/split-button/style.js +4 -0
- package/dist/splitter/index.js +185 -0
- package/dist/splitter/style.css +805 -0
- package/dist/splitter/style.js +3 -0
- package/dist/stepper/index.js +65 -0
- package/dist/stepper/style.css +819 -0
- package/dist/stepper/style.js +3 -0
- package/dist/styles/base.css +547 -0
- package/dist/styles.css +1 -1
- package/dist/styles.d.ts +1 -0
- package/dist/switch/index.js +99 -0
- package/dist/switch/style.css +814 -0
- package/dist/switch/style.js +3 -0
- package/dist/table/index.js +508 -0
- package/dist/table/style.css +1240 -0
- package/dist/table/style.js +7 -0
- package/dist/tabs/index.js +136 -0
- package/dist/tabs/style.css +844 -0
- package/dist/tabs/style.js +3 -0
- package/dist/tag/index.js +73 -0
- package/dist/tag/style.css +878 -0
- package/dist/tag/style.js +4 -0
- package/dist/terminal/index.js +52 -0
- package/dist/terminal/style.css +781 -0
- package/dist/terminal/style.js +3 -0
- package/dist/textarea/index.js +163 -0
- package/dist/textarea/style.css +829 -0
- package/dist/textarea/style.js +3 -0
- package/dist/theme/styles.css +187 -0
- package/dist/tiered-menu/index.js +150 -0
- package/dist/tiered-menu/style.css +819 -0
- package/dist/tiered-menu/style.js +3 -0
- package/dist/timeline/index.js +86 -0
- package/dist/timeline/style.css +930 -0
- package/dist/timeline/style.js +4 -0
- package/dist/toast/index.js +165 -0
- package/dist/toast/style.css +833 -0
- package/dist/toast/style.js +3 -0
- package/dist/toggle-button/index.js +49 -0
- package/dist/toggle-button/style.css +781 -0
- package/dist/toggle-button/style.js +3 -0
- package/dist/toolbar/index.js +30 -0
- package/dist/toolbar/style.css +766 -0
- package/dist/toolbar/style.js +3 -0
- package/dist/tooltip/index.js +116 -0
- package/dist/tooltip/style.css +786 -0
- package/dist/tooltip/style.js +3 -0
- package/dist/tree/index.js +296 -0
- package/dist/tree/style.css +892 -0
- package/dist/tree/style.js +5 -0
- package/dist/tree-select/index.js +317 -0
- package/dist/tree-select/style.css +999 -0
- package/dist/tree-select/style.js +5 -0
- package/dist/tree-table/index.js +79 -0
- package/dist/tree-table/style.css +777 -0
- package/dist/tree-table/style.js +3 -0
- package/dist/types-tV3SEv3Q.js +9 -0
- package/dist/useModalOverlay-Beo3CEAt.js +50 -0
- package/dist/virtual-scroller/index.js +50 -0
- package/dist/virtual-scroller/style.css +760 -0
- package/dist/virtual-scroller/style.js +3 -0
- package/dist/vnode-PJWBO7_h.js +16 -0
- package/package.json +624 -3
|
@@ -0,0 +1,812 @@
|
|
|
1
|
+
:root {
|
|
2
|
+
--wi-color-primary: #2563eb;
|
|
3
|
+
--wi-color-primary-hover: #1d4ed8;
|
|
4
|
+
--wi-color-surface: #ffffff;
|
|
5
|
+
--wi-color-text: #0f172a;
|
|
6
|
+
--wi-color-text-muted: #64748b;
|
|
7
|
+
--wi-color-border: #e2e8f0;
|
|
8
|
+
--wi-color-focus-ring: #2563eb;
|
|
9
|
+
/* Naive-inspired control sizing (tiny omitted; medium = default) */
|
|
10
|
+
--wi-control-height-small: 28px;
|
|
11
|
+
--wi-control-height-medium: 34px;
|
|
12
|
+
--wi-control-height-large: 40px;
|
|
13
|
+
--wi-control-font-small: 14px;
|
|
14
|
+
--wi-control-font-medium: 14px;
|
|
15
|
+
--wi-control-font-large: 15px;
|
|
16
|
+
--wi-control-padding-x-small: 10px;
|
|
17
|
+
--wi-control-padding-x-medium: 12px;
|
|
18
|
+
--wi-control-padding-x-large: 14px;
|
|
19
|
+
--wi-button-padding-x-small: 10px;
|
|
20
|
+
--wi-button-padding-x-medium: 14px;
|
|
21
|
+
--wi-button-padding-x-large: 18px;
|
|
22
|
+
--wi-radius-control: 3px;
|
|
23
|
+
--wi-focus-shadow: 0 0 0 2px color-mix(in srgb, var(--wi-color-primary) 20%, transparent);
|
|
24
|
+
--wi-focus-shadow-danger: 0 0 0 2px color-mix(in srgb, var(--wi-color-danger) 20%, transparent);
|
|
25
|
+
--wi-color-success: #159570;
|
|
26
|
+
--wi-color-info: #2563eb;
|
|
27
|
+
--wi-color-warning: #d97706;
|
|
28
|
+
--wi-color-warn: var(--wi-color-warning);
|
|
29
|
+
--wi-color-help: #9333ea;
|
|
30
|
+
--wi-color-danger: #dc2626;
|
|
31
|
+
--wi-color-contrast: #0f172a;
|
|
32
|
+
--wi-color-contrast-fg: #ffffff;
|
|
33
|
+
--wi-color-contrast-hover: #1e293b;
|
|
34
|
+
--wi-color-contrast-active: #020617;
|
|
35
|
+
--wi-color-on-emphasis: #ffffff;
|
|
36
|
+
--wi-overlay-scrim: rgb(15 23 42 / 0.55);
|
|
37
|
+
--wi-shadow-sm: 0 1px 2px rgb(15 23 42 / 0.25);
|
|
38
|
+
--wi-shadow-md: 0 0.75rem 2rem rgb(15 23 42 / 0.16);
|
|
39
|
+
--wi-shadow-lg: 0 1rem 3rem rgb(15 23 42 / 0.25);
|
|
40
|
+
--wi-shadow-sticky: 4px 0 8px color-mix(in srgb, #000 6%, transparent);
|
|
41
|
+
--wi-shadow-sticky-end: -4px 0 8px color-mix(in srgb, #000 6%, transparent);
|
|
42
|
+
--wi-terminal-bg: #111827;
|
|
43
|
+
--wi-terminal-fg: #e5e7eb;
|
|
44
|
+
--wi-terminal-prompt: #34d399;
|
|
45
|
+
--wi-terminal-border: color-mix(in srgb, #fff 12%, transparent);
|
|
46
|
+
/* Typography scale (component text, not control-height fonts) */
|
|
47
|
+
--wi-font-size-xs: 0.75rem;
|
|
48
|
+
--wi-font-size-sm: 0.8125rem;
|
|
49
|
+
--wi-font-size-md: 0.875rem;
|
|
50
|
+
--wi-font-size-lg: 1.125rem;
|
|
51
|
+
--wi-opacity-disabled: 0.55;
|
|
52
|
+
/* Layering: override --wi-z-base via ConfigProvider / createWellInsight */
|
|
53
|
+
--wi-z-base: 1000;
|
|
54
|
+
--wi-z-overlay: var(--wi-z-base);
|
|
55
|
+
--wi-z-overlay-raised: calc(var(--wi-z-base) + 1);
|
|
56
|
+
--wi-z-dropdown: calc(var(--wi-z-base) + 50);
|
|
57
|
+
--wi-z-toast: calc(var(--wi-z-base) + 100);
|
|
58
|
+
--wi-z-popper: 40;
|
|
59
|
+
--wi-menu-min-width: 10rem;
|
|
60
|
+
--wi-menu-min-width-lg: 12rem;
|
|
61
|
+
--wi-control-affix-size: 2rem;
|
|
62
|
+
--wi-control-affix-gap: 2.35rem;
|
|
63
|
+
--wi-control-affix-padding: 2.5rem;
|
|
64
|
+
--wi-space-1: 0.25rem;
|
|
65
|
+
--wi-space-2: 0.5rem;
|
|
66
|
+
--wi-space-3: 0.75rem;
|
|
67
|
+
--wi-space-4: 1rem;
|
|
68
|
+
--wi-space-6: 1.5rem;
|
|
69
|
+
--wi-space-8: 2rem;
|
|
70
|
+
--wi-radius-sm: 0.25rem;
|
|
71
|
+
--wi-radius-md: 0.5rem;
|
|
72
|
+
--wi-radius-lg: 0.75rem;
|
|
73
|
+
--wi-radius-full: 9999px;
|
|
74
|
+
--wi-font-sans: Inter, ui-sans-serif, system-ui, sans-serif;
|
|
75
|
+
--wi-motion-fast: 150ms;
|
|
76
|
+
--wi-motion-normal: 250ms;
|
|
77
|
+
--wi-motion-ease: cubic-bezier(0.2, 0, 0, 1);
|
|
78
|
+
--wi-motion-enter: 180ms;
|
|
79
|
+
--wi-motion-exit: 130ms;
|
|
80
|
+
--wi-motion-distance: 0.5rem;
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
:root[data-wi-motion="reduced"] {
|
|
84
|
+
--wi-motion-fast: 80ms;
|
|
85
|
+
--wi-motion-normal: 120ms;
|
|
86
|
+
--wi-motion-enter: 100ms;
|
|
87
|
+
--wi-motion-exit: 80ms;
|
|
88
|
+
--wi-motion-distance: 0;
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
:root[data-wi-motion="none"] {
|
|
92
|
+
--wi-motion-fast: 0ms;
|
|
93
|
+
--wi-motion-normal: 0ms;
|
|
94
|
+
--wi-motion-enter: 0ms;
|
|
95
|
+
--wi-motion-exit: 0ms;
|
|
96
|
+
--wi-motion-distance: 0;
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
/* Global density: scales spacing + control heights (Vuetify-inspired, WD tokens) */
|
|
100
|
+
:root,
|
|
101
|
+
[data-wi-density="comfortable"] {
|
|
102
|
+
--wi-density-scale: 1;
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
[data-wi-density="compact"] {
|
|
106
|
+
--wi-space-1: 0.2rem;
|
|
107
|
+
--wi-space-2: 0.4rem;
|
|
108
|
+
--wi-space-3: 0.6rem;
|
|
109
|
+
--wi-space-4: 0.85rem;
|
|
110
|
+
--wi-space-6: 1.25rem;
|
|
111
|
+
--wi-space-8: 1.7rem;
|
|
112
|
+
--wi-control-height-small: 24px;
|
|
113
|
+
--wi-control-height-medium: 28px;
|
|
114
|
+
--wi-control-height-large: 34px;
|
|
115
|
+
--wi-control-font-small: 13px;
|
|
116
|
+
--wi-control-font-medium: 13px;
|
|
117
|
+
--wi-control-font-large: 14px;
|
|
118
|
+
--wi-control-padding-x-small: 8px;
|
|
119
|
+
--wi-control-padding-x-medium: 10px;
|
|
120
|
+
--wi-control-padding-x-large: 12px;
|
|
121
|
+
--wi-button-padding-x-small: 8px;
|
|
122
|
+
--wi-button-padding-x-medium: 12px;
|
|
123
|
+
--wi-button-padding-x-large: 16px;
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
[data-wi-density="spacious"] {
|
|
127
|
+
--wi-space-1: 0.3rem;
|
|
128
|
+
--wi-space-2: 0.6rem;
|
|
129
|
+
--wi-space-3: 0.9rem;
|
|
130
|
+
--wi-space-4: 1.15rem;
|
|
131
|
+
--wi-space-6: 1.75rem;
|
|
132
|
+
--wi-space-8: 2.35rem;
|
|
133
|
+
--wi-control-height-small: 32px;
|
|
134
|
+
--wi-control-height-medium: 40px;
|
|
135
|
+
--wi-control-height-large: 46px;
|
|
136
|
+
--wi-control-font-small: 14px;
|
|
137
|
+
--wi-control-font-medium: 15px;
|
|
138
|
+
--wi-control-font-large: 16px;
|
|
139
|
+
--wi-control-padding-x-small: 12px;
|
|
140
|
+
--wi-control-padding-x-medium: 14px;
|
|
141
|
+
--wi-control-padding-x-large: 16px;
|
|
142
|
+
--wi-button-padding-x-small: 12px;
|
|
143
|
+
--wi-button-padding-x-medium: 16px;
|
|
144
|
+
--wi-button-padding-x-large: 20px;
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
[data-theme="dark"] {
|
|
148
|
+
--wi-color-primary: #60a5fa;
|
|
149
|
+
--wi-color-primary-hover: #93c5fd;
|
|
150
|
+
--wi-color-surface: #0f172a;
|
|
151
|
+
--wi-color-text: #f8fafc;
|
|
152
|
+
--wi-color-text-muted: #94a3b8;
|
|
153
|
+
--wi-color-border: #334155;
|
|
154
|
+
--wi-color-focus-ring: #93c5fd;
|
|
155
|
+
--wi-focus-shadow: 0 0 0 2px color-mix(in srgb, var(--wi-color-primary) 28%, transparent);
|
|
156
|
+
--wi-focus-shadow-danger: 0 0 0 2px color-mix(in srgb, var(--wi-color-danger) 28%, transparent);
|
|
157
|
+
--wi-color-success: #5eead4;
|
|
158
|
+
--wi-color-info: #93c5fd;
|
|
159
|
+
--wi-color-warning: #fbbf24;
|
|
160
|
+
--wi-color-warn: var(--wi-color-warning);
|
|
161
|
+
--wi-color-help: #c084fc;
|
|
162
|
+
--wi-color-danger: #fca5a5;
|
|
163
|
+
--wi-color-contrast: #f8fafc;
|
|
164
|
+
--wi-color-contrast-fg: #0f172a;
|
|
165
|
+
--wi-color-contrast-hover: #e2e8f0;
|
|
166
|
+
--wi-color-contrast-active: #cbd5e1;
|
|
167
|
+
--wi-overlay-scrim: rgb(2 6 23 / 0.72);
|
|
168
|
+
--wi-shadow-sm: 0 1px 2px rgb(0 0 0 / 0.45);
|
|
169
|
+
--wi-shadow-md: 0 0.75rem 2rem rgb(0 0 0 / 0.45);
|
|
170
|
+
--wi-shadow-lg: 0 1rem 3rem rgb(0 0 0 / 0.55);
|
|
171
|
+
--wi-shadow-sticky: 4px 0 8px color-mix(in srgb, #000 35%, transparent);
|
|
172
|
+
--wi-shadow-sticky-end: -4px 0 8px color-mix(in srgb, #000 35%, transparent);
|
|
173
|
+
--wi-terminal-bg: #020617;
|
|
174
|
+
--wi-terminal-fg: #e2e8f0;
|
|
175
|
+
--wi-terminal-prompt: #5eead4;
|
|
176
|
+
--wi-terminal-border: color-mix(in srgb, #fff 14%, transparent);
|
|
177
|
+
}
|
|
178
|
+
|
|
179
|
+
@media (prefers-reduced-motion: reduce) {
|
|
180
|
+
:root:not([data-wi-motion="full"]) {
|
|
181
|
+
--wi-motion-fast: 80ms;
|
|
182
|
+
--wi-motion-normal: 120ms;
|
|
183
|
+
--wi-motion-enter: 100ms;
|
|
184
|
+
--wi-motion-exit: 80ms;
|
|
185
|
+
--wi-motion-distance: 0;
|
|
186
|
+
}
|
|
187
|
+
}
|
|
188
|
+
|
|
189
|
+
/* Shared tokens consumption, type, focus, and mixed selectors. */
|
|
190
|
+
|
|
191
|
+
.wi-button,
|
|
192
|
+
.wi-input,
|
|
193
|
+
.wi-card,
|
|
194
|
+
.wi-dialog,
|
|
195
|
+
.wi-drawer,
|
|
196
|
+
.wi-popover,
|
|
197
|
+
.wi-accordion,
|
|
198
|
+
.wi-scrollbar,
|
|
199
|
+
.wi-panel,
|
|
200
|
+
.wi-fieldset,
|
|
201
|
+
.wi-flex,
|
|
202
|
+
.wi-space,
|
|
203
|
+
.wi-grid,
|
|
204
|
+
.wi-layout,
|
|
205
|
+
.wi-layout-header,
|
|
206
|
+
.wi-layout-footer,
|
|
207
|
+
.wi-layout-sider,
|
|
208
|
+
.wi-splitter,
|
|
209
|
+
.wi-stepper,
|
|
210
|
+
.wi-toolbar,
|
|
211
|
+
.wi-menu,
|
|
212
|
+
.wi-menubar,
|
|
213
|
+
.wi-contextmenu,
|
|
214
|
+
.wi-tieredmenu,
|
|
215
|
+
.wi-datepicker,
|
|
216
|
+
.wi-listbox,
|
|
217
|
+
.wi-togglebutton,
|
|
218
|
+
.wi-inputotp,
|
|
219
|
+
.wi-knob,
|
|
220
|
+
.wi-autocomplete,
|
|
221
|
+
.wi-splitbutton,
|
|
222
|
+
.wi-tree,
|
|
223
|
+
.wi-timeline,
|
|
224
|
+
.wi-dataview,
|
|
225
|
+
.wi-confirmpopup,
|
|
226
|
+
.wi-scrolltop,
|
|
227
|
+
.wi-blockui,
|
|
228
|
+
.wi-inplace,
|
|
229
|
+
.wi-cascadeselect,
|
|
230
|
+
.wi-treeselect,
|
|
231
|
+
.wi-inputcolor,
|
|
232
|
+
.wi-inputtags,
|
|
233
|
+
.wi-label,
|
|
234
|
+
.wi-speeddial,
|
|
235
|
+
.wi-orderlist,
|
|
236
|
+
.wi-picklist,
|
|
237
|
+
.wi-virtualscroller,
|
|
238
|
+
.wi-treetable,
|
|
239
|
+
.wi-megamenu,
|
|
240
|
+
.wi-dock,
|
|
241
|
+
.wi-sidebar,
|
|
242
|
+
.wi-commandmenu,
|
|
243
|
+
.wi-fileupload,
|
|
244
|
+
.wi-carousel,
|
|
245
|
+
.wi-gallery,
|
|
246
|
+
.wi-metergroup,
|
|
247
|
+
.wi-fluid,
|
|
248
|
+
.wi-terminal {
|
|
249
|
+
font-family: var(--wi-font-sans);
|
|
250
|
+
}
|
|
251
|
+
|
|
252
|
+
.wi-button:disabled,
|
|
253
|
+
.wi-input:disabled {
|
|
254
|
+
cursor: not-allowed;
|
|
255
|
+
opacity: var(--wi-opacity-disabled);
|
|
256
|
+
}
|
|
257
|
+
|
|
258
|
+
.wi-input-field__meta,
|
|
259
|
+
.wi-textarea-field__meta,
|
|
260
|
+
.wi-password-field__meta {
|
|
261
|
+
align-items: baseline;
|
|
262
|
+
display: flex;
|
|
263
|
+
gap: var(--wi-space-2);
|
|
264
|
+
justify-content: space-between;
|
|
265
|
+
}
|
|
266
|
+
|
|
267
|
+
.wi-input-field__meta:not(:has(.wi-input-field__help)),
|
|
268
|
+
.wi-textarea-field__meta:not(:has(.wi-textarea-field__help)),
|
|
269
|
+
.wi-password-field__meta:not(:has(.wi-password__feedback)) {
|
|
270
|
+
justify-content: flex-end;
|
|
271
|
+
}
|
|
272
|
+
|
|
273
|
+
.wi-input-field__count,
|
|
274
|
+
.wi-textarea-field__count,
|
|
275
|
+
.wi-password-field__count {
|
|
276
|
+
color: var(--wi-color-text-muted);
|
|
277
|
+
flex: 0 0 auto;
|
|
278
|
+
font-size: var(--wi-font-size-xs);
|
|
279
|
+
margin-left: auto;
|
|
280
|
+
}
|
|
281
|
+
|
|
282
|
+
.wi-dropdown__item--parent,
|
|
283
|
+
.wi-contextmenu__item--parent {
|
|
284
|
+
align-items: center;
|
|
285
|
+
display: flex;
|
|
286
|
+
justify-content: space-between;
|
|
287
|
+
width: 100%;
|
|
288
|
+
}
|
|
289
|
+
|
|
290
|
+
.wi-dropdown__icon,
|
|
291
|
+
.wi-dropdown__caret,
|
|
292
|
+
.wi-menu__icon,
|
|
293
|
+
.wi-menubar__icon,
|
|
294
|
+
.wi-contextmenu__icon,
|
|
295
|
+
.wi-contextmenu__caret {
|
|
296
|
+
flex-shrink: 0;
|
|
297
|
+
}
|
|
298
|
+
|
|
299
|
+
.wi-dropdown__submenu-wrap,
|
|
300
|
+
.wi-contextmenu__submenu-wrap {
|
|
301
|
+
position: relative;
|
|
302
|
+
}
|
|
303
|
+
|
|
304
|
+
.wi-dropdown__submenu,
|
|
305
|
+
.wi-contextmenu__submenu {
|
|
306
|
+
background: var(--wi-color-surface);
|
|
307
|
+
border: 1px solid var(--wi-color-border);
|
|
308
|
+
border-radius: var(--wi-radius-md);
|
|
309
|
+
box-shadow: var(--wi-shadow-md);
|
|
310
|
+
left: 100%;
|
|
311
|
+
min-width: 10rem;
|
|
312
|
+
padding: var(--wi-space-1);
|
|
313
|
+
position: absolute;
|
|
314
|
+
top: 0;
|
|
315
|
+
z-index: 1;
|
|
316
|
+
}
|
|
317
|
+
|
|
318
|
+
.wi-fade-enter-active,
|
|
319
|
+
.wi-fade-leave-active {
|
|
320
|
+
transition: opacity var(--wi-motion-exit) var(--wi-motion-ease);
|
|
321
|
+
}
|
|
322
|
+
|
|
323
|
+
.wi-fade-enter-from,
|
|
324
|
+
.wi-fade-leave-to {
|
|
325
|
+
opacity: 0;
|
|
326
|
+
}
|
|
327
|
+
|
|
328
|
+
.wi-scale-fade-enter-active {
|
|
329
|
+
transition:
|
|
330
|
+
opacity var(--wi-motion-enter) var(--wi-motion-ease),
|
|
331
|
+
transform var(--wi-motion-enter) var(--wi-motion-ease);
|
|
332
|
+
}
|
|
333
|
+
|
|
334
|
+
.wi-scale-fade-leave-active {
|
|
335
|
+
transition:
|
|
336
|
+
opacity var(--wi-motion-exit) var(--wi-motion-ease),
|
|
337
|
+
transform var(--wi-motion-exit) var(--wi-motion-ease);
|
|
338
|
+
}
|
|
339
|
+
|
|
340
|
+
.wi-scale-fade-enter-from,
|
|
341
|
+
.wi-scale-fade-leave-to {
|
|
342
|
+
opacity: 0;
|
|
343
|
+
transform: translateY(calc(var(--wi-motion-distance) * -1)) scale(0.98);
|
|
344
|
+
}
|
|
345
|
+
|
|
346
|
+
.wi-slide-fade-enter-active {
|
|
347
|
+
transition:
|
|
348
|
+
opacity var(--wi-motion-enter) var(--wi-motion-ease),
|
|
349
|
+
transform var(--wi-motion-enter) var(--wi-motion-ease);
|
|
350
|
+
}
|
|
351
|
+
|
|
352
|
+
.wi-slide-fade-leave-active {
|
|
353
|
+
transition:
|
|
354
|
+
opacity var(--wi-motion-exit) var(--wi-motion-ease),
|
|
355
|
+
transform var(--wi-motion-exit) var(--wi-motion-ease);
|
|
356
|
+
}
|
|
357
|
+
|
|
358
|
+
.wi-slide-fade-enter-from,
|
|
359
|
+
.wi-slide-fade-leave-to {
|
|
360
|
+
opacity: 0;
|
|
361
|
+
transform: translateY(calc(var(--wi-motion-distance) * -1));
|
|
362
|
+
}
|
|
363
|
+
|
|
364
|
+
.wi-checkbox,
|
|
365
|
+
.wi-radio,
|
|
366
|
+
.wi-switch {
|
|
367
|
+
align-items: center;
|
|
368
|
+
color: var(--wi-color-text);
|
|
369
|
+
cursor: pointer;
|
|
370
|
+
display: inline-flex;
|
|
371
|
+
font-family: var(--wi-font-sans);
|
|
372
|
+
gap: var(--wi-space-2);
|
|
373
|
+
/* 避免绝对定位 input 挂到上层 WiScrollbar,聚焦时把滚动容器拽回顶部 */
|
|
374
|
+
position: relative;
|
|
375
|
+
}
|
|
376
|
+
|
|
377
|
+
.wi-checkbox--disabled,
|
|
378
|
+
.wi-radio--disabled,
|
|
379
|
+
.wi-switch--disabled {
|
|
380
|
+
color: var(--wi-color-text-muted);
|
|
381
|
+
cursor: not-allowed;
|
|
382
|
+
opacity: var(--wi-opacity-disabled);
|
|
383
|
+
}
|
|
384
|
+
|
|
385
|
+
.wi-checkbox--invalid .wi-checkbox__control,
|
|
386
|
+
.wi-radio--invalid .wi-radio__control {
|
|
387
|
+
border-color: var(--wi-color-danger);
|
|
388
|
+
}
|
|
389
|
+
|
|
390
|
+
.wi-checkbox__input,
|
|
391
|
+
.wi-radio__input,
|
|
392
|
+
.wi-switch__input {
|
|
393
|
+
clip: rect(0, 0, 0, 0);
|
|
394
|
+
clip-path: inset(50%);
|
|
395
|
+
height: 1px;
|
|
396
|
+
margin: -1px;
|
|
397
|
+
overflow: hidden;
|
|
398
|
+
opacity: 0;
|
|
399
|
+
position: absolute;
|
|
400
|
+
white-space: nowrap;
|
|
401
|
+
width: 1px;
|
|
402
|
+
}
|
|
403
|
+
|
|
404
|
+
.wi-checkbox__control,
|
|
405
|
+
.wi-radio__control {
|
|
406
|
+
align-items: center;
|
|
407
|
+
background: var(--wi-color-surface);
|
|
408
|
+
border: 1px solid var(--wi-color-border);
|
|
409
|
+
display: inline-flex;
|
|
410
|
+
flex: 0 0 auto;
|
|
411
|
+
height: 1.125rem;
|
|
412
|
+
justify-content: center;
|
|
413
|
+
transition:
|
|
414
|
+
background-color var(--wi-motion-fast) var(--wi-motion-ease),
|
|
415
|
+
border-color var(--wi-motion-fast) var(--wi-motion-ease);
|
|
416
|
+
width: 1.125rem;
|
|
417
|
+
}
|
|
418
|
+
|
|
419
|
+
.wi-checkbox__input:checked + .wi-checkbox__control,
|
|
420
|
+
.wi-radio__input:checked + .wi-radio__control {
|
|
421
|
+
background: var(--wi-color-primary);
|
|
422
|
+
border-color: var(--wi-color-primary);
|
|
423
|
+
}
|
|
424
|
+
|
|
425
|
+
.wi-checkbox__input:focus-visible + .wi-checkbox__control,
|
|
426
|
+
.wi-radio__input:focus-visible + .wi-radio__control,
|
|
427
|
+
.wi-switch__input:focus-visible + .wi-switch__track {
|
|
428
|
+
box-shadow: var(--wi-focus-shadow);
|
|
429
|
+
outline: none;
|
|
430
|
+
}
|
|
431
|
+
|
|
432
|
+
.wi-checkbox__label,
|
|
433
|
+
.wi-radio__label,
|
|
434
|
+
.wi-switch__label {
|
|
435
|
+
font-size: var(--wi-font-size-md);
|
|
436
|
+
}
|
|
437
|
+
|
|
438
|
+
.wi-textarea-field,
|
|
439
|
+
.wi-select-field {
|
|
440
|
+
display: grid;
|
|
441
|
+
font-family: var(--wi-font-sans);
|
|
442
|
+
gap: var(--wi-space-2);
|
|
443
|
+
max-width: 100%;
|
|
444
|
+
min-width: var(--wi-menu-min-width);
|
|
445
|
+
position: relative;
|
|
446
|
+
width: fit-content;
|
|
447
|
+
}
|
|
448
|
+
|
|
449
|
+
.wi-textarea-field--fluid,
|
|
450
|
+
.wi-select-field--fluid {
|
|
451
|
+
width: 100%;
|
|
452
|
+
}
|
|
453
|
+
|
|
454
|
+
.wi-textarea-field__label,
|
|
455
|
+
.wi-select-field__label {
|
|
456
|
+
color: var(--wi-color-text);
|
|
457
|
+
font-size: var(--wi-font-size-md);
|
|
458
|
+
font-weight: 600;
|
|
459
|
+
}
|
|
460
|
+
|
|
461
|
+
.wi-textarea-field__help,
|
|
462
|
+
.wi-select-field__help {
|
|
463
|
+
color: var(--wi-color-text-muted);
|
|
464
|
+
font-size: var(--wi-font-size-xs);
|
|
465
|
+
}
|
|
466
|
+
|
|
467
|
+
.wi-textarea-field__help--error,
|
|
468
|
+
.wi-select-field__help--error {
|
|
469
|
+
color: var(--wi-color-danger);
|
|
470
|
+
}
|
|
471
|
+
|
|
472
|
+
.wi-textarea,
|
|
473
|
+
.wi-select {
|
|
474
|
+
background: var(--wi-color-surface);
|
|
475
|
+
border: 1px solid var(--wi-color-border);
|
|
476
|
+
border-radius: var(--wi-radius-control);
|
|
477
|
+
color: var(--wi-color-text);
|
|
478
|
+
font: inherit;
|
|
479
|
+
transition:
|
|
480
|
+
border-color var(--wi-motion-fast) var(--wi-motion-ease),
|
|
481
|
+
box-shadow var(--wi-motion-fast) var(--wi-motion-ease),
|
|
482
|
+
background-color var(--wi-motion-fast) var(--wi-motion-ease);
|
|
483
|
+
width: 100%;
|
|
484
|
+
}
|
|
485
|
+
|
|
486
|
+
.wi-textarea--invalid:focus-visible,
|
|
487
|
+
.wi-textarea--error:focus-visible,
|
|
488
|
+
.wi-select--error.wi-select--open,
|
|
489
|
+
.wi-select--error:focus-visible {
|
|
490
|
+
border-color: var(--wi-color-danger);
|
|
491
|
+
box-shadow: var(--wi-focus-shadow-danger);
|
|
492
|
+
}
|
|
493
|
+
|
|
494
|
+
.wi-textarea:disabled,
|
|
495
|
+
.wi-select:disabled,
|
|
496
|
+
.wi-select--disabled {
|
|
497
|
+
cursor: not-allowed;
|
|
498
|
+
opacity: var(--wi-opacity-disabled);
|
|
499
|
+
}
|
|
500
|
+
|
|
501
|
+
.wi-icon-field--left :is(.wi-input, .wi-password__input, .wi-inputnumber__input, input) {
|
|
502
|
+
padding-left: 2.5rem;
|
|
503
|
+
}
|
|
504
|
+
|
|
505
|
+
.wi-icon-field--right :is(.wi-input, .wi-password__input, .wi-inputnumber__input, input) {
|
|
506
|
+
padding-right: var(--wi-control-affix-padding);
|
|
507
|
+
}
|
|
508
|
+
|
|
509
|
+
.wi-inputgroup > .wi-input,
|
|
510
|
+
.wi-inputgroup > .wi-input-field,
|
|
511
|
+
.wi-inputgroup > .wi-password-field,
|
|
512
|
+
.wi-inputgroup > .wi-inputnumber-field {
|
|
513
|
+
flex: 1 1 auto;
|
|
514
|
+
min-width: 0;
|
|
515
|
+
}
|
|
516
|
+
|
|
517
|
+
.wi-inputgroup > .wi-input-field,
|
|
518
|
+
.wi-inputgroup > .wi-password-field,
|
|
519
|
+
.wi-inputgroup > .wi-inputnumber-field {
|
|
520
|
+
display: flex;
|
|
521
|
+
flex-direction: column;
|
|
522
|
+
gap: 0;
|
|
523
|
+
}
|
|
524
|
+
|
|
525
|
+
.wi-inputgroup > .wi-input,
|
|
526
|
+
.wi-inputgroup .wi-input,
|
|
527
|
+
.wi-inputgroup .wi-password__input,
|
|
528
|
+
.wi-inputgroup .wi-inputnumber__input {
|
|
529
|
+
border-radius: 0;
|
|
530
|
+
width: 100%;
|
|
531
|
+
}
|
|
532
|
+
|
|
533
|
+
.wi-inputgroup > :first-child.wi-input,
|
|
534
|
+
.wi-inputgroup > :first-child .wi-input,
|
|
535
|
+
.wi-inputgroup > :first-child .wi-password__input,
|
|
536
|
+
.wi-inputgroup > :first-child .wi-inputnumber__input,
|
|
537
|
+
.wi-inputgroup > :first-child.wi-inputgroup-addon {
|
|
538
|
+
border-bottom-left-radius: var(--wi-radius-control);
|
|
539
|
+
border-top-left-radius: var(--wi-radius-control);
|
|
540
|
+
}
|
|
541
|
+
|
|
542
|
+
.wi-inputgroup > :last-child.wi-input,
|
|
543
|
+
.wi-inputgroup > :last-child .wi-input,
|
|
544
|
+
.wi-inputgroup > :last-child .wi-password__input,
|
|
545
|
+
.wi-inputgroup > :last-child .wi-inputnumber__input,
|
|
546
|
+
.wi-inputgroup > :last-child.wi-inputgroup-addon {
|
|
547
|
+
border-bottom-right-radius: var(--wi-radius-control);
|
|
548
|
+
border-top-right-radius: var(--wi-radius-control);
|
|
549
|
+
}
|
|
550
|
+
|
|
551
|
+
.wi-inputgroup > .wi-inputgroup-addon + .wi-input,
|
|
552
|
+
.wi-inputgroup > .wi-inputgroup-addon + .wi-input-field .wi-input,
|
|
553
|
+
.wi-inputgroup > .wi-input + .wi-inputgroup-addon,
|
|
554
|
+
.wi-inputgroup > .wi-input-field + .wi-inputgroup-addon {
|
|
555
|
+
margin-left: -1px;
|
|
556
|
+
}
|
|
557
|
+
|
|
558
|
+
.wi-layout__scrollbar > .wi-scrollbar__wrap {
|
|
559
|
+
height: 100%;
|
|
560
|
+
overflow-x: hidden;
|
|
561
|
+
}
|
|
562
|
+
|
|
563
|
+
.wi-layout-sider__scrollbar > .wi-scrollbar__wrap {
|
|
564
|
+
height: 100%;
|
|
565
|
+
overflow-x: hidden;
|
|
566
|
+
}
|
|
567
|
+
|
|
568
|
+
.wi-menu__item--selected,
|
|
569
|
+
.wi-menubar__trigger--selected,
|
|
570
|
+
.wi-menubar__subitem--selected {
|
|
571
|
+
background: color-mix(in srgb, var(--wi-color-primary) 12%, var(--wi-color-surface));
|
|
572
|
+
color: var(--wi-color-primary);
|
|
573
|
+
}
|
|
574
|
+
|
|
575
|
+
.wi-orderlist__btn,
|
|
576
|
+
.wi-picklist__btn {
|
|
577
|
+
align-items: center;
|
|
578
|
+
background: var(--wi-color-surface);
|
|
579
|
+
border: 1px solid var(--wi-color-border);
|
|
580
|
+
border-radius: var(--wi-radius-sm);
|
|
581
|
+
color: var(--wi-color-text);
|
|
582
|
+
cursor: pointer;
|
|
583
|
+
display: inline-flex;
|
|
584
|
+
font: inherit;
|
|
585
|
+
gap: 0;
|
|
586
|
+
justify-content: center;
|
|
587
|
+
min-height: var(--wi-control-height-small, 1.75rem);
|
|
588
|
+
min-width: var(--wi-control-affix-size);
|
|
589
|
+
padding: var(--wi-space-1) var(--wi-space-2);
|
|
590
|
+
}
|
|
591
|
+
|
|
592
|
+
.wi-orderlist__btn:hover,
|
|
593
|
+
.wi-picklist__btn:hover {
|
|
594
|
+
border-color: var(--wi-color-primary);
|
|
595
|
+
color: var(--wi-color-primary);
|
|
596
|
+
}
|
|
597
|
+
|
|
598
|
+
.wi-orderlist__btn:focus-visible,
|
|
599
|
+
.wi-picklist__btn:focus-visible {
|
|
600
|
+
border-color: var(--wi-color-primary);
|
|
601
|
+
box-shadow: var(--wi-focus-shadow);
|
|
602
|
+
outline: none;
|
|
603
|
+
}
|
|
604
|
+
|
|
605
|
+
.wi-picklist__btn .wi-icon + .wi-icon {
|
|
606
|
+
margin-left: -0.35rem;
|
|
607
|
+
}
|
|
608
|
+
|
|
609
|
+
.wi-orderlist__list,
|
|
610
|
+
.wi-picklist__list {
|
|
611
|
+
background: var(--wi-color-surface);
|
|
612
|
+
border: 1px solid var(--wi-color-border);
|
|
613
|
+
border-radius: var(--wi-radius-md);
|
|
614
|
+
flex: 1;
|
|
615
|
+
list-style: none;
|
|
616
|
+
margin: 0;
|
|
617
|
+
max-height: 16rem;
|
|
618
|
+
min-height: 12rem;
|
|
619
|
+
min-width: var(--wi-menu-min-width);
|
|
620
|
+
overflow: auto;
|
|
621
|
+
padding: var(--wi-space-1);
|
|
622
|
+
}
|
|
623
|
+
|
|
624
|
+
.wi-orderlist__item,
|
|
625
|
+
.wi-picklist__item {
|
|
626
|
+
border-radius: var(--wi-radius-sm);
|
|
627
|
+
cursor: pointer;
|
|
628
|
+
padding: var(--wi-space-2) var(--wi-space-3);
|
|
629
|
+
}
|
|
630
|
+
|
|
631
|
+
.wi-orderlist__item:hover,
|
|
632
|
+
.wi-picklist__item:hover {
|
|
633
|
+
background: color-mix(in srgb, var(--wi-color-primary) 8%, var(--wi-color-surface));
|
|
634
|
+
}
|
|
635
|
+
|
|
636
|
+
.wi-orderlist__item:focus-visible,
|
|
637
|
+
.wi-picklist__item:focus-visible {
|
|
638
|
+
box-shadow: var(--wi-focus-shadow);
|
|
639
|
+
outline: none;
|
|
640
|
+
}
|
|
641
|
+
|
|
642
|
+
.wi-orderlist__item--selected,
|
|
643
|
+
.wi-picklist__item--selected {
|
|
644
|
+
background: color-mix(in srgb, var(--wi-color-primary) 14%, var(--wi-color-surface));
|
|
645
|
+
color: var(--wi-color-primary);
|
|
646
|
+
font-weight: 600;
|
|
647
|
+
}
|
|
648
|
+
|
|
649
|
+
.wi-carousel__nav,
|
|
650
|
+
.wi-gallery__nav {
|
|
651
|
+
background: var(--wi-color-surface);
|
|
652
|
+
border: 1px solid var(--wi-color-border);
|
|
653
|
+
border-radius: var(--wi-radius-full, 999px);
|
|
654
|
+
color: var(--wi-color-text);
|
|
655
|
+
cursor: pointer;
|
|
656
|
+
flex: 0 0 auto;
|
|
657
|
+
font: inherit;
|
|
658
|
+
height: var(--wi-control-affix-size);
|
|
659
|
+
width: var(--wi-control-affix-size);
|
|
660
|
+
}
|
|
661
|
+
|
|
662
|
+
.wi-carousel__nav:disabled,
|
|
663
|
+
.wi-gallery__nav:disabled {
|
|
664
|
+
cursor: not-allowed;
|
|
665
|
+
opacity: 0.4;
|
|
666
|
+
}
|
|
667
|
+
|
|
668
|
+
/* Shared Naive-like hover/focus for remaining form triggers */
|
|
669
|
+
.wi-inputnumber__input:hover:not(:disabled):not(:focus),
|
|
670
|
+
.wi-password__input:hover:not(:disabled):not(:focus),
|
|
671
|
+
.wi-datepicker__input:hover:not(:disabled):not(:focus),
|
|
672
|
+
.wi-inputotp__input:hover:not(:disabled):not(:focus),
|
|
673
|
+
.wi-cascadeselect__trigger:hover:not(:disabled):not(:focus-visible),
|
|
674
|
+
.wi-treeselect__trigger:hover:not(:disabled):not(:focus-visible),
|
|
675
|
+
.wi-inputcolor__text:hover:not(:disabled):not(:focus),
|
|
676
|
+
.wi-inputtags:hover:not(.wi-inputtags--disabled),
|
|
677
|
+
.wi-togglebutton:hover:not(:disabled):not(.wi-togglebutton--checked),
|
|
678
|
+
.wi-inplace__display:hover {
|
|
679
|
+
border-color: var(--wi-color-primary-hover);
|
|
680
|
+
}
|
|
681
|
+
|
|
682
|
+
.wi-inputnumber__input:focus-visible,
|
|
683
|
+
.wi-password__input:focus-visible,
|
|
684
|
+
.wi-datepicker__input:focus-visible,
|
|
685
|
+
.wi-inputotp__input:focus-visible,
|
|
686
|
+
.wi-cascadeselect__trigger:focus-visible,
|
|
687
|
+
.wi-treeselect__trigger:focus-visible,
|
|
688
|
+
.wi-inputcolor__text:focus-visible,
|
|
689
|
+
.wi-inputtags:focus-within,
|
|
690
|
+
.wi-togglebutton:focus-visible,
|
|
691
|
+
.wi-selectbutton__button:focus-visible,
|
|
692
|
+
.wi-splitbutton__main:focus-visible,
|
|
693
|
+
.wi-splitbutton__trigger:focus-visible,
|
|
694
|
+
.wi-inplace__display:focus-visible,
|
|
695
|
+
.wi-pagination__button:focus-visible {
|
|
696
|
+
border-color: var(--wi-color-primary-hover);
|
|
697
|
+
box-shadow: var(--wi-focus-shadow);
|
|
698
|
+
outline: none;
|
|
699
|
+
}
|
|
700
|
+
|
|
701
|
+
.wi-inputnumber--invalid .wi-inputnumber__input:focus-visible,
|
|
702
|
+
.wi-password--invalid .wi-password__input:focus-visible,
|
|
703
|
+
.wi-datepicker--invalid .wi-datepicker__input:focus-visible {
|
|
704
|
+
border-color: var(--wi-color-danger);
|
|
705
|
+
box-shadow: var(--wi-focus-shadow-danger);
|
|
706
|
+
}
|
|
707
|
+
|
|
708
|
+
.wi-checkbox-group,
|
|
709
|
+
.wi-radio-group {
|
|
710
|
+
display: flex;
|
|
711
|
+
flex-wrap: wrap;
|
|
712
|
+
gap: var(--wi-space-3);
|
|
713
|
+
}
|
|
714
|
+
|
|
715
|
+
.wi-checkbox--small .wi-checkbox__control,
|
|
716
|
+
.wi-radio--small .wi-radio__control {
|
|
717
|
+
height: 0.95rem;
|
|
718
|
+
width: 0.95rem;
|
|
719
|
+
}
|
|
720
|
+
|
|
721
|
+
.wi-checkbox--large .wi-checkbox__control,
|
|
722
|
+
.wi-radio--large .wi-radio__control {
|
|
723
|
+
height: 1.35rem;
|
|
724
|
+
width: 1.35rem;
|
|
725
|
+
}
|
|
726
|
+
|
|
727
|
+
.wi-inputnumber__clear,
|
|
728
|
+
.wi-autocomplete__clear {
|
|
729
|
+
background: transparent;
|
|
730
|
+
border: 0;
|
|
731
|
+
color: var(--wi-color-text-muted);
|
|
732
|
+
cursor: pointer;
|
|
733
|
+
font: inherit;
|
|
734
|
+
line-height: 1;
|
|
735
|
+
}
|
|
736
|
+
|
|
737
|
+
/* —— Form: SelectButton —— */
|
|
738
|
+
.wi-selectbutton {
|
|
739
|
+
display: inline-flex;
|
|
740
|
+
flex-wrap: wrap;
|
|
741
|
+
gap: 0;
|
|
742
|
+
}
|
|
743
|
+
|
|
744
|
+
.wi-selectbutton__button {
|
|
745
|
+
background: var(--wi-color-surface);
|
|
746
|
+
border: 1px solid var(--wi-color-border);
|
|
747
|
+
color: var(--wi-color-text);
|
|
748
|
+
cursor: pointer;
|
|
749
|
+
font: inherit;
|
|
750
|
+
font-size: var(--wi-control-font-medium);
|
|
751
|
+
font-weight: 600;
|
|
752
|
+
margin-left: -1px;
|
|
753
|
+
min-height: var(--wi-control-height-medium);
|
|
754
|
+
padding: 0 var(--wi-button-padding-x-medium);
|
|
755
|
+
position: relative;
|
|
756
|
+
}
|
|
757
|
+
|
|
758
|
+
.wi-selectbutton__button:first-child {
|
|
759
|
+
border-radius: var(--wi-radius-control) 0 0 var(--wi-radius-control);
|
|
760
|
+
margin-left: 0;
|
|
761
|
+
}
|
|
762
|
+
|
|
763
|
+
.wi-selectbutton__button:last-child {
|
|
764
|
+
border-radius: 0 var(--wi-radius-control) var(--wi-radius-control) 0;
|
|
765
|
+
}
|
|
766
|
+
|
|
767
|
+
.wi-selectbutton__button:only-child {
|
|
768
|
+
border-radius: var(--wi-radius-control);
|
|
769
|
+
}
|
|
770
|
+
|
|
771
|
+
.wi-selectbutton__button--active {
|
|
772
|
+
background: var(--wi-color-primary);
|
|
773
|
+
border-color: var(--wi-color-primary);
|
|
774
|
+
color: var(--wi-color-on-emphasis);
|
|
775
|
+
z-index: 1;
|
|
776
|
+
}
|
|
777
|
+
|
|
778
|
+
.wi-selectbutton__button:hover:not(:disabled):not(.wi-selectbutton__button--active) {
|
|
779
|
+
background: color-mix(in srgb, var(--wi-color-text-muted) 12%, var(--wi-color-surface));
|
|
780
|
+
}
|
|
781
|
+
|
|
782
|
+
.wi-selectbutton__button:disabled {
|
|
783
|
+
cursor: not-allowed;
|
|
784
|
+
opacity: var(--wi-opacity-disabled);
|
|
785
|
+
}
|
|
786
|
+
|
|
787
|
+
.wi-selectbutton--small .wi-selectbutton__button {
|
|
788
|
+
min-height: var(--wi-control-height-small);
|
|
789
|
+
font-size: var(--wi-control-font-small);
|
|
790
|
+
padding: 0 var(--wi-button-padding-x-small);
|
|
791
|
+
}
|
|
792
|
+
|
|
793
|
+
.wi-selectbutton--large .wi-selectbutton__button {
|
|
794
|
+
min-height: var(--wi-control-height-large);
|
|
795
|
+
font-size: var(--wi-control-font-large);
|
|
796
|
+
padding: 0 var(--wi-button-padding-x-large);
|
|
797
|
+
}
|
|
798
|
+
|
|
799
|
+
.wi-selectbutton--invalid .wi-selectbutton__button {
|
|
800
|
+
border-color: var(--wi-color-danger);
|
|
801
|
+
}
|
|
802
|
+
|
|
803
|
+
.wi-selectbutton--disabled {
|
|
804
|
+
opacity: var(--wi-opacity-disabled);
|
|
805
|
+
pointer-events: none;
|
|
806
|
+
}
|
|
807
|
+
|
|
808
|
+
.wi-selectbutton__button:focus-visible {
|
|
809
|
+
box-shadow: var(--wi-focus-shadow);
|
|
810
|
+
outline: none;
|
|
811
|
+
z-index: 2;
|
|
812
|
+
}
|