antd-mobile 5.31.1 → 5.32.1
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/2x/bundle/antd-mobile.cjs.development.js +665 -553
- package/2x/bundle/antd-mobile.cjs.js +9 -9
- package/2x/bundle/antd-mobile.es.development.js +666 -554
- package/2x/bundle/antd-mobile.es.js +5659 -5580
- package/2x/bundle/antd-mobile.umd.development.js +665 -553
- package/2x/bundle/antd-mobile.umd.js +9 -9
- package/2x/bundle/style.css +16 -15
- package/2x/cjs/components/action-sheet/action-sheet.css +1 -1
- package/2x/cjs/components/button/button.css +2 -2
- package/2x/cjs/components/calendar/calendar.js +5 -1
- package/2x/cjs/components/calendar/convert.js +1 -6
- package/2x/cjs/components/capsule-tabs/capsule-tabs.js +2 -4
- package/2x/cjs/components/cascader/cascader.d.ts +2 -0
- package/2x/cjs/components/cascader/index.d.ts +1 -0
- package/2x/cjs/components/center-popup/center-popup.js +6 -5
- package/2x/cjs/components/checkbox/checkbox.d.ts +2 -0
- package/2x/cjs/components/checkbox/checkbox.js +1 -0
- package/2x/cjs/components/checkbox/index.d.ts +1 -0
- package/2x/cjs/components/collapse/collapse.js +28 -13
- package/2x/cjs/components/date-picker/date-picker-date-utils.js +24 -36
- package/2x/cjs/components/date-picker/date-picker-week-utils.js +12 -18
- package/2x/cjs/components/date-picker-view/date-picker-view.d.ts +7 -5
- package/2x/cjs/components/date-picker-view/date-picker-view.js +8 -2
- package/2x/cjs/components/dropdown/dropdown.js +1 -1
- package/2x/cjs/components/ellipsis/ellipsis.js +4 -4
- package/2x/cjs/components/error-block/create-error-block.js +4 -4
- package/2x/cjs/components/error-block/error-block.css +1 -1
- package/2x/cjs/components/floating-panel/floating-panel.js +8 -7
- package/2x/cjs/components/footer/footer.js +17 -21
- package/2x/cjs/components/form/form-item.d.ts +1 -1
- package/2x/cjs/components/form/form-item.js +6 -9
- package/2x/cjs/components/form/form.css +1 -1
- package/2x/cjs/components/form/index.css +1 -1
- package/2x/cjs/components/image-uploader/image-uploader.css +1 -1
- package/2x/cjs/components/image-uploader/image-uploader.js +1 -3
- package/2x/cjs/components/input/input.d.ts +2 -8
- package/2x/cjs/components/input/input.js +5 -1
- package/2x/cjs/components/jumbo-tabs/jumbo-tabs.js +1 -1
- package/2x/cjs/components/modal/modal.js +11 -13
- package/2x/cjs/components/notice-bar/notice-bar.css +2 -2
- package/2x/cjs/components/number-keyboard/number-keyboard.css +2 -2
- package/2x/cjs/components/picker-view/wheel.js +61 -14
- package/2x/cjs/components/popover/popover-menu.css +2 -2
- package/2x/cjs/components/popover/popover.js +5 -7
- package/2x/cjs/components/popup/popup.js +3 -3
- package/2x/cjs/components/progress-bar/progress-bar.css +1 -1
- package/2x/cjs/components/pull-to-refresh/pull-to-refresh.js +1 -1
- package/2x/cjs/components/radio/radio.d.ts +1 -0
- package/2x/cjs/components/radio/radio.js +1 -0
- package/2x/cjs/components/rate/rate.d.ts +1 -1
- package/2x/cjs/components/rate/star.d.ts +1 -1
- package/2x/cjs/components/result/result.js +2 -2
- package/2x/cjs/components/safe-area/safe-area.d.ts +1 -1
- package/2x/cjs/components/safe-area/safe-area.js +1 -1
- package/2x/cjs/components/side-bar/side-bar.d.ts +1 -2
- package/2x/cjs/components/side-bar/side-bar.js +4 -2
- package/2x/cjs/components/skeleton/skeleton.d.ts +1 -1
- package/2x/cjs/components/stepper/stepper.js +1 -5
- package/2x/cjs/components/steps/steps.js +5 -5
- package/2x/cjs/components/swipe-action/swipe-action.d.ts +4 -3
- package/2x/cjs/components/tab-bar/tab-bar.d.ts +1 -2
- package/2x/cjs/components/tab-bar/tab-bar.js +4 -2
- package/2x/cjs/components/tabs/tabs.js +1 -1
- package/2x/cjs/components/tag/tag.js +1 -1
- package/2x/cjs/components/text-area/text-area.css +1 -0
- package/2x/cjs/components/text-area/text-area.js +11 -2
- package/2x/cjs/components/toast/toast.css +2 -2
- package/2x/cjs/components/tree-select/multiple.js +2 -6
- package/2x/cjs/components/virtual-input/virtual-input.js +1 -1
- package/2x/cjs/components/water-mark/water-mark.js +1 -1
- package/2x/cjs/locales/base.d.ts +1 -1
- package/2x/cjs/locales/base.js +1 -1
- package/2x/cjs/locales/da-DK.d.ts +1 -1
- package/2x/cjs/locales/da-DK.js +1 -1
- package/2x/cjs/locales/en-US.d.ts +1 -1
- package/2x/cjs/locales/es-ES.d.ts +1 -1
- package/2x/cjs/locales/es-ES.js +1 -1
- package/2x/cjs/locales/fa-IR.d.ts +1 -1
- package/2x/cjs/locales/fa-IR.js +1 -1
- package/2x/cjs/locales/fr-FR.d.ts +1 -1
- package/2x/cjs/locales/fr-FR.js +1 -1
- package/2x/cjs/locales/id-ID.d.ts +1 -1
- package/2x/cjs/locales/id-ID.js +1 -1
- package/2x/cjs/locales/it-IT.d.ts +1 -1
- package/2x/cjs/locales/it-IT.js +1 -1
- package/2x/cjs/locales/ja-JP.d.ts +1 -1
- package/2x/cjs/locales/ja-JP.js +1 -1
- package/2x/cjs/locales/kk-KZ.d.ts +1 -1
- package/2x/cjs/locales/kk-KZ.js +1 -1
- package/2x/cjs/locales/ko-KR.d.ts +1 -1
- package/2x/cjs/locales/ko-KR.js +1 -1
- package/2x/cjs/locales/nb-NO.d.ts +1 -1
- package/2x/cjs/locales/nb-NO.js +1 -1
- package/2x/cjs/locales/nl-NL.d.ts +1 -1
- package/2x/cjs/locales/nl-NL.js +1 -1
- package/2x/cjs/locales/ru-RU.d.ts +134 -0
- package/2x/cjs/locales/ru-RU.js +144 -0
- package/2x/cjs/locales/zh-CN.d.ts +1 -1
- package/2x/cjs/locales/zh-CN.js +1 -1
- package/2x/cjs/locales/zh-HK.d.ts +1 -1
- package/2x/cjs/locales/zh-HK.js +1 -1
- package/2x/cjs/locales/zh-TW.d.ts +1 -1
- package/2x/cjs/locales/zh-TW.js +1 -1
- package/2x/cjs/utils/replace-message.d.ts +1 -0
- package/2x/cjs/utils/replace-message.js +13 -0
- package/2x/cjs/utils/use-lock-scroll.js +6 -2
- package/2x/es/components/action-sheet/action-sheet.css +1 -1
- package/2x/es/components/button/button.css +2 -2
- package/2x/es/components/calendar/calendar.js +5 -1
- package/2x/es/components/calendar/convert.js +1 -6
- package/2x/es/components/capsule-tabs/capsule-tabs.js +3 -5
- package/2x/es/components/cascader/cascader.d.ts +2 -0
- package/2x/es/components/cascader/index.d.ts +1 -0
- package/2x/es/components/center-popup/center-popup.js +6 -5
- package/2x/es/components/checkbox/checkbox.d.ts +2 -0
- package/2x/es/components/checkbox/checkbox.js +1 -0
- package/2x/es/components/checkbox/index.d.ts +1 -0
- package/2x/es/components/collapse/collapse.js +29 -14
- package/2x/es/components/date-picker/date-picker-date-utils.js +24 -36
- package/2x/es/components/date-picker/date-picker-week-utils.js +12 -18
- package/2x/es/components/date-picker-view/date-picker-view.d.ts +7 -5
- package/2x/es/components/date-picker-view/date-picker-view.js +8 -2
- package/2x/es/components/dropdown/dropdown.js +2 -2
- package/2x/es/components/ellipsis/ellipsis.js +4 -4
- package/2x/es/components/error-block/create-error-block.js +4 -4
- package/2x/es/components/error-block/error-block.css +1 -1
- package/2x/es/components/floating-panel/floating-panel.js +8 -7
- package/2x/es/components/footer/footer.js +17 -21
- package/2x/es/components/form/form-item.d.ts +1 -1
- package/2x/es/components/form/form-item.js +6 -9
- package/2x/es/components/form/form.css +1 -1
- package/2x/es/components/form/index.css +1 -1
- package/2x/es/components/image-uploader/image-uploader.css +1 -1
- package/2x/es/components/image-uploader/image-uploader.js +1 -3
- package/2x/es/components/input/input.d.ts +2 -8
- package/2x/es/components/input/input.js +5 -1
- package/2x/es/components/jumbo-tabs/jumbo-tabs.js +2 -2
- package/2x/es/components/modal/modal.js +11 -13
- package/2x/es/components/notice-bar/notice-bar.css +2 -2
- package/2x/es/components/number-keyboard/number-keyboard.css +2 -2
- package/2x/es/components/picker-view/wheel.js +61 -14
- package/2x/es/components/popover/popover-menu.css +2 -2
- package/2x/es/components/popover/popover.js +5 -7
- package/2x/es/components/popup/popup.js +3 -3
- package/2x/es/components/progress-bar/progress-bar.css +1 -1
- package/2x/es/components/pull-to-refresh/pull-to-refresh.js +1 -1
- package/2x/es/components/radio/radio.d.ts +1 -0
- package/2x/es/components/radio/radio.js +1 -0
- package/2x/es/components/rate/rate.d.ts +1 -1
- package/2x/es/components/rate/star.d.ts +1 -1
- package/2x/es/components/result/result.js +2 -2
- package/2x/es/components/safe-area/safe-area.d.ts +1 -1
- package/2x/es/components/safe-area/safe-area.js +1 -1
- package/2x/es/components/side-bar/side-bar.d.ts +1 -2
- package/2x/es/components/side-bar/side-bar.js +2 -2
- package/2x/es/components/skeleton/skeleton.d.ts +1 -1
- package/2x/es/components/stepper/stepper.js +1 -5
- package/2x/es/components/steps/steps.js +5 -5
- package/2x/es/components/swipe-action/swipe-action.d.ts +4 -3
- package/2x/es/components/tab-bar/tab-bar.d.ts +1 -2
- package/2x/es/components/tab-bar/tab-bar.js +2 -2
- package/2x/es/components/tabs/tabs.js +2 -2
- package/2x/es/components/tag/tag.js +1 -1
- package/2x/es/components/text-area/text-area.css +1 -0
- package/2x/es/components/text-area/text-area.js +11 -2
- package/2x/es/components/toast/toast.css +2 -2
- package/2x/es/components/tree-select/multiple.js +2 -6
- package/2x/es/components/virtual-input/virtual-input.js +1 -1
- package/2x/es/components/water-mark/water-mark.js +1 -1
- package/2x/es/locales/base.d.ts +1 -1
- package/2x/es/locales/base.js +1 -1
- package/2x/es/locales/da-DK.d.ts +1 -1
- package/2x/es/locales/da-DK.js +1 -1
- package/2x/es/locales/en-US.d.ts +1 -1
- package/2x/es/locales/es-ES.d.ts +1 -1
- package/2x/es/locales/es-ES.js +1 -1
- package/2x/es/locales/fa-IR.d.ts +1 -1
- package/2x/es/locales/fa-IR.js +1 -1
- package/2x/es/locales/fr-FR.d.ts +1 -1
- package/2x/es/locales/fr-FR.js +1 -1
- package/2x/es/locales/id-ID.d.ts +1 -1
- package/2x/es/locales/id-ID.js +1 -1
- package/2x/es/locales/it-IT.d.ts +1 -1
- package/2x/es/locales/it-IT.js +1 -1
- package/2x/es/locales/ja-JP.d.ts +1 -1
- package/2x/es/locales/ja-JP.js +1 -1
- package/2x/es/locales/kk-KZ.d.ts +1 -1
- package/2x/es/locales/kk-KZ.js +1 -1
- package/2x/es/locales/ko-KR.d.ts +1 -1
- package/2x/es/locales/ko-KR.js +1 -1
- package/2x/es/locales/nb-NO.d.ts +1 -1
- package/2x/es/locales/nb-NO.js +1 -1
- package/2x/es/locales/nl-NL.d.ts +1 -1
- package/2x/es/locales/nl-NL.js +1 -1
- package/2x/es/locales/ru-RU.d.ts +134 -0
- package/2x/es/locales/ru-RU.js +137 -0
- package/2x/es/locales/zh-CN.d.ts +1 -1
- package/2x/es/locales/zh-CN.js +1 -1
- package/2x/es/locales/zh-HK.d.ts +1 -1
- package/2x/es/locales/zh-HK.js +1 -1
- package/2x/es/locales/zh-TW.d.ts +1 -1
- package/2x/es/locales/zh-TW.js +1 -1
- package/2x/es/utils/replace-message.d.ts +1 -0
- package/2x/es/utils/replace-message.js +7 -0
- package/2x/es/utils/use-lock-scroll.js +6 -2
- package/2x/package.json +2 -2
- package/bundle/antd-mobile.cjs.development.js +665 -553
- package/bundle/antd-mobile.cjs.js +9 -9
- package/bundle/antd-mobile.compatible.umd.js +1 -1
- package/bundle/antd-mobile.es.development.js +666 -554
- package/bundle/antd-mobile.es.js +5659 -5580
- package/bundle/antd-mobile.umd.development.js +665 -553
- package/bundle/antd-mobile.umd.js +9 -9
- package/bundle/style.css +1 -1
- package/cjs/components/action-sheet/action-sheet.css +1 -1
- package/cjs/components/button/button.css +2 -2
- package/cjs/components/calendar/calendar.js +5 -1
- package/cjs/components/calendar/convert.js +1 -6
- package/cjs/components/capsule-tabs/capsule-tabs.js +2 -4
- package/cjs/components/cascader/cascader.d.ts +2 -0
- package/cjs/components/cascader/index.d.ts +1 -0
- package/cjs/components/center-popup/center-popup.js +6 -5
- package/cjs/components/checkbox/checkbox.d.ts +2 -0
- package/cjs/components/checkbox/checkbox.js +1 -0
- package/cjs/components/checkbox/index.d.ts +1 -0
- package/cjs/components/collapse/collapse.js +28 -13
- package/cjs/components/date-picker/date-picker-date-utils.js +24 -36
- package/cjs/components/date-picker/date-picker-week-utils.js +12 -18
- package/cjs/components/date-picker-view/date-picker-view.d.ts +7 -5
- package/cjs/components/date-picker-view/date-picker-view.js +8 -2
- package/cjs/components/dropdown/dropdown.js +1 -1
- package/cjs/components/ellipsis/ellipsis.js +4 -4
- package/cjs/components/error-block/create-error-block.js +4 -4
- package/cjs/components/error-block/error-block.css +1 -1
- package/cjs/components/floating-panel/floating-panel.js +8 -7
- package/cjs/components/footer/footer.js +17 -21
- package/cjs/components/form/form-item.d.ts +1 -1
- package/cjs/components/form/form-item.js +6 -9
- package/cjs/components/form/form.css +1 -1
- package/cjs/components/form/index.css +1 -1
- package/cjs/components/image-uploader/image-uploader.css +1 -1
- package/cjs/components/image-uploader/image-uploader.js +1 -3
- package/cjs/components/input/input.d.ts +2 -8
- package/cjs/components/input/input.js +5 -1
- package/cjs/components/jumbo-tabs/jumbo-tabs.js +1 -1
- package/cjs/components/modal/modal.js +11 -13
- package/cjs/components/notice-bar/notice-bar.css +2 -2
- package/cjs/components/number-keyboard/number-keyboard.css +2 -2
- package/cjs/components/picker-view/wheel.js +61 -14
- package/cjs/components/popover/popover-menu.css +2 -2
- package/cjs/components/popover/popover.js +5 -7
- package/cjs/components/popup/popup.js +3 -3
- package/cjs/components/progress-bar/progress-bar.css +1 -1
- package/cjs/components/pull-to-refresh/pull-to-refresh.js +1 -1
- package/cjs/components/radio/radio.d.ts +1 -0
- package/cjs/components/radio/radio.js +1 -0
- package/cjs/components/rate/rate.d.ts +1 -1
- package/cjs/components/rate/star.d.ts +1 -1
- package/cjs/components/result/result.js +2 -2
- package/cjs/components/safe-area/safe-area.d.ts +1 -1
- package/cjs/components/safe-area/safe-area.js +1 -1
- package/cjs/components/side-bar/side-bar.d.ts +1 -2
- package/cjs/components/side-bar/side-bar.js +4 -2
- package/cjs/components/skeleton/skeleton.d.ts +1 -1
- package/cjs/components/stepper/stepper.js +1 -5
- package/cjs/components/steps/steps.js +5 -5
- package/cjs/components/swipe-action/swipe-action.d.ts +4 -3
- package/cjs/components/tab-bar/tab-bar.d.ts +1 -2
- package/cjs/components/tab-bar/tab-bar.js +4 -2
- package/cjs/components/tabs/tabs.js +1 -1
- package/cjs/components/tag/tag.js +1 -1
- package/cjs/components/text-area/text-area.css +1 -0
- package/cjs/components/text-area/text-area.js +11 -2
- package/cjs/components/toast/toast.css +2 -2
- package/cjs/components/tree-select/multiple.js +2 -6
- package/cjs/components/virtual-input/virtual-input.js +1 -1
- package/cjs/components/water-mark/water-mark.js +1 -1
- package/cjs/locales/base.d.ts +1 -1
- package/cjs/locales/base.js +1 -1
- package/cjs/locales/da-DK.d.ts +1 -1
- package/cjs/locales/da-DK.js +1 -1
- package/cjs/locales/en-US.d.ts +1 -1
- package/cjs/locales/es-ES.d.ts +1 -1
- package/cjs/locales/es-ES.js +1 -1
- package/cjs/locales/fa-IR.d.ts +1 -1
- package/cjs/locales/fa-IR.js +1 -1
- package/cjs/locales/fr-FR.d.ts +1 -1
- package/cjs/locales/fr-FR.js +1 -1
- package/cjs/locales/id-ID.d.ts +1 -1
- package/cjs/locales/id-ID.js +1 -1
- package/cjs/locales/it-IT.d.ts +1 -1
- package/cjs/locales/it-IT.js +1 -1
- package/cjs/locales/ja-JP.d.ts +1 -1
- package/cjs/locales/ja-JP.js +1 -1
- package/cjs/locales/kk-KZ.d.ts +1 -1
- package/cjs/locales/kk-KZ.js +1 -1
- package/cjs/locales/ko-KR.d.ts +1 -1
- package/cjs/locales/ko-KR.js +1 -1
- package/cjs/locales/nb-NO.d.ts +1 -1
- package/cjs/locales/nb-NO.js +1 -1
- package/cjs/locales/nl-NL.d.ts +1 -1
- package/cjs/locales/nl-NL.js +1 -1
- package/cjs/locales/ru-RU.d.ts +134 -0
- package/cjs/locales/ru-RU.js +144 -0
- package/cjs/locales/zh-CN.d.ts +1 -1
- package/cjs/locales/zh-CN.js +1 -1
- package/cjs/locales/zh-HK.d.ts +1 -1
- package/cjs/locales/zh-HK.js +1 -1
- package/cjs/locales/zh-TW.d.ts +1 -1
- package/cjs/locales/zh-TW.js +1 -1
- package/cjs/utils/replace-message.d.ts +1 -0
- package/cjs/utils/replace-message.js +13 -0
- package/cjs/utils/use-lock-scroll.js +6 -2
- package/es/components/action-sheet/action-sheet.css +1 -1
- package/es/components/button/button.css +2 -2
- package/es/components/calendar/calendar.js +5 -1
- package/es/components/calendar/convert.js +1 -6
- package/es/components/capsule-tabs/capsule-tabs.js +3 -5
- package/es/components/cascader/cascader.d.ts +2 -0
- package/es/components/cascader/index.d.ts +1 -0
- package/es/components/center-popup/center-popup.js +6 -5
- package/es/components/checkbox/checkbox.d.ts +2 -0
- package/es/components/checkbox/checkbox.js +1 -0
- package/es/components/checkbox/index.d.ts +1 -0
- package/es/components/collapse/collapse.js +29 -14
- package/es/components/date-picker/date-picker-date-utils.js +24 -36
- package/es/components/date-picker/date-picker-week-utils.js +12 -18
- package/es/components/date-picker-view/date-picker-view.d.ts +7 -5
- package/es/components/date-picker-view/date-picker-view.js +8 -2
- package/es/components/dropdown/dropdown.js +2 -2
- package/es/components/ellipsis/ellipsis.js +4 -4
- package/es/components/error-block/create-error-block.js +4 -4
- package/es/components/error-block/error-block.css +1 -1
- package/es/components/floating-panel/floating-panel.js +8 -7
- package/es/components/footer/footer.js +17 -21
- package/es/components/form/form-item.d.ts +1 -1
- package/es/components/form/form-item.js +6 -9
- package/es/components/form/form.css +1 -1
- package/es/components/form/index.css +1 -1
- package/es/components/image-uploader/image-uploader.css +1 -1
- package/es/components/image-uploader/image-uploader.js +1 -3
- package/es/components/input/input.d.ts +2 -8
- package/es/components/input/input.js +5 -1
- package/es/components/jumbo-tabs/jumbo-tabs.js +2 -2
- package/es/components/modal/modal.js +11 -13
- package/es/components/notice-bar/notice-bar.css +2 -2
- package/es/components/number-keyboard/number-keyboard.css +2 -2
- package/es/components/picker-view/wheel.js +61 -14
- package/es/components/popover/popover-menu.css +2 -2
- package/es/components/popover/popover.js +5 -7
- package/es/components/popup/popup.js +3 -3
- package/es/components/progress-bar/progress-bar.css +1 -1
- package/es/components/pull-to-refresh/pull-to-refresh.js +1 -1
- package/es/components/radio/radio.d.ts +1 -0
- package/es/components/radio/radio.js +1 -0
- package/es/components/rate/rate.d.ts +1 -1
- package/es/components/rate/star.d.ts +1 -1
- package/es/components/result/result.js +2 -2
- package/es/components/safe-area/safe-area.d.ts +1 -1
- package/es/components/safe-area/safe-area.js +1 -1
- package/es/components/side-bar/side-bar.d.ts +1 -2
- package/es/components/side-bar/side-bar.js +2 -2
- package/es/components/skeleton/skeleton.d.ts +1 -1
- package/es/components/stepper/stepper.js +1 -5
- package/es/components/steps/steps.js +5 -5
- package/es/components/swipe-action/swipe-action.d.ts +4 -3
- package/es/components/tab-bar/tab-bar.d.ts +1 -2
- package/es/components/tab-bar/tab-bar.js +2 -2
- package/es/components/tabs/tabs.js +2 -2
- package/es/components/tag/tag.js +1 -1
- package/es/components/text-area/text-area.css +1 -0
- package/es/components/text-area/text-area.js +11 -2
- package/es/components/toast/toast.css +2 -2
- package/es/components/tree-select/multiple.js +2 -6
- package/es/components/virtual-input/virtual-input.js +1 -1
- package/es/components/water-mark/water-mark.js +1 -1
- package/es/locales/base.d.ts +1 -1
- package/es/locales/base.js +1 -1
- package/es/locales/da-DK.d.ts +1 -1
- package/es/locales/da-DK.js +1 -1
- package/es/locales/en-US.d.ts +1 -1
- package/es/locales/es-ES.d.ts +1 -1
- package/es/locales/es-ES.js +1 -1
- package/es/locales/fa-IR.d.ts +1 -1
- package/es/locales/fa-IR.js +1 -1
- package/es/locales/fr-FR.d.ts +1 -1
- package/es/locales/fr-FR.js +1 -1
- package/es/locales/id-ID.d.ts +1 -1
- package/es/locales/id-ID.js +1 -1
- package/es/locales/it-IT.d.ts +1 -1
- package/es/locales/it-IT.js +1 -1
- package/es/locales/ja-JP.d.ts +1 -1
- package/es/locales/ja-JP.js +1 -1
- package/es/locales/kk-KZ.d.ts +1 -1
- package/es/locales/kk-KZ.js +1 -1
- package/es/locales/ko-KR.d.ts +1 -1
- package/es/locales/ko-KR.js +1 -1
- package/es/locales/nb-NO.d.ts +1 -1
- package/es/locales/nb-NO.js +1 -1
- package/es/locales/nl-NL.d.ts +1 -1
- package/es/locales/nl-NL.js +1 -1
- package/es/locales/ru-RU.d.ts +134 -0
- package/es/locales/ru-RU.js +137 -0
- package/es/locales/zh-CN.d.ts +1 -1
- package/es/locales/zh-CN.js +1 -1
- package/es/locales/zh-HK.d.ts +1 -1
- package/es/locales/zh-HK.js +1 -1
- package/es/locales/zh-TW.d.ts +1 -1
- package/es/locales/zh-TW.js +1 -1
- package/es/utils/replace-message.d.ts +1 -0
- package/es/utils/replace-message.js +7 -0
- package/es/utils/use-lock-scroll.js +6 -2
- package/package.json +2 -2
- package/umd/antd-mobile.js +1 -1
|
@@ -4,7 +4,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.SideBarItem = exports.SideBar = void 0;
|
|
7
|
-
var _react =
|
|
7
|
+
var _react = _interopRequireWildcard(require("react"));
|
|
8
8
|
var _classnames = _interopRequireDefault(require("classnames"));
|
|
9
9
|
var _badge = _interopRequireDefault(require("../badge"));
|
|
10
10
|
var _nativeProps = require("../../utils/native-props");
|
|
@@ -12,6 +12,8 @@ var _usePropsValue = require("../../utils/use-props-value");
|
|
|
12
12
|
var _corner = require("./corner");
|
|
13
13
|
var _traverseReactNode = require("../../utils/traverse-react-node");
|
|
14
14
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
15
|
+
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
16
|
+
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
15
17
|
const classPrefix = `adm-side-bar`;
|
|
16
18
|
/* istanbul ignore next */
|
|
17
19
|
const SideBarItem = () => {
|
|
@@ -23,7 +25,7 @@ const SideBar = props => {
|
|
|
23
25
|
let firstActiveKey = null;
|
|
24
26
|
const items = [];
|
|
25
27
|
(0, _traverseReactNode.traverseReactNode)(props.children, (child, index) => {
|
|
26
|
-
if (!_react.
|
|
28
|
+
if (!(0, _react.isValidElement)(child)) return;
|
|
27
29
|
const key = child.key;
|
|
28
30
|
if (typeof key !== 'string') return;
|
|
29
31
|
if (index === 0) {
|
|
@@ -74,11 +74,7 @@ function InnerStepper(p, ref) {
|
|
|
74
74
|
};
|
|
75
75
|
const formatValue = value => {
|
|
76
76
|
if (value === null) return '';
|
|
77
|
-
|
|
78
|
-
return formatter(value);
|
|
79
|
-
} else {
|
|
80
|
-
return fixedValue(value);
|
|
81
|
-
}
|
|
77
|
+
return formatter ? formatter(value) : fixedValue(value);
|
|
82
78
|
};
|
|
83
79
|
// ======================== Value & InputValue ========================
|
|
84
80
|
const [mergedValue, setMergedValue] = (0, _useMergedState.default)(defaultValue, {
|
|
@@ -32,14 +32,14 @@ const Steps = p => {
|
|
|
32
32
|
if (!_react.default.isValidElement(child)) {
|
|
33
33
|
return child;
|
|
34
34
|
}
|
|
35
|
-
const
|
|
36
|
-
let status =
|
|
35
|
+
const childProps = child.props;
|
|
36
|
+
let status = childProps.status || 'wait';
|
|
37
37
|
if (index < current) {
|
|
38
|
-
status =
|
|
38
|
+
status = childProps.status || 'finish';
|
|
39
39
|
} else if (index === current) {
|
|
40
|
-
status =
|
|
40
|
+
status = childProps.status || 'process';
|
|
41
41
|
}
|
|
42
|
-
const icon = (_a =
|
|
42
|
+
const icon = (_a = childProps.icon) !== null && _a !== void 0 ? _a : defaultIcon;
|
|
43
43
|
return _react.default.cloneElement(child, {
|
|
44
44
|
status,
|
|
45
45
|
icon
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
import React, { ReactNode } from 'react';
|
|
2
2
|
import { NativeProps } from '../../utils/native-props';
|
|
3
3
|
import { PropagationEvent } from '../../utils/with-stop-propagation';
|
|
4
|
+
declare type SideType = 'left' | 'right';
|
|
4
5
|
export declare type SwipeActionRef = {
|
|
5
6
|
close: () => void;
|
|
6
|
-
show: (side?:
|
|
7
|
+
show: (side?: SideType) => void;
|
|
7
8
|
};
|
|
8
9
|
declare type ActionColor = 'light' | 'weak' | 'primary' | 'success' | 'warning' | 'danger';
|
|
9
10
|
export declare type Action = {
|
|
@@ -20,7 +21,7 @@ export declare type SwipeActionProps = {
|
|
|
20
21
|
closeOnAction?: boolean;
|
|
21
22
|
children: ReactNode;
|
|
22
23
|
stopPropagation?: PropagationEvent[];
|
|
23
|
-
onActionsReveal?: (side:
|
|
24
|
+
onActionsReveal?: (side: SideType) => void;
|
|
24
25
|
} & NativeProps<'--background'>;
|
|
25
26
|
export declare const SwipeAction: React.ForwardRefExoticComponent<{
|
|
26
27
|
rightActions?: Action[] | undefined;
|
|
@@ -30,7 +31,7 @@ export declare const SwipeAction: React.ForwardRefExoticComponent<{
|
|
|
30
31
|
closeOnAction?: boolean | undefined;
|
|
31
32
|
children: ReactNode;
|
|
32
33
|
stopPropagation?: "click"[] | undefined;
|
|
33
|
-
onActionsReveal?: ((side:
|
|
34
|
+
onActionsReveal?: ((side: SideType) => void) | undefined;
|
|
34
35
|
} & {
|
|
35
36
|
className?: string | undefined;
|
|
36
37
|
style?: (React.CSSProperties & Partial<Record<"--background", string>>) | undefined;
|
|
@@ -4,7 +4,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.TabBarItem = exports.TabBar = void 0;
|
|
7
|
-
var _react =
|
|
7
|
+
var _react = _interopRequireWildcard(require("react"));
|
|
8
8
|
var _classnames = _interopRequireDefault(require("classnames"));
|
|
9
9
|
var _nativeProps = require("../../utils/native-props");
|
|
10
10
|
var _withDefaultProps = require("../../utils/with-default-props");
|
|
@@ -13,6 +13,8 @@ var _safeArea = _interopRequireDefault(require("../safe-area"));
|
|
|
13
13
|
var _usePropsValue = require("../../utils/use-props-value");
|
|
14
14
|
var _traverseReactNode = require("../../utils/traverse-react-node");
|
|
15
15
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
16
|
+
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
17
|
+
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
16
18
|
/* istanbul ignore next */
|
|
17
19
|
const TabBarItem = () => {
|
|
18
20
|
return null;
|
|
@@ -28,7 +30,7 @@ const TabBar = p => {
|
|
|
28
30
|
let firstActiveKey = null;
|
|
29
31
|
const items = [];
|
|
30
32
|
(0, _traverseReactNode.traverseReactNode)(props.children, (child, index) => {
|
|
31
|
-
if (!_react.
|
|
33
|
+
if (!(0, _react.isValidElement)(child)) return;
|
|
32
34
|
const key = child.key;
|
|
33
35
|
if (typeof key !== 'string') return;
|
|
34
36
|
if (index === 0) {
|
|
@@ -38,7 +38,7 @@ const Tabs = p => {
|
|
|
38
38
|
let firstActiveKey = null;
|
|
39
39
|
const panes = [];
|
|
40
40
|
(0, _traverseReactNode.traverseReactNode)(props.children, (child, index) => {
|
|
41
|
-
if (!_react.
|
|
41
|
+
if (!(0, _react.isValidElement)(child)) return;
|
|
42
42
|
const key = child.key;
|
|
43
43
|
if (typeof key !== 'string') return;
|
|
44
44
|
if (index === 0) {
|
|
@@ -11,7 +11,7 @@ var _classnames = _interopRequireDefault(require("classnames"));
|
|
|
11
11
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
12
12
|
const classPrefix = `adm-tag`;
|
|
13
13
|
const colorRecord = {
|
|
14
|
-
default: '#666666',
|
|
14
|
+
default: 'var(--adm-color-text-secondary, #666666)',
|
|
15
15
|
primary: 'var(--adm-color-primary, #1677ff)',
|
|
16
16
|
success: 'var(--adm-color-success, #00b578)',
|
|
17
17
|
warning: 'var(--adm-color-warning, #ff8f1f)',
|
|
@@ -86,12 +86,21 @@ const TextArea = (0, _react.forwardRef)((p, ref) => {
|
|
|
86
86
|
className: `${classPrefix}-count`
|
|
87
87
|
}, maxLength === undefined ? valueLength : valueLength + '/' + maxLength);
|
|
88
88
|
}
|
|
89
|
+
let rows = props.rows;
|
|
90
|
+
if (typeof autoSize === 'object') {
|
|
91
|
+
if (autoSize.maxRows && rows > autoSize.maxRows) {
|
|
92
|
+
rows = autoSize.maxRows;
|
|
93
|
+
}
|
|
94
|
+
if (autoSize.minRows && rows < autoSize.minRows) {
|
|
95
|
+
rows = autoSize.minRows;
|
|
96
|
+
}
|
|
97
|
+
}
|
|
89
98
|
return (0, _nativeProps.withNativeProps)(props, _react.default.createElement("div", {
|
|
90
99
|
className: classPrefix
|
|
91
100
|
}, _react.default.createElement("textarea", {
|
|
92
101
|
ref: nativeTextAreaRef,
|
|
93
102
|
className: `${classPrefix}-element`,
|
|
94
|
-
rows:
|
|
103
|
+
rows: rows,
|
|
95
104
|
value: value,
|
|
96
105
|
placeholder: props.placeholder,
|
|
97
106
|
onChange: e => {
|
|
@@ -128,7 +137,7 @@ const TextArea = (0, _react.forwardRef)((p, ref) => {
|
|
|
128
137
|
ref: hiddenTextAreaRef,
|
|
129
138
|
className: `${classPrefix}-element ${classPrefix}-element-hidden`,
|
|
130
139
|
value: value,
|
|
131
|
-
rows:
|
|
140
|
+
rows: rows,
|
|
132
141
|
"aria-hidden": true,
|
|
133
142
|
readOnly: true
|
|
134
143
|
})));
|
|
@@ -4,14 +4,14 @@
|
|
|
4
4
|
left: 0;
|
|
5
5
|
width: 100%;
|
|
6
6
|
height: 100%;
|
|
7
|
+
text-align: center;
|
|
7
8
|
}
|
|
8
9
|
|
|
9
10
|
.adm-toast-mask .adm-toast-main {
|
|
10
11
|
display: inline-block;
|
|
11
12
|
position: relative;
|
|
12
13
|
top: 50%;
|
|
13
|
-
|
|
14
|
-
transform: translate(-50%, -50%);
|
|
14
|
+
transform: translateY(-50%);
|
|
15
15
|
width: auto;
|
|
16
16
|
max-width: 408px;
|
|
17
17
|
max-height: 70%;
|
|
@@ -233,13 +233,9 @@ const Multiple = p => {
|
|
|
233
233
|
}
|
|
234
234
|
const isLeaf = deep === index + 1;
|
|
235
235
|
if (isLeaf) {
|
|
236
|
-
return _react.default.createElement(_react.default.Fragment, null, renderSelectAllLeafItem(columnOptions, index), columnOptions.map(option =>
|
|
237
|
-
return renderLeafItem(option);
|
|
238
|
-
}));
|
|
236
|
+
return _react.default.createElement(_react.default.Fragment, null, renderSelectAllLeafItem(columnOptions, index), columnOptions.map(option => renderLeafItem(option)));
|
|
239
237
|
}
|
|
240
|
-
return _react.default.createElement(_react.default.Fragment, null, renderSelectAllItem(columnOptions, index), columnOptions.map(option =>
|
|
241
|
-
return renderItem(option);
|
|
242
|
-
}));
|
|
238
|
+
return _react.default.createElement(_react.default.Fragment, null, renderSelectAllItem(columnOptions, index), columnOptions.map(option => renderItem(option)));
|
|
243
239
|
};
|
|
244
240
|
const renderColumns = () => {
|
|
245
241
|
var _a;
|
|
@@ -115,7 +115,7 @@ const VirtualInput = (0, _react.forwardRef)((p, ref) => {
|
|
|
115
115
|
},
|
|
116
116
|
role: 'button',
|
|
117
117
|
"aria-label": locale.Input.clear
|
|
118
|
-
}, _react.default.createElement(_antdMobileIcons.CloseCircleFill, null)),
|
|
118
|
+
}, _react.default.createElement(_antdMobileIcons.CloseCircleFill, null)), [undefined, null, ''].includes(value) && _react.default.createElement("div", {
|
|
119
119
|
className: `${classPrefix}-placeholder`
|
|
120
120
|
}, props.placeholder), keyboardElement));
|
|
121
121
|
});
|
package/2x/cjs/locales/base.d.ts
CHANGED
package/2x/cjs/locales/base.js
CHANGED
package/2x/cjs/locales/da-DK.js
CHANGED
|
@@ -17,7 +17,7 @@ const daDK = (0, _mergeLocale.mergeLocale)(_base.base, {
|
|
|
17
17
|
},
|
|
18
18
|
Calendar: {
|
|
19
19
|
markItems: ['ma', 'ti', 'on', 'to', 'fr', 'lø', 'sø'],
|
|
20
|
-
|
|
20
|
+
yearAndMonth: '${month}.${year}'
|
|
21
21
|
},
|
|
22
22
|
Cascader: {
|
|
23
23
|
placeholder: 'Vælger'
|
package/2x/cjs/locales/es-ES.js
CHANGED
|
@@ -16,7 +16,7 @@ const esES = (0, _mergeLocale.mergeLocale)(_base.base, {
|
|
|
16
16
|
},
|
|
17
17
|
Calendar: {
|
|
18
18
|
markItems: ['Lun', 'Mar', 'Mie', 'Jue', 'Vie', 'Sab', 'Dom'],
|
|
19
|
-
|
|
19
|
+
yearAndMonth: '${year}/${month}'
|
|
20
20
|
},
|
|
21
21
|
Cascader: {
|
|
22
22
|
placeholder: 'Seleccionando'
|
package/2x/cjs/locales/fa-IR.js
CHANGED
|
@@ -15,7 +15,7 @@ const faIR = (0, _mergeLocale.mergeLocale)(_base.base, {
|
|
|
15
15
|
},
|
|
16
16
|
Calendar: {
|
|
17
17
|
markItems: ['شنبه', 'یکشنبه', 'دوشنبه', 'سهشنبه', 'چهارشنبه', 'پنجنشبه', 'جمعه'],
|
|
18
|
-
|
|
18
|
+
yearAndMonth: '${year}/${month}'
|
|
19
19
|
},
|
|
20
20
|
Cascader: {
|
|
21
21
|
placeholder: 'انتخاب کنید'
|
package/2x/cjs/locales/fr-FR.js
CHANGED
|
@@ -16,7 +16,7 @@ const frFR = (0, _mergeLocale.mergeLocale)(_base.base, {
|
|
|
16
16
|
},
|
|
17
17
|
Calendar: {
|
|
18
18
|
markItems: ['un', 'deux', 'trois', 'quatre', 'cinq', 'six', 'sept'],
|
|
19
|
-
|
|
19
|
+
yearAndMonth: '${year}Année ${month}Mois'
|
|
20
20
|
},
|
|
21
21
|
Cascader: {
|
|
22
22
|
placeholder: 'Veuillez sélectionner'
|
package/2x/cjs/locales/id-ID.js
CHANGED
|
@@ -16,7 +16,7 @@ const idID = (0, _mergeLocale.mergeLocale)(_base.base, {
|
|
|
16
16
|
},
|
|
17
17
|
Calendar: {
|
|
18
18
|
markItems: ['Senin', 'Selasa', 'Rabu', 'Kamis', 'Jumat', 'Sabtu', 'Minggu'],
|
|
19
|
-
|
|
19
|
+
yearAndMonth: '${year} Tahun ${month} Bulan'
|
|
20
20
|
},
|
|
21
21
|
Cascader: {
|
|
22
22
|
placeholder: 'Silahkan Pilih'
|
package/2x/cjs/locales/it-IT.js
CHANGED
|
@@ -17,7 +17,7 @@ const itIT = (0, _mergeLocale.mergeLocale)(_base.base, {
|
|
|
17
17
|
},
|
|
18
18
|
Calendar: {
|
|
19
19
|
markItems: ['lun', 'mar', 'mer', 'gio', 'ven', 'sab', 'dom'],
|
|
20
|
-
|
|
20
|
+
yearAndMonth: '${month}/${year}'
|
|
21
21
|
},
|
|
22
22
|
Cascader: {
|
|
23
23
|
placeholder: 'Si prega di selezionare'
|
package/2x/cjs/locales/ja-JP.js
CHANGED
|
@@ -16,7 +16,7 @@ const jaJP = (0, _mergeLocale.mergeLocale)(_base.base, {
|
|
|
16
16
|
},
|
|
17
17
|
Calendar: {
|
|
18
18
|
markItems: ['月', '火', '水', '木', '金', '土', '日'],
|
|
19
|
-
|
|
19
|
+
yearAndMonth: '${year}年${month}月'
|
|
20
20
|
},
|
|
21
21
|
Cascader: {
|
|
22
22
|
placeholder: '選択下さい'
|
package/2x/cjs/locales/kk-KZ.js
CHANGED
|
@@ -16,7 +16,7 @@ const kkKZ = (0, _mergeLocale.mergeLocale)(_base.base, {
|
|
|
16
16
|
},
|
|
17
17
|
Calendar: {
|
|
18
18
|
markItems: ['Дү', 'Се', 'Сә', 'Бе', 'Жұ', 'Се', 'Же'],
|
|
19
|
-
|
|
19
|
+
yearAndMonth: '${year}жыл${month}-ші ай'
|
|
20
20
|
},
|
|
21
21
|
Cascader: {
|
|
22
22
|
placeholder: 'Таңдаңыз'
|
package/2x/cjs/locales/ko-KR.js
CHANGED
|
@@ -17,7 +17,7 @@ const koKR = (0, _mergeLocale.mergeLocale)(_base.base, {
|
|
|
17
17
|
},
|
|
18
18
|
Calendar: {
|
|
19
19
|
markItems: ['월', '화', '수', '목', '금', '토', '일'],
|
|
20
|
-
|
|
20
|
+
yearAndMonth: '${year}년 ${month}월'
|
|
21
21
|
},
|
|
22
22
|
Cascader: {
|
|
23
23
|
placeholder: '선택됨'
|
package/2x/cjs/locales/nb-NO.js
CHANGED
|
@@ -17,7 +17,7 @@ const nbNO = (0, _mergeLocale.mergeLocale)(_base.base, {
|
|
|
17
17
|
},
|
|
18
18
|
Calendar: {
|
|
19
19
|
markItems: ['Man', 'Tir', 'Ons', 'Tor', 'Fre', 'Lør', 'Søn'],
|
|
20
|
-
|
|
20
|
+
yearAndMonth: '${month}.${year}'
|
|
21
21
|
},
|
|
22
22
|
Cascader: {
|
|
23
23
|
placeholder: 'Velg'
|
package/2x/cjs/locales/nl-NL.js
CHANGED
|
@@ -17,7 +17,7 @@ const nlNL = (0, _mergeLocale.mergeLocale)(_base.base, {
|
|
|
17
17
|
},
|
|
18
18
|
Calendar: {
|
|
19
19
|
markItems: ['Ma', 'Di', 'Wo', 'Do', 'Vr', 'Za', 'Zo'],
|
|
20
|
-
|
|
20
|
+
yearAndMonth: '${month}-${year}'
|
|
21
21
|
},
|
|
22
22
|
Cascader: {
|
|
23
23
|
placeholder: 'Selecteren'
|
|
@@ -0,0 +1,134 @@
|
|
|
1
|
+
declare const ruRU: {
|
|
2
|
+
locale: string;
|
|
3
|
+
common: {
|
|
4
|
+
confirm: string;
|
|
5
|
+
cancel: string;
|
|
6
|
+
loading: string;
|
|
7
|
+
close: string;
|
|
8
|
+
};
|
|
9
|
+
Calendar: {
|
|
10
|
+
markItems: string[];
|
|
11
|
+
yearAndMonth: string;
|
|
12
|
+
};
|
|
13
|
+
Cascader: {
|
|
14
|
+
placeholder: string;
|
|
15
|
+
};
|
|
16
|
+
Dialog: {
|
|
17
|
+
ok: string;
|
|
18
|
+
};
|
|
19
|
+
DatePicker: {
|
|
20
|
+
tillNow: string;
|
|
21
|
+
};
|
|
22
|
+
ErrorBlock: {
|
|
23
|
+
default: {
|
|
24
|
+
title: string;
|
|
25
|
+
description: string;
|
|
26
|
+
};
|
|
27
|
+
busy: {
|
|
28
|
+
title: string;
|
|
29
|
+
description: string;
|
|
30
|
+
};
|
|
31
|
+
disconnected: {
|
|
32
|
+
title: string;
|
|
33
|
+
description: string;
|
|
34
|
+
};
|
|
35
|
+
empty: {
|
|
36
|
+
title: string;
|
|
37
|
+
description: string;
|
|
38
|
+
};
|
|
39
|
+
};
|
|
40
|
+
Form: {
|
|
41
|
+
required: string;
|
|
42
|
+
optional: string;
|
|
43
|
+
defaultValidateMessages: {
|
|
44
|
+
default: string;
|
|
45
|
+
required: string;
|
|
46
|
+
enum: string;
|
|
47
|
+
whitespace: string;
|
|
48
|
+
date: {
|
|
49
|
+
format: string;
|
|
50
|
+
parse: string;
|
|
51
|
+
invalid: string;
|
|
52
|
+
};
|
|
53
|
+
types: {
|
|
54
|
+
string: string;
|
|
55
|
+
method: string;
|
|
56
|
+
array: string;
|
|
57
|
+
object: string;
|
|
58
|
+
number: string;
|
|
59
|
+
date: string;
|
|
60
|
+
boolean: string;
|
|
61
|
+
integer: string;
|
|
62
|
+
float: string;
|
|
63
|
+
regexp: string;
|
|
64
|
+
email: string;
|
|
65
|
+
url: string;
|
|
66
|
+
hex: string;
|
|
67
|
+
};
|
|
68
|
+
string: {
|
|
69
|
+
len: string;
|
|
70
|
+
min: string;
|
|
71
|
+
max: string;
|
|
72
|
+
range: string;
|
|
73
|
+
};
|
|
74
|
+
number: {
|
|
75
|
+
len: string;
|
|
76
|
+
min: string;
|
|
77
|
+
max: string;
|
|
78
|
+
range: string;
|
|
79
|
+
};
|
|
80
|
+
array: {
|
|
81
|
+
len: string;
|
|
82
|
+
min: string;
|
|
83
|
+
max: string;
|
|
84
|
+
range: string;
|
|
85
|
+
};
|
|
86
|
+
pattern: {
|
|
87
|
+
mismatch: string;
|
|
88
|
+
};
|
|
89
|
+
};
|
|
90
|
+
};
|
|
91
|
+
ImageUploader: {
|
|
92
|
+
uploading: string;
|
|
93
|
+
upload: string;
|
|
94
|
+
};
|
|
95
|
+
InfiniteScroll: {
|
|
96
|
+
noMore: string;
|
|
97
|
+
failedToLoad: string;
|
|
98
|
+
retry: string;
|
|
99
|
+
};
|
|
100
|
+
Input: {
|
|
101
|
+
clear: string;
|
|
102
|
+
};
|
|
103
|
+
Mask: {
|
|
104
|
+
name: string;
|
|
105
|
+
};
|
|
106
|
+
Modal: {
|
|
107
|
+
ok: string;
|
|
108
|
+
};
|
|
109
|
+
PasscodeInput: {
|
|
110
|
+
name: string;
|
|
111
|
+
};
|
|
112
|
+
PullToRefresh: {
|
|
113
|
+
pulling: string;
|
|
114
|
+
canRelease: string;
|
|
115
|
+
complete: string;
|
|
116
|
+
};
|
|
117
|
+
SearchBar: {
|
|
118
|
+
name: string;
|
|
119
|
+
};
|
|
120
|
+
Slider: {
|
|
121
|
+
name: string;
|
|
122
|
+
};
|
|
123
|
+
Stepper: {
|
|
124
|
+
decrease: string;
|
|
125
|
+
increase: string;
|
|
126
|
+
};
|
|
127
|
+
Switch: {
|
|
128
|
+
name: string;
|
|
129
|
+
};
|
|
130
|
+
Selector: {
|
|
131
|
+
name: string;
|
|
132
|
+
};
|
|
133
|
+
};
|
|
134
|
+
export default ruRU;
|