igniteui-webcomponents-data-grids 7.1.0-alpha.1 → 7.1.0-alpha.3
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 +45073 -42900
- 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 +13 -13
- package/esm2015/lib/CanvasImageCellPresenter.js +7 -7
- package/esm2015/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm2015/lib/CanvasSummaryCell.js +2 -2
- package/esm2015/lib/CanvasSummaryCellPresenter.js +3 -3
- package/esm2015/lib/CanvasTemplateCellPresenter.js +2 -2
- package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +2 -2
- package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
- package/esm2015/lib/CanvasTextHeaderCellPresenter.js +7 -7
- package/esm2015/lib/CellPresenterBase.js +24 -24
- package/esm2015/lib/CheckboxListBridge.js +36 -36
- package/esm2015/lib/CheckboxListView_combined.js +417 -412
- package/esm2015/lib/ColumnChooserView_combined.js +13 -13
- package/esm2015/lib/ColumnFilterCondition_combined.js +8014 -6939
- package/esm2015/lib/ColumnGroupingView_combined.js +13 -13
- package/esm2015/lib/ColumnOptionsIconAlignment.js +9 -1
- package/esm2015/lib/ColumnPinningView_combined.js +13 -13
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +7 -7
- package/esm2015/lib/ContentCellModelHelper.js +5 -5
- package/esm2015/lib/DataGridCellLayoutPanel.js +14 -14
- package/esm2015/lib/DataGridLocaleEn.js +3 -0
- package/esm2015/lib/DataGridScrollerKeyboardListener.js +16 -16
- package/esm2015/lib/DataGridToolbarView_combined.js +2 -2
- package/esm2015/lib/DateTimeCellPresenter.js +8 -8
- package/esm2015/lib/Dragger.js +4 -4
- package/esm2015/lib/EditorCellPresenter.js +21 -21
- package/esm2015/lib/FilterCellPresenter.js +12 -12
- package/esm2015/lib/GridCellBase.js +6 -6
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +15 -15
- 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/GridColumnOptionsViewBase_combined.js +2 -2
- 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/GridExpansionIndicatorView_combined.js +5 -5
- package/esm2015/lib/GridExternalWrapper.js +6 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +363 -258
- package/esm2015/lib/GridIconRepository.js +92 -0
- package/esm2015/lib/GridSortIndicatorView_combined.js +24 -20
- package/esm2015/lib/GridStyleRepository.js +123 -115
- package/esm2015/lib/GridStyleRepositoryKeys.js +1 -1
- package/esm2015/lib/ICheckboxListView.js +11 -0
- package/esm2015/lib/ISummaryChooserView_combined.js +7 -7
- package/esm2015/lib/ImageCellPresenter.js +7 -7
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +14 -14
- package/esm2015/lib/NumericCellPresenter.js +8 -8
- package/esm2015/lib/PropertyEditorView_combined.js +23 -23
- package/esm2015/lib/SectionHeaderCellPresenter.js +9 -9
- package/esm2015/lib/SummaryCellPresenter.js +6 -6
- package/esm2015/lib/TemplateCellPresenter.js +2 -2
- package/esm2015/lib/TemplateHeader.js +5 -5
- package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
- package/esm2015/lib/TemplateHeaderCellPresenter.js +2 -2
- package/esm2015/lib/TemplateSectionHeader.js +1 -1
- package/esm2015/lib/TextCellPresenter.js +9 -9
- package/esm2015/lib/TextHeaderCell.js +62 -27
- package/esm2015/lib/TextHeaderCellPresenter.js +45 -26
- package/esm2015/lib/TextIconSetConditionalStyle.js +1 -1
- package/esm2015/lib/igc-cell-info.js +106 -91
- package/esm2015/lib/igc-checkbox-list-component.js +57 -58
- package/esm2015/lib/igc-column-moving-separator-component.js +9 -9
- package/esm2015/lib/igc-column-resizing-separator-component.js +6 -6
- package/esm2015/lib/igc-combo-box-column-component.js +10 -10
- package/esm2015/lib/igc-data-binding-event-args.js +27 -22
- package/esm2015/lib/igc-data-grid-column-component.js +332 -229
- package/esm2015/lib/igc-data-grid-component.js +145 -0
- package/esm2015/lib/igc-data-grid-filter-dialog-component.js +109 -38
- 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-date-time-column-module.js +2 -0
- package/esm2015/lib/igc-definition-base-component.js +12 -12
- package/esm2015/lib/igc-editor-cell-info.js +23 -23
- package/esm2015/lib/igc-filter-cell-info.js +26 -26
- package/esm2015/lib/igc-filter-row-definition-component.js +12 -12
- package/esm2015/lib/igc-filter-row-definition-module.js +2 -0
- package/esm2015/lib/igc-header-component.js +24 -24
- package/esm2015/lib/igc-image-cell-info.js +6 -6
- package/esm2015/lib/igc-image-column-component.js +12 -12
- package/esm2015/lib/igc-image-column-module.js +2 -0
- package/esm2015/lib/igc-numeric-cell-info.js +26 -26
- package/esm2015/lib/igc-numeric-column-component.js +46 -35
- package/esm2015/lib/igc-numeric-column-module.js +2 -0
- package/esm2015/lib/igc-row-separator-module.js +2 -0
- package/esm2015/lib/igc-section-header-cell-info.js +6 -6
- package/esm2015/lib/igc-section-header-component.js +38 -24
- package/esm2015/lib/igc-section-header-module.js +2 -0
- package/esm2015/lib/igc-summary-cell-info.js +9 -9
- package/esm2015/lib/igc-summary-row-component.js +24 -24
- package/esm2015/lib/igc-template-cell-info.js +2 -2
- package/esm2015/lib/igc-template-column-module.js +2 -0
- package/esm2015/lib/igc-template-header-cell-info.js +2 -2
- package/esm2015/lib/igc-template-header-module.js +2 -0
- package/esm2015/lib/igc-template-section-header-module.js +4 -0
- 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-column-module.js +2 -0
- package/esm2015/lib/igc-text-header-cell-info.js +74 -24
- package/esm2015/lib/igc-text-header-module.js +2 -0
- package/esm2015/public_api.js +2 -0
- 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 +13 -13
- package/esm5/lib/CanvasImageCellPresenter.js +7 -7
- package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm5/lib/CanvasSummaryCell.js +2 -2
- package/esm5/lib/CanvasSummaryCellPresenter.js +3 -3
- package/esm5/lib/CanvasTemplateCellPresenter.js +2 -2
- package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +2 -2
- package/esm5/lib/CanvasTextCellPresenter.js +9 -9
- package/esm5/lib/CanvasTextHeaderCellPresenter.js +7 -7
- package/esm5/lib/CellPresenterBase.js +24 -24
- package/esm5/lib/CheckboxListBridge.js +36 -36
- package/esm5/lib/CheckboxListView_combined.js +400 -395
- package/esm5/lib/ColumnChooserView_combined.js +13 -13
- package/esm5/lib/ColumnFilterCondition_combined.js +8053 -6793
- package/esm5/lib/ColumnGroupingView_combined.js +13 -13
- package/esm5/lib/ColumnOptionsIconAlignment.js +9 -1
- package/esm5/lib/ColumnPinningView_combined.js +13 -13
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +7 -7
- package/esm5/lib/ContentCellModelHelper.js +5 -5
- package/esm5/lib/DataGridCellLayoutPanel.js +14 -14
- package/esm5/lib/DataGridLocaleEn.js +3 -0
- package/esm5/lib/DataGridScrollerKeyboardListener.js +16 -16
- package/esm5/lib/DataGridToolbarView_combined.js +2 -2
- package/esm5/lib/DateTimeCellPresenter.js +8 -8
- package/esm5/lib/Dragger.js +4 -4
- package/esm5/lib/EditorCellPresenter.js +21 -21
- package/esm5/lib/FilterCellPresenter.js +12 -12
- package/esm5/lib/GridCellBase.js +6 -6
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +15 -15
- 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/GridColumnOptionsViewBase_combined.js +2 -2
- 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/GridExpansionIndicatorView_combined.js +5 -5
- package/esm5/lib/GridExternalWrapper.js +6 -6
- package/esm5/lib/GridFilterDialogView_combined.js +377 -244
- package/esm5/lib/GridIconRepository.js +97 -0
- package/esm5/lib/GridSortIndicatorView_combined.js +24 -20
- package/esm5/lib/GridStyleRepository.js +127 -115
- package/esm5/lib/GridStyleRepositoryKeys.js +1 -1
- package/esm5/lib/ICheckboxListView.js +11 -0
- package/esm5/lib/ISummaryChooserView_combined.js +7 -7
- package/esm5/lib/ImageCellPresenter.js +7 -7
- package/esm5/lib/MultiColumnComboBoxView_combined.js +14 -14
- package/esm5/lib/NumericCellPresenter.js +8 -8
- package/esm5/lib/PropertyEditorView_combined.js +23 -23
- package/esm5/lib/SectionHeaderCellPresenter.js +9 -9
- package/esm5/lib/SummaryCellPresenter.js +6 -6
- package/esm5/lib/TemplateCellPresenter.js +2 -2
- package/esm5/lib/TemplateHeader.js +5 -5
- package/esm5/lib/TemplateHeaderCellModel.js +17 -17
- package/esm5/lib/TemplateHeaderCellPresenter.js +2 -2
- package/esm5/lib/TemplateSectionHeader.js +1 -1
- package/esm5/lib/TextCellPresenter.js +9 -9
- package/esm5/lib/TextHeaderCell.js +62 -27
- package/esm5/lib/TextHeaderCellPresenter.js +45 -26
- package/esm5/lib/TextIconSetConditionalStyle.js +1 -1
- package/esm5/lib/igc-cell-info.js +114 -91
- package/esm5/lib/igc-checkbox-list-component.js +57 -58
- package/esm5/lib/igc-column-moving-separator-component.js +9 -9
- package/esm5/lib/igc-column-resizing-separator-component.js +6 -6
- package/esm5/lib/igc-combo-box-column-component.js +10 -10
- package/esm5/lib/igc-data-binding-event-args.js +27 -22
- package/esm5/lib/igc-data-grid-column-component.js +380 -229
- package/esm5/lib/igc-data-grid-component.js +191 -0
- package/esm5/lib/igc-data-grid-filter-dialog-component.js +133 -38
- 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-date-time-column-module.js +2 -0
- package/esm5/lib/igc-definition-base-component.js +12 -12
- package/esm5/lib/igc-editor-cell-info.js +23 -23
- package/esm5/lib/igc-filter-cell-info.js +26 -26
- package/esm5/lib/igc-filter-row-definition-component.js +12 -12
- package/esm5/lib/igc-filter-row-definition-module.js +2 -0
- package/esm5/lib/igc-header-component.js +24 -24
- package/esm5/lib/igc-image-cell-info.js +6 -6
- package/esm5/lib/igc-image-column-component.js +12 -12
- package/esm5/lib/igc-image-column-module.js +2 -0
- package/esm5/lib/igc-numeric-cell-info.js +26 -26
- package/esm5/lib/igc-numeric-column-component.js +50 -35
- package/esm5/lib/igc-numeric-column-module.js +2 -0
- package/esm5/lib/igc-row-separator-module.js +2 -0
- package/esm5/lib/igc-section-header-cell-info.js +6 -6
- package/esm5/lib/igc-section-header-component.js +46 -24
- package/esm5/lib/igc-section-header-module.js +2 -0
- package/esm5/lib/igc-summary-cell-info.js +9 -9
- package/esm5/lib/igc-summary-row-component.js +24 -24
- package/esm5/lib/igc-template-cell-info.js +2 -2
- package/esm5/lib/igc-template-column-module.js +2 -0
- package/esm5/lib/igc-template-header-cell-info.js +2 -2
- package/esm5/lib/igc-template-header-module.js +2 -0
- package/esm5/lib/igc-template-section-header-module.js +4 -0
- 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-column-module.js +2 -0
- package/esm5/lib/igc-text-header-cell-info.js +98 -24
- package/esm5/lib/igc-text-header-module.js +2 -0
- package/esm5/public_api.js +2 -0
- package/fesm2015/igniteui-webcomponents-data-grids.js +39274 -37487
- package/fesm5/igniteui-webcomponents-data-grids.js +45073 -42902
- package/lib/CheckboxListView_combined.d.ts +104 -104
- package/lib/ColumnFilterCondition_combined.d.ts +1768 -1659
- package/lib/ColumnOptionsIconAlignment.d.ts +9 -1
- package/lib/DataGridLocaleEn.d.ts +3 -0
- package/lib/GridFilterDialogView_combined.d.ts +100 -80
- package/lib/GridIconRepository.d.ts +44 -0
- package/lib/GridSortIndicatorView_combined.d.ts +5 -4
- package/lib/GridStyleRepository.d.ts +3 -2
- package/lib/GridStyleRepositoryKeys.d.ts +28 -27
- package/lib/ICheckboxListView.d.ts +38 -0
- package/lib/TemplateHeader.d.ts +1 -1
- package/lib/TemplateHeaderCellModel.d.ts +7 -7
- package/lib/TemplateSectionHeader.d.ts +1 -1
- package/lib/igc-cell-info.d.ts +9 -0
- package/lib/igc-data-grid-column-component.d.ts +33 -0
- package/lib/igc-data-grid-component.d.ts +48 -0
- package/lib/igc-data-grid-filter-dialog-component.d.ts +30 -0
- package/lib/igc-numeric-column-component.d.ts +6 -0
- package/lib/igc-section-header-component.d.ts +4 -0
- package/lib/igc-text-header-cell-info.d.ts +15 -0
- package/package.json +4 -4
- package/public_api.d.ts +2 -0
|
@@ -55,41 +55,41 @@ let IgcSummaryRowComponent = /*@__PURE__*/ (() => {
|
|
|
55
55
|
* Gets or sets the background color for summary cells when selected.
|
|
56
56
|
*/
|
|
57
57
|
get selectedBackground() {
|
|
58
|
-
return brushToString(this.i.
|
|
58
|
+
return brushToString(this.i.hz);
|
|
59
59
|
}
|
|
60
60
|
set selectedBackground(v) {
|
|
61
|
-
this.i.
|
|
62
|
-
this._a("selectedBackground", brushToString(this.i.
|
|
61
|
+
this.i.hz = stringToBrush(v);
|
|
62
|
+
this._a("selectedBackground", brushToString(this.i.hz));
|
|
63
63
|
}
|
|
64
64
|
/**
|
|
65
65
|
* Gets the actual background color for summary cells when selected.
|
|
66
66
|
*/
|
|
67
67
|
get actualSelectedBackground() {
|
|
68
|
-
return brushToString(this.i.
|
|
68
|
+
return brushToString(this.i.hw);
|
|
69
69
|
}
|
|
70
70
|
set actualSelectedBackground(v) {
|
|
71
|
-
this.i.
|
|
72
|
-
this._a("actualSelectedBackground", brushToString(this.i.
|
|
71
|
+
this.i.hw = stringToBrush(v);
|
|
72
|
+
this._a("actualSelectedBackground", brushToString(this.i.hw));
|
|
73
73
|
}
|
|
74
74
|
/**
|
|
75
75
|
* Gets or sets the text color for the summary labels.
|
|
76
76
|
*/
|
|
77
77
|
get summaryLabelTextColor() {
|
|
78
|
-
return brushToString(this.i.
|
|
78
|
+
return brushToString(this.i.h0);
|
|
79
79
|
}
|
|
80
80
|
set summaryLabelTextColor(v) {
|
|
81
|
-
this.i.
|
|
82
|
-
this._a("summaryLabelTextColor", brushToString(this.i.
|
|
81
|
+
this.i.h0 = stringToBrush(v);
|
|
82
|
+
this._a("summaryLabelTextColor", brushToString(this.i.h0));
|
|
83
83
|
}
|
|
84
84
|
/**
|
|
85
85
|
* Gets the actual text color for the summary labels.
|
|
86
86
|
*/
|
|
87
87
|
get actualSummaryLabelTextColor() {
|
|
88
|
-
return brushToString(this.i.
|
|
88
|
+
return brushToString(this.i.hx);
|
|
89
89
|
}
|
|
90
90
|
set actualSummaryLabelTextColor(v) {
|
|
91
|
-
this.i.
|
|
92
|
-
this._a("actualSummaryLabelTextColor", brushToString(this.i.
|
|
91
|
+
this.i.hx = stringToBrush(v);
|
|
92
|
+
this._a("actualSummaryLabelTextColor", brushToString(this.i.hx));
|
|
93
93
|
}
|
|
94
94
|
/**
|
|
95
95
|
* Gets or sets the text style for the summary labels.
|
|
@@ -110,41 +110,41 @@ let IgcSummaryRowComponent = /*@__PURE__*/ (() => {
|
|
|
110
110
|
* Gets or sets the amount of left padding to use for the cell content for this column.
|
|
111
111
|
*/
|
|
112
112
|
get paddingLeft() {
|
|
113
|
-
return this.i.
|
|
113
|
+
return this.i.hc;
|
|
114
114
|
}
|
|
115
115
|
set paddingLeft(v) {
|
|
116
|
-
this.i.
|
|
117
|
-
this._a("paddingLeft", this.i.
|
|
116
|
+
this.i.hc = +v;
|
|
117
|
+
this._a("paddingLeft", this.i.hc);
|
|
118
118
|
}
|
|
119
119
|
/**
|
|
120
120
|
* Gets or sets the amount of top padding to use for the cell content for this column.
|
|
121
121
|
*/
|
|
122
122
|
get paddingTop() {
|
|
123
|
-
return this.i.
|
|
123
|
+
return this.i.he;
|
|
124
124
|
}
|
|
125
125
|
set paddingTop(v) {
|
|
126
|
-
this.i.
|
|
127
|
-
this._a("paddingTop", this.i.
|
|
126
|
+
this.i.he = +v;
|
|
127
|
+
this._a("paddingTop", this.i.he);
|
|
128
128
|
}
|
|
129
129
|
/**
|
|
130
130
|
* Gets or sets the amount of right padding to use for the cell content of this column.
|
|
131
131
|
*/
|
|
132
132
|
get paddingRight() {
|
|
133
|
-
return this.i.
|
|
133
|
+
return this.i.hd;
|
|
134
134
|
}
|
|
135
135
|
set paddingRight(v) {
|
|
136
|
-
this.i.
|
|
137
|
-
this._a("paddingRight", this.i.
|
|
136
|
+
this.i.hd = +v;
|
|
137
|
+
this._a("paddingRight", this.i.hd);
|
|
138
138
|
}
|
|
139
139
|
/**
|
|
140
140
|
* Gets or sets the amount of bottom padding to use for the cell content of this column.
|
|
141
141
|
*/
|
|
142
142
|
get paddingBottom() {
|
|
143
|
-
return this.i.
|
|
143
|
+
return this.i.hb;
|
|
144
144
|
}
|
|
145
145
|
set paddingBottom(v) {
|
|
146
|
-
this.i.
|
|
147
|
-
this._a("paddingBottom", this.i.
|
|
146
|
+
this.i.hb = +v;
|
|
147
|
+
this._a("paddingBottom", this.i.hb);
|
|
148
148
|
}
|
|
149
149
|
}
|
|
150
150
|
IgcSummaryRowComponent._observedAttributesIgcSummaryRowComponent = null;
|
|
@@ -4,11 +4,13 @@ https://www.infragistics.com/legal/license/igultimate-la
|
|
|
4
4
|
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
5
|
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
6
|
*/
|
|
7
|
+
import { IgcTemplateCellInfo } from './igc-template-cell-info';
|
|
7
8
|
import { IgcTemplateColumnComponent } from './igc-template-column-component';
|
|
8
9
|
import { TemplateColumn } from './TemplateColumn';
|
|
9
10
|
import { TypeRegistrar } from "igniteui-webcomponents-core";
|
|
10
11
|
export class IgcTemplateColumnModule {
|
|
11
12
|
static register() {
|
|
13
|
+
TypeRegistrar.registerCons("IgcTemplateCellInfo", IgcTemplateCellInfo);
|
|
12
14
|
IgcTemplateColumnComponent.register();
|
|
13
15
|
TypeRegistrar.registerCons("IgcTemplateColumnComponent", IgcTemplateColumnComponent);
|
|
14
16
|
TypeRegistrar.register("TemplateColumn", TemplateColumn.$type);
|
|
@@ -21,9 +21,9 @@ export class IgcTemplateHeaderCellInfo extends IgcTemplateCellInfo {
|
|
|
21
21
|
* Sets or gets whether the filter UI should be visible in the header.
|
|
22
22
|
*/
|
|
23
23
|
get isFilterUIVisible() {
|
|
24
|
-
return this.i.
|
|
24
|
+
return this.i.oa;
|
|
25
25
|
}
|
|
26
26
|
set isFilterUIVisible(v) {
|
|
27
|
-
this.i.
|
|
27
|
+
this.i.oa = ensureBool(v);
|
|
28
28
|
}
|
|
29
29
|
}
|
|
@@ -4,11 +4,13 @@ https://www.infragistics.com/legal/license/igultimate-la
|
|
|
4
4
|
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
5
|
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
6
|
*/
|
|
7
|
+
import { IgcTemplateHeaderCellInfo } from './igc-template-header-cell-info';
|
|
7
8
|
import { IgcTemplateHeaderComponent } from './igc-template-header-component';
|
|
8
9
|
import { TemplateHeader } from './TemplateHeader';
|
|
9
10
|
import { TypeRegistrar } from "igniteui-webcomponents-core";
|
|
10
11
|
export class IgcTemplateHeaderModule {
|
|
11
12
|
static register() {
|
|
13
|
+
TypeRegistrar.registerCons("IgcTemplateHeaderCellInfo", IgcTemplateHeaderCellInfo);
|
|
12
14
|
IgcTemplateHeaderComponent.register();
|
|
13
15
|
TypeRegistrar.registerCons("IgcTemplateHeaderComponent", IgcTemplateHeaderComponent);
|
|
14
16
|
TypeRegistrar.register("TemplateHeader", TemplateHeader.$type);
|
|
@@ -4,11 +4,15 @@ https://www.infragistics.com/legal/license/igultimate-la
|
|
|
4
4
|
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
5
|
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
6
|
*/
|
|
7
|
+
import { IgcTemplateSectionHeaderCellInfo } from './igc-template-section-header-cell-info';
|
|
8
|
+
import { IgcSectionHeaderCellInfo } from './igc-section-header-cell-info';
|
|
7
9
|
import { IgcTemplateSectionHeaderComponent } from './igc-template-section-header-component';
|
|
8
10
|
import { TemplateSectionHeader } from './TemplateSectionHeader';
|
|
9
11
|
import { TypeRegistrar } from "igniteui-webcomponents-core";
|
|
10
12
|
export class IgcTemplateSectionHeaderModule {
|
|
11
13
|
static register() {
|
|
14
|
+
TypeRegistrar.registerCons("IgcTemplateSectionHeaderCellInfo", IgcTemplateSectionHeaderCellInfo);
|
|
15
|
+
TypeRegistrar.registerCons("IgcSectionHeaderCellInfo", IgcSectionHeaderCellInfo);
|
|
12
16
|
IgcTemplateSectionHeaderComponent.register();
|
|
13
17
|
TypeRegistrar.registerCons("IgcTemplateSectionHeaderComponent", IgcTemplateSectionHeaderComponent);
|
|
14
18
|
TypeRegistrar.register("TemplateSectionHeader", TemplateSectionHeader.$type);
|
|
@@ -66,38 +66,38 @@ let IgcTextColumnComponent = /*@__PURE__*/ (() => {
|
|
|
66
66
|
* Gets or sets the editor type used for editing cells in this column.
|
|
67
67
|
*/
|
|
68
68
|
get editorType() {
|
|
69
|
-
return this.i.
|
|
69
|
+
return this.i.r4;
|
|
70
70
|
}
|
|
71
71
|
set editorType(v) {
|
|
72
|
-
this.i.
|
|
73
|
-
this._a("editorType", enumToString(EditorType_$type, this.i.
|
|
72
|
+
this.i.r4 = ensureEnum(EditorType_$type, v);
|
|
73
|
+
this._a("editorType", enumToString(EditorType_$type, this.i.r4));
|
|
74
74
|
}
|
|
75
75
|
/**
|
|
76
76
|
* Gets or sets the ComboBox data source.
|
|
77
77
|
*/
|
|
78
78
|
get editorDataSource() {
|
|
79
|
-
return this.i.
|
|
79
|
+
return this.i.r5;
|
|
80
80
|
}
|
|
81
81
|
set editorDataSource(v) {
|
|
82
|
-
this.i.
|
|
82
|
+
this.i.r5 = v;
|
|
83
83
|
}
|
|
84
84
|
/**
|
|
85
85
|
* Gets or sets the ComboBox text field.
|
|
86
86
|
*/
|
|
87
87
|
get editorTextField() {
|
|
88
|
-
return this.i.
|
|
88
|
+
return this.i.r7;
|
|
89
89
|
}
|
|
90
90
|
set editorTextField(v) {
|
|
91
|
-
this.i.
|
|
91
|
+
this.i.r7 = v;
|
|
92
92
|
}
|
|
93
93
|
/**
|
|
94
94
|
* Gets or sets the ComboBox value field.
|
|
95
95
|
*/
|
|
96
96
|
get editorValueField() {
|
|
97
|
-
return this.i.
|
|
97
|
+
return this.i.r8;
|
|
98
98
|
}
|
|
99
99
|
set editorValueField(v) {
|
|
100
|
-
this.i.
|
|
100
|
+
this.i.r8 = v;
|
|
101
101
|
}
|
|
102
102
|
}
|
|
103
103
|
IgcTextColumnComponent._observedAttributesIgcTextColumnComponent = null;
|
|
@@ -4,11 +4,13 @@ https://www.infragistics.com/legal/license/igultimate-la
|
|
|
4
4
|
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
5
|
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
6
|
*/
|
|
7
|
+
import { IgcTextCellInfo } from './igc-text-cell-info';
|
|
7
8
|
import { IgcTextColumnComponent } from './igc-text-column-component';
|
|
8
9
|
import { TextColumn } from './TextColumn';
|
|
9
10
|
import { TypeRegistrar } from "igniteui-webcomponents-core";
|
|
10
11
|
export class IgcTextColumnModule {
|
|
11
12
|
static register() {
|
|
13
|
+
TypeRegistrar.registerCons("IgcTextCellInfo", IgcTextCellInfo);
|
|
12
14
|
IgcTextColumnComponent.register();
|
|
13
15
|
TypeRegistrar.registerCons("IgcTextColumnComponent", IgcTextColumnComponent);
|
|
14
16
|
TypeRegistrar.register("TextColumn", TextColumn.$type);
|
|
@@ -5,6 +5,7 @@ import { BaseControlTheme_$type } from "igniteui-webcomponents-core";
|
|
|
5
5
|
import { IgcTextCellInfo } from "./igc-text-cell-info";
|
|
6
6
|
import { TextHeaderCellModel as TextHeaderCellModel_internal } from "./TextHeaderCellModel";
|
|
7
7
|
import { ensureBool, ensureEnum, brushToString, stringToBrush } from "igniteui-webcomponents-core";
|
|
8
|
+
import { FontInfo } from "igniteui-webcomponents-core";
|
|
8
9
|
/**
|
|
9
10
|
* Backing information for a text header cell.
|
|
10
11
|
*/
|
|
@@ -25,102 +26,151 @@ export class IgcTextHeaderCellInfo extends IgcTextCellInfo {
|
|
|
25
26
|
* Sets or gets whether the filter UI should be visible in the header.
|
|
26
27
|
*/
|
|
27
28
|
get isColumnOptionsEnabled() {
|
|
28
|
-
return this.i.
|
|
29
|
+
return this.i.om;
|
|
29
30
|
}
|
|
30
31
|
set isColumnOptionsEnabled(v) {
|
|
31
|
-
this.i.
|
|
32
|
+
this.i.om = ensureBool(v);
|
|
32
33
|
}
|
|
33
34
|
get sortIndicatorStyle() {
|
|
34
|
-
return this.i.
|
|
35
|
+
return this.i.oe;
|
|
35
36
|
}
|
|
36
37
|
set sortIndicatorStyle(v) {
|
|
37
|
-
this.i.
|
|
38
|
+
this.i.oe = ensureEnum(SortIndicatorStyle_$type, v);
|
|
38
39
|
}
|
|
39
40
|
/**
|
|
40
41
|
* Gets or sets the alignment of the column options icon within the header cell.
|
|
41
42
|
*/
|
|
42
43
|
get columnOptionsIconAlignment() {
|
|
43
|
-
return this.i.
|
|
44
|
+
return this.i.oa;
|
|
44
45
|
}
|
|
45
46
|
set columnOptionsIconAlignment(v) {
|
|
46
|
-
this.i.
|
|
47
|
+
this.i.oa = ensureEnum(ColumnOptionsIconAlignment_$type, v);
|
|
47
48
|
}
|
|
48
49
|
/**
|
|
49
50
|
* Gets or sets the color for the column options icon in the header.
|
|
50
51
|
*/
|
|
51
52
|
get columnOptionsIconColor() {
|
|
52
|
-
return brushToString(this.i.
|
|
53
|
+
return brushToString(this.i.p5);
|
|
53
54
|
}
|
|
54
55
|
set columnOptionsIconColor(v) {
|
|
55
|
-
this.i.
|
|
56
|
+
this.i.p5 = stringToBrush(v);
|
|
56
57
|
}
|
|
57
58
|
/**
|
|
58
59
|
* Gets or sets how the column option icon will behave in the header.
|
|
59
60
|
*/
|
|
60
61
|
get columnOptionsIconBehavior() {
|
|
61
|
-
return this.i.
|
|
62
|
+
return this.i.oc;
|
|
62
63
|
}
|
|
63
64
|
set columnOptionsIconBehavior(v) {
|
|
64
|
-
this.i.
|
|
65
|
+
this.i.oc = ensureEnum(ColumnOptionsIconBehavior_$type, v);
|
|
65
66
|
}
|
|
66
67
|
/**
|
|
67
68
|
* Gets or sets the column options theme.
|
|
68
69
|
*/
|
|
69
70
|
get columnOptionsTheme() {
|
|
70
|
-
return this.i.
|
|
71
|
+
return this.i.og;
|
|
71
72
|
}
|
|
72
73
|
set columnOptionsTheme(v) {
|
|
73
|
-
this.i.
|
|
74
|
+
this.i.og = ensureEnum(BaseControlTheme_$type, v);
|
|
74
75
|
}
|
|
75
76
|
/**
|
|
76
77
|
* Gets or sets the column options dropdown background color.
|
|
77
78
|
*/
|
|
78
79
|
get columnOptionsBackground() {
|
|
79
|
-
return brushToString(this.i.
|
|
80
|
+
return brushToString(this.i.p0);
|
|
80
81
|
}
|
|
81
82
|
set columnOptionsBackground(v) {
|
|
82
|
-
this.i.
|
|
83
|
+
this.i.p0 = stringToBrush(v);
|
|
83
84
|
}
|
|
84
85
|
/**
|
|
85
86
|
* Gets or sets the text color for text inside the column options menu.
|
|
86
87
|
*/
|
|
87
88
|
get columnOptionsTextColor() {
|
|
88
|
-
return brushToString(this.i.
|
|
89
|
+
return brushToString(this.i.p7);
|
|
89
90
|
}
|
|
90
91
|
set columnOptionsTextColor(v) {
|
|
91
|
-
this.i.
|
|
92
|
+
this.i.p7 = stringToBrush(v);
|
|
93
|
+
}
|
|
94
|
+
/**
|
|
95
|
+
* Gets or sets the font settings for text inside the column options menu.
|
|
96
|
+
*/
|
|
97
|
+
get columnOptionsTextStyle() {
|
|
98
|
+
if (this.i.ok == null) {
|
|
99
|
+
return null;
|
|
100
|
+
}
|
|
101
|
+
return this.i.ok.fontString;
|
|
102
|
+
}
|
|
103
|
+
set columnOptionsTextStyle(v) {
|
|
104
|
+
let fi = new FontInfo();
|
|
105
|
+
fi.fontString = v;
|
|
106
|
+
this.i.ok = fi;
|
|
107
|
+
}
|
|
108
|
+
get columnOptionsHoverBackgroundColor() {
|
|
109
|
+
return brushToString(this.i.p4);
|
|
110
|
+
}
|
|
111
|
+
set columnOptionsHoverBackgroundColor(v) {
|
|
112
|
+
this.i.p4 = stringToBrush(v);
|
|
113
|
+
}
|
|
114
|
+
get columnOptionsToolTipBackgroundColor() {
|
|
115
|
+
return brushToString(this.i.p8);
|
|
116
|
+
}
|
|
117
|
+
set columnOptionsToolTipBackgroundColor(v) {
|
|
118
|
+
this.i.p8 = stringToBrush(v);
|
|
119
|
+
}
|
|
120
|
+
get columnOptionsHighlightColor() {
|
|
121
|
+
return brushToString(this.i.p3);
|
|
122
|
+
}
|
|
123
|
+
set columnOptionsHighlightColor(v) {
|
|
124
|
+
this.i.p3 = stringToBrush(v);
|
|
92
125
|
}
|
|
93
126
|
/**
|
|
94
127
|
* Gets or sets the color of separators inside the column options menu.
|
|
95
128
|
*/
|
|
96
129
|
get columnOptionsSeparatorColor() {
|
|
97
|
-
return brushToString(this.i.
|
|
130
|
+
return brushToString(this.i.p6);
|
|
98
131
|
}
|
|
99
132
|
set columnOptionsSeparatorColor(v) {
|
|
100
|
-
this.i.
|
|
133
|
+
this.i.p6 = stringToBrush(v);
|
|
101
134
|
}
|
|
102
135
|
/**
|
|
103
136
|
* Gets or sets the background color for group headers inside the column options menu.
|
|
104
137
|
*/
|
|
105
138
|
get columnOptionsGroupHeaderBackground() {
|
|
106
|
-
return brushToString(this.i.
|
|
139
|
+
return brushToString(this.i.p1);
|
|
107
140
|
}
|
|
108
141
|
set columnOptionsGroupHeaderBackground(v) {
|
|
109
|
-
this.i.
|
|
142
|
+
this.i.p1 = stringToBrush(v);
|
|
110
143
|
}
|
|
111
144
|
/**
|
|
112
145
|
* Gets or sets the text color for group headers inside the column options menu.
|
|
113
146
|
*/
|
|
114
147
|
get columnOptionsGroupHeaderTextColor() {
|
|
115
|
-
return brushToString(this.i.
|
|
148
|
+
return brushToString(this.i.p2);
|
|
116
149
|
}
|
|
117
150
|
set columnOptionsGroupHeaderTextColor(v) {
|
|
118
|
-
this.i.
|
|
151
|
+
this.i.p2 = stringToBrush(v);
|
|
152
|
+
}
|
|
153
|
+
get columnOptionsGroupHeaderTextStyle() {
|
|
154
|
+
if (this.i.oj == null) {
|
|
155
|
+
return null;
|
|
156
|
+
}
|
|
157
|
+
return this.i.oj.fontString;
|
|
158
|
+
}
|
|
159
|
+
set columnOptionsGroupHeaderTextStyle(v) {
|
|
160
|
+
let fi = new FontInfo();
|
|
161
|
+
fi.fontString = v;
|
|
162
|
+
this.i.oj = fi;
|
|
119
163
|
}
|
|
120
164
|
get columnOptionsAccentColor() {
|
|
121
|
-
return brushToString(this.i.
|
|
165
|
+
return brushToString(this.i.pz);
|
|
122
166
|
}
|
|
123
167
|
set columnOptionsAccentColor(v) {
|
|
124
|
-
this.i.
|
|
168
|
+
this.i.pz = stringToBrush(v);
|
|
169
|
+
}
|
|
170
|
+
get columnOptionsRowHeight() {
|
|
171
|
+
return this.i.oy;
|
|
172
|
+
}
|
|
173
|
+
set columnOptionsRowHeight(v) {
|
|
174
|
+
this.i.oy = +v;
|
|
125
175
|
}
|
|
126
176
|
}
|
|
@@ -4,11 +4,13 @@ https://www.infragistics.com/legal/license/igultimate-la
|
|
|
4
4
|
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
5
|
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
6
|
*/
|
|
7
|
+
import { IgcTextHeaderCellInfo } from './igc-text-header-cell-info';
|
|
7
8
|
import { IgcTextHeaderComponent } from './igc-text-header-component';
|
|
8
9
|
import { TextHeader } from './TextHeader';
|
|
9
10
|
import { TypeRegistrar } from "igniteui-webcomponents-core";
|
|
10
11
|
export class IgcTextHeaderModule {
|
|
11
12
|
static register() {
|
|
13
|
+
TypeRegistrar.registerCons("IgcTextHeaderCellInfo", IgcTextHeaderCellInfo);
|
|
12
14
|
IgcTextHeaderComponent.register();
|
|
13
15
|
TypeRegistrar.registerCons("IgcTextHeaderComponent", IgcTextHeaderComponent);
|
|
14
16
|
TypeRegistrar.register("TextHeader", TextHeader.$type);
|
package/esm2015/public_api.js
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export * from './lib/igc-checkbox-list-module';
|
|
2
2
|
export * from './lib/igc-checkbox-list-component';
|
|
3
3
|
export * from './lib/CheckboxListView';
|
|
4
|
+
export * from './lib/ICheckboxListView';
|
|
4
5
|
export * from './lib/CheckboxList';
|
|
5
6
|
export * from './lib/CheckboxListKeysClearedEventArgs';
|
|
6
7
|
export * from './lib/igc-checkbox-list-keys-cleared-event-args';
|
|
@@ -315,6 +316,7 @@ export * from './lib/GridAnimationManager';
|
|
|
315
316
|
export * from './lib/GridAnimationManagerAnimationCreatedEventArgs';
|
|
316
317
|
export * from './lib/GridAnimationManagerAnimationCompletedEventArgs';
|
|
317
318
|
export * from './lib/GridAnimationManagerAnimationCanceledEventArgs';
|
|
319
|
+
export * from './lib/GridIconRepository';
|
|
318
320
|
export * from './lib/igc-grid-conditional-style-collection';
|
|
319
321
|
export * from './lib/GridConditionalStyleCollection';
|
|
320
322
|
export * from './lib/igc-grid-conditional-style-property-collection';
|
|
@@ -29,18 +29,18 @@ export var CanvasCellPresenterBase = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
29
29
|
this.a.cn(a.ez, a.e3, a.e1, a.ex);
|
|
30
30
|
}
|
|
31
31
|
if (a.a5) {
|
|
32
|
-
this.a.ch(a.
|
|
32
|
+
this.a.ch(a.nh, a.en, a.es, a.eq, a.el);
|
|
33
33
|
}
|
|
34
34
|
if (a.bs) {
|
|
35
|
-
this.a.ck(a.
|
|
36
|
-
this.a.cu(a.
|
|
35
|
+
this.a.ck(a.f9);
|
|
36
|
+
this.a.cu(a.h7);
|
|
37
37
|
}
|
|
38
38
|
if (a.a7) {
|
|
39
39
|
if (a.bm && !this.a.z) {
|
|
40
40
|
this.a.b5();
|
|
41
41
|
}
|
|
42
42
|
if (a.bc(CellModel.ek)) {
|
|
43
|
-
this.a.cg(a.
|
|
43
|
+
this.a.cg(a.ng.color);
|
|
44
44
|
}
|
|
45
45
|
if (a.bc(CellModel.ew)) {
|
|
46
46
|
this.a.cm(a.cq);
|
|
@@ -25,7 +25,7 @@ export var CanvasContentCellModelHelper = /** @class */ /*@__PURE__*/ (function
|
|
|
25
25
|
};
|
|
26
26
|
CanvasContentCellModelHelper.a = function (a, b, c) {
|
|
27
27
|
if (b.a7) {
|
|
28
|
-
if (b.bc(CellModel.
|
|
28
|
+
if (b.bc(CellModel.fp) || b.bc(CellModel.eu) || b.bc(CellModel.h6) || b.bb("IsRowPinned") || b.bb("IsRowSticky") || b.bb("PinnedRowOpacity")) {
|
|
29
29
|
var d = Math.min(1, Math.max(0, b.c7));
|
|
30
30
|
var e = b.cp * (1 - d);
|
|
31
31
|
c.ci(e);
|
|
@@ -34,14 +34,14 @@ export var CanvasContentCellModelHelper = /** @class */ /*@__PURE__*/ (function
|
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
if (b.bc(CellModel.e5)) {
|
|
37
|
-
CanvasContentCellModelHelper.c(c, b.
|
|
37
|
+
CanvasContentCellModelHelper.c(c, b.ni);
|
|
38
38
|
if (b.bm) {
|
|
39
|
-
c.cw(b.
|
|
39
|
+
c.cw(b.ni);
|
|
40
40
|
}
|
|
41
41
|
}
|
|
42
|
-
if (b.bc(CellModel.
|
|
42
|
+
if (b.bc(CellModel.gv)) {
|
|
43
43
|
}
|
|
44
|
-
if (b.bc(CellModel.
|
|
44
|
+
if (b.bc(CellModel.gb) || b.bc(CellModel.h5)) {
|
|
45
45
|
var f = b.g;
|
|
46
46
|
var g = b.i;
|
|
47
47
|
c.cl(f);
|
|
@@ -29,22 +29,22 @@ export var CanvasDateTimeCellPresenter = /** @class */ /*@__PURE__*/ (function (
|
|
|
29
29
|
_super.prototype.b.call(this, a);
|
|
30
30
|
var b = a;
|
|
31
31
|
if (a.a7) {
|
|
32
|
-
if (a.bc(DateTimeCellModel.
|
|
32
|
+
if (a.bc(DateTimeCellModel.oh) || a.bc(DateTimeCellModel.oi) || a.bc(DateTimeCellModel.og) || a.bc(DateTimeCellModel.gy) || a.bc(DateTimeCellModel.h4)) {
|
|
33
33
|
this.e(b);
|
|
34
|
-
this.d.cr(b.
|
|
34
|
+
this.d.cr(b.kz);
|
|
35
35
|
}
|
|
36
36
|
CanvasContentCellModelHelper.a(this.a.bq, b, this.a);
|
|
37
37
|
}
|
|
38
38
|
};
|
|
39
39
|
CanvasDateTimeCellPresenter.prototype.e = function (a) {
|
|
40
|
-
if (a.
|
|
41
|
-
a.
|
|
40
|
+
if (a.lw != null) {
|
|
41
|
+
a.kz = a.lw;
|
|
42
42
|
return;
|
|
43
43
|
}
|
|
44
|
-
a.
|
|
45
|
-
if (a.
|
|
46
|
-
if (!(typeCast(Date_$type, a.
|
|
47
|
-
a.
|
|
44
|
+
a.kz = a.ot(a.of);
|
|
45
|
+
if (a.kz == stringEmpty()) {
|
|
46
|
+
if (!(typeCast(Date_$type, a.ih) !== null)) {
|
|
47
|
+
a.kz = a.ih.toString();
|
|
48
48
|
}
|
|
49
49
|
}
|
|
50
50
|
};
|
|
@@ -305,7 +305,7 @@ export var CanvasGridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
305
305
|
return;
|
|
306
306
|
}
|
|
307
307
|
if (this.b2 != 1) {
|
|
308
|
-
a.
|
|
308
|
+
a.ai(this.b2);
|
|
309
309
|
}
|
|
310
310
|
var j = this.m;
|
|
311
311
|
if (!this.y) {
|
|
@@ -321,17 +321,17 @@ export var CanvasGridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
321
321
|
if (this.s || this.x || (this.i != null && this.i.j != this.bu)) {
|
|
322
322
|
this.s = false;
|
|
323
323
|
this.bu = this.i.j;
|
|
324
|
-
j.
|
|
324
|
+
j.ah(this.i);
|
|
325
325
|
}
|
|
326
326
|
if (f != 1) {
|
|
327
|
-
j.
|
|
328
|
-
j.
|
|
327
|
+
j.ac();
|
|
328
|
+
j.ad(f, f);
|
|
329
329
|
}
|
|
330
330
|
if (!this.y) {
|
|
331
|
-
j.
|
|
331
|
+
j.ac();
|
|
332
332
|
var k = Math.round((d - b));
|
|
333
333
|
var l = Math.round((e - c));
|
|
334
|
-
j.
|
|
334
|
+
j.ak(k, l);
|
|
335
335
|
}
|
|
336
336
|
if (g) {
|
|
337
337
|
this.cb(j);
|
|
@@ -340,10 +340,10 @@ export var CanvasGridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
340
340
|
this.cc(j);
|
|
341
341
|
}
|
|
342
342
|
if (!this.y) {
|
|
343
|
-
j.
|
|
343
|
+
j.ab();
|
|
344
344
|
}
|
|
345
345
|
if (f != 1) {
|
|
346
|
-
j.
|
|
346
|
+
j.ab();
|
|
347
347
|
}
|
|
348
348
|
}
|
|
349
349
|
if (!i && this.y) {
|
|
@@ -357,7 +357,7 @@ export var CanvasGridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
357
357
|
}
|
|
358
358
|
}
|
|
359
359
|
if (this.b2 != 1) {
|
|
360
|
-
a.
|
|
360
|
+
a.ai(1);
|
|
361
361
|
}
|
|
362
362
|
};
|
|
363
363
|
CanvasGridCellBase.prototype.bx = function () {
|
|
@@ -428,7 +428,7 @@ export var CanvasGridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
428
428
|
if (this.c0.al != null) {
|
|
429
429
|
this.c0.n = this.a3;
|
|
430
430
|
this.c0.o = this.a6;
|
|
431
|
-
a.
|
|
431
|
+
a.y(this.c0);
|
|
432
432
|
if (this.u) {
|
|
433
433
|
this.c7.ad = 1;
|
|
434
434
|
this.c7.an = this.a3;
|
|
@@ -631,8 +631,8 @@ export var CanvasGridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
631
631
|
if (this.a1 != b) {
|
|
632
632
|
this.a1 = b;
|
|
633
633
|
}
|
|
634
|
-
var c = a.
|
|
635
|
-
var d = a.
|
|
634
|
+
var c = a.h7 * 0.2;
|
|
635
|
+
var d = a.f9 * 0.6;
|
|
636
636
|
if (this.a2 >= c && this.a2 <= d) {
|
|
637
637
|
return;
|
|
638
638
|
}
|
|
@@ -683,7 +683,7 @@ export var CanvasGridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
683
683
|
if (this.s || (this.i != null && this.i.j != this.bu)) {
|
|
684
684
|
this.s = false;
|
|
685
685
|
this.bu = this.i.j;
|
|
686
|
-
a.
|
|
686
|
+
a.ah(this.i);
|
|
687
687
|
}
|
|
688
688
|
var b;
|
|
689
689
|
if (this.h != this.i || this.bw != this.i.j) {
|