@well-insight/ui 0.1.7 → 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 +6 -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/components/Accordion/index.d.ts.map +1 -1
- package/dist/components/Accordion/styles.css +60 -0
- package/dist/components/AutoComplete/index.d.ts.map +1 -1
- package/dist/components/AutoComplete/styles.css +135 -0
- package/dist/components/Avatar/index.d.ts.map +1 -1
- package/dist/components/Avatar/styles.css +76 -0
- package/dist/components/Badge/index.d.ts.map +1 -1
- package/dist/components/Badge/styles.css +122 -0
- package/dist/components/BlockUI/index.d.ts.map +1 -1
- package/dist/components/BlockUI/styles.css +20 -0
- package/dist/components/Breadcrumb/index.d.ts.map +1 -1
- package/dist/components/Breadcrumb/styles.css +45 -0
- package/dist/components/Button/index.d.ts.map +1 -1
- package/dist/components/Button/styles.css +492 -0
- package/dist/components/Card/index.d.ts.map +1 -1
- package/dist/components/Card/styles.css +68 -0
- package/dist/components/Carousel/index.d.ts.map +1 -1
- package/dist/components/Carousel/styles.css +48 -0
- package/dist/components/CascadeSelect/index.d.ts.map +1 -1
- package/dist/components/CascadeSelect/styles.css +108 -0
- package/dist/components/Checkbox/index.d.ts.map +1 -1
- package/dist/components/Checkbox/styles.css +18 -0
- package/dist/components/Chip/index.d.ts.map +1 -1
- package/dist/components/Chip/styles.css +103 -0
- package/dist/components/CommandMenu/index.d.ts.map +1 -1
- package/dist/components/CommandMenu/styles.css +74 -0
- package/dist/components/ConfigProvider/index.d.ts.map +1 -1
- package/dist/components/ConfigProvider/styles.css +1 -0
- package/dist/components/ConfirmDialog/index.d.ts.map +1 -1
- package/dist/components/ConfirmDialog/styles.css +23 -0
- package/dist/components/ConfirmPopup/index.d.ts.map +1 -1
- package/dist/components/ConfirmPopup/styles.css +37 -0
- package/dist/components/ContextMenu/index.d.ts.map +1 -1
- package/dist/components/ContextMenu/styles.css +50 -0
- package/dist/components/DataView/index.d.ts.map +1 -1
- package/dist/components/DataView/styles.css +33 -0
- package/dist/components/DatePicker/index.d.ts.map +1 -1
- package/dist/components/DatePicker/styles.css +197 -0
- package/dist/components/Dialog/index.d.ts.map +1 -1
- package/dist/components/Dialog/styles.css +225 -0
- package/dist/components/Divider/index.d.ts.map +1 -1
- package/dist/components/Divider/styles.css +79 -0
- package/dist/components/Dock/index.d.ts.map +1 -1
- package/dist/components/Dock/styles.css +41 -0
- package/dist/components/Drawer/index.d.ts.map +1 -1
- package/dist/components/Drawer/styles.css +121 -0
- package/dist/components/Dropdown/index.d.ts.map +1 -1
- package/dist/components/Dropdown/styles.css +78 -0
- package/dist/components/Fieldset/index.d.ts.map +1 -1
- package/dist/components/Fieldset/styles.css +37 -0
- package/dist/components/FileUpload/index.d.ts.map +1 -1
- package/dist/components/FileUpload/styles.css +300 -0
- package/dist/components/Flex/index.d.ts.map +1 -1
- package/dist/components/Flex/styles.css +5 -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/index.d.ts.map +1 -1
- package/dist/components/Form/styles.css +69 -0
- package/dist/components/Gallery/index.d.ts.map +1 -1
- package/dist/components/Gallery/styles.css +52 -0
- package/dist/components/Grid/index.d.ts.map +1 -1
- package/dist/components/Grid/styles.css +9 -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/index.d.ts.map +1 -1
- package/dist/components/Input/styles.css +191 -0
- package/dist/components/InputColor/index.d.ts.map +1 -1
- package/dist/components/InputColor/styles.css +65 -0
- package/dist/components/InputGroup/index.d.ts.map +1 -1
- package/dist/components/InputGroup/styles.css +20 -0
- package/dist/components/InputNumber/index.d.ts.map +1 -1
- package/dist/components/InputNumber/styles.css +117 -0
- package/dist/components/InputOtp/index.d.ts.map +1 -1
- package/dist/components/InputOtp/styles.css +43 -0
- package/dist/components/InputPassword/index.d.ts.map +1 -1
- package/dist/components/InputPassword/styles.css +178 -0
- package/dist/components/InputTags/index.d.ts.map +1 -1
- package/dist/components/InputTags/styles.css +54 -0
- 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/index.d.ts.map +1 -1
- package/dist/components/Layout/styles.css +349 -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/index.d.ts.map +1 -1
- package/dist/components/Menu/styles.css +68 -0
- package/dist/components/Menubar/index.d.ts.map +1 -1
- package/dist/components/Menubar/styles.css +93 -0
- package/dist/components/Message/index.d.ts.map +1 -1
- package/dist/components/Message/styles.css +169 -0
- 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/index.d.ts.map +1 -1
- package/dist/components/Pagination/styles.css +76 -0
- package/dist/components/Panel/index.d.ts.map +1 -1
- package/dist/components/Panel/styles.css +59 -0
- package/dist/components/PickList/index.d.ts.map +1 -1
- package/dist/components/PickList/styles.css +38 -0
- package/dist/components/Popover/index.d.ts.map +1 -1
- package/dist/components/Popover/styles.css +64 -0
- package/dist/components/ProgressBar/index.d.ts.map +1 -1
- package/dist/components/ProgressBar/styles.css +105 -0
- package/dist/components/ProgressSpinner/index.d.ts.map +1 -1
- package/dist/components/ProgressSpinner/styles.css +72 -0
- package/dist/components/Radio/index.d.ts.map +1 -1
- package/dist/components/Radio/styles.css +11 -0
- package/dist/components/Rating/index.d.ts.map +1 -1
- package/dist/components/Rating/styles.css +70 -0
- package/dist/components/ScrollTop/index.d.ts.map +1 -1
- package/dist/components/ScrollTop/styles.css +42 -0
- package/dist/components/Scrollbar/index.d.ts.map +1 -1
- package/dist/components/Scrollbar/styles.css +90 -0
- package/dist/components/Select/index.d.ts.map +1 -1
- package/dist/components/Select/styles.css +315 -0
- 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/index.d.ts.map +1 -1
- package/dist/components/Skeleton/styles.css +42 -0
- package/dist/components/Slider/index.d.ts.map +1 -1
- package/dist/components/Slider/styles.css +136 -0
- package/dist/components/Space/index.d.ts.map +1 -1
- package/dist/components/Space/styles.css +10 -0
- package/dist/components/SpeedDial/index.d.ts.map +1 -1
- package/dist/components/SpeedDial/styles.css +109 -0
- package/dist/components/SplitButton/index.d.ts.map +1 -1
- package/dist/components/SplitButton/styles.css +120 -0
- package/dist/components/Splitter/index.d.ts.map +1 -1
- package/dist/components/Splitter/styles.css +69 -0
- package/dist/components/Stepper/index.d.ts.map +1 -1
- package/dist/components/Stepper/styles.css +83 -0
- package/dist/components/Switch/index.d.ts.map +1 -1
- package/dist/components/Switch/styles.css +78 -0
- package/dist/components/Table/index.d.ts.map +1 -1
- package/dist/components/Table/styles.css +296 -0
- package/dist/components/Tabs/index.d.ts.map +1 -1
- package/dist/components/Tabs/styles.css +108 -0
- package/dist/components/Tag/index.d.ts.map +1 -1
- package/dist/components/Tag/styles.css +103 -0
- package/dist/components/Terminal/index.d.ts.map +1 -1
- package/dist/components/Terminal/styles.css +45 -0
- package/dist/components/Textarea/index.d.ts.map +1 -1
- package/dist/components/Textarea/styles.css +93 -0
- package/dist/components/TieredMenu/index.d.ts.map +1 -1
- package/dist/components/TieredMenu/styles.css +83 -0
- package/dist/components/Timeline/index.d.ts.map +1 -1
- package/dist/components/Timeline/styles.css +155 -0
- package/dist/components/Toast/index.d.ts.map +1 -1
- package/dist/components/Toast/styles.css +97 -0
- 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/index.d.ts.map +1 -1
- package/dist/components/Tooltip/styles.css +50 -0
- package/dist/components/Tree/index.d.ts.map +1 -1
- package/dist/components/Tree/styles.css +98 -0
- package/dist/components/TreeSelect/index.d.ts.map +1 -1
- package/dist/components/TreeSelect/styles.css +145 -0
- 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.map +1 -1
- 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-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/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,45 @@
|
|
|
1
|
+
/* —— Form: Knob —— */
|
|
2
|
+
.wi-knob {
|
|
3
|
+
align-items: center;
|
|
4
|
+
display: inline-flex;
|
|
5
|
+
justify-content: center;
|
|
6
|
+
position: relative;
|
|
7
|
+
touch-action: none;
|
|
8
|
+
user-select: none;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
.wi-knob--disabled {
|
|
12
|
+
opacity: var(--wi-opacity-disabled);
|
|
13
|
+
pointer-events: none;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
.wi-knob__svg {
|
|
17
|
+
cursor: pointer;
|
|
18
|
+
display: block;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.wi-knob__track {
|
|
22
|
+
stroke: color-mix(in srgb, var(--wi-color-text-muted) 28%, var(--wi-color-surface));
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
.wi-knob__value {
|
|
26
|
+
stroke: var(--wi-color-primary);
|
|
27
|
+
stroke-linecap: round;
|
|
28
|
+
transition: stroke-dashoffset var(--wi-motion-fast) var(--wi-motion-ease);
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
.wi-knob__label {
|
|
32
|
+
color: var(--wi-color-text);
|
|
33
|
+
font-size: var(--wi-font-size-md);
|
|
34
|
+
font-weight: 600;
|
|
35
|
+
left: 50%;
|
|
36
|
+
pointer-events: none;
|
|
37
|
+
position: absolute;
|
|
38
|
+
top: 50%;
|
|
39
|
+
transform: translate(-50%, -50%);
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
.wi-knob:focus-visible {
|
|
43
|
+
box-shadow: var(--wi-focus-shadow);
|
|
44
|
+
outline: none;
|
|
45
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Label/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,aAAa,CAAA;AAChD,YAAY,EAAE,UAAU,EAAE,MAAM,SAAS,CAAA"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Label/index.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,CAAA;AAChB,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,aAAa,CAAA;AAChD,YAAY,EAAE,UAAU,EAAE,MAAM,SAAS,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Layout/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,cAAc,CAAA;AAClD,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,oBAAoB,CAAA;AAC9D,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,qBAAqB,CAAA;AAChE,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,oBAAoB,CAAA;AAC9D,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,mBAAmB,CAAA;AAC5D,YAAY,EACV,kBAAkB,EAClB,kBAAkB,EAClB,YAAY,EACZ,iBAAiB,EACjB,iBAAiB,EACjB,cAAc,EACd,WAAW,EACX,gBAAgB,EAChB,oBAAoB,EACpB,gBAAgB,EAChB,aAAa,GACd,MAAM,SAAS,CAAA;AAChB,OAAO,EAAE,aAAa,EAAE,MAAM,WAAW,CAAA"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Layout/index.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,CAAA;AAChB,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,cAAc,CAAA;AAClD,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,oBAAoB,CAAA;AAC9D,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,qBAAqB,CAAA;AAChE,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,oBAAoB,CAAA;AAC9D,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,mBAAmB,CAAA;AAC5D,YAAY,EACV,kBAAkB,EAClB,kBAAkB,EAClB,YAAY,EACZ,iBAAiB,EACjB,iBAAiB,EACjB,cAAc,EACd,WAAW,EACX,gBAAgB,EAChB,oBAAoB,EACpB,gBAAgB,EAChB,aAAa,GACd,MAAM,SAAS,CAAA;AAChB,OAAO,EAAE,aAAa,EAAE,MAAM,WAAW,CAAA"}
|
|
@@ -0,0 +1,349 @@
|
|
|
1
|
+
/* —— Panel: Layout —— */
|
|
2
|
+
.wi-layout {
|
|
3
|
+
background: var(--wi-color-surface);
|
|
4
|
+
box-sizing: border-box;
|
|
5
|
+
color: var(--wi-color-text);
|
|
6
|
+
flex: auto;
|
|
7
|
+
min-height: 0;
|
|
8
|
+
min-width: 0;
|
|
9
|
+
overflow: hidden;
|
|
10
|
+
position: relative;
|
|
11
|
+
transition: background-color var(--wi-motion-normal) var(--wi-motion-ease),
|
|
12
|
+
color var(--wi-motion-normal) var(--wi-motion-ease);
|
|
13
|
+
width: 100%;
|
|
14
|
+
z-index: auto;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
.wi-layout--embedded {
|
|
18
|
+
background: color-mix(in srgb, var(--wi-color-text-muted) 6%, var(--wi-color-surface));
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.wi-layout--absolute-positioned {
|
|
22
|
+
inset: 0;
|
|
23
|
+
position: absolute;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
.wi-layout__scroll {
|
|
27
|
+
box-sizing: border-box;
|
|
28
|
+
display: flex;
|
|
29
|
+
flex-direction: column;
|
|
30
|
+
height: 100%;
|
|
31
|
+
min-height: 0;
|
|
32
|
+
min-width: 0;
|
|
33
|
+
overflow: auto;
|
|
34
|
+
overflow-x: hidden;
|
|
35
|
+
position: relative;
|
|
36
|
+
width: 100%;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
.wi-layout__scroll--has-sider {
|
|
40
|
+
/* direction set inline (matches naive hasSiderStyle) */
|
|
41
|
+
flex-wrap: nowrap;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
.wi-layout__scrollbar {
|
|
45
|
+
box-sizing: border-box;
|
|
46
|
+
flex: 1 1 auto;
|
|
47
|
+
height: 100%;
|
|
48
|
+
min-height: 0;
|
|
49
|
+
min-width: 0;
|
|
50
|
+
width: 100%;
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
.wi-layout__scrollbar .wi-layout__scroll {
|
|
54
|
+
/* view hosts flex children; scrolling is on the wrap */
|
|
55
|
+
height: auto;
|
|
56
|
+
min-height: 100%;
|
|
57
|
+
overflow: visible;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
/* Nested layout / content grow to fill remaining space */
|
|
61
|
+
.wi-layout__scroll > .wi-layout,
|
|
62
|
+
.wi-layout__scroll > .wi-layout-content {
|
|
63
|
+
flex: 1 1 auto;
|
|
64
|
+
min-height: 0;
|
|
65
|
+
min-width: 0;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
.wi-layout-content {
|
|
69
|
+
flex: 1 1 auto;
|
|
70
|
+
min-height: 0;
|
|
71
|
+
min-width: 0;
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
.wi-layout-content > .wi-layout__scroll,
|
|
75
|
+
.wi-layout-content > .wi-layout__scrollbar {
|
|
76
|
+
flex: 1 1 auto;
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
.wi-layout-header,
|
|
80
|
+
.wi-layout-footer {
|
|
81
|
+
background: var(--wi-color-surface);
|
|
82
|
+
box-sizing: border-box;
|
|
83
|
+
color: var(--wi-color-text);
|
|
84
|
+
flex: 0 0 auto;
|
|
85
|
+
transition: background-color var(--wi-motion-fast) var(--wi-motion-ease),
|
|
86
|
+
color var(--wi-motion-fast) var(--wi-motion-ease),
|
|
87
|
+
border-color var(--wi-motion-fast) var(--wi-motion-ease);
|
|
88
|
+
width: 100%;
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
.wi-layout-header--bordered {
|
|
92
|
+
border-bottom: 1px solid var(--wi-color-border);
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
.wi-layout-footer--bordered {
|
|
96
|
+
border-top: 1px solid var(--wi-color-border);
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
.wi-layout-header--inverted,
|
|
100
|
+
.wi-layout-footer--inverted,
|
|
101
|
+
.wi-layout-sider--inverted {
|
|
102
|
+
background: var(--wi-color-contrast);
|
|
103
|
+
color: var(--wi-color-contrast-fg);
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
.wi-layout-header--inverted.wi-layout-header--bordered {
|
|
107
|
+
border-bottom-color: color-mix(in srgb, var(--wi-color-contrast-fg) 18%, transparent);
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
.wi-layout-footer--inverted.wi-layout-footer--bordered {
|
|
111
|
+
border-top-color: color-mix(in srgb, var(--wi-color-contrast-fg) 18%, transparent);
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
.wi-layout-header--absolute-positioned,
|
|
115
|
+
.wi-layout-footer--absolute-positioned,
|
|
116
|
+
.wi-layout-sider--absolute-positioned {
|
|
117
|
+
position: absolute;
|
|
118
|
+
z-index: 1;
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
.wi-layout-header--absolute-positioned {
|
|
122
|
+
inset-inline: 0;
|
|
123
|
+
top: 0;
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
.wi-layout-footer--absolute-positioned {
|
|
127
|
+
bottom: 0;
|
|
128
|
+
inset-inline: 0;
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
.wi-layout-sider {
|
|
132
|
+
background: var(--wi-color-surface);
|
|
133
|
+
box-sizing: border-box;
|
|
134
|
+
color: var(--wi-color-text);
|
|
135
|
+
display: flex;
|
|
136
|
+
flex-shrink: 0;
|
|
137
|
+
justify-content: flex-end;
|
|
138
|
+
/* Do not clip the collapse trigger (it sits half outside the sider edge).
|
|
139
|
+
Collapsed transform overflow is clipped by `.wi-layout { overflow: hidden }`. */
|
|
140
|
+
overflow: visible;
|
|
141
|
+
position: relative;
|
|
142
|
+
transition: color var(--wi-motion-normal) var(--wi-motion-ease),
|
|
143
|
+
border-color var(--wi-motion-normal) var(--wi-motion-ease),
|
|
144
|
+
max-width var(--wi-motion-normal) var(--wi-motion-ease),
|
|
145
|
+
background-color var(--wi-motion-normal) var(--wi-motion-ease);
|
|
146
|
+
z-index: 1;
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
.wi-layout-sider--right-placement {
|
|
150
|
+
justify-content: flex-start;
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
.wi-layout-sider__scroll {
|
|
154
|
+
box-sizing: border-box;
|
|
155
|
+
flex-grow: 1;
|
|
156
|
+
flex-shrink: 0;
|
|
157
|
+
height: 100%;
|
|
158
|
+
max-width: 100%;
|
|
159
|
+
opacity: 0;
|
|
160
|
+
overflow: hidden;
|
|
161
|
+
transition: opacity var(--wi-motion-normal) var(--wi-motion-ease);
|
|
162
|
+
width: 100%;
|
|
163
|
+
}
|
|
164
|
+
|
|
165
|
+
.wi-layout-sider__scrollbar {
|
|
166
|
+
box-sizing: border-box;
|
|
167
|
+
flex-grow: 1;
|
|
168
|
+
flex-shrink: 0;
|
|
169
|
+
height: 100%;
|
|
170
|
+
max-width: 100%;
|
|
171
|
+
min-width: 0;
|
|
172
|
+
opacity: 0;
|
|
173
|
+
transition: opacity var(--wi-motion-normal) var(--wi-motion-ease);
|
|
174
|
+
width: 100%;
|
|
175
|
+
}
|
|
176
|
+
|
|
177
|
+
.wi-layout-sider__scrollbar .wi-layout-sider__scroll {
|
|
178
|
+
height: auto;
|
|
179
|
+
max-width: none;
|
|
180
|
+
min-height: 100%;
|
|
181
|
+
opacity: 1;
|
|
182
|
+
overflow: visible;
|
|
183
|
+
}
|
|
184
|
+
|
|
185
|
+
.wi-layout-sider--show-content > .wi-layout-sider__scroll {
|
|
186
|
+
opacity: 1;
|
|
187
|
+
overflow: auto;
|
|
188
|
+
}
|
|
189
|
+
|
|
190
|
+
.wi-layout-sider--show-content > .wi-layout-sider__scrollbar {
|
|
191
|
+
opacity: 1;
|
|
192
|
+
}
|
|
193
|
+
|
|
194
|
+
.wi-layout-sider--collapse-width > .wi-layout-sider__scroll,
|
|
195
|
+
.wi-layout-sider--collapse-width > .wi-layout-sider__scrollbar {
|
|
196
|
+
flex-shrink: 1;
|
|
197
|
+
min-width: 0;
|
|
198
|
+
}
|
|
199
|
+
|
|
200
|
+
.wi-layout-sider__border {
|
|
201
|
+
background: var(--wi-color-border);
|
|
202
|
+
bottom: 0;
|
|
203
|
+
position: absolute;
|
|
204
|
+
top: 0;
|
|
205
|
+
transition: background-color var(--wi-motion-fast) var(--wi-motion-ease);
|
|
206
|
+
width: 1px;
|
|
207
|
+
}
|
|
208
|
+
|
|
209
|
+
.wi-layout-sider--left-placement > .wi-layout-sider__border,
|
|
210
|
+
.wi-layout-sider--left > .wi-layout-sider__border {
|
|
211
|
+
right: 0;
|
|
212
|
+
}
|
|
213
|
+
|
|
214
|
+
.wi-layout-sider--right-placement > .wi-layout-sider__border,
|
|
215
|
+
.wi-layout-sider--right > .wi-layout-sider__border {
|
|
216
|
+
left: 0;
|
|
217
|
+
}
|
|
218
|
+
|
|
219
|
+
.wi-layout-sider--inverted > .wi-layout-sider__border {
|
|
220
|
+
background: color-mix(in srgb, var(--wi-color-contrast-fg) 18%, transparent);
|
|
221
|
+
}
|
|
222
|
+
|
|
223
|
+
.wi-layout-sider__trigger {
|
|
224
|
+
background: transparent;
|
|
225
|
+
border: 0;
|
|
226
|
+
color: var(--wi-color-text-muted);
|
|
227
|
+
cursor: pointer;
|
|
228
|
+
font: inherit;
|
|
229
|
+
padding: 0;
|
|
230
|
+
position: absolute;
|
|
231
|
+
z-index: 2;
|
|
232
|
+
}
|
|
233
|
+
|
|
234
|
+
.wi-layout-sider__trigger:focus-visible {
|
|
235
|
+
box-shadow: var(--wi-focus-shadow);
|
|
236
|
+
outline: none;
|
|
237
|
+
}
|
|
238
|
+
|
|
239
|
+
.wi-layout-sider__trigger--arrow-circle {
|
|
240
|
+
align-items: center;
|
|
241
|
+
background: var(--wi-color-surface);
|
|
242
|
+
border: 1px solid var(--wi-color-border);
|
|
243
|
+
border-radius: 50%;
|
|
244
|
+
box-shadow: var(--wi-shadow-sm);
|
|
245
|
+
display: inline-flex;
|
|
246
|
+
font-size: 1rem;
|
|
247
|
+
height: 1.5rem;
|
|
248
|
+
justify-content: center;
|
|
249
|
+
right: 0;
|
|
250
|
+
top: 50%;
|
|
251
|
+
transform: translate(50%, -50%);
|
|
252
|
+
width: 1.5rem;
|
|
253
|
+
}
|
|
254
|
+
|
|
255
|
+
.wi-layout-sider--right-placement > .wi-layout-sider__trigger--arrow-circle {
|
|
256
|
+
left: 0;
|
|
257
|
+
right: auto;
|
|
258
|
+
transform: translate(-50%, -50%);
|
|
259
|
+
}
|
|
260
|
+
|
|
261
|
+
.wi-layout-sider__arrow {
|
|
262
|
+
display: inline-block;
|
|
263
|
+
line-height: 1;
|
|
264
|
+
transform: rotate(180deg);
|
|
265
|
+
transition: transform var(--wi-motion-normal) var(--wi-motion-ease);
|
|
266
|
+
}
|
|
267
|
+
|
|
268
|
+
.wi-layout-sider--collapsed > .wi-layout-sider__trigger--arrow-circle .wi-layout-sider__arrow {
|
|
269
|
+
transform: rotate(0deg);
|
|
270
|
+
}
|
|
271
|
+
|
|
272
|
+
.wi-layout-sider--right-placement > .wi-layout-sider__trigger--arrow-circle .wi-layout-sider__arrow {
|
|
273
|
+
transform: rotate(0deg);
|
|
274
|
+
}
|
|
275
|
+
|
|
276
|
+
.wi-layout-sider--right-placement.wi-layout-sider--collapsed
|
|
277
|
+
> .wi-layout-sider__trigger--arrow-circle
|
|
278
|
+
.wi-layout-sider__arrow {
|
|
279
|
+
transform: rotate(180deg);
|
|
280
|
+
}
|
|
281
|
+
|
|
282
|
+
.wi-layout-sider--inverted > .wi-layout-sider__trigger--arrow-circle {
|
|
283
|
+
background: var(--wi-color-contrast);
|
|
284
|
+
border-color: color-mix(in srgb, var(--wi-color-contrast-fg) 18%, transparent);
|
|
285
|
+
color: var(--wi-color-contrast-fg);
|
|
286
|
+
}
|
|
287
|
+
|
|
288
|
+
.wi-layout-sider__trigger--bar {
|
|
289
|
+
height: 4.5rem;
|
|
290
|
+
right: -1.75rem;
|
|
291
|
+
top: calc(50% - 2.25rem);
|
|
292
|
+
width: 2rem;
|
|
293
|
+
}
|
|
294
|
+
|
|
295
|
+
.wi-layout-sider--right-placement > .wi-layout-sider__trigger--bar {
|
|
296
|
+
left: -1.75rem;
|
|
297
|
+
right: auto;
|
|
298
|
+
transform: rotate(180deg);
|
|
299
|
+
}
|
|
300
|
+
|
|
301
|
+
.wi-layout-sider__bar {
|
|
302
|
+
display: block;
|
|
303
|
+
height: 100%;
|
|
304
|
+
position: relative;
|
|
305
|
+
width: 100%;
|
|
306
|
+
}
|
|
307
|
+
|
|
308
|
+
.wi-layout-sider__bar-top,
|
|
309
|
+
.wi-layout-sider__bar-bottom {
|
|
310
|
+
background: var(--wi-color-text-muted);
|
|
311
|
+
border-radius: 2px;
|
|
312
|
+
height: 2.375rem;
|
|
313
|
+
left: 0.875rem;
|
|
314
|
+
position: absolute;
|
|
315
|
+
transition: background-color var(--wi-motion-fast) var(--wi-motion-ease),
|
|
316
|
+
transform var(--wi-motion-fast) var(--wi-motion-ease);
|
|
317
|
+
width: 4px;
|
|
318
|
+
}
|
|
319
|
+
|
|
320
|
+
.wi-layout-sider__bar-top {
|
|
321
|
+
top: 0;
|
|
322
|
+
}
|
|
323
|
+
|
|
324
|
+
.wi-layout-sider__bar-bottom {
|
|
325
|
+
top: 2.125rem;
|
|
326
|
+
}
|
|
327
|
+
|
|
328
|
+
.wi-layout-sider__trigger--bar:hover .wi-layout-sider__bar-top {
|
|
329
|
+
transform: rotate(12deg) scale(1.15) translateY(-2px);
|
|
330
|
+
}
|
|
331
|
+
|
|
332
|
+
.wi-layout-sider__trigger--bar:hover .wi-layout-sider__bar-bottom {
|
|
333
|
+
transform: rotate(-12deg) scale(1.15) translateY(2px);
|
|
334
|
+
}
|
|
335
|
+
|
|
336
|
+
.wi-layout-sider--collapsed > .wi-layout-sider__trigger--bar:hover .wi-layout-sider__bar-top {
|
|
337
|
+
transform: rotate(-12deg) scale(1.15) translateY(-2px);
|
|
338
|
+
}
|
|
339
|
+
|
|
340
|
+
.wi-layout-sider--collapsed > .wi-layout-sider__trigger--bar:hover .wi-layout-sider__bar-bottom {
|
|
341
|
+
transform: rotate(12deg) scale(1.15) translateY(2px);
|
|
342
|
+
}
|
|
343
|
+
|
|
344
|
+
.wi-layout-sider--absolute-positioned {
|
|
345
|
+
bottom: 0;
|
|
346
|
+
left: 0;
|
|
347
|
+
position: absolute;
|
|
348
|
+
top: 0;
|
|
349
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Listbox/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,eAAe,CAAA;AACpD,YAAY,EAAE,YAAY,EAAE,aAAa,EAAE,YAAY,EAAE,YAAY,EAAE,MAAM,SAAS,CAAA"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Listbox/index.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,CAAA;AAChB,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,eAAe,CAAA;AACpD,YAAY,EAAE,YAAY,EAAE,aAAa,EAAE,YAAY,EAAE,YAAY,EAAE,MAAM,SAAS,CAAA"}
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
/* —— Form: Listbox —— */
|
|
2
|
+
.wi-listbox {
|
|
3
|
+
background: var(--wi-color-surface);
|
|
4
|
+
border: 1px solid var(--wi-color-border);
|
|
5
|
+
border-radius: var(--wi-radius-md);
|
|
6
|
+
display: inline-flex;
|
|
7
|
+
flex-direction: column;
|
|
8
|
+
min-width: var(--wi-menu-min-width-lg);
|
|
9
|
+
overflow: hidden;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
.wi-listbox--disabled {
|
|
13
|
+
opacity: var(--wi-opacity-disabled);
|
|
14
|
+
pointer-events: none;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
.wi-listbox__filter {
|
|
18
|
+
background: var(--wi-color-surface);
|
|
19
|
+
border: 0;
|
|
20
|
+
border-bottom: 1px solid var(--wi-color-border);
|
|
21
|
+
color: var(--wi-color-text);
|
|
22
|
+
font: inherit;
|
|
23
|
+
padding: var(--wi-space-2) var(--wi-space-3);
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
.wi-listbox__list {
|
|
27
|
+
list-style: none;
|
|
28
|
+
margin: 0;
|
|
29
|
+
max-height: 14rem;
|
|
30
|
+
overflow: auto;
|
|
31
|
+
padding: var(--wi-space-1);
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
.wi-listbox__option {
|
|
35
|
+
background: transparent;
|
|
36
|
+
border: 0;
|
|
37
|
+
border-radius: var(--wi-radius-sm);
|
|
38
|
+
color: var(--wi-color-text);
|
|
39
|
+
cursor: pointer;
|
|
40
|
+
display: block;
|
|
41
|
+
font: inherit;
|
|
42
|
+
font-size: var(--wi-control-font-medium);
|
|
43
|
+
min-height: var(--wi-control-height-medium);
|
|
44
|
+
padding: 0 var(--wi-control-padding-x-medium);
|
|
45
|
+
text-align: start;
|
|
46
|
+
width: 100%;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
.wi-listbox__option--selected {
|
|
50
|
+
background: color-mix(in srgb, var(--wi-color-primary) 16%, var(--wi-color-surface));
|
|
51
|
+
color: var(--wi-color-primary);
|
|
52
|
+
font-weight: 600;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
.wi-listbox__option:hover:not(:disabled):not(.wi-listbox__option--selected) {
|
|
56
|
+
background: color-mix(in srgb, var(--wi-color-primary) 8%, var(--wi-color-surface));
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
.wi-listbox__option:disabled {
|
|
60
|
+
cursor: not-allowed;
|
|
61
|
+
opacity: var(--wi-opacity-disabled);
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
.wi-listbox__empty {
|
|
65
|
+
color: var(--wi-color-text-muted);
|
|
66
|
+
padding: var(--wi-space-3);
|
|
67
|
+
text-align: center;
|
|
68
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/MegaMenu/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,gBAAgB,CAAA;AACtD,YAAY,EAAE,YAAY,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/MegaMenu/index.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,CAAA;AAChB,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,gBAAgB,CAAA;AACtD,YAAY,EAAE,YAAY,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA"}
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
/* —— Menu: MegaMenu —— */
|
|
2
|
+
.wi-megamenu {
|
|
3
|
+
background: var(--wi-color-surface);
|
|
4
|
+
border: 1px solid var(--wi-color-border);
|
|
5
|
+
border-radius: var(--wi-radius-md);
|
|
6
|
+
display: flex;
|
|
7
|
+
gap: var(--wi-space-1);
|
|
8
|
+
padding: var(--wi-space-1);
|
|
9
|
+
position: relative;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
.wi-megamenu__item {
|
|
13
|
+
position: relative;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
.wi-megamenu__trigger {
|
|
17
|
+
background: transparent;
|
|
18
|
+
border: 0;
|
|
19
|
+
border-radius: var(--wi-radius-sm);
|
|
20
|
+
color: inherit;
|
|
21
|
+
cursor: pointer;
|
|
22
|
+
display: inline-flex;
|
|
23
|
+
font: inherit;
|
|
24
|
+
gap: var(--wi-space-1);
|
|
25
|
+
padding: var(--wi-space-2) var(--wi-space-3);
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.wi-megamenu__item--open .wi-megamenu__trigger,
|
|
29
|
+
.wi-megamenu__trigger:hover:not(:disabled) {
|
|
30
|
+
background: color-mix(in srgb, var(--wi-color-primary) 10%, transparent);
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
.wi-megamenu__panel {
|
|
34
|
+
background: var(--wi-color-surface);
|
|
35
|
+
border: 1px solid var(--wi-color-border);
|
|
36
|
+
border-radius: var(--wi-radius-md);
|
|
37
|
+
box-shadow: var(--wi-shadow-md);
|
|
38
|
+
display: flex;
|
|
39
|
+
gap: var(--wi-space-4);
|
|
40
|
+
left: 0;
|
|
41
|
+
margin-top: var(--wi-space-1);
|
|
42
|
+
padding: var(--wi-space-3);
|
|
43
|
+
position: absolute;
|
|
44
|
+
top: 100%;
|
|
45
|
+
z-index: var(--wi-z-popper);
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
.wi-megamenu__panel--teleported {
|
|
49
|
+
margin-top: 0;
|
|
50
|
+
position: fixed;
|
|
51
|
+
top: auto;
|
|
52
|
+
z-index: var(--wi-z-dropdown);
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
.wi-megamenu__column {
|
|
56
|
+
display: flex;
|
|
57
|
+
flex-direction: column;
|
|
58
|
+
gap: var(--wi-space-1);
|
|
59
|
+
min-width: 8rem;
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
.wi-megamenu__link {
|
|
63
|
+
background: transparent;
|
|
64
|
+
border: 0;
|
|
65
|
+
border-radius: var(--wi-radius-sm);
|
|
66
|
+
color: inherit;
|
|
67
|
+
cursor: pointer;
|
|
68
|
+
font: inherit;
|
|
69
|
+
padding: var(--wi-space-2);
|
|
70
|
+
text-align: left;
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
.wi-megamenu__link:hover:not(:disabled) {
|
|
74
|
+
background: color-mix(in srgb, var(--wi-color-primary) 10%, transparent);
|
|
75
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Menu/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,YAAY,CAAA;AAC9C,YAAY,EAAE,SAAS,EAAE,QAAQ,EAAE,SAAS,EAAE,MAAM,SAAS,CAAA"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Menu/index.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,CAAA;AAChB,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,YAAY,CAAA;AAC9C,YAAY,EAAE,SAAS,EAAE,QAAQ,EAAE,SAAS,EAAE,MAAM,SAAS,CAAA"}
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
/* —— Menu: Menu —— */
|
|
2
|
+
.wi-menu {
|
|
3
|
+
background: var(--wi-color-surface);
|
|
4
|
+
border: 1px solid var(--wi-color-border);
|
|
5
|
+
border-radius: var(--wi-radius-md);
|
|
6
|
+
display: flex;
|
|
7
|
+
flex-direction: column;
|
|
8
|
+
gap: 0.125rem;
|
|
9
|
+
min-width: var(--wi-menu-min-width);
|
|
10
|
+
padding: var(--wi-space-1);
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
.wi-menu--popup {
|
|
14
|
+
box-shadow: var(--wi-shadow-md);
|
|
15
|
+
position: absolute;
|
|
16
|
+
z-index: var(--wi-z-popper);
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
.wi-menu--teleported {
|
|
20
|
+
position: fixed;
|
|
21
|
+
z-index: var(--wi-z-dropdown);
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
.wi-menu__item {
|
|
25
|
+
background: transparent;
|
|
26
|
+
border: 0;
|
|
27
|
+
border-radius: var(--wi-radius-sm);
|
|
28
|
+
color: var(--wi-color-text);
|
|
29
|
+
cursor: pointer;
|
|
30
|
+
font: inherit;
|
|
31
|
+
padding: var(--wi-space-2) var(--wi-space-3);
|
|
32
|
+
text-align: start;
|
|
33
|
+
width: 100%;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
.wi-menu__item:hover:not(:disabled) {
|
|
37
|
+
background: color-mix(in srgb, var(--wi-color-primary) 10%, var(--wi-color-surface));
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
.wi-menu__item:disabled {
|
|
41
|
+
cursor: not-allowed;
|
|
42
|
+
opacity: var(--wi-opacity-disabled);
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
.wi-menu__item:focus-visible {
|
|
46
|
+
box-shadow: var(--wi-focus-shadow);
|
|
47
|
+
outline: none;
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
.wi-menu__separator {
|
|
51
|
+
background: var(--wi-color-border);
|
|
52
|
+
height: 1px;
|
|
53
|
+
margin: var(--wi-space-1) 0;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
.wi-menu--collapsed {
|
|
57
|
+
width: auto;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
.wi-menu__item {
|
|
61
|
+
align-items: center;
|
|
62
|
+
display: flex;
|
|
63
|
+
gap: var(--wi-space-2);
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
.wi-menu__caret {
|
|
67
|
+
margin-left: auto;
|
|
68
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Menubar/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,eAAe,CAAA;AACpD,YAAY,EAAE,YAAY,EAAE,WAAW,EAAE,YAAY,EAAE,MAAM,SAAS,CAAA"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Menubar/index.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,CAAA;AAChB,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,eAAe,CAAA;AACpD,YAAY,EAAE,YAAY,EAAE,WAAW,EAAE,YAAY,EAAE,MAAM,SAAS,CAAA"}
|