naive-ui 2.31.0 → 2.32.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +3197 -1769
- package/dist/index.prod.js +1 -1
- package/es/_internal/scrollbar/src/Scrollbar.d.ts +5 -0
- package/es/_internal/scrollbar/src/Scrollbar.js +49 -26
- package/es/_internal/scrollbar/src/styles/index.cssr.js +1 -1
- package/es/_internal/scrollbar/src/styles/rtl.cssr.d.ts +2 -0
- package/es/_internal/scrollbar/src/styles/rtl.cssr.js +10 -0
- package/es/_internal/scrollbar/styles/index.d.ts +1 -0
- package/es/_internal/scrollbar/styles/index.js +1 -0
- package/es/_internal/scrollbar/styles/rtl.d.ts +3 -0
- package/es/_internal/scrollbar/styles/rtl.js +6 -0
- package/es/_internal/selection/src/Selection.js +4 -2
- package/es/_internal/selection/src/styles/index.cssr.js +4 -1
- package/es/_mixins/index.d.ts +1 -0
- package/es/_mixins/index.js +1 -0
- package/es/_utils/naive/extract-public-props.d.ts +4 -1
- package/es/auto-complete/src/AutoComplete.d.ts +1 -0
- package/es/avatar/src/Avatar.d.ts +0 -1
- package/es/avatar/src/Avatar.js +12 -10
- package/es/button/src/Button.js +3 -0
- package/es/carousel/src/Carousel.d.ts +16 -37
- package/es/carousel/src/Carousel.js +269 -272
- package/es/carousel/src/CarouselArrow.js +3 -5
- package/es/carousel/src/CarouselContext.d.ts +21 -0
- package/es/carousel/src/CarouselContext.js +11 -0
- package/es/carousel/src/CarouselDots.d.ts +1 -1
- package/es/carousel/src/CarouselDots.js +23 -31
- package/es/carousel/src/CarouselItem.d.ts +4 -4
- package/es/carousel/src/CarouselItem.js +17 -36
- package/es/carousel/src/interface.d.ts +12 -31
- package/es/carousel/src/interface.js +1 -3
- package/es/carousel/src/styles/index.cssr.js +8 -3
- package/es/carousel/src/{utils.d.ts → utils/duplicatedLogic.d.ts} +3 -8
- package/es/carousel/src/utils/duplicatedLogic.js +46 -0
- package/es/carousel/src/utils/event.d.ts +1 -0
- package/es/carousel/src/utils/event.js +3 -0
- package/es/carousel/src/utils/index.d.ts +6 -0
- package/es/carousel/src/{utils.js → utils/index.js} +3 -28
- package/es/checkbox/src/CheckboxGroup.d.ts +27 -22
- package/es/checkbox/src/CheckboxGroup.js +58 -28
- package/es/code/src/Code.d.ts +16 -0
- package/es/code/src/Code.js +53 -12
- package/es/code/src/styles/index.cssr.js +14 -2
- package/es/code/styles/dark.js +4 -2
- package/es/code/styles/light.d.ts +1 -0
- package/es/code/styles/light.js +4 -2
- package/es/components.d.ts +1 -0
- package/es/components.js +1 -0
- package/es/config-provider/src/ConfigProvider.d.ts +24 -3
- package/es/config-provider/src/internal-interface.d.ts +4 -0
- package/es/date-picker/src/DatePicker.d.ts +1 -0
- package/es/date-picker/src/panel/daterange.d.ts +0 -1
- package/es/date-picker/src/panel/daterange.js +1 -1
- package/es/date-picker/src/panel/datetimerange.d.ts +0 -1
- package/es/date-picker/src/panel/datetimerange.js +1 -1
- package/es/date-picker/src/panel/monthrange.d.ts +0 -1
- package/es/date-picker/src/panel/monthrange.js +1 -1
- package/es/date-picker/src/panel/use-dual-calendar.d.ts +0 -1
- package/es/date-picker/src/panel/use-dual-calendar.js +0 -11
- package/es/dialog/src/DialogEnvironment.d.ts +4 -0
- package/es/dialog/src/DialogEnvironment.js +11 -4
- package/es/dialog/src/DialogProvider.d.ts +1 -0
- package/es/dynamic-tags/src/DynamicTags.d.ts +1 -0
- package/es/image/src/utils.d.ts +1 -1
- package/es/input/src/Input.d.ts +1 -0
- package/es/input/src/Input.js +19 -8
- package/es/input/src/interface.d.ts +1 -0
- package/es/input/src/styles/input.cssr.js +1 -6
- package/es/input-number/src/InputNumber.d.ts +1 -0
- package/es/input-number/src/InputNumber.js +4 -0
- package/es/legacy-grid/src/Row.d.ts +1 -0
- package/es/legacy-grid/src/Row.js +8 -3
- package/es/legacy-grid/src/styles/rtl.cssr.d.ts +2 -0
- package/es/legacy-grid/src/styles/rtl.cssr.js +21 -0
- package/es/legacy-grid/styles/dark.d.ts +4 -0
- package/es/legacy-grid/styles/dark.js +6 -0
- package/es/legacy-grid/styles/index.d.ts +4 -0
- package/es/legacy-grid/styles/index.js +3 -0
- package/es/legacy-grid/styles/light.d.ts +4 -0
- package/es/legacy-grid/styles/light.js +6 -0
- package/es/legacy-grid/styles/rtl.d.ts +2 -0
- package/es/legacy-grid/styles/rtl.js +5 -0
- package/es/legacy-transfer/index.d.ts +3 -0
- package/es/legacy-transfer/index.js +1 -0
- package/es/legacy-transfer/src/Transfer.d.ts +3631 -0
- package/es/legacy-transfer/src/Transfer.js +214 -0
- package/es/legacy-transfer/src/TransferFilter.d.ts +509 -0
- package/es/legacy-transfer/src/TransferFilter.js +40 -0
- package/es/legacy-transfer/src/TransferHeader.d.ts +25 -0
- package/es/legacy-transfer/src/TransferHeader.js +47 -0
- package/es/legacy-transfer/src/TransferList.d.ts +556 -0
- package/es/legacy-transfer/src/TransferList.js +93 -0
- package/es/legacy-transfer/src/TransferListItem.d.ts +513 -0
- package/es/legacy-transfer/src/TransferListItem.js +65 -0
- package/es/legacy-transfer/src/interface.d.ts +31 -0
- package/es/legacy-transfer/src/interface.js +2 -0
- package/es/legacy-transfer/src/styles/index.cssr.d.ts +2 -0
- package/es/legacy-transfer/src/styles/index.cssr.js +215 -0
- package/es/legacy-transfer/src/use-transfer-data.d.ts +41 -0
- package/es/legacy-transfer/src/use-transfer-data.js +145 -0
- package/es/legacy-transfer/styles/_common.d.ts +5 -0
- package/es/legacy-transfer/styles/_common.js +4 -0
- package/es/legacy-transfer/styles/dark.d.ts +3 -0
- package/es/legacy-transfer/styles/dark.js +27 -0
- package/es/legacy-transfer/styles/index.d.ts +3 -0
- package/es/legacy-transfer/styles/index.js +2 -0
- package/es/legacy-transfer/styles/light.d.ts +363 -0
- package/es/legacy-transfer/styles/light.js +31 -0
- package/es/locales/common/deDE.js +11 -6
- package/es/locales/common/enGB.js +8 -1
- package/es/locales/common/enUS.d.ts +8 -1
- package/es/locales/common/enUS.js +8 -1
- package/es/locales/common/eo.js +10 -2
- package/es/locales/common/esAR.js +9 -1
- package/es/locales/common/frFR.js +9 -1
- package/es/locales/common/idID.js +9 -1
- package/es/locales/common/itIT.js +9 -1
- package/es/locales/common/jaJP.js +9 -1
- package/es/locales/common/koKR.js +9 -1
- package/es/locales/common/nbNO.js +9 -1
- package/es/locales/common/nlNL.js +9 -1
- package/es/locales/common/plPL.js +9 -1
- package/es/locales/common/ptBR.js +9 -1
- package/es/locales/common/ruRU.js +9 -1
- package/es/locales/common/skSK.js +9 -1
- package/es/locales/common/thTH.js +9 -1
- package/es/locales/common/ukUA.js +9 -1
- package/es/locales/common/viVN.js +9 -1
- package/es/locales/common/zhCN.js +8 -1
- package/es/locales/common/zhTW.js +9 -1
- package/es/log/src/Log.d.ts +10 -0
- package/es/log/styles/light.d.ts +1 -0
- package/es/mention/src/Mention.d.ts +1 -0
- package/es/notification/src/Notification.d.ts +11 -1
- package/es/notification/src/Notification.js +6 -4
- package/es/notification/src/NotificationEnvironment.d.ts +12 -0
- package/es/notification/src/NotificationEnvironment.js +27 -2
- package/es/notification/src/NotificationProvider.d.ts +7 -0
- package/es/notification/src/NotificationProvider.js +4 -2
- package/es/pagination/src/Pagination.d.ts +1 -0
- package/es/progress/src/Circle.js +3 -1
- package/es/select/src/Select.js +3 -0
- package/es/statistic/src/Statistic.d.ts +1 -0
- package/es/statistic/src/Statistic.js +9 -3
- package/es/statistic/src/styles/rtl.cssr.d.ts +2 -0
- package/es/statistic/src/styles/rtl.cssr.js +9 -0
- package/es/statistic/styles/index.d.ts +1 -0
- package/es/statistic/styles/index.js +1 -0
- package/es/statistic/styles/rtl.d.ts +2 -0
- package/es/statistic/styles/rtl.js +5 -0
- package/es/styles.d.ts +6 -3
- package/es/styles.js +6 -3
- package/es/themes/dark.js +4 -0
- package/es/themes/light.js +4 -0
- package/es/thing/src/Thing.js +9 -3
- package/es/thing/src/styles/rtl.cssr.d.ts +2 -0
- package/es/thing/src/styles/rtl.cssr.js +8 -0
- package/es/thing/styles/index.d.ts +1 -0
- package/es/thing/styles/index.js +1 -0
- package/es/thing/styles/rtl.d.ts +2 -0
- package/es/thing/styles/rtl.js +8 -0
- package/es/time-picker/src/TimePicker.d.ts +1 -0
- package/es/transfer/index.d.ts +1 -1
- package/es/transfer/src/Transfer.d.ts +210 -90
- package/es/transfer/src/Transfer.js +67 -106
- package/es/transfer/src/TransferFilter.d.ts +18 -21
- package/es/transfer/src/TransferFilter.js +2 -10
- package/es/transfer/src/TransferHeader.d.ts +10 -12
- package/es/transfer/src/TransferHeader.js +24 -29
- package/es/transfer/src/TransferList.d.ts +20 -29
- package/es/transfer/src/TransferList.js +15 -32
- package/es/transfer/src/TransferListItem.d.ts +32 -19
- package/es/transfer/src/TransferListItem.js +33 -29
- package/es/transfer/src/interface.d.ts +21 -15
- package/es/transfer/src/styles/index.cssr.js +75 -139
- package/es/transfer/src/use-transfer-data.d.ts +13 -31
- package/es/transfer/src/use-transfer-data.js +45 -121
- package/es/transfer/styles/_common.d.ts +11 -2
- package/es/transfer/styles/_common.js +11 -2
- package/es/transfer/styles/dark.js +8 -4
- package/es/transfer/styles/light.d.ts +36 -10
- package/es/transfer/styles/light.js +7 -5
- package/es/tree/src/Tree.d.ts +1 -0
- package/es/tree/src/Tree.js +22 -16
- package/es/tree/src/TreeNode.d.ts +1 -0
- package/es/tree/src/TreeNode.js +5 -3
- package/es/tree/src/styles/rtl.cssr.d.ts +2 -0
- package/es/tree/src/styles/rtl.cssr.js +17 -0
- package/es/tree/styles/index.d.ts +1 -0
- package/es/tree/styles/index.js +1 -0
- package/es/tree/styles/rtl.d.ts +2 -0
- package/es/tree/styles/rtl.js +5 -0
- package/es/upload/src/interface.d.ts +2 -2
- package/es/version.d.ts +1 -1
- package/es/version.js +1 -1
- package/es/watermark/src/Watermark.d.ts +13 -0
- package/es/watermark/src/Watermark.js +35 -14
- package/es/watermark/src/styles/index.cssr.js +13 -0
- package/lib/_internal/scrollbar/src/Scrollbar.d.ts +5 -0
- package/lib/_internal/scrollbar/src/Scrollbar.js +47 -24
- package/lib/_internal/scrollbar/src/styles/index.cssr.js +1 -1
- package/lib/_internal/scrollbar/src/styles/rtl.cssr.d.ts +2 -0
- package/lib/_internal/scrollbar/src/styles/rtl.cssr.js +17 -0
- package/lib/_internal/scrollbar/styles/index.d.ts +1 -0
- package/lib/_internal/scrollbar/styles/index.js +3 -1
- package/lib/_internal/scrollbar/styles/rtl.d.ts +3 -0
- package/lib/_internal/scrollbar/styles/rtl.js +12 -0
- package/lib/_internal/selection/src/Selection.js +4 -2
- package/lib/_internal/selection/src/styles/index.cssr.js +4 -1
- package/lib/_mixins/index.d.ts +1 -0
- package/lib/_mixins/index.js +3 -1
- package/lib/_utils/naive/extract-public-props.d.ts +4 -1
- package/lib/auto-complete/src/AutoComplete.d.ts +1 -0
- package/lib/avatar/src/Avatar.d.ts +0 -1
- package/lib/avatar/src/Avatar.js +12 -10
- package/lib/button/src/Button.js +3 -0
- package/lib/carousel/src/Carousel.d.ts +16 -37
- package/lib/carousel/src/Carousel.js +290 -270
- package/lib/carousel/src/CarouselArrow.js +2 -4
- package/lib/carousel/src/CarouselContext.d.ts +21 -0
- package/lib/carousel/src/CarouselContext.js +16 -0
- package/lib/carousel/src/CarouselDots.d.ts +1 -1
- package/lib/carousel/src/CarouselDots.js +22 -30
- package/lib/carousel/src/CarouselItem.d.ts +4 -4
- package/lib/carousel/src/CarouselItem.js +18 -35
- package/lib/carousel/src/interface.d.ts +12 -31
- package/lib/carousel/src/interface.js +0 -5
- package/lib/carousel/src/styles/index.cssr.js +8 -3
- package/lib/carousel/src/{utils.d.ts → utils/duplicatedLogic.d.ts} +3 -8
- package/lib/carousel/src/utils/duplicatedLogic.js +55 -0
- package/lib/carousel/src/utils/event.d.ts +1 -0
- package/lib/carousel/src/utils/event.js +7 -0
- package/lib/carousel/src/utils/index.d.ts +6 -0
- package/lib/carousel/src/utils/index.js +53 -0
- package/lib/checkbox/src/CheckboxGroup.d.ts +27 -22
- package/lib/checkbox/src/CheckboxGroup.js +56 -26
- package/lib/code/src/Code.d.ts +16 -0
- package/lib/code/src/Code.js +53 -12
- package/lib/code/src/styles/index.cssr.js +13 -1
- package/lib/code/styles/dark.js +4 -2
- package/lib/code/styles/light.d.ts +1 -0
- package/lib/code/styles/light.js +4 -2
- package/lib/components.d.ts +1 -0
- package/lib/components.js +1 -0
- package/lib/config-provider/src/ConfigProvider.d.ts +24 -3
- package/lib/config-provider/src/internal-interface.d.ts +4 -0
- package/lib/date-picker/src/DatePicker.d.ts +1 -0
- package/lib/date-picker/src/panel/daterange.d.ts +0 -1
- package/lib/date-picker/src/panel/daterange.js +1 -1
- package/lib/date-picker/src/panel/datetimerange.d.ts +0 -1
- package/lib/date-picker/src/panel/datetimerange.js +1 -1
- package/lib/date-picker/src/panel/monthrange.d.ts +0 -1
- package/lib/date-picker/src/panel/monthrange.js +1 -1
- package/lib/date-picker/src/panel/use-dual-calendar.d.ts +0 -1
- package/lib/date-picker/src/panel/use-dual-calendar.js +0 -11
- package/lib/dialog/src/DialogEnvironment.d.ts +4 -0
- package/lib/dialog/src/DialogEnvironment.js +11 -4
- package/lib/dialog/src/DialogProvider.d.ts +1 -0
- package/lib/dynamic-tags/src/DynamicTags.d.ts +1 -0
- package/lib/image/src/utils.d.ts +1 -1
- package/lib/input/src/Input.d.ts +1 -0
- package/lib/input/src/Input.js +19 -8
- package/lib/input/src/interface.d.ts +1 -0
- package/lib/input/src/styles/input.cssr.js +1 -6
- package/lib/input-number/src/InputNumber.d.ts +1 -0
- package/lib/input-number/src/InputNumber.js +4 -0
- package/lib/legacy-grid/src/Row.d.ts +1 -0
- package/lib/legacy-grid/src/Row.js +7 -2
- package/lib/legacy-grid/src/styles/rtl.cssr.d.ts +2 -0
- package/lib/legacy-grid/src/styles/rtl.cssr.js +28 -0
- package/lib/legacy-grid/styles/dark.d.ts +4 -0
- package/lib/legacy-grid/styles/dark.js +8 -0
- package/lib/legacy-grid/styles/index.d.ts +4 -0
- package/lib/legacy-grid/styles/index.js +12 -0
- package/lib/legacy-grid/styles/light.d.ts +4 -0
- package/lib/legacy-grid/styles/light.js +8 -0
- package/lib/legacy-grid/styles/rtl.d.ts +2 -0
- package/lib/legacy-grid/styles/rtl.js +11 -0
- package/lib/legacy-transfer/index.d.ts +3 -0
- package/lib/legacy-transfer/index.js +9 -0
- package/lib/legacy-transfer/src/Transfer.d.ts +3631 -0
- package/lib/legacy-transfer/src/Transfer.js +220 -0
- package/lib/legacy-transfer/src/TransferFilter.d.ts +509 -0
- package/lib/legacy-transfer/src/TransferFilter.js +42 -0
- package/lib/legacy-transfer/src/TransferHeader.d.ts +25 -0
- package/lib/legacy-transfer/src/TransferHeader.js +49 -0
- package/lib/legacy-transfer/src/TransferList.d.ts +556 -0
- package/lib/legacy-transfer/src/TransferList.js +98 -0
- package/lib/legacy-transfer/src/TransferListItem.d.ts +513 -0
- package/lib/legacy-transfer/src/TransferListItem.js +67 -0
- package/lib/legacy-transfer/src/interface.d.ts +31 -0
- package/lib/legacy-transfer/src/interface.js +5 -0
- package/lib/legacy-transfer/src/styles/index.cssr.d.ts +2 -0
- package/lib/legacy-transfer/src/styles/index.cssr.js +223 -0
- package/lib/legacy-transfer/src/use-transfer-data.d.ts +41 -0
- package/lib/legacy-transfer/src/use-transfer-data.js +149 -0
- package/lib/legacy-transfer/styles/_common.d.ts +5 -0
- package/lib/legacy-transfer/styles/_common.js +6 -0
- package/lib/legacy-transfer/styles/dark.d.ts +3 -0
- package/lib/legacy-transfer/styles/dark.js +32 -0
- package/lib/legacy-transfer/styles/index.d.ts +3 -0
- package/lib/legacy-transfer/styles/index.js +10 -0
- package/lib/legacy-transfer/styles/light.d.ts +363 -0
- package/lib/legacy-transfer/styles/light.js +36 -0
- package/lib/locales/common/deDE.js +11 -6
- package/lib/locales/common/enGB.js +8 -1
- package/lib/locales/common/enUS.d.ts +8 -1
- package/lib/locales/common/enUS.js +8 -1
- package/lib/locales/common/eo.js +10 -2
- package/lib/locales/common/esAR.js +9 -1
- package/lib/locales/common/frFR.js +9 -1
- package/lib/locales/common/idID.js +9 -1
- package/lib/locales/common/itIT.js +9 -1
- package/lib/locales/common/jaJP.js +9 -1
- package/lib/locales/common/koKR.js +9 -1
- package/lib/locales/common/nbNO.js +9 -1
- package/lib/locales/common/nlNL.js +9 -1
- package/lib/locales/common/plPL.js +9 -1
- package/lib/locales/common/ptBR.js +9 -1
- package/lib/locales/common/ruRU.js +9 -1
- package/lib/locales/common/skSK.js +9 -1
- package/lib/locales/common/thTH.js +9 -1
- package/lib/locales/common/ukUA.js +9 -1
- package/lib/locales/common/viVN.js +9 -1
- package/lib/locales/common/zhCN.js +8 -1
- package/lib/locales/common/zhTW.js +9 -1
- package/lib/log/src/Log.d.ts +10 -0
- package/lib/log/styles/light.d.ts +1 -0
- package/lib/mention/src/Mention.d.ts +1 -0
- package/lib/notification/src/Notification.d.ts +11 -1
- package/lib/notification/src/Notification.js +6 -4
- package/lib/notification/src/NotificationEnvironment.d.ts +12 -0
- package/lib/notification/src/NotificationEnvironment.js +27 -2
- package/lib/notification/src/NotificationProvider.d.ts +7 -0
- package/lib/notification/src/NotificationProvider.js +4 -2
- package/lib/pagination/src/Pagination.d.ts +1 -0
- package/lib/progress/src/Circle.js +3 -1
- package/lib/select/src/Select.js +3 -0
- package/lib/statistic/src/Statistic.d.ts +1 -0
- package/lib/statistic/src/Statistic.js +8 -2
- package/lib/statistic/src/styles/rtl.cssr.d.ts +2 -0
- package/lib/statistic/src/styles/rtl.cssr.js +16 -0
- package/lib/statistic/styles/index.d.ts +1 -0
- package/lib/statistic/styles/index.js +3 -1
- package/lib/statistic/styles/rtl.d.ts +2 -0
- package/lib/statistic/styles/rtl.js +11 -0
- package/lib/styles.d.ts +6 -3
- package/lib/styles.js +151 -142
- package/lib/themes/dark.js +82 -78
- package/lib/themes/light.js +82 -78
- package/lib/thing/src/Thing.js +8 -2
- package/lib/thing/src/styles/rtl.cssr.d.ts +2 -0
- package/lib/thing/src/styles/rtl.cssr.js +15 -0
- package/lib/thing/styles/index.d.ts +1 -0
- package/lib/thing/styles/index.js +3 -1
- package/lib/thing/styles/rtl.d.ts +2 -0
- package/lib/thing/styles/rtl.js +14 -0
- package/lib/time-picker/src/TimePicker.d.ts +1 -0
- package/lib/transfer/index.d.ts +1 -1
- package/lib/transfer/src/Transfer.d.ts +210 -90
- package/lib/transfer/src/Transfer.js +63 -102
- package/lib/transfer/src/TransferFilter.d.ts +18 -21
- package/lib/transfer/src/TransferFilter.js +2 -10
- package/lib/transfer/src/TransferHeader.d.ts +10 -12
- package/lib/transfer/src/TransferHeader.js +23 -28
- package/lib/transfer/src/TransferList.d.ts +20 -29
- package/lib/transfer/src/TransferList.js +14 -31
- package/lib/transfer/src/TransferListItem.d.ts +32 -19
- package/lib/transfer/src/TransferListItem.js +33 -29
- package/lib/transfer/src/interface.d.ts +21 -15
- package/lib/transfer/src/styles/index.cssr.js +74 -139
- package/lib/transfer/src/use-transfer-data.d.ts +13 -31
- package/lib/transfer/src/use-transfer-data.js +44 -120
- package/lib/transfer/styles/_common.d.ts +11 -2
- package/lib/transfer/styles/_common.js +11 -2
- package/lib/transfer/styles/dark.js +8 -4
- package/lib/transfer/styles/light.d.ts +36 -10
- package/lib/transfer/styles/light.js +7 -5
- package/lib/tree/src/Tree.d.ts +1 -0
- package/lib/tree/src/Tree.js +21 -15
- package/lib/tree/src/TreeNode.d.ts +1 -0
- package/lib/tree/src/TreeNode.js +5 -3
- package/lib/tree/src/styles/rtl.cssr.d.ts +2 -0
- package/lib/tree/src/styles/rtl.cssr.js +24 -0
- package/lib/tree/styles/index.d.ts +1 -0
- package/lib/tree/styles/index.js +3 -1
- package/lib/tree/styles/rtl.d.ts +2 -0
- package/lib/tree/styles/rtl.js +11 -0
- package/lib/upload/src/interface.d.ts +2 -2
- package/lib/version.d.ts +1 -1
- package/lib/version.js +1 -1
- package/lib/watermark/src/Watermark.d.ts +13 -0
- package/lib/watermark/src/Watermark.js +34 -13
- package/lib/watermark/src/styles/index.cssr.js +13 -0
- package/package.json +4 -3
- package/volar.d.ts +1 -0
- package/web-types.json +183 -1
- package/lib/carousel/src/utils.js +0 -69
|
@@ -0,0 +1,363 @@
|
|
|
1
|
+
import type { ThemeCommonVars } from '../../_styles/common';
|
|
2
|
+
declare const self: (vars: ThemeCommonVars) => {
|
|
3
|
+
itemHeightSmall: string;
|
|
4
|
+
itemHeightMedium: string;
|
|
5
|
+
itemHeightLarge: string;
|
|
6
|
+
fontSizeSmall: string;
|
|
7
|
+
fontSizeMedium: string;
|
|
8
|
+
fontSizeLarge: string;
|
|
9
|
+
borderRadius: string;
|
|
10
|
+
borderColor: string;
|
|
11
|
+
listColor: string;
|
|
12
|
+
headerColor: string;
|
|
13
|
+
titleTextColor: string;
|
|
14
|
+
titleTextColorDisabled: string;
|
|
15
|
+
extraTextColor: string;
|
|
16
|
+
filterDividerColor: string;
|
|
17
|
+
itemTextColor: string;
|
|
18
|
+
itemTextColorDisabled: string;
|
|
19
|
+
itemColorPending: string;
|
|
20
|
+
titleFontWeight: string;
|
|
21
|
+
iconColor: string;
|
|
22
|
+
iconColorDisabled: string;
|
|
23
|
+
extraFontSize: string;
|
|
24
|
+
width: string;
|
|
25
|
+
};
|
|
26
|
+
export declare type TransferThemeVars = ReturnType<typeof self>;
|
|
27
|
+
declare const transferLight: import("../../_mixins").Theme<"Transfer", {
|
|
28
|
+
itemHeightSmall: string;
|
|
29
|
+
itemHeightMedium: string;
|
|
30
|
+
itemHeightLarge: string;
|
|
31
|
+
fontSizeSmall: string;
|
|
32
|
+
fontSizeMedium: string;
|
|
33
|
+
fontSizeLarge: string;
|
|
34
|
+
borderRadius: string;
|
|
35
|
+
borderColor: string;
|
|
36
|
+
listColor: string;
|
|
37
|
+
headerColor: string;
|
|
38
|
+
titleTextColor: string;
|
|
39
|
+
titleTextColorDisabled: string;
|
|
40
|
+
extraTextColor: string;
|
|
41
|
+
filterDividerColor: string;
|
|
42
|
+
itemTextColor: string;
|
|
43
|
+
itemTextColorDisabled: string;
|
|
44
|
+
itemColorPending: string;
|
|
45
|
+
titleFontWeight: string;
|
|
46
|
+
iconColor: string;
|
|
47
|
+
iconColorDisabled: string;
|
|
48
|
+
extraFontSize: string;
|
|
49
|
+
width: string;
|
|
50
|
+
}, {
|
|
51
|
+
Checkbox: import("../../_mixins").Theme<"Checkbox", {
|
|
52
|
+
labelLineHeight: string;
|
|
53
|
+
fontSizeSmall: string;
|
|
54
|
+
fontSizeMedium: string;
|
|
55
|
+
fontSizeLarge: string;
|
|
56
|
+
borderRadius: string;
|
|
57
|
+
color: string;
|
|
58
|
+
colorChecked: string;
|
|
59
|
+
colorDisabled: string;
|
|
60
|
+
colorDisabledChecked: string;
|
|
61
|
+
colorTableHeader: string;
|
|
62
|
+
colorTableHeaderModal: string;
|
|
63
|
+
colorTableHeaderPopover: string;
|
|
64
|
+
checkMarkColor: string;
|
|
65
|
+
checkMarkColorDisabled: string;
|
|
66
|
+
checkMarkColorDisabledChecked: string;
|
|
67
|
+
border: string;
|
|
68
|
+
borderDisabled: string;
|
|
69
|
+
borderDisabledChecked: string;
|
|
70
|
+
borderChecked: string;
|
|
71
|
+
borderFocus: string;
|
|
72
|
+
boxShadowFocus: string;
|
|
73
|
+
textColor: string;
|
|
74
|
+
textColorDisabled: string;
|
|
75
|
+
sizeSmall: string;
|
|
76
|
+
sizeMedium: string;
|
|
77
|
+
sizeLarge: string;
|
|
78
|
+
labelPadding: string;
|
|
79
|
+
}, any>;
|
|
80
|
+
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
81
|
+
color: string;
|
|
82
|
+
colorHover: string;
|
|
83
|
+
}, any>;
|
|
84
|
+
Input: import("../../_mixins").Theme<"Input", {
|
|
85
|
+
countTextColor: string;
|
|
86
|
+
heightTiny: string;
|
|
87
|
+
heightSmall: string;
|
|
88
|
+
heightMedium: string;
|
|
89
|
+
heightLarge: string;
|
|
90
|
+
fontSizeTiny: string;
|
|
91
|
+
fontSizeSmall: string;
|
|
92
|
+
fontSizeMedium: string;
|
|
93
|
+
fontSizeLarge: string;
|
|
94
|
+
lineHeight: string;
|
|
95
|
+
lineHeightTextarea: string;
|
|
96
|
+
borderRadius: string;
|
|
97
|
+
iconSize: string;
|
|
98
|
+
groupLabelColor: string;
|
|
99
|
+
groupLabelTextColor: string;
|
|
100
|
+
textColor: string;
|
|
101
|
+
textColorDisabled: string;
|
|
102
|
+
textDecorationColor: string;
|
|
103
|
+
caretColor: string;
|
|
104
|
+
placeholderColor: string;
|
|
105
|
+
placeholderColorDisabled: string;
|
|
106
|
+
color: string;
|
|
107
|
+
colorDisabled: string;
|
|
108
|
+
colorFocus: string;
|
|
109
|
+
groupLabelBorder: string;
|
|
110
|
+
border: string;
|
|
111
|
+
borderHover: string;
|
|
112
|
+
borderDisabled: string;
|
|
113
|
+
borderFocus: string;
|
|
114
|
+
boxShadowFocus: string;
|
|
115
|
+
loadingColor: string;
|
|
116
|
+
loadingColorWarning: string;
|
|
117
|
+
borderWarning: string;
|
|
118
|
+
borderHoverWarning: string;
|
|
119
|
+
colorFocusWarning: string;
|
|
120
|
+
borderFocusWarning: string;
|
|
121
|
+
boxShadowFocusWarning: string;
|
|
122
|
+
caretColorWarning: string;
|
|
123
|
+
loadingColorError: string;
|
|
124
|
+
borderError: string;
|
|
125
|
+
borderHoverError: string;
|
|
126
|
+
colorFocusError: string;
|
|
127
|
+
borderFocusError: string;
|
|
128
|
+
boxShadowFocusError: string;
|
|
129
|
+
caretColorError: string;
|
|
130
|
+
clearColor: string;
|
|
131
|
+
clearColorHover: string;
|
|
132
|
+
clearColorPressed: string;
|
|
133
|
+
iconColor: string;
|
|
134
|
+
iconColorDisabled: string;
|
|
135
|
+
iconColorHover: string;
|
|
136
|
+
iconColorPressed: string;
|
|
137
|
+
suffixTextColor: string;
|
|
138
|
+
paddingTiny: string;
|
|
139
|
+
paddingSmall: string;
|
|
140
|
+
paddingMedium: string;
|
|
141
|
+
paddingLarge: string;
|
|
142
|
+
clearSize: string;
|
|
143
|
+
}, any>;
|
|
144
|
+
Empty: import("../../_mixins").Theme<"Empty", {
|
|
145
|
+
fontSizeSmall: string;
|
|
146
|
+
fontSizeMedium: string;
|
|
147
|
+
fontSizeLarge: string;
|
|
148
|
+
fontSizeHuge: string;
|
|
149
|
+
textColor: string;
|
|
150
|
+
iconColor: string;
|
|
151
|
+
extraTextColor: string;
|
|
152
|
+
iconSizeSmall: string;
|
|
153
|
+
iconSizeMedium: string;
|
|
154
|
+
iconSizeLarge: string;
|
|
155
|
+
iconSizeHuge: string;
|
|
156
|
+
}, any>;
|
|
157
|
+
Button: import("../../_mixins").Theme<"Button", {
|
|
158
|
+
heightTiny: string;
|
|
159
|
+
heightSmall: string;
|
|
160
|
+
heightMedium: string;
|
|
161
|
+
heightLarge: string;
|
|
162
|
+
borderRadiusTiny: string;
|
|
163
|
+
borderRadiusSmall: string;
|
|
164
|
+
borderRadiusMedium: string;
|
|
165
|
+
borderRadiusLarge: string;
|
|
166
|
+
fontSizeTiny: string;
|
|
167
|
+
fontSizeSmall: string;
|
|
168
|
+
fontSizeMedium: string;
|
|
169
|
+
fontSizeLarge: string;
|
|
170
|
+
opacityDisabled: string;
|
|
171
|
+
colorOpacitySecondary: string;
|
|
172
|
+
colorOpacitySecondaryHover: string;
|
|
173
|
+
colorOpacitySecondaryPressed: string;
|
|
174
|
+
colorSecondary: string;
|
|
175
|
+
colorSecondaryHover: string;
|
|
176
|
+
colorSecondaryPressed: string;
|
|
177
|
+
colorTertiary: string;
|
|
178
|
+
colorTertiaryHover: string;
|
|
179
|
+
colorTertiaryPressed: string;
|
|
180
|
+
colorQuaternary: string;
|
|
181
|
+
colorQuaternaryHover: string;
|
|
182
|
+
colorQuaternaryPressed: string;
|
|
183
|
+
color: string;
|
|
184
|
+
colorHover: string;
|
|
185
|
+
colorPressed: string;
|
|
186
|
+
colorFocus: string;
|
|
187
|
+
colorDisabled: string;
|
|
188
|
+
textColor: string;
|
|
189
|
+
textColorTertiary: string;
|
|
190
|
+
textColorHover: string;
|
|
191
|
+
textColorPressed: string;
|
|
192
|
+
textColorFocus: string;
|
|
193
|
+
textColorDisabled: string;
|
|
194
|
+
textColorText: string;
|
|
195
|
+
textColorTextHover: string;
|
|
196
|
+
textColorTextPressed: string;
|
|
197
|
+
textColorTextFocus: string;
|
|
198
|
+
textColorTextDisabled: string;
|
|
199
|
+
textColorGhost: string;
|
|
200
|
+
textColorGhostHover: string;
|
|
201
|
+
textColorGhostPressed: string;
|
|
202
|
+
textColorGhostFocus: string;
|
|
203
|
+
textColorGhostDisabled: string;
|
|
204
|
+
border: string;
|
|
205
|
+
borderHover: string;
|
|
206
|
+
borderPressed: string;
|
|
207
|
+
borderFocus: string;
|
|
208
|
+
borderDisabled: string;
|
|
209
|
+
rippleColor: string;
|
|
210
|
+
colorPrimary: string;
|
|
211
|
+
colorHoverPrimary: string;
|
|
212
|
+
colorPressedPrimary: string;
|
|
213
|
+
colorFocusPrimary: string;
|
|
214
|
+
colorDisabledPrimary: string;
|
|
215
|
+
textColorPrimary: string;
|
|
216
|
+
textColorHoverPrimary: string;
|
|
217
|
+
textColorPressedPrimary: string;
|
|
218
|
+
textColorFocusPrimary: string;
|
|
219
|
+
textColorDisabledPrimary: string;
|
|
220
|
+
textColorTextPrimary: string;
|
|
221
|
+
textColorTextHoverPrimary: string;
|
|
222
|
+
textColorTextPressedPrimary: string;
|
|
223
|
+
textColorTextFocusPrimary: string;
|
|
224
|
+
textColorTextDisabledPrimary: string;
|
|
225
|
+
textColorGhostPrimary: string;
|
|
226
|
+
textColorGhostHoverPrimary: string;
|
|
227
|
+
textColorGhostPressedPrimary: string;
|
|
228
|
+
textColorGhostFocusPrimary: string;
|
|
229
|
+
textColorGhostDisabledPrimary: string;
|
|
230
|
+
borderPrimary: string;
|
|
231
|
+
borderHoverPrimary: string;
|
|
232
|
+
borderPressedPrimary: string;
|
|
233
|
+
borderFocusPrimary: string;
|
|
234
|
+
borderDisabledPrimary: string;
|
|
235
|
+
rippleColorPrimary: string;
|
|
236
|
+
colorInfo: string;
|
|
237
|
+
colorHoverInfo: string;
|
|
238
|
+
colorPressedInfo: string;
|
|
239
|
+
colorFocusInfo: string;
|
|
240
|
+
colorDisabledInfo: string;
|
|
241
|
+
textColorInfo: string;
|
|
242
|
+
textColorHoverInfo: string;
|
|
243
|
+
textColorPressedInfo: string;
|
|
244
|
+
textColorFocusInfo: string;
|
|
245
|
+
textColorDisabledInfo: string;
|
|
246
|
+
textColorTextInfo: string;
|
|
247
|
+
textColorTextHoverInfo: string;
|
|
248
|
+
textColorTextPressedInfo: string;
|
|
249
|
+
textColorTextFocusInfo: string;
|
|
250
|
+
textColorTextDisabledInfo: string;
|
|
251
|
+
textColorGhostInfo: string;
|
|
252
|
+
textColorGhostHoverInfo: string;
|
|
253
|
+
textColorGhostPressedInfo: string;
|
|
254
|
+
textColorGhostFocusInfo: string;
|
|
255
|
+
textColorGhostDisabledInfo: string;
|
|
256
|
+
borderInfo: string;
|
|
257
|
+
borderHoverInfo: string;
|
|
258
|
+
borderPressedInfo: string;
|
|
259
|
+
borderFocusInfo: string;
|
|
260
|
+
borderDisabledInfo: string;
|
|
261
|
+
rippleColorInfo: string;
|
|
262
|
+
colorSuccess: string;
|
|
263
|
+
colorHoverSuccess: string;
|
|
264
|
+
colorPressedSuccess: string;
|
|
265
|
+
colorFocusSuccess: string;
|
|
266
|
+
colorDisabledSuccess: string;
|
|
267
|
+
textColorSuccess: string;
|
|
268
|
+
textColorHoverSuccess: string;
|
|
269
|
+
textColorPressedSuccess: string;
|
|
270
|
+
textColorFocusSuccess: string;
|
|
271
|
+
textColorDisabledSuccess: string;
|
|
272
|
+
textColorTextSuccess: string;
|
|
273
|
+
textColorTextHoverSuccess: string;
|
|
274
|
+
textColorTextPressedSuccess: string;
|
|
275
|
+
textColorTextFocusSuccess: string;
|
|
276
|
+
textColorTextDisabledSuccess: string;
|
|
277
|
+
textColorGhostSuccess: string;
|
|
278
|
+
textColorGhostHoverSuccess: string;
|
|
279
|
+
textColorGhostPressedSuccess: string;
|
|
280
|
+
textColorGhostFocusSuccess: string;
|
|
281
|
+
textColorGhostDisabledSuccess: string;
|
|
282
|
+
borderSuccess: string;
|
|
283
|
+
borderHoverSuccess: string;
|
|
284
|
+
borderPressedSuccess: string;
|
|
285
|
+
borderFocusSuccess: string;
|
|
286
|
+
borderDisabledSuccess: string;
|
|
287
|
+
rippleColorSuccess: string;
|
|
288
|
+
colorWarning: string;
|
|
289
|
+
colorHoverWarning: string;
|
|
290
|
+
colorPressedWarning: string;
|
|
291
|
+
colorFocusWarning: string;
|
|
292
|
+
colorDisabledWarning: string;
|
|
293
|
+
textColorWarning: string;
|
|
294
|
+
textColorHoverWarning: string;
|
|
295
|
+
textColorPressedWarning: string;
|
|
296
|
+
textColorFocusWarning: string;
|
|
297
|
+
textColorDisabledWarning: string;
|
|
298
|
+
textColorTextWarning: string;
|
|
299
|
+
textColorTextHoverWarning: string;
|
|
300
|
+
textColorTextPressedWarning: string;
|
|
301
|
+
textColorTextFocusWarning: string;
|
|
302
|
+
textColorTextDisabledWarning: string;
|
|
303
|
+
textColorGhostWarning: string;
|
|
304
|
+
textColorGhostHoverWarning: string;
|
|
305
|
+
textColorGhostPressedWarning: string;
|
|
306
|
+
textColorGhostFocusWarning: string;
|
|
307
|
+
textColorGhostDisabledWarning: string;
|
|
308
|
+
borderWarning: string;
|
|
309
|
+
borderHoverWarning: string;
|
|
310
|
+
borderPressedWarning: string;
|
|
311
|
+
borderFocusWarning: string;
|
|
312
|
+
borderDisabledWarning: string;
|
|
313
|
+
rippleColorWarning: string;
|
|
314
|
+
colorError: string;
|
|
315
|
+
colorHoverError: string;
|
|
316
|
+
colorPressedError: string;
|
|
317
|
+
colorFocusError: string;
|
|
318
|
+
colorDisabledError: string;
|
|
319
|
+
textColorError: string;
|
|
320
|
+
textColorHoverError: string;
|
|
321
|
+
textColorPressedError: string;
|
|
322
|
+
textColorFocusError: string;
|
|
323
|
+
textColorDisabledError: string;
|
|
324
|
+
textColorTextError: string;
|
|
325
|
+
textColorTextHoverError: string;
|
|
326
|
+
textColorTextPressedError: string;
|
|
327
|
+
textColorTextFocusError: string;
|
|
328
|
+
textColorTextDisabledError: string;
|
|
329
|
+
textColorGhostError: string;
|
|
330
|
+
textColorGhostHoverError: string;
|
|
331
|
+
textColorGhostPressedError: string;
|
|
332
|
+
textColorGhostFocusError: string;
|
|
333
|
+
textColorGhostDisabledError: string;
|
|
334
|
+
borderError: string;
|
|
335
|
+
borderHoverError: string;
|
|
336
|
+
borderPressedError: string;
|
|
337
|
+
borderFocusError: string;
|
|
338
|
+
borderDisabledError: string;
|
|
339
|
+
rippleColorError: string;
|
|
340
|
+
waveOpacity: string;
|
|
341
|
+
fontWeight: string;
|
|
342
|
+
fontWeightStrong: string;
|
|
343
|
+
paddingTiny: string;
|
|
344
|
+
paddingSmall: string;
|
|
345
|
+
paddingMedium: string;
|
|
346
|
+
paddingLarge: string;
|
|
347
|
+
paddingRoundTiny: string;
|
|
348
|
+
paddingRoundSmall: string;
|
|
349
|
+
paddingRoundMedium: string;
|
|
350
|
+
paddingRoundLarge: string;
|
|
351
|
+
iconMarginTiny: string;
|
|
352
|
+
iconMarginSmall: string;
|
|
353
|
+
iconMarginMedium: string;
|
|
354
|
+
iconMarginLarge: string;
|
|
355
|
+
iconSizeTiny: string;
|
|
356
|
+
iconSizeSmall: string;
|
|
357
|
+
iconSizeMedium: string;
|
|
358
|
+
iconSizeLarge: string;
|
|
359
|
+
rippleDuration: string;
|
|
360
|
+
}, any>;
|
|
361
|
+
}>;
|
|
362
|
+
export default transferLight;
|
|
363
|
+
export declare type TransferTheme = typeof transferLight;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
const _common_1 = __importDefault(require("./_common"));
|
|
7
|
+
const seemly_1 = require("seemly");
|
|
8
|
+
const styles_1 = require("../../checkbox/styles");
|
|
9
|
+
const styles_2 = require("../../_internal/scrollbar/styles");
|
|
10
|
+
const styles_3 = require("../../input/styles");
|
|
11
|
+
const common_1 = require("../../_styles/common");
|
|
12
|
+
const styles_4 = require("../../empty/styles");
|
|
13
|
+
const styles_5 = require("../../button/styles");
|
|
14
|
+
const _mixins_1 = require("../../_mixins");
|
|
15
|
+
const self = (vars) => {
|
|
16
|
+
const { fontWeight, iconColorDisabled, iconColor, fontSizeLarge, fontSizeMedium, fontSizeSmall, heightLarge, heightMedium, heightSmall, borderRadius, cardColor, tableHeaderColor, textColor1, textColorDisabled, textColor2, borderColor, hoverColor } = vars;
|
|
17
|
+
return Object.assign(Object.assign({}, _common_1.default), { itemHeightSmall: heightSmall, itemHeightMedium: heightMedium, itemHeightLarge: heightLarge, fontSizeSmall,
|
|
18
|
+
fontSizeMedium,
|
|
19
|
+
fontSizeLarge,
|
|
20
|
+
borderRadius,
|
|
21
|
+
borderColor, listColor: cardColor, headerColor: (0, seemly_1.composite)(cardColor, tableHeaderColor), titleTextColor: textColor1, titleTextColorDisabled: textColorDisabled, extraTextColor: textColor2, filterDividerColor: borderColor, itemTextColor: textColor2, itemTextColorDisabled: textColorDisabled, itemColorPending: hoverColor, titleFontWeight: fontWeight, iconColor,
|
|
22
|
+
iconColorDisabled });
|
|
23
|
+
};
|
|
24
|
+
const transferLight = (0, _mixins_1.createTheme)({
|
|
25
|
+
name: 'Transfer',
|
|
26
|
+
common: common_1.commonLight,
|
|
27
|
+
peers: {
|
|
28
|
+
Checkbox: styles_1.checkboxLight,
|
|
29
|
+
Scrollbar: styles_2.scrollbarLight,
|
|
30
|
+
Input: styles_3.inputLight,
|
|
31
|
+
Empty: styles_4.emptyLight,
|
|
32
|
+
Button: styles_5.buttonLight
|
|
33
|
+
},
|
|
34
|
+
self
|
|
35
|
+
});
|
|
36
|
+
exports.default = transferLight;
|
|
@@ -43,9 +43,8 @@ const deDE = {
|
|
|
43
43
|
endDatePlaceholder: 'Enddatum',
|
|
44
44
|
startDatetimePlaceholder: 'Anfangsdatum und Uhrzeit',
|
|
45
45
|
endDatetimePlaceholder: 'Enddatum und Uhrzeit',
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
endMonthPlaceholder: 'End Month',
|
|
46
|
+
startMonthPlaceholder: 'Anfangsmonat',
|
|
47
|
+
endMonthPlaceholder: 'Endmonat',
|
|
49
48
|
monthBeforeYear: true,
|
|
50
49
|
firstDayOfWeek: 0,
|
|
51
50
|
today: 'Heute'
|
|
@@ -56,10 +55,17 @@ const deDE = {
|
|
|
56
55
|
confirm: 'Bestätigen',
|
|
57
56
|
clear: 'Löschen'
|
|
58
57
|
},
|
|
59
|
-
|
|
58
|
+
LegacyTransfer: {
|
|
60
59
|
sourceTitle: 'Quelle',
|
|
61
60
|
targetTitle: 'Ziel'
|
|
62
61
|
},
|
|
62
|
+
Transfer: {
|
|
63
|
+
selectAll: 'Alle auswählen',
|
|
64
|
+
unselectAll: 'Alle abwählen',
|
|
65
|
+
clearAll: 'Leeren',
|
|
66
|
+
total: (num) => `Insgesamt ${num} Einträge`,
|
|
67
|
+
selected: (num) => `${num} Einträge ausgewählt`
|
|
68
|
+
},
|
|
63
69
|
Empty: {
|
|
64
70
|
description: 'Keine Daten'
|
|
65
71
|
},
|
|
@@ -109,8 +115,7 @@ const deDE = {
|
|
|
109
115
|
tipZoomOut: 'Rauszoomen',
|
|
110
116
|
tipZoomIn: 'Reinzoomen',
|
|
111
117
|
tipClose: 'Schließen (Esc)',
|
|
112
|
-
|
|
113
|
-
tipOriginalSize: 'Zoom to original size'
|
|
118
|
+
tipOriginalSize: 'Zoom zurücksetzen'
|
|
114
119
|
}
|
|
115
120
|
};
|
|
116
121
|
exports.default = deDE;
|
|
@@ -55,10 +55,17 @@ const enGB = {
|
|
|
55
55
|
confirm: 'Confirm',
|
|
56
56
|
clear: 'Clear'
|
|
57
57
|
},
|
|
58
|
-
|
|
58
|
+
LegacyTransfer: {
|
|
59
59
|
sourceTitle: 'Source',
|
|
60
60
|
targetTitle: 'Target'
|
|
61
61
|
},
|
|
62
|
+
Transfer: {
|
|
63
|
+
selectAll: 'Select all',
|
|
64
|
+
unselectAll: 'Unselect all',
|
|
65
|
+
clearAll: 'Clear',
|
|
66
|
+
total: (num) => `Total ${num} items`,
|
|
67
|
+
selected: (num) => `${num} items selected`
|
|
68
|
+
},
|
|
62
69
|
Empty: {
|
|
63
70
|
description: 'No Data'
|
|
64
71
|
},
|
|
@@ -53,10 +53,17 @@ declare const enUS: {
|
|
|
53
53
|
confirm: string;
|
|
54
54
|
clear: string;
|
|
55
55
|
};
|
|
56
|
-
|
|
56
|
+
LegacyTransfer: {
|
|
57
57
|
sourceTitle: string;
|
|
58
58
|
targetTitle: string;
|
|
59
59
|
};
|
|
60
|
+
Transfer: {
|
|
61
|
+
selectAll: string;
|
|
62
|
+
unselectAll: string;
|
|
63
|
+
clearAll: string;
|
|
64
|
+
total: (num: number) => string;
|
|
65
|
+
selected: (num: number) => string;
|
|
66
|
+
};
|
|
60
67
|
Empty: {
|
|
61
68
|
description: string;
|
|
62
69
|
};
|
|
@@ -55,10 +55,17 @@ const enUS = {
|
|
|
55
55
|
confirm: 'Confirm',
|
|
56
56
|
clear: 'Clear'
|
|
57
57
|
},
|
|
58
|
-
|
|
58
|
+
LegacyTransfer: {
|
|
59
59
|
sourceTitle: 'Source',
|
|
60
60
|
targetTitle: 'Target'
|
|
61
61
|
},
|
|
62
|
+
Transfer: {
|
|
63
|
+
selectAll: 'Select all',
|
|
64
|
+
unselectAll: 'Unselect all',
|
|
65
|
+
clearAll: 'Clear',
|
|
66
|
+
total: (num) => `Total ${num} items`,
|
|
67
|
+
selected: (num) => `${num} items selected`
|
|
68
|
+
},
|
|
62
69
|
Empty: {
|
|
63
70
|
description: 'No Data'
|
|
64
71
|
},
|
package/lib/locales/common/eo.js
CHANGED
|
@@ -56,9 +56,17 @@ const eo = {
|
|
|
56
56
|
confirm: 'Konfirmi',
|
|
57
57
|
clear: 'Malplenigi'
|
|
58
58
|
},
|
|
59
|
+
LegacyTransfer: {
|
|
60
|
+
sourceTitle: 'Source',
|
|
61
|
+
targetTitle: 'Target'
|
|
62
|
+
},
|
|
63
|
+
// TODO: translation
|
|
59
64
|
Transfer: {
|
|
60
|
-
|
|
61
|
-
|
|
65
|
+
selectAll: 'Select all',
|
|
66
|
+
unselectAll: 'Unselect all',
|
|
67
|
+
clearAll: 'Clear',
|
|
68
|
+
total: (num) => `Total ${num} items`,
|
|
69
|
+
selected: (num) => `${num} items selected`
|
|
62
70
|
},
|
|
63
71
|
Empty: {
|
|
64
72
|
description: 'Neniu datumo'
|
|
@@ -57,10 +57,18 @@ const esAR = {
|
|
|
57
57
|
confirm: 'Confirmar',
|
|
58
58
|
clear: 'Limpiar'
|
|
59
59
|
},
|
|
60
|
-
|
|
60
|
+
LegacyTransfer: {
|
|
61
61
|
sourceTitle: 'Fuente',
|
|
62
62
|
targetTitle: 'Objetivo'
|
|
63
63
|
},
|
|
64
|
+
// TODO: translation
|
|
65
|
+
Transfer: {
|
|
66
|
+
selectAll: 'Select all',
|
|
67
|
+
unselectAll: 'Unselect all',
|
|
68
|
+
clearAll: 'Clear',
|
|
69
|
+
total: (num) => `Total ${num} items`,
|
|
70
|
+
selected: (num) => `${num} items selected`
|
|
71
|
+
},
|
|
64
72
|
Empty: {
|
|
65
73
|
description: 'Sin datos'
|
|
66
74
|
},
|
|
@@ -56,10 +56,18 @@ const frFR = {
|
|
|
56
56
|
confirm: 'Confirmer',
|
|
57
57
|
clear: 'Effacer'
|
|
58
58
|
},
|
|
59
|
-
|
|
59
|
+
LegacyTransfer: {
|
|
60
60
|
sourceTitle: 'Source',
|
|
61
61
|
targetTitle: 'Cible'
|
|
62
62
|
},
|
|
63
|
+
// TODO: translation
|
|
64
|
+
Transfer: {
|
|
65
|
+
selectAll: 'Select all',
|
|
66
|
+
unselectAll: 'Unselect all',
|
|
67
|
+
clearAll: 'Clear',
|
|
68
|
+
total: (num) => `Total ${num} items`,
|
|
69
|
+
selected: (num) => `${num} items selected`
|
|
70
|
+
},
|
|
63
71
|
Empty: {
|
|
64
72
|
description: 'Aucune donnée'
|
|
65
73
|
},
|
|
@@ -57,10 +57,18 @@ const idID = {
|
|
|
57
57
|
confirm: 'Setuju',
|
|
58
58
|
clear: 'Bersihkan'
|
|
59
59
|
},
|
|
60
|
-
|
|
60
|
+
LegacyTransfer: {
|
|
61
61
|
sourceTitle: 'Sumber',
|
|
62
62
|
targetTitle: 'Tujuan'
|
|
63
63
|
},
|
|
64
|
+
// TODO: translation
|
|
65
|
+
Transfer: {
|
|
66
|
+
selectAll: 'Select all',
|
|
67
|
+
unselectAll: 'Unselect all',
|
|
68
|
+
clearAll: 'Clear',
|
|
69
|
+
total: (num) => `Total ${num} items`,
|
|
70
|
+
selected: (num) => `${num} items selected`
|
|
71
|
+
},
|
|
64
72
|
Empty: {
|
|
65
73
|
description: 'Tidak ada data'
|
|
66
74
|
},
|
|
@@ -56,10 +56,18 @@ const itIT = {
|
|
|
56
56
|
confirm: 'Conferma',
|
|
57
57
|
clear: 'Cancella'
|
|
58
58
|
},
|
|
59
|
-
|
|
59
|
+
LegacyTransfer: {
|
|
60
60
|
sourceTitle: 'Fonte',
|
|
61
61
|
targetTitle: 'Destinazione'
|
|
62
62
|
},
|
|
63
|
+
// TODO: translation
|
|
64
|
+
Transfer: {
|
|
65
|
+
selectAll: 'Select all',
|
|
66
|
+
unselectAll: 'Unselect all',
|
|
67
|
+
clearAll: 'Clear',
|
|
68
|
+
total: (num) => `Total ${num} items`,
|
|
69
|
+
selected: (num) => `${num} items selected`
|
|
70
|
+
},
|
|
63
71
|
Empty: {
|
|
64
72
|
description: 'Nessun Dato'
|
|
65
73
|
},
|
|
@@ -56,10 +56,18 @@ const jaJP = {
|
|
|
56
56
|
confirm: 'OK',
|
|
57
57
|
clear: 'リセット'
|
|
58
58
|
},
|
|
59
|
-
|
|
59
|
+
LegacyTransfer: {
|
|
60
60
|
sourceTitle: '元',
|
|
61
61
|
targetTitle: '先'
|
|
62
62
|
},
|
|
63
|
+
// TODO: translation
|
|
64
|
+
Transfer: {
|
|
65
|
+
selectAll: 'Select all',
|
|
66
|
+
unselectAll: 'Unselect all',
|
|
67
|
+
clearAll: 'Clear',
|
|
68
|
+
total: (num) => `Total ${num} items`,
|
|
69
|
+
selected: (num) => `${num} items selected`
|
|
70
|
+
},
|
|
63
71
|
Empty: {
|
|
64
72
|
description: 'データなし'
|
|
65
73
|
},
|
|
@@ -56,10 +56,18 @@ const koKR = {
|
|
|
56
56
|
confirm: '확인',
|
|
57
57
|
clear: '지우기'
|
|
58
58
|
},
|
|
59
|
-
|
|
59
|
+
LegacyTransfer: {
|
|
60
60
|
sourceTitle: '원본',
|
|
61
61
|
targetTitle: '타깃'
|
|
62
62
|
},
|
|
63
|
+
// TODO: translation
|
|
64
|
+
Transfer: {
|
|
65
|
+
selectAll: 'Select all',
|
|
66
|
+
unselectAll: 'Unselect all',
|
|
67
|
+
clearAll: 'Clear',
|
|
68
|
+
total: (num) => `Total ${num} items`,
|
|
69
|
+
selected: (num) => `${num} items selected`
|
|
70
|
+
},
|
|
63
71
|
Empty: {
|
|
64
72
|
description: '데이터 없음'
|
|
65
73
|
},
|
|
@@ -57,10 +57,18 @@ const nbNO = {
|
|
|
57
57
|
confirm: 'Bekreft',
|
|
58
58
|
clear: 'Tøm'
|
|
59
59
|
},
|
|
60
|
-
|
|
60
|
+
LegacyTransfer: {
|
|
61
61
|
sourceTitle: 'Kilde',
|
|
62
62
|
targetTitle: 'Mål'
|
|
63
63
|
},
|
|
64
|
+
// TODO: translation
|
|
65
|
+
Transfer: {
|
|
66
|
+
selectAll: 'Select all',
|
|
67
|
+
unselectAll: 'Unselect all',
|
|
68
|
+
clearAll: 'Clear',
|
|
69
|
+
total: (num) => `Total ${num} items`,
|
|
70
|
+
selected: (num) => `${num} items selected`
|
|
71
|
+
},
|
|
64
72
|
Empty: {
|
|
65
73
|
description: 'Ingen data'
|
|
66
74
|
},
|
|
@@ -55,10 +55,18 @@ const nlNL = {
|
|
|
55
55
|
confirm: 'Bevestig',
|
|
56
56
|
clear: 'Wis'
|
|
57
57
|
},
|
|
58
|
-
|
|
58
|
+
LegacyTransfer: {
|
|
59
59
|
sourceTitle: 'Bron',
|
|
60
60
|
targetTitle: 'Doel'
|
|
61
61
|
},
|
|
62
|
+
// TODO: translation
|
|
63
|
+
Transfer: {
|
|
64
|
+
selectAll: 'Select all',
|
|
65
|
+
unselectAll: 'Unselect all',
|
|
66
|
+
clearAll: 'Clear',
|
|
67
|
+
total: (num) => `Total ${num} items`,
|
|
68
|
+
selected: (num) => `${num} items selected`
|
|
69
|
+
},
|
|
62
70
|
Empty: {
|
|
63
71
|
description: 'Geen Data'
|
|
64
72
|
},
|