Rename GridSelection to TableSelection (#5534)

This commit is contained in:
Gerard Rovira
2024-01-24 15:52:28 +00:00
committed by GitHub
parent adc8b0ec59
commit 08f61ba0d2
16 changed files with 272 additions and 267 deletions

View File

@ -131,5 +131,33 @@
"129": "Expected parentElement of Text not to be null",
"130": "LexicalNode: Node %s does not match the serialized type. Check if .exportJSON() is implemented and it is returning the correct type.",
"131": "Expected to find LexicalNode from Table Cell DOMNode",
"132": "Expected TextNode createDOM to always return a HTMLElement"
"132": "Expected TextNode createDOM to always return a HTMLElement",
"133": "Children of a root must be ElementNode",
"134": "Expected RangeSelection after insertParagraph",
"135": "Expected 'firstBlock' to be an ElementNode",
"136": "Expected ancestor to be an ElementNode",
"137": "LexicalNode: Node %s does not implement .isInline().",
"138": "Children of root nodes must be elements",
"139": "includeChildren should only be true for ElementNodes",
"140": "insertRangeAfter: lastToInsert must be a later sibling of firstToInsert",
"141": "Point.getNode() must return TextNode when type is text",
"142": "Anchor node must be a TextNode",
"143": "insertList: anchor should be defined",
"144": "node is not a ListItemNode",
"145": "focusEndRow is not a TableRowNode",
"146": "Expected GridNode children to be TableRowNode",
"147": "Expected TableRowNode children to be TableCellNode",
"148": "Expected to find a parent TableCellNode",
"149": "Expected TableCellNode to have a parent TableRowNode",
"150": "Expected TableRowNode to have a parent GridNode",
"151": "Expected TableSelection focus to be an ElementNode",
"152": "Expected TableSelection anchor to be (or a child of) TableCellNode",
"153": "getCellRect: expected to find AnchorNode",
"154": "Expected TableSelection focus to be (or a child of) TableCellNode",
"155": "getCellRect: expected to find focusCellNode",
"156": "Expected anchorCell to have a parent TableRowNode",
"157": "Expected tableNode to have a parent TableNode",
"158": "Expected gridParent to have a parent",
"159": "Expected focusCellParent to have a parent",
"160": "Expected TableCellNode parent to be a TableRowNode"
}