igniteui-angular-data-grids 20.1.0-beta.0 → 20.2.0-beta.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 +5727 -5576
- package/bundles/igniteui-angular-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 +354 -335
- 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/igx-cell-info.js +164 -155
- package/esm2015/lib/igx-checkbox-list-component.js +82 -66
- package/esm2015/lib/igx-combo-box-column-component.js +10 -10
- package/esm2015/lib/igx-data-grid-column-component.js +87 -76
- 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-editor-cell-info.js +23 -23
- package/esm2015/lib/igx-filter-cell-info.js +26 -26
- package/esm2015/lib/igx-image-cell-info.js +6 -6
- package/esm2015/lib/igx-image-column-component.js +10 -10
- package/esm2015/lib/igx-numeric-cell-info.js +26 -26
- package/esm2015/lib/igx-numeric-column-component.js +30 -30
- package/esm2015/lib/igx-section-header-cell-info.js +6 -6
- package/esm2015/lib/igx-summary-cell-info.js +9 -9
- 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 +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/igx-cell-info.js +168 -155
- package/esm5/lib/igx-checkbox-list-component.js +82 -66
- package/esm5/lib/igx-combo-box-column-component.js +10 -10
- package/esm5/lib/igx-data-grid-column-component.js +91 -76
- 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-editor-cell-info.js +23 -23
- package/esm5/lib/igx-filter-cell-info.js +26 -26
- package/esm5/lib/igx-image-cell-info.js +6 -6
- package/esm5/lib/igx-image-column-component.js +10 -10
- package/esm5/lib/igx-numeric-cell-info.js +26 -26
- package/esm5/lib/igx-numeric-column-component.js +30 -30
- package/esm5/lib/igx-section-header-cell-info.js +6 -6
- package/esm5/lib/igx-summary-cell-info.js +9 -9
- 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 +10 -10
- package/fesm2015/igniteui-angular-data-grids.js +5924 -5791
- package/fesm5/igniteui-angular-data-grids.js +5729 -5578
- 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/igx-cell-info.d.ts +6 -0
- package/lib/igx-checkbox-list-component.d.ts +10 -0
- package/lib/igx-data-grid-column-component.d.ts +7 -1
- package/package.json +4 -4
|
@@ -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.oc;
|
|
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.n5;
|
|
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.n5 = null : this.i.n5 = 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.n3;
|
|
46
46
|
}
|
|
47
47
|
set dataType(v) {
|
|
48
|
-
this.i.
|
|
48
|
+
this.i.n3 = 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.o8;
|
|
55
55
|
}
|
|
56
56
|
set errorMessage(v) {
|
|
57
|
-
this.i.
|
|
57
|
+
this.i.o8 = 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.ov;
|
|
64
64
|
}
|
|
65
65
|
set editValue(v) {
|
|
66
|
-
this.i.
|
|
66
|
+
this.i.ov = 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.n7;
|
|
73
73
|
}
|
|
74
74
|
set editorType(v) {
|
|
75
|
-
this.i.
|
|
75
|
+
this.i.n7 = 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.ou;
|
|
82
82
|
}
|
|
83
83
|
set editorDataSource(v) {
|
|
84
|
-
this.i.
|
|
84
|
+
this.i.ou = 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.o3;
|
|
91
91
|
}
|
|
92
92
|
set editorTextField(v) {
|
|
93
|
-
this.i.
|
|
93
|
+
this.i.o3 = 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.n1;
|
|
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.n1 = v;
|
|
107
107
|
}
|
|
108
108
|
get dateFormatString() {
|
|
109
|
-
return this.i.
|
|
109
|
+
return this.i.o0;
|
|
110
110
|
}
|
|
111
111
|
set dateFormatString(v) {
|
|
112
|
-
this.i.
|
|
112
|
+
this.i.o0 = v;
|
|
113
113
|
}
|
|
114
114
|
get showTodayButton() {
|
|
115
|
-
return this.i.
|
|
115
|
+
return this.i.od;
|
|
116
116
|
}
|
|
117
117
|
set showTodayButton(v) {
|
|
118
|
-
this.i.
|
|
118
|
+
this.i.od = 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.os;
|
|
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.or;
|
|
131
131
|
}
|
|
132
132
|
findByName(name) {
|
|
133
133
|
var baseResult = super.findByName(name);
|
|
@@ -27,38 +27,38 @@ export class IgxFilterCellInfo extends IgxCellInfo {
|
|
|
27
27
|
* Gets or sets whether the cell is hit test visible.
|
|
28
28
|
*/
|
|
29
29
|
get dataType() {
|
|
30
|
-
return this.i.
|
|
30
|
+
return this.i.n5;
|
|
31
31
|
}
|
|
32
32
|
set dataType(v) {
|
|
33
|
-
this.i.
|
|
33
|
+
this.i.n5 = ensureEnum(DataSourceSchemaPropertyType_$type, v);
|
|
34
34
|
}
|
|
35
35
|
/**
|
|
36
36
|
* Gets or sets the current filter to display in the cell.
|
|
37
37
|
*/
|
|
38
38
|
get filter() {
|
|
39
|
-
return this.i.
|
|
39
|
+
return this.i.n3;
|
|
40
40
|
}
|
|
41
41
|
set filter(v) {
|
|
42
|
-
this.i.
|
|
42
|
+
this.i.n3 = v;
|
|
43
43
|
}
|
|
44
44
|
/**
|
|
45
45
|
* Gets or sets the current filter expression applied to the column.
|
|
46
46
|
*/
|
|
47
47
|
get filterExpression() {
|
|
48
|
-
return this.i.
|
|
48
|
+
return this.i.n7;
|
|
49
49
|
}
|
|
50
50
|
set filterExpression(v) {
|
|
51
|
-
this.i.
|
|
51
|
+
this.i.n7 = v;
|
|
52
52
|
}
|
|
53
53
|
get filterOperands() {
|
|
54
54
|
if (this._filterOperands === null) {
|
|
55
55
|
let coll = new IgxGridFilterOperandsCollection();
|
|
56
|
-
let innerColl = this.i.
|
|
56
|
+
let innerColl = this.i.n9;
|
|
57
57
|
if (!innerColl) {
|
|
58
58
|
innerColl = new GridFilterOperandsCollection_internal();
|
|
59
59
|
}
|
|
60
60
|
this._filterOperands = coll._fromInner(innerColl);
|
|
61
|
-
this.i.
|
|
61
|
+
this.i.n9 = innerColl;
|
|
62
62
|
}
|
|
63
63
|
return this._filterOperands;
|
|
64
64
|
}
|
|
@@ -70,62 +70,62 @@ export class IgxFilterCellInfo extends IgxCellInfo {
|
|
|
70
70
|
let coll = new IgxGridFilterOperandsCollection();
|
|
71
71
|
this._filterOperands = coll._fromOuter(v);
|
|
72
72
|
let syncColl = new SyncableObservableCollection$1(FilterOperand.$type);
|
|
73
|
-
let innerColl = this.i.
|
|
73
|
+
let innerColl = this.i.n9;
|
|
74
74
|
if (!innerColl) {
|
|
75
75
|
innerColl = new GridFilterOperandsCollection_internal();
|
|
76
76
|
}
|
|
77
77
|
syncColl._inner = innerColl;
|
|
78
78
|
syncColl.clear();
|
|
79
79
|
this._filterOperands._setSyncTarget(syncColl);
|
|
80
|
-
this.i.
|
|
80
|
+
this.i.n9 = innerColl;
|
|
81
81
|
}
|
|
82
82
|
get operatorType() {
|
|
83
|
-
return this.i.
|
|
83
|
+
return this.i.n1;
|
|
84
84
|
}
|
|
85
85
|
set operatorType(v) {
|
|
86
|
-
this.i.
|
|
86
|
+
this.i.n1 = v;
|
|
87
87
|
}
|
|
88
88
|
get filterValue() {
|
|
89
|
-
return this.i.
|
|
89
|
+
return this.i.on;
|
|
90
90
|
}
|
|
91
91
|
set filterValue(v) {
|
|
92
|
-
this.i.
|
|
92
|
+
this.i.on = v;
|
|
93
93
|
}
|
|
94
94
|
get selectorTop() {
|
|
95
|
-
return this.i.
|
|
95
|
+
return this.i.oh;
|
|
96
96
|
}
|
|
97
97
|
set selectorTop(v) {
|
|
98
|
-
this.i.
|
|
98
|
+
this.i.oh = +v;
|
|
99
99
|
}
|
|
100
100
|
get selectorLeft() {
|
|
101
|
-
return this.i.
|
|
101
|
+
return this.i.og;
|
|
102
102
|
}
|
|
103
103
|
set selectorLeft(v) {
|
|
104
|
-
this.i.
|
|
104
|
+
this.i.og = +v;
|
|
105
105
|
}
|
|
106
106
|
get editorTop() {
|
|
107
|
-
return this.i.
|
|
107
|
+
return this.i.of;
|
|
108
108
|
}
|
|
109
109
|
set editorTop(v) {
|
|
110
|
-
this.i.
|
|
110
|
+
this.i.of = +v;
|
|
111
111
|
}
|
|
112
112
|
get editorLeft() {
|
|
113
|
-
return this.i.
|
|
113
|
+
return this.i.oe;
|
|
114
114
|
}
|
|
115
115
|
set editorLeft(v) {
|
|
116
|
-
this.i.
|
|
116
|
+
this.i.oe = +v;
|
|
117
117
|
}
|
|
118
118
|
get clearIconTop() {
|
|
119
|
-
return this.i.
|
|
119
|
+
return this.i.od;
|
|
120
120
|
}
|
|
121
121
|
set clearIconTop(v) {
|
|
122
|
-
this.i.
|
|
122
|
+
this.i.od = +v;
|
|
123
123
|
}
|
|
124
124
|
get clearIconLeft() {
|
|
125
|
-
return this.i.
|
|
125
|
+
return this.i.oc;
|
|
126
126
|
}
|
|
127
127
|
set clearIconLeft(v) {
|
|
128
|
-
this.i.
|
|
128
|
+
this.i.oc = +v;
|
|
129
129
|
}
|
|
130
130
|
findByName(name) {
|
|
131
131
|
var baseResult = super.findByName(name);
|
|
@@ -23,27 +23,27 @@ export class IgxImageCellInfo extends IgxCellInfo {
|
|
|
23
23
|
* Sets or gets the resource path to use to get the image for the cell.
|
|
24
24
|
*/
|
|
25
25
|
get imagePath() {
|
|
26
|
-
return this.i.
|
|
26
|
+
return this.i.n8;
|
|
27
27
|
}
|
|
28
28
|
set imagePath(v) {
|
|
29
|
-
this.i.
|
|
29
|
+
this.i.n8 = v;
|
|
30
30
|
}
|
|
31
31
|
/**
|
|
32
32
|
* Sets or gets the image stretching behavior for the image.
|
|
33
33
|
*/
|
|
34
34
|
get imageStretchOption() {
|
|
35
|
-
return this.i.
|
|
35
|
+
return this.i.n3;
|
|
36
36
|
}
|
|
37
37
|
set imageStretchOption(v) {
|
|
38
|
-
this.i.
|
|
38
|
+
this.i.n3 = ensureEnum(ImageStretchOptions_$type, v);
|
|
39
39
|
}
|
|
40
40
|
/**
|
|
41
41
|
* Sets or gets the image resource type. Indicates which type of resource should be fetched and how ImagePath should be interpreted.
|
|
42
42
|
*/
|
|
43
43
|
get imageResourceType() {
|
|
44
|
-
return this.i.
|
|
44
|
+
return this.i.n1;
|
|
45
45
|
}
|
|
46
46
|
set imageResourceType(v) {
|
|
47
|
-
this.i.
|
|
47
|
+
this.i.n1 = ensureEnum(ImageResourceType_$type, v);
|
|
48
48
|
}
|
|
49
49
|
}
|
|
@@ -41,46 +41,46 @@ export let IgxImageColumnComponent = /*@__PURE__*/ (() => {
|
|
|
41
41
|
* Gets or sets the stretch option to use when rendering images
|
|
42
42
|
*/
|
|
43
43
|
get imageStretchOption() {
|
|
44
|
-
return this.i.
|
|
44
|
+
return this.i.pd;
|
|
45
45
|
}
|
|
46
46
|
set imageStretchOption(v) {
|
|
47
|
-
this.i.
|
|
47
|
+
this.i.pd = ensureEnum(ImageStretchOptions_$type, v);
|
|
48
48
|
}
|
|
49
49
|
/**
|
|
50
50
|
* Gets or sets the editor type used for editing cells in this column.
|
|
51
51
|
*/
|
|
52
52
|
get editorType() {
|
|
53
|
-
return this.i.
|
|
53
|
+
return this.i.o9;
|
|
54
54
|
}
|
|
55
55
|
set editorType(v) {
|
|
56
|
-
this.i.
|
|
56
|
+
this.i.o9 = ensureEnum(EditorType_$type, v);
|
|
57
57
|
}
|
|
58
58
|
/**
|
|
59
59
|
* Gets or sets the ComboBox data source.
|
|
60
60
|
*/
|
|
61
61
|
get editorDataSource() {
|
|
62
|
-
return this.i.
|
|
62
|
+
return this.i.pe;
|
|
63
63
|
}
|
|
64
64
|
set editorDataSource(v) {
|
|
65
|
-
this.i.
|
|
65
|
+
this.i.pe = v;
|
|
66
66
|
}
|
|
67
67
|
/**
|
|
68
68
|
* Gets or sets the ComboBox text field.
|
|
69
69
|
*/
|
|
70
70
|
get editorTextField() {
|
|
71
|
-
return this.i.
|
|
71
|
+
return this.i.pf;
|
|
72
72
|
}
|
|
73
73
|
set editorTextField(v) {
|
|
74
|
-
this.i.
|
|
74
|
+
this.i.pf = v;
|
|
75
75
|
}
|
|
76
76
|
/**
|
|
77
77
|
* Gets or sets the ComboBox value field.
|
|
78
78
|
*/
|
|
79
79
|
get editorValueField() {
|
|
80
|
-
return this.i.
|
|
80
|
+
return this.i.pg;
|
|
81
81
|
}
|
|
82
82
|
set editorValueField(v) {
|
|
83
|
-
this.i.
|
|
83
|
+
this.i.pg = v;
|
|
84
84
|
}
|
|
85
85
|
}
|
|
86
86
|
IgxImageColumnComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxImageColumnComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
@@ -21,119 +21,119 @@ export class IgxNumericCellInfo extends IgxCellInfo {
|
|
|
21
21
|
* Sets or gets the numeric value to use for the cell.
|
|
22
22
|
*/
|
|
23
23
|
get numericValue() {
|
|
24
|
-
return this.i.
|
|
24
|
+
return this.i.n9;
|
|
25
25
|
}
|
|
26
26
|
set numericValue(v) {
|
|
27
|
-
this.i.
|
|
27
|
+
this.i.n9 = +v;
|
|
28
28
|
}
|
|
29
29
|
/**
|
|
30
30
|
* Sets or gets whether there is a decimal numeric value to use for the cell.
|
|
31
31
|
*/
|
|
32
32
|
get hasDecimalValue() {
|
|
33
|
-
return this.i.
|
|
33
|
+
return this.i.n5;
|
|
34
34
|
}
|
|
35
35
|
set hasDecimalValue(v) {
|
|
36
|
-
this.i.
|
|
36
|
+
this.i.n5 = ensureBool(v);
|
|
37
37
|
}
|
|
38
38
|
/**
|
|
39
39
|
* The format string to apply to the value
|
|
40
40
|
*/
|
|
41
41
|
get formatStringOverride() {
|
|
42
|
-
return this.i.
|
|
42
|
+
return this.i.o3;
|
|
43
43
|
}
|
|
44
44
|
set formatStringOverride(v) {
|
|
45
|
-
this.i.
|
|
45
|
+
this.i.o3 = v;
|
|
46
46
|
}
|
|
47
47
|
get formatSpecifiers() {
|
|
48
|
-
return this.i.
|
|
48
|
+
return this.i.n1;
|
|
49
49
|
}
|
|
50
50
|
set formatSpecifiers(v) {
|
|
51
51
|
if (v && !Array.isArray(v) && typeof (v) == "string") {
|
|
52
52
|
const re = /\s*(?:,|\s|$)\s*/gm;
|
|
53
53
|
v = v.split(re);
|
|
54
54
|
}
|
|
55
|
-
this.i.
|
|
55
|
+
this.i.n1 = v;
|
|
56
56
|
}
|
|
57
57
|
/**
|
|
58
58
|
* The format options to apply to the value
|
|
59
59
|
*/
|
|
60
60
|
get formatOverride() {
|
|
61
|
-
return this.i.
|
|
61
|
+
return this.i.ov;
|
|
62
62
|
}
|
|
63
63
|
set formatOverride(v) {
|
|
64
|
-
this.i.
|
|
64
|
+
this.i.ov = v;
|
|
65
65
|
}
|
|
66
66
|
/**
|
|
67
67
|
* Sets or gets the text prepended to a negative numeric value
|
|
68
68
|
*/
|
|
69
69
|
get negativePrefix() {
|
|
70
|
-
return this.i.
|
|
70
|
+
return this.i.o9;
|
|
71
71
|
}
|
|
72
72
|
set negativePrefix(v) {
|
|
73
|
-
this.i.
|
|
73
|
+
this.i.o9 = v;
|
|
74
74
|
}
|
|
75
75
|
/**
|
|
76
76
|
* Sets or gets the text prepended to a positive numeric value
|
|
77
77
|
*/
|
|
78
78
|
get positivePrefix() {
|
|
79
|
-
return this.i.
|
|
79
|
+
return this.i.pe;
|
|
80
80
|
}
|
|
81
81
|
set positivePrefix(v) {
|
|
82
|
-
this.i.
|
|
82
|
+
this.i.pe = v;
|
|
83
83
|
}
|
|
84
84
|
/**
|
|
85
85
|
* Sets or gets the text appended to a negative numeric value
|
|
86
86
|
*/
|
|
87
87
|
get negativeSuffix() {
|
|
88
|
-
return this.i.
|
|
88
|
+
return this.i.pb;
|
|
89
89
|
}
|
|
90
90
|
set negativeSuffix(v) {
|
|
91
|
-
this.i.
|
|
91
|
+
this.i.pb = v;
|
|
92
92
|
}
|
|
93
93
|
/**
|
|
94
94
|
* Sets or gets the text appended to a positive numeric value
|
|
95
95
|
*/
|
|
96
96
|
get positiveSuffix() {
|
|
97
|
-
return this.i.
|
|
97
|
+
return this.i.pg;
|
|
98
98
|
}
|
|
99
99
|
set positiveSuffix(v) {
|
|
100
|
-
this.i.
|
|
100
|
+
this.i.pg = v;
|
|
101
101
|
}
|
|
102
102
|
/**
|
|
103
103
|
* The maximum number of decimal places to display when formatting
|
|
104
104
|
*/
|
|
105
105
|
get maxFractionDigits() {
|
|
106
|
-
return this.i.
|
|
106
|
+
return this.i.oh;
|
|
107
107
|
}
|
|
108
108
|
set maxFractionDigits(v) {
|
|
109
|
-
this.i.
|
|
109
|
+
this.i.oh = +v;
|
|
110
110
|
}
|
|
111
111
|
/**
|
|
112
112
|
* The minimum number of decimal places to display when formatting
|
|
113
113
|
*/
|
|
114
114
|
get minFractionDigits() {
|
|
115
|
-
return this.i.
|
|
115
|
+
return this.i.oj;
|
|
116
116
|
}
|
|
117
117
|
set minFractionDigits(v) {
|
|
118
|
-
this.i.
|
|
118
|
+
this.i.oj = +v;
|
|
119
119
|
}
|
|
120
120
|
/**
|
|
121
121
|
* The minimum number of integer digits to display when formatting
|
|
122
122
|
*/
|
|
123
123
|
get minIntegerDigits() {
|
|
124
|
-
return this.i.
|
|
124
|
+
return this.i.ol;
|
|
125
125
|
}
|
|
126
126
|
set minIntegerDigits(v) {
|
|
127
|
-
this.i.
|
|
127
|
+
this.i.ol = +v;
|
|
128
128
|
}
|
|
129
129
|
/**
|
|
130
130
|
* Sets or gets if the grouping separator is shown
|
|
131
131
|
*/
|
|
132
132
|
get showGroupingSeparator() {
|
|
133
|
-
return this.i.
|
|
133
|
+
return this.i.n7;
|
|
134
134
|
}
|
|
135
135
|
set showGroupingSeparator(v) {
|
|
136
|
-
this.i.
|
|
136
|
+
this.i.n7 = ensureBool(v);
|
|
137
137
|
}
|
|
138
138
|
findByName(name) {
|
|
139
139
|
var baseResult = super.findByName(name);
|
|
@@ -40,137 +40,137 @@ export let IgxNumericColumnComponent = /*@__PURE__*/ (() => {
|
|
|
40
40
|
* Gets or sets the string to prefix a negative value. If FormatString is specificied this value is ignored.
|
|
41
41
|
*/
|
|
42
42
|
get negativePrefix() {
|
|
43
|
-
return this.i.
|
|
43
|
+
return this.i.p4;
|
|
44
44
|
}
|
|
45
45
|
set negativePrefix(v) {
|
|
46
|
-
this.i.
|
|
46
|
+
this.i.p4 = v;
|
|
47
47
|
}
|
|
48
48
|
/**
|
|
49
49
|
* Gets or sets the string to prefix a positive value. If FormatString is specificied this value is ignored.
|
|
50
50
|
*/
|
|
51
51
|
get positivePrefix() {
|
|
52
|
-
return this.i.
|
|
52
|
+
return this.i.p8;
|
|
53
53
|
}
|
|
54
54
|
set positivePrefix(v) {
|
|
55
|
-
this.i.
|
|
55
|
+
this.i.p8 = v;
|
|
56
56
|
}
|
|
57
57
|
/**
|
|
58
58
|
* Gets or sets the string to suffix a negative value. If FormatString is specificied this value is ignored.
|
|
59
59
|
*/
|
|
60
60
|
get negativeSuffix() {
|
|
61
|
-
return this.i.
|
|
61
|
+
return this.i.p6;
|
|
62
62
|
}
|
|
63
63
|
set negativeSuffix(v) {
|
|
64
|
-
this.i.
|
|
64
|
+
this.i.p6 = v;
|
|
65
65
|
}
|
|
66
66
|
/**
|
|
67
67
|
* Gets or sets the string to suffix a positive value. If FormatString is specificied this value is ignored.
|
|
68
68
|
*/
|
|
69
69
|
get positiveSuffix() {
|
|
70
|
-
return this.i.
|
|
70
|
+
return this.i.qa;
|
|
71
71
|
}
|
|
72
72
|
set positiveSuffix(v) {
|
|
73
|
-
this.i.
|
|
73
|
+
this.i.qa = v;
|
|
74
74
|
}
|
|
75
75
|
/**
|
|
76
76
|
* Gets or sets the maximum fraction digits. If FormatString is specificied this value is ignored.
|
|
77
77
|
*/
|
|
78
78
|
get maxFractionDigits() {
|
|
79
|
-
return this.i.
|
|
79
|
+
return this.i.pj;
|
|
80
80
|
}
|
|
81
81
|
set maxFractionDigits(v) {
|
|
82
|
-
this.i.
|
|
82
|
+
this.i.pj = +v;
|
|
83
83
|
}
|
|
84
84
|
/**
|
|
85
85
|
* Gets or sets the minimum fraction digits. If FormatString is specificied this value is ignored.
|
|
86
86
|
*/
|
|
87
87
|
get minFractionDigits() {
|
|
88
|
-
return this.i.
|
|
88
|
+
return this.i.pk;
|
|
89
89
|
}
|
|
90
90
|
set minFractionDigits(v) {
|
|
91
|
-
this.i.
|
|
91
|
+
this.i.pk = +v;
|
|
92
92
|
}
|
|
93
93
|
/**
|
|
94
94
|
* Gets or sets the minimum integer digits. If FormatString is specificied this value is ignored.
|
|
95
95
|
*/
|
|
96
96
|
get minIntegerDigits() {
|
|
97
|
-
return this.i.
|
|
97
|
+
return this.i.pl;
|
|
98
98
|
}
|
|
99
99
|
set minIntegerDigits(v) {
|
|
100
|
-
this.i.
|
|
100
|
+
this.i.pl = +v;
|
|
101
101
|
}
|
|
102
102
|
/**
|
|
103
103
|
* Gets or sets whether to show a grouping separator. If FormatString is specificied this value is ignored.
|
|
104
104
|
*/
|
|
105
105
|
get showGroupingSeparator() {
|
|
106
|
-
return this.i.
|
|
106
|
+
return this.i.pe;
|
|
107
107
|
}
|
|
108
108
|
set showGroupingSeparator(v) {
|
|
109
|
-
this.i.
|
|
109
|
+
this.i.pe = ensureBool(v);
|
|
110
110
|
}
|
|
111
111
|
/**
|
|
112
112
|
* Gets or sets the format string to apply to the value. If set, the other value formatting properties on this column are ignored.
|
|
113
113
|
*/
|
|
114
114
|
get formatString() {
|
|
115
|
-
return this.i.
|
|
115
|
+
return this.i.pz;
|
|
116
116
|
}
|
|
117
117
|
set formatString(v) {
|
|
118
|
-
this.i.
|
|
118
|
+
this.i.pz = v;
|
|
119
119
|
}
|
|
120
120
|
get formatSpecifiers() {
|
|
121
|
-
return this.i.
|
|
121
|
+
return this.i.pa;
|
|
122
122
|
}
|
|
123
123
|
set formatSpecifiers(v) {
|
|
124
124
|
if (v && !Array.isArray(v) && typeof (v) == "string") {
|
|
125
125
|
const re = /\s*(?:,|\s|$)\s*/gm;
|
|
126
126
|
v = v.split(re);
|
|
127
127
|
}
|
|
128
|
-
this.i.
|
|
128
|
+
this.i.pa = v;
|
|
129
129
|
}
|
|
130
130
|
/**
|
|
131
131
|
* Gets or sets the INTL NumericFormat object to use for formatting the date values.
|
|
132
132
|
*/
|
|
133
133
|
get formatOverride() {
|
|
134
|
-
return this.i.
|
|
134
|
+
return this.i.po;
|
|
135
135
|
}
|
|
136
136
|
set formatOverride(v) {
|
|
137
|
-
this.i.
|
|
137
|
+
this.i.po = v;
|
|
138
138
|
}
|
|
139
139
|
/**
|
|
140
140
|
* Gets or sets the editor type used for editing cells in this column.
|
|
141
141
|
*/
|
|
142
142
|
get editorType() {
|
|
143
|
-
return this.i.
|
|
143
|
+
return this.i.pc;
|
|
144
144
|
}
|
|
145
145
|
set editorType(v) {
|
|
146
|
-
this.i.
|
|
146
|
+
this.i.pc = ensureEnum(EditorType_$type, v);
|
|
147
147
|
}
|
|
148
148
|
/**
|
|
149
149
|
* Gets or sets the ComboBox data source.
|
|
150
150
|
*/
|
|
151
151
|
get editorDataSource() {
|
|
152
|
-
return this.i.
|
|
152
|
+
return this.i.pn;
|
|
153
153
|
}
|
|
154
154
|
set editorDataSource(v) {
|
|
155
|
-
this.i.
|
|
155
|
+
this.i.pn = v;
|
|
156
156
|
}
|
|
157
157
|
/**
|
|
158
158
|
* Gets or sets the ComboBox text field.
|
|
159
159
|
*/
|
|
160
160
|
get editorTextField() {
|
|
161
|
-
return this.i.
|
|
161
|
+
return this.i.pu;
|
|
162
162
|
}
|
|
163
163
|
set editorTextField(v) {
|
|
164
|
-
this.i.
|
|
164
|
+
this.i.pu = v;
|
|
165
165
|
}
|
|
166
166
|
/**
|
|
167
167
|
* Gets or sets the ComboBox value field.
|
|
168
168
|
*/
|
|
169
169
|
get editorValueField() {
|
|
170
|
-
return this.i.
|
|
170
|
+
return this.i.pv;
|
|
171
171
|
}
|
|
172
172
|
set editorValueField(v) {
|
|
173
|
-
this.i.
|
|
173
|
+
this.i.pv = v;
|
|
174
174
|
}
|
|
175
175
|
findByName(name) {
|
|
176
176
|
var baseResult = super.findByName(name);
|