linkmore-design 1.0.77 → 1.0.80
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/Badge/Ribbon.d.ts +15 -0
- package/dist/Badge/ScrollNumber.d.ts +18 -0
- package/dist/Badge/SingleNumber.d.ts +12 -0
- package/dist/Badge/demos/basic.d.ts +2 -0
- package/dist/Badge/demos/basic1.d.ts +3 -0
- package/dist/Badge/demos/basic2.d.ts +3 -0
- package/dist/Badge/index.d.ts +30 -0
- package/dist/Badge/style/index.d.ts +1 -0
- package/dist/Badge/utils.d.ts +1 -0
- package/dist/Button/index.d.ts +6 -2
- package/dist/CardTable/utils.d.ts +1 -1
- package/dist/ConfigProvider/DisabledContext.d.ts +9 -0
- package/dist/ConfigProvider/SizeContext.d.ts +9 -0
- package/dist/ConfigProvider/context.d.ts +59 -0
- package/dist/ConfigProvider/cssVariables.d.ts +3 -0
- package/dist/ConfigProvider/defaultRenderEmpty.d.ts +4 -0
- package/dist/ConfigProvider/index.d.ts +60 -1
- package/dist/Divider/demos/basic.d.ts +3 -0
- package/dist/Divider/demos/plain.d.ts +3 -0
- package/dist/Divider/demos/vertical.d.ts +3 -0
- package/dist/Divider/index.d.ts +14 -0
- package/dist/Divider/style/index.d.ts +1 -0
- package/dist/{CkFilter/demos/basic.d.ts → LmFilter/demos/custom.d.ts} +0 -0
- package/dist/Locale/ar_EG.d.ts +3 -0
- package/dist/Locale/az_AZ.d.ts +3 -0
- package/dist/Locale/bg_BG.d.ts +3 -0
- package/dist/Locale/bn_BD.d.ts +3 -0
- package/dist/Locale/by_BY.d.ts +3 -0
- package/dist/Locale/ca_ES.d.ts +3 -0
- package/dist/Locale/cs_CZ.d.ts +3 -0
- package/dist/Locale/da_DK.d.ts +3 -0
- package/dist/Locale/de_DE.d.ts +3 -0
- package/dist/Locale/default.d.ts +3 -0
- package/dist/Locale/el_GR.d.ts +3 -0
- package/dist/Locale/en_GB.d.ts +3 -0
- package/dist/Locale/en_US.d.ts +2 -0
- package/dist/Locale/es_ES.d.ts +3 -0
- package/dist/Locale/et_EE.d.ts +3 -0
- package/dist/Locale/fa_IR.d.ts +3 -0
- package/dist/Locale/fi_FI.d.ts +3 -0
- package/dist/Locale/fr_BE.d.ts +3 -0
- package/dist/Locale/fr_CA.d.ts +3 -0
- package/dist/Locale/fr_FR.d.ts +3 -0
- package/dist/Locale/ga_IE.d.ts +3 -0
- package/dist/Locale/gl_ES.d.ts +3 -0
- package/dist/Locale/he_IL.d.ts +3 -0
- package/dist/Locale/hi_IN.d.ts +3 -0
- package/dist/Locale/hr_HR.d.ts +3 -0
- package/dist/Locale/hu_HU.d.ts +3 -0
- package/dist/Locale/hy_AM.d.ts +3 -0
- package/dist/Locale/id_ID.d.ts +3 -0
- package/dist/Locale/is_IS.d.ts +3 -0
- package/dist/Locale/it_IT.d.ts +3 -0
- package/dist/Locale/ja_JP.d.ts +3 -0
- package/dist/Locale/ka_GE.d.ts +3 -0
- package/dist/Locale/kk_KZ.d.ts +3 -0
- package/dist/Locale/km_KH.d.ts +3 -0
- package/dist/Locale/kmr_IQ.d.ts +3 -0
- package/dist/Locale/kn_IN.d.ts +3 -0
- package/dist/Locale/ko_KR.d.ts +3 -0
- package/dist/Locale/ku_IQ.d.ts +3 -0
- package/dist/Locale/lt_LT.d.ts +3 -0
- package/dist/Locale/lv_LV.d.ts +3 -0
- package/dist/Locale/mk_MK.d.ts +3 -0
- package/dist/Locale/ml_IN.d.ts +3 -0
- package/dist/Locale/mn_MN.d.ts +3 -0
- package/dist/Locale/ms_MY.d.ts +3 -0
- package/dist/Locale/nb_NO.d.ts +3 -0
- package/dist/Locale/ne_NP.d.ts +3 -0
- package/dist/Locale/nl_BE.d.ts +3 -0
- package/dist/Locale/nl_NL.d.ts +3 -0
- package/dist/Locale/pl_PL.d.ts +3 -0
- package/dist/Locale/pt_BR.d.ts +3 -0
- package/dist/Locale/pt_PT.d.ts +3 -0
- package/dist/Locale/ro_RO.d.ts +3 -0
- package/dist/Locale/ru_RU.d.ts +3 -0
- package/dist/Locale/si_LK.d.ts +3 -0
- package/dist/Locale/sk_SK.d.ts +3 -0
- package/dist/Locale/sl_SI.d.ts +3 -0
- package/dist/Locale/sr_RS.d.ts +3 -0
- package/dist/Locale/sv_SE.d.ts +3 -0
- package/dist/Locale/ta_IN.d.ts +3 -0
- package/dist/Locale/th_TH.d.ts +3 -0
- package/dist/Locale/tk_TK.d.ts +3 -0
- package/dist/Locale/tr_TR.d.ts +3 -0
- package/dist/Locale/uk_UA.d.ts +3 -0
- package/dist/Locale/ur_PK.d.ts +3 -0
- package/dist/Locale/vi_VN.d.ts +3 -0
- package/dist/Locale/zh_CN.d.ts +3 -0
- package/dist/Locale/zh_HK.d.ts +3 -0
- package/dist/Locale/zh_TW.d.ts +3 -0
- package/dist/Menu/index.d.ts +2 -0
- package/dist/Result/demos/403.d.ts +2 -0
- package/dist/Result/demos/404.d.ts +2 -0
- package/dist/Result/demos/500.d.ts +2 -0
- package/dist/Result/demos/basic.d.ts +2 -0
- package/dist/Result/demos/customicon.d.ts +2 -0
- package/dist/Result/demos/error.d.ts +2 -0
- package/dist/Result/demos/info.d.ts +2 -0
- package/dist/Result/demos/success.d.ts +2 -0
- package/dist/Result/demos/warning.d.ts +2 -0
- package/dist/Result/index.d.ts +32 -0
- package/dist/Result/noFound.d.ts +2 -0
- package/dist/Result/serverError.d.ts +2 -0
- package/dist/Result/style/index.d.ts +1 -0
- package/dist/Result/unauthorized.d.ts +2 -0
- package/dist/index.d.ts +11 -7
- package/dist/index.umd.js +180239 -186749
- package/dist/index.umd.min.js +30 -22
- package/dist/locale-provider/LocaleReceiver.d.ts +20 -0
- package/dist/locale-provider/ar_EG.d.ts +2 -0
- package/dist/locale-provider/az_AZ.d.ts +2 -0
- package/dist/locale-provider/bg_BG.d.ts +2 -0
- package/dist/locale-provider/bn_BD.d.ts +2 -0
- package/dist/locale-provider/by_BY.d.ts +2 -0
- package/dist/locale-provider/ca_ES.d.ts +2 -0
- package/dist/locale-provider/context.d.ts +7 -0
- package/dist/locale-provider/cs_CZ.d.ts +2 -0
- package/dist/locale-provider/da_DK.d.ts +2 -0
- package/dist/locale-provider/de_DE.d.ts +2 -0
- package/dist/locale-provider/default.d.ts +2 -0
- package/dist/locale-provider/el_GR.d.ts +2 -0
- package/dist/locale-provider/en_GB.d.ts +2 -0
- package/dist/locale-provider/en_US.d.ts +2 -0
- package/dist/locale-provider/es_ES.d.ts +2 -0
- package/dist/locale-provider/et_EE.d.ts +2 -0
- package/dist/locale-provider/fa_IR.d.ts +2 -0
- package/dist/locale-provider/fi_FI.d.ts +2 -0
- package/dist/locale-provider/fr_BE.d.ts +2 -0
- package/dist/locale-provider/fr_CA.d.ts +2 -0
- package/dist/locale-provider/fr_FR.d.ts +2 -0
- package/dist/locale-provider/ga_IE.d.ts +2 -0
- package/dist/locale-provider/gl_ES.d.ts +2 -0
- package/dist/locale-provider/he_IL.d.ts +2 -0
- package/dist/locale-provider/hi_IN.d.ts +2 -0
- package/dist/locale-provider/hr_HR.d.ts +2 -0
- package/dist/locale-provider/hu_HU.d.ts +2 -0
- package/dist/locale-provider/hy_AM.d.ts +2 -0
- package/dist/locale-provider/id_ID.d.ts +2 -0
- package/dist/locale-provider/index.d.ts +61 -0
- package/dist/locale-provider/is_IS.d.ts +2 -0
- package/dist/locale-provider/it_IT.d.ts +2 -0
- package/dist/locale-provider/ja_JP.d.ts +2 -0
- package/dist/locale-provider/ka_GE.d.ts +2 -0
- package/dist/locale-provider/kk_KZ.d.ts +2 -0
- package/dist/locale-provider/km_KH.d.ts +2 -0
- package/dist/locale-provider/kmr_IQ.d.ts +2 -0
- package/dist/locale-provider/kn_IN.d.ts +2 -0
- package/dist/locale-provider/ko_KR.d.ts +2 -0
- package/dist/locale-provider/ku_IQ.d.ts +2 -0
- package/dist/locale-provider/lt_LT.d.ts +2 -0
- package/dist/locale-provider/lv_LV.d.ts +2 -0
- package/dist/locale-provider/mk_MK.d.ts +2 -0
- package/dist/locale-provider/ml_IN.d.ts +2 -0
- package/dist/locale-provider/mn_MN.d.ts +2 -0
- package/dist/locale-provider/ms_MY.d.ts +2 -0
- package/dist/locale-provider/nb_NO.d.ts +2 -0
- package/dist/locale-provider/ne_NP.d.ts +2 -0
- package/dist/locale-provider/nl_BE.d.ts +2 -0
- package/dist/locale-provider/nl_NL.d.ts +2 -0
- package/dist/locale-provider/pl_PL.d.ts +2 -0
- package/dist/locale-provider/pt_BR.d.ts +2 -0
- package/dist/locale-provider/pt_PT.d.ts +2 -0
- package/dist/locale-provider/ro_RO.d.ts +2 -0
- package/dist/locale-provider/ru_RU.d.ts +2 -0
- package/dist/locale-provider/si_LK.d.ts +2 -0
- package/dist/locale-provider/sk_SK.d.ts +2 -0
- package/dist/locale-provider/sl_SI.d.ts +2 -0
- package/dist/locale-provider/sr_RS.d.ts +2 -0
- package/dist/locale-provider/style/index.d.ts +1 -0
- package/dist/locale-provider/sv_SE.d.ts +2 -0
- package/dist/locale-provider/ta_IN.d.ts +2 -0
- package/dist/locale-provider/th_TH.d.ts +2 -0
- package/dist/locale-provider/tk_TK.d.ts +2 -0
- package/dist/locale-provider/tr_TR.d.ts +2 -0
- package/dist/locale-provider/uk_UA.d.ts +2 -0
- package/dist/locale-provider/ur_PK.d.ts +2 -0
- package/dist/locale-provider/vi_VN.d.ts +2 -0
- package/dist/locale-provider/zh_CN.d.ts +2 -0
- package/dist/locale-provider/zh_HK.d.ts +2 -0
- package/dist/locale-provider/zh_TW.d.ts +2 -0
- package/es/Badge/Ribbon.d.ts +15 -0
- package/es/Badge/Ribbon.js +47 -0
- package/es/Badge/ScrollNumber.d.ts +18 -0
- package/es/Badge/ScrollNumber.js +80 -0
- package/es/Badge/SingleNumber.d.ts +12 -0
- package/es/Badge/SingleNumber.js +122 -0
- package/es/Badge/index.d.ts +30 -0
- package/es/Badge/index.js +183 -0
- package/es/Badge/style/index.css +511 -0
- package/es/Badge/style/index.d.ts +1 -0
- package/es/Badge/style/index.js +1 -0
- package/es/Badge/utils.d.ts +1 -0
- package/es/Badge/utils.js +5 -0
- package/es/Button/index.d.ts +6 -2
- package/es/Button/index.js +1 -0
- package/es/CardTable/body/TableBodyCell.js +1 -3
- package/es/CardTable/card/PictureTextColumn.js +8 -4
- package/es/CardTable/card/PictureTextRow.js +19 -3
- package/es/CardTable/card/PictureTextRowOperate.js +19 -3
- package/es/CardTable/style/index.css +75 -63
- package/es/CardTable/table/TableContainer.js +1 -2
- package/es/ConfigProvider/DisabledContext.d.ts +9 -0
- package/es/ConfigProvider/DisabledContext.js +11 -0
- package/es/ConfigProvider/SizeContext.d.ts +9 -0
- package/es/ConfigProvider/SizeContext.js +12 -0
- package/es/ConfigProvider/context.d.ts +59 -0
- package/es/ConfigProvider/context.js +41 -0
- package/es/ConfigProvider/cssVariables.d.ts +3 -0
- package/es/ConfigProvider/cssVariables.js +97 -0
- package/es/ConfigProvider/defaultRenderEmpty.d.ts +4 -0
- package/es/ConfigProvider/defaultRenderEmpty.js +37 -0
- package/es/ConfigProvider/index.d.ts +61 -0
- package/es/ConfigProvider/index.js +209 -10
- package/es/DatePicker/generatePicker/index.d.ts +1 -1
- package/es/DatePicker/index.d.ts +1 -1
- package/es/Divider/index.d.ts +14 -0
- package/es/Divider/index.js +63 -0
- package/es/Divider/style/index.css +511 -0
- package/es/Divider/style/index.d.ts +1 -0
- package/es/Divider/style/index.js +1 -0
- package/es/Drawer/style/index.css +1 -0
- package/es/LeftTable/index.js +2 -24
- package/es/LmEditTable/EditTable.js +1 -1
- package/es/LmFilter/LmFilter.js +2 -0
- package/es/LmFilter/customFilter/index.js +19 -7
- package/es/LmFilter/filterFns/index.js +1 -1
- package/es/LmFilter/wrapper/Filter.js +1 -1
- package/es/LmTable/Table.js +97 -92
- package/es/LmTable/components/inputDataEdit.js +4 -0
- package/es/LmTable/components/sheelTableCell.js +14 -3
- package/es/LmTable/components/tableChartsModal.js +1 -0
- package/es/LmTable/index.js +0 -5
- package/es/Locale/ar_EG.d.ts +3 -0
- package/es/Locale/ar_EG.js +116 -0
- package/es/Locale/az_AZ.d.ts +3 -0
- package/es/Locale/az_AZ.js +97 -0
- package/es/Locale/bg_BG.d.ts +3 -0
- package/es/Locale/bg_BG.js +43 -0
- package/es/Locale/bn_BD.d.ts +3 -0
- package/es/Locale/bn_BD.js +130 -0
- package/es/Locale/by_BY.d.ts +3 -0
- package/es/Locale/by_BY.js +132 -0
- package/es/Locale/ca_ES.d.ts +3 -0
- package/es/Locale/ca_ES.js +125 -0
- package/es/Locale/cs_CZ.d.ts +3 -0
- package/es/Locale/cs_CZ.js +132 -0
- package/es/Locale/da_DK.d.ts +3 -0
- package/es/Locale/da_DK.js +53 -0
- package/es/Locale/de_DE.d.ts +3 -0
- package/es/Locale/de_DE.js +126 -0
- package/es/Locale/default.d.ts +3 -0
- package/es/Locale/default.js +132 -0
- package/es/Locale/el_GR.d.ts +3 -0
- package/es/Locale/el_GR.js +43 -0
- package/es/Locale/en_GB.d.ts +3 -0
- package/es/Locale/en_GB.js +132 -0
- package/es/Locale/en_US.d.ts +2 -0
- package/es/Locale/en_US.js +2 -0
- package/es/Locale/es_ES.d.ts +3 -0
- package/es/Locale/es_ES.js +132 -0
- package/es/Locale/et_EE.d.ts +3 -0
- package/es/Locale/et_EE.js +132 -0
- package/es/Locale/fa_IR.d.ts +3 -0
- package/es/Locale/fa_IR.js +130 -0
- package/es/Locale/fi_FI.d.ts +3 -0
- package/es/Locale/fi_FI.js +53 -0
- package/es/Locale/fr_BE.d.ts +3 -0
- package/es/Locale/fr_BE.js +48 -0
- package/es/Locale/fr_CA.d.ts +3 -0
- package/es/Locale/fr_CA.js +60 -0
- package/es/Locale/fr_FR.d.ts +3 -0
- package/es/Locale/fr_FR.js +128 -0
- package/es/Locale/ga_IE.d.ts +3 -0
- package/es/Locale/ga_IE.js +123 -0
- package/es/Locale/gl_ES.d.ts +3 -0
- package/es/Locale/gl_ES.js +110 -0
- package/es/Locale/he_IL.d.ts +3 -0
- package/es/Locale/he_IL.js +116 -0
- package/es/Locale/hi_IN.d.ts +3 -0
- package/es/Locale/hi_IN.js +130 -0
- package/es/Locale/hr_HR.d.ts +3 -0
- package/es/Locale/hr_HR.js +129 -0
- package/es/Locale/hu_HU.d.ts +3 -0
- package/es/Locale/hu_HU.js +44 -0
- package/es/Locale/hy_AM.d.ts +3 -0
- package/es/Locale/hy_AM.js +109 -0
- package/es/Locale/id_ID.d.ts +3 -0
- package/es/Locale/id_ID.js +45 -0
- package/es/Locale/is_IS.d.ts +3 -0
- package/es/Locale/is_IS.js +43 -0
- package/es/Locale/it_IT.d.ts +3 -0
- package/es/Locale/it_IT.js +61 -0
- package/es/Locale/ja_JP.d.ts +3 -0
- package/es/Locale/ja_JP.js +102 -0
- package/es/Locale/ka_GE.d.ts +3 -0
- package/es/Locale/ka_GE.js +130 -0
- package/es/Locale/kk_KZ.d.ts +3 -0
- package/es/Locale/kk_KZ.js +124 -0
- package/es/Locale/km_KH.d.ts +3 -0
- package/es/Locale/km_KH.js +104 -0
- package/es/Locale/kmr_IQ.d.ts +3 -0
- package/es/Locale/kmr_IQ.js +43 -0
- package/es/Locale/kn_IN.d.ts +3 -0
- package/es/Locale/kn_IN.js +51 -0
- package/es/Locale/ko_KR.d.ts +3 -0
- package/es/Locale/ko_KR.js +96 -0
- package/es/Locale/ku_IQ.d.ts +3 -0
- package/es/Locale/ku_IQ.js +46 -0
- package/es/Locale/lt_LT.d.ts +3 -0
- package/es/Locale/lt_LT.js +121 -0
- package/es/Locale/lv_LV.d.ts +3 -0
- package/es/Locale/lv_LV.js +43 -0
- package/es/Locale/mk_MK.d.ts +3 -0
- package/es/Locale/mk_MK.js +58 -0
- package/es/Locale/ml_IN.d.ts +3 -0
- package/es/Locale/ml_IN.js +130 -0
- package/es/Locale/mn_MN.d.ts +3 -0
- package/es/Locale/mn_MN.js +43 -0
- package/es/Locale/ms_MY.d.ts +3 -0
- package/es/Locale/ms_MY.js +63 -0
- package/es/Locale/nb_NO.d.ts +3 -0
- package/es/Locale/nb_NO.js +124 -0
- package/es/Locale/ne_NP.d.ts +3 -0
- package/es/Locale/ne_NP.js +44 -0
- package/es/Locale/nl_BE.d.ts +3 -0
- package/es/Locale/nl_BE.js +130 -0
- package/es/Locale/nl_NL.d.ts +3 -0
- package/es/Locale/nl_NL.js +130 -0
- package/es/Locale/pl_PL.d.ts +3 -0
- package/es/Locale/pl_PL.js +132 -0
- package/es/Locale/pt_BR.d.ts +3 -0
- package/es/Locale/pt_BR.js +130 -0
- package/es/Locale/pt_PT.d.ts +3 -0
- package/es/Locale/pt_PT.js +44 -0
- package/es/Locale/ro_RO.d.ts +3 -0
- package/es/Locale/ro_RO.js +130 -0
- package/es/Locale/ru_RU.d.ts +3 -0
- package/es/Locale/ru_RU.js +129 -0
- package/es/Locale/si_LK.d.ts +3 -0
- package/es/Locale/si_LK.js +132 -0
- package/es/Locale/sk_SK.d.ts +3 -0
- package/es/Locale/sk_SK.js +132 -0
- package/es/Locale/sl_SI.d.ts +3 -0
- package/es/Locale/sl_SI.js +43 -0
- package/es/Locale/sr_RS.d.ts +3 -0
- package/es/Locale/sr_RS.js +130 -0
- package/es/Locale/sv_SE.d.ts +3 -0
- package/es/Locale/sv_SE.js +130 -0
- package/es/Locale/ta_IN.d.ts +3 -0
- package/es/Locale/ta_IN.js +63 -0
- package/es/Locale/th_TH.d.ts +3 -0
- package/es/Locale/th_TH.js +126 -0
- package/es/Locale/tk_TK.d.ts +3 -0
- package/es/Locale/tk_TK.js +128 -0
- package/es/Locale/tr_TR.d.ts +3 -0
- package/es/Locale/tr_TR.js +128 -0
- package/es/Locale/uk_UA.d.ts +3 -0
- package/es/Locale/uk_UA.js +132 -0
- package/es/Locale/ur_PK.d.ts +3 -0
- package/es/Locale/ur_PK.js +130 -0
- package/es/Locale/vi_VN.d.ts +3 -0
- package/es/Locale/vi_VN.js +43 -0
- package/es/Locale/zh_CN.d.ts +3 -0
- package/es/Locale/zh_CN.js +131 -0
- package/es/Locale/zh_HK.d.ts +3 -0
- package/es/Locale/zh_HK.js +127 -0
- package/es/Locale/zh_TW.d.ts +3 -0
- package/es/Locale/zh_TW.js +128 -0
- package/es/Menu/index.d.ts +2 -0
- package/es/Modal/index.js +2 -0
- package/es/QuickMenu/style/index.css +1 -0
- package/es/Result/index.d.ts +32 -0
- package/es/Result/index.js +100 -0
- package/es/Result/noFound.d.ts +2 -0
- package/es/Result/noFound.js +239 -0
- package/es/Result/serverError.d.ts +2 -0
- package/es/Result/serverError.js +279 -0
- package/es/Result/style/index.css +511 -0
- package/es/Result/style/index.d.ts +1 -0
- package/es/Result/style/index.js +1 -0
- package/es/Result/unauthorized.d.ts +2 -0
- package/es/Result/unauthorized.js +229 -0
- package/es/_util/statusUtils.d.ts +1 -1
- package/es/index.d.ts +11 -7
- package/es/index.js +5 -8
- package/es/locale-provider/LocaleReceiver.d.ts +20 -0
- package/es/locale-provider/LocaleReceiver.js +66 -0
- package/es/locale-provider/ar_EG.d.ts +2 -0
- package/es/locale-provider/ar_EG.js +2 -0
- package/es/locale-provider/az_AZ.d.ts +2 -0
- package/es/locale-provider/az_AZ.js +2 -0
- package/es/locale-provider/bg_BG.d.ts +2 -0
- package/es/locale-provider/bg_BG.js +2 -0
- package/es/locale-provider/bn_BD.d.ts +2 -0
- package/es/locale-provider/bn_BD.js +2 -0
- package/es/locale-provider/by_BY.d.ts +2 -0
- package/es/locale-provider/by_BY.js +2 -0
- package/es/locale-provider/ca_ES.d.ts +2 -0
- package/es/locale-provider/ca_ES.js +2 -0
- package/es/locale-provider/context.d.ts +7 -0
- package/es/locale-provider/context.js +3 -0
- package/es/locale-provider/cs_CZ.d.ts +2 -0
- package/es/locale-provider/cs_CZ.js +2 -0
- package/es/locale-provider/da_DK.d.ts +2 -0
- package/es/locale-provider/da_DK.js +2 -0
- package/es/locale-provider/de_DE.d.ts +2 -0
- package/es/locale-provider/de_DE.js +2 -0
- package/es/locale-provider/default.d.ts +2 -0
- package/es/locale-provider/default.js +2 -0
- package/es/locale-provider/el_GR.d.ts +2 -0
- package/es/locale-provider/el_GR.js +2 -0
- package/es/locale-provider/en_GB.d.ts +2 -0
- package/es/locale-provider/en_GB.js +2 -0
- package/es/locale-provider/en_US.d.ts +2 -0
- package/es/locale-provider/en_US.js +2 -0
- package/es/locale-provider/es_ES.d.ts +2 -0
- package/es/locale-provider/es_ES.js +2 -0
- package/es/locale-provider/et_EE.d.ts +2 -0
- package/es/locale-provider/et_EE.js +2 -0
- package/es/locale-provider/fa_IR.d.ts +2 -0
- package/es/locale-provider/fa_IR.js +2 -0
- package/es/locale-provider/fi_FI.d.ts +2 -0
- package/es/locale-provider/fi_FI.js +2 -0
- package/es/locale-provider/fr_BE.d.ts +2 -0
- package/es/locale-provider/fr_BE.js +2 -0
- package/es/locale-provider/fr_CA.d.ts +2 -0
- package/es/locale-provider/fr_CA.js +2 -0
- package/es/locale-provider/fr_FR.d.ts +2 -0
- package/es/locale-provider/fr_FR.js +2 -0
- package/es/locale-provider/ga_IE.d.ts +2 -0
- package/es/locale-provider/ga_IE.js +2 -0
- package/es/locale-provider/gl_ES.d.ts +2 -0
- package/es/locale-provider/gl_ES.js +2 -0
- package/es/locale-provider/he_IL.d.ts +2 -0
- package/es/locale-provider/he_IL.js +2 -0
- package/es/locale-provider/hi_IN.d.ts +2 -0
- package/es/locale-provider/hi_IN.js +2 -0
- package/es/locale-provider/hr_HR.d.ts +2 -0
- package/es/locale-provider/hr_HR.js +2 -0
- package/es/locale-provider/hu_HU.d.ts +2 -0
- package/es/locale-provider/hu_HU.js +2 -0
- package/es/locale-provider/hy_AM.d.ts +2 -0
- package/es/locale-provider/hy_AM.js +2 -0
- package/es/locale-provider/id_ID.d.ts +2 -0
- package/es/locale-provider/id_ID.js +2 -0
- package/es/locale-provider/index.d.ts +61 -0
- package/es/locale-provider/index.js +71 -0
- package/es/locale-provider/is_IS.d.ts +2 -0
- package/es/locale-provider/is_IS.js +2 -0
- package/es/locale-provider/it_IT.d.ts +2 -0
- package/es/locale-provider/it_IT.js +2 -0
- package/es/locale-provider/ja_JP.d.ts +2 -0
- package/es/locale-provider/ja_JP.js +2 -0
- package/es/locale-provider/ka_GE.d.ts +2 -0
- package/es/locale-provider/ka_GE.js +2 -0
- package/es/locale-provider/kk_KZ.d.ts +2 -0
- package/es/locale-provider/kk_KZ.js +2 -0
- package/es/locale-provider/km_KH.d.ts +2 -0
- package/es/locale-provider/km_KH.js +2 -0
- package/es/locale-provider/kmr_IQ.d.ts +2 -0
- package/es/locale-provider/kmr_IQ.js +2 -0
- package/es/locale-provider/kn_IN.d.ts +2 -0
- package/es/locale-provider/kn_IN.js +2 -0
- package/es/locale-provider/ko_KR.d.ts +2 -0
- package/es/locale-provider/ko_KR.js +2 -0
- package/es/locale-provider/ku_IQ.d.ts +2 -0
- package/es/locale-provider/ku_IQ.js +2 -0
- package/es/locale-provider/lt_LT.d.ts +2 -0
- package/es/locale-provider/lt_LT.js +2 -0
- package/es/locale-provider/lv_LV.d.ts +2 -0
- package/es/locale-provider/lv_LV.js +2 -0
- package/es/locale-provider/mk_MK.d.ts +2 -0
- package/es/locale-provider/mk_MK.js +2 -0
- package/es/locale-provider/ml_IN.d.ts +2 -0
- package/es/locale-provider/ml_IN.js +2 -0
- package/es/locale-provider/mn_MN.d.ts +2 -0
- package/es/locale-provider/mn_MN.js +2 -0
- package/es/locale-provider/ms_MY.d.ts +2 -0
- package/es/locale-provider/ms_MY.js +2 -0
- package/es/locale-provider/nb_NO.d.ts +2 -0
- package/es/locale-provider/nb_NO.js +2 -0
- package/es/locale-provider/ne_NP.d.ts +2 -0
- package/es/locale-provider/ne_NP.js +2 -0
- package/es/locale-provider/nl_BE.d.ts +2 -0
- package/es/locale-provider/nl_BE.js +2 -0
- package/es/locale-provider/nl_NL.d.ts +2 -0
- package/es/locale-provider/nl_NL.js +2 -0
- package/es/locale-provider/pl_PL.d.ts +2 -0
- package/es/locale-provider/pl_PL.js +2 -0
- package/es/locale-provider/pt_BR.d.ts +2 -0
- package/es/locale-provider/pt_BR.js +2 -0
- package/es/locale-provider/pt_PT.d.ts +2 -0
- package/es/locale-provider/pt_PT.js +2 -0
- package/es/locale-provider/ro_RO.d.ts +2 -0
- package/es/locale-provider/ro_RO.js +2 -0
- package/es/locale-provider/ru_RU.d.ts +2 -0
- package/es/locale-provider/ru_RU.js +2 -0
- package/es/locale-provider/si_LK.d.ts +2 -0
- package/es/locale-provider/si_LK.js +2 -0
- package/es/locale-provider/sk_SK.d.ts +2 -0
- package/es/locale-provider/sk_SK.js +2 -0
- package/es/locale-provider/sl_SI.d.ts +2 -0
- package/es/locale-provider/sl_SI.js +2 -0
- package/es/locale-provider/sr_RS.d.ts +2 -0
- package/es/locale-provider/sr_RS.js +2 -0
- package/es/locale-provider/style/index.css +511 -0
- package/es/locale-provider/style/index.d.ts +1 -0
- package/es/locale-provider/style/index.js +1 -0
- package/es/locale-provider/sv_SE.d.ts +2 -0
- package/es/locale-provider/sv_SE.js +2 -0
- package/es/locale-provider/ta_IN.d.ts +2 -0
- package/es/locale-provider/ta_IN.js +2 -0
- package/es/locale-provider/th_TH.d.ts +2 -0
- package/es/locale-provider/th_TH.js +2 -0
- package/es/locale-provider/tk_TK.d.ts +2 -0
- package/es/locale-provider/tk_TK.js +2 -0
- package/es/locale-provider/tr_TR.d.ts +2 -0
- package/es/locale-provider/tr_TR.js +2 -0
- package/es/locale-provider/uk_UA.d.ts +2 -0
- package/es/locale-provider/uk_UA.js +2 -0
- package/es/locale-provider/ur_PK.d.ts +2 -0
- package/es/locale-provider/ur_PK.js +2 -0
- package/es/locale-provider/vi_VN.d.ts +2 -0
- package/es/locale-provider/vi_VN.js +2 -0
- package/es/locale-provider/zh_CN.d.ts +2 -0
- package/es/locale-provider/zh_CN.js +2 -0
- package/es/locale-provider/zh_HK.d.ts +2 -0
- package/es/locale-provider/zh_HK.js +2 -0
- package/es/locale-provider/zh_TW.d.ts +2 -0
- package/es/locale-provider/zh_TW.js +2 -0
- package/es/message/index.d.ts +6 -6
- package/lib/Badge/Ribbon.d.ts +15 -0
- package/lib/Badge/Ribbon.js +63 -0
- package/lib/Badge/ScrollNumber.d.ts +18 -0
- package/lib/Badge/ScrollNumber.js +96 -0
- package/lib/Badge/SingleNumber.d.ts +12 -0
- package/lib/Badge/SingleNumber.js +135 -0
- package/lib/Badge/index.d.ts +30 -0
- package/lib/Badge/index.js +202 -0
- package/lib/Badge/style/index.css +511 -0
- package/lib/Badge/style/index.d.ts +1 -0
- package/{es/CkFilter → lib/Badge}/style/index.js +0 -0
- package/lib/Badge/utils.d.ts +1 -0
- package/lib/Badge/utils.js +13 -0
- package/lib/Button/index.d.ts +6 -2
- package/lib/Button/index.js +1 -0
- package/lib/CardTable/body/TableBodyCell.js +1 -3
- package/lib/CardTable/card/PictureTextColumn.js +8 -4
- package/lib/CardTable/card/PictureTextRow.js +19 -3
- package/lib/CardTable/card/PictureTextRowOperate.js +19 -3
- package/lib/CardTable/style/index.css +75 -63
- package/lib/CardTable/table/TableContainer.js +1 -2
- package/lib/ConfigProvider/DisabledContext.d.ts +9 -0
- package/lib/ConfigProvider/DisabledContext.js +25 -0
- package/lib/ConfigProvider/SizeContext.d.ts +9 -0
- package/lib/ConfigProvider/SizeContext.js +26 -0
- package/lib/ConfigProvider/context.d.ts +59 -0
- package/lib/ConfigProvider/context.js +54 -0
- package/lib/ConfigProvider/cssVariables.d.ts +3 -0
- package/lib/ConfigProvider/cssVariables.js +114 -0
- package/lib/ConfigProvider/defaultRenderEmpty.d.ts +4 -0
- package/lib/ConfigProvider/defaultRenderEmpty.js +52 -0
- package/lib/ConfigProvider/index.d.ts +61 -0
- package/lib/ConfigProvider/index.js +245 -4
- package/lib/DatePicker/generatePicker/index.d.ts +1 -1
- package/lib/DatePicker/index.d.ts +1 -1
- package/lib/Divider/index.d.ts +14 -0
- package/lib/Divider/index.js +79 -0
- package/lib/Divider/style/index.css +511 -0
- package/lib/Divider/style/index.d.ts +1 -0
- package/{es/Filter → lib/Divider}/style/index.js +0 -0
- package/lib/Drawer/style/index.css +1 -0
- package/lib/LeftTable/index.js +2 -24
- package/lib/LmEditTable/EditTable.js +1 -1
- package/lib/LmFilter/LmFilter.js +2 -0
- package/lib/LmFilter/customFilter/index.js +19 -7
- package/lib/LmFilter/filterFns/index.js +1 -1
- package/lib/LmFilter/wrapper/Filter.js +1 -1
- package/lib/LmTable/Table.js +97 -92
- package/lib/LmTable/components/inputDataEdit.js +4 -0
- package/lib/LmTable/components/sheelTableCell.js +14 -2
- package/lib/LmTable/components/tableChartsModal.js +1 -0
- package/lib/LmTable/index.js +0 -5
- package/lib/Locale/ar_EG.d.ts +3 -0
- package/lib/Locale/ar_EG.js +130 -0
- package/lib/Locale/az_AZ.d.ts +3 -0
- package/lib/Locale/az_AZ.js +111 -0
- package/lib/Locale/bg_BG.d.ts +3 -0
- package/lib/Locale/bg_BG.js +57 -0
- package/lib/Locale/bn_BD.d.ts +3 -0
- package/lib/Locale/bn_BD.js +144 -0
- package/lib/Locale/by_BY.d.ts +3 -0
- package/lib/Locale/by_BY.js +146 -0
- package/lib/Locale/ca_ES.d.ts +3 -0
- package/lib/Locale/ca_ES.js +139 -0
- package/lib/Locale/cs_CZ.d.ts +3 -0
- package/lib/Locale/cs_CZ.js +146 -0
- package/lib/Locale/da_DK.d.ts +3 -0
- package/lib/Locale/da_DK.js +67 -0
- package/lib/Locale/de_DE.d.ts +3 -0
- package/lib/Locale/de_DE.js +140 -0
- package/lib/Locale/default.d.ts +3 -0
- package/lib/Locale/default.js +146 -0
- package/lib/Locale/el_GR.d.ts +3 -0
- package/lib/Locale/el_GR.js +57 -0
- package/lib/Locale/en_GB.d.ts +3 -0
- package/lib/Locale/en_GB.js +146 -0
- package/lib/Locale/en_US.d.ts +2 -0
- package/lib/Locale/en_US.js +13 -0
- package/lib/Locale/es_ES.d.ts +3 -0
- package/lib/Locale/es_ES.js +146 -0
- package/lib/Locale/et_EE.d.ts +3 -0
- package/lib/Locale/et_EE.js +146 -0
- package/lib/Locale/fa_IR.d.ts +3 -0
- package/lib/Locale/fa_IR.js +144 -0
- package/lib/Locale/fi_FI.d.ts +3 -0
- package/lib/Locale/fi_FI.js +67 -0
- package/lib/Locale/fr_BE.d.ts +3 -0
- package/lib/Locale/fr_BE.js +62 -0
- package/lib/Locale/fr_CA.d.ts +3 -0
- package/lib/Locale/fr_CA.js +74 -0
- package/lib/Locale/fr_FR.d.ts +3 -0
- package/lib/Locale/fr_FR.js +142 -0
- package/lib/Locale/ga_IE.d.ts +3 -0
- package/lib/Locale/ga_IE.js +137 -0
- package/lib/Locale/gl_ES.d.ts +3 -0
- package/lib/Locale/gl_ES.js +124 -0
- package/lib/Locale/he_IL.d.ts +3 -0
- package/lib/Locale/he_IL.js +130 -0
- package/lib/Locale/hi_IN.d.ts +3 -0
- package/lib/Locale/hi_IN.js +144 -0
- package/lib/Locale/hr_HR.d.ts +3 -0
- package/lib/Locale/hr_HR.js +143 -0
- package/lib/Locale/hu_HU.d.ts +3 -0
- package/lib/Locale/hu_HU.js +58 -0
- package/lib/Locale/hy_AM.d.ts +3 -0
- package/lib/Locale/hy_AM.js +116 -0
- package/lib/Locale/id_ID.d.ts +3 -0
- package/lib/Locale/id_ID.js +59 -0
- package/lib/Locale/is_IS.d.ts +3 -0
- package/lib/Locale/is_IS.js +57 -0
- package/lib/Locale/it_IT.d.ts +3 -0
- package/lib/Locale/it_IT.js +75 -0
- package/lib/Locale/ja_JP.d.ts +3 -0
- package/lib/Locale/ja_JP.js +116 -0
- package/lib/Locale/ka_GE.d.ts +3 -0
- package/lib/Locale/ka_GE.js +144 -0
- package/lib/Locale/kk_KZ.d.ts +3 -0
- package/lib/Locale/kk_KZ.js +138 -0
- package/lib/Locale/km_KH.d.ts +3 -0
- package/lib/Locale/km_KH.js +118 -0
- package/lib/Locale/kmr_IQ.d.ts +3 -0
- package/lib/Locale/kmr_IQ.js +57 -0
- package/lib/Locale/kn_IN.d.ts +3 -0
- package/lib/Locale/kn_IN.js +65 -0
- package/lib/Locale/ko_KR.d.ts +3 -0
- package/lib/Locale/ko_KR.js +110 -0
- package/lib/Locale/ku_IQ.d.ts +3 -0
- package/lib/Locale/ku_IQ.js +60 -0
- package/lib/Locale/lt_LT.d.ts +3 -0
- package/lib/Locale/lt_LT.js +135 -0
- package/lib/Locale/lv_LV.d.ts +3 -0
- package/lib/Locale/lv_LV.js +57 -0
- package/lib/Locale/mk_MK.d.ts +3 -0
- package/lib/Locale/mk_MK.js +72 -0
- package/lib/Locale/ml_IN.d.ts +3 -0
- package/lib/Locale/ml_IN.js +144 -0
- package/lib/Locale/mn_MN.d.ts +3 -0
- package/lib/Locale/mn_MN.js +57 -0
- package/lib/Locale/ms_MY.d.ts +3 -0
- package/lib/Locale/ms_MY.js +77 -0
- package/lib/Locale/nb_NO.d.ts +3 -0
- package/lib/Locale/nb_NO.js +138 -0
- package/lib/Locale/ne_NP.d.ts +3 -0
- package/lib/Locale/ne_NP.js +58 -0
- package/lib/Locale/nl_BE.d.ts +3 -0
- package/lib/Locale/nl_BE.js +144 -0
- package/lib/Locale/nl_NL.d.ts +3 -0
- package/lib/Locale/nl_NL.js +144 -0
- package/lib/Locale/pl_PL.d.ts +3 -0
- package/lib/Locale/pl_PL.js +146 -0
- package/lib/Locale/pt_BR.d.ts +3 -0
- package/lib/Locale/pt_BR.js +144 -0
- package/lib/Locale/pt_PT.d.ts +3 -0
- package/lib/Locale/pt_PT.js +58 -0
- package/lib/Locale/ro_RO.d.ts +3 -0
- package/lib/Locale/ro_RO.js +144 -0
- package/lib/Locale/ru_RU.d.ts +3 -0
- package/lib/Locale/ru_RU.js +143 -0
- package/lib/Locale/si_LK.d.ts +3 -0
- package/lib/Locale/si_LK.js +146 -0
- package/lib/Locale/sk_SK.d.ts +3 -0
- package/lib/Locale/sk_SK.js +146 -0
- package/lib/Locale/sl_SI.d.ts +3 -0
- package/lib/Locale/sl_SI.js +57 -0
- package/lib/Locale/sr_RS.d.ts +3 -0
- package/lib/Locale/sr_RS.js +144 -0
- package/lib/Locale/sv_SE.d.ts +3 -0
- package/lib/Locale/sv_SE.js +144 -0
- package/lib/Locale/ta_IN.d.ts +3 -0
- package/lib/Locale/ta_IN.js +77 -0
- package/lib/Locale/th_TH.d.ts +3 -0
- package/lib/Locale/th_TH.js +140 -0
- package/lib/Locale/tk_TK.d.ts +3 -0
- package/lib/Locale/tk_TK.js +142 -0
- package/lib/Locale/tr_TR.d.ts +3 -0
- package/lib/Locale/tr_TR.js +142 -0
- package/lib/Locale/uk_UA.d.ts +3 -0
- package/lib/Locale/uk_UA.js +146 -0
- package/lib/Locale/ur_PK.d.ts +3 -0
- package/lib/Locale/ur_PK.js +144 -0
- package/lib/Locale/vi_VN.d.ts +3 -0
- package/lib/Locale/vi_VN.js +57 -0
- package/lib/Locale/zh_CN.d.ts +3 -0
- package/lib/Locale/zh_CN.js +145 -0
- package/lib/Locale/zh_HK.d.ts +3 -0
- package/lib/Locale/zh_HK.js +141 -0
- package/lib/Locale/zh_TW.d.ts +3 -0
- package/lib/Locale/zh_TW.js +142 -0
- package/lib/Menu/index.d.ts +2 -0
- package/lib/Modal/index.js +2 -0
- package/lib/QuickMenu/style/index.css +1 -0
- package/lib/Result/index.d.ts +32 -0
- package/lib/Result/index.js +126 -0
- package/lib/Result/noFound.d.ts +2 -0
- package/lib/Result/noFound.js +249 -0
- package/lib/Result/serverError.d.ts +2 -0
- package/lib/Result/serverError.js +289 -0
- package/lib/Result/style/index.css +511 -0
- package/lib/Result/style/index.d.ts +1 -0
- package/{es/Locale → lib/Result}/style/index.js +0 -0
- package/lib/Result/unauthorized.d.ts +2 -0
- package/lib/Result/unauthorized.js +239 -0
- package/lib/_util/statusUtils.d.ts +1 -1
- package/lib/index.d.ts +11 -7
- package/lib/index.js +33 -57
- package/lib/locale-provider/LocaleReceiver.d.ts +20 -0
- package/lib/locale-provider/LocaleReceiver.js +83 -0
- package/lib/locale-provider/ar_EG.d.ts +2 -0
- package/lib/locale-provider/ar_EG.js +13 -0
- package/lib/locale-provider/az_AZ.d.ts +2 -0
- package/lib/locale-provider/az_AZ.js +13 -0
- package/lib/locale-provider/bg_BG.d.ts +2 -0
- package/lib/locale-provider/bg_BG.js +13 -0
- package/lib/locale-provider/bn_BD.d.ts +2 -0
- package/lib/locale-provider/bn_BD.js +13 -0
- package/lib/locale-provider/by_BY.d.ts +2 -0
- package/lib/locale-provider/by_BY.js +13 -0
- package/lib/locale-provider/ca_ES.d.ts +2 -0
- package/lib/locale-provider/ca_ES.js +13 -0
- package/lib/locale-provider/context.d.ts +7 -0
- package/lib/locale-provider/context.js +12 -0
- package/lib/locale-provider/cs_CZ.d.ts +2 -0
- package/lib/locale-provider/cs_CZ.js +13 -0
- package/lib/locale-provider/da_DK.d.ts +2 -0
- package/lib/locale-provider/da_DK.js +13 -0
- package/lib/locale-provider/de_DE.d.ts +2 -0
- package/lib/locale-provider/de_DE.js +13 -0
- package/lib/locale-provider/default.d.ts +2 -0
- package/lib/locale-provider/default.js +13 -0
- package/lib/locale-provider/el_GR.d.ts +2 -0
- package/lib/locale-provider/el_GR.js +13 -0
- package/lib/locale-provider/en_GB.d.ts +2 -0
- package/lib/locale-provider/en_GB.js +13 -0
- package/lib/locale-provider/en_US.d.ts +2 -0
- package/lib/locale-provider/en_US.js +13 -0
- package/lib/locale-provider/es_ES.d.ts +2 -0
- package/lib/locale-provider/es_ES.js +13 -0
- package/lib/locale-provider/et_EE.d.ts +2 -0
- package/lib/locale-provider/et_EE.js +13 -0
- package/lib/locale-provider/fa_IR.d.ts +2 -0
- package/lib/locale-provider/fa_IR.js +13 -0
- package/lib/locale-provider/fi_FI.d.ts +2 -0
- package/lib/locale-provider/fi_FI.js +13 -0
- package/lib/locale-provider/fr_BE.d.ts +2 -0
- package/lib/locale-provider/fr_BE.js +13 -0
- package/lib/locale-provider/fr_CA.d.ts +2 -0
- package/lib/locale-provider/fr_CA.js +13 -0
- package/lib/locale-provider/fr_FR.d.ts +2 -0
- package/lib/locale-provider/fr_FR.js +13 -0
- package/lib/locale-provider/ga_IE.d.ts +2 -0
- package/lib/locale-provider/ga_IE.js +13 -0
- package/lib/locale-provider/gl_ES.d.ts +2 -0
- package/lib/locale-provider/gl_ES.js +13 -0
- package/lib/locale-provider/he_IL.d.ts +2 -0
- package/lib/locale-provider/he_IL.js +13 -0
- package/lib/locale-provider/hi_IN.d.ts +2 -0
- package/lib/locale-provider/hi_IN.js +13 -0
- package/lib/locale-provider/hr_HR.d.ts +2 -0
- package/lib/locale-provider/hr_HR.js +13 -0
- package/lib/locale-provider/hu_HU.d.ts +2 -0
- package/lib/locale-provider/hu_HU.js +13 -0
- package/lib/locale-provider/hy_AM.d.ts +2 -0
- package/lib/locale-provider/hy_AM.js +13 -0
- package/lib/locale-provider/id_ID.d.ts +2 -0
- package/lib/locale-provider/id_ID.js +13 -0
- package/lib/locale-provider/index.d.ts +61 -0
- package/lib/locale-provider/index.js +90 -0
- package/lib/locale-provider/is_IS.d.ts +2 -0
- package/lib/locale-provider/is_IS.js +13 -0
- package/lib/locale-provider/it_IT.d.ts +2 -0
- package/lib/locale-provider/it_IT.js +13 -0
- package/lib/locale-provider/ja_JP.d.ts +2 -0
- package/lib/locale-provider/ja_JP.js +13 -0
- package/lib/locale-provider/ka_GE.d.ts +2 -0
- package/lib/locale-provider/ka_GE.js +13 -0
- package/lib/locale-provider/kk_KZ.d.ts +2 -0
- package/lib/locale-provider/kk_KZ.js +13 -0
- package/lib/locale-provider/km_KH.d.ts +2 -0
- package/lib/locale-provider/km_KH.js +13 -0
- package/lib/locale-provider/kmr_IQ.d.ts +2 -0
- package/lib/locale-provider/kmr_IQ.js +13 -0
- package/lib/locale-provider/kn_IN.d.ts +2 -0
- package/lib/locale-provider/kn_IN.js +13 -0
- package/lib/locale-provider/ko_KR.d.ts +2 -0
- package/lib/locale-provider/ko_KR.js +13 -0
- package/lib/locale-provider/ku_IQ.d.ts +2 -0
- package/lib/locale-provider/ku_IQ.js +13 -0
- package/lib/locale-provider/lt_LT.d.ts +2 -0
- package/lib/locale-provider/lt_LT.js +13 -0
- package/lib/locale-provider/lv_LV.d.ts +2 -0
- package/lib/locale-provider/lv_LV.js +13 -0
- package/lib/locale-provider/mk_MK.d.ts +2 -0
- package/lib/locale-provider/mk_MK.js +13 -0
- package/lib/locale-provider/ml_IN.d.ts +2 -0
- package/lib/locale-provider/ml_IN.js +13 -0
- package/lib/locale-provider/mn_MN.d.ts +2 -0
- package/lib/locale-provider/mn_MN.js +13 -0
- package/lib/locale-provider/ms_MY.d.ts +2 -0
- package/lib/locale-provider/ms_MY.js +13 -0
- package/lib/locale-provider/nb_NO.d.ts +2 -0
- package/lib/locale-provider/nb_NO.js +13 -0
- package/lib/locale-provider/ne_NP.d.ts +2 -0
- package/lib/locale-provider/ne_NP.js +13 -0
- package/lib/locale-provider/nl_BE.d.ts +2 -0
- package/lib/locale-provider/nl_BE.js +13 -0
- package/lib/locale-provider/nl_NL.d.ts +2 -0
- package/lib/locale-provider/nl_NL.js +13 -0
- package/lib/locale-provider/pl_PL.d.ts +2 -0
- package/lib/locale-provider/pl_PL.js +13 -0
- package/lib/locale-provider/pt_BR.d.ts +2 -0
- package/lib/locale-provider/pt_BR.js +13 -0
- package/lib/locale-provider/pt_PT.d.ts +2 -0
- package/lib/locale-provider/pt_PT.js +13 -0
- package/lib/locale-provider/ro_RO.d.ts +2 -0
- package/lib/locale-provider/ro_RO.js +13 -0
- package/lib/locale-provider/ru_RU.d.ts +2 -0
- package/lib/locale-provider/ru_RU.js +13 -0
- package/lib/locale-provider/si_LK.d.ts +2 -0
- package/lib/locale-provider/si_LK.js +13 -0
- package/lib/locale-provider/sk_SK.d.ts +2 -0
- package/lib/locale-provider/sk_SK.js +13 -0
- package/lib/locale-provider/sl_SI.d.ts +2 -0
- package/lib/locale-provider/sl_SI.js +13 -0
- package/lib/locale-provider/sr_RS.d.ts +2 -0
- package/lib/locale-provider/sr_RS.js +13 -0
- package/lib/locale-provider/style/index.css +511 -0
- package/lib/locale-provider/style/index.d.ts +1 -0
- package/{es/OldModal → lib/locale-provider}/style/index.js +0 -0
- package/lib/locale-provider/sv_SE.d.ts +2 -0
- package/lib/locale-provider/sv_SE.js +13 -0
- package/lib/locale-provider/ta_IN.d.ts +2 -0
- package/lib/locale-provider/ta_IN.js +13 -0
- package/lib/locale-provider/th_TH.d.ts +2 -0
- package/lib/locale-provider/th_TH.js +13 -0
- package/lib/locale-provider/tk_TK.d.ts +2 -0
- package/lib/locale-provider/tk_TK.js +13 -0
- package/lib/locale-provider/tr_TR.d.ts +2 -0
- package/lib/locale-provider/tr_TR.js +13 -0
- package/lib/locale-provider/uk_UA.d.ts +2 -0
- package/lib/locale-provider/uk_UA.js +13 -0
- package/lib/locale-provider/ur_PK.d.ts +2 -0
- package/lib/locale-provider/ur_PK.js +13 -0
- package/lib/locale-provider/vi_VN.d.ts +2 -0
- package/lib/locale-provider/vi_VN.js +13 -0
- package/lib/locale-provider/zh_CN.d.ts +2 -0
- package/lib/locale-provider/zh_CN.js +13 -0
- package/lib/locale-provider/zh_HK.d.ts +2 -0
- package/lib/locale-provider/zh_HK.js +13 -0
- package/lib/locale-provider/zh_TW.d.ts +2 -0
- package/lib/locale-provider/zh_TW.js +13 -0
- package/lib/message/index.d.ts +6 -6
- package/package.json +1 -1
- package/dist/CardTable/card/TextGray.d.ts +0 -2
- package/dist/CardTable/card/TextWhiteBorder.d.ts +0 -2
- package/dist/CkFilter/baseFilter/NestedFilter.d.ts +0 -2
- package/dist/CkFilter/baseFilter/filterMenu.d.ts +0 -2
- package/dist/CkFilter/baseFilter/index.d.ts +0 -2
- package/dist/CkFilter/baseFilter/moreFilters.d.ts +0 -2
- package/dist/CkFilter/complexFilter/drawer.d.ts +0 -2
- package/dist/CkFilter/complexFilter/index.d.ts +0 -2
- package/dist/CkFilter/complexFilter/saveModal.d.ts +0 -5
- package/dist/CkFilter/components/CascaderFilter.d.ts +0 -8
- package/dist/CkFilter/components/CheckboxTags.d.ts +0 -6
- package/dist/CkFilter/components/Controls.d.ts +0 -2
- package/dist/CkFilter/components/CustomModal.d.ts +0 -2
- package/dist/CkFilter/components/DragBox/DndContainer.d.ts +0 -5
- package/dist/CkFilter/components/DragBox/index.d.ts +0 -7
- package/dist/CkFilter/components/DragBox/sortableBox.d.ts +0 -5
- package/dist/CkFilter/components/DragBox/sortableItem.d.ts +0 -2
- package/dist/CkFilter/components/Nested.d.ts +0 -7
- package/dist/CkFilter/components/filterTypes.d.ts +0 -2
- package/dist/CkFilter/components/modal.d.ts +0 -2
- package/dist/CkFilter/components/modalBack.d.ts +0 -2
- package/dist/CkFilter/context.d.ts +0 -3
- package/dist/CkFilter/customFilter/drawer.d.ts +0 -2
- package/dist/CkFilter/customFilter/index.d.ts +0 -2
- package/dist/CkFilter/customFilter/radioGroup.d.ts +0 -2
- package/dist/CkFilter/demos/designSupplier.d.ts +0 -6
- package/dist/CkFilter/filter.d.ts +0 -3
- package/dist/CkFilter/index.d.ts +0 -2
- package/dist/CkFilter/style/index.d.ts +0 -1
- package/dist/CkFilter/utils.d.ts +0 -10
- package/dist/Filter/Popover.d.ts +0 -3
- package/dist/Filter/baseFilter/Popover.d.ts +0 -2
- package/dist/Filter/baseFilter/ToggleFilter.d.ts +0 -5
- package/dist/Filter/baseFilter/index.d.ts +0 -2
- package/dist/Filter/complex/ComplexFilter.d.ts +0 -2
- package/dist/Filter/complex/ComplexItem.d.ts +0 -2
- package/dist/Filter/components/Checkbox.d.ts +0 -3
- package/dist/Filter/components/Date.d.ts +0 -2
- package/dist/Filter/components/Input.d.ts +0 -2
- package/dist/Filter/components/Select.d.ts +0 -2
- package/dist/Filter/components/Tree.d.ts +0 -2
- package/dist/Filter/components/header.d.ts +0 -2
- package/dist/Filter/components/index.d.ts +0 -6
- package/dist/Filter/context.d.ts +0 -3
- package/dist/Filter/demos/basic.d.ts +0 -2
- package/dist/Filter/edit/editFilter.d.ts +0 -2
- package/dist/Filter/index.d.ts +0 -3
- package/dist/Filter/popContext.d.ts +0 -3
- package/dist/Filter/remember.d.ts +0 -2
- package/dist/Filter/style/index.d.ts +0 -1
- package/dist/LmTable/ImgList/body.d.ts +0 -2
- package/dist/LmTable/ImgList/cardCell.d.ts +0 -2
- package/dist/LmTable/ImgList/context.d.ts +0 -2
- package/dist/LmTable/ImgList/empty.d.ts +0 -2
- package/dist/LmTable/ImgList/footer.d.ts +0 -4
- package/dist/LmTable/ImgList/imgCell.d.ts +0 -2
- package/dist/LmTable/ImgList/imgTable.d.ts +0 -3
- package/dist/LmTable/ImgList/index.d.ts +0 -2
- package/dist/Locale/index.d.ts +0 -6
- package/dist/Locale/style/index.d.ts +0 -1
- package/dist/OldModal/add.d.ts +0 -2
- package/dist/OldModal/confirm.d.ts +0 -8
- package/dist/OldModal/demos/basic.d.ts +0 -2
- package/dist/OldModal/edit.d.ts +0 -2
- package/dist/OldModal/exportModal.d.ts +0 -20
- package/dist/OldModal/index.d.ts +0 -11
- package/dist/OldModal/style/index.d.ts +0 -1
- package/dist/PopTable/BseTable.d.ts +0 -3
- package/dist/PopTable/demos/basic.d.ts +0 -2
- package/dist/PopTable/index.d.ts +0 -2
- package/dist/PopTable/style/index.d.ts +0 -1
- package/dist/ProTable/ImgList/body.d.ts +0 -2
- package/dist/ProTable/ImgList/cardCell.d.ts +0 -2
- package/dist/ProTable/ImgList/context.d.ts +0 -2
- package/dist/ProTable/ImgList/empty.d.ts +0 -2
- package/dist/ProTable/ImgList/footer.d.ts +0 -2
- package/dist/ProTable/ImgList/imgCell.d.ts +0 -2
- package/dist/ProTable/ImgList/imgTable.d.ts +0 -3
- package/dist/ProTable/ImgList/index.d.ts +0 -2
- package/dist/ProTable/Table.d.ts +0 -4
- package/dist/ProTable/VList.d.ts +0 -13
- package/dist/ProTable/autosize.d.ts +0 -25
- package/dist/ProTable/context.d.ts +0 -2
- package/dist/ProTable/demos/basic.d.ts +0 -2
- package/dist/ProTable/demos/img-basic.d.ts +0 -2
- package/dist/ProTable/detectElementResize.d.ts +0 -16
- package/dist/ProTable/index.d.ts +0 -2
- package/dist/ProTable/resetConfig.d.ts +0 -30
- package/dist/ProTable/style/index.d.ts +0 -1
- package/dist/TableRender/demos/basic.d.ts +0 -2
- package/dist/TableRender/index.d.ts +0 -1
- package/dist/TableRender/state.d.ts +0 -2
- package/dist/TableRender/style/index.d.ts +0 -1
- package/es/CardTable/card/TextGray.js +0 -18
- package/es/CardTable/card/TextWhiteBorder.js +0 -18
- package/es/CkFilter/baseFilter/NestedFilter.js +0 -137
- package/es/CkFilter/baseFilter/filterMenu.js +0 -226
- package/es/CkFilter/baseFilter/index.js +0 -94
- package/es/CkFilter/baseFilter/moreFilters.js +0 -237
- package/es/CkFilter/complexFilter/drawer.js +0 -398
- package/es/CkFilter/complexFilter/index.js +0 -69
- package/es/CkFilter/complexFilter/saveModal.js +0 -148
- package/es/CkFilter/components/CascaderFilter.js +0 -139
- package/es/CkFilter/components/CheckboxTags.js +0 -53
- package/es/CkFilter/components/Controls.js +0 -53
- package/es/CkFilter/components/CustomModal.js +0 -229
- package/es/CkFilter/components/DragBox/DndContainer.js +0 -49
- package/es/CkFilter/components/DragBox/index.js +0 -63
- package/es/CkFilter/components/DragBox/sortableBox.js +0 -24
- package/es/CkFilter/components/DragBox/sortableItem.js +0 -111
- package/es/CkFilter/components/Nested.js +0 -90
- package/es/CkFilter/components/filterTypes.js +0 -848
- package/es/CkFilter/components/modal.js +0 -294
- package/es/CkFilter/components/modalBack.js +0 -260
- package/es/CkFilter/context.js +0 -174
- package/es/CkFilter/customFilter/drawer.js +0 -390
- package/es/CkFilter/customFilter/index.js +0 -129
- package/es/CkFilter/customFilter/radioGroup.js +0 -64
- package/es/CkFilter/filter.js +0 -189
- package/es/CkFilter/icon_placeholder.png +0 -0
- package/es/CkFilter/index.js +0 -13
- package/es/CkFilter/style/index.css +0 -1121
- package/es/CkFilter/utils.js +0 -65
- package/es/Filter/Popover.js +0 -199
- package/es/Filter/README.md.old +0 -144
- package/es/Filter/baseFilter/Popover.js +0 -213
- package/es/Filter/baseFilter/ToggleFilter.js +0 -111
- package/es/Filter/baseFilter/index.js +0 -100
- package/es/Filter/complex/ComplexFilter.js +0 -149
- package/es/Filter/complex/ComplexItem.js +0 -157
- package/es/Filter/components/Checkbox.js +0 -94
- package/es/Filter/components/Date.js +0 -87
- package/es/Filter/components/Input.js +0 -63
- package/es/Filter/components/Select.js +0 -89
- package/es/Filter/components/Tree.js +0 -64
- package/es/Filter/components/header.js +0 -60
- package/es/Filter/components/index.js +0 -47
- package/es/Filter/context.js +0 -15
- package/es/Filter/edit/editFilter.js +0 -273
- package/es/Filter/index.js +0 -174
- package/es/Filter/popContext.js +0 -15
- package/es/Filter/remember.js +0 -136
- package/es/Filter/style/index.css +0 -782
- package/es/LmTable/ImgList/body.js +0 -111
- package/es/LmTable/ImgList/cardCell.js +0 -192
- package/es/LmTable/ImgList/context.js +0 -12
- package/es/LmTable/ImgList/empty.js +0 -24
- package/es/LmTable/ImgList/footer.js +0 -61
- package/es/LmTable/ImgList/imgCell.js +0 -187
- package/es/LmTable/ImgList/imgTable.js +0 -133
- package/es/LmTable/ImgList/index.js +0 -13
- package/es/Locale/index.d.ts +0 -6
- package/es/Locale/index.js +0 -9
- package/es/Locale/style/index.css +0 -141
- package/es/OldModal/README.md.old +0 -27
- package/es/OldModal/add.js +0 -68
- package/es/OldModal/confirm.js +0 -88
- package/es/OldModal/edit.js +0 -44
- package/es/OldModal/exportModal.js +0 -300
- package/es/OldModal/index.js +0 -24
- package/es/OldModal/style/index.css +0 -119
- package/es/PopTable/BseTable.js +0 -113
- package/es/PopTable/README.md.old +0 -30
- package/es/PopTable/index.js +0 -151
- package/es/PopTable/style/index.css +0 -721
- package/es/PopTable/style/index.js +0 -3
- package/es/ProTable/ImgList/body.js +0 -111
- package/es/ProTable/ImgList/cardCell.js +0 -192
- package/es/ProTable/ImgList/context.js +0 -12
- package/es/ProTable/ImgList/empty.js +0 -24
- package/es/ProTable/ImgList/footer.js +0 -59
- package/es/ProTable/ImgList/imgCell.js +0 -181
- package/es/ProTable/ImgList/imgTable.js +0 -110
- package/es/ProTable/ImgList/index.js +0 -13
- package/es/ProTable/README.md.old +0 -141
- package/es/ProTable/Table.js +0 -334
- package/es/ProTable/VList.js +0 -594
- package/es/ProTable/autosize.js +0 -167
- package/es/ProTable/context.js +0 -12
- package/es/ProTable/detectElementResize.js +0 -225
- package/es/ProTable/index.js +0 -19
- package/es/ProTable/resetConfig.js +0 -39
- package/es/ProTable/style/index.css +0 -1082
- package/es/ProTable/style/index.js +0 -3
- package/es/TableRender/README.md.old +0 -20
- package/es/TableRender/index.js +0 -15
- package/es/TableRender/state.js +0 -72
- package/es/TableRender/style/index.css +0 -0
- package/es/TableRender/style/index.js +0 -3
- package/lib/CardTable/card/TextGray.js +0 -18
- package/lib/CardTable/card/TextWhiteBorder.js +0 -18
- package/lib/CkFilter/baseFilter/NestedFilter.js +0 -137
- package/lib/CkFilter/baseFilter/filterMenu.js +0 -226
- package/lib/CkFilter/baseFilter/index.js +0 -94
- package/lib/CkFilter/baseFilter/moreFilters.js +0 -237
- package/lib/CkFilter/complexFilter/drawer.js +0 -398
- package/lib/CkFilter/complexFilter/index.js +0 -69
- package/lib/CkFilter/complexFilter/saveModal.js +0 -148
- package/lib/CkFilter/components/CascaderFilter.js +0 -139
- package/lib/CkFilter/components/CheckboxTags.js +0 -53
- package/lib/CkFilter/components/Controls.js +0 -53
- package/lib/CkFilter/components/CustomModal.js +0 -229
- package/lib/CkFilter/components/DragBox/DndContainer.js +0 -49
- package/lib/CkFilter/components/DragBox/index.js +0 -63
- package/lib/CkFilter/components/DragBox/sortableBox.js +0 -24
- package/lib/CkFilter/components/DragBox/sortableItem.js +0 -111
- package/lib/CkFilter/components/Nested.js +0 -90
- package/lib/CkFilter/components/filterTypes.js +0 -848
- package/lib/CkFilter/components/modal.js +0 -294
- package/lib/CkFilter/components/modalBack.js +0 -260
- package/lib/CkFilter/context.js +0 -174
- package/lib/CkFilter/customFilter/drawer.js +0 -390
- package/lib/CkFilter/customFilter/index.js +0 -129
- package/lib/CkFilter/customFilter/radioGroup.js +0 -64
- package/lib/CkFilter/filter.js +0 -189
- package/lib/CkFilter/icon_placeholder.png +0 -0
- package/lib/CkFilter/index.js +0 -13
- package/lib/CkFilter/style/index.css +0 -1121
- package/lib/CkFilter/style/index.js +0 -3
- package/lib/CkFilter/utils.js +0 -65
- package/lib/Filter/Popover.js +0 -199
- package/lib/Filter/README.md.old +0 -144
- package/lib/Filter/baseFilter/Popover.js +0 -213
- package/lib/Filter/baseFilter/ToggleFilter.js +0 -111
- package/lib/Filter/baseFilter/index.js +0 -100
- package/lib/Filter/complex/ComplexFilter.js +0 -149
- package/lib/Filter/complex/ComplexItem.js +0 -157
- package/lib/Filter/components/Checkbox.js +0 -94
- package/lib/Filter/components/Date.js +0 -87
- package/lib/Filter/components/Input.js +0 -63
- package/lib/Filter/components/Select.js +0 -89
- package/lib/Filter/components/Tree.js +0 -64
- package/lib/Filter/components/header.js +0 -60
- package/lib/Filter/components/index.js +0 -47
- package/lib/Filter/context.js +0 -15
- package/lib/Filter/edit/editFilter.js +0 -273
- package/lib/Filter/index.js +0 -174
- package/lib/Filter/popContext.js +0 -15
- package/lib/Filter/remember.js +0 -136
- package/lib/Filter/style/index.css +0 -782
- package/lib/Filter/style/index.js +0 -3
- package/lib/LmTable/ImgList/body.js +0 -111
- package/lib/LmTable/ImgList/cardCell.js +0 -192
- package/lib/LmTable/ImgList/context.js +0 -12
- package/lib/LmTable/ImgList/empty.js +0 -24
- package/lib/LmTable/ImgList/footer.js +0 -61
- package/lib/LmTable/ImgList/imgCell.js +0 -187
- package/lib/LmTable/ImgList/imgTable.js +0 -133
- package/lib/LmTable/ImgList/index.js +0 -13
- package/lib/Locale/index.d.ts +0 -6
- package/lib/Locale/index.js +0 -22
- package/lib/Locale/style/index.css +0 -141
- package/lib/Locale/style/index.js +0 -3
- package/lib/OldModal/README.md.old +0 -27
- package/lib/OldModal/add.js +0 -68
- package/lib/OldModal/confirm.js +0 -88
- package/lib/OldModal/edit.js +0 -44
- package/lib/OldModal/exportModal.js +0 -300
- package/lib/OldModal/index.js +0 -24
- package/lib/OldModal/style/index.css +0 -119
- package/lib/OldModal/style/index.js +0 -3
- package/lib/PopTable/BseTable.js +0 -113
- package/lib/PopTable/README.md.old +0 -30
- package/lib/PopTable/index.js +0 -151
- package/lib/PopTable/style/index.css +0 -721
- package/lib/PopTable/style/index.js +0 -3
- package/lib/ProTable/ImgList/body.js +0 -111
- package/lib/ProTable/ImgList/cardCell.js +0 -192
- package/lib/ProTable/ImgList/context.js +0 -12
- package/lib/ProTable/ImgList/empty.js +0 -24
- package/lib/ProTable/ImgList/footer.js +0 -59
- package/lib/ProTable/ImgList/imgCell.js +0 -181
- package/lib/ProTable/ImgList/imgTable.js +0 -110
- package/lib/ProTable/ImgList/index.js +0 -13
- package/lib/ProTable/README.md.old +0 -141
- package/lib/ProTable/Table.js +0 -334
- package/lib/ProTable/VList.js +0 -594
- package/lib/ProTable/autosize.js +0 -167
- package/lib/ProTable/context.js +0 -12
- package/lib/ProTable/detectElementResize.js +0 -225
- package/lib/ProTable/index.js +0 -19
- package/lib/ProTable/resetConfig.js +0 -39
- package/lib/ProTable/style/index.css +0 -1082
- package/lib/ProTable/style/index.js +0 -3
- package/lib/TableRender/README.md.old +0 -20
- package/lib/TableRender/index.js +0 -15
- package/lib/TableRender/state.js +0 -72
- package/lib/TableRender/style/index.css +0 -0
- package/lib/TableRender/style/index.js +0 -3
|
@@ -0,0 +1,130 @@
|
|
|
1
|
+
/* eslint-disable no-template-curly-in-string */
|
|
2
|
+
import Pagination from 'rc-pagination/lib/locale/sv_SE';
|
|
3
|
+
import Calendar from 'antd/es/calendar/locale/sv_SE';
|
|
4
|
+
import DatePicker from 'antd/es/date-picker/locale/sv_SE';
|
|
5
|
+
import TimePicker from 'antd/es/time-picker/locale/sv_SE';
|
|
6
|
+
var typeTemplate = '${label} är inte en giltig ${type}';
|
|
7
|
+
var localeValues = {
|
|
8
|
+
locale: 'sv',
|
|
9
|
+
Pagination: Pagination,
|
|
10
|
+
DatePicker: DatePicker,
|
|
11
|
+
TimePicker: TimePicker,
|
|
12
|
+
Calendar: Calendar,
|
|
13
|
+
global: {
|
|
14
|
+
placeholder: 'Vänligen välj'
|
|
15
|
+
},
|
|
16
|
+
Table: {
|
|
17
|
+
filterTitle: 'Filtermeny',
|
|
18
|
+
filterConfirm: 'OK',
|
|
19
|
+
filterReset: 'Återställ',
|
|
20
|
+
filterEmptyText: 'Inga filter',
|
|
21
|
+
emptyText: 'Ingen data',
|
|
22
|
+
selectAll: 'Markera nuvarande sida',
|
|
23
|
+
selectInvert: 'Invertera nuvarande sida',
|
|
24
|
+
selectNone: 'Avmarkera all data',
|
|
25
|
+
selectionAll: 'Markera all data',
|
|
26
|
+
sortTitle: 'Sortera',
|
|
27
|
+
expand: 'Expandera rad',
|
|
28
|
+
collapse: 'Komprimera rad',
|
|
29
|
+
triggerDesc: 'Klicka för att sortera i fallande ordning',
|
|
30
|
+
triggerAsc: 'Klicka för att sortera i stigande ordning',
|
|
31
|
+
cancelSort: 'Klicka för att avbryta sortering'
|
|
32
|
+
},
|
|
33
|
+
Modal: {
|
|
34
|
+
okText: 'OK',
|
|
35
|
+
cancelText: 'Avbryt',
|
|
36
|
+
justOkText: 'OK'
|
|
37
|
+
},
|
|
38
|
+
Popconfirm: {
|
|
39
|
+
okText: 'OK',
|
|
40
|
+
cancelText: 'Avbryt'
|
|
41
|
+
},
|
|
42
|
+
Transfer: {
|
|
43
|
+
titles: ['', ''],
|
|
44
|
+
searchPlaceholder: 'Sök här',
|
|
45
|
+
itemUnit: 'objekt',
|
|
46
|
+
itemsUnit: 'objekt',
|
|
47
|
+
remove: 'Ta bort',
|
|
48
|
+
selectCurrent: 'Markera nuvarande sida',
|
|
49
|
+
removeCurrent: 'Ta bort nuvarande sida',
|
|
50
|
+
selectAll: 'Markera all data',
|
|
51
|
+
removeAll: 'Ta bort all data',
|
|
52
|
+
selectInvert: 'Invertera nuvarande sida'
|
|
53
|
+
},
|
|
54
|
+
Upload: {
|
|
55
|
+
uploading: 'Laddar upp...',
|
|
56
|
+
removeFile: 'Ta bort fil',
|
|
57
|
+
uploadError: 'Uppladdningsfel',
|
|
58
|
+
previewFile: 'Förhandsgranska fil',
|
|
59
|
+
downloadFile: 'Ladda ned fil'
|
|
60
|
+
},
|
|
61
|
+
Empty: {
|
|
62
|
+
description: 'Ingen data'
|
|
63
|
+
},
|
|
64
|
+
Icon: {
|
|
65
|
+
icon: 'ikon'
|
|
66
|
+
},
|
|
67
|
+
Text: {
|
|
68
|
+
edit: 'Redigera',
|
|
69
|
+
copy: 'Kopiera',
|
|
70
|
+
copied: 'Kopierad',
|
|
71
|
+
expand: 'Expandera'
|
|
72
|
+
},
|
|
73
|
+
PageHeader: {
|
|
74
|
+
back: 'Tillbaka'
|
|
75
|
+
},
|
|
76
|
+
Form: {
|
|
77
|
+
optional: '(valfritt)',
|
|
78
|
+
defaultValidateMessages: {
|
|
79
|
+
default: 'Fältvalideringsfel för ${label}',
|
|
80
|
+
required: 'Vänligen fyll i ${label}',
|
|
81
|
+
enum: '${label} måste vara en av [${enum}]',
|
|
82
|
+
whitespace: '${label} kan inte vara ett tomt tecken',
|
|
83
|
+
date: {
|
|
84
|
+
format: '${label} datumformatet är ogiltigt',
|
|
85
|
+
parse: '${label} kan inte konverteras till ett datum',
|
|
86
|
+
invalid: '${label} är ett ogiltigt datum'
|
|
87
|
+
},
|
|
88
|
+
types: {
|
|
89
|
+
string: typeTemplate,
|
|
90
|
+
method: typeTemplate,
|
|
91
|
+
array: typeTemplate,
|
|
92
|
+
object: typeTemplate,
|
|
93
|
+
number: typeTemplate,
|
|
94
|
+
date: typeTemplate,
|
|
95
|
+
boolean: typeTemplate,
|
|
96
|
+
integer: typeTemplate,
|
|
97
|
+
float: typeTemplate,
|
|
98
|
+
regexp: typeTemplate,
|
|
99
|
+
email: typeTemplate,
|
|
100
|
+
url: typeTemplate,
|
|
101
|
+
hex: typeTemplate
|
|
102
|
+
},
|
|
103
|
+
string: {
|
|
104
|
+
len: '${label} måste vara ${len} tecken',
|
|
105
|
+
min: '${label} måste vara minst ${min} tecken',
|
|
106
|
+
max: '${label} måste vara högst ${max} tecken',
|
|
107
|
+
range: '${label} måste vara mellan ${min}-${max} tecken'
|
|
108
|
+
},
|
|
109
|
+
number: {
|
|
110
|
+
len: '${label} måste vara lika med ${len}',
|
|
111
|
+
min: '${label} måste vara minst ${min}',
|
|
112
|
+
max: '${label} måste vara högst ${max}',
|
|
113
|
+
range: '${label} måste vara mellan ${min}-${max}'
|
|
114
|
+
},
|
|
115
|
+
array: {
|
|
116
|
+
len: 'Måste vara ${len} ${label}',
|
|
117
|
+
min: 'Minst ${min} ${label}',
|
|
118
|
+
max: 'Högst ${max} ${label}',
|
|
119
|
+
range: 'Antal ${label} måste vara mellan ${min}-${max}'
|
|
120
|
+
},
|
|
121
|
+
pattern: {
|
|
122
|
+
mismatch: '${label} stämmer inte överens med mönstret ${pattern}'
|
|
123
|
+
}
|
|
124
|
+
}
|
|
125
|
+
},
|
|
126
|
+
Image: {
|
|
127
|
+
preview: 'Förhandsgranska'
|
|
128
|
+
}
|
|
129
|
+
};
|
|
130
|
+
export default localeValues;
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
import Pagination from 'rc-pagination/lib/locale/ta_IN';
|
|
2
|
+
import Calendar from 'antd/es/calendar/locale/ta_IN';
|
|
3
|
+
import DatePicker from 'antd/es/date-picker/locale/ta_IN';
|
|
4
|
+
import TimePicker from 'antd/es/time-picker/locale/ta_IN';
|
|
5
|
+
var localeValues = {
|
|
6
|
+
locale: 'ta',
|
|
7
|
+
Pagination: Pagination,
|
|
8
|
+
DatePicker: DatePicker,
|
|
9
|
+
TimePicker: TimePicker,
|
|
10
|
+
Calendar: Calendar,
|
|
11
|
+
// locales for all comoponents
|
|
12
|
+
global: {
|
|
13
|
+
placeholder: 'தேதியைத் தேர்ந்தெடுக்கவும்'
|
|
14
|
+
},
|
|
15
|
+
Table: {
|
|
16
|
+
filterTitle: 'பட்டியலை மூடு',
|
|
17
|
+
filterConfirm: 'சரி',
|
|
18
|
+
filterReset: 'மீட்டமை',
|
|
19
|
+
emptyText: 'தகவல் இல்லை',
|
|
20
|
+
selectAll: 'அனைத்தையும் தேர்வுசெய்',
|
|
21
|
+
selectInvert: 'தலைகீழாக மாற்று',
|
|
22
|
+
sortTitle: 'தலைப்பை வரிசைப்படுத்தவும்'
|
|
23
|
+
},
|
|
24
|
+
Modal: {
|
|
25
|
+
okText: 'சரி',
|
|
26
|
+
cancelText: 'ரத்து செய்யவும்',
|
|
27
|
+
justOkText: 'பரவாயில்லை, சரி'
|
|
28
|
+
},
|
|
29
|
+
Popconfirm: {
|
|
30
|
+
okText: 'சரி',
|
|
31
|
+
cancelText: 'ரத்து செய்யவும்'
|
|
32
|
+
},
|
|
33
|
+
Transfer: {
|
|
34
|
+
titles: ['', ''],
|
|
35
|
+
notFoundContent: 'உள்ளடக்கம் கிடைக்கவில்லை',
|
|
36
|
+
searchPlaceholder: 'இங்கு தேடவும்',
|
|
37
|
+
itemUnit: 'தகவல்',
|
|
38
|
+
itemsUnit: 'தகவல்கள்'
|
|
39
|
+
},
|
|
40
|
+
Upload: {
|
|
41
|
+
uploading: 'பதிவேற்றுகிறது...',
|
|
42
|
+
removeFile: 'கோப்பை அகற்று',
|
|
43
|
+
uploadError: 'பதிவேற்றுவதில் பிழை',
|
|
44
|
+
previewFile: 'கோப்பை முன்னோட்டமிடுங்கள்',
|
|
45
|
+
downloadFile: 'பதிவிறக்க கோப்பு'
|
|
46
|
+
},
|
|
47
|
+
Empty: {
|
|
48
|
+
description: 'தகவல் இல்லை'
|
|
49
|
+
},
|
|
50
|
+
Icon: {
|
|
51
|
+
icon: 'உருவம்'
|
|
52
|
+
},
|
|
53
|
+
Text: {
|
|
54
|
+
edit: 'திருத்து',
|
|
55
|
+
copy: 'நகல் எடு',
|
|
56
|
+
copied: 'நகல் எடுக்கப்பட்டது',
|
|
57
|
+
expand: 'விரிவாக்கவும்'
|
|
58
|
+
},
|
|
59
|
+
PageHeader: {
|
|
60
|
+
back: 'பின் செல்லவும்'
|
|
61
|
+
}
|
|
62
|
+
};
|
|
63
|
+
export default localeValues;
|
|
@@ -0,0 +1,126 @@
|
|
|
1
|
+
/* eslint-disable no-template-curly-in-string */
|
|
2
|
+
import Pagination from 'rc-pagination/lib/locale/th_TH';
|
|
3
|
+
import Calendar from 'antd/es/calendar/locale/th_TH';
|
|
4
|
+
import DatePicker from 'antd/es/date-picker/locale/th_TH';
|
|
5
|
+
import TimePicker from 'antd/es/time-picker/locale/th_TH';
|
|
6
|
+
var typeTemplate = '${label} ไม่ใช่ ${type} ที่ถูกต้อง';
|
|
7
|
+
var localeValues = {
|
|
8
|
+
locale: 'th',
|
|
9
|
+
Pagination: Pagination,
|
|
10
|
+
DatePicker: DatePicker,
|
|
11
|
+
TimePicker: TimePicker,
|
|
12
|
+
Calendar: Calendar,
|
|
13
|
+
global: {
|
|
14
|
+
placeholder: 'กรุณาเลือก'
|
|
15
|
+
},
|
|
16
|
+
Table: {
|
|
17
|
+
filterTitle: 'ตัวกรอง',
|
|
18
|
+
filterConfirm: 'ยืนยัน',
|
|
19
|
+
filterReset: 'รีเซ็ต',
|
|
20
|
+
filterEmptyText: 'ไม่มีตัวกรอง',
|
|
21
|
+
emptyText: 'ไม่มีข้อมูล',
|
|
22
|
+
selectAll: 'เลือกทั้งหมดในหน้านี้',
|
|
23
|
+
selectInvert: 'กลับสถานะการเลือกในหน้านี้',
|
|
24
|
+
selectionAll: 'เลือกข้อมูลทั้งหมด',
|
|
25
|
+
sortTitle: 'เรียง',
|
|
26
|
+
expand: 'แสดงแถวข้อมูล',
|
|
27
|
+
collapse: 'ย่อแถวข้อมูล',
|
|
28
|
+
triggerDesc: 'คลิกเรียงจากมากไปน้อย',
|
|
29
|
+
triggerAsc: 'คลิกเรียงจากน้อยไปมาก',
|
|
30
|
+
cancelSort: 'คลิกเพื่อยกเลิกการเรียง'
|
|
31
|
+
},
|
|
32
|
+
Modal: {
|
|
33
|
+
okText: 'ตกลง',
|
|
34
|
+
cancelText: 'ยกเลิก',
|
|
35
|
+
justOkText: 'ตกลง'
|
|
36
|
+
},
|
|
37
|
+
Popconfirm: {
|
|
38
|
+
okText: 'ตกลง',
|
|
39
|
+
cancelText: 'ยกเลิก'
|
|
40
|
+
},
|
|
41
|
+
Transfer: {
|
|
42
|
+
titles: ['', ''],
|
|
43
|
+
searchPlaceholder: 'ค้นหา',
|
|
44
|
+
itemUnit: 'ชิ้น',
|
|
45
|
+
itemsUnit: 'ชิ้น',
|
|
46
|
+
remove: 'นำออก',
|
|
47
|
+
selectCurrent: 'เลือกทั้งหมดในหน้านี้',
|
|
48
|
+
removeCurrent: 'นำออกทั้งหมดในหน้านี้',
|
|
49
|
+
selectAll: 'เลือกข้อมูลทั้งหมด',
|
|
50
|
+
removeAll: 'นำข้อมูลออกทั้งหมด',
|
|
51
|
+
selectInvert: 'กลับสถานะการเลือกในหน้านี้'
|
|
52
|
+
},
|
|
53
|
+
Upload: {
|
|
54
|
+
uploading: 'กำลังอัปโหลด...',
|
|
55
|
+
removeFile: 'ลบไฟล์',
|
|
56
|
+
uploadError: 'เกิดข้อผิดพลาดในการอัปโหลด',
|
|
57
|
+
previewFile: 'ดูตัวอย่างไฟล์',
|
|
58
|
+
downloadFile: 'ดาวน์โหลดไฟล์'
|
|
59
|
+
},
|
|
60
|
+
Empty: {
|
|
61
|
+
description: 'ไม่มีข้อมูล'
|
|
62
|
+
},
|
|
63
|
+
Icon: {
|
|
64
|
+
icon: 'ไอคอน'
|
|
65
|
+
},
|
|
66
|
+
Text: {
|
|
67
|
+
edit: 'แก้ไข',
|
|
68
|
+
copy: 'คัดลอก',
|
|
69
|
+
copied: 'คัดลอกแล้ว',
|
|
70
|
+
expand: 'ขยาย'
|
|
71
|
+
},
|
|
72
|
+
PageHeader: {
|
|
73
|
+
back: 'ย้อนกลับ'
|
|
74
|
+
},
|
|
75
|
+
Form: {
|
|
76
|
+
optional: '(ไม่จำเป็น)',
|
|
77
|
+
defaultValidateMessages: {
|
|
78
|
+
default: 'ฟิลด์ ${label} ไม่ผ่านเงื่อนไขการตรวจสอบ',
|
|
79
|
+
required: 'กรุณากรอก ${label}',
|
|
80
|
+
enum: '${label} ต้องเป็นค่าใดค่าหนึ่งใน [${enum}]',
|
|
81
|
+
whitespace: '${label} ไม่สามารถเป็นช่องว่างได้',
|
|
82
|
+
date: {
|
|
83
|
+
format: 'รูปแบบวันที่ ${label} ไม่ถูกต้อง',
|
|
84
|
+
parse: '${label} ไม่สามารถแปลงเป็นวันที่ได้',
|
|
85
|
+
invalid: '${label} เป็นวันที่ที่ไม่ถูกต้อง'
|
|
86
|
+
},
|
|
87
|
+
types: {
|
|
88
|
+
string: typeTemplate,
|
|
89
|
+
method: typeTemplate,
|
|
90
|
+
array: typeTemplate,
|
|
91
|
+
object: typeTemplate,
|
|
92
|
+
number: typeTemplate,
|
|
93
|
+
date: typeTemplate,
|
|
94
|
+
boolean: typeTemplate,
|
|
95
|
+
integer: typeTemplate,
|
|
96
|
+
float: typeTemplate,
|
|
97
|
+
regexp: typeTemplate,
|
|
98
|
+
email: typeTemplate,
|
|
99
|
+
url: typeTemplate,
|
|
100
|
+
hex: typeTemplate
|
|
101
|
+
},
|
|
102
|
+
string: {
|
|
103
|
+
len: '${label} ต้องมี ${len} ตัวอักษร',
|
|
104
|
+
min: '${label} ต้องมีอย่างน้อย ${min} ตัวอักษร',
|
|
105
|
+
max: '${label} มีได้สูงสุด ${max} ตัวอักษร',
|
|
106
|
+
range: '${label} ต้องมี ${min}-${max} ตัวอักษร'
|
|
107
|
+
},
|
|
108
|
+
number: {
|
|
109
|
+
len: '${label} ต้องมี ${len} ตัว',
|
|
110
|
+
min: 'ค่าต่ำสุด ${label} คือ ${min}',
|
|
111
|
+
max: 'ค่าสูงสุด ${label} คือ ${max}',
|
|
112
|
+
range: '${label} ต้องมีค่า ${min}-${max}'
|
|
113
|
+
},
|
|
114
|
+
array: {
|
|
115
|
+
len: 'ต้องมี ${len} ${label}',
|
|
116
|
+
min: 'ต้องมีอย่างน้อย ${min} ${label}',
|
|
117
|
+
max: 'มีได้สูงสุด ${max} ${label}',
|
|
118
|
+
range: 'จำนวน ${label} ต้องอยู่ในช่วง ${min}-${max}'
|
|
119
|
+
},
|
|
120
|
+
pattern: {
|
|
121
|
+
mismatch: '${label} ไม่ตรงกับรูปแบบ ${pattern}'
|
|
122
|
+
}
|
|
123
|
+
}
|
|
124
|
+
}
|
|
125
|
+
};
|
|
126
|
+
export default localeValues;
|
|
@@ -0,0 +1,128 @@
|
|
|
1
|
+
/* eslint-disable no-template-curly-in-string */
|
|
2
|
+
import Pagination from 'rc-pagination/lib/locale/tk_TK';
|
|
3
|
+
import Calendar from 'antd/es/calendar/locale/tk_TK';
|
|
4
|
+
import DatePicker from 'antd/es/date-picker/locale/tk_TK';
|
|
5
|
+
import TimePicker from 'antd/es/time-picker/locale/tk_TK';
|
|
6
|
+
var typeTemplate = '${label} ${type} görnüşinde däl';
|
|
7
|
+
var localeValues = {
|
|
8
|
+
locale: 'tk',
|
|
9
|
+
Pagination: Pagination,
|
|
10
|
+
DatePicker: DatePicker,
|
|
11
|
+
TimePicker: TimePicker,
|
|
12
|
+
Calendar: Calendar,
|
|
13
|
+
global: {
|
|
14
|
+
placeholder: 'Saýlaň'
|
|
15
|
+
},
|
|
16
|
+
Table: {
|
|
17
|
+
filterTitle: 'Filter',
|
|
18
|
+
filterConfirm: 'Bolýar',
|
|
19
|
+
filterReset: 'Arassala',
|
|
20
|
+
filterEmptyText: 'Filtersiz',
|
|
21
|
+
emptyText: 'Maglumat ýok',
|
|
22
|
+
selectAll: 'Ählisini saýla',
|
|
23
|
+
selectInvert: 'Tersini saýlaň',
|
|
24
|
+
selectNone: 'Ähli maglumatlary arassala',
|
|
25
|
+
selectionAll: 'Ähli maglumatlary saýla',
|
|
26
|
+
sortTitle: 'Tertiple',
|
|
27
|
+
expand: 'Setirleri aç',
|
|
28
|
+
collapse: 'Setirleri ýygna',
|
|
29
|
+
triggerDesc: 'Kemelýän tertipde tertiple',
|
|
30
|
+
triggerAsc: 'Artýan tertipde tertiple',
|
|
31
|
+
cancelSort: 'Tertipleri arassala'
|
|
32
|
+
},
|
|
33
|
+
Modal: {
|
|
34
|
+
okText: 'Bolýar',
|
|
35
|
+
cancelText: 'Ýatyr',
|
|
36
|
+
justOkText: 'Bolýar'
|
|
37
|
+
},
|
|
38
|
+
Popconfirm: {
|
|
39
|
+
okText: 'Bolýar',
|
|
40
|
+
cancelText: 'Ýatyr'
|
|
41
|
+
},
|
|
42
|
+
Transfer: {
|
|
43
|
+
titles: ['', ''],
|
|
44
|
+
searchPlaceholder: 'Gözle',
|
|
45
|
+
itemUnit: 'elem.',
|
|
46
|
+
itemsUnit: 'elem.',
|
|
47
|
+
remove: 'Poz',
|
|
48
|
+
selectAll: 'Ähli maglumatlary saýla',
|
|
49
|
+
selectCurrent: 'Şu sahypany saýlaň',
|
|
50
|
+
selectInvert: 'Ters tertipde görkez',
|
|
51
|
+
removeAll: 'Ähli maglumatlary poz',
|
|
52
|
+
removeCurrent: 'Şu sahypany poz'
|
|
53
|
+
},
|
|
54
|
+
Upload: {
|
|
55
|
+
uploading: 'Ugradylýar...',
|
|
56
|
+
removeFile: 'Faýly poz',
|
|
57
|
+
uploadError: 'Ugratmakda näsazlyk ýüze çykdy',
|
|
58
|
+
previewFile: 'Faýly görmek',
|
|
59
|
+
downloadFile: 'Faýly ýükle'
|
|
60
|
+
},
|
|
61
|
+
Empty: {
|
|
62
|
+
description: 'Maglumat ýok'
|
|
63
|
+
},
|
|
64
|
+
Icon: {
|
|
65
|
+
icon: 'nyşan'
|
|
66
|
+
},
|
|
67
|
+
Text: {
|
|
68
|
+
edit: 'Üýtgetmek',
|
|
69
|
+
copy: 'Göçürmek',
|
|
70
|
+
copied: 'Göçürildi',
|
|
71
|
+
expand: 'Ýygnamak'
|
|
72
|
+
},
|
|
73
|
+
PageHeader: {
|
|
74
|
+
back: 'Yza'
|
|
75
|
+
},
|
|
76
|
+
Form: {
|
|
77
|
+
defaultValidateMessages: {
|
|
78
|
+
default: '${label} meýdany barlanmady',
|
|
79
|
+
required: '${label} meýdany giriziň',
|
|
80
|
+
enum: '${label} meýdan şulardan biri bolmaly: [${enum}]',
|
|
81
|
+
whitespace: '${label} meýdany boş bolup bilmeýär',
|
|
82
|
+
date: {
|
|
83
|
+
format: '${label} ýalňyş wagt formaty',
|
|
84
|
+
parse: '${label} meýdany wagta çalşyp bolmady',
|
|
85
|
+
invalid: '${label} meýdany nädogry wagt'
|
|
86
|
+
},
|
|
87
|
+
types: {
|
|
88
|
+
string: typeTemplate,
|
|
89
|
+
method: typeTemplate,
|
|
90
|
+
array: typeTemplate,
|
|
91
|
+
object: typeTemplate,
|
|
92
|
+
number: typeTemplate,
|
|
93
|
+
date: typeTemplate,
|
|
94
|
+
boolean: typeTemplate,
|
|
95
|
+
integer: typeTemplate,
|
|
96
|
+
float: typeTemplate,
|
|
97
|
+
regexp: typeTemplate,
|
|
98
|
+
email: typeTemplate,
|
|
99
|
+
url: typeTemplate,
|
|
100
|
+
hex: typeTemplate
|
|
101
|
+
},
|
|
102
|
+
string: {
|
|
103
|
+
len: '${label} meýdany ${len} simwol bolmaly',
|
|
104
|
+
min: '${label} meýdany ${min} simwoldan az bolmaly däl',
|
|
105
|
+
max: '${label} meýdany ${max} simwoldan köp bolmaly däl',
|
|
106
|
+
range: '${label} meýdany ${min}-${max} simwol aralygynda bolmaly'
|
|
107
|
+
},
|
|
108
|
+
number: {
|
|
109
|
+
len: '${label} meýdan ${len} simwol bolmaly',
|
|
110
|
+
min: '${label} meýdany ${min} simwoldan az bolmaly däl',
|
|
111
|
+
max: '${label} meýdany ${max} simwoldan köp bolmaly däl'
|
|
112
|
+
},
|
|
113
|
+
array: {
|
|
114
|
+
len: '${label} meýdanynyň elementleriniň sany ${len} deň bolmaly',
|
|
115
|
+
min: '${label} meýdanynyň elementleriniň sany ${min} az bolmaly däl',
|
|
116
|
+
max: '${label} meýdanynyň elementleriniň sany ${max} köp bolmaly däl',
|
|
117
|
+
range: '${label} meýdanynyň elementleriniň sany ${min} we ${max} aralykda bolmaly'
|
|
118
|
+
},
|
|
119
|
+
pattern: {
|
|
120
|
+
mismatch: '${label} meýdany ${pattern} şablony bilen gabat gelmeýär'
|
|
121
|
+
}
|
|
122
|
+
}
|
|
123
|
+
},
|
|
124
|
+
Image: {
|
|
125
|
+
preview: 'Öňünden görmek'
|
|
126
|
+
}
|
|
127
|
+
};
|
|
128
|
+
export default localeValues;
|
|
@@ -0,0 +1,128 @@
|
|
|
1
|
+
/* eslint-disable no-template-curly-in-string */
|
|
2
|
+
import Pagination from 'rc-pagination/lib/locale/tr_TR';
|
|
3
|
+
import Calendar from 'antd/es/calendar/locale/tr_TR';
|
|
4
|
+
import DatePicker from 'antd/es/date-picker/locale/tr_TR';
|
|
5
|
+
import TimePicker from 'antd/es/time-picker/locale/tr_TR';
|
|
6
|
+
var typeTemplate = '${label} geçerli bir ${type} değil';
|
|
7
|
+
var localeValues = {
|
|
8
|
+
locale: 'tr',
|
|
9
|
+
Pagination: Pagination,
|
|
10
|
+
DatePicker: DatePicker,
|
|
11
|
+
TimePicker: TimePicker,
|
|
12
|
+
Calendar: Calendar,
|
|
13
|
+
global: {
|
|
14
|
+
placeholder: 'Lütfen seçiniz'
|
|
15
|
+
},
|
|
16
|
+
Table: {
|
|
17
|
+
filterTitle: 'Filtre menüsü',
|
|
18
|
+
filterConfirm: 'Tamam',
|
|
19
|
+
filterReset: 'Sıfırla',
|
|
20
|
+
filterEmptyText: 'Filtre yok',
|
|
21
|
+
selectAll: 'Tüm sayfayı seç',
|
|
22
|
+
selectInvert: 'Tersini seç',
|
|
23
|
+
selectionAll: 'Tümünü seç',
|
|
24
|
+
sortTitle: 'Sırala',
|
|
25
|
+
expand: 'Satırı genişlet',
|
|
26
|
+
collapse: 'Satırı daralt',
|
|
27
|
+
triggerDesc: 'Azalan düzende sırala',
|
|
28
|
+
triggerAsc: 'Artan düzende sırala',
|
|
29
|
+
cancelSort: 'Sıralamayı kaldır'
|
|
30
|
+
},
|
|
31
|
+
Modal: {
|
|
32
|
+
okText: 'Tamam',
|
|
33
|
+
cancelText: 'İptal',
|
|
34
|
+
justOkText: 'Tamam'
|
|
35
|
+
},
|
|
36
|
+
Popconfirm: {
|
|
37
|
+
okText: 'Tamam',
|
|
38
|
+
cancelText: 'İptal'
|
|
39
|
+
},
|
|
40
|
+
Transfer: {
|
|
41
|
+
titles: ['', ''],
|
|
42
|
+
searchPlaceholder: 'Arama',
|
|
43
|
+
itemUnit: 'Öğe',
|
|
44
|
+
itemsUnit: 'Öğeler',
|
|
45
|
+
remove: 'Kaldır',
|
|
46
|
+
selectCurrent: 'Tüm sayfayı seç',
|
|
47
|
+
removeCurrent: 'Sayfayı kaldır',
|
|
48
|
+
selectAll: 'Tümünü seç',
|
|
49
|
+
removeAll: 'Tümünü kaldır',
|
|
50
|
+
selectInvert: 'Tersini seç'
|
|
51
|
+
},
|
|
52
|
+
Upload: {
|
|
53
|
+
uploading: 'Yükleniyor...',
|
|
54
|
+
removeFile: 'Dosyayı kaldır',
|
|
55
|
+
uploadError: 'Yükleme hatası',
|
|
56
|
+
previewFile: 'Dosyayı önizle',
|
|
57
|
+
downloadFile: 'Dosyayı indir'
|
|
58
|
+
},
|
|
59
|
+
Empty: {
|
|
60
|
+
description: 'Veri Yok'
|
|
61
|
+
},
|
|
62
|
+
Icon: {
|
|
63
|
+
icon: 'ikon'
|
|
64
|
+
},
|
|
65
|
+
Text: {
|
|
66
|
+
edit: 'Düzenle',
|
|
67
|
+
copy: 'Kopyala',
|
|
68
|
+
copied: 'Kopyalandı',
|
|
69
|
+
expand: 'Genişlet'
|
|
70
|
+
},
|
|
71
|
+
PageHeader: {
|
|
72
|
+
back: 'Geri'
|
|
73
|
+
},
|
|
74
|
+
Form: {
|
|
75
|
+
optional: '(opsiyonel)',
|
|
76
|
+
defaultValidateMessages: {
|
|
77
|
+
default: 'Alan doğrulama hatası ${label}',
|
|
78
|
+
required: '${label} gerekli bir alan',
|
|
79
|
+
enum: '${label} şunlardan biri olmalı: [${enum}]',
|
|
80
|
+
whitespace: '${label} sadece boşluk olamaz',
|
|
81
|
+
date: {
|
|
82
|
+
format: '${label} tarih biçimi geçersiz',
|
|
83
|
+
parse: '${label} bir tarihe dönüştürülemedi',
|
|
84
|
+
invalid: '${label} geçersiz bir tarih'
|
|
85
|
+
},
|
|
86
|
+
types: {
|
|
87
|
+
string: typeTemplate,
|
|
88
|
+
method: typeTemplate,
|
|
89
|
+
array: typeTemplate,
|
|
90
|
+
object: typeTemplate,
|
|
91
|
+
number: typeTemplate,
|
|
92
|
+
date: typeTemplate,
|
|
93
|
+
boolean: typeTemplate,
|
|
94
|
+
integer: typeTemplate,
|
|
95
|
+
float: typeTemplate,
|
|
96
|
+
regexp: typeTemplate,
|
|
97
|
+
email: typeTemplate,
|
|
98
|
+
url: typeTemplate,
|
|
99
|
+
hex: typeTemplate
|
|
100
|
+
},
|
|
101
|
+
string: {
|
|
102
|
+
len: '${label} ${len} karakter olmalı',
|
|
103
|
+
min: '${label} en az ${min} karakter olmalı',
|
|
104
|
+
max: '${label} en çok ${max} karakter olmalı',
|
|
105
|
+
range: '${label} ${min}-${max} karakter arası olmalı'
|
|
106
|
+
},
|
|
107
|
+
number: {
|
|
108
|
+
len: '${label} ${len} olmalı',
|
|
109
|
+
min: '${label} en az ${min} olmalı',
|
|
110
|
+
max: '${label} en çok ${max} olmalı',
|
|
111
|
+
range: '${label} ${min}-${max} arası olmalı'
|
|
112
|
+
},
|
|
113
|
+
array: {
|
|
114
|
+
len: '${label} sayısı ${len} olmalı',
|
|
115
|
+
min: '${label} sayısı en az ${min} olmalı',
|
|
116
|
+
max: '${label} sayısı en çok ${max} olmalı',
|
|
117
|
+
range: '${label} sayısı ${min}-${max} arası olmalı'
|
|
118
|
+
},
|
|
119
|
+
pattern: {
|
|
120
|
+
mismatch: '${label} şu kalıpla eşleşmeli: ${pattern}'
|
|
121
|
+
}
|
|
122
|
+
}
|
|
123
|
+
},
|
|
124
|
+
Image: {
|
|
125
|
+
preview: 'Önizleme'
|
|
126
|
+
}
|
|
127
|
+
};
|
|
128
|
+
export default localeValues;
|