@next-bricks/data-view 1.2.0 → 1.2.2
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 +6 -6
- package/dist/chunks/{1840.b3144193.js → 1840.63ebdb3d.js} +2 -2
- package/dist/chunks/{1840.b3144193.js.map → 1840.63ebdb3d.js.map} +1 -1
- package/dist/chunks/1889.e313b73e.js +2 -0
- package/dist/chunks/1889.e313b73e.js.map +1 -0
- package/dist/chunks/{4837.fd7ed89e.js → 4837.11f53849.js} +2 -2
- package/dist/chunks/{4837.fd7ed89e.js.map → 4837.11f53849.js.map} +1 -1
- package/dist/chunks/{5478.db4c9276.js → 5478.fbd34b77.js} +3 -3
- package/dist/chunks/5478.fbd34b77.js.map +1 -0
- package/dist/chunks/{7218.fa10b67e.js → 7218.b7113df9.js} +2 -2
- package/dist/chunks/{7218.fa10b67e.js.map → 7218.b7113df9.js.map} +1 -1
- package/dist/chunks/{cabinet-node.96ea740e.js → cabinet-node.a9e29847.js} +3 -3
- package/dist/chunks/{cabinet-node.96ea740e.js.map → cabinet-node.a9e29847.js.map} +1 -1
- package/dist/chunks/{complex-search.306e6d4a.js → complex-search.f2b1779c.js} +2 -2
- package/dist/chunks/{complex-search.306e6d4a.js.map → complex-search.f2b1779c.js.map} +1 -1
- package/dist/chunks/{main.251244fe.js → main.b065ef1b.js} +2 -2
- package/dist/chunks/{main.251244fe.js.map → main.b065ef1b.js.map} +1 -1
- package/dist/chunks/{modern-style-treemap.05141768.js → modern-style-treemap.c1b4b90f.js} +3 -3
- package/dist/chunks/{modern-style-treemap.05141768.js.map → modern-style-treemap.c1b4b90f.js.map} +1 -1
- package/dist/examples.json +14 -14
- package/dist/{index.7306081b.js → index.66ce9fdd.js} +2 -2
- package/dist/{index.7306081b.js.map → index.66ce9fdd.js.map} +1 -1
- package/dist/manifest.json +156 -156
- package/dist/types.json +393 -393
- package/package.json +2 -2
- package/dist/chunks/1889.7e953be6.js +0 -2
- package/dist/chunks/1889.7e953be6.js.map +0 -1
- package/dist/chunks/5478.db4c9276.js.map +0 -1
- /package/dist/chunks/{5478.db4c9276.js.LICENSE.txt → 5478.fbd34b77.js.LICENSE.txt} +0 -0
- /package/dist/chunks/{cabinet-node.96ea740e.js.LICENSE.txt → cabinet-node.a9e29847.js.LICENSE.txt} +0 -0
- /package/dist/chunks/{modern-style-treemap.05141768.js.LICENSE.txt → modern-style-treemap.c1b4b90f.js.LICENSE.txt} +0 -0
package/dist/bricks.json
CHANGED
|
@@ -2,9 +2,11 @@
|
|
|
2
2
|
"id": "bricks/data-view",
|
|
3
3
|
"bricks": [
|
|
4
4
|
"data-view.gauge-chart",
|
|
5
|
-
"data-view.
|
|
5
|
+
"data-view.modern-style-page-title",
|
|
6
6
|
"data-view.modern-style-component-title",
|
|
7
|
+
"data-view.tabs-drawer",
|
|
7
8
|
"data-view.battery-chart",
|
|
9
|
+
"data-view.modern-style-treemap",
|
|
8
10
|
"data-view.dropdown-menu",
|
|
9
11
|
"data-view.complex-search",
|
|
10
12
|
"data-view.loading-panel",
|
|
@@ -15,19 +17,17 @@
|
|
|
15
17
|
"data-view.cabinet-button",
|
|
16
18
|
"data-view.cabinet-node",
|
|
17
19
|
"data-view.cabinet-app-layer",
|
|
18
|
-
"data-view.modern-style-page-title",
|
|
19
|
-
"data-view.modern-style-treemap",
|
|
20
20
|
"data-view.cabinet-container",
|
|
21
21
|
"data-view.cabinet-thumbnail",
|
|
22
22
|
"data-view.cabinet-graph",
|
|
23
23
|
"data-view.app-wall",
|
|
24
24
|
"data-view.graph-text",
|
|
25
|
-
"data-view.graph-layout-grid",
|
|
26
25
|
"data-view.graph-node",
|
|
26
|
+
"data-view.graph-layout-grid",
|
|
27
27
|
"data-view.grid-background",
|
|
28
|
+
"data-view.gear-background",
|
|
28
29
|
"data-view.radar-chart",
|
|
29
30
|
"data-view.title-text",
|
|
30
|
-
"data-view.gear-background",
|
|
31
31
|
"data-view.brick-notification",
|
|
32
32
|
"data-view.tabs-page-title",
|
|
33
33
|
"data-view.top-title-bar",
|
|
@@ -84,5 +84,5 @@
|
|
|
84
84
|
"eo-icon"
|
|
85
85
|
]
|
|
86
86
|
},
|
|
87
|
-
"filePath": "bricks/data-view/dist/index.
|
|
87
|
+
"filePath": "bricks/data-view/dist/index.66ce9fdd.js"
|
|
88
88
|
}
|