@next-bricks/data-view 1.10.13 → 1.12.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 +7 -7
- package/dist/chunks/{8826.a293b47f.js → 8826.7aa371b5.js} +2 -2
- package/dist/chunks/8826.7aa371b5.js.map +1 -0
- package/dist/chunks/china-map.faf20495.js +2 -0
- package/dist/chunks/china-map.faf20495.js.map +1 -0
- package/dist/chunks/{main.44488957.js → main.dc2e2e0c.js} +2 -2
- package/dist/chunks/{main.44488957.js.map → main.dc2e2e0c.js.map} +1 -1
- package/dist/examples.json +20 -20
- package/dist/index.bf37ece0.js +2 -0
- package/dist/{index.8fb268dd.js.map → index.bf37ece0.js.map} +1 -1
- package/dist/manifest.json +220 -214
- package/dist/types.json +247 -207
- package/dist-types/china-map/index.d.ts +10 -1
- package/docs/china-map-chart.md +1 -1
- package/docs/china-map.md +29 -0
- package/package.json +2 -2
- package/dist/chunks/8826.a293b47f.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/index.8fb268dd.js +0 -2
package/dist/types.json
CHANGED
|
@@ -40,110 +40,6 @@
|
|
|
40
40
|
"events": [],
|
|
41
41
|
"methods": []
|
|
42
42
|
},
|
|
43
|
-
"data-view.modern-style-component-title": {
|
|
44
|
-
"properties": [
|
|
45
|
-
{
|
|
46
|
-
"name": "hideLeftComponent",
|
|
47
|
-
"annotation": {
|
|
48
|
-
"type": "keyword",
|
|
49
|
-
"value": "boolean"
|
|
50
|
-
}
|
|
51
|
-
},
|
|
52
|
-
{
|
|
53
|
-
"name": "hideRightComponent",
|
|
54
|
-
"annotation": {
|
|
55
|
-
"type": "keyword",
|
|
56
|
-
"value": "boolean"
|
|
57
|
-
}
|
|
58
|
-
},
|
|
59
|
-
{
|
|
60
|
-
"name": "componentTitle",
|
|
61
|
-
"annotation": {
|
|
62
|
-
"type": "keyword",
|
|
63
|
-
"value": "string"
|
|
64
|
-
}
|
|
65
|
-
},
|
|
66
|
-
{
|
|
67
|
-
"name": "titleTextStyle",
|
|
68
|
-
"annotation": {
|
|
69
|
-
"type": "reference",
|
|
70
|
-
"typeName": {
|
|
71
|
-
"type": "identifier",
|
|
72
|
-
"name": "CSSProperties"
|
|
73
|
-
}
|
|
74
|
-
}
|
|
75
|
-
},
|
|
76
|
-
{
|
|
77
|
-
"name": "squareColor",
|
|
78
|
-
"annotation": {
|
|
79
|
-
"type": "indexedAccess",
|
|
80
|
-
"objectType": {
|
|
81
|
-
"type": "reference",
|
|
82
|
-
"typeName": {
|
|
83
|
-
"type": "identifier",
|
|
84
|
-
"name": "CSSProperties"
|
|
85
|
-
}
|
|
86
|
-
},
|
|
87
|
-
"indexType": {
|
|
88
|
-
"type": "jsLiteral",
|
|
89
|
-
"value": "color"
|
|
90
|
-
}
|
|
91
|
-
}
|
|
92
|
-
}
|
|
93
|
-
],
|
|
94
|
-
"events": [],
|
|
95
|
-
"methods": []
|
|
96
|
-
},
|
|
97
|
-
"data-view.modern-style-page-title": {
|
|
98
|
-
"properties": [
|
|
99
|
-
{
|
|
100
|
-
"name": "pageTitle",
|
|
101
|
-
"annotation": {
|
|
102
|
-
"type": "keyword",
|
|
103
|
-
"value": "string"
|
|
104
|
-
}
|
|
105
|
-
},
|
|
106
|
-
{
|
|
107
|
-
"name": "description",
|
|
108
|
-
"annotation": {
|
|
109
|
-
"type": "keyword",
|
|
110
|
-
"value": "string"
|
|
111
|
-
}
|
|
112
|
-
},
|
|
113
|
-
{
|
|
114
|
-
"name": "backgroundStyle",
|
|
115
|
-
"annotation": {
|
|
116
|
-
"type": "reference",
|
|
117
|
-
"typeName": {
|
|
118
|
-
"type": "identifier",
|
|
119
|
-
"name": "CSSProperties"
|
|
120
|
-
}
|
|
121
|
-
}
|
|
122
|
-
},
|
|
123
|
-
{
|
|
124
|
-
"name": "leftRoundStyle",
|
|
125
|
-
"annotation": {
|
|
126
|
-
"type": "reference",
|
|
127
|
-
"typeName": {
|
|
128
|
-
"type": "identifier",
|
|
129
|
-
"name": "CSSProperties"
|
|
130
|
-
}
|
|
131
|
-
}
|
|
132
|
-
},
|
|
133
|
-
{
|
|
134
|
-
"name": "rightRoundStyle",
|
|
135
|
-
"annotation": {
|
|
136
|
-
"type": "reference",
|
|
137
|
-
"typeName": {
|
|
138
|
-
"type": "identifier",
|
|
139
|
-
"name": "CSSProperties"
|
|
140
|
-
}
|
|
141
|
-
}
|
|
142
|
-
}
|
|
143
|
-
],
|
|
144
|
-
"events": [],
|
|
145
|
-
"methods": []
|
|
146
|
-
},
|
|
147
43
|
"data-view.tabs-drawer": {
|
|
148
44
|
"properties": [
|
|
149
45
|
{
|
|
@@ -476,6 +372,110 @@
|
|
|
476
372
|
}
|
|
477
373
|
]
|
|
478
374
|
},
|
|
375
|
+
"data-view.modern-style-component-title": {
|
|
376
|
+
"properties": [
|
|
377
|
+
{
|
|
378
|
+
"name": "hideLeftComponent",
|
|
379
|
+
"annotation": {
|
|
380
|
+
"type": "keyword",
|
|
381
|
+
"value": "boolean"
|
|
382
|
+
}
|
|
383
|
+
},
|
|
384
|
+
{
|
|
385
|
+
"name": "hideRightComponent",
|
|
386
|
+
"annotation": {
|
|
387
|
+
"type": "keyword",
|
|
388
|
+
"value": "boolean"
|
|
389
|
+
}
|
|
390
|
+
},
|
|
391
|
+
{
|
|
392
|
+
"name": "componentTitle",
|
|
393
|
+
"annotation": {
|
|
394
|
+
"type": "keyword",
|
|
395
|
+
"value": "string"
|
|
396
|
+
}
|
|
397
|
+
},
|
|
398
|
+
{
|
|
399
|
+
"name": "titleTextStyle",
|
|
400
|
+
"annotation": {
|
|
401
|
+
"type": "reference",
|
|
402
|
+
"typeName": {
|
|
403
|
+
"type": "identifier",
|
|
404
|
+
"name": "CSSProperties"
|
|
405
|
+
}
|
|
406
|
+
}
|
|
407
|
+
},
|
|
408
|
+
{
|
|
409
|
+
"name": "squareColor",
|
|
410
|
+
"annotation": {
|
|
411
|
+
"type": "indexedAccess",
|
|
412
|
+
"objectType": {
|
|
413
|
+
"type": "reference",
|
|
414
|
+
"typeName": {
|
|
415
|
+
"type": "identifier",
|
|
416
|
+
"name": "CSSProperties"
|
|
417
|
+
}
|
|
418
|
+
},
|
|
419
|
+
"indexType": {
|
|
420
|
+
"type": "jsLiteral",
|
|
421
|
+
"value": "color"
|
|
422
|
+
}
|
|
423
|
+
}
|
|
424
|
+
}
|
|
425
|
+
],
|
|
426
|
+
"events": [],
|
|
427
|
+
"methods": []
|
|
428
|
+
},
|
|
429
|
+
"data-view.modern-style-page-title": {
|
|
430
|
+
"properties": [
|
|
431
|
+
{
|
|
432
|
+
"name": "pageTitle",
|
|
433
|
+
"annotation": {
|
|
434
|
+
"type": "keyword",
|
|
435
|
+
"value": "string"
|
|
436
|
+
}
|
|
437
|
+
},
|
|
438
|
+
{
|
|
439
|
+
"name": "description",
|
|
440
|
+
"annotation": {
|
|
441
|
+
"type": "keyword",
|
|
442
|
+
"value": "string"
|
|
443
|
+
}
|
|
444
|
+
},
|
|
445
|
+
{
|
|
446
|
+
"name": "backgroundStyle",
|
|
447
|
+
"annotation": {
|
|
448
|
+
"type": "reference",
|
|
449
|
+
"typeName": {
|
|
450
|
+
"type": "identifier",
|
|
451
|
+
"name": "CSSProperties"
|
|
452
|
+
}
|
|
453
|
+
}
|
|
454
|
+
},
|
|
455
|
+
{
|
|
456
|
+
"name": "leftRoundStyle",
|
|
457
|
+
"annotation": {
|
|
458
|
+
"type": "reference",
|
|
459
|
+
"typeName": {
|
|
460
|
+
"type": "identifier",
|
|
461
|
+
"name": "CSSProperties"
|
|
462
|
+
}
|
|
463
|
+
}
|
|
464
|
+
},
|
|
465
|
+
{
|
|
466
|
+
"name": "rightRoundStyle",
|
|
467
|
+
"annotation": {
|
|
468
|
+
"type": "reference",
|
|
469
|
+
"typeName": {
|
|
470
|
+
"type": "identifier",
|
|
471
|
+
"name": "CSSProperties"
|
|
472
|
+
}
|
|
473
|
+
}
|
|
474
|
+
}
|
|
475
|
+
],
|
|
476
|
+
"events": [],
|
|
477
|
+
"methods": []
|
|
478
|
+
},
|
|
479
479
|
"data-view.dropdown-menu": {
|
|
480
480
|
"properties": [
|
|
481
481
|
{
|
|
@@ -1698,6 +1698,35 @@
|
|
|
1698
1698
|
}
|
|
1699
1699
|
]
|
|
1700
1700
|
},
|
|
1701
|
+
"data-view.lights-component-title": {
|
|
1702
|
+
"properties": [
|
|
1703
|
+
{
|
|
1704
|
+
"name": "componentTitle",
|
|
1705
|
+
"annotation": {
|
|
1706
|
+
"type": "keyword",
|
|
1707
|
+
"value": "string"
|
|
1708
|
+
}
|
|
1709
|
+
},
|
|
1710
|
+
{
|
|
1711
|
+
"name": "theme",
|
|
1712
|
+
"annotation": {
|
|
1713
|
+
"type": "union",
|
|
1714
|
+
"types": [
|
|
1715
|
+
{
|
|
1716
|
+
"type": "jsLiteral",
|
|
1717
|
+
"value": "light"
|
|
1718
|
+
},
|
|
1719
|
+
{
|
|
1720
|
+
"type": "jsLiteral",
|
|
1721
|
+
"value": "dark"
|
|
1722
|
+
}
|
|
1723
|
+
]
|
|
1724
|
+
}
|
|
1725
|
+
}
|
|
1726
|
+
],
|
|
1727
|
+
"events": [],
|
|
1728
|
+
"methods": []
|
|
1729
|
+
},
|
|
1701
1730
|
"data-view.top-title-bar": {
|
|
1702
1731
|
"properties": [
|
|
1703
1732
|
{
|
|
@@ -1744,35 +1773,6 @@
|
|
|
1744
1773
|
}
|
|
1745
1774
|
]
|
|
1746
1775
|
},
|
|
1747
|
-
"data-view.lights-component-title": {
|
|
1748
|
-
"properties": [
|
|
1749
|
-
{
|
|
1750
|
-
"name": "componentTitle",
|
|
1751
|
-
"annotation": {
|
|
1752
|
-
"type": "keyword",
|
|
1753
|
-
"value": "string"
|
|
1754
|
-
}
|
|
1755
|
-
},
|
|
1756
|
-
{
|
|
1757
|
-
"name": "theme",
|
|
1758
|
-
"annotation": {
|
|
1759
|
-
"type": "union",
|
|
1760
|
-
"types": [
|
|
1761
|
-
{
|
|
1762
|
-
"type": "jsLiteral",
|
|
1763
|
-
"value": "light"
|
|
1764
|
-
},
|
|
1765
|
-
{
|
|
1766
|
-
"type": "jsLiteral",
|
|
1767
|
-
"value": "dark"
|
|
1768
|
-
}
|
|
1769
|
-
]
|
|
1770
|
-
}
|
|
1771
|
-
}
|
|
1772
|
-
],
|
|
1773
|
-
"events": [],
|
|
1774
|
-
"methods": []
|
|
1775
|
-
},
|
|
1776
1776
|
"data-view.hi-tech-button": {
|
|
1777
1777
|
"properties": [
|
|
1778
1778
|
{
|
|
@@ -2006,6 +2006,80 @@
|
|
|
2006
2006
|
}
|
|
2007
2007
|
]
|
|
2008
2008
|
},
|
|
2009
|
+
"data-view.data-display-flipper": {
|
|
2010
|
+
"properties": [
|
|
2011
|
+
{
|
|
2012
|
+
"name": "flipperTitle",
|
|
2013
|
+
"annotation": {
|
|
2014
|
+
"type": "keyword",
|
|
2015
|
+
"value": "string"
|
|
2016
|
+
}
|
|
2017
|
+
},
|
|
2018
|
+
{
|
|
2019
|
+
"name": "flipperStyle",
|
|
2020
|
+
"annotation": {
|
|
2021
|
+
"type": "reference",
|
|
2022
|
+
"typeName": {
|
|
2023
|
+
"type": "qualifiedName",
|
|
2024
|
+
"left": {
|
|
2025
|
+
"type": "identifier",
|
|
2026
|
+
"name": "React"
|
|
2027
|
+
},
|
|
2028
|
+
"right": {
|
|
2029
|
+
"type": "identifier",
|
|
2030
|
+
"name": "CSSProperties"
|
|
2031
|
+
}
|
|
2032
|
+
}
|
|
2033
|
+
}
|
|
2034
|
+
},
|
|
2035
|
+
{
|
|
2036
|
+
"name": "data",
|
|
2037
|
+
"annotation": {
|
|
2038
|
+
"type": "union",
|
|
2039
|
+
"types": [
|
|
2040
|
+
{
|
|
2041
|
+
"type": "keyword",
|
|
2042
|
+
"value": "number"
|
|
2043
|
+
},
|
|
2044
|
+
{
|
|
2045
|
+
"type": "keyword",
|
|
2046
|
+
"value": "string"
|
|
2047
|
+
}
|
|
2048
|
+
]
|
|
2049
|
+
}
|
|
2050
|
+
},
|
|
2051
|
+
{
|
|
2052
|
+
"name": "unit",
|
|
2053
|
+
"annotation": {
|
|
2054
|
+
"type": "keyword",
|
|
2055
|
+
"value": "string"
|
|
2056
|
+
}
|
|
2057
|
+
},
|
|
2058
|
+
{
|
|
2059
|
+
"name": "enableTitlePrefix",
|
|
2060
|
+
"annotation": {
|
|
2061
|
+
"type": "keyword",
|
|
2062
|
+
"value": "boolean"
|
|
2063
|
+
}
|
|
2064
|
+
},
|
|
2065
|
+
{
|
|
2066
|
+
"name": "showDefaultPrefix",
|
|
2067
|
+
"annotation": {
|
|
2068
|
+
"type": "keyword",
|
|
2069
|
+
"value": "boolean"
|
|
2070
|
+
}
|
|
2071
|
+
},
|
|
2072
|
+
{
|
|
2073
|
+
"name": "separator",
|
|
2074
|
+
"annotation": {
|
|
2075
|
+
"type": "keyword",
|
|
2076
|
+
"value": "string"
|
|
2077
|
+
}
|
|
2078
|
+
}
|
|
2079
|
+
],
|
|
2080
|
+
"events": [],
|
|
2081
|
+
"methods": []
|
|
2082
|
+
},
|
|
2009
2083
|
"data-view.basic-index-group": {
|
|
2010
2084
|
"properties": [
|
|
2011
2085
|
{
|
|
@@ -2156,80 +2230,6 @@
|
|
|
2156
2230
|
}
|
|
2157
2231
|
]
|
|
2158
2232
|
},
|
|
2159
|
-
"data-view.data-display-flipper": {
|
|
2160
|
-
"properties": [
|
|
2161
|
-
{
|
|
2162
|
-
"name": "flipperTitle",
|
|
2163
|
-
"annotation": {
|
|
2164
|
-
"type": "keyword",
|
|
2165
|
-
"value": "string"
|
|
2166
|
-
}
|
|
2167
|
-
},
|
|
2168
|
-
{
|
|
2169
|
-
"name": "flipperStyle",
|
|
2170
|
-
"annotation": {
|
|
2171
|
-
"type": "reference",
|
|
2172
|
-
"typeName": {
|
|
2173
|
-
"type": "qualifiedName",
|
|
2174
|
-
"left": {
|
|
2175
|
-
"type": "identifier",
|
|
2176
|
-
"name": "React"
|
|
2177
|
-
},
|
|
2178
|
-
"right": {
|
|
2179
|
-
"type": "identifier",
|
|
2180
|
-
"name": "CSSProperties"
|
|
2181
|
-
}
|
|
2182
|
-
}
|
|
2183
|
-
}
|
|
2184
|
-
},
|
|
2185
|
-
{
|
|
2186
|
-
"name": "data",
|
|
2187
|
-
"annotation": {
|
|
2188
|
-
"type": "union",
|
|
2189
|
-
"types": [
|
|
2190
|
-
{
|
|
2191
|
-
"type": "keyword",
|
|
2192
|
-
"value": "number"
|
|
2193
|
-
},
|
|
2194
|
-
{
|
|
2195
|
-
"type": "keyword",
|
|
2196
|
-
"value": "string"
|
|
2197
|
-
}
|
|
2198
|
-
]
|
|
2199
|
-
}
|
|
2200
|
-
},
|
|
2201
|
-
{
|
|
2202
|
-
"name": "unit",
|
|
2203
|
-
"annotation": {
|
|
2204
|
-
"type": "keyword",
|
|
2205
|
-
"value": "string"
|
|
2206
|
-
}
|
|
2207
|
-
},
|
|
2208
|
-
{
|
|
2209
|
-
"name": "enableTitlePrefix",
|
|
2210
|
-
"annotation": {
|
|
2211
|
-
"type": "keyword",
|
|
2212
|
-
"value": "boolean"
|
|
2213
|
-
}
|
|
2214
|
-
},
|
|
2215
|
-
{
|
|
2216
|
-
"name": "showDefaultPrefix",
|
|
2217
|
-
"annotation": {
|
|
2218
|
-
"type": "keyword",
|
|
2219
|
-
"value": "boolean"
|
|
2220
|
-
}
|
|
2221
|
-
},
|
|
2222
|
-
{
|
|
2223
|
-
"name": "separator",
|
|
2224
|
-
"annotation": {
|
|
2225
|
-
"type": "keyword",
|
|
2226
|
-
"value": "string"
|
|
2227
|
-
}
|
|
2228
|
-
}
|
|
2229
|
-
],
|
|
2230
|
-
"events": [],
|
|
2231
|
-
"methods": []
|
|
2232
|
-
},
|
|
2233
2233
|
"data-view.data-display-flipper-fifth": {
|
|
2234
2234
|
"properties": [
|
|
2235
2235
|
{
|
|
@@ -3381,6 +3381,13 @@
|
|
|
3381
3381
|
"type": "keyword",
|
|
3382
3382
|
"value": "number"
|
|
3383
3383
|
}
|
|
3384
|
+
},
|
|
3385
|
+
{
|
|
3386
|
+
"name": "textScale",
|
|
3387
|
+
"annotation": {
|
|
3388
|
+
"type": "keyword",
|
|
3389
|
+
"value": "number"
|
|
3390
|
+
}
|
|
3384
3391
|
}
|
|
3385
3392
|
],
|
|
3386
3393
|
"events": [],
|
|
@@ -3416,6 +3423,39 @@
|
|
|
3416
3423
|
"optional": true,
|
|
3417
3424
|
"computed": false
|
|
3418
3425
|
},
|
|
3426
|
+
{
|
|
3427
|
+
"type": "propertySignature",
|
|
3428
|
+
"key": {
|
|
3429
|
+
"type": "identifier",
|
|
3430
|
+
"name": "coordinate"
|
|
3431
|
+
},
|
|
3432
|
+
"annotation": {
|
|
3433
|
+
"type": "tuple",
|
|
3434
|
+
"elementTypes": [
|
|
3435
|
+
{
|
|
3436
|
+
"type": "namedTupleMember",
|
|
3437
|
+
"label": "longitude",
|
|
3438
|
+
"optional": false,
|
|
3439
|
+
"elementType": {
|
|
3440
|
+
"type": "keyword",
|
|
3441
|
+
"value": "number"
|
|
3442
|
+
}
|
|
3443
|
+
},
|
|
3444
|
+
{
|
|
3445
|
+
"type": "namedTupleMember",
|
|
3446
|
+
"label": "latitude",
|
|
3447
|
+
"optional": false,
|
|
3448
|
+
"elementType": {
|
|
3449
|
+
"type": "keyword",
|
|
3450
|
+
"value": "number"
|
|
3451
|
+
}
|
|
3452
|
+
}
|
|
3453
|
+
]
|
|
3454
|
+
},
|
|
3455
|
+
"optional": true,
|
|
3456
|
+
"computed": false,
|
|
3457
|
+
"description": "手动设置经纬度信息,优先级高于 province 和 city"
|
|
3458
|
+
},
|
|
3419
3459
|
{
|
|
3420
3460
|
"type": "propertySignature",
|
|
3421
3461
|
"key": {
|
|
@@ -5,10 +5,13 @@ export interface ChinaMapProps {
|
|
|
5
5
|
province?: string;
|
|
6
6
|
dataSource?: DataItem[];
|
|
7
7
|
maxScale?: number;
|
|
8
|
+
textScale?: number;
|
|
8
9
|
}
|
|
9
10
|
export interface DataItem {
|
|
10
11
|
province?: string;
|
|
11
12
|
city?: string;
|
|
13
|
+
/** 手动设置经纬度信息,优先级高于 province 和 city */
|
|
14
|
+
coordinate?: [longitude: number, latitude: number];
|
|
12
15
|
text: string;
|
|
13
16
|
}
|
|
14
17
|
/**
|
|
@@ -29,9 +32,15 @@ export declare class ChinaMap extends ReactNextElement implements ChinaMapProps
|
|
|
29
32
|
* @default 1
|
|
30
33
|
*/
|
|
31
34
|
accessor maxScale: number | undefined;
|
|
35
|
+
/**
|
|
36
|
+
* 标签文本缩放比例
|
|
37
|
+
*
|
|
38
|
+
* @default 1
|
|
39
|
+
*/
|
|
40
|
+
accessor textScale: number | undefined;
|
|
32
41
|
render(): React.JSX.Element;
|
|
33
42
|
}
|
|
34
43
|
export interface ChinaMapComponentProps extends ChinaMapProps {
|
|
35
44
|
root: ChinaMap;
|
|
36
45
|
}
|
|
37
|
-
export declare function ChinaMapComponent({ root, province, dataSource, maxScale, }: ChinaMapComponentProps): React.JSX.Element;
|
|
46
|
+
export declare function ChinaMapComponent({ root, province, dataSource, maxScale, textScale, }: ChinaMapComponentProps): React.JSX.Element;
|
package/docs/china-map-chart.md
CHANGED
package/docs/china-map.md
CHANGED
|
@@ -56,3 +56,32 @@ 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
|
+
textScale: 2
|
|
72
|
+
dataSource:
|
|
73
|
+
- text: "北京昌平 21348"
|
|
74
|
+
coordinate:
|
|
75
|
+
- 116
|
|
76
|
+
- 40
|
|
77
|
+
- text: "山东青岛 4242"
|
|
78
|
+
coordinate:
|
|
79
|
+
- 119
|
|
80
|
+
- 35.5
|
|
81
|
+
# Currently this brick only looks well within dark theme
|
|
82
|
+
lifeCycle:
|
|
83
|
+
onPageLoad:
|
|
84
|
+
action: theme.setTheme
|
|
85
|
+
args:
|
|
86
|
+
- dark-v2
|
|
87
|
+
```
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@next-bricks/data-view",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.12.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": "50616f836507af20e7e960e70cb3870e8f5471a4"
|
|
46
46
|
}
|