()
| 10548 | this.active = datum; |
| 10549 | } |
| 10550 | deactivate() { |
| 10551 | if (this.active) delete this.active[(0, _sanddanceSpecs.FieldNames).Active]; |
| 10552 | this.active = null; |
| 10553 | } |
| 10554 | ordinalIndexWithinSelection(ordinal) { |
| 10555 | if (this.selection) for(let i = 0; i < this.selection.included.length; i++){ |
| 10556 | let datum = this.selection.included[i]; |