ydb-components-material 0.1.125 → 0.1.127

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 (130) hide show
  1. package/build/docs/404.html +3 -3
  2. package/build/docs/_demos/:uuid +3 -3
  3. package/build/docs/colorful-button.html +3 -3
  4. package/build/docs/colorful-input.html +3 -3
  5. package/build/docs/index.html +3 -3
  6. package/build/docs/{umi.35f02979.css → umi.57dda8ea.css} +1 -1
  7. package/build/docs/umi.814d7acd.js +1 -0
  8. package/build/docs/~demos/:uuid.html +3 -3
  9. package/build/docs/~demos/colorful-button-demo.html +3 -3
  10. package/build/docs/~demos/colorful-input-demo.html +3 -3
  11. package/build/lowcode/3.js +2 -2
  12. package/build/lowcode/4.js +1 -1
  13. package/build/lowcode/5.js +1 -1
  14. package/build/lowcode/assets-daily.json +11 -11
  15. package/build/lowcode/assets-dev.json +2 -2
  16. package/build/lowcode/assets-prod.json +11 -11
  17. package/build/lowcode/index.js +1 -1
  18. package/build/lowcode/meta.js +10 -1
  19. package/build/lowcode/preview.js +145 -145
  20. package/build/lowcode/render/default/1.js +2 -2
  21. package/build/lowcode/render/default/2.js +1 -1
  22. package/build/lowcode/render/default/3.js +1 -1
  23. package/build/lowcode/render/default/view.css +1 -1
  24. package/build/lowcode/render/default/view.js +32 -23
  25. package/build/lowcode/view.css +1 -1
  26. package/build/lowcode/view.js +32 -23
  27. package/dist/1.js +2 -2
  28. package/dist/1.js.map +1 -1
  29. package/dist/2.js +1 -1
  30. package/dist/3.js +1 -1
  31. package/dist/BizComps.css +1 -1
  32. package/dist/BizComps.js +38 -29
  33. package/dist/BizComps.js.map +1 -1
  34. package/es/api.js +29 -28
  35. package/es/components/file-list/item.js +3 -1
  36. package/es/components/guide-pc/comment.js +4 -4
  37. package/es/components/guide-pc/comment.scss +3 -3
  38. package/es/components/guide-pc/components/accept.js +3 -3
  39. package/es/components/guide-pc/components/accept.scss +3 -3
  40. package/es/components/guide-pc/components/basicInfo.js +31 -31
  41. package/es/components/guide-pc/components/basicInfo.scss +5 -5
  42. package/es/components/guide-pc/components/eventInfo.d.ts +7 -0
  43. package/es/components/guide-pc/components/eventInfo.js +45 -0
  44. package/es/components/guide-pc/components/eventInfo.scss +36 -0
  45. package/es/components/guide-pc/components/guideTabs.js +2 -2
  46. package/es/components/guide-pc/components/guideTabs.scss +3 -2
  47. package/es/components/guide-pc/components/guideTitle.js +4 -4
  48. package/es/components/guide-pc/components/guideTitle.scss +3 -3
  49. package/es/components/guide-pc/components/materialsList.js +46 -49
  50. package/es/components/guide-pc/components/materialsList.scss +22 -22
  51. package/es/components/guide-pc/components/places.js +21 -21
  52. package/es/components/guide-pc/components/places.scss +19 -19
  53. package/es/components/guide-pc/components/processImg.js +19 -19
  54. package/es/components/guide-pc/components/processImg.scss +16 -16
  55. package/es/components/guide-pc/components/result.js +36 -36
  56. package/es/components/guide-pc/components/result.scss +15 -15
  57. package/es/components/guide-pc/components/situation.d.ts +4 -0
  58. package/es/components/guide-pc/components/situation.js +35 -31
  59. package/es/components/guide-pc/components/situation.scss +9 -9
  60. package/es/components/guide-pc/imgs/icon1.png +0 -0
  61. package/es/components/guide-pc/imgs/icon2.png +0 -0
  62. package/es/components/guide-pc/index.d.ts +1 -3
  63. package/es/components/guide-pc/index.js +41 -88
  64. package/es/components/guide-pc/index.scss +43 -103
  65. package/lib/api.js +29 -28
  66. package/lib/components/file-list/item.js +3 -1
  67. package/lib/components/guide-pc/comment.js +4 -4
  68. package/lib/components/guide-pc/comment.scss +3 -3
  69. package/lib/components/guide-pc/components/accept.js +3 -3
  70. package/lib/components/guide-pc/components/accept.scss +3 -3
  71. package/lib/components/guide-pc/components/basicInfo.js +31 -31
  72. package/lib/components/guide-pc/components/basicInfo.scss +5 -5
  73. package/lib/components/guide-pc/components/eventInfo.d.ts +7 -0
  74. package/lib/components/guide-pc/components/eventInfo.js +51 -0
  75. package/lib/components/guide-pc/components/eventInfo.scss +36 -0
  76. package/lib/components/guide-pc/components/guideTabs.js +2 -2
  77. package/lib/components/guide-pc/components/guideTabs.scss +3 -2
  78. package/lib/components/guide-pc/components/guideTitle.js +4 -4
  79. package/lib/components/guide-pc/components/guideTitle.scss +3 -3
  80. package/lib/components/guide-pc/components/materialsList.js +46 -49
  81. package/lib/components/guide-pc/components/materialsList.scss +22 -22
  82. package/lib/components/guide-pc/components/places.js +21 -21
  83. package/lib/components/guide-pc/components/places.scss +19 -19
  84. package/lib/components/guide-pc/components/processImg.js +19 -19
  85. package/lib/components/guide-pc/components/processImg.scss +16 -16
  86. package/lib/components/guide-pc/components/result.js +36 -36
  87. package/lib/components/guide-pc/components/result.scss +15 -15
  88. package/lib/components/guide-pc/components/situation.d.ts +4 -0
  89. package/lib/components/guide-pc/components/situation.js +35 -31
  90. package/lib/components/guide-pc/components/situation.scss +9 -9
  91. package/lib/components/guide-pc/imgs/icon1.png +0 -0
  92. package/lib/components/guide-pc/imgs/icon2.png +0 -0
  93. package/lib/components/guide-pc/index.d.ts +1 -3
  94. package/lib/components/guide-pc/index.js +41 -88
  95. package/lib/components/guide-pc/index.scss +43 -103
  96. package/lowcode/guide-pc/meta.ts +1 -32
  97. package/lowcode_es/guide-pc/meta.js +0 -30
  98. package/lowcode_es/meta.js +1 -1
  99. package/lowcode_lib/guide-pc/meta.js +0 -30
  100. package/lowcode_lib/meta.js +1 -1
  101. package/package.json +4 -3
  102. package/build/docs/umi.5327dbca.js +0 -1
  103. package/es/components/guide-pc/comment.vue +0 -117
  104. package/es/components/guide-pc/components/accept.vue +0 -50
  105. package/es/components/guide-pc/components/basicInfo.vue +0 -81
  106. package/es/components/guide-pc/components/guideTabs.vue +0 -48
  107. package/es/components/guide-pc/components/guideTitle.vue +0 -43
  108. package/es/components/guide-pc/components/materialsList.vue +0 -403
  109. package/es/components/guide-pc/components/places.vue +0 -198
  110. package/es/components/guide-pc/components/processImg.vue +0 -300
  111. package/es/components/guide-pc/components/result.vue +0 -191
  112. package/es/components/guide-pc/components/situation.vue +0 -430
  113. package/es/components/guide-pc/guide.vue +0 -179
  114. package/es/components/guide-pc/imgs/error.png +0 -0
  115. package/es/components/guide-pc/imgs/judge.png +0 -0
  116. package/es/components/guide-pc/imgs/pass.png +0 -0
  117. package/lib/components/guide-pc/comment.vue +0 -117
  118. package/lib/components/guide-pc/components/accept.vue +0 -50
  119. package/lib/components/guide-pc/components/basicInfo.vue +0 -81
  120. package/lib/components/guide-pc/components/guideTabs.vue +0 -48
  121. package/lib/components/guide-pc/components/guideTitle.vue +0 -43
  122. package/lib/components/guide-pc/components/materialsList.vue +0 -403
  123. package/lib/components/guide-pc/components/places.vue +0 -198
  124. package/lib/components/guide-pc/components/processImg.vue +0 -300
  125. package/lib/components/guide-pc/components/result.vue +0 -191
  126. package/lib/components/guide-pc/components/situation.vue +0 -430
  127. package/lib/components/guide-pc/guide.vue +0 -179
  128. package/lib/components/guide-pc/imgs/error.png +0 -0
  129. package/lib/components/guide-pc/imgs/judge.png +0 -0
  130. package/lib/components/guide-pc/imgs/pass.png +0 -0
@@ -44,13 +44,13 @@ var Places = function Places(_ref) {
44
44
  }
45
45
  };
46
46
  return /*#__PURE__*/React.createElement("div", {
47
- className: "places-content"
47
+ className: "pc-places-content"
48
48
  }, /*#__PURE__*/React.createElement(_guideTitle["default"], {
49
49
  title: "\u529E\u4E8B\u5927\u5385"
50
50
  }), list.length > 0 ? /*#__PURE__*/React.createElement("div", {
51
- className: "inner-content"
51
+ className: "pc-inner-content"
52
52
  }, /*#__PURE__*/React.createElement("div", {
53
- className: "map-con"
53
+ className: "pc-map-con"
54
54
  }, /*#__PURE__*/React.createElement("div", {
55
55
  style: {
56
56
  height: '400px',
@@ -66,50 +66,50 @@ var Places = function Places(_ref) {
66
66
  position: [item.longitude, item.latitude]
67
67
  });
68
68
  })))), /*#__PURE__*/React.createElement("div", {
69
- className: "list-con"
69
+ className: "pc-list-con"
70
70
  }, list.map(function (item, index) {
71
71
  return /*#__PURE__*/React.createElement("div", {
72
- className: "item",
72
+ className: "pc-item",
73
73
  key: index,
74
74
  onClick: function onClick() {
75
75
  return clickDotHandle(item);
76
76
  }
77
77
  }, /*#__PURE__*/React.createElement("div", {
78
- className: "name"
78
+ className: "pc-name"
79
79
  }, item.hallName), /*#__PURE__*/React.createElement("div", {
80
- className: "info"
80
+ className: "pc-info"
81
81
  }, /*#__PURE__*/React.createElement("span", {
82
- className: "icon icon-address"
82
+ className: "pc-icon pc-icon-address"
83
83
  }), /*#__PURE__*/React.createElement("span", {
84
- className: "title_"
84
+ className: "pc-title_"
85
85
  }, "\u5730\u5740\uFF1A"), /*#__PURE__*/React.createElement("span", {
86
- className: "desc"
86
+ className: "pc-desc"
87
87
  }, item.addressDetail)), /*#__PURE__*/React.createElement("div", {
88
- className: "info"
88
+ className: "pc-info"
89
89
  }, /*#__PURE__*/React.createElement("span", {
90
- className: "icon icon-time"
90
+ className: "pc-icon pc-icon-time"
91
91
  }), /*#__PURE__*/React.createElement("span", {
92
- className: "title_"
92
+ className: "pc-title_"
93
93
  }, "\u65F6\u95F4\uFF1A"), /*#__PURE__*/React.createElement("span", {
94
- className: "desc"
94
+ className: "pc-desc"
95
95
  }, item.firstStartTime, " - ", item.firstEndTime, " / ", item.secondStartTime, " - ", item.secondEndTime)), /*#__PURE__*/React.createElement("div", {
96
- className: "info"
96
+ className: "pc-info"
97
97
  }, /*#__PURE__*/React.createElement("span", {
98
- className: "icon icon-phone"
98
+ className: "pc-icon pc-icon-phone"
99
99
  }), /*#__PURE__*/React.createElement("span", {
100
- className: "title_"
100
+ className: "pc-title_"
101
101
  }, "\u7535\u8BDD\uFF1A"), /*#__PURE__*/React.createElement("span", {
102
- className: "desc"
102
+ className: "pc-desc"
103
103
  }, item.consultPhone)));
104
104
  }))) : /*#__PURE__*/React.createElement("div", {
105
- className: "empty-con"
105
+ className: "pc-empty-con"
106
106
  }, /*#__PURE__*/React.createElement("div", {
107
- className: "empty-img",
107
+ className: "pc-empty-img",
108
108
  style: {
109
109
  backgroundImage: "url(" + _empty["default"] + ")"
110
110
  }
111
111
  }), /*#__PURE__*/React.createElement("div", {
112
- className: "empty-text"
112
+ className: "pc-empty-text"
113
113
  }, "\u6682\u65E0\u529E\u4E8B\u5927\u5385")));
114
114
  };
115
115
  Places.displayName = 'Places';
@@ -1,10 +1,10 @@
1
- .places-content {
1
+ .pc-places-content {
2
2
  background: #ffffff;
3
3
  border-radius: 8px;
4
4
  padding: 12px 12px 0;
5
5
  margin-top: 12px;
6
6
 
7
- .inner-content {
7
+ .pc-inner-content {
8
8
  background: #f5f6f8;
9
9
  display: flex;
10
10
  justify-content: space-between;
@@ -12,13 +12,13 @@
12
12
  border-radius: 5px;
13
13
  margin-top: 24px;
14
14
 
15
- .map-con {
15
+ .pc-map-con {
16
16
  flex: 0.6;
17
17
  border-radius: 5px;
18
18
  overflow: hidden;
19
19
  min-height: 300px;
20
20
 
21
- .map-placeholder {
21
+ .pc-map-placeholder {
22
22
  width: 100%;
23
23
  height: 400px;
24
24
  background: #e8edf3;
@@ -28,7 +28,7 @@
28
28
  align-items: center;
29
29
  gap: 8px;
30
30
 
31
- .map-marker {
31
+ .pc-map-marker {
32
32
  width: 32px;
33
33
  height: 32px;
34
34
  background: #1678FF;
@@ -48,23 +48,23 @@
48
48
  }
49
49
  }
50
50
 
51
- .map-coords {
51
+ .pc-map-coords {
52
52
  font-size: 13px;
53
53
  color: #666;
54
54
  }
55
55
 
56
- .map-hint {
56
+ .pc-map-hint {
57
57
  font-size: 12px;
58
58
  color: #999;
59
59
  }
60
60
  }
61
61
  }
62
62
 
63
- .list-con {
63
+ .pc-list-con {
64
64
  flex: 0.4;
65
65
  padding: 0 20px;
66
66
 
67
- .item {
67
+ .pc-item {
68
68
  padding: 16px 0;
69
69
  border-bottom: 1px solid #EEEEEE;
70
70
  cursor: pointer;
@@ -80,14 +80,14 @@
80
80
  border-radius: 4px;
81
81
  }
82
82
 
83
- .name {
83
+ .pc-name {
84
84
  font-size: 16px;
85
85
  font-weight: 500;
86
86
  color: #333333;
87
87
  margin-bottom: 12px;
88
88
  }
89
89
 
90
- .info {
90
+ .pc-info {
91
91
  display: flex;
92
92
  justify-content: flex-start;
93
93
  align-items: flex-start;
@@ -96,23 +96,23 @@
96
96
  margin-top: 8px;
97
97
  color: #222222;
98
98
 
99
- .icon {
99
+ .pc-icon {
100
100
  margin-right: 6px;
101
101
  margin-top: 4px;
102
102
  flex-shrink: 0;
103
103
  }
104
104
 
105
- .icon-address::before {
105
+ .pc-icon-address::before {
106
106
  content: '📍';
107
107
  }
108
- .icon-time::before {
108
+ .pc-icon-time::before {
109
109
  content: '🕐';
110
110
  }
111
- .icon-phone::before {
111
+ .pc-icon-phone::before {
112
112
  content: '📞';
113
113
  }
114
114
 
115
- .desc {
115
+ .pc-desc {
116
116
  flex: 1;
117
117
  }
118
118
  }
@@ -120,7 +120,7 @@
120
120
  }
121
121
  }
122
122
 
123
- .empty-con {
123
+ .pc-empty-con {
124
124
  background: #ffffff;
125
125
  display: flex;
126
126
  justify-content: center;
@@ -128,7 +128,7 @@
128
128
  flex-direction: column;
129
129
  height: 50vh;
130
130
 
131
- .empty-img {
131
+ .pc-empty-img {
132
132
  width: 189px;
133
133
  height: 120px;
134
134
  background-size: 100% 100%;
@@ -136,7 +136,7 @@
136
136
  margin-bottom: 12px;
137
137
  }
138
138
 
139
- .empty-text {
139
+ .pc-empty-text {
140
140
  font-size: 14px;
141
141
  color: #8BB5ED;
142
142
  }
@@ -159,54 +159,54 @@ var ProcessImg = function ProcessImg(_ref) {
159
159
  }
160
160
  };
161
161
  return /*#__PURE__*/React.createElement("div", {
162
- className: "processImg-content"
162
+ className: "pc-processImg-content"
163
163
  }, /*#__PURE__*/React.createElement(_guideTitle["default"], {
164
164
  title: "\u529E\u4E8B\u6D41\u7A0B"
165
165
  }), /*#__PURE__*/React.createElement("div", {
166
- className: "sub-con"
166
+ className: "pc-sub-con"
167
167
  }, subList.map(function (item, index) {
168
168
  return /*#__PURE__*/React.createElement("div", {
169
- className: "sub-item " + (subIndex === index ? 'active' : ''),
169
+ className: "pc-sub-item " + (subIndex === index ? 'active' : ''),
170
170
  key: index,
171
171
  onClick: function onClick() {
172
172
  return setSubIndex(index);
173
173
  }
174
174
  }, item);
175
175
  })), subIndex === 0 && /*#__PURE__*/React.createElement("div", {
176
- className: "card"
176
+ className: "pc-card"
177
177
  }, strategyList.length > 0 ? /*#__PURE__*/React.createElement("div", {
178
- className: "list-con"
178
+ className: "pc-list-con"
179
179
  }, strategyList.map(function (item, index) {
180
180
  return /*#__PURE__*/React.createElement("div", {
181
- className: "item",
181
+ className: "pc-item",
182
182
  key: index
183
183
  }, /*#__PURE__*/React.createElement("div", {
184
- className: "title-con"
184
+ className: "pc-title-con"
185
185
  }, /*#__PURE__*/React.createElement("div", {
186
- className: "num"
186
+ className: "pc-num"
187
187
  }, "0", index + 1), /*#__PURE__*/React.createElement("div", {
188
- className: "item-title"
188
+ className: "pc-item-title"
189
189
  }, item.title)), /*#__PURE__*/React.createElement("div", {
190
- className: "desc-con"
190
+ className: "pc-desc-con"
191
191
  }, /*#__PURE__*/React.createElement("div", {
192
- className: "desc-info"
192
+ className: "pc-desc-info"
193
193
  }, /*#__PURE__*/React.createElement("div", {
194
- className: "desc"
194
+ className: "pc-desc"
195
195
  }, item.introduction), item.fileUrl && item.isImg && /*#__PURE__*/React.createElement("img", {
196
- className: "video-con",
196
+ className: "pc-video-con",
197
197
  src: item.fileUrl,
198
198
  alt: ""
199
199
  }), item.fileUrl && !item.isImg && /*#__PURE__*/React.createElement("video", {
200
- className: "video-con",
200
+ className: "pc-video-con",
201
201
  src: item.fileUrl,
202
202
  controls: true
203
203
  }))));
204
204
  })) : /*#__PURE__*/React.createElement("div", {
205
- className: "empty-text"
205
+ className: "pc-empty-text"
206
206
  }, "\u6682\u65E0\u529E\u4E8B\u653B\u7565")), subIndex === 1 && /*#__PURE__*/React.createElement("div", {
207
- className: "card"
207
+ className: "pc-card"
208
208
  }, processImg ? /*#__PURE__*/React.createElement("div", {
209
- className: "imgView",
209
+ className: "pc-imgView",
210
210
  onClick: preView
211
211
  }, /*#__PURE__*/React.createElement("img", {
212
212
  src: processImg,
@@ -215,11 +215,11 @@ var ProcessImg = function ProcessImg(_ref) {
215
215
  width: '100%'
216
216
  }
217
217
  })) : /*#__PURE__*/React.createElement("div", {
218
- className: "empty-content"
218
+ className: "pc-empty-content"
219
219
  }, loading ? /*#__PURE__*/React.createElement(_loading["default"], {
220
220
  tip: "\u52A0\u8F7D\u4E2D"
221
221
  }) : /*#__PURE__*/React.createElement("div", {
222
- className: "empty-text"
222
+ className: "pc-empty-text"
223
223
  }, "\u6682\u65E0\u76F8\u5173\u6750\u6599"))));
224
224
  };
225
225
  ProcessImg.displayName = 'ProcessImg';
@@ -1,5 +1,5 @@
1
- .processImg-content {
2
- .sub-con {
1
+ .pc-processImg-content {
2
+ .pc-sub-con {
3
3
  display: flex;
4
4
  gap: 0;
5
5
  margin: 20px 0;
@@ -8,7 +8,7 @@
8
8
  border-radius: 4px;
9
9
  overflow: hidden;
10
10
 
11
- .sub-item {
11
+ .pc-sub-item {
12
12
  flex: 1;
13
13
  padding: 8px 0;
14
14
  text-align: center;
@@ -28,23 +28,23 @@
28
28
  }
29
29
  }
30
30
 
31
- .card {
31
+ .pc-card {
32
32
  width: 100%;
33
33
  margin-bottom: 20px;
34
34
 
35
- .list-con {
36
- .item {
35
+ .pc-list-con {
36
+ .pc-item {
37
37
  margin: 16px 0;
38
38
  background: #f5f6f8;
39
39
  padding: 20px;
40
40
  border-radius: 8px;
41
41
 
42
- .title-con {
42
+ .pc-title-con {
43
43
  display: flex;
44
44
  justify-content: flex-start;
45
45
  align-items: center;
46
46
 
47
- .num {
47
+ .pc-num {
48
48
  background: linear-gradient(90deg, #73AEFF 0%, #1678FF 100%);
49
49
  color: #ffffff;
50
50
  font-size: 13px;
@@ -52,7 +52,7 @@
52
52
  border-radius: 2px;
53
53
  transform: skew(-10deg);
54
54
  }
55
- .item-title {
55
+ .pc-item-title {
56
56
  font-size: 16px;
57
57
  font-weight: 500;
58
58
  color: #333333;
@@ -69,10 +69,10 @@
69
69
  }
70
70
  }
71
71
 
72
- .desc-con {
72
+ .pc-desc-con {
73
73
  margin-top: 10px;
74
74
 
75
- .desc-info {
75
+ .pc-desc-info {
76
76
  font-size: 14px;
77
77
  line-height: 22px;
78
78
  color: #333333;
@@ -82,10 +82,10 @@
82
82
  align-items: flex-start;
83
83
  gap: 50px;
84
84
 
85
- .desc {
85
+ .pc-desc {
86
86
  flex: 1;
87
87
  }
88
- .video-con {
88
+ .pc-video-con {
89
89
  width: 262px;
90
90
  height: 146px;
91
91
  }
@@ -95,7 +95,7 @@
95
95
  }
96
96
  }
97
97
 
98
- .imgView {
98
+ .pc-imgView {
99
99
  cursor: pointer;
100
100
  margin: 20px 0;
101
101
  img {
@@ -103,12 +103,12 @@
103
103
  }
104
104
  }
105
105
 
106
- .empty-content {
106
+ .pc-empty-content {
107
107
  padding: 60px 0;
108
108
  text-align: center;
109
109
  }
110
110
 
111
- .empty-text {
111
+ .pc-empty-text {
112
112
  text-align: center;
113
113
  padding: 40px;
114
114
  color: #999;
@@ -25,107 +25,107 @@ var Result = function Result(_ref) {
25
25
  }, [eventInfoProp]);
26
26
  if (!list.length) {
27
27
  return /*#__PURE__*/React.createElement("div", {
28
- className: "result-content"
28
+ className: "pc-result-content"
29
29
  }, /*#__PURE__*/React.createElement(_guideTitle["default"], {
30
30
  title: "\u6210\u6548\u5206\u6790"
31
31
  }), /*#__PURE__*/React.createElement("div", {
32
- className: "empty-text"
32
+ className: "pc-empty-text"
33
33
  }, "\u6682\u65E0\u6210\u6548\u5206\u6790"));
34
34
  }
35
35
  return /*#__PURE__*/React.createElement("div", {
36
- className: "result-content"
36
+ className: "pc-result-content"
37
37
  }, /*#__PURE__*/React.createElement(_guideTitle["default"], {
38
38
  title: "\u6210\u6548\u5206\u6790"
39
39
  }), list.map(function (item, index) {
40
40
  return /*#__PURE__*/React.createElement("div", {
41
- className: "card",
41
+ className: "pc-card",
42
42
  key: index
43
43
  }, /*#__PURE__*/React.createElement("div", {
44
- className: "title"
44
+ className: "pc-title"
45
45
  }, "\u60C5\u5F62", index + 1), /*#__PURE__*/React.createElement("div", {
46
- className: "desc"
46
+ className: "pc-desc"
47
47
  }, item.scene), /*#__PURE__*/React.createElement("div", {
48
- className: "bg-card",
48
+ className: "pc-bg-card",
49
49
  style: {
50
- backgroundImage: "url(https://zwfwpt.sxzwfw.gov.cn:11001/fis/18a78d3d488-true/master/18b4752f107/2026/5/2059443890220503042/bg2.png)"
50
+ backgroundImage: "url(https://zwfwpt.sxzwfw.gov.cn:11001/fis/18a78d3d488-true/master/18b4752f107/2026/6/2064268159861460994/bg22.png)"
51
51
  }
52
52
  }, /*#__PURE__*/React.createElement("div", {
53
- className: "info-title"
53
+ className: "pc-info-title"
54
54
  }, /*#__PURE__*/React.createElement("div", {
55
- className: "title-item"
55
+ className: "pc-title-item"
56
56
  }, "\u73B0\u5728\u529E\u7406\u4E1A\u52A1"), /*#__PURE__*/React.createElement("div", {
57
- className: "title-item past"
57
+ className: "pc-title-item past"
58
58
  }, "\u8FC7\u5F80\u529E\u7406\u4E1A\u52A1")), /*#__PURE__*/React.createElement("div", {
59
- className: "info-list"
59
+ className: "pc-info-list"
60
60
  }, /*#__PURE__*/React.createElement("div", {
61
- className: "info-item"
61
+ className: "pc-info-item"
62
62
  }, /*#__PURE__*/React.createElement("div", {
63
- className: "icon",
63
+ className: "pc-icon",
64
64
  style: {
65
65
  backgroundImage: "url(" + _icon["default"] + ")"
66
66
  }
67
67
  }), /*#__PURE__*/React.createElement("div", {
68
- className: "right"
68
+ className: "pc-right"
69
69
  }, /*#__PURE__*/React.createElement("span", {
70
- className: "num"
70
+ className: "pc-num"
71
71
  }, item.materialReduction), "\u4EFD", /*#__PURE__*/React.createElement("div", {
72
- className: "info-label"
72
+ className: "pc-info-label"
73
73
  }, "\u5E73\u5747\u63D0\u4EA4\u6750\u6599\u51CF\u5C11 ", /*#__PURE__*/React.createElement("span", {
74
- className: "down-icon",
74
+ className: "pc-down-icon",
75
75
  style: {
76
76
  backgroundImage: "url(" + _down["default"] + ")"
77
77
  }
78
78
  })))), /*#__PURE__*/React.createElement("div", {
79
- className: "info-item"
79
+ className: "pc-info-item"
80
80
  }, /*#__PURE__*/React.createElement("div", {
81
- className: "icon",
81
+ className: "pc-icon",
82
82
  style: {
83
83
  backgroundImage: "url(" + _icon2["default"] + ")"
84
84
  }
85
85
  }), /*#__PURE__*/React.createElement("div", {
86
- className: "right"
86
+ className: "pc-right"
87
87
  }, /*#__PURE__*/React.createElement("span", {
88
- className: "num"
88
+ className: "pc-num"
89
89
  }, item.timeReduction), "\u5929", /*#__PURE__*/React.createElement("div", {
90
- className: "info-label"
90
+ className: "pc-info-label"
91
91
  }, "\u5E73\u5747\u8017\u65F6\u51CF\u5C11 ", /*#__PURE__*/React.createElement("span", {
92
- className: "down-icon",
92
+ className: "pc-down-icon",
93
93
  style: {
94
94
  backgroundImage: "url(" + _down["default"] + ")"
95
95
  }
96
96
  })))), /*#__PURE__*/React.createElement("div", {
97
- className: "info-item"
97
+ className: "pc-info-item"
98
98
  }, /*#__PURE__*/React.createElement("div", {
99
- className: "icon",
99
+ className: "pc-icon",
100
100
  style: {
101
101
  backgroundImage: "url(" + _icon3["default"] + ")"
102
102
  }
103
103
  }), /*#__PURE__*/React.createElement("div", {
104
- className: "right"
104
+ className: "pc-right"
105
105
  }, /*#__PURE__*/React.createElement("span", {
106
- className: "num"
106
+ className: "pc-num"
107
107
  }, item.formReduction), "\u4E2A", /*#__PURE__*/React.createElement("div", {
108
- className: "info-label"
108
+ className: "pc-info-label"
109
109
  }, "\u5E73\u5747\u8868\u5355\u5B57\u6BB5\u51CF\u5C11 ", /*#__PURE__*/React.createElement("span", {
110
- className: "down-icon",
110
+ className: "pc-down-icon",
111
111
  style: {
112
112
  backgroundImage: "url(" + _down["default"] + ")"
113
113
  }
114
114
  })))), /*#__PURE__*/React.createElement("div", {
115
- className: "info-item"
115
+ className: "pc-info-item"
116
116
  }, /*#__PURE__*/React.createElement("div", {
117
- className: "icon",
117
+ className: "pc-icon",
118
118
  style: {
119
119
  backgroundImage: "url(" + _icon4["default"] + ")"
120
120
  }
121
121
  }), /*#__PURE__*/React.createElement("div", {
122
- className: "right"
122
+ className: "pc-right"
123
123
  }, /*#__PURE__*/React.createElement("span", {
124
- className: "num"
124
+ className: "pc-num"
125
125
  }, item.runReduction), "\u6B21", /*#__PURE__*/React.createElement("div", {
126
- className: "info-label"
126
+ className: "pc-info-label"
127
127
  }, "\u5E73\u5747\u8DD1\u817F\u6B21\u6570\u51CF\u5C11 ", /*#__PURE__*/React.createElement("span", {
128
- className: "down-icon",
128
+ className: "pc-down-icon",
129
129
  style: {
130
130
  backgroundImage: "url(" + _down["default"] + ")"
131
131
  }
@@ -1,37 +1,37 @@
1
- .result-content {
2
- .card {
1
+ .pc-result-content {
2
+ .pc-card {
3
3
  background: #ffffff;
4
4
  border-radius: 8px;
5
5
  padding: 16px 0 0;
6
6
  margin-bottom: 12px;
7
7
 
8
- .title {
8
+ .pc-title {
9
9
  font-size: 20px;
10
10
  font-weight: 500;
11
11
  color: #333333;
12
12
  margin: 0 16px;
13
13
  }
14
14
 
15
- .desc {
15
+ .pc-desc {
16
16
  font-size: 16px;
17
17
  line-height: 22px;
18
18
  color: #222222;
19
19
  margin: 8px 16px 12px;
20
20
  }
21
21
 
22
- .bg-card {
22
+ .pc-bg-card {
23
23
  width: 100%;
24
24
  height: 242px;
25
25
  background-size: 100% 100%;
26
26
  background-repeat: no-repeat;
27
27
 
28
- .info-title {
28
+ .pc-info-title {
29
29
  height: 68px;
30
30
  display: flex;
31
31
  justify-content: space-around;
32
32
  align-items: center;
33
33
 
34
- .title-item {
34
+ .pc-title-item {
35
35
  font-size: 20px;
36
36
  font-weight: 500;
37
37
  color: #FFFFFF;
@@ -43,21 +43,21 @@
43
43
  }
44
44
  }
45
45
 
46
- .info-list {
46
+ .pc-info-list {
47
47
  margin: 0 30px;
48
48
  height: 150px;
49
49
  display: flex;
50
50
  justify-content: center;
51
51
  align-items: center;
52
52
 
53
- .info-item {
53
+ .pc-info-item {
54
54
  display: flex;
55
55
  justify-content: center;
56
56
  align-items: center;
57
57
  flex: 1;
58
58
  gap: 16px;
59
59
 
60
- .icon {
60
+ .pc-icon {
61
61
  width: 60px;
62
62
  height: 60px;
63
63
  background-size: 100% 100%;
@@ -65,22 +65,22 @@
65
65
  flex-shrink: 0;
66
66
  }
67
67
 
68
- .right {
69
- .num {
68
+ .pc-right {
69
+ .pc-num {
70
70
  font-size: 26px;
71
71
  font-weight: 500;
72
72
  color: #1678FF;
73
73
  margin: 0 5px;
74
74
  }
75
75
 
76
- .info-label {
76
+ .pc-info-label {
77
77
  font-size: 14px;
78
78
  color: #333333;
79
79
  display: flex;
80
80
  align-items: center;
81
81
  margin-top: 2px;
82
82
 
83
- .down-icon {
83
+ .pc-down-icon {
84
84
  display: inline-block;
85
85
  width: 17px;
86
86
  height: 17px;
@@ -95,7 +95,7 @@
95
95
  }
96
96
  }
97
97
 
98
- .empty-text {
98
+ .pc-empty-text {
99
99
  text-align: center;
100
100
  padding: 40px;
101
101
  color: #999;
@@ -5,8 +5,12 @@ export interface SituationProps {
5
5
  applicationId?: string;
6
6
  accessToken?: string;
7
7
  acctType?: string;
8
+ finalMaterials?: any[];
8
9
  declarationAppToken?: string;
10
+ situationPageUrl?: string;
9
11
  taskHandleItem?: string;
12
+ situationResRechange?: (data: any) => void;
13
+ previousData?: any;
10
14
  }
11
15
  declare const Situation: React.FC<SituationProps>;
12
16
  export default Situation;