@next-bricks/data-view 1.1.3 → 1.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bricks.json +3 -3
- package/dist/chunks/1451.cc95980b.js +2 -0
- package/dist/chunks/{1451.e35bbcfd.js.map → 1451.cc95980b.js.map} +1 -1
- package/dist/chunks/{7115.c7d6355b.js → 7115.158f414a.js} +2 -2
- package/dist/chunks/{7115.c7d6355b.js.map → 7115.158f414a.js.map} +1 -1
- package/dist/chunks/{875.1d06ab4f.js → 875.3b54687a.js} +2 -2
- package/dist/chunks/875.3b54687a.js.map +1 -0
- package/dist/chunks/{9496.e7d5eede.js → 9496.84419110.js} +2 -2
- package/dist/chunks/{9496.e7d5eede.js.map → 9496.84419110.js.map} +1 -1
- package/dist/chunks/{9515.28a7e331.js → 9515.506e8139.js} +2 -2
- package/dist/chunks/{9515.28a7e331.js.map → 9515.506e8139.js.map} +1 -1
- package/dist/chunks/complex-search.44948656.js +2 -0
- package/dist/chunks/{complex-search.a55cd6d8.js.map → complex-search.44948656.js.map} +1 -1
- package/dist/chunks/{graph-layout-grid.a2ea340b.js → graph-layout-grid.740b0a94.js} +2 -2
- package/dist/chunks/{graph-layout-grid.a2ea340b.js.map → graph-layout-grid.740b0a94.js.map} +1 -1
- package/dist/chunks/main.e9ad7c7f.js +2 -0
- package/dist/chunks/{main.20759736.js.map → main.e9ad7c7f.js.map} +1 -1
- package/dist/chunks/modern-style-treemap.129f7599.js +3 -0
- package/dist/chunks/{modern-style-treemap.53270555.js.map → modern-style-treemap.129f7599.js.map} +1 -1
- package/dist/examples.json +6 -6
- package/dist/index.4271c02d.js +2 -0
- package/dist/{index.3f7673b2.js.map → index.4271c02d.js.map} +1 -1
- package/dist/manifest.json +56 -56
- package/dist/types.json +54 -54
- package/package.json +2 -2
- package/dist/chunks/1451.e35bbcfd.js +0 -2
- package/dist/chunks/875.1d06ab4f.js.map +0 -1
- package/dist/chunks/complex-search.a55cd6d8.js +0 -2
- package/dist/chunks/main.20759736.js +0 -2
- package/dist/chunks/modern-style-treemap.53270555.js +0 -3
- package/dist/index.3f7673b2.js +0 -2
- /package/dist/chunks/{modern-style-treemap.53270555.js.LICENSE.txt → modern-style-treemap.129f7599.js.LICENSE.txt} +0 -0
package/dist/bricks.json
CHANGED
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
"id": "bricks/data-view",
|
|
3
3
|
"bricks": [
|
|
4
4
|
"data-view.gauge-chart",
|
|
5
|
+
"data-view.modern-style-component-title",
|
|
5
6
|
"data-view.modern-style-page-title",
|
|
6
7
|
"data-view.tabs-drawer",
|
|
7
|
-
"data-view.modern-style-component-title",
|
|
8
8
|
"data-view.modern-style-treemap",
|
|
9
9
|
"data-view.battery-chart",
|
|
10
10
|
"data-view.dropdown-menu",
|
|
@@ -25,8 +25,8 @@
|
|
|
25
25
|
"data-view.graph-node",
|
|
26
26
|
"data-view.graph-layout-grid",
|
|
27
27
|
"data-view.grid-background",
|
|
28
|
-
"data-view.radar-chart",
|
|
29
28
|
"data-view.gear-background",
|
|
29
|
+
"data-view.radar-chart",
|
|
30
30
|
"data-view.title-text",
|
|
31
31
|
"data-view.brick-notification",
|
|
32
32
|
"data-view.tabs-page-title",
|
|
@@ -82,5 +82,5 @@
|
|
|
82
82
|
"eo-icon"
|
|
83
83
|
]
|
|
84
84
|
},
|
|
85
|
-
"filePath": "bricks/data-view/dist/index.
|
|
85
|
+
"filePath": "bricks/data-view/dist/index.4271c02d.js"
|
|
86
86
|
}
|