igniteui-webcomponents-grids 5.2.1-beta.0 → 5.4.0-beta.0
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/bundles/igniteui-webcomponents-grids.umd.js +23 -13
- package/bundles/igniteui-webcomponents-grids.umd.min.js +1 -1
- package/custom-elements.json +1423 -0
- package/esm2015/lib/ColumnFilterCondition_combined.js +8 -8
- package/esm2015/lib/GridCellBase.js +14 -4
- package/esm2015/lib/GridEffectMainIntent.js +1 -1
- package/esm5/lib/ColumnFilterCondition_combined.js +8 -8
- package/esm5/lib/GridCellBase.js +14 -4
- package/esm5/lib/GridEffectMainIntent.js +1 -1
- package/fesm2015/igniteui-webcomponents-grids.js +23 -13
- package/fesm5/igniteui-webcomponents-grids.js +23 -13
- package/grids/combined.js +24478 -22247
- package/grids/index.d.ts +1 -204
- package/grids/lib/igc-column-component.d.ts +1 -1
- package/grids/lib/igc-expression-tree.d.ts +6 -0
- package/grids/lib/igc-filtering-expression.d.ts +9 -3
- package/grids/lib/igc-filtering-expressions-tree.d.ts +6 -0
- package/grids/lib/igc-filtering-operand.d.ts +1 -1
- package/grids/lib/igc-filtering-operation.d.ts +3 -0
- package/grids/lib/igc-grid-base-directive.d.ts +1 -1
- package/grids/lib/igc-hierarchical-grid-base-directive.d.ts +1 -1
- package/grids/lib/igc-pivot-dimension.d.ts +1 -1
- package/grids/lib/igc-pivot-value.d.ts +1 -1
- package/grids/lib/igc-row-island-component.d.ts +1 -1
- package/grids/lib/index.d.ts +204 -0
- package/grids/styles.css +1 -1
- package/grids/themes/dark/bootstrap.css +1 -1
- package/grids/themes/dark/fluent.css +1 -1
- package/grids/themes/dark/indigo.css +1 -1
- package/grids/themes/dark/material.css +1 -1
- package/grids/themes/light/bootstrap.css +1 -1
- package/grids/themes/light/fluent.css +1 -1
- package/grids/themes/light/indigo.css +1 -1
- package/grids/themes/light/material.css +1 -1
- package/lib/GridEffectMainIntent.d.ts +4 -3
- package/package.json +4 -4
|
@@ -6617,7 +6617,7 @@ export let DataGrid = /*@__PURE__*/ (() => {
|
|
|
6617
6617
|
}
|
|
6618
6618
|
this.dragger.dragStart(b, c, this.model.actualVisibleRegion.x, this.model.actualVisibleRegion.y, 0, a, d);
|
|
6619
6619
|
}
|
|
6620
|
-
else if (this.selectionMode == 2 && this.mouseDragSelectionEnabled && a.aj) {
|
|
6620
|
+
else if (this.selectionMode == 2 && this.mouseDragSelectionEnabled && (a.aj || (a.ay && !a.g))) {
|
|
6621
6621
|
if (!d) {
|
|
6622
6622
|
this.je = true;
|
|
6623
6623
|
this.selectedKeys.clear();
|
|
@@ -15570,7 +15570,7 @@ export let GridAnimationManager = /*@__PURE__*/ (() => {
|
|
|
15570
15570
|
let j = a.columnPropertyUpdatingAnimationMode;
|
|
15571
15571
|
let k = new ColumnCellsEffect();
|
|
15572
15572
|
k.bx(i);
|
|
15573
|
-
k.t =
|
|
15573
|
+
k.t = 8;
|
|
15574
15574
|
k.as = true;
|
|
15575
15575
|
if (g == 0) {
|
|
15576
15576
|
k.v = 5;
|
|
@@ -15735,7 +15735,7 @@ export let GridAnimationManager = /*@__PURE__*/ (() => {
|
|
|
15735
15735
|
let m = a.columnPropertyUpdatingAnimationMode;
|
|
15736
15736
|
let n = new ColumnCellsEffect();
|
|
15737
15737
|
n.bx(l);
|
|
15738
|
-
n.t =
|
|
15738
|
+
n.t = 8;
|
|
15739
15739
|
n.as = true;
|
|
15740
15740
|
if (g) {
|
|
15741
15741
|
n.v = 5;
|
|
@@ -15937,7 +15937,7 @@ export let GridAnimationManager = /*@__PURE__*/ (() => {
|
|
|
15937
15937
|
for (let h = b; h <= c; h++) {
|
|
15938
15938
|
let i = new RowCellsEffect();
|
|
15939
15939
|
g.g(i);
|
|
15940
|
-
i.t =
|
|
15940
|
+
i.t = 7;
|
|
15941
15941
|
i.bx(e);
|
|
15942
15942
|
i.al = true;
|
|
15943
15943
|
i.bq = 1;
|
|
@@ -16315,7 +16315,7 @@ export let GridAnimationManager = /*@__PURE__*/ (() => {
|
|
|
16315
16315
|
let h = new CellEffect();
|
|
16316
16316
|
h.onFinished = delegateCombine(h.onFinished, (i) => this.w(e));
|
|
16317
16317
|
h.onCanceled = delegateCombine(h.onCanceled, (i, j) => this.v(e));
|
|
16318
|
-
h.t =
|
|
16318
|
+
h.t = 9;
|
|
16319
16319
|
h.bx(f);
|
|
16320
16320
|
h.al = true;
|
|
16321
16321
|
h.bq = 1;
|
|
@@ -16392,7 +16392,7 @@ export let GridAnimationManager = /*@__PURE__*/ (() => {
|
|
|
16392
16392
|
let h = new CellEffect();
|
|
16393
16393
|
h.onFinished = delegateCombine(h.onFinished, (i) => this.w(e));
|
|
16394
16394
|
h.onCanceled = delegateCombine(h.onCanceled, (i, j) => this.v(e));
|
|
16395
|
-
h.t =
|
|
16395
|
+
h.t = 9;
|
|
16396
16396
|
h.bx(f);
|
|
16397
16397
|
h.al = true;
|
|
16398
16398
|
h.bq = 0;
|
|
@@ -16508,7 +16508,7 @@ export let GridAnimationManager = /*@__PURE__*/ (() => {
|
|
|
16508
16508
|
let e = new RowCellsEffect();
|
|
16509
16509
|
e.onFinished = delegateCombine(e.onFinished, (f) => this.w(c));
|
|
16510
16510
|
e.onCanceled = delegateCombine(e.onCanceled, (f, g) => this.v(c));
|
|
16511
|
-
e.t =
|
|
16511
|
+
e.t = 6;
|
|
16512
16512
|
e.bx(d);
|
|
16513
16513
|
e.al = true;
|
|
16514
16514
|
e.bq = 1;
|
|
@@ -16549,7 +16549,7 @@ export let GridAnimationManager = /*@__PURE__*/ (() => {
|
|
|
16549
16549
|
let e = new RowCellsEffect();
|
|
16550
16550
|
e.onFinished = delegateCombine(e.onFinished, (f) => this.w(c));
|
|
16551
16551
|
e.onCanceled = delegateCombine(e.onCanceled, (f, g) => this.v(c));
|
|
16552
|
-
e.t =
|
|
16552
|
+
e.t = 6;
|
|
16553
16553
|
e.bx(d);
|
|
16554
16554
|
e.al = true;
|
|
16555
16555
|
e.bq = 0;
|
|
@@ -588,10 +588,20 @@ export let GridCellBase = /*@__PURE__*/ (() => {
|
|
|
588
588
|
this.o = false;
|
|
589
589
|
}
|
|
590
590
|
bp(a, b) {
|
|
591
|
-
if (this.a != null
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
591
|
+
if (this.a != null) {
|
|
592
|
+
if (this.aa(this.a)) {
|
|
593
|
+
if (this.a.isMouseDown) {
|
|
594
|
+
if (!b && PointUtil.notEquals(this.a.mousePosition, null)) {
|
|
595
|
+
this.a.isControlPressed = a.ctrlKey;
|
|
596
|
+
this.a.dragStarted();
|
|
597
|
+
}
|
|
598
|
+
}
|
|
599
|
+
}
|
|
600
|
+
if (this.a.isLeaveActionDesired) {
|
|
601
|
+
let c = a.pageX;
|
|
602
|
+
let d = a.pageY;
|
|
603
|
+
this.a.mouseLeaveCell(c, d);
|
|
604
|
+
}
|
|
595
605
|
}
|
|
596
606
|
}
|
|
597
607
|
bo(a, b) {
|
|
@@ -8,4 +8,4 @@ import { markEnum } from "igniteui-webcomponents-core";
|
|
|
8
8
|
/**
|
|
9
9
|
* @hidden
|
|
10
10
|
*/
|
|
11
|
-
export let GridEffectMainIntent_$type = /*@__PURE__*/ markEnum('GridEffectMainIntent', 'Default,0|Position,1|Opacity,2|Virtualization,3|Dimensions,4|Selection,5|
|
|
11
|
+
export let GridEffectMainIntent_$type = /*@__PURE__*/ markEnum('GridEffectMainIntent', 'Default,0|Position,1|Opacity,2|Virtualization,3|Dimensions,4|Selection,5|Hover,6|DataChange,7|ColumnPropertyChange,8|Activation,9');
|
|
@@ -7963,7 +7963,7 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
7963
7963
|
}
|
|
7964
7964
|
this.dragger.dragStart(b, c, this.model.actualVisibleRegion.x, this.model.actualVisibleRegion.y, 0, a, d);
|
|
7965
7965
|
}
|
|
7966
|
-
else if (this.selectionMode == 2 && this.mouseDragSelectionEnabled && a.aj) {
|
|
7966
|
+
else if (this.selectionMode == 2 && this.mouseDragSelectionEnabled && (a.aj || (a.ay && !a.g))) {
|
|
7967
7967
|
if (!d) {
|
|
7968
7968
|
this.je = true;
|
|
7969
7969
|
this.selectedKeys.clear();
|
|
@@ -17749,7 +17749,7 @@ var GridAnimationManager = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
17749
17749
|
var j = a.columnPropertyUpdatingAnimationMode;
|
|
17750
17750
|
var k = new ColumnCellsEffect();
|
|
17751
17751
|
k.bx(i);
|
|
17752
|
-
k.t =
|
|
17752
|
+
k.t = 8;
|
|
17753
17753
|
k.as = true;
|
|
17754
17754
|
if (g == 0) {
|
|
17755
17755
|
k.v = 5;
|
|
@@ -17915,7 +17915,7 @@ var GridAnimationManager = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
17915
17915
|
var m = a.columnPropertyUpdatingAnimationMode;
|
|
17916
17916
|
var n = new ColumnCellsEffect();
|
|
17917
17917
|
n.bx(l);
|
|
17918
|
-
n.t =
|
|
17918
|
+
n.t = 8;
|
|
17919
17919
|
n.as = true;
|
|
17920
17920
|
if (g) {
|
|
17921
17921
|
n.v = 5;
|
|
@@ -18118,7 +18118,7 @@ var GridAnimationManager = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
18118
18118
|
for (var h = b; h <= c; h++) {
|
|
18119
18119
|
var i = new RowCellsEffect();
|
|
18120
18120
|
g.g(i);
|
|
18121
|
-
i.t =
|
|
18121
|
+
i.t = 7;
|
|
18122
18122
|
i.bx(e);
|
|
18123
18123
|
i.al = true;
|
|
18124
18124
|
i.bq = 1;
|
|
@@ -18503,7 +18503,7 @@ var GridAnimationManager = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
18503
18503
|
var h = new CellEffect();
|
|
18504
18504
|
h.onFinished = delegateCombine(h.onFinished, function (i) { return _this.w(e); });
|
|
18505
18505
|
h.onCanceled = delegateCombine(h.onCanceled, function (i, j) { return _this.v(e); });
|
|
18506
|
-
h.t =
|
|
18506
|
+
h.t = 9;
|
|
18507
18507
|
h.bx(f);
|
|
18508
18508
|
h.al = true;
|
|
18509
18509
|
h.bq = 1;
|
|
@@ -18582,7 +18582,7 @@ var GridAnimationManager = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
18582
18582
|
var h = new CellEffect();
|
|
18583
18583
|
h.onFinished = delegateCombine(h.onFinished, function (i) { return _this.w(e); });
|
|
18584
18584
|
h.onCanceled = delegateCombine(h.onCanceled, function (i, j) { return _this.v(e); });
|
|
18585
|
-
h.t =
|
|
18585
|
+
h.t = 9;
|
|
18586
18586
|
h.bx(f);
|
|
18587
18587
|
h.al = true;
|
|
18588
18588
|
h.bq = 0;
|
|
@@ -18701,7 +18701,7 @@ var GridAnimationManager = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
18701
18701
|
var e = new RowCellsEffect();
|
|
18702
18702
|
e.onFinished = delegateCombine(e.onFinished, function (f) { return _this.w(c); });
|
|
18703
18703
|
e.onCanceled = delegateCombine(e.onCanceled, function (f, g) { return _this.v(c); });
|
|
18704
|
-
e.t =
|
|
18704
|
+
e.t = 6;
|
|
18705
18705
|
e.bx(d);
|
|
18706
18706
|
e.al = true;
|
|
18707
18707
|
e.bq = 1;
|
|
@@ -18743,7 +18743,7 @@ var GridAnimationManager = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
18743
18743
|
var e = new RowCellsEffect();
|
|
18744
18744
|
e.onFinished = delegateCombine(e.onFinished, function (f) { return _this.w(c); });
|
|
18745
18745
|
e.onCanceled = delegateCombine(e.onCanceled, function (f, g) { return _this.v(c); });
|
|
18746
|
-
e.t =
|
|
18746
|
+
e.t = 6;
|
|
18747
18747
|
e.bx(d);
|
|
18748
18748
|
e.al = true;
|
|
18749
18749
|
e.bq = 0;
|
package/esm5/lib/GridCellBase.js
CHANGED
|
@@ -655,10 +655,20 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
655
655
|
this.o = false;
|
|
656
656
|
};
|
|
657
657
|
GridCellBase.prototype.bp = function (a, b) {
|
|
658
|
-
if (this.a != null
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
658
|
+
if (this.a != null) {
|
|
659
|
+
if (this.aa(this.a)) {
|
|
660
|
+
if (this.a.isMouseDown) {
|
|
661
|
+
if (!b && PointUtil.notEquals(this.a.mousePosition, null)) {
|
|
662
|
+
this.a.isControlPressed = a.ctrlKey;
|
|
663
|
+
this.a.dragStarted();
|
|
664
|
+
}
|
|
665
|
+
}
|
|
666
|
+
}
|
|
667
|
+
if (this.a.isLeaveActionDesired) {
|
|
668
|
+
var c = a.pageX;
|
|
669
|
+
var d = a.pageY;
|
|
670
|
+
this.a.mouseLeaveCell(c, d);
|
|
671
|
+
}
|
|
662
672
|
}
|
|
663
673
|
};
|
|
664
674
|
GridCellBase.prototype.bo = function (a, b) {
|
|
@@ -8,4 +8,4 @@ import { markEnum } from "igniteui-webcomponents-core";
|
|
|
8
8
|
/**
|
|
9
9
|
* @hidden
|
|
10
10
|
*/
|
|
11
|
-
export var GridEffectMainIntent_$type = /*@__PURE__*/ markEnum('GridEffectMainIntent', 'Default,0|Position,1|Opacity,2|Virtualization,3|Dimensions,4|Selection,5|
|
|
11
|
+
export var GridEffectMainIntent_$type = /*@__PURE__*/ markEnum('GridEffectMainIntent', 'Default,0|Position,1|Opacity,2|Virtualization,3|Dimensions,4|Selection,5|Hover,6|DataChange,7|ColumnPropertyChange,8|Activation,9');
|
|
@@ -13635,7 +13635,7 @@ let DataGrid = /*@__PURE__*/ (() => {
|
|
|
13635
13635
|
}
|
|
13636
13636
|
this.dragger.dragStart(b, c, this.model.actualVisibleRegion.x, this.model.actualVisibleRegion.y, 0, a, d);
|
|
13637
13637
|
}
|
|
13638
|
-
else if (this.selectionMode == 2 && this.mouseDragSelectionEnabled && a.aj) {
|
|
13638
|
+
else if (this.selectionMode == 2 && this.mouseDragSelectionEnabled && (a.aj || (a.ay && !a.g))) {
|
|
13639
13639
|
if (!d) {
|
|
13640
13640
|
this.je = true;
|
|
13641
13641
|
this.selectedKeys.clear();
|
|
@@ -22588,7 +22588,7 @@ let GridAnimationManager = /*@__PURE__*/ (() => {
|
|
|
22588
22588
|
let j = a.columnPropertyUpdatingAnimationMode;
|
|
22589
22589
|
let k = new ColumnCellsEffect();
|
|
22590
22590
|
k.bx(i);
|
|
22591
|
-
k.t =
|
|
22591
|
+
k.t = 8;
|
|
22592
22592
|
k.as = true;
|
|
22593
22593
|
if (g == 0) {
|
|
22594
22594
|
k.v = 5;
|
|
@@ -22753,7 +22753,7 @@ let GridAnimationManager = /*@__PURE__*/ (() => {
|
|
|
22753
22753
|
let m = a.columnPropertyUpdatingAnimationMode;
|
|
22754
22754
|
let n = new ColumnCellsEffect();
|
|
22755
22755
|
n.bx(l);
|
|
22756
|
-
n.t =
|
|
22756
|
+
n.t = 8;
|
|
22757
22757
|
n.as = true;
|
|
22758
22758
|
if (g) {
|
|
22759
22759
|
n.v = 5;
|
|
@@ -22955,7 +22955,7 @@ let GridAnimationManager = /*@__PURE__*/ (() => {
|
|
|
22955
22955
|
for (let h = b; h <= c; h++) {
|
|
22956
22956
|
let i = new RowCellsEffect();
|
|
22957
22957
|
g.g(i);
|
|
22958
|
-
i.t =
|
|
22958
|
+
i.t = 7;
|
|
22959
22959
|
i.bx(e);
|
|
22960
22960
|
i.al = true;
|
|
22961
22961
|
i.bq = 1;
|
|
@@ -23333,7 +23333,7 @@ let GridAnimationManager = /*@__PURE__*/ (() => {
|
|
|
23333
23333
|
let h = new CellEffect();
|
|
23334
23334
|
h.onFinished = delegateCombine(h.onFinished, (i) => this.w(e));
|
|
23335
23335
|
h.onCanceled = delegateCombine(h.onCanceled, (i, j) => this.v(e));
|
|
23336
|
-
h.t =
|
|
23336
|
+
h.t = 9;
|
|
23337
23337
|
h.bx(f);
|
|
23338
23338
|
h.al = true;
|
|
23339
23339
|
h.bq = 1;
|
|
@@ -23410,7 +23410,7 @@ let GridAnimationManager = /*@__PURE__*/ (() => {
|
|
|
23410
23410
|
let h = new CellEffect();
|
|
23411
23411
|
h.onFinished = delegateCombine(h.onFinished, (i) => this.w(e));
|
|
23412
23412
|
h.onCanceled = delegateCombine(h.onCanceled, (i, j) => this.v(e));
|
|
23413
|
-
h.t =
|
|
23413
|
+
h.t = 9;
|
|
23414
23414
|
h.bx(f);
|
|
23415
23415
|
h.al = true;
|
|
23416
23416
|
h.bq = 0;
|
|
@@ -23526,7 +23526,7 @@ let GridAnimationManager = /*@__PURE__*/ (() => {
|
|
|
23526
23526
|
let e = new RowCellsEffect();
|
|
23527
23527
|
e.onFinished = delegateCombine(e.onFinished, (f) => this.w(c));
|
|
23528
23528
|
e.onCanceled = delegateCombine(e.onCanceled, (f, g) => this.v(c));
|
|
23529
|
-
e.t =
|
|
23529
|
+
e.t = 6;
|
|
23530
23530
|
e.bx(d);
|
|
23531
23531
|
e.al = true;
|
|
23532
23532
|
e.bq = 1;
|
|
@@ -23567,7 +23567,7 @@ let GridAnimationManager = /*@__PURE__*/ (() => {
|
|
|
23567
23567
|
let e = new RowCellsEffect();
|
|
23568
23568
|
e.onFinished = delegateCombine(e.onFinished, (f) => this.w(c));
|
|
23569
23569
|
e.onCanceled = delegateCombine(e.onCanceled, (f, g) => this.v(c));
|
|
23570
|
-
e.t =
|
|
23570
|
+
e.t = 6;
|
|
23571
23571
|
e.bx(d);
|
|
23572
23572
|
e.al = true;
|
|
23573
23573
|
e.bq = 0;
|
|
@@ -52378,10 +52378,20 @@ let GridCellBase = /*@__PURE__*/ (() => {
|
|
|
52378
52378
|
this.o = false;
|
|
52379
52379
|
}
|
|
52380
52380
|
bp(a, b) {
|
|
52381
|
-
if (this.a != null
|
|
52382
|
-
|
|
52383
|
-
|
|
52384
|
-
|
|
52381
|
+
if (this.a != null) {
|
|
52382
|
+
if (this.aa(this.a)) {
|
|
52383
|
+
if (this.a.isMouseDown) {
|
|
52384
|
+
if (!b && PointUtil.notEquals(this.a.mousePosition, null)) {
|
|
52385
|
+
this.a.isControlPressed = a.ctrlKey;
|
|
52386
|
+
this.a.dragStarted();
|
|
52387
|
+
}
|
|
52388
|
+
}
|
|
52389
|
+
}
|
|
52390
|
+
if (this.a.isLeaveActionDesired) {
|
|
52391
|
+
let c = a.pageX;
|
|
52392
|
+
let d = a.pageY;
|
|
52393
|
+
this.a.mouseLeaveCell(c, d);
|
|
52394
|
+
}
|
|
52385
52395
|
}
|
|
52386
52396
|
}
|
|
52387
52397
|
bo(a, b) {
|
|
@@ -90018,7 +90028,7 @@ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOA
|
|
|
90018
90028
|
/**
|
|
90019
90029
|
* @hidden
|
|
90020
90030
|
*/
|
|
90021
|
-
let GridEffectMainIntent_$type = /*@__PURE__*/ markEnum('GridEffectMainIntent', 'Default,0|Position,1|Opacity,2|Virtualization,3|Dimensions,4|Selection,5|
|
|
90031
|
+
let GridEffectMainIntent_$type = /*@__PURE__*/ markEnum('GridEffectMainIntent', 'Default,0|Position,1|Opacity,2|Virtualization,3|Dimensions,4|Selection,5|Hover,6|DataChange,7|ColumnPropertyChange,8|Activation,9');
|
|
90022
90032
|
|
|
90023
90033
|
/*
|
|
90024
90034
|
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
@@ -15902,7 +15902,7 @@ var DataGrid = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
15902
15902
|
}
|
|
15903
15903
|
this.dragger.dragStart(b, c, this.model.actualVisibleRegion.x, this.model.actualVisibleRegion.y, 0, a, d);
|
|
15904
15904
|
}
|
|
15905
|
-
else if (this.selectionMode == 2 && this.mouseDragSelectionEnabled && a.aj) {
|
|
15905
|
+
else if (this.selectionMode == 2 && this.mouseDragSelectionEnabled && (a.aj || (a.ay && !a.g))) {
|
|
15906
15906
|
if (!d) {
|
|
15907
15907
|
this.je = true;
|
|
15908
15908
|
this.selectedKeys.clear();
|
|
@@ -25676,7 +25676,7 @@ var GridAnimationManager = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
25676
25676
|
var j = a.columnPropertyUpdatingAnimationMode;
|
|
25677
25677
|
var k = new ColumnCellsEffect();
|
|
25678
25678
|
k.bx(i);
|
|
25679
|
-
k.t =
|
|
25679
|
+
k.t = 8;
|
|
25680
25680
|
k.as = true;
|
|
25681
25681
|
if (g == 0) {
|
|
25682
25682
|
k.v = 5;
|
|
@@ -25842,7 +25842,7 @@ var GridAnimationManager = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
25842
25842
|
var m = a.columnPropertyUpdatingAnimationMode;
|
|
25843
25843
|
var n = new ColumnCellsEffect();
|
|
25844
25844
|
n.bx(l);
|
|
25845
|
-
n.t =
|
|
25845
|
+
n.t = 8;
|
|
25846
25846
|
n.as = true;
|
|
25847
25847
|
if (g) {
|
|
25848
25848
|
n.v = 5;
|
|
@@ -26045,7 +26045,7 @@ var GridAnimationManager = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
26045
26045
|
for (var h = b; h <= c; h++) {
|
|
26046
26046
|
var i = new RowCellsEffect();
|
|
26047
26047
|
g.g(i);
|
|
26048
|
-
i.t =
|
|
26048
|
+
i.t = 7;
|
|
26049
26049
|
i.bx(e);
|
|
26050
26050
|
i.al = true;
|
|
26051
26051
|
i.bq = 1;
|
|
@@ -26430,7 +26430,7 @@ var GridAnimationManager = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
26430
26430
|
var h = new CellEffect();
|
|
26431
26431
|
h.onFinished = delegateCombine(h.onFinished, function (i) { return _this.w(e); });
|
|
26432
26432
|
h.onCanceled = delegateCombine(h.onCanceled, function (i, j) { return _this.v(e); });
|
|
26433
|
-
h.t =
|
|
26433
|
+
h.t = 9;
|
|
26434
26434
|
h.bx(f);
|
|
26435
26435
|
h.al = true;
|
|
26436
26436
|
h.bq = 1;
|
|
@@ -26509,7 +26509,7 @@ var GridAnimationManager = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
26509
26509
|
var h = new CellEffect();
|
|
26510
26510
|
h.onFinished = delegateCombine(h.onFinished, function (i) { return _this.w(e); });
|
|
26511
26511
|
h.onCanceled = delegateCombine(h.onCanceled, function (i, j) { return _this.v(e); });
|
|
26512
|
-
h.t =
|
|
26512
|
+
h.t = 9;
|
|
26513
26513
|
h.bx(f);
|
|
26514
26514
|
h.al = true;
|
|
26515
26515
|
h.bq = 0;
|
|
@@ -26628,7 +26628,7 @@ var GridAnimationManager = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
26628
26628
|
var e = new RowCellsEffect();
|
|
26629
26629
|
e.onFinished = delegateCombine(e.onFinished, function (f) { return _this.w(c); });
|
|
26630
26630
|
e.onCanceled = delegateCombine(e.onCanceled, function (f, g) { return _this.v(c); });
|
|
26631
|
-
e.t =
|
|
26631
|
+
e.t = 6;
|
|
26632
26632
|
e.bx(d);
|
|
26633
26633
|
e.al = true;
|
|
26634
26634
|
e.bq = 1;
|
|
@@ -26670,7 +26670,7 @@ var GridAnimationManager = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
26670
26670
|
var e = new RowCellsEffect();
|
|
26671
26671
|
e.onFinished = delegateCombine(e.onFinished, function (f) { return _this.w(c); });
|
|
26672
26672
|
e.onCanceled = delegateCombine(e.onCanceled, function (f, g) { return _this.v(c); });
|
|
26673
|
-
e.t =
|
|
26673
|
+
e.t = 6;
|
|
26674
26674
|
e.bx(d);
|
|
26675
26675
|
e.al = true;
|
|
26676
26676
|
e.bq = 0;
|
|
@@ -59544,10 +59544,20 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
59544
59544
|
this.o = false;
|
|
59545
59545
|
};
|
|
59546
59546
|
GridCellBase.prototype.bp = function (a, b) {
|
|
59547
|
-
if (this.a != null
|
|
59548
|
-
|
|
59549
|
-
|
|
59550
|
-
|
|
59547
|
+
if (this.a != null) {
|
|
59548
|
+
if (this.aa(this.a)) {
|
|
59549
|
+
if (this.a.isMouseDown) {
|
|
59550
|
+
if (!b && PointUtil.notEquals(this.a.mousePosition, null)) {
|
|
59551
|
+
this.a.isControlPressed = a.ctrlKey;
|
|
59552
|
+
this.a.dragStarted();
|
|
59553
|
+
}
|
|
59554
|
+
}
|
|
59555
|
+
}
|
|
59556
|
+
if (this.a.isLeaveActionDesired) {
|
|
59557
|
+
var c = a.pageX;
|
|
59558
|
+
var d = a.pageY;
|
|
59559
|
+
this.a.mouseLeaveCell(c, d);
|
|
59560
|
+
}
|
|
59551
59561
|
}
|
|
59552
59562
|
};
|
|
59553
59563
|
GridCellBase.prototype.bo = function (a, b) {
|
|
@@ -103365,7 +103375,7 @@ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOA
|
|
|
103365
103375
|
/**
|
|
103366
103376
|
* @hidden
|
|
103367
103377
|
*/
|
|
103368
|
-
var GridEffectMainIntent_$type = /*@__PURE__*/ markEnum('GridEffectMainIntent', 'Default,0|Position,1|Opacity,2|Virtualization,3|Dimensions,4|Selection,5|
|
|
103378
|
+
var GridEffectMainIntent_$type = /*@__PURE__*/ markEnum('GridEffectMainIntent', 'Default,0|Position,1|Opacity,2|Virtualization,3|Dimensions,4|Selection,5|Hover,6|DataChange,7|ColumnPropertyChange,8|Activation,9');
|
|
103369
103379
|
|
|
103370
103380
|
/*
|
|
103371
103381
|
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|