bkui-vue 0.0.2-beta.106 → 0.0.2-beta.107
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs.js +43 -43
- package/dist/index.esm.js +5707 -5667
- package/dist/index.umd.js +42 -42
- package/dist/locale/en.esm.js +1 -1
- package/dist/locale/en.esm.js.map +1 -1
- package/dist/locale/en.umd.js +1 -1
- package/dist/locale/en.umd.js.map +1 -1
- package/dist/locale/zh-cn.esm.js +1 -1
- package/dist/locale/zh-cn.esm.js.map +1 -1
- package/dist/locale/zh-cn.umd.js +1 -1
- package/dist/locale/zh-cn.umd.js.map +1 -1
- package/lib/config-provider/config-provider.d.ts +3 -0
- package/lib/config-provider/index.d.ts +4 -0
- package/lib/config-provider/token.d.ts +1 -0
- package/lib/locale/index.js +4 -2
- package/lib/locale/lang/en.d.ts +1 -0
- package/lib/preset.d.ts +2 -0
- package/lib/select/index.d.ts +59 -3
- package/lib/select/index.js +85 -13
- package/lib/select/option.d.ts +1 -0
- package/lib/select/select.d.ts +25 -1
- package/lib/select/type.d.ts +3 -0
- package/package.json +1 -1
package/dist/locale/en.esm.js
CHANGED
@@ -1,2 +1,2 @@
|
|
1
|
-
const t={lang:"en",steps:{step1:"step1",step2:"step2",step3:"step3"},datePicker:{selectDate:"Select Date",selectTime:"Select Time",clear:"Clear",ok:"OK",weekdays:{sun:"Sun",mon:"Mon",tue:"Tue",wed:"Wed",thu:"Thu",fri:"Fri",sat:"Sat"},hour:"Hour",min:"Minute",sec:"Second",toNow:"Now"},dialog:{ok:"OK",cancel:"Cancel",prev:"prev",next:"next"},popConfirm:{ok:"OK",cancel:"Cancel"},form:{notBeEmpty:"cannot be empty",incorrectFormat:"incorrect format",max:"maximum value",min:"minimum value",maxLen:"maximum length",verifyError:"verify error"},pagination:{eachPage:"Each Page",strip:"",total:"Total"},process:{step1:"step1",step2:"step2",step3:"step3",step4:"step4"},searchSelect:{pleaseSelect:"Please Select",loading:"Loading...",filterQueryMustHasValue:"Filter query containing key value must have value",ok:"OK",cancel:"Cancel",or:"Or",and:"And",logical:"Logical:"},select:{noData:"No data",noMatchedData:"No matched data",loading:"Loading...",pleaseSelect:"Please select",enterKeywords:"Please enter keywords",all:"All"},table:{emptyText:"No Data",confirm:"Confirm",reset:"Reset",setting:{title:"Table Settings",fields:{title:"Displaying Fields Setting",subtitle:e=>`\uFF08${e} fields most\uFF09`,selectAll:"All"},lineHeight:{title:"Table Line Height",small:"small",medium:"medium",large:"large"},options:{ok:"OK",cancel:"Cancel"}}},transfer:{sourceList:"Source List",targetList:"Target List",removeAll:"Remove All",selectAll:"Select All",noData:"No Data",noSelected:"No Selected",search:"Search"},upload:{uploadSuccess:"Upload Success",uploadFailed:"Upload Failed",drapFileOr:"Drag files here or ",clickUpload:"Click Upload",uploadLabel:"Upload Files"},input:{placeholder:"Please input"},tagInput:{placeholder:"Please input and press ENTER to finish"},message:{assistant:"Assistant",details:"Details",copySuccess:"Successfully",copyFailed:"Copy Failed"}};export{t as default};
|
1
|
+
const t={lang:"en",steps:{step1:"step1",step2:"step2",step3:"step3"},datePicker:{selectDate:"Select Date",selectTime:"Select Time",clear:"Clear",ok:"OK",weekdays:{sun:"Sun",mon:"Mon",tue:"Tue",wed:"Wed",thu:"Thu",fri:"Fri",sat:"Sat"},hour:"Hour",min:"Minute",sec:"Second",toNow:"Now"},dialog:{ok:"OK",cancel:"Cancel",prev:"prev",next:"next"},popConfirm:{ok:"OK",cancel:"Cancel"},form:{notBeEmpty:"cannot be empty",incorrectFormat:"incorrect format",max:"maximum value",min:"minimum value",maxLen:"maximum length",verifyError:"verify error"},pagination:{eachPage:"Each Page",strip:"",total:"Total"},process:{step1:"step1",step2:"step2",step3:"step3",step4:"step4"},searchSelect:{pleaseSelect:"Please Select",loading:"Loading...",filterQueryMustHasValue:"Filter query containing key value must have value",ok:"OK",cancel:"Cancel",or:"Or",and:"And",logical:"Logical:"},select:{noData:"No data",noMatchedData:"No matched data",loading:"Loading...",pleaseSelect:"Please select",enterKeywords:"Please enter keywords",all:"All",selectAll:"Select all"},table:{emptyText:"No Data",confirm:"Confirm",reset:"Reset",setting:{title:"Table Settings",fields:{title:"Displaying Fields Setting",subtitle:e=>`\uFF08${e} fields most\uFF09`,selectAll:"All"},lineHeight:{title:"Table Line Height",small:"small",medium:"medium",large:"large"},options:{ok:"OK",cancel:"Cancel"}}},transfer:{sourceList:"Source List",targetList:"Target List",removeAll:"Remove All",selectAll:"Select All",noData:"No Data",noSelected:"No Selected",search:"Search"},upload:{uploadSuccess:"Upload Success",uploadFailed:"Upload Failed",drapFileOr:"Drag files here or ",clickUpload:"Click Upload",uploadLabel:"Upload Files"},input:{placeholder:"Please input"},tagInput:{placeholder:"Please input and press ENTER to finish"},message:{assistant:"Assistant",details:"Details",copySuccess:"Successfully",copyFailed:"Copy Failed"}};export{t as default};
|
2
2
|
//# sourceMappingURL=en.esm.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"en.esm.js","sources":["../../packages/locale/src/lang/en.ts"],"sourcesContent":["/*\n * Tencent is pleased to support the open source community by making\n * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.\n *\n * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.\n *\n * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.\n *\n * License for 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition):\n *\n * ---------------------------------------------------\n * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated\n * documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and\n * to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in all copies or substantial portions of\n * the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO\n * THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF\n * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS\n * IN THE SOFTWARE.\n */\n\nconst en = {\n lang: 'en',\n steps: {\n step1: 'step1',\n step2: 'step2',\n step3: 'step3',\n },\n datePicker: {\n selectDate: 'Select Date',\n selectTime: 'Select Time',\n clear: 'Clear',\n ok: 'OK',\n weekdays: {\n sun: 'Sun',\n mon: 'Mon',\n tue: 'Tue',\n wed: 'Wed',\n thu: 'Thu',\n fri: 'Fri',\n sat: 'Sat',\n },\n hour: 'Hour',\n min: 'Minute',\n sec: 'Second',\n toNow: 'Now',\n // now: 'Now',\n },\n dialog: {\n ok: 'OK',\n cancel: 'Cancel',\n prev: 'prev',\n next: 'next',\n },\n popConfirm: {\n ok: 'OK',\n cancel: 'Cancel',\n },\n form: {\n notBeEmpty: 'cannot be empty',\n incorrectFormat: 'incorrect format',\n max: 'maximum value',\n min: 'minimum value',\n maxLen: 'maximum length',\n verifyError: 'verify error',\n },\n pagination: {\n eachPage: 'Each Page',\n strip: '',\n total: 'Total',\n },\n process: {\n step1: 'step1',\n step2: 'step2',\n step3: 'step3',\n step4: 'step4',\n },\n searchSelect: {\n pleaseSelect: 'Please Select',\n loading: 'Loading...',\n filterQueryMustHasValue: 'Filter query containing key value must have value',\n ok: 'OK',\n cancel: 'Cancel',\n or: 'Or',\n and: 'And',\n logical: 'Logical:',\n },\n select: {\n noData: 'No data',\n noMatchedData: 'No matched data',\n loading: 'Loading...',\n pleaseSelect: 'Please select',\n enterKeywords: 'Please enter keywords',\n all: 'All',\n },\n table: {\n emptyText: 'No Data',\n confirm: 'Confirm',\n reset: 'Reset',\n setting: {\n title: 'Table Settings',\n fields: {\n title: 'Displaying Fields Setting',\n subtitle: (max: number) => `(${max} fields most)`,\n selectAll: 'All',\n },\n lineHeight: {\n title: 'Table Line Height',\n small: 'small',\n medium: 'medium',\n large: 'large',\n },\n options: {\n ok: 'OK',\n cancel: 'Cancel',\n },\n },\n },\n transfer: {\n sourceList: 'Source List',\n targetList: 'Target List',\n removeAll: 'Remove All',\n selectAll: 'Select All',\n noData: 'No Data',\n noSelected: 'No Selected',\n search: 'Search',\n },\n upload: {\n uploadSuccess: 'Upload Success',\n uploadFailed: 'Upload Failed',\n drapFileOr: 'Drag files here or ',\n clickUpload: 'Click Upload',\n uploadLabel: 'Upload Files',\n },\n input: {\n placeholder: 'Please input',\n },\n tagInput: {\n placeholder: 'Please input and press ENTER to finish',\n },\n message: {\n assistant: 'Assistant',\n details: 'Details',\n copySuccess: 'Successfully',\n copyFailed: 'Copy Failed',\n },\n // exception: {\n // 403: 'Forbidden',\n // 404: 'Not Found',\n // 500: 'Internal Server Error',\n // building: 'Building',\n // empty: 'No Data',\n // searchEmpty: 'Search Is Empty',\n // login: 'Please log in to Blueking',\n // },\n // imageViewer: {\n // loadFailed: 'Picture failed to load.',\n // quitTips: 'ESC Can Exit fullscreen',\n // },\n // notify: {\n // showMore: 'Show more',\n // },\n // sideslider: {\n // title: 'Title',\n // },\n // tree: {\n // emptyText: 'No Data',\n // },\n // navigation: {\n // headerTitle: 'Program name',\n // },\n // bigTree: {\n // emptyText: 'No Data',\n // },\n // message: {\n // copy: 'copy',\n // copied: 'copied',\n // },\n // image: {\n // zoomIn: 'zoom in',\n // zoomOut: 'zoom out',\n // rotateLeft: 'anticlockwise',\n // rotateRight: 'clockwise rotation',\n // fullScreen: 'full screen',\n // original: 'original size',\n // prev: 'prev',\n // next: 'next',\n // },\n // versionDetail: {\n // currentTagText: 'Current',\n // },\n};\n\nexport type Language = typeof en;\n\nexport default en;\n"],"names":["en","max"],"mappings":"AA0BMA,MAAAA,EAAK,CACT,KAAM,KACN,MAAO,CACL,MAAO,QACP,MAAO,QACP,MAAO,OACT,EACA,WAAY,CACV,WAAY,cACZ,WAAY,cACZ,MAAO,QACP,GAAI,KACJ,SAAU,CACR,IAAK,MACL,IAAK,MACL,IAAK,MACL,IAAK,MACL,IAAK,MACL,IAAK,MACL,IAAK,KACP,EACA,KAAM,OACN,IAAK,SACL,IAAK,SACL,MAAO,KAET,EACA,OAAQ,CACN,GAAI,KACJ,OAAQ,SACR,KAAM,OACN,KAAM,MACR,EACA,WAAY,CACV,GAAI,KACJ,OAAQ,QACV,EACA,KAAM,CACJ,WAAY,kBACZ,gBAAiB,mBACjB,IAAK,gBACL,IAAK,gBACL,OAAQ,iBACR,YAAa,cACf,EACA,WAAY,CACV,SAAU,YACV,MAAO,GACP,MAAO,OACT,EACA,QAAS,CACP,MAAO,QACP,MAAO,QACP,MAAO,QACP,MAAO,OACT,EACA,aAAc,CACZ,aAAc,gBACd,QAAS,aACT,wBAAyB,oDACzB,GAAI,KACJ,OAAQ,SACR,GAAI,KACJ,IAAK,MACL,QAAS,UACX,EACA,OAAQ,CACN,OAAQ,UACR,cAAe,kBACf,QAAS,aACT,aAAc,gBACd,cAAe,wBACf,IAAK,
|
1
|
+
{"version":3,"file":"en.esm.js","sources":["../../packages/locale/src/lang/en.ts"],"sourcesContent":["/*\n * Tencent is pleased to support the open source community by making\n * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.\n *\n * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.\n *\n * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.\n *\n * License for 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition):\n *\n * ---------------------------------------------------\n * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated\n * documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and\n * to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in all copies or substantial portions of\n * the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO\n * THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF\n * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS\n * IN THE SOFTWARE.\n */\n\nconst en = {\n lang: 'en',\n steps: {\n step1: 'step1',\n step2: 'step2',\n step3: 'step3',\n },\n datePicker: {\n selectDate: 'Select Date',\n selectTime: 'Select Time',\n clear: 'Clear',\n ok: 'OK',\n weekdays: {\n sun: 'Sun',\n mon: 'Mon',\n tue: 'Tue',\n wed: 'Wed',\n thu: 'Thu',\n fri: 'Fri',\n sat: 'Sat',\n },\n hour: 'Hour',\n min: 'Minute',\n sec: 'Second',\n toNow: 'Now',\n // now: 'Now',\n },\n dialog: {\n ok: 'OK',\n cancel: 'Cancel',\n prev: 'prev',\n next: 'next',\n },\n popConfirm: {\n ok: 'OK',\n cancel: 'Cancel',\n },\n form: {\n notBeEmpty: 'cannot be empty',\n incorrectFormat: 'incorrect format',\n max: 'maximum value',\n min: 'minimum value',\n maxLen: 'maximum length',\n verifyError: 'verify error',\n },\n pagination: {\n eachPage: 'Each Page',\n strip: '',\n total: 'Total',\n },\n process: {\n step1: 'step1',\n step2: 'step2',\n step3: 'step3',\n step4: 'step4',\n },\n searchSelect: {\n pleaseSelect: 'Please Select',\n loading: 'Loading...',\n filterQueryMustHasValue: 'Filter query containing key value must have value',\n ok: 'OK',\n cancel: 'Cancel',\n or: 'Or',\n and: 'And',\n logical: 'Logical:',\n },\n select: {\n noData: 'No data',\n noMatchedData: 'No matched data',\n loading: 'Loading...',\n pleaseSelect: 'Please select',\n enterKeywords: 'Please enter keywords',\n all: 'All',\n selectAll: 'Select all',\n },\n table: {\n emptyText: 'No Data',\n confirm: 'Confirm',\n reset: 'Reset',\n setting: {\n title: 'Table Settings',\n fields: {\n title: 'Displaying Fields Setting',\n subtitle: (max: number) => `(${max} fields most)`,\n selectAll: 'All',\n },\n lineHeight: {\n title: 'Table Line Height',\n small: 'small',\n medium: 'medium',\n large: 'large',\n },\n options: {\n ok: 'OK',\n cancel: 'Cancel',\n },\n },\n },\n transfer: {\n sourceList: 'Source List',\n targetList: 'Target List',\n removeAll: 'Remove All',\n selectAll: 'Select All',\n noData: 'No Data',\n noSelected: 'No Selected',\n search: 'Search',\n },\n upload: {\n uploadSuccess: 'Upload Success',\n uploadFailed: 'Upload Failed',\n drapFileOr: 'Drag files here or ',\n clickUpload: 'Click Upload',\n uploadLabel: 'Upload Files',\n },\n input: {\n placeholder: 'Please input',\n },\n tagInput: {\n placeholder: 'Please input and press ENTER to finish',\n },\n message: {\n assistant: 'Assistant',\n details: 'Details',\n copySuccess: 'Successfully',\n copyFailed: 'Copy Failed',\n },\n // exception: {\n // 403: 'Forbidden',\n // 404: 'Not Found',\n // 500: 'Internal Server Error',\n // building: 'Building',\n // empty: 'No Data',\n // searchEmpty: 'Search Is Empty',\n // login: 'Please log in to Blueking',\n // },\n // imageViewer: {\n // loadFailed: 'Picture failed to load.',\n // quitTips: 'ESC Can Exit fullscreen',\n // },\n // notify: {\n // showMore: 'Show more',\n // },\n // sideslider: {\n // title: 'Title',\n // },\n // tree: {\n // emptyText: 'No Data',\n // },\n // navigation: {\n // headerTitle: 'Program name',\n // },\n // bigTree: {\n // emptyText: 'No Data',\n // },\n // message: {\n // copy: 'copy',\n // copied: 'copied',\n // },\n // image: {\n // zoomIn: 'zoom in',\n // zoomOut: 'zoom out',\n // rotateLeft: 'anticlockwise',\n // rotateRight: 'clockwise rotation',\n // fullScreen: 'full screen',\n // original: 'original size',\n // prev: 'prev',\n // next: 'next',\n // },\n // versionDetail: {\n // currentTagText: 'Current',\n // },\n};\n\nexport type Language = typeof en;\n\nexport default en;\n"],"names":["en","max"],"mappings":"AA0BMA,MAAAA,EAAK,CACT,KAAM,KACN,MAAO,CACL,MAAO,QACP,MAAO,QACP,MAAO,OACT,EACA,WAAY,CACV,WAAY,cACZ,WAAY,cACZ,MAAO,QACP,GAAI,KACJ,SAAU,CACR,IAAK,MACL,IAAK,MACL,IAAK,MACL,IAAK,MACL,IAAK,MACL,IAAK,MACL,IAAK,KACP,EACA,KAAM,OACN,IAAK,SACL,IAAK,SACL,MAAO,KAET,EACA,OAAQ,CACN,GAAI,KACJ,OAAQ,SACR,KAAM,OACN,KAAM,MACR,EACA,WAAY,CACV,GAAI,KACJ,OAAQ,QACV,EACA,KAAM,CACJ,WAAY,kBACZ,gBAAiB,mBACjB,IAAK,gBACL,IAAK,gBACL,OAAQ,iBACR,YAAa,cACf,EACA,WAAY,CACV,SAAU,YACV,MAAO,GACP,MAAO,OACT,EACA,QAAS,CACP,MAAO,QACP,MAAO,QACP,MAAO,QACP,MAAO,OACT,EACA,aAAc,CACZ,aAAc,gBACd,QAAS,aACT,wBAAyB,oDACzB,GAAI,KACJ,OAAQ,SACR,GAAI,KACJ,IAAK,MACL,QAAS,UACX,EACA,OAAQ,CACN,OAAQ,UACR,cAAe,kBACf,QAAS,aACT,aAAc,gBACd,cAAe,wBACf,IAAK,MACL,UAAW,YACb,EACA,MAAO,CACL,UAAW,UACX,QAAS,UACT,MAAO,QACP,QAAS,CACP,MAAO,iBACP,OAAQ,CACN,MAAO,4BACP,SAAWC,GAAgB,SAAIA,sBAC/B,UAAW,KACb,EACA,WAAY,CACV,MAAO,oBACP,MAAO,QACP,OAAQ,SACR,MAAO,OACT,EACA,QAAS,CACP,GAAI,KACJ,OAAQ,QACV,CACF,CACF,EACA,SAAU,CACR,WAAY,cACZ,WAAY,cACZ,UAAW,aACX,UAAW,aACX,OAAQ,UACR,WAAY,cACZ,OAAQ,QACV,EACA,OAAQ,CACN,cAAe,iBACf,aAAc,gBACd,WAAY,sBACZ,YAAa,eACb,YAAa,cACf,EACA,MAAO,CACL,YAAa,cACf,EACA,SAAU,CACR,YAAa,wCACf,EACA,QAAS,CACP,UAAW,YACX,QAAS,UACT,YAAa,eACb,WAAY,aACd,CA8CF"}
|
package/dist/locale/en.umd.js
CHANGED
@@ -1,2 +1,2 @@
|
|
1
|
-
(function(t,e){typeof exports=="object"&&typeof module!="undefined"?module.exports=e():typeof define=="function"&&define.amd?define(e):(t=typeof globalThis!="undefined"?globalThis:t||self,t.bkuiVueLocaleen=e())})(this,function(){"use strict";return{lang:"en",steps:{step1:"step1",step2:"step2",step3:"step3"},datePicker:{selectDate:"Select Date",selectTime:"Select Time",clear:"Clear",ok:"OK",weekdays:{sun:"Sun",mon:"Mon",tue:"Tue",wed:"Wed",thu:"Thu",fri:"Fri",sat:"Sat"},hour:"Hour",min:"Minute",sec:"Second",toNow:"Now"},dialog:{ok:"OK",cancel:"Cancel",prev:"prev",next:"next"},popConfirm:{ok:"OK",cancel:"Cancel"},form:{notBeEmpty:"cannot be empty",incorrectFormat:"incorrect format",max:"maximum value",min:"minimum value",maxLen:"maximum length",verifyError:"verify error"},pagination:{eachPage:"Each Page",strip:"",total:"Total"},process:{step1:"step1",step2:"step2",step3:"step3",step4:"step4"},searchSelect:{pleaseSelect:"Please Select",loading:"Loading...",filterQueryMustHasValue:"Filter query containing key value must have value",ok:"OK",cancel:"Cancel",or:"Or",and:"And",logical:"Logical:"},select:{noData:"No data",noMatchedData:"No matched data",loading:"Loading...",pleaseSelect:"Please select",enterKeywords:"Please enter keywords",all:"All"},table:{emptyText:"No Data",confirm:"Confirm",reset:"Reset",setting:{title:"Table Settings",fields:{title:"Displaying Fields Setting",subtitle:e=>`\uFF08${e} fields most\uFF09`,selectAll:"All"},lineHeight:{title:"Table Line Height",small:"small",medium:"medium",large:"large"},options:{ok:"OK",cancel:"Cancel"}}},transfer:{sourceList:"Source List",targetList:"Target List",removeAll:"Remove All",selectAll:"Select All",noData:"No Data",noSelected:"No Selected",search:"Search"},upload:{uploadSuccess:"Upload Success",uploadFailed:"Upload Failed",drapFileOr:"Drag files here or ",clickUpload:"Click Upload",uploadLabel:"Upload Files"},input:{placeholder:"Please input"},tagInput:{placeholder:"Please input and press ENTER to finish"},message:{assistant:"Assistant",details:"Details",copySuccess:"Successfully",copyFailed:"Copy Failed"}}});
|
1
|
+
(function(t,e){typeof exports=="object"&&typeof module!="undefined"?module.exports=e():typeof define=="function"&&define.amd?define(e):(t=typeof globalThis!="undefined"?globalThis:t||self,t.bkuiVueLocaleen=e())})(this,function(){"use strict";return{lang:"en",steps:{step1:"step1",step2:"step2",step3:"step3"},datePicker:{selectDate:"Select Date",selectTime:"Select Time",clear:"Clear",ok:"OK",weekdays:{sun:"Sun",mon:"Mon",tue:"Tue",wed:"Wed",thu:"Thu",fri:"Fri",sat:"Sat"},hour:"Hour",min:"Minute",sec:"Second",toNow:"Now"},dialog:{ok:"OK",cancel:"Cancel",prev:"prev",next:"next"},popConfirm:{ok:"OK",cancel:"Cancel"},form:{notBeEmpty:"cannot be empty",incorrectFormat:"incorrect format",max:"maximum value",min:"minimum value",maxLen:"maximum length",verifyError:"verify error"},pagination:{eachPage:"Each Page",strip:"",total:"Total"},process:{step1:"step1",step2:"step2",step3:"step3",step4:"step4"},searchSelect:{pleaseSelect:"Please Select",loading:"Loading...",filterQueryMustHasValue:"Filter query containing key value must have value",ok:"OK",cancel:"Cancel",or:"Or",and:"And",logical:"Logical:"},select:{noData:"No data",noMatchedData:"No matched data",loading:"Loading...",pleaseSelect:"Please select",enterKeywords:"Please enter keywords",all:"All",selectAll:"Select all"},table:{emptyText:"No Data",confirm:"Confirm",reset:"Reset",setting:{title:"Table Settings",fields:{title:"Displaying Fields Setting",subtitle:e=>`\uFF08${e} fields most\uFF09`,selectAll:"All"},lineHeight:{title:"Table Line Height",small:"small",medium:"medium",large:"large"},options:{ok:"OK",cancel:"Cancel"}}},transfer:{sourceList:"Source List",targetList:"Target List",removeAll:"Remove All",selectAll:"Select All",noData:"No Data",noSelected:"No Selected",search:"Search"},upload:{uploadSuccess:"Upload Success",uploadFailed:"Upload Failed",drapFileOr:"Drag files here or ",clickUpload:"Click Upload",uploadLabel:"Upload Files"},input:{placeholder:"Please input"},tagInput:{placeholder:"Please input and press ENTER to finish"},message:{assistant:"Assistant",details:"Details",copySuccess:"Successfully",copyFailed:"Copy Failed"}}});
|
2
2
|
//# sourceMappingURL=en.umd.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"en.umd.js","sources":["../../packages/locale/src/lang/en.ts"],"sourcesContent":["/*\n * Tencent is pleased to support the open source community by making\n * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.\n *\n * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.\n *\n * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.\n *\n * License for 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition):\n *\n * ---------------------------------------------------\n * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated\n * documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and\n * to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in all copies or substantial portions of\n * the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO\n * THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF\n * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS\n * IN THE SOFTWARE.\n */\n\nconst en = {\n lang: 'en',\n steps: {\n step1: 'step1',\n step2: 'step2',\n step3: 'step3',\n },\n datePicker: {\n selectDate: 'Select Date',\n selectTime: 'Select Time',\n clear: 'Clear',\n ok: 'OK',\n weekdays: {\n sun: 'Sun',\n mon: 'Mon',\n tue: 'Tue',\n wed: 'Wed',\n thu: 'Thu',\n fri: 'Fri',\n sat: 'Sat',\n },\n hour: 'Hour',\n min: 'Minute',\n sec: 'Second',\n toNow: 'Now',\n // now: 'Now',\n },\n dialog: {\n ok: 'OK',\n cancel: 'Cancel',\n prev: 'prev',\n next: 'next',\n },\n popConfirm: {\n ok: 'OK',\n cancel: 'Cancel',\n },\n form: {\n notBeEmpty: 'cannot be empty',\n incorrectFormat: 'incorrect format',\n max: 'maximum value',\n min: 'minimum value',\n maxLen: 'maximum length',\n verifyError: 'verify error',\n },\n pagination: {\n eachPage: 'Each Page',\n strip: '',\n total: 'Total',\n },\n process: {\n step1: 'step1',\n step2: 'step2',\n step3: 'step3',\n step4: 'step4',\n },\n searchSelect: {\n pleaseSelect: 'Please Select',\n loading: 'Loading...',\n filterQueryMustHasValue: 'Filter query containing key value must have value',\n ok: 'OK',\n cancel: 'Cancel',\n or: 'Or',\n and: 'And',\n logical: 'Logical:',\n },\n select: {\n noData: 'No data',\n noMatchedData: 'No matched data',\n loading: 'Loading...',\n pleaseSelect: 'Please select',\n enterKeywords: 'Please enter keywords',\n all: 'All',\n },\n table: {\n emptyText: 'No Data',\n confirm: 'Confirm',\n reset: 'Reset',\n setting: {\n title: 'Table Settings',\n fields: {\n title: 'Displaying Fields Setting',\n subtitle: (max: number) => `(${max} fields most)`,\n selectAll: 'All',\n },\n lineHeight: {\n title: 'Table Line Height',\n small: 'small',\n medium: 'medium',\n large: 'large',\n },\n options: {\n ok: 'OK',\n cancel: 'Cancel',\n },\n },\n },\n transfer: {\n sourceList: 'Source List',\n targetList: 'Target List',\n removeAll: 'Remove All',\n selectAll: 'Select All',\n noData: 'No Data',\n noSelected: 'No Selected',\n search: 'Search',\n },\n upload: {\n uploadSuccess: 'Upload Success',\n uploadFailed: 'Upload Failed',\n drapFileOr: 'Drag files here or ',\n clickUpload: 'Click Upload',\n uploadLabel: 'Upload Files',\n },\n input: {\n placeholder: 'Please input',\n },\n tagInput: {\n placeholder: 'Please input and press ENTER to finish',\n },\n message: {\n assistant: 'Assistant',\n details: 'Details',\n copySuccess: 'Successfully',\n copyFailed: 'Copy Failed',\n },\n // exception: {\n // 403: 'Forbidden',\n // 404: 'Not Found',\n // 500: 'Internal Server Error',\n // building: 'Building',\n // empty: 'No Data',\n // searchEmpty: 'Search Is Empty',\n // login: 'Please log in to Blueking',\n // },\n // imageViewer: {\n // loadFailed: 'Picture failed to load.',\n // quitTips: 'ESC Can Exit fullscreen',\n // },\n // notify: {\n // showMore: 'Show more',\n // },\n // sideslider: {\n // title: 'Title',\n // },\n // tree: {\n // emptyText: 'No Data',\n // },\n // navigation: {\n // headerTitle: 'Program name',\n // },\n // bigTree: {\n // emptyText: 'No Data',\n // },\n // message: {\n // copy: 'copy',\n // copied: 'copied',\n // },\n // image: {\n // zoomIn: 'zoom in',\n // zoomOut: 'zoom out',\n // rotateLeft: 'anticlockwise',\n // rotateRight: 'clockwise rotation',\n // fullScreen: 'full screen',\n // original: 'original size',\n // prev: 'prev',\n // next: 'next',\n // },\n // versionDetail: {\n // currentTagText: 'Current',\n // },\n};\n\nexport type Language = typeof en;\n\nexport default en;\n"],"names":["max"],"mappings":"wPA0BW,CACT,KAAM,KACN,MAAO,CACL,MAAO,QACP,MAAO,QACP,MAAO,OACT,EACA,WAAY,CACV,WAAY,cACZ,WAAY,cACZ,MAAO,QACP,GAAI,KACJ,SAAU,CACR,IAAK,MACL,IAAK,MACL,IAAK,MACL,IAAK,MACL,IAAK,MACL,IAAK,MACL,IAAK,KACP,EACA,KAAM,OACN,IAAK,SACL,IAAK,SACL,MAAO,KAET,EACA,OAAQ,CACN,GAAI,KACJ,OAAQ,SACR,KAAM,OACN,KAAM,MACR,EACA,WAAY,CACV,GAAI,KACJ,OAAQ,QACV,EACA,KAAM,CACJ,WAAY,kBACZ,gBAAiB,mBACjB,IAAK,gBACL,IAAK,gBACL,OAAQ,iBACR,YAAa,cACf,EACA,WAAY,CACV,SAAU,YACV,MAAO,GACP,MAAO,OACT,EACA,QAAS,CACP,MAAO,QACP,MAAO,QACP,MAAO,QACP,MAAO,OACT,EACA,aAAc,CACZ,aAAc,gBACd,QAAS,aACT,wBAAyB,oDACzB,GAAI,KACJ,OAAQ,SACR,GAAI,KACJ,IAAK,MACL,QAAS,UACX,EACA,OAAQ,CACN,OAAQ,UACR,cAAe,kBACf,QAAS,aACT,aAAc,gBACd,cAAe,wBACf,IAAK,
|
1
|
+
{"version":3,"file":"en.umd.js","sources":["../../packages/locale/src/lang/en.ts"],"sourcesContent":["/*\n * Tencent is pleased to support the open source community by making\n * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.\n *\n * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.\n *\n * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.\n *\n * License for 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition):\n *\n * ---------------------------------------------------\n * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated\n * documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and\n * to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in all copies or substantial portions of\n * the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO\n * THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF\n * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS\n * IN THE SOFTWARE.\n */\n\nconst en = {\n lang: 'en',\n steps: {\n step1: 'step1',\n step2: 'step2',\n step3: 'step3',\n },\n datePicker: {\n selectDate: 'Select Date',\n selectTime: 'Select Time',\n clear: 'Clear',\n ok: 'OK',\n weekdays: {\n sun: 'Sun',\n mon: 'Mon',\n tue: 'Tue',\n wed: 'Wed',\n thu: 'Thu',\n fri: 'Fri',\n sat: 'Sat',\n },\n hour: 'Hour',\n min: 'Minute',\n sec: 'Second',\n toNow: 'Now',\n // now: 'Now',\n },\n dialog: {\n ok: 'OK',\n cancel: 'Cancel',\n prev: 'prev',\n next: 'next',\n },\n popConfirm: {\n ok: 'OK',\n cancel: 'Cancel',\n },\n form: {\n notBeEmpty: 'cannot be empty',\n incorrectFormat: 'incorrect format',\n max: 'maximum value',\n min: 'minimum value',\n maxLen: 'maximum length',\n verifyError: 'verify error',\n },\n pagination: {\n eachPage: 'Each Page',\n strip: '',\n total: 'Total',\n },\n process: {\n step1: 'step1',\n step2: 'step2',\n step3: 'step3',\n step4: 'step4',\n },\n searchSelect: {\n pleaseSelect: 'Please Select',\n loading: 'Loading...',\n filterQueryMustHasValue: 'Filter query containing key value must have value',\n ok: 'OK',\n cancel: 'Cancel',\n or: 'Or',\n and: 'And',\n logical: 'Logical:',\n },\n select: {\n noData: 'No data',\n noMatchedData: 'No matched data',\n loading: 'Loading...',\n pleaseSelect: 'Please select',\n enterKeywords: 'Please enter keywords',\n all: 'All',\n selectAll: 'Select all',\n },\n table: {\n emptyText: 'No Data',\n confirm: 'Confirm',\n reset: 'Reset',\n setting: {\n title: 'Table Settings',\n fields: {\n title: 'Displaying Fields Setting',\n subtitle: (max: number) => `(${max} fields most)`,\n selectAll: 'All',\n },\n lineHeight: {\n title: 'Table Line Height',\n small: 'small',\n medium: 'medium',\n large: 'large',\n },\n options: {\n ok: 'OK',\n cancel: 'Cancel',\n },\n },\n },\n transfer: {\n sourceList: 'Source List',\n targetList: 'Target List',\n removeAll: 'Remove All',\n selectAll: 'Select All',\n noData: 'No Data',\n noSelected: 'No Selected',\n search: 'Search',\n },\n upload: {\n uploadSuccess: 'Upload Success',\n uploadFailed: 'Upload Failed',\n drapFileOr: 'Drag files here or ',\n clickUpload: 'Click Upload',\n uploadLabel: 'Upload Files',\n },\n input: {\n placeholder: 'Please input',\n },\n tagInput: {\n placeholder: 'Please input and press ENTER to finish',\n },\n message: {\n assistant: 'Assistant',\n details: 'Details',\n copySuccess: 'Successfully',\n copyFailed: 'Copy Failed',\n },\n // exception: {\n // 403: 'Forbidden',\n // 404: 'Not Found',\n // 500: 'Internal Server Error',\n // building: 'Building',\n // empty: 'No Data',\n // searchEmpty: 'Search Is Empty',\n // login: 'Please log in to Blueking',\n // },\n // imageViewer: {\n // loadFailed: 'Picture failed to load.',\n // quitTips: 'ESC Can Exit fullscreen',\n // },\n // notify: {\n // showMore: 'Show more',\n // },\n // sideslider: {\n // title: 'Title',\n // },\n // tree: {\n // emptyText: 'No Data',\n // },\n // navigation: {\n // headerTitle: 'Program name',\n // },\n // bigTree: {\n // emptyText: 'No Data',\n // },\n // message: {\n // copy: 'copy',\n // copied: 'copied',\n // },\n // image: {\n // zoomIn: 'zoom in',\n // zoomOut: 'zoom out',\n // rotateLeft: 'anticlockwise',\n // rotateRight: 'clockwise rotation',\n // fullScreen: 'full screen',\n // original: 'original size',\n // prev: 'prev',\n // next: 'next',\n // },\n // versionDetail: {\n // currentTagText: 'Current',\n // },\n};\n\nexport type Language = typeof en;\n\nexport default en;\n"],"names":["max"],"mappings":"wPA0BW,CACT,KAAM,KACN,MAAO,CACL,MAAO,QACP,MAAO,QACP,MAAO,OACT,EACA,WAAY,CACV,WAAY,cACZ,WAAY,cACZ,MAAO,QACP,GAAI,KACJ,SAAU,CACR,IAAK,MACL,IAAK,MACL,IAAK,MACL,IAAK,MACL,IAAK,MACL,IAAK,MACL,IAAK,KACP,EACA,KAAM,OACN,IAAK,SACL,IAAK,SACL,MAAO,KAET,EACA,OAAQ,CACN,GAAI,KACJ,OAAQ,SACR,KAAM,OACN,KAAM,MACR,EACA,WAAY,CACV,GAAI,KACJ,OAAQ,QACV,EACA,KAAM,CACJ,WAAY,kBACZ,gBAAiB,mBACjB,IAAK,gBACL,IAAK,gBACL,OAAQ,iBACR,YAAa,cACf,EACA,WAAY,CACV,SAAU,YACV,MAAO,GACP,MAAO,OACT,EACA,QAAS,CACP,MAAO,QACP,MAAO,QACP,MAAO,QACP,MAAO,OACT,EACA,aAAc,CACZ,aAAc,gBACd,QAAS,aACT,wBAAyB,oDACzB,GAAI,KACJ,OAAQ,SACR,GAAI,KACJ,IAAK,MACL,QAAS,UACX,EACA,OAAQ,CACN,OAAQ,UACR,cAAe,kBACf,QAAS,aACT,aAAc,gBACd,cAAe,wBACf,IAAK,MACL,UAAW,YACb,EACA,MAAO,CACL,UAAW,UACX,QAAS,UACT,MAAO,QACP,QAAS,CACP,MAAO,iBACP,OAAQ,CACN,MAAO,4BACP,SAAWA,GAAgB,SAAIA,sBAC/B,UAAW,KACb,EACA,WAAY,CACV,MAAO,oBACP,MAAO,QACP,OAAQ,SACR,MAAO,OACT,EACA,QAAS,CACP,GAAI,KACJ,OAAQ,QACV,CACF,CACF,EACA,SAAU,CACR,WAAY,cACZ,WAAY,cACZ,UAAW,aACX,UAAW,aACX,OAAQ,UACR,WAAY,cACZ,OAAQ,QACV,EACA,OAAQ,CACN,cAAe,iBACf,aAAc,gBACd,WAAY,sBACZ,YAAa,eACb,YAAa,cACf,EACA,MAAO,CACL,YAAa,cACf,EACA,SAAU,CACR,YAAa,wCACf,EACA,QAAS,CACP,UAAW,YACX,QAAS,UACT,YAAa,eACb,WAAY,aACd,CA8CF"}
|
package/dist/locale/zh-cn.esm.js
CHANGED
@@ -1,2 +1,2 @@
|
|
1
|
-
const e={lang:"zh-cn",steps:{step1:"\u6B65\u9AA41",step2:"\u6B65\u9AA42",step3:"\u6B65\u9AA43"},datePicker:{selectDate:"\u9009\u62E9\u65E5\u671F",selectTime:"\u9009\u62E9\u65F6\u95F4",clear:"\u6E05\u9664",ok:"\u786E\u5B9A",weekdays:{sun:"\u65E5",mon:"\u4E00",tue:"\u4E8C",wed:"\u4E09",thu:"\u56DB",fri:"\u4E94",sat:"\u516D"},hour:"\u65F6",min:"\u5206",sec:"\u79D2",toNow:"\u81F3\u4ECA"},dialog:{ok:"\u786E\u5B9A",cancel:"\u53D6\u6D88",prev:"\u4E0A\u4E00\u6B65",next:"\u4E0B\u4E00\u6B65"},popConfirm:{ok:"\u786E\u5B9A",cancel:"\u53D6\u6D88"},form:{notBeEmpty:"\u4E0D\u80FD\u4E3A\u7A7A",incorrectFormat:"\u683C\u5F0F\u4E0D\u6B63\u786E",max:"\u6700\u5927\u503C",min:"\u6700\u5C0F\u503C",maxLen:"\u6700\u5927\u957F\u5EA6",verifyError:"\u9A8C\u8BC1\u9519\u8BEF"},pagination:{eachPage:"\u6BCF\u9875",strip:"\u6761",total:"\u5171\u8BA1"},process:{step1:"\u6B65\u9AA41",step2:"\u6B65\u9AA42",step3:"\u6B65\u9AA43",step4:"\u6B65\u9AA44"},searchSelect:{pleaseSelect:"\u8BF7\u9009\u62E9",loading:"\u52A0\u8F7D\u4E2D...",filterQueryMustHasValue:"\u5305\u542B\u952E\u503C\u7684\u8FC7\u6EE4\u67E5\u8BE2\u5FC5\u987B\u6709\u4E00\u4E2A\u503C",ok:"\u786E\u8BA4",cancel:"\u53D6\u6D88",or:"\u6216",and:"\u4E14",logical:"\u903B\u8F91\uFF1A"},select:{noData:"\u65E0\u6570\u636E",noMatchedData:"\u65E0\u5339\u914D\u6570\u636E",loading:"\u52A0\u8F7D\u4E2D...",pleaseSelect:"\u8BF7\u9009\u62E9",enterKeywords:"\u8BF7\u8F93\u5165\u5173\u952E\u5B57",all:"\u5168\u90E8"},table:{emptyText:"\u6682\u65E0\u6570\u636E",confirm:"\u786E\u5B9A",reset:"\u91CD\u7F6E",setting:{title:"\u8868\u683C\u8BBE\u7F6E",fields:{title:"\u5B57\u6BB5\u663E\u793A\u8BBE\u7F6E",subtitle:u=>`\uFF08\u6700\u591A${u}\u9879\uFF09`,selectAll:"\u5168\u9009"},lineHeight:{title:"\u8868\u683C\u884C\u9AD8",small:"\u5C0F",medium:"\u4E2D",large:"\u5927"},options:{ok:"\u786E\u8BA4",cancel:"\u53D6\u6D88"}}},transfer:{sourceList:"\u6E90\u5217\u8868",targetList:"\u76EE\u6807\u5217\u8868",removeAll:"\u6E05\u7A7A",selectAll:"\u9009\u62E9\u5168\u90E8",noData:"\u65E0\u6570\u636E",noSelected:"\u672A\u9009\u62E9\u4EFB\u4F55\u9879",search:"\u641C\u7D22"},upload:{uploadSuccess:"\u4E0A\u4F20\u6210\u529F",uploadFailed:"\u4E0A\u4F20\u5931\u8D25",drapFileOr:"\u5C06\u6587\u4EF6\u62D6\u5230\u6B64\u5904\u6216",clickUpload:"\u70B9\u51FB\u4E0A\u4F20",uploadLabel:"\u4E0A\u4F20\u6587\u4EF6"},input:{placeholder:"\u8BF7\u8F93\u5165"},tagInput:{placeholder:"\u8BF7\u8F93\u5165\u5E76\u6309Enter\u7ED3\u675F"},message:{assistant:"\u52A9\u624B",details:"\u8BE6\u60C5",copySuccess:"\u590D\u5236\u6210\u529F",copyFailed:"\u590D\u5236\u5931\u8D25"}};export{e as default};
|
1
|
+
const e={lang:"zh-cn",steps:{step1:"\u6B65\u9AA41",step2:"\u6B65\u9AA42",step3:"\u6B65\u9AA43"},datePicker:{selectDate:"\u9009\u62E9\u65E5\u671F",selectTime:"\u9009\u62E9\u65F6\u95F4",clear:"\u6E05\u9664",ok:"\u786E\u5B9A",weekdays:{sun:"\u65E5",mon:"\u4E00",tue:"\u4E8C",wed:"\u4E09",thu:"\u56DB",fri:"\u4E94",sat:"\u516D"},hour:"\u65F6",min:"\u5206",sec:"\u79D2",toNow:"\u81F3\u4ECA"},dialog:{ok:"\u786E\u5B9A",cancel:"\u53D6\u6D88",prev:"\u4E0A\u4E00\u6B65",next:"\u4E0B\u4E00\u6B65"},popConfirm:{ok:"\u786E\u5B9A",cancel:"\u53D6\u6D88"},form:{notBeEmpty:"\u4E0D\u80FD\u4E3A\u7A7A",incorrectFormat:"\u683C\u5F0F\u4E0D\u6B63\u786E",max:"\u6700\u5927\u503C",min:"\u6700\u5C0F\u503C",maxLen:"\u6700\u5927\u957F\u5EA6",verifyError:"\u9A8C\u8BC1\u9519\u8BEF"},pagination:{eachPage:"\u6BCF\u9875",strip:"\u6761",total:"\u5171\u8BA1"},process:{step1:"\u6B65\u9AA41",step2:"\u6B65\u9AA42",step3:"\u6B65\u9AA43",step4:"\u6B65\u9AA44"},searchSelect:{pleaseSelect:"\u8BF7\u9009\u62E9",loading:"\u52A0\u8F7D\u4E2D...",filterQueryMustHasValue:"\u5305\u542B\u952E\u503C\u7684\u8FC7\u6EE4\u67E5\u8BE2\u5FC5\u987B\u6709\u4E00\u4E2A\u503C",ok:"\u786E\u8BA4",cancel:"\u53D6\u6D88",or:"\u6216",and:"\u4E14",logical:"\u903B\u8F91\uFF1A"},select:{noData:"\u65E0\u6570\u636E",noMatchedData:"\u65E0\u5339\u914D\u6570\u636E",loading:"\u52A0\u8F7D\u4E2D...",pleaseSelect:"\u8BF7\u9009\u62E9",enterKeywords:"\u8BF7\u8F93\u5165\u5173\u952E\u5B57",all:"\u5168\u90E8",selectAll:"\u5168\u9009"},table:{emptyText:"\u6682\u65E0\u6570\u636E",confirm:"\u786E\u5B9A",reset:"\u91CD\u7F6E",setting:{title:"\u8868\u683C\u8BBE\u7F6E",fields:{title:"\u5B57\u6BB5\u663E\u793A\u8BBE\u7F6E",subtitle:u=>`\uFF08\u6700\u591A${u}\u9879\uFF09`,selectAll:"\u5168\u9009"},lineHeight:{title:"\u8868\u683C\u884C\u9AD8",small:"\u5C0F",medium:"\u4E2D",large:"\u5927"},options:{ok:"\u786E\u8BA4",cancel:"\u53D6\u6D88"}}},transfer:{sourceList:"\u6E90\u5217\u8868",targetList:"\u76EE\u6807\u5217\u8868",removeAll:"\u6E05\u7A7A",selectAll:"\u9009\u62E9\u5168\u90E8",noData:"\u65E0\u6570\u636E",noSelected:"\u672A\u9009\u62E9\u4EFB\u4F55\u9879",search:"\u641C\u7D22"},upload:{uploadSuccess:"\u4E0A\u4F20\u6210\u529F",uploadFailed:"\u4E0A\u4F20\u5931\u8D25",drapFileOr:"\u5C06\u6587\u4EF6\u62D6\u5230\u6B64\u5904\u6216",clickUpload:"\u70B9\u51FB\u4E0A\u4F20",uploadLabel:"\u4E0A\u4F20\u6587\u4EF6"},input:{placeholder:"\u8BF7\u8F93\u5165"},tagInput:{placeholder:"\u8BF7\u8F93\u5165\u5E76\u6309Enter\u7ED3\u675F"},message:{assistant:"\u52A9\u624B",details:"\u8BE6\u60C5",copySuccess:"\u590D\u5236\u6210\u529F",copyFailed:"\u590D\u5236\u5931\u8D25"}};export{e as default};
|
2
2
|
//# sourceMappingURL=zh-cn.esm.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"zh-cn.esm.js","sources":["../../packages/locale/src/lang/zh-cn.ts"],"sourcesContent":["/*\n * Tencent is pleased to support the open source community by making\n * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.\n *\n * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.\n *\n * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.\n *\n * License for 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition):\n *\n * ---------------------------------------------------\n * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated\n * documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and\n * to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in all copies or substantial portions of\n * the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO\n * THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF\n * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS\n * IN THE SOFTWARE.\n */\n\nimport type { Language } from './en';\n\nconst zhCn: Language = {\n lang: 'zh-cn',\n steps: {\n step1: '步骤1',\n step2: '步骤2',\n step3: '步骤3',\n },\n datePicker: {\n selectDate: '选择日期',\n selectTime: '选择时间',\n clear: '清除',\n ok: '确定',\n weekdays: {\n sun: '日',\n mon: '一',\n tue: '二',\n wed: '三',\n thu: '四',\n fri: '五',\n sat: '六',\n },\n hour: '时',\n min: '分',\n sec: '秒',\n toNow: '至今',\n // now: '此刻',\n },\n dialog: {\n ok: '确定',\n cancel: '取消',\n prev: '上一步',\n next: '下一步',\n },\n popConfirm: {\n ok: '确定',\n cancel: '取消',\n },\n form: {\n notBeEmpty: '不能为空',\n incorrectFormat: '格式不正确',\n max: '最大值',\n min: '最小值',\n maxLen: '最大长度',\n verifyError: '验证错误',\n },\n pagination: {\n eachPage: '每页',\n strip: '条',\n total: '共计',\n },\n process: {\n step1: '步骤1',\n step2: '步骤2',\n step3: '步骤3',\n step4: '步骤4',\n },\n searchSelect: {\n pleaseSelect: '请选择',\n loading: '加载中...',\n filterQueryMustHasValue: '包含键值的过滤查询必须有一个值',\n ok: '确认',\n cancel: '取消',\n or: '或',\n and: '且',\n logical: '逻辑:',\n },\n select: {\n noData: '无数据',\n noMatchedData: '无匹配数据',\n loading: '加载中...',\n pleaseSelect: '请选择',\n enterKeywords: '请输入关键字',\n all: '全部',\n },\n table: {\n emptyText: '暂无数据',\n confirm: '确定',\n reset: '重置',\n setting: {\n title: '表格设置',\n fields: {\n title: '字段显示设置',\n subtitle: (max: number) => `(最多${max}项)`,\n selectAll: '全选',\n },\n lineHeight: {\n title: '表格行高',\n small: '小',\n medium: '中',\n large: '大',\n },\n options: {\n ok: '确认',\n cancel: '取消',\n },\n },\n },\n transfer: {\n sourceList: '源列表',\n targetList: '目标列表',\n removeAll: '清空',\n selectAll: '选择全部',\n noData: '无数据',\n noSelected: '未选择任何项',\n search: '搜索',\n },\n upload: {\n uploadSuccess: '上传成功',\n uploadFailed: '上传失败',\n drapFileOr: '将文件拖到此处或',\n clickUpload: '点击上传',\n uploadLabel: '上传文件',\n },\n input: {\n placeholder: '请输入',\n },\n tagInput: {\n placeholder: '请输入并按Enter结束',\n },\n message: {\n assistant: '助手',\n details: '详情',\n copySuccess: '复制成功',\n copyFailed: '复制失败',\n },\n // exception: {\n // 403: '无业务权限',\n // 404: '页面不存在',\n // 500: '服务维护中',\n // building: '功能建设中',\n // empty: '没有数据',\n // searchEmpty: '搜索为空',\n // login: '请登入蓝鲸',\n // },\n\n // imageViewer: {\n // loadFailed: '抱歉,图片加载失败',\n // quitTips: 'ESC 可以退出全屏',\n // },\n // notify: {\n // showMore: '查看更多',\n // },\n // sideslider: {\n // title: '标题',\n // },\n // tree: {\n // emptyText: '暂无数据',\n // },\n // navigation: {\n // headerTitle: '栏目名称',\n // },\n // bigTree: {\n // emptyText: '暂无搜索结果',\n // },\n // message: {\n // copy: '复制',\n // copied: '已复制',\n // },\n // image: {\n // zoomIn: '放大',\n // zoomOut: '缩小',\n // rotateLeft: '向左旋转',\n // rotateRight: '向右旋转',\n // fullScreen: '适应屏幕',\n // original: '快速回到 1:1',\n // prev: 'prev',\n // next: 'next',\n // },\n // versionDetail: {\n // currentTagText: '当前版本',\n // },\n};\n\nexport default zhCn;\n"],"names":["zhCn","max"],"mappings":"AA4BMA,MAAAA,EAAiB,CACrB,KAAM,QACN,MAAO,CACL,MAAO,gBACP,MAAO,gBACP,MAAO,eACT,EACA,WAAY,CACV,WAAY,2BACZ,WAAY,2BACZ,MAAO,eACP,GAAI,eACJ,SAAU,CACR,IAAK,SACL,IAAK,SACL,IAAK,SACL,IAAK,SACL,IAAK,SACL,IAAK,SACL,IAAK,QACP,EACA,KAAM,SACN,IAAK,SACL,IAAK,SACL,MAAO,cAET,EACA,OAAQ,CACN,GAAI,eACJ,OAAQ,eACR,KAAM,qBACN,KAAM,oBACR,EACA,WAAY,CACV,GAAI,eACJ,OAAQ,cACV,EACA,KAAM,CACJ,WAAY,2BACZ,gBAAiB,iCACjB,IAAK,qBACL,IAAK,qBACL,OAAQ,2BACR,YAAa,0BACf,EACA,WAAY,CACV,SAAU,eACV,MAAO,SACP,MAAO,cACT,EACA,QAAS,CACP,MAAO,gBACP,MAAO,gBACP,MAAO,gBACP,MAAO,eACT,EACA,aAAc,CACZ,aAAc,qBACd,QAAS,wBACT,wBAAyB,6FACzB,GAAI,eACJ,OAAQ,eACR,GAAI,SACJ,IAAK,SACL,QAAS,oBACX,EACA,OAAQ,CACN,OAAQ,qBACR,cAAe,iCACf,QAAS,wBACT,aAAc,qBACd,cAAe,uCACf,IAAK,
|
1
|
+
{"version":3,"file":"zh-cn.esm.js","sources":["../../packages/locale/src/lang/zh-cn.ts"],"sourcesContent":["/*\n * Tencent is pleased to support the open source community by making\n * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.\n *\n * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.\n *\n * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.\n *\n * License for 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition):\n *\n * ---------------------------------------------------\n * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated\n * documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and\n * to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in all copies or substantial portions of\n * the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO\n * THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF\n * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS\n * IN THE SOFTWARE.\n */\n\nimport type { Language } from './en';\n\nconst zhCn: Language = {\n lang: 'zh-cn',\n steps: {\n step1: '步骤1',\n step2: '步骤2',\n step3: '步骤3',\n },\n datePicker: {\n selectDate: '选择日期',\n selectTime: '选择时间',\n clear: '清除',\n ok: '确定',\n weekdays: {\n sun: '日',\n mon: '一',\n tue: '二',\n wed: '三',\n thu: '四',\n fri: '五',\n sat: '六',\n },\n hour: '时',\n min: '分',\n sec: '秒',\n toNow: '至今',\n // now: '此刻',\n },\n dialog: {\n ok: '确定',\n cancel: '取消',\n prev: '上一步',\n next: '下一步',\n },\n popConfirm: {\n ok: '确定',\n cancel: '取消',\n },\n form: {\n notBeEmpty: '不能为空',\n incorrectFormat: '格式不正确',\n max: '最大值',\n min: '最小值',\n maxLen: '最大长度',\n verifyError: '验证错误',\n },\n pagination: {\n eachPage: '每页',\n strip: '条',\n total: '共计',\n },\n process: {\n step1: '步骤1',\n step2: '步骤2',\n step3: '步骤3',\n step4: '步骤4',\n },\n searchSelect: {\n pleaseSelect: '请选择',\n loading: '加载中...',\n filterQueryMustHasValue: '包含键值的过滤查询必须有一个值',\n ok: '确认',\n cancel: '取消',\n or: '或',\n and: '且',\n logical: '逻辑:',\n },\n select: {\n noData: '无数据',\n noMatchedData: '无匹配数据',\n loading: '加载中...',\n pleaseSelect: '请选择',\n enterKeywords: '请输入关键字',\n all: '全部',\n selectAll: '全选',\n },\n table: {\n emptyText: '暂无数据',\n confirm: '确定',\n reset: '重置',\n setting: {\n title: '表格设置',\n fields: {\n title: '字段显示设置',\n subtitle: (max: number) => `(最多${max}项)`,\n selectAll: '全选',\n },\n lineHeight: {\n title: '表格行高',\n small: '小',\n medium: '中',\n large: '大',\n },\n options: {\n ok: '确认',\n cancel: '取消',\n },\n },\n },\n transfer: {\n sourceList: '源列表',\n targetList: '目标列表',\n removeAll: '清空',\n selectAll: '选择全部',\n noData: '无数据',\n noSelected: '未选择任何项',\n search: '搜索',\n },\n upload: {\n uploadSuccess: '上传成功',\n uploadFailed: '上传失败',\n drapFileOr: '将文件拖到此处或',\n clickUpload: '点击上传',\n uploadLabel: '上传文件',\n },\n input: {\n placeholder: '请输入',\n },\n tagInput: {\n placeholder: '请输入并按Enter结束',\n },\n message: {\n assistant: '助手',\n details: '详情',\n copySuccess: '复制成功',\n copyFailed: '复制失败',\n },\n // exception: {\n // 403: '无业务权限',\n // 404: '页面不存在',\n // 500: '服务维护中',\n // building: '功能建设中',\n // empty: '没有数据',\n // searchEmpty: '搜索为空',\n // login: '请登入蓝鲸',\n // },\n\n // imageViewer: {\n // loadFailed: '抱歉,图片加载失败',\n // quitTips: 'ESC 可以退出全屏',\n // },\n // notify: {\n // showMore: '查看更多',\n // },\n // sideslider: {\n // title: '标题',\n // },\n // tree: {\n // emptyText: '暂无数据',\n // },\n // navigation: {\n // headerTitle: '栏目名称',\n // },\n // bigTree: {\n // emptyText: '暂无搜索结果',\n // },\n // message: {\n // copy: '复制',\n // copied: '已复制',\n // },\n // image: {\n // zoomIn: '放大',\n // zoomOut: '缩小',\n // rotateLeft: '向左旋转',\n // rotateRight: '向右旋转',\n // fullScreen: '适应屏幕',\n // original: '快速回到 1:1',\n // prev: 'prev',\n // next: 'next',\n // },\n // versionDetail: {\n // currentTagText: '当前版本',\n // },\n};\n\nexport default zhCn;\n"],"names":["zhCn","max"],"mappings":"AA4BMA,MAAAA,EAAiB,CACrB,KAAM,QACN,MAAO,CACL,MAAO,gBACP,MAAO,gBACP,MAAO,eACT,EACA,WAAY,CACV,WAAY,2BACZ,WAAY,2BACZ,MAAO,eACP,GAAI,eACJ,SAAU,CACR,IAAK,SACL,IAAK,SACL,IAAK,SACL,IAAK,SACL,IAAK,SACL,IAAK,SACL,IAAK,QACP,EACA,KAAM,SACN,IAAK,SACL,IAAK,SACL,MAAO,cAET,EACA,OAAQ,CACN,GAAI,eACJ,OAAQ,eACR,KAAM,qBACN,KAAM,oBACR,EACA,WAAY,CACV,GAAI,eACJ,OAAQ,cACV,EACA,KAAM,CACJ,WAAY,2BACZ,gBAAiB,iCACjB,IAAK,qBACL,IAAK,qBACL,OAAQ,2BACR,YAAa,0BACf,EACA,WAAY,CACV,SAAU,eACV,MAAO,SACP,MAAO,cACT,EACA,QAAS,CACP,MAAO,gBACP,MAAO,gBACP,MAAO,gBACP,MAAO,eACT,EACA,aAAc,CACZ,aAAc,qBACd,QAAS,wBACT,wBAAyB,6FACzB,GAAI,eACJ,OAAQ,eACR,GAAI,SACJ,IAAK,SACL,QAAS,oBACX,EACA,OAAQ,CACN,OAAQ,qBACR,cAAe,iCACf,QAAS,wBACT,aAAc,qBACd,cAAe,uCACf,IAAK,eACL,UAAW,cACb,EACA,MAAO,CACL,UAAW,2BACX,QAAS,eACT,MAAO,eACP,QAAS,CACP,MAAO,2BACP,OAAQ,CACN,MAAO,uCACP,SAAWC,GAAgB,qBAAMA,gBACjC,UAAW,cACb,EACA,WAAY,CACV,MAAO,2BACP,MAAO,SACP,OAAQ,SACR,MAAO,QACT,EACA,QAAS,CACP,GAAI,eACJ,OAAQ,cACV,CACF,CACF,EACA,SAAU,CACR,WAAY,qBACZ,WAAY,2BACZ,UAAW,eACX,UAAW,2BACX,OAAQ,qBACR,WAAY,uCACZ,OAAQ,cACV,EACA,OAAQ,CACN,cAAe,2BACf,aAAc,2BACd,WAAY,mDACZ,YAAa,2BACb,YAAa,0BACf,EACA,MAAO,CACL,YAAa,oBACf,EACA,SAAU,CACR,YAAa,iDACf,EACA,QAAS,CACP,UAAW,eACX,QAAS,eACT,YAAa,2BACb,WAAY,0BACd,CA+CF"}
|
package/dist/locale/zh-cn.umd.js
CHANGED
@@ -1,2 +1,2 @@
|
|
1
|
-
(function(e,u){typeof exports=="object"&&typeof module!="undefined"?module.exports=u():typeof define=="function"&&define.amd?define(u):(e=typeof globalThis!="undefined"?globalThis:e||self,e["bkuiVueLocalezh-cn"]=u())})(this,function(){"use strict";return{lang:"zh-cn",steps:{step1:"\u6B65\u9AA41",step2:"\u6B65\u9AA42",step3:"\u6B65\u9AA43"},datePicker:{selectDate:"\u9009\u62E9\u65E5\u671F",selectTime:"\u9009\u62E9\u65F6\u95F4",clear:"\u6E05\u9664",ok:"\u786E\u5B9A",weekdays:{sun:"\u65E5",mon:"\u4E00",tue:"\u4E8C",wed:"\u4E09",thu:"\u56DB",fri:"\u4E94",sat:"\u516D"},hour:"\u65F6",min:"\u5206",sec:"\u79D2",toNow:"\u81F3\u4ECA"},dialog:{ok:"\u786E\u5B9A",cancel:"\u53D6\u6D88",prev:"\u4E0A\u4E00\u6B65",next:"\u4E0B\u4E00\u6B65"},popConfirm:{ok:"\u786E\u5B9A",cancel:"\u53D6\u6D88"},form:{notBeEmpty:"\u4E0D\u80FD\u4E3A\u7A7A",incorrectFormat:"\u683C\u5F0F\u4E0D\u6B63\u786E",max:"\u6700\u5927\u503C",min:"\u6700\u5C0F\u503C",maxLen:"\u6700\u5927\u957F\u5EA6",verifyError:"\u9A8C\u8BC1\u9519\u8BEF"},pagination:{eachPage:"\u6BCF\u9875",strip:"\u6761",total:"\u5171\u8BA1"},process:{step1:"\u6B65\u9AA41",step2:"\u6B65\u9AA42",step3:"\u6B65\u9AA43",step4:"\u6B65\u9AA44"},searchSelect:{pleaseSelect:"\u8BF7\u9009\u62E9",loading:"\u52A0\u8F7D\u4E2D...",filterQueryMustHasValue:"\u5305\u542B\u952E\u503C\u7684\u8FC7\u6EE4\u67E5\u8BE2\u5FC5\u987B\u6709\u4E00\u4E2A\u503C",ok:"\u786E\u8BA4",cancel:"\u53D6\u6D88",or:"\u6216",and:"\u4E14",logical:"\u903B\u8F91\uFF1A"},select:{noData:"\u65E0\u6570\u636E",noMatchedData:"\u65E0\u5339\u914D\u6570\u636E",loading:"\u52A0\u8F7D\u4E2D...",pleaseSelect:"\u8BF7\u9009\u62E9",enterKeywords:"\u8BF7\u8F93\u5165\u5173\u952E\u5B57",all:"\u5168\u90E8"},table:{emptyText:"\u6682\u65E0\u6570\u636E",confirm:"\u786E\u5B9A",reset:"\u91CD\u7F6E",setting:{title:"\u8868\u683C\u8BBE\u7F6E",fields:{title:"\u5B57\u6BB5\u663E\u793A\u8BBE\u7F6E",subtitle:u=>`\uFF08\u6700\u591A${u}\u9879\uFF09`,selectAll:"\u5168\u9009"},lineHeight:{title:"\u8868\u683C\u884C\u9AD8",small:"\u5C0F",medium:"\u4E2D",large:"\u5927"},options:{ok:"\u786E\u8BA4",cancel:"\u53D6\u6D88"}}},transfer:{sourceList:"\u6E90\u5217\u8868",targetList:"\u76EE\u6807\u5217\u8868",removeAll:"\u6E05\u7A7A",selectAll:"\u9009\u62E9\u5168\u90E8",noData:"\u65E0\u6570\u636E",noSelected:"\u672A\u9009\u62E9\u4EFB\u4F55\u9879",search:"\u641C\u7D22"},upload:{uploadSuccess:"\u4E0A\u4F20\u6210\u529F",uploadFailed:"\u4E0A\u4F20\u5931\u8D25",drapFileOr:"\u5C06\u6587\u4EF6\u62D6\u5230\u6B64\u5904\u6216",clickUpload:"\u70B9\u51FB\u4E0A\u4F20",uploadLabel:"\u4E0A\u4F20\u6587\u4EF6"},input:{placeholder:"\u8BF7\u8F93\u5165"},tagInput:{placeholder:"\u8BF7\u8F93\u5165\u5E76\u6309Enter\u7ED3\u675F"},message:{assistant:"\u52A9\u624B",details:"\u8BE6\u60C5",copySuccess:"\u590D\u5236\u6210\u529F",copyFailed:"\u590D\u5236\u5931\u8D25"}}});
|
1
|
+
(function(e,u){typeof exports=="object"&&typeof module!="undefined"?module.exports=u():typeof define=="function"&&define.amd?define(u):(e=typeof globalThis!="undefined"?globalThis:e||self,e["bkuiVueLocalezh-cn"]=u())})(this,function(){"use strict";return{lang:"zh-cn",steps:{step1:"\u6B65\u9AA41",step2:"\u6B65\u9AA42",step3:"\u6B65\u9AA43"},datePicker:{selectDate:"\u9009\u62E9\u65E5\u671F",selectTime:"\u9009\u62E9\u65F6\u95F4",clear:"\u6E05\u9664",ok:"\u786E\u5B9A",weekdays:{sun:"\u65E5",mon:"\u4E00",tue:"\u4E8C",wed:"\u4E09",thu:"\u56DB",fri:"\u4E94",sat:"\u516D"},hour:"\u65F6",min:"\u5206",sec:"\u79D2",toNow:"\u81F3\u4ECA"},dialog:{ok:"\u786E\u5B9A",cancel:"\u53D6\u6D88",prev:"\u4E0A\u4E00\u6B65",next:"\u4E0B\u4E00\u6B65"},popConfirm:{ok:"\u786E\u5B9A",cancel:"\u53D6\u6D88"},form:{notBeEmpty:"\u4E0D\u80FD\u4E3A\u7A7A",incorrectFormat:"\u683C\u5F0F\u4E0D\u6B63\u786E",max:"\u6700\u5927\u503C",min:"\u6700\u5C0F\u503C",maxLen:"\u6700\u5927\u957F\u5EA6",verifyError:"\u9A8C\u8BC1\u9519\u8BEF"},pagination:{eachPage:"\u6BCF\u9875",strip:"\u6761",total:"\u5171\u8BA1"},process:{step1:"\u6B65\u9AA41",step2:"\u6B65\u9AA42",step3:"\u6B65\u9AA43",step4:"\u6B65\u9AA44"},searchSelect:{pleaseSelect:"\u8BF7\u9009\u62E9",loading:"\u52A0\u8F7D\u4E2D...",filterQueryMustHasValue:"\u5305\u542B\u952E\u503C\u7684\u8FC7\u6EE4\u67E5\u8BE2\u5FC5\u987B\u6709\u4E00\u4E2A\u503C",ok:"\u786E\u8BA4",cancel:"\u53D6\u6D88",or:"\u6216",and:"\u4E14",logical:"\u903B\u8F91\uFF1A"},select:{noData:"\u65E0\u6570\u636E",noMatchedData:"\u65E0\u5339\u914D\u6570\u636E",loading:"\u52A0\u8F7D\u4E2D...",pleaseSelect:"\u8BF7\u9009\u62E9",enterKeywords:"\u8BF7\u8F93\u5165\u5173\u952E\u5B57",all:"\u5168\u90E8",selectAll:"\u5168\u9009"},table:{emptyText:"\u6682\u65E0\u6570\u636E",confirm:"\u786E\u5B9A",reset:"\u91CD\u7F6E",setting:{title:"\u8868\u683C\u8BBE\u7F6E",fields:{title:"\u5B57\u6BB5\u663E\u793A\u8BBE\u7F6E",subtitle:u=>`\uFF08\u6700\u591A${u}\u9879\uFF09`,selectAll:"\u5168\u9009"},lineHeight:{title:"\u8868\u683C\u884C\u9AD8",small:"\u5C0F",medium:"\u4E2D",large:"\u5927"},options:{ok:"\u786E\u8BA4",cancel:"\u53D6\u6D88"}}},transfer:{sourceList:"\u6E90\u5217\u8868",targetList:"\u76EE\u6807\u5217\u8868",removeAll:"\u6E05\u7A7A",selectAll:"\u9009\u62E9\u5168\u90E8",noData:"\u65E0\u6570\u636E",noSelected:"\u672A\u9009\u62E9\u4EFB\u4F55\u9879",search:"\u641C\u7D22"},upload:{uploadSuccess:"\u4E0A\u4F20\u6210\u529F",uploadFailed:"\u4E0A\u4F20\u5931\u8D25",drapFileOr:"\u5C06\u6587\u4EF6\u62D6\u5230\u6B64\u5904\u6216",clickUpload:"\u70B9\u51FB\u4E0A\u4F20",uploadLabel:"\u4E0A\u4F20\u6587\u4EF6"},input:{placeholder:"\u8BF7\u8F93\u5165"},tagInput:{placeholder:"\u8BF7\u8F93\u5165\u5E76\u6309Enter\u7ED3\u675F"},message:{assistant:"\u52A9\u624B",details:"\u8BE6\u60C5",copySuccess:"\u590D\u5236\u6210\u529F",copyFailed:"\u590D\u5236\u5931\u8D25"}}});
|
2
2
|
//# sourceMappingURL=zh-cn.umd.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"zh-cn.umd.js","sources":["../../packages/locale/src/lang/zh-cn.ts"],"sourcesContent":["/*\n * Tencent is pleased to support the open source community by making\n * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.\n *\n * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.\n *\n * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.\n *\n * License for 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition):\n *\n * ---------------------------------------------------\n * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated\n * documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and\n * to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in all copies or substantial portions of\n * the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO\n * THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF\n * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS\n * IN THE SOFTWARE.\n */\n\nimport type { Language } from './en';\n\nconst zhCn: Language = {\n lang: 'zh-cn',\n steps: {\n step1: '步骤1',\n step2: '步骤2',\n step3: '步骤3',\n },\n datePicker: {\n selectDate: '选择日期',\n selectTime: '选择时间',\n clear: '清除',\n ok: '确定',\n weekdays: {\n sun: '日',\n mon: '一',\n tue: '二',\n wed: '三',\n thu: '四',\n fri: '五',\n sat: '六',\n },\n hour: '时',\n min: '分',\n sec: '秒',\n toNow: '至今',\n // now: '此刻',\n },\n dialog: {\n ok: '确定',\n cancel: '取消',\n prev: '上一步',\n next: '下一步',\n },\n popConfirm: {\n ok: '确定',\n cancel: '取消',\n },\n form: {\n notBeEmpty: '不能为空',\n incorrectFormat: '格式不正确',\n max: '最大值',\n min: '最小值',\n maxLen: '最大长度',\n verifyError: '验证错误',\n },\n pagination: {\n eachPage: '每页',\n strip: '条',\n total: '共计',\n },\n process: {\n step1: '步骤1',\n step2: '步骤2',\n step3: '步骤3',\n step4: '步骤4',\n },\n searchSelect: {\n pleaseSelect: '请选择',\n loading: '加载中...',\n filterQueryMustHasValue: '包含键值的过滤查询必须有一个值',\n ok: '确认',\n cancel: '取消',\n or: '或',\n and: '且',\n logical: '逻辑:',\n },\n select: {\n noData: '无数据',\n noMatchedData: '无匹配数据',\n loading: '加载中...',\n pleaseSelect: '请选择',\n enterKeywords: '请输入关键字',\n all: '全部',\n },\n table: {\n emptyText: '暂无数据',\n confirm: '确定',\n reset: '重置',\n setting: {\n title: '表格设置',\n fields: {\n title: '字段显示设置',\n subtitle: (max: number) => `(最多${max}项)`,\n selectAll: '全选',\n },\n lineHeight: {\n title: '表格行高',\n small: '小',\n medium: '中',\n large: '大',\n },\n options: {\n ok: '确认',\n cancel: '取消',\n },\n },\n },\n transfer: {\n sourceList: '源列表',\n targetList: '目标列表',\n removeAll: '清空',\n selectAll: '选择全部',\n noData: '无数据',\n noSelected: '未选择任何项',\n search: '搜索',\n },\n upload: {\n uploadSuccess: '上传成功',\n uploadFailed: '上传失败',\n drapFileOr: '将文件拖到此处或',\n clickUpload: '点击上传',\n uploadLabel: '上传文件',\n },\n input: {\n placeholder: '请输入',\n },\n tagInput: {\n placeholder: '请输入并按Enter结束',\n },\n message: {\n assistant: '助手',\n details: '详情',\n copySuccess: '复制成功',\n copyFailed: '复制失败',\n },\n // exception: {\n // 403: '无业务权限',\n // 404: '页面不存在',\n // 500: '服务维护中',\n // building: '功能建设中',\n // empty: '没有数据',\n // searchEmpty: '搜索为空',\n // login: '请登入蓝鲸',\n // },\n\n // imageViewer: {\n // loadFailed: '抱歉,图片加载失败',\n // quitTips: 'ESC 可以退出全屏',\n // },\n // notify: {\n // showMore: '查看更多',\n // },\n // sideslider: {\n // title: '标题',\n // },\n // tree: {\n // emptyText: '暂无数据',\n // },\n // navigation: {\n // headerTitle: '栏目名称',\n // },\n // bigTree: {\n // emptyText: '暂无搜索结果',\n // },\n // message: {\n // copy: '复制',\n // copied: '已复制',\n // },\n // image: {\n // zoomIn: '放大',\n // zoomOut: '缩小',\n // rotateLeft: '向左旋转',\n // rotateRight: '向右旋转',\n // fullScreen: '适应屏幕',\n // original: '快速回到 1:1',\n // prev: 'prev',\n // next: 'next',\n // },\n // versionDetail: {\n // currentTagText: '当前版本',\n // },\n};\n\nexport default zhCn;\n"],"names":["max"],"mappings":"8PA4BuB,CACrB,KAAM,QACN,MAAO,CACL,MAAO,gBACP,MAAO,gBACP,MAAO,eACT,EACA,WAAY,CACV,WAAY,2BACZ,WAAY,2BACZ,MAAO,eACP,GAAI,eACJ,SAAU,CACR,IAAK,SACL,IAAK,SACL,IAAK,SACL,IAAK,SACL,IAAK,SACL,IAAK,SACL,IAAK,QACP,EACA,KAAM,SACN,IAAK,SACL,IAAK,SACL,MAAO,cAET,EACA,OAAQ,CACN,GAAI,eACJ,OAAQ,eACR,KAAM,qBACN,KAAM,oBACR,EACA,WAAY,CACV,GAAI,eACJ,OAAQ,cACV,EACA,KAAM,CACJ,WAAY,2BACZ,gBAAiB,iCACjB,IAAK,qBACL,IAAK,qBACL,OAAQ,2BACR,YAAa,0BACf,EACA,WAAY,CACV,SAAU,eACV,MAAO,SACP,MAAO,cACT,EACA,QAAS,CACP,MAAO,gBACP,MAAO,gBACP,MAAO,gBACP,MAAO,eACT,EACA,aAAc,CACZ,aAAc,qBACd,QAAS,wBACT,wBAAyB,6FACzB,GAAI,eACJ,OAAQ,eACR,GAAI,SACJ,IAAK,SACL,QAAS,oBACX,EACA,OAAQ,CACN,OAAQ,qBACR,cAAe,iCACf,QAAS,wBACT,aAAc,qBACd,cAAe,uCACf,IAAK,
|
1
|
+
{"version":3,"file":"zh-cn.umd.js","sources":["../../packages/locale/src/lang/zh-cn.ts"],"sourcesContent":["/*\n * Tencent is pleased to support the open source community by making\n * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.\n *\n * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.\n *\n * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.\n *\n * License for 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition):\n *\n * ---------------------------------------------------\n * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated\n * documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation\n * the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and\n * to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in all copies or substantial portions of\n * the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO\n * THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF\n * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS\n * IN THE SOFTWARE.\n */\n\nimport type { Language } from './en';\n\nconst zhCn: Language = {\n lang: 'zh-cn',\n steps: {\n step1: '步骤1',\n step2: '步骤2',\n step3: '步骤3',\n },\n datePicker: {\n selectDate: '选择日期',\n selectTime: '选择时间',\n clear: '清除',\n ok: '确定',\n weekdays: {\n sun: '日',\n mon: '一',\n tue: '二',\n wed: '三',\n thu: '四',\n fri: '五',\n sat: '六',\n },\n hour: '时',\n min: '分',\n sec: '秒',\n toNow: '至今',\n // now: '此刻',\n },\n dialog: {\n ok: '确定',\n cancel: '取消',\n prev: '上一步',\n next: '下一步',\n },\n popConfirm: {\n ok: '确定',\n cancel: '取消',\n },\n form: {\n notBeEmpty: '不能为空',\n incorrectFormat: '格式不正确',\n max: '最大值',\n min: '最小值',\n maxLen: '最大长度',\n verifyError: '验证错误',\n },\n pagination: {\n eachPage: '每页',\n strip: '条',\n total: '共计',\n },\n process: {\n step1: '步骤1',\n step2: '步骤2',\n step3: '步骤3',\n step4: '步骤4',\n },\n searchSelect: {\n pleaseSelect: '请选择',\n loading: '加载中...',\n filterQueryMustHasValue: '包含键值的过滤查询必须有一个值',\n ok: '确认',\n cancel: '取消',\n or: '或',\n and: '且',\n logical: '逻辑:',\n },\n select: {\n noData: '无数据',\n noMatchedData: '无匹配数据',\n loading: '加载中...',\n pleaseSelect: '请选择',\n enterKeywords: '请输入关键字',\n all: '全部',\n selectAll: '全选',\n },\n table: {\n emptyText: '暂无数据',\n confirm: '确定',\n reset: '重置',\n setting: {\n title: '表格设置',\n fields: {\n title: '字段显示设置',\n subtitle: (max: number) => `(最多${max}项)`,\n selectAll: '全选',\n },\n lineHeight: {\n title: '表格行高',\n small: '小',\n medium: '中',\n large: '大',\n },\n options: {\n ok: '确认',\n cancel: '取消',\n },\n },\n },\n transfer: {\n sourceList: '源列表',\n targetList: '目标列表',\n removeAll: '清空',\n selectAll: '选择全部',\n noData: '无数据',\n noSelected: '未选择任何项',\n search: '搜索',\n },\n upload: {\n uploadSuccess: '上传成功',\n uploadFailed: '上传失败',\n drapFileOr: '将文件拖到此处或',\n clickUpload: '点击上传',\n uploadLabel: '上传文件',\n },\n input: {\n placeholder: '请输入',\n },\n tagInput: {\n placeholder: '请输入并按Enter结束',\n },\n message: {\n assistant: '助手',\n details: '详情',\n copySuccess: '复制成功',\n copyFailed: '复制失败',\n },\n // exception: {\n // 403: '无业务权限',\n // 404: '页面不存在',\n // 500: '服务维护中',\n // building: '功能建设中',\n // empty: '没有数据',\n // searchEmpty: '搜索为空',\n // login: '请登入蓝鲸',\n // },\n\n // imageViewer: {\n // loadFailed: '抱歉,图片加载失败',\n // quitTips: 'ESC 可以退出全屏',\n // },\n // notify: {\n // showMore: '查看更多',\n // },\n // sideslider: {\n // title: '标题',\n // },\n // tree: {\n // emptyText: '暂无数据',\n // },\n // navigation: {\n // headerTitle: '栏目名称',\n // },\n // bigTree: {\n // emptyText: '暂无搜索结果',\n // },\n // message: {\n // copy: '复制',\n // copied: '已复制',\n // },\n // image: {\n // zoomIn: '放大',\n // zoomOut: '缩小',\n // rotateLeft: '向左旋转',\n // rotateRight: '向右旋转',\n // fullScreen: '适应屏幕',\n // original: '快速回到 1:1',\n // prev: 'prev',\n // next: 'next',\n // },\n // versionDetail: {\n // currentTagText: '当前版本',\n // },\n};\n\nexport default zhCn;\n"],"names":["max"],"mappings":"8PA4BuB,CACrB,KAAM,QACN,MAAO,CACL,MAAO,gBACP,MAAO,gBACP,MAAO,eACT,EACA,WAAY,CACV,WAAY,2BACZ,WAAY,2BACZ,MAAO,eACP,GAAI,eACJ,SAAU,CACR,IAAK,SACL,IAAK,SACL,IAAK,SACL,IAAK,SACL,IAAK,SACL,IAAK,SACL,IAAK,QACP,EACA,KAAM,SACN,IAAK,SACL,IAAK,SACL,MAAO,cAET,EACA,OAAQ,CACN,GAAI,eACJ,OAAQ,eACR,KAAM,qBACN,KAAM,oBACR,EACA,WAAY,CACV,GAAI,eACJ,OAAQ,cACV,EACA,KAAM,CACJ,WAAY,2BACZ,gBAAiB,iCACjB,IAAK,qBACL,IAAK,qBACL,OAAQ,2BACR,YAAa,0BACf,EACA,WAAY,CACV,SAAU,eACV,MAAO,SACP,MAAO,cACT,EACA,QAAS,CACP,MAAO,gBACP,MAAO,gBACP,MAAO,gBACP,MAAO,eACT,EACA,aAAc,CACZ,aAAc,qBACd,QAAS,wBACT,wBAAyB,6FACzB,GAAI,eACJ,OAAQ,eACR,GAAI,SACJ,IAAK,SACL,QAAS,oBACX,EACA,OAAQ,CACN,OAAQ,qBACR,cAAe,iCACf,QAAS,wBACT,aAAc,qBACd,cAAe,uCACf,IAAK,eACL,UAAW,cACb,EACA,MAAO,CACL,UAAW,2BACX,QAAS,eACT,MAAO,eACP,QAAS,CACP,MAAO,2BACP,OAAQ,CACN,MAAO,uCACP,SAAWA,GAAgB,qBAAMA,gBACjC,UAAW,cACb,EACA,WAAY,CACV,MAAO,2BACP,MAAO,SACP,OAAQ,SACR,MAAO,QACT,EACA,QAAS,CACP,GAAI,eACJ,OAAQ,cACV,CACF,CACF,EACA,SAAU,CACR,WAAY,qBACZ,WAAY,2BACZ,UAAW,eACX,UAAW,2BACX,OAAQ,qBACR,WAAY,uCACZ,OAAQ,cACV,EACA,OAAQ,CACN,cAAe,2BACf,aAAc,2BACd,WAAY,mDACZ,YAAa,2BACb,YAAa,0BACf,EACA,MAAO,CACL,YAAa,oBACf,EACA,SAAU,CACR,YAAa,iDACf,EACA,QAAS,CACP,UAAW,eACX,QAAS,eACT,YAAa,2BACb,WAAY,0BACd,CA+CF"}
|
@@ -73,6 +73,7 @@ export declare const configProviderProps: {
|
|
73
73
|
pleaseSelect: string;
|
74
74
|
enterKeywords: string;
|
75
75
|
all: string;
|
76
|
+
selectAll: string;
|
76
77
|
};
|
77
78
|
table: {
|
78
79
|
emptyText: string;
|
@@ -207,6 +208,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
207
208
|
pleaseSelect: string;
|
208
209
|
enterKeywords: string;
|
209
210
|
all: string;
|
211
|
+
selectAll: string;
|
210
212
|
};
|
211
213
|
table: {
|
212
214
|
emptyText: string;
|
@@ -341,6 +343,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
341
343
|
pleaseSelect: string;
|
342
344
|
enterKeywords: string;
|
343
345
|
all: string;
|
346
|
+
selectAll: string;
|
344
347
|
};
|
345
348
|
table: {
|
346
349
|
emptyText: string;
|
@@ -101,6 +101,7 @@ declare const BkConfigProvider: {
|
|
101
101
|
pleaseSelect: string;
|
102
102
|
enterKeywords: string;
|
103
103
|
all: string;
|
104
|
+
selectAll: string;
|
104
105
|
};
|
105
106
|
table: {
|
106
107
|
emptyText: string;
|
@@ -286,6 +287,7 @@ declare const BkConfigProvider: {
|
|
286
287
|
pleaseSelect: string;
|
287
288
|
enterKeywords: string;
|
288
289
|
all: string;
|
290
|
+
selectAll: string;
|
289
291
|
};
|
290
292
|
table: {
|
291
293
|
emptyText: string;
|
@@ -442,6 +444,7 @@ declare const BkConfigProvider: {
|
|
442
444
|
pleaseSelect: string;
|
443
445
|
enterKeywords: string;
|
444
446
|
all: string;
|
447
|
+
selectAll: string;
|
445
448
|
};
|
446
449
|
table: {
|
447
450
|
emptyText: string;
|
@@ -580,6 +583,7 @@ declare const BkConfigProvider: {
|
|
580
583
|
pleaseSelect: string;
|
581
584
|
enterKeywords: string;
|
582
585
|
all: string;
|
586
|
+
selectAll: string;
|
583
587
|
};
|
584
588
|
table: {
|
585
589
|
emptyText: string;
|
package/lib/locale/index.js
CHANGED
@@ -127,7 +127,8 @@ var en = {
|
|
127
127
|
loading: 'Loading...',
|
128
128
|
pleaseSelect: 'Please select',
|
129
129
|
enterKeywords: 'Please enter keywords',
|
130
|
-
all: 'All'
|
130
|
+
all: 'All',
|
131
|
+
selectAll: 'Select all'
|
131
132
|
},
|
132
133
|
table: {
|
133
134
|
emptyText: 'No Data',
|
@@ -329,7 +330,8 @@ var zhCn = {
|
|
329
330
|
loading: '加载中...',
|
330
331
|
pleaseSelect: '请选择',
|
331
332
|
enterKeywords: '请输入关键字',
|
332
|
-
all: '全部'
|
333
|
+
all: '全部',
|
334
|
+
selectAll: '全选'
|
333
335
|
},
|
334
336
|
table: {
|
335
337
|
emptyText: '暂无数据',
|
package/lib/locale/lang/en.d.ts
CHANGED
package/lib/preset.d.ts
CHANGED
@@ -74,6 +74,7 @@ declare const _default: {
|
|
74
74
|
pleaseSelect: string;
|
75
75
|
enterKeywords: string;
|
76
76
|
all: string;
|
77
|
+
selectAll: string;
|
77
78
|
};
|
78
79
|
table: {
|
79
80
|
emptyText: string;
|
@@ -207,6 +208,7 @@ declare const _default: {
|
|
207
208
|
pleaseSelect: string;
|
208
209
|
enterKeywords: string;
|
209
210
|
all: string;
|
211
|
+
selectAll: string;
|
210
212
|
};
|
211
213
|
table: {
|
212
214
|
emptyText: string;
|
package/lib/select/index.d.ts
CHANGED
@@ -28,6 +28,7 @@ declare const BkSelect: {
|
|
28
28
|
displayKey?: string;
|
29
29
|
idKey?: string;
|
30
30
|
remoteMethod?: (...args: any[]) => any;
|
31
|
+
showAll?: boolean;
|
31
32
|
showSelectAll?: boolean;
|
32
33
|
multipleMode?: string;
|
33
34
|
autoHeight?: boolean;
|
@@ -98,6 +99,7 @@ declare const BkSelect: {
|
|
98
99
|
"onScroll-end"?: (...args: any[]) => any;
|
99
100
|
"onTag-remove"?: (...args: any[]) => any;
|
100
101
|
onDeselect?: (...args: any[]) => any;
|
102
|
+
readonly allOptionId?: string | number;
|
101
103
|
readonly filterOption?: Function;
|
102
104
|
};
|
103
105
|
$attrs: {
|
@@ -151,6 +153,12 @@ declare const BkSelect: {
|
|
151
153
|
} & {
|
152
154
|
default: number;
|
153
155
|
};
|
156
|
+
showAll: import("vue-types").VueTypeValidableDef<boolean> & {
|
157
|
+
default: boolean;
|
158
|
+
} & {
|
159
|
+
default: boolean;
|
160
|
+
};
|
161
|
+
allOptionId: import("vue-types").VueTypeDef<string | number>;
|
154
162
|
showSelectAll: import("vue-types").VueTypeValidableDef<boolean> & {
|
155
163
|
default: boolean;
|
156
164
|
} & {
|
@@ -415,6 +423,15 @@ declare const BkSelect: {
|
|
415
423
|
"onTag-remove"?: (...args: any[]) => any;
|
416
424
|
onDeselect?: (...args: any[]) => any;
|
417
425
|
}, {
|
426
|
+
t: import("vue").ComputedRef<{
|
427
|
+
noData: string;
|
428
|
+
noMatchedData: string;
|
429
|
+
loading: string;
|
430
|
+
pleaseSelect: string;
|
431
|
+
enterKeywords: string;
|
432
|
+
all: string;
|
433
|
+
selectAll: string;
|
434
|
+
}>;
|
418
435
|
selected: import("vue").Ref<{
|
419
436
|
value: string;
|
420
437
|
label: string | number;
|
@@ -647,6 +664,7 @@ declare const BkSelect: {
|
|
647
664
|
curContentText: import("vue").ComputedRef<string>;
|
648
665
|
isGroup: import("vue").ComputedRef<boolean>;
|
649
666
|
searchKey: import("vue").Ref<string>;
|
667
|
+
isShowAll: import("vue").ComputedRef<boolean>;
|
650
668
|
isShowSelectAll: import("vue").ComputedRef<boolean>;
|
651
669
|
virtualHeight: import("vue").ComputedRef<number>;
|
652
670
|
virtualList: import("vue").ComputedRef<any[]>;
|
@@ -779,6 +797,7 @@ declare const BkSelect: {
|
|
779
797
|
default: boolean;
|
780
798
|
};
|
781
799
|
}>>>>;
|
800
|
+
isAllSelected: import("vue").ComputedRef<boolean>;
|
782
801
|
focusInput: () => void;
|
783
802
|
setHover: () => void;
|
784
803
|
cancelHover: () => void;
|
@@ -788,7 +807,7 @@ declare const BkSelect: {
|
|
788
807
|
handleClear: (e: Event) => void;
|
789
808
|
hidePopover: () => void;
|
790
809
|
showPopover: () => void;
|
791
|
-
|
810
|
+
handleToggleSelectAll: () => void;
|
792
811
|
handleOptionSelected: (option: import("./type").OptionInstanceType) => void;
|
793
812
|
handleClickOutside: ({ event }: {
|
794
813
|
event: any;
|
@@ -828,6 +847,7 @@ declare const BkSelect: {
|
|
828
847
|
displayKey: string;
|
829
848
|
idKey: string;
|
830
849
|
remoteMethod: (...args: any[]) => any;
|
850
|
+
showAll: boolean;
|
831
851
|
showSelectAll: boolean;
|
832
852
|
multipleMode: string;
|
833
853
|
autoHeight: boolean;
|
@@ -900,6 +920,12 @@ declare const BkSelect: {
|
|
900
920
|
} & {
|
901
921
|
default: number;
|
902
922
|
};
|
923
|
+
showAll: import("vue-types").VueTypeValidableDef<boolean> & {
|
924
|
+
default: boolean;
|
925
|
+
} & {
|
926
|
+
default: boolean;
|
927
|
+
};
|
928
|
+
allOptionId: import("vue-types").VueTypeDef<string | number>;
|
903
929
|
showSelectAll: import("vue-types").VueTypeValidableDef<boolean> & {
|
904
930
|
default: boolean;
|
905
931
|
} & {
|
@@ -1164,6 +1190,15 @@ declare const BkSelect: {
|
|
1164
1190
|
"onTag-remove"?: (...args: any[]) => any;
|
1165
1191
|
onDeselect?: (...args: any[]) => any;
|
1166
1192
|
} & import("vue").ShallowUnwrapRef<{
|
1193
|
+
t: import("vue").ComputedRef<{
|
1194
|
+
noData: string;
|
1195
|
+
noMatchedData: string;
|
1196
|
+
loading: string;
|
1197
|
+
pleaseSelect: string;
|
1198
|
+
enterKeywords: string;
|
1199
|
+
all: string;
|
1200
|
+
selectAll: string;
|
1201
|
+
}>;
|
1167
1202
|
selected: import("vue").Ref<{
|
1168
1203
|
value: string;
|
1169
1204
|
label: string | number;
|
@@ -1396,6 +1431,7 @@ declare const BkSelect: {
|
|
1396
1431
|
curContentText: import("vue").ComputedRef<string>;
|
1397
1432
|
isGroup: import("vue").ComputedRef<boolean>;
|
1398
1433
|
searchKey: import("vue").Ref<string>;
|
1434
|
+
isShowAll: import("vue").ComputedRef<boolean>;
|
1399
1435
|
isShowSelectAll: import("vue").ComputedRef<boolean>;
|
1400
1436
|
virtualHeight: import("vue").ComputedRef<number>;
|
1401
1437
|
virtualList: import("vue").ComputedRef<any[]>;
|
@@ -1528,6 +1564,7 @@ declare const BkSelect: {
|
|
1528
1564
|
default: boolean;
|
1529
1565
|
};
|
1530
1566
|
}>>>>;
|
1567
|
+
isAllSelected: import("vue").ComputedRef<boolean>;
|
1531
1568
|
focusInput: () => void;
|
1532
1569
|
setHover: () => void;
|
1533
1570
|
cancelHover: () => void;
|
@@ -1537,7 +1574,7 @@ declare const BkSelect: {
|
|
1537
1574
|
handleClear: (e: Event) => void;
|
1538
1575
|
hidePopover: () => void;
|
1539
1576
|
showPopover: () => void;
|
1540
|
-
|
1577
|
+
handleToggleSelectAll: () => void;
|
1541
1578
|
handleOptionSelected: (option: import("./type").OptionInstanceType) => void;
|
1542
1579
|
handleClickOutside: ({ event }: {
|
1543
1580
|
event: any;
|
@@ -1595,6 +1632,12 @@ declare const BkSelect: {
|
|
1595
1632
|
} & {
|
1596
1633
|
default: number;
|
1597
1634
|
};
|
1635
|
+
showAll: import("vue-types").VueTypeValidableDef<boolean> & {
|
1636
|
+
default: boolean;
|
1637
|
+
} & {
|
1638
|
+
default: boolean;
|
1639
|
+
};
|
1640
|
+
allOptionId: import("vue-types").VueTypeDef<string | number>;
|
1598
1641
|
showSelectAll: import("vue-types").VueTypeValidableDef<boolean> & {
|
1599
1642
|
default: boolean;
|
1600
1643
|
} & {
|
@@ -1859,6 +1902,15 @@ declare const BkSelect: {
|
|
1859
1902
|
"onTag-remove"?: (...args: any[]) => any;
|
1860
1903
|
onDeselect?: (...args: any[]) => any;
|
1861
1904
|
}, {
|
1905
|
+
t: import("vue").ComputedRef<{
|
1906
|
+
noData: string;
|
1907
|
+
noMatchedData: string;
|
1908
|
+
loading: string;
|
1909
|
+
pleaseSelect: string;
|
1910
|
+
enterKeywords: string;
|
1911
|
+
all: string;
|
1912
|
+
selectAll: string;
|
1913
|
+
}>;
|
1862
1914
|
selected: import("vue").Ref<{
|
1863
1915
|
value: string;
|
1864
1916
|
label: string | number;
|
@@ -2091,6 +2143,7 @@ declare const BkSelect: {
|
|
2091
2143
|
curContentText: import("vue").ComputedRef<string>;
|
2092
2144
|
isGroup: import("vue").ComputedRef<boolean>;
|
2093
2145
|
searchKey: import("vue").Ref<string>;
|
2146
|
+
isShowAll: import("vue").ComputedRef<boolean>;
|
2094
2147
|
isShowSelectAll: import("vue").ComputedRef<boolean>;
|
2095
2148
|
virtualHeight: import("vue").ComputedRef<number>;
|
2096
2149
|
virtualList: import("vue").ComputedRef<any[]>;
|
@@ -2223,6 +2276,7 @@ declare const BkSelect: {
|
|
2223
2276
|
default: boolean;
|
2224
2277
|
};
|
2225
2278
|
}>>>>;
|
2279
|
+
isAllSelected: import("vue").ComputedRef<boolean>;
|
2226
2280
|
focusInput: () => void;
|
2227
2281
|
setHover: () => void;
|
2228
2282
|
cancelHover: () => void;
|
@@ -2232,7 +2286,7 @@ declare const BkSelect: {
|
|
2232
2286
|
handleClear: (e: Event) => void;
|
2233
2287
|
hidePopover: () => void;
|
2234
2288
|
showPopover: () => void;
|
2235
|
-
|
2289
|
+
handleToggleSelectAll: () => void;
|
2236
2290
|
handleOptionSelected: (option: import("./type").OptionInstanceType) => void;
|
2237
2291
|
handleClickOutside: ({ event }: {
|
2238
2292
|
event: any;
|
@@ -2272,6 +2326,7 @@ declare const BkSelect: {
|
|
2272
2326
|
displayKey: string;
|
2273
2327
|
idKey: string;
|
2274
2328
|
remoteMethod: (...args: any[]) => any;
|
2329
|
+
showAll: boolean;
|
2275
2330
|
showSelectAll: boolean;
|
2276
2331
|
multipleMode: string;
|
2277
2332
|
autoHeight: boolean;
|
@@ -2311,6 +2366,7 @@ declare const BkSelect: {
|
|
2311
2366
|
selectedStyle: import("vue").ComputedRef<import("../shared").SelectedTypeEnum>;
|
2312
2367
|
optionName: import("vue").ComputedRef<string | number>;
|
2313
2368
|
optionID: import("vue").ComputedRef<unknown>;
|
2369
|
+
isDisabled: import("vue").ComputedRef<boolean>;
|
2314
2370
|
handleOptionClick: () => void;
|
2315
2371
|
handleMouseEnter: () => void;
|
2316
2372
|
resolveClassName: (cls: string) => string;
|