@next-bricks/data-view 1.1.3 → 1.1.5

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 (29) hide show
  1. package/dist/bricks.json +3 -3
  2. package/dist/chunks/1451.90e135cf.js +2 -0
  3. package/dist/chunks/{1451.e35bbcfd.js.map → 1451.90e135cf.js.map} +1 -1
  4. package/dist/chunks/{7115.c7d6355b.js → 7115.4d43947f.js} +2 -2
  5. package/dist/chunks/{7115.c7d6355b.js.map → 7115.4d43947f.js.map} +1 -1
  6. package/dist/chunks/875.3148c543.js +2 -0
  7. package/dist/chunks/875.3148c543.js.map +1 -0
  8. package/dist/chunks/{9496.e7d5eede.js → 9496.81596f70.js} +2 -2
  9. package/dist/chunks/{9496.e7d5eede.js.map → 9496.81596f70.js.map} +1 -1
  10. package/dist/chunks/complex-search.f0e4f2e1.js +2 -0
  11. package/dist/chunks/{complex-search.a55cd6d8.js.map → complex-search.f0e4f2e1.js.map} +1 -1
  12. package/dist/chunks/main.c456205f.js +2 -0
  13. package/dist/chunks/{main.20759736.js.map → main.c456205f.js.map} +1 -1
  14. package/dist/chunks/modern-style-treemap.21692a1c.js +3 -0
  15. package/dist/chunks/{modern-style-treemap.53270555.js.map → modern-style-treemap.21692a1c.js.map} +1 -1
  16. package/dist/examples.json +6 -6
  17. package/dist/index.3b908260.js +2 -0
  18. package/dist/{index.3f7673b2.js.map → index.3b908260.js.map} +1 -1
  19. package/dist/manifest.json +52 -52
  20. package/dist/types.json +72 -72
  21. package/package.json +2 -2
  22. package/dist/chunks/1451.e35bbcfd.js +0 -2
  23. package/dist/chunks/875.1d06ab4f.js +0 -2
  24. package/dist/chunks/875.1d06ab4f.js.map +0 -1
  25. package/dist/chunks/complex-search.a55cd6d8.js +0 -2
  26. package/dist/chunks/main.20759736.js +0 -2
  27. package/dist/chunks/modern-style-treemap.53270555.js +0 -3
  28. package/dist/index.3f7673b2.js +0 -2
  29. /package/dist/chunks/{modern-style-treemap.53270555.js.LICENSE.txt → modern-style-treemap.21692a1c.js.LICENSE.txt} +0 -0
package/dist/types.json CHANGED
@@ -337,6 +337,78 @@
337
337
  "events": [],
338
338
  "methods": []
339
339
  },
340
+ "data-view.dropdown-menu": {
341
+ "properties": [
342
+ {
343
+ "name": "options",
344
+ "annotation": {
345
+ "type": "array",
346
+ "elementType": {
347
+ "type": "typeLiteral",
348
+ "members": [
349
+ {
350
+ "type": "propertySignature",
351
+ "key": {
352
+ "type": "identifier",
353
+ "name": "label"
354
+ },
355
+ "annotation": {
356
+ "type": "keyword",
357
+ "value": "string"
358
+ },
359
+ "computed": false
360
+ },
361
+ {
362
+ "type": "propertySignature",
363
+ "key": {
364
+ "type": "identifier",
365
+ "name": "value"
366
+ },
367
+ "annotation": {
368
+ "type": "keyword",
369
+ "value": "string"
370
+ },
371
+ "computed": false
372
+ }
373
+ ]
374
+ }
375
+ }
376
+ },
377
+ {
378
+ "name": "value",
379
+ "annotation": {
380
+ "type": "keyword",
381
+ "value": "string"
382
+ }
383
+ },
384
+ {
385
+ "name": "placeholder",
386
+ "annotation": {
387
+ "type": "keyword",
388
+ "value": "string"
389
+ }
390
+ },
391
+ {
392
+ "name": "allowClear",
393
+ "annotation": {
394
+ "type": "keyword",
395
+ "value": "boolean"
396
+ }
397
+ }
398
+ ],
399
+ "events": [
400
+ {
401
+ "name": "value.change",
402
+ "detail": {
403
+ "annotation": {
404
+ "type": "keyword",
405
+ "value": "string"
406
+ }
407
+ }
408
+ }
409
+ ],
410
+ "methods": []
411
+ },
340
412
  "data-view.battery-chart": {
341
413
  "properties": [
342
414
  {
@@ -476,78 +548,6 @@
476
548
  }
477
549
  ]
478
550
  },
479
- "data-view.dropdown-menu": {
480
- "properties": [
481
- {
482
- "name": "options",
483
- "annotation": {
484
- "type": "array",
485
- "elementType": {
486
- "type": "typeLiteral",
487
- "members": [
488
- {
489
- "type": "propertySignature",
490
- "key": {
491
- "type": "identifier",
492
- "name": "label"
493
- },
494
- "annotation": {
495
- "type": "keyword",
496
- "value": "string"
497
- },
498
- "computed": false
499
- },
500
- {
501
- "type": "propertySignature",
502
- "key": {
503
- "type": "identifier",
504
- "name": "value"
505
- },
506
- "annotation": {
507
- "type": "keyword",
508
- "value": "string"
509
- },
510
- "computed": false
511
- }
512
- ]
513
- }
514
- }
515
- },
516
- {
517
- "name": "value",
518
- "annotation": {
519
- "type": "keyword",
520
- "value": "string"
521
- }
522
- },
523
- {
524
- "name": "placeholder",
525
- "annotation": {
526
- "type": "keyword",
527
- "value": "string"
528
- }
529
- },
530
- {
531
- "name": "allowClear",
532
- "annotation": {
533
- "type": "keyword",
534
- "value": "boolean"
535
- }
536
- }
537
- ],
538
- "events": [
539
- {
540
- "name": "value.change",
541
- "detail": {
542
- "annotation": {
543
- "type": "keyword",
544
- "value": "string"
545
- }
546
- }
547
- }
548
- ],
549
- "methods": []
550
- },
551
551
  "data-view.particle-animation": {
552
552
  "properties": [
553
553
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-bricks/data-view",
3
- "version": "1.1.3",
3
+ "version": "1.1.5",
4
4
  "homepage": "https://github.com/easyops-cn/next-bricks/tree/master/bricks/data-view",
5
5
  "repository": {
6
6
  "type": "git",
@@ -40,5 +40,5 @@
40
40
  "peerDependencies": {
41
41
  "@next-bricks/icons": "*"
42
42
  },
43
- "gitHead": "dc03d83636514b5d277c43bf835e4f93d1512053"
43
+ "gitHead": "6e28ef7f17684ea4abb12b09df98009b66cfd085"
44
44
  }