@odoo/o-spreadsheet 18.0.27 → 18.0.28
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/o-spreadsheet.cjs.js +456 -39
- package/dist/o-spreadsheet.d.ts +267 -142
- package/dist/o-spreadsheet.esm.js +456 -39
- package/dist/o-spreadsheet.iife.js +456 -39
- package/dist/o-spreadsheet.iife.min.js +301 -265
- package/dist/o_spreadsheet.xml +60 -13
- package/package.json +1 -1
package/dist/o-spreadsheet.d.ts
CHANGED
|
@@ -982,7 +982,7 @@ interface SheetData {
|
|
|
982
982
|
};
|
|
983
983
|
conditionalFormats: ConditionalFormat[];
|
|
984
984
|
dataValidationRules: DataValidationRuleData[];
|
|
985
|
-
tables: TableData[];
|
|
985
|
+
tables: TableData$1[];
|
|
986
986
|
areGridLinesVisible?: boolean;
|
|
987
987
|
isVisible: boolean;
|
|
988
988
|
panes?: PaneDivision;
|
|
@@ -1050,7 +1050,7 @@ interface ExcelHeaderData extends HeaderData {
|
|
|
1050
1050
|
outlineLevel?: number;
|
|
1051
1051
|
collapsed?: boolean;
|
|
1052
1052
|
}
|
|
1053
|
-
interface TableData {
|
|
1053
|
+
interface TableData$1 {
|
|
1054
1054
|
range: string;
|
|
1055
1055
|
config?: TableConfig;
|
|
1056
1056
|
type?: CoreTableType;
|
|
@@ -1955,12 +1955,12 @@ interface ZoneDependentCommand {
|
|
|
1955
1955
|
zone: Zone;
|
|
1956
1956
|
}
|
|
1957
1957
|
declare function isZoneDependent(cmd: CoreCommand): cmd is Extract<CoreCommand, ZoneDependentCommand>;
|
|
1958
|
-
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" | "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">;
|
|
1959
|
-
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" | "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">;
|
|
1960
|
-
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" | "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">;
|
|
1961
|
-
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" | "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">;
|
|
1962
|
-
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" | "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">;
|
|
1963
|
-
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" | "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">;
|
|
1958
|
+
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" | "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">;
|
|
1959
|
+
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" | "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">;
|
|
1960
|
+
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" | "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">;
|
|
1961
|
+
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" | "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">;
|
|
1962
|
+
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" | "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">;
|
|
1963
|
+
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" | "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">;
|
|
1964
1964
|
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">;
|
|
1965
1965
|
declare function isCoreCommand(cmd: Command): cmd is CoreCommand;
|
|
1966
1966
|
declare function canExecuteInReadonly(cmd: Command): boolean;
|
|
@@ -2514,6 +2514,13 @@ interface SplitPivotFormulaCommand extends PositionDependentCommand {
|
|
|
2514
2514
|
interface PaintFormat extends TargetDependentCommand {
|
|
2515
2515
|
type: "PAINT_FORMAT";
|
|
2516
2516
|
}
|
|
2517
|
+
interface PivotStartPresenceTracking {
|
|
2518
|
+
type: "PIVOT_START_PRESENCE_TRACKING";
|
|
2519
|
+
pivotId: UID;
|
|
2520
|
+
}
|
|
2521
|
+
interface PivotStopPresenceTracking {
|
|
2522
|
+
type: "PIVOT_STOP_PRESENCE_TRACKING";
|
|
2523
|
+
}
|
|
2517
2524
|
type CoreCommand =
|
|
2518
2525
|
/** CELLS */
|
|
2519
2526
|
UpdateCellCommand | UpdateCellPositionCommand | ClearCellCommand | ClearCellsCommand | DeleteContentCommand
|
|
@@ -2545,7 +2552,7 @@ UpdateCellCommand | UpdateCellPositionCommand | ClearCellCommand | ClearCellsCom
|
|
|
2545
2552
|
| UpdateLocaleCommand
|
|
2546
2553
|
/** PIVOT */
|
|
2547
2554
|
| AddPivotCommand | UpdatePivotCommand | InsertPivotCommand | RenamePivotCommand | RemovePivotCommand | DuplicatePivotCommand;
|
|
2548
|
-
type LocalCommand = RequestUndoCommand | RequestRedoCommand | UndoCommand | RedoCommand | CopyCommand | CutCommand | PasteCommand | CopyPasteCellsAboveCommand | CopyPasteCellsOnLeftCommand | RepeatPasteCommand | CleanClipBoardHighlightCommand | AutoFillCellCommand | PasteFromOSClipboardCommand | AutoresizeColumnsCommand | AutoresizeRowsCommand | MoveColumnsRowsCommand | ActivateSheetCommand | EvaluateCellsCommand | 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;
|
|
2555
|
+
type LocalCommand = RequestUndoCommand | RequestRedoCommand | UndoCommand | RedoCommand | CopyCommand | CutCommand | PasteCommand | CopyPasteCellsAboveCommand | CopyPasteCellsOnLeftCommand | RepeatPasteCommand | CleanClipBoardHighlightCommand | AutoFillCellCommand | PasteFromOSClipboardCommand | AutoresizeColumnsCommand | AutoresizeRowsCommand | MoveColumnsRowsCommand | ActivateSheetCommand | EvaluateCellsCommand | 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;
|
|
2549
2556
|
type Command = CoreCommand | LocalCommand;
|
|
2550
2557
|
/**
|
|
2551
2558
|
* Holds the result of a command dispatch.
|
|
@@ -5171,6 +5178,23 @@ declare class HistoryPlugin extends UIPlugin {
|
|
|
5171
5178
|
private getPossibleRevisionToRepeat;
|
|
5172
5179
|
}
|
|
5173
5180
|
|
|
5181
|
+
declare class PivotPresenceTracker {
|
|
5182
|
+
private trackedValues;
|
|
5183
|
+
private domainToArray;
|
|
5184
|
+
isValuePresent(measure: string, domain: PivotDomain): boolean;
|
|
5185
|
+
isHeaderPresent(domain: PivotDomain): boolean;
|
|
5186
|
+
trackValue(measure: string, domain: PivotDomain): void;
|
|
5187
|
+
trackHeader(domain: PivotDomain): void;
|
|
5188
|
+
}
|
|
5189
|
+
|
|
5190
|
+
declare class PivotPresencePlugin extends UIPlugin {
|
|
5191
|
+
static getters: readonly ["getPivotPresenceTracker"];
|
|
5192
|
+
private trackPresencePivotId?;
|
|
5193
|
+
private tracker?;
|
|
5194
|
+
handle(cmd: Command): void;
|
|
5195
|
+
getPivotPresenceTracker(pivotId: UID): PivotPresenceTracker | undefined;
|
|
5196
|
+
}
|
|
5197
|
+
|
|
5174
5198
|
declare class SortPlugin extends UIPlugin {
|
|
5175
5199
|
allowDispatch(cmd: LocalCommand): CommandResult | CommandResult[];
|
|
5176
5200
|
handle(cmd: Command): void;
|
|
@@ -5374,7 +5398,7 @@ type CoreGetters = PluginGetters<typeof SheetPlugin> & PluginGetters<typeof Head
|
|
|
5374
5398
|
type Getters = {
|
|
5375
5399
|
isReadonly: () => boolean;
|
|
5376
5400
|
isDashboard: () => boolean;
|
|
5377
|
-
} & 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>;
|
|
5401
|
+
} & 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 PivotPresencePlugin> & PluginGetters<typeof TableComputedStylePlugin>;
|
|
5378
5402
|
|
|
5379
5403
|
type ArgType = "ANY" | "BOOLEAN" | "NUMBER" | "STRING" | "DATE" | "RANGE" | "RANGE<BOOLEAN>" | "RANGE<NUMBER>" | "RANGE<DATE>" | "RANGE<STRING>" | "RANGE<ANY>" | "META";
|
|
5380
5404
|
interface ArgDefinition {
|
|
@@ -6575,7 +6599,7 @@ interface ChartSubtypeProperties {
|
|
|
6575
6599
|
preview: string;
|
|
6576
6600
|
}
|
|
6577
6601
|
|
|
6578
|
-
interface Props$
|
|
6602
|
+
interface Props$17 {
|
|
6579
6603
|
label?: string;
|
|
6580
6604
|
value: boolean;
|
|
6581
6605
|
className?: string;
|
|
@@ -6584,7 +6608,7 @@ interface Props$16 {
|
|
|
6584
6608
|
disabled?: boolean;
|
|
6585
6609
|
onChange: (value: boolean) => void;
|
|
6586
6610
|
}
|
|
6587
|
-
declare class Checkbox extends Component<Props$
|
|
6611
|
+
declare class Checkbox extends Component<Props$17, SpreadsheetChildEnv> {
|
|
6588
6612
|
static template: string;
|
|
6589
6613
|
static props: {
|
|
6590
6614
|
label: {
|
|
@@ -6619,10 +6643,10 @@ declare class Checkbox extends Component<Props$16, SpreadsheetChildEnv> {
|
|
|
6619
6643
|
onChange(ev: InputEvent): void;
|
|
6620
6644
|
}
|
|
6621
6645
|
|
|
6622
|
-
interface Props$
|
|
6646
|
+
interface Props$16 {
|
|
6623
6647
|
class?: string;
|
|
6624
6648
|
}
|
|
6625
|
-
declare class Section extends Component<Props$
|
|
6649
|
+
declare class Section extends Component<Props$16, SpreadsheetChildEnv> {
|
|
6626
6650
|
static template: string;
|
|
6627
6651
|
static props: {
|
|
6628
6652
|
class: {
|
|
@@ -6751,7 +6775,7 @@ declare class SelectionInputStore extends SpreadsheetStore {
|
|
|
6751
6775
|
getIndex(rangeId: number | null): number | null;
|
|
6752
6776
|
}
|
|
6753
6777
|
|
|
6754
|
-
interface Props$
|
|
6778
|
+
interface Props$15 {
|
|
6755
6779
|
ranges: string[];
|
|
6756
6780
|
hasSingleRange?: boolean;
|
|
6757
6781
|
required?: boolean;
|
|
@@ -6774,7 +6798,7 @@ interface SelectionRange extends Omit<RangeInputValue, "color"> {
|
|
|
6774
6798
|
* onSelectionChanged is called every time the input value
|
|
6775
6799
|
* changes.
|
|
6776
6800
|
*/
|
|
6777
|
-
declare class SelectionInput extends Component<Props$
|
|
6801
|
+
declare class SelectionInput extends Component<Props$15, SpreadsheetChildEnv> {
|
|
6778
6802
|
static template: string;
|
|
6779
6803
|
static props: {
|
|
6780
6804
|
ranges: ArrayConstructor;
|
|
@@ -6829,13 +6853,13 @@ declare class SelectionInput extends Component<Props$14, SpreadsheetChildEnv> {
|
|
|
6829
6853
|
confirm(): void;
|
|
6830
6854
|
}
|
|
6831
6855
|
|
|
6832
|
-
interface Props$
|
|
6856
|
+
interface Props$14 {
|
|
6833
6857
|
ranges: CustomizedDataSet[];
|
|
6834
6858
|
hasSingleRange?: boolean;
|
|
6835
6859
|
onSelectionChanged: (ranges: string[]) => void;
|
|
6836
6860
|
onSelectionConfirmed: () => void;
|
|
6837
6861
|
}
|
|
6838
|
-
declare class ChartDataSeries extends Component<Props$
|
|
6862
|
+
declare class ChartDataSeries extends Component<Props$14, SpreadsheetChildEnv> {
|
|
6839
6863
|
static template: string;
|
|
6840
6864
|
static components: {
|
|
6841
6865
|
SelectionInput: typeof SelectionInput;
|
|
@@ -6855,12 +6879,12 @@ declare class ChartDataSeries extends Component<Props$13, SpreadsheetChildEnv> {
|
|
|
6855
6879
|
get title(): string;
|
|
6856
6880
|
}
|
|
6857
6881
|
|
|
6858
|
-
interface Props$
|
|
6882
|
+
interface Props$13 {
|
|
6859
6883
|
messages: string[];
|
|
6860
6884
|
msgType: "warning" | "error" | "info";
|
|
6861
6885
|
singleBox?: boolean;
|
|
6862
6886
|
}
|
|
6863
|
-
declare class ValidationMessages extends Component<Props$
|
|
6887
|
+
declare class ValidationMessages extends Component<Props$13, SpreadsheetChildEnv> {
|
|
6864
6888
|
static template: string;
|
|
6865
6889
|
static props: {
|
|
6866
6890
|
messages: ArrayConstructor;
|
|
@@ -6874,10 +6898,10 @@ declare class ValidationMessages extends Component<Props$12, SpreadsheetChildEnv
|
|
|
6874
6898
|
get alertBoxes(): string[][];
|
|
6875
6899
|
}
|
|
6876
6900
|
|
|
6877
|
-
interface Props$
|
|
6901
|
+
interface Props$12 {
|
|
6878
6902
|
messages: string[];
|
|
6879
6903
|
}
|
|
6880
|
-
declare class ChartErrorSection extends Component<Props$
|
|
6904
|
+
declare class ChartErrorSection extends Component<Props$12, SpreadsheetChildEnv> {
|
|
6881
6905
|
static template: string;
|
|
6882
6906
|
static components: {
|
|
6883
6907
|
Section: typeof Section;
|
|
@@ -6891,7 +6915,7 @@ declare class ChartErrorSection extends Component<Props$11, SpreadsheetChildEnv>
|
|
|
6891
6915
|
};
|
|
6892
6916
|
}
|
|
6893
6917
|
|
|
6894
|
-
interface Props$
|
|
6918
|
+
interface Props$11 {
|
|
6895
6919
|
title?: string;
|
|
6896
6920
|
range: string;
|
|
6897
6921
|
isInvalid: boolean;
|
|
@@ -6904,7 +6928,7 @@ interface Props$10 {
|
|
|
6904
6928
|
onChange: (value: boolean) => void;
|
|
6905
6929
|
}>;
|
|
6906
6930
|
}
|
|
6907
|
-
declare class ChartLabelRange extends Component<Props$
|
|
6931
|
+
declare class ChartLabelRange extends Component<Props$11, SpreadsheetChildEnv> {
|
|
6908
6932
|
static template: string;
|
|
6909
6933
|
static components: {
|
|
6910
6934
|
SelectionInput: typeof SelectionInput;
|
|
@@ -6925,16 +6949,16 @@ declare class ChartLabelRange extends Component<Props$10, SpreadsheetChildEnv> {
|
|
|
6925
6949
|
optional: boolean;
|
|
6926
6950
|
};
|
|
6927
6951
|
};
|
|
6928
|
-
static defaultProps: Partial<Props$
|
|
6952
|
+
static defaultProps: Partial<Props$11>;
|
|
6929
6953
|
}
|
|
6930
6954
|
|
|
6931
|
-
interface Props
|
|
6955
|
+
interface Props$10 {
|
|
6932
6956
|
figureId: UID;
|
|
6933
6957
|
definition: ChartWithAxisDefinition;
|
|
6934
6958
|
canUpdateChart: (figureId: UID, definition: Partial<ChartWithAxisDefinition>) => DispatchResult;
|
|
6935
6959
|
updateChart: (figureId: UID, definition: Partial<ChartWithAxisDefinition>) => DispatchResult;
|
|
6936
6960
|
}
|
|
6937
|
-
declare class GenericChartConfigPanel extends Component<Props
|
|
6961
|
+
declare class GenericChartConfigPanel extends Component<Props$10, SpreadsheetChildEnv> {
|
|
6938
6962
|
static template: string;
|
|
6939
6963
|
static components: {
|
|
6940
6964
|
ChartDataSeries: typeof ChartDataSeries;
|
|
@@ -7035,14 +7059,14 @@ interface Choice$1 {
|
|
|
7035
7059
|
value: unknown;
|
|
7036
7060
|
label: string;
|
|
7037
7061
|
}
|
|
7038
|
-
interface Props
|
|
7062
|
+
interface Props$$ {
|
|
7039
7063
|
choices: Choice$1[];
|
|
7040
7064
|
onChange: (value: unknown) => void;
|
|
7041
7065
|
selectedValue: string;
|
|
7042
7066
|
name: string;
|
|
7043
7067
|
direction: "horizontal" | "vertical";
|
|
7044
7068
|
}
|
|
7045
|
-
declare class RadioSelection extends Component<Props
|
|
7069
|
+
declare class RadioSelection extends Component<Props$$, SpreadsheetChildEnv> {
|
|
7046
7070
|
static template: string;
|
|
7047
7071
|
static props: {
|
|
7048
7072
|
choices: ArrayConstructor;
|
|
@@ -7209,7 +7233,7 @@ declare class ColorPicker extends Component<ColorPickerProps, SpreadsheetChildEn
|
|
|
7209
7233
|
isSameColor(color1: Color, color2: Color): boolean;
|
|
7210
7234
|
}
|
|
7211
7235
|
|
|
7212
|
-
interface Props$
|
|
7236
|
+
interface Props$_ {
|
|
7213
7237
|
currentColor: string | undefined;
|
|
7214
7238
|
toggleColorPicker: () => void;
|
|
7215
7239
|
showColorPicker: boolean;
|
|
@@ -7220,7 +7244,7 @@ interface Props$Z {
|
|
|
7220
7244
|
dropdownMaxHeight?: Pixel;
|
|
7221
7245
|
class?: string;
|
|
7222
7246
|
}
|
|
7223
|
-
declare class ColorPickerWidget extends Component<Props$
|
|
7247
|
+
declare class ColorPickerWidget extends Component<Props$_, SpreadsheetChildEnv> {
|
|
7224
7248
|
static template: string;
|
|
7225
7249
|
static props: {
|
|
7226
7250
|
currentColor: {
|
|
@@ -7258,13 +7282,13 @@ declare class ColorPickerWidget extends Component<Props$Z, SpreadsheetChildEnv>
|
|
|
7258
7282
|
get colorPickerAnchorRect(): Rect;
|
|
7259
7283
|
}
|
|
7260
7284
|
|
|
7261
|
-
interface Props$
|
|
7285
|
+
interface Props$Z {
|
|
7262
7286
|
currentColor?: string;
|
|
7263
7287
|
onColorPicked: (color: string) => void;
|
|
7264
7288
|
title?: string;
|
|
7265
7289
|
disableNoColor?: boolean;
|
|
7266
7290
|
}
|
|
7267
|
-
declare class RoundColorPicker extends Component<Props$
|
|
7291
|
+
declare class RoundColorPicker extends Component<Props$Z, SpreadsheetChildEnv> {
|
|
7268
7292
|
static template: string;
|
|
7269
7293
|
static components: {
|
|
7270
7294
|
ColorPickerWidget: typeof ColorPickerWidget;
|
|
@@ -7302,12 +7326,12 @@ interface Choice {
|
|
|
7302
7326
|
value: string;
|
|
7303
7327
|
label: string;
|
|
7304
7328
|
}
|
|
7305
|
-
interface Props$
|
|
7329
|
+
interface Props$Y {
|
|
7306
7330
|
choices: Choice[];
|
|
7307
7331
|
onChange: (value: string) => void;
|
|
7308
7332
|
selectedValue: string;
|
|
7309
7333
|
}
|
|
7310
|
-
declare class BadgeSelection extends Component<Props$
|
|
7334
|
+
declare class BadgeSelection extends Component<Props$Y, SpreadsheetChildEnv> {
|
|
7311
7335
|
static template: string;
|
|
7312
7336
|
static props: {
|
|
7313
7337
|
choices: ArrayConstructor;
|
|
@@ -7316,7 +7340,7 @@ declare class BadgeSelection extends Component<Props$X, SpreadsheetChildEnv> {
|
|
|
7316
7340
|
};
|
|
7317
7341
|
}
|
|
7318
7342
|
|
|
7319
|
-
interface Props$
|
|
7343
|
+
interface Props$X {
|
|
7320
7344
|
title?: string;
|
|
7321
7345
|
updateTitle: (title: string) => void;
|
|
7322
7346
|
name?: string;
|
|
@@ -7326,7 +7350,7 @@ interface Props$W {
|
|
|
7326
7350
|
updateColor?: (Color: any) => void;
|
|
7327
7351
|
style: TitleDesign;
|
|
7328
7352
|
}
|
|
7329
|
-
declare class ChartTitle extends Component<Props$
|
|
7353
|
+
declare class ChartTitle extends Component<Props$X, SpreadsheetChildEnv> {
|
|
7330
7354
|
static template: string;
|
|
7331
7355
|
static components: {
|
|
7332
7356
|
Section: typeof Section;
|
|
@@ -7389,13 +7413,13 @@ interface AxisDefinition {
|
|
|
7389
7413
|
id: string;
|
|
7390
7414
|
name: string;
|
|
7391
7415
|
}
|
|
7392
|
-
interface Props$
|
|
7416
|
+
interface Props$W {
|
|
7393
7417
|
figureId: UID;
|
|
7394
7418
|
definition: ChartWithAxisDefinition | WaterfallChartDefinition;
|
|
7395
7419
|
updateChart: (figureId: UID, definition: Partial<ChartWithAxisDefinition | WaterfallChartDefinition>) => DispatchResult;
|
|
7396
7420
|
axesList: AxisDefinition[];
|
|
7397
7421
|
}
|
|
7398
|
-
declare class AxisDesignEditor extends Component<Props$
|
|
7422
|
+
declare class AxisDesignEditor extends Component<Props$W, SpreadsheetChildEnv> {
|
|
7399
7423
|
static template: string;
|
|
7400
7424
|
static components: {
|
|
7401
7425
|
Section: typeof Section;
|
|
@@ -7425,12 +7449,12 @@ declare class AxisDesignEditor extends Component<Props$V, SpreadsheetChildEnv> {
|
|
|
7425
7449
|
updateAxisTitle(text: string): void;
|
|
7426
7450
|
}
|
|
7427
7451
|
|
|
7428
|
-
interface Props$
|
|
7452
|
+
interface Props$V {
|
|
7429
7453
|
figureId: UID;
|
|
7430
7454
|
definition: ChartDefinition;
|
|
7431
7455
|
updateChart: (figureId: UID, definition: Partial<ChartDefinition>) => DispatchResult;
|
|
7432
7456
|
}
|
|
7433
|
-
declare class GeneralDesignEditor extends Component<Props$
|
|
7457
|
+
declare class GeneralDesignEditor extends Component<Props$V, SpreadsheetChildEnv> {
|
|
7434
7458
|
static template: string;
|
|
7435
7459
|
static components: {
|
|
7436
7460
|
RoundColorPicker: typeof RoundColorPicker;
|
|
@@ -7460,13 +7484,13 @@ declare class GeneralDesignEditor extends Component<Props$U, SpreadsheetChildEnv
|
|
|
7460
7484
|
updateChartTitleAlignment(align: "left" | "center" | "right"): void;
|
|
7461
7485
|
}
|
|
7462
7486
|
|
|
7463
|
-
interface Props$
|
|
7487
|
+
interface Props$U {
|
|
7464
7488
|
figureId: UID;
|
|
7465
7489
|
definition: ChartWithAxisDefinition;
|
|
7466
7490
|
canUpdateChart: (figureID: UID, definition: Partial<ChartWithAxisDefinition>) => DispatchResult;
|
|
7467
7491
|
updateChart: (figureId: UID, definition: Partial<ChartWithAxisDefinition>) => DispatchResult;
|
|
7468
7492
|
}
|
|
7469
|
-
declare class ChartWithAxisDesignPanel<P extends Props$
|
|
7493
|
+
declare class ChartWithAxisDesignPanel<P extends Props$U = Props$U> extends Component<P, SpreadsheetChildEnv> {
|
|
7470
7494
|
static template: string;
|
|
7471
7495
|
static components: {
|
|
7472
7496
|
GeneralDesignEditor: typeof GeneralDesignEditor;
|
|
@@ -7514,13 +7538,13 @@ declare class ChartWithAxisDesignPanel<P extends Props$T = Props$T> extends Comp
|
|
|
7514
7538
|
getMaxPolynomialDegree(): number;
|
|
7515
7539
|
}
|
|
7516
7540
|
|
|
7517
|
-
interface Props$
|
|
7541
|
+
interface Props$T {
|
|
7518
7542
|
figureId: UID;
|
|
7519
7543
|
definition: GaugeChartDefinition;
|
|
7520
7544
|
canUpdateChart: (figureId: UID, definition: Partial<GaugeChartDefinition>) => DispatchResult;
|
|
7521
7545
|
updateChart: (figureId: UID, definition: Partial<GaugeChartDefinition>) => DispatchResult;
|
|
7522
7546
|
}
|
|
7523
|
-
declare class GaugeChartConfigPanel extends Component<Props$
|
|
7547
|
+
declare class GaugeChartConfigPanel extends Component<Props$T, SpreadsheetChildEnv> {
|
|
7524
7548
|
static template: string;
|
|
7525
7549
|
static components: {
|
|
7526
7550
|
ChartErrorSection: typeof ChartErrorSection;
|
|
@@ -7545,13 +7569,13 @@ interface PanelState {
|
|
|
7545
7569
|
sectionRuleDispatchResult?: DispatchResult;
|
|
7546
7570
|
sectionRule: SectionRule;
|
|
7547
7571
|
}
|
|
7548
|
-
interface Props$
|
|
7572
|
+
interface Props$S {
|
|
7549
7573
|
figureId: UID;
|
|
7550
7574
|
definition: GaugeChartDefinition;
|
|
7551
7575
|
canUpdateChart: (figureID: UID, definition: Partial<GaugeChartDefinition>) => DispatchResult;
|
|
7552
7576
|
updateChart: (figureId: UID, definition: Partial<GaugeChartDefinition>) => DispatchResult;
|
|
7553
7577
|
}
|
|
7554
|
-
declare class GaugeChartDesignPanel extends Component<Props$
|
|
7578
|
+
declare class GaugeChartDesignPanel extends Component<Props$S, SpreadsheetChildEnv> {
|
|
7555
7579
|
static template: string;
|
|
7556
7580
|
static components: {
|
|
7557
7581
|
SidePanelCollapsible: typeof SidePanelCollapsible;
|
|
@@ -7597,13 +7621,13 @@ declare class LineConfigPanel extends GenericChartConfigPanel {
|
|
|
7597
7621
|
onUpdateCumulative(cumulative: boolean): void;
|
|
7598
7622
|
}
|
|
7599
7623
|
|
|
7600
|
-
interface Props$
|
|
7624
|
+
interface Props$R {
|
|
7601
7625
|
figureId: UID;
|
|
7602
7626
|
definition: ScorecardChartDefinition;
|
|
7603
7627
|
canUpdateChart: (figureId: UID, definition: Partial<ScorecardChartDefinition>) => DispatchResult;
|
|
7604
7628
|
updateChart: (figureId: UID, definition: Partial<ScorecardChartDefinition>) => DispatchResult;
|
|
7605
7629
|
}
|
|
7606
|
-
declare class ScorecardChartConfigPanel extends Component<Props$
|
|
7630
|
+
declare class ScorecardChartConfigPanel extends Component<Props$R, SpreadsheetChildEnv> {
|
|
7607
7631
|
static template: string;
|
|
7608
7632
|
static components: {
|
|
7609
7633
|
SelectionInput: typeof SelectionInput;
|
|
@@ -7632,13 +7656,13 @@ declare class ScorecardChartConfigPanel extends Component<Props$Q, SpreadsheetCh
|
|
|
7632
7656
|
}
|
|
7633
7657
|
|
|
7634
7658
|
type ColorPickerId = undefined | "backgroundColor" | "baselineColorUp" | "baselineColorDown";
|
|
7635
|
-
interface Props$
|
|
7659
|
+
interface Props$Q {
|
|
7636
7660
|
figureId: UID;
|
|
7637
7661
|
definition: ScorecardChartDefinition;
|
|
7638
7662
|
canUpdateChart: (figureID: UID, definition: Partial<ScorecardChartDefinition>) => DispatchResult;
|
|
7639
7663
|
updateChart: (figureId: UID, definition: Partial<ScorecardChartDefinition>) => DispatchResult;
|
|
7640
7664
|
}
|
|
7641
|
-
declare class ScorecardChartDesignPanel extends Component<Props$
|
|
7665
|
+
declare class ScorecardChartDesignPanel extends Component<Props$Q, SpreadsheetChildEnv> {
|
|
7642
7666
|
static template: string;
|
|
7643
7667
|
static components: {
|
|
7644
7668
|
GeneralDesignEditor: typeof GeneralDesignEditor;
|
|
@@ -7796,13 +7820,13 @@ interface EnrichedToken extends Token {
|
|
|
7796
7820
|
functionContext?: FunctionContext;
|
|
7797
7821
|
}
|
|
7798
7822
|
|
|
7799
|
-
interface Props$
|
|
7823
|
+
interface Props$P {
|
|
7800
7824
|
proposals: AutoCompleteProposal[];
|
|
7801
7825
|
selectedIndex: number | undefined;
|
|
7802
7826
|
onValueSelected: (value: string) => void;
|
|
7803
7827
|
onValueHovered: (index: string) => void;
|
|
7804
7828
|
}
|
|
7805
|
-
declare class TextValueProvider extends Component<Props$
|
|
7829
|
+
declare class TextValueProvider extends Component<Props$P> {
|
|
7806
7830
|
static template: string;
|
|
7807
7831
|
static props: {
|
|
7808
7832
|
proposals: ArrayConstructor;
|
|
@@ -7888,19 +7912,19 @@ declare class ContentEditableHelper {
|
|
|
7888
7912
|
getText(): string;
|
|
7889
7913
|
}
|
|
7890
7914
|
|
|
7891
|
-
interface Props$
|
|
7915
|
+
interface Props$O {
|
|
7892
7916
|
functionName: string;
|
|
7893
7917
|
functionDescription: FunctionDescription;
|
|
7894
7918
|
argToFocus: number;
|
|
7895
7919
|
}
|
|
7896
|
-
declare class FunctionDescriptionProvider extends Component<Props$
|
|
7920
|
+
declare class FunctionDescriptionProvider extends Component<Props$O, SpreadsheetChildEnv> {
|
|
7897
7921
|
static template: string;
|
|
7898
7922
|
static props: {
|
|
7899
7923
|
functionName: StringConstructor;
|
|
7900
7924
|
functionDescription: ObjectConstructor;
|
|
7901
7925
|
argToFocus: NumberConstructor;
|
|
7902
7926
|
};
|
|
7903
|
-
getContext(): Props$
|
|
7927
|
+
getContext(): Props$O;
|
|
7904
7928
|
get formulaArgSeparator(): string;
|
|
7905
7929
|
}
|
|
7906
7930
|
|
|
@@ -8259,18 +8283,18 @@ declare class ComposerFocusStore extends SpreadsheetStore {
|
|
|
8259
8283
|
activeComposer: ComposerInterface;
|
|
8260
8284
|
private _focusMode;
|
|
8261
8285
|
get focusMode(): ComposerFocusType;
|
|
8262
|
-
focusComposer(listener: ComposerInterface, args: Args):
|
|
8263
|
-
focusActiveComposer(args: Args):
|
|
8286
|
+
focusComposer(listener: ComposerInterface, args: Args): "noStateChange" | undefined;
|
|
8287
|
+
focusActiveComposer(args: Args): "noStateChange" | undefined;
|
|
8264
8288
|
/**
|
|
8265
8289
|
* Start the edition or update the content if it's already started.
|
|
8266
8290
|
*/
|
|
8267
8291
|
private setComposerContent;
|
|
8268
8292
|
}
|
|
8269
8293
|
|
|
8270
|
-
interface Props$
|
|
8294
|
+
interface Props$N {
|
|
8271
8295
|
figure: Figure;
|
|
8272
8296
|
}
|
|
8273
|
-
declare class ChartJsComponent extends Component<Props$
|
|
8297
|
+
declare class ChartJsComponent extends Component<Props$N, SpreadsheetChildEnv> {
|
|
8274
8298
|
static template: string;
|
|
8275
8299
|
static props: {
|
|
8276
8300
|
figure: ObjectConstructor;
|
|
@@ -8287,10 +8311,10 @@ declare class ChartJsComponent extends Component<Props$M, SpreadsheetChildEnv> {
|
|
|
8287
8311
|
private updateChartJs;
|
|
8288
8312
|
}
|
|
8289
8313
|
|
|
8290
|
-
interface Props$
|
|
8314
|
+
interface Props$M {
|
|
8291
8315
|
figure: Figure;
|
|
8292
8316
|
}
|
|
8293
|
-
declare class ScorecardChart extends Component<Props$
|
|
8317
|
+
declare class ScorecardChart extends Component<Props$M, SpreadsheetChildEnv> {
|
|
8294
8318
|
static template: string;
|
|
8295
8319
|
static props: {
|
|
8296
8320
|
figure: ObjectConstructor;
|
|
@@ -8303,7 +8327,7 @@ declare class ScorecardChart extends Component<Props$L, SpreadsheetChildEnv> {
|
|
|
8303
8327
|
}
|
|
8304
8328
|
|
|
8305
8329
|
type MenuItemOrSeparator = Action | "separator";
|
|
8306
|
-
interface Props$
|
|
8330
|
+
interface Props$L {
|
|
8307
8331
|
position: DOMCoordinates;
|
|
8308
8332
|
menuItems: Action[];
|
|
8309
8333
|
depth: number;
|
|
@@ -8322,7 +8346,7 @@ interface MenuState {
|
|
|
8322
8346
|
menuItems: Action[];
|
|
8323
8347
|
isHoveringChild?: boolean;
|
|
8324
8348
|
}
|
|
8325
|
-
declare class Menu extends Component<Props$
|
|
8349
|
+
declare class Menu extends Component<Props$L, SpreadsheetChildEnv> {
|
|
8326
8350
|
static template: string;
|
|
8327
8351
|
static props: {
|
|
8328
8352
|
position: ObjectConstructor;
|
|
@@ -8398,14 +8422,14 @@ declare class Menu extends Component<Props$K, SpreadsheetChildEnv> {
|
|
|
8398
8422
|
}
|
|
8399
8423
|
|
|
8400
8424
|
type ResizeAnchor = "top left" | "top" | "top right" | "right" | "bottom right" | "bottom" | "bottom left" | "left";
|
|
8401
|
-
interface Props$
|
|
8425
|
+
interface Props$K {
|
|
8402
8426
|
figure: Figure;
|
|
8403
8427
|
style: string;
|
|
8404
8428
|
onFigureDeleted: () => void;
|
|
8405
8429
|
onMouseDown: (ev: MouseEvent) => void;
|
|
8406
8430
|
onClickAnchor(dirX: ResizeDirection, dirY: ResizeDirection, ev: MouseEvent): void;
|
|
8407
8431
|
}
|
|
8408
|
-
declare class FigureComponent extends Component<Props$
|
|
8432
|
+
declare class FigureComponent extends Component<Props$K, SpreadsheetChildEnv> {
|
|
8409
8433
|
static template: string;
|
|
8410
8434
|
static props: {
|
|
8411
8435
|
figure: ObjectConstructor;
|
|
@@ -8454,11 +8478,11 @@ declare class FigureComponent extends Component<Props$J, SpreadsheetChildEnv> {
|
|
|
8454
8478
|
private openContextMenu;
|
|
8455
8479
|
}
|
|
8456
8480
|
|
|
8457
|
-
interface Props$
|
|
8481
|
+
interface Props$J {
|
|
8458
8482
|
figure: Figure;
|
|
8459
8483
|
onFigureDeleted: () => void;
|
|
8460
8484
|
}
|
|
8461
|
-
declare class ChartFigure extends Component<Props$
|
|
8485
|
+
declare class ChartFigure extends Component<Props$J, SpreadsheetChildEnv> {
|
|
8462
8486
|
static template: string;
|
|
8463
8487
|
static props: {
|
|
8464
8488
|
figure: ObjectConstructor;
|
|
@@ -8470,7 +8494,7 @@ declare class ChartFigure extends Component<Props$I, SpreadsheetChildEnv> {
|
|
|
8470
8494
|
get chartComponent(): new (...args: any) => Component;
|
|
8471
8495
|
}
|
|
8472
8496
|
|
|
8473
|
-
interface Props$
|
|
8497
|
+
interface Props$I {
|
|
8474
8498
|
isVisible: boolean;
|
|
8475
8499
|
position: Position;
|
|
8476
8500
|
}
|
|
@@ -8482,7 +8506,7 @@ interface State$8 {
|
|
|
8482
8506
|
position: Position;
|
|
8483
8507
|
handler: boolean;
|
|
8484
8508
|
}
|
|
8485
|
-
declare class Autofill extends Component<Props$
|
|
8509
|
+
declare class Autofill extends Component<Props$I, SpreadsheetChildEnv> {
|
|
8486
8510
|
static template: string;
|
|
8487
8511
|
static props: {
|
|
8488
8512
|
position: ObjectConstructor;
|
|
@@ -8516,7 +8540,7 @@ declare class ClientTag extends Component<ClientTagProps, SpreadsheetChildEnv> {
|
|
|
8516
8540
|
get tagStyle(): string;
|
|
8517
8541
|
}
|
|
8518
8542
|
|
|
8519
|
-
interface Props$
|
|
8543
|
+
interface Props$H {
|
|
8520
8544
|
gridDims: DOMDimension;
|
|
8521
8545
|
onInputContextMenu: (event: MouseEvent) => void;
|
|
8522
8546
|
}
|
|
@@ -8524,7 +8548,7 @@ interface Props$G {
|
|
|
8524
8548
|
* This component is a composer which positions itself on the grid at the anchor cell.
|
|
8525
8549
|
* It also applies the style of the cell to the composer input.
|
|
8526
8550
|
*/
|
|
8527
|
-
declare class GridComposer extends Component<Props$
|
|
8551
|
+
declare class GridComposer extends Component<Props$H, SpreadsheetChildEnv> {
|
|
8528
8552
|
static template: string;
|
|
8529
8553
|
static props: {
|
|
8530
8554
|
gridDims: ObjectConstructor;
|
|
@@ -8582,10 +8606,10 @@ declare class GridCellIcon extends Component<GridCellIconProps, SpreadsheetChild
|
|
|
8582
8606
|
isPositionVisible(position: CellPosition): boolean;
|
|
8583
8607
|
}
|
|
8584
8608
|
|
|
8585
|
-
interface Props$
|
|
8609
|
+
interface Props$G {
|
|
8586
8610
|
cellPosition: CellPosition;
|
|
8587
8611
|
}
|
|
8588
|
-
declare class DataValidationCheckbox extends Component<Props$
|
|
8612
|
+
declare class DataValidationCheckbox extends Component<Props$G, SpreadsheetChildEnv> {
|
|
8589
8613
|
static template: string;
|
|
8590
8614
|
static components: {
|
|
8591
8615
|
Checkbox: typeof Checkbox;
|
|
@@ -8598,10 +8622,10 @@ declare class DataValidationCheckbox extends Component<Props$F, SpreadsheetChild
|
|
|
8598
8622
|
get isDisabled(): boolean;
|
|
8599
8623
|
}
|
|
8600
8624
|
|
|
8601
|
-
interface Props$
|
|
8625
|
+
interface Props$F {
|
|
8602
8626
|
cellPosition: CellPosition;
|
|
8603
8627
|
}
|
|
8604
|
-
declare class DataValidationListIcon extends Component<Props$
|
|
8628
|
+
declare class DataValidationListIcon extends Component<Props$F, SpreadsheetChildEnv> {
|
|
8605
8629
|
static template: string;
|
|
8606
8630
|
static props: {
|
|
8607
8631
|
cellPosition: ObjectConstructor;
|
|
@@ -8631,7 +8655,7 @@ interface SnapLine<T extends HFigureAxisType | VFigureAxisType> {
|
|
|
8631
8655
|
}
|
|
8632
8656
|
|
|
8633
8657
|
type ContainerType = "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "dnd";
|
|
8634
|
-
interface Props$
|
|
8658
|
+
interface Props$E {
|
|
8635
8659
|
onFigureDeleted: () => void;
|
|
8636
8660
|
}
|
|
8637
8661
|
interface Container {
|
|
@@ -8711,7 +8735,7 @@ interface DndState {
|
|
|
8711
8735
|
* that occurred during the drag & drop, and to position the figure on the correct pane.
|
|
8712
8736
|
*
|
|
8713
8737
|
*/
|
|
8714
|
-
declare class FiguresContainer extends Component<Props$
|
|
8738
|
+
declare class FiguresContainer extends Component<Props$E, SpreadsheetChildEnv> {
|
|
8715
8739
|
static template: string;
|
|
8716
8740
|
static props: {
|
|
8717
8741
|
onFigureDeleted: FunctionConstructor;
|
|
@@ -8759,17 +8783,17 @@ declare class CellPopoverStore extends SpreadsheetStore {
|
|
|
8759
8783
|
};
|
|
8760
8784
|
handle(cmd: Command): void;
|
|
8761
8785
|
open({ col, row }: Position$1, type: CellPopoverType): void;
|
|
8762
|
-
close():
|
|
8786
|
+
close(): "noStateChange" | undefined;
|
|
8763
8787
|
get persistentCellPopover(): OpenCellPopover | ClosedCellPopover;
|
|
8764
8788
|
get isOpen(): boolean;
|
|
8765
8789
|
get cellPopover(): ClosedCellPopover | PositionedCellPopoverComponent;
|
|
8766
8790
|
private computePopoverAnchorRect;
|
|
8767
8791
|
}
|
|
8768
8792
|
|
|
8769
|
-
interface Props$
|
|
8793
|
+
interface Props$D {
|
|
8770
8794
|
cellPosition: CellPosition;
|
|
8771
8795
|
}
|
|
8772
|
-
declare class FilterIcon extends Component<Props$
|
|
8796
|
+
declare class FilterIcon extends Component<Props$D, SpreadsheetChildEnv> {
|
|
8773
8797
|
static template: string;
|
|
8774
8798
|
static props: {
|
|
8775
8799
|
cellPosition: ObjectConstructor;
|
|
@@ -8791,10 +8815,10 @@ declare class FilterIconsOverlay extends Component<{}, SpreadsheetChildEnv> {
|
|
|
8791
8815
|
getFilterHeadersPositions(): CellPosition[];
|
|
8792
8816
|
}
|
|
8793
8817
|
|
|
8794
|
-
interface Props$
|
|
8818
|
+
interface Props$C {
|
|
8795
8819
|
focusGrid: () => void;
|
|
8796
8820
|
}
|
|
8797
|
-
declare class GridAddRowsFooter extends Component<Props$
|
|
8821
|
+
declare class GridAddRowsFooter extends Component<Props$C, SpreadsheetChildEnv> {
|
|
8798
8822
|
static template: string;
|
|
8799
8823
|
static props: {
|
|
8800
8824
|
focusGrid: FunctionConstructor;
|
|
@@ -8818,7 +8842,7 @@ declare class GridAddRowsFooter extends Component<Props$B, SpreadsheetChildEnv>
|
|
|
8818
8842
|
private onExternalClick;
|
|
8819
8843
|
}
|
|
8820
8844
|
|
|
8821
|
-
interface Props$
|
|
8845
|
+
interface Props$B {
|
|
8822
8846
|
onCellHovered: (position: Partial<Position$1>) => void;
|
|
8823
8847
|
onCellDoubleClicked: (col: HeaderIndex, row: HeaderIndex) => void;
|
|
8824
8848
|
onCellClicked: (col: HeaderIndex, row: HeaderIndex, modifiers: GridClickModifiers) => void;
|
|
@@ -8828,7 +8852,7 @@ interface Props$A {
|
|
|
8828
8852
|
gridOverlayDimensions: string;
|
|
8829
8853
|
onFigureDeleted: () => void;
|
|
8830
8854
|
}
|
|
8831
|
-
declare class GridOverlay extends Component<Props$
|
|
8855
|
+
declare class GridOverlay extends Component<Props$B, SpreadsheetChildEnv> {
|
|
8832
8856
|
static template: string;
|
|
8833
8857
|
static props: {
|
|
8834
8858
|
onCellHovered: {
|
|
@@ -8886,12 +8910,12 @@ declare class GridOverlay extends Component<Props$A, SpreadsheetChildEnv> {
|
|
|
8886
8910
|
private getCartesianCoordinates;
|
|
8887
8911
|
}
|
|
8888
8912
|
|
|
8889
|
-
interface Props$
|
|
8913
|
+
interface Props$A {
|
|
8890
8914
|
gridRect: Rect;
|
|
8891
8915
|
onClosePopover: () => void;
|
|
8892
8916
|
onMouseWheel: (ev: WheelEvent) => void;
|
|
8893
8917
|
}
|
|
8894
|
-
declare class GridPopover extends Component<Props$
|
|
8918
|
+
declare class GridPopover extends Component<Props$A, SpreadsheetChildEnv> {
|
|
8895
8919
|
static template: string;
|
|
8896
8920
|
static props: {
|
|
8897
8921
|
onClosePopover: FunctionConstructor;
|
|
@@ -9036,13 +9060,13 @@ declare class HeadersOverlay extends Component<any, SpreadsheetChildEnv> {
|
|
|
9036
9060
|
}
|
|
9037
9061
|
|
|
9038
9062
|
type Orientation$1 = "n" | "s" | "w" | "e";
|
|
9039
|
-
interface Props$
|
|
9063
|
+
interface Props$z {
|
|
9040
9064
|
zone: Zone;
|
|
9041
9065
|
orientation: Orientation$1;
|
|
9042
9066
|
isMoving: boolean;
|
|
9043
9067
|
onMoveHighlight: (x: Pixel, y: Pixel) => void;
|
|
9044
9068
|
}
|
|
9045
|
-
declare class Border extends Component<Props$
|
|
9069
|
+
declare class Border extends Component<Props$z, SpreadsheetChildEnv> {
|
|
9046
9070
|
static template: string;
|
|
9047
9071
|
static props: {
|
|
9048
9072
|
zone: ObjectConstructor;
|
|
@@ -9055,14 +9079,14 @@ declare class Border extends Component<Props$y, SpreadsheetChildEnv> {
|
|
|
9055
9079
|
}
|
|
9056
9080
|
|
|
9057
9081
|
type Orientation = "nw" | "ne" | "sw" | "se";
|
|
9058
|
-
interface Props$
|
|
9082
|
+
interface Props$y {
|
|
9059
9083
|
zone: Zone;
|
|
9060
9084
|
color: Color;
|
|
9061
9085
|
orientation: Orientation;
|
|
9062
9086
|
isResizing: boolean;
|
|
9063
9087
|
onResizeHighlight: (isLeft: boolean, isRight: boolean) => void;
|
|
9064
9088
|
}
|
|
9065
|
-
declare class Corner extends Component<Props$
|
|
9089
|
+
declare class Corner extends Component<Props$y, SpreadsheetChildEnv> {
|
|
9066
9090
|
static template: string;
|
|
9067
9091
|
static props: {
|
|
9068
9092
|
zone: ObjectConstructor;
|
|
@@ -9077,14 +9101,14 @@ declare class Corner extends Component<Props$x, SpreadsheetChildEnv> {
|
|
|
9077
9101
|
onMouseDown(ev: MouseEvent): void;
|
|
9078
9102
|
}
|
|
9079
9103
|
|
|
9080
|
-
interface Props$
|
|
9104
|
+
interface Props$x {
|
|
9081
9105
|
zone: Zone;
|
|
9082
9106
|
color: Color;
|
|
9083
9107
|
}
|
|
9084
9108
|
interface HighlightState {
|
|
9085
9109
|
shiftingMode: "isMoving" | "isResizing" | "none";
|
|
9086
9110
|
}
|
|
9087
|
-
declare class Highlight extends Component<Props$
|
|
9111
|
+
declare class Highlight extends Component<Props$x, SpreadsheetChildEnv> {
|
|
9088
9112
|
static template: string;
|
|
9089
9113
|
static props: {
|
|
9090
9114
|
zone: ObjectConstructor;
|
|
@@ -9101,7 +9125,7 @@ declare class Highlight extends Component<Props$w, SpreadsheetChildEnv> {
|
|
|
9101
9125
|
|
|
9102
9126
|
type ScrollDirection = "horizontal" | "vertical";
|
|
9103
9127
|
|
|
9104
|
-
interface Props$
|
|
9128
|
+
interface Props$w {
|
|
9105
9129
|
width: Pixel;
|
|
9106
9130
|
height: Pixel;
|
|
9107
9131
|
direction: ScrollDirection;
|
|
@@ -9109,7 +9133,7 @@ interface Props$v {
|
|
|
9109
9133
|
offset: Pixel;
|
|
9110
9134
|
onScroll: (offset: Pixel) => void;
|
|
9111
9135
|
}
|
|
9112
|
-
declare class ScrollBar extends Component<Props$
|
|
9136
|
+
declare class ScrollBar extends Component<Props$w> {
|
|
9113
9137
|
static props: {
|
|
9114
9138
|
width: {
|
|
9115
9139
|
type: NumberConstructor;
|
|
@@ -9137,10 +9161,10 @@ declare class ScrollBar extends Component<Props$v> {
|
|
|
9137
9161
|
onScroll(ev: any): void;
|
|
9138
9162
|
}
|
|
9139
9163
|
|
|
9140
|
-
interface Props$
|
|
9164
|
+
interface Props$v {
|
|
9141
9165
|
leftOffset: number;
|
|
9142
9166
|
}
|
|
9143
|
-
declare class HorizontalScrollBar extends Component<Props$
|
|
9167
|
+
declare class HorizontalScrollBar extends Component<Props$v, SpreadsheetChildEnv> {
|
|
9144
9168
|
static props: {
|
|
9145
9169
|
leftOffset: {
|
|
9146
9170
|
type: NumberConstructor;
|
|
@@ -9166,10 +9190,10 @@ declare class HorizontalScrollBar extends Component<Props$u, SpreadsheetChildEnv
|
|
|
9166
9190
|
onScroll(offset: any): void;
|
|
9167
9191
|
}
|
|
9168
9192
|
|
|
9169
|
-
interface Props$
|
|
9193
|
+
interface Props$u {
|
|
9170
9194
|
topOffset: number;
|
|
9171
9195
|
}
|
|
9172
|
-
declare class VerticalScrollBar extends Component<Props$
|
|
9196
|
+
declare class VerticalScrollBar extends Component<Props$u, SpreadsheetChildEnv> {
|
|
9173
9197
|
static props: {
|
|
9174
9198
|
topOffset: {
|
|
9175
9199
|
type: NumberConstructor;
|
|
@@ -9195,13 +9219,13 @@ declare class VerticalScrollBar extends Component<Props$t, SpreadsheetChildEnv>
|
|
|
9195
9219
|
onScroll(offset: any): void;
|
|
9196
9220
|
}
|
|
9197
9221
|
|
|
9198
|
-
interface Props$
|
|
9222
|
+
interface Props$t {
|
|
9199
9223
|
table: Table;
|
|
9200
9224
|
}
|
|
9201
9225
|
interface State$7 {
|
|
9202
9226
|
highlightZone: Zone | undefined;
|
|
9203
9227
|
}
|
|
9204
|
-
declare class TableResizer extends Component<Props$
|
|
9228
|
+
declare class TableResizer extends Component<Props$t, SpreadsheetChildEnv> {
|
|
9205
9229
|
static template: string;
|
|
9206
9230
|
static props: {
|
|
9207
9231
|
table: ObjectConstructor;
|
|
@@ -9218,8 +9242,8 @@ declare class HoveredCellStore extends SpreadsheetStore {
|
|
|
9218
9242
|
col: number | undefined;
|
|
9219
9243
|
row: number | undefined;
|
|
9220
9244
|
handle(cmd: Command): void;
|
|
9221
|
-
hover(position: Position$1):
|
|
9222
|
-
clear():
|
|
9245
|
+
hover(position: Position$1): "noStateChange" | undefined;
|
|
9246
|
+
clear(): "noStateChange" | undefined;
|
|
9223
9247
|
}
|
|
9224
9248
|
|
|
9225
9249
|
/**
|
|
@@ -9233,10 +9257,10 @@ declare class HoveredCellStore extends SpreadsheetStore {
|
|
|
9233
9257
|
* - a vertical resizer (same, for rows)
|
|
9234
9258
|
*/
|
|
9235
9259
|
type ContextMenuType = "ROW" | "COL" | "CELL" | "FILTER" | "GROUP_HEADERS" | "UNGROUP_HEADERS";
|
|
9236
|
-
interface Props$
|
|
9260
|
+
interface Props$s {
|
|
9237
9261
|
exposeFocus: (focus: () => void) => void;
|
|
9238
9262
|
}
|
|
9239
|
-
declare class Grid extends Component<Props$
|
|
9263
|
+
declare class Grid extends Component<Props$s, SpreadsheetChildEnv> {
|
|
9240
9264
|
static template: string;
|
|
9241
9265
|
static props: {
|
|
9242
9266
|
exposeFocus: FunctionConstructor;
|
|
@@ -9345,7 +9369,7 @@ declare class MainChartPanelStore extends SpreadsheetStore {
|
|
|
9345
9369
|
private getChartDefinitionFromContextCreation;
|
|
9346
9370
|
}
|
|
9347
9371
|
|
|
9348
|
-
interface Props$
|
|
9372
|
+
interface Props$r {
|
|
9349
9373
|
figureId: UID;
|
|
9350
9374
|
chartPanelStore: MainChartPanelStore;
|
|
9351
9375
|
}
|
|
@@ -9353,7 +9377,7 @@ interface ChartTypePickerState {
|
|
|
9353
9377
|
popoverProps: PopoverProps | undefined;
|
|
9354
9378
|
popoverStyle: string;
|
|
9355
9379
|
}
|
|
9356
|
-
declare class ChartTypePicker extends Component<Props$
|
|
9380
|
+
declare class ChartTypePicker extends Component<Props$r, SpreadsheetChildEnv> {
|
|
9357
9381
|
static template: string;
|
|
9358
9382
|
static components: {
|
|
9359
9383
|
Section: typeof Section;
|
|
@@ -9388,11 +9412,11 @@ declare class ChartTypePicker extends Component<Props$q, SpreadsheetChildEnv> {
|
|
|
9388
9412
|
private closePopover;
|
|
9389
9413
|
}
|
|
9390
9414
|
|
|
9391
|
-
interface Props$
|
|
9415
|
+
interface Props$q {
|
|
9392
9416
|
onCloseSidePanel: () => void;
|
|
9393
9417
|
figureId: UID;
|
|
9394
9418
|
}
|
|
9395
|
-
declare class ChartPanel extends Component<Props$
|
|
9419
|
+
declare class ChartPanel extends Component<Props$q, SpreadsheetChildEnv> {
|
|
9396
9420
|
static template: string;
|
|
9397
9421
|
static components: {
|
|
9398
9422
|
Section: typeof Section;
|
|
@@ -9412,13 +9436,13 @@ declare class ChartPanel extends Component<Props$p, SpreadsheetChildEnv> {
|
|
|
9412
9436
|
private getChartDefinition;
|
|
9413
9437
|
}
|
|
9414
9438
|
|
|
9415
|
-
interface Props$
|
|
9439
|
+
interface Props$p {
|
|
9416
9440
|
figureId: UID;
|
|
9417
9441
|
definition: PieChartDefinition;
|
|
9418
9442
|
canUpdateChart: (figureID: UID, definition: Partial<PieChartDefinition>) => DispatchResult;
|
|
9419
9443
|
updateChart: (figureId: UID, definition: Partial<PieChartDefinition>) => DispatchResult;
|
|
9420
9444
|
}
|
|
9421
|
-
declare class PieChartDesignPanel extends Component<Props$
|
|
9445
|
+
declare class PieChartDesignPanel extends Component<Props$p, SpreadsheetChildEnv> {
|
|
9422
9446
|
static template: string;
|
|
9423
9447
|
static components: {
|
|
9424
9448
|
GeneralDesignEditor: typeof GeneralDesignEditor;
|
|
@@ -9437,10 +9461,10 @@ declare class PieChartDesignPanel extends Component<Props$o, SpreadsheetChildEnv
|
|
|
9437
9461
|
updateLegendPosition(ev: any): void;
|
|
9438
9462
|
}
|
|
9439
9463
|
|
|
9440
|
-
interface Props$
|
|
9464
|
+
interface Props$o {
|
|
9441
9465
|
items: ActionSpec[];
|
|
9442
9466
|
}
|
|
9443
|
-
declare class CogWheelMenu extends Component<Props$
|
|
9467
|
+
declare class CogWheelMenu extends Component<Props$o, SpreadsheetChildEnv> {
|
|
9444
9468
|
static template: string;
|
|
9445
9469
|
static components: {
|
|
9446
9470
|
Menu: typeof Menu;
|
|
@@ -9524,12 +9548,12 @@ declare class FindAndReplaceStore extends SpreadsheetStore implements HighlightP
|
|
|
9524
9548
|
|
|
9525
9549
|
/** @odoo-module */
|
|
9526
9550
|
|
|
9527
|
-
interface Props$
|
|
9551
|
+
interface Props$n {
|
|
9528
9552
|
name: string;
|
|
9529
9553
|
displayName: string;
|
|
9530
9554
|
onChanged: (name: string) => void;
|
|
9531
9555
|
}
|
|
9532
|
-
declare class EditableName extends Component<Props$
|
|
9556
|
+
declare class EditableName extends Component<Props$n, SpreadsheetChildEnv> {
|
|
9533
9557
|
static template: string;
|
|
9534
9558
|
static props: {
|
|
9535
9559
|
name: StringConstructor;
|
|
@@ -9542,14 +9566,14 @@ declare class EditableName extends Component<Props$m, SpreadsheetChildEnv> {
|
|
|
9542
9566
|
save(): void;
|
|
9543
9567
|
}
|
|
9544
9568
|
|
|
9545
|
-
interface Props$
|
|
9569
|
+
interface Props$m {
|
|
9546
9570
|
deferUpdate: boolean;
|
|
9547
9571
|
isDirty: boolean;
|
|
9548
9572
|
toggleDeferUpdate: (value: boolean) => void;
|
|
9549
9573
|
discard: () => void;
|
|
9550
9574
|
apply: () => void;
|
|
9551
9575
|
}
|
|
9552
|
-
declare class PivotDeferUpdate extends Component<Props$
|
|
9576
|
+
declare class PivotDeferUpdate extends Component<Props$m, SpreadsheetChildEnv> {
|
|
9553
9577
|
static template: string;
|
|
9554
9578
|
static props: {
|
|
9555
9579
|
deferUpdate: BooleanConstructor;
|
|
@@ -9566,11 +9590,11 @@ declare class PivotDeferUpdate extends Component<Props$l, SpreadsheetChildEnv> {
|
|
|
9566
9590
|
get deferUpdatesTooltip(): string;
|
|
9567
9591
|
}
|
|
9568
9592
|
|
|
9569
|
-
interface Props$
|
|
9593
|
+
interface Props$l {
|
|
9570
9594
|
onFieldPicked: (field: string) => void;
|
|
9571
9595
|
fields: PivotField[];
|
|
9572
9596
|
}
|
|
9573
|
-
declare class AddDimensionButton extends Component<Props$
|
|
9597
|
+
declare class AddDimensionButton extends Component<Props$l, SpreadsheetChildEnv> {
|
|
9574
9598
|
static template: string;
|
|
9575
9599
|
static components: {
|
|
9576
9600
|
Popover: typeof Popover;
|
|
@@ -9606,14 +9630,14 @@ declare class AddDimensionButton extends Component<Props$k, SpreadsheetChildEnv>
|
|
|
9606
9630
|
onKeyDown(ev: KeyboardEvent): void;
|
|
9607
9631
|
}
|
|
9608
9632
|
|
|
9609
|
-
interface Props$
|
|
9633
|
+
interface Props$k {
|
|
9610
9634
|
value: string;
|
|
9611
9635
|
onChange: (value: string) => void;
|
|
9612
9636
|
class?: string;
|
|
9613
9637
|
id?: string;
|
|
9614
9638
|
placeholder?: string;
|
|
9615
9639
|
}
|
|
9616
|
-
declare class TextInput extends Component<Props$
|
|
9640
|
+
declare class TextInput extends Component<Props$k, SpreadsheetChildEnv> {
|
|
9617
9641
|
static template: string;
|
|
9618
9642
|
static props: {
|
|
9619
9643
|
value: StringConstructor;
|
|
@@ -9639,13 +9663,13 @@ declare class TextInput extends Component<Props$j, SpreadsheetChildEnv> {
|
|
|
9639
9663
|
onMouseUp(ev: MouseEvent): void;
|
|
9640
9664
|
}
|
|
9641
9665
|
|
|
9642
|
-
interface Props$
|
|
9666
|
+
interface Props$j {
|
|
9643
9667
|
dimension: PivotCoreDimension | PivotCoreMeasure;
|
|
9644
9668
|
onRemoved: (dimension: PivotCoreDimension | PivotCoreMeasure) => void;
|
|
9645
9669
|
onNameUpdated?: (dimension: PivotCoreDimension | PivotCoreMeasure, name?: string) => void;
|
|
9646
9670
|
type: "row" | "col" | "measure";
|
|
9647
9671
|
}
|
|
9648
|
-
declare class PivotDimension extends Component<Props$
|
|
9672
|
+
declare class PivotDimension extends Component<Props$j, SpreadsheetChildEnv> {
|
|
9649
9673
|
static template: string;
|
|
9650
9674
|
static props: {
|
|
9651
9675
|
dimension: ObjectConstructor;
|
|
@@ -9669,13 +9693,13 @@ declare class PivotDimension extends Component<Props$i, SpreadsheetChildEnv> {
|
|
|
9669
9693
|
updateName(name: string): void;
|
|
9670
9694
|
}
|
|
9671
9695
|
|
|
9672
|
-
interface Props$
|
|
9696
|
+
interface Props$i {
|
|
9673
9697
|
dimension: PivotDimension$1;
|
|
9674
9698
|
onUpdated: (dimension: PivotDimension$1, ev: InputEvent) => void;
|
|
9675
9699
|
availableGranularities: Set<string>;
|
|
9676
9700
|
allGranularities: string[];
|
|
9677
9701
|
}
|
|
9678
|
-
declare class PivotDimensionGranularity extends Component<Props$
|
|
9702
|
+
declare class PivotDimensionGranularity extends Component<Props$i, SpreadsheetChildEnv> {
|
|
9679
9703
|
static template: string;
|
|
9680
9704
|
static props: {
|
|
9681
9705
|
dimension: ObjectConstructor;
|
|
@@ -9700,11 +9724,11 @@ declare class PivotDimensionGranularity extends Component<Props$h, SpreadsheetCh
|
|
|
9700
9724
|
};
|
|
9701
9725
|
}
|
|
9702
9726
|
|
|
9703
|
-
interface Props$
|
|
9727
|
+
interface Props$h {
|
|
9704
9728
|
dimension: PivotDimension$1;
|
|
9705
9729
|
onUpdated: (dimension: PivotDimension$1, ev: InputEvent) => void;
|
|
9706
9730
|
}
|
|
9707
|
-
declare class PivotDimensionOrder extends Component<Props$
|
|
9731
|
+
declare class PivotDimensionOrder extends Component<Props$h, SpreadsheetChildEnv> {
|
|
9708
9732
|
static template: string;
|
|
9709
9733
|
static props: {
|
|
9710
9734
|
dimension: ObjectConstructor;
|
|
@@ -9739,7 +9763,7 @@ declare function createPivotFormula(formulaId: string, cell: PivotTableCell): st
|
|
|
9739
9763
|
*/
|
|
9740
9764
|
declare function toNormalizedPivotValue(dimension: Pick<PivotDimension$1, "type" | "displayName" | "granularity">, groupValue: any): CellValue;
|
|
9741
9765
|
|
|
9742
|
-
interface Props$
|
|
9766
|
+
interface Props$g {
|
|
9743
9767
|
onConfirm: (content: string) => void;
|
|
9744
9768
|
composerContent: string;
|
|
9745
9769
|
defaultRangeSheetId: UID;
|
|
@@ -9748,7 +9772,7 @@ interface Props$f {
|
|
|
9748
9772
|
class?: string;
|
|
9749
9773
|
invalid?: boolean;
|
|
9750
9774
|
}
|
|
9751
|
-
declare class StandaloneComposer extends Component<Props$
|
|
9775
|
+
declare class StandaloneComposer extends Component<Props$g, SpreadsheetChildEnv> {
|
|
9752
9776
|
static template: string;
|
|
9753
9777
|
static props: {
|
|
9754
9778
|
composerContent: {
|
|
@@ -9794,7 +9818,7 @@ declare class StandaloneComposer extends Component<Props$f, SpreadsheetChildEnv>
|
|
|
9794
9818
|
onFocus(selection: ComposerSelection): void;
|
|
9795
9819
|
}
|
|
9796
9820
|
|
|
9797
|
-
interface Props$
|
|
9821
|
+
interface Props$f {
|
|
9798
9822
|
pivotId: string;
|
|
9799
9823
|
definition: PivotRuntimeDefinition;
|
|
9800
9824
|
measure: PivotMeasure;
|
|
@@ -9802,7 +9826,7 @@ interface Props$e {
|
|
|
9802
9826
|
onRemoved: () => void;
|
|
9803
9827
|
generateMeasureId: (fieldName: string, aggregator?: string) => string;
|
|
9804
9828
|
}
|
|
9805
|
-
declare class PivotMeasureEditor extends Component<Props$
|
|
9829
|
+
declare class PivotMeasureEditor extends Component<Props$f> {
|
|
9806
9830
|
static template: string;
|
|
9807
9831
|
static components: {
|
|
9808
9832
|
PivotDimension: typeof PivotDimension;
|
|
@@ -9825,7 +9849,7 @@ declare class PivotMeasureEditor extends Component<Props$e> {
|
|
|
9825
9849
|
openShowValuesAs(): void;
|
|
9826
9850
|
}
|
|
9827
9851
|
|
|
9828
|
-
interface Props$
|
|
9852
|
+
interface Props$e {
|
|
9829
9853
|
definition: PivotRuntimeDefinition;
|
|
9830
9854
|
onDimensionsUpdated: (definition: Partial<PivotCoreDefinition>) => void;
|
|
9831
9855
|
unusedGroupableFields: PivotField[];
|
|
@@ -9836,7 +9860,7 @@ interface Props$d {
|
|
|
9836
9860
|
getScrollableContainerEl?: () => HTMLElement;
|
|
9837
9861
|
pivotId: UID;
|
|
9838
9862
|
}
|
|
9839
|
-
declare class PivotLayoutConfigurator extends Component<Props$
|
|
9863
|
+
declare class PivotLayoutConfigurator extends Component<Props$e, SpreadsheetChildEnv> {
|
|
9840
9864
|
static template: string;
|
|
9841
9865
|
static components: {
|
|
9842
9866
|
AddDimensionButton: typeof AddDimensionButton;
|
|
@@ -9920,11 +9944,11 @@ declare class PivotSidePanelStore extends SpreadsheetStore {
|
|
|
9920
9944
|
private getUnusedGranularities;
|
|
9921
9945
|
}
|
|
9922
9946
|
|
|
9923
|
-
interface Props$
|
|
9947
|
+
interface Props$d {
|
|
9924
9948
|
pivotId: UID;
|
|
9925
9949
|
flipAxis: () => void;
|
|
9926
9950
|
}
|
|
9927
|
-
declare class PivotTitleSection extends Component<Props$
|
|
9951
|
+
declare class PivotTitleSection extends Component<Props$d, SpreadsheetChildEnv> {
|
|
9928
9952
|
static template: string;
|
|
9929
9953
|
static components: {
|
|
9930
9954
|
CogWheelMenu: typeof CogWheelMenu;
|
|
@@ -10087,6 +10111,90 @@ declare function getFirstPivotFunction(tokens: Token[]): {
|
|
|
10087
10111
|
*/
|
|
10088
10112
|
declare function getNumberOfPivotFunctions(tokens: Token[]): number;
|
|
10089
10113
|
|
|
10114
|
+
interface PivotDialogColumn {
|
|
10115
|
+
formula: string;
|
|
10116
|
+
value: string;
|
|
10117
|
+
isMissing: boolean;
|
|
10118
|
+
style?: string;
|
|
10119
|
+
span: number;
|
|
10120
|
+
}
|
|
10121
|
+
interface PivotDialogRow {
|
|
10122
|
+
formula: string;
|
|
10123
|
+
value: string;
|
|
10124
|
+
isMissing: boolean;
|
|
10125
|
+
style?: string;
|
|
10126
|
+
}
|
|
10127
|
+
interface PivotDialogValue {
|
|
10128
|
+
formula: string;
|
|
10129
|
+
value: string;
|
|
10130
|
+
isMissing: boolean;
|
|
10131
|
+
}
|
|
10132
|
+
interface Props$c {
|
|
10133
|
+
pivotId: UID;
|
|
10134
|
+
onCellClicked: (formula: string) => void;
|
|
10135
|
+
}
|
|
10136
|
+
interface TableData {
|
|
10137
|
+
columns: PivotDialogColumn[][];
|
|
10138
|
+
rows: PivotDialogRow[];
|
|
10139
|
+
values: PivotDialogValue[][];
|
|
10140
|
+
}
|
|
10141
|
+
declare class PivotHTMLRenderer extends Component<Props$c, SpreadsheetChildEnv> {
|
|
10142
|
+
static template: string;
|
|
10143
|
+
static components: {
|
|
10144
|
+
Checkbox: typeof Checkbox;
|
|
10145
|
+
};
|
|
10146
|
+
static props: {
|
|
10147
|
+
pivotId: StringConstructor;
|
|
10148
|
+
onCellClicked: FunctionConstructor;
|
|
10149
|
+
};
|
|
10150
|
+
private pivot;
|
|
10151
|
+
data: TableData;
|
|
10152
|
+
private state;
|
|
10153
|
+
setup(): void;
|
|
10154
|
+
get tracker(): PivotPresenceTracker | undefined;
|
|
10155
|
+
/**
|
|
10156
|
+
* Retrieve the data to display in the Pivot Table
|
|
10157
|
+
* In the case when showMissingValuesOnly is false, the returned value
|
|
10158
|
+
* is the complete data
|
|
10159
|
+
* In the case when showMissingValuesOnly is true, the returned value is
|
|
10160
|
+
* the data which contains only missing values in the rows and cols. In
|
|
10161
|
+
* the rows, we also return the parent rows of rows which contains missing
|
|
10162
|
+
* values, to give context to the user.
|
|
10163
|
+
*
|
|
10164
|
+
*/
|
|
10165
|
+
getTableData(): TableData;
|
|
10166
|
+
/**
|
|
10167
|
+
* Retrieve the parents of the given row
|
|
10168
|
+
* ex:
|
|
10169
|
+
* Australia
|
|
10170
|
+
* January
|
|
10171
|
+
* February
|
|
10172
|
+
* The parent of "January" is "Australia"
|
|
10173
|
+
*/
|
|
10174
|
+
private addRecursiveRow;
|
|
10175
|
+
/**
|
|
10176
|
+
* Create the columns to be used, based on the indexes of the columns in
|
|
10177
|
+
* which a missing value is present
|
|
10178
|
+
*
|
|
10179
|
+
*/
|
|
10180
|
+
private buildColumnsMissing;
|
|
10181
|
+
/**
|
|
10182
|
+
* Create the rows to be used, based on the indexes of the rows in
|
|
10183
|
+
* which a missing value is present.
|
|
10184
|
+
*/
|
|
10185
|
+
private buildRowsMissing;
|
|
10186
|
+
/**
|
|
10187
|
+
* Create the value to be used, based on the indexes of the columns and
|
|
10188
|
+
* rows in which a missing value is present.
|
|
10189
|
+
*/
|
|
10190
|
+
private buildValuesMissing;
|
|
10191
|
+
private getColumnsIndexes;
|
|
10192
|
+
private getRowsIndexes;
|
|
10193
|
+
_buildColHeaders(id: UID, table: SpreadsheetPivotTable): PivotDialogColumn[][];
|
|
10194
|
+
_buildRowHeaders(id: UID, table: SpreadsheetPivotTable): PivotDialogRow[];
|
|
10195
|
+
_buildValues(id: UID, table: SpreadsheetPivotTable): PivotDialogValue[][];
|
|
10196
|
+
}
|
|
10197
|
+
|
|
10090
10198
|
declare class PivotMeasureDisplayPanelStore extends SpreadsheetStore {
|
|
10091
10199
|
private pivotId;
|
|
10092
10200
|
private initialMeasure;
|
|
@@ -10170,11 +10278,11 @@ interface Renderer {
|
|
|
10170
10278
|
renderingLayers: Readonly<LayerName[]>;
|
|
10171
10279
|
}
|
|
10172
10280
|
declare class RendererStore {
|
|
10173
|
-
mutators: readonly ["register", "unRegister"];
|
|
10281
|
+
mutators: readonly ["register", "unRegister", "drawLayer"];
|
|
10174
10282
|
private renderers;
|
|
10175
10283
|
register(renderer: Renderer): void;
|
|
10176
10284
|
unRegister(renderer: Renderer): void;
|
|
10177
|
-
drawLayer(context: GridRenderingContext, layer: LayerName):
|
|
10285
|
+
drawLayer(context: GridRenderingContext, layer: LayerName): string;
|
|
10178
10286
|
}
|
|
10179
10287
|
|
|
10180
10288
|
interface RippleProps {
|
|
@@ -11189,7 +11297,7 @@ declare const registries: {
|
|
|
11189
11297
|
clipboardHandlersRegistries: {
|
|
11190
11298
|
figureHandlers: Registry<{
|
|
11191
11299
|
new (getters: Getters, dispatch: {
|
|
11192
|
-
<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" | "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, {
|
|
11300
|
+
<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" | "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, {
|
|
11193
11301
|
type: T;
|
|
11194
11302
|
}> | Extract<UpdateCellPositionCommand, {
|
|
11195
11303
|
type: T;
|
|
@@ -11417,8 +11525,12 @@ declare const registries: {
|
|
|
11417
11525
|
type: T;
|
|
11418
11526
|
}> | Extract<PaintFormat, {
|
|
11419
11527
|
type: T;
|
|
11528
|
+
}> | Extract<PivotStartPresenceTracking, {
|
|
11529
|
+
type: T;
|
|
11530
|
+
}> | Extract<PivotStopPresenceTracking, {
|
|
11531
|
+
type: T;
|
|
11420
11532
|
}>>(type: {} extends Omit<C, "type"> ? T : never): DispatchResult;
|
|
11421
|
-
<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" | "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, {
|
|
11533
|
+
<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" | "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, {
|
|
11422
11534
|
type: T_1;
|
|
11423
11535
|
}> | Extract<UpdateCellPositionCommand, {
|
|
11424
11536
|
type: T_1;
|
|
@@ -11646,12 +11758,16 @@ declare const registries: {
|
|
|
11646
11758
|
type: T_1;
|
|
11647
11759
|
}> | Extract<PaintFormat, {
|
|
11648
11760
|
type: T_1;
|
|
11761
|
+
}> | Extract<PivotStartPresenceTracking, {
|
|
11762
|
+
type: T_1;
|
|
11763
|
+
}> | Extract<PivotStopPresenceTracking, {
|
|
11764
|
+
type: T_1;
|
|
11649
11765
|
}>>(type: T_1, r: Omit<C_1, "type">): DispatchResult;
|
|
11650
11766
|
}): AbstractFigureClipboardHandler<any>;
|
|
11651
11767
|
}>;
|
|
11652
11768
|
cellHandlers: Registry<{
|
|
11653
11769
|
new (getters: Getters, dispatch: {
|
|
11654
|
-
<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" | "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, {
|
|
11770
|
+
<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" | "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, {
|
|
11655
11771
|
type: T;
|
|
11656
11772
|
}> | Extract<UpdateCellPositionCommand, {
|
|
11657
11773
|
type: T;
|
|
@@ -11879,8 +11995,12 @@ declare const registries: {
|
|
|
11879
11995
|
type: T;
|
|
11880
11996
|
}> | Extract<PaintFormat, {
|
|
11881
11997
|
type: T;
|
|
11998
|
+
}> | Extract<PivotStartPresenceTracking, {
|
|
11999
|
+
type: T;
|
|
12000
|
+
}> | Extract<PivotStopPresenceTracking, {
|
|
12001
|
+
type: T;
|
|
11882
12002
|
}>>(type: {} extends Omit<C, "type"> ? T : never): DispatchResult;
|
|
11883
|
-
<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" | "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, {
|
|
12003
|
+
<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" | "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, {
|
|
11884
12004
|
type: T_1;
|
|
11885
12005
|
}> | Extract<UpdateCellPositionCommand, {
|
|
11886
12006
|
type: T_1;
|
|
@@ -12108,6 +12228,10 @@ declare const registries: {
|
|
|
12108
12228
|
type: T_1;
|
|
12109
12229
|
}> | Extract<PaintFormat, {
|
|
12110
12230
|
type: T_1;
|
|
12231
|
+
}> | Extract<PivotStartPresenceTracking, {
|
|
12232
|
+
type: T_1;
|
|
12233
|
+
}> | Extract<PivotStopPresenceTracking, {
|
|
12234
|
+
type: T_1;
|
|
12111
12235
|
}>>(type: T_1, r: Omit<C_1, "type">): DispatchResult;
|
|
12112
12236
|
}): AbstractCellClipboardHandler<any, any>;
|
|
12113
12237
|
}>;
|
|
@@ -12229,6 +12353,7 @@ declare const components: {
|
|
|
12229
12353
|
PivotDimensionOrder: typeof PivotDimensionOrder;
|
|
12230
12354
|
PivotDimension: typeof PivotDimension;
|
|
12231
12355
|
PivotLayoutConfigurator: typeof PivotLayoutConfigurator;
|
|
12356
|
+
PivotHTMLRenderer: typeof PivotHTMLRenderer;
|
|
12232
12357
|
EditableName: typeof EditableName;
|
|
12233
12358
|
PivotDeferUpdate: typeof PivotDeferUpdate;
|
|
12234
12359
|
PivotTitleSection: typeof PivotTitleSection;
|
|
@@ -12312,4 +12437,4 @@ declare const constants: {
|
|
|
12312
12437
|
};
|
|
12313
12438
|
};
|
|
12314
12439
|
|
|
12315
|
-
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, CellData, CellErrorType, CellIsRule, CellPosition, CellValue, CellValueType, ChangeType, ChartCreationContext, ChartDefinition, ChartJSRuntime, ChartRuntime, ChartType, ChartWithAxisDefinition, 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, EvaluatedCell, EvaluationError, ExcelCellData, 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, 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, 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, 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 };
|
|
12440
|
+
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, CellData, CellErrorType, CellIsRule, CellPosition, CellValue, CellValueType, ChangeType, ChartCreationContext, ChartDefinition, ChartJSRuntime, ChartRuntime, ChartType, ChartWithAxisDefinition, 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, EvaluatedCell, EvaluationError, ExcelCellData, 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, 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, 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, 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 };
|