igniteui-angular-data-grids 21.1.0-beta.1 → 21.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-angular-data-grids.umd.js +10884 -9697
- package/bundles/igniteui-angular-data-grids.umd.min.js +1 -1
- package/esm2015/lib/AccessibilityRow.js +10 -10
- package/esm2015/lib/CanvasCellPresenterBase.js +12 -12
- package/esm2015/lib/CanvasContentCellModelHelper.js +12 -12
- package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm2015/lib/CanvasGridCellBase.js +2 -2
- package/esm2015/lib/CanvasImageCellPresenter.js +9 -9
- package/esm2015/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm2015/lib/CanvasSummaryCellPresenter.js +4 -4
- package/esm2015/lib/CanvasTemplateCellPresenter.js +5 -5
- package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +5 -5
- package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
- package/esm2015/lib/CanvasTextHeaderCellPresenter.js +11 -11
- package/esm2015/lib/CellPath.js +79 -69
- package/esm2015/lib/CellPresenterBase.js +46 -46
- package/esm2015/lib/CheckboxListBridge.js +12 -0
- package/esm2015/lib/CheckboxListView_combined.js +329 -283
- package/esm2015/lib/ColumnChooserView_combined.js +11 -11
- package/esm2015/lib/ColumnFilterCondition_combined.js +7043 -6712
- package/esm2015/lib/ColumnGroupingView_combined.js +5 -5
- package/esm2015/lib/ColumnPinningView_combined.js +11 -11
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +7 -7
- package/esm2015/lib/ContentCellModelHelper.js +16 -16
- package/esm2015/lib/DataGridAccessibilityLayoutPanel.js +1 -1
- package/esm2015/lib/DataGridCellLayoutPanel.js +17 -17
- package/esm2015/lib/DataGridScrollerKeyboardListener.js +2 -2
- package/esm2015/lib/DataGridToolbarView_combined.js +2 -2
- package/esm2015/lib/DateTimeCellPresenter.js +9 -9
- package/esm2015/lib/DraggerView.js +1 -7
- package/esm2015/lib/EditorCell.js +289 -289
- package/esm2015/lib/EditorCellPresenter.js +27 -27
- package/esm2015/lib/FilterCell.js +267 -267
- package/esm2015/lib/FilterCellPresenter.js +17 -17
- package/esm2015/lib/GridCellBase.js +210 -202
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +13 -13
- package/esm2015/lib/GridColumnGroupOptionsView_combined.js +7 -7
- package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
- package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
- package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
- package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +7 -7
- package/esm2015/lib/GridExternalWrapper.js +12 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +238 -187
- package/esm2015/lib/ISummaryChooserView_combined.js +4 -4
- package/esm2015/lib/ImageCell.js +58 -58
- package/esm2015/lib/ImageCellPresenter.js +17 -17
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +9 -9
- package/esm2015/lib/NumericCell.js +8 -8
- package/esm2015/lib/NumericCellPresenter.js +9 -9
- package/esm2015/lib/PropertyEditorView_combined.js +19 -19
- package/esm2015/lib/SectionHeaderCell.js +30 -20
- package/esm2015/lib/SectionHeaderCellPresenter.js +10 -10
- package/esm2015/lib/SummaryCell.js +44 -44
- package/esm2015/lib/SummaryCellPresenter.js +9 -9
- package/esm2015/lib/TemplateCell.js +15 -15
- package/esm2015/lib/TemplateCellPresenter.js +6 -6
- package/esm2015/lib/TemplateHeader.js +8 -8
- package/esm2015/lib/TemplateHeaderCell.js +5 -5
- package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
- package/esm2015/lib/TemplateHeaderCellPresenter.js +6 -6
- package/esm2015/lib/TemplateSectionHeader.js +2 -2
- package/esm2015/lib/TextCell.js +31 -30
- package/esm2015/lib/TextCellPresenter.js +10 -10
- package/esm2015/lib/TextHeaderCell.js +181 -175
- package/esm2015/lib/TextHeaderCellPresenter.js +66 -57
- package/esm2015/lib/VerticalSeparatorCell.js +37 -37
- package/esm2015/lib/igx-cell-info.js +195 -186
- package/esm2015/lib/igx-checkbox-list-component.js +42 -20
- package/esm2015/lib/igx-column-chooser-component.js +1 -1
- package/esm2015/lib/igx-column-moving-separator-component.js +6 -6
- package/esm2015/lib/igx-column-pinning-component.js +1 -1
- package/esm2015/lib/igx-column-resizing-separator-component.js +4 -4
- package/esm2015/lib/igx-combo-box-column-component.js +10 -10
- package/esm2015/lib/igx-data-binding-event-args.js +3 -0
- package/esm2015/lib/igx-data-grid-column-component.js +261 -195
- package/esm2015/lib/igx-data-grid-component.js +226 -33
- package/esm2015/lib/igx-data-grid-filter-dialog-component.js +60 -27
- package/esm2015/lib/igx-data-grid-toolbar-component.js +40 -8
- package/esm2015/lib/igx-date-time-cell-info.js +12 -12
- package/esm2015/lib/igx-date-time-column-component.js +20 -20
- package/esm2015/lib/igx-definition-base-component.js +44 -44
- package/esm2015/lib/igx-editor-cell-info.js +23 -23
- package/esm2015/lib/igx-filter-cell-info.js +26 -26
- package/esm2015/lib/igx-filter-row-definition-component.js +8 -8
- package/esm2015/lib/igx-grid-column-filter-options-component.js +1 -1
- package/esm2015/lib/igx-header-component.js +16 -16
- package/esm2015/lib/igx-image-cell-info.js +6 -6
- package/esm2015/lib/igx-image-column-component.js +10 -10
- package/esm2015/lib/igx-multi-column-combo-box-component.js +160 -32
- package/esm2015/lib/igx-numeric-cell-info.js +28 -28
- package/esm2015/lib/igx-numeric-column-component.js +32 -32
- package/esm2015/lib/igx-section-header-cell-info.js +6 -6
- package/esm2015/lib/igx-section-header-component.js +24 -24
- package/esm2015/lib/igx-summary-cell-info.js +9 -9
- package/esm2015/lib/igx-summary-row-component.js +23 -23
- package/esm2015/lib/igx-summary-row-root-dynamic-module.js +2 -0
- package/esm2015/lib/igx-summary-row-section-dynamic-module.js +2 -0
- package/esm2015/lib/igx-template-cell-info.js +2 -2
- package/esm2015/lib/igx-template-header-cell-info.js +2 -2
- package/esm2015/lib/igx-text-cell-info.js +2 -2
- package/esm2015/lib/igx-text-column-component.js +8 -8
- package/esm2015/lib/igx-text-header-cell-info.js +67 -40
- package/esm5/lib/AccessibilityRow.js +10 -10
- package/esm5/lib/CanvasCellPresenterBase.js +12 -12
- package/esm5/lib/CanvasContentCellModelHelper.js +12 -12
- package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm5/lib/CanvasGridCellBase.js +2 -2
- package/esm5/lib/CanvasImageCellPresenter.js +9 -9
- package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm5/lib/CanvasSummaryCellPresenter.js +4 -4
- package/esm5/lib/CanvasTemplateCellPresenter.js +5 -5
- package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +5 -5
- package/esm5/lib/CanvasTextCellPresenter.js +9 -9
- package/esm5/lib/CanvasTextHeaderCellPresenter.js +11 -11
- package/esm5/lib/CellPath.js +79 -65
- package/esm5/lib/CellPresenterBase.js +46 -46
- package/esm5/lib/CheckboxListBridge.js +12 -0
- package/esm5/lib/CheckboxListView_combined.js +332 -278
- package/esm5/lib/ColumnChooserView_combined.js +11 -11
- package/esm5/lib/ColumnFilterCondition_combined.js +6860 -6456
- package/esm5/lib/ColumnGroupingView_combined.js +5 -5
- package/esm5/lib/ColumnPinningView_combined.js +11 -11
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +7 -7
- package/esm5/lib/ContentCellModelHelper.js +16 -16
- package/esm5/lib/DataGridAccessibilityLayoutPanel.js +1 -1
- package/esm5/lib/DataGridCellLayoutPanel.js +17 -17
- package/esm5/lib/DataGridScrollerKeyboardListener.js +2 -2
- package/esm5/lib/DataGridToolbarView_combined.js +2 -2
- package/esm5/lib/DateTimeCellPresenter.js +9 -9
- package/esm5/lib/DraggerView.js +1 -7
- package/esm5/lib/EditorCell.js +276 -276
- package/esm5/lib/EditorCellPresenter.js +27 -27
- package/esm5/lib/FilterCell.js +257 -257
- package/esm5/lib/FilterCellPresenter.js +17 -17
- package/esm5/lib/GridCellBase.js +205 -193
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +13 -13
- package/esm5/lib/GridColumnGroupOptionsView_combined.js +7 -7
- package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
- package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
- package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
- package/esm5/lib/GridColumnSummaryOptionsView_combined.js +7 -7
- package/esm5/lib/GridExternalWrapper.js +12 -6
- package/esm5/lib/GridFilterDialogView_combined.js +240 -177
- package/esm5/lib/ISummaryChooserView_combined.js +4 -4
- package/esm5/lib/ImageCell.js +57 -57
- package/esm5/lib/ImageCellPresenter.js +17 -17
- package/esm5/lib/MultiColumnComboBoxView_combined.js +9 -9
- package/esm5/lib/NumericCell.js +8 -8
- package/esm5/lib/NumericCellPresenter.js +9 -9
- package/esm5/lib/PropertyEditorView_combined.js +19 -19
- package/esm5/lib/SectionHeaderCell.js +30 -20
- package/esm5/lib/SectionHeaderCellPresenter.js +10 -10
- package/esm5/lib/SummaryCell.js +44 -44
- package/esm5/lib/SummaryCellPresenter.js +9 -9
- package/esm5/lib/TemplateCell.js +15 -15
- package/esm5/lib/TemplateCellPresenter.js +6 -6
- package/esm5/lib/TemplateHeader.js +8 -8
- package/esm5/lib/TemplateHeaderCell.js +5 -5
- package/esm5/lib/TemplateHeaderCellModel.js +17 -17
- package/esm5/lib/TemplateHeaderCellPresenter.js +6 -6
- package/esm5/lib/TemplateSectionHeader.js +2 -2
- package/esm5/lib/TextCell.js +31 -30
- package/esm5/lib/TextCellPresenter.js +10 -10
- package/esm5/lib/TextHeaderCell.js +185 -179
- package/esm5/lib/TextHeaderCellPresenter.js +66 -57
- package/esm5/lib/VerticalSeparatorCell.js +37 -37
- package/esm5/lib/igx-cell-info.js +207 -186
- package/esm5/lib/igx-checkbox-list-component.js +49 -19
- package/esm5/lib/igx-column-chooser-component.js +1 -1
- package/esm5/lib/igx-column-moving-separator-component.js +6 -6
- package/esm5/lib/igx-column-pinning-component.js +1 -1
- package/esm5/lib/igx-column-resizing-separator-component.js +4 -4
- package/esm5/lib/igx-combo-box-column-component.js +10 -10
- package/esm5/lib/igx-data-binding-event-args.js +3 -0
- package/esm5/lib/igx-data-grid-column-component.js +285 -195
- package/esm5/lib/igx-data-grid-component.js +246 -33
- package/esm5/lib/igx-data-grid-filter-dialog-component.js +72 -27
- package/esm5/lib/igx-data-grid-toolbar-component.js +40 -8
- package/esm5/lib/igx-date-time-cell-info.js +12 -12
- package/esm5/lib/igx-date-time-column-component.js +20 -20
- package/esm5/lib/igx-definition-base-component.js +44 -44
- package/esm5/lib/igx-editor-cell-info.js +23 -23
- package/esm5/lib/igx-filter-cell-info.js +26 -26
- package/esm5/lib/igx-filter-row-definition-component.js +8 -8
- package/esm5/lib/igx-grid-column-filter-options-component.js +1 -1
- package/esm5/lib/igx-header-component.js +16 -16
- package/esm5/lib/igx-image-cell-info.js +6 -6
- package/esm5/lib/igx-image-column-component.js +10 -10
- package/esm5/lib/igx-multi-column-combo-box-component.js +160 -32
- package/esm5/lib/igx-numeric-cell-info.js +28 -28
- package/esm5/lib/igx-numeric-column-component.js +32 -32
- package/esm5/lib/igx-section-header-cell-info.js +6 -6
- package/esm5/lib/igx-section-header-component.js +24 -24
- package/esm5/lib/igx-summary-cell-info.js +9 -9
- package/esm5/lib/igx-summary-row-component.js +22 -22
- package/esm5/lib/igx-summary-row-root-dynamic-module.js +2 -0
- package/esm5/lib/igx-summary-row-section-dynamic-module.js +2 -0
- package/esm5/lib/igx-template-cell-info.js +2 -2
- package/esm5/lib/igx-template-header-cell-info.js +2 -2
- package/esm5/lib/igx-text-cell-info.js +2 -2
- package/esm5/lib/igx-text-column-component.js +8 -8
- package/esm5/lib/igx-text-header-cell-info.js +79 -40
- package/fesm2015/igniteui-angular-data-grids.js +10781 -9783
- package/fesm5/igniteui-angular-data-grids.js +10884 -9697
- package/lib/CellPath.d.ts +21 -20
- package/lib/CheckboxListExternal.d.ts +3 -0
- package/lib/CheckboxListView_combined.d.ts +77 -71
- package/lib/ColumnFilterCondition_combined.d.ts +1759 -1699
- package/lib/EditorCell.d.ts +63 -63
- package/lib/FilterCell.d.ts +55 -55
- package/lib/GridCellBase.d.ts +82 -80
- package/lib/GridExternalWrapper.d.ts +2 -0
- package/lib/GridFilterDialogView_combined.d.ts +61 -52
- package/lib/ImageCell.d.ts +15 -15
- package/lib/NumericCell.d.ts +2 -2
- package/lib/SectionHeaderCell.d.ts +6 -4
- package/lib/SummaryCell.d.ts +10 -10
- package/lib/TemplateCell.d.ts +5 -5
- package/lib/TemplateHeader.d.ts +3 -3
- package/lib/TemplateHeaderCell.d.ts +2 -2
- package/lib/TemplateHeaderCellModel.d.ts +7 -7
- package/lib/TemplateSectionHeader.d.ts +2 -2
- package/lib/TextCell.d.ts +7 -7
- package/lib/TextHeaderCell.d.ts +30 -30
- package/lib/VerticalSeparatorCell.d.ts +8 -8
- package/lib/igx-cell-info.d.ts +6 -0
- package/lib/igx-checkbox-list-component.d.ts +11 -1
- package/lib/igx-data-grid-column-component.d.ts +31 -1
- package/lib/igx-data-grid-component.d.ts +28 -1
- package/lib/igx-data-grid-filter-dialog-component.d.ts +16 -1
- package/lib/igx-summary-row-component.d.ts +3 -3
- package/lib/igx-text-header-cell-info.d.ts +15 -0
- package/package.json +4 -4
|
@@ -27,38 +27,38 @@ export class IgxFilterCellInfo extends IgxCellInfo {
|
|
|
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.oh;
|
|
31
31
|
}
|
|
32
32
|
set dataType(v) {
|
|
33
|
-
this.i.
|
|
33
|
+
this.i.oh = 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.of;
|
|
40
40
|
}
|
|
41
41
|
set filter(v) {
|
|
42
|
-
this.i.
|
|
42
|
+
this.i.of = 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.oj;
|
|
49
49
|
}
|
|
50
50
|
set filterExpression(v) {
|
|
51
|
-
this.i.
|
|
51
|
+
this.i.oj = v;
|
|
52
52
|
}
|
|
53
53
|
get filterOperands() {
|
|
54
54
|
if (this._filterOperands === null) {
|
|
55
55
|
let coll = new IgxGridFilterOperandsCollection();
|
|
56
|
-
let innerColl = this.i.
|
|
56
|
+
let innerColl = this.i.ol;
|
|
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.ol = innerColl;
|
|
62
62
|
}
|
|
63
63
|
return this._filterOperands;
|
|
64
64
|
}
|
|
@@ -70,62 +70,62 @@ export class IgxFilterCellInfo extends IgxCellInfo {
|
|
|
70
70
|
let coll = new IgxGridFilterOperandsCollection();
|
|
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.ol;
|
|
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.ol = innerColl;
|
|
81
81
|
}
|
|
82
82
|
get operatorType() {
|
|
83
|
-
return this.i.
|
|
83
|
+
return this.i.od;
|
|
84
84
|
}
|
|
85
85
|
set operatorType(v) {
|
|
86
|
-
this.i.
|
|
86
|
+
this.i.od = v;
|
|
87
87
|
}
|
|
88
88
|
get filterValue() {
|
|
89
|
-
return this.i.
|
|
89
|
+
return this.i.oz;
|
|
90
90
|
}
|
|
91
91
|
set filterValue(v) {
|
|
92
|
-
this.i.
|
|
92
|
+
this.i.oz = v;
|
|
93
93
|
}
|
|
94
94
|
get selectorTop() {
|
|
95
|
-
return this.i.
|
|
95
|
+
return this.i.ot;
|
|
96
96
|
}
|
|
97
97
|
set selectorTop(v) {
|
|
98
|
-
this.i.
|
|
98
|
+
this.i.ot = +v;
|
|
99
99
|
}
|
|
100
100
|
get selectorLeft() {
|
|
101
|
-
return this.i.
|
|
101
|
+
return this.i.os;
|
|
102
102
|
}
|
|
103
103
|
set selectorLeft(v) {
|
|
104
|
-
this.i.
|
|
104
|
+
this.i.os = +v;
|
|
105
105
|
}
|
|
106
106
|
get editorTop() {
|
|
107
|
-
return this.i.
|
|
107
|
+
return this.i.or;
|
|
108
108
|
}
|
|
109
109
|
set editorTop(v) {
|
|
110
|
-
this.i.
|
|
110
|
+
this.i.or = +v;
|
|
111
111
|
}
|
|
112
112
|
get editorLeft() {
|
|
113
|
-
return this.i.
|
|
113
|
+
return this.i.oq;
|
|
114
114
|
}
|
|
115
115
|
set editorLeft(v) {
|
|
116
|
-
this.i.
|
|
116
|
+
this.i.oq = +v;
|
|
117
117
|
}
|
|
118
118
|
get clearIconTop() {
|
|
119
|
-
return this.i.
|
|
119
|
+
return this.i.op;
|
|
120
120
|
}
|
|
121
121
|
set clearIconTop(v) {
|
|
122
|
-
this.i.
|
|
122
|
+
this.i.op = +v;
|
|
123
123
|
}
|
|
124
124
|
get clearIconLeft() {
|
|
125
|
-
return this.i.
|
|
125
|
+
return this.i.oo;
|
|
126
126
|
}
|
|
127
127
|
set clearIconLeft(v) {
|
|
128
|
-
this.i.
|
|
128
|
+
this.i.oo = +v;
|
|
129
129
|
}
|
|
130
130
|
findByName(name) {
|
|
131
131
|
var baseResult = super.findByName(name);
|
|
@@ -37,37 +37,37 @@ export let IgxFilterRowDefinitionComponent = /*@__PURE__*/ (() => {
|
|
|
37
37
|
* Gets or sets the amount of left padding to use for the cell content for this column.
|
|
38
38
|
*/
|
|
39
39
|
get paddingLeft() {
|
|
40
|
-
return this.i.
|
|
40
|
+
return this.i.g8;
|
|
41
41
|
}
|
|
42
42
|
set paddingLeft(v) {
|
|
43
|
-
this.i.
|
|
43
|
+
this.i.g8 = +v;
|
|
44
44
|
}
|
|
45
45
|
/**
|
|
46
46
|
* Gets or sets the amount of top padding to use for the cell content for this column.
|
|
47
47
|
*/
|
|
48
48
|
get paddingTop() {
|
|
49
|
-
return this.i.
|
|
49
|
+
return this.i.ha;
|
|
50
50
|
}
|
|
51
51
|
set paddingTop(v) {
|
|
52
|
-
this.i.
|
|
52
|
+
this.i.ha = +v;
|
|
53
53
|
}
|
|
54
54
|
/**
|
|
55
55
|
* Gets or sets the amount of right padding to use for the cell content of this column.
|
|
56
56
|
*/
|
|
57
57
|
get paddingRight() {
|
|
58
|
-
return this.i.
|
|
58
|
+
return this.i.g9;
|
|
59
59
|
}
|
|
60
60
|
set paddingRight(v) {
|
|
61
|
-
this.i.
|
|
61
|
+
this.i.g9 = +v;
|
|
62
62
|
}
|
|
63
63
|
/**
|
|
64
64
|
* Gets or sets the amount of bottom padding to use for the cell content of this column.
|
|
65
65
|
*/
|
|
66
66
|
get paddingBottom() {
|
|
67
|
-
return this.i.
|
|
67
|
+
return this.i.g7;
|
|
68
68
|
}
|
|
69
69
|
set paddingBottom(v) {
|
|
70
|
-
this.i.
|
|
70
|
+
this.i.g7 = +v;
|
|
71
71
|
}
|
|
72
72
|
}
|
|
73
73
|
IgxFilterRowDefinitionComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxFilterRowDefinitionComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
@@ -119,7 +119,7 @@ export let IgxGridColumnFilterOptionsComponent = /*@__PURE__*/ (() => {
|
|
|
119
119
|
<div #_filterButtonsSectionRef
|
|
120
120
|
key="filterButtonsSection"
|
|
121
121
|
></div>
|
|
122
|
-
</div>`, isInline: true, styles: ["\n\t\t:host {\n\t\t\tdisplay: block;\n\t\t}\n\t"], components: [{ type: i1.IgxCheckboxListComponent, selector: "igx-checkbox-list", inputs: ["height", "width", "dataSource", "keys", "primaryKey", "dataMemberPath", "dataLegendTarget", "subtitleMemberPath", "propertyTypeMemberPath", "selectedMemberPath", "filterPlaceholderText", "searchInputType", "rowHeight", "cellTextStyle", "indexType", "baseTheme", "density", "searchIconColor", "searchBackgroundColor", "labelClickTriggersChange", "searchTextColor", "searchBorderColor", "searchFocusBorderColor", "searchTextStyle", "checkboxTickColor", "checkboxCheckedBackgroundColor", "checkboxUncheckedBackgroundColor", "checkboxCheckedBorderColor", "checkboxUncheckedBorderColor", "checkboxCornerRadius", "scrollbarStyle", "scrollbarBackground", "selectAllCaption", "selectAllCaptionTextColor", "actualSelectAllCaptionTextColor", "showSelectAll", "backgroundColor", "rowHoverBackgroundColor", "textColor", "showFilter", "isRowHoverEnabled", "checkboxAlignedRight"], outputs: ["selectedKeyAdded", "selectedKeyRemoved", "checkedChanged", "labelClicked", "indexTypeChanged", "keysCleared", "selectAllCheckboxChanged"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
122
|
+
</div>`, isInline: true, styles: ["\n\t\t:host {\n\t\t\tdisplay: block;\n\t\t}\n\t"], components: [{ type: i1.IgxCheckboxListComponent, selector: "igx-checkbox-list", inputs: ["height", "width", "dataSource", "keys", "primaryKey", "dataMemberPath", "dataLegendTarget", "subtitleMemberPath", "propertyTypeMemberPath", "selectedMemberPath", "filterPlaceholderText", "searchInputType", "rowHeight", "cellTextStyle", "indexType", "baseTheme", "density", "searchIconColor", "searchBackgroundColor", "labelClickTriggersChange", "searchTextColor", "searchBorderColor", "searchFocusBorderColor", "searchTextStyle", "checkboxTickColor", "checkboxCheckedBackgroundColor", "checkboxUncheckedBackgroundColor", "checkboxCheckedBorderColor", "checkboxUncheckedBorderColor", "checkboxCornerRadius", "scrollbarStyle", "scrollbarBackground", "scrollbarHoverBackground", "scrollbarActiveBackground", "selectAllCaption", "selectAllCaptionTextColor", "actualSelectAllCaptionTextColor", "showSelectAll", "backgroundColor", "rowHoverBackgroundColor", "textColor", "showFilter", "isRowHoverEnabled", "checkboxAlignedRight"], outputs: ["selectedKeyAdded", "selectedKeyRemoved", "checkedChanged", "labelClicked", "indexTypeChanged", "keysCleared", "selectAllCheckboxChanged"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
123
123
|
return IgxGridColumnFilterOptionsComponent;
|
|
124
124
|
})();
|
|
125
125
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxGridColumnFilterOptionsComponent, decorators: [{
|
|
@@ -35,67 +35,67 @@ export let IgxHeaderComponent = /*@__PURE__*/ (() => {
|
|
|
35
35
|
* Gets or sets the color to use for the sort indicator icon
|
|
36
36
|
*/
|
|
37
37
|
get sortIndicatorColor() {
|
|
38
|
-
return brushToString(this.i.
|
|
38
|
+
return brushToString(this.i.ht);
|
|
39
39
|
}
|
|
40
40
|
set sortIndicatorColor(v) {
|
|
41
|
-
this.i.
|
|
41
|
+
this.i.ht = stringToBrush(v);
|
|
42
42
|
}
|
|
43
43
|
/**
|
|
44
44
|
* Gets the actual background color that is used for the cells when they are selected
|
|
45
45
|
*/
|
|
46
46
|
get actualSortIndicatorColor() {
|
|
47
|
-
return brushToString(this.i.
|
|
47
|
+
return brushToString(this.i.hr);
|
|
48
48
|
}
|
|
49
49
|
set actualSortIndicatorColor(v) {
|
|
50
|
-
this.i.
|
|
50
|
+
this.i.hr = stringToBrush(v);
|
|
51
51
|
}
|
|
52
52
|
get sortIndicatorStyle() {
|
|
53
|
-
return this.i.
|
|
53
|
+
return this.i.g6;
|
|
54
54
|
}
|
|
55
55
|
set sortIndicatorStyle(v) {
|
|
56
|
-
this.i.
|
|
56
|
+
this.i.g6 = ensureEnum(SortIndicatorStyle_$type, v);
|
|
57
57
|
}
|
|
58
58
|
get actualSortIndicatorStyle() {
|
|
59
|
-
return this.i.
|
|
59
|
+
return this.i.g5;
|
|
60
60
|
}
|
|
61
61
|
set actualSortIndicatorStyle(v) {
|
|
62
|
-
this.i.
|
|
62
|
+
this.i.g5 = ensureEnum(SortIndicatorStyle_$type, v);
|
|
63
63
|
}
|
|
64
64
|
/**
|
|
65
65
|
* Gets or sets the amount of left padding to use for the cell content.
|
|
66
66
|
*/
|
|
67
67
|
get paddingLeft() {
|
|
68
|
-
return this.i.
|
|
68
|
+
return this.i.hc;
|
|
69
69
|
}
|
|
70
70
|
set paddingLeft(v) {
|
|
71
|
-
this.i.
|
|
71
|
+
this.i.hc = +v;
|
|
72
72
|
}
|
|
73
73
|
/**
|
|
74
74
|
* Gets or sets the amount of top padding to use for the cell content.
|
|
75
75
|
*/
|
|
76
76
|
get paddingTop() {
|
|
77
|
-
return this.i.
|
|
77
|
+
return this.i.he;
|
|
78
78
|
}
|
|
79
79
|
set paddingTop(v) {
|
|
80
|
-
this.i.
|
|
80
|
+
this.i.he = +v;
|
|
81
81
|
}
|
|
82
82
|
/**
|
|
83
83
|
* Gets or sets the amount of right padding to use for the cell content.
|
|
84
84
|
*/
|
|
85
85
|
get paddingRight() {
|
|
86
|
-
return this.i.
|
|
86
|
+
return this.i.hd;
|
|
87
87
|
}
|
|
88
88
|
set paddingRight(v) {
|
|
89
|
-
this.i.
|
|
89
|
+
this.i.hd = +v;
|
|
90
90
|
}
|
|
91
91
|
/**
|
|
92
92
|
* Gets or sets the amount of bottom padding to use for the cell content.
|
|
93
93
|
*/
|
|
94
94
|
get paddingBottom() {
|
|
95
|
-
return this.i.
|
|
95
|
+
return this.i.hb;
|
|
96
96
|
}
|
|
97
97
|
set paddingBottom(v) {
|
|
98
|
-
this.i.
|
|
98
|
+
this.i.hb = +v;
|
|
99
99
|
}
|
|
100
100
|
}
|
|
101
101
|
IgxHeaderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxHeaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
@@ -23,27 +23,27 @@ export class IgxImageCellInfo extends IgxCellInfo {
|
|
|
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.ok;
|
|
27
27
|
}
|
|
28
28
|
set imagePath(v) {
|
|
29
|
-
this.i.
|
|
29
|
+
this.i.ok = 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.of;
|
|
36
36
|
}
|
|
37
37
|
set imageStretchOption(v) {
|
|
38
|
-
this.i.
|
|
38
|
+
this.i.of = 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.od;
|
|
45
45
|
}
|
|
46
46
|
set imageResourceType(v) {
|
|
47
|
-
this.i.
|
|
47
|
+
this.i.od = ensureEnum(ImageResourceType_$type, v);
|
|
48
48
|
}
|
|
49
49
|
}
|
|
@@ -41,46 +41,46 @@ export let IgxImageColumnComponent = /*@__PURE__*/ (() => {
|
|
|
41
41
|
* Gets or sets the stretch option to use when rendering images
|
|
42
42
|
*/
|
|
43
43
|
get imageStretchOption() {
|
|
44
|
-
return this.i.
|
|
44
|
+
return this.i.s4;
|
|
45
45
|
}
|
|
46
46
|
set imageStretchOption(v) {
|
|
47
|
-
this.i.
|
|
47
|
+
this.i.s4 = ensureEnum(ImageStretchOptions_$type, v);
|
|
48
48
|
}
|
|
49
49
|
/**
|
|
50
50
|
* Gets or sets the editor type used for editing cells in this column.
|
|
51
51
|
*/
|
|
52
52
|
get editorType() {
|
|
53
|
-
return this.i.
|
|
53
|
+
return this.i.s0;
|
|
54
54
|
}
|
|
55
55
|
set editorType(v) {
|
|
56
|
-
this.i.
|
|
56
|
+
this.i.s0 = ensureEnum(EditorType_$type, v);
|
|
57
57
|
}
|
|
58
58
|
/**
|
|
59
59
|
* Gets or sets the ComboBox data source.
|
|
60
60
|
*/
|
|
61
61
|
get editorDataSource() {
|
|
62
|
-
return this.i.
|
|
62
|
+
return this.i.s5;
|
|
63
63
|
}
|
|
64
64
|
set editorDataSource(v) {
|
|
65
|
-
this.i.
|
|
65
|
+
this.i.s5 = v;
|
|
66
66
|
}
|
|
67
67
|
/**
|
|
68
68
|
* Gets or sets the ComboBox text field.
|
|
69
69
|
*/
|
|
70
70
|
get editorTextField() {
|
|
71
|
-
return this.i.
|
|
71
|
+
return this.i.s6;
|
|
72
72
|
}
|
|
73
73
|
set editorTextField(v) {
|
|
74
|
-
this.i.
|
|
74
|
+
this.i.s6 = v;
|
|
75
75
|
}
|
|
76
76
|
/**
|
|
77
77
|
* Gets or sets the ComboBox value field.
|
|
78
78
|
*/
|
|
79
79
|
get editorValueField() {
|
|
80
|
-
return this.i.
|
|
80
|
+
return this.i.s7;
|
|
81
81
|
}
|
|
82
82
|
set editorValueField(v) {
|
|
83
|
-
this.i.
|
|
83
|
+
this.i.s7 = v;
|
|
84
84
|
}
|
|
85
85
|
}
|
|
86
86
|
IgxImageColumnComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxImageColumnComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
@@ -233,32 +233,64 @@ export let IgxMultiColumnComboBoxComponent = /*@__PURE__*/ (() => {
|
|
|
233
233
|
}
|
|
234
234
|
set contentPaddingBottom(v) {
|
|
235
235
|
this.ensureContentPadding();
|
|
236
|
-
|
|
237
|
-
this.i.im
|
|
236
|
+
const __nv = +v;
|
|
237
|
+
if (this.i.im.bottom === __nv) {
|
|
238
|
+
return;
|
|
239
|
+
}
|
|
240
|
+
const __copy = new Thickness(2);
|
|
241
|
+
__copy.bottom = __nv;
|
|
242
|
+
__copy.left = this.i.im.left;
|
|
243
|
+
__copy.right = this.i.im.right;
|
|
244
|
+
__copy.top = this.i.im.top;
|
|
245
|
+
this.i.im = __copy;
|
|
238
246
|
}
|
|
239
247
|
get contentPaddingLeft() {
|
|
240
248
|
return this.i.im ? this.i.im.left : NaN;
|
|
241
249
|
}
|
|
242
250
|
set contentPaddingLeft(v) {
|
|
243
251
|
this.ensureContentPadding();
|
|
244
|
-
|
|
245
|
-
this.i.im
|
|
252
|
+
const __nv = +v;
|
|
253
|
+
if (this.i.im.left === __nv) {
|
|
254
|
+
return;
|
|
255
|
+
}
|
|
256
|
+
const __copy = new Thickness(2);
|
|
257
|
+
__copy.left = __nv;
|
|
258
|
+
__copy.bottom = this.i.im.bottom;
|
|
259
|
+
__copy.right = this.i.im.right;
|
|
260
|
+
__copy.top = this.i.im.top;
|
|
261
|
+
this.i.im = __copy;
|
|
246
262
|
}
|
|
247
263
|
get contentPaddingRight() {
|
|
248
264
|
return this.i.im ? this.i.im.right : NaN;
|
|
249
265
|
}
|
|
250
266
|
set contentPaddingRight(v) {
|
|
251
267
|
this.ensureContentPadding();
|
|
252
|
-
|
|
253
|
-
this.i.im
|
|
268
|
+
const __nv = +v;
|
|
269
|
+
if (this.i.im.right === __nv) {
|
|
270
|
+
return;
|
|
271
|
+
}
|
|
272
|
+
const __copy = new Thickness(2);
|
|
273
|
+
__copy.right = __nv;
|
|
274
|
+
__copy.bottom = this.i.im.bottom;
|
|
275
|
+
__copy.left = this.i.im.left;
|
|
276
|
+
__copy.top = this.i.im.top;
|
|
277
|
+
this.i.im = __copy;
|
|
254
278
|
}
|
|
255
279
|
get contentPaddingTop() {
|
|
256
280
|
return this.i.im ? this.i.im.top : NaN;
|
|
257
281
|
}
|
|
258
282
|
set contentPaddingTop(v) {
|
|
259
283
|
this.ensureContentPadding();
|
|
260
|
-
|
|
261
|
-
this.i.im
|
|
284
|
+
const __nv = +v;
|
|
285
|
+
if (this.i.im.top === __nv) {
|
|
286
|
+
return;
|
|
287
|
+
}
|
|
288
|
+
const __copy = new Thickness(2);
|
|
289
|
+
__copy.top = __nv;
|
|
290
|
+
__copy.bottom = this.i.im.bottom;
|
|
291
|
+
__copy.left = this.i.im.left;
|
|
292
|
+
__copy.right = this.i.im.right;
|
|
293
|
+
this.i.im = __copy;
|
|
262
294
|
}
|
|
263
295
|
ensureContentPadding() {
|
|
264
296
|
if (this.i.im) {
|
|
@@ -271,32 +303,64 @@ export let IgxMultiColumnComboBoxComponent = /*@__PURE__*/ (() => {
|
|
|
271
303
|
}
|
|
272
304
|
set actualContentPaddingBottom(v) {
|
|
273
305
|
this.ensureActualContentPadding();
|
|
274
|
-
|
|
275
|
-
this.i.il
|
|
306
|
+
const __nv = +v;
|
|
307
|
+
if (this.i.il.bottom === __nv) {
|
|
308
|
+
return;
|
|
309
|
+
}
|
|
310
|
+
const __copy = new Thickness(2);
|
|
311
|
+
__copy.bottom = __nv;
|
|
312
|
+
__copy.left = this.i.il.left;
|
|
313
|
+
__copy.right = this.i.il.right;
|
|
314
|
+
__copy.top = this.i.il.top;
|
|
315
|
+
this.i.il = __copy;
|
|
276
316
|
}
|
|
277
317
|
get actualContentPaddingLeft() {
|
|
278
318
|
return this.i.il ? this.i.il.left : NaN;
|
|
279
319
|
}
|
|
280
320
|
set actualContentPaddingLeft(v) {
|
|
281
321
|
this.ensureActualContentPadding();
|
|
282
|
-
|
|
283
|
-
this.i.il
|
|
322
|
+
const __nv = +v;
|
|
323
|
+
if (this.i.il.left === __nv) {
|
|
324
|
+
return;
|
|
325
|
+
}
|
|
326
|
+
const __copy = new Thickness(2);
|
|
327
|
+
__copy.left = __nv;
|
|
328
|
+
__copy.bottom = this.i.il.bottom;
|
|
329
|
+
__copy.right = this.i.il.right;
|
|
330
|
+
__copy.top = this.i.il.top;
|
|
331
|
+
this.i.il = __copy;
|
|
284
332
|
}
|
|
285
333
|
get actualContentPaddingRight() {
|
|
286
334
|
return this.i.il ? this.i.il.right : NaN;
|
|
287
335
|
}
|
|
288
336
|
set actualContentPaddingRight(v) {
|
|
289
337
|
this.ensureActualContentPadding();
|
|
290
|
-
|
|
291
|
-
this.i.il
|
|
338
|
+
const __nv = +v;
|
|
339
|
+
if (this.i.il.right === __nv) {
|
|
340
|
+
return;
|
|
341
|
+
}
|
|
342
|
+
const __copy = new Thickness(2);
|
|
343
|
+
__copy.right = __nv;
|
|
344
|
+
__copy.bottom = this.i.il.bottom;
|
|
345
|
+
__copy.left = this.i.il.left;
|
|
346
|
+
__copy.top = this.i.il.top;
|
|
347
|
+
this.i.il = __copy;
|
|
292
348
|
}
|
|
293
349
|
get actualContentPaddingTop() {
|
|
294
350
|
return this.i.il ? this.i.il.top : NaN;
|
|
295
351
|
}
|
|
296
352
|
set actualContentPaddingTop(v) {
|
|
297
353
|
this.ensureActualContentPadding();
|
|
298
|
-
|
|
299
|
-
this.i.il
|
|
354
|
+
const __nv = +v;
|
|
355
|
+
if (this.i.il.top === __nv) {
|
|
356
|
+
return;
|
|
357
|
+
}
|
|
358
|
+
const __copy = new Thickness(2);
|
|
359
|
+
__copy.top = __nv;
|
|
360
|
+
__copy.bottom = this.i.il.bottom;
|
|
361
|
+
__copy.left = this.i.il.left;
|
|
362
|
+
__copy.right = this.i.il.right;
|
|
363
|
+
this.i.il = __copy;
|
|
300
364
|
}
|
|
301
365
|
ensureActualContentPadding() {
|
|
302
366
|
if (this.i.il) {
|
|
@@ -309,32 +373,64 @@ export let IgxMultiColumnComboBoxComponent = /*@__PURE__*/ (() => {
|
|
|
309
373
|
}
|
|
310
374
|
set cornerRadiusBottomRight(v) {
|
|
311
375
|
this.ensureCornerRadius();
|
|
312
|
-
|
|
313
|
-
this.i.gx
|
|
376
|
+
const __nv = +v;
|
|
377
|
+
if (this.i.gx.c === __nv) {
|
|
378
|
+
return;
|
|
379
|
+
}
|
|
380
|
+
const __copy = new CornerRadius(2);
|
|
381
|
+
__copy.c = __nv;
|
|
382
|
+
__copy.b = this.i.gx.b;
|
|
383
|
+
__copy.d = this.i.gx.d;
|
|
384
|
+
__copy.e = this.i.gx.e;
|
|
385
|
+
this.i.gx = __copy;
|
|
314
386
|
}
|
|
315
387
|
get cornerRadiusBottomLeft() {
|
|
316
388
|
return this.i.gx ? this.i.gx.b : NaN;
|
|
317
389
|
}
|
|
318
390
|
set cornerRadiusBottomLeft(v) {
|
|
319
391
|
this.ensureCornerRadius();
|
|
320
|
-
|
|
321
|
-
this.i.gx
|
|
392
|
+
const __nv = +v;
|
|
393
|
+
if (this.i.gx.b === __nv) {
|
|
394
|
+
return;
|
|
395
|
+
}
|
|
396
|
+
const __copy = new CornerRadius(2);
|
|
397
|
+
__copy.b = __nv;
|
|
398
|
+
__copy.c = this.i.gx.c;
|
|
399
|
+
__copy.d = this.i.gx.d;
|
|
400
|
+
__copy.e = this.i.gx.e;
|
|
401
|
+
this.i.gx = __copy;
|
|
322
402
|
}
|
|
323
403
|
get cornerRadiusTopLeft() {
|
|
324
404
|
return this.i.gx ? this.i.gx.d : NaN;
|
|
325
405
|
}
|
|
326
406
|
set cornerRadiusTopLeft(v) {
|
|
327
407
|
this.ensureCornerRadius();
|
|
328
|
-
|
|
329
|
-
this.i.gx
|
|
408
|
+
const __nv = +v;
|
|
409
|
+
if (this.i.gx.d === __nv) {
|
|
410
|
+
return;
|
|
411
|
+
}
|
|
412
|
+
const __copy = new CornerRadius(2);
|
|
413
|
+
__copy.d = __nv;
|
|
414
|
+
__copy.c = this.i.gx.c;
|
|
415
|
+
__copy.b = this.i.gx.b;
|
|
416
|
+
__copy.e = this.i.gx.e;
|
|
417
|
+
this.i.gx = __copy;
|
|
330
418
|
}
|
|
331
419
|
get cornerRadiusTopRight() {
|
|
332
420
|
return this.i.gx ? this.i.gx.e : NaN;
|
|
333
421
|
}
|
|
334
422
|
set cornerRadiusTopRight(v) {
|
|
335
423
|
this.ensureCornerRadius();
|
|
336
|
-
|
|
337
|
-
this.i.gx
|
|
424
|
+
const __nv = +v;
|
|
425
|
+
if (this.i.gx.e === __nv) {
|
|
426
|
+
return;
|
|
427
|
+
}
|
|
428
|
+
const __copy = new CornerRadius(2);
|
|
429
|
+
__copy.e = __nv;
|
|
430
|
+
__copy.c = this.i.gx.c;
|
|
431
|
+
__copy.b = this.i.gx.b;
|
|
432
|
+
__copy.d = this.i.gx.d;
|
|
433
|
+
this.i.gx = __copy;
|
|
338
434
|
}
|
|
339
435
|
ensureCornerRadius() {
|
|
340
436
|
if (this.i.gx) {
|
|
@@ -347,32 +443,64 @@ export let IgxMultiColumnComboBoxComponent = /*@__PURE__*/ (() => {
|
|
|
347
443
|
}
|
|
348
444
|
set actualCornerRadiusBottomRight(v) {
|
|
349
445
|
this.ensureActualCornerRadius();
|
|
350
|
-
|
|
351
|
-
this.i.gw
|
|
446
|
+
const __nv = +v;
|
|
447
|
+
if (this.i.gw.c === __nv) {
|
|
448
|
+
return;
|
|
449
|
+
}
|
|
450
|
+
const __copy = new CornerRadius(2);
|
|
451
|
+
__copy.c = __nv;
|
|
452
|
+
__copy.b = this.i.gw.b;
|
|
453
|
+
__copy.d = this.i.gw.d;
|
|
454
|
+
__copy.e = this.i.gw.e;
|
|
455
|
+
this.i.gw = __copy;
|
|
352
456
|
}
|
|
353
457
|
get actualCornerRadiusBottomLeft() {
|
|
354
458
|
return this.i.gw ? this.i.gw.b : NaN;
|
|
355
459
|
}
|
|
356
460
|
set actualCornerRadiusBottomLeft(v) {
|
|
357
461
|
this.ensureActualCornerRadius();
|
|
358
|
-
|
|
359
|
-
this.i.gw
|
|
462
|
+
const __nv = +v;
|
|
463
|
+
if (this.i.gw.b === __nv) {
|
|
464
|
+
return;
|
|
465
|
+
}
|
|
466
|
+
const __copy = new CornerRadius(2);
|
|
467
|
+
__copy.b = __nv;
|
|
468
|
+
__copy.c = this.i.gw.c;
|
|
469
|
+
__copy.d = this.i.gw.d;
|
|
470
|
+
__copy.e = this.i.gw.e;
|
|
471
|
+
this.i.gw = __copy;
|
|
360
472
|
}
|
|
361
473
|
get actualCornerRadiusTopLeft() {
|
|
362
474
|
return this.i.gw ? this.i.gw.d : NaN;
|
|
363
475
|
}
|
|
364
476
|
set actualCornerRadiusTopLeft(v) {
|
|
365
477
|
this.ensureActualCornerRadius();
|
|
366
|
-
|
|
367
|
-
this.i.gw
|
|
478
|
+
const __nv = +v;
|
|
479
|
+
if (this.i.gw.d === __nv) {
|
|
480
|
+
return;
|
|
481
|
+
}
|
|
482
|
+
const __copy = new CornerRadius(2);
|
|
483
|
+
__copy.d = __nv;
|
|
484
|
+
__copy.c = this.i.gw.c;
|
|
485
|
+
__copy.b = this.i.gw.b;
|
|
486
|
+
__copy.e = this.i.gw.e;
|
|
487
|
+
this.i.gw = __copy;
|
|
368
488
|
}
|
|
369
489
|
get actualCornerRadiusTopRight() {
|
|
370
490
|
return this.i.gw ? this.i.gw.e : NaN;
|
|
371
491
|
}
|
|
372
492
|
set actualCornerRadiusTopRight(v) {
|
|
373
493
|
this.ensureActualCornerRadius();
|
|
374
|
-
|
|
375
|
-
this.i.gw
|
|
494
|
+
const __nv = +v;
|
|
495
|
+
if (this.i.gw.e === __nv) {
|
|
496
|
+
return;
|
|
497
|
+
}
|
|
498
|
+
const __copy = new CornerRadius(2);
|
|
499
|
+
__copy.e = __nv;
|
|
500
|
+
__copy.c = this.i.gw.c;
|
|
501
|
+
__copy.b = this.i.gw.b;
|
|
502
|
+
__copy.d = this.i.gw.d;
|
|
503
|
+
this.i.gw = __copy;
|
|
376
504
|
}
|
|
377
505
|
ensureActualCornerRadius() {
|
|
378
506
|
if (this.i.gw) {
|