@next-bricks/data-view 1.10.3 → 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 +13 -13
  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.ba215bde.js → index.376f9d5a.js} +2 -2
  18. package/dist/{index.ba215bde.js.map → index.376f9d5a.js.map} +1 -1
  19. package/dist/manifest.json +233 -233
  20. package/dist/types.json +685 -685
  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
  {
@@ -543,10 +350,203 @@
543
350
  "type": "keyword",
544
351
  "value": "string"
545
352
  }
546
- }
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
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
  {
@@ -1996,160 +1996,10 @@
1996
1996
  "type": "identifier",
1997
1997
  "name": "value"
1998
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
- },
2107
- {
2108
- "type": "propertySignature",
2109
- "key": {
2110
- "type": "identifier",
2111
- "name": "imgSrc"
2112
- },
2113
- "annotation": {
2114
- "type": "keyword",
2115
- "value": "string"
2116
- },
2117
- "optional": true,
2118
- "computed": false
2119
- },
2120
- {
2121
- "type": "propertySignature",
2122
- "key": {
2123
- "type": "identifier",
2124
- "name": "description"
2125
- },
2126
- "annotation": {
2127
- "type": "keyword",
2128
- "value": "string"
2129
- },
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
- ]
1999
+ "annotation": {
2000
+ "type": "keyword",
2001
+ "value": "string"
2151
2002
  },
2152
- "optional": true,
2153
2003
  "computed": false
2154
2004
  }
2155
2005
  ]
@@ -2343,73 +2193,59 @@
2343
2193
  "events": [],
2344
2194
  "methods": []
2345
2195
  },
2346
- "data-view.indicator-card": {
2196
+ "data-view.basic-index-group": {
2347
2197
  "properties": [
2348
2198
  {
2349
- "name": "layout",
2350
- "annotation": {
2351
- "type": "reference",
2352
- "typeName": {
2353
- "type": "identifier",
2354
- "name": "Layout"
2355
- }
2356
- }
2357
- },
2358
- {
2359
- "name": "datasource",
2199
+ "name": "itemList",
2360
2200
  "annotation": {
2361
2201
  "type": "array",
2362
2202
  "elementType": {
2363
2203
  "type": "reference",
2364
2204
  "typeName": {
2365
2205
  "type": "identifier",
2366
- "name": "Datasource"
2206
+ "name": "ItemProps"
2367
2207
  }
2368
2208
  }
2369
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
+ }
2370
2231
  }
2371
2232
  ],
2372
2233
  "events": [],
2373
2234
  "methods": [],
2374
2235
  "types": [
2375
- {
2376
- "type": "typeAlias",
2377
- "name": "Layout",
2378
- "annotation": {
2379
- "type": "union",
2380
- "types": [
2381
- {
2382
- "type": "jsLiteral",
2383
- "value": "column"
2384
- },
2385
- {
2386
- "type": "jsLiteral",
2387
- "value": "column-townhouse"
2388
- },
2389
- {
2390
- "type": "jsLiteral",
2391
- "value": "row"
2392
- },
2393
- {
2394
- "type": "jsLiteral",
2395
- "value": "row-townhouse"
2396
- }
2397
- ]
2398
- }
2399
- },
2400
2236
  {
2401
2237
  "type": "interface",
2402
- "name": "Datasource",
2238
+ "name": "ItemProps",
2403
2239
  "body": [
2404
2240
  {
2405
2241
  "type": "propertySignature",
2406
2242
  "key": {
2407
2243
  "type": "identifier",
2408
- "name": "value"
2244
+ "name": "title"
2409
2245
  },
2410
2246
  "annotation": {
2411
2247
  "type": "keyword",
2412
- "value": "any"
2248
+ "value": "string"
2413
2249
  },
2414
2250
  "computed": false
2415
2251
  },
@@ -2417,19 +2253,62 @@
2417
2253
  "type": "propertySignature",
2418
2254
  "key": {
2419
2255
  "type": "identifier",
2420
- "name": "desc"
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"
2421
2299
  },
2422
2300
  "annotation": {
2423
2301
  "type": "keyword",
2424
2302
  "value": "string"
2425
2303
  },
2304
+ "optional": true,
2426
2305
  "computed": false
2427
2306
  },
2428
2307
  {
2429
2308
  "type": "propertySignature",
2430
2309
  "key": {
2431
2310
  "type": "identifier",
2432
- "name": "unit"
2311
+ "name": "description"
2433
2312
  },
2434
2313
  "annotation": {
2435
2314
  "type": "keyword",
@@ -2437,114 +2316,100 @@
2437
2316
  },
2438
2317
  "optional": true,
2439
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
2440
2341
  }
2441
2342
  ]
2442
2343
  }
2443
2344
  ]
2444
2345
  },
2445
- "data-view.loading-panel": {
2346
+ "data-view.indicator-card": {
2446
2347
  "properties": [
2447
2348
  {
2448
- "name": "customTitle",
2449
- "annotation": {
2450
- "type": "keyword",
2451
- "value": "string"
2452
- }
2453
- },
2454
- {
2455
- "name": "loading",
2456
- "annotation": {
2457
- "type": "keyword",
2458
- "value": "boolean"
2459
- }
2460
- },
2461
- {
2462
- "name": "useRealTimeProgress",
2463
- "annotation": {
2464
- "type": "keyword",
2465
- "value": "boolean"
2466
- }
2467
- },
2468
- {
2469
- "name": "progress",
2470
- "annotation": {
2471
- "type": "keyword",
2472
- "value": "number"
2473
- }
2474
- },
2475
- {
2476
- "name": "intervalTime",
2349
+ "name": "layout",
2477
2350
  "annotation": {
2478
- "type": "keyword",
2479
- "value": "number"
2480
- }
2481
- }
2482
- ],
2483
- "events": [
2484
- {
2485
- "name": "end",
2486
- "detail": {
2487
- "annotation": {
2488
- "type": "keyword",
2489
- "value": "void"
2351
+ "type": "reference",
2352
+ "typeName": {
2353
+ "type": "identifier",
2354
+ "name": "Layout"
2490
2355
  }
2491
2356
  }
2492
- }
2493
- ],
2494
- "methods": []
2495
- },
2496
- "data-view.cabinet-thumbnail": {
2497
- "properties": [
2357
+ },
2498
2358
  {
2499
- "name": "clusters",
2359
+ "name": "datasource",
2500
2360
  "annotation": {
2501
2361
  "type": "array",
2502
2362
  "elementType": {
2503
2363
  "type": "reference",
2504
2364
  "typeName": {
2505
2365
  "type": "identifier",
2506
- "name": "Clusters"
2366
+ "name": "Datasource"
2507
2367
  }
2508
2368
  }
2509
2369
  }
2510
- },
2511
- {
2512
- "name": "columns",
2513
- "annotation": {
2514
- "type": "keyword",
2515
- "value": "number"
2516
- }
2517
- },
2518
- {
2519
- "name": "appName",
2520
- "annotation": {
2521
- "type": "keyword",
2522
- "value": "string"
2523
- }
2524
2370
  }
2525
2371
  ],
2526
2372
  "events": [],
2527
2373
  "methods": [],
2528
2374
  "types": [
2375
+ {
2376
+ "type": "typeAlias",
2377
+ "name": "Layout",
2378
+ "annotation": {
2379
+ "type": "union",
2380
+ "types": [
2381
+ {
2382
+ "type": "jsLiteral",
2383
+ "value": "column"
2384
+ },
2385
+ {
2386
+ "type": "jsLiteral",
2387
+ "value": "column-townhouse"
2388
+ },
2389
+ {
2390
+ "type": "jsLiteral",
2391
+ "value": "row"
2392
+ },
2393
+ {
2394
+ "type": "jsLiteral",
2395
+ "value": "row-townhouse"
2396
+ }
2397
+ ]
2398
+ }
2399
+ },
2529
2400
  {
2530
2401
  "type": "interface",
2531
- "name": "Clusters",
2402
+ "name": "Datasource",
2532
2403
  "body": [
2533
- {
2534
- "type": "propertySignature",
2535
- "key": {
2536
- "type": "identifier",
2537
- "name": "data"
2538
- },
2539
- "annotation": {
2540
- "type": "array",
2541
- "elementType": {
2542
- "type": "reference",
2543
- "typeName": {
2544
- "type": "identifier",
2545
- "name": "CabinetNodeProps"
2546
- }
2547
- }
2404
+ {
2405
+ "type": "propertySignature",
2406
+ "key": {
2407
+ "type": "identifier",
2408
+ "name": "value"
2409
+ },
2410
+ "annotation": {
2411
+ "type": "keyword",
2412
+ "value": "any"
2548
2413
  },
2549
2414
  "computed": false
2550
2415
  },
@@ -2552,36 +2417,23 @@
2552
2417
  "type": "propertySignature",
2553
2418
  "key": {
2554
2419
  "type": "identifier",
2555
- "name": "type"
2420
+ "name": "desc"
2556
2421
  },
2557
2422
  "annotation": {
2558
- "type": "reference",
2559
- "typeName": {
2560
- "type": "identifier",
2561
- "name": "ContainerType"
2562
- }
2423
+ "type": "keyword",
2424
+ "value": "string"
2563
2425
  },
2564
- "optional": true,
2565
2426
  "computed": false
2566
2427
  },
2567
2428
  {
2568
2429
  "type": "propertySignature",
2569
2430
  "key": {
2570
2431
  "type": "identifier",
2571
- "name": "title"
2432
+ "name": "unit"
2572
2433
  },
2573
2434
  "annotation": {
2574
- "type": "union",
2575
- "types": [
2576
- {
2577
- "type": "keyword",
2578
- "value": "string"
2579
- },
2580
- {
2581
- "type": "keyword",
2582
- "value": "undefined"
2583
- }
2584
- ]
2435
+ "type": "keyword",
2436
+ "value": "string"
2585
2437
  },
2586
2438
  "optional": true,
2587
2439
  "computed": false
@@ -2590,6 +2442,57 @@
2590
2442
  }
2591
2443
  ]
2592
2444
  },
2445
+ "data-view.loading-panel": {
2446
+ "properties": [
2447
+ {
2448
+ "name": "customTitle",
2449
+ "annotation": {
2450
+ "type": "keyword",
2451
+ "value": "string"
2452
+ }
2453
+ },
2454
+ {
2455
+ "name": "loading",
2456
+ "annotation": {
2457
+ "type": "keyword",
2458
+ "value": "boolean"
2459
+ }
2460
+ },
2461
+ {
2462
+ "name": "useRealTimeProgress",
2463
+ "annotation": {
2464
+ "type": "keyword",
2465
+ "value": "boolean"
2466
+ }
2467
+ },
2468
+ {
2469
+ "name": "progress",
2470
+ "annotation": {
2471
+ "type": "keyword",
2472
+ "value": "number"
2473
+ }
2474
+ },
2475
+ {
2476
+ "name": "intervalTime",
2477
+ "annotation": {
2478
+ "type": "keyword",
2479
+ "value": "number"
2480
+ }
2481
+ }
2482
+ ],
2483
+ "events": [
2484
+ {
2485
+ "name": "end",
2486
+ "detail": {
2487
+ "annotation": {
2488
+ "type": "keyword",
2489
+ "value": "void"
2490
+ }
2491
+ }
2492
+ }
2493
+ ],
2494
+ "methods": []
2495
+ },
2593
2496
  "data-view.cabinet-container": {
2594
2497
  "properties": [
2595
2498
  {
@@ -2823,6 +2726,103 @@
2823
2726
  }
2824
2727
  ]
2825
2728
  },
2729
+ "data-view.cabinet-thumbnail": {
2730
+ "properties": [
2731
+ {
2732
+ "name": "clusters",
2733
+ "annotation": {
2734
+ "type": "array",
2735
+ "elementType": {
2736
+ "type": "reference",
2737
+ "typeName": {
2738
+ "type": "identifier",
2739
+ "name": "Clusters"
2740
+ }
2741
+ }
2742
+ }
2743
+ },
2744
+ {
2745
+ "name": "columns",
2746
+ "annotation": {
2747
+ "type": "keyword",
2748
+ "value": "number"
2749
+ }
2750
+ },
2751
+ {
2752
+ "name": "appName",
2753
+ "annotation": {
2754
+ "type": "keyword",
2755
+ "value": "string"
2756
+ }
2757
+ }
2758
+ ],
2759
+ "events": [],
2760
+ "methods": [],
2761
+ "types": [
2762
+ {
2763
+ "type": "interface",
2764
+ "name": "Clusters",
2765
+ "body": [
2766
+ {
2767
+ "type": "propertySignature",
2768
+ "key": {
2769
+ "type": "identifier",
2770
+ "name": "data"
2771
+ },
2772
+ "annotation": {
2773
+ "type": "array",
2774
+ "elementType": {
2775
+ "type": "reference",
2776
+ "typeName": {
2777
+ "type": "identifier",
2778
+ "name": "CabinetNodeProps"
2779
+ }
2780
+ }
2781
+ },
2782
+ "computed": false
2783
+ },
2784
+ {
2785
+ "type": "propertySignature",
2786
+ "key": {
2787
+ "type": "identifier",
2788
+ "name": "type"
2789
+ },
2790
+ "annotation": {
2791
+ "type": "reference",
2792
+ "typeName": {
2793
+ "type": "identifier",
2794
+ "name": "ContainerType"
2795
+ }
2796
+ },
2797
+ "optional": true,
2798
+ "computed": false
2799
+ },
2800
+ {
2801
+ "type": "propertySignature",
2802
+ "key": {
2803
+ "type": "identifier",
2804
+ "name": "title"
2805
+ },
2806
+ "annotation": {
2807
+ "type": "union",
2808
+ "types": [
2809
+ {
2810
+ "type": "keyword",
2811
+ "value": "string"
2812
+ },
2813
+ {
2814
+ "type": "keyword",
2815
+ "value": "undefined"
2816
+ }
2817
+ ]
2818
+ },
2819
+ "optional": true,
2820
+ "computed": false
2821
+ }
2822
+ ]
2823
+ }
2824
+ ]
2825
+ },
2826
2826
  "data-view.graph-layout-grid": {
2827
2827
  "properties": [
2828
2828
  {
@@ -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
  {