@tendaui/react 1.1.5 → 1.1.6
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/LICENSE +21 -0
- package/README.md +1 -1
- package/es/_chunks/dep-5U9UjDaf.js.map +1 -1
- package/es/_chunks/dep-CD_4-1Xb.js.map +1 -1
- package/es/_chunks/{dep-CRURwzDj.js → dep-CsSvR9wN.js} +9 -3
- package/es/_chunks/dep-CsSvR9wN.js.map +1 -0
- package/es/_chunks/dep-DJmE940f.js.map +1 -1
- package/es/_chunks/dep-DbVHGoUC.js.map +1 -1
- package/es/_chunks/{dep-D8jki30S.js → dep-aX8qrQpB.js} +2 -2
- package/es/_chunks/{dep-D8jki30S.js.map → dep-aX8qrQpB.js.map} +1 -1
- package/es/alert/Alert.js +9 -2
- package/es/alert/Alert.js.map +1 -1
- package/es/alert/index.js +4 -1
- package/es/alert/index.js.map +1 -1
- package/es/alert/style/index.css +7 -30
- package/es/badge/style/index.css +5 -10
- package/es/button/_example/base.js +1 -158
- package/es/button/_example/base.js.map +1 -1
- package/es/button/_example/icon.js +1 -157
- package/es/button/_example/icon.js.map +1 -1
- package/es/button/style/index.css +4 -19
- package/es/checkbox/style/index.css +9 -26
- package/es/color-picker/ColorPicker.js +3 -3
- package/es/color-picker/components/panel/format/index.js +4 -1
- package/es/color-picker/components/panel/format/index.js.map +1 -1
- package/es/color-picker/components/panel/format/inputs.js +3 -0
- package/es/color-picker/components/panel/format/inputs.js.map +1 -1
- package/es/color-picker/components/trigger.js +3 -0
- package/es/color-picker/components/trigger.js.map +1 -1
- package/es/color-picker/style/index.css +43 -138
- package/es/color-picker/utils/color-picker/index.js.map +1 -1
- package/es/dialog/Dialog.js +4 -1
- package/es/dialog/Dialog.js.map +1 -1
- package/es/dialog/DialogCard.js +5 -2
- package/es/dialog/DialogCard.js.map +1 -1
- package/es/dialog/index.js +4 -3
- package/es/dialog/index.js.map +1 -1
- package/es/dialog/plugin.js +3 -2
- package/es/dialog/plugin.js.map +1 -1
- package/es/dialog/style/index.css +51 -188
- package/es/drawer/Drawer.js +15 -8
- package/es/drawer/Drawer.js.map +1 -1
- package/es/drawer/index.js +5 -2
- package/es/drawer/index.js.map +1 -1
- package/es/drawer/style/index.css +12 -41
- package/es/form/Form.js +3 -0
- package/es/form/Form.js.map +1 -1
- package/es/form/FormItem.js +3 -0
- package/es/form/FormItem.js.map +1 -1
- package/es/form/index.js +3 -0
- package/es/form/index.js.map +1 -1
- package/es/form/style/index.css +13 -33
- package/es/index.js +3 -3
- package/es/input/Input.js +10 -2
- package/es/input/Input.js.map +1 -1
- package/es/input/index.js +4 -1
- package/es/input/index.js.map +1 -1
- package/es/input/style/index.css +17 -63
- package/es/input-number/InputNumber.js +4 -1
- package/es/input-number/InputNumber.js.map +1 -1
- package/es/input-number/index.js +4 -1
- package/es/input-number/index.js.map +1 -1
- package/es/input-number/style/css.js +1 -1
- package/es/input-number/style/index.css +7 -39
- package/es/input-number/useInputNumber.js.map +1 -1
- package/es/ip-input/style/index.css +21 -87
- package/es/layout/style/index.css +5 -19
- package/es/list/List.js.map +1 -1
- package/es/list/ListItem.js.map +1 -1
- package/es/list/ListItemMeta.js.map +1 -1
- package/es/list/style/css.js +1 -1
- package/es/list/style/index.css +11 -39
- package/es/loading/style/index.css +10 -65
- package/es/notification/style/index.css +6 -24
- package/es/popup/style/index.css +9 -20
- package/es/radio/style/index.css +11 -36
- package/es/select/Select.js +4 -1
- package/es/select/Select.js.map +1 -1
- package/es/select/index.js +4 -1
- package/es/select/index.js.map +1 -1
- package/es/select/style/index.css +17 -52
- package/es/select-input/SelectInput.js +3 -0
- package/es/select-input/SelectInput.js.map +1 -1
- package/es/select-input/hook/useMultiple.js +3 -0
- package/es/select-input/hook/useMultiple.js.map +1 -1
- package/es/select-input/hook/useSingle.js +3 -0
- package/es/select-input/hook/useSingle.js.map +1 -1
- package/es/select-input/index.js +3 -0
- package/es/select-input/index.js.map +1 -1
- package/es/slider/Slider.js +3 -0
- package/es/slider/Slider.js.map +1 -1
- package/es/slider/SliderHandleButton.js.map +1 -1
- package/es/slider/index.js +3 -0
- package/es/slider/index.js.map +1 -1
- package/es/slider/style/css.js +1 -1
- package/es/slider/style/index.css +18 -59
- package/es/style/index.css +0 -2
- package/es/switch/Switch.js +1 -1
- package/es/switch/index.js +1 -1
- package/es/switch/style/index.css +10 -37
- package/es/tab/style/index.css +6 -31
- package/es/table/TBody.js +10 -1
- package/es/table/TBody.js.map +1 -1
- package/es/table/Table.js +4 -0
- package/es/table/Table.js.map +1 -1
- package/es/table/index.js +4 -0
- package/es/table/index.js.map +1 -1
- package/es/table/style/index.css +5 -15
- package/es/tag/style/index.css +4 -16
- package/es/tag-input/TagInput.js +3 -0
- package/es/tag-input/TagInput.js.map +1 -1
- package/es/tag-input/index.js +3 -0
- package/es/tag-input/index.js.map +1 -1
- package/es/tag-input/style/index.css +7 -53
- package/es/utils/log/index.js.map +1 -1
- package/package.json +3 -3
- package/es/_chunks/dep-CRURwzDj.js.map +0 -1
- package/es/alert/Alert.d.ts +0 -7
- package/es/alert/defaultProps.d.ts +0 -2
- package/es/alert/index.d.ts +0 -5
- package/es/alert/style/css.d.ts +0 -1
- package/es/alert/style/index.d.ts +0 -1
- package/es/alert/type.d.ts +0 -45
- package/es/badge/Badge.d.ts +0 -7
- package/es/badge/defaultProps.d.ts +0 -2
- package/es/badge/index.d.ts +0 -5
- package/es/badge/style/css.d.ts +0 -1
- package/es/badge/style/index.d.ts +0 -1
- package/es/badge/type.d.ts +0 -50
- package/es/button/Button.d.ts +0 -6
- package/es/button/defaultProps.d.ts +0 -2
- package/es/button/index.d.ts +0 -5
- package/es/button/style/css.d.ts +0 -1
- package/es/button/style/index.d.ts +0 -1
- package/es/button/type.d.ts +0 -81
- package/es/checkbox/Checkbox.d.ts +0 -10
- package/es/checkbox/CheckboxGroup.d.ts +0 -14
- package/es/checkbox/defaultProps.d.ts +0 -3
- package/es/checkbox/index.d.ts +0 -11
- package/es/checkbox/style/css.d.ts +0 -1
- package/es/checkbox/style/index.d.ts +0 -1
- package/es/checkbox/type.d.ts +0 -115
- package/es/color-picker/ColorPickPanel.d.ts +0 -4
- package/es/color-picker/ColorPicker.d.ts +0 -4
- package/es/color-picker/components/panel/alpha.d.ts +0 -4
- package/es/color-picker/components/panel/format/index.d.ts +0 -10
- package/es/color-picker/components/panel/format/inputs.d.ts +0 -4
- package/es/color-picker/components/panel/header.d.ts +0 -13
- package/es/color-picker/components/panel/hue.d.ts +0 -4
- package/es/color-picker/components/panel/index.d.ts +0 -4
- package/es/color-picker/components/panel/saturation.d.ts +0 -4
- package/es/color-picker/components/panel/slider.d.ts +0 -11
- package/es/color-picker/components/panel/swatches.d.ts +0 -11
- package/es/color-picker/components/trigger.d.ts +0 -9
- package/es/color-picker/defaultProps.d.ts +0 -2
- package/es/color-picker/helpers.d.ts +0 -5
- package/es/color-picker/hooks/useClassNames.d.ts +0 -2
- package/es/color-picker/hooks/useStyles.d.ts +0 -14
- package/es/color-picker/index.d.ts +0 -6
- package/es/color-picker/style/css.d.ts +0 -1
- package/es/color-picker/style/index.d.ts +0 -1
- package/es/color-picker/type.d.ts +0 -135
- package/es/color-picker/utils/color-picker/cmyk.d.ts +0 -27
- package/es/color-picker/utils/color-picker/color.d.ts +0 -144
- package/es/color-picker/utils/color-picker/constants.d.ts +0 -30
- package/es/color-picker/utils/color-picker/draggable.d.ts +0 -23
- package/es/color-picker/utils/color-picker/format.d.ts +0 -64
- package/es/color-picker/utils/color-picker/gradient.d.ts +0 -22
- package/es/color-picker/utils/color-picker/index.d.ts +0 -7
- package/es/color-picker/utils/color-picker/types.d.ts +0 -28
- package/es/common/Check.d.ts +0 -22
- package/es/common/FakeArrow.d.ts +0 -9
- package/es/common/PluginContainer.d.ts +0 -9
- package/es/common/Portal.d.ts +0 -16
- package/es/common/observe.d.ts +0 -1
- package/es/common.d.ts +0 -81
- package/es/config-provider/ConfigContext.d.ts +0 -13
- package/es/config-provider/ConfigProvider.d.ts +0 -25
- package/es/config-provider/index.d.ts +0 -7
- package/es/config-provider/type.d.ts +0 -1029
- package/es/dialog/Dialog.d.ts +0 -8
- package/es/dialog/DialogCard.d.ts +0 -8
- package/es/dialog/defaultProps.d.ts +0 -6
- package/es/dialog/hooks/useDialogDrag.d.ts +0 -7
- package/es/dialog/hooks/useDialogEsc.d.ts +0 -3
- package/es/dialog/hooks/useDialogPosition.d.ts +0 -2
- package/es/dialog/hooks/useLockStyle.d.ts +0 -2
- package/es/dialog/index.d.ts +0 -8
- package/es/dialog/plugin.d.ts +0 -6
- package/es/dialog/style/css.d.ts +0 -1
- package/es/dialog/style/index.d.ts +0 -1
- package/es/dialog/type.d.ts +0 -227
- package/es/dialog/utils.d.ts +0 -1
- package/es/drawer/Drawer.d.ts +0 -11
- package/es/drawer/defaultProps.d.ts +0 -2
- package/es/drawer/hooks/useDrag.d.ts +0 -8
- package/es/drawer/hooks/useLockStyle.d.ts +0 -1
- package/es/drawer/index.d.ts +0 -4
- package/es/drawer/style/css.d.ts +0 -1
- package/es/drawer/style/index.d.ts +0 -1
- package/es/drawer/type.d.ts +0 -199
- package/es/drawer/utils/index.d.ts +0 -23
- package/es/fireworks/Fireworks.d.ts +0 -7
- package/es/fireworks/index.d.ts +0 -5
- package/es/fireworks/style/css.d.ts +0 -0
- package/es/fireworks/style/index.d.ts +0 -0
- package/es/fireworks/type.d.ts +0 -69
- package/es/form/Form.d.ts +0 -8
- package/es/form/FormContext.d.ts +0 -59
- package/es/form/FormItem.d.ts +0 -23
- package/es/form/FormList.d.ts +0 -4
- package/es/form/const.d.ts +0 -6
- package/es/form/defaultProps.d.ts +0 -3
- package/es/form/easing.d.ts +0 -2
- package/es/form/formModel.d.ts +0 -37
- package/es/form/hooks/interface.d.ts +0 -16
- package/es/form/hooks/useForm.d.ts +0 -3
- package/es/form/hooks/useFormItemInitialData.d.ts +0 -9
- package/es/form/hooks/useFormItemStyle.d.ts +0 -10
- package/es/form/hooks/useInstance.d.ts +0 -16
- package/es/form/hooks/useWatch.d.ts +0 -3
- package/es/form/index.d.ts +0 -7
- package/es/form/scroll.d.ts +0 -39
- package/es/form/style/css.d.ts +0 -1
- package/es/form/style/index.d.ts +0 -1
- package/es/form/type.d.ts +0 -486
- package/es/form/utils/index.d.ts +0 -5
- package/es/global-config/default-config.d.ts +0 -84
- package/es/global-config/locale/ar_KW.d.ts +0 -239
- package/es/global-config/locale/en_US.d.ts +0 -263
- package/es/global-config/locale/it_IT.d.ts +0 -263
- package/es/global-config/locale/ja_JP.d.ts +0 -263
- package/es/global-config/locale/ko_KR.d.ts +0 -263
- package/es/global-config/locale/ru_RU.d.ts +0 -263
- package/es/global-config/locale/zh_CN.d.ts +0 -263
- package/es/global-config/locale/zh_TW.d.ts +0 -263
- package/es/global-config/mobile/default-config.d.ts +0 -7
- package/es/global-config/mobile/locale/ar_KW.d.ts +0 -98
- package/es/global-config/mobile/locale/en_US.d.ts +0 -99
- package/es/global-config/mobile/locale/it_IT.d.ts +0 -99
- package/es/global-config/mobile/locale/ja_JP.d.ts +0 -99
- package/es/global-config/mobile/locale/ko_KR.d.ts +0 -99
- package/es/global-config/mobile/locale/ru_RU.d.ts +0 -99
- package/es/global-config/mobile/locale/zh_CN.d.ts +0 -99
- package/es/global-config/mobile/locale/zh_TW.d.ts +0 -99
- package/es/global-config/t.d.ts +0 -25
- package/es/hooks/useAttach.d.ts +0 -10
- package/es/hooks/useCommonClassName.d.ts +0 -54
- package/es/hooks/useConfig.d.ts +0 -2
- package/es/hooks/useControlled.d.ts +0 -9
- package/es/hooks/useDeepEffect.d.ts +0 -7
- package/es/hooks/useDefaultProps.d.ts +0 -1
- package/es/hooks/useDomCallback.d.ts +0 -1
- package/es/hooks/useDomRefCallback.d.ts +0 -1
- package/es/hooks/useDragSorter.d.ts +0 -28
- package/es/hooks/useEventCallback.d.ts +0 -9
- package/es/hooks/useGlobalConfig.d.ts +0 -1
- package/es/hooks/useGlobalIcon.d.ts +0 -5
- package/es/hooks/useLastest.d.ts +0 -2
- package/es/hooks/useLayoutEffect.d.ts +0 -3
- package/es/hooks/useMouseEvent.d.ts +0 -25
- package/es/hooks/useMutationObserver.d.ts +0 -4
- package/es/hooks/usePopper.d.ts +0 -19
- package/es/hooks/useResizeObserve.d.ts +0 -1
- package/es/hooks/useRipple.d.ts +0 -0
- package/es/hooks/useSetState.d.ts +0 -7
- package/es/hooks/useVirtualScroll.d.ts +0 -30
- package/es/hooks/useWindowSize.d.ts +0 -6
- package/es/index.d.ts +0 -25
- package/es/input/Input.d.ts +0 -16
- package/es/input/InputGroup.d.ts +0 -10
- package/es/input/defaultProps.d.ts +0 -17
- package/es/input/index.d.ts +0 -6
- package/es/input/style/css.d.ts +0 -1
- package/es/input/style/index.d.ts +0 -1
- package/es/input/type.d.ts +0 -237
- package/es/input-number/InputNumber.d.ts +0 -17
- package/es/input-number/defaultProps.d.ts +0 -2
- package/es/input-number/index.d.ts +0 -5
- package/es/input-number/style/css.d.ts +0 -1
- package/es/input-number/style/index.d.ts +0 -1
- package/es/input-number/type.d.ts +0 -156
- package/es/input-number/useInputNumber.d.ts +0 -51
- package/es/ip-input/IPInput.d.ts +0 -5
- package/es/ip-input/defaultProps.d.ts +0 -2
- package/es/ip-input/index.d.ts +0 -3
- package/es/ip-input/style/css.d.ts +0 -1
- package/es/ip-input/style/index.d.ts +0 -1
- package/es/ip-input/type.d.ts +0 -113
- package/es/ip-input/utils.d.ts +0 -35
- package/es/layout/Aside.d.ts +0 -11
- package/es/layout/Layout.d.ts +0 -26
- package/es/layout/defaultProps.d.ts +0 -5
- package/es/layout/index.d.ts +0 -10
- package/es/layout/style/css.d.ts +0 -1
- package/es/layout/style/index.d.ts +0 -1
- package/es/layout/type.d.ts +0 -38
- package/es/list/List.d.ts +0 -17
- package/es/list/ListItem.d.ts +0 -15
- package/es/list/ListItemMeta.d.ts +0 -10
- package/es/list/defaultProps.d.ts +0 -7
- package/es/list/hooks/useListVirtualScroll.d.ts +0 -24
- package/es/list/index.d.ts +0 -10
- package/es/list/style/css.d.ts +0 -1
- package/es/list/style/index.d.ts +0 -1
- package/es/list/type.d.ts +0 -92
- package/es/loading/Gradient.d.ts +0 -6
- package/es/loading/Loading.d.ts +0 -7
- package/es/loading/circleAdapter.d.ts +0 -1
- package/es/loading/defaultProps.d.ts +0 -2
- package/es/loading/index.d.ts +0 -5
- package/es/loading/style/css.d.ts +0 -1
- package/es/loading/style/index.d.ts +0 -1
- package/es/loading/type.d.ts +0 -68
- package/es/loading/utils/setStyle.d.ts +0 -7
- package/es/locale/LocalReceiver.d.ts +0 -6
- package/es/locale/ar_KW.d.ts +0 -3
- package/es/locale/en_US.d.ts +0 -3
- package/es/locale/it_IT.d.ts +0 -3
- package/es/locale/ja_JP.d.ts +0 -3
- package/es/locale/ko_KR.d.ts +0 -3
- package/es/locale/ru_RU.d.ts +0 -3
- package/es/locale/zh_CN.d.ts +0 -3
- package/es/locale/zh_TW.d.ts +0 -3
- package/es/myform/index.d.ts +0 -0
- package/es/notification/Notify.d.ts +0 -11
- package/es/notification/NotifyContainer.d.ts +0 -13
- package/es/notification/NotifyContext.d.ts +0 -23
- package/es/notification/NotifyItem.d.ts +0 -4
- package/es/notification/index.d.ts +0 -3
- package/es/notification/style/css.d.ts +0 -1
- package/es/notification/style/index.d.ts +0 -1
- package/es/notification/type.d.ts +0 -22
- package/es/popup/Popup.d.ts +0 -21
- package/es/popup/defaultProps.d.ts +0 -5
- package/es/popup/hooks/useTrigger.d.ts +0 -20
- package/es/popup/index.d.ts +0 -5
- package/es/popup/style/css.d.ts +0 -1
- package/es/popup/style/index.d.ts +0 -1
- package/es/popup/type.d.ts +0 -109
- package/es/portal/Portal.d.ts +0 -16
- package/es/portal/index.d.ts +0 -1
- package/es/radio/Radio.d.ts +0 -8
- package/es/radio/RadioGroup.d.ts +0 -14
- package/es/radio/defaultProps.d.ts +0 -3
- package/es/radio/index.d.ts +0 -10
- package/es/radio/style/css.d.ts +0 -0
- package/es/radio/style/index.d.ts +0 -1
- package/es/radio/type.d.ts +0 -117
- package/es/radio/useKeyboard.d.ts +0 -4
- package/es/select/Option.d.ts +0 -24
- package/es/select/OptionGroup.d.ts +0 -7
- package/es/select/PopupContent.d.ts +0 -24
- package/es/select/Select.d.ts +0 -13
- package/es/select/defaultProps.d.ts +0 -4
- package/es/select/hooks/useOptions.d.ts +0 -16
- package/es/select/hooks/usePanelVirtualScroll.d.ts +0 -24
- package/es/select/index.d.ts +0 -8
- package/es/select/style/css.d.ts +0 -1
- package/es/select/style/index.d.ts +0 -1
- package/es/select/type.d.ts +0 -344
- package/es/select/utils/helper.d.ts +0 -18
- package/es/select-input/SelectInput.d.ts +0 -11
- package/es/select-input/defaultProps.d.ts +0 -2
- package/es/select-input/hook/useMultiple.d.ts +0 -23
- package/es/select-input/hook/useOverlayInnerStyle.d.ts +0 -11
- package/es/select-input/hook/useSingle.d.ts +0 -16
- package/es/select-input/index.d.ts +0 -5
- package/es/select-input/interface.d.ts +0 -17
- package/es/select-input/style/css.d.ts +0 -1
- package/es/select-input/style/index.d.ts +0 -1
- package/es/select-input/type.d.ts +0 -243
- package/es/slider/Slider.d.ts +0 -7
- package/es/slider/SliderHandleButton.d.ts +0 -11
- package/es/slider/defaultProps.d.ts +0 -5
- package/es/slider/index.d.ts +0 -5
- package/es/slider/style/css.d.ts +0 -1
- package/es/slider/style/index.d.ts +0 -1
- package/es/slider/type.d.ts +0 -78
- package/es/space/defaultProps.d.ts +0 -0
- package/es/space/index.d.ts +0 -0
- package/es/space/type.d.ts +0 -0
- package/es/style/index.d.ts +0 -1
- package/es/switch/Switch.d.ts +0 -9
- package/es/switch/defaultProps.d.ts +0 -2
- package/es/switch/index.d.ts +0 -4
- package/es/switch/style/css.d.ts +0 -1
- package/es/switch/style/index.d.ts +0 -1
- package/es/switch/type.d.ts +0 -48
- package/es/tab/TabBar.d.ts +0 -9
- package/es/tab/TabNav.d.ts +0 -10
- package/es/tab/TabNavItem.d.ts +0 -15
- package/es/tab/TabPanel.d.ts +0 -9
- package/es/tab/Tabs.d.ts +0 -10
- package/es/tab/defaultProps.d.ts +0 -3
- package/es/tab/index.d.ts +0 -8
- package/es/tab/style/index.d.ts +0 -1
- package/es/tab/type.d.ts +0 -130
- package/es/tab/useTabClass.d.ts +0 -8
- package/es/table/Cell.d.ts +0 -18
- package/es/table/TBody.d.ts +0 -28
- package/es/table/THead.d.ts +0 -10
- package/es/table/TR.d.ts +0 -28
- package/es/table/Table.d.ts +0 -6
- package/es/table/defaultProps.d.ts +0 -2
- package/es/table/hooks/index.d.ts +0 -4
- package/es/table/hooks/useTableClassName.d.ts +0 -26
- package/es/table/hooks/useTableStyle.d.ts +0 -11
- package/es/table/index.d.ts +0 -5
- package/es/table/style/css.d.ts +0 -1
- package/es/table/style/index.d.ts +0 -1
- package/es/table/type.d.ts +0 -195
- package/es/tag/Tag.d.ts +0 -14
- package/es/tag/defaultProps.d.ts +0 -7
- package/es/tag/index.d.ts +0 -4
- package/es/tag/style/css.d.ts +0 -1
- package/es/tag/style/index.d.ts +0 -1
- package/es/tag/type.d.ts +0 -169
- package/es/tag-input/TagInput.d.ts +0 -9
- package/es/tag-input/defaultProps.d.ts +0 -2
- package/es/tag-input/hooks/useHover.d.ts +0 -17
- package/es/tag-input/hooks/useTagList.d.ts +0 -30
- package/es/tag-input/hooks/useTagScroll.d.ts +0 -25
- package/es/tag-input/index.d.ts +0 -5
- package/es/tag-input/style/css.d.ts +0 -1
- package/es/tag-input/style/index.d.ts +0 -1
- package/es/tag-input/type.d.ts +0 -235
- package/es/tag-input/useTagList.d.ts +0 -30
- package/es/utils/composeRefs.d.ts +0 -2
- package/es/utils/dom.d.ts +0 -7
- package/es/utils/forwardRefWithStatics.d.ts +0 -2
- package/es/utils/getScrollbarWidth.d.ts +0 -6
- package/es/utils/helper.d.ts +0 -46
- package/es/utils/input-number/large-number.d.ts +0 -85
- package/es/utils/input-number/number.d.ts +0 -81
- package/es/utils/isFragment.d.ts +0 -4
- package/es/utils/listener.d.ts +0 -4
- package/es/utils/log/index.d.ts +0 -2
- package/es/utils/log/log.d.ts +0 -3
- package/es/utils/log/types.d.ts +0 -8
- package/es/utils/noop.d.ts +0 -2
- package/es/utils/number.d.ts +0 -7
- package/es/utils/parentTNode.d.ts +0 -10
- package/es/utils/parseTNode.d.ts +0 -10
- package/es/utils/react-render.d.ts +0 -16
- package/es/utils/ref.d.ts +0 -1
- package/es/utils/refs.d.ts +0 -13
- package/es/utils/scroll.d.ts +0 -3
- package/es/utils/style.d.ts +0 -4
- package/es/utils/transition.d.ts +0 -20
|
@@ -1,263 +0,0 @@
|
|
|
1
|
-
import 'dayjs/locale/ko';
|
|
2
|
-
declare const _default: {
|
|
3
|
-
readonly autoComplete: {
|
|
4
|
-
readonly empty: "데이터 없음";
|
|
5
|
-
};
|
|
6
|
-
readonly pagination: {
|
|
7
|
-
readonly itemsPerPage: "{size} /페이지";
|
|
8
|
-
readonly jumpTo: "건너뛰다";
|
|
9
|
-
readonly page: "페이지";
|
|
10
|
-
readonly total: "흔한 {count} 아이템 데이터";
|
|
11
|
-
};
|
|
12
|
-
readonly cascader: {
|
|
13
|
-
readonly empty: "데이터 없음";
|
|
14
|
-
readonly loadingText: "로딩 중";
|
|
15
|
-
readonly placeholder: "선택해주세요";
|
|
16
|
-
};
|
|
17
|
-
readonly calendar: {
|
|
18
|
-
readonly yearSelection: "{year} 년도";
|
|
19
|
-
readonly monthSelection: "{month} 달";
|
|
20
|
-
readonly yearRadio: "년도";
|
|
21
|
-
readonly monthRadio: "달";
|
|
22
|
-
readonly hideWeekend: "주말을 숨기다";
|
|
23
|
-
readonly showWeekend: "주말 쇼";
|
|
24
|
-
readonly today: "오늘";
|
|
25
|
-
readonly thisMonth: "이번 달";
|
|
26
|
-
readonly week: "하나,둘,셋,넷,다섯,여섯,하루";
|
|
27
|
-
readonly cellMonth: "1월,2월,3월,4월,5월,6월,7월,8월,9월,10월,11월,12월";
|
|
28
|
-
};
|
|
29
|
-
readonly transfer: {
|
|
30
|
-
readonly title: "{checked} / {total} 안건";
|
|
31
|
-
readonly empty: "데이터 없음";
|
|
32
|
-
readonly placeholder: "검색할 키워드를 입력하세요";
|
|
33
|
-
};
|
|
34
|
-
readonly timePicker: {
|
|
35
|
-
readonly dayjsLocale: "ko";
|
|
36
|
-
readonly now: "지금";
|
|
37
|
-
readonly confirm: "확신하는";
|
|
38
|
-
readonly anteMeridiem: "아침";
|
|
39
|
-
readonly postMeridiem: "오후";
|
|
40
|
-
readonly placeholder: "선발 기간";
|
|
41
|
-
};
|
|
42
|
-
readonly dialog: {
|
|
43
|
-
readonly confirm: "확인하다";
|
|
44
|
-
readonly cancel: "취소";
|
|
45
|
-
};
|
|
46
|
-
readonly drawer: {
|
|
47
|
-
readonly confirm: "확인하다";
|
|
48
|
-
readonly cancel: "취소";
|
|
49
|
-
};
|
|
50
|
-
readonly popconfirm: {
|
|
51
|
-
readonly confirm: {
|
|
52
|
-
readonly content: "확신하는";
|
|
53
|
-
};
|
|
54
|
-
readonly cancel: {
|
|
55
|
-
readonly content: "취소";
|
|
56
|
-
};
|
|
57
|
-
};
|
|
58
|
-
readonly table: {
|
|
59
|
-
readonly empty: "데이터 없음";
|
|
60
|
-
readonly loadingText: "로딩 중 기다려주세요";
|
|
61
|
-
readonly loadingMoreText: "더 로드하려면 클릭하세요";
|
|
62
|
-
readonly filterInputPlaceholder: "아무거나 입력하세요(기본값 없음)";
|
|
63
|
-
readonly sortAscendingOperationText: "오름차순으로 클릭";
|
|
64
|
-
readonly sortCancelOperationText: "클릭하여 정렬 해제";
|
|
65
|
-
readonly sortDescendingOperationText: "내림차순으로 클릭";
|
|
66
|
-
readonly clearFilterResultButtonText: "클리어 필터";
|
|
67
|
-
readonly columnConfigButtonText: "열 구성";
|
|
68
|
-
readonly columnConfigTitleText: "테이블 열 구성";
|
|
69
|
-
readonly columnConfigDescriptionText: "테이블에 표시할 데이터 열을 선택하십시오";
|
|
70
|
-
readonly confirmText: "확인하다";
|
|
71
|
-
readonly cancelText: "취소";
|
|
72
|
-
readonly resetText: "초기화";
|
|
73
|
-
readonly selectAllText: "모두 선택";
|
|
74
|
-
readonly searchResultText: "검색“{result}”,일어나 {count} 결과";
|
|
75
|
-
};
|
|
76
|
-
readonly select: {
|
|
77
|
-
readonly empty: "데이터 없음";
|
|
78
|
-
readonly loadingText: "로딩 중";
|
|
79
|
-
readonly placeholder: "선택해주세요";
|
|
80
|
-
};
|
|
81
|
-
readonly tree: {
|
|
82
|
-
readonly empty: "데이터 없음";
|
|
83
|
-
};
|
|
84
|
-
readonly treeSelect: {
|
|
85
|
-
readonly empty: "데이터 없음";
|
|
86
|
-
readonly loadingText: "로딩 중";
|
|
87
|
-
readonly placeholder: "선택해주세요";
|
|
88
|
-
};
|
|
89
|
-
readonly datePicker: {
|
|
90
|
-
readonly dayjsLocale: "ko";
|
|
91
|
-
readonly placeholder: {
|
|
92
|
-
readonly date: "날짜를 선택하세요Z";
|
|
93
|
-
readonly month: "월을 선택하세요";
|
|
94
|
-
readonly year: "연도를 선택하세요";
|
|
95
|
-
readonly quarter: "분기별 선택";
|
|
96
|
-
readonly week: "요일 선택";
|
|
97
|
-
};
|
|
98
|
-
readonly weekdays: readonly ["월", "화", "수", "목", "금", "토", "일"];
|
|
99
|
-
readonly months: readonly ["1 월", "2 월", "3 월", "4 월", "5 월", "6 월", "7 월", "8 월", "9 월", "10 월", "11 월", "12 월"];
|
|
100
|
-
readonly quarters: readonly ["Q1", "Q2", "Q3", "Q4"];
|
|
101
|
-
readonly rangeSeparator: " - ";
|
|
102
|
-
readonly direction: "ltr";
|
|
103
|
-
readonly format: "YYYY-MM-DD";
|
|
104
|
-
readonly dayAriaLabel: "낮";
|
|
105
|
-
readonly weekAbbreviation: "주";
|
|
106
|
-
readonly yearAriaLabel: "년도";
|
|
107
|
-
readonly monthAriaLabel: "달";
|
|
108
|
-
readonly confirm: "확신하는";
|
|
109
|
-
readonly selectTime: "선발 기간";
|
|
110
|
-
readonly selectDate: "날짜 선택";
|
|
111
|
-
readonly nextYear: "내년";
|
|
112
|
-
readonly preYear: "작년";
|
|
113
|
-
readonly nextMonth: "다음 달";
|
|
114
|
-
readonly preMonth: "지난 달";
|
|
115
|
-
readonly preDecade: "지난 십 년";
|
|
116
|
-
readonly nextDecade: "다음 10년";
|
|
117
|
-
readonly now: "현재의";
|
|
118
|
-
};
|
|
119
|
-
readonly upload: {
|
|
120
|
-
readonly sizeLimitMessage: "이미지 크기는 다음을 초과할 수 없습니다 {sizeLimit}";
|
|
121
|
-
readonly cancelUploadText: "업로드 취소";
|
|
122
|
-
readonly triggerUploadText: {
|
|
123
|
-
readonly fileInput: "파일 선택";
|
|
124
|
-
readonly image: "이미지를 업로드하려면 클릭하세요";
|
|
125
|
-
readonly normal: "업로드하려면 클릭";
|
|
126
|
-
readonly reupload: "재업로드";
|
|
127
|
-
readonly continueUpload: "계속 업로드";
|
|
128
|
-
readonly delete: "삭제";
|
|
129
|
-
readonly uploading: "업로드";
|
|
130
|
-
};
|
|
131
|
-
readonly dragger: {
|
|
132
|
-
readonly dragDropText: "마우스를 놓으십시오";
|
|
133
|
-
readonly draggingText: "이 영역으로 드래그 앤 드롭";
|
|
134
|
-
readonly clickAndDragText: "위의 \"파일 선택\"을 클릭하거나 파일을 이 영역으로 끌어다 놓습니다";
|
|
135
|
-
};
|
|
136
|
-
readonly file: {
|
|
137
|
-
readonly fileNameText: "파일 이름";
|
|
138
|
-
readonly fileSizeText: "파일 크기";
|
|
139
|
-
readonly fileStatusText: "상태";
|
|
140
|
-
readonly fileOperationText: "작동하다";
|
|
141
|
-
readonly fileOperationDateText: "업로드 날짜";
|
|
142
|
-
};
|
|
143
|
-
readonly progress: {
|
|
144
|
-
readonly uploadingText: "업로드";
|
|
145
|
-
readonly waitingText: "업로드 보류 중";
|
|
146
|
-
readonly failText: "업로드 실패";
|
|
147
|
-
readonly successText: "성공적으로 업로드됨";
|
|
148
|
-
};
|
|
149
|
-
};
|
|
150
|
-
readonly form: {
|
|
151
|
-
readonly errorMessage: {
|
|
152
|
-
readonly date: "정확한 내용을 입력해주세요${name}";
|
|
153
|
-
readonly url: "정확한 내용을 입력해주세요${name}";
|
|
154
|
-
readonly required: "${name}필수의";
|
|
155
|
-
readonly whitespace: "${name}은 비어 있을 수 없습니다";
|
|
156
|
-
readonly max: "${name}문자 길이는 초과할 수 없습니다 ${validate} 캐릭터,한자는 두 글자와 같다";
|
|
157
|
-
readonly min: "${name}문자 길이는 다음보다 작을 수 없습니다 ${validate} 캐릭터,한자는 두 글자와 같다";
|
|
158
|
-
readonly len: "${name}문자 길이는 다음과 같아야 합니다. ${validate}";
|
|
159
|
-
readonly enum: "${name}만 될 수 있습니다${validate}그리고 더";
|
|
160
|
-
readonly idcard: "정확한 내용을 입력해주세요${name}";
|
|
161
|
-
readonly telnumber: "정확한 내용을 입력해주세요${name}";
|
|
162
|
-
readonly pattern: "정확한 내용을 입력해주세요${name}";
|
|
163
|
-
readonly validator: "${name}비준수";
|
|
164
|
-
readonly boolean: "${name}데이터 유형은 부울이어야 합니다";
|
|
165
|
-
readonly number: "${name}숫자여야 합니다";
|
|
166
|
-
};
|
|
167
|
-
readonly colonText: ":";
|
|
168
|
-
};
|
|
169
|
-
readonly input: {
|
|
170
|
-
readonly placeholder: "들어 오세요";
|
|
171
|
-
};
|
|
172
|
-
readonly list: {
|
|
173
|
-
readonly loadingText: "로딩 중 기다려주세요";
|
|
174
|
-
readonly loadingMoreText: "더 로드하려면 클릭하세요";
|
|
175
|
-
};
|
|
176
|
-
readonly alert: {
|
|
177
|
-
readonly expandText: "더 확장";
|
|
178
|
-
readonly collapseText: "치워";
|
|
179
|
-
};
|
|
180
|
-
readonly anchor: {
|
|
181
|
-
readonly copySuccessText: "링크 복사 성공";
|
|
182
|
-
readonly copyText: "링크 복사";
|
|
183
|
-
};
|
|
184
|
-
readonly colorPicker: {
|
|
185
|
-
readonly swatchColorTitle: "시스템 기본 색상";
|
|
186
|
-
readonly recentColorTitle: "최근 사용한 색상";
|
|
187
|
-
readonly clearConfirmText: "최근에 사용한 색상을 지우시겠습니까?";
|
|
188
|
-
readonly singleColor: "단색";
|
|
189
|
-
readonly gradientColor: "그라데이션";
|
|
190
|
-
};
|
|
191
|
-
readonly guide: {
|
|
192
|
-
readonly finishButtonProps: {
|
|
193
|
-
readonly content: "완료";
|
|
194
|
-
readonly theme: "primary";
|
|
195
|
-
};
|
|
196
|
-
readonly nextButtonProps: {
|
|
197
|
-
readonly content: "다음 단계";
|
|
198
|
-
readonly theme: "primary";
|
|
199
|
-
};
|
|
200
|
-
readonly skipButtonProps: {
|
|
201
|
-
readonly content: "건너뛰기";
|
|
202
|
-
readonly theme: "default";
|
|
203
|
-
};
|
|
204
|
-
readonly prevButtonProps: {
|
|
205
|
-
readonly content: "마지막 단계";
|
|
206
|
-
readonly theme: "default";
|
|
207
|
-
};
|
|
208
|
-
};
|
|
209
|
-
readonly image: {
|
|
210
|
-
readonly errorText: "사진을 표시할 수 없습니다.";
|
|
211
|
-
readonly loadingText: "이미지 로딩";
|
|
212
|
-
};
|
|
213
|
-
readonly imageViewer: {
|
|
214
|
-
readonly errorText: "이미지를 로드하지 못했습니다. 새로고침해 보세요.";
|
|
215
|
-
readonly mirrorTipText: "미러 이미지";
|
|
216
|
-
readonly rotateTipText: "회전하다";
|
|
217
|
-
readonly originalSizeTipText: "원본 크기";
|
|
218
|
-
};
|
|
219
|
-
readonly typography: {
|
|
220
|
-
readonly expandText: "펼치다";
|
|
221
|
-
readonly collapseText: "접다";
|
|
222
|
-
readonly copiedText: "복사 성공";
|
|
223
|
-
};
|
|
224
|
-
readonly rate: {
|
|
225
|
-
readonly rateText: readonly ["최악", "실망", "보통", "만족", "놀람"];
|
|
226
|
-
};
|
|
227
|
-
readonly empty: {
|
|
228
|
-
readonly titleText: {
|
|
229
|
-
readonly maintenance: "건설 중";
|
|
230
|
-
readonly success: "성공";
|
|
231
|
-
readonly fail: "실패";
|
|
232
|
-
readonly empty: "데이터 없음";
|
|
233
|
-
readonly networkError: "네트워크 오류";
|
|
234
|
-
};
|
|
235
|
-
};
|
|
236
|
-
readonly descriptions: {
|
|
237
|
-
readonly colonText: ":";
|
|
238
|
-
};
|
|
239
|
-
readonly chat: {
|
|
240
|
-
readonly placeholder: "메시지를 입력하세요...";
|
|
241
|
-
readonly stopBtnText: "중지";
|
|
242
|
-
readonly refreshTipText: "다시 생성";
|
|
243
|
-
readonly copyTipText: "복사";
|
|
244
|
-
readonly likeTipText: "좋아요";
|
|
245
|
-
readonly dislikeTipText: "싫어요";
|
|
246
|
-
readonly copyCodeBtnText: "코드 복사";
|
|
247
|
-
readonly copyCodeSuccessText: "복사됨";
|
|
248
|
-
readonly clearHistoryBtnText: "기록 지우기";
|
|
249
|
-
readonly copyTextSuccess: "클립보드에 복사되었습니다";
|
|
250
|
-
readonly copyTextFail: "클립보드에 복사하지 못했습니다";
|
|
251
|
-
readonly confirmClearHistory: "채팅 기록을 지우시겠습니까?";
|
|
252
|
-
readonly loadingText: "생각 중...";
|
|
253
|
-
readonly loadingEndText: "깊이 생각함";
|
|
254
|
-
readonly uploadImageText: "이미지 업로드";
|
|
255
|
-
readonly uploadAttachmentText: "첨부 파일 업로드";
|
|
256
|
-
};
|
|
257
|
-
readonly qrcode: {
|
|
258
|
-
readonly expiredText: "만료됨";
|
|
259
|
-
readonly refreshText: "새로 고치다";
|
|
260
|
-
readonly scannedText: "스캔됨";
|
|
261
|
-
};
|
|
262
|
-
};
|
|
263
|
-
export default _default;
|
|
@@ -1,263 +0,0 @@
|
|
|
1
|
-
import 'dayjs/locale/ru';
|
|
2
|
-
declare const _default: {
|
|
3
|
-
readonly autoComplete: {
|
|
4
|
-
readonly empty: "Нет данных";
|
|
5
|
-
};
|
|
6
|
-
readonly pagination: {
|
|
7
|
-
readonly itemsPerPage: "{size} шт./стр.";
|
|
8
|
-
readonly jumpTo: "Перейти к";
|
|
9
|
-
readonly page: "стр.";
|
|
10
|
-
readonly total: "Всего {count} элементов данных";
|
|
11
|
-
};
|
|
12
|
-
readonly cascader: {
|
|
13
|
-
readonly empty: "Нет данных";
|
|
14
|
-
readonly loadingText: "Загрузка";
|
|
15
|
-
readonly placeholder: "Выберите";
|
|
16
|
-
};
|
|
17
|
-
readonly calendar: {
|
|
18
|
-
readonly yearSelection: "{year} год";
|
|
19
|
-
readonly monthSelection: "{month} месяц";
|
|
20
|
-
readonly yearRadio: "Год";
|
|
21
|
-
readonly monthRadio: "Месяц";
|
|
22
|
-
readonly hideWeekend: "Скрыть выходные";
|
|
23
|
-
readonly showWeekend: "Показать выходные";
|
|
24
|
-
readonly today: "Сегодня";
|
|
25
|
-
readonly thisMonth: "Этот месяц";
|
|
26
|
-
readonly week: "Пн,Вт,Ср,Чт,Пт,Сб,Вс";
|
|
27
|
-
readonly cellMonth: "1 мес.,2 мес.,3 мес.,4 мес.,5 мес.,6 мес.,7 мес.,8 мес.,9 мес.,10 мес.,11 мес.,12 мес.";
|
|
28
|
-
};
|
|
29
|
-
readonly transfer: {
|
|
30
|
-
readonly title: "{checked} / {total} шт.";
|
|
31
|
-
readonly empty: "Нет данных";
|
|
32
|
-
readonly placeholder: "Введите ключевое слово для поиска";
|
|
33
|
-
};
|
|
34
|
-
readonly timePicker: {
|
|
35
|
-
readonly dayjsLocale: "zh-cn";
|
|
36
|
-
readonly now: "Сейчас";
|
|
37
|
-
readonly confirm: "Ок";
|
|
38
|
-
readonly anteMeridiem: "До полудня";
|
|
39
|
-
readonly postMeridiem: "После полудня";
|
|
40
|
-
readonly placeholder: "Выберите время";
|
|
41
|
-
};
|
|
42
|
-
readonly dialog: {
|
|
43
|
-
readonly confirm: "Подтвердить";
|
|
44
|
-
readonly cancel: "Отмена";
|
|
45
|
-
};
|
|
46
|
-
readonly drawer: {
|
|
47
|
-
readonly confirm: "Подтвердить";
|
|
48
|
-
readonly cancel: "Отмена";
|
|
49
|
-
};
|
|
50
|
-
readonly popconfirm: {
|
|
51
|
-
readonly confirm: {
|
|
52
|
-
readonly content: "Подтвердить";
|
|
53
|
-
};
|
|
54
|
-
readonly cancel: {
|
|
55
|
-
readonly content: "Отмена";
|
|
56
|
-
};
|
|
57
|
-
};
|
|
58
|
-
readonly table: {
|
|
59
|
-
readonly empty: "Нет данных";
|
|
60
|
-
readonly loadingText: "Загрузка, пожалуйста, подождите";
|
|
61
|
-
readonly loadingMoreText: "Нажмите, чтобы загрузить больше";
|
|
62
|
-
readonly filterInputPlaceholder: "Введите содержание (нет значения по умолчанию)";
|
|
63
|
-
readonly sortAscendingOperationText: "Сортировать по возрастанию";
|
|
64
|
-
readonly sortCancelOperationText: "Отменить сортировку";
|
|
65
|
-
readonly sortDescendingOperationText: "Сортировать по убыванию";
|
|
66
|
-
readonly clearFilterResultButtonText: "Очистить фильтр";
|
|
67
|
-
readonly columnConfigButtonText: "Настройка столбцов";
|
|
68
|
-
readonly columnConfigTitleText: "Настройка столбцов таблицы";
|
|
69
|
-
readonly columnConfigDescriptionText: "Пожалуйста, выберите столбцы данных, которые нужно отобразить в таблице";
|
|
70
|
-
readonly confirmText: "Подтвердить";
|
|
71
|
-
readonly cancelText: "Отмена";
|
|
72
|
-
readonly resetText: "Сбросить";
|
|
73
|
-
readonly selectAllText: "Выбрать все";
|
|
74
|
-
readonly searchResultText: "Поиск «{result}», найдено {count} результатов";
|
|
75
|
-
};
|
|
76
|
-
readonly select: {
|
|
77
|
-
readonly empty: "Нет данных";
|
|
78
|
-
readonly loadingText: "Загрузка";
|
|
79
|
-
readonly placeholder: "Выберите";
|
|
80
|
-
};
|
|
81
|
-
readonly tree: {
|
|
82
|
-
readonly empty: "Нет данных";
|
|
83
|
-
};
|
|
84
|
-
readonly treeSelect: {
|
|
85
|
-
readonly empty: "Нет данных";
|
|
86
|
-
readonly loadingText: "Загрузка";
|
|
87
|
-
readonly placeholder: "Выберите";
|
|
88
|
-
};
|
|
89
|
-
readonly datePicker: {
|
|
90
|
-
readonly dayjsLocale: "ru";
|
|
91
|
-
readonly placeholder: {
|
|
92
|
-
readonly date: "Выберите дату";
|
|
93
|
-
readonly month: "Выберите месяц";
|
|
94
|
-
readonly year: "Выберите год";
|
|
95
|
-
readonly quarter: "Пожалуйста выберите квартал";
|
|
96
|
-
readonly week: "Пожалуйста выберите неделю";
|
|
97
|
-
};
|
|
98
|
-
readonly weekdays: readonly ["Пн", "Вт", "Ср", "Чт", "Пт", "Сб", "Вс"];
|
|
99
|
-
readonly months: readonly ["Январь", "Февраль", "Март", "Апрель", "Май", "Июнь", "Июль", "Август", "Сентябрь", "Октябрь", "Ноябрь", "Декабрь"];
|
|
100
|
-
readonly quarters: readonly ["1-й квартал", "2-й квартал", "3-й квартал", "4-й квартал"];
|
|
101
|
-
readonly rangeSeparator: "-";
|
|
102
|
-
readonly direction: "ltr";
|
|
103
|
-
readonly format: "DD.MM.YYYY";
|
|
104
|
-
readonly dayAriaLabel: "День";
|
|
105
|
-
readonly weekAbbreviation: "Неделя";
|
|
106
|
-
readonly yearAriaLabel: "Год";
|
|
107
|
-
readonly monthAriaLabel: "Месяц";
|
|
108
|
-
readonly confirm: "Подтвердить";
|
|
109
|
-
readonly selectTime: "Выберите время";
|
|
110
|
-
readonly selectDate: "Выберите дату";
|
|
111
|
-
readonly nextYear: "Следующий год";
|
|
112
|
-
readonly preYear: "Предыдущий год";
|
|
113
|
-
readonly nextMonth: "Следующий месяц";
|
|
114
|
-
readonly preMonth: "Предыдущий месяц";
|
|
115
|
-
readonly preDecade: "Предыдущее десятилетие";
|
|
116
|
-
readonly nextDecade: "Следующее десятилетие";
|
|
117
|
-
readonly now: "Сейчас";
|
|
118
|
-
};
|
|
119
|
-
readonly upload: {
|
|
120
|
-
readonly sizeLimitMessage: "Размер файла не должен превышать {sizeLimit}";
|
|
121
|
-
readonly cancelUploadText: "Отменить загрузку";
|
|
122
|
-
readonly triggerUploadText: {
|
|
123
|
-
readonly fileInput: "Выбрать файл";
|
|
124
|
-
readonly image: "Нажмите, чтобы загрузить изображение";
|
|
125
|
-
readonly normal: "Нажмите, чтобы загрузить";
|
|
126
|
-
readonly reupload: "Выбрать заново";
|
|
127
|
-
readonly continueUpload: "Продолжить выбор";
|
|
128
|
-
readonly delete: "Удалить";
|
|
129
|
-
readonly uploading: "Загрузка";
|
|
130
|
-
};
|
|
131
|
-
readonly dragger: {
|
|
132
|
-
readonly dragDropText: "Отпустите мышь";
|
|
133
|
-
readonly draggingText: "Перетащите в эту область";
|
|
134
|
-
readonly clickAndDragText: "Нажмите на кнопку «Выбрать файл» выше или перетащите файл в эту область";
|
|
135
|
-
};
|
|
136
|
-
readonly file: {
|
|
137
|
-
readonly fileNameText: "Имя файла";
|
|
138
|
-
readonly fileSizeText: "Размер файла";
|
|
139
|
-
readonly fileStatusText: "Статус";
|
|
140
|
-
readonly fileOperationText: "Операция";
|
|
141
|
-
readonly fileOperationDateText: "Дата загрузки";
|
|
142
|
-
};
|
|
143
|
-
readonly progress: {
|
|
144
|
-
readonly uploadingText: "Загрузка";
|
|
145
|
-
readonly waitingText: "Ожидание загрузки";
|
|
146
|
-
readonly failText: "Загрузка не удалась";
|
|
147
|
-
readonly successText: "Загрузка успешна";
|
|
148
|
-
};
|
|
149
|
-
};
|
|
150
|
-
readonly form: {
|
|
151
|
-
readonly errorMessage: {
|
|
152
|
-
readonly date: "Введите правильный ${name}";
|
|
153
|
-
readonly url: "Введите правильный ${name}";
|
|
154
|
-
readonly whitespace: "${name} не может быть пустым";
|
|
155
|
-
readonly required: "${name} обязательно для заполнения";
|
|
156
|
-
readonly max: "Длина символов ${name} не должна превышать ${validate} символов";
|
|
157
|
-
readonly min: "Длина символов ${name} не должна быть меньше ${validate} символов";
|
|
158
|
-
readonly len: "Длина символов ${name} должна быть ${validate}";
|
|
159
|
-
readonly enum: "${name} может быть только ${validate} и т.д.";
|
|
160
|
-
readonly idcard: "Введите правильный ${name}";
|
|
161
|
-
readonly telnumber: "Введите правильный ${name}";
|
|
162
|
-
readonly pattern: "Введите правильный ${name}";
|
|
163
|
-
readonly validator: "${name} не соответствует требованиям";
|
|
164
|
-
readonly boolean: "Тип данных ${name} должен быть булевым";
|
|
165
|
-
readonly number: "${name} должно быть числом";
|
|
166
|
-
};
|
|
167
|
-
readonly colonText: ":";
|
|
168
|
-
};
|
|
169
|
-
readonly input: {
|
|
170
|
-
readonly placeholder: "Введите";
|
|
171
|
-
};
|
|
172
|
-
readonly list: {
|
|
173
|
-
readonly loadingText: "Загрузка, пожалуйста, подождите";
|
|
174
|
-
readonly loadingMoreText: "Нажмите, чтобы загрузить больше";
|
|
175
|
-
};
|
|
176
|
-
readonly alert: {
|
|
177
|
-
readonly expandText: "Развернуть больше";
|
|
178
|
-
readonly collapseText: "Свернуть";
|
|
179
|
-
};
|
|
180
|
-
readonly anchor: {
|
|
181
|
-
readonly copySuccessText: "Ссылка скопирована успешно";
|
|
182
|
-
readonly copyText: "Скопировать ссылку";
|
|
183
|
-
};
|
|
184
|
-
readonly colorPicker: {
|
|
185
|
-
readonly swatchColorTitle: "Системные предустановленные цвета";
|
|
186
|
-
readonly recentColorTitle: "Недавно использованные цвета";
|
|
187
|
-
readonly clearConfirmText: "Вы уверены, что хотите очистить недавно использованные цвета?";
|
|
188
|
-
readonly singleColor: "Сплошной";
|
|
189
|
-
readonly gradientColor: "Градиент";
|
|
190
|
-
};
|
|
191
|
-
readonly guide: {
|
|
192
|
-
readonly finishButtonProps: {
|
|
193
|
-
readonly content: "Готово";
|
|
194
|
-
readonly theme: "primary";
|
|
195
|
-
};
|
|
196
|
-
readonly nextButtonProps: {
|
|
197
|
-
readonly content: "Следующий шаг";
|
|
198
|
-
readonly theme: "primary";
|
|
199
|
-
};
|
|
200
|
-
readonly skipButtonProps: {
|
|
201
|
-
readonly content: "Пропустить";
|
|
202
|
-
readonly theme: "default";
|
|
203
|
-
};
|
|
204
|
-
readonly prevButtonProps: {
|
|
205
|
-
readonly content: "Предыдущий шаг";
|
|
206
|
-
readonly theme: "default";
|
|
207
|
-
};
|
|
208
|
-
};
|
|
209
|
-
readonly image: {
|
|
210
|
-
readonly errorText: "Изображение не может быть отображено";
|
|
211
|
-
readonly loadingText: "Загрузка изображения";
|
|
212
|
-
};
|
|
213
|
-
readonly imageViewer: {
|
|
214
|
-
readonly errorText: "Не удалось загрузить изображение, попробуйте перезагрузить";
|
|
215
|
-
readonly mirrorTipText: "Зеркало";
|
|
216
|
-
readonly rotateTipText: "Поворот";
|
|
217
|
-
readonly originalSizeTipText: "Оригинальный размер";
|
|
218
|
-
};
|
|
219
|
-
readonly typography: {
|
|
220
|
-
readonly expandText: "раскрывать";
|
|
221
|
-
readonly collapseText: "убрать";
|
|
222
|
-
readonly copiedText: "Скопировано успешно";
|
|
223
|
-
};
|
|
224
|
-
readonly rate: {
|
|
225
|
-
readonly rateText: readonly ["Ужасно", "Разочарован", "Обычный", "Удовлетворенный", "Удивленный"];
|
|
226
|
-
};
|
|
227
|
-
readonly empty: {
|
|
228
|
-
readonly titleText: {
|
|
229
|
-
readonly maintenance: "Строительство";
|
|
230
|
-
readonly success: "Успех";
|
|
231
|
-
readonly fail: "Провал";
|
|
232
|
-
readonly empty: "Нет данных";
|
|
233
|
-
readonly networkError: "Ошибка сети";
|
|
234
|
-
};
|
|
235
|
-
};
|
|
236
|
-
readonly descriptions: {
|
|
237
|
-
readonly colonText: ":";
|
|
238
|
-
};
|
|
239
|
-
readonly chat: {
|
|
240
|
-
readonly placeholder: "Введите сообщение...";
|
|
241
|
-
readonly stopBtnText: "Остановить";
|
|
242
|
-
readonly refreshTipText: "Сгенерировать заново";
|
|
243
|
-
readonly copyTipText: "Копировать";
|
|
244
|
-
readonly likeTipText: "Нравится";
|
|
245
|
-
readonly dislikeTipText: "Не нравится";
|
|
246
|
-
readonly copyCodeBtnText: "Копировать код";
|
|
247
|
-
readonly copyCodeSuccessText: "Скопировано";
|
|
248
|
-
readonly clearHistoryBtnText: "Очистить историю";
|
|
249
|
-
readonly copyTextSuccess: "Успешно скопировано в буфер обмена";
|
|
250
|
-
readonly copyTextFail: "Не удалось скопировать в буфер обмена";
|
|
251
|
-
readonly confirmClearHistory: "Вы уверены, что хотите очистить все сообщения?";
|
|
252
|
-
readonly loadingText: "Думаю...";
|
|
253
|
-
readonly loadingEndText: "Глубоко обдумано";
|
|
254
|
-
readonly uploadImageText: "загрузить изображение";
|
|
255
|
-
readonly uploadAttachmentText: "загрузить вложение";
|
|
256
|
-
};
|
|
257
|
-
readonly qrcode: {
|
|
258
|
-
readonly expiredText: "истекший";
|
|
259
|
-
readonly refreshText: "обновить";
|
|
260
|
-
readonly scannedText: "сканированный";
|
|
261
|
-
};
|
|
262
|
-
};
|
|
263
|
-
export default _default;
|