igniteui-webcomponents-data-grids 7.1.0-alpha.2 → 7.1.0-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-webcomponents-data-grids.umd.js +7623 -7085
- 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 +2 -2
- package/esm2015/lib/CanvasImageCellPresenter.js +7 -7
- package/esm2015/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm2015/lib/CanvasSummaryCellPresenter.js +6 -6
- 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 +37 -34
- package/esm2015/lib/CheckboxListView_combined.js +24 -24
- package/esm2015/lib/ColumnChooserView_combined.js +9 -9
- package/esm2015/lib/ColumnFilterCondition_combined.js +5293 -5010
- package/esm2015/lib/ColumnGroupingView_combined.js +4 -4
- package/esm2015/lib/ColumnPinningView_combined.js +11 -11
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +6 -6
- package/esm2015/lib/ContentCellModelHelper.js +10 -10
- package/esm2015/lib/DataGridCellLayoutPanel.js +10 -10
- 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/EditorCell.js +292 -292
- package/esm2015/lib/EditorCellPresenter.js +26 -26
- package/esm2015/lib/FilterCell.js +269 -269
- package/esm2015/lib/FilterCellPresenter.js +15 -15
- package/esm2015/lib/GridCellBase.js +167 -150
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +10 -10
- 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 +6 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +2 -2
- package/esm2015/lib/GridStyleRepository.js +118 -113
- package/esm2015/lib/GridStyleRepositoryKeys.js +1 -1
- package/esm2015/lib/ImageCell.js +57 -57
- package/esm2015/lib/ImageCellPresenter.js +15 -15
- 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 +20 -20
- package/esm2015/lib/SectionHeaderCellPresenter.js +10 -10
- package/esm2015/lib/SummaryCell.js +45 -45
- package/esm2015/lib/SummaryCellPresenter.js +10 -10
- package/esm2015/lib/TemplateCell.js +15 -15
- package/esm2015/lib/TemplateCellPresenter.js +3 -3
- package/esm2015/lib/TemplateHeader.js +4 -4
- package/esm2015/lib/TemplateHeaderCell.js +5 -5
- package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
- package/esm2015/lib/TemplateHeaderCellPresenter.js +3 -3
- package/esm2015/lib/TemplateSectionHeader.js +1 -1
- package/esm2015/lib/TextCell.js +29 -29
- package/esm2015/lib/TextCellPresenter.js +10 -10
- package/esm2015/lib/TextHeaderCell.js +184 -184
- package/esm2015/lib/TextHeaderCellPresenter.js +52 -52
- package/esm2015/lib/TextIconSetConditionalStyle.js +1 -1
- package/esm2015/lib/VerticalSeparatorCell.js +37 -37
- package/esm2015/lib/igc-cell-info.js +97 -79
- 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-grid-column-component.js +291 -261
- package/esm2015/lib/igc-data-grid-component.js +20 -0
- 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-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-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-numeric-cell-info.js +35 -26
- package/esm2015/lib/igc-numeric-column-component.js +46 -35
- package/esm2015/lib/igc-section-header-cell-info.js +6 -6
- package/esm2015/lib/igc-section-header-component.js +58 -24
- 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-header-cell-info.js +2 -2
- 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-header-cell-info.js +38 -38
- 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 +2 -2
- package/esm5/lib/CanvasImageCellPresenter.js +7 -7
- package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm5/lib/CanvasSummaryCellPresenter.js +6 -6
- 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 +37 -34
- package/esm5/lib/CheckboxListView_combined.js +24 -24
- package/esm5/lib/ColumnChooserView_combined.js +9 -9
- package/esm5/lib/ColumnFilterCondition_combined.js +5100 -4765
- package/esm5/lib/ColumnGroupingView_combined.js +4 -4
- package/esm5/lib/ColumnPinningView_combined.js +11 -11
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +6 -6
- package/esm5/lib/ContentCellModelHelper.js +10 -10
- package/esm5/lib/DataGridCellLayoutPanel.js +10 -10
- 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/EditorCell.js +277 -277
- package/esm5/lib/EditorCellPresenter.js +26 -26
- package/esm5/lib/FilterCell.js +259 -259
- package/esm5/lib/FilterCellPresenter.js +15 -15
- package/esm5/lib/GridCellBase.js +164 -143
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +10 -10
- 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 +6 -6
- package/esm5/lib/GridFilterDialogView_combined.js +2 -2
- package/esm5/lib/GridStyleRepository.js +118 -113
- package/esm5/lib/GridStyleRepositoryKeys.js +1 -1
- package/esm5/lib/ImageCell.js +57 -57
- package/esm5/lib/ImageCellPresenter.js +15 -15
- 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 +20 -20
- package/esm5/lib/SectionHeaderCellPresenter.js +10 -10
- package/esm5/lib/SummaryCell.js +45 -45
- package/esm5/lib/SummaryCellPresenter.js +10 -10
- package/esm5/lib/TemplateCell.js +15 -15
- package/esm5/lib/TemplateCellPresenter.js +3 -3
- package/esm5/lib/TemplateHeader.js +4 -4
- package/esm5/lib/TemplateHeaderCell.js +5 -5
- package/esm5/lib/TemplateHeaderCellModel.js +17 -17
- package/esm5/lib/TemplateHeaderCellPresenter.js +3 -3
- package/esm5/lib/TemplateSectionHeader.js +1 -1
- package/esm5/lib/TextCell.js +29 -29
- package/esm5/lib/TextCellPresenter.js +10 -10
- package/esm5/lib/TextHeaderCell.js +182 -182
- package/esm5/lib/TextHeaderCellPresenter.js +52 -52
- package/esm5/lib/TextIconSetConditionalStyle.js +1 -1
- package/esm5/lib/VerticalSeparatorCell.js +37 -37
- package/esm5/lib/igc-cell-info.js +105 -79
- 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-grid-column-component.js +303 -261
- package/esm5/lib/igc-data-grid-component.js +28 -0
- 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-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-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-numeric-cell-info.js +39 -26
- package/esm5/lib/igc-numeric-column-component.js +50 -35
- package/esm5/lib/igc-section-header-cell-info.js +6 -6
- package/esm5/lib/igc-section-header-component.js +74 -24
- 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-header-cell-info.js +2 -2
- 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-header-cell-info.js +38 -38
- package/fesm2015/igniteui-webcomponents-data-grids.js +7778 -7348
- package/fesm5/igniteui-webcomponents-data-grids.js +7623 -7085
- package/lib/ColumnFilterCondition_combined.d.ts +1341 -1292
- package/lib/EditorCell.d.ts +67 -67
- package/lib/FilterCell.d.ts +55 -55
- package/lib/GridCellBase.d.ts +64 -61
- package/lib/GridStyleRepositoryKeys.d.ts +28 -27
- package/lib/ImageCell.d.ts +17 -17
- package/lib/NumericCell.d.ts +2 -2
- package/lib/SectionHeaderCell.d.ts +4 -4
- package/lib/SummaryCell.d.ts +10 -10
- package/lib/TemplateCell.d.ts +5 -5
- package/lib/TemplateHeader.d.ts +1 -1
- package/lib/TemplateHeaderCell.d.ts +2 -2
- package/lib/TemplateHeaderCellModel.d.ts +7 -7
- package/lib/TemplateSectionHeader.d.ts +1 -1
- package/lib/TextCell.d.ts +7 -7
- package/lib/TextHeaderCell.d.ts +30 -30
- package/lib/VerticalSeparatorCell.d.ts +8 -8
- package/lib/igc-cell-info.d.ts +10 -0
- package/lib/igc-data-grid-column-component.d.ts +15 -0
- package/lib/igc-data-grid-component.d.ts +10 -0
- package/lib/igc-numeric-cell-info.d.ts +5 -0
- package/lib/igc-numeric-column-component.d.ts +6 -0
- package/lib/igc-section-header-component.d.ts +14 -0
- package/package.json +4 -4
|
@@ -55,75 +55,75 @@ let IgcHeaderComponent = /*@__PURE__*/ (() => {
|
|
|
55
55
|
* Gets or sets the color to use for the sort indicator icon
|
|
56
56
|
*/
|
|
57
57
|
get sortIndicatorColor() {
|
|
58
|
-
return brushToString(this.i.
|
|
58
|
+
return brushToString(this.i.hs);
|
|
59
59
|
}
|
|
60
60
|
set sortIndicatorColor(v) {
|
|
61
|
-
this.i.
|
|
62
|
-
this._a("sortIndicatorColor", brushToString(this.i.
|
|
61
|
+
this.i.hs = stringToBrush(v);
|
|
62
|
+
this._a("sortIndicatorColor", brushToString(this.i.hs));
|
|
63
63
|
}
|
|
64
64
|
/**
|
|
65
65
|
* Gets the actual background color that is used for the cells when they are selected
|
|
66
66
|
*/
|
|
67
67
|
get actualSortIndicatorColor() {
|
|
68
|
-
return brushToString(this.i.
|
|
68
|
+
return brushToString(this.i.hq);
|
|
69
69
|
}
|
|
70
70
|
set actualSortIndicatorColor(v) {
|
|
71
|
-
this.i.
|
|
72
|
-
this._a("actualSortIndicatorColor", brushToString(this.i.
|
|
71
|
+
this.i.hq = stringToBrush(v);
|
|
72
|
+
this._a("actualSortIndicatorColor", brushToString(this.i.hq));
|
|
73
73
|
}
|
|
74
74
|
get sortIndicatorStyle() {
|
|
75
|
-
return this.i.
|
|
75
|
+
return this.i.g5;
|
|
76
76
|
}
|
|
77
77
|
set sortIndicatorStyle(v) {
|
|
78
|
-
this.i.
|
|
79
|
-
this._a("sortIndicatorStyle", enumToString(SortIndicatorStyle_$type, this.i.
|
|
78
|
+
this.i.g5 = ensureEnum(SortIndicatorStyle_$type, v);
|
|
79
|
+
this._a("sortIndicatorStyle", enumToString(SortIndicatorStyle_$type, this.i.g5));
|
|
80
80
|
}
|
|
81
81
|
get actualSortIndicatorStyle() {
|
|
82
|
-
return this.i.
|
|
82
|
+
return this.i.g4;
|
|
83
83
|
}
|
|
84
84
|
set actualSortIndicatorStyle(v) {
|
|
85
|
-
this.i.
|
|
86
|
-
this._a("actualSortIndicatorStyle", enumToString(SortIndicatorStyle_$type, this.i.
|
|
85
|
+
this.i.g4 = ensureEnum(SortIndicatorStyle_$type, v);
|
|
86
|
+
this._a("actualSortIndicatorStyle", enumToString(SortIndicatorStyle_$type, this.i.g4));
|
|
87
87
|
}
|
|
88
88
|
/**
|
|
89
89
|
* Gets or sets the amount of left padding to use for the cell content.
|
|
90
90
|
*/
|
|
91
91
|
get paddingLeft() {
|
|
92
|
-
return this.i.
|
|
92
|
+
return this.i.hb;
|
|
93
93
|
}
|
|
94
94
|
set paddingLeft(v) {
|
|
95
|
-
this.i.
|
|
96
|
-
this._a("paddingLeft", this.i.
|
|
95
|
+
this.i.hb = +v;
|
|
96
|
+
this._a("paddingLeft", this.i.hb);
|
|
97
97
|
}
|
|
98
98
|
/**
|
|
99
99
|
* Gets or sets the amount of top padding to use for the cell content.
|
|
100
100
|
*/
|
|
101
101
|
get paddingTop() {
|
|
102
|
-
return this.i.
|
|
102
|
+
return this.i.hd;
|
|
103
103
|
}
|
|
104
104
|
set paddingTop(v) {
|
|
105
|
-
this.i.
|
|
106
|
-
this._a("paddingTop", this.i.
|
|
105
|
+
this.i.hd = +v;
|
|
106
|
+
this._a("paddingTop", this.i.hd);
|
|
107
107
|
}
|
|
108
108
|
/**
|
|
109
109
|
* Gets or sets the amount of right padding to use for the cell content.
|
|
110
110
|
*/
|
|
111
111
|
get paddingRight() {
|
|
112
|
-
return this.i.
|
|
112
|
+
return this.i.hc;
|
|
113
113
|
}
|
|
114
114
|
set paddingRight(v) {
|
|
115
|
-
this.i.
|
|
116
|
-
this._a("paddingRight", this.i.
|
|
115
|
+
this.i.hc = +v;
|
|
116
|
+
this._a("paddingRight", this.i.hc);
|
|
117
117
|
}
|
|
118
118
|
/**
|
|
119
119
|
* Gets or sets the amount of bottom padding to use for the cell content.
|
|
120
120
|
*/
|
|
121
121
|
get paddingBottom() {
|
|
122
|
-
return this.i.
|
|
122
|
+
return this.i.ha;
|
|
123
123
|
}
|
|
124
124
|
set paddingBottom(v) {
|
|
125
|
-
this.i.
|
|
126
|
-
this._a("paddingBottom", this.i.
|
|
125
|
+
this.i.ha = +v;
|
|
126
|
+
this._a("paddingBottom", this.i.ha);
|
|
127
127
|
}
|
|
128
128
|
}
|
|
129
129
|
IgcHeaderComponent._observedAttributesIgcHeaderComponent = null;
|
|
@@ -23,27 +23,27 @@ export class IgcImageCellInfo extends IgcCellInfo {
|
|
|
23
23
|
* Sets or gets the resource path to use to get the image for the cell.
|
|
24
24
|
*/
|
|
25
25
|
get imagePath() {
|
|
26
|
-
return this.i.
|
|
26
|
+
return this.i.oh;
|
|
27
27
|
}
|
|
28
28
|
set imagePath(v) {
|
|
29
|
-
this.i.
|
|
29
|
+
this.i.oh = v;
|
|
30
30
|
}
|
|
31
31
|
/**
|
|
32
32
|
* Sets or gets the image stretching behavior for the image.
|
|
33
33
|
*/
|
|
34
34
|
get imageStretchOption() {
|
|
35
|
-
return this.i.
|
|
35
|
+
return this.i.oc;
|
|
36
36
|
}
|
|
37
37
|
set imageStretchOption(v) {
|
|
38
|
-
this.i.
|
|
38
|
+
this.i.oc = ensureEnum(ImageStretchOptions_$type, v);
|
|
39
39
|
}
|
|
40
40
|
/**
|
|
41
41
|
* Sets or gets the image resource type. Indicates which type of resource should be fetched and how ImagePath should be interpreted.
|
|
42
42
|
*/
|
|
43
43
|
get imageResourceType() {
|
|
44
|
-
return this.i.
|
|
44
|
+
return this.i.oa;
|
|
45
45
|
}
|
|
46
46
|
set imageResourceType(v) {
|
|
47
|
-
this.i.
|
|
47
|
+
this.i.oa = ensureEnum(ImageResourceType_$type, v);
|
|
48
48
|
}
|
|
49
49
|
}
|
|
@@ -67,48 +67,48 @@ let IgcImageColumnComponent = /*@__PURE__*/ (() => {
|
|
|
67
67
|
* Gets or sets the stretch option to use when rendering images
|
|
68
68
|
*/
|
|
69
69
|
get imageStretchOption() {
|
|
70
|
-
return this.i.
|
|
70
|
+
return this.i.sb;
|
|
71
71
|
}
|
|
72
72
|
set imageStretchOption(v) {
|
|
73
|
-
this.i.
|
|
74
|
-
this._a("imageStretchOption", enumToString(ImageStretchOptions_$type, this.i.
|
|
73
|
+
this.i.sb = ensureEnum(ImageStretchOptions_$type, v);
|
|
74
|
+
this._a("imageStretchOption", enumToString(ImageStretchOptions_$type, this.i.sb));
|
|
75
75
|
}
|
|
76
76
|
/**
|
|
77
77
|
* Gets or sets the editor type used for editing cells in this column.
|
|
78
78
|
*/
|
|
79
79
|
get editorType() {
|
|
80
|
-
return this.i.
|
|
80
|
+
return this.i.r7;
|
|
81
81
|
}
|
|
82
82
|
set editorType(v) {
|
|
83
|
-
this.i.
|
|
84
|
-
this._a("editorType", enumToString(EditorType_$type, this.i.
|
|
83
|
+
this.i.r7 = ensureEnum(EditorType_$type, v);
|
|
84
|
+
this._a("editorType", enumToString(EditorType_$type, this.i.r7));
|
|
85
85
|
}
|
|
86
86
|
/**
|
|
87
87
|
* Gets or sets the ComboBox data source.
|
|
88
88
|
*/
|
|
89
89
|
get editorDataSource() {
|
|
90
|
-
return this.i.
|
|
90
|
+
return this.i.sc;
|
|
91
91
|
}
|
|
92
92
|
set editorDataSource(v) {
|
|
93
|
-
this.i.
|
|
93
|
+
this.i.sc = v;
|
|
94
94
|
}
|
|
95
95
|
/**
|
|
96
96
|
* Gets or sets the ComboBox text field.
|
|
97
97
|
*/
|
|
98
98
|
get editorTextField() {
|
|
99
|
-
return this.i.
|
|
99
|
+
return this.i.sd;
|
|
100
100
|
}
|
|
101
101
|
set editorTextField(v) {
|
|
102
|
-
this.i.
|
|
102
|
+
this.i.sd = v;
|
|
103
103
|
}
|
|
104
104
|
/**
|
|
105
105
|
* Gets or sets the ComboBox value field.
|
|
106
106
|
*/
|
|
107
107
|
get editorValueField() {
|
|
108
|
-
return this.i.
|
|
108
|
+
return this.i.se;
|
|
109
109
|
}
|
|
110
110
|
set editorValueField(v) {
|
|
111
|
-
this.i.
|
|
111
|
+
this.i.se = v;
|
|
112
112
|
}
|
|
113
113
|
}
|
|
114
114
|
IgcImageColumnComponent._observedAttributesIgcImageColumnComponent = null;
|
|
@@ -21,119 +21,128 @@ export class IgcNumericCellInfo extends IgcCellInfo {
|
|
|
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.ok;
|
|
25
25
|
}
|
|
26
26
|
set numericValue(v) {
|
|
27
|
-
this.i.
|
|
27
|
+
this.i.ok = +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.of;
|
|
34
34
|
}
|
|
35
35
|
set hasDecimalValue(v) {
|
|
36
|
-
this.i.
|
|
36
|
+
this.i.of = 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.pf;
|
|
43
43
|
}
|
|
44
44
|
set formatStringOverride(v) {
|
|
45
|
-
this.i.
|
|
45
|
+
this.i.pf = v;
|
|
46
46
|
}
|
|
47
47
|
get formatSpecifiers() {
|
|
48
|
-
return this.i.
|
|
48
|
+
return this.i.oa;
|
|
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.oa = 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.o7;
|
|
62
62
|
}
|
|
63
63
|
set formatOverride(v) {
|
|
64
|
-
this.i.
|
|
64
|
+
this.i.o7 = 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.pm;
|
|
71
71
|
}
|
|
72
72
|
set negativePrefix(v) {
|
|
73
|
-
this.i.
|
|
73
|
+
this.i.pm = 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.pr;
|
|
80
80
|
}
|
|
81
81
|
set positivePrefix(v) {
|
|
82
|
-
this.i.
|
|
82
|
+
this.i.pr = 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.po;
|
|
89
89
|
}
|
|
90
90
|
set negativeSuffix(v) {
|
|
91
|
-
this.i.
|
|
91
|
+
this.i.po = 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.pt;
|
|
98
98
|
}
|
|
99
99
|
set positiveSuffix(v) {
|
|
100
|
-
this.i.
|
|
100
|
+
this.i.pt = 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.ot;
|
|
107
107
|
}
|
|
108
108
|
set maxFractionDigits(v) {
|
|
109
|
-
this.i.
|
|
109
|
+
this.i.ot = +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.ov;
|
|
116
116
|
}
|
|
117
117
|
set minFractionDigits(v) {
|
|
118
|
-
this.i.
|
|
118
|
+
this.i.ov = +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.ox;
|
|
125
125
|
}
|
|
126
126
|
set minIntegerDigits(v) {
|
|
127
|
-
this.i.
|
|
127
|
+
this.i.ox = +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.oi;
|
|
134
134
|
}
|
|
135
135
|
set showGroupingSeparator(v) {
|
|
136
|
-
this.i.
|
|
136
|
+
this.i.oi = ensureBool(v);
|
|
137
|
+
}
|
|
138
|
+
/**
|
|
139
|
+
* Sets or gets if the value is treated as a percent and multiplied by 100 when formatted.
|
|
140
|
+
*/
|
|
141
|
+
get isPercent() {
|
|
142
|
+
return this.i.oh;
|
|
143
|
+
}
|
|
144
|
+
set isPercent(v) {
|
|
145
|
+
this.i.oh = ensureBool(v);
|
|
137
146
|
}
|
|
138
147
|
findByName(name) {
|
|
139
148
|
var baseResult = super.findByName(name);
|
|
@@ -66,142 +66,153 @@ let IgcNumericColumnComponent = /*@__PURE__*/ (() => {
|
|
|
66
66
|
* Gets or sets the string to prefix a negative value. If FormatString is specificied this value is ignored.
|
|
67
67
|
*/
|
|
68
68
|
get negativePrefix() {
|
|
69
|
-
return this.i.
|
|
69
|
+
return this.i.s5;
|
|
70
70
|
}
|
|
71
71
|
set negativePrefix(v) {
|
|
72
|
-
this.i.
|
|
72
|
+
this.i.s5 = v;
|
|
73
73
|
}
|
|
74
74
|
/**
|
|
75
75
|
* Gets or sets the string to prefix a positive value. If FormatString is specificied this value is ignored.
|
|
76
76
|
*/
|
|
77
77
|
get positivePrefix() {
|
|
78
|
-
return this.i.
|
|
78
|
+
return this.i.s9;
|
|
79
79
|
}
|
|
80
80
|
set positivePrefix(v) {
|
|
81
|
-
this.i.
|
|
81
|
+
this.i.s9 = v;
|
|
82
82
|
}
|
|
83
83
|
/**
|
|
84
84
|
* Gets or sets the string to suffix a negative value. If FormatString is specificied this value is ignored.
|
|
85
85
|
*/
|
|
86
86
|
get negativeSuffix() {
|
|
87
|
-
return this.i.
|
|
87
|
+
return this.i.s7;
|
|
88
88
|
}
|
|
89
89
|
set negativeSuffix(v) {
|
|
90
|
-
this.i.
|
|
90
|
+
this.i.s7 = v;
|
|
91
91
|
}
|
|
92
92
|
/**
|
|
93
93
|
* Gets or sets the string to suffix a positive value. If FormatString is specificied this value is ignored.
|
|
94
94
|
*/
|
|
95
95
|
get positiveSuffix() {
|
|
96
|
-
return this.i.
|
|
96
|
+
return this.i.tb;
|
|
97
97
|
}
|
|
98
98
|
set positiveSuffix(v) {
|
|
99
|
-
this.i.
|
|
99
|
+
this.i.tb = v;
|
|
100
100
|
}
|
|
101
101
|
/**
|
|
102
102
|
* Gets or sets the maximum fraction digits. If FormatString is specificied this value is ignored.
|
|
103
103
|
*/
|
|
104
104
|
get maxFractionDigits() {
|
|
105
|
-
return this.i.
|
|
105
|
+
return this.i.sj;
|
|
106
106
|
}
|
|
107
107
|
set maxFractionDigits(v) {
|
|
108
|
-
this.i.
|
|
109
|
-
this._a("maxFractionDigits", this.i.
|
|
108
|
+
this.i.sj = +v;
|
|
109
|
+
this._a("maxFractionDigits", this.i.sj);
|
|
110
110
|
}
|
|
111
111
|
/**
|
|
112
112
|
* Gets or sets the minimum fraction digits. If FormatString is specificied this value is ignored.
|
|
113
113
|
*/
|
|
114
114
|
get minFractionDigits() {
|
|
115
|
-
return this.i.
|
|
115
|
+
return this.i.sk;
|
|
116
116
|
}
|
|
117
117
|
set minFractionDigits(v) {
|
|
118
|
-
this.i.
|
|
119
|
-
this._a("minFractionDigits", this.i.
|
|
118
|
+
this.i.sk = +v;
|
|
119
|
+
this._a("minFractionDigits", this.i.sk);
|
|
120
120
|
}
|
|
121
121
|
/**
|
|
122
122
|
* Gets or sets the minimum integer digits. If FormatString is specificied this value is ignored.
|
|
123
123
|
*/
|
|
124
124
|
get minIntegerDigits() {
|
|
125
|
-
return this.i.
|
|
125
|
+
return this.i.sl;
|
|
126
126
|
}
|
|
127
127
|
set minIntegerDigits(v) {
|
|
128
|
-
this.i.
|
|
129
|
-
this._a("minIntegerDigits", this.i.
|
|
128
|
+
this.i.sl = +v;
|
|
129
|
+
this._a("minIntegerDigits", this.i.sl);
|
|
130
|
+
}
|
|
131
|
+
/**
|
|
132
|
+
* Gets or sets whether the column's values are displayed as percentages.
|
|
133
|
+
* When true, the raw numeric value is multiplied by 100 before it is formatted for display.
|
|
134
|
+
*/
|
|
135
|
+
get isPercent() {
|
|
136
|
+
return this.i.sd;
|
|
137
|
+
}
|
|
138
|
+
set isPercent(v) {
|
|
139
|
+
this.i.sd = ensureBool(v);
|
|
140
|
+
this._a("isPercent", this.i.sd);
|
|
130
141
|
}
|
|
131
142
|
/**
|
|
132
143
|
* Gets or sets whether to show a grouping separator. If FormatString is specificied this value is ignored.
|
|
133
144
|
*/
|
|
134
145
|
get showGroupingSeparator() {
|
|
135
|
-
return this.i.
|
|
146
|
+
return this.i.se;
|
|
136
147
|
}
|
|
137
148
|
set showGroupingSeparator(v) {
|
|
138
|
-
this.i.
|
|
139
|
-
this._a("showGroupingSeparator", this.i.
|
|
149
|
+
this.i.se = ensureBool(v);
|
|
150
|
+
this._a("showGroupingSeparator", this.i.se);
|
|
140
151
|
}
|
|
141
152
|
/**
|
|
142
153
|
* Gets or sets the format string to apply to the value. If set, the other value formatting properties on this column are ignored.
|
|
143
154
|
*/
|
|
144
155
|
get formatString() {
|
|
145
|
-
return this.i.
|
|
156
|
+
return this.i.sz;
|
|
146
157
|
}
|
|
147
158
|
set formatString(v) {
|
|
148
|
-
this.i.
|
|
159
|
+
this.i.sz = v;
|
|
149
160
|
}
|
|
150
161
|
get formatSpecifiers() {
|
|
151
|
-
return this.i.
|
|
162
|
+
return this.i.r8;
|
|
152
163
|
}
|
|
153
164
|
set formatSpecifiers(v) {
|
|
154
165
|
if (v && !Array.isArray(v) && typeof (v) == "string") {
|
|
155
166
|
const re = /\s*(?:,|\s|$)\s*/gm;
|
|
156
167
|
v = v.split(re);
|
|
157
168
|
}
|
|
158
|
-
this.i.
|
|
169
|
+
this.i.r8 = v;
|
|
159
170
|
}
|
|
160
171
|
/**
|
|
161
172
|
* Gets or sets the INTL NumericFormat object to use for formatting the date values.
|
|
162
173
|
*/
|
|
163
174
|
get formatOverride() {
|
|
164
|
-
return this.i.
|
|
175
|
+
return this.i.so;
|
|
165
176
|
}
|
|
166
177
|
set formatOverride(v) {
|
|
167
|
-
this.i.
|
|
178
|
+
this.i.so = v;
|
|
168
179
|
}
|
|
169
180
|
/**
|
|
170
181
|
* Gets or sets the editor type used for editing cells in this column.
|
|
171
182
|
*/
|
|
172
183
|
get editorType() {
|
|
173
|
-
return this.i.
|
|
184
|
+
return this.i.sa;
|
|
174
185
|
}
|
|
175
186
|
set editorType(v) {
|
|
176
|
-
this.i.
|
|
177
|
-
this._a("editorType", enumToString(EditorType_$type, this.i.
|
|
187
|
+
this.i.sa = ensureEnum(EditorType_$type, v);
|
|
188
|
+
this._a("editorType", enumToString(EditorType_$type, this.i.sa));
|
|
178
189
|
}
|
|
179
190
|
/**
|
|
180
191
|
* Gets or sets the ComboBox data source.
|
|
181
192
|
*/
|
|
182
193
|
get editorDataSource() {
|
|
183
|
-
return this.i.
|
|
194
|
+
return this.i.sn;
|
|
184
195
|
}
|
|
185
196
|
set editorDataSource(v) {
|
|
186
|
-
this.i.
|
|
197
|
+
this.i.sn = v;
|
|
187
198
|
}
|
|
188
199
|
/**
|
|
189
200
|
* Gets or sets the ComboBox text field.
|
|
190
201
|
*/
|
|
191
202
|
get editorTextField() {
|
|
192
|
-
return this.i.
|
|
203
|
+
return this.i.su;
|
|
193
204
|
}
|
|
194
205
|
set editorTextField(v) {
|
|
195
|
-
this.i.
|
|
206
|
+
this.i.su = v;
|
|
196
207
|
}
|
|
197
208
|
/**
|
|
198
209
|
* Gets or sets the ComboBox value field.
|
|
199
210
|
*/
|
|
200
211
|
get editorValueField() {
|
|
201
|
-
return this.i.
|
|
212
|
+
return this.i.sv;
|
|
202
213
|
}
|
|
203
214
|
set editorValueField(v) {
|
|
204
|
-
this.i.
|
|
215
|
+
this.i.sv = v;
|
|
205
216
|
}
|
|
206
217
|
findByName(name) {
|
|
207
218
|
var baseResult = super.findByName(name);
|
|
@@ -22,27 +22,27 @@ export class IgcSectionHeaderCellInfo extends IgcCellInfo {
|
|
|
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.op;
|
|
26
26
|
}
|
|
27
27
|
set resolvedText(v) {
|
|
28
|
-
this.i.
|
|
28
|
+
this.i.op = 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.on;
|
|
35
35
|
}
|
|
36
36
|
set resolvedSummaryText(v) {
|
|
37
|
-
this.i.
|
|
37
|
+
this.i.on = 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.oe;
|
|
44
44
|
}
|
|
45
45
|
set summaryDisplayMode(v) {
|
|
46
|
-
this.i.
|
|
46
|
+
this.i.oe = ensureEnum(GroupSummaryDisplayMode_$type, v);
|
|
47
47
|
}
|
|
48
48
|
}
|