ia-table 0.15.3 → 0.15.4

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.
package/dist/index.d.ts CHANGED
@@ -107,6 +107,7 @@ declare const ACTION_TYPES: {
107
107
  readonly SET_COMMENT_CONTEXT_REF: "SET_COMMENT_CONTEXT_REF";
108
108
  readonly SET_CHAT_ENABLED: "SET_CHAT_ENABLED";
109
109
  readonly SET_COMMENT_ENABLED: "SET_COMMENT_ENABLED";
110
+ readonly SET_NO_HEADER_SELECTION_CHECKBOX: "SET_NO_HEADER_SELECTION_CHECKBOX";
110
111
  };
111
112
 
112
113
  declare interface ChildHeightsResult {
@@ -5109,6 +5110,7 @@ export declare interface SmartGridTableProps extends SmartGridSaveViewCallbackRe
5109
5110
  CommentComponent?: FC<SmartGridCommentWrapperProps>;
5110
5111
  commentProps?: SmartGridCommentProps;
5111
5112
  onContentDensityChange?: ((contentDensity: SmartGridRowHeightType) => void) | null;
5113
+ noHeaderSelection?: boolean;
5112
5114
  }
5113
5115
 
5114
5116
  export declare interface SmartGridTableRef {