@odoo/o-spreadsheet 18.0.26 → 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 +580 -81
- package/dist/o-spreadsheet.d.ts +271 -144
- package/dist/o-spreadsheet.esm.js +580 -81
- package/dist/o-spreadsheet.iife.js +580 -81
- package/dist/o-spreadsheet.iife.min.js +405 -369
- package/dist/o_spreadsheet.xml +64 -16
- 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;
|
|
@@ -2059,6 +2059,7 @@ interface DeleteSheetCommand extends SheetDependentCommand {
|
|
|
2059
2059
|
interface DuplicateSheetCommand extends SheetDependentCommand {
|
|
2060
2060
|
type: "DUPLICATE_SHEET";
|
|
2061
2061
|
sheetIdTo: UID;
|
|
2062
|
+
sheetNameTo: string;
|
|
2062
2063
|
}
|
|
2063
2064
|
interface MoveSheetCommand extends SheetDependentCommand {
|
|
2064
2065
|
type: "MOVE_SHEET";
|
|
@@ -2513,6 +2514,13 @@ interface SplitPivotFormulaCommand extends PositionDependentCommand {
|
|
|
2513
2514
|
interface PaintFormat extends TargetDependentCommand {
|
|
2514
2515
|
type: "PAINT_FORMAT";
|
|
2515
2516
|
}
|
|
2517
|
+
interface PivotStartPresenceTracking {
|
|
2518
|
+
type: "PIVOT_START_PRESENCE_TRACKING";
|
|
2519
|
+
pivotId: UID;
|
|
2520
|
+
}
|
|
2521
|
+
interface PivotStopPresenceTracking {
|
|
2522
|
+
type: "PIVOT_STOP_PRESENCE_TRACKING";
|
|
2523
|
+
}
|
|
2516
2524
|
type CoreCommand =
|
|
2517
2525
|
/** CELLS */
|
|
2518
2526
|
UpdateCellCommand | UpdateCellPositionCommand | ClearCellCommand | ClearCellsCommand | DeleteContentCommand
|
|
@@ -2544,7 +2552,7 @@ UpdateCellCommand | UpdateCellPositionCommand | ClearCellCommand | ClearCellsCom
|
|
|
2544
2552
|
| UpdateLocaleCommand
|
|
2545
2553
|
/** PIVOT */
|
|
2546
2554
|
| AddPivotCommand | UpdatePivotCommand | InsertPivotCommand | RenamePivotCommand | RemovePivotCommand | DuplicatePivotCommand;
|
|
2547
|
-
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;
|
|
2548
2556
|
type Command = CoreCommand | LocalCommand;
|
|
2549
2557
|
/**
|
|
2550
2558
|
* Holds the result of a command dispatch.
|
|
@@ -4314,7 +4322,7 @@ interface SheetState {
|
|
|
4314
4322
|
readonly cellPosition: Record<UID, CellPosition | undefined>;
|
|
4315
4323
|
}
|
|
4316
4324
|
declare class SheetPlugin extends CorePlugin<SheetState> implements SheetState {
|
|
4317
|
-
static getters: readonly ["getSheetName", "tryGetSheetName", "getSheet", "tryGetSheet", "getSheetIdByName", "getSheetIds", "getVisibleSheetIds", "isSheetVisible", "doesHeaderExist", "doesHeadersExist", "getCell", "getCellPosition", "getColsZone", "getRowCells", "getRowsZone", "getNumberCols", "getNumberRows", "getNumberHeaders", "getGridLinesVisibility", "getNextSheetName", "getSheetSize", "getSheetZone", "getPaneDivisions", "checkZonesExistInSheet", "getCommandZones", "getUnboundedZone", "checkElementsIncludeAllNonFrozenHeaders"];
|
|
4325
|
+
static getters: readonly ["getSheetName", "tryGetSheetName", "getSheet", "tryGetSheet", "getSheetIdByName", "getSheetIds", "getVisibleSheetIds", "isSheetVisible", "doesHeaderExist", "doesHeadersExist", "getCell", "getCellPosition", "getColsZone", "getRowCells", "getRowsZone", "getNumberCols", "getNumberRows", "getNumberHeaders", "getGridLinesVisibility", "getNextSheetName", "getSheetSize", "getSheetZone", "getPaneDivisions", "checkZonesExistInSheet", "getCommandZones", "getUnboundedZone", "checkElementsIncludeAllNonFrozenHeaders", "getDuplicateSheetName"];
|
|
4318
4326
|
readonly sheetIdsMapName: Record<string, UID | undefined>;
|
|
4319
4327
|
readonly orderedSheetIds: UID[];
|
|
4320
4328
|
readonly sheets: Record<UID, Sheet | undefined>;
|
|
@@ -4391,7 +4399,7 @@ declare class SheetPlugin extends CorePlugin<SheetState> implements SheetState {
|
|
|
4391
4399
|
private hideSheet;
|
|
4392
4400
|
private showSheet;
|
|
4393
4401
|
private duplicateSheet;
|
|
4394
|
-
|
|
4402
|
+
getDuplicateSheetName(sheetName: string): string;
|
|
4395
4403
|
private deleteSheet;
|
|
4396
4404
|
/**
|
|
4397
4405
|
* Delete column. This requires a lot of handling:
|
|
@@ -5170,6 +5178,23 @@ declare class HistoryPlugin extends UIPlugin {
|
|
|
5170
5178
|
private getPossibleRevisionToRepeat;
|
|
5171
5179
|
}
|
|
5172
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
|
+
|
|
5173
5198
|
declare class SortPlugin extends UIPlugin {
|
|
5174
5199
|
allowDispatch(cmd: LocalCommand): CommandResult | CommandResult[];
|
|
5175
5200
|
handle(cmd: Command): void;
|
|
@@ -5373,7 +5398,7 @@ type CoreGetters = PluginGetters<typeof SheetPlugin> & PluginGetters<typeof Head
|
|
|
5373
5398
|
type Getters = {
|
|
5374
5399
|
isReadonly: () => boolean;
|
|
5375
5400
|
isDashboard: () => boolean;
|
|
5376
|
-
} & 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>;
|
|
5377
5402
|
|
|
5378
5403
|
type ArgType = "ANY" | "BOOLEAN" | "NUMBER" | "STRING" | "DATE" | "RANGE" | "RANGE<BOOLEAN>" | "RANGE<NUMBER>" | "RANGE<DATE>" | "RANGE<STRING>" | "RANGE<ANY>" | "META";
|
|
5379
5404
|
interface ArgDefinition {
|
|
@@ -6574,7 +6599,7 @@ interface ChartSubtypeProperties {
|
|
|
6574
6599
|
preview: string;
|
|
6575
6600
|
}
|
|
6576
6601
|
|
|
6577
|
-
interface Props$
|
|
6602
|
+
interface Props$17 {
|
|
6578
6603
|
label?: string;
|
|
6579
6604
|
value: boolean;
|
|
6580
6605
|
className?: string;
|
|
@@ -6583,7 +6608,7 @@ interface Props$16 {
|
|
|
6583
6608
|
disabled?: boolean;
|
|
6584
6609
|
onChange: (value: boolean) => void;
|
|
6585
6610
|
}
|
|
6586
|
-
declare class Checkbox extends Component<Props$
|
|
6611
|
+
declare class Checkbox extends Component<Props$17, SpreadsheetChildEnv> {
|
|
6587
6612
|
static template: string;
|
|
6588
6613
|
static props: {
|
|
6589
6614
|
label: {
|
|
@@ -6618,10 +6643,10 @@ declare class Checkbox extends Component<Props$16, SpreadsheetChildEnv> {
|
|
|
6618
6643
|
onChange(ev: InputEvent): void;
|
|
6619
6644
|
}
|
|
6620
6645
|
|
|
6621
|
-
interface Props$
|
|
6646
|
+
interface Props$16 {
|
|
6622
6647
|
class?: string;
|
|
6623
6648
|
}
|
|
6624
|
-
declare class Section extends Component<Props$
|
|
6649
|
+
declare class Section extends Component<Props$16, SpreadsheetChildEnv> {
|
|
6625
6650
|
static template: string;
|
|
6626
6651
|
static props: {
|
|
6627
6652
|
class: {
|
|
@@ -6750,7 +6775,7 @@ declare class SelectionInputStore extends SpreadsheetStore {
|
|
|
6750
6775
|
getIndex(rangeId: number | null): number | null;
|
|
6751
6776
|
}
|
|
6752
6777
|
|
|
6753
|
-
interface Props$
|
|
6778
|
+
interface Props$15 {
|
|
6754
6779
|
ranges: string[];
|
|
6755
6780
|
hasSingleRange?: boolean;
|
|
6756
6781
|
required?: boolean;
|
|
@@ -6773,7 +6798,7 @@ interface SelectionRange extends Omit<RangeInputValue, "color"> {
|
|
|
6773
6798
|
* onSelectionChanged is called every time the input value
|
|
6774
6799
|
* changes.
|
|
6775
6800
|
*/
|
|
6776
|
-
declare class SelectionInput extends Component<Props$
|
|
6801
|
+
declare class SelectionInput extends Component<Props$15, SpreadsheetChildEnv> {
|
|
6777
6802
|
static template: string;
|
|
6778
6803
|
static props: {
|
|
6779
6804
|
ranges: ArrayConstructor;
|
|
@@ -6828,13 +6853,13 @@ declare class SelectionInput extends Component<Props$14, SpreadsheetChildEnv> {
|
|
|
6828
6853
|
confirm(): void;
|
|
6829
6854
|
}
|
|
6830
6855
|
|
|
6831
|
-
interface Props$
|
|
6856
|
+
interface Props$14 {
|
|
6832
6857
|
ranges: CustomizedDataSet[];
|
|
6833
6858
|
hasSingleRange?: boolean;
|
|
6834
6859
|
onSelectionChanged: (ranges: string[]) => void;
|
|
6835
6860
|
onSelectionConfirmed: () => void;
|
|
6836
6861
|
}
|
|
6837
|
-
declare class ChartDataSeries extends Component<Props$
|
|
6862
|
+
declare class ChartDataSeries extends Component<Props$14, SpreadsheetChildEnv> {
|
|
6838
6863
|
static template: string;
|
|
6839
6864
|
static components: {
|
|
6840
6865
|
SelectionInput: typeof SelectionInput;
|
|
@@ -6854,12 +6879,12 @@ declare class ChartDataSeries extends Component<Props$13, SpreadsheetChildEnv> {
|
|
|
6854
6879
|
get title(): string;
|
|
6855
6880
|
}
|
|
6856
6881
|
|
|
6857
|
-
interface Props$
|
|
6882
|
+
interface Props$13 {
|
|
6858
6883
|
messages: string[];
|
|
6859
6884
|
msgType: "warning" | "error" | "info";
|
|
6860
6885
|
singleBox?: boolean;
|
|
6861
6886
|
}
|
|
6862
|
-
declare class ValidationMessages extends Component<Props$
|
|
6887
|
+
declare class ValidationMessages extends Component<Props$13, SpreadsheetChildEnv> {
|
|
6863
6888
|
static template: string;
|
|
6864
6889
|
static props: {
|
|
6865
6890
|
messages: ArrayConstructor;
|
|
@@ -6873,10 +6898,10 @@ declare class ValidationMessages extends Component<Props$12, SpreadsheetChildEnv
|
|
|
6873
6898
|
get alertBoxes(): string[][];
|
|
6874
6899
|
}
|
|
6875
6900
|
|
|
6876
|
-
interface Props$
|
|
6901
|
+
interface Props$12 {
|
|
6877
6902
|
messages: string[];
|
|
6878
6903
|
}
|
|
6879
|
-
declare class ChartErrorSection extends Component<Props$
|
|
6904
|
+
declare class ChartErrorSection extends Component<Props$12, SpreadsheetChildEnv> {
|
|
6880
6905
|
static template: string;
|
|
6881
6906
|
static components: {
|
|
6882
6907
|
Section: typeof Section;
|
|
@@ -6890,7 +6915,7 @@ declare class ChartErrorSection extends Component<Props$11, SpreadsheetChildEnv>
|
|
|
6890
6915
|
};
|
|
6891
6916
|
}
|
|
6892
6917
|
|
|
6893
|
-
interface Props$
|
|
6918
|
+
interface Props$11 {
|
|
6894
6919
|
title?: string;
|
|
6895
6920
|
range: string;
|
|
6896
6921
|
isInvalid: boolean;
|
|
@@ -6903,7 +6928,7 @@ interface Props$10 {
|
|
|
6903
6928
|
onChange: (value: boolean) => void;
|
|
6904
6929
|
}>;
|
|
6905
6930
|
}
|
|
6906
|
-
declare class ChartLabelRange extends Component<Props$
|
|
6931
|
+
declare class ChartLabelRange extends Component<Props$11, SpreadsheetChildEnv> {
|
|
6907
6932
|
static template: string;
|
|
6908
6933
|
static components: {
|
|
6909
6934
|
SelectionInput: typeof SelectionInput;
|
|
@@ -6924,16 +6949,16 @@ declare class ChartLabelRange extends Component<Props$10, SpreadsheetChildEnv> {
|
|
|
6924
6949
|
optional: boolean;
|
|
6925
6950
|
};
|
|
6926
6951
|
};
|
|
6927
|
-
static defaultProps: Partial<Props$
|
|
6952
|
+
static defaultProps: Partial<Props$11>;
|
|
6928
6953
|
}
|
|
6929
6954
|
|
|
6930
|
-
interface Props
|
|
6955
|
+
interface Props$10 {
|
|
6931
6956
|
figureId: UID;
|
|
6932
6957
|
definition: ChartWithAxisDefinition;
|
|
6933
6958
|
canUpdateChart: (figureId: UID, definition: Partial<ChartWithAxisDefinition>) => DispatchResult;
|
|
6934
6959
|
updateChart: (figureId: UID, definition: Partial<ChartWithAxisDefinition>) => DispatchResult;
|
|
6935
6960
|
}
|
|
6936
|
-
declare class GenericChartConfigPanel extends Component<Props
|
|
6961
|
+
declare class GenericChartConfigPanel extends Component<Props$10, SpreadsheetChildEnv> {
|
|
6937
6962
|
static template: string;
|
|
6938
6963
|
static components: {
|
|
6939
6964
|
ChartDataSeries: typeof ChartDataSeries;
|
|
@@ -7034,14 +7059,14 @@ interface Choice$1 {
|
|
|
7034
7059
|
value: unknown;
|
|
7035
7060
|
label: string;
|
|
7036
7061
|
}
|
|
7037
|
-
interface Props
|
|
7062
|
+
interface Props$$ {
|
|
7038
7063
|
choices: Choice$1[];
|
|
7039
7064
|
onChange: (value: unknown) => void;
|
|
7040
7065
|
selectedValue: string;
|
|
7041
7066
|
name: string;
|
|
7042
7067
|
direction: "horizontal" | "vertical";
|
|
7043
7068
|
}
|
|
7044
|
-
declare class RadioSelection extends Component<Props
|
|
7069
|
+
declare class RadioSelection extends Component<Props$$, SpreadsheetChildEnv> {
|
|
7045
7070
|
static template: string;
|
|
7046
7071
|
static props: {
|
|
7047
7072
|
choices: ArrayConstructor;
|
|
@@ -7208,7 +7233,7 @@ declare class ColorPicker extends Component<ColorPickerProps, SpreadsheetChildEn
|
|
|
7208
7233
|
isSameColor(color1: Color, color2: Color): boolean;
|
|
7209
7234
|
}
|
|
7210
7235
|
|
|
7211
|
-
interface Props$
|
|
7236
|
+
interface Props$_ {
|
|
7212
7237
|
currentColor: string | undefined;
|
|
7213
7238
|
toggleColorPicker: () => void;
|
|
7214
7239
|
showColorPicker: boolean;
|
|
@@ -7219,7 +7244,7 @@ interface Props$Z {
|
|
|
7219
7244
|
dropdownMaxHeight?: Pixel;
|
|
7220
7245
|
class?: string;
|
|
7221
7246
|
}
|
|
7222
|
-
declare class ColorPickerWidget extends Component<Props$
|
|
7247
|
+
declare class ColorPickerWidget extends Component<Props$_, SpreadsheetChildEnv> {
|
|
7223
7248
|
static template: string;
|
|
7224
7249
|
static props: {
|
|
7225
7250
|
currentColor: {
|
|
@@ -7257,13 +7282,13 @@ declare class ColorPickerWidget extends Component<Props$Z, SpreadsheetChildEnv>
|
|
|
7257
7282
|
get colorPickerAnchorRect(): Rect;
|
|
7258
7283
|
}
|
|
7259
7284
|
|
|
7260
|
-
interface Props$
|
|
7285
|
+
interface Props$Z {
|
|
7261
7286
|
currentColor?: string;
|
|
7262
7287
|
onColorPicked: (color: string) => void;
|
|
7263
7288
|
title?: string;
|
|
7264
7289
|
disableNoColor?: boolean;
|
|
7265
7290
|
}
|
|
7266
|
-
declare class RoundColorPicker extends Component<Props$
|
|
7291
|
+
declare class RoundColorPicker extends Component<Props$Z, SpreadsheetChildEnv> {
|
|
7267
7292
|
static template: string;
|
|
7268
7293
|
static components: {
|
|
7269
7294
|
ColorPickerWidget: typeof ColorPickerWidget;
|
|
@@ -7301,12 +7326,12 @@ interface Choice {
|
|
|
7301
7326
|
value: string;
|
|
7302
7327
|
label: string;
|
|
7303
7328
|
}
|
|
7304
|
-
interface Props$
|
|
7329
|
+
interface Props$Y {
|
|
7305
7330
|
choices: Choice[];
|
|
7306
7331
|
onChange: (value: string) => void;
|
|
7307
7332
|
selectedValue: string;
|
|
7308
7333
|
}
|
|
7309
|
-
declare class BadgeSelection extends Component<Props$
|
|
7334
|
+
declare class BadgeSelection extends Component<Props$Y, SpreadsheetChildEnv> {
|
|
7310
7335
|
static template: string;
|
|
7311
7336
|
static props: {
|
|
7312
7337
|
choices: ArrayConstructor;
|
|
@@ -7315,7 +7340,7 @@ declare class BadgeSelection extends Component<Props$X, SpreadsheetChildEnv> {
|
|
|
7315
7340
|
};
|
|
7316
7341
|
}
|
|
7317
7342
|
|
|
7318
|
-
interface Props$
|
|
7343
|
+
interface Props$X {
|
|
7319
7344
|
title?: string;
|
|
7320
7345
|
updateTitle: (title: string) => void;
|
|
7321
7346
|
name?: string;
|
|
@@ -7325,7 +7350,7 @@ interface Props$W {
|
|
|
7325
7350
|
updateColor?: (Color: any) => void;
|
|
7326
7351
|
style: TitleDesign;
|
|
7327
7352
|
}
|
|
7328
|
-
declare class ChartTitle extends Component<Props$
|
|
7353
|
+
declare class ChartTitle extends Component<Props$X, SpreadsheetChildEnv> {
|
|
7329
7354
|
static template: string;
|
|
7330
7355
|
static components: {
|
|
7331
7356
|
Section: typeof Section;
|
|
@@ -7388,13 +7413,13 @@ interface AxisDefinition {
|
|
|
7388
7413
|
id: string;
|
|
7389
7414
|
name: string;
|
|
7390
7415
|
}
|
|
7391
|
-
interface Props$
|
|
7416
|
+
interface Props$W {
|
|
7392
7417
|
figureId: UID;
|
|
7393
7418
|
definition: ChartWithAxisDefinition | WaterfallChartDefinition;
|
|
7394
7419
|
updateChart: (figureId: UID, definition: Partial<ChartWithAxisDefinition | WaterfallChartDefinition>) => DispatchResult;
|
|
7395
7420
|
axesList: AxisDefinition[];
|
|
7396
7421
|
}
|
|
7397
|
-
declare class AxisDesignEditor extends Component<Props$
|
|
7422
|
+
declare class AxisDesignEditor extends Component<Props$W, SpreadsheetChildEnv> {
|
|
7398
7423
|
static template: string;
|
|
7399
7424
|
static components: {
|
|
7400
7425
|
Section: typeof Section;
|
|
@@ -7424,12 +7449,12 @@ declare class AxisDesignEditor extends Component<Props$V, SpreadsheetChildEnv> {
|
|
|
7424
7449
|
updateAxisTitle(text: string): void;
|
|
7425
7450
|
}
|
|
7426
7451
|
|
|
7427
|
-
interface Props$
|
|
7452
|
+
interface Props$V {
|
|
7428
7453
|
figureId: UID;
|
|
7429
7454
|
definition: ChartDefinition;
|
|
7430
7455
|
updateChart: (figureId: UID, definition: Partial<ChartDefinition>) => DispatchResult;
|
|
7431
7456
|
}
|
|
7432
|
-
declare class GeneralDesignEditor extends Component<Props$
|
|
7457
|
+
declare class GeneralDesignEditor extends Component<Props$V, SpreadsheetChildEnv> {
|
|
7433
7458
|
static template: string;
|
|
7434
7459
|
static components: {
|
|
7435
7460
|
RoundColorPicker: typeof RoundColorPicker;
|
|
@@ -7459,13 +7484,13 @@ declare class GeneralDesignEditor extends Component<Props$U, SpreadsheetChildEnv
|
|
|
7459
7484
|
updateChartTitleAlignment(align: "left" | "center" | "right"): void;
|
|
7460
7485
|
}
|
|
7461
7486
|
|
|
7462
|
-
interface Props$
|
|
7487
|
+
interface Props$U {
|
|
7463
7488
|
figureId: UID;
|
|
7464
7489
|
definition: ChartWithAxisDefinition;
|
|
7465
7490
|
canUpdateChart: (figureID: UID, definition: Partial<ChartWithAxisDefinition>) => DispatchResult;
|
|
7466
7491
|
updateChart: (figureId: UID, definition: Partial<ChartWithAxisDefinition>) => DispatchResult;
|
|
7467
7492
|
}
|
|
7468
|
-
declare class ChartWithAxisDesignPanel<P extends Props$
|
|
7493
|
+
declare class ChartWithAxisDesignPanel<P extends Props$U = Props$U> extends Component<P, SpreadsheetChildEnv> {
|
|
7469
7494
|
static template: string;
|
|
7470
7495
|
static components: {
|
|
7471
7496
|
GeneralDesignEditor: typeof GeneralDesignEditor;
|
|
@@ -7513,13 +7538,13 @@ declare class ChartWithAxisDesignPanel<P extends Props$T = Props$T> extends Comp
|
|
|
7513
7538
|
getMaxPolynomialDegree(): number;
|
|
7514
7539
|
}
|
|
7515
7540
|
|
|
7516
|
-
interface Props$
|
|
7541
|
+
interface Props$T {
|
|
7517
7542
|
figureId: UID;
|
|
7518
7543
|
definition: GaugeChartDefinition;
|
|
7519
7544
|
canUpdateChart: (figureId: UID, definition: Partial<GaugeChartDefinition>) => DispatchResult;
|
|
7520
7545
|
updateChart: (figureId: UID, definition: Partial<GaugeChartDefinition>) => DispatchResult;
|
|
7521
7546
|
}
|
|
7522
|
-
declare class GaugeChartConfigPanel extends Component<Props$
|
|
7547
|
+
declare class GaugeChartConfigPanel extends Component<Props$T, SpreadsheetChildEnv> {
|
|
7523
7548
|
static template: string;
|
|
7524
7549
|
static components: {
|
|
7525
7550
|
ChartErrorSection: typeof ChartErrorSection;
|
|
@@ -7544,13 +7569,13 @@ interface PanelState {
|
|
|
7544
7569
|
sectionRuleDispatchResult?: DispatchResult;
|
|
7545
7570
|
sectionRule: SectionRule;
|
|
7546
7571
|
}
|
|
7547
|
-
interface Props$
|
|
7572
|
+
interface Props$S {
|
|
7548
7573
|
figureId: UID;
|
|
7549
7574
|
definition: GaugeChartDefinition;
|
|
7550
7575
|
canUpdateChart: (figureID: UID, definition: Partial<GaugeChartDefinition>) => DispatchResult;
|
|
7551
7576
|
updateChart: (figureId: UID, definition: Partial<GaugeChartDefinition>) => DispatchResult;
|
|
7552
7577
|
}
|
|
7553
|
-
declare class GaugeChartDesignPanel extends Component<Props$
|
|
7578
|
+
declare class GaugeChartDesignPanel extends Component<Props$S, SpreadsheetChildEnv> {
|
|
7554
7579
|
static template: string;
|
|
7555
7580
|
static components: {
|
|
7556
7581
|
SidePanelCollapsible: typeof SidePanelCollapsible;
|
|
@@ -7596,13 +7621,13 @@ declare class LineConfigPanel extends GenericChartConfigPanel {
|
|
|
7596
7621
|
onUpdateCumulative(cumulative: boolean): void;
|
|
7597
7622
|
}
|
|
7598
7623
|
|
|
7599
|
-
interface Props$
|
|
7624
|
+
interface Props$R {
|
|
7600
7625
|
figureId: UID;
|
|
7601
7626
|
definition: ScorecardChartDefinition;
|
|
7602
7627
|
canUpdateChart: (figureId: UID, definition: Partial<ScorecardChartDefinition>) => DispatchResult;
|
|
7603
7628
|
updateChart: (figureId: UID, definition: Partial<ScorecardChartDefinition>) => DispatchResult;
|
|
7604
7629
|
}
|
|
7605
|
-
declare class ScorecardChartConfigPanel extends Component<Props$
|
|
7630
|
+
declare class ScorecardChartConfigPanel extends Component<Props$R, SpreadsheetChildEnv> {
|
|
7606
7631
|
static template: string;
|
|
7607
7632
|
static components: {
|
|
7608
7633
|
SelectionInput: typeof SelectionInput;
|
|
@@ -7631,13 +7656,13 @@ declare class ScorecardChartConfigPanel extends Component<Props$Q, SpreadsheetCh
|
|
|
7631
7656
|
}
|
|
7632
7657
|
|
|
7633
7658
|
type ColorPickerId = undefined | "backgroundColor" | "baselineColorUp" | "baselineColorDown";
|
|
7634
|
-
interface Props$
|
|
7659
|
+
interface Props$Q {
|
|
7635
7660
|
figureId: UID;
|
|
7636
7661
|
definition: ScorecardChartDefinition;
|
|
7637
7662
|
canUpdateChart: (figureID: UID, definition: Partial<ScorecardChartDefinition>) => DispatchResult;
|
|
7638
7663
|
updateChart: (figureId: UID, definition: Partial<ScorecardChartDefinition>) => DispatchResult;
|
|
7639
7664
|
}
|
|
7640
|
-
declare class ScorecardChartDesignPanel extends Component<Props$
|
|
7665
|
+
declare class ScorecardChartDesignPanel extends Component<Props$Q, SpreadsheetChildEnv> {
|
|
7641
7666
|
static template: string;
|
|
7642
7667
|
static components: {
|
|
7643
7668
|
GeneralDesignEditor: typeof GeneralDesignEditor;
|
|
@@ -7795,13 +7820,13 @@ interface EnrichedToken extends Token {
|
|
|
7795
7820
|
functionContext?: FunctionContext;
|
|
7796
7821
|
}
|
|
7797
7822
|
|
|
7798
|
-
interface Props$
|
|
7823
|
+
interface Props$P {
|
|
7799
7824
|
proposals: AutoCompleteProposal[];
|
|
7800
7825
|
selectedIndex: number | undefined;
|
|
7801
7826
|
onValueSelected: (value: string) => void;
|
|
7802
7827
|
onValueHovered: (index: string) => void;
|
|
7803
7828
|
}
|
|
7804
|
-
declare class TextValueProvider extends Component<Props$
|
|
7829
|
+
declare class TextValueProvider extends Component<Props$P> {
|
|
7805
7830
|
static template: string;
|
|
7806
7831
|
static props: {
|
|
7807
7832
|
proposals: ArrayConstructor;
|
|
@@ -7887,19 +7912,19 @@ declare class ContentEditableHelper {
|
|
|
7887
7912
|
getText(): string;
|
|
7888
7913
|
}
|
|
7889
7914
|
|
|
7890
|
-
interface Props$
|
|
7915
|
+
interface Props$O {
|
|
7891
7916
|
functionName: string;
|
|
7892
7917
|
functionDescription: FunctionDescription;
|
|
7893
7918
|
argToFocus: number;
|
|
7894
7919
|
}
|
|
7895
|
-
declare class FunctionDescriptionProvider extends Component<Props$
|
|
7920
|
+
declare class FunctionDescriptionProvider extends Component<Props$O, SpreadsheetChildEnv> {
|
|
7896
7921
|
static template: string;
|
|
7897
7922
|
static props: {
|
|
7898
7923
|
functionName: StringConstructor;
|
|
7899
7924
|
functionDescription: ObjectConstructor;
|
|
7900
7925
|
argToFocus: NumberConstructor;
|
|
7901
7926
|
};
|
|
7902
|
-
getContext(): Props$
|
|
7927
|
+
getContext(): Props$O;
|
|
7903
7928
|
get formulaArgSeparator(): string;
|
|
7904
7929
|
}
|
|
7905
7930
|
|
|
@@ -8167,6 +8192,7 @@ declare class Composer extends Component<CellComposerProps, SpreadsheetChildEnv>
|
|
|
8167
8192
|
onContextMenu(ev: MouseEvent): void;
|
|
8168
8193
|
closeAssistant(): void;
|
|
8169
8194
|
openAssistant(): void;
|
|
8195
|
+
onWheel(event: WheelEvent): void;
|
|
8170
8196
|
private processContent;
|
|
8171
8197
|
/**
|
|
8172
8198
|
* Get the HTML content corresponding to the current composer token, divided by lines.
|
|
@@ -8257,18 +8283,18 @@ declare class ComposerFocusStore extends SpreadsheetStore {
|
|
|
8257
8283
|
activeComposer: ComposerInterface;
|
|
8258
8284
|
private _focusMode;
|
|
8259
8285
|
get focusMode(): ComposerFocusType;
|
|
8260
|
-
focusComposer(listener: ComposerInterface, args: Args):
|
|
8261
|
-
focusActiveComposer(args: Args):
|
|
8286
|
+
focusComposer(listener: ComposerInterface, args: Args): "noStateChange" | undefined;
|
|
8287
|
+
focusActiveComposer(args: Args): "noStateChange" | undefined;
|
|
8262
8288
|
/**
|
|
8263
8289
|
* Start the edition or update the content if it's already started.
|
|
8264
8290
|
*/
|
|
8265
8291
|
private setComposerContent;
|
|
8266
8292
|
}
|
|
8267
8293
|
|
|
8268
|
-
interface Props$
|
|
8294
|
+
interface Props$N {
|
|
8269
8295
|
figure: Figure;
|
|
8270
8296
|
}
|
|
8271
|
-
declare class ChartJsComponent extends Component<Props$
|
|
8297
|
+
declare class ChartJsComponent extends Component<Props$N, SpreadsheetChildEnv> {
|
|
8272
8298
|
static template: string;
|
|
8273
8299
|
static props: {
|
|
8274
8300
|
figure: ObjectConstructor;
|
|
@@ -8285,10 +8311,10 @@ declare class ChartJsComponent extends Component<Props$M, SpreadsheetChildEnv> {
|
|
|
8285
8311
|
private updateChartJs;
|
|
8286
8312
|
}
|
|
8287
8313
|
|
|
8288
|
-
interface Props$
|
|
8314
|
+
interface Props$M {
|
|
8289
8315
|
figure: Figure;
|
|
8290
8316
|
}
|
|
8291
|
-
declare class ScorecardChart extends Component<Props$
|
|
8317
|
+
declare class ScorecardChart extends Component<Props$M, SpreadsheetChildEnv> {
|
|
8292
8318
|
static template: string;
|
|
8293
8319
|
static props: {
|
|
8294
8320
|
figure: ObjectConstructor;
|
|
@@ -8301,7 +8327,7 @@ declare class ScorecardChart extends Component<Props$L, SpreadsheetChildEnv> {
|
|
|
8301
8327
|
}
|
|
8302
8328
|
|
|
8303
8329
|
type MenuItemOrSeparator = Action | "separator";
|
|
8304
|
-
interface Props$
|
|
8330
|
+
interface Props$L {
|
|
8305
8331
|
position: DOMCoordinates;
|
|
8306
8332
|
menuItems: Action[];
|
|
8307
8333
|
depth: number;
|
|
@@ -8320,7 +8346,7 @@ interface MenuState {
|
|
|
8320
8346
|
menuItems: Action[];
|
|
8321
8347
|
isHoveringChild?: boolean;
|
|
8322
8348
|
}
|
|
8323
|
-
declare class Menu extends Component<Props$
|
|
8349
|
+
declare class Menu extends Component<Props$L, SpreadsheetChildEnv> {
|
|
8324
8350
|
static template: string;
|
|
8325
8351
|
static props: {
|
|
8326
8352
|
position: ObjectConstructor;
|
|
@@ -8396,14 +8422,14 @@ declare class Menu extends Component<Props$K, SpreadsheetChildEnv> {
|
|
|
8396
8422
|
}
|
|
8397
8423
|
|
|
8398
8424
|
type ResizeAnchor = "top left" | "top" | "top right" | "right" | "bottom right" | "bottom" | "bottom left" | "left";
|
|
8399
|
-
interface Props$
|
|
8425
|
+
interface Props$K {
|
|
8400
8426
|
figure: Figure;
|
|
8401
8427
|
style: string;
|
|
8402
8428
|
onFigureDeleted: () => void;
|
|
8403
8429
|
onMouseDown: (ev: MouseEvent) => void;
|
|
8404
8430
|
onClickAnchor(dirX: ResizeDirection, dirY: ResizeDirection, ev: MouseEvent): void;
|
|
8405
8431
|
}
|
|
8406
|
-
declare class FigureComponent extends Component<Props$
|
|
8432
|
+
declare class FigureComponent extends Component<Props$K, SpreadsheetChildEnv> {
|
|
8407
8433
|
static template: string;
|
|
8408
8434
|
static props: {
|
|
8409
8435
|
figure: ObjectConstructor;
|
|
@@ -8452,11 +8478,11 @@ declare class FigureComponent extends Component<Props$J, SpreadsheetChildEnv> {
|
|
|
8452
8478
|
private openContextMenu;
|
|
8453
8479
|
}
|
|
8454
8480
|
|
|
8455
|
-
interface Props$
|
|
8481
|
+
interface Props$J {
|
|
8456
8482
|
figure: Figure;
|
|
8457
8483
|
onFigureDeleted: () => void;
|
|
8458
8484
|
}
|
|
8459
|
-
declare class ChartFigure extends Component<Props$
|
|
8485
|
+
declare class ChartFigure extends Component<Props$J, SpreadsheetChildEnv> {
|
|
8460
8486
|
static template: string;
|
|
8461
8487
|
static props: {
|
|
8462
8488
|
figure: ObjectConstructor;
|
|
@@ -8468,7 +8494,7 @@ declare class ChartFigure extends Component<Props$I, SpreadsheetChildEnv> {
|
|
|
8468
8494
|
get chartComponent(): new (...args: any) => Component;
|
|
8469
8495
|
}
|
|
8470
8496
|
|
|
8471
|
-
interface Props$
|
|
8497
|
+
interface Props$I {
|
|
8472
8498
|
isVisible: boolean;
|
|
8473
8499
|
position: Position;
|
|
8474
8500
|
}
|
|
@@ -8480,7 +8506,7 @@ interface State$8 {
|
|
|
8480
8506
|
position: Position;
|
|
8481
8507
|
handler: boolean;
|
|
8482
8508
|
}
|
|
8483
|
-
declare class Autofill extends Component<Props$
|
|
8509
|
+
declare class Autofill extends Component<Props$I, SpreadsheetChildEnv> {
|
|
8484
8510
|
static template: string;
|
|
8485
8511
|
static props: {
|
|
8486
8512
|
position: ObjectConstructor;
|
|
@@ -8514,7 +8540,7 @@ declare class ClientTag extends Component<ClientTagProps, SpreadsheetChildEnv> {
|
|
|
8514
8540
|
get tagStyle(): string;
|
|
8515
8541
|
}
|
|
8516
8542
|
|
|
8517
|
-
interface Props$
|
|
8543
|
+
interface Props$H {
|
|
8518
8544
|
gridDims: DOMDimension;
|
|
8519
8545
|
onInputContextMenu: (event: MouseEvent) => void;
|
|
8520
8546
|
}
|
|
@@ -8522,7 +8548,7 @@ interface Props$G {
|
|
|
8522
8548
|
* This component is a composer which positions itself on the grid at the anchor cell.
|
|
8523
8549
|
* It also applies the style of the cell to the composer input.
|
|
8524
8550
|
*/
|
|
8525
|
-
declare class GridComposer extends Component<Props$
|
|
8551
|
+
declare class GridComposer extends Component<Props$H, SpreadsheetChildEnv> {
|
|
8526
8552
|
static template: string;
|
|
8527
8553
|
static props: {
|
|
8528
8554
|
gridDims: ObjectConstructor;
|
|
@@ -8580,10 +8606,10 @@ declare class GridCellIcon extends Component<GridCellIconProps, SpreadsheetChild
|
|
|
8580
8606
|
isPositionVisible(position: CellPosition): boolean;
|
|
8581
8607
|
}
|
|
8582
8608
|
|
|
8583
|
-
interface Props$
|
|
8609
|
+
interface Props$G {
|
|
8584
8610
|
cellPosition: CellPosition;
|
|
8585
8611
|
}
|
|
8586
|
-
declare class DataValidationCheckbox extends Component<Props$
|
|
8612
|
+
declare class DataValidationCheckbox extends Component<Props$G, SpreadsheetChildEnv> {
|
|
8587
8613
|
static template: string;
|
|
8588
8614
|
static components: {
|
|
8589
8615
|
Checkbox: typeof Checkbox;
|
|
@@ -8596,10 +8622,10 @@ declare class DataValidationCheckbox extends Component<Props$F, SpreadsheetChild
|
|
|
8596
8622
|
get isDisabled(): boolean;
|
|
8597
8623
|
}
|
|
8598
8624
|
|
|
8599
|
-
interface Props$
|
|
8625
|
+
interface Props$F {
|
|
8600
8626
|
cellPosition: CellPosition;
|
|
8601
8627
|
}
|
|
8602
|
-
declare class DataValidationListIcon extends Component<Props$
|
|
8628
|
+
declare class DataValidationListIcon extends Component<Props$F, SpreadsheetChildEnv> {
|
|
8603
8629
|
static template: string;
|
|
8604
8630
|
static props: {
|
|
8605
8631
|
cellPosition: ObjectConstructor;
|
|
@@ -8629,7 +8655,7 @@ interface SnapLine<T extends HFigureAxisType | VFigureAxisType> {
|
|
|
8629
8655
|
}
|
|
8630
8656
|
|
|
8631
8657
|
type ContainerType = "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "dnd";
|
|
8632
|
-
interface Props$
|
|
8658
|
+
interface Props$E {
|
|
8633
8659
|
onFigureDeleted: () => void;
|
|
8634
8660
|
}
|
|
8635
8661
|
interface Container {
|
|
@@ -8709,7 +8735,7 @@ interface DndState {
|
|
|
8709
8735
|
* that occurred during the drag & drop, and to position the figure on the correct pane.
|
|
8710
8736
|
*
|
|
8711
8737
|
*/
|
|
8712
|
-
declare class FiguresContainer extends Component<Props$
|
|
8738
|
+
declare class FiguresContainer extends Component<Props$E, SpreadsheetChildEnv> {
|
|
8713
8739
|
static template: string;
|
|
8714
8740
|
static props: {
|
|
8715
8741
|
onFigureDeleted: FunctionConstructor;
|
|
@@ -8757,17 +8783,17 @@ declare class CellPopoverStore extends SpreadsheetStore {
|
|
|
8757
8783
|
};
|
|
8758
8784
|
handle(cmd: Command): void;
|
|
8759
8785
|
open({ col, row }: Position$1, type: CellPopoverType): void;
|
|
8760
|
-
close():
|
|
8786
|
+
close(): "noStateChange" | undefined;
|
|
8761
8787
|
get persistentCellPopover(): OpenCellPopover | ClosedCellPopover;
|
|
8762
8788
|
get isOpen(): boolean;
|
|
8763
8789
|
get cellPopover(): ClosedCellPopover | PositionedCellPopoverComponent;
|
|
8764
8790
|
private computePopoverAnchorRect;
|
|
8765
8791
|
}
|
|
8766
8792
|
|
|
8767
|
-
interface Props$
|
|
8793
|
+
interface Props$D {
|
|
8768
8794
|
cellPosition: CellPosition;
|
|
8769
8795
|
}
|
|
8770
|
-
declare class FilterIcon extends Component<Props$
|
|
8796
|
+
declare class FilterIcon extends Component<Props$D, SpreadsheetChildEnv> {
|
|
8771
8797
|
static template: string;
|
|
8772
8798
|
static props: {
|
|
8773
8799
|
cellPosition: ObjectConstructor;
|
|
@@ -8789,10 +8815,10 @@ declare class FilterIconsOverlay extends Component<{}, SpreadsheetChildEnv> {
|
|
|
8789
8815
|
getFilterHeadersPositions(): CellPosition[];
|
|
8790
8816
|
}
|
|
8791
8817
|
|
|
8792
|
-
interface Props$
|
|
8818
|
+
interface Props$C {
|
|
8793
8819
|
focusGrid: () => void;
|
|
8794
8820
|
}
|
|
8795
|
-
declare class GridAddRowsFooter extends Component<Props$
|
|
8821
|
+
declare class GridAddRowsFooter extends Component<Props$C, SpreadsheetChildEnv> {
|
|
8796
8822
|
static template: string;
|
|
8797
8823
|
static props: {
|
|
8798
8824
|
focusGrid: FunctionConstructor;
|
|
@@ -8816,7 +8842,7 @@ declare class GridAddRowsFooter extends Component<Props$B, SpreadsheetChildEnv>
|
|
|
8816
8842
|
private onExternalClick;
|
|
8817
8843
|
}
|
|
8818
8844
|
|
|
8819
|
-
interface Props$
|
|
8845
|
+
interface Props$B {
|
|
8820
8846
|
onCellHovered: (position: Partial<Position$1>) => void;
|
|
8821
8847
|
onCellDoubleClicked: (col: HeaderIndex, row: HeaderIndex) => void;
|
|
8822
8848
|
onCellClicked: (col: HeaderIndex, row: HeaderIndex, modifiers: GridClickModifiers) => void;
|
|
@@ -8826,7 +8852,7 @@ interface Props$A {
|
|
|
8826
8852
|
gridOverlayDimensions: string;
|
|
8827
8853
|
onFigureDeleted: () => void;
|
|
8828
8854
|
}
|
|
8829
|
-
declare class GridOverlay extends Component<Props$
|
|
8855
|
+
declare class GridOverlay extends Component<Props$B, SpreadsheetChildEnv> {
|
|
8830
8856
|
static template: string;
|
|
8831
8857
|
static props: {
|
|
8832
8858
|
onCellHovered: {
|
|
@@ -8884,12 +8910,12 @@ declare class GridOverlay extends Component<Props$A, SpreadsheetChildEnv> {
|
|
|
8884
8910
|
private getCartesianCoordinates;
|
|
8885
8911
|
}
|
|
8886
8912
|
|
|
8887
|
-
interface Props$
|
|
8913
|
+
interface Props$A {
|
|
8888
8914
|
gridRect: Rect;
|
|
8889
8915
|
onClosePopover: () => void;
|
|
8890
8916
|
onMouseWheel: (ev: WheelEvent) => void;
|
|
8891
8917
|
}
|
|
8892
|
-
declare class GridPopover extends Component<Props$
|
|
8918
|
+
declare class GridPopover extends Component<Props$A, SpreadsheetChildEnv> {
|
|
8893
8919
|
static template: string;
|
|
8894
8920
|
static props: {
|
|
8895
8921
|
onClosePopover: FunctionConstructor;
|
|
@@ -9034,13 +9060,13 @@ declare class HeadersOverlay extends Component<any, SpreadsheetChildEnv> {
|
|
|
9034
9060
|
}
|
|
9035
9061
|
|
|
9036
9062
|
type Orientation$1 = "n" | "s" | "w" | "e";
|
|
9037
|
-
interface Props$
|
|
9063
|
+
interface Props$z {
|
|
9038
9064
|
zone: Zone;
|
|
9039
9065
|
orientation: Orientation$1;
|
|
9040
9066
|
isMoving: boolean;
|
|
9041
9067
|
onMoveHighlight: (x: Pixel, y: Pixel) => void;
|
|
9042
9068
|
}
|
|
9043
|
-
declare class Border extends Component<Props$
|
|
9069
|
+
declare class Border extends Component<Props$z, SpreadsheetChildEnv> {
|
|
9044
9070
|
static template: string;
|
|
9045
9071
|
static props: {
|
|
9046
9072
|
zone: ObjectConstructor;
|
|
@@ -9053,14 +9079,14 @@ declare class Border extends Component<Props$y, SpreadsheetChildEnv> {
|
|
|
9053
9079
|
}
|
|
9054
9080
|
|
|
9055
9081
|
type Orientation = "nw" | "ne" | "sw" | "se";
|
|
9056
|
-
interface Props$
|
|
9082
|
+
interface Props$y {
|
|
9057
9083
|
zone: Zone;
|
|
9058
9084
|
color: Color;
|
|
9059
9085
|
orientation: Orientation;
|
|
9060
9086
|
isResizing: boolean;
|
|
9061
9087
|
onResizeHighlight: (isLeft: boolean, isRight: boolean) => void;
|
|
9062
9088
|
}
|
|
9063
|
-
declare class Corner extends Component<Props$
|
|
9089
|
+
declare class Corner extends Component<Props$y, SpreadsheetChildEnv> {
|
|
9064
9090
|
static template: string;
|
|
9065
9091
|
static props: {
|
|
9066
9092
|
zone: ObjectConstructor;
|
|
@@ -9075,14 +9101,14 @@ declare class Corner extends Component<Props$x, SpreadsheetChildEnv> {
|
|
|
9075
9101
|
onMouseDown(ev: MouseEvent): void;
|
|
9076
9102
|
}
|
|
9077
9103
|
|
|
9078
|
-
interface Props$
|
|
9104
|
+
interface Props$x {
|
|
9079
9105
|
zone: Zone;
|
|
9080
9106
|
color: Color;
|
|
9081
9107
|
}
|
|
9082
9108
|
interface HighlightState {
|
|
9083
9109
|
shiftingMode: "isMoving" | "isResizing" | "none";
|
|
9084
9110
|
}
|
|
9085
|
-
declare class Highlight extends Component<Props$
|
|
9111
|
+
declare class Highlight extends Component<Props$x, SpreadsheetChildEnv> {
|
|
9086
9112
|
static template: string;
|
|
9087
9113
|
static props: {
|
|
9088
9114
|
zone: ObjectConstructor;
|
|
@@ -9099,7 +9125,7 @@ declare class Highlight extends Component<Props$w, SpreadsheetChildEnv> {
|
|
|
9099
9125
|
|
|
9100
9126
|
type ScrollDirection = "horizontal" | "vertical";
|
|
9101
9127
|
|
|
9102
|
-
interface Props$
|
|
9128
|
+
interface Props$w {
|
|
9103
9129
|
width: Pixel;
|
|
9104
9130
|
height: Pixel;
|
|
9105
9131
|
direction: ScrollDirection;
|
|
@@ -9107,7 +9133,7 @@ interface Props$v {
|
|
|
9107
9133
|
offset: Pixel;
|
|
9108
9134
|
onScroll: (offset: Pixel) => void;
|
|
9109
9135
|
}
|
|
9110
|
-
declare class ScrollBar extends Component<Props$
|
|
9136
|
+
declare class ScrollBar extends Component<Props$w> {
|
|
9111
9137
|
static props: {
|
|
9112
9138
|
width: {
|
|
9113
9139
|
type: NumberConstructor;
|
|
@@ -9135,10 +9161,10 @@ declare class ScrollBar extends Component<Props$v> {
|
|
|
9135
9161
|
onScroll(ev: any): void;
|
|
9136
9162
|
}
|
|
9137
9163
|
|
|
9138
|
-
interface Props$
|
|
9164
|
+
interface Props$v {
|
|
9139
9165
|
leftOffset: number;
|
|
9140
9166
|
}
|
|
9141
|
-
declare class HorizontalScrollBar extends Component<Props$
|
|
9167
|
+
declare class HorizontalScrollBar extends Component<Props$v, SpreadsheetChildEnv> {
|
|
9142
9168
|
static props: {
|
|
9143
9169
|
leftOffset: {
|
|
9144
9170
|
type: NumberConstructor;
|
|
@@ -9164,10 +9190,10 @@ declare class HorizontalScrollBar extends Component<Props$u, SpreadsheetChildEnv
|
|
|
9164
9190
|
onScroll(offset: any): void;
|
|
9165
9191
|
}
|
|
9166
9192
|
|
|
9167
|
-
interface Props$
|
|
9193
|
+
interface Props$u {
|
|
9168
9194
|
topOffset: number;
|
|
9169
9195
|
}
|
|
9170
|
-
declare class VerticalScrollBar extends Component<Props$
|
|
9196
|
+
declare class VerticalScrollBar extends Component<Props$u, SpreadsheetChildEnv> {
|
|
9171
9197
|
static props: {
|
|
9172
9198
|
topOffset: {
|
|
9173
9199
|
type: NumberConstructor;
|
|
@@ -9193,13 +9219,13 @@ declare class VerticalScrollBar extends Component<Props$t, SpreadsheetChildEnv>
|
|
|
9193
9219
|
onScroll(offset: any): void;
|
|
9194
9220
|
}
|
|
9195
9221
|
|
|
9196
|
-
interface Props$
|
|
9222
|
+
interface Props$t {
|
|
9197
9223
|
table: Table;
|
|
9198
9224
|
}
|
|
9199
9225
|
interface State$7 {
|
|
9200
9226
|
highlightZone: Zone | undefined;
|
|
9201
9227
|
}
|
|
9202
|
-
declare class TableResizer extends Component<Props$
|
|
9228
|
+
declare class TableResizer extends Component<Props$t, SpreadsheetChildEnv> {
|
|
9203
9229
|
static template: string;
|
|
9204
9230
|
static props: {
|
|
9205
9231
|
table: ObjectConstructor;
|
|
@@ -9216,8 +9242,8 @@ declare class HoveredCellStore extends SpreadsheetStore {
|
|
|
9216
9242
|
col: number | undefined;
|
|
9217
9243
|
row: number | undefined;
|
|
9218
9244
|
handle(cmd: Command): void;
|
|
9219
|
-
hover(position: Position$1):
|
|
9220
|
-
clear():
|
|
9245
|
+
hover(position: Position$1): "noStateChange" | undefined;
|
|
9246
|
+
clear(): "noStateChange" | undefined;
|
|
9221
9247
|
}
|
|
9222
9248
|
|
|
9223
9249
|
/**
|
|
@@ -9231,10 +9257,10 @@ declare class HoveredCellStore extends SpreadsheetStore {
|
|
|
9231
9257
|
* - a vertical resizer (same, for rows)
|
|
9232
9258
|
*/
|
|
9233
9259
|
type ContextMenuType = "ROW" | "COL" | "CELL" | "FILTER" | "GROUP_HEADERS" | "UNGROUP_HEADERS";
|
|
9234
|
-
interface Props$
|
|
9260
|
+
interface Props$s {
|
|
9235
9261
|
exposeFocus: (focus: () => void) => void;
|
|
9236
9262
|
}
|
|
9237
|
-
declare class Grid extends Component<Props$
|
|
9263
|
+
declare class Grid extends Component<Props$s, SpreadsheetChildEnv> {
|
|
9238
9264
|
static template: string;
|
|
9239
9265
|
static props: {
|
|
9240
9266
|
exposeFocus: FunctionConstructor;
|
|
@@ -9343,7 +9369,7 @@ declare class MainChartPanelStore extends SpreadsheetStore {
|
|
|
9343
9369
|
private getChartDefinitionFromContextCreation;
|
|
9344
9370
|
}
|
|
9345
9371
|
|
|
9346
|
-
interface Props$
|
|
9372
|
+
interface Props$r {
|
|
9347
9373
|
figureId: UID;
|
|
9348
9374
|
chartPanelStore: MainChartPanelStore;
|
|
9349
9375
|
}
|
|
@@ -9351,7 +9377,7 @@ interface ChartTypePickerState {
|
|
|
9351
9377
|
popoverProps: PopoverProps | undefined;
|
|
9352
9378
|
popoverStyle: string;
|
|
9353
9379
|
}
|
|
9354
|
-
declare class ChartTypePicker extends Component<Props$
|
|
9380
|
+
declare class ChartTypePicker extends Component<Props$r, SpreadsheetChildEnv> {
|
|
9355
9381
|
static template: string;
|
|
9356
9382
|
static components: {
|
|
9357
9383
|
Section: typeof Section;
|
|
@@ -9386,11 +9412,11 @@ declare class ChartTypePicker extends Component<Props$q, SpreadsheetChildEnv> {
|
|
|
9386
9412
|
private closePopover;
|
|
9387
9413
|
}
|
|
9388
9414
|
|
|
9389
|
-
interface Props$
|
|
9415
|
+
interface Props$q {
|
|
9390
9416
|
onCloseSidePanel: () => void;
|
|
9391
9417
|
figureId: UID;
|
|
9392
9418
|
}
|
|
9393
|
-
declare class ChartPanel extends Component<Props$
|
|
9419
|
+
declare class ChartPanel extends Component<Props$q, SpreadsheetChildEnv> {
|
|
9394
9420
|
static template: string;
|
|
9395
9421
|
static components: {
|
|
9396
9422
|
Section: typeof Section;
|
|
@@ -9410,13 +9436,13 @@ declare class ChartPanel extends Component<Props$p, SpreadsheetChildEnv> {
|
|
|
9410
9436
|
private getChartDefinition;
|
|
9411
9437
|
}
|
|
9412
9438
|
|
|
9413
|
-
interface Props$
|
|
9439
|
+
interface Props$p {
|
|
9414
9440
|
figureId: UID;
|
|
9415
9441
|
definition: PieChartDefinition;
|
|
9416
9442
|
canUpdateChart: (figureID: UID, definition: Partial<PieChartDefinition>) => DispatchResult;
|
|
9417
9443
|
updateChart: (figureId: UID, definition: Partial<PieChartDefinition>) => DispatchResult;
|
|
9418
9444
|
}
|
|
9419
|
-
declare class PieChartDesignPanel extends Component<Props$
|
|
9445
|
+
declare class PieChartDesignPanel extends Component<Props$p, SpreadsheetChildEnv> {
|
|
9420
9446
|
static template: string;
|
|
9421
9447
|
static components: {
|
|
9422
9448
|
GeneralDesignEditor: typeof GeneralDesignEditor;
|
|
@@ -9435,10 +9461,10 @@ declare class PieChartDesignPanel extends Component<Props$o, SpreadsheetChildEnv
|
|
|
9435
9461
|
updateLegendPosition(ev: any): void;
|
|
9436
9462
|
}
|
|
9437
9463
|
|
|
9438
|
-
interface Props$
|
|
9464
|
+
interface Props$o {
|
|
9439
9465
|
items: ActionSpec[];
|
|
9440
9466
|
}
|
|
9441
|
-
declare class CogWheelMenu extends Component<Props$
|
|
9467
|
+
declare class CogWheelMenu extends Component<Props$o, SpreadsheetChildEnv> {
|
|
9442
9468
|
static template: string;
|
|
9443
9469
|
static components: {
|
|
9444
9470
|
Menu: typeof Menu;
|
|
@@ -9522,12 +9548,12 @@ declare class FindAndReplaceStore extends SpreadsheetStore implements HighlightP
|
|
|
9522
9548
|
|
|
9523
9549
|
/** @odoo-module */
|
|
9524
9550
|
|
|
9525
|
-
interface Props$
|
|
9551
|
+
interface Props$n {
|
|
9526
9552
|
name: string;
|
|
9527
9553
|
displayName: string;
|
|
9528
9554
|
onChanged: (name: string) => void;
|
|
9529
9555
|
}
|
|
9530
|
-
declare class EditableName extends Component<Props$
|
|
9556
|
+
declare class EditableName extends Component<Props$n, SpreadsheetChildEnv> {
|
|
9531
9557
|
static template: string;
|
|
9532
9558
|
static props: {
|
|
9533
9559
|
name: StringConstructor;
|
|
@@ -9540,14 +9566,14 @@ declare class EditableName extends Component<Props$m, SpreadsheetChildEnv> {
|
|
|
9540
9566
|
save(): void;
|
|
9541
9567
|
}
|
|
9542
9568
|
|
|
9543
|
-
interface Props$
|
|
9569
|
+
interface Props$m {
|
|
9544
9570
|
deferUpdate: boolean;
|
|
9545
9571
|
isDirty: boolean;
|
|
9546
9572
|
toggleDeferUpdate: (value: boolean) => void;
|
|
9547
9573
|
discard: () => void;
|
|
9548
9574
|
apply: () => void;
|
|
9549
9575
|
}
|
|
9550
|
-
declare class PivotDeferUpdate extends Component<Props$
|
|
9576
|
+
declare class PivotDeferUpdate extends Component<Props$m, SpreadsheetChildEnv> {
|
|
9551
9577
|
static template: string;
|
|
9552
9578
|
static props: {
|
|
9553
9579
|
deferUpdate: BooleanConstructor;
|
|
@@ -9564,11 +9590,11 @@ declare class PivotDeferUpdate extends Component<Props$l, SpreadsheetChildEnv> {
|
|
|
9564
9590
|
get deferUpdatesTooltip(): string;
|
|
9565
9591
|
}
|
|
9566
9592
|
|
|
9567
|
-
interface Props$
|
|
9593
|
+
interface Props$l {
|
|
9568
9594
|
onFieldPicked: (field: string) => void;
|
|
9569
9595
|
fields: PivotField[];
|
|
9570
9596
|
}
|
|
9571
|
-
declare class AddDimensionButton extends Component<Props$
|
|
9597
|
+
declare class AddDimensionButton extends Component<Props$l, SpreadsheetChildEnv> {
|
|
9572
9598
|
static template: string;
|
|
9573
9599
|
static components: {
|
|
9574
9600
|
Popover: typeof Popover;
|
|
@@ -9604,14 +9630,14 @@ declare class AddDimensionButton extends Component<Props$k, SpreadsheetChildEnv>
|
|
|
9604
9630
|
onKeyDown(ev: KeyboardEvent): void;
|
|
9605
9631
|
}
|
|
9606
9632
|
|
|
9607
|
-
interface Props$
|
|
9633
|
+
interface Props$k {
|
|
9608
9634
|
value: string;
|
|
9609
9635
|
onChange: (value: string) => void;
|
|
9610
9636
|
class?: string;
|
|
9611
9637
|
id?: string;
|
|
9612
9638
|
placeholder?: string;
|
|
9613
9639
|
}
|
|
9614
|
-
declare class TextInput extends Component<Props$
|
|
9640
|
+
declare class TextInput extends Component<Props$k, SpreadsheetChildEnv> {
|
|
9615
9641
|
static template: string;
|
|
9616
9642
|
static props: {
|
|
9617
9643
|
value: StringConstructor;
|
|
@@ -9637,13 +9663,13 @@ declare class TextInput extends Component<Props$j, SpreadsheetChildEnv> {
|
|
|
9637
9663
|
onMouseUp(ev: MouseEvent): void;
|
|
9638
9664
|
}
|
|
9639
9665
|
|
|
9640
|
-
interface Props$
|
|
9666
|
+
interface Props$j {
|
|
9641
9667
|
dimension: PivotCoreDimension | PivotCoreMeasure;
|
|
9642
9668
|
onRemoved: (dimension: PivotCoreDimension | PivotCoreMeasure) => void;
|
|
9643
9669
|
onNameUpdated?: (dimension: PivotCoreDimension | PivotCoreMeasure, name?: string) => void;
|
|
9644
9670
|
type: "row" | "col" | "measure";
|
|
9645
9671
|
}
|
|
9646
|
-
declare class PivotDimension extends Component<Props$
|
|
9672
|
+
declare class PivotDimension extends Component<Props$j, SpreadsheetChildEnv> {
|
|
9647
9673
|
static template: string;
|
|
9648
9674
|
static props: {
|
|
9649
9675
|
dimension: ObjectConstructor;
|
|
@@ -9667,13 +9693,13 @@ declare class PivotDimension extends Component<Props$i, SpreadsheetChildEnv> {
|
|
|
9667
9693
|
updateName(name: string): void;
|
|
9668
9694
|
}
|
|
9669
9695
|
|
|
9670
|
-
interface Props$
|
|
9696
|
+
interface Props$i {
|
|
9671
9697
|
dimension: PivotDimension$1;
|
|
9672
9698
|
onUpdated: (dimension: PivotDimension$1, ev: InputEvent) => void;
|
|
9673
9699
|
availableGranularities: Set<string>;
|
|
9674
9700
|
allGranularities: string[];
|
|
9675
9701
|
}
|
|
9676
|
-
declare class PivotDimensionGranularity extends Component<Props$
|
|
9702
|
+
declare class PivotDimensionGranularity extends Component<Props$i, SpreadsheetChildEnv> {
|
|
9677
9703
|
static template: string;
|
|
9678
9704
|
static props: {
|
|
9679
9705
|
dimension: ObjectConstructor;
|
|
@@ -9698,11 +9724,11 @@ declare class PivotDimensionGranularity extends Component<Props$h, SpreadsheetCh
|
|
|
9698
9724
|
};
|
|
9699
9725
|
}
|
|
9700
9726
|
|
|
9701
|
-
interface Props$
|
|
9727
|
+
interface Props$h {
|
|
9702
9728
|
dimension: PivotDimension$1;
|
|
9703
9729
|
onUpdated: (dimension: PivotDimension$1, ev: InputEvent) => void;
|
|
9704
9730
|
}
|
|
9705
|
-
declare class PivotDimensionOrder extends Component<Props$
|
|
9731
|
+
declare class PivotDimensionOrder extends Component<Props$h, SpreadsheetChildEnv> {
|
|
9706
9732
|
static template: string;
|
|
9707
9733
|
static props: {
|
|
9708
9734
|
dimension: ObjectConstructor;
|
|
@@ -9737,7 +9763,7 @@ declare function createPivotFormula(formulaId: string, cell: PivotTableCell): st
|
|
|
9737
9763
|
*/
|
|
9738
9764
|
declare function toNormalizedPivotValue(dimension: Pick<PivotDimension$1, "type" | "displayName" | "granularity">, groupValue: any): CellValue;
|
|
9739
9765
|
|
|
9740
|
-
interface Props$
|
|
9766
|
+
interface Props$g {
|
|
9741
9767
|
onConfirm: (content: string) => void;
|
|
9742
9768
|
composerContent: string;
|
|
9743
9769
|
defaultRangeSheetId: UID;
|
|
@@ -9746,7 +9772,7 @@ interface Props$f {
|
|
|
9746
9772
|
class?: string;
|
|
9747
9773
|
invalid?: boolean;
|
|
9748
9774
|
}
|
|
9749
|
-
declare class StandaloneComposer extends Component<Props$
|
|
9775
|
+
declare class StandaloneComposer extends Component<Props$g, SpreadsheetChildEnv> {
|
|
9750
9776
|
static template: string;
|
|
9751
9777
|
static props: {
|
|
9752
9778
|
composerContent: {
|
|
@@ -9792,7 +9818,7 @@ declare class StandaloneComposer extends Component<Props$f, SpreadsheetChildEnv>
|
|
|
9792
9818
|
onFocus(selection: ComposerSelection): void;
|
|
9793
9819
|
}
|
|
9794
9820
|
|
|
9795
|
-
interface Props$
|
|
9821
|
+
interface Props$f {
|
|
9796
9822
|
pivotId: string;
|
|
9797
9823
|
definition: PivotRuntimeDefinition;
|
|
9798
9824
|
measure: PivotMeasure;
|
|
@@ -9800,7 +9826,7 @@ interface Props$e {
|
|
|
9800
9826
|
onRemoved: () => void;
|
|
9801
9827
|
generateMeasureId: (fieldName: string, aggregator?: string) => string;
|
|
9802
9828
|
}
|
|
9803
|
-
declare class PivotMeasureEditor extends Component<Props$
|
|
9829
|
+
declare class PivotMeasureEditor extends Component<Props$f> {
|
|
9804
9830
|
static template: string;
|
|
9805
9831
|
static components: {
|
|
9806
9832
|
PivotDimension: typeof PivotDimension;
|
|
@@ -9823,7 +9849,7 @@ declare class PivotMeasureEditor extends Component<Props$e> {
|
|
|
9823
9849
|
openShowValuesAs(): void;
|
|
9824
9850
|
}
|
|
9825
9851
|
|
|
9826
|
-
interface Props$
|
|
9852
|
+
interface Props$e {
|
|
9827
9853
|
definition: PivotRuntimeDefinition;
|
|
9828
9854
|
onDimensionsUpdated: (definition: Partial<PivotCoreDefinition>) => void;
|
|
9829
9855
|
unusedGroupableFields: PivotField[];
|
|
@@ -9834,7 +9860,7 @@ interface Props$d {
|
|
|
9834
9860
|
getScrollableContainerEl?: () => HTMLElement;
|
|
9835
9861
|
pivotId: UID;
|
|
9836
9862
|
}
|
|
9837
|
-
declare class PivotLayoutConfigurator extends Component<Props$
|
|
9863
|
+
declare class PivotLayoutConfigurator extends Component<Props$e, SpreadsheetChildEnv> {
|
|
9838
9864
|
static template: string;
|
|
9839
9865
|
static components: {
|
|
9840
9866
|
AddDimensionButton: typeof AddDimensionButton;
|
|
@@ -9918,11 +9944,11 @@ declare class PivotSidePanelStore extends SpreadsheetStore {
|
|
|
9918
9944
|
private getUnusedGranularities;
|
|
9919
9945
|
}
|
|
9920
9946
|
|
|
9921
|
-
interface Props$
|
|
9947
|
+
interface Props$d {
|
|
9922
9948
|
pivotId: UID;
|
|
9923
9949
|
flipAxis: () => void;
|
|
9924
9950
|
}
|
|
9925
|
-
declare class PivotTitleSection extends Component<Props$
|
|
9951
|
+
declare class PivotTitleSection extends Component<Props$d, SpreadsheetChildEnv> {
|
|
9926
9952
|
static template: string;
|
|
9927
9953
|
static components: {
|
|
9928
9954
|
CogWheelMenu: typeof CogWheelMenu;
|
|
@@ -10085,6 +10111,90 @@ declare function getFirstPivotFunction(tokens: Token[]): {
|
|
|
10085
10111
|
*/
|
|
10086
10112
|
declare function getNumberOfPivotFunctions(tokens: Token[]): number;
|
|
10087
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
|
+
|
|
10088
10198
|
declare class PivotMeasureDisplayPanelStore extends SpreadsheetStore {
|
|
10089
10199
|
private pivotId;
|
|
10090
10200
|
private initialMeasure;
|
|
@@ -10168,11 +10278,11 @@ interface Renderer {
|
|
|
10168
10278
|
renderingLayers: Readonly<LayerName[]>;
|
|
10169
10279
|
}
|
|
10170
10280
|
declare class RendererStore {
|
|
10171
|
-
mutators: readonly ["register", "unRegister"];
|
|
10281
|
+
mutators: readonly ["register", "unRegister", "drawLayer"];
|
|
10172
10282
|
private renderers;
|
|
10173
10283
|
register(renderer: Renderer): void;
|
|
10174
10284
|
unRegister(renderer: Renderer): void;
|
|
10175
|
-
drawLayer(context: GridRenderingContext, layer: LayerName):
|
|
10285
|
+
drawLayer(context: GridRenderingContext, layer: LayerName): string;
|
|
10176
10286
|
}
|
|
10177
10287
|
|
|
10178
10288
|
interface RippleProps {
|
|
@@ -11187,7 +11297,7 @@ declare const registries: {
|
|
|
11187
11297
|
clipboardHandlersRegistries: {
|
|
11188
11298
|
figureHandlers: Registry<{
|
|
11189
11299
|
new (getters: Getters, dispatch: {
|
|
11190
|
-
<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, {
|
|
11191
11301
|
type: T;
|
|
11192
11302
|
}> | Extract<UpdateCellPositionCommand, {
|
|
11193
11303
|
type: T;
|
|
@@ -11415,8 +11525,12 @@ declare const registries: {
|
|
|
11415
11525
|
type: T;
|
|
11416
11526
|
}> | Extract<PaintFormat, {
|
|
11417
11527
|
type: T;
|
|
11528
|
+
}> | Extract<PivotStartPresenceTracking, {
|
|
11529
|
+
type: T;
|
|
11530
|
+
}> | Extract<PivotStopPresenceTracking, {
|
|
11531
|
+
type: T;
|
|
11418
11532
|
}>>(type: {} extends Omit<C, "type"> ? T : never): DispatchResult;
|
|
11419
|
-
<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, {
|
|
11420
11534
|
type: T_1;
|
|
11421
11535
|
}> | Extract<UpdateCellPositionCommand, {
|
|
11422
11536
|
type: T_1;
|
|
@@ -11644,12 +11758,16 @@ declare const registries: {
|
|
|
11644
11758
|
type: T_1;
|
|
11645
11759
|
}> | Extract<PaintFormat, {
|
|
11646
11760
|
type: T_1;
|
|
11761
|
+
}> | Extract<PivotStartPresenceTracking, {
|
|
11762
|
+
type: T_1;
|
|
11763
|
+
}> | Extract<PivotStopPresenceTracking, {
|
|
11764
|
+
type: T_1;
|
|
11647
11765
|
}>>(type: T_1, r: Omit<C_1, "type">): DispatchResult;
|
|
11648
11766
|
}): AbstractFigureClipboardHandler<any>;
|
|
11649
11767
|
}>;
|
|
11650
11768
|
cellHandlers: Registry<{
|
|
11651
11769
|
new (getters: Getters, dispatch: {
|
|
11652
|
-
<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, {
|
|
11653
11771
|
type: T;
|
|
11654
11772
|
}> | Extract<UpdateCellPositionCommand, {
|
|
11655
11773
|
type: T;
|
|
@@ -11877,8 +11995,12 @@ declare const registries: {
|
|
|
11877
11995
|
type: T;
|
|
11878
11996
|
}> | Extract<PaintFormat, {
|
|
11879
11997
|
type: T;
|
|
11998
|
+
}> | Extract<PivotStartPresenceTracking, {
|
|
11999
|
+
type: T;
|
|
12000
|
+
}> | Extract<PivotStopPresenceTracking, {
|
|
12001
|
+
type: T;
|
|
11880
12002
|
}>>(type: {} extends Omit<C, "type"> ? T : never): DispatchResult;
|
|
11881
|
-
<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, {
|
|
11882
12004
|
type: T_1;
|
|
11883
12005
|
}> | Extract<UpdateCellPositionCommand, {
|
|
11884
12006
|
type: T_1;
|
|
@@ -12106,6 +12228,10 @@ declare const registries: {
|
|
|
12106
12228
|
type: T_1;
|
|
12107
12229
|
}> | Extract<PaintFormat, {
|
|
12108
12230
|
type: T_1;
|
|
12231
|
+
}> | Extract<PivotStartPresenceTracking, {
|
|
12232
|
+
type: T_1;
|
|
12233
|
+
}> | Extract<PivotStopPresenceTracking, {
|
|
12234
|
+
type: T_1;
|
|
12109
12235
|
}>>(type: T_1, r: Omit<C_1, "type">): DispatchResult;
|
|
12110
12236
|
}): AbstractCellClipboardHandler<any, any>;
|
|
12111
12237
|
}>;
|
|
@@ -12227,6 +12353,7 @@ declare const components: {
|
|
|
12227
12353
|
PivotDimensionOrder: typeof PivotDimensionOrder;
|
|
12228
12354
|
PivotDimension: typeof PivotDimension;
|
|
12229
12355
|
PivotLayoutConfigurator: typeof PivotLayoutConfigurator;
|
|
12356
|
+
PivotHTMLRenderer: typeof PivotHTMLRenderer;
|
|
12230
12357
|
EditableName: typeof EditableName;
|
|
12231
12358
|
PivotDeferUpdate: typeof PivotDeferUpdate;
|
|
12232
12359
|
PivotTitleSection: typeof PivotTitleSection;
|
|
@@ -12310,4 +12437,4 @@ declare const constants: {
|
|
|
12310
12437
|
};
|
|
12311
12438
|
};
|
|
12312
12439
|
|
|
12313
|
-
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 };
|