@odoo/o-spreadsheet 18.2.10 → 18.2.12

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.
@@ -6,7 +6,6 @@ import * as _odoo_owl from '@odoo/owl';
6
6
  import { ComponentConstructor, Component } from '@odoo/owl';
7
7
  import * as chart_js_dist_types_utils from 'chart.js/dist/types/utils';
8
8
  import * as chart_js_dist_types_geometric from 'chart.js/dist/types/geometric';
9
- import * as chart_js_dist_types_basic from 'chart.js/dist/types/basic';
10
9
 
11
10
  interface Figure {
12
11
  id: UID;
@@ -972,7 +971,7 @@ interface SheetData {
972
971
  };
973
972
  conditionalFormats: ConditionalFormat[];
974
973
  dataValidationRules: DataValidationRuleData[];
975
- tables: TableData[];
974
+ tables: TableData$1[];
976
975
  areGridLinesVisible?: boolean;
977
976
  isVisible: boolean;
978
977
  panes?: PaneDivision;
@@ -1032,7 +1031,7 @@ interface ExcelHeaderData extends HeaderData {
1032
1031
  outlineLevel?: number;
1033
1032
  collapsed?: boolean;
1034
1033
  }
1035
- interface TableData {
1034
+ interface TableData$1 {
1036
1035
  range: string;
1037
1036
  config?: TableConfig;
1038
1037
  type?: CoreTableType;
@@ -2415,12 +2414,12 @@ interface ZoneDependentCommand {
2415
2414
  zone: Zone;
2416
2415
  }
2417
2416
  declare function isZoneDependent(cmd: CoreCommand): cmd is Extract<CoreCommand, ZoneDependentCommand>;
2418
- declare const invalidateEvaluationCommands: Set<"UPDATE_CELL" | "UPDATE_CELL_POSITION" | "CLEAR_CELL" | "CLEAR_CELLS" | "DELETE_CONTENT" | "ADD_COLUMNS_ROWS" | "REMOVE_COLUMNS_ROWS" | "RESIZE_COLUMNS_ROWS" | "HIDE_COLUMNS_ROWS" | "UNHIDE_COLUMNS_ROWS" | "SET_GRID_LINES_VISIBILITY" | "FREEZE_COLUMNS" | "FREEZE_ROWS" | "UNFREEZE_COLUMNS_ROWS" | "UNFREEZE_COLUMNS" | "UNFREEZE_ROWS" | "ADD_MERGE" | "REMOVE_MERGE" | "CREATE_SHEET" | "DELETE_SHEET" | "DUPLICATE_SHEET" | "MOVE_SHEET" | "RENAME_SHEET" | "COLOR_SHEET" | "HIDE_SHEET" | "SHOW_SHEET" | "MOVE_RANGES" | "ADD_CONDITIONAL_FORMAT" | "REMOVE_CONDITIONAL_FORMAT" | "CHANGE_CONDITIONAL_FORMAT_PRIORITY" | "CREATE_FIGURE" | "DELETE_FIGURE" | "UPDATE_FIGURE" | "SET_FORMATTING" | "CLEAR_FORMATTING" | "SET_ZONE_BORDERS" | "SET_BORDER" | "SET_BORDERS_ON_TARGET" | "CREATE_CHART" | "UPDATE_CHART" | "CREATE_IMAGE" | "CREATE_TABLE" | "REMOVE_TABLE" | "UPDATE_TABLE" | "CREATE_TABLE_STYLE" | "REMOVE_TABLE_STYLE" | "GROUP_HEADERS" | "UNGROUP_HEADERS" | "UNFOLD_HEADER_GROUP" | "FOLD_HEADER_GROUP" | "FOLD_ALL_HEADER_GROUPS" | "UNFOLD_ALL_HEADER_GROUPS" | "UNFOLD_HEADER_GROUPS_IN_ZONE" | "FOLD_HEADER_GROUPS_IN_ZONE" | "ADD_DATA_VALIDATION_RULE" | "REMOVE_DATA_VALIDATION_RULE" | "UPDATE_LOCALE" | "ADD_PIVOT" | "UPDATE_PIVOT" | "INSERT_PIVOT" | "RENAME_PIVOT" | "REMOVE_PIVOT" | "DUPLICATE_PIVOT" | "SORT_CELLS" | "SET_DECIMAL" | "PASTE" | "REQUEST_UNDO" | "REQUEST_REDO" | "UNDO" | "REDO" | "COPY" | "CUT" | "COPY_PASTE_CELLS_ABOVE" | "COPY_PASTE_CELLS_ON_LEFT" | "REPEAT_PASTE" | "CLEAN_CLIPBOARD_HIGHLIGHT" | "AUTOFILL_CELL" | "PASTE_FROM_OS_CLIPBOARD" | "AUTORESIZE_COLUMNS" | "AUTORESIZE_ROWS" | "MOVE_COLUMNS_ROWS" | "ACTIVATE_SHEET" | "EVALUATE_CELLS" | "EVALUATE_CHARTS" | "START_CHANGE_HIGHLIGHT" | "START" | "AUTOFILL" | "AUTOFILL_SELECT" | "AUTOFILL_TABLE_COLUMN" | "SET_FORMULA_VISIBILITY" | "AUTOFILL_AUTO" | "SELECT_FIGURE" | "REPLACE_SEARCH" | "SET_FORMATTING_WITH_PIVOT" | "RESIZE_SHEETVIEW" | "SUM_SELECTION" | "DELETE_CELL" | "INSERT_CELL" | "SET_VIEWPORT_OFFSET" | "SHIFT_VIEWPORT_DOWN" | "SHIFT_VIEWPORT_UP" | "SCROLL_TO_CELL" | "ACTIVATE_NEXT_SHEET" | "ACTIVATE_PREVIOUS_SHEET" | "UPDATE_FILTER" | "SPLIT_TEXT_INTO_COLUMNS" | "REMOVE_DUPLICATES" | "TRIM_WHITESPACE" | "RESIZE_TABLE" | "REFRESH_PIVOT" | "INSERT_NEW_PIVOT" | "DUPLICATE_PIVOT_IN_NEW_SHEET" | "INSERT_PIVOT_WITH_TABLE" | "SPLIT_PIVOT_FORMULA" | "PAINT_FORMAT">;
2419
- declare const invalidateChartEvaluationCommands: Set<"UPDATE_CELL" | "UPDATE_CELL_POSITION" | "CLEAR_CELL" | "CLEAR_CELLS" | "DELETE_CONTENT" | "ADD_COLUMNS_ROWS" | "REMOVE_COLUMNS_ROWS" | "RESIZE_COLUMNS_ROWS" | "HIDE_COLUMNS_ROWS" | "UNHIDE_COLUMNS_ROWS" | "SET_GRID_LINES_VISIBILITY" | "FREEZE_COLUMNS" | "FREEZE_ROWS" | "UNFREEZE_COLUMNS_ROWS" | "UNFREEZE_COLUMNS" | "UNFREEZE_ROWS" | "ADD_MERGE" | "REMOVE_MERGE" | "CREATE_SHEET" | "DELETE_SHEET" | "DUPLICATE_SHEET" | "MOVE_SHEET" | "RENAME_SHEET" | "COLOR_SHEET" | "HIDE_SHEET" | "SHOW_SHEET" | "MOVE_RANGES" | "ADD_CONDITIONAL_FORMAT" | "REMOVE_CONDITIONAL_FORMAT" | "CHANGE_CONDITIONAL_FORMAT_PRIORITY" | "CREATE_FIGURE" | "DELETE_FIGURE" | "UPDATE_FIGURE" | "SET_FORMATTING" | "CLEAR_FORMATTING" | "SET_ZONE_BORDERS" | "SET_BORDER" | "SET_BORDERS_ON_TARGET" | "CREATE_CHART" | "UPDATE_CHART" | "CREATE_IMAGE" | "CREATE_TABLE" | "REMOVE_TABLE" | "UPDATE_TABLE" | "CREATE_TABLE_STYLE" | "REMOVE_TABLE_STYLE" | "GROUP_HEADERS" | "UNGROUP_HEADERS" | "UNFOLD_HEADER_GROUP" | "FOLD_HEADER_GROUP" | "FOLD_ALL_HEADER_GROUPS" | "UNFOLD_ALL_HEADER_GROUPS" | "UNFOLD_HEADER_GROUPS_IN_ZONE" | "FOLD_HEADER_GROUPS_IN_ZONE" | "ADD_DATA_VALIDATION_RULE" | "REMOVE_DATA_VALIDATION_RULE" | "UPDATE_LOCALE" | "ADD_PIVOT" | "UPDATE_PIVOT" | "INSERT_PIVOT" | "RENAME_PIVOT" | "REMOVE_PIVOT" | "DUPLICATE_PIVOT" | "SORT_CELLS" | "SET_DECIMAL" | "PASTE" | "REQUEST_UNDO" | "REQUEST_REDO" | "UNDO" | "REDO" | "COPY" | "CUT" | "COPY_PASTE_CELLS_ABOVE" | "COPY_PASTE_CELLS_ON_LEFT" | "REPEAT_PASTE" | "CLEAN_CLIPBOARD_HIGHLIGHT" | "AUTOFILL_CELL" | "PASTE_FROM_OS_CLIPBOARD" | "AUTORESIZE_COLUMNS" | "AUTORESIZE_ROWS" | "MOVE_COLUMNS_ROWS" | "ACTIVATE_SHEET" | "EVALUATE_CELLS" | "EVALUATE_CHARTS" | "START_CHANGE_HIGHLIGHT" | "START" | "AUTOFILL" | "AUTOFILL_SELECT" | "AUTOFILL_TABLE_COLUMN" | "SET_FORMULA_VISIBILITY" | "AUTOFILL_AUTO" | "SELECT_FIGURE" | "REPLACE_SEARCH" | "SET_FORMATTING_WITH_PIVOT" | "RESIZE_SHEETVIEW" | "SUM_SELECTION" | "DELETE_CELL" | "INSERT_CELL" | "SET_VIEWPORT_OFFSET" | "SHIFT_VIEWPORT_DOWN" | "SHIFT_VIEWPORT_UP" | "SCROLL_TO_CELL" | "ACTIVATE_NEXT_SHEET" | "ACTIVATE_PREVIOUS_SHEET" | "UPDATE_FILTER" | "SPLIT_TEXT_INTO_COLUMNS" | "REMOVE_DUPLICATES" | "TRIM_WHITESPACE" | "RESIZE_TABLE" | "REFRESH_PIVOT" | "INSERT_NEW_PIVOT" | "DUPLICATE_PIVOT_IN_NEW_SHEET" | "INSERT_PIVOT_WITH_TABLE" | "SPLIT_PIVOT_FORMULA" | "PAINT_FORMAT">;
2420
- declare const invalidateDependenciesCommands: Set<"UPDATE_CELL" | "UPDATE_CELL_POSITION" | "CLEAR_CELL" | "CLEAR_CELLS" | "DELETE_CONTENT" | "ADD_COLUMNS_ROWS" | "REMOVE_COLUMNS_ROWS" | "RESIZE_COLUMNS_ROWS" | "HIDE_COLUMNS_ROWS" | "UNHIDE_COLUMNS_ROWS" | "SET_GRID_LINES_VISIBILITY" | "FREEZE_COLUMNS" | "FREEZE_ROWS" | "UNFREEZE_COLUMNS_ROWS" | "UNFREEZE_COLUMNS" | "UNFREEZE_ROWS" | "ADD_MERGE" | "REMOVE_MERGE" | "CREATE_SHEET" | "DELETE_SHEET" | "DUPLICATE_SHEET" | "MOVE_SHEET" | "RENAME_SHEET" | "COLOR_SHEET" | "HIDE_SHEET" | "SHOW_SHEET" | "MOVE_RANGES" | "ADD_CONDITIONAL_FORMAT" | "REMOVE_CONDITIONAL_FORMAT" | "CHANGE_CONDITIONAL_FORMAT_PRIORITY" | "CREATE_FIGURE" | "DELETE_FIGURE" | "UPDATE_FIGURE" | "SET_FORMATTING" | "CLEAR_FORMATTING" | "SET_ZONE_BORDERS" | "SET_BORDER" | "SET_BORDERS_ON_TARGET" | "CREATE_CHART" | "UPDATE_CHART" | "CREATE_IMAGE" | "CREATE_TABLE" | "REMOVE_TABLE" | "UPDATE_TABLE" | "CREATE_TABLE_STYLE" | "REMOVE_TABLE_STYLE" | "GROUP_HEADERS" | "UNGROUP_HEADERS" | "UNFOLD_HEADER_GROUP" | "FOLD_HEADER_GROUP" | "FOLD_ALL_HEADER_GROUPS" | "UNFOLD_ALL_HEADER_GROUPS" | "UNFOLD_HEADER_GROUPS_IN_ZONE" | "FOLD_HEADER_GROUPS_IN_ZONE" | "ADD_DATA_VALIDATION_RULE" | "REMOVE_DATA_VALIDATION_RULE" | "UPDATE_LOCALE" | "ADD_PIVOT" | "UPDATE_PIVOT" | "INSERT_PIVOT" | "RENAME_PIVOT" | "REMOVE_PIVOT" | "DUPLICATE_PIVOT" | "SORT_CELLS" | "SET_DECIMAL" | "PASTE" | "REQUEST_UNDO" | "REQUEST_REDO" | "UNDO" | "REDO" | "COPY" | "CUT" | "COPY_PASTE_CELLS_ABOVE" | "COPY_PASTE_CELLS_ON_LEFT" | "REPEAT_PASTE" | "CLEAN_CLIPBOARD_HIGHLIGHT" | "AUTOFILL_CELL" | "PASTE_FROM_OS_CLIPBOARD" | "AUTORESIZE_COLUMNS" | "AUTORESIZE_ROWS" | "MOVE_COLUMNS_ROWS" | "ACTIVATE_SHEET" | "EVALUATE_CELLS" | "EVALUATE_CHARTS" | "START_CHANGE_HIGHLIGHT" | "START" | "AUTOFILL" | "AUTOFILL_SELECT" | "AUTOFILL_TABLE_COLUMN" | "SET_FORMULA_VISIBILITY" | "AUTOFILL_AUTO" | "SELECT_FIGURE" | "REPLACE_SEARCH" | "SET_FORMATTING_WITH_PIVOT" | "RESIZE_SHEETVIEW" | "SUM_SELECTION" | "DELETE_CELL" | "INSERT_CELL" | "SET_VIEWPORT_OFFSET" | "SHIFT_VIEWPORT_DOWN" | "SHIFT_VIEWPORT_UP" | "SCROLL_TO_CELL" | "ACTIVATE_NEXT_SHEET" | "ACTIVATE_PREVIOUS_SHEET" | "UPDATE_FILTER" | "SPLIT_TEXT_INTO_COLUMNS" | "REMOVE_DUPLICATES" | "TRIM_WHITESPACE" | "RESIZE_TABLE" | "REFRESH_PIVOT" | "INSERT_NEW_PIVOT" | "DUPLICATE_PIVOT_IN_NEW_SHEET" | "INSERT_PIVOT_WITH_TABLE" | "SPLIT_PIVOT_FORMULA" | "PAINT_FORMAT">;
2421
- declare const invalidateCFEvaluationCommands: Set<"UPDATE_CELL" | "UPDATE_CELL_POSITION" | "CLEAR_CELL" | "CLEAR_CELLS" | "DELETE_CONTENT" | "ADD_COLUMNS_ROWS" | "REMOVE_COLUMNS_ROWS" | "RESIZE_COLUMNS_ROWS" | "HIDE_COLUMNS_ROWS" | "UNHIDE_COLUMNS_ROWS" | "SET_GRID_LINES_VISIBILITY" | "FREEZE_COLUMNS" | "FREEZE_ROWS" | "UNFREEZE_COLUMNS_ROWS" | "UNFREEZE_COLUMNS" | "UNFREEZE_ROWS" | "ADD_MERGE" | "REMOVE_MERGE" | "CREATE_SHEET" | "DELETE_SHEET" | "DUPLICATE_SHEET" | "MOVE_SHEET" | "RENAME_SHEET" | "COLOR_SHEET" | "HIDE_SHEET" | "SHOW_SHEET" | "MOVE_RANGES" | "ADD_CONDITIONAL_FORMAT" | "REMOVE_CONDITIONAL_FORMAT" | "CHANGE_CONDITIONAL_FORMAT_PRIORITY" | "CREATE_FIGURE" | "DELETE_FIGURE" | "UPDATE_FIGURE" | "SET_FORMATTING" | "CLEAR_FORMATTING" | "SET_ZONE_BORDERS" | "SET_BORDER" | "SET_BORDERS_ON_TARGET" | "CREATE_CHART" | "UPDATE_CHART" | "CREATE_IMAGE" | "CREATE_TABLE" | "REMOVE_TABLE" | "UPDATE_TABLE" | "CREATE_TABLE_STYLE" | "REMOVE_TABLE_STYLE" | "GROUP_HEADERS" | "UNGROUP_HEADERS" | "UNFOLD_HEADER_GROUP" | "FOLD_HEADER_GROUP" | "FOLD_ALL_HEADER_GROUPS" | "UNFOLD_ALL_HEADER_GROUPS" | "UNFOLD_HEADER_GROUPS_IN_ZONE" | "FOLD_HEADER_GROUPS_IN_ZONE" | "ADD_DATA_VALIDATION_RULE" | "REMOVE_DATA_VALIDATION_RULE" | "UPDATE_LOCALE" | "ADD_PIVOT" | "UPDATE_PIVOT" | "INSERT_PIVOT" | "RENAME_PIVOT" | "REMOVE_PIVOT" | "DUPLICATE_PIVOT" | "SORT_CELLS" | "SET_DECIMAL" | "PASTE" | "REQUEST_UNDO" | "REQUEST_REDO" | "UNDO" | "REDO" | "COPY" | "CUT" | "COPY_PASTE_CELLS_ABOVE" | "COPY_PASTE_CELLS_ON_LEFT" | "REPEAT_PASTE" | "CLEAN_CLIPBOARD_HIGHLIGHT" | "AUTOFILL_CELL" | "PASTE_FROM_OS_CLIPBOARD" | "AUTORESIZE_COLUMNS" | "AUTORESIZE_ROWS" | "MOVE_COLUMNS_ROWS" | "ACTIVATE_SHEET" | "EVALUATE_CELLS" | "EVALUATE_CHARTS" | "START_CHANGE_HIGHLIGHT" | "START" | "AUTOFILL" | "AUTOFILL_SELECT" | "AUTOFILL_TABLE_COLUMN" | "SET_FORMULA_VISIBILITY" | "AUTOFILL_AUTO" | "SELECT_FIGURE" | "REPLACE_SEARCH" | "SET_FORMATTING_WITH_PIVOT" | "RESIZE_SHEETVIEW" | "SUM_SELECTION" | "DELETE_CELL" | "INSERT_CELL" | "SET_VIEWPORT_OFFSET" | "SHIFT_VIEWPORT_DOWN" | "SHIFT_VIEWPORT_UP" | "SCROLL_TO_CELL" | "ACTIVATE_NEXT_SHEET" | "ACTIVATE_PREVIOUS_SHEET" | "UPDATE_FILTER" | "SPLIT_TEXT_INTO_COLUMNS" | "REMOVE_DUPLICATES" | "TRIM_WHITESPACE" | "RESIZE_TABLE" | "REFRESH_PIVOT" | "INSERT_NEW_PIVOT" | "DUPLICATE_PIVOT_IN_NEW_SHEET" | "INSERT_PIVOT_WITH_TABLE" | "SPLIT_PIVOT_FORMULA" | "PAINT_FORMAT">;
2422
- declare const invalidateBordersCommands: Set<"UPDATE_CELL" | "UPDATE_CELL_POSITION" | "CLEAR_CELL" | "CLEAR_CELLS" | "DELETE_CONTENT" | "ADD_COLUMNS_ROWS" | "REMOVE_COLUMNS_ROWS" | "RESIZE_COLUMNS_ROWS" | "HIDE_COLUMNS_ROWS" | "UNHIDE_COLUMNS_ROWS" | "SET_GRID_LINES_VISIBILITY" | "FREEZE_COLUMNS" | "FREEZE_ROWS" | "UNFREEZE_COLUMNS_ROWS" | "UNFREEZE_COLUMNS" | "UNFREEZE_ROWS" | "ADD_MERGE" | "REMOVE_MERGE" | "CREATE_SHEET" | "DELETE_SHEET" | "DUPLICATE_SHEET" | "MOVE_SHEET" | "RENAME_SHEET" | "COLOR_SHEET" | "HIDE_SHEET" | "SHOW_SHEET" | "MOVE_RANGES" | "ADD_CONDITIONAL_FORMAT" | "REMOVE_CONDITIONAL_FORMAT" | "CHANGE_CONDITIONAL_FORMAT_PRIORITY" | "CREATE_FIGURE" | "DELETE_FIGURE" | "UPDATE_FIGURE" | "SET_FORMATTING" | "CLEAR_FORMATTING" | "SET_ZONE_BORDERS" | "SET_BORDER" | "SET_BORDERS_ON_TARGET" | "CREATE_CHART" | "UPDATE_CHART" | "CREATE_IMAGE" | "CREATE_TABLE" | "REMOVE_TABLE" | "UPDATE_TABLE" | "CREATE_TABLE_STYLE" | "REMOVE_TABLE_STYLE" | "GROUP_HEADERS" | "UNGROUP_HEADERS" | "UNFOLD_HEADER_GROUP" | "FOLD_HEADER_GROUP" | "FOLD_ALL_HEADER_GROUPS" | "UNFOLD_ALL_HEADER_GROUPS" | "UNFOLD_HEADER_GROUPS_IN_ZONE" | "FOLD_HEADER_GROUPS_IN_ZONE" | "ADD_DATA_VALIDATION_RULE" | "REMOVE_DATA_VALIDATION_RULE" | "UPDATE_LOCALE" | "ADD_PIVOT" | "UPDATE_PIVOT" | "INSERT_PIVOT" | "RENAME_PIVOT" | "REMOVE_PIVOT" | "DUPLICATE_PIVOT" | "SORT_CELLS" | "SET_DECIMAL" | "PASTE" | "REQUEST_UNDO" | "REQUEST_REDO" | "UNDO" | "REDO" | "COPY" | "CUT" | "COPY_PASTE_CELLS_ABOVE" | "COPY_PASTE_CELLS_ON_LEFT" | "REPEAT_PASTE" | "CLEAN_CLIPBOARD_HIGHLIGHT" | "AUTOFILL_CELL" | "PASTE_FROM_OS_CLIPBOARD" | "AUTORESIZE_COLUMNS" | "AUTORESIZE_ROWS" | "MOVE_COLUMNS_ROWS" | "ACTIVATE_SHEET" | "EVALUATE_CELLS" | "EVALUATE_CHARTS" | "START_CHANGE_HIGHLIGHT" | "START" | "AUTOFILL" | "AUTOFILL_SELECT" | "AUTOFILL_TABLE_COLUMN" | "SET_FORMULA_VISIBILITY" | "AUTOFILL_AUTO" | "SELECT_FIGURE" | "REPLACE_SEARCH" | "SET_FORMATTING_WITH_PIVOT" | "RESIZE_SHEETVIEW" | "SUM_SELECTION" | "DELETE_CELL" | "INSERT_CELL" | "SET_VIEWPORT_OFFSET" | "SHIFT_VIEWPORT_DOWN" | "SHIFT_VIEWPORT_UP" | "SCROLL_TO_CELL" | "ACTIVATE_NEXT_SHEET" | "ACTIVATE_PREVIOUS_SHEET" | "UPDATE_FILTER" | "SPLIT_TEXT_INTO_COLUMNS" | "REMOVE_DUPLICATES" | "TRIM_WHITESPACE" | "RESIZE_TABLE" | "REFRESH_PIVOT" | "INSERT_NEW_PIVOT" | "DUPLICATE_PIVOT_IN_NEW_SHEET" | "INSERT_PIVOT_WITH_TABLE" | "SPLIT_PIVOT_FORMULA" | "PAINT_FORMAT">;
2423
- declare const readonlyAllowedCommands: Set<"UPDATE_CELL" | "UPDATE_CELL_POSITION" | "CLEAR_CELL" | "CLEAR_CELLS" | "DELETE_CONTENT" | "ADD_COLUMNS_ROWS" | "REMOVE_COLUMNS_ROWS" | "RESIZE_COLUMNS_ROWS" | "HIDE_COLUMNS_ROWS" | "UNHIDE_COLUMNS_ROWS" | "SET_GRID_LINES_VISIBILITY" | "FREEZE_COLUMNS" | "FREEZE_ROWS" | "UNFREEZE_COLUMNS_ROWS" | "UNFREEZE_COLUMNS" | "UNFREEZE_ROWS" | "ADD_MERGE" | "REMOVE_MERGE" | "CREATE_SHEET" | "DELETE_SHEET" | "DUPLICATE_SHEET" | "MOVE_SHEET" | "RENAME_SHEET" | "COLOR_SHEET" | "HIDE_SHEET" | "SHOW_SHEET" | "MOVE_RANGES" | "ADD_CONDITIONAL_FORMAT" | "REMOVE_CONDITIONAL_FORMAT" | "CHANGE_CONDITIONAL_FORMAT_PRIORITY" | "CREATE_FIGURE" | "DELETE_FIGURE" | "UPDATE_FIGURE" | "SET_FORMATTING" | "CLEAR_FORMATTING" | "SET_ZONE_BORDERS" | "SET_BORDER" | "SET_BORDERS_ON_TARGET" | "CREATE_CHART" | "UPDATE_CHART" | "CREATE_IMAGE" | "CREATE_TABLE" | "REMOVE_TABLE" | "UPDATE_TABLE" | "CREATE_TABLE_STYLE" | "REMOVE_TABLE_STYLE" | "GROUP_HEADERS" | "UNGROUP_HEADERS" | "UNFOLD_HEADER_GROUP" | "FOLD_HEADER_GROUP" | "FOLD_ALL_HEADER_GROUPS" | "UNFOLD_ALL_HEADER_GROUPS" | "UNFOLD_HEADER_GROUPS_IN_ZONE" | "FOLD_HEADER_GROUPS_IN_ZONE" | "ADD_DATA_VALIDATION_RULE" | "REMOVE_DATA_VALIDATION_RULE" | "UPDATE_LOCALE" | "ADD_PIVOT" | "UPDATE_PIVOT" | "INSERT_PIVOT" | "RENAME_PIVOT" | "REMOVE_PIVOT" | "DUPLICATE_PIVOT" | "SORT_CELLS" | "SET_DECIMAL" | "PASTE" | "REQUEST_UNDO" | "REQUEST_REDO" | "UNDO" | "REDO" | "COPY" | "CUT" | "COPY_PASTE_CELLS_ABOVE" | "COPY_PASTE_CELLS_ON_LEFT" | "REPEAT_PASTE" | "CLEAN_CLIPBOARD_HIGHLIGHT" | "AUTOFILL_CELL" | "PASTE_FROM_OS_CLIPBOARD" | "AUTORESIZE_COLUMNS" | "AUTORESIZE_ROWS" | "MOVE_COLUMNS_ROWS" | "ACTIVATE_SHEET" | "EVALUATE_CELLS" | "EVALUATE_CHARTS" | "START_CHANGE_HIGHLIGHT" | "START" | "AUTOFILL" | "AUTOFILL_SELECT" | "AUTOFILL_TABLE_COLUMN" | "SET_FORMULA_VISIBILITY" | "AUTOFILL_AUTO" | "SELECT_FIGURE" | "REPLACE_SEARCH" | "SET_FORMATTING_WITH_PIVOT" | "RESIZE_SHEETVIEW" | "SUM_SELECTION" | "DELETE_CELL" | "INSERT_CELL" | "SET_VIEWPORT_OFFSET" | "SHIFT_VIEWPORT_DOWN" | "SHIFT_VIEWPORT_UP" | "SCROLL_TO_CELL" | "ACTIVATE_NEXT_SHEET" | "ACTIVATE_PREVIOUS_SHEET" | "UPDATE_FILTER" | "SPLIT_TEXT_INTO_COLUMNS" | "REMOVE_DUPLICATES" | "TRIM_WHITESPACE" | "RESIZE_TABLE" | "REFRESH_PIVOT" | "INSERT_NEW_PIVOT" | "DUPLICATE_PIVOT_IN_NEW_SHEET" | "INSERT_PIVOT_WITH_TABLE" | "SPLIT_PIVOT_FORMULA" | "PAINT_FORMAT">;
2417
+ declare const invalidateEvaluationCommands: Set<"UPDATE_CELL" | "UPDATE_CELL_POSITION" | "CLEAR_CELL" | "CLEAR_CELLS" | "DELETE_CONTENT" | "ADD_COLUMNS_ROWS" | "REMOVE_COLUMNS_ROWS" | "RESIZE_COLUMNS_ROWS" | "HIDE_COLUMNS_ROWS" | "UNHIDE_COLUMNS_ROWS" | "SET_GRID_LINES_VISIBILITY" | "FREEZE_COLUMNS" | "FREEZE_ROWS" | "UNFREEZE_COLUMNS_ROWS" | "UNFREEZE_COLUMNS" | "UNFREEZE_ROWS" | "ADD_MERGE" | "REMOVE_MERGE" | "CREATE_SHEET" | "DELETE_SHEET" | "DUPLICATE_SHEET" | "MOVE_SHEET" | "RENAME_SHEET" | "COLOR_SHEET" | "HIDE_SHEET" | "SHOW_SHEET" | "MOVE_RANGES" | "ADD_CONDITIONAL_FORMAT" | "REMOVE_CONDITIONAL_FORMAT" | "CHANGE_CONDITIONAL_FORMAT_PRIORITY" | "CREATE_FIGURE" | "DELETE_FIGURE" | "UPDATE_FIGURE" | "SET_FORMATTING" | "CLEAR_FORMATTING" | "SET_ZONE_BORDERS" | "SET_BORDER" | "SET_BORDERS_ON_TARGET" | "CREATE_CHART" | "UPDATE_CHART" | "CREATE_IMAGE" | "CREATE_TABLE" | "REMOVE_TABLE" | "UPDATE_TABLE" | "CREATE_TABLE_STYLE" | "REMOVE_TABLE_STYLE" | "GROUP_HEADERS" | "UNGROUP_HEADERS" | "UNFOLD_HEADER_GROUP" | "FOLD_HEADER_GROUP" | "FOLD_ALL_HEADER_GROUPS" | "UNFOLD_ALL_HEADER_GROUPS" | "UNFOLD_HEADER_GROUPS_IN_ZONE" | "FOLD_HEADER_GROUPS_IN_ZONE" | "ADD_DATA_VALIDATION_RULE" | "REMOVE_DATA_VALIDATION_RULE" | "UPDATE_LOCALE" | "ADD_PIVOT" | "UPDATE_PIVOT" | "INSERT_PIVOT" | "RENAME_PIVOT" | "REMOVE_PIVOT" | "DUPLICATE_PIVOT" | "SORT_CELLS" | "SET_DECIMAL" | "PASTE" | "REQUEST_UNDO" | "REQUEST_REDO" | "UNDO" | "REDO" | "COPY" | "CUT" | "COPY_PASTE_CELLS_ABOVE" | "COPY_PASTE_CELLS_ON_LEFT" | "REPEAT_PASTE" | "CLEAN_CLIPBOARD_HIGHLIGHT" | "AUTOFILL_CELL" | "PASTE_FROM_OS_CLIPBOARD" | "AUTORESIZE_COLUMNS" | "AUTORESIZE_ROWS" | "MOVE_COLUMNS_ROWS" | "ACTIVATE_SHEET" | "EVALUATE_CELLS" | "EVALUATE_CHARTS" | "START_CHANGE_HIGHLIGHT" | "START" | "AUTOFILL" | "AUTOFILL_SELECT" | "AUTOFILL_TABLE_COLUMN" | "SET_FORMULA_VISIBILITY" | "AUTOFILL_AUTO" | "SELECT_FIGURE" | "REPLACE_SEARCH" | "SET_FORMATTING_WITH_PIVOT" | "RESIZE_SHEETVIEW" | "SUM_SELECTION" | "DELETE_CELL" | "INSERT_CELL" | "SET_VIEWPORT_OFFSET" | "SHIFT_VIEWPORT_DOWN" | "SHIFT_VIEWPORT_UP" | "SCROLL_TO_CELL" | "ACTIVATE_NEXT_SHEET" | "ACTIVATE_PREVIOUS_SHEET" | "UPDATE_FILTER" | "SPLIT_TEXT_INTO_COLUMNS" | "REMOVE_DUPLICATES" | "TRIM_WHITESPACE" | "RESIZE_TABLE" | "REFRESH_PIVOT" | "INSERT_NEW_PIVOT" | "DUPLICATE_PIVOT_IN_NEW_SHEET" | "INSERT_PIVOT_WITH_TABLE" | "SPLIT_PIVOT_FORMULA" | "PAINT_FORMAT" | "PIVOT_START_PRESENCE_TRACKING" | "PIVOT_STOP_PRESENCE_TRACKING">;
2418
+ declare const invalidateChartEvaluationCommands: Set<"UPDATE_CELL" | "UPDATE_CELL_POSITION" | "CLEAR_CELL" | "CLEAR_CELLS" | "DELETE_CONTENT" | "ADD_COLUMNS_ROWS" | "REMOVE_COLUMNS_ROWS" | "RESIZE_COLUMNS_ROWS" | "HIDE_COLUMNS_ROWS" | "UNHIDE_COLUMNS_ROWS" | "SET_GRID_LINES_VISIBILITY" | "FREEZE_COLUMNS" | "FREEZE_ROWS" | "UNFREEZE_COLUMNS_ROWS" | "UNFREEZE_COLUMNS" | "UNFREEZE_ROWS" | "ADD_MERGE" | "REMOVE_MERGE" | "CREATE_SHEET" | "DELETE_SHEET" | "DUPLICATE_SHEET" | "MOVE_SHEET" | "RENAME_SHEET" | "COLOR_SHEET" | "HIDE_SHEET" | "SHOW_SHEET" | "MOVE_RANGES" | "ADD_CONDITIONAL_FORMAT" | "REMOVE_CONDITIONAL_FORMAT" | "CHANGE_CONDITIONAL_FORMAT_PRIORITY" | "CREATE_FIGURE" | "DELETE_FIGURE" | "UPDATE_FIGURE" | "SET_FORMATTING" | "CLEAR_FORMATTING" | "SET_ZONE_BORDERS" | "SET_BORDER" | "SET_BORDERS_ON_TARGET" | "CREATE_CHART" | "UPDATE_CHART" | "CREATE_IMAGE" | "CREATE_TABLE" | "REMOVE_TABLE" | "UPDATE_TABLE" | "CREATE_TABLE_STYLE" | "REMOVE_TABLE_STYLE" | "GROUP_HEADERS" | "UNGROUP_HEADERS" | "UNFOLD_HEADER_GROUP" | "FOLD_HEADER_GROUP" | "FOLD_ALL_HEADER_GROUPS" | "UNFOLD_ALL_HEADER_GROUPS" | "UNFOLD_HEADER_GROUPS_IN_ZONE" | "FOLD_HEADER_GROUPS_IN_ZONE" | "ADD_DATA_VALIDATION_RULE" | "REMOVE_DATA_VALIDATION_RULE" | "UPDATE_LOCALE" | "ADD_PIVOT" | "UPDATE_PIVOT" | "INSERT_PIVOT" | "RENAME_PIVOT" | "REMOVE_PIVOT" | "DUPLICATE_PIVOT" | "SORT_CELLS" | "SET_DECIMAL" | "PASTE" | "REQUEST_UNDO" | "REQUEST_REDO" | "UNDO" | "REDO" | "COPY" | "CUT" | "COPY_PASTE_CELLS_ABOVE" | "COPY_PASTE_CELLS_ON_LEFT" | "REPEAT_PASTE" | "CLEAN_CLIPBOARD_HIGHLIGHT" | "AUTOFILL_CELL" | "PASTE_FROM_OS_CLIPBOARD" | "AUTORESIZE_COLUMNS" | "AUTORESIZE_ROWS" | "MOVE_COLUMNS_ROWS" | "ACTIVATE_SHEET" | "EVALUATE_CELLS" | "EVALUATE_CHARTS" | "START_CHANGE_HIGHLIGHT" | "START" | "AUTOFILL" | "AUTOFILL_SELECT" | "AUTOFILL_TABLE_COLUMN" | "SET_FORMULA_VISIBILITY" | "AUTOFILL_AUTO" | "SELECT_FIGURE" | "REPLACE_SEARCH" | "SET_FORMATTING_WITH_PIVOT" | "RESIZE_SHEETVIEW" | "SUM_SELECTION" | "DELETE_CELL" | "INSERT_CELL" | "SET_VIEWPORT_OFFSET" | "SHIFT_VIEWPORT_DOWN" | "SHIFT_VIEWPORT_UP" | "SCROLL_TO_CELL" | "ACTIVATE_NEXT_SHEET" | "ACTIVATE_PREVIOUS_SHEET" | "UPDATE_FILTER" | "SPLIT_TEXT_INTO_COLUMNS" | "REMOVE_DUPLICATES" | "TRIM_WHITESPACE" | "RESIZE_TABLE" | "REFRESH_PIVOT" | "INSERT_NEW_PIVOT" | "DUPLICATE_PIVOT_IN_NEW_SHEET" | "INSERT_PIVOT_WITH_TABLE" | "SPLIT_PIVOT_FORMULA" | "PAINT_FORMAT" | "PIVOT_START_PRESENCE_TRACKING" | "PIVOT_STOP_PRESENCE_TRACKING">;
2419
+ declare const invalidateDependenciesCommands: Set<"UPDATE_CELL" | "UPDATE_CELL_POSITION" | "CLEAR_CELL" | "CLEAR_CELLS" | "DELETE_CONTENT" | "ADD_COLUMNS_ROWS" | "REMOVE_COLUMNS_ROWS" | "RESIZE_COLUMNS_ROWS" | "HIDE_COLUMNS_ROWS" | "UNHIDE_COLUMNS_ROWS" | "SET_GRID_LINES_VISIBILITY" | "FREEZE_COLUMNS" | "FREEZE_ROWS" | "UNFREEZE_COLUMNS_ROWS" | "UNFREEZE_COLUMNS" | "UNFREEZE_ROWS" | "ADD_MERGE" | "REMOVE_MERGE" | "CREATE_SHEET" | "DELETE_SHEET" | "DUPLICATE_SHEET" | "MOVE_SHEET" | "RENAME_SHEET" | "COLOR_SHEET" | "HIDE_SHEET" | "SHOW_SHEET" | "MOVE_RANGES" | "ADD_CONDITIONAL_FORMAT" | "REMOVE_CONDITIONAL_FORMAT" | "CHANGE_CONDITIONAL_FORMAT_PRIORITY" | "CREATE_FIGURE" | "DELETE_FIGURE" | "UPDATE_FIGURE" | "SET_FORMATTING" | "CLEAR_FORMATTING" | "SET_ZONE_BORDERS" | "SET_BORDER" | "SET_BORDERS_ON_TARGET" | "CREATE_CHART" | "UPDATE_CHART" | "CREATE_IMAGE" | "CREATE_TABLE" | "REMOVE_TABLE" | "UPDATE_TABLE" | "CREATE_TABLE_STYLE" | "REMOVE_TABLE_STYLE" | "GROUP_HEADERS" | "UNGROUP_HEADERS" | "UNFOLD_HEADER_GROUP" | "FOLD_HEADER_GROUP" | "FOLD_ALL_HEADER_GROUPS" | "UNFOLD_ALL_HEADER_GROUPS" | "UNFOLD_HEADER_GROUPS_IN_ZONE" | "FOLD_HEADER_GROUPS_IN_ZONE" | "ADD_DATA_VALIDATION_RULE" | "REMOVE_DATA_VALIDATION_RULE" | "UPDATE_LOCALE" | "ADD_PIVOT" | "UPDATE_PIVOT" | "INSERT_PIVOT" | "RENAME_PIVOT" | "REMOVE_PIVOT" | "DUPLICATE_PIVOT" | "SORT_CELLS" | "SET_DECIMAL" | "PASTE" | "REQUEST_UNDO" | "REQUEST_REDO" | "UNDO" | "REDO" | "COPY" | "CUT" | "COPY_PASTE_CELLS_ABOVE" | "COPY_PASTE_CELLS_ON_LEFT" | "REPEAT_PASTE" | "CLEAN_CLIPBOARD_HIGHLIGHT" | "AUTOFILL_CELL" | "PASTE_FROM_OS_CLIPBOARD" | "AUTORESIZE_COLUMNS" | "AUTORESIZE_ROWS" | "MOVE_COLUMNS_ROWS" | "ACTIVATE_SHEET" | "EVALUATE_CELLS" | "EVALUATE_CHARTS" | "START_CHANGE_HIGHLIGHT" | "START" | "AUTOFILL" | "AUTOFILL_SELECT" | "AUTOFILL_TABLE_COLUMN" | "SET_FORMULA_VISIBILITY" | "AUTOFILL_AUTO" | "SELECT_FIGURE" | "REPLACE_SEARCH" | "SET_FORMATTING_WITH_PIVOT" | "RESIZE_SHEETVIEW" | "SUM_SELECTION" | "DELETE_CELL" | "INSERT_CELL" | "SET_VIEWPORT_OFFSET" | "SHIFT_VIEWPORT_DOWN" | "SHIFT_VIEWPORT_UP" | "SCROLL_TO_CELL" | "ACTIVATE_NEXT_SHEET" | "ACTIVATE_PREVIOUS_SHEET" | "UPDATE_FILTER" | "SPLIT_TEXT_INTO_COLUMNS" | "REMOVE_DUPLICATES" | "TRIM_WHITESPACE" | "RESIZE_TABLE" | "REFRESH_PIVOT" | "INSERT_NEW_PIVOT" | "DUPLICATE_PIVOT_IN_NEW_SHEET" | "INSERT_PIVOT_WITH_TABLE" | "SPLIT_PIVOT_FORMULA" | "PAINT_FORMAT" | "PIVOT_START_PRESENCE_TRACKING" | "PIVOT_STOP_PRESENCE_TRACKING">;
2420
+ declare const invalidateCFEvaluationCommands: Set<"UPDATE_CELL" | "UPDATE_CELL_POSITION" | "CLEAR_CELL" | "CLEAR_CELLS" | "DELETE_CONTENT" | "ADD_COLUMNS_ROWS" | "REMOVE_COLUMNS_ROWS" | "RESIZE_COLUMNS_ROWS" | "HIDE_COLUMNS_ROWS" | "UNHIDE_COLUMNS_ROWS" | "SET_GRID_LINES_VISIBILITY" | "FREEZE_COLUMNS" | "FREEZE_ROWS" | "UNFREEZE_COLUMNS_ROWS" | "UNFREEZE_COLUMNS" | "UNFREEZE_ROWS" | "ADD_MERGE" | "REMOVE_MERGE" | "CREATE_SHEET" | "DELETE_SHEET" | "DUPLICATE_SHEET" | "MOVE_SHEET" | "RENAME_SHEET" | "COLOR_SHEET" | "HIDE_SHEET" | "SHOW_SHEET" | "MOVE_RANGES" | "ADD_CONDITIONAL_FORMAT" | "REMOVE_CONDITIONAL_FORMAT" | "CHANGE_CONDITIONAL_FORMAT_PRIORITY" | "CREATE_FIGURE" | "DELETE_FIGURE" | "UPDATE_FIGURE" | "SET_FORMATTING" | "CLEAR_FORMATTING" | "SET_ZONE_BORDERS" | "SET_BORDER" | "SET_BORDERS_ON_TARGET" | "CREATE_CHART" | "UPDATE_CHART" | "CREATE_IMAGE" | "CREATE_TABLE" | "REMOVE_TABLE" | "UPDATE_TABLE" | "CREATE_TABLE_STYLE" | "REMOVE_TABLE_STYLE" | "GROUP_HEADERS" | "UNGROUP_HEADERS" | "UNFOLD_HEADER_GROUP" | "FOLD_HEADER_GROUP" | "FOLD_ALL_HEADER_GROUPS" | "UNFOLD_ALL_HEADER_GROUPS" | "UNFOLD_HEADER_GROUPS_IN_ZONE" | "FOLD_HEADER_GROUPS_IN_ZONE" | "ADD_DATA_VALIDATION_RULE" | "REMOVE_DATA_VALIDATION_RULE" | "UPDATE_LOCALE" | "ADD_PIVOT" | "UPDATE_PIVOT" | "INSERT_PIVOT" | "RENAME_PIVOT" | "REMOVE_PIVOT" | "DUPLICATE_PIVOT" | "SORT_CELLS" | "SET_DECIMAL" | "PASTE" | "REQUEST_UNDO" | "REQUEST_REDO" | "UNDO" | "REDO" | "COPY" | "CUT" | "COPY_PASTE_CELLS_ABOVE" | "COPY_PASTE_CELLS_ON_LEFT" | "REPEAT_PASTE" | "CLEAN_CLIPBOARD_HIGHLIGHT" | "AUTOFILL_CELL" | "PASTE_FROM_OS_CLIPBOARD" | "AUTORESIZE_COLUMNS" | "AUTORESIZE_ROWS" | "MOVE_COLUMNS_ROWS" | "ACTIVATE_SHEET" | "EVALUATE_CELLS" | "EVALUATE_CHARTS" | "START_CHANGE_HIGHLIGHT" | "START" | "AUTOFILL" | "AUTOFILL_SELECT" | "AUTOFILL_TABLE_COLUMN" | "SET_FORMULA_VISIBILITY" | "AUTOFILL_AUTO" | "SELECT_FIGURE" | "REPLACE_SEARCH" | "SET_FORMATTING_WITH_PIVOT" | "RESIZE_SHEETVIEW" | "SUM_SELECTION" | "DELETE_CELL" | "INSERT_CELL" | "SET_VIEWPORT_OFFSET" | "SHIFT_VIEWPORT_DOWN" | "SHIFT_VIEWPORT_UP" | "SCROLL_TO_CELL" | "ACTIVATE_NEXT_SHEET" | "ACTIVATE_PREVIOUS_SHEET" | "UPDATE_FILTER" | "SPLIT_TEXT_INTO_COLUMNS" | "REMOVE_DUPLICATES" | "TRIM_WHITESPACE" | "RESIZE_TABLE" | "REFRESH_PIVOT" | "INSERT_NEW_PIVOT" | "DUPLICATE_PIVOT_IN_NEW_SHEET" | "INSERT_PIVOT_WITH_TABLE" | "SPLIT_PIVOT_FORMULA" | "PAINT_FORMAT" | "PIVOT_START_PRESENCE_TRACKING" | "PIVOT_STOP_PRESENCE_TRACKING">;
2421
+ declare const invalidateBordersCommands: Set<"UPDATE_CELL" | "UPDATE_CELL_POSITION" | "CLEAR_CELL" | "CLEAR_CELLS" | "DELETE_CONTENT" | "ADD_COLUMNS_ROWS" | "REMOVE_COLUMNS_ROWS" | "RESIZE_COLUMNS_ROWS" | "HIDE_COLUMNS_ROWS" | "UNHIDE_COLUMNS_ROWS" | "SET_GRID_LINES_VISIBILITY" | "FREEZE_COLUMNS" | "FREEZE_ROWS" | "UNFREEZE_COLUMNS_ROWS" | "UNFREEZE_COLUMNS" | "UNFREEZE_ROWS" | "ADD_MERGE" | "REMOVE_MERGE" | "CREATE_SHEET" | "DELETE_SHEET" | "DUPLICATE_SHEET" | "MOVE_SHEET" | "RENAME_SHEET" | "COLOR_SHEET" | "HIDE_SHEET" | "SHOW_SHEET" | "MOVE_RANGES" | "ADD_CONDITIONAL_FORMAT" | "REMOVE_CONDITIONAL_FORMAT" | "CHANGE_CONDITIONAL_FORMAT_PRIORITY" | "CREATE_FIGURE" | "DELETE_FIGURE" | "UPDATE_FIGURE" | "SET_FORMATTING" | "CLEAR_FORMATTING" | "SET_ZONE_BORDERS" | "SET_BORDER" | "SET_BORDERS_ON_TARGET" | "CREATE_CHART" | "UPDATE_CHART" | "CREATE_IMAGE" | "CREATE_TABLE" | "REMOVE_TABLE" | "UPDATE_TABLE" | "CREATE_TABLE_STYLE" | "REMOVE_TABLE_STYLE" | "GROUP_HEADERS" | "UNGROUP_HEADERS" | "UNFOLD_HEADER_GROUP" | "FOLD_HEADER_GROUP" | "FOLD_ALL_HEADER_GROUPS" | "UNFOLD_ALL_HEADER_GROUPS" | "UNFOLD_HEADER_GROUPS_IN_ZONE" | "FOLD_HEADER_GROUPS_IN_ZONE" | "ADD_DATA_VALIDATION_RULE" | "REMOVE_DATA_VALIDATION_RULE" | "UPDATE_LOCALE" | "ADD_PIVOT" | "UPDATE_PIVOT" | "INSERT_PIVOT" | "RENAME_PIVOT" | "REMOVE_PIVOT" | "DUPLICATE_PIVOT" | "SORT_CELLS" | "SET_DECIMAL" | "PASTE" | "REQUEST_UNDO" | "REQUEST_REDO" | "UNDO" | "REDO" | "COPY" | "CUT" | "COPY_PASTE_CELLS_ABOVE" | "COPY_PASTE_CELLS_ON_LEFT" | "REPEAT_PASTE" | "CLEAN_CLIPBOARD_HIGHLIGHT" | "AUTOFILL_CELL" | "PASTE_FROM_OS_CLIPBOARD" | "AUTORESIZE_COLUMNS" | "AUTORESIZE_ROWS" | "MOVE_COLUMNS_ROWS" | "ACTIVATE_SHEET" | "EVALUATE_CELLS" | "EVALUATE_CHARTS" | "START_CHANGE_HIGHLIGHT" | "START" | "AUTOFILL" | "AUTOFILL_SELECT" | "AUTOFILL_TABLE_COLUMN" | "SET_FORMULA_VISIBILITY" | "AUTOFILL_AUTO" | "SELECT_FIGURE" | "REPLACE_SEARCH" | "SET_FORMATTING_WITH_PIVOT" | "RESIZE_SHEETVIEW" | "SUM_SELECTION" | "DELETE_CELL" | "INSERT_CELL" | "SET_VIEWPORT_OFFSET" | "SHIFT_VIEWPORT_DOWN" | "SHIFT_VIEWPORT_UP" | "SCROLL_TO_CELL" | "ACTIVATE_NEXT_SHEET" | "ACTIVATE_PREVIOUS_SHEET" | "UPDATE_FILTER" | "SPLIT_TEXT_INTO_COLUMNS" | "REMOVE_DUPLICATES" | "TRIM_WHITESPACE" | "RESIZE_TABLE" | "REFRESH_PIVOT" | "INSERT_NEW_PIVOT" | "DUPLICATE_PIVOT_IN_NEW_SHEET" | "INSERT_PIVOT_WITH_TABLE" | "SPLIT_PIVOT_FORMULA" | "PAINT_FORMAT" | "PIVOT_START_PRESENCE_TRACKING" | "PIVOT_STOP_PRESENCE_TRACKING">;
2422
+ declare const readonlyAllowedCommands: Set<"UPDATE_CELL" | "UPDATE_CELL_POSITION" | "CLEAR_CELL" | "CLEAR_CELLS" | "DELETE_CONTENT" | "ADD_COLUMNS_ROWS" | "REMOVE_COLUMNS_ROWS" | "RESIZE_COLUMNS_ROWS" | "HIDE_COLUMNS_ROWS" | "UNHIDE_COLUMNS_ROWS" | "SET_GRID_LINES_VISIBILITY" | "FREEZE_COLUMNS" | "FREEZE_ROWS" | "UNFREEZE_COLUMNS_ROWS" | "UNFREEZE_COLUMNS" | "UNFREEZE_ROWS" | "ADD_MERGE" | "REMOVE_MERGE" | "CREATE_SHEET" | "DELETE_SHEET" | "DUPLICATE_SHEET" | "MOVE_SHEET" | "RENAME_SHEET" | "COLOR_SHEET" | "HIDE_SHEET" | "SHOW_SHEET" | "MOVE_RANGES" | "ADD_CONDITIONAL_FORMAT" | "REMOVE_CONDITIONAL_FORMAT" | "CHANGE_CONDITIONAL_FORMAT_PRIORITY" | "CREATE_FIGURE" | "DELETE_FIGURE" | "UPDATE_FIGURE" | "SET_FORMATTING" | "CLEAR_FORMATTING" | "SET_ZONE_BORDERS" | "SET_BORDER" | "SET_BORDERS_ON_TARGET" | "CREATE_CHART" | "UPDATE_CHART" | "CREATE_IMAGE" | "CREATE_TABLE" | "REMOVE_TABLE" | "UPDATE_TABLE" | "CREATE_TABLE_STYLE" | "REMOVE_TABLE_STYLE" | "GROUP_HEADERS" | "UNGROUP_HEADERS" | "UNFOLD_HEADER_GROUP" | "FOLD_HEADER_GROUP" | "FOLD_ALL_HEADER_GROUPS" | "UNFOLD_ALL_HEADER_GROUPS" | "UNFOLD_HEADER_GROUPS_IN_ZONE" | "FOLD_HEADER_GROUPS_IN_ZONE" | "ADD_DATA_VALIDATION_RULE" | "REMOVE_DATA_VALIDATION_RULE" | "UPDATE_LOCALE" | "ADD_PIVOT" | "UPDATE_PIVOT" | "INSERT_PIVOT" | "RENAME_PIVOT" | "REMOVE_PIVOT" | "DUPLICATE_PIVOT" | "SORT_CELLS" | "SET_DECIMAL" | "PASTE" | "REQUEST_UNDO" | "REQUEST_REDO" | "UNDO" | "REDO" | "COPY" | "CUT" | "COPY_PASTE_CELLS_ABOVE" | "COPY_PASTE_CELLS_ON_LEFT" | "REPEAT_PASTE" | "CLEAN_CLIPBOARD_HIGHLIGHT" | "AUTOFILL_CELL" | "PASTE_FROM_OS_CLIPBOARD" | "AUTORESIZE_COLUMNS" | "AUTORESIZE_ROWS" | "MOVE_COLUMNS_ROWS" | "ACTIVATE_SHEET" | "EVALUATE_CELLS" | "EVALUATE_CHARTS" | "START_CHANGE_HIGHLIGHT" | "START" | "AUTOFILL" | "AUTOFILL_SELECT" | "AUTOFILL_TABLE_COLUMN" | "SET_FORMULA_VISIBILITY" | "AUTOFILL_AUTO" | "SELECT_FIGURE" | "REPLACE_SEARCH" | "SET_FORMATTING_WITH_PIVOT" | "RESIZE_SHEETVIEW" | "SUM_SELECTION" | "DELETE_CELL" | "INSERT_CELL" | "SET_VIEWPORT_OFFSET" | "SHIFT_VIEWPORT_DOWN" | "SHIFT_VIEWPORT_UP" | "SCROLL_TO_CELL" | "ACTIVATE_NEXT_SHEET" | "ACTIVATE_PREVIOUS_SHEET" | "UPDATE_FILTER" | "SPLIT_TEXT_INTO_COLUMNS" | "REMOVE_DUPLICATES" | "TRIM_WHITESPACE" | "RESIZE_TABLE" | "REFRESH_PIVOT" | "INSERT_NEW_PIVOT" | "DUPLICATE_PIVOT_IN_NEW_SHEET" | "INSERT_PIVOT_WITH_TABLE" | "SPLIT_PIVOT_FORMULA" | "PAINT_FORMAT" | "PIVOT_START_PRESENCE_TRACKING" | "PIVOT_STOP_PRESENCE_TRACKING">;
2424
2423
  declare const coreTypes: Set<"UPDATE_CELL" | "UPDATE_CELL_POSITION" | "CLEAR_CELL" | "CLEAR_CELLS" | "DELETE_CONTENT" | "ADD_COLUMNS_ROWS" | "REMOVE_COLUMNS_ROWS" | "RESIZE_COLUMNS_ROWS" | "HIDE_COLUMNS_ROWS" | "UNHIDE_COLUMNS_ROWS" | "SET_GRID_LINES_VISIBILITY" | "FREEZE_COLUMNS" | "FREEZE_ROWS" | "UNFREEZE_COLUMNS_ROWS" | "UNFREEZE_COLUMNS" | "UNFREEZE_ROWS" | "ADD_MERGE" | "REMOVE_MERGE" | "CREATE_SHEET" | "DELETE_SHEET" | "DUPLICATE_SHEET" | "MOVE_SHEET" | "RENAME_SHEET" | "COLOR_SHEET" | "HIDE_SHEET" | "SHOW_SHEET" | "MOVE_RANGES" | "ADD_CONDITIONAL_FORMAT" | "REMOVE_CONDITIONAL_FORMAT" | "CHANGE_CONDITIONAL_FORMAT_PRIORITY" | "CREATE_FIGURE" | "DELETE_FIGURE" | "UPDATE_FIGURE" | "SET_FORMATTING" | "CLEAR_FORMATTING" | "SET_ZONE_BORDERS" | "SET_BORDER" | "SET_BORDERS_ON_TARGET" | "CREATE_CHART" | "UPDATE_CHART" | "CREATE_IMAGE" | "CREATE_TABLE" | "REMOVE_TABLE" | "UPDATE_TABLE" | "CREATE_TABLE_STYLE" | "REMOVE_TABLE_STYLE" | "GROUP_HEADERS" | "UNGROUP_HEADERS" | "UNFOLD_HEADER_GROUP" | "FOLD_HEADER_GROUP" | "FOLD_ALL_HEADER_GROUPS" | "UNFOLD_ALL_HEADER_GROUPS" | "UNFOLD_HEADER_GROUPS_IN_ZONE" | "FOLD_HEADER_GROUPS_IN_ZONE" | "ADD_DATA_VALIDATION_RULE" | "REMOVE_DATA_VALIDATION_RULE" | "UPDATE_LOCALE" | "ADD_PIVOT" | "UPDATE_PIVOT" | "INSERT_PIVOT" | "RENAME_PIVOT" | "REMOVE_PIVOT" | "DUPLICATE_PIVOT">;
2425
2424
  declare function isCoreCommand(cmd: Command): cmd is CoreCommand;
2426
2425
  declare function canExecuteInReadonly(cmd: Command): boolean;
@@ -2519,6 +2518,7 @@ interface DeleteSheetCommand extends SheetDependentCommand {
2519
2518
  interface DuplicateSheetCommand extends SheetDependentCommand {
2520
2519
  type: "DUPLICATE_SHEET";
2521
2520
  sheetIdTo: UID;
2521
+ sheetNameTo: string;
2522
2522
  }
2523
2523
  interface MoveSheetCommand extends SheetDependentCommand {
2524
2524
  type: "MOVE_SHEET";
@@ -2975,6 +2975,13 @@ interface SplitPivotFormulaCommand extends PositionDependentCommand {
2975
2975
  interface PaintFormat extends TargetDependentCommand {
2976
2976
  type: "PAINT_FORMAT";
2977
2977
  }
2978
+ interface PivotStartPresenceTracking {
2979
+ type: "PIVOT_START_PRESENCE_TRACKING";
2980
+ pivotId: UID;
2981
+ }
2982
+ interface PivotStopPresenceTracking {
2983
+ type: "PIVOT_STOP_PRESENCE_TRACKING";
2984
+ }
2978
2985
  type CoreCommand =
2979
2986
  /** CELLS */
2980
2987
  UpdateCellCommand | UpdateCellPositionCommand | ClearCellCommand | ClearCellsCommand | DeleteContentCommand
@@ -3006,7 +3013,7 @@ UpdateCellCommand | UpdateCellPositionCommand | ClearCellCommand | ClearCellsCom
3006
3013
  | UpdateLocaleCommand
3007
3014
  /** PIVOT */
3008
3015
  | AddPivotCommand | UpdatePivotCommand | InsertPivotCommand | RenamePivotCommand | RemovePivotCommand | DuplicatePivotCommand;
3009
- type LocalCommand = RequestUndoCommand | RequestRedoCommand | UndoCommand | RedoCommand | CopyCommand | CutCommand | PasteCommand | CopyPasteCellsAboveCommand | CopyPasteCellsOnLeftCommand | RepeatPasteCommand | CleanClipBoardHighlightCommand | AutoFillCellCommand | PasteFromOSClipboardCommand | AutoresizeColumnsCommand | AutoresizeRowsCommand | MoveColumnsRowsCommand | ActivateSheetCommand | EvaluateCellsCommand | EvaluateChartsCommand | StartChangeHighlightCommand | StartCommand | AutofillCommand | AutofillSelectCommand | AutofillTableCommand | ShowFormulaCommand | AutofillAutoCommand | SelectFigureCommand | ReplaceSearchCommand | SortCommand | SetDecimalCommand | SetContextualFormatCommand | ResizeViewportCommand | SumSelectionCommand | DeleteCellCommand | InsertCellCommand | SetViewportOffsetCommand | MoveViewportDownCommand | MoveViewportUpCommand | MoveViewportToCellCommand | ActivateNextSheetCommand | ActivatePreviousSheetCommand | UpdateFilterCommand | SplitTextIntoColumnsCommand | RemoveDuplicatesCommand | TrimWhitespaceCommand | ResizeTableCommand | RefreshPivotCommand | InsertNewPivotCommand | DuplicatePivotInNewSheetCommand | InsertPivotWithTableCommand | SplitPivotFormulaCommand | PaintFormat;
3016
+ type LocalCommand = RequestUndoCommand | RequestRedoCommand | UndoCommand | RedoCommand | CopyCommand | CutCommand | PasteCommand | CopyPasteCellsAboveCommand | CopyPasteCellsOnLeftCommand | RepeatPasteCommand | CleanClipBoardHighlightCommand | AutoFillCellCommand | PasteFromOSClipboardCommand | AutoresizeColumnsCommand | AutoresizeRowsCommand | MoveColumnsRowsCommand | ActivateSheetCommand | EvaluateCellsCommand | EvaluateChartsCommand | StartChangeHighlightCommand | StartCommand | AutofillCommand | AutofillSelectCommand | AutofillTableCommand | ShowFormulaCommand | AutofillAutoCommand | SelectFigureCommand | ReplaceSearchCommand | SortCommand | SetDecimalCommand | SetContextualFormatCommand | ResizeViewportCommand | SumSelectionCommand | DeleteCellCommand | InsertCellCommand | SetViewportOffsetCommand | MoveViewportDownCommand | MoveViewportUpCommand | MoveViewportToCellCommand | ActivateNextSheetCommand | ActivatePreviousSheetCommand | UpdateFilterCommand | SplitTextIntoColumnsCommand | RemoveDuplicatesCommand | TrimWhitespaceCommand | ResizeTableCommand | RefreshPivotCommand | InsertNewPivotCommand | DuplicatePivotInNewSheetCommand | InsertPivotWithTableCommand | SplitPivotFormulaCommand | PaintFormat | PivotStartPresenceTracking | PivotStopPresenceTracking;
3010
3017
  type Command = CoreCommand | LocalCommand;
3011
3018
  /**
3012
3019
  * Holds the result of a command dispatch.
@@ -4435,6 +4442,7 @@ declare class ChartPlugin extends CorePlugin<ChartState> implements ChartState {
4435
4442
  private addChart;
4436
4443
  private checkChartDuplicate;
4437
4444
  private checkChartExists;
4445
+ private checkChartChanged;
4438
4446
  }
4439
4447
 
4440
4448
  interface ConditionalFormatState {
@@ -4854,7 +4862,7 @@ interface SheetState {
4854
4862
  readonly cellPosition: Record<UID, CellPosition | undefined>;
4855
4863
  }
4856
4864
  declare class SheetPlugin extends CorePlugin<SheetState> implements SheetState {
4857
- static getters: readonly ["getSheetName", "tryGetSheetName", "getSheet", "tryGetSheet", "getSheetIdByName", "getSheetIds", "getVisibleSheetIds", "isSheetVisible", "doesHeaderExist", "doesHeadersExist", "getCell", "getCellPosition", "getColsZone", "getRowCells", "getRowsZone", "getNumberCols", "getNumberRows", "getNumberHeaders", "getGridLinesVisibility", "getNextSheetName", "getSheetSize", "getSheetZone", "getPaneDivisions", "checkZonesExistInSheet", "getCommandZones", "getUnboundedZone", "checkElementsIncludeAllNonFrozenHeaders"];
4865
+ static getters: readonly ["getSheetName", "tryGetSheetName", "getSheet", "tryGetSheet", "getSheetIdByName", "getSheetIds", "getVisibleSheetIds", "isSheetVisible", "doesHeaderExist", "doesHeadersExist", "getCell", "getCellPosition", "getColsZone", "getRowCells", "getRowsZone", "getNumberCols", "getNumberRows", "getNumberHeaders", "getGridLinesVisibility", "getNextSheetName", "getSheetSize", "getSheetZone", "getPaneDivisions", "checkZonesExistInSheet", "getCommandZones", "getUnboundedZone", "checkElementsIncludeAllNonFrozenHeaders", "getDuplicateSheetName"];
4858
4866
  readonly sheetIdsMapName: Record<string, UID | undefined>;
4859
4867
  readonly orderedSheetIds: UID[];
4860
4868
  readonly sheets: Record<UID, Sheet | undefined>;
@@ -4931,7 +4939,7 @@ declare class SheetPlugin extends CorePlugin<SheetState> implements SheetState {
4931
4939
  private hideSheet;
4932
4940
  private showSheet;
4933
4941
  private duplicateSheet;
4934
- private getDuplicateSheetName;
4942
+ getDuplicateSheetName(sheetName: string): string;
4935
4943
  private deleteSheet;
4936
4944
  /**
4937
4945
  * Delete column. This requires a lot of handling:
@@ -5829,6 +5837,23 @@ declare class HistoryPlugin extends UIPlugin {
5829
5837
  private getPossibleRevisionToRepeat;
5830
5838
  }
5831
5839
 
5840
+ declare class PivotPresenceTracker {
5841
+ private trackedValues;
5842
+ private domainToArray;
5843
+ isValuePresent(measure: string, domain: PivotDomain): boolean;
5844
+ isHeaderPresent(domain: PivotDomain): boolean;
5845
+ trackValue(measure: string, domain: PivotDomain): void;
5846
+ trackHeader(domain: PivotDomain): void;
5847
+ }
5848
+
5849
+ declare class PivotPresencePlugin extends UIPlugin {
5850
+ static getters: readonly ["getPivotPresenceTracker"];
5851
+ private trackPresencePivotId?;
5852
+ private tracker?;
5853
+ handle(cmd: Command): void;
5854
+ getPivotPresenceTracker(pivotId: UID): PivotPresenceTracker | undefined;
5855
+ }
5856
+
5832
5857
  declare class SplitToColumnsPlugin extends UIPlugin {
5833
5858
  static getters: readonly ["getAutomaticSeparator"];
5834
5859
  allowDispatch(cmd: Command): CommandResult | CommandResult[];
@@ -5953,7 +5978,7 @@ type CoreGetters = PluginGetters<typeof SheetPlugin> & PluginGetters<typeof Head
5953
5978
  type Getters = {
5954
5979
  isReadonly: () => boolean;
5955
5980
  isDashboard: () => boolean;
5956
- } & CoreGetters & PluginGetters<typeof AutofillPlugin> & PluginGetters<typeof AutomaticSumPlugin> & PluginGetters<typeof HistoryPlugin> & PluginGetters<typeof ClipboardPlugin> & PluginGetters<typeof EvaluationPlugin> & PluginGetters<typeof EvaluationChartPlugin> & PluginGetters<typeof EvaluationConditionalFormatPlugin> & PluginGetters<typeof HeaderVisibilityUIPlugin> & PluginGetters<typeof CustomColorsPlugin> & PluginGetters<typeof AutomaticSumPlugin> & PluginGetters<typeof GridSelectionPlugin> & PluginGetters<typeof CollaborativePlugin> & PluginGetters<typeof SortPlugin> & PluginGetters<typeof UIOptionsPlugin> & PluginGetters<typeof SheetUIPlugin> & PluginGetters<typeof SheetViewPlugin> & PluginGetters<typeof FilterEvaluationPlugin> & PluginGetters<typeof SplitToColumnsPlugin> & PluginGetters<typeof HeaderSizeUIPlugin> & PluginGetters<typeof EvaluationDataValidationPlugin> & PluginGetters<typeof HeaderPositionsUIPlugin> & PluginGetters<typeof TableStylePlugin> & PluginGetters<typeof CellComputedStylePlugin> & PluginGetters<typeof DynamicTablesPlugin> & PluginGetters<typeof PivotUIPlugin> & PluginGetters<typeof TableComputedStylePlugin> & PluginGetters<typeof GeoFeaturePlugin>;
5981
+ } & CoreGetters & PluginGetters<typeof AutofillPlugin> & PluginGetters<typeof AutomaticSumPlugin> & PluginGetters<typeof HistoryPlugin> & PluginGetters<typeof ClipboardPlugin> & PluginGetters<typeof EvaluationPlugin> & PluginGetters<typeof EvaluationChartPlugin> & PluginGetters<typeof EvaluationConditionalFormatPlugin> & PluginGetters<typeof HeaderVisibilityUIPlugin> & PluginGetters<typeof CustomColorsPlugin> & PluginGetters<typeof AutomaticSumPlugin> & PluginGetters<typeof GridSelectionPlugin> & PluginGetters<typeof CollaborativePlugin> & PluginGetters<typeof SortPlugin> & PluginGetters<typeof UIOptionsPlugin> & PluginGetters<typeof SheetUIPlugin> & PluginGetters<typeof SheetViewPlugin> & PluginGetters<typeof FilterEvaluationPlugin> & PluginGetters<typeof SplitToColumnsPlugin> & PluginGetters<typeof HeaderSizeUIPlugin> & PluginGetters<typeof EvaluationDataValidationPlugin> & PluginGetters<typeof HeaderPositionsUIPlugin> & PluginGetters<typeof TableStylePlugin> & PluginGetters<typeof CellComputedStylePlugin> & PluginGetters<typeof DynamicTablesPlugin> & PluginGetters<typeof PivotUIPlugin> & PluginGetters<typeof TableComputedStylePlugin> & PluginGetters<typeof GeoFeaturePlugin> & PluginGetters<typeof PivotPresencePlugin> & PluginGetters<typeof TableComputedStylePlugin>;
5957
5982
 
5958
5983
  type ArgType = "ANY" | "BOOLEAN" | "NUMBER" | "STRING" | "DATE" | "RANGE" | "RANGE<BOOLEAN>" | "RANGE<NUMBER>" | "RANGE<DATE>" | "RANGE<STRING>" | "RANGE<ANY>" | "META";
5959
5984
  interface ArgDefinition {
@@ -6261,7 +6286,7 @@ interface ChartShowValuesPluginOptions {
6261
6286
  showValues: boolean;
6262
6287
  background?: Color;
6263
6288
  horizontal?: boolean;
6264
- callback: (value: number | string, axisId?: string) => string;
6289
+ callback: (value: number | string, axisId: string) => string;
6265
6290
  }
6266
6291
  declare module "chart.js" {
6267
6292
  interface PluginOptionsByType<TType extends ChartType$1> {
@@ -6748,7 +6773,7 @@ interface ChartSubtypeProperties {
6748
6773
  preview: string;
6749
6774
  }
6750
6775
 
6751
- interface Props$1d {
6776
+ interface Props$1e {
6752
6777
  label?: string;
6753
6778
  value: boolean;
6754
6779
  className?: string;
@@ -6757,7 +6782,7 @@ interface Props$1d {
6757
6782
  disabled?: boolean;
6758
6783
  onChange: (value: boolean) => void;
6759
6784
  }
6760
- declare class Checkbox extends Component<Props$1d, SpreadsheetChildEnv> {
6785
+ declare class Checkbox extends Component<Props$1e, SpreadsheetChildEnv> {
6761
6786
  static template: string;
6762
6787
  static props: {
6763
6788
  label: {
@@ -6792,10 +6817,10 @@ declare class Checkbox extends Component<Props$1d, SpreadsheetChildEnv> {
6792
6817
  onChange(ev: InputEvent): void;
6793
6818
  }
6794
6819
 
6795
- interface Props$1c {
6820
+ interface Props$1d {
6796
6821
  class?: string;
6797
6822
  }
6798
- declare class Section extends Component<Props$1c, SpreadsheetChildEnv> {
6823
+ declare class Section extends Component<Props$1d, SpreadsheetChildEnv> {
6799
6824
  static template: string;
6800
6825
  static props: {
6801
6826
  class: {
@@ -6929,7 +6954,7 @@ declare class SelectionInputStore extends SpreadsheetStore {
6929
6954
  getIndex(rangeId: number | null): number | null;
6930
6955
  }
6931
6956
 
6932
- interface Props$1b {
6957
+ interface Props$1c {
6933
6958
  ranges: string[];
6934
6959
  hasSingleRange?: boolean;
6935
6960
  required?: boolean;
@@ -6954,7 +6979,7 @@ interface SelectionRange extends Omit<RangeInputValue, "color"> {
6954
6979
  * onSelectionChanged is called every time the input value
6955
6980
  * changes.
6956
6981
  */
6957
- declare class SelectionInput extends Component<Props$1b, SpreadsheetChildEnv> {
6982
+ declare class SelectionInput extends Component<Props$1c, SpreadsheetChildEnv> {
6958
6983
  static template: string;
6959
6984
  static props: {
6960
6985
  ranges: ArrayConstructor;
@@ -7021,7 +7046,7 @@ declare class SelectionInput extends Component<Props$1b, SpreadsheetChildEnv> {
7021
7046
  confirm(): void;
7022
7047
  }
7023
7048
 
7024
- interface Props$1a {
7049
+ interface Props$1b {
7025
7050
  ranges: CustomizedDataSet[];
7026
7051
  hasSingleRange?: boolean;
7027
7052
  onSelectionChanged: (ranges: string[]) => void;
@@ -7029,7 +7054,7 @@ interface Props$1a {
7029
7054
  onSelectionRemoved?: (index: number) => void;
7030
7055
  onSelectionConfirmed: () => void;
7031
7056
  }
7032
- declare class ChartDataSeries extends Component<Props$1a, SpreadsheetChildEnv> {
7057
+ declare class ChartDataSeries extends Component<Props$1b, SpreadsheetChildEnv> {
7033
7058
  static template: string;
7034
7059
  static components: {
7035
7060
  SelectionInput: typeof SelectionInput;
@@ -7057,12 +7082,12 @@ declare class ChartDataSeries extends Component<Props$1a, SpreadsheetChildEnv> {
7057
7082
  get title(): string;
7058
7083
  }
7059
7084
 
7060
- interface Props$19 {
7085
+ interface Props$1a {
7061
7086
  messages: string[];
7062
7087
  msgType: "warning" | "error" | "info";
7063
7088
  singleBox?: boolean;
7064
7089
  }
7065
- declare class ValidationMessages extends Component<Props$19, SpreadsheetChildEnv> {
7090
+ declare class ValidationMessages extends Component<Props$1a, SpreadsheetChildEnv> {
7066
7091
  static template: string;
7067
7092
  static props: {
7068
7093
  messages: ArrayConstructor;
@@ -7076,10 +7101,10 @@ declare class ValidationMessages extends Component<Props$19, SpreadsheetChildEnv
7076
7101
  get alertBoxes(): string[][];
7077
7102
  }
7078
7103
 
7079
- interface Props$18 {
7104
+ interface Props$19 {
7080
7105
  messages: string[];
7081
7106
  }
7082
- declare class ChartErrorSection extends Component<Props$18, SpreadsheetChildEnv> {
7107
+ declare class ChartErrorSection extends Component<Props$19, SpreadsheetChildEnv> {
7083
7108
  static template: string;
7084
7109
  static components: {
7085
7110
  Section: typeof Section;
@@ -7093,7 +7118,7 @@ declare class ChartErrorSection extends Component<Props$18, SpreadsheetChildEnv>
7093
7118
  };
7094
7119
  }
7095
7120
 
7096
- interface Props$17 {
7121
+ interface Props$18 {
7097
7122
  title?: string;
7098
7123
  range: string;
7099
7124
  isInvalid: boolean;
@@ -7106,7 +7131,7 @@ interface Props$17 {
7106
7131
  onChange: (value: boolean) => void;
7107
7132
  }>;
7108
7133
  }
7109
- declare class ChartLabelRange extends Component<Props$17, SpreadsheetChildEnv> {
7134
+ declare class ChartLabelRange extends Component<Props$18, SpreadsheetChildEnv> {
7110
7135
  static template: string;
7111
7136
  static components: {
7112
7137
  SelectionInput: typeof SelectionInput;
@@ -7127,10 +7152,10 @@ declare class ChartLabelRange extends Component<Props$17, SpreadsheetChildEnv> {
7127
7152
  optional: boolean;
7128
7153
  };
7129
7154
  };
7130
- static defaultProps: Partial<Props$17>;
7155
+ static defaultProps: Partial<Props$18>;
7131
7156
  }
7132
7157
 
7133
- interface Props$16 {
7158
+ interface Props$17 {
7134
7159
  figureId: UID;
7135
7160
  definition: ChartWithDataSetDefinition;
7136
7161
  canUpdateChart: (figureId: UID, definition: Partial<ChartWithDataSetDefinition>) => DispatchResult;
@@ -7140,7 +7165,7 @@ interface ChartPanelState {
7140
7165
  datasetDispatchResult?: DispatchResult;
7141
7166
  labelsDispatchResult?: DispatchResult;
7142
7167
  }
7143
- declare class GenericChartConfigPanel extends Component<Props$16, SpreadsheetChildEnv> {
7168
+ declare class GenericChartConfigPanel extends Component<Props$17, SpreadsheetChildEnv> {
7144
7169
  static template: string;
7145
7170
  static components: {
7146
7171
  ChartDataSeries: typeof ChartDataSeries;
@@ -7226,12 +7251,12 @@ interface Choice$1 {
7226
7251
  value: string;
7227
7252
  label: string;
7228
7253
  }
7229
- interface Props$15 {
7254
+ interface Props$16 {
7230
7255
  choices: Choice$1[];
7231
7256
  onChange: (value: string) => void;
7232
7257
  selectedValue: string;
7233
7258
  }
7234
- declare class BadgeSelection extends Component<Props$15, SpreadsheetChildEnv> {
7259
+ declare class BadgeSelection extends Component<Props$16, SpreadsheetChildEnv> {
7235
7260
  static template: string;
7236
7261
  static props: {
7237
7262
  choices: ArrayConstructor;
@@ -7389,7 +7414,7 @@ declare class ColorPicker extends Component<ColorPickerProps, SpreadsheetChildEn
7389
7414
  isSameColor(color1: Color, color2: Color): boolean;
7390
7415
  }
7391
7416
 
7392
- interface Props$14 {
7417
+ interface Props$15 {
7393
7418
  currentColor: string | undefined;
7394
7419
  toggleColorPicker: () => void;
7395
7420
  showColorPicker: boolean;
@@ -7400,7 +7425,7 @@ interface Props$14 {
7400
7425
  dropdownMaxHeight?: Pixel;
7401
7426
  class?: string;
7402
7427
  }
7403
- declare class ColorPickerWidget extends Component<Props$14, SpreadsheetChildEnv> {
7428
+ declare class ColorPickerWidget extends Component<Props$15, SpreadsheetChildEnv> {
7404
7429
  static template: string;
7405
7430
  static props: {
7406
7431
  currentColor: {
@@ -7451,7 +7476,7 @@ declare class CellPopoverStore extends SpreadsheetStore {
7451
7476
  };
7452
7477
  handle(cmd: Command): void;
7453
7478
  open({ col, row }: Position$1, type: CellPopoverType): void;
7454
- close(): void;
7479
+ close(): "noStateChange" | undefined;
7455
7480
  get persistentCellPopover(): OpenCellPopover | ClosedCellPopover;
7456
7481
  get isOpen(): boolean;
7457
7482
  get cellPopover(): ClosedCellPopover | PositionedCellPopoverComponent;
@@ -7461,13 +7486,13 @@ declare class CellPopoverStore extends SpreadsheetStore {
7461
7486
  interface State$8 {
7462
7487
  isOpen: boolean;
7463
7488
  }
7464
- interface Props$13 {
7489
+ interface Props$14 {
7465
7490
  currentFontSize: number;
7466
7491
  class: string;
7467
7492
  onFontSizeChanged: (fontSize: number) => void;
7468
7493
  onToggle?: () => void;
7469
7494
  }
7470
- declare class FontSizeEditor extends Component<Props$13, SpreadsheetChildEnv> {
7495
+ declare class FontSizeEditor extends Component<Props$14, SpreadsheetChildEnv> {
7471
7496
  static template: string;
7472
7497
  static props: {
7473
7498
  currentFontSize: NumberConstructor;
@@ -7498,7 +7523,7 @@ declare class FontSizeEditor extends Component<Props$13, SpreadsheetChildEnv> {
7498
7523
  onInputKeydown(ev: KeyboardEvent): void;
7499
7524
  }
7500
7525
 
7501
- interface Props$12 {
7526
+ interface Props$13 {
7502
7527
  title?: string;
7503
7528
  updateTitle: (title: string) => void;
7504
7529
  name?: string;
@@ -7509,7 +7534,7 @@ interface Props$12 {
7509
7534
  style: TitleDesign;
7510
7535
  onFontSizeChanged: (fontSize: number) => void;
7511
7536
  }
7512
- declare class ChartTitle extends Component<Props$12, SpreadsheetChildEnv> {
7537
+ declare class ChartTitle extends Component<Props$13, SpreadsheetChildEnv> {
7513
7538
  static template: string;
7514
7539
  static components: {
7515
7540
  Section: typeof Section;
@@ -7572,13 +7597,13 @@ interface AxisDefinition {
7572
7597
  id: string;
7573
7598
  name: string;
7574
7599
  }
7575
- interface Props$11 {
7600
+ interface Props$12 {
7576
7601
  figureId: UID;
7577
7602
  definition: ChartWithDataSetDefinition | WaterfallChartDefinition;
7578
7603
  updateChart: (figureId: UID, definition: Partial<ChartWithDataSetDefinition | WaterfallChartDefinition>) => DispatchResult;
7579
7604
  axesList: AxisDefinition[];
7580
7605
  }
7581
- declare class AxisDesignEditor extends Component<Props$11, SpreadsheetChildEnv> {
7606
+ declare class AxisDesignEditor extends Component<Props$12, SpreadsheetChildEnv> {
7582
7607
  static template: string;
7583
7608
  static components: {
7584
7609
  Section: typeof Section;
@@ -7609,13 +7634,13 @@ declare class AxisDesignEditor extends Component<Props$11, SpreadsheetChildEnv>
7609
7634
  updateAxisTitle(text: string): void;
7610
7635
  }
7611
7636
 
7612
- interface Props$10 {
7637
+ interface Props$11 {
7613
7638
  currentColor?: string;
7614
7639
  onColorPicked: (color: string) => void;
7615
7640
  title?: string;
7616
7641
  disableNoColor?: boolean;
7617
7642
  }
7618
- declare class RoundColorPicker extends Component<Props$10, SpreadsheetChildEnv> {
7643
+ declare class RoundColorPicker extends Component<Props$11, SpreadsheetChildEnv> {
7619
7644
  static template: string;
7620
7645
  static components: {
7621
7646
  Section: typeof Section;
@@ -7648,13 +7673,13 @@ declare class RoundColorPicker extends Component<Props$10, SpreadsheetChildEnv>
7648
7673
  get buttonStyle(): string;
7649
7674
  }
7650
7675
 
7651
- interface Props$$ {
7676
+ interface Props$10 {
7652
7677
  figureId: UID;
7653
7678
  definition: ChartDefinition;
7654
7679
  updateChart: (figureId: UID, definition: Partial<ChartDefinition>) => DispatchResult;
7655
7680
  defaultChartTitleFontSize?: number;
7656
7681
  }
7657
- declare class GeneralDesignEditor extends Component<Props$$, SpreadsheetChildEnv> {
7682
+ declare class GeneralDesignEditor extends Component<Props$10, SpreadsheetChildEnv> {
7658
7683
  static template: string;
7659
7684
  static components: {
7660
7685
  RoundColorPicker: typeof RoundColorPicker;
@@ -7692,12 +7717,12 @@ declare class GeneralDesignEditor extends Component<Props$$, SpreadsheetChildEnv
7692
7717
  updateChartTitleAlignment(align: "left" | "center" | "right"): void;
7693
7718
  }
7694
7719
 
7695
- interface Props$_ {
7720
+ interface Props$$ {
7696
7721
  figureId: UID;
7697
7722
  definition: ChartWithDataSetDefinition;
7698
7723
  updateChart: (figureId: UID, definition: Partial<ChartWithDataSetDefinition>) => DispatchResult;
7699
7724
  }
7700
- declare class ChartLegend extends Component<Props$_, SpreadsheetChildEnv> {
7725
+ declare class ChartLegend extends Component<Props$$, SpreadsheetChildEnv> {
7701
7726
  static template: string;
7702
7727
  static components: {
7703
7728
  Section: typeof Section;
@@ -7714,14 +7739,14 @@ interface Choice {
7714
7739
  value: unknown;
7715
7740
  label: string;
7716
7741
  }
7717
- interface Props$Z {
7742
+ interface Props$_ {
7718
7743
  choices: Choice[];
7719
7744
  onChange: (value: unknown) => void;
7720
7745
  selectedValue: string;
7721
7746
  name: string;
7722
7747
  direction: "horizontal" | "vertical";
7723
7748
  }
7724
- declare class RadioSelection extends Component<Props$Z, SpreadsheetChildEnv> {
7749
+ declare class RadioSelection extends Component<Props$_, SpreadsheetChildEnv> {
7725
7750
  static template: string;
7726
7751
  static props: {
7727
7752
  choices: ArrayConstructor;
@@ -7740,13 +7765,13 @@ declare class RadioSelection extends Component<Props$Z, SpreadsheetChildEnv> {
7740
7765
  };
7741
7766
  }
7742
7767
 
7743
- interface Props$Y {
7768
+ interface Props$Z {
7744
7769
  figureId: UID;
7745
7770
  definition: ChartWithDataSetDefinition;
7746
7771
  canUpdateChart: (figureID: UID, definition: Partial<ChartWithDataSetDefinition>) => DispatchResult;
7747
7772
  updateChart: (figureId: UID, definition: Partial<ChartWithDataSetDefinition>) => DispatchResult;
7748
7773
  }
7749
- declare class SeriesDesignEditor extends Component<Props$Y, SpreadsheetChildEnv> {
7774
+ declare class SeriesDesignEditor extends Component<Props$Z, SpreadsheetChildEnv> {
7750
7775
  static template: string;
7751
7776
  static components: {
7752
7777
  SidePanelCollapsible: typeof SidePanelCollapsible;
@@ -7774,13 +7799,13 @@ declare class SeriesDesignEditor extends Component<Props$Y, SpreadsheetChildEnv>
7774
7799
  getDataSeriesLabel(): string | undefined;
7775
7800
  }
7776
7801
 
7777
- interface Props$X {
7802
+ interface Props$Y {
7778
7803
  figureId: UID;
7779
7804
  definition: ChartWithDataSetDefinition;
7780
7805
  canUpdateChart: (figureID: UID, definition: Partial<ChartWithDataSetDefinition>) => DispatchResult;
7781
7806
  updateChart: (figureId: UID, definition: Partial<ChartWithDataSetDefinition>) => DispatchResult;
7782
7807
  }
7783
- declare class SeriesWithAxisDesignEditor extends Component<Props$X, SpreadsheetChildEnv> {
7808
+ declare class SeriesWithAxisDesignEditor extends Component<Props$Y, SpreadsheetChildEnv> {
7784
7809
  static template: string;
7785
7810
  static components: {
7786
7811
  SeriesDesignEditor: typeof SeriesDesignEditor;
@@ -7821,13 +7846,13 @@ declare class SeriesWithAxisDesignEditor extends Component<Props$X, SpreadsheetC
7821
7846
  updateTrendLineValue(index: number, config: any): void;
7822
7847
  }
7823
7848
 
7824
- interface Props$W {
7849
+ interface Props$X {
7825
7850
  figureId: UID;
7826
7851
  definition: ChartWithDataSetDefinition;
7827
7852
  canUpdateChart: (figureID: UID, definition: GenericDefinition<ChartWithDataSetDefinition>) => DispatchResult;
7828
7853
  updateChart: (figureId: UID, definition: GenericDefinition<ChartWithDataSetDefinition>) => DispatchResult;
7829
7854
  }
7830
- declare class ChartWithAxisDesignPanel<P extends Props$W = Props$W> extends Component<P, SpreadsheetChildEnv> {
7855
+ declare class ChartWithAxisDesignPanel<P extends Props$X = Props$X> extends Component<P, SpreadsheetChildEnv> {
7831
7856
  static template: string;
7832
7857
  static components: {
7833
7858
  GeneralDesignEditor: typeof GeneralDesignEditor;
@@ -7847,13 +7872,13 @@ declare class ChartWithAxisDesignPanel<P extends Props$W = Props$W> extends Comp
7847
7872
  get axesList(): AxisDefinition[];
7848
7873
  }
7849
7874
 
7850
- interface Props$V {
7875
+ interface Props$W {
7851
7876
  figureId: UID;
7852
7877
  definition: GaugeChartDefinition;
7853
7878
  canUpdateChart: (figureId: UID, definition: Partial<GaugeChartDefinition>) => DispatchResult;
7854
7879
  updateChart: (figureId: UID, definition: Partial<GaugeChartDefinition>) => DispatchResult;
7855
7880
  }
7856
- declare class GaugeChartConfigPanel extends Component<Props$V, SpreadsheetChildEnv> {
7881
+ declare class GaugeChartConfigPanel extends Component<Props$W, SpreadsheetChildEnv> {
7857
7882
  static template: string;
7858
7883
  static components: {
7859
7884
  ChartErrorSection: typeof ChartErrorSection;
@@ -7917,13 +7942,13 @@ interface EnrichedToken extends Token {
7917
7942
  isParenthesisLinkedToCursor?: boolean;
7918
7943
  }
7919
7944
 
7920
- interface Props$U {
7945
+ interface Props$V {
7921
7946
  proposals: AutoCompleteProposal[];
7922
7947
  selectedIndex: number | undefined;
7923
7948
  onValueSelected: (value: string) => void;
7924
7949
  onValueHovered: (index: string) => void;
7925
7950
  }
7926
- declare class TextValueProvider extends Component<Props$U> {
7951
+ declare class TextValueProvider extends Component<Props$V> {
7927
7952
  static template: string;
7928
7953
  static props: {
7929
7954
  proposals: ArrayConstructor;
@@ -7990,19 +8015,19 @@ declare class ContentEditableHelper {
7990
8015
  getText(): string;
7991
8016
  }
7992
8017
 
7993
- interface Props$T {
8018
+ interface Props$U {
7994
8019
  functionName: string;
7995
8020
  functionDescription: FunctionDescription;
7996
8021
  argToFocus: number;
7997
8022
  }
7998
- declare class FunctionDescriptionProvider extends Component<Props$T, SpreadsheetChildEnv> {
8023
+ declare class FunctionDescriptionProvider extends Component<Props$U, SpreadsheetChildEnv> {
7999
8024
  static template: string;
8000
8025
  static props: {
8001
8026
  functionName: StringConstructor;
8002
8027
  functionDescription: ObjectConstructor;
8003
8028
  argToFocus: NumberConstructor;
8004
8029
  };
8005
- getContext(): Props$T;
8030
+ getContext(): Props$U;
8006
8031
  get formulaArgSeparator(): string;
8007
8032
  }
8008
8033
 
@@ -8286,6 +8311,7 @@ declare class Composer extends Component<CellComposerProps, SpreadsheetChildEnv>
8286
8311
  onContextMenu(ev: MouseEvent): void;
8287
8312
  closeAssistant(): void;
8288
8313
  openAssistant(): void;
8314
+ onWheel(event: WheelEvent): void;
8289
8315
  private processContent;
8290
8316
  /**
8291
8317
  * Get the HTML content corresponding to the current composer token, divided by lines.
@@ -8405,7 +8431,7 @@ declare class MenuItemRegistry extends Registry<ActionSpec> {
8405
8431
  getMenuItems(): Action[];
8406
8432
  }
8407
8433
 
8408
- interface Props$S {
8434
+ interface Props$T {
8409
8435
  onConfirm: (content: string) => void;
8410
8436
  composerContent: string;
8411
8437
  defaultRangeSheetId: UID;
@@ -8417,7 +8443,7 @@ interface Props$S {
8417
8443
  invalid?: boolean;
8418
8444
  getContextualColoredSymbolToken?: (token: Token) => Color;
8419
8445
  }
8420
- declare class StandaloneComposer extends Component<Props$S, SpreadsheetChildEnv> {
8446
+ declare class StandaloneComposer extends Component<Props$T, SpreadsheetChildEnv> {
8421
8447
  static template: string;
8422
8448
  static props: {
8423
8449
  composerContent: {
@@ -8480,13 +8506,13 @@ interface PanelState {
8480
8506
  sectionRuleCancelledReasons?: CommandResult[];
8481
8507
  sectionRule: SectionRule;
8482
8508
  }
8483
- interface Props$R {
8509
+ interface Props$S {
8484
8510
  figureId: UID;
8485
8511
  definition: GaugeChartDefinition;
8486
8512
  canUpdateChart: (figureID: UID, definition: Partial<GaugeChartDefinition>) => DispatchResult;
8487
8513
  updateChart: (figureId: UID, definition: Partial<GaugeChartDefinition>) => DispatchResult;
8488
8514
  }
8489
- declare class GaugeChartDesignPanel extends Component<Props$R, SpreadsheetChildEnv> {
8515
+ declare class GaugeChartDesignPanel extends Component<Props$S, SpreadsheetChildEnv> {
8490
8516
  static template: string;
8491
8517
  static components: {
8492
8518
  SidePanelCollapsible: typeof SidePanelCollapsible;
@@ -8536,13 +8562,13 @@ declare class LineConfigPanel extends GenericChartConfigPanel {
8536
8562
  onUpdateCumulative(cumulative: boolean): void;
8537
8563
  }
8538
8564
 
8539
- interface Props$Q {
8565
+ interface Props$R {
8540
8566
  figureId: UID;
8541
8567
  definition: ScorecardChartDefinition;
8542
8568
  canUpdateChart: (figureId: UID, definition: Partial<ScorecardChartDefinition>) => DispatchResult;
8543
8569
  updateChart: (figureId: UID, definition: Partial<ScorecardChartDefinition>) => DispatchResult;
8544
8570
  }
8545
- declare class ScorecardChartConfigPanel extends Component<Props$Q, SpreadsheetChildEnv> {
8571
+ declare class ScorecardChartConfigPanel extends Component<Props$R, SpreadsheetChildEnv> {
8546
8572
  static template: string;
8547
8573
  static components: {
8548
8574
  SelectionInput: typeof SelectionInput;
@@ -8571,13 +8597,13 @@ declare class ScorecardChartConfigPanel extends Component<Props$Q, SpreadsheetCh
8571
8597
  }
8572
8598
 
8573
8599
  type ColorPickerId = undefined | "backgroundColor" | "baselineColorUp" | "baselineColorDown";
8574
- interface Props$P {
8600
+ interface Props$Q {
8575
8601
  figureId: UID;
8576
8602
  definition: ScorecardChartDefinition;
8577
8603
  canUpdateChart: (figureID: UID, definition: Partial<ScorecardChartDefinition>) => DispatchResult;
8578
8604
  updateChart: (figureId: UID, definition: Partial<ScorecardChartDefinition>) => DispatchResult;
8579
8605
  }
8580
- declare class ScorecardChartDesignPanel extends Component<Props$P, SpreadsheetChildEnv> {
8606
+ declare class ScorecardChartDesignPanel extends Component<Props$Q, SpreadsheetChildEnv> {
8581
8607
  static template: string;
8582
8608
  static components: {
8583
8609
  GeneralDesignEditor: typeof GeneralDesignEditor;
@@ -8668,18 +8694,18 @@ declare class ComposerFocusStore extends SpreadsheetStore {
8668
8694
  activeComposer: ComposerInterface;
8669
8695
  private _focusMode;
8670
8696
  get focusMode(): ComposerFocusType;
8671
- focusComposer(listener: ComposerInterface, args: Args): void;
8672
- focusActiveComposer(args: Args): void;
8697
+ focusComposer(listener: ComposerInterface, args: Args): "noStateChange" | undefined;
8698
+ focusActiveComposer(args: Args): "noStateChange" | undefined;
8673
8699
  /**
8674
8700
  * Start the edition or update the content if it's already started.
8675
8701
  */
8676
8702
  private setComposerContent;
8677
8703
  }
8678
8704
 
8679
- interface Props$O {
8705
+ interface Props$P {
8680
8706
  figure: Figure;
8681
8707
  }
8682
- declare class ChartJsComponent extends Component<Props$O, SpreadsheetChildEnv> {
8708
+ declare class ChartJsComponent extends Component<Props$P, SpreadsheetChildEnv> {
8683
8709
  static template: string;
8684
8710
  static props: {
8685
8711
  figure: ObjectConstructor;
@@ -8696,10 +8722,10 @@ declare class ChartJsComponent extends Component<Props$O, SpreadsheetChildEnv> {
8696
8722
  private updateChartJs;
8697
8723
  }
8698
8724
 
8699
- interface Props$N {
8725
+ interface Props$O {
8700
8726
  figure: Figure;
8701
8727
  }
8702
- declare class ScorecardChart$1 extends Component<Props$N, SpreadsheetChildEnv> {
8728
+ declare class ScorecardChart$1 extends Component<Props$O, SpreadsheetChildEnv> {
8703
8729
  static template: string;
8704
8730
  static props: {
8705
8731
  figure: ObjectConstructor;
@@ -8712,7 +8738,7 @@ declare class ScorecardChart$1 extends Component<Props$N, SpreadsheetChildEnv> {
8712
8738
  }
8713
8739
 
8714
8740
  type MenuItemOrSeparator = Action | "separator";
8715
- interface Props$M {
8741
+ interface Props$N {
8716
8742
  position: DOMCoordinates;
8717
8743
  menuItems: Action[];
8718
8744
  depth: number;
@@ -8731,7 +8757,7 @@ interface MenuState {
8731
8757
  menuItems: Action[];
8732
8758
  isHoveringChild?: boolean;
8733
8759
  }
8734
- declare class Menu extends Component<Props$M, SpreadsheetChildEnv> {
8760
+ declare class Menu extends Component<Props$N, SpreadsheetChildEnv> {
8735
8761
  static template: string;
8736
8762
  static props: {
8737
8763
  position: ObjectConstructor;
@@ -8807,14 +8833,14 @@ declare class Menu extends Component<Props$M, SpreadsheetChildEnv> {
8807
8833
  }
8808
8834
 
8809
8835
  type ResizeAnchor = "top left" | "top" | "top right" | "right" | "bottom right" | "bottom" | "bottom left" | "left";
8810
- interface Props$L {
8836
+ interface Props$M {
8811
8837
  figure: Figure;
8812
8838
  style: string;
8813
8839
  onFigureDeleted: () => void;
8814
8840
  onMouseDown: (ev: MouseEvent) => void;
8815
8841
  onClickAnchor(dirX: ResizeDirection, dirY: ResizeDirection, ev: MouseEvent): void;
8816
8842
  }
8817
- declare class FigureComponent extends Component<Props$L, SpreadsheetChildEnv> {
8843
+ declare class FigureComponent extends Component<Props$M, SpreadsheetChildEnv> {
8818
8844
  static template: string;
8819
8845
  static props: {
8820
8846
  figure: ObjectConstructor;
@@ -8863,11 +8889,11 @@ declare class FigureComponent extends Component<Props$L, SpreadsheetChildEnv> {
8863
8889
  private openContextMenu;
8864
8890
  }
8865
8891
 
8866
- interface Props$K {
8892
+ interface Props$L {
8867
8893
  figure: Figure;
8868
8894
  onFigureDeleted: () => void;
8869
8895
  }
8870
- declare class ChartFigure extends Component<Props$K, SpreadsheetChildEnv> {
8896
+ declare class ChartFigure extends Component<Props$L, SpreadsheetChildEnv> {
8871
8897
  static template: string;
8872
8898
  static props: {
8873
8899
  figure: ObjectConstructor;
@@ -8879,7 +8905,7 @@ declare class ChartFigure extends Component<Props$K, SpreadsheetChildEnv> {
8879
8905
  get chartComponent(): new (...args: any) => Component;
8880
8906
  }
8881
8907
 
8882
- interface Props$J {
8908
+ interface Props$K {
8883
8909
  isVisible: boolean;
8884
8910
  position: Position;
8885
8911
  }
@@ -8891,7 +8917,7 @@ interface State$7 {
8891
8917
  position: Position;
8892
8918
  handler: boolean;
8893
8919
  }
8894
- declare class Autofill extends Component<Props$J, SpreadsheetChildEnv> {
8920
+ declare class Autofill extends Component<Props$K, SpreadsheetChildEnv> {
8895
8921
  static template: string;
8896
8922
  static props: {
8897
8923
  position: ObjectConstructor;
@@ -8925,7 +8951,7 @@ declare class ClientTag extends Component<ClientTagProps, SpreadsheetChildEnv> {
8925
8951
  get tagStyle(): string;
8926
8952
  }
8927
8953
 
8928
- interface Props$I {
8954
+ interface Props$J {
8929
8955
  gridDims: DOMDimension;
8930
8956
  onInputContextMenu: (event: MouseEvent) => void;
8931
8957
  }
@@ -8933,7 +8959,7 @@ interface Props$I {
8933
8959
  * This component is a composer which positions itself on the grid at the anchor cell.
8934
8960
  * It also applies the style of the cell to the composer input.
8935
8961
  */
8936
- declare class GridComposer extends Component<Props$I, SpreadsheetChildEnv> {
8962
+ declare class GridComposer extends Component<Props$J, SpreadsheetChildEnv> {
8937
8963
  static template: string;
8938
8964
  static props: {
8939
8965
  gridDims: ObjectConstructor;
@@ -8991,10 +9017,10 @@ declare class GridCellIcon extends Component<GridCellIconProps, SpreadsheetChild
8991
9017
  isPositionVisible(position: CellPosition): boolean;
8992
9018
  }
8993
9019
 
8994
- interface Props$H {
9020
+ interface Props$I {
8995
9021
  cellPosition: CellPosition;
8996
9022
  }
8997
- declare class DataValidationCheckbox extends Component<Props$H, SpreadsheetChildEnv> {
9023
+ declare class DataValidationCheckbox extends Component<Props$I, SpreadsheetChildEnv> {
8998
9024
  static template: string;
8999
9025
  static components: {
9000
9026
  Checkbox: typeof Checkbox;
@@ -9007,10 +9033,10 @@ declare class DataValidationCheckbox extends Component<Props$H, SpreadsheetChild
9007
9033
  get isDisabled(): boolean;
9008
9034
  }
9009
9035
 
9010
- interface Props$G {
9036
+ interface Props$H {
9011
9037
  cellPosition: CellPosition;
9012
9038
  }
9013
- declare class DataValidationListIcon extends Component<Props$G, SpreadsheetChildEnv> {
9039
+ declare class DataValidationListIcon extends Component<Props$H, SpreadsheetChildEnv> {
9014
9040
  static template: string;
9015
9041
  static props: {
9016
9042
  cellPosition: ObjectConstructor;
@@ -9040,7 +9066,7 @@ interface SnapLine<T extends HFigureAxisType | VFigureAxisType> {
9040
9066
  }
9041
9067
 
9042
9068
  type ContainerType = "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "dnd";
9043
- interface Props$F {
9069
+ interface Props$G {
9044
9070
  onFigureDeleted: () => void;
9045
9071
  }
9046
9072
  interface Container {
@@ -9120,7 +9146,7 @@ interface DndState {
9120
9146
  * that occurred during the drag & drop, and to position the figure on the correct pane.
9121
9147
  *
9122
9148
  */
9123
- declare class FiguresContainer extends Component<Props$F, SpreadsheetChildEnv> {
9149
+ declare class FiguresContainer extends Component<Props$G, SpreadsheetChildEnv> {
9124
9150
  static template: string;
9125
9151
  static props: {
9126
9152
  onFigureDeleted: FunctionConstructor;
@@ -9155,10 +9181,10 @@ declare class FiguresContainer extends Component<Props$F, SpreadsheetChildEnv> {
9155
9181
  private getSnapLineStyle;
9156
9182
  }
9157
9183
 
9158
- interface Props$E {
9184
+ interface Props$F {
9159
9185
  cellPosition: CellPosition;
9160
9186
  }
9161
- declare class FilterIcon extends Component<Props$E, SpreadsheetChildEnv> {
9187
+ declare class FilterIcon extends Component<Props$F, SpreadsheetChildEnv> {
9162
9188
  static template: string;
9163
9189
  static props: {
9164
9190
  cellPosition: ObjectConstructor;
@@ -9180,10 +9206,10 @@ declare class FilterIconsOverlay extends Component<{}, SpreadsheetChildEnv> {
9180
9206
  getFilterHeadersPositions(): CellPosition[];
9181
9207
  }
9182
9208
 
9183
- interface Props$D {
9209
+ interface Props$E {
9184
9210
  focusGrid: () => void;
9185
9211
  }
9186
- declare class GridAddRowsFooter extends Component<Props$D, SpreadsheetChildEnv> {
9212
+ declare class GridAddRowsFooter extends Component<Props$E, SpreadsheetChildEnv> {
9187
9213
  static template: string;
9188
9214
  static props: {
9189
9215
  focusGrid: FunctionConstructor;
@@ -9207,7 +9233,7 @@ declare class GridAddRowsFooter extends Component<Props$D, SpreadsheetChildEnv>
9207
9233
  private onExternalClick;
9208
9234
  }
9209
9235
 
9210
- interface Props$C {
9236
+ interface Props$D {
9211
9237
  onCellHovered: (position: Partial<Position$1>) => void;
9212
9238
  onCellDoubleClicked: (col: HeaderIndex, row: HeaderIndex) => void;
9213
9239
  onCellClicked: (col: HeaderIndex, row: HeaderIndex, modifiers: GridClickModifiers) => void;
@@ -9217,7 +9243,7 @@ interface Props$C {
9217
9243
  gridOverlayDimensions: string;
9218
9244
  onFigureDeleted: () => void;
9219
9245
  }
9220
- declare class GridOverlay extends Component<Props$C, SpreadsheetChildEnv> {
9246
+ declare class GridOverlay extends Component<Props$D, SpreadsheetChildEnv> {
9221
9247
  static template: string;
9222
9248
  static props: {
9223
9249
  onCellHovered: {
@@ -9275,12 +9301,12 @@ declare class GridOverlay extends Component<Props$C, SpreadsheetChildEnv> {
9275
9301
  private getCartesianCoordinates;
9276
9302
  }
9277
9303
 
9278
- interface Props$B {
9304
+ interface Props$C {
9279
9305
  gridRect: Rect;
9280
9306
  onClosePopover: () => void;
9281
9307
  onMouseWheel: (ev: WheelEvent) => void;
9282
9308
  }
9283
- declare class GridPopover extends Component<Props$B, SpreadsheetChildEnv> {
9309
+ declare class GridPopover extends Component<Props$C, SpreadsheetChildEnv> {
9284
9310
  static template: string;
9285
9311
  static props: {
9286
9312
  onClosePopover: FunctionConstructor;
@@ -9296,7 +9322,7 @@ declare class GridPopover extends Component<Props$B, SpreadsheetChildEnv> {
9296
9322
  get cellPopover(): PositionedCellPopoverComponent | ClosedCellPopover;
9297
9323
  }
9298
9324
 
9299
- interface Props$A {
9325
+ interface Props$B {
9300
9326
  headersGroups: ConsecutiveIndexes[];
9301
9327
  offset: number;
9302
9328
  headerRange: {
@@ -9304,7 +9330,7 @@ interface Props$A {
9304
9330
  end: HeaderIndex;
9305
9331
  };
9306
9332
  }
9307
- declare class UnhideRowHeaders extends Component<Props$A, SpreadsheetChildEnv> {
9333
+ declare class UnhideRowHeaders extends Component<Props$B, SpreadsheetChildEnv> {
9308
9334
  static template: string;
9309
9335
  static props: {
9310
9336
  headersGroups: ArrayConstructor;
@@ -9323,7 +9349,7 @@ declare class UnhideRowHeaders extends Component<Props$A, SpreadsheetChildEnv> {
9323
9349
  unhide(hiddenElements: HeaderIndex[]): void;
9324
9350
  isVisible(header: HeaderIndex): boolean;
9325
9351
  }
9326
- declare class UnhideColumnHeaders extends Component<Props$A, SpreadsheetChildEnv> {
9352
+ declare class UnhideColumnHeaders extends Component<Props$B, SpreadsheetChildEnv> {
9327
9353
  static template: string;
9328
9354
  static props: {
9329
9355
  headersGroups: ArrayConstructor;
@@ -9509,13 +9535,13 @@ declare class HeadersOverlay extends Component<any, SpreadsheetChildEnv> {
9509
9535
  }
9510
9536
 
9511
9537
  type Orientation$1 = "n" | "s" | "w" | "e";
9512
- interface Props$z {
9538
+ interface Props$A {
9513
9539
  zone: Zone;
9514
9540
  orientation: Orientation$1;
9515
9541
  isMoving: boolean;
9516
9542
  onMoveHighlight: (x: Pixel, y: Pixel) => void;
9517
9543
  }
9518
- declare class Border extends Component<Props$z, SpreadsheetChildEnv> {
9544
+ declare class Border extends Component<Props$A, SpreadsheetChildEnv> {
9519
9545
  static template: string;
9520
9546
  static props: {
9521
9547
  zone: ObjectConstructor;
@@ -9528,14 +9554,14 @@ declare class Border extends Component<Props$z, SpreadsheetChildEnv> {
9528
9554
  }
9529
9555
 
9530
9556
  type Orientation = "nw" | "ne" | "sw" | "se";
9531
- interface Props$y {
9557
+ interface Props$z {
9532
9558
  zone: Zone;
9533
9559
  color: Color;
9534
9560
  orientation: Orientation;
9535
9561
  isResizing: boolean;
9536
9562
  onResizeHighlight: (isLeft: boolean, isRight: boolean) => void;
9537
9563
  }
9538
- declare class Corner extends Component<Props$y, SpreadsheetChildEnv> {
9564
+ declare class Corner extends Component<Props$z, SpreadsheetChildEnv> {
9539
9565
  static template: string;
9540
9566
  static props: {
9541
9567
  zone: ObjectConstructor;
@@ -9550,14 +9576,14 @@ declare class Corner extends Component<Props$y, SpreadsheetChildEnv> {
9550
9576
  onMouseDown(ev: MouseEvent): void;
9551
9577
  }
9552
9578
 
9553
- interface Props$x {
9579
+ interface Props$y {
9554
9580
  zone: Zone;
9555
9581
  color: Color;
9556
9582
  }
9557
9583
  interface HighlightState {
9558
9584
  shiftingMode: "isMoving" | "isResizing" | "none";
9559
9585
  }
9560
- declare class Highlight extends Component<Props$x, SpreadsheetChildEnv> {
9586
+ declare class Highlight extends Component<Props$y, SpreadsheetChildEnv> {
9561
9587
  static template: string;
9562
9588
  static props: {
9563
9589
  zone: ObjectConstructor;
@@ -9574,7 +9600,7 @@ declare class Highlight extends Component<Props$x, SpreadsheetChildEnv> {
9574
9600
 
9575
9601
  type ScrollDirection = "horizontal" | "vertical";
9576
9602
 
9577
- interface Props$w {
9603
+ interface Props$x {
9578
9604
  width: Pixel;
9579
9605
  height: Pixel;
9580
9606
  direction: ScrollDirection;
@@ -9582,7 +9608,7 @@ interface Props$w {
9582
9608
  offset: Pixel;
9583
9609
  onScroll: (offset: Pixel) => void;
9584
9610
  }
9585
- declare class ScrollBar extends Component<Props$w> {
9611
+ declare class ScrollBar extends Component<Props$x> {
9586
9612
  static props: {
9587
9613
  width: {
9588
9614
  type: NumberConstructor;
@@ -9610,10 +9636,10 @@ declare class ScrollBar extends Component<Props$w> {
9610
9636
  onScroll(ev: any): void;
9611
9637
  }
9612
9638
 
9613
- interface Props$v {
9639
+ interface Props$w {
9614
9640
  leftOffset: number;
9615
9641
  }
9616
- declare class HorizontalScrollBar extends Component<Props$v, SpreadsheetChildEnv> {
9642
+ declare class HorizontalScrollBar extends Component<Props$w, SpreadsheetChildEnv> {
9617
9643
  static props: {
9618
9644
  leftOffset: {
9619
9645
  type: NumberConstructor;
@@ -9639,10 +9665,10 @@ declare class HorizontalScrollBar extends Component<Props$v, SpreadsheetChildEnv
9639
9665
  onScroll(offset: any): void;
9640
9666
  }
9641
9667
 
9642
- interface Props$u {
9668
+ interface Props$v {
9643
9669
  topOffset: number;
9644
9670
  }
9645
- declare class VerticalScrollBar extends Component<Props$u, SpreadsheetChildEnv> {
9671
+ declare class VerticalScrollBar extends Component<Props$v, SpreadsheetChildEnv> {
9646
9672
  static props: {
9647
9673
  topOffset: {
9648
9674
  type: NumberConstructor;
@@ -9668,13 +9694,13 @@ declare class VerticalScrollBar extends Component<Props$u, SpreadsheetChildEnv>
9668
9694
  onScroll(offset: any): void;
9669
9695
  }
9670
9696
 
9671
- interface Props$t {
9697
+ interface Props$u {
9672
9698
  table: Table;
9673
9699
  }
9674
9700
  interface State$6 {
9675
9701
  highlightZone: Zone | undefined;
9676
9702
  }
9677
- declare class TableResizer extends Component<Props$t, SpreadsheetChildEnv> {
9703
+ declare class TableResizer extends Component<Props$u, SpreadsheetChildEnv> {
9678
9704
  static template: string;
9679
9705
  static props: {
9680
9706
  table: ObjectConstructor;
@@ -9691,8 +9717,8 @@ declare class HoveredCellStore extends SpreadsheetStore {
9691
9717
  col: number | undefined;
9692
9718
  row: number | undefined;
9693
9719
  handle(cmd: Command): void;
9694
- hover(position: Position$1): void;
9695
- clear(): void;
9720
+ hover(position: Position$1): "noStateChange" | undefined;
9721
+ clear(): "noStateChange" | undefined;
9696
9722
  }
9697
9723
 
9698
9724
  /**
@@ -9706,10 +9732,10 @@ declare class HoveredCellStore extends SpreadsheetStore {
9706
9732
  * - a vertical resizer (same, for rows)
9707
9733
  */
9708
9734
  type ContextMenuType = "ROW" | "COL" | "CELL" | "FILTER" | "GROUP_HEADERS" | "UNGROUP_HEADERS";
9709
- interface Props$s {
9735
+ interface Props$t {
9710
9736
  exposeFocus: (focus: () => void) => void;
9711
9737
  }
9712
- declare class Grid extends Component<Props$s, SpreadsheetChildEnv> {
9738
+ declare class Grid extends Component<Props$t, SpreadsheetChildEnv> {
9713
9739
  static template: string;
9714
9740
  static props: {
9715
9741
  exposeFocus: FunctionConstructor;
@@ -9818,7 +9844,7 @@ declare class MainChartPanelStore extends SpreadsheetStore {
9818
9844
  private getChartDefinitionFromContextCreation;
9819
9845
  }
9820
9846
 
9821
- interface Props$r {
9847
+ interface Props$s {
9822
9848
  figureId: UID;
9823
9849
  chartPanelStore: MainChartPanelStore;
9824
9850
  }
@@ -9826,7 +9852,7 @@ interface ChartTypePickerState {
9826
9852
  popoverProps: PopoverProps | undefined;
9827
9853
  popoverStyle: string;
9828
9854
  }
9829
- declare class ChartTypePicker extends Component<Props$r, SpreadsheetChildEnv> {
9855
+ declare class ChartTypePicker extends Component<Props$s, SpreadsheetChildEnv> {
9830
9856
  static template: string;
9831
9857
  static components: {
9832
9858
  Section: typeof Section;
@@ -9861,11 +9887,11 @@ declare class ChartTypePicker extends Component<Props$r, SpreadsheetChildEnv> {
9861
9887
  private closePopover;
9862
9888
  }
9863
9889
 
9864
- interface Props$q {
9890
+ interface Props$r {
9865
9891
  onCloseSidePanel: () => void;
9866
9892
  figureId: UID;
9867
9893
  }
9868
- declare class ChartPanel extends Component<Props$q, SpreadsheetChildEnv> {
9894
+ declare class ChartPanel extends Component<Props$r, SpreadsheetChildEnv> {
9869
9895
  static template: string;
9870
9896
  static components: {
9871
9897
  Section: typeof Section;
@@ -9885,13 +9911,13 @@ declare class ChartPanel extends Component<Props$q, SpreadsheetChildEnv> {
9885
9911
  private getChartDefinition;
9886
9912
  }
9887
9913
 
9888
- interface Props$p {
9914
+ interface Props$q {
9889
9915
  figureId: UID;
9890
9916
  definition: PieChartDefinition;
9891
9917
  canUpdateChart: (figureID: UID, definition: GenericDefinition<PieChartDefinition>) => DispatchResult;
9892
9918
  updateChart: (figureId: UID, definition: GenericDefinition<PieChartDefinition>) => DispatchResult;
9893
9919
  }
9894
- declare class PieChartDesignPanel extends Component<Props$p, SpreadsheetChildEnv> {
9920
+ declare class PieChartDesignPanel extends Component<Props$q, SpreadsheetChildEnv> {
9895
9921
  static template: string;
9896
9922
  static components: {
9897
9923
  GeneralDesignEditor: typeof GeneralDesignEditor;
@@ -9910,10 +9936,10 @@ declare class PieChartDesignPanel extends Component<Props$p, SpreadsheetChildEnv
9910
9936
  };
9911
9937
  }
9912
9938
 
9913
- interface Props$o {
9939
+ interface Props$p {
9914
9940
  items: ActionSpec[];
9915
9941
  }
9916
- declare class CogWheelMenu extends Component<Props$o, SpreadsheetChildEnv> {
9942
+ declare class CogWheelMenu extends Component<Props$p, SpreadsheetChildEnv> {
9917
9943
  static template: string;
9918
9944
  static components: {
9919
9945
  Menu: typeof Menu;
@@ -9996,14 +10022,14 @@ declare class FindAndReplaceStore extends SpreadsheetStore implements HighlightP
9996
10022
  get highlights(): Highlight$1[];
9997
10023
  }
9998
10024
 
9999
- interface Props$n {
10025
+ interface Props$o {
10000
10026
  deferUpdate: boolean;
10001
10027
  isDirty: boolean;
10002
10028
  toggleDeferUpdate: (value: boolean) => void;
10003
10029
  discard: () => void;
10004
10030
  apply: () => void;
10005
10031
  }
10006
- declare class PivotDeferUpdate extends Component<Props$n, SpreadsheetChildEnv> {
10032
+ declare class PivotDeferUpdate extends Component<Props$o, SpreadsheetChildEnv> {
10007
10033
  static template: string;
10008
10034
  static props: {
10009
10035
  deferUpdate: BooleanConstructor;
@@ -10020,11 +10046,11 @@ declare class PivotDeferUpdate extends Component<Props$n, SpreadsheetChildEnv> {
10020
10046
  get deferUpdatesTooltip(): string;
10021
10047
  }
10022
10048
 
10023
- interface Props$m {
10049
+ interface Props$n {
10024
10050
  onFieldPicked: (field: string) => void;
10025
10051
  fields: PivotField[];
10026
10052
  }
10027
- declare class AddDimensionButton extends Component<Props$m, SpreadsheetChildEnv> {
10053
+ declare class AddDimensionButton extends Component<Props$n, SpreadsheetChildEnv> {
10028
10054
  static template: string;
10029
10055
  static components: {
10030
10056
  Popover: typeof Popover;
@@ -10060,14 +10086,14 @@ declare class AddDimensionButton extends Component<Props$m, SpreadsheetChildEnv>
10060
10086
  onKeyDown(ev: KeyboardEvent): void;
10061
10087
  }
10062
10088
 
10063
- interface Props$l {
10089
+ interface Props$m {
10064
10090
  value: string;
10065
10091
  onChange: (value: string) => void;
10066
10092
  class?: string;
10067
10093
  id?: string;
10068
10094
  placeholder?: string;
10069
10095
  }
10070
- declare class TextInput extends Component<Props$l, SpreadsheetChildEnv> {
10096
+ declare class TextInput extends Component<Props$m, SpreadsheetChildEnv> {
10071
10097
  static template: string;
10072
10098
  static props: {
10073
10099
  value: StringConstructor;
@@ -10093,13 +10119,13 @@ declare class TextInput extends Component<Props$l, SpreadsheetChildEnv> {
10093
10119
  onMouseUp(ev: MouseEvent): void;
10094
10120
  }
10095
10121
 
10096
- interface Props$k {
10122
+ interface Props$l {
10097
10123
  dimension: PivotCoreDimension | PivotCoreMeasure;
10098
10124
  onRemoved: (dimension: PivotCoreDimension | PivotCoreMeasure) => void;
10099
10125
  onNameUpdated?: (dimension: PivotCoreDimension | PivotCoreMeasure, name?: string) => void;
10100
10126
  type: "row" | "col" | "measure";
10101
10127
  }
10102
- declare class PivotDimension extends Component<Props$k, SpreadsheetChildEnv> {
10128
+ declare class PivotDimension extends Component<Props$l, SpreadsheetChildEnv> {
10103
10129
  static template: string;
10104
10130
  static props: {
10105
10131
  dimension: ObjectConstructor;
@@ -10123,13 +10149,13 @@ declare class PivotDimension extends Component<Props$k, SpreadsheetChildEnv> {
10123
10149
  updateName(name: string): void;
10124
10150
  }
10125
10151
 
10126
- interface Props$j {
10152
+ interface Props$k {
10127
10153
  dimension: PivotDimension$1;
10128
10154
  onUpdated: (dimension: PivotDimension$1, ev: InputEvent) => void;
10129
10155
  availableGranularities: Set<string>;
10130
10156
  allGranularities: string[];
10131
10157
  }
10132
- declare class PivotDimensionGranularity extends Component<Props$j, SpreadsheetChildEnv> {
10158
+ declare class PivotDimensionGranularity extends Component<Props$k, SpreadsheetChildEnv> {
10133
10159
  static template: string;
10134
10160
  static props: {
10135
10161
  dimension: ObjectConstructor;
@@ -10154,11 +10180,11 @@ declare class PivotDimensionGranularity extends Component<Props$j, SpreadsheetCh
10154
10180
  };
10155
10181
  }
10156
10182
 
10157
- interface Props$i {
10183
+ interface Props$j {
10158
10184
  dimension: PivotDimension$1;
10159
10185
  onUpdated: (dimension: PivotDimension$1, ev: InputEvent) => void;
10160
10186
  }
10161
- declare class PivotDimensionOrder extends Component<Props$i, SpreadsheetChildEnv> {
10187
+ declare class PivotDimensionOrder extends Component<Props$j, SpreadsheetChildEnv> {
10162
10188
  static template: string;
10163
10189
  static props: {
10164
10190
  dimension: ObjectConstructor;
@@ -10193,7 +10219,7 @@ declare function createPivotFormula(formulaId: string, cell: PivotTableCell): st
10193
10219
  */
10194
10220
  declare function toNormalizedPivotValue(dimension: Pick<PivotDimension$1, "type" | "displayName" | "granularity">, groupValue: any): CellValue;
10195
10221
 
10196
- interface Props$h {
10222
+ interface Props$i {
10197
10223
  pivotId: string;
10198
10224
  definition: PivotRuntimeDefinition;
10199
10225
  measure: PivotMeasure;
@@ -10201,7 +10227,7 @@ interface Props$h {
10201
10227
  onRemoved: () => void;
10202
10228
  generateMeasureId: (fieldName: string, aggregator?: string) => string;
10203
10229
  }
10204
- declare class PivotMeasureEditor extends Component<Props$h> {
10230
+ declare class PivotMeasureEditor extends Component<Props$i> {
10205
10231
  static template: string;
10206
10232
  static components: {
10207
10233
  PivotDimension: typeof PivotDimension;
@@ -10225,11 +10251,11 @@ declare class PivotMeasureEditor extends Component<Props$h> {
10225
10251
  getColoredSymbolToken(token: Token): Color | undefined;
10226
10252
  }
10227
10253
 
10228
- interface Props$g {
10254
+ interface Props$h {
10229
10255
  definition: PivotRuntimeDefinition;
10230
10256
  pivotId: UID;
10231
10257
  }
10232
- declare class PivotSortSection extends Component<Props$g, SpreadsheetChildEnv> {
10258
+ declare class PivotSortSection extends Component<Props$h, SpreadsheetChildEnv> {
10233
10259
  static template: string;
10234
10260
  static components: {
10235
10261
  Section: typeof Section;
@@ -10246,7 +10272,7 @@ declare class PivotSortSection extends Component<Props$g, SpreadsheetChildEnv> {
10246
10272
  }[];
10247
10273
  }
10248
10274
 
10249
- interface Props$f {
10275
+ interface Props$g {
10250
10276
  definition: PivotRuntimeDefinition;
10251
10277
  onDimensionsUpdated: (definition: Partial<PivotCoreDefinition>) => void;
10252
10278
  unusedGroupableFields: PivotField[];
@@ -10257,7 +10283,7 @@ interface Props$f {
10257
10283
  getScrollableContainerEl?: () => HTMLElement;
10258
10284
  pivotId: UID;
10259
10285
  }
10260
- declare class PivotLayoutConfigurator extends Component<Props$f, SpreadsheetChildEnv> {
10286
+ declare class PivotLayoutConfigurator extends Component<Props$g, SpreadsheetChildEnv> {
10261
10287
  static template: string;
10262
10288
  static components: {
10263
10289
  AddDimensionButton: typeof AddDimensionButton;
@@ -10347,11 +10373,11 @@ declare class PivotSidePanelStore extends SpreadsheetStore {
10347
10373
  private shouldKeepSortedColumn;
10348
10374
  }
10349
10375
 
10350
- interface Props$e {
10376
+ interface Props$f {
10351
10377
  pivotId: UID;
10352
10378
  flipAxis: () => void;
10353
10379
  }
10354
- declare class PivotTitleSection extends Component<Props$e, SpreadsheetChildEnv> {
10380
+ declare class PivotTitleSection extends Component<Props$f, SpreadsheetChildEnv> {
10355
10381
  static template: string;
10356
10382
  static components: {
10357
10383
  CogWheelMenu: typeof CogWheelMenu;
@@ -10435,6 +10461,90 @@ declare function getFirstPivotFunction(tokens: Token[]): {
10435
10461
  */
10436
10462
  declare function getNumberOfPivotFunctions(tokens: Token[]): number;
10437
10463
 
10464
+ interface PivotDialogColumn {
10465
+ formula: string;
10466
+ value: string;
10467
+ isMissing: boolean;
10468
+ style?: string;
10469
+ span: number;
10470
+ }
10471
+ interface PivotDialogRow {
10472
+ formula: string;
10473
+ value: string;
10474
+ isMissing: boolean;
10475
+ style?: string;
10476
+ }
10477
+ interface PivotDialogValue {
10478
+ formula: string;
10479
+ value: string;
10480
+ isMissing: boolean;
10481
+ }
10482
+ interface Props$e {
10483
+ pivotId: UID;
10484
+ onCellClicked: (formula: string) => void;
10485
+ }
10486
+ interface TableData {
10487
+ columns: PivotDialogColumn[][];
10488
+ rows: PivotDialogRow[];
10489
+ values: PivotDialogValue[][];
10490
+ }
10491
+ declare class PivotHTMLRenderer extends Component<Props$e, SpreadsheetChildEnv> {
10492
+ static template: string;
10493
+ static components: {
10494
+ Checkbox: typeof Checkbox;
10495
+ };
10496
+ static props: {
10497
+ pivotId: StringConstructor;
10498
+ onCellClicked: FunctionConstructor;
10499
+ };
10500
+ private pivot;
10501
+ data: TableData;
10502
+ private state;
10503
+ setup(): void;
10504
+ get tracker(): PivotPresenceTracker | undefined;
10505
+ /**
10506
+ * Retrieve the data to display in the Pivot Table
10507
+ * In the case when showMissingValuesOnly is false, the returned value
10508
+ * is the complete data
10509
+ * In the case when showMissingValuesOnly is true, the returned value is
10510
+ * the data which contains only missing values in the rows and cols. In
10511
+ * the rows, we also return the parent rows of rows which contains missing
10512
+ * values, to give context to the user.
10513
+ *
10514
+ */
10515
+ getTableData(): TableData;
10516
+ /**
10517
+ * Retrieve the parents of the given row
10518
+ * ex:
10519
+ * Australia
10520
+ * January
10521
+ * February
10522
+ * The parent of "January" is "Australia"
10523
+ */
10524
+ private addRecursiveRow;
10525
+ /**
10526
+ * Create the columns to be used, based on the indexes of the columns in
10527
+ * which a missing value is present
10528
+ *
10529
+ */
10530
+ private buildColumnsMissing;
10531
+ /**
10532
+ * Create the rows to be used, based on the indexes of the rows in
10533
+ * which a missing value is present.
10534
+ */
10535
+ private buildRowsMissing;
10536
+ /**
10537
+ * Create the value to be used, based on the indexes of the columns and
10538
+ * rows in which a missing value is present.
10539
+ */
10540
+ private buildValuesMissing;
10541
+ private getColumnsIndexes;
10542
+ private getRowsIndexes;
10543
+ _buildColHeaders(id: UID, table: SpreadsheetPivotTable): PivotDialogColumn[][];
10544
+ _buildRowHeaders(id: UID, table: SpreadsheetPivotTable): PivotDialogRow[];
10545
+ _buildValues(id: UID, table: SpreadsheetPivotTable): PivotDialogValue[][];
10546
+ }
10547
+
10438
10548
  interface Props$d {
10439
10549
  figureId: UID;
10440
10550
  definition: ComboChartDefinition;
@@ -10732,11 +10842,11 @@ interface Renderer {
10732
10842
  renderingLayers: Readonly<LayerName[]>;
10733
10843
  }
10734
10844
  declare class RendererStore {
10735
- mutators: readonly ["register", "unRegister"];
10845
+ mutators: readonly ["register", "unRegister", "drawLayer"];
10736
10846
  private renderers;
10737
10847
  register(renderer: Renderer): void;
10738
10848
  unRegister(renderer: Renderer): void;
10739
- drawLayer(context: GridRenderingContext, layer: LayerName): void;
10849
+ drawLayer(context: GridRenderingContext, layer: LayerName): string;
10740
10850
  }
10741
10851
 
10742
10852
  interface RippleProps {
@@ -11751,7 +11861,7 @@ declare const registries: {
11751
11861
  clipboardHandlersRegistries: {
11752
11862
  figureHandlers: Registry<{
11753
11863
  new (getters: Getters, dispatch: {
11754
- <T extends "UPDATE_CELL" | "UPDATE_CELL_POSITION" | "CLEAR_CELL" | "CLEAR_CELLS" | "DELETE_CONTENT" | "ADD_COLUMNS_ROWS" | "REMOVE_COLUMNS_ROWS" | "RESIZE_COLUMNS_ROWS" | "HIDE_COLUMNS_ROWS" | "UNHIDE_COLUMNS_ROWS" | "SET_GRID_LINES_VISIBILITY" | "FREEZE_COLUMNS" | "FREEZE_ROWS" | "UNFREEZE_COLUMNS_ROWS" | "UNFREEZE_COLUMNS" | "UNFREEZE_ROWS" | "ADD_MERGE" | "REMOVE_MERGE" | "CREATE_SHEET" | "DELETE_SHEET" | "DUPLICATE_SHEET" | "MOVE_SHEET" | "RENAME_SHEET" | "COLOR_SHEET" | "HIDE_SHEET" | "SHOW_SHEET" | "MOVE_RANGES" | "ADD_CONDITIONAL_FORMAT" | "REMOVE_CONDITIONAL_FORMAT" | "CHANGE_CONDITIONAL_FORMAT_PRIORITY" | "CREATE_FIGURE" | "DELETE_FIGURE" | "UPDATE_FIGURE" | "SET_FORMATTING" | "CLEAR_FORMATTING" | "SET_ZONE_BORDERS" | "SET_BORDER" | "SET_BORDERS_ON_TARGET" | "CREATE_CHART" | "UPDATE_CHART" | "CREATE_IMAGE" | "CREATE_TABLE" | "REMOVE_TABLE" | "UPDATE_TABLE" | "CREATE_TABLE_STYLE" | "REMOVE_TABLE_STYLE" | "GROUP_HEADERS" | "UNGROUP_HEADERS" | "UNFOLD_HEADER_GROUP" | "FOLD_HEADER_GROUP" | "FOLD_ALL_HEADER_GROUPS" | "UNFOLD_ALL_HEADER_GROUPS" | "UNFOLD_HEADER_GROUPS_IN_ZONE" | "FOLD_HEADER_GROUPS_IN_ZONE" | "ADD_DATA_VALIDATION_RULE" | "REMOVE_DATA_VALIDATION_RULE" | "UPDATE_LOCALE" | "ADD_PIVOT" | "UPDATE_PIVOT" | "INSERT_PIVOT" | "RENAME_PIVOT" | "REMOVE_PIVOT" | "DUPLICATE_PIVOT" | "SORT_CELLS" | "SET_DECIMAL" | "PASTE" | "REQUEST_UNDO" | "REQUEST_REDO" | "UNDO" | "REDO" | "COPY" | "CUT" | "COPY_PASTE_CELLS_ABOVE" | "COPY_PASTE_CELLS_ON_LEFT" | "REPEAT_PASTE" | "CLEAN_CLIPBOARD_HIGHLIGHT" | "AUTOFILL_CELL" | "PASTE_FROM_OS_CLIPBOARD" | "AUTORESIZE_COLUMNS" | "AUTORESIZE_ROWS" | "MOVE_COLUMNS_ROWS" | "ACTIVATE_SHEET" | "EVALUATE_CELLS" | "EVALUATE_CHARTS" | "START_CHANGE_HIGHLIGHT" | "START" | "AUTOFILL" | "AUTOFILL_SELECT" | "AUTOFILL_TABLE_COLUMN" | "SET_FORMULA_VISIBILITY" | "AUTOFILL_AUTO" | "SELECT_FIGURE" | "REPLACE_SEARCH" | "SET_FORMATTING_WITH_PIVOT" | "RESIZE_SHEETVIEW" | "SUM_SELECTION" | "DELETE_CELL" | "INSERT_CELL" | "SET_VIEWPORT_OFFSET" | "SHIFT_VIEWPORT_DOWN" | "SHIFT_VIEWPORT_UP" | "SCROLL_TO_CELL" | "ACTIVATE_NEXT_SHEET" | "ACTIVATE_PREVIOUS_SHEET" | "UPDATE_FILTER" | "SPLIT_TEXT_INTO_COLUMNS" | "REMOVE_DUPLICATES" | "TRIM_WHITESPACE" | "RESIZE_TABLE" | "REFRESH_PIVOT" | "INSERT_NEW_PIVOT" | "DUPLICATE_PIVOT_IN_NEW_SHEET" | "INSERT_PIVOT_WITH_TABLE" | "SPLIT_PIVOT_FORMULA" | "PAINT_FORMAT", C extends Extract<UpdateCellCommand, {
11864
+ <T extends "UPDATE_CELL" | "UPDATE_CELL_POSITION" | "CLEAR_CELL" | "CLEAR_CELLS" | "DELETE_CONTENT" | "ADD_COLUMNS_ROWS" | "REMOVE_COLUMNS_ROWS" | "RESIZE_COLUMNS_ROWS" | "HIDE_COLUMNS_ROWS" | "UNHIDE_COLUMNS_ROWS" | "SET_GRID_LINES_VISIBILITY" | "FREEZE_COLUMNS" | "FREEZE_ROWS" | "UNFREEZE_COLUMNS_ROWS" | "UNFREEZE_COLUMNS" | "UNFREEZE_ROWS" | "ADD_MERGE" | "REMOVE_MERGE" | "CREATE_SHEET" | "DELETE_SHEET" | "DUPLICATE_SHEET" | "MOVE_SHEET" | "RENAME_SHEET" | "COLOR_SHEET" | "HIDE_SHEET" | "SHOW_SHEET" | "MOVE_RANGES" | "ADD_CONDITIONAL_FORMAT" | "REMOVE_CONDITIONAL_FORMAT" | "CHANGE_CONDITIONAL_FORMAT_PRIORITY" | "CREATE_FIGURE" | "DELETE_FIGURE" | "UPDATE_FIGURE" | "SET_FORMATTING" | "CLEAR_FORMATTING" | "SET_ZONE_BORDERS" | "SET_BORDER" | "SET_BORDERS_ON_TARGET" | "CREATE_CHART" | "UPDATE_CHART" | "CREATE_IMAGE" | "CREATE_TABLE" | "REMOVE_TABLE" | "UPDATE_TABLE" | "CREATE_TABLE_STYLE" | "REMOVE_TABLE_STYLE" | "GROUP_HEADERS" | "UNGROUP_HEADERS" | "UNFOLD_HEADER_GROUP" | "FOLD_HEADER_GROUP" | "FOLD_ALL_HEADER_GROUPS" | "UNFOLD_ALL_HEADER_GROUPS" | "UNFOLD_HEADER_GROUPS_IN_ZONE" | "FOLD_HEADER_GROUPS_IN_ZONE" | "ADD_DATA_VALIDATION_RULE" | "REMOVE_DATA_VALIDATION_RULE" | "UPDATE_LOCALE" | "ADD_PIVOT" | "UPDATE_PIVOT" | "INSERT_PIVOT" | "RENAME_PIVOT" | "REMOVE_PIVOT" | "DUPLICATE_PIVOT" | "SORT_CELLS" | "SET_DECIMAL" | "PASTE" | "REQUEST_UNDO" | "REQUEST_REDO" | "UNDO" | "REDO" | "COPY" | "CUT" | "COPY_PASTE_CELLS_ABOVE" | "COPY_PASTE_CELLS_ON_LEFT" | "REPEAT_PASTE" | "CLEAN_CLIPBOARD_HIGHLIGHT" | "AUTOFILL_CELL" | "PASTE_FROM_OS_CLIPBOARD" | "AUTORESIZE_COLUMNS" | "AUTORESIZE_ROWS" | "MOVE_COLUMNS_ROWS" | "ACTIVATE_SHEET" | "EVALUATE_CELLS" | "EVALUATE_CHARTS" | "START_CHANGE_HIGHLIGHT" | "START" | "AUTOFILL" | "AUTOFILL_SELECT" | "AUTOFILL_TABLE_COLUMN" | "SET_FORMULA_VISIBILITY" | "AUTOFILL_AUTO" | "SELECT_FIGURE" | "REPLACE_SEARCH" | "SET_FORMATTING_WITH_PIVOT" | "RESIZE_SHEETVIEW" | "SUM_SELECTION" | "DELETE_CELL" | "INSERT_CELL" | "SET_VIEWPORT_OFFSET" | "SHIFT_VIEWPORT_DOWN" | "SHIFT_VIEWPORT_UP" | "SCROLL_TO_CELL" | "ACTIVATE_NEXT_SHEET" | "ACTIVATE_PREVIOUS_SHEET" | "UPDATE_FILTER" | "SPLIT_TEXT_INTO_COLUMNS" | "REMOVE_DUPLICATES" | "TRIM_WHITESPACE" | "RESIZE_TABLE" | "REFRESH_PIVOT" | "INSERT_NEW_PIVOT" | "DUPLICATE_PIVOT_IN_NEW_SHEET" | "INSERT_PIVOT_WITH_TABLE" | "SPLIT_PIVOT_FORMULA" | "PAINT_FORMAT" | "PIVOT_START_PRESENCE_TRACKING" | "PIVOT_STOP_PRESENCE_TRACKING", C extends Extract<UpdateCellCommand, {
11755
11865
  type: T;
11756
11866
  }> | Extract<UpdateCellPositionCommand, {
11757
11867
  type: T;
@@ -11981,8 +12091,12 @@ declare const registries: {
11981
12091
  type: T;
11982
12092
  }> | Extract<PaintFormat, {
11983
12093
  type: T;
12094
+ }> | Extract<PivotStartPresenceTracking, {
12095
+ type: T;
12096
+ }> | Extract<PivotStopPresenceTracking, {
12097
+ type: T;
11984
12098
  }>>(type: {} extends Omit<C, "type"> ? T : never): DispatchResult;
11985
- <T_1 extends "UPDATE_CELL" | "UPDATE_CELL_POSITION" | "CLEAR_CELL" | "CLEAR_CELLS" | "DELETE_CONTENT" | "ADD_COLUMNS_ROWS" | "REMOVE_COLUMNS_ROWS" | "RESIZE_COLUMNS_ROWS" | "HIDE_COLUMNS_ROWS" | "UNHIDE_COLUMNS_ROWS" | "SET_GRID_LINES_VISIBILITY" | "FREEZE_COLUMNS" | "FREEZE_ROWS" | "UNFREEZE_COLUMNS_ROWS" | "UNFREEZE_COLUMNS" | "UNFREEZE_ROWS" | "ADD_MERGE" | "REMOVE_MERGE" | "CREATE_SHEET" | "DELETE_SHEET" | "DUPLICATE_SHEET" | "MOVE_SHEET" | "RENAME_SHEET" | "COLOR_SHEET" | "HIDE_SHEET" | "SHOW_SHEET" | "MOVE_RANGES" | "ADD_CONDITIONAL_FORMAT" | "REMOVE_CONDITIONAL_FORMAT" | "CHANGE_CONDITIONAL_FORMAT_PRIORITY" | "CREATE_FIGURE" | "DELETE_FIGURE" | "UPDATE_FIGURE" | "SET_FORMATTING" | "CLEAR_FORMATTING" | "SET_ZONE_BORDERS" | "SET_BORDER" | "SET_BORDERS_ON_TARGET" | "CREATE_CHART" | "UPDATE_CHART" | "CREATE_IMAGE" | "CREATE_TABLE" | "REMOVE_TABLE" | "UPDATE_TABLE" | "CREATE_TABLE_STYLE" | "REMOVE_TABLE_STYLE" | "GROUP_HEADERS" | "UNGROUP_HEADERS" | "UNFOLD_HEADER_GROUP" | "FOLD_HEADER_GROUP" | "FOLD_ALL_HEADER_GROUPS" | "UNFOLD_ALL_HEADER_GROUPS" | "UNFOLD_HEADER_GROUPS_IN_ZONE" | "FOLD_HEADER_GROUPS_IN_ZONE" | "ADD_DATA_VALIDATION_RULE" | "REMOVE_DATA_VALIDATION_RULE" | "UPDATE_LOCALE" | "ADD_PIVOT" | "UPDATE_PIVOT" | "INSERT_PIVOT" | "RENAME_PIVOT" | "REMOVE_PIVOT" | "DUPLICATE_PIVOT" | "SORT_CELLS" | "SET_DECIMAL" | "PASTE" | "REQUEST_UNDO" | "REQUEST_REDO" | "UNDO" | "REDO" | "COPY" | "CUT" | "COPY_PASTE_CELLS_ABOVE" | "COPY_PASTE_CELLS_ON_LEFT" | "REPEAT_PASTE" | "CLEAN_CLIPBOARD_HIGHLIGHT" | "AUTOFILL_CELL" | "PASTE_FROM_OS_CLIPBOARD" | "AUTORESIZE_COLUMNS" | "AUTORESIZE_ROWS" | "MOVE_COLUMNS_ROWS" | "ACTIVATE_SHEET" | "EVALUATE_CELLS" | "EVALUATE_CHARTS" | "START_CHANGE_HIGHLIGHT" | "START" | "AUTOFILL" | "AUTOFILL_SELECT" | "AUTOFILL_TABLE_COLUMN" | "SET_FORMULA_VISIBILITY" | "AUTOFILL_AUTO" | "SELECT_FIGURE" | "REPLACE_SEARCH" | "SET_FORMATTING_WITH_PIVOT" | "RESIZE_SHEETVIEW" | "SUM_SELECTION" | "DELETE_CELL" | "INSERT_CELL" | "SET_VIEWPORT_OFFSET" | "SHIFT_VIEWPORT_DOWN" | "SHIFT_VIEWPORT_UP" | "SCROLL_TO_CELL" | "ACTIVATE_NEXT_SHEET" | "ACTIVATE_PREVIOUS_SHEET" | "UPDATE_FILTER" | "SPLIT_TEXT_INTO_COLUMNS" | "REMOVE_DUPLICATES" | "TRIM_WHITESPACE" | "RESIZE_TABLE" | "REFRESH_PIVOT" | "INSERT_NEW_PIVOT" | "DUPLICATE_PIVOT_IN_NEW_SHEET" | "INSERT_PIVOT_WITH_TABLE" | "SPLIT_PIVOT_FORMULA" | "PAINT_FORMAT", C_1 extends Extract<UpdateCellCommand, {
12099
+ <T_1 extends "UPDATE_CELL" | "UPDATE_CELL_POSITION" | "CLEAR_CELL" | "CLEAR_CELLS" | "DELETE_CONTENT" | "ADD_COLUMNS_ROWS" | "REMOVE_COLUMNS_ROWS" | "RESIZE_COLUMNS_ROWS" | "HIDE_COLUMNS_ROWS" | "UNHIDE_COLUMNS_ROWS" | "SET_GRID_LINES_VISIBILITY" | "FREEZE_COLUMNS" | "FREEZE_ROWS" | "UNFREEZE_COLUMNS_ROWS" | "UNFREEZE_COLUMNS" | "UNFREEZE_ROWS" | "ADD_MERGE" | "REMOVE_MERGE" | "CREATE_SHEET" | "DELETE_SHEET" | "DUPLICATE_SHEET" | "MOVE_SHEET" | "RENAME_SHEET" | "COLOR_SHEET" | "HIDE_SHEET" | "SHOW_SHEET" | "MOVE_RANGES" | "ADD_CONDITIONAL_FORMAT" | "REMOVE_CONDITIONAL_FORMAT" | "CHANGE_CONDITIONAL_FORMAT_PRIORITY" | "CREATE_FIGURE" | "DELETE_FIGURE" | "UPDATE_FIGURE" | "SET_FORMATTING" | "CLEAR_FORMATTING" | "SET_ZONE_BORDERS" | "SET_BORDER" | "SET_BORDERS_ON_TARGET" | "CREATE_CHART" | "UPDATE_CHART" | "CREATE_IMAGE" | "CREATE_TABLE" | "REMOVE_TABLE" | "UPDATE_TABLE" | "CREATE_TABLE_STYLE" | "REMOVE_TABLE_STYLE" | "GROUP_HEADERS" | "UNGROUP_HEADERS" | "UNFOLD_HEADER_GROUP" | "FOLD_HEADER_GROUP" | "FOLD_ALL_HEADER_GROUPS" | "UNFOLD_ALL_HEADER_GROUPS" | "UNFOLD_HEADER_GROUPS_IN_ZONE" | "FOLD_HEADER_GROUPS_IN_ZONE" | "ADD_DATA_VALIDATION_RULE" | "REMOVE_DATA_VALIDATION_RULE" | "UPDATE_LOCALE" | "ADD_PIVOT" | "UPDATE_PIVOT" | "INSERT_PIVOT" | "RENAME_PIVOT" | "REMOVE_PIVOT" | "DUPLICATE_PIVOT" | "SORT_CELLS" | "SET_DECIMAL" | "PASTE" | "REQUEST_UNDO" | "REQUEST_REDO" | "UNDO" | "REDO" | "COPY" | "CUT" | "COPY_PASTE_CELLS_ABOVE" | "COPY_PASTE_CELLS_ON_LEFT" | "REPEAT_PASTE" | "CLEAN_CLIPBOARD_HIGHLIGHT" | "AUTOFILL_CELL" | "PASTE_FROM_OS_CLIPBOARD" | "AUTORESIZE_COLUMNS" | "AUTORESIZE_ROWS" | "MOVE_COLUMNS_ROWS" | "ACTIVATE_SHEET" | "EVALUATE_CELLS" | "EVALUATE_CHARTS" | "START_CHANGE_HIGHLIGHT" | "START" | "AUTOFILL" | "AUTOFILL_SELECT" | "AUTOFILL_TABLE_COLUMN" | "SET_FORMULA_VISIBILITY" | "AUTOFILL_AUTO" | "SELECT_FIGURE" | "REPLACE_SEARCH" | "SET_FORMATTING_WITH_PIVOT" | "RESIZE_SHEETVIEW" | "SUM_SELECTION" | "DELETE_CELL" | "INSERT_CELL" | "SET_VIEWPORT_OFFSET" | "SHIFT_VIEWPORT_DOWN" | "SHIFT_VIEWPORT_UP" | "SCROLL_TO_CELL" | "ACTIVATE_NEXT_SHEET" | "ACTIVATE_PREVIOUS_SHEET" | "UPDATE_FILTER" | "SPLIT_TEXT_INTO_COLUMNS" | "REMOVE_DUPLICATES" | "TRIM_WHITESPACE" | "RESIZE_TABLE" | "REFRESH_PIVOT" | "INSERT_NEW_PIVOT" | "DUPLICATE_PIVOT_IN_NEW_SHEET" | "INSERT_PIVOT_WITH_TABLE" | "SPLIT_PIVOT_FORMULA" | "PAINT_FORMAT" | "PIVOT_START_PRESENCE_TRACKING" | "PIVOT_STOP_PRESENCE_TRACKING", C_1 extends Extract<UpdateCellCommand, {
11986
12100
  type: T_1;
11987
12101
  }> | Extract<UpdateCellPositionCommand, {
11988
12102
  type: T_1;
@@ -12212,12 +12326,16 @@ declare const registries: {
12212
12326
  type: T_1;
12213
12327
  }> | Extract<PaintFormat, {
12214
12328
  type: T_1;
12329
+ }> | Extract<PivotStartPresenceTracking, {
12330
+ type: T_1;
12331
+ }> | Extract<PivotStopPresenceTracking, {
12332
+ type: T_1;
12215
12333
  }>>(type: T_1, r: Omit<C_1, "type">): DispatchResult;
12216
12334
  }): AbstractFigureClipboardHandler<any>;
12217
12335
  }>;
12218
12336
  cellHandlers: Registry<{
12219
12337
  new (getters: Getters, dispatch: {
12220
- <T extends "UPDATE_CELL" | "UPDATE_CELL_POSITION" | "CLEAR_CELL" | "CLEAR_CELLS" | "DELETE_CONTENT" | "ADD_COLUMNS_ROWS" | "REMOVE_COLUMNS_ROWS" | "RESIZE_COLUMNS_ROWS" | "HIDE_COLUMNS_ROWS" | "UNHIDE_COLUMNS_ROWS" | "SET_GRID_LINES_VISIBILITY" | "FREEZE_COLUMNS" | "FREEZE_ROWS" | "UNFREEZE_COLUMNS_ROWS" | "UNFREEZE_COLUMNS" | "UNFREEZE_ROWS" | "ADD_MERGE" | "REMOVE_MERGE" | "CREATE_SHEET" | "DELETE_SHEET" | "DUPLICATE_SHEET" | "MOVE_SHEET" | "RENAME_SHEET" | "COLOR_SHEET" | "HIDE_SHEET" | "SHOW_SHEET" | "MOVE_RANGES" | "ADD_CONDITIONAL_FORMAT" | "REMOVE_CONDITIONAL_FORMAT" | "CHANGE_CONDITIONAL_FORMAT_PRIORITY" | "CREATE_FIGURE" | "DELETE_FIGURE" | "UPDATE_FIGURE" | "SET_FORMATTING" | "CLEAR_FORMATTING" | "SET_ZONE_BORDERS" | "SET_BORDER" | "SET_BORDERS_ON_TARGET" | "CREATE_CHART" | "UPDATE_CHART" | "CREATE_IMAGE" | "CREATE_TABLE" | "REMOVE_TABLE" | "UPDATE_TABLE" | "CREATE_TABLE_STYLE" | "REMOVE_TABLE_STYLE" | "GROUP_HEADERS" | "UNGROUP_HEADERS" | "UNFOLD_HEADER_GROUP" | "FOLD_HEADER_GROUP" | "FOLD_ALL_HEADER_GROUPS" | "UNFOLD_ALL_HEADER_GROUPS" | "UNFOLD_HEADER_GROUPS_IN_ZONE" | "FOLD_HEADER_GROUPS_IN_ZONE" | "ADD_DATA_VALIDATION_RULE" | "REMOVE_DATA_VALIDATION_RULE" | "UPDATE_LOCALE" | "ADD_PIVOT" | "UPDATE_PIVOT" | "INSERT_PIVOT" | "RENAME_PIVOT" | "REMOVE_PIVOT" | "DUPLICATE_PIVOT" | "SORT_CELLS" | "SET_DECIMAL" | "PASTE" | "REQUEST_UNDO" | "REQUEST_REDO" | "UNDO" | "REDO" | "COPY" | "CUT" | "COPY_PASTE_CELLS_ABOVE" | "COPY_PASTE_CELLS_ON_LEFT" | "REPEAT_PASTE" | "CLEAN_CLIPBOARD_HIGHLIGHT" | "AUTOFILL_CELL" | "PASTE_FROM_OS_CLIPBOARD" | "AUTORESIZE_COLUMNS" | "AUTORESIZE_ROWS" | "MOVE_COLUMNS_ROWS" | "ACTIVATE_SHEET" | "EVALUATE_CELLS" | "EVALUATE_CHARTS" | "START_CHANGE_HIGHLIGHT" | "START" | "AUTOFILL" | "AUTOFILL_SELECT" | "AUTOFILL_TABLE_COLUMN" | "SET_FORMULA_VISIBILITY" | "AUTOFILL_AUTO" | "SELECT_FIGURE" | "REPLACE_SEARCH" | "SET_FORMATTING_WITH_PIVOT" | "RESIZE_SHEETVIEW" | "SUM_SELECTION" | "DELETE_CELL" | "INSERT_CELL" | "SET_VIEWPORT_OFFSET" | "SHIFT_VIEWPORT_DOWN" | "SHIFT_VIEWPORT_UP" | "SCROLL_TO_CELL" | "ACTIVATE_NEXT_SHEET" | "ACTIVATE_PREVIOUS_SHEET" | "UPDATE_FILTER" | "SPLIT_TEXT_INTO_COLUMNS" | "REMOVE_DUPLICATES" | "TRIM_WHITESPACE" | "RESIZE_TABLE" | "REFRESH_PIVOT" | "INSERT_NEW_PIVOT" | "DUPLICATE_PIVOT_IN_NEW_SHEET" | "INSERT_PIVOT_WITH_TABLE" | "SPLIT_PIVOT_FORMULA" | "PAINT_FORMAT", C extends Extract<UpdateCellCommand, {
12338
+ <T extends "UPDATE_CELL" | "UPDATE_CELL_POSITION" | "CLEAR_CELL" | "CLEAR_CELLS" | "DELETE_CONTENT" | "ADD_COLUMNS_ROWS" | "REMOVE_COLUMNS_ROWS" | "RESIZE_COLUMNS_ROWS" | "HIDE_COLUMNS_ROWS" | "UNHIDE_COLUMNS_ROWS" | "SET_GRID_LINES_VISIBILITY" | "FREEZE_COLUMNS" | "FREEZE_ROWS" | "UNFREEZE_COLUMNS_ROWS" | "UNFREEZE_COLUMNS" | "UNFREEZE_ROWS" | "ADD_MERGE" | "REMOVE_MERGE" | "CREATE_SHEET" | "DELETE_SHEET" | "DUPLICATE_SHEET" | "MOVE_SHEET" | "RENAME_SHEET" | "COLOR_SHEET" | "HIDE_SHEET" | "SHOW_SHEET" | "MOVE_RANGES" | "ADD_CONDITIONAL_FORMAT" | "REMOVE_CONDITIONAL_FORMAT" | "CHANGE_CONDITIONAL_FORMAT_PRIORITY" | "CREATE_FIGURE" | "DELETE_FIGURE" | "UPDATE_FIGURE" | "SET_FORMATTING" | "CLEAR_FORMATTING" | "SET_ZONE_BORDERS" | "SET_BORDER" | "SET_BORDERS_ON_TARGET" | "CREATE_CHART" | "UPDATE_CHART" | "CREATE_IMAGE" | "CREATE_TABLE" | "REMOVE_TABLE" | "UPDATE_TABLE" | "CREATE_TABLE_STYLE" | "REMOVE_TABLE_STYLE" | "GROUP_HEADERS" | "UNGROUP_HEADERS" | "UNFOLD_HEADER_GROUP" | "FOLD_HEADER_GROUP" | "FOLD_ALL_HEADER_GROUPS" | "UNFOLD_ALL_HEADER_GROUPS" | "UNFOLD_HEADER_GROUPS_IN_ZONE" | "FOLD_HEADER_GROUPS_IN_ZONE" | "ADD_DATA_VALIDATION_RULE" | "REMOVE_DATA_VALIDATION_RULE" | "UPDATE_LOCALE" | "ADD_PIVOT" | "UPDATE_PIVOT" | "INSERT_PIVOT" | "RENAME_PIVOT" | "REMOVE_PIVOT" | "DUPLICATE_PIVOT" | "SORT_CELLS" | "SET_DECIMAL" | "PASTE" | "REQUEST_UNDO" | "REQUEST_REDO" | "UNDO" | "REDO" | "COPY" | "CUT" | "COPY_PASTE_CELLS_ABOVE" | "COPY_PASTE_CELLS_ON_LEFT" | "REPEAT_PASTE" | "CLEAN_CLIPBOARD_HIGHLIGHT" | "AUTOFILL_CELL" | "PASTE_FROM_OS_CLIPBOARD" | "AUTORESIZE_COLUMNS" | "AUTORESIZE_ROWS" | "MOVE_COLUMNS_ROWS" | "ACTIVATE_SHEET" | "EVALUATE_CELLS" | "EVALUATE_CHARTS" | "START_CHANGE_HIGHLIGHT" | "START" | "AUTOFILL" | "AUTOFILL_SELECT" | "AUTOFILL_TABLE_COLUMN" | "SET_FORMULA_VISIBILITY" | "AUTOFILL_AUTO" | "SELECT_FIGURE" | "REPLACE_SEARCH" | "SET_FORMATTING_WITH_PIVOT" | "RESIZE_SHEETVIEW" | "SUM_SELECTION" | "DELETE_CELL" | "INSERT_CELL" | "SET_VIEWPORT_OFFSET" | "SHIFT_VIEWPORT_DOWN" | "SHIFT_VIEWPORT_UP" | "SCROLL_TO_CELL" | "ACTIVATE_NEXT_SHEET" | "ACTIVATE_PREVIOUS_SHEET" | "UPDATE_FILTER" | "SPLIT_TEXT_INTO_COLUMNS" | "REMOVE_DUPLICATES" | "TRIM_WHITESPACE" | "RESIZE_TABLE" | "REFRESH_PIVOT" | "INSERT_NEW_PIVOT" | "DUPLICATE_PIVOT_IN_NEW_SHEET" | "INSERT_PIVOT_WITH_TABLE" | "SPLIT_PIVOT_FORMULA" | "PAINT_FORMAT" | "PIVOT_START_PRESENCE_TRACKING" | "PIVOT_STOP_PRESENCE_TRACKING", C extends Extract<UpdateCellCommand, {
12221
12339
  type: T;
12222
12340
  }> | Extract<UpdateCellPositionCommand, {
12223
12341
  type: T;
@@ -12447,8 +12565,12 @@ declare const registries: {
12447
12565
  type: T;
12448
12566
  }> | Extract<PaintFormat, {
12449
12567
  type: T;
12568
+ }> | Extract<PivotStartPresenceTracking, {
12569
+ type: T;
12570
+ }> | Extract<PivotStopPresenceTracking, {
12571
+ type: T;
12450
12572
  }>>(type: {} extends Omit<C, "type"> ? T : never): DispatchResult;
12451
- <T_1 extends "UPDATE_CELL" | "UPDATE_CELL_POSITION" | "CLEAR_CELL" | "CLEAR_CELLS" | "DELETE_CONTENT" | "ADD_COLUMNS_ROWS" | "REMOVE_COLUMNS_ROWS" | "RESIZE_COLUMNS_ROWS" | "HIDE_COLUMNS_ROWS" | "UNHIDE_COLUMNS_ROWS" | "SET_GRID_LINES_VISIBILITY" | "FREEZE_COLUMNS" | "FREEZE_ROWS" | "UNFREEZE_COLUMNS_ROWS" | "UNFREEZE_COLUMNS" | "UNFREEZE_ROWS" | "ADD_MERGE" | "REMOVE_MERGE" | "CREATE_SHEET" | "DELETE_SHEET" | "DUPLICATE_SHEET" | "MOVE_SHEET" | "RENAME_SHEET" | "COLOR_SHEET" | "HIDE_SHEET" | "SHOW_SHEET" | "MOVE_RANGES" | "ADD_CONDITIONAL_FORMAT" | "REMOVE_CONDITIONAL_FORMAT" | "CHANGE_CONDITIONAL_FORMAT_PRIORITY" | "CREATE_FIGURE" | "DELETE_FIGURE" | "UPDATE_FIGURE" | "SET_FORMATTING" | "CLEAR_FORMATTING" | "SET_ZONE_BORDERS" | "SET_BORDER" | "SET_BORDERS_ON_TARGET" | "CREATE_CHART" | "UPDATE_CHART" | "CREATE_IMAGE" | "CREATE_TABLE" | "REMOVE_TABLE" | "UPDATE_TABLE" | "CREATE_TABLE_STYLE" | "REMOVE_TABLE_STYLE" | "GROUP_HEADERS" | "UNGROUP_HEADERS" | "UNFOLD_HEADER_GROUP" | "FOLD_HEADER_GROUP" | "FOLD_ALL_HEADER_GROUPS" | "UNFOLD_ALL_HEADER_GROUPS" | "UNFOLD_HEADER_GROUPS_IN_ZONE" | "FOLD_HEADER_GROUPS_IN_ZONE" | "ADD_DATA_VALIDATION_RULE" | "REMOVE_DATA_VALIDATION_RULE" | "UPDATE_LOCALE" | "ADD_PIVOT" | "UPDATE_PIVOT" | "INSERT_PIVOT" | "RENAME_PIVOT" | "REMOVE_PIVOT" | "DUPLICATE_PIVOT" | "SORT_CELLS" | "SET_DECIMAL" | "PASTE" | "REQUEST_UNDO" | "REQUEST_REDO" | "UNDO" | "REDO" | "COPY" | "CUT" | "COPY_PASTE_CELLS_ABOVE" | "COPY_PASTE_CELLS_ON_LEFT" | "REPEAT_PASTE" | "CLEAN_CLIPBOARD_HIGHLIGHT" | "AUTOFILL_CELL" | "PASTE_FROM_OS_CLIPBOARD" | "AUTORESIZE_COLUMNS" | "AUTORESIZE_ROWS" | "MOVE_COLUMNS_ROWS" | "ACTIVATE_SHEET" | "EVALUATE_CELLS" | "EVALUATE_CHARTS" | "START_CHANGE_HIGHLIGHT" | "START" | "AUTOFILL" | "AUTOFILL_SELECT" | "AUTOFILL_TABLE_COLUMN" | "SET_FORMULA_VISIBILITY" | "AUTOFILL_AUTO" | "SELECT_FIGURE" | "REPLACE_SEARCH" | "SET_FORMATTING_WITH_PIVOT" | "RESIZE_SHEETVIEW" | "SUM_SELECTION" | "DELETE_CELL" | "INSERT_CELL" | "SET_VIEWPORT_OFFSET" | "SHIFT_VIEWPORT_DOWN" | "SHIFT_VIEWPORT_UP" | "SCROLL_TO_CELL" | "ACTIVATE_NEXT_SHEET" | "ACTIVATE_PREVIOUS_SHEET" | "UPDATE_FILTER" | "SPLIT_TEXT_INTO_COLUMNS" | "REMOVE_DUPLICATES" | "TRIM_WHITESPACE" | "RESIZE_TABLE" | "REFRESH_PIVOT" | "INSERT_NEW_PIVOT" | "DUPLICATE_PIVOT_IN_NEW_SHEET" | "INSERT_PIVOT_WITH_TABLE" | "SPLIT_PIVOT_FORMULA" | "PAINT_FORMAT", C_1 extends Extract<UpdateCellCommand, {
12573
+ <T_1 extends "UPDATE_CELL" | "UPDATE_CELL_POSITION" | "CLEAR_CELL" | "CLEAR_CELLS" | "DELETE_CONTENT" | "ADD_COLUMNS_ROWS" | "REMOVE_COLUMNS_ROWS" | "RESIZE_COLUMNS_ROWS" | "HIDE_COLUMNS_ROWS" | "UNHIDE_COLUMNS_ROWS" | "SET_GRID_LINES_VISIBILITY" | "FREEZE_COLUMNS" | "FREEZE_ROWS" | "UNFREEZE_COLUMNS_ROWS" | "UNFREEZE_COLUMNS" | "UNFREEZE_ROWS" | "ADD_MERGE" | "REMOVE_MERGE" | "CREATE_SHEET" | "DELETE_SHEET" | "DUPLICATE_SHEET" | "MOVE_SHEET" | "RENAME_SHEET" | "COLOR_SHEET" | "HIDE_SHEET" | "SHOW_SHEET" | "MOVE_RANGES" | "ADD_CONDITIONAL_FORMAT" | "REMOVE_CONDITIONAL_FORMAT" | "CHANGE_CONDITIONAL_FORMAT_PRIORITY" | "CREATE_FIGURE" | "DELETE_FIGURE" | "UPDATE_FIGURE" | "SET_FORMATTING" | "CLEAR_FORMATTING" | "SET_ZONE_BORDERS" | "SET_BORDER" | "SET_BORDERS_ON_TARGET" | "CREATE_CHART" | "UPDATE_CHART" | "CREATE_IMAGE" | "CREATE_TABLE" | "REMOVE_TABLE" | "UPDATE_TABLE" | "CREATE_TABLE_STYLE" | "REMOVE_TABLE_STYLE" | "GROUP_HEADERS" | "UNGROUP_HEADERS" | "UNFOLD_HEADER_GROUP" | "FOLD_HEADER_GROUP" | "FOLD_ALL_HEADER_GROUPS" | "UNFOLD_ALL_HEADER_GROUPS" | "UNFOLD_HEADER_GROUPS_IN_ZONE" | "FOLD_HEADER_GROUPS_IN_ZONE" | "ADD_DATA_VALIDATION_RULE" | "REMOVE_DATA_VALIDATION_RULE" | "UPDATE_LOCALE" | "ADD_PIVOT" | "UPDATE_PIVOT" | "INSERT_PIVOT" | "RENAME_PIVOT" | "REMOVE_PIVOT" | "DUPLICATE_PIVOT" | "SORT_CELLS" | "SET_DECIMAL" | "PASTE" | "REQUEST_UNDO" | "REQUEST_REDO" | "UNDO" | "REDO" | "COPY" | "CUT" | "COPY_PASTE_CELLS_ABOVE" | "COPY_PASTE_CELLS_ON_LEFT" | "REPEAT_PASTE" | "CLEAN_CLIPBOARD_HIGHLIGHT" | "AUTOFILL_CELL" | "PASTE_FROM_OS_CLIPBOARD" | "AUTORESIZE_COLUMNS" | "AUTORESIZE_ROWS" | "MOVE_COLUMNS_ROWS" | "ACTIVATE_SHEET" | "EVALUATE_CELLS" | "EVALUATE_CHARTS" | "START_CHANGE_HIGHLIGHT" | "START" | "AUTOFILL" | "AUTOFILL_SELECT" | "AUTOFILL_TABLE_COLUMN" | "SET_FORMULA_VISIBILITY" | "AUTOFILL_AUTO" | "SELECT_FIGURE" | "REPLACE_SEARCH" | "SET_FORMATTING_WITH_PIVOT" | "RESIZE_SHEETVIEW" | "SUM_SELECTION" | "DELETE_CELL" | "INSERT_CELL" | "SET_VIEWPORT_OFFSET" | "SHIFT_VIEWPORT_DOWN" | "SHIFT_VIEWPORT_UP" | "SCROLL_TO_CELL" | "ACTIVATE_NEXT_SHEET" | "ACTIVATE_PREVIOUS_SHEET" | "UPDATE_FILTER" | "SPLIT_TEXT_INTO_COLUMNS" | "REMOVE_DUPLICATES" | "TRIM_WHITESPACE" | "RESIZE_TABLE" | "REFRESH_PIVOT" | "INSERT_NEW_PIVOT" | "DUPLICATE_PIVOT_IN_NEW_SHEET" | "INSERT_PIVOT_WITH_TABLE" | "SPLIT_PIVOT_FORMULA" | "PAINT_FORMAT" | "PIVOT_START_PRESENCE_TRACKING" | "PIVOT_STOP_PRESENCE_TRACKING", C_1 extends Extract<UpdateCellCommand, {
12452
12574
  type: T_1;
12453
12575
  }> | Extract<UpdateCellPositionCommand, {
12454
12576
  type: T_1;
@@ -12678,6 +12800,10 @@ declare const registries: {
12678
12800
  type: T_1;
12679
12801
  }> | Extract<PaintFormat, {
12680
12802
  type: T_1;
12803
+ }> | Extract<PivotStartPresenceTracking, {
12804
+ type: T_1;
12805
+ }> | Extract<PivotStopPresenceTracking, {
12806
+ type: T_1;
12681
12807
  }>>(type: T_1, r: Omit<C_1, "type">): DispatchResult;
12682
12808
  }): AbstractCellClipboardHandler<any, any>;
12683
12809
  }>;
@@ -12689,7 +12815,10 @@ declare const registries: {
12689
12815
  supportedPivotPositionalFormulaRegistry: Registry<boolean>;
12690
12816
  pivotToFunctionValueRegistry: Registry<(value: CellValue, granularity?: string | undefined) => string>;
12691
12817
  migrationStepRegistry: Registry<MigrationStep>;
12692
- chartJsExtensionRegistry: Registry<chart_js.Plugin<keyof chart_js.ChartTypeRegistry, chart_js_dist_types_basic.AnyObject>>;
12818
+ chartJsExtensionRegistry: Registry<{
12819
+ register: (chart: typeof chart_js.Chart) => void;
12820
+ unregister: (chart: typeof chart_js.Chart) => void;
12821
+ }>;
12693
12822
  };
12694
12823
  declare const helpers: {
12695
12824
  arg: typeof arg;
@@ -12796,6 +12925,7 @@ declare const components: {
12796
12925
  PivotDimensionOrder: typeof PivotDimensionOrder;
12797
12926
  PivotDimension: typeof PivotDimension;
12798
12927
  PivotLayoutConfigurator: typeof PivotLayoutConfigurator;
12928
+ PivotHTMLRenderer: typeof PivotHTMLRenderer;
12799
12929
  PivotDeferUpdate: typeof PivotDeferUpdate;
12800
12930
  PivotTitleSection: typeof PivotTitleSection;
12801
12931
  CogWheelMenu: typeof CogWheelMenu;
@@ -13335,7 +13465,7 @@ declare const chartHelpers: {
13335
13465
  useLeftAxis: boolean;
13336
13466
  useRightAxis: boolean;
13337
13467
  };
13338
- formatChartDatasetValue(axisFormats: ChartAxisFormats, locale: Locale): (value: any, axisId: string | undefined) => any;
13468
+ formatChartDatasetValue(axisFormats: ChartAxisFormats, locale: Locale): (value: any, axisId: string) => any;
13339
13469
  formatTickValue(localeFormat: LocaleFormat): (value: any) => any;
13340
13470
  getPieColors(colors: ColorGenerator, dataSetsValues: DatasetValues[]): Color[];
13341
13471
  truncateLabel(label: string | undefined): string;
@@ -13366,4 +13496,4 @@ declare const chartHelpers: {
13366
13496
  WaterfallChart: typeof WaterfallChart;
13367
13497
  };
13368
13498
 
13369
- export { AST, ASTFuncall, AboveAverageRule, AbstractCellClipboardHandler, AbstractChart, AbstractFigureClipboardHandler, ActivateNextSheetCommand, ActivatePreviousSheetCommand, ActivateSheetCommand, AddColumnsRowsCommand, AddConditionalFormatCommand, AddDataValidationCommand, AddFunctionDescription, AddMergeCommand, AddPivotCommand, Aggregator, Alias, Align, AlphanumericIncrementModifier, AnchorZone, ApplyRangeChange, ApplyRangeChangeResult, Arg, ArgDefinition, ArgType, AutoFillCellCommand, AutofillAutoCommand, AutofillCellData, AutofillCommand, AutofillData, AutofillModifier, AutofillModifierImplementation, AutofillResult, AutofillSelectCommand, AutofillTableCommand, AutoresizeColumnsCommand, AutoresizeRowsCommand, AxesDesign, AxisDesign, AxisType, BeginsWithRule, BooleanCell, Border$1 as Border, BorderData, BorderDescr, BorderPosition, BorderStyle, Box, BoxTextContent, CHART_TYPES, CSSProperties, CancelledReason, Cell, CellErrorType, CellIsRule, CellPosition, CellValue, CellValueType, ChangeType, ChartAxisFormats, ChartCreationContext, ChartDefinition, ChartJSRuntime, ChartRuntime, ChartRuntimeGenerationArgs, ChartType, ChartWithDataSetDefinition, CleanClipBoardHighlightCommand, ClearCellCommand, ClearCellsCommand, ClearFormattingCommand, Client, ClientId, ClientJoinedMessage, ClientLeftMessage, ClientMovedMessage, ClientPosition, ClipboardCell, ClipboardCellData, ClipboardData, ClipboardFigureData, ClipboardMIMEType, ClipboardOperation, ClipboardOptions, ClipboardPasteOptions, ClipboardPasteTarget, Cloneable, CollaborationMessage, CollaborativeEvent, CollaborativeEventReceived, CollaborativeEventTypes, Color, ColorScaleMidPointThreshold, ColorScaleRule, ColorScaleThreshold, ColorSheetCommand, Command, CommandDispatcher, CommandHandler, CommandResult, CommandTypes, CommonPivotCoreDefinition, CompiledFormula, ComposerFocusType, ComputeFunction, ComputedTableStyle, ConditionalFormat, ConditionalFormatInternal, ConditionalFormatRule, ConditionalFormatRuleInternal, ConditionalFormattingOperatorValues, ConsecutiveIndexes, ContainsTextRule, CopyCommand, CopyModifier, CopyPasteCellsAboveCommand, CopyPasteCellsOnLeftCommand, CoreCommand, CoreCommandDispatcher, CoreCommandTypes, CoreGetters, CorePlugin, CoreTable, CoreTableType, CoreViewCommand, CoreViewCommandTypes, CoreViewPlugin, CreateChartCommand, CreateFigureCommand, CreateImageOverCommand, CreateRevisionOptions, CreateSheetCommand, CreateTableCommand, CreateTableStyleCommand, Currency, CustomFormulaCriterion, CustomizedDataSet, CutCommand, DEFAULT_LOCALE, DEFAULT_LOCALES, DIRECTION, DOMCoordinates, DOMDimension, DataBarFill, DataBarRule, DataBarRuleInternal, DataSet, DataValidationCriterion, DataValidationCriterionType, DataValidationDateCriterion, DataValidationRule, DataValidationRuleData, DatasetDesign, DatasetValues, DateCriterionValue, DateIncrementModifier, DateIsAfterCriterion, DateIsBeforeCriterion, DateIsBetweenCriterion, DateIsCriterion, DateIsNotBetweenCriterion, DateIsOnOrAfterCriterion, DateIsOnOrBeforeCriterion, DateIsValidCriterion, DebouncedFunction, DeleteCellCommand, DeleteContentCommand, DeleteFigureCommand, DeleteSheetCommand, Dependencies, Dimension, DimensionTree, DimensionTreeNode, Direction$1 as Direction, DispatchResult, DuplicatePivotCommand, DuplicatePivotInNewSheetCommand, DuplicateSheetCommand, DynamicTable, EdgeScrollInfo, EditTextOptions, EditionMode, EmptyCell, EndsWithRule, EnrichedToken, EnsureRange, ErrorCell, EvalContext, EvaluateCellsCommand, EvaluateChartsCommand, EvaluatedCell, EvaluationError, ExcelChartDataset, ExcelChartDefinition, ExcelChartType, ExcelFigureSize, ExcelFilterData, ExcelHeaderData, ExcelSheetData, ExcelTableData, ExcelWorkbookData, ExpressionRule, Figure, FigureData, FigureSize, Filter, FilterId, FoldAllHeaderGroupsCommand, FoldHeaderGroupCommand, FoldHeaderGroupsInZoneCommand, Format, FormattedValue, FormulaCell, FormulaModifier, FormulaToExecute, FreezeColumnsCommand, FreezeRowsCommand, FunctionDescription, FunctionRegistry, FunctionResultNumber, FunctionResultObject, GeneratorCell, GenericDefinition, GetSymbolValue, Getters, Granularity, GridClickModifiers, GridRenderingContext, GroupHeadersCommand, HSLA, HeaderData, HeaderDimensions, HeaderGroup, HeaderIndex, HeadersDependentCommand, HideColumnsRowsCommand, HideSheetCommand, Highlight$1 as Highlight, HistoryChange, IconSet, IconSetRule, IconThreshold, Image, Immutable, Increment, IncrementModifier, InformationNotification, InitPivotParams, InsertCellCommand, InsertNewPivotCommand, InsertPivotCommand, InsertPivotWithTableCommand, IsBetweenCriterion, IsCheckboxCriterion, IsEqualCriterion, IsGreaterOrEqualToCriterion, IsGreaterThanCriterion, IsLessOrEqualToCriterion, IsLessThanCriterion, IsNotBetweenCriterion, IsNotEqualCriterion, IsValueInListCriterion, IsValueInRangeCriterion, LabelValues, LayerName, Lazy, Link, LiteralCell, LocalCommand, Locale, LocaleCode, LocaleFormat, LookupCaches, Matrix, Maybe, MenuMouseEvent, Merge, Model, MoveColumnsRowsCommand, MoveConditionalFormatCommand, MoveRangeCommand, MoveSheetCommand, MoveViewportDownCommand, MoveViewportToCellCommand, MoveViewportUpCommand, NewLocalStateUpdateEvent, NotContainsTextRule, NotificationType, NumberCell, OSClipboardContent, Offset, OperationSequenceNode, OrderedLayers, PaintFormat, PaneDivision, ParsedOSClipboardContent, PasteCommand, PasteFromOSClipboardCommand, Pivot, PivotColRowDomain, PivotCoreDefinition, PivotCoreDimension, PivotCoreMeasure, PivotDimension$1 as PivotDimension, PivotDomain, PivotEmptyCell, PivotField, PivotFields, PivotHeaderCell, PivotMeasure, PivotMeasureDisplay, PivotMeasureDisplayType, PivotMeasureHeaderCell, PivotNode, PivotRuntimeDefinition, PivotSortedColumn, PivotTableCell, PivotTableColumn, PivotTableData, PivotTableRow, PivotTimeAdapter, PivotTimeAdapterNotNull, PivotValueCell, Pixel, PixelPosition, Position$1 as Position, PositionDependentCommand, PropsOf, RGBA, Range, RangeCompiledFormula, RangeData, RangePart, RangeProvider, RangesDependentCommand, Rect, RedoCommand, Ref, ReferenceDenormalizer, RefreshPivotCommand, Registry, RemoteRevisionMessage, RemoteRevisionReceivedEvent, RemoveColumnsRowsCommand, RemoveConditionalFormatCommand, RemoveDataValidationCommand, RemoveDuplicatesCommand, RemoveMergeCommand, RemovePivotCommand, RemoveTableCommand, RemoveTableStyleCommand, RenamePivotCommand, RenameSheetCommand, RepeatPasteCommand, ReplaceSearchCommand, RequestRedoCommand, RequestUndoCommand, ResizeColumnsRowsCommand, ResizeDirection, ResizeTableCommand, ResizeViewportCommand, Revision, RevisionAcknowledgedEvent, RevisionData, RevisionRedone, RevisionRedoneMessage, RevisionUndone, RevisionUndoneMessage, Row, SPREADSHEET_DIMENSIONS, ScrollDirection$1 as ScrollDirection, SelectFigureCommand, Selection, SelectionStep, SetBorderCommand, SetBorderTargetCommand, SetContextualFormatCommand, SetDecimalCommand, SetDecimalStep, SetFormattingCommand, SetGridLinesVisibilityCommand, SetViewportOffsetCommand, SetZoneBordersCommand, Sheet, SheetDOMScrollInfo, SheetData, SheetDependentCommand, ShowFormulaCommand, ShowSheetCommand, SingleColorRule, SingleColorRules, SnapshotEvent, SortCommand, SortDirection, SortOptions, SplitPivotFormulaCommand, SplitTextIntoColumnsCommand, Spreadsheet, SpreadsheetChildEnv, SpreadsheetPivotCoreDefinition, SpreadsheetPivotTable, StartChangeHighlightCommand, StartCommand, StaticTable, StoreConstructor, StoreParams, Style, SumSelectionCommand, Table, TableBorder, TableConfig, TableData, TableElementStyle, TableId, TableStyle, TableStyleData, TableStyleTemplateName, TargetDependentCommand, TechnicalName, TextCell, TextContainsCriterion, TextIsCriterion, TextIsEmailCriterion, TextIsLinkCriterion, TextNotContainsCriterion, TextRule, ThresholdType, TimePeriodRule, TitleDesign, Token, Tooltip, Top10Rule, Transformation, TransformationFactory, TransportService, TrendConfiguration, TrendType, TrimWhitespaceCommand, UID, UIPlugin, UnGroupHeadersCommand, UnboundedZone, UndoCommand, UnexpectedRevisionIdEvent, UnfoldAllHeaderGroupsCommand, UnfoldHeaderGroupCommand, UnfoldHeaderGroupsInZoneCommand, UnfreezeColumnsCommand, UnfreezeColumnsRowsCommand, UnfreezeRowsCommand, UnhideColumnsRowsCommand, UpdateCellCommand, UpdateCellData, UpdateCellPositionCommand, UpdateChartCommand, UpdateFigureCommand, UpdateFilterCommand, UpdateLocaleCommand, UpdatePivotCommand, UpdateTableCommand, Validation, VerticalAlign, Viewport, WorkbookData, WorkbookHistory, Wrapping, Zone, ZoneDependentCommand, ZoneDimension, __info__, addFunction, addRenderingLayer, astToFormula, borderStyles, canExecuteInReadonly, chartHelpers, compile, compileTokens, components, constants, containsBlanksRule, containsErrorsRule, convertAstNodes, coreTypes, findCellInNewZone, functionCache, helpers, hooks, invalidateBordersCommands, invalidateCFEvaluationCommands, invalidateChartEvaluationCommands, invalidateDependenciesCommands, invalidateEvaluationCommands, isCoreCommand, isHeadersDependant, isMatrix, isPositionDependent, isRangeDependant, isSheetDependent, isTargetDependent, isZoneDependent, iterateAstNodes, links, load, notContainsBlanksRule, notContainsErrorsRule, parse, parseTokens, readonlyAllowedCommands, registries, setDefaultSheetViewSize, setTranslationMethod, stores, tokenColors, tokenize };
13499
+ export { AST, ASTFuncall, AboveAverageRule, AbstractCellClipboardHandler, AbstractChart, AbstractFigureClipboardHandler, ActivateNextSheetCommand, ActivatePreviousSheetCommand, ActivateSheetCommand, AddColumnsRowsCommand, AddConditionalFormatCommand, AddDataValidationCommand, AddFunctionDescription, AddMergeCommand, AddPivotCommand, Aggregator, Alias, Align, AlphanumericIncrementModifier, AnchorZone, ApplyRangeChange, ApplyRangeChangeResult, Arg, ArgDefinition, ArgType, AutoFillCellCommand, AutofillAutoCommand, AutofillCellData, AutofillCommand, AutofillData, AutofillModifier, AutofillModifierImplementation, AutofillResult, AutofillSelectCommand, AutofillTableCommand, AutoresizeColumnsCommand, AutoresizeRowsCommand, AxesDesign, AxisDesign, AxisType, BeginsWithRule, BooleanCell, Border$1 as Border, BorderData, BorderDescr, BorderPosition, BorderStyle, Box, BoxTextContent, CHART_TYPES, CSSProperties, CancelledReason, Cell, CellErrorType, CellIsRule, CellPosition, CellValue, CellValueType, ChangeType, ChartAxisFormats, ChartCreationContext, ChartDefinition, ChartJSRuntime, ChartRuntime, ChartRuntimeGenerationArgs, ChartType, ChartWithDataSetDefinition, CleanClipBoardHighlightCommand, ClearCellCommand, ClearCellsCommand, ClearFormattingCommand, Client, ClientId, ClientJoinedMessage, ClientLeftMessage, ClientMovedMessage, ClientPosition, ClipboardCell, ClipboardCellData, ClipboardData, ClipboardFigureData, ClipboardMIMEType, ClipboardOperation, ClipboardOptions, ClipboardPasteOptions, ClipboardPasteTarget, Cloneable, CollaborationMessage, CollaborativeEvent, CollaborativeEventReceived, CollaborativeEventTypes, Color, ColorScaleMidPointThreshold, ColorScaleRule, ColorScaleThreshold, ColorSheetCommand, Command, CommandDispatcher, CommandHandler, CommandResult, CommandTypes, CommonPivotCoreDefinition, CompiledFormula, ComposerFocusType, ComputeFunction, ComputedTableStyle, ConditionalFormat, ConditionalFormatInternal, ConditionalFormatRule, ConditionalFormatRuleInternal, ConditionalFormattingOperatorValues, ConsecutiveIndexes, ContainsTextRule, CopyCommand, CopyModifier, CopyPasteCellsAboveCommand, CopyPasteCellsOnLeftCommand, CoreCommand, CoreCommandDispatcher, CoreCommandTypes, CoreGetters, CorePlugin, CoreTable, CoreTableType, CoreViewCommand, CoreViewCommandTypes, CoreViewPlugin, CreateChartCommand, CreateFigureCommand, CreateImageOverCommand, CreateRevisionOptions, CreateSheetCommand, CreateTableCommand, CreateTableStyleCommand, Currency, CustomFormulaCriterion, CustomizedDataSet, CutCommand, DEFAULT_LOCALE, DEFAULT_LOCALES, DIRECTION, DOMCoordinates, DOMDimension, DataBarFill, DataBarRule, DataBarRuleInternal, DataSet, DataValidationCriterion, DataValidationCriterionType, DataValidationDateCriterion, DataValidationRule, DataValidationRuleData, DatasetDesign, DatasetValues, DateCriterionValue, DateIncrementModifier, DateIsAfterCriterion, DateIsBeforeCriterion, DateIsBetweenCriterion, DateIsCriterion, DateIsNotBetweenCriterion, DateIsOnOrAfterCriterion, DateIsOnOrBeforeCriterion, DateIsValidCriterion, DebouncedFunction, DeleteCellCommand, DeleteContentCommand, DeleteFigureCommand, DeleteSheetCommand, Dependencies, Dimension, DimensionTree, DimensionTreeNode, Direction$1 as Direction, DispatchResult, DuplicatePivotCommand, DuplicatePivotInNewSheetCommand, DuplicateSheetCommand, DynamicTable, EdgeScrollInfo, EditTextOptions, EditionMode, EmptyCell, EndsWithRule, EnrichedToken, EnsureRange, ErrorCell, EvalContext, EvaluateCellsCommand, EvaluateChartsCommand, EvaluatedCell, EvaluationError, ExcelChartDataset, ExcelChartDefinition, ExcelChartType, ExcelFigureSize, ExcelFilterData, ExcelHeaderData, ExcelSheetData, ExcelTableData, ExcelWorkbookData, ExpressionRule, Figure, FigureData, FigureSize, Filter, FilterId, FoldAllHeaderGroupsCommand, FoldHeaderGroupCommand, FoldHeaderGroupsInZoneCommand, Format, FormattedValue, FormulaCell, FormulaModifier, FormulaToExecute, FreezeColumnsCommand, FreezeRowsCommand, FunctionDescription, FunctionRegistry, FunctionResultNumber, FunctionResultObject, GeneratorCell, GenericDefinition, GetSymbolValue, Getters, Granularity, GridClickModifiers, GridRenderingContext, GroupHeadersCommand, HSLA, HeaderData, HeaderDimensions, HeaderGroup, HeaderIndex, HeadersDependentCommand, HideColumnsRowsCommand, HideSheetCommand, Highlight$1 as Highlight, HistoryChange, IconSet, IconSetRule, IconThreshold, Image, Immutable, Increment, IncrementModifier, InformationNotification, InitPivotParams, InsertCellCommand, InsertNewPivotCommand, InsertPivotCommand, InsertPivotWithTableCommand, IsBetweenCriterion, IsCheckboxCriterion, IsEqualCriterion, IsGreaterOrEqualToCriterion, IsGreaterThanCriterion, IsLessOrEqualToCriterion, IsLessThanCriterion, IsNotBetweenCriterion, IsNotEqualCriterion, IsValueInListCriterion, IsValueInRangeCriterion, LabelValues, LayerName, Lazy, Link, LiteralCell, LocalCommand, Locale, LocaleCode, LocaleFormat, LookupCaches, Matrix, Maybe, MenuMouseEvent, Merge, Model, MoveColumnsRowsCommand, MoveConditionalFormatCommand, MoveRangeCommand, MoveSheetCommand, MoveViewportDownCommand, MoveViewportToCellCommand, MoveViewportUpCommand, NewLocalStateUpdateEvent, NotContainsTextRule, NotificationType, NumberCell, OSClipboardContent, Offset, OperationSequenceNode, OrderedLayers, PaintFormat, PaneDivision, ParsedOSClipboardContent, PasteCommand, PasteFromOSClipboardCommand, Pivot, PivotColRowDomain, PivotCoreDefinition, PivotCoreDimension, PivotCoreMeasure, PivotDimension$1 as PivotDimension, PivotDomain, PivotEmptyCell, PivotField, PivotFields, PivotHeaderCell, PivotMeasure, PivotMeasureDisplay, PivotMeasureDisplayType, PivotMeasureHeaderCell, PivotNode, PivotRuntimeDefinition, PivotSortedColumn, PivotStartPresenceTracking, PivotStopPresenceTracking, PivotTableCell, PivotTableColumn, PivotTableData, PivotTableRow, PivotTimeAdapter, PivotTimeAdapterNotNull, PivotValueCell, Pixel, PixelPosition, Position$1 as Position, PositionDependentCommand, PropsOf, RGBA, Range, RangeCompiledFormula, RangeData, RangePart, RangeProvider, RangesDependentCommand, Rect, RedoCommand, Ref, ReferenceDenormalizer, RefreshPivotCommand, Registry, RemoteRevisionMessage, RemoteRevisionReceivedEvent, RemoveColumnsRowsCommand, RemoveConditionalFormatCommand, RemoveDataValidationCommand, RemoveDuplicatesCommand, RemoveMergeCommand, RemovePivotCommand, RemoveTableCommand, RemoveTableStyleCommand, RenamePivotCommand, RenameSheetCommand, RepeatPasteCommand, ReplaceSearchCommand, RequestRedoCommand, RequestUndoCommand, ResizeColumnsRowsCommand, ResizeDirection, ResizeTableCommand, ResizeViewportCommand, Revision, RevisionAcknowledgedEvent, RevisionData, RevisionRedone, RevisionRedoneMessage, RevisionUndone, RevisionUndoneMessage, Row, SPREADSHEET_DIMENSIONS, ScrollDirection$1 as ScrollDirection, SelectFigureCommand, Selection, SelectionStep, SetBorderCommand, SetBorderTargetCommand, SetContextualFormatCommand, SetDecimalCommand, SetDecimalStep, SetFormattingCommand, SetGridLinesVisibilityCommand, SetViewportOffsetCommand, SetZoneBordersCommand, Sheet, SheetDOMScrollInfo, SheetData, SheetDependentCommand, ShowFormulaCommand, ShowSheetCommand, SingleColorRule, SingleColorRules, SnapshotEvent, SortCommand, SortDirection, SortOptions, SplitPivotFormulaCommand, SplitTextIntoColumnsCommand, Spreadsheet, SpreadsheetChildEnv, SpreadsheetPivotCoreDefinition, SpreadsheetPivotTable, StartChangeHighlightCommand, StartCommand, StaticTable, StoreConstructor, StoreParams, Style, SumSelectionCommand, Table, TableBorder, TableConfig, TableData$1 as TableData, TableElementStyle, TableId, TableStyle, TableStyleData, TableStyleTemplateName, TargetDependentCommand, TechnicalName, TextCell, TextContainsCriterion, TextIsCriterion, TextIsEmailCriterion, TextIsLinkCriterion, TextNotContainsCriterion, TextRule, ThresholdType, TimePeriodRule, TitleDesign, Token, Tooltip, Top10Rule, Transformation, TransformationFactory, TransportService, TrendConfiguration, TrendType, TrimWhitespaceCommand, UID, UIPlugin, UnGroupHeadersCommand, UnboundedZone, UndoCommand, UnexpectedRevisionIdEvent, UnfoldAllHeaderGroupsCommand, UnfoldHeaderGroupCommand, UnfoldHeaderGroupsInZoneCommand, UnfreezeColumnsCommand, UnfreezeColumnsRowsCommand, UnfreezeRowsCommand, UnhideColumnsRowsCommand, UpdateCellCommand, UpdateCellData, UpdateCellPositionCommand, UpdateChartCommand, UpdateFigureCommand, UpdateFilterCommand, UpdateLocaleCommand, UpdatePivotCommand, UpdateTableCommand, Validation, VerticalAlign, Viewport, WorkbookData, WorkbookHistory, Wrapping, Zone, ZoneDependentCommand, ZoneDimension, __info__, addFunction, addRenderingLayer, astToFormula, borderStyles, canExecuteInReadonly, chartHelpers, compile, compileTokens, components, constants, containsBlanksRule, containsErrorsRule, convertAstNodes, coreTypes, findCellInNewZone, functionCache, helpers, hooks, invalidateBordersCommands, invalidateCFEvaluationCommands, invalidateChartEvaluationCommands, invalidateDependenciesCommands, invalidateEvaluationCommands, isCoreCommand, isHeadersDependant, isMatrix, isPositionDependent, isRangeDependant, isSheetDependent, isTargetDependent, isZoneDependent, iterateAstNodes, links, load, notContainsBlanksRule, notContainsErrorsRule, parse, parseTokens, readonlyAllowedCommands, registries, setDefaultSheetViewSize, setTranslationMethod, stores, tokenColors, tokenize };