ydb-components-material 0.1.102 → 0.1.104
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/build/docs/404.html +3 -3
- package/build/docs/_demos/:uuid +3 -3
- package/build/docs/colorful-button.html +3 -3
- package/build/docs/colorful-input.html +3 -3
- package/build/docs/index.html +3 -3
- package/build/docs/static/bg2.a0dfd810.png +0 -0
- package/build/docs/static/commonBg.83239798.png +0 -0
- package/build/docs/static/empty.7e69f478.png +0 -0
- package/build/docs/{umi.41b85bf9.css → umi.82ebabdb.css} +1 -1
- package/build/docs/umi.967ad73e.js +1 -0
- package/build/docs/~demos/:uuid.html +3 -3
- package/build/docs/~demos/colorful-button-demo.html +3 -3
- package/build/docs/~demos/colorful-input-demo.html +3 -3
- package/build/lowcode/3.js +2 -2
- package/build/lowcode/4.js +1 -1
- package/build/lowcode/5.js +1 -1
- package/build/lowcode/assets/260814268e08d6e791032a27843cd215.png +0 -0
- package/build/lowcode/assets/3eb597ba730c5870765c2c09b7853d78.png +0 -0
- package/build/lowcode/assets/56daf7f96b7eadb3665f9b32b176a50e.png +0 -0
- package/build/lowcode/assets-daily.json +11 -11
- package/build/lowcode/assets-dev.json +2 -2
- package/build/lowcode/assets-prod.json +11 -11
- package/build/lowcode/index.js +1 -1
- package/build/lowcode/meta.js +1 -1
- package/build/lowcode/preview.js +9 -9
- package/build/lowcode/render/default/1.js +2 -2
- package/build/lowcode/render/default/2.js +1 -1
- package/build/lowcode/render/default/3.js +1 -1
- package/build/lowcode/render/default/assets/260814268e08d6e791032a27843cd215.png +0 -0
- package/build/lowcode/render/default/assets/3eb597ba730c5870765c2c09b7853d78.png +0 -0
- package/build/lowcode/render/default/assets/56daf7f96b7eadb3665f9b32b176a50e.png +0 -0
- package/build/lowcode/render/default/view.css +1 -1
- package/build/lowcode/render/default/view.js +17 -17
- package/build/lowcode/view.css +1 -1
- package/build/lowcode/view.js +17 -17
- package/dist/1.js +2 -2
- package/dist/2.js +1 -1
- package/dist/3.js +1 -1
- package/dist/BizComps.css +1 -1
- package/dist/BizComps.js +23 -23
- package/dist/BizComps.js.map +1 -1
- package/dist/assets/260814268e08d6e791032a27843cd215.png +0 -0
- package/dist/assets/3eb597ba730c5870765c2c09b7853d78.png +0 -0
- package/dist/assets/56daf7f96b7eadb3665f9b32b176a50e.png +0 -0
- package/es/components/check-loading/index.scss +3 -0
- package/es/components/guide/_utils.d.ts +4 -0
- package/es/components/guide/_utils.js +45 -0
- package/es/components/guide/comment.d.ts +9 -0
- package/es/components/guide/comment.js +97 -0
- package/es/components/guide/comment.scss +23 -0
- package/es/components/guide/compoents/accept.d.ts +7 -0
- package/es/components/guide/compoents/accept.js +35 -0
- package/es/components/guide/compoents/accept.scss +11 -0
- package/es/components/guide/compoents/basicInfo.d.ts +7 -0
- package/es/components/guide/compoents/basicInfo.js +81 -0
- package/es/components/guide/compoents/basicInfo.scss +32 -0
- package/es/components/guide/compoents/eventInfo.d.ts +8 -0
- package/es/components/guide/compoents/eventInfo.js +87 -0
- package/es/components/guide/compoents/eventInfo.scss +87 -0
- package/es/components/guide/compoents/guideTabs.d.ts +20 -0
- package/es/components/guide/compoents/guideTabs.js +55 -0
- package/es/components/guide/compoents/guideTabs.scss +39 -0
- package/es/components/guide/compoents/materials/checkPoint.d.ts +3 -0
- package/es/components/guide/compoents/materials/checkPoint.js +154 -0
- package/es/components/guide/compoents/materials/checkPoint.scss +120 -0
- package/es/components/guide/compoents/materials/materials.d.ts +22 -0
- package/es/components/guide/compoents/materials/materials.js +60 -0
- package/es/components/guide/compoents/materials/materials.scss +3 -0
- package/es/components/guide/compoents/materials/materialsList.d.ts +11 -0
- package/es/components/guide/compoents/materials/materialsList.js +411 -0
- package/es/components/guide/compoents/materials/materialsList.scss +170 -0
- package/es/components/guide/compoents/materials/situation.d.ts +20 -0
- package/es/components/guide/compoents/materials/situation.js +152 -0
- package/es/components/guide/compoents/materials/situation.scss +63 -0
- package/es/components/guide/compoents/places.d.ts +7 -0
- package/es/components/guide/compoents/places.js +129 -0
- package/es/components/guide/compoents/places.scss +71 -0
- package/es/components/guide/compoents/processImg.d.ts +9 -0
- package/es/components/guide/compoents/processImg.js +149 -0
- package/es/components/guide/compoents/processImg.scss +88 -0
- package/es/components/guide/compoents/result.d.ts +7 -0
- package/es/components/guide/compoents/result.js +121 -0
- package/es/components/guide/compoents/result.scss +88 -0
- package/es/components/guide/imgs/bg1.png +0 -0
- package/es/components/guide/imgs/bg2.png +0 -0
- package/es/components/guide/imgs/bg22.png +0 -0
- package/es/components/guide/imgs/cant.png +0 -0
- package/es/components/guide/imgs/checkBg.png +0 -0
- package/es/components/guide/imgs/checkBgPc.png +0 -0
- package/es/components/guide/imgs/comment.png +0 -0
- package/es/components/guide/imgs/commonBg.png +0 -0
- package/es/components/guide/imgs/down.png +0 -0
- package/es/components/guide/imgs/download.png +0 -0
- package/es/components/guide/imgs/empty.png +0 -0
- package/es/components/guide/imgs/icon1.png +0 -0
- package/es/components/guide/imgs/icon2.png +0 -0
- package/es/components/guide/imgs/icon3.png +0 -0
- package/es/components/guide/imgs/icon4.png +0 -0
- package/es/components/guide/imgs/iconA.png +0 -0
- package/es/components/guide/imgs/iconB.png +0 -0
- package/es/components/guide/imgs/iconC.png +0 -0
- package/es/components/guide/imgs/loading.gif +0 -0
- package/es/components/guide/imgs/mapMarker.png +0 -0
- package/es/components/guide/imgs/share.png +0 -0
- package/es/components/guide/imgs/tab_switch.png +0 -0
- package/es/components/guide/index.d.ts +48 -0
- package/es/components/guide/index.js +440 -0
- package/es/components/guide/index.scss +178 -0
- package/es/index.d.ts +4 -0
- package/es/index.js +2 -0
- package/es/style.js +3 -0
- package/lib/components/check-loading/index.scss +3 -0
- package/lib/components/guide/_utils.d.ts +4 -0
- package/lib/components/guide/_utils.js +52 -0
- package/lib/components/guide/comment.d.ts +9 -0
- package/lib/components/guide/comment.js +102 -0
- package/lib/components/guide/comment.scss +23 -0
- package/lib/components/guide/compoents/accept.d.ts +7 -0
- package/lib/components/guide/compoents/accept.js +40 -0
- package/lib/components/guide/compoents/accept.scss +11 -0
- package/lib/components/guide/compoents/basicInfo.d.ts +7 -0
- package/lib/components/guide/compoents/basicInfo.js +86 -0
- package/lib/components/guide/compoents/basicInfo.scss +32 -0
- package/lib/components/guide/compoents/eventInfo.d.ts +8 -0
- package/lib/components/guide/compoents/eventInfo.js +92 -0
- package/lib/components/guide/compoents/eventInfo.scss +87 -0
- package/lib/components/guide/compoents/guideTabs.d.ts +20 -0
- package/lib/components/guide/compoents/guideTabs.js +60 -0
- package/lib/components/guide/compoents/guideTabs.scss +39 -0
- package/lib/components/guide/compoents/materials/checkPoint.d.ts +3 -0
- package/lib/components/guide/compoents/materials/checkPoint.js +159 -0
- package/lib/components/guide/compoents/materials/checkPoint.scss +120 -0
- package/lib/components/guide/compoents/materials/materials.d.ts +22 -0
- package/lib/components/guide/compoents/materials/materials.js +66 -0
- package/lib/components/guide/compoents/materials/materials.scss +3 -0
- package/lib/components/guide/compoents/materials/materialsList.d.ts +11 -0
- package/lib/components/guide/compoents/materials/materialsList.js +416 -0
- package/lib/components/guide/compoents/materials/materialsList.scss +170 -0
- package/lib/components/guide/compoents/materials/situation.d.ts +20 -0
- package/lib/components/guide/compoents/materials/situation.js +156 -0
- package/lib/components/guide/compoents/materials/situation.scss +63 -0
- package/lib/components/guide/compoents/places.d.ts +7 -0
- package/lib/components/guide/compoents/places.js +135 -0
- package/lib/components/guide/compoents/places.scss +71 -0
- package/lib/components/guide/compoents/processImg.d.ts +9 -0
- package/lib/components/guide/compoents/processImg.js +155 -0
- package/lib/components/guide/compoents/processImg.scss +88 -0
- package/lib/components/guide/compoents/result.d.ts +7 -0
- package/lib/components/guide/compoents/result.js +127 -0
- package/lib/components/guide/compoents/result.scss +88 -0
- package/lib/components/guide/imgs/bg1.png +0 -0
- package/lib/components/guide/imgs/bg2.png +0 -0
- package/lib/components/guide/imgs/bg22.png +0 -0
- package/lib/components/guide/imgs/cant.png +0 -0
- package/lib/components/guide/imgs/checkBg.png +0 -0
- package/lib/components/guide/imgs/checkBgPc.png +0 -0
- package/lib/components/guide/imgs/comment.png +0 -0
- package/lib/components/guide/imgs/commonBg.png +0 -0
- package/lib/components/guide/imgs/down.png +0 -0
- package/lib/components/guide/imgs/download.png +0 -0
- package/lib/components/guide/imgs/empty.png +0 -0
- package/lib/components/guide/imgs/icon1.png +0 -0
- package/lib/components/guide/imgs/icon2.png +0 -0
- package/lib/components/guide/imgs/icon3.png +0 -0
- package/lib/components/guide/imgs/icon4.png +0 -0
- package/lib/components/guide/imgs/iconA.png +0 -0
- package/lib/components/guide/imgs/iconB.png +0 -0
- package/lib/components/guide/imgs/iconC.png +0 -0
- package/lib/components/guide/imgs/loading.gif +0 -0
- package/lib/components/guide/imgs/mapMarker.png +0 -0
- package/lib/components/guide/imgs/share.png +0 -0
- package/lib/components/guide/imgs/tab_switch.png +0 -0
- package/lib/components/guide/index.d.ts +48 -0
- package/lib/components/guide/index.js +445 -0
- package/lib/components/guide/index.scss +178 -0
- package/lib/index.d.ts +4 -0
- package/lib/index.js +5 -1
- package/lib/style.js +3 -0
- package/lowcode/comment/meta.ts +86 -0
- package/lowcode/guide/meta.ts +483 -0
- package/lowcode_es/comment/meta.d.ts +22 -0
- package/lowcode_es/comment/meta.js +76 -0
- package/lowcode_es/guide/meta.d.ts +22 -0
- package/lowcode_es/guide/meta.js +455 -0
- package/lowcode_es/meta.js +4 -2
- package/lowcode_lib/comment/meta.d.ts +22 -0
- package/lowcode_lib/comment/meta.js +81 -0
- package/lowcode_lib/guide/meta.d.ts +22 -0
- package/lowcode_lib/guide/meta.js +460 -0
- package/lowcode_lib/meta.js +21 -19
- package/package.json +3 -3
- package/build/docs/umi.a65f236e.js +0 -1
|
@@ -0,0 +1,121 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import "./result.scss";
|
|
3
|
+
import commonBg from "../imgs/bg2.png";
|
|
4
|
+
import icon1 from "../imgs/icon1.png";
|
|
5
|
+
import icon2 from "../imgs/icon2.png";
|
|
6
|
+
import icon3 from "../imgs/icon3.png";
|
|
7
|
+
import icon4 from "../imgs/icon4.png";
|
|
8
|
+
import down from "../imgs/down.png";
|
|
9
|
+
var Result = function Result(_ref) {
|
|
10
|
+
var eventInfoProp = _ref.eventInfo;
|
|
11
|
+
var _React$useState = React.useState([]),
|
|
12
|
+
list = _React$useState[0],
|
|
13
|
+
setList = _React$useState[1];
|
|
14
|
+
React.useEffect(function () {
|
|
15
|
+
initData();
|
|
16
|
+
}, []);
|
|
17
|
+
var initData = function initData() {
|
|
18
|
+
var eventInfo = eventInfoProp;
|
|
19
|
+
if (eventInfo !== null && eventInfo !== void 0 && eventInfo.applicationConfigEfficiencies) {
|
|
20
|
+
setList(eventInfo.applicationConfigEfficiencies);
|
|
21
|
+
}
|
|
22
|
+
};
|
|
23
|
+
if (!list.length) {
|
|
24
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
25
|
+
className: "result-content"
|
|
26
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
27
|
+
className: "empty-text"
|
|
28
|
+
}, "\u6682\u65E0\u6210\u6548\u5206\u6790"));
|
|
29
|
+
}
|
|
30
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
31
|
+
className: "result-content"
|
|
32
|
+
}, list.map(function (item, index) {
|
|
33
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
34
|
+
className: "card",
|
|
35
|
+
key: index
|
|
36
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
37
|
+
className: "title"
|
|
38
|
+
}, "\u60C5\u5F62", index + 1), /*#__PURE__*/React.createElement("div", {
|
|
39
|
+
className: "desc"
|
|
40
|
+
}, item.scene), /*#__PURE__*/React.createElement("div", {
|
|
41
|
+
className: "info-con",
|
|
42
|
+
style: {
|
|
43
|
+
backgroundImage: "url(" + commonBg + ")"
|
|
44
|
+
}
|
|
45
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
46
|
+
className: "info-title"
|
|
47
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
48
|
+
className: "title-item"
|
|
49
|
+
}, "\u73B0\u5728\u529E\u7406\u4E1A\u52A1"), /*#__PURE__*/React.createElement("div", {
|
|
50
|
+
className: "title-item"
|
|
51
|
+
}, "\u8FC7\u5F80\u529E\u7406\u4E1A\u52A1")), /*#__PURE__*/React.createElement("div", {
|
|
52
|
+
className: "info-list"
|
|
53
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
54
|
+
className: "info-item"
|
|
55
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
56
|
+
className: "icon",
|
|
57
|
+
style: {
|
|
58
|
+
backgroundImage: "url(" + icon1 + ")"
|
|
59
|
+
}
|
|
60
|
+
}), /*#__PURE__*/React.createElement("div", {
|
|
61
|
+
className: "info"
|
|
62
|
+
}, "\u5E73\u5747\u63D0\u4EA4\u6750\u6599\u51CF\u5C11 ", /*#__PURE__*/React.createElement("span", {
|
|
63
|
+
className: "num"
|
|
64
|
+
}, item.materialReduction), "\u4EFD"), /*#__PURE__*/React.createElement("div", {
|
|
65
|
+
className: "downIcon",
|
|
66
|
+
style: {
|
|
67
|
+
backgroundImage: "url(" + down + ")"
|
|
68
|
+
}
|
|
69
|
+
})), /*#__PURE__*/React.createElement("div", {
|
|
70
|
+
className: "info-item"
|
|
71
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
72
|
+
className: "icon",
|
|
73
|
+
style: {
|
|
74
|
+
backgroundImage: "url(" + icon2 + ")"
|
|
75
|
+
}
|
|
76
|
+
}), /*#__PURE__*/React.createElement("div", {
|
|
77
|
+
className: "info"
|
|
78
|
+
}, "\u5E73\u5747\u8017\u65F6\u51CF\u5C11 ", /*#__PURE__*/React.createElement("span", {
|
|
79
|
+
className: "num"
|
|
80
|
+
}, item.timeReduction), "\u5929"), /*#__PURE__*/React.createElement("div", {
|
|
81
|
+
className: "downIcon",
|
|
82
|
+
style: {
|
|
83
|
+
backgroundImage: "url(" + down + ")"
|
|
84
|
+
}
|
|
85
|
+
})), /*#__PURE__*/React.createElement("div", {
|
|
86
|
+
className: "info-item"
|
|
87
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
88
|
+
className: "icon",
|
|
89
|
+
style: {
|
|
90
|
+
backgroundImage: "url(" + icon3 + ")"
|
|
91
|
+
}
|
|
92
|
+
}), /*#__PURE__*/React.createElement("div", {
|
|
93
|
+
className: "info"
|
|
94
|
+
}, "\u5E73\u5747\u8868\u5355\u5B57\u6BB5\u51CF\u5C11 ", /*#__PURE__*/React.createElement("span", {
|
|
95
|
+
className: "num"
|
|
96
|
+
}, item.formReduction), "\u4E2A"), /*#__PURE__*/React.createElement("div", {
|
|
97
|
+
className: "downIcon",
|
|
98
|
+
style: {
|
|
99
|
+
backgroundImage: "url(" + down + ")"
|
|
100
|
+
}
|
|
101
|
+
})), /*#__PURE__*/React.createElement("div", {
|
|
102
|
+
className: "info-item"
|
|
103
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
104
|
+
className: "icon",
|
|
105
|
+
style: {
|
|
106
|
+
backgroundImage: "url(" + icon4 + ")"
|
|
107
|
+
}
|
|
108
|
+
}), /*#__PURE__*/React.createElement("div", {
|
|
109
|
+
className: "info"
|
|
110
|
+
}, "\u5E73\u5747\u8DD1\u817F\u6B21\u6570\u51CF\u5C11 ", /*#__PURE__*/React.createElement("span", {
|
|
111
|
+
className: "num"
|
|
112
|
+
}, item.runReduction), "\u6B21"), /*#__PURE__*/React.createElement("div", {
|
|
113
|
+
className: "downIcon",
|
|
114
|
+
style: {
|
|
115
|
+
backgroundImage: "url(" + down + ")"
|
|
116
|
+
}
|
|
117
|
+
})))));
|
|
118
|
+
}));
|
|
119
|
+
};
|
|
120
|
+
Result.displayName = 'Result';
|
|
121
|
+
export default Result;
|
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
.result-content {
|
|
2
|
+
margin-top: 12px;
|
|
3
|
+
|
|
4
|
+
.card {
|
|
5
|
+
background: #ffffff;
|
|
6
|
+
border-radius: 8px;
|
|
7
|
+
padding: 16px 0 0;
|
|
8
|
+
margin-bottom: 12px;
|
|
9
|
+
|
|
10
|
+
.title {
|
|
11
|
+
font-size: 15px;
|
|
12
|
+
font-weight: 500;
|
|
13
|
+
color: #333333;
|
|
14
|
+
margin: 0 16px;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
.desc {
|
|
18
|
+
font-size: 14px;
|
|
19
|
+
line-height: 22px;
|
|
20
|
+
color: #222222;
|
|
21
|
+
margin: 8px 16px 12px;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
.info-con {
|
|
25
|
+
width: 100%;
|
|
26
|
+
height: 254px;
|
|
27
|
+
background-size: 100% 100%;
|
|
28
|
+
|
|
29
|
+
.info-title {
|
|
30
|
+
height: 45px;
|
|
31
|
+
display: flex;
|
|
32
|
+
justify-content: space-around;
|
|
33
|
+
align-items: center;
|
|
34
|
+
|
|
35
|
+
.title-item {
|
|
36
|
+
font-size: 16px;
|
|
37
|
+
font-weight: 500;
|
|
38
|
+
color: #FFFFFF;
|
|
39
|
+
|
|
40
|
+
&:last-child {
|
|
41
|
+
color: #6480A7;
|
|
42
|
+
font-size: 14px;
|
|
43
|
+
margin-top: 8px;
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
.info-list {
|
|
49
|
+
margin: 15px 30px 0;
|
|
50
|
+
|
|
51
|
+
.info-item {
|
|
52
|
+
display: flex;
|
|
53
|
+
justify-content: flex-start;
|
|
54
|
+
align-items: center;
|
|
55
|
+
margin-top: 8px;
|
|
56
|
+
|
|
57
|
+
.icon {
|
|
58
|
+
width: 26px;
|
|
59
|
+
height: 26px;
|
|
60
|
+
background-size: 100% 100%;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
.info {
|
|
64
|
+
margin: 0 10px;
|
|
65
|
+
font-size: 14px;
|
|
66
|
+
color: #333333;
|
|
67
|
+
display: flex;
|
|
68
|
+
justify-content: center;
|
|
69
|
+
align-items: center;
|
|
70
|
+
|
|
71
|
+
.num {
|
|
72
|
+
font-size: 24px;
|
|
73
|
+
font-weight: 500;
|
|
74
|
+
color: #1678FF;
|
|
75
|
+
margin: 0 5px;
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
.downIcon {
|
|
80
|
+
width: 17px;
|
|
81
|
+
height: 17px;
|
|
82
|
+
background-size: 100% 100%;
|
|
83
|
+
}
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import './index.scss';
|
|
3
|
+
export interface GuideProps {
|
|
4
|
+
/** Called when user clicks "立即办理" or "上一步" */
|
|
5
|
+
onNextStep?: (action: string) => void;
|
|
6
|
+
/** Whether to disable the prev/next buttons (coming from authorization page) */
|
|
7
|
+
cantNext?: boolean;
|
|
8
|
+
/** Standard item ID for fetching event details */
|
|
9
|
+
standardItemId?: string;
|
|
10
|
+
/** Task handle item code */
|
|
11
|
+
taskHandleItem?: string;
|
|
12
|
+
/** Access token */
|
|
13
|
+
accessToken?: string;
|
|
14
|
+
/** Event info data */
|
|
15
|
+
eventInfo?: object;
|
|
16
|
+
/** Account type */
|
|
17
|
+
acctType?: string;
|
|
18
|
+
/** Agent info */
|
|
19
|
+
agentInfo?: object;
|
|
20
|
+
/** Application ID */
|
|
21
|
+
applicationId?: string;
|
|
22
|
+
/** Form data */
|
|
23
|
+
formData?: object;
|
|
24
|
+
/** Form field names */
|
|
25
|
+
formFieldNames?: object;
|
|
26
|
+
/** Item situation row uid */
|
|
27
|
+
itemSituationRowUid?: object;
|
|
28
|
+
/** Work number */
|
|
29
|
+
workNo?: object;
|
|
30
|
+
/** Final materials after intelligent guidance */
|
|
31
|
+
finalMaterials?: object[];
|
|
32
|
+
/** Filter materials */
|
|
33
|
+
filterMaterials?: object;
|
|
34
|
+
/** Step list */
|
|
35
|
+
stepList?: object[];
|
|
36
|
+
/** Declaration app token */
|
|
37
|
+
declarationAppToken?: string;
|
|
38
|
+
/** Declare page URL */
|
|
39
|
+
declarePage?: string;
|
|
40
|
+
/** Base URL */
|
|
41
|
+
baseUrl?: string;
|
|
42
|
+
/** Download handler */
|
|
43
|
+
download?: (params: any) => void;
|
|
44
|
+
/** Situation result re-change handler */
|
|
45
|
+
situationResRechange?: (data: any) => void;
|
|
46
|
+
}
|
|
47
|
+
declare const Guide: React.FC<GuideProps>;
|
|
48
|
+
export default Guide;
|