assui 3.2.48 → 3.2.50

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.
@@ -37,13 +37,13 @@ var __read = this && this.__read || function (o, n) {
37
37
  import React from 'react';
38
38
  import useControllableValue from "ahooks/es/useControllableValue";
39
39
  import Select from "antd/es/select";
40
- import ComplexValSelect from '../complex-val-select';
41
40
  import isArray from 'lodash/isArray';
42
41
  import isUndefined from 'lodash/isUndefined';
43
42
  import isNull from 'lodash/isNull';
44
43
  import classNames from 'classnames';
45
44
  import ArrowDropDownFilled from "a-icons/es/ArrowDropDownFilled";
46
45
  import omit from 'lodash/omit';
46
+ import ComplexValSelect from '../complex-val-select';
47
47
  var Option = Select.Option;
48
48
  export { Option };
49
49
  var LabelSelect = function LabelSelect(props, ref) {
@@ -48,13 +48,13 @@ exports.Option = void 0;
48
48
  var react_1 = __importDefault(require("react"));
49
49
  var useControllableValue_1 = __importDefault(require("ahooks/lib/useControllableValue"));
50
50
  var select_1 = __importDefault(require("antd/lib/select"));
51
- var complex_val_select_1 = __importDefault(require("../complex-val-select"));
52
51
  var isArray_1 = __importDefault(require("lodash/isArray"));
53
52
  var isUndefined_1 = __importDefault(require("lodash/isUndefined"));
54
53
  var isNull_1 = __importDefault(require("lodash/isNull"));
55
54
  var classnames_1 = __importDefault(require("classnames"));
56
55
  var ArrowDropDownFilled_1 = __importDefault(require("a-icons/lib/ArrowDropDownFilled"));
57
56
  var omit_1 = __importDefault(require("lodash/omit"));
57
+ var complex_val_select_1 = __importDefault(require("../complex-val-select"));
58
58
  var Option = select_1["default"].Option;
59
59
  exports.Option = Option;
60
60
  var LabelSelect = function LabelSelect(props, ref) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "assui",
3
- "version": "3.2.48",
3
+ "version": "3.2.50",
4
4
  "description": "react ui library",
5
5
  "author": "jason <usochen@gmail.com>",
6
6
  "main": "./lib/index.js",
@@ -30,14 +30,14 @@
30
30
  "README.md"
31
31
  ],
32
32
  "dependencies": {
33
- "@ahooksjs/use-url-state": "^3.1.9",
33
+ "@ahooksjs/use-url-state": "^3.5.1",
34
34
  "@tinymce/tinymce-react": "^4.0.0",
35
35
  "@types/react-beautiful-dnd": "^13.1.2",
36
36
  "@types/react-color": "^3.0.6",
37
37
  "@types/react-resizable": "^3.0.0",
38
- "a-icons": "^1.2.36",
38
+ "a-icons": "^1.2.39",
39
39
  "aa-utils": "^2.1.31",
40
- "ahooks": "^3.0.8",
40
+ "ahooks": "^3.9.5",
41
41
  "bignumber.js": "^9.0.1",
42
42
  "copy-to-clipboard": "^3.3.1",
43
43
  "echarts": "^5.1.2",
@@ -64,6 +64,9 @@
64
64
  "antd": "^4.23.1",
65
65
  "react": "^16.8.6 || ^17.0 || ^18.0"
66
66
  },
67
+ "resolutions": {
68
+ "ahooks": "3.9.5"
69
+ },
67
70
  "devDependencies": {
68
71
  "@types/enzyme": "^3.10.5",
69
72
  "@types/insert-css": "^2.0.1",
@@ -82,5 +85,5 @@
82
85
  "node": ">=10.0.0"
83
86
  },
84
87
  "license": "MIT",
85
- "gitHead": "d14c9326755be793556a84595abfaba31b9a35d7"
88
+ "gitHead": "609d8820345d899b9aa00083237474206caa8131"
86
89
  }