igniteui-webcomponents-data-grids 7.1.0-alpha.1 → 7.1.0-alpha.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-webcomponents-data-grids.umd.js +45073 -42900
- package/bundles/igniteui-webcomponents-data-grids.umd.min.js +1 -1
- package/esm2015/lib/CanvasCellPresenterBase.js +4 -4
- package/esm2015/lib/CanvasContentCellModelHelper.js +5 -5
- package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm2015/lib/CanvasGridCellBase.js +13 -13
- package/esm2015/lib/CanvasImageCellPresenter.js +7 -7
- package/esm2015/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm2015/lib/CanvasSummaryCell.js +2 -2
- package/esm2015/lib/CanvasSummaryCellPresenter.js +3 -3
- package/esm2015/lib/CanvasTemplateCellPresenter.js +2 -2
- package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +2 -2
- package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
- package/esm2015/lib/CanvasTextHeaderCellPresenter.js +7 -7
- package/esm2015/lib/CellPresenterBase.js +24 -24
- package/esm2015/lib/CheckboxListBridge.js +36 -36
- package/esm2015/lib/CheckboxListView_combined.js +417 -412
- package/esm2015/lib/ColumnChooserView_combined.js +13 -13
- package/esm2015/lib/ColumnFilterCondition_combined.js +8014 -6939
- package/esm2015/lib/ColumnGroupingView_combined.js +13 -13
- package/esm2015/lib/ColumnOptionsIconAlignment.js +9 -1
- package/esm2015/lib/ColumnPinningView_combined.js +13 -13
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +7 -7
- package/esm2015/lib/ContentCellModelHelper.js +5 -5
- package/esm2015/lib/DataGridCellLayoutPanel.js +14 -14
- package/esm2015/lib/DataGridLocaleEn.js +3 -0
- package/esm2015/lib/DataGridScrollerKeyboardListener.js +16 -16
- package/esm2015/lib/DataGridToolbarView_combined.js +2 -2
- package/esm2015/lib/DateTimeCellPresenter.js +8 -8
- package/esm2015/lib/Dragger.js +4 -4
- package/esm2015/lib/EditorCellPresenter.js +21 -21
- package/esm2015/lib/FilterCellPresenter.js +12 -12
- package/esm2015/lib/GridCellBase.js +6 -6
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +15 -15
- package/esm2015/lib/GridColumnGroupOptionsView_combined.js +7 -7
- package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
- package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnOptionsViewBase_combined.js +2 -2
- package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
- package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
- package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +7 -7
- package/esm2015/lib/GridExpansionIndicatorView_combined.js +5 -5
- package/esm2015/lib/GridExternalWrapper.js +6 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +363 -258
- package/esm2015/lib/GridIconRepository.js +92 -0
- package/esm2015/lib/GridSortIndicatorView_combined.js +24 -20
- package/esm2015/lib/GridStyleRepository.js +123 -115
- package/esm2015/lib/GridStyleRepositoryKeys.js +1 -1
- package/esm2015/lib/ICheckboxListView.js +11 -0
- package/esm2015/lib/ISummaryChooserView_combined.js +7 -7
- package/esm2015/lib/ImageCellPresenter.js +7 -7
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +14 -14
- package/esm2015/lib/NumericCellPresenter.js +8 -8
- package/esm2015/lib/PropertyEditorView_combined.js +23 -23
- package/esm2015/lib/SectionHeaderCellPresenter.js +9 -9
- package/esm2015/lib/SummaryCellPresenter.js +6 -6
- package/esm2015/lib/TemplateCellPresenter.js +2 -2
- package/esm2015/lib/TemplateHeader.js +5 -5
- package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
- package/esm2015/lib/TemplateHeaderCellPresenter.js +2 -2
- package/esm2015/lib/TemplateSectionHeader.js +1 -1
- package/esm2015/lib/TextCellPresenter.js +9 -9
- package/esm2015/lib/TextHeaderCell.js +62 -27
- package/esm2015/lib/TextHeaderCellPresenter.js +45 -26
- package/esm2015/lib/TextIconSetConditionalStyle.js +1 -1
- package/esm2015/lib/igc-cell-info.js +106 -91
- package/esm2015/lib/igc-checkbox-list-component.js +57 -58
- package/esm2015/lib/igc-column-moving-separator-component.js +9 -9
- package/esm2015/lib/igc-column-resizing-separator-component.js +6 -6
- package/esm2015/lib/igc-combo-box-column-component.js +10 -10
- package/esm2015/lib/igc-data-binding-event-args.js +27 -22
- package/esm2015/lib/igc-data-grid-column-component.js +332 -229
- package/esm2015/lib/igc-data-grid-component.js +145 -0
- package/esm2015/lib/igc-data-grid-filter-dialog-component.js +109 -38
- package/esm2015/lib/igc-date-time-cell-info.js +12 -12
- package/esm2015/lib/igc-date-time-column-component.js +23 -23
- package/esm2015/lib/igc-date-time-column-module.js +2 -0
- package/esm2015/lib/igc-definition-base-component.js +12 -12
- package/esm2015/lib/igc-editor-cell-info.js +23 -23
- package/esm2015/lib/igc-filter-cell-info.js +26 -26
- package/esm2015/lib/igc-filter-row-definition-component.js +12 -12
- package/esm2015/lib/igc-filter-row-definition-module.js +2 -0
- package/esm2015/lib/igc-header-component.js +24 -24
- package/esm2015/lib/igc-image-cell-info.js +6 -6
- package/esm2015/lib/igc-image-column-component.js +12 -12
- package/esm2015/lib/igc-image-column-module.js +2 -0
- package/esm2015/lib/igc-numeric-cell-info.js +26 -26
- package/esm2015/lib/igc-numeric-column-component.js +46 -35
- package/esm2015/lib/igc-numeric-column-module.js +2 -0
- package/esm2015/lib/igc-row-separator-module.js +2 -0
- package/esm2015/lib/igc-section-header-cell-info.js +6 -6
- package/esm2015/lib/igc-section-header-component.js +38 -24
- package/esm2015/lib/igc-section-header-module.js +2 -0
- package/esm2015/lib/igc-summary-cell-info.js +9 -9
- package/esm2015/lib/igc-summary-row-component.js +24 -24
- package/esm2015/lib/igc-template-cell-info.js +2 -2
- package/esm2015/lib/igc-template-column-module.js +2 -0
- package/esm2015/lib/igc-template-header-cell-info.js +2 -2
- package/esm2015/lib/igc-template-header-module.js +2 -0
- package/esm2015/lib/igc-template-section-header-module.js +4 -0
- package/esm2015/lib/igc-text-cell-info.js +2 -2
- package/esm2015/lib/igc-text-column-component.js +9 -9
- package/esm2015/lib/igc-text-column-module.js +2 -0
- package/esm2015/lib/igc-text-header-cell-info.js +74 -24
- package/esm2015/lib/igc-text-header-module.js +2 -0
- package/esm2015/public_api.js +2 -0
- package/esm5/lib/CanvasCellPresenterBase.js +4 -4
- package/esm5/lib/CanvasContentCellModelHelper.js +5 -5
- package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm5/lib/CanvasGridCellBase.js +13 -13
- package/esm5/lib/CanvasImageCellPresenter.js +7 -7
- package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm5/lib/CanvasSummaryCell.js +2 -2
- package/esm5/lib/CanvasSummaryCellPresenter.js +3 -3
- package/esm5/lib/CanvasTemplateCellPresenter.js +2 -2
- package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +2 -2
- package/esm5/lib/CanvasTextCellPresenter.js +9 -9
- package/esm5/lib/CanvasTextHeaderCellPresenter.js +7 -7
- package/esm5/lib/CellPresenterBase.js +24 -24
- package/esm5/lib/CheckboxListBridge.js +36 -36
- package/esm5/lib/CheckboxListView_combined.js +400 -395
- package/esm5/lib/ColumnChooserView_combined.js +13 -13
- package/esm5/lib/ColumnFilterCondition_combined.js +8053 -6793
- package/esm5/lib/ColumnGroupingView_combined.js +13 -13
- package/esm5/lib/ColumnOptionsIconAlignment.js +9 -1
- package/esm5/lib/ColumnPinningView_combined.js +13 -13
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +7 -7
- package/esm5/lib/ContentCellModelHelper.js +5 -5
- package/esm5/lib/DataGridCellLayoutPanel.js +14 -14
- package/esm5/lib/DataGridLocaleEn.js +3 -0
- package/esm5/lib/DataGridScrollerKeyboardListener.js +16 -16
- package/esm5/lib/DataGridToolbarView_combined.js +2 -2
- package/esm5/lib/DateTimeCellPresenter.js +8 -8
- package/esm5/lib/Dragger.js +4 -4
- package/esm5/lib/EditorCellPresenter.js +21 -21
- package/esm5/lib/FilterCellPresenter.js +12 -12
- package/esm5/lib/GridCellBase.js +6 -6
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +15 -15
- package/esm5/lib/GridColumnGroupOptionsView_combined.js +7 -7
- package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
- package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnOptionsViewBase_combined.js +2 -2
- package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
- package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
- package/esm5/lib/GridColumnSummaryOptionsView_combined.js +7 -7
- package/esm5/lib/GridExpansionIndicatorView_combined.js +5 -5
- package/esm5/lib/GridExternalWrapper.js +6 -6
- package/esm5/lib/GridFilterDialogView_combined.js +377 -244
- package/esm5/lib/GridIconRepository.js +97 -0
- package/esm5/lib/GridSortIndicatorView_combined.js +24 -20
- package/esm5/lib/GridStyleRepository.js +127 -115
- package/esm5/lib/GridStyleRepositoryKeys.js +1 -1
- package/esm5/lib/ICheckboxListView.js +11 -0
- package/esm5/lib/ISummaryChooserView_combined.js +7 -7
- package/esm5/lib/ImageCellPresenter.js +7 -7
- package/esm5/lib/MultiColumnComboBoxView_combined.js +14 -14
- package/esm5/lib/NumericCellPresenter.js +8 -8
- package/esm5/lib/PropertyEditorView_combined.js +23 -23
- package/esm5/lib/SectionHeaderCellPresenter.js +9 -9
- package/esm5/lib/SummaryCellPresenter.js +6 -6
- package/esm5/lib/TemplateCellPresenter.js +2 -2
- package/esm5/lib/TemplateHeader.js +5 -5
- package/esm5/lib/TemplateHeaderCellModel.js +17 -17
- package/esm5/lib/TemplateHeaderCellPresenter.js +2 -2
- package/esm5/lib/TemplateSectionHeader.js +1 -1
- package/esm5/lib/TextCellPresenter.js +9 -9
- package/esm5/lib/TextHeaderCell.js +62 -27
- package/esm5/lib/TextHeaderCellPresenter.js +45 -26
- package/esm5/lib/TextIconSetConditionalStyle.js +1 -1
- package/esm5/lib/igc-cell-info.js +114 -91
- package/esm5/lib/igc-checkbox-list-component.js +57 -58
- package/esm5/lib/igc-column-moving-separator-component.js +9 -9
- package/esm5/lib/igc-column-resizing-separator-component.js +6 -6
- package/esm5/lib/igc-combo-box-column-component.js +10 -10
- package/esm5/lib/igc-data-binding-event-args.js +27 -22
- package/esm5/lib/igc-data-grid-column-component.js +380 -229
- package/esm5/lib/igc-data-grid-component.js +191 -0
- package/esm5/lib/igc-data-grid-filter-dialog-component.js +133 -38
- package/esm5/lib/igc-date-time-cell-info.js +12 -12
- package/esm5/lib/igc-date-time-column-component.js +23 -23
- package/esm5/lib/igc-date-time-column-module.js +2 -0
- package/esm5/lib/igc-definition-base-component.js +12 -12
- package/esm5/lib/igc-editor-cell-info.js +23 -23
- package/esm5/lib/igc-filter-cell-info.js +26 -26
- package/esm5/lib/igc-filter-row-definition-component.js +12 -12
- package/esm5/lib/igc-filter-row-definition-module.js +2 -0
- package/esm5/lib/igc-header-component.js +24 -24
- package/esm5/lib/igc-image-cell-info.js +6 -6
- package/esm5/lib/igc-image-column-component.js +12 -12
- package/esm5/lib/igc-image-column-module.js +2 -0
- package/esm5/lib/igc-numeric-cell-info.js +26 -26
- package/esm5/lib/igc-numeric-column-component.js +50 -35
- package/esm5/lib/igc-numeric-column-module.js +2 -0
- package/esm5/lib/igc-row-separator-module.js +2 -0
- package/esm5/lib/igc-section-header-cell-info.js +6 -6
- package/esm5/lib/igc-section-header-component.js +46 -24
- package/esm5/lib/igc-section-header-module.js +2 -0
- package/esm5/lib/igc-summary-cell-info.js +9 -9
- package/esm5/lib/igc-summary-row-component.js +24 -24
- package/esm5/lib/igc-template-cell-info.js +2 -2
- package/esm5/lib/igc-template-column-module.js +2 -0
- package/esm5/lib/igc-template-header-cell-info.js +2 -2
- package/esm5/lib/igc-template-header-module.js +2 -0
- package/esm5/lib/igc-template-section-header-module.js +4 -0
- package/esm5/lib/igc-text-cell-info.js +2 -2
- package/esm5/lib/igc-text-column-component.js +9 -9
- package/esm5/lib/igc-text-column-module.js +2 -0
- package/esm5/lib/igc-text-header-cell-info.js +98 -24
- package/esm5/lib/igc-text-header-module.js +2 -0
- package/esm5/public_api.js +2 -0
- package/fesm2015/igniteui-webcomponents-data-grids.js +39274 -37487
- package/fesm5/igniteui-webcomponents-data-grids.js +45073 -42902
- package/lib/CheckboxListView_combined.d.ts +104 -104
- package/lib/ColumnFilterCondition_combined.d.ts +1768 -1659
- package/lib/ColumnOptionsIconAlignment.d.ts +9 -1
- package/lib/DataGridLocaleEn.d.ts +3 -0
- package/lib/GridFilterDialogView_combined.d.ts +100 -80
- package/lib/GridIconRepository.d.ts +44 -0
- package/lib/GridSortIndicatorView_combined.d.ts +5 -4
- package/lib/GridStyleRepository.d.ts +3 -2
- package/lib/GridStyleRepositoryKeys.d.ts +28 -27
- package/lib/ICheckboxListView.d.ts +38 -0
- package/lib/TemplateHeader.d.ts +1 -1
- package/lib/TemplateHeaderCellModel.d.ts +7 -7
- package/lib/TemplateSectionHeader.d.ts +1 -1
- package/lib/igc-cell-info.d.ts +9 -0
- package/lib/igc-data-grid-column-component.d.ts +33 -0
- package/lib/igc-data-grid-component.d.ts +48 -0
- package/lib/igc-data-grid-filter-dialog-component.d.ts +30 -0
- package/lib/igc-numeric-column-component.d.ts +6 -0
- package/lib/igc-section-header-component.d.ts +4 -0
- package/lib/igc-text-header-cell-info.d.ts +15 -0
- package/package.json +4 -4
- package/public_api.d.ts +2 -0
|
@@ -495,11 +495,11 @@ let IgcDefinitionBaseComponent = /*@__PURE__*/ (() => {
|
|
|
495
495
|
* Gets or sets the background color for content that sticks to the top of the grid.
|
|
496
496
|
*/
|
|
497
497
|
get stickyRowBackground() {
|
|
498
|
-
return brushToString(this.i.
|
|
498
|
+
return brushToString(this.i.g0);
|
|
499
499
|
}
|
|
500
500
|
set stickyRowBackground(v) {
|
|
501
|
-
this.i.
|
|
502
|
-
this._a("stickyRowBackground", brushToString(this.i.
|
|
501
|
+
this.i.g0 = stringToBrush(v);
|
|
502
|
+
this._a("stickyRowBackground", brushToString(this.i.g0));
|
|
503
503
|
}
|
|
504
504
|
/**
|
|
505
505
|
* Gets the actual background color for content that sticks to the top of the grid.
|
|
@@ -515,11 +515,11 @@ let IgcDefinitionBaseComponent = /*@__PURE__*/ (() => {
|
|
|
515
515
|
* Gets or sets the background color for cells belonging to rows marked as pinned.
|
|
516
516
|
*/
|
|
517
517
|
get pinnedRowBackground() {
|
|
518
|
-
return brushToString(this.i.
|
|
518
|
+
return brushToString(this.i.gz);
|
|
519
519
|
}
|
|
520
520
|
set pinnedRowBackground(v) {
|
|
521
|
-
this.i.
|
|
522
|
-
this._a("pinnedRowBackground", brushToString(this.i.
|
|
521
|
+
this.i.gz = stringToBrush(v);
|
|
522
|
+
this._a("pinnedRowBackground", brushToString(this.i.gz));
|
|
523
523
|
}
|
|
524
524
|
/**
|
|
525
525
|
* Gets the actual background color for cells belonging to rows marked as pinned.
|
|
@@ -535,11 +535,11 @@ let IgcDefinitionBaseComponent = /*@__PURE__*/ (() => {
|
|
|
535
535
|
* Gets or sets the color for the last row in the sticky row area.
|
|
536
536
|
*/
|
|
537
537
|
get lastStickyRowBackground() {
|
|
538
|
-
return brushToString(this.i.
|
|
538
|
+
return brushToString(this.i.gy);
|
|
539
539
|
}
|
|
540
540
|
set lastStickyRowBackground(v) {
|
|
541
|
-
this.i.
|
|
542
|
-
this._a("lastStickyRowBackground", brushToString(this.i.
|
|
541
|
+
this.i.gy = stringToBrush(v);
|
|
542
|
+
this._a("lastStickyRowBackground", brushToString(this.i.gy));
|
|
543
543
|
}
|
|
544
544
|
/**
|
|
545
545
|
* Gets the actual color for the last row in the sticky row area.
|
|
@@ -605,11 +605,11 @@ let IgcDefinitionBaseComponent = /*@__PURE__*/ (() => {
|
|
|
605
605
|
* Gets or sets the color to use for displaying text.
|
|
606
606
|
*/
|
|
607
607
|
get textColor() {
|
|
608
|
-
return brushToString(this.i.
|
|
608
|
+
return brushToString(this.i.g1);
|
|
609
609
|
}
|
|
610
610
|
set textColor(v) {
|
|
611
|
-
this.i.
|
|
612
|
-
this._a("textColor", brushToString(this.i.
|
|
611
|
+
this.i.g1 = stringToBrush(v);
|
|
612
|
+
this._a("textColor", brushToString(this.i.g1));
|
|
613
613
|
}
|
|
614
614
|
/**
|
|
615
615
|
* Gets the actual color used for displaying text.
|
|
@@ -23,111 +23,111 @@ export class IgcEditorCellInfo extends IgcCellInfo {
|
|
|
23
23
|
* Gets whether the editor cell is hidden or not.
|
|
24
24
|
*/
|
|
25
25
|
get isHidden() {
|
|
26
|
-
return this.i.
|
|
26
|
+
return this.i.oh;
|
|
27
27
|
}
|
|
28
28
|
/**
|
|
29
29
|
* Gets or sets the edit target for this cell.
|
|
30
30
|
*/
|
|
31
31
|
get editTarget() {
|
|
32
|
-
const r = this.i.
|
|
32
|
+
const r = this.i.oa;
|
|
33
33
|
if (r == null) {
|
|
34
34
|
return null;
|
|
35
35
|
}
|
|
36
36
|
return r.externalObject;
|
|
37
37
|
}
|
|
38
38
|
set editTarget(v) {
|
|
39
|
-
v == null ? this.i.
|
|
39
|
+
v == null ? this.i.oa = null : this.i.oa = v.i;
|
|
40
40
|
}
|
|
41
41
|
/**
|
|
42
42
|
* Gets or sets the data type associated with the cell being edited.
|
|
43
43
|
*/
|
|
44
44
|
get dataType() {
|
|
45
|
-
return this.i.
|
|
45
|
+
return this.i.n8;
|
|
46
46
|
}
|
|
47
47
|
set dataType(v) {
|
|
48
|
-
this.i.
|
|
48
|
+
this.i.n8 = ensureEnum(DataSourceSchemaPropertyType_$type, v);
|
|
49
49
|
}
|
|
50
50
|
/**
|
|
51
51
|
* Gets or sets the error message to display in the editor cell.
|
|
52
52
|
*/
|
|
53
53
|
get errorMessage() {
|
|
54
|
-
return this.i.
|
|
54
|
+
return this.i.pd;
|
|
55
55
|
}
|
|
56
56
|
set errorMessage(v) {
|
|
57
|
-
this.i.
|
|
57
|
+
this.i.pd = v;
|
|
58
58
|
}
|
|
59
59
|
/**
|
|
60
60
|
* Gets or sets the user selected value.
|
|
61
61
|
*/
|
|
62
62
|
get editValue() {
|
|
63
|
-
return this.i.
|
|
63
|
+
return this.i.o0;
|
|
64
64
|
}
|
|
65
65
|
set editValue(v) {
|
|
66
|
-
this.i.
|
|
66
|
+
this.i.o0 = v;
|
|
67
67
|
}
|
|
68
68
|
/**
|
|
69
69
|
* Gets or sets the type of editor to use while cell editing.
|
|
70
70
|
*/
|
|
71
71
|
get editorType() {
|
|
72
|
-
return this.i.
|
|
72
|
+
return this.i.oc;
|
|
73
73
|
}
|
|
74
74
|
set editorType(v) {
|
|
75
|
-
this.i.
|
|
75
|
+
this.i.oc = ensureEnum(EditorType_$type, v);
|
|
76
76
|
}
|
|
77
77
|
/**
|
|
78
78
|
* Gets or sets the data source to use for the editor where it makes sense.
|
|
79
79
|
*/
|
|
80
80
|
get editorDataSource() {
|
|
81
|
-
return this.i.
|
|
81
|
+
return this.i.oz;
|
|
82
82
|
}
|
|
83
83
|
set editorDataSource(v) {
|
|
84
|
-
this.i.
|
|
84
|
+
this.i.oz = v;
|
|
85
85
|
}
|
|
86
86
|
/**
|
|
87
87
|
* Gets or sets the editors display member.
|
|
88
88
|
*/
|
|
89
89
|
get editorTextField() {
|
|
90
|
-
return this.i.
|
|
90
|
+
return this.i.o8;
|
|
91
91
|
}
|
|
92
92
|
set editorTextField(v) {
|
|
93
|
-
this.i.
|
|
93
|
+
this.i.o8 = v;
|
|
94
94
|
}
|
|
95
95
|
/**
|
|
96
96
|
* Gets or sets the editors value member.
|
|
97
97
|
*/
|
|
98
98
|
get editorValueField() {
|
|
99
|
-
return this.i.
|
|
99
|
+
return this.i.n6;
|
|
100
100
|
}
|
|
101
101
|
set editorValueField(v) {
|
|
102
102
|
if (v && !Array.isArray(v) && typeof (v) == "string") {
|
|
103
103
|
const re = /\s*(?:,|\s|$)\s*/gm;
|
|
104
104
|
v = v.split(re);
|
|
105
105
|
}
|
|
106
|
-
this.i.
|
|
106
|
+
this.i.n6 = v;
|
|
107
107
|
}
|
|
108
108
|
get dateFormatString() {
|
|
109
|
-
return this.i.
|
|
109
|
+
return this.i.o5;
|
|
110
110
|
}
|
|
111
111
|
set dateFormatString(v) {
|
|
112
|
-
this.i.
|
|
112
|
+
this.i.o5 = v;
|
|
113
113
|
}
|
|
114
114
|
get showTodayButton() {
|
|
115
|
-
return this.i.
|
|
115
|
+
return this.i.oi;
|
|
116
116
|
}
|
|
117
117
|
set showTodayButton(v) {
|
|
118
|
-
this.i.
|
|
118
|
+
this.i.oi = ensureBool(v);
|
|
119
119
|
}
|
|
120
120
|
/**
|
|
121
121
|
* Gets the row index that the editor cell is targeting for edit.
|
|
122
122
|
*/
|
|
123
123
|
get targetRow() {
|
|
124
|
-
return this.i.
|
|
124
|
+
return this.i.ox;
|
|
125
125
|
}
|
|
126
126
|
/**
|
|
127
127
|
* Gets the column index that the editor cell is targeting for edit.
|
|
128
128
|
*/
|
|
129
129
|
get targetColumn() {
|
|
130
|
-
return this.i.
|
|
130
|
+
return this.i.ow;
|
|
131
131
|
}
|
|
132
132
|
findByName(name) {
|
|
133
133
|
var baseResult = super.findByName(name);
|
|
@@ -27,38 +27,38 @@ export class IgcFilterCellInfo extends IgcCellInfo {
|
|
|
27
27
|
* Gets or sets whether the cell is hit test visible.
|
|
28
28
|
*/
|
|
29
29
|
get dataType() {
|
|
30
|
-
return this.i.
|
|
30
|
+
return this.i.oa;
|
|
31
31
|
}
|
|
32
32
|
set dataType(v) {
|
|
33
|
-
this.i.
|
|
33
|
+
this.i.oa = ensureEnum(DataSourceSchemaPropertyType_$type, v);
|
|
34
34
|
}
|
|
35
35
|
/**
|
|
36
36
|
* Gets or sets the current filter to display in the cell.
|
|
37
37
|
*/
|
|
38
38
|
get filter() {
|
|
39
|
-
return this.i.
|
|
39
|
+
return this.i.n8;
|
|
40
40
|
}
|
|
41
41
|
set filter(v) {
|
|
42
|
-
this.i.
|
|
42
|
+
this.i.n8 = v;
|
|
43
43
|
}
|
|
44
44
|
/**
|
|
45
45
|
* Gets or sets the current filter expression applied to the column.
|
|
46
46
|
*/
|
|
47
47
|
get filterExpression() {
|
|
48
|
-
return this.i.
|
|
48
|
+
return this.i.oc;
|
|
49
49
|
}
|
|
50
50
|
set filterExpression(v) {
|
|
51
|
-
this.i.
|
|
51
|
+
this.i.oc = v;
|
|
52
52
|
}
|
|
53
53
|
get filterOperands() {
|
|
54
54
|
if (this._filterOperands === null) {
|
|
55
55
|
let coll = new IgcGridFilterOperandsCollection();
|
|
56
|
-
let innerColl = this.i.
|
|
56
|
+
let innerColl = this.i.oe;
|
|
57
57
|
if (!innerColl) {
|
|
58
58
|
innerColl = new GridFilterOperandsCollection_internal();
|
|
59
59
|
}
|
|
60
60
|
this._filterOperands = coll._fromInner(innerColl);
|
|
61
|
-
this.i.
|
|
61
|
+
this.i.oe = innerColl;
|
|
62
62
|
}
|
|
63
63
|
return this._filterOperands;
|
|
64
64
|
}
|
|
@@ -70,62 +70,62 @@ export class IgcFilterCellInfo extends IgcCellInfo {
|
|
|
70
70
|
let coll = new IgcGridFilterOperandsCollection();
|
|
71
71
|
this._filterOperands = coll._fromOuter(v);
|
|
72
72
|
let syncColl = new SyncableObservableCollection$1(FilterOperand.$type);
|
|
73
|
-
let innerColl = this.i.
|
|
73
|
+
let innerColl = this.i.oe;
|
|
74
74
|
if (!innerColl) {
|
|
75
75
|
innerColl = new GridFilterOperandsCollection_internal();
|
|
76
76
|
}
|
|
77
77
|
syncColl._inner = innerColl;
|
|
78
78
|
syncColl.clear();
|
|
79
79
|
this._filterOperands._setSyncTarget(syncColl);
|
|
80
|
-
this.i.
|
|
80
|
+
this.i.oe = innerColl;
|
|
81
81
|
}
|
|
82
82
|
get operatorType() {
|
|
83
|
-
return this.i.
|
|
83
|
+
return this.i.n6;
|
|
84
84
|
}
|
|
85
85
|
set operatorType(v) {
|
|
86
|
-
this.i.
|
|
86
|
+
this.i.n6 = v;
|
|
87
87
|
}
|
|
88
88
|
get filterValue() {
|
|
89
|
-
return this.i.
|
|
89
|
+
return this.i.os;
|
|
90
90
|
}
|
|
91
91
|
set filterValue(v) {
|
|
92
|
-
this.i.
|
|
92
|
+
this.i.os = v;
|
|
93
93
|
}
|
|
94
94
|
get selectorTop() {
|
|
95
|
-
return this.i.
|
|
95
|
+
return this.i.om;
|
|
96
96
|
}
|
|
97
97
|
set selectorTop(v) {
|
|
98
|
-
this.i.
|
|
98
|
+
this.i.om = +v;
|
|
99
99
|
}
|
|
100
100
|
get selectorLeft() {
|
|
101
|
-
return this.i.
|
|
101
|
+
return this.i.ol;
|
|
102
102
|
}
|
|
103
103
|
set selectorLeft(v) {
|
|
104
|
-
this.i.
|
|
104
|
+
this.i.ol = +v;
|
|
105
105
|
}
|
|
106
106
|
get editorTop() {
|
|
107
|
-
return this.i.
|
|
107
|
+
return this.i.ok;
|
|
108
108
|
}
|
|
109
109
|
set editorTop(v) {
|
|
110
|
-
this.i.
|
|
110
|
+
this.i.ok = +v;
|
|
111
111
|
}
|
|
112
112
|
get editorLeft() {
|
|
113
|
-
return this.i.
|
|
113
|
+
return this.i.oj;
|
|
114
114
|
}
|
|
115
115
|
set editorLeft(v) {
|
|
116
|
-
this.i.
|
|
116
|
+
this.i.oj = +v;
|
|
117
117
|
}
|
|
118
118
|
get clearIconTop() {
|
|
119
|
-
return this.i.
|
|
119
|
+
return this.i.oi;
|
|
120
120
|
}
|
|
121
121
|
set clearIconTop(v) {
|
|
122
|
-
this.i.
|
|
122
|
+
this.i.oi = +v;
|
|
123
123
|
}
|
|
124
124
|
get clearIconLeft() {
|
|
125
|
-
return this.i.
|
|
125
|
+
return this.i.oh;
|
|
126
126
|
}
|
|
127
127
|
set clearIconLeft(v) {
|
|
128
|
-
this.i.
|
|
128
|
+
this.i.oh = +v;
|
|
129
129
|
}
|
|
130
130
|
findByName(name) {
|
|
131
131
|
var baseResult = super.findByName(name);
|
|
@@ -65,41 +65,41 @@ let IgcFilterRowDefinitionComponent = /*@__PURE__*/ (() => {
|
|
|
65
65
|
* Gets or sets the amount of left padding to use for the cell content for this column.
|
|
66
66
|
*/
|
|
67
67
|
get paddingLeft() {
|
|
68
|
-
return this.i.
|
|
68
|
+
return this.i.g7;
|
|
69
69
|
}
|
|
70
70
|
set paddingLeft(v) {
|
|
71
|
-
this.i.
|
|
72
|
-
this._a("paddingLeft", this.i.
|
|
71
|
+
this.i.g7 = +v;
|
|
72
|
+
this._a("paddingLeft", this.i.g7);
|
|
73
73
|
}
|
|
74
74
|
/**
|
|
75
75
|
* Gets or sets the amount of top padding to use for the cell content for this column.
|
|
76
76
|
*/
|
|
77
77
|
get paddingTop() {
|
|
78
|
-
return this.i.
|
|
78
|
+
return this.i.g9;
|
|
79
79
|
}
|
|
80
80
|
set paddingTop(v) {
|
|
81
|
-
this.i.
|
|
82
|
-
this._a("paddingTop", this.i.
|
|
81
|
+
this.i.g9 = +v;
|
|
82
|
+
this._a("paddingTop", this.i.g9);
|
|
83
83
|
}
|
|
84
84
|
/**
|
|
85
85
|
* Gets or sets the amount of right padding to use for the cell content of this column.
|
|
86
86
|
*/
|
|
87
87
|
get paddingRight() {
|
|
88
|
-
return this.i.
|
|
88
|
+
return this.i.g8;
|
|
89
89
|
}
|
|
90
90
|
set paddingRight(v) {
|
|
91
|
-
this.i.
|
|
92
|
-
this._a("paddingRight", this.i.
|
|
91
|
+
this.i.g8 = +v;
|
|
92
|
+
this._a("paddingRight", this.i.g8);
|
|
93
93
|
}
|
|
94
94
|
/**
|
|
95
95
|
* Gets or sets the amount of bottom padding to use for the cell content of this column.
|
|
96
96
|
*/
|
|
97
97
|
get paddingBottom() {
|
|
98
|
-
return this.i.
|
|
98
|
+
return this.i.g6;
|
|
99
99
|
}
|
|
100
100
|
set paddingBottom(v) {
|
|
101
|
-
this.i.
|
|
102
|
-
this._a("paddingBottom", this.i.
|
|
101
|
+
this.i.g6 = +v;
|
|
102
|
+
this._a("paddingBottom", this.i.g6);
|
|
103
103
|
}
|
|
104
104
|
}
|
|
105
105
|
IgcFilterRowDefinitionComponent._observedAttributesIgcFilterRowDefinitionComponent = null;
|
|
@@ -4,11 +4,13 @@ https://www.infragistics.com/legal/license/igultimate-la
|
|
|
4
4
|
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
5
|
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
6
|
*/
|
|
7
|
+
import { IgcFilterCellInfo } from './igc-filter-cell-info';
|
|
7
8
|
import { IgcFilterRowDefinitionComponent } from './igc-filter-row-definition-component';
|
|
8
9
|
import { FilterRowDefinition } from './FilterRowDefinition';
|
|
9
10
|
import { TypeRegistrar } from "igniteui-webcomponents-core";
|
|
10
11
|
export class IgcFilterRowDefinitionModule {
|
|
11
12
|
static register() {
|
|
13
|
+
TypeRegistrar.registerCons("IgcFilterCellInfo", IgcFilterCellInfo);
|
|
12
14
|
IgcFilterRowDefinitionComponent.register();
|
|
13
15
|
TypeRegistrar.registerCons("IgcFilterRowDefinitionComponent", IgcFilterRowDefinitionComponent);
|
|
14
16
|
TypeRegistrar.register("FilterRowDefinition", FilterRowDefinition.$type);
|
|
@@ -55,75 +55,75 @@ let IgcHeaderComponent = /*@__PURE__*/ (() => {
|
|
|
55
55
|
* Gets or sets the color to use for the sort indicator icon
|
|
56
56
|
*/
|
|
57
57
|
get sortIndicatorColor() {
|
|
58
|
-
return brushToString(this.i.
|
|
58
|
+
return brushToString(this.i.hs);
|
|
59
59
|
}
|
|
60
60
|
set sortIndicatorColor(v) {
|
|
61
|
-
this.i.
|
|
62
|
-
this._a("sortIndicatorColor", brushToString(this.i.
|
|
61
|
+
this.i.hs = stringToBrush(v);
|
|
62
|
+
this._a("sortIndicatorColor", brushToString(this.i.hs));
|
|
63
63
|
}
|
|
64
64
|
/**
|
|
65
65
|
* Gets the actual background color that is used for the cells when they are selected
|
|
66
66
|
*/
|
|
67
67
|
get actualSortIndicatorColor() {
|
|
68
|
-
return brushToString(this.i.
|
|
68
|
+
return brushToString(this.i.hq);
|
|
69
69
|
}
|
|
70
70
|
set actualSortIndicatorColor(v) {
|
|
71
|
-
this.i.
|
|
72
|
-
this._a("actualSortIndicatorColor", brushToString(this.i.
|
|
71
|
+
this.i.hq = stringToBrush(v);
|
|
72
|
+
this._a("actualSortIndicatorColor", brushToString(this.i.hq));
|
|
73
73
|
}
|
|
74
74
|
get sortIndicatorStyle() {
|
|
75
|
-
return this.i.
|
|
75
|
+
return this.i.g5;
|
|
76
76
|
}
|
|
77
77
|
set sortIndicatorStyle(v) {
|
|
78
|
-
this.i.
|
|
79
|
-
this._a("sortIndicatorStyle", enumToString(SortIndicatorStyle_$type, this.i.
|
|
78
|
+
this.i.g5 = ensureEnum(SortIndicatorStyle_$type, v);
|
|
79
|
+
this._a("sortIndicatorStyle", enumToString(SortIndicatorStyle_$type, this.i.g5));
|
|
80
80
|
}
|
|
81
81
|
get actualSortIndicatorStyle() {
|
|
82
|
-
return this.i.
|
|
82
|
+
return this.i.g4;
|
|
83
83
|
}
|
|
84
84
|
set actualSortIndicatorStyle(v) {
|
|
85
|
-
this.i.
|
|
86
|
-
this._a("actualSortIndicatorStyle", enumToString(SortIndicatorStyle_$type, this.i.
|
|
85
|
+
this.i.g4 = ensureEnum(SortIndicatorStyle_$type, v);
|
|
86
|
+
this._a("actualSortIndicatorStyle", enumToString(SortIndicatorStyle_$type, this.i.g4));
|
|
87
87
|
}
|
|
88
88
|
/**
|
|
89
89
|
* Gets or sets the amount of left padding to use for the cell content.
|
|
90
90
|
*/
|
|
91
91
|
get paddingLeft() {
|
|
92
|
-
return this.i.
|
|
92
|
+
return this.i.hb;
|
|
93
93
|
}
|
|
94
94
|
set paddingLeft(v) {
|
|
95
|
-
this.i.
|
|
96
|
-
this._a("paddingLeft", this.i.
|
|
95
|
+
this.i.hb = +v;
|
|
96
|
+
this._a("paddingLeft", this.i.hb);
|
|
97
97
|
}
|
|
98
98
|
/**
|
|
99
99
|
* Gets or sets the amount of top padding to use for the cell content.
|
|
100
100
|
*/
|
|
101
101
|
get paddingTop() {
|
|
102
|
-
return this.i.
|
|
102
|
+
return this.i.hd;
|
|
103
103
|
}
|
|
104
104
|
set paddingTop(v) {
|
|
105
|
-
this.i.
|
|
106
|
-
this._a("paddingTop", this.i.
|
|
105
|
+
this.i.hd = +v;
|
|
106
|
+
this._a("paddingTop", this.i.hd);
|
|
107
107
|
}
|
|
108
108
|
/**
|
|
109
109
|
* Gets or sets the amount of right padding to use for the cell content.
|
|
110
110
|
*/
|
|
111
111
|
get paddingRight() {
|
|
112
|
-
return this.i.
|
|
112
|
+
return this.i.hc;
|
|
113
113
|
}
|
|
114
114
|
set paddingRight(v) {
|
|
115
|
-
this.i.
|
|
116
|
-
this._a("paddingRight", this.i.
|
|
115
|
+
this.i.hc = +v;
|
|
116
|
+
this._a("paddingRight", this.i.hc);
|
|
117
117
|
}
|
|
118
118
|
/**
|
|
119
119
|
* Gets or sets the amount of bottom padding to use for the cell content.
|
|
120
120
|
*/
|
|
121
121
|
get paddingBottom() {
|
|
122
|
-
return this.i.
|
|
122
|
+
return this.i.ha;
|
|
123
123
|
}
|
|
124
124
|
set paddingBottom(v) {
|
|
125
|
-
this.i.
|
|
126
|
-
this._a("paddingBottom", this.i.
|
|
125
|
+
this.i.ha = +v;
|
|
126
|
+
this._a("paddingBottom", this.i.ha);
|
|
127
127
|
}
|
|
128
128
|
}
|
|
129
129
|
IgcHeaderComponent._observedAttributesIgcHeaderComponent = null;
|
|
@@ -23,27 +23,27 @@ export class IgcImageCellInfo extends IgcCellInfo {
|
|
|
23
23
|
* Sets or gets the resource path to use to get the image for the cell.
|
|
24
24
|
*/
|
|
25
25
|
get imagePath() {
|
|
26
|
-
return this.i.
|
|
26
|
+
return this.i.od;
|
|
27
27
|
}
|
|
28
28
|
set imagePath(v) {
|
|
29
|
-
this.i.
|
|
29
|
+
this.i.od = v;
|
|
30
30
|
}
|
|
31
31
|
/**
|
|
32
32
|
* Sets or gets the image stretching behavior for the image.
|
|
33
33
|
*/
|
|
34
34
|
get imageStretchOption() {
|
|
35
|
-
return this.i.
|
|
35
|
+
return this.i.n8;
|
|
36
36
|
}
|
|
37
37
|
set imageStretchOption(v) {
|
|
38
|
-
this.i.
|
|
38
|
+
this.i.n8 = ensureEnum(ImageStretchOptions_$type, v);
|
|
39
39
|
}
|
|
40
40
|
/**
|
|
41
41
|
* Sets or gets the image resource type. Indicates which type of resource should be fetched and how ImagePath should be interpreted.
|
|
42
42
|
*/
|
|
43
43
|
get imageResourceType() {
|
|
44
|
-
return this.i.
|
|
44
|
+
return this.i.n6;
|
|
45
45
|
}
|
|
46
46
|
set imageResourceType(v) {
|
|
47
|
-
this.i.
|
|
47
|
+
this.i.n6 = ensureEnum(ImageResourceType_$type, v);
|
|
48
48
|
}
|
|
49
49
|
}
|
|
@@ -67,48 +67,48 @@ let IgcImageColumnComponent = /*@__PURE__*/ (() => {
|
|
|
67
67
|
* Gets or sets the stretch option to use when rendering images
|
|
68
68
|
*/
|
|
69
69
|
get imageStretchOption() {
|
|
70
|
-
return this.i.
|
|
70
|
+
return this.i.r8;
|
|
71
71
|
}
|
|
72
72
|
set imageStretchOption(v) {
|
|
73
|
-
this.i.
|
|
74
|
-
this._a("imageStretchOption", enumToString(ImageStretchOptions_$type, this.i.
|
|
73
|
+
this.i.r8 = ensureEnum(ImageStretchOptions_$type, v);
|
|
74
|
+
this._a("imageStretchOption", enumToString(ImageStretchOptions_$type, this.i.r8));
|
|
75
75
|
}
|
|
76
76
|
/**
|
|
77
77
|
* Gets or sets the editor type used for editing cells in this column.
|
|
78
78
|
*/
|
|
79
79
|
get editorType() {
|
|
80
|
-
return this.i.
|
|
80
|
+
return this.i.r4;
|
|
81
81
|
}
|
|
82
82
|
set editorType(v) {
|
|
83
|
-
this.i.
|
|
84
|
-
this._a("editorType", enumToString(EditorType_$type, this.i.
|
|
83
|
+
this.i.r4 = ensureEnum(EditorType_$type, v);
|
|
84
|
+
this._a("editorType", enumToString(EditorType_$type, this.i.r4));
|
|
85
85
|
}
|
|
86
86
|
/**
|
|
87
87
|
* Gets or sets the ComboBox data source.
|
|
88
88
|
*/
|
|
89
89
|
get editorDataSource() {
|
|
90
|
-
return this.i.
|
|
90
|
+
return this.i.r9;
|
|
91
91
|
}
|
|
92
92
|
set editorDataSource(v) {
|
|
93
|
-
this.i.
|
|
93
|
+
this.i.r9 = v;
|
|
94
94
|
}
|
|
95
95
|
/**
|
|
96
96
|
* Gets or sets the ComboBox text field.
|
|
97
97
|
*/
|
|
98
98
|
get editorTextField() {
|
|
99
|
-
return this.i.
|
|
99
|
+
return this.i.sa;
|
|
100
100
|
}
|
|
101
101
|
set editorTextField(v) {
|
|
102
|
-
this.i.
|
|
102
|
+
this.i.sa = v;
|
|
103
103
|
}
|
|
104
104
|
/**
|
|
105
105
|
* Gets or sets the ComboBox value field.
|
|
106
106
|
*/
|
|
107
107
|
get editorValueField() {
|
|
108
|
-
return this.i.
|
|
108
|
+
return this.i.sb;
|
|
109
109
|
}
|
|
110
110
|
set editorValueField(v) {
|
|
111
|
-
this.i.
|
|
111
|
+
this.i.sb = v;
|
|
112
112
|
}
|
|
113
113
|
}
|
|
114
114
|
IgcImageColumnComponent._observedAttributesIgcImageColumnComponent = null;
|
|
@@ -4,11 +4,13 @@ https://www.infragistics.com/legal/license/igultimate-la
|
|
|
4
4
|
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
5
|
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
6
|
*/
|
|
7
|
+
import { IgcImageCellInfo } from './igc-image-cell-info';
|
|
7
8
|
import { IgcImageColumnComponent } from './igc-image-column-component';
|
|
8
9
|
import { ImageColumn } from './ImageColumn';
|
|
9
10
|
import { TypeRegistrar } from "igniteui-webcomponents-core";
|
|
10
11
|
export class IgcImageColumnModule {
|
|
11
12
|
static register() {
|
|
13
|
+
TypeRegistrar.registerCons("IgcImageCellInfo", IgcImageCellInfo);
|
|
12
14
|
IgcImageColumnComponent.register();
|
|
13
15
|
TypeRegistrar.registerCons("IgcImageColumnComponent", IgcImageColumnComponent);
|
|
14
16
|
TypeRegistrar.register("ImageColumn", ImageColumn.$type);
|