@next-bricks/data-view 1.10.10 → 1.10.11
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 +11 -11
- package/dist/examples.json +18 -18
- package/dist/index.ac36a5ef.js +2 -0
- package/dist/{index.5efb9d19.js.map → index.ac36a5ef.js.map} +1 -1
- package/dist/manifest.json +171 -171
- package/dist/types.json +429 -429
- package/package.json +3 -3
- package/dist/index.5efb9d19.js +0 -2
package/dist/bricks.json
CHANGED
|
@@ -10,34 +10,35 @@
|
|
|
10
10
|
"data-view.dropdown-menu",
|
|
11
11
|
"data-view.complex-search",
|
|
12
12
|
"data-view.loading-panel",
|
|
13
|
-
"data-view.particle-animation",
|
|
14
13
|
"data-view.app-wall-card-item",
|
|
15
14
|
"data-view.app-wall-system-card",
|
|
16
15
|
"data-view.app-wall-relation-line",
|
|
16
|
+
"data-view.particle-animation",
|
|
17
17
|
"data-view.cabinet-button",
|
|
18
18
|
"data-view.cabinet-node",
|
|
19
19
|
"data-view.cabinet-app-layer",
|
|
20
|
+
"data-view.cabinet-container",
|
|
20
21
|
"data-view.cabinet-thumbnail",
|
|
21
22
|
"data-view.cabinet-graph",
|
|
22
23
|
"data-view.app-wall",
|
|
23
24
|
"data-view.graph-text",
|
|
24
|
-
"data-view.graph-node",
|
|
25
25
|
"data-view.graph-layout-grid",
|
|
26
26
|
"data-view.grid-background",
|
|
27
|
+
"data-view.graph-node",
|
|
27
28
|
"data-view.gear-background",
|
|
28
|
-
"data-view.radar-chart",
|
|
29
29
|
"data-view.title-text",
|
|
30
|
+
"data-view.radar-chart",
|
|
30
31
|
"data-view.brick-notification",
|
|
31
32
|
"data-view.tabs-page-title",
|
|
32
|
-
"data-view.top-title-bar",
|
|
33
33
|
"data-view.lights-component-title",
|
|
34
|
+
"data-view.top-title-bar",
|
|
34
35
|
"data-view.hi-tech-button",
|
|
35
36
|
"data-view.tech-mesh-base-view",
|
|
36
37
|
"data-view.simple-card-item",
|
|
37
38
|
"data-view.basic-index-group",
|
|
38
39
|
"data-view.data-display-flipper",
|
|
39
|
-
"data-view.data-display-flipper-fifth",
|
|
40
40
|
"data-view.data-display-flipper-sixth",
|
|
41
|
+
"data-view.data-display-flipper-fifth",
|
|
41
42
|
"data-view.indicator-card",
|
|
42
43
|
"data-view.progress-bar-list",
|
|
43
44
|
"data-view.china-map-chart",
|
|
@@ -46,8 +47,7 @@
|
|
|
46
47
|
"data-view.globe-with-gear-indicator",
|
|
47
48
|
"data-view.bubbles-indicator",
|
|
48
49
|
"data-view.globe-with-orbit-indicator",
|
|
49
|
-
"data-view.china-map"
|
|
50
|
-
"data-view.cabinet-container"
|
|
50
|
+
"data-view.china-map"
|
|
51
51
|
],
|
|
52
52
|
"elements": [],
|
|
53
53
|
"processors": [],
|
|
@@ -65,6 +65,9 @@
|
|
|
65
65
|
"data-view.app-wall-system-card": [
|
|
66
66
|
"eo-icon"
|
|
67
67
|
],
|
|
68
|
+
"data-view.cabinet-container": [
|
|
69
|
+
"data-view.cabinet-node"
|
|
70
|
+
],
|
|
68
71
|
"data-view.cabinet-thumbnail": [
|
|
69
72
|
"data-view.cabinet-app-layer",
|
|
70
73
|
"data-view.cabinet-node"
|
|
@@ -105,10 +108,7 @@
|
|
|
105
108
|
],
|
|
106
109
|
"data-view.china-map": [
|
|
107
110
|
"eo-icon"
|
|
108
|
-
],
|
|
109
|
-
"data-view.cabinet-container": [
|
|
110
|
-
"data-view.cabinet-node"
|
|
111
111
|
]
|
|
112
112
|
},
|
|
113
|
-
"filePath": "bricks/data-view/dist/index.
|
|
113
|
+
"filePath": "bricks/data-view/dist/index.ac36a5ef.js"
|
|
114
114
|
}
|
package/dist/examples.json
CHANGED
|
@@ -26,9 +26,6 @@
|
|
|
26
26
|
"data-view.loading-panel": {
|
|
27
27
|
"doc": "data-view.loading-panel\n\n## Examples\n\n### Basic\n\n```yaml preview\n- brick: data-view.loading-panel\n properties:\n customTitle: Hello World!!\n loading: false\n style:\n height: 300px\n display: block\n# -- YAML DELIMITER (1nbbm8) --\n# <data-view.loading-panel\n# custom-title=\"Hello World!!\"\n# style=\"height: 300px; display: block\"\n# ></data-view.loading-panel>\n# \n```\n\n### Progress\n\n```yaml preview\n- brick: data-view.loading-panel\n properties:\n customTitle: Hello World!!\n progress: 60\n useRealTimeProgress: true\n intervalTime: 300\n style:\n height: 300px\n display: block\n events:\n end:\n - action: console.log\n# -- YAML DELIMITER (1nbbm8) --\n# <data-view.loading-panel\n# custom-title=\"Hello World!!\"\n# progress=\"60\"\n# use-real-time-progress\n# interval-time=\"300\"\n# style=\"height: 300px; display: block\"\n# id=\"brick-1\"\n# ></data-view.loading-panel>\n# \n# <script>\n# const brick_1 = document.getElementById(\"brick-1\");\n# brick_1.addEventListener(\"end\", (e) => {\n# console.log(e.detail);\n# });\n# </script>\n# \n```\n"
|
|
28
28
|
},
|
|
29
|
-
"data-view.particle-animation": {
|
|
30
|
-
"doc": "粒子上升动画\n\n## Examples\n\n### Basic\n\n```yaml preview\n- brick: data-view.particle-animation\n properties:\n containerStyle:\n width: 150px\n height: 150px\n colors:\n startColor: \"#44E6F300\"\n middleColor: \"#48D9EE\"\n endColor: \"#E4FFFF\"\n style:\n display: block\n background-color: \"#1c1e21\"\n# -- YAML DELIMITER (1nbbm8) --\n# <data-view.particle-animation\n# style=\"display: block; background-color: #1c1e21\"\n# id=\"brick-1\"\n# ></data-view.particle-animation>\n# \n# <script>\n# const brick_1 = document.getElementById(\"brick-1\");\n# brick_1.containerStyle = {\n# width: \"150px\",\n# height: \"150px\",\n# };\n# brick_1.colors = {\n# startColor: \"#44E6F300\",\n# middleColor: \"#48D9EE\",\n# endColor: \"#E4FFFF\",\n# };\n# </script>\n# \n```\n"
|
|
31
|
-
},
|
|
32
29
|
"data-view.app-wall-card-item": {
|
|
33
30
|
"doc": "应用墙小卡片\n\n## Examples\n\n### Basic\n\n```yaml preview\n- brick: data-view.app-wall-card-item\n properties:\n cardTitle: pos\n description: 店铺货管通\n style:\n width: 100px\n height: 120px\n# -- YAML DELIMITER (1nbbm8) --\n# <data-view.app-wall-card-item\n# card-title=\"pos\"\n# description=\"店铺货管通\"\n# style=\"width: 100px; height: 120px\"\n# ></data-view.app-wall-card-item>\n# \n```\n\n### Status\n\n```yaml preview\n- brick: data-view.app-wall-card-item\n properties:\n status: warning\n cardTitle: pos\n description: 店铺货管通\n style:\n width: 100px\n height: 120px\n# -- YAML DELIMITER (1nbbm8) --\n# <data-view.app-wall-card-item\n# status=\"warning\"\n# card-title=\"pos\"\n# description=\"店铺货管通\"\n# style=\"width: 100px; height: 120px\"\n# ></data-view.app-wall-card-item>\n# \n```\n"
|
|
34
31
|
},
|
|
@@ -38,6 +35,9 @@
|
|
|
38
35
|
"data-view.app-wall-relation-line": {
|
|
39
36
|
"doc": "应用墙流光线条\n\n## Examples\n\n### Basic\n\n```yaml preview\n- brick: data-view.app-wall-relation-line\n properties:\n lightColor: purple\n style:\n height: 200px\n# -- YAML DELIMITER (1nbbm8) --\n# <data-view.app-wall-relation-line\n# light-color=\"purple\"\n# style=\"height: 200px\"\n# ></data-view.app-wall-relation-line>\n# \n```\n"
|
|
40
37
|
},
|
|
38
|
+
"data-view.particle-animation": {
|
|
39
|
+
"doc": "粒子上升动画\n\n## Examples\n\n### Basic\n\n```yaml preview\n- brick: data-view.particle-animation\n properties:\n containerStyle:\n width: 150px\n height: 150px\n colors:\n startColor: \"#44E6F300\"\n middleColor: \"#48D9EE\"\n endColor: \"#E4FFFF\"\n style:\n display: block\n background-color: \"#1c1e21\"\n# -- YAML DELIMITER (1nbbm8) --\n# <data-view.particle-animation\n# style=\"display: block; background-color: #1c1e21\"\n# id=\"brick-1\"\n# ></data-view.particle-animation>\n# \n# <script>\n# const brick_1 = document.getElementById(\"brick-1\");\n# brick_1.containerStyle = {\n# width: \"150px\",\n# height: \"150px\",\n# };\n# brick_1.colors = {\n# startColor: \"#44E6F300\",\n# middleColor: \"#48D9EE\",\n# endColor: \"#E4FFFF\",\n# };\n# </script>\n# \n```\n"
|
|
40
|
+
},
|
|
41
41
|
"data-view.cabinet-button": {
|
|
42
42
|
"doc": "data-view.cabinet-button\n\n## Examples\n\n### Basic\n\n```yaml preview\n- brick: data-view.cabinet-button\n properties:\n buttonStyle:\n width: 50px\n height: 50px\n background: \"#1c1e21\"\n# -- YAML DELIMITER (1nbbm8) --\n# <data-view.cabinet-button id=\"brick-1\"></data-view.cabinet-button>\n# \n# <script>\n# const brick_1 = document.getElementById(\"brick-1\");\n# brick_1.buttonStyle = {\n# width: \"50px\",\n# height: \"50px\",\n# background: \"#1c1e21\",\n# };\n# </script>\n# \n```\n"
|
|
43
43
|
},
|
|
@@ -47,6 +47,9 @@
|
|
|
47
47
|
"data-view.cabinet-app-layer": {
|
|
48
48
|
"doc": "data-view.cabinet-app-layer\n\n## Examples\n\n### Basic\n\n```yaml preview\n- brick: data-view.cabinet-app-layer\n properties:\n appTitle: inventory-api\n style:\n width: 600px\n background-color: \"#1c1e21\"\n# -- YAML DELIMITER (1nbbm8) --\n# <data-view.cabinet-app-layer\n# app-title=\"inventory-api\"\n# style=\"width: 600px; background-color: #1c1e21\"\n# ></data-view.cabinet-app-layer>\n# \n```\n"
|
|
49
49
|
},
|
|
50
|
+
"data-view.cabinet-container": {
|
|
51
|
+
"doc": "data-view.cabinet-container\n\n## Examples\n\n### Basic\n\n```yaml preview\n- brick: data-view.cabinet-container\n properties:\n customTitle: 集群容器\n data:\n - type: physical-machine\n nodeTitle: \"255.255.255\"\n - type: physical-machine\n nodeTitle: \"255.255.255\"\n style:\n width: 400px\n height: 500px\n# -- YAML DELIMITER (1nbbm8) --\n# <data-view.cabinet-container\n# custom-title=\"集群容器\"\n# style=\"width: 400px; height: 500px\"\n# id=\"brick-1\"\n# ></data-view.cabinet-container>\n# \n# <script>\n# const brick_1 = document.getElementById(\"brick-1\");\n# brick_1.data = [\n# {\n# type: \"physical-machine\",\n# nodeTitle: \"255.255.255\",\n# },\n# {\n# type: \"physical-machine\",\n# nodeTitle: \"255.255.255\",\n# },\n# ];\n# </script>\n# \n```\n\n### Status\n\n```yaml preview\n- brick: data-view.cabinet-container\n properties:\n customTitle: 集群容器\n status: active\n data:\n - type: physical-machine\n nodeTitle: \"255.255.255\"\n - type: physical-machine\n nodeTitle: \"255.255.255\"\n style:\n width: 400px\n height: 500px\n# -- YAML DELIMITER (1nbbm8) --\n# <data-view.cabinet-container\n# custom-title=\"集群容器\"\n# status=\"active\"\n# style=\"width: 400px; height: 500px\"\n# id=\"brick-1\"\n# ></data-view.cabinet-container>\n# \n# <script>\n# const brick_1 = document.getElementById(\"brick-1\");\n# brick_1.data = [\n# {\n# type: \"physical-machine\",\n# nodeTitle: \"255.255.255\",\n# },\n# {\n# type: \"physical-machine\",\n# nodeTitle: \"255.255.255\",\n# },\n# ];\n# </script>\n# \n```\n"
|
|
52
|
+
},
|
|
50
53
|
"data-view.cabinet-thumbnail": {
|
|
51
54
|
"doc": "data-view.cabinet-thumbnail 部署架构拓扑缩略图\n\n## Examples\n\n### Basic\n\n```yaml preview\n- brick: data-view.cabinet-thumbnail\n properties:\n appName: inventory-api\n clusters:\n - title: inventory-api##aaaaa\n type: host\n data:\n - nodeTitle: 244.244.244.244\n key: 244.244.244.244\n type: physical-machine\n - nodeTitle: 244.244.244.245\n key: 244.244.244.245\n type: virtual-machine\n - nodeTitle: 244.244.245.245\n key: 244.244.245.245\n type: physical-machine\n - nodeTitle: 244.244.245.244\n key: 244.244.245.244\n type: virtual-machine\n - title: K8S集群xxx\n key: k8s-cluster\n type: k8s\n data:\n - nodeTitle: a容器组\n key: aa\n type: container-group\n - nodeTitle: b容器组\n key: bb\n type: container-group\n - title: K8S集群xx\n key: xxxx\n type: k8s-blue\n data:\n - nodeTitle: a1容器组\n key: aaa\n type: pod\n - nodeTitle: b1容器组\n key: bbb\n type: pod\n# -- YAML DELIMITER (1nbbm8) --\n# <data-view.cabinet-thumbnail\n# app-name=\"inventory-api\"\n# id=\"brick-1\"\n# ></data-view.cabinet-thumbnail>\n# \n# <script>\n# const brick_1 = document.getElementById(\"brick-1\");\n# brick_1.clusters = [\n# {\n# title: \"inventory-api##aaaaa\",\n# type: \"host\",\n# data: [\n# {\n# nodeTitle: \"244.244.244.244\",\n# key: \"244.244.244.244\",\n# type: \"physical-machine\",\n# },\n# {\n# nodeTitle: \"244.244.244.245\",\n# key: \"244.244.244.245\",\n# type: \"virtual-machine\",\n# },\n# {\n# nodeTitle: \"244.244.245.245\",\n# key: \"244.244.245.245\",\n# type: \"physical-machine\",\n# },\n# {\n# nodeTitle: \"244.244.245.244\",\n# key: \"244.244.245.244\",\n# type: \"virtual-machine\",\n# },\n# ],\n# },\n# {\n# title: \"K8S集群xxx\",\n# key: \"k8s-cluster\",\n# type: \"k8s\",\n# data: [\n# {\n# nodeTitle: \"a容器组\",\n# key: \"aa\",\n# type: \"container-group\",\n# },\n# {\n# nodeTitle: \"b容器组\",\n# key: \"bb\",\n# type: \"container-group\",\n# },\n# ],\n# },\n# {\n# title: \"K8S集群xx\",\n# key: \"xxxx\",\n# type: \"k8s-blue\",\n# data: [\n# {\n# nodeTitle: \"a1容器组\",\n# key: \"aaa\",\n# type: \"pod\",\n# },\n# {\n# nodeTitle: \"b1容器组\",\n# key: \"bbb\",\n# type: \"pod\",\n# },\n# ],\n# },\n# ];\n# </script>\n# \n```\n"
|
|
52
55
|
},
|
|
@@ -59,36 +62,36 @@
|
|
|
59
62
|
"data-view.graph-text": {
|
|
60
63
|
"doc": "data-view.graph-text\n\n## Examples\n\n### Basic\n\n```yaml preview\n- brick: data-view.graph-text\n properties:\n text: 负载均衡数\n value: 234\n style:\n# -- YAML DELIMITER (1nbbm8) --\n# <data-view.graph-text text=\"负载均衡数\" value=\"234\"></data-view.graph-text>\n# \n```\n"
|
|
61
64
|
},
|
|
62
|
-
"data-view.graph-node": {
|
|
63
|
-
"doc": "data-view.graph-node\n\n## Examples\n\n### Basic\n\n```yaml preview\n- brick: data-view.graph-node\n properties:\n url: https://user-assets.sxlcdn.com/images/367275/FtgabYjUD_Xhmne2wsyLPcKqlgCi.png\n style:\n width: 140px\n display: block\n# -- YAML DELIMITER (1nbbm8) --\n# <data-view.graph-node\n# url=\"https://user-assets.sxlcdn.com/images/367275/FtgabYjUD_Xhmne2wsyLPcKqlgCi.png\"\n# style=\"width: 140px; display: block\"\n# ></data-view.graph-node>\n# \n```\n"
|
|
64
|
-
},
|
|
65
65
|
"data-view.graph-layout-grid": {
|
|
66
66
|
"doc": "有规律的网格布局的拓扑\n\n## Examples\n\n### Basic\n\n```yaml preview\n- brick: data-view.graph-layout-grid\n properties:\n columns: 7\n rows: 3\n style:\n width: 960px\n height: 600px\n display: block\n background-color: \"#1c1e21\"\n dataSource:\n - text: 负载均衡数\n value: 200\n url: https://user-assets.sxlcdn.com/images/367275/FtgabYjUD_Xhmne2wsyLPcKqlgCi.png\n - text: 应用\n value: 7348\n url: https://user-assets.sxlcdn.com/images/367275/FtgabYjUD_Xhmne2wsyLPcKqlgCi.png\n - text: 存储卷数\n value: 638\n url: https://user-assets.sxlcdn.com/images/367275/FtgabYjUD_Xhmne2wsyLPcKqlgCi.png\n - text: 负载均衡数\n value: 200\n url: https://user-assets.sxlcdn.com/images/367275/FtgabYjUD_Xhmne2wsyLPcKqlgCi.png\n - text: 应用\n value: 200\n url: https://user-assets.sxlcdn.com/images/367275/FtgabYjUD_Xhmne2wsyLPcKqlgCi.png\n - text: 守护进程数\n value: 200\n url: https://user-assets.sxlcdn.com/images/367275/FtgabYjUD_Xhmne2wsyLPcKqlgCi.png\n - text: 负载均衡数\n value: 200\n url: https://user-assets.sxlcdn.com/images/367275/FtgabYjUD_Xhmne2wsyLPcKqlgCi.png\n - text: 容器组数\n value: 200\n url: https://user-assets.sxlcdn.com/images/367275/FtgabYjUD_Xhmne2wsyLPcKqlgCi.png\n - text: 无状态服务数\n value: 200\n url: https://user-assets.sxlcdn.com/images/367275/FtgabYjUD_Xhmne2wsyLPcKqlgCi.png\n - text: 负载均衡数\n value: 200\n url: https://user-assets.sxlcdn.com/images/367275/FtgabYjUD_Xhmne2wsyLPcKqlgCi.png\n# -- YAML DELIMITER (1nbbm8) --\n# <data-view.graph-layout-grid\n# columns=\"7\"\n# rows=\"3\"\n# style=\"width: 960px; height: 600px; display: block; background-color: #1c1e21\"\n# id=\"brick-1\"\n# ></data-view.graph-layout-grid>\n# \n# <script>\n# const brick_1 = document.getElementById(\"brick-1\");\n# brick_1.dataSource = [\n# {\n# text: \"负载均衡数\",\n# value: 200,\n# url: \"https://user-assets.sxlcdn.com/images/367275/FtgabYjUD_Xhmne2wsyLPcKqlgCi.png\",\n# },\n# {\n# text: \"应用\",\n# value: 7348,\n# url: \"https://user-assets.sxlcdn.com/images/367275/FtgabYjUD_Xhmne2wsyLPcKqlgCi.png\",\n# },\n# {\n# text: \"存储卷数\",\n# value: 638,\n# url: \"https://user-assets.sxlcdn.com/images/367275/FtgabYjUD_Xhmne2wsyLPcKqlgCi.png\",\n# },\n# {\n# text: \"负载均衡数\",\n# value: 200,\n# url: \"https://user-assets.sxlcdn.com/images/367275/FtgabYjUD_Xhmne2wsyLPcKqlgCi.png\",\n# },\n# {\n# text: \"应用\",\n# value: 200,\n# url: \"https://user-assets.sxlcdn.com/images/367275/FtgabYjUD_Xhmne2wsyLPcKqlgCi.png\",\n# },\n# {\n# text: \"守护进程数\",\n# value: 200,\n# url: \"https://user-assets.sxlcdn.com/images/367275/FtgabYjUD_Xhmne2wsyLPcKqlgCi.png\",\n# },\n# {\n# text: \"负载均衡数\",\n# value: 200,\n# url: \"https://user-assets.sxlcdn.com/images/367275/FtgabYjUD_Xhmne2wsyLPcKqlgCi.png\",\n# },\n# {\n# text: \"容器组数\",\n# value: 200,\n# url: \"https://user-assets.sxlcdn.com/images/367275/FtgabYjUD_Xhmne2wsyLPcKqlgCi.png\",\n# },\n# {\n# text: \"无状态服务数\",\n# value: 200,\n# url: \"https://user-assets.sxlcdn.com/images/367275/FtgabYjUD_Xhmne2wsyLPcKqlgCi.png\",\n# },\n# {\n# text: \"负载均衡数\",\n# value: 200,\n# url: \"https://user-assets.sxlcdn.com/images/367275/FtgabYjUD_Xhmne2wsyLPcKqlgCi.png\",\n# },\n# ];\n# </script>\n# \n```\n\n### IsReverse\n\n```yaml preview\n- brick: data-view.graph-layout-grid\n properties:\n columns: 7\n rows: 3\n isReverse: true\n style:\n width: 960px\n height: 600px\n display: block\n background-color: \"#1c1e21\"\n dataSource:\n - text: 负载均衡数\n value: 200\n url: https://user-assets.sxlcdn.com/images/367275/FtgabYjUD_Xhmne2wsyLPcKqlgCi.png\n - text: 应用\n value: 7348\n url: https://user-assets.sxlcdn.com/images/367275/FtgabYjUD_Xhmne2wsyLPcKqlgCi.png\n - text: 存储卷数\n value: 638\n url: https://user-assets.sxlcdn.com/images/367275/FtgabYjUD_Xhmne2wsyLPcKqlgCi.png\n - text: 负载均衡数\n value: 200\n url: https://user-assets.sxlcdn.com/images/367275/FtgabYjUD_Xhmne2wsyLPcKqlgCi.png\n - text: 应用\n value: 200\n url: https://user-assets.sxlcdn.com/images/367275/FtgabYjUD_Xhmne2wsyLPcKqlgCi.png\n - text: 守护进程数\n value: 200\n url: https://user-assets.sxlcdn.com/images/367275/FtgabYjUD_Xhmne2wsyLPcKqlgCi.png\n - text: 负载均衡数\n value: 200\n url: https://user-assets.sxlcdn.com/images/367275/FtgabYjUD_Xhmne2wsyLPcKqlgCi.png\n - text: 容器组数\n value: 200\n url: https://user-assets.sxlcdn.com/images/367275/FtgabYjUD_Xhmne2wsyLPcKqlgCi.png\n - text: 无状态服务数\n value: 200\n url: https://user-assets.sxlcdn.com/images/367275/FtgabYjUD_Xhmne2wsyLPcKqlgCi.png\n - text: 负载均衡数\n value: 200\n url: https://user-assets.sxlcdn.com/images/367275/FtgabYjUD_Xhmne2wsyLPcKqlgCi.png\n - text: 负载均衡数\n value: 200\n url: https://user-assets.sxlcdn.com/images/367275/FtgabYjUD_Xhmne2wsyLPcKqlgCi.png\n# -- YAML DELIMITER (1nbbm8) --\n# <data-view.graph-layout-grid\n# columns=\"7\"\n# rows=\"3\"\n# is-reverse\n# style=\"width: 960px; height: 600px; display: block; background-color: #1c1e21\"\n# id=\"brick-1\"\n# ></data-view.graph-layout-grid>\n# \n# <script>\n# const brick_1 = document.getElementById(\"brick-1\");\n# brick_1.dataSource = [\n# {\n# text: \"负载均衡数\",\n# value: 200,\n# url: \"https://user-assets.sxlcdn.com/images/367275/FtgabYjUD_Xhmne2wsyLPcKqlgCi.png\",\n# },\n# {\n# text: \"应用\",\n# value: 7348,\n# url: \"https://user-assets.sxlcdn.com/images/367275/FtgabYjUD_Xhmne2wsyLPcKqlgCi.png\",\n# },\n# {\n# text: \"存储卷数\",\n# value: 638,\n# url: \"https://user-assets.sxlcdn.com/images/367275/FtgabYjUD_Xhmne2wsyLPcKqlgCi.png\",\n# },\n# {\n# text: \"负载均衡数\",\n# value: 200,\n# url: \"https://user-assets.sxlcdn.com/images/367275/FtgabYjUD_Xhmne2wsyLPcKqlgCi.png\",\n# },\n# {\n# text: \"应用\",\n# value: 200,\n# url: \"https://user-assets.sxlcdn.com/images/367275/FtgabYjUD_Xhmne2wsyLPcKqlgCi.png\",\n# },\n# {\n# text: \"守护进程数\",\n# value: 200,\n# url: \"https://user-assets.sxlcdn.com/images/367275/FtgabYjUD_Xhmne2wsyLPcKqlgCi.png\",\n# },\n# {\n# text: \"负载均衡数\",\n# value: 200,\n# url: \"https://user-assets.sxlcdn.com/images/367275/FtgabYjUD_Xhmne2wsyLPcKqlgCi.png\",\n# },\n# {\n# text: \"容器组数\",\n# value: 200,\n# url: \"https://user-assets.sxlcdn.com/images/367275/FtgabYjUD_Xhmne2wsyLPcKqlgCi.png\",\n# },\n# {\n# text: \"无状态服务数\",\n# value: 200,\n# url: \"https://user-assets.sxlcdn.com/images/367275/FtgabYjUD_Xhmne2wsyLPcKqlgCi.png\",\n# },\n# {\n# text: \"负载均衡数\",\n# value: 200,\n# url: \"https://user-assets.sxlcdn.com/images/367275/FtgabYjUD_Xhmne2wsyLPcKqlgCi.png\",\n# },\n# {\n# text: \"负载均衡数\",\n# value: 200,\n# url: \"https://user-assets.sxlcdn.com/images/367275/FtgabYjUD_Xhmne2wsyLPcKqlgCi.png\",\n# },\n# ];\n# </script>\n# \n```\n"
|
|
67
67
|
},
|
|
68
68
|
"data-view.grid-background": {
|
|
69
69
|
"doc": "网格背景\n\n## Examples\n\n### Basic\n\n```yaml preview\n- brick: data-view.grid-background\n properties:\n style:\n width: 920px\n height: 600px\n display: block\n background-color: \"#1c1e21\"\n color: \"#235F90\"\n particleColor:\n startColor: \"#477AFFFF\"\n endColor: \"#5F83FF00\"\n maskStyle:\n background: \"rgba(41, 109, 255, 0.8)\"\n# -- YAML DELIMITER (1nbbm8) --\n# <data-view.grid-background\n# style=\"width: 920px; height: 600px; display: block; background-color: #1c1e21\"\n# id=\"brick-1\"\n# ></data-view.grid-background>\n# \n# <script>\n# const brick_1 = document.getElementById(\"brick-1\");\n# brick_1.color = \"#235F90\";\n# brick_1.particleColor = {\n# startColor: \"#477AFFFF\",\n# endColor: \"#5F83FF00\",\n# };\n# brick_1.maskStyle = {\n# background: \"rgba(41, 109, 255, 0.8)\",\n# };\n# </script>\n# \n```\n"
|
|
70
70
|
},
|
|
71
|
+
"data-view.graph-node": {
|
|
72
|
+
"doc": "data-view.graph-node\n\n## Examples\n\n### Basic\n\n```yaml preview\n- brick: data-view.graph-node\n properties:\n url: https://user-assets.sxlcdn.com/images/367275/FtgabYjUD_Xhmne2wsyLPcKqlgCi.png\n style:\n width: 140px\n display: block\n# -- YAML DELIMITER (1nbbm8) --\n# <data-view.graph-node\n# url=\"https://user-assets.sxlcdn.com/images/367275/FtgabYjUD_Xhmne2wsyLPcKqlgCi.png\"\n# style=\"width: 140px; display: block\"\n# ></data-view.graph-node>\n# \n```\n"
|
|
73
|
+
},
|
|
71
74
|
"data-view.gear-background": {
|
|
72
75
|
"doc": "齿轮背景\n\n## Examples\n\n### Basic\n\n```yaml preview\n- brick: data-view.gear-background\n properties:\n style:\n width: 300px\n height: 300px\n display: block\n background: \"#1c1e21\"\n# -- YAML DELIMITER (1nbbm8) --\n# <data-view.gear-background\n# style=\"width: 300px; height: 300px; display: block; background: #1c1e21\"\n# ></data-view.gear-background>\n# \n```\n"
|
|
73
76
|
},
|
|
74
|
-
"data-view.radar-chart": {
|
|
75
|
-
"doc": "雷达图构件\n\n## Examples\n\n### Basic\n\n```yaml preview\n- brick: data-view.radar-chart\n properties:\n dataSource:\n - name: JavaScript\n maxValue: 100\n value: 60\n percentValue: 45.8%\n - name: Java\n maxValue: 100\n value: 30\n percentValue: 45.8%\n - name: CSS\n maxValue: 100\n value: 70\n percentValue: 45.8%\n - name: Python\n maxValue: 100\n value: 30\n percentValue: 45.8%\n - name: Three.js\n maxValue: 100\n value: 50\n percentValue: 45.8%\n value: 85.9\n dataCircle:\n fillStyle: red\n r: 3\n style:\n display: block\n background-color: \"#1c1e21\"\n# -- YAML DELIMITER (1nbbm8) --\n# <data-view.radar-chart\n# style=\"display: block; background-color: #1c1e21\"\n# id=\"brick-1\"\n# ></data-view.radar-chart>\n# \n# <script>\n# const brick_1 = document.getElementById(\"brick-1\");\n# brick_1.dataSource = [\n# {\n# name: \"JavaScript\",\n# maxValue: 100,\n# value: 60,\n# percentValue: \"45.8%\",\n# },\n# {\n# name: \"Java\",\n# maxValue: 100,\n# value: 30,\n# percentValue: \"45.8%\",\n# },\n# {\n# name: \"CSS\",\n# maxValue: 100,\n# value: 70,\n# percentValue: \"45.8%\",\n# },\n# {\n# name: \"Python\",\n# maxValue: 100,\n# value: 30,\n# percentValue: \"45.8%\",\n# },\n# {\n# name: \"Three.js\",\n# maxValue: 100,\n# value: 50,\n# percentValue: \"45.8%\",\n# },\n# ];\n# brick_1.value = 85.9;\n# brick_1.dataCircle = {\n# fillStyle: \"red\",\n# r: 3,\n# };\n# </script>\n# \n```\n"
|
|
76
|
-
},
|
|
77
77
|
"data-view.title-text": {
|
|
78
78
|
"doc": "构件 title-text\n\n## Examples\n\n### Basic\n\n```yaml preview\n- brick: data-view.title-text\n properties:\n text: 大标题\n# -- YAML DELIMITER (1nbbm8) --\n# <data-view.title-text text=\"大标题\"></data-view.title-text>\n# \n```\n\n### Stroke\n\n```yaml preview\n- brick: data-view.title-text\n properties:\n text: 大标题\n type: stroke\n# -- YAML DELIMITER (1nbbm8) --\n# <data-view.title-text text=\"大标题\" id=\"brick-1\"></data-view.title-text>\n# \n# <script>\n# const brick_1 = document.getElementById(\"brick-1\");\n# brick_1.type = \"stroke\";\n# </script>\n# \n```\n\n### Gradient\n\n```yaml preview\n- brick: data-view.title-text\n properties:\n text: 大标题\n type: gradient\n# -- YAML DELIMITER (1nbbm8) --\n# <data-view.title-text text=\"大标题\" id=\"brick-1\"></data-view.title-text>\n# \n# <script>\n# const brick_1 = document.getElementById(\"brick-1\");\n# brick_1.type = \"gradient\";\n# </script>\n# \n```\n"
|
|
79
79
|
},
|
|
80
|
+
"data-view.radar-chart": {
|
|
81
|
+
"doc": "雷达图构件\n\n## Examples\n\n### Basic\n\n```yaml preview\n- brick: data-view.radar-chart\n properties:\n dataSource:\n - name: JavaScript\n maxValue: 100\n value: 60\n percentValue: 45.8%\n - name: Java\n maxValue: 100\n value: 30\n percentValue: 45.8%\n - name: CSS\n maxValue: 100\n value: 70\n percentValue: 45.8%\n - name: Python\n maxValue: 100\n value: 30\n percentValue: 45.8%\n - name: Three.js\n maxValue: 100\n value: 50\n percentValue: 45.8%\n value: 85.9\n dataCircle:\n fillStyle: red\n r: 3\n style:\n display: block\n background-color: \"#1c1e21\"\n# -- YAML DELIMITER (1nbbm8) --\n# <data-view.radar-chart\n# style=\"display: block; background-color: #1c1e21\"\n# id=\"brick-1\"\n# ></data-view.radar-chart>\n# \n# <script>\n# const brick_1 = document.getElementById(\"brick-1\");\n# brick_1.dataSource = [\n# {\n# name: \"JavaScript\",\n# maxValue: 100,\n# value: 60,\n# percentValue: \"45.8%\",\n# },\n# {\n# name: \"Java\",\n# maxValue: 100,\n# value: 30,\n# percentValue: \"45.8%\",\n# },\n# {\n# name: \"CSS\",\n# maxValue: 100,\n# value: 70,\n# percentValue: \"45.8%\",\n# },\n# {\n# name: \"Python\",\n# maxValue: 100,\n# value: 30,\n# percentValue: \"45.8%\",\n# },\n# {\n# name: \"Three.js\",\n# maxValue: 100,\n# value: 50,\n# percentValue: \"45.8%\",\n# },\n# ];\n# brick_1.value = 85.9;\n# brick_1.dataCircle = {\n# fillStyle: \"red\",\n# r: 3,\n# };\n# </script>\n# \n```\n"
|
|
82
|
+
},
|
|
80
83
|
"data-view.brick-notification": {
|
|
81
84
|
"doc": "大屏通知提示构件\n\n## Examples\n\n### Basic\n\n```yaml preview\n- brick: data-view.brick-notification\n properties:\n message: This is the content of the notification.\n# -- YAML DELIMITER (1nbbm8) --\n# <data-view.brick-notification\n# message=\"This is the content of the notification.\"\n# ></data-view.brick-notification>\n# \n```\n\n### Icon\n\n```yaml preview\n- brick: data-view.brick-notification\n properties:\n message: This is the content of the notification.\n icon:\n icon: smile\n lib: antd\n theme: outlined\n# -- YAML DELIMITER (1nbbm8) --\n# <data-view.brick-notification\n# message=\"This is the content of the notification.\"\n# id=\"brick-1\"\n# ></data-view.brick-notification>\n# \n# <script>\n# const brick_1 = document.getElementById(\"brick-1\");\n# brick_1.icon = {\n# icon: \"smile\",\n# lib: \"antd\",\n# theme: \"outlined\",\n# };\n# </script>\n# \n```\n"
|
|
82
85
|
},
|
|
83
86
|
"data-view.tabs-page-title": {
|
|
84
87
|
"doc": "构件 tabs-page-title\n\n## Examples\n\n### Basic\n\n```yaml preview\n- brick: data-view.tabs-page-title\n properties:\n slots:\n \"\":\n type: bricks\n bricks:\n - brick: data-view.title-text\n properties:\n text: 大标题\n type: gradient\n start:\n type: bricks\n bricks:\n - brick: data-view.brick-notification\n properties:\n message: This is the content of the notification.\n end:\n type: bricks\n bricks:\n - brick: div\n properties:\n textContent: \"2022/11/30 17:25 星期四\"\n style:\n font-size: 16px\n color: \"#fff\"\n# -- YAML DELIMITER (1nbbm8) --\n# <data-view.tabs-page-title>\n# <data-view.title-text text=\"大标题\" id=\"brick-1\"></data-view.title-text>\n# <data-view.brick-notification\n# slot=\"start\"\n# message=\"This is the content of the notification.\"\n# ></data-view.brick-notification>\n# <div slot=\"end\" style=\"font-size: 16px; color: #fff\">\n# 2022/11/30 17:25 星期四\n# </div>\n# </data-view.tabs-page-title>\n# \n# <script>\n# const brick_1 = document.getElementById(\"brick-1\");\n# brick_1.type = \"gradient\";\n# </script>\n# \n```\n\n### TabList\n\n```yaml preview\n- brick: data-view.tabs-page-title\n properties:\n tabList:\n - text: 标签1\n key: key1\n - text: 标签2\n key: key2\n - text: 标签3\n key: key3\n - text: 标签4\n key: key4\n - text: 标签5\n key: key5\n - text: 标签6\n key: key6\n activeKey: key2\n slots:\n \"\":\n type: bricks\n bricks:\n - brick: data-view.title-text\n properties:\n text: 大标题\n type: gradient\n key1:\n type: bricks\n bricks:\n - brick: div\n properties:\n textContent: 标签一内容\n key2:\n type: bricks\n bricks:\n - brick: div\n properties:\n textContent: 标签二内容\n key3:\n type: bricks\n bricks:\n - brick: div\n properties:\n textContent: 标签三内容\n key4:\n type: bricks\n bricks:\n - brick: div\n properties:\n textContent: 标签四内容\n key5:\n type: bricks\n bricks:\n - brick: div\n properties:\n textContent: 标签五内容\n key6:\n type: bricks\n bricks:\n - brick: div\n properties:\n textContent: 标签六内容\n# -- YAML DELIMITER (1nbbm8) --\n# <data-view.tabs-page-title active-key=\"key2\" id=\"brick-1\">\n# <data-view.title-text text=\"大标题\" id=\"brick-2\"></data-view.title-text>\n# <div slot=\"key1\">标签一内容</div>\n# <div slot=\"key2\">标签二内容</div>\n# <div slot=\"key3\">标签三内容</div>\n# <div slot=\"key4\">标签四内容</div>\n# <div slot=\"key5\">标签五内容</div>\n# <div slot=\"key6\">标签六内容</div>\n# </data-view.tabs-page-title>\n# \n# <script>\n# const brick_1 = document.getElementById(\"brick-1\");\n# brick_1.tabList = [\n# {\n# text: \"标签1\",\n# key: \"key1\",\n# },\n# {\n# text: \"标签2\",\n# key: \"key2\",\n# },\n# {\n# text: \"标签3\",\n# key: \"key3\",\n# },\n# {\n# text: \"标签4\",\n# key: \"key4\",\n# },\n# {\n# text: \"标签5\",\n# key: \"key5\",\n# },\n# {\n# text: \"标签6\",\n# key: \"key6\",\n# },\n# ];\n# \n# const brick_2 = document.getElementById(\"brick-2\");\n# brick_2.type = \"gradient\";\n# </script>\n# \n```\n"
|
|
85
88
|
},
|
|
86
|
-
"data-view.top-title-bar": {
|
|
87
|
-
"doc": "构件 `data-view.top-title-bar`\n\n## Examples\n\n### Basic\n\n```yaml preview\n- brick: data-view.top-title-bar\n properties:\n text: 标题\n# -- YAML DELIMITER (1nbbm8) --\n# <data-view.top-title-bar text=\"标题\"></data-view.top-title-bar>\n# \n```\n\n### Smaple\n\n```yaml preview\n- brick: data-view.top-title-bar\n properties:\n text: 标题\n type: sample\n# -- YAML DELIMITER (1nbbm8) --\n# <data-view.top-title-bar text=\"标题\" type=\"sample\"></data-view.top-title-bar>\n# \n```\n\n### Square\n\n```yaml preview\n- brick: data-view.top-title-bar\n properties:\n text: 标题\n type: square\n# -- YAML DELIMITER (1nbbm8) --\n# <data-view.top-title-bar text=\"标题\" type=\"square\"></data-view.top-title-bar>\n# \n```\n"
|
|
88
|
-
},
|
|
89
89
|
"data-view.lights-component-title": {
|
|
90
90
|
"doc": "构件 `data-view.lights-component-title`\n\n## Examples\n\n### Light\n\n```yaml preview\n- brick: div\n properties:\n style:\n width: 100%\n height: 100%\n background: \"#000000FF\"\n slots:\n \"\":\n type: bricks\n bricks:\n - brick: data-view.lights-component-title\n properties:\n componentTitle: 标题内容\n theme: \"light\"\n# -- YAML DELIMITER (1nbbm8) --\n# <div style=\"width: 100%; height: 100%; background: #000000ff\">\n# <data-view.lights-component-title\n# component-title=\"标题内容\"\n# theme=\"light\"\n# ></data-view.lights-component-title>\n# </div>\n# \n```\n### Dark\n\n```yaml preview\n- brick: div\n properties:\n style:\n width: 100%\n height: 100%\n background: \"#000000FF\"\n slots:\n \"\":\n type: bricks\n bricks:\n - brick: data-view.lights-component-title\n properties:\n componentTitle: 标题内容\n theme: \"dark\"\n# -- YAML DELIMITER (1nbbm8) --\n# <div style=\"width: 100%; height: 100%; background: #000000ff\">\n# <data-view.lights-component-title\n# component-title=\"标题内容\"\n# theme=\"dark\"\n# ></data-view.lights-component-title>\n# </div>\n# \n```\n"
|
|
91
91
|
},
|
|
92
|
+
"data-view.top-title-bar": {
|
|
93
|
+
"doc": "构件 `data-view.top-title-bar`\n\n## Examples\n\n### Basic\n\n```yaml preview\n- brick: data-view.top-title-bar\n properties:\n text: 标题\n# -- YAML DELIMITER (1nbbm8) --\n# <data-view.top-title-bar text=\"标题\"></data-view.top-title-bar>\n# \n```\n\n### Smaple\n\n```yaml preview\n- brick: data-view.top-title-bar\n properties:\n text: 标题\n type: sample\n# -- YAML DELIMITER (1nbbm8) --\n# <data-view.top-title-bar text=\"标题\" type=\"sample\"></data-view.top-title-bar>\n# \n```\n\n### Square\n\n```yaml preview\n- brick: data-view.top-title-bar\n properties:\n text: 标题\n type: square\n# -- YAML DELIMITER (1nbbm8) --\n# <data-view.top-title-bar text=\"标题\" type=\"square\"></data-view.top-title-bar>\n# \n```\n"
|
|
94
|
+
},
|
|
92
95
|
"data-view.hi-tech-button": {
|
|
93
96
|
"doc": "构件 `data-view.hi-tech-button`\n\n## Examples\n\n### Basic\n\n```yaml preview\n- brick: data-view.hi-tech-button\n slots:\n \"\":\n type: bricks\n bricks:\n - brick: span\n properties:\n textContent: BUTTON\n# -- YAML DELIMITER (1nbbm8) --\n# <data-view.hi-tech-button>\n# <span>BUTTON</span>\n# </data-view.hi-tech-button>\n# \n```\n\n### Parallelogram\n\n```yaml preview\n- brick: data-view.hi-tech-button\n properties:\n type: parallelogram\n slots:\n \"\":\n type: bricks\n bricks:\n - brick: span\n properties:\n textContent: BUTTON\n# -- YAML DELIMITER (1nbbm8) --\n# <data-view.hi-tech-button type=\"parallelogram\">\n# <span>BUTTON</span>\n# </data-view.hi-tech-button>\n# \n```\n\n### Stereoscopic\n\n```yaml preview\n- brick: data-view.hi-tech-button\n properties:\n type: stereoscopic\n slots:\n \"\":\n type: bricks\n bricks:\n - brick: span\n properties:\n textContent: BUTTON\n# -- YAML DELIMITER (1nbbm8) --\n# <data-view.hi-tech-button type=\"stereoscopic\">\n# <span>BUTTON</span>\n# </data-view.hi-tech-button>\n# \n```\n\n### Shading\n\n```yaml preview\n- brick: data-view.hi-tech-button\n properties:\n type: shading\n slots:\n \"\":\n type: bricks\n bricks:\n - brick: span\n properties:\n textContent: BUTTON\n# -- YAML DELIMITER (1nbbm8) --\n# <data-view.hi-tech-button type=\"shading\">\n# <span>BUTTON</span>\n# </data-view.hi-tech-button>\n# \n```\n\n### Round\n\n```yaml preview\n- brick: data-view.hi-tech-button\n properties:\n type: round\n slots:\n \"\":\n type: bricks\n bricks:\n - brick: span\n properties:\n textContent: BUTTON\n# -- YAML DELIMITER (1nbbm8) --\n# <data-view.hi-tech-button type=\"round\">\n# <span>BUTTON</span>\n# </data-view.hi-tech-button>\n# \n```\n\n### Click\n\n```yaml preview\n- brick: data-view.hi-tech-button\n properties:\n textContent: BUTTON\n events:\n click:\n action: message.success\n args:\n - Click!\n# -- YAML DELIMITER (1nbbm8) --\n# <data-view.hi-tech-button id=\"brick-1\">BUTTON</data-view.hi-tech-button>\n# \n# <script>\n# const brick_1 = document.getElementById(\"brick-1\");\n# brick_1.addEventListener(\"click\", (e) => {\n# const message = document.createElement(\"basic.show-notification\");\n# message.resolve({ type: \"success\", message: \"Click!\" });\n# });\n# </script>\n# \n```\n"
|
|
94
97
|
},
|
|
@@ -104,12 +107,12 @@
|
|
|
104
107
|
"data-view.data-display-flipper": {
|
|
105
108
|
"doc": "构件 `data-view.data-display-flipper`\n\n## Examples\n\n### Basic\n\n```yaml preview\n- brick: data-view.data-display-flipper\n properties:\n flipperTitle: 翻牌器标题\n data: 1281925.15\n unit: 万\n# -- YAML DELIMITER (1nbbm8) --\n# <data-view.data-display-flipper\n# flipper-title=\"翻牌器标题\"\n# id=\"brick-1\"\n# ></data-view.data-display-flipper>\n# \n# <script>\n# const brick_1 = document.getElementById(\"brick-1\");\n# brick_1.data = 1281925.15;\n# brick_1.unit = \"万\";\n# </script>\n# \n```\n\n### showDefaultPrefix\n\n```yaml preview\n- brick: data-view.data-display-flipper\n properties:\n data: 1281925.15\n unit: 万\n separator: \" \"\n showDefaultPrefix: false\n# -- YAML DELIMITER (1nbbm8) --\n# <data-view.data-display-flipper id=\"brick-1\"></data-view.data-display-flipper>\n# \n# <script>\n# const brick_1 = document.getElementById(\"brick-1\");\n# brick_1.data = 1281925.15;\n# brick_1.unit = \"万\";\n# brick_1.separator = \" \";\n# </script>\n# \n```\n"
|
|
106
109
|
},
|
|
107
|
-
"data-view.data-display-flipper-fifth": {
|
|
108
|
-
"doc": "构件 `data-view.data-display-flipper-fifth`\n\n## Examples\n\n### Basic\n\n```yaml preview\n- brick: data-view.data-display-flipper-fifth\n properties:\n flipperTitle: 翻牌器名称\n data: 195.15\n unit: 单位\n# -- YAML DELIMITER (1nbbm8) --\n# <data-view.data-display-flipper-fifth\n# flipper-title=\"翻牌器名称\"\n# id=\"brick-1\"\n# ></data-view.data-display-flipper-fifth>\n# \n# <script>\n# const brick_1 = document.getElementById(\"brick-1\");\n# brick_1.data = 195.15;\n# brick_1.unit = \"单位\";\n# </script>\n# \n```\n"
|
|
109
|
-
},
|
|
110
110
|
"data-view.data-display-flipper-sixth": {
|
|
111
111
|
"doc": "构件 `data-view.data-display-flipper-sixth`\n\n## Examples\n\n### Basic\n\n```yaml preview\n- brick: data-view.data-display-flipper-sixth\n properties:\n flipperTitle: 翻牌器名称\n data: 699\n# -- YAML DELIMITER (1nbbm8) --\n# <data-view.data-display-flipper-sixth\n# flipper-title=\"翻牌器名称\"\n# id=\"brick-1\"\n# ></data-view.data-display-flipper-sixth>\n# \n# <script>\n# const brick_1 = document.getElementById(\"brick-1\");\n# brick_1.data = 699;\n# </script>\n# \n```\n"
|
|
112
112
|
},
|
|
113
|
+
"data-view.data-display-flipper-fifth": {
|
|
114
|
+
"doc": "构件 `data-view.data-display-flipper-fifth`\n\n## Examples\n\n### Basic\n\n```yaml preview\n- brick: data-view.data-display-flipper-fifth\n properties:\n flipperTitle: 翻牌器名称\n data: 195.15\n unit: 单位\n# -- YAML DELIMITER (1nbbm8) --\n# <data-view.data-display-flipper-fifth\n# flipper-title=\"翻牌器名称\"\n# id=\"brick-1\"\n# ></data-view.data-display-flipper-fifth>\n# \n# <script>\n# const brick_1 = document.getElementById(\"brick-1\");\n# brick_1.data = 195.15;\n# brick_1.unit = \"单位\";\n# </script>\n# \n```\n"
|
|
115
|
+
},
|
|
113
116
|
"data-view.indicator-card": {
|
|
114
117
|
"doc": "构件 `data-view.indicator-card`\n\n## Examples\n\n### Column\n\n```yaml preview\n- brick: data-view.indicator-card\n properties:\n layout: \"column\"\n datasource:\n - value: 300\n desc: 月碳排放量\n unit: (吨)\n - value: 1000.33\n desc: 季度碳排放总量\n unit: (吨)\n - value: 2507.55\n desc: 年度碳排放总量\n unit: (吨)\n# -- YAML DELIMITER (1nbbm8) --\n# <data-view.indicator-card id=\"brick-1\"></data-view.indicator-card>\n# \n# <script>\n# const brick_1 = document.getElementById(\"brick-1\");\n# brick_1.layout = \"column\";\n# brick_1.datasource = [\n# {\n# value: 300,\n# desc: \"月碳排放量\",\n# unit: \"(吨)\",\n# },\n# {\n# value: 1000.33,\n# desc: \"季度碳排放总量\",\n# unit: \"(吨)\",\n# },\n# {\n# value: 2507.55,\n# desc: \"年度碳排放总量\",\n# unit: \"(吨)\",\n# },\n# ];\n# </script>\n# \n```\n\n### Column Townhouse\n\n```yaml preview\n- brick: data-view.indicator-card\n properties:\n layout: \"column-townhouse\"\n datasource:\n - value: 300\n desc: 月碳排放量\n unit: (吨)\n - value: 1000.33\n desc: 季度碳排放总量\n unit: (吨)\n - value: 2507.55\n desc: 年度碳排放总量\n unit: (吨)\n# -- YAML DELIMITER (1nbbm8) --\n# <data-view.indicator-card id=\"brick-1\"></data-view.indicator-card>\n# \n# <script>\n# const brick_1 = document.getElementById(\"brick-1\");\n# brick_1.layout = \"column-townhouse\";\n# brick_1.datasource = [\n# {\n# value: 300,\n# desc: \"月碳排放量\",\n# unit: \"(吨)\",\n# },\n# {\n# value: 1000.33,\n# desc: \"季度碳排放总量\",\n# unit: \"(吨)\",\n# },\n# {\n# value: 2507.55,\n# desc: \"年度碳排放总量\",\n# unit: \"(吨)\",\n# },\n# ];\n# </script>\n# \n```\n\n### Row\n\n```yaml preview\n- brick: data-view.indicator-card\n properties:\n layout: \"row\"\n datasource:\n - value: 300\n desc: 月碳排放量\n unit: (吨)\n - value: 1000.33\n desc: 季度碳排放总量\n unit: (吨)\n - value: 2507.55\n desc: 年度碳排放总量\n unit: (吨)\n# -- YAML DELIMITER (1nbbm8) --\n# <data-view.indicator-card id=\"brick-1\"></data-view.indicator-card>\n# \n# <script>\n# const brick_1 = document.getElementById(\"brick-1\");\n# brick_1.layout = \"row\";\n# brick_1.datasource = [\n# {\n# value: 300,\n# desc: \"月碳排放量\",\n# unit: \"(吨)\",\n# },\n# {\n# value: 1000.33,\n# desc: \"季度碳排放总量\",\n# unit: \"(吨)\",\n# },\n# {\n# value: 2507.55,\n# desc: \"年度碳排放总量\",\n# unit: \"(吨)\",\n# },\n# ];\n# </script>\n# \n```\n\n### Row Townhouse\n\n```yaml preview\n- brick: data-view.indicator-card\n properties:\n layout: \"row-townhouse\"\n datasource:\n - value: 300\n desc: 月碳排放量\n unit: (吨)\n - value: 1000.33\n desc: 季度碳排放总量\n unit: (吨)\n - value: 2507.55\n desc: 年度碳排放总量\n unit: (吨)\n# -- YAML DELIMITER (1nbbm8) --\n# <data-view.indicator-card id=\"brick-1\"></data-view.indicator-card>\n# \n# <script>\n# const brick_1 = document.getElementById(\"brick-1\");\n# brick_1.layout = \"row-townhouse\";\n# brick_1.datasource = [\n# {\n# value: 300,\n# desc: \"月碳排放量\",\n# unit: \"(吨)\",\n# },\n# {\n# value: 1000.33,\n# desc: \"季度碳排放总量\",\n# unit: \"(吨)\",\n# },\n# {\n# value: 2507.55,\n# desc: \"年度碳排放总量\",\n# unit: \"(吨)\",\n# },\n# ];\n# </script>\n# \n```\n"
|
|
115
118
|
},
|
|
@@ -136,8 +139,5 @@
|
|
|
136
139
|
},
|
|
137
140
|
"data-view.china-map": {
|
|
138
141
|
"doc": "构件 `data-view.china-map`\n\n## Examples\n\n### Basic\n\n```yaml preview height=\"600px\"\nbrick: div\nproperties:\n style:\n height: calc(100vh - 4em)\n position: relative\nchildren:\n - brick: data-view.china-map\n properties:\n dataSource:\n - text: \"西藏 12311\"\n province: 西藏\n - text: \"四川 89781169\"\n province: 四川\n - text: \"台湾 234181\"\n province: 台湾\n - text: \"江西 21348\"\n province: 江西\n # Currently this brick only looks well within dark theme\n lifeCycle:\n onPageLoad:\n action: theme.setTheme\n args:\n - dark-v2\n# -- YAML DELIMITER (1nbbm8) --\n# <div style=\"height: calc(100vh - 4em); position: relative\">\n# <data-view.china-map id=\"brick-1\"></data-view.china-map>\n# </div>\n# \n# <script>\n# const brick_1 = document.getElementById(\"brick-1\");\n# brick_1.dataSource = [\n# {\n# text: \"西藏 12311\",\n# province: \"西藏\",\n# },\n# {\n# text: \"四川 89781169\",\n# province: \"四川\",\n# },\n# {\n# text: \"台湾 234181\",\n# province: \"台湾\",\n# },\n# {\n# text: \"江西 21348\",\n# province: \"江西\",\n# },\n# ];\n# </script>\n# \n```\n\n### Province map\n\n```yaml preview height=\"600px\"\nbrick: div\nproperties:\n style:\n height: calc(100vh - 4em)\n position: relative\nchildren:\n - brick: data-view.china-map\n properties:\n province: 广东\n dataSource:\n - text: \"广州 12311\"\n city: 广州\n - text: \"深圳 89781169\"\n city: 深圳\n - text: \"湛江 234181\"\n city: 湛江\n # Currently this brick only looks well within dark theme\n lifeCycle:\n onPageLoad:\n action: theme.setTheme\n args:\n - dark-v2\n# -- YAML DELIMITER (1nbbm8) --\n# <div style=\"height: calc(100vh - 4em); position: relative\">\n# <data-view.china-map province=\"广东\" id=\"brick-1\"></data-view.china-map>\n# </div>\n# \n# <script>\n# const brick_1 = document.getElementById(\"brick-1\");\n# brick_1.dataSource = [\n# {\n# text: \"广州 12311\",\n# city: \"广州\",\n# },\n# {\n# text: \"深圳 89781169\",\n# city: \"深圳\",\n# },\n# {\n# text: \"湛江 234181\",\n# city: \"湛江\",\n# },\n# ];\n# </script>\n# \n```\n"
|
|
139
|
-
},
|
|
140
|
-
"data-view.cabinet-container": {
|
|
141
|
-
"doc": "data-view.cabinet-container\n\n## Examples\n\n### Basic\n\n```yaml preview\n- brick: data-view.cabinet-container\n properties:\n customTitle: 集群容器\n data:\n - type: physical-machine\n nodeTitle: \"255.255.255\"\n - type: physical-machine\n nodeTitle: \"255.255.255\"\n style:\n width: 400px\n height: 500px\n# -- YAML DELIMITER (1nbbm8) --\n# <data-view.cabinet-container\n# custom-title=\"集群容器\"\n# style=\"width: 400px; height: 500px\"\n# id=\"brick-1\"\n# ></data-view.cabinet-container>\n# \n# <script>\n# const brick_1 = document.getElementById(\"brick-1\");\n# brick_1.data = [\n# {\n# type: \"physical-machine\",\n# nodeTitle: \"255.255.255\",\n# },\n# {\n# type: \"physical-machine\",\n# nodeTitle: \"255.255.255\",\n# },\n# ];\n# </script>\n# \n```\n\n### Status\n\n```yaml preview\n- brick: data-view.cabinet-container\n properties:\n customTitle: 集群容器\n status: active\n data:\n - type: physical-machine\n nodeTitle: \"255.255.255\"\n - type: physical-machine\n nodeTitle: \"255.255.255\"\n style:\n width: 400px\n height: 500px\n# -- YAML DELIMITER (1nbbm8) --\n# <data-view.cabinet-container\n# custom-title=\"集群容器\"\n# status=\"active\"\n# style=\"width: 400px; height: 500px\"\n# id=\"brick-1\"\n# ></data-view.cabinet-container>\n# \n# <script>\n# const brick_1 = document.getElementById(\"brick-1\");\n# brick_1.data = [\n# {\n# type: \"physical-machine\",\n# nodeTitle: \"255.255.255\",\n# },\n# {\n# type: \"physical-machine\",\n# nodeTitle: \"255.255.255\",\n# },\n# ];\n# </script>\n# \n```\n"
|
|
142
142
|
}
|
|
143
143
|
}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
(()=>{"use strict";var e,t,r,a,n,l,o,i,c,s,d,h,f,p,u,m,b,g,P,v,y,x,w,k,j,S={2962:(e,t,r)=>{var a={"./gauge-chart":()=>Promise.all([r.e(8769),r.e(6192),r.e(9859),r.e(4099)]).then((()=>()=>r(10825))),"./modern-style-component-title":()=>Promise.all([r.e(8769),r.e(6192),r.e(9859),r.e(5289)]).then((()=>()=>r(54495))),"./modern-style-page-title":()=>Promise.all([r.e(8769),r.e(6192),r.e(9859),r.e(9875)]).then((()=>()=>r(22945))),"./tabs-drawer":()=>Promise.all([r.e(8769),r.e(6192),r.e(9859),r.e(1919)]).then((()=>()=>r(68909))),"./modern-style-treemap":()=>Promise.all([r.e(1977),r.e(8769),r.e(6192),r.e(9859),r.e(563),r.e(151),r.e(9006),r.e(2943)]).then((()=>()=>r(75197))),"./battery-chart":()=>Promise.all([r.e(8769),r.e(6192),r.e(9859),r.e(7965)]).then((()=>()=>r(54259))),"./dropdown-menu":()=>Promise.all([r.e(8769),r.e(6192),r.e(9859),r.e(563),r.e(8576)]).then((()=>()=>r(81274))),"./complex-search":()=>Promise.all([r.e(8769),r.e(6192),r.e(9859),r.e(151),r.e(5674),r.e(5994)]).then((()=>()=>r(66060))),"./loading-panel":()=>Promise.all([r.e(1977),r.e(8769),r.e(6192),r.e(9859),r.e(5332)]).then((()=>()=>r(43374))),"./app-wall-card-item":()=>Promise.all([r.e(8769),r.e(6192),r.e(9859),r.e(8172)]).then((()=>()=>r(21440))),"./app-wall-system-card":()=>Promise.all([r.e(8769),r.e(6192),r.e(9859),r.e(8460)]).then((()=>()=>r(4392))),"./app-wall-relation-line":()=>Promise.all([r.e(8769),r.e(6192),r.e(9859),r.e(7473)]).then((()=>()=>r(36041))),"./particle-animation":()=>Promise.all([r.e(8769),r.e(6192),r.e(9859),r.e(780)]).then((()=>()=>r(5390))),"./cabinet-button":()=>Promise.all([r.e(8769),r.e(6192),r.e(9859),r.e(6614)]).then((()=>()=>r(50143))),"./cabinet-node":()=>Promise.all([r.e(8769),r.e(6192),r.e(9859),r.e(6306)]).then((()=>()=>r(71663))),"./cabinet-app-layer":()=>Promise.all([r.e(8769),r.e(6192),r.e(9859),r.e(1787)]).then((()=>()=>r(30224))),"./cabinet-container":()=>Promise.all([r.e(1977),r.e(8769),r.e(6192),r.e(9859),r.e(4219)]).then((()=>()=>r(8540))),"./cabinet-thumbnail":()=>Promise.all([r.e(1977),r.e(8769),r.e(6192),r.e(9859),r.e(3158)]).then((()=>()=>r(88393))),"./cabinet-graph":()=>Promise.all([r.e(8769),r.e(6192),r.e(9859),r.e(3446)]).then((()=>()=>r(79391))),"./app-wall":()=>Promise.all([r.e(5301),r.e(8769),r.e(6192),r.e(9859),r.e(563),r.e(1493),r.e(9749)]).then((()=>()=>r(90571))),"./graph-text":()=>Promise.all([r.e(8769),r.e(6192),r.e(9859),r.e(5674),r.e(3719)]).then((()=>()=>r(32715))),"./graph-layout-grid":()=>Promise.all([r.e(8769),r.e(6192),r.e(9859),r.e(5737)]).then((()=>()=>r(56893))),"./grid-background":()=>Promise.all([r.e(8769),r.e(6192),r.e(9859),r.e(6448)]).then((()=>()=>r(66162))),"./graph-node":()=>Promise.all([r.e(8769),r.e(6192),r.e(9859),r.e(3614)]).then((()=>()=>r(66950))),"./gear-background":()=>Promise.all([r.e(8769),r.e(6192),r.e(9859),r.e(3147)]).then((()=>()=>r(25121))),"./title-text":()=>Promise.all([r.e(8769),r.e(6192),r.e(9859),r.e(8113)]).then((()=>()=>r(59063))),"./radar-chart":()=>Promise.all([r.e(8769),r.e(6192),r.e(9859),r.e(563),r.e(4194)]).then((()=>()=>r(63076))),"./brick-notification":()=>Promise.all([r.e(8769),r.e(6192),r.e(9859),r.e(8418)]).then((()=>()=>r(30980))),"./tabs-page-title":()=>Promise.all([r.e(8769),r.e(6192),r.e(9859),r.e(476)]).then((()=>()=>r(5558))),"./lights-component-title":()=>Promise.all([r.e(8769),r.e(6192),r.e(9859),r.e(9831)]).then((()=>()=>r(40053))),"./top-title-bar":()=>Promise.all([r.e(8769),r.e(6192),r.e(9859),r.e(3697)]).then((()=>()=>r(6319))),"./hi-tech-button":()=>Promise.all([r.e(8769),r.e(6192),r.e(9859),r.e(8416)]).then((()=>()=>r(52466))),"./tech-mesh-base-view":()=>Promise.all([r.e(8769),r.e(6192),r.e(9859),r.e(37),r.e(2479)]).then((()=>()=>r(66253))),"./simple-card-item":()=>Promise.all([r.e(8769),r.e(6192),r.e(9859),r.e(37),r.e(9316)]).then((()=>()=>r(41078))),"./basic-index-group":()=>Promise.all([r.e(8769),r.e(6192),r.e(9859),r.e(563),r.e(37),r.e(9630)]).then((()=>()=>r(31560))),"./data-display-flipper":()=>Promise.all([r.e(8769),r.e(6192),r.e(9859),r.e(37),r.e(8291)]).then((()=>()=>r(75193))),"./data-display-flipper-sixth":()=>Promise.all([r.e(8769),r.e(6192),r.e(9859),r.e(37),r.e(6776)]).then((()=>()=>r(94650))),"./data-display-flipper-fifth":()=>Promise.all([r.e(8769),r.e(6192),r.e(9859),r.e(37),r.e(863)]).then((()=>()=>r(45205))),"./indicator-card":()=>Promise.all([r.e(8769),r.e(6192),r.e(9859),r.e(37),r.e(7905)]).then((()=>()=>r(56631))),"./progress-bar-list":()=>Promise.all([r.e(1977),r.e(8769),r.e(6192),r.e(9859),r.e(563),r.e(37),r.e(4255)]).then((()=>()=>r(17245))),"./china-map-chart":()=>Promise.all([r.e(1977),r.e(5902),r.e(8769),r.e(6192),r.e(9859),r.e(563),r.e(37),r.e(8038)]).then((()=>()=>r(60680))),"./crystal-ball-indicator":()=>Promise.all([r.e(1977),r.e(8769),r.e(6192),r.e(9859),r.e(37),r.e(1335)]).then((()=>()=>r(9557))),"./globe-with-halo-indicator":()=>Promise.all([r.e(1977),r.e(8769),r.e(6192),r.e(9859),r.e(563),r.e(37),r.e(7666)]).then((()=>()=>r(23396))),"./globe-with-gear-indicator":()=>Promise.all([r.e(1977),r.e(8769),r.e(6192),r.e(9859),r.e(37),r.e(7889)]).then((()=>()=>r(77687))),"./bubbles-indicator":()=>Promise.all([r.e(1977),r.e(1143),r.e(8769),r.e(6192),r.e(9859),r.e(37),r.e(1104)]).then((()=>()=>r(98594))),"./globe-with-orbit-indicator":()=>Promise.all([r.e(1977),r.e(8769),r.e(6192),r.e(9859),r.e(563),r.e(37),r.e(9088)]).then((()=>()=>r(62066))),"./china-map":()=>Promise.all([r.e(1977),r.e(5235),r.e(8769),r.e(6192),r.e(9859),r.e(563),r.e(37),r.e(5509)]).then((()=>()=>r(7851)))},n=(e,t)=>(r.R=t,t=r.o(a,e)?a[e]():Promise.resolve().then((()=>{throw new Error('Module "'+e+'" does not exist in container.')})),r.R=void 0,t),l=(e,t)=>{if(r.S){var a="default",n=r.S[a];if(n&&n!==e)throw new Error("Container initialization failed as it has already been initialized with a different share scope");return r.S[a]=e,r.I(a,t)}};r.d(t,{get:()=>n,init:()=>l})}},O={};function _(e){var t=O[e];if(void 0!==t)return t.exports;var r=O[e]={id:e,loaded:!1,exports:{}};return S[e].call(r.exports,r,r.exports,_),r.loaded=!0,r.exports}_.m=S,_.c=O,_.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return _.d(t,{a:t}),t},t=Object.getPrototypeOf?e=>Object.getPrototypeOf(e):e=>e.__proto__,_.t=function(r,a){if(1&a&&(r=this(r)),8&a)return r;if("object"==typeof r&&r){if(4&a&&r.__esModule)return r;if(16&a&&"function"==typeof r.then)return r}var n=Object.create(null);_.r(n);var l={};e=e||[null,t({}),t([]),t(t)];for(var o=2&a&&r;"object"==typeof o&&!~e.indexOf(o);o=t(o))Object.getOwnPropertyNames(o).forEach((e=>l[e]=()=>r[e]));return l.default=()=>r,_.d(n,l),n},_.d=(e,t)=>{for(var r in t)_.o(t,r)&&!_.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},_.f={},_.e=e=>Promise.all(Object.keys(_.f).reduce(((t,r)=>(_.f[r](e,t),t)),[])),_.u=e=>"chunks/"+({476:"tabs-page-title",780:"particle-animation",863:"data-display-flipper-fifth",1104:"bubbles-indicator",1335:"crystal-ball-indicator",1787:"cabinet-app-layer",1919:"tabs-drawer",2479:"tech-mesh-base-view",2943:"modern-style-treemap",3147:"gear-background",3158:"cabinet-thumbnail",3446:"cabinet-graph",3614:"graph-node",3697:"top-title-bar",3719:"graph-text",4099:"gauge-chart",4194:"radar-chart",4219:"cabinet-container",4255:"progress-bar-list",5289:"modern-style-component-title",5332:"loading-panel",5509:"china-map",5737:"graph-layout-grid",5994:"complex-search",6306:"cabinet-node",6448:"grid-background",6614:"cabinet-button",6776:"data-display-flipper-sixth",7473:"app-wall-relation-line",7666:"globe-with-halo-indicator",7889:"globe-with-gear-indicator",7905:"indicator-card",7965:"battery-chart",8038:"china-map-chart",8113:"title-text",8172:"app-wall-card-item",8291:"data-display-flipper",8416:"hi-tech-button",8418:"brick-notification",8460:"app-wall-system-card",8576:"dropdown-menu",9088:"globe-with-orbit-indicator",9316:"simple-card-item",9630:"basic-index-group",9749:"app-wall",9831:"lights-component-title",9875:"modern-style-page-title"}[e]||e)+"."+{114:"3c9ded00",476:"de666d04",726:"70948a04",780:"b1ee4077",863:"3d575cb7",871:"f5aa7aaf",1045:"7adea668",1104:"af0a0a56",1122:"318b5bd0",1143:"3da5c9ee",1335:"170ca1e4",1493:"f58ac7e3",1787:"dfafd4b1",1889:"b702a90d",1919:"6f738d4a",1940:"5301be9a",1977:"b13fd134",2052:"7490d715",2277:"88c4c79d",2479:"bb1c3815",2785:"3bc16dc7",2943:"e7d66b7e",3144:"b75e5af6",3147:"9bfb53bd",3158:"d2a5a22e",3171:"4ec49a67",3201:"f5554138",3446:"b401d383",3614:"cf0b1cfa",3697:"a630cb07",3719:"68c50603",3751:"300d7aea",3933:"e1a5baea",4041:"0132fd9a",4099:"41091236",4185:"e62f1747",4194:"12f7c254",4219:"6de86813",4255:"1bda79e5",4291:"8a2ae0f7",4658:"89dae718",4837:"f34e276b",5235:"4f7e952d",5250:"0a47e255",5289:"7c84583d",5301:"190aa0f5",5332:"7016fde7",5384:"f1c59dfa",5399:"bc04d692",5509:"a31fb444",5552:"c7abf709",5737:"a55d8a02",5902:"8d260dd5",5994:"96805f23",6306:"6cdcc2f4",6314:"2caa1846",6448:"cc1e3afa",6519:"21bfdd71",6614:"4eacd143",6773:"12284ad6",6776:"9aa671ab",6873:"5f62fd24",7218:"fd284b6b",7434:"5a1a9921",7473:"7042a5be",7666:"efc88256",7721:"391fb8f8",7733:"218dd478",7889:"c9e02dda",7905:"f7458b02",7965:"3c0f114d",8038:"b86cfdc6",8097:"790cb624",8113:"b5045fb6",8172:"da5f2d4f",8291:"b0b989af",8416:"dead37e9",8418:"937aab80",8460:"c8153e32",8576:"8639ec11",8763:"298c81f7",8968:"09a0d05a",8989:"d6dd9d4f",9006:"d6fdb256",9088:"7283d892",9123:"5fbb5f01",9316:"527df7f3",9515:"eca7a14f",9559:"66f67fed",9630:"2e63b2b7",9749:"276c885a",9831:"9cd0ac54",9844:"806ea100",9875:"9c0ea141"}[e]+".js",_.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),_.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),r={},a="@next-bricks/data-view:",_.l=(e,t,n,l)=>{if(r[e])r[e].push(t);else{var o,i;if(void 0!==n)for(var c=document.getElementsByTagName("script"),s=0;s<c.length;s++){var d=c[s];if(d.getAttribute("src")==e||d.getAttribute("data-webpack")==a+n){o=d;break}}o||(i=!0,(o=document.createElement("script")).charset="utf-8",o.timeout=120,_.nc&&o.setAttribute("nonce",_.nc),o.setAttribute("data-webpack",a+n),o.src=e),r[e]=[t];var h=(t,a)=>{o.onerror=o.onload=null,clearTimeout(f);var n=r[e];if(delete r[e],o.parentNode&&o.parentNode.removeChild(o),n&&n.forEach((e=>e(a))),t)return t(a)},f=setTimeout(h.bind(null,void 0,{type:"timeout",target:o}),12e4);o.onerror=h.bind(null,o.onerror),o.onload=h.bind(null,o.onload),i&&document.head.appendChild(o)}},_.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},_.nmd=e=>(e.paths=[],e.children||(e.children=[]),e),(()=>{_.S={};var e={},t={};_.I=(r,a)=>{a||(a=[]);var n=t[r];if(n||(n=t[r]={}),!(a.indexOf(n)>=0)){if(a.push(n),e[r])return e[r];_.o(_.S,r)||(_.S[r]={});var l=_.S[r],o="@next-bricks/data-view",i=(e,t,r,a)=>{var n=l[e]=l[e]||{},i=n[t];(!i||!i.loaded&&(!a!=!i.eager?a:o>i.from))&&(n[t]={get:r,from:o,eager:!!a})},c=[];return"default"===r&&(i("@babel/parser","7.25.3",(()=>_.e(6773).then((()=>()=>_(46773))))),i("@easyops-cn/brick-next-pipes","0.7.1",(()=>Promise.all([_.e(4291),_.e(563),_.e(1916),_.e(5310)]).then((()=>()=>_(54291))))),i("@next-core/cook","2.5.7",(()=>Promise.all([_.e(1122),_.e(580)]).then((()=>()=>_(61122))))),i("@next-core/element","1.2.17",(()=>_.e(1045).then((()=>()=>_(21045))))),i("@next-core/http","1.2.12",(()=>_.e(8989).then((()=>()=>_(48989))))),i("@next-core/i18n/react","1.0.74",(()=>Promise.all([_.e(1147),_.e(8097)]).then((()=>()=>_(88097))))),i("@next-core/i18n","1.0.74",(()=>Promise.all([_.e(2304),_.e(1147),_.e(671),_.e(5552)]).then((()=>()=>_(75552))))),i("@next-core/inject","1.0.52",(()=>Promise.all([_.e(563),_.e(9933),_.e(2277)]).then((()=>()=>_(72277))))),i("@next-core/loader","1.6.15",(()=>_.e(5399).then((()=>()=>_(35399))))),i("@next-core/pipes","2.0.31",(()=>_.e(6519).then((()=>()=>_(76519))))),i("@next-core/react-element","1.0.36",(()=>Promise.all([_.e(8769),_.e(6192),_.e(9435),_.e(114)]).then((()=>()=>_(20114))))),i("@next-core/react-runtime","1.7.11",(()=>Promise.all([_.e(8769),_.e(9859),_.e(563),_.e(6305),_.e(4837)]).then((()=>()=>_(64837))))),i("@next-core/runtime","1.59.4",(()=>Promise.all([_.e(4185),_.e(563),_.e(2304),_.e(1916),_.e(1147),_.e(1321),_.e(7934)]).then((()=>()=>_(24185))))),i("@next-core/supply","2.3.4",(()=>Promise.all([_.e(563),_.e(1916),_.e(9933),_.e(9559)]).then((()=>()=>_(49559))))),i("@next-core/theme","1.5.4",(()=>Promise.all([_.e(1889),_.e(2052)]).then((()=>()=>_(51889))))),i("@next-core/utils/general","1.7.32",(()=>_.e(871).then((()=>()=>_(40871))))),i("@next-core/utils/storyboard","1.7.32",(()=>Promise.all([_.e(2304),_.e(1321),_.e(3933)]).then((()=>()=>_(13933))))),i("history","4.10.1",(()=>_.e(5384).then((()=>()=>_(65384))))),i("i18next-browser-languagedetector","7.2.2",(()=>_.e(726).then((()=>()=>_(50726))))),i("i18next","22.5.1",(()=>_.e(3201).then((()=>()=>_(33201))))),i("js-yaml","3.14.1",(()=>_.e(9515).then((()=>()=>_(19515))))),i("lodash","4.17.21",(()=>_.e(5250).then((()=>()=>_(45250))))),i("moment/locale/zh-cn.js","2.30.1",(()=>Promise.all([_.e(7721),_.e(9844)]).then((()=>()=>_(61329))))),i("moment","2.30.1",(()=>Promise.all([_.e(7721),_.e(9844)]).then((()=>()=>_(99420))))),i("react-dom","0.0.0-experimental-ee8509801-20230117",(()=>Promise.all([_.e(3144),_.e(8769)]).then((()=>()=>_(43144))))),i("react-i18next","12.3.1",(()=>Promise.all([_.e(7434),_.e(8769)]).then((()=>()=>_(97434))))),i("react","0.0.0-experimental-ee8509801-20230117",(()=>_.e(4041).then((()=>()=>_(14041)))))),e[r]=c.length?Promise.all(c).then((()=>e[r]=1)):1}}})(),(()=>{var e;_.g.importScripts&&(e=_.g.location+"");var t=_.g.document;if(!e&&t&&(t.currentScript&&"SCRIPT"===t.currentScript.tagName.toUpperCase()&&(e=t.currentScript.src),!e)){var r=t.getElementsByTagName("script");if(r.length)for(var a=r.length-1;a>-1&&(!e||!/^http(s?):/.test(e));)e=r[a--].src}if(!e)throw new Error("Automatic publicPath is not supported in this browser");e=e.replace(/^blob:/,"").replace(/#.*$/,"").replace(/\?.*$/,"").replace(/\/[^\/]+$/,"/"),_.p=e})(),n=e=>{var t=e=>e.split(".").map((e=>+e==e?+e:e)),r=/^([^-+]+)?(?:-([^+]+))?(?:\+(.+))?$/.exec(e),a=r[1]?t(r[1]):[];return r[2]&&(a.length++,a.push.apply(a,t(r[2]))),r[3]&&(a.push([]),a.push.apply(a,t(r[3]))),a},l=(e,t)=>{e=n(e),t=n(t);for(var r=0;;){if(r>=e.length)return r<t.length&&"u"!=(typeof t[r])[0];var a=e[r],l=(typeof a)[0];if(r>=t.length)return"u"==l;var o=t[r],i=(typeof o)[0];if(l!=i)return"o"==l&&"n"==i||"s"==i||"u"==l;if("o"!=l&&"u"!=l&&a!=o)return a<o;r++}},o=e=>{var t=e[0],r="";if(1===e.length)return"*";if(t+.5){r+=0==t?">=":-1==t?"<":1==t?"^":2==t?"~":t>0?"=":"!=";for(var a=1,n=1;n<e.length;n++)a--,r+="u"==(typeof(i=e[n]))[0]?"-":(a>0?".":"")+(a=2,i);return r}var l=[];for(n=1;n<e.length;n++){var i=e[n];l.push(0===i?"not("+c()+")":1===i?"("+c()+" || "+c()+")":2===i?l.pop()+" "+l.pop():o(i))}return c();function c(){return l.pop().replace(/^\((.+)\)$/,"$1")}},i=(e,t)=>{if(0 in e){t=n(t);var r=e[0],a=r<0;a&&(r=-r-1);for(var l=0,o=1,c=!0;;o++,l++){var s,d,h=o<e.length?(typeof e[o])[0]:"";if(l>=t.length||"o"==(d=(typeof(s=t[l]))[0]))return!c||("u"==h?o>r&&!a:""==h!=a);if("u"==d){if(!c||"u"!=h)return!1}else if(c)if(h==d)if(o<=r){if(s!=e[o])return!1}else{if(a?s>e[o]:s<e[o])return!1;s!=e[o]&&(c=!1)}else if("s"!=h&&"n"!=h){if(a||o<=r)return!1;c=!1,o--}else{if(o<=r||d<h!=a)return!1;c=!1}else"s"!=h&&"n"!=h&&(c=!1,o--)}}var f=[],p=f.pop.bind(f);for(l=1;l<e.length;l++){var u=e[l];f.push(1==u?p()|p():2==u?p()&p():u?i(u,t):!p())}return!!p()},c=(e,t)=>e&&_.o(e,t),s=e=>(e.loaded=1,e.get()),d=e=>Object.keys(e).reduce(((t,r)=>(e[r].eager&&(t[r]=e[r]),t)),{}),h=(e,t,r,a)=>{var n=a?d(e[t]):e[t];return(t=Object.keys(n).reduce(((e,t)=>!i(r,t)||e&&!l(e,t)?e:t),0))&&n[t]},f=(e,t,r)=>{var a=r?d(e[t]):e[t];return Object.keys(a).reduce(((e,t)=>!e||!a[e].loaded&&l(e,t)?t:e),0)},p=(e,t,r,a)=>"Unsatisfied version "+r+" from "+(r&&e[t][r].from)+" of shared singleton module "+t+" (required "+o(a)+")",u=(e,t,r,a,n)=>{var l=e[r];return"No satisfying version ("+o(a)+")"+(n?" for eager consumption":"")+" of shared module "+r+" found in shared scope "+t+".\nAvailable versions: "+Object.keys(l).map((e=>e+" from "+l[e].from)).join(", ")},m=e=>{throw new Error(e)},b=e=>{"undefined"!=typeof console&&console.warn&&console.warn(e)},P=(e,t,r)=>r?r():((e,t)=>m("Shared module "+t+" doesn't exist in shared scope "+e))(e,t),v=(g=e=>function(t,r,a,n,l){var o=_.I(t);return o&&o.then&&!a?o.then(e.bind(e,t,_.S[t],r,!1,n,l)):e(t,_.S[t],r,a,n,l)})(((e,t,r,a,n,l)=>{if(!c(t,r))return P(e,r,l);var o=h(t,r,n,a);return o?s(o):l?l():void m(u(t,e,r,n,a))})),y=g(((e,t,r,a,n,l)=>{if(!c(t,r))return P(e,r,l);var o=f(t,r,a);return i(n,o)||b(p(t,r,o,n)),s(t[r][o])})),x={},w={20563:()=>y("default","lodash",!1,[0],(()=>_.e(5250).then((()=>()=>_(45250))))),91916:()=>y("default","moment",!1,[0],(()=>Promise.all([_.e(7721),_.e(9844)]).then((()=>()=>_(99420))))),55310:()=>y("default","js-yaml",!1,[0],(()=>_.e(9515).then((()=>()=>_(19515))))),40580:()=>y("default","@babel/parser",!1,[0],(()=>_.e(6773).then((()=>()=>_(46773))))),1147:()=>y("default","@next-core/i18n",!1,[1,1,0,74],(()=>Promise.all([_.e(2304),_.e(671),_.e(3171)]).then((()=>()=>_(75552))))),47825:()=>y("default","react-i18next",!1,[1,12,3,1],(()=>Promise.all([_.e(7434),_.e(8769)]).then((()=>()=>_(97434))))),72304:()=>y("default","@next-core/utils/general",!1,[1,1,7,32],(()=>_.e(871).then((()=>()=>_(40871))))),848:()=>y("default","i18next-browser-languagedetector",!1,[0],(()=>_.e(726).then((()=>()=>_(50726))))),75630:()=>y("default","i18next",!1,[0],(()=>_.e(3201).then((()=>()=>_(33201))))),59933:()=>y("default","@next-core/pipes",!1,[0],(()=>_.e(6519).then((()=>()=>_(76519))))),58377:()=>y("default","@easyops-cn/brick-next-pipes",!1,[0],(()=>Promise.all([_.e(4291),_.e(563),_.e(1916),_.e(5310)]).then((()=>()=>_(54291))))),18769:()=>v("default","react",!1,[6,0,0,0,,"experimental-ee8509801-20230117"],(()=>_.e(4041).then((()=>()=>_(14041))))),6192:()=>v("default","@next-core/element",!1,[1,1,2,17],(()=>_.e(1045).then((()=>()=>_(21045))))),59435:()=>v("default","react-dom",!1,[6,0,0,0,,"experimental-ee8509801-20230117"],(()=>_.e(3144).then((()=>()=>_(43144))))),99859:()=>v("default","@next-core/react-element",!1,[1,1,0,36],(()=>Promise.all([_.e(6192),_.e(9435),_.e(7733)]).then((()=>()=>_(20114))))),36305:()=>y("default","@next-core/runtime",!1,[0],(()=>Promise.all([_.e(4185),_.e(2304),_.e(1916),_.e(1147),_.e(1321),_.e(7934)]).then((()=>()=>_(24185))))),71321:()=>y("default","@next-core/cook",!1,[0],(()=>Promise.all([_.e(1122),_.e(580)]).then((()=>()=>_(61122))))),11732:()=>y("default","history",!1,[0],(()=>_.e(5384).then((()=>()=>_(65384))))),12692:()=>y("default","@next-core/utils/storyboard",!1,[1,1,7,32],(()=>_.e(6314).then((()=>()=>_(13933))))),29283:()=>y("default","@next-core/inject",!1,[0],(()=>Promise.all([_.e(9933),_.e(4658)]).then((()=>()=>_(72277))))),41361:()=>y("default","@next-core/http",!1,[0],(()=>_.e(3751).then((()=>()=>_(48989))))),45599:()=>y("default","@next-core/loader",!1,[0],(()=>_.e(5399).then((()=>()=>_(35399))))),71858:()=>y("default","moment/locale/zh-cn.js",!1,[0],(()=>Promise.all([_.e(7721),_.e(9844)]).then((()=>()=>_(61329))))),94167:()=>y("default","@next-core/supply",!1,[0],(()=>Promise.all([_.e(9933),_.e(1940)]).then((()=>()=>_(49559))))),80151:()=>v("default","@next-core/react-runtime",!1,[1,1,7,11],(()=>Promise.all([_.e(563),_.e(6305),_.e(7218)]).then((()=>()=>_(64837))))),65674:()=>y("default","@next-core/i18n/react",!1,[1,1,0,74],(()=>Promise.all([_.e(1147),_.e(8097)]).then((()=>()=>_(88097))))),37:()=>y("default","@next-core/theme",!1,[0],(()=>_.e(1889).then((()=>()=>_(51889)))))},k={37:[37],151:[80151],563:[20563],580:[40580],671:[848,75630],1147:[1147],1321:[71321],1916:[91916],2304:[72304],5310:[55310],5674:[65674],6192:[6192],6305:[36305],6519:[58377],7934:[11732,12692,29283,41361,45599,71858,94167],8097:[47825],8769:[18769],9435:[59435],9859:[99859],9933:[59933]},j={},_.f.consumes=(e,t)=>{_.o(k,e)&&k[e].forEach((e=>{if(_.o(x,e))return t.push(x[e]);if(!j[e]){var r=t=>{x[e]=0,_.m[e]=r=>{delete _.c[e],r.exports=t()}};j[e]=!0;var a=t=>{delete x[e],_.m[e]=r=>{throw delete _.c[e],t}};try{var n=w[e]();n.then?t.push(x[e]=n.then(r).catch(a)):r(n)}catch(e){a(e)}}}))},(()=>{_.b=document.baseURI||self.location.href;var e={1370:0};_.f.j=(t,r)=>{var a=_.o(e,t)?e[t]:void 0;if(0!==a)if(a)r.push(a[2]);else if(/^(1(147|321|51|916)|5(310|63|674|80)|6(192|305|71)|9(435|859|933)|2304|37|7934|8769)$/.test(t))e[t]=0;else{var n=new Promise(((r,n)=>a=e[t]=[r,n]));r.push(a[2]=n);var l=_.p+_.u(t),o=new Error;_.l(l,(r=>{if(_.o(e,t)&&(0!==(a=e[t])&&(e[t]=void 0),a)){var n=r&&("load"===r.type?"missing":r.type),l=r&&r.target&&r.target.src;o.message="Loading chunk "+t+" failed.\n("+n+": "+l+")",o.name="ChunkLoadError",o.type=n,o.request=l,a[1](o)}}),"chunk-"+t,t)}};var t=(t,r)=>{var a,n,[l,o,i]=r,c=0;if(l.some((t=>0!==e[t]))){for(a in o)_.o(o,a)&&(_.m[a]=o[a]);i&&i(_)}for(t&&t(r);c<l.length;c++)n=l[c],_.o(e,n)&&e[n]&&e[n][0](),e[n]=0},r=globalThis.webpackChunk_next_bricks_data_view=globalThis.webpackChunk_next_bricks_data_view||[];r.forEach(t.bind(null,0)),r.push=t.bind(null,r.push.bind(r))})(),_.nc=void 0;var E=_(2962);window["bricks/data-view"]=E})();
|
|
2
|
+
//# sourceMappingURL=index.ac36a5ef.js.map
|