igniteui-angular-data-grids 21.1.0-beta.2 → 21.1.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-angular-data-grids.umd.js +10884 -9697
- package/bundles/igniteui-angular-data-grids.umd.min.js +1 -1
- package/esm2015/lib/AccessibilityRow.js +10 -10
- package/esm2015/lib/CanvasCellPresenterBase.js +12 -12
- package/esm2015/lib/CanvasContentCellModelHelper.js +12 -12
- package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm2015/lib/CanvasGridCellBase.js +2 -2
- package/esm2015/lib/CanvasImageCellPresenter.js +9 -9
- package/esm2015/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm2015/lib/CanvasSummaryCellPresenter.js +4 -4
- package/esm2015/lib/CanvasTemplateCellPresenter.js +5 -5
- package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +5 -5
- package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
- package/esm2015/lib/CanvasTextHeaderCellPresenter.js +11 -11
- package/esm2015/lib/CellPath.js +79 -69
- package/esm2015/lib/CellPresenterBase.js +46 -46
- package/esm2015/lib/CheckboxListBridge.js +12 -0
- package/esm2015/lib/CheckboxListView_combined.js +329 -283
- package/esm2015/lib/ColumnChooserView_combined.js +11 -11
- package/esm2015/lib/ColumnFilterCondition_combined.js +7043 -6712
- package/esm2015/lib/ColumnGroupingView_combined.js +5 -5
- package/esm2015/lib/ColumnPinningView_combined.js +11 -11
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +7 -7
- package/esm2015/lib/ContentCellModelHelper.js +16 -16
- package/esm2015/lib/DataGridAccessibilityLayoutPanel.js +1 -1
- package/esm2015/lib/DataGridCellLayoutPanel.js +17 -17
- package/esm2015/lib/DataGridScrollerKeyboardListener.js +2 -2
- package/esm2015/lib/DataGridToolbarView_combined.js +2 -2
- package/esm2015/lib/DateTimeCellPresenter.js +9 -9
- package/esm2015/lib/DraggerView.js +1 -7
- package/esm2015/lib/EditorCell.js +289 -289
- package/esm2015/lib/EditorCellPresenter.js +27 -27
- package/esm2015/lib/FilterCell.js +267 -267
- package/esm2015/lib/FilterCellPresenter.js +17 -17
- package/esm2015/lib/GridCellBase.js +210 -202
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +13 -13
- package/esm2015/lib/GridColumnGroupOptionsView_combined.js +7 -7
- 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 +4 -4
- package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
- package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +7 -7
- package/esm2015/lib/GridExternalWrapper.js +12 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +238 -187
- package/esm2015/lib/ISummaryChooserView_combined.js +4 -4
- package/esm2015/lib/ImageCell.js +58 -58
- package/esm2015/lib/ImageCellPresenter.js +17 -17
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +9 -9
- 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 +30 -20
- package/esm2015/lib/SectionHeaderCellPresenter.js +10 -10
- package/esm2015/lib/SummaryCell.js +44 -44
- package/esm2015/lib/SummaryCellPresenter.js +9 -9
- package/esm2015/lib/TemplateCell.js +15 -15
- package/esm2015/lib/TemplateCellPresenter.js +6 -6
- package/esm2015/lib/TemplateHeader.js +8 -8
- package/esm2015/lib/TemplateHeaderCell.js +5 -5
- package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
- package/esm2015/lib/TemplateHeaderCellPresenter.js +6 -6
- package/esm2015/lib/TemplateSectionHeader.js +2 -2
- package/esm2015/lib/TextCell.js +31 -30
- package/esm2015/lib/TextCellPresenter.js +10 -10
- package/esm2015/lib/TextHeaderCell.js +181 -175
- package/esm2015/lib/TextHeaderCellPresenter.js +66 -57
- package/esm2015/lib/VerticalSeparatorCell.js +37 -37
- package/esm2015/lib/igx-cell-info.js +195 -186
- package/esm2015/lib/igx-checkbox-list-component.js +42 -20
- package/esm2015/lib/igx-column-chooser-component.js +1 -1
- package/esm2015/lib/igx-column-moving-separator-component.js +6 -6
- package/esm2015/lib/igx-column-pinning-component.js +1 -1
- package/esm2015/lib/igx-column-resizing-separator-component.js +4 -4
- package/esm2015/lib/igx-combo-box-column-component.js +10 -10
- package/esm2015/lib/igx-data-binding-event-args.js +3 -0
- package/esm2015/lib/igx-data-grid-column-component.js +261 -195
- package/esm2015/lib/igx-data-grid-component.js +226 -33
- package/esm2015/lib/igx-data-grid-filter-dialog-component.js +60 -27
- package/esm2015/lib/igx-data-grid-toolbar-component.js +40 -8
- package/esm2015/lib/igx-date-time-cell-info.js +12 -12
- package/esm2015/lib/igx-date-time-column-component.js +20 -20
- package/esm2015/lib/igx-definition-base-component.js +44 -44
- package/esm2015/lib/igx-editor-cell-info.js +23 -23
- package/esm2015/lib/igx-filter-cell-info.js +26 -26
- package/esm2015/lib/igx-filter-row-definition-component.js +8 -8
- package/esm2015/lib/igx-grid-column-filter-options-component.js +1 -1
- package/esm2015/lib/igx-header-component.js +16 -16
- package/esm2015/lib/igx-image-cell-info.js +6 -6
- package/esm2015/lib/igx-image-column-component.js +10 -10
- package/esm2015/lib/igx-multi-column-combo-box-component.js +160 -32
- package/esm2015/lib/igx-numeric-cell-info.js +28 -28
- package/esm2015/lib/igx-numeric-column-component.js +32 -32
- package/esm2015/lib/igx-section-header-cell-info.js +6 -6
- package/esm2015/lib/igx-section-header-component.js +24 -24
- package/esm2015/lib/igx-summary-cell-info.js +9 -9
- package/esm2015/lib/igx-summary-row-component.js +23 -23
- package/esm2015/lib/igx-summary-row-root-dynamic-module.js +2 -0
- package/esm2015/lib/igx-summary-row-section-dynamic-module.js +2 -0
- package/esm2015/lib/igx-template-cell-info.js +2 -2
- package/esm2015/lib/igx-template-header-cell-info.js +2 -2
- package/esm2015/lib/igx-text-cell-info.js +2 -2
- package/esm2015/lib/igx-text-column-component.js +8 -8
- package/esm2015/lib/igx-text-header-cell-info.js +67 -40
- package/esm5/lib/AccessibilityRow.js +10 -10
- package/esm5/lib/CanvasCellPresenterBase.js +12 -12
- package/esm5/lib/CanvasContentCellModelHelper.js +12 -12
- package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm5/lib/CanvasGridCellBase.js +2 -2
- package/esm5/lib/CanvasImageCellPresenter.js +9 -9
- package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm5/lib/CanvasSummaryCellPresenter.js +4 -4
- package/esm5/lib/CanvasTemplateCellPresenter.js +5 -5
- package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +5 -5
- package/esm5/lib/CanvasTextCellPresenter.js +9 -9
- package/esm5/lib/CanvasTextHeaderCellPresenter.js +11 -11
- package/esm5/lib/CellPath.js +79 -65
- package/esm5/lib/CellPresenterBase.js +46 -46
- package/esm5/lib/CheckboxListBridge.js +12 -0
- package/esm5/lib/CheckboxListView_combined.js +332 -278
- package/esm5/lib/ColumnChooserView_combined.js +11 -11
- package/esm5/lib/ColumnFilterCondition_combined.js +6860 -6456
- package/esm5/lib/ColumnGroupingView_combined.js +5 -5
- package/esm5/lib/ColumnPinningView_combined.js +11 -11
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +7 -7
- package/esm5/lib/ContentCellModelHelper.js +16 -16
- package/esm5/lib/DataGridAccessibilityLayoutPanel.js +1 -1
- package/esm5/lib/DataGridCellLayoutPanel.js +17 -17
- package/esm5/lib/DataGridScrollerKeyboardListener.js +2 -2
- package/esm5/lib/DataGridToolbarView_combined.js +2 -2
- package/esm5/lib/DateTimeCellPresenter.js +9 -9
- package/esm5/lib/DraggerView.js +1 -7
- package/esm5/lib/EditorCell.js +276 -276
- package/esm5/lib/EditorCellPresenter.js +27 -27
- package/esm5/lib/FilterCell.js +257 -257
- package/esm5/lib/FilterCellPresenter.js +17 -17
- package/esm5/lib/GridCellBase.js +205 -193
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +13 -13
- package/esm5/lib/GridColumnGroupOptionsView_combined.js +7 -7
- 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 +4 -4
- package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
- package/esm5/lib/GridColumnSummaryOptionsView_combined.js +7 -7
- package/esm5/lib/GridExternalWrapper.js +12 -6
- package/esm5/lib/GridFilterDialogView_combined.js +240 -177
- package/esm5/lib/ISummaryChooserView_combined.js +4 -4
- package/esm5/lib/ImageCell.js +57 -57
- package/esm5/lib/ImageCellPresenter.js +17 -17
- package/esm5/lib/MultiColumnComboBoxView_combined.js +9 -9
- 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 +30 -20
- package/esm5/lib/SectionHeaderCellPresenter.js +10 -10
- package/esm5/lib/SummaryCell.js +44 -44
- package/esm5/lib/SummaryCellPresenter.js +9 -9
- package/esm5/lib/TemplateCell.js +15 -15
- package/esm5/lib/TemplateCellPresenter.js +6 -6
- package/esm5/lib/TemplateHeader.js +8 -8
- package/esm5/lib/TemplateHeaderCell.js +5 -5
- package/esm5/lib/TemplateHeaderCellModel.js +17 -17
- package/esm5/lib/TemplateHeaderCellPresenter.js +6 -6
- package/esm5/lib/TemplateSectionHeader.js +2 -2
- package/esm5/lib/TextCell.js +31 -30
- package/esm5/lib/TextCellPresenter.js +10 -10
- package/esm5/lib/TextHeaderCell.js +185 -179
- package/esm5/lib/TextHeaderCellPresenter.js +66 -57
- package/esm5/lib/VerticalSeparatorCell.js +37 -37
- package/esm5/lib/igx-cell-info.js +207 -186
- package/esm5/lib/igx-checkbox-list-component.js +49 -19
- package/esm5/lib/igx-column-chooser-component.js +1 -1
- package/esm5/lib/igx-column-moving-separator-component.js +6 -6
- package/esm5/lib/igx-column-pinning-component.js +1 -1
- package/esm5/lib/igx-column-resizing-separator-component.js +4 -4
- package/esm5/lib/igx-combo-box-column-component.js +10 -10
- package/esm5/lib/igx-data-binding-event-args.js +3 -0
- package/esm5/lib/igx-data-grid-column-component.js +285 -195
- package/esm5/lib/igx-data-grid-component.js +246 -33
- package/esm5/lib/igx-data-grid-filter-dialog-component.js +72 -27
- package/esm5/lib/igx-data-grid-toolbar-component.js +40 -8
- package/esm5/lib/igx-date-time-cell-info.js +12 -12
- package/esm5/lib/igx-date-time-column-component.js +20 -20
- package/esm5/lib/igx-definition-base-component.js +44 -44
- package/esm5/lib/igx-editor-cell-info.js +23 -23
- package/esm5/lib/igx-filter-cell-info.js +26 -26
- package/esm5/lib/igx-filter-row-definition-component.js +8 -8
- package/esm5/lib/igx-grid-column-filter-options-component.js +1 -1
- package/esm5/lib/igx-header-component.js +16 -16
- package/esm5/lib/igx-image-cell-info.js +6 -6
- package/esm5/lib/igx-image-column-component.js +10 -10
- package/esm5/lib/igx-multi-column-combo-box-component.js +160 -32
- package/esm5/lib/igx-numeric-cell-info.js +28 -28
- package/esm5/lib/igx-numeric-column-component.js +32 -32
- package/esm5/lib/igx-section-header-cell-info.js +6 -6
- package/esm5/lib/igx-section-header-component.js +24 -24
- package/esm5/lib/igx-summary-cell-info.js +9 -9
- package/esm5/lib/igx-summary-row-component.js +22 -22
- package/esm5/lib/igx-summary-row-root-dynamic-module.js +2 -0
- package/esm5/lib/igx-summary-row-section-dynamic-module.js +2 -0
- package/esm5/lib/igx-template-cell-info.js +2 -2
- package/esm5/lib/igx-template-header-cell-info.js +2 -2
- package/esm5/lib/igx-text-cell-info.js +2 -2
- package/esm5/lib/igx-text-column-component.js +8 -8
- package/esm5/lib/igx-text-header-cell-info.js +79 -40
- package/fesm2015/igniteui-angular-data-grids.js +10781 -9783
- package/fesm5/igniteui-angular-data-grids.js +10884 -9697
- package/lib/CellPath.d.ts +21 -20
- package/lib/CheckboxListExternal.d.ts +3 -0
- package/lib/CheckboxListView_combined.d.ts +77 -71
- package/lib/ColumnFilterCondition_combined.d.ts +1759 -1699
- package/lib/EditorCell.d.ts +63 -63
- package/lib/FilterCell.d.ts +55 -55
- package/lib/GridCellBase.d.ts +82 -80
- package/lib/GridExternalWrapper.d.ts +2 -0
- package/lib/GridFilterDialogView_combined.d.ts +61 -52
- package/lib/ImageCell.d.ts +15 -15
- package/lib/NumericCell.d.ts +2 -2
- package/lib/SectionHeaderCell.d.ts +6 -4
- package/lib/SummaryCell.d.ts +10 -10
- package/lib/TemplateCell.d.ts +5 -5
- package/lib/TemplateHeader.d.ts +3 -3
- package/lib/TemplateHeaderCell.d.ts +2 -2
- package/lib/TemplateHeaderCellModel.d.ts +7 -7
- package/lib/TemplateSectionHeader.d.ts +2 -2
- package/lib/TextCell.d.ts +7 -7
- package/lib/TextHeaderCell.d.ts +30 -30
- package/lib/VerticalSeparatorCell.d.ts +8 -8
- package/lib/igx-cell-info.d.ts +6 -0
- package/lib/igx-checkbox-list-component.d.ts +11 -1
- package/lib/igx-data-grid-column-component.d.ts +31 -1
- package/lib/igx-data-grid-component.d.ts +28 -1
- package/lib/igx-data-grid-filter-dialog-component.d.ts +16 -1
- package/lib/igx-summary-row-component.d.ts +3 -3
- package/lib/igx-text-header-cell-info.d.ts +15 -0
- package/package.json +4 -4
package/esm2015/lib/CellPath.js
CHANGED
|
@@ -26,16 +26,16 @@ export let CellPath = /*@__PURE__*/ (() => {
|
|
|
26
26
|
let j = g[1];
|
|
27
27
|
let k = g[2];
|
|
28
28
|
super(j, k);
|
|
29
|
-
this.a3 = 0;
|
|
30
29
|
this.a4 = 0;
|
|
30
|
+
this.a5 = 0;
|
|
31
31
|
this.ae = 1;
|
|
32
|
-
this.
|
|
33
|
-
this.
|
|
32
|
+
this.a3 = -1;
|
|
33
|
+
this.an = false;
|
|
34
34
|
this.ah = false;
|
|
35
35
|
this.ag = false;
|
|
36
|
-
this.
|
|
36
|
+
this.av = false;
|
|
37
37
|
this.ai = false;
|
|
38
|
-
this.
|
|
38
|
+
this.a4 = i;
|
|
39
39
|
this.ad();
|
|
40
40
|
}
|
|
41
41
|
this.b = c;
|
|
@@ -48,16 +48,16 @@ export let CellPath = /*@__PURE__*/ (() => {
|
|
|
48
48
|
let d = _rest[1];
|
|
49
49
|
let e = _rest[2];
|
|
50
50
|
super(d, e);
|
|
51
|
-
this.a3 = 0;
|
|
52
51
|
this.a4 = 0;
|
|
52
|
+
this.a5 = 0;
|
|
53
53
|
this.ae = 1;
|
|
54
|
-
this.
|
|
55
|
-
this.
|
|
54
|
+
this.a3 = -1;
|
|
55
|
+
this.an = false;
|
|
56
56
|
this.ah = false;
|
|
57
57
|
this.ag = false;
|
|
58
|
-
this.
|
|
58
|
+
this.av = false;
|
|
59
59
|
this.ai = false;
|
|
60
|
-
this.
|
|
60
|
+
this.a4 = c;
|
|
61
61
|
this.ad();
|
|
62
62
|
}
|
|
63
63
|
break;
|
|
@@ -66,16 +66,16 @@ export let CellPath = /*@__PURE__*/ (() => {
|
|
|
66
66
|
let c = _rest[0];
|
|
67
67
|
let d = _rest[1];
|
|
68
68
|
super(0, d);
|
|
69
|
-
this.a3 = 0;
|
|
70
69
|
this.a4 = 0;
|
|
70
|
+
this.a5 = 0;
|
|
71
71
|
this.ae = 1;
|
|
72
|
-
this.
|
|
73
|
-
this.
|
|
72
|
+
this.a3 = -1;
|
|
73
|
+
this.an = false;
|
|
74
74
|
this.ah = false;
|
|
75
75
|
this.ag = false;
|
|
76
|
-
this.
|
|
76
|
+
this.av = false;
|
|
77
77
|
this.ai = false;
|
|
78
|
-
this.
|
|
78
|
+
this.a4 = c;
|
|
79
79
|
this.ad();
|
|
80
80
|
}
|
|
81
81
|
break;
|
|
@@ -85,34 +85,34 @@ export let CellPath = /*@__PURE__*/ (() => {
|
|
|
85
85
|
let d = _rest[1];
|
|
86
86
|
let e = _rest[2];
|
|
87
87
|
super(0, d);
|
|
88
|
-
this.a3 = 0;
|
|
89
88
|
this.a4 = 0;
|
|
89
|
+
this.a5 = 0;
|
|
90
90
|
this.ae = 1;
|
|
91
|
-
this.
|
|
92
|
-
this.
|
|
91
|
+
this.a3 = -1;
|
|
92
|
+
this.an = false;
|
|
93
93
|
this.ah = false;
|
|
94
94
|
this.ag = false;
|
|
95
|
-
this.
|
|
95
|
+
this.av = false;
|
|
96
96
|
this.ai = false;
|
|
97
|
-
this.
|
|
97
|
+
this.a4 = c;
|
|
98
98
|
this.ae = e;
|
|
99
99
|
this.ad();
|
|
100
100
|
}
|
|
101
101
|
break;
|
|
102
102
|
}
|
|
103
103
|
}
|
|
104
|
-
get
|
|
105
|
-
return this.
|
|
104
|
+
get a6() {
|
|
105
|
+
return this.a4;
|
|
106
106
|
}
|
|
107
|
-
set
|
|
108
|
-
this.
|
|
107
|
+
set a6(a) {
|
|
108
|
+
this.a4 = a;
|
|
109
109
|
this.ad();
|
|
110
110
|
}
|
|
111
|
-
get
|
|
112
|
-
return this.
|
|
111
|
+
get bc() {
|
|
112
|
+
return this.a5;
|
|
113
113
|
}
|
|
114
|
-
set
|
|
115
|
-
this.
|
|
114
|
+
set bc(a) {
|
|
115
|
+
this.a5 = a;
|
|
116
116
|
}
|
|
117
117
|
get af() {
|
|
118
118
|
return this.ae;
|
|
@@ -123,10 +123,15 @@ export let CellPath = /*@__PURE__*/ (() => {
|
|
|
123
123
|
}
|
|
124
124
|
ad() {
|
|
125
125
|
super.ad();
|
|
126
|
-
this.a2
|
|
126
|
+
let a = (this.a2 ? 1 : 0) | (this.ax ? 2 : 0) | (this.an ? 4 : 0);
|
|
127
|
+
let b = super.getHashCode();
|
|
128
|
+
b = (b * 397) ^ this.a6;
|
|
129
|
+
b = (b * 397) ^ this.af;
|
|
130
|
+
b = (b * 397) ^ a;
|
|
131
|
+
this.a3 = b;
|
|
127
132
|
}
|
|
128
133
|
getHashCode() {
|
|
129
|
-
return this.
|
|
134
|
+
return this.a3;
|
|
130
135
|
}
|
|
131
136
|
equals(a) {
|
|
132
137
|
if (!super.equals(a)) {
|
|
@@ -136,16 +141,17 @@ export let CellPath = /*@__PURE__*/ (() => {
|
|
|
136
141
|
if (a == null) {
|
|
137
142
|
return false;
|
|
138
143
|
}
|
|
139
|
-
if (this.
|
|
144
|
+
if (this.a4 != b.a4) {
|
|
145
|
+
return false;
|
|
146
|
+
}
|
|
147
|
+
if (this.a2 != b.a2) {
|
|
140
148
|
return false;
|
|
141
149
|
}
|
|
142
|
-
if (
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
return false;
|
|
148
|
-
}
|
|
150
|
+
if (this.ax != b.ax) {
|
|
151
|
+
return false;
|
|
152
|
+
}
|
|
153
|
+
if (this.an != b.an) {
|
|
154
|
+
return false;
|
|
149
155
|
}
|
|
150
156
|
if (this.af != b.af) {
|
|
151
157
|
return false;
|
|
@@ -153,66 +159,70 @@ export let CellPath = /*@__PURE__*/ (() => {
|
|
|
153
159
|
return true;
|
|
154
160
|
}
|
|
155
161
|
toString() {
|
|
156
|
-
return this.
|
|
162
|
+
return this.a4 + "." + super.toString();
|
|
157
163
|
}
|
|
158
164
|
ab() {
|
|
159
|
-
let a = new CellPath(0, this.b, this.
|
|
160
|
-
a.
|
|
161
|
-
a.
|
|
162
|
-
a.
|
|
165
|
+
let a = new CellPath(0, this.b, this.a4, this.y, this.x);
|
|
166
|
+
a.bc = this.bc;
|
|
167
|
+
a.a0 = this.a0;
|
|
168
|
+
a.ax = this.ax;
|
|
163
169
|
a.i = this.i;
|
|
164
170
|
a.o = this.o;
|
|
165
171
|
a.d = this.d;
|
|
166
|
-
a.
|
|
172
|
+
a.av = this.av;
|
|
167
173
|
a.ai = this.ai;
|
|
168
|
-
a.
|
|
174
|
+
a.an = this.an;
|
|
169
175
|
a.af = this.af;
|
|
176
|
+
a.ad();
|
|
170
177
|
return a;
|
|
171
178
|
}
|
|
172
179
|
get ay() {
|
|
173
|
-
return
|
|
180
|
+
return this.az && this.ax;
|
|
181
|
+
}
|
|
182
|
+
get az() {
|
|
183
|
+
return (this.a4 == -300);
|
|
174
184
|
}
|
|
175
185
|
get aj() {
|
|
176
|
-
return ((this.
|
|
186
|
+
return ((this.a4 >= 0 || this.a4 == -800 || this.a4 == -400) && this.x >= 0 && this.x >= 0);
|
|
177
187
|
}
|
|
178
|
-
get
|
|
179
|
-
return this.
|
|
188
|
+
get a1() {
|
|
189
|
+
return this.a4 == -400 || this.a4 == -401 || this.a4 == -402;
|
|
180
190
|
}
|
|
181
|
-
get
|
|
182
|
-
return this.g && !this.
|
|
191
|
+
get ao() {
|
|
192
|
+
return this.g && !this.az;
|
|
183
193
|
}
|
|
184
|
-
get
|
|
185
|
-
return this.x == -102 && this.
|
|
194
|
+
get aw() {
|
|
195
|
+
return this.x == -102 && this.a4 == -400;
|
|
186
196
|
}
|
|
187
|
-
get
|
|
188
|
-
return (this.x == -103 || this.x == -104) && this.
|
|
197
|
+
get ar() {
|
|
198
|
+
return (this.x == -103 || this.x == -104) && this.a6 == -500;
|
|
189
199
|
}
|
|
190
|
-
get
|
|
191
|
-
return (this.x == -103 || this.x == -104) && this.
|
|
200
|
+
get at() {
|
|
201
|
+
return (this.x == -103 || this.x == -104) && this.a6 == -501;
|
|
192
202
|
}
|
|
193
|
-
get
|
|
194
|
-
return this.x == -100 && this.
|
|
203
|
+
get aq() {
|
|
204
|
+
return this.x == -100 && this.a6 == -500;
|
|
195
205
|
}
|
|
196
|
-
get
|
|
197
|
-
return this.x == -100 && this.
|
|
206
|
+
get as() {
|
|
207
|
+
return this.x == -100 && this.a6 == -501;
|
|
198
208
|
}
|
|
199
|
-
get
|
|
209
|
+
get au() {
|
|
200
210
|
return this.x == -104;
|
|
201
211
|
}
|
|
202
|
-
get
|
|
212
|
+
get a0() {
|
|
203
213
|
return this.ah;
|
|
204
214
|
}
|
|
205
|
-
set
|
|
215
|
+
set a0(a) {
|
|
206
216
|
this.ah = a;
|
|
207
217
|
}
|
|
208
|
-
get
|
|
218
|
+
get ax() {
|
|
209
219
|
return this.ag;
|
|
210
220
|
}
|
|
211
|
-
set
|
|
221
|
+
set ax(a) {
|
|
212
222
|
this.ag = a;
|
|
213
223
|
}
|
|
214
|
-
get
|
|
215
|
-
return this.
|
|
224
|
+
get a2() {
|
|
225
|
+
return this.a0 || this.ax;
|
|
216
226
|
}
|
|
217
227
|
get ak() {
|
|
218
228
|
return this.af == 2;
|
|
@@ -220,7 +230,7 @@ export let CellPath = /*@__PURE__*/ (() => {
|
|
|
220
230
|
get al() {
|
|
221
231
|
return this.af == 3;
|
|
222
232
|
}
|
|
223
|
-
get
|
|
233
|
+
get ap() {
|
|
224
234
|
return this.af == 4;
|
|
225
235
|
}
|
|
226
236
|
get am() {
|
|
@@ -23,89 +23,89 @@ export let CellPresenterBase = /*@__PURE__*/ (() => {
|
|
|
23
23
|
this.b(a);
|
|
24
24
|
}
|
|
25
25
|
b(a) {
|
|
26
|
-
this.a.
|
|
27
|
-
this.a.
|
|
28
|
-
this.a.
|
|
29
|
-
this.a.
|
|
30
|
-
if (a.bc(CellModel.
|
|
31
|
-
this.a.ad = a.
|
|
26
|
+
this.a.cy(a.c);
|
|
27
|
+
this.a.c7(a.e);
|
|
28
|
+
this.a.c1(a.d);
|
|
29
|
+
this.a.cm();
|
|
30
|
+
if (a.bc(CellModel.gr)) {
|
|
31
|
+
this.a.ad = a.bi;
|
|
32
32
|
}
|
|
33
|
-
if (a.bc(CellModel.
|
|
34
|
-
this.a.
|
|
33
|
+
if (a.bc(CellModel.e3) || a.bc(CellModel.e7) || a.bc(CellModel.e5) || a.bc(CellModel.e1)) {
|
|
34
|
+
this.a.c9(a.e2, a.e6, a.e4, a.e0);
|
|
35
35
|
}
|
|
36
36
|
if (a.a5) {
|
|
37
|
-
this.a.
|
|
38
|
-
if (a.bc(CellModel.
|
|
39
|
-
if (!a.
|
|
40
|
-
this.a.
|
|
37
|
+
this.a.c0(a.nn, a.eq, a.ev, a.et, a.eo);
|
|
38
|
+
if (a.bc(CellModel.em)) {
|
|
39
|
+
if (!a.bk && a.p.i9 && a.bh && a.cr == 1) {
|
|
40
|
+
this.a.cc();
|
|
41
41
|
}
|
|
42
42
|
}
|
|
43
43
|
}
|
|
44
|
-
if (a.
|
|
45
|
-
this.a.
|
|
46
|
-
this.a.
|
|
44
|
+
if (a.bv || a.a5) {
|
|
45
|
+
this.a.c4(a.gd, (a.e6 + a.e0 + a.ev + a.eo));
|
|
46
|
+
this.a.df(a.ib, (a.e2 + a.e4 + a.eq + a.et));
|
|
47
47
|
}
|
|
48
48
|
if (a.a7) {
|
|
49
|
-
if (a.
|
|
50
|
-
this.a.
|
|
49
|
+
if (a.bn && !this.a.z) {
|
|
50
|
+
this.a.cb();
|
|
51
51
|
}
|
|
52
|
-
if (a.bc(CellModel.
|
|
53
|
-
this.a.
|
|
52
|
+
if (a.bc(CellModel.en)) {
|
|
53
|
+
this.a.cz(a.nm.color);
|
|
54
54
|
}
|
|
55
|
-
if (a.bc(CellModel.
|
|
56
|
-
this.a.
|
|
55
|
+
if (a.bc(CellModel.ez)) {
|
|
56
|
+
this.a.c8(a.ct);
|
|
57
57
|
}
|
|
58
58
|
if (a.bb("IsCollapsable")) {
|
|
59
59
|
this.a.aa = a.a6;
|
|
60
|
-
this.a.
|
|
60
|
+
this.a.bj = a.gj;
|
|
61
61
|
this.a.ab = a.be;
|
|
62
|
-
this.a.
|
|
62
|
+
this.a.df(a.ib, (a.e2 + a.e4 + a.eq + a.et));
|
|
63
63
|
}
|
|
64
64
|
if (a.bb("Indent")) {
|
|
65
|
-
this.a.
|
|
66
|
-
this.a.
|
|
65
|
+
this.a.bj = a.gj;
|
|
66
|
+
this.a.df(a.ib, (a.e2 + a.e4 + a.eq + a.et));
|
|
67
67
|
}
|
|
68
68
|
if (a.bb("IsExpanded")) {
|
|
69
69
|
this.a.ab = a.be;
|
|
70
70
|
}
|
|
71
71
|
if (a.bb("IsCollapsable") || a.bb("ExpansionIndicatorIconColor")) {
|
|
72
|
-
this.a.
|
|
72
|
+
this.a.dv = a.nv;
|
|
73
73
|
}
|
|
74
|
-
if (a.bc(CellModel.
|
|
75
|
-
this.a.
|
|
74
|
+
if (a.bc(CellModel.h3)) {
|
|
75
|
+
this.a.b6 = a.ls;
|
|
76
76
|
}
|
|
77
|
-
if (a.bc(CellModel.
|
|
78
|
-
this.a.
|
|
77
|
+
if (a.bc(CellModel.h1)) {
|
|
78
|
+
this.a.dy = a.n8;
|
|
79
79
|
}
|
|
80
|
-
if (a.bc(CellModel.
|
|
80
|
+
if (a.bc(CellModel.h2)) {
|
|
81
81
|
this.a.n = a.ak;
|
|
82
82
|
}
|
|
83
|
-
if (a.bc(CellModel.
|
|
84
|
-
this.a.
|
|
85
|
-
}
|
|
86
|
-
if (a.bc(CellModel.hp)) {
|
|
87
|
-
this.a.bw = a.le;
|
|
83
|
+
if (a.bc(CellModel.hu)) {
|
|
84
|
+
this.a.b1 = a.lk;
|
|
88
85
|
}
|
|
89
86
|
if (a.bc(CellModel.hs)) {
|
|
90
|
-
this.a.
|
|
87
|
+
this.a.by = a.lh;
|
|
91
88
|
}
|
|
92
|
-
if (a.bc(CellModel.
|
|
93
|
-
this.a.
|
|
89
|
+
if (a.bc(CellModel.hv)) {
|
|
90
|
+
this.a.dx = a.n7;
|
|
94
91
|
}
|
|
95
|
-
if (a.bc(CellModel.
|
|
96
|
-
this.a.
|
|
92
|
+
if (a.bc(CellModel.ht)) {
|
|
93
|
+
this.a.dw = a.n6;
|
|
94
|
+
}
|
|
95
|
+
if (a.bc(CellModel.h0)) {
|
|
96
|
+
this.a.aj = a.c7;
|
|
97
97
|
}
|
|
98
|
-
if (a.bc(CellModel.
|
|
99
|
-
this.a.
|
|
98
|
+
if (a.bc(CellModel.hx) || a.bc(CellModel.hy) || a.bc(CellModel.hz) || a.bc(CellModel.hz)) {
|
|
99
|
+
this.a.d0 = new Rect(0, a.c4, a.c5, a.c6, a.c3);
|
|
100
100
|
}
|
|
101
101
|
}
|
|
102
|
-
if (a.
|
|
103
|
-
this.a.
|
|
102
|
+
if (a.bv && a.bn) {
|
|
103
|
+
this.a.dn(a);
|
|
104
104
|
}
|
|
105
105
|
if (a.bb("DoClone")) {
|
|
106
106
|
if (a.a1) {
|
|
107
107
|
a.a1 = false;
|
|
108
|
-
this.a.
|
|
108
|
+
this.a.ca();
|
|
109
109
|
}
|
|
110
110
|
}
|
|
111
111
|
}
|
|
@@ -253,6 +253,15 @@ export let CheckboxListBridge = /*@__PURE__*/ (() => {
|
|
|
253
253
|
case 69:
|
|
254
254
|
d.checkboxUncheckedBorderColor = c;
|
|
255
255
|
break;
|
|
256
|
+
case 128:
|
|
257
|
+
d.scrollbarBackground = c;
|
|
258
|
+
break;
|
|
259
|
+
case 129:
|
|
260
|
+
d.scrollbarHoverBackground = c;
|
|
261
|
+
break;
|
|
262
|
+
case 130:
|
|
263
|
+
d.scrollbarActiveBackground = c;
|
|
264
|
+
break;
|
|
256
265
|
}
|
|
257
266
|
}
|
|
258
267
|
getValue(a, b) {
|
|
@@ -284,6 +293,9 @@ export let CheckboxListBridge = /*@__PURE__*/ (() => {
|
|
|
284
293
|
case 70: return c.checkboxCheckedBorderColor;
|
|
285
294
|
case 67: return c.checkboxUncheckedBackgroundColor;
|
|
286
295
|
case 69: return c.checkboxUncheckedBorderColor;
|
|
296
|
+
case 128: return c.scrollbarBackground;
|
|
297
|
+
case 129: return c.scrollbarHoverBackground;
|
|
298
|
+
case 130: return c.scrollbarActiveBackground;
|
|
287
299
|
}
|
|
288
300
|
return null;
|
|
289
301
|
}
|