igniteui-webcomponents-grids 3.2.2 → 3.2.4
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-grids.umd.js +10275 -9381
- package/bundles/igniteui-webcomponents-grids.umd.min.js +1 -1
- package/esm2015/lib/BaseEditorView.js +5 -0
- package/esm2015/lib/CanvasCellPresenterBase.js +10 -10
- package/esm2015/lib/CanvasContentCellModelHelper.js +11 -11
- package/esm2015/lib/CanvasDateTimeCellPresenter.js +2 -2
- package/esm2015/lib/CanvasGridCellBase.js +305 -289
- package/esm2015/lib/CanvasImageCell.js +29 -29
- package/esm2015/lib/CanvasImageCellPresenter.js +7 -7
- package/esm2015/lib/CanvasNumericCell.js +2 -2
- package/esm2015/lib/CanvasNumericCellPresenter.js +3 -3
- package/esm2015/lib/CanvasSectionHeaderCell.js +3 -3
- package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +2 -2
- package/esm2015/lib/CanvasSummaryCell.js +51 -51
- package/esm2015/lib/CanvasSummaryCellPresenter.js +5 -5
- package/esm2015/lib/CanvasTemplateCell.js +7 -7
- package/esm2015/lib/CanvasTemplateCellPresenter.js +3 -3
- package/esm2015/lib/CanvasTemplateHeaderCell.js +7 -7
- package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +2 -2
- package/esm2015/lib/CanvasTextCell.js +3 -3
- package/esm2015/lib/CanvasTextCellPresenter.js +2 -2
- package/esm2015/lib/CanvasTextHeaderCell.js +24 -24
- package/esm2015/lib/CanvasTextHeaderCellPresenter.js +11 -11
- package/esm2015/lib/CellPresenterBase.js +1 -1
- package/esm2015/lib/CheckboxListView_combined.js +341 -306
- package/esm2015/lib/ColumnChooserView_combined.js +22 -22
- package/esm2015/lib/ColumnFilterCondition_combined.js +7531 -7208
- package/esm2015/lib/ColumnGroupDescription.js +22 -0
- package/esm2015/lib/ColumnGroupDescriptionCollection.js +14 -8
- package/esm2015/lib/ColumnGroupingView_combined.js +25 -25
- package/esm2015/lib/ColumnPinningView_combined.js +22 -22
- package/esm2015/lib/ColumnSortDescriptionCollection.js +12 -6
- package/esm2015/lib/ColumnSummaryDescriptionCollection.js +12 -6
- package/esm2015/lib/ComboEditorView.js +6 -3
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +23 -18
- package/esm2015/lib/DataGridAccessibilityLayoutPanel.js +5 -5
- package/esm2015/lib/DataGridCellLayoutPanel.js +27 -25
- package/esm2015/lib/DataGridScrollerKeyboardListener.js +15 -15
- package/esm2015/lib/DataGridToolbarView_combined.js +17 -17
- package/esm2015/lib/DateTimeColumnValueFormatter.js +90 -1
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +25 -25
- package/esm2015/lib/GridColumnGroupOptionsView_combined.js +10 -10
- package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
- package/esm2015/lib/GridColumnMoveOptionsView_combined.js +6 -6
- package/esm2015/lib/GridColumnOptionsViewBase_combined.js +2 -2
- package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnPinOptionsView_combined.js +5 -5
- package/esm2015/lib/GridColumnSortOptionsView_combined.js +5 -5
- package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +15 -15
- package/esm2015/lib/GridExternalWrapper.js +18 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +1 -1
- package/esm2015/lib/ISummaryChooserView_combined.js +13 -13
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +47 -47
- package/esm2015/lib/MultiColumnComboVisualModelExport.js +1 -1
- package/esm2015/lib/NumericCellPresenter.js +1 -1
- package/esm2015/lib/PropertyEditorView_combined.js +40 -40
- package/esm2015/lib/TemplateCellPresenter.js +1 -1
- package/esm2015/lib/TemplateHeader.js +8 -8
- package/esm2015/lib/TemplateHeaderCellPresenter.js +1 -1
- package/esm2015/lib/TemplateSectionHeader.js +2 -2
- package/esm2015/lib/TextEditorView.js +28 -10
- package/esm2015/lib/VerticalSeparatorCell.js +46 -8
- package/esm2015/lib/VisualModelExport.js +120 -100
- package/esm2015/lib/igc-checkbox-list-component.js +74 -54
- package/esm2015/lib/igc-column-component.js +164 -164
- package/esm2015/lib/igc-column-group-description-collection.js +13 -3
- 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-column-sort-description-collection.js +13 -3
- package/esm2015/lib/igc-column-summary-description-collection.js +13 -3
- package/esm2015/lib/igc-combo-box-column-component.js +10 -10
- package/esm2015/lib/igc-data-grid-component.js +699 -593
- package/esm2015/lib/igc-date-time-column-component.js +23 -23
- package/esm2015/lib/igc-definition-base-component.js +50 -50
- 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/esm5/lib/BaseEditorView.js +5 -0
- package/esm5/lib/CanvasCellPresenterBase.js +10 -10
- package/esm5/lib/CanvasContentCellModelHelper.js +11 -11
- package/esm5/lib/CanvasDateTimeCellPresenter.js +2 -2
- package/esm5/lib/CanvasGridCellBase.js +304 -288
- package/esm5/lib/CanvasImageCell.js +28 -28
- package/esm5/lib/CanvasImageCellPresenter.js +7 -7
- package/esm5/lib/CanvasNumericCell.js +2 -2
- package/esm5/lib/CanvasNumericCellPresenter.js +3 -3
- package/esm5/lib/CanvasSectionHeaderCell.js +3 -3
- package/esm5/lib/CanvasSectionHeaderCellPresenter.js +2 -2
- package/esm5/lib/CanvasSummaryCell.js +51 -51
- package/esm5/lib/CanvasSummaryCellPresenter.js +5 -5
- package/esm5/lib/CanvasTemplateCell.js +7 -7
- package/esm5/lib/CanvasTemplateCellPresenter.js +3 -3
- package/esm5/lib/CanvasTemplateHeaderCell.js +7 -7
- package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +2 -2
- package/esm5/lib/CanvasTextCell.js +3 -3
- package/esm5/lib/CanvasTextCellPresenter.js +2 -2
- package/esm5/lib/CanvasTextHeaderCell.js +24 -24
- package/esm5/lib/CanvasTextHeaderCellPresenter.js +11 -11
- package/esm5/lib/CellPresenterBase.js +1 -1
- package/esm5/lib/CheckboxListView_combined.js +339 -296
- package/esm5/lib/ColumnChooserView_combined.js +22 -22
- package/esm5/lib/ColumnFilterCondition_combined.js +7352 -6962
- package/esm5/lib/ColumnGroupDescription.js +22 -0
- package/esm5/lib/ColumnGroupDescriptionCollection.js +18 -8
- package/esm5/lib/ColumnGroupingView_combined.js +25 -25
- package/esm5/lib/ColumnPinningView_combined.js +22 -22
- package/esm5/lib/ColumnSortDescriptionCollection.js +16 -6
- package/esm5/lib/ColumnSummaryDescriptionCollection.js +16 -6
- package/esm5/lib/ComboEditorView.js +6 -3
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +23 -18
- package/esm5/lib/DataGridAccessibilityLayoutPanel.js +5 -5
- package/esm5/lib/DataGridCellLayoutPanel.js +27 -25
- package/esm5/lib/DataGridScrollerKeyboardListener.js +15 -15
- package/esm5/lib/DataGridToolbarView_combined.js +17 -17
- package/esm5/lib/DateTimeColumnValueFormatter.js +92 -1
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +25 -25
- package/esm5/lib/GridColumnGroupOptionsView_combined.js +10 -10
- package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
- package/esm5/lib/GridColumnMoveOptionsView_combined.js +6 -6
- package/esm5/lib/GridColumnOptionsViewBase_combined.js +2 -2
- package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnPinOptionsView_combined.js +5 -5
- package/esm5/lib/GridColumnSortOptionsView_combined.js +5 -5
- package/esm5/lib/GridColumnSummaryOptionsView_combined.js +15 -15
- package/esm5/lib/GridExternalWrapper.js +18 -6
- package/esm5/lib/GridFilterDialogView_combined.js +1 -1
- package/esm5/lib/ISummaryChooserView_combined.js +13 -13
- package/esm5/lib/MultiColumnComboBoxView_combined.js +47 -47
- package/esm5/lib/MultiColumnComboVisualModelExport.js +1 -1
- package/esm5/lib/NumericCellPresenter.js +1 -1
- package/esm5/lib/PropertyEditorView_combined.js +40 -40
- package/esm5/lib/TemplateCellPresenter.js +1 -1
- package/esm5/lib/TemplateHeader.js +8 -8
- package/esm5/lib/TemplateHeaderCellPresenter.js +1 -1
- package/esm5/lib/TemplateSectionHeader.js +2 -2
- package/esm5/lib/TextEditorView.js +28 -10
- package/esm5/lib/VerticalSeparatorCell.js +46 -8
- package/esm5/lib/VisualModelExport.js +120 -100
- package/esm5/lib/igc-checkbox-list-component.js +82 -54
- package/esm5/lib/igc-column-component.js +164 -164
- package/esm5/lib/igc-column-group-description-collection.js +17 -3
- 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-column-sort-description-collection.js +17 -3
- package/esm5/lib/igc-column-summary-description-collection.js +17 -3
- package/esm5/lib/igc-combo-box-column-component.js +10 -10
- package/esm5/lib/igc-data-grid-component.js +743 -601
- package/esm5/lib/igc-date-time-column-component.js +23 -23
- package/esm5/lib/igc-definition-base-component.js +50 -50
- 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/fesm2015/igniteui-webcomponents-grids.js +10315 -9565
- package/fesm5/igniteui-webcomponents-grids.js +10276 -9382
- package/lib/CanvasGridCellBase.d.ts +95 -93
- package/lib/CanvasImageCell.d.ts +11 -11
- package/lib/CanvasSectionHeaderCell.d.ts +1 -1
- package/lib/CanvasSummaryCell.d.ts +15 -15
- package/lib/CanvasTemplateCell.d.ts +4 -4
- package/lib/CanvasTemplateHeaderCell.d.ts +4 -4
- package/lib/CanvasTextCell.d.ts +1 -1
- package/lib/CanvasTextHeaderCell.d.ts +6 -6
- package/lib/CheckboxListView_combined.d.ts +74 -69
- package/lib/ColumnFilterCondition_combined.d.ts +1306 -1264
- package/lib/ColumnGroupDescription.d.ts +1 -0
- package/lib/ColumnGroupDescriptionCollection.d.ts +8 -7
- package/lib/ColumnSortDescriptionCollection.d.ts +8 -7
- package/lib/ColumnSummaryDescriptionCollection.d.ts +8 -7
- package/lib/DataGridCellLayoutPanel.d.ts +1 -0
- package/lib/DateTimeColumnValueFormatter.d.ts +19 -1
- package/lib/GridExternalWrapper.d.ts +4 -0
- package/lib/TemplateHeader.d.ts +3 -3
- package/lib/TemplateSectionHeader.d.ts +2 -2
- package/lib/TextEditorView.d.ts +5 -3
- package/lib/VerticalSeparatorCell.d.ts +9 -0
- package/lib/VisualModelExport.d.ts +31 -26
- package/lib/igc-checkbox-list-component.d.ts +9 -0
- package/lib/igc-column-group-description-collection.d.ts +4 -0
- package/lib/igc-column-sort-description-collection.d.ts +4 -0
- package/lib/igc-column-summary-description-collection.d.ts +4 -0
- package/lib/igc-data-grid-component.d.ts +30 -2
- package/package.json +4 -4
|
@@ -144,7 +144,6 @@ export let IgcDataGridComponent = /*@__PURE__*/ (() => {
|
|
|
144
144
|
this.combinedColumns = [];
|
|
145
145
|
this._disableManualColumnSync = false;
|
|
146
146
|
this._columns = null;
|
|
147
|
-
this._scrollerStyle = 1 /* Fading */;
|
|
148
147
|
this._columnsAdapter = null;
|
|
149
148
|
this._renderer = null;
|
|
150
149
|
this._disconnected = false;
|
|
@@ -410,14 +409,15 @@ export let IgcDataGridComponent = /*@__PURE__*/ (() => {
|
|
|
410
409
|
get useAccessibility() {
|
|
411
410
|
return this._useAccessibility;
|
|
412
411
|
}
|
|
413
|
-
|
|
414
|
-
this._scrollerStyle = ensureEnum(ScrollbarStyle_$type, style);
|
|
412
|
+
_setScrollbarStyle(style) {
|
|
415
413
|
if (this._scroller) {
|
|
416
|
-
this._scroller.scrollbarStyle =
|
|
414
|
+
this._scroller.scrollbarStyle = style;
|
|
417
415
|
}
|
|
418
416
|
}
|
|
419
|
-
|
|
420
|
-
|
|
417
|
+
_setScrollbarColor(color) {
|
|
418
|
+
if (this._scroller) {
|
|
419
|
+
this._scroller.scrollbarBrush = color;
|
|
420
|
+
}
|
|
421
421
|
}
|
|
422
422
|
createImplementation() {
|
|
423
423
|
let test = Grid;
|
|
@@ -907,292 +907,292 @@ export let IgcDataGridComponent = /*@__PURE__*/ (() => {
|
|
|
907
907
|
* Gets or sets the type of column resizing to use.
|
|
908
908
|
*/
|
|
909
909
|
get columnResizingMode() {
|
|
910
|
-
return this.i.
|
|
910
|
+
return this.i.b3;
|
|
911
911
|
}
|
|
912
912
|
set columnResizingMode(v) {
|
|
913
|
-
this.i.
|
|
914
|
-
this._a("columnResizingMode", enumToString(ColumnResizingMode_$type, this.i.
|
|
913
|
+
this.i.b3 = ensureEnum(ColumnResizingMode_$type, v);
|
|
914
|
+
this._a("columnResizingMode", enumToString(ColumnResizingMode_$type, this.i.b3));
|
|
915
915
|
}
|
|
916
916
|
/**
|
|
917
917
|
* Gets or sets the type column moving to use.
|
|
918
918
|
*/
|
|
919
919
|
get columnMovingMode() {
|
|
920
|
-
return this.i.
|
|
920
|
+
return this.i.bp;
|
|
921
921
|
}
|
|
922
922
|
set columnMovingMode(v) {
|
|
923
|
-
this.i.
|
|
924
|
-
this._a("columnMovingMode", enumToString(ColumnMovingMode_$type, this.i.
|
|
923
|
+
this.i.bp = ensureEnum(ColumnMovingMode_$type, v);
|
|
924
|
+
this._a("columnMovingMode", enumToString(ColumnMovingMode_$type, this.i.bp));
|
|
925
925
|
}
|
|
926
926
|
/**
|
|
927
927
|
* Gets or sets whether the row will highlight when hovered.
|
|
928
928
|
*/
|
|
929
929
|
get isRowHoverEnabled() {
|
|
930
|
-
return this.i.
|
|
930
|
+
return this.i.ka;
|
|
931
931
|
}
|
|
932
932
|
set isRowHoverEnabled(v) {
|
|
933
|
-
this.i.
|
|
934
|
-
this._a("isRowHoverEnabled", this.i.
|
|
933
|
+
this.i.ka = ensureBool(v);
|
|
934
|
+
this._a("isRowHoverEnabled", this.i.ka);
|
|
935
935
|
}
|
|
936
936
|
/**
|
|
937
937
|
* Gets or sets the background color for rows when hovered.
|
|
938
938
|
*/
|
|
939
939
|
get rowHoverBackground() {
|
|
940
|
-
return brushToString(this.i.
|
|
940
|
+
return brushToString(this.i.z8);
|
|
941
941
|
}
|
|
942
942
|
set rowHoverBackground(v) {
|
|
943
|
-
this.i.
|
|
944
|
-
this._a("rowHoverBackground", brushToString(this.i.
|
|
943
|
+
this.i.z8 = stringToBrush(v);
|
|
944
|
+
this._a("rowHoverBackground", brushToString(this.i.z8));
|
|
945
945
|
}
|
|
946
946
|
/**
|
|
947
947
|
* Gets or sets the text color for rows when hovered.
|
|
948
948
|
*/
|
|
949
949
|
get rowHoverTextColor() {
|
|
950
|
-
return brushToString(this.i.
|
|
950
|
+
return brushToString(this.i.z9);
|
|
951
951
|
}
|
|
952
952
|
set rowHoverTextColor(v) {
|
|
953
|
-
this.i.
|
|
954
|
-
this._a("rowHoverTextColor", brushToString(this.i.
|
|
953
|
+
this.i.z9 = stringToBrush(v);
|
|
954
|
+
this._a("rowHoverTextColor", brushToString(this.i.z9));
|
|
955
955
|
}
|
|
956
956
|
/**
|
|
957
957
|
* Gets or sets the border color for rows being edited.
|
|
958
958
|
*/
|
|
959
959
|
get editRowBorder() {
|
|
960
|
-
return brushToString(this.i.
|
|
960
|
+
return brushToString(this.i.z0);
|
|
961
961
|
}
|
|
962
962
|
set editRowBorder(v) {
|
|
963
|
-
this.i.
|
|
964
|
-
this._a("editRowBorder", brushToString(this.i.
|
|
963
|
+
this.i.z0 = stringToBrush(v);
|
|
964
|
+
this._a("editRowBorder", brushToString(this.i.z0));
|
|
965
965
|
}
|
|
966
966
|
get editRowBorderWidthBottom() {
|
|
967
|
-
return this.i.
|
|
967
|
+
return this.i.aa3 ? this.i.aa3.bottom : NaN;
|
|
968
968
|
}
|
|
969
969
|
set editRowBorderWidthBottom(v) {
|
|
970
970
|
this.ensureEditRowBorderWidth();
|
|
971
|
-
this.i.
|
|
972
|
-
this._a("editRowBorderWidthBottom", this.i.
|
|
973
|
-
this.i.
|
|
971
|
+
this.i.aa3.bottom = +v;
|
|
972
|
+
this._a("editRowBorderWidthBottom", this.i.aa3.bottom);
|
|
973
|
+
this.i.aa3 = this.i.aa3;
|
|
974
974
|
}
|
|
975
975
|
get editRowBorderWidthLeft() {
|
|
976
|
-
return this.i.
|
|
976
|
+
return this.i.aa3 ? this.i.aa3.left : NaN;
|
|
977
977
|
}
|
|
978
978
|
set editRowBorderWidthLeft(v) {
|
|
979
979
|
this.ensureEditRowBorderWidth();
|
|
980
|
-
this.i.
|
|
981
|
-
this._a("editRowBorderWidthLeft", this.i.
|
|
982
|
-
this.i.
|
|
980
|
+
this.i.aa3.left = +v;
|
|
981
|
+
this._a("editRowBorderWidthLeft", this.i.aa3.left);
|
|
982
|
+
this.i.aa3 = this.i.aa3;
|
|
983
983
|
}
|
|
984
984
|
get editRowBorderWidthRight() {
|
|
985
|
-
return this.i.
|
|
985
|
+
return this.i.aa3 ? this.i.aa3.right : NaN;
|
|
986
986
|
}
|
|
987
987
|
set editRowBorderWidthRight(v) {
|
|
988
988
|
this.ensureEditRowBorderWidth();
|
|
989
|
-
this.i.
|
|
990
|
-
this._a("editRowBorderWidthRight", this.i.
|
|
991
|
-
this.i.
|
|
989
|
+
this.i.aa3.right = +v;
|
|
990
|
+
this._a("editRowBorderWidthRight", this.i.aa3.right);
|
|
991
|
+
this.i.aa3 = this.i.aa3;
|
|
992
992
|
}
|
|
993
993
|
get editRowBorderWidthTop() {
|
|
994
|
-
return this.i.
|
|
994
|
+
return this.i.aa3 ? this.i.aa3.top : NaN;
|
|
995
995
|
}
|
|
996
996
|
set editRowBorderWidthTop(v) {
|
|
997
997
|
this.ensureEditRowBorderWidth();
|
|
998
|
-
this.i.
|
|
999
|
-
this._a("editRowBorderWidthTop", this.i.
|
|
1000
|
-
this.i.
|
|
998
|
+
this.i.aa3.top = +v;
|
|
999
|
+
this._a("editRowBorderWidthTop", this.i.aa3.top);
|
|
1000
|
+
this.i.aa3 = this.i.aa3;
|
|
1001
1001
|
}
|
|
1002
1002
|
ensureEditRowBorderWidth() {
|
|
1003
|
-
if (this.i.
|
|
1003
|
+
if (this.i.aa3) {
|
|
1004
1004
|
return;
|
|
1005
1005
|
}
|
|
1006
|
-
this.i.
|
|
1006
|
+
this.i.aa3 = new Thickness(2);
|
|
1007
1007
|
}
|
|
1008
1008
|
/**
|
|
1009
1009
|
* Gets or sets the header type used for sectioning off groups of rows.
|
|
1010
1010
|
*/
|
|
1011
1011
|
get sectionHeader() {
|
|
1012
|
-
if (this.i.
|
|
1012
|
+
if (this.i.f2 == null) {
|
|
1013
1013
|
return null;
|
|
1014
1014
|
}
|
|
1015
|
-
if (!this.i.
|
|
1016
|
-
let e = IgcSectionHeaderComponent._createFromInternal(this.i.
|
|
1015
|
+
if (!this.i.f2.externalObject) {
|
|
1016
|
+
let e = IgcSectionHeaderComponent._createFromInternal(this.i.f2);
|
|
1017
1017
|
if (e) {
|
|
1018
|
-
e._implementation = this.i.
|
|
1018
|
+
e._implementation = this.i.f2;
|
|
1019
1019
|
}
|
|
1020
|
-
this.i.
|
|
1020
|
+
this.i.f2.externalObject = e;
|
|
1021
1021
|
}
|
|
1022
|
-
return this.i.
|
|
1022
|
+
return this.i.f2.externalObject;
|
|
1023
1023
|
}
|
|
1024
1024
|
set sectionHeader(v) {
|
|
1025
1025
|
if (v != null && this._stylingContainer && v._styling)
|
|
1026
1026
|
v._styling(this._stylingContainer, this, this);
|
|
1027
|
-
v == null ? this.i.
|
|
1027
|
+
v == null ? this.i.f2 = null : this.i.f2 = v.i;
|
|
1028
1028
|
}
|
|
1029
1029
|
/**
|
|
1030
1030
|
* Gets or sets the cell definition used for summary rows at the root level.
|
|
1031
1031
|
*/
|
|
1032
1032
|
get summaryRowRoot() {
|
|
1033
|
-
if (this.i.
|
|
1033
|
+
if (this.i.gc == null) {
|
|
1034
1034
|
return null;
|
|
1035
1035
|
}
|
|
1036
|
-
if (!this.i.
|
|
1037
|
-
let e = IgcSummaryRowRootComponent._createFromInternal(this.i.
|
|
1036
|
+
if (!this.i.gc.externalObject) {
|
|
1037
|
+
let e = IgcSummaryRowRootComponent._createFromInternal(this.i.gc);
|
|
1038
1038
|
if (e) {
|
|
1039
|
-
e._implementation = this.i.
|
|
1039
|
+
e._implementation = this.i.gc;
|
|
1040
1040
|
}
|
|
1041
|
-
this.i.
|
|
1041
|
+
this.i.gc.externalObject = e;
|
|
1042
1042
|
}
|
|
1043
|
-
return this.i.
|
|
1043
|
+
return this.i.gc.externalObject;
|
|
1044
1044
|
}
|
|
1045
1045
|
set summaryRowRoot(v) {
|
|
1046
1046
|
if (v != null && this._stylingContainer && v._styling)
|
|
1047
1047
|
v._styling(this._stylingContainer, this, this);
|
|
1048
|
-
v == null ? this.i.
|
|
1048
|
+
v == null ? this.i.gc = null : this.i.gc = v.i;
|
|
1049
1049
|
}
|
|
1050
1050
|
/**
|
|
1051
1051
|
* Gets or sets the cell definition used for summary rows at the section level.
|
|
1052
1052
|
*/
|
|
1053
1053
|
get summaryRowSection() {
|
|
1054
|
-
if (this.i.
|
|
1054
|
+
if (this.i.ge == null) {
|
|
1055
1055
|
return null;
|
|
1056
1056
|
}
|
|
1057
|
-
if (!this.i.
|
|
1058
|
-
let e = IgcSummaryRowSectionComponent._createFromInternal(this.i.
|
|
1057
|
+
if (!this.i.ge.externalObject) {
|
|
1058
|
+
let e = IgcSummaryRowSectionComponent._createFromInternal(this.i.ge);
|
|
1059
1059
|
if (e) {
|
|
1060
|
-
e._implementation = this.i.
|
|
1060
|
+
e._implementation = this.i.ge;
|
|
1061
1061
|
}
|
|
1062
|
-
this.i.
|
|
1062
|
+
this.i.ge.externalObject = e;
|
|
1063
1063
|
}
|
|
1064
|
-
return this.i.
|
|
1064
|
+
return this.i.ge.externalObject;
|
|
1065
1065
|
}
|
|
1066
1066
|
set summaryRowSection(v) {
|
|
1067
1067
|
if (v != null && this._stylingContainer && v._styling)
|
|
1068
1068
|
v._styling(this._stylingContainer, this, this);
|
|
1069
|
-
v == null ? this.i.
|
|
1069
|
+
v == null ? this.i.ge = null : this.i.ge = v.i;
|
|
1070
1070
|
}
|
|
1071
1071
|
/**
|
|
1072
1072
|
* Gets or sets the row seperator settings.
|
|
1073
1073
|
*/
|
|
1074
1074
|
get rowSeparator() {
|
|
1075
|
-
if (this.i.
|
|
1075
|
+
if (this.i.fx == null) {
|
|
1076
1076
|
return null;
|
|
1077
1077
|
}
|
|
1078
|
-
if (!this.i.
|
|
1079
|
-
let e = IgcRowSeparatorComponent._createFromInternal(this.i.
|
|
1078
|
+
if (!this.i.fx.externalObject) {
|
|
1079
|
+
let e = IgcRowSeparatorComponent._createFromInternal(this.i.fx);
|
|
1080
1080
|
if (e) {
|
|
1081
|
-
e._implementation = this.i.
|
|
1081
|
+
e._implementation = this.i.fx;
|
|
1082
1082
|
}
|
|
1083
|
-
this.i.
|
|
1083
|
+
this.i.fx.externalObject = e;
|
|
1084
1084
|
}
|
|
1085
|
-
return this.i.
|
|
1085
|
+
return this.i.fx.externalObject;
|
|
1086
1086
|
}
|
|
1087
1087
|
set rowSeparator(v) {
|
|
1088
1088
|
if (v != null && this._stylingContainer && v._styling)
|
|
1089
1089
|
v._styling(this._stylingContainer, this, this);
|
|
1090
|
-
v == null ? this.i.
|
|
1090
|
+
v == null ? this.i.fx = null : this.i.fx = v.i;
|
|
1091
1091
|
}
|
|
1092
1092
|
/**
|
|
1093
1093
|
* Gets or sets the header row seperator settings.
|
|
1094
1094
|
*/
|
|
1095
1095
|
get headerRowSeparator() {
|
|
1096
|
-
if (this.i.
|
|
1096
|
+
if (this.i.ex == null) {
|
|
1097
1097
|
return null;
|
|
1098
1098
|
}
|
|
1099
|
-
if (!this.i.
|
|
1100
|
-
let e = IgcHeaderRowSeparatorComponent._createFromInternal(this.i.
|
|
1099
|
+
if (!this.i.ex.externalObject) {
|
|
1100
|
+
let e = IgcHeaderRowSeparatorComponent._createFromInternal(this.i.ex);
|
|
1101
1101
|
if (e) {
|
|
1102
|
-
e._implementation = this.i.
|
|
1102
|
+
e._implementation = this.i.ex;
|
|
1103
1103
|
}
|
|
1104
|
-
this.i.
|
|
1104
|
+
this.i.ex.externalObject = e;
|
|
1105
1105
|
}
|
|
1106
|
-
return this.i.
|
|
1106
|
+
return this.i.ex.externalObject;
|
|
1107
1107
|
}
|
|
1108
1108
|
set headerRowSeparator(v) {
|
|
1109
1109
|
if (v != null && this._stylingContainer && v._styling)
|
|
1110
1110
|
v._styling(this._stylingContainer, this, this);
|
|
1111
|
-
v == null ? this.i.
|
|
1111
|
+
v == null ? this.i.ex = null : this.i.ex = v.i;
|
|
1112
1112
|
}
|
|
1113
1113
|
/**
|
|
1114
1114
|
* Gets or sets the header seperator settings.
|
|
1115
1115
|
*/
|
|
1116
1116
|
get headerSeparator() {
|
|
1117
|
-
if (this.i.
|
|
1117
|
+
if (this.i.ez == null) {
|
|
1118
1118
|
return null;
|
|
1119
1119
|
}
|
|
1120
|
-
if (!this.i.
|
|
1121
|
-
let e = IgcHeaderSeparatorComponent._createFromInternal(this.i.
|
|
1120
|
+
if (!this.i.ez.externalObject) {
|
|
1121
|
+
let e = IgcHeaderSeparatorComponent._createFromInternal(this.i.ez);
|
|
1122
1122
|
if (e) {
|
|
1123
|
-
e._implementation = this.i.
|
|
1123
|
+
e._implementation = this.i.ez;
|
|
1124
1124
|
}
|
|
1125
|
-
this.i.
|
|
1125
|
+
this.i.ez.externalObject = e;
|
|
1126
1126
|
}
|
|
1127
|
-
return this.i.
|
|
1127
|
+
return this.i.ez.externalObject;
|
|
1128
1128
|
}
|
|
1129
1129
|
set headerSeparator(v) {
|
|
1130
1130
|
if (v != null && this._stylingContainer && v._styling)
|
|
1131
1131
|
v._styling(this._stylingContainer, this, this);
|
|
1132
|
-
v == null ? this.i.
|
|
1132
|
+
v == null ? this.i.ez = null : this.i.ez = v.i;
|
|
1133
1133
|
}
|
|
1134
1134
|
/**
|
|
1135
1135
|
* Gets or sets the column resizing seperator settings.
|
|
1136
1136
|
*/
|
|
1137
1137
|
get columnResizingSeparator() {
|
|
1138
|
-
if (this.i.
|
|
1138
|
+
if (this.i.b5 == null) {
|
|
1139
1139
|
return null;
|
|
1140
1140
|
}
|
|
1141
|
-
if (!this.i.
|
|
1142
|
-
let e = IgcColumnResizingSeparatorComponent._createFromInternal(this.i.
|
|
1141
|
+
if (!this.i.b5.externalObject) {
|
|
1142
|
+
let e = IgcColumnResizingSeparatorComponent._createFromInternal(this.i.b5);
|
|
1143
1143
|
if (e) {
|
|
1144
|
-
e._implementation = this.i.
|
|
1144
|
+
e._implementation = this.i.b5;
|
|
1145
1145
|
}
|
|
1146
|
-
this.i.
|
|
1146
|
+
this.i.b5.externalObject = e;
|
|
1147
1147
|
}
|
|
1148
|
-
return this.i.
|
|
1148
|
+
return this.i.b5.externalObject;
|
|
1149
1149
|
}
|
|
1150
1150
|
set columnResizingSeparator(v) {
|
|
1151
1151
|
if (v != null && this._stylingContainer && v._styling)
|
|
1152
1152
|
v._styling(this._stylingContainer, this, this);
|
|
1153
|
-
v == null ? this.i.
|
|
1153
|
+
v == null ? this.i.b5 = null : this.i.b5 = v.i;
|
|
1154
1154
|
}
|
|
1155
1155
|
/**
|
|
1156
1156
|
* Gets or sets the column resizing seperator settings.
|
|
1157
1157
|
*/
|
|
1158
1158
|
get columnMovingSeparator() {
|
|
1159
|
-
if (this.i.
|
|
1159
|
+
if (this.i.br == null) {
|
|
1160
1160
|
return null;
|
|
1161
1161
|
}
|
|
1162
|
-
if (!this.i.
|
|
1163
|
-
let e = IgcColumnMovingSeparatorComponent._createFromInternal(this.i.
|
|
1162
|
+
if (!this.i.br.externalObject) {
|
|
1163
|
+
let e = IgcColumnMovingSeparatorComponent._createFromInternal(this.i.br);
|
|
1164
1164
|
if (e) {
|
|
1165
|
-
e._implementation = this.i.
|
|
1165
|
+
e._implementation = this.i.br;
|
|
1166
1166
|
}
|
|
1167
|
-
this.i.
|
|
1167
|
+
this.i.br.externalObject = e;
|
|
1168
1168
|
}
|
|
1169
|
-
return this.i.
|
|
1169
|
+
return this.i.br.externalObject;
|
|
1170
1170
|
}
|
|
1171
1171
|
set columnMovingSeparator(v) {
|
|
1172
1172
|
if (v != null && this._stylingContainer && v._styling)
|
|
1173
1173
|
v._styling(this._stylingContainer, this, this);
|
|
1174
|
-
v == null ? this.i.
|
|
1174
|
+
v == null ? this.i.br = null : this.i.br = v.i;
|
|
1175
1175
|
}
|
|
1176
1176
|
/**
|
|
1177
1177
|
* Gets or sets the pinned area separator settings.
|
|
1178
1178
|
*/
|
|
1179
1179
|
get pinnedAreaSeparator() {
|
|
1180
|
-
if (this.i.
|
|
1180
|
+
if (this.i.fl == null) {
|
|
1181
1181
|
return null;
|
|
1182
1182
|
}
|
|
1183
|
-
if (!this.i.
|
|
1184
|
-
let e = IgcPinnedAreaSeparatorComponent._createFromInternal(this.i.
|
|
1183
|
+
if (!this.i.fl.externalObject) {
|
|
1184
|
+
let e = IgcPinnedAreaSeparatorComponent._createFromInternal(this.i.fl);
|
|
1185
1185
|
if (e) {
|
|
1186
|
-
e._implementation = this.i.
|
|
1186
|
+
e._implementation = this.i.fl;
|
|
1187
1187
|
}
|
|
1188
|
-
this.i.
|
|
1188
|
+
this.i.fl.externalObject = e;
|
|
1189
1189
|
}
|
|
1190
|
-
return this.i.
|
|
1190
|
+
return this.i.fl.externalObject;
|
|
1191
1191
|
}
|
|
1192
1192
|
set pinnedAreaSeparator(v) {
|
|
1193
1193
|
if (v != null && this._stylingContainer && v._styling)
|
|
1194
1194
|
v._styling(this._stylingContainer, this, this);
|
|
1195
|
-
v == null ? this.i.
|
|
1195
|
+
v == null ? this.i.fl = null : this.i.fl = v.i;
|
|
1196
1196
|
}
|
|
1197
1197
|
/**
|
|
1198
1198
|
* Gets or sets the desired properties the grid will automatically generate columns for.
|
|
@@ -1224,142 +1224,142 @@ export let IgcDataGridComponent = /*@__PURE__*/ (() => {
|
|
|
1224
1224
|
* Gets or sets the display density to use for the grid.
|
|
1225
1225
|
*/
|
|
1226
1226
|
get density() {
|
|
1227
|
-
return this.i.
|
|
1227
|
+
return this.i.go;
|
|
1228
1228
|
}
|
|
1229
1229
|
set density(v) {
|
|
1230
|
-
this.i.
|
|
1231
|
-
this._a("density", enumToString(ControlDisplayDensity_$type, this.i.
|
|
1230
|
+
this.i.go = ensureEnum(ControlDisplayDensity_$type, v);
|
|
1231
|
+
this._a("density", enumToString(ControlDisplayDensity_$type, this.i.go));
|
|
1232
1232
|
}
|
|
1233
1233
|
/**
|
|
1234
1234
|
* Gets the actual height for the rows in the grid.
|
|
1235
1235
|
*/
|
|
1236
1236
|
get actualRowHeight() {
|
|
1237
|
-
return this.i.
|
|
1237
|
+
return this.i.nf;
|
|
1238
1238
|
}
|
|
1239
1239
|
set actualRowHeight(v) {
|
|
1240
|
-
this.i.
|
|
1241
|
-
this._a("actualRowHeight", this.i.
|
|
1240
|
+
this.i.nf = +v;
|
|
1241
|
+
this._a("actualRowHeight", this.i.nf);
|
|
1242
1242
|
}
|
|
1243
1243
|
/**
|
|
1244
1244
|
* Gets or sets the height to use for the rows in the grid. If not set the grid will
|
|
1245
1245
|
* use the default value for the set display density.
|
|
1246
1246
|
*/
|
|
1247
1247
|
get rowHeight() {
|
|
1248
|
-
return this.i.
|
|
1248
|
+
return this.i.oa;
|
|
1249
1249
|
}
|
|
1250
1250
|
set rowHeight(v) {
|
|
1251
|
-
this.i.
|
|
1252
|
-
this._a("rowHeight", this.i.
|
|
1251
|
+
this.i.oa = +v;
|
|
1252
|
+
this._a("rowHeight", this.i.oa);
|
|
1253
1253
|
}
|
|
1254
1254
|
/**
|
|
1255
1255
|
* Gets or sets the default minimum width to use on all columns. Ignored if NaN.
|
|
1256
1256
|
*/
|
|
1257
1257
|
get defaultColumnMinWidth() {
|
|
1258
|
-
return this.i.
|
|
1258
|
+
return this.i.md;
|
|
1259
1259
|
}
|
|
1260
1260
|
set defaultColumnMinWidth(v) {
|
|
1261
|
-
this.i.
|
|
1262
|
-
this._a("defaultColumnMinWidth", this.i.
|
|
1261
|
+
this.i.md = +v;
|
|
1262
|
+
this._a("defaultColumnMinWidth", this.i.md);
|
|
1263
1263
|
}
|
|
1264
1264
|
/**
|
|
1265
1265
|
* Gets the height used for the header row.
|
|
1266
1266
|
*/
|
|
1267
1267
|
get actualHeaderHeight() {
|
|
1268
|
-
return this.i.
|
|
1268
|
+
return this.i.ne;
|
|
1269
1269
|
}
|
|
1270
1270
|
set actualHeaderHeight(v) {
|
|
1271
|
-
this.i.
|
|
1272
|
-
this._a("actualHeaderHeight", this.i.
|
|
1271
|
+
this.i.ne = +v;
|
|
1272
|
+
this._a("actualHeaderHeight", this.i.ne);
|
|
1273
1273
|
}
|
|
1274
1274
|
/**
|
|
1275
1275
|
* Gets or sets the height to use for the header row.
|
|
1276
1276
|
*/
|
|
1277
1277
|
get headerHeight() {
|
|
1278
|
-
return this.i.
|
|
1278
|
+
return this.i.n1;
|
|
1279
1279
|
}
|
|
1280
1280
|
set headerHeight(v) {
|
|
1281
|
-
this.i.
|
|
1282
|
-
this._a("headerHeight", this.i.
|
|
1281
|
+
this.i.n1 = +v;
|
|
1282
|
+
this._a("headerHeight", this.i.n1);
|
|
1283
1283
|
}
|
|
1284
1284
|
/**
|
|
1285
1285
|
* Returns/sets the action to take when a column header is clicked.
|
|
1286
1286
|
*/
|
|
1287
1287
|
get headerClickAction() {
|
|
1288
|
-
return this.i.
|
|
1288
|
+
return this.i.ev;
|
|
1289
1289
|
}
|
|
1290
1290
|
set headerClickAction(v) {
|
|
1291
|
-
this.i.
|
|
1292
|
-
this._a("headerClickAction", enumToString(HeaderClickAction_$type, this.i.
|
|
1291
|
+
this.i.ev = ensureEnum(HeaderClickAction_$type, v);
|
|
1292
|
+
this._a("headerClickAction", enumToString(HeaderClickAction_$type, this.i.ev));
|
|
1293
1293
|
}
|
|
1294
1294
|
/**
|
|
1295
1295
|
* Gets or sets the type of edit mode
|
|
1296
1296
|
*/
|
|
1297
1297
|
get editMode() {
|
|
1298
|
-
return this.i.
|
|
1298
|
+
return this.i.cs;
|
|
1299
1299
|
}
|
|
1300
1300
|
set editMode(v) {
|
|
1301
|
-
this.i.
|
|
1302
|
-
this._a("editMode", enumToString(EditModeType_$type, this.i.
|
|
1301
|
+
this.i.cs = ensureEnum(EditModeType_$type, v);
|
|
1302
|
+
this._a("editMode", enumToString(EditModeType_$type, this.i.cs));
|
|
1303
1303
|
}
|
|
1304
1304
|
/**
|
|
1305
1305
|
* Gets or sets the type of click action required to enter edit mode.
|
|
1306
1306
|
*/
|
|
1307
1307
|
get editModeClickAction() {
|
|
1308
|
-
return this.i.
|
|
1308
|
+
return this.i.cq;
|
|
1309
1309
|
}
|
|
1310
1310
|
set editModeClickAction(v) {
|
|
1311
|
-
this.i.
|
|
1312
|
-
this._a("editModeClickAction", enumToString(EditModeClickAction_$type, this.i.
|
|
1311
|
+
this.i.cq = ensureEnum(EditModeClickAction_$type, v);
|
|
1312
|
+
this._a("editModeClickAction", enumToString(EditModeClickAction_$type, this.i.cq));
|
|
1313
1313
|
}
|
|
1314
1314
|
/**
|
|
1315
1315
|
* Gets or sets whether edit mode will begin as soon as you start typing while a cell is active.
|
|
1316
1316
|
*/
|
|
1317
1317
|
get editOnKeyPress() {
|
|
1318
|
-
return this.i.
|
|
1318
|
+
return this.i.i8;
|
|
1319
1319
|
}
|
|
1320
1320
|
set editOnKeyPress(v) {
|
|
1321
|
-
this.i.
|
|
1322
|
-
this._a("editOnKeyPress", this.i.
|
|
1321
|
+
this.i.i8 = ensureBool(v);
|
|
1322
|
+
this._a("editOnKeyPress", this.i.i8);
|
|
1323
1323
|
}
|
|
1324
1324
|
/**
|
|
1325
1325
|
* Configures whether or not the grid will autogenerate columns when the data source is set.
|
|
1326
1326
|
*/
|
|
1327
1327
|
get autoGenerateColumns() {
|
|
1328
|
-
return this.i.
|
|
1328
|
+
return this.i.iz;
|
|
1329
1329
|
}
|
|
1330
1330
|
set autoGenerateColumns(v) {
|
|
1331
|
-
this.i.
|
|
1332
|
-
this._a("autoGenerateColumns", this.i.
|
|
1331
|
+
this.i.iz = ensureBool(v);
|
|
1332
|
+
this._a("autoGenerateColumns", this.i.iz);
|
|
1333
1333
|
}
|
|
1334
1334
|
/**
|
|
1335
1335
|
* Sets or gets the height to use for the row separators.
|
|
1336
1336
|
*/
|
|
1337
1337
|
get rowSeparatorHeight() {
|
|
1338
|
-
return this.i.
|
|
1338
|
+
return this.i.oc;
|
|
1339
1339
|
}
|
|
1340
1340
|
set rowSeparatorHeight(v) {
|
|
1341
|
-
this.i.
|
|
1342
|
-
this._a("rowSeparatorHeight", this.i.
|
|
1341
|
+
this.i.oc = +v;
|
|
1342
|
+
this._a("rowSeparatorHeight", this.i.oc);
|
|
1343
1343
|
}
|
|
1344
1344
|
/**
|
|
1345
1345
|
* Configures whether or not place holders are used for cells who do not have their data yet.
|
|
1346
1346
|
*/
|
|
1347
1347
|
get isPlaceholderRenderingEnabled() {
|
|
1348
|
-
return this.i.
|
|
1348
|
+
return this.i.j4;
|
|
1349
1349
|
}
|
|
1350
1350
|
set isPlaceholderRenderingEnabled(v) {
|
|
1351
|
-
this.i.
|
|
1352
|
-
this._a("isPlaceholderRenderingEnabled", this.i.
|
|
1351
|
+
this.i.j4 = ensureBool(v);
|
|
1352
|
+
this._a("isPlaceholderRenderingEnabled", this.i.j4);
|
|
1353
1353
|
}
|
|
1354
1354
|
/**
|
|
1355
1355
|
* Sets or gets the Column Adding Animation mode to use.
|
|
1356
1356
|
*/
|
|
1357
1357
|
get columnAddingAnimationMode() {
|
|
1358
|
-
return this.i.
|
|
1358
|
+
return this.i.b8;
|
|
1359
1359
|
}
|
|
1360
1360
|
set columnAddingAnimationMode(v) {
|
|
1361
|
-
this.i.
|
|
1362
|
-
this._a("columnAddingAnimationMode", enumToString(ColumnShowingAnimationMode_$type, this.i.
|
|
1361
|
+
this.i.b8 = ensureEnum(ColumnShowingAnimationMode_$type, v);
|
|
1362
|
+
this._a("columnAddingAnimationMode", enumToString(ColumnShowingAnimationMode_$type, this.i.b8));
|
|
1363
1363
|
}
|
|
1364
1364
|
/**
|
|
1365
1365
|
* Sets or gets the Column Property Updating Animation mode to use.
|
|
@@ -1375,148 +1375,148 @@ export let IgcDataGridComponent = /*@__PURE__*/ (() => {
|
|
|
1375
1375
|
* Sets or gets the cell data loaded animation mode to use.
|
|
1376
1376
|
*/
|
|
1377
1377
|
get cellDataLoadedAnimationMode() {
|
|
1378
|
-
return this.i.
|
|
1378
|
+
return this.i.ao;
|
|
1379
1379
|
}
|
|
1380
1380
|
set cellDataLoadedAnimationMode(v) {
|
|
1381
|
-
this.i.
|
|
1382
|
-
this._a("cellDataLoadedAnimationMode", enumToString(CellDataLoadedAnimationMode_$type, this.i.
|
|
1381
|
+
this.i.ao = ensureEnum(CellDataLoadedAnimationMode_$type, v);
|
|
1382
|
+
this._a("cellDataLoadedAnimationMode", enumToString(CellDataLoadedAnimationMode_$type, this.i.ao));
|
|
1383
1383
|
}
|
|
1384
1384
|
/**
|
|
1385
1385
|
* Sets or gets the row selection animation mode to use.
|
|
1386
1386
|
*/
|
|
1387
1387
|
get rowSelectionAnimationMode() {
|
|
1388
|
-
return this.i.
|
|
1388
|
+
return this.i.fv;
|
|
1389
1389
|
}
|
|
1390
1390
|
set rowSelectionAnimationMode(v) {
|
|
1391
|
-
this.i.
|
|
1392
|
-
this._a("rowSelectionAnimationMode", enumToString(RowSelectionAnimationMode_$type, this.i.
|
|
1391
|
+
this.i.fv = ensureEnum(RowSelectionAnimationMode_$type, v);
|
|
1392
|
+
this._a("rowSelectionAnimationMode", enumToString(RowSelectionAnimationMode_$type, this.i.fv));
|
|
1393
1393
|
}
|
|
1394
1394
|
/**
|
|
1395
1395
|
* Sets or gets the row hover animation mode to use.
|
|
1396
1396
|
*/
|
|
1397
1397
|
get rowHoverAnimationMode() {
|
|
1398
|
-
return this.i.
|
|
1398
|
+
return this.i.fs;
|
|
1399
1399
|
}
|
|
1400
1400
|
set rowHoverAnimationMode(v) {
|
|
1401
|
-
this.i.
|
|
1402
|
-
this._a("rowHoverAnimationMode", enumToString(RowHoverAnimationMode_$type, this.i.
|
|
1401
|
+
this.i.fs = ensureEnum(RowHoverAnimationMode_$type, v);
|
|
1402
|
+
this._a("rowHoverAnimationMode", enumToString(RowHoverAnimationMode_$type, this.i.fs));
|
|
1403
1403
|
}
|
|
1404
1404
|
/**
|
|
1405
1405
|
* Sets or gets the cell selection animation mode to use.
|
|
1406
1406
|
*/
|
|
1407
1407
|
get cellSelectionAnimationMode() {
|
|
1408
|
-
return this.i.
|
|
1408
|
+
return this.i.a3;
|
|
1409
1409
|
}
|
|
1410
1410
|
set cellSelectionAnimationMode(v) {
|
|
1411
|
-
this.i.
|
|
1412
|
-
this._a("cellSelectionAnimationMode", enumToString(CellSelectionAnimationMode_$type, this.i.
|
|
1411
|
+
this.i.a3 = ensureEnum(CellSelectionAnimationMode_$type, v);
|
|
1412
|
+
this._a("cellSelectionAnimationMode", enumToString(CellSelectionAnimationMode_$type, this.i.a3));
|
|
1413
1413
|
}
|
|
1414
1414
|
/**
|
|
1415
1415
|
* Sets or gets the default animation settings for the grid.
|
|
1416
1416
|
*/
|
|
1417
1417
|
get animationSettings() {
|
|
1418
|
-
if (this.i.
|
|
1418
|
+
if (this.i.dc == null) {
|
|
1419
1419
|
return null;
|
|
1420
1420
|
}
|
|
1421
|
-
if (!this.i.
|
|
1421
|
+
if (!this.i.dc.externalObject) {
|
|
1422
1422
|
let e = new IgcGridAnimationSettings();
|
|
1423
|
-
e._implementation = this.i.
|
|
1424
|
-
this.i.
|
|
1423
|
+
e._implementation = this.i.dc;
|
|
1424
|
+
this.i.dc.externalObject = e;
|
|
1425
1425
|
}
|
|
1426
|
-
return this.i.
|
|
1426
|
+
return this.i.dc.externalObject;
|
|
1427
1427
|
}
|
|
1428
1428
|
set animationSettings(v) {
|
|
1429
|
-
v == null ? this.i.
|
|
1429
|
+
v == null ? this.i.dc = null : this.i.dc = v.i;
|
|
1430
1430
|
}
|
|
1431
1431
|
/**
|
|
1432
1432
|
* Sets or gets the column resizing animation mode to use. Only applies when resizing in Deferred mode.
|
|
1433
1433
|
*/
|
|
1434
1434
|
get columnResizingAnimationMode() {
|
|
1435
|
-
return this.i.
|
|
1435
|
+
return this.i.b0;
|
|
1436
1436
|
}
|
|
1437
1437
|
set columnResizingAnimationMode(v) {
|
|
1438
|
-
this.i.
|
|
1439
|
-
this._a("columnResizingAnimationMode", enumToString(ColumnResizingAnimationMode_$type, this.i.
|
|
1438
|
+
this.i.b0 = ensureEnum(ColumnResizingAnimationMode_$type, v);
|
|
1439
|
+
this._a("columnResizingAnimationMode", enumToString(ColumnResizingAnimationMode_$type, this.i.b0));
|
|
1440
1440
|
}
|
|
1441
1441
|
/**
|
|
1442
1442
|
* Sets or gets the column showing animation mode to use.
|
|
1443
1443
|
*/
|
|
1444
1444
|
get columnShowingAnimationMode() {
|
|
1445
|
-
return this.i.
|
|
1445
|
+
return this.i.b9;
|
|
1446
1446
|
}
|
|
1447
1447
|
set columnShowingAnimationMode(v) {
|
|
1448
|
-
this.i.
|
|
1449
|
-
this._a("columnShowingAnimationMode", enumToString(ColumnShowingAnimationMode_$type, this.i.
|
|
1448
|
+
this.i.b9 = ensureEnum(ColumnShowingAnimationMode_$type, v);
|
|
1449
|
+
this._a("columnShowingAnimationMode", enumToString(ColumnShowingAnimationMode_$type, this.i.b9));
|
|
1450
1450
|
}
|
|
1451
1451
|
/**
|
|
1452
1452
|
* Sets or gets the column moving animation mode to use.
|
|
1453
1453
|
*/
|
|
1454
1454
|
get columnMovingAnimationMode() {
|
|
1455
|
-
return this.i.
|
|
1455
|
+
return this.i.bm;
|
|
1456
1456
|
}
|
|
1457
1457
|
set columnMovingAnimationMode(v) {
|
|
1458
|
-
this.i.
|
|
1459
|
-
this._a("columnMovingAnimationMode", enumToString(ColumnMovingAnimationMode_$type, this.i.
|
|
1458
|
+
this.i.bm = ensureEnum(ColumnMovingAnimationMode_$type, v);
|
|
1459
|
+
this._a("columnMovingAnimationMode", enumToString(ColumnMovingAnimationMode_$type, this.i.bm));
|
|
1460
1460
|
}
|
|
1461
1461
|
/**
|
|
1462
1462
|
* Sets or gets the column hiding animation mode to use.
|
|
1463
1463
|
*/
|
|
1464
1464
|
get columnHidingAnimationMode() {
|
|
1465
|
-
return this.i.
|
|
1465
|
+
return this.i.bj;
|
|
1466
1466
|
}
|
|
1467
1467
|
set columnHidingAnimationMode(v) {
|
|
1468
|
-
this.i.
|
|
1469
|
-
this._a("columnHidingAnimationMode", enumToString(ColumnHidingAnimationMode_$type, this.i.
|
|
1468
|
+
this.i.bj = ensureEnum(ColumnHidingAnimationMode_$type, v);
|
|
1469
|
+
this._a("columnHidingAnimationMode", enumToString(ColumnHidingAnimationMode_$type, this.i.bj));
|
|
1470
1470
|
}
|
|
1471
1471
|
/**
|
|
1472
1472
|
* Sets or gets the column exchanging animation mode to use.
|
|
1473
1473
|
*/
|
|
1474
1474
|
get columnExchangingAnimationMode() {
|
|
1475
|
-
return this.i.
|
|
1475
|
+
return this.i.bb;
|
|
1476
1476
|
}
|
|
1477
1477
|
set columnExchangingAnimationMode(v) {
|
|
1478
|
-
this.i.
|
|
1479
|
-
this._a("columnExchangingAnimationMode", enumToString(ColumnExchangingAnimationMode_$type, this.i.
|
|
1478
|
+
this.i.bb = ensureEnum(ColumnExchangingAnimationMode_$type, v);
|
|
1479
|
+
this._a("columnExchangingAnimationMode", enumToString(ColumnExchangingAnimationMode_$type, this.i.bb));
|
|
1480
1480
|
}
|
|
1481
1481
|
/**
|
|
1482
1482
|
* Sets or gets the grid selection mode.
|
|
1483
1483
|
*/
|
|
1484
1484
|
get selectionMode() {
|
|
1485
|
-
return this.i.
|
|
1485
|
+
return this.i.el;
|
|
1486
1486
|
}
|
|
1487
1487
|
set selectionMode(v) {
|
|
1488
|
-
this.i.
|
|
1489
|
-
this._a("selectionMode", enumToString(GridSelectionMode_$type, this.i.
|
|
1488
|
+
this.i.el = ensureEnum(GridSelectionMode_$type, v);
|
|
1489
|
+
this._a("selectionMode", enumToString(GridSelectionMode_$type, this.i.el));
|
|
1490
1490
|
}
|
|
1491
1491
|
/**
|
|
1492
1492
|
* Sets or gets the grid selection mode.
|
|
1493
1493
|
*/
|
|
1494
1494
|
get activationMode() {
|
|
1495
|
-
return this.i.
|
|
1495
|
+
return this.i.c7;
|
|
1496
1496
|
}
|
|
1497
1497
|
set activationMode(v) {
|
|
1498
|
-
this.i.
|
|
1499
|
-
this._a("activationMode", enumToString(GridActivationMode_$type, this.i.
|
|
1498
|
+
this.i.c7 = ensureEnum(GridActivationMode_$type, v);
|
|
1499
|
+
this._a("activationMode", enumToString(GridActivationMode_$type, this.i.c7));
|
|
1500
1500
|
}
|
|
1501
1501
|
/**
|
|
1502
1502
|
* Sets or gets how selection behaves in the grid.
|
|
1503
1503
|
*/
|
|
1504
1504
|
get selectionBehavior() {
|
|
1505
|
-
return this.i.
|
|
1505
|
+
return this.i.ei;
|
|
1506
1506
|
}
|
|
1507
1507
|
set selectionBehavior(v) {
|
|
1508
|
-
this.i.
|
|
1509
|
-
this._a("selectionBehavior", enumToString(GridSelectionBehavior_$type, this.i.
|
|
1508
|
+
this.i.ei = ensureEnum(GridSelectionBehavior_$type, v);
|
|
1509
|
+
this._a("selectionBehavior", enumToString(GridSelectionBehavior_$type, this.i.ei));
|
|
1510
1510
|
}
|
|
1511
1511
|
/**
|
|
1512
1512
|
* Gets or sets the ability to select rows or cells via mouse dragging. Currently only applies when SelectionMode is MultipleRow or RangeCell.
|
|
1513
1513
|
*/
|
|
1514
1514
|
get mouseDragSelectionEnabled() {
|
|
1515
|
-
return this.i.
|
|
1515
|
+
return this.i.kf;
|
|
1516
1516
|
}
|
|
1517
1517
|
set mouseDragSelectionEnabled(v) {
|
|
1518
|
-
this.i.
|
|
1519
|
-
this._a("mouseDragSelectionEnabled", this.i.
|
|
1518
|
+
this.i.kf = ensureBool(v);
|
|
1519
|
+
this._a("mouseDragSelectionEnabled", this.i.kf);
|
|
1520
1520
|
}
|
|
1521
1521
|
/**
|
|
1522
1522
|
* Gets which items are currently selected in the grid. Collection can be updated to programatically select items.
|
|
@@ -1524,7 +1524,7 @@ export let IgcDataGridComponent = /*@__PURE__*/ (() => {
|
|
|
1524
1524
|
get selectedItems() {
|
|
1525
1525
|
if (this._selectedItems === null) {
|
|
1526
1526
|
let coll = new IgcGridSelectedItemsCollection();
|
|
1527
|
-
let innerColl = this.i.
|
|
1527
|
+
let innerColl = this.i.ae;
|
|
1528
1528
|
if (!innerColl) {
|
|
1529
1529
|
innerColl = new GridSelectedItemsCollection_internal();
|
|
1530
1530
|
}
|
|
@@ -1540,7 +1540,7 @@ export let IgcDataGridComponent = /*@__PURE__*/ (() => {
|
|
|
1540
1540
|
let coll = new IgcGridSelectedItemsCollection();
|
|
1541
1541
|
this._selectedItems = coll._fromOuter(v);
|
|
1542
1542
|
let syncColl = new SyncableObservableCollection$1(Base.$type);
|
|
1543
|
-
let innerColl = this.i.
|
|
1543
|
+
let innerColl = this.i.ae;
|
|
1544
1544
|
if (!innerColl) {
|
|
1545
1545
|
innerColl = new GridSelectedItemsCollection_internal();
|
|
1546
1546
|
}
|
|
@@ -1554,7 +1554,7 @@ export let IgcDataGridComponent = /*@__PURE__*/ (() => {
|
|
|
1554
1554
|
get selectedKeys() {
|
|
1555
1555
|
if (this._selectedKeys === null) {
|
|
1556
1556
|
let coll = new IgcGridSelectedKeysCollection();
|
|
1557
|
-
let innerColl = this.i.
|
|
1557
|
+
let innerColl = this.i.ai;
|
|
1558
1558
|
if (!innerColl) {
|
|
1559
1559
|
innerColl = new GridSelectedKeysCollection_internal();
|
|
1560
1560
|
}
|
|
@@ -1570,7 +1570,7 @@ export let IgcDataGridComponent = /*@__PURE__*/ (() => {
|
|
|
1570
1570
|
let coll = new IgcGridSelectedKeysCollection();
|
|
1571
1571
|
this._selectedKeys = coll._fromOuter(v);
|
|
1572
1572
|
let syncColl = new SyncableObservableCollection$1(PrimaryKeyValue.$type);
|
|
1573
|
-
let innerColl = this.i.
|
|
1573
|
+
let innerColl = this.i.ai;
|
|
1574
1574
|
if (!innerColl) {
|
|
1575
1575
|
innerColl = new GridSelectedKeysCollection_internal();
|
|
1576
1576
|
}
|
|
@@ -1584,7 +1584,7 @@ export let IgcDataGridComponent = /*@__PURE__*/ (() => {
|
|
|
1584
1584
|
get selectedCells() {
|
|
1585
1585
|
if (this._selectedCells === null) {
|
|
1586
1586
|
let coll = new IgcGridSelectedCellsCollection();
|
|
1587
|
-
let innerColl = this.i.
|
|
1587
|
+
let innerColl = this.i.ee;
|
|
1588
1588
|
if (!innerColl) {
|
|
1589
1589
|
innerColl = new GridSelectedCellsCollection_internal();
|
|
1590
1590
|
}
|
|
@@ -1600,7 +1600,7 @@ export let IgcDataGridComponent = /*@__PURE__*/ (() => {
|
|
|
1600
1600
|
let coll = new IgcGridSelectedCellsCollection();
|
|
1601
1601
|
this._selectedCells = coll._fromOuter(v);
|
|
1602
1602
|
let syncColl = new SyncableObservableCollection$1(CellKey.$type);
|
|
1603
|
-
let innerColl = this.i.
|
|
1603
|
+
let innerColl = this.i.ee;
|
|
1604
1604
|
if (!innerColl) {
|
|
1605
1605
|
innerColl = new GridSelectedCellsCollection_internal();
|
|
1606
1606
|
}
|
|
@@ -1614,7 +1614,7 @@ export let IgcDataGridComponent = /*@__PURE__*/ (() => {
|
|
|
1614
1614
|
get selectedCellRanges() {
|
|
1615
1615
|
if (this._selectedCellRanges === null) {
|
|
1616
1616
|
let coll = new IgcGridSelectedCellRangesCollection();
|
|
1617
|
-
let innerColl = this.i.
|
|
1617
|
+
let innerColl = this.i.eb;
|
|
1618
1618
|
if (!innerColl) {
|
|
1619
1619
|
innerColl = new GridSelectedCellRangesCollection_internal();
|
|
1620
1620
|
}
|
|
@@ -1630,7 +1630,7 @@ export let IgcDataGridComponent = /*@__PURE__*/ (() => {
|
|
|
1630
1630
|
let coll = new IgcGridSelectedCellRangesCollection();
|
|
1631
1631
|
this._selectedCellRanges = coll._fromOuter(v);
|
|
1632
1632
|
let syncColl = new SyncableObservableCollection$1(CellRange.$type);
|
|
1633
|
-
let innerColl = this.i.
|
|
1633
|
+
let innerColl = this.i.eb;
|
|
1634
1634
|
if (!innerColl) {
|
|
1635
1635
|
innerColl = new GridSelectedCellRangesCollection_internal();
|
|
1636
1636
|
}
|
|
@@ -1644,7 +1644,7 @@ export let IgcDataGridComponent = /*@__PURE__*/ (() => {
|
|
|
1644
1644
|
get pinnedItems() {
|
|
1645
1645
|
if (this._pinnedItems === null) {
|
|
1646
1646
|
let coll = new IgcGridSelectedItemsCollection();
|
|
1647
|
-
let innerColl = this.i.
|
|
1647
|
+
let innerColl = this.i.ad;
|
|
1648
1648
|
if (!innerColl) {
|
|
1649
1649
|
innerColl = new GridSelectedItemsCollection_internal();
|
|
1650
1650
|
}
|
|
@@ -1660,7 +1660,7 @@ export let IgcDataGridComponent = /*@__PURE__*/ (() => {
|
|
|
1660
1660
|
let coll = new IgcGridSelectedItemsCollection();
|
|
1661
1661
|
this._pinnedItems = coll._fromOuter(v);
|
|
1662
1662
|
let syncColl = new SyncableObservableCollection$1(Base.$type);
|
|
1663
|
-
let innerColl = this.i.
|
|
1663
|
+
let innerColl = this.i.ad;
|
|
1664
1664
|
if (!innerColl) {
|
|
1665
1665
|
innerColl = new GridSelectedItemsCollection_internal();
|
|
1666
1666
|
}
|
|
@@ -1674,7 +1674,7 @@ export let IgcDataGridComponent = /*@__PURE__*/ (() => {
|
|
|
1674
1674
|
get pinnedKeys() {
|
|
1675
1675
|
if (this._pinnedKeys === null) {
|
|
1676
1676
|
let coll = new IgcGridSelectedKeysCollection();
|
|
1677
|
-
let innerColl = this.i.
|
|
1677
|
+
let innerColl = this.i.ah;
|
|
1678
1678
|
if (!innerColl) {
|
|
1679
1679
|
innerColl = new GridSelectedKeysCollection_internal();
|
|
1680
1680
|
}
|
|
@@ -1690,7 +1690,7 @@ export let IgcDataGridComponent = /*@__PURE__*/ (() => {
|
|
|
1690
1690
|
let coll = new IgcGridSelectedKeysCollection();
|
|
1691
1691
|
this._pinnedKeys = coll._fromOuter(v);
|
|
1692
1692
|
let syncColl = new SyncableObservableCollection$1(PrimaryKeyValue.$type);
|
|
1693
|
-
let innerColl = this.i.
|
|
1693
|
+
let innerColl = this.i.ah;
|
|
1694
1694
|
if (!innerColl) {
|
|
1695
1695
|
innerColl = new GridSelectedKeysCollection_internal();
|
|
1696
1696
|
}
|
|
@@ -1702,585 +1702,585 @@ export let IgcDataGridComponent = /*@__PURE__*/ (() => {
|
|
|
1702
1702
|
* Gets or sets whether to show the column options UI in the headers for columns.
|
|
1703
1703
|
*/
|
|
1704
1704
|
get isColumnOptionsEnabled() {
|
|
1705
|
-
return this.i.
|
|
1705
|
+
return this.i.jn;
|
|
1706
1706
|
}
|
|
1707
1707
|
set isColumnOptionsEnabled(v) {
|
|
1708
|
-
this.i.
|
|
1709
|
-
this._a("isColumnOptionsEnabled", this.i.
|
|
1708
|
+
this.i.jn = ensureBool(v);
|
|
1709
|
+
this._a("isColumnOptionsEnabled", this.i.jn);
|
|
1710
1710
|
}
|
|
1711
1711
|
/**
|
|
1712
1712
|
* Gets or sets if group rows will stick to the top of the grid.
|
|
1713
1713
|
*/
|
|
1714
1714
|
get isGroupRowSticky() {
|
|
1715
|
-
return this.i.
|
|
1715
|
+
return this.i.jy;
|
|
1716
1716
|
}
|
|
1717
1717
|
set isGroupRowSticky(v) {
|
|
1718
|
-
this.i.
|
|
1719
|
-
this._a("isGroupRowSticky", this.i.
|
|
1718
|
+
this.i.jy = ensureBool(v);
|
|
1719
|
+
this._a("isGroupRowSticky", this.i.jy);
|
|
1720
1720
|
}
|
|
1721
1721
|
/**
|
|
1722
1722
|
* Gets or sets if header separators are rendered.
|
|
1723
1723
|
*/
|
|
1724
1724
|
get isHeaderSeparatorVisible() {
|
|
1725
|
-
return this.i.
|
|
1725
|
+
return this.i.jz;
|
|
1726
1726
|
}
|
|
1727
1727
|
set isHeaderSeparatorVisible(v) {
|
|
1728
|
-
this.i.
|
|
1729
|
-
this._a("isHeaderSeparatorVisible", this.i.
|
|
1728
|
+
this.i.jz = ensureBool(v);
|
|
1729
|
+
this._a("isHeaderSeparatorVisible", this.i.jz);
|
|
1730
1730
|
}
|
|
1731
1731
|
/**
|
|
1732
1732
|
* Gets or sets the default background color to use for content cells when a row is in a selected state
|
|
1733
1733
|
*/
|
|
1734
1734
|
get cellSelectedBackground() {
|
|
1735
|
-
return brushToString(this.i.
|
|
1735
|
+
return brushToString(this.i.zu);
|
|
1736
1736
|
}
|
|
1737
1737
|
set cellSelectedBackground(v) {
|
|
1738
|
-
this.i.
|
|
1739
|
-
this._a("cellSelectedBackground", brushToString(this.i.
|
|
1738
|
+
this.i.zu = stringToBrush(v);
|
|
1739
|
+
this._a("cellSelectedBackground", brushToString(this.i.zu));
|
|
1740
1740
|
}
|
|
1741
1741
|
/**
|
|
1742
1742
|
* Gets or sets the default background color to use for section header cells when a row is in a selected state
|
|
1743
1743
|
*/
|
|
1744
1744
|
get sectionHeaderSelectedBackground() {
|
|
1745
|
-
return brushToString(this.i.
|
|
1745
|
+
return brushToString(this.i.aag);
|
|
1746
1746
|
}
|
|
1747
1747
|
set sectionHeaderSelectedBackground(v) {
|
|
1748
|
-
this.i.
|
|
1749
|
-
this._a("sectionHeaderSelectedBackground", brushToString(this.i.
|
|
1748
|
+
this.i.aag = stringToBrush(v);
|
|
1749
|
+
this._a("sectionHeaderSelectedBackground", brushToString(this.i.aag));
|
|
1750
1750
|
}
|
|
1751
1751
|
/**
|
|
1752
1752
|
* Gets or sets the default background color to use for summary cells at the root level.
|
|
1753
1753
|
*/
|
|
1754
1754
|
get summaryRootBackground() {
|
|
1755
|
-
return brushToString(this.i.
|
|
1755
|
+
return brushToString(this.i.aaj);
|
|
1756
1756
|
}
|
|
1757
1757
|
set summaryRootBackground(v) {
|
|
1758
|
-
this.i.
|
|
1759
|
-
this._a("summaryRootBackground", brushToString(this.i.
|
|
1758
|
+
this.i.aaj = stringToBrush(v);
|
|
1759
|
+
this._a("summaryRootBackground", brushToString(this.i.aaj));
|
|
1760
1760
|
}
|
|
1761
1761
|
/**
|
|
1762
1762
|
* Gets or sets the default background color to use for summary cells at the section level.
|
|
1763
1763
|
*/
|
|
1764
1764
|
get summarySectionBackground() {
|
|
1765
|
-
return brushToString(this.i.
|
|
1765
|
+
return brushToString(this.i.aan);
|
|
1766
1766
|
}
|
|
1767
1767
|
set summarySectionBackground(v) {
|
|
1768
|
-
this.i.
|
|
1769
|
-
this._a("summarySectionBackground", brushToString(this.i.
|
|
1768
|
+
this.i.aan = stringToBrush(v);
|
|
1769
|
+
this._a("summarySectionBackground", brushToString(this.i.aan));
|
|
1770
1770
|
}
|
|
1771
1771
|
/**
|
|
1772
1772
|
* Gets or sets the default opacity to use for pinned rows
|
|
1773
1773
|
*/
|
|
1774
1774
|
get pinnedRowOpacity() {
|
|
1775
|
-
return this.i.
|
|
1775
|
+
return this.i.mf;
|
|
1776
1776
|
}
|
|
1777
1777
|
set pinnedRowOpacity(v) {
|
|
1778
|
-
this.i.
|
|
1779
|
-
this._a("pinnedRowOpacity", this.i.
|
|
1778
|
+
this.i.mf = +v;
|
|
1779
|
+
this._a("pinnedRowOpacity", this.i.mf);
|
|
1780
1780
|
}
|
|
1781
1781
|
/**
|
|
1782
1782
|
* Gets or sets the font to use for cells that have been edited.
|
|
1783
1783
|
*/
|
|
1784
1784
|
get editTextStyle() {
|
|
1785
|
-
if (this.i.
|
|
1785
|
+
if (this.i.gy == null) {
|
|
1786
1786
|
return null;
|
|
1787
1787
|
}
|
|
1788
|
-
return this.i.
|
|
1788
|
+
return this.i.gy.fontString;
|
|
1789
1789
|
}
|
|
1790
1790
|
set editTextStyle(v) {
|
|
1791
1791
|
let fi = new FontInfo();
|
|
1792
1792
|
fi.fontString = v;
|
|
1793
|
-
this.i.
|
|
1794
|
-
this._a("editTextStyle", this.i.
|
|
1793
|
+
this.i.gy = fi;
|
|
1794
|
+
this._a("editTextStyle", this.i.gy != null ? this.i.gy.fontString : "");
|
|
1795
1795
|
}
|
|
1796
1796
|
/**
|
|
1797
1797
|
* Gets or sets the default opacity for unsaved cell edits.
|
|
1798
1798
|
*/
|
|
1799
1799
|
get editOpacity() {
|
|
1800
|
-
return this.i.
|
|
1800
|
+
return this.i.me;
|
|
1801
1801
|
}
|
|
1802
1802
|
set editOpacity(v) {
|
|
1803
|
-
this.i.
|
|
1804
|
-
this._a("editOpacity", this.i.
|
|
1803
|
+
this.i.me = +v;
|
|
1804
|
+
this._a("editOpacity", this.i.me);
|
|
1805
1805
|
}
|
|
1806
1806
|
/**
|
|
1807
1807
|
* Gets or sets the text color for unsaved deleted rows.
|
|
1808
1808
|
*/
|
|
1809
1809
|
get deletedTextColor() {
|
|
1810
|
-
return brushToString(this.i.
|
|
1810
|
+
return brushToString(this.i.zz);
|
|
1811
1811
|
}
|
|
1812
1812
|
set deletedTextColor(v) {
|
|
1813
|
-
this.i.
|
|
1814
|
-
this._a("deletedTextColor", brushToString(this.i.
|
|
1813
|
+
this.i.zz = stringToBrush(v);
|
|
1814
|
+
this._a("deletedTextColor", brushToString(this.i.zz));
|
|
1815
1815
|
}
|
|
1816
1816
|
/**
|
|
1817
1817
|
* Gets or sets the default color to use for sticky rows
|
|
1818
1818
|
*/
|
|
1819
1819
|
get stickyRowBackground() {
|
|
1820
|
-
return brushToString(this.i.
|
|
1820
|
+
return brushToString(this.i.aai);
|
|
1821
1821
|
}
|
|
1822
1822
|
set stickyRowBackground(v) {
|
|
1823
|
-
this.i.
|
|
1824
|
-
this._a("stickyRowBackground", brushToString(this.i.
|
|
1823
|
+
this.i.aai = stringToBrush(v);
|
|
1824
|
+
this._a("stickyRowBackground", brushToString(this.i.aai));
|
|
1825
1825
|
}
|
|
1826
1826
|
/**
|
|
1827
1827
|
* Gets or sets the default color to use for pinned rows
|
|
1828
1828
|
*/
|
|
1829
1829
|
get pinnedRowBackground() {
|
|
1830
|
-
return brushToString(this.i.
|
|
1830
|
+
return brushToString(this.i.z7);
|
|
1831
1831
|
}
|
|
1832
1832
|
set pinnedRowBackground(v) {
|
|
1833
|
-
this.i.
|
|
1834
|
-
this._a("pinnedRowBackground", brushToString(this.i.
|
|
1833
|
+
this.i.z7 = stringToBrush(v);
|
|
1834
|
+
this._a("pinnedRowBackground", brushToString(this.i.z7));
|
|
1835
1835
|
}
|
|
1836
1836
|
/**
|
|
1837
1837
|
* Gets or sets the default color to use for the last sticky row
|
|
1838
1838
|
*/
|
|
1839
1839
|
get lastStickyRowBackground() {
|
|
1840
|
-
return brushToString(this.i.
|
|
1840
|
+
return brushToString(this.i.z6);
|
|
1841
1841
|
}
|
|
1842
1842
|
set lastStickyRowBackground(v) {
|
|
1843
|
-
this.i.
|
|
1844
|
-
this._a("lastStickyRowBackground", brushToString(this.i.
|
|
1843
|
+
this.i.z6 = stringToBrush(v);
|
|
1844
|
+
this._a("lastStickyRowBackground", brushToString(this.i.z6));
|
|
1845
1845
|
}
|
|
1846
1846
|
/**
|
|
1847
1847
|
* Gets or sets the position of the active cell.
|
|
1848
1848
|
*/
|
|
1849
1849
|
get activeCell() {
|
|
1850
|
-
if (this.i.
|
|
1850
|
+
if (this.i.dm == null) {
|
|
1851
1851
|
return null;
|
|
1852
1852
|
}
|
|
1853
|
-
if (!this.i.
|
|
1853
|
+
if (!this.i.dm.externalObject) {
|
|
1854
1854
|
let e = new IgcGridCellPosition();
|
|
1855
|
-
e._implementation = this.i.
|
|
1856
|
-
this.i.
|
|
1855
|
+
e._implementation = this.i.dm;
|
|
1856
|
+
this.i.dm.externalObject = e;
|
|
1857
1857
|
}
|
|
1858
|
-
return this.i.
|
|
1858
|
+
return this.i.dm.externalObject;
|
|
1859
1859
|
}
|
|
1860
1860
|
set activeCell(v) {
|
|
1861
|
-
v == null ? this.i.
|
|
1861
|
+
v == null ? this.i.dm = null : this.i.dm = v.i;
|
|
1862
1862
|
}
|
|
1863
1863
|
/**
|
|
1864
1864
|
* Gets or sets the default background color to use for content cells
|
|
1865
1865
|
*/
|
|
1866
1866
|
get cellBackground() {
|
|
1867
|
-
return brushToString(this.i.
|
|
1867
|
+
return brushToString(this.i.zt);
|
|
1868
1868
|
}
|
|
1869
1869
|
set cellBackground(v) {
|
|
1870
|
-
this.i.
|
|
1871
|
-
this._a("cellBackground", brushToString(this.i.
|
|
1870
|
+
this.i.zt = stringToBrush(v);
|
|
1871
|
+
this._a("cellBackground", brushToString(this.i.zt));
|
|
1872
1872
|
}
|
|
1873
1873
|
/**
|
|
1874
1874
|
* Gets or sets the default text color to use for content cells
|
|
1875
1875
|
*/
|
|
1876
1876
|
get cellTextColor() {
|
|
1877
|
-
return brushToString(this.i.
|
|
1877
|
+
return brushToString(this.i.zv);
|
|
1878
1878
|
}
|
|
1879
1879
|
set cellTextColor(v) {
|
|
1880
|
-
this.i.
|
|
1881
|
-
this._a("cellTextColor", brushToString(this.i.
|
|
1880
|
+
this.i.zv = stringToBrush(v);
|
|
1881
|
+
this._a("cellTextColor", brushToString(this.i.zv));
|
|
1882
1882
|
}
|
|
1883
1883
|
/**
|
|
1884
1884
|
* Gets or sets the default text color to use for content cells
|
|
1885
1885
|
*/
|
|
1886
1886
|
get headerSortIndicatorColor() {
|
|
1887
|
-
return brushToString(this.i.
|
|
1887
|
+
return brushToString(this.i.z4);
|
|
1888
1888
|
}
|
|
1889
1889
|
set headerSortIndicatorColor(v) {
|
|
1890
|
-
this.i.
|
|
1891
|
-
this._a("headerSortIndicatorColor", brushToString(this.i.
|
|
1890
|
+
this.i.z4 = stringToBrush(v);
|
|
1891
|
+
this._a("headerSortIndicatorColor", brushToString(this.i.z4));
|
|
1892
1892
|
}
|
|
1893
1893
|
/**
|
|
1894
1894
|
* Gets or sets the default render style for sort indicators in header cells.
|
|
1895
1895
|
*/
|
|
1896
1896
|
get headerSortIndicatorStyle() {
|
|
1897
|
-
return this.i.
|
|
1897
|
+
return this.i.f6;
|
|
1898
1898
|
}
|
|
1899
1899
|
set headerSortIndicatorStyle(v) {
|
|
1900
|
-
this.i.
|
|
1901
|
-
this._a("headerSortIndicatorStyle", enumToString(SortIndicatorStyle_$type, this.i.
|
|
1900
|
+
this.i.f6 = ensureEnum(SortIndicatorStyle_$type, v);
|
|
1901
|
+
this._a("headerSortIndicatorStyle", enumToString(SortIndicatorStyle_$type, this.i.f6));
|
|
1902
1902
|
}
|
|
1903
1903
|
/**
|
|
1904
1904
|
* Gets or sets the font to use for content cells
|
|
1905
1905
|
*/
|
|
1906
1906
|
get cellTextStyle() {
|
|
1907
|
-
if (this.i.
|
|
1907
|
+
if (this.i.gx == null) {
|
|
1908
1908
|
return null;
|
|
1909
1909
|
}
|
|
1910
|
-
return this.i.
|
|
1910
|
+
return this.i.gx.fontString;
|
|
1911
1911
|
}
|
|
1912
1912
|
set cellTextStyle(v) {
|
|
1913
1913
|
let fi = new FontInfo();
|
|
1914
1914
|
fi.fontString = v;
|
|
1915
|
-
this.i.
|
|
1916
|
-
this._a("cellTextStyle", this.i.
|
|
1915
|
+
this.i.gx = fi;
|
|
1916
|
+
this._a("cellTextStyle", this.i.gx != null ? this.i.gx.fontString : "");
|
|
1917
1917
|
}
|
|
1918
1918
|
/**
|
|
1919
1919
|
* Gets or sets the default background color to use for section header cells
|
|
1920
1920
|
*/
|
|
1921
1921
|
get sectionHeaderBackground() {
|
|
1922
|
-
return brushToString(this.i.
|
|
1922
|
+
return brushToString(this.i.aaf);
|
|
1923
1923
|
}
|
|
1924
1924
|
set sectionHeaderBackground(v) {
|
|
1925
|
-
this.i.
|
|
1926
|
-
this._a("sectionHeaderBackground", brushToString(this.i.
|
|
1925
|
+
this.i.aaf = stringToBrush(v);
|
|
1926
|
+
this._a("sectionHeaderBackground", brushToString(this.i.aaf));
|
|
1927
1927
|
}
|
|
1928
1928
|
/**
|
|
1929
1929
|
* Gets or sets the default text color to use for section header cells
|
|
1930
1930
|
*/
|
|
1931
1931
|
get sectionHeaderTextColor() {
|
|
1932
|
-
return brushToString(this.i.
|
|
1932
|
+
return brushToString(this.i.aah);
|
|
1933
1933
|
}
|
|
1934
1934
|
set sectionHeaderTextColor(v) {
|
|
1935
|
-
this.i.
|
|
1936
|
-
this._a("sectionHeaderTextColor", brushToString(this.i.
|
|
1935
|
+
this.i.aah = stringToBrush(v);
|
|
1936
|
+
this._a("sectionHeaderTextColor", brushToString(this.i.aah));
|
|
1937
1937
|
}
|
|
1938
1938
|
/**
|
|
1939
1939
|
* Gets or sets the font to use for section header cells
|
|
1940
1940
|
*/
|
|
1941
1941
|
get sectionHeaderTextStyle() {
|
|
1942
|
-
if (this.i.
|
|
1942
|
+
if (this.i.g0 == null) {
|
|
1943
1943
|
return null;
|
|
1944
1944
|
}
|
|
1945
|
-
return this.i.
|
|
1945
|
+
return this.i.g0.fontString;
|
|
1946
1946
|
}
|
|
1947
1947
|
set sectionHeaderTextStyle(v) {
|
|
1948
1948
|
let fi = new FontInfo();
|
|
1949
1949
|
fi.fontString = v;
|
|
1950
|
-
this.i.
|
|
1951
|
-
this._a("sectionHeaderTextStyle", this.i.
|
|
1950
|
+
this.i.g0 = fi;
|
|
1951
|
+
this._a("sectionHeaderTextStyle", this.i.g0 != null ? this.i.g0.fontString : "");
|
|
1952
1952
|
}
|
|
1953
1953
|
/**
|
|
1954
1954
|
* Gets or sets the font to use for summary labels at the root level.
|
|
1955
1955
|
*/
|
|
1956
1956
|
get summaryRootLabelTextStyle() {
|
|
1957
|
-
if (this.i.
|
|
1957
|
+
if (this.i.g1 == null) {
|
|
1958
1958
|
return null;
|
|
1959
1959
|
}
|
|
1960
|
-
return this.i.
|
|
1960
|
+
return this.i.g1.fontString;
|
|
1961
1961
|
}
|
|
1962
1962
|
set summaryRootLabelTextStyle(v) {
|
|
1963
1963
|
let fi = new FontInfo();
|
|
1964
1964
|
fi.fontString = v;
|
|
1965
|
-
this.i.
|
|
1966
|
-
this._a("summaryRootLabelTextStyle", this.i.
|
|
1965
|
+
this.i.g1 = fi;
|
|
1966
|
+
this._a("summaryRootLabelTextStyle", this.i.g1 != null ? this.i.g1.fontString : "");
|
|
1967
1967
|
}
|
|
1968
1968
|
/**
|
|
1969
1969
|
* Gets or sets the font to use for summary labels at the section level.
|
|
1970
1970
|
*/
|
|
1971
1971
|
get summarySectionLabelTextStyle() {
|
|
1972
|
-
if (this.i.
|
|
1972
|
+
if (this.i.g3 == null) {
|
|
1973
1973
|
return null;
|
|
1974
1974
|
}
|
|
1975
|
-
return this.i.
|
|
1975
|
+
return this.i.g3.fontString;
|
|
1976
1976
|
}
|
|
1977
1977
|
set summarySectionLabelTextStyle(v) {
|
|
1978
1978
|
let fi = new FontInfo();
|
|
1979
1979
|
fi.fontString = v;
|
|
1980
|
-
this.i.
|
|
1981
|
-
this._a("summarySectionLabelTextStyle", this.i.
|
|
1980
|
+
this.i.g3 = fi;
|
|
1981
|
+
this._a("summarySectionLabelTextStyle", this.i.g3 != null ? this.i.g3.fontString : "");
|
|
1982
1982
|
}
|
|
1983
1983
|
/**
|
|
1984
1984
|
* Gets or sets the default text color to use for summary cells at the root level.
|
|
1985
1985
|
*/
|
|
1986
1986
|
get summaryRootValueTextColor() {
|
|
1987
|
-
return brushToString(this.i.
|
|
1987
|
+
return brushToString(this.i.aam);
|
|
1988
1988
|
}
|
|
1989
1989
|
set summaryRootValueTextColor(v) {
|
|
1990
|
-
this.i.
|
|
1991
|
-
this._a("summaryRootValueTextColor", brushToString(this.i.
|
|
1990
|
+
this.i.aam = stringToBrush(v);
|
|
1991
|
+
this._a("summaryRootValueTextColor", brushToString(this.i.aam));
|
|
1992
1992
|
}
|
|
1993
1993
|
/**
|
|
1994
1994
|
* Gets or sets the font to use for summary values at the root level.
|
|
1995
1995
|
*/
|
|
1996
1996
|
get summaryRootValueTextStyle() {
|
|
1997
|
-
if (this.i.
|
|
1997
|
+
if (this.i.g2 == null) {
|
|
1998
1998
|
return null;
|
|
1999
1999
|
}
|
|
2000
|
-
return this.i.
|
|
2000
|
+
return this.i.g2.fontString;
|
|
2001
2001
|
}
|
|
2002
2002
|
set summaryRootValueTextStyle(v) {
|
|
2003
2003
|
let fi = new FontInfo();
|
|
2004
2004
|
fi.fontString = v;
|
|
2005
|
-
this.i.
|
|
2006
|
-
this._a("summaryRootValueTextStyle", this.i.
|
|
2005
|
+
this.i.g2 = fi;
|
|
2006
|
+
this._a("summaryRootValueTextStyle", this.i.g2 != null ? this.i.g2.fontString : "");
|
|
2007
2007
|
}
|
|
2008
2008
|
/**
|
|
2009
2009
|
* Gets or sets the font to use for summary values at the section level.
|
|
2010
2010
|
*/
|
|
2011
2011
|
get summarySectionValueTextStyle() {
|
|
2012
|
-
if (this.i.
|
|
2012
|
+
if (this.i.g4 == null) {
|
|
2013
2013
|
return null;
|
|
2014
2014
|
}
|
|
2015
|
-
return this.i.
|
|
2015
|
+
return this.i.g4.fontString;
|
|
2016
2016
|
}
|
|
2017
2017
|
set summarySectionValueTextStyle(v) {
|
|
2018
2018
|
let fi = new FontInfo();
|
|
2019
2019
|
fi.fontString = v;
|
|
2020
|
-
this.i.
|
|
2021
|
-
this._a("summarySectionValueTextStyle", this.i.
|
|
2020
|
+
this.i.g4 = fi;
|
|
2021
|
+
this._a("summarySectionValueTextStyle", this.i.g4 != null ? this.i.g4.fontString : "");
|
|
2022
2022
|
}
|
|
2023
2023
|
/**
|
|
2024
2024
|
* Gets or sets the default text color to use for summary cells at the section level.
|
|
2025
2025
|
*/
|
|
2026
2026
|
get summarySectionValueTextColor() {
|
|
2027
|
-
return brushToString(this.i.
|
|
2027
|
+
return brushToString(this.i.aaq);
|
|
2028
2028
|
}
|
|
2029
2029
|
set summarySectionValueTextColor(v) {
|
|
2030
|
-
this.i.
|
|
2031
|
-
this._a("summarySectionValueTextColor", brushToString(this.i.
|
|
2030
|
+
this.i.aaq = stringToBrush(v);
|
|
2031
|
+
this._a("summarySectionValueTextColor", brushToString(this.i.aaq));
|
|
2032
2032
|
}
|
|
2033
2033
|
/**
|
|
2034
2034
|
* Gets or sets the default text color to use for summary labels in summary cells at the root level.
|
|
2035
2035
|
*/
|
|
2036
2036
|
get summaryRootLabelTextColor() {
|
|
2037
|
-
return brushToString(this.i.
|
|
2037
|
+
return brushToString(this.i.aak);
|
|
2038
2038
|
}
|
|
2039
2039
|
set summaryRootLabelTextColor(v) {
|
|
2040
|
-
this.i.
|
|
2041
|
-
this._a("summaryRootLabelTextColor", brushToString(this.i.
|
|
2040
|
+
this.i.aak = stringToBrush(v);
|
|
2041
|
+
this._a("summaryRootLabelTextColor", brushToString(this.i.aak));
|
|
2042
2042
|
}
|
|
2043
2043
|
/**
|
|
2044
2044
|
* Gets or sets the default text color to use for summary labels in summary cells at the section level.
|
|
2045
2045
|
*/
|
|
2046
2046
|
get summarySectionLabelTextColor() {
|
|
2047
|
-
return brushToString(this.i.
|
|
2047
|
+
return brushToString(this.i.aao);
|
|
2048
2048
|
}
|
|
2049
2049
|
set summarySectionLabelTextColor(v) {
|
|
2050
|
-
this.i.
|
|
2051
|
-
this._a("summarySectionLabelTextColor", brushToString(this.i.
|
|
2050
|
+
this.i.aao = stringToBrush(v);
|
|
2051
|
+
this._a("summarySectionLabelTextColor", brushToString(this.i.aao));
|
|
2052
2052
|
}
|
|
2053
2053
|
/**
|
|
2054
2054
|
* Gets or sets the default background color to use for summary cells at the root level.
|
|
2055
2055
|
*/
|
|
2056
2056
|
get summaryRootSelectedBackground() {
|
|
2057
|
-
return brushToString(this.i.
|
|
2057
|
+
return brushToString(this.i.aal);
|
|
2058
2058
|
}
|
|
2059
2059
|
set summaryRootSelectedBackground(v) {
|
|
2060
|
-
this.i.
|
|
2061
|
-
this._a("summaryRootSelectedBackground", brushToString(this.i.
|
|
2060
|
+
this.i.aal = stringToBrush(v);
|
|
2061
|
+
this._a("summaryRootSelectedBackground", brushToString(this.i.aal));
|
|
2062
2062
|
}
|
|
2063
2063
|
/**
|
|
2064
2064
|
* Gets or sets the default background color to use for summary cells at the section level.
|
|
2065
2065
|
*/
|
|
2066
2066
|
get summarySectionSelectedBackground() {
|
|
2067
|
-
return brushToString(this.i.
|
|
2067
|
+
return brushToString(this.i.aap);
|
|
2068
2068
|
}
|
|
2069
2069
|
set summarySectionSelectedBackground(v) {
|
|
2070
|
-
this.i.
|
|
2071
|
-
this._a("summarySectionSelectedBackground", brushToString(this.i.
|
|
2070
|
+
this.i.aap = stringToBrush(v);
|
|
2071
|
+
this._a("summarySectionSelectedBackground", brushToString(this.i.aap));
|
|
2072
2072
|
}
|
|
2073
2073
|
/**
|
|
2074
2074
|
* Gets or sets the width of the pinned area separators.
|
|
2075
2075
|
*/
|
|
2076
2076
|
get pinnedAreaSeparatorWidth() {
|
|
2077
|
-
return this.i.
|
|
2077
|
+
return this.i.n8;
|
|
2078
2078
|
}
|
|
2079
2079
|
set pinnedAreaSeparatorWidth(v) {
|
|
2080
|
-
this.i.
|
|
2081
|
-
this._a("pinnedAreaSeparatorWidth", this.i.
|
|
2080
|
+
this.i.n8 = +v;
|
|
2081
|
+
this._a("pinnedAreaSeparatorWidth", this.i.n8);
|
|
2082
2082
|
}
|
|
2083
2083
|
/**
|
|
2084
2084
|
* Gets or sets the width of the header separators.
|
|
2085
2085
|
*/
|
|
2086
2086
|
get headerSeparatorWidth() {
|
|
2087
|
-
return this.i.
|
|
2087
|
+
return this.i.n5;
|
|
2088
2088
|
}
|
|
2089
2089
|
set headerSeparatorWidth(v) {
|
|
2090
|
-
this.i.
|
|
2091
|
-
this._a("headerSeparatorWidth", this.i.
|
|
2090
|
+
this.i.n5 = +v;
|
|
2091
|
+
this._a("headerSeparatorWidth", this.i.n5);
|
|
2092
2092
|
}
|
|
2093
2093
|
/**
|
|
2094
2094
|
* Gets or sets the default background color to use for header separators.
|
|
2095
2095
|
*/
|
|
2096
2096
|
get headerSeparatorBackground() {
|
|
2097
|
-
return brushToString(this.i.
|
|
2097
|
+
return brushToString(this.i.z3);
|
|
2098
2098
|
}
|
|
2099
2099
|
set headerSeparatorBackground(v) {
|
|
2100
|
-
this.i.
|
|
2101
|
-
this._a("headerSeparatorBackground", brushToString(this.i.
|
|
2100
|
+
this.i.z3 = stringToBrush(v);
|
|
2101
|
+
this._a("headerSeparatorBackground", brushToString(this.i.z3));
|
|
2102
2102
|
}
|
|
2103
2103
|
/**
|
|
2104
2104
|
* Gets or sets the default background color to use for header cells
|
|
2105
2105
|
*/
|
|
2106
2106
|
get headerBackground() {
|
|
2107
|
-
return brushToString(this.i.
|
|
2107
|
+
return brushToString(this.i.z1);
|
|
2108
2108
|
}
|
|
2109
2109
|
set headerBackground(v) {
|
|
2110
|
-
this.i.
|
|
2111
|
-
this._a("headerBackground", brushToString(this.i.
|
|
2110
|
+
this.i.z1 = stringToBrush(v);
|
|
2111
|
+
this._a("headerBackground", brushToString(this.i.z1));
|
|
2112
2112
|
}
|
|
2113
2113
|
/**
|
|
2114
2114
|
* Gets or sets the default text color to use for header cells
|
|
2115
2115
|
*/
|
|
2116
2116
|
get headerTextColor() {
|
|
2117
|
-
return brushToString(this.i.
|
|
2117
|
+
return brushToString(this.i.z5);
|
|
2118
2118
|
}
|
|
2119
2119
|
set headerTextColor(v) {
|
|
2120
|
-
this.i.
|
|
2121
|
-
this._a("headerTextColor", brushToString(this.i.
|
|
2120
|
+
this.i.z5 = stringToBrush(v);
|
|
2121
|
+
this._a("headerTextColor", brushToString(this.i.z5));
|
|
2122
2122
|
}
|
|
2123
2123
|
/**
|
|
2124
2124
|
* Gets or sets the font to use for header cells
|
|
2125
2125
|
*/
|
|
2126
2126
|
get headerTextStyle() {
|
|
2127
|
-
if (this.i.
|
|
2127
|
+
if (this.i.gz == null) {
|
|
2128
2128
|
return null;
|
|
2129
2129
|
}
|
|
2130
|
-
return this.i.
|
|
2130
|
+
return this.i.gz.fontString;
|
|
2131
2131
|
}
|
|
2132
2132
|
set headerTextStyle(v) {
|
|
2133
2133
|
let fi = new FontInfo();
|
|
2134
2134
|
fi.fontString = v;
|
|
2135
|
-
this.i.
|
|
2136
|
-
this._a("headerTextStyle", this.i.
|
|
2135
|
+
this.i.gz = fi;
|
|
2136
|
+
this._a("headerTextStyle", this.i.gz != null ? this.i.gz.fontString : "");
|
|
2137
2137
|
}
|
|
2138
2138
|
/**
|
|
2139
2139
|
* Gets or sets the default background color to use for row separators
|
|
2140
2140
|
*/
|
|
2141
2141
|
get rowSeparatorBackground() {
|
|
2142
|
-
return brushToString(this.i.
|
|
2142
|
+
return brushToString(this.i.aaa);
|
|
2143
2143
|
}
|
|
2144
2144
|
set rowSeparatorBackground(v) {
|
|
2145
|
-
this.i.
|
|
2146
|
-
this._a("rowSeparatorBackground", brushToString(this.i.
|
|
2145
|
+
this.i.aaa = stringToBrush(v);
|
|
2146
|
+
this._a("rowSeparatorBackground", brushToString(this.i.aaa));
|
|
2147
2147
|
}
|
|
2148
2148
|
get headerRowSeparatorBackground() {
|
|
2149
|
-
return brushToString(this.i.
|
|
2149
|
+
return brushToString(this.i.z2);
|
|
2150
2150
|
}
|
|
2151
2151
|
set headerRowSeparatorBackground(v) {
|
|
2152
|
-
this.i.
|
|
2153
|
-
this._a("headerRowSeparatorBackground", brushToString(this.i.
|
|
2152
|
+
this.i.z2 = stringToBrush(v);
|
|
2153
|
+
this._a("headerRowSeparatorBackground", brushToString(this.i.z2));
|
|
2154
2154
|
}
|
|
2155
2155
|
/**
|
|
2156
2156
|
* Gets or sets the default sticky row background color to use for row separators
|
|
2157
2157
|
*/
|
|
2158
2158
|
get rowSeparatorStickyRowBackground() {
|
|
2159
|
-
return brushToString(this.i.
|
|
2159
|
+
return brushToString(this.i.aad);
|
|
2160
2160
|
}
|
|
2161
2161
|
set rowSeparatorStickyRowBackground(v) {
|
|
2162
|
-
this.i.
|
|
2163
|
-
this._a("rowSeparatorStickyRowBackground", brushToString(this.i.
|
|
2162
|
+
this.i.aad = stringToBrush(v);
|
|
2163
|
+
this._a("rowSeparatorStickyRowBackground", brushToString(this.i.aad));
|
|
2164
2164
|
}
|
|
2165
2165
|
/**
|
|
2166
2166
|
* Gets or sets the default last sticky row background color to use for row separators
|
|
2167
2167
|
*/
|
|
2168
2168
|
get rowSeparatorLastStickyRowBackground() {
|
|
2169
|
-
return brushToString(this.i.
|
|
2169
|
+
return brushToString(this.i.aab);
|
|
2170
2170
|
}
|
|
2171
2171
|
set rowSeparatorLastStickyRowBackground(v) {
|
|
2172
|
-
this.i.
|
|
2173
|
-
this._a("rowSeparatorLastStickyRowBackground", brushToString(this.i.
|
|
2172
|
+
this.i.aab = stringToBrush(v);
|
|
2173
|
+
this._a("rowSeparatorLastStickyRowBackground", brushToString(this.i.aab));
|
|
2174
2174
|
}
|
|
2175
2175
|
/**
|
|
2176
2176
|
* Gets or sets the pinned row background color to use for row separators
|
|
2177
2177
|
*/
|
|
2178
2178
|
get rowSeparatorPinnedRowBackground() {
|
|
2179
|
-
return brushToString(this.i.
|
|
2179
|
+
return brushToString(this.i.aac);
|
|
2180
2180
|
}
|
|
2181
2181
|
set rowSeparatorPinnedRowBackground(v) {
|
|
2182
|
-
this.i.
|
|
2183
|
-
this._a("rowSeparatorPinnedRowBackground", brushToString(this.i.
|
|
2182
|
+
this.i.aac = stringToBrush(v);
|
|
2183
|
+
this._a("rowSeparatorPinnedRowBackground", brushToString(this.i.aac));
|
|
2184
2184
|
}
|
|
2185
2185
|
/**
|
|
2186
2186
|
* Sets or gets the width to use for the column resizing separator.
|
|
2187
2187
|
*/
|
|
2188
2188
|
get columnResizingSeparatorWidth() {
|
|
2189
|
-
return this.i.
|
|
2189
|
+
return this.i.nj;
|
|
2190
2190
|
}
|
|
2191
2191
|
set columnResizingSeparatorWidth(v) {
|
|
2192
|
-
this.i.
|
|
2193
|
-
this._a("columnResizingSeparatorWidth", this.i.
|
|
2192
|
+
this.i.nj = +v;
|
|
2193
|
+
this._a("columnResizingSeparatorWidth", this.i.nj);
|
|
2194
2194
|
}
|
|
2195
2195
|
/**
|
|
2196
2196
|
* Gets or sets the opacity of the column Resizing separator.
|
|
2197
2197
|
*/
|
|
2198
2198
|
get columnResizingSeparatorOpacity() {
|
|
2199
|
-
return this.i.
|
|
2199
|
+
return this.i.mc;
|
|
2200
2200
|
}
|
|
2201
2201
|
set columnResizingSeparatorOpacity(v) {
|
|
2202
|
-
this.i.
|
|
2203
|
-
this._a("columnResizingSeparatorOpacity", this.i.
|
|
2202
|
+
this.i.mc = +v;
|
|
2203
|
+
this._a("columnResizingSeparatorOpacity", this.i.mc);
|
|
2204
2204
|
}
|
|
2205
2205
|
/**
|
|
2206
2206
|
* Sets or gets the width to use for the column resizing separator.
|
|
2207
2207
|
*/
|
|
2208
2208
|
get columnMovingSeparatorWidth() {
|
|
2209
|
-
return this.i.
|
|
2209
|
+
return this.i.nh;
|
|
2210
2210
|
}
|
|
2211
2211
|
set columnMovingSeparatorWidth(v) {
|
|
2212
|
-
this.i.
|
|
2213
|
-
this._a("columnMovingSeparatorWidth", this.i.
|
|
2212
|
+
this.i.nh = +v;
|
|
2213
|
+
this._a("columnMovingSeparatorWidth", this.i.nh);
|
|
2214
2214
|
}
|
|
2215
2215
|
/**
|
|
2216
2216
|
* Gets or sets the opacity of the column moving separator.
|
|
2217
2217
|
*/
|
|
2218
2218
|
get columnMovingSeparatorOpacity() {
|
|
2219
|
-
return this.i.
|
|
2219
|
+
return this.i.mb;
|
|
2220
2220
|
}
|
|
2221
2221
|
set columnMovingSeparatorOpacity(v) {
|
|
2222
|
-
this.i.
|
|
2223
|
-
this._a("columnMovingSeparatorOpacity", this.i.
|
|
2222
|
+
this.i.mb = +v;
|
|
2223
|
+
this._a("columnMovingSeparatorOpacity", this.i.mb);
|
|
2224
2224
|
}
|
|
2225
2225
|
/**
|
|
2226
2226
|
* Gets or sets the default background color to use for column resizing separator.
|
|
2227
2227
|
*/
|
|
2228
2228
|
get columnResizingSeparatorBackground() {
|
|
2229
|
-
return brushToString(this.i.
|
|
2229
|
+
return brushToString(this.i.zy);
|
|
2230
2230
|
}
|
|
2231
2231
|
set columnResizingSeparatorBackground(v) {
|
|
2232
|
-
this.i.
|
|
2233
|
-
this._a("columnResizingSeparatorBackground", brushToString(this.i.
|
|
2232
|
+
this.i.zy = stringToBrush(v);
|
|
2233
|
+
this._a("columnResizingSeparatorBackground", brushToString(this.i.zy));
|
|
2234
2234
|
}
|
|
2235
2235
|
/**
|
|
2236
2236
|
* Gets or sets the default background color to use for column moving separator.
|
|
2237
2237
|
*/
|
|
2238
2238
|
get columnMovingSeparatorBackground() {
|
|
2239
|
-
return brushToString(this.i.
|
|
2239
|
+
return brushToString(this.i.zw);
|
|
2240
2240
|
}
|
|
2241
2241
|
set columnMovingSeparatorBackground(v) {
|
|
2242
|
-
this.i.
|
|
2243
|
-
this._a("columnMovingSeparatorBackground", brushToString(this.i.
|
|
2242
|
+
this.i.zw = stringToBrush(v);
|
|
2243
|
+
this._a("columnMovingSeparatorBackground", brushToString(this.i.zw));
|
|
2244
2244
|
}
|
|
2245
2245
|
/**
|
|
2246
2246
|
* Gets or sets if the section header content should be shifted into the normal column scrollable area when there are pinned columns
|
|
2247
2247
|
*/
|
|
2248
2248
|
get shiftSectionContent() {
|
|
2249
|
-
return this.i.
|
|
2249
|
+
return this.i.k5;
|
|
2250
2250
|
}
|
|
2251
2251
|
set shiftSectionContent(v) {
|
|
2252
|
-
this.i.
|
|
2253
|
-
this._a("shiftSectionContent", this.i.
|
|
2252
|
+
this.i.k5 = ensureBool(v);
|
|
2253
|
+
this._a("shiftSectionContent", this.i.k5);
|
|
2254
2254
|
}
|
|
2255
2255
|
/**
|
|
2256
2256
|
* Gets or sets the column options icon alignment in header cells.
|
|
2257
2257
|
*/
|
|
2258
2258
|
get columnOptionsIconAlignment() {
|
|
2259
|
-
return this.i.
|
|
2259
|
+
return this.i.bt;
|
|
2260
2260
|
}
|
|
2261
2261
|
set columnOptionsIconAlignment(v) {
|
|
2262
|
-
this.i.
|
|
2263
|
-
this._a("columnOptionsIconAlignment", enumToString(ColumnOptionsIconAlignment_$type, this.i.
|
|
2262
|
+
this.i.bt = ensureEnum(ColumnOptionsIconAlignment_$type, v);
|
|
2263
|
+
this._a("columnOptionsIconAlignment", enumToString(ColumnOptionsIconAlignment_$type, this.i.bt));
|
|
2264
2264
|
}
|
|
2265
2265
|
/**
|
|
2266
2266
|
* Gets or sets the column options icon color in header cells.
|
|
2267
2267
|
*/
|
|
2268
2268
|
get columnOptionsIconColor() {
|
|
2269
|
-
return brushToString(this.i.
|
|
2269
|
+
return brushToString(this.i.zx);
|
|
2270
2270
|
}
|
|
2271
2271
|
set columnOptionsIconColor(v) {
|
|
2272
|
-
this.i.
|
|
2273
|
-
this._a("columnOptionsIconColor", brushToString(this.i.
|
|
2272
|
+
this.i.zx = stringToBrush(v);
|
|
2273
|
+
this._a("columnOptionsIconColor", brushToString(this.i.zx));
|
|
2274
2274
|
}
|
|
2275
2275
|
/**
|
|
2276
2276
|
* Gets or sets how the column options icon will behave inside header cells.
|
|
2277
2277
|
*/
|
|
2278
2278
|
get columnOptionsIconBehavior() {
|
|
2279
|
-
return this.i.
|
|
2279
|
+
return this.i.bv;
|
|
2280
2280
|
}
|
|
2281
2281
|
set columnOptionsIconBehavior(v) {
|
|
2282
|
-
this.i.
|
|
2283
|
-
this._a("columnOptionsIconBehavior", enumToString(ColumnOptionsIconBehavior_$type, this.i.
|
|
2282
|
+
this.i.bv = ensureEnum(ColumnOptionsIconBehavior_$type, v);
|
|
2283
|
+
this._a("columnOptionsIconBehavior", enumToString(ColumnOptionsIconBehavior_$type, this.i.bv));
|
|
2284
2284
|
}
|
|
2285
2285
|
/**
|
|
2286
2286
|
* Gets or sets the border color around the grid.
|
|
@@ -2296,156 +2296,156 @@ export let IgcDataGridComponent = /*@__PURE__*/ (() => {
|
|
|
2296
2296
|
* Gets the actual border width.
|
|
2297
2297
|
*/
|
|
2298
2298
|
get actualBorderWidth() {
|
|
2299
|
-
return this.i.
|
|
2299
|
+
return this.i.aaz;
|
|
2300
2300
|
}
|
|
2301
2301
|
set actualBorderWidth(v) {
|
|
2302
|
-
this.i.
|
|
2302
|
+
this.i.aaz = v;
|
|
2303
2303
|
}
|
|
2304
2304
|
get borderWidthBottom() {
|
|
2305
|
-
return this.i.
|
|
2305
|
+
return this.i.aa0 ? this.i.aa0.bottom : NaN;
|
|
2306
2306
|
}
|
|
2307
2307
|
set borderWidthBottom(v) {
|
|
2308
2308
|
this.ensureBorderWidth();
|
|
2309
|
-
this.i.
|
|
2310
|
-
this._a("borderWidthBottom", this.i.
|
|
2311
|
-
this.i.
|
|
2309
|
+
this.i.aa0.bottom = +v;
|
|
2310
|
+
this._a("borderWidthBottom", this.i.aa0.bottom);
|
|
2311
|
+
this.i.aa0 = this.i.aa0;
|
|
2312
2312
|
}
|
|
2313
2313
|
get borderWidthLeft() {
|
|
2314
|
-
return this.i.
|
|
2314
|
+
return this.i.aa0 ? this.i.aa0.left : NaN;
|
|
2315
2315
|
}
|
|
2316
2316
|
set borderWidthLeft(v) {
|
|
2317
2317
|
this.ensureBorderWidth();
|
|
2318
|
-
this.i.
|
|
2319
|
-
this._a("borderWidthLeft", this.i.
|
|
2320
|
-
this.i.
|
|
2318
|
+
this.i.aa0.left = +v;
|
|
2319
|
+
this._a("borderWidthLeft", this.i.aa0.left);
|
|
2320
|
+
this.i.aa0 = this.i.aa0;
|
|
2321
2321
|
}
|
|
2322
2322
|
get borderWidthRight() {
|
|
2323
|
-
return this.i.
|
|
2323
|
+
return this.i.aa0 ? this.i.aa0.right : NaN;
|
|
2324
2324
|
}
|
|
2325
2325
|
set borderWidthRight(v) {
|
|
2326
2326
|
this.ensureBorderWidth();
|
|
2327
|
-
this.i.
|
|
2328
|
-
this._a("borderWidthRight", this.i.
|
|
2329
|
-
this.i.
|
|
2327
|
+
this.i.aa0.right = +v;
|
|
2328
|
+
this._a("borderWidthRight", this.i.aa0.right);
|
|
2329
|
+
this.i.aa0 = this.i.aa0;
|
|
2330
2330
|
}
|
|
2331
2331
|
get borderWidthTop() {
|
|
2332
|
-
return this.i.
|
|
2332
|
+
return this.i.aa0 ? this.i.aa0.top : NaN;
|
|
2333
2333
|
}
|
|
2334
2334
|
set borderWidthTop(v) {
|
|
2335
2335
|
this.ensureBorderWidth();
|
|
2336
|
-
this.i.
|
|
2337
|
-
this._a("borderWidthTop", this.i.
|
|
2338
|
-
this.i.
|
|
2336
|
+
this.i.aa0.top = +v;
|
|
2337
|
+
this._a("borderWidthTop", this.i.aa0.top);
|
|
2338
|
+
this.i.aa0 = this.i.aa0;
|
|
2339
2339
|
}
|
|
2340
2340
|
ensureBorderWidth() {
|
|
2341
|
-
if (this.i.
|
|
2341
|
+
if (this.i.aa0) {
|
|
2342
2342
|
return;
|
|
2343
2343
|
}
|
|
2344
|
-
this.i.
|
|
2344
|
+
this.i.aa0 = new Thickness(2);
|
|
2345
2345
|
}
|
|
2346
2346
|
/**
|
|
2347
2347
|
* Gets or sets if the grid should notify on programmatic selection changes as well as changes from the UI.
|
|
2348
2348
|
*/
|
|
2349
2349
|
get notifyOnAllSelectionChanges() {
|
|
2350
|
-
return this.i.
|
|
2350
|
+
return this.i.kh;
|
|
2351
2351
|
}
|
|
2352
2352
|
set notifyOnAllSelectionChanges(v) {
|
|
2353
|
-
this.i.
|
|
2354
|
-
this._a("notifyOnAllSelectionChanges", this.i.
|
|
2353
|
+
this.i.kh = ensureBool(v);
|
|
2354
|
+
this._a("notifyOnAllSelectionChanges", this.i.kh);
|
|
2355
2355
|
}
|
|
2356
2356
|
get cornerRadiusBottomRight() {
|
|
2357
|
-
return this.i.
|
|
2357
|
+
return this.i.yr ? this.i.yr.b : NaN;
|
|
2358
2358
|
}
|
|
2359
2359
|
set cornerRadiusBottomRight(v) {
|
|
2360
2360
|
this.ensureCornerRadius();
|
|
2361
|
-
this.i.
|
|
2362
|
-
this._a("cornerRadiusBottomRight", this.i.
|
|
2363
|
-
this.i.
|
|
2361
|
+
this.i.yr.b = +v;
|
|
2362
|
+
this._a("cornerRadiusBottomRight", this.i.yr.b);
|
|
2363
|
+
this.i.yr = this.i.yr;
|
|
2364
2364
|
}
|
|
2365
2365
|
get cornerRadiusBottomLeft() {
|
|
2366
|
-
return this.i.
|
|
2366
|
+
return this.i.yr ? this.i.yr.a : NaN;
|
|
2367
2367
|
}
|
|
2368
2368
|
set cornerRadiusBottomLeft(v) {
|
|
2369
2369
|
this.ensureCornerRadius();
|
|
2370
|
-
this.i.
|
|
2371
|
-
this._a("cornerRadiusBottomLeft", this.i.
|
|
2372
|
-
this.i.
|
|
2370
|
+
this.i.yr.a = +v;
|
|
2371
|
+
this._a("cornerRadiusBottomLeft", this.i.yr.a);
|
|
2372
|
+
this.i.yr = this.i.yr;
|
|
2373
2373
|
}
|
|
2374
2374
|
get cornerRadiusTopLeft() {
|
|
2375
|
-
return this.i.
|
|
2375
|
+
return this.i.yr ? this.i.yr.c : NaN;
|
|
2376
2376
|
}
|
|
2377
2377
|
set cornerRadiusTopLeft(v) {
|
|
2378
2378
|
this.ensureCornerRadius();
|
|
2379
|
-
this.i.
|
|
2380
|
-
this._a("cornerRadiusTopLeft", this.i.
|
|
2381
|
-
this.i.
|
|
2379
|
+
this.i.yr.c = +v;
|
|
2380
|
+
this._a("cornerRadiusTopLeft", this.i.yr.c);
|
|
2381
|
+
this.i.yr = this.i.yr;
|
|
2382
2382
|
}
|
|
2383
2383
|
get cornerRadiusTopRight() {
|
|
2384
|
-
return this.i.
|
|
2384
|
+
return this.i.yr ? this.i.yr.d : NaN;
|
|
2385
2385
|
}
|
|
2386
2386
|
set cornerRadiusTopRight(v) {
|
|
2387
2387
|
this.ensureCornerRadius();
|
|
2388
|
-
this.i.
|
|
2389
|
-
this._a("cornerRadiusTopRight", this.i.
|
|
2390
|
-
this.i.
|
|
2388
|
+
this.i.yr.d = +v;
|
|
2389
|
+
this._a("cornerRadiusTopRight", this.i.yr.d);
|
|
2390
|
+
this.i.yr = this.i.yr;
|
|
2391
2391
|
}
|
|
2392
2392
|
ensureCornerRadius() {
|
|
2393
|
-
if (this.i.
|
|
2393
|
+
if (this.i.yr) {
|
|
2394
2394
|
return;
|
|
2395
2395
|
}
|
|
2396
|
-
this.i.
|
|
2396
|
+
this.i.yr = new CornerRadius(2);
|
|
2397
2397
|
}
|
|
2398
2398
|
get actualCornerRadiusBottomRight() {
|
|
2399
|
-
return this.i.
|
|
2399
|
+
return this.i.yp ? this.i.yp.b : NaN;
|
|
2400
2400
|
}
|
|
2401
2401
|
set actualCornerRadiusBottomRight(v) {
|
|
2402
2402
|
this.ensureActualCornerRadius();
|
|
2403
|
-
this.i.
|
|
2404
|
-
this._a("actualCornerRadiusBottomRight", this.i.
|
|
2405
|
-
this.i.
|
|
2403
|
+
this.i.yp.b = +v;
|
|
2404
|
+
this._a("actualCornerRadiusBottomRight", this.i.yp.b);
|
|
2405
|
+
this.i.yp = this.i.yp;
|
|
2406
2406
|
}
|
|
2407
2407
|
get actualCornerRadiusBottomLeft() {
|
|
2408
|
-
return this.i.
|
|
2408
|
+
return this.i.yp ? this.i.yp.a : NaN;
|
|
2409
2409
|
}
|
|
2410
2410
|
set actualCornerRadiusBottomLeft(v) {
|
|
2411
2411
|
this.ensureActualCornerRadius();
|
|
2412
|
-
this.i.
|
|
2413
|
-
this._a("actualCornerRadiusBottomLeft", this.i.
|
|
2414
|
-
this.i.
|
|
2412
|
+
this.i.yp.a = +v;
|
|
2413
|
+
this._a("actualCornerRadiusBottomLeft", this.i.yp.a);
|
|
2414
|
+
this.i.yp = this.i.yp;
|
|
2415
2415
|
}
|
|
2416
2416
|
get actualCornerRadiusTopLeft() {
|
|
2417
|
-
return this.i.
|
|
2417
|
+
return this.i.yp ? this.i.yp.c : NaN;
|
|
2418
2418
|
}
|
|
2419
2419
|
set actualCornerRadiusTopLeft(v) {
|
|
2420
2420
|
this.ensureActualCornerRadius();
|
|
2421
|
-
this.i.
|
|
2422
|
-
this._a("actualCornerRadiusTopLeft", this.i.
|
|
2423
|
-
this.i.
|
|
2421
|
+
this.i.yp.c = +v;
|
|
2422
|
+
this._a("actualCornerRadiusTopLeft", this.i.yp.c);
|
|
2423
|
+
this.i.yp = this.i.yp;
|
|
2424
2424
|
}
|
|
2425
2425
|
get actualCornerRadiusTopRight() {
|
|
2426
|
-
return this.i.
|
|
2426
|
+
return this.i.yp ? this.i.yp.d : NaN;
|
|
2427
2427
|
}
|
|
2428
2428
|
set actualCornerRadiusTopRight(v) {
|
|
2429
2429
|
this.ensureActualCornerRadius();
|
|
2430
|
-
this.i.
|
|
2431
|
-
this._a("actualCornerRadiusTopRight", this.i.
|
|
2432
|
-
this.i.
|
|
2430
|
+
this.i.yp.d = +v;
|
|
2431
|
+
this._a("actualCornerRadiusTopRight", this.i.yp.d);
|
|
2432
|
+
this.i.yp = this.i.yp;
|
|
2433
2433
|
}
|
|
2434
2434
|
ensureActualCornerRadius() {
|
|
2435
|
-
if (this.i.
|
|
2435
|
+
if (this.i.yp) {
|
|
2436
2436
|
return;
|
|
2437
2437
|
}
|
|
2438
|
-
this.i.
|
|
2438
|
+
this.i.yp = new CornerRadius(2);
|
|
2439
2439
|
}
|
|
2440
2440
|
/**
|
|
2441
2441
|
* Gets or sets whether the active cell style will be applied to cells when made active.
|
|
2442
2442
|
*/
|
|
2443
2443
|
get isActiveCellStyleEnabled() {
|
|
2444
|
-
return this.i.
|
|
2444
|
+
return this.i.je;
|
|
2445
2445
|
}
|
|
2446
2446
|
set isActiveCellStyleEnabled(v) {
|
|
2447
|
-
this.i.
|
|
2448
|
-
this._a("isActiveCellStyleEnabled", this.i.
|
|
2447
|
+
this.i.je = ensureBool(v);
|
|
2448
|
+
this._a("isActiveCellStyleEnabled", this.i.je);
|
|
2449
2449
|
}
|
|
2450
2450
|
/**
|
|
2451
2451
|
* A set of states that can be applied to the columns of the grid based on available space.
|
|
@@ -2453,7 +2453,7 @@ export let IgcDataGridComponent = /*@__PURE__*/ (() => {
|
|
|
2453
2453
|
get responsiveStates() {
|
|
2454
2454
|
if (this._responsiveStates === null) {
|
|
2455
2455
|
let coll = new IgcResponsiveStatesCollection();
|
|
2456
|
-
let innerColl = this.i.
|
|
2456
|
+
let innerColl = this.i.fq;
|
|
2457
2457
|
if (!innerColl) {
|
|
2458
2458
|
innerColl = new ResponsiveStatesCollection_internal();
|
|
2459
2459
|
}
|
|
@@ -2469,7 +2469,7 @@ export let IgcDataGridComponent = /*@__PURE__*/ (() => {
|
|
|
2469
2469
|
let coll = new IgcResponsiveStatesCollection();
|
|
2470
2470
|
this._responsiveStates = coll._fromOuter(v);
|
|
2471
2471
|
let syncColl = new SyncableObservableCollection$1(ResponsiveState.$type);
|
|
2472
|
-
let innerColl = this.i.
|
|
2472
|
+
let innerColl = this.i.fq;
|
|
2473
2473
|
if (!innerColl) {
|
|
2474
2474
|
innerColl = new ResponsiveStatesCollection_internal();
|
|
2475
2475
|
}
|
|
@@ -2481,113 +2481,173 @@ export let IgcDataGridComponent = /*@__PURE__*/ (() => {
|
|
|
2481
2481
|
* Gets the region of the grid that is visible.
|
|
2482
2482
|
*/
|
|
2483
2483
|
get actualVisibleRegion() {
|
|
2484
|
-
return fromRect(this.i.
|
|
2484
|
+
return fromRect(this.i.aas);
|
|
2485
|
+
}
|
|
2486
|
+
/**
|
|
2487
|
+
* Gets the current sort that is applied to the grid. Collection can be updated to modify the sort for the grid. Once sort descriptions are in this collection, the grid will no longer listen for changes on their properties.
|
|
2488
|
+
*/
|
|
2489
|
+
get initialSortDescriptions() {
|
|
2490
|
+
if (this.i.ce == null) {
|
|
2491
|
+
return null;
|
|
2492
|
+
}
|
|
2493
|
+
if (!this.i.ce.externalObject) {
|
|
2494
|
+
let e = new IgcColumnSortDescriptionCollection();
|
|
2495
|
+
e._implementation = this.i.ce;
|
|
2496
|
+
this.i.ce.externalObject = e;
|
|
2497
|
+
}
|
|
2498
|
+
return this.i.ce.externalObject;
|
|
2499
|
+
}
|
|
2500
|
+
/**
|
|
2501
|
+
* Gets the current sort that is applied to the grid. Collection can be updated to modify the sort for the grid. Once sort descriptions are in this collection, the grid will no longer listen for changes on their properties.
|
|
2502
|
+
*/
|
|
2503
|
+
get initialGroupDescriptions() {
|
|
2504
|
+
if (this.i.bg == null) {
|
|
2505
|
+
return null;
|
|
2506
|
+
}
|
|
2507
|
+
if (!this.i.bg.externalObject) {
|
|
2508
|
+
let e = new IgcColumnGroupDescriptionCollection();
|
|
2509
|
+
e._implementation = this.i.bg;
|
|
2510
|
+
this.i.bg.externalObject = e;
|
|
2511
|
+
}
|
|
2512
|
+
return this.i.bg.externalObject;
|
|
2513
|
+
}
|
|
2514
|
+
/**
|
|
2515
|
+
* Gets the current summaries that are applied to the grid.
|
|
2516
|
+
*/
|
|
2517
|
+
get initialSummaryDescriptions() {
|
|
2518
|
+
if (this.i.cj == null) {
|
|
2519
|
+
return null;
|
|
2520
|
+
}
|
|
2521
|
+
if (!this.i.cj.externalObject) {
|
|
2522
|
+
let e = new IgcColumnSummaryDescriptionCollection();
|
|
2523
|
+
e._implementation = this.i.cj;
|
|
2524
|
+
this.i.cj.externalObject = e;
|
|
2525
|
+
}
|
|
2526
|
+
return this.i.cj.externalObject;
|
|
2527
|
+
}
|
|
2528
|
+
get initialSorts() {
|
|
2529
|
+
return this.i.q6;
|
|
2530
|
+
}
|
|
2531
|
+
set initialSorts(v) {
|
|
2532
|
+
this.i.q6 = v;
|
|
2533
|
+
}
|
|
2534
|
+
get initialGroups() {
|
|
2535
|
+
return this.i.q4;
|
|
2536
|
+
}
|
|
2537
|
+
set initialGroups(v) {
|
|
2538
|
+
this.i.q4 = v;
|
|
2539
|
+
}
|
|
2540
|
+
get initialSummaries() {
|
|
2541
|
+
return this.i.q8;
|
|
2542
|
+
}
|
|
2543
|
+
set initialSummaries(v) {
|
|
2544
|
+
this.i.q8 = v;
|
|
2485
2545
|
}
|
|
2486
2546
|
/**
|
|
2487
2547
|
* Gets the current sort that is applied to the grid. Collection can be updated to modify the sort for the grid. Once sort descriptions are in this collection, the grid will no longer listen for changes on their properties.
|
|
2488
2548
|
*/
|
|
2489
2549
|
get sortDescriptions() {
|
|
2490
|
-
if (this.i.
|
|
2550
|
+
if (this.i.cf == null) {
|
|
2491
2551
|
return null;
|
|
2492
2552
|
}
|
|
2493
|
-
if (!this.i.
|
|
2553
|
+
if (!this.i.cf.externalObject) {
|
|
2494
2554
|
let e = new IgcColumnSortDescriptionCollection();
|
|
2495
|
-
e._implementation = this.i.
|
|
2496
|
-
this.i.
|
|
2555
|
+
e._implementation = this.i.cf;
|
|
2556
|
+
this.i.cf.externalObject = e;
|
|
2497
2557
|
}
|
|
2498
|
-
return this.i.
|
|
2558
|
+
return this.i.cf.externalObject;
|
|
2499
2559
|
}
|
|
2500
2560
|
/**
|
|
2501
2561
|
* Gets the current grouping that is applied to the grid. Collection can be updated to modify the grouping for the grid. Once grouping descriptions are in this collection, the grid will no longer listen for changes on their properties.
|
|
2502
2562
|
*/
|
|
2503
2563
|
get groupDescriptions() {
|
|
2504
|
-
if (this.i.
|
|
2564
|
+
if (this.i.bf == null) {
|
|
2505
2565
|
return null;
|
|
2506
2566
|
}
|
|
2507
|
-
if (!this.i.
|
|
2567
|
+
if (!this.i.bf.externalObject) {
|
|
2508
2568
|
let e = new IgcColumnGroupDescriptionCollection();
|
|
2509
|
-
e._implementation = this.i.
|
|
2510
|
-
this.i.
|
|
2569
|
+
e._implementation = this.i.bf;
|
|
2570
|
+
this.i.bf.externalObject = e;
|
|
2511
2571
|
}
|
|
2512
|
-
return this.i.
|
|
2572
|
+
return this.i.bf.externalObject;
|
|
2513
2573
|
}
|
|
2514
2574
|
/**
|
|
2515
2575
|
* Gets the current filter that is applied to the grid. Collection can be updated to modify the filter for the grid. Once filter expresisons are in this collection, the grid will no longer listen for changes on their properties.
|
|
2516
2576
|
*/
|
|
2517
2577
|
get filterExpressions() {
|
|
2518
|
-
if (this.i.
|
|
2578
|
+
if (this.i.u == null) {
|
|
2519
2579
|
return null;
|
|
2520
2580
|
}
|
|
2521
|
-
if (!this.i.
|
|
2581
|
+
if (!this.i.u.externalObject) {
|
|
2522
2582
|
let e = new IgcFilterExpressionCollection();
|
|
2523
|
-
e._implementation = this.i.
|
|
2524
|
-
this.i.
|
|
2583
|
+
e._implementation = this.i.u;
|
|
2584
|
+
this.i.u.externalObject = e;
|
|
2525
2585
|
}
|
|
2526
|
-
return this.i.
|
|
2586
|
+
return this.i.u.externalObject;
|
|
2527
2587
|
}
|
|
2528
2588
|
/**
|
|
2529
2589
|
* Gets the current summaries that are applied to the grid.
|
|
2530
2590
|
*/
|
|
2531
2591
|
get summaryDescriptions() {
|
|
2532
|
-
if (this.i.
|
|
2592
|
+
if (this.i.ck == null) {
|
|
2533
2593
|
return null;
|
|
2534
2594
|
}
|
|
2535
|
-
if (!this.i.
|
|
2595
|
+
if (!this.i.ck.externalObject) {
|
|
2536
2596
|
let e = new IgcColumnSummaryDescriptionCollection();
|
|
2537
|
-
e._implementation = this.i.
|
|
2538
|
-
this.i.
|
|
2597
|
+
e._implementation = this.i.ck;
|
|
2598
|
+
this.i.ck.externalObject = e;
|
|
2539
2599
|
}
|
|
2540
|
-
return this.i.
|
|
2600
|
+
return this.i.ck.externalObject;
|
|
2541
2601
|
}
|
|
2542
2602
|
/**
|
|
2543
2603
|
* Gets or sets the scope which summaries are calculated for.
|
|
2544
2604
|
*/
|
|
2545
2605
|
get summaryScope() {
|
|
2546
|
-
return this.i.
|
|
2606
|
+
return this.i.gg;
|
|
2547
2607
|
}
|
|
2548
2608
|
set summaryScope(v) {
|
|
2549
|
-
this.i.
|
|
2550
|
-
this._a("summaryScope", enumToString(SummaryScope_$type, this.i.
|
|
2609
|
+
this.i.gg = ensureEnum(SummaryScope_$type, v);
|
|
2610
|
+
this._a("summaryScope", enumToString(SummaryScope_$type, this.i.gg));
|
|
2551
2611
|
}
|
|
2552
2612
|
/**
|
|
2553
2613
|
* Gets or sets whether group headers are collapsable.
|
|
2554
2614
|
*/
|
|
2555
2615
|
get isGroupCollapsable() {
|
|
2556
|
-
return this.i.
|
|
2616
|
+
return this.i.jw;
|
|
2557
2617
|
}
|
|
2558
2618
|
set isGroupCollapsable(v) {
|
|
2559
|
-
this.i.
|
|
2560
|
-
this._a("isGroupCollapsable", this.i.
|
|
2619
|
+
this.i.jw = ensureBool(v);
|
|
2620
|
+
this._a("isGroupCollapsable", this.i.jw);
|
|
2561
2621
|
}
|
|
2562
2622
|
/**
|
|
2563
2623
|
* Gets or sets how group headers are displayed when there are multiple groups defined in the grid.
|
|
2564
2624
|
*/
|
|
2565
2625
|
get groupHeaderDisplayMode() {
|
|
2566
|
-
return this.i.
|
|
2626
|
+
return this.i.er;
|
|
2567
2627
|
}
|
|
2568
2628
|
set groupHeaderDisplayMode(v) {
|
|
2569
|
-
this.i.
|
|
2570
|
-
this._a("groupHeaderDisplayMode", enumToString(GroupHeaderDisplayMode_$type, this.i.
|
|
2629
|
+
this.i.er = ensureEnum(GroupHeaderDisplayMode_$type, v);
|
|
2630
|
+
this._a("groupHeaderDisplayMode", enumToString(GroupHeaderDisplayMode_$type, this.i.er));
|
|
2571
2631
|
}
|
|
2572
2632
|
/**
|
|
2573
2633
|
* Gets or sets whether groups are expanded or collapsed by default.
|
|
2574
2634
|
*/
|
|
2575
2635
|
get isGroupExpandedDefault() {
|
|
2576
|
-
return this.i.
|
|
2636
|
+
return this.i.jx;
|
|
2577
2637
|
}
|
|
2578
2638
|
set isGroupExpandedDefault(v) {
|
|
2579
|
-
this.i.
|
|
2580
|
-
this._a("isGroupExpandedDefault", this.i.
|
|
2639
|
+
this.i.jx = ensureBool(v);
|
|
2640
|
+
this._a("isGroupExpandedDefault", this.i.jx);
|
|
2581
2641
|
}
|
|
2582
2642
|
/**
|
|
2583
2643
|
* Gets or sets the display mode summaries will use inside groups.
|
|
2584
2644
|
*/
|
|
2585
2645
|
get groupSummaryDisplayMode() {
|
|
2586
|
-
return this.i.
|
|
2646
|
+
return this.i.et;
|
|
2587
2647
|
}
|
|
2588
2648
|
set groupSummaryDisplayMode(v) {
|
|
2589
|
-
this.i.
|
|
2590
|
-
this._a("groupSummaryDisplayMode", enumToString(GroupSummaryDisplayMode_$type, this.i.
|
|
2649
|
+
this.i.et = ensureEnum(GroupSummaryDisplayMode_$type, v);
|
|
2650
|
+
this._a("groupSummaryDisplayMode", enumToString(GroupSummaryDisplayMode_$type, this.i.et));
|
|
2591
2651
|
}
|
|
2592
2652
|
/**
|
|
2593
2653
|
* Gets or sets whether to automatically accept edits or require explicit acceptance or rejections of edits
|
|
@@ -2602,11 +2662,11 @@ export let IgcDataGridComponent = /*@__PURE__*/ (() => {
|
|
|
2602
2662
|
* will be auto accepted.
|
|
2603
2663
|
*/
|
|
2604
2664
|
get autoAcceptEdits() {
|
|
2605
|
-
return this.i.
|
|
2665
|
+
return this.i.iy;
|
|
2606
2666
|
}
|
|
2607
2667
|
set autoAcceptEdits(v) {
|
|
2608
|
-
this.i.
|
|
2609
|
-
this._a("autoAcceptEdits", this.i.
|
|
2668
|
+
this.i.iy = ensureBool(v);
|
|
2669
|
+
this._a("autoAcceptEdits", this.i.iy);
|
|
2610
2670
|
}
|
|
2611
2671
|
/**
|
|
2612
2672
|
* Sets or gets the user provided primary key to assume for the data. Certain functionality of the grid requires a way to uniquely identify items in order to work correctly.
|
|
@@ -2666,241 +2726,278 @@ export let IgcDataGridComponent = /*@__PURE__*/ (() => {
|
|
|
2666
2726
|
* Sets or gets whether the grid will react to sort changes.
|
|
2667
2727
|
*/
|
|
2668
2728
|
get reactsToSortChanges() {
|
|
2669
|
-
return this.i.
|
|
2729
|
+
return this.i.ky;
|
|
2670
2730
|
}
|
|
2671
2731
|
set reactsToSortChanges(v) {
|
|
2672
|
-
this.i.
|
|
2673
|
-
this._a("reactsToSortChanges", this.i.
|
|
2732
|
+
this.i.ky = ensureBool(v);
|
|
2733
|
+
this._a("reactsToSortChanges", this.i.ky);
|
|
2674
2734
|
}
|
|
2675
2735
|
/**
|
|
2676
2736
|
* Sets or gets whether the grid will react to group changes.
|
|
2677
2737
|
*/
|
|
2678
2738
|
get reactsToGroupChanges() {
|
|
2679
|
-
return this.i.
|
|
2739
|
+
return this.i.kx;
|
|
2680
2740
|
}
|
|
2681
2741
|
set reactsToGroupChanges(v) {
|
|
2682
|
-
this.i.
|
|
2683
|
-
this._a("reactsToGroupChanges", this.i.
|
|
2742
|
+
this.i.kx = ensureBool(v);
|
|
2743
|
+
this._a("reactsToGroupChanges", this.i.kx);
|
|
2684
2744
|
}
|
|
2685
2745
|
/**
|
|
2686
2746
|
* Sets or gets whether the grid will react to filter changes.
|
|
2687
2747
|
*/
|
|
2688
2748
|
get reactsToFilterChanges() {
|
|
2689
|
-
return this.i.
|
|
2749
|
+
return this.i.kw;
|
|
2690
2750
|
}
|
|
2691
2751
|
set reactsToFilterChanges(v) {
|
|
2692
|
-
this.i.
|
|
2693
|
-
this._a("reactsToFilterChanges", this.i.
|
|
2752
|
+
this.i.kw = ensureBool(v);
|
|
2753
|
+
this._a("reactsToFilterChanges", this.i.kw);
|
|
2694
2754
|
}
|
|
2695
2755
|
/**
|
|
2696
2756
|
* Gets whether an undo can be performed.
|
|
2697
2757
|
*/
|
|
2698
2758
|
get canUndo() {
|
|
2699
|
-
return this.i.
|
|
2759
|
+
return this.i.i5;
|
|
2700
2760
|
}
|
|
2701
2761
|
/**
|
|
2702
2762
|
* Gets whether a redo can be performed.
|
|
2703
2763
|
*/
|
|
2704
2764
|
get canRedo() {
|
|
2705
|
-
return this.i.
|
|
2765
|
+
return this.i.i4;
|
|
2706
2766
|
}
|
|
2707
2767
|
/**
|
|
2708
2768
|
* Gets whether a commit can be performed. False if there are any errors present
|
|
2709
2769
|
* on any pending transactions.
|
|
2710
2770
|
*/
|
|
2711
2771
|
get canCommit() {
|
|
2712
|
-
return this.i.
|
|
2772
|
+
return this.i.i1;
|
|
2713
2773
|
}
|
|
2714
2774
|
/**
|
|
2715
2775
|
* Gets or sets the behavior of the Enter key.
|
|
2716
2776
|
*/
|
|
2717
2777
|
get enterBehavior() {
|
|
2718
|
-
return this.i.
|
|
2778
|
+
return this.i.cy;
|
|
2719
2779
|
}
|
|
2720
2780
|
set enterBehavior(v) {
|
|
2721
|
-
this.i.
|
|
2722
|
-
this._a("enterBehavior", enumToString(EnterKeyBehaviors_$type, this.i.
|
|
2781
|
+
this.i.cy = ensureEnum(EnterKeyBehaviors_$type, v);
|
|
2782
|
+
this._a("enterBehavior", enumToString(EnterKeyBehaviors_$type, this.i.cy));
|
|
2723
2783
|
}
|
|
2724
2784
|
/**
|
|
2725
2785
|
* Gets or sets the behavior of the enter key when exiting edit mode.
|
|
2726
2786
|
*/
|
|
2727
2787
|
get enterBehaviorAfterEdit() {
|
|
2728
|
-
return this.i.
|
|
2788
|
+
return this.i.cw;
|
|
2729
2789
|
}
|
|
2730
2790
|
set enterBehaviorAfterEdit(v) {
|
|
2731
|
-
this.i.
|
|
2732
|
-
this._a("enterBehaviorAfterEdit", enumToString(EnterKeyBehaviorAfterEdit_$type, this.i.
|
|
2791
|
+
this.i.cw = ensureEnum(EnterKeyBehaviorAfterEdit_$type, v);
|
|
2792
|
+
this._a("enterBehaviorAfterEdit", enumToString(EnterKeyBehaviorAfterEdit_$type, this.i.cw));
|
|
2733
2793
|
}
|
|
2734
2794
|
/**
|
|
2735
2795
|
* Gets or sets whether to show the summaries option in the column options menu.
|
|
2736
2796
|
*/
|
|
2737
2797
|
get isColumnOptionsSummariesEnabled() {
|
|
2738
|
-
return this.i.
|
|
2798
|
+
return this.i.jp;
|
|
2739
2799
|
}
|
|
2740
2800
|
set isColumnOptionsSummariesEnabled(v) {
|
|
2741
|
-
this.i.
|
|
2742
|
-
this._a("isColumnOptionsSummariesEnabled", this.i.
|
|
2801
|
+
this.i.jp = ensureBool(v);
|
|
2802
|
+
this._a("isColumnOptionsSummariesEnabled", this.i.jp);
|
|
2743
2803
|
}
|
|
2744
2804
|
/**
|
|
2745
2805
|
* Gets or sets whether to show the grouping option in the column options menu.
|
|
2746
2806
|
*/
|
|
2747
2807
|
get isColumnOptionsGroupingEnabled() {
|
|
2748
|
-
return this.i.
|
|
2808
|
+
return this.i.jo;
|
|
2749
2809
|
}
|
|
2750
2810
|
set isColumnOptionsGroupingEnabled(v) {
|
|
2751
|
-
this.i.
|
|
2752
|
-
this._a("isColumnOptionsGroupingEnabled", this.i.
|
|
2811
|
+
this.i.jo = ensureBool(v);
|
|
2812
|
+
this._a("isColumnOptionsGroupingEnabled", this.i.jo);
|
|
2753
2813
|
}
|
|
2754
2814
|
/**
|
|
2755
2815
|
* Gets or sets if and how cell merging is performed for all fields.
|
|
2756
2816
|
*/
|
|
2757
2817
|
get mergedCellMode() {
|
|
2758
|
-
return this.i.
|
|
2818
|
+
return this.i.fi;
|
|
2759
2819
|
}
|
|
2760
2820
|
set mergedCellMode(v) {
|
|
2761
|
-
this.i.
|
|
2762
|
-
this._a("mergedCellMode", enumToString(MergedCellMode_$type, this.i.
|
|
2821
|
+
this.i.fi = ensureEnum(MergedCellMode_$type, v);
|
|
2822
|
+
this._a("mergedCellMode", enumToString(MergedCellMode_$type, this.i.fi));
|
|
2763
2823
|
}
|
|
2764
2824
|
/**
|
|
2765
2825
|
* Gets or sets how cells are evaluated for merging.
|
|
2766
2826
|
*/
|
|
2767
2827
|
get mergedCellEvaluationCriteria() {
|
|
2768
|
-
return this.i.
|
|
2828
|
+
return this.i.fg;
|
|
2769
2829
|
}
|
|
2770
2830
|
set mergedCellEvaluationCriteria(v) {
|
|
2771
|
-
this.i.
|
|
2772
|
-
this._a("mergedCellEvaluationCriteria", enumToString(MergedCellEvaluationCriteria_$type, this.i.
|
|
2831
|
+
this.i.fg = ensureEnum(MergedCellEvaluationCriteria_$type, v);
|
|
2832
|
+
this._a("mergedCellEvaluationCriteria", enumToString(MergedCellEvaluationCriteria_$type, this.i.fg));
|
|
2773
2833
|
}
|
|
2774
2834
|
/**
|
|
2775
2835
|
* Gets or sets the vertical alignment to use for the merged cell content.
|
|
2776
2836
|
*/
|
|
2777
2837
|
get mergedCellVerticalAlignment() {
|
|
2778
|
-
return this.i.
|
|
2838
|
+
return this.i.am;
|
|
2779
2839
|
}
|
|
2780
2840
|
set mergedCellVerticalAlignment(v) {
|
|
2781
|
-
this.i.
|
|
2782
|
-
this._a("mergedCellVerticalAlignment", enumToString(CellContentVerticalAlignment_$type, this.i.
|
|
2841
|
+
this.i.am = ensureEnum(CellContentVerticalAlignment_$type, v);
|
|
2842
|
+
this._a("mergedCellVerticalAlignment", enumToString(CellContentVerticalAlignment_$type, this.i.am));
|
|
2783
2843
|
}
|
|
2784
2844
|
/**
|
|
2785
2845
|
* Gets or sets which filter UI type to use.
|
|
2786
2846
|
*/
|
|
2787
2847
|
get filterUIType() {
|
|
2788
|
-
return this.i.
|
|
2848
|
+
return this.i.c5;
|
|
2789
2849
|
}
|
|
2790
2850
|
set filterUIType(v) {
|
|
2791
|
-
this.i.
|
|
2792
|
-
this._a("filterUIType", enumToString(FilterUIType_$type, this.i.
|
|
2851
|
+
this.i.c5 = ensureEnum(FilterUIType_$type, v);
|
|
2852
|
+
this._a("filterUIType", enumToString(FilterUIType_$type, this.i.c5));
|
|
2793
2853
|
}
|
|
2794
2854
|
/**
|
|
2795
2855
|
* Gets or sets how filters set through the filter UI are combined.
|
|
2796
2856
|
*/
|
|
2797
2857
|
get filterLogicalOperator() {
|
|
2798
|
-
return this.i.
|
|
2858
|
+
return this.i.c2;
|
|
2799
2859
|
}
|
|
2800
2860
|
set filterLogicalOperator(v) {
|
|
2801
|
-
this.i.
|
|
2802
|
-
this._a("filterLogicalOperator", enumToString(FilterLogicalOperator_$type, this.i.
|
|
2861
|
+
this.i.c2 = ensureEnum(FilterLogicalOperator_$type, v);
|
|
2862
|
+
this._a("filterLogicalOperator", enumToString(FilterLogicalOperator_$type, this.i.c2));
|
|
2803
2863
|
}
|
|
2804
2864
|
/**
|
|
2805
2865
|
* Gets or sets whether UI filters are case sensitive or not.
|
|
2806
2866
|
*/
|
|
2807
2867
|
get filterComparisonType() {
|
|
2808
|
-
return this.i.
|
|
2868
|
+
return this.i.c0;
|
|
2809
2869
|
}
|
|
2810
2870
|
set filterComparisonType(v) {
|
|
2811
|
-
this.i.
|
|
2812
|
-
this._a("filterComparisonType", enumToString(FilterComparisonType_$type, this.i.
|
|
2871
|
+
this.i.c0 = ensureEnum(FilterComparisonType_$type, v);
|
|
2872
|
+
this._a("filterComparisonType", enumToString(FilterComparisonType_$type, this.i.c0));
|
|
2813
2873
|
}
|
|
2814
2874
|
get todayOverride() {
|
|
2815
|
-
return this.i.
|
|
2875
|
+
return this.i.lp;
|
|
2816
2876
|
}
|
|
2817
2877
|
set todayOverride(v) {
|
|
2818
|
-
this.i.
|
|
2878
|
+
this.i.lp = v;
|
|
2819
2879
|
}
|
|
2820
2880
|
/**
|
|
2821
2881
|
* Gets or sets whether selection is cleared when pressing the Escape key.
|
|
2822
2882
|
*/
|
|
2823
2883
|
get clearSelectionOnEscape() {
|
|
2824
|
-
return this.i.
|
|
2884
|
+
return this.i.i6;
|
|
2825
2885
|
}
|
|
2826
2886
|
set clearSelectionOnEscape(v) {
|
|
2827
|
-
this.i.
|
|
2828
|
-
this._a("clearSelectionOnEscape", this.i.
|
|
2887
|
+
this.i.i6 = ensureBool(v);
|
|
2888
|
+
this._a("clearSelectionOnEscape", this.i.i6);
|
|
2829
2889
|
}
|
|
2830
2890
|
/**
|
|
2831
2891
|
* Gets or sets the size of each page when the pager is visible.
|
|
2832
2892
|
*/
|
|
2833
2893
|
get pageSize() {
|
|
2834
|
-
return this.i.
|
|
2894
|
+
return this.i.n6;
|
|
2835
2895
|
}
|
|
2836
2896
|
set pageSize(v) {
|
|
2837
|
-
this.i.
|
|
2838
|
-
this._a("pageSize", this.i.
|
|
2897
|
+
this.i.n6 = +v;
|
|
2898
|
+
this._a("pageSize", this.i.n6);
|
|
2839
2899
|
}
|
|
2840
2900
|
/**
|
|
2841
2901
|
* Gets or sets whether to show the column chooser button in the toolbar.
|
|
2842
2902
|
*/
|
|
2843
2903
|
get isToolbarColumnChooserVisible() {
|
|
2844
|
-
return this.i.
|
|
2904
|
+
return this.i.kc;
|
|
2845
2905
|
}
|
|
2846
2906
|
set isToolbarColumnChooserVisible(v) {
|
|
2847
|
-
this.i.
|
|
2848
|
-
this._a("isToolbarColumnChooserVisible", this.i.
|
|
2907
|
+
this.i.kc = ensureBool(v);
|
|
2908
|
+
this._a("isToolbarColumnChooserVisible", this.i.kc);
|
|
2849
2909
|
}
|
|
2850
2910
|
/**
|
|
2851
2911
|
* Gets or sets whether to show the column pinning button in the toolbar.
|
|
2852
2912
|
*/
|
|
2853
2913
|
get isToolbarColumnPinningVisible() {
|
|
2854
|
-
return this.i.
|
|
2914
|
+
return this.i.kd;
|
|
2855
2915
|
}
|
|
2856
2916
|
set isToolbarColumnPinningVisible(v) {
|
|
2857
|
-
this.i.
|
|
2858
|
-
this._a("isToolbarColumnPinningVisible", this.i.
|
|
2917
|
+
this.i.kd = ensureBool(v);
|
|
2918
|
+
this._a("isToolbarColumnPinningVisible", this.i.kd);
|
|
2859
2919
|
}
|
|
2860
2920
|
/**
|
|
2861
2921
|
* Gets or sets the title text to use in the toolbar.
|
|
2862
2922
|
*/
|
|
2863
2923
|
get toolbarTitle() {
|
|
2864
|
-
return this.i.
|
|
2924
|
+
return this.i.to;
|
|
2865
2925
|
}
|
|
2866
2926
|
set toolbarTitle(v) {
|
|
2867
|
-
this.i.
|
|
2927
|
+
this.i.to = v;
|
|
2868
2928
|
}
|
|
2869
2929
|
/**
|
|
2870
2930
|
* Gets or sets the column chooser button text to use in the toolbar.
|
|
2871
2931
|
*/
|
|
2872
2932
|
get toolbarColumnChooserText() {
|
|
2873
|
-
return this.i.
|
|
2933
|
+
return this.i.tg;
|
|
2874
2934
|
}
|
|
2875
2935
|
set toolbarColumnChooserText(v) {
|
|
2876
|
-
this.i.
|
|
2936
|
+
this.i.tg = v;
|
|
2877
2937
|
}
|
|
2878
2938
|
/**
|
|
2879
2939
|
* Gets or sets the column chooser title text to use in the toolbar.
|
|
2880
2940
|
*/
|
|
2881
2941
|
get toolbarColumnChooserTitle() {
|
|
2882
|
-
return this.i.
|
|
2942
|
+
return this.i.ti;
|
|
2883
2943
|
}
|
|
2884
2944
|
set toolbarColumnChooserTitle(v) {
|
|
2885
|
-
this.i.
|
|
2945
|
+
this.i.ti = v;
|
|
2886
2946
|
}
|
|
2887
2947
|
/**
|
|
2888
2948
|
* Gets or sets the column pinning button text to use in the toolbar.
|
|
2889
2949
|
*/
|
|
2890
2950
|
get toolbarColumnPinningText() {
|
|
2891
|
-
return this.i.
|
|
2951
|
+
return this.i.tk;
|
|
2892
2952
|
}
|
|
2893
2953
|
set toolbarColumnPinningText(v) {
|
|
2894
|
-
this.i.
|
|
2954
|
+
this.i.tk = v;
|
|
2895
2955
|
}
|
|
2896
2956
|
/**
|
|
2897
2957
|
* Gets or sets the column pinning title text to use in the toolbar.
|
|
2898
2958
|
*/
|
|
2899
2959
|
get toolbarColumnPinningTitle() {
|
|
2900
|
-
return this.i.
|
|
2960
|
+
return this.i.tm;
|
|
2901
2961
|
}
|
|
2902
2962
|
set toolbarColumnPinningTitle(v) {
|
|
2903
|
-
this.i.
|
|
2963
|
+
this.i.tm = v;
|
|
2964
|
+
}
|
|
2965
|
+
/**
|
|
2966
|
+
* Gets or sets the style of scrollbar.
|
|
2967
|
+
*/
|
|
2968
|
+
get scrollbarStyle() {
|
|
2969
|
+
return this.i.gm;
|
|
2970
|
+
}
|
|
2971
|
+
set scrollbarStyle(v) {
|
|
2972
|
+
this.i.gm = ensureEnum(ScrollbarStyle_$type, v);
|
|
2973
|
+
this._a("scrollbarStyle", enumToString(ScrollbarStyle_$type, this.i.gm));
|
|
2974
|
+
}
|
|
2975
|
+
/**
|
|
2976
|
+
* Gets or sets the scrollbar background color.
|
|
2977
|
+
*/
|
|
2978
|
+
get scrollbarBackground() {
|
|
2979
|
+
return brushToString(this.i.aae);
|
|
2980
|
+
}
|
|
2981
|
+
set scrollbarBackground(v) {
|
|
2982
|
+
this.i.aae = stringToBrush(v);
|
|
2983
|
+
this._a("scrollbarBackground", brushToString(this.i.aae));
|
|
2984
|
+
}
|
|
2985
|
+
get allowCopyOperation() {
|
|
2986
|
+
return this.i.ix;
|
|
2987
|
+
}
|
|
2988
|
+
set allowCopyOperation(v) {
|
|
2989
|
+
this.i.ix = ensureBool(v);
|
|
2990
|
+
this._a("allowCopyOperation", this.i.ix);
|
|
2991
|
+
}
|
|
2992
|
+
/**
|
|
2993
|
+
* Gets or sets whether to defer the SelectedItemsChanged and SelectedKeysChanged events till after the drag selection has completed.
|
|
2994
|
+
*/
|
|
2995
|
+
get deferEventForRowDragSelection() {
|
|
2996
|
+
return this.i.i7;
|
|
2997
|
+
}
|
|
2998
|
+
set deferEventForRowDragSelection(v) {
|
|
2999
|
+
this.i.i7 = ensureBool(v);
|
|
3000
|
+
this._a("deferEventForRowDragSelection", this.i.i7);
|
|
2904
3001
|
}
|
|
2905
3002
|
findByName(name) {
|
|
2906
3003
|
if (this.sectionHeader && this.sectionHeader.name && this.sectionHeader.name == name) {
|
|
@@ -2951,6 +3048,15 @@ export let IgcDataGridComponent = /*@__PURE__*/ (() => {
|
|
|
2951
3048
|
if (this.responsiveStates != null && this.responsiveStates.findByName && this.responsiveStates.findByName(name)) {
|
|
2952
3049
|
return this.responsiveStates.findByName(name);
|
|
2953
3050
|
}
|
|
3051
|
+
if (this.initialSortDescriptions != null && this.initialSortDescriptions.findByName && this.initialSortDescriptions.findByName(name)) {
|
|
3052
|
+
return this.initialSortDescriptions.findByName(name);
|
|
3053
|
+
}
|
|
3054
|
+
if (this.initialGroupDescriptions != null && this.initialGroupDescriptions.findByName && this.initialGroupDescriptions.findByName(name)) {
|
|
3055
|
+
return this.initialGroupDescriptions.findByName(name);
|
|
3056
|
+
}
|
|
3057
|
+
if (this.initialSummaryDescriptions != null && this.initialSummaryDescriptions.findByName && this.initialSummaryDescriptions.findByName(name)) {
|
|
3058
|
+
return this.initialSummaryDescriptions.findByName(name);
|
|
3059
|
+
}
|
|
2954
3060
|
if (this.sortDescriptions != null && this.sortDescriptions.findByName && this.sortDescriptions.findByName(name)) {
|
|
2955
3061
|
return this.sortDescriptions.findByName(name);
|
|
2956
3062
|
}
|
|
@@ -3056,14 +3162,14 @@ export let IgcDataGridComponent = /*@__PURE__*/ (() => {
|
|
|
3056
3162
|
|
|
3057
3163
|
*/
|
|
3058
3164
|
refresh() {
|
|
3059
|
-
this.i.
|
|
3165
|
+
this.i.xc();
|
|
3060
3166
|
}
|
|
3061
3167
|
/**
|
|
3062
3168
|
* Makes sure pending work has completed if the grid need to be synchronously examined.
|
|
3063
3169
|
|
|
3064
3170
|
*/
|
|
3065
3171
|
flush() {
|
|
3066
|
-
this.i.
|
|
3172
|
+
this.i.ui();
|
|
3067
3173
|
}
|
|
3068
3174
|
notifyScrollStart() {
|
|
3069
3175
|
this.i.notifyScrollStart();
|
|
@@ -3072,13 +3178,13 @@ export let IgcDataGridComponent = /*@__PURE__*/ (() => {
|
|
|
3072
3178
|
this.i.notifyScrollStop();
|
|
3073
3179
|
}
|
|
3074
3180
|
exchangeColumn(newColumn, oldColumn) {
|
|
3075
|
-
this.i.
|
|
3181
|
+
this.i.ug((newColumn == null ? null : newColumn.i), (oldColumn == null ? null : oldColumn.i));
|
|
3076
3182
|
}
|
|
3077
3183
|
pinColumn(column, position) {
|
|
3078
|
-
this.i.
|
|
3184
|
+
this.i.w5((column == null ? null : column.i), (position == null ? null : position));
|
|
3079
3185
|
}
|
|
3080
3186
|
moveColumn(oldIndex, newIndex) {
|
|
3081
|
-
this.i.
|
|
3187
|
+
this.i.uv(oldIndex, newIndex);
|
|
3082
3188
|
}
|
|
3083
3189
|
/**
|
|
3084
3190
|
* Moves a column to the left, if possible.
|
|
@@ -3086,7 +3192,7 @@ export let IgcDataGridComponent = /*@__PURE__*/ (() => {
|
|
|
3086
3192
|
* @param columnIndex * The index of the column to move.
|
|
3087
3193
|
*/
|
|
3088
3194
|
moveColumnLeft(columnIndex) {
|
|
3089
|
-
this.i.
|
|
3195
|
+
this.i.uw(columnIndex);
|
|
3090
3196
|
}
|
|
3091
3197
|
/**
|
|
3092
3198
|
* Moves a column to the right, if possible.
|
|
@@ -3094,7 +3200,7 @@ export let IgcDataGridComponent = /*@__PURE__*/ (() => {
|
|
|
3094
3200
|
* @param columnIndex * The index of the column to move.
|
|
3095
3201
|
*/
|
|
3096
3202
|
moveColumnRight(columnIndex) {
|
|
3097
|
-
this.i.
|
|
3203
|
+
this.i.ux(columnIndex);
|
|
3098
3204
|
}
|
|
3099
3205
|
/**
|
|
3100
3206
|
* Returns true if a column can be moved to the left of it's current position; otherwise false.
|
|
@@ -3102,7 +3208,7 @@ export let IgcDataGridComponent = /*@__PURE__*/ (() => {
|
|
|
3102
3208
|
* @param columnIndex * The index of the column.
|
|
3103
3209
|
*/
|
|
3104
3210
|
canMoveColumnLeft(columnIndex) {
|
|
3105
|
-
let iv = this.i.
|
|
3211
|
+
let iv = this.i.i2(columnIndex);
|
|
3106
3212
|
return (iv);
|
|
3107
3213
|
}
|
|
3108
3214
|
/**
|
|
@@ -3111,7 +3217,7 @@ export let IgcDataGridComponent = /*@__PURE__*/ (() => {
|
|
|
3111
3217
|
* @param columnIndex * The index of the column.
|
|
3112
3218
|
*/
|
|
3113
3219
|
canMoveColumnRight(columnIndex) {
|
|
3114
|
-
let iv = this.i.
|
|
3220
|
+
let iv = this.i.i3(columnIndex);
|
|
3115
3221
|
return (iv);
|
|
3116
3222
|
}
|
|
3117
3223
|
/**
|
|
@@ -3119,7 +3225,7 @@ export let IgcDataGridComponent = /*@__PURE__*/ (() => {
|
|
|
3119
3225
|
|
|
3120
3226
|
*/
|
|
3121
3227
|
exportVisualModel() {
|
|
3122
|
-
let iv = this.i.
|
|
3228
|
+
let iv = this.i.ol();
|
|
3123
3229
|
return (iv);
|
|
3124
3230
|
}
|
|
3125
3231
|
/**
|
|
@@ -3127,7 +3233,7 @@ export let IgcDataGridComponent = /*@__PURE__*/ (() => {
|
|
|
3127
3233
|
|
|
3128
3234
|
*/
|
|
3129
3235
|
exportSerializedVisualModel() {
|
|
3130
|
-
let iv = this.i.
|
|
3236
|
+
let iv = this.i.ql();
|
|
3131
3237
|
return (iv);
|
|
3132
3238
|
}
|
|
3133
3239
|
/**
|
|
@@ -3136,7 +3242,7 @@ export let IgcDataGridComponent = /*@__PURE__*/ (() => {
|
|
|
3136
3242
|
* @param rowNumber * The row index to scroll to.
|
|
3137
3243
|
*/
|
|
3138
3244
|
scrollToRowByIndex(rowNumber) {
|
|
3139
|
-
this.i.
|
|
3245
|
+
this.i.xv(rowNumber);
|
|
3140
3246
|
}
|
|
3141
3247
|
/**
|
|
3142
3248
|
* Scrolls the grid so that a row is the last visible, by index.
|
|
@@ -3144,7 +3250,7 @@ export let IgcDataGridComponent = /*@__PURE__*/ (() => {
|
|
|
3144
3250
|
* @param rowNumber * The row index to scroll to.
|
|
3145
3251
|
*/
|
|
3146
3252
|
scrollToLastRowByIndex(rowNumber) {
|
|
3147
|
-
this.i.
|
|
3253
|
+
this.i.xu(rowNumber);
|
|
3148
3254
|
}
|
|
3149
3255
|
/**
|
|
3150
3256
|
* Scrolls to an item, if found.
|
|
@@ -3152,11 +3258,11 @@ export let IgcDataGridComponent = /*@__PURE__*/ (() => {
|
|
|
3152
3258
|
* @param item * The item to scroll to.
|
|
3153
3259
|
*/
|
|
3154
3260
|
scrollToItem(item) {
|
|
3155
|
-
let iv = this.i.
|
|
3261
|
+
let iv = this.i.k3(item);
|
|
3156
3262
|
return (iv);
|
|
3157
3263
|
}
|
|
3158
3264
|
scrollToPrimaryKey(key) {
|
|
3159
|
-
let iv = this.i.
|
|
3265
|
+
let iv = this.i.k4(key);
|
|
3160
3266
|
return (iv);
|
|
3161
3267
|
}
|
|
3162
3268
|
/**
|
|
@@ -3165,14 +3271,14 @@ export let IgcDataGridComponent = /*@__PURE__*/ (() => {
|
|
|
3165
3271
|
* @param columnNumber * The column number to scroll to.
|
|
3166
3272
|
*/
|
|
3167
3273
|
scrollToColumnByIndex(columnNumber) {
|
|
3168
|
-
this.i.
|
|
3274
|
+
this.i.xs(columnNumber);
|
|
3169
3275
|
}
|
|
3170
3276
|
/**
|
|
3171
3277
|
* Gets the last visible index in the grid.
|
|
3172
3278
|
|
|
3173
3279
|
*/
|
|
3174
3280
|
getLastVisibleIndex() {
|
|
3175
|
-
let iv = this.i.
|
|
3281
|
+
let iv = this.i.nx();
|
|
3176
3282
|
return (iv);
|
|
3177
3283
|
}
|
|
3178
3284
|
/**
|
|
@@ -3180,7 +3286,7 @@ export let IgcDataGridComponent = /*@__PURE__*/ (() => {
|
|
|
3180
3286
|
|
|
3181
3287
|
*/
|
|
3182
3288
|
getFirstVisibleIndex() {
|
|
3183
|
-
let iv = this.i.
|
|
3289
|
+
let iv = this.i.ns();
|
|
3184
3290
|
return (iv);
|
|
3185
3291
|
}
|
|
3186
3292
|
/**
|
|
@@ -3188,7 +3294,7 @@ export let IgcDataGridComponent = /*@__PURE__*/ (() => {
|
|
|
3188
3294
|
|
|
3189
3295
|
*/
|
|
3190
3296
|
invalidateVisibleRows() {
|
|
3191
|
-
this.i.
|
|
3297
|
+
this.i.ut();
|
|
3192
3298
|
}
|
|
3193
3299
|
/**
|
|
3194
3300
|
* Manually set the active responsive state of the grid.
|
|
@@ -3196,10 +3302,10 @@ export let IgcDataGridComponent = /*@__PURE__*/ (() => {
|
|
|
3196
3302
|
* @param name
|
|
3197
3303
|
*/
|
|
3198
3304
|
setActiveResponsiveState(name) {
|
|
3199
|
-
this.i.
|
|
3305
|
+
this.i.x3(name);
|
|
3200
3306
|
}
|
|
3201
3307
|
notifySetItem(index, oldItem, newItem) {
|
|
3202
|
-
this.i.
|
|
3308
|
+
this.i.u5(index, oldItem, newItem);
|
|
3203
3309
|
}
|
|
3204
3310
|
/**
|
|
3205
3311
|
* Manually notifies the grid's data source that the data it has bound to has been cleared and needs to be re-examined.
|
|
@@ -3207,13 +3313,13 @@ export let IgcDataGridComponent = /*@__PURE__*/ (() => {
|
|
|
3207
3313
|
|
|
3208
3314
|
*/
|
|
3209
3315
|
notifyClearItems() {
|
|
3210
|
-
this.i.
|
|
3316
|
+
this.i.uz();
|
|
3211
3317
|
}
|
|
3212
3318
|
notifyInsertItem(index, newItem) {
|
|
3213
|
-
this.i.
|
|
3319
|
+
this.i.u1(index, newItem);
|
|
3214
3320
|
}
|
|
3215
3321
|
notifyRemoveItem(index, oldItem) {
|
|
3216
|
-
this.i.
|
|
3322
|
+
this.i.u2(index, oldItem);
|
|
3217
3323
|
}
|
|
3218
3324
|
/**
|
|
3219
3325
|
* Returns the data index of an item within the bound data source.
|
|
@@ -3221,11 +3327,11 @@ export let IgcDataGridComponent = /*@__PURE__*/ (() => {
|
|
|
3221
3327
|
* @param item * The item from which to get the index.
|
|
3222
3328
|
*/
|
|
3223
3329
|
dataIndexOfItem(item) {
|
|
3224
|
-
let iv = this.i.
|
|
3330
|
+
let iv = this.i.nl(item);
|
|
3225
3331
|
return (iv);
|
|
3226
3332
|
}
|
|
3227
3333
|
dataIndexOfPrimaryKey(key) {
|
|
3228
|
-
let iv = this.i.
|
|
3334
|
+
let iv = this.i.nm(key);
|
|
3229
3335
|
return (iv);
|
|
3230
3336
|
}
|
|
3231
3337
|
/**
|
|
@@ -3234,11 +3340,11 @@ export let IgcDataGridComponent = /*@__PURE__*/ (() => {
|
|
|
3234
3340
|
* @param cellKey * The cell to resolve.
|
|
3235
3341
|
*/
|
|
3236
3342
|
resolveCellValue(cellKey) {
|
|
3237
|
-
let iv = this.i.
|
|
3343
|
+
let iv = this.i.oo((cellKey == null ? null : cellKey.i));
|
|
3238
3344
|
return (iv);
|
|
3239
3345
|
}
|
|
3240
3346
|
resolveCellValueFromPosition(row, column) {
|
|
3241
|
-
let iv = this.i.
|
|
3347
|
+
let iv = this.i.op(row, column);
|
|
3242
3348
|
return (iv);
|
|
3243
3349
|
}
|
|
3244
3350
|
/**
|
|
@@ -3248,7 +3354,7 @@ export let IgcDataGridComponent = /*@__PURE__*/ (() => {
|
|
|
3248
3354
|
* @param index * The rendered index of the column.
|
|
3249
3355
|
*/
|
|
3250
3356
|
getColumnAtRenderedIndex(index) {
|
|
3251
|
-
let iv = this.i.
|
|
3357
|
+
let iv = this.i.a6(index);
|
|
3252
3358
|
return (iv == null ? null : iv.externalObject);
|
|
3253
3359
|
}
|
|
3254
3360
|
/**
|
|
@@ -3272,14 +3378,14 @@ export let IgcDataGridComponent = /*@__PURE__*/ (() => {
|
|
|
3272
3378
|
|
|
3273
3379
|
*/
|
|
3274
3380
|
commitEdits() {
|
|
3275
|
-
this.i.
|
|
3381
|
+
this.i.t8();
|
|
3276
3382
|
}
|
|
3277
3383
|
/**
|
|
3278
3384
|
* Cancels any edits that may exist in the datasource.
|
|
3279
3385
|
|
|
3280
3386
|
*/
|
|
3281
3387
|
cancelEdits() {
|
|
3282
|
-
this.i.
|
|
3388
|
+
this.i.tz();
|
|
3283
3389
|
}
|
|
3284
3390
|
/**
|
|
3285
3391
|
* Accepts a specific commit to the datasource.
|
|
@@ -3287,7 +3393,7 @@ export let IgcDataGridComponent = /*@__PURE__*/ (() => {
|
|
|
3287
3393
|
* @param commitID * The ID of the commit provided by the Committing event.
|
|
3288
3394
|
*/
|
|
3289
3395
|
acceptCommit(commitID) {
|
|
3290
|
-
this.i.
|
|
3396
|
+
this.i.tq(commitID);
|
|
3291
3397
|
}
|
|
3292
3398
|
/**
|
|
3293
3399
|
* Rejects a specific commit.
|
|
@@ -3295,27 +3401,27 @@ export let IgcDataGridComponent = /*@__PURE__*/ (() => {
|
|
|
3295
3401
|
* @param commitID * The ID of the commit provided by the Committing event.
|
|
3296
3402
|
*/
|
|
3297
3403
|
rejectCommit(commitID) {
|
|
3298
|
-
this.i.
|
|
3404
|
+
this.i.xf(commitID);
|
|
3299
3405
|
}
|
|
3300
3406
|
/**
|
|
3301
3407
|
* Undo the last edit.
|
|
3302
3408
|
|
|
3303
3409
|
*/
|
|
3304
3410
|
undo() {
|
|
3305
|
-
this.i.
|
|
3411
|
+
this.i.yc();
|
|
3306
3412
|
}
|
|
3307
3413
|
/**
|
|
3308
3414
|
* Redo the last edit.
|
|
3309
3415
|
|
|
3310
3416
|
*/
|
|
3311
3417
|
redo() {
|
|
3312
|
-
this.i.
|
|
3418
|
+
this.i.xb();
|
|
3313
3419
|
}
|
|
3314
3420
|
updatePropertyAtKey(key, propertyPath, value) {
|
|
3315
|
-
this.i.
|
|
3421
|
+
this.i.yh(key, propertyPath, value);
|
|
3316
3422
|
}
|
|
3317
3423
|
removeItemByKey(key) {
|
|
3318
|
-
this.i.
|
|
3424
|
+
this.i.xk(key);
|
|
3319
3425
|
}
|
|
3320
3426
|
/**
|
|
3321
3427
|
* Removes an item by its instance.
|
|
@@ -3323,7 +3429,7 @@ export let IgcDataGridComponent = /*@__PURE__*/ (() => {
|
|
|
3323
3429
|
* @param item * The item instance to remove.
|
|
3324
3430
|
*/
|
|
3325
3431
|
removeItem(item) {
|
|
3326
|
-
this.i.
|
|
3432
|
+
this.i.xj(item);
|
|
3327
3433
|
}
|
|
3328
3434
|
/**
|
|
3329
3435
|
* Accept a pending edit turning it into a real edit.
|
|
@@ -3331,7 +3437,7 @@ export let IgcDataGridComponent = /*@__PURE__*/ (() => {
|
|
|
3331
3437
|
* @param editID * The ID of the edit. Provided by the CellValueChanging event.
|
|
3332
3438
|
*/
|
|
3333
3439
|
acceptEdit(editID) {
|
|
3334
|
-
this.i.
|
|
3440
|
+
this.i.tr(editID);
|
|
3335
3441
|
}
|
|
3336
3442
|
/**
|
|
3337
3443
|
* Reject a pending edit.
|
|
@@ -3339,41 +3445,41 @@ export let IgcDataGridComponent = /*@__PURE__*/ (() => {
|
|
|
3339
3445
|
* @param editID * The ID of the edit. Provided by the CellValueChanging event.
|
|
3340
3446
|
*/
|
|
3341
3447
|
rejectEdit(editID) {
|
|
3342
|
-
this.i.
|
|
3448
|
+
this.i.xg(editID);
|
|
3343
3449
|
}
|
|
3344
3450
|
setEditError(editID, errorMessage) {
|
|
3345
|
-
this.i.
|
|
3451
|
+
this.i.x5(editID, errorMessage);
|
|
3346
3452
|
}
|
|
3347
3453
|
/**
|
|
3348
3454
|
* Start edit mode on the active cell.
|
|
3349
3455
|
|
|
3350
3456
|
*/
|
|
3351
3457
|
startEditMode() {
|
|
3352
|
-
this.i.
|
|
3458
|
+
this.i.x8();
|
|
3353
3459
|
}
|
|
3354
3460
|
endEditMode(commit) {
|
|
3355
|
-
this.i.
|
|
3461
|
+
this.i.ud(commit);
|
|
3356
3462
|
}
|
|
3357
3463
|
/**
|
|
3358
3464
|
* Selects all of the rows in the grid.
|
|
3359
3465
|
|
|
3360
3466
|
*/
|
|
3361
3467
|
selectAllRows() {
|
|
3362
|
-
this.i.
|
|
3468
|
+
this.i.xw();
|
|
3363
3469
|
}
|
|
3364
3470
|
/**
|
|
3365
3471
|
* Deselects all currently selected rows.
|
|
3366
3472
|
|
|
3367
3473
|
*/
|
|
3368
3474
|
deselectAllRows() {
|
|
3369
|
-
this.i.
|
|
3475
|
+
this.i.ub();
|
|
3370
3476
|
}
|
|
3371
3477
|
/**
|
|
3372
3478
|
* Saves the layout chnages that have been made to the grid
|
|
3373
3479
|
|
|
3374
3480
|
*/
|
|
3375
3481
|
saveLayout() {
|
|
3376
|
-
let iv = this.i.
|
|
3482
|
+
let iv = this.i.sj();
|
|
3377
3483
|
return (iv);
|
|
3378
3484
|
}
|
|
3379
3485
|
/**
|
|
@@ -3381,7 +3487,7 @@ export let IgcDataGridComponent = /*@__PURE__*/ (() => {
|
|
|
3381
3487
|
|
|
3382
3488
|
*/
|
|
3383
3489
|
loadLayout(json) {
|
|
3384
|
-
this.i.
|
|
3490
|
+
this.i.uu(json);
|
|
3385
3491
|
}
|
|
3386
3492
|
get filterExpressionsChanging() {
|
|
3387
3493
|
return this._filterExpressionsChanging;
|