igniteui-webcomponents-data-grids 7.1.0-alpha.3 → 7.1.0-beta.1
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-data-grids.umd.js +7956 -7387
- package/bundles/igniteui-webcomponents-data-grids.umd.min.js +1 -1
- package/esm2015/lib/CanvasCellPresenterBase.js +4 -4
- package/esm2015/lib/CanvasContentCellModelHelper.js +5 -5
- package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm2015/lib/CanvasGridCellBase.js +2 -2
- package/esm2015/lib/CanvasImageCellPresenter.js +7 -7
- package/esm2015/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm2015/lib/CanvasSummaryCellPresenter.js +6 -6
- package/esm2015/lib/CanvasTemplateCellPresenter.js +2 -2
- package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
- package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
- package/esm2015/lib/CanvasTextHeaderCellPresenter.js +7 -7
- package/esm2015/lib/CellPresenterBase.js +38 -35
- package/esm2015/lib/CheckboxListBridge.js +8 -0
- package/esm2015/lib/CheckboxListView_combined.js +369 -335
- package/esm2015/lib/ColumnChooserView_combined.js +11 -11
- package/esm2015/lib/ColumnFilterCondition_combined.js +5218 -4964
- package/esm2015/lib/ColumnGroupingView_combined.js +4 -4
- package/esm2015/lib/ColumnPinningView_combined.js +5 -5
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +6 -6
- package/esm2015/lib/ContentCellModelHelper.js +10 -10
- package/esm2015/lib/DataGridCellLayoutPanel.js +10 -10
- package/esm2015/lib/DataGridLocaleEn.js +8 -0
- package/esm2015/lib/DataGridScrollerKeyboardListener.js +16 -16
- package/esm2015/lib/DataGridToolbarView_combined.js +1 -1
- package/esm2015/lib/DateTimeCellPresenter.js +9 -9
- package/esm2015/lib/EditorCell.js +292 -292
- package/esm2015/lib/EditorCellPresenter.js +26 -26
- package/esm2015/lib/FilterCell.js +269 -269
- package/esm2015/lib/FilterCellPresenter.js +15 -15
- package/esm2015/lib/GridCellBase.js +167 -150
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +8 -8
- package/esm2015/lib/GridColumnGroupOptionsView_combined.js +5 -5
- package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
- package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnPinOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +7 -7
- package/esm2015/lib/GridExternalWrapper.js +6 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +188 -173
- package/esm2015/lib/GridIconRepository.js +4 -4
- package/esm2015/lib/ISummaryChooserView_combined.js +5 -5
- package/esm2015/lib/ImageCell.js +57 -57
- package/esm2015/lib/ImageCellPresenter.js +15 -15
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +5 -5
- package/esm2015/lib/NumericCell.js +8 -8
- package/esm2015/lib/NumericCellPresenter.js +9 -9
- package/esm2015/lib/PropertyEditorView_combined.js +19 -19
- package/esm2015/lib/SectionHeaderCell.js +20 -20
- package/esm2015/lib/SectionHeaderCellPresenter.js +10 -10
- package/esm2015/lib/SummaryCell.js +45 -45
- package/esm2015/lib/SummaryCellPresenter.js +10 -10
- package/esm2015/lib/TemplateCell.js +15 -15
- package/esm2015/lib/TemplateCellPresenter.js +3 -3
- package/esm2015/lib/TemplateHeader.js +2 -2
- package/esm2015/lib/TemplateHeaderCell.js +5 -5
- package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
- package/esm2015/lib/TemplateHeaderCellPresenter.js +3 -3
- package/esm2015/lib/TemplateSectionHeader.js +1 -1
- package/esm2015/lib/TextCell.js +29 -29
- package/esm2015/lib/TextCellPresenter.js +10 -10
- package/esm2015/lib/TextHeaderCell.js +184 -184
- package/esm2015/lib/TextHeaderCellPresenter.js +55 -52
- package/esm2015/lib/VerticalSeparatorCell.js +37 -37
- package/esm2015/lib/igc-cell-info.js +90 -81
- package/esm2015/lib/igc-checkbox-list-component.js +68 -58
- package/esm2015/lib/igc-combo-box-column-component.js +10 -10
- package/esm2015/lib/igc-data-grid-column-component.js +238 -214
- package/esm2015/lib/igc-data-grid-component.js +31 -0
- package/esm2015/lib/igc-data-grid-filter-dialog-component.js +44 -34
- package/esm2015/lib/igc-date-time-cell-info.js +12 -12
- package/esm2015/lib/igc-date-time-column-component.js +23 -23
- package/esm2015/lib/igc-editor-cell-info.js +23 -23
- package/esm2015/lib/igc-filter-cell-info.js +26 -26
- package/esm2015/lib/igc-image-cell-info.js +6 -6
- package/esm2015/lib/igc-image-column-component.js +12 -12
- package/esm2015/lib/igc-numeric-cell-info.js +35 -26
- package/esm2015/lib/igc-numeric-column-component.js +38 -38
- package/esm2015/lib/igc-section-header-cell-info.js +6 -6
- package/esm2015/lib/igc-section-header-component.js +32 -12
- package/esm2015/lib/igc-summary-cell-info.js +9 -9
- package/esm2015/lib/igc-template-cell-info.js +2 -2
- package/esm2015/lib/igc-template-header-cell-info.js +2 -2
- package/esm2015/lib/igc-text-cell-info.js +2 -2
- package/esm2015/lib/igc-text-column-component.js +9 -9
- package/esm2015/lib/igc-text-header-cell-info.js +44 -38
- package/esm5/lib/CanvasCellPresenterBase.js +4 -4
- package/esm5/lib/CanvasContentCellModelHelper.js +5 -5
- package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm5/lib/CanvasGridCellBase.js +2 -2
- package/esm5/lib/CanvasImageCellPresenter.js +7 -7
- package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm5/lib/CanvasSummaryCellPresenter.js +6 -6
- package/esm5/lib/CanvasTemplateCellPresenter.js +2 -2
- package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
- package/esm5/lib/CanvasTextCellPresenter.js +9 -9
- package/esm5/lib/CanvasTextHeaderCellPresenter.js +7 -7
- package/esm5/lib/CellPresenterBase.js +38 -35
- package/esm5/lib/CheckboxListBridge.js +8 -0
- package/esm5/lib/CheckboxListView_combined.js +359 -321
- package/esm5/lib/ColumnChooserView_combined.js +11 -11
- package/esm5/lib/ColumnFilterCondition_combined.js +5068 -4770
- package/esm5/lib/ColumnGroupingView_combined.js +4 -4
- package/esm5/lib/ColumnPinningView_combined.js +5 -5
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +6 -6
- package/esm5/lib/ContentCellModelHelper.js +10 -10
- package/esm5/lib/DataGridCellLayoutPanel.js +10 -10
- package/esm5/lib/DataGridLocaleEn.js +8 -0
- package/esm5/lib/DataGridScrollerKeyboardListener.js +16 -16
- package/esm5/lib/DataGridToolbarView_combined.js +1 -1
- package/esm5/lib/DateTimeCellPresenter.js +9 -9
- package/esm5/lib/EditorCell.js +277 -277
- package/esm5/lib/EditorCellPresenter.js +26 -26
- package/esm5/lib/FilterCell.js +259 -259
- package/esm5/lib/FilterCellPresenter.js +15 -15
- package/esm5/lib/GridCellBase.js +164 -143
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +8 -8
- package/esm5/lib/GridColumnGroupOptionsView_combined.js +5 -5
- package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
- package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnPinOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnSummaryOptionsView_combined.js +7 -7
- package/esm5/lib/GridExternalWrapper.js +6 -6
- package/esm5/lib/GridFilterDialogView_combined.js +183 -164
- package/esm5/lib/GridIconRepository.js +4 -4
- package/esm5/lib/ISummaryChooserView_combined.js +5 -5
- package/esm5/lib/ImageCell.js +57 -57
- package/esm5/lib/ImageCellPresenter.js +15 -15
- package/esm5/lib/MultiColumnComboBoxView_combined.js +5 -5
- package/esm5/lib/NumericCell.js +8 -8
- package/esm5/lib/NumericCellPresenter.js +9 -9
- package/esm5/lib/PropertyEditorView_combined.js +19 -19
- package/esm5/lib/SectionHeaderCell.js +20 -20
- package/esm5/lib/SectionHeaderCellPresenter.js +10 -10
- package/esm5/lib/SummaryCell.js +45 -45
- package/esm5/lib/SummaryCellPresenter.js +10 -10
- package/esm5/lib/TemplateCell.js +15 -15
- package/esm5/lib/TemplateCellPresenter.js +3 -3
- package/esm5/lib/TemplateHeader.js +2 -2
- package/esm5/lib/TemplateHeaderCell.js +5 -5
- package/esm5/lib/TemplateHeaderCellModel.js +17 -17
- package/esm5/lib/TemplateHeaderCellPresenter.js +3 -3
- package/esm5/lib/TemplateSectionHeader.js +1 -1
- package/esm5/lib/TextCell.js +29 -29
- package/esm5/lib/TextCellPresenter.js +10 -10
- package/esm5/lib/TextHeaderCell.js +182 -182
- package/esm5/lib/TextHeaderCellPresenter.js +55 -52
- package/esm5/lib/VerticalSeparatorCell.js +37 -37
- package/esm5/lib/igc-cell-info.js +94 -81
- package/esm5/lib/igc-checkbox-list-component.js +72 -58
- package/esm5/lib/igc-combo-box-column-component.js +10 -10
- package/esm5/lib/igc-data-grid-column-component.js +250 -214
- package/esm5/lib/igc-data-grid-component.js +43 -0
- package/esm5/lib/igc-data-grid-filter-dialog-component.js +48 -34
- package/esm5/lib/igc-date-time-cell-info.js +12 -12
- package/esm5/lib/igc-date-time-column-component.js +23 -23
- package/esm5/lib/igc-editor-cell-info.js +23 -23
- package/esm5/lib/igc-filter-cell-info.js +26 -26
- package/esm5/lib/igc-image-cell-info.js +6 -6
- package/esm5/lib/igc-image-column-component.js +12 -12
- package/esm5/lib/igc-numeric-cell-info.js +39 -26
- package/esm5/lib/igc-numeric-column-component.js +38 -38
- package/esm5/lib/igc-section-header-cell-info.js +6 -6
- package/esm5/lib/igc-section-header-component.js +40 -12
- package/esm5/lib/igc-summary-cell-info.js +9 -9
- package/esm5/lib/igc-template-cell-info.js +2 -2
- package/esm5/lib/igc-template-header-cell-info.js +2 -2
- package/esm5/lib/igc-text-cell-info.js +2 -2
- package/esm5/lib/igc-text-column-component.js +9 -9
- package/esm5/lib/igc-text-header-cell-info.js +48 -38
- package/fesm2015/igniteui-webcomponents-data-grids.js +8096 -7635
- package/fesm5/igniteui-webcomponents-data-grids.js +7956 -7387
- package/lib/CheckboxListExternal.d.ts +2 -0
- package/lib/CheckboxListView_combined.d.ts +98 -94
- package/lib/ColumnFilterCondition_combined.d.ts +1308 -1267
- package/lib/DataGridLocaleEn.d.ts +8 -0
- package/lib/EditorCell.d.ts +67 -67
- package/lib/FilterCell.d.ts +55 -55
- package/lib/GridCellBase.d.ts +64 -61
- package/lib/GridFilterDialogView_combined.d.ts +52 -49
- package/lib/ImageCell.d.ts +17 -17
- package/lib/NumericCell.d.ts +2 -2
- package/lib/SectionHeaderCell.d.ts +4 -4
- package/lib/SummaryCell.d.ts +10 -10
- package/lib/TemplateCell.d.ts +5 -5
- package/lib/TemplateHeaderCell.d.ts +2 -2
- package/lib/TemplateHeaderCellModel.d.ts +7 -7
- package/lib/TemplateSectionHeader.d.ts +1 -1
- package/lib/TextCell.d.ts +7 -7
- package/lib/TextHeaderCell.d.ts +30 -30
- package/lib/VerticalSeparatorCell.d.ts +8 -8
- package/lib/igc-cell-info.d.ts +5 -0
- package/lib/igc-checkbox-list-component.d.ts +5 -0
- package/lib/igc-data-grid-column-component.d.ts +9 -0
- package/lib/igc-data-grid-component.d.ts +16 -0
- package/lib/igc-data-grid-filter-dialog-component.d.ts +5 -0
- package/lib/igc-numeric-cell-info.d.ts +5 -0
- package/lib/igc-section-header-component.d.ts +10 -0
- package/lib/igc-text-header-cell-info.d.ts +2 -0
- package/package.json +4 -4
|
@@ -24,18 +24,18 @@ let CanvasCellPresenterBase = /*@__PURE__*/ (() => {
|
|
|
24
24
|
this.a.cn(a.ez, a.e3, a.e1, a.ex);
|
|
25
25
|
}
|
|
26
26
|
if (a.a5) {
|
|
27
|
-
this.a.ch(a.
|
|
27
|
+
this.a.ch(a.nk, a.en, a.es, a.eq, a.el);
|
|
28
28
|
}
|
|
29
29
|
if (a.bs) {
|
|
30
|
-
this.a.ck(a.
|
|
31
|
-
this.a.cu(a.
|
|
30
|
+
this.a.ck(a.ga);
|
|
31
|
+
this.a.cu(a.h8);
|
|
32
32
|
}
|
|
33
33
|
if (a.a7) {
|
|
34
34
|
if (a.bm && !this.a.z) {
|
|
35
35
|
this.a.b5();
|
|
36
36
|
}
|
|
37
37
|
if (a.bc(CellModel.ek)) {
|
|
38
|
-
this.a.cg(a.
|
|
38
|
+
this.a.cg(a.nj.color);
|
|
39
39
|
}
|
|
40
40
|
if (a.bc(CellModel.ew)) {
|
|
41
41
|
this.a.cm(a.cq);
|
|
@@ -18,7 +18,7 @@ let CanvasContentCellModelHelper = /*@__PURE__*/ (() => {
|
|
|
18
18
|
}
|
|
19
19
|
static a(a, b, c) {
|
|
20
20
|
if (b.a7) {
|
|
21
|
-
if (b.bc(CellModel.fp) || b.bc(CellModel.eu) || b.bc(CellModel.
|
|
21
|
+
if (b.bc(CellModel.fp) || b.bc(CellModel.eu) || b.bc(CellModel.h7) || b.bb("IsRowPinned") || b.bb("IsRowSticky") || b.bb("PinnedRowOpacity")) {
|
|
22
22
|
let d = Math.min(1, Math.max(0, b.c7));
|
|
23
23
|
let e = b.cp * (1 - d);
|
|
24
24
|
c.ci(e);
|
|
@@ -27,14 +27,14 @@ let CanvasContentCellModelHelper = /*@__PURE__*/ (() => {
|
|
|
27
27
|
}
|
|
28
28
|
}
|
|
29
29
|
if (b.bc(CellModel.e5)) {
|
|
30
|
-
CanvasContentCellModelHelper.c(c, b.
|
|
30
|
+
CanvasContentCellModelHelper.c(c, b.nl);
|
|
31
31
|
if (b.bm) {
|
|
32
|
-
c.cw(b.
|
|
32
|
+
c.cw(b.nl);
|
|
33
33
|
}
|
|
34
34
|
}
|
|
35
|
-
if (b.bc(CellModel.
|
|
35
|
+
if (b.bc(CellModel.gw)) {
|
|
36
36
|
}
|
|
37
|
-
if (b.bc(CellModel.
|
|
37
|
+
if (b.bc(CellModel.gc) || b.bc(CellModel.h6)) {
|
|
38
38
|
let f = b.g;
|
|
39
39
|
let g = b.i;
|
|
40
40
|
c.cl(f);
|
|
@@ -21,22 +21,22 @@ let CanvasDateTimeCellPresenter = /*@__PURE__*/ (() => {
|
|
|
21
21
|
super.b(a);
|
|
22
22
|
let b = a;
|
|
23
23
|
if (a.a7) {
|
|
24
|
-
if (a.bc(DateTimeCellModel.
|
|
24
|
+
if (a.bc(DateTimeCellModel.ol) || a.bc(DateTimeCellModel.om) || a.bc(DateTimeCellModel.ok) || a.bc(DateTimeCellModel.gz) || a.bc(DateTimeCellModel.h5)) {
|
|
25
25
|
this.e(b);
|
|
26
|
-
this.d.cr(b.
|
|
26
|
+
this.d.cr(b.k1);
|
|
27
27
|
}
|
|
28
28
|
CanvasContentCellModelHelper.a(this.a.bq, b, this.a);
|
|
29
29
|
}
|
|
30
30
|
}
|
|
31
31
|
e(a) {
|
|
32
|
-
if (a.
|
|
33
|
-
a.
|
|
32
|
+
if (a.ly != null) {
|
|
33
|
+
a.k1 = a.ly;
|
|
34
34
|
return;
|
|
35
35
|
}
|
|
36
|
-
a.
|
|
37
|
-
if (a.
|
|
38
|
-
if (!(typeCast(Date_$type, a.
|
|
39
|
-
a.
|
|
36
|
+
a.k1 = a.ox(a.oj);
|
|
37
|
+
if (a.k1 == stringEmpty()) {
|
|
38
|
+
if (!(typeCast(Date_$type, a.ii) !== null)) {
|
|
39
|
+
a.k1 = a.ii.toString();
|
|
40
40
|
}
|
|
41
41
|
}
|
|
42
42
|
}
|
|
@@ -524,8 +524,8 @@ let CanvasGridCellBase = /*@__PURE__*/ (() => {
|
|
|
524
524
|
if (this.a1 != b) {
|
|
525
525
|
this.a1 = b;
|
|
526
526
|
}
|
|
527
|
-
let c = a.
|
|
528
|
-
let d = a.
|
|
527
|
+
let c = a.h8 * 0.2;
|
|
528
|
+
let d = a.ga * 0.6;
|
|
529
529
|
if (this.a2 >= c && this.a2 <= d) {
|
|
530
530
|
return;
|
|
531
531
|
}
|
|
@@ -21,23 +21,23 @@ let CanvasImageCellPresenter = /*@__PURE__*/ (() => {
|
|
|
21
21
|
super.b(a);
|
|
22
22
|
let b = a;
|
|
23
23
|
if (a.a7) {
|
|
24
|
-
if (a.bc(CellModel.fp) || a.bc(CellModel.
|
|
24
|
+
if (a.bc(CellModel.fp) || a.bc(CellModel.h7)) {
|
|
25
25
|
let c = Math.min(1, Math.max(0, a.c7));
|
|
26
26
|
let d = a.cs * (1 - c);
|
|
27
27
|
this.d.dd = d;
|
|
28
28
|
}
|
|
29
|
-
if (b.bc(ImageCellModel.
|
|
30
|
-
this.e(b.
|
|
29
|
+
if (b.bc(ImageCellModel.od) || b.bc(ImageCellModel.oe)) {
|
|
30
|
+
this.e(b.oh, b.oa);
|
|
31
31
|
}
|
|
32
|
-
if (b.bc(ImageCellModel.
|
|
33
|
-
this.f(b.
|
|
32
|
+
if (b.bc(ImageCellModel.of) || b.bc(ImageCellModel.gc) || b.bc(ImageCellModel.h6)) {
|
|
33
|
+
this.f(b.oc, b.g, b.i);
|
|
34
34
|
}
|
|
35
|
-
if (b.bc(ImageCellModel.
|
|
35
|
+
if (b.bc(ImageCellModel.hn)) {
|
|
36
36
|
if (a.u == 1) {
|
|
37
37
|
this.d.dg();
|
|
38
38
|
}
|
|
39
39
|
else if (a.u == 2) {
|
|
40
|
-
this.e(b.
|
|
40
|
+
this.e(b.oh, b.oa);
|
|
41
41
|
}
|
|
42
42
|
}
|
|
43
43
|
}
|
|
@@ -21,20 +21,20 @@ let CanvasNumericCellPresenter = /*@__PURE__*/ (() => {
|
|
|
21
21
|
super.b(a);
|
|
22
22
|
let b = a;
|
|
23
23
|
if (a.a7) {
|
|
24
|
-
if (a.bc(NumericCellModel.
|
|
25
|
-
b.
|
|
26
|
-
this.d.cr(b.
|
|
24
|
+
if (a.bc(NumericCellModel.o1) || a.bc(NumericCellModel.oo) || a.bc(NumericCellModel.h5) || b.og()) {
|
|
25
|
+
b.k1 = this.e(b);
|
|
26
|
+
this.d.cr(b.k1);
|
|
27
27
|
}
|
|
28
28
|
CanvasContentCellModelHelper.a(this.a.bq, b, this.a);
|
|
29
29
|
}
|
|
30
30
|
}
|
|
31
31
|
e(a) {
|
|
32
|
-
if (a.
|
|
33
|
-
return a.
|
|
32
|
+
if (a.ly != null) {
|
|
33
|
+
return a.ly;
|
|
34
34
|
}
|
|
35
|
-
if (a.
|
|
36
|
-
let val_ = a.
|
|
37
|
-
let override_ = a.
|
|
35
|
+
if (a.o7 != null) {
|
|
36
|
+
let val_ = a.ok;
|
|
37
|
+
let override_ = a.o7;
|
|
38
38
|
return (override_.format(val_));
|
|
39
39
|
}
|
|
40
40
|
return NumericCellFormatter.c(a);
|
|
@@ -20,24 +20,24 @@ let CanvasSectionHeaderCellPresenter = /*@__PURE__*/ (() => {
|
|
|
20
20
|
super.b(a);
|
|
21
21
|
let b = a;
|
|
22
22
|
if (a.a7) {
|
|
23
|
-
if (a.bc(SectionHeaderCellModel.
|
|
24
|
-
if (b.
|
|
25
|
-
if (b.
|
|
26
|
-
b.
|
|
23
|
+
if (a.bc(SectionHeaderCellModel.of) || a.bc(SectionHeaderCellModel.oh)) {
|
|
24
|
+
if (b.ob == null || (b.ob.length == 0 && b.op == null)) {
|
|
25
|
+
if (b.ii == null) {
|
|
26
|
+
b.k1 = "";
|
|
27
27
|
}
|
|
28
28
|
else {
|
|
29
|
-
b.
|
|
29
|
+
b.k1 = b.ii.toString();
|
|
30
30
|
}
|
|
31
31
|
}
|
|
32
32
|
else {
|
|
33
|
-
if (b.
|
|
34
|
-
b.
|
|
33
|
+
if (b.on != null && b.oe == 0) {
|
|
34
|
+
b.k1 = b.op + " " + b.on;
|
|
35
35
|
}
|
|
36
36
|
else {
|
|
37
|
-
b.
|
|
37
|
+
b.k1 = b.op;
|
|
38
38
|
}
|
|
39
39
|
}
|
|
40
|
-
this.d.cr(b.
|
|
40
|
+
this.d.cr(b.k1);
|
|
41
41
|
}
|
|
42
42
|
CanvasContentCellModelHelper.a(this.a.bq, b, this.a);
|
|
43
43
|
}
|
|
@@ -19,18 +19,18 @@ let CanvasSummaryCellPresenter = /*@__PURE__*/ (() => {
|
|
|
19
19
|
super.b(a);
|
|
20
20
|
let b = a;
|
|
21
21
|
if (a.a7) {
|
|
22
|
+
CanvasContentCellModelHelper.a(this.a.bq, b, this.a);
|
|
22
23
|
if (a.bb("ResolvedSummaryLabel") || a.bb("ResolvedSummaryValue")) {
|
|
23
|
-
this.d.dj(b.
|
|
24
|
-
this.d.cr(b.
|
|
24
|
+
this.d.dj(b.oh);
|
|
25
|
+
this.d.cr(b.oj);
|
|
25
26
|
}
|
|
26
27
|
if (a.bb("SummaryLabelTextColor")) {
|
|
27
|
-
let c = CanvasContentCellModelHelper.e(b.
|
|
28
|
+
let c = CanvasContentCellModelHelper.e(b.oo);
|
|
28
29
|
this.d.dk(c);
|
|
29
30
|
}
|
|
30
|
-
if (a.bb("FontInfo")) {
|
|
31
|
-
this.d.dl(b.
|
|
31
|
+
if (a.bb("FontInfo") || a.bb("SummaryLabelFontInfo")) {
|
|
32
|
+
this.d.dl(b.oa);
|
|
32
33
|
}
|
|
33
|
-
CanvasContentCellModelHelper.a(this.a.bq, b, this.a);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
}
|
|
@@ -21,13 +21,13 @@ let CanvasTemplateCellPresenter = /*@__PURE__*/ (() => {
|
|
|
21
21
|
super.b(a);
|
|
22
22
|
let b = a;
|
|
23
23
|
let c = this.e.actualColumns._inner[a.l.a5];
|
|
24
|
-
if (a.bc(CellModel.fp) || a.bc(CellModel.
|
|
24
|
+
if (a.bc(CellModel.fp) || a.bc(CellModel.h7)) {
|
|
25
25
|
let d = Math.min(1, Math.max(0, a.c7));
|
|
26
26
|
let e = a.cs * (1 - d);
|
|
27
27
|
this.d.db.opacity = e;
|
|
28
28
|
}
|
|
29
29
|
this.d.dc();
|
|
30
|
-
c.
|
|
30
|
+
c.sf(a, this.d);
|
|
31
31
|
}
|
|
32
32
|
}
|
|
33
33
|
CanvasTemplateCellPresenter.$t = /*@__PURE__*/ markType(CanvasTemplateCellPresenter, 'CanvasTemplateCellPresenter', CanvasCellPresenterBase.$);
|
|
@@ -21,7 +21,7 @@ let CanvasTemplateHeaderCellPresenter = /*@__PURE__*/ (() => {
|
|
|
21
21
|
super.b(a);
|
|
22
22
|
let b = this.e.actualColumns._inner[a.l.a5];
|
|
23
23
|
let c = b.header;
|
|
24
|
-
if (a.bc(CellModel.fp) || a.bc(CellModel.
|
|
24
|
+
if (a.bc(CellModel.fp) || a.bc(CellModel.h7)) {
|
|
25
25
|
let d = Math.min(1, Math.max(0, a.c7));
|
|
26
26
|
let e = a.cs * (1 - d);
|
|
27
27
|
}
|
|
@@ -20,26 +20,26 @@ let CanvasTextCellPresenter = /*@__PURE__*/ (() => {
|
|
|
20
20
|
super.b(a);
|
|
21
21
|
let b = a;
|
|
22
22
|
if (a.a7) {
|
|
23
|
-
if (a.bc(TextCellModel.
|
|
24
|
-
b.
|
|
25
|
-
this.d.cr(b.
|
|
23
|
+
if (a.bc(TextCellModel.n9) || a.bc(TextCellModel.h5) || a.bc(TextCellModel.gz)) {
|
|
24
|
+
b.k1 = this.e(b);
|
|
25
|
+
this.d.cr(b.k1);
|
|
26
26
|
}
|
|
27
27
|
CanvasContentCellModelHelper.a(this.a.bq, b, this.a);
|
|
28
28
|
}
|
|
29
29
|
}
|
|
30
30
|
e(a) {
|
|
31
|
-
if (a.
|
|
32
|
-
return a.
|
|
31
|
+
if (a.ly != null) {
|
|
32
|
+
return a.ly;
|
|
33
33
|
}
|
|
34
|
-
if (a.
|
|
35
|
-
return a.
|
|
34
|
+
if (a.ob != null) {
|
|
35
|
+
return a.ob;
|
|
36
36
|
}
|
|
37
37
|
else {
|
|
38
|
-
if (a.
|
|
38
|
+
if (a.ii == null) {
|
|
39
39
|
return "";
|
|
40
40
|
}
|
|
41
41
|
else {
|
|
42
|
-
return a.
|
|
42
|
+
return a.ii.toString();
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
}
|
|
@@ -27,11 +27,11 @@ let CanvasTextHeaderCellPresenter = /*@__PURE__*/ (() => {
|
|
|
27
27
|
super.b(a);
|
|
28
28
|
let b = a;
|
|
29
29
|
if (a.a7) {
|
|
30
|
-
if (a.bc(TextCellModel.
|
|
31
|
-
b.
|
|
32
|
-
this.d.cr(b.
|
|
30
|
+
if (a.bc(TextCellModel.n9)) {
|
|
31
|
+
b.k1 = b.ob;
|
|
32
|
+
this.d.cr(b.k1);
|
|
33
33
|
}
|
|
34
|
-
if (a.bc(CellModel.
|
|
34
|
+
if (a.bc(CellModel.hl)) {
|
|
35
35
|
if (a.bt) {
|
|
36
36
|
this.d.db.m = false;
|
|
37
37
|
}
|
|
@@ -45,17 +45,17 @@ let CanvasTextHeaderCellPresenter = /*@__PURE__*/ (() => {
|
|
|
45
45
|
this.d.db.m = true;
|
|
46
46
|
}
|
|
47
47
|
}
|
|
48
|
-
if (a.bc(CellModel.
|
|
48
|
+
if (a.bc(CellModel.hm)) {
|
|
49
49
|
if (a.bt) {
|
|
50
50
|
this.d.db.m = false;
|
|
51
51
|
}
|
|
52
|
-
this.d.db.a3 = a.
|
|
52
|
+
this.d.db.a3 = a.n1;
|
|
53
53
|
if (a.bt) {
|
|
54
54
|
this.d.db.m = true;
|
|
55
55
|
}
|
|
56
56
|
}
|
|
57
57
|
if (a.bb("SortIndicatorStyle")) {
|
|
58
|
-
this.d.db.f = b.
|
|
58
|
+
this.d.db.f = b.oi;
|
|
59
59
|
}
|
|
60
60
|
CanvasContentCellModelHelper.a(this.a.bq, b, this.a);
|
|
61
61
|
}
|
|
@@ -20,86 +20,89 @@ let CellPresenterBase = /*@__PURE__*/ (() => {
|
|
|
20
20
|
this.b(a);
|
|
21
21
|
}
|
|
22
22
|
b(a) {
|
|
23
|
-
this.a.
|
|
24
|
-
this.a.
|
|
25
|
-
this.a.
|
|
26
|
-
this.a.
|
|
27
|
-
if (a.bc(CellModel.
|
|
23
|
+
this.a.cw(a.c);
|
|
24
|
+
this.a.c5(a.e);
|
|
25
|
+
this.a.cz(a.d);
|
|
26
|
+
this.a.ck();
|
|
27
|
+
if (a.bc(CellModel.go)) {
|
|
28
28
|
this.a.ad = a.bh;
|
|
29
29
|
}
|
|
30
30
|
if (a.bc(CellModel.e0) || a.bc(CellModel.e4) || a.bc(CellModel.e2) || a.bc(CellModel.ey)) {
|
|
31
|
-
this.a.
|
|
31
|
+
this.a.c7(a.ez, a.e3, a.e1, a.ex);
|
|
32
32
|
}
|
|
33
33
|
if (a.a5) {
|
|
34
|
-
this.a.
|
|
34
|
+
this.a.cy(a.nk, a.en, a.es, a.eq, a.el);
|
|
35
35
|
if (a.bc(CellModel.ej)) {
|
|
36
|
-
if (!a.bj && a.p.
|
|
37
|
-
this.a.
|
|
36
|
+
if (!a.bj && a.p.i9 && a.bg && a.co == 1) {
|
|
37
|
+
this.a.ca();
|
|
38
38
|
}
|
|
39
39
|
}
|
|
40
40
|
}
|
|
41
41
|
if (a.bs) {
|
|
42
|
-
this.a.
|
|
43
|
-
this.a.
|
|
42
|
+
this.a.c2(a.ga, (a.e3 + a.ex + a.es + a.el));
|
|
43
|
+
this.a.dd(a.h8, (a.ez + a.e1 + a.en + a.eq));
|
|
44
44
|
}
|
|
45
45
|
if (a.a7) {
|
|
46
46
|
if (a.bm && !this.a.z) {
|
|
47
|
-
this.a.
|
|
47
|
+
this.a.b9();
|
|
48
48
|
}
|
|
49
49
|
if (a.bc(CellModel.ek)) {
|
|
50
|
-
this.a.
|
|
50
|
+
this.a.cx(a.nj.color);
|
|
51
51
|
}
|
|
52
52
|
if (a.bc(CellModel.ew)) {
|
|
53
|
-
this.a.
|
|
53
|
+
this.a.c6(a.cq);
|
|
54
54
|
}
|
|
55
55
|
if (a.bb("IsCollapsable")) {
|
|
56
56
|
this.a.aa = a.a6;
|
|
57
|
-
this.a.bi = a.
|
|
57
|
+
this.a.bi = a.gg;
|
|
58
58
|
this.a.ab = a.be;
|
|
59
|
-
this.a.
|
|
59
|
+
this.a.dd(a.h8, (a.ez + a.e1 + a.en + a.eq));
|
|
60
60
|
}
|
|
61
61
|
if (a.bb("Indent")) {
|
|
62
|
-
this.a.bi = a.
|
|
63
|
-
this.a.
|
|
62
|
+
this.a.bi = a.gg;
|
|
63
|
+
this.a.dd(a.h8, (a.ez + a.e1 + a.en + a.eq));
|
|
64
64
|
}
|
|
65
65
|
if (a.bb("IsExpanded")) {
|
|
66
66
|
this.a.ab = a.be;
|
|
67
67
|
}
|
|
68
|
-
if (a.
|
|
69
|
-
this.a.
|
|
68
|
+
if (a.bb("IsCollapsable") || a.bb("ExpansionIndicatorIconColor")) {
|
|
69
|
+
this.a.dt = a.ns;
|
|
70
70
|
}
|
|
71
|
-
if (a.bc(CellModel.
|
|
72
|
-
this.a.
|
|
71
|
+
if (a.bc(CellModel.h0)) {
|
|
72
|
+
this.a.b4 = a.lp;
|
|
73
73
|
}
|
|
74
74
|
if (a.bc(CellModel.hy)) {
|
|
75
|
-
this.a.
|
|
75
|
+
this.a.dw = a.n5;
|
|
76
76
|
}
|
|
77
|
-
if (a.bc(CellModel.
|
|
78
|
-
this.a.
|
|
79
|
-
}
|
|
80
|
-
if (a.bc(CellModel.ho)) {
|
|
81
|
-
this.a.bv = a.lc;
|
|
77
|
+
if (a.bc(CellModel.hz)) {
|
|
78
|
+
this.a.n = a.ak;
|
|
82
79
|
}
|
|
83
80
|
if (a.bc(CellModel.hr)) {
|
|
84
|
-
this.a.
|
|
81
|
+
this.a.bz = a.lh;
|
|
85
82
|
}
|
|
86
83
|
if (a.bc(CellModel.hp)) {
|
|
87
|
-
this.a.
|
|
84
|
+
this.a.bw = a.le;
|
|
85
|
+
}
|
|
86
|
+
if (a.bc(CellModel.hs)) {
|
|
87
|
+
this.a.dv = a.n4;
|
|
88
|
+
}
|
|
89
|
+
if (a.bc(CellModel.hq)) {
|
|
90
|
+
this.a.du = a.n3;
|
|
88
91
|
}
|
|
89
|
-
if (a.bc(CellModel.
|
|
92
|
+
if (a.bc(CellModel.hx)) {
|
|
90
93
|
this.a.aj = a.c4;
|
|
91
94
|
}
|
|
92
|
-
if (a.bc(CellModel.
|
|
93
|
-
this.a.
|
|
95
|
+
if (a.bc(CellModel.hu) || a.bc(CellModel.hv) || a.bc(CellModel.hw) || a.bc(CellModel.hw)) {
|
|
96
|
+
this.a.dy = new Rect(0, a.c1, a.c2, a.c3, a.c0);
|
|
94
97
|
}
|
|
95
98
|
}
|
|
96
99
|
if (a.bs && a.bm) {
|
|
97
|
-
this.a.
|
|
100
|
+
this.a.dl(a);
|
|
98
101
|
}
|
|
99
102
|
if (a.bb("DoClone")) {
|
|
100
103
|
if (a.a1) {
|
|
101
104
|
a.a1 = false;
|
|
102
|
-
this.a.
|
|
105
|
+
this.a.b8();
|
|
103
106
|
}
|
|
104
107
|
}
|
|
105
108
|
}
|
|
@@ -211,6 +211,12 @@ let CheckboxListBridge = /*@__PURE__*/ (() => {
|
|
|
211
211
|
case 83:
|
|
212
212
|
d.searchTextColor = c;
|
|
213
213
|
break;
|
|
214
|
+
case 126:
|
|
215
|
+
d.searchBorderColor = c;
|
|
216
|
+
break;
|
|
217
|
+
case 127:
|
|
218
|
+
d.searchFocusBorderColor = c;
|
|
219
|
+
break;
|
|
214
220
|
case 118:
|
|
215
221
|
d.selectAllCaptionTextColor = c;
|
|
216
222
|
break;
|
|
@@ -262,6 +268,8 @@ let CheckboxListBridge = /*@__PURE__*/ (() => {
|
|
|
262
268
|
case 24: return c.rowHoverBackgroundColor;
|
|
263
269
|
case 82: return c.searchIconColor;
|
|
264
270
|
case 83: return c.searchTextColor;
|
|
271
|
+
case 126: return c.searchBorderColor;
|
|
272
|
+
case 127: return c.searchFocusBorderColor;
|
|
265
273
|
case 118: return c.selectAllCaptionTextColor;
|
|
266
274
|
case 100: return enumGetBox(CheckboxListExternalIndexType_$type, c.indexType);
|
|
267
275
|
case 114: return c.checkboxAlignedRight;
|