igniteui-angular-data-grids 21.1.0-beta.1 → 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
|
@@ -207,32 +207,64 @@ export let IgxDataGridToolbarComponent = /*@__PURE__*/ (() => {
|
|
|
207
207
|
}
|
|
208
208
|
set borderWidthBottom(v) {
|
|
209
209
|
this.ensureBorderWidth();
|
|
210
|
-
|
|
211
|
-
this.i.bi
|
|
210
|
+
const __nv = +v;
|
|
211
|
+
if (this.i.bi.bottom === __nv) {
|
|
212
|
+
return;
|
|
213
|
+
}
|
|
214
|
+
const __copy = new Thickness(2);
|
|
215
|
+
__copy.bottom = __nv;
|
|
216
|
+
__copy.left = this.i.bi.left;
|
|
217
|
+
__copy.right = this.i.bi.right;
|
|
218
|
+
__copy.top = this.i.bi.top;
|
|
219
|
+
this.i.bi = __copy;
|
|
212
220
|
}
|
|
213
221
|
get borderWidthLeft() {
|
|
214
222
|
return this.i.bi ? this.i.bi.left : NaN;
|
|
215
223
|
}
|
|
216
224
|
set borderWidthLeft(v) {
|
|
217
225
|
this.ensureBorderWidth();
|
|
218
|
-
|
|
219
|
-
this.i.bi
|
|
226
|
+
const __nv = +v;
|
|
227
|
+
if (this.i.bi.left === __nv) {
|
|
228
|
+
return;
|
|
229
|
+
}
|
|
230
|
+
const __copy = new Thickness(2);
|
|
231
|
+
__copy.left = __nv;
|
|
232
|
+
__copy.bottom = this.i.bi.bottom;
|
|
233
|
+
__copy.right = this.i.bi.right;
|
|
234
|
+
__copy.top = this.i.bi.top;
|
|
235
|
+
this.i.bi = __copy;
|
|
220
236
|
}
|
|
221
237
|
get borderWidthRight() {
|
|
222
238
|
return this.i.bi ? this.i.bi.right : NaN;
|
|
223
239
|
}
|
|
224
240
|
set borderWidthRight(v) {
|
|
225
241
|
this.ensureBorderWidth();
|
|
226
|
-
|
|
227
|
-
this.i.bi
|
|
242
|
+
const __nv = +v;
|
|
243
|
+
if (this.i.bi.right === __nv) {
|
|
244
|
+
return;
|
|
245
|
+
}
|
|
246
|
+
const __copy = new Thickness(2);
|
|
247
|
+
__copy.right = __nv;
|
|
248
|
+
__copy.bottom = this.i.bi.bottom;
|
|
249
|
+
__copy.left = this.i.bi.left;
|
|
250
|
+
__copy.top = this.i.bi.top;
|
|
251
|
+
this.i.bi = __copy;
|
|
228
252
|
}
|
|
229
253
|
get borderWidthTop() {
|
|
230
254
|
return this.i.bi ? this.i.bi.top : NaN;
|
|
231
255
|
}
|
|
232
256
|
set borderWidthTop(v) {
|
|
233
257
|
this.ensureBorderWidth();
|
|
234
|
-
|
|
235
|
-
this.i.bi
|
|
258
|
+
const __nv = +v;
|
|
259
|
+
if (this.i.bi.top === __nv) {
|
|
260
|
+
return;
|
|
261
|
+
}
|
|
262
|
+
const __copy = new Thickness(2);
|
|
263
|
+
__copy.top = __nv;
|
|
264
|
+
__copy.bottom = this.i.bi.bottom;
|
|
265
|
+
__copy.left = this.i.bi.left;
|
|
266
|
+
__copy.right = this.i.bi.right;
|
|
267
|
+
this.i.bi = __copy;
|
|
236
268
|
}
|
|
237
269
|
ensureBorderWidth() {
|
|
238
270
|
if (this.i.bi) {
|
|
@@ -22,56 +22,56 @@ export class IgxDateTimeCellInfo extends IgxCellInfo {
|
|
|
22
22
|
* Sets or gets the DateTime value for the cell.
|
|
23
23
|
*/
|
|
24
24
|
get dateTimeValue() {
|
|
25
|
-
return this.i.
|
|
25
|
+
return this.i.om;
|
|
26
26
|
}
|
|
27
27
|
set dateTimeValue(v) {
|
|
28
|
-
this.i.
|
|
28
|
+
this.i.om = v;
|
|
29
29
|
}
|
|
30
30
|
/**
|
|
31
31
|
* The format string to apply to the value
|
|
32
32
|
*/
|
|
33
33
|
get formatStringOverride() {
|
|
34
|
-
return this.i.
|
|
34
|
+
return this.i.o3;
|
|
35
35
|
}
|
|
36
36
|
set formatStringOverride(v) {
|
|
37
|
-
this.i.
|
|
37
|
+
this.i.o3 = v;
|
|
38
38
|
}
|
|
39
39
|
get formatSpecifiers() {
|
|
40
|
-
return this.i.
|
|
40
|
+
return this.i.od;
|
|
41
41
|
}
|
|
42
42
|
set formatSpecifiers(v) {
|
|
43
43
|
if (v && !Array.isArray(v) && typeof (v) == "string") {
|
|
44
44
|
const re = /\s*(?:,|\s|$)\s*/gm;
|
|
45
45
|
v = v.split(re);
|
|
46
46
|
}
|
|
47
|
-
this.i.
|
|
47
|
+
this.i.od = v;
|
|
48
48
|
}
|
|
49
49
|
/**
|
|
50
50
|
* The format options to apply to the value
|
|
51
51
|
*/
|
|
52
52
|
get formatOverride() {
|
|
53
|
-
return this.i.
|
|
53
|
+
return this.i.ow;
|
|
54
54
|
}
|
|
55
55
|
set formatOverride(v) {
|
|
56
|
-
this.i.
|
|
56
|
+
this.i.ow = v;
|
|
57
57
|
}
|
|
58
58
|
/**
|
|
59
59
|
* Sets or gets the simple DateTimeFormat to use for the cell.
|
|
60
60
|
*/
|
|
61
61
|
get dateTimeFormat() {
|
|
62
|
-
return this.i.
|
|
62
|
+
return this.i.oi;
|
|
63
63
|
}
|
|
64
64
|
set dateTimeFormat(v) {
|
|
65
|
-
this.i.
|
|
65
|
+
this.i.oi = ensureEnum(DateTimeFormats_$type, v);
|
|
66
66
|
}
|
|
67
67
|
/**
|
|
68
68
|
* Sets or gets whether the value to use is a DateTimeOffset value.
|
|
69
69
|
*/
|
|
70
70
|
get isOffsetValue() {
|
|
71
|
-
return this.i.
|
|
71
|
+
return this.i.ok;
|
|
72
72
|
}
|
|
73
73
|
set isOffsetValue(v) {
|
|
74
|
-
this.i.
|
|
74
|
+
this.i.ok = ensureBool(v);
|
|
75
75
|
}
|
|
76
76
|
findByName(name) {
|
|
77
77
|
var baseResult = super.findByName(name);
|
|
@@ -41,92 +41,92 @@ export let IgxDateTimeColumnComponent = /*@__PURE__*/ (() => {
|
|
|
41
41
|
* Gets or sets the date time format to use for this column. If FormatString is specificied this value is ignored.
|
|
42
42
|
*/
|
|
43
43
|
get dateTimeFormat() {
|
|
44
|
-
return this.i.
|
|
44
|
+
return this.i.s5;
|
|
45
45
|
}
|
|
46
46
|
set dateTimeFormat(v) {
|
|
47
|
-
this.i.
|
|
47
|
+
this.i.s5 = ensureEnum(DateTimeFormats_$type, v);
|
|
48
48
|
}
|
|
49
49
|
/**
|
|
50
50
|
* Gets or sets the format string to apply to the value. If set, the other value formatting properties on this column are ignored.
|
|
51
51
|
*/
|
|
52
52
|
get formatString() {
|
|
53
|
-
return this.i.
|
|
53
|
+
return this.i.tn;
|
|
54
54
|
}
|
|
55
55
|
set formatString(v) {
|
|
56
|
-
this.i.
|
|
56
|
+
this.i.tn = v;
|
|
57
57
|
}
|
|
58
58
|
/**
|
|
59
59
|
* Gets or sets the format string to use when editing dates.
|
|
60
60
|
*/
|
|
61
61
|
get editorFormatString() {
|
|
62
|
-
return this.i.
|
|
62
|
+
return this.i.tg;
|
|
63
63
|
}
|
|
64
64
|
set editorFormatString(v) {
|
|
65
|
-
this.i.
|
|
65
|
+
this.i.tg = v;
|
|
66
66
|
}
|
|
67
67
|
get formatSpecifiers() {
|
|
68
|
-
return this.i.
|
|
68
|
+
return this.i.s1;
|
|
69
69
|
}
|
|
70
70
|
set formatSpecifiers(v) {
|
|
71
71
|
if (v && !Array.isArray(v) && typeof (v) == "string") {
|
|
72
72
|
const re = /\s*(?:,|\s|$)\s*/gm;
|
|
73
73
|
v = v.split(re);
|
|
74
74
|
}
|
|
75
|
-
this.i.
|
|
75
|
+
this.i.s1 = v;
|
|
76
76
|
}
|
|
77
77
|
/**
|
|
78
78
|
* Gets or sets the INTL DateTimeFormat object to use for formatting the date values.
|
|
79
79
|
*/
|
|
80
80
|
get formatOverride() {
|
|
81
|
-
return this.i.
|
|
81
|
+
return this.i.tc;
|
|
82
82
|
}
|
|
83
83
|
set formatOverride(v) {
|
|
84
|
-
this.i.
|
|
84
|
+
this.i.tc = v;
|
|
85
85
|
}
|
|
86
86
|
/**
|
|
87
87
|
* Gets or sets the ShowTodayButton property to detirmine if the today button is shown
|
|
88
88
|
*/
|
|
89
89
|
get showTodayButton() {
|
|
90
|
-
return this.i.
|
|
90
|
+
return this.i.s8;
|
|
91
91
|
}
|
|
92
92
|
set showTodayButton(v) {
|
|
93
|
-
this.i.
|
|
93
|
+
this.i.s8 = ensureBool(v);
|
|
94
94
|
}
|
|
95
95
|
/**
|
|
96
96
|
* Gets or sets the editor type used for editing cells in this column.
|
|
97
97
|
*/
|
|
98
98
|
get editorType() {
|
|
99
|
-
return this.i.
|
|
99
|
+
return this.i.s6;
|
|
100
100
|
}
|
|
101
101
|
set editorType(v) {
|
|
102
|
-
this.i.
|
|
102
|
+
this.i.s6 = ensureEnum(EditorType_$type, v);
|
|
103
103
|
}
|
|
104
104
|
/**
|
|
105
105
|
* Gets or sets the ComboBox data source.
|
|
106
106
|
*/
|
|
107
107
|
get editorDataSource() {
|
|
108
|
-
return this.i.
|
|
108
|
+
return this.i.tb;
|
|
109
109
|
}
|
|
110
110
|
set editorDataSource(v) {
|
|
111
|
-
this.i.
|
|
111
|
+
this.i.tb = v;
|
|
112
112
|
}
|
|
113
113
|
/**
|
|
114
114
|
* Gets or sets the ComboBox text field.
|
|
115
115
|
*/
|
|
116
116
|
get editorTextField() {
|
|
117
|
-
return this.i.
|
|
117
|
+
return this.i.ti;
|
|
118
118
|
}
|
|
119
119
|
set editorTextField(v) {
|
|
120
|
-
this.i.
|
|
120
|
+
this.i.ti = v;
|
|
121
121
|
}
|
|
122
122
|
/**
|
|
123
123
|
* Gets or sets the ComboBox value field.
|
|
124
124
|
*/
|
|
125
125
|
get editorValueField() {
|
|
126
|
-
return this.i.
|
|
126
|
+
return this.i.tj;
|
|
127
127
|
}
|
|
128
128
|
set editorValueField(v) {
|
|
129
|
-
this.i.
|
|
129
|
+
this.i.tj = v;
|
|
130
130
|
}
|
|
131
131
|
findByName(name) {
|
|
132
132
|
var baseResult = super.findByName(name);
|
|
@@ -172,10 +172,10 @@ export let IgxDefinitionBaseComponent = /*@__PURE__*/ (() => {
|
|
|
172
172
|
* Gets or sets the background color to use.
|
|
173
173
|
*/
|
|
174
174
|
get background() {
|
|
175
|
-
return brushToString(this.i.
|
|
175
|
+
return brushToString(this.i.gi);
|
|
176
176
|
}
|
|
177
177
|
set background(v) {
|
|
178
|
-
this.i.
|
|
178
|
+
this.i.gi = stringToBrush(v);
|
|
179
179
|
}
|
|
180
180
|
get actualConditionalStyles() {
|
|
181
181
|
if (!this._actualConditionalStyles) {
|
|
@@ -216,37 +216,37 @@ export let IgxDefinitionBaseComponent = /*@__PURE__*/ (() => {
|
|
|
216
216
|
* Gets or sets the background color to use.
|
|
217
217
|
*/
|
|
218
218
|
get border() {
|
|
219
|
-
return brushToString(this.i.
|
|
219
|
+
return brushToString(this.i.gl);
|
|
220
220
|
}
|
|
221
221
|
set border(v) {
|
|
222
|
-
this.i.
|
|
222
|
+
this.i.gl = stringToBrush(v);
|
|
223
223
|
}
|
|
224
224
|
/**
|
|
225
225
|
* Gets or sets the background color to use.
|
|
226
226
|
*/
|
|
227
227
|
get activationBorder() {
|
|
228
|
-
return brushToString(this.i.
|
|
228
|
+
return brushToString(this.i.f7);
|
|
229
229
|
}
|
|
230
230
|
set activationBorder(v) {
|
|
231
|
-
this.i.
|
|
231
|
+
this.i.f7 = stringToBrush(v);
|
|
232
232
|
}
|
|
233
233
|
/**
|
|
234
234
|
* Gets or sets the error border color to use.
|
|
235
235
|
*/
|
|
236
236
|
get errorBorder() {
|
|
237
|
-
return brushToString(this.i.
|
|
237
|
+
return brushToString(this.i.gm);
|
|
238
238
|
}
|
|
239
239
|
set errorBorder(v) {
|
|
240
|
-
this.i.
|
|
240
|
+
this.i.gm = stringToBrush(v);
|
|
241
241
|
}
|
|
242
242
|
/**
|
|
243
243
|
* Gets the actual border color that will be used.
|
|
244
244
|
*/
|
|
245
245
|
get actualBorder() {
|
|
246
|
-
return brushToString(this.i.
|
|
246
|
+
return brushToString(this.i.gc);
|
|
247
247
|
}
|
|
248
248
|
set actualBorder(v) {
|
|
249
|
-
this.i.
|
|
249
|
+
this.i.gc = stringToBrush(v);
|
|
250
250
|
}
|
|
251
251
|
/**
|
|
252
252
|
* Gets or sets the amount of left border to use for the cell content for this column.
|
|
@@ -348,82 +348,82 @@ export let IgxDefinitionBaseComponent = /*@__PURE__*/ (() => {
|
|
|
348
348
|
* Gets the actual background color that will be used.
|
|
349
349
|
*/
|
|
350
350
|
get actualBackground() {
|
|
351
|
-
return brushToString(this.i.
|
|
351
|
+
return brushToString(this.i.f9);
|
|
352
352
|
}
|
|
353
353
|
set actualBackground(v) {
|
|
354
|
-
this.i.
|
|
354
|
+
this.i.f9 = stringToBrush(v);
|
|
355
355
|
}
|
|
356
356
|
/**
|
|
357
357
|
* Gets the actual background color that will be used.
|
|
358
358
|
*/
|
|
359
359
|
get actualActivationBorder() {
|
|
360
|
-
return brushToString(this.i.
|
|
360
|
+
return brushToString(this.i.f8);
|
|
361
361
|
}
|
|
362
362
|
set actualActivationBorder(v) {
|
|
363
|
-
this.i.
|
|
363
|
+
this.i.f8 = stringToBrush(v);
|
|
364
364
|
}
|
|
365
365
|
/**
|
|
366
366
|
* Gets the actual error border color that will be used.
|
|
367
367
|
*/
|
|
368
368
|
get actualErrorBorder() {
|
|
369
|
-
return brushToString(this.i.
|
|
369
|
+
return brushToString(this.i.gd);
|
|
370
370
|
}
|
|
371
371
|
set actualErrorBorder(v) {
|
|
372
|
-
this.i.
|
|
372
|
+
this.i.gd = stringToBrush(v);
|
|
373
373
|
}
|
|
374
374
|
/**
|
|
375
375
|
* Gets or sets the background color for content that sticks to the top of the grid.
|
|
376
376
|
*/
|
|
377
377
|
get stickyRowBackground() {
|
|
378
|
-
return brushToString(this.i.
|
|
378
|
+
return brushToString(this.i.g1);
|
|
379
379
|
}
|
|
380
380
|
set stickyRowBackground(v) {
|
|
381
|
-
this.i.
|
|
381
|
+
this.i.g1 = stringToBrush(v);
|
|
382
382
|
}
|
|
383
383
|
/**
|
|
384
384
|
* Gets the actual background color for content that sticks to the top of the grid.
|
|
385
385
|
*/
|
|
386
386
|
get actualStickyRowBackground() {
|
|
387
|
-
return brushToString(this.i.
|
|
387
|
+
return brushToString(this.i.gg);
|
|
388
388
|
}
|
|
389
389
|
set actualStickyRowBackground(v) {
|
|
390
|
-
this.i.
|
|
390
|
+
this.i.gg = stringToBrush(v);
|
|
391
391
|
}
|
|
392
392
|
/**
|
|
393
393
|
* Gets or sets the background color for cells belonging to rows marked as pinned.
|
|
394
394
|
*/
|
|
395
395
|
get pinnedRowBackground() {
|
|
396
|
-
return brushToString(this.i.
|
|
396
|
+
return brushToString(this.i.g0);
|
|
397
397
|
}
|
|
398
398
|
set pinnedRowBackground(v) {
|
|
399
|
-
this.i.
|
|
399
|
+
this.i.g0 = stringToBrush(v);
|
|
400
400
|
}
|
|
401
401
|
/**
|
|
402
402
|
* Gets the actual background color for cells belonging to rows marked as pinned.
|
|
403
403
|
*/
|
|
404
404
|
get actualPinnedRowBackground() {
|
|
405
|
-
return brushToString(this.i.
|
|
405
|
+
return brushToString(this.i.gf);
|
|
406
406
|
}
|
|
407
407
|
set actualPinnedRowBackground(v) {
|
|
408
|
-
this.i.
|
|
408
|
+
this.i.gf = stringToBrush(v);
|
|
409
409
|
}
|
|
410
410
|
/**
|
|
411
411
|
* Gets or sets the color for the last row in the sticky row area.
|
|
412
412
|
*/
|
|
413
413
|
get lastStickyRowBackground() {
|
|
414
|
-
return brushToString(this.i.
|
|
414
|
+
return brushToString(this.i.gz);
|
|
415
415
|
}
|
|
416
416
|
set lastStickyRowBackground(v) {
|
|
417
|
-
this.i.
|
|
417
|
+
this.i.gz = stringToBrush(v);
|
|
418
418
|
}
|
|
419
419
|
/**
|
|
420
420
|
* Gets the actual color for the last row in the sticky row area.
|
|
421
421
|
*/
|
|
422
422
|
get actualLastStickyRowBackground() {
|
|
423
|
-
return brushToString(this.i.
|
|
423
|
+
return brushToString(this.i.ge);
|
|
424
424
|
}
|
|
425
425
|
set actualLastStickyRowBackground(v) {
|
|
426
|
-
this.i.
|
|
426
|
+
this.i.ge = stringToBrush(v);
|
|
427
427
|
}
|
|
428
428
|
/**
|
|
429
429
|
* Gets or sets the opacity of the content.
|
|
@@ -474,19 +474,19 @@ export let IgxDefinitionBaseComponent = /*@__PURE__*/ (() => {
|
|
|
474
474
|
* Gets or sets the color to use for displaying text.
|
|
475
475
|
*/
|
|
476
476
|
get textColor() {
|
|
477
|
-
return brushToString(this.i.
|
|
477
|
+
return brushToString(this.i.g2);
|
|
478
478
|
}
|
|
479
479
|
set textColor(v) {
|
|
480
|
-
this.i.
|
|
480
|
+
this.i.g2 = stringToBrush(v);
|
|
481
481
|
}
|
|
482
482
|
/**
|
|
483
483
|
* Gets the actual color used for displaying text.
|
|
484
484
|
*/
|
|
485
485
|
get actualTextColor() {
|
|
486
|
-
return brushToString(this.i.
|
|
486
|
+
return brushToString(this.i.gh);
|
|
487
487
|
}
|
|
488
488
|
set actualTextColor(v) {
|
|
489
|
-
this.i.
|
|
489
|
+
this.i.gh = stringToBrush(v);
|
|
490
490
|
}
|
|
491
491
|
/**
|
|
492
492
|
* Gets or sets whether the bar is supported.
|
|
@@ -501,37 +501,37 @@ export let IgxDefinitionBaseComponent = /*@__PURE__*/ (() => {
|
|
|
501
501
|
* Gets or sets the color to use for value bars.
|
|
502
502
|
*/
|
|
503
503
|
get barBackground() {
|
|
504
|
-
return brushToString(this.i.
|
|
504
|
+
return brushToString(this.i.gj);
|
|
505
505
|
}
|
|
506
506
|
set barBackground(v) {
|
|
507
|
-
this.i.
|
|
507
|
+
this.i.gj = stringToBrush(v);
|
|
508
508
|
}
|
|
509
509
|
/**
|
|
510
510
|
* Gets the actual color used for value bars.
|
|
511
511
|
*/
|
|
512
512
|
get actualBarBackground() {
|
|
513
|
-
return brushToString(this.i.
|
|
513
|
+
return brushToString(this.i.ga);
|
|
514
514
|
}
|
|
515
515
|
set actualBarBackground(v) {
|
|
516
|
-
this.i.
|
|
516
|
+
this.i.ga = stringToBrush(v);
|
|
517
517
|
}
|
|
518
518
|
/**
|
|
519
519
|
* Gets or sets the Outline color to use for value bars.
|
|
520
520
|
*/
|
|
521
521
|
get barOutline() {
|
|
522
|
-
return brushToString(this.i.
|
|
522
|
+
return brushToString(this.i.gk);
|
|
523
523
|
}
|
|
524
524
|
set barOutline(v) {
|
|
525
|
-
this.i.
|
|
525
|
+
this.i.gk = stringToBrush(v);
|
|
526
526
|
}
|
|
527
527
|
/**
|
|
528
528
|
* Gets the actual Outline color used for value bars.
|
|
529
529
|
*/
|
|
530
530
|
get actualBarOutline() {
|
|
531
|
-
return brushToString(this.i.
|
|
531
|
+
return brushToString(this.i.gb);
|
|
532
532
|
}
|
|
533
533
|
set actualBarOutline(v) {
|
|
534
|
-
this.i.
|
|
534
|
+
this.i.gb = stringToBrush(v);
|
|
535
535
|
}
|
|
536
536
|
/**
|
|
537
537
|
* Gets or sets the stroke thickness to use for value bars.
|
|
@@ -613,17 +613,17 @@ export let IgxDefinitionBaseComponent = /*@__PURE__*/ (() => {
|
|
|
613
613
|
return null;
|
|
614
614
|
}
|
|
615
615
|
transitionStyleOut(style) {
|
|
616
|
-
this.i.
|
|
616
|
+
this.i.e7((style == null ? null : style.i));
|
|
617
617
|
}
|
|
618
618
|
transitionStyleIn(style) {
|
|
619
|
-
this.i.
|
|
619
|
+
this.i.e6((style == null ? null : style.i));
|
|
620
620
|
}
|
|
621
621
|
isStyleTransitioningOut(style) {
|
|
622
622
|
let iv = this.i.at((style == null ? null : style.i));
|
|
623
623
|
return (iv);
|
|
624
624
|
}
|
|
625
625
|
setNamedValue(valueName, animationType, value) {
|
|
626
|
-
this.i.
|
|
626
|
+
this.i.e4(valueName, ensureEnum(CellPropertyAnimationType_$type, animationType), value);
|
|
627
627
|
}
|
|
628
628
|
/**
|
|
629
629
|
* Returns if this definition has named value.
|
|
@@ -648,7 +648,7 @@ export let IgxDefinitionBaseComponent = /*@__PURE__*/ (() => {
|
|
|
648
648
|
* @param valueName * The named value name to remove.
|
|
649
649
|
*/
|
|
650
650
|
removeNamedValue(valueName) {
|
|
651
|
-
this.i.
|
|
651
|
+
this.i.ez(valueName);
|
|
652
652
|
}
|
|
653
653
|
/**
|
|
654
654
|
* Gets the value for a named value from this definition.
|
|
@@ -23,111 +23,111 @@ export class IgxEditorCellInfo extends IgxCellInfo {
|
|
|
23
23
|
* Gets whether the editor cell is hidden or not.
|
|
24
24
|
*/
|
|
25
25
|
get isHidden() {
|
|
26
|
-
return this.i.
|
|
26
|
+
return this.i.oo;
|
|
27
27
|
}
|
|
28
28
|
/**
|
|
29
29
|
* Gets or sets the edit target for this cell.
|
|
30
30
|
*/
|
|
31
31
|
get editTarget() {
|
|
32
|
-
const r = this.i.
|
|
32
|
+
const r = this.i.oh;
|
|
33
33
|
if (r == null) {
|
|
34
34
|
return null;
|
|
35
35
|
}
|
|
36
36
|
return r.externalObject;
|
|
37
37
|
}
|
|
38
38
|
set editTarget(v) {
|
|
39
|
-
v == null ? this.i.
|
|
39
|
+
v == null ? this.i.oh = null : this.i.oh = v.i;
|
|
40
40
|
}
|
|
41
41
|
/**
|
|
42
42
|
* Gets or sets the data type associated with the cell being edited.
|
|
43
43
|
*/
|
|
44
44
|
get dataType() {
|
|
45
|
-
return this.i.
|
|
45
|
+
return this.i.of;
|
|
46
46
|
}
|
|
47
47
|
set dataType(v) {
|
|
48
|
-
this.i.
|
|
48
|
+
this.i.of = ensureEnum(DataSourceSchemaPropertyType_$type, v);
|
|
49
49
|
}
|
|
50
50
|
/**
|
|
51
51
|
* Gets or sets the error message to display in the editor cell.
|
|
52
52
|
*/
|
|
53
53
|
get errorMessage() {
|
|
54
|
-
return this.i.
|
|
54
|
+
return this.i.pk;
|
|
55
55
|
}
|
|
56
56
|
set errorMessage(v) {
|
|
57
|
-
this.i.
|
|
57
|
+
this.i.pk = v;
|
|
58
58
|
}
|
|
59
59
|
/**
|
|
60
60
|
* Gets or sets the user selected value.
|
|
61
61
|
*/
|
|
62
62
|
get editValue() {
|
|
63
|
-
return this.i.
|
|
63
|
+
return this.i.o7;
|
|
64
64
|
}
|
|
65
65
|
set editValue(v) {
|
|
66
|
-
this.i.
|
|
66
|
+
this.i.o7 = v;
|
|
67
67
|
}
|
|
68
68
|
/**
|
|
69
69
|
* Gets or sets the type of editor to use while cell editing.
|
|
70
70
|
*/
|
|
71
71
|
get editorType() {
|
|
72
|
-
return this.i.
|
|
72
|
+
return this.i.oj;
|
|
73
73
|
}
|
|
74
74
|
set editorType(v) {
|
|
75
|
-
this.i.
|
|
75
|
+
this.i.oj = ensureEnum(EditorType_$type, v);
|
|
76
76
|
}
|
|
77
77
|
/**
|
|
78
78
|
* Gets or sets the data source to use for the editor where it makes sense.
|
|
79
79
|
*/
|
|
80
80
|
get editorDataSource() {
|
|
81
|
-
return this.i.
|
|
81
|
+
return this.i.o6;
|
|
82
82
|
}
|
|
83
83
|
set editorDataSource(v) {
|
|
84
|
-
this.i.
|
|
84
|
+
this.i.o6 = v;
|
|
85
85
|
}
|
|
86
86
|
/**
|
|
87
87
|
* Gets or sets the editors display member.
|
|
88
88
|
*/
|
|
89
89
|
get editorTextField() {
|
|
90
|
-
return this.i.
|
|
90
|
+
return this.i.pf;
|
|
91
91
|
}
|
|
92
92
|
set editorTextField(v) {
|
|
93
|
-
this.i.
|
|
93
|
+
this.i.pf = v;
|
|
94
94
|
}
|
|
95
95
|
/**
|
|
96
96
|
* Gets or sets the editors value member.
|
|
97
97
|
*/
|
|
98
98
|
get editorValueField() {
|
|
99
|
-
return this.i.
|
|
99
|
+
return this.i.od;
|
|
100
100
|
}
|
|
101
101
|
set editorValueField(v) {
|
|
102
102
|
if (v && !Array.isArray(v) && typeof (v) == "string") {
|
|
103
103
|
const re = /\s*(?:,|\s|$)\s*/gm;
|
|
104
104
|
v = v.split(re);
|
|
105
105
|
}
|
|
106
|
-
this.i.
|
|
106
|
+
this.i.od = v;
|
|
107
107
|
}
|
|
108
108
|
get dateFormatString() {
|
|
109
|
-
return this.i.
|
|
109
|
+
return this.i.pc;
|
|
110
110
|
}
|
|
111
111
|
set dateFormatString(v) {
|
|
112
|
-
this.i.
|
|
112
|
+
this.i.pc = v;
|
|
113
113
|
}
|
|
114
114
|
get showTodayButton() {
|
|
115
|
-
return this.i.
|
|
115
|
+
return this.i.op;
|
|
116
116
|
}
|
|
117
117
|
set showTodayButton(v) {
|
|
118
|
-
this.i.
|
|
118
|
+
this.i.op = ensureBool(v);
|
|
119
119
|
}
|
|
120
120
|
/**
|
|
121
121
|
* Gets the row index that the editor cell is targeting for edit.
|
|
122
122
|
*/
|
|
123
123
|
get targetRow() {
|
|
124
|
-
return this.i.
|
|
124
|
+
return this.i.o4;
|
|
125
125
|
}
|
|
126
126
|
/**
|
|
127
127
|
* Gets the column index that the editor cell is targeting for edit.
|
|
128
128
|
*/
|
|
129
129
|
get targetColumn() {
|
|
130
|
-
return this.i.
|
|
130
|
+
return this.i.o3;
|
|
131
131
|
}
|
|
132
132
|
findByName(name) {
|
|
133
133
|
var baseResult = super.findByName(name);
|