naive-ui 2.21.2 → 2.22.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/es/_internal/close/src/styles/index.cssr.js +6 -5
- package/es/_internal/scrollbar/src/ScrollBar.d.ts +15 -0
- package/es/_internal/scrollbar/src/ScrollBar.js +13 -7
- package/es/_internal/selection/src/Selection.js +11 -9
- package/es/_internal/selection/src/styles/index.cssr.js +6 -2
- package/es/alert/src/Alert.d.ts +20 -20
- package/es/alert/src/Alert.js +22 -22
- package/es/alert/src/styles/index.cssr.js +45 -45
- package/es/anchor/src/AnchorAdapter.js +12 -12
- package/es/anchor/src/styles/index.cssr.js +41 -41
- package/es/avatar/src/Avatar.d.ts +5 -3
- package/es/avatar/src/Avatar.js +7 -5
- package/es/avatar/src/styles/index.cssr.js +3 -5
- package/es/button/src/Button.d.ts +60 -60
- package/es/button/src/Button.js +107 -106
- package/es/button/src/styles/button.cssr.js +83 -80
- package/es/button/styles/dark.js +3 -3
- package/es/button/styles/light.d.ts +3 -3
- package/es/button/styles/light.js +1 -1
- package/es/calendar/src/Calendar.d.ts +37 -30
- package/es/calendar/styles/light.d.ts +3 -3
- package/es/cascader/src/Cascader.d.ts +135 -0
- package/es/cascader/src/Cascader.js +2 -4
- package/es/cascader/src/CascaderMenu.d.ts +345 -0
- package/es/cascader/src/CascaderMenu.js +6 -5
- package/es/cascader/src/CascaderOption.d.ts +18 -0
- package/es/cascader/src/CascaderSelectMenu.d.ts +18 -0
- package/es/cascader/src/CascaderSubmenu.d.ts +18 -0
- package/es/cascader/styles/dark.js +3 -1
- package/es/cascader/styles/light.d.ts +13 -0
- package/es/cascader/styles/light.js +3 -1
- package/es/color-picker/src/ColorInputUnit.d.ts +3 -3
- package/es/color-picker/src/ColorPicker.d.ts +27 -27
- package/es/color-picker/styles/light.d.ts +3 -3
- package/es/config-provider/src/ConfigProvider.d.ts +21 -0
- package/es/data-table/src/DataTable.d.ts +30 -30
- package/es/data-table/src/DataTable.js +7 -14
- package/es/data-table/src/HeaderButton/FilterButton.d.ts +3 -3
- package/es/data-table/src/HeaderButton/FilterMenu.d.ts +3 -3
- package/es/data-table/src/MainTable.js +2 -3
- package/es/data-table/src/TableParts/Body.d.ts +18 -7
- package/es/data-table/src/TableParts/Body.js +80 -28
- package/es/data-table/src/TableParts/Cell.d.ts +6 -6
- package/es/data-table/src/TableParts/Header.d.ts +3 -3
- package/es/data-table/src/TableParts/Header.js +1 -1
- package/es/data-table/src/interface.d.ts +4 -1
- package/es/data-table/src/styles/index.cssr.js +9 -12
- package/es/data-table/src/use-check.js +6 -2
- package/es/data-table/src/use-scroll.d.ts +2 -0
- package/es/data-table/src/use-scroll.js +34 -4
- package/es/data-table/src/use-table-data.js +4 -1
- package/es/data-table/styles/_common.js +1 -1
- package/es/data-table/styles/light.d.ts +3 -3
- package/es/date-picker/src/DatePicker.d.ts +94 -69
- package/es/date-picker/src/DatePicker.js +47 -20
- package/es/date-picker/src/config.d.ts +1 -9
- package/es/date-picker/src/config.js +0 -8
- package/es/date-picker/src/interface.d.ts +2 -1
- package/es/date-picker/src/panel/date.d.ts +23 -10
- package/es/date-picker/src/panel/date.js +2 -2
- package/es/date-picker/src/panel/daterange.d.ts +21 -9
- package/es/date-picker/src/panel/daterange.js +2 -2
- package/es/date-picker/src/panel/datetime.d.ts +23 -16
- package/es/date-picker/src/panel/datetime.js +2 -2
- package/es/date-picker/src/panel/datetimerange.d.ts +21 -9
- package/es/date-picker/src/panel/datetimerange.js +2 -2
- package/es/date-picker/src/panel/month.d.ts +27 -20
- package/es/date-picker/src/panel/month.js +23 -12
- package/es/date-picker/src/panel/use-calendar.d.ts +25 -43
- package/es/date-picker/src/panel/use-calendar.js +35 -18
- package/es/date-picker/src/panel/use-dual-calendar.d.ts +21 -40
- package/es/date-picker/src/panel/use-dual-calendar.js +23 -8
- package/es/date-picker/src/panel/use-panel-common.d.ts +21 -36
- package/es/date-picker/src/panel/use-panel-common.js +2 -2
- package/es/date-picker/src/utils.d.ts +19 -3
- package/es/date-picker/src/utils.js +40 -5
- package/es/date-picker/styles/_common.d.ts +2 -0
- package/es/date-picker/styles/_common.js +3 -1
- package/es/date-picker/styles/light.d.ts +10 -6
- package/es/dialog/src/Dialog.d.ts +21 -21
- package/es/dialog/src/styles/index.cssr.js +1 -0
- package/es/dialog/styles/light.d.ts +3 -3
- package/es/dynamic-input/src/DynamicInput.d.ts +30 -30
- package/es/dynamic-input/src/InputPreset.d.ts +3 -3
- package/es/dynamic-input/src/PairPreset.d.ts +3 -3
- package/es/dynamic-input/styles/light.d.ts +3 -3
- package/es/dynamic-tags/src/DynamicTags.d.ts +30 -30
- package/es/dynamic-tags/styles/light.d.ts +3 -3
- package/es/element/index.d.ts +1 -0
- package/es/element/index.js +1 -0
- package/es/form/src/interface.d.ts +5 -4
- package/es/image/src/Image.d.ts +25 -16
- package/es/image/src/Image.js +35 -11
- package/es/image/src/ImageGroup.js +2 -2
- package/es/image/src/styles/index.cssr.js +4 -3
- package/es/input/src/Input.js +2 -0
- package/es/input/src/styles/input.cssr.js +2 -1
- package/es/input-number/src/InputNumber.d.ts +30 -30
- package/es/input-number/src/InputNumber.js +10 -5
- package/es/input-number/src/utils.d.ts +1 -0
- package/es/input-number/src/utils.js +4 -0
- package/es/input-number/styles/light.d.ts +3 -3
- package/es/locales/common/deDE.js +8 -0
- package/es/locales/common/enUS.d.ts +7 -0
- package/es/locales/common/enUS.js +8 -1
- package/es/locales/common/frFR.d.ts +3 -0
- package/es/locales/common/frFR.js +101 -0
- package/es/locales/common/idID.d.ts +2 -93
- package/es/locales/common/idID.js +8 -0
- package/es/locales/common/jaJP.js +8 -0
- package/es/locales/common/nbNO.js +8 -0
- package/es/locales/common/ruRU.js +8 -0
- package/es/locales/common/ukUA.js +8 -0
- package/es/locales/common/zhCN.js +7 -0
- package/es/locales/common/zhTW.d.ts +3 -0
- package/es/locales/common/zhTW.js +100 -0
- package/es/locales/date/frFR.d.ts +3 -0
- package/es/locales/date/frFR.js +6 -0
- package/es/locales/date/idID.d.ts +1 -6
- package/es/locales/date/zhTW.d.ts +3 -0
- package/es/locales/date/zhTW.js +6 -0
- package/es/locales/index.d.ts +4 -0
- package/es/locales/index.js +4 -0
- package/es/modal/src/BodyWrapper.d.ts +6 -6
- package/es/modal/src/Modal.d.ts +36 -36
- package/es/modal/styles/light.d.ts +3 -3
- package/es/page-header/src/PageHeader.js +3 -3
- package/es/page-header/src/styles/index.cssr.js +2 -4
- package/es/popconfirm/src/Popconfirm.d.ts +30 -30
- package/es/popconfirm/styles/light.d.ts +3 -3
- package/es/popover/src/Popover.js +4 -1
- package/es/popover/src/PopoverBody.js +3 -3
- package/es/popselect/src/Popselect.d.ts +2 -11
- package/es/popselect/src/Popselect.js +2 -2
- package/es/popselect/src/PopselectPanel.d.ts +3 -11
- package/es/popselect/src/PopselectPanel.js +17 -11
- package/es/radio/src/Radio.js +3 -3
- package/es/radio/src/RadioButton.js +4 -5
- package/es/radio/src/styles/radio-group.cssr.js +8 -4
- package/es/radio/src/styles/radio.cssr.js +8 -4
- package/es/radio/src/use-radio.d.ts +0 -3
- package/es/radio/src/use-radio.js +1 -26
- package/es/switch/src/Switch.d.ts +16 -1
- package/es/switch/src/Switch.js +17 -4
- package/es/switch/src/styles/index.cssr.js +1 -1
- package/es/tabs/src/styles/index.cssr.js +1 -0
- package/es/tag/src/styles/index.cssr.js +1 -1
- package/es/theme-editor/src/ThemeEditor.js +9 -2
- package/es/time-picker/src/Panel.d.ts +3 -3
- package/es/time-picker/src/TimePicker.d.ts +30 -30
- package/es/time-picker/styles/light.d.ts +3 -3
- package/es/transfer/src/Transfer.d.ts +30 -30
- package/es/transfer/src/TransferFilter.d.ts +3 -3
- package/es/transfer/src/TransferList.d.ts +3 -3
- package/es/transfer/src/TransferListItem.d.ts +3 -3
- package/es/transfer/styles/light.d.ts +3 -3
- package/es/tree/src/Tree.d.ts +8 -4
- package/es/tree/src/Tree.js +32 -6
- package/es/tree-select/src/TreeSelect.d.ts +38 -1
- package/es/tree-select/src/TreeSelect.js +25 -10
- package/es/tree-select/src/styles/index.cssr.js +11 -2
- package/es/tree-select/styles/light.d.ts +6 -0
- package/es/tree-select/styles/light.js +5 -2
- package/es/upload/src/Upload.d.ts +41 -30
- package/es/upload/src/Upload.js +33 -23
- package/es/upload/src/UploadFile.d.ts +4 -4
- package/es/upload/src/UploadFileList.js +4 -2
- package/es/upload/src/UploadProgress.d.ts +3 -3
- package/es/upload/src/interface.d.ts +1 -0
- package/es/upload/src/styles/index.cssr.js +2 -3
- package/es/upload/styles/light.d.ts +3 -3
- package/es/version.d.ts +1 -1
- package/es/version.js +1 -1
- package/lib/_internal/close/src/styles/index.cssr.js +6 -5
- package/lib/_internal/scrollbar/src/ScrollBar.d.ts +15 -0
- package/lib/_internal/scrollbar/src/ScrollBar.js +13 -7
- package/lib/_internal/selection/src/Selection.js +11 -9
- package/lib/_internal/selection/src/styles/index.cssr.js +6 -2
- package/lib/alert/src/Alert.d.ts +20 -20
- package/lib/alert/src/Alert.js +22 -22
- package/lib/alert/src/styles/index.cssr.js +45 -45
- package/lib/anchor/src/AnchorAdapter.js +12 -12
- package/lib/anchor/src/styles/index.cssr.js +41 -41
- package/lib/avatar/src/Avatar.d.ts +5 -3
- package/lib/avatar/src/Avatar.js +7 -5
- package/lib/avatar/src/styles/index.cssr.js +3 -5
- package/lib/button/src/Button.d.ts +60 -60
- package/lib/button/src/Button.js +107 -106
- package/lib/button/src/styles/button.cssr.js +83 -80
- package/lib/button/styles/dark.js +3 -3
- package/lib/button/styles/light.d.ts +3 -3
- package/lib/button/styles/light.js +1 -1
- package/lib/calendar/src/Calendar.d.ts +37 -30
- package/lib/calendar/styles/light.d.ts +3 -3
- package/lib/cascader/src/Cascader.d.ts +135 -0
- package/lib/cascader/src/Cascader.js +2 -4
- package/lib/cascader/src/CascaderMenu.d.ts +345 -0
- package/lib/cascader/src/CascaderMenu.js +6 -5
- package/lib/cascader/src/CascaderOption.d.ts +18 -0
- package/lib/cascader/src/CascaderSelectMenu.d.ts +18 -0
- package/lib/cascader/src/CascaderSubmenu.d.ts +18 -0
- package/lib/cascader/styles/dark.js +3 -1
- package/lib/cascader/styles/light.d.ts +13 -0
- package/lib/cascader/styles/light.js +3 -1
- package/lib/color-picker/src/ColorInputUnit.d.ts +3 -3
- package/lib/color-picker/src/ColorPicker.d.ts +27 -27
- package/lib/color-picker/styles/light.d.ts +3 -3
- package/lib/config-provider/src/ConfigProvider.d.ts +21 -0
- package/lib/data-table/src/DataTable.d.ts +30 -30
- package/lib/data-table/src/DataTable.js +6 -13
- package/lib/data-table/src/HeaderButton/FilterButton.d.ts +3 -3
- package/lib/data-table/src/HeaderButton/FilterMenu.d.ts +3 -3
- package/lib/data-table/src/MainTable.js +1 -2
- package/lib/data-table/src/TableParts/Body.d.ts +18 -7
- package/lib/data-table/src/TableParts/Body.js +78 -26
- package/lib/data-table/src/TableParts/Cell.d.ts +6 -6
- package/lib/data-table/src/TableParts/Header.d.ts +3 -3
- package/lib/data-table/src/TableParts/Header.js +1 -1
- package/lib/data-table/src/interface.d.ts +4 -1
- package/lib/data-table/src/styles/index.cssr.js +9 -12
- package/lib/data-table/src/use-check.js +6 -2
- package/lib/data-table/src/use-scroll.d.ts +2 -0
- package/lib/data-table/src/use-scroll.js +34 -4
- package/lib/data-table/src/use-table-data.js +4 -1
- package/lib/data-table/styles/_common.js +1 -1
- package/lib/data-table/styles/light.d.ts +3 -3
- package/lib/date-picker/src/DatePicker.d.ts +94 -69
- package/lib/date-picker/src/DatePicker.js +46 -19
- package/lib/date-picker/src/config.d.ts +1 -9
- package/lib/date-picker/src/config.js +1 -9
- package/lib/date-picker/src/interface.d.ts +2 -1
- package/lib/date-picker/src/panel/date.d.ts +23 -10
- package/lib/date-picker/src/panel/date.js +1 -1
- package/lib/date-picker/src/panel/daterange.d.ts +21 -9
- package/lib/date-picker/src/panel/daterange.js +1 -1
- package/lib/date-picker/src/panel/datetime.d.ts +23 -16
- package/lib/date-picker/src/panel/datetime.js +1 -1
- package/lib/date-picker/src/panel/datetimerange.d.ts +21 -9
- package/lib/date-picker/src/panel/datetimerange.js +2 -2
- package/lib/date-picker/src/panel/month.d.ts +27 -20
- package/lib/date-picker/src/panel/month.js +23 -12
- package/lib/date-picker/src/panel/use-calendar.d.ts +25 -43
- package/lib/date-picker/src/panel/use-calendar.js +34 -16
- package/lib/date-picker/src/panel/use-dual-calendar.d.ts +21 -40
- package/lib/date-picker/src/panel/use-dual-calendar.js +22 -6
- package/lib/date-picker/src/panel/use-panel-common.d.ts +21 -36
- package/lib/date-picker/src/panel/use-panel-common.js +3 -2
- package/lib/date-picker/src/utils.d.ts +19 -3
- package/lib/date-picker/src/utils.js +41 -4
- package/lib/date-picker/styles/_common.d.ts +2 -0
- package/lib/date-picker/styles/_common.js +3 -1
- package/lib/date-picker/styles/light.d.ts +10 -6
- package/lib/dialog/src/Dialog.d.ts +21 -21
- package/lib/dialog/src/styles/index.cssr.js +1 -0
- package/lib/dialog/styles/light.d.ts +3 -3
- package/lib/dynamic-input/src/DynamicInput.d.ts +30 -30
- package/lib/dynamic-input/src/InputPreset.d.ts +3 -3
- package/lib/dynamic-input/src/PairPreset.d.ts +3 -3
- package/lib/dynamic-input/styles/light.d.ts +3 -3
- package/lib/dynamic-tags/src/DynamicTags.d.ts +30 -30
- package/lib/dynamic-tags/styles/light.d.ts +3 -3
- package/lib/element/index.d.ts +1 -0
- package/lib/element/index.js +3 -1
- package/lib/form/src/interface.d.ts +5 -4
- package/lib/image/src/Image.d.ts +25 -16
- package/lib/image/src/Image.js +34 -10
- package/lib/image/src/ImageGroup.js +2 -2
- package/lib/image/src/styles/index.cssr.js +3 -2
- package/lib/input/src/Input.js +2 -0
- package/lib/input/src/styles/input.cssr.js +2 -1
- package/lib/input-number/src/InputNumber.d.ts +30 -30
- package/lib/input-number/src/InputNumber.js +9 -4
- package/lib/input-number/src/utils.d.ts +1 -0
- package/lib/input-number/src/utils.js +6 -1
- package/lib/input-number/styles/light.d.ts +3 -3
- package/lib/locales/common/deDE.js +8 -0
- package/lib/locales/common/enUS.d.ts +7 -0
- package/lib/locales/common/enUS.js +8 -1
- package/lib/locales/common/frFR.d.ts +3 -0
- package/lib/locales/common/frFR.js +103 -0
- package/lib/locales/common/idID.d.ts +2 -93
- package/lib/locales/common/idID.js +8 -0
- package/lib/locales/common/jaJP.js +8 -0
- package/lib/locales/common/nbNO.js +8 -0
- package/lib/locales/common/ruRU.js +8 -0
- package/lib/locales/common/ukUA.js +8 -0
- package/lib/locales/common/zhCN.js +7 -0
- package/lib/locales/common/zhTW.d.ts +3 -0
- package/lib/locales/common/zhTW.js +102 -0
- package/lib/locales/date/frFR.d.ts +3 -0
- package/lib/locales/date/frFR.js +11 -0
- package/lib/locales/date/idID.d.ts +1 -6
- package/lib/locales/date/zhTW.d.ts +3 -0
- package/lib/locales/date/zhTW.js +11 -0
- package/lib/locales/index.d.ts +4 -0
- package/lib/locales/index.js +9 -1
- package/lib/modal/src/BodyWrapper.d.ts +6 -6
- package/lib/modal/src/Modal.d.ts +36 -36
- package/lib/modal/styles/light.d.ts +3 -3
- package/lib/page-header/src/PageHeader.js +3 -3
- package/lib/page-header/src/styles/index.cssr.js +2 -4
- package/lib/popconfirm/src/Popconfirm.d.ts +30 -30
- package/lib/popconfirm/styles/light.d.ts +3 -3
- package/lib/popover/src/Popover.js +4 -1
- package/lib/popover/src/PopoverBody.js +3 -3
- package/lib/popselect/src/Popselect.d.ts +2 -11
- package/lib/popselect/src/Popselect.js +2 -2
- package/lib/popselect/src/PopselectPanel.d.ts +3 -11
- package/lib/popselect/src/PopselectPanel.js +16 -10
- package/lib/radio/src/Radio.js +3 -3
- package/lib/radio/src/RadioButton.js +4 -5
- package/lib/radio/src/styles/radio-group.cssr.js +8 -4
- package/lib/radio/src/styles/radio.cssr.js +8 -4
- package/lib/radio/src/use-radio.d.ts +0 -3
- package/lib/radio/src/use-radio.js +1 -26
- package/lib/switch/src/Switch.d.ts +16 -1
- package/lib/switch/src/Switch.js +17 -4
- package/lib/switch/src/styles/index.cssr.js +1 -1
- package/lib/tabs/src/styles/index.cssr.js +1 -0
- package/lib/tag/src/styles/index.cssr.js +1 -1
- package/lib/theme-editor/src/ThemeEditor.js +9 -2
- package/lib/time-picker/src/Panel.d.ts +3 -3
- package/lib/time-picker/src/TimePicker.d.ts +30 -30
- package/lib/time-picker/styles/light.d.ts +3 -3
- package/lib/transfer/src/Transfer.d.ts +30 -30
- package/lib/transfer/src/TransferFilter.d.ts +3 -3
- package/lib/transfer/src/TransferList.d.ts +3 -3
- package/lib/transfer/src/TransferListItem.d.ts +3 -3
- package/lib/transfer/styles/light.d.ts +3 -3
- package/lib/tree/src/Tree.d.ts +8 -4
- package/lib/tree/src/Tree.js +32 -6
- package/lib/tree-select/src/TreeSelect.d.ts +38 -1
- package/lib/tree-select/src/TreeSelect.js +24 -9
- package/lib/tree-select/src/styles/index.cssr.js +11 -2
- package/lib/tree-select/styles/light.d.ts +6 -0
- package/lib/tree-select/styles/light.js +5 -2
- package/lib/upload/src/Upload.d.ts +41 -30
- package/lib/upload/src/Upload.js +33 -23
- package/lib/upload/src/UploadFile.d.ts +4 -4
- package/lib/upload/src/UploadFileList.js +4 -2
- package/lib/upload/src/UploadProgress.d.ts +3 -3
- package/lib/upload/src/interface.d.ts +1 -0
- package/lib/upload/src/styles/index.cssr.js +2 -3
- package/lib/upload/styles/light.d.ts +3 -3
- package/lib/version.d.ts +1 -1
- package/lib/version.js +1 -1
- package/package.json +5 -4
- package/web-types.json +99 -7
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const frFR = {
|
|
4
|
+
name: 'fr-FR',
|
|
5
|
+
global: {
|
|
6
|
+
undo: 'Défaire',
|
|
7
|
+
redo: 'Refaire',
|
|
8
|
+
confirm: 'Confirmer'
|
|
9
|
+
},
|
|
10
|
+
Popconfirm: {
|
|
11
|
+
positiveText: 'Confirmer',
|
|
12
|
+
negativeText: 'Annuler'
|
|
13
|
+
},
|
|
14
|
+
Cascader: {
|
|
15
|
+
placeholder: 'Sélectionner',
|
|
16
|
+
loading: 'Chargement',
|
|
17
|
+
loadingRequiredMessage: (label) => `Charger tous les enfants de ${label} avant de le sélectionner`
|
|
18
|
+
},
|
|
19
|
+
Time: {
|
|
20
|
+
dateFormat: 'dd-MM-yyyy',
|
|
21
|
+
dateTimeFormat: 'dd-MM-yyyy HH:mm:ss'
|
|
22
|
+
},
|
|
23
|
+
DatePicker: {
|
|
24
|
+
yearFormat: 'yyyy',
|
|
25
|
+
monthFormat: 'MMM',
|
|
26
|
+
dayFormat: 'eeeeee',
|
|
27
|
+
yearTypeFormat: 'yyyy',
|
|
28
|
+
monthTypeFormat: 'MM-yyyy',
|
|
29
|
+
dateFormat: 'dd-MM-yyyy',
|
|
30
|
+
dateTimeFormat: 'dd-MM-yyyy HH:mm:ss',
|
|
31
|
+
quarterFormat: 'yyyy-qqq',
|
|
32
|
+
clear: 'Effacer',
|
|
33
|
+
now: 'Maintenant',
|
|
34
|
+
confirm: 'Confirmer',
|
|
35
|
+
selectTime: "Sélectionner l'heure",
|
|
36
|
+
selectDate: 'Sélectionner la date',
|
|
37
|
+
datePlaceholder: 'Sélectionner la date',
|
|
38
|
+
datetimePlaceholder: "Sélectionner la date et l'heure",
|
|
39
|
+
monthPlaceholder: 'Sélectionner le mois',
|
|
40
|
+
yearPlaceholder: "Sélectionner l'année",
|
|
41
|
+
// FIXME: translation needed
|
|
42
|
+
quarterPlaceholder: 'Select Quarter',
|
|
43
|
+
startDatePlaceholder: 'Date de début',
|
|
44
|
+
endDatePlaceholder: 'Date de fin',
|
|
45
|
+
startDatetimePlaceholder: 'Date et heure de début',
|
|
46
|
+
endDatetimePlaceholder: 'Date et heure de fin',
|
|
47
|
+
monthBeforeYear: true,
|
|
48
|
+
firstDayOfWeek: 1,
|
|
49
|
+
today: "Aujourd'hui"
|
|
50
|
+
},
|
|
51
|
+
DataTable: {
|
|
52
|
+
checkTableAll: 'Sélectionner tout',
|
|
53
|
+
uncheckTableAll: 'Désélectionner tout',
|
|
54
|
+
confirm: 'Confirmer',
|
|
55
|
+
clear: 'Effacer'
|
|
56
|
+
},
|
|
57
|
+
Transfer: {
|
|
58
|
+
sourceTitle: 'Source',
|
|
59
|
+
targetTitle: 'Cible'
|
|
60
|
+
},
|
|
61
|
+
Empty: {
|
|
62
|
+
description: 'Aucune donnée'
|
|
63
|
+
},
|
|
64
|
+
Select: {
|
|
65
|
+
placeholder: 'Sélectionner'
|
|
66
|
+
},
|
|
67
|
+
TimePicker: {
|
|
68
|
+
placeholder: "Sélectionner l'heure",
|
|
69
|
+
positiveText: 'OK',
|
|
70
|
+
negativeText: 'Annuler',
|
|
71
|
+
now: 'Maintenant'
|
|
72
|
+
},
|
|
73
|
+
Pagination: {
|
|
74
|
+
goto: 'Aller à',
|
|
75
|
+
selectionSuffix: 'page'
|
|
76
|
+
},
|
|
77
|
+
DynamicTags: {
|
|
78
|
+
add: 'Ajouter'
|
|
79
|
+
},
|
|
80
|
+
Log: {
|
|
81
|
+
loading: 'Chargement'
|
|
82
|
+
},
|
|
83
|
+
Input: {
|
|
84
|
+
placeholder: 'Saisir'
|
|
85
|
+
},
|
|
86
|
+
InputNumber: {
|
|
87
|
+
placeholder: 'Saisir'
|
|
88
|
+
},
|
|
89
|
+
DynamicInput: {
|
|
90
|
+
create: 'Créer'
|
|
91
|
+
},
|
|
92
|
+
ThemeEditor: {
|
|
93
|
+
title: 'Editeur de thème',
|
|
94
|
+
clearAllVars: 'Effacer toutes les variables',
|
|
95
|
+
clearSearch: 'Effacer la recherche',
|
|
96
|
+
filterCompName: 'Filtrer par nom de composant',
|
|
97
|
+
filterVarName: 'Filtrer par nom de variable',
|
|
98
|
+
import: 'Importer',
|
|
99
|
+
export: 'Exporter',
|
|
100
|
+
restore: 'Réinitialiser'
|
|
101
|
+
}
|
|
102
|
+
};
|
|
103
|
+
exports.default = frFR;
|
|
@@ -1,94 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
global: {
|
|
4
|
-
undo: string;
|
|
5
|
-
redo: string;
|
|
6
|
-
confirm: string;
|
|
7
|
-
};
|
|
8
|
-
Popconfirm: {
|
|
9
|
-
positiveText: string;
|
|
10
|
-
negativeText: string;
|
|
11
|
-
};
|
|
12
|
-
Cascader: {
|
|
13
|
-
placeholder: string;
|
|
14
|
-
loading: string;
|
|
15
|
-
loadingRequiredMessage: (label: string) => string;
|
|
16
|
-
};
|
|
17
|
-
Time: {
|
|
18
|
-
dateFormat: string;
|
|
19
|
-
dateTimeFormat: string;
|
|
20
|
-
};
|
|
21
|
-
DatePicker: {
|
|
22
|
-
yearFormat: string;
|
|
23
|
-
monthFormat: string;
|
|
24
|
-
dayFormat: string;
|
|
25
|
-
clear: string;
|
|
26
|
-
now: string;
|
|
27
|
-
confirm: string;
|
|
28
|
-
selectTime: string;
|
|
29
|
-
selectDate: string;
|
|
30
|
-
datePlaceholder: string;
|
|
31
|
-
datetimePlaceholder: string;
|
|
32
|
-
monthPlaceholder: string;
|
|
33
|
-
startDatePlaceholder: string;
|
|
34
|
-
endDatePlaceholder: string;
|
|
35
|
-
startDatetimePlaceholder: string;
|
|
36
|
-
endDatetimePlaceholder: string;
|
|
37
|
-
monthBeforeYear: boolean;
|
|
38
|
-
firstDayOfWeek: 0 | 2 | 1 | 3 | 4 | 5 | 6;
|
|
39
|
-
today: string;
|
|
40
|
-
};
|
|
41
|
-
DataTable: {
|
|
42
|
-
checkTableAll: string;
|
|
43
|
-
uncheckTableAll: string;
|
|
44
|
-
confirm: string;
|
|
45
|
-
clear: string;
|
|
46
|
-
};
|
|
47
|
-
Transfer: {
|
|
48
|
-
sourceTitle: string;
|
|
49
|
-
targetTitle: string;
|
|
50
|
-
};
|
|
51
|
-
Empty: {
|
|
52
|
-
description: string;
|
|
53
|
-
};
|
|
54
|
-
Select: {
|
|
55
|
-
placeholder: string;
|
|
56
|
-
};
|
|
57
|
-
TimePicker: {
|
|
58
|
-
placeholder: string;
|
|
59
|
-
positiveText: string;
|
|
60
|
-
negativeText: string;
|
|
61
|
-
now: string;
|
|
62
|
-
};
|
|
63
|
-
Pagination: {
|
|
64
|
-
goto: string;
|
|
65
|
-
selectionSuffix: string;
|
|
66
|
-
};
|
|
67
|
-
DynamicTags: {
|
|
68
|
-
add: string;
|
|
69
|
-
};
|
|
70
|
-
Log: {
|
|
71
|
-
loading: string;
|
|
72
|
-
};
|
|
73
|
-
Input: {
|
|
74
|
-
placeholder: string;
|
|
75
|
-
};
|
|
76
|
-
InputNumber: {
|
|
77
|
-
placeholder: string;
|
|
78
|
-
};
|
|
79
|
-
DynamicInput: {
|
|
80
|
-
create: string;
|
|
81
|
-
};
|
|
82
|
-
ThemeEditor: {
|
|
83
|
-
title: string;
|
|
84
|
-
clearAllVars: string;
|
|
85
|
-
clearSearch: string;
|
|
86
|
-
filterCompName: string;
|
|
87
|
-
filterVarName: string;
|
|
88
|
-
import: string;
|
|
89
|
-
export: string;
|
|
90
|
-
restore: string;
|
|
91
|
-
};
|
|
92
|
-
};
|
|
93
|
-
export declare type NLocale = typeof idID;
|
|
1
|
+
import type { NLocale } from './enUS';
|
|
2
|
+
declare const idID: NLocale;
|
|
94
3
|
export default idID;
|
|
@@ -24,6 +24,11 @@ const idID = {
|
|
|
24
24
|
yearFormat: 'yyyy',
|
|
25
25
|
monthFormat: 'MMM',
|
|
26
26
|
dayFormat: 'eeeeee',
|
|
27
|
+
yearTypeFormat: 'yyyy',
|
|
28
|
+
monthTypeFormat: 'MM-yyyy',
|
|
29
|
+
dateFormat: 'dd-MM-yyyy',
|
|
30
|
+
dateTimeFormat: 'dd-MM-yyyy HH:mm:ss',
|
|
31
|
+
quarterFormat: 'yyyy-qqq',
|
|
27
32
|
clear: 'Bersihkan',
|
|
28
33
|
now: 'Sekarang',
|
|
29
34
|
confirm: 'Setuju',
|
|
@@ -32,6 +37,9 @@ const idID = {
|
|
|
32
37
|
datePlaceholder: 'Pilih Tanggal',
|
|
33
38
|
datetimePlaceholder: 'Pilih Tanggal dan Waktu',
|
|
34
39
|
monthPlaceholder: 'Pilih Bulan',
|
|
40
|
+
// FIXME: translation needed
|
|
41
|
+
yearPlaceholder: 'Select Year',
|
|
42
|
+
quarterPlaceholder: 'Select Quarter',
|
|
35
43
|
startDatePlaceholder: 'Tanggal Mulai',
|
|
36
44
|
endDatePlaceholder: 'Tanggal Selesai',
|
|
37
45
|
startDatetimePlaceholder: 'Tanggal dan Waktu Mulai',
|
|
@@ -24,6 +24,11 @@ const jaJP = {
|
|
|
24
24
|
yearFormat: 'yyyy年',
|
|
25
25
|
monthFormat: 'MMM',
|
|
26
26
|
dayFormat: 'eeeeee',
|
|
27
|
+
yearTypeFormat: 'yyyy',
|
|
28
|
+
monthTypeFormat: 'yyyy-MM',
|
|
29
|
+
dateFormat: 'yyyy-MM-dd',
|
|
30
|
+
dateTimeFormat: 'yyyy-MM-dd HH:mm:ss',
|
|
31
|
+
quarterFormat: 'yyyy-qqq',
|
|
27
32
|
clear: 'クリア',
|
|
28
33
|
now: '現在',
|
|
29
34
|
confirm: 'OK',
|
|
@@ -32,6 +37,9 @@ const jaJP = {
|
|
|
32
37
|
datePlaceholder: '日付を選択',
|
|
33
38
|
datetimePlaceholder: '選択',
|
|
34
39
|
monthPlaceholder: '月を選択',
|
|
40
|
+
// FIXME: translation needed
|
|
41
|
+
yearPlaceholder: 'Select Year',
|
|
42
|
+
quarterPlaceholder: 'Select Quarter',
|
|
35
43
|
startDatePlaceholder: '開始日',
|
|
36
44
|
endDatePlaceholder: '終了日',
|
|
37
45
|
startDatetimePlaceholder: '開始時間',
|
|
@@ -24,6 +24,11 @@ const nbNO = {
|
|
|
24
24
|
yearFormat: 'yyyy',
|
|
25
25
|
monthFormat: 'MMM',
|
|
26
26
|
dayFormat: 'eeeeee',
|
|
27
|
+
yearTypeFormat: 'yyyy',
|
|
28
|
+
monthTypeFormat: 'MM.yyyy',
|
|
29
|
+
dateFormat: 'dd.MM.yyyy',
|
|
30
|
+
dateTimeFormat: 'dd.MM.yyyy HH:mm:ss',
|
|
31
|
+
quarterFormat: 'yyyy-qqq',
|
|
27
32
|
clear: 'Tøm',
|
|
28
33
|
now: 'Nå',
|
|
29
34
|
confirm: 'Bekreft',
|
|
@@ -32,6 +37,9 @@ const nbNO = {
|
|
|
32
37
|
datePlaceholder: 'Velg dato',
|
|
33
38
|
datetimePlaceholder: 'Velg dato og tid',
|
|
34
39
|
monthPlaceholder: 'Velg måned',
|
|
40
|
+
// FIXME: translation needed
|
|
41
|
+
yearPlaceholder: 'Select Year',
|
|
42
|
+
quarterPlaceholder: 'Select Quarter',
|
|
35
43
|
startDatePlaceholder: 'Startdato',
|
|
36
44
|
endDatePlaceholder: 'Sluttdato',
|
|
37
45
|
startDatetimePlaceholder: 'Startdato og -tid',
|
|
@@ -24,6 +24,11 @@ const ruRu = {
|
|
|
24
24
|
yearFormat: 'yyyy',
|
|
25
25
|
monthFormat: 'MMM',
|
|
26
26
|
dayFormat: 'eeeeee',
|
|
27
|
+
yearTypeFormat: 'yyyy',
|
|
28
|
+
monthTypeFormat: 'yyyy-MM',
|
|
29
|
+
dateFormat: 'yyyy-MM-dd',
|
|
30
|
+
dateTimeFormat: 'yyyy-MM-dd HH:mm:ss',
|
|
31
|
+
quarterFormat: 'yyyy-qqq',
|
|
27
32
|
clear: 'Очистить',
|
|
28
33
|
now: 'Сейчас',
|
|
29
34
|
confirm: 'Подтвердить',
|
|
@@ -32,6 +37,9 @@ const ruRu = {
|
|
|
32
37
|
datePlaceholder: 'Выбрать дату',
|
|
33
38
|
datetimePlaceholder: 'Выбрать дату и время',
|
|
34
39
|
monthPlaceholder: 'Выберите месяц',
|
|
40
|
+
// FIXME: translation needed
|
|
41
|
+
yearPlaceholder: 'Select Year',
|
|
42
|
+
quarterPlaceholder: 'Select Quarter',
|
|
35
43
|
startDatePlaceholder: 'Дата начала',
|
|
36
44
|
endDatePlaceholder: 'Дата окончания',
|
|
37
45
|
startDatetimePlaceholder: 'Дата и время начала',
|
|
@@ -24,6 +24,11 @@ const ukUA = {
|
|
|
24
24
|
yearFormat: 'yyyy',
|
|
25
25
|
monthFormat: 'MMM',
|
|
26
26
|
dayFormat: 'eeeeee',
|
|
27
|
+
yearTypeFormat: 'yyyy',
|
|
28
|
+
monthTypeFormat: 'yyyy-MM',
|
|
29
|
+
dateFormat: 'yyyy-MM-dd',
|
|
30
|
+
dateTimeFormat: 'yyyy-MM-dd HH:mm:ss',
|
|
31
|
+
quarterFormat: 'yyyy-qqq',
|
|
27
32
|
clear: 'Стерти',
|
|
28
33
|
now: 'Зараз',
|
|
29
34
|
confirm: 'Підтвердити',
|
|
@@ -32,6 +37,9 @@ const ukUA = {
|
|
|
32
37
|
datePlaceholder: 'Обрати дату',
|
|
33
38
|
datetimePlaceholder: 'Обрати дату і час',
|
|
34
39
|
monthPlaceholder: 'Виберіть місяць',
|
|
40
|
+
// FIXME: translation needed
|
|
41
|
+
yearPlaceholder: 'Select Year',
|
|
42
|
+
quarterPlaceholder: 'Select Quarter',
|
|
35
43
|
startDatePlaceholder: 'Дата початку',
|
|
36
44
|
endDatePlaceholder: 'Дата завершення',
|
|
37
45
|
startDatetimePlaceholder: 'Дата і час початку',
|
|
@@ -24,6 +24,11 @@ const zhCN = {
|
|
|
24
24
|
yearFormat: 'yyyy年',
|
|
25
25
|
monthFormat: 'MMM',
|
|
26
26
|
dayFormat: 'eeeeee',
|
|
27
|
+
yearTypeFormat: 'yyyy',
|
|
28
|
+
monthTypeFormat: 'yyyy-MM',
|
|
29
|
+
dateFormat: 'yyyy-MM-dd',
|
|
30
|
+
dateTimeFormat: 'yyyy-MM-dd HH:mm:ss',
|
|
31
|
+
quarterFormat: 'yyyy-qqq',
|
|
27
32
|
clear: '清除',
|
|
28
33
|
now: '此刻',
|
|
29
34
|
confirm: '确认',
|
|
@@ -32,6 +37,8 @@ const zhCN = {
|
|
|
32
37
|
datePlaceholder: '选择日期',
|
|
33
38
|
datetimePlaceholder: '选择日期时间',
|
|
34
39
|
monthPlaceholder: '选择月份',
|
|
40
|
+
yearPlaceholder: '选择年份',
|
|
41
|
+
quarterPlaceholder: '选择季度',
|
|
35
42
|
startDatePlaceholder: '开始日期',
|
|
36
43
|
endDatePlaceholder: '结束日期',
|
|
37
44
|
startDatetimePlaceholder: '开始日期时间',
|
|
@@ -0,0 +1,102 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const zhTW = {
|
|
4
|
+
name: 'zh-TW',
|
|
5
|
+
global: {
|
|
6
|
+
undo: '撤銷',
|
|
7
|
+
redo: '重做',
|
|
8
|
+
confirm: '確認'
|
|
9
|
+
},
|
|
10
|
+
Popconfirm: {
|
|
11
|
+
positiveText: '確認',
|
|
12
|
+
negativeText: '取消'
|
|
13
|
+
},
|
|
14
|
+
Cascader: {
|
|
15
|
+
placeholder: '請選擇',
|
|
16
|
+
loading: '載入中',
|
|
17
|
+
loadingRequiredMessage: (label) => `載入全部 ${label} 的子節點後才可選中`
|
|
18
|
+
},
|
|
19
|
+
Time: {
|
|
20
|
+
dateFormat: 'yyyy-MM-dd',
|
|
21
|
+
dateTimeFormat: 'yyyy-MM-dd HH:mm:ss'
|
|
22
|
+
},
|
|
23
|
+
DatePicker: {
|
|
24
|
+
yearFormat: 'yyyy年',
|
|
25
|
+
monthFormat: 'MMM',
|
|
26
|
+
dayFormat: 'eeeeee',
|
|
27
|
+
yearTypeFormat: 'yyyy',
|
|
28
|
+
monthTypeFormat: 'yyyy-MM',
|
|
29
|
+
dateFormat: 'yyyy-MM-dd',
|
|
30
|
+
dateTimeFormat: 'yyyy-MM-dd HH:mm:ss',
|
|
31
|
+
quarterFormat: 'yyyy-qqq',
|
|
32
|
+
clear: '清除',
|
|
33
|
+
now: '此刻',
|
|
34
|
+
confirm: '確認',
|
|
35
|
+
selectTime: '選擇時間',
|
|
36
|
+
selectDate: '選擇日期',
|
|
37
|
+
datePlaceholder: '選擇日期',
|
|
38
|
+
datetimePlaceholder: '選擇日期時間',
|
|
39
|
+
monthPlaceholder: '選擇月份',
|
|
40
|
+
yearPlaceholder: '選擇年份',
|
|
41
|
+
quarterPlaceholder: '選擇季度',
|
|
42
|
+
startDatePlaceholder: '開始日期',
|
|
43
|
+
endDatePlaceholder: '結束日期',
|
|
44
|
+
startDatetimePlaceholder: '開始日期時間',
|
|
45
|
+
endDatetimePlaceholder: '結束日期時間',
|
|
46
|
+
monthBeforeYear: false,
|
|
47
|
+
firstDayOfWeek: 0,
|
|
48
|
+
today: '今天'
|
|
49
|
+
},
|
|
50
|
+
DataTable: {
|
|
51
|
+
checkTableAll: '選擇全部表格資料',
|
|
52
|
+
uncheckTableAll: '取消選擇全部表格資料',
|
|
53
|
+
confirm: '確認',
|
|
54
|
+
clear: '重置'
|
|
55
|
+
},
|
|
56
|
+
Transfer: {
|
|
57
|
+
sourceTitle: '源項',
|
|
58
|
+
targetTitle: '目標項'
|
|
59
|
+
},
|
|
60
|
+
Empty: {
|
|
61
|
+
description: '無數據'
|
|
62
|
+
},
|
|
63
|
+
Select: {
|
|
64
|
+
placeholder: '請選擇'
|
|
65
|
+
},
|
|
66
|
+
TimePicker: {
|
|
67
|
+
placeholder: '請選擇時間',
|
|
68
|
+
positiveText: '確認',
|
|
69
|
+
negativeText: '取消',
|
|
70
|
+
now: '此刻'
|
|
71
|
+
},
|
|
72
|
+
Pagination: {
|
|
73
|
+
goto: '跳至',
|
|
74
|
+
selectionSuffix: '頁'
|
|
75
|
+
},
|
|
76
|
+
DynamicTags: {
|
|
77
|
+
add: '添加'
|
|
78
|
+
},
|
|
79
|
+
Log: {
|
|
80
|
+
loading: '載入中'
|
|
81
|
+
},
|
|
82
|
+
Input: {
|
|
83
|
+
placeholder: '請輸入'
|
|
84
|
+
},
|
|
85
|
+
InputNumber: {
|
|
86
|
+
placeholder: '請輸入'
|
|
87
|
+
},
|
|
88
|
+
DynamicInput: {
|
|
89
|
+
create: '添加'
|
|
90
|
+
},
|
|
91
|
+
ThemeEditor: {
|
|
92
|
+
title: '主題編輯器',
|
|
93
|
+
clearAllVars: '清除全部變數',
|
|
94
|
+
clearSearch: '清除搜索',
|
|
95
|
+
filterCompName: '過濾組件名',
|
|
96
|
+
filterVarName: '過濾變數名',
|
|
97
|
+
import: '導入',
|
|
98
|
+
export: '匯出',
|
|
99
|
+
restore: '恢復默認'
|
|
100
|
+
}
|
|
101
|
+
};
|
|
102
|
+
exports.default = zhTW;
|
|
@@ -0,0 +1,11 @@
|
|
|
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 fr_1 = __importDefault(require("date-fns/locale/fr"));
|
|
7
|
+
const dateFrFR = {
|
|
8
|
+
name: 'fr-FR',
|
|
9
|
+
locale: fr_1.default
|
|
10
|
+
};
|
|
11
|
+
exports.default = dateFrFR;
|
|
@@ -0,0 +1,11 @@
|
|
|
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 zh_TW_1 = __importDefault(require("date-fns/locale/zh-TW"));
|
|
7
|
+
const datezhTW = {
|
|
8
|
+
name: 'zh-TW',
|
|
9
|
+
locale: zh_TW_1.default
|
|
10
|
+
};
|
|
11
|
+
exports.default = datezhTW;
|
package/lib/locales/index.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
export { default as zhCN } from './common/zhCN';
|
|
2
|
+
export { default as zhTW } from './common/zhTW';
|
|
2
3
|
export { default as enUS } from './common/enUS';
|
|
3
4
|
export { default as ruRU } from './common/ruRU';
|
|
4
5
|
export { default as ukUA } from './common/ukUA';
|
|
@@ -6,7 +7,9 @@ export { default as jaJP } from './common/jaJP';
|
|
|
6
7
|
export { default as idID } from './common/idID';
|
|
7
8
|
export { default as deDE } from './common/deDE';
|
|
8
9
|
export { default as nbNO } from './common/nbNO';
|
|
10
|
+
export { default as frFR } from './common/frFR';
|
|
9
11
|
export { default as dateZhCN } from './date/zhCN';
|
|
12
|
+
export { default as dateZhTW } from './date/zhTW';
|
|
10
13
|
export { default as dateEnUS } from './date/enUS';
|
|
11
14
|
export { default as dateRuRU } from './date/ruRU';
|
|
12
15
|
export { default as dateUkUA } from './date/ukUA';
|
|
@@ -14,6 +17,7 @@ export { default as dateJaJP } from './date/jaJP';
|
|
|
14
17
|
export { default as dateIdID } from './date/idID';
|
|
15
18
|
export { default as dateDeDE } from './date/deDE';
|
|
16
19
|
export { default as dateNbNO } from './date/nbNO';
|
|
20
|
+
export { default as dateFrFR } from './date/frFR';
|
|
17
21
|
export type { NLocale } from './common/enUS';
|
|
18
22
|
export type { NDateLocale } from './date/enUS';
|
|
19
23
|
export type { NPartialLocale } from './utils/index';
|
package/lib/locales/index.js
CHANGED
|
@@ -3,9 +3,11 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
3
3
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.createLocale = exports.dateNbNO = exports.dateDeDE = exports.dateIdID = exports.dateJaJP = exports.dateUkUA = exports.dateRuRU = exports.dateEnUS = exports.dateZhCN = exports.nbNO = exports.deDE = exports.idID = exports.jaJP = exports.ukUA = exports.ruRU = exports.enUS = exports.zhCN = void 0;
|
|
6
|
+
exports.createLocale = exports.dateFrFR = exports.dateNbNO = exports.dateDeDE = exports.dateIdID = exports.dateJaJP = exports.dateUkUA = exports.dateRuRU = exports.dateEnUS = exports.dateZhTW = exports.dateZhCN = exports.frFR = exports.nbNO = exports.deDE = exports.idID = exports.jaJP = exports.ukUA = exports.ruRU = exports.enUS = exports.zhTW = exports.zhCN = void 0;
|
|
7
7
|
var zhCN_1 = require("./common/zhCN");
|
|
8
8
|
Object.defineProperty(exports, "zhCN", { enumerable: true, get: function () { return __importDefault(zhCN_1).default; } });
|
|
9
|
+
var zhTW_1 = require("./common/zhTW");
|
|
10
|
+
Object.defineProperty(exports, "zhTW", { enumerable: true, get: function () { return __importDefault(zhTW_1).default; } });
|
|
9
11
|
var enUS_1 = require("./common/enUS");
|
|
10
12
|
Object.defineProperty(exports, "enUS", { enumerable: true, get: function () { return __importDefault(enUS_1).default; } });
|
|
11
13
|
var ruRU_1 = require("./common/ruRU");
|
|
@@ -20,8 +22,12 @@ var deDE_1 = require("./common/deDE");
|
|
|
20
22
|
Object.defineProperty(exports, "deDE", { enumerable: true, get: function () { return __importDefault(deDE_1).default; } });
|
|
21
23
|
var nbNO_1 = require("./common/nbNO");
|
|
22
24
|
Object.defineProperty(exports, "nbNO", { enumerable: true, get: function () { return __importDefault(nbNO_1).default; } });
|
|
25
|
+
var frFR_1 = require("./common/frFR");
|
|
26
|
+
Object.defineProperty(exports, "frFR", { enumerable: true, get: function () { return __importDefault(frFR_1).default; } });
|
|
23
27
|
var zhCN_2 = require("./date/zhCN");
|
|
24
28
|
Object.defineProperty(exports, "dateZhCN", { enumerable: true, get: function () { return __importDefault(zhCN_2).default; } });
|
|
29
|
+
var zhTW_2 = require("./date/zhTW");
|
|
30
|
+
Object.defineProperty(exports, "dateZhTW", { enumerable: true, get: function () { return __importDefault(zhTW_2).default; } });
|
|
25
31
|
var enUS_2 = require("./date/enUS");
|
|
26
32
|
Object.defineProperty(exports, "dateEnUS", { enumerable: true, get: function () { return __importDefault(enUS_2).default; } });
|
|
27
33
|
var ruRU_2 = require("./date/ruRU");
|
|
@@ -36,5 +42,7 @@ var deDE_2 = require("./date/deDE");
|
|
|
36
42
|
Object.defineProperty(exports, "dateDeDE", { enumerable: true, get: function () { return __importDefault(deDE_2).default; } });
|
|
37
43
|
var nbNO_2 = require("./date/nbNO");
|
|
38
44
|
Object.defineProperty(exports, "dateNbNO", { enumerable: true, get: function () { return __importDefault(nbNO_2).default; } });
|
|
45
|
+
var frFR_2 = require("./date/frFR");
|
|
46
|
+
Object.defineProperty(exports, "dateFrFR", { enumerable: true, get: function () { return __importDefault(frFR_2).default; } });
|
|
39
47
|
var index_1 = require("./utils/index");
|
|
40
48
|
Object.defineProperty(exports, "createLocale", { enumerable: true, get: function () { return index_1.createLocale; } });
|
|
@@ -225,9 +225,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
225
225
|
fontSizeMedium: string;
|
|
226
226
|
fontSizeLarge: string;
|
|
227
227
|
opacityDisabled: string;
|
|
228
|
-
colorOpacitySecondary:
|
|
229
|
-
colorOpacitySecondaryHover:
|
|
230
|
-
colorOpacitySecondaryPressed:
|
|
228
|
+
colorOpacitySecondary: string;
|
|
229
|
+
colorOpacitySecondaryHover: string;
|
|
230
|
+
colorOpacitySecondaryPressed: string;
|
|
231
231
|
colorSecondary: string;
|
|
232
232
|
colorSecondaryHover: string;
|
|
233
233
|
colorSecondaryPressed: string;
|
|
@@ -470,9 +470,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
470
470
|
fontSizeMedium: string;
|
|
471
471
|
fontSizeLarge: string;
|
|
472
472
|
opacityDisabled: string;
|
|
473
|
-
colorOpacitySecondary:
|
|
474
|
-
colorOpacitySecondaryHover:
|
|
475
|
-
colorOpacitySecondaryPressed:
|
|
473
|
+
colorOpacitySecondary: string;
|
|
474
|
+
colorOpacitySecondaryHover: string;
|
|
475
|
+
colorOpacitySecondaryPressed: string;
|
|
476
476
|
colorSecondary: string;
|
|
477
477
|
colorSecondaryHover: string;
|
|
478
478
|
colorSecondaryPressed: string;
|