naive-ui 2.32.0 → 2.32.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.zh-CN.md +1 -1
- package/dist/index.js +46388 -42920
- package/dist/index.prod.js +2 -2
- package/es/_internal/scrollbar/src/Scrollbar.js +2 -1
- package/es/_internal/select-menu/styles/light.js +1 -1
- package/es/_internal/selection/src/Selection.js +1 -1
- package/es/_utils/cssr/index.js +4 -4
- package/es/alert/src/Alert.d.ts +14 -0
- package/es/alert/src/Alert.js +11 -2
- package/es/alert/src/styles/index.cssr.js +11 -2
- package/es/alert/styles/dark.js +5 -1
- package/es/anchor/styles/light.js +2 -1
- package/es/auto-complete/src/AutoComplete.d.ts +14 -1
- package/es/auto-complete/src/AutoComplete.js +22 -16
- package/es/auto-complete/styles/light.d.ts +1 -0
- package/es/breadcrumb/styles/light.js +1 -1
- package/es/button/styles/light.js +5 -1
- package/es/card/styles/light.js +1 -1
- package/es/carousel/src/Carousel.js +7 -5
- package/es/cascader/src/Cascader.d.ts +13 -0
- package/es/cascader/src/Cascader.js +12 -4
- package/es/checkbox/src/CheckboxGroup.js +2 -2
- package/es/checkbox/styles/light.js +1 -1
- package/es/collapse/src/Collapse.d.ts +22 -0
- package/es/collapse/src/Collapse.js +4 -2
- package/es/collapse/src/CollapseItem.d.ts +6 -1
- package/es/collapse/src/CollapseItem.js +4 -2
- package/es/collapse/src/styles/index.cssr.js +10 -21
- package/es/collapse/styles/light.d.ts +2 -0
- package/es/collapse/styles/light.js +5 -3
- package/es/color-picker/src/ColorInputUnit.d.ts +1 -0
- package/es/color-picker/src/ColorPicker.d.ts +9 -0
- package/es/color-picker/src/ColorPicker.js +3 -2
- package/es/color-picker/styles/light.d.ts +1 -0
- package/es/countdown/src/Countdown.js +1 -1
- package/es/data-table/src/DataTable.d.ts +18 -0
- package/es/data-table/src/DataTable.js +6 -3
- package/es/data-table/src/HeaderButton/FilterButton.d.ts +2 -0
- package/es/data-table/src/HeaderButton/FilterMenu.d.ts +4 -2
- package/es/data-table/src/TableParts/Body.d.ts +6 -0
- package/es/data-table/src/TableParts/Body.js +22 -14
- package/es/data-table/src/TableParts/Cell.d.ts +4 -0
- package/es/data-table/src/TableParts/ExpandTrigger.d.ts +7 -1
- package/es/data-table/src/TableParts/ExpandTrigger.js +15 -9
- package/es/data-table/src/TableParts/Header.d.ts +3 -1
- package/es/data-table/src/interface.d.ts +6 -3
- package/es/data-table/src/styles/index.cssr.js +25 -7
- package/es/data-table/src/use-expand.d.ts +3 -1
- package/es/data-table/src/use-expand.js +15 -8
- package/es/data-table/src/use-group-header.js +1 -1
- package/es/data-table/src/use-sorter.js +1 -1
- package/es/data-table/src/use-table-data.js +1 -1
- package/es/data-table/styles/light.d.ts +1 -0
- package/es/date-picker/src/DatePicker.d.ts +23 -2
- package/es/date-picker/src/DatePicker.js +4 -4
- package/es/date-picker/src/panel/date.d.ts +6 -3
- package/es/date-picker/src/panel/daterange.d.ts +3 -0
- package/es/date-picker/src/panel/datetime.d.ts +3 -0
- package/es/date-picker/src/panel/datetimerange.d.ts +3 -0
- package/es/date-picker/src/panel/month.d.ts +3 -0
- package/es/date-picker/src/panel/monthrange.d.ts +3 -0
- package/es/date-picker/src/panel/panelHeader.d.ts +6 -0
- package/es/date-picker/src/panel/panelHeader.js +3 -1
- package/es/date-picker/src/panel/use-calendar.d.ts +3 -0
- package/es/date-picker/src/panel/use-dual-calendar.d.ts +3 -0
- package/es/date-picker/src/panel/use-panel-common.d.ts +3 -0
- package/es/date-picker/src/styles/index.cssr.js +6 -6
- package/es/date-picker/styles/light.d.ts +2 -0
- package/es/descriptions/styles/light.js +1 -1
- package/es/drawer/src/Drawer.d.ts +8 -8
- package/es/drawer/src/Drawer.js +3 -3
- package/es/drawer/src/DrawerBodyWrapper.d.ts +1 -0
- package/es/drawer/src/DrawerBodyWrapper.js +6 -0
- package/es/drawer/src/styles/rtl.cssr.d.ts +2 -0
- package/es/drawer/src/styles/rtl.cssr.js +8 -0
- package/es/drawer/styles/index.d.ts +1 -0
- package/es/drawer/styles/index.js +1 -0
- package/es/drawer/styles/rtl.d.ts +3 -0
- package/es/drawer/styles/rtl.js +8 -0
- package/es/dropdown/src/Dropdown.js +6 -6
- package/es/dropdown/src/styles/index.cssr.js +35 -33
- package/es/dynamic-input/src/DynamicInput.d.ts +10 -0
- package/es/dynamic-input/src/InputPreset.d.ts +1 -0
- package/es/dynamic-input/src/PairPreset.d.ts +1 -0
- package/es/dynamic-input/styles/light.d.ts +1 -0
- package/es/dynamic-tags/src/DynamicTags.d.ts +10 -0
- package/es/dynamic-tags/styles/light.d.ts +1 -0
- package/es/empty/styles/light.js +1 -1
- package/es/grid/src/Grid.d.ts +5 -0
- package/es/grid/src/Grid.js +18 -0
- package/es/grid/src/GridItem.d.ts +2 -0
- package/es/grid/src/GridItem.js +15 -2
- package/es/input/src/Input.d.ts +21 -1
- package/es/input/src/Input.js +23 -6
- package/es/input/src/InputGroupLabel.d.ts +9 -0
- package/es/input/src/styles/input.cssr.d.ts +1 -0
- package/es/input/src/styles/input.cssr.js +12 -4
- package/es/input/styles/dark.js +1 -1
- package/es/input/styles/light.d.ts +1 -0
- package/es/input/styles/light.js +1 -1
- package/es/input-number/src/InputNumber.d.ts +15 -5
- package/es/input-number/src/InputNumber.js +6 -8
- package/es/input-number/src/interface.d.ts +1 -0
- package/es/input-number/styles/light.d.ts +1 -0
- package/es/layout/src/Layout.js +3 -1
- package/es/legacy-grid/src/Row.js +2 -2
- package/es/legacy-transfer/src/Transfer.d.ts +10 -0
- package/es/legacy-transfer/src/TransferFilter.d.ts +1 -0
- package/es/legacy-transfer/src/TransferList.d.ts +1 -0
- package/es/legacy-transfer/src/TransferListItem.d.ts +1 -0
- package/es/legacy-transfer/styles/light.d.ts +1 -0
- package/es/list/src/List.d.ts +47 -3
- package/es/list/src/List.js +17 -7
- package/es/list/src/ListItem.d.ts +1 -0
- package/es/list/src/ListItem.js +3 -1
- package/es/list/src/styles/index.cssr.js +35 -12
- package/es/list/src/styles/rtl.cssr.d.ts +2 -0
- package/es/list/src/styles/rtl.cssr.js +11 -0
- package/es/list/styles/index.d.ts +1 -0
- package/es/list/styles/index.js +1 -0
- package/es/list/styles/light.d.ts +3 -0
- package/es/list/styles/light.js +4 -1
- package/es/list/styles/rtl.d.ts +2 -0
- package/es/list/styles/rtl.js +5 -0
- package/es/locales/common/viVN.js +7 -9
- package/es/mention/src/Mention.d.ts +10 -0
- package/es/mention/styles/light.d.ts +1 -0
- package/es/menu/src/Menu.d.ts +13 -0
- package/es/menu/src/Menu.js +4 -1
- package/es/menu/src/Submenu.js +1 -1
- package/es/menu/src/utils.d.ts +1 -1
- package/es/menu/src/utils.js +5 -1
- package/es/message/src/Message.d.ts +1 -0
- package/es/message/src/Message.js +8 -3
- package/es/message/src/styles/rtl.cssr.d.ts +2 -0
- package/es/message/src/styles/rtl.cssr.js +8 -0
- package/es/message/styles/index.d.ts +1 -0
- package/es/message/styles/index.js +1 -0
- package/es/message/styles/light.js +4 -1
- package/es/message/styles/rtl.d.ts +2 -0
- package/es/message/styles/rtl.js +5 -0
- package/es/modal/src/Modal.js +2 -1
- package/es/notification/styles/light.js +3 -1
- package/es/number-animation/src/NumberAnimation.js +1 -1
- package/es/pagination/src/Pagination.d.ts +31 -26
- package/es/pagination/src/Pagination.js +207 -164
- package/es/pagination/src/styles/index.cssr.js +7 -1
- package/es/pagination/styles/light.d.ts +1 -0
- package/es/popover/src/Popover.js +2 -2
- package/es/popover/src/PopoverBody.js +3 -2
- package/es/popselect/src/Popselect.d.ts +3 -3
- package/es/radio/styles/dark.js +1 -1
- package/es/radio/styles/light.js +1 -1
- package/es/select/index.d.ts +1 -1
- package/es/select/src/Select.d.ts +4 -1
- package/es/select/src/Select.js +4 -4
- package/es/skeleton/src/Skeleton.js +1 -1
- package/es/slider/styles/dark.js +2 -1
- package/es/slider/styles/light.js +2 -1
- package/es/statistic/src/Statistic.d.ts +10 -0
- package/es/statistic/src/Statistic.js +2 -1
- package/es/statistic/src/styles/index.cssr.js +4 -3
- package/es/statistic/styles/light.d.ts +1 -0
- package/es/statistic/styles/light.js +1 -0
- package/es/steps/src/Steps.d.ts +1 -0
- package/es/steps/src/Steps.js +6 -3
- package/es/steps/src/styles/rtl.cssr.d.ts +2 -0
- package/es/steps/src/styles/rtl.cssr.js +14 -0
- package/es/steps/styles/index.d.ts +1 -0
- package/es/steps/styles/index.js +1 -0
- package/es/steps/styles/rtl.d.ts +2 -0
- package/es/steps/styles/rtl.js +5 -0
- package/es/styles.d.ts +4 -3
- package/es/styles.js +4 -3
- package/es/switch/src/Switch.js +32 -5
- package/es/switch/src/styles/index.cssr.js +2 -2
- package/es/tag/src/Tag.d.ts +4 -4
- package/es/tag/src/Tag.js +3 -3
- package/es/tag/src/styles/index.cssr.js +0 -1
- package/es/tag/styles/light.js +4 -1
- package/es/thing/src/Thing.d.ts +19 -21
- package/es/thing/src/Thing.js +4 -7
- package/es/time-picker/src/Panel.d.ts +1 -0
- package/es/time-picker/src/TimePicker.d.ts +12 -2
- package/es/time-picker/src/TimePicker.js +4 -4
- package/es/time-picker/src/styles/index.cssr.js +12 -12
- package/es/time-picker/styles/light.d.ts +1 -0
- package/es/timeline/src/TimelineItem.js +1 -1
- package/es/tooltip/styles/dark.js +1 -1
- package/es/tooltip/styles/light.js +1 -1
- package/es/transfer/src/Transfer.d.ts +37 -6
- package/es/transfer/src/Transfer.js +32 -23
- package/es/transfer/src/TransferFilter.d.ts +1 -0
- package/es/transfer/src/TransferList.d.ts +1 -0
- package/es/transfer/src/TransferList.js +1 -1
- package/es/transfer/src/TransferListItem.d.ts +1 -0
- package/es/transfer/src/interface.d.ts +1 -1
- package/es/transfer/src/use-transfer-data.d.ts +11 -4
- package/es/transfer/src/use-transfer-data.js +59 -16
- package/es/transfer/styles/light.d.ts +1 -0
- package/es/tree/index.d.ts +1 -1
- package/es/tree/src/Tree.d.ts +34 -1
- package/es/tree/src/Tree.js +25 -11
- package/es/tree/src/interface.d.ts +5 -0
- package/es/tree/src/keyboard.d.ts +4 -1
- package/es/tree/src/keyboard.js +3 -1
- package/es/tree-select/src/TreeSelect.d.ts +13 -0
- package/es/tree-select/src/TreeSelect.js +4 -4
- package/es/typography/styles/light.js +1 -1
- package/es/upload/src/Upload.d.ts +10 -0
- package/es/upload/src/Upload.js +1 -1
- package/es/upload/src/UploadFile.js +4 -2
- package/es/upload/src/utils.d.ts +1 -0
- package/es/upload/src/utils.js +12 -0
- package/es/version.d.ts +1 -1
- package/es/version.js +1 -1
- package/lib/_internal/scrollbar/src/Scrollbar.js +2 -1
- package/lib/_internal/select-menu/styles/light.js +1 -1
- package/lib/_internal/selection/src/Selection.js +1 -1
- package/lib/_utils/cssr/index.js +2 -2
- package/lib/alert/src/Alert.d.ts +14 -0
- package/lib/alert/src/Alert.js +11 -2
- package/lib/alert/src/styles/index.cssr.js +11 -2
- package/lib/alert/styles/dark.js +5 -1
- package/lib/anchor/styles/light.js +2 -1
- package/lib/auto-complete/src/AutoComplete.d.ts +14 -1
- package/lib/auto-complete/src/AutoComplete.js +22 -16
- package/lib/auto-complete/styles/light.d.ts +1 -0
- package/lib/breadcrumb/styles/light.js +1 -1
- package/lib/button/styles/light.js +5 -1
- package/lib/card/styles/light.js +1 -1
- package/lib/carousel/src/Carousel.js +7 -5
- package/lib/cascader/src/Cascader.d.ts +13 -0
- package/lib/cascader/src/Cascader.js +11 -3
- package/lib/checkbox/src/CheckboxGroup.js +2 -2
- package/lib/checkbox/styles/light.js +1 -1
- package/lib/collapse/src/Collapse.d.ts +22 -0
- package/lib/collapse/src/Collapse.js +4 -2
- package/lib/collapse/src/CollapseItem.d.ts +6 -1
- package/lib/collapse/src/CollapseItem.js +4 -2
- package/lib/collapse/src/styles/index.cssr.js +10 -21
- package/lib/collapse/styles/light.d.ts +2 -0
- package/lib/collapse/styles/light.js +5 -3
- package/lib/color-picker/src/ColorInputUnit.d.ts +1 -0
- package/lib/color-picker/src/ColorPicker.d.ts +9 -0
- package/lib/color-picker/src/ColorPicker.js +2 -1
- package/lib/color-picker/styles/light.d.ts +1 -0
- package/lib/countdown/src/Countdown.js +1 -1
- package/lib/data-table/src/DataTable.d.ts +18 -0
- package/lib/data-table/src/DataTable.js +6 -3
- package/lib/data-table/src/HeaderButton/FilterButton.d.ts +2 -0
- package/lib/data-table/src/HeaderButton/FilterMenu.d.ts +4 -2
- package/lib/data-table/src/TableParts/Body.d.ts +6 -0
- package/lib/data-table/src/TableParts/Body.js +22 -14
- package/lib/data-table/src/TableParts/Cell.d.ts +4 -0
- package/lib/data-table/src/TableParts/ExpandTrigger.d.ts +7 -1
- package/lib/data-table/src/TableParts/ExpandTrigger.js +15 -9
- package/lib/data-table/src/TableParts/Header.d.ts +3 -1
- package/lib/data-table/src/interface.d.ts +6 -3
- package/lib/data-table/src/styles/index.cssr.js +25 -7
- package/lib/data-table/src/use-expand.d.ts +3 -1
- package/lib/data-table/src/use-expand.js +15 -8
- package/lib/data-table/src/use-group-header.js +1 -1
- package/lib/data-table/src/use-sorter.js +1 -1
- package/lib/data-table/src/use-table-data.js +1 -1
- package/lib/data-table/styles/light.d.ts +1 -0
- package/lib/date-picker/src/DatePicker.d.ts +23 -2
- package/lib/date-picker/src/DatePicker.js +3 -3
- package/lib/date-picker/src/panel/date.d.ts +6 -3
- package/lib/date-picker/src/panel/daterange.d.ts +3 -0
- package/lib/date-picker/src/panel/datetime.d.ts +3 -0
- package/lib/date-picker/src/panel/datetimerange.d.ts +3 -0
- package/lib/date-picker/src/panel/month.d.ts +3 -0
- package/lib/date-picker/src/panel/monthrange.d.ts +3 -0
- package/lib/date-picker/src/panel/panelHeader.d.ts +6 -0
- package/lib/date-picker/src/panel/panelHeader.js +3 -1
- package/lib/date-picker/src/panel/use-calendar.d.ts +3 -0
- package/lib/date-picker/src/panel/use-dual-calendar.d.ts +3 -0
- package/lib/date-picker/src/panel/use-panel-common.d.ts +3 -0
- package/lib/date-picker/src/styles/index.cssr.js +6 -6
- package/lib/date-picker/styles/light.d.ts +2 -0
- package/lib/descriptions/styles/light.js +1 -1
- package/lib/drawer/src/Drawer.d.ts +8 -8
- package/lib/drawer/src/Drawer.js +3 -3
- package/lib/drawer/src/DrawerBodyWrapper.d.ts +1 -0
- package/lib/drawer/src/DrawerBodyWrapper.js +6 -0
- package/lib/drawer/src/styles/rtl.cssr.d.ts +2 -0
- package/lib/drawer/src/styles/rtl.cssr.js +15 -0
- package/lib/drawer/styles/index.d.ts +1 -0
- package/lib/drawer/styles/index.js +3 -1
- package/lib/drawer/styles/rtl.d.ts +3 -0
- package/lib/drawer/styles/rtl.js +14 -0
- package/lib/dropdown/src/Dropdown.js +6 -6
- package/lib/dropdown/src/styles/index.cssr.js +35 -33
- package/lib/dynamic-input/src/DynamicInput.d.ts +10 -0
- package/lib/dynamic-input/src/InputPreset.d.ts +1 -0
- package/lib/dynamic-input/src/PairPreset.d.ts +1 -0
- package/lib/dynamic-input/styles/light.d.ts +1 -0
- package/lib/dynamic-tags/src/DynamicTags.d.ts +10 -0
- package/lib/dynamic-tags/styles/light.d.ts +1 -0
- package/lib/empty/styles/light.js +1 -1
- package/lib/grid/src/Grid.d.ts +5 -0
- package/lib/grid/src/Grid.js +18 -0
- package/lib/grid/src/GridItem.d.ts +2 -0
- package/lib/grid/src/GridItem.js +14 -1
- package/lib/input/src/Input.d.ts +21 -1
- package/lib/input/src/Input.js +45 -5
- package/lib/input/src/InputGroupLabel.d.ts +9 -0
- package/lib/input/src/styles/input.cssr.d.ts +1 -0
- package/lib/input/src/styles/input.cssr.js +13 -4
- package/lib/input/styles/dark.js +1 -1
- package/lib/input/styles/light.d.ts +1 -0
- package/lib/input/styles/light.js +1 -1
- package/lib/input-number/src/InputNumber.d.ts +15 -5
- package/lib/input-number/src/InputNumber.js +6 -8
- package/lib/input-number/src/interface.d.ts +1 -0
- package/lib/input-number/styles/light.d.ts +1 -0
- package/lib/layout/src/Layout.js +3 -1
- package/lib/legacy-grid/src/Row.js +2 -2
- package/lib/legacy-transfer/src/Transfer.d.ts +10 -0
- package/lib/legacy-transfer/src/TransferFilter.d.ts +1 -0
- package/lib/legacy-transfer/src/TransferList.d.ts +1 -0
- package/lib/legacy-transfer/src/TransferListItem.d.ts +1 -0
- package/lib/legacy-transfer/styles/light.d.ts +1 -0
- package/lib/list/src/List.d.ts +47 -3
- package/lib/list/src/List.js +15 -5
- package/lib/list/src/ListItem.d.ts +1 -0
- package/lib/list/src/ListItem.js +3 -1
- package/lib/list/src/styles/index.cssr.js +35 -12
- package/lib/list/src/styles/rtl.cssr.d.ts +2 -0
- package/lib/list/src/styles/rtl.cssr.js +18 -0
- package/lib/list/styles/index.d.ts +1 -0
- package/lib/list/styles/index.js +3 -1
- package/lib/list/styles/light.d.ts +3 -0
- package/lib/list/styles/light.js +4 -1
- package/lib/list/styles/rtl.d.ts +2 -0
- package/lib/list/styles/rtl.js +11 -0
- package/lib/locales/common/viVN.js +7 -9
- package/lib/mention/src/Mention.d.ts +10 -0
- package/lib/mention/styles/light.d.ts +1 -0
- package/lib/menu/src/Menu.d.ts +13 -0
- package/lib/menu/src/Menu.js +4 -1
- package/lib/menu/src/Submenu.js +1 -1
- package/lib/menu/src/utils.d.ts +1 -1
- package/lib/menu/src/utils.js +5 -1
- package/lib/message/src/Message.d.ts +1 -0
- package/lib/message/src/Message.js +7 -2
- package/lib/message/src/styles/rtl.cssr.d.ts +2 -0
- package/lib/message/src/styles/rtl.cssr.js +15 -0
- package/lib/message/styles/index.d.ts +1 -0
- package/lib/message/styles/index.js +3 -1
- package/lib/message/styles/light.js +4 -1
- package/lib/message/styles/rtl.d.ts +2 -0
- package/lib/message/styles/rtl.js +11 -0
- package/lib/modal/src/Modal.js +2 -1
- package/lib/notification/styles/light.js +3 -1
- package/lib/number-animation/src/NumberAnimation.js +1 -1
- package/lib/pagination/src/Pagination.d.ts +31 -26
- package/lib/pagination/src/Pagination.js +206 -163
- package/lib/pagination/src/styles/index.cssr.js +7 -1
- package/lib/pagination/styles/light.d.ts +1 -0
- package/lib/popover/src/Popover.js +2 -2
- package/lib/popover/src/PopoverBody.js +3 -2
- package/lib/popselect/src/Popselect.d.ts +3 -3
- package/lib/radio/styles/dark.js +1 -1
- package/lib/radio/styles/light.js +1 -1
- package/lib/select/index.d.ts +1 -1
- package/lib/select/src/Select.d.ts +4 -1
- package/lib/select/src/Select.js +3 -3
- package/lib/skeleton/src/Skeleton.js +1 -1
- package/lib/slider/styles/dark.js +2 -1
- package/lib/slider/styles/light.js +2 -1
- package/lib/statistic/src/Statistic.d.ts +10 -0
- package/lib/statistic/src/Statistic.js +2 -1
- package/lib/statistic/src/styles/index.cssr.js +4 -3
- package/lib/statistic/styles/light.d.ts +1 -0
- package/lib/statistic/styles/light.js +1 -0
- package/lib/steps/src/Steps.d.ts +1 -0
- package/lib/steps/src/Steps.js +5 -2
- package/lib/steps/src/styles/rtl.cssr.d.ts +2 -0
- package/lib/steps/src/styles/rtl.cssr.js +21 -0
- package/lib/steps/styles/index.d.ts +1 -0
- package/lib/steps/styles/index.js +3 -1
- package/lib/steps/styles/rtl.d.ts +2 -0
- package/lib/steps/styles/rtl.js +11 -0
- package/lib/styles.d.ts +4 -3
- package/lib/styles.js +154 -149
- package/lib/switch/src/Switch.js +32 -5
- package/lib/switch/src/styles/index.cssr.js +2 -2
- package/lib/tag/src/Tag.d.ts +4 -4
- package/lib/tag/src/Tag.js +3 -3
- package/lib/tag/src/styles/index.cssr.js +0 -1
- package/lib/tag/styles/light.js +4 -1
- package/lib/thing/src/Thing.d.ts +19 -21
- package/lib/thing/src/Thing.js +4 -7
- package/lib/time-picker/src/Panel.d.ts +1 -0
- package/lib/time-picker/src/TimePicker.d.ts +12 -2
- package/lib/time-picker/src/TimePicker.js +3 -3
- package/lib/time-picker/src/styles/index.cssr.js +12 -12
- package/lib/time-picker/styles/light.d.ts +1 -0
- package/lib/timeline/src/TimelineItem.js +1 -1
- package/lib/tooltip/styles/dark.js +1 -1
- package/lib/tooltip/styles/light.js +1 -1
- package/lib/transfer/src/Transfer.d.ts +37 -6
- package/lib/transfer/src/Transfer.js +32 -23
- package/lib/transfer/src/TransferFilter.d.ts +1 -0
- package/lib/transfer/src/TransferList.d.ts +1 -0
- package/lib/transfer/src/TransferList.js +1 -1
- package/lib/transfer/src/TransferListItem.d.ts +1 -0
- package/lib/transfer/src/interface.d.ts +1 -1
- package/lib/transfer/src/use-transfer-data.d.ts +11 -4
- package/lib/transfer/src/use-transfer-data.js +59 -16
- package/lib/transfer/styles/light.d.ts +1 -0
- package/lib/tree/index.d.ts +1 -1
- package/lib/tree/src/Tree.d.ts +34 -1
- package/lib/tree/src/Tree.js +25 -11
- package/lib/tree/src/interface.d.ts +5 -0
- package/lib/tree/src/keyboard.d.ts +4 -1
- package/lib/tree/src/keyboard.js +3 -1
- package/lib/tree-select/src/TreeSelect.d.ts +13 -0
- package/lib/tree-select/src/TreeSelect.js +3 -3
- package/lib/typography/styles/light.js +1 -1
- package/lib/upload/src/Upload.d.ts +10 -0
- package/lib/upload/src/Upload.js +1 -1
- package/lib/upload/src/UploadFile.js +3 -1
- package/lib/upload/src/utils.d.ts +1 -0
- package/lib/upload/src/utils.js +14 -1
- package/lib/version.d.ts +1 -1
- package/lib/version.js +1 -1
- package/package.json +25 -19
- package/volar.d.ts +1 -1
- package/web-types.json +210 -3
package/lib/select/src/Select.js
CHANGED
|
@@ -61,7 +61,7 @@ exports.selectProps = Object.assign(Object.assign({}, _mixins_1.useTheme.props),
|
|
|
61
61
|
}, childrenField: {
|
|
62
62
|
type: String,
|
|
63
63
|
default: 'children'
|
|
64
|
-
}, renderLabel: Function, renderOption: Function, renderTag: Function, 'onUpdate:value': [Function, Array], inputProps: Object,
|
|
64
|
+
}, renderLabel: Function, renderOption: Function, renderTag: Function, 'onUpdate:value': [Function, Array], inputProps: Object, nodeProps: Function,
|
|
65
65
|
// for jsx
|
|
66
66
|
onUpdateValue: [Function, Array], onBlur: [Function, Array], onClear: [Function, Array], onFocus: [Function, Array], onScroll: [Function, Array], onSearch: [Function, Array], onUpdateShow: [Function, Array], 'onUpdate:show': [Function, Array], displayDirective: {
|
|
67
67
|
type: String,
|
|
@@ -370,7 +370,7 @@ exports.default = (0, vue_1.defineComponent)({
|
|
|
370
370
|
function handleMenuClickOutside(e) {
|
|
371
371
|
var _a;
|
|
372
372
|
if (mergedShowRef.value) {
|
|
373
|
-
if (!((_a = triggerRef.value) === null || _a === void 0 ? void 0 : _a.$el.contains(
|
|
373
|
+
if (!((_a = triggerRef.value) === null || _a === void 0 ? void 0 : _a.$el.contains((0, seemly_1.getPreciseEventTarget)(e)))) {
|
|
374
374
|
// outside select, don't need to return focus
|
|
375
375
|
closeMenu();
|
|
376
376
|
}
|
|
@@ -662,7 +662,7 @@ exports.default = (0, vue_1.defineComponent)({
|
|
|
662
662
|
`${this.mergedClsPrefix}-select-menu`,
|
|
663
663
|
this.themeClass,
|
|
664
664
|
(_b = this.menuProps) === null || _b === void 0 ? void 0 : _b.class
|
|
665
|
-
], clsPrefix: this.mergedClsPrefix, focusable: true, labelField: this.labelField, valueField: this.valueField, autoPending: true, theme: this.mergedTheme.peers.InternalSelectMenu, themeOverrides: this.mergedTheme.peerOverrides
|
|
665
|
+
], clsPrefix: this.mergedClsPrefix, focusable: true, labelField: this.labelField, valueField: this.valueField, autoPending: true, nodeProps: this.nodeProps, theme: this.mergedTheme.peers.InternalSelectMenu, themeOverrides: this.mergedTheme.peerOverrides
|
|
666
666
|
.InternalSelectMenu, treeMate: this.treeMate, multiple: this.multiple, size: "medium", renderOption: this.renderOption, renderLabel: this.renderLabel, value: this.mergedValue, style: [(_c = this.menuProps) === null || _c === void 0 ? void 0 : _c.style, this.cssVars], onToggle: this.handleToggle, onScroll: this.handleMenuScroll, onFocus: this.handleMenuFocus, onBlur: this.handleMenuBlur, onKeydown: this.handleMenuKeydown, onTabOut: this.handleMenuTabOut, onMousedown: this.handleMenuMousedown, show: this.mergedShow, showCheckmark: this.internalShowCheckmark, resetMenuOnOptionsChange: this.resetMenuOnOptionsChange }), {
|
|
667
667
|
empty: () => { var _a, _b; return [(_b = (_a = this.$slots).empty) === null || _b === void 0 ? void 0 : _b.call(_a)]; },
|
|
668
668
|
action: () => { var _a, _b; return [(_b = (_a = this.$slots).action) === null || _b === void 0 ? void 0 : _b.call(_a)]; }
|
|
@@ -72,7 +72,7 @@ exports.default = (0, vue_1.defineComponent)({
|
|
|
72
72
|
// Maybe it's a bug of chrome
|
|
73
73
|
const child = (0, vue_1.h)('div', (0, vue_1.mergeProps)({
|
|
74
74
|
class: `${mergedClsPrefix}-skeleton`,
|
|
75
|
-
style
|
|
75
|
+
style
|
|
76
76
|
}, $attrs));
|
|
77
77
|
if (repeat > 1) {
|
|
78
78
|
return ((0, vue_1.h)(vue_1.Fragment, null, Array.apply(null, { length: repeat }).map((_) => [
|
|
@@ -11,7 +11,8 @@ const sliderDark = {
|
|
|
11
11
|
self(vars) {
|
|
12
12
|
const boxShadow = '0 2px 8px 0 rgba(0, 0, 0, 0.12)';
|
|
13
13
|
const { railColor, modalColor, primaryColorSuppl, popoverColor, textColor2, cardColor, borderRadius, fontSize, opacityDisabled } = vars;
|
|
14
|
-
return Object.assign(Object.assign({}, _common_1.default), { fontSize,
|
|
14
|
+
return Object.assign(Object.assign({}, _common_1.default), { fontSize,
|
|
15
|
+
railColor, railColorHover: railColor, fillColor: primaryColorSuppl, fillColorHover: primaryColorSuppl, opacityDisabled, handleColor: '#FFF', dotColor: cardColor, dotColorModal: modalColor, dotColorPopover: popoverColor, handleBoxShadow: '0px 2px 4px 0 rgba(0, 0, 0, 0.4)', handleBoxShadowHover: '0px 2px 4px 0 rgba(0, 0, 0, 0.4)', handleBoxShadowActive: '0px 2px 4px 0 rgba(0, 0, 0, 0.4)', handleBoxShadowFocus: '0px 2px 4px 0 rgba(0, 0, 0, 0.4)', indicatorColor: popoverColor, indicatorBoxShadow: boxShadow, indicatorTextColor: textColor2, indicatorBorderRadius: borderRadius, dotBorder: `2px solid ${railColor}`, dotBorderActive: `2px solid ${primaryColorSuppl}`, dotBoxShadow: '' });
|
|
15
16
|
}
|
|
16
17
|
};
|
|
17
18
|
exports.default = sliderDark;
|
|
@@ -9,7 +9,8 @@ const self = (vars) => {
|
|
|
9
9
|
const indicatorColor = 'rgba(0, 0, 0, .85)';
|
|
10
10
|
const boxShadow = '0 2px 8px 0 rgba(0, 0, 0, 0.12)';
|
|
11
11
|
const { railColor, primaryColor, baseColor, cardColor, modalColor, popoverColor, borderRadius, fontSize, opacityDisabled } = vars;
|
|
12
|
-
return Object.assign(Object.assign({}, _common_1.default), { fontSize,
|
|
12
|
+
return Object.assign(Object.assign({}, _common_1.default), { fontSize,
|
|
13
|
+
railColor, railColorHover: railColor, fillColor: primaryColor, fillColorHover: primaryColor, opacityDisabled, handleColor: '#FFF', dotColor: cardColor, dotColorModal: modalColor, dotColorPopover: popoverColor, handleBoxShadow: '0 1px 4px 0 rgba(0, 0, 0, 0.3), inset 0 0 1px 0 rgba(0, 0, 0, 0.05)', handleBoxShadowHover: '0 1px 4px 0 rgba(0, 0, 0, 0.3), inset 0 0 1px 0 rgba(0, 0, 0, 0.05)', handleBoxShadowActive: '0 1px 4px 0 rgba(0, 0, 0, 0.3), inset 0 0 1px 0 rgba(0, 0, 0, 0.05)', handleBoxShadowFocus: '0 1px 4px 0 rgba(0, 0, 0, 0.3), inset 0 0 1px 0 rgba(0, 0, 0, 0.05)', indicatorColor, indicatorBoxShadow: boxShadow, indicatorTextColor: baseColor, indicatorBorderRadius: borderRadius, dotBorder: `2px solid ${railColor}`, dotBorderActive: `2px solid ${primaryColor}`, dotBoxShadow: '' });
|
|
13
14
|
};
|
|
14
15
|
const sliderLight = {
|
|
15
16
|
name: 'Slider',
|
|
@@ -7,6 +7,7 @@ export declare const statisticProps: {
|
|
|
7
7
|
labelFontSize: string;
|
|
8
8
|
labelFontWeight: string;
|
|
9
9
|
valueFontWeight: string;
|
|
10
|
+
valueFontSize: string;
|
|
10
11
|
labelTextColor: string;
|
|
11
12
|
valuePrefixTextColor: string;
|
|
12
13
|
valueSuffixTextColor: string;
|
|
@@ -16,6 +17,7 @@ export declare const statisticProps: {
|
|
|
16
17
|
labelFontSize: string;
|
|
17
18
|
labelFontWeight: string;
|
|
18
19
|
valueFontWeight: string;
|
|
20
|
+
valueFontSize: string;
|
|
19
21
|
labelTextColor: string;
|
|
20
22
|
valuePrefixTextColor: string;
|
|
21
23
|
valueSuffixTextColor: string;
|
|
@@ -25,6 +27,7 @@ export declare const statisticProps: {
|
|
|
25
27
|
labelFontSize: string;
|
|
26
28
|
labelFontWeight: string;
|
|
27
29
|
valueFontWeight: string;
|
|
30
|
+
valueFontSize: string;
|
|
28
31
|
labelTextColor: string;
|
|
29
32
|
valuePrefixTextColor: string;
|
|
30
33
|
valueSuffixTextColor: string;
|
|
@@ -40,6 +43,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
40
43
|
labelFontSize: string;
|
|
41
44
|
labelFontWeight: string;
|
|
42
45
|
valueFontWeight: string;
|
|
46
|
+
valueFontSize: string;
|
|
43
47
|
labelTextColor: string;
|
|
44
48
|
valuePrefixTextColor: string;
|
|
45
49
|
valueSuffixTextColor: string;
|
|
@@ -49,6 +53,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
49
53
|
labelFontSize: string;
|
|
50
54
|
labelFontWeight: string;
|
|
51
55
|
valueFontWeight: string;
|
|
56
|
+
valueFontSize: string;
|
|
52
57
|
labelTextColor: string;
|
|
53
58
|
valuePrefixTextColor: string;
|
|
54
59
|
valueSuffixTextColor: string;
|
|
@@ -58,6 +63,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
58
63
|
labelFontSize: string;
|
|
59
64
|
labelFontWeight: string;
|
|
60
65
|
valueFontWeight: string;
|
|
66
|
+
valueFontSize: string;
|
|
61
67
|
labelTextColor: string;
|
|
62
68
|
valuePrefixTextColor: string;
|
|
63
69
|
valueSuffixTextColor: string;
|
|
@@ -72,6 +78,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
72
78
|
'--n-label-font-weight': string;
|
|
73
79
|
'--n-label-text-color': string;
|
|
74
80
|
'--n-value-font-weight': string;
|
|
81
|
+
'--n-value-font-size': string;
|
|
75
82
|
'--n-value-prefix-text-color': string;
|
|
76
83
|
'--n-value-suffix-text-color': string;
|
|
77
84
|
'--n-value-text-color': string;
|
|
@@ -86,6 +93,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
86
93
|
labelFontSize: string;
|
|
87
94
|
labelFontWeight: string;
|
|
88
95
|
valueFontWeight: string;
|
|
96
|
+
valueFontSize: string;
|
|
89
97
|
labelTextColor: string;
|
|
90
98
|
valuePrefixTextColor: string;
|
|
91
99
|
valueSuffixTextColor: string;
|
|
@@ -95,6 +103,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
95
103
|
labelFontSize: string;
|
|
96
104
|
labelFontWeight: string;
|
|
97
105
|
valueFontWeight: string;
|
|
106
|
+
valueFontSize: string;
|
|
98
107
|
labelTextColor: string;
|
|
99
108
|
valuePrefixTextColor: string;
|
|
100
109
|
valueSuffixTextColor: string;
|
|
@@ -104,6 +113,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
104
113
|
labelFontSize: string;
|
|
105
114
|
labelFontWeight: string;
|
|
106
115
|
valueFontWeight: string;
|
|
116
|
+
valueFontSize: string;
|
|
107
117
|
labelTextColor: string;
|
|
108
118
|
valuePrefixTextColor: string;
|
|
109
119
|
valueSuffixTextColor: string;
|
|
@@ -18,13 +18,14 @@ exports.default = (0, vue_1.defineComponent)({
|
|
|
18
18
|
const themeRef = (0, _mixins_1.useTheme)('Statistic', '-statistic', index_cssr_1.default, styles_1.statisticLight, props, mergedClsPrefixRef);
|
|
19
19
|
const rtlEnabledRef = (0, _mixins_1.useRtl)('Statistic', mergedRtlRef, mergedClsPrefixRef);
|
|
20
20
|
const cssVarsRef = (0, vue_1.computed)(() => {
|
|
21
|
-
const { self: { labelFontWeight, valueFontWeight, valuePrefixTextColor, labelTextColor, valueSuffixTextColor, valueTextColor, labelFontSize }, common: { cubicBezierEaseInOut } } = themeRef.value;
|
|
21
|
+
const { self: { labelFontWeight, valueFontSize, valueFontWeight, valuePrefixTextColor, labelTextColor, valueSuffixTextColor, valueTextColor, labelFontSize }, common: { cubicBezierEaseInOut } } = themeRef.value;
|
|
22
22
|
return {
|
|
23
23
|
'--n-bezier': cubicBezierEaseInOut,
|
|
24
24
|
'--n-label-font-size': labelFontSize,
|
|
25
25
|
'--n-label-font-weight': labelFontWeight,
|
|
26
26
|
'--n-label-text-color': labelTextColor,
|
|
27
27
|
'--n-value-font-weight': valueFontWeight,
|
|
28
|
+
'--n-value-font-size': valueFontSize,
|
|
28
29
|
'--n-value-prefix-text-color': valuePrefixTextColor,
|
|
29
30
|
'--n-value-suffix-text-color': valueSuffixTextColor,
|
|
30
31
|
'--n-value-text-color': valueTextColor
|
|
@@ -10,6 +10,7 @@ const cssr_1 = require("../../../_utils/cssr"); // vars:
|
|
|
10
10
|
// --n-label-font-weight
|
|
11
11
|
// --n-label-text-color
|
|
12
12
|
// --n-value-font-weight
|
|
13
|
+
// --n-value-font-size
|
|
13
14
|
// --n-value-prefix-text-color
|
|
14
15
|
// --n-value-suffix-text-color
|
|
15
16
|
// --n-value-text-color
|
|
@@ -25,18 +26,18 @@ exports.default = (0, cssr_1.cB)('statistic', [(0, cssr_1.cE)('label', `
|
|
|
25
26
|
font-weight: var(--n-value-font-weight);
|
|
26
27
|
`, [(0, cssr_1.cE)('prefix', `
|
|
27
28
|
margin: 0 4px 0 0;
|
|
28
|
-
font-size:
|
|
29
|
+
font-size: var(--n-value-font-size);
|
|
29
30
|
transition: .3s color var(--n-bezier);
|
|
30
31
|
color: var(--n-value-prefix-text-color);
|
|
31
32
|
`, [(0, cssr_1.cB)('icon', {
|
|
32
33
|
verticalAlign: '-0.125em'
|
|
33
34
|
})]), (0, cssr_1.cE)('content', `
|
|
34
|
-
font-size:
|
|
35
|
+
font-size: var(--n-value-font-size);
|
|
35
36
|
transition: .3s color var(--n-bezier);
|
|
36
37
|
color: var(--n-value-text-color);
|
|
37
38
|
`), (0, cssr_1.cE)('suffix', `
|
|
38
39
|
margin: 0 0 0 4px;
|
|
39
|
-
font-size:
|
|
40
|
+
font-size: var(--n-value-font-size);
|
|
40
41
|
transition: .3s color var(--n-bezier);
|
|
41
42
|
color: var(--n-value-suffix-text-color);
|
|
42
43
|
`, [(0, cssr_1.cB)('icon', {
|
package/lib/steps/src/Steps.d.ts
CHANGED
|
@@ -249,6 +249,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
249
249
|
}, any>>>;
|
|
250
250
|
}, {
|
|
251
251
|
mergedClsPrefix: import("vue").ComputedRef<string>;
|
|
252
|
+
rtlEnabled: Ref<import("../../config-provider/src/internal-interface").RtlItem | undefined> | undefined;
|
|
252
253
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
253
254
|
current: NumberConstructor;
|
|
254
255
|
status: {
|
package/lib/steps/src/Steps.js
CHANGED
|
@@ -33,7 +33,8 @@ exports.default = (0, vue_1.defineComponent)({
|
|
|
33
33
|
name: 'Steps',
|
|
34
34
|
props: exports.stepsProps,
|
|
35
35
|
setup(props, { slots }) {
|
|
36
|
-
const { mergedClsPrefixRef } = (0, _mixins_1.useConfig)(props);
|
|
36
|
+
const { mergedClsPrefixRef, mergedRtlRef } = (0, _mixins_1.useConfig)(props);
|
|
37
|
+
const rtlEnabledRef = (0, _mixins_1.useRtl)('Steps', mergedRtlRef, mergedClsPrefixRef);
|
|
37
38
|
const themeRef = (0, _mixins_1.useTheme)('Steps', '-steps', index_cssr_1.default, styles_1.stepsLight, props, mergedClsPrefixRef);
|
|
38
39
|
(0, vue_1.provide)(exports.stepsInjectionKey, {
|
|
39
40
|
props,
|
|
@@ -42,13 +43,15 @@ exports.default = (0, vue_1.defineComponent)({
|
|
|
42
43
|
stepsSlots: slots
|
|
43
44
|
});
|
|
44
45
|
return {
|
|
45
|
-
mergedClsPrefix: mergedClsPrefixRef
|
|
46
|
+
mergedClsPrefix: mergedClsPrefixRef,
|
|
47
|
+
rtlEnabled: rtlEnabledRef
|
|
46
48
|
};
|
|
47
49
|
},
|
|
48
50
|
render() {
|
|
49
51
|
const { mergedClsPrefix } = this;
|
|
50
52
|
return ((0, vue_1.h)("div", { class: [
|
|
51
53
|
`${mergedClsPrefix}-steps`,
|
|
54
|
+
this.rtlEnabled && `${mergedClsPrefix}-steps--rtl`,
|
|
52
55
|
this.vertical && `${mergedClsPrefix}-steps--vertical`
|
|
53
56
|
] }, stepsWithIndex((0, _utils_1.flatten)((0, _utils_1.getSlot)(this)))));
|
|
54
57
|
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
|
|
7
|
+
const cssr_1 = require("../../../_utils/cssr");
|
|
8
|
+
|
|
9
|
+
exports.default = (0, cssr_1.c)([(0, cssr_1.cB)('steps', [(0, cssr_1.cM)('rtl', `
|
|
10
|
+
direction: rtl;
|
|
11
|
+
text-align: right;
|
|
12
|
+
`, [(0, cssr_1.cB)('step-content', [(0, cssr_1.cB)('step-content-header', `
|
|
13
|
+
margin-left: 0;
|
|
14
|
+
margin-right: 9px;
|
|
15
|
+
`), (0, cssr_1.cE)('description', `
|
|
16
|
+
margin-left: 0;
|
|
17
|
+
margin-right: 9px;
|
|
18
|
+
`)]), (0, cssr_1.cM)('vertical', [(0, cssr_1.c)('>', [(0, cssr_1.cB)('step', [(0, cssr_1.c)('>', [(0, cssr_1.cB)('step-indicator', [(0, cssr_1.c)('>', [(0, cssr_1.cB)('step-splitor', `
|
|
19
|
+
left: unset;
|
|
20
|
+
right: calc(var(--n-indicator-size) / 2);
|
|
21
|
+
`)])])])])])])])])]);
|
|
@@ -3,8 +3,10 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
3
3
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.stepsLight = exports.stepsDark = void 0;
|
|
6
|
+
exports.stepsRtl = exports.stepsLight = exports.stepsDark = void 0;
|
|
7
7
|
var dark_1 = require("./dark");
|
|
8
8
|
Object.defineProperty(exports, "stepsDark", { enumerable: true, get: function () { return __importDefault(dark_1).default; } });
|
|
9
9
|
var light_1 = require("./light");
|
|
10
10
|
Object.defineProperty(exports, "stepsLight", { enumerable: true, get: function () { return __importDefault(light_1).default; } });
|
|
11
|
+
var rtl_1 = require("./rtl");
|
|
12
|
+
Object.defineProperty(exports, "stepsRtl", { enumerable: true, get: function () { return rtl_1.stepsRtl; } });
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.stepsRtl = void 0;
|
|
7
|
+
const rtl_cssr_1 = __importDefault(require("../src/styles/rtl.cssr"));
|
|
8
|
+
exports.stepsRtl = {
|
|
9
|
+
name: 'Steps',
|
|
10
|
+
style: rtl_cssr_1.default
|
|
11
|
+
};
|
package/lib/styles.d.ts
CHANGED
|
@@ -9,6 +9,7 @@ export { badgeDark, badgeRtl as unstableBadgeRtl } from './badge/styles';
|
|
|
9
9
|
export { breadcrumbDark } from './breadcrumb/styles';
|
|
10
10
|
export { buttonDark, buttonRtl as unstableButtonRtl } from './button/styles';
|
|
11
11
|
export { notificationRtl as unstableNotificationRtl } from './notification/styles';
|
|
12
|
+
export { messageRtl as unstableMessageRtl } from './message/styles';
|
|
12
13
|
export { buttonGroupDark, buttonGroupRtl as unstableButtonGroupRtl } from './button-group/styles';
|
|
13
14
|
export { cardDark, cardRtl as unstableCardRtl } from './card/styles';
|
|
14
15
|
export { cascaderDark } from './cascader/styles';
|
|
@@ -21,7 +22,7 @@ export { datePickerDark } from './date-picker/styles';
|
|
|
21
22
|
export { descriptionsDark } from './descriptions/styles';
|
|
22
23
|
export { dialogDark } from './dialog/styles';
|
|
23
24
|
export { dividerDark } from './divider/styles';
|
|
24
|
-
export { drawerDark } from './drawer/styles';
|
|
25
|
+
export { drawerDark, drawerRtl as unstableDrawerRtl } from './drawer/styles';
|
|
25
26
|
export { dropdownDark } from './dropdown/styles';
|
|
26
27
|
export { dynamicInputDark, dynamicInputRtl as unstableDynamicInputRtl } from './dynamic-input/styles';
|
|
27
28
|
export { dynamicTagsDark } from './dynamic-tags/styles';
|
|
@@ -33,7 +34,7 @@ export { iconDark } from './icon/styles';
|
|
|
33
34
|
export { inputDark, inputRtl as unstableInputRtl } from './input/styles';
|
|
34
35
|
export { inputNumberDark, inputNumberRtl as unstableInputNumberRtl } from './input-number/styles';
|
|
35
36
|
export { layoutDark } from './layout/styles';
|
|
36
|
-
export { listDark } from './list/styles';
|
|
37
|
+
export { listDark, listRtl as unstableListRtl } from './list/styles';
|
|
37
38
|
export { loadingBarDark } from './loading-bar/styles';
|
|
38
39
|
export { logDark } from './log/styles';
|
|
39
40
|
export { mentionDark } from './mention/styles';
|
|
@@ -55,7 +56,7 @@ export { sliderDark } from './slider/styles';
|
|
|
55
56
|
export { spaceDark, spaceRtl as unstableSpaceRtl } from './space/styles';
|
|
56
57
|
export { spinDark } from './spin/styles';
|
|
57
58
|
export { statisticDark, statisticRtl as unstableStatisticRtl } from './statistic/styles';
|
|
58
|
-
export { stepsDark } from './steps/styles';
|
|
59
|
+
export { stepsDark, stepsRtl as unstableStepsRtl } from './steps/styles';
|
|
59
60
|
export { switchDark } from './switch/styles';
|
|
60
61
|
export { tableDark, tableRtl as unstableTableRtl } from './table/styles';
|
|
61
62
|
export { tabsDark } from './tabs/styles';
|