igniteui-webcomponents-grids 5.0.1 → 5.0.2
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 +1366 -1366
- package/bundles/igniteui-webcomponents-grids.umd.min.js +1 -1
- package/esm2015/lib/CanvasGridCellBase.js +52 -52
- package/esm2015/lib/CanvasTemplateCellPresenter.js +7 -7
- package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +6 -6
- package/esm2015/lib/CanvasTextHeaderCell.js +1 -1
- package/esm2015/lib/CheckboxListView_combined.js +165 -165
- package/esm2015/lib/ColumnChooserView_combined.js +42 -42
- package/esm2015/lib/ColumnFilterCondition_combined.js +659 -659
- package/esm2015/lib/ColumnGroupingView_combined.js +40 -40
- package/esm2015/lib/ColumnPinningView_combined.js +42 -42
- package/esm2015/lib/DataGridAccessibilityLayoutPanel.js +2 -2
- package/esm2015/lib/DataGridCellLayoutPanel.js +48 -48
- package/esm2015/lib/DataGridToolbarView_combined.js +87 -87
- package/esm2015/lib/EditorCell.js +86 -86
- package/esm2015/lib/EditorCellPresenter.js +1 -1
- package/esm2015/lib/FilterCell.js +90 -90
- package/esm2015/lib/FilterCellPresenter.js +1 -1
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +7 -7
- package/esm2015/lib/ISummaryChooserView_combined.js +6 -6
- package/esm2015/lib/TemplateHeader.js +1 -1
- package/esm2015/lib/igc-checkbox-list-component.js +26 -26
- package/esm2015/lib/igc-column-chooser-component.js +2 -2
- package/esm2015/lib/igc-column-pinning-component.js +2 -2
- package/esm2015/lib/igc-data-grid-toolbar-component.js +2 -2
- package/esm2015/public_api.js +20 -20
- package/esm5/lib/CanvasGridCellBase.js +52 -52
- package/esm5/lib/CanvasTemplateCellPresenter.js +7 -7
- package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +6 -6
- package/esm5/lib/CanvasTextHeaderCell.js +1 -1
- package/esm5/lib/CheckboxListView_combined.js +156 -156
- package/esm5/lib/ColumnChooserView_combined.js +41 -41
- package/esm5/lib/ColumnFilterCondition_combined.js +654 -654
- package/esm5/lib/ColumnGroupingView_combined.js +40 -40
- package/esm5/lib/ColumnPinningView_combined.js +41 -41
- package/esm5/lib/DataGridAccessibilityLayoutPanel.js +2 -2
- package/esm5/lib/DataGridCellLayoutPanel.js +48 -48
- package/esm5/lib/DataGridToolbarView_combined.js +86 -86
- package/esm5/lib/EditorCell.js +85 -85
- package/esm5/lib/EditorCellPresenter.js +1 -1
- package/esm5/lib/FilterCell.js +88 -88
- package/esm5/lib/FilterCellPresenter.js +1 -1
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +7 -7
- package/esm5/lib/ISummaryChooserView_combined.js +6 -6
- package/esm5/lib/TemplateHeader.js +1 -1
- package/esm5/lib/igc-checkbox-list-component.js +26 -26
- package/esm5/lib/igc-column-chooser-component.js +2 -2
- package/esm5/lib/igc-column-pinning-component.js +2 -2
- package/esm5/lib/igc-data-grid-toolbar-component.js +2 -2
- package/esm5/public_api.js +20 -20
- package/fesm2015/igniteui-webcomponents-grids.js +1386 -1386
- package/fesm5/igniteui-webcomponents-grids.js +1366 -1366
- package/grids/combined.js +587 -590
- package/grids/lib/igc-grid-base-directive.d.ts +1 -0
- package/grids/lib/igc-row-island-component.d.ts +1 -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/CanvasGridCellBase.d.ts +7 -7
- package/lib/CanvasTemplateCellPresenter.d.ts +2 -2
- package/lib/CanvasTemplateHeaderCellPresenter.d.ts +2 -2
- package/lib/CheckboxListView_combined.d.ts +23 -23
- package/lib/ColumnChooserView_combined.d.ts +4 -4
- package/lib/ColumnFilterCondition_combined.d.ts +113 -113
- package/lib/ColumnGroupingView_combined.d.ts +2 -2
- package/lib/ColumnPinningView_combined.d.ts +4 -4
- package/lib/DataGridCellLayoutPanel.d.ts +3 -3
- package/lib/DataGridToolbarView_combined.d.ts +5 -5
- package/lib/EditorCell.d.ts +8 -8
- package/lib/FilterCell.d.ts +12 -12
- package/package.json +4 -4
- package/public_api.d.ts +20 -20
|
@@ -186,7 +186,7 @@ export let IgcDataGridToolbarComponent = /*@__PURE__*/ (() => {
|
|
|
186
186
|
* Gets or Sets the property name that contains the values.
|
|
187
187
|
*/
|
|
188
188
|
get targetGrid() {
|
|
189
|
-
const r = this.i.
|
|
189
|
+
const r = this.i.e;
|
|
190
190
|
if (r == null) {
|
|
191
191
|
return null;
|
|
192
192
|
}
|
|
@@ -195,7 +195,7 @@ export let IgcDataGridToolbarComponent = /*@__PURE__*/ (() => {
|
|
|
195
195
|
set targetGrid(v) {
|
|
196
196
|
if (v != null && this._stylingContainer && v._styling)
|
|
197
197
|
v._styling(this._stylingContainer, this, this);
|
|
198
|
-
v == null ? this.i.
|
|
198
|
+
v == null ? this.i.e = null : this.i.e = v.i;
|
|
199
199
|
}
|
|
200
200
|
/**
|
|
201
201
|
* Gets or Sets the property name that contains the values.
|
package/esm2015/public_api.js
CHANGED
|
@@ -125,33 +125,13 @@ export * from './lib/TemplateHeaderCellPresenter';
|
|
|
125
125
|
export * from './lib/TextCellPresenter';
|
|
126
126
|
export * from './lib/TextHeaderCellPresenter';
|
|
127
127
|
export * from './lib/VerticalSeparatorCellPresenter';
|
|
128
|
-
export * from './lib/DataGridPropertySetter';
|
|
129
|
-
export * from './lib/DataGridViewportManager';
|
|
130
|
-
export * from './lib/DataGridScrollerKeyboardListener';
|
|
131
|
-
export * from './lib/DataGridDelayedExecutionManager';
|
|
132
|
-
export * from './lib/BrowserPixelConverter';
|
|
133
|
-
export * from './lib/GridExternalWrapper';
|
|
134
|
-
export * from './lib/BrowserTickProvider';
|
|
135
|
-
export * from './lib/BrowserExecutionContext';
|
|
136
|
-
export * from './lib/NativeUIGridFactory';
|
|
137
|
-
export * from './lib/CheckboxListBridge';
|
|
138
|
-
export * from './lib/CheckboxListExternal';
|
|
139
|
-
export * from './lib/CheckedChangedEventArgs';
|
|
140
128
|
export * from './lib/DraggerView';
|
|
141
|
-
export * from './lib/igc-grid-selected-keys-collection';
|
|
142
|
-
export * from './lib/GridSelectedKeysCollection';
|
|
143
|
-
export * from './lib/PrimaryKeyValue';
|
|
144
|
-
export * from './lib/igc-primary-key-value-module';
|
|
145
|
-
export * from './lib/igc-grid-selected-items-collection';
|
|
146
|
-
export * from './lib/GridSelectedItemsCollection';
|
|
147
129
|
export * from './lib/ICellActionManager';
|
|
148
130
|
export * from './lib/DefaultCellActionManager';
|
|
149
131
|
export * from './lib/IGridInfoRequestor';
|
|
150
132
|
export * from './lib/DefaultGridInfoRequestor';
|
|
151
133
|
export * from './lib/ICellModelExportUpdater';
|
|
152
134
|
export * from './lib/DefaultCellModelExportUpdater';
|
|
153
|
-
export * from './lib/Dragger';
|
|
154
|
-
export * from './lib/DragSelectEventArgs';
|
|
155
135
|
export * from './lib/DateTimeColumnValueFormatter';
|
|
156
136
|
export * from './lib/ComparisonOperatorSelectorView';
|
|
157
137
|
export * from './lib/GridExpansionIndicatorView';
|
|
@@ -336,6 +316,12 @@ export * from './lib/igc-grid-selected-cells-collection';
|
|
|
336
316
|
export * from './lib/GridSelectedCellsCollection';
|
|
337
317
|
export * from './lib/CellKey';
|
|
338
318
|
export * from './lib/igc-cell-key-module';
|
|
319
|
+
export * from './lib/igc-grid-selected-keys-collection';
|
|
320
|
+
export * from './lib/GridSelectedKeysCollection';
|
|
321
|
+
export * from './lib/PrimaryKeyValue';
|
|
322
|
+
export * from './lib/igc-primary-key-value-module';
|
|
323
|
+
export * from './lib/igc-grid-selected-items-collection';
|
|
324
|
+
export * from './lib/GridSelectedItemsCollection';
|
|
339
325
|
export * from './lib/igc-grid-column-collection';
|
|
340
326
|
export * from './lib/GridColumnCollection';
|
|
341
327
|
export * from './lib/GridColumnSpacer';
|
|
@@ -352,6 +338,8 @@ export * from './lib/IDragger';
|
|
|
352
338
|
export * from './lib/DragType';
|
|
353
339
|
export * from './lib/IDraggerView';
|
|
354
340
|
export * from './lib/MultipleDataSourceNotifier';
|
|
341
|
+
export * from './lib/Dragger';
|
|
342
|
+
export * from './lib/DragSelectEventArgs';
|
|
355
343
|
export * from './lib/RecyclingManager';
|
|
356
344
|
export * from './lib/RowPath';
|
|
357
345
|
export * from './lib/ActivationManager';
|
|
@@ -568,6 +556,18 @@ export * from './lib/GridLayerExport';
|
|
|
568
556
|
export * from './lib/MultiColumnComboVisualModelExport';
|
|
569
557
|
export * from './lib/PagerVisualModelExport';
|
|
570
558
|
export * from './lib/VisualModelExport';
|
|
559
|
+
export * from './lib/DataGridPropertySetter';
|
|
560
|
+
export * from './lib/DataGridViewportManager';
|
|
561
|
+
export * from './lib/DataGridScrollerKeyboardListener';
|
|
562
|
+
export * from './lib/DataGridDelayedExecutionManager';
|
|
563
|
+
export * from './lib/BrowserPixelConverter';
|
|
564
|
+
export * from './lib/GridExternalWrapper';
|
|
565
|
+
export * from './lib/BrowserTickProvider';
|
|
566
|
+
export * from './lib/BrowserExecutionContext';
|
|
567
|
+
export * from './lib/NativeUIGridFactory';
|
|
568
|
+
export * from './lib/CheckboxListBridge';
|
|
569
|
+
export * from './lib/CheckboxListExternal';
|
|
570
|
+
export * from './lib/CheckedChangedEventArgs';
|
|
571
571
|
export * from './lib/DataGridLocaleEn';
|
|
572
572
|
export * from './lib/igc-grid-column-options-module';
|
|
573
573
|
export * from './lib/igc-grid-column-options-component';
|
|
@@ -27,7 +27,7 @@ var CanvasGridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
27
27
|
__extends(CanvasGridCellBase, _super);
|
|
28
28
|
function CanvasGridCellBase(a) {
|
|
29
29
|
var _this = _super.call(this) || this;
|
|
30
|
-
_this.
|
|
30
|
+
_this.b = null;
|
|
31
31
|
_this.s = true;
|
|
32
32
|
_this.o = true;
|
|
33
33
|
_this.k = null;
|
|
@@ -71,9 +71,9 @@ var CanvasGridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
71
71
|
_this.a5 = 0;
|
|
72
72
|
_this.cz = Color.u(255, 255, 255, 255);
|
|
73
73
|
_this.m = false;
|
|
74
|
-
_this.
|
|
75
|
-
_this.
|
|
76
|
-
_this.
|
|
74
|
+
_this.a = null;
|
|
75
|
+
_this.d = 0;
|
|
76
|
+
_this.f = 0;
|
|
77
77
|
_this.bz = 1;
|
|
78
78
|
_this.r = false;
|
|
79
79
|
_this.az = 0;
|
|
@@ -90,12 +90,12 @@ var CanvasGridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
90
90
|
_this.by = 0;
|
|
91
91
|
_this.n = false;
|
|
92
92
|
_this.bp = 0;
|
|
93
|
-
_this.
|
|
93
|
+
_this.c = 0;
|
|
94
94
|
_this.ar = NaN;
|
|
95
95
|
_this.h = null;
|
|
96
96
|
_this.bt = -1;
|
|
97
97
|
_this.ap = NaN;
|
|
98
|
-
_this.
|
|
98
|
+
_this.g = 1;
|
|
99
99
|
_this.ax = 1;
|
|
100
100
|
_this.bm = a;
|
|
101
101
|
return _this;
|
|
@@ -551,11 +551,11 @@ var CanvasGridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
551
551
|
return;
|
|
552
552
|
}
|
|
553
553
|
this.l = true;
|
|
554
|
-
this.
|
|
555
|
-
this.
|
|
556
|
-
this.
|
|
557
|
-
this.
|
|
558
|
-
this.
|
|
554
|
+
this.a = new CanvasPlaceholderView();
|
|
555
|
+
this.d = 0;
|
|
556
|
+
this.f = 1;
|
|
557
|
+
this.a.l = Color.u(120, 120, 120, 120);
|
|
558
|
+
this.a.h = 0;
|
|
559
559
|
};
|
|
560
560
|
CanvasGridCellBase.prototype.cd = function (a) {
|
|
561
561
|
var _this = this;
|
|
@@ -581,22 +581,22 @@ var CanvasGridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
581
581
|
return;
|
|
582
582
|
}
|
|
583
583
|
this.o = true;
|
|
584
|
-
this.
|
|
584
|
+
this.a.h = (a * 0.20000000298023224);
|
|
585
585
|
};
|
|
586
586
|
CanvasGridCellBase.prototype.b6 = function (a, b, c, d) {
|
|
587
|
-
if (this.
|
|
587
|
+
if (this.a != null) {
|
|
588
588
|
var e = this.az;
|
|
589
589
|
var f = this.ay;
|
|
590
|
-
if (this.
|
|
590
|
+
if (this.f == 1) {
|
|
591
591
|
b = truncate((b + (d / 2) - (f / 2)));
|
|
592
592
|
}
|
|
593
|
-
else if (this.
|
|
593
|
+
else if (this.f == 2) {
|
|
594
594
|
b = truncate((b + (d) - (f)));
|
|
595
595
|
}
|
|
596
|
-
if (this.
|
|
596
|
+
if (this.d == 1) {
|
|
597
597
|
a = truncate((a + (c / 2) - (e / 2)));
|
|
598
598
|
}
|
|
599
|
-
else if (this.
|
|
599
|
+
else if (this.d == 2) {
|
|
600
600
|
a = truncate((a + (c) - (e)));
|
|
601
601
|
}
|
|
602
602
|
}
|
|
@@ -634,8 +634,8 @@ var CanvasGridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
634
634
|
return;
|
|
635
635
|
}
|
|
636
636
|
this.o = true;
|
|
637
|
-
this.
|
|
638
|
-
this.
|
|
637
|
+
this.d = a;
|
|
638
|
+
this.f = b;
|
|
639
639
|
};
|
|
640
640
|
CanvasGridCellBase.prototype.ct = function (a) {
|
|
641
641
|
if (!this.ac) {
|
|
@@ -644,17 +644,17 @@ var CanvasGridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
644
644
|
this.o = true;
|
|
645
645
|
};
|
|
646
646
|
CanvasGridCellBase.prototype.cc = function (a) {
|
|
647
|
-
this.
|
|
647
|
+
this.b = a;
|
|
648
648
|
};
|
|
649
|
-
Object.defineProperty(CanvasGridCellBase.prototype, "
|
|
649
|
+
Object.defineProperty(CanvasGridCellBase.prototype, "e", {
|
|
650
650
|
get: function () {
|
|
651
|
-
return this.
|
|
651
|
+
return this.c;
|
|
652
652
|
},
|
|
653
653
|
enumerable: false,
|
|
654
654
|
configurable: true
|
|
655
655
|
});
|
|
656
656
|
CanvasGridCellBase.prototype.ci = function (a) {
|
|
657
|
-
this.
|
|
657
|
+
this.c = a;
|
|
658
658
|
this.o = true;
|
|
659
659
|
this.s = true;
|
|
660
660
|
};
|
|
@@ -690,7 +690,7 @@ var CanvasGridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
690
690
|
g = this.a1;
|
|
691
691
|
}
|
|
692
692
|
var h = this.bk(this.cx, this.b0, g, a);
|
|
693
|
-
switch (this.
|
|
693
|
+
switch (this.c) {
|
|
694
694
|
case 0:
|
|
695
695
|
c = this.au + this.ai;
|
|
696
696
|
break;
|
|
@@ -702,7 +702,7 @@ var CanvasGridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
702
702
|
c = Math.max(0, (this.a5 - (this.av + this.aj))) - h;
|
|
703
703
|
break;
|
|
704
704
|
}
|
|
705
|
-
switch (this.
|
|
705
|
+
switch (this.g) {
|
|
706
706
|
case 0:
|
|
707
707
|
d = this.aw + this.ak;
|
|
708
708
|
break;
|
|
@@ -760,7 +760,7 @@ var CanvasGridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
760
760
|
return h;
|
|
761
761
|
};
|
|
762
762
|
CanvasGridCellBase.prototype.cq = function (a) {
|
|
763
|
-
this.
|
|
763
|
+
this.g = a;
|
|
764
764
|
this.o = true;
|
|
765
765
|
this.s = true;
|
|
766
766
|
};
|
|
@@ -768,33 +768,33 @@ var CanvasGridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
768
768
|
return a.isClickActionDesired;
|
|
769
769
|
};
|
|
770
770
|
CanvasGridCellBase.prototype.onContactStarted = function (a, b) {
|
|
771
|
-
if (this.
|
|
771
|
+
if (this.b != null && this.ag(this.b)) {
|
|
772
772
|
this.bx = a.pageX;
|
|
773
773
|
this.by = a.pageY;
|
|
774
|
-
this.
|
|
774
|
+
this.b.mouseDownCell(this.bx, this.by);
|
|
775
775
|
}
|
|
776
776
|
};
|
|
777
777
|
CanvasGridCellBase.prototype.onContactMoved = function (a, b) {
|
|
778
|
-
if (this.
|
|
778
|
+
if (this.b != null && this.ag(this.b)) {
|
|
779
779
|
var c = a.pageX;
|
|
780
780
|
var d = a.pageY;
|
|
781
|
-
if (this.
|
|
781
|
+
if (this.b.isMouseDown) {
|
|
782
782
|
if (b) {
|
|
783
|
-
if (PointUtil.equals(this.
|
|
784
|
-
this.
|
|
783
|
+
if (PointUtil.equals(this.b.mousePosition, null) || Math.abs(c - this.b.mousePosition.x) > CanvasGridCellBase.bs || Math.abs(d - this.b.mousePosition.y) > CanvasGridCellBase.bs) {
|
|
784
|
+
this.b.mouseUpCell(c, d);
|
|
785
785
|
}
|
|
786
786
|
else {
|
|
787
787
|
a.stopPropagation();
|
|
788
788
|
}
|
|
789
789
|
}
|
|
790
790
|
else {
|
|
791
|
-
if (PointUtil.equals(this.
|
|
792
|
-
this.
|
|
791
|
+
if (PointUtil.equals(this.b.mousePosition, null)) {
|
|
792
|
+
this.b.mouseUpCell(c, d);
|
|
793
793
|
}
|
|
794
794
|
else {
|
|
795
|
-
if (Math.abs(c - this.
|
|
796
|
-
this.
|
|
797
|
-
this.
|
|
795
|
+
if (Math.abs(c - this.b.mousePosition.x) > CanvasGridCellBase.bq || Math.abs(d - this.b.mousePosition.y) > CanvasGridCellBase.bq) {
|
|
796
|
+
this.b.isControlPressed = a.ctrlKey;
|
|
797
|
+
this.b.dragStarted();
|
|
798
798
|
}
|
|
799
799
|
}
|
|
800
800
|
}
|
|
@@ -802,46 +802,46 @@ var CanvasGridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
802
802
|
}
|
|
803
803
|
};
|
|
804
804
|
CanvasGridCellBase.prototype.onContactCompleted = function (a, b) {
|
|
805
|
-
if (this.
|
|
805
|
+
if (this.b != null && this.ag(this.b)) {
|
|
806
806
|
var c = a.pageX;
|
|
807
807
|
var d = a.pageY;
|
|
808
|
-
if (PointUtil.equals(this.
|
|
809
|
-
this.
|
|
808
|
+
if (PointUtil.equals(this.b.mousePosition, null) || Math.abs(c - this.b.mousePosition.x) > CanvasGridCellBase.bs || Math.abs(d - this.b.mousePosition.y) > CanvasGridCellBase.bs || this.b.isDrag) {
|
|
809
|
+
this.b.mouseUpCell(c, d);
|
|
810
810
|
}
|
|
811
|
-
if (this.
|
|
812
|
-
this.
|
|
813
|
-
this.
|
|
811
|
+
if (this.b.isCellDown()) {
|
|
812
|
+
this.b.isControlPressed = a.ctrlKey;
|
|
813
|
+
this.b.isShiftPressed = a.shiftKey;
|
|
814
814
|
switch (a.which) {
|
|
815
815
|
case 1:
|
|
816
|
-
this.
|
|
816
|
+
this.b.clickCell(0);
|
|
817
817
|
break;
|
|
818
818
|
case 2:
|
|
819
|
-
this.
|
|
819
|
+
this.b.clickCell(1);
|
|
820
820
|
break;
|
|
821
821
|
case 3:
|
|
822
|
-
this.
|
|
822
|
+
this.b.clickCell(2);
|
|
823
823
|
break;
|
|
824
824
|
default:
|
|
825
|
-
this.
|
|
825
|
+
this.b.clickCell(3);
|
|
826
826
|
break;
|
|
827
827
|
}
|
|
828
|
-
this.
|
|
828
|
+
this.b.mouseUpCell(a.pageX, a.pageY);
|
|
829
829
|
}
|
|
830
830
|
}
|
|
831
831
|
};
|
|
832
832
|
CanvasGridCellBase.prototype.onDoubleClick = function (a) {
|
|
833
833
|
switch (a.which) {
|
|
834
834
|
case 1:
|
|
835
|
-
this.
|
|
835
|
+
this.b.doubleClicked(0);
|
|
836
836
|
break;
|
|
837
837
|
case 2:
|
|
838
|
-
this.
|
|
838
|
+
this.b.doubleClicked(1);
|
|
839
839
|
break;
|
|
840
840
|
case 3:
|
|
841
|
-
this.
|
|
841
|
+
this.b.doubleClicked(2);
|
|
842
842
|
break;
|
|
843
843
|
default:
|
|
844
|
-
this.
|
|
844
|
+
this.b.doubleClicked(3);
|
|
845
845
|
break;
|
|
846
846
|
}
|
|
847
847
|
};
|
|
@@ -15,11 +15,11 @@ var CanvasTemplateCellPresenter = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
15
15
|
__extends(CanvasTemplateCellPresenter, _super);
|
|
16
16
|
function CanvasTemplateCellPresenter(a, b) {
|
|
17
17
|
var _this = _super.call(this, a) || this;
|
|
18
|
-
_this.
|
|
19
|
-
_this.
|
|
18
|
+
_this.e = null;
|
|
19
|
+
_this.e = b;
|
|
20
20
|
return _this;
|
|
21
21
|
}
|
|
22
|
-
Object.defineProperty(CanvasTemplateCellPresenter.prototype, "
|
|
22
|
+
Object.defineProperty(CanvasTemplateCellPresenter.prototype, "d", {
|
|
23
23
|
get: function () {
|
|
24
24
|
return this.a;
|
|
25
25
|
},
|
|
@@ -29,14 +29,14 @@ var CanvasTemplateCellPresenter = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
29
29
|
CanvasTemplateCellPresenter.prototype.b = function (a) {
|
|
30
30
|
_super.prototype.b.call(this, a);
|
|
31
31
|
var b = a;
|
|
32
|
-
var c = this.
|
|
32
|
+
var c = this.e.actualColumns._inner[a.l.a5];
|
|
33
33
|
if (a.a3(CellModel.es) || a.a3(CellModel.gt)) {
|
|
34
34
|
var d = Math.min(1, Math.max(0, a.ck));
|
|
35
35
|
var e = a.ca * (1 - d);
|
|
36
|
-
this.
|
|
36
|
+
this.d.c8.opacity = e;
|
|
37
37
|
}
|
|
38
|
-
this.
|
|
39
|
-
c.lm(a, this.
|
|
38
|
+
this.d.c9();
|
|
39
|
+
c.lm(a, this.d);
|
|
40
40
|
};
|
|
41
41
|
CanvasTemplateCellPresenter.$t = markType(CanvasTemplateCellPresenter, 'CanvasTemplateCellPresenter', CanvasCellPresenterBase.$);
|
|
42
42
|
return CanvasTemplateCellPresenter;
|
|
@@ -15,11 +15,11 @@ var CanvasTemplateHeaderCellPresenter = /** @class */ /*@__PURE__*/ (function (_
|
|
|
15
15
|
__extends(CanvasTemplateHeaderCellPresenter, _super);
|
|
16
16
|
function CanvasTemplateHeaderCellPresenter(a, b) {
|
|
17
17
|
var _this = _super.call(this, a) || this;
|
|
18
|
-
_this.
|
|
19
|
-
_this.
|
|
18
|
+
_this.e = null;
|
|
19
|
+
_this.e = b;
|
|
20
20
|
return _this;
|
|
21
21
|
}
|
|
22
|
-
Object.defineProperty(CanvasTemplateHeaderCellPresenter.prototype, "
|
|
22
|
+
Object.defineProperty(CanvasTemplateHeaderCellPresenter.prototype, "d", {
|
|
23
23
|
get: function () {
|
|
24
24
|
return this.a;
|
|
25
25
|
},
|
|
@@ -28,15 +28,15 @@ var CanvasTemplateHeaderCellPresenter = /** @class */ /*@__PURE__*/ (function (_
|
|
|
28
28
|
});
|
|
29
29
|
CanvasTemplateHeaderCellPresenter.prototype.b = function (a) {
|
|
30
30
|
_super.prototype.b.call(this, a);
|
|
31
|
-
var b = this.
|
|
31
|
+
var b = this.e.actualColumns._inner[a.l.a5];
|
|
32
32
|
var c = b.header;
|
|
33
33
|
if (a.a3(CellModel.es) || a.a3(CellModel.gt)) {
|
|
34
34
|
var d = Math.min(1, Math.max(0, a.ck));
|
|
35
35
|
var e = a.ca * (1 - d);
|
|
36
36
|
}
|
|
37
37
|
var f = a;
|
|
38
|
-
this.
|
|
39
|
-
c.fe(f, this.
|
|
38
|
+
this.d.c9();
|
|
39
|
+
c.fe(f, this.d);
|
|
40
40
|
};
|
|
41
41
|
CanvasTemplateHeaderCellPresenter.$t = markType(CanvasTemplateHeaderCellPresenter, 'CanvasTemplateHeaderCellPresenter', CanvasCellPresenterBase.$);
|
|
42
42
|
return CanvasTemplateHeaderCellPresenter;
|
|
@@ -49,7 +49,7 @@ var CanvasTextHeaderCell = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
49
49
|
CanvasTextHeaderCell.prototype.b9 = function (a) {
|
|
50
50
|
_super.prototype.b9.call(this, a);
|
|
51
51
|
var b = this.bi + 5;
|
|
52
|
-
if (this.
|
|
52
|
+
if (this.e == 2) {
|
|
53
53
|
b = this.bg - 21;
|
|
54
54
|
}
|
|
55
55
|
a.n(this.c9, 1, b, this.bj - 8, 16, 16);
|