@next-bricks/data-view 1.12.11 → 1.12.12
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/2145.65311b68.js.map +1 -1
- 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.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/modern-style-treemap.24ddab63.js.map +1 -1
- 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.3a389e66.js → index.09e27086.js} +2 -2
- package/dist/{index.3a389e66.js.map → index.09e27086.js.map} +1 -1
- package/dist/manifest.json +239 -214
- package/dist/types.json +419 -420
- 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/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/bricks.json
CHANGED
|
@@ -3,16 +3,16 @@
|
|
|
3
3
|
"bricks": [
|
|
4
4
|
"data-view.gauge-chart",
|
|
5
5
|
"data-view.modern-style-component-title",
|
|
6
|
+
"data-view.modern-style-page-title",
|
|
6
7
|
"data-view.tabs-drawer",
|
|
7
8
|
"data-view.modern-style-treemap",
|
|
8
9
|
"data-view.battery-chart",
|
|
9
|
-
"data-view.modern-style-page-title",
|
|
10
10
|
"data-view.dropdown-menu",
|
|
11
11
|
"data-view.complex-search",
|
|
12
12
|
"data-view.loading-panel",
|
|
13
|
+
"data-view.particle-animation",
|
|
13
14
|
"data-view.app-wall-card-item",
|
|
14
15
|
"data-view.app-wall-system-card",
|
|
15
|
-
"data-view.particle-animation",
|
|
16
16
|
"data-view.app-wall-relation-line",
|
|
17
17
|
"data-view.cabinet-button",
|
|
18
18
|
"data-view.cabinet-node",
|
|
@@ -24,12 +24,12 @@
|
|
|
24
24
|
"data-view.graph-text",
|
|
25
25
|
"data-view.graph-node",
|
|
26
26
|
"data-view.graph-layout-grid",
|
|
27
|
-
"data-view.gear-background",
|
|
28
27
|
"data-view.grid-background",
|
|
28
|
+
"data-view.gear-background",
|
|
29
29
|
"data-view.radar-chart",
|
|
30
30
|
"data-view.title-text",
|
|
31
|
-
"data-view.tabs-page-title",
|
|
32
31
|
"data-view.brick-notification",
|
|
32
|
+
"data-view.tabs-page-title",
|
|
33
33
|
"data-view.top-title-bar",
|
|
34
34
|
"data-view.lights-component-title",
|
|
35
35
|
"data-view.hi-tech-button",
|
|
@@ -38,16 +38,16 @@
|
|
|
38
38
|
"data-view.basic-index-group",
|
|
39
39
|
"data-view.data-display-flipper",
|
|
40
40
|
"data-view.data-display-flipper-fifth",
|
|
41
|
-
"data-view.indicator-card",
|
|
42
41
|
"data-view.data-display-flipper-sixth",
|
|
42
|
+
"data-view.indicator-card",
|
|
43
43
|
"data-view.progress-bar-list",
|
|
44
44
|
"data-view.china-map-chart",
|
|
45
45
|
"data-view.crystal-ball-indicator",
|
|
46
46
|
"data-view.globe-with-halo-indicator",
|
|
47
47
|
"data-view.globe-with-gear-indicator",
|
|
48
48
|
"data-view.bubbles-indicator",
|
|
49
|
-
"data-view.
|
|
50
|
-
"data-view.
|
|
49
|
+
"data-view.globe-with-orbit-indicator",
|
|
50
|
+
"data-view.china-map"
|
|
51
51
|
],
|
|
52
52
|
"elements": [],
|
|
53
53
|
"processors": [],
|
|
@@ -103,12 +103,12 @@
|
|
|
103
103
|
"data-view.bubbles-indicator": [
|
|
104
104
|
"eo-tag"
|
|
105
105
|
],
|
|
106
|
-
"data-view.china-map": [
|
|
107
|
-
"eo-icon"
|
|
108
|
-
],
|
|
109
106
|
"data-view.globe-with-orbit-indicator": [
|
|
110
107
|
"eo-tag"
|
|
108
|
+
],
|
|
109
|
+
"data-view.china-map": [
|
|
110
|
+
"eo-icon"
|
|
111
111
|
]
|
|
112
112
|
},
|
|
113
|
-
"filePath": "bricks/data-view/dist/index.
|
|
113
|
+
"filePath": "bricks/data-view/dist/index.09e27086.js"
|
|
114
114
|
}
|