@next-bricks/data-view 1.0.12 → 1.1.1

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.
@@ -18,6 +18,7 @@ export interface AppWallProps {
18
18
  containerId?: string;
19
19
  noRotate?: boolean;
20
20
  boundMargin?: number;
21
+ useSystemPopover?: boolean;
21
22
  }
22
23
  /**
23
24
  * 应用墙
@@ -66,6 +67,10 @@ declare class AppWall extends ReactNextElement implements AppWallProps {
66
67
  * 四周的边距
67
68
  */
68
69
  accessor boundMargin: number;
70
+ /**
71
+ * 是否使用系统卡片popover
72
+ */
73
+ accessor useSystemPopover: boolean;
69
74
  handleLeftClick: (data: AppData) => void;
70
75
  handleRightClick: (data: AppData) => void;
71
76
  handleCardDbClick: (data: AppData) => void;
@@ -14,6 +14,7 @@ export interface AppData {
14
14
  cardItemProps: AppWallCardItemProps & SimpleCardItemProps;
15
15
  systemCardProps: SystemCardProps;
16
16
  trapezoidalProps: TrapezoidalProps;
17
+ data?: any;
17
18
  }
18
19
  export type Relation = {
19
20
  source: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-bricks/data-view",
3
- "version": "1.0.12",
3
+ "version": "1.1.1",
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": "d83074d08c531f406960f8bbd9e30ecb7584c34c"
43
+ "gitHead": "a1438d875f219265d6557d01a0e5c02c7640efc8"
44
44
  }