()
| 1576 | Object.defineProperty(t2, "__esModule", { value: true }), t2.createSelectionRenderModel = void 0; |
| 1577 | class i2 { |
| 1578 | constructor() { |
| 1579 | this.clear(); |
| 1580 | } |
| 1581 | clear() { |
| 1582 | this.hasSelection = false, this.columnSelectMode = false, this.viewportStartRow = 0, this.viewportEndRow = 0, this.viewportCappedStartRow = 0, this.viewportCappedEndRow = 0, this.startCol = 0, this.endCol = 0, this.selectionStart = void 0, this.selectionEnd = void 0; |
| 1583 | } |