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/chat.d.ts +1 -0
- package/dist/chat.js +2 -2
- package/dist/{chat.type-D1TR5GvR.js → chat.type-CZyhjgHt.js} +1262 -1244
- package/dist/index.d.ts +2 -0
- package/dist/index.js +4706 -4678
- package/dist/locale-patch-applied.txt +1 -0
- package/dist/pivot.d.ts +1 -0
- package/package.json +1 -1
|
@@ -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 {
|