assui 2.3.8 → 3.0.0-alpha.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (168) hide show
  1. package/es/a-select/index.js +7 -22
  2. package/es/a-select/style/index.css +195 -743
  3. package/es/area-text/index.js +1 -3
  4. package/es/button-drawer/index.js +12 -30
  5. package/es/button-modal/index.js +12 -33
  6. package/es/color-select/index.js +10 -23
  7. package/es/color-select/style/index.css +195 -743
  8. package/es/condition-input/index.js +8 -26
  9. package/es/condition-input/parse2RegexOption.js +0 -11
  10. package/es/config-provider/index.js +1 -3
  11. package/es/copy-to-clipboard/index.js +11 -27
  12. package/es/copy-to-clipboard/style/index.css +0 -1
  13. package/es/highlight-textarea/HighlighedContents.js +1 -3
  14. package/es/highlight-textarea/extractSpansOfClasses.d.ts +1 -0
  15. package/es/highlight-textarea/extractSpansOfClasses.js +7 -29
  16. package/es/highlight-textarea/getRanges.js +3 -35
  17. package/es/highlight-textarea/getType.js +0 -6
  18. package/es/highlight-textarea/index.js +11 -30
  19. package/es/highlight-textarea/style/index.css +7 -21
  20. package/es/img-crop/EasyCrop.js +18 -34
  21. package/es/img-crop/getCroppedImg.js +15 -50
  22. package/es/img-crop/index.js +56 -145
  23. package/es/img-crop/style/index.css +195 -743
  24. package/es/json-editor/index.js +6 -20
  25. package/es/keep-tab/index.d.ts +7 -2
  26. package/es/keep-tab/index.js +34 -59
  27. package/es/keep-tab/style/index.css +39 -99
  28. package/es/label-auto-complete/index.js +14 -32
  29. package/es/label-auto-complete/style/index.css +195 -743
  30. package/es/label-condition-input/index.js +13 -29
  31. package/es/label-customize-range-picker/defaultRadioList.js +0 -3
  32. package/es/label-customize-range-picker/index.js +36 -78
  33. package/es/label-customize-range-picker/style/index.css +195 -743
  34. package/es/label-customize-range-picker/utils/index.js +5 -14
  35. package/es/label-date-picker/index.js +11 -28
  36. package/es/label-date-picker/style/index.css +195 -743
  37. package/es/label-input/index.js +23 -37
  38. package/es/label-number-input/index.js +13 -28
  39. package/es/label-range-picker/index.js +11 -28
  40. package/es/label-range-picker/style/index.css +195 -743
  41. package/es/label-select/index.js +11 -27
  42. package/es/label-select/style/index.css +195 -743
  43. package/es/label-text-area/index.js +13 -35
  44. package/es/label-tree-select/index.js +15 -32
  45. package/es/label-tree-select/style/index.css +195 -743
  46. package/es/number-format-input/index.js +1 -11
  47. package/es/number-input/index.js +18 -37
  48. package/es/number-input/utils.js +7 -15
  49. package/es/rc-echart/core.js +15 -27
  50. package/es/rc-echart/index.js +0 -6
  51. package/es/rc-qrcode/index.js +2 -12
  52. package/es/rc-qrcode/useQrcode.js +5 -12
  53. package/es/rich-text-editor/index.js +5 -16
  54. package/es/rich-text-editor/plugins/code/index.js +0 -8
  55. package/es/rich-text-editor/style/index.css +195 -743
  56. package/es/single-img-upload/index.js +36 -110
  57. package/es/single-img-upload/style/index.css +195 -743
  58. package/es/split-pane/index.js +0 -4
  59. package/es/step-number-input/index.js +14 -39
  60. package/es/step-number-input/style/index.css +195 -743
  61. package/es/table-col/index.js +2 -4
  62. package/es/text-area/index.js +8 -27
  63. package/es/text-input/index.js +4 -18
  64. package/es/text-input/style/index.css +7 -21
  65. package/lib/a-select/index.js +7 -27
  66. package/lib/a-select/style/index.css +195 -743
  67. package/lib/a-select/style/index.js +0 -2
  68. package/lib/area-text/index.js +1 -6
  69. package/lib/area-text/style/index.js +0 -1
  70. package/lib/beautiful-dnd/index.js +0 -9
  71. package/lib/button-drawer/index.js +12 -42
  72. package/lib/button-drawer/style/index.js +0 -1
  73. package/lib/button-modal/index.js +12 -44
  74. package/lib/button-modal/style/index.js +0 -1
  75. package/lib/color-select/index.js +10 -39
  76. package/lib/color-select/style/index.css +195 -743
  77. package/lib/color-select/style/index.js +0 -2
  78. package/lib/condition-input/index.js +8 -41
  79. package/lib/condition-input/parse2RegexOption.js +0 -16
  80. package/lib/condition-input/style/index.js +0 -1
  81. package/lib/config-provider/context.js +0 -4
  82. package/lib/config-provider/index.js +1 -28
  83. package/lib/copy-to-clipboard/index.js +11 -38
  84. package/lib/copy-to-clipboard/style/index.css +0 -1
  85. package/lib/copy-to-clipboard/style/index.js +0 -1
  86. package/lib/highlight-textarea/HighlighedContents.js +1 -7
  87. package/lib/highlight-textarea/extractSpansOfClasses.d.ts +1 -0
  88. package/lib/highlight-textarea/extractSpansOfClasses.js +7 -31
  89. package/lib/highlight-textarea/getRanges.js +3 -38
  90. package/lib/highlight-textarea/getType.js +0 -8
  91. package/lib/highlight-textarea/index.js +11 -44
  92. package/lib/highlight-textarea/style/index.css +7 -21
  93. package/lib/highlight-textarea/style/index.js +0 -1
  94. package/lib/highlight-words/index.js +0 -3
  95. package/lib/img-crop/EasyCrop.js +18 -44
  96. package/lib/img-crop/getCroppedImg.js +15 -51
  97. package/lib/img-crop/index.js +56 -159
  98. package/lib/img-crop/style/index.css +195 -743
  99. package/lib/img-crop/style/index.js +0 -3
  100. package/lib/index.js +0 -77
  101. package/lib/json-editor/index.js +6 -35
  102. package/lib/json-editor/style/index.js +0 -2
  103. package/lib/keep-tab/index.d.ts +7 -2
  104. package/lib/keep-tab/index.js +34 -76
  105. package/lib/keep-tab/style/index.css +39 -99
  106. package/lib/keep-tab/style/index.js +0 -2
  107. package/lib/label-auto-complete/index.js +14 -39
  108. package/lib/label-auto-complete/style/index.css +195 -743
  109. package/lib/label-auto-complete/style/index.js +0 -2
  110. package/lib/label-condition-input/index.js +13 -36
  111. package/lib/label-condition-input/style/index.js +0 -1
  112. package/lib/label-customize-range-picker/defaultRadioList.js +0 -7
  113. package/lib/label-customize-range-picker/index.js +36 -99
  114. package/lib/label-customize-range-picker/style/index.css +195 -743
  115. package/lib/label-customize-range-picker/style/index.js +0 -5
  116. package/lib/label-customize-range-picker/utils/index.js +5 -19
  117. package/lib/label-date-picker/index.js +11 -34
  118. package/lib/label-date-picker/style/index.css +195 -743
  119. package/lib/label-date-picker/style/index.js +0 -2
  120. package/lib/label-input/index.js +23 -46
  121. package/lib/label-input/style/index.js +0 -1
  122. package/lib/label-number-input/index.js +13 -36
  123. package/lib/label-number-input/style/index.js +0 -1
  124. package/lib/label-range-picker/index.js +11 -36
  125. package/lib/label-range-picker/style/index.css +195 -743
  126. package/lib/label-range-picker/style/index.js +0 -2
  127. package/lib/label-select/index.js +11 -36
  128. package/lib/label-select/style/index.css +195 -743
  129. package/lib/label-select/style/index.js +0 -2
  130. package/lib/label-text-area/index.js +13 -40
  131. package/lib/label-text-area/style/index.js +0 -1
  132. package/lib/label-tree-select/index.js +15 -38
  133. package/lib/label-tree-select/style/index.css +195 -743
  134. package/lib/label-tree-select/style/index.js +0 -2
  135. package/lib/messages/index.js +0 -2
  136. package/lib/number-format-input/index.js +1 -15
  137. package/lib/number-format-input/style/index.js +0 -1
  138. package/lib/number-input/index.js +18 -55
  139. package/lib/number-input/style/index.js +0 -1
  140. package/lib/number-input/utils.js +8 -20
  141. package/lib/rc-echart/core.js +15 -40
  142. package/lib/rc-echart/index.js +0 -17
  143. package/lib/rc-motion/index.js +0 -3
  144. package/lib/rc-qrcode/index.js +2 -25
  145. package/lib/rc-qrcode/useQrcode.js +5 -17
  146. package/lib/rc-transition-group/index.js +0 -9
  147. package/lib/resizable/index.js +0 -2
  148. package/lib/resizable/style/index.js +0 -1
  149. package/lib/rich-text-editor/index.js +5 -53
  150. package/lib/rich-text-editor/plugins/code/index.js +2 -12
  151. package/lib/rich-text-editor/style/index.css +195 -743
  152. package/lib/rich-text-editor/style/index.js +0 -1
  153. package/lib/single-img-upload/index.js +36 -125
  154. package/lib/single-img-upload/style/index.css +195 -743
  155. package/lib/single-img-upload/style/index.js +0 -3
  156. package/lib/sortable-hoc/index.js +0 -9
  157. package/lib/split-pane/index.js +0 -15
  158. package/lib/split-pane/style/index.js +0 -1
  159. package/lib/step-number-input/index.js +14 -55
  160. package/lib/step-number-input/style/index.css +195 -743
  161. package/lib/step-number-input/style/index.js +0 -2
  162. package/lib/table-col/index.js +2 -6
  163. package/lib/text-area/index.js +8 -38
  164. package/lib/text-area/style/index.js +0 -1
  165. package/lib/text-input/index.js +4 -23
  166. package/lib/text-input/style/index.css +7 -21
  167. package/lib/text-input/style/index.js +0 -1
  168. package/package.json +5 -5
@@ -3,9 +3,6 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
-
7
6
  require("antd/lib/image/style");
8
-
9
7
  require("antd/lib/progress/style");
10
-
11
8
  require("./index.less");
@@ -3,7 +3,6 @@
3
3
  var __createBinding = this && this.__createBinding || (Object.create ? function (o, m, k, k2) {
4
4
  if (k2 === undefined) k2 = k;
5
5
  var desc = Object.getOwnPropertyDescriptor(m, k);
6
-
7
6
  if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
8
7
  desc = {
9
8
  enumerable: true,
@@ -12,13 +11,11 @@ var __createBinding = this && this.__createBinding || (Object.create ? function
12
11
  }
13
12
  };
14
13
  }
15
-
16
14
  Object.defineProperty(o, k2, desc);
17
15
  } : function (o, m, k, k2) {
18
16
  if (k2 === undefined) k2 = k;
19
17
  o[k2] = m[k];
20
18
  });
21
-
22
19
  var __setModuleDefault = this && this.__setModuleDefault || (Object.create ? function (o, v) {
23
20
  Object.defineProperty(o, "default", {
24
21
  enumerable: true,
@@ -27,23 +24,17 @@ var __setModuleDefault = this && this.__setModuleDefault || (Object.create ? fun
27
24
  } : function (o, v) {
28
25
  o["default"] = v;
29
26
  });
30
-
31
27
  var __importStar = this && this.__importStar || function (mod) {
32
28
  if (mod && mod.__esModule) return mod;
33
29
  var result = {};
34
30
  if (mod != null) for (var k in mod) {
35
31
  if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
36
32
  }
37
-
38
33
  __setModuleDefault(result, mod);
39
-
40
34
  return result;
41
35
  };
42
-
43
36
  Object.defineProperty(exports, "__esModule", {
44
37
  value: true
45
38
  });
46
-
47
39
  var sortableHoc = __importStar(require("react-sortable-hoc"));
48
-
49
40
  exports["default"] = sortableHoc;
@@ -4,22 +4,17 @@ var __assign = this && this.__assign || function () {
4
4
  __assign = Object.assign || function (t) {
5
5
  for (var s, i = 1, n = arguments.length; i < n; i++) {
6
6
  s = arguments[i];
7
-
8
7
  for (var p in s) {
9
8
  if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
10
9
  }
11
10
  }
12
-
13
11
  return t;
14
12
  };
15
-
16
13
  return __assign.apply(this, arguments);
17
14
  };
18
-
19
15
  var __createBinding = this && this.__createBinding || (Object.create ? function (o, m, k, k2) {
20
16
  if (k2 === undefined) k2 = k;
21
17
  var desc = Object.getOwnPropertyDescriptor(m, k);
22
-
23
18
  if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
24
19
  desc = {
25
20
  enumerable: true,
@@ -28,13 +23,11 @@ var __createBinding = this && this.__createBinding || (Object.create ? function
28
23
  }
29
24
  };
30
25
  }
31
-
32
26
  Object.defineProperty(o, k2, desc);
33
27
  } : function (o, m, k, k2) {
34
28
  if (k2 === undefined) k2 = k;
35
29
  o[k2] = m[k];
36
30
  });
37
-
38
31
  var __setModuleDefault = this && this.__setModuleDefault || (Object.create ? function (o, v) {
39
32
  Object.defineProperty(o, "default", {
40
33
  enumerable: true,
@@ -43,33 +36,25 @@ var __setModuleDefault = this && this.__setModuleDefault || (Object.create ? fun
43
36
  } : function (o, v) {
44
37
  o["default"] = v;
45
38
  });
46
-
47
39
  var __importStar = this && this.__importStar || function (mod) {
48
40
  if (mod && mod.__esModule) return mod;
49
41
  var result = {};
50
42
  if (mod != null) for (var k in mod) {
51
43
  if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
52
44
  }
53
-
54
45
  __setModuleDefault(result, mod);
55
-
56
46
  return result;
57
47
  };
58
-
59
48
  var __importDefault = this && this.__importDefault || function (mod) {
60
49
  return mod && mod.__esModule ? mod : {
61
50
  "default": mod
62
51
  };
63
52
  };
64
-
65
53
  Object.defineProperty(exports, "__esModule", {
66
54
  value: true
67
55
  });
68
-
69
56
  var React = __importStar(require("react"));
70
-
71
57
  var react_split_pane_1 = __importDefault(require("react-split-pane"));
72
-
73
58
  exports["default"] = function (props) {
74
59
  return React.createElement(react_split_pane_1["default"], __assign({}, props));
75
60
  };
@@ -3,5 +3,4 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
-
7
6
  require("./index.less");
@@ -4,22 +4,17 @@ var __assign = this && this.__assign || function () {
4
4
  __assign = Object.assign || function (t) {
5
5
  for (var s, i = 1, n = arguments.length; i < n; i++) {
6
6
  s = arguments[i];
7
-
8
7
  for (var p in s) {
9
8
  if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
10
9
  }
11
10
  }
12
-
13
11
  return t;
14
12
  };
15
-
16
13
  return __assign.apply(this, arguments);
17
14
  };
18
-
19
15
  var __createBinding = this && this.__createBinding || (Object.create ? function (o, m, k, k2) {
20
16
  if (k2 === undefined) k2 = k;
21
17
  var desc = Object.getOwnPropertyDescriptor(m, k);
22
-
23
18
  if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
24
19
  desc = {
25
20
  enumerable: true,
@@ -28,13 +23,11 @@ var __createBinding = this && this.__createBinding || (Object.create ? function
28
23
  }
29
24
  };
30
25
  }
31
-
32
26
  Object.defineProperty(o, k2, desc);
33
27
  } : function (o, m, k, k2) {
34
28
  if (k2 === undefined) k2 = k;
35
29
  o[k2] = m[k];
36
30
  });
37
-
38
31
  var __setModuleDefault = this && this.__setModuleDefault || (Object.create ? function (o, v) {
39
32
  Object.defineProperty(o, "default", {
40
33
  enumerable: true,
@@ -43,40 +36,32 @@ var __setModuleDefault = this && this.__setModuleDefault || (Object.create ? fun
43
36
  } : function (o, v) {
44
37
  o["default"] = v;
45
38
  });
46
-
47
39
  var __importStar = this && this.__importStar || function (mod) {
48
40
  if (mod && mod.__esModule) return mod;
49
41
  var result = {};
50
42
  if (mod != null) for (var k in mod) {
51
43
  if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
52
44
  }
53
-
54
45
  __setModuleDefault(result, mod);
55
-
56
46
  return result;
57
47
  };
58
-
59
48
  var __rest = this && this.__rest || function (s, e) {
60
49
  var t = {};
61
-
62
50
  for (var p in s) {
63
51
  if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p];
64
52
  }
65
-
66
53
  if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
67
54
  if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t[p[i]] = s[p[i]];
68
55
  }
69
56
  return t;
70
57
  };
71
-
72
58
  var __read = this && this.__read || function (o, n) {
73
59
  var m = typeof Symbol === "function" && o[Symbol.iterator];
74
60
  if (!m) return o;
75
61
  var i = m.call(o),
76
- r,
77
- ar = [],
78
- e;
79
-
62
+ r,
63
+ ar = [],
64
+ e;
80
65
  try {
81
66
  while ((n === void 0 || n-- > 0) && !(r = i.next()).done) {
82
67
  ar.push(r.value);
@@ -92,99 +77,74 @@ var __read = this && this.__read || function (o, n) {
92
77
  if (e) throw e.error;
93
78
  }
94
79
  }
95
-
96
80
  return ar;
97
81
  };
98
-
99
82
  var __importDefault = this && this.__importDefault || function (mod) {
100
83
  return mod && mod.__esModule ? mod : {
101
84
  "default": mod
102
85
  };
103
86
  };
104
-
105
87
  Object.defineProperty(exports, "__esModule", {
106
88
  value: true
107
89
  });
108
-
109
90
  var React = __importStar(require("react"));
110
-
111
91
  var classnames_1 = __importDefault(require("classnames"));
112
-
113
92
  var bignumber_js_1 = __importDefault(require("bignumber.js"));
114
-
115
93
  var isUndefined_1 = __importDefault(require("lodash/isUndefined"));
116
-
117
94
  var useControllableValue_1 = __importDefault(require("ahooks/lib/useControllableValue"));
118
-
119
95
  var numberType_1 = require("./const/numberType");
120
-
121
96
  var countType_1 = require("./const/countType");
122
-
123
97
  var number_input_1 = __importDefault(require("../number-input"));
124
-
125
98
  var StepNumberInput = function StepNumberInput(props) {
126
99
  var _a = __read((0, useControllableValue_1["default"])(props, {
127
- defaultValue: ''
128
- }), 2),
129
- value = _a[0],
130
- setValue = _a[1];
131
-
100
+ defaultValue: ''
101
+ }), 2),
102
+ value = _a[0],
103
+ setValue = _a[1];
132
104
  var onChange = props.onChange,
133
- onBlur = props.onBlur,
134
- numberType = props.numberType,
135
- precision = props.precision,
136
- step = props.step,
137
- max = props.max,
138
- min = props.min,
139
- restProps = __rest(props, ["onChange", "onBlur", "numberType", "precision", "step", "max", "min"]);
140
-
105
+ onBlur = props.onBlur,
106
+ numberType = props.numberType,
107
+ precision = props.precision,
108
+ step = props.step,
109
+ max = props.max,
110
+ min = props.min,
111
+ restProps = __rest(props, ["onChange", "onBlur", "numberType", "precision", "step", "max", "min"]);
141
112
  var isEmpty = (0, isUndefined_1["default"])(value) || value === '';
142
113
  var plusNumber = new bignumber_js_1["default"](value).plus(step).toString();
143
114
  var minusNumber = new bignumber_js_1["default"](value).minus(step).toString();
144
115
  var maxCondition = (0, isUndefined_1["default"])(max) ? false : max === Number(value) || Number(max) < Number(plusNumber);
145
116
  var minCondition = (0, isUndefined_1["default"])(min) ? false : min === Number(value) || Number(min) > Number(minusNumber);
146
-
147
117
  var onNumberChange = function onNumberChange(lastValue) {
148
118
  if (value !== lastValue) {
149
119
  setValue(lastValue);
150
120
  }
151
121
  };
152
-
153
122
  var onClickCount = function onClickCount(symbol) {
154
123
  if (isEmpty) {
155
124
  return;
156
125
  }
157
-
158
126
  var newNumber = '';
159
-
160
127
  if (symbol === countType_1.PLUS) {
161
128
  newNumber = maxCondition ? "".concat(max) : plusNumber;
162
129
  } else {
163
130
  newNumber = minCondition ? "".concat(min) : minusNumber;
164
131
  }
165
-
166
132
  setValue(newNumber);
167
133
  };
168
-
169
134
  var onNumberBlur = function onNumberBlur() {
170
135
  var resultValue = value;
171
-
172
136
  if (value === '-' || value === '.') {
173
137
  resultValue = '';
174
138
  }
175
-
176
139
  if (!(0, isUndefined_1["default"])(max) && Number(value) > max) {
177
140
  resultValue = "".concat(max);
178
141
  }
179
-
180
142
  if (!(0, isUndefined_1["default"])(min) && Number(value) < min) {
181
143
  resultValue = "".concat(min);
182
144
  }
183
-
184
145
  setValue(resultValue);
185
146
  onBlur === null || onBlur === void 0 ? void 0 : onBlur(resultValue);
186
147
  };
187
-
188
148
  return React.createElement("div", {
189
149
  className: "number-range-input"
190
150
  }, React.createElement(number_input_1["default"], __assign({
@@ -211,7 +171,6 @@ var StepNumberInput = function StepNumberInput(props) {
211
171
  precision: precision
212
172
  }, restProps)));
213
173
  };
214
-
215
174
  StepNumberInput.defaultProps = {
216
175
  numberType: numberType_1.INT,
217
176
  precision: 2,