@next-bricks/data-view 1.12.10 → 1.12.12

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 (149) hide show
  1. package/dist/bricks.json +1 -1
  2. package/dist/chunks/{2145.105c2d97.js → 2145.65311b68.js} +2 -2
  3. package/dist/chunks/2145.65311b68.js.map +1 -0
  4. package/dist/chunks/app-wall-card-item.7c32b915.js.map +1 -1
  5. package/dist/chunks/app-wall-relation-line.0445cf9d.js.map +1 -1
  6. package/dist/chunks/app-wall-system-card.aa2b5b84.js.map +1 -1
  7. package/dist/chunks/app-wall.126608d6.js.map +1 -1
  8. package/dist/chunks/basic-index-group.c555b165.js.map +1 -1
  9. package/dist/chunks/battery-chart.554d378f.js.map +1 -1
  10. package/dist/chunks/brick-notification.ae523413.js.map +1 -1
  11. package/dist/chunks/{bubbles-indicator.ab761540.js → bubbles-indicator.e7b47e1e.js} +2 -2
  12. package/dist/chunks/bubbles-indicator.e7b47e1e.js.map +1 -0
  13. package/dist/chunks/cabinet-app-layer.6a1a78c4.js.map +1 -1
  14. package/dist/chunks/cabinet-container.49872d09.js.map +1 -1
  15. package/dist/chunks/cabinet-graph.6aa32783.js.map +1 -1
  16. package/dist/chunks/china-map-chart.56dc9a9f.js.map +1 -1
  17. package/dist/chunks/china-map.a7c98bf0.js.map +1 -1
  18. package/dist/chunks/complex-search.cbeec078.js.map +1 -1
  19. package/dist/chunks/dropdown-menu.5c9a12d7.js.map +1 -1
  20. package/dist/chunks/globe-with-gear-indicator.123e65c1.js.map +1 -1
  21. package/dist/chunks/globe-with-halo-indicator.01b2c9a2.js.map +1 -1
  22. package/dist/chunks/globe-with-orbit-indicator.45415b04.js.map +1 -1
  23. package/dist/chunks/lights-component-title.0cccad81.js.map +1 -1
  24. package/dist/chunks/{main.7ab73e54.js → main.71e1cf26.js} +2 -2
  25. package/dist/chunks/{main.7ab73e54.js.map → main.71e1cf26.js.map} +1 -1
  26. package/dist/chunks/modern-style-treemap.24ddab63.js.map +1 -1
  27. package/dist/chunks/progress-bar-list.8b0651c1.js.map +1 -1
  28. package/dist/chunks/tabs-drawer.ae7c57ad.js.map +1 -1
  29. package/dist/chunks/tabs-page-title.c696bb65.js.map +1 -1
  30. package/dist/chunks/tech-mesh-base-view.4c3b548e.js.map +1 -1
  31. package/dist/examples.json +47 -47
  32. package/dist/{index.dcc586d1.js → index.09e27086.js} +2 -2
  33. package/dist/{index.dcc586d1.js.map → index.09e27086.js.map} +1 -1
  34. package/dist/manifest.json +92 -67
  35. package/dist/types.json +8 -9
  36. package/dist-types/app-wall/card-item/index.d.ts +1 -0
  37. package/dist-types/app-wall/relation-line/index.d.ts +2 -4
  38. package/dist-types/app-wall/system-card/index.d.ts +6 -30
  39. package/dist-types/basic-index-group/index.d.ts +1 -0
  40. package/dist-types/battery-chart/index.d.ts +7 -20
  41. package/dist-types/brick-notification/index.d.ts +4 -4
  42. package/dist-types/bubbles-indicator/index.d.ts +1 -0
  43. package/dist-types/cabinet/cabinet-app-layer/index.d.ts +3 -8
  44. package/dist-types/cabinet/index.d.ts +3 -12
  45. package/dist-types/china-map/index.d.ts +1 -1
  46. package/dist-types/globe-with-gear-indicator/index.d.ts +2 -0
  47. package/dist-types/globe-with-halo-indicator/index.d.ts +2 -0
  48. package/dist-types/globe-with-orbit-indicator/index.d.ts +2 -0
  49. package/dist-types/lights-component-title/index.d.ts +4 -4
  50. package/dist-types/progress-bar-list/index.d.ts +6 -4
  51. package/dist-types/tabs-page-title/index.d.ts +1 -1
  52. package/dist-types/tech-mesh-base-view/index.d.ts +2 -1
  53. package/docs/app-wall-card-item.md +23 -1
  54. package/docs/app-wall-card-item.react.md +52 -0
  55. package/docs/app-wall-relation-line.md +19 -1
  56. package/docs/app-wall-relation-line.react.md +36 -0
  57. package/docs/app-wall-system-card.md +35 -2
  58. package/docs/app-wall-system-card.react.md +89 -0
  59. package/docs/app-wall.md +118 -1469
  60. package/docs/app-wall.react.md +235 -0
  61. package/docs/basic-index-group.md +22 -1
  62. package/docs/basic-index-group.react.md +132 -0
  63. package/docs/battery-chart.md +44 -1
  64. package/docs/battery-chart.react.md +137 -0
  65. package/docs/brick-notification.md +22 -1
  66. package/docs/brick-notification.react.md +45 -0
  67. package/docs/bubbles-indicator.md +23 -1
  68. package/docs/bubbles-indicator.react.md +52 -0
  69. package/docs/cabinet-app-layer.md +49 -1
  70. package/docs/cabinet-app-layer.react.md +58 -0
  71. package/docs/cabinet-button.md +19 -1
  72. package/docs/cabinet-button.react.md +39 -0
  73. package/docs/cabinet-container.md +55 -1
  74. package/docs/cabinet-container.react.md +84 -0
  75. package/docs/cabinet-graph.md +61 -1
  76. package/docs/cabinet-graph.react.md +131 -0
  77. package/docs/cabinet-node.md +39 -1
  78. package/docs/cabinet-node.react.md +66 -0
  79. package/docs/cabinet-thumbnail.md +44 -1
  80. package/docs/cabinet-thumbnail.react.md +88 -0
  81. package/docs/china-map-chart.md +42 -2
  82. package/docs/china-map-chart.react.md +117 -0
  83. package/docs/china-map.md +26 -1
  84. package/docs/china-map.react.md +78 -0
  85. package/docs/complex-search.md +77 -1
  86. package/docs/complex-search.react.md +101 -0
  87. package/docs/crystal-ball-indicator.md +57 -1
  88. package/docs/crystal-ball-indicator.react.md +70 -0
  89. package/docs/data-display-flipper-fifth.md +76 -1
  90. package/docs/data-display-flipper-fifth.react.md +89 -0
  91. package/docs/data-display-flipper-sixth.md +39 -5
  92. package/docs/data-display-flipper-sixth.react.md +47 -0
  93. package/docs/data-display-flipper.md +68 -2
  94. package/docs/data-display-flipper.react.md +91 -0
  95. package/docs/dropdown-menu.md +62 -13
  96. package/docs/dropdown-menu.react.md +68 -0
  97. package/docs/gauge-chart.md +68 -19
  98. package/docs/gauge-chart.react.md +80 -0
  99. package/docs/gear-background.md +41 -8
  100. package/docs/gear-background.react.md +56 -0
  101. package/docs/globe-with-gear-indicator.md +67 -1
  102. package/docs/globe-with-gear-indicator.react.md +69 -0
  103. package/docs/globe-with-halo-indicator.md +67 -1
  104. package/docs/globe-with-halo-indicator.react.md +69 -0
  105. package/docs/globe-with-orbit-indicator.md +67 -1
  106. package/docs/globe-with-orbit-indicator.react.md +70 -0
  107. package/docs/graph-layout-grid.md +108 -85
  108. package/docs/graph-layout-grid.react.md +172 -0
  109. package/docs/graph-node.md +25 -7
  110. package/docs/graph-node.react.md +36 -0
  111. package/docs/graph-text.md +24 -6
  112. package/docs/graph-text.react.md +34 -0
  113. package/docs/grid-background.md +21 -1
  114. package/docs/grid-background.react.md +45 -0
  115. package/docs/hi-tech-button.md +63 -2
  116. package/docs/hi-tech-button.react.md +106 -0
  117. package/docs/indicator-card.md +26 -1
  118. package/docs/indicator-card.react.md +86 -0
  119. package/docs/lights-component-title.md +23 -1
  120. package/docs/lights-component-title.react.md +49 -0
  121. package/docs/loading-panel.md +31 -1
  122. package/docs/loading-panel.react.md +62 -0
  123. package/docs/modern-style-component-title.md +39 -2
  124. package/docs/modern-style-component-title.react.md +76 -0
  125. package/docs/modern-style-page-title.md +43 -1
  126. package/docs/modern-style-page-title.react.md +56 -0
  127. package/docs/modern-style-treemap.md +71 -373
  128. package/docs/modern-style-treemap.react.md +131 -0
  129. package/docs/particle-animation.md +45 -1
  130. package/docs/particle-animation.react.md +64 -0
  131. package/docs/progress-bar-list.md +19 -1
  132. package/docs/progress-bar-list.react.md +47 -0
  133. package/docs/radar-chart.md +97 -31
  134. package/docs/radar-chart.react.md +75 -0
  135. package/docs/simple-card-item.md +79 -3
  136. package/docs/simple-card-item.react.md +83 -0
  137. package/docs/tabs-drawer.md +81 -2
  138. package/docs/tabs-drawer.react.md +117 -0
  139. package/docs/tabs-page-title.md +40 -1
  140. package/docs/tabs-page-title.react.md +87 -0
  141. package/docs/tech-mesh-base-view.md +22 -1
  142. package/docs/tech-mesh-base-view.react.md +55 -0
  143. package/docs/title-text.md +41 -1
  144. package/docs/title-text.react.md +67 -0
  145. package/docs/top-title-bar.md +25 -2
  146. package/docs/top-title-bar.react.md +50 -0
  147. package/package.json +2 -2
  148. package/dist/chunks/2145.105c2d97.js.map +0 -1
  149. package/dist/chunks/bubbles-indicator.ab761540.js.map +0 -1
package/dist/bricks.json CHANGED
@@ -110,5 +110,5 @@
110
110
  "eo-icon"
111
111
  ]
112
112
  },
113
- "filePath": "bricks/data-view/dist/index.dcc586d1.js"
113
+ "filePath": "bricks/data-view/dist/index.09e27086.js"
114
114
  }