naive-ui 2.33.4 → 2.34.0
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/dist/index.js +3517 -6061
- package/dist/index.prod.js +2 -2
- package/es/_internal/clear/src/styles/index.cssr.js +2 -2
- package/es/_internal/close/src/styles/index.cssr.js +2 -2
- package/es/_internal/index.d.ts +1 -0
- package/es/_internal/loading/index.d.ts +1 -0
- package/es/_internal/loading/src/Loading.d.ts +26 -14
- package/es/_internal/loading/src/Loading.js +17 -20
- package/es/_internal/scrollbar/src/styles/index.cssr.js +2 -2
- package/es/_internal/select-menu/src/styles/index.cssr.js +2 -2
- package/es/_internal/selection/src/Selection.js +5 -5
- package/es/_internal/selection/src/styles/index.cssr.js +2 -2
- package/es/_internal/slot-machine/src/styles/index.cssr.js +4 -3
- package/es/_styles/global/index.cssr.js +2 -2
- package/es/alert/src/styles/index.cssr.js +2 -2
- package/es/anchor/src/styles/index.cssr.js +2 -2
- package/es/auto-complete/src/styles/index.cssr.js +2 -2
- package/es/avatar/src/Avatar.d.ts +4 -1
- package/es/avatar/src/Avatar.js +12 -13
- package/es/avatar/src/styles/index.cssr.js +2 -2
- package/es/avatar-group/index.d.ts +1 -1
- package/es/avatar-group/src/AvatarGroup.d.ts +7 -7
- package/es/avatar-group/src/styles/avatar-group-rtl.cssr.js +2 -2
- package/es/avatar-group/src/styles/avatar-group.cssr.js +2 -2
- package/es/back-top/src/styles/index.cssr.js +2 -2
- package/es/badge/src/styles/index.cssr.js +2 -2
- package/es/breadcrumb/src/styles/index.cssr.js +2 -2
- package/es/button/src/Button.d.ts +4 -1
- package/es/button/src/Button.js +3 -3
- package/es/button/src/styles/index.cssr.js +2 -2
- package/es/button-group/src/styles/index.cssr.js +0 -3
- package/es/button-group/src/styles/rtl.cssr.js +0 -2
- package/es/calendar/src/styles/index.cssr.js +2 -2
- package/es/card/src/styles/index.cssr.js +4 -3
- package/es/carousel/src/styles/index.cssr.js +2 -2
- package/es/cascader/src/Cascader.d.ts +8 -0
- package/es/cascader/src/Cascader.js +41 -2
- package/es/cascader/src/CascaderOption.d.ts +1 -1
- package/es/cascader/src/CascaderOption.js +1 -7
- package/es/cascader/src/CascaderSelectMenu.d.ts +3 -0
- package/es/cascader/src/CascaderSelectMenu.js +8 -4
- package/es/cascader/src/interface.d.ts +11 -1
- package/es/cascader/src/styles/index.cssr.js +2 -2
- package/es/checkbox/src/styles/index.cssr.js +8 -5
- package/es/code/src/Code.d.ts +1 -1
- package/es/code/src/styles/index.cssr.js +2 -2
- package/es/collapse/src/styles/index.cssr.js +2 -2
- package/es/color-picker/src/ColorPicker.d.ts +5 -5
- package/es/color-picker/src/ColorPicker.js +7 -1
- package/es/color-picker/src/styles/index.cssr.js +2 -2
- package/es/color-picker/src/utils.d.ts +1 -1
- package/es/components.d.ts +1 -0
- package/es/components.js +1 -0
- package/es/config-provider/src/ConfigProvider.d.ts +6 -0
- package/es/config-provider/src/ConfigProvider.js +7 -0
- package/es/config-provider/src/internal-interface.d.ts +4 -0
- package/es/data-table/src/DataTable.d.ts +11 -0
- package/es/data-table/src/DataTable.js +7 -3
- package/es/data-table/src/TableParts/Body.d.ts +1 -0
- package/es/data-table/src/TableParts/Body.js +14 -6
- package/es/data-table/src/TableParts/Header.js +7 -5
- package/es/data-table/src/interface.d.ts +10 -2
- package/es/data-table/src/interface.js +1 -1
- package/es/data-table/src/styles/index.cssr.js +21 -9
- package/es/date-picker/src/DatePicker.js +5 -0
- package/es/date-picker/src/panel/panelHeader.d.ts +6 -6
- package/es/date-picker/src/styles/index.cssr.js +2 -2
- package/es/descriptions/src/styles/index.cssr.js +2 -2
- package/es/dialog/src/DialogEnvironment.d.ts +3 -0
- package/es/dialog/src/DialogEnvironment.js +2 -2
- package/es/dialog/src/DialogProvider.d.ts +3 -0
- package/es/dialog/src/styles/index.cssr.js +2 -2
- package/es/divider/src/styles/index.cssr.js +2 -2
- package/es/drawer/src/styles/index.cssr.js +2 -2
- package/es/dropdown/src/styles/index.cssr.js +2 -2
- package/es/dynamic-input/src/styles/index.cssr.js +2 -2
- package/es/dynamic-tags/src/styles/index.cssr.js +2 -2
- package/es/empty/src/styles/index.cssr.js +2 -2
- package/es/equation/index.d.ts +1 -0
- package/es/equation/index.js +1 -0
- package/es/equation/src/Equation.d.ts +18 -0
- package/es/equation/src/Equation.js +29 -0
- package/es/equation/styles/dark.d.ts +3 -0
- package/es/equation/styles/dark.js +8 -0
- package/es/equation/styles/index.d.ts +3 -0
- package/es/equation/styles/index.js +2 -0
- package/es/equation/styles/light.d.ts +6 -0
- package/es/equation/styles/light.js +8 -0
- package/es/form/src/FormItem.d.ts +3 -2
- package/es/form/src/FormItem.js +24 -7
- package/es/form/src/styles/form-item.cssr.js +5 -3
- package/es/gradient-text/src/styles/index.cssr.js +2 -2
- package/es/icon/src/styles/index.cssr.js +2 -2
- package/es/icon-wrapper/src/styles/index.cssr.js +2 -2
- package/es/image/src/Image.d.ts +4 -1
- package/es/image/src/Image.js +13 -7
- package/es/image/src/ImagePreview.d.ts +3 -2
- package/es/image/src/ImagePreview.js +41 -8
- package/es/image/src/interface.d.ts +5 -0
- package/es/image/src/interface.js +2 -0
- package/es/image/src/styles/index.cssr.js +2 -2
- package/es/input/src/Input.d.ts +3 -0
- package/es/input/src/Input.js +25 -6
- package/es/input/src/WordCount.js +2 -2
- package/es/input/src/interface.d.ts +1 -0
- package/es/input/src/styles/input-group-label.cssr.js +2 -2
- package/es/input/src/styles/input.cssr.js +11 -7
- package/es/layout/src/styles/layout-footer.cssr.js +2 -2
- package/es/layout/src/styles/layout-header.cssr.js +2 -2
- package/es/layout/src/styles/layout-sider.cssr.js +2 -2
- package/es/layout/src/styles/layout.cssr.js +2 -2
- package/es/list/src/styles/index.cssr.js +2 -2
- package/es/loading-bar/src/styles/index.cssr.js +2 -2
- package/es/locales/common/arDZ.d.ts +3 -0
- package/es/locales/common/arDZ.js +120 -0
- package/es/locales/common/deDE.js +2 -1
- package/es/locales/common/enGB.js +2 -1
- package/es/locales/common/enUS.d.ts +1 -0
- package/es/locales/common/enUS.js +2 -1
- package/es/locales/common/eo.js +2 -1
- package/es/locales/common/esAR.js +2 -1
- package/es/locales/common/frFR.js +2 -1
- package/es/locales/common/idID.js +2 -1
- package/es/locales/common/itIT.js +2 -1
- package/es/locales/common/jaJP.js +2 -1
- package/es/locales/common/koKR.js +2 -1
- package/es/locales/common/nbNO.js +2 -1
- package/es/locales/common/nlNL.js +2 -1
- package/es/locales/common/plPL.js +2 -1
- package/es/locales/common/ptBR.js +2 -1
- package/es/locales/common/ruRU.js +2 -1
- package/es/locales/common/skSK.js +2 -1
- package/es/locales/common/thTH.js +2 -1
- package/es/locales/common/trTR.d.ts +3 -0
- package/es/locales/common/trTR.js +121 -0
- package/es/locales/common/ukUA.js +2 -1
- package/es/locales/common/viVN.js +2 -1
- package/es/locales/common/zhCN.js +2 -1
- package/es/locales/common/zhTW.js +2 -1
- package/es/locales/date/arDZ.d.ts +3 -0
- package/es/locales/date/arDZ.js +6 -0
- package/es/locales/date/trTR.d.ts +3 -0
- package/es/locales/date/trTR.js +6 -0
- package/es/locales/index.d.ts +4 -0
- package/es/locales/index.js +4 -0
- package/es/log/src/styles/index.cssr.js +2 -2
- package/es/mention/src/Mention.d.ts +6 -0
- package/es/mention/src/Mention.js +6 -1
- package/es/mention/src/styles/index.cssr.js +2 -2
- package/es/menu/src/styles/index.cssr.js +2 -3
- package/es/message/src/styles/index.cssr.js +2 -2
- package/es/modal/src/BodyWrapper.d.ts +1 -1
- package/es/modal/src/styles/index.cssr.js +2 -2
- package/es/notification/src/styles/index.cssr.js +2 -3
- package/es/page-header/src/styles/index.cssr.js +2 -2
- package/es/pagination/src/Pagination.js +1 -1
- package/es/pagination/src/styles/index.cssr.js +2 -2
- package/es/popconfirm/src/styles/index.cssr.js +2 -2
- package/es/popover/src/styles/index.cssr.js +5 -5
- package/es/popselect/src/styles/index.cssr.js +2 -2
- package/es/progress/src/styles/index.cssr.js +2 -2
- package/es/radio/src/styles/radio-group.cssr.js +2 -2
- package/es/radio/src/styles/radio.cssr.js +2 -2
- package/es/rate/src/styles/index.cssr.js +2 -2
- package/es/result/src/styles/index.cssr.js +2 -2
- package/es/select/src/Select.js +1 -0
- package/es/select/src/styles/index.cssr.js +2 -2
- package/es/skeleton/src/styles/index.cssr.js +2 -2
- package/es/slider/src/styles/index.cssr.js +2 -2
- package/es/spin/src/styles/index.cssr.js +2 -2
- package/es/statistic/src/styles/index.cssr.js +2 -2
- package/es/steps/src/styles/index.cssr.js +2 -2
- package/es/switch/src/styles/index.cssr.js +2 -2
- package/es/table/src/styles/index.cssr.js +2 -2
- package/es/tabs/src/Tabs.d.ts +7 -7
- package/es/tabs/src/styles/index.cssr.js +2 -2
- package/es/tag/src/styles/index.cssr.js +2 -2
- package/es/themes/dark.js +2 -0
- package/es/themes/light.js +2 -0
- package/es/thing/src/styles/index.cssr.js +2 -2
- package/es/time-picker/src/styles/index.cssr.js +2 -2
- package/es/timeline/src/styles/index.cssr.js +6 -3
- package/es/transfer/src/Transfer.d.ts +13 -0
- package/es/transfer/src/Transfer.js +6 -2
- package/es/transfer/src/TransferListItem.d.ts +2 -1
- package/es/transfer/src/TransferListItem.js +5 -4
- package/es/transfer/src/interface.d.ts +1 -0
- package/es/transfer/src/styles/index.cssr.js +2 -2
- package/es/transfer/src/use-transfer-data.d.ts +1 -0
- package/es/transfer/src/use-transfer-data.js +13 -4
- package/es/tree/src/Tree.d.ts +60 -30
- package/es/tree/src/Tree.js +70 -24
- package/es/tree/src/TreeNode.d.ts +1 -1
- package/es/tree/src/TreeNode.js +1 -1
- package/es/tree/src/TreeNodeSwitcher.d.ts +3 -0
- package/es/tree/src/TreeNodeSwitcher.js +7 -5
- package/es/tree/src/interface.d.ts +12 -1
- package/es/tree/src/styles/index.cssr.js +3 -2
- package/es/tree/src/utils.d.ts +6 -0
- package/es/tree/src/utils.js +4 -0
- package/es/tree-select/index.d.ts +1 -1
- package/es/tree-select/src/TreeSelect.d.ts +38 -19
- package/es/tree-select/src/TreeSelect.js +75 -48
- package/es/tree-select/src/interface.d.ts +33 -2
- package/es/tree-select/src/styles/index.cssr.js +2 -2
- package/es/typography/src/styles/a.cssr.js +2 -2
- package/es/typography/src/styles/blockquote.cssr.js +2 -2
- package/es/typography/src/styles/header.cssr.js +2 -2
- package/es/typography/src/styles/hr.cssr.js +2 -2
- package/es/typography/src/styles/list.cssr.js +2 -2
- package/es/typography/src/styles/p.cssr.js +2 -2
- package/es/typography/src/styles/text.cssr.js +2 -2
- package/es/upload/index.d.ts +1 -1
- package/es/upload/src/Upload.d.ts +77 -1
- package/es/upload/src/Upload.js +28 -11
- package/es/upload/src/UploadFile.d.ts +2 -0
- package/es/upload/src/UploadFile.js +9 -10
- package/es/upload/src/interface.d.ts +7 -3
- package/es/upload/src/utils.d.ts +2 -2
- package/es/upload/src/utils.js +2 -1
- package/es/version.d.ts +1 -1
- package/es/version.js +1 -1
- package/lib/_internal/clear/src/styles/index.cssr.js +2 -5
- package/lib/_internal/close/src/styles/index.cssr.js +2 -4
- package/lib/_internal/icon/src/styles/index.cssr.js +0 -2
- package/lib/_internal/index.d.ts +1 -0
- package/lib/_internal/loading/index.d.ts +1 -0
- package/lib/_internal/loading/src/Loading.d.ts +26 -14
- package/lib/_internal/loading/src/Loading.js +17 -20
- package/lib/_internal/loading/src/styles/index.cssr.js +0 -3
- package/lib/_internal/menu-mask/src/styles/index.cssr.js +0 -3
- package/lib/_internal/scrollbar/src/styles/index.cssr.js +2 -5
- package/lib/_internal/scrollbar/src/styles/rtl.cssr.js +0 -2
- package/lib/_internal/select-menu/src/styles/index.cssr.js +2 -5
- package/lib/_internal/selection/src/Selection.js +5 -5
- package/lib/_internal/selection/src/styles/index.cssr.js +2 -4
- package/lib/_internal/slot-machine/src/styles/index.cssr.js +4 -7
- package/lib/_internal/wave/src/styles/index.cssr.js +0 -2
- package/lib/_styles/global/index.cssr.js +2 -6
- package/lib/_styles/transitions/fade-down.cssr.js +0 -6
- package/lib/_styles/transitions/fade-in-height-expand.cssr.js +0 -6
- package/lib/_styles/transitions/fade-in-scale-up.cssr.js +0 -6
- package/lib/_styles/transitions/fade-in-width-expand.cssr.js +0 -6
- package/lib/_styles/transitions/fade-in.cssr.js +0 -6
- package/lib/_styles/transitions/fade-up-width-expand.cssr.js +0 -6
- package/lib/_styles/transitions/icon-switch.cssr.js +0 -6
- package/lib/affix/src/styles/index.cssr.js +0 -2
- package/lib/alert/src/styles/index.cssr.js +2 -5
- package/lib/alert/src/styles/rtl.cssr.js +0 -2
- package/lib/anchor/src/styles/index.cssr.js +2 -4
- package/lib/auto-complete/src/styles/index.cssr.js +2 -5
- package/lib/avatar/src/Avatar.d.ts +4 -1
- package/lib/avatar/src/Avatar.js +12 -13
- package/lib/avatar/src/styles/index.cssr.js +2 -4
- package/lib/avatar-group/index.d.ts +1 -1
- package/lib/avatar-group/src/AvatarGroup.d.ts +7 -7
- package/lib/avatar-group/src/styles/avatar-group-rtl.cssr.js +2 -4
- package/lib/avatar-group/src/styles/avatar-group.cssr.js +2 -4
- package/lib/back-top/src/styles/index.cssr.js +2 -5
- package/lib/badge/src/styles/index.cssr.js +2 -5
- package/lib/badge/src/styles/rtl.cssr.js +0 -2
- package/lib/breadcrumb/src/styles/index.cssr.js +2 -4
- package/lib/button/src/Button.d.ts +4 -1
- package/lib/button/src/Button.js +3 -3
- package/lib/button/src/styles/index.cssr.js +2 -7
- package/lib/button/src/styles/rtl.cssr.js +0 -2
- package/lib/button-group/src/styles/index.cssr.js +0 -5
- package/lib/button-group/src/styles/rtl.cssr.js +0 -4
- package/lib/calendar/src/styles/index.cssr.js +2 -4
- package/lib/card/src/styles/index.cssr.js +4 -5
- package/lib/card/src/styles/rtl.cssr.js +0 -2
- package/lib/carousel/src/styles/index.cssr.js +2 -4
- package/lib/cascader/src/Cascader.d.ts +8 -0
- package/lib/cascader/src/Cascader.js +41 -2
- package/lib/cascader/src/CascaderOption.d.ts +1 -1
- package/lib/cascader/src/CascaderOption.js +1 -7
- package/lib/cascader/src/CascaderSelectMenu.d.ts +3 -0
- package/lib/cascader/src/CascaderSelectMenu.js +8 -4
- package/lib/cascader/src/interface.d.ts +11 -1
- package/lib/cascader/src/styles/index.cssr.js +2 -5
- package/lib/checkbox/src/styles/index.cssr.js +8 -8
- package/lib/checkbox/src/styles/rtl.cssr.js +0 -2
- package/lib/code/src/Code.d.ts +1 -1
- package/lib/code/src/styles/index.cssr.js +2 -4
- package/lib/collapse/src/styles/index.cssr.js +2 -5
- package/lib/collapse/src/styles/rtl.cssr.js +0 -2
- package/lib/collapse-transition/src/styles/index.cssr.js +0 -3
- package/lib/collapse-transition/src/styles/rtl.cssr.js +0 -2
- package/lib/color-picker/src/ColorPicker.d.ts +5 -5
- package/lib/color-picker/src/ColorPicker.js +7 -1
- package/lib/color-picker/src/styles/index.cssr.js +2 -5
- package/lib/color-picker/src/utils.d.ts +1 -1
- package/lib/components.d.ts +1 -0
- package/lib/components.js +1 -0
- package/lib/config-provider/src/ConfigProvider.d.ts +6 -0
- package/lib/config-provider/src/ConfigProvider.js +7 -0
- package/lib/config-provider/src/internal-interface.d.ts +4 -0
- package/lib/data-table/src/DataTable.d.ts +11 -0
- package/lib/data-table/src/DataTable.js +6 -2
- package/lib/data-table/src/TableParts/Body.d.ts +1 -0
- package/lib/data-table/src/TableParts/Body.js +13 -5
- package/lib/data-table/src/TableParts/Header.js +7 -5
- package/lib/data-table/src/interface.d.ts +10 -2
- package/lib/data-table/src/interface.js +1 -1
- package/lib/data-table/src/styles/index.cssr.js +21 -13
- package/lib/date-picker/src/DatePicker.js +5 -0
- package/lib/date-picker/src/panel/panelHeader.d.ts +6 -6
- package/lib/date-picker/src/styles/index.cssr.js +2 -5
- package/lib/descriptions/src/styles/index.cssr.js +2 -4
- package/lib/dialog/src/DialogEnvironment.d.ts +3 -0
- package/lib/dialog/src/DialogEnvironment.js +2 -2
- package/lib/dialog/src/DialogProvider.d.ts +3 -0
- package/lib/dialog/src/styles/index.cssr.js +2 -4
- package/lib/divider/src/styles/index.cssr.js +2 -4
- package/lib/drawer/src/styles/index.cssr.js +2 -9
- package/lib/drawer/src/styles/rtl.cssr.js +0 -2
- package/lib/dropdown/src/styles/index.cssr.js +2 -5
- package/lib/dynamic-input/src/styles/index.cssr.js +2 -4
- package/lib/dynamic-input/src/styles/rtl.cssr.js +0 -2
- package/lib/dynamic-tags/src/styles/index.cssr.js +2 -4
- package/lib/ellipsis/src/styles/index.cssr.js +0 -2
- package/lib/empty/src/styles/index.cssr.js +2 -4
- package/lib/equation/index.d.ts +1 -0
- package/lib/equation/index.js +6 -0
- package/lib/equation/src/Equation.d.ts +18 -0
- package/lib/equation/src/Equation.js +32 -0
- package/lib/equation/styles/dark.d.ts +3 -0
- package/lib/equation/styles/dark.js +10 -0
- package/lib/equation/styles/index.d.ts +3 -0
- package/lib/equation/styles/index.js +10 -0
- package/lib/equation/styles/light.d.ts +6 -0
- package/lib/equation/styles/light.js +12 -0
- package/lib/form/src/FormItem.d.ts +3 -2
- package/lib/form/src/FormItem.js +24 -7
- package/lib/form/src/styles/form-item.cssr.js +5 -6
- package/lib/form/src/styles/form.cssr.js +0 -2
- package/lib/gradient-text/src/styles/index.cssr.js +2 -4
- package/lib/icon/src/styles/index.cssr.js +2 -4
- package/lib/icon-wrapper/src/styles/index.cssr.js +2 -4
- package/lib/image/src/Image.d.ts +4 -1
- package/lib/image/src/Image.js +11 -5
- package/lib/image/src/ImagePreview.d.ts +3 -2
- package/lib/image/src/ImagePreview.js +39 -6
- package/lib/image/src/interface.d.ts +5 -0
- package/lib/image/src/interface.js +3 -1
- package/lib/image/src/styles/index.cssr.js +2 -6
- package/lib/input/src/Input.d.ts +3 -0
- package/lib/input/src/Input.js +25 -6
- package/lib/input/src/WordCount.js +2 -2
- package/lib/input/src/interface.d.ts +1 -0
- package/lib/input/src/styles/input-group-label.cssr.js +2 -4
- package/lib/input/src/styles/input-group.cssr.js +0 -2
- package/lib/input/src/styles/input.cssr.js +11 -9
- package/lib/input/src/styles/rtl.cssr.js +0 -2
- package/lib/input-number/src/styles/input-number.cssr.js +0 -2
- package/lib/input-number/src/styles/rtl.cssr.js +0 -2
- package/lib/layout/src/styles/layout-footer.cssr.js +2 -4
- package/lib/layout/src/styles/layout-header.cssr.js +2 -4
- package/lib/layout/src/styles/layout-sider.cssr.js +2 -4
- package/lib/layout/src/styles/layout.cssr.js +2 -4
- package/lib/legacy-grid/src/styles/index.cssr.js +0 -2
- package/lib/legacy-grid/src/styles/rtl.cssr.js +0 -2
- package/lib/legacy-transfer/src/styles/index.cssr.js +0 -3
- package/lib/list/src/styles/index.cssr.js +2 -4
- package/lib/list/src/styles/rtl.cssr.js +0 -2
- package/lib/loading-bar/src/styles/index.cssr.js +2 -5
- package/lib/locales/common/arDZ.d.ts +3 -0
- package/lib/locales/common/arDZ.js +122 -0
- package/lib/locales/common/deDE.js +2 -1
- package/lib/locales/common/enGB.js +2 -1
- package/lib/locales/common/enUS.d.ts +1 -0
- package/lib/locales/common/enUS.js +2 -1
- package/lib/locales/common/eo.js +2 -1
- package/lib/locales/common/esAR.js +2 -1
- package/lib/locales/common/frFR.js +2 -1
- package/lib/locales/common/idID.js +2 -1
- package/lib/locales/common/itIT.js +2 -1
- package/lib/locales/common/jaJP.js +2 -1
- package/lib/locales/common/koKR.js +2 -1
- package/lib/locales/common/nbNO.js +2 -1
- package/lib/locales/common/nlNL.js +2 -1
- package/lib/locales/common/plPL.js +2 -1
- package/lib/locales/common/ptBR.js +2 -1
- package/lib/locales/common/ruRU.js +2 -1
- package/lib/locales/common/skSK.js +2 -1
- package/lib/locales/common/thTH.js +2 -1
- package/lib/locales/common/trTR.d.ts +3 -0
- package/lib/locales/common/trTR.js +123 -0
- package/lib/locales/common/ukUA.js +2 -1
- package/lib/locales/common/viVN.js +2 -1
- package/lib/locales/common/zhCN.js +2 -1
- package/lib/locales/common/zhTW.js +2 -1
- package/lib/locales/date/arDZ.d.ts +3 -0
- package/lib/locales/date/arDZ.js +11 -0
- package/lib/locales/date/trTR.d.ts +3 -0
- package/lib/locales/date/trTR.js +11 -0
- package/lib/locales/index.d.ts +4 -0
- package/lib/locales/index.js +9 -1
- package/lib/log/src/styles/index.cssr.js +2 -5
- package/lib/mention/src/Mention.d.ts +6 -0
- package/lib/mention/src/Mention.js +6 -1
- package/lib/mention/src/styles/index.cssr.js +2 -5
- package/lib/menu/src/styles/index.cssr.js +2 -6
- package/lib/message/src/styles/index.cssr.js +2 -6
- package/lib/message/src/styles/rtl.cssr.js +0 -2
- package/lib/modal/src/BodyWrapper.d.ts +1 -1
- package/lib/modal/src/styles/index.cssr.js +2 -6
- package/lib/notification/src/styles/index.cssr.js +2 -5
- package/lib/notification/src/styles/rtl.cssr.js +0 -2
- package/lib/page-header/src/styles/index.cssr.js +2 -4
- package/lib/page-header/src/styles/rtl.cssr.js +0 -2
- package/lib/pagination/src/Pagination.js +1 -1
- package/lib/pagination/src/styles/index.cssr.js +2 -4
- package/lib/pagination/src/styles/rtl.cssr.js +0 -2
- package/lib/popconfirm/src/styles/index.cssr.js +2 -4
- package/lib/popover/src/styles/index.cssr.js +5 -8
- package/lib/popselect/src/styles/index.cssr.js +2 -4
- package/lib/progress/src/styles/index.cssr.js +2 -4
- package/lib/radio/src/styles/radio-group.cssr.js +2 -4
- package/lib/radio/src/styles/radio.cssr.js +2 -4
- package/lib/radio/src/styles/rtl.cssr.js +0 -2
- package/lib/rate/src/styles/index.cssr.js +2 -4
- package/lib/result/src/styles/index.cssr.js +2 -4
- package/lib/select/src/Select.js +1 -0
- package/lib/select/src/styles/index.cssr.js +2 -5
- package/lib/skeleton/src/styles/index.cssr.js +2 -4
- package/lib/slider/src/styles/index.cssr.js +2 -5
- package/lib/space/src/styles/rtl.cssr.js +0 -2
- package/lib/spin/src/styles/index.cssr.js +2 -5
- package/lib/statistic/src/styles/index.cssr.js +2 -4
- package/lib/statistic/src/styles/rtl.cssr.js +0 -2
- package/lib/steps/src/styles/index.cssr.js +2 -5
- package/lib/steps/src/styles/rtl.cssr.js +0 -2
- package/lib/switch/src/styles/index.cssr.js +2 -5
- package/lib/table/src/styles/index.cssr.js +2 -4
- package/lib/table/src/styles/rtl.cssr.js +0 -2
- package/lib/tabs/src/Tabs.d.ts +7 -7
- package/lib/tabs/src/styles/index.cssr.js +2 -4
- package/lib/tag/src/styles/index.cssr.js +2 -4
- package/lib/tag/src/styles/rtl.cssr.js +0 -2
- package/lib/themes/dark.js +100 -98
- package/lib/themes/light.js +100 -98
- package/lib/thing/src/styles/index.cssr.js +2 -4
- package/lib/thing/src/styles/rtl.cssr.js +0 -2
- package/lib/time-picker/src/styles/index.cssr.js +2 -5
- package/lib/timeline/src/styles/index.cssr.js +6 -5
- package/lib/transfer/src/Transfer.d.ts +13 -0
- package/lib/transfer/src/Transfer.js +6 -2
- package/lib/transfer/src/TransferListItem.d.ts +2 -1
- package/lib/transfer/src/TransferListItem.js +5 -4
- package/lib/transfer/src/interface.d.ts +1 -0
- package/lib/transfer/src/styles/index.cssr.js +2 -4
- package/lib/transfer/src/use-transfer-data.d.ts +1 -0
- package/lib/transfer/src/use-transfer-data.js +13 -4
- package/lib/tree/src/Tree.d.ts +60 -30
- package/lib/tree/src/Tree.js +69 -23
- package/lib/tree/src/TreeNode.d.ts +1 -1
- package/lib/tree/src/TreeNode.js +1 -1
- package/lib/tree/src/TreeNodeSwitcher.d.ts +3 -0
- package/lib/tree/src/TreeNodeSwitcher.js +7 -5
- package/lib/tree/src/interface.d.ts +12 -1
- package/lib/tree/src/styles/index.cssr.js +3 -6
- package/lib/tree/src/styles/rtl.cssr.js +0 -2
- package/lib/tree/src/utils.d.ts +6 -0
- package/lib/tree/src/utils.js +6 -1
- package/lib/tree-select/index.d.ts +1 -1
- package/lib/tree-select/src/TreeSelect.d.ts +38 -19
- package/lib/tree-select/src/TreeSelect.js +75 -48
- package/lib/tree-select/src/interface.d.ts +33 -2
- package/lib/tree-select/src/styles/index.cssr.js +2 -5
- package/lib/typography/src/styles/a.cssr.js +2 -4
- package/lib/typography/src/styles/blockquote.cssr.js +2 -4
- package/lib/typography/src/styles/header.cssr.js +2 -4
- package/lib/typography/src/styles/hr.cssr.js +2 -4
- package/lib/typography/src/styles/list.cssr.js +2 -4
- package/lib/typography/src/styles/p.cssr.js +2 -4
- package/lib/typography/src/styles/text.cssr.js +2 -4
- package/lib/upload/index.d.ts +1 -1
- package/lib/upload/src/Upload.d.ts +77 -1
- package/lib/upload/src/Upload.js +27 -10
- package/lib/upload/src/UploadFile.d.ts +2 -0
- package/lib/upload/src/UploadFile.js +8 -9
- package/lib/upload/src/interface.d.ts +7 -3
- package/lib/upload/src/styles/index.cssr.js +0 -4
- package/lib/upload/src/utils.d.ts +2 -2
- package/lib/upload/src/utils.js +2 -1
- package/lib/version.d.ts +1 -1
- package/lib/version.js +1 -1
- package/lib/watermark/src/styles/index.cssr.js +0 -2
- package/package.json +13 -10
- package/volar.d.ts +1 -0
- package/web-types.json +236 -57
|
@@ -3,13 +3,11 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
|
|
7
|
-
|
|
6
|
+
const cssr_1 = require("../../../_utils/cssr");
|
|
7
|
+
// vars:
|
|
8
8
|
// --n-color-start
|
|
9
9
|
// --n-color-end
|
|
10
10
|
// --n-bezier
|
|
11
|
-
|
|
12
|
-
|
|
13
11
|
exports.default = (0, cssr_1.c)([(0, cssr_1.cB)('skeleton', `
|
|
14
12
|
height: 1em;
|
|
15
13
|
width: 100%;
|
|
@@ -3,10 +3,9 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
|
|
7
6
|
const cssr_1 = require("../../../_utils/cssr");
|
|
8
|
-
|
|
9
|
-
|
|
7
|
+
const fade_in_scale_up_cssr_1 = require("../../../_styles/transitions/fade-in-scale-up.cssr");
|
|
8
|
+
// vars:
|
|
10
9
|
// --n-bezier
|
|
11
10
|
// --n-dot-border
|
|
12
11
|
// --n-dot-border-active
|
|
@@ -35,8 +34,6 @@ const fade_in_scale_up_cssr_1 = require("../../../_styles/transitions/fade-in-sc
|
|
|
35
34
|
// --n-rail-height
|
|
36
35
|
// --n-rail-width-vertical
|
|
37
36
|
// --n-mark-font-size
|
|
38
|
-
|
|
39
|
-
|
|
40
37
|
exports.default = (0, cssr_1.c)([(0, cssr_1.cB)('slider', `
|
|
41
38
|
display: block;
|
|
42
39
|
padding: calc((var(--n-handle-size) - var(--n-rail-height)) / 2) 0;
|
|
@@ -3,18 +3,15 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
|
|
7
6
|
const cssr_1 = require("../../../_utils/cssr");
|
|
8
|
-
|
|
9
|
-
|
|
7
|
+
const fade_in_cssr_1 = require("../../../_styles/transitions/fade-in.cssr");
|
|
8
|
+
// vars:
|
|
10
9
|
// --n-bezier
|
|
11
10
|
// --n-opacity-spinning
|
|
12
11
|
// --n-size
|
|
13
12
|
// --n-color
|
|
14
13
|
// --n-text-color
|
|
15
14
|
// --n-font-size
|
|
16
|
-
|
|
17
|
-
|
|
18
15
|
exports.default = (0, cssr_1.c)([(0, cssr_1.c)('@keyframes spin-rotate', `
|
|
19
16
|
from {
|
|
20
17
|
transform: rotate(0);
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
|
|
7
|
-
|
|
6
|
+
const cssr_1 = require("../../../_utils/cssr");
|
|
7
|
+
// vars:
|
|
8
8
|
// --n-bezier
|
|
9
9
|
// --n-label-font-size
|
|
10
10
|
// --n-label-font-weight
|
|
@@ -14,8 +14,6 @@ const cssr_1 = require("../../../_utils/cssr"); // vars:
|
|
|
14
14
|
// --n-value-prefix-text-color
|
|
15
15
|
// --n-value-suffix-text-color
|
|
16
16
|
// --n-value-text-color
|
|
17
|
-
|
|
18
|
-
|
|
19
17
|
exports.default = (0, cssr_1.cB)('statistic', [(0, cssr_1.cE)('label', `
|
|
20
18
|
font-weight: var(--n-label-font-weight);
|
|
21
19
|
transition: .3s color var(--n-bezier);
|
|
@@ -3,10 +3,9 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
|
|
7
6
|
const cssr_1 = require("../../../_utils/cssr");
|
|
8
|
-
|
|
9
|
-
|
|
7
|
+
const icon_switch_cssr_1 = require("../../../_styles/transitions/icon-switch.cssr");
|
|
8
|
+
// vars:
|
|
10
9
|
// --n-bezier
|
|
11
10
|
// --n-description-text-color
|
|
12
11
|
// --n-header-text-color
|
|
@@ -19,8 +18,6 @@ const icon_switch_cssr_1 = require("../../../_styles/transitions/icon-switch.css
|
|
|
19
18
|
// --n-splitor-color
|
|
20
19
|
// --n-step-header-font-size
|
|
21
20
|
// --n-step-header-font-weight
|
|
22
|
-
|
|
23
|
-
|
|
24
21
|
exports.default = (0, cssr_1.cB)('steps', `
|
|
25
22
|
width: 100%;
|
|
26
23
|
display: flex;
|
|
@@ -3,10 +3,9 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
|
|
7
6
|
const icon_switch_cssr_1 = require("../../../_styles/transitions/icon-switch.cssr");
|
|
8
|
-
|
|
9
|
-
|
|
7
|
+
const cssr_1 = require("../../../_utils/cssr");
|
|
8
|
+
// vars:
|
|
10
9
|
// --n-bezier
|
|
11
10
|
// --n-button-border-radius
|
|
12
11
|
// --n-button-box-shadow
|
|
@@ -25,8 +24,6 @@ const cssr_1 = require("../../../_utils/cssr"); // vars:
|
|
|
25
24
|
// --n-loading-color
|
|
26
25
|
// --n-text-color
|
|
27
26
|
// --n-icon-color
|
|
28
|
-
|
|
29
|
-
|
|
30
27
|
exports.default = (0, cssr_1.cB)('switch', `
|
|
31
28
|
height: var(--n-height);
|
|
32
29
|
min-width: var(--n-width);
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
|
|
7
|
-
|
|
6
|
+
const cssr_1 = require("../../../_utils/cssr");
|
|
7
|
+
// vars:
|
|
8
8
|
// --n-bezier
|
|
9
9
|
// --n-td-color
|
|
10
10
|
// --n-td-color-modal
|
|
@@ -23,8 +23,6 @@ const cssr_1 = require("../../../_utils/cssr"); // vars:
|
|
|
23
23
|
// --n-line-height
|
|
24
24
|
// --n-td-padding
|
|
25
25
|
// --n-th-padding
|
|
26
|
-
|
|
27
|
-
|
|
28
26
|
exports.default = (0, cssr_1.c)([(0, cssr_1.cB)('table', `
|
|
29
27
|
font-size: var(--n-font-size);
|
|
30
28
|
font-variant-numeric: tabular-nums;
|
package/lib/tabs/src/Tabs.d.ts
CHANGED
|
@@ -486,7 +486,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
486
486
|
tabsPaneWrapperRef: import("vue").Ref<HTMLElement | null>;
|
|
487
487
|
tabsElRef: import("vue").Ref<HTMLElement | null>;
|
|
488
488
|
barElRef: import("vue").Ref<HTMLElement | null>;
|
|
489
|
-
addTabInstRef: import("vue").Ref<ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}
|
|
489
|
+
addTabInstRef: import("vue").Ref<ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null>;
|
|
490
490
|
xScrollInstRef: import("vue").Ref<(VXScrollInst & {
|
|
491
491
|
$: import("vue").ComponentInternalInstance;
|
|
492
492
|
$data: {};
|
|
@@ -500,11 +500,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
500
500
|
$slots: Readonly<{
|
|
501
501
|
[name: string]: import("vue").Slot | undefined;
|
|
502
502
|
}>;
|
|
503
|
-
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}
|
|
504
|
-
$parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}
|
|
503
|
+
$root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
504
|
+
$parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
505
505
|
$emit: (event: string, ...args: any[]) => void;
|
|
506
506
|
$el: any;
|
|
507
|
-
$options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}> & {
|
|
507
|
+
$options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string> & {
|
|
508
508
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
509
509
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
510
510
|
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -519,12 +519,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
519
519
|
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
520
520
|
renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
521
521
|
renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
522
|
-
errorCaptured?: (((err: unknown, instance: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}
|
|
522
|
+
errorCaptured?: (((err: unknown, instance: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
|
|
523
523
|
};
|
|
524
524
|
$forceUpdate: () => void;
|
|
525
525
|
$nextTick: typeof nextTick;
|
|
526
|
-
$watch
|
|
527
|
-
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties) | null>;
|
|
526
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
|
|
527
|
+
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {}) | null>;
|
|
528
528
|
scrollWrapperElRef: import("vue").Ref<HTMLElement | null>;
|
|
529
529
|
addTabFixed: import("vue").Ref<boolean>;
|
|
530
530
|
tabWrapperStyle: import("vue").ComputedRef<{
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
|
|
7
|
-
|
|
6
|
+
const cssr_1 = require("../../../_utils/cssr");
|
|
7
|
+
// vars:
|
|
8
8
|
// --n-bezier
|
|
9
9
|
// --n-close-size
|
|
10
10
|
// --n-close-color-hover
|
|
@@ -31,8 +31,6 @@ const cssr_1 = require("../../../_utils/cssr"); // vars:
|
|
|
31
31
|
// --n-color-segment
|
|
32
32
|
// --n-font-weight-strong
|
|
33
33
|
// --n-tab-color-segment
|
|
34
|
-
|
|
35
|
-
|
|
36
34
|
exports.default = (0, cssr_1.cB)('tabs', `
|
|
37
35
|
box-sizing: border-box;
|
|
38
36
|
width: 100%;
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
|
|
7
|
-
|
|
6
|
+
const cssr_1 = require("../../../_utils/cssr");
|
|
7
|
+
// vars:
|
|
8
8
|
// --n-bezier
|
|
9
9
|
// --n-border-radius
|
|
10
10
|
// --n-border
|
|
@@ -30,8 +30,6 @@ const cssr_1 = require("../../../_utils/cssr"); // vars:
|
|
|
30
30
|
// --n-text-color-hover-checkable
|
|
31
31
|
// --n-text-color-pressed-checkable
|
|
32
32
|
// --n-font-weight-strong
|
|
33
|
-
|
|
34
|
-
|
|
35
33
|
exports.default = (0, cssr_1.cB)('tag', `
|
|
36
34
|
white-space: nowrap;
|
|
37
35
|
position: relative;
|
package/lib/themes/dark.js
CHANGED
|
@@ -33,55 +33,56 @@ const styles_28 = require("../dynamic-tags/styles");
|
|
|
33
33
|
const styles_29 = require("../element/styles");
|
|
34
34
|
const styles_30 = require("../ellipsis/styles");
|
|
35
35
|
const styles_31 = require("../empty/styles");
|
|
36
|
-
const styles_32 = require("../
|
|
37
|
-
const styles_33 = require("../
|
|
38
|
-
const styles_34 = require("../
|
|
39
|
-
const styles_35 = require("../icon
|
|
40
|
-
const styles_36 = require("../
|
|
41
|
-
const styles_37 = require("../
|
|
42
|
-
const styles_38 = require("../input
|
|
43
|
-
const styles_39 = require("../
|
|
44
|
-
const styles_40 = require("../
|
|
45
|
-
const styles_41 = require("../
|
|
46
|
-
const styles_42 = require("../
|
|
47
|
-
const styles_43 = require("../
|
|
48
|
-
const styles_44 = require("../
|
|
49
|
-
const styles_45 = require("../
|
|
50
|
-
const styles_46 = require("../
|
|
51
|
-
const styles_47 = require("../
|
|
52
|
-
const styles_48 = require("../
|
|
53
|
-
const styles_49 = require("../
|
|
54
|
-
const styles_50 = require("../
|
|
55
|
-
const styles_51 = require("../
|
|
56
|
-
const styles_52 = require("../
|
|
57
|
-
const styles_53 = require("../
|
|
58
|
-
const styles_54 = require("../
|
|
59
|
-
const styles_55 = require("../
|
|
60
|
-
const styles_56 = require("../
|
|
61
|
-
const styles_57 = require("../
|
|
62
|
-
const styles_58 = require("../
|
|
63
|
-
const styles_59 = require("../
|
|
64
|
-
const styles_60 = require("../
|
|
65
|
-
const styles_61 = require("../
|
|
66
|
-
const styles_62 = require("../
|
|
67
|
-
const styles_63 = require("../
|
|
68
|
-
const styles_64 = require("../
|
|
69
|
-
const styles_65 = require("../
|
|
70
|
-
const styles_66 = require("../
|
|
71
|
-
const styles_67 = require("../
|
|
72
|
-
const styles_68 = require("../
|
|
73
|
-
const styles_69 = require("../
|
|
74
|
-
const styles_70 = require("../
|
|
75
|
-
const styles_71 = require("../
|
|
76
|
-
const styles_72 = require("../
|
|
77
|
-
const styles_73 = require("../
|
|
78
|
-
const styles_74 = require("../
|
|
79
|
-
const styles_75 = require("../
|
|
80
|
-
const styles_76 = require("../
|
|
81
|
-
const styles_77 = require("../
|
|
82
|
-
const styles_78 = require("../
|
|
83
|
-
const styles_79 = require("../
|
|
84
|
-
const styles_80 = require("../
|
|
36
|
+
const styles_32 = require("../equation/styles");
|
|
37
|
+
const styles_33 = require("../form/styles");
|
|
38
|
+
const styles_34 = require("../gradient-text/styles");
|
|
39
|
+
const styles_35 = require("../icon/styles");
|
|
40
|
+
const styles_36 = require("../icon-wrapper/styles");
|
|
41
|
+
const styles_37 = require("../image/styles");
|
|
42
|
+
const styles_38 = require("../input/styles");
|
|
43
|
+
const styles_39 = require("../input-number/styles");
|
|
44
|
+
const styles_40 = require("../layout/styles");
|
|
45
|
+
const styles_41 = require("../legacy-transfer/styles");
|
|
46
|
+
const styles_42 = require("../list/styles");
|
|
47
|
+
const styles_43 = require("../loading-bar/styles");
|
|
48
|
+
const styles_44 = require("../log/styles");
|
|
49
|
+
const styles_45 = require("../menu/styles");
|
|
50
|
+
const styles_46 = require("../mention/styles");
|
|
51
|
+
const styles_47 = require("../message/styles");
|
|
52
|
+
const styles_48 = require("../modal/styles");
|
|
53
|
+
const styles_49 = require("../notification/styles");
|
|
54
|
+
const styles_50 = require("../page-header/styles");
|
|
55
|
+
const styles_51 = require("../pagination/styles");
|
|
56
|
+
const styles_52 = require("../popconfirm/styles");
|
|
57
|
+
const styles_53 = require("../popover/styles");
|
|
58
|
+
const styles_54 = require("../popselect/styles");
|
|
59
|
+
const styles_55 = require("../progress/styles");
|
|
60
|
+
const styles_56 = require("../radio/styles");
|
|
61
|
+
const styles_57 = require("../rate/styles");
|
|
62
|
+
const styles_58 = require("../result/styles");
|
|
63
|
+
const styles_59 = require("../legacy-grid/styles");
|
|
64
|
+
const styles_60 = require("../_internal/scrollbar/styles");
|
|
65
|
+
const styles_61 = require("../select/styles");
|
|
66
|
+
const styles_62 = require("../skeleton/styles");
|
|
67
|
+
const styles_63 = require("../slider/styles");
|
|
68
|
+
const styles_64 = require("../space/styles");
|
|
69
|
+
const styles_65 = require("../spin/styles");
|
|
70
|
+
const styles_66 = require("../statistic/styles");
|
|
71
|
+
const styles_67 = require("../steps/styles");
|
|
72
|
+
const styles_68 = require("../switch/styles");
|
|
73
|
+
const styles_69 = require("../table/styles");
|
|
74
|
+
const styles_70 = require("../tabs/styles");
|
|
75
|
+
const styles_71 = require("../tag/styles");
|
|
76
|
+
const styles_72 = require("../thing/styles");
|
|
77
|
+
const styles_73 = require("../time-picker/styles");
|
|
78
|
+
const styles_74 = require("../timeline/styles");
|
|
79
|
+
const styles_75 = require("../tooltip/styles");
|
|
80
|
+
const styles_76 = require("../transfer/styles");
|
|
81
|
+
const styles_77 = require("../tree-select/styles");
|
|
82
|
+
const styles_78 = require("../typography/styles");
|
|
83
|
+
const styles_79 = require("../tree/styles");
|
|
84
|
+
const styles_80 = require("../upload/styles");
|
|
85
|
+
const styles_81 = require("../watermark/styles");
|
|
85
86
|
exports.darkTheme = {
|
|
86
87
|
name: 'dark',
|
|
87
88
|
common: common_1.commonDark,
|
|
@@ -116,53 +117,54 @@ exports.darkTheme = {
|
|
|
116
117
|
Element: styles_29.elementDark,
|
|
117
118
|
Empty: styles_31.emptyDark,
|
|
118
119
|
Ellipsis: styles_30.ellipsisDark,
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
120
|
+
Equation: styles_32.equationDark,
|
|
121
|
+
Form: styles_33.formDark,
|
|
122
|
+
GradientText: styles_34.gradientTextDark,
|
|
123
|
+
Icon: styles_35.iconDark,
|
|
124
|
+
IconWrapper: styles_36.iconWrapperDark,
|
|
125
|
+
Image: styles_37.imageDark,
|
|
126
|
+
Input: styles_38.inputDark,
|
|
127
|
+
InputNumber: styles_39.inputNumberDark,
|
|
128
|
+
LegacyTransfer: styles_41.legacyTransferDark,
|
|
129
|
+
Layout: styles_40.layoutDark,
|
|
130
|
+
List: styles_42.listDark,
|
|
131
|
+
LoadingBar: styles_43.loadingBarDark,
|
|
132
|
+
Log: styles_44.logDark,
|
|
133
|
+
Menu: styles_45.menuDark,
|
|
134
|
+
Mention: styles_46.mentionDark,
|
|
135
|
+
Message: styles_47.messageDark,
|
|
136
|
+
Modal: styles_48.modalDark,
|
|
137
|
+
Notification: styles_49.notificationDark,
|
|
138
|
+
PageHeader: styles_50.pageHeaderDark,
|
|
139
|
+
Pagination: styles_51.paginationDark,
|
|
140
|
+
Popconfirm: styles_52.popconfirmDark,
|
|
141
|
+
Popover: styles_53.popoverDark,
|
|
142
|
+
Popselect: styles_54.popselectDark,
|
|
143
|
+
Progress: styles_55.progressDark,
|
|
144
|
+
Radio: styles_56.radioDark,
|
|
145
|
+
Rate: styles_57.rateDark,
|
|
146
|
+
Result: styles_58.resultDark,
|
|
147
|
+
Row: styles_59.rowDark,
|
|
148
|
+
Scrollbar: styles_60.scrollbarDark,
|
|
149
|
+
Select: styles_61.selectDark,
|
|
150
|
+
Skeleton: styles_62.skeletonDark,
|
|
151
|
+
Slider: styles_63.sliderDark,
|
|
152
|
+
Space: styles_64.spaceDark,
|
|
153
|
+
Spin: styles_65.spinDark,
|
|
154
|
+
Statistic: styles_66.statisticDark,
|
|
155
|
+
Steps: styles_67.stepsDark,
|
|
156
|
+
Switch: styles_68.switchDark,
|
|
157
|
+
Table: styles_69.tableDark,
|
|
158
|
+
Tabs: styles_70.tabsDark,
|
|
159
|
+
Tag: styles_71.tagDark,
|
|
160
|
+
Thing: styles_72.thingDark,
|
|
161
|
+
TimePicker: styles_73.timePickerDark,
|
|
162
|
+
Timeline: styles_74.timelineDark,
|
|
163
|
+
Tooltip: styles_75.tooltipDark,
|
|
164
|
+
Transfer: styles_76.transferDark,
|
|
165
|
+
Tree: styles_79.treeDark,
|
|
166
|
+
TreeSelect: styles_77.treeSelectDark,
|
|
167
|
+
Typography: styles_78.typographyDark,
|
|
168
|
+
Upload: styles_80.uploadDark,
|
|
169
|
+
Watermark: styles_81.watermarkDark
|
|
168
170
|
};
|