dlt-for-react 1.0.24 → 1.1.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 +12 -2
- package/lib/components/Button/index.js +79 -0
- package/lib/components/HqSelector/HqLsrySelector/index.js +3 -5
- package/lib/components/HqSelector/HqRySelector/index.js +3 -5
- package/lib/components/HqSelector/HqWzSelector/index.js +3 -5
- package/lib/components/KyEditableTable/component.js +3 -5
- package/lib/components/KyEditableTable/index.js +7 -13
- package/lib/components/KyExcel/index.js +3 -5
- package/lib/components/KyInputPicker/render.js +13 -43
- package/lib/components/KyInputPicker/setting-checkbox.js +3 -5
- package/lib/components/KyInputPicker/setting-multiSelect.js +3 -5
- package/lib/components/KyInputPicker/setting-nhcascader.js +3 -5
- package/lib/components/KyInputPicker/setting-select.js +3 -5
- package/lib/components/KyInputPicker/setting-stu-selector.js +3 -5
- package/lib/components/KyInputPicker/setting-tea-selector.js +3 -5
- package/lib/components/KyTable/checkButtons.js +4 -7
- package/lib/components/KyTree/index.js +6 -16
- package/lib/components/KyUpload/index.js +10 -20
- package/lib/components/NHAuditPanel/config/Axios.js +263 -0
- package/lib/components/NHAuditPanel/config/api.js +479 -0
- package/lib/components/NHAuditPanel/config/data.js +156 -0
- package/lib/components/NHAuditPanel/config/typeMap.js +1234 -0
- package/lib/components/NHAuditPanel/config/uiValidate.js +92 -0
- package/lib/components/NHAuditPanel/index.js +413 -0
- package/lib/components/NHAuditPanel/node.js +619 -0
- package/lib/components/NHCascader/index.js +355 -0
- package/lib/components/NHCheckboxGroup/index.js +135 -0
- package/lib/components/NHDynamicFormShow/baseInfo/index.js +194 -0
- package/lib/components/NHDynamicFormShow/custom/index.js +553 -0
- package/lib/components/NHDynamicFormShow/customModule/common/CommonMethod.js +43 -0
- package/lib/components/NHDynamicFormShow/customModule/czxy/qgzx/EditForm.js +1113 -0
- package/lib/components/NHDynamicFormShow/customModule/czxy/qgzx/index.js +263 -0
- package/lib/components/NHDynamicFormShow/customModule/czxy/xfjm/EditForm.js +880 -0
- package/lib/components/NHDynamicFormShow/customModule/czxy/xfjm/index.js +171 -0
- package/lib/components/NHDynamicFormShow/customModule/czxy/zxj/EditForm.js +865 -0
- package/lib/components/NHDynamicFormShow/customModule/czxy/zxj/index.js +138 -0
- package/lib/components/NHDynamicFormShow/customModule/eszy/zsxxhd/EditForm.js +571 -0
- package/lib/components/NHDynamicFormShow/customModule/eszy/zsxxhd/index.js +147 -0
- package/lib/components/NHDynamicFormShow/customModule/eszy/zybjtz/EditForm.js +474 -0
- package/lib/components/NHDynamicFormShow/customModule/eszy/zybjtz/index.js +139 -0
- package/lib/components/NHDynamicFormShow/customModule/gnyxy/cqzg/EditForm.js +506 -0
- package/lib/components/NHDynamicFormShow/customModule/gnyxy/cqzg/index.js +143 -0
- package/lib/components/NHDynamicFormShow/customModule/gnyxy/gwsb/EditForm.js +1074 -0
- package/lib/components/NHDynamicFormShow/customModule/gnyxy/gwsb/index.js +172 -0
- package/lib/components/NHDynamicFormShow/customModule/gnyxy/qjgl/EditForm.js +927 -0
- package/lib/components/NHDynamicFormShow/customModule/gnyxy/qjgl/index.js +195 -0
- package/lib/components/NHDynamicFormShow/customModule/gnyxy/sxsqj/EditForm.js +1064 -0
- package/lib/components/NHDynamicFormShow/customModule/gnyxy/sxsqj/index.js +183 -0
- package/lib/components/NHDynamicFormShow/customModule/hblgxy/jxj/EditForm.js +763 -0
- package/lib/components/NHDynamicFormShow/customModule/hblgxy/jxj/index.js +137 -0
- package/lib/components/NHDynamicFormShow/customModule/hblgxy/lzjxj/EditForm.js +819 -0
- package/lib/components/NHDynamicFormShow/customModule/hblgxy/lzjxj/index.js +137 -0
- package/lib/components/NHDynamicFormShow/customModule/hblgxy/qgzx/EditForm.js +700 -0
- package/lib/components/NHDynamicFormShow/customModule/hblgxy/qgzx/index.js +162 -0
- package/lib/components/NHDynamicFormShow/customModule/hblgxy/xsqj/EditForm.js +743 -0
- package/lib/components/NHDynamicFormShow/customModule/hblgxy/xsqj/index.js +177 -0
- package/lib/components/NHDynamicFormShow/customModule/hblgxy/zxj/EditForm.js +848 -0
- package/lib/components/NHDynamicFormShow/customModule/hblgxy/zxj/index.js +138 -0
- package/lib/components/NHDynamicFormShow/customModule/hljwgy/qjgl/EditForm.js +777 -0
- package/lib/components/NHDynamicFormShow/customModule/hljwgy/qjgl/index.js +161 -0
- package/lib/components/NHDynamicFormShow/customModule/hljwgy/xjgl/EditForm.js +706 -0
- package/lib/components/NHDynamicFormShow/customModule/hljwgy/xjgl/index.js +130 -0
- package/lib/components/NHDynamicFormShow/customModule/jhysxy/cfjcsq/cfjcEditForm.js +413 -0
- package/lib/components/NHDynamicFormShow/customModule/jhysxy/cfjcsq/index.js +135 -0
- package/lib/components/NHDynamicFormShow/customModule/jhysxy/xsqj/EditForm.js +1013 -0
- package/lib/components/NHDynamicFormShow/customModule/jhysxy/xsqj/index.js +175 -0
- package/lib/components/NHDynamicFormShow/customModule/jjrlx/EditForm.js +1345 -0
- package/lib/components/NHDynamicFormShow/customModule/jjrlx/index.js +274 -0
- package/lib/components/NHDynamicFormShow/customModule/jxj/EditForm.js +669 -0
- package/lib/components/NHDynamicFormShow/customModule/jxj/index.js +134 -0
- package/lib/components/NHDynamicFormShow/customModule/jxsl/fqkns/EditForm.js +378 -0
- package/lib/components/NHDynamicFormShow/customModule/jxsl/fqkns/index.js +120 -0
- package/lib/components/NHDynamicFormShow/customModule/jxsl/xwryfjjd/EditForm.js +638 -0
- package/lib/components/NHDynamicFormShow/customModule/jxsl/xwryfjjd/index.js +133 -0
- package/lib/components/NHDynamicFormShow/customModule/qgzx/EditForm.js +965 -0
- package/lib/components/NHDynamicFormShow/customModule/qgzx/index.js +237 -0
- package/lib/components/NHDynamicFormShow/customModule/qjgl/EditForm.js +823 -0
- package/lib/components/NHDynamicFormShow/customModule/qjgl/index.js +188 -0
- package/lib/components/NHDynamicFormShow/customModule/rcgl/jqlssq/EditForm.js +401 -0
- package/lib/components/NHDynamicFormShow/customModule/rcgl/jqlssq/index.js +472 -0
- package/lib/components/NHDynamicFormShow/customModule/rcgl/tssq/EditForm.js +304 -0
- package/lib/components/NHDynamicFormShow/customModule/rcgl/tssq/NHCascader/index.js +375 -0
- package/lib/components/NHDynamicFormShow/customModule/rcgl/tssq/NHInputPicker/RadioGroup.js +118 -0
- package/lib/components/NHDynamicFormShow/customModule/rcgl/tssq/NHInputPicker/index.js +62 -0
- package/lib/components/NHDynamicFormShow/customModule/rcgl/tssq/NHInputPicker/input-const.js +55 -0
- package/lib/components/NHDynamicFormShow/customModule/rcgl/tssq/NHInputPicker/render.js +1238 -0
- package/lib/components/NHDynamicFormShow/customModule/rcgl/tssq/index.js +375 -0
- package/lib/components/NHDynamicFormShow/customModule/rych/collective/EditForm.js +554 -0
- package/lib/components/NHDynamicFormShow/customModule/rych/collective/index.js +130 -0
- package/lib/components/NHDynamicFormShow/customModule/rych/personal/EditForm.js +542 -0
- package/lib/components/NHDynamicFormShow/customModule/rych/personal/index.js +133 -0
- package/lib/components/NHDynamicFormShow/customModule/sxgy/rych/collective/EditForm.js +575 -0
- package/lib/components/NHDynamicFormShow/customModule/sxgy/rych/collective/index.js +130 -0
- package/lib/components/NHDynamicFormShow/customModule/sxgy/rych/personal/EditForm.js +563 -0
- package/lib/components/NHDynamicFormShow/customModule/sxgy/rych/personal/index.js +133 -0
- package/lib/components/NHDynamicFormShow/customModule/whcz/qjgl/EditForm.js +745 -0
- package/lib/components/NHDynamicFormShow/customModule/whcz/qjgl/index.js +164 -0
- package/lib/components/NHDynamicFormShow/customModule/whcz/rccrxy/EditForm.js +587 -0
- package/lib/components/NHDynamicFormShow/customModule/whcz/rccrxy/index.js +143 -0
- package/lib/components/NHDynamicFormShow/customModule/whdlqjgl/EditForm.js +743 -0
- package/lib/components/NHDynamicFormShow/customModule/whdlqjgl/index.js +172 -0
- package/lib/components/NHDynamicFormShow/customModule/whgc/jjrlx/EditForm.js +1410 -0
- package/lib/components/NHDynamicFormShow/customModule/whgc/jjrlx/index.js +274 -0
- package/lib/components/NHDynamicFormShow/customModule/whgc/jxj/EditForm.js +755 -0
- package/lib/components/NHDynamicFormShow/customModule/whgc/jxj/index.js +130 -0
- package/lib/components/NHDynamicFormShow/customModule/whgc/qjgl/EditForm.js +814 -0
- package/lib/components/NHDynamicFormShow/customModule/whgc/qjgl/index.js +188 -0
- package/lib/components/NHDynamicFormShow/customModule/whgc/zxj/EditForm.js +769 -0
- package/lib/components/NHDynamicFormShow/customModule/whgc/zxj/index.js +130 -0
- package/lib/components/NHDynamicFormShow/customModule/whgcrych/EditForm.js +1004 -0
- package/lib/components/NHDynamicFormShow/customModule/whgcrych/index.js +126 -0
- package/lib/components/NHDynamicFormShow/customModule/whtl/jsrzsq/EditForm.js +503 -0
- package/lib/components/NHDynamicFormShow/customModule/whtl/jsrzsq/index.js +149 -0
- package/lib/components/NHDynamicFormShow/customModule/whtlyhk/EditForm.js +379 -0
- package/lib/components/NHDynamicFormShow/customModule/whtlyhk/index.js +148 -0
- package/lib/components/NHDynamicFormShow/customModule/whtlzxj/EditForm.js +748 -0
- package/lib/components/NHDynamicFormShow/customModule/whtlzxj/index.js +135 -0
- package/lib/components/NHDynamicFormShow/customModule/whtlzy/jxj/EditForm.js +762 -0
- package/lib/components/NHDynamicFormShow/customModule/whtlzy/jxj/index.js +134 -0
- package/lib/components/NHDynamicFormShow/customModule/wjcf/cfjc/cfjcEditForm.js +682 -0
- package/lib/components/NHDynamicFormShow/customModule/wjcf/cfjc/index.js +135 -0
- package/lib/components/NHDynamicFormShow/customModule/wjcf/wjsb/index.js +152 -0
- package/lib/components/NHDynamicFormShow/customModule/wjcf/wjsb/wjsbEditForm.js +783 -0
- package/lib/components/NHDynamicFormShow/customModule/zxj/EditForm.js +764 -0
- package/lib/components/NHDynamicFormShow/customModule/zxj/index.js +138 -0
- package/lib/components/NHDynamicFormShow/customModule/zzsd/cfjcsq/cfjcEditForm.js +677 -0
- package/lib/components/NHDynamicFormShow/customModule/zzsd/cfjcsq/index.js +138 -0
- package/lib/components/NHDynamicFormShow/customModule/zzsd/qjgl/EditForm.js +1173 -0
- package/lib/components/NHDynamicFormShow/customModule/zzsd/qjgl/index.js +242 -0
- package/lib/components/NHDynamicFormShow/customModule/zzsd/rcgl/rcxwgrdj/IndividualRegistForm.js +862 -0
- package/lib/components/NHDynamicFormShow/customModule/zzsd/rcgl/rcxwgrdj/IndividualRegistIndex.js +201 -0
- package/lib/components/NHDynamicFormShow/customModule/zzsd/stuinfo/messageInfo.js +196 -0
- package/lib/components/NHDynamicFormShow/customModule/zzsd/wjsb/index.js +167 -0
- package/lib/components/NHDynamicFormShow/customModule/zzsd/wjsb/wjsbEditForm.js +1096 -0
- package/lib/components/NHDynamicFormShow/index.js +647 -0
- package/lib/components/NHDynamicFormShow/oneOnMany/cardForm/cardItem/index.js +279 -0
- package/lib/components/NHDynamicFormShow/oneOnMany/cardForm/index.js +206 -0
- package/lib/components/NHDynamicFormShow/oneOnMany/index.js +419 -0
- package/lib/components/NHDynamicFormShow/oneOnOne/EditForm.js +401 -0
- package/lib/components/NHDynamicFormShow/oneOnOne/index.js +271 -0
- package/lib/components/NHImagePicker/index.js +554 -0
- package/lib/components/NHInputPicker/RadioGroup.js +118 -0
- package/lib/components/NHInputPicker/index.js +62 -0
- package/lib/components/NHInputPicker/input-const.js +55 -0
- package/lib/components/NHInputPicker/render.js +1271 -0
- package/lib/components/NHListView/index.js +374 -0
- package/lib/components/NHMapGeolocation/index.js +537 -0
- package/lib/components/NHMapGeolocation/initMap/initGdMap.js +104 -0
- package/lib/components/NHMapGeolocation/initMap/initTencentMap.js +138 -0
- package/lib/components/NHMapGeolocation/style.js +51 -0
- package/lib/components/NHMultiSelect/index.js +272 -0
- package/lib/components/NHRadioGroup/index.js +118 -0
- package/lib/components/NHSelect/index.js +364 -0
- package/lib/components/NHTreeMenu/index.js +126 -0
- package/lib/components/NHTreeMenu/treeNode.js +164 -0
- package/lib/components/StuSelector/index.js +611 -0
- package/lib/index.js +187 -118
- package/lib/layouts/KyInputPicker/edit-page.js +585 -0
- package/lib/layouts/KyInputPicker/index.js +220 -0
- package/lib/layouts/KyInputPicker/input-const.js +134 -0
- package/lib/layouts/KyInputPicker/render.js +2477 -0
- package/lib/layouts/KyInputPicker/setting-checkbox.js +850 -0
- package/lib/layouts/KyInputPicker/setting-datepicker.js +430 -0
- package/lib/layouts/KyInputPicker/setting-datetimepicker.js +443 -0
- package/lib/layouts/KyInputPicker/setting-input.js +555 -0
- package/lib/layouts/KyInputPicker/setting-inputNumber.js +612 -0
- package/lib/layouts/KyInputPicker/setting-monthpicker.js +434 -0
- package/lib/layouts/KyInputPicker/setting-multiSelect.js +532 -0
- package/lib/layouts/KyInputPicker/setting-nhcascader.js +584 -0
- package/lib/layouts/KyInputPicker/setting-old-upload.js +428 -0
- package/lib/layouts/KyInputPicker/setting-radio.js +468 -0
- package/lib/layouts/KyInputPicker/setting-rangepicker.js +466 -0
- package/lib/layouts/KyInputPicker/setting-select.js +534 -0
- package/lib/layouts/KyInputPicker/setting-stu-selector.js +507 -0
- package/lib/layouts/KyInputPicker/setting-switch.js +274 -0
- package/lib/layouts/KyInputPicker/setting-tea-selector.js +507 -0
- package/lib/layouts/KyInputPicker/setting-textarea.js +619 -0
- package/lib/layouts/KyInputPicker/setting-timepicker.js +437 -0
- package/lib/layouts/KyInputPicker/setting-upload.js +766 -0
- package/lib/layouts/KyModal/buildTitle.js +81 -0
- package/lib/layouts/KyModal/dragM.js +127 -0
- package/lib/layouts/KyModal/index.js +321 -0
- package/lib/layouts/KyPreview/index.js +219 -0
- package/lib/layouts/KyUpload/index.js +1155 -0
- package/lib/layouts/LeftMenu/index.js +5 -11
- package/lib/layouts/NavigationBar/index.js +4 -10
- package/lib/layouts/Top/editPassWord.js +5 -7
- package/lib/layouts/Top/index.js +6 -20
- package/lib/layouts/TopMenu/index.js +11 -14
- package/lib/layouts/layout/index.js +7 -13
- package/lib/layouts/{Login → login}/index-pre.js +3 -5
- package/lib/layouts/{Login → login}/index.js +6 -8
- package/lib/layouts/{Login → login}/login.js +8 -17
- package/lib/layouts/mixTop/index.js +13 -28
- package/lib/layouts/settingDrawer/index.js +3 -5
- package/lib/routes/AuthorizedRoute.js +7 -13
- package/lib/utils/NHCore.js +46 -2
- package/lib/utils/browserJudge.js +33 -0
- package/lib/utils/common.js +18 -20
- package/lib/utils/createUuid.js +11 -31
- package/lib/utils/device.js +44 -0
- package/lib/utils/dynamicLoadCss.js +14 -0
- package/lib/utils/dynamicLoadJs.js +21 -0
- package/lib/utils/getLoginUser.js +1 -1
- package/lib/utils/getSize.js +2 -11
- package/lib/utils/getStyle.js +26 -0
- package/lib/utils/getSuitHeight.js +49 -0
- package/lib/utils/hasAuth.js +11 -0
- package/lib/utils/index.js +1 -34
- package/lib/utils/loadJS.js +40 -0
- package/package.json +1 -1
- /package/lib/layouts/{Login → login}/lyPassword.js +0 -0
package/lib/index.js
CHANGED
|
@@ -1,420 +1,489 @@
|
|
|
1
|
-
|
|
1
|
+
'use strict';
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
|
|
7
|
-
var _AuthorizedRoute = require(
|
|
7
|
+
var _AuthorizedRoute = require('./routes/AuthorizedRoute.js');
|
|
8
8
|
|
|
9
|
-
Object.defineProperty(exports,
|
|
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(
|
|
16
|
+
var _index = require('./layouts/layout/index.js');
|
|
17
17
|
|
|
18
|
-
Object.defineProperty(exports,
|
|
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(
|
|
25
|
+
var _index2 = require('./layouts/Exception/403/index.js');
|
|
26
26
|
|
|
27
|
-
Object.defineProperty(exports,
|
|
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(
|
|
34
|
+
var _ = require('./layouts/Exception/403.js');
|
|
35
35
|
|
|
36
|
-
Object.defineProperty(exports,
|
|
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(
|
|
43
|
+
var _2 = require('./layouts/Exception/404.js');
|
|
44
44
|
|
|
45
|
-
Object.defineProperty(exports,
|
|
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(
|
|
52
|
+
var _3 = require('./layouts/Exception/500.js');
|
|
53
53
|
|
|
54
|
-
Object.defineProperty(exports,
|
|
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(
|
|
61
|
+
var _index3 = require('./layouts/Login/index.js');
|
|
62
62
|
|
|
63
|
-
Object.defineProperty(exports,
|
|
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(
|
|
70
|
+
var _KyInputPicker = require('./components/KyInputPicker');
|
|
71
71
|
|
|
72
|
-
Object.defineProperty(exports,
|
|
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(
|
|
79
|
+
var _render = require('./components/KyInputPicker/render.js');
|
|
80
80
|
|
|
81
|
-
Object.defineProperty(exports,
|
|
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(
|
|
88
|
+
var _KyModal = require('./components/KyModal');
|
|
89
89
|
|
|
90
|
-
Object.defineProperty(exports,
|
|
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(
|
|
97
|
+
var _KyUpload = require('./components/KyUpload');
|
|
98
98
|
|
|
99
|
-
Object.defineProperty(exports,
|
|
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(
|
|
106
|
+
var _KyPreview = require('./components/KyPreview');
|
|
107
107
|
|
|
108
|
-
Object.defineProperty(exports,
|
|
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(
|
|
115
|
+
var _KyTitle = require('./components/KyTitle');
|
|
116
116
|
|
|
117
|
-
Object.defineProperty(exports,
|
|
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(
|
|
124
|
+
var _KyTable = require('./components/KyTable');
|
|
125
125
|
|
|
126
|
-
Object.defineProperty(exports,
|
|
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(
|
|
133
|
+
var _KyMore = require('./components/KyMore');
|
|
134
134
|
|
|
135
|
-
Object.defineProperty(exports,
|
|
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(
|
|
142
|
+
var _KyIcon = require('./components/KyIcon');
|
|
143
143
|
|
|
144
|
-
Object.defineProperty(exports,
|
|
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(
|
|
151
|
+
var _KyExcel = require('./components/KyExcel');
|
|
152
152
|
|
|
153
|
-
Object.defineProperty(exports,
|
|
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(
|
|
160
|
+
var _KyEmpty = require('./components/KyEmpty');
|
|
161
161
|
|
|
162
|
-
Object.defineProperty(exports,
|
|
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(
|
|
169
|
+
var _KyEditableTable = require('./components/KyEditableTable');
|
|
170
170
|
|
|
171
|
-
Object.defineProperty(exports,
|
|
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(
|
|
178
|
+
var _KyContainerFrame = require('./components/KyContainerFrame');
|
|
179
179
|
|
|
180
|
-
Object.defineProperty(exports,
|
|
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(
|
|
187
|
+
var _KyCollapse = require('./components/KyCollapse');
|
|
188
188
|
|
|
189
|
-
Object.defineProperty(exports,
|
|
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(
|
|
196
|
+
var _KyCheckButton = require('./components/KyCheckButton');
|
|
197
197
|
|
|
198
|
-
Object.defineProperty(exports,
|
|
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(
|
|
205
|
+
var _KyCheckBox = require('./components/KyCheckBox');
|
|
206
206
|
|
|
207
|
-
Object.defineProperty(exports,
|
|
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(
|
|
214
|
+
var _KyBtnBox = require('./components/KyBtnBox');
|
|
215
215
|
|
|
216
|
-
Object.defineProperty(exports,
|
|
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(
|
|
223
|
+
var _HqLsrySelector = require('./components/HqSelector/HqLsrySelector');
|
|
224
224
|
|
|
225
|
-
Object.defineProperty(exports,
|
|
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(
|
|
232
|
+
var _HqRySelector = require('./components/HqSelector/HqRySelector');
|
|
233
233
|
|
|
234
|
-
Object.defineProperty(exports,
|
|
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(
|
|
241
|
+
var _HqWzSelector = require('./components/HqSelector/HqWzSelector');
|
|
242
242
|
|
|
243
|
-
Object.defineProperty(exports,
|
|
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(
|
|
250
|
+
var _KyTree = require('./components/KyTree');
|
|
251
251
|
|
|
252
|
-
Object.defineProperty(exports,
|
|
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(
|
|
259
|
+
var _KyTableCardList = require('./components/KyTableCardList');
|
|
260
260
|
|
|
261
|
-
Object.defineProperty(exports,
|
|
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(
|
|
268
|
+
var _KyTextArea = require('./components/KyTextArea');
|
|
269
269
|
|
|
270
|
-
Object.defineProperty(exports,
|
|
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
|
|
277
|
+
var _equalsObj = require('./utils/equalsObj.js');
|
|
278
278
|
|
|
279
|
-
Object.defineProperty(exports,
|
|
279
|
+
Object.defineProperty(exports, 'equalsObj', {
|
|
280
280
|
enumerable: true,
|
|
281
281
|
get: function get() {
|
|
282
|
-
return _interopRequireDefault(
|
|
282
|
+
return _interopRequireDefault(_equalsObj).default;
|
|
283
283
|
}
|
|
284
284
|
});
|
|
285
285
|
|
|
286
|
-
var
|
|
286
|
+
var _NHFetch = require('./utils/NHFetch.js');
|
|
287
287
|
|
|
288
|
-
Object.defineProperty(exports,
|
|
288
|
+
Object.defineProperty(exports, 'NHFetch', {
|
|
289
289
|
enumerable: true,
|
|
290
290
|
get: function get() {
|
|
291
|
-
return _interopRequireDefault(
|
|
291
|
+
return _interopRequireDefault(_NHFetch).default;
|
|
292
292
|
}
|
|
293
293
|
});
|
|
294
294
|
|
|
295
|
-
var
|
|
295
|
+
var _base = require('./utils/base64.js');
|
|
296
296
|
|
|
297
|
-
Object.defineProperty(exports,
|
|
297
|
+
Object.defineProperty(exports, 'Base64', {
|
|
298
298
|
enumerable: true,
|
|
299
299
|
get: function get() {
|
|
300
|
-
return _interopRequireDefault(
|
|
300
|
+
return _interopRequireDefault(_base).default;
|
|
301
301
|
}
|
|
302
302
|
});
|
|
303
303
|
|
|
304
|
-
var
|
|
304
|
+
var _toFormDesignPage = require('./utils/toFormDesignPage.js');
|
|
305
305
|
|
|
306
|
-
Object.defineProperty(exports,
|
|
306
|
+
Object.defineProperty(exports, 'toFormDesignPage', {
|
|
307
307
|
enumerable: true,
|
|
308
308
|
get: function get() {
|
|
309
|
-
return _interopRequireDefault(
|
|
309
|
+
return _interopRequireDefault(_toFormDesignPage).default;
|
|
310
310
|
}
|
|
311
311
|
});
|
|
312
312
|
|
|
313
|
-
var
|
|
313
|
+
var _toFormFillingPage = require('./utils/toFormFillingPage.js');
|
|
314
314
|
|
|
315
|
-
Object.defineProperty(exports,
|
|
315
|
+
Object.defineProperty(exports, 'toFormFillingPage', {
|
|
316
316
|
enumerable: true,
|
|
317
317
|
get: function get() {
|
|
318
|
-
return _interopRequireDefault(
|
|
318
|
+
return _interopRequireDefault(_toFormFillingPage).default;
|
|
319
319
|
}
|
|
320
320
|
});
|
|
321
321
|
|
|
322
|
-
var
|
|
322
|
+
var _toProcessDesignPage = require('./utils/toProcessDesignPage.js');
|
|
323
323
|
|
|
324
|
-
Object.defineProperty(exports,
|
|
324
|
+
Object.defineProperty(exports, 'toProcessDesignPage', {
|
|
325
325
|
enumerable: true,
|
|
326
326
|
get: function get() {
|
|
327
|
-
return _interopRequireDefault(
|
|
327
|
+
return _interopRequireDefault(_toProcessDesignPage).default;
|
|
328
328
|
}
|
|
329
329
|
});
|
|
330
330
|
|
|
331
|
-
var
|
|
331
|
+
var _toProcessApplyPage = require('./utils/toProcessApplyPage.js');
|
|
332
332
|
|
|
333
|
-
Object.defineProperty(exports,
|
|
333
|
+
Object.defineProperty(exports, 'toProcessApplyPage', {
|
|
334
334
|
enumerable: true,
|
|
335
335
|
get: function get() {
|
|
336
|
-
return _interopRequireDefault(
|
|
336
|
+
return _interopRequireDefault(_toProcessApplyPage).default;
|
|
337
337
|
}
|
|
338
338
|
});
|
|
339
339
|
|
|
340
|
-
var
|
|
340
|
+
var _toProcessVerifyPage = require('./utils/toProcessVerifyPage.js');
|
|
341
341
|
|
|
342
|
-
Object.defineProperty(exports,
|
|
342
|
+
Object.defineProperty(exports, 'toProcessVerifyPage', {
|
|
343
343
|
enumerable: true,
|
|
344
344
|
get: function get() {
|
|
345
|
-
return _interopRequireDefault(
|
|
345
|
+
return _interopRequireDefault(_toProcessVerifyPage).default;
|
|
346
346
|
}
|
|
347
347
|
});
|
|
348
348
|
|
|
349
|
-
var
|
|
349
|
+
var _toProcessViewPage = require('./utils/toProcessViewPage.js');
|
|
350
350
|
|
|
351
|
-
Object.defineProperty(exports,
|
|
351
|
+
Object.defineProperty(exports, 'toProcessViewPage', {
|
|
352
352
|
enumerable: true,
|
|
353
353
|
get: function get() {
|
|
354
|
-
return _interopRequireDefault(
|
|
354
|
+
return _interopRequireDefault(_toProcessViewPage).default;
|
|
355
355
|
}
|
|
356
356
|
});
|
|
357
357
|
|
|
358
|
-
var
|
|
358
|
+
var _index4 = require('./utils/index.js');
|
|
359
359
|
|
|
360
|
-
Object.defineProperty(exports,
|
|
360
|
+
Object.defineProperty(exports, 'getBase64', {
|
|
361
361
|
enumerable: true,
|
|
362
362
|
get: function get() {
|
|
363
|
-
return
|
|
363
|
+
return _index4.getBase64;
|
|
364
364
|
}
|
|
365
365
|
});
|
|
366
366
|
|
|
367
|
-
var
|
|
367
|
+
var _common = require('./utils/common.js');
|
|
368
368
|
|
|
369
|
-
Object.defineProperty(exports,
|
|
369
|
+
Object.defineProperty(exports, 'exactAdd', {
|
|
370
370
|
enumerable: true,
|
|
371
371
|
get: function get() {
|
|
372
|
-
return
|
|
372
|
+
return _common.exactAdd;
|
|
373
373
|
}
|
|
374
374
|
});
|
|
375
|
-
|
|
376
|
-
var _toFormFillingPage = require("./utils/toFormFillingPage.js");
|
|
377
|
-
|
|
378
|
-
Object.defineProperty(exports, "toFormFillingPage", {
|
|
375
|
+
Object.defineProperty(exports, 'summation', {
|
|
379
376
|
enumerable: true,
|
|
380
377
|
get: function get() {
|
|
381
|
-
return
|
|
378
|
+
return _common.summation;
|
|
382
379
|
}
|
|
383
380
|
});
|
|
384
|
-
|
|
385
|
-
var _toProcessDesignPage = require("./utils/toProcessDesignPage.js");
|
|
386
|
-
|
|
387
|
-
Object.defineProperty(exports, "toProcessDesignPage", {
|
|
381
|
+
Object.defineProperty(exports, 'isEmpty', {
|
|
388
382
|
enumerable: true,
|
|
389
383
|
get: function get() {
|
|
390
|
-
return
|
|
384
|
+
return _common.isEmpty;
|
|
391
385
|
}
|
|
392
386
|
});
|
|
393
|
-
|
|
394
|
-
var _toProcessApplyPage = require("./utils/toProcessApplyPage.js");
|
|
395
|
-
|
|
396
|
-
Object.defineProperty(exports, "toProcessApplyPage", {
|
|
387
|
+
Object.defineProperty(exports, 'deepCopy', {
|
|
397
388
|
enumerable: true,
|
|
398
389
|
get: function get() {
|
|
399
|
-
return
|
|
390
|
+
return _common.deepCopy;
|
|
391
|
+
}
|
|
392
|
+
});
|
|
393
|
+
Object.defineProperty(exports, 'convertSmallHump', {
|
|
394
|
+
enumerable: true,
|
|
395
|
+
get: function get() {
|
|
396
|
+
return _common.convertSmallHump;
|
|
397
|
+
}
|
|
398
|
+
});
|
|
399
|
+
Object.defineProperty(exports, 'download', {
|
|
400
|
+
enumerable: true,
|
|
401
|
+
get: function get() {
|
|
402
|
+
return _common.download;
|
|
400
403
|
}
|
|
401
404
|
});
|
|
402
405
|
|
|
403
|
-
var
|
|
406
|
+
var _NHCore = require('./utils/NHCore.js');
|
|
404
407
|
|
|
405
|
-
Object.defineProperty(exports,
|
|
408
|
+
Object.defineProperty(exports, 'getLoginUser', {
|
|
406
409
|
enumerable: true,
|
|
407
410
|
get: function get() {
|
|
408
|
-
return
|
|
411
|
+
return _NHCore.getLoginUser;
|
|
412
|
+
}
|
|
413
|
+
});
|
|
414
|
+
Object.defineProperty(exports, 'hasAuth', {
|
|
415
|
+
enumerable: true,
|
|
416
|
+
get: function get() {
|
|
417
|
+
return _NHCore.hasAuth;
|
|
418
|
+
}
|
|
419
|
+
});
|
|
420
|
+
Object.defineProperty(exports, 'browserJudge', {
|
|
421
|
+
enumerable: true,
|
|
422
|
+
get: function get() {
|
|
423
|
+
return _NHCore.browserJudge;
|
|
424
|
+
}
|
|
425
|
+
});
|
|
426
|
+
Object.defineProperty(exports, 'createUuid', {
|
|
427
|
+
enumerable: true,
|
|
428
|
+
get: function get() {
|
|
429
|
+
return _NHCore.createUuid;
|
|
430
|
+
}
|
|
431
|
+
});
|
|
432
|
+
Object.defineProperty(exports, 'getSize', {
|
|
433
|
+
enumerable: true,
|
|
434
|
+
get: function get() {
|
|
435
|
+
return _NHCore.getSize;
|
|
436
|
+
}
|
|
437
|
+
});
|
|
438
|
+
Object.defineProperty(exports, 'getCookie', {
|
|
439
|
+
enumerable: true,
|
|
440
|
+
get: function get() {
|
|
441
|
+
return _NHCore.getCookie;
|
|
442
|
+
}
|
|
443
|
+
});
|
|
444
|
+
Object.defineProperty(exports, 'setCookie', {
|
|
445
|
+
enumerable: true,
|
|
446
|
+
get: function get() {
|
|
447
|
+
return _NHCore.setCookie;
|
|
409
448
|
}
|
|
410
449
|
});
|
|
411
450
|
|
|
412
|
-
var
|
|
451
|
+
var _device = require('./utils/device');
|
|
413
452
|
|
|
414
|
-
Object.defineProperty(exports,
|
|
453
|
+
Object.defineProperty(exports, 'isMobile', {
|
|
415
454
|
enumerable: true,
|
|
416
455
|
get: function get() {
|
|
417
|
-
return
|
|
456
|
+
return _device.isMobile;
|
|
457
|
+
}
|
|
458
|
+
});
|
|
459
|
+
Object.defineProperty(exports, 'isAndroid', {
|
|
460
|
+
enumerable: true,
|
|
461
|
+
get: function get() {
|
|
462
|
+
return _device.isAndroid;
|
|
463
|
+
}
|
|
464
|
+
});
|
|
465
|
+
Object.defineProperty(exports, 'isIOS', {
|
|
466
|
+
enumerable: true,
|
|
467
|
+
get: function get() {
|
|
468
|
+
return _device.isIOS;
|
|
469
|
+
}
|
|
470
|
+
});
|
|
471
|
+
Object.defineProperty(exports, 'isWeiXn', {
|
|
472
|
+
enumerable: true,
|
|
473
|
+
get: function get() {
|
|
474
|
+
return _device.isWeiXn;
|
|
475
|
+
}
|
|
476
|
+
});
|
|
477
|
+
Object.defineProperty(exports, 'isDingTalk', {
|
|
478
|
+
enumerable: true,
|
|
479
|
+
get: function get() {
|
|
480
|
+
return _device.isDingTalk;
|
|
481
|
+
}
|
|
482
|
+
});
|
|
483
|
+
Object.defineProperty(exports, 'isWeiBo', {
|
|
484
|
+
enumerable: true,
|
|
485
|
+
get: function get() {
|
|
486
|
+
return _device.isWeiBo;
|
|
418
487
|
}
|
|
419
488
|
});
|
|
420
489
|
|
|
@@ -429,9 +498,9 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
|
|
|
429
498
|
* @Copyright: 2023 LIANYI TECHNOLOGY CO.,LTD. All Rights Reserved. 联奕科技有限公司
|
|
430
499
|
*/
|
|
431
500
|
var ENV = process.env.NODE_ENV;
|
|
432
|
-
window.dlt_VERSION = require(
|
|
433
|
-
if (ENV !==
|
|
501
|
+
window.dlt_VERSION = require('../package.json').version;
|
|
502
|
+
if (ENV !== 'production' && ENV !== 'test' && typeof console !== 'undefined' && console.warn && typeof window !== 'undefined') {
|
|
434
503
|
// tslint:disable-next-line:no-console
|
|
435
|
-
console.warn(
|
|
504
|
+
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.');
|
|
436
505
|
}
|
|
437
506
|
//路由
|