naive-ui 2.24.6 → 2.25.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/es/_internal/clear/src/Clear.js +3 -2
- package/es/_internal/close/src/Close.js +1 -1
- package/es/_internal/icon/src/Icon.js +1 -1
- package/es/_internal/icons/ArrowUp.d.ts +2 -0
- package/es/_internal/icons/ArrowUp.js +9 -0
- package/es/_internal/icons/index.d.ts +1 -0
- package/es/_internal/icons/index.js +1 -0
- package/es/_internal/loading/src/Loading.js +1 -1
- package/es/_internal/menu-mask/src/MenuMask.js +1 -1
- package/es/_internal/scrollbar/src/ScrollBar.js +1 -1
- package/es/_internal/select-menu/src/SelectMenu.d.ts +11 -6
- package/es/_internal/select-menu/src/SelectMenu.js +49 -24
- package/es/_internal/selection/src/Selection.d.ts +42 -29
- package/es/_internal/selection/src/Selection.js +100 -93
- package/es/_internal/selection/src/interface.d.ts +2 -2
- package/es/_internal/selection/src/styles/index.cssr.js +16 -31
- package/es/_internal/selection/styles/dark.js +3 -3
- package/es/_internal/selection/styles/light.d.ts +6 -6
- package/es/_internal/selection/styles/light.js +3 -3
- package/es/_internal/slot-machine/src/SlotMachine.js +1 -1
- package/es/_internal/wave/src/Wave.js +1 -1
- package/es/_mixins/index.d.ts +1 -1
- package/es/_mixins/index.js +1 -1
- package/es/_mixins/use-config.js +1 -1
- package/es/_mixins/use-css-vars-class.d.ts +11 -2
- package/es/_mixins/use-css-vars-class.js +49 -18
- package/es/_mixins/use-form-item.d.ts +4 -0
- package/es/_mixins/use-form-item.js +7 -0
- package/es/_mixins/use-hljs.js +1 -1
- package/es/_mixins/use-locale.js +1 -1
- package/es/_mixins/use-style.js +1 -1
- package/es/_mixins/use-theme.d.ts +1 -1
- package/es/_mixins/use-theme.js +2 -2
- package/es/_utils/css/color-to-class.d.ts +1 -0
- package/es/_utils/css/color-to-class.js +3 -0
- package/es/_utils/css/format-length.d.ts +2 -2
- package/es/_utils/css/format-length.js +1 -2
- package/es/_utils/css/index.d.ts +2 -1
- package/es/_utils/css/index.js +2 -1
- package/es/_utils/cssr/index.d.ts +1 -2
- package/es/_utils/cssr/index.js +1 -14
- package/es/_utils/index.d.ts +2 -2
- package/es/_utils/index.js +2 -2
- package/es/_utils/vue/index.d.ts +1 -1
- package/es/_utils/vue/index.js +1 -1
- package/es/_utils/vue/resolve-slot.d.ts +8 -2
- package/es/_utils/vue/resolve-slot.js +17 -1
- package/es/affix/src/Affix.js +1 -1
- package/es/alert/src/Alert.js +1 -1
- package/es/anchor/src/AnchorAdapter.js +1 -1
- package/es/auto-complete/src/AutoComplete.d.ts +16 -1
- package/es/auto-complete/src/AutoComplete.js +9 -5
- package/es/avatar/src/Avatar.js +2 -2
- package/es/avatar/src/AvatarGroup.d.ts +0 -1
- package/es/avatar/src/AvatarGroup.js +2 -3
- package/es/avatar/src/context.d.ts +2 -0
- package/es/avatar/src/context.js +2 -0
- package/es/back-top/src/BackTop.js +1 -1
- package/es/badge/src/Badge.js +1 -1
- package/es/breadcrumb/src/Breadcrumb.js +1 -1
- package/es/button/src/Button.d.ts +4 -2
- package/es/button/src/Button.js +270 -245
- package/es/button/src/ButtonGroup.js +1 -1
- package/es/button/src/styles/button.cssr.js +1 -0
- package/es/button/styles/index.d.ts +1 -1
- package/es/button/styles/index.js +1 -1
- package/es/button/styles/rtl.d.ts +2 -5
- package/es/button/styles/rtl.js +1 -1
- package/es/calendar/src/Calendar.js +1 -1
- package/es/card/src/Card.d.ts +8 -2
- package/es/card/src/Card.js +44 -40
- package/es/card/styles/index.d.ts +1 -1
- package/es/card/styles/index.js +1 -1
- package/es/card/styles/rtl.d.ts +2 -5
- package/es/card/styles/rtl.js +1 -1
- package/es/carousel/src/Carousel.js +4 -1
- package/es/carousel/src/CarouselArrow.js +6 -9
- package/es/carousel/src/styles/index.cssr.js +59 -48
- package/es/carousel/styles/light.js +2 -2
- package/es/cascader/src/Cascader.d.ts +36 -34
- package/es/cascader/src/Cascader.js +6 -6
- package/es/cascader/src/CascaderMenu.d.ts +3 -3
- package/es/cascader/src/CascaderOption.d.ts +3 -3
- package/es/cascader/src/CascaderSelectMenu.d.ts +3 -3
- package/es/cascader/src/CascaderSubmenu.d.ts +3 -3
- package/es/cascader/styles/light.d.ts +3 -3
- package/es/checkbox/src/Checkbox.js +1 -1
- package/es/checkbox/src/styles/index.cssr.js +12 -12
- package/es/code/src/Code.js +1 -1
- package/es/collapse/src/Collapse.js +1 -1
- package/es/collapse-transition/src/CollapseTransition.js +1 -1
- package/es/color-picker/src/ColorInputUnit.js +1 -1
- package/es/color-picker/src/ColorPicker.d.ts +24 -17
- package/es/color-picker/src/ColorPicker.js +7 -4
- package/es/color-picker/src/ColorPickerTrigger.js +1 -1
- package/es/color-picker/src/context.d.ts +9 -0
- package/es/color-picker/src/context.js +2 -0
- package/es/color-picker/src/styles/index.cssr.js +1 -0
- package/es/components.d.ts +2 -1
- package/es/components.js +2 -1
- package/es/composables/use-theme-vars.js +1 -1
- package/es/config-provider/src/ConfigProvider.d.ts +15 -3
- package/es/config-provider/src/ConfigProvider.js +29 -3
- package/es/config-provider/src/context.d.ts +2 -0
- package/es/config-provider/src/context.js +2 -0
- package/es/config-provider/src/interface.d.ts +2 -1
- package/es/config-provider/src/internal-interface.d.ts +4 -0
- package/es/data-table/src/DataTable.d.ts +33 -33
- package/es/data-table/src/DataTable.js +1 -1
- package/es/data-table/src/HeaderButton/FilterButton.d.ts +6 -6
- package/es/data-table/src/HeaderButton/FilterMenu.d.ts +6 -6
- package/es/data-table/src/TableParts/Body.d.ts +6 -6
- package/es/data-table/src/TableParts/Cell.d.ts +12 -12
- package/es/data-table/src/TableParts/Header.d.ts +6 -6
- package/es/data-table/src/interface.d.ts +2 -2
- package/es/data-table/src/use-check.d.ts +2 -2
- package/es/data-table/src/use-group-header.d.ts +1 -1
- package/es/data-table/src/use-scroll.d.ts +1 -1
- package/es/data-table/src/use-scroll.js +3 -3
- package/es/data-table/src/use-sorter.d.ts +1 -1
- package/es/data-table/src/use-table-data.d.ts +1 -1
- package/es/data-table/src/utils.d.ts +2 -1
- package/es/data-table/src/utils.js +13 -3
- package/es/data-table/styles/light.d.ts +3 -3
- package/es/date-picker/src/DatePicker.d.ts +2 -1
- package/es/date-picker/src/DatePicker.js +6 -6
- package/es/descriptions/src/Descriptions.d.ts +1 -1
- package/es/descriptions/src/Descriptions.js +1 -1
- package/es/dialog/index.d.ts +3 -3
- package/es/dialog/index.js +2 -2
- package/es/dialog/src/Dialog.d.ts +27 -60
- package/es/dialog/src/Dialog.js +4 -31
- package/es/dialog/src/DialogEnvironment.d.ts +8 -9
- package/es/dialog/src/DialogEnvironment.js +3 -2
- package/es/dialog/src/DialogProvider.d.ts +3 -5
- package/es/dialog/src/DialogProvider.js +5 -6
- package/es/dialog/src/context.d.ts +3 -0
- package/es/dialog/src/context.js +3 -0
- package/es/dialog/src/dialogProps.d.ts +32 -0
- package/es/dialog/src/dialogProps.js +29 -0
- package/es/dialog/src/use-dialog.js +1 -1
- package/es/divider/src/Divider.js +1 -1
- package/es/drawer/index.d.ts +1 -0
- package/es/drawer/src/Drawer.js +1 -1
- package/es/dropdown/src/Dropdown.d.ts +17 -5
- package/es/dropdown/src/Dropdown.js +6 -5
- package/es/dropdown/src/DropdownGroup.js +1 -0
- package/es/dropdown/src/DropdownGroupHeader.js +1 -2
- package/es/dropdown/src/DropdownMenu.d.ts +0 -1
- package/es/dropdown/src/DropdownMenu.js +4 -4
- package/es/dropdown/src/DropdownOption.d.ts +3 -0
- package/es/dropdown/src/DropdownOption.js +4 -4
- package/es/dropdown/src/context.d.ts +6 -0
- package/es/dropdown/src/context.js +4 -0
- package/es/dropdown/src/interface.d.ts +1 -1
- package/es/dynamic-input/src/DynamicInput.d.ts +10 -1
- package/es/dynamic-input/src/DynamicInput.js +61 -18
- package/es/dynamic-tags/src/DynamicTags.d.ts +7 -16
- package/es/dynamic-tags/src/DynamicTags.js +14 -16
- package/es/element/src/Element.js +1 -1
- package/es/ellipsis/src/Ellipsis.js +1 -1
- package/es/empty/src/Empty.js +2 -2
- package/es/form/src/Form.d.ts +1 -1
- package/es/form/src/Form.js +2 -2
- package/es/form/src/FormItem.d.ts +1 -1
- package/es/form/src/FormItem.js +3 -2
- package/es/form/src/FormItemCol.d.ts +1 -1
- package/es/form/src/FormItemGridItem.d.ts +1 -1
- package/es/form/src/context.d.ts +3 -0
- package/es/form/src/context.js +3 -0
- package/es/form/src/interface.d.ts +4 -3
- package/es/form/src/interface.js +1 -3
- package/es/form/src/styles/form-item.cssr.js +6 -5
- package/es/form/src/utils.js +1 -1
- package/es/global-style/src/GlobalStyle.js +1 -1
- package/es/gradient-text/src/GradientText.js +1 -1
- package/es/grid/src/Grid.d.ts +0 -1
- package/es/grid/src/Grid.js +2 -3
- package/es/grid/src/GridItem.js +1 -1
- package/es/grid/src/config.d.ts +3 -0
- package/es/grid/src/config.js +3 -0
- package/es/icon/index.d.ts +1 -1
- package/es/icon/index.js +1 -1
- package/es/icon/src/Icon.d.ts +1 -2
- package/es/icon/src/Icon.js +2 -2
- package/es/icon-wrapper/index.d.ts +1 -0
- package/es/icon-wrapper/index.js +1 -0
- package/es/icon-wrapper/src/IconWrapper.d.ts +50 -0
- package/es/icon-wrapper/src/IconWrapper.js +50 -0
- package/es/icon-wrapper/src/styles/index.cssr.d.ts +2 -0
- package/es/icon-wrapper/src/styles/index.cssr.js +16 -0
- package/es/icon-wrapper/styles/dark.d.ts +3 -0
- package/es/icon-wrapper/styles/dark.js +8 -0
- package/es/icon-wrapper/styles/index.d.ts +3 -0
- package/es/icon-wrapper/styles/index.js +2 -0
- package/es/icon-wrapper/styles/light.d.ts +10 -0
- package/es/icon-wrapper/styles/light.js +14 -0
- package/es/image/src/Image.d.ts +1 -1
- package/es/image/src/ImagePreview.js +1 -1
- package/es/input/src/Input.d.ts +6 -1
- package/es/input/src/Input.js +21 -17
- package/es/input/src/InputGroup.js +1 -1
- package/es/input/src/InputGroupLabel.js +1 -1
- package/es/input/src/WordCount.js +9 -8
- package/es/input/src/styles/input.cssr.js +5 -5
- package/es/input-number/src/InputNumber.d.ts +2 -1
- package/es/input-number/src/InputNumber.js +23 -21
- package/es/layout/src/Layout.js +1 -1
- package/es/layout/src/LayoutFooter.js +1 -1
- package/es/layout/src/LayoutHeader.js +1 -1
- package/es/layout/src/LayoutSider.js +1 -1
- package/es/legacy-grid/src/Col.js +0 -3
- package/es/legacy-grid/src/Row.js +1 -1
- package/es/list/src/List.js +1 -1
- package/es/loading-bar/src/LoadingBar.js +2 -2
- package/es/loading-bar/src/LoadingBarProvider.d.ts +3 -8
- package/es/loading-bar/src/LoadingBarProvider.js +1 -3
- package/es/loading-bar/src/context.d.ts +7 -0
- package/es/loading-bar/src/context.js +3 -0
- package/es/loading-bar/src/use-loading-bar.js +1 -1
- package/es/locales/common/deDE.js +13 -15
- package/es/locales/common/enGB.d.ts +109 -0
- package/es/locales/common/enGB.js +109 -0
- package/es/locales/common/eo.d.ts +109 -0
- package/es/locales/common/eo.js +109 -0
- package/es/locales/common/jaJP.js +12 -14
- package/es/locales/common/plPL.d.ts +3 -0
- package/es/locales/common/plPL.js +109 -0
- package/es/locales/date/enGB.d.ts +3 -0
- package/es/locales/date/enGB.js +6 -0
- package/es/locales/date/eo.d.ts +3 -0
- package/es/locales/date/eo.js +6 -0
- package/es/locales/date/plPL.d.ts +3 -0
- package/es/locales/date/plPL.js +6 -0
- package/es/locales/index.d.ts +6 -0
- package/es/locales/index.js +6 -0
- package/es/log/index.d.ts +1 -1
- package/es/log/src/Log.d.ts +17 -12
- package/es/log/src/Log.js +10 -17
- package/es/log/src/LogLine.js +1 -1
- package/es/log/src/context.d.ts +2 -0
- package/es/log/src/context.js +2 -0
- package/es/log/src/styles/index.cssr.js +2 -3
- package/es/mention/src/Mention.d.ts +16 -1
- package/es/mention/src/Mention.js +7 -3
- package/es/menu/src/Menu.d.ts +3 -5
- package/es/menu/src/Menu.js +3 -3
- package/es/menu/src/MenuDivider.js +1 -1
- package/es/menu/src/MenuOption.d.ts +1 -2
- package/es/menu/src/MenuOption.js +1 -1
- package/es/menu/src/MenuOptionContent.js +1 -1
- package/es/menu/src/MenuOptionGroup.d.ts +1 -4
- package/es/menu/src/MenuOptionGroup.js +4 -5
- package/es/menu/src/Submenu.d.ts +1 -4
- package/es/menu/src/Submenu.js +3 -4
- package/es/menu/src/context.d.ts +4 -0
- package/es/menu/src/context.js +4 -0
- package/es/menu/src/use-menu-child.js +1 -3
- package/es/menu/src/useCheckDeprecated.d.ts +1 -1
- package/es/menu/src/utils.d.ts +1 -1
- package/es/menu/src/utils.js +5 -3
- package/es/message/src/Message.d.ts +2 -158
- package/es/message/src/Message.js +2 -2
- package/es/message/src/MessageProvider.d.ts +4 -9
- package/es/message/src/MessageProvider.js +2 -3
- package/es/message/src/context.d.ts +7 -0
- package/es/message/src/context.js +3 -0
- package/es/message/src/types.d.ts +1 -1
- package/es/message/src/use-message.js +1 -1
- package/es/modal/src/BodyWrapper.d.ts +5 -3
- package/es/modal/src/BodyWrapper.js +2 -2
- package/es/modal/src/Modal.d.ts +7 -4
- package/es/modal/src/Modal.js +2 -2
- package/es/modal/src/presetProps.d.ts +2 -1
- package/es/modal/src/presetProps.js +1 -1
- package/es/notification/index.d.ts +1 -1
- package/es/notification/src/Notification.d.ts +1 -2
- package/es/notification/src/Notification.js +3 -5
- package/es/notification/src/NotificationContainer.d.ts +1 -2
- package/es/notification/src/NotificationContainer.js +2 -2
- package/es/notification/src/NotificationEnvironment.d.ts +3 -4
- package/es/notification/src/NotificationEnvironment.js +3 -3
- package/es/notification/src/NotificationProvider.d.ts +10 -6
- package/es/notification/src/NotificationProvider.js +6 -6
- package/es/notification/src/context.d.ts +2 -0
- package/es/notification/src/context.js +2 -0
- package/es/page-header/src/PageHeader.js +1 -1
- package/es/pagination/src/Pagination.d.ts +33 -33
- package/es/pagination/src/Pagination.js +1 -1
- package/es/pagination/styles/light.d.ts +3 -3
- package/es/popconfirm/src/Popconfirm.d.ts +21 -8
- package/es/popconfirm/src/Popconfirm.js +1 -1
- package/es/popover/index.d.ts +1 -0
- package/es/popover/src/Popover.d.ts +21 -4
- package/es/popover/src/Popover.js +9 -2
- package/es/popover/src/PopoverBody.d.ts +4 -0
- package/es/popover/src/PopoverBody.js +13 -11
- package/es/popover/src/styles/index.cssr.js +2 -2
- package/es/popselect/src/Popselect.d.ts +31 -8
- package/es/popselect/src/Popselect.js +8 -6
- package/es/popselect/src/PopselectPanel.d.ts +2 -5
- package/es/popselect/src/PopselectPanel.js +4 -2
- package/es/progress/src/Circle.d.ts +19 -3
- package/es/progress/src/Circle.js +41 -22
- package/es/progress/src/Progress.d.ts +15 -6
- package/es/progress/src/Progress.js +44 -30
- package/es/progress/src/styles/index.cssr.js +1 -1
- package/es/radio/src/Radio.js +1 -1
- package/es/radio/src/RadioGroup.js +1 -1
- package/es/rate/src/Rate.js +1 -1
- package/es/result/src/Result.js +1 -1
- package/es/select/index.d.ts +2 -0
- package/es/select/src/Select.d.ts +71 -54
- package/es/select/src/Select.js +82 -47
- package/es/select/src/interface.d.ts +2 -0
- package/es/select/styles/light.d.ts +3 -3
- package/es/skeleton/src/Skeleton.js +1 -1
- package/es/slider/src/Slider.js +1 -1
- package/es/space/src/Space.js +1 -1
- package/es/spin/src/Spin.js +1 -1
- package/es/statistic/src/Statistic.js +1 -1
- package/es/steps/src/Steps.js +1 -1
- package/es/switch/src/Switch.js +1 -1
- package/es/table/src/Table.js +1 -1
- package/es/tabs/src/Tabs.d.ts +7 -4
- package/es/tabs/src/Tabs.js +12 -4
- package/es/tag/src/Tag.d.ts +3 -1
- package/es/tag/src/Tag.js +61 -41
- package/es/tag/src/styles/index.cssr.js +5 -17
- package/es/tag/styles/index.d.ts +1 -1
- package/es/tag/styles/index.js +1 -1
- package/es/tag/styles/rtl.d.ts +2 -5
- package/es/tag/styles/rtl.js +1 -1
- package/es/themes/dark.js +3 -0
- package/es/themes/light.js +3 -0
- package/es/themes/utils.d.ts +2 -1
- package/es/themes/utils.js +16 -4
- package/es/thing/src/Thing.js +1 -1
- package/es/time-picker/src/TimePicker.d.ts +7 -5
- package/es/time-picker/src/TimePicker.js +5 -5
- package/es/timeline/src/Timeline.js +1 -1
- package/es/tooltip/src/Tooltip.d.ts +20 -7
- package/es/tooltip/src/Tooltip.js +1 -1
- package/es/transfer/src/Transfer.d.ts +1 -1
- package/es/transfer/src/Transfer.js +1 -1
- package/es/tree/src/Tree.d.ts +6 -2
- package/es/tree/src/Tree.js +15 -8
- package/es/tree/src/TreeNode.d.ts +2 -0
- package/es/tree/src/TreeNode.js +37 -10
- package/es/tree/src/TreeNodeContent.d.ts +3 -1
- package/es/tree/src/TreeNodeContent.js +4 -3
- package/es/tree/src/interface.d.ts +5 -1
- package/es/tree/src/utils.js +1 -1
- package/es/tree-select/src/TreeSelect.d.ts +46 -44
- package/es/tree-select/src/TreeSelect.js +8 -5
- package/es/tree-select/styles/light.d.ts +3 -3
- package/es/typography/src/a.js +1 -1
- package/es/typography/src/blockquote.js +1 -1
- package/es/typography/src/create-header.js +1 -1
- package/es/typography/src/hr.js +1 -1
- package/es/typography/src/ol.js +1 -1
- package/es/typography/src/p.js +1 -1
- package/es/typography/src/text.js +1 -1
- package/es/typography/src/ul.js +1 -1
- package/es/upload/src/Upload.js +1 -1
- package/es/version.d.ts +1 -1
- package/es/version.js +1 -1
- package/lib/_internal/clear/src/Clear.js +3 -2
- package/lib/_internal/close/src/Close.js +1 -1
- package/lib/_internal/icon/src/Icon.js +1 -1
- package/lib/_internal/icons/ArrowUp.d.ts +2 -0
- package/lib/_internal/icons/ArrowUp.js +11 -0
- package/lib/_internal/icons/index.d.ts +1 -0
- package/lib/_internal/icons/index.js +3 -1
- package/lib/_internal/loading/src/Loading.js +1 -1
- package/lib/_internal/menu-mask/src/MenuMask.js +1 -1
- package/lib/_internal/scrollbar/src/ScrollBar.js +1 -1
- package/lib/_internal/select-menu/src/SelectMenu.d.ts +11 -6
- package/lib/_internal/select-menu/src/SelectMenu.js +47 -22
- package/lib/_internal/selection/src/Selection.d.ts +42 -29
- package/lib/_internal/selection/src/Selection.js +99 -92
- package/lib/_internal/selection/src/interface.d.ts +2 -2
- package/lib/_internal/selection/src/styles/index.cssr.js +15 -30
- package/lib/_internal/selection/styles/dark.js +3 -3
- package/lib/_internal/selection/styles/light.d.ts +6 -6
- package/lib/_internal/selection/styles/light.js +3 -3
- package/lib/_internal/slot-machine/src/SlotMachine.js +1 -1
- package/lib/_internal/wave/src/Wave.js +1 -1
- package/lib/_mixins/index.d.ts +1 -1
- package/lib/_mixins/index.js +3 -2
- package/lib/_mixins/use-config.js +2 -2
- package/lib/_mixins/use-css-vars-class.d.ts +11 -2
- package/lib/_mixins/use-css-vars-class.js +50 -22
- package/lib/_mixins/use-form-item.d.ts +4 -0
- package/lib/_mixins/use-form-item.js +7 -0
- package/lib/_mixins/use-hljs.js +2 -2
- package/lib/_mixins/use-locale.js +2 -2
- package/lib/_mixins/use-style.js +1 -1
- package/lib/_mixins/use-theme.d.ts +1 -1
- package/lib/_mixins/use-theme.js +3 -3
- package/lib/_utils/css/color-to-class.d.ts +1 -0
- package/lib/_utils/css/color-to-class.js +7 -0
- package/lib/_utils/css/format-length.d.ts +2 -2
- package/lib/_utils/css/format-length.js +2 -1
- package/lib/_utils/css/index.d.ts +2 -1
- package/lib/_utils/css/index.js +4 -5
- package/lib/_utils/cssr/index.d.ts +1 -2
- package/lib/_utils/cssr/index.js +1 -15
- package/lib/_utils/index.d.ts +2 -2
- package/lib/_utils/index.js +6 -1
- package/lib/_utils/vue/index.d.ts +1 -1
- package/lib/_utils/vue/index.js +4 -1
- package/lib/_utils/vue/resolve-slot.d.ts +8 -2
- package/lib/_utils/vue/resolve-slot.js +21 -2
- package/lib/affix/src/Affix.js +1 -1
- package/lib/alert/src/Alert.js +1 -1
- package/lib/anchor/src/AnchorAdapter.js +1 -1
- package/lib/auto-complete/src/AutoComplete.d.ts +16 -1
- package/lib/auto-complete/src/AutoComplete.js +9 -5
- package/lib/avatar/src/Avatar.js +3 -3
- package/lib/avatar/src/AvatarGroup.d.ts +0 -1
- package/lib/avatar/src/AvatarGroup.js +3 -5
- package/lib/avatar/src/context.d.ts +2 -0
- package/lib/avatar/src/context.js +5 -0
- package/lib/back-top/src/BackTop.js +1 -1
- package/lib/badge/src/Badge.js +1 -1
- package/lib/breadcrumb/src/Breadcrumb.js +1 -1
- package/lib/button/src/Button.d.ts +4 -2
- package/lib/button/src/Button.js +268 -243
- package/lib/button/src/ButtonGroup.js +1 -1
- package/lib/button/src/styles/button.cssr.js +1 -0
- package/lib/button/styles/index.d.ts +1 -1
- package/lib/button/styles/index.js +1 -1
- package/lib/button/styles/rtl.d.ts +2 -5
- package/lib/button/styles/rtl.js +2 -1
- package/lib/calendar/src/Calendar.js +1 -1
- package/lib/card/src/Card.d.ts +8 -2
- package/lib/card/src/Card.js +43 -39
- package/lib/card/styles/index.d.ts +1 -1
- package/lib/card/styles/index.js +1 -1
- package/lib/card/styles/rtl.d.ts +2 -5
- package/lib/card/styles/rtl.js +2 -1
- package/lib/carousel/src/Carousel.js +4 -1
- package/lib/carousel/src/CarouselArrow.js +5 -8
- package/lib/carousel/src/styles/index.cssr.js +59 -48
- package/lib/carousel/styles/light.js +2 -2
- package/lib/cascader/src/Cascader.d.ts +36 -34
- package/lib/cascader/src/Cascader.js +6 -6
- package/lib/cascader/src/CascaderMenu.d.ts +3 -3
- package/lib/cascader/src/CascaderOption.d.ts +3 -3
- package/lib/cascader/src/CascaderSelectMenu.d.ts +3 -3
- package/lib/cascader/src/CascaderSubmenu.d.ts +3 -3
- package/lib/cascader/styles/light.d.ts +3 -3
- package/lib/checkbox/src/Checkbox.js +1 -1
- package/lib/checkbox/src/styles/index.cssr.js +12 -12
- package/lib/code/src/Code.js +1 -1
- package/lib/collapse/src/Collapse.js +1 -1
- package/lib/collapse-transition/src/CollapseTransition.js +1 -1
- package/lib/color-picker/src/ColorInputUnit.js +2 -2
- package/lib/color-picker/src/ColorPicker.d.ts +24 -17
- package/lib/color-picker/src/ColorPicker.js +8 -5
- package/lib/color-picker/src/ColorPickerTrigger.js +2 -2
- package/lib/color-picker/src/context.d.ts +9 -0
- package/lib/color-picker/src/context.js +5 -0
- package/lib/color-picker/src/styles/index.cssr.js +1 -0
- package/lib/components.d.ts +2 -1
- package/lib/components.js +2 -1
- package/lib/composables/use-theme-vars.js +2 -2
- package/lib/config-provider/src/ConfigProvider.d.ts +15 -3
- package/lib/config-provider/src/ConfigProvider.js +31 -5
- package/lib/config-provider/src/context.d.ts +2 -0
- package/lib/config-provider/src/context.js +5 -0
- package/lib/config-provider/src/interface.d.ts +2 -1
- package/lib/config-provider/src/internal-interface.d.ts +4 -0
- package/lib/data-table/src/DataTable.d.ts +33 -33
- package/lib/data-table/src/DataTable.js +1 -1
- package/lib/data-table/src/HeaderButton/FilterButton.d.ts +6 -6
- package/lib/data-table/src/HeaderButton/FilterMenu.d.ts +6 -6
- package/lib/data-table/src/TableParts/Body.d.ts +6 -6
- package/lib/data-table/src/TableParts/Cell.d.ts +12 -12
- package/lib/data-table/src/TableParts/Header.d.ts +6 -6
- package/lib/data-table/src/interface.d.ts +2 -2
- package/lib/data-table/src/use-check.d.ts +2 -2
- package/lib/data-table/src/use-group-header.d.ts +1 -1
- package/lib/data-table/src/use-scroll.d.ts +1 -1
- package/lib/data-table/src/use-scroll.js +2 -2
- package/lib/data-table/src/use-sorter.d.ts +1 -1
- package/lib/data-table/src/use-table-data.d.ts +1 -1
- package/lib/data-table/src/utils.d.ts +2 -1
- package/lib/data-table/src/utils.js +15 -4
- package/lib/data-table/styles/light.d.ts +3 -3
- package/lib/date-picker/src/DatePicker.d.ts +2 -1
- package/lib/date-picker/src/DatePicker.js +6 -6
- package/lib/descriptions/src/Descriptions.d.ts +1 -1
- package/lib/descriptions/src/Descriptions.js +1 -1
- package/lib/dialog/index.d.ts +3 -3
- package/lib/dialog/index.js +2 -5
- package/lib/dialog/src/Dialog.d.ts +27 -60
- package/lib/dialog/src/Dialog.js +5 -32
- package/lib/dialog/src/DialogEnvironment.d.ts +8 -9
- package/lib/dialog/src/DialogEnvironment.js +6 -24
- package/lib/dialog/src/DialogProvider.d.ts +3 -5
- package/lib/dialog/src/DialogProvider.js +8 -12
- package/lib/dialog/src/context.d.ts +3 -0
- package/lib/dialog/src/context.js +6 -0
- package/lib/dialog/src/dialogProps.d.ts +32 -0
- package/lib/dialog/src/dialogProps.js +32 -0
- package/lib/dialog/src/use-dialog.js +2 -2
- package/lib/divider/src/Divider.js +1 -1
- package/lib/drawer/index.d.ts +1 -0
- package/lib/drawer/src/Drawer.js +1 -1
- package/lib/dropdown/src/Dropdown.d.ts +17 -5
- package/lib/dropdown/src/Dropdown.js +6 -6
- package/lib/dropdown/src/DropdownGroup.js +1 -0
- package/lib/dropdown/src/DropdownGroupHeader.js +3 -4
- package/lib/dropdown/src/DropdownMenu.d.ts +0 -1
- package/lib/dropdown/src/DropdownMenu.js +6 -7
- package/lib/dropdown/src/DropdownOption.d.ts +3 -0
- package/lib/dropdown/src/DropdownOption.js +9 -25
- package/lib/dropdown/src/context.d.ts +6 -0
- package/lib/dropdown/src/context.js +7 -0
- package/lib/dropdown/src/interface.d.ts +1 -1
- package/lib/dynamic-input/src/DynamicInput.d.ts +10 -1
- package/lib/dynamic-input/src/DynamicInput.js +59 -16
- package/lib/dynamic-tags/src/DynamicTags.d.ts +7 -16
- package/lib/dynamic-tags/src/DynamicTags.js +12 -14
- package/lib/element/src/Element.js +1 -1
- package/lib/ellipsis/src/Ellipsis.js +1 -1
- package/lib/empty/src/Empty.js +3 -3
- package/lib/form/src/Form.d.ts +1 -1
- package/lib/form/src/Form.js +4 -4
- package/lib/form/src/FormItem.d.ts +1 -1
- package/lib/form/src/FormItem.js +5 -4
- package/lib/form/src/FormItemCol.d.ts +1 -1
- package/lib/form/src/FormItemGridItem.d.ts +1 -1
- package/lib/form/src/context.d.ts +3 -0
- package/lib/form/src/context.js +6 -0
- package/lib/form/src/interface.d.ts +4 -3
- package/lib/form/src/interface.js +0 -4
- package/lib/form/src/styles/form-item.cssr.js +3 -2
- package/lib/form/src/utils.js +4 -4
- package/lib/global-style/src/GlobalStyle.js +2 -2
- package/lib/gradient-text/src/GradientText.js +1 -1
- package/lib/grid/src/Grid.d.ts +0 -1
- package/lib/grid/src/Grid.js +4 -6
- package/lib/grid/src/GridItem.js +2 -2
- package/lib/grid/src/config.d.ts +3 -0
- package/lib/grid/src/config.js +6 -0
- package/lib/icon/index.d.ts +1 -1
- package/lib/icon/index.js +1 -4
- package/lib/icon/src/Icon.d.ts +1 -2
- package/lib/icon/src/Icon.js +3 -2
- package/lib/icon-wrapper/index.d.ts +1 -0
- package/lib/icon-wrapper/index.js +5 -0
- package/lib/icon-wrapper/src/IconWrapper.d.ts +50 -0
- package/lib/icon-wrapper/src/IconWrapper.js +56 -0
- package/lib/icon-wrapper/src/styles/index.cssr.d.ts +2 -0
- package/lib/icon-wrapper/src/styles/index.cssr.js +23 -0
- package/lib/icon-wrapper/styles/dark.d.ts +3 -0
- package/lib/icon-wrapper/styles/dark.js +10 -0
- package/lib/icon-wrapper/styles/index.d.ts +3 -0
- package/lib/icon-wrapper/styles/index.js +10 -0
- package/lib/icon-wrapper/styles/light.d.ts +10 -0
- package/lib/icon-wrapper/styles/light.js +18 -0
- package/lib/image/src/Image.d.ts +1 -1
- package/lib/image/src/ImagePreview.js +1 -1
- package/lib/input/src/Input.d.ts +6 -1
- package/lib/input/src/Input.js +20 -16
- package/lib/input/src/InputGroup.js +1 -1
- package/lib/input/src/InputGroupLabel.js +1 -1
- package/lib/input/src/WordCount.js +9 -8
- package/lib/input/src/styles/input.cssr.js +4 -4
- package/lib/input-number/src/InputNumber.d.ts +2 -1
- package/lib/input-number/src/InputNumber.js +23 -21
- package/lib/layout/src/Layout.js +1 -1
- package/lib/layout/src/LayoutFooter.js +1 -1
- package/lib/layout/src/LayoutHeader.js +1 -1
- package/lib/layout/src/LayoutSider.js +1 -1
- package/lib/legacy-grid/src/Col.js +0 -6
- package/lib/legacy-grid/src/Row.js +1 -1
- package/lib/list/src/List.js +1 -1
- package/lib/loading-bar/src/LoadingBar.js +3 -3
- package/lib/loading-bar/src/LoadingBarProvider.d.ts +3 -8
- package/lib/loading-bar/src/LoadingBarProvider.js +3 -6
- package/lib/loading-bar/src/context.d.ts +7 -0
- package/lib/loading-bar/src/context.js +6 -0
- package/lib/loading-bar/src/use-loading-bar.js +2 -2
- package/lib/locales/common/deDE.js +13 -15
- package/lib/locales/common/enGB.d.ts +109 -0
- package/lib/locales/common/enGB.js +111 -0
- package/lib/locales/common/eo.d.ts +109 -0
- package/lib/locales/common/eo.js +111 -0
- package/lib/locales/common/jaJP.js +12 -14
- package/lib/locales/common/plPL.d.ts +3 -0
- package/lib/locales/common/plPL.js +111 -0
- package/lib/locales/date/enGB.d.ts +3 -0
- package/lib/locales/date/enGB.js +11 -0
- package/lib/locales/date/eo.d.ts +3 -0
- package/lib/locales/date/eo.js +11 -0
- package/lib/locales/date/plPL.d.ts +3 -0
- package/lib/locales/date/plPL.js +11 -0
- package/lib/locales/index.d.ts +6 -0
- package/lib/locales/index.js +13 -1
- package/lib/log/index.d.ts +1 -1
- package/lib/log/src/Log.d.ts +17 -12
- package/lib/log/src/Log.js +10 -18
- package/lib/log/src/LogLine.js +2 -2
- package/lib/log/src/context.d.ts +2 -0
- package/lib/log/src/context.js +5 -0
- package/lib/log/src/styles/index.cssr.js +2 -3
- package/lib/mention/src/Mention.d.ts +16 -1
- package/lib/mention/src/Mention.js +7 -3
- package/lib/menu/src/Menu.d.ts +3 -5
- package/lib/menu/src/Menu.js +3 -4
- package/lib/menu/src/MenuDivider.js +2 -2
- package/lib/menu/src/MenuOption.d.ts +1 -2
- package/lib/menu/src/MenuOption.js +2 -2
- package/lib/menu/src/MenuOptionContent.js +2 -2
- package/lib/menu/src/MenuOptionGroup.d.ts +1 -4
- package/lib/menu/src/MenuOptionGroup.js +7 -8
- package/lib/menu/src/Submenu.d.ts +1 -4
- package/lib/menu/src/Submenu.js +6 -7
- package/lib/menu/src/context.d.ts +4 -0
- package/lib/menu/src/context.js +7 -0
- package/lib/menu/src/use-menu-child.js +4 -6
- package/lib/menu/src/useCheckDeprecated.d.ts +1 -1
- package/lib/menu/src/utils.d.ts +1 -1
- package/lib/menu/src/utils.js +8 -25
- package/lib/message/src/Message.d.ts +2 -158
- package/lib/message/src/Message.js +3 -3
- package/lib/message/src/MessageProvider.d.ts +4 -9
- package/lib/message/src/MessageProvider.js +3 -5
- package/lib/message/src/context.d.ts +7 -0
- package/lib/message/src/context.js +6 -0
- package/lib/message/src/types.d.ts +1 -1
- package/lib/message/src/use-message.js +2 -2
- package/lib/modal/src/BodyWrapper.d.ts +5 -3
- package/lib/modal/src/BodyWrapper.js +3 -3
- package/lib/modal/src/Modal.d.ts +7 -4
- package/lib/modal/src/Modal.js +3 -3
- package/lib/modal/src/presetProps.d.ts +2 -1
- package/lib/modal/src/presetProps.js +2 -2
- package/lib/notification/index.d.ts +1 -1
- package/lib/notification/src/Notification.d.ts +1 -2
- package/lib/notification/src/Notification.js +5 -7
- package/lib/notification/src/NotificationContainer.d.ts +1 -2
- package/lib/notification/src/NotificationContainer.js +4 -3
- package/lib/notification/src/NotificationEnvironment.d.ts +3 -4
- package/lib/notification/src/NotificationEnvironment.js +4 -23
- package/lib/notification/src/NotificationProvider.d.ts +10 -6
- package/lib/notification/src/NotificationProvider.js +9 -9
- package/lib/notification/src/context.d.ts +2 -0
- package/lib/notification/src/context.js +5 -0
- package/lib/page-header/src/PageHeader.js +1 -1
- package/lib/pagination/src/Pagination.d.ts +33 -33
- package/lib/pagination/src/Pagination.js +1 -1
- package/lib/pagination/styles/light.d.ts +3 -3
- package/lib/popconfirm/src/Popconfirm.d.ts +21 -8
- package/lib/popconfirm/src/Popconfirm.js +1 -1
- package/lib/popover/index.d.ts +1 -0
- package/lib/popover/src/Popover.d.ts +21 -4
- package/lib/popover/src/Popover.js +9 -2
- package/lib/popover/src/PopoverBody.d.ts +4 -0
- package/lib/popover/src/PopoverBody.js +11 -9
- package/lib/popover/src/styles/index.cssr.js +2 -2
- package/lib/popselect/src/Popselect.d.ts +31 -8
- package/lib/popselect/src/Popselect.js +8 -6
- package/lib/popselect/src/PopselectPanel.d.ts +2 -5
- package/lib/popselect/src/PopselectPanel.js +4 -2
- package/lib/progress/src/Circle.d.ts +19 -3
- package/lib/progress/src/Circle.js +40 -21
- package/lib/progress/src/Progress.d.ts +15 -6
- package/lib/progress/src/Progress.js +43 -29
- package/lib/progress/src/styles/index.cssr.js +1 -1
- package/lib/radio/src/Radio.js +1 -1
- package/lib/radio/src/RadioGroup.js +1 -1
- package/lib/rate/src/Rate.js +1 -1
- package/lib/result/src/Result.js +1 -1
- package/lib/select/index.d.ts +2 -0
- package/lib/select/src/Select.d.ts +71 -54
- package/lib/select/src/Select.js +82 -47
- package/lib/select/src/interface.d.ts +2 -0
- package/lib/select/styles/light.d.ts +3 -3
- package/lib/skeleton/src/Skeleton.js +1 -1
- package/lib/slider/src/Slider.js +1 -1
- package/lib/space/src/Space.js +1 -1
- package/lib/spin/src/Spin.js +1 -1
- package/lib/statistic/src/Statistic.js +1 -1
- package/lib/steps/src/Steps.js +1 -1
- package/lib/switch/src/Switch.js +1 -1
- package/lib/table/src/Table.js +1 -1
- package/lib/tabs/src/Tabs.d.ts +7 -4
- package/lib/tabs/src/Tabs.js +12 -4
- package/lib/tag/src/Tag.d.ts +3 -1
- package/lib/tag/src/Tag.js +59 -39
- package/lib/tag/src/styles/index.cssr.js +5 -17
- package/lib/tag/styles/index.d.ts +1 -1
- package/lib/tag/styles/index.js +1 -1
- package/lib/tag/styles/rtl.d.ts +2 -5
- package/lib/tag/styles/rtl.js +2 -1
- package/lib/themes/dark.js +87 -84
- package/lib/themes/light.js +87 -84
- package/lib/themes/utils.d.ts +2 -1
- package/lib/themes/utils.js +16 -4
- package/lib/thing/src/Thing.js +1 -1
- package/lib/time-picker/src/TimePicker.d.ts +7 -5
- package/lib/time-picker/src/TimePicker.js +5 -5
- package/lib/timeline/src/Timeline.js +1 -1
- package/lib/tooltip/src/Tooltip.d.ts +20 -7
- package/lib/tooltip/src/Tooltip.js +1 -1
- package/lib/transfer/src/Transfer.d.ts +1 -1
- package/lib/transfer/src/Transfer.js +1 -1
- package/lib/tree/src/Tree.d.ts +6 -2
- package/lib/tree/src/Tree.js +15 -8
- package/lib/tree/src/TreeNode.d.ts +2 -0
- package/lib/tree/src/TreeNode.js +37 -10
- package/lib/tree/src/TreeNodeContent.d.ts +3 -1
- package/lib/tree/src/TreeNodeContent.js +4 -3
- package/lib/tree/src/interface.d.ts +5 -1
- package/lib/tree/src/utils.js +1 -1
- package/lib/tree-select/src/TreeSelect.d.ts +46 -44
- package/lib/tree-select/src/TreeSelect.js +8 -5
- package/lib/tree-select/styles/light.d.ts +3 -3
- package/lib/typography/src/a.js +1 -1
- package/lib/typography/src/blockquote.js +1 -1
- package/lib/typography/src/create-header.js +1 -1
- package/lib/typography/src/hr.js +1 -1
- package/lib/typography/src/ol.js +1 -1
- package/lib/typography/src/p.js +1 -1
- package/lib/typography/src/text.js +1 -1
- package/lib/typography/src/ul.js +1 -1
- package/lib/upload/src/Upload.js +1 -1
- package/lib/version.d.ts +1 -1
- package/lib/version.js +1 -1
- package/package.json +8 -9
- package/volar.d.ts +1 -0
- package/web-types.json +452 -220
package/lib/layout/src/Layout.js
CHANGED
|
@@ -40,7 +40,7 @@ function createLayoutComponent(isContent) {
|
|
|
40
40
|
const scrollableElRef = (0, vue_1.ref)(null);
|
|
41
41
|
const scrollbarInstRef = (0, vue_1.ref)(null);
|
|
42
42
|
const { mergedClsPrefixRef } = (0, _mixins_1.useConfig)(props);
|
|
43
|
-
const themeRef = (0, _mixins_1.useTheme)('Layout', '
|
|
43
|
+
const themeRef = (0, _mixins_1.useTheme)('Layout', '-layout', layout_cssr_1.default, styles_1.layoutLight, props, mergedClsPrefixRef);
|
|
44
44
|
function scrollTo(options, y) {
|
|
45
45
|
if (props.nativeScrollbar) {
|
|
46
46
|
const { value: scrollableEl } = scrollableElRef;
|
|
@@ -14,7 +14,7 @@ exports.default = (0, vue_1.defineComponent)({
|
|
|
14
14
|
props: layoutFooterProps,
|
|
15
15
|
setup(props) {
|
|
16
16
|
const { mergedClsPrefixRef } = (0, _mixins_1.useConfig)(props);
|
|
17
|
-
const themeRef = (0, _mixins_1.useTheme)('Layout', '
|
|
17
|
+
const themeRef = (0, _mixins_1.useTheme)('Layout', '-layout-footer', layout_footer_cssr_1.default, styles_1.layoutLight, props, mergedClsPrefixRef);
|
|
18
18
|
return {
|
|
19
19
|
mergedClsPrefix: mergedClsPrefixRef,
|
|
20
20
|
cssVars: (0, vue_1.computed)(() => {
|
|
@@ -21,7 +21,7 @@ exports.default = (0, vue_1.defineComponent)({
|
|
|
21
21
|
props: Object.assign(Object.assign({}, _mixins_1.useTheme.props), headerProps),
|
|
22
22
|
setup(props) {
|
|
23
23
|
const { mergedClsPrefixRef } = (0, _mixins_1.useConfig)(props);
|
|
24
|
-
const themeRef = (0, _mixins_1.useTheme)('Layout', '
|
|
24
|
+
const themeRef = (0, _mixins_1.useTheme)('Layout', '-layout-header', layout_header_cssr_1.default, styles_1.layoutLight, props, mergedClsPrefixRef);
|
|
25
25
|
return {
|
|
26
26
|
mergedClsPrefix: mergedClsPrefixRef,
|
|
27
27
|
cssVars: (0, vue_1.computed)(() => {
|
|
@@ -140,7 +140,7 @@ exports.default = (0, vue_1.defineComponent)({
|
|
|
140
140
|
collapseModeRef: (0, vue_1.toRef)(props, 'collapseMode')
|
|
141
141
|
});
|
|
142
142
|
const { mergedClsPrefixRef } = (0, _mixins_1.useConfig)(props);
|
|
143
|
-
const themeRef = (0, _mixins_1.useTheme)('Layout', '
|
|
143
|
+
const themeRef = (0, _mixins_1.useTheme)('Layout', '-layout-sider', layout_sider_cssr_1.default, styles_1.layoutLight, props, mergedClsPrefixRef);
|
|
144
144
|
function handleTransitionend(e) {
|
|
145
145
|
var _a, _b;
|
|
146
146
|
if (e.propertyName === 'max-width') {
|
|
@@ -1,14 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
-
};
|
|
5
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
3
|
exports.colPropKeys = exports.colProps = void 0;
|
|
7
4
|
const vue_1 = require("vue");
|
|
8
5
|
const _utils_1 = require("../../_utils");
|
|
9
|
-
const _mixins_1 = require("../../_mixins");
|
|
10
6
|
const Row_1 = require("./Row");
|
|
11
|
-
const index_cssr_1 = __importDefault(require("./styles/index.cssr"));
|
|
12
7
|
exports.colProps = {
|
|
13
8
|
span: {
|
|
14
9
|
type: [String, Number],
|
|
@@ -32,7 +27,6 @@ exports.default = (0, vue_1.defineComponent)({
|
|
|
32
27
|
name: 'Col',
|
|
33
28
|
props: exports.colProps,
|
|
34
29
|
setup(props) {
|
|
35
|
-
(0, _mixins_1.useStyle)('Grid', index_cssr_1.default);
|
|
36
30
|
const NRow = (0, vue_1.inject)(Row_1.rowInjectionKey, null);
|
|
37
31
|
if (!NRow)
|
|
38
32
|
(0, _utils_1.throwError)('col', '`n-col` must be placed inside `n-row`.');
|
|
@@ -24,7 +24,7 @@ exports.default = (0, vue_1.defineComponent)({
|
|
|
24
24
|
props: exports.rowProps,
|
|
25
25
|
setup(props) {
|
|
26
26
|
const { mergedClsPrefixRef } = (0, _mixins_1.useConfig)(props);
|
|
27
|
-
(0, _mixins_1.useStyle)('
|
|
27
|
+
(0, _mixins_1.useStyle)('-legacy-grid', index_cssr_1.default, mergedClsPrefixRef);
|
|
28
28
|
const verticalGutterRef = (0, vooks_1.useMemo)(() => {
|
|
29
29
|
const { gutter } = props;
|
|
30
30
|
if (Array.isArray(gutter)) {
|
package/lib/list/src/List.js
CHANGED
|
@@ -22,7 +22,7 @@ exports.default = (0, vue_1.defineComponent)({
|
|
|
22
22
|
props: listProps,
|
|
23
23
|
setup(props) {
|
|
24
24
|
const { mergedClsPrefixRef } = (0, _mixins_1.useConfig)(props);
|
|
25
|
-
const themeRef = (0, _mixins_1.useTheme)('List', '
|
|
25
|
+
const themeRef = (0, _mixins_1.useTheme)('List', '-list', index_cssr_1.default, styles_1.listLight, props, mergedClsPrefixRef);
|
|
26
26
|
(0, vue_1.provide)(exports.listInjectionKey, {
|
|
27
27
|
mergedClsPrefixRef
|
|
28
28
|
});
|
|
@@ -15,7 +15,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
15
15
|
const vue_1 = require("vue");
|
|
16
16
|
const _mixins_1 = require("../../_mixins");
|
|
17
17
|
const styles_1 = require("../styles");
|
|
18
|
-
const
|
|
18
|
+
const context_1 = require("./context");
|
|
19
19
|
const index_cssr_1 = __importDefault(require("./styles/index.cssr"));
|
|
20
20
|
function createClassName(status, clsPrefix) {
|
|
21
21
|
return `${clsPrefix}-loading-bar ${clsPrefix}-loading-bar--${status}`;
|
|
@@ -25,7 +25,7 @@ exports.default = (0, vue_1.defineComponent)({
|
|
|
25
25
|
setup() {
|
|
26
26
|
const { props: providerProps, mergedClsPrefixRef
|
|
27
27
|
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
|
|
28
|
-
} = (0, vue_1.inject)(
|
|
28
|
+
} = (0, vue_1.inject)(context_1.loadingBarProviderInjectionKey);
|
|
29
29
|
const loadingBarRef = (0, vue_1.ref)(null);
|
|
30
30
|
const enteringRef = (0, vue_1.ref)(false);
|
|
31
31
|
const startedRef = (0, vue_1.ref)(false);
|
|
@@ -115,7 +115,7 @@ exports.default = (0, vue_1.defineComponent)({
|
|
|
115
115
|
yield init();
|
|
116
116
|
});
|
|
117
117
|
}
|
|
118
|
-
const themeRef = (0, _mixins_1.useTheme)('LoadingBar', '
|
|
118
|
+
const themeRef = (0, _mixins_1.useTheme)('LoadingBar', '-loading-bar', index_cssr_1.default, styles_1.loadingBarLight, providerProps, mergedClsPrefixRef);
|
|
119
119
|
return {
|
|
120
120
|
mergedClsPrefix: mergedClsPrefixRef,
|
|
121
121
|
loadingBarRef,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { PropType, ExtractPropTypes,
|
|
1
|
+
import { PropType, ExtractPropTypes, CSSProperties } from 'vue';
|
|
2
2
|
import { ExtractPublicPropTypes } from '../../_utils';
|
|
3
|
-
interface LoadingBarInst {
|
|
3
|
+
export interface LoadingBarInst {
|
|
4
4
|
start: () => void;
|
|
5
5
|
error: () => void;
|
|
6
6
|
finish: () => void;
|
|
@@ -36,11 +36,6 @@ declare const loadingBarProps: {
|
|
|
36
36
|
};
|
|
37
37
|
export declare type LoadingBarProviderProps = ExtractPublicPropTypes<typeof loadingBarProps>;
|
|
38
38
|
export declare type LoadingBarProviderSetupProps = ExtractPropTypes<typeof loadingBarProps>;
|
|
39
|
-
export declare const loadingBarProviderInjectionKey: import("vue").InjectionKey<{
|
|
40
|
-
props: LoadingBarProviderSetupProps;
|
|
41
|
-
mergedClsPrefixRef: Ref<string>;
|
|
42
|
-
}>;
|
|
43
|
-
export declare const loadingBarApiInjectionKey: import("vue").InjectionKey<LoadingBarInst>;
|
|
44
39
|
declare const _default: import("vue").DefineComponent<{
|
|
45
40
|
to: {
|
|
46
41
|
type: PropType<string | HTMLElement>;
|
|
@@ -68,7 +63,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
68
63
|
height: string;
|
|
69
64
|
}, any>>>;
|
|
70
65
|
}, LoadingBarInst & {
|
|
71
|
-
loadingBarRef: Ref<{
|
|
66
|
+
loadingBarRef: import("vue").Ref<{
|
|
72
67
|
start: () => void;
|
|
73
68
|
error: () => void;
|
|
74
69
|
finish: () => void;
|
|
@@ -3,20 +3,17 @@ 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.loadingBarApiInjectionKey = exports.loadingBarProviderInjectionKey = void 0;
|
|
7
6
|
const vue_1 = require("vue");
|
|
8
7
|
const vooks_1 = require("vooks");
|
|
9
8
|
const _mixins_1 = require("../../_mixins");
|
|
10
9
|
const LoadingBar_1 = __importDefault(require("./LoadingBar"));
|
|
11
|
-
const
|
|
10
|
+
const context_1 = require("./context");
|
|
12
11
|
const loadingBarProps = Object.assign(Object.assign({}, _mixins_1.useTheme.props), { to: {
|
|
13
12
|
type: [String, Object],
|
|
14
13
|
default: undefined
|
|
15
14
|
}, loadingBarStyle: {
|
|
16
15
|
type: Object
|
|
17
16
|
} });
|
|
18
|
-
exports.loadingBarProviderInjectionKey = (0, _utils_1.createInjectionKey)('n-loading-bar');
|
|
19
|
-
exports.loadingBarApiInjectionKey = (0, _utils_1.createInjectionKey)('n-loading-bar-api');
|
|
20
17
|
exports.default = (0, vue_1.defineComponent)({
|
|
21
18
|
name: 'LoadingBarProvider',
|
|
22
19
|
props: loadingBarProps,
|
|
@@ -62,8 +59,8 @@ exports.default = (0, vue_1.defineComponent)({
|
|
|
62
59
|
}
|
|
63
60
|
};
|
|
64
61
|
const { mergedClsPrefixRef } = (0, _mixins_1.useConfig)(props);
|
|
65
|
-
(0, vue_1.provide)(
|
|
66
|
-
(0, vue_1.provide)(
|
|
62
|
+
(0, vue_1.provide)(context_1.loadingBarApiInjectionKey, methods);
|
|
63
|
+
(0, vue_1.provide)(context_1.loadingBarProviderInjectionKey, {
|
|
67
64
|
props,
|
|
68
65
|
mergedClsPrefixRef
|
|
69
66
|
});
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Ref } from 'vue';
|
|
2
|
+
import type { LoadingBarProviderSetupProps } from './LoadingBarProvider';
|
|
3
|
+
export declare const loadingBarProviderInjectionKey: import("vue").InjectionKey<{
|
|
4
|
+
props: LoadingBarProviderSetupProps;
|
|
5
|
+
mergedClsPrefixRef: Ref<string>;
|
|
6
|
+
}>;
|
|
7
|
+
export declare const loadingBarApiInjectionKey: import("vue").InjectionKey<import("./LoadingBarProvider").LoadingBarInst>;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.loadingBarApiInjectionKey = exports.loadingBarProviderInjectionKey = void 0;
|
|
4
|
+
const _utils_1 = require("../../_utils");
|
|
5
|
+
exports.loadingBarProviderInjectionKey = (0, _utils_1.createInjectionKey)('n-loading-bar');
|
|
6
|
+
exports.loadingBarApiInjectionKey = (0, _utils_1.createInjectionKey)('n-loading-bar-api');
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.useLoadingBar = void 0;
|
|
4
4
|
const vue_1 = require("vue");
|
|
5
|
-
const
|
|
5
|
+
const context_1 = require("./context");
|
|
6
6
|
const _utils_1 = require("../../_utils");
|
|
7
7
|
function useLoadingBar() {
|
|
8
|
-
const loadingBar = (0, vue_1.inject)(
|
|
8
|
+
const loadingBar = (0, vue_1.inject)(context_1.loadingBarApiInjectionKey, null);
|
|
9
9
|
if (loadingBar === null) {
|
|
10
10
|
(0, _utils_1.throwError)('use-loading-bar', 'No outer <n-loading-bar-provider /> founded.');
|
|
11
11
|
}
|
|
@@ -17,8 +17,8 @@ const deDE = {
|
|
|
17
17
|
loadingRequiredMessage: (label) => `Bitte laden Sie alle Unterpunkte von ${label}, bevor Sie es auswählen.`
|
|
18
18
|
},
|
|
19
19
|
Time: {
|
|
20
|
-
dateFormat: 'dd
|
|
21
|
-
dateTimeFormat: 'dd
|
|
20
|
+
dateFormat: 'dd.MM.yyyy',
|
|
21
|
+
dateTimeFormat: 'dd.MM.yyyy HH:mm:ss'
|
|
22
22
|
},
|
|
23
23
|
DatePicker: {
|
|
24
24
|
yearFormat: 'yyyy',
|
|
@@ -26,8 +26,8 @@ const deDE = {
|
|
|
26
26
|
dayFormat: 'eeeeee',
|
|
27
27
|
yearTypeFormat: 'yyyy',
|
|
28
28
|
monthTypeFormat: 'MM-yyyy',
|
|
29
|
-
dateFormat: 'dd
|
|
30
|
-
dateTimeFormat: 'dd
|
|
29
|
+
dateFormat: 'dd.MM.yyyy',
|
|
30
|
+
dateTimeFormat: 'dd.MM.yyyy HH:mm:ss',
|
|
31
31
|
quarterFormat: 'yyyy-qqq',
|
|
32
32
|
clear: 'Löschen',
|
|
33
33
|
now: 'Jetzt',
|
|
@@ -37,9 +37,8 @@ const deDE = {
|
|
|
37
37
|
datePlaceholder: 'Datum auswählen',
|
|
38
38
|
datetimePlaceholder: 'Datum und Uhrzeit auswählen',
|
|
39
39
|
monthPlaceholder: 'Monat auswählen',
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
quarterPlaceholder: 'Select Quarter',
|
|
40
|
+
yearPlaceholder: 'Jahr auswählen',
|
|
41
|
+
quarterPlaceholder: 'Quartal auswählen',
|
|
43
42
|
startDatePlaceholder: 'Anfangsdatum',
|
|
44
43
|
endDatePlaceholder: 'Enddatum',
|
|
45
44
|
startDatetimePlaceholder: 'Anfangsdatum und Uhrzeit',
|
|
@@ -99,15 +98,14 @@ const deDE = {
|
|
|
99
98
|
export: 'Exportieren',
|
|
100
99
|
restore: 'Auf Standard zurücksetzen'
|
|
101
100
|
},
|
|
102
|
-
// TODO: translation
|
|
103
101
|
Image: {
|
|
104
|
-
tipPrevious: '
|
|
105
|
-
tipNext: '
|
|
106
|
-
tipCounterclockwise: '
|
|
107
|
-
tipClockwise: '
|
|
108
|
-
tipZoomOut: '
|
|
109
|
-
tipZoomIn: '
|
|
110
|
-
tipClose: '
|
|
102
|
+
tipPrevious: 'Vorheriges Bild (←)',
|
|
103
|
+
tipNext: 'Nächstes Bild (→)',
|
|
104
|
+
tipCounterclockwise: 'Gegen Uhrzeigersinn',
|
|
105
|
+
tipClockwise: 'Uhrzeigersinn',
|
|
106
|
+
tipZoomOut: 'Rauszoomen',
|
|
107
|
+
tipZoomIn: 'Reinzoomen',
|
|
108
|
+
tipClose: 'Schließen (Esc)'
|
|
111
109
|
}
|
|
112
110
|
};
|
|
113
111
|
exports.default = deDE;
|
|
@@ -0,0 +1,109 @@
|
|
|
1
|
+
declare const enGB: {
|
|
2
|
+
name: string;
|
|
3
|
+
global: {
|
|
4
|
+
undo: string;
|
|
5
|
+
redo: string;
|
|
6
|
+
confirm: string;
|
|
7
|
+
};
|
|
8
|
+
Popconfirm: {
|
|
9
|
+
positiveText: string;
|
|
10
|
+
negativeText: string;
|
|
11
|
+
};
|
|
12
|
+
Cascader: {
|
|
13
|
+
placeholder: string;
|
|
14
|
+
loading: string;
|
|
15
|
+
loadingRequiredMessage: (label: string) => string;
|
|
16
|
+
};
|
|
17
|
+
Time: {
|
|
18
|
+
dateFormat: string;
|
|
19
|
+
dateTimeFormat: string;
|
|
20
|
+
};
|
|
21
|
+
DatePicker: {
|
|
22
|
+
yearFormat: string;
|
|
23
|
+
monthFormat: string;
|
|
24
|
+
dayFormat: string;
|
|
25
|
+
yearTypeFormat: string;
|
|
26
|
+
monthTypeFormat: string;
|
|
27
|
+
dateFormat: string;
|
|
28
|
+
dateTimeFormat: string;
|
|
29
|
+
quarterFormat: string;
|
|
30
|
+
clear: string;
|
|
31
|
+
now: string;
|
|
32
|
+
confirm: string;
|
|
33
|
+
selectTime: string;
|
|
34
|
+
selectDate: string;
|
|
35
|
+
datePlaceholder: string;
|
|
36
|
+
datetimePlaceholder: string;
|
|
37
|
+
monthPlaceholder: string;
|
|
38
|
+
yearPlaceholder: string;
|
|
39
|
+
quarterPlaceholder: string;
|
|
40
|
+
startDatePlaceholder: string;
|
|
41
|
+
endDatePlaceholder: string;
|
|
42
|
+
startDatetimePlaceholder: string;
|
|
43
|
+
endDatetimePlaceholder: string;
|
|
44
|
+
monthBeforeYear: boolean;
|
|
45
|
+
firstDayOfWeek: 0 | 2 | 1 | 3 | 4 | 5 | 6;
|
|
46
|
+
today: string;
|
|
47
|
+
};
|
|
48
|
+
DataTable: {
|
|
49
|
+
checkTableAll: string;
|
|
50
|
+
uncheckTableAll: string;
|
|
51
|
+
confirm: string;
|
|
52
|
+
clear: string;
|
|
53
|
+
};
|
|
54
|
+
Transfer: {
|
|
55
|
+
sourceTitle: string;
|
|
56
|
+
targetTitle: string;
|
|
57
|
+
};
|
|
58
|
+
Empty: {
|
|
59
|
+
description: string;
|
|
60
|
+
};
|
|
61
|
+
Select: {
|
|
62
|
+
placeholder: string;
|
|
63
|
+
};
|
|
64
|
+
TimePicker: {
|
|
65
|
+
placeholder: string;
|
|
66
|
+
positiveText: string;
|
|
67
|
+
negativeText: string;
|
|
68
|
+
now: string;
|
|
69
|
+
};
|
|
70
|
+
Pagination: {
|
|
71
|
+
goto: string;
|
|
72
|
+
selectionSuffix: string;
|
|
73
|
+
};
|
|
74
|
+
DynamicTags: {
|
|
75
|
+
add: string;
|
|
76
|
+
};
|
|
77
|
+
Log: {
|
|
78
|
+
loading: string;
|
|
79
|
+
};
|
|
80
|
+
Input: {
|
|
81
|
+
placeholder: string;
|
|
82
|
+
};
|
|
83
|
+
InputNumber: {
|
|
84
|
+
placeholder: string;
|
|
85
|
+
};
|
|
86
|
+
DynamicInput: {
|
|
87
|
+
create: string;
|
|
88
|
+
};
|
|
89
|
+
ThemeEditor: {
|
|
90
|
+
title: string;
|
|
91
|
+
clearAllVars: string;
|
|
92
|
+
clearSearch: string;
|
|
93
|
+
filterCompName: string;
|
|
94
|
+
filterVarName: string;
|
|
95
|
+
import: string;
|
|
96
|
+
export: string;
|
|
97
|
+
restore: string;
|
|
98
|
+
};
|
|
99
|
+
Image: {
|
|
100
|
+
tipPrevious: string;
|
|
101
|
+
tipNext: string;
|
|
102
|
+
tipCounterclockwise: string;
|
|
103
|
+
tipClockwise: string;
|
|
104
|
+
tipZoomOut: string;
|
|
105
|
+
tipZoomIn: string;
|
|
106
|
+
tipClose: string;
|
|
107
|
+
};
|
|
108
|
+
};
|
|
109
|
+
export default enGB;
|
|
@@ -0,0 +1,111 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const enGB = {
|
|
4
|
+
name: 'en-GB',
|
|
5
|
+
global: {
|
|
6
|
+
undo: 'Undo',
|
|
7
|
+
redo: 'Redo',
|
|
8
|
+
confirm: 'Confirm'
|
|
9
|
+
},
|
|
10
|
+
Popconfirm: {
|
|
11
|
+
positiveText: 'Confirm',
|
|
12
|
+
negativeText: 'Cancel'
|
|
13
|
+
},
|
|
14
|
+
Cascader: {
|
|
15
|
+
placeholder: 'Please Select',
|
|
16
|
+
loading: 'Loading',
|
|
17
|
+
loadingRequiredMessage: (label) => `Please load all ${label}'s descendants before checking it.`
|
|
18
|
+
},
|
|
19
|
+
Time: {
|
|
20
|
+
dateFormat: 'yyyy/MM/dd',
|
|
21
|
+
dateTimeFormat: 'yyyy/MM/dd HH:mm:ss'
|
|
22
|
+
},
|
|
23
|
+
DatePicker: {
|
|
24
|
+
yearFormat: 'yyyy',
|
|
25
|
+
monthFormat: 'MMM',
|
|
26
|
+
dayFormat: 'eeeeee',
|
|
27
|
+
yearTypeFormat: 'yyyy',
|
|
28
|
+
monthTypeFormat: 'yyyy/MM',
|
|
29
|
+
dateFormat: 'yyyy/MM/dd',
|
|
30
|
+
dateTimeFormat: 'yyyy/MM/dd HH:mm:ss',
|
|
31
|
+
quarterFormat: 'yyyy-qqq',
|
|
32
|
+
clear: 'Clear',
|
|
33
|
+
now: 'Now',
|
|
34
|
+
confirm: 'Confirm',
|
|
35
|
+
selectTime: 'Select Time',
|
|
36
|
+
selectDate: 'Select Date',
|
|
37
|
+
datePlaceholder: 'Select Date',
|
|
38
|
+
datetimePlaceholder: 'Select Date and Time',
|
|
39
|
+
monthPlaceholder: 'Select Month',
|
|
40
|
+
yearPlaceholder: 'Select Year',
|
|
41
|
+
quarterPlaceholder: 'Select Quarter',
|
|
42
|
+
startDatePlaceholder: 'Start Date',
|
|
43
|
+
endDatePlaceholder: 'End Date',
|
|
44
|
+
startDatetimePlaceholder: 'Start Date and Time',
|
|
45
|
+
endDatetimePlaceholder: 'End Date and Time',
|
|
46
|
+
monthBeforeYear: true,
|
|
47
|
+
firstDayOfWeek: 0,
|
|
48
|
+
today: 'Today'
|
|
49
|
+
},
|
|
50
|
+
DataTable: {
|
|
51
|
+
checkTableAll: 'Select all in the table',
|
|
52
|
+
uncheckTableAll: 'Unselect all in the table',
|
|
53
|
+
confirm: 'Confirm',
|
|
54
|
+
clear: 'Clear'
|
|
55
|
+
},
|
|
56
|
+
Transfer: {
|
|
57
|
+
sourceTitle: 'Source',
|
|
58
|
+
targetTitle: 'Target'
|
|
59
|
+
},
|
|
60
|
+
Empty: {
|
|
61
|
+
description: 'No Data'
|
|
62
|
+
},
|
|
63
|
+
Select: {
|
|
64
|
+
placeholder: 'Please Select'
|
|
65
|
+
},
|
|
66
|
+
TimePicker: {
|
|
67
|
+
placeholder: 'Select Time',
|
|
68
|
+
positiveText: 'OK',
|
|
69
|
+
negativeText: 'Cancel',
|
|
70
|
+
now: 'Now'
|
|
71
|
+
},
|
|
72
|
+
Pagination: {
|
|
73
|
+
goto: 'Goto',
|
|
74
|
+
selectionSuffix: 'page'
|
|
75
|
+
},
|
|
76
|
+
DynamicTags: {
|
|
77
|
+
add: 'Add'
|
|
78
|
+
},
|
|
79
|
+
Log: {
|
|
80
|
+
loading: 'Loading'
|
|
81
|
+
},
|
|
82
|
+
Input: {
|
|
83
|
+
placeholder: 'Please Input'
|
|
84
|
+
},
|
|
85
|
+
InputNumber: {
|
|
86
|
+
placeholder: 'Please Input'
|
|
87
|
+
},
|
|
88
|
+
DynamicInput: {
|
|
89
|
+
create: 'Create'
|
|
90
|
+
},
|
|
91
|
+
ThemeEditor: {
|
|
92
|
+
title: 'Theme Editor',
|
|
93
|
+
clearAllVars: 'Clear All Variables',
|
|
94
|
+
clearSearch: 'Clear Search',
|
|
95
|
+
filterCompName: 'Filter Component Name',
|
|
96
|
+
filterVarName: 'Filter Variable Name',
|
|
97
|
+
import: 'Import',
|
|
98
|
+
export: 'Export',
|
|
99
|
+
restore: 'Reset to Default'
|
|
100
|
+
},
|
|
101
|
+
Image: {
|
|
102
|
+
tipPrevious: 'Previous picture (←)',
|
|
103
|
+
tipNext: 'Next picture (→)',
|
|
104
|
+
tipCounterclockwise: 'Counterclockwise',
|
|
105
|
+
tipClockwise: 'Clockwise',
|
|
106
|
+
tipZoomOut: 'Zoom out',
|
|
107
|
+
tipZoomIn: 'Zoom in',
|
|
108
|
+
tipClose: 'Close (Esc)'
|
|
109
|
+
}
|
|
110
|
+
};
|
|
111
|
+
exports.default = enGB;
|
|
@@ -0,0 +1,109 @@
|
|
|
1
|
+
declare const eo: {
|
|
2
|
+
name: string;
|
|
3
|
+
global: {
|
|
4
|
+
undo: string;
|
|
5
|
+
redo: string;
|
|
6
|
+
confirm: string;
|
|
7
|
+
};
|
|
8
|
+
Popconfirm: {
|
|
9
|
+
positiveText: string;
|
|
10
|
+
negativeText: string;
|
|
11
|
+
};
|
|
12
|
+
Cascader: {
|
|
13
|
+
placeholder: string;
|
|
14
|
+
loading: string;
|
|
15
|
+
loadingRequiredMessage: (label: string) => string;
|
|
16
|
+
};
|
|
17
|
+
Time: {
|
|
18
|
+
dateFormat: string;
|
|
19
|
+
dateTimeFormat: string;
|
|
20
|
+
};
|
|
21
|
+
DatePicker: {
|
|
22
|
+
yearFormat: string;
|
|
23
|
+
monthFormat: string;
|
|
24
|
+
dayFormat: string;
|
|
25
|
+
yearTypeFormat: string;
|
|
26
|
+
monthTypeFormat: string;
|
|
27
|
+
dateFormat: string;
|
|
28
|
+
dateTimeFormat: string;
|
|
29
|
+
quarterFormat: string;
|
|
30
|
+
clear: string;
|
|
31
|
+
now: string;
|
|
32
|
+
confirm: string;
|
|
33
|
+
selectTime: string;
|
|
34
|
+
selectDate: string;
|
|
35
|
+
datePlaceholder: string;
|
|
36
|
+
datetimePlaceholder: string;
|
|
37
|
+
monthPlaceholder: string;
|
|
38
|
+
yearPlaceholder: string;
|
|
39
|
+
quarterPlaceholder: string;
|
|
40
|
+
startDatePlaceholder: string;
|
|
41
|
+
endDatePlaceholder: string;
|
|
42
|
+
startDatetimePlaceholder: string;
|
|
43
|
+
endDatetimePlaceholder: string;
|
|
44
|
+
monthBeforeYear: boolean;
|
|
45
|
+
firstDayOfWeek: 0 | 2 | 1 | 3 | 4 | 5 | 6;
|
|
46
|
+
today: string;
|
|
47
|
+
};
|
|
48
|
+
DataTable: {
|
|
49
|
+
checkTableAll: string;
|
|
50
|
+
uncheckTableAll: string;
|
|
51
|
+
confirm: string;
|
|
52
|
+
clear: string;
|
|
53
|
+
};
|
|
54
|
+
Transfer: {
|
|
55
|
+
sourceTitle: string;
|
|
56
|
+
targetTitle: string;
|
|
57
|
+
};
|
|
58
|
+
Empty: {
|
|
59
|
+
description: string;
|
|
60
|
+
};
|
|
61
|
+
Select: {
|
|
62
|
+
placeholder: string;
|
|
63
|
+
};
|
|
64
|
+
TimePicker: {
|
|
65
|
+
placeholder: string;
|
|
66
|
+
positiveText: string;
|
|
67
|
+
negativeText: string;
|
|
68
|
+
now: string;
|
|
69
|
+
};
|
|
70
|
+
Pagination: {
|
|
71
|
+
goto: string;
|
|
72
|
+
selectionSuffix: string;
|
|
73
|
+
};
|
|
74
|
+
DynamicTags: {
|
|
75
|
+
add: string;
|
|
76
|
+
};
|
|
77
|
+
Log: {
|
|
78
|
+
loading: string;
|
|
79
|
+
};
|
|
80
|
+
Input: {
|
|
81
|
+
placeholder: string;
|
|
82
|
+
};
|
|
83
|
+
InputNumber: {
|
|
84
|
+
placeholder: string;
|
|
85
|
+
};
|
|
86
|
+
DynamicInput: {
|
|
87
|
+
create: string;
|
|
88
|
+
};
|
|
89
|
+
ThemeEditor: {
|
|
90
|
+
title: string;
|
|
91
|
+
clearAllVars: string;
|
|
92
|
+
clearSearch: string;
|
|
93
|
+
filterCompName: string;
|
|
94
|
+
filterVarName: string;
|
|
95
|
+
import: string;
|
|
96
|
+
export: string;
|
|
97
|
+
restore: string;
|
|
98
|
+
};
|
|
99
|
+
Image: {
|
|
100
|
+
tipPrevious: string;
|
|
101
|
+
tipNext: string;
|
|
102
|
+
tipCounterclockwise: string;
|
|
103
|
+
tipClockwise: string;
|
|
104
|
+
tipZoomOut: string;
|
|
105
|
+
tipZoomIn: string;
|
|
106
|
+
tipClose: string;
|
|
107
|
+
};
|
|
108
|
+
};
|
|
109
|
+
export default eo;
|