dlt-for-react 1.0.23 → 1.1.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 (213) hide show
  1. package/README.md +12 -2
  2. package/lib/components/Button/index.js +79 -0
  3. package/lib/components/HqSelector/HqLsrySelector/index.js +3 -5
  4. package/lib/components/HqSelector/HqRySelector/index.js +3 -5
  5. package/lib/components/HqSelector/HqWzSelector/index.js +3 -5
  6. package/lib/components/KyEditableTable/component.js +3 -5
  7. package/lib/components/KyEditableTable/index.js +7 -13
  8. package/lib/components/KyExcel/index.js +3 -5
  9. package/lib/components/KyInputPicker/render.js +13 -43
  10. package/lib/components/KyInputPicker/setting-checkbox.js +3 -5
  11. package/lib/components/KyInputPicker/setting-multiSelect.js +3 -5
  12. package/lib/components/KyInputPicker/setting-nhcascader.js +3 -5
  13. package/lib/components/KyInputPicker/setting-select.js +3 -5
  14. package/lib/components/KyInputPicker/setting-stu-selector.js +3 -5
  15. package/lib/components/KyInputPicker/setting-tea-selector.js +3 -5
  16. package/lib/components/KyTable/checkButtons.js +4 -7
  17. package/lib/components/KyTree/index.js +6 -16
  18. package/lib/components/KyUpload/index.js +13 -21
  19. package/lib/components/NHAuditPanel/config/Axios.js +263 -0
  20. package/lib/components/NHAuditPanel/config/api.js +479 -0
  21. package/lib/components/NHAuditPanel/config/data.js +156 -0
  22. package/lib/components/NHAuditPanel/config/typeMap.js +1234 -0
  23. package/lib/components/NHAuditPanel/config/uiValidate.js +92 -0
  24. package/lib/components/NHAuditPanel/index.js +413 -0
  25. package/lib/components/NHAuditPanel/node.js +619 -0
  26. package/lib/components/NHCascader/index.js +355 -0
  27. package/lib/components/NHCheckboxGroup/index.js +135 -0
  28. package/lib/components/NHDynamicFormShow/baseInfo/index.js +194 -0
  29. package/lib/components/NHDynamicFormShow/custom/index.js +553 -0
  30. package/lib/components/NHDynamicFormShow/customModule/common/CommonMethod.js +43 -0
  31. package/lib/components/NHDynamicFormShow/customModule/czxy/qgzx/EditForm.js +1113 -0
  32. package/lib/components/NHDynamicFormShow/customModule/czxy/qgzx/index.js +263 -0
  33. package/lib/components/NHDynamicFormShow/customModule/czxy/xfjm/EditForm.js +880 -0
  34. package/lib/components/NHDynamicFormShow/customModule/czxy/xfjm/index.js +171 -0
  35. package/lib/components/NHDynamicFormShow/customModule/czxy/zxj/EditForm.js +865 -0
  36. package/lib/components/NHDynamicFormShow/customModule/czxy/zxj/index.js +138 -0
  37. package/lib/components/NHDynamicFormShow/customModule/eszy/zsxxhd/EditForm.js +571 -0
  38. package/lib/components/NHDynamicFormShow/customModule/eszy/zsxxhd/index.js +147 -0
  39. package/lib/components/NHDynamicFormShow/customModule/eszy/zybjtz/EditForm.js +474 -0
  40. package/lib/components/NHDynamicFormShow/customModule/eszy/zybjtz/index.js +139 -0
  41. package/lib/components/NHDynamicFormShow/customModule/gnyxy/cqzg/EditForm.js +506 -0
  42. package/lib/components/NHDynamicFormShow/customModule/gnyxy/cqzg/index.js +143 -0
  43. package/lib/components/NHDynamicFormShow/customModule/gnyxy/gwsb/EditForm.js +1074 -0
  44. package/lib/components/NHDynamicFormShow/customModule/gnyxy/gwsb/index.js +172 -0
  45. package/lib/components/NHDynamicFormShow/customModule/gnyxy/qjgl/EditForm.js +927 -0
  46. package/lib/components/NHDynamicFormShow/customModule/gnyxy/qjgl/index.js +195 -0
  47. package/lib/components/NHDynamicFormShow/customModule/gnyxy/sxsqj/EditForm.js +1064 -0
  48. package/lib/components/NHDynamicFormShow/customModule/gnyxy/sxsqj/index.js +183 -0
  49. package/lib/components/NHDynamicFormShow/customModule/hblgxy/jxj/EditForm.js +763 -0
  50. package/lib/components/NHDynamicFormShow/customModule/hblgxy/jxj/index.js +137 -0
  51. package/lib/components/NHDynamicFormShow/customModule/hblgxy/lzjxj/EditForm.js +819 -0
  52. package/lib/components/NHDynamicFormShow/customModule/hblgxy/lzjxj/index.js +137 -0
  53. package/lib/components/NHDynamicFormShow/customModule/hblgxy/qgzx/EditForm.js +700 -0
  54. package/lib/components/NHDynamicFormShow/customModule/hblgxy/qgzx/index.js +162 -0
  55. package/lib/components/NHDynamicFormShow/customModule/hblgxy/xsqj/EditForm.js +743 -0
  56. package/lib/components/NHDynamicFormShow/customModule/hblgxy/xsqj/index.js +177 -0
  57. package/lib/components/NHDynamicFormShow/customModule/hblgxy/zxj/EditForm.js +848 -0
  58. package/lib/components/NHDynamicFormShow/customModule/hblgxy/zxj/index.js +138 -0
  59. package/lib/components/NHDynamicFormShow/customModule/hljwgy/qjgl/EditForm.js +777 -0
  60. package/lib/components/NHDynamicFormShow/customModule/hljwgy/qjgl/index.js +161 -0
  61. package/lib/components/NHDynamicFormShow/customModule/hljwgy/xjgl/EditForm.js +706 -0
  62. package/lib/components/NHDynamicFormShow/customModule/hljwgy/xjgl/index.js +130 -0
  63. package/lib/components/NHDynamicFormShow/customModule/jhysxy/cfjcsq/cfjcEditForm.js +413 -0
  64. package/lib/components/NHDynamicFormShow/customModule/jhysxy/cfjcsq/index.js +135 -0
  65. package/lib/components/NHDynamicFormShow/customModule/jhysxy/xsqj/EditForm.js +1013 -0
  66. package/lib/components/NHDynamicFormShow/customModule/jhysxy/xsqj/index.js +175 -0
  67. package/lib/components/NHDynamicFormShow/customModule/jjrlx/EditForm.js +1345 -0
  68. package/lib/components/NHDynamicFormShow/customModule/jjrlx/index.js +274 -0
  69. package/lib/components/NHDynamicFormShow/customModule/jxj/EditForm.js +669 -0
  70. package/lib/components/NHDynamicFormShow/customModule/jxj/index.js +134 -0
  71. package/lib/components/NHDynamicFormShow/customModule/jxsl/fqkns/EditForm.js +378 -0
  72. package/lib/components/NHDynamicFormShow/customModule/jxsl/fqkns/index.js +120 -0
  73. package/lib/components/NHDynamicFormShow/customModule/jxsl/xwryfjjd/EditForm.js +638 -0
  74. package/lib/components/NHDynamicFormShow/customModule/jxsl/xwryfjjd/index.js +133 -0
  75. package/lib/components/NHDynamicFormShow/customModule/qgzx/EditForm.js +965 -0
  76. package/lib/components/NHDynamicFormShow/customModule/qgzx/index.js +237 -0
  77. package/lib/components/NHDynamicFormShow/customModule/qjgl/EditForm.js +823 -0
  78. package/lib/components/NHDynamicFormShow/customModule/qjgl/index.js +188 -0
  79. package/lib/components/NHDynamicFormShow/customModule/rcgl/jqlssq/EditForm.js +401 -0
  80. package/lib/components/NHDynamicFormShow/customModule/rcgl/jqlssq/index.js +472 -0
  81. package/lib/components/NHDynamicFormShow/customModule/rcgl/tssq/EditForm.js +304 -0
  82. package/lib/components/NHDynamicFormShow/customModule/rcgl/tssq/NHCascader/index.js +375 -0
  83. package/lib/components/NHDynamicFormShow/customModule/rcgl/tssq/NHInputPicker/RadioGroup.js +118 -0
  84. package/lib/components/NHDynamicFormShow/customModule/rcgl/tssq/NHInputPicker/index.js +62 -0
  85. package/lib/components/NHDynamicFormShow/customModule/rcgl/tssq/NHInputPicker/input-const.js +55 -0
  86. package/lib/components/NHDynamicFormShow/customModule/rcgl/tssq/NHInputPicker/render.js +1238 -0
  87. package/lib/components/NHDynamicFormShow/customModule/rcgl/tssq/index.js +375 -0
  88. package/lib/components/NHDynamicFormShow/customModule/rych/collective/EditForm.js +554 -0
  89. package/lib/components/NHDynamicFormShow/customModule/rych/collective/index.js +130 -0
  90. package/lib/components/NHDynamicFormShow/customModule/rych/personal/EditForm.js +542 -0
  91. package/lib/components/NHDynamicFormShow/customModule/rych/personal/index.js +133 -0
  92. package/lib/components/NHDynamicFormShow/customModule/sxgy/rych/collective/EditForm.js +575 -0
  93. package/lib/components/NHDynamicFormShow/customModule/sxgy/rych/collective/index.js +130 -0
  94. package/lib/components/NHDynamicFormShow/customModule/sxgy/rych/personal/EditForm.js +563 -0
  95. package/lib/components/NHDynamicFormShow/customModule/sxgy/rych/personal/index.js +133 -0
  96. package/lib/components/NHDynamicFormShow/customModule/whcz/qjgl/EditForm.js +745 -0
  97. package/lib/components/NHDynamicFormShow/customModule/whcz/qjgl/index.js +164 -0
  98. package/lib/components/NHDynamicFormShow/customModule/whcz/rccrxy/EditForm.js +587 -0
  99. package/lib/components/NHDynamicFormShow/customModule/whcz/rccrxy/index.js +143 -0
  100. package/lib/components/NHDynamicFormShow/customModule/whdlqjgl/EditForm.js +743 -0
  101. package/lib/components/NHDynamicFormShow/customModule/whdlqjgl/index.js +172 -0
  102. package/lib/components/NHDynamicFormShow/customModule/whgc/jjrlx/EditForm.js +1410 -0
  103. package/lib/components/NHDynamicFormShow/customModule/whgc/jjrlx/index.js +274 -0
  104. package/lib/components/NHDynamicFormShow/customModule/whgc/jxj/EditForm.js +755 -0
  105. package/lib/components/NHDynamicFormShow/customModule/whgc/jxj/index.js +130 -0
  106. package/lib/components/NHDynamicFormShow/customModule/whgc/qjgl/EditForm.js +814 -0
  107. package/lib/components/NHDynamicFormShow/customModule/whgc/qjgl/index.js +188 -0
  108. package/lib/components/NHDynamicFormShow/customModule/whgc/zxj/EditForm.js +769 -0
  109. package/lib/components/NHDynamicFormShow/customModule/whgc/zxj/index.js +130 -0
  110. package/lib/components/NHDynamicFormShow/customModule/whgcrych/EditForm.js +1004 -0
  111. package/lib/components/NHDynamicFormShow/customModule/whgcrych/index.js +126 -0
  112. package/lib/components/NHDynamicFormShow/customModule/whtl/jsrzsq/EditForm.js +503 -0
  113. package/lib/components/NHDynamicFormShow/customModule/whtl/jsrzsq/index.js +149 -0
  114. package/lib/components/NHDynamicFormShow/customModule/whtlyhk/EditForm.js +379 -0
  115. package/lib/components/NHDynamicFormShow/customModule/whtlyhk/index.js +148 -0
  116. package/lib/components/NHDynamicFormShow/customModule/whtlzxj/EditForm.js +748 -0
  117. package/lib/components/NHDynamicFormShow/customModule/whtlzxj/index.js +135 -0
  118. package/lib/components/NHDynamicFormShow/customModule/whtlzy/jxj/EditForm.js +762 -0
  119. package/lib/components/NHDynamicFormShow/customModule/whtlzy/jxj/index.js +134 -0
  120. package/lib/components/NHDynamicFormShow/customModule/wjcf/cfjc/cfjcEditForm.js +682 -0
  121. package/lib/components/NHDynamicFormShow/customModule/wjcf/cfjc/index.js +135 -0
  122. package/lib/components/NHDynamicFormShow/customModule/wjcf/wjsb/index.js +152 -0
  123. package/lib/components/NHDynamicFormShow/customModule/wjcf/wjsb/wjsbEditForm.js +783 -0
  124. package/lib/components/NHDynamicFormShow/customModule/zxj/EditForm.js +764 -0
  125. package/lib/components/NHDynamicFormShow/customModule/zxj/index.js +138 -0
  126. package/lib/components/NHDynamicFormShow/customModule/zzsd/cfjcsq/cfjcEditForm.js +677 -0
  127. package/lib/components/NHDynamicFormShow/customModule/zzsd/cfjcsq/index.js +138 -0
  128. package/lib/components/NHDynamicFormShow/customModule/zzsd/qjgl/EditForm.js +1173 -0
  129. package/lib/components/NHDynamicFormShow/customModule/zzsd/qjgl/index.js +242 -0
  130. package/lib/components/NHDynamicFormShow/customModule/zzsd/rcgl/rcxwgrdj/IndividualRegistForm.js +862 -0
  131. package/lib/components/NHDynamicFormShow/customModule/zzsd/rcgl/rcxwgrdj/IndividualRegistIndex.js +201 -0
  132. package/lib/components/NHDynamicFormShow/customModule/zzsd/stuinfo/messageInfo.js +196 -0
  133. package/lib/components/NHDynamicFormShow/customModule/zzsd/wjsb/index.js +167 -0
  134. package/lib/components/NHDynamicFormShow/customModule/zzsd/wjsb/wjsbEditForm.js +1096 -0
  135. package/lib/components/NHDynamicFormShow/index.js +647 -0
  136. package/lib/components/NHDynamicFormShow/oneOnMany/cardForm/cardItem/index.js +279 -0
  137. package/lib/components/NHDynamicFormShow/oneOnMany/cardForm/index.js +206 -0
  138. package/lib/components/NHDynamicFormShow/oneOnMany/index.js +419 -0
  139. package/lib/components/NHDynamicFormShow/oneOnOne/EditForm.js +401 -0
  140. package/lib/components/NHDynamicFormShow/oneOnOne/index.js +271 -0
  141. package/lib/components/NHImagePicker/index.js +554 -0
  142. package/lib/components/NHInputPicker/RadioGroup.js +118 -0
  143. package/lib/components/NHInputPicker/index.js +62 -0
  144. package/lib/components/NHInputPicker/input-const.js +55 -0
  145. package/lib/components/NHInputPicker/render.js +1271 -0
  146. package/lib/components/NHListView/index.js +374 -0
  147. package/lib/components/NHMapGeolocation/index.js +537 -0
  148. package/lib/components/NHMapGeolocation/initMap/initGdMap.js +104 -0
  149. package/lib/components/NHMapGeolocation/initMap/initTencentMap.js +138 -0
  150. package/lib/components/NHMapGeolocation/style.js +51 -0
  151. package/lib/components/NHMultiSelect/index.js +272 -0
  152. package/lib/components/NHRadioGroup/index.js +118 -0
  153. package/lib/components/NHSelect/index.js +364 -0
  154. package/lib/components/NHTreeMenu/index.js +126 -0
  155. package/lib/components/NHTreeMenu/treeNode.js +164 -0
  156. package/lib/components/StuSelector/index.js +611 -0
  157. package/lib/index.js +161 -116
  158. package/lib/layouts/KyInputPicker/edit-page.js +585 -0
  159. package/lib/layouts/KyInputPicker/index.js +220 -0
  160. package/lib/layouts/KyInputPicker/input-const.js +134 -0
  161. package/lib/layouts/KyInputPicker/render.js +2477 -0
  162. package/lib/layouts/KyInputPicker/setting-checkbox.js +850 -0
  163. package/lib/layouts/KyInputPicker/setting-datepicker.js +430 -0
  164. package/lib/layouts/KyInputPicker/setting-datetimepicker.js +443 -0
  165. package/lib/layouts/KyInputPicker/setting-input.js +555 -0
  166. package/lib/layouts/KyInputPicker/setting-inputNumber.js +612 -0
  167. package/lib/layouts/KyInputPicker/setting-monthpicker.js +434 -0
  168. package/lib/layouts/KyInputPicker/setting-multiSelect.js +532 -0
  169. package/lib/layouts/KyInputPicker/setting-nhcascader.js +584 -0
  170. package/lib/layouts/KyInputPicker/setting-old-upload.js +428 -0
  171. package/lib/layouts/KyInputPicker/setting-radio.js +468 -0
  172. package/lib/layouts/KyInputPicker/setting-rangepicker.js +466 -0
  173. package/lib/layouts/KyInputPicker/setting-select.js +534 -0
  174. package/lib/layouts/KyInputPicker/setting-stu-selector.js +507 -0
  175. package/lib/layouts/KyInputPicker/setting-switch.js +274 -0
  176. package/lib/layouts/KyInputPicker/setting-tea-selector.js +507 -0
  177. package/lib/layouts/KyInputPicker/setting-textarea.js +619 -0
  178. package/lib/layouts/KyInputPicker/setting-timepicker.js +437 -0
  179. package/lib/layouts/KyInputPicker/setting-upload.js +766 -0
  180. package/lib/layouts/KyModal/buildTitle.js +81 -0
  181. package/lib/layouts/KyModal/dragM.js +127 -0
  182. package/lib/layouts/KyModal/index.js +321 -0
  183. package/lib/layouts/KyPreview/index.js +219 -0
  184. package/lib/layouts/KyUpload/index.js +1155 -0
  185. package/lib/layouts/LeftMenu/index.js +5 -11
  186. package/lib/layouts/NavigationBar/index.js +4 -10
  187. package/lib/layouts/Top/editPassWord.js +5 -7
  188. package/lib/layouts/Top/index.js +6 -20
  189. package/lib/layouts/TopMenu/index.js +11 -14
  190. package/lib/layouts/layout/index.js +7 -13
  191. package/lib/layouts/{Login → login}/index-pre.js +3 -5
  192. package/lib/layouts/{Login → login}/index.js +6 -8
  193. package/lib/layouts/{Login → login}/login.js +8 -17
  194. package/lib/layouts/mixTop/index.js +13 -28
  195. package/lib/layouts/settingDrawer/index.js +3 -5
  196. package/lib/routes/AuthorizedRoute.js +7 -13
  197. package/lib/utils/NHCore.js +46 -2
  198. package/lib/utils/base64.js +238 -0
  199. package/lib/utils/browserJudge.js +33 -0
  200. package/lib/utils/common.js +18 -20
  201. package/lib/utils/createUuid.js +11 -31
  202. package/lib/utils/device.js +44 -0
  203. package/lib/utils/dynamicLoadCss.js +14 -0
  204. package/lib/utils/dynamicLoadJs.js +21 -0
  205. package/lib/utils/getLoginUser.js +1 -1
  206. package/lib/utils/getSize.js +2 -11
  207. package/lib/utils/getStyle.js +26 -0
  208. package/lib/utils/getSuitHeight.js +49 -0
  209. package/lib/utils/hasAuth.js +11 -0
  210. package/lib/utils/index.js +1 -34
  211. package/lib/utils/loadJS.js +40 -0
  212. package/package.json +1 -1
  213. /package/lib/layouts/{Login → login}/lyPassword.js +0 -0
package/lib/index.js CHANGED
@@ -1,411 +1,456 @@
1
- "use strict";
1
+ 'use strict';
2
2
 
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
 
7
- var _AuthorizedRoute = require("./routes/AuthorizedRoute.js");
7
+ var _AuthorizedRoute = require('./routes/AuthorizedRoute.js');
8
8
 
9
- Object.defineProperty(exports, "AuthorizedRoute", {
9
+ Object.defineProperty(exports, 'AuthorizedRoute', {
10
10
  enumerable: true,
11
11
  get: function get() {
12
12
  return _interopRequireDefault(_AuthorizedRoute).default;
13
13
  }
14
14
  });
15
15
 
16
- var _index = require("./layouts/layout/index.js");
16
+ var _index = require('./layouts/layout/index.js');
17
17
 
18
- Object.defineProperty(exports, "NHLayout", {
18
+ Object.defineProperty(exports, 'NHLayout', {
19
19
  enumerable: true,
20
20
  get: function get() {
21
21
  return _interopRequireDefault(_index).default;
22
22
  }
23
23
  });
24
24
 
25
- var _index2 = require("./layouts/Exception/403/index.js");
25
+ var _index2 = require('./layouts/Exception/403/index.js');
26
26
 
27
- Object.defineProperty(exports, "Error403Old", {
27
+ Object.defineProperty(exports, 'Error403Old', {
28
28
  enumerable: true,
29
29
  get: function get() {
30
30
  return _interopRequireDefault(_index2).default;
31
31
  }
32
32
  });
33
33
 
34
- var _ = require("./layouts/Exception/403.js");
34
+ var _ = require('./layouts/Exception/403.js');
35
35
 
36
- Object.defineProperty(exports, "Error403", {
36
+ Object.defineProperty(exports, 'Error403', {
37
37
  enumerable: true,
38
38
  get: function get() {
39
39
  return _interopRequireDefault(_).default;
40
40
  }
41
41
  });
42
42
 
43
- var _2 = require("./layouts/Exception/404.js");
43
+ var _2 = require('./layouts/Exception/404.js');
44
44
 
45
- Object.defineProperty(exports, "Error404", {
45
+ Object.defineProperty(exports, 'Error404', {
46
46
  enumerable: true,
47
47
  get: function get() {
48
48
  return _interopRequireDefault(_2).default;
49
49
  }
50
50
  });
51
51
 
52
- var _3 = require("./layouts/Exception/500.js");
52
+ var _3 = require('./layouts/Exception/500.js');
53
53
 
54
- Object.defineProperty(exports, "Error500", {
54
+ Object.defineProperty(exports, 'Error500', {
55
55
  enumerable: true,
56
56
  get: function get() {
57
57
  return _interopRequireDefault(_3).default;
58
58
  }
59
59
  });
60
60
 
61
- var _index3 = require("./layouts/Login/index.js");
61
+ var _index3 = require('./layouts/Login/index.js');
62
62
 
63
- Object.defineProperty(exports, "Login", {
63
+ Object.defineProperty(exports, 'Login', {
64
64
  enumerable: true,
65
65
  get: function get() {
66
66
  return _interopRequireDefault(_index3).default;
67
67
  }
68
68
  });
69
69
 
70
- var _KyInputPicker = require("./components/KyInputPicker");
70
+ var _KyInputPicker = require('./components/KyInputPicker');
71
71
 
72
- Object.defineProperty(exports, "KyInputPicker", {
72
+ Object.defineProperty(exports, 'KyInputPicker', {
73
73
  enumerable: true,
74
74
  get: function get() {
75
75
  return _interopRequireDefault(_KyInputPicker).default;
76
76
  }
77
77
  });
78
78
 
79
- var _render = require("./components/KyInputPicker/render.js");
79
+ var _render = require('./components/KyInputPicker/render.js');
80
80
 
81
- Object.defineProperty(exports, "KyInputRender", {
81
+ Object.defineProperty(exports, 'KyInputRender', {
82
82
  enumerable: true,
83
83
  get: function get() {
84
84
  return _interopRequireDefault(_render).default;
85
85
  }
86
86
  });
87
87
 
88
- var _KyModal = require("./components/KyModal");
88
+ var _KyModal = require('./components/KyModal');
89
89
 
90
- Object.defineProperty(exports, "KyModal", {
90
+ Object.defineProperty(exports, 'KyModal', {
91
91
  enumerable: true,
92
92
  get: function get() {
93
93
  return _interopRequireDefault(_KyModal).default;
94
94
  }
95
95
  });
96
96
 
97
- var _KyUpload = require("./components/KyUpload");
97
+ var _KyUpload = require('./components/KyUpload');
98
98
 
99
- Object.defineProperty(exports, "KyUpload", {
99
+ Object.defineProperty(exports, 'KyUpload', {
100
100
  enumerable: true,
101
101
  get: function get() {
102
102
  return _interopRequireDefault(_KyUpload).default;
103
103
  }
104
104
  });
105
105
 
106
- var _KyPreview = require("./components/KyPreview");
106
+ var _KyPreview = require('./components/KyPreview');
107
107
 
108
- Object.defineProperty(exports, "KyPreview", {
108
+ Object.defineProperty(exports, 'KyPreview', {
109
109
  enumerable: true,
110
110
  get: function get() {
111
111
  return _interopRequireDefault(_KyPreview).default;
112
112
  }
113
113
  });
114
114
 
115
- var _KyTitle = require("./components/KyTitle");
115
+ var _KyTitle = require('./components/KyTitle');
116
116
 
117
- Object.defineProperty(exports, "KyTitle", {
117
+ Object.defineProperty(exports, 'KyTitle', {
118
118
  enumerable: true,
119
119
  get: function get() {
120
120
  return _interopRequireDefault(_KyTitle).default;
121
121
  }
122
122
  });
123
123
 
124
- var _KyTable = require("./components/KyTable");
124
+ var _KyTable = require('./components/KyTable');
125
125
 
126
- Object.defineProperty(exports, "KyTable", {
126
+ Object.defineProperty(exports, 'KyTable', {
127
127
  enumerable: true,
128
128
  get: function get() {
129
129
  return _interopRequireDefault(_KyTable).default;
130
130
  }
131
131
  });
132
132
 
133
- var _KyMore = require("./components/KyMore");
133
+ var _KyMore = require('./components/KyMore');
134
134
 
135
- Object.defineProperty(exports, "KyMore", {
135
+ Object.defineProperty(exports, 'KyMore', {
136
136
  enumerable: true,
137
137
  get: function get() {
138
138
  return _interopRequireDefault(_KyMore).default;
139
139
  }
140
140
  });
141
141
 
142
- var _KyIcon = require("./components/KyIcon");
142
+ var _KyIcon = require('./components/KyIcon');
143
143
 
144
- Object.defineProperty(exports, "KyIcon", {
144
+ Object.defineProperty(exports, 'KyIcon', {
145
145
  enumerable: true,
146
146
  get: function get() {
147
147
  return _interopRequireDefault(_KyIcon).default;
148
148
  }
149
149
  });
150
150
 
151
- var _KyExcel = require("./components/KyExcel");
151
+ var _KyExcel = require('./components/KyExcel');
152
152
 
153
- Object.defineProperty(exports, "KyExcel", {
153
+ Object.defineProperty(exports, 'KyExcel', {
154
154
  enumerable: true,
155
155
  get: function get() {
156
156
  return _interopRequireDefault(_KyExcel).default;
157
157
  }
158
158
  });
159
159
 
160
- var _KyEmpty = require("./components/KyEmpty");
160
+ var _KyEmpty = require('./components/KyEmpty');
161
161
 
162
- Object.defineProperty(exports, "KyEmpty", {
162
+ Object.defineProperty(exports, 'KyEmpty', {
163
163
  enumerable: true,
164
164
  get: function get() {
165
165
  return _interopRequireDefault(_KyEmpty).default;
166
166
  }
167
167
  });
168
168
 
169
- var _KyEditableTable = require("./components/KyEditableTable");
169
+ var _KyEditableTable = require('./components/KyEditableTable');
170
170
 
171
- Object.defineProperty(exports, "KyEditableTable", {
171
+ Object.defineProperty(exports, 'KyEditableTable', {
172
172
  enumerable: true,
173
173
  get: function get() {
174
174
  return _interopRequireDefault(_KyEditableTable).default;
175
175
  }
176
176
  });
177
177
 
178
- var _KyContainerFrame = require("./components/KyContainerFrame");
178
+ var _KyContainerFrame = require('./components/KyContainerFrame');
179
179
 
180
- Object.defineProperty(exports, "KyContainerFrame", {
180
+ Object.defineProperty(exports, 'KyContainerFrame', {
181
181
  enumerable: true,
182
182
  get: function get() {
183
183
  return _interopRequireDefault(_KyContainerFrame).default;
184
184
  }
185
185
  });
186
186
 
187
- var _KyCollapse = require("./components/KyCollapse");
187
+ var _KyCollapse = require('./components/KyCollapse');
188
188
 
189
- Object.defineProperty(exports, "KyCollapse", {
189
+ Object.defineProperty(exports, 'KyCollapse', {
190
190
  enumerable: true,
191
191
  get: function get() {
192
192
  return _interopRequireDefault(_KyCollapse).default;
193
193
  }
194
194
  });
195
195
 
196
- var _KyCheckButton = require("./components/KyCheckButton");
196
+ var _KyCheckButton = require('./components/KyCheckButton');
197
197
 
198
- Object.defineProperty(exports, "KyCheckButton", {
198
+ Object.defineProperty(exports, 'KyCheckButton', {
199
199
  enumerable: true,
200
200
  get: function get() {
201
201
  return _interopRequireDefault(_KyCheckButton).default;
202
202
  }
203
203
  });
204
204
 
205
- var _KyCheckBox = require("./components/KyCheckBox");
205
+ var _KyCheckBox = require('./components/KyCheckBox');
206
206
 
207
- Object.defineProperty(exports, "KyCheckBox", {
207
+ Object.defineProperty(exports, 'KyCheckBox', {
208
208
  enumerable: true,
209
209
  get: function get() {
210
210
  return _interopRequireDefault(_KyCheckBox).default;
211
211
  }
212
212
  });
213
213
 
214
- var _KyBtnBox = require("./components/KyBtnBox");
214
+ var _KyBtnBox = require('./components/KyBtnBox');
215
215
 
216
- Object.defineProperty(exports, "KyBtnBox", {
216
+ Object.defineProperty(exports, 'KyBtnBox', {
217
217
  enumerable: true,
218
218
  get: function get() {
219
219
  return _interopRequireDefault(_KyBtnBox).default;
220
220
  }
221
221
  });
222
222
 
223
- var _HqLsrySelector = require("./components/HqSelector/HqLsrySelector");
223
+ var _HqLsrySelector = require('./components/HqSelector/HqLsrySelector');
224
224
 
225
- Object.defineProperty(exports, "HqLsrySelector", {
225
+ Object.defineProperty(exports, 'HqLsrySelector', {
226
226
  enumerable: true,
227
227
  get: function get() {
228
228
  return _interopRequireDefault(_HqLsrySelector).default;
229
229
  }
230
230
  });
231
231
 
232
- var _HqRySelector = require("./components/HqSelector/HqRySelector");
232
+ var _HqRySelector = require('./components/HqSelector/HqRySelector');
233
233
 
234
- Object.defineProperty(exports, "HqRySelector", {
234
+ Object.defineProperty(exports, 'HqRySelector', {
235
235
  enumerable: true,
236
236
  get: function get() {
237
237
  return _interopRequireDefault(_HqRySelector).default;
238
238
  }
239
239
  });
240
240
 
241
- var _HqWzSelector = require("./components/HqSelector/HqWzSelector");
241
+ var _HqWzSelector = require('./components/HqSelector/HqWzSelector');
242
242
 
243
- Object.defineProperty(exports, "HqWzSelector", {
243
+ Object.defineProperty(exports, 'HqWzSelector', {
244
244
  enumerable: true,
245
245
  get: function get() {
246
246
  return _interopRequireDefault(_HqWzSelector).default;
247
247
  }
248
248
  });
249
249
 
250
- var _KyTree = require("./components/KyTree");
250
+ var _KyTree = require('./components/KyTree');
251
251
 
252
- Object.defineProperty(exports, "KyTree", {
252
+ Object.defineProperty(exports, 'KyTree', {
253
253
  enumerable: true,
254
254
  get: function get() {
255
255
  return _interopRequireDefault(_KyTree).default;
256
256
  }
257
257
  });
258
258
 
259
- var _KyTableCardList = require("./components/KyTableCardList");
259
+ var _KyTableCardList = require('./components/KyTableCardList');
260
260
 
261
- Object.defineProperty(exports, "KyTableCardList", {
261
+ Object.defineProperty(exports, 'KyTableCardList', {
262
262
  enumerable: true,
263
263
  get: function get() {
264
264
  return _interopRequireDefault(_KyTableCardList).default;
265
265
  }
266
266
  });
267
267
 
268
- var _KyTextArea = require("./components/KyTextArea");
268
+ var _KyTextArea = require('./components/KyTextArea');
269
269
 
270
- Object.defineProperty(exports, "KyTextArea", {
270
+ Object.defineProperty(exports, 'KyTextArea', {
271
271
  enumerable: true,
272
272
  get: function get() {
273
273
  return _interopRequireDefault(_KyTextArea).default;
274
274
  }
275
275
  });
276
276
 
277
- var _getSize = require("./utils/getSize.js");
277
+ var _equalsObj = require('./utils/equalsObj.js');
278
278
 
279
- Object.defineProperty(exports, "getSize", {
279
+ Object.defineProperty(exports, 'equalsObj', {
280
280
  enumerable: true,
281
281
  get: function get() {
282
- return _interopRequireDefault(_getSize).default;
282
+ return _interopRequireDefault(_equalsObj).default;
283
283
  }
284
284
  });
285
285
 
286
- var _getLoginUser = require("./utils/getLoginUser.js");
286
+ var _NHFetch = require('./utils/NHFetch.js');
287
287
 
288
- Object.defineProperty(exports, "getLoginUser", {
288
+ Object.defineProperty(exports, 'NHFetch', {
289
289
  enumerable: true,
290
290
  get: function get() {
291
- return _interopRequireDefault(_getLoginUser).default;
291
+ return _interopRequireDefault(_NHFetch).default;
292
292
  }
293
293
  });
294
294
 
295
- var _equalsObj = require("./utils/equalsObj.js");
295
+ var _base = require('./utils/base64.js');
296
296
 
297
- Object.defineProperty(exports, "equalsObj", {
297
+ Object.defineProperty(exports, 'Base64', {
298
298
  enumerable: true,
299
299
  get: function get() {
300
- return _interopRequireDefault(_equalsObj).default;
300
+ return _interopRequireDefault(_base).default;
301
301
  }
302
302
  });
303
303
 
304
- var _NHFetch = require("./utils/NHFetch.js");
304
+ var _toFormDesignPage = require('./utils/toFormDesignPage.js');
305
305
 
306
- Object.defineProperty(exports, "NHFetch", {
306
+ Object.defineProperty(exports, 'toFormDesignPage', {
307
307
  enumerable: true,
308
308
  get: function get() {
309
- return _interopRequireDefault(_NHFetch).default;
309
+ return _interopRequireDefault(_toFormDesignPage).default;
310
310
  }
311
311
  });
312
312
 
313
- var _NHCore = require("./utils/NHCore.js");
313
+ var _toFormFillingPage = require('./utils/toFormFillingPage.js');
314
314
 
315
- Object.defineProperty(exports, "NHCore", {
315
+ Object.defineProperty(exports, 'toFormFillingPage', {
316
316
  enumerable: true,
317
317
  get: function get() {
318
- return _interopRequireDefault(_NHCore).default;
318
+ return _interopRequireDefault(_toFormFillingPage).default;
319
319
  }
320
320
  });
321
321
 
322
- var _MD = require("./utils/MD5.js");
322
+ var _toProcessDesignPage = require('./utils/toProcessDesignPage.js');
323
323
 
324
- Object.defineProperty(exports, "MD5", {
324
+ Object.defineProperty(exports, 'toProcessDesignPage', {
325
325
  enumerable: true,
326
326
  get: function get() {
327
- return _interopRequireDefault(_MD).default;
327
+ return _interopRequireDefault(_toProcessDesignPage).default;
328
328
  }
329
329
  });
330
330
 
331
- var _index4 = require("./utils/index.js");
331
+ var _toProcessApplyPage = require('./utils/toProcessApplyPage.js');
332
332
 
333
- Object.defineProperty(exports, "utils", {
333
+ Object.defineProperty(exports, 'toProcessApplyPage', {
334
334
  enumerable: true,
335
335
  get: function get() {
336
- return _interopRequireDefault(_index4).default;
336
+ return _interopRequireDefault(_toProcessApplyPage).default;
337
337
  }
338
338
  });
339
339
 
340
- var _common = require("./utils/common.js");
340
+ var _toProcessVerifyPage = require('./utils/toProcessVerifyPage.js');
341
341
 
342
- Object.defineProperty(exports, "common", {
342
+ Object.defineProperty(exports, 'toProcessVerifyPage', {
343
343
  enumerable: true,
344
344
  get: function get() {
345
- return _interopRequireDefault(_common).default;
345
+ return _interopRequireDefault(_toProcessVerifyPage).default;
346
346
  }
347
347
  });
348
348
 
349
- var _createUuid = require("./utils/createUuid.js");
349
+ var _toProcessViewPage = require('./utils/toProcessViewPage.js');
350
350
 
351
- Object.defineProperty(exports, "createUuid", {
351
+ Object.defineProperty(exports, 'toProcessViewPage', {
352
352
  enumerable: true,
353
353
  get: function get() {
354
- return _interopRequireDefault(_createUuid).default;
354
+ return _interopRequireDefault(_toProcessViewPage).default;
355
355
  }
356
356
  });
357
357
 
358
- var _toFormDesignPage = require("./utils/toFormDesignPage.js");
358
+ var _common = require('./utils/common.js');
359
359
 
360
- Object.defineProperty(exports, "toFormDesignPage", {
360
+ Object.defineProperty(exports, 'exactAdd', {
361
361
  enumerable: true,
362
362
  get: function get() {
363
- return _interopRequireDefault(_toFormDesignPage).default;
363
+ return _common.exactAdd;
364
364
  }
365
365
  });
366
-
367
- var _toFormFillingPage = require("./utils/toFormFillingPage.js");
368
-
369
- Object.defineProperty(exports, "toFormFillingPage", {
366
+ Object.defineProperty(exports, 'summation', {
370
367
  enumerable: true,
371
368
  get: function get() {
372
- return _interopRequireDefault(_toFormFillingPage).default;
369
+ return _common.summation;
373
370
  }
374
371
  });
375
-
376
- var _toProcessDesignPage = require("./utils/toProcessDesignPage.js");
377
-
378
- Object.defineProperty(exports, "toProcessDesignPage", {
372
+ Object.defineProperty(exports, 'isEmpty', {
379
373
  enumerable: true,
380
374
  get: function get() {
381
- return _interopRequireDefault(_toProcessDesignPage).default;
375
+ return _common.isEmpty;
382
376
  }
383
377
  });
384
-
385
- var _toProcessApplyPage = require("./utils/toProcessApplyPage.js");
386
-
387
- Object.defineProperty(exports, "toProcessApplyPage", {
378
+ Object.defineProperty(exports, 'deepCopy', {
388
379
  enumerable: true,
389
380
  get: function get() {
390
- return _interopRequireDefault(_toProcessApplyPage).default;
381
+ return _common.deepCopy;
391
382
  }
392
383
  });
393
384
 
394
- var _toProcessVerifyPage = require("./utils/toProcessVerifyPage.js");
385
+ var _NHCore = require('./utils/NHCore.js');
395
386
 
396
- Object.defineProperty(exports, "toProcessVerifyPage", {
387
+ Object.defineProperty(exports, 'getLoginUser', {
397
388
  enumerable: true,
398
389
  get: function get() {
399
- return _interopRequireDefault(_toProcessVerifyPage).default;
390
+ return _NHCore.getLoginUser;
391
+ }
392
+ });
393
+ Object.defineProperty(exports, 'hasAuth', {
394
+ enumerable: true,
395
+ get: function get() {
396
+ return _NHCore.hasAuth;
397
+ }
398
+ });
399
+ Object.defineProperty(exports, 'browserJudge', {
400
+ enumerable: true,
401
+ get: function get() {
402
+ return _NHCore.browserJudge;
403
+ }
404
+ });
405
+ Object.defineProperty(exports, 'createUuid', {
406
+ enumerable: true,
407
+ get: function get() {
408
+ return _NHCore.createUuid;
409
+ }
410
+ });
411
+ Object.defineProperty(exports, 'getSize', {
412
+ enumerable: true,
413
+ get: function get() {
414
+ return _NHCore.getSize;
400
415
  }
401
416
  });
402
417
 
403
- var _toProcessViewPage = require("./utils/toProcessViewPage.js");
418
+ var _device = require('./utils/device');
404
419
 
405
- Object.defineProperty(exports, "toProcessViewPage", {
420
+ Object.defineProperty(exports, 'isMobile', {
406
421
  enumerable: true,
407
422
  get: function get() {
408
- return _interopRequireDefault(_toProcessViewPage).default;
423
+ return _device.isMobile;
424
+ }
425
+ });
426
+ Object.defineProperty(exports, 'isAndroid', {
427
+ enumerable: true,
428
+ get: function get() {
429
+ return _device.isAndroid;
430
+ }
431
+ });
432
+ Object.defineProperty(exports, 'isIOS', {
433
+ enumerable: true,
434
+ get: function get() {
435
+ return _device.isIOS;
436
+ }
437
+ });
438
+ Object.defineProperty(exports, 'isWeiXn', {
439
+ enumerable: true,
440
+ get: function get() {
441
+ return _device.isWeiXn;
442
+ }
443
+ });
444
+ Object.defineProperty(exports, 'isDingTalk', {
445
+ enumerable: true,
446
+ get: function get() {
447
+ return _device.isDingTalk;
448
+ }
449
+ });
450
+ Object.defineProperty(exports, 'isWeiBo', {
451
+ enumerable: true,
452
+ get: function get() {
453
+ return _device.isWeiBo;
409
454
  }
410
455
  });
411
456
 
@@ -416,13 +461,13 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
416
461
  * @Description:
417
462
  * @Author: jiangzhongxin
418
463
  * @LastEditors: jiangzhongxin
419
- * @LastEditTime: 2023-11-09 13:35:05
464
+ * @LastEditTime: 2023-11-09 17:52:36
420
465
  * @Copyright: 2023 LIANYI TECHNOLOGY CO.,LTD. All Rights Reserved. 联奕科技有限公司
421
466
  */
422
467
  var ENV = process.env.NODE_ENV;
423
- window.dlt_VERSION = require("../package.json").version;
424
- if (ENV !== "production" && ENV !== "test" && typeof console !== "undefined" && console.warn && typeof window !== "undefined") {
468
+ window.dlt_VERSION = require('../package.json').version;
469
+ if (ENV !== 'production' && ENV !== 'test' && typeof console !== 'undefined' && console.warn && typeof window !== 'undefined') {
425
470
  // tslint:disable-next-line:no-console
426
- console.warn("You are using a whole package of xgui-for-react, " + "please use https://www.npmjs.com/package/babel-plugin-import to reduce app bundle size.");
471
+ console.warn('You are using a whole package of xgui-for-react, ' + 'please use https://www.npmjs.com/package/babel-plugin-import to reduce app bundle size.');
427
472
  }
428
473
  //路由