@next-bricks/data-view 1.12.11 → 1.12.13
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/chunks/{1889.c7ee1fb2.js → 1889.6af39981.js} +2 -2
- package/dist/chunks/{1889.c7ee1fb2.js.map → 1889.6af39981.js.map} +1 -1
- package/dist/chunks/{2145.65311b68.js → 2145.a81e35fa.js} +2 -2
- package/dist/chunks/2145.a81e35fa.js.map +1 -0
- package/dist/chunks/3171.0b9bbc30.js +2 -0
- package/dist/chunks/3171.0b9bbc30.js.map +1 -0
- package/dist/chunks/5399.fd40a11e.js +2 -0
- package/dist/chunks/5399.fd40a11e.js.map +1 -0
- package/dist/chunks/5552.5f907b58.js +2 -0
- package/dist/chunks/5552.5f907b58.js.map +1 -0
- package/dist/chunks/6376.6c11ee6d.js +2 -0
- package/dist/chunks/6376.6c11ee6d.js.map +1 -0
- package/dist/chunks/9118.cfcd7581.js +3 -0
- package/dist/chunks/9118.cfcd7581.js.LICENSE.txt +11 -0
- package/dist/chunks/9118.cfcd7581.js.map +1 -0
- package/dist/chunks/948.c3df313a.js +3 -0
- package/dist/chunks/948.c3df313a.js.map +1 -0
- package/dist/chunks/app-wall-card-item.7c32b915.js.map +1 -1
- package/dist/chunks/app-wall-relation-line.0445cf9d.js.map +1 -1
- package/dist/chunks/app-wall-system-card.aa2b5b84.js.map +1 -1
- package/dist/chunks/app-wall.126608d6.js.map +1 -1
- package/dist/chunks/basic-index-group.c555b165.js.map +1 -1
- package/dist/chunks/battery-chart.554d378f.js.map +1 -1
- package/dist/chunks/brick-notification.ae523413.js.map +1 -1
- package/dist/chunks/bubbles-indicator.e7b47e1e.js.map +1 -1
- package/dist/chunks/cabinet-app-layer.6a1a78c4.js.map +1 -1
- package/dist/chunks/cabinet-container.49872d09.js.map +1 -1
- package/dist/chunks/cabinet-graph.6aa32783.js.map +1 -1
- package/dist/chunks/china-map-chart.56dc9a9f.js.map +1 -1
- package/dist/chunks/china-map.a7c98bf0.js.map +1 -1
- package/dist/chunks/{complex-search.cbeec078.js → complex-search.666d9179.js} +2 -2
- package/dist/chunks/{complex-search.cbeec078.js.map → complex-search.666d9179.js.map} +1 -1
- package/dist/chunks/dropdown-menu.5c9a12d7.js.map +1 -1
- package/dist/chunks/globe-with-gear-indicator.123e65c1.js.map +1 -1
- package/dist/chunks/globe-with-halo-indicator.01b2c9a2.js.map +1 -1
- package/dist/chunks/globe-with-orbit-indicator.45415b04.js.map +1 -1
- package/dist/chunks/lights-component-title.0cccad81.js.map +1 -1
- package/dist/chunks/main.f208d7dd.js +2 -0
- package/dist/chunks/main.f208d7dd.js.map +1 -0
- package/dist/chunks/{modern-style-treemap.24ddab63.js → modern-style-treemap.87f2ea87.js} +3 -3
- package/dist/chunks/modern-style-treemap.87f2ea87.js.map +1 -0
- package/dist/chunks/progress-bar-list.8b0651c1.js.map +1 -1
- package/dist/chunks/tabs-drawer.ae7c57ad.js.map +1 -1
- package/dist/chunks/tabs-page-title.c696bb65.js.map +1 -1
- package/dist/chunks/tech-mesh-base-view.4c3b548e.js.map +1 -1
- package/dist/examples.json +59 -59
- package/dist/index.a683e2ca.js +2 -0
- package/dist/index.a683e2ca.js.map +1 -0
- package/dist/manifest.json +241 -216
- package/dist/types.json +421 -422
- package/dist-types/app-wall/card-item/index.d.ts +1 -0
- package/dist-types/app-wall/relation-line/index.d.ts +2 -4
- package/dist-types/app-wall/system-card/index.d.ts +6 -30
- package/dist-types/basic-index-group/index.d.ts +1 -0
- package/dist-types/battery-chart/index.d.ts +7 -20
- package/dist-types/brick-notification/index.d.ts +4 -4
- package/dist-types/bubbles-indicator/index.d.ts +1 -0
- package/dist-types/cabinet/cabinet-app-layer/index.d.ts +3 -8
- package/dist-types/cabinet/index.d.ts +3 -12
- package/dist-types/china-map/index.d.ts +1 -1
- package/dist-types/globe-with-gear-indicator/index.d.ts +2 -0
- package/dist-types/globe-with-halo-indicator/index.d.ts +2 -0
- package/dist-types/globe-with-orbit-indicator/index.d.ts +2 -0
- package/dist-types/lights-component-title/index.d.ts +4 -4
- package/dist-types/modern-style-treemap/index.d.ts +7 -7
- package/dist-types/progress-bar-list/index.d.ts +6 -4
- package/dist-types/tabs-page-title/index.d.ts +1 -1
- package/dist-types/tech-mesh-base-view/index.d.ts +2 -1
- package/docs/app-wall-card-item.md +23 -1
- package/docs/app-wall-card-item.react.md +52 -0
- package/docs/app-wall-relation-line.md +19 -1
- package/docs/app-wall-relation-line.react.md +36 -0
- package/docs/app-wall-system-card.md +35 -2
- package/docs/app-wall-system-card.react.md +89 -0
- package/docs/app-wall.md +118 -1469
- package/docs/app-wall.react.md +235 -0
- package/docs/basic-index-group.md +22 -1
- package/docs/basic-index-group.react.md +132 -0
- package/docs/battery-chart.md +44 -1
- package/docs/battery-chart.react.md +137 -0
- package/docs/brick-notification.md +22 -1
- package/docs/brick-notification.react.md +45 -0
- package/docs/bubbles-indicator.md +23 -1
- package/docs/bubbles-indicator.react.md +52 -0
- package/docs/cabinet-app-layer.md +49 -1
- package/docs/cabinet-app-layer.react.md +58 -0
- package/docs/cabinet-button.md +19 -1
- package/docs/cabinet-button.react.md +39 -0
- package/docs/cabinet-container.md +55 -1
- package/docs/cabinet-container.react.md +84 -0
- package/docs/cabinet-graph.md +61 -1
- package/docs/cabinet-graph.react.md +131 -0
- package/docs/cabinet-node.md +39 -1
- package/docs/cabinet-node.react.md +66 -0
- package/docs/cabinet-thumbnail.md +44 -1
- package/docs/cabinet-thumbnail.react.md +88 -0
- package/docs/china-map-chart.md +42 -2
- package/docs/china-map-chart.react.md +117 -0
- package/docs/china-map.md +26 -1
- package/docs/china-map.react.md +78 -0
- package/docs/complex-search.md +77 -1
- package/docs/complex-search.react.md +101 -0
- package/docs/crystal-ball-indicator.md +57 -1
- package/docs/crystal-ball-indicator.react.md +70 -0
- package/docs/data-display-flipper-fifth.md +76 -1
- package/docs/data-display-flipper-fifth.react.md +89 -0
- package/docs/data-display-flipper-sixth.md +39 -5
- package/docs/data-display-flipper-sixth.react.md +47 -0
- package/docs/data-display-flipper.md +68 -2
- package/docs/data-display-flipper.react.md +91 -0
- package/docs/dropdown-menu.md +62 -13
- package/docs/dropdown-menu.react.md +68 -0
- package/docs/gauge-chart.md +68 -19
- package/docs/gauge-chart.react.md +80 -0
- package/docs/gear-background.md +41 -8
- package/docs/gear-background.react.md +56 -0
- package/docs/globe-with-gear-indicator.md +67 -1
- package/docs/globe-with-gear-indicator.react.md +69 -0
- package/docs/globe-with-halo-indicator.md +67 -1
- package/docs/globe-with-halo-indicator.react.md +69 -0
- package/docs/globe-with-orbit-indicator.md +67 -1
- package/docs/globe-with-orbit-indicator.react.md +70 -0
- package/docs/graph-layout-grid.md +108 -85
- package/docs/graph-layout-grid.react.md +172 -0
- package/docs/graph-node.md +25 -7
- package/docs/graph-node.react.md +36 -0
- package/docs/graph-text.md +24 -6
- package/docs/graph-text.react.md +34 -0
- package/docs/grid-background.md +21 -1
- package/docs/grid-background.react.md +45 -0
- package/docs/hi-tech-button.md +63 -2
- package/docs/hi-tech-button.react.md +106 -0
- package/docs/indicator-card.md +26 -1
- package/docs/indicator-card.react.md +86 -0
- package/docs/lights-component-title.md +23 -1
- package/docs/lights-component-title.react.md +49 -0
- package/docs/loading-panel.md +31 -1
- package/docs/loading-panel.react.md +62 -0
- package/docs/modern-style-component-title.md +39 -2
- package/docs/modern-style-component-title.react.md +76 -0
- package/docs/modern-style-page-title.md +43 -1
- package/docs/modern-style-page-title.react.md +56 -0
- package/docs/modern-style-treemap.md +71 -373
- package/docs/modern-style-treemap.react.md +131 -0
- package/docs/particle-animation.md +45 -1
- package/docs/particle-animation.react.md +64 -0
- package/docs/progress-bar-list.md +19 -1
- package/docs/progress-bar-list.react.md +47 -0
- package/docs/radar-chart.md +97 -31
- package/docs/radar-chart.react.md +75 -0
- package/docs/simple-card-item.md +79 -3
- package/docs/simple-card-item.react.md +83 -0
- package/docs/tabs-drawer.md +81 -2
- package/docs/tabs-drawer.react.md +117 -0
- package/docs/tabs-page-title.md +40 -1
- package/docs/tabs-page-title.react.md +87 -0
- package/docs/tech-mesh-base-view.md +22 -1
- package/docs/tech-mesh-base-view.react.md +55 -0
- package/docs/title-text.md +41 -1
- package/docs/title-text.react.md +67 -0
- package/docs/top-title-bar.md +25 -2
- package/docs/top-title-bar.react.md +50 -0
- package/package.json +2 -2
- package/dist/chunks/2145.65311b68.js.map +0 -1
- package/dist/chunks/3171.1af9074e.js +0 -2
- package/dist/chunks/3171.1af9074e.js.map +0 -1
- package/dist/chunks/4837.80094357.js +0 -2
- package/dist/chunks/4837.80094357.js.map +0 -1
- package/dist/chunks/5399.bc04d692.js +0 -2
- package/dist/chunks/5399.bc04d692.js.map +0 -1
- package/dist/chunks/5552.bc6a55e1.js +0 -2
- package/dist/chunks/5552.bc6a55e1.js.map +0 -1
- package/dist/chunks/7218.7a1bbf3a.js +0 -2
- package/dist/chunks/7218.7a1bbf3a.js.map +0 -1
- package/dist/chunks/948.c2aa593f.js +0 -3
- package/dist/chunks/948.c2aa593f.js.map +0 -1
- package/dist/chunks/main.71e1cf26.js +0 -2
- package/dist/chunks/main.71e1cf26.js.map +0 -1
- package/dist/chunks/modern-style-treemap.24ddab63.js.map +0 -1
- package/dist/index.3a389e66.js +0 -2
- package/dist/index.3a389e66.js.map +0 -1
- /package/dist/chunks/{948.c2aa593f.js.LICENSE.txt → 948.c3df313a.js.LICENSE.txt} +0 -0
- /package/dist/chunks/{modern-style-treemap.24ddab63.js.LICENSE.txt → modern-style-treemap.87f2ea87.js.LICENSE.txt} +0 -0
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
---
|
|
2
|
+
tagName: data-view.app-wall-system-card
|
|
3
|
+
displayName: WrappedDataViewAppWallSystemCard
|
|
4
|
+
description: 应用墙系统卡片
|
|
5
|
+
category: big-screen-layout
|
|
6
|
+
source: "@next-bricks/data-view"
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
# WrappedDataViewAppWallSystemCard
|
|
10
|
+
|
|
11
|
+
> 应用墙系统卡片
|
|
12
|
+
|
|
13
|
+
## 导入
|
|
14
|
+
|
|
15
|
+
```tsx
|
|
16
|
+
import { WrappedDataViewAppWallSystemCard } from "@easyops/wrapped-components";
|
|
17
|
+
```
|
|
18
|
+
|
|
19
|
+
## Props
|
|
20
|
+
|
|
21
|
+
| 属性 | 类型 | 必填 | 默认值 | 说明 |
|
|
22
|
+
| -------------- | --------------------- | ---- | ---------- | ------------ |
|
|
23
|
+
| status | `StatusType` | 否 | `"normal"` | 卡片状态 |
|
|
24
|
+
| cardTitle | `string` | 否 | - | 卡片标题 |
|
|
25
|
+
| itemList | `DescriptionItem[]` | 否 | - | 卡片信息数据 |
|
|
26
|
+
| buttonName | `string` | 否 | - | 按钮名称 |
|
|
27
|
+
| containerStyle | `React.CSSProperties` | 否 | - | 外层容器样式 |
|
|
28
|
+
|
|
29
|
+
## Events
|
|
30
|
+
|
|
31
|
+
| 事件 | detail | 说明 |
|
|
32
|
+
| ------------- | ------ | ------------ |
|
|
33
|
+
| onButtonClick | `void` | 按钮点击事件 |
|
|
34
|
+
|
|
35
|
+
## Examples
|
|
36
|
+
|
|
37
|
+
### Basic
|
|
38
|
+
|
|
39
|
+
展示应用墙系统卡片的基本用法,包含标题、信息列表和按钮。
|
|
40
|
+
|
|
41
|
+
```tsx
|
|
42
|
+
<WrappedDataViewAppWallSystemCard
|
|
43
|
+
style={{
|
|
44
|
+
background: "rgba(40, 46, 58, 100%)",
|
|
45
|
+
boxShadow:
|
|
46
|
+
"0 0 12px 2px rgba(80, 255, 255, 0.45), inset 0 0 22px 0 #20242A",
|
|
47
|
+
border: "2px solid #50FFFF",
|
|
48
|
+
overflow: "hidden",
|
|
49
|
+
height: "400px",
|
|
50
|
+
}}
|
|
51
|
+
cardTitle="A系统"
|
|
52
|
+
itemList={[
|
|
53
|
+
{ key: "实例ID", value: "xxxx" },
|
|
54
|
+
{ key: "系统英文缩写", value: "system-fms" },
|
|
55
|
+
{ key: "系统英文名称", value: "app-fms" },
|
|
56
|
+
{ key: "系统中文名称", value: "A财务系统" },
|
|
57
|
+
{ key: "归属部门", value: "财务系统部" },
|
|
58
|
+
{ key: "系统类型", value: "应用系统" },
|
|
59
|
+
{ key: "系统描述", value: "1、使用场景概述:财务应收和应付结算" },
|
|
60
|
+
]}
|
|
61
|
+
buttonName="应用墙大屏"
|
|
62
|
+
onButtonClick={(e) => console.log(e.detail)}
|
|
63
|
+
/>
|
|
64
|
+
```
|
|
65
|
+
|
|
66
|
+
### Status
|
|
67
|
+
|
|
68
|
+
展示 warning 状态下的系统卡片样式。
|
|
69
|
+
|
|
70
|
+
```tsx
|
|
71
|
+
<WrappedDataViewAppWallSystemCard
|
|
72
|
+
style={{
|
|
73
|
+
background:
|
|
74
|
+
"linear-gradient(180deg, #CC0066 0%, rgba(204, 0, 102, 0.2) 100%),#0F1117FF",
|
|
75
|
+
boxShadow:
|
|
76
|
+
"0 0 12px 2px rgba(204, 0, 102, 0.4), inset 0 4px 10px 0 rgba(255, 255, 255, 0.65)",
|
|
77
|
+
overflow: "hidden",
|
|
78
|
+
height: "400px",
|
|
79
|
+
}}
|
|
80
|
+
cardTitle="B系统"
|
|
81
|
+
itemList={[
|
|
82
|
+
{ key: "实例ID", value: "xxxx" },
|
|
83
|
+
{ key: "系统英文缩写", value: "system-fms-B" },
|
|
84
|
+
{ key: "系统描述", value: "1、使用场景概述:财务应收和应付结算" },
|
|
85
|
+
]}
|
|
86
|
+
buttonName="应用墙大屏"
|
|
87
|
+
status="warning"
|
|
88
|
+
/>
|
|
89
|
+
```
|