@procore/saved-views 5.0.0 → 5.1.0-alpha

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.
@@ -96,7 +96,9 @@ declare const ExpandedPanel: styled_components.StyledComponent<any, any, any, an
96
96
 
97
97
  declare enum ModalType {
98
98
  CREATE = "create",
99
- UPDATE = "update"
99
+ UPDATE = "update",
100
+ DELETE = "delete",
101
+ CROSS_USER = "crossUser"
100
102
  }
101
103
 
102
104
  type PanelContentProps = {
@@ -114,6 +116,7 @@ type PanelContentProps = {
114
116
  defaultView: ISavedView;
115
117
  stickyViewsKey: string;
116
118
  userId: number;
119
+ savedViews?: ISavedView[];
117
120
  };
118
121
  declare const PanelContent: (props: PanelContentProps) => React__default.JSX.Element;
119
122
 
@@ -96,7 +96,9 @@ declare const ExpandedPanel: styled_components.StyledComponent<any, any, any, an
96
96
 
97
97
  declare enum ModalType {
98
98
  CREATE = "create",
99
- UPDATE = "update"
99
+ UPDATE = "update",
100
+ DELETE = "delete",
101
+ CROSS_USER = "crossUser"
100
102
  }
101
103
 
102
104
  type PanelContentProps = {
@@ -114,6 +116,7 @@ type PanelContentProps = {
114
116
  defaultView: ISavedView;
115
117
  stickyViewsKey: string;
116
118
  userId: number;
119
+ savedViews?: ISavedView[];
117
120
  };
118
121
  declare const PanelContent: (props: PanelContentProps) => React__default.JSX.Element;
119
122