igniteui-webcomponents-data-grids 7.0.0 → 7.0.1
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 +9505 -8241
- package/bundles/igniteui-webcomponents-data-grids.umd.min.js +1 -1
- package/esm2015/lib/CanvasCellPresenterBase.js +1 -1
- package/esm2015/lib/CanvasTemplateCellPresenter.js +1 -1
- package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
- package/esm2015/lib/CellPresenterBase.js +10 -10
- package/esm2015/lib/CheckboxListBridge.js +28 -0
- package/esm2015/lib/CheckboxListView_combined.js +730 -705
- package/esm2015/lib/ColumnChooserView_combined.js +16 -16
- package/esm2015/lib/ColumnFilterCondition_combined.js +5835 -5150
- package/esm2015/lib/ColumnGroupingView_combined.js +14 -14
- package/esm2015/lib/ColumnPinningView_combined.js +16 -16
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +5 -5
- package/esm2015/lib/ContentCellModelHelper.js +3 -3
- package/esm2015/lib/DataGridScrollerKeyboardListener.js +15 -15
- package/esm2015/lib/DataGridToolbarView_combined.js +12 -12
- package/esm2015/lib/DateTimeCellPresenter.js +2 -2
- package/esm2015/lib/DraggerView.js +3 -3
- package/esm2015/lib/EditorCell.js +267 -267
- package/esm2015/lib/EditorCellPresenter.js +15 -15
- package/esm2015/lib/FilterCell.js +261 -261
- package/esm2015/lib/FilterCellPresenter.js +8 -8
- package/esm2015/lib/GridCellBase.js +65 -63
- package/esm2015/lib/GridColumnButtonOptionsView_combined.js +2 -2
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +17 -17
- package/esm2015/lib/GridColumnGroupOptionsView_combined.js +9 -9
- package/esm2015/lib/GridColumnHideOptionsView_combined.js +5 -5
- package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnOptionsViewBase_combined.js +15 -15
- package/esm2015/lib/GridColumnOptionsView_combined.js +3 -3
- package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
- package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
- package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +13 -13
- package/esm2015/lib/GridExternalWrapper.js +9 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +311 -172
- package/esm2015/lib/GridSortIndicatorView_combined.js +2 -2
- package/esm2015/lib/GridStyleRepository.js +271 -433
- package/esm2015/lib/GridStyleRepositoryKeys.js +11 -0
- package/esm2015/lib/ISummaryChooserView_combined.js +11 -11
- package/esm2015/lib/ImageCell.js +55 -55
- package/esm2015/lib/ImageCellPresenter.js +8 -8
- package/esm2015/lib/MultiColumnComboBoxUtilities.js +2 -2
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +35 -35
- package/esm2015/lib/NumericCell.js +4 -4
- package/esm2015/lib/NumericCellPresenter.js +2 -2
- package/esm2015/lib/PropertyEditorView_combined.js +22 -22
- package/esm2015/lib/SectionHeaderCell.js +8 -8
- package/esm2015/lib/SectionHeaderCellPresenter.js +2 -2
- package/esm2015/lib/SummaryCell.js +25 -25
- package/esm2015/lib/SummaryCellPresenter.js +5 -5
- package/esm2015/lib/TemplateCell.js +11 -11
- package/esm2015/lib/TemplateCellPresenter.js +2 -2
- package/esm2015/lib/TemplateHeader.js +7 -7
- package/esm2015/lib/TemplateHeaderCell.js +5 -5
- package/esm2015/lib/TemplateHeaderCellPresenter.js +2 -2
- package/esm2015/lib/TemplateSectionHeader.js +2 -2
- package/esm2015/lib/TextCell.js +22 -22
- package/esm2015/lib/TextCellPresenter.js +2 -2
- package/esm2015/lib/TextHeaderCell.js +140 -134
- package/esm2015/lib/TextHeaderCellPresenter.js +43 -21
- package/esm2015/lib/TextIconSetConditionalStyle.js +3 -3
- package/esm2015/lib/VerticalSeparatorCell.js +32 -32
- package/esm2015/lib/igc-checkbox-list-component.js +89 -89
- 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 +307 -193
- package/esm2015/lib/igc-data-grid-component.js +99 -1
- package/esm2015/lib/igc-data-grid-filter-dialog-component.js +77 -20
- package/esm2015/lib/igc-data-grid-pager-component.js +30 -10
- package/esm2015/lib/igc-date-time-column-component.js +23 -23
- package/esm2015/lib/igc-definition-base-component.js +129 -129
- 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-column-component.js +12 -12
- package/esm2015/lib/igc-numeric-column-component.js +35 -35
- package/esm2015/lib/igc-section-header-component.js +24 -24
- package/esm2015/lib/igc-summary-row-component.js +24 -24
- package/esm2015/lib/igc-text-column-component.js +9 -9
- package/esm2015/lib/igc-text-header-cell-info.js +65 -4
- package/esm2015/public_api.js +1 -0
- package/esm5/lib/CanvasCellPresenterBase.js +1 -1
- package/esm5/lib/CanvasTemplateCellPresenter.js +1 -1
- package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
- package/esm5/lib/CellPresenterBase.js +10 -10
- package/esm5/lib/CheckboxListBridge.js +28 -0
- package/esm5/lib/CheckboxListView_combined.js +709 -684
- package/esm5/lib/ColumnChooserView_combined.js +16 -16
- package/esm5/lib/ColumnFilterCondition_combined.js +5822 -5005
- package/esm5/lib/ColumnGroupingView_combined.js +14 -14
- package/esm5/lib/ColumnPinningView_combined.js +16 -16
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +5 -5
- package/esm5/lib/ContentCellModelHelper.js +3 -3
- package/esm5/lib/DataGridScrollerKeyboardListener.js +15 -15
- package/esm5/lib/DataGridToolbarView_combined.js +12 -12
- package/esm5/lib/DateTimeCellPresenter.js +2 -2
- package/esm5/lib/DraggerView.js +3 -3
- package/esm5/lib/EditorCell.js +256 -256
- package/esm5/lib/EditorCellPresenter.js +15 -15
- package/esm5/lib/FilterCell.js +252 -252
- package/esm5/lib/FilterCellPresenter.js +8 -8
- package/esm5/lib/GridCellBase.js +64 -62
- package/esm5/lib/GridColumnButtonOptionsView_combined.js +2 -2
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +17 -17
- package/esm5/lib/GridColumnGroupOptionsView_combined.js +9 -9
- package/esm5/lib/GridColumnHideOptionsView_combined.js +5 -5
- package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnOptionsViewBase_combined.js +15 -15
- package/esm5/lib/GridColumnOptionsView_combined.js +3 -3
- package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
- package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
- package/esm5/lib/GridColumnSummaryOptionsView_combined.js +13 -13
- package/esm5/lib/GridExternalWrapper.js +9 -6
- package/esm5/lib/GridFilterDialogView_combined.js +331 -164
- package/esm5/lib/GridSortIndicatorView_combined.js +2 -2
- package/esm5/lib/GridStyleRepository.js +275 -585
- package/esm5/lib/GridStyleRepositoryKeys.js +11 -0
- package/esm5/lib/ISummaryChooserView_combined.js +11 -11
- package/esm5/lib/ImageCell.js +54 -54
- package/esm5/lib/ImageCellPresenter.js +8 -8
- package/esm5/lib/MultiColumnComboBoxUtilities.js +2 -2
- package/esm5/lib/MultiColumnComboBoxView_combined.js +35 -35
- package/esm5/lib/NumericCell.js +4 -4
- package/esm5/lib/NumericCellPresenter.js +2 -2
- package/esm5/lib/PropertyEditorView_combined.js +22 -22
- package/esm5/lib/SectionHeaderCell.js +8 -8
- package/esm5/lib/SectionHeaderCellPresenter.js +2 -2
- package/esm5/lib/SummaryCell.js +26 -26
- package/esm5/lib/SummaryCellPresenter.js +5 -5
- package/esm5/lib/TemplateCell.js +11 -11
- package/esm5/lib/TemplateCellPresenter.js +2 -2
- package/esm5/lib/TemplateHeader.js +7 -7
- package/esm5/lib/TemplateHeaderCell.js +5 -5
- package/esm5/lib/TemplateHeaderCellPresenter.js +2 -2
- package/esm5/lib/TemplateSectionHeader.js +2 -2
- package/esm5/lib/TextCell.js +22 -22
- package/esm5/lib/TextCellPresenter.js +2 -2
- package/esm5/lib/TextHeaderCell.js +138 -132
- package/esm5/lib/TextHeaderCellPresenter.js +43 -21
- package/esm5/lib/TextIconSetConditionalStyle.js +4 -3
- package/esm5/lib/VerticalSeparatorCell.js +32 -32
- package/esm5/lib/igc-checkbox-list-component.js +89 -89
- 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 +355 -193
- package/esm5/lib/igc-data-grid-component.js +140 -2
- package/esm5/lib/igc-data-grid-filter-dialog-component.js +101 -20
- package/esm5/lib/igc-data-grid-pager-component.js +38 -10
- package/esm5/lib/igc-date-time-column-component.js +23 -23
- package/esm5/lib/igc-definition-base-component.js +129 -129
- 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-column-component.js +12 -12
- package/esm5/lib/igc-numeric-column-component.js +35 -35
- package/esm5/lib/igc-section-header-component.js +24 -24
- package/esm5/lib/igc-summary-row-component.js +24 -24
- package/esm5/lib/igc-text-column-component.js +9 -9
- package/esm5/lib/igc-text-header-cell-info.js +93 -4
- package/esm5/public_api.js +1 -0
- package/fesm2015/igniteui-webcomponents-data-grids.js +9402 -8300
- package/fesm5/igniteui-webcomponents-data-grids.js +9507 -8244
- package/lib/CheckboxListBridge.d.ts +1 -0
- package/lib/CheckboxListExternal.d.ts +6 -0
- package/lib/CheckboxListView_combined.d.ts +153 -148
- package/lib/ColumnFilterCondition_combined.d.ts +1402 -1268
- package/lib/EditorCell.d.ts +51 -51
- package/lib/FilterCell.d.ts +53 -53
- package/lib/GridCellBase.d.ts +21 -19
- package/lib/GridExternalWrapper.d.ts +1 -0
- package/lib/GridFilterDialogView_combined.d.ts +81 -58
- package/lib/GridStyleRepository.d.ts +23 -84
- package/lib/GridStyleRepositoryKeys.d.ts +48 -0
- package/lib/ImageCell.d.ts +14 -14
- package/lib/SectionHeaderCell.d.ts +2 -2
- package/lib/SummaryCell.d.ts +4 -4
- package/lib/TemplateCell.d.ts +3 -3
- package/lib/TemplateHeader.d.ts +3 -3
- package/lib/TemplateHeaderCell.d.ts +2 -2
- package/lib/TemplateSectionHeader.d.ts +2 -2
- package/lib/TextCell.d.ts +4 -4
- package/lib/TextHeaderCell.d.ts +26 -24
- package/lib/VerticalSeparatorCell.d.ts +4 -4
- package/lib/igc-data-grid-column-component.d.ts +54 -0
- package/lib/igc-data-grid-component.d.ts +49 -1
- package/lib/igc-data-grid-filter-dialog-component.d.ts +27 -0
- package/lib/igc-data-grid-pager-component.d.ts +10 -0
- package/lib/igc-text-header-cell-info.d.ts +33 -0
- package/package.json +4 -4
- package/public_api.d.ts +1 -0
|
@@ -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.hr);
|
|
59
59
|
}
|
|
60
60
|
set sortIndicatorColor(v) {
|
|
61
|
-
this.i.
|
|
62
|
-
this._a("sortIndicatorColor", brushToString(this.i.
|
|
61
|
+
this.i.hr = stringToBrush(v);
|
|
62
|
+
this._a("sortIndicatorColor", brushToString(this.i.hr));
|
|
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.hp);
|
|
69
69
|
}
|
|
70
70
|
set actualSortIndicatorColor(v) {
|
|
71
|
-
this.i.
|
|
72
|
-
this._a("actualSortIndicatorColor", brushToString(this.i.
|
|
71
|
+
this.i.hp = stringToBrush(v);
|
|
72
|
+
this._a("actualSortIndicatorColor", brushToString(this.i.hp));
|
|
73
73
|
}
|
|
74
74
|
get sortIndicatorStyle() {
|
|
75
|
-
return this.i.
|
|
75
|
+
return this.i.g4;
|
|
76
76
|
}
|
|
77
77
|
set sortIndicatorStyle(v) {
|
|
78
|
-
this.i.
|
|
79
|
-
this._a("sortIndicatorStyle", enumToString(SortIndicatorStyle_$type, this.i.
|
|
78
|
+
this.i.g4 = ensureEnum(SortIndicatorStyle_$type, v);
|
|
79
|
+
this._a("sortIndicatorStyle", enumToString(SortIndicatorStyle_$type, this.i.g4));
|
|
80
80
|
}
|
|
81
81
|
get actualSortIndicatorStyle() {
|
|
82
|
-
return this.i.
|
|
82
|
+
return this.i.g3;
|
|
83
83
|
}
|
|
84
84
|
set actualSortIndicatorStyle(v) {
|
|
85
|
-
this.i.
|
|
86
|
-
this._a("actualSortIndicatorStyle", enumToString(SortIndicatorStyle_$type, this.i.
|
|
85
|
+
this.i.g3 = ensureEnum(SortIndicatorStyle_$type, v);
|
|
86
|
+
this._a("actualSortIndicatorStyle", enumToString(SortIndicatorStyle_$type, this.i.g3));
|
|
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.ha;
|
|
93
93
|
}
|
|
94
94
|
set paddingLeft(v) {
|
|
95
|
-
this.i.
|
|
96
|
-
this._a("paddingLeft", this.i.
|
|
95
|
+
this.i.ha = +v;
|
|
96
|
+
this._a("paddingLeft", this.i.ha);
|
|
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.hc;
|
|
103
103
|
}
|
|
104
104
|
set paddingTop(v) {
|
|
105
|
-
this.i.
|
|
106
|
-
this._a("paddingTop", this.i.
|
|
105
|
+
this.i.hc = +v;
|
|
106
|
+
this._a("paddingTop", this.i.hc);
|
|
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.hb;
|
|
113
113
|
}
|
|
114
114
|
set paddingRight(v) {
|
|
115
|
-
this.i.
|
|
116
|
-
this._a("paddingRight", this.i.
|
|
115
|
+
this.i.hb = +v;
|
|
116
|
+
this._a("paddingRight", this.i.hb);
|
|
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.g9;
|
|
123
123
|
}
|
|
124
124
|
set paddingBottom(v) {
|
|
125
|
-
this.i.
|
|
126
|
-
this._a("paddingBottom", this.i.
|
|
125
|
+
this.i.g9 = +v;
|
|
126
|
+
this._a("paddingBottom", this.i.g9);
|
|
127
127
|
}
|
|
128
128
|
}
|
|
129
129
|
IgcHeaderComponent._observedAttributesIgcHeaderComponent = null;
|
|
@@ -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.qu;
|
|
71
71
|
}
|
|
72
72
|
set imageStretchOption(v) {
|
|
73
|
-
this.i.
|
|
74
|
-
this._a("imageStretchOption", enumToString(ImageStretchOptions_$type, this.i.
|
|
73
|
+
this.i.qu = ensureEnum(ImageStretchOptions_$type, v);
|
|
74
|
+
this._a("imageStretchOption", enumToString(ImageStretchOptions_$type, this.i.qu));
|
|
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.qq;
|
|
81
81
|
}
|
|
82
82
|
set editorType(v) {
|
|
83
|
-
this.i.
|
|
84
|
-
this._a("editorType", enumToString(EditorType_$type, this.i.
|
|
83
|
+
this.i.qq = ensureEnum(EditorType_$type, v);
|
|
84
|
+
this._a("editorType", enumToString(EditorType_$type, this.i.qq));
|
|
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.qv;
|
|
91
91
|
}
|
|
92
92
|
set editorDataSource(v) {
|
|
93
|
-
this.i.
|
|
93
|
+
this.i.qv = 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.qw;
|
|
100
100
|
}
|
|
101
101
|
set editorTextField(v) {
|
|
102
|
-
this.i.
|
|
102
|
+
this.i.qw = 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.qx;
|
|
109
109
|
}
|
|
110
110
|
set editorValueField(v) {
|
|
111
|
-
this.i.
|
|
111
|
+
this.i.qx = v;
|
|
112
112
|
}
|
|
113
113
|
}
|
|
114
114
|
IgcImageColumnComponent._observedAttributesIgcImageColumnComponent = null;
|
|
@@ -66,142 +66,142 @@ 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.rl;
|
|
70
70
|
}
|
|
71
71
|
set negativePrefix(v) {
|
|
72
|
-
this.i.
|
|
72
|
+
this.i.rl = 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.rp;
|
|
79
79
|
}
|
|
80
80
|
set positivePrefix(v) {
|
|
81
|
-
this.i.
|
|
81
|
+
this.i.rp = 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.rn;
|
|
88
88
|
}
|
|
89
89
|
set negativeSuffix(v) {
|
|
90
|
-
this.i.
|
|
90
|
+
this.i.rn = 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.rr;
|
|
97
97
|
}
|
|
98
98
|
set positiveSuffix(v) {
|
|
99
|
-
this.i.
|
|
99
|
+
this.i.rr = 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.q0;
|
|
106
106
|
}
|
|
107
107
|
set maxFractionDigits(v) {
|
|
108
|
-
this.i.
|
|
109
|
-
this._a("maxFractionDigits", this.i.
|
|
108
|
+
this.i.q0 = +v;
|
|
109
|
+
this._a("maxFractionDigits", this.i.q0);
|
|
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.q1;
|
|
116
116
|
}
|
|
117
117
|
set minFractionDigits(v) {
|
|
118
|
-
this.i.
|
|
119
|
-
this._a("minFractionDigits", this.i.
|
|
118
|
+
this.i.q1 = +v;
|
|
119
|
+
this._a("minFractionDigits", this.i.q1);
|
|
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.q2;
|
|
126
126
|
}
|
|
127
127
|
set minIntegerDigits(v) {
|
|
128
|
-
this.i.
|
|
129
|
-
this._a("minIntegerDigits", this.i.
|
|
128
|
+
this.i.q2 = +v;
|
|
129
|
+
this._a("minIntegerDigits", this.i.q2);
|
|
130
130
|
}
|
|
131
131
|
/**
|
|
132
132
|
* Gets or sets whether to show a grouping separator. If FormatString is specificied this value is ignored.
|
|
133
133
|
*/
|
|
134
134
|
get showGroupingSeparator() {
|
|
135
|
-
return this.i.
|
|
135
|
+
return this.i.qv;
|
|
136
136
|
}
|
|
137
137
|
set showGroupingSeparator(v) {
|
|
138
|
-
this.i.
|
|
139
|
-
this._a("showGroupingSeparator", this.i.
|
|
138
|
+
this.i.qv = ensureBool(v);
|
|
139
|
+
this._a("showGroupingSeparator", this.i.qv);
|
|
140
140
|
}
|
|
141
141
|
/**
|
|
142
142
|
* Gets or sets the format string to apply to the value. If set, the other value formatting properties on this column are ignored.
|
|
143
143
|
*/
|
|
144
144
|
get formatString() {
|
|
145
|
-
return this.i.
|
|
145
|
+
return this.i.rg;
|
|
146
146
|
}
|
|
147
147
|
set formatString(v) {
|
|
148
|
-
this.i.
|
|
148
|
+
this.i.rg = v;
|
|
149
149
|
}
|
|
150
150
|
get formatSpecifiers() {
|
|
151
|
-
return this.i.
|
|
151
|
+
return this.i.qr;
|
|
152
152
|
}
|
|
153
153
|
set formatSpecifiers(v) {
|
|
154
154
|
if (v && !Array.isArray(v) && typeof (v) == "string") {
|
|
155
155
|
const re = /\s*(?:,|\s|$)\s*/gm;
|
|
156
156
|
v = v.split(re);
|
|
157
157
|
}
|
|
158
|
-
this.i.
|
|
158
|
+
this.i.qr = v;
|
|
159
159
|
}
|
|
160
160
|
/**
|
|
161
161
|
* Gets or sets the INTL NumericFormat object to use for formatting the date values.
|
|
162
162
|
*/
|
|
163
163
|
get formatOverride() {
|
|
164
|
-
return this.i.
|
|
164
|
+
return this.i.q5;
|
|
165
165
|
}
|
|
166
166
|
set formatOverride(v) {
|
|
167
|
-
this.i.
|
|
167
|
+
this.i.q5 = v;
|
|
168
168
|
}
|
|
169
169
|
/**
|
|
170
170
|
* Gets or sets the editor type used for editing cells in this column.
|
|
171
171
|
*/
|
|
172
172
|
get editorType() {
|
|
173
|
-
return this.i.
|
|
173
|
+
return this.i.qt;
|
|
174
174
|
}
|
|
175
175
|
set editorType(v) {
|
|
176
|
-
this.i.
|
|
177
|
-
this._a("editorType", enumToString(EditorType_$type, this.i.
|
|
176
|
+
this.i.qt = ensureEnum(EditorType_$type, v);
|
|
177
|
+
this._a("editorType", enumToString(EditorType_$type, this.i.qt));
|
|
178
178
|
}
|
|
179
179
|
/**
|
|
180
180
|
* Gets or sets the ComboBox data source.
|
|
181
181
|
*/
|
|
182
182
|
get editorDataSource() {
|
|
183
|
-
return this.i.
|
|
183
|
+
return this.i.q4;
|
|
184
184
|
}
|
|
185
185
|
set editorDataSource(v) {
|
|
186
|
-
this.i.
|
|
186
|
+
this.i.q4 = v;
|
|
187
187
|
}
|
|
188
188
|
/**
|
|
189
189
|
* Gets or sets the ComboBox text field.
|
|
190
190
|
*/
|
|
191
191
|
get editorTextField() {
|
|
192
|
-
return this.i.
|
|
192
|
+
return this.i.rb;
|
|
193
193
|
}
|
|
194
194
|
set editorTextField(v) {
|
|
195
|
-
this.i.
|
|
195
|
+
this.i.rb = v;
|
|
196
196
|
}
|
|
197
197
|
/**
|
|
198
198
|
* Gets or sets the ComboBox value field.
|
|
199
199
|
*/
|
|
200
200
|
get editorValueField() {
|
|
201
|
-
return this.i.
|
|
201
|
+
return this.i.rc;
|
|
202
202
|
}
|
|
203
203
|
set editorValueField(v) {
|
|
204
|
-
this.i.
|
|
204
|
+
this.i.rc = v;
|
|
205
205
|
}
|
|
206
206
|
findByName(name) {
|
|
207
207
|
var baseResult = super.findByName(name);
|
|
@@ -63,72 +63,72 @@ let IgcSectionHeaderComponent = /*@__PURE__*/ (() => {
|
|
|
63
63
|
}
|
|
64
64
|
}
|
|
65
65
|
get selectedBackground() {
|
|
66
|
-
return brushToString(this.i.
|
|
66
|
+
return brushToString(this.i.hv);
|
|
67
67
|
}
|
|
68
68
|
set selectedBackground(v) {
|
|
69
|
-
this.i.
|
|
70
|
-
this._a("selectedBackground", brushToString(this.i.
|
|
69
|
+
this.i.hv = stringToBrush(v);
|
|
70
|
+
this._a("selectedBackground", brushToString(this.i.hv));
|
|
71
71
|
}
|
|
72
72
|
get actualSelectedBackground() {
|
|
73
|
-
return brushToString(this.i.
|
|
73
|
+
return brushToString(this.i.hu);
|
|
74
74
|
}
|
|
75
75
|
set actualSelectedBackground(v) {
|
|
76
|
-
this.i.
|
|
77
|
-
this._a("actualSelectedBackground", brushToString(this.i.
|
|
76
|
+
this.i.hu = stringToBrush(v);
|
|
77
|
+
this._a("actualSelectedBackground", brushToString(this.i.hu));
|
|
78
78
|
}
|
|
79
79
|
/**
|
|
80
80
|
* Gets or sets the amount of left padding to use for the cell content for this column.
|
|
81
81
|
*/
|
|
82
82
|
get paddingLeft() {
|
|
83
|
-
return this.i.
|
|
83
|
+
return this.i.hd;
|
|
84
84
|
}
|
|
85
85
|
set paddingLeft(v) {
|
|
86
|
-
this.i.
|
|
87
|
-
this._a("paddingLeft", this.i.
|
|
86
|
+
this.i.hd = +v;
|
|
87
|
+
this._a("paddingLeft", this.i.hd);
|
|
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.hf;
|
|
94
94
|
}
|
|
95
95
|
set paddingTop(v) {
|
|
96
|
-
this.i.
|
|
97
|
-
this._a("paddingTop", this.i.
|
|
96
|
+
this.i.hf = +v;
|
|
97
|
+
this._a("paddingTop", this.i.hf);
|
|
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.
|
|
107
|
-
this._a("paddingRight", this.i.
|
|
106
|
+
this.i.he = +v;
|
|
107
|
+
this._a("paddingRight", this.i.he);
|
|
108
108
|
}
|
|
109
109
|
/**
|
|
110
110
|
* Gets or sets the amount of bottom padding to use for the cell content of this column.
|
|
111
111
|
*/
|
|
112
112
|
get paddingBottom() {
|
|
113
|
-
return this.i.
|
|
113
|
+
return this.i.hc;
|
|
114
114
|
}
|
|
115
115
|
set paddingBottom(v) {
|
|
116
|
-
this.i.
|
|
117
|
-
this._a("paddingBottom", this.i.
|
|
116
|
+
this.i.hc = +v;
|
|
117
|
+
this._a("paddingBottom", this.i.hc);
|
|
118
118
|
}
|
|
119
119
|
get isCollapsable() {
|
|
120
|
-
return this.i.
|
|
120
|
+
return this.i.g6;
|
|
121
121
|
}
|
|
122
122
|
set isCollapsable(v) {
|
|
123
|
-
this.i.
|
|
124
|
-
this._a("isCollapsable", this.i.
|
|
123
|
+
this.i.g6 = ensureBool(v);
|
|
124
|
+
this._a("isCollapsable", this.i.g6);
|
|
125
125
|
}
|
|
126
126
|
get summaryDisplayMode() {
|
|
127
|
-
return this.i.
|
|
127
|
+
return this.i.g3;
|
|
128
128
|
}
|
|
129
129
|
set summaryDisplayMode(v) {
|
|
130
|
-
this.i.
|
|
131
|
-
this._a("summaryDisplayMode", enumToString(GroupSummaryDisplayMode_$type, this.i.
|
|
130
|
+
this.i.g3 = ensureEnum(GroupSummaryDisplayMode_$type, v);
|
|
131
|
+
this._a("summaryDisplayMode", enumToString(GroupSummaryDisplayMode_$type, this.i.g3));
|
|
132
132
|
}
|
|
133
133
|
}
|
|
134
134
|
IgcSectionHeaderComponent._observedAttributesIgcSectionHeaderComponent = null;
|
|
@@ -55,41 +55,41 @@ let IgcSummaryRowComponent = /*@__PURE__*/ (() => {
|
|
|
55
55
|
* Gets or sets the background color for summary cells when selected.
|
|
56
56
|
*/
|
|
57
57
|
get selectedBackground() {
|
|
58
|
-
return brushToString(this.i.
|
|
58
|
+
return brushToString(this.i.hy);
|
|
59
59
|
}
|
|
60
60
|
set selectedBackground(v) {
|
|
61
|
-
this.i.
|
|
62
|
-
this._a("selectedBackground", brushToString(this.i.
|
|
61
|
+
this.i.hy = stringToBrush(v);
|
|
62
|
+
this._a("selectedBackground", brushToString(this.i.hy));
|
|
63
63
|
}
|
|
64
64
|
/**
|
|
65
65
|
* Gets the actual background color for summary cells when selected.
|
|
66
66
|
*/
|
|
67
67
|
get actualSelectedBackground() {
|
|
68
|
-
return brushToString(this.i.
|
|
68
|
+
return brushToString(this.i.hv);
|
|
69
69
|
}
|
|
70
70
|
set actualSelectedBackground(v) {
|
|
71
|
-
this.i.
|
|
72
|
-
this._a("actualSelectedBackground", brushToString(this.i.
|
|
71
|
+
this.i.hv = stringToBrush(v);
|
|
72
|
+
this._a("actualSelectedBackground", brushToString(this.i.hv));
|
|
73
73
|
}
|
|
74
74
|
/**
|
|
75
75
|
* Gets or sets the text color for the summary labels.
|
|
76
76
|
*/
|
|
77
77
|
get summaryLabelTextColor() {
|
|
78
|
-
return brushToString(this.i.
|
|
78
|
+
return brushToString(this.i.hz);
|
|
79
79
|
}
|
|
80
80
|
set summaryLabelTextColor(v) {
|
|
81
|
-
this.i.
|
|
82
|
-
this._a("summaryLabelTextColor", brushToString(this.i.
|
|
81
|
+
this.i.hz = stringToBrush(v);
|
|
82
|
+
this._a("summaryLabelTextColor", brushToString(this.i.hz));
|
|
83
83
|
}
|
|
84
84
|
/**
|
|
85
85
|
* Gets the actual text color for the summary labels.
|
|
86
86
|
*/
|
|
87
87
|
get actualSummaryLabelTextColor() {
|
|
88
|
-
return brushToString(this.i.
|
|
88
|
+
return brushToString(this.i.hw);
|
|
89
89
|
}
|
|
90
90
|
set actualSummaryLabelTextColor(v) {
|
|
91
|
-
this.i.
|
|
92
|
-
this._a("actualSummaryLabelTextColor", brushToString(this.i.
|
|
91
|
+
this.i.hw = stringToBrush(v);
|
|
92
|
+
this._a("actualSummaryLabelTextColor", brushToString(this.i.hw));
|
|
93
93
|
}
|
|
94
94
|
/**
|
|
95
95
|
* Gets or sets the text style for the summary labels.
|
|
@@ -110,41 +110,41 @@ let IgcSummaryRowComponent = /*@__PURE__*/ (() => {
|
|
|
110
110
|
* Gets or sets the amount of left padding to use for the cell content for this column.
|
|
111
111
|
*/
|
|
112
112
|
get paddingLeft() {
|
|
113
|
-
return this.i.
|
|
113
|
+
return this.i.hb;
|
|
114
114
|
}
|
|
115
115
|
set paddingLeft(v) {
|
|
116
|
-
this.i.
|
|
117
|
-
this._a("paddingLeft", this.i.
|
|
116
|
+
this.i.hb = +v;
|
|
117
|
+
this._a("paddingLeft", this.i.hb);
|
|
118
118
|
}
|
|
119
119
|
/**
|
|
120
120
|
* Gets or sets the amount of top padding to use for the cell content for this column.
|
|
121
121
|
*/
|
|
122
122
|
get paddingTop() {
|
|
123
|
-
return this.i.
|
|
123
|
+
return this.i.hd;
|
|
124
124
|
}
|
|
125
125
|
set paddingTop(v) {
|
|
126
|
-
this.i.
|
|
127
|
-
this._a("paddingTop", this.i.
|
|
126
|
+
this.i.hd = +v;
|
|
127
|
+
this._a("paddingTop", this.i.hd);
|
|
128
128
|
}
|
|
129
129
|
/**
|
|
130
130
|
* Gets or sets the amount of right padding to use for the cell content of this column.
|
|
131
131
|
*/
|
|
132
132
|
get paddingRight() {
|
|
133
|
-
return this.i.
|
|
133
|
+
return this.i.hc;
|
|
134
134
|
}
|
|
135
135
|
set paddingRight(v) {
|
|
136
|
-
this.i.
|
|
137
|
-
this._a("paddingRight", this.i.
|
|
136
|
+
this.i.hc = +v;
|
|
137
|
+
this._a("paddingRight", this.i.hc);
|
|
138
138
|
}
|
|
139
139
|
/**
|
|
140
140
|
* Gets or sets the amount of bottom padding to use for the cell content of this column.
|
|
141
141
|
*/
|
|
142
142
|
get paddingBottom() {
|
|
143
|
-
return this.i.
|
|
143
|
+
return this.i.ha;
|
|
144
144
|
}
|
|
145
145
|
set paddingBottom(v) {
|
|
146
|
-
this.i.
|
|
147
|
-
this._a("paddingBottom", this.i.
|
|
146
|
+
this.i.ha = +v;
|
|
147
|
+
this._a("paddingBottom", this.i.ha);
|
|
148
148
|
}
|
|
149
149
|
}
|
|
150
150
|
IgcSummaryRowComponent._observedAttributesIgcSummaryRowComponent = null;
|
|
@@ -66,38 +66,38 @@ let IgcTextColumnComponent = /*@__PURE__*/ (() => {
|
|
|
66
66
|
* Gets or sets the editor type used for editing cells in this column.
|
|
67
67
|
*/
|
|
68
68
|
get editorType() {
|
|
69
|
-
return this.i.
|
|
69
|
+
return this.i.qq;
|
|
70
70
|
}
|
|
71
71
|
set editorType(v) {
|
|
72
|
-
this.i.
|
|
73
|
-
this._a("editorType", enumToString(EditorType_$type, this.i.
|
|
72
|
+
this.i.qq = ensureEnum(EditorType_$type, v);
|
|
73
|
+
this._a("editorType", enumToString(EditorType_$type, this.i.qq));
|
|
74
74
|
}
|
|
75
75
|
/**
|
|
76
76
|
* Gets or sets the ComboBox data source.
|
|
77
77
|
*/
|
|
78
78
|
get editorDataSource() {
|
|
79
|
-
return this.i.
|
|
79
|
+
return this.i.qr;
|
|
80
80
|
}
|
|
81
81
|
set editorDataSource(v) {
|
|
82
|
-
this.i.
|
|
82
|
+
this.i.qr = v;
|
|
83
83
|
}
|
|
84
84
|
/**
|
|
85
85
|
* Gets or sets the ComboBox text field.
|
|
86
86
|
*/
|
|
87
87
|
get editorTextField() {
|
|
88
|
-
return this.i.
|
|
88
|
+
return this.i.qt;
|
|
89
89
|
}
|
|
90
90
|
set editorTextField(v) {
|
|
91
|
-
this.i.
|
|
91
|
+
this.i.qt = v;
|
|
92
92
|
}
|
|
93
93
|
/**
|
|
94
94
|
* Gets or sets the ComboBox value field.
|
|
95
95
|
*/
|
|
96
96
|
get editorValueField() {
|
|
97
|
-
return this.i.
|
|
97
|
+
return this.i.qu;
|
|
98
98
|
}
|
|
99
99
|
set editorValueField(v) {
|
|
100
|
-
this.i.
|
|
100
|
+
this.i.qu = v;
|
|
101
101
|
}
|
|
102
102
|
}
|
|
103
103
|
IgcTextColumnComponent._observedAttributesIgcTextColumnComponent = null;
|