@odoo/o-spreadsheet 18.1.18 → 18.1.20

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;
@@ -2410,12 +2409,12 @@ interface ZoneDependentCommand {
2410
2409
  zone: Zone;
2411
2410
  }
2412
2411
  declare function isZoneDependent(cmd: CoreCommand): cmd is Extract<CoreCommand, ZoneDependentCommand>;
2413
- 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">;
2414
- 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">;
2415
- 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">;
2416
- 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">;
2417
- 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">;
2418
- 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">;
2412
+ 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">;
2413
+ 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">;
2414
+ 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">;
2415
+ 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">;
2416
+ 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">;
2417
+ 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">;
2419
2418
  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">;
2420
2419
  declare function isCoreCommand(cmd: Command): cmd is CoreCommand;
2421
2420
  declare function canExecuteInReadonly(cmd: Command): boolean;
@@ -2514,6 +2513,7 @@ interface DeleteSheetCommand extends SheetDependentCommand {
2514
2513
  interface DuplicateSheetCommand extends SheetDependentCommand {
2515
2514
  type: "DUPLICATE_SHEET";
2516
2515
  sheetIdTo: UID;
2516
+ sheetNameTo: string;
2517
2517
  }
2518
2518
  interface MoveSheetCommand extends SheetDependentCommand {
2519
2519
  type: "MOVE_SHEET";
@@ -2970,6 +2970,13 @@ interface SplitPivotFormulaCommand extends PositionDependentCommand {
2970
2970
  interface PaintFormat extends TargetDependentCommand {
2971
2971
  type: "PAINT_FORMAT";
2972
2972
  }
2973
+ interface PivotStartPresenceTracking {
2974
+ type: "PIVOT_START_PRESENCE_TRACKING";
2975
+ pivotId: UID;
2976
+ }
2977
+ interface PivotStopPresenceTracking {
2978
+ type: "PIVOT_STOP_PRESENCE_TRACKING";
2979
+ }
2973
2980
  type CoreCommand =
2974
2981
  /** CELLS */
2975
2982
  UpdateCellCommand | UpdateCellPositionCommand | ClearCellCommand | ClearCellsCommand | DeleteContentCommand
@@ -3001,7 +3008,7 @@ UpdateCellCommand | UpdateCellPositionCommand | ClearCellCommand | ClearCellsCom
3001
3008
  | UpdateLocaleCommand
3002
3009
  /** PIVOT */
3003
3010
  | AddPivotCommand | UpdatePivotCommand | InsertPivotCommand | RenamePivotCommand | RemovePivotCommand | DuplicatePivotCommand;
3004
- 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;
3011
+ 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;
3005
3012
  type Command = CoreCommand | LocalCommand;
3006
3013
  /**
3007
3014
  * Holds the result of a command dispatch.
@@ -4843,7 +4850,7 @@ interface SheetState {
4843
4850
  readonly cellPosition: Record<UID, CellPosition | undefined>;
4844
4851
  }
4845
4852
  declare class SheetPlugin extends CorePlugin<SheetState> implements SheetState {
4846
- 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"];
4853
+ 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"];
4847
4854
  readonly sheetIdsMapName: Record<string, UID | undefined>;
4848
4855
  readonly orderedSheetIds: UID[];
4849
4856
  readonly sheets: Record<UID, Sheet | undefined>;
@@ -4920,7 +4927,7 @@ declare class SheetPlugin extends CorePlugin<SheetState> implements SheetState {
4920
4927
  private hideSheet;
4921
4928
  private showSheet;
4922
4929
  private duplicateSheet;
4923
- private getDuplicateSheetName;
4930
+ getDuplicateSheetName(sheetName: string): string;
4924
4931
  private deleteSheet;
4925
4932
  /**
4926
4933
  * Delete column. This requires a lot of handling:
@@ -5792,6 +5799,23 @@ declare class HistoryPlugin extends UIPlugin {
5792
5799
  private getPossibleRevisionToRepeat;
5793
5800
  }
5794
5801
 
5802
+ declare class PivotPresenceTracker {
5803
+ private trackedValues;
5804
+ private domainToArray;
5805
+ isValuePresent(measure: string, domain: PivotDomain): boolean;
5806
+ isHeaderPresent(domain: PivotDomain): boolean;
5807
+ trackValue(measure: string, domain: PivotDomain): void;
5808
+ trackHeader(domain: PivotDomain): void;
5809
+ }
5810
+
5811
+ declare class PivotPresencePlugin extends UIPlugin {
5812
+ static getters: readonly ["getPivotPresenceTracker"];
5813
+ private trackPresencePivotId?;
5814
+ private tracker?;
5815
+ handle(cmd: Command): void;
5816
+ getPivotPresenceTracker(pivotId: UID): PivotPresenceTracker | undefined;
5817
+ }
5818
+
5795
5819
  declare class SplitToColumnsPlugin extends UIPlugin {
5796
5820
  static getters: readonly ["getAutomaticSeparator"];
5797
5821
  allowDispatch(cmd: Command): CommandResult | CommandResult[];
@@ -5916,7 +5940,7 @@ type CoreGetters = PluginGetters<typeof SheetPlugin> & PluginGetters<typeof Head
5916
5940
  type Getters = {
5917
5941
  isReadonly: () => boolean;
5918
5942
  isDashboard: () => boolean;
5919
- } & 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>;
5943
+ } & 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>;
5920
5944
 
5921
5945
  type ArgType = "ANY" | "BOOLEAN" | "NUMBER" | "STRING" | "DATE" | "RANGE" | "RANGE<BOOLEAN>" | "RANGE<NUMBER>" | "RANGE<DATE>" | "RANGE<STRING>" | "RANGE<ANY>" | "META";
5922
5946
  interface ArgDefinition {
@@ -6238,7 +6262,7 @@ interface ChartShowValuesPluginOptions {
6238
6262
  showValues: boolean;
6239
6263
  background?: Color;
6240
6264
  horizontal?: boolean;
6241
- callback: (value: number | string, axisId?: string) => string;
6265
+ callback: (value: number | string, axisId: string) => string;
6242
6266
  }
6243
6267
  declare module "chart.js" {
6244
6268
  interface PluginOptionsByType<TType extends ChartType$1> {
@@ -6724,7 +6748,7 @@ interface ChartSubtypeProperties {
6724
6748
  preview: string;
6725
6749
  }
6726
6750
 
6727
- interface Props$1c {
6751
+ interface Props$1d {
6728
6752
  label?: string;
6729
6753
  value: boolean;
6730
6754
  className?: string;
@@ -6733,7 +6757,7 @@ interface Props$1c {
6733
6757
  disabled?: boolean;
6734
6758
  onChange: (value: boolean) => void;
6735
6759
  }
6736
- declare class Checkbox extends Component<Props$1c, SpreadsheetChildEnv> {
6760
+ declare class Checkbox extends Component<Props$1d, SpreadsheetChildEnv> {
6737
6761
  static template: string;
6738
6762
  static props: {
6739
6763
  label: {
@@ -6768,10 +6792,10 @@ declare class Checkbox extends Component<Props$1c, SpreadsheetChildEnv> {
6768
6792
  onChange(ev: InputEvent): void;
6769
6793
  }
6770
6794
 
6771
- interface Props$1b {
6795
+ interface Props$1c {
6772
6796
  class?: string;
6773
6797
  }
6774
- declare class Section extends Component<Props$1b, SpreadsheetChildEnv> {
6798
+ declare class Section extends Component<Props$1c, SpreadsheetChildEnv> {
6775
6799
  static template: string;
6776
6800
  static props: {
6777
6801
  class: {
@@ -6904,7 +6928,7 @@ declare class SelectionInputStore extends SpreadsheetStore {
6904
6928
  getIndex(rangeId: number | null): number | null;
6905
6929
  }
6906
6930
 
6907
- interface Props$1a {
6931
+ interface Props$1b {
6908
6932
  ranges: string[];
6909
6933
  hasSingleRange?: boolean;
6910
6934
  required?: boolean;
@@ -6927,7 +6951,7 @@ interface SelectionRange extends Omit<RangeInputValue, "color"> {
6927
6951
  * onSelectionChanged is called every time the input value
6928
6952
  * changes.
6929
6953
  */
6930
- declare class SelectionInput extends Component<Props$1a, SpreadsheetChildEnv> {
6954
+ declare class SelectionInput extends Component<Props$1b, SpreadsheetChildEnv> {
6931
6955
  static template: string;
6932
6956
  static props: {
6933
6957
  ranges: ArrayConstructor;
@@ -6982,13 +7006,13 @@ declare class SelectionInput extends Component<Props$1a, SpreadsheetChildEnv> {
6982
7006
  confirm(): void;
6983
7007
  }
6984
7008
 
6985
- interface Props$19 {
7009
+ interface Props$1a {
6986
7010
  ranges: CustomizedDataSet[];
6987
7011
  hasSingleRange?: boolean;
6988
7012
  onSelectionChanged: (ranges: string[]) => void;
6989
7013
  onSelectionConfirmed: () => void;
6990
7014
  }
6991
- declare class ChartDataSeries extends Component<Props$19, SpreadsheetChildEnv> {
7015
+ declare class ChartDataSeries extends Component<Props$1a, SpreadsheetChildEnv> {
6992
7016
  static template: string;
6993
7017
  static components: {
6994
7018
  SelectionInput: typeof SelectionInput;
@@ -7008,12 +7032,12 @@ declare class ChartDataSeries extends Component<Props$19, SpreadsheetChildEnv> {
7008
7032
  get title(): string;
7009
7033
  }
7010
7034
 
7011
- interface Props$18 {
7035
+ interface Props$19 {
7012
7036
  messages: string[];
7013
7037
  msgType: "warning" | "error" | "info";
7014
7038
  singleBox?: boolean;
7015
7039
  }
7016
- declare class ValidationMessages extends Component<Props$18, SpreadsheetChildEnv> {
7040
+ declare class ValidationMessages extends Component<Props$19, SpreadsheetChildEnv> {
7017
7041
  static template: string;
7018
7042
  static props: {
7019
7043
  messages: ArrayConstructor;
@@ -7027,10 +7051,10 @@ declare class ValidationMessages extends Component<Props$18, SpreadsheetChildEnv
7027
7051
  get alertBoxes(): string[][];
7028
7052
  }
7029
7053
 
7030
- interface Props$17 {
7054
+ interface Props$18 {
7031
7055
  messages: string[];
7032
7056
  }
7033
- declare class ChartErrorSection extends Component<Props$17, SpreadsheetChildEnv> {
7057
+ declare class ChartErrorSection extends Component<Props$18, SpreadsheetChildEnv> {
7034
7058
  static template: string;
7035
7059
  static components: {
7036
7060
  Section: typeof Section;
@@ -7044,7 +7068,7 @@ declare class ChartErrorSection extends Component<Props$17, SpreadsheetChildEnv>
7044
7068
  };
7045
7069
  }
7046
7070
 
7047
- interface Props$16 {
7071
+ interface Props$17 {
7048
7072
  title?: string;
7049
7073
  range: string;
7050
7074
  isInvalid: boolean;
@@ -7057,7 +7081,7 @@ interface Props$16 {
7057
7081
  onChange: (value: boolean) => void;
7058
7082
  }>;
7059
7083
  }
7060
- declare class ChartLabelRange extends Component<Props$16, SpreadsheetChildEnv> {
7084
+ declare class ChartLabelRange extends Component<Props$17, SpreadsheetChildEnv> {
7061
7085
  static template: string;
7062
7086
  static components: {
7063
7087
  SelectionInput: typeof SelectionInput;
@@ -7078,10 +7102,10 @@ declare class ChartLabelRange extends Component<Props$16, SpreadsheetChildEnv> {
7078
7102
  optional: boolean;
7079
7103
  };
7080
7104
  };
7081
- static defaultProps: Partial<Props$16>;
7105
+ static defaultProps: Partial<Props$17>;
7082
7106
  }
7083
7107
 
7084
- interface Props$15 {
7108
+ interface Props$16 {
7085
7109
  figureId: UID;
7086
7110
  definition: ChartWithDataSetDefinition;
7087
7111
  canUpdateChart: (figureId: UID, definition: Partial<ChartWithDataSetDefinition>) => DispatchResult;
@@ -7091,7 +7115,7 @@ interface ChartPanelState {
7091
7115
  datasetDispatchResult?: DispatchResult;
7092
7116
  labelsDispatchResult?: DispatchResult;
7093
7117
  }
7094
- declare class GenericChartConfigPanel extends Component<Props$15, SpreadsheetChildEnv> {
7118
+ declare class GenericChartConfigPanel extends Component<Props$16, SpreadsheetChildEnv> {
7095
7119
  static template: string;
7096
7120
  static components: {
7097
7121
  ChartDataSeries: typeof ChartDataSeries;
@@ -7175,12 +7199,12 @@ interface Choice$1 {
7175
7199
  value: string;
7176
7200
  label: string;
7177
7201
  }
7178
- interface Props$14 {
7202
+ interface Props$15 {
7179
7203
  choices: Choice$1[];
7180
7204
  onChange: (value: string) => void;
7181
7205
  selectedValue: string;
7182
7206
  }
7183
- declare class BadgeSelection extends Component<Props$14, SpreadsheetChildEnv> {
7207
+ declare class BadgeSelection extends Component<Props$15, SpreadsheetChildEnv> {
7184
7208
  static template: string;
7185
7209
  static props: {
7186
7210
  choices: ArrayConstructor;
@@ -7337,7 +7361,7 @@ declare class ColorPicker extends Component<ColorPickerProps, SpreadsheetChildEn
7337
7361
  isSameColor(color1: Color, color2: Color): boolean;
7338
7362
  }
7339
7363
 
7340
- interface Props$13 {
7364
+ interface Props$14 {
7341
7365
  currentColor: string | undefined;
7342
7366
  toggleColorPicker: () => void;
7343
7367
  showColorPicker: boolean;
@@ -7348,7 +7372,7 @@ interface Props$13 {
7348
7372
  dropdownMaxHeight?: Pixel;
7349
7373
  class?: string;
7350
7374
  }
7351
- declare class ColorPickerWidget extends Component<Props$13, SpreadsheetChildEnv> {
7375
+ declare class ColorPickerWidget extends Component<Props$14, SpreadsheetChildEnv> {
7352
7376
  static template: string;
7353
7377
  static props: {
7354
7378
  currentColor: {
@@ -7399,7 +7423,7 @@ declare class CellPopoverStore extends SpreadsheetStore {
7399
7423
  };
7400
7424
  handle(cmd: Command): void;
7401
7425
  open({ col, row }: Position$1, type: CellPopoverType): void;
7402
- close(): void;
7426
+ close(): "noStateChange" | undefined;
7403
7427
  get persistentCellPopover(): OpenCellPopover | ClosedCellPopover;
7404
7428
  get isOpen(): boolean;
7405
7429
  get cellPopover(): ClosedCellPopover | PositionedCellPopoverComponent;
@@ -7409,13 +7433,13 @@ declare class CellPopoverStore extends SpreadsheetStore {
7409
7433
  interface State$8 {
7410
7434
  isOpen: boolean;
7411
7435
  }
7412
- interface Props$12 {
7436
+ interface Props$13 {
7413
7437
  currentFontSize: number;
7414
7438
  class: string;
7415
7439
  onFontSizeChanged: (fontSize: number) => void;
7416
7440
  onToggle?: () => void;
7417
7441
  }
7418
- declare class FontSizeEditor extends Component<Props$12, SpreadsheetChildEnv> {
7442
+ declare class FontSizeEditor extends Component<Props$13, SpreadsheetChildEnv> {
7419
7443
  static template: string;
7420
7444
  static props: {
7421
7445
  currentFontSize: NumberConstructor;
@@ -7446,7 +7470,7 @@ declare class FontSizeEditor extends Component<Props$12, SpreadsheetChildEnv> {
7446
7470
  onInputKeydown(ev: KeyboardEvent): void;
7447
7471
  }
7448
7472
 
7449
- interface Props$11 {
7473
+ interface Props$12 {
7450
7474
  title?: string;
7451
7475
  updateTitle: (title: string) => void;
7452
7476
  name?: string;
@@ -7457,7 +7481,7 @@ interface Props$11 {
7457
7481
  style: TitleDesign;
7458
7482
  onFontSizeChanged: (fontSize: number) => void;
7459
7483
  }
7460
- declare class ChartTitle extends Component<Props$11, SpreadsheetChildEnv> {
7484
+ declare class ChartTitle extends Component<Props$12, SpreadsheetChildEnv> {
7461
7485
  static template: string;
7462
7486
  static components: {
7463
7487
  Section: typeof Section;
@@ -7520,13 +7544,13 @@ interface AxisDefinition {
7520
7544
  id: string;
7521
7545
  name: string;
7522
7546
  }
7523
- interface Props$10 {
7547
+ interface Props$11 {
7524
7548
  figureId: UID;
7525
7549
  definition: ChartWithDataSetDefinition | WaterfallChartDefinition;
7526
7550
  updateChart: (figureId: UID, definition: Partial<ChartWithDataSetDefinition | WaterfallChartDefinition>) => DispatchResult;
7527
7551
  axesList: AxisDefinition[];
7528
7552
  }
7529
- declare class AxisDesignEditor extends Component<Props$10, SpreadsheetChildEnv> {
7553
+ declare class AxisDesignEditor extends Component<Props$11, SpreadsheetChildEnv> {
7530
7554
  static template: string;
7531
7555
  static components: {
7532
7556
  Section: typeof Section;
@@ -7557,13 +7581,13 @@ declare class AxisDesignEditor extends Component<Props$10, SpreadsheetChildEnv>
7557
7581
  updateAxisTitle(text: string): void;
7558
7582
  }
7559
7583
 
7560
- interface Props$$ {
7584
+ interface Props$10 {
7561
7585
  currentColor?: string;
7562
7586
  onColorPicked: (color: string) => void;
7563
7587
  title?: string;
7564
7588
  disableNoColor?: boolean;
7565
7589
  }
7566
- declare class RoundColorPicker extends Component<Props$$, SpreadsheetChildEnv> {
7590
+ declare class RoundColorPicker extends Component<Props$10, SpreadsheetChildEnv> {
7567
7591
  static template: string;
7568
7592
  static components: {
7569
7593
  Section: typeof Section;
@@ -7596,13 +7620,13 @@ declare class RoundColorPicker extends Component<Props$$, SpreadsheetChildEnv> {
7596
7620
  get buttonStyle(): string;
7597
7621
  }
7598
7622
 
7599
- interface Props$_ {
7623
+ interface Props$$ {
7600
7624
  figureId: UID;
7601
7625
  definition: ChartDefinition;
7602
7626
  updateChart: (figureId: UID, definition: Partial<ChartDefinition>) => DispatchResult;
7603
7627
  defaultChartTitleFontSize?: number;
7604
7628
  }
7605
- declare class GeneralDesignEditor extends Component<Props$_, SpreadsheetChildEnv> {
7629
+ declare class GeneralDesignEditor extends Component<Props$$, SpreadsheetChildEnv> {
7606
7630
  static template: string;
7607
7631
  static components: {
7608
7632
  RoundColorPicker: typeof RoundColorPicker;
@@ -7640,12 +7664,12 @@ declare class GeneralDesignEditor extends Component<Props$_, SpreadsheetChildEnv
7640
7664
  updateChartTitleAlignment(align: "left" | "center" | "right"): void;
7641
7665
  }
7642
7666
 
7643
- interface Props$Z {
7667
+ interface Props$_ {
7644
7668
  figureId: UID;
7645
7669
  definition: ChartWithDataSetDefinition;
7646
7670
  updateChart: (figureId: UID, definition: Partial<ChartWithDataSetDefinition>) => DispatchResult;
7647
7671
  }
7648
- declare class ChartLegend extends Component<Props$Z, SpreadsheetChildEnv> {
7672
+ declare class ChartLegend extends Component<Props$_, SpreadsheetChildEnv> {
7649
7673
  static template: string;
7650
7674
  static components: {
7651
7675
  Section: typeof Section;
@@ -7662,14 +7686,14 @@ interface Choice {
7662
7686
  value: unknown;
7663
7687
  label: string;
7664
7688
  }
7665
- interface Props$Y {
7689
+ interface Props$Z {
7666
7690
  choices: Choice[];
7667
7691
  onChange: (value: unknown) => void;
7668
7692
  selectedValue: string;
7669
7693
  name: string;
7670
7694
  direction: "horizontal" | "vertical";
7671
7695
  }
7672
- declare class RadioSelection extends Component<Props$Y, SpreadsheetChildEnv> {
7696
+ declare class RadioSelection extends Component<Props$Z, SpreadsheetChildEnv> {
7673
7697
  static template: string;
7674
7698
  static props: {
7675
7699
  choices: ArrayConstructor;
@@ -7688,13 +7712,13 @@ declare class RadioSelection extends Component<Props$Y, SpreadsheetChildEnv> {
7688
7712
  };
7689
7713
  }
7690
7714
 
7691
- interface Props$X {
7715
+ interface Props$Y {
7692
7716
  figureId: UID;
7693
7717
  definition: ChartWithDataSetDefinition;
7694
7718
  canUpdateChart: (figureID: UID, definition: Partial<ChartWithDataSetDefinition>) => DispatchResult;
7695
7719
  updateChart: (figureId: UID, definition: Partial<ChartWithDataSetDefinition>) => DispatchResult;
7696
7720
  }
7697
- declare class SeriesDesignEditor extends Component<Props$X, SpreadsheetChildEnv> {
7721
+ declare class SeriesDesignEditor extends Component<Props$Y, SpreadsheetChildEnv> {
7698
7722
  static template: string;
7699
7723
  static components: {
7700
7724
  SidePanelCollapsible: typeof SidePanelCollapsible;
@@ -7722,13 +7746,13 @@ declare class SeriesDesignEditor extends Component<Props$X, SpreadsheetChildEnv>
7722
7746
  getDataSeriesLabel(): string | undefined;
7723
7747
  }
7724
7748
 
7725
- interface Props$W {
7749
+ interface Props$X {
7726
7750
  figureId: UID;
7727
7751
  definition: ChartWithDataSetDefinition;
7728
7752
  canUpdateChart: (figureID: UID, definition: Partial<ChartWithDataSetDefinition>) => DispatchResult;
7729
7753
  updateChart: (figureId: UID, definition: Partial<ChartWithDataSetDefinition>) => DispatchResult;
7730
7754
  }
7731
- declare class SeriesWithAxisDesignEditor extends Component<Props$W, SpreadsheetChildEnv> {
7755
+ declare class SeriesWithAxisDesignEditor extends Component<Props$X, SpreadsheetChildEnv> {
7732
7756
  static template: string;
7733
7757
  static components: {
7734
7758
  SeriesDesignEditor: typeof SeriesDesignEditor;
@@ -7769,13 +7793,13 @@ declare class SeriesWithAxisDesignEditor extends Component<Props$W, SpreadsheetC
7769
7793
  updateTrendLineValue(index: number, config: any): void;
7770
7794
  }
7771
7795
 
7772
- interface Props$V {
7796
+ interface Props$W {
7773
7797
  figureId: UID;
7774
7798
  definition: ChartWithDataSetDefinition;
7775
7799
  canUpdateChart: (figureID: UID, definition: GenericDefinition<ChartWithDataSetDefinition>) => DispatchResult;
7776
7800
  updateChart: (figureId: UID, definition: GenericDefinition<ChartWithDataSetDefinition>) => DispatchResult;
7777
7801
  }
7778
- declare class ChartWithAxisDesignPanel<P extends Props$V = Props$V> extends Component<P, SpreadsheetChildEnv> {
7802
+ declare class ChartWithAxisDesignPanel<P extends Props$W = Props$W> extends Component<P, SpreadsheetChildEnv> {
7779
7803
  static template: string;
7780
7804
  static components: {
7781
7805
  GeneralDesignEditor: typeof GeneralDesignEditor;
@@ -7795,13 +7819,13 @@ declare class ChartWithAxisDesignPanel<P extends Props$V = Props$V> extends Comp
7795
7819
  get axesList(): AxisDefinition[];
7796
7820
  }
7797
7821
 
7798
- interface Props$U {
7822
+ interface Props$V {
7799
7823
  figureId: UID;
7800
7824
  definition: GaugeChartDefinition;
7801
7825
  canUpdateChart: (figureId: UID, definition: Partial<GaugeChartDefinition>) => DispatchResult;
7802
7826
  updateChart: (figureId: UID, definition: Partial<GaugeChartDefinition>) => DispatchResult;
7803
7827
  }
7804
- declare class GaugeChartConfigPanel extends Component<Props$U, SpreadsheetChildEnv> {
7828
+ declare class GaugeChartConfigPanel extends Component<Props$V, SpreadsheetChildEnv> {
7805
7829
  static template: string;
7806
7830
  static components: {
7807
7831
  ChartErrorSection: typeof ChartErrorSection;
@@ -7826,13 +7850,13 @@ interface PanelState {
7826
7850
  sectionRuleDispatchResult?: DispatchResult;
7827
7851
  sectionRule: SectionRule;
7828
7852
  }
7829
- interface Props$T {
7853
+ interface Props$U {
7830
7854
  figureId: UID;
7831
7855
  definition: GaugeChartDefinition;
7832
7856
  canUpdateChart: (figureID: UID, definition: Partial<GaugeChartDefinition>) => DispatchResult;
7833
7857
  updateChart: (figureId: UID, definition: Partial<GaugeChartDefinition>) => DispatchResult;
7834
7858
  }
7835
- declare class GaugeChartDesignPanel extends Component<Props$T, SpreadsheetChildEnv> {
7859
+ declare class GaugeChartDesignPanel extends Component<Props$U, SpreadsheetChildEnv> {
7836
7860
  static template: string;
7837
7861
  static components: {
7838
7862
  SidePanelCollapsible: typeof SidePanelCollapsible;
@@ -7877,13 +7901,13 @@ declare class LineConfigPanel extends GenericChartConfigPanel {
7877
7901
  onUpdateCumulative(cumulative: boolean): void;
7878
7902
  }
7879
7903
 
7880
- interface Props$S {
7904
+ interface Props$T {
7881
7905
  figureId: UID;
7882
7906
  definition: ScorecardChartDefinition;
7883
7907
  canUpdateChart: (figureId: UID, definition: Partial<ScorecardChartDefinition>) => DispatchResult;
7884
7908
  updateChart: (figureId: UID, definition: Partial<ScorecardChartDefinition>) => DispatchResult;
7885
7909
  }
7886
- declare class ScorecardChartConfigPanel extends Component<Props$S, SpreadsheetChildEnv> {
7910
+ declare class ScorecardChartConfigPanel extends Component<Props$T, SpreadsheetChildEnv> {
7887
7911
  static template: string;
7888
7912
  static components: {
7889
7913
  SelectionInput: typeof SelectionInput;
@@ -7912,13 +7936,13 @@ declare class ScorecardChartConfigPanel extends Component<Props$S, SpreadsheetCh
7912
7936
  }
7913
7937
 
7914
7938
  type ColorPickerId = undefined | "backgroundColor" | "baselineColorUp" | "baselineColorDown";
7915
- interface Props$R {
7939
+ interface Props$S {
7916
7940
  figureId: UID;
7917
7941
  definition: ScorecardChartDefinition;
7918
7942
  canUpdateChart: (figureID: UID, definition: Partial<ScorecardChartDefinition>) => DispatchResult;
7919
7943
  updateChart: (figureId: UID, definition: Partial<ScorecardChartDefinition>) => DispatchResult;
7920
7944
  }
7921
- declare class ScorecardChartDesignPanel extends Component<Props$R, SpreadsheetChildEnv> {
7945
+ declare class ScorecardChartDesignPanel extends Component<Props$S, SpreadsheetChildEnv> {
7922
7946
  static template: string;
7923
7947
  static components: {
7924
7948
  GeneralDesignEditor: typeof GeneralDesignEditor;
@@ -8081,13 +8105,13 @@ interface EnrichedToken extends Token {
8081
8105
  isParenthesisLinkedToCursor?: boolean;
8082
8106
  }
8083
8107
 
8084
- interface Props$Q {
8108
+ interface Props$R {
8085
8109
  proposals: AutoCompleteProposal[];
8086
8110
  selectedIndex: number | undefined;
8087
8111
  onValueSelected: (value: string) => void;
8088
8112
  onValueHovered: (index: string) => void;
8089
8113
  }
8090
- declare class TextValueProvider extends Component<Props$Q> {
8114
+ declare class TextValueProvider extends Component<Props$R> {
8091
8115
  static template: string;
8092
8116
  static props: {
8093
8117
  proposals: ArrayConstructor;
@@ -8154,19 +8178,19 @@ declare class ContentEditableHelper {
8154
8178
  getText(): string;
8155
8179
  }
8156
8180
 
8157
- interface Props$P {
8181
+ interface Props$Q {
8158
8182
  functionName: string;
8159
8183
  functionDescription: FunctionDescription;
8160
8184
  argToFocus: number;
8161
8185
  }
8162
- declare class FunctionDescriptionProvider extends Component<Props$P, SpreadsheetChildEnv> {
8186
+ declare class FunctionDescriptionProvider extends Component<Props$Q, SpreadsheetChildEnv> {
8163
8187
  static template: string;
8164
8188
  static props: {
8165
8189
  functionName: StringConstructor;
8166
8190
  functionDescription: ObjectConstructor;
8167
8191
  argToFocus: NumberConstructor;
8168
8192
  };
8169
- getContext(): Props$P;
8193
+ getContext(): Props$Q;
8170
8194
  get formulaArgSeparator(): string;
8171
8195
  }
8172
8196
 
@@ -8450,6 +8474,7 @@ declare class Composer extends Component<CellComposerProps, SpreadsheetChildEnv>
8450
8474
  onContextMenu(ev: MouseEvent): void;
8451
8475
  closeAssistant(): void;
8452
8476
  openAssistant(): void;
8477
+ onWheel(event: WheelEvent): void;
8453
8478
  private processContent;
8454
8479
  /**
8455
8480
  * Get the HTML content corresponding to the current composer token, divided by lines.
@@ -8540,18 +8565,18 @@ declare class ComposerFocusStore extends SpreadsheetStore {
8540
8565
  activeComposer: ComposerInterface;
8541
8566
  private _focusMode;
8542
8567
  get focusMode(): ComposerFocusType;
8543
- focusComposer(listener: ComposerInterface, args: Args): void;
8544
- focusActiveComposer(args: Args): void;
8568
+ focusComposer(listener: ComposerInterface, args: Args): "noStateChange" | undefined;
8569
+ focusActiveComposer(args: Args): "noStateChange" | undefined;
8545
8570
  /**
8546
8571
  * Start the edition or update the content if it's already started.
8547
8572
  */
8548
8573
  private setComposerContent;
8549
8574
  }
8550
8575
 
8551
- interface Props$O {
8576
+ interface Props$P {
8552
8577
  figure: Figure;
8553
8578
  }
8554
- declare class ChartJsComponent extends Component<Props$O, SpreadsheetChildEnv> {
8579
+ declare class ChartJsComponent extends Component<Props$P, SpreadsheetChildEnv> {
8555
8580
  static template: string;
8556
8581
  static props: {
8557
8582
  figure: ObjectConstructor;
@@ -8568,10 +8593,10 @@ declare class ChartJsComponent extends Component<Props$O, SpreadsheetChildEnv> {
8568
8593
  private updateChartJs;
8569
8594
  }
8570
8595
 
8571
- interface Props$N {
8596
+ interface Props$O {
8572
8597
  figure: Figure;
8573
8598
  }
8574
- declare class ScorecardChart$1 extends Component<Props$N, SpreadsheetChildEnv> {
8599
+ declare class ScorecardChart$1 extends Component<Props$O, SpreadsheetChildEnv> {
8575
8600
  static template: string;
8576
8601
  static props: {
8577
8602
  figure: ObjectConstructor;
@@ -8584,7 +8609,7 @@ declare class ScorecardChart$1 extends Component<Props$N, SpreadsheetChildEnv> {
8584
8609
  }
8585
8610
 
8586
8611
  type MenuItemOrSeparator = Action | "separator";
8587
- interface Props$M {
8612
+ interface Props$N {
8588
8613
  position: DOMCoordinates;
8589
8614
  menuItems: Action[];
8590
8615
  depth: number;
@@ -8603,7 +8628,7 @@ interface MenuState {
8603
8628
  menuItems: Action[];
8604
8629
  isHoveringChild?: boolean;
8605
8630
  }
8606
- declare class Menu extends Component<Props$M, SpreadsheetChildEnv> {
8631
+ declare class Menu extends Component<Props$N, SpreadsheetChildEnv> {
8607
8632
  static template: string;
8608
8633
  static props: {
8609
8634
  position: ObjectConstructor;
@@ -8679,14 +8704,14 @@ declare class Menu extends Component<Props$M, SpreadsheetChildEnv> {
8679
8704
  }
8680
8705
 
8681
8706
  type ResizeAnchor = "top left" | "top" | "top right" | "right" | "bottom right" | "bottom" | "bottom left" | "left";
8682
- interface Props$L {
8707
+ interface Props$M {
8683
8708
  figure: Figure;
8684
8709
  style: string;
8685
8710
  onFigureDeleted: () => void;
8686
8711
  onMouseDown: (ev: MouseEvent) => void;
8687
8712
  onClickAnchor(dirX: ResizeDirection, dirY: ResizeDirection, ev: MouseEvent): void;
8688
8713
  }
8689
- declare class FigureComponent extends Component<Props$L, SpreadsheetChildEnv> {
8714
+ declare class FigureComponent extends Component<Props$M, SpreadsheetChildEnv> {
8690
8715
  static template: string;
8691
8716
  static props: {
8692
8717
  figure: ObjectConstructor;
@@ -8735,11 +8760,11 @@ declare class FigureComponent extends Component<Props$L, SpreadsheetChildEnv> {
8735
8760
  private openContextMenu;
8736
8761
  }
8737
8762
 
8738
- interface Props$K {
8763
+ interface Props$L {
8739
8764
  figure: Figure;
8740
8765
  onFigureDeleted: () => void;
8741
8766
  }
8742
- declare class ChartFigure extends Component<Props$K, SpreadsheetChildEnv> {
8767
+ declare class ChartFigure extends Component<Props$L, SpreadsheetChildEnv> {
8743
8768
  static template: string;
8744
8769
  static props: {
8745
8770
  figure: ObjectConstructor;
@@ -8751,7 +8776,7 @@ declare class ChartFigure extends Component<Props$K, SpreadsheetChildEnv> {
8751
8776
  get chartComponent(): new (...args: any) => Component;
8752
8777
  }
8753
8778
 
8754
- interface Props$J {
8779
+ interface Props$K {
8755
8780
  isVisible: boolean;
8756
8781
  position: Position;
8757
8782
  }
@@ -8763,7 +8788,7 @@ interface State$7 {
8763
8788
  position: Position;
8764
8789
  handler: boolean;
8765
8790
  }
8766
- declare class Autofill extends Component<Props$J, SpreadsheetChildEnv> {
8791
+ declare class Autofill extends Component<Props$K, SpreadsheetChildEnv> {
8767
8792
  static template: string;
8768
8793
  static props: {
8769
8794
  position: ObjectConstructor;
@@ -8797,7 +8822,7 @@ declare class ClientTag extends Component<ClientTagProps, SpreadsheetChildEnv> {
8797
8822
  get tagStyle(): string;
8798
8823
  }
8799
8824
 
8800
- interface Props$I {
8825
+ interface Props$J {
8801
8826
  gridDims: DOMDimension;
8802
8827
  onInputContextMenu: (event: MouseEvent) => void;
8803
8828
  }
@@ -8805,7 +8830,7 @@ interface Props$I {
8805
8830
  * This component is a composer which positions itself on the grid at the anchor cell.
8806
8831
  * It also applies the style of the cell to the composer input.
8807
8832
  */
8808
- declare class GridComposer extends Component<Props$I, SpreadsheetChildEnv> {
8833
+ declare class GridComposer extends Component<Props$J, SpreadsheetChildEnv> {
8809
8834
  static template: string;
8810
8835
  static props: {
8811
8836
  gridDims: ObjectConstructor;
@@ -8863,10 +8888,10 @@ declare class GridCellIcon extends Component<GridCellIconProps, SpreadsheetChild
8863
8888
  isPositionVisible(position: CellPosition): boolean;
8864
8889
  }
8865
8890
 
8866
- interface Props$H {
8891
+ interface Props$I {
8867
8892
  cellPosition: CellPosition;
8868
8893
  }
8869
- declare class DataValidationCheckbox extends Component<Props$H, SpreadsheetChildEnv> {
8894
+ declare class DataValidationCheckbox extends Component<Props$I, SpreadsheetChildEnv> {
8870
8895
  static template: string;
8871
8896
  static components: {
8872
8897
  Checkbox: typeof Checkbox;
@@ -8879,10 +8904,10 @@ declare class DataValidationCheckbox extends Component<Props$H, SpreadsheetChild
8879
8904
  get isDisabled(): boolean;
8880
8905
  }
8881
8906
 
8882
- interface Props$G {
8907
+ interface Props$H {
8883
8908
  cellPosition: CellPosition;
8884
8909
  }
8885
- declare class DataValidationListIcon extends Component<Props$G, SpreadsheetChildEnv> {
8910
+ declare class DataValidationListIcon extends Component<Props$H, SpreadsheetChildEnv> {
8886
8911
  static template: string;
8887
8912
  static props: {
8888
8913
  cellPosition: ObjectConstructor;
@@ -8912,7 +8937,7 @@ interface SnapLine<T extends HFigureAxisType | VFigureAxisType> {
8912
8937
  }
8913
8938
 
8914
8939
  type ContainerType = "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "dnd";
8915
- interface Props$F {
8940
+ interface Props$G {
8916
8941
  onFigureDeleted: () => void;
8917
8942
  }
8918
8943
  interface Container {
@@ -8992,7 +9017,7 @@ interface DndState {
8992
9017
  * that occurred during the drag & drop, and to position the figure on the correct pane.
8993
9018
  *
8994
9019
  */
8995
- declare class FiguresContainer extends Component<Props$F, SpreadsheetChildEnv> {
9020
+ declare class FiguresContainer extends Component<Props$G, SpreadsheetChildEnv> {
8996
9021
  static template: string;
8997
9022
  static props: {
8998
9023
  onFigureDeleted: FunctionConstructor;
@@ -9027,10 +9052,10 @@ declare class FiguresContainer extends Component<Props$F, SpreadsheetChildEnv> {
9027
9052
  private getSnapLineStyle;
9028
9053
  }
9029
9054
 
9030
- interface Props$E {
9055
+ interface Props$F {
9031
9056
  cellPosition: CellPosition;
9032
9057
  }
9033
- declare class FilterIcon extends Component<Props$E, SpreadsheetChildEnv> {
9058
+ declare class FilterIcon extends Component<Props$F, SpreadsheetChildEnv> {
9034
9059
  static template: string;
9035
9060
  static props: {
9036
9061
  cellPosition: ObjectConstructor;
@@ -9052,10 +9077,10 @@ declare class FilterIconsOverlay extends Component<{}, SpreadsheetChildEnv> {
9052
9077
  getFilterHeadersPositions(): CellPosition[];
9053
9078
  }
9054
9079
 
9055
- interface Props$D {
9080
+ interface Props$E {
9056
9081
  focusGrid: () => void;
9057
9082
  }
9058
- declare class GridAddRowsFooter extends Component<Props$D, SpreadsheetChildEnv> {
9083
+ declare class GridAddRowsFooter extends Component<Props$E, SpreadsheetChildEnv> {
9059
9084
  static template: string;
9060
9085
  static props: {
9061
9086
  focusGrid: FunctionConstructor;
@@ -9079,7 +9104,7 @@ declare class GridAddRowsFooter extends Component<Props$D, SpreadsheetChildEnv>
9079
9104
  private onExternalClick;
9080
9105
  }
9081
9106
 
9082
- interface Props$C {
9107
+ interface Props$D {
9083
9108
  onCellHovered: (position: Partial<Position$1>) => void;
9084
9109
  onCellDoubleClicked: (col: HeaderIndex, row: HeaderIndex) => void;
9085
9110
  onCellClicked: (col: HeaderIndex, row: HeaderIndex, modifiers: GridClickModifiers) => void;
@@ -9089,7 +9114,7 @@ interface Props$C {
9089
9114
  gridOverlayDimensions: string;
9090
9115
  onFigureDeleted: () => void;
9091
9116
  }
9092
- declare class GridOverlay extends Component<Props$C, SpreadsheetChildEnv> {
9117
+ declare class GridOverlay extends Component<Props$D, SpreadsheetChildEnv> {
9093
9118
  static template: string;
9094
9119
  static props: {
9095
9120
  onCellHovered: {
@@ -9147,12 +9172,12 @@ declare class GridOverlay extends Component<Props$C, SpreadsheetChildEnv> {
9147
9172
  private getCartesianCoordinates;
9148
9173
  }
9149
9174
 
9150
- interface Props$B {
9175
+ interface Props$C {
9151
9176
  gridRect: Rect;
9152
9177
  onClosePopover: () => void;
9153
9178
  onMouseWheel: (ev: WheelEvent) => void;
9154
9179
  }
9155
- declare class GridPopover extends Component<Props$B, SpreadsheetChildEnv> {
9180
+ declare class GridPopover extends Component<Props$C, SpreadsheetChildEnv> {
9156
9181
  static template: string;
9157
9182
  static props: {
9158
9183
  onClosePopover: FunctionConstructor;
@@ -9297,13 +9322,13 @@ declare class HeadersOverlay extends Component<any, SpreadsheetChildEnv> {
9297
9322
  }
9298
9323
 
9299
9324
  type Orientation$1 = "n" | "s" | "w" | "e";
9300
- interface Props$A {
9325
+ interface Props$B {
9301
9326
  zone: Zone;
9302
9327
  orientation: Orientation$1;
9303
9328
  isMoving: boolean;
9304
9329
  onMoveHighlight: (x: Pixel, y: Pixel) => void;
9305
9330
  }
9306
- declare class Border extends Component<Props$A, SpreadsheetChildEnv> {
9331
+ declare class Border extends Component<Props$B, SpreadsheetChildEnv> {
9307
9332
  static template: string;
9308
9333
  static props: {
9309
9334
  zone: ObjectConstructor;
@@ -9316,14 +9341,14 @@ declare class Border extends Component<Props$A, SpreadsheetChildEnv> {
9316
9341
  }
9317
9342
 
9318
9343
  type Orientation = "nw" | "ne" | "sw" | "se";
9319
- interface Props$z {
9344
+ interface Props$A {
9320
9345
  zone: Zone;
9321
9346
  color: Color;
9322
9347
  orientation: Orientation;
9323
9348
  isResizing: boolean;
9324
9349
  onResizeHighlight: (isLeft: boolean, isRight: boolean) => void;
9325
9350
  }
9326
- declare class Corner extends Component<Props$z, SpreadsheetChildEnv> {
9351
+ declare class Corner extends Component<Props$A, SpreadsheetChildEnv> {
9327
9352
  static template: string;
9328
9353
  static props: {
9329
9354
  zone: ObjectConstructor;
@@ -9338,14 +9363,14 @@ declare class Corner extends Component<Props$z, SpreadsheetChildEnv> {
9338
9363
  onMouseDown(ev: MouseEvent): void;
9339
9364
  }
9340
9365
 
9341
- interface Props$y {
9366
+ interface Props$z {
9342
9367
  zone: Zone;
9343
9368
  color: Color;
9344
9369
  }
9345
9370
  interface HighlightState {
9346
9371
  shiftingMode: "isMoving" | "isResizing" | "none";
9347
9372
  }
9348
- declare class Highlight extends Component<Props$y, SpreadsheetChildEnv> {
9373
+ declare class Highlight extends Component<Props$z, SpreadsheetChildEnv> {
9349
9374
  static template: string;
9350
9375
  static props: {
9351
9376
  zone: ObjectConstructor;
@@ -9362,7 +9387,7 @@ declare class Highlight extends Component<Props$y, SpreadsheetChildEnv> {
9362
9387
 
9363
9388
  type ScrollDirection = "horizontal" | "vertical";
9364
9389
 
9365
- interface Props$x {
9390
+ interface Props$y {
9366
9391
  width: Pixel;
9367
9392
  height: Pixel;
9368
9393
  direction: ScrollDirection;
@@ -9370,7 +9395,7 @@ interface Props$x {
9370
9395
  offset: Pixel;
9371
9396
  onScroll: (offset: Pixel) => void;
9372
9397
  }
9373
- declare class ScrollBar extends Component<Props$x> {
9398
+ declare class ScrollBar extends Component<Props$y> {
9374
9399
  static props: {
9375
9400
  width: {
9376
9401
  type: NumberConstructor;
@@ -9398,10 +9423,10 @@ declare class ScrollBar extends Component<Props$x> {
9398
9423
  onScroll(ev: any): void;
9399
9424
  }
9400
9425
 
9401
- interface Props$w {
9426
+ interface Props$x {
9402
9427
  leftOffset: number;
9403
9428
  }
9404
- declare class HorizontalScrollBar extends Component<Props$w, SpreadsheetChildEnv> {
9429
+ declare class HorizontalScrollBar extends Component<Props$x, SpreadsheetChildEnv> {
9405
9430
  static props: {
9406
9431
  leftOffset: {
9407
9432
  type: NumberConstructor;
@@ -9427,10 +9452,10 @@ declare class HorizontalScrollBar extends Component<Props$w, SpreadsheetChildEnv
9427
9452
  onScroll(offset: any): void;
9428
9453
  }
9429
9454
 
9430
- interface Props$v {
9455
+ interface Props$w {
9431
9456
  topOffset: number;
9432
9457
  }
9433
- declare class VerticalScrollBar extends Component<Props$v, SpreadsheetChildEnv> {
9458
+ declare class VerticalScrollBar extends Component<Props$w, SpreadsheetChildEnv> {
9434
9459
  static props: {
9435
9460
  topOffset: {
9436
9461
  type: NumberConstructor;
@@ -9456,13 +9481,13 @@ declare class VerticalScrollBar extends Component<Props$v, SpreadsheetChildEnv>
9456
9481
  onScroll(offset: any): void;
9457
9482
  }
9458
9483
 
9459
- interface Props$u {
9484
+ interface Props$v {
9460
9485
  table: Table;
9461
9486
  }
9462
9487
  interface State$6 {
9463
9488
  highlightZone: Zone | undefined;
9464
9489
  }
9465
- declare class TableResizer extends Component<Props$u, SpreadsheetChildEnv> {
9490
+ declare class TableResizer extends Component<Props$v, SpreadsheetChildEnv> {
9466
9491
  static template: string;
9467
9492
  static props: {
9468
9493
  table: ObjectConstructor;
@@ -9479,8 +9504,8 @@ declare class HoveredCellStore extends SpreadsheetStore {
9479
9504
  col: number | undefined;
9480
9505
  row: number | undefined;
9481
9506
  handle(cmd: Command): void;
9482
- hover(position: Position$1): void;
9483
- clear(): void;
9507
+ hover(position: Position$1): "noStateChange" | undefined;
9508
+ clear(): "noStateChange" | undefined;
9484
9509
  }
9485
9510
 
9486
9511
  /**
@@ -9494,10 +9519,10 @@ declare class HoveredCellStore extends SpreadsheetStore {
9494
9519
  * - a vertical resizer (same, for rows)
9495
9520
  */
9496
9521
  type ContextMenuType = "ROW" | "COL" | "CELL" | "FILTER" | "GROUP_HEADERS" | "UNGROUP_HEADERS";
9497
- interface Props$t {
9522
+ interface Props$u {
9498
9523
  exposeFocus: (focus: () => void) => void;
9499
9524
  }
9500
- declare class Grid extends Component<Props$t, SpreadsheetChildEnv> {
9525
+ declare class Grid extends Component<Props$u, SpreadsheetChildEnv> {
9501
9526
  static template: string;
9502
9527
  static props: {
9503
9528
  exposeFocus: FunctionConstructor;
@@ -9606,7 +9631,7 @@ declare class MainChartPanelStore extends SpreadsheetStore {
9606
9631
  private getChartDefinitionFromContextCreation;
9607
9632
  }
9608
9633
 
9609
- interface Props$s {
9634
+ interface Props$t {
9610
9635
  figureId: UID;
9611
9636
  chartPanelStore: MainChartPanelStore;
9612
9637
  }
@@ -9614,7 +9639,7 @@ interface ChartTypePickerState {
9614
9639
  popoverProps: PopoverProps | undefined;
9615
9640
  popoverStyle: string;
9616
9641
  }
9617
- declare class ChartTypePicker extends Component<Props$s, SpreadsheetChildEnv> {
9642
+ declare class ChartTypePicker extends Component<Props$t, SpreadsheetChildEnv> {
9618
9643
  static template: string;
9619
9644
  static components: {
9620
9645
  Section: typeof Section;
@@ -9649,11 +9674,11 @@ declare class ChartTypePicker extends Component<Props$s, SpreadsheetChildEnv> {
9649
9674
  private closePopover;
9650
9675
  }
9651
9676
 
9652
- interface Props$r {
9677
+ interface Props$s {
9653
9678
  onCloseSidePanel: () => void;
9654
9679
  figureId: UID;
9655
9680
  }
9656
- declare class ChartPanel extends Component<Props$r, SpreadsheetChildEnv> {
9681
+ declare class ChartPanel extends Component<Props$s, SpreadsheetChildEnv> {
9657
9682
  static template: string;
9658
9683
  static components: {
9659
9684
  Section: typeof Section;
@@ -9673,13 +9698,13 @@ declare class ChartPanel extends Component<Props$r, SpreadsheetChildEnv> {
9673
9698
  private getChartDefinition;
9674
9699
  }
9675
9700
 
9676
- interface Props$q {
9701
+ interface Props$r {
9677
9702
  figureId: UID;
9678
9703
  definition: PieChartDefinition;
9679
9704
  canUpdateChart: (figureID: UID, definition: GenericDefinition<PieChartDefinition>) => DispatchResult;
9680
9705
  updateChart: (figureId: UID, definition: GenericDefinition<PieChartDefinition>) => DispatchResult;
9681
9706
  }
9682
- declare class PieChartDesignPanel extends Component<Props$q, SpreadsheetChildEnv> {
9707
+ declare class PieChartDesignPanel extends Component<Props$r, SpreadsheetChildEnv> {
9683
9708
  static template: string;
9684
9709
  static components: {
9685
9710
  GeneralDesignEditor: typeof GeneralDesignEditor;
@@ -9698,10 +9723,10 @@ declare class PieChartDesignPanel extends Component<Props$q, SpreadsheetChildEnv
9698
9723
  };
9699
9724
  }
9700
9725
 
9701
- interface Props$p {
9726
+ interface Props$q {
9702
9727
  items: ActionSpec[];
9703
9728
  }
9704
- declare class CogWheelMenu extends Component<Props$p, SpreadsheetChildEnv> {
9729
+ declare class CogWheelMenu extends Component<Props$q, SpreadsheetChildEnv> {
9705
9730
  static template: string;
9706
9731
  static components: {
9707
9732
  Menu: typeof Menu;
@@ -9784,14 +9809,14 @@ declare class FindAndReplaceStore extends SpreadsheetStore implements HighlightP
9784
9809
  get highlights(): Highlight$1[];
9785
9810
  }
9786
9811
 
9787
- interface Props$o {
9812
+ interface Props$p {
9788
9813
  deferUpdate: boolean;
9789
9814
  isDirty: boolean;
9790
9815
  toggleDeferUpdate: (value: boolean) => void;
9791
9816
  discard: () => void;
9792
9817
  apply: () => void;
9793
9818
  }
9794
- declare class PivotDeferUpdate extends Component<Props$o, SpreadsheetChildEnv> {
9819
+ declare class PivotDeferUpdate extends Component<Props$p, SpreadsheetChildEnv> {
9795
9820
  static template: string;
9796
9821
  static props: {
9797
9822
  deferUpdate: BooleanConstructor;
@@ -9808,11 +9833,11 @@ declare class PivotDeferUpdate extends Component<Props$o, SpreadsheetChildEnv> {
9808
9833
  get deferUpdatesTooltip(): string;
9809
9834
  }
9810
9835
 
9811
- interface Props$n {
9836
+ interface Props$o {
9812
9837
  onFieldPicked: (field: string) => void;
9813
9838
  fields: PivotField[];
9814
9839
  }
9815
- declare class AddDimensionButton extends Component<Props$n, SpreadsheetChildEnv> {
9840
+ declare class AddDimensionButton extends Component<Props$o, SpreadsheetChildEnv> {
9816
9841
  static template: string;
9817
9842
  static components: {
9818
9843
  Popover: typeof Popover;
@@ -9848,14 +9873,14 @@ declare class AddDimensionButton extends Component<Props$n, SpreadsheetChildEnv>
9848
9873
  onKeyDown(ev: KeyboardEvent): void;
9849
9874
  }
9850
9875
 
9851
- interface Props$m {
9876
+ interface Props$n {
9852
9877
  value: string;
9853
9878
  onChange: (value: string) => void;
9854
9879
  class?: string;
9855
9880
  id?: string;
9856
9881
  placeholder?: string;
9857
9882
  }
9858
- declare class TextInput extends Component<Props$m, SpreadsheetChildEnv> {
9883
+ declare class TextInput extends Component<Props$n, SpreadsheetChildEnv> {
9859
9884
  static template: string;
9860
9885
  static props: {
9861
9886
  value: StringConstructor;
@@ -9881,13 +9906,13 @@ declare class TextInput extends Component<Props$m, SpreadsheetChildEnv> {
9881
9906
  onMouseUp(ev: MouseEvent): void;
9882
9907
  }
9883
9908
 
9884
- interface Props$l {
9909
+ interface Props$m {
9885
9910
  dimension: PivotCoreDimension | PivotCoreMeasure;
9886
9911
  onRemoved: (dimension: PivotCoreDimension | PivotCoreMeasure) => void;
9887
9912
  onNameUpdated?: (dimension: PivotCoreDimension | PivotCoreMeasure, name?: string) => void;
9888
9913
  type: "row" | "col" | "measure";
9889
9914
  }
9890
- declare class PivotDimension extends Component<Props$l, SpreadsheetChildEnv> {
9915
+ declare class PivotDimension extends Component<Props$m, SpreadsheetChildEnv> {
9891
9916
  static template: string;
9892
9917
  static props: {
9893
9918
  dimension: ObjectConstructor;
@@ -9911,13 +9936,13 @@ declare class PivotDimension extends Component<Props$l, SpreadsheetChildEnv> {
9911
9936
  updateName(name: string): void;
9912
9937
  }
9913
9938
 
9914
- interface Props$k {
9939
+ interface Props$l {
9915
9940
  dimension: PivotDimension$1;
9916
9941
  onUpdated: (dimension: PivotDimension$1, ev: InputEvent) => void;
9917
9942
  availableGranularities: Set<string>;
9918
9943
  allGranularities: string[];
9919
9944
  }
9920
- declare class PivotDimensionGranularity extends Component<Props$k, SpreadsheetChildEnv> {
9945
+ declare class PivotDimensionGranularity extends Component<Props$l, SpreadsheetChildEnv> {
9921
9946
  static template: string;
9922
9947
  static props: {
9923
9948
  dimension: ObjectConstructor;
@@ -9942,11 +9967,11 @@ declare class PivotDimensionGranularity extends Component<Props$k, SpreadsheetCh
9942
9967
  };
9943
9968
  }
9944
9969
 
9945
- interface Props$j {
9970
+ interface Props$k {
9946
9971
  dimension: PivotDimension$1;
9947
9972
  onUpdated: (dimension: PivotDimension$1, ev: InputEvent) => void;
9948
9973
  }
9949
- declare class PivotDimensionOrder extends Component<Props$j, SpreadsheetChildEnv> {
9974
+ declare class PivotDimensionOrder extends Component<Props$k, SpreadsheetChildEnv> {
9950
9975
  static template: string;
9951
9976
  static props: {
9952
9977
  dimension: ObjectConstructor;
@@ -9981,7 +10006,7 @@ declare function createPivotFormula(formulaId: string, cell: PivotTableCell): st
9981
10006
  */
9982
10007
  declare function toNormalizedPivotValue(dimension: Pick<PivotDimension$1, "type" | "displayName" | "granularity">, groupValue: any): CellValue;
9983
10008
 
9984
- interface Props$i {
10009
+ interface Props$j {
9985
10010
  onConfirm: (content: string) => void;
9986
10011
  composerContent: string;
9987
10012
  defaultRangeSheetId: UID;
@@ -9991,7 +10016,7 @@ interface Props$i {
9991
10016
  invalid?: boolean;
9992
10017
  getContextualColoredSymbolToken?: (token: Token) => Color;
9993
10018
  }
9994
- declare class StandaloneComposer extends Component<Props$i, SpreadsheetChildEnv> {
10019
+ declare class StandaloneComposer extends Component<Props$j, SpreadsheetChildEnv> {
9995
10020
  static template: string;
9996
10021
  static props: {
9997
10022
  composerContent: {
@@ -10041,7 +10066,7 @@ declare class StandaloneComposer extends Component<Props$i, SpreadsheetChildEnv>
10041
10066
  onFocus(selection: ComposerSelection): void;
10042
10067
  }
10043
10068
 
10044
- interface Props$h {
10069
+ interface Props$i {
10045
10070
  pivotId: string;
10046
10071
  definition: PivotRuntimeDefinition;
10047
10072
  measure: PivotMeasure;
@@ -10049,7 +10074,7 @@ interface Props$h {
10049
10074
  onRemoved: () => void;
10050
10075
  generateMeasureId: (fieldName: string, aggregator?: string) => string;
10051
10076
  }
10052
- declare class PivotMeasureEditor extends Component<Props$h> {
10077
+ declare class PivotMeasureEditor extends Component<Props$i> {
10053
10078
  static template: string;
10054
10079
  static components: {
10055
10080
  PivotDimension: typeof PivotDimension;
@@ -10073,11 +10098,11 @@ declare class PivotMeasureEditor extends Component<Props$h> {
10073
10098
  getColoredSymbolToken(token: Token): Color | undefined;
10074
10099
  }
10075
10100
 
10076
- interface Props$g {
10101
+ interface Props$h {
10077
10102
  definition: PivotRuntimeDefinition;
10078
10103
  pivotId: UID;
10079
10104
  }
10080
- declare class PivotSortSection extends Component<Props$g, SpreadsheetChildEnv> {
10105
+ declare class PivotSortSection extends Component<Props$h, SpreadsheetChildEnv> {
10081
10106
  static template: string;
10082
10107
  static components: {
10083
10108
  Section: typeof Section;
@@ -10094,7 +10119,7 @@ declare class PivotSortSection extends Component<Props$g, SpreadsheetChildEnv> {
10094
10119
  }[];
10095
10120
  }
10096
10121
 
10097
- interface Props$f {
10122
+ interface Props$g {
10098
10123
  definition: PivotRuntimeDefinition;
10099
10124
  onDimensionsUpdated: (definition: Partial<PivotCoreDefinition>) => void;
10100
10125
  unusedGroupableFields: PivotField[];
@@ -10105,7 +10130,7 @@ interface Props$f {
10105
10130
  getScrollableContainerEl?: () => HTMLElement;
10106
10131
  pivotId: UID;
10107
10132
  }
10108
- declare class PivotLayoutConfigurator extends Component<Props$f, SpreadsheetChildEnv> {
10133
+ declare class PivotLayoutConfigurator extends Component<Props$g, SpreadsheetChildEnv> {
10109
10134
  static template: string;
10110
10135
  static components: {
10111
10136
  AddDimensionButton: typeof AddDimensionButton;
@@ -10195,11 +10220,11 @@ declare class PivotSidePanelStore extends SpreadsheetStore {
10195
10220
  private shouldKeepSortedColumn;
10196
10221
  }
10197
10222
 
10198
- interface Props$e {
10223
+ interface Props$f {
10199
10224
  pivotId: UID;
10200
10225
  flipAxis: () => void;
10201
10226
  }
10202
- declare class PivotTitleSection extends Component<Props$e, SpreadsheetChildEnv> {
10227
+ declare class PivotTitleSection extends Component<Props$f, SpreadsheetChildEnv> {
10203
10228
  static template: string;
10204
10229
  static components: {
10205
10230
  CogWheelMenu: typeof CogWheelMenu;
@@ -10283,6 +10308,90 @@ declare function getFirstPivotFunction(tokens: Token[]): {
10283
10308
  */
10284
10309
  declare function getNumberOfPivotFunctions(tokens: Token[]): number;
10285
10310
 
10311
+ interface PivotDialogColumn {
10312
+ formula: string;
10313
+ value: string;
10314
+ isMissing: boolean;
10315
+ style?: string;
10316
+ span: number;
10317
+ }
10318
+ interface PivotDialogRow {
10319
+ formula: string;
10320
+ value: string;
10321
+ isMissing: boolean;
10322
+ style?: string;
10323
+ }
10324
+ interface PivotDialogValue {
10325
+ formula: string;
10326
+ value: string;
10327
+ isMissing: boolean;
10328
+ }
10329
+ interface Props$e {
10330
+ pivotId: UID;
10331
+ onCellClicked: (formula: string) => void;
10332
+ }
10333
+ interface TableData {
10334
+ columns: PivotDialogColumn[][];
10335
+ rows: PivotDialogRow[];
10336
+ values: PivotDialogValue[][];
10337
+ }
10338
+ declare class PivotHTMLRenderer extends Component<Props$e, SpreadsheetChildEnv> {
10339
+ static template: string;
10340
+ static components: {
10341
+ Checkbox: typeof Checkbox;
10342
+ };
10343
+ static props: {
10344
+ pivotId: StringConstructor;
10345
+ onCellClicked: FunctionConstructor;
10346
+ };
10347
+ private pivot;
10348
+ data: TableData;
10349
+ private state;
10350
+ setup(): void;
10351
+ get tracker(): PivotPresenceTracker | undefined;
10352
+ /**
10353
+ * Retrieve the data to display in the Pivot Table
10354
+ * In the case when showMissingValuesOnly is false, the returned value
10355
+ * is the complete data
10356
+ * In the case when showMissingValuesOnly is true, the returned value is
10357
+ * the data which contains only missing values in the rows and cols. In
10358
+ * the rows, we also return the parent rows of rows which contains missing
10359
+ * values, to give context to the user.
10360
+ *
10361
+ */
10362
+ getTableData(): TableData;
10363
+ /**
10364
+ * Retrieve the parents of the given row
10365
+ * ex:
10366
+ * Australia
10367
+ * January
10368
+ * February
10369
+ * The parent of "January" is "Australia"
10370
+ */
10371
+ private addRecursiveRow;
10372
+ /**
10373
+ * Create the columns to be used, based on the indexes of the columns in
10374
+ * which a missing value is present
10375
+ *
10376
+ */
10377
+ private buildColumnsMissing;
10378
+ /**
10379
+ * Create the rows to be used, based on the indexes of the rows in
10380
+ * which a missing value is present.
10381
+ */
10382
+ private buildRowsMissing;
10383
+ /**
10384
+ * Create the value to be used, based on the indexes of the columns and
10385
+ * rows in which a missing value is present.
10386
+ */
10387
+ private buildValuesMissing;
10388
+ private getColumnsIndexes;
10389
+ private getRowsIndexes;
10390
+ _buildColHeaders(id: UID, table: SpreadsheetPivotTable): PivotDialogColumn[][];
10391
+ _buildRowHeaders(id: UID, table: SpreadsheetPivotTable): PivotDialogRow[];
10392
+ _buildValues(id: UID, table: SpreadsheetPivotTable): PivotDialogValue[][];
10393
+ }
10394
+
10286
10395
  interface Props$d {
10287
10396
  figureId: UID;
10288
10397
  definition: ComboChartDefinition;
@@ -10580,11 +10689,11 @@ interface Renderer {
10580
10689
  renderingLayers: Readonly<LayerName[]>;
10581
10690
  }
10582
10691
  declare class RendererStore {
10583
- mutators: readonly ["register", "unRegister"];
10692
+ mutators: readonly ["register", "unRegister", "drawLayer"];
10584
10693
  private renderers;
10585
10694
  register(renderer: Renderer): void;
10586
10695
  unRegister(renderer: Renderer): void;
10587
- drawLayer(context: GridRenderingContext, layer: LayerName): void;
10696
+ drawLayer(context: GridRenderingContext, layer: LayerName): string;
10588
10697
  }
10589
10698
 
10590
10699
  interface RippleProps {
@@ -11597,7 +11706,7 @@ declare const registries: {
11597
11706
  clipboardHandlersRegistries: {
11598
11707
  figureHandlers: Registry<{
11599
11708
  new (getters: Getters, dispatch: {
11600
- <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, {
11709
+ <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, {
11601
11710
  type: T;
11602
11711
  }> | Extract<UpdateCellPositionCommand, {
11603
11712
  type: T;
@@ -11827,8 +11936,12 @@ declare const registries: {
11827
11936
  type: T;
11828
11937
  }> | Extract<PaintFormat, {
11829
11938
  type: T;
11939
+ }> | Extract<PivotStartPresenceTracking, {
11940
+ type: T;
11941
+ }> | Extract<PivotStopPresenceTracking, {
11942
+ type: T;
11830
11943
  }>>(type: {} extends Omit<C, "type"> ? T : never): DispatchResult;
11831
- <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, {
11944
+ <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, {
11832
11945
  type: T_1;
11833
11946
  }> | Extract<UpdateCellPositionCommand, {
11834
11947
  type: T_1;
@@ -12058,12 +12171,16 @@ declare const registries: {
12058
12171
  type: T_1;
12059
12172
  }> | Extract<PaintFormat, {
12060
12173
  type: T_1;
12174
+ }> | Extract<PivotStartPresenceTracking, {
12175
+ type: T_1;
12176
+ }> | Extract<PivotStopPresenceTracking, {
12177
+ type: T_1;
12061
12178
  }>>(type: T_1, r: Omit<C_1, "type">): DispatchResult;
12062
12179
  }): AbstractFigureClipboardHandler<any>;
12063
12180
  }>;
12064
12181
  cellHandlers: Registry<{
12065
12182
  new (getters: Getters, dispatch: {
12066
- <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, {
12183
+ <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, {
12067
12184
  type: T;
12068
12185
  }> | Extract<UpdateCellPositionCommand, {
12069
12186
  type: T;
@@ -12293,8 +12410,12 @@ declare const registries: {
12293
12410
  type: T;
12294
12411
  }> | Extract<PaintFormat, {
12295
12412
  type: T;
12413
+ }> | Extract<PivotStartPresenceTracking, {
12414
+ type: T;
12415
+ }> | Extract<PivotStopPresenceTracking, {
12416
+ type: T;
12296
12417
  }>>(type: {} extends Omit<C, "type"> ? T : never): DispatchResult;
12297
- <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, {
12418
+ <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, {
12298
12419
  type: T_1;
12299
12420
  }> | Extract<UpdateCellPositionCommand, {
12300
12421
  type: T_1;
@@ -12524,6 +12645,10 @@ declare const registries: {
12524
12645
  type: T_1;
12525
12646
  }> | Extract<PaintFormat, {
12526
12647
  type: T_1;
12648
+ }> | Extract<PivotStartPresenceTracking, {
12649
+ type: T_1;
12650
+ }> | Extract<PivotStopPresenceTracking, {
12651
+ type: T_1;
12527
12652
  }>>(type: T_1, r: Omit<C_1, "type">): DispatchResult;
12528
12653
  }): AbstractCellClipboardHandler<any, any>;
12529
12654
  }>;
@@ -12535,7 +12660,10 @@ declare const registries: {
12535
12660
  supportedPivotPositionalFormulaRegistry: Registry<boolean>;
12536
12661
  pivotToFunctionValueRegistry: Registry<(value: CellValue, granularity?: string | undefined) => string>;
12537
12662
  migrationStepRegistry: Registry<MigrationStep>;
12538
- chartJsExtensionRegistry: Registry<chart_js.Plugin<keyof chart_js.ChartTypeRegistry, chart_js_dist_types_basic.AnyObject>>;
12663
+ chartJsExtensionRegistry: Registry<{
12664
+ register: (chart: typeof chart_js.Chart) => void;
12665
+ unregister: (chart: typeof chart_js.Chart) => void;
12666
+ }>;
12539
12667
  };
12540
12668
  declare const helpers: {
12541
12669
  arg: typeof arg;
@@ -12641,6 +12769,7 @@ declare const components: {
12641
12769
  PivotDimensionOrder: typeof PivotDimensionOrder;
12642
12770
  PivotDimension: typeof PivotDimension;
12643
12771
  PivotLayoutConfigurator: typeof PivotLayoutConfigurator;
12772
+ PivotHTMLRenderer: typeof PivotHTMLRenderer;
12644
12773
  PivotDeferUpdate: typeof PivotDeferUpdate;
12645
12774
  PivotTitleSection: typeof PivotTitleSection;
12646
12775
  CogWheelMenu: typeof CogWheelMenu;
@@ -13179,7 +13308,7 @@ declare const chartHelpers: {
13179
13308
  useLeftAxis: boolean;
13180
13309
  useRightAxis: boolean;
13181
13310
  };
13182
- formatChartDatasetValue(axisFormats: ChartAxisFormats, locale: Locale): (value: any, axisId: string | undefined) => any;
13311
+ formatChartDatasetValue(axisFormats: ChartAxisFormats, locale: Locale): (value: any, axisId: string) => any;
13183
13312
  formatTickValue(localeFormat: LocaleFormat): (value: any) => any;
13184
13313
  getPieColors(colors: ColorGenerator, dataSetsValues: DatasetValues[]): Color[];
13185
13314
  isTrendLineAxis(axisID: string): boolean;
@@ -13210,4 +13339,4 @@ declare const chartHelpers: {
13210
13339
  WaterfallChart: typeof WaterfallChart;
13211
13340
  };
13212
13341
 
13213
- 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, BorderDescription, 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, 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, SheetScrollInfo, 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 };
13342
+ 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, BorderDescription, 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, 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, SheetScrollInfo, 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 };