@next-bricks/data-view 0.23.9 → 0.24.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bricks.json +4 -4
- package/dist/chunks/{5381.450dd2d0.js → 5381.20c6618d.js} +2 -2
- package/dist/chunks/{6660.cdd657e7.js.map → 5381.20c6618d.js.map} +1 -1
- package/dist/chunks/{5636.3713d07e.js → 5636.1fb4ae13.js} +2 -2
- package/dist/chunks/{5636.3713d07e.js.map → 5636.1fb4ae13.js.map} +1 -1
- package/dist/chunks/{6051.224ac9ff.js → 6051.895761c3.js} +2 -2
- package/dist/chunks/{6051.224ac9ff.js.map → 6051.895761c3.js.map} +1 -1
- package/dist/chunks/{6205.a2efc262.js → 6205.a3d4d8ca.js} +2 -2
- package/dist/chunks/{6205.a2efc262.js.map → 6205.a3d4d8ca.js.map} +1 -1
- package/dist/chunks/{6660.cdd657e7.js → 6660.cafc99e7.js} +2 -2
- package/dist/chunks/{5381.450dd2d0.js.map → 6660.cafc99e7.js.map} +1 -1
- package/dist/chunks/{7164.2969f675.js → 7164.1d90b4ee.js} +2 -2
- package/dist/chunks/{7164.2969f675.js.map → 7164.1d90b4ee.js.map} +1 -1
- package/dist/chunks/8442.aba7a46f.js +2 -0
- package/dist/chunks/8442.aba7a46f.js.map +1 -0
- package/dist/chunks/9809.8236099c.js +2 -0
- package/dist/chunks/9809.8236099c.js.map +1 -0
- package/dist/chunks/complex-search.d8b3bf64.js +2 -0
- package/dist/chunks/{complex-search.27c22e86.js.map → complex-search.d8b3bf64.js.map} +1 -1
- package/dist/chunks/{graph-text.cd05efd7.js → graph-text.80fb0341.js} +2 -2
- package/dist/chunks/{graph-text.cd05efd7.js.map → graph-text.80fb0341.js.map} +1 -1
- package/dist/chunks/main.4d34d966.js +2 -0
- package/dist/chunks/{main.8d58c2f8.js.map → main.4d34d966.js.map} +1 -1
- package/dist/chunks/modern-style-treemap.d8d3967d.js +3 -0
- package/dist/chunks/{modern-style-treemap.ce32cd28.js.map → modern-style-treemap.d8d3967d.js.map} +1 -1
- package/dist/chunks/simple-card-item.45cc5b36.js +3 -0
- package/dist/chunks/simple-card-item.45cc5b36.js.map +1 -0
- package/dist/examples.json +8 -8
- package/dist/index.4be4af6b.js +2 -0
- package/dist/{index.224f0825.js.map → index.4be4af6b.js.map} +1 -1
- package/dist/manifest.json +90 -90
- package/dist/types.json +71 -71
- package/package.json +3 -3
- package/dist/chunks/8442.d5e42c40.js +0 -2
- package/dist/chunks/8442.d5e42c40.js.map +0 -1
- package/dist/chunks/9809.879a0821.js +0 -2
- package/dist/chunks/9809.879a0821.js.map +0 -1
- package/dist/chunks/complex-search.27c22e86.js +0 -2
- package/dist/chunks/main.8d58c2f8.js +0 -2
- package/dist/chunks/modern-style-treemap.ce32cd28.js +0 -3
- package/dist/chunks/simple-card-item.8aca9f4b.js +0 -3
- package/dist/chunks/simple-card-item.8aca9f4b.js.map +0 -1
- package/dist/index.224f0825.js +0 -2
- /package/dist/chunks/{modern-style-treemap.ce32cd28.js.LICENSE.txt → modern-style-treemap.d8d3967d.js.LICENSE.txt} +0 -0
- /package/dist/chunks/{simple-card-item.8aca9f4b.js.LICENSE.txt → simple-card-item.45cc5b36.js.LICENSE.txt} +0 -0
package/dist/manifest.json
CHANGED
|
@@ -3,43 +3,6 @@
|
|
|
3
3
|
"package": "@next-bricks/data-view",
|
|
4
4
|
"name": "data-view",
|
|
5
5
|
"bricks": [
|
|
6
|
-
{
|
|
7
|
-
"name": "data-view.modern-style-component-title",
|
|
8
|
-
"properties": [
|
|
9
|
-
{
|
|
10
|
-
"name": "hideLeftComponent",
|
|
11
|
-
"description": "",
|
|
12
|
-
"default": "false"
|
|
13
|
-
},
|
|
14
|
-
{
|
|
15
|
-
"name": "hideRightComponent",
|
|
16
|
-
"description": "",
|
|
17
|
-
"default": "true"
|
|
18
|
-
},
|
|
19
|
-
{
|
|
20
|
-
"name": "componentTitle",
|
|
21
|
-
"description": "",
|
|
22
|
-
"type": "string"
|
|
23
|
-
},
|
|
24
|
-
{
|
|
25
|
-
"name": "titleTextStyle",
|
|
26
|
-
"description": "",
|
|
27
|
-
"attribute": false,
|
|
28
|
-
"type": "CSSProperties"
|
|
29
|
-
},
|
|
30
|
-
{
|
|
31
|
-
"name": "squareColor",
|
|
32
|
-
"description": "",
|
|
33
|
-
"attribute": false,
|
|
34
|
-
"type": "CSSProperties[\"color\"]"
|
|
35
|
-
}
|
|
36
|
-
],
|
|
37
|
-
"events": [],
|
|
38
|
-
"slots": [],
|
|
39
|
-
"methods": [],
|
|
40
|
-
"parts": [],
|
|
41
|
-
"description": "现代风组件标题"
|
|
42
|
-
},
|
|
43
6
|
{
|
|
44
7
|
"name": "data-view.gauge-chart",
|
|
45
8
|
"properties": [
|
|
@@ -86,42 +49,41 @@
|
|
|
86
49
|
"description": "大屏仪表盘"
|
|
87
50
|
},
|
|
88
51
|
{
|
|
89
|
-
"name": "data-view.modern-style-
|
|
52
|
+
"name": "data-view.modern-style-component-title",
|
|
90
53
|
"properties": [
|
|
91
54
|
{
|
|
92
|
-
"name": "
|
|
55
|
+
"name": "hideLeftComponent",
|
|
93
56
|
"description": "",
|
|
94
|
-
"
|
|
57
|
+
"default": "false"
|
|
95
58
|
},
|
|
96
59
|
{
|
|
97
|
-
"name": "
|
|
60
|
+
"name": "hideRightComponent",
|
|
98
61
|
"description": "",
|
|
99
|
-
"
|
|
62
|
+
"default": "true"
|
|
100
63
|
},
|
|
101
64
|
{
|
|
102
|
-
"name": "
|
|
65
|
+
"name": "componentTitle",
|
|
103
66
|
"description": "",
|
|
104
|
-
"
|
|
105
|
-
"type": "CSSProperties"
|
|
67
|
+
"type": "string"
|
|
106
68
|
},
|
|
107
69
|
{
|
|
108
|
-
"name": "
|
|
70
|
+
"name": "titleTextStyle",
|
|
109
71
|
"description": "",
|
|
110
72
|
"attribute": false,
|
|
111
73
|
"type": "CSSProperties"
|
|
112
74
|
},
|
|
113
75
|
{
|
|
114
|
-
"name": "
|
|
76
|
+
"name": "squareColor",
|
|
115
77
|
"description": "",
|
|
116
78
|
"attribute": false,
|
|
117
|
-
"type": "CSSProperties"
|
|
79
|
+
"type": "CSSProperties[\"color\"]"
|
|
118
80
|
}
|
|
119
81
|
],
|
|
120
82
|
"events": [],
|
|
121
83
|
"slots": [],
|
|
122
84
|
"methods": [],
|
|
123
85
|
"parts": [],
|
|
124
|
-
"description": "
|
|
86
|
+
"description": "现代风组件标题"
|
|
125
87
|
},
|
|
126
88
|
{
|
|
127
89
|
"name": "data-view.tabs-drawer",
|
|
@@ -214,6 +176,44 @@
|
|
|
214
176
|
"parts": [],
|
|
215
177
|
"description": "大屏仪标签页抽屉"
|
|
216
178
|
},
|
|
179
|
+
{
|
|
180
|
+
"name": "data-view.modern-style-page-title",
|
|
181
|
+
"properties": [
|
|
182
|
+
{
|
|
183
|
+
"name": "pageTitle",
|
|
184
|
+
"description": "",
|
|
185
|
+
"type": "string"
|
|
186
|
+
},
|
|
187
|
+
{
|
|
188
|
+
"name": "description",
|
|
189
|
+
"description": "",
|
|
190
|
+
"type": "string"
|
|
191
|
+
},
|
|
192
|
+
{
|
|
193
|
+
"name": "backgroundStyle",
|
|
194
|
+
"description": "",
|
|
195
|
+
"attribute": false,
|
|
196
|
+
"type": "CSSProperties"
|
|
197
|
+
},
|
|
198
|
+
{
|
|
199
|
+
"name": "leftRoundStyle",
|
|
200
|
+
"description": "",
|
|
201
|
+
"attribute": false,
|
|
202
|
+
"type": "CSSProperties"
|
|
203
|
+
},
|
|
204
|
+
{
|
|
205
|
+
"name": "rightRoundStyle",
|
|
206
|
+
"description": "",
|
|
207
|
+
"attribute": false,
|
|
208
|
+
"type": "CSSProperties"
|
|
209
|
+
}
|
|
210
|
+
],
|
|
211
|
+
"events": [],
|
|
212
|
+
"slots": [],
|
|
213
|
+
"methods": [],
|
|
214
|
+
"parts": [],
|
|
215
|
+
"description": "现代风页面标题"
|
|
216
|
+
},
|
|
217
217
|
{
|
|
218
218
|
"name": "data-view.modern-style-treemap",
|
|
219
219
|
"properties": [
|
|
@@ -996,47 +996,6 @@
|
|
|
996
996
|
"parts": [],
|
|
997
997
|
"description": "齿轮背景"
|
|
998
998
|
},
|
|
999
|
-
{
|
|
1000
|
-
"name": "data-view.title-text",
|
|
1001
|
-
"properties": [
|
|
1002
|
-
{
|
|
1003
|
-
"name": "type",
|
|
1004
|
-
"description": "文本样式,`normal` 纯白, `stroke` 渐变加描边, `gradient` 渐变",
|
|
1005
|
-
"default": "\"normal\"",
|
|
1006
|
-
"attribute": false,
|
|
1007
|
-
"type": "TitleType"
|
|
1008
|
-
},
|
|
1009
|
-
{
|
|
1010
|
-
"name": "text",
|
|
1011
|
-
"description": "标题文本",
|
|
1012
|
-
"default": "-",
|
|
1013
|
-
"type": "string"
|
|
1014
|
-
},
|
|
1015
|
-
{
|
|
1016
|
-
"name": "fontSize",
|
|
1017
|
-
"description": "字体大小",
|
|
1018
|
-
"default": "42px",
|
|
1019
|
-
"type": "CSSProperties[\"fontSize\"]"
|
|
1020
|
-
},
|
|
1021
|
-
{
|
|
1022
|
-
"name": "fontWeight",
|
|
1023
|
-
"description": "字体粗细",
|
|
1024
|
-
"default": "500",
|
|
1025
|
-
"type": "CSSProperties[\"fontWeight\"]"
|
|
1026
|
-
},
|
|
1027
|
-
{
|
|
1028
|
-
"name": "letterSpacing",
|
|
1029
|
-
"description": "字体间距",
|
|
1030
|
-
"default": "17px",
|
|
1031
|
-
"type": "CSSProperties[\"letterSpacing\"]"
|
|
1032
|
-
}
|
|
1033
|
-
],
|
|
1034
|
-
"events": [],
|
|
1035
|
-
"slots": [],
|
|
1036
|
-
"methods": [],
|
|
1037
|
-
"parts": [],
|
|
1038
|
-
"description": "大屏标题文本构件"
|
|
1039
|
-
},
|
|
1040
999
|
{
|
|
1041
1000
|
"name": "data-view.radar-chart",
|
|
1042
1001
|
"properties": [
|
|
@@ -1119,6 +1078,47 @@
|
|
|
1119
1078
|
"parts": [],
|
|
1120
1079
|
"description": "雷达图"
|
|
1121
1080
|
},
|
|
1081
|
+
{
|
|
1082
|
+
"name": "data-view.title-text",
|
|
1083
|
+
"properties": [
|
|
1084
|
+
{
|
|
1085
|
+
"name": "type",
|
|
1086
|
+
"description": "文本样式,`normal` 纯白, `stroke` 渐变加描边, `gradient` 渐变",
|
|
1087
|
+
"default": "\"normal\"",
|
|
1088
|
+
"attribute": false,
|
|
1089
|
+
"type": "TitleType"
|
|
1090
|
+
},
|
|
1091
|
+
{
|
|
1092
|
+
"name": "text",
|
|
1093
|
+
"description": "标题文本",
|
|
1094
|
+
"default": "-",
|
|
1095
|
+
"type": "string"
|
|
1096
|
+
},
|
|
1097
|
+
{
|
|
1098
|
+
"name": "fontSize",
|
|
1099
|
+
"description": "字体大小",
|
|
1100
|
+
"default": "42px",
|
|
1101
|
+
"type": "CSSProperties[\"fontSize\"]"
|
|
1102
|
+
},
|
|
1103
|
+
{
|
|
1104
|
+
"name": "fontWeight",
|
|
1105
|
+
"description": "字体粗细",
|
|
1106
|
+
"default": "500",
|
|
1107
|
+
"type": "CSSProperties[\"fontWeight\"]"
|
|
1108
|
+
},
|
|
1109
|
+
{
|
|
1110
|
+
"name": "letterSpacing",
|
|
1111
|
+
"description": "字体间距",
|
|
1112
|
+
"default": "17px",
|
|
1113
|
+
"type": "CSSProperties[\"letterSpacing\"]"
|
|
1114
|
+
}
|
|
1115
|
+
],
|
|
1116
|
+
"events": [],
|
|
1117
|
+
"slots": [],
|
|
1118
|
+
"methods": [],
|
|
1119
|
+
"parts": [],
|
|
1120
|
+
"description": "大屏标题文本构件"
|
|
1121
|
+
},
|
|
1122
1122
|
{
|
|
1123
1123
|
"name": "data-view.brick-notification",
|
|
1124
1124
|
"properties": [
|
package/dist/types.json
CHANGED
|
@@ -1,58 +1,4 @@
|
|
|
1
1
|
{
|
|
2
|
-
"data-view.modern-style-component-title": {
|
|
3
|
-
"properties": [
|
|
4
|
-
{
|
|
5
|
-
"name": "hideLeftComponent",
|
|
6
|
-
"annotation": {
|
|
7
|
-
"type": "keyword",
|
|
8
|
-
"value": "boolean"
|
|
9
|
-
}
|
|
10
|
-
},
|
|
11
|
-
{
|
|
12
|
-
"name": "hideRightComponent",
|
|
13
|
-
"annotation": {
|
|
14
|
-
"type": "keyword",
|
|
15
|
-
"value": "boolean"
|
|
16
|
-
}
|
|
17
|
-
},
|
|
18
|
-
{
|
|
19
|
-
"name": "componentTitle",
|
|
20
|
-
"annotation": {
|
|
21
|
-
"type": "keyword",
|
|
22
|
-
"value": "string"
|
|
23
|
-
}
|
|
24
|
-
},
|
|
25
|
-
{
|
|
26
|
-
"name": "titleTextStyle",
|
|
27
|
-
"annotation": {
|
|
28
|
-
"type": "reference",
|
|
29
|
-
"typeName": {
|
|
30
|
-
"type": "identifier",
|
|
31
|
-
"name": "CSSProperties"
|
|
32
|
-
}
|
|
33
|
-
}
|
|
34
|
-
},
|
|
35
|
-
{
|
|
36
|
-
"name": "squareColor",
|
|
37
|
-
"annotation": {
|
|
38
|
-
"type": "indexedAccess",
|
|
39
|
-
"objectType": {
|
|
40
|
-
"type": "reference",
|
|
41
|
-
"typeName": {
|
|
42
|
-
"type": "identifier",
|
|
43
|
-
"name": "CSSProperties"
|
|
44
|
-
}
|
|
45
|
-
},
|
|
46
|
-
"indexType": {
|
|
47
|
-
"type": "jsLiteral",
|
|
48
|
-
"value": "color"
|
|
49
|
-
}
|
|
50
|
-
}
|
|
51
|
-
}
|
|
52
|
-
],
|
|
53
|
-
"events": [],
|
|
54
|
-
"methods": []
|
|
55
|
-
},
|
|
56
2
|
"data-view.gauge-chart": {
|
|
57
3
|
"properties": [
|
|
58
4
|
{
|
|
@@ -94,34 +40,31 @@
|
|
|
94
40
|
"events": [],
|
|
95
41
|
"methods": []
|
|
96
42
|
},
|
|
97
|
-
"data-view.modern-style-
|
|
43
|
+
"data-view.modern-style-component-title": {
|
|
98
44
|
"properties": [
|
|
99
45
|
{
|
|
100
|
-
"name": "
|
|
46
|
+
"name": "hideLeftComponent",
|
|
101
47
|
"annotation": {
|
|
102
48
|
"type": "keyword",
|
|
103
|
-
"value": "
|
|
49
|
+
"value": "boolean"
|
|
104
50
|
}
|
|
105
51
|
},
|
|
106
52
|
{
|
|
107
|
-
"name": "
|
|
53
|
+
"name": "hideRightComponent",
|
|
108
54
|
"annotation": {
|
|
109
55
|
"type": "keyword",
|
|
110
|
-
"value": "
|
|
56
|
+
"value": "boolean"
|
|
111
57
|
}
|
|
112
58
|
},
|
|
113
59
|
{
|
|
114
|
-
"name": "
|
|
60
|
+
"name": "componentTitle",
|
|
115
61
|
"annotation": {
|
|
116
|
-
"type": "
|
|
117
|
-
"
|
|
118
|
-
"type": "identifier",
|
|
119
|
-
"name": "CSSProperties"
|
|
120
|
-
}
|
|
62
|
+
"type": "keyword",
|
|
63
|
+
"value": "string"
|
|
121
64
|
}
|
|
122
65
|
},
|
|
123
66
|
{
|
|
124
|
-
"name": "
|
|
67
|
+
"name": "titleTextStyle",
|
|
125
68
|
"annotation": {
|
|
126
69
|
"type": "reference",
|
|
127
70
|
"typeName": {
|
|
@@ -131,12 +74,19 @@
|
|
|
131
74
|
}
|
|
132
75
|
},
|
|
133
76
|
{
|
|
134
|
-
"name": "
|
|
77
|
+
"name": "squareColor",
|
|
135
78
|
"annotation": {
|
|
136
|
-
"type": "
|
|
137
|
-
"
|
|
138
|
-
"type": "
|
|
139
|
-
"
|
|
79
|
+
"type": "indexedAccess",
|
|
80
|
+
"objectType": {
|
|
81
|
+
"type": "reference",
|
|
82
|
+
"typeName": {
|
|
83
|
+
"type": "identifier",
|
|
84
|
+
"name": "CSSProperties"
|
|
85
|
+
}
|
|
86
|
+
},
|
|
87
|
+
"indexType": {
|
|
88
|
+
"type": "jsLiteral",
|
|
89
|
+
"value": "color"
|
|
140
90
|
}
|
|
141
91
|
}
|
|
142
92
|
}
|
|
@@ -337,6 +287,56 @@
|
|
|
337
287
|
}
|
|
338
288
|
]
|
|
339
289
|
},
|
|
290
|
+
"data-view.modern-style-page-title": {
|
|
291
|
+
"properties": [
|
|
292
|
+
{
|
|
293
|
+
"name": "pageTitle",
|
|
294
|
+
"annotation": {
|
|
295
|
+
"type": "keyword",
|
|
296
|
+
"value": "string"
|
|
297
|
+
}
|
|
298
|
+
},
|
|
299
|
+
{
|
|
300
|
+
"name": "description",
|
|
301
|
+
"annotation": {
|
|
302
|
+
"type": "keyword",
|
|
303
|
+
"value": "string"
|
|
304
|
+
}
|
|
305
|
+
},
|
|
306
|
+
{
|
|
307
|
+
"name": "backgroundStyle",
|
|
308
|
+
"annotation": {
|
|
309
|
+
"type": "reference",
|
|
310
|
+
"typeName": {
|
|
311
|
+
"type": "identifier",
|
|
312
|
+
"name": "CSSProperties"
|
|
313
|
+
}
|
|
314
|
+
}
|
|
315
|
+
},
|
|
316
|
+
{
|
|
317
|
+
"name": "leftRoundStyle",
|
|
318
|
+
"annotation": {
|
|
319
|
+
"type": "reference",
|
|
320
|
+
"typeName": {
|
|
321
|
+
"type": "identifier",
|
|
322
|
+
"name": "CSSProperties"
|
|
323
|
+
}
|
|
324
|
+
}
|
|
325
|
+
},
|
|
326
|
+
{
|
|
327
|
+
"name": "rightRoundStyle",
|
|
328
|
+
"annotation": {
|
|
329
|
+
"type": "reference",
|
|
330
|
+
"typeName": {
|
|
331
|
+
"type": "identifier",
|
|
332
|
+
"name": "CSSProperties"
|
|
333
|
+
}
|
|
334
|
+
}
|
|
335
|
+
}
|
|
336
|
+
],
|
|
337
|
+
"events": [],
|
|
338
|
+
"methods": []
|
|
339
|
+
},
|
|
340
340
|
"data-view.battery-chart": {
|
|
341
341
|
"properties": [
|
|
342
342
|
{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@next-bricks/data-view",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.24.0",
|
|
4
4
|
"homepage": "https://github.com/easyops-cn/next-bricks/tree/master/bricks/data-view",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -34,10 +34,10 @@
|
|
|
34
34
|
"postpublish": "mv package.json.bak package.json"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
|
-
"@next-core/build-next-bricks": "^1.
|
|
37
|
+
"@next-core/build-next-bricks": "^1.15.1",
|
|
38
38
|
"@next-core/test-next": "^1.0.11",
|
|
39
39
|
"@types/d3-hierarchy": "^3.1.2",
|
|
40
40
|
"@types/three": "^0.150.1"
|
|
41
41
|
},
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "ac557ff34e2e7d743a98f4ef730a2dbb1e65283b"
|
|
43
43
|
}
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
"use strict";(self.webpackChunk_next_bricks_data_view=self.webpackChunk_next_bricks_data_view||[]).push([[8442],{1906:(e,t,r)=>{r.d(t,{j:()=>R});var a=r(7896),n=r(8657),o=r.n(n),i=r(1211),l=r(6995),c=r(5095),s=r(4827),d=r(2839),p=r(3028),u=(r(7035),r(7709),r(9703),(e,t,r)=>{var a=(new l.Pa4).subVectors(t,e),n=a.length(),o=document.createElement("data-view.app-wall-relation-line");o.style.height="".concat(n,"px"),o.classList.add("relation-line"),o.lightColor=r;var i=new c.cp(o),s=(new l.Pa4).lerpVectors(e,t,.5);i.position.copy(s);var d=(new l._fP).setFromUnitVectors(new l.Pa4(0,1,0).normalize(),a.clone().normalize());return i.setRotationFromQuaternion(d),i}),h=(e,t)=>{var r=new l.Pa4(e[0],e[1],e[2]),a=new l.Pa4(t[0],t[1],t[2]);return{centerVector:(new l.Pa4).lerpVectors(r,a,.5),subVector:(new l.Pa4).subVectors(r,a)}},g=e=>{var{BW:t,TW:r,d:a,TH:n,BH:o,isLeft:i}=e,s=Math.sqrt(Math.pow(r/2-t/2,2)+Math.pow(a,2)),d=document.createElement("div");d.style.cssText="\n width: ".concat(s,"px;\n height:").concat(n,"px;\n position: relative;\n clip-path: polygon(0 0, ").concat(s,"px ").concat(n/2-o/2,"px, ").concat(s,"px ").concat(n/2-o/2+o,"px, 0 ").concat(n,"px);\n ");var p=document.createElement("div");p.className="trapezoidalLeftOrRightAnimation",d.appendChild(p);var u=i?[-t/2,0,0]:[t/2,0,0],g=i?[-r/2,0,a]:[r/2,0,a],b=new c.cp(d),{centerVector:m,subVector:v}=h(u,g);b.position.copy(m);var x=(new l._fP).setFromUnitVectors(new l.Pa4(1,0,0).normalize(),v.clone().normalize());return b.setRotationFromQuaternion(x),b},b=e=>{var{BW:t,TW:r,d:a,TH:n,BH:o,isTop:i}=e,s=Math.sqrt(Math.pow(n/2-o/2,2)+Math.pow(a,2)),d=document.createElement("div");d.style.cssText="\n width: ".concat(r,"px;\n height:").concat(s,"px;\n position: relative;\n clip-path: polygon(0 0, ").concat(r,"px 0, ").concat(r/2-t/2+t,"px ").concat(s,"px, ").concat(r/2-t/2,"px ").concat(s,"px);\n ");var p=document.createElement("div");p.className="trapezoidalTopOrBottomAnimation",d.appendChild(p);var u=new c.cp(d),g=i?[0,-o/2,0]:[0,o/2,0],b=i?[0,-n/2,a]:[0,n/2,a],{centerVector:m,subVector:v}=h(g,b);u.position.copy(m);var x=(new l._fP).setFromUnitVectors(new l.Pa4(0,-1,0).normalize(),v.clone().normalize());return u.setRotationFromQuaternion(x),u},m=e=>{var{objectData:t,leftBtnName:r,clusters:a,columns:n,leftOnClick:o,rightBtnName:i,rightOnClick:l,appName:s}=e,d=600,p=document.createElement("div"),u=new c.cp(p);u.position.set(...t.point);var h=t.width,m=t.height,v=1500,x=1200,w=document.createElement("div");w.style.cssText="\n width: ".concat(h,"px;\n height: ").concat(m,"px;\n box-shadow: inset 0px 1px 2px 0px rgba(255,255,255,0.45);\n border: 1px solid rgba(118,255,255,0.58);\n padding: 16px;\n ");var f=new c.cp(w);f.position.z=0,u.add(f);var y=document.createElement("div");y.style.cssText="\n width: ".concat(v,"px;\n height:").concat(x,"px;\n background: linear-gradient(rgb(13, 54, 179,0.6) 0%, rgb(74, 108, 156,0.6) 100%);\n box-sizing: border-box;\n padding: 16px;\n ");var k=document.createElement("data-view.cabinet-thumbnail");k.clusters=null!=a?a:[],k.columns=null!=n?n:4,k.appName=s,y.className="visibilityAnimate",y.appendChild(k);var z=new c.cp(y);z.position.set(0,0,d);var C=g({BW:h,TW:v,BH:m,TH:x,d,isLeft:!0}),T=g({BW:h,TW:v,BH:m,TH:x,d,isLeft:!1}),S=b({BW:h,TW:v,BH:m,TH:x,d,isTop:!0}),P=b({BW:h,TW:v,BH:m,TH:x,d,isTop:!1});if(u.add(C,T,P,S),r){var E=document.createElement("div");E.style.cssText="\n color: #6BE0FA;\n font-size: 28px;\n font-weight: 500;\n width: ".concat(750,"px;\n line-height: 16px;\n "),E.className="visibilityAnimate";var B=document.createElement("span");B.style.cursor="pointer",B.innerText=r,E.appendChild(B);var M=new c.cp(E);M.position.set(-365,-600,14),M.rotateX(Math.PI/2),z.add(M),B.onpointerdown=o}if(i){var F=document.createElement("div");F.style.cssText="\n color: #FFFFFF;\n font-size: 30px;\n font-weight: 500;\n width: ".concat(750,"px;\n text-shadow: 0px 1px 4px #3366FF;\n text-align: right;\n "),F.className="visibilityAnimate";var R=document.createElement("span");R.style.cursor="pointer",R.innerText=i,F.appendChild(R);var I=new c.cp(F);I.position.set(365,-600,14),I.rotateX(Math.PI/2),z.add(I),R.onpointerdown=l}return u.add(z),u},v=(e,t,r)=>{if(null==e||!e.length)return[];var a=e.map((e=>(0,p.Z)((0,p.Z)({},e),{},{x:0,y:0})));if(a.length===t*r)a=a.map(((e,r)=>(0,p.Z)((0,p.Z)({},e),{},{x:r%t+1,y:parseInt("".concat(r/t))+1})));else{for(var n=t*(r-1),o=a.length-n,i=0;i<n;i++){var l=a[i];l.x=i%t+1,l.y=parseInt("".concat(i/t))+1}for(var c=0;c<o/2;c++){var s=a[c+n],d=a[a.length-1-c];s.x=c+1,s.y=r,s!==d&&(d.x=t-c,d.y=r)}}return a},x=(e,t,r,a)=>{var n=new l.Tme;return n.position.x=e.x*t.outerWidth-(r/2+.5)*t.outerWidth,n.position.y=-e.y*t.outerHeight+(a/2+.5)*t.outerHeight,n},w=(e,t,r,a,n,o)=>{var i=new l.Tme,c=new l.Pa4,s=((e,t,r,a,n)=>{var o={x:0,y:0,z:0},i=parseInt("".concat(r*t.outerWidth*180))/(n*Math.PI),l=r/2+.5;return o.x=i*Math.sin(Math.PI/(180/((e.x-l)*(n/r)))),o.y=-e.y*t.outerHeight+(a/2+.5)*t.outerHeight,o.z=i-Math.sqrt(i*i-o.x*o.x),o})(e,t,r,a,n);return i.position.x=s.x,i.position.y=s.y,i.position.z=s.z,c.x=0,c.y=i.position.y,c.z=o,i.lookAt(c),i},f=(e,t,r,a)=>{var n=t.height+2*t.margin,o=(t.width+2*t.margin)/e.aspect,i=.5*Math.max(o,n)/Math.tan(e.fov*Math.PI/360)+t.z,l=0;return r.forEach((function(e){a>=Math.min.apply(null,e.numRange)&&a<=Math.max.apply(null,e.numRange)&&(l=e.distance)})),Math.max(l,i)},y=(e,t)=>{var r=[],a=e.userData;return Array.isArray(t)&&t.length&&t.forEach((function(e){a.key!==e.source&&a.key!==e.target||r.push(e)})),r},k=(e,t)=>{var r=t.toUpperCase(),a=e.composedPath().find((e=>null==e?void 0:e.shadowRoot));if((null==a?void 0:a.tagName)===r)return a;var n=document.elementFromPoint(e.clientX,e.clientY),o=null==n?void 0:n.shadowRoot.elementFromPoint(e.clientX,e.clientY);return(null==o?void 0:o.tagName)===r?o:null},z=r(4511),C=r(2779),T=r.n(C),S=[{numRange:[0,40],distance:3e3},{numRange:[40,60],distance:2200},{numRange:[60,80],distance:2700},{numRange:[80,120],distance:3200},{numRange:[120,160],distance:3400},{numRange:[160,300],distance:3600}],P=45,E=100,B=300,M=(e,t,r)=>{var a=Math.ceil(Math.sqrt(e*t.outerHeight/(.4*t.outerWidth))),n=Math.ceil(e/a),o=parseInt("".concat(a*t.outerWidth*180))/(E*Math.PI);return{maxX:a,maxY:n,radius:o,bounds:{width:2*o*Math.sin(Math.PI*(E/2)/180)+t.outerWidth,height:n*t.outerHeight,margin:r,z:o-o*Math.cos(Math.PI*(E/2)/180)}}},F=(0,z.wrapBrick)("data-view.app-wall-system-card");function R(e){var{relations:t,onSystemCardButtonClick:r,useDblclick:p,useDistanceConfig:h,handleCardDbClick:g,rightBtnOnClick:b,leftBtnOnClick:z,cardBrickName:C,cardSize:R,disabledDefaultClickEvent:I,handleCardClick:_,containerId:X,noRotate:D,boundMargin:A}=e,[W,N]=(0,n.useState)(null),L=(0,n.useRef)(),H=(0,n.useRef)(),O=(0,n.useRef)(),Z=(0,n.useRef)(),V=(0,n.useRef)(),j=(0,n.useRef)(),Y=(0,n.useRef)(),G=(0,n.useRef)(),U=(0,n.useRef)(),q=(0,n.useRef)(),Q=(0,n.useRef)({table:[],curve:[]}),K=(0,n.useRef)([]),$=(0,n.useRef)([]),J=(0,n.useRef)({maxX:0,maxY:0,radius:0,bounds:{width:0,height:0,margin:A,z:0}}),ee=(0,n.useRef)({element:null,mouseoverTimer:null,mouseoutTimer:null,clickTimer:null,dblClickTimer:null,isShowGraph3D:!1,isShowAppInfo:!1,isShowRelations:!1,enable:!0}),te=(0,n.useCallback)((()=>{j.current.render(Y.current,G.current),U.current.handleResize()}),[]),re=e=>{var t;if(null===(t=ee.current)||void 0===t||!t.element)return null==e?void 0:e();var{__objectCSS:r,__curve:a,__userData:n}=ee.current.element;new d.kX(r.rotation).to({x:a.rotation.x,y:a.rotation.y,z:a.rotation.z},200).start(),new d.kX(r.scale).to({x:1,y:1,z:1},200).start(),new d.kX(r.position).to({x:a.position.x,y:a.position.y,z:a.position.z},200).onUpdate(te).onStart((()=>{var e;"data-view.app-wall-card-item"===C&&r.element.classList.remove("status-".concat(n.status||"normal","-card")),null===(e=K.current)||void 0===e||e.forEach((e=>{e.element.style.opacity="1"})),$.current.forEach((e=>{Y.current.remove(e)})),$.current=[],te()})).onComplete((()=>{var t;ee.current.isShowRelations=!1,null==e||e(null===(t=ee.current)||void 0===t?void 0:t.element)})).start()},ae=(e,t)=>{ee.current.enable=!1;for(var r=0;r<K.current.length;r++){var a=K.current[r],n=e[r];new d.kX(a.position).to({x:n.position.x,y:n.position.y,z:n.position.z},l.M8C.randFloat(t,2*t)).easing(d.oY.Exponential.InOut).start(),new d.kX(a.rotation).to({x:n.rotation.x,y:n.rotation.y,z:n.rotation.z},l.M8C.randFloat(t,2*t)).easing(d.oY.Exponential.InOut).start()}new d.kX({}).to({},2*t).onUpdate(te).start().onComplete((()=>{ee.current.enable=!0}))},ne=e=>{U.current.reset();var t=ee.current.element.__objectCSS,r=ee.current.element.__curve;ee.current.enable=!1,ee.current.isShowAppInfo=!0;var a,n={x:r.position.x>0?2*-R.width:2*R.width,y:0,z:(G.current.position.z-500)/1.5},o={x:0,y:0,z:G.current.position.z-500},i={x:0,y:r.rotation.y>0?90*-Math.PI/180:90*Math.PI/180,z:0},l={x:0,y:r.rotation.y>0?180*-Math.PI/180:180*Math.PI/180,z:0},c=new d.kX(t.position),s=new d.kX(t.rotation),p=new d.kX(t.position),u=new d.kX(t.rotation);e?(c.to(n,500).easing().onComplete((()=>{V.current.hidden=!0,ee.current.element.style.opacity="1"})),s.to(i,500).easing(),p.to({x:r.position.x,y:r.position.y,z:r.position.z},700).easing(),u.to({x:r.rotation.x,y:r.rotation.y,z:r.rotation.z},700).easing().onComplete((()=>{var e;null===(e=K.current)||void 0===e||e.forEach((e=>{e.element.style.opacity="1"}))}))):(null===(a=K.current)||void 0===a||a.forEach((e=>{t!=e&&(e.element.style.opacity="0.2")})),c.to(n,700).easing().onStart((()=>{Z.current.hidden=!1,V.current.hidden=!0})),s.to(i,700).easing(),p.to(o,500).easing().onStart((function(){ee.current.element.style.opacity="0",V.current.style.transition="transition: all .3s ease",V.current.hidden=!1})),u.to(l,500).easing()),c.chain(p).start(),s.chain(u).start(),new d.kX({}).to({},1400).onUpdate((()=>{if(te(),Math.abs(t.rotation.y)>=Math.PI/2){var e=ee.current.element.getBoundingClientRect(),r=1.35,a=e.width*r,n=e.height*r;V.current.style.width="".concat(a,"px"),V.current.style.height="".concat(n,"px"),V.current.style.top="".concat(e.top-(r-1)*n/2,"px"),V.current.style.left="".concat(e.left-(r-1)*a/2,"px")}})).start().onComplete((function(){ee.current.enable=!0,ee.current.isShowAppInfo=!e,Z.current.hidden=e}))};return(0,n.useEffect)((()=>{var e;(()=>{var e,t=null===(e=document.getElementById(X))||void 0===e?void 0:e.getBoundingClientRect(),r=(null==t?void 0:t.width)||window.innerWidth,a=(null==t?void 0:t.height)||window.innerHeight,n=r/a,o=new l.xsS,i=new l.cPb(P,n,.1,1e4),d=new c.lX;d.setSize(r,a),H.current.replaceChildren(d.domElement);var p=new s.$(i,d.domElement);p.rotateSpeed=.5,p.minDistance=500,p.maxDistance=1e4,p.noRotate=D,Y.current=o,G.current=i,U.current=p,j.current=d})();var t=()=>{e=requestAnimationFrame(t),d.ZP.update(),U.current.update()};t();var r=X?document.getElementById(X):document.body,a=new ResizeObserver((0,i.debounce)((()=>{var{width:e,height:t}=r.getBoundingClientRect();G.current.aspect=e/t,G.current.updateProjectionMatrix(),j.current.setSize(e,t),te()}),300));return U.current.addEventListener("change",te),a.observe(r),()=>{a.disconnect(),U.current.removeEventListener("change",te),U.current.dispose(),d.ZP.removeAll(),G.current.clear(),Y.current.clear(),cancelAnimationFrame(e)}}),[]),(0,n.useEffect)((()=>{var t,r=(null===(t=e.dataSource)||void 0===t?void 0:t.length)||0;r>0&&((e=>{J.current=M(e,R,A)})(r),G.current.position.z=f(G.current,J.current.bounds,h?S:[],r),G.current.updateProjectionMatrix(),U.current.position0.copy(G.current.position),v(e.dataSource,J.current.maxX,J.current.maxY).forEach(((e,t)=>{var r,a,n,o,i,l,s,d=document.createElement(C);d.status=e.status,d.cardTitle=null===(r=e.cardItemProps)||void 0===r?void 0:r.cardTitle,d.description=null===(a=e.cardItemProps)||void 0===a?void 0:a.description,d.background=null===(n=e.cardItemProps)||void 0===n?void 0:n.background,d.color=null===(o=e.cardItemProps)||void 0===o?void 0:o.color,d.titleStyle=null===(i=e.cardItemProps)||void 0===i?void 0:i.titleStyle,d.desStyle=null===(l=e.cardItemProps)||void 0===l?void 0:l.desStyle,d.descriptionList=null===(s=e.cardItemProps)||void 0===s?void 0:s.descriptionList;var p="status-".concat((null==e?void 0:e.status)||"normal");d.className="card-item-container ".concat(p),d.style.width="".concat(R.width,"px"),d.style.height="".concat(R.height,"px"),d.classList.add("card-item-wrap");var u=new c.cp(d);u.position.set(4e3*Math.random()-2e3,4e3*Math.random()-2e3,4e3*Math.random()-2e3),Y.current.add(u),K.current.push(u);var h=x(e,R,J.current.maxX,J.current.maxY);Q.current.table.push(h);var g=w(e,R,J.current.maxX,J.current.maxY,E,J.current.radius);Q.current.curve.push(g),u.userData=e,d.__objectCSS=u,d.__userData=e,d.__curve=g})),ae(Q.current.curve,1e3));return()=>{U.current.reset(),d.ZP.removeAll(),K.current.map((e=>{Y.current.remove(e)})),K.current=[],Q.current={table:[],curve:[]},ee.current={element:null,mouseoverTimer:null,mouseoutTimer:null,clickTimer:null,dblClickTimer:null,enable:!0,isShowAppInfo:!1,isShowGraph3D:!1,isShowRelations:!1}}}),[e.dataSource,h]),(0,n.useEffect)((()=>{var e=L.current,r=e=>{if(clearTimeout(ee.current.mouseoverTimer),ee.current.isShowAppInfo||ee.current.isShowGraph3D||!ee.current.enable)return!1;var r=k(e,C);ee.current.mouseoverTimer=window.setTimeout((()=>{re((()=>{r&&!ee.current.isShowAppInfo&&(e=>{var{__objectCSS:r,__userData:a}=e,n=r.rotation.y,o={x:r.position.x+50*Math.sin(n),y:r.position.y+15,z:r.position.z+100*Math.cos(n)},i=1.25;ee.current.isShowRelations=!0,new d.kX(r.rotation).to({x:0,y:0,z:0},200).onStart((()=>{"data-view.app-wall-card-item"===C&&r.element.classList.add("status-".concat(a.status||"normal","-card"))})).start(),new d.kX(r.scale).to({x:i,y:i,z:i},200).start(),new d.kX(r.position).to(o,200).onUpdate(te).onComplete((function(){var a,n,o,i,l,c;l=y(a=r,t),c=a.userData,null==l||l.forEach((e=>{e.source===c.key?(i=K.current.find((t=>t.userData.key===e.target)),o=i&&u(a.position,i.position,"blue")):(i=K.current.find((t=>t.userData.key===e.source)),o=i&&u(i.position,a.position,"purple")),o&&($.current.push(o),Y.current.add(o))})),null===(n=K.current)||void 0===n||n.forEach((e=>{a!=e&&l.every((t=>t.source!=e.userData.key&&t.target!=e.userData.key))&&(e.element.style.opacity="0.2")})),te(),ee.current.element=e})).start()})(r),clearTimeout(ee.current.mouseoverTimer)}))}),300)},a=e=>{if(clearTimeout(ee.current.clickTimer),clearTimeout(ee.current.mouseoverTimer),ee.current.isShowAppInfo||ee.current.isShowGraph3D||!ee.current.enable)return!1;var t=k(e,C);ee.current.clickTimer=window.setTimeout((function(){clearTimeout(ee.current.mouseoverTimer),re((()=>{t&&(clearTimeout(ee.current.clickTimer),clearTimeout(ee.current.mouseoverTimer),e.stopPropagation(),ee.current.element=t,I?null==_||_(t.__userData):(N(t.__userData),ne(!1)))}))}),200)},n=e=>{if(clearTimeout(ee.current.clickTimer),clearTimeout(ee.current.mouseoverTimer),clearTimeout(ee.current.dblClickTimer),ee.current.isShowAppInfo||ee.current.isShowGraph3D||!ee.current.enable)return!1;var t=k(e,C),{__userData:r,__objectCSS:a}=t;ee.current.isShowGraph3D=!0,ee.current.dblClickTimer=window.setTimeout((function(){re((()=>{var e;if(p||(null===(e=r.trapezoidalProps)||void 0===e||null===(e=e.clusters)||void 0===e?void 0:e.length)<1)g(r),ee.current.isShowGraph3D=!1;else if(t){clearTimeout(ee.current.mouseoverTimer),clearTimeout(ee.current.clickTimer),H.current.classList.add("mask-container"),U.current.reset();var n={x:a.position.x,y:860+R.height*(J.current.maxY-r.y)},o=new d.kX(G.current.position),i=new d.kX({opacity:0,scale:0,borderLeftWidth:0,borderRightWidth:0,borderTopWidth:0,borderBottomWidth:0}),l=new d.kX({z:0}),c=new d.kX(G.current.position),s=new d.kX(U.current.target),u=new d.kX({blur:12,spread:0});ae(Q.current.table,600),o.to({x:0,y:-3600,z:1600},1e3).chain(u,i,l),i.to({opacity:1},700).onStart((()=>{var e,t,n,o,i,l=m({objectData:{width:R.width,height:R.height,point:[a.position.x,a.position.y,a.position.z]},clusters:null===(e=r.trapezoidalProps)||void 0===e?void 0:e.clusters,columns:null===(t=r.trapezoidalProps)||void 0===t?void 0:t.columns,appName:null===(n=r.trapezoidalProps)||void 0===n?void 0:n.appName,leftBtnName:null===(o=r.trapezoidalProps)||void 0===o?void 0:o.leftBtnName,rightBtnName:null===(i=r.trapezoidalProps)||void 0===i?void 0:i.rightBtnName,rightOnClick:()=>b(r),leftOnClick:()=>z(r)});q.current=l,Y.current.add(l)})),l.to({z:B},1e3).delay(230).chain(c,s),c.to({x:n.x,y:-3600+n.y},1e3),s.to({x:n.x,y:n.y},1e3).onComplete((function(){O.current.style.visibility="visible"})),o.start()}}))}),200)};return e.addEventListener("dblclick",n),e.addEventListener("click",a),e.addEventListener("mouseover",r),()=>{e.removeEventListener("mouseover",r),e.removeEventListener("click",a),e.removeEventListener("dblclick",n)}}),[I,_]),o().createElement("div",{className:"appwall-container",ref:L},o().createElement("div",{className:"appwall",ref:H}),o().createElement("div",{className:"mask",ref:Z,onClick:()=>{ee.current.enable&&ne(!0)},hidden:!0},o().createElement(F,(0,a.Z)({},null==W?void 0:W.systemCardProps,{onClick:e=>e.stopPropagation(),handleClick:()=>r(W),ref:V,className:T()({infoWrapper:"normal"===(null==W?void 0:W.status),warningWrapper:"warning"===(null==W?void 0:W.status)})}))),o().createElement("div",{className:"closeBtn",ref:O,onClick:()=>{(()=>{d.ZP.removeAll();var e=new d.kX({z:0}),t=new d.kX({opacity:1}),r=new d.kX(G.current.position),a=new d.kX(U.current.target),n=new d.kX({blur:1500,spread:100});e.to({z:B},1e3).chain(r,a,n),t.to({opacity:0},1e3).onStart((()=>{Y.current.remove(q.current),O.current.style.visibility="hidden"})).delay(300),r.to(U.current.position0,1e3).onComplete((function(){U.current.reset(),H.current.classList.remove("mask-container"),ae(Q.current.curve,600),ee.current.isShowGraph3D=!1})),a.to({x:0,y:0,z:0},1e3),n.to({blur:0,spread:0},1e3),e.start(),t.start()})()}}))}},2284:(e,t,r)=>{r.d(t,{Z:()=>l});var a=r(9601),n=r.n(a),o=r(2609),i=r.n(o)()(n());i.push([e.id,':host{display:block;width:100%;height:100%}:host([hidden]){display:none}*,\n*::before,\n*::after{box-sizing:border-box}.mask-container{position:absolute;top:0;left:0;width:100%;height:100%;background:#0c1216;z-index:1000}.appwall{position:relative}.appwall.loading .card-item{pointer-events:none!important}.mask{position:absolute;width:100%;height:100%;top:0;bottom:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:center}.mask[hidden]{display:none}.infoWrapper{position:absolute;background:var(--color-fill-bg-base-4);box-shadow:0 0 12px 2px rgba(80,255,255,0.45),inset 0 0 22px 0 #20242A;border:2px solid #50FFFF;overflow:hidden}.warningWrapper{position:absolute;background:linear-gradient(180deg,#CC0066 0%,rgba(204,0,102,0.2) 100%),#0F1117FF;box-shadow:0 0 12px 2px rgba(204,0,102,0.4),inset 0 4px 10px 0 rgba(255,255,255,0.65);overflow:hidden}.relation-line{pointer-events:none!important}.closeBtn{visibility:hidden;position:fixed;top:50px;right:50px;width:46px;height:46px;text-align:center;border:1px solid;color:rgb(138 189 255/84%);font-size:20px;line-height:46px;cursor:pointer;background:rgba(138,189,255,0.13);border-image:linear-gradient(135deg,rgba(255,255,255,0.5),rgba(255,255,255,0),rgba(255,255,255,0.33)) 1 1;display:flex;justify-content:center;align-items:center;z-index:1000}.closeBtn:before,\n.closeBtn:after{content:"";width:2px;height:20px;background:linear-gradient(180deg,#3467FF 0%,#98CBFF 100%);position:absolute}.closeBtn:before{transform:rotateZ(45deg)}.closeBtn:after{transform:rotateZ(-45deg)}.closeBtn:hover:after,\n.closeBtn:hover:before{background:var(--color-normal-text)}.visibilityAnimate{visibility:hidden;animation:visibility 0.5s both 1s}.trapezoidalLeftOrRightAnimation,\n.trapezoidalTopOrBottomAnimation{background:linear-gradient(180deg,rgba(51,102,255,0.4) 0%,#99CCFF 100%);opacity:0.2;position:absolute}.trapezoidalTopOrBottomAnimation{bottom:0;width:100%;left:0;animation:animateTop 1s both}.trapezoidalLeftOrRightAnimation{top:0;right:0;height:100%;animation:animateLeft 1s both}@keyframes animateTop{0%{height:0}100%{height:100%}}@keyframes animateLeft{0%{width:0}100%{width:100%}}@keyframes visibility{0%{visibility:hidden}100%{visibility:visible}}.card-item-container{transition:opacity 0.5s}.status-normal-card{box-shadow:0 0 100px rgba(80,255,255,0.58);border:1px solid rgba(80,255,255,0.58);background:-webkit-gradient(liner,left top,left bottom,from(#002c8d),to(#00123e));background:linear-gradient(to bottom,rgba(80,255,255,1) 0%,rgba(80,255,255,0) 100%)}.status-warning-card{box-shadow:0 0 100px #CC0066;background:-webkit-gradient(liner,left top,left bottom,from(#CC0066),to(rgba(204,0,102,0.2)));background:linear-gradient(to bottom,#CC0066 0%,rgba(204,0,102,0.2) 100%)}',""]);const l=i.toString()},9214:(e,t,r)=>{r.d(t,{Z:()=>l});var a=r(9601),n=r.n(a),o=r(2609),i=r.n(o)()(n());i.push([e.id,":host{display:inline-block;width:100%;height:100%}:host([hidden]){display:none}*,\n*::before,\n*::after{box-sizing:border-box}.card-item-container{position:relative;width:100%;height:100%}.card-item{position:relative;width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center;border-radius:var(--no-border-radius);border-color:transparent;transition:border-color 0.5s}.status-normal:hover{box-shadow:0 0 100px rgba(80,255,255,0.58);border:1px solid rgba(80,255,255,0.58);background:-webkit-gradient(liner,left top,left bottom,from(#002c8d),to(#00123e));background:linear-gradient(to bottom,rgba(80,255,255,1) 0%,rgba(80,255,255,0) 100%)}.status-warning:hover{box-shadow:0 0 100px #CC0066;background:-webkit-gradient(liner,left top,left bottom,from(#CC0066),to(rgba(204,0,102,0.2)));background:linear-gradient(to bottom,#CC0066 0%,rgba(204,0,102,0.2) 100%)}.card-item-container.status-normal .card-item{background:var(--color-fill-bg-base-4);box-shadow:inset 0px 1px 2px 0px rgba(255,255,255,0.45)}.card-item-container.status-normal:hover .card-item{border:2px solid rgba(80,255,255,0.58)}.card-item-container.status-warning .card-item{background:linear-gradient(180deg,#CC0066 0%,rgba(204,0,102,0.2) 100%);box-shadow:inset 0px 2px 6px 0px rgba(255,255,255,0.65)}.card-item-container.status-warning:hover .card-item{border:none}.card-item-text-container{width:100%;padding:0 12px}.card-item-title,\n.card-item-description{font-size:20px;font-weight:var(--font-weight-500);color:var(--color-normal-text)}.card-item-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.card-item-description{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}",""]);const l=i.toString()},8384:(e,t,r)=>{r.d(t,{Z:()=>l});var a=r(9601),n=r.n(a),o=r(2609),i=r.n(o)()(n());i.push([e.id,":host{display:inline-block;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:100%}:host([hidden]){display:none}*,\n*::before,\n*::after{box-sizing:border-box}.relation-line{position:relative;width:6px;height:100%;background:var(--color-text-divider-line-1);overflow:hidden}.relation-line::after{content:'';position:absolute;width:100%;height:20%;left:0px;top:0px;animation:lightMove 1000ms ease-in-out infinite,lightOpacity 1000ms ease-in-out infinite}.relation-line.light-color-blue::after{background:linear-gradient(rgba(80,255,255,0) 0%,rgba(80,255,255,1) 90%,#DFFFFF 100%)}.relation-line.light-color-purple::after{background:linear-gradient(rgba(102,0,255,0) 0%,rgba(102,0,255,1) 90%,#B07BFF 100%)}@keyframes lightMove{0%{top:0;transform:translateY(-100%)}100%{top:100%;transform:translateY(0)}}@keyframes lightOpacity{0%{opacity:0}20%{opacity:1}80%{opacity:1}100%{opacity:0}}",""]);const l=i.toString()},9948:(e,t,r)=>{r.d(t,{Z:()=>l});var a=r(9601),n=r.n(a),o=r(2609),i=r.n(o)()(n());i.push([e.id,":host{display:inline-block}:host([hidden]){display:none}*,\n*::before,\n*::after{box-sizing:border-box}.wrapper{position:relative;width:100%;height:100%;padding:30px 24px 35px;left:0;display:flex;flex-direction:column;border-radius:var(--no-border-radius)}.cardName{font-size:var(--title-font-size-strong);line-height:22px;text-align:center;font-weight:var(--font-weight-500);color:var(--color-normal-text);text-shadow:0 1px 4px rgba(51,102,255,0.5);margin-bottom:35px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.descriptions{flex:1;margin-bottom:20px;font-size:var(--auxiliary-font-size-small);overflow:auto;font-weight:var(--font-weight-400)}.descriptionsItem .itemKey{color:var(--color-secondary-text)}.descriptionsItem .itemValue{color:var(--color-strong-text)}.descriptionsItem{display:flex;gap:10px;margin-bottom:12px}.descriptionsItem>div{flex:1;text-align:left;word-break:break-all}.buttonContent{position:absolute;bottom:16px;right:24px;font-size:var(--auxiliary-font-size);color:#99CCFF;cursor:pointer;font-weight:var(--font-weight-500)}.buttonName{margin-left:5px}",""]);const l=i.toString()},1043:(e,t,r)=>{r.d(t,{Z:()=>l});var a=r(9601),n=r.n(a),o=r(2609),i=r.n(o)()(n());i.push([e.id,":host{--palette-rgba-white-1:rgba(255,255,255,10%);--palette-rgba-white-2:rgba(255,255,255,20%);--palette-rgba-white-3:rgba(255,255,255,30%);--palette-rgba-white-4:rgba(255,255,255,40%);--palette-rgba-white-5:rgba(255,255,255,50%);--palette-rgba-white-6:rgba(255,255,255,60%);--palette-rgba-white-7:rgba(255,255,255,70%);--palette-rgba-white-8:rgba(255,255,255,80%);--palette-rgba-white-9:rgba(255,255,255,90%);--palette-rgba-white-10:rgba(255,255,255,100%);--palette-rgba-gray-1:rgba(0,0,0,10%);--palette-rgba-gray-2:rgba(0,0,0,20%);--palette-rgba-gray-3:rgba(0,0,0,30%);--palette-rgba-gray-4:rgba(0,0,0,40%);--palette-rgba-gray-5:rgba(0,0,0,50%);--palette-rgba-gray-6:rgba(0,0,0,60%);--palette-rgba-gray-7:rgba(0,0,0,70%);--palette-rgba-gray-8:rgba(0,0,0,80%);--palette-rgba-gray-9:rgba(0,0,0,90%);--palette-rgba-gray-10:rgba(0,0,0,100%);--palette-rgba-blue-gray-2:rgba(101,106,134,20%);--palette-rgba-blue-gray-3:rgba(101,106,134,30%);--palette-rgba-blue-gray-8:rgba(101,106,134,80%);--palette-tech-blue-4-channel:67,127,255;--palette-tech-blue-4:rgb(var(--palette-tech-blue-4-channel));--palette-tech-blue-6-channel:51,102,255;--palette-tech-blue-6:rgb(var(--palette-tech-blue-6-channel));--palette-tech-blue-8-channel:40,69,159;--palette-tech-blue-8:rgb(var(--palette-tech-blue-8-channel));--palette-sea-green-4-channel:131,245,225;--palette-sea-green-4:rgb(var(--palette-sea-green-4-channel));--palette-green-6-channel:81,235,73;--palette-green-6:rgb(var(--palette-green-6-channel));--palette-green-2:rgba(var(--palette-green-6-channel),20%);--palette-lotus-pink-7-channel:204,0,102;--palette-lotus-pink-7:rgb(var(--palette-lotus-pink-7-channel));--palette-red-6-channel:242,39,39;--palette-red-6:rgb(var(--palette-red-6-channel));--palette-red-2:rgba(var(--palette-red-6-channel),20%);--color-fill-global-bg:#0f1014;--color-fill-bg-container-1:var(--palette-rgba-white-1);--color-fill-bg-container-2:var(--palette-rgba-blue-gray-2);--color-fill-bg-container-3:var(--palette-rgba-blue-gray-8);--color-fill-bg-base-1:var(--palette-rgba-blue-gray-2);--color-fill-bg-base-2:rgba(15,16,20,0%);--color-fill-bg-base-3:rgba(0,0,0,20%);--color-fill-bg-base-4:rgba(40,46,58,100%);--color-fill-bg-base-5:rgba(19,25,47,80%);--color-fill-bg-base-6:var(--palette-rgba-blue-gray-3);--color-brand:var(--palette-tech-blue-6);--color-brand-hover:var(--palette-tech-blue-4);--color-brand-active:var(--palette-tech-blue-8);--color-contrast-1:var(--palette-sea-green-4);--color-error:var(--palette-red-6);--color-error-bg:var(--palette-red-2);--color-success:var(--palette-green-6);--color-success-bg:var(--palette-green-2);--color-header-text-big:var(--palette-rgba-white-10);--color-header-text:var(--palette-rgba-white-10);--color-normal-text:var(--palette-rgba-white-10);--color-strong-text:var(--palette-rgba-white-9);--color-auxiliary-text:var(--palette-rgba-white-8);--color-secondary-text:var(--palette-rgba-white-6);--color-disabled-text:var(--palette-rgba-white-4);--color-border-divider-line:var(--palette-rgba-white-1);--color-text-divider-line-1:var(--palette-rgba-white-2);--color-text-divider-line-2:var(--palette-rgba-white-2);--small-border-radius:2px;--medius-border-radius:5px;--larger-border-radius:12px;--container-border-radius:9999px;--no-border-radius:0px;--mask-bg:var(--palette-rgba-gray-7);--title-font-size-larger:30px;--title-font-size-strong:22px;--title-font-size:18px;--normal-font-size:14px;--auxiliary-font-size:16px;--auxiliary-font-size-small:12px;--overview-data-font-size:34px;--statistics-data-font-size:28px;--normal-data-font-size-larger:20px;--normal-data-font-size:16px;--chart-legend-font-size:12px;--chart-tooltips-font-size-1:12px;--chart-tooltips-font-size-2:12px;--chart-axis-x-font-size:12px;--chart-axis-x-font-size-larger:14px;--chart-axis-y-font-size:12px;--chart-axis-y-font-size-larger:14px;--font-weight-600:600;--font-weight-500:500;--font-weight-400:400;--text-shadow:0px 1px 4px #2863ee;--border-width-base:1px;--border-width-double-base:2px;--border-width-tribble-base:3px;--punctate-width-base:1px;--paragraph-width-base:1px;--button-text-color:#40d0db}",""]);const l=i.toString()}}]);
|
|
2
|
-
//# sourceMappingURL=8442.d5e42c40.js.map
|