@next-bricks/data-view 1.10.12 → 1.11.0
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 +14 -14
- package/dist/chunks/{3171.844c796f.js → 3171.58807427.js} +2 -2
- package/dist/chunks/{5552.6fcbd077.js.map → 3171.58807427.js.map} +1 -1
- package/dist/chunks/{6314.9f58384b.js → 3933.f2b54556.js} +2 -2
- package/dist/chunks/{6314.9f58384b.js.map → 3933.f2b54556.js.map} +1 -1
- package/dist/chunks/{5552.6fcbd077.js → 5552.87da9878.js} +2 -2
- package/dist/chunks/{3171.844c796f.js.map → 5552.87da9878.js.map} +1 -1
- package/dist/chunks/{3933.0bb7da1d.js → 6314.a27d2069.js} +2 -2
- package/dist/chunks/{3933.0bb7da1d.js.map → 6314.a27d2069.js.map} +1 -1
- package/dist/chunks/6773.5f152984.js +2 -0
- package/dist/chunks/6773.5f152984.js.map +1 -0
- package/dist/chunks/{8097.8f59d530.js → 8097.e14d0f64.js} +2 -2
- package/dist/chunks/{8097.8f59d530.js.map → 8097.e14d0f64.js.map} +1 -1
- package/dist/chunks/871.b8aa19b8.js +2 -0
- package/dist/chunks/871.b8aa19b8.js.map +1 -0
- package/dist/chunks/8826.de9de90b.js +2 -0
- package/dist/chunks/8826.de9de90b.js.map +1 -0
- package/dist/chunks/9140.3c21ab5b.js +3 -0
- package/dist/chunks/9140.3c21ab5b.js.map +1 -0
- package/dist/chunks/china-map.bcf4df6e.js +2 -0
- package/dist/chunks/china-map.bcf4df6e.js.map +1 -0
- package/dist/chunks/complex-search.c53d6876.js +2 -0
- package/dist/chunks/{complex-search.6e250583.js.map → complex-search.c53d6876.js.map} +1 -1
- package/dist/chunks/graph-text.35673faa.js +2 -0
- package/dist/chunks/{graph-text.7519cf16.js.map → graph-text.35673faa.js.map} +1 -1
- package/dist/chunks/{main.5a631d5a.js → main.fb95bab6.js} +2 -2
- package/dist/chunks/{main.5a631d5a.js.map → main.fb95bab6.js.map} +1 -1
- package/dist/chunks/{modern-style-treemap.e69e96f5.js → modern-style-treemap.3836ca2d.js} +3 -3
- package/dist/chunks/{modern-style-treemap.e69e96f5.js.map → modern-style-treemap.3836ca2d.js.map} +1 -1
- package/dist/examples.json +22 -22
- package/dist/{index.bda4d569.js → index.163f2ff4.js} +2 -2
- package/dist/index.163f2ff4.js.map +1 -0
- package/dist/manifest.json +223 -223
- package/dist/types.json +1227 -1194
- package/dist-types/china-map/index.d.ts +2 -0
- package/docs/china-map.md +28 -0
- package/package.json +2 -2
- package/dist/chunks/6773.12284ad6.js +0 -2
- package/dist/chunks/6773.12284ad6.js.map +0 -1
- package/dist/chunks/871.f5aa7aaf.js +0 -2
- package/dist/chunks/871.f5aa7aaf.js.map +0 -1
- package/dist/chunks/8826.da754999.js +0 -2
- package/dist/chunks/8826.da754999.js.map +0 -1
- package/dist/chunks/9140.e170dabc.js +0 -3
- package/dist/chunks/9140.e170dabc.js.map +0 -1
- package/dist/chunks/china-map.a31fb444.js +0 -2
- package/dist/chunks/china-map.a31fb444.js.map +0 -1
- package/dist/chunks/complex-search.6e250583.js +0 -2
- package/dist/chunks/graph-text.7519cf16.js +0 -2
- package/dist/index.bda4d569.js.map +0 -1
- /package/dist/chunks/{9140.e170dabc.js.LICENSE.txt → 9140.3c21ab5b.js.LICENSE.txt} +0 -0
- /package/dist/chunks/{modern-style-treemap.e69e96f5.js.LICENSE.txt → modern-style-treemap.3836ca2d.js.LICENSE.txt} +0 -0
package/docs/china-map.md
CHANGED
|
@@ -56,3 +56,31 @@ children:
|
|
|
56
56
|
args:
|
|
57
57
|
- dark-v2
|
|
58
58
|
```
|
|
59
|
+
|
|
60
|
+
### Specific coordinates
|
|
61
|
+
|
|
62
|
+
```yaml preview height="600px"
|
|
63
|
+
brick: div
|
|
64
|
+
properties:
|
|
65
|
+
style:
|
|
66
|
+
height: calc(100vh - 4em)
|
|
67
|
+
position: relative
|
|
68
|
+
children:
|
|
69
|
+
- brick: data-view.china-map
|
|
70
|
+
properties:
|
|
71
|
+
dataSource:
|
|
72
|
+
- text: "山东济南 21348"
|
|
73
|
+
coordinate:
|
|
74
|
+
- 117.1201
|
|
75
|
+
- 36.6512
|
|
76
|
+
- text: "山东青岛 4242"
|
|
77
|
+
coordinate:
|
|
78
|
+
- 119
|
|
79
|
+
- 35.5
|
|
80
|
+
# Currently this brick only looks well within dark theme
|
|
81
|
+
lifeCycle:
|
|
82
|
+
onPageLoad:
|
|
83
|
+
action: theme.setTheme
|
|
84
|
+
args:
|
|
85
|
+
- dark-v2
|
|
86
|
+
```
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@next-bricks/data-view",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.11.0",
|
|
4
4
|
"homepage": "https://github.com/easyops-cn/next-advanced-bricks/tree/master/bricks/data-view",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -42,5 +42,5 @@
|
|
|
42
42
|
"@next-bricks/basic": "*",
|
|
43
43
|
"@next-bricks/icons": "*"
|
|
44
44
|
},
|
|
45
|
-
"gitHead": "
|
|
45
|
+
"gitHead": "b5e41ceb140129f566b7896bfc919cfac4c5420f"
|
|
46
46
|
}
|