@kdcloudjs/kdesign 1.8.4 → 1.8.6

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.
@@ -308,6 +308,9 @@
308
308
  width: 96px;
309
309
  color: var(--kd-g-color-text-third, #999);
310
310
  font-size: var(--kd-g-font-size-small, 12px);
311
+ white-space: nowrap;
312
+ overflow: hidden;
313
+ text-overflow: ellipsis;
311
314
  }
312
315
  .kd-filter .kd-filter-body-scheme-list {
313
316
  display: -webkit-box;
@@ -200,6 +200,7 @@
200
200
  width: 96px;
201
201
  color: @color-text-third;
202
202
  font-size: @font-size-small;
203
+ .ellipsis;
203
204
  }
204
205
 
205
206
  &-list {
package/es/grid/col.js CHANGED
@@ -47,10 +47,10 @@ var Col = function Col(props) {
47
47
  if (testBrowserType(/^sogou/i, 0)) return true;
48
48
  // 判断是否是IE浏览器
49
49
  if (/Trident|MSIE/.test(navigator.userAgent)) return true;
50
- // 判断是否是chrome浏览器,chrome浏览器版本号小于69
50
+ // 判断是否是chrome浏览器,chrome浏览器版本号小于83(统信浏览器)
51
51
  if (/Chrome/.test(navigator.userAgent) && !/Chromium/.test(navigator.userAgent)) {
52
52
  var version = navigator.userAgent.split('Chrome/')[1].split('.');
53
- if (version[0] && parseInt(version[0]) <= 69) return true;
53
+ if (version[0] && parseInt(version[0]) <= 83) return true;
54
54
  }
55
55
  return false;
56
56
  };
package/es/grid/row.js CHANGED
@@ -48,10 +48,10 @@ var Row = function Row(props) {
48
48
  if (testBrowserType(/^sogou/i, 0)) return true;
49
49
  // 判断是否是IE浏览器
50
50
  if (/Trident|MSIE/.test(navigator.userAgent)) return true;
51
- // 判断是否是chrome浏览器,chrome浏览器版本号小于69
51
+ // 判断是否是chrome浏览器,chrome浏览器版本号小于83(统信浏览器)
52
52
  if (/Chrome/.test(navigator.userAgent) && !/Chromium/.test(navigator.userAgent)) {
53
53
  var version = navigator.userAgent.split('Chrome/')[1].split('.');
54
- if (version[0] && parseInt(version[0]) <= 69) return true;
54
+ if (version[0] && parseInt(version[0]) <= 83) return true;
55
55
  }
56
56
  return false;
57
57
  };
@@ -0,0 +1,122 @@
1
+ declare const locale: {
2
+ locale: string;
3
+ 'DatePicker.placeholder': string;
4
+ 'DatePicker.yearPlaceholder': string;
5
+ 'DatePicker.quarterPlaceholder': string;
6
+ 'DatePicker.monthPlaceholder': string;
7
+ 'DatePicker.weekPlaceholder': string;
8
+ 'DatePicker.timePlaceholder': string;
9
+ 'DatePicker.now': string;
10
+ 'DatePicker.confrim': string;
11
+ 'DatePicker.today': string;
12
+ 'DatePicker.month': string;
13
+ 'DatePicker.year': string;
14
+ 'DatePicker.weekTitle': string[];
15
+ 'DatePicker.monthTitle': string[];
16
+ 'DatePicker.rangePlaceholder': string[];
17
+ 'DatePicker.rangeYearPlaceholder': string[];
18
+ 'DatePicker.rangeMonthPlaceholder': string[];
19
+ 'DatePicker.rangeWeekPlaceholder': string[];
20
+ 'DatePicker.rangeQuarterPlaceholder': string[];
21
+ 'DatePicker.rangeTimePlaceholder': string[];
22
+ 'global.selectholder': string;
23
+ 'global.placeholder': string;
24
+ 'global.cancel': string;
25
+ 'global.confirm': string;
26
+ 'global.emptyText': string;
27
+ 'Button.text': string;
28
+ 'Progress.circleLoadingDesc': string;
29
+ 'Progress.loading': string;
30
+ 'Progress.fail': string;
31
+ 'Progress.success': string;
32
+ 'Pagination.prevPage': string;
33
+ 'Pagination.nextPage': string;
34
+ 'Pagination.total': string;
35
+ 'Pagination.page': string;
36
+ 'Pagination.row': string;
37
+ 'Pagination.first': string;
38
+ 'Pagination.last': string;
39
+ 'Pagination.perPage': string;
40
+ 'Pagination.order': string;
41
+ 'Pagination.forward': string;
42
+ 'Pagination.backward': string;
43
+ 'Transfer.selectAll': string;
44
+ 'Transfer.searchPlaceholder': string[];
45
+ 'Transfer.leftTitle': string;
46
+ 'Transfer.rightTitle': string;
47
+ 'Transfer.emptyTip': string;
48
+ 'Modal.okText': string;
49
+ 'Modal.cancelText': string;
50
+ 'Modal.iknowText': string;
51
+ 'Empty.emptyText': string;
52
+ 'Empty.searchEmptyText': string;
53
+ 'QuickSearch.placeholder': string;
54
+ 'QuickSearch.desc': string[];
55
+ 'QuickSearch.nplDesc': string;
56
+ 'QuickSearch.emptyTip': string;
57
+ 'QuickSearch.or': string;
58
+ 'CityPicker.domestic': string;
59
+ 'CityPicker.common': string;
60
+ 'CityPicker.emptyText': string;
61
+ 'CityPicker.commonEmptyText': string;
62
+ 'CityPicker.tabsDomestic': string;
63
+ 'CityPicker.tabsInternation': string;
64
+ 'CityPicker.title': string;
65
+ 'ColorPicker.followFunctionalColor': string;
66
+ 'Search.placeholder': string;
67
+ 'Search.desc': string[];
68
+ 'Search.nplDesc': string;
69
+ 'Search.emptyTip': string;
70
+ 'Search.viewMoreResult': string;
71
+ 'Search.range': string;
72
+ 'Search.or': string;
73
+ 'Filter.filterCondition': string;
74
+ 'Filter.commonCondition': string;
75
+ 'Filter.schemeQuery': string;
76
+ 'Filter.spread': string;
77
+ 'Filter.packup': string;
78
+ 'Filter.filter': string;
79
+ 'Filter.scheme': string;
80
+ 'Filter.unlimited': string;
81
+ 'Filter.commonScheme': string;
82
+ 'Filter.advancedQuery': string;
83
+ 'Filter.schemeName': string;
84
+ 'Filter.addCondition': string;
85
+ 'Filter.saveScheme': string;
86
+ 'Filter.query': string;
87
+ 'Filter.and': string;
88
+ 'Filter.settings': string;
89
+ 'Filter.schemeNamePlaceholder': string;
90
+ 'Form.requiredMessage': string;
91
+ 'Table.contain': string;
92
+ 'Table.notContain': string;
93
+ 'Table.equal': string;
94
+ 'Table.notEqual': string;
95
+ 'Table.isNull': string;
96
+ 'Table.notIsNull': string;
97
+ 'Table.resetFilter': string;
98
+ 'Table.confirmFilter': string;
99
+ 'Select.selectAll': string;
100
+ 'Select.seleted': string;
101
+ 'Select.total': string;
102
+ 'Signature.clickToSign': string;
103
+ 'Signature.pleaseWriteHere': string;
104
+ 'Signature.okText': string;
105
+ 'Signature.cancelText': string;
106
+ 'Signature.handwrittenSignature': string;
107
+ 'QRCode.qrCodeExpired': string;
108
+ 'QRCode.clickRefresh': string;
109
+ 'Cascader.total': string;
110
+ 'BaseData.total': string;
111
+ 'BaseData.history': string;
112
+ 'BaseData.favorites': string;
113
+ 'Image.close': string;
114
+ 'Upload.reUpload': string;
115
+ 'Upload.uploading': string;
116
+ 'Upload.fail': string;
117
+ 'Upload.delete': string;
118
+ 'Notification.title': string;
119
+ 'TreeSelect.total': string;
120
+ 'ImageCropper.okText': string;
121
+ };
122
+ export default locale;
@@ -0,0 +1,122 @@
1
+ var locale = {
2
+ locale: 'en-US',
3
+ 'DatePicker.placeholder': 'select date',
4
+ 'DatePicker.yearPlaceholder': 'select year',
5
+ 'DatePicker.quarterPlaceholder': 'select quarter',
6
+ 'DatePicker.monthPlaceholder': 'select month',
7
+ 'DatePicker.weekPlaceholder': 'select week',
8
+ 'DatePicker.timePlaceholder': 'select time',
9
+ 'DatePicker.now': 'Now',
10
+ 'DatePicker.confrim': 'Ok',
11
+ 'DatePicker.today': 'Today',
12
+ 'DatePicker.month': 'Month',
13
+ 'DatePicker.year': '',
14
+ 'DatePicker.weekTitle': ['Su', 'Mo', 'Tu', 'We', 'Th', 'Fr', 'Sa'],
15
+ 'DatePicker.monthTitle': ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'],
16
+ 'DatePicker.rangePlaceholder': ['Start date', 'End date'],
17
+ 'DatePicker.rangeYearPlaceholder': ['Start year', 'End year'],
18
+ 'DatePicker.rangeMonthPlaceholder': ['Start month', 'End month'],
19
+ 'DatePicker.rangeWeekPlaceholder': ['Start week', 'End week'],
20
+ 'DatePicker.rangeQuarterPlaceholder': ['Start quarter', 'End quarter'],
21
+ 'DatePicker.rangeTimePlaceholder': ['Start time', 'End time'],
22
+ 'global.selectholder': 'Please select',
23
+ 'global.placeholder': 'Please enter search content',
24
+ 'global.cancel': 'Cancel',
25
+ 'global.confirm': 'Ok',
26
+ 'global.emptyText': 'No data',
27
+ 'Button.text': 'Button',
28
+ 'Progress.circleLoadingDesc': 'Loading...',
29
+ 'Progress.loading': 'Loading...',
30
+ 'Progress.fail': 'Load failed',
31
+ 'Progress.success': 'Load successful',
32
+ 'Pagination.prevPage': 'Previous',
33
+ 'Pagination.nextPage': 'Next',
34
+ 'Pagination.total': 'Total {page} pages {row} items',
35
+ 'Pagination.page': 'Total {page} pages',
36
+ 'Pagination.row': 'Total {row} items',
37
+ 'Pagination.first': 'First page',
38
+ 'Pagination.last': 'Last page',
39
+ 'Pagination.perPage': '{size} /page',
40
+ 'Pagination.order': 'Page {order}',
41
+ 'Pagination.forward': 'Forward 5 pages',
42
+ 'Pagination.backward': 'Backward 5 pages',
43
+ 'Transfer.selectAll': 'Select all',
44
+ 'Transfer.searchPlaceholder': ['Please enter search content', 'Please enter search content'],
45
+ 'Transfer.leftTitle': 'Available list',
46
+ 'Transfer.rightTitle': 'Selected list',
47
+ 'Transfer.emptyTip': 'No data',
48
+ 'Modal.okText': 'Ok',
49
+ 'Modal.cancelText': 'Cancel',
50
+ 'Modal.iknowText': 'I know',
51
+ 'Empty.emptyText': 'No data',
52
+ 'Empty.searchEmptyText': 'No results found',
53
+ 'QuickSearch.placeholder': 'Please enter search content',
54
+ 'QuickSearch.desc': ["Space means 'or', Enter means 'and'"],
55
+ 'QuickSearch.nplDesc': 'Smart search',
56
+ 'QuickSearch.emptyTip': 'No data',
57
+ 'QuickSearch.or': 'Or',
58
+ 'CityPicker.domestic': 'Domestic',
59
+ 'CityPicker.common': 'Common',
60
+ 'CityPicker.emptyText': 'No data',
61
+ 'CityPicker.commonEmptyText': 'No common cities',
62
+ 'CityPicker.tabsDomestic': 'Domestic',
63
+ 'CityPicker.tabsInternation': 'International/China HK-MO-TW',
64
+ 'CityPicker.title': 'City',
65
+ 'ColorPicker.followFunctionalColor': 'Follow theme color',
66
+ 'Search.placeholder': 'Please enter search content',
67
+ 'Search.desc': ["Space means 'or', Enter means 'and'"],
68
+ 'Search.nplDesc': 'Smart search',
69
+ 'Search.emptyTip': 'No data',
70
+ 'Search.viewMoreResult': "See more results for '{inputValue}'",
71
+ 'Search.range': 'scope',
72
+ 'Search.or': 'Or',
73
+ 'Filter.filterCondition': 'Filter condition',
74
+ 'Filter.commonCondition': 'Common conditions',
75
+ 'Filter.schemeQuery': 'Scheme query',
76
+ 'Filter.spread': 'Expand',
77
+ 'Filter.packup': 'Collapse',
78
+ 'Filter.filter': '',
79
+ 'Filter.scheme': 'Scheme',
80
+ 'Filter.unlimited': 'Unlimited',
81
+ 'Filter.commonScheme': 'Common schemes',
82
+ 'Filter.advancedQuery': 'Advanced query',
83
+ 'Filter.schemeName': 'Scheme name',
84
+ 'Filter.addCondition': 'Add condition',
85
+ 'Filter.saveScheme': 'Save scheme',
86
+ 'Filter.query': 'Query',
87
+ 'Filter.and': 'And',
88
+ 'Filter.settings': 'Settings',
89
+ 'Filter.schemeNamePlaceholder': 'Please enter scheme name',
90
+ 'Form.requiredMessage': 'Please enter your',
91
+ 'Table.contain': 'Contain',
92
+ 'Table.notContain': 'Do not contain',
93
+ 'Table.equal': 'Equal',
94
+ 'Table.notEqual': 'Not equal',
95
+ 'Table.isNull': 'Is null',
96
+ 'Table.notIsNull': 'Is not null',
97
+ 'Table.resetFilter': 'Reset',
98
+ 'Table.confirmFilter': 'Ok',
99
+ 'Select.selectAll': 'Select all',
100
+ 'Select.seleted': 'Selected {size} items',
101
+ 'Select.total': 'Total {total} items',
102
+ 'Signature.clickToSign': 'Click to sign',
103
+ 'Signature.pleaseWriteHere': 'Please write your signature horizontally here',
104
+ 'Signature.okText': 'Ok',
105
+ 'Signature.cancelText': 'Cancel',
106
+ 'Signature.handwrittenSignature': 'Handwritten Signature',
107
+ 'QRCode.qrCodeExpired': 'QR code expired',
108
+ 'QRCode.clickRefresh': 'Refresh',
109
+ 'Cascader.total': 'Total {total} items',
110
+ 'BaseData.total': 'Total {total} items',
111
+ 'BaseData.history': 'History',
112
+ 'BaseData.favorites': 'Favorites',
113
+ 'Image.close': 'Close',
114
+ 'Upload.reUpload': 'Re-upload',
115
+ 'Upload.uploading': 'Uploading',
116
+ 'Upload.fail': 'Upload failed',
117
+ 'Upload.delete': 'Delete',
118
+ 'Notification.title': 'System Notification',
119
+ 'TreeSelect.total': 'Total {total} items',
120
+ 'ImageCropper.okText': 'Confirm Crop'
121
+ };
122
+ export default locale;
package/es/modal/modal.js CHANGED
@@ -24,6 +24,7 @@ import devWarning from '../_utils/devwarning';
24
24
  import Draggable from 'react-draggable';
25
25
  import { getLangMsg } from '../locale/locale';
26
26
  import { useHideDocumentScrollBar } from '../_utils/hooks';
27
+ import { isIE } from '../_utils/ieUtil';
27
28
  export var ConfirmModalTypes = ['confirm', 'normal'];
28
29
  export var ModalTypes = tuple('confirm', 'warning', 'error', 'normal');
29
30
  var DragDirection;
@@ -375,7 +376,7 @@ var InternalModal = function InternalModal(props, ref) {
375
376
  }
376
377
  };
377
378
  var isHidden = !destroyOnClose && !(isForceController ? visible : innerVisible);
378
- var modalClasses = classNames(modalPrefixCls, className, (_classNames3 = {}, _defineProperty(_classNames3, "".concat(modalPrefixCls, "-container"), true), _defineProperty(_classNames3, "".concat(modalPrefixCls, "-container-hidden"), isHidden), _defineProperty(_classNames3, "".concat(modalPrefixCls, "-container-show"), !isHidden), _classNames3));
379
+ var modalClasses = classNames(modalPrefixCls, className, (_classNames3 = {}, _defineProperty(_classNames3, "".concat(modalPrefixCls, "-container"), true), _defineProperty(_classNames3, "".concat(modalPrefixCls, "-container-ie"), isIE), _defineProperty(_classNames3, "".concat(modalPrefixCls, "-container-hidden"), isHidden), _defineProperty(_classNames3, "".concat(modalPrefixCls, "-container-show"), !isHidden), _classNames3));
379
380
  var headerClass = "".concat(modalPrefixCls, "-header");
380
381
  var container = /*#__PURE__*/React.createElement("div", {
381
382
  className: classNames((_classNames4 = {}, _defineProperty(_classNames4, "".concat(modalPrefixCls, "-container-box"), true), _defineProperty(_classNames4, "".concat(modalPrefixCls, "-has-container-box"), modalContainer && !overroll), _defineProperty(_classNames4, "".concat(modalPrefixCls, "-showline"), showline), _classNames4)),
@@ -113,6 +113,9 @@
113
113
  position: relative;
114
114
  z-index: var(--kd-c-modal-z-index, var(--kd-g-z-index-dialog, 1050));
115
115
  }
116
+ .kd-modal-container-ie {
117
+ position: absolute;
118
+ }
116
119
  .kd-modal-container-show {
117
120
  -webkit-animation: kdModalEffect calc(0.3s - 0.1s) cubic-bezier(0.4, 0, 0.6, 1) both;
118
121
  animation: kdModalEffect calc(0.3s - 0.1s) cubic-bezier(0.4, 0, 0.6, 1) both;
@@ -24,6 +24,10 @@
24
24
  position: relative;
25
25
  z-index: @modal-z-index-dialog;
26
26
 
27
+ &-ie {
28
+ position: absolute;
29
+ }
30
+
27
31
  &-show {
28
32
  animation: kdModalEffect calc(@transition-duration - 0.1s) @ease both;
29
33
  }
@@ -212,7 +212,6 @@ export var Popper = /*#__PURE__*/forwardRef(function (props, ref) {
212
212
  onVisibleChange === null || onVisibleChange === void 0 ? void 0 : onVisibleChange(nextOpen);
213
213
  }
214
214
  if (!nextOpen && _Object$keys(subPopupRefs.current || {}).length) {
215
- console.log('triggerOpenSub', subPopupRefs.current);
216
215
  _Object$values(subPopupRefs.current).forEach(function (d) {
217
216
  if (typeof (d === null || d === void 0 ? void 0 : d.triggerOpen) === 'function' && (d === null || d === void 0 ? void 0 : d.visible)) {
218
217
  d === null || d === void 0 ? void 0 : d.triggerOpen(false);
@@ -265,7 +264,6 @@ export var Popper = /*#__PURE__*/forwardRef(function (props, ref) {
265
264
  };
266
265
  var onClick = function onClick(e) {
267
266
  var _a, _b;
268
- e.stopPropagation();
269
267
  onTriggerInner(!visibleInner, 'click');
270
268
  (_b = (_a = referenceElement === null || referenceElement === void 0 ? void 0 : referenceElement.props) === null || _a === void 0 ? void 0 : _a.onClick) === null || _b === void 0 ? void 0 : _b.call(_a, e);
271
269
  };
@@ -363,7 +361,6 @@ export var Popper = /*#__PURE__*/forwardRef(function (props, ref) {
363
361
  var domReference = getRealDom(referenceRef, referenceElement);
364
362
  var isReference = domReference ? domReference === e.target || ((_c = domReference === null || domReference === void 0 ? void 0 : domReference.contains) === null || _c === void 0 ? void 0 : _c.call(domReference, e.target)) : false;
365
363
  var isTarget = trigger === 'contextMenu' ? isPopper : isPopper || isReference;
366
- console.log('clickOutside', children, e.target, isPopper, isReference, subPopupRefs.current);
367
364
  if (clickToClose && !isTarget && !isSubPopper(e)) {
368
365
  triggerOpen(false, 'clickOutside', 0);
369
366
  }
@@ -573,17 +573,17 @@
573
573
  -ms-user-select: none;
574
574
  user-select: none;
575
575
  }
576
- .kd-select .kd-select-selection-item-small {
576
+ .kd-select .kd-select-selection-item.kd-select-selection-item-small {
577
577
  height: 20px;
578
578
  line-height: 18px;
579
579
  font-size: 12px;
580
580
  }
581
- .kd-select .kd-select-selection-item-middle {
581
+ .kd-select .kd-select-selection-item.kd-select-selection-item-middle {
582
582
  font-size: 12px;
583
583
  height: 20px;
584
584
  line-height: 18px;
585
585
  }
586
- .kd-select .kd-select-selection-item-large {
586
+ .kd-select .kd-select-selection-item.kd-select-selection-item-large {
587
587
  font-size: 14px;
588
588
  line-height: 22px;
589
589
  height: 22px;
@@ -311,19 +311,19 @@
311
311
  max-width: 100%;
312
312
  cursor: default;
313
313
  user-select: none;
314
- &-small {
314
+ &.@{select-prefix-cls}-selection-item-small {
315
315
  height: 20px;
316
316
  line-height: 18px;
317
317
  font-size: 12px;
318
318
  }
319
319
 
320
- &-middle {
320
+ &.@{select-prefix-cls}-selection-item-middle {
321
321
  font-size: 12px;
322
322
  height: 20px;
323
323
  line-height: 18px;
324
324
  }
325
325
 
326
- &-large {
326
+ &.@{select-prefix-cls}-selection-item-large {
327
327
  font-size: 14px;
328
328
  line-height: 22px;
329
329
  height: 22px;
@@ -308,6 +308,9 @@
308
308
  width: 96px;
309
309
  color: var(--kd-g-color-text-third, #999);
310
310
  font-size: var(--kd-g-font-size-small, 12px);
311
+ white-space: nowrap;
312
+ overflow: hidden;
313
+ text-overflow: ellipsis;
311
314
  }
312
315
  .kd-filter .kd-filter-body-scheme-list {
313
316
  display: -webkit-box;
@@ -200,6 +200,7 @@
200
200
  width: 96px;
201
201
  color: @color-text-third;
202
202
  font-size: @font-size-small;
203
+ .ellipsis;
203
204
  }
204
205
 
205
206
  &-list {
package/lib/grid/col.js CHANGED
@@ -59,10 +59,10 @@ var Col = function Col(props) {
59
59
  if ((0, _testBrowserType.testBrowserType)(/^sogou/i, 0)) return true;
60
60
  // 判断是否是IE浏览器
61
61
  if (/Trident|MSIE/.test(navigator.userAgent)) return true;
62
- // 判断是否是chrome浏览器,chrome浏览器版本号小于69
62
+ // 判断是否是chrome浏览器,chrome浏览器版本号小于83(统信浏览器)
63
63
  if (/Chrome/.test(navigator.userAgent) && !/Chromium/.test(navigator.userAgent)) {
64
64
  var version = navigator.userAgent.split('Chrome/')[1].split('.');
65
- if (version[0] && parseInt(version[0]) <= 69) return true;
65
+ if (version[0] && parseInt(version[0]) <= 83) return true;
66
66
  }
67
67
  return false;
68
68
  };
package/lib/grid/row.js CHANGED
@@ -61,10 +61,10 @@ var Row = function Row(props) {
61
61
  if ((0, _testBrowserType.testBrowserType)(/^sogou/i, 0)) return true;
62
62
  // 判断是否是IE浏览器
63
63
  if (/Trident|MSIE/.test(navigator.userAgent)) return true;
64
- // 判断是否是chrome浏览器,chrome浏览器版本号小于69
64
+ // 判断是否是chrome浏览器,chrome浏览器版本号小于83(统信浏览器)
65
65
  if (/Chrome/.test(navigator.userAgent) && !/Chromium/.test(navigator.userAgent)) {
66
66
  var version = navigator.userAgent.split('Chrome/')[1].split('.');
67
- if (version[0] && parseInt(version[0]) <= 69) return true;
67
+ if (version[0] && parseInt(version[0]) <= 83) return true;
68
68
  }
69
69
  return false;
70
70
  };
@@ -0,0 +1,122 @@
1
+ declare const locale: {
2
+ locale: string;
3
+ 'DatePicker.placeholder': string;
4
+ 'DatePicker.yearPlaceholder': string;
5
+ 'DatePicker.quarterPlaceholder': string;
6
+ 'DatePicker.monthPlaceholder': string;
7
+ 'DatePicker.weekPlaceholder': string;
8
+ 'DatePicker.timePlaceholder': string;
9
+ 'DatePicker.now': string;
10
+ 'DatePicker.confrim': string;
11
+ 'DatePicker.today': string;
12
+ 'DatePicker.month': string;
13
+ 'DatePicker.year': string;
14
+ 'DatePicker.weekTitle': string[];
15
+ 'DatePicker.monthTitle': string[];
16
+ 'DatePicker.rangePlaceholder': string[];
17
+ 'DatePicker.rangeYearPlaceholder': string[];
18
+ 'DatePicker.rangeMonthPlaceholder': string[];
19
+ 'DatePicker.rangeWeekPlaceholder': string[];
20
+ 'DatePicker.rangeQuarterPlaceholder': string[];
21
+ 'DatePicker.rangeTimePlaceholder': string[];
22
+ 'global.selectholder': string;
23
+ 'global.placeholder': string;
24
+ 'global.cancel': string;
25
+ 'global.confirm': string;
26
+ 'global.emptyText': string;
27
+ 'Button.text': string;
28
+ 'Progress.circleLoadingDesc': string;
29
+ 'Progress.loading': string;
30
+ 'Progress.fail': string;
31
+ 'Progress.success': string;
32
+ 'Pagination.prevPage': string;
33
+ 'Pagination.nextPage': string;
34
+ 'Pagination.total': string;
35
+ 'Pagination.page': string;
36
+ 'Pagination.row': string;
37
+ 'Pagination.first': string;
38
+ 'Pagination.last': string;
39
+ 'Pagination.perPage': string;
40
+ 'Pagination.order': string;
41
+ 'Pagination.forward': string;
42
+ 'Pagination.backward': string;
43
+ 'Transfer.selectAll': string;
44
+ 'Transfer.searchPlaceholder': string[];
45
+ 'Transfer.leftTitle': string;
46
+ 'Transfer.rightTitle': string;
47
+ 'Transfer.emptyTip': string;
48
+ 'Modal.okText': string;
49
+ 'Modal.cancelText': string;
50
+ 'Modal.iknowText': string;
51
+ 'Empty.emptyText': string;
52
+ 'Empty.searchEmptyText': string;
53
+ 'QuickSearch.placeholder': string;
54
+ 'QuickSearch.desc': string[];
55
+ 'QuickSearch.nplDesc': string;
56
+ 'QuickSearch.emptyTip': string;
57
+ 'QuickSearch.or': string;
58
+ 'CityPicker.domestic': string;
59
+ 'CityPicker.common': string;
60
+ 'CityPicker.emptyText': string;
61
+ 'CityPicker.commonEmptyText': string;
62
+ 'CityPicker.tabsDomestic': string;
63
+ 'CityPicker.tabsInternation': string;
64
+ 'CityPicker.title': string;
65
+ 'ColorPicker.followFunctionalColor': string;
66
+ 'Search.placeholder': string;
67
+ 'Search.desc': string[];
68
+ 'Search.nplDesc': string;
69
+ 'Search.emptyTip': string;
70
+ 'Search.viewMoreResult': string;
71
+ 'Search.range': string;
72
+ 'Search.or': string;
73
+ 'Filter.filterCondition': string;
74
+ 'Filter.commonCondition': string;
75
+ 'Filter.schemeQuery': string;
76
+ 'Filter.spread': string;
77
+ 'Filter.packup': string;
78
+ 'Filter.filter': string;
79
+ 'Filter.scheme': string;
80
+ 'Filter.unlimited': string;
81
+ 'Filter.commonScheme': string;
82
+ 'Filter.advancedQuery': string;
83
+ 'Filter.schemeName': string;
84
+ 'Filter.addCondition': string;
85
+ 'Filter.saveScheme': string;
86
+ 'Filter.query': string;
87
+ 'Filter.and': string;
88
+ 'Filter.settings': string;
89
+ 'Filter.schemeNamePlaceholder': string;
90
+ 'Form.requiredMessage': string;
91
+ 'Table.contain': string;
92
+ 'Table.notContain': string;
93
+ 'Table.equal': string;
94
+ 'Table.notEqual': string;
95
+ 'Table.isNull': string;
96
+ 'Table.notIsNull': string;
97
+ 'Table.resetFilter': string;
98
+ 'Table.confirmFilter': string;
99
+ 'Select.selectAll': string;
100
+ 'Select.seleted': string;
101
+ 'Select.total': string;
102
+ 'Signature.clickToSign': string;
103
+ 'Signature.pleaseWriteHere': string;
104
+ 'Signature.okText': string;
105
+ 'Signature.cancelText': string;
106
+ 'Signature.handwrittenSignature': string;
107
+ 'QRCode.qrCodeExpired': string;
108
+ 'QRCode.clickRefresh': string;
109
+ 'Cascader.total': string;
110
+ 'BaseData.total': string;
111
+ 'BaseData.history': string;
112
+ 'BaseData.favorites': string;
113
+ 'Image.close': string;
114
+ 'Upload.reUpload': string;
115
+ 'Upload.uploading': string;
116
+ 'Upload.fail': string;
117
+ 'Upload.delete': string;
118
+ 'Notification.title': string;
119
+ 'TreeSelect.total': string;
120
+ 'ImageCropper.okText': string;
121
+ };
122
+ export default locale;