@revolist/revogrid 4.1.0-next.76 → 4.1.0-next.77
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/custom-element/revogr-overlay-selection2.js +0 -4
- package/dist/cjs/revo-grid_11.cjs.entry.js +0 -4
- package/dist/collection/components/overlay/revogr-overlay-selection.d.ts +0 -1
- package/dist/collection/components/overlay/revogr-overlay-selection.js +0 -4
- package/dist/esm/revo-grid_11.entry.js +0 -4
- package/dist/revo-grid/revo-grid_11.entry.js +1 -1
- package/dist/types/components/overlay/revogr-overlay-selection.d.ts +0 -1
- package/package.json +1 -1
|
@@ -429,7 +429,6 @@ let OverlaySelection = class extends HTMLElement {
|
|
|
429
429
|
this.keyboardService = null;
|
|
430
430
|
this.autoFillService = null;
|
|
431
431
|
this.clipboardService = null;
|
|
432
|
-
this.cellEditor = null;
|
|
433
432
|
/** If true applys changes when cell closes if not Escape */
|
|
434
433
|
this.applyChangesOnClose = false;
|
|
435
434
|
}
|
|
@@ -661,9 +660,6 @@ let OverlaySelection = class extends HTMLElement {
|
|
|
661
660
|
if (this.canEdit()) {
|
|
662
661
|
const editCell = this.selectionStore.get('focus');
|
|
663
662
|
const data = this.columnService.getSaveData(editCell.y, editCell.x);
|
|
664
|
-
if (isCancel) {
|
|
665
|
-
this.cellEditor.cancel();
|
|
666
|
-
}
|
|
667
663
|
(_a = this.setEdit) === null || _a === void 0 ? void 0 : _a.emit(Object.assign(Object.assign({}, data), { isCancel,
|
|
668
664
|
val }));
|
|
669
665
|
}
|
|
@@ -27577,7 +27577,6 @@ let OverlaySelection = class {
|
|
|
27577
27577
|
this.keyboardService = null;
|
|
27578
27578
|
this.autoFillService = null;
|
|
27579
27579
|
this.clipboardService = null;
|
|
27580
|
-
this.cellEditor = null;
|
|
27581
27580
|
/** If true applys changes when cell closes if not Escape */
|
|
27582
27581
|
this.applyChangesOnClose = false;
|
|
27583
27582
|
}
|
|
@@ -27809,9 +27808,6 @@ let OverlaySelection = class {
|
|
|
27809
27808
|
if (this.canEdit()) {
|
|
27810
27809
|
const editCell = this.selectionStore.get('focus');
|
|
27811
27810
|
const data = this.columnService.getSaveData(editCell.y, editCell.x);
|
|
27812
|
-
if (isCancel) {
|
|
27813
|
-
this.cellEditor.cancel();
|
|
27814
|
-
}
|
|
27815
27811
|
(_a = this.setEdit) === null || _a === void 0 ? void 0 : _a.emit(Object.assign(Object.assign({}, data), { isCancel,
|
|
27816
27812
|
val }));
|
|
27817
27813
|
}
|
|
@@ -14,7 +14,6 @@ export class OverlaySelection {
|
|
|
14
14
|
this.keyboardService = null;
|
|
15
15
|
this.autoFillService = null;
|
|
16
16
|
this.clipboardService = null;
|
|
17
|
-
this.cellEditor = null;
|
|
18
17
|
/** If true applys changes when cell closes if not Escape */
|
|
19
18
|
this.applyChangesOnClose = false;
|
|
20
19
|
}
|
|
@@ -248,9 +247,6 @@ export class OverlaySelection {
|
|
|
248
247
|
if (this.canEdit()) {
|
|
249
248
|
const editCell = this.selectionStore.get('focus');
|
|
250
249
|
const data = this.columnService.getSaveData(editCell.y, editCell.x);
|
|
251
|
-
if (isCancel) {
|
|
252
|
-
this.cellEditor.cancel();
|
|
253
|
-
}
|
|
254
250
|
(_a = this.setEdit) === null || _a === void 0 ? void 0 : _a.emit(Object.assign(Object.assign({}, data), { isCancel,
|
|
255
251
|
val }));
|
|
256
252
|
}
|
|
@@ -27573,7 +27573,6 @@ let OverlaySelection = class {
|
|
|
27573
27573
|
this.keyboardService = null;
|
|
27574
27574
|
this.autoFillService = null;
|
|
27575
27575
|
this.clipboardService = null;
|
|
27576
|
-
this.cellEditor = null;
|
|
27577
27576
|
/** If true applys changes when cell closes if not Escape */
|
|
27578
27577
|
this.applyChangesOnClose = false;
|
|
27579
27578
|
}
|
|
@@ -27805,9 +27804,6 @@ let OverlaySelection = class {
|
|
|
27805
27804
|
if (this.canEdit()) {
|
|
27806
27805
|
const editCell = this.selectionStore.get('focus');
|
|
27807
27806
|
const data = this.columnService.getSaveData(editCell.y, editCell.x);
|
|
27808
|
-
if (isCancel) {
|
|
27809
|
-
this.cellEditor.cancel();
|
|
27810
|
-
}
|
|
27811
27807
|
(_a = this.setEdit) === null || _a === void 0 ? void 0 : _a.emit(Object.assign(Object.assign({}, data), { isCancel,
|
|
27812
27808
|
val }));
|
|
27813
27809
|
}
|