igniteui-angular-data-grids 21.1.0-beta.2 → 21.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-angular-data-grids.umd.js +10884 -9697
- package/bundles/igniteui-angular-data-grids.umd.min.js +1 -1
- package/esm2015/lib/AccessibilityRow.js +10 -10
- package/esm2015/lib/CanvasCellPresenterBase.js +12 -12
- package/esm2015/lib/CanvasContentCellModelHelper.js +12 -12
- package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm2015/lib/CanvasGridCellBase.js +2 -2
- package/esm2015/lib/CanvasImageCellPresenter.js +9 -9
- package/esm2015/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm2015/lib/CanvasSummaryCellPresenter.js +4 -4
- package/esm2015/lib/CanvasTemplateCellPresenter.js +5 -5
- package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +5 -5
- package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
- package/esm2015/lib/CanvasTextHeaderCellPresenter.js +11 -11
- package/esm2015/lib/CellPath.js +79 -69
- package/esm2015/lib/CellPresenterBase.js +46 -46
- package/esm2015/lib/CheckboxListBridge.js +12 -0
- package/esm2015/lib/CheckboxListView_combined.js +329 -283
- package/esm2015/lib/ColumnChooserView_combined.js +11 -11
- package/esm2015/lib/ColumnFilterCondition_combined.js +7043 -6712
- package/esm2015/lib/ColumnGroupingView_combined.js +5 -5
- package/esm2015/lib/ColumnPinningView_combined.js +11 -11
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +7 -7
- package/esm2015/lib/ContentCellModelHelper.js +16 -16
- package/esm2015/lib/DataGridAccessibilityLayoutPanel.js +1 -1
- package/esm2015/lib/DataGridCellLayoutPanel.js +17 -17
- package/esm2015/lib/DataGridScrollerKeyboardListener.js +2 -2
- package/esm2015/lib/DataGridToolbarView_combined.js +2 -2
- package/esm2015/lib/DateTimeCellPresenter.js +9 -9
- package/esm2015/lib/DraggerView.js +1 -7
- package/esm2015/lib/EditorCell.js +289 -289
- package/esm2015/lib/EditorCellPresenter.js +27 -27
- package/esm2015/lib/FilterCell.js +267 -267
- package/esm2015/lib/FilterCellPresenter.js +17 -17
- package/esm2015/lib/GridCellBase.js +210 -202
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +13 -13
- package/esm2015/lib/GridColumnGroupOptionsView_combined.js +7 -7
- package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
- package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
- package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
- package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +7 -7
- package/esm2015/lib/GridExternalWrapper.js +12 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +238 -187
- package/esm2015/lib/ISummaryChooserView_combined.js +4 -4
- package/esm2015/lib/ImageCell.js +58 -58
- package/esm2015/lib/ImageCellPresenter.js +17 -17
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +9 -9
- package/esm2015/lib/NumericCell.js +8 -8
- package/esm2015/lib/NumericCellPresenter.js +9 -9
- package/esm2015/lib/PropertyEditorView_combined.js +19 -19
- package/esm2015/lib/SectionHeaderCell.js +30 -20
- package/esm2015/lib/SectionHeaderCellPresenter.js +10 -10
- package/esm2015/lib/SummaryCell.js +44 -44
- package/esm2015/lib/SummaryCellPresenter.js +9 -9
- package/esm2015/lib/TemplateCell.js +15 -15
- package/esm2015/lib/TemplateCellPresenter.js +6 -6
- package/esm2015/lib/TemplateHeader.js +8 -8
- package/esm2015/lib/TemplateHeaderCell.js +5 -5
- package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
- package/esm2015/lib/TemplateHeaderCellPresenter.js +6 -6
- package/esm2015/lib/TemplateSectionHeader.js +2 -2
- package/esm2015/lib/TextCell.js +31 -30
- package/esm2015/lib/TextCellPresenter.js +10 -10
- package/esm2015/lib/TextHeaderCell.js +181 -175
- package/esm2015/lib/TextHeaderCellPresenter.js +66 -57
- package/esm2015/lib/VerticalSeparatorCell.js +37 -37
- package/esm2015/lib/igx-cell-info.js +195 -186
- package/esm2015/lib/igx-checkbox-list-component.js +42 -20
- package/esm2015/lib/igx-column-chooser-component.js +1 -1
- package/esm2015/lib/igx-column-moving-separator-component.js +6 -6
- package/esm2015/lib/igx-column-pinning-component.js +1 -1
- package/esm2015/lib/igx-column-resizing-separator-component.js +4 -4
- package/esm2015/lib/igx-combo-box-column-component.js +10 -10
- package/esm2015/lib/igx-data-binding-event-args.js +3 -0
- package/esm2015/lib/igx-data-grid-column-component.js +261 -195
- package/esm2015/lib/igx-data-grid-component.js +226 -33
- package/esm2015/lib/igx-data-grid-filter-dialog-component.js +60 -27
- package/esm2015/lib/igx-data-grid-toolbar-component.js +40 -8
- package/esm2015/lib/igx-date-time-cell-info.js +12 -12
- package/esm2015/lib/igx-date-time-column-component.js +20 -20
- package/esm2015/lib/igx-definition-base-component.js +44 -44
- package/esm2015/lib/igx-editor-cell-info.js +23 -23
- package/esm2015/lib/igx-filter-cell-info.js +26 -26
- package/esm2015/lib/igx-filter-row-definition-component.js +8 -8
- package/esm2015/lib/igx-grid-column-filter-options-component.js +1 -1
- package/esm2015/lib/igx-header-component.js +16 -16
- package/esm2015/lib/igx-image-cell-info.js +6 -6
- package/esm2015/lib/igx-image-column-component.js +10 -10
- package/esm2015/lib/igx-multi-column-combo-box-component.js +160 -32
- package/esm2015/lib/igx-numeric-cell-info.js +28 -28
- package/esm2015/lib/igx-numeric-column-component.js +32 -32
- package/esm2015/lib/igx-section-header-cell-info.js +6 -6
- package/esm2015/lib/igx-section-header-component.js +24 -24
- package/esm2015/lib/igx-summary-cell-info.js +9 -9
- package/esm2015/lib/igx-summary-row-component.js +23 -23
- package/esm2015/lib/igx-summary-row-root-dynamic-module.js +2 -0
- package/esm2015/lib/igx-summary-row-section-dynamic-module.js +2 -0
- package/esm2015/lib/igx-template-cell-info.js +2 -2
- package/esm2015/lib/igx-template-header-cell-info.js +2 -2
- package/esm2015/lib/igx-text-cell-info.js +2 -2
- package/esm2015/lib/igx-text-column-component.js +8 -8
- package/esm2015/lib/igx-text-header-cell-info.js +67 -40
- package/esm5/lib/AccessibilityRow.js +10 -10
- package/esm5/lib/CanvasCellPresenterBase.js +12 -12
- package/esm5/lib/CanvasContentCellModelHelper.js +12 -12
- package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm5/lib/CanvasGridCellBase.js +2 -2
- package/esm5/lib/CanvasImageCellPresenter.js +9 -9
- package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm5/lib/CanvasSummaryCellPresenter.js +4 -4
- package/esm5/lib/CanvasTemplateCellPresenter.js +5 -5
- package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +5 -5
- package/esm5/lib/CanvasTextCellPresenter.js +9 -9
- package/esm5/lib/CanvasTextHeaderCellPresenter.js +11 -11
- package/esm5/lib/CellPath.js +79 -65
- package/esm5/lib/CellPresenterBase.js +46 -46
- package/esm5/lib/CheckboxListBridge.js +12 -0
- package/esm5/lib/CheckboxListView_combined.js +332 -278
- package/esm5/lib/ColumnChooserView_combined.js +11 -11
- package/esm5/lib/ColumnFilterCondition_combined.js +6860 -6456
- package/esm5/lib/ColumnGroupingView_combined.js +5 -5
- package/esm5/lib/ColumnPinningView_combined.js +11 -11
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +7 -7
- package/esm5/lib/ContentCellModelHelper.js +16 -16
- package/esm5/lib/DataGridAccessibilityLayoutPanel.js +1 -1
- package/esm5/lib/DataGridCellLayoutPanel.js +17 -17
- package/esm5/lib/DataGridScrollerKeyboardListener.js +2 -2
- package/esm5/lib/DataGridToolbarView_combined.js +2 -2
- package/esm5/lib/DateTimeCellPresenter.js +9 -9
- package/esm5/lib/DraggerView.js +1 -7
- package/esm5/lib/EditorCell.js +276 -276
- package/esm5/lib/EditorCellPresenter.js +27 -27
- package/esm5/lib/FilterCell.js +257 -257
- package/esm5/lib/FilterCellPresenter.js +17 -17
- package/esm5/lib/GridCellBase.js +205 -193
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +13 -13
- package/esm5/lib/GridColumnGroupOptionsView_combined.js +7 -7
- package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
- package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
- package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
- package/esm5/lib/GridColumnSummaryOptionsView_combined.js +7 -7
- package/esm5/lib/GridExternalWrapper.js +12 -6
- package/esm5/lib/GridFilterDialogView_combined.js +240 -177
- package/esm5/lib/ISummaryChooserView_combined.js +4 -4
- package/esm5/lib/ImageCell.js +57 -57
- package/esm5/lib/ImageCellPresenter.js +17 -17
- package/esm5/lib/MultiColumnComboBoxView_combined.js +9 -9
- package/esm5/lib/NumericCell.js +8 -8
- package/esm5/lib/NumericCellPresenter.js +9 -9
- package/esm5/lib/PropertyEditorView_combined.js +19 -19
- package/esm5/lib/SectionHeaderCell.js +30 -20
- package/esm5/lib/SectionHeaderCellPresenter.js +10 -10
- package/esm5/lib/SummaryCell.js +44 -44
- package/esm5/lib/SummaryCellPresenter.js +9 -9
- package/esm5/lib/TemplateCell.js +15 -15
- package/esm5/lib/TemplateCellPresenter.js +6 -6
- package/esm5/lib/TemplateHeader.js +8 -8
- package/esm5/lib/TemplateHeaderCell.js +5 -5
- package/esm5/lib/TemplateHeaderCellModel.js +17 -17
- package/esm5/lib/TemplateHeaderCellPresenter.js +6 -6
- package/esm5/lib/TemplateSectionHeader.js +2 -2
- package/esm5/lib/TextCell.js +31 -30
- package/esm5/lib/TextCellPresenter.js +10 -10
- package/esm5/lib/TextHeaderCell.js +185 -179
- package/esm5/lib/TextHeaderCellPresenter.js +66 -57
- package/esm5/lib/VerticalSeparatorCell.js +37 -37
- package/esm5/lib/igx-cell-info.js +207 -186
- package/esm5/lib/igx-checkbox-list-component.js +49 -19
- package/esm5/lib/igx-column-chooser-component.js +1 -1
- package/esm5/lib/igx-column-moving-separator-component.js +6 -6
- package/esm5/lib/igx-column-pinning-component.js +1 -1
- package/esm5/lib/igx-column-resizing-separator-component.js +4 -4
- package/esm5/lib/igx-combo-box-column-component.js +10 -10
- package/esm5/lib/igx-data-binding-event-args.js +3 -0
- package/esm5/lib/igx-data-grid-column-component.js +285 -195
- package/esm5/lib/igx-data-grid-component.js +246 -33
- package/esm5/lib/igx-data-grid-filter-dialog-component.js +72 -27
- package/esm5/lib/igx-data-grid-toolbar-component.js +40 -8
- package/esm5/lib/igx-date-time-cell-info.js +12 -12
- package/esm5/lib/igx-date-time-column-component.js +20 -20
- package/esm5/lib/igx-definition-base-component.js +44 -44
- package/esm5/lib/igx-editor-cell-info.js +23 -23
- package/esm5/lib/igx-filter-cell-info.js +26 -26
- package/esm5/lib/igx-filter-row-definition-component.js +8 -8
- package/esm5/lib/igx-grid-column-filter-options-component.js +1 -1
- package/esm5/lib/igx-header-component.js +16 -16
- package/esm5/lib/igx-image-cell-info.js +6 -6
- package/esm5/lib/igx-image-column-component.js +10 -10
- package/esm5/lib/igx-multi-column-combo-box-component.js +160 -32
- package/esm5/lib/igx-numeric-cell-info.js +28 -28
- package/esm5/lib/igx-numeric-column-component.js +32 -32
- package/esm5/lib/igx-section-header-cell-info.js +6 -6
- package/esm5/lib/igx-section-header-component.js +24 -24
- package/esm5/lib/igx-summary-cell-info.js +9 -9
- package/esm5/lib/igx-summary-row-component.js +22 -22
- package/esm5/lib/igx-summary-row-root-dynamic-module.js +2 -0
- package/esm5/lib/igx-summary-row-section-dynamic-module.js +2 -0
- package/esm5/lib/igx-template-cell-info.js +2 -2
- package/esm5/lib/igx-template-header-cell-info.js +2 -2
- package/esm5/lib/igx-text-cell-info.js +2 -2
- package/esm5/lib/igx-text-column-component.js +8 -8
- package/esm5/lib/igx-text-header-cell-info.js +79 -40
- package/fesm2015/igniteui-angular-data-grids.js +10781 -9783
- package/fesm5/igniteui-angular-data-grids.js +10884 -9697
- package/lib/CellPath.d.ts +21 -20
- package/lib/CheckboxListExternal.d.ts +3 -0
- package/lib/CheckboxListView_combined.d.ts +77 -71
- package/lib/ColumnFilterCondition_combined.d.ts +1759 -1699
- package/lib/EditorCell.d.ts +63 -63
- package/lib/FilterCell.d.ts +55 -55
- package/lib/GridCellBase.d.ts +82 -80
- package/lib/GridExternalWrapper.d.ts +2 -0
- package/lib/GridFilterDialogView_combined.d.ts +61 -52
- package/lib/ImageCell.d.ts +15 -15
- package/lib/NumericCell.d.ts +2 -2
- package/lib/SectionHeaderCell.d.ts +6 -4
- package/lib/SummaryCell.d.ts +10 -10
- package/lib/TemplateCell.d.ts +5 -5
- package/lib/TemplateHeader.d.ts +3 -3
- package/lib/TemplateHeaderCell.d.ts +2 -2
- package/lib/TemplateHeaderCellModel.d.ts +7 -7
- package/lib/TemplateSectionHeader.d.ts +2 -2
- package/lib/TextCell.d.ts +7 -7
- package/lib/TextHeaderCell.d.ts +30 -30
- package/lib/VerticalSeparatorCell.d.ts +8 -8
- package/lib/igx-cell-info.d.ts +6 -0
- package/lib/igx-checkbox-list-component.d.ts +11 -1
- package/lib/igx-data-grid-column-component.d.ts +31 -1
- package/lib/igx-data-grid-component.d.ts +28 -1
- package/lib/igx-data-grid-filter-dialog-component.d.ts +16 -1
- package/lib/igx-summary-row-component.d.ts +3 -3
- package/lib/igx-text-header-cell-info.d.ts +15 -0
- package/package.json +4 -4
|
@@ -21,128 +21,128 @@ 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.on;
|
|
25
25
|
}
|
|
26
26
|
set numericValue(v) {
|
|
27
|
-
this.i.
|
|
27
|
+
this.i.on = +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.oi;
|
|
34
34
|
}
|
|
35
35
|
set hasDecimalValue(v) {
|
|
36
|
-
this.i.
|
|
36
|
+
this.i.oi = 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.pi;
|
|
43
43
|
}
|
|
44
44
|
set formatStringOverride(v) {
|
|
45
|
-
this.i.
|
|
45
|
+
this.i.pi = v;
|
|
46
46
|
}
|
|
47
47
|
get formatSpecifiers() {
|
|
48
|
-
return this.i.
|
|
48
|
+
return this.i.od;
|
|
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.od = 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.pa;
|
|
62
62
|
}
|
|
63
63
|
set formatOverride(v) {
|
|
64
|
-
this.i.
|
|
64
|
+
this.i.pa = 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.pp;
|
|
71
71
|
}
|
|
72
72
|
set negativePrefix(v) {
|
|
73
|
-
this.i.
|
|
73
|
+
this.i.pp = 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.pu;
|
|
80
80
|
}
|
|
81
81
|
set positivePrefix(v) {
|
|
82
|
-
this.i.
|
|
82
|
+
this.i.pu = 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.pr;
|
|
89
89
|
}
|
|
90
90
|
set negativeSuffix(v) {
|
|
91
|
-
this.i.
|
|
91
|
+
this.i.pr = 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.pw;
|
|
98
98
|
}
|
|
99
99
|
set positiveSuffix(v) {
|
|
100
|
-
this.i.
|
|
100
|
+
this.i.pw = 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.ow;
|
|
107
107
|
}
|
|
108
108
|
set maxFractionDigits(v) {
|
|
109
|
-
this.i.
|
|
109
|
+
this.i.ow = +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.oy;
|
|
116
116
|
}
|
|
117
117
|
set minFractionDigits(v) {
|
|
118
|
-
this.i.
|
|
118
|
+
this.i.oy = +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.o0;
|
|
125
125
|
}
|
|
126
126
|
set minIntegerDigits(v) {
|
|
127
|
-
this.i.
|
|
127
|
+
this.i.o0 = +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.ol;
|
|
134
134
|
}
|
|
135
135
|
set showGroupingSeparator(v) {
|
|
136
|
-
this.i.
|
|
136
|
+
this.i.ol = ensureBool(v);
|
|
137
137
|
}
|
|
138
138
|
/**
|
|
139
139
|
* Sets or gets if the value is treated as a percent and multiplied by 100 when formatted.
|
|
140
140
|
*/
|
|
141
141
|
get isPercent() {
|
|
142
|
-
return this.i.
|
|
142
|
+
return this.i.ok;
|
|
143
143
|
}
|
|
144
144
|
set isPercent(v) {
|
|
145
|
-
this.i.
|
|
145
|
+
this.i.ok = ensureBool(v);
|
|
146
146
|
}
|
|
147
147
|
findByName(name) {
|
|
148
148
|
var baseResult = super.findByName(name);
|
|
@@ -40,147 +40,147 @@ 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.tz;
|
|
44
44
|
}
|
|
45
45
|
set negativePrefix(v) {
|
|
46
|
-
this.i.
|
|
46
|
+
this.i.tz = 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.t3;
|
|
53
53
|
}
|
|
54
54
|
set positivePrefix(v) {
|
|
55
|
-
this.i.
|
|
55
|
+
this.i.t3 = 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.t1;
|
|
62
62
|
}
|
|
63
63
|
set negativeSuffix(v) {
|
|
64
|
-
this.i.
|
|
64
|
+
this.i.t1 = 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.t5;
|
|
71
71
|
}
|
|
72
72
|
set positiveSuffix(v) {
|
|
73
|
-
this.i.
|
|
73
|
+
this.i.t5 = 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.td;
|
|
80
80
|
}
|
|
81
81
|
set maxFractionDigits(v) {
|
|
82
|
-
this.i.
|
|
82
|
+
this.i.td = +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.te;
|
|
89
89
|
}
|
|
90
90
|
set minFractionDigits(v) {
|
|
91
|
-
this.i.
|
|
91
|
+
this.i.te = +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.tf;
|
|
98
98
|
}
|
|
99
99
|
set minIntegerDigits(v) {
|
|
100
|
-
this.i.
|
|
100
|
+
this.i.tf = +v;
|
|
101
101
|
}
|
|
102
102
|
/**
|
|
103
103
|
* Gets or sets whether the column's values are displayed as percentages.
|
|
104
104
|
* When true, the raw numeric value is multiplied by 100 before it is formatted for display.
|
|
105
105
|
*/
|
|
106
106
|
get isPercent() {
|
|
107
|
-
return this.i.
|
|
107
|
+
return this.i.s7;
|
|
108
108
|
}
|
|
109
109
|
set isPercent(v) {
|
|
110
|
-
this.i.
|
|
110
|
+
this.i.s7 = ensureBool(v);
|
|
111
111
|
}
|
|
112
112
|
/**
|
|
113
113
|
* Gets or sets whether to show a grouping separator. If FormatString is specificied this value is ignored.
|
|
114
114
|
*/
|
|
115
115
|
get showGroupingSeparator() {
|
|
116
|
-
return this.i.
|
|
116
|
+
return this.i.s8;
|
|
117
117
|
}
|
|
118
118
|
set showGroupingSeparator(v) {
|
|
119
|
-
this.i.
|
|
119
|
+
this.i.s8 = ensureBool(v);
|
|
120
120
|
}
|
|
121
121
|
/**
|
|
122
122
|
* Gets or sets the format string to apply to the value. If set, the other value formatting properties on this column are ignored.
|
|
123
123
|
*/
|
|
124
124
|
get formatString() {
|
|
125
|
-
return this.i.
|
|
125
|
+
return this.i.tt;
|
|
126
126
|
}
|
|
127
127
|
set formatString(v) {
|
|
128
|
-
this.i.
|
|
128
|
+
this.i.tt = v;
|
|
129
129
|
}
|
|
130
130
|
get formatSpecifiers() {
|
|
131
|
-
return this.i.
|
|
131
|
+
return this.i.s1;
|
|
132
132
|
}
|
|
133
133
|
set formatSpecifiers(v) {
|
|
134
134
|
if (v && !Array.isArray(v) && typeof (v) == "string") {
|
|
135
135
|
const re = /\s*(?:,|\s|$)\s*/gm;
|
|
136
136
|
v = v.split(re);
|
|
137
137
|
}
|
|
138
|
-
this.i.
|
|
138
|
+
this.i.s1 = v;
|
|
139
139
|
}
|
|
140
140
|
/**
|
|
141
141
|
* Gets or sets the INTL NumericFormat object to use for formatting the date values.
|
|
142
142
|
*/
|
|
143
143
|
get formatOverride() {
|
|
144
|
-
return this.i.
|
|
144
|
+
return this.i.ti;
|
|
145
145
|
}
|
|
146
146
|
set formatOverride(v) {
|
|
147
|
-
this.i.
|
|
147
|
+
this.i.ti = v;
|
|
148
148
|
}
|
|
149
149
|
/**
|
|
150
150
|
* Gets or sets the editor type used for editing cells in this column.
|
|
151
151
|
*/
|
|
152
152
|
get editorType() {
|
|
153
|
-
return this.i.
|
|
153
|
+
return this.i.s3;
|
|
154
154
|
}
|
|
155
155
|
set editorType(v) {
|
|
156
|
-
this.i.
|
|
156
|
+
this.i.s3 = ensureEnum(EditorType_$type, v);
|
|
157
157
|
}
|
|
158
158
|
/**
|
|
159
159
|
* Gets or sets the ComboBox data source.
|
|
160
160
|
*/
|
|
161
161
|
get editorDataSource() {
|
|
162
|
-
return this.i.
|
|
162
|
+
return this.i.th;
|
|
163
163
|
}
|
|
164
164
|
set editorDataSource(v) {
|
|
165
|
-
this.i.
|
|
165
|
+
this.i.th = v;
|
|
166
166
|
}
|
|
167
167
|
/**
|
|
168
168
|
* Gets or sets the ComboBox text field.
|
|
169
169
|
*/
|
|
170
170
|
get editorTextField() {
|
|
171
|
-
return this.i.
|
|
171
|
+
return this.i.to;
|
|
172
172
|
}
|
|
173
173
|
set editorTextField(v) {
|
|
174
|
-
this.i.
|
|
174
|
+
this.i.to = v;
|
|
175
175
|
}
|
|
176
176
|
/**
|
|
177
177
|
* Gets or sets the ComboBox value field.
|
|
178
178
|
*/
|
|
179
179
|
get editorValueField() {
|
|
180
|
-
return this.i.
|
|
180
|
+
return this.i.tp;
|
|
181
181
|
}
|
|
182
182
|
set editorValueField(v) {
|
|
183
|
-
this.i.
|
|
183
|
+
this.i.tp = v;
|
|
184
184
|
}
|
|
185
185
|
findByName(name) {
|
|
186
186
|
var baseResult = super.findByName(name);
|
|
@@ -22,27 +22,27 @@ export class IgxSectionHeaderCellInfo extends IgxCellInfo {
|
|
|
22
22
|
* Sets or gets the resolved text for the section header cell.
|
|
23
23
|
*/
|
|
24
24
|
get resolvedText() {
|
|
25
|
-
return this.i.
|
|
25
|
+
return this.i.os;
|
|
26
26
|
}
|
|
27
27
|
set resolvedText(v) {
|
|
28
|
-
this.i.
|
|
28
|
+
this.i.os = v;
|
|
29
29
|
}
|
|
30
30
|
/**
|
|
31
31
|
* Sets or gets the resolved summary text for the section header cell.
|
|
32
32
|
*/
|
|
33
33
|
get resolvedSummaryText() {
|
|
34
|
-
return this.i.
|
|
34
|
+
return this.i.oq;
|
|
35
35
|
}
|
|
36
36
|
set resolvedSummaryText(v) {
|
|
37
|
-
this.i.
|
|
37
|
+
this.i.oq = v;
|
|
38
38
|
}
|
|
39
39
|
/**
|
|
40
40
|
* Sets or gets how summaries are displayed in the section header cell.
|
|
41
41
|
*/
|
|
42
42
|
get summaryDisplayMode() {
|
|
43
|
-
return this.i.
|
|
43
|
+
return this.i.oh;
|
|
44
44
|
}
|
|
45
45
|
set summaryDisplayMode(v) {
|
|
46
|
-
this.i.
|
|
46
|
+
this.i.oh = ensureEnum(GroupSummaryDisplayMode_$type, v);
|
|
47
47
|
}
|
|
48
48
|
}
|
|
@@ -36,94 +36,94 @@ export let IgxSectionHeaderComponent = /*@__PURE__*/ (() => {
|
|
|
36
36
|
}
|
|
37
37
|
}
|
|
38
38
|
get selectedBackground() {
|
|
39
|
-
return brushToString(this.i.
|
|
39
|
+
return brushToString(this.i.ib);
|
|
40
40
|
}
|
|
41
41
|
set selectedBackground(v) {
|
|
42
|
-
this.i.
|
|
42
|
+
this.i.ib = stringToBrush(v);
|
|
43
43
|
}
|
|
44
44
|
get actualSelectedBackground() {
|
|
45
|
-
return brushToString(this.i.
|
|
45
|
+
return brushToString(this.i.h8);
|
|
46
46
|
}
|
|
47
47
|
set actualSelectedBackground(v) {
|
|
48
|
-
this.i.
|
|
48
|
+
this.i.h8 = stringToBrush(v);
|
|
49
49
|
}
|
|
50
50
|
get selectedTextColor() {
|
|
51
|
-
return brushToString(this.i.
|
|
51
|
+
return brushToString(this.i.ic);
|
|
52
52
|
}
|
|
53
53
|
set selectedTextColor(v) {
|
|
54
|
-
this.i.
|
|
54
|
+
this.i.ic = stringToBrush(v);
|
|
55
55
|
}
|
|
56
56
|
get actualSelectedTextColor() {
|
|
57
|
-
return brushToString(this.i.
|
|
57
|
+
return brushToString(this.i.h9);
|
|
58
58
|
}
|
|
59
59
|
set actualSelectedTextColor(v) {
|
|
60
|
-
this.i.
|
|
60
|
+
this.i.h9 = stringToBrush(v);
|
|
61
61
|
}
|
|
62
62
|
/**
|
|
63
63
|
* Gets or sets the color of the section header's expansion indicator icon. When unset, the icon defers to the grid-level color or the resolved section header text color.
|
|
64
64
|
*/
|
|
65
65
|
get expansionIndicatorIconColor() {
|
|
66
|
-
return brushToString(this.i.
|
|
66
|
+
return brushToString(this.i.ia);
|
|
67
67
|
}
|
|
68
68
|
set expansionIndicatorIconColor(v) {
|
|
69
|
-
this.i.
|
|
69
|
+
this.i.ia = stringToBrush(v);
|
|
70
70
|
}
|
|
71
71
|
/**
|
|
72
72
|
* Gets the resolved color of the section header's expansion indicator icon.
|
|
73
73
|
*/
|
|
74
74
|
get actualExpansionIndicatorIconColor() {
|
|
75
|
-
return brushToString(this.i.
|
|
75
|
+
return brushToString(this.i.h7);
|
|
76
76
|
}
|
|
77
77
|
set actualExpansionIndicatorIconColor(v) {
|
|
78
|
-
this.i.
|
|
78
|
+
this.i.h7 = stringToBrush(v);
|
|
79
79
|
}
|
|
80
80
|
/**
|
|
81
81
|
* Gets or sets the amount of left padding to use for the cell content for this column.
|
|
82
82
|
*/
|
|
83
83
|
get paddingLeft() {
|
|
84
|
-
return this.i.
|
|
84
|
+
return this.i.hg;
|
|
85
85
|
}
|
|
86
86
|
set paddingLeft(v) {
|
|
87
|
-
this.i.
|
|
87
|
+
this.i.hg = +v;
|
|
88
88
|
}
|
|
89
89
|
/**
|
|
90
90
|
* Gets or sets the amount of top padding to use for the cell content for this column.
|
|
91
91
|
*/
|
|
92
92
|
get paddingTop() {
|
|
93
|
-
return this.i.
|
|
93
|
+
return this.i.hi;
|
|
94
94
|
}
|
|
95
95
|
set paddingTop(v) {
|
|
96
|
-
this.i.
|
|
96
|
+
this.i.hi = +v;
|
|
97
97
|
}
|
|
98
98
|
/**
|
|
99
99
|
* Gets or sets the amount of right padding to use for the cell content of this column.
|
|
100
100
|
*/
|
|
101
101
|
get paddingRight() {
|
|
102
|
-
return this.i.
|
|
102
|
+
return this.i.hh;
|
|
103
103
|
}
|
|
104
104
|
set paddingRight(v) {
|
|
105
|
-
this.i.
|
|
105
|
+
this.i.hh = +v;
|
|
106
106
|
}
|
|
107
107
|
/**
|
|
108
108
|
* Gets or sets the amount of bottom padding to use for the cell content of this column.
|
|
109
109
|
*/
|
|
110
110
|
get paddingBottom() {
|
|
111
|
-
return this.i.
|
|
111
|
+
return this.i.hf;
|
|
112
112
|
}
|
|
113
113
|
set paddingBottom(v) {
|
|
114
|
-
this.i.
|
|
114
|
+
this.i.hf = +v;
|
|
115
115
|
}
|
|
116
116
|
get isCollapsable() {
|
|
117
|
-
return this.i.
|
|
117
|
+
return this.i.g8;
|
|
118
118
|
}
|
|
119
119
|
set isCollapsable(v) {
|
|
120
|
-
this.i.
|
|
120
|
+
this.i.g8 = ensureBool(v);
|
|
121
121
|
}
|
|
122
122
|
get summaryDisplayMode() {
|
|
123
|
-
return this.i.
|
|
123
|
+
return this.i.g5;
|
|
124
124
|
}
|
|
125
125
|
set summaryDisplayMode(v) {
|
|
126
|
-
this.i.
|
|
126
|
+
this.i.g5 = ensureEnum(GroupSummaryDisplayMode_$type, v);
|
|
127
127
|
}
|
|
128
128
|
}
|
|
129
129
|
IgxSectionHeaderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxSectionHeaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
@@ -22,38 +22,38 @@ export class IgxSummaryCellInfo extends IgxCellInfo {
|
|
|
22
22
|
* Sets or gets the resolved summary label for the summary cell.
|
|
23
23
|
*/
|
|
24
24
|
get resolvedSummaryLabel() {
|
|
25
|
-
return this.i.
|
|
25
|
+
return this.i.ok;
|
|
26
26
|
}
|
|
27
27
|
set resolvedSummaryLabel(v) {
|
|
28
|
-
this.i.
|
|
28
|
+
this.i.ok = v;
|
|
29
29
|
}
|
|
30
30
|
/**
|
|
31
31
|
* Sets or gets the resolved summary value for the sumamry cell.
|
|
32
32
|
*/
|
|
33
33
|
get resolvedSummaryValue() {
|
|
34
|
-
return this.i.
|
|
34
|
+
return this.i.om;
|
|
35
35
|
}
|
|
36
36
|
set resolvedSummaryValue(v) {
|
|
37
|
-
this.i.
|
|
37
|
+
this.i.om = v;
|
|
38
38
|
}
|
|
39
39
|
/**
|
|
40
40
|
* Gets or sets the color of the text for the summary label in the cell.
|
|
41
41
|
*/
|
|
42
42
|
get summaryLabelTextColor() {
|
|
43
|
-
return brushToString(this.i.
|
|
43
|
+
return brushToString(this.i.or);
|
|
44
44
|
}
|
|
45
45
|
set summaryLabelTextColor(v) {
|
|
46
|
-
this.i.
|
|
46
|
+
this.i.or = stringToBrush(v);
|
|
47
47
|
}
|
|
48
48
|
get font() {
|
|
49
|
-
if (this.i.
|
|
49
|
+
if (this.i.od == null) {
|
|
50
50
|
return null;
|
|
51
51
|
}
|
|
52
|
-
return this.i.
|
|
52
|
+
return this.i.od.fontString;
|
|
53
53
|
}
|
|
54
54
|
set font(v) {
|
|
55
55
|
let fi = new FontInfo();
|
|
56
56
|
fi.fontString = v;
|
|
57
|
-
this.i.
|
|
57
|
+
this.i.od = fi;
|
|
58
58
|
}
|
|
59
59
|
}
|
|
@@ -32,91 +32,91 @@ export let IgxSummaryRowComponent = /*@__PURE__*/ (() => {
|
|
|
32
32
|
* Gets or sets the background color for summary cells when selected.
|
|
33
33
|
*/
|
|
34
34
|
get selectedBackground() {
|
|
35
|
-
return brushToString(this.i.
|
|
35
|
+
return brushToString(this.i.h0);
|
|
36
36
|
}
|
|
37
37
|
set selectedBackground(v) {
|
|
38
|
-
this.i.
|
|
38
|
+
this.i.h0 = stringToBrush(v);
|
|
39
39
|
}
|
|
40
40
|
/**
|
|
41
41
|
* Gets the actual background color for summary cells when selected.
|
|
42
42
|
*/
|
|
43
43
|
get actualSelectedBackground() {
|
|
44
|
-
return brushToString(this.i.
|
|
44
|
+
return brushToString(this.i.hx);
|
|
45
45
|
}
|
|
46
46
|
set actualSelectedBackground(v) {
|
|
47
|
-
this.i.
|
|
47
|
+
this.i.hx = stringToBrush(v);
|
|
48
48
|
}
|
|
49
49
|
/**
|
|
50
50
|
* Gets or sets the text color for the summary labels.
|
|
51
51
|
*/
|
|
52
52
|
get summaryLabelTextColor() {
|
|
53
|
-
return brushToString(this.i.
|
|
53
|
+
return brushToString(this.i.h1);
|
|
54
54
|
}
|
|
55
55
|
set summaryLabelTextColor(v) {
|
|
56
|
-
this.i.
|
|
56
|
+
this.i.h1 = stringToBrush(v);
|
|
57
57
|
}
|
|
58
58
|
/**
|
|
59
59
|
* Gets the actual text color for the summary labels.
|
|
60
60
|
*/
|
|
61
61
|
get actualSummaryLabelTextColor() {
|
|
62
|
-
return brushToString(this.i.
|
|
62
|
+
return brushToString(this.i.hy);
|
|
63
63
|
}
|
|
64
64
|
set actualSummaryLabelTextColor(v) {
|
|
65
|
-
this.i.
|
|
65
|
+
this.i.hy = stringToBrush(v);
|
|
66
66
|
}
|
|
67
67
|
/**
|
|
68
68
|
* Gets or sets the text style for the summary labels.
|
|
69
69
|
*/
|
|
70
|
-
get
|
|
71
|
-
if (this.i.
|
|
70
|
+
get summaryLabelTextStyle() {
|
|
71
|
+
if (this.i.summaryLabelTextStyle == null) {
|
|
72
72
|
return null;
|
|
73
73
|
}
|
|
74
|
-
return this.i.
|
|
74
|
+
return this.i.summaryLabelTextStyle.fontString;
|
|
75
75
|
}
|
|
76
|
-
set
|
|
76
|
+
set summaryLabelTextStyle(v) {
|
|
77
77
|
let fi = new FontInfo();
|
|
78
78
|
fi.fontString = v;
|
|
79
|
-
this.i.
|
|
79
|
+
this.i.summaryLabelTextStyle = fi;
|
|
80
80
|
}
|
|
81
81
|
/**
|
|
82
82
|
* Gets or sets the amount of left padding to use for the cell content for this column.
|
|
83
83
|
*/
|
|
84
84
|
get paddingLeft() {
|
|
85
|
-
return this.i.
|
|
85
|
+
return this.i.hd;
|
|
86
86
|
}
|
|
87
87
|
set paddingLeft(v) {
|
|
88
|
-
this.i.
|
|
88
|
+
this.i.hd = +v;
|
|
89
89
|
}
|
|
90
90
|
/**
|
|
91
91
|
* Gets or sets the amount of top padding to use for the cell content for this column.
|
|
92
92
|
*/
|
|
93
93
|
get paddingTop() {
|
|
94
|
-
return this.i.
|
|
94
|
+
return this.i.hf;
|
|
95
95
|
}
|
|
96
96
|
set paddingTop(v) {
|
|
97
|
-
this.i.
|
|
97
|
+
this.i.hf = +v;
|
|
98
98
|
}
|
|
99
99
|
/**
|
|
100
100
|
* Gets or sets the amount of right padding to use for the cell content of this column.
|
|
101
101
|
*/
|
|
102
102
|
get paddingRight() {
|
|
103
|
-
return this.i.
|
|
103
|
+
return this.i.he;
|
|
104
104
|
}
|
|
105
105
|
set paddingRight(v) {
|
|
106
|
-
this.i.
|
|
106
|
+
this.i.he = +v;
|
|
107
107
|
}
|
|
108
108
|
/**
|
|
109
109
|
* Gets or sets the amount of bottom padding to use for the cell content of this column.
|
|
110
110
|
*/
|
|
111
111
|
get paddingBottom() {
|
|
112
|
-
return this.i.
|
|
112
|
+
return this.i.hc;
|
|
113
113
|
}
|
|
114
114
|
set paddingBottom(v) {
|
|
115
|
-
this.i.
|
|
115
|
+
this.i.hc = +v;
|
|
116
116
|
}
|
|
117
117
|
}
|
|
118
118
|
IgxSummaryRowComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxSummaryRowComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
119
|
-
IgxSummaryRowComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: IgxSummaryRowComponent, selector: "ng-component", inputs: { selectedBackground: "selectedBackground", actualSelectedBackground: "actualSelectedBackground", summaryLabelTextColor: "summaryLabelTextColor", actualSummaryLabelTextColor: "actualSummaryLabelTextColor",
|
|
119
|
+
IgxSummaryRowComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: IgxSummaryRowComponent, selector: "ng-component", inputs: { selectedBackground: "selectedBackground", actualSelectedBackground: "actualSelectedBackground", summaryLabelTextColor: "summaryLabelTextColor", actualSummaryLabelTextColor: "actualSummaryLabelTextColor", summaryLabelTextStyle: "summaryLabelTextStyle", paddingLeft: "paddingLeft", paddingTop: "paddingTop", paddingRight: "paddingRight", paddingBottom: "paddingBottom" }, usesInheritance: true, ngImport: i0, template: ``, isInline: true });
|
|
120
120
|
return IgxSummaryRowComponent;
|
|
121
121
|
})();
|
|
122
122
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxSummaryRowComponent, decorators: [{
|
|
@@ -132,7 +132,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
|
|
|
132
132
|
type: Input
|
|
133
133
|
}], actualSummaryLabelTextColor: [{
|
|
134
134
|
type: Input
|
|
135
|
-
}],
|
|
135
|
+
}], summaryLabelTextStyle: [{
|
|
136
136
|
type: Input
|
|
137
137
|
}], paddingLeft: [{
|
|
138
138
|
type: Input
|
|
@@ -10,12 +10,14 @@ import { IgxSummaryRowRootModule } from './igx-summary-row-root-module';
|
|
|
10
10
|
import { IgxSummaryRowRootComponent } from './igx-summary-row-root-component';
|
|
11
11
|
import { SummaryRowRoot } from './SummaryRowRoot';
|
|
12
12
|
import { TypeRegistrar } from "igniteui-angular-core";
|
|
13
|
+
import { IgxSummaryCellInfo } from './igx-summary-cell-info';
|
|
13
14
|
import * as i0 from "@angular/core";
|
|
14
15
|
export let IgxSummaryRowRootDynamicModule = /*@__PURE__*/ (() => {
|
|
15
16
|
class IgxSummaryRowRootDynamicModule {
|
|
16
17
|
constructor() {
|
|
17
18
|
TypeRegistrar.registerCons("IgxSummaryRowRootComponent", IgxSummaryRowRootComponent);
|
|
18
19
|
TypeRegistrar.register("SummaryRowRoot", SummaryRowRoot.$type);
|
|
20
|
+
TypeRegistrar.registerCons("IgxSummaryCellInfo", IgxSummaryCellInfo);
|
|
19
21
|
}
|
|
20
22
|
}
|
|
21
23
|
IgxSummaryRowRootDynamicModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxSummaryRowRootDynamicModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|