@next-bricks/data-view 1.0.6 → 1.0.7

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 (39) hide show
  1. package/dist/bricks.json +7 -7
  2. package/dist/chunks/6804.01deddc0.js +2 -0
  3. package/dist/chunks/6804.01deddc0.js.map +1 -0
  4. package/dist/chunks/app-wall-system-card.d6a42264.js +2 -0
  5. package/dist/chunks/app-wall-system-card.d6a42264.js.map +1 -0
  6. package/dist/chunks/app-wall.dbaf1812.js +2 -0
  7. package/dist/chunks/app-wall.dbaf1812.js.map +1 -0
  8. package/dist/chunks/brick-notification.f14a4569.js +2 -0
  9. package/dist/chunks/brick-notification.f14a4569.js.map +1 -0
  10. package/dist/chunks/complex-search.78e2159d.js +2 -0
  11. package/dist/chunks/complex-search.78e2159d.js.map +1 -0
  12. package/dist/chunks/dropdown-menu.646ea75f.js +3 -0
  13. package/dist/chunks/dropdown-menu.646ea75f.js.map +1 -0
  14. package/dist/chunks/{main.7dee4ed8.js → main.a424a820.js} +2 -2
  15. package/dist/chunks/{main.7dee4ed8.js.map → main.a424a820.js.map} +1 -1
  16. package/dist/chunks/tabs-drawer.26c9ab36.js +3 -0
  17. package/dist/chunks/tabs-drawer.26c9ab36.js.map +1 -0
  18. package/dist/examples.json +3 -3
  19. package/dist/{index.0beceb88.js → index.af973a5c.js} +2 -2
  20. package/dist/{index.0beceb88.js.map → index.af973a5c.js.map} +1 -1
  21. package/dist/manifest.json +18 -18
  22. package/dist/types.json +30 -30
  23. package/package.json +2 -2
  24. package/dist/chunks/6804.9415c092.js +0 -2
  25. package/dist/chunks/6804.9415c092.js.map +0 -1
  26. package/dist/chunks/app-wall-system-card.3ca7e831.js +0 -2
  27. package/dist/chunks/app-wall-system-card.3ca7e831.js.map +0 -1
  28. package/dist/chunks/app-wall.5188b5ba.js +0 -2
  29. package/dist/chunks/app-wall.5188b5ba.js.map +0 -1
  30. package/dist/chunks/brick-notification.45fa8334.js +0 -2
  31. package/dist/chunks/brick-notification.45fa8334.js.map +0 -1
  32. package/dist/chunks/complex-search.82040cd1.js +0 -2
  33. package/dist/chunks/complex-search.82040cd1.js.map +0 -1
  34. package/dist/chunks/dropdown-menu.d84cae7b.js +0 -3
  35. package/dist/chunks/dropdown-menu.d84cae7b.js.map +0 -1
  36. package/dist/chunks/tabs-drawer.371e2508.js +0 -3
  37. package/dist/chunks/tabs-drawer.371e2508.js.map +0 -1
  38. /package/dist/chunks/{dropdown-menu.d84cae7b.js.LICENSE.txt → dropdown-menu.646ea75f.js.LICENSE.txt} +0 -0
  39. /package/dist/chunks/{tabs-drawer.371e2508.js.LICENSE.txt → tabs-drawer.26c9ab36.js.LICENSE.txt} +0 -0
package/dist/types.json CHANGED
@@ -1,4 +1,34 @@
1
1
  {
2
+ "data-view.gear-background": {
3
+ "properties": [
4
+ {
5
+ "name": "color",
6
+ "annotation": {
7
+ "type": "indexedAccess",
8
+ "objectType": {
9
+ "type": "reference",
10
+ "typeName": {
11
+ "type": "qualifiedName",
12
+ "left": {
13
+ "type": "identifier",
14
+ "name": "React"
15
+ },
16
+ "right": {
17
+ "type": "identifier",
18
+ "name": "CSSProperties"
19
+ }
20
+ }
21
+ },
22
+ "indexType": {
23
+ "type": "jsLiteral",
24
+ "value": "color"
25
+ }
26
+ }
27
+ }
28
+ ],
29
+ "events": [],
30
+ "methods": []
31
+ },
2
32
  "data-view.gauge-chart": {
3
33
  "properties": [
4
34
  {
@@ -1471,36 +1501,6 @@
1471
1501
  }
1472
1502
  ]
1473
1503
  },
1474
- "data-view.gear-background": {
1475
- "properties": [
1476
- {
1477
- "name": "color",
1478
- "annotation": {
1479
- "type": "indexedAccess",
1480
- "objectType": {
1481
- "type": "reference",
1482
- "typeName": {
1483
- "type": "qualifiedName",
1484
- "left": {
1485
- "type": "identifier",
1486
- "name": "React"
1487
- },
1488
- "right": {
1489
- "type": "identifier",
1490
- "name": "CSSProperties"
1491
- }
1492
- }
1493
- },
1494
- "indexType": {
1495
- "type": "jsLiteral",
1496
- "value": "color"
1497
- }
1498
- }
1499
- }
1500
- ],
1501
- "events": [],
1502
- "methods": []
1503
- },
1504
1504
  "data-view.title-text": {
1505
1505
  "properties": [
1506
1506
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-bricks/data-view",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
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": "65cacf093b5b199276364eda62958818bf559273"
43
+ "gitHead": "1aee6cec88db2e611d36d3707d29c116d740e8e9"
44
44
  }