@well-insight/ui 0.1.9 → 0.1.11
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 +59 -0
- package/README.md +3 -3
- package/README.zh-CN.md +3 -3
- package/dist/{Button-BZzV1X-d.js → Button-tnrMSwNg.js} +4 -8
- package/dist/{Checkbox-BtgWgkHI.js → Checkbox-CoovLjt_.js} +6 -6
- package/dist/{Icon-B6gOD07E.js → Icon-DHGs8l-M.js} +27 -1
- package/dist/Pagination-UvgyUKB1.js +155 -0
- package/dist/{ProgressSpinner-YThgaSzb.js → ProgressSpinner-BTijCc7l.js} +1 -1
- package/dist/accordion/style.css +42 -28
- package/dist/auto-complete/index.js +106 -99
- package/dist/auto-complete/style.css +184 -162
- package/dist/avatar/index.js +1 -1
- package/dist/avatar/style.css +106 -79
- package/dist/badge/style.css +150 -115
- package/dist/block-ui/style.css +42 -28
- package/dist/breadcrumb/index.js +1 -1
- package/dist/breadcrumb/style.css +42 -28
- package/dist/button/index.js +1 -1
- package/dist/button/style.css +609 -452
- package/dist/card/style.css +42 -28
- package/dist/carousel/index.js +61 -54
- package/dist/carousel/style.css +116 -62
- package/dist/carousel/style.js +1 -0
- package/dist/cascade-select/index.js +143 -76
- package/dist/cascade-select/style.css +193 -110
- package/dist/cascade-select/style.js +1 -0
- package/dist/checkbox/index.js +1 -1
- package/dist/checkbox/style.css +42 -28
- package/dist/chip/index.js +32 -29
- package/dist/chip/style.css +121 -100
- package/dist/command-menu/index.js +2 -2
- package/dist/command-menu/style.css +101 -85
- package/dist/components/Accordion/Accordion.vue.d.ts.map +1 -1
- package/dist/components/AutoComplete/AutoComplete.vue.d.ts +2 -0
- package/dist/components/AutoComplete/AutoComplete.vue.d.ts.map +1 -1
- package/dist/components/AutoComplete/styles.css +142 -134
- package/dist/components/AutoComplete/types.d.ts +1 -0
- package/dist/components/AutoComplete/types.d.ts.map +1 -1
- package/dist/components/Avatar/Avatar.vue.d.ts.map +1 -1
- package/dist/components/Avatar/AvatarGroup.vue.d.ts.map +1 -1
- package/dist/components/Avatar/styles.css +64 -51
- package/dist/components/Badge/Badge.vue.d.ts.map +1 -1
- package/dist/components/Badge/styles.css +108 -87
- package/dist/components/BlockUI/BlockUI.vue.d.ts.map +1 -1
- package/dist/components/Breadcrumb/Breadcrumb.vue.d.ts.map +1 -1
- package/dist/components/Button/Button.vue.d.ts +1 -2
- package/dist/components/Button/Button.vue.d.ts.map +1 -1
- package/dist/components/Button/ButtonGroup.vue.d.ts.map +1 -1
- package/dist/components/Button/styles.css +567 -424
- package/dist/components/Button/types.d.ts +0 -2
- package/dist/components/Button/types.d.ts.map +1 -1
- package/dist/components/Card/Card.vue.d.ts.map +1 -1
- package/dist/components/Carousel/Carousel.vue.d.ts +2 -2
- package/dist/components/Carousel/Carousel.vue.d.ts.map +1 -1
- package/dist/components/Carousel/styles.css +36 -35
- package/dist/components/CascadeSelect/CascadeSelect.vue.d.ts +6 -0
- package/dist/components/CascadeSelect/CascadeSelect.vue.d.ts.map +1 -1
- package/dist/components/CascadeSelect/styles.css +137 -107
- package/dist/components/CascadeSelect/types.d.ts +11 -0
- package/dist/components/CascadeSelect/types.d.ts.map +1 -1
- package/dist/components/Checkbox/Checkbox.vue.d.ts.map +1 -1
- package/dist/components/Checkbox/CheckboxGroup.vue.d.ts.map +1 -1
- package/dist/components/Chip/Chip.vue.d.ts.map +1 -1
- package/dist/components/Chip/styles.css +79 -72
- package/dist/components/CommandMenu/CommandMenu.vue.d.ts.map +1 -1
- package/dist/components/CommandMenu/styles.css +59 -57
- package/dist/components/ConfigProvider/ConfigProvider.vue.d.ts.map +1 -1
- package/dist/components/ConfirmDialog/ConfirmDialog.vue.d.ts.map +1 -1
- package/dist/components/ConfirmDialog/styles.css +17 -16
- package/dist/components/ConfirmPopup/ConfirmPopup.vue.d.ts.map +1 -1
- package/dist/components/ConfirmPopup/styles.css +27 -26
- package/dist/components/ContextMenu/ContextMenu.vue.d.ts.map +1 -1
- package/dist/components/ContextMenu/ContextMenuNodes.vue.d.ts.map +1 -1
- package/dist/components/ContextMenu/index.d.ts +1 -1
- package/dist/components/ContextMenu/index.d.ts.map +1 -1
- package/dist/components/ContextMenu/styles.css +43 -37
- package/dist/components/ContextMenu/useContextMenu.d.ts.map +1 -1
- package/dist/components/DataView/DataView.vue.d.ts.map +1 -1
- package/dist/components/DatePicker/DatePicker.vue.d.ts +2 -0
- package/dist/components/DatePicker/DatePicker.vue.d.ts.map +1 -1
- package/dist/components/DatePicker/styles.css +200 -151
- package/dist/components/DatePicker/types.d.ts +1 -0
- package/dist/components/DatePicker/types.d.ts.map +1 -1
- package/dist/components/Dialog/Dialog.vue.d.ts +3 -3
- package/dist/components/Dialog/Dialog.vue.d.ts.map +1 -1
- package/dist/components/Dialog/styles.css +155 -150
- package/dist/components/Divider/Divider.vue.d.ts.map +1 -1
- package/dist/components/Divider/types.d.ts +0 -5
- package/dist/components/Divider/types.d.ts.map +1 -1
- package/dist/components/Dock/Dock.vue.d.ts.map +1 -1
- package/dist/components/Dock/styles.css +37 -32
- package/dist/components/Drawer/Drawer.vue.d.ts +2 -2
- package/dist/components/Drawer/Drawer.vue.d.ts.map +1 -1
- package/dist/components/Drawer/styles.css +82 -80
- package/dist/components/Dropdown/Dropdown.vue.d.ts.map +1 -1
- package/dist/components/Dropdown/DropdownNodes.vue.d.ts +2 -2
- package/dist/components/Dropdown/DropdownNodes.vue.d.ts.map +1 -1
- package/dist/components/Dropdown/styles.css +58 -57
- package/dist/components/Fieldset/Fieldset.vue.d.ts +4 -4
- package/dist/components/Fieldset/Fieldset.vue.d.ts.map +1 -1
- package/dist/components/FileUpload/FileUpload.vue.d.ts +2 -2
- package/dist/components/FileUpload/FileUpload.vue.d.ts.map +1 -1
- package/dist/components/FileUpload/styles.css +238 -221
- package/dist/components/Flex/Flex.vue.d.ts.map +1 -1
- package/dist/components/FloatLabel/FloatLabel.vue.d.ts.map +1 -1
- package/dist/components/Form/Form.vue.d.ts.map +1 -1
- package/dist/components/Form/FormItem.vue.d.ts.map +1 -1
- package/dist/components/Form/index.d.ts +2 -2
- package/dist/components/Form/index.d.ts.map +1 -1
- package/dist/components/Form/styles.css +46 -44
- package/dist/components/Gallery/Gallery.vue.d.ts.map +1 -1
- package/dist/components/Gallery/styles.css +42 -39
- package/dist/components/Grid/Grid.vue.d.ts.map +1 -1
- package/dist/components/Grid/GridItem.vue.d.ts.map +1 -1
- package/dist/components/Icon/Icon.vue.d.ts.map +1 -1
- package/dist/components/Icon/icons.d.ts +32 -0
- package/dist/components/Icon/icons.d.ts.map +1 -1
- package/dist/components/IconField/IconField.vue.d.ts.map +1 -1
- package/dist/components/Inplace/Inplace.vue.d.ts.map +1 -1
- package/dist/components/Input/Input.vue.d.ts +0 -1
- package/dist/components/Input/Input.vue.d.ts.map +1 -1
- package/dist/components/Input/styles.css +196 -191
- package/dist/components/Input/types.d.ts +1 -3
- package/dist/components/Input/types.d.ts.map +1 -1
- package/dist/components/InputColor/InputColor.vue.d.ts.map +1 -1
- package/dist/components/InputColor/styles.css +50 -48
- package/dist/components/InputNumber/InputNumber.vue.d.ts.map +1 -1
- package/dist/components/InputNumber/styles.css +90 -80
- package/dist/components/InputOtp/InputOtp.vue.d.ts.map +1 -1
- package/dist/components/InputPassword/InputPassword.vue.d.ts +4 -4
- package/dist/components/InputPassword/InputPassword.vue.d.ts.map +1 -1
- package/dist/components/InputPassword/styles.css +130 -117
- package/dist/components/InputTags/InputTags.vue.d.ts.map +1 -1
- package/dist/components/InputTags/styles.css +51 -43
- package/dist/components/Knob/Knob.vue.d.ts.map +1 -1
- package/dist/components/Label/Label.vue.d.ts.map +1 -1
- package/dist/components/Layout/Layout.vue.d.ts +1 -4
- package/dist/components/Layout/Layout.vue.d.ts.map +1 -1
- package/dist/components/Layout/LayoutContent.vue.d.ts +1 -4
- package/dist/components/Layout/LayoutContent.vue.d.ts.map +1 -1
- package/dist/components/Layout/LayoutFooter.vue.d.ts.map +1 -1
- package/dist/components/Layout/LayoutHeader.vue.d.ts.map +1 -1
- package/dist/components/Layout/LayoutSider.vue.d.ts +2 -5
- package/dist/components/Layout/LayoutSider.vue.d.ts.map +1 -1
- package/dist/components/Layout/composables/useLayoutRegionStyle.d.ts +9 -0
- package/dist/components/Layout/composables/useLayoutRegionStyle.d.ts.map +1 -0
- package/dist/components/Layout/composables/useLayoutScroll.d.ts +6 -0
- package/dist/components/Layout/composables/useLayoutScroll.d.ts.map +1 -0
- package/dist/components/Layout/composables/useLayoutSiderCollapse.d.ts +16 -0
- package/dist/components/Layout/composables/useLayoutSiderCollapse.d.ts.map +1 -0
- package/dist/components/Layout/index.d.ts +2 -2
- package/dist/components/Layout/index.d.ts.map +1 -1
- package/dist/components/Layout/styles.css +293 -271
- package/dist/components/Layout/types.d.ts +30 -34
- package/dist/components/Layout/types.d.ts.map +1 -1
- package/dist/components/Layout/utils.d.ts +3 -0
- package/dist/components/Layout/utils.d.ts.map +1 -0
- package/dist/components/Listbox/Listbox.vue.d.ts.map +1 -1
- package/dist/components/Listbox/styles.css +61 -51
- package/dist/components/MegaMenu/MegaMenu.vue.d.ts.map +1 -1
- package/dist/components/MegaMenu/styles.css +60 -58
- package/dist/components/Menu/Menu.vue.d.ts.map +1 -1
- package/dist/components/Menu/MenuNodes.vue.d.ts.map +1 -1
- package/dist/components/Menu/styles.css +53 -47
- package/dist/components/Menubar/Menubar.vue.d.ts.map +1 -1
- package/dist/components/Menubar/styles.css +80 -70
- 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 +2 -2
- package/dist/components/Message/message.d.ts.map +1 -1
- package/dist/components/Message/messageState.d.ts.map +1 -1
- package/dist/components/Message/styles.css +193 -143
- package/dist/components/Message/types.d.ts +1 -1
- package/dist/components/Message/types.d.ts.map +1 -1
- package/dist/components/MeterGroup/MeterGroup.vue.d.ts.map +1 -1
- package/dist/components/MeterGroup/styles.css +36 -34
- package/dist/components/OrderList/OrderList.vue.d.ts.map +1 -1
- package/dist/components/Pagination/Pagination.vue.d.ts.map +1 -1
- package/dist/components/Pagination/styles.css +59 -57
- package/dist/components/Panel/Panel.vue.d.ts +3 -3
- package/dist/components/Panel/Panel.vue.d.ts.map +1 -1
- package/dist/components/PickList/PickList.vue.d.ts.map +1 -1
- package/dist/components/Popover/Popover.vue.d.ts.map +1 -1
- package/dist/components/Popover/styles.css +87 -45
- package/dist/components/ProgressBar/ProgressBar.vue.d.ts.map +1 -1
- package/dist/components/ProgressSpinner/ProgressSpinner.vue.d.ts.map +1 -1
- package/dist/components/Radio/Radio.vue.d.ts.map +1 -1
- package/dist/components/Radio/RadioGroup.vue.d.ts.map +1 -1
- package/dist/components/Rating/Rating.vue.d.ts.map +1 -1
- package/dist/components/Rating/styles.css +28 -23
- package/dist/components/ScrollTop/ScrollTop.vue.d.ts.map +1 -1
- package/dist/components/Scrollbar/Scrollbar.vue.d.ts.map +1 -1
- package/dist/components/Scrollbar/Thumb.vue.d.ts.map +1 -1
- package/dist/components/Scrollbar/constants.d.ts +2 -2
- package/dist/components/Scrollbar/constants.d.ts.map +1 -1
- package/dist/components/Scrollbar/styles.css +68 -59
- package/dist/components/Select/Select.vue.d.ts +1 -1
- package/dist/components/Select/Select.vue.d.ts.map +1 -1
- package/dist/components/Select/styles.css +184 -271
- package/dist/components/Select/types.d.ts +3 -3
- package/dist/components/Select/types.d.ts.map +1 -1
- package/dist/components/SelectButton/SelectButton.vue.d.ts.map +1 -1
- package/dist/components/SelectButton/styles.css +64 -51
- package/dist/components/Sidebar/Sidebar.vue.d.ts.map +1 -1
- package/dist/components/Sidebar/styles.css +40 -38
- package/dist/components/Skeleton/Skeleton.vue.d.ts.map +1 -1
- package/dist/components/Slider/Slider.vue.d.ts.map +1 -1
- package/dist/components/Slider/styles.css +111 -95
- package/dist/components/Slider/types.d.ts +2 -0
- package/dist/components/Slider/types.d.ts.map +1 -1
- package/dist/components/Space/Space.vue.d.ts.map +1 -1
- package/dist/components/SpeedDial/SpeedDial.vue.d.ts.map +1 -1
- package/dist/components/SplitButton/SplitButton.vue.d.ts.map +1 -1
- package/dist/components/SplitButton/styles.css +105 -89
- package/dist/components/Splitter/Splitter.vue.d.ts.map +1 -1
- package/dist/components/Stepper/Stepper.vue.d.ts.map +1 -1
- package/dist/components/Stepper/styles.css +63 -58
- package/dist/components/Switch/Switch.vue.d.ts.map +1 -1
- package/dist/components/Switch/styles.css +82 -53
- package/dist/components/Table/Table.vue.d.ts +9 -9
- package/dist/components/Table/Table.vue.d.ts.map +1 -1
- package/dist/components/Tabs/Tabs.vue.d.ts +3 -3
- package/dist/components/Tabs/Tabs.vue.d.ts.map +1 -1
- package/dist/components/Tag/Tag.vue.d.ts.map +1 -1
- package/dist/components/Terminal/Terminal.vue.d.ts.map +1 -1
- package/dist/components/Terminal/styles.css +46 -34
- package/dist/components/Textarea/Textarea.vue.d.ts +0 -2
- package/dist/components/Textarea/Textarea.vue.d.ts.map +1 -1
- package/dist/components/Textarea/styles.css +68 -62
- package/dist/components/Textarea/types.d.ts +2 -6
- package/dist/components/Textarea/types.d.ts.map +1 -1
- package/dist/components/TieredMenu/TieredMenu.vue.d.ts.map +1 -1
- package/dist/components/TieredMenu/styles.css +69 -62
- package/dist/components/Timeline/Timeline.vue.d.ts.map +1 -1
- package/dist/components/Timeline/types.d.ts +1 -1
- 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 +1 -1
- package/dist/components/Toast/index.d.ts.map +1 -1
- package/dist/components/Toast/toast.d.ts +2 -2
- package/dist/components/Toast/toast.d.ts.map +1 -1
- package/dist/components/Toast/toastState.d.ts.map +1 -1
- package/dist/components/Toast/types.d.ts +1 -1
- package/dist/components/Toast/types.d.ts.map +1 -1
- package/dist/components/ToggleButton/ToggleButton.vue.d.ts.map +1 -1
- package/dist/components/Tooltip/Tooltip.vue.d.ts.map +1 -1
- package/dist/components/Tree/Tree.vue.d.ts.map +1 -1
- package/dist/components/Tree/TreeNodeItem.vue.d.ts.map +1 -1
- package/dist/components/Tree/context.d.ts +2 -2
- package/dist/components/Tree/context.d.ts.map +1 -1
- package/dist/components/Tree/index.d.ts +1 -1
- package/dist/components/Tree/index.d.ts.map +1 -1
- package/dist/components/TreeSelect/TreeSelect.vue.d.ts.map +1 -1
- package/dist/components/TreeSelect/TreeSelectNodeItem.vue.d.ts.map +1 -1
- package/dist/components/TreeSelect/styles.css +149 -138
- package/dist/components/TreeTable/TreeTable.vue.d.ts.map +1 -1
- package/dist/components/TreeTable/TreeTableRow.vue.d.ts.map +1 -1
- package/dist/components/VirtualScroller/VirtualScroller.vue.d.ts.map +1 -1
- package/dist/components/VirtualScroller/index.d.ts +1 -1
- package/dist/components/VirtualScroller/index.d.ts.map +1 -1
- package/dist/{config-DWwce9jA.js → config-CTLkobga.js} +1 -0
- package/dist/config-provider/index.js +1 -1
- package/dist/config-provider/style.css +767 -605
- package/dist/confirm-dialog/index.js +4 -4
- package/dist/confirm-dialog/style.css +781 -618
- package/dist/confirm-popup/index.js +62 -77
- package/dist/confirm-popup/style.css +636 -478
- package/dist/context-menu/index.js +69 -61
- package/dist/context-menu/style.css +85 -65
- package/dist/data-view/index.js +1 -1
- package/dist/data-view/style.css +101 -85
- package/dist/date-picker/index.js +144 -137
- package/dist/date-picker/style.css +266 -164
- package/dist/date-picker/style.js +1 -0
- package/dist/dialog/index.js +76 -70
- package/dist/dialog/style.css +764 -602
- package/dist/divider/index.js +1 -2
- package/dist/divider/style.css +42 -28
- package/dist/dock/style.css +79 -60
- package/dist/drawer/index.js +49 -45
- package/dist/drawer/style.css +163 -108
- package/dist/drawer/style.js +1 -0
- package/dist/dropdown/index.js +98 -97
- package/dist/dropdown/style.css +100 -85
- package/dist/fieldset/index.js +16 -12
- package/dist/fieldset/style.css +81 -28
- package/dist/fieldset/style.js +1 -0
- package/dist/file-upload/index.js +2 -2
- package/dist/file-upload/style.css +274 -243
- package/dist/flex/index.js +1 -1
- package/dist/flex/style.css +42 -28
- package/dist/float-label/index.js +15 -4
- package/dist/float-label/style.css +42 -28
- package/dist/fluid/style.css +42 -28
- package/dist/form/index.js +1 -1
- package/dist/form/style.css +88 -72
- package/dist/gallery/index.js +41 -34
- package/dist/gallery/style.css +122 -66
- package/dist/gallery/style.js +1 -0
- package/dist/grid/index.js +39 -39
- package/dist/grid/style.css +42 -28
- package/dist/icon/index.js +1 -1
- package/dist/icon/style.css +42 -28
- package/dist/icon-Cg5TeFqe.js +7 -0
- package/dist/icon-field/style.css +42 -28
- package/dist/index.d.ts +174 -174
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +3433 -3241
- package/dist/inplace/style.css +42 -28
- package/dist/input/index.js +64 -66
- package/dist/input/style.css +275 -217
- package/dist/input/style.js +1 -0
- package/dist/input-color/index.js +3 -3
- package/dist/input-color/style.css +92 -76
- package/dist/input-group/style.css +42 -28
- package/dist/input-number/index.js +82 -66
- package/dist/input-number/style.css +170 -107
- package/dist/input-number/style.js +1 -0
- package/dist/input-otp/index.js +3 -3
- package/dist/input-otp/style.css +42 -28
- package/dist/input-password/index.js +59 -57
- package/dist/input-password/style.css +172 -145
- package/dist/input-tags/index.js +50 -46
- package/dist/input-tags/style.css +131 -70
- package/dist/input-tags/style.js +1 -0
- package/dist/key-CaQYVkjh.js +6 -0
- package/dist/knob/style.css +42 -28
- package/dist/label/style.css +42 -28
- package/dist/layout/index.js +196 -229
- package/dist/layout/style.css +348 -364
- package/dist/layout/style.js +1 -1
- package/dist/listbox/index.js +1 -1
- package/dist/listbox/style.css +103 -79
- package/dist/locale/en-US.d.ts.map +1 -1
- package/dist/locale/index.d.ts +1 -1
- package/dist/locale/index.d.ts.map +1 -1
- package/dist/locale/types.d.ts +1 -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 → locale-DxAvgqgB.js} +1 -1
- package/dist/mega-menu/index.js +47 -49
- package/dist/mega-menu/style.css +102 -86
- package/dist/menu/index.js +81 -76
- package/dist/menu/style.css +95 -75
- package/dist/menubar/index.js +75 -73
- package/dist/menubar/style.css +122 -98
- package/dist/message/index.js +3 -3
- package/dist/message/style.css +235 -171
- package/dist/meter-group/style.css +78 -62
- package/dist/order-list/index.js +2 -2
- package/dist/order-list/style.css +42 -28
- package/dist/overlayPlacement-CN1tuC95.js +51 -0
- package/dist/pagination/index.js +1 -1
- package/dist/pagination/style.css +140 -85
- package/dist/pagination/style.js +1 -0
- package/dist/panel/index.js +27 -23
- package/dist/panel/style.css +81 -28
- package/dist/panel/style.js +1 -0
- package/dist/pick-list/index.js +2 -2
- package/dist/pick-list/style.css +42 -28
- package/dist/popover/index.js +79 -100
- package/dist/popover/style.css +129 -73
- package/dist/progress-bar/style.css +42 -28
- package/dist/progress-spinner/index.js +1 -1
- package/dist/progress-spinner/style.css +42 -28
- package/dist/radio/index.js +5 -5
- package/dist/radio/style.css +42 -28
- package/dist/rating/index.js +54 -44
- package/dist/rating/style.css +109 -51
- package/dist/rating/style.js +1 -0
- package/dist/scroll-top/index.js +45 -41
- package/dist/scroll-top/style.css +81 -28
- package/dist/scroll-top/style.js +1 -0
- package/dist/scrollbar/index.js +382 -2
- package/dist/scrollbar/style.css +110 -87
- package/dist/select/index.js +149 -141
- package/dist/select/style.css +238 -272
- package/dist/select/style.js +1 -0
- package/dist/select-button/index.js +1 -1
- package/dist/select-button/style.css +106 -79
- package/dist/shared/Renderable.d.ts.map +1 -1
- package/dist/shared/componentDefaults.d.ts +5 -1
- package/dist/shared/componentDefaults.d.ts.map +1 -1
- package/dist/shared/config.d.ts.map +1 -1
- package/dist/shared/content.d.ts.map +1 -1
- package/dist/shared/menu/icon.d.ts +4 -0
- package/dist/shared/menu/icon.d.ts.map +1 -0
- package/dist/shared/menu/index.d.ts +4 -0
- package/dist/shared/menu/index.d.ts.map +1 -0
- package/dist/shared/menu/key.d.ts +4 -0
- package/dist/shared/menu/key.d.ts.map +1 -0
- package/dist/shared/menu/types.d.ts +11 -0
- package/dist/shared/menu/types.d.ts.map +1 -0
- package/dist/shared/overlayHost.d.ts.map +1 -1
- package/dist/shared/overlayPlacement.d.ts +12 -0
- package/dist/shared/overlayPlacement.d.ts.map +1 -0
- package/dist/shared/useModalOverlay.d.ts.map +1 -1
- package/dist/shared/vnode.d.ts.map +1 -1
- package/dist/sidebar/index.js +1 -1
- package/dist/sidebar/style.css +82 -66
- package/dist/skeleton/style.css +42 -28
- package/dist/slider/index.js +6 -3
- package/dist/slider/style.css +153 -123
- package/dist/space/index.js +1 -1
- package/dist/space/style.css +42 -28
- package/dist/speed-dial/index.js +55 -66
- package/dist/speed-dial/style.css +81 -28
- package/dist/speed-dial/style.js +1 -0
- package/dist/split-button/index.js +66 -63
- package/dist/split-button/style.css +763 -551
- package/dist/split-button/style.js +1 -0
- package/dist/splitter/index.js +1 -1
- package/dist/splitter/style.css +42 -28
- package/dist/stepper/style.css +105 -86
- package/dist/styles/base.css +4 -5
- package/dist/styles.css +1 -1
- package/dist/switch/index.js +6 -6
- package/dist/switch/style.css +124 -81
- package/dist/table/index.js +42 -36
- package/dist/table/style.css +101 -85
- package/dist/tabs/index.js +78 -65
- package/dist/tabs/style.css +81 -28
- package/dist/tabs/style.js +1 -0
- package/dist/tag/index.js +31 -28
- package/dist/tag/style.css +42 -28
- package/dist/terminal/index.js +1 -1
- package/dist/terminal/style.css +88 -62
- package/dist/textarea/index.js +69 -76
- package/dist/textarea/style.css +149 -90
- package/dist/textarea/style.js +1 -0
- package/dist/theme/index.d.ts +5 -5
- package/dist/theme/index.d.ts.map +1 -1
- package/dist/theme/styles.css +38 -23
- package/dist/theme/tokens.d.ts +11 -0
- package/dist/theme/tokens.d.ts.map +1 -1
- package/dist/theme/useTheme.d.ts.map +1 -1
- package/dist/tiered-menu/index.js +66 -59
- package/dist/tiered-menu/style.css +150 -90
- package/dist/tiered-menu/style.js +1 -0
- package/dist/timeline/index.js +1 -1
- package/dist/timeline/style.css +42 -28
- package/dist/toast/index.js +93 -89
- package/dist/toast/style.css +81 -28
- package/dist/toast/style.js +1 -0
- package/dist/toggle-button/index.js +1 -1
- package/dist/toggle-button/style.css +42 -28
- package/dist/toolbar/style.css +42 -28
- package/dist/tooltip/index.js +47 -71
- package/dist/tooltip/style.css +42 -28
- package/dist/tree/index.js +13 -13
- package/dist/tree/style.css +42 -28
- package/dist/tree-select/index.js +164 -155
- package/dist/tree-select/style.css +202 -138
- package/dist/tree-select/style.js +1 -0
- package/dist/tree-table/index.js +34 -30
- package/dist/tree-table/style.css +81 -28
- package/dist/tree-table/style.js +1 -0
- package/dist/virtual-scroller/style.css +42 -28
- package/package.json +18 -11
- package/dist/Pagination-C-F_ZDXr.js +0 -148
- package/dist/Scrollbar-D-bR2noX.js +0 -382
package/dist/checkbox/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { n as e, t } from "../Checkbox-
|
|
1
|
+
import { n as e, t } from "../Checkbox-CoovLjt_.js";
|
|
2
2
|
import "./style.js";
|
|
3
3
|
import { computed as n, createElementBlock as r, defineComponent as i, normalizeClass as a, openBlock as o, provide as s, renderSlot as c } from "vue";
|
|
4
4
|
//#endregion
|
package/dist/checkbox/style.css
CHANGED
|
@@ -16,12 +16,13 @@
|
|
|
16
16
|
--wi-control-padding-x-small: 10px;
|
|
17
17
|
--wi-control-padding-x-medium: 12px;
|
|
18
18
|
--wi-control-padding-x-large: 14px;
|
|
19
|
-
|
|
20
|
-
--wi-button-padding-x-medium: 14px;
|
|
21
|
-
--wi-button-padding-x-large: 18px;
|
|
19
|
+
|
|
22
20
|
--wi-radius-control: 3px;
|
|
23
|
-
--wi-
|
|
24
|
-
--wi-focus-shadow
|
|
21
|
+
--wi-border-width: 1px;
|
|
22
|
+
--wi-focus-shadow: 0 0 0 2px
|
|
23
|
+
color-mix(in srgb, var(--wi-color-primary) 20%, transparent);
|
|
24
|
+
--wi-focus-shadow-danger: 0 0 0 2px
|
|
25
|
+
color-mix(in srgb, var(--wi-color-danger) 20%, transparent);
|
|
25
26
|
--wi-color-success: #159570;
|
|
26
27
|
--wi-color-info: #2563eb;
|
|
27
28
|
--wi-color-warning: #d97706;
|
|
@@ -39,10 +40,7 @@
|
|
|
39
40
|
--wi-shadow-lg: 0 1rem 3rem rgb(15 23 42 / 0.25);
|
|
40
41
|
--wi-shadow-sticky: 4px 0 8px color-mix(in srgb, #000 6%, transparent);
|
|
41
42
|
--wi-shadow-sticky-end: -4px 0 8px color-mix(in srgb, #000 6%, transparent);
|
|
42
|
-
|
|
43
|
-
--wi-terminal-fg: #e5e7eb;
|
|
44
|
-
--wi-terminal-prompt: #34d399;
|
|
45
|
-
--wi-terminal-border: color-mix(in srgb, #fff 12%, transparent);
|
|
43
|
+
|
|
46
44
|
/* Typography scale (component text, not control-height fonts) */
|
|
47
45
|
--wi-font-size-xs: 0.75rem;
|
|
48
46
|
--wi-font-size-sm: 0.8125rem;
|
|
@@ -56,8 +54,7 @@
|
|
|
56
54
|
--wi-z-dropdown: calc(var(--wi-z-base) + 50);
|
|
57
55
|
--wi-z-toast: calc(var(--wi-z-base) + 100);
|
|
58
56
|
--wi-z-popper: 40;
|
|
59
|
-
|
|
60
|
-
--wi-menu-min-width-lg: 12rem;
|
|
57
|
+
|
|
61
58
|
--wi-control-affix-size: 2rem;
|
|
62
59
|
--wi-control-affix-gap: 2.35rem;
|
|
63
60
|
--wi-control-affix-padding: 2.5rem;
|
|
@@ -118,9 +115,6 @@
|
|
|
118
115
|
--wi-control-padding-x-small: 8px;
|
|
119
116
|
--wi-control-padding-x-medium: 10px;
|
|
120
117
|
--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
118
|
}
|
|
125
119
|
|
|
126
120
|
[data-wi-density="spacious"] {
|
|
@@ -139,9 +133,32 @@
|
|
|
139
133
|
--wi-control-padding-x-small: 12px;
|
|
140
134
|
--wi-control-padding-x-medium: 14px;
|
|
141
135
|
--wi-control-padding-x-large: 16px;
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
[data-wi-density="compact"] .wi-layout-header {
|
|
139
|
+
--wi-layout-header-height: 48px;
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
[data-wi-density="compact"] .wi-layout-footer {
|
|
143
|
+
--wi-layout-footer-height: 40px;
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
[data-wi-density="compact"] .wi-layout-sider {
|
|
147
|
+
--wi-layout-sider-width: 240px;
|
|
148
|
+
--wi-layout-sider-collapsed-width: 44px;
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
[data-wi-density="spacious"] .wi-layout-header {
|
|
152
|
+
--wi-layout-header-height: 64px;
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
[data-wi-density="spacious"] .wi-layout-footer {
|
|
156
|
+
--wi-layout-footer-height: 56px;
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
[data-wi-density="spacious"] .wi-layout-sider {
|
|
160
|
+
--wi-layout-sider-width: 288px;
|
|
161
|
+
--wi-layout-sider-collapsed-width: 52px;
|
|
145
162
|
}
|
|
146
163
|
|
|
147
164
|
[data-theme="dark"] {
|
|
@@ -152,8 +169,10 @@
|
|
|
152
169
|
--wi-color-text-muted: #94a3b8;
|
|
153
170
|
--wi-color-border: #334155;
|
|
154
171
|
--wi-color-focus-ring: #93c5fd;
|
|
155
|
-
--wi-focus-shadow: 0 0 0 2px
|
|
156
|
-
|
|
172
|
+
--wi-focus-shadow: 0 0 0 2px
|
|
173
|
+
color-mix(in srgb, var(--wi-color-primary) 28%, transparent);
|
|
174
|
+
--wi-focus-shadow-danger: 0 0 0 2px
|
|
175
|
+
color-mix(in srgb, var(--wi-color-danger) 28%, transparent);
|
|
157
176
|
--wi-color-success: #5eead4;
|
|
158
177
|
--wi-color-info: #93c5fd;
|
|
159
178
|
--wi-color-warning: #fbbf24;
|
|
@@ -170,10 +189,6 @@
|
|
|
170
189
|
--wi-shadow-lg: 0 1rem 3rem rgb(0 0 0 / 0.55);
|
|
171
190
|
--wi-shadow-sticky: 4px 0 8px color-mix(in srgb, #000 35%, transparent);
|
|
172
191
|
--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
192
|
}
|
|
178
193
|
|
|
179
194
|
@media (prefers-reduced-motion: reduce) {
|
|
@@ -465,8 +480,8 @@
|
|
|
465
480
|
font-size: var(--wi-font-size-xs);
|
|
466
481
|
}
|
|
467
482
|
|
|
468
|
-
.wi-textarea-field__help--
|
|
469
|
-
.wi-select-field__help--
|
|
483
|
+
.wi-textarea-field__help--invalid,
|
|
484
|
+
.wi-select-field__help--invalid {
|
|
470
485
|
color: var(--wi-color-danger);
|
|
471
486
|
}
|
|
472
487
|
|
|
@@ -485,9 +500,8 @@
|
|
|
485
500
|
}
|
|
486
501
|
|
|
487
502
|
.wi-textarea--invalid:focus-visible,
|
|
488
|
-
.wi-
|
|
489
|
-
.wi-select--
|
|
490
|
-
.wi-select--error:focus-visible {
|
|
503
|
+
.wi-select--invalid.wi-select--open,
|
|
504
|
+
.wi-select--invalid:focus-visible {
|
|
491
505
|
border-color: var(--wi-color-danger);
|
|
492
506
|
box-shadow: var(--wi-focus-shadow-danger);
|
|
493
507
|
}
|
package/dist/chip/index.js
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { n as e, t } from "../types-tV3SEv3Q.js";
|
|
2
|
-
import { t as n } from "../Icon-
|
|
3
|
-
import { n as r } from "../locale-
|
|
2
|
+
import { t as n } from "../Icon-DHGs8l-M.js";
|
|
3
|
+
import { n as r } from "../locale-DxAvgqgB.js";
|
|
4
4
|
import "./style.js";
|
|
5
|
-
import { computed as i, createBlock as a, createCommentVNode as o, createElementBlock as s,
|
|
5
|
+
import { computed as i, createBlock as a, createCommentVNode as o, createElementBlock as s, createVNode as c, defineComponent as l, normalizeClass as u, openBlock as d, toDisplayString as f, unref as p } from "vue";
|
|
6
6
|
//#region src/components/Chip/Chip.vue?vue&type=script&setup=true&lang.ts
|
|
7
|
-
var
|
|
7
|
+
var m = ["aria-disabled"], h = ["src"], g = {
|
|
8
8
|
key: 2,
|
|
9
9
|
class: "wi-chip__label"
|
|
10
|
-
},
|
|
10
|
+
}, _ = ["disabled", "aria-label"], v = /* @__PURE__ */ l({
|
|
11
11
|
__name: "Chip",
|
|
12
12
|
props: {
|
|
13
13
|
label: {},
|
|
@@ -25,43 +25,46 @@ var p = ["aria-disabled"], m = ["src"], h = {
|
|
|
25
25
|
size: {}
|
|
26
26
|
},
|
|
27
27
|
emits: ["remove"],
|
|
28
|
-
setup(
|
|
29
|
-
let
|
|
30
|
-
"wi-chip--disabled":
|
|
31
|
-
"wi-chip--removable":
|
|
32
|
-
[`wi-chip--${
|
|
33
|
-
"wi-chip--small":
|
|
34
|
-
"wi-chip--large":
|
|
28
|
+
setup(l, { emit: v }) {
|
|
29
|
+
let y = l, b = v, x = r(), S = i(() => y.severity ? t(y.severity) : void 0), C = i(() => e(y.size)), w = i(() => ["wi-chip", {
|
|
30
|
+
"wi-chip--disabled": y.disabled,
|
|
31
|
+
"wi-chip--removable": y.removable,
|
|
32
|
+
[`wi-chip--${S.value}`]: !!S.value,
|
|
33
|
+
"wi-chip--small": C.value === "small",
|
|
34
|
+
"wi-chip--large": C.value === "large"
|
|
35
35
|
}]);
|
|
36
|
-
function
|
|
37
|
-
|
|
36
|
+
function T(e) {
|
|
37
|
+
y.disabled || b("remove", e);
|
|
38
38
|
}
|
|
39
|
-
return (e, t) => (
|
|
40
|
-
class:
|
|
41
|
-
"aria-disabled":
|
|
39
|
+
return (e, t) => (d(), s("span", {
|
|
40
|
+
class: u(w.value),
|
|
41
|
+
"aria-disabled": l.disabled || void 0
|
|
42
42
|
}, [
|
|
43
|
-
|
|
43
|
+
l.image ? (d(), s("img", {
|
|
44
44
|
key: 0,
|
|
45
45
|
class: "wi-chip__image",
|
|
46
|
-
src:
|
|
46
|
+
src: l.image,
|
|
47
47
|
alt: ""
|
|
48
|
-
}, null, 8,
|
|
48
|
+
}, null, 8, h)) : l.icon ? (d(), a(n, {
|
|
49
49
|
key: 1,
|
|
50
50
|
class: "wi-chip__icon",
|
|
51
|
-
name:
|
|
51
|
+
name: l.icon,
|
|
52
52
|
size: "sm"
|
|
53
53
|
}, null, 8, ["name"])) : o("", !0),
|
|
54
|
-
|
|
55
|
-
|
|
54
|
+
l.label ? (d(), s("span", g, f(l.label), 1)) : o("", !0),
|
|
55
|
+
l.removable ? (d(), s("button", {
|
|
56
56
|
key: 3,
|
|
57
57
|
type: "button",
|
|
58
58
|
class: "wi-chip__remove",
|
|
59
|
-
disabled:
|
|
60
|
-
"aria-label":
|
|
61
|
-
onClick:
|
|
62
|
-
},
|
|
63
|
-
|
|
59
|
+
disabled: l.disabled,
|
|
60
|
+
"aria-label": p(x).remove,
|
|
61
|
+
onClick: T
|
|
62
|
+
}, [c(n, {
|
|
63
|
+
name: "close",
|
|
64
|
+
size: "sm"
|
|
65
|
+
})], 8, _)) : o("", !0)
|
|
66
|
+
], 10, m));
|
|
64
67
|
}
|
|
65
68
|
});
|
|
66
69
|
//#endregion
|
|
67
|
-
export {
|
|
70
|
+
export { v as WiChip };
|
package/dist/chip/style.css
CHANGED
|
@@ -16,12 +16,13 @@
|
|
|
16
16
|
--wi-control-padding-x-small: 10px;
|
|
17
17
|
--wi-control-padding-x-medium: 12px;
|
|
18
18
|
--wi-control-padding-x-large: 14px;
|
|
19
|
-
|
|
20
|
-
--wi-button-padding-x-medium: 14px;
|
|
21
|
-
--wi-button-padding-x-large: 18px;
|
|
19
|
+
|
|
22
20
|
--wi-radius-control: 3px;
|
|
23
|
-
--wi-
|
|
24
|
-
--wi-focus-shadow
|
|
21
|
+
--wi-border-width: 1px;
|
|
22
|
+
--wi-focus-shadow: 0 0 0 2px
|
|
23
|
+
color-mix(in srgb, var(--wi-color-primary) 20%, transparent);
|
|
24
|
+
--wi-focus-shadow-danger: 0 0 0 2px
|
|
25
|
+
color-mix(in srgb, var(--wi-color-danger) 20%, transparent);
|
|
25
26
|
--wi-color-success: #159570;
|
|
26
27
|
--wi-color-info: #2563eb;
|
|
27
28
|
--wi-color-warning: #d97706;
|
|
@@ -39,10 +40,7 @@
|
|
|
39
40
|
--wi-shadow-lg: 0 1rem 3rem rgb(15 23 42 / 0.25);
|
|
40
41
|
--wi-shadow-sticky: 4px 0 8px color-mix(in srgb, #000 6%, transparent);
|
|
41
42
|
--wi-shadow-sticky-end: -4px 0 8px color-mix(in srgb, #000 6%, transparent);
|
|
42
|
-
|
|
43
|
-
--wi-terminal-fg: #e5e7eb;
|
|
44
|
-
--wi-terminal-prompt: #34d399;
|
|
45
|
-
--wi-terminal-border: color-mix(in srgb, #fff 12%, transparent);
|
|
43
|
+
|
|
46
44
|
/* Typography scale (component text, not control-height fonts) */
|
|
47
45
|
--wi-font-size-xs: 0.75rem;
|
|
48
46
|
--wi-font-size-sm: 0.8125rem;
|
|
@@ -56,8 +54,7 @@
|
|
|
56
54
|
--wi-z-dropdown: calc(var(--wi-z-base) + 50);
|
|
57
55
|
--wi-z-toast: calc(var(--wi-z-base) + 100);
|
|
58
56
|
--wi-z-popper: 40;
|
|
59
|
-
|
|
60
|
-
--wi-menu-min-width-lg: 12rem;
|
|
57
|
+
|
|
61
58
|
--wi-control-affix-size: 2rem;
|
|
62
59
|
--wi-control-affix-gap: 2.35rem;
|
|
63
60
|
--wi-control-affix-padding: 2.5rem;
|
|
@@ -118,9 +115,6 @@
|
|
|
118
115
|
--wi-control-padding-x-small: 8px;
|
|
119
116
|
--wi-control-padding-x-medium: 10px;
|
|
120
117
|
--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
118
|
}
|
|
125
119
|
|
|
126
120
|
[data-wi-density="spacious"] {
|
|
@@ -139,9 +133,32 @@
|
|
|
139
133
|
--wi-control-padding-x-small: 12px;
|
|
140
134
|
--wi-control-padding-x-medium: 14px;
|
|
141
135
|
--wi-control-padding-x-large: 16px;
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
[data-wi-density="compact"] .wi-layout-header {
|
|
139
|
+
--wi-layout-header-height: 48px;
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
[data-wi-density="compact"] .wi-layout-footer {
|
|
143
|
+
--wi-layout-footer-height: 40px;
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
[data-wi-density="compact"] .wi-layout-sider {
|
|
147
|
+
--wi-layout-sider-width: 240px;
|
|
148
|
+
--wi-layout-sider-collapsed-width: 44px;
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
[data-wi-density="spacious"] .wi-layout-header {
|
|
152
|
+
--wi-layout-header-height: 64px;
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
[data-wi-density="spacious"] .wi-layout-footer {
|
|
156
|
+
--wi-layout-footer-height: 56px;
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
[data-wi-density="spacious"] .wi-layout-sider {
|
|
160
|
+
--wi-layout-sider-width: 288px;
|
|
161
|
+
--wi-layout-sider-collapsed-width: 52px;
|
|
145
162
|
}
|
|
146
163
|
|
|
147
164
|
[data-theme="dark"] {
|
|
@@ -152,8 +169,10 @@
|
|
|
152
169
|
--wi-color-text-muted: #94a3b8;
|
|
153
170
|
--wi-color-border: #334155;
|
|
154
171
|
--wi-color-focus-ring: #93c5fd;
|
|
155
|
-
--wi-focus-shadow: 0 0 0 2px
|
|
156
|
-
|
|
172
|
+
--wi-focus-shadow: 0 0 0 2px
|
|
173
|
+
color-mix(in srgb, var(--wi-color-primary) 28%, transparent);
|
|
174
|
+
--wi-focus-shadow-danger: 0 0 0 2px
|
|
175
|
+
color-mix(in srgb, var(--wi-color-danger) 28%, transparent);
|
|
157
176
|
--wi-color-success: #5eead4;
|
|
158
177
|
--wi-color-info: #93c5fd;
|
|
159
178
|
--wi-color-warning: #fbbf24;
|
|
@@ -170,10 +189,6 @@
|
|
|
170
189
|
--wi-shadow-lg: 0 1rem 3rem rgb(0 0 0 / 0.55);
|
|
171
190
|
--wi-shadow-sticky: 4px 0 8px color-mix(in srgb, #000 35%, transparent);
|
|
172
191
|
--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
192
|
}
|
|
178
193
|
|
|
179
194
|
@media (prefers-reduced-motion: reduce) {
|
|
@@ -465,8 +480,8 @@
|
|
|
465
480
|
font-size: var(--wi-font-size-xs);
|
|
466
481
|
}
|
|
467
482
|
|
|
468
|
-
.wi-textarea-field__help--
|
|
469
|
-
.wi-select-field__help--
|
|
483
|
+
.wi-textarea-field__help--invalid,
|
|
484
|
+
.wi-select-field__help--invalid {
|
|
470
485
|
color: var(--wi-color-danger);
|
|
471
486
|
}
|
|
472
487
|
|
|
@@ -485,9 +500,8 @@
|
|
|
485
500
|
}
|
|
486
501
|
|
|
487
502
|
.wi-textarea--invalid:focus-visible,
|
|
488
|
-
.wi-
|
|
489
|
-
.wi-select--
|
|
490
|
-
.wi-select--error:focus-visible {
|
|
503
|
+
.wi-select--invalid.wi-select--open,
|
|
504
|
+
.wi-select--invalid:focus-visible {
|
|
491
505
|
border-color: var(--wi-color-danger);
|
|
492
506
|
box-shadow: var(--wi-focus-shadow-danger);
|
|
493
507
|
}
|
|
@@ -774,106 +788,113 @@
|
|
|
774
788
|
}
|
|
775
789
|
}
|
|
776
790
|
|
|
777
|
-
.wi-chip {
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
791
|
+
.wi-chip {
|
|
792
|
+
--wi-chip-avatar-size: 1.25rem;
|
|
793
|
+
--wi-chip-small-padding-y: 0.15rem;
|
|
794
|
+
--wi-chip-remove-size: var(--wi-chip-avatar-size);
|
|
795
|
+
align-items: center;
|
|
796
|
+
background: color-mix(
|
|
797
|
+
in srgb,
|
|
798
|
+
var(--wi-color-text-muted) 14%,
|
|
799
|
+
var(--wi-color-surface)
|
|
800
|
+
);
|
|
801
|
+
border-radius: var(--wi-radius-full);
|
|
802
|
+
color: var(--wi-color-text);
|
|
803
|
+
display: inline-flex;
|
|
804
|
+
font-family: var(--wi-font-sans);
|
|
805
|
+
font-size: var(--wi-font-size-md);
|
|
806
|
+
gap: var(--wi-space-2);
|
|
807
|
+
line-height: 1;
|
|
808
|
+
max-width: 100%;
|
|
809
|
+
padding: var(--wi-space-2) var(--wi-space-3);
|
|
789
810
|
}
|
|
790
811
|
|
|
791
|
-
.wi-chip--disabled {
|
|
792
|
-
opacity: var(--wi-opacity-disabled);
|
|
793
|
-
pointer-events: none;
|
|
812
|
+
.wi-chip--disabled {
|
|
813
|
+
opacity: var(--wi-opacity-disabled);
|
|
814
|
+
pointer-events: none;
|
|
794
815
|
}
|
|
795
816
|
|
|
796
|
-
.wi-chip__image {
|
|
797
|
-
border-radius: var(--wi-radius-full);
|
|
798
|
-
flex-shrink: 0;
|
|
799
|
-
height:
|
|
800
|
-
object-fit: cover;
|
|
801
|
-
width:
|
|
817
|
+
.wi-chip__image {
|
|
818
|
+
border-radius: var(--wi-radius-full);
|
|
819
|
+
flex-shrink: 0;
|
|
820
|
+
height: var(--wi-chip-avatar-size);
|
|
821
|
+
object-fit: cover;
|
|
822
|
+
width: var(--wi-chip-avatar-size);
|
|
802
823
|
}
|
|
803
824
|
|
|
804
|
-
.wi-chip__icon {
|
|
805
|
-
flex-shrink: 0;
|
|
825
|
+
.wi-chip__icon {
|
|
826
|
+
flex-shrink: 0;
|
|
806
827
|
}
|
|
807
828
|
|
|
808
|
-
.wi-chip__label {
|
|
809
|
-
overflow: hidden;
|
|
810
|
-
text-overflow: ellipsis;
|
|
811
|
-
white-space: nowrap;
|
|
829
|
+
.wi-chip__label {
|
|
830
|
+
overflow: hidden;
|
|
831
|
+
text-overflow: ellipsis;
|
|
832
|
+
white-space: nowrap;
|
|
812
833
|
}
|
|
813
834
|
|
|
814
|
-
.wi-chip__remove {
|
|
815
|
-
align-items: center;
|
|
816
|
-
background: transparent;
|
|
817
|
-
border: 0;
|
|
818
|
-
border-radius: var(--wi-radius-full);
|
|
819
|
-
color: var(--wi-color-text-muted);
|
|
820
|
-
cursor: pointer;
|
|
821
|
-
display: inline-flex;
|
|
822
|
-
flex-shrink: 0;
|
|
823
|
-
font: inherit;
|
|
824
|
-
font-size: 1rem;
|
|
825
|
-
height:
|
|
826
|
-
justify-content: center;
|
|
827
|
-
line-height: 1;
|
|
828
|
-
margin-inline-end: calc(var(--wi-space-1) * -1);
|
|
829
|
-
padding: 0;
|
|
830
|
-
width:
|
|
835
|
+
.wi-chip__remove {
|
|
836
|
+
align-items: center;
|
|
837
|
+
background: transparent;
|
|
838
|
+
border: 0;
|
|
839
|
+
border-radius: var(--wi-radius-full);
|
|
840
|
+
color: var(--wi-color-text-muted);
|
|
841
|
+
cursor: pointer;
|
|
842
|
+
display: inline-flex;
|
|
843
|
+
flex-shrink: 0;
|
|
844
|
+
font: inherit;
|
|
845
|
+
font-size: 1rem;
|
|
846
|
+
height: var(--wi-chip-remove-size);
|
|
847
|
+
justify-content: center;
|
|
848
|
+
line-height: 1;
|
|
849
|
+
margin-inline-end: calc(var(--wi-space-1) * -1);
|
|
850
|
+
padding: 0;
|
|
851
|
+
width: var(--wi-chip-remove-size);
|
|
831
852
|
}
|
|
832
853
|
|
|
833
|
-
.wi-chip__remove:hover:not(:disabled) {
|
|
834
|
-
color: var(--wi-color-text);
|
|
854
|
+
.wi-chip__remove:hover:not(:disabled) {
|
|
855
|
+
color: var(--wi-color-text);
|
|
835
856
|
}
|
|
836
857
|
|
|
837
|
-
.wi-chip__remove:focus-visible {
|
|
838
|
-
box-shadow: var(--wi-focus-shadow);
|
|
839
|
-
outline: none;
|
|
858
|
+
.wi-chip__remove:focus-visible {
|
|
859
|
+
box-shadow: var(--wi-focus-shadow);
|
|
860
|
+
outline: none;
|
|
840
861
|
}
|
|
841
862
|
|
|
842
|
-
.wi-chip__remove:disabled {
|
|
843
|
-
cursor: not-allowed;
|
|
863
|
+
.wi-chip__remove:disabled {
|
|
864
|
+
cursor: not-allowed;
|
|
844
865
|
}
|
|
845
866
|
|
|
846
|
-
.wi-chip--small {
|
|
847
|
-
font-size: var(--wi-font-size-xs);
|
|
848
|
-
padding:
|
|
867
|
+
.wi-chip--small {
|
|
868
|
+
font-size: var(--wi-font-size-xs);
|
|
869
|
+
padding: var(--wi-chip-small-padding-y) var(--wi-space-2);
|
|
849
870
|
}
|
|
850
871
|
|
|
851
|
-
.wi-chip--large {
|
|
852
|
-
font-size: var(--wi-font-size-md);
|
|
853
|
-
padding: var(--wi-space-2) var(--wi-space-4);
|
|
872
|
+
.wi-chip--large {
|
|
873
|
+
font-size: var(--wi-font-size-md);
|
|
874
|
+
padding: var(--wi-space-2) var(--wi-space-4);
|
|
854
875
|
}
|
|
855
876
|
|
|
856
|
-
.wi-chip--primary {
|
|
857
|
-
background: color-mix(in srgb, var(--wi-color-primary) 12%, transparent);
|
|
858
|
-
color: var(--wi-color-primary);
|
|
877
|
+
.wi-chip--primary {
|
|
878
|
+
background: color-mix(in srgb, var(--wi-color-primary) 12%, transparent);
|
|
879
|
+
color: var(--wi-color-primary);
|
|
859
880
|
}
|
|
860
881
|
|
|
861
|
-
.wi-chip--success {
|
|
862
|
-
background: color-mix(in srgb, var(--wi-color-success) 14%, transparent);
|
|
863
|
-
color: var(--wi-color-success);
|
|
882
|
+
.wi-chip--success {
|
|
883
|
+
background: color-mix(in srgb, var(--wi-color-success) 14%, transparent);
|
|
884
|
+
color: var(--wi-color-success);
|
|
864
885
|
}
|
|
865
886
|
|
|
866
|
-
.wi-chip--info {
|
|
867
|
-
background: color-mix(in srgb, var(--wi-color-info) 12%, transparent);
|
|
868
|
-
color: var(--wi-color-info);
|
|
887
|
+
.wi-chip--info {
|
|
888
|
+
background: color-mix(in srgb, var(--wi-color-info) 12%, transparent);
|
|
889
|
+
color: var(--wi-color-info);
|
|
869
890
|
}
|
|
870
891
|
|
|
871
|
-
.wi-chip--warn {
|
|
872
|
-
background: color-mix(in srgb, var(--wi-color-warn) 14%, transparent);
|
|
873
|
-
color: var(--wi-color-warn);
|
|
892
|
+
.wi-chip--warn {
|
|
893
|
+
background: color-mix(in srgb, var(--wi-color-warn) 14%, transparent);
|
|
894
|
+
color: var(--wi-color-warn);
|
|
874
895
|
}
|
|
875
896
|
|
|
876
|
-
.wi-chip--danger {
|
|
877
|
-
background: color-mix(in srgb, var(--wi-color-danger) 14%, transparent);
|
|
878
|
-
color: var(--wi-color-danger);
|
|
897
|
+
.wi-chip--danger {
|
|
898
|
+
background: color-mix(in srgb, var(--wi-color-danger) 14%, transparent);
|
|
899
|
+
color: var(--wi-color-danger);
|
|
879
900
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { n as e } from "../overlay-oR-5MDuE.js";
|
|
2
2
|
import { t } from "../useModalOverlay-Beo3CEAt.js";
|
|
3
|
-
import { c as n } from "../config-
|
|
4
|
-
import { n as r } from "../locale-
|
|
3
|
+
import { c as n } from "../config-CTLkobga.js";
|
|
4
|
+
import { n as r } from "../locale-DxAvgqgB.js";
|
|
5
5
|
import "./style.js";
|
|
6
6
|
import { Fragment as i, Teleport as a, Transition as o, computed as s, createBlock as c, createCommentVNode as l, createElementBlock as u, createElementVNode as d, createVNode as f, defineComponent as p, nextTick as m, normalizeClass as h, openBlock as g, ref as _, renderList as v, toDisplayString as y, toRef as b, unref as x, vModelText as S, watch as C, withCtx as w, withDirectives as T, withModifiers as E } from "vue";
|
|
7
7
|
//#region src/components/CommandMenu/CommandMenu.vue?vue&type=script&setup=true&lang.ts
|