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.
@@ -0,0 +1 @@
1
+ Patch applied at 2026-05-26T12:41:33.595Z
package/dist/pivot.d.ts CHANGED
@@ -95,6 +95,7 @@ declare const ACTION_TYPES: {
95
95
  readonly SET_COMMENT_CONTEXT_REF: "SET_COMMENT_CONTEXT_REF";
96
96
  readonly SET_CHAT_ENABLED: "SET_CHAT_ENABLED";
97
97
  readonly SET_COMMENT_ENABLED: "SET_COMMENT_ENABLED";
98
+ readonly SET_NO_HEADER_SELECTION_CHECKBOX: "SET_NO_HEADER_SELECTION_CHECKBOX";
98
99
  };
99
100
 
100
101
  declare class InfiniteBlock {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ia-table",
3
- "version": "0.15.3",
3
+ "version": "0.15.4",
4
4
  "type": "module",
5
5
  "dependencies": {
6
6
  "moment": "^2.0.0",