@next-bricks/data-view 1.1.9 → 1.1.10
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 +7 -7
- package/dist/chunks/{1451.cb665a23.js → 1451.3e4f4b24.js} +2 -2
- package/dist/chunks/{1451.cb665a23.js.map → 1451.3e4f4b24.js.map} +1 -1
- package/dist/chunks/{2652.65a83eae.js → 2652.b74a0d9d.js} +2 -2
- package/dist/chunks/2652.b74a0d9d.js.map +1 -0
- package/dist/chunks/{7115.c1b60166.js → 7115.e5705c7a.js} +2 -2
- package/dist/chunks/{7115.c1b60166.js.map → 7115.e5705c7a.js.map} +1 -1
- package/dist/chunks/{9496.2308868c.js → 9496.d0515794.js} +2 -2
- package/dist/chunks/{9496.2308868c.js.map → 9496.d0515794.js.map} +1 -1
- package/dist/chunks/{complex-search.e684e3fc.js → complex-search.1c63dc38.js} +2 -2
- package/dist/chunks/{complex-search.e684e3fc.js.map → complex-search.1c63dc38.js.map} +1 -1
- package/dist/chunks/{main.778d6e0c.js → main.6b2e6f24.js} +2 -2
- package/dist/chunks/{main.778d6e0c.js.map → main.6b2e6f24.js.map} +1 -1
- package/dist/chunks/{modern-style-treemap.81ca0106.js → modern-style-treemap.76c02429.js} +3 -3
- package/dist/chunks/{modern-style-treemap.81ca0106.js.map → modern-style-treemap.76c02429.js.map} +1 -1
- package/dist/examples.json +9 -9
- package/dist/{index.18edde58.js → index.8d71cc47.js} +2 -2
- package/dist/{index.18edde58.js.map → index.8d71cc47.js.map} +1 -1
- package/dist/manifest.json +154 -154
- package/dist/types.json +290 -290
- package/package.json +2 -2
- package/dist/chunks/2652.65a83eae.js.map +0 -1
- /package/dist/chunks/{modern-style-treemap.81ca0106.js.LICENSE.txt → modern-style-treemap.76c02429.js.LICENSE.txt} +0 -0
package/dist/bricks.json
CHANGED
|
@@ -3,18 +3,18 @@
|
|
|
3
3
|
"bricks": [
|
|
4
4
|
"data-view.gauge-chart",
|
|
5
5
|
"data-view.modern-style-component-title",
|
|
6
|
-
"data-view.modern-style-page-title",
|
|
7
|
-
"data-view.tabs-drawer",
|
|
8
6
|
"data-view.modern-style-treemap",
|
|
9
7
|
"data-view.battery-chart",
|
|
10
8
|
"data-view.dropdown-menu",
|
|
11
9
|
"data-view.complex-search",
|
|
12
10
|
"data-view.loading-panel",
|
|
13
|
-
"data-view.particle-animation",
|
|
14
11
|
"data-view.app-wall-card-item",
|
|
12
|
+
"data-view.particle-animation",
|
|
15
13
|
"data-view.app-wall-system-card",
|
|
16
14
|
"data-view.app-wall-relation-line",
|
|
15
|
+
"data-view.modern-style-page-title",
|
|
17
16
|
"data-view.cabinet-button",
|
|
17
|
+
"data-view.tabs-drawer",
|
|
18
18
|
"data-view.cabinet-node",
|
|
19
19
|
"data-view.cabinet-app-layer",
|
|
20
20
|
"data-view.cabinet-container",
|
|
@@ -44,9 +44,6 @@
|
|
|
44
44
|
"elements": [],
|
|
45
45
|
"processors": [],
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"data-view.tabs-drawer": [
|
|
48
|
-
"eo-icon"
|
|
49
|
-
],
|
|
50
47
|
"data-view.dropdown-menu": [
|
|
51
48
|
"eo-icon"
|
|
52
49
|
],
|
|
@@ -56,6 +53,9 @@
|
|
|
56
53
|
"data-view.app-wall-system-card": [
|
|
57
54
|
"eo-icon"
|
|
58
55
|
],
|
|
56
|
+
"data-view.tabs-drawer": [
|
|
57
|
+
"eo-icon"
|
|
58
|
+
],
|
|
59
59
|
"data-view.cabinet-container": [
|
|
60
60
|
"data-view.cabinet-node"
|
|
61
61
|
],
|
|
@@ -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.8d71cc47.js"
|
|
86
86
|
}
|