dlt-for-react 1.1.18 → 2.0.1

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/README.md CHANGED
@@ -8,7 +8,7 @@ npm publish
8
8
 
9
9
  ## 前端 dlt-for-react 依赖包版本更新记录
10
10
 
11
- ##### 当前最新版本:1.1.18
11
+ ##### 当前最新版本:2.0.1
12
12
 
13
13
  ##### 安装依赖
14
14
 
@@ -16,7 +16,7 @@ npm publish
16
16
 
17
17
  ##### 版本修改记录
18
18
 
19
- #### V1.1.16~18—2024 年 3 月 14 日
19
+ #### V1.1.16~V2.0.1—2024 年 3 月 14 日
20
20
 
21
21
  1. 新增 HqConfirm 组件
22
22
  2. 新增 HqSelect 组件
@@ -30,10 +30,11 @@ npm publish
30
30
  10. 新增 HqMultiSelect 组件
31
31
  11. 新增 HqButton 组件
32
32
  12. 新增 HqSwitch 组件
33
- 13. KyInputRender 组件 更名为 HqInputRender 组件
34
- 14. 将 KyInputPicker 组件 更名为 HqInputPicker 组件
35
- 15. 初步将 xgui-for-react 依赖组件移除
33
+ 13. 新增 HqSelector 组件
34
+ 14. 将 KyInputRender 组件 更名为 HqInputRender 组件
35
+ 15. KyInputPicker 组件 更名为 HqInputPicker 组件
36
36
  16. 解决 KyTableCardList 引入依赖错误的问题
37
+ 17. 移除 xgui-for-react 依赖组件
37
38
 
38
39
  #### V1.1.15—2024 年 3 月 1 日
39
40
 
package/lib/index.js CHANGED
@@ -391,6 +391,15 @@ Object.defineProperty(exports, "HqSwitch", {
391
391
  }
392
392
  });
393
393
 
394
+ var _NHSelector = require("./components/NHSelector");
395
+
396
+ Object.defineProperty(exports, "HqSelector", {
397
+ enumerable: true,
398
+ get: function get() {
399
+ return _interopRequireDefault(_NHSelector).default;
400
+ }
401
+ });
402
+
394
403
  var _equalsObj = require("./utils/equalsObj.js");
395
404
 
396
405
  Object.defineProperty(exports, "equalsObj", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dlt-for-react",
3
- "version": "1.1.18",
3
+ "version": "2.0.1",
4
4
  "description": "dlt for react",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {
@@ -81,7 +81,6 @@
81
81
  "react-dom": "^16.3.1",
82
82
  "react-file-viewer": "^1.2.1",
83
83
  "react-pdf-js": "^5.1.0",
84
- "urlencode": "^1.1.0",
85
- "xgui-for-react": "^3.0.0"
84
+ "urlencode": "^1.1.0"
86
85
  }
87
86
  }