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
|
@@ -0,0 +1,109 @@
|
|
|
1
|
+
const enGB = {
|
|
2
|
+
name: 'en-GB',
|
|
3
|
+
global: {
|
|
4
|
+
undo: 'Undo',
|
|
5
|
+
redo: 'Redo',
|
|
6
|
+
confirm: 'Confirm'
|
|
7
|
+
},
|
|
8
|
+
Popconfirm: {
|
|
9
|
+
positiveText: 'Confirm',
|
|
10
|
+
negativeText: 'Cancel'
|
|
11
|
+
},
|
|
12
|
+
Cascader: {
|
|
13
|
+
placeholder: 'Please Select',
|
|
14
|
+
loading: 'Loading',
|
|
15
|
+
loadingRequiredMessage: (label) => `Please load all ${label}'s descendants before checking it.`
|
|
16
|
+
},
|
|
17
|
+
Time: {
|
|
18
|
+
dateFormat: 'yyyy/MM/dd',
|
|
19
|
+
dateTimeFormat: 'yyyy/MM/dd HH:mm:ss'
|
|
20
|
+
},
|
|
21
|
+
DatePicker: {
|
|
22
|
+
yearFormat: 'yyyy',
|
|
23
|
+
monthFormat: 'MMM',
|
|
24
|
+
dayFormat: 'eeeeee',
|
|
25
|
+
yearTypeFormat: 'yyyy',
|
|
26
|
+
monthTypeFormat: 'yyyy/MM',
|
|
27
|
+
dateFormat: 'yyyy/MM/dd',
|
|
28
|
+
dateTimeFormat: 'yyyy/MM/dd HH:mm:ss',
|
|
29
|
+
quarterFormat: 'yyyy-qqq',
|
|
30
|
+
clear: 'Clear',
|
|
31
|
+
now: 'Now',
|
|
32
|
+
confirm: 'Confirm',
|
|
33
|
+
selectTime: 'Select Time',
|
|
34
|
+
selectDate: 'Select Date',
|
|
35
|
+
datePlaceholder: 'Select Date',
|
|
36
|
+
datetimePlaceholder: 'Select Date and Time',
|
|
37
|
+
monthPlaceholder: 'Select Month',
|
|
38
|
+
yearPlaceholder: 'Select Year',
|
|
39
|
+
quarterPlaceholder: 'Select Quarter',
|
|
40
|
+
startDatePlaceholder: 'Start Date',
|
|
41
|
+
endDatePlaceholder: 'End Date',
|
|
42
|
+
startDatetimePlaceholder: 'Start Date and Time',
|
|
43
|
+
endDatetimePlaceholder: 'End Date and Time',
|
|
44
|
+
monthBeforeYear: true,
|
|
45
|
+
firstDayOfWeek: 0,
|
|
46
|
+
today: 'Today'
|
|
47
|
+
},
|
|
48
|
+
DataTable: {
|
|
49
|
+
checkTableAll: 'Select all in the table',
|
|
50
|
+
uncheckTableAll: 'Unselect all in the table',
|
|
51
|
+
confirm: 'Confirm',
|
|
52
|
+
clear: 'Clear'
|
|
53
|
+
},
|
|
54
|
+
Transfer: {
|
|
55
|
+
sourceTitle: 'Source',
|
|
56
|
+
targetTitle: 'Target'
|
|
57
|
+
},
|
|
58
|
+
Empty: {
|
|
59
|
+
description: 'No Data'
|
|
60
|
+
},
|
|
61
|
+
Select: {
|
|
62
|
+
placeholder: 'Please Select'
|
|
63
|
+
},
|
|
64
|
+
TimePicker: {
|
|
65
|
+
placeholder: 'Select Time',
|
|
66
|
+
positiveText: 'OK',
|
|
67
|
+
negativeText: 'Cancel',
|
|
68
|
+
now: 'Now'
|
|
69
|
+
},
|
|
70
|
+
Pagination: {
|
|
71
|
+
goto: 'Goto',
|
|
72
|
+
selectionSuffix: 'page'
|
|
73
|
+
},
|
|
74
|
+
DynamicTags: {
|
|
75
|
+
add: 'Add'
|
|
76
|
+
},
|
|
77
|
+
Log: {
|
|
78
|
+
loading: 'Loading'
|
|
79
|
+
},
|
|
80
|
+
Input: {
|
|
81
|
+
placeholder: 'Please Input'
|
|
82
|
+
},
|
|
83
|
+
InputNumber: {
|
|
84
|
+
placeholder: 'Please Input'
|
|
85
|
+
},
|
|
86
|
+
DynamicInput: {
|
|
87
|
+
create: 'Create'
|
|
88
|
+
},
|
|
89
|
+
ThemeEditor: {
|
|
90
|
+
title: 'Theme Editor',
|
|
91
|
+
clearAllVars: 'Clear All Variables',
|
|
92
|
+
clearSearch: 'Clear Search',
|
|
93
|
+
filterCompName: 'Filter Component Name',
|
|
94
|
+
filterVarName: 'Filter Variable Name',
|
|
95
|
+
import: 'Import',
|
|
96
|
+
export: 'Export',
|
|
97
|
+
restore: 'Reset to Default'
|
|
98
|
+
},
|
|
99
|
+
Image: {
|
|
100
|
+
tipPrevious: 'Previous picture (←)',
|
|
101
|
+
tipNext: 'Next picture (→)',
|
|
102
|
+
tipCounterclockwise: 'Counterclockwise',
|
|
103
|
+
tipClockwise: 'Clockwise',
|
|
104
|
+
tipZoomOut: 'Zoom out',
|
|
105
|
+
tipZoomIn: 'Zoom in',
|
|
106
|
+
tipClose: 'Close (Esc)'
|
|
107
|
+
}
|
|
108
|
+
};
|
|
109
|
+
export 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;
|
|
@@ -0,0 +1,109 @@
|
|
|
1
|
+
const eo = {
|
|
2
|
+
name: 'eo',
|
|
3
|
+
global: {
|
|
4
|
+
undo: 'Malfari',
|
|
5
|
+
redo: 'Refari',
|
|
6
|
+
confirm: 'Konfirmi'
|
|
7
|
+
},
|
|
8
|
+
Popconfirm: {
|
|
9
|
+
positiveText: 'Konfirmi',
|
|
10
|
+
negativeText: 'Nuligi'
|
|
11
|
+
},
|
|
12
|
+
Cascader: {
|
|
13
|
+
placeholder: 'Bonvolu elekti',
|
|
14
|
+
loading: 'Ŝargiĝo',
|
|
15
|
+
loadingRequiredMessage: (label) => `Bonvolu ŝargi ĉiujn idojn de ${label} antaŭ ol elekti ĝin.`
|
|
16
|
+
},
|
|
17
|
+
Time: {
|
|
18
|
+
dateFormat: 'yyyy-MM-dd',
|
|
19
|
+
dateTimeFormat: 'yyyy-MM-dd HH:mm:ss'
|
|
20
|
+
},
|
|
21
|
+
DatePicker: {
|
|
22
|
+
yearFormat: 'yyyy',
|
|
23
|
+
monthFormat: 'MMM',
|
|
24
|
+
dayFormat: 'eeeeee',
|
|
25
|
+
yearTypeFormat: 'yyyy',
|
|
26
|
+
monthTypeFormat: 'yyyy-MM',
|
|
27
|
+
dateFormat: 'yyyy-MM-dd',
|
|
28
|
+
dateTimeFormat: 'yyyy-MM-dd HH:mm:ss',
|
|
29
|
+
quarterFormat: 'yyyy-qqq',
|
|
30
|
+
clear: 'Malplenigi',
|
|
31
|
+
now: 'Nun',
|
|
32
|
+
confirm: 'Konfirmi',
|
|
33
|
+
selectTime: 'Elekti tempon',
|
|
34
|
+
selectDate: 'Elekti daton',
|
|
35
|
+
datePlaceholder: 'Elekti daton',
|
|
36
|
+
datetimePlaceholder: 'Elekti daton kaj tempon',
|
|
37
|
+
monthPlaceholder: 'Elekti monaton',
|
|
38
|
+
yearPlaceholder: 'Elekti jaron',
|
|
39
|
+
quarterPlaceholder: 'Elekti jarkvaronon',
|
|
40
|
+
startDatePlaceholder: 'Komenca dato',
|
|
41
|
+
endDatePlaceholder: 'Fina dato',
|
|
42
|
+
startDatetimePlaceholder: 'Komencaj dato kaj tempo',
|
|
43
|
+
endDatetimePlaceholder: 'Finaj dato kaj tempo',
|
|
44
|
+
monthBeforeYear: true,
|
|
45
|
+
firstDayOfWeek: 0,
|
|
46
|
+
today: 'Hodiaŭ'
|
|
47
|
+
},
|
|
48
|
+
DataTable: {
|
|
49
|
+
checkTableAll: 'Elekti ĉiujn en la tabelo',
|
|
50
|
+
uncheckTableAll: 'Malelekti ĉiujn en la tabelo',
|
|
51
|
+
confirm: 'Konfirmi',
|
|
52
|
+
clear: 'Malplenigi'
|
|
53
|
+
},
|
|
54
|
+
Transfer: {
|
|
55
|
+
sourceTitle: 'Fonto',
|
|
56
|
+
targetTitle: 'Celo'
|
|
57
|
+
},
|
|
58
|
+
Empty: {
|
|
59
|
+
description: 'Neniu datumo'
|
|
60
|
+
},
|
|
61
|
+
Select: {
|
|
62
|
+
placeholder: 'Bonvolu elekti'
|
|
63
|
+
},
|
|
64
|
+
TimePicker: {
|
|
65
|
+
placeholder: 'Elekti tempon',
|
|
66
|
+
positiveText: 'Bone',
|
|
67
|
+
negativeText: 'Nuligi',
|
|
68
|
+
now: 'Nun'
|
|
69
|
+
},
|
|
70
|
+
Pagination: {
|
|
71
|
+
goto: 'Iri al',
|
|
72
|
+
selectionSuffix: 'paĝo'
|
|
73
|
+
},
|
|
74
|
+
DynamicTags: {
|
|
75
|
+
add: 'Aldoni'
|
|
76
|
+
},
|
|
77
|
+
Log: {
|
|
78
|
+
loading: 'Ŝargado'
|
|
79
|
+
},
|
|
80
|
+
Input: {
|
|
81
|
+
placeholder: 'Bonvolu entajpi'
|
|
82
|
+
},
|
|
83
|
+
InputNumber: {
|
|
84
|
+
placeholder: 'Bonvolu entajpi'
|
|
85
|
+
},
|
|
86
|
+
DynamicInput: {
|
|
87
|
+
create: 'Krei'
|
|
88
|
+
},
|
|
89
|
+
ThemeEditor: {
|
|
90
|
+
title: 'Etosredaktilo',
|
|
91
|
+
clearAllVars: 'Malplenigi ĉiujn variablojn',
|
|
92
|
+
clearSearch: 'Malplenigi serĉon',
|
|
93
|
+
filterCompName: 'Filtri nomojn de komponaĵoj',
|
|
94
|
+
filterVarName: 'Filtri nomojn de variabloj',
|
|
95
|
+
import: 'Importi',
|
|
96
|
+
export: 'Eksporti',
|
|
97
|
+
restore: 'Restarigi defaŭltajn valorojn'
|
|
98
|
+
},
|
|
99
|
+
Image: {
|
|
100
|
+
tipPrevious: 'Antaŭa bildo (←)',
|
|
101
|
+
tipNext: 'Sekva bildo (→)',
|
|
102
|
+
tipCounterclockwise: 'Maldekstrume',
|
|
103
|
+
tipClockwise: 'Dekstrume',
|
|
104
|
+
tipZoomOut: 'Malzomi',
|
|
105
|
+
tipZoomIn: 'Zomi',
|
|
106
|
+
tipClose: 'Fermi (Esc)'
|
|
107
|
+
}
|
|
108
|
+
};
|
|
109
|
+
export default eo;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
const jaJP = {
|
|
2
2
|
name: 'ja-JP',
|
|
3
3
|
global: {
|
|
4
|
-
undo: '
|
|
5
|
-
redo: '
|
|
4
|
+
undo: '元に戻す',
|
|
5
|
+
redo: 'やり直す',
|
|
6
6
|
confirm: 'OK'
|
|
7
7
|
},
|
|
8
8
|
Popconfirm: {
|
|
@@ -35,9 +35,8 @@ const jaJP = {
|
|
|
35
35
|
datePlaceholder: '日付を選択',
|
|
36
36
|
datetimePlaceholder: '選択',
|
|
37
37
|
monthPlaceholder: '月を選択',
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
quarterPlaceholder: 'Select Quarter',
|
|
38
|
+
yearPlaceholder: '年を選択',
|
|
39
|
+
quarterPlaceholder: '四半期を選択',
|
|
41
40
|
startDatePlaceholder: '開始日',
|
|
42
41
|
endDatePlaceholder: '終了日',
|
|
43
42
|
startDatetimePlaceholder: '開始時間',
|
|
@@ -69,7 +68,7 @@ const jaJP = {
|
|
|
69
68
|
now: '現在'
|
|
70
69
|
},
|
|
71
70
|
Pagination: {
|
|
72
|
-
goto: '',
|
|
71
|
+
goto: 'ページジャンプ',
|
|
73
72
|
selectionSuffix: 'ページ'
|
|
74
73
|
},
|
|
75
74
|
DynamicTags: {
|
|
@@ -97,15 +96,14 @@ const jaJP = {
|
|
|
97
96
|
export: 'エクスポート',
|
|
98
97
|
restore: 'デフォルト'
|
|
99
98
|
},
|
|
100
|
-
// TODO: translation
|
|
101
99
|
Image: {
|
|
102
|
-
tipPrevious: '
|
|
103
|
-
tipNext: '
|
|
104
|
-
tipCounterclockwise: '
|
|
105
|
-
tipClockwise: '
|
|
106
|
-
tipZoomOut: '
|
|
107
|
-
tipZoomIn: '
|
|
108
|
-
tipClose: '
|
|
100
|
+
tipPrevious: '前の画像 (←)',
|
|
101
|
+
tipNext: '次の画像 (→)',
|
|
102
|
+
tipCounterclockwise: '左に回転',
|
|
103
|
+
tipClockwise: '右に回転',
|
|
104
|
+
tipZoomOut: '縮小',
|
|
105
|
+
tipZoomIn: '拡大',
|
|
106
|
+
tipClose: '閉じる (Esc)'
|
|
109
107
|
}
|
|
110
108
|
};
|
|
111
109
|
export default jaJP;
|
|
@@ -0,0 +1,109 @@
|
|
|
1
|
+
const plPL = {
|
|
2
|
+
name: 'pl-PL',
|
|
3
|
+
global: {
|
|
4
|
+
undo: 'Cofnij',
|
|
5
|
+
redo: 'Ponów',
|
|
6
|
+
confirm: 'Potwierdź'
|
|
7
|
+
},
|
|
8
|
+
Popconfirm: {
|
|
9
|
+
positiveText: 'Potwierdź',
|
|
10
|
+
negativeText: 'Anuluj'
|
|
11
|
+
},
|
|
12
|
+
Cascader: {
|
|
13
|
+
placeholder: 'Wybierz',
|
|
14
|
+
loading: 'Ładowanie',
|
|
15
|
+
loadingRequiredMessage: (label) => `Proszę załadować wszystkie ${label}'s elementy przed sprawdzeniem.`
|
|
16
|
+
},
|
|
17
|
+
Time: {
|
|
18
|
+
dateFormat: 'yyyy-MM-dd',
|
|
19
|
+
dateTimeFormat: 'yyyy-MM-dd HH:mm:ss'
|
|
20
|
+
},
|
|
21
|
+
DatePicker: {
|
|
22
|
+
yearFormat: 'yyyy',
|
|
23
|
+
monthFormat: 'MMM',
|
|
24
|
+
dayFormat: 'eeeeee',
|
|
25
|
+
yearTypeFormat: 'yyyy',
|
|
26
|
+
monthTypeFormat: 'yyyy-MM',
|
|
27
|
+
dateFormat: 'yyyy-MM-dd',
|
|
28
|
+
dateTimeFormat: 'yyyy-MM-dd HH:mm:ss',
|
|
29
|
+
quarterFormat: 'yyyy-qqq',
|
|
30
|
+
clear: 'Wyczyść',
|
|
31
|
+
now: 'Teraz',
|
|
32
|
+
confirm: 'Potwierdź',
|
|
33
|
+
selectTime: 'Wybierz czas',
|
|
34
|
+
selectDate: 'Wybierz datę',
|
|
35
|
+
datePlaceholder: 'Wybierz datę',
|
|
36
|
+
datetimePlaceholder: 'Wybierz datę i czas',
|
|
37
|
+
monthPlaceholder: 'Wybierz miesiąc',
|
|
38
|
+
yearPlaceholder: 'Wybierz rok',
|
|
39
|
+
quarterPlaceholder: 'Wybierz kwartał',
|
|
40
|
+
startDatePlaceholder: 'Data rozpoczęcia',
|
|
41
|
+
endDatePlaceholder: 'Data zakończenia',
|
|
42
|
+
startDatetimePlaceholder: 'Data i godzina rozpoczęcia',
|
|
43
|
+
endDatetimePlaceholder: 'Data i godzina zakończenia',
|
|
44
|
+
monthBeforeYear: true,
|
|
45
|
+
firstDayOfWeek: 6,
|
|
46
|
+
today: 'Dziś'
|
|
47
|
+
},
|
|
48
|
+
DataTable: {
|
|
49
|
+
checkTableAll: 'Zaznacz wszystkie w tabeli',
|
|
50
|
+
uncheckTableAll: 'Odznacz wszystkie w tabeli',
|
|
51
|
+
confirm: 'Potwierdź',
|
|
52
|
+
clear: 'Wyczyść'
|
|
53
|
+
},
|
|
54
|
+
Transfer: {
|
|
55
|
+
sourceTitle: 'Źródło',
|
|
56
|
+
targetTitle: 'Cel'
|
|
57
|
+
},
|
|
58
|
+
Empty: {
|
|
59
|
+
description: 'Brak danych'
|
|
60
|
+
},
|
|
61
|
+
Select: {
|
|
62
|
+
placeholder: 'Wybierz'
|
|
63
|
+
},
|
|
64
|
+
TimePicker: {
|
|
65
|
+
placeholder: 'Wybierz czas',
|
|
66
|
+
positiveText: 'Potwierdź',
|
|
67
|
+
negativeText: 'Anuluj',
|
|
68
|
+
now: 'Teraz'
|
|
69
|
+
},
|
|
70
|
+
Pagination: {
|
|
71
|
+
goto: 'Idź do',
|
|
72
|
+
selectionSuffix: 'strona'
|
|
73
|
+
},
|
|
74
|
+
DynamicTags: {
|
|
75
|
+
add: 'Dodaj'
|
|
76
|
+
},
|
|
77
|
+
Log: {
|
|
78
|
+
loading: 'Ładowanie'
|
|
79
|
+
},
|
|
80
|
+
Input: {
|
|
81
|
+
placeholder: 'Wprowadź dane'
|
|
82
|
+
},
|
|
83
|
+
InputNumber: {
|
|
84
|
+
placeholder: 'Wprowadź dane'
|
|
85
|
+
},
|
|
86
|
+
DynamicInput: {
|
|
87
|
+
create: 'Utwórz'
|
|
88
|
+
},
|
|
89
|
+
ThemeEditor: {
|
|
90
|
+
title: 'Edytor motywów',
|
|
91
|
+
clearAllVars: 'Wyczyść wszystkie zmienne',
|
|
92
|
+
clearSearch: 'Wyczyść wyszukiwanie',
|
|
93
|
+
filterCompName: 'Nazwa komponentu filtra',
|
|
94
|
+
filterVarName: 'Nazwa zmiennej filtra',
|
|
95
|
+
import: 'Importuj',
|
|
96
|
+
export: 'Eksportuj',
|
|
97
|
+
restore: 'Przywróć ustawienia domyślne'
|
|
98
|
+
},
|
|
99
|
+
Image: {
|
|
100
|
+
tipPrevious: 'Poprzednie zdjęcie (←)',
|
|
101
|
+
tipNext: 'Następne zdjęcie (→)',
|
|
102
|
+
tipCounterclockwise: 'Przeciwnie do ruchu wskazówek zegara',
|
|
103
|
+
tipClockwise: 'Zgodnie z ruchem wskazówek zegara',
|
|
104
|
+
tipZoomOut: 'Powiększ',
|
|
105
|
+
tipZoomIn: 'Pomniejsz',
|
|
106
|
+
tipClose: 'Zamknij (Esc)'
|
|
107
|
+
}
|
|
108
|
+
};
|
|
109
|
+
export default plPL;
|
package/es/locales/index.d.ts
CHANGED
|
@@ -10,6 +10,9 @@ export { default as nbNO } from './common/nbNO';
|
|
|
10
10
|
export { default as frFR } from './common/frFR';
|
|
11
11
|
export { default as esAR } from './common/esAR';
|
|
12
12
|
export { default as itIT } from './common/itIT';
|
|
13
|
+
export { default as enGB } from './common/enGB';
|
|
14
|
+
export { default as plPL } from './common/plPL';
|
|
15
|
+
export { default as eo } from './common/eo';
|
|
13
16
|
export { default as dateZhCN } from './date/zhCN';
|
|
14
17
|
export { default as dateZhTW } from './date/zhTW';
|
|
15
18
|
export { default as dateEnUS } from './date/enUS';
|
|
@@ -22,6 +25,9 @@ export { default as dateNbNO } from './date/nbNO';
|
|
|
22
25
|
export { default as dateFrFR } from './date/frFR';
|
|
23
26
|
export { default as dateEsAR } from './date/esAR';
|
|
24
27
|
export { default as dateItIT } from './date/itIT';
|
|
28
|
+
export { default as dateEnGB } from './date/enGB';
|
|
29
|
+
export { default as datePlPL } from './date/plPL';
|
|
30
|
+
export { default as dateEo } from './date/eo';
|
|
25
31
|
export type { NLocale } from './common/enUS';
|
|
26
32
|
export type { NDateLocale } from './date/enUS';
|
|
27
33
|
export type { NPartialLocale } from './utils/index';
|
package/es/locales/index.js
CHANGED
|
@@ -10,6 +10,9 @@ export { default as nbNO } from './common/nbNO';
|
|
|
10
10
|
export { default as frFR } from './common/frFR';
|
|
11
11
|
export { default as esAR } from './common/esAR';
|
|
12
12
|
export { default as itIT } from './common/itIT';
|
|
13
|
+
export { default as enGB } from './common/enGB';
|
|
14
|
+
export { default as plPL } from './common/plPL';
|
|
15
|
+
export { default as eo } from './common/eo';
|
|
13
16
|
export { default as dateZhCN } from './date/zhCN';
|
|
14
17
|
export { default as dateZhTW } from './date/zhTW';
|
|
15
18
|
export { default as dateEnUS } from './date/enUS';
|
|
@@ -22,4 +25,7 @@ export { default as dateNbNO } from './date/nbNO';
|
|
|
22
25
|
export { default as dateFrFR } from './date/frFR';
|
|
23
26
|
export { default as dateEsAR } from './date/esAR';
|
|
24
27
|
export { default as dateItIT } from './date/itIT';
|
|
28
|
+
export { default as dateEnGB } from './date/enGB';
|
|
29
|
+
export { default as datePlPL } from './date/plPL';
|
|
30
|
+
export { default as dateEo } from './date/eo';
|
|
25
31
|
export { createLocale } from './utils/index';
|
package/es/log/index.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export { default as NLog } from './src/Log';
|
|
2
|
-
export type { LogProps } from './src/Log';
|
|
2
|
+
export type { LogProps, LogInst } from './src/Log';
|
package/es/log/src/Log.d.ts
CHANGED
|
@@ -1,14 +1,22 @@
|
|
|
1
1
|
/// <reference types="lodash" />
|
|
2
2
|
import { PropType, Ref } from 'vue';
|
|
3
3
|
import type { Hljs } from '../../_mixins';
|
|
4
|
-
import { ExtractPublicPropTypes } from '../../_utils';
|
|
4
|
+
import type { ExtractPublicPropTypes } from '../../_utils';
|
|
5
5
|
export interface LogInjection {
|
|
6
6
|
trimRef: Ref<boolean>;
|
|
7
7
|
languageRef: Ref<string | undefined>;
|
|
8
8
|
highlightRef: Ref<boolean>;
|
|
9
9
|
mergedHljsRef: Ref<Hljs | undefined>;
|
|
10
10
|
}
|
|
11
|
-
export
|
|
11
|
+
export interface LogInst {
|
|
12
|
+
scrollTo: ((options: {
|
|
13
|
+
slient?: boolean;
|
|
14
|
+
position: 'top' | 'bottom';
|
|
15
|
+
}) => void) & ((options: {
|
|
16
|
+
slient?: boolean;
|
|
17
|
+
top: number;
|
|
18
|
+
}) => void);
|
|
19
|
+
}
|
|
12
20
|
declare const logProps: {
|
|
13
21
|
readonly loading: BooleanConstructor;
|
|
14
22
|
readonly trim: BooleanConstructor;
|
|
@@ -391,16 +399,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
391
399
|
}>;
|
|
392
400
|
styleHeight: import("vue").ComputedRef<string>;
|
|
393
401
|
mergedLines: import("vue").ComputedRef<string[]>;
|
|
394
|
-
scrollTo: {
|
|
395
|
-
(options: {
|
|
396
|
-
slient?: boolean;
|
|
397
|
-
position: 'top' | 'bottom';
|
|
398
|
-
}): void;
|
|
399
|
-
(options: {
|
|
400
|
-
slient?: boolean;
|
|
401
|
-
top: number;
|
|
402
|
-
}): void;
|
|
403
|
-
};
|
|
404
402
|
scrollToTop: (slient?: boolean) => void;
|
|
405
403
|
scrollToBottom: (slient?: boolean) => void;
|
|
406
404
|
handleWheel: import("lodash").DebouncedFunc<(e: WheelEvent) => void>;
|
|
@@ -413,6 +411,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
413
411
|
'--n-loader-text-color': string;
|
|
414
412
|
'--n-loading-color': string;
|
|
415
413
|
}>;
|
|
414
|
+
scrollTo: ((options: {
|
|
415
|
+
slient?: boolean | undefined;
|
|
416
|
+
position: "bottom" | "top";
|
|
417
|
+
}) => void) & ((options: {
|
|
418
|
+
slient?: boolean | undefined;
|
|
419
|
+
top: number;
|
|
420
|
+
}) => void);
|
|
416
421
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
417
422
|
readonly loading: BooleanConstructor;
|
|
418
423
|
readonly trim: BooleanConstructor;
|