igniteui-webcomponents-data-grids 7.1.0-alpha.1 → 7.1.0-alpha.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-webcomponents-data-grids.umd.js +45073 -42900
- package/bundles/igniteui-webcomponents-data-grids.umd.min.js +1 -1
- package/esm2015/lib/CanvasCellPresenterBase.js +4 -4
- package/esm2015/lib/CanvasContentCellModelHelper.js +5 -5
- package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm2015/lib/CanvasGridCellBase.js +13 -13
- package/esm2015/lib/CanvasImageCellPresenter.js +7 -7
- package/esm2015/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm2015/lib/CanvasSummaryCell.js +2 -2
- package/esm2015/lib/CanvasSummaryCellPresenter.js +3 -3
- package/esm2015/lib/CanvasTemplateCellPresenter.js +2 -2
- package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +2 -2
- package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
- package/esm2015/lib/CanvasTextHeaderCellPresenter.js +7 -7
- package/esm2015/lib/CellPresenterBase.js +24 -24
- package/esm2015/lib/CheckboxListBridge.js +36 -36
- package/esm2015/lib/CheckboxListView_combined.js +417 -412
- package/esm2015/lib/ColumnChooserView_combined.js +13 -13
- package/esm2015/lib/ColumnFilterCondition_combined.js +8014 -6939
- package/esm2015/lib/ColumnGroupingView_combined.js +13 -13
- package/esm2015/lib/ColumnOptionsIconAlignment.js +9 -1
- package/esm2015/lib/ColumnPinningView_combined.js +13 -13
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +7 -7
- package/esm2015/lib/ContentCellModelHelper.js +5 -5
- package/esm2015/lib/DataGridCellLayoutPanel.js +14 -14
- package/esm2015/lib/DataGridLocaleEn.js +3 -0
- package/esm2015/lib/DataGridScrollerKeyboardListener.js +16 -16
- package/esm2015/lib/DataGridToolbarView_combined.js +2 -2
- package/esm2015/lib/DateTimeCellPresenter.js +8 -8
- package/esm2015/lib/Dragger.js +4 -4
- package/esm2015/lib/EditorCellPresenter.js +21 -21
- package/esm2015/lib/FilterCellPresenter.js +12 -12
- package/esm2015/lib/GridCellBase.js +6 -6
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +15 -15
- package/esm2015/lib/GridColumnGroupOptionsView_combined.js +7 -7
- package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
- package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnOptionsViewBase_combined.js +2 -2
- package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
- package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
- package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +7 -7
- package/esm2015/lib/GridExpansionIndicatorView_combined.js +5 -5
- package/esm2015/lib/GridExternalWrapper.js +6 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +363 -258
- package/esm2015/lib/GridIconRepository.js +92 -0
- package/esm2015/lib/GridSortIndicatorView_combined.js +24 -20
- package/esm2015/lib/GridStyleRepository.js +123 -115
- package/esm2015/lib/GridStyleRepositoryKeys.js +1 -1
- package/esm2015/lib/ICheckboxListView.js +11 -0
- package/esm2015/lib/ISummaryChooserView_combined.js +7 -7
- package/esm2015/lib/ImageCellPresenter.js +7 -7
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +14 -14
- package/esm2015/lib/NumericCellPresenter.js +8 -8
- package/esm2015/lib/PropertyEditorView_combined.js +23 -23
- package/esm2015/lib/SectionHeaderCellPresenter.js +9 -9
- package/esm2015/lib/SummaryCellPresenter.js +6 -6
- package/esm2015/lib/TemplateCellPresenter.js +2 -2
- package/esm2015/lib/TemplateHeader.js +5 -5
- package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
- package/esm2015/lib/TemplateHeaderCellPresenter.js +2 -2
- package/esm2015/lib/TemplateSectionHeader.js +1 -1
- package/esm2015/lib/TextCellPresenter.js +9 -9
- package/esm2015/lib/TextHeaderCell.js +62 -27
- package/esm2015/lib/TextHeaderCellPresenter.js +45 -26
- package/esm2015/lib/TextIconSetConditionalStyle.js +1 -1
- package/esm2015/lib/igc-cell-info.js +106 -91
- package/esm2015/lib/igc-checkbox-list-component.js +57 -58
- package/esm2015/lib/igc-column-moving-separator-component.js +9 -9
- package/esm2015/lib/igc-column-resizing-separator-component.js +6 -6
- package/esm2015/lib/igc-combo-box-column-component.js +10 -10
- package/esm2015/lib/igc-data-binding-event-args.js +27 -22
- package/esm2015/lib/igc-data-grid-column-component.js +332 -229
- package/esm2015/lib/igc-data-grid-component.js +145 -0
- package/esm2015/lib/igc-data-grid-filter-dialog-component.js +109 -38
- package/esm2015/lib/igc-date-time-cell-info.js +12 -12
- package/esm2015/lib/igc-date-time-column-component.js +23 -23
- package/esm2015/lib/igc-date-time-column-module.js +2 -0
- package/esm2015/lib/igc-definition-base-component.js +12 -12
- package/esm2015/lib/igc-editor-cell-info.js +23 -23
- package/esm2015/lib/igc-filter-cell-info.js +26 -26
- package/esm2015/lib/igc-filter-row-definition-component.js +12 -12
- package/esm2015/lib/igc-filter-row-definition-module.js +2 -0
- package/esm2015/lib/igc-header-component.js +24 -24
- package/esm2015/lib/igc-image-cell-info.js +6 -6
- package/esm2015/lib/igc-image-column-component.js +12 -12
- package/esm2015/lib/igc-image-column-module.js +2 -0
- package/esm2015/lib/igc-numeric-cell-info.js +26 -26
- package/esm2015/lib/igc-numeric-column-component.js +46 -35
- package/esm2015/lib/igc-numeric-column-module.js +2 -0
- package/esm2015/lib/igc-row-separator-module.js +2 -0
- package/esm2015/lib/igc-section-header-cell-info.js +6 -6
- package/esm2015/lib/igc-section-header-component.js +38 -24
- package/esm2015/lib/igc-section-header-module.js +2 -0
- package/esm2015/lib/igc-summary-cell-info.js +9 -9
- package/esm2015/lib/igc-summary-row-component.js +24 -24
- package/esm2015/lib/igc-template-cell-info.js +2 -2
- package/esm2015/lib/igc-template-column-module.js +2 -0
- package/esm2015/lib/igc-template-header-cell-info.js +2 -2
- package/esm2015/lib/igc-template-header-module.js +2 -0
- package/esm2015/lib/igc-template-section-header-module.js +4 -0
- package/esm2015/lib/igc-text-cell-info.js +2 -2
- package/esm2015/lib/igc-text-column-component.js +9 -9
- package/esm2015/lib/igc-text-column-module.js +2 -0
- package/esm2015/lib/igc-text-header-cell-info.js +74 -24
- package/esm2015/lib/igc-text-header-module.js +2 -0
- package/esm2015/public_api.js +2 -0
- package/esm5/lib/CanvasCellPresenterBase.js +4 -4
- package/esm5/lib/CanvasContentCellModelHelper.js +5 -5
- package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm5/lib/CanvasGridCellBase.js +13 -13
- package/esm5/lib/CanvasImageCellPresenter.js +7 -7
- package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm5/lib/CanvasSummaryCell.js +2 -2
- package/esm5/lib/CanvasSummaryCellPresenter.js +3 -3
- package/esm5/lib/CanvasTemplateCellPresenter.js +2 -2
- package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +2 -2
- package/esm5/lib/CanvasTextCellPresenter.js +9 -9
- package/esm5/lib/CanvasTextHeaderCellPresenter.js +7 -7
- package/esm5/lib/CellPresenterBase.js +24 -24
- package/esm5/lib/CheckboxListBridge.js +36 -36
- package/esm5/lib/CheckboxListView_combined.js +400 -395
- package/esm5/lib/ColumnChooserView_combined.js +13 -13
- package/esm5/lib/ColumnFilterCondition_combined.js +8053 -6793
- package/esm5/lib/ColumnGroupingView_combined.js +13 -13
- package/esm5/lib/ColumnOptionsIconAlignment.js +9 -1
- package/esm5/lib/ColumnPinningView_combined.js +13 -13
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +7 -7
- package/esm5/lib/ContentCellModelHelper.js +5 -5
- package/esm5/lib/DataGridCellLayoutPanel.js +14 -14
- package/esm5/lib/DataGridLocaleEn.js +3 -0
- package/esm5/lib/DataGridScrollerKeyboardListener.js +16 -16
- package/esm5/lib/DataGridToolbarView_combined.js +2 -2
- package/esm5/lib/DateTimeCellPresenter.js +8 -8
- package/esm5/lib/Dragger.js +4 -4
- package/esm5/lib/EditorCellPresenter.js +21 -21
- package/esm5/lib/FilterCellPresenter.js +12 -12
- package/esm5/lib/GridCellBase.js +6 -6
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +15 -15
- package/esm5/lib/GridColumnGroupOptionsView_combined.js +7 -7
- package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
- package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnOptionsViewBase_combined.js +2 -2
- package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
- package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
- package/esm5/lib/GridColumnSummaryOptionsView_combined.js +7 -7
- package/esm5/lib/GridExpansionIndicatorView_combined.js +5 -5
- package/esm5/lib/GridExternalWrapper.js +6 -6
- package/esm5/lib/GridFilterDialogView_combined.js +377 -244
- package/esm5/lib/GridIconRepository.js +97 -0
- package/esm5/lib/GridSortIndicatorView_combined.js +24 -20
- package/esm5/lib/GridStyleRepository.js +127 -115
- package/esm5/lib/GridStyleRepositoryKeys.js +1 -1
- package/esm5/lib/ICheckboxListView.js +11 -0
- package/esm5/lib/ISummaryChooserView_combined.js +7 -7
- package/esm5/lib/ImageCellPresenter.js +7 -7
- package/esm5/lib/MultiColumnComboBoxView_combined.js +14 -14
- package/esm5/lib/NumericCellPresenter.js +8 -8
- package/esm5/lib/PropertyEditorView_combined.js +23 -23
- package/esm5/lib/SectionHeaderCellPresenter.js +9 -9
- package/esm5/lib/SummaryCellPresenter.js +6 -6
- package/esm5/lib/TemplateCellPresenter.js +2 -2
- package/esm5/lib/TemplateHeader.js +5 -5
- package/esm5/lib/TemplateHeaderCellModel.js +17 -17
- package/esm5/lib/TemplateHeaderCellPresenter.js +2 -2
- package/esm5/lib/TemplateSectionHeader.js +1 -1
- package/esm5/lib/TextCellPresenter.js +9 -9
- package/esm5/lib/TextHeaderCell.js +62 -27
- package/esm5/lib/TextHeaderCellPresenter.js +45 -26
- package/esm5/lib/TextIconSetConditionalStyle.js +1 -1
- package/esm5/lib/igc-cell-info.js +114 -91
- package/esm5/lib/igc-checkbox-list-component.js +57 -58
- package/esm5/lib/igc-column-moving-separator-component.js +9 -9
- package/esm5/lib/igc-column-resizing-separator-component.js +6 -6
- package/esm5/lib/igc-combo-box-column-component.js +10 -10
- package/esm5/lib/igc-data-binding-event-args.js +27 -22
- package/esm5/lib/igc-data-grid-column-component.js +380 -229
- package/esm5/lib/igc-data-grid-component.js +191 -0
- package/esm5/lib/igc-data-grid-filter-dialog-component.js +133 -38
- package/esm5/lib/igc-date-time-cell-info.js +12 -12
- package/esm5/lib/igc-date-time-column-component.js +23 -23
- package/esm5/lib/igc-date-time-column-module.js +2 -0
- package/esm5/lib/igc-definition-base-component.js +12 -12
- package/esm5/lib/igc-editor-cell-info.js +23 -23
- package/esm5/lib/igc-filter-cell-info.js +26 -26
- package/esm5/lib/igc-filter-row-definition-component.js +12 -12
- package/esm5/lib/igc-filter-row-definition-module.js +2 -0
- package/esm5/lib/igc-header-component.js +24 -24
- package/esm5/lib/igc-image-cell-info.js +6 -6
- package/esm5/lib/igc-image-column-component.js +12 -12
- package/esm5/lib/igc-image-column-module.js +2 -0
- package/esm5/lib/igc-numeric-cell-info.js +26 -26
- package/esm5/lib/igc-numeric-column-component.js +50 -35
- package/esm5/lib/igc-numeric-column-module.js +2 -0
- package/esm5/lib/igc-row-separator-module.js +2 -0
- package/esm5/lib/igc-section-header-cell-info.js +6 -6
- package/esm5/lib/igc-section-header-component.js +46 -24
- package/esm5/lib/igc-section-header-module.js +2 -0
- package/esm5/lib/igc-summary-cell-info.js +9 -9
- package/esm5/lib/igc-summary-row-component.js +24 -24
- package/esm5/lib/igc-template-cell-info.js +2 -2
- package/esm5/lib/igc-template-column-module.js +2 -0
- package/esm5/lib/igc-template-header-cell-info.js +2 -2
- package/esm5/lib/igc-template-header-module.js +2 -0
- package/esm5/lib/igc-template-section-header-module.js +4 -0
- package/esm5/lib/igc-text-cell-info.js +2 -2
- package/esm5/lib/igc-text-column-component.js +9 -9
- package/esm5/lib/igc-text-column-module.js +2 -0
- package/esm5/lib/igc-text-header-cell-info.js +98 -24
- package/esm5/lib/igc-text-header-module.js +2 -0
- package/esm5/public_api.js +2 -0
- package/fesm2015/igniteui-webcomponents-data-grids.js +39274 -37487
- package/fesm5/igniteui-webcomponents-data-grids.js +45073 -42902
- package/lib/CheckboxListView_combined.d.ts +104 -104
- package/lib/ColumnFilterCondition_combined.d.ts +1768 -1659
- package/lib/ColumnOptionsIconAlignment.d.ts +9 -1
- package/lib/DataGridLocaleEn.d.ts +3 -0
- package/lib/GridFilterDialogView_combined.d.ts +100 -80
- package/lib/GridIconRepository.d.ts +44 -0
- package/lib/GridSortIndicatorView_combined.d.ts +5 -4
- package/lib/GridStyleRepository.d.ts +3 -2
- package/lib/GridStyleRepositoryKeys.d.ts +28 -27
- package/lib/ICheckboxListView.d.ts +38 -0
- package/lib/TemplateHeader.d.ts +1 -1
- package/lib/TemplateHeaderCellModel.d.ts +7 -7
- package/lib/TemplateSectionHeader.d.ts +1 -1
- package/lib/igc-cell-info.d.ts +9 -0
- package/lib/igc-data-grid-column-component.d.ts +33 -0
- package/lib/igc-data-grid-component.d.ts +48 -0
- package/lib/igc-data-grid-filter-dialog-component.d.ts +30 -0
- package/lib/igc-numeric-column-component.d.ts +6 -0
- package/lib/igc-section-header-component.d.ts +4 -0
- package/lib/igc-text-header-cell-info.d.ts +15 -0
- package/package.json +4 -4
- package/public_api.d.ts +2 -0
|
@@ -68,11 +68,11 @@ export var IgcHeaderComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
68
68
|
* Gets or sets the color to use for the sort indicator icon
|
|
69
69
|
*/
|
|
70
70
|
get: function () {
|
|
71
|
-
return brushToString(this.i.
|
|
71
|
+
return brushToString(this.i.hs);
|
|
72
72
|
},
|
|
73
73
|
set: function (v) {
|
|
74
|
-
this.i.
|
|
75
|
-
this._a("sortIndicatorColor", brushToString(this.i.
|
|
74
|
+
this.i.hs = stringToBrush(v);
|
|
75
|
+
this._a("sortIndicatorColor", brushToString(this.i.hs));
|
|
76
76
|
},
|
|
77
77
|
enumerable: false,
|
|
78
78
|
configurable: true
|
|
@@ -82,33 +82,33 @@ export var IgcHeaderComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
82
82
|
* Gets the actual background color that is used for the cells when they are selected
|
|
83
83
|
*/
|
|
84
84
|
get: function () {
|
|
85
|
-
return brushToString(this.i.
|
|
85
|
+
return brushToString(this.i.hq);
|
|
86
86
|
},
|
|
87
87
|
set: function (v) {
|
|
88
|
-
this.i.
|
|
89
|
-
this._a("actualSortIndicatorColor", brushToString(this.i.
|
|
88
|
+
this.i.hq = stringToBrush(v);
|
|
89
|
+
this._a("actualSortIndicatorColor", brushToString(this.i.hq));
|
|
90
90
|
},
|
|
91
91
|
enumerable: false,
|
|
92
92
|
configurable: true
|
|
93
93
|
});
|
|
94
94
|
Object.defineProperty(IgcHeaderComponent.prototype, "sortIndicatorStyle", {
|
|
95
95
|
get: function () {
|
|
96
|
-
return this.i.
|
|
96
|
+
return this.i.g5;
|
|
97
97
|
},
|
|
98
98
|
set: function (v) {
|
|
99
|
-
this.i.
|
|
100
|
-
this._a("sortIndicatorStyle", enumToString(SortIndicatorStyle_$type, this.i.
|
|
99
|
+
this.i.g5 = ensureEnum(SortIndicatorStyle_$type, v);
|
|
100
|
+
this._a("sortIndicatorStyle", enumToString(SortIndicatorStyle_$type, this.i.g5));
|
|
101
101
|
},
|
|
102
102
|
enumerable: false,
|
|
103
103
|
configurable: true
|
|
104
104
|
});
|
|
105
105
|
Object.defineProperty(IgcHeaderComponent.prototype, "actualSortIndicatorStyle", {
|
|
106
106
|
get: function () {
|
|
107
|
-
return this.i.
|
|
107
|
+
return this.i.g4;
|
|
108
108
|
},
|
|
109
109
|
set: function (v) {
|
|
110
|
-
this.i.
|
|
111
|
-
this._a("actualSortIndicatorStyle", enumToString(SortIndicatorStyle_$type, this.i.
|
|
110
|
+
this.i.g4 = ensureEnum(SortIndicatorStyle_$type, v);
|
|
111
|
+
this._a("actualSortIndicatorStyle", enumToString(SortIndicatorStyle_$type, this.i.g4));
|
|
112
112
|
},
|
|
113
113
|
enumerable: false,
|
|
114
114
|
configurable: true
|
|
@@ -118,11 +118,11 @@ export var IgcHeaderComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
118
118
|
* Gets or sets the amount of left padding to use for the cell content.
|
|
119
119
|
*/
|
|
120
120
|
get: function () {
|
|
121
|
-
return this.i.
|
|
121
|
+
return this.i.hb;
|
|
122
122
|
},
|
|
123
123
|
set: function (v) {
|
|
124
|
-
this.i.
|
|
125
|
-
this._a("paddingLeft", this.i.
|
|
124
|
+
this.i.hb = +v;
|
|
125
|
+
this._a("paddingLeft", this.i.hb);
|
|
126
126
|
},
|
|
127
127
|
enumerable: false,
|
|
128
128
|
configurable: true
|
|
@@ -132,11 +132,11 @@ export var IgcHeaderComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
132
132
|
* Gets or sets the amount of top padding to use for the cell content.
|
|
133
133
|
*/
|
|
134
134
|
get: function () {
|
|
135
|
-
return this.i.
|
|
135
|
+
return this.i.hd;
|
|
136
136
|
},
|
|
137
137
|
set: function (v) {
|
|
138
|
-
this.i.
|
|
139
|
-
this._a("paddingTop", this.i.
|
|
138
|
+
this.i.hd = +v;
|
|
139
|
+
this._a("paddingTop", this.i.hd);
|
|
140
140
|
},
|
|
141
141
|
enumerable: false,
|
|
142
142
|
configurable: true
|
|
@@ -146,11 +146,11 @@ export var IgcHeaderComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
146
146
|
* Gets or sets the amount of right padding to use for the cell content.
|
|
147
147
|
*/
|
|
148
148
|
get: function () {
|
|
149
|
-
return this.i.
|
|
149
|
+
return this.i.hc;
|
|
150
150
|
},
|
|
151
151
|
set: function (v) {
|
|
152
|
-
this.i.
|
|
153
|
-
this._a("paddingRight", this.i.
|
|
152
|
+
this.i.hc = +v;
|
|
153
|
+
this._a("paddingRight", this.i.hc);
|
|
154
154
|
},
|
|
155
155
|
enumerable: false,
|
|
156
156
|
configurable: true
|
|
@@ -160,11 +160,11 @@ export var IgcHeaderComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
160
160
|
* Gets or sets the amount of bottom padding to use for the cell content.
|
|
161
161
|
*/
|
|
162
162
|
get: function () {
|
|
163
|
-
return this.i.
|
|
163
|
+
return this.i.ha;
|
|
164
164
|
},
|
|
165
165
|
set: function (v) {
|
|
166
|
-
this.i.
|
|
167
|
-
this._a("paddingBottom", this.i.
|
|
166
|
+
this.i.ha = +v;
|
|
167
|
+
this._a("paddingBottom", this.i.ha);
|
|
168
168
|
},
|
|
169
169
|
enumerable: false,
|
|
170
170
|
configurable: true
|
|
@@ -30,10 +30,10 @@ var IgcImageCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
30
30
|
* Sets or gets the resource path to use to get the image for the cell.
|
|
31
31
|
*/
|
|
32
32
|
get: function () {
|
|
33
|
-
return this.i.
|
|
33
|
+
return this.i.od;
|
|
34
34
|
},
|
|
35
35
|
set: function (v) {
|
|
36
|
-
this.i.
|
|
36
|
+
this.i.od = v;
|
|
37
37
|
},
|
|
38
38
|
enumerable: false,
|
|
39
39
|
configurable: true
|
|
@@ -43,10 +43,10 @@ var IgcImageCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
43
43
|
* Sets or gets the image stretching behavior for the image.
|
|
44
44
|
*/
|
|
45
45
|
get: function () {
|
|
46
|
-
return this.i.
|
|
46
|
+
return this.i.n8;
|
|
47
47
|
},
|
|
48
48
|
set: function (v) {
|
|
49
|
-
this.i.
|
|
49
|
+
this.i.n8 = ensureEnum(ImageStretchOptions_$type, v);
|
|
50
50
|
},
|
|
51
51
|
enumerable: false,
|
|
52
52
|
configurable: true
|
|
@@ -56,10 +56,10 @@ var IgcImageCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
56
56
|
* Sets or gets the image resource type. Indicates which type of resource should be fetched and how ImagePath should be interpreted.
|
|
57
57
|
*/
|
|
58
58
|
get: function () {
|
|
59
|
-
return this.i.
|
|
59
|
+
return this.i.n6;
|
|
60
60
|
},
|
|
61
61
|
set: function (v) {
|
|
62
|
-
this.i.
|
|
62
|
+
this.i.n6 = ensureEnum(ImageResourceType_$type, v);
|
|
63
63
|
},
|
|
64
64
|
enumerable: false,
|
|
65
65
|
configurable: true
|
|
@@ -80,11 +80,11 @@ export var IgcImageColumnComponent = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
80
80
|
* Gets or sets the stretch option to use when rendering images
|
|
81
81
|
*/
|
|
82
82
|
get: function () {
|
|
83
|
-
return this.i.
|
|
83
|
+
return this.i.r8;
|
|
84
84
|
},
|
|
85
85
|
set: function (v) {
|
|
86
|
-
this.i.
|
|
87
|
-
this._a("imageStretchOption", enumToString(ImageStretchOptions_$type, this.i.
|
|
86
|
+
this.i.r8 = ensureEnum(ImageStretchOptions_$type, v);
|
|
87
|
+
this._a("imageStretchOption", enumToString(ImageStretchOptions_$type, this.i.r8));
|
|
88
88
|
},
|
|
89
89
|
enumerable: false,
|
|
90
90
|
configurable: true
|
|
@@ -94,11 +94,11 @@ export var IgcImageColumnComponent = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
94
94
|
* Gets or sets the editor type used for editing cells in this column.
|
|
95
95
|
*/
|
|
96
96
|
get: function () {
|
|
97
|
-
return this.i.
|
|
97
|
+
return this.i.r4;
|
|
98
98
|
},
|
|
99
99
|
set: function (v) {
|
|
100
|
-
this.i.
|
|
101
|
-
this._a("editorType", enumToString(EditorType_$type, this.i.
|
|
100
|
+
this.i.r4 = ensureEnum(EditorType_$type, v);
|
|
101
|
+
this._a("editorType", enumToString(EditorType_$type, this.i.r4));
|
|
102
102
|
},
|
|
103
103
|
enumerable: false,
|
|
104
104
|
configurable: true
|
|
@@ -108,10 +108,10 @@ export var IgcImageColumnComponent = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
108
108
|
* Gets or sets the ComboBox data source.
|
|
109
109
|
*/
|
|
110
110
|
get: function () {
|
|
111
|
-
return this.i.
|
|
111
|
+
return this.i.r9;
|
|
112
112
|
},
|
|
113
113
|
set: function (v) {
|
|
114
|
-
this.i.
|
|
114
|
+
this.i.r9 = v;
|
|
115
115
|
},
|
|
116
116
|
enumerable: false,
|
|
117
117
|
configurable: true
|
|
@@ -121,10 +121,10 @@ export var IgcImageColumnComponent = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
121
121
|
* Gets or sets the ComboBox text field.
|
|
122
122
|
*/
|
|
123
123
|
get: function () {
|
|
124
|
-
return this.i.
|
|
124
|
+
return this.i.sa;
|
|
125
125
|
},
|
|
126
126
|
set: function (v) {
|
|
127
|
-
this.i.
|
|
127
|
+
this.i.sa = v;
|
|
128
128
|
},
|
|
129
129
|
enumerable: false,
|
|
130
130
|
configurable: true
|
|
@@ -134,10 +134,10 @@ export var IgcImageColumnComponent = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
134
134
|
* Gets or sets the ComboBox value field.
|
|
135
135
|
*/
|
|
136
136
|
get: function () {
|
|
137
|
-
return this.i.
|
|
137
|
+
return this.i.sb;
|
|
138
138
|
},
|
|
139
139
|
set: function (v) {
|
|
140
|
-
this.i.
|
|
140
|
+
this.i.sb = v;
|
|
141
141
|
},
|
|
142
142
|
enumerable: false,
|
|
143
143
|
configurable: true
|
|
@@ -4,6 +4,7 @@ https://www.infragistics.com/legal/license/igultimate-la
|
|
|
4
4
|
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
5
|
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
6
|
*/
|
|
7
|
+
import { IgcImageCellInfo } from './igc-image-cell-info';
|
|
7
8
|
import { IgcImageColumnComponent } from './igc-image-column-component';
|
|
8
9
|
import { ImageColumn } from './ImageColumn';
|
|
9
10
|
import { TypeRegistrar } from "igniteui-webcomponents-core";
|
|
@@ -11,6 +12,7 @@ var IgcImageColumnModule = /** @class */ /*@__PURE__*/ (function () {
|
|
|
11
12
|
function IgcImageColumnModule() {
|
|
12
13
|
}
|
|
13
14
|
IgcImageColumnModule.register = function () {
|
|
15
|
+
TypeRegistrar.registerCons("IgcImageCellInfo", IgcImageCellInfo);
|
|
14
16
|
IgcImageColumnComponent.register();
|
|
15
17
|
TypeRegistrar.registerCons("IgcImageColumnComponent", IgcImageColumnComponent);
|
|
16
18
|
TypeRegistrar.register("ImageColumn", ImageColumn.$type);
|
|
@@ -28,10 +28,10 @@ var IgcNumericCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
28
28
|
* Sets or gets the numeric value to use for the cell.
|
|
29
29
|
*/
|
|
30
30
|
get: function () {
|
|
31
|
-
return this.i.
|
|
31
|
+
return this.i.oe;
|
|
32
32
|
},
|
|
33
33
|
set: function (v) {
|
|
34
|
-
this.i.
|
|
34
|
+
this.i.oe = +v;
|
|
35
35
|
},
|
|
36
36
|
enumerable: false,
|
|
37
37
|
configurable: true
|
|
@@ -41,10 +41,10 @@ var IgcNumericCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
41
41
|
* Sets or gets whether there is a decimal numeric value to use for the cell.
|
|
42
42
|
*/
|
|
43
43
|
get: function () {
|
|
44
|
-
return this.i.
|
|
44
|
+
return this.i.oa;
|
|
45
45
|
},
|
|
46
46
|
set: function (v) {
|
|
47
|
-
this.i.
|
|
47
|
+
this.i.oa = ensureBool(v);
|
|
48
48
|
},
|
|
49
49
|
enumerable: false,
|
|
50
50
|
configurable: true
|
|
@@ -54,24 +54,24 @@ var IgcNumericCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
54
54
|
* The format string to apply to the value
|
|
55
55
|
*/
|
|
56
56
|
get: function () {
|
|
57
|
-
return this.i.
|
|
57
|
+
return this.i.o8;
|
|
58
58
|
},
|
|
59
59
|
set: function (v) {
|
|
60
|
-
this.i.
|
|
60
|
+
this.i.o8 = v;
|
|
61
61
|
},
|
|
62
62
|
enumerable: false,
|
|
63
63
|
configurable: true
|
|
64
64
|
});
|
|
65
65
|
Object.defineProperty(IgcNumericCellInfo.prototype, "formatSpecifiers", {
|
|
66
66
|
get: function () {
|
|
67
|
-
return this.i.
|
|
67
|
+
return this.i.n6;
|
|
68
68
|
},
|
|
69
69
|
set: function (v) {
|
|
70
70
|
if (v && !Array.isArray(v) && typeof (v) == "string") {
|
|
71
71
|
var re = /\s*(?:,|\s|$)\s*/gm;
|
|
72
72
|
v = v.split(re);
|
|
73
73
|
}
|
|
74
|
-
this.i.
|
|
74
|
+
this.i.n6 = v;
|
|
75
75
|
},
|
|
76
76
|
enumerable: false,
|
|
77
77
|
configurable: true
|
|
@@ -81,10 +81,10 @@ var IgcNumericCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
81
81
|
* The format options to apply to the value
|
|
82
82
|
*/
|
|
83
83
|
get: function () {
|
|
84
|
-
return this.i.
|
|
84
|
+
return this.i.o0;
|
|
85
85
|
},
|
|
86
86
|
set: function (v) {
|
|
87
|
-
this.i.
|
|
87
|
+
this.i.o0 = v;
|
|
88
88
|
},
|
|
89
89
|
enumerable: false,
|
|
90
90
|
configurable: true
|
|
@@ -94,10 +94,10 @@ var IgcNumericCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
94
94
|
* Sets or gets the text prepended to a negative numeric value
|
|
95
95
|
*/
|
|
96
96
|
get: function () {
|
|
97
|
-
return this.i.
|
|
97
|
+
return this.i.pe;
|
|
98
98
|
},
|
|
99
99
|
set: function (v) {
|
|
100
|
-
this.i.
|
|
100
|
+
this.i.pe = v;
|
|
101
101
|
},
|
|
102
102
|
enumerable: false,
|
|
103
103
|
configurable: true
|
|
@@ -107,10 +107,10 @@ var IgcNumericCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
107
107
|
* Sets or gets the text prepended to a positive numeric value
|
|
108
108
|
*/
|
|
109
109
|
get: function () {
|
|
110
|
-
return this.i.
|
|
110
|
+
return this.i.pj;
|
|
111
111
|
},
|
|
112
112
|
set: function (v) {
|
|
113
|
-
this.i.
|
|
113
|
+
this.i.pj = v;
|
|
114
114
|
},
|
|
115
115
|
enumerable: false,
|
|
116
116
|
configurable: true
|
|
@@ -120,10 +120,10 @@ var IgcNumericCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
120
120
|
* Sets or gets the text appended to a negative numeric value
|
|
121
121
|
*/
|
|
122
122
|
get: function () {
|
|
123
|
-
return this.i.
|
|
123
|
+
return this.i.pg;
|
|
124
124
|
},
|
|
125
125
|
set: function (v) {
|
|
126
|
-
this.i.
|
|
126
|
+
this.i.pg = v;
|
|
127
127
|
},
|
|
128
128
|
enumerable: false,
|
|
129
129
|
configurable: true
|
|
@@ -133,10 +133,10 @@ var IgcNumericCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
133
133
|
* Sets or gets the text appended to a positive numeric value
|
|
134
134
|
*/
|
|
135
135
|
get: function () {
|
|
136
|
-
return this.i.
|
|
136
|
+
return this.i.pl;
|
|
137
137
|
},
|
|
138
138
|
set: function (v) {
|
|
139
|
-
this.i.
|
|
139
|
+
this.i.pl = v;
|
|
140
140
|
},
|
|
141
141
|
enumerable: false,
|
|
142
142
|
configurable: true
|
|
@@ -146,10 +146,10 @@ var IgcNumericCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
146
146
|
* The maximum number of decimal places to display when formatting
|
|
147
147
|
*/
|
|
148
148
|
get: function () {
|
|
149
|
-
return this.i.
|
|
149
|
+
return this.i.om;
|
|
150
150
|
},
|
|
151
151
|
set: function (v) {
|
|
152
|
-
this.i.
|
|
152
|
+
this.i.om = +v;
|
|
153
153
|
},
|
|
154
154
|
enumerable: false,
|
|
155
155
|
configurable: true
|
|
@@ -159,10 +159,10 @@ var IgcNumericCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
159
159
|
* The minimum number of decimal places to display when formatting
|
|
160
160
|
*/
|
|
161
161
|
get: function () {
|
|
162
|
-
return this.i.
|
|
162
|
+
return this.i.oo;
|
|
163
163
|
},
|
|
164
164
|
set: function (v) {
|
|
165
|
-
this.i.
|
|
165
|
+
this.i.oo = +v;
|
|
166
166
|
},
|
|
167
167
|
enumerable: false,
|
|
168
168
|
configurable: true
|
|
@@ -172,10 +172,10 @@ var IgcNumericCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
172
172
|
* The minimum number of integer digits to display when formatting
|
|
173
173
|
*/
|
|
174
174
|
get: function () {
|
|
175
|
-
return this.i.
|
|
175
|
+
return this.i.oq;
|
|
176
176
|
},
|
|
177
177
|
set: function (v) {
|
|
178
|
-
this.i.
|
|
178
|
+
this.i.oq = +v;
|
|
179
179
|
},
|
|
180
180
|
enumerable: false,
|
|
181
181
|
configurable: true
|
|
@@ -185,10 +185,10 @@ var IgcNumericCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
185
185
|
* Sets or gets if the grouping separator is shown
|
|
186
186
|
*/
|
|
187
187
|
get: function () {
|
|
188
|
-
return this.i.
|
|
188
|
+
return this.i.oc;
|
|
189
189
|
},
|
|
190
190
|
set: function (v) {
|
|
191
|
-
this.i.
|
|
191
|
+
this.i.oc = ensureBool(v);
|
|
192
192
|
},
|
|
193
193
|
enumerable: false,
|
|
194
194
|
configurable: true
|
|
@@ -79,10 +79,10 @@ export var IgcNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_s
|
|
|
79
79
|
* Gets or sets the string to prefix a negative value. If FormatString is specificied this value is ignored.
|
|
80
80
|
*/
|
|
81
81
|
get: function () {
|
|
82
|
-
return this.i.
|
|
82
|
+
return this.i.s2;
|
|
83
83
|
},
|
|
84
84
|
set: function (v) {
|
|
85
|
-
this.i.
|
|
85
|
+
this.i.s2 = v;
|
|
86
86
|
},
|
|
87
87
|
enumerable: false,
|
|
88
88
|
configurable: true
|
|
@@ -92,10 +92,10 @@ export var IgcNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_s
|
|
|
92
92
|
* Gets or sets the string to prefix a positive value. If FormatString is specificied this value is ignored.
|
|
93
93
|
*/
|
|
94
94
|
get: function () {
|
|
95
|
-
return this.i.
|
|
95
|
+
return this.i.s6;
|
|
96
96
|
},
|
|
97
97
|
set: function (v) {
|
|
98
|
-
this.i.
|
|
98
|
+
this.i.s6 = v;
|
|
99
99
|
},
|
|
100
100
|
enumerable: false,
|
|
101
101
|
configurable: true
|
|
@@ -105,10 +105,10 @@ export var IgcNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_s
|
|
|
105
105
|
* Gets or sets the string to suffix a negative value. If FormatString is specificied this value is ignored.
|
|
106
106
|
*/
|
|
107
107
|
get: function () {
|
|
108
|
-
return this.i.
|
|
108
|
+
return this.i.s4;
|
|
109
109
|
},
|
|
110
110
|
set: function (v) {
|
|
111
|
-
this.i.
|
|
111
|
+
this.i.s4 = v;
|
|
112
112
|
},
|
|
113
113
|
enumerable: false,
|
|
114
114
|
configurable: true
|
|
@@ -118,10 +118,10 @@ export var IgcNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_s
|
|
|
118
118
|
* Gets or sets the string to suffix a positive value. If FormatString is specificied this value is ignored.
|
|
119
119
|
*/
|
|
120
120
|
get: function () {
|
|
121
|
-
return this.i.
|
|
121
|
+
return this.i.s8;
|
|
122
122
|
},
|
|
123
123
|
set: function (v) {
|
|
124
|
-
this.i.
|
|
124
|
+
this.i.s8 = v;
|
|
125
125
|
},
|
|
126
126
|
enumerable: false,
|
|
127
127
|
configurable: true
|
|
@@ -131,11 +131,11 @@ export var IgcNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_s
|
|
|
131
131
|
* Gets or sets the maximum fraction digits. If FormatString is specificied this value is ignored.
|
|
132
132
|
*/
|
|
133
133
|
get: function () {
|
|
134
|
-
return this.i.
|
|
134
|
+
return this.i.sg;
|
|
135
135
|
},
|
|
136
136
|
set: function (v) {
|
|
137
|
-
this.i.
|
|
138
|
-
this._a("maxFractionDigits", this.i.
|
|
137
|
+
this.i.sg = +v;
|
|
138
|
+
this._a("maxFractionDigits", this.i.sg);
|
|
139
139
|
},
|
|
140
140
|
enumerable: false,
|
|
141
141
|
configurable: true
|
|
@@ -145,11 +145,11 @@ export var IgcNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_s
|
|
|
145
145
|
* Gets or sets the minimum fraction digits. If FormatString is specificied this value is ignored.
|
|
146
146
|
*/
|
|
147
147
|
get: function () {
|
|
148
|
-
return this.i.
|
|
148
|
+
return this.i.sh;
|
|
149
149
|
},
|
|
150
150
|
set: function (v) {
|
|
151
|
-
this.i.
|
|
152
|
-
this._a("minFractionDigits", this.i.
|
|
151
|
+
this.i.sh = +v;
|
|
152
|
+
this._a("minFractionDigits", this.i.sh);
|
|
153
153
|
},
|
|
154
154
|
enumerable: false,
|
|
155
155
|
configurable: true
|
|
@@ -159,11 +159,26 @@ export var IgcNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_s
|
|
|
159
159
|
* Gets or sets the minimum integer digits. If FormatString is specificied this value is ignored.
|
|
160
160
|
*/
|
|
161
161
|
get: function () {
|
|
162
|
-
return this.i.
|
|
162
|
+
return this.i.si;
|
|
163
163
|
},
|
|
164
164
|
set: function (v) {
|
|
165
|
-
this.i.
|
|
166
|
-
this._a("minIntegerDigits", this.i.
|
|
165
|
+
this.i.si = +v;
|
|
166
|
+
this._a("minIntegerDigits", this.i.si);
|
|
167
|
+
},
|
|
168
|
+
enumerable: false,
|
|
169
|
+
configurable: true
|
|
170
|
+
});
|
|
171
|
+
Object.defineProperty(IgcNumericColumnComponent.prototype, "isPercent", {
|
|
172
|
+
/**
|
|
173
|
+
* Gets or sets whether the column's values are displayed as percentages.
|
|
174
|
+
* When true, the raw numeric value is multiplied by 100 before it is formatted for display.
|
|
175
|
+
*/
|
|
176
|
+
get: function () {
|
|
177
|
+
return this.i.sa;
|
|
178
|
+
},
|
|
179
|
+
set: function (v) {
|
|
180
|
+
this.i.sa = ensureBool(v);
|
|
181
|
+
this._a("isPercent", this.i.sa);
|
|
167
182
|
},
|
|
168
183
|
enumerable: false,
|
|
169
184
|
configurable: true
|
|
@@ -173,11 +188,11 @@ export var IgcNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_s
|
|
|
173
188
|
* Gets or sets whether to show a grouping separator. If FormatString is specificied this value is ignored.
|
|
174
189
|
*/
|
|
175
190
|
get: function () {
|
|
176
|
-
return this.i.
|
|
191
|
+
return this.i.sb;
|
|
177
192
|
},
|
|
178
193
|
set: function (v) {
|
|
179
|
-
this.i.
|
|
180
|
-
this._a("showGroupingSeparator", this.i.
|
|
194
|
+
this.i.sb = ensureBool(v);
|
|
195
|
+
this._a("showGroupingSeparator", this.i.sb);
|
|
181
196
|
},
|
|
182
197
|
enumerable: false,
|
|
183
198
|
configurable: true
|
|
@@ -187,24 +202,24 @@ export var IgcNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_s
|
|
|
187
202
|
* Gets or sets the format string to apply to the value. If set, the other value formatting properties on this column are ignored.
|
|
188
203
|
*/
|
|
189
204
|
get: function () {
|
|
190
|
-
return this.i.
|
|
205
|
+
return this.i.sw;
|
|
191
206
|
},
|
|
192
207
|
set: function (v) {
|
|
193
|
-
this.i.
|
|
208
|
+
this.i.sw = v;
|
|
194
209
|
},
|
|
195
210
|
enumerable: false,
|
|
196
211
|
configurable: true
|
|
197
212
|
});
|
|
198
213
|
Object.defineProperty(IgcNumericColumnComponent.prototype, "formatSpecifiers", {
|
|
199
214
|
get: function () {
|
|
200
|
-
return this.i.
|
|
215
|
+
return this.i.r5;
|
|
201
216
|
},
|
|
202
217
|
set: function (v) {
|
|
203
218
|
if (v && !Array.isArray(v) && typeof (v) == "string") {
|
|
204
219
|
var re = /\s*(?:,|\s|$)\s*/gm;
|
|
205
220
|
v = v.split(re);
|
|
206
221
|
}
|
|
207
|
-
this.i.
|
|
222
|
+
this.i.r5 = v;
|
|
208
223
|
},
|
|
209
224
|
enumerable: false,
|
|
210
225
|
configurable: true
|
|
@@ -214,10 +229,10 @@ export var IgcNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_s
|
|
|
214
229
|
* Gets or sets the INTL NumericFormat object to use for formatting the date values.
|
|
215
230
|
*/
|
|
216
231
|
get: function () {
|
|
217
|
-
return this.i.
|
|
232
|
+
return this.i.sl;
|
|
218
233
|
},
|
|
219
234
|
set: function (v) {
|
|
220
|
-
this.i.
|
|
235
|
+
this.i.sl = v;
|
|
221
236
|
},
|
|
222
237
|
enumerable: false,
|
|
223
238
|
configurable: true
|
|
@@ -227,11 +242,11 @@ export var IgcNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_s
|
|
|
227
242
|
* Gets or sets the editor type used for editing cells in this column.
|
|
228
243
|
*/
|
|
229
244
|
get: function () {
|
|
230
|
-
return this.i.
|
|
245
|
+
return this.i.r7;
|
|
231
246
|
},
|
|
232
247
|
set: function (v) {
|
|
233
|
-
this.i.
|
|
234
|
-
this._a("editorType", enumToString(EditorType_$type, this.i.
|
|
248
|
+
this.i.r7 = ensureEnum(EditorType_$type, v);
|
|
249
|
+
this._a("editorType", enumToString(EditorType_$type, this.i.r7));
|
|
235
250
|
},
|
|
236
251
|
enumerable: false,
|
|
237
252
|
configurable: true
|
|
@@ -241,10 +256,10 @@ export var IgcNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_s
|
|
|
241
256
|
* Gets or sets the ComboBox data source.
|
|
242
257
|
*/
|
|
243
258
|
get: function () {
|
|
244
|
-
return this.i.
|
|
259
|
+
return this.i.sk;
|
|
245
260
|
},
|
|
246
261
|
set: function (v) {
|
|
247
|
-
this.i.
|
|
262
|
+
this.i.sk = v;
|
|
248
263
|
},
|
|
249
264
|
enumerable: false,
|
|
250
265
|
configurable: true
|
|
@@ -254,10 +269,10 @@ export var IgcNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_s
|
|
|
254
269
|
* Gets or sets the ComboBox text field.
|
|
255
270
|
*/
|
|
256
271
|
get: function () {
|
|
257
|
-
return this.i.
|
|
272
|
+
return this.i.sr;
|
|
258
273
|
},
|
|
259
274
|
set: function (v) {
|
|
260
|
-
this.i.
|
|
275
|
+
this.i.sr = v;
|
|
261
276
|
},
|
|
262
277
|
enumerable: false,
|
|
263
278
|
configurable: true
|
|
@@ -267,10 +282,10 @@ export var IgcNumericColumnComponent = /** @class */ /*@__PURE__*/ (function (_s
|
|
|
267
282
|
* Gets or sets the ComboBox value field.
|
|
268
283
|
*/
|
|
269
284
|
get: function () {
|
|
270
|
-
return this.i.
|
|
285
|
+
return this.i.ss;
|
|
271
286
|
},
|
|
272
287
|
set: function (v) {
|
|
273
|
-
this.i.
|
|
288
|
+
this.i.ss = v;
|
|
274
289
|
},
|
|
275
290
|
enumerable: false,
|
|
276
291
|
configurable: true
|
|
@@ -4,6 +4,7 @@ https://www.infragistics.com/legal/license/igultimate-la
|
|
|
4
4
|
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
5
|
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
6
|
*/
|
|
7
|
+
import { IgcNumericCellInfo } from './igc-numeric-cell-info';
|
|
7
8
|
import { IgcNumericColumnComponent } from './igc-numeric-column-component';
|
|
8
9
|
import { NumericColumn } from './NumericColumn';
|
|
9
10
|
import { TypeRegistrar } from "igniteui-webcomponents-core";
|
|
@@ -11,6 +12,7 @@ var IgcNumericColumnModule = /** @class */ /*@__PURE__*/ (function () {
|
|
|
11
12
|
function IgcNumericColumnModule() {
|
|
12
13
|
}
|
|
13
14
|
IgcNumericColumnModule.register = function () {
|
|
15
|
+
TypeRegistrar.registerCons("IgcNumericCellInfo", IgcNumericCellInfo);
|
|
14
16
|
IgcNumericColumnComponent.register();
|
|
15
17
|
TypeRegistrar.registerCons("IgcNumericColumnComponent", IgcNumericColumnComponent);
|
|
16
18
|
TypeRegistrar.register("NumericColumn", NumericColumn.$type);
|
|
@@ -4,6 +4,7 @@ https://www.infragistics.com/legal/license/igultimate-la
|
|
|
4
4
|
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
5
|
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
6
|
*/
|
|
7
|
+
import { IgcRowSeparatorInfo } from './igc-row-separator-info';
|
|
7
8
|
import { IgcRowSeparatorComponent } from './igc-row-separator-component';
|
|
8
9
|
import { RowSeparator } from './RowSeparator';
|
|
9
10
|
import { TypeRegistrar } from "igniteui-webcomponents-core";
|
|
@@ -11,6 +12,7 @@ var IgcRowSeparatorModule = /** @class */ /*@__PURE__*/ (function () {
|
|
|
11
12
|
function IgcRowSeparatorModule() {
|
|
12
13
|
}
|
|
13
14
|
IgcRowSeparatorModule.register = function () {
|
|
15
|
+
TypeRegistrar.registerCons("IgcRowSeparatorInfo", IgcRowSeparatorInfo);
|
|
14
16
|
IgcRowSeparatorComponent.register();
|
|
15
17
|
TypeRegistrar.registerCons("IgcRowSeparatorComponent", IgcRowSeparatorComponent);
|
|
16
18
|
TypeRegistrar.register("RowSeparator", RowSeparator.$type);
|