bkui-vue 0.0.2-beta.35 → 0.0.2-beta.37

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.
Files changed (182) hide show
  1. package/dist/index.cjs.js +25 -25
  2. package/dist/index.esm.js +30 -14
  3. package/dist/index.umd.js +44 -44
  4. package/lib/affix/index.js +391 -1
  5. package/lib/alert/index.js +287 -1
  6. package/lib/animate-number/index.js +219 -1
  7. package/lib/backtop/index.js +264 -1
  8. package/lib/badge/index.js +304 -1
  9. package/lib/breadcrumb/index.js +379 -1
  10. package/lib/button/index.js +403 -1
  11. package/lib/card/index.js +369 -1
  12. package/lib/cascader/index.js +2095 -2
  13. package/lib/checkbox/index.js +602 -1
  14. package/lib/code-diff/index.js +5548 -1
  15. package/lib/collapse/index.js +605 -1
  16. package/lib/collapse-transition/index.js +237 -1
  17. package/lib/color-picker/index.js +2735 -1
  18. package/lib/components.js +770 -1
  19. package/lib/config-provider/index.js +377 -1
  20. package/lib/container/index.js +408 -1
  21. package/lib/date-picker/index.js +5576 -1
  22. package/lib/dialog/index.js +1324 -2
  23. package/lib/directives/index.js +1386 -2
  24. package/lib/dist.index.js +179 -1
  25. package/lib/divider/index.js +237 -1
  26. package/lib/dropdown/index.js +455 -1
  27. package/lib/exception/index.js +435 -1
  28. package/lib/fixed-navbar/index.js +222 -1
  29. package/lib/form/index.js +1004 -1
  30. package/lib/hooks.js +133 -1
  31. package/lib/icon/angle-double-down-line.js +541 -1
  32. package/lib/icon/angle-double-left-line.js +541 -1
  33. package/lib/icon/angle-double-left.js +541 -1
  34. package/lib/icon/angle-double-right-line.js +541 -1
  35. package/lib/icon/angle-double-right.js +541 -1
  36. package/lib/icon/angle-double-up-line.js +541 -1
  37. package/lib/icon/angle-down-fill.js +541 -1
  38. package/lib/icon/angle-down-line.js +541 -1
  39. package/lib/icon/angle-down.js +541 -1
  40. package/lib/icon/angle-left.js +541 -1
  41. package/lib/icon/angle-right.js +541 -1
  42. package/lib/icon/angle-up-fill.js +541 -1
  43. package/lib/icon/angle-up.js +541 -1
  44. package/lib/icon/archive-fill.js +541 -1
  45. package/lib/icon/arrows-left.js +541 -1
  46. package/lib/icon/arrows-right.js +541 -1
  47. package/lib/icon/assistant.js +541 -1
  48. package/lib/icon/audio-fill.js +541 -1
  49. package/lib/icon/bk.js +541 -1
  50. package/lib/icon/circle.js +541 -1
  51. package/lib/icon/close-line.js +541 -1
  52. package/lib/icon/close.js +541 -1
  53. package/lib/icon/code.js +541 -1
  54. package/lib/icon/cog-shape.js +541 -1
  55. package/lib/icon/collapse-left.js +541 -1
  56. package/lib/icon/copy-shape.js +541 -1
  57. package/lib/icon/copy.js +541 -1
  58. package/lib/icon/data-shape.js +541 -1
  59. package/lib/icon/del.js +541 -1
  60. package/lib/icon/doc-fill.js +541 -1
  61. package/lib/icon/done.js +541 -1
  62. package/lib/icon/down-shape.js +541 -1
  63. package/lib/icon/down-small.js +541 -1
  64. package/lib/icon/edit-line.js +541 -1
  65. package/lib/icon/ellipsis.js +541 -1
  66. package/lib/icon/enlarge-line.js +541 -1
  67. package/lib/icon/error.js +541 -1
  68. package/lib/icon/excel-fill.js +541 -1
  69. package/lib/icon/exclamation-circle-shape.js +541 -1
  70. package/lib/icon/eye.js +541 -1
  71. package/lib/icon/filliscreen-line.js +541 -1
  72. package/lib/icon/fix-line.js +541 -1
  73. package/lib/icon/fix-shape.js +541 -1
  74. package/lib/icon/folder-open.js +541 -1
  75. package/lib/icon/folder-shape-open.js +541 -1
  76. package/lib/icon/folder-shape.js +541 -1
  77. package/lib/icon/folder.js +541 -1
  78. package/lib/icon/funnel.js +541 -1
  79. package/lib/icon/help-document-fill.js +541 -1
  80. package/lib/icon/help-fill.js +541 -1
  81. package/lib/icon/help.js +541 -1
  82. package/lib/icon/image-fill.js +563 -1
  83. package/lib/icon/img-error.js +563 -1
  84. package/lib/icon/img-placehoulder.js +563 -1
  85. package/lib/icon/index.js +2353 -1
  86. package/lib/icon/info-line.js +563 -1
  87. package/lib/icon/info.js +563 -1
  88. package/lib/icon/left-shape.js +563 -1
  89. package/lib/icon/left-turn-line.js +563 -1
  90. package/lib/icon/narrow-line.js +563 -1
  91. package/lib/icon/original.js +563 -1
  92. package/lib/icon/pdf-fill.js +563 -1
  93. package/lib/icon/play-shape.js +563 -1
  94. package/lib/icon/plus.js +563 -1
  95. package/lib/icon/ppt-fill.js +563 -1
  96. package/lib/icon/qq.js +563 -1
  97. package/lib/icon/right-shape.js +563 -1
  98. package/lib/icon/right-turn-line.js +563 -1
  99. package/lib/icon/search.js +563 -1
  100. package/lib/icon/share.js +563 -1
  101. package/lib/icon/spinner.js +563 -1
  102. package/lib/icon/success.js +563 -1
  103. package/lib/icon/switcher-loading.js +563 -1
  104. package/lib/icon/text-file.js +563 -1
  105. package/lib/icon/text-fill.js +563 -1
  106. package/lib/icon/transfer.js +563 -1
  107. package/lib/icon/tree-application-shape.js +563 -1
  108. package/lib/icon/unfull-screen.js +563 -1
  109. package/lib/icon/unvisible.js +563 -1
  110. package/lib/icon/up-shape.js +563 -1
  111. package/lib/icon/upload.js +563 -1
  112. package/lib/icon/video-fill.js +563 -1
  113. package/lib/icon/warn.js +563 -1
  114. package/lib/icon/weixin-pro.js +563 -1
  115. package/lib/icon/weixin.js +563 -1
  116. package/lib/image/index.js +681 -1
  117. package/lib/index.js +195 -1
  118. package/lib/info-box/index.js +1514 -2
  119. package/lib/input/index.js +1038 -1
  120. package/lib/link/index.js +232 -1
  121. package/lib/loading/index.js +443 -1
  122. package/lib/locale/index.js +489 -1
  123. package/lib/menu/index.js +793 -1
  124. package/lib/message/index.js +1842 -2
  125. package/lib/message/messageConstructor.d.ts +1 -1
  126. package/lib/modal/index.js +407 -1
  127. package/lib/navigation/index.js +439 -1
  128. package/lib/notify/index.js +470 -1
  129. package/lib/overflow-title/index.js +547 -1
  130. package/lib/pagination/index.js +974 -1
  131. package/lib/plugin-popover/index.js +4121 -1
  132. package/lib/plugins/index.js +130 -1
  133. package/lib/pop-confirm/index.js +367 -1
  134. package/lib/popover/content.d.ts +8 -0
  135. package/lib/popover/index.d.ts +12 -0
  136. package/lib/popover/index.js +4127 -1
  137. package/lib/popover/popover.d.ts +7 -0
  138. package/lib/popover/props.d.ts +3 -0
  139. package/lib/popover2/index.js +171 -1
  140. package/lib/preset.js +164 -1
  141. package/lib/process/index.js +1146 -2
  142. package/lib/progress/index.js +495 -1
  143. package/lib/radio/index.js +693 -1
  144. package/lib/rate/index.js +406 -1
  145. package/lib/resize-layout/index.js +499 -1
  146. package/lib/search-select/index.js +3024 -2
  147. package/lib/select/index.d.ts +25 -3
  148. package/lib/select/index.js +2599 -2
  149. package/lib/select/select.d.ts +11 -1
  150. package/lib/shared/index.js +2832 -1
  151. package/lib/sideslider/index.js +1056 -2
  152. package/lib/slider/index.js +1683 -2
  153. package/lib/steps/index.js +1215 -2
  154. package/lib/swiper/index.js +404 -1
  155. package/lib/switcher/index.js +335 -1
  156. package/lib/tab/index.js +935 -1
  157. package/lib/table/index.js +6588 -1
  158. package/lib/table-column/index.js +768 -1
  159. package/lib/tag/index.js +309 -1
  160. package/lib/tag-input/index.d.ts +9 -0
  161. package/lib/tag-input/index.js +1758 -1
  162. package/lib/tag-input/tag-input.d.ts +20 -0
  163. package/lib/tag-input/tag-props.d.ts +3 -0
  164. package/lib/time-picker/index.js +142 -1
  165. package/lib/timeline/index.js +310 -1
  166. package/lib/transfer/index.js +767 -1
  167. package/lib/tree/index.js +2664 -1
  168. package/lib/upload/index.js +3257 -2
  169. package/lib/virtual-render/index.js +806 -1
  170. package/package.json +1 -1
  171. package/lib/cascader/index.js.LICENSE.txt +0 -1
  172. package/lib/dialog/index.js.LICENSE.txt +0 -1
  173. package/lib/directives/index.js.LICENSE.txt +0 -14
  174. package/lib/info-box/index.js.LICENSE.txt +0 -1
  175. package/lib/message/index.js.LICENSE.txt +0 -6
  176. package/lib/process/index.js.LICENSE.txt +0 -1
  177. package/lib/search-select/index.js.LICENSE.txt +0 -1
  178. package/lib/select/index.js.LICENSE.txt +0 -1
  179. package/lib/sideslider/index.js.LICENSE.txt +0 -1
  180. package/lib/slider/index.js.LICENSE.txt +0 -1
  181. package/lib/steps/index.js.LICENSE.txt +0 -1
  182. package/lib/upload/index.js.LICENSE.txt +0 -1
@@ -1 +1,489 @@
1
- !function(e,t){if("object"==typeof exports&&"object"==typeof module)module.exports=t();else if("function"==typeof define&&define.amd)define([],t);else{var a=t();for(var l in a)("object"==typeof exports?exports:e)[l]=a[l]}}(self,(()=>(()=>{"use strict";var e={d:(t,a)=>{for(var l in a)e.o(a,l)&&!e.o(t,l)&&Object.defineProperty(t,l,{enumerable:!0,get:a[l]})},o:(e,t)=>Object.prototype.hasOwnProperty.call(e,t),r:e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})}},t={};e.r(t),e.d(t,{en:()=>a,zhCn:()=>l});const a={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"},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:function(e){return"(".concat(e," fields most)")},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"}},l={lang:"zh-cn",steps:{step1:"步骤1",step2:"步骤2",step3:"步骤3"},datePicker:{selectDate:"选择日期",selectTime:"选择时间",clear:"清除",ok:"确定",weekdays:{sun:"日",mon:"一",tue:"二",wed:"三",thu:"四",fri:"五",sat:"六"},hour:"时",min:"分",sec:"秒",toNow:"至今"},dialog:{ok:"确定",cancel:"取消",prev:"上一步",next:"下一步"},popConfirm:{ok:"确定",cancel:"取消"},form:{notBeEmpty:"不能为空",incorrectFormat:"格式不正确",max:"最大值",min:"最小值",maxLen:"最大长度",verifyError:"验证错误"},pagination:{eachPage:"每页",strip:"条",total:"共计"},process:{step1:"步骤1",step2:"步骤2",step3:"步骤3",step4:"步骤4"},searchSelect:{pleaseSelect:"请选择",loading:"加载中...",filterQueryMustHasValue:"包含键值的过滤查询必须有一个值",ok:"确认",cancel:"取消",or:"或",and:"且"},select:{noData:"无数据",noMatchedData:"无匹配数据",loading:"加载中...",pleaseSelect:"请选择",enterKeywords:"请输入关键字",all:"全部"},table:{emptyText:"暂无数据",confirm:"确定",reset:"重置",setting:{title:"表格设置",fields:{title:"字段显示设置",subtitle:function(e){return"(最多".concat(e,"项)")},selectAll:"全选"},lineHeight:{title:"表格行高",small:"小",medium:"中",large:"大"},options:{ok:"确认",cancel:"取消"}}},transfer:{sourceList:"源列表",targetList:"目标列表",removeAll:"清空",selectAll:"选择全部",noData:"无数据",noSelected:"未选择任何项",search:"搜索"},upload:{uploadSuccess:"上传成功",uploadFailed:"上传失败",drapFileOr:"将文件拖到此处或",clickUpload:"点击上传",uploadLabel:"上传文件"},input:{placeholder:"请输入"},tagInput:{placeholder:"请输入并按Enter结束"},message:{assistant:"助手",details:"详情",copySuccess:"复制成功",copyFailed:"复制失败"}};return t})()));
1
+ (function webpackUniversalModuleDefinition(root, factory) {
2
+ if(typeof exports === 'object' && typeof module === 'object')
3
+ module.exports = factory();
4
+ else if(typeof define === 'function' && define.amd)
5
+ define([], factory);
6
+ else {
7
+ var a = factory();
8
+ for(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i];
9
+ }
10
+ })(self, () => {
11
+ return /******/ (() => { // webpackBootstrap
12
+ /******/ "use strict";
13
+ /******/ // The require scope
14
+ /******/ var __webpack_require__ = {};
15
+ /******/
16
+ /************************************************************************/
17
+ /******/ /* webpack/runtime/define property getters */
18
+ /******/ (() => {
19
+ /******/ // define getter functions for harmony exports
20
+ /******/ __webpack_require__.d = (exports, definition) => {
21
+ /******/ for(var key in definition) {
22
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
23
+ /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
24
+ /******/ }
25
+ /******/ }
26
+ /******/ };
27
+ /******/ })();
28
+ /******/
29
+ /******/ /* webpack/runtime/hasOwnProperty shorthand */
30
+ /******/ (() => {
31
+ /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
32
+ /******/ })();
33
+ /******/
34
+ /******/ /* webpack/runtime/make namespace object */
35
+ /******/ (() => {
36
+ /******/ // define __esModule on exports
37
+ /******/ __webpack_require__.r = (exports) => {
38
+ /******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
39
+ /******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
40
+ /******/ }
41
+ /******/ Object.defineProperty(exports, '__esModule', { value: true });
42
+ /******/ };
43
+ /******/ })();
44
+ /******/
45
+ /************************************************************************/
46
+ var __webpack_exports__ = {};
47
+ // ESM COMPAT FLAG
48
+ __webpack_require__.r(__webpack_exports__);
49
+
50
+ // EXPORTS
51
+ __webpack_require__.d(__webpack_exports__, {
52
+ en: () => (/* reexport */ lang_en),
53
+ zhCn: () => (/* reexport */ zh_cn)
54
+ });
55
+
56
+ ;// CONCATENATED MODULE: ../../packages/locale/src/lang/en.ts
57
+ /*
58
+ * Tencent is pleased to support the open source community by making
59
+ * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
60
+ *
61
+ * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
62
+ *
63
+ * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
64
+ *
65
+ * License for 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition):
66
+ *
67
+ * ---------------------------------------------------
68
+ * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
69
+ * documentation files (the "Software"), to deal in the Software without restriction, including without limitation
70
+ * the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and
71
+ * to permit persons to whom the Software is furnished to do so, subject to the following conditions:
72
+ *
73
+ * The above copyright notice and this permission notice shall be included in all copies or substantial portions of
74
+ * the Software.
75
+ *
76
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO
77
+ * THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
78
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
79
+ * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
80
+ * IN THE SOFTWARE.
81
+ */
82
+ var en = {
83
+ lang: 'en',
84
+ steps: {
85
+ step1: 'step1',
86
+ step2: 'step2',
87
+ step3: 'step3'
88
+ },
89
+ datePicker: {
90
+ selectDate: 'Select Date',
91
+ selectTime: 'Select Time',
92
+ clear: 'Clear',
93
+ ok: 'OK',
94
+ weekdays: {
95
+ sun: 'Sun',
96
+ mon: 'Mon',
97
+ tue: 'Tue',
98
+ wed: 'Wed',
99
+ thu: 'Thu',
100
+ fri: 'Fri',
101
+ sat: 'Sat'
102
+ },
103
+ hour: 'Hour',
104
+ min: 'Minute',
105
+ sec: 'Second',
106
+ toNow: 'Now'
107
+ // now: 'Now',
108
+ },
109
+
110
+ dialog: {
111
+ ok: 'OK',
112
+ cancel: 'Cancel',
113
+ prev: 'prev',
114
+ next: 'next'
115
+ },
116
+ popConfirm: {
117
+ ok: 'OK',
118
+ cancel: 'Cancel'
119
+ },
120
+ form: {
121
+ notBeEmpty: 'cannot be empty',
122
+ incorrectFormat: 'incorrect format',
123
+ max: 'maximum value',
124
+ min: 'minimum value',
125
+ maxLen: 'maximum length',
126
+ verifyError: 'verify error'
127
+ },
128
+ pagination: {
129
+ eachPage: 'Each Page',
130
+ strip: '',
131
+ total: 'Total'
132
+ },
133
+ process: {
134
+ step1: 'step1',
135
+ step2: 'step2',
136
+ step3: 'step3',
137
+ step4: 'step4'
138
+ },
139
+ searchSelect: {
140
+ pleaseSelect: 'Please Select',
141
+ loading: 'Loading...',
142
+ filterQueryMustHasValue: 'Filter query containing key value must have value',
143
+ ok: 'OK',
144
+ cancel: 'Cancel',
145
+ or: 'Or',
146
+ and: 'And'
147
+ },
148
+ select: {
149
+ noData: 'No data',
150
+ noMatchedData: 'No matched data',
151
+ loading: 'Loading...',
152
+ pleaseSelect: 'Please select',
153
+ enterKeywords: 'Please enter keywords',
154
+ all: 'All'
155
+ },
156
+ table: {
157
+ emptyText: 'No Data',
158
+ confirm: 'Confirm',
159
+ reset: 'Reset',
160
+ setting: {
161
+ title: 'Table Settings',
162
+ fields: {
163
+ title: 'Displaying Fields Setting',
164
+ subtitle: function subtitle(max) {
165
+ return "\uFF08".concat(max, " fields most\uFF09");
166
+ },
167
+ selectAll: 'All'
168
+ },
169
+ lineHeight: {
170
+ title: 'Table Line Height',
171
+ small: 'small',
172
+ medium: 'medium',
173
+ large: 'large'
174
+ },
175
+ options: {
176
+ ok: 'OK',
177
+ cancel: 'Cancel'
178
+ }
179
+ }
180
+ },
181
+ transfer: {
182
+ sourceList: 'Source List',
183
+ targetList: 'Target List',
184
+ removeAll: 'Remove All',
185
+ selectAll: 'Select All',
186
+ noData: 'No Data',
187
+ noSelected: 'No Selected',
188
+ search: 'Search'
189
+ },
190
+ upload: {
191
+ uploadSuccess: 'Upload Success',
192
+ uploadFailed: 'Upload Failed',
193
+ drapFileOr: 'Drag files here or ',
194
+ clickUpload: 'Click Upload',
195
+ uploadLabel: 'Upload Files'
196
+ },
197
+ input: {
198
+ placeholder: 'Please input'
199
+ },
200
+ tagInput: {
201
+ placeholder: 'Please input and press ENTER to finish'
202
+ },
203
+ message: {
204
+ assistant: 'Assistant',
205
+ details: 'Details',
206
+ copySuccess: 'Successfully',
207
+ copyFailed: 'Copy Failed'
208
+ }
209
+ // exception: {
210
+ // 403: 'Forbidden',
211
+ // 404: 'Not Found',
212
+ // 500: 'Internal Server Error',
213
+ // building: 'Building',
214
+ // empty: 'No Data',
215
+ // searchEmpty: 'Search Is Empty',
216
+ // login: 'Please log in to Blueking',
217
+ // },
218
+ // imageViewer: {
219
+ // loadFailed: 'Picture failed to load.',
220
+ // quitTips: 'ESC Can Exit fullscreen',
221
+ // },
222
+ // notify: {
223
+ // showMore: 'Show more',
224
+ // },
225
+ // sideslider: {
226
+ // title: 'Title',
227
+ // },
228
+ // tree: {
229
+ // emptyText: 'No Data',
230
+ // },
231
+ // navigation: {
232
+ // headerTitle: 'Program name',
233
+ // },
234
+ // bigTree: {
235
+ // emptyText: 'No Data',
236
+ // },
237
+ // message: {
238
+ // copy: 'copy',
239
+ // copied: 'copied',
240
+ // },
241
+ // image: {
242
+ // zoomIn: 'zoom in',
243
+ // zoomOut: 'zoom out',
244
+ // rotateLeft: 'anticlockwise',
245
+ // rotateRight: 'clockwise rotation',
246
+ // fullScreen: 'full screen',
247
+ // original: 'original size',
248
+ // prev: 'prev',
249
+ // next: 'next',
250
+ // },
251
+ // versionDetail: {
252
+ // currentTagText: 'Current',
253
+ // },
254
+ };
255
+
256
+ /* harmony default export */ const lang_en = (en);
257
+ ;// CONCATENATED MODULE: ../../packages/locale/src/lang/zh-cn.ts
258
+ /*
259
+ * Tencent is pleased to support the open source community by making
260
+ * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
261
+ *
262
+ * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
263
+ *
264
+ * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
265
+ *
266
+ * License for 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition):
267
+ *
268
+ * ---------------------------------------------------
269
+ * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
270
+ * documentation files (the "Software"), to deal in the Software without restriction, including without limitation
271
+ * the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and
272
+ * to permit persons to whom the Software is furnished to do so, subject to the following conditions:
273
+ *
274
+ * The above copyright notice and this permission notice shall be included in all copies or substantial portions of
275
+ * the Software.
276
+ *
277
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO
278
+ * THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
279
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
280
+ * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
281
+ * IN THE SOFTWARE.
282
+ */
283
+ var zhCn = {
284
+ lang: 'zh-cn',
285
+ steps: {
286
+ step1: '步骤1',
287
+ step2: '步骤2',
288
+ step3: '步骤3'
289
+ },
290
+ datePicker: {
291
+ selectDate: '选择日期',
292
+ selectTime: '选择时间',
293
+ clear: '清除',
294
+ ok: '确定',
295
+ weekdays: {
296
+ sun: '日',
297
+ mon: '一',
298
+ tue: '二',
299
+ wed: '三',
300
+ thu: '四',
301
+ fri: '五',
302
+ sat: '六'
303
+ },
304
+ hour: '时',
305
+ min: '分',
306
+ sec: '秒',
307
+ toNow: '至今'
308
+ // now: '此刻',
309
+ },
310
+
311
+ dialog: {
312
+ ok: '确定',
313
+ cancel: '取消',
314
+ prev: '上一步',
315
+ next: '下一步'
316
+ },
317
+ popConfirm: {
318
+ ok: '确定',
319
+ cancel: '取消'
320
+ },
321
+ form: {
322
+ notBeEmpty: '不能为空',
323
+ incorrectFormat: '格式不正确',
324
+ max: '最大值',
325
+ min: '最小值',
326
+ maxLen: '最大长度',
327
+ verifyError: '验证错误'
328
+ },
329
+ pagination: {
330
+ eachPage: '每页',
331
+ strip: '条',
332
+ total: '共计'
333
+ },
334
+ process: {
335
+ step1: '步骤1',
336
+ step2: '步骤2',
337
+ step3: '步骤3',
338
+ step4: '步骤4'
339
+ },
340
+ searchSelect: {
341
+ pleaseSelect: '请选择',
342
+ loading: '加载中...',
343
+ filterQueryMustHasValue: '包含键值的过滤查询必须有一个值',
344
+ ok: '确认',
345
+ cancel: '取消',
346
+ or: '或',
347
+ and: '且'
348
+ },
349
+ select: {
350
+ noData: '无数据',
351
+ noMatchedData: '无匹配数据',
352
+ loading: '加载中...',
353
+ pleaseSelect: '请选择',
354
+ enterKeywords: '请输入关键字',
355
+ all: '全部'
356
+ },
357
+ table: {
358
+ emptyText: '暂无数据',
359
+ confirm: '确定',
360
+ reset: '重置',
361
+ setting: {
362
+ title: '表格设置',
363
+ fields: {
364
+ title: '字段显示设置',
365
+ subtitle: function subtitle(max) {
366
+ return "\uFF08\u6700\u591A".concat(max, "\u9879\uFF09");
367
+ },
368
+ selectAll: '全选'
369
+ },
370
+ lineHeight: {
371
+ title: '表格行高',
372
+ small: '小',
373
+ medium: '中',
374
+ large: '大'
375
+ },
376
+ options: {
377
+ ok: '确认',
378
+ cancel: '取消'
379
+ }
380
+ }
381
+ },
382
+ transfer: {
383
+ sourceList: '源列表',
384
+ targetList: '目标列表',
385
+ removeAll: '清空',
386
+ selectAll: '选择全部',
387
+ noData: '无数据',
388
+ noSelected: '未选择任何项',
389
+ search: '搜索'
390
+ },
391
+ upload: {
392
+ uploadSuccess: '上传成功',
393
+ uploadFailed: '上传失败',
394
+ drapFileOr: '将文件拖到此处或',
395
+ clickUpload: '点击上传',
396
+ uploadLabel: '上传文件'
397
+ },
398
+ input: {
399
+ placeholder: '请输入'
400
+ },
401
+ tagInput: {
402
+ placeholder: '请输入并按Enter结束'
403
+ },
404
+ message: {
405
+ assistant: '助手',
406
+ details: '详情',
407
+ copySuccess: '复制成功',
408
+ copyFailed: '复制失败'
409
+ }
410
+ // exception: {
411
+ // 403: '无业务权限',
412
+ // 404: '页面不存在',
413
+ // 500: '服务维护中',
414
+ // building: '功能建设中',
415
+ // empty: '没有数据',
416
+ // searchEmpty: '搜索为空',
417
+ // login: '请登入蓝鲸',
418
+ // },
419
+ // imageViewer: {
420
+ // loadFailed: '抱歉,图片加载失败',
421
+ // quitTips: 'ESC 可以退出全屏',
422
+ // },
423
+ // notify: {
424
+ // showMore: '查看更多',
425
+ // },
426
+ // sideslider: {
427
+ // title: '标题',
428
+ // },
429
+ // tree: {
430
+ // emptyText: '暂无数据',
431
+ // },
432
+ // navigation: {
433
+ // headerTitle: '栏目名称',
434
+ // },
435
+ // bigTree: {
436
+ // emptyText: '暂无搜索结果',
437
+ // },
438
+ // message: {
439
+ // copy: '复制',
440
+ // copied: '已复制',
441
+ // },
442
+ // image: {
443
+ // zoomIn: '放大',
444
+ // zoomOut: '缩小',
445
+ // rotateLeft: '向左旋转',
446
+ // rotateRight: '向右旋转',
447
+ // fullScreen: '适应屏幕',
448
+ // original: '快速回到 1:1',
449
+ // prev: 'prev',
450
+ // next: 'next',
451
+ // },
452
+ // versionDetail: {
453
+ // currentTagText: '当前版本',
454
+ // },
455
+ };
456
+
457
+ /* harmony default export */ const zh_cn = (zhCn);
458
+ ;// CONCATENATED MODULE: ../../packages/locale/src/index.ts
459
+ /*
460
+ * Tencent is pleased to support the open source community by making
461
+ * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
462
+ *
463
+ * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
464
+ *
465
+ * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
466
+ *
467
+ * License for 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition):
468
+ *
469
+ * ---------------------------------------------------
470
+ * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
471
+ * documentation files (the "Software"), to deal in the Software without restriction, including without limitation
472
+ * the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and
473
+ * to permit persons to whom the Software is furnished to do so, subject to the following conditions:
474
+ *
475
+ * The above copyright notice and this permission notice shall be included in all copies or substantial portions of
476
+ * the Software.
477
+ *
478
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO
479
+ * THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
480
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
481
+ * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
482
+ * IN THE SOFTWARE.
483
+ */
484
+
485
+
486
+ /******/ return __webpack_exports__;
487
+ /******/ })()
488
+ ;
489
+ });