@next-bricks/data-view 1.2.1 → 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 +5 -5
- 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 +6 -6
- package/dist/{index.e5b8d125.js → index.66ce9fdd.js} +2 -2
- package/dist/{index.e5b8d125.js.map → index.66ce9fdd.js.map} +1 -1
- package/dist/manifest.json +62 -62
- 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
|
@@ -7,9 +7,9 @@
|
|
|
7
7
|
"data-view.tabs-drawer",
|
|
8
8
|
"data-view.battery-chart",
|
|
9
9
|
"data-view.modern-style-treemap",
|
|
10
|
+
"data-view.dropdown-menu",
|
|
10
11
|
"data-view.complex-search",
|
|
11
12
|
"data-view.loading-panel",
|
|
12
|
-
"data-view.dropdown-menu",
|
|
13
13
|
"data-view.particle-animation",
|
|
14
14
|
"data-view.app-wall-card-item",
|
|
15
15
|
"data-view.app-wall-system-card",
|
|
@@ -20,8 +20,8 @@
|
|
|
20
20
|
"data-view.cabinet-container",
|
|
21
21
|
"data-view.cabinet-thumbnail",
|
|
22
22
|
"data-view.cabinet-graph",
|
|
23
|
-
"data-view.graph-text",
|
|
24
23
|
"data-view.app-wall",
|
|
24
|
+
"data-view.graph-text",
|
|
25
25
|
"data-view.graph-node",
|
|
26
26
|
"data-view.graph-layout-grid",
|
|
27
27
|
"data-view.grid-background",
|
|
@@ -49,10 +49,10 @@
|
|
|
49
49
|
"data-view.tabs-drawer": [
|
|
50
50
|
"eo-icon"
|
|
51
51
|
],
|
|
52
|
-
"data-view.
|
|
52
|
+
"data-view.dropdown-menu": [
|
|
53
53
|
"eo-icon"
|
|
54
54
|
],
|
|
55
|
-
"data-view.
|
|
55
|
+
"data-view.complex-search": [
|
|
56
56
|
"eo-icon"
|
|
57
57
|
],
|
|
58
58
|
"data-view.app-wall-system-card": [
|
|
@@ -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
|
}
|