@next-bricks/data-view 1.10.2 → 1.10.4

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.
Files changed (28) hide show
  1. package/dist/bricks.json +10 -10
  2. package/dist/chunks/4185.07ba4a80.js +3 -0
  3. package/dist/chunks/4185.07ba4a80.js.map +1 -0
  4. package/dist/chunks/{4837.7e0b494a.js → 4837.e706dac0.js} +2 -2
  5. package/dist/chunks/{4837.7e0b494a.js.map → 4837.e706dac0.js.map} +1 -1
  6. package/dist/chunks/{7218.168df8f5.js → 7218.cae81a5a.js} +2 -2
  7. package/dist/chunks/{7218.168df8f5.js.map → 7218.cae81a5a.js.map} +1 -1
  8. package/dist/chunks/8826.20ffc351.js +2 -0
  9. package/dist/chunks/{8826.9ba3bce1.js.map → 8826.20ffc351.js.map} +1 -1
  10. package/dist/chunks/complex-search.9052343c.js +2 -0
  11. package/dist/chunks/{complex-search.94ff4d73.js.map → complex-search.9052343c.js.map} +1 -1
  12. package/dist/chunks/{main.103ffe2c.js → main.59d87c49.js} +2 -2
  13. package/dist/chunks/{main.103ffe2c.js.map → main.59d87c49.js.map} +1 -1
  14. package/dist/chunks/modern-style-treemap.7742f7af.js +3 -0
  15. package/dist/chunks/{modern-style-treemap.fbaa3c10.js.map → modern-style-treemap.7742f7af.js.map} +1 -1
  16. package/dist/examples.json +21 -21
  17. package/dist/{index.e5ef11af.js → index.376f9d5a.js} +2 -2
  18. package/dist/{index.e5ef11af.js.map → index.376f9d5a.js.map} +1 -1
  19. package/dist/manifest.json +223 -223
  20. package/dist/types.json +551 -551
  21. package/package.json +2 -2
  22. package/dist/chunks/1491.ca56048e.js +0 -3
  23. package/dist/chunks/1491.ca56048e.js.map +0 -1
  24. package/dist/chunks/8826.9ba3bce1.js +0 -2
  25. package/dist/chunks/complex-search.94ff4d73.js +0 -2
  26. package/dist/chunks/modern-style-treemap.fbaa3c10.js +0 -3
  27. /package/dist/chunks/{1491.ca56048e.js.LICENSE.txt → 4185.07ba4a80.js.LICENSE.txt} +0 -0
  28. /package/dist/chunks/{modern-style-treemap.fbaa3c10.js.LICENSE.txt → modern-style-treemap.7742f7af.js.LICENSE.txt} +0 -0
package/dist/types.json CHANGED
@@ -144,199 +144,6 @@
144
144
  "events": [],
145
145
  "methods": []
146
146
  },
147
- "data-view.tabs-drawer": {
148
- "properties": [
149
- {
150
- "name": "tabList",
151
- "annotation": {
152
- "type": "array",
153
- "elementType": {
154
- "type": "reference",
155
- "typeName": {
156
- "type": "identifier",
157
- "name": "TabItem"
158
- }
159
- }
160
- }
161
- },
162
- {
163
- "name": "activeKey",
164
- "annotation": {
165
- "type": "keyword",
166
- "value": "string"
167
- }
168
- },
169
- {
170
- "name": "width",
171
- "annotation": {
172
- "type": "union",
173
- "types": [
174
- {
175
- "type": "keyword",
176
- "value": "number"
177
- },
178
- {
179
- "type": "keyword",
180
- "value": "string"
181
- }
182
- ]
183
- }
184
- },
185
- {
186
- "name": "drawerStyle",
187
- "annotation": {
188
- "type": "reference",
189
- "typeName": {
190
- "type": "qualifiedName",
191
- "left": {
192
- "type": "identifier",
193
- "name": "React"
194
- },
195
- "right": {
196
- "type": "identifier",
197
- "name": "CSSProperties"
198
- }
199
- }
200
- }
201
- },
202
- {
203
- "name": "bodyStyle",
204
- "annotation": {
205
- "type": "reference",
206
- "typeName": {
207
- "type": "qualifiedName",
208
- "left": {
209
- "type": "identifier",
210
- "name": "React"
211
- },
212
- "right": {
213
- "type": "identifier",
214
- "name": "CSSProperties"
215
- }
216
- }
217
- }
218
- },
219
- {
220
- "name": "zIndex",
221
- "annotation": {
222
- "type": "keyword",
223
- "value": "number"
224
- }
225
- },
226
- {
227
- "name": "visible",
228
- "annotation": {
229
- "type": "keyword",
230
- "value": "boolean"
231
- }
232
- }
233
- ],
234
- "events": [
235
- {
236
- "name": "open",
237
- "detail": {
238
- "annotation": {
239
- "type": "keyword",
240
- "value": "void"
241
- }
242
- }
243
- },
244
- {
245
- "name": "close",
246
- "detail": {
247
- "annotation": {
248
- "type": "keyword",
249
- "value": "void"
250
- }
251
- }
252
- },
253
- {
254
- "name": "tab.change",
255
- "detail": {
256
- "annotation": {
257
- "type": "keyword",
258
- "value": "string"
259
- }
260
- }
261
- }
262
- ],
263
- "methods": [
264
- {
265
- "name": "open",
266
- "params": [],
267
- "returns": {}
268
- },
269
- {
270
- "name": "close",
271
- "params": [],
272
- "returns": {}
273
- }
274
- ],
275
- "types": [
276
- {
277
- "type": "interface",
278
- "name": "TabItem",
279
- "body": [
280
- {
281
- "type": "propertySignature",
282
- "key": {
283
- "type": "identifier",
284
- "name": "icon"
285
- },
286
- "annotation": {
287
- "type": "reference",
288
- "typeName": {
289
- "type": "identifier",
290
- "name": "GeneralIconProps"
291
- }
292
- },
293
- "computed": false,
294
- "description": "菜单标题对应的图标。"
295
- },
296
- {
297
- "type": "propertySignature",
298
- "key": {
299
- "type": "identifier",
300
- "name": "key"
301
- },
302
- "annotation": {
303
- "type": "keyword",
304
- "value": "string"
305
- },
306
- "computed": false,
307
- "description": "唯一标识"
308
- },
309
- {
310
- "type": "propertySignature",
311
- "key": {
312
- "type": "identifier",
313
- "name": "title"
314
- },
315
- "annotation": {
316
- "type": "keyword",
317
- "value": "string"
318
- },
319
- "optional": true,
320
- "computed": false,
321
- "description": "菜单标题。"
322
- },
323
- {
324
- "type": "propertySignature",
325
- "key": {
326
- "type": "identifier",
327
- "name": "tooltip"
328
- },
329
- "annotation": {
330
- "type": "keyword",
331
- "value": "string"
332
- },
333
- "optional": true,
334
- "computed": false
335
- }
336
- ]
337
- }
338
- ]
339
- },
340
147
  "data-view.battery-chart": {
341
148
  "properties": [
342
149
  {
@@ -537,16 +344,209 @@
537
344
  ],
538
345
  "events": [
539
346
  {
540
- "name": "value.change",
541
- "detail": {
542
- "annotation": {
543
- "type": "keyword",
544
- "value": "string"
347
+ "name": "value.change",
348
+ "detail": {
349
+ "annotation": {
350
+ "type": "keyword",
351
+ "value": "string"
352
+ }
353
+ }
354
+ }
355
+ ],
356
+ "methods": []
357
+ },
358
+ "data-view.tabs-drawer": {
359
+ "properties": [
360
+ {
361
+ "name": "tabList",
362
+ "annotation": {
363
+ "type": "array",
364
+ "elementType": {
365
+ "type": "reference",
366
+ "typeName": {
367
+ "type": "identifier",
368
+ "name": "TabItem"
369
+ }
370
+ }
371
+ }
372
+ },
373
+ {
374
+ "name": "activeKey",
375
+ "annotation": {
376
+ "type": "keyword",
377
+ "value": "string"
378
+ }
379
+ },
380
+ {
381
+ "name": "width",
382
+ "annotation": {
383
+ "type": "union",
384
+ "types": [
385
+ {
386
+ "type": "keyword",
387
+ "value": "number"
388
+ },
389
+ {
390
+ "type": "keyword",
391
+ "value": "string"
392
+ }
393
+ ]
394
+ }
395
+ },
396
+ {
397
+ "name": "drawerStyle",
398
+ "annotation": {
399
+ "type": "reference",
400
+ "typeName": {
401
+ "type": "qualifiedName",
402
+ "left": {
403
+ "type": "identifier",
404
+ "name": "React"
405
+ },
406
+ "right": {
407
+ "type": "identifier",
408
+ "name": "CSSProperties"
409
+ }
410
+ }
411
+ }
412
+ },
413
+ {
414
+ "name": "bodyStyle",
415
+ "annotation": {
416
+ "type": "reference",
417
+ "typeName": {
418
+ "type": "qualifiedName",
419
+ "left": {
420
+ "type": "identifier",
421
+ "name": "React"
422
+ },
423
+ "right": {
424
+ "type": "identifier",
425
+ "name": "CSSProperties"
426
+ }
427
+ }
428
+ }
429
+ },
430
+ {
431
+ "name": "zIndex",
432
+ "annotation": {
433
+ "type": "keyword",
434
+ "value": "number"
435
+ }
436
+ },
437
+ {
438
+ "name": "visible",
439
+ "annotation": {
440
+ "type": "keyword",
441
+ "value": "boolean"
442
+ }
443
+ }
444
+ ],
445
+ "events": [
446
+ {
447
+ "name": "open",
448
+ "detail": {
449
+ "annotation": {
450
+ "type": "keyword",
451
+ "value": "void"
452
+ }
453
+ }
454
+ },
455
+ {
456
+ "name": "close",
457
+ "detail": {
458
+ "annotation": {
459
+ "type": "keyword",
460
+ "value": "void"
461
+ }
462
+ }
463
+ },
464
+ {
465
+ "name": "tab.change",
466
+ "detail": {
467
+ "annotation": {
468
+ "type": "keyword",
469
+ "value": "string"
470
+ }
471
+ }
472
+ }
473
+ ],
474
+ "methods": [
475
+ {
476
+ "name": "open",
477
+ "params": [],
478
+ "returns": {}
479
+ },
480
+ {
481
+ "name": "close",
482
+ "params": [],
483
+ "returns": {}
484
+ }
485
+ ],
486
+ "types": [
487
+ {
488
+ "type": "interface",
489
+ "name": "TabItem",
490
+ "body": [
491
+ {
492
+ "type": "propertySignature",
493
+ "key": {
494
+ "type": "identifier",
495
+ "name": "icon"
496
+ },
497
+ "annotation": {
498
+ "type": "reference",
499
+ "typeName": {
500
+ "type": "identifier",
501
+ "name": "GeneralIconProps"
502
+ }
503
+ },
504
+ "computed": false,
505
+ "description": "菜单标题对应的图标。"
506
+ },
507
+ {
508
+ "type": "propertySignature",
509
+ "key": {
510
+ "type": "identifier",
511
+ "name": "key"
512
+ },
513
+ "annotation": {
514
+ "type": "keyword",
515
+ "value": "string"
516
+ },
517
+ "computed": false,
518
+ "description": "唯一标识"
519
+ },
520
+ {
521
+ "type": "propertySignature",
522
+ "key": {
523
+ "type": "identifier",
524
+ "name": "title"
525
+ },
526
+ "annotation": {
527
+ "type": "keyword",
528
+ "value": "string"
529
+ },
530
+ "optional": true,
531
+ "computed": false,
532
+ "description": "菜单标题。"
533
+ },
534
+ {
535
+ "type": "propertySignature",
536
+ "key": {
537
+ "type": "identifier",
538
+ "name": "tooltip"
539
+ },
540
+ "annotation": {
541
+ "type": "keyword",
542
+ "value": "string"
543
+ },
544
+ "optional": true,
545
+ "computed": false
545
546
  }
546
- }
547
+ ]
547
548
  }
548
- ],
549
- "methods": []
549
+ ]
550
550
  },
551
551
  "data-view.particle-animation": {
552
552
  "properties": [
@@ -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
  {
@@ -1974,182 +1974,32 @@
1974
1974
  "events": [],
1975
1975
  "methods": [],
1976
1976
  "types": [
1977
- {
1978
- "type": "interface",
1979
- "name": "descriptionListItem",
1980
- "body": [
1981
- {
1982
- "type": "propertySignature",
1983
- "key": {
1984
- "type": "identifier",
1985
- "name": "key"
1986
- },
1987
- "annotation": {
1988
- "type": "keyword",
1989
- "value": "string"
1990
- },
1991
- "computed": false
1992
- },
1993
- {
1994
- "type": "propertySignature",
1995
- "key": {
1996
- "type": "identifier",
1997
- "name": "value"
1998
- },
1999
- "annotation": {
2000
- "type": "keyword",
2001
- "value": "string"
2002
- },
2003
- "computed": false
2004
- }
2005
- ]
2006
- }
2007
- ]
2008
- },
2009
- "data-view.basic-index-group": {
2010
- "properties": [
2011
- {
2012
- "name": "itemList",
2013
- "annotation": {
2014
- "type": "array",
2015
- "elementType": {
2016
- "type": "reference",
2017
- "typeName": {
2018
- "type": "identifier",
2019
- "name": "ItemProps"
2020
- }
2021
- }
2022
- }
2023
- },
2024
- {
2025
- "name": "width",
2026
- "annotation": {
2027
- "type": "keyword",
2028
- "value": "number"
2029
- }
2030
- },
2031
- {
2032
- "name": "gap",
2033
- "annotation": {
2034
- "type": "keyword",
2035
- "value": "number"
2036
- }
2037
- },
2038
- {
2039
- "name": "layout",
2040
- "annotation": {
2041
- "type": "keyword",
2042
- "value": "string"
2043
- }
2044
- }
2045
- ],
2046
- "events": [],
2047
- "methods": [],
2048
- "types": [
2049
- {
2050
- "type": "interface",
2051
- "name": "ItemProps",
2052
- "body": [
2053
- {
2054
- "type": "propertySignature",
2055
- "key": {
2056
- "type": "identifier",
2057
- "name": "title"
2058
- },
2059
- "annotation": {
2060
- "type": "keyword",
2061
- "value": "string"
2062
- },
2063
- "computed": false
2064
- },
2065
- {
2066
- "type": "propertySignature",
2067
- "key": {
2068
- "type": "identifier",
2069
- "name": "number"
2070
- },
2071
- "annotation": {
2072
- "type": "keyword",
2073
- "value": "number"
2074
- },
2075
- "computed": false
2076
- },
2077
- {
2078
- "type": "propertySignature",
2079
- "key": {
2080
- "type": "identifier",
2081
- "name": "type"
2082
- },
2083
- "annotation": {
2084
- "type": "union",
2085
- "types": [
2086
- {
2087
- "type": "jsLiteral",
2088
- "value": "host"
2089
- },
2090
- {
2091
- "type": "jsLiteral",
2092
- "value": "cloud"
2093
- },
2094
- {
2095
- "type": "jsLiteral",
2096
- "value": "network"
2097
- },
2098
- {
2099
- "type": "jsLiteral",
2100
- "value": "database"
2101
- }
2102
- ]
2103
- },
2104
- "optional": true,
2105
- "computed": false
2106
- },
1977
+ {
1978
+ "type": "interface",
1979
+ "name": "descriptionListItem",
1980
+ "body": [
2107
1981
  {
2108
1982
  "type": "propertySignature",
2109
1983
  "key": {
2110
1984
  "type": "identifier",
2111
- "name": "imgSrc"
1985
+ "name": "key"
2112
1986
  },
2113
1987
  "annotation": {
2114
1988
  "type": "keyword",
2115
1989
  "value": "string"
2116
1990
  },
2117
- "optional": true,
2118
1991
  "computed": false
2119
1992
  },
2120
1993
  {
2121
1994
  "type": "propertySignature",
2122
1995
  "key": {
2123
1996
  "type": "identifier",
2124
- "name": "description"
1997
+ "name": "value"
2125
1998
  },
2126
1999
  "annotation": {
2127
2000
  "type": "keyword",
2128
2001
  "value": "string"
2129
2002
  },
2130
- "optional": true,
2131
- "computed": false
2132
- },
2133
- {
2134
- "type": "propertySignature",
2135
- "key": {
2136
- "type": "identifier",
2137
- "name": "trendIcon"
2138
- },
2139
- "annotation": {
2140
- "type": "union",
2141
- "types": [
2142
- {
2143
- "type": "jsLiteral",
2144
- "value": "up"
2145
- },
2146
- {
2147
- "type": "jsLiteral",
2148
- "value": "down"
2149
- }
2150
- ]
2151
- },
2152
- "optional": true,
2153
2003
  "computed": false
2154
2004
  }
2155
2005
  ]
@@ -2343,6 +2193,156 @@
2343
2193
  "events": [],
2344
2194
  "methods": []
2345
2195
  },
2196
+ "data-view.basic-index-group": {
2197
+ "properties": [
2198
+ {
2199
+ "name": "itemList",
2200
+ "annotation": {
2201
+ "type": "array",
2202
+ "elementType": {
2203
+ "type": "reference",
2204
+ "typeName": {
2205
+ "type": "identifier",
2206
+ "name": "ItemProps"
2207
+ }
2208
+ }
2209
+ }
2210
+ },
2211
+ {
2212
+ "name": "width",
2213
+ "annotation": {
2214
+ "type": "keyword",
2215
+ "value": "number"
2216
+ }
2217
+ },
2218
+ {
2219
+ "name": "gap",
2220
+ "annotation": {
2221
+ "type": "keyword",
2222
+ "value": "number"
2223
+ }
2224
+ },
2225
+ {
2226
+ "name": "layout",
2227
+ "annotation": {
2228
+ "type": "keyword",
2229
+ "value": "string"
2230
+ }
2231
+ }
2232
+ ],
2233
+ "events": [],
2234
+ "methods": [],
2235
+ "types": [
2236
+ {
2237
+ "type": "interface",
2238
+ "name": "ItemProps",
2239
+ "body": [
2240
+ {
2241
+ "type": "propertySignature",
2242
+ "key": {
2243
+ "type": "identifier",
2244
+ "name": "title"
2245
+ },
2246
+ "annotation": {
2247
+ "type": "keyword",
2248
+ "value": "string"
2249
+ },
2250
+ "computed": false
2251
+ },
2252
+ {
2253
+ "type": "propertySignature",
2254
+ "key": {
2255
+ "type": "identifier",
2256
+ "name": "number"
2257
+ },
2258
+ "annotation": {
2259
+ "type": "keyword",
2260
+ "value": "number"
2261
+ },
2262
+ "computed": false
2263
+ },
2264
+ {
2265
+ "type": "propertySignature",
2266
+ "key": {
2267
+ "type": "identifier",
2268
+ "name": "type"
2269
+ },
2270
+ "annotation": {
2271
+ "type": "union",
2272
+ "types": [
2273
+ {
2274
+ "type": "jsLiteral",
2275
+ "value": "host"
2276
+ },
2277
+ {
2278
+ "type": "jsLiteral",
2279
+ "value": "cloud"
2280
+ },
2281
+ {
2282
+ "type": "jsLiteral",
2283
+ "value": "network"
2284
+ },
2285
+ {
2286
+ "type": "jsLiteral",
2287
+ "value": "database"
2288
+ }
2289
+ ]
2290
+ },
2291
+ "optional": true,
2292
+ "computed": false
2293
+ },
2294
+ {
2295
+ "type": "propertySignature",
2296
+ "key": {
2297
+ "type": "identifier",
2298
+ "name": "imgSrc"
2299
+ },
2300
+ "annotation": {
2301
+ "type": "keyword",
2302
+ "value": "string"
2303
+ },
2304
+ "optional": true,
2305
+ "computed": false
2306
+ },
2307
+ {
2308
+ "type": "propertySignature",
2309
+ "key": {
2310
+ "type": "identifier",
2311
+ "name": "description"
2312
+ },
2313
+ "annotation": {
2314
+ "type": "keyword",
2315
+ "value": "string"
2316
+ },
2317
+ "optional": true,
2318
+ "computed": false
2319
+ },
2320
+ {
2321
+ "type": "propertySignature",
2322
+ "key": {
2323
+ "type": "identifier",
2324
+ "name": "trendIcon"
2325
+ },
2326
+ "annotation": {
2327
+ "type": "union",
2328
+ "types": [
2329
+ {
2330
+ "type": "jsLiteral",
2331
+ "value": "up"
2332
+ },
2333
+ {
2334
+ "type": "jsLiteral",
2335
+ "value": "down"
2336
+ }
2337
+ ]
2338
+ },
2339
+ "optional": true,
2340
+ "computed": false
2341
+ }
2342
+ ]
2343
+ }
2344
+ ]
2345
+ },
2346
2346
  "data-view.indicator-card": {
2347
2347
  "properties": [
2348
2348
  {
@@ -3346,87 +3346,229 @@
3346
3346
  "type": "expressionWithTypeArguments",
3347
3347
  "expression": {
3348
3348
  "type": "identifier",
3349
- "name": "DataItem"
3350
- }
3349
+ "name": "DataItem"
3350
+ }
3351
+ }
3352
+ ]
3353
+ }
3354
+ ]
3355
+ },
3356
+ "data-view.china-map": {
3357
+ "properties": [
3358
+ {
3359
+ "name": "province",
3360
+ "annotation": {
3361
+ "type": "keyword",
3362
+ "value": "string"
3363
+ }
3364
+ },
3365
+ {
3366
+ "name": "dataSource",
3367
+ "annotation": {
3368
+ "type": "array",
3369
+ "elementType": {
3370
+ "type": "reference",
3371
+ "typeName": {
3372
+ "type": "identifier",
3373
+ "name": "DataItem"
3374
+ }
3375
+ }
3376
+ }
3377
+ },
3378
+ {
3379
+ "name": "maxScale",
3380
+ "annotation": {
3381
+ "type": "keyword",
3382
+ "value": "number"
3383
+ }
3384
+ }
3385
+ ],
3386
+ "events": [],
3387
+ "methods": [],
3388
+ "types": [
3389
+ {
3390
+ "type": "interface",
3391
+ "name": "DataItem",
3392
+ "body": [
3393
+ {
3394
+ "type": "propertySignature",
3395
+ "key": {
3396
+ "type": "identifier",
3397
+ "name": "province"
3398
+ },
3399
+ "annotation": {
3400
+ "type": "keyword",
3401
+ "value": "string"
3402
+ },
3403
+ "optional": true,
3404
+ "computed": false
3405
+ },
3406
+ {
3407
+ "type": "propertySignature",
3408
+ "key": {
3409
+ "type": "identifier",
3410
+ "name": "city"
3411
+ },
3412
+ "annotation": {
3413
+ "type": "keyword",
3414
+ "value": "string"
3415
+ },
3416
+ "optional": true,
3417
+ "computed": false
3418
+ },
3419
+ {
3420
+ "type": "propertySignature",
3421
+ "key": {
3422
+ "type": "identifier",
3423
+ "name": "text"
3424
+ },
3425
+ "annotation": {
3426
+ "type": "keyword",
3427
+ "value": "string"
3428
+ },
3429
+ "computed": false
3351
3430
  }
3352
3431
  ]
3353
3432
  }
3354
3433
  ]
3355
3434
  },
3356
- "data-view.china-map": {
3435
+ "data-view.complex-search": {
3357
3436
  "properties": [
3358
3437
  {
3359
- "name": "province",
3438
+ "name": "value",
3360
3439
  "annotation": {
3361
3440
  "type": "keyword",
3362
3441
  "value": "string"
3363
3442
  }
3364
3443
  },
3365
3444
  {
3366
- "name": "dataSource",
3445
+ "name": "placeholder",
3446
+ "annotation": {
3447
+ "type": "keyword",
3448
+ "value": "string"
3449
+ }
3450
+ },
3451
+ {
3452
+ "name": "options",
3367
3453
  "annotation": {
3368
3454
  "type": "array",
3369
3455
  "elementType": {
3370
3456
  "type": "reference",
3371
3457
  "typeName": {
3372
3458
  "type": "identifier",
3373
- "name": "DataItem"
3459
+ "name": "OptionItem"
3374
3460
  }
3375
3461
  }
3376
3462
  }
3377
3463
  },
3378
3464
  {
3379
- "name": "maxScale",
3465
+ "name": "tooltipUseBrick",
3380
3466
  "annotation": {
3381
- "type": "keyword",
3382
- "value": "number"
3467
+ "type": "reference",
3468
+ "typeName": {
3469
+ "type": "identifier",
3470
+ "name": "ReactUseMultipleBricksProps"
3471
+ }
3472
+ }
3473
+ }
3474
+ ],
3475
+ "events": [
3476
+ {
3477
+ "name": "change",
3478
+ "detail": {
3479
+ "annotation": {
3480
+ "type": "keyword",
3481
+ "value": "string"
3482
+ }
3483
+ }
3484
+ },
3485
+ {
3486
+ "name": "search",
3487
+ "detail": {
3488
+ "annotation": {
3489
+ "type": "keyword",
3490
+ "value": "string"
3491
+ }
3492
+ }
3493
+ },
3494
+ {
3495
+ "name": "select",
3496
+ "detail": {
3497
+ "annotation": {
3498
+ "type": "reference",
3499
+ "typeName": {
3500
+ "type": "identifier",
3501
+ "name": "OptionItem"
3502
+ }
3503
+ }
3504
+ }
3505
+ },
3506
+ {
3507
+ "name": "focus",
3508
+ "detail": {
3509
+ "annotation": {
3510
+ "type": "keyword",
3511
+ "value": "void"
3512
+ }
3513
+ }
3514
+ },
3515
+ {
3516
+ "name": "blur",
3517
+ "detail": {
3518
+ "annotation": {
3519
+ "type": "keyword",
3520
+ "value": "void"
3521
+ }
3383
3522
  }
3384
3523
  }
3385
3524
  ],
3386
- "events": [],
3387
3525
  "methods": [],
3388
3526
  "types": [
3389
3527
  {
3390
3528
  "type": "interface",
3391
- "name": "DataItem",
3529
+ "name": "OptionItem",
3392
3530
  "body": [
3393
3531
  {
3394
3532
  "type": "propertySignature",
3395
3533
  "key": {
3396
3534
  "type": "identifier",
3397
- "name": "province"
3535
+ "name": "icon"
3398
3536
  },
3399
3537
  "annotation": {
3400
- "type": "keyword",
3401
- "value": "string"
3538
+ "type": "reference",
3539
+ "typeName": {
3540
+ "type": "identifier",
3541
+ "name": "GeneralIconProps"
3542
+ }
3402
3543
  },
3403
- "optional": true,
3404
3544
  "computed": false
3405
3545
  },
3406
3546
  {
3407
3547
  "type": "propertySignature",
3408
3548
  "key": {
3409
3549
  "type": "identifier",
3410
- "name": "city"
3550
+ "name": "name"
3411
3551
  },
3412
3552
  "annotation": {
3413
3553
  "type": "keyword",
3414
3554
  "value": "string"
3415
3555
  },
3416
- "optional": true,
3417
3556
  "computed": false
3418
3557
  },
3419
3558
  {
3420
- "type": "propertySignature",
3421
- "key": {
3559
+ "type": "indexSignature",
3560
+ "parameter": {
3422
3561
  "type": "identifier",
3423
- "name": "text"
3562
+ "name": "propName",
3563
+ "annotation": {
3564
+ "type": "keyword",
3565
+ "value": "string"
3566
+ }
3424
3567
  },
3425
3568
  "annotation": {
3426
3569
  "type": "keyword",
3427
- "value": "string"
3428
- },
3429
- "computed": false
3570
+ "value": "unknown"
3571
+ }
3430
3572
  }
3431
3573
  ]
3432
3574
  }
@@ -3661,148 +3803,6 @@
3661
3803
  }
3662
3804
  ]
3663
3805
  },
3664
- "data-view.complex-search": {
3665
- "properties": [
3666
- {
3667
- "name": "value",
3668
- "annotation": {
3669
- "type": "keyword",
3670
- "value": "string"
3671
- }
3672
- },
3673
- {
3674
- "name": "placeholder",
3675
- "annotation": {
3676
- "type": "keyword",
3677
- "value": "string"
3678
- }
3679
- },
3680
- {
3681
- "name": "options",
3682
- "annotation": {
3683
- "type": "array",
3684
- "elementType": {
3685
- "type": "reference",
3686
- "typeName": {
3687
- "type": "identifier",
3688
- "name": "OptionItem"
3689
- }
3690
- }
3691
- }
3692
- },
3693
- {
3694
- "name": "tooltipUseBrick",
3695
- "annotation": {
3696
- "type": "reference",
3697
- "typeName": {
3698
- "type": "identifier",
3699
- "name": "ReactUseMultipleBricksProps"
3700
- }
3701
- }
3702
- }
3703
- ],
3704
- "events": [
3705
- {
3706
- "name": "change",
3707
- "detail": {
3708
- "annotation": {
3709
- "type": "keyword",
3710
- "value": "string"
3711
- }
3712
- }
3713
- },
3714
- {
3715
- "name": "search",
3716
- "detail": {
3717
- "annotation": {
3718
- "type": "keyword",
3719
- "value": "string"
3720
- }
3721
- }
3722
- },
3723
- {
3724
- "name": "select",
3725
- "detail": {
3726
- "annotation": {
3727
- "type": "reference",
3728
- "typeName": {
3729
- "type": "identifier",
3730
- "name": "OptionItem"
3731
- }
3732
- }
3733
- }
3734
- },
3735
- {
3736
- "name": "focus",
3737
- "detail": {
3738
- "annotation": {
3739
- "type": "keyword",
3740
- "value": "void"
3741
- }
3742
- }
3743
- },
3744
- {
3745
- "name": "blur",
3746
- "detail": {
3747
- "annotation": {
3748
- "type": "keyword",
3749
- "value": "void"
3750
- }
3751
- }
3752
- }
3753
- ],
3754
- "methods": [],
3755
- "types": [
3756
- {
3757
- "type": "interface",
3758
- "name": "OptionItem",
3759
- "body": [
3760
- {
3761
- "type": "propertySignature",
3762
- "key": {
3763
- "type": "identifier",
3764
- "name": "icon"
3765
- },
3766
- "annotation": {
3767
- "type": "reference",
3768
- "typeName": {
3769
- "type": "identifier",
3770
- "name": "GeneralIconProps"
3771
- }
3772
- },
3773
- "computed": false
3774
- },
3775
- {
3776
- "type": "propertySignature",
3777
- "key": {
3778
- "type": "identifier",
3779
- "name": "name"
3780
- },
3781
- "annotation": {
3782
- "type": "keyword",
3783
- "value": "string"
3784
- },
3785
- "computed": false
3786
- },
3787
- {
3788
- "type": "indexSignature",
3789
- "parameter": {
3790
- "type": "identifier",
3791
- "name": "propName",
3792
- "annotation": {
3793
- "type": "keyword",
3794
- "value": "string"
3795
- }
3796
- },
3797
- "annotation": {
3798
- "type": "keyword",
3799
- "value": "unknown"
3800
- }
3801
- }
3802
- ]
3803
- }
3804
- ]
3805
- },
3806
3806
  "data-view.graph-text": {
3807
3807
  "properties": [
3808
3808
  {