igniteui-webcomponents-data-grids 6.2.2-alpha.3 → 6.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-webcomponents-data-grids.umd.js +5786 -5636
- package/bundles/igniteui-webcomponents-data-grids.umd.min.js +1 -1
- package/esm2015/lib/AccessibilityRow.js +1 -1
- package/esm2015/lib/CanvasCellPresenterBase.js +9 -9
- package/esm2015/lib/CanvasContentCellModelHelper.js +9 -9
- package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm2015/lib/CanvasGridCellBase.js +7 -7
- package/esm2015/lib/CanvasImageCellPresenter.js +9 -9
- package/esm2015/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm2015/lib/CanvasSummaryCell.js +1 -1
- package/esm2015/lib/CanvasSummaryCellPresenter.js +3 -3
- package/esm2015/lib/CanvasTemplateCellPresenter.js +4 -4
- package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +3 -3
- package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
- package/esm2015/lib/CanvasTextHeaderCellPresenter.js +7 -7
- package/esm2015/lib/CellPresenterBase.js +40 -37
- package/esm2015/lib/CheckboxListBridge.js +4 -0
- package/esm2015/lib/CheckboxListView_combined.js +778 -743
- package/esm2015/lib/ColumnChooserView_combined.js +9 -9
- package/esm2015/lib/ColumnFilterCondition_combined.js +2894 -2867
- package/esm2015/lib/ColumnGroupingView_combined.js +4 -4
- package/esm2015/lib/ColumnPinningView_combined.js +7 -7
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +7 -7
- package/esm2015/lib/ContentCellModelHelper.js +13 -13
- package/esm2015/lib/DataGridCellLayoutPanel.js +17 -17
- package/esm2015/lib/DateTimeCellPresenter.js +9 -9
- package/esm2015/lib/EditorCell.js +303 -303
- package/esm2015/lib/EditorCellPresenter.js +27 -27
- package/esm2015/lib/EditorRowCell.js +1 -1
- package/esm2015/lib/FilterCell.js +272 -272
- package/esm2015/lib/FilterCellPresenter.js +16 -16
- package/esm2015/lib/GridCellBase.js +356 -337
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +9 -9
- package/esm2015/lib/GridColumnGroupOptionsView_combined.js +4 -4
- package/esm2015/lib/GridColumnHideOptionsView_combined.js +1 -1
- 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 +6 -6
- package/esm2015/lib/GridExternalWrapper.js +6 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +1 -1
- package/esm2015/lib/GridSortIndicatorView_combined.js +15 -8
- package/esm2015/lib/ISummaryChooserView_combined.js +9 -9
- package/esm2015/lib/ImageCell.js +59 -59
- package/esm2015/lib/ImageCellPresenter.js +17 -17
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +2 -2
- package/esm2015/lib/NumericCell.js +8 -8
- package/esm2015/lib/NumericCellPresenter.js +9 -9
- package/esm2015/lib/PropertyEditorView_combined.js +21 -21
- package/esm2015/lib/SectionHeaderCell.js +15 -15
- package/esm2015/lib/SectionHeaderCellPresenter.js +10 -10
- package/esm2015/lib/SortIndicatorStyle.js +6 -2
- package/esm2015/lib/SummaryCell.js +40 -40
- package/esm2015/lib/SummaryCellPresenter.js +10 -10
- package/esm2015/lib/TemplateCell.js +15 -15
- package/esm2015/lib/TemplateCellPresenter.js +5 -5
- 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 +5 -5
- package/esm2015/lib/TextCell.js +32 -32
- package/esm2015/lib/TextCellPresenter.js +10 -10
- package/esm2015/lib/TextHeaderCell.js +153 -153
- package/esm2015/lib/TextHeaderCellPresenter.js +25 -25
- package/esm2015/lib/VerticalSeparatorCell.js +37 -37
- package/esm2015/lib/igc-cell-info.js +164 -155
- package/esm2015/lib/igc-checkbox-list-component.js +103 -87
- package/esm2015/lib/igc-combo-box-column-component.js +10 -10
- package/esm2015/lib/igc-data-grid-column-component.js +114 -104
- 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 +26 -26
- package/esm2015/lib/igc-numeric-column-component.js +35 -35
- package/esm2015/lib/igc-section-header-cell-info.js +6 -6
- 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 +10 -10
- package/esm5/lib/AccessibilityRow.js +1 -1
- package/esm5/lib/CanvasCellPresenterBase.js +9 -9
- package/esm5/lib/CanvasContentCellModelHelper.js +9 -9
- package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm5/lib/CanvasGridCellBase.js +7 -7
- package/esm5/lib/CanvasImageCellPresenter.js +9 -9
- package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm5/lib/CanvasSummaryCell.js +1 -1
- package/esm5/lib/CanvasSummaryCellPresenter.js +3 -3
- package/esm5/lib/CanvasTemplateCellPresenter.js +4 -4
- package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +3 -3
- package/esm5/lib/CanvasTextCellPresenter.js +9 -9
- package/esm5/lib/CanvasTextHeaderCellPresenter.js +7 -7
- package/esm5/lib/CellPresenterBase.js +40 -37
- package/esm5/lib/CheckboxListBridge.js +4 -0
- package/esm5/lib/CheckboxListView_combined.js +760 -725
- package/esm5/lib/ColumnChooserView_combined.js +9 -9
- package/esm5/lib/ColumnFilterCondition_combined.js +2735 -2700
- package/esm5/lib/ColumnGroupingView_combined.js +4 -4
- package/esm5/lib/ColumnPinningView_combined.js +7 -7
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +7 -7
- package/esm5/lib/ContentCellModelHelper.js +13 -13
- package/esm5/lib/DataGridCellLayoutPanel.js +17 -17
- package/esm5/lib/DateTimeCellPresenter.js +9 -9
- package/esm5/lib/EditorCell.js +285 -285
- package/esm5/lib/EditorCellPresenter.js +27 -27
- package/esm5/lib/EditorRowCell.js +1 -1
- package/esm5/lib/FilterCell.js +262 -262
- package/esm5/lib/FilterCellPresenter.js +16 -16
- package/esm5/lib/GridCellBase.js +349 -326
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +9 -9
- package/esm5/lib/GridColumnGroupOptionsView_combined.js +4 -4
- package/esm5/lib/GridColumnHideOptionsView_combined.js +1 -1
- 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 +6 -6
- package/esm5/lib/GridExternalWrapper.js +6 -6
- package/esm5/lib/GridFilterDialogView_combined.js +1 -1
- package/esm5/lib/GridSortIndicatorView_combined.js +15 -10
- package/esm5/lib/ISummaryChooserView_combined.js +9 -9
- package/esm5/lib/ImageCell.js +59 -59
- package/esm5/lib/ImageCellPresenter.js +17 -17
- package/esm5/lib/MultiColumnComboBoxView_combined.js +2 -2
- package/esm5/lib/NumericCell.js +8 -8
- package/esm5/lib/NumericCellPresenter.js +9 -9
- package/esm5/lib/PropertyEditorView_combined.js +21 -21
- package/esm5/lib/SectionHeaderCell.js +15 -15
- package/esm5/lib/SectionHeaderCellPresenter.js +10 -10
- package/esm5/lib/SortIndicatorStyle.js +6 -2
- package/esm5/lib/SummaryCell.js +40 -40
- package/esm5/lib/SummaryCellPresenter.js +10 -10
- package/esm5/lib/TemplateCell.js +15 -15
- package/esm5/lib/TemplateCellPresenter.js +5 -5
- 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 +5 -5
- package/esm5/lib/TextCell.js +32 -32
- package/esm5/lib/TextCellPresenter.js +10 -10
- package/esm5/lib/TextHeaderCell.js +151 -151
- package/esm5/lib/TextHeaderCellPresenter.js +25 -25
- package/esm5/lib/VerticalSeparatorCell.js +37 -37
- package/esm5/lib/igc-cell-info.js +168 -155
- package/esm5/lib/igc-checkbox-list-component.js +103 -87
- package/esm5/lib/igc-combo-box-column-component.js +10 -10
- package/esm5/lib/igc-data-grid-column-component.js +118 -104
- 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 +26 -26
- package/esm5/lib/igc-numeric-column-component.js +35 -35
- package/esm5/lib/igc-section-header-cell-info.js +6 -6
- 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 +10 -10
- package/fesm2015/igniteui-webcomponents-data-grids.js +5980 -5848
- package/fesm5/igniteui-webcomponents-data-grids.js +5788 -5638
- package/lib/CheckboxListBridge.d.ts +1 -0
- package/lib/CheckboxListViewExternal.d.ts +1 -0
- package/lib/CheckboxListView_combined.d.ts +185 -179
- package/lib/ColumnFilterCondition_combined.d.ts +820 -813
- package/lib/EditorCell.d.ts +67 -67
- package/lib/FilterCell.d.ts +55 -55
- package/lib/GridCellBase.d.ts +105 -102
- package/lib/ImageCell.d.ts +17 -17
- package/lib/NumericCell.d.ts +2 -2
- package/lib/SectionHeaderCell.d.ts +3 -3
- package/lib/SortIndicatorStyle.d.ts +5 -1
- package/lib/SummaryCell.d.ts +9 -9
- package/lib/TemplateCell.d.ts +5 -5
- package/lib/TemplateHeaderCell.d.ts +2 -2
- package/lib/TemplateHeaderCellModel.d.ts +7 -7
- package/lib/TextCell.d.ts +7 -7
- package/lib/TextHeaderCell.d.ts +29 -29
- package/lib/VerticalSeparatorCell.d.ts +8 -8
- package/lib/igc-cell-info.d.ts +5 -0
- package/lib/igc-checkbox-list-component.d.ts +10 -0
- package/lib/igc-data-grid-column-component.d.ts +5 -0
- package/package.json +4 -4
|
@@ -69,142 +69,142 @@ export let IgcNumericColumnComponent = /*@__PURE__*/ (() => {
|
|
|
69
69
|
* Gets or sets the string to prefix a negative value. If FormatString is specificied this value is ignored.
|
|
70
70
|
*/
|
|
71
71
|
get negativePrefix() {
|
|
72
|
-
return this.i.
|
|
72
|
+
return this.i.p4;
|
|
73
73
|
}
|
|
74
74
|
set negativePrefix(v) {
|
|
75
|
-
this.i.
|
|
75
|
+
this.i.p4 = v;
|
|
76
76
|
}
|
|
77
77
|
/**
|
|
78
78
|
* Gets or sets the string to prefix a positive value. If FormatString is specificied this value is ignored.
|
|
79
79
|
*/
|
|
80
80
|
get positivePrefix() {
|
|
81
|
-
return this.i.
|
|
81
|
+
return this.i.p8;
|
|
82
82
|
}
|
|
83
83
|
set positivePrefix(v) {
|
|
84
|
-
this.i.
|
|
84
|
+
this.i.p8 = v;
|
|
85
85
|
}
|
|
86
86
|
/**
|
|
87
87
|
* Gets or sets the string to suffix a negative value. If FormatString is specificied this value is ignored.
|
|
88
88
|
*/
|
|
89
89
|
get negativeSuffix() {
|
|
90
|
-
return this.i.
|
|
90
|
+
return this.i.p6;
|
|
91
91
|
}
|
|
92
92
|
set negativeSuffix(v) {
|
|
93
|
-
this.i.
|
|
93
|
+
this.i.p6 = v;
|
|
94
94
|
}
|
|
95
95
|
/**
|
|
96
96
|
* Gets or sets the string to suffix a positive value. If FormatString is specificied this value is ignored.
|
|
97
97
|
*/
|
|
98
98
|
get positiveSuffix() {
|
|
99
|
-
return this.i.
|
|
99
|
+
return this.i.qa;
|
|
100
100
|
}
|
|
101
101
|
set positiveSuffix(v) {
|
|
102
|
-
this.i.
|
|
102
|
+
this.i.qa = v;
|
|
103
103
|
}
|
|
104
104
|
/**
|
|
105
105
|
* Gets or sets the maximum fraction digits. If FormatString is specificied this value is ignored.
|
|
106
106
|
*/
|
|
107
107
|
get maxFractionDigits() {
|
|
108
|
-
return this.i.
|
|
108
|
+
return this.i.pj;
|
|
109
109
|
}
|
|
110
110
|
set maxFractionDigits(v) {
|
|
111
|
-
this.i.
|
|
112
|
-
this._a("maxFractionDigits", this.i.
|
|
111
|
+
this.i.pj = +v;
|
|
112
|
+
this._a("maxFractionDigits", this.i.pj);
|
|
113
113
|
}
|
|
114
114
|
/**
|
|
115
115
|
* Gets or sets the minimum fraction digits. If FormatString is specificied this value is ignored.
|
|
116
116
|
*/
|
|
117
117
|
get minFractionDigits() {
|
|
118
|
-
return this.i.
|
|
118
|
+
return this.i.pk;
|
|
119
119
|
}
|
|
120
120
|
set minFractionDigits(v) {
|
|
121
|
-
this.i.
|
|
122
|
-
this._a("minFractionDigits", this.i.
|
|
121
|
+
this.i.pk = +v;
|
|
122
|
+
this._a("minFractionDigits", this.i.pk);
|
|
123
123
|
}
|
|
124
124
|
/**
|
|
125
125
|
* Gets or sets the minimum integer digits. If FormatString is specificied this value is ignored.
|
|
126
126
|
*/
|
|
127
127
|
get minIntegerDigits() {
|
|
128
|
-
return this.i.
|
|
128
|
+
return this.i.pl;
|
|
129
129
|
}
|
|
130
130
|
set minIntegerDigits(v) {
|
|
131
|
-
this.i.
|
|
132
|
-
this._a("minIntegerDigits", this.i.
|
|
131
|
+
this.i.pl = +v;
|
|
132
|
+
this._a("minIntegerDigits", this.i.pl);
|
|
133
133
|
}
|
|
134
134
|
/**
|
|
135
135
|
* Gets or sets whether to show a grouping separator. If FormatString is specificied this value is ignored.
|
|
136
136
|
*/
|
|
137
137
|
get showGroupingSeparator() {
|
|
138
|
-
return this.i.
|
|
138
|
+
return this.i.pe;
|
|
139
139
|
}
|
|
140
140
|
set showGroupingSeparator(v) {
|
|
141
|
-
this.i.
|
|
142
|
-
this._a("showGroupingSeparator", this.i.
|
|
141
|
+
this.i.pe = ensureBool(v);
|
|
142
|
+
this._a("showGroupingSeparator", this.i.pe);
|
|
143
143
|
}
|
|
144
144
|
/**
|
|
145
145
|
* Gets or sets the format string to apply to the value. If set, the other value formatting properties on this column are ignored.
|
|
146
146
|
*/
|
|
147
147
|
get formatString() {
|
|
148
|
-
return this.i.
|
|
148
|
+
return this.i.pz;
|
|
149
149
|
}
|
|
150
150
|
set formatString(v) {
|
|
151
|
-
this.i.
|
|
151
|
+
this.i.pz = v;
|
|
152
152
|
}
|
|
153
153
|
get formatSpecifiers() {
|
|
154
|
-
return this.i.
|
|
154
|
+
return this.i.pa;
|
|
155
155
|
}
|
|
156
156
|
set formatSpecifiers(v) {
|
|
157
157
|
if (v && !Array.isArray(v) && typeof (v) == "string") {
|
|
158
158
|
const re = /\s*(?:,|\s|$)\s*/gm;
|
|
159
159
|
v = v.split(re);
|
|
160
160
|
}
|
|
161
|
-
this.i.
|
|
161
|
+
this.i.pa = v;
|
|
162
162
|
}
|
|
163
163
|
/**
|
|
164
164
|
* Gets or sets the INTL NumericFormat object to use for formatting the date values.
|
|
165
165
|
*/
|
|
166
166
|
get formatOverride() {
|
|
167
|
-
return this.i.
|
|
167
|
+
return this.i.po;
|
|
168
168
|
}
|
|
169
169
|
set formatOverride(v) {
|
|
170
|
-
this.i.
|
|
170
|
+
this.i.po = v;
|
|
171
171
|
}
|
|
172
172
|
/**
|
|
173
173
|
* Gets or sets the editor type used for editing cells in this column.
|
|
174
174
|
*/
|
|
175
175
|
get editorType() {
|
|
176
|
-
return this.i.
|
|
176
|
+
return this.i.pc;
|
|
177
177
|
}
|
|
178
178
|
set editorType(v) {
|
|
179
|
-
this.i.
|
|
180
|
-
this._a("editorType", enumToString(EditorType_$type, this.i.
|
|
179
|
+
this.i.pc = ensureEnum(EditorType_$type, v);
|
|
180
|
+
this._a("editorType", enumToString(EditorType_$type, this.i.pc));
|
|
181
181
|
}
|
|
182
182
|
/**
|
|
183
183
|
* Gets or sets the ComboBox data source.
|
|
184
184
|
*/
|
|
185
185
|
get editorDataSource() {
|
|
186
|
-
return this.i.
|
|
186
|
+
return this.i.pn;
|
|
187
187
|
}
|
|
188
188
|
set editorDataSource(v) {
|
|
189
|
-
this.i.
|
|
189
|
+
this.i.pn = v;
|
|
190
190
|
}
|
|
191
191
|
/**
|
|
192
192
|
* Gets or sets the ComboBox text field.
|
|
193
193
|
*/
|
|
194
194
|
get editorTextField() {
|
|
195
|
-
return this.i.
|
|
195
|
+
return this.i.pu;
|
|
196
196
|
}
|
|
197
197
|
set editorTextField(v) {
|
|
198
|
-
this.i.
|
|
198
|
+
this.i.pu = v;
|
|
199
199
|
}
|
|
200
200
|
/**
|
|
201
201
|
* Gets or sets the ComboBox value field.
|
|
202
202
|
*/
|
|
203
203
|
get editorValueField() {
|
|
204
|
-
return this.i.
|
|
204
|
+
return this.i.pv;
|
|
205
205
|
}
|
|
206
206
|
set editorValueField(v) {
|
|
207
|
-
this.i.
|
|
207
|
+
this.i.pv = v;
|
|
208
208
|
}
|
|
209
209
|
findByName(name) {
|
|
210
210
|
var baseResult = super.findByName(name);
|
|
@@ -22,27 +22,27 @@ export class IgcSectionHeaderCellInfo extends IgcCellInfo {
|
|
|
22
22
|
* Sets or gets the resolved text for the section header cell.
|
|
23
23
|
*/
|
|
24
24
|
get resolvedText() {
|
|
25
|
-
return this.i.
|
|
25
|
+
return this.i.og;
|
|
26
26
|
}
|
|
27
27
|
set resolvedText(v) {
|
|
28
|
-
this.i.
|
|
28
|
+
this.i.og = v;
|
|
29
29
|
}
|
|
30
30
|
/**
|
|
31
31
|
* Sets or gets the resolved summary text for the section header cell.
|
|
32
32
|
*/
|
|
33
33
|
get resolvedSummaryText() {
|
|
34
|
-
return this.i.
|
|
34
|
+
return this.i.oe;
|
|
35
35
|
}
|
|
36
36
|
set resolvedSummaryText(v) {
|
|
37
|
-
this.i.
|
|
37
|
+
this.i.oe = v;
|
|
38
38
|
}
|
|
39
39
|
/**
|
|
40
40
|
* Sets or gets how summaries are displayed in the section header cell.
|
|
41
41
|
*/
|
|
42
42
|
get summaryDisplayMode() {
|
|
43
|
-
return this.i.
|
|
43
|
+
return this.i.n5;
|
|
44
44
|
}
|
|
45
45
|
set summaryDisplayMode(v) {
|
|
46
|
-
this.i.
|
|
46
|
+
this.i.n5 = ensureEnum(GroupSummaryDisplayMode_$type, v);
|
|
47
47
|
}
|
|
48
48
|
}
|
|
@@ -22,38 +22,38 @@ export class IgcSummaryCellInfo extends IgcCellInfo {
|
|
|
22
22
|
* Sets or gets the resolved summary label for the summary cell.
|
|
23
23
|
*/
|
|
24
24
|
get resolvedSummaryLabel() {
|
|
25
|
-
return this.i.
|
|
25
|
+
return this.i.n8;
|
|
26
26
|
}
|
|
27
27
|
set resolvedSummaryLabel(v) {
|
|
28
|
-
this.i.
|
|
28
|
+
this.i.n8 = v;
|
|
29
29
|
}
|
|
30
30
|
/**
|
|
31
31
|
* Sets or gets the resolved summary value for the sumamry cell.
|
|
32
32
|
*/
|
|
33
33
|
get resolvedSummaryValue() {
|
|
34
|
-
return this.i.
|
|
34
|
+
return this.i.oa;
|
|
35
35
|
}
|
|
36
36
|
set resolvedSummaryValue(v) {
|
|
37
|
-
this.i.
|
|
37
|
+
this.i.oa = v;
|
|
38
38
|
}
|
|
39
39
|
/**
|
|
40
40
|
* Gets or sets the color of the text for the summary label in the cell.
|
|
41
41
|
*/
|
|
42
42
|
get summaryLabelTextColor() {
|
|
43
|
-
return brushToString(this.i.
|
|
43
|
+
return brushToString(this.i.of);
|
|
44
44
|
}
|
|
45
45
|
set summaryLabelTextColor(v) {
|
|
46
|
-
this.i.
|
|
46
|
+
this.i.of = stringToBrush(v);
|
|
47
47
|
}
|
|
48
48
|
get font() {
|
|
49
|
-
if (this.i.
|
|
49
|
+
if (this.i.n1 == null) {
|
|
50
50
|
return null;
|
|
51
51
|
}
|
|
52
|
-
return this.i.
|
|
52
|
+
return this.i.n1.fontString;
|
|
53
53
|
}
|
|
54
54
|
set font(v) {
|
|
55
55
|
let fi = new FontInfo();
|
|
56
56
|
fi.fontString = v;
|
|
57
|
-
this.i.
|
|
57
|
+
this.i.n1 = fi;
|
|
58
58
|
}
|
|
59
59
|
}
|
|
@@ -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.n5;
|
|
25
25
|
}
|
|
26
26
|
set isFilterUIVisible(v) {
|
|
27
|
-
this.i.
|
|
27
|
+
this.i.n5 = ensureBool(v);
|
|
28
28
|
}
|
|
29
29
|
}
|
|
@@ -69,38 +69,38 @@ export let IgcTextColumnComponent = /*@__PURE__*/ (() => {
|
|
|
69
69
|
* Gets or sets the editor type used for editing cells in this column.
|
|
70
70
|
*/
|
|
71
71
|
get editorType() {
|
|
72
|
-
return this.i.
|
|
72
|
+
return this.i.o9;
|
|
73
73
|
}
|
|
74
74
|
set editorType(v) {
|
|
75
|
-
this.i.
|
|
76
|
-
this._a("editorType", enumToString(EditorType_$type, this.i.
|
|
75
|
+
this.i.o9 = ensureEnum(EditorType_$type, v);
|
|
76
|
+
this._a("editorType", enumToString(EditorType_$type, this.i.o9));
|
|
77
77
|
}
|
|
78
78
|
/**
|
|
79
79
|
* Gets or sets the ComboBox data source.
|
|
80
80
|
*/
|
|
81
81
|
get editorDataSource() {
|
|
82
|
-
return this.i.
|
|
82
|
+
return this.i.pa;
|
|
83
83
|
}
|
|
84
84
|
set editorDataSource(v) {
|
|
85
|
-
this.i.
|
|
85
|
+
this.i.pa = v;
|
|
86
86
|
}
|
|
87
87
|
/**
|
|
88
88
|
* Gets or sets the ComboBox text field.
|
|
89
89
|
*/
|
|
90
90
|
get editorTextField() {
|
|
91
|
-
return this.i.
|
|
91
|
+
return this.i.pc;
|
|
92
92
|
}
|
|
93
93
|
set editorTextField(v) {
|
|
94
|
-
this.i.
|
|
94
|
+
this.i.pc = v;
|
|
95
95
|
}
|
|
96
96
|
/**
|
|
97
97
|
* Gets or sets the ComboBox value field.
|
|
98
98
|
*/
|
|
99
99
|
get editorValueField() {
|
|
100
|
-
return this.i.
|
|
100
|
+
return this.i.pd;
|
|
101
101
|
}
|
|
102
102
|
set editorValueField(v) {
|
|
103
|
-
this.i.
|
|
103
|
+
this.i.pd = v;
|
|
104
104
|
}
|
|
105
105
|
}
|
|
106
106
|
IgcTextColumnComponent._observedAttributesIgcTextColumnComponent = null;
|
|
@@ -24,42 +24,42 @@ export class IgcTextHeaderCellInfo extends IgcTextCellInfo {
|
|
|
24
24
|
* Sets or gets whether the filter UI should be visible in the header.
|
|
25
25
|
*/
|
|
26
26
|
get isColumnOptionsEnabled() {
|
|
27
|
-
return this.i.
|
|
27
|
+
return this.i.ob;
|
|
28
28
|
}
|
|
29
29
|
set isColumnOptionsEnabled(v) {
|
|
30
|
-
this.i.
|
|
30
|
+
this.i.ob = ensureBool(v);
|
|
31
31
|
}
|
|
32
32
|
get sortIndicatorStyle() {
|
|
33
|
-
return this.i.
|
|
33
|
+
return this.i.n9;
|
|
34
34
|
}
|
|
35
35
|
set sortIndicatorStyle(v) {
|
|
36
|
-
this.i.
|
|
36
|
+
this.i.n9 = ensureEnum(SortIndicatorStyle_$type, v);
|
|
37
37
|
}
|
|
38
38
|
/**
|
|
39
39
|
* Gets or sets the alignment of the column options icon within the header cell.
|
|
40
40
|
*/
|
|
41
41
|
get columnOptionsIconAlignment() {
|
|
42
|
-
return this.i.
|
|
42
|
+
return this.i.n5;
|
|
43
43
|
}
|
|
44
44
|
set columnOptionsIconAlignment(v) {
|
|
45
|
-
this.i.
|
|
45
|
+
this.i.n5 = ensureEnum(ColumnOptionsIconAlignment_$type, v);
|
|
46
46
|
}
|
|
47
47
|
/**
|
|
48
48
|
* Gets or sets the color for the column options icon in the header.
|
|
49
49
|
*/
|
|
50
50
|
get columnOptionsIconColor() {
|
|
51
|
-
return brushToString(this.i.
|
|
51
|
+
return brushToString(this.i.on);
|
|
52
52
|
}
|
|
53
53
|
set columnOptionsIconColor(v) {
|
|
54
|
-
this.i.
|
|
54
|
+
this.i.on = stringToBrush(v);
|
|
55
55
|
}
|
|
56
56
|
/**
|
|
57
57
|
* Gets or sets how the column option icon will behave in the header.
|
|
58
58
|
*/
|
|
59
59
|
get columnOptionsIconBehavior() {
|
|
60
|
-
return this.i.
|
|
60
|
+
return this.i.n7;
|
|
61
61
|
}
|
|
62
62
|
set columnOptionsIconBehavior(v) {
|
|
63
|
-
this.i.
|
|
63
|
+
this.i.n7 = ensureEnum(ColumnOptionsIconBehavior_$type, v);
|
|
64
64
|
}
|
|
65
65
|
}
|
|
@@ -25,25 +25,25 @@ var CanvasCellPresenterBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
25
25
|
};
|
|
26
26
|
CanvasCellPresenterBase.prototype.b = function (a) {
|
|
27
27
|
this.a.cf(a.c);
|
|
28
|
-
if (a.bc(CellModel.
|
|
29
|
-
this.a.cn(a.
|
|
28
|
+
if (a.bc(CellModel.e0) || a.bc(CellModel.e4) || a.bc(CellModel.e2) || a.bc(CellModel.ey)) {
|
|
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.nd, 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.f8);
|
|
36
|
+
this.a.cu(a.h5);
|
|
37
37
|
}
|
|
38
38
|
if (a.a7) {
|
|
39
39
|
if (a.bm && !this.a.z) {
|
|
40
40
|
this.a.b5();
|
|
41
41
|
}
|
|
42
|
-
if (a.bc(CellModel.
|
|
43
|
-
this.a.cg(a.
|
|
42
|
+
if (a.bc(CellModel.ek)) {
|
|
43
|
+
this.a.cg(a.nc.color);
|
|
44
44
|
}
|
|
45
|
-
if (a.bc(CellModel.
|
|
46
|
-
this.a.cm(a.
|
|
45
|
+
if (a.bc(CellModel.ew)) {
|
|
46
|
+
this.a.cm(a.cq);
|
|
47
47
|
}
|
|
48
48
|
}
|
|
49
49
|
if (a.bs && a.bm) {
|
|
@@ -25,23 +25,23 @@ var CanvasContentCellModelHelper = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
25
25
|
};
|
|
26
26
|
CanvasContentCellModelHelper.a = function (a, b, c) {
|
|
27
27
|
if (b.a7) {
|
|
28
|
-
if (b.bc(CellModel.
|
|
29
|
-
var d = Math.min(1, Math.max(0, b.
|
|
30
|
-
var e = b.
|
|
28
|
+
if (b.bc(CellModel.fo) || b.bc(CellModel.eu) || b.bc(CellModel.h4) || b.bb("IsRowPinned") || b.bb("IsRowSticky") || b.bb("PinnedRowOpacity")) {
|
|
29
|
+
var d = Math.min(1, Math.max(0, b.c7));
|
|
30
|
+
var e = b.cp * (1 - d);
|
|
31
31
|
c.ci(e);
|
|
32
32
|
if (b.bm) {
|
|
33
|
-
c.cy(b.
|
|
33
|
+
c.cy(b.cp * d);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
|
-
if (b.bc(CellModel.
|
|
37
|
-
CanvasContentCellModelHelper.c(c, b.
|
|
36
|
+
if (b.bc(CellModel.e5)) {
|
|
37
|
+
CanvasContentCellModelHelper.c(c, b.ne);
|
|
38
38
|
if (b.bm) {
|
|
39
|
-
c.cw(b.
|
|
39
|
+
c.cw(b.ne);
|
|
40
40
|
}
|
|
41
41
|
}
|
|
42
|
-
if (b.bc(CellModel.
|
|
42
|
+
if (b.bc(CellModel.gu)) {
|
|
43
43
|
}
|
|
44
|
-
if (b.bc(CellModel.
|
|
44
|
+
if (b.bc(CellModel.ga) || b.bc(CellModel.h3)) {
|
|
45
45
|
var f = b.g;
|
|
46
46
|
var g = b.i;
|
|
47
47
|
c.cl(f);
|
|
@@ -29,22 +29,22 @@ var CanvasDateTimeCellPresenter = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
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.oc) || a.bc(DateTimeCellModel.od) || a.bc(DateTimeCellModel.ob) || a.bc(DateTimeCellModel.gx) || a.bc(DateTimeCellModel.h2)) {
|
|
33
33
|
this.e(b);
|
|
34
|
-
this.d.cr(b.
|
|
34
|
+
this.d.cr(b.kx);
|
|
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.lt != null) {
|
|
41
|
+
a.kx = a.lt;
|
|
42
42
|
return;
|
|
43
43
|
}
|
|
44
|
-
a.
|
|
45
|
-
if (a.
|
|
46
|
-
if (!(typeCast(Date_$type, a.
|
|
47
|
-
a.
|
|
44
|
+
a.kx = a.oo(a.oa);
|
|
45
|
+
if (a.kx == stringEmpty()) {
|
|
46
|
+
if (!(typeCast(Date_$type, a.ie) !== null)) {
|
|
47
|
+
a.kx = a.ie.toString();
|
|
48
48
|
}
|
|
49
49
|
}
|
|
50
50
|
};
|
|
@@ -305,7 +305,7 @@ var CanvasGridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
305
305
|
return;
|
|
306
306
|
}
|
|
307
307
|
if (this.b2 != 1) {
|
|
308
|
-
a.
|
|
308
|
+
a.ag(this.b2);
|
|
309
309
|
}
|
|
310
310
|
var j = this.m;
|
|
311
311
|
if (!this.y) {
|
|
@@ -321,7 +321,7 @@ 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.af(this.i);
|
|
325
325
|
}
|
|
326
326
|
if (f != 1) {
|
|
327
327
|
j.aa();
|
|
@@ -331,7 +331,7 @@ var CanvasGridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
331
331
|
j.aa();
|
|
332
332
|
var k = Math.round((d - b));
|
|
333
333
|
var l = Math.round((e - c));
|
|
334
|
-
j.
|
|
334
|
+
j.ai(k, l);
|
|
335
335
|
}
|
|
336
336
|
if (g) {
|
|
337
337
|
this.cb(j);
|
|
@@ -357,7 +357,7 @@ var CanvasGridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
357
357
|
}
|
|
358
358
|
}
|
|
359
359
|
if (this.b2 != 1) {
|
|
360
|
-
a.
|
|
360
|
+
a.ag(1);
|
|
361
361
|
}
|
|
362
362
|
};
|
|
363
363
|
CanvasGridCellBase.prototype.bx = function () {
|
|
@@ -631,8 +631,8 @@ 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.h5 * 0.2;
|
|
635
|
+
var d = a.f8 * 0.6;
|
|
636
636
|
if (this.a2 >= c && this.a2 <= d) {
|
|
637
637
|
return;
|
|
638
638
|
}
|
|
@@ -683,7 +683,7 @@ 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.af(this.i);
|
|
687
687
|
}
|
|
688
688
|
var b;
|
|
689
689
|
if (this.h != this.i || this.bw != this.i.j) {
|
|
@@ -29,23 +29,23 @@ var CanvasImageCellPresenter = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
29
29
|
_super.prototype.b.call(this, a);
|
|
30
30
|
var b = a;
|
|
31
31
|
if (a.a7) {
|
|
32
|
-
if (a.bc(CellModel.
|
|
33
|
-
var c = Math.min(1, Math.max(0, a.
|
|
34
|
-
var d = a.
|
|
32
|
+
if (a.bc(CellModel.fo) || a.bc(CellModel.h4)) {
|
|
33
|
+
var c = Math.min(1, Math.max(0, a.c7));
|
|
34
|
+
var d = a.cs * (1 - c);
|
|
35
35
|
this.d.dd = d;
|
|
36
36
|
}
|
|
37
|
-
if (b.bc(ImageCellModel.
|
|
38
|
-
this.e(b.
|
|
37
|
+
if (b.bc(ImageCellModel.n4) || b.bc(ImageCellModel.n5)) {
|
|
38
|
+
this.e(b.n8, b.n1);
|
|
39
39
|
}
|
|
40
|
-
if (b.bc(ImageCellModel.
|
|
41
|
-
this.f(b.
|
|
40
|
+
if (b.bc(ImageCellModel.n6) || b.bc(ImageCellModel.ga) || b.bc(ImageCellModel.h3)) {
|
|
41
|
+
this.f(b.n3, b.g, b.i);
|
|
42
42
|
}
|
|
43
|
-
if (b.bc(ImageCellModel.
|
|
43
|
+
if (b.bc(ImageCellModel.hk)) {
|
|
44
44
|
if (a.u == 1) {
|
|
45
45
|
this.d.dg();
|
|
46
46
|
}
|
|
47
47
|
else if (a.u == 2) {
|
|
48
|
-
this.e(b.
|
|
48
|
+
this.e(b.n8, b.n1);
|
|
49
49
|
}
|
|
50
50
|
}
|
|
51
51
|
}
|
|
@@ -29,20 +29,20 @@ var CanvasNumericCellPresenter = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
29
29
|
_super.prototype.b.call(this, a);
|
|
30
30
|
var b = a;
|
|
31
31
|
if (a.a7) {
|
|
32
|
-
if (a.bc(NumericCellModel.
|
|
33
|
-
b.
|
|
34
|
-
this.d.cr(b.
|
|
32
|
+
if (a.bc(NumericCellModel.op) || a.bc(NumericCellModel.od) || a.bc(NumericCellModel.h2) || b.n6()) {
|
|
33
|
+
b.kx = this.e(b);
|
|
34
|
+
this.d.cr(b.kx);
|
|
35
35
|
}
|
|
36
36
|
CanvasContentCellModelHelper.a(this.a.bq, b, this.a);
|
|
37
37
|
}
|
|
38
38
|
};
|
|
39
39
|
CanvasNumericCellPresenter.prototype.e = function (a) {
|
|
40
|
-
if (a.
|
|
41
|
-
return a.
|
|
40
|
+
if (a.lt != null) {
|
|
41
|
+
return a.lt;
|
|
42
42
|
}
|
|
43
|
-
if (a.
|
|
44
|
-
var val_ = a.
|
|
45
|
-
var override_ = a.
|
|
43
|
+
if (a.ov != null) {
|
|
44
|
+
var val_ = a.n9;
|
|
45
|
+
var override_ = a.ov;
|
|
46
46
|
return (override_.format(val_));
|
|
47
47
|
}
|
|
48
48
|
return NumericCellFormatter.c(a);
|