@next-bricks/data-view 0.23.7 → 0.23.9
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 +3 -3
- package/dist/chunks/8442.d5e42c40.js +2 -0
- package/dist/chunks/8442.d5e42c40.js.map +1 -0
- package/dist/chunks/{9809.f61d6512.js → 9809.879a0821.js} +2 -2
- package/dist/chunks/9809.879a0821.js.map +1 -0
- package/dist/chunks/{main.d3c848e3.js → main.8d58c2f8.js} +2 -2
- package/dist/chunks/{main.d3c848e3.js.map → main.8d58c2f8.js.map} +1 -1
- package/dist/chunks/simple-card-item.8aca9f4b.js +3 -0
- package/dist/chunks/simple-card-item.8aca9f4b.js.map +1 -0
- package/dist/examples.json +6 -6
- package/dist/{index.7a677855.js → index.224f0825.js} +2 -2
- package/dist/{index.7a677855.js.map → index.224f0825.js.map} +1 -1
- package/dist/manifest.json +89 -77
- package/dist/types.json +59 -46
- package/dist-types/simple-card-item/index.d.ts +15 -5
- package/package.json +2 -2
- package/dist/chunks/8442.8e32e7d0.js +0 -2
- package/dist/chunks/8442.8e32e7d0.js.map +0 -1
- package/dist/chunks/9809.f61d6512.js.map +0 -1
- package/dist/chunks/simple-card-item.e97d217a.js +0 -3
- package/dist/chunks/simple-card-item.e97d217a.js.map +0 -1
- /package/dist/chunks/{simple-card-item.e97d217a.js.LICENSE.txt → simple-card-item.8aca9f4b.js.LICENSE.txt} +0 -0
package/dist/manifest.json
CHANGED
|
@@ -4,86 +4,86 @@
|
|
|
4
4
|
"name": "data-view",
|
|
5
5
|
"bricks": [
|
|
6
6
|
{
|
|
7
|
-
"name": "data-view.
|
|
7
|
+
"name": "data-view.modern-style-component-title",
|
|
8
8
|
"properties": [
|
|
9
9
|
{
|
|
10
|
-
"name": "
|
|
10
|
+
"name": "hideLeftComponent",
|
|
11
11
|
"description": "",
|
|
12
|
-
"
|
|
13
|
-
"default": "-",
|
|
14
|
-
"type": "number"
|
|
12
|
+
"default": "false"
|
|
15
13
|
},
|
|
16
14
|
{
|
|
17
|
-
"name": "
|
|
15
|
+
"name": "hideRightComponent",
|
|
18
16
|
"description": "",
|
|
19
|
-
"
|
|
20
|
-
"default": "20",
|
|
21
|
-
"type": "number"
|
|
17
|
+
"default": "true"
|
|
22
18
|
},
|
|
23
19
|
{
|
|
24
|
-
"name": "
|
|
20
|
+
"name": "componentTitle",
|
|
25
21
|
"description": "",
|
|
26
|
-
"required": true,
|
|
27
|
-
"default": "-",
|
|
28
22
|
"type": "string"
|
|
29
23
|
},
|
|
30
24
|
{
|
|
31
|
-
"name": "
|
|
25
|
+
"name": "titleTextStyle",
|
|
32
26
|
"description": "",
|
|
33
|
-
"
|
|
34
|
-
"
|
|
35
|
-
"type": "number"
|
|
27
|
+
"attribute": false,
|
|
28
|
+
"type": "CSSProperties"
|
|
36
29
|
},
|
|
37
30
|
{
|
|
38
|
-
"name": "
|
|
31
|
+
"name": "squareColor",
|
|
39
32
|
"description": "",
|
|
40
|
-
"
|
|
41
|
-
"
|
|
42
|
-
"type": "number"
|
|
33
|
+
"attribute": false,
|
|
34
|
+
"type": "CSSProperties[\"color\"]"
|
|
43
35
|
}
|
|
44
36
|
],
|
|
45
37
|
"events": [],
|
|
46
38
|
"slots": [],
|
|
47
39
|
"methods": [],
|
|
48
40
|
"parts": [],
|
|
49
|
-
"description": "
|
|
41
|
+
"description": "现代风组件标题"
|
|
50
42
|
},
|
|
51
43
|
{
|
|
52
|
-
"name": "data-view.
|
|
44
|
+
"name": "data-view.gauge-chart",
|
|
53
45
|
"properties": [
|
|
54
46
|
{
|
|
55
|
-
"name": "
|
|
47
|
+
"name": "radius",
|
|
56
48
|
"description": "",
|
|
57
|
-
"
|
|
49
|
+
"required": true,
|
|
50
|
+
"default": "-",
|
|
51
|
+
"type": "number"
|
|
58
52
|
},
|
|
59
53
|
{
|
|
60
|
-
"name": "
|
|
54
|
+
"name": "strokeWidth",
|
|
61
55
|
"description": "",
|
|
62
|
-
"
|
|
56
|
+
"required": true,
|
|
57
|
+
"default": "20",
|
|
58
|
+
"type": "number"
|
|
63
59
|
},
|
|
64
60
|
{
|
|
65
|
-
"name": "
|
|
61
|
+
"name": "description",
|
|
66
62
|
"description": "",
|
|
63
|
+
"required": true,
|
|
64
|
+
"default": "-",
|
|
67
65
|
"type": "string"
|
|
68
66
|
},
|
|
69
67
|
{
|
|
70
|
-
"name": "
|
|
68
|
+
"name": "value",
|
|
71
69
|
"description": "",
|
|
72
|
-
"
|
|
73
|
-
"
|
|
70
|
+
"required": true,
|
|
71
|
+
"default": "-",
|
|
72
|
+
"type": "number"
|
|
74
73
|
},
|
|
75
74
|
{
|
|
76
|
-
"name": "
|
|
75
|
+
"name": "fontSize",
|
|
77
76
|
"description": "",
|
|
78
|
-
"
|
|
79
|
-
"
|
|
77
|
+
"required": true,
|
|
78
|
+
"default": "35",
|
|
79
|
+
"type": "number"
|
|
80
80
|
}
|
|
81
81
|
],
|
|
82
82
|
"events": [],
|
|
83
83
|
"slots": [],
|
|
84
84
|
"methods": [],
|
|
85
85
|
"parts": [],
|
|
86
|
-
"description": "
|
|
86
|
+
"description": "大屏仪表盘"
|
|
87
87
|
},
|
|
88
88
|
{
|
|
89
89
|
"name": "data-view.modern-style-page-title",
|
|
@@ -996,6 +996,47 @@
|
|
|
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
|
+
},
|
|
999
1040
|
{
|
|
1000
1041
|
"name": "data-view.radar-chart",
|
|
1001
1042
|
"properties": [
|
|
@@ -1078,47 +1119,6 @@
|
|
|
1078
1119
|
"parts": [],
|
|
1079
1120
|
"description": "雷达图"
|
|
1080
1121
|
},
|
|
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": [
|
|
@@ -1295,6 +1295,12 @@
|
|
|
1295
1295
|
"description": "标题",
|
|
1296
1296
|
"type": "string"
|
|
1297
1297
|
},
|
|
1298
|
+
{
|
|
1299
|
+
"name": "titleStyle",
|
|
1300
|
+
"description": "标题样式",
|
|
1301
|
+
"attribute": false,
|
|
1302
|
+
"type": "CSSProperties"
|
|
1303
|
+
},
|
|
1298
1304
|
{
|
|
1299
1305
|
"name": "description",
|
|
1300
1306
|
"description": "描述",
|
|
@@ -1304,11 +1310,17 @@
|
|
|
1304
1310
|
"name": "color",
|
|
1305
1311
|
"description": "字体颜色",
|
|
1306
1312
|
"attribute": false,
|
|
1307
|
-
"type": "
|
|
1313
|
+
"type": "CSSProperties[\"color\"]"
|
|
1314
|
+
},
|
|
1315
|
+
{
|
|
1316
|
+
"name": "desStyle",
|
|
1317
|
+
"description": "描述样式",
|
|
1318
|
+
"attribute": false,
|
|
1319
|
+
"type": "CSSProperties"
|
|
1308
1320
|
},
|
|
1309
1321
|
{
|
|
1310
1322
|
"name": "descriptionList",
|
|
1311
|
-
"description": "
|
|
1323
|
+
"description": "描述列表",
|
|
1312
1324
|
"attribute": false,
|
|
1313
1325
|
"type": "descriptionListItem[]"
|
|
1314
1326
|
},
|
package/dist/types.json
CHANGED
|
@@ -1,93 +1,93 @@
|
|
|
1
1
|
{
|
|
2
|
-
"data-view.
|
|
2
|
+
"data-view.modern-style-component-title": {
|
|
3
3
|
"properties": [
|
|
4
4
|
{
|
|
5
|
-
"name": "
|
|
5
|
+
"name": "hideLeftComponent",
|
|
6
6
|
"annotation": {
|
|
7
7
|
"type": "keyword",
|
|
8
|
-
"value": "
|
|
8
|
+
"value": "boolean"
|
|
9
9
|
}
|
|
10
10
|
},
|
|
11
11
|
{
|
|
12
|
-
"name": "
|
|
12
|
+
"name": "hideRightComponent",
|
|
13
13
|
"annotation": {
|
|
14
14
|
"type": "keyword",
|
|
15
|
-
"value": "
|
|
15
|
+
"value": "boolean"
|
|
16
16
|
}
|
|
17
17
|
},
|
|
18
18
|
{
|
|
19
|
-
"name": "
|
|
19
|
+
"name": "componentTitle",
|
|
20
20
|
"annotation": {
|
|
21
21
|
"type": "keyword",
|
|
22
22
|
"value": "string"
|
|
23
23
|
}
|
|
24
24
|
},
|
|
25
25
|
{
|
|
26
|
-
"name": "
|
|
26
|
+
"name": "titleTextStyle",
|
|
27
27
|
"annotation": {
|
|
28
|
-
"type": "
|
|
29
|
-
"
|
|
28
|
+
"type": "reference",
|
|
29
|
+
"typeName": {
|
|
30
|
+
"type": "identifier",
|
|
31
|
+
"name": "CSSProperties"
|
|
32
|
+
}
|
|
30
33
|
}
|
|
31
34
|
},
|
|
32
35
|
{
|
|
33
|
-
"name": "
|
|
36
|
+
"name": "squareColor",
|
|
34
37
|
"annotation": {
|
|
35
|
-
"type": "
|
|
36
|
-
"
|
|
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
|
+
}
|
|
37
50
|
}
|
|
38
51
|
}
|
|
39
52
|
],
|
|
40
53
|
"events": [],
|
|
41
54
|
"methods": []
|
|
42
55
|
},
|
|
43
|
-
"data-view.
|
|
56
|
+
"data-view.gauge-chart": {
|
|
44
57
|
"properties": [
|
|
45
58
|
{
|
|
46
|
-
"name": "
|
|
59
|
+
"name": "radius",
|
|
47
60
|
"annotation": {
|
|
48
61
|
"type": "keyword",
|
|
49
|
-
"value": "
|
|
62
|
+
"value": "number"
|
|
50
63
|
}
|
|
51
64
|
},
|
|
52
65
|
{
|
|
53
|
-
"name": "
|
|
66
|
+
"name": "strokeWidth",
|
|
54
67
|
"annotation": {
|
|
55
68
|
"type": "keyword",
|
|
56
|
-
"value": "
|
|
69
|
+
"value": "number"
|
|
57
70
|
}
|
|
58
71
|
},
|
|
59
72
|
{
|
|
60
|
-
"name": "
|
|
73
|
+
"name": "description",
|
|
61
74
|
"annotation": {
|
|
62
75
|
"type": "keyword",
|
|
63
76
|
"value": "string"
|
|
64
77
|
}
|
|
65
78
|
},
|
|
66
79
|
{
|
|
67
|
-
"name": "
|
|
80
|
+
"name": "value",
|
|
68
81
|
"annotation": {
|
|
69
|
-
"type": "
|
|
70
|
-
"
|
|
71
|
-
"type": "identifier",
|
|
72
|
-
"name": "CSSProperties"
|
|
73
|
-
}
|
|
82
|
+
"type": "keyword",
|
|
83
|
+
"value": "number"
|
|
74
84
|
}
|
|
75
85
|
},
|
|
76
86
|
{
|
|
77
|
-
"name": "
|
|
87
|
+
"name": "fontSize",
|
|
78
88
|
"annotation": {
|
|
79
|
-
"type": "
|
|
80
|
-
"
|
|
81
|
-
"type": "reference",
|
|
82
|
-
"typeName": {
|
|
83
|
-
"type": "identifier",
|
|
84
|
-
"name": "CSSProperties"
|
|
85
|
-
}
|
|
86
|
-
},
|
|
87
|
-
"indexType": {
|
|
88
|
-
"type": "jsLiteral",
|
|
89
|
-
"value": "color"
|
|
90
|
-
}
|
|
89
|
+
"type": "keyword",
|
|
90
|
+
"value": "number"
|
|
91
91
|
}
|
|
92
92
|
}
|
|
93
93
|
],
|
|
@@ -1867,6 +1867,16 @@
|
|
|
1867
1867
|
"value": "string"
|
|
1868
1868
|
}
|
|
1869
1869
|
},
|
|
1870
|
+
{
|
|
1871
|
+
"name": "titleStyle",
|
|
1872
|
+
"annotation": {
|
|
1873
|
+
"type": "reference",
|
|
1874
|
+
"typeName": {
|
|
1875
|
+
"type": "identifier",
|
|
1876
|
+
"name": "CSSProperties"
|
|
1877
|
+
}
|
|
1878
|
+
}
|
|
1879
|
+
},
|
|
1870
1880
|
{
|
|
1871
1881
|
"name": "description",
|
|
1872
1882
|
"annotation": {
|
|
@@ -1881,15 +1891,8 @@
|
|
|
1881
1891
|
"objectType": {
|
|
1882
1892
|
"type": "reference",
|
|
1883
1893
|
"typeName": {
|
|
1884
|
-
"type": "
|
|
1885
|
-
"
|
|
1886
|
-
"type": "identifier",
|
|
1887
|
-
"name": "React"
|
|
1888
|
-
},
|
|
1889
|
-
"right": {
|
|
1890
|
-
"type": "identifier",
|
|
1891
|
-
"name": "CSSProperties"
|
|
1892
|
-
}
|
|
1894
|
+
"type": "identifier",
|
|
1895
|
+
"name": "CSSProperties"
|
|
1893
1896
|
}
|
|
1894
1897
|
},
|
|
1895
1898
|
"indexType": {
|
|
@@ -1898,6 +1901,16 @@
|
|
|
1898
1901
|
}
|
|
1899
1902
|
}
|
|
1900
1903
|
},
|
|
1904
|
+
{
|
|
1905
|
+
"name": "desStyle",
|
|
1906
|
+
"annotation": {
|
|
1907
|
+
"type": "reference",
|
|
1908
|
+
"typeName": {
|
|
1909
|
+
"type": "identifier",
|
|
1910
|
+
"name": "CSSProperties"
|
|
1911
|
+
}
|
|
1912
|
+
}
|
|
1913
|
+
},
|
|
1901
1914
|
{
|
|
1902
1915
|
"name": "descriptionList",
|
|
1903
1916
|
"annotation": {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import React from "react";
|
|
1
|
+
import React, { CSSProperties } from "react";
|
|
2
2
|
import { ReactNextElement } from "@next-core/react-element";
|
|
3
3
|
import "@next-core/theme";
|
|
4
4
|
interface descriptionListItem {
|
|
@@ -9,8 +9,10 @@ export interface SimpleCardItemProps {
|
|
|
9
9
|
cardTitle: string;
|
|
10
10
|
description: string;
|
|
11
11
|
status?: "normal" | "warning";
|
|
12
|
-
|
|
13
|
-
|
|
12
|
+
titleStyle?: CSSProperties;
|
|
13
|
+
desStyle?: CSSProperties;
|
|
14
|
+
color?: CSSProperties["color"];
|
|
15
|
+
background?: CSSProperties["background"];
|
|
14
16
|
descriptionList?: descriptionListItem[];
|
|
15
17
|
}
|
|
16
18
|
/**
|
|
@@ -26,6 +28,10 @@ export declare class SimpleCardItem extends ReactNextElement {
|
|
|
26
28
|
* 标题
|
|
27
29
|
*/
|
|
28
30
|
accessor cardTitle: string;
|
|
31
|
+
/**
|
|
32
|
+
* 标题样式
|
|
33
|
+
*/
|
|
34
|
+
accessor titleStyle: CSSProperties;
|
|
29
35
|
/**
|
|
30
36
|
* 描述
|
|
31
37
|
*/
|
|
@@ -33,9 +39,13 @@ export declare class SimpleCardItem extends ReactNextElement {
|
|
|
33
39
|
/**
|
|
34
40
|
* 字体颜色
|
|
35
41
|
*/
|
|
36
|
-
accessor color:
|
|
42
|
+
accessor color: CSSProperties["color"];
|
|
37
43
|
/**
|
|
38
|
-
*
|
|
44
|
+
* 描述样式
|
|
45
|
+
*/
|
|
46
|
+
accessor desStyle: CSSProperties;
|
|
47
|
+
/**
|
|
48
|
+
* 描述列表
|
|
39
49
|
*/
|
|
40
50
|
accessor descriptionList: descriptionListItem[];
|
|
41
51
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@next-bricks/data-view",
|
|
3
|
-
"version": "0.23.
|
|
3
|
+
"version": "0.23.9",
|
|
4
4
|
"homepage": "https://github.com/easyops-cn/next-bricks/tree/master/bricks/data-view",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -39,5 +39,5 @@
|
|
|
39
39
|
"@types/d3-hierarchy": "^3.1.2",
|
|
40
40
|
"@types/three": "^0.150.1"
|
|
41
41
|
},
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "9ad033ff2137bbd18e47e259eca4bbf94a452f68"
|
|
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=document.createElement(C);l.status=e.status,l.cardTitle=null===(r=e.cardItemProps)||void 0===r?void 0:r.cardTitle,l.description=null===(a=e.cardItemProps)||void 0===a?void 0:a.description,l.background=null===(n=e.cardItemProps)||void 0===n?void 0:n.background,l.color=null===(o=e.cardItemProps)||void 0===o?void 0:o.color,l.descriptionList=null===(i=e.cardItemProps)||void 0===i?void 0:i.descriptionList;var s="status-".concat((null==e?void 0:e.status)||"normal");l.className="card-item-container ".concat(s),l.style.width="".concat(R.width,"px"),l.style.height="".concat(R.height,"px"),l.classList.add("card-item-wrap");var d=new c.cp(l);d.position.set(4e3*Math.random()-2e3,4e3*Math.random()-2e3,4e3*Math.random()-2e3),Y.current.add(d),K.current.push(d);var p=x(e,R,J.current.maxX,J.current.maxY);Q.current.table.push(p);var u=w(e,R,J.current.maxX,J.current.maxY,E,J.current.radius);Q.current.curve.push(u),d.userData=e,l.__objectCSS=d,l.__userData=e,l.__curve=u})),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.8e32e7d0.js.map
|