@vtx/modals2 2.15.64 → 2.15.65
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 +33 -33
- package/lib/index.js +7 -0
- package/lib/index.js.map +1 -1
- package/lib/style/index.less +8 -8
- package/lib/style/themes/dark.less +128 -128
- package/lib/style/themes/default.less +44 -44
- package/lib/style/themes/index.less +1 -1
- package/lib/vm-alarm-info/Components/index.less +43 -43
- package/lib/vm-alarm-info/style/index.less +16 -16
- package/lib/vm-alarm-situation/style/index.less +67 -67
- package/lib/vm-alarm-situation-pt/style/index.less +65 -65
- package/lib/vm-analysis-comparison/style/index.less +12 -12
- package/lib/vm-appraisal-info/style/index.less +136 -136
- package/lib/vm-base-list/style/index.less +39 -39
- package/lib/vm-button/style/index.less +20 -20
- package/lib/vm-charts/index.less +30 -30
- package/lib/vm-checkbox/style/index.less +25 -25
- package/lib/vm-container/style/index.less +30 -30
- package/lib/vm-correlation-comparison/style/index.less +13 -13
- package/lib/vm-custom/style/index.less +20 -20
- package/lib/vm-empty/style/index.less +23 -23
- package/lib/vm-iframe-modal/style/index.less +9 -9
- package/lib/vm-image-text/style/index.less +32 -32
- package/lib/vm-map/style/index.less +3 -3
- package/lib/vm-modal-table/style/index.less +23 -23
- package/lib/vm-radio/style/index.less +26 -26
- package/lib/vm-real-time-monitor/style/index.less +12 -12
- package/lib/vm-repair-maintain/style/index.less +115 -115
- package/lib/vm-round-content/style/index.less +33 -33
- package/lib/vm-select-device/style/index.less +16 -16
- package/lib/vm-sub-tabs/style/index.less +179 -179
- package/lib/vm-sub-title/style/index.less +69 -69
- package/lib/vm-video/index.less +36 -36
- package/lib/vtx-area-modal/api.js +421 -0
- package/lib/vtx-area-modal/api.js.map +1 -0
- package/lib/vtx-area-modal/components/BaseInfo/Lcfx.js +116 -0
- package/lib/vtx-area-modal/components/BaseInfo/Lcfx.js.map +1 -0
- package/lib/vtx-area-modal/components/BaseInfo/ListZymx.js +118 -0
- package/lib/vtx-area-modal/components/BaseInfo/ListZymx.js.map +1 -0
- package/lib/vtx-area-modal/components/BaseInfo/TodayWork.js +40 -0
- package/lib/vtx-area-modal/components/BaseInfo/TodayWork.js.map +1 -0
- package/lib/vtx-area-modal/components/BaseInfo/index.css +314 -0
- package/lib/vtx-area-modal/components/BaseInfo/index.js +192 -0
- package/lib/vtx-area-modal/components/BaseInfo/index.js.map +1 -0
- package/lib/vtx-area-modal/components/BaseInfo/index.less +256 -0
- package/lib/vtx-area-modal/components/index.js +14 -0
- package/lib/vtx-area-modal/components/index.js.map +1 -0
- package/lib/vtx-area-modal/config.js +12 -0
- package/lib/vtx-area-modal/config.js.map +1 -0
- package/lib/vtx-area-modal/imgs/offlinePeople.png +0 -0
- package/lib/vtx-area-modal/imgs/onlinePeople.png +0 -0
- package/lib/vtx-area-modal/imgs/rjzx.png +0 -0
- package/lib/vtx-area-modal/imgs/rjzx_light.png +0 -0
- package/lib/vtx-area-modal/imgs/todayOnline.png +0 -0
- package/lib/vtx-area-modal/imgs/todayOnline_light.png +0 -0
- package/lib/vtx-area-modal/imgs/todayWork.png +0 -0
- package/lib/vtx-area-modal/imgs/todayWork_light.png +0 -0
- package/lib/vtx-area-modal/imgs/zzx.png +0 -0
- package/lib/vtx-area-modal/index.js +57 -0
- package/lib/vtx-area-modal/index.js.map +1 -0
- package/lib/vtx-area-modal/style/css.js +5 -0
- package/lib/vtx-area-modal/style/css.js.map +1 -0
- package/lib/vtx-area-modal/style/index.css +152 -0
- package/lib/vtx-area-modal/style/index.js +5 -0
- package/lib/vtx-area-modal/style/index.js.map +1 -0
- package/lib/vtx-area-modal/style/index.less +1 -0
- package/lib/vtx-base-info/style/index.less +69 -69
- package/lib/vtx-base-modal/style/index.less +1094 -1094
- package/lib/vtx-car-modal/components/AlarmInfo/index.less +40 -40
- package/lib/vtx-car-modal/components/BaseInfo/index.less +290 -290
- package/lib/vtx-car-modal/components/Collection/index.less +18 -18
- package/lib/vtx-car-modal/components/DetailInfo/index.less +21 -21
- package/lib/vtx-car-modal/components/Maintenance/index.less +35 -35
- package/lib/vtx-car-modal/components/OilConsumption/index.less +39 -39
- package/lib/vtx-car-modal/components/StaticInfo/index.less +82 -82
- package/lib/vtx-car-modal/components/WaterConsumption/index.less +25 -25
- package/lib/vtx-car-modal/components/WorkInfo/index.less +66 -66
- package/lib/vtx-car-modal/style/index.less +8 -8
- package/lib/vtx-cc-cp-modal/components/OrderInfo/index.less +108 -108
- package/lib/vtx-cc-cp-modal/components/SyInfo/index.less +46 -46
- package/lib/vtx-cc-cp-modal/style/index.less +1 -1
- package/lib/vtx-cc-unit-modal/style/index.less +1 -1
- package/lib/vtx-cp-modal/components/AlarmInfo/index.less +109 -109
- package/lib/vtx-cp-modal/components/BaseInfo/index.less +156 -156
- package/lib/vtx-cp-modal/components/ExeceptionInfo/index.less +109 -109
- package/lib/vtx-cp-modal/components/SyInfo/index.less +47 -47
- package/lib/vtx-cp-modal/style/index.less +1 -1
- package/lib/vtx-default-modal/components/BaseInfo/index.less +38 -38
- package/lib/vtx-default-modal/style/index.less +1 -1
- package/lib/vtx-df-modal/components/BaseInfo/index.less +173 -173
- package/lib/vtx-df-modal/components/Metering/index.less +83 -83
- package/lib/vtx-df-modal/components/WorkCondition/index.less +136 -136
- package/lib/vtx-df-modal/style/index.less +1 -1
- package/lib/vtx-facility-modal/components/OverView/index.less +120 -120
- package/lib/vtx-facility-modal/style/index.less +1 -1
- package/lib/vtx-housing-estate-modal/components/Alarm/index.less +66 -66
- package/lib/vtx-housing-estate-modal/components/OverView/index.less +256 -256
- package/lib/vtx-housing-estate-modal/components/SPJK/index.less +6 -6
- package/lib/vtx-housing-estate-modal/components/TFRD/index.less +15 -15
- package/lib/vtx-housing-estate-modal/components/WGGS/index.less +38 -38
- package/lib/vtx-housing-estate-modal/components/WGXW/index.less +102 -102
- package/lib/vtx-housing-estate-modal/style/index.less +1 -1
- package/lib/vtx-kh-modal/components/BaseInfo/index.less +66 -66
- package/lib/vtx-kh-modal/style/index.less +1 -1
- package/lib/vtx-pump-modal/components/AlarmRecord/index.less +103 -103
- package/lib/vtx-pump-modal/components/Basic/index.less +74 -74
- package/lib/vtx-pump-modal/components/Sbxl/index.less +90 -90
- package/lib/vtx-pump-modal/components/Sjfx/index.less +60 -60
- package/lib/vtx-pump-modal/components/Sxyx/index.less +161 -161
- package/lib/vtx-pump-modal/style/index.less +1 -1
- package/lib/vtx-restaurant-modal/components/Alarm/index.less +35 -35
- package/lib/vtx-restaurant-modal/style/index.less +1 -1
- package/lib/vtx-road-modal/components/BaseInfo/index.less +146 -146
- package/lib/vtx-road-modal/components/Statistical/index.less +112 -112
- package/lib/vtx-road-modal/style/index.less +1 -1
- package/lib/vtx-staff-modal/api.js +2 -1
- package/lib/vtx-staff-modal/api.js.map +1 -1
- package/lib/vtx-staff-modal/components/AlarmInfo/index.less +23 -23
- package/lib/vtx-staff-modal/components/Attendance/index.less +44 -44
- package/lib/vtx-staff-modal/components/BaseInfo/index.less +225 -225
- package/lib/vtx-staff-modal/components/DetailInfo/index.less +38 -38
- package/lib/vtx-staff-modal/components/Equipment/index.less +52 -52
- package/lib/vtx-staff-modal/components/StaticInfo/index.less +270 -270
- package/lib/vtx-throw-point-modal/components/Alarm/index.less +69 -69
- package/lib/vtx-throw-point-modal/components/OverView/index.less +331 -331
- package/lib/vtx-throw-point-modal/components/SBZJ/index.less +92 -92
- package/lib/vtx-throw-point-modal/components/TFRD/index.less +15 -15
- package/lib/vtx-throw-point-modal/components/WGGS/index.less +38 -38
- package/lib/vtx-throw-point-modal/components/WGXW/index.less +102 -102
- package/lib/vtx-throw-point-modal/style/index.less +1 -1
- package/lib/vtx-wr-modal/components/AlarmInfo/index.less +106 -106
- package/lib/vtx-wr-modal/components/BaseInfo/index.less +142 -142
- package/lib/vtx-wr-modal/components/BaseInfoNew/index.less +570 -570
- package/lib/vtx-wr-modal/components/BaseInfoNew2/index.less +469 -469
- package/lib/vtx-wr-modal/components/Evaluate/index.less +124 -124
- package/lib/vtx-wr-modal/components/Monitor/index.less +82 -82
- package/lib/vtx-wr-modal/components/Score/index.less +134 -134
- package/lib/vtx-wr-modal/style/index.less +1 -1
- package/lib/vtx-zg-modal/components/BaseInfo/index.less +97 -97
- package/lib/vtx-zg-modal/style/index.less +1 -1
- package/package.json +124 -124
|
@@ -0,0 +1,256 @@
|
|
|
1
|
+
.flex-start {
|
|
2
|
+
display: flex;
|
|
3
|
+
justify-content: start;
|
|
4
|
+
align-items: start;
|
|
5
|
+
}
|
|
6
|
+
.info-label {
|
|
7
|
+
color: var(--base-label-color) !important;
|
|
8
|
+
white-space: nowrap;
|
|
9
|
+
margin-right: 0 !important;
|
|
10
|
+
}
|
|
11
|
+
.ellipsis.info-label-text, .info-collection .info-label, .info-collection-horizontal .info-label {
|
|
12
|
+
min-width: 10px !important;
|
|
13
|
+
}
|
|
14
|
+
.area-base {
|
|
15
|
+
position: static;
|
|
16
|
+
.sub-title {
|
|
17
|
+
height: 40px;
|
|
18
|
+
line-height: 40px;
|
|
19
|
+
font-size: 14px;
|
|
20
|
+
font-weight: 800;
|
|
21
|
+
border-bottom: 1px solid var(--calendar-border);
|
|
22
|
+
padding: 0 20px;
|
|
23
|
+
.extra {
|
|
24
|
+
right: 20px;
|
|
25
|
+
font-weight: 400;
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
.flex-start();
|
|
29
|
+
padding: 6px 10px;
|
|
30
|
+
|
|
31
|
+
&-left {
|
|
32
|
+
width: 461px;
|
|
33
|
+
height: 100%;
|
|
34
|
+
margin-right: 10px;
|
|
35
|
+
&--info {
|
|
36
|
+
display: flex;
|
|
37
|
+
justify-content: space-around;
|
|
38
|
+
align-items: center;
|
|
39
|
+
padding: 0 20px;
|
|
40
|
+
}
|
|
41
|
+
&--infoList {
|
|
42
|
+
flex: 1;
|
|
43
|
+
}
|
|
44
|
+
&-num {
|
|
45
|
+
display: flex;
|
|
46
|
+
&--text {
|
|
47
|
+
width: 49%;
|
|
48
|
+
display: flex;
|
|
49
|
+
flex-direction: column;
|
|
50
|
+
align-items: center;
|
|
51
|
+
justify-content: space-around;
|
|
52
|
+
margin-bottom: 19px;
|
|
53
|
+
padding: 0 20px;
|
|
54
|
+
span {
|
|
55
|
+
color: var(--title-color2);
|
|
56
|
+
span {
|
|
57
|
+
&:first-child {
|
|
58
|
+
color: var(--title-color2);
|
|
59
|
+
font-size: 20px;
|
|
60
|
+
font-weight: 500;
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
&:last-child {
|
|
64
|
+
color: var(--info-color);
|
|
65
|
+
font-size: 14px;
|
|
66
|
+
font-weight: 400;
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
&--online {
|
|
72
|
+
width: 36px;
|
|
73
|
+
height: 24px;
|
|
74
|
+
font-size: 14px;
|
|
75
|
+
margin-top: 4px;
|
|
76
|
+
// float: right;
|
|
77
|
+
background: var(--tag-bg);
|
|
78
|
+
border-radius: 4px;
|
|
79
|
+
font-family: HiraginoSansGB-W3, HiraginoSansGB;
|
|
80
|
+
font-weight: normal;
|
|
81
|
+
color: var(--block-bg-color2);
|
|
82
|
+
text-align: center;
|
|
83
|
+
line-height: 24px;
|
|
84
|
+
}
|
|
85
|
+
&-base {
|
|
86
|
+
height: 190px;
|
|
87
|
+
padding: 4px 0px 0 0px;
|
|
88
|
+
background-color: var(--bg-color2);
|
|
89
|
+
border: 1px solid var(--bg-border-color2);
|
|
90
|
+
}
|
|
91
|
+
&-baseBottom {
|
|
92
|
+
height: 490px;
|
|
93
|
+
margin-top: 10px;
|
|
94
|
+
padding: 4px 0px 0 0px;
|
|
95
|
+
background-color: var(--bg-color2);
|
|
96
|
+
border: 1px solid var(--bg-border-color2);
|
|
97
|
+
&--map {
|
|
98
|
+
width: 100%;
|
|
99
|
+
height: 340px;
|
|
100
|
+
padding: 0 20px;
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
}
|
|
104
|
+
&-right {
|
|
105
|
+
width: calc(~'100% - 471px - 10px');
|
|
106
|
+
display: flex;
|
|
107
|
+
flex-wrap: wrap;
|
|
108
|
+
&-top {
|
|
109
|
+
width: 100%;
|
|
110
|
+
height: 190px;
|
|
111
|
+
background-color: var(--bg-color2);
|
|
112
|
+
border: 1px solid var(--bg-border-color2);
|
|
113
|
+
padding: 4px 0px 8px 0px;
|
|
114
|
+
margin: 0 !important;
|
|
115
|
+
.sub-title {
|
|
116
|
+
margin-bottom: 0;
|
|
117
|
+
}
|
|
118
|
+
}
|
|
119
|
+
&--right {
|
|
120
|
+
// width: calc(~'100% - 320px - 20px');
|
|
121
|
+
height: 150px;
|
|
122
|
+
display: flex;
|
|
123
|
+
justify-content: flex-start;
|
|
124
|
+
align-items: center;
|
|
125
|
+
&-progress {
|
|
126
|
+
margin-left: 18px;
|
|
127
|
+
color: var(--info-color);
|
|
128
|
+
display: flex;
|
|
129
|
+
flex-direction: column;
|
|
130
|
+
justify-content: space-around;
|
|
131
|
+
span {
|
|
132
|
+
&:last-child {
|
|
133
|
+
font-weight: bold;
|
|
134
|
+
font-size: 20px;
|
|
135
|
+
}
|
|
136
|
+
}
|
|
137
|
+
}
|
|
138
|
+
}
|
|
139
|
+
&--pngs {
|
|
140
|
+
width: 100%;
|
|
141
|
+
padding-left: 14px;
|
|
142
|
+
margin-top: 50px;
|
|
143
|
+
display: flex;
|
|
144
|
+
&-item {
|
|
145
|
+
display: flex;
|
|
146
|
+
justify-content: center;
|
|
147
|
+
align-items: center;
|
|
148
|
+
margin-bottom: 24px;
|
|
149
|
+
width: 49%;
|
|
150
|
+
img {
|
|
151
|
+
width: 48px;
|
|
152
|
+
height: 48px;
|
|
153
|
+
margin-right: 27px;
|
|
154
|
+
}
|
|
155
|
+
&-itemContent {
|
|
156
|
+
display: flex;
|
|
157
|
+
flex-direction: column;
|
|
158
|
+
}
|
|
159
|
+
&-name {
|
|
160
|
+
width: 100px;
|
|
161
|
+
font-size: 14px;
|
|
162
|
+
font-family: HiraginoSansGB-W3, HiraginoSansGB;
|
|
163
|
+
color: var(--label-color);
|
|
164
|
+
line-height: 18px;
|
|
165
|
+
}
|
|
166
|
+
&-value {
|
|
167
|
+
width: 140px;
|
|
168
|
+
color: var(--title-color2);
|
|
169
|
+
line-height: 32px;
|
|
170
|
+
span {
|
|
171
|
+
font-size: 22px;
|
|
172
|
+
font-family: DINAlternate-Bold, DINAlternate;
|
|
173
|
+
font-weight: bold;
|
|
174
|
+
}
|
|
175
|
+
}
|
|
176
|
+
}
|
|
177
|
+
}
|
|
178
|
+
}
|
|
179
|
+
|
|
180
|
+
.today-work {
|
|
181
|
+
height: 282px;
|
|
182
|
+
overflow-y: auto;
|
|
183
|
+
|
|
184
|
+
&-item {
|
|
185
|
+
padding: 10px 15px;
|
|
186
|
+
font-size: 14px;
|
|
187
|
+
line-height: 24px;
|
|
188
|
+
width: 100%;
|
|
189
|
+
background: var(--bg-color2);
|
|
190
|
+
border-radius: 2px;
|
|
191
|
+
border: var(--border);
|
|
192
|
+
&--name {
|
|
193
|
+
color: var(--label-color);
|
|
194
|
+
}
|
|
195
|
+
&--content {
|
|
196
|
+
color: var(--title-color);
|
|
197
|
+
}
|
|
198
|
+
&--value {
|
|
199
|
+
font-size: 16px;
|
|
200
|
+
color: var(--info-active2);
|
|
201
|
+
}
|
|
202
|
+
}
|
|
203
|
+
}
|
|
204
|
+
|
|
205
|
+
&-static {
|
|
206
|
+
padding: 0 20px;
|
|
207
|
+
width: 100%;
|
|
208
|
+
&-head {
|
|
209
|
+
display: flex;
|
|
210
|
+
justify-content: space-around;
|
|
211
|
+
align-items: center;
|
|
212
|
+
}
|
|
213
|
+
&-chart {
|
|
214
|
+
height: 180px;
|
|
215
|
+
width: 100%;
|
|
216
|
+
}
|
|
217
|
+
}
|
|
218
|
+
|
|
219
|
+
.area-wgfx {
|
|
220
|
+
width: 100%;
|
|
221
|
+
height: 490px;
|
|
222
|
+
background-color: var(--bg-color2);
|
|
223
|
+
border: 1px solid var(--bg-border-color2);
|
|
224
|
+
padding: 4px 0px 8px 0px;
|
|
225
|
+
margin-top: 10px;
|
|
226
|
+
&-content {
|
|
227
|
+
height: 330px;
|
|
228
|
+
width: 100%;
|
|
229
|
+
padding: 0 20px;
|
|
230
|
+
}
|
|
231
|
+
}
|
|
232
|
+
}
|
|
233
|
+
.vtx-map-carCode {
|
|
234
|
+
background-color: #fff;
|
|
235
|
+
padding: 2px 4px;
|
|
236
|
+
color: #1890ff;
|
|
237
|
+
border: 1px solid #1890ff;
|
|
238
|
+
border-radius: 2px;
|
|
239
|
+
transform: translate(-35%);
|
|
240
|
+
position: relative;
|
|
241
|
+
left: 10px;
|
|
242
|
+
}
|
|
243
|
+
|
|
244
|
+
.vtx-map-carCode {
|
|
245
|
+
background-color: #fff;
|
|
246
|
+
padding: 2px 4px;
|
|
247
|
+
color: #1890ff;
|
|
248
|
+
border: 1px solid #1890ff;
|
|
249
|
+
border-radius: 2px;
|
|
250
|
+
transform: translate(-35%);
|
|
251
|
+
position: relative;
|
|
252
|
+
left: 10px;
|
|
253
|
+
}
|
|
254
|
+
.anchorBL {
|
|
255
|
+
display: none;
|
|
256
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
Object.defineProperty(exports, "BaseInfo", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function get() {
|
|
9
|
+
return _BaseInfo["default"];
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
var _BaseInfo = _interopRequireDefault(require("./BaseInfo"));
|
|
13
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
|
|
14
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","names":["_BaseInfo","_interopRequireDefault","require","e","__esModule"],"sources":["vtx-area-modal/components/index.js"],"sourcesContent":["import BaseInfo from './BaseInfo';\nexport { BaseInfo };\n"],"mappings":";;;;;;;;;;;AAAA,IAAAA,SAAA,GAAAC,sBAAA,CAAAC,OAAA;AAAkC,SAAAD,uBAAAE,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,gBAAAA,CAAA","ignoreList":[]}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.treeIcons = void 0;
|
|
7
|
+
// 树图标
|
|
8
|
+
var treeIcons = exports.treeIcons = {
|
|
9
|
+
onlinePeople: require('./imgs/onlinePeople.png'),
|
|
10
|
+
offlinePeople: require('./imgs/offlinePeople.png')
|
|
11
|
+
};
|
|
12
|
+
//# sourceMappingURL=config.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"config.js","names":["treeIcons","exports","onlinePeople","require","offlinePeople"],"sources":["vtx-area-modal/config.js"],"sourcesContent":["// 树图标\nexport const treeIcons = {\n onlinePeople: require('./imgs/onlinePeople.png'),\n offlinePeople: require('./imgs/offlinePeople.png'),\n};\n"],"mappings":";;;;;;AAAA;AACO,IAAMA,SAAS,GAAAC,OAAA,CAAAD,SAAA,GAAG;EACrBE,YAAY,EAAEC,OAAO,CAAC,yBAAyB,CAAC;EAChDC,aAAa,EAAED,OAAO,CAAC,0BAA0B;AACrD,CAAC","ignoreList":[]}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports["default"] = void 0;
|
|
7
|
+
var _react = _interopRequireDefault(require("react"));
|
|
8
|
+
var _vtxBaseModal = _interopRequireDefault(require("../vtx-base-modal"));
|
|
9
|
+
var _components = require("./components");
|
|
10
|
+
require("../style");
|
|
11
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
|
|
12
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
13
|
+
function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
|
|
14
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
15
|
+
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
16
|
+
var TABS_BASE = 'area-base';
|
|
17
|
+
var tabs = [{
|
|
18
|
+
key: TABS_BASE,
|
|
19
|
+
title: '总览信息'
|
|
20
|
+
}];
|
|
21
|
+
var VtxAreaModal = function VtxAreaModal(props) {
|
|
22
|
+
var id = props.id,
|
|
23
|
+
title = props.title,
|
|
24
|
+
subTitle = props.subTitle,
|
|
25
|
+
theme = props.theme,
|
|
26
|
+
source = props.source,
|
|
27
|
+
visible = props.visible,
|
|
28
|
+
onCancel = props.onCancel,
|
|
29
|
+
_props$top = props.top,
|
|
30
|
+
top = _props$top === void 0 ? 50 : _props$top,
|
|
31
|
+
_props$frameParams = props.frameParams,
|
|
32
|
+
frameParams = _props$frameParams === void 0 ? {} : _props$frameParams,
|
|
33
|
+
_props$customMapInfo = props.customMapInfo,
|
|
34
|
+
customMapInfo = _props$customMapInfo === void 0 ? {} : _props$customMapInfo,
|
|
35
|
+
_props$tabChose = props.tabChose,
|
|
36
|
+
tabChose = _props$tabChose === void 0 ? '' : _props$tabChose;
|
|
37
|
+
return /*#__PURE__*/_react["default"].createElement(_react["default"].Fragment, null, visible && (/*#__PURE__*/_react["default"].createElement(_vtxBaseModal["default"], {
|
|
38
|
+
id: id,
|
|
39
|
+
type: "area",
|
|
40
|
+
title: title,
|
|
41
|
+
subTitle: subTitle,
|
|
42
|
+
visible: visible,
|
|
43
|
+
source: source,
|
|
44
|
+
theme: theme,
|
|
45
|
+
onCancel: onCancel,
|
|
46
|
+
frameParams: frameParams,
|
|
47
|
+
tabChose: tabChose,
|
|
48
|
+
top: top,
|
|
49
|
+
tabs: tabs,
|
|
50
|
+
contents: _defineProperty({}, TABS_BASE, /*#__PURE__*/_react["default"].createElement(_components.BaseInfo, {
|
|
51
|
+
id: id,
|
|
52
|
+
customMapInfo: customMapInfo
|
|
53
|
+
}))
|
|
54
|
+
})));
|
|
55
|
+
};
|
|
56
|
+
var _default = exports["default"] = VtxAreaModal;
|
|
57
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","names":["_react","_interopRequireDefault","require","_vtxBaseModal","_components","e","__esModule","_typeof","o","Symbol","iterator","constructor","prototype","_defineProperty","r","t","_toPropertyKey","Object","defineProperty","value","enumerable","configurable","writable","i","_toPrimitive","toPrimitive","call","TypeError","String","Number","TABS_BASE","tabs","key","title","VtxAreaModal","props","id","subTitle","theme","source","visible","onCancel","_props$top","top","_props$frameParams","frameParams","_props$customMapInfo","customMapInfo","_props$tabChose","tabChose","React","createElement","Fragment","VtxBaseModal","type","contents","BaseInfo","_default","exports"],"sources":["vtx-area-modal/index.js"],"sourcesContent":["import React from 'react';\nimport VtxBaseModal from '../vtx-base-modal';\nimport { BaseInfo } from './components';\nimport '../style';\nconst TABS_BASE = 'area-base';\nlet tabs = [\n { key: TABS_BASE, title: '总览信息' },\n];\nconst VtxAreaModal = (props) => {\n const { id, title, subTitle, theme, source, visible, onCancel, top = 50, frameParams = {}, customMapInfo = {}, tabChose = '' } = props;\n return (React.createElement(React.Fragment, null, visible && (React.createElement(VtxBaseModal, { id: id, type: \"area\", title: title, subTitle: subTitle, visible: visible, source: source, theme: theme, onCancel: onCancel, frameParams: frameParams, tabChose: tabChose, top: top, tabs: tabs, contents: {\n [TABS_BASE]: (React.createElement(BaseInfo, { id: id, customMapInfo: customMapInfo })),\n } }))));\n};\nexport default VtxAreaModal;\n"],"mappings":"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","ignoreList":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"css.js","names":["require"],"sources":["vtx-area-modal/style/index.js"],"sourcesContent":["import './index.less';\nimport '../components/BaseInfo/index.less';\n"],"mappings":";;AAAAA,OAAA;AACAA,OAAA","ignoreList":[]}
|
|
@@ -0,0 +1,152 @@
|
|
|
1
|
+
.vtx-business-modal-wrap {
|
|
2
|
+
--modal-content-bg: #f7f9fb;
|
|
3
|
+
--modal-border-color: #fff;
|
|
4
|
+
--head-bg: #fff;
|
|
5
|
+
--bg-color2: #fff;
|
|
6
|
+
--label-color: rgba(0, 0, 0, 0.65);
|
|
7
|
+
--base-label-color: #8C8C8C;
|
|
8
|
+
--table-head-bg: rgba(24, 144, 255, 0.1);
|
|
9
|
+
--title-color: #222;
|
|
10
|
+
--title-color2: #1677ff;
|
|
11
|
+
--tag-bg: rgba(22, 119, 255, 0.1);
|
|
12
|
+
--block-bg-color: rgba(0, 0, 0, 0.1);
|
|
13
|
+
--block-bg-color2: #1890ff;
|
|
14
|
+
--calendar-border: #ececec;
|
|
15
|
+
--calendar-thead-bg: #fff;
|
|
16
|
+
--calendar-bg: #fff;
|
|
17
|
+
--calendar-content-sigle-bg: #f3f5f8;
|
|
18
|
+
--info-danger: #fd3a15;
|
|
19
|
+
--info-warnning: #f7d93d;
|
|
20
|
+
--info-active: #222;
|
|
21
|
+
--info-active2: #52c41a;
|
|
22
|
+
--info-active3: #fff;
|
|
23
|
+
--bg-color: white;
|
|
24
|
+
--sub-bg-color: #f3f3f380;
|
|
25
|
+
--title-bg-color: white;
|
|
26
|
+
--title-border: 1px solid #dbdbdbff;
|
|
27
|
+
--title-border-color: rgba(187, 187, 187, 0.2);
|
|
28
|
+
--sub-title-color: #222;
|
|
29
|
+
--info-color: #222;
|
|
30
|
+
--border-color: '#DADADAFF';
|
|
31
|
+
--scroll-bar-bg: #c0c0c0;
|
|
32
|
+
--scroll-bar-hover-bg: #adadad;
|
|
33
|
+
--scroll-bar-track-bg: #fafafa;
|
|
34
|
+
--button-checked-color: #1890ff;
|
|
35
|
+
--button-color: #222;
|
|
36
|
+
--list-cell-active1: #222;
|
|
37
|
+
--list-cell-active2: #222;
|
|
38
|
+
--list-cell-active3: #222;
|
|
39
|
+
--calendar-date-today-bg-color: #73ffbf;
|
|
40
|
+
--calendar-date-today-hover-bg-color: linear-gradient(0deg, rgba(77, 255, 186, 0.3), transparent);
|
|
41
|
+
}
|
|
42
|
+
*::-webkit-scrollbar {
|
|
43
|
+
width: 0px;
|
|
44
|
+
height: 0px;
|
|
45
|
+
}
|
|
46
|
+
*::-webkit-scrollbar-track {
|
|
47
|
+
background: transparent;
|
|
48
|
+
border-radius: 5px;
|
|
49
|
+
}
|
|
50
|
+
*::-webkit-scrollbar-thumb {
|
|
51
|
+
background: transparent;
|
|
52
|
+
border-radius: 5px;
|
|
53
|
+
}
|
|
54
|
+
*::-webkit-scrollbar-corner {
|
|
55
|
+
background-color: transparent;
|
|
56
|
+
}
|
|
57
|
+
.vtx-business-modal-wrap.dark {
|
|
58
|
+
--modal-content-bg: #0b1315;
|
|
59
|
+
--modal-border-color: #69958a;
|
|
60
|
+
--head-bg: #122a2c;
|
|
61
|
+
--bg-color: linear-gradient(0deg, #081e21cc, #000c);
|
|
62
|
+
--bg-color2: #162123;
|
|
63
|
+
--sub-bg-color: #ffffff0d;
|
|
64
|
+
--title-bg-color: #1a292bff;
|
|
65
|
+
--title-border: 1px solid transparent;
|
|
66
|
+
--title-border-color: transparent;
|
|
67
|
+
--title-color: white;
|
|
68
|
+
--title-color2: #a9d5d3;
|
|
69
|
+
--sub-title-color: #00f0ff;
|
|
70
|
+
--label-color: #cafdffff;
|
|
71
|
+
--base-label-color: #cafdffff;
|
|
72
|
+
--info-color: #ffffffff;
|
|
73
|
+
--border-color: '#3C7073FF';
|
|
74
|
+
--scroll-bar-bg: #39cbc3aa;
|
|
75
|
+
--scroll-bar-hover-bg: #219fff3d;
|
|
76
|
+
--scroll-bar-track-bg: transparent;
|
|
77
|
+
--button-text-color--defalut: #c9e6e8;
|
|
78
|
+
--button-text-color--active: #ffffff;
|
|
79
|
+
--button-background-color--default: #1a5561;
|
|
80
|
+
--button-background-color--active: linear-gradient(0deg, #3195aa, #0f5160);
|
|
81
|
+
--button-checked-color: #1890ff;
|
|
82
|
+
--arrow-icon-color: #355e5f;
|
|
83
|
+
--block-bg-color: rgba(255, 255, 255, 0.1);
|
|
84
|
+
--block-bg-color2: rgba(48, 118, 114, 0.2);
|
|
85
|
+
--calendar-content-sigle-bg: rgba(243, 245, 248, 0.053);
|
|
86
|
+
--info-active: #40ffd3;
|
|
87
|
+
--info-active2: #52c41a;
|
|
88
|
+
--info-active3: #40ffd3;
|
|
89
|
+
--info-danger: #fd3a15;
|
|
90
|
+
--info-warnning: #f7d93d;
|
|
91
|
+
--table-head-bg: rgba(0, 173, 177, 0.1);
|
|
92
|
+
--timeline-active: #24f2ff;
|
|
93
|
+
--calendar-border: #35444c;
|
|
94
|
+
--calendar-thead-bg: #29373e;
|
|
95
|
+
--calendar-bg: rgba(255, 255, 255, 0.1);
|
|
96
|
+
--list-cell-active1: #fff845;
|
|
97
|
+
--list-cell-active2: #45d1ff;
|
|
98
|
+
--list-cell-active3: #20feff;
|
|
99
|
+
--calendar-date-today-bg-color: #73ffbf;
|
|
100
|
+
--calendar-date-today-hover-bg-color: linear-gradient(0deg, rgba(77, 255, 186, 0.3), transparent);
|
|
101
|
+
}
|
|
102
|
+
.vtx-business-modal-wrap.blue {
|
|
103
|
+
--modal-content-bg: linear-gradient(0deg, rgba(28, 94, 149, 0.8), rgba(20, 37, 57, 0.8));
|
|
104
|
+
--modal-border-color: #7295bc;
|
|
105
|
+
--head-bg: linear-gradient(90deg, #124067, #051a29);
|
|
106
|
+
--head-bg-border-color2: #3a87cb;
|
|
107
|
+
--bg-color2: rgba(0, 103, 156, 0.1);
|
|
108
|
+
--bg-border-color2: rgba(32, 102, 167, 0.5);
|
|
109
|
+
--sub-bg-color: #ffffff0d;
|
|
110
|
+
--title-border: 1px solid transparent;
|
|
111
|
+
--title-border-color: transparent;
|
|
112
|
+
--title-color: white;
|
|
113
|
+
--title-color2: #fff;
|
|
114
|
+
--sub-title-color: #64bcff;
|
|
115
|
+
--label-color: #fff;
|
|
116
|
+
--base-label-color: #fff;
|
|
117
|
+
--info-color: #74bbf4;
|
|
118
|
+
--calendar-content-sigle-bg: #1464a62e;
|
|
119
|
+
--border-color: #1464a6;
|
|
120
|
+
--scroll-bar-bg: #39cbc3aa;
|
|
121
|
+
--scroll-bar-hover-bg: #219fff3d;
|
|
122
|
+
--scroll-bar-track-bg: transparent;
|
|
123
|
+
--button-text-color--defalut: #c9e6e8;
|
|
124
|
+
--button-text-color--active: #ffffff;
|
|
125
|
+
--button-background-color--default: #1a5561;
|
|
126
|
+
--button-background-color--active: linear-gradient(0deg, #3195aa, #0f5160);
|
|
127
|
+
--button-checked-color: #1890ff;
|
|
128
|
+
--arrow-icon-color: #355e5f;
|
|
129
|
+
--block-bg-color: rgba(255, 255, 255, 0.1);
|
|
130
|
+
--block-bg-color2: #74bbf4;
|
|
131
|
+
--info-active: #40ffd3;
|
|
132
|
+
--info-active2: #52c41a;
|
|
133
|
+
--info-active3: #75ffc2;
|
|
134
|
+
--info-danger: #fd3a15;
|
|
135
|
+
--info-warnning: #f7d93d;
|
|
136
|
+
--table-head-bg: rgba(0, 173, 177, 0.1);
|
|
137
|
+
--timeline-active: #24f2ff;
|
|
138
|
+
--calendar-border: #35444c;
|
|
139
|
+
--calendar-thead-bg: rgba(255, 255, 255, 0.1);
|
|
140
|
+
--calendar-content-bg: linear-gradient(0deg, #2a55e9, #0dbafe);
|
|
141
|
+
--calendar-bg: rgba(255, 255, 255, 0.1);
|
|
142
|
+
--image-value-color: #07d4ff;
|
|
143
|
+
--image-text-color: #ffffff;
|
|
144
|
+
--list-cell-active1: #fff845;
|
|
145
|
+
--list-cell-active2: #45d1ff;
|
|
146
|
+
--list-cell-active3: #20feff;
|
|
147
|
+
--calendar-date-today-bg-color: #0090ff;
|
|
148
|
+
--calendar-date-today-hover-bg-color: linear-gradient(0deg, rgba(0, 144, 255, 0.8) 0%, rgba(0, 144, 255, 0) 100%);
|
|
149
|
+
}
|
|
150
|
+
.vtx-business-modal-wrap.light {
|
|
151
|
+
--title-color2: #1677ff;
|
|
152
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","names":["require"],"sources":["vtx-area-modal/style/index.js"],"sourcesContent":["import './index.less';\nimport '../components/BaseInfo/index.less';\n"],"mappings":";;AAAAA,OAAA;AACAA,OAAA","ignoreList":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '../../style/index';
|