igniteui-angular-data-grids 21.0.0-beta.0 → 21.0.1-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 +9371 -8077
- package/bundles/igniteui-angular-data-grids.umd.min.js +1 -1
- package/esm2015/lib/CanvasCellPresenterBase.js +1 -1
- package/esm2015/lib/CanvasTemplateCellPresenter.js +1 -1
- package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
- package/esm2015/lib/CellPresenterBase.js +10 -10
- package/esm2015/lib/CheckboxListBridge.js +28 -0
- package/esm2015/lib/CheckboxListView_combined.js +730 -705
- package/esm2015/lib/ColumnChooserView_combined.js +16 -16
- package/esm2015/lib/ColumnFilterCondition_combined.js +5835 -5150
- package/esm2015/lib/ColumnGroupingView_combined.js +14 -14
- package/esm2015/lib/ColumnPinningView_combined.js +16 -16
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +5 -5
- package/esm2015/lib/ContentCellModelHelper.js +3 -3
- package/esm2015/lib/DataGridScrollerKeyboardListener.js +15 -15
- package/esm2015/lib/DataGridToolbarView_combined.js +12 -12
- package/esm2015/lib/DateTimeCellPresenter.js +2 -2
- package/esm2015/lib/DraggerView.js +3 -3
- package/esm2015/lib/EditorCell.js +266 -266
- package/esm2015/lib/EditorCellPresenter.js +15 -15
- package/esm2015/lib/FilterCell.js +261 -261
- package/esm2015/lib/FilterCellPresenter.js +8 -8
- package/esm2015/lib/GridCellBase.js +65 -63
- package/esm2015/lib/GridColumnButtonOptionsView_combined.js +2 -2
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +17 -17
- package/esm2015/lib/GridColumnGroupOptionsView_combined.js +9 -9
- package/esm2015/lib/GridColumnHideOptionsView_combined.js +5 -5
- package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnOptionsViewBase_combined.js +15 -15
- package/esm2015/lib/GridColumnOptionsView_combined.js +3 -3
- package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
- package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
- package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +13 -13
- package/esm2015/lib/GridExternalWrapper.js +9 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +311 -172
- package/esm2015/lib/GridSortIndicatorView_combined.js +2 -2
- package/esm2015/lib/GridStyleRepository.js +271 -433
- package/esm2015/lib/GridStyleRepositoryKeys.js +11 -0
- package/esm2015/lib/ISummaryChooserView_combined.js +11 -11
- package/esm2015/lib/ImageCell.js +55 -55
- package/esm2015/lib/ImageCellPresenter.js +8 -8
- package/esm2015/lib/MultiColumnComboBoxUtilities.js +2 -2
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +35 -35
- package/esm2015/lib/NumericCell.js +4 -4
- package/esm2015/lib/NumericCellPresenter.js +2 -2
- package/esm2015/lib/PropertyEditorView_combined.js +22 -22
- package/esm2015/lib/SectionHeaderCell.js +8 -8
- package/esm2015/lib/SectionHeaderCellPresenter.js +2 -2
- package/esm2015/lib/SummaryCell.js +25 -25
- package/esm2015/lib/SummaryCellPresenter.js +5 -5
- package/esm2015/lib/TemplateCell.js +11 -11
- package/esm2015/lib/TemplateCellPresenter.js +2 -2
- package/esm2015/lib/TemplateHeader.js +7 -7
- package/esm2015/lib/TemplateHeaderCell.js +5 -5
- package/esm2015/lib/TemplateHeaderCellPresenter.js +2 -2
- package/esm2015/lib/TemplateSectionHeader.js +2 -2
- package/esm2015/lib/TextCell.js +22 -22
- package/esm2015/lib/TextCellPresenter.js +2 -2
- package/esm2015/lib/TextHeaderCell.js +140 -134
- package/esm2015/lib/TextHeaderCellPresenter.js +43 -21
- package/esm2015/lib/TextIconSetConditionalStyle.js +3 -3
- package/esm2015/lib/VerticalSeparatorCell.js +32 -32
- package/esm2015/lib/igx-checkbox-list-component.js +69 -69
- package/esm2015/lib/igx-column-moving-separator-component.js +6 -6
- 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-grid-column-component.js +265 -139
- package/esm2015/lib/igx-data-grid-component.js +110 -2
- package/esm2015/lib/igx-data-grid-filter-dialog-component.js +79 -16
- package/esm2015/lib/igx-data-grid-pager-component.js +32 -10
- package/esm2015/lib/igx-date-time-column-component.js +20 -20
- package/esm2015/lib/igx-definition-base-component.js +89 -89
- package/esm2015/lib/igx-filter-row-definition-component.js +8 -8
- package/esm2015/lib/igx-header-component.js +16 -16
- package/esm2015/lib/igx-image-column-component.js +10 -10
- package/esm2015/lib/igx-numeric-column-component.js +30 -30
- package/esm2015/lib/igx-section-header-component.js +16 -16
- package/esm2015/lib/igx-summary-row-component.js +16 -16
- package/esm2015/lib/igx-text-column-component.js +8 -8
- package/esm2015/lib/igx-text-header-cell-info.js +65 -4
- package/esm2015/public_api.js +1 -0
- package/esm5/lib/CanvasCellPresenterBase.js +1 -1
- package/esm5/lib/CanvasTemplateCellPresenter.js +1 -1
- package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
- package/esm5/lib/CellPresenterBase.js +10 -10
- package/esm5/lib/CheckboxListBridge.js +28 -0
- package/esm5/lib/CheckboxListView_combined.js +709 -684
- package/esm5/lib/ColumnChooserView_combined.js +16 -16
- package/esm5/lib/ColumnFilterCondition_combined.js +5822 -5005
- package/esm5/lib/ColumnGroupingView_combined.js +14 -14
- package/esm5/lib/ColumnPinningView_combined.js +16 -16
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +5 -5
- package/esm5/lib/ContentCellModelHelper.js +3 -3
- package/esm5/lib/DataGridScrollerKeyboardListener.js +15 -15
- package/esm5/lib/DataGridToolbarView_combined.js +12 -12
- package/esm5/lib/DateTimeCellPresenter.js +2 -2
- package/esm5/lib/DraggerView.js +3 -3
- package/esm5/lib/EditorCell.js +256 -256
- package/esm5/lib/EditorCellPresenter.js +15 -15
- package/esm5/lib/FilterCell.js +252 -252
- package/esm5/lib/FilterCellPresenter.js +8 -8
- package/esm5/lib/GridCellBase.js +64 -62
- package/esm5/lib/GridColumnButtonOptionsView_combined.js +2 -2
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +17 -17
- package/esm5/lib/GridColumnGroupOptionsView_combined.js +9 -9
- package/esm5/lib/GridColumnHideOptionsView_combined.js +5 -5
- package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnOptionsViewBase_combined.js +15 -15
- package/esm5/lib/GridColumnOptionsView_combined.js +3 -3
- package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
- package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
- package/esm5/lib/GridColumnSummaryOptionsView_combined.js +13 -13
- package/esm5/lib/GridExternalWrapper.js +9 -6
- package/esm5/lib/GridFilterDialogView_combined.js +331 -164
- package/esm5/lib/GridSortIndicatorView_combined.js +2 -2
- package/esm5/lib/GridStyleRepository.js +275 -585
- package/esm5/lib/GridStyleRepositoryKeys.js +11 -0
- package/esm5/lib/ISummaryChooserView_combined.js +11 -11
- package/esm5/lib/ImageCell.js +54 -54
- package/esm5/lib/ImageCellPresenter.js +8 -8
- package/esm5/lib/MultiColumnComboBoxUtilities.js +2 -2
- package/esm5/lib/MultiColumnComboBoxView_combined.js +35 -35
- package/esm5/lib/NumericCell.js +4 -4
- package/esm5/lib/NumericCellPresenter.js +2 -2
- package/esm5/lib/PropertyEditorView_combined.js +22 -22
- package/esm5/lib/SectionHeaderCell.js +8 -8
- package/esm5/lib/SectionHeaderCellPresenter.js +2 -2
- package/esm5/lib/SummaryCell.js +26 -26
- package/esm5/lib/SummaryCellPresenter.js +5 -5
- package/esm5/lib/TemplateCell.js +11 -11
- package/esm5/lib/TemplateCellPresenter.js +2 -2
- package/esm5/lib/TemplateHeader.js +7 -7
- package/esm5/lib/TemplateHeaderCell.js +5 -5
- package/esm5/lib/TemplateHeaderCellPresenter.js +2 -2
- package/esm5/lib/TemplateSectionHeader.js +2 -2
- package/esm5/lib/TextCell.js +22 -22
- package/esm5/lib/TextCellPresenter.js +2 -2
- package/esm5/lib/TextHeaderCell.js +138 -132
- package/esm5/lib/TextHeaderCellPresenter.js +43 -21
- package/esm5/lib/TextIconSetConditionalStyle.js +4 -3
- package/esm5/lib/VerticalSeparatorCell.js +32 -32
- package/esm5/lib/igx-checkbox-list-component.js +69 -69
- package/esm5/lib/igx-column-moving-separator-component.js +6 -6
- 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-grid-column-component.js +313 -139
- package/esm5/lib/igx-data-grid-component.js +151 -3
- package/esm5/lib/igx-data-grid-filter-dialog-component.js +103 -16
- package/esm5/lib/igx-data-grid-pager-component.js +40 -10
- package/esm5/lib/igx-date-time-column-component.js +20 -20
- package/esm5/lib/igx-definition-base-component.js +89 -89
- package/esm5/lib/igx-filter-row-definition-component.js +8 -8
- package/esm5/lib/igx-header-component.js +16 -16
- package/esm5/lib/igx-image-column-component.js +10 -10
- package/esm5/lib/igx-numeric-column-component.js +30 -30
- package/esm5/lib/igx-section-header-component.js +16 -16
- package/esm5/lib/igx-summary-row-component.js +16 -16
- package/esm5/lib/igx-text-column-component.js +8 -8
- package/esm5/lib/igx-text-header-cell-info.js +93 -4
- package/esm5/public_api.js +1 -0
- package/fesm2015/igniteui-angular-data-grids.js +9273 -8141
- package/fesm5/igniteui-angular-data-grids.js +9373 -8080
- package/lib/CheckboxListBridge.d.ts +1 -0
- package/lib/CheckboxListExternal.d.ts +6 -0
- package/lib/CheckboxListView_combined.d.ts +153 -148
- package/lib/ColumnFilterCondition_combined.d.ts +1402 -1268
- package/lib/EditorCell.d.ts +51 -51
- package/lib/FilterCell.d.ts +53 -53
- package/lib/GridCellBase.d.ts +21 -19
- package/lib/GridExternalWrapper.d.ts +1 -0
- package/lib/GridFilterDialogView_combined.d.ts +81 -58
- package/lib/GridStyleRepository.d.ts +23 -84
- package/lib/GridStyleRepositoryKeys.d.ts +48 -0
- package/lib/ImageCell.d.ts +14 -14
- package/lib/SectionHeaderCell.d.ts +2 -2
- package/lib/SummaryCell.d.ts +4 -4
- package/lib/TemplateCell.d.ts +3 -3
- package/lib/TemplateHeader.d.ts +3 -3
- package/lib/TemplateHeaderCell.d.ts +2 -2
- package/lib/TemplateSectionHeader.d.ts +2 -2
- package/lib/TextCell.d.ts +4 -4
- package/lib/TextHeaderCell.d.ts +26 -24
- package/lib/VerticalSeparatorCell.d.ts +4 -4
- package/lib/igx-data-grid-column-component.d.ts +55 -1
- package/lib/igx-data-grid-component.d.ts +51 -2
- package/lib/igx-data-grid-filter-dialog-component.d.ts +28 -1
- package/lib/igx-data-grid-pager-component.d.ts +11 -1
- package/lib/igx-text-header-cell-info.d.ts +34 -0
- package/package.json +4 -4
- package/public_api.d.ts +1 -0
|
@@ -41,10 +41,10 @@ var IgxHeaderComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
41
41
|
* Gets or sets the color to use for the sort indicator icon
|
|
42
42
|
*/
|
|
43
43
|
get: function () {
|
|
44
|
-
return brushToString(this.i.
|
|
44
|
+
return brushToString(this.i.hr);
|
|
45
45
|
},
|
|
46
46
|
set: function (v) {
|
|
47
|
-
this.i.
|
|
47
|
+
this.i.hr = stringToBrush(v);
|
|
48
48
|
},
|
|
49
49
|
enumerable: false,
|
|
50
50
|
configurable: true
|
|
@@ -54,30 +54,30 @@ var IgxHeaderComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
54
54
|
* Gets the actual background color that is used for the cells when they are selected
|
|
55
55
|
*/
|
|
56
56
|
get: function () {
|
|
57
|
-
return brushToString(this.i.
|
|
57
|
+
return brushToString(this.i.hp);
|
|
58
58
|
},
|
|
59
59
|
set: function (v) {
|
|
60
|
-
this.i.
|
|
60
|
+
this.i.hp = stringToBrush(v);
|
|
61
61
|
},
|
|
62
62
|
enumerable: false,
|
|
63
63
|
configurable: true
|
|
64
64
|
});
|
|
65
65
|
Object.defineProperty(IgxHeaderComponent.prototype, "sortIndicatorStyle", {
|
|
66
66
|
get: function () {
|
|
67
|
-
return this.i.
|
|
67
|
+
return this.i.g4;
|
|
68
68
|
},
|
|
69
69
|
set: function (v) {
|
|
70
|
-
this.i.
|
|
70
|
+
this.i.g4 = ensureEnum(SortIndicatorStyle_$type, v);
|
|
71
71
|
},
|
|
72
72
|
enumerable: false,
|
|
73
73
|
configurable: true
|
|
74
74
|
});
|
|
75
75
|
Object.defineProperty(IgxHeaderComponent.prototype, "actualSortIndicatorStyle", {
|
|
76
76
|
get: function () {
|
|
77
|
-
return this.i.
|
|
77
|
+
return this.i.g3;
|
|
78
78
|
},
|
|
79
79
|
set: function (v) {
|
|
80
|
-
this.i.
|
|
80
|
+
this.i.g3 = ensureEnum(SortIndicatorStyle_$type, v);
|
|
81
81
|
},
|
|
82
82
|
enumerable: false,
|
|
83
83
|
configurable: true
|
|
@@ -87,10 +87,10 @@ var IgxHeaderComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
87
87
|
* Gets or sets the amount of left padding to use for the cell content.
|
|
88
88
|
*/
|
|
89
89
|
get: function () {
|
|
90
|
-
return this.i.
|
|
90
|
+
return this.i.ha;
|
|
91
91
|
},
|
|
92
92
|
set: function (v) {
|
|
93
|
-
this.i.
|
|
93
|
+
this.i.ha = +v;
|
|
94
94
|
},
|
|
95
95
|
enumerable: false,
|
|
96
96
|
configurable: true
|
|
@@ -100,10 +100,10 @@ var IgxHeaderComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
100
100
|
* Gets or sets the amount of top padding to use for the cell content.
|
|
101
101
|
*/
|
|
102
102
|
get: function () {
|
|
103
|
-
return this.i.
|
|
103
|
+
return this.i.hc;
|
|
104
104
|
},
|
|
105
105
|
set: function (v) {
|
|
106
|
-
this.i.
|
|
106
|
+
this.i.hc = +v;
|
|
107
107
|
},
|
|
108
108
|
enumerable: false,
|
|
109
109
|
configurable: true
|
|
@@ -113,10 +113,10 @@ var IgxHeaderComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
113
113
|
* Gets or sets the amount of right padding to use for the cell content.
|
|
114
114
|
*/
|
|
115
115
|
get: function () {
|
|
116
|
-
return this.i.
|
|
116
|
+
return this.i.hb;
|
|
117
117
|
},
|
|
118
118
|
set: function (v) {
|
|
119
|
-
this.i.
|
|
119
|
+
this.i.hb = +v;
|
|
120
120
|
},
|
|
121
121
|
enumerable: false,
|
|
122
122
|
configurable: true
|
|
@@ -126,10 +126,10 @@ var IgxHeaderComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
126
126
|
* Gets or sets the amount of bottom padding to use for the cell content.
|
|
127
127
|
*/
|
|
128
128
|
get: function () {
|
|
129
|
-
return this.i.
|
|
129
|
+
return this.i.g9;
|
|
130
130
|
},
|
|
131
131
|
set: function (v) {
|
|
132
|
-
this.i.
|
|
132
|
+
this.i.g9 = +v;
|
|
133
133
|
},
|
|
134
134
|
enumerable: false,
|
|
135
135
|
configurable: true
|
|
@@ -47,10 +47,10 @@ var IgxImageColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
47
47
|
* Gets or sets the stretch option to use when rendering images
|
|
48
48
|
*/
|
|
49
49
|
get: function () {
|
|
50
|
-
return this.i.
|
|
50
|
+
return this.i.qu;
|
|
51
51
|
},
|
|
52
52
|
set: function (v) {
|
|
53
|
-
this.i.
|
|
53
|
+
this.i.qu = ensureEnum(ImageStretchOptions_$type, v);
|
|
54
54
|
},
|
|
55
55
|
enumerable: false,
|
|
56
56
|
configurable: true
|
|
@@ -60,10 +60,10 @@ var IgxImageColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
60
60
|
* Gets or sets the editor type used for editing cells in this column.
|
|
61
61
|
*/
|
|
62
62
|
get: function () {
|
|
63
|
-
return this.i.
|
|
63
|
+
return this.i.qq;
|
|
64
64
|
},
|
|
65
65
|
set: function (v) {
|
|
66
|
-
this.i.
|
|
66
|
+
this.i.qq = ensureEnum(EditorType_$type, v);
|
|
67
67
|
},
|
|
68
68
|
enumerable: false,
|
|
69
69
|
configurable: true
|
|
@@ -73,10 +73,10 @@ var IgxImageColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
73
73
|
* Gets or sets the ComboBox data source.
|
|
74
74
|
*/
|
|
75
75
|
get: function () {
|
|
76
|
-
return this.i.
|
|
76
|
+
return this.i.qv;
|
|
77
77
|
},
|
|
78
78
|
set: function (v) {
|
|
79
|
-
this.i.
|
|
79
|
+
this.i.qv = v;
|
|
80
80
|
},
|
|
81
81
|
enumerable: false,
|
|
82
82
|
configurable: true
|
|
@@ -86,10 +86,10 @@ var IgxImageColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
86
86
|
* Gets or sets the ComboBox text field.
|
|
87
87
|
*/
|
|
88
88
|
get: function () {
|
|
89
|
-
return this.i.
|
|
89
|
+
return this.i.qw;
|
|
90
90
|
},
|
|
91
91
|
set: function (v) {
|
|
92
|
-
this.i.
|
|
92
|
+
this.i.qw = v;
|
|
93
93
|
},
|
|
94
94
|
enumerable: false,
|
|
95
95
|
configurable: true
|
|
@@ -99,10 +99,10 @@ var IgxImageColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
99
99
|
* Gets or sets the ComboBox value field.
|
|
100
100
|
*/
|
|
101
101
|
get: function () {
|
|
102
|
-
return this.i.
|
|
102
|
+
return this.i.qx;
|
|
103
103
|
},
|
|
104
104
|
set: function (v) {
|
|
105
|
-
this.i.
|
|
105
|
+
this.i.qx = v;
|
|
106
106
|
},
|
|
107
107
|
enumerable: false,
|
|
108
108
|
configurable: true
|
|
@@ -46,10 +46,10 @@ var IgxNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
46
46
|
* Gets or sets the string to prefix a negative value. If FormatString is specificied this value is ignored.
|
|
47
47
|
*/
|
|
48
48
|
get: function () {
|
|
49
|
-
return this.i.
|
|
49
|
+
return this.i.rl;
|
|
50
50
|
},
|
|
51
51
|
set: function (v) {
|
|
52
|
-
this.i.
|
|
52
|
+
this.i.rl = v;
|
|
53
53
|
},
|
|
54
54
|
enumerable: false,
|
|
55
55
|
configurable: true
|
|
@@ -59,10 +59,10 @@ var IgxNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
59
59
|
* Gets or sets the string to prefix a positive value. If FormatString is specificied this value is ignored.
|
|
60
60
|
*/
|
|
61
61
|
get: function () {
|
|
62
|
-
return this.i.
|
|
62
|
+
return this.i.rp;
|
|
63
63
|
},
|
|
64
64
|
set: function (v) {
|
|
65
|
-
this.i.
|
|
65
|
+
this.i.rp = v;
|
|
66
66
|
},
|
|
67
67
|
enumerable: false,
|
|
68
68
|
configurable: true
|
|
@@ -72,10 +72,10 @@ var IgxNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
72
72
|
* Gets or sets the string to suffix a negative value. If FormatString is specificied this value is ignored.
|
|
73
73
|
*/
|
|
74
74
|
get: function () {
|
|
75
|
-
return this.i.
|
|
75
|
+
return this.i.rn;
|
|
76
76
|
},
|
|
77
77
|
set: function (v) {
|
|
78
|
-
this.i.
|
|
78
|
+
this.i.rn = v;
|
|
79
79
|
},
|
|
80
80
|
enumerable: false,
|
|
81
81
|
configurable: true
|
|
@@ -85,10 +85,10 @@ var IgxNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
85
85
|
* Gets or sets the string to suffix a positive value. If FormatString is specificied this value is ignored.
|
|
86
86
|
*/
|
|
87
87
|
get: function () {
|
|
88
|
-
return this.i.
|
|
88
|
+
return this.i.rr;
|
|
89
89
|
},
|
|
90
90
|
set: function (v) {
|
|
91
|
-
this.i.
|
|
91
|
+
this.i.rr = v;
|
|
92
92
|
},
|
|
93
93
|
enumerable: false,
|
|
94
94
|
configurable: true
|
|
@@ -98,10 +98,10 @@ var IgxNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
98
98
|
* Gets or sets the maximum fraction digits. If FormatString is specificied this value is ignored.
|
|
99
99
|
*/
|
|
100
100
|
get: function () {
|
|
101
|
-
return this.i.
|
|
101
|
+
return this.i.q0;
|
|
102
102
|
},
|
|
103
103
|
set: function (v) {
|
|
104
|
-
this.i.
|
|
104
|
+
this.i.q0 = +v;
|
|
105
105
|
},
|
|
106
106
|
enumerable: false,
|
|
107
107
|
configurable: true
|
|
@@ -111,10 +111,10 @@ var IgxNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
111
111
|
* Gets or sets the minimum fraction digits. If FormatString is specificied this value is ignored.
|
|
112
112
|
*/
|
|
113
113
|
get: function () {
|
|
114
|
-
return this.i.
|
|
114
|
+
return this.i.q1;
|
|
115
115
|
},
|
|
116
116
|
set: function (v) {
|
|
117
|
-
this.i.
|
|
117
|
+
this.i.q1 = +v;
|
|
118
118
|
},
|
|
119
119
|
enumerable: false,
|
|
120
120
|
configurable: true
|
|
@@ -124,10 +124,10 @@ var IgxNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
124
124
|
* Gets or sets the minimum integer digits. If FormatString is specificied this value is ignored.
|
|
125
125
|
*/
|
|
126
126
|
get: function () {
|
|
127
|
-
return this.i.
|
|
127
|
+
return this.i.q2;
|
|
128
128
|
},
|
|
129
129
|
set: function (v) {
|
|
130
|
-
this.i.
|
|
130
|
+
this.i.q2 = +v;
|
|
131
131
|
},
|
|
132
132
|
enumerable: false,
|
|
133
133
|
configurable: true
|
|
@@ -137,10 +137,10 @@ var IgxNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
137
137
|
* Gets or sets whether to show a grouping separator. If FormatString is specificied this value is ignored.
|
|
138
138
|
*/
|
|
139
139
|
get: function () {
|
|
140
|
-
return this.i.
|
|
140
|
+
return this.i.qv;
|
|
141
141
|
},
|
|
142
142
|
set: function (v) {
|
|
143
|
-
this.i.
|
|
143
|
+
this.i.qv = ensureBool(v);
|
|
144
144
|
},
|
|
145
145
|
enumerable: false,
|
|
146
146
|
configurable: true
|
|
@@ -150,24 +150,24 @@ var IgxNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
150
150
|
* Gets or sets the format string to apply to the value. If set, the other value formatting properties on this column are ignored.
|
|
151
151
|
*/
|
|
152
152
|
get: function () {
|
|
153
|
-
return this.i.
|
|
153
|
+
return this.i.rg;
|
|
154
154
|
},
|
|
155
155
|
set: function (v) {
|
|
156
|
-
this.i.
|
|
156
|
+
this.i.rg = v;
|
|
157
157
|
},
|
|
158
158
|
enumerable: false,
|
|
159
159
|
configurable: true
|
|
160
160
|
});
|
|
161
161
|
Object.defineProperty(IgxNumericColumnComponent.prototype, "formatSpecifiers", {
|
|
162
162
|
get: function () {
|
|
163
|
-
return this.i.
|
|
163
|
+
return this.i.qr;
|
|
164
164
|
},
|
|
165
165
|
set: function (v) {
|
|
166
166
|
if (v && !Array.isArray(v) && typeof (v) == "string") {
|
|
167
167
|
var re = /\s*(?:,|\s|$)\s*/gm;
|
|
168
168
|
v = v.split(re);
|
|
169
169
|
}
|
|
170
|
-
this.i.
|
|
170
|
+
this.i.qr = v;
|
|
171
171
|
},
|
|
172
172
|
enumerable: false,
|
|
173
173
|
configurable: true
|
|
@@ -177,10 +177,10 @@ var IgxNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
177
177
|
* Gets or sets the INTL NumericFormat object to use for formatting the date values.
|
|
178
178
|
*/
|
|
179
179
|
get: function () {
|
|
180
|
-
return this.i.
|
|
180
|
+
return this.i.q5;
|
|
181
181
|
},
|
|
182
182
|
set: function (v) {
|
|
183
|
-
this.i.
|
|
183
|
+
this.i.q5 = v;
|
|
184
184
|
},
|
|
185
185
|
enumerable: false,
|
|
186
186
|
configurable: true
|
|
@@ -190,10 +190,10 @@ var IgxNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
190
190
|
* Gets or sets the editor type used for editing cells in this column.
|
|
191
191
|
*/
|
|
192
192
|
get: function () {
|
|
193
|
-
return this.i.
|
|
193
|
+
return this.i.qt;
|
|
194
194
|
},
|
|
195
195
|
set: function (v) {
|
|
196
|
-
this.i.
|
|
196
|
+
this.i.qt = ensureEnum(EditorType_$type, v);
|
|
197
197
|
},
|
|
198
198
|
enumerable: false,
|
|
199
199
|
configurable: true
|
|
@@ -203,10 +203,10 @@ var IgxNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
203
203
|
* Gets or sets the ComboBox data source.
|
|
204
204
|
*/
|
|
205
205
|
get: function () {
|
|
206
|
-
return this.i.
|
|
206
|
+
return this.i.q4;
|
|
207
207
|
},
|
|
208
208
|
set: function (v) {
|
|
209
|
-
this.i.
|
|
209
|
+
this.i.q4 = v;
|
|
210
210
|
},
|
|
211
211
|
enumerable: false,
|
|
212
212
|
configurable: true
|
|
@@ -216,10 +216,10 @@ var IgxNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
216
216
|
* Gets or sets the ComboBox text field.
|
|
217
217
|
*/
|
|
218
218
|
get: function () {
|
|
219
|
-
return this.i.
|
|
219
|
+
return this.i.rb;
|
|
220
220
|
},
|
|
221
221
|
set: function (v) {
|
|
222
|
-
this.i.
|
|
222
|
+
this.i.rb = v;
|
|
223
223
|
},
|
|
224
224
|
enumerable: false,
|
|
225
225
|
configurable: true
|
|
@@ -229,10 +229,10 @@ var IgxNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
229
229
|
* Gets or sets the ComboBox value field.
|
|
230
230
|
*/
|
|
231
231
|
get: function () {
|
|
232
|
-
return this.i.
|
|
232
|
+
return this.i.rc;
|
|
233
233
|
},
|
|
234
234
|
set: function (v) {
|
|
235
|
-
this.i.
|
|
235
|
+
this.i.rc = v;
|
|
236
236
|
},
|
|
237
237
|
enumerable: false,
|
|
238
238
|
configurable: true
|
|
@@ -42,20 +42,20 @@ var IgxSectionHeaderComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
42
42
|
};
|
|
43
43
|
Object.defineProperty(IgxSectionHeaderComponent.prototype, "selectedBackground", {
|
|
44
44
|
get: function () {
|
|
45
|
-
return brushToString(this.i.
|
|
45
|
+
return brushToString(this.i.hv);
|
|
46
46
|
},
|
|
47
47
|
set: function (v) {
|
|
48
|
-
this.i.
|
|
48
|
+
this.i.hv = stringToBrush(v);
|
|
49
49
|
},
|
|
50
50
|
enumerable: false,
|
|
51
51
|
configurable: true
|
|
52
52
|
});
|
|
53
53
|
Object.defineProperty(IgxSectionHeaderComponent.prototype, "actualSelectedBackground", {
|
|
54
54
|
get: function () {
|
|
55
|
-
return brushToString(this.i.
|
|
55
|
+
return brushToString(this.i.hu);
|
|
56
56
|
},
|
|
57
57
|
set: function (v) {
|
|
58
|
-
this.i.
|
|
58
|
+
this.i.hu = stringToBrush(v);
|
|
59
59
|
},
|
|
60
60
|
enumerable: false,
|
|
61
61
|
configurable: true
|
|
@@ -65,10 +65,10 @@ var IgxSectionHeaderComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
65
65
|
* Gets or sets the amount of left padding to use for the cell content for this column.
|
|
66
66
|
*/
|
|
67
67
|
get: function () {
|
|
68
|
-
return this.i.
|
|
68
|
+
return this.i.hd;
|
|
69
69
|
},
|
|
70
70
|
set: function (v) {
|
|
71
|
-
this.i.
|
|
71
|
+
this.i.hd = +v;
|
|
72
72
|
},
|
|
73
73
|
enumerable: false,
|
|
74
74
|
configurable: true
|
|
@@ -78,10 +78,10 @@ var IgxSectionHeaderComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
78
78
|
* Gets or sets the amount of top padding to use for the cell content for this column.
|
|
79
79
|
*/
|
|
80
80
|
get: function () {
|
|
81
|
-
return this.i.
|
|
81
|
+
return this.i.hf;
|
|
82
82
|
},
|
|
83
83
|
set: function (v) {
|
|
84
|
-
this.i.
|
|
84
|
+
this.i.hf = +v;
|
|
85
85
|
},
|
|
86
86
|
enumerable: false,
|
|
87
87
|
configurable: true
|
|
@@ -91,10 +91,10 @@ var IgxSectionHeaderComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
91
91
|
* Gets or sets the amount of right padding to use for the cell content of this column.
|
|
92
92
|
*/
|
|
93
93
|
get: function () {
|
|
94
|
-
return this.i.
|
|
94
|
+
return this.i.he;
|
|
95
95
|
},
|
|
96
96
|
set: function (v) {
|
|
97
|
-
this.i.
|
|
97
|
+
this.i.he = +v;
|
|
98
98
|
},
|
|
99
99
|
enumerable: false,
|
|
100
100
|
configurable: true
|
|
@@ -104,30 +104,30 @@ var IgxSectionHeaderComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
104
104
|
* Gets or sets the amount of bottom padding to use for the cell content of this column.
|
|
105
105
|
*/
|
|
106
106
|
get: function () {
|
|
107
|
-
return this.i.
|
|
107
|
+
return this.i.hc;
|
|
108
108
|
},
|
|
109
109
|
set: function (v) {
|
|
110
|
-
this.i.
|
|
110
|
+
this.i.hc = +v;
|
|
111
111
|
},
|
|
112
112
|
enumerable: false,
|
|
113
113
|
configurable: true
|
|
114
114
|
});
|
|
115
115
|
Object.defineProperty(IgxSectionHeaderComponent.prototype, "isCollapsable", {
|
|
116
116
|
get: function () {
|
|
117
|
-
return this.i.
|
|
117
|
+
return this.i.g6;
|
|
118
118
|
},
|
|
119
119
|
set: function (v) {
|
|
120
|
-
this.i.
|
|
120
|
+
this.i.g6 = ensureBool(v);
|
|
121
121
|
},
|
|
122
122
|
enumerable: false,
|
|
123
123
|
configurable: true
|
|
124
124
|
});
|
|
125
125
|
Object.defineProperty(IgxSectionHeaderComponent.prototype, "summaryDisplayMode", {
|
|
126
126
|
get: function () {
|
|
127
|
-
return this.i.
|
|
127
|
+
return this.i.g3;
|
|
128
128
|
},
|
|
129
129
|
set: function (v) {
|
|
130
|
-
this.i.
|
|
130
|
+
this.i.g3 = ensureEnum(GroupSummaryDisplayMode_$type, v);
|
|
131
131
|
},
|
|
132
132
|
enumerable: false,
|
|
133
133
|
configurable: true
|
|
@@ -38,10 +38,10 @@ var IgxSummaryRowComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
38
38
|
* Gets or sets the background color for summary cells when selected.
|
|
39
39
|
*/
|
|
40
40
|
get: function () {
|
|
41
|
-
return brushToString(this.i.
|
|
41
|
+
return brushToString(this.i.hy);
|
|
42
42
|
},
|
|
43
43
|
set: function (v) {
|
|
44
|
-
this.i.
|
|
44
|
+
this.i.hy = stringToBrush(v);
|
|
45
45
|
},
|
|
46
46
|
enumerable: false,
|
|
47
47
|
configurable: true
|
|
@@ -51,10 +51,10 @@ var IgxSummaryRowComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
51
51
|
* Gets the actual background color for summary cells when selected.
|
|
52
52
|
*/
|
|
53
53
|
get: function () {
|
|
54
|
-
return brushToString(this.i.
|
|
54
|
+
return brushToString(this.i.hv);
|
|
55
55
|
},
|
|
56
56
|
set: function (v) {
|
|
57
|
-
this.i.
|
|
57
|
+
this.i.hv = stringToBrush(v);
|
|
58
58
|
},
|
|
59
59
|
enumerable: false,
|
|
60
60
|
configurable: true
|
|
@@ -64,10 +64,10 @@ var IgxSummaryRowComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
64
64
|
* Gets or sets the text color for the summary labels.
|
|
65
65
|
*/
|
|
66
66
|
get: function () {
|
|
67
|
-
return brushToString(this.i.
|
|
67
|
+
return brushToString(this.i.hz);
|
|
68
68
|
},
|
|
69
69
|
set: function (v) {
|
|
70
|
-
this.i.
|
|
70
|
+
this.i.hz = stringToBrush(v);
|
|
71
71
|
},
|
|
72
72
|
enumerable: false,
|
|
73
73
|
configurable: true
|
|
@@ -77,10 +77,10 @@ var IgxSummaryRowComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
77
77
|
* Gets the actual text color for the summary labels.
|
|
78
78
|
*/
|
|
79
79
|
get: function () {
|
|
80
|
-
return brushToString(this.i.
|
|
80
|
+
return brushToString(this.i.hw);
|
|
81
81
|
},
|
|
82
82
|
set: function (v) {
|
|
83
|
-
this.i.
|
|
83
|
+
this.i.hw = stringToBrush(v);
|
|
84
84
|
},
|
|
85
85
|
enumerable: false,
|
|
86
86
|
configurable: true
|
|
@@ -108,10 +108,10 @@ var IgxSummaryRowComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
108
108
|
* Gets or sets the amount of left padding to use for the cell content for this column.
|
|
109
109
|
*/
|
|
110
110
|
get: function () {
|
|
111
|
-
return this.i.
|
|
111
|
+
return this.i.hb;
|
|
112
112
|
},
|
|
113
113
|
set: function (v) {
|
|
114
|
-
this.i.
|
|
114
|
+
this.i.hb = +v;
|
|
115
115
|
},
|
|
116
116
|
enumerable: false,
|
|
117
117
|
configurable: true
|
|
@@ -121,10 +121,10 @@ var IgxSummaryRowComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
121
121
|
* Gets or sets the amount of top padding to use for the cell content for this column.
|
|
122
122
|
*/
|
|
123
123
|
get: function () {
|
|
124
|
-
return this.i.
|
|
124
|
+
return this.i.hd;
|
|
125
125
|
},
|
|
126
126
|
set: function (v) {
|
|
127
|
-
this.i.
|
|
127
|
+
this.i.hd = +v;
|
|
128
128
|
},
|
|
129
129
|
enumerable: false,
|
|
130
130
|
configurable: true
|
|
@@ -134,10 +134,10 @@ var IgxSummaryRowComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
134
134
|
* Gets or sets the amount of right padding to use for the cell content of this column.
|
|
135
135
|
*/
|
|
136
136
|
get: function () {
|
|
137
|
-
return this.i.
|
|
137
|
+
return this.i.hc;
|
|
138
138
|
},
|
|
139
139
|
set: function (v) {
|
|
140
|
-
this.i.
|
|
140
|
+
this.i.hc = +v;
|
|
141
141
|
},
|
|
142
142
|
enumerable: false,
|
|
143
143
|
configurable: true
|
|
@@ -147,10 +147,10 @@ var IgxSummaryRowComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
147
147
|
* Gets or sets the amount of bottom padding to use for the cell content of this column.
|
|
148
148
|
*/
|
|
149
149
|
get: function () {
|
|
150
|
-
return this.i.
|
|
150
|
+
return this.i.ha;
|
|
151
151
|
},
|
|
152
152
|
set: function (v) {
|
|
153
|
-
this.i.
|
|
153
|
+
this.i.ha = +v;
|
|
154
154
|
},
|
|
155
155
|
enumerable: false,
|
|
156
156
|
configurable: true
|
|
@@ -46,10 +46,10 @@ var IgxTextColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
46
46
|
* Gets or sets the editor type used for editing cells in this column.
|
|
47
47
|
*/
|
|
48
48
|
get: function () {
|
|
49
|
-
return this.i.
|
|
49
|
+
return this.i.qq;
|
|
50
50
|
},
|
|
51
51
|
set: function (v) {
|
|
52
|
-
this.i.
|
|
52
|
+
this.i.qq = ensureEnum(EditorType_$type, v);
|
|
53
53
|
},
|
|
54
54
|
enumerable: false,
|
|
55
55
|
configurable: true
|
|
@@ -59,10 +59,10 @@ var IgxTextColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
59
59
|
* Gets or sets the ComboBox data source.
|
|
60
60
|
*/
|
|
61
61
|
get: function () {
|
|
62
|
-
return this.i.
|
|
62
|
+
return this.i.qr;
|
|
63
63
|
},
|
|
64
64
|
set: function (v) {
|
|
65
|
-
this.i.
|
|
65
|
+
this.i.qr = v;
|
|
66
66
|
},
|
|
67
67
|
enumerable: false,
|
|
68
68
|
configurable: true
|
|
@@ -72,10 +72,10 @@ var IgxTextColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
72
72
|
* Gets or sets the ComboBox text field.
|
|
73
73
|
*/
|
|
74
74
|
get: function () {
|
|
75
|
-
return this.i.
|
|
75
|
+
return this.i.qt;
|
|
76
76
|
},
|
|
77
77
|
set: function (v) {
|
|
78
|
-
this.i.
|
|
78
|
+
this.i.qt = v;
|
|
79
79
|
},
|
|
80
80
|
enumerable: false,
|
|
81
81
|
configurable: true
|
|
@@ -85,10 +85,10 @@ var IgxTextColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
85
85
|
* Gets or sets the ComboBox value field.
|
|
86
86
|
*/
|
|
87
87
|
get: function () {
|
|
88
|
-
return this.i.
|
|
88
|
+
return this.i.qu;
|
|
89
89
|
},
|
|
90
90
|
set: function (v) {
|
|
91
|
-
this.i.
|
|
91
|
+
this.i.qu = v;
|
|
92
92
|
},
|
|
93
93
|
enumerable: false,
|
|
94
94
|
configurable: true
|