@next-bricks/data-view 0.21.0 → 0.22.0

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 (72) hide show
  1. package/dist/bricks.json +4 -4
  2. package/dist/chunks/2693.a8079f42.js.map +1 -1
  3. package/dist/chunks/app-wall-card-item.2cd77e32.js.map +1 -1
  4. package/dist/chunks/app-wall-relation-line.acea64ca.js.map +1 -1
  5. package/dist/chunks/app-wall-system-card.7ee27171.js.map +1 -1
  6. package/dist/chunks/app-wall.94fbb95f.js.map +1 -1
  7. package/dist/chunks/battery-chart.8e793849.js.map +1 -1
  8. package/dist/chunks/cabinet-app-layer.c3156126.js.map +1 -1
  9. package/dist/chunks/cabinet-button.dafeb310.js.map +1 -1
  10. package/dist/chunks/cabinet-container.346f6ad2.js.map +1 -1
  11. package/dist/chunks/cabinet-node.a6b6ec50.js.map +1 -1
  12. package/dist/chunks/cabinet-thumbnail.9d80efaa.js.map +1 -1
  13. package/dist/chunks/complex-search.59965ae1.js.map +1 -1
  14. package/dist/chunks/data-display-flipper-fifth.6005ab9a.js.map +1 -1
  15. package/dist/chunks/data-display-flipper-sixth.025897c1.js.map +1 -1
  16. package/dist/chunks/data-display-flipper.92cca083.js.map +1 -1
  17. package/dist/chunks/dropdown-menu.99b11850.js.map +1 -1
  18. package/dist/chunks/gauge-chart.79b7367f.js.map +1 -1
  19. package/dist/chunks/gear-background.7fa31a86.js.map +1 -1
  20. package/dist/chunks/graph-layout-grid.d4de0c9e.js.map +1 -1
  21. package/dist/chunks/graph-node.444dd8f0.js.map +1 -1
  22. package/dist/chunks/graph-text.1968abff.js.map +1 -1
  23. package/dist/chunks/grid-background.8e76ec03.js.map +1 -1
  24. package/dist/chunks/indicator-card.e2accdd2.js.map +1 -1
  25. package/dist/chunks/loading-panel.797beb0d.js.map +1 -1
  26. package/dist/chunks/{main.04197c51.js → main.24719185.js} +2 -2
  27. package/dist/chunks/{main.04197c51.js.map → main.24719185.js.map} +1 -1
  28. package/dist/chunks/modern-style-component-title.8f7c81a6.js.map +1 -1
  29. package/dist/chunks/modern-style-page-title.8cfafe41.js.map +1 -1
  30. package/dist/chunks/modern-style-treemap.c3bea9ed.js.map +1 -1
  31. package/dist/chunks/particle-animation.dfe139b8.js.map +1 -1
  32. package/dist/chunks/radar-chart.edeb980f.js.map +1 -1
  33. package/dist/chunks/simple-card-item.61b3990d.js.map +1 -1
  34. package/dist/chunks/tabs-drawer.0567e674.js.map +1 -1
  35. package/dist/chunks/tabs-page-title.38fece11.js.map +1 -1
  36. package/dist/examples.json +8 -8
  37. package/dist/{index.abcfb554.js → index.b9bc155c.js} +2 -2
  38. package/dist/{index.abcfb554.js.map → index.b9bc155c.js.map} +1 -1
  39. package/dist/manifest.json +142 -124
  40. package/dist/types.json +105 -106
  41. package/dist-types/app-wall/card-item/index.d.ts +1 -5
  42. package/dist-types/app-wall/index.d.ts +1 -5
  43. package/dist-types/app-wall/relation-line/index.d.ts +6 -10
  44. package/dist-types/app-wall/system-card/index.d.ts +1 -5
  45. package/dist-types/battery-chart/index.d.ts +2 -6
  46. package/dist-types/cabinet/cabinet-app-layer/index.d.ts +11 -15
  47. package/dist-types/cabinet/cabinet-button/index.d.ts +1 -5
  48. package/dist-types/cabinet/cabinet-container/index.d.ts +1 -5
  49. package/dist-types/cabinet/cabinet-node/index.d.ts +1 -5
  50. package/dist-types/cabinet/cabinet-thumbnail/index.d.ts +1 -5
  51. package/dist-types/complex-search/index.d.ts +1 -5
  52. package/dist-types/data-display-flipper/index.d.ts +2 -1
  53. package/dist-types/data-display-flipper-fifth/index.d.ts +1 -1
  54. package/dist-types/data-display-flipper-sixth/index.d.ts +2 -1
  55. package/dist-types/dropdown-menu/index.d.ts +16 -20
  56. package/dist-types/gauge-chart/index.d.ts +1 -5
  57. package/dist-types/gear-background/index.d.ts +1 -5
  58. package/dist-types/graph/layout-grid/index.d.ts +1 -5
  59. package/dist-types/graph/node/index.d.ts +1 -5
  60. package/dist-types/graph/text/index.d.ts +1 -5
  61. package/dist-types/grid-background/index.d.ts +1 -5
  62. package/dist-types/indicator-card/index.d.ts +2 -1
  63. package/dist-types/loading-panel/index.d.ts +1 -5
  64. package/dist-types/modern-style-component-title/index.d.ts +1 -5
  65. package/dist-types/modern-style-page-title/index.d.ts +1 -5
  66. package/dist-types/modern-style-treemap/index.d.ts +1 -5
  67. package/dist-types/particle-animation/index.d.ts +1 -5
  68. package/dist-types/radar-chart/index.d.ts +1 -5
  69. package/dist-types/simple-card-item/index.d.ts +2 -1
  70. package/dist-types/tabs-drawer/index.d.ts +1 -5
  71. package/dist-types/tabs-page-title/index.d.ts +8 -8
  72. package/package.json +2 -2
@@ -28,12 +28,8 @@ interface ModernStyleTreemapProps {
28
28
  handleClick?: (value: TreemapData) => void;
29
29
  }
30
30
  /**
31
- * @id data-view.modern-style-treemap
32
- * @name data-view.modern-style-treemap
33
- * @docKind brick
34
- * @description 现代风树图
31
+ * 现代风树图
35
32
  * @author nlicroshan
36
- * @noInheritDoc
37
33
  */
38
34
  declare class ModernStyleTreemap extends ReactNextElement implements ModernStyleTreemapProps {
39
35
  #private;
@@ -10,12 +10,8 @@ interface ParticleAnimationProps {
10
10
  containerStyle?: React.CSSProperties;
11
11
  }
12
12
  /**
13
- * @id data-view.particle-animation
14
- * @name data-view.particle-animation
15
- * @docKind brick
16
- * @description 大屏粒子加载动效
13
+ * 大屏粒子加载动效
17
14
  * @author astrid
18
- * @noInheritDoc
19
15
  */
20
16
  declare class ParticleAnimation extends ReactNextElement implements ParticleAnimationProps {
21
17
  /**
@@ -2,12 +2,8 @@
2
2
  import { ReactNextElement } from "@next-core/react-element";
3
3
  import { Data, DataCircle, DataFill, DataLine, RadarProps } from "./interface.js";
4
4
  /**
5
- * @id data-view.radar-chart
6
- * @name data-view.radar-chart
7
- * @docKind brick
8
- * @description 雷达图
5
+ * 雷达图
9
6
  * @author zekunpan
10
- * @noInheritDoc
11
7
  */
12
8
  declare class RadarChart extends ReactNextElement implements RadarProps {
13
9
  /**
@@ -14,7 +14,8 @@ export interface SimpleCardItemProps {
14
14
  descriptionList?: descriptionListItem[];
15
15
  }
16
16
  /**
17
- * 构件 `data-view.simple-card-item`
17
+ * 基础卡片项
18
+ * @author astrid
18
19
  */
19
20
  export declare class SimpleCardItem extends ReactNextElement {
20
21
  /**
@@ -23,12 +23,8 @@ interface TabsDrawerProps {
23
23
  onTabChange?: (key: string) => void;
24
24
  }
25
25
  /**
26
- * @id data-view.tabs-drawer
27
- * @name data-view.tabs-drawer
28
- * @docKind brick
29
- * @description 大屏仪标签页抽屉
26
+ * 大屏仪标签页抽屉
30
27
  * @author astrid
31
- * @noInheritDoc
32
28
  */
33
29
  declare class TabsDrawer extends ReactNextElement implements TabsDrawerProps {
34
30
  #private;
@@ -1,13 +1,5 @@
1
1
  /// <reference types="react" />
2
2
  import { ReactNextElement } from "@next-core/react-element";
3
- /**
4
- * 带有tabs的标题构件
5
- * @author astrid
6
- * @slot - 标题
7
- * @slot start - 顶部左边插槽
8
- * @slot end - 顶部右边插槽
9
- * @slot [key] - 标签对应的key的插槽
10
- */
11
3
  interface TabsItem {
12
4
  /** 唯一标识,对应 slot 名称 */
13
5
  key: string;
@@ -19,6 +11,14 @@ interface TabsPageTitleProps {
19
11
  activeKey?: string;
20
12
  onTabChange?: (key: string) => void;
21
13
  }
14
+ /**
15
+ * 带有tabs的标题构件
16
+ * @author astrid
17
+ * @slot - 标题
18
+ * @slot start - 顶部左边插槽
19
+ * @slot end - 顶部右边插槽
20
+ * @slot [key] - 标签对应的key的插槽
21
+ */
22
22
  export declare class TabsPageTitle extends ReactNextElement implements TabsPageTitleProps {
23
23
  #private;
24
24
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-bricks/data-view",
3
- "version": "0.21.0",
3
+ "version": "0.22.0",
4
4
  "homepage": "https://github.com/easyops-cn/next-bricks/tree/master/bricks/data-view",
5
5
  "repository": {
6
6
  "type": "git",
@@ -39,5 +39,5 @@
39
39
  "@types/d3-hierarchy": "^3.1.2",
40
40
  "@types/three": "^0.150.1"
41
41
  },
42
- "gitHead": "2ba2b3ef8884c85070ad4b83790b18e4f04aee61"
42
+ "gitHead": "258c9cd6ffa533e81c3a856899158f1608e6c631"
43
43
  }