@next-bricks/data-view 1.8.0 → 1.9.1
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 +8 -8
- package/dist/chunks/32.b45f5151.js +2 -0
- package/dist/chunks/32.b45f5151.js.map +1 -0
- package/dist/chunks/6873.5f62fd24.js +1 -0
- package/dist/chunks/8968.09a0d05a.js +1 -0
- package/dist/chunks/9123.5fbb5f01.js +1 -0
- package/dist/chunks/china-map-chart.331f7837.js +2 -0
- package/dist/chunks/china-map-chart.331f7837.js.map +1 -0
- package/dist/chunks/main.e9cbbef8.js +2 -0
- package/dist/chunks/main.e9cbbef8.js.map +1 -0
- package/dist/examples.json +16 -16
- package/dist/images/7e4100fd.png +0 -0
- package/dist/index.d23f893b.js +2 -0
- package/dist/index.d23f893b.js.map +1 -0
- package/dist/manifest.json +138 -133
- package/dist/types.json +138 -131
- package/dist-types/china-map-chart/index.d.ts +6 -1
- package/docs/china-map-chart.md +28 -0
- package/package.json +3 -2
- package/dist/chunks/3035.c14dd436.js +0 -2
- package/dist/chunks/3035.c14dd436.js.map +0 -1
- package/dist/chunks/5214.6fb670ee.js +0 -2
- package/dist/chunks/5214.6fb670ee.js.map +0 -1
- package/dist/chunks/china-map-chart.d1e8b843.js +0 -2
- package/dist/chunks/china-map-chart.d1e8b843.js.map +0 -1
- package/dist/chunks/main.f2f04361.js +0 -2
- package/dist/chunks/main.f2f04361.js.map +0 -1
- package/dist/index.1906baf6.js +0 -2
- package/dist/index.1906baf6.js.map +0 -1
package/dist/bricks.json
CHANGED
|
@@ -2,19 +2,19 @@
|
|
|
2
2
|
"id": "bricks/data-view",
|
|
3
3
|
"bricks": [
|
|
4
4
|
"data-view.gauge-chart",
|
|
5
|
-
"data-view.tabs-drawer",
|
|
6
5
|
"data-view.modern-style-component-title",
|
|
7
|
-
"data-view.modern-style-treemap",
|
|
8
6
|
"data-view.modern-style-page-title",
|
|
7
|
+
"data-view.tabs-drawer",
|
|
8
|
+
"data-view.modern-style-treemap",
|
|
9
9
|
"data-view.battery-chart",
|
|
10
|
-
"data-view.complex-search",
|
|
11
10
|
"data-view.dropdown-menu",
|
|
11
|
+
"data-view.complex-search",
|
|
12
12
|
"data-view.loading-panel",
|
|
13
13
|
"data-view.particle-animation",
|
|
14
14
|
"data-view.app-wall-card-item",
|
|
15
15
|
"data-view.app-wall-system-card",
|
|
16
|
-
"data-view.cabinet-button",
|
|
17
16
|
"data-view.app-wall-relation-line",
|
|
17
|
+
"data-view.cabinet-button",
|
|
18
18
|
"data-view.cabinet-node",
|
|
19
19
|
"data-view.cabinet-app-layer",
|
|
20
20
|
"data-view.cabinet-container",
|
|
@@ -32,8 +32,8 @@
|
|
|
32
32
|
"data-view.tabs-page-title",
|
|
33
33
|
"data-view.top-title-bar",
|
|
34
34
|
"data-view.lights-component-title",
|
|
35
|
-
"data-view.tech-mesh-base-view",
|
|
36
35
|
"data-view.hi-tech-button",
|
|
36
|
+
"data-view.tech-mesh-base-view",
|
|
37
37
|
"data-view.simple-card-item",
|
|
38
38
|
"data-view.basic-index-group",
|
|
39
39
|
"data-view.data-display-flipper",
|
|
@@ -55,10 +55,10 @@
|
|
|
55
55
|
"data-view.tabs-drawer": [
|
|
56
56
|
"eo-icon"
|
|
57
57
|
],
|
|
58
|
-
"data-view.
|
|
58
|
+
"data-view.dropdown-menu": [
|
|
59
59
|
"eo-icon"
|
|
60
60
|
],
|
|
61
|
-
"data-view.
|
|
61
|
+
"data-view.complex-search": [
|
|
62
62
|
"eo-icon"
|
|
63
63
|
],
|
|
64
64
|
"data-view.app-wall-system-card": [
|
|
@@ -106,5 +106,5 @@
|
|
|
106
106
|
"eo-tag"
|
|
107
107
|
]
|
|
108
108
|
},
|
|
109
|
-
"filePath": "bricks/data-view/dist/index.
|
|
109
|
+
"filePath": "bricks/data-view/dist/index.d23f893b.js"
|
|
110
110
|
}
|