igniteui-webcomponents-data-grids 6.0.1-beta.1 → 6.0.2-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-webcomponents-data-grids.umd.js +12298 -10495
- package/bundles/igniteui-webcomponents-data-grids.umd.min.js +1 -1
- package/esm2015/lib/AccessibilityRow.js +3 -3
- package/esm2015/lib/CanvasCellPresenterBase.js +14 -14
- package/esm2015/lib/CanvasContentCellModelHelper.js +18 -18
- package/esm2015/lib/CanvasDateTimeCellPresenter.js +9 -9
- package/esm2015/lib/CanvasGridCellBase.js +9 -9
- package/esm2015/lib/CanvasImageCellPresenter.js +10 -10
- package/esm2015/lib/CanvasNumericCellPresenter.js +9 -9
- package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +10 -10
- package/esm2015/lib/CanvasSummaryCell.js +1 -1
- package/esm2015/lib/CanvasSummaryCellPresenter.js +8 -8
- package/esm2015/lib/CanvasTemplateCellPresenter.js +4 -4
- package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +4 -4
- package/esm2015/lib/CanvasTextCellPresenter.js +10 -10
- package/esm2015/lib/CanvasTextHeaderCellPresenter.js +13 -13
- package/esm2015/lib/CellPresenterBase.js +64 -39
- package/esm2015/lib/CheckboxListView_combined.js +49 -49
- package/esm2015/lib/ColumnChooserView_combined.js +9 -9
- package/esm2015/lib/ColumnFilterCondition_combined.js +8409 -7998
- package/esm2015/lib/ColumnGroupingView_combined.js +5 -5
- package/esm2015/lib/ColumnPinningView_combined.js +11 -11
- package/esm2015/lib/ColumnSortDescription.js +6 -1
- package/esm2015/lib/ColumnSummaryDescription.js +6 -1
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +7 -7
- package/esm2015/lib/ContentCellModelHelper.js +46 -33
- package/esm2015/lib/DataGridCellLayoutPanel.js +19 -19
- package/esm2015/lib/DataGridScrollerKeyboardListener.js +15 -15
- package/esm2015/lib/DataGridToolbarView_combined.js +2 -2
- package/esm2015/lib/DateTimeCellPresenter.js +10 -10
- package/esm2015/lib/EditorCell.js +308 -308
- package/esm2015/lib/EditorCellPresenter.js +28 -28
- package/esm2015/lib/EditorRowCell.js +1 -1
- package/esm2015/lib/FilterCell.js +278 -278
- package/esm2015/lib/FilterCellPresenter.js +18 -18
- package/esm2015/lib/GridCellBase.js +587 -317
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +11 -11
- 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/GridConditionFilterStringErrorsParsingEventArgs.js +2 -14
- package/esm2015/lib/GridConditionalStyleFontInfo.js +26 -0
- package/esm2015/lib/GridConditionalStyleProperty.js +326 -205
- package/esm2015/lib/GridExternalWrapper.js +6 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +2 -2
- package/esm2015/lib/GridStyleRepository.js +1 -1
- package/esm2015/lib/ImageCell.js +62 -62
- package/esm2015/lib/ImageCellPresenter.js +18 -18
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +15 -15
- package/esm2015/lib/NumericCell.js +9 -5
- package/esm2015/lib/NumericCellPresenter.js +10 -10
- package/esm2015/lib/PropertyEditorView_combined.js +21 -21
- package/esm2015/lib/SectionHeaderCell.js +17 -17
- package/esm2015/lib/SectionHeaderCellPresenter.js +11 -11
- package/esm2015/lib/SummaryCell.js +41 -41
- package/esm2015/lib/SummaryCellPresenter.js +14 -14
- package/esm2015/lib/TemplateCell.js +16 -16
- package/esm2015/lib/TemplateCellPresenter.js +5 -5
- package/esm2015/lib/TemplateHeader.js +8 -8
- package/esm2015/lib/TemplateHeaderCell.js +6 -6
- package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
- package/esm2015/lib/TemplateHeaderCellPresenter.js +5 -5
- package/esm2015/lib/TemplateSectionHeader.js +2 -2
- package/esm2015/lib/TextCell.js +35 -30
- package/esm2015/lib/TextCellDecoration.js +33 -0
- package/esm2015/lib/TextCellPresenter.js +11 -11
- package/esm2015/lib/TextHeaderCell.js +157 -150
- package/esm2015/lib/TextHeaderCellPresenter.js +35 -35
- package/esm2015/lib/TextIconSetConditionalStyle.js +14 -9
- package/esm2015/lib/VerticalSeparatorCell.js +37 -37
- package/esm2015/lib/igc-cell-info.js +301 -190
- package/esm2015/lib/igc-column-moving-separator-component.js +9 -9
- package/esm2015/lib/igc-column-resizing-separator-component.js +6 -6
- package/esm2015/lib/igc-combo-box-column-component.js +10 -10
- package/esm2015/lib/igc-data-grid-column-component.js +284 -160
- package/esm2015/lib/igc-data-grid-component.js +64 -4
- package/esm2015/lib/igc-date-time-cell-info.js +12 -12
- package/esm2015/lib/igc-date-time-column-component.js +23 -23
- package/esm2015/lib/igc-definition-base-component.js +66 -65
- 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-grid-condition-filter-string-errors-parsing-event-args.js +4 -4
- package/esm2015/lib/igc-grid-conditional-style-font-info-component.js +214 -0
- package/esm2015/lib/igc-grid-conditional-style-font-info-module.js +16 -0
- package/esm2015/lib/igc-grid-conditional-style-property-component.js +101 -35
- package/esm2015/lib/igc-header-component.js +24 -24
- package/esm2015/lib/igc-image-cell-info.js +6 -6
- package/esm2015/lib/igc-image-column-component.js +12 -12
- package/esm2015/lib/igc-numeric-cell-info.js +26 -26
- package/esm2015/lib/igc-numeric-column-component.js +35 -35
- package/esm2015/lib/igc-section-header-cell-info.js +6 -6
- package/esm2015/lib/igc-section-header-component.js +24 -24
- package/esm2015/lib/igc-summary-cell-info.js +9 -9
- package/esm2015/lib/igc-summary-row-component.js +24 -24
- package/esm2015/lib/igc-template-cell-info.js +2 -2
- package/esm2015/lib/igc-template-header-cell-info.js +2 -2
- package/esm2015/lib/igc-text-cell-info.js +2 -2
- package/esm2015/lib/igc-text-column-component.js +9 -9
- package/esm2015/lib/igc-text-header-cell-info.js +10 -10
- package/esm2015/public_api.js +4 -0
- package/esm5/lib/AccessibilityRow.js +3 -3
- package/esm5/lib/CanvasCellPresenterBase.js +14 -14
- package/esm5/lib/CanvasContentCellModelHelper.js +18 -18
- package/esm5/lib/CanvasDateTimeCellPresenter.js +9 -9
- package/esm5/lib/CanvasGridCellBase.js +9 -9
- package/esm5/lib/CanvasImageCellPresenter.js +10 -10
- package/esm5/lib/CanvasNumericCellPresenter.js +9 -9
- package/esm5/lib/CanvasSectionHeaderCellPresenter.js +10 -10
- package/esm5/lib/CanvasSummaryCell.js +1 -1
- package/esm5/lib/CanvasSummaryCellPresenter.js +8 -8
- package/esm5/lib/CanvasTemplateCellPresenter.js +4 -4
- package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +4 -4
- package/esm5/lib/CanvasTextCellPresenter.js +10 -10
- package/esm5/lib/CanvasTextHeaderCellPresenter.js +13 -13
- package/esm5/lib/CellPresenterBase.js +64 -39
- package/esm5/lib/CheckboxListView_combined.js +49 -49
- package/esm5/lib/ColumnChooserView_combined.js +9 -9
- package/esm5/lib/ColumnFilterCondition_combined.js +8205 -7695
- package/esm5/lib/ColumnGroupingView_combined.js +5 -5
- package/esm5/lib/ColumnPinningView_combined.js +11 -11
- package/esm5/lib/ColumnSortDescription.js +6 -1
- package/esm5/lib/ColumnSummaryDescription.js +6 -1
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +7 -7
- package/esm5/lib/ContentCellModelHelper.js +46 -33
- package/esm5/lib/DataGridCellLayoutPanel.js +19 -19
- package/esm5/lib/DataGridScrollerKeyboardListener.js +15 -15
- package/esm5/lib/DataGridToolbarView_combined.js +2 -2
- package/esm5/lib/DateTimeCellPresenter.js +10 -10
- package/esm5/lib/EditorCell.js +291 -291
- package/esm5/lib/EditorCellPresenter.js +28 -28
- package/esm5/lib/EditorRowCell.js +1 -1
- package/esm5/lib/FilterCell.js +266 -266
- package/esm5/lib/FilterCellPresenter.js +18 -18
- package/esm5/lib/GridCellBase.js +625 -311
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +11 -11
- 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/GridConditionFilterStringErrorsParsingEventArgs.js +2 -22
- package/esm5/lib/GridConditionalStyleFontInfo.js +32 -0
- package/esm5/lib/GridConditionalStyleProperty.js +343 -194
- package/esm5/lib/GridExternalWrapper.js +6 -6
- package/esm5/lib/GridFilterDialogView_combined.js +2 -2
- package/esm5/lib/GridStyleRepository.js +1 -1
- package/esm5/lib/ImageCell.js +61 -61
- package/esm5/lib/ImageCellPresenter.js +18 -18
- package/esm5/lib/MultiColumnComboBoxView_combined.js +15 -15
- package/esm5/lib/NumericCell.js +9 -5
- package/esm5/lib/NumericCellPresenter.js +10 -10
- package/esm5/lib/PropertyEditorView_combined.js +21 -21
- package/esm5/lib/SectionHeaderCell.js +17 -17
- package/esm5/lib/SectionHeaderCellPresenter.js +11 -11
- package/esm5/lib/SummaryCell.js +41 -41
- package/esm5/lib/SummaryCellPresenter.js +14 -14
- package/esm5/lib/TemplateCell.js +16 -16
- package/esm5/lib/TemplateCellPresenter.js +5 -5
- package/esm5/lib/TemplateHeader.js +8 -8
- package/esm5/lib/TemplateHeaderCell.js +6 -6
- package/esm5/lib/TemplateHeaderCellModel.js +17 -17
- package/esm5/lib/TemplateHeaderCellPresenter.js +5 -5
- package/esm5/lib/TemplateSectionHeader.js +2 -2
- package/esm5/lib/TextCell.js +35 -30
- package/esm5/lib/TextCellDecoration.js +33 -0
- package/esm5/lib/TextCellPresenter.js +11 -11
- package/esm5/lib/TextHeaderCell.js +155 -148
- package/esm5/lib/TextHeaderCellPresenter.js +35 -35
- package/esm5/lib/TextIconSetConditionalStyle.js +14 -9
- package/esm5/lib/VerticalSeparatorCell.js +37 -37
- package/esm5/lib/igc-cell-info.js +349 -190
- package/esm5/lib/igc-column-moving-separator-component.js +9 -9
- package/esm5/lib/igc-column-resizing-separator-component.js +6 -6
- package/esm5/lib/igc-combo-box-column-component.js +10 -10
- package/esm5/lib/igc-data-grid-column-component.js +332 -160
- package/esm5/lib/igc-data-grid-component.js +68 -4
- package/esm5/lib/igc-date-time-cell-info.js +12 -12
- package/esm5/lib/igc-date-time-column-component.js +23 -23
- package/esm5/lib/igc-definition-base-component.js +66 -65
- 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-grid-condition-filter-string-errors-parsing-event-args.js +4 -4
- package/esm5/lib/igc-grid-conditional-style-font-info-component.js +232 -0
- package/esm5/lib/igc-grid-conditional-style-font-info-module.js +20 -0
- package/esm5/lib/igc-grid-conditional-style-property-component.js +128 -34
- package/esm5/lib/igc-header-component.js +24 -24
- package/esm5/lib/igc-image-cell-info.js +6 -6
- package/esm5/lib/igc-image-column-component.js +12 -12
- package/esm5/lib/igc-numeric-cell-info.js +26 -26
- package/esm5/lib/igc-numeric-column-component.js +35 -35
- package/esm5/lib/igc-section-header-cell-info.js +6 -6
- package/esm5/lib/igc-section-header-component.js +24 -24
- package/esm5/lib/igc-summary-cell-info.js +9 -9
- package/esm5/lib/igc-summary-row-component.js +24 -24
- package/esm5/lib/igc-template-cell-info.js +2 -2
- package/esm5/lib/igc-template-header-cell-info.js +2 -2
- package/esm5/lib/igc-text-cell-info.js +2 -2
- package/esm5/lib/igc-text-column-component.js +9 -9
- package/esm5/lib/igc-text-header-cell-info.js +10 -10
- package/esm5/public_api.js +4 -0
- package/fesm2015/igniteui-webcomponents-data-grids.js +12290 -10806
- package/fesm5/igniteui-webcomponents-data-grids.js +12295 -10497
- package/lib/ColumnFilterCondition_combined.d.ts +1999 -1901
- package/lib/ContentCellModelHelper.d.ts +4 -4
- package/lib/EditorCell.d.ts +74 -74
- package/lib/FilterCell.d.ts +61 -61
- package/lib/GridCellBase.d.ts +140 -95
- package/lib/GridConditionFilterStringErrorsParsingEventArgs.d.ts +2 -6
- package/lib/GridConditionalStyleFontInfo.d.ts +11 -0
- package/lib/GridConditionalStyleProperty.d.ts +84 -61
- package/lib/ImageCell.d.ts +20 -20
- package/lib/MultiColumnComboBoxView_combined.d.ts +1 -1
- package/lib/NumericCell.d.ts +2 -1
- package/lib/SectionHeaderCell.d.ts +4 -4
- package/lib/SummaryCell.d.ts +11 -11
- package/lib/TemplateCell.d.ts +6 -6
- package/lib/TemplateHeader.d.ts +3 -3
- package/lib/TemplateHeaderCell.d.ts +3 -3
- package/lib/TemplateHeaderCellModel.d.ts +7 -7
- package/lib/TemplateSectionHeader.d.ts +2 -2
- package/lib/TextCell.d.ts +10 -8
- package/lib/TextCellDecoration.d.ts +26 -0
- package/lib/TextHeaderCell.d.ts +37 -35
- package/lib/VerticalSeparatorCell.d.ts +9 -9
- package/lib/igc-cell-info.d.ts +58 -0
- package/lib/igc-data-grid-column-component.d.ts +62 -1
- package/lib/igc-data-grid-component.d.ts +15 -1
- package/lib/igc-definition-base-component.d.ts +1 -1
- package/lib/igc-grid-conditional-style-font-info-component.d.ts +44 -0
- package/lib/igc-grid-conditional-style-font-info-module.d.ts +3 -0
- package/lib/igc-grid-conditional-style-property-component.d.ts +17 -2
- package/package.json +4 -4
- package/public_api.d.ts +4 -0
|
@@ -5,6 +5,7 @@ import { CellContentVerticalAlignment_$type } from "./CellContentVerticalAlignme
|
|
|
5
5
|
import { TextCellLineBreakMode_$type } from "./TextCellLineBreakMode";
|
|
6
6
|
import { IgcDataBindingEventArgs } from "./igc-data-binding-event-args";
|
|
7
7
|
import { IgcCellStyleRequestedEventArgs } from "./igc-cell-style-requested-event-args";
|
|
8
|
+
import { CellPropertyAnimationType_$type } from "./CellPropertyAnimationType";
|
|
8
9
|
import { TypeRegistrar } from "igniteui-webcomponents-core";
|
|
9
10
|
import { ensureBool, NamePatcher, getAllPropertyNames, fromSpinal, toSpinal, brushToString, stringToBrush, ensureEnum, enumToString, initializePropertiesFromCss, CollectionAdapter } from "igniteui-webcomponents-core";
|
|
10
11
|
import { FontInfo } from "igniteui-webcomponents-core";
|
|
@@ -301,11 +302,11 @@ var IgcDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
301
302
|
* Gets or sets the background color to use.
|
|
302
303
|
*/
|
|
303
304
|
get: function () {
|
|
304
|
-
return brushToString(this.i.
|
|
305
|
+
return brushToString(this.i.gf);
|
|
305
306
|
},
|
|
306
307
|
set: function (v) {
|
|
307
|
-
this.i.
|
|
308
|
-
this._a("background", brushToString(this.i.
|
|
308
|
+
this.i.gf = stringToBrush(v);
|
|
309
|
+
this._a("background", brushToString(this.i.gf));
|
|
309
310
|
},
|
|
310
311
|
enumerable: false,
|
|
311
312
|
configurable: true
|
|
@@ -369,11 +370,11 @@ var IgcDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
369
370
|
* Gets or sets the background color to use.
|
|
370
371
|
*/
|
|
371
372
|
get: function () {
|
|
372
|
-
return brushToString(this.i.
|
|
373
|
+
return brushToString(this.i.gi);
|
|
373
374
|
},
|
|
374
375
|
set: function (v) {
|
|
375
|
-
this.i.
|
|
376
|
-
this._a("border", brushToString(this.i.
|
|
376
|
+
this.i.gi = stringToBrush(v);
|
|
377
|
+
this._a("border", brushToString(this.i.gi));
|
|
377
378
|
},
|
|
378
379
|
enumerable: false,
|
|
379
380
|
configurable: true
|
|
@@ -383,11 +384,11 @@ var IgcDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
383
384
|
* Gets or sets the background color to use.
|
|
384
385
|
*/
|
|
385
386
|
get: function () {
|
|
386
|
-
return brushToString(this.i.
|
|
387
|
+
return brushToString(this.i.f4);
|
|
387
388
|
},
|
|
388
389
|
set: function (v) {
|
|
389
|
-
this.i.
|
|
390
|
-
this._a("activationBorder", brushToString(this.i.
|
|
390
|
+
this.i.f4 = stringToBrush(v);
|
|
391
|
+
this._a("activationBorder", brushToString(this.i.f4));
|
|
391
392
|
},
|
|
392
393
|
enumerable: false,
|
|
393
394
|
configurable: true
|
|
@@ -397,11 +398,11 @@ var IgcDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
397
398
|
* Gets or sets the error border color to use.
|
|
398
399
|
*/
|
|
399
400
|
get: function () {
|
|
400
|
-
return brushToString(this.i.
|
|
401
|
+
return brushToString(this.i.gj);
|
|
401
402
|
},
|
|
402
403
|
set: function (v) {
|
|
403
|
-
this.i.
|
|
404
|
-
this._a("errorBorder", brushToString(this.i.
|
|
404
|
+
this.i.gj = stringToBrush(v);
|
|
405
|
+
this._a("errorBorder", brushToString(this.i.gj));
|
|
405
406
|
},
|
|
406
407
|
enumerable: false,
|
|
407
408
|
configurable: true
|
|
@@ -411,11 +412,11 @@ var IgcDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
411
412
|
* Gets the actual border color that will be used.
|
|
412
413
|
*/
|
|
413
414
|
get: function () {
|
|
414
|
-
return brushToString(this.i.
|
|
415
|
+
return brushToString(this.i.f9);
|
|
415
416
|
},
|
|
416
417
|
set: function (v) {
|
|
417
|
-
this.i.
|
|
418
|
-
this._a("actualBorder", brushToString(this.i.
|
|
418
|
+
this.i.f9 = stringToBrush(v);
|
|
419
|
+
this._a("actualBorder", brushToString(this.i.f9));
|
|
419
420
|
},
|
|
420
421
|
enumerable: false,
|
|
421
422
|
configurable: true
|
|
@@ -581,11 +582,11 @@ var IgcDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
581
582
|
* Gets the actual background color that will be used.
|
|
582
583
|
*/
|
|
583
584
|
get: function () {
|
|
584
|
-
return brushToString(this.i.
|
|
585
|
+
return brushToString(this.i.f6);
|
|
585
586
|
},
|
|
586
587
|
set: function (v) {
|
|
587
|
-
this.i.
|
|
588
|
-
this._a("actualBackground", brushToString(this.i.
|
|
588
|
+
this.i.f6 = stringToBrush(v);
|
|
589
|
+
this._a("actualBackground", brushToString(this.i.f6));
|
|
589
590
|
},
|
|
590
591
|
enumerable: false,
|
|
591
592
|
configurable: true
|
|
@@ -595,11 +596,11 @@ var IgcDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
595
596
|
* Gets the actual background color that will be used.
|
|
596
597
|
*/
|
|
597
598
|
get: function () {
|
|
598
|
-
return brushToString(this.i.
|
|
599
|
+
return brushToString(this.i.f5);
|
|
599
600
|
},
|
|
600
601
|
set: function (v) {
|
|
601
|
-
this.i.
|
|
602
|
-
this._a("actualActivationBorder", brushToString(this.i.
|
|
602
|
+
this.i.f5 = stringToBrush(v);
|
|
603
|
+
this._a("actualActivationBorder", brushToString(this.i.f5));
|
|
603
604
|
},
|
|
604
605
|
enumerable: false,
|
|
605
606
|
configurable: true
|
|
@@ -609,11 +610,11 @@ var IgcDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
609
610
|
* Gets the actual error border color that will be used.
|
|
610
611
|
*/
|
|
611
612
|
get: function () {
|
|
612
|
-
return brushToString(this.i.
|
|
613
|
+
return brushToString(this.i.ga);
|
|
613
614
|
},
|
|
614
615
|
set: function (v) {
|
|
615
|
-
this.i.
|
|
616
|
-
this._a("actualErrorBorder", brushToString(this.i.
|
|
616
|
+
this.i.ga = stringToBrush(v);
|
|
617
|
+
this._a("actualErrorBorder", brushToString(this.i.ga));
|
|
617
618
|
},
|
|
618
619
|
enumerable: false,
|
|
619
620
|
configurable: true
|
|
@@ -623,11 +624,11 @@ var IgcDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
623
624
|
* Gets or sets the background color for content that sticks to the top of the grid.
|
|
624
625
|
*/
|
|
625
626
|
get: function () {
|
|
626
|
-
return brushToString(this.i.
|
|
627
|
+
return brushToString(this.i.gx);
|
|
627
628
|
},
|
|
628
629
|
set: function (v) {
|
|
629
|
-
this.i.
|
|
630
|
-
this._a("stickyRowBackground", brushToString(this.i.
|
|
630
|
+
this.i.gx = stringToBrush(v);
|
|
631
|
+
this._a("stickyRowBackground", brushToString(this.i.gx));
|
|
631
632
|
},
|
|
632
633
|
enumerable: false,
|
|
633
634
|
configurable: true
|
|
@@ -637,11 +638,11 @@ var IgcDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
637
638
|
* Gets the actual background color for content that sticks to the top of the grid.
|
|
638
639
|
*/
|
|
639
640
|
get: function () {
|
|
640
|
-
return brushToString(this.i.
|
|
641
|
+
return brushToString(this.i.gd);
|
|
641
642
|
},
|
|
642
643
|
set: function (v) {
|
|
643
|
-
this.i.
|
|
644
|
-
this._a("actualStickyRowBackground", brushToString(this.i.
|
|
644
|
+
this.i.gd = stringToBrush(v);
|
|
645
|
+
this._a("actualStickyRowBackground", brushToString(this.i.gd));
|
|
645
646
|
},
|
|
646
647
|
enumerable: false,
|
|
647
648
|
configurable: true
|
|
@@ -651,11 +652,11 @@ var IgcDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
651
652
|
* Gets or sets the background color for cells belonging to rows marked as pinned.
|
|
652
653
|
*/
|
|
653
654
|
get: function () {
|
|
654
|
-
return brushToString(this.i.
|
|
655
|
+
return brushToString(this.i.gw);
|
|
655
656
|
},
|
|
656
657
|
set: function (v) {
|
|
657
|
-
this.i.
|
|
658
|
-
this._a("pinnedRowBackground", brushToString(this.i.
|
|
658
|
+
this.i.gw = stringToBrush(v);
|
|
659
|
+
this._a("pinnedRowBackground", brushToString(this.i.gw));
|
|
659
660
|
},
|
|
660
661
|
enumerable: false,
|
|
661
662
|
configurable: true
|
|
@@ -665,11 +666,11 @@ var IgcDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
665
666
|
* Gets the actual background color for cells belonging to rows marked as pinned.
|
|
666
667
|
*/
|
|
667
668
|
get: function () {
|
|
668
|
-
return brushToString(this.i.
|
|
669
|
+
return brushToString(this.i.gc);
|
|
669
670
|
},
|
|
670
671
|
set: function (v) {
|
|
671
|
-
this.i.
|
|
672
|
-
this._a("actualPinnedRowBackground", brushToString(this.i.
|
|
672
|
+
this.i.gc = stringToBrush(v);
|
|
673
|
+
this._a("actualPinnedRowBackground", brushToString(this.i.gc));
|
|
673
674
|
},
|
|
674
675
|
enumerable: false,
|
|
675
676
|
configurable: true
|
|
@@ -679,11 +680,11 @@ var IgcDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
679
680
|
* Gets or sets the color for the last row in the sticky row area.
|
|
680
681
|
*/
|
|
681
682
|
get: function () {
|
|
682
|
-
return brushToString(this.i.
|
|
683
|
+
return brushToString(this.i.gv);
|
|
683
684
|
},
|
|
684
685
|
set: function (v) {
|
|
685
|
-
this.i.
|
|
686
|
-
this._a("lastStickyRowBackground", brushToString(this.i.
|
|
686
|
+
this.i.gv = stringToBrush(v);
|
|
687
|
+
this._a("lastStickyRowBackground", brushToString(this.i.gv));
|
|
687
688
|
},
|
|
688
689
|
enumerable: false,
|
|
689
690
|
configurable: true
|
|
@@ -693,11 +694,11 @@ var IgcDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
693
694
|
* Gets the actual color for the last row in the sticky row area.
|
|
694
695
|
*/
|
|
695
696
|
get: function () {
|
|
696
|
-
return brushToString(this.i.
|
|
697
|
+
return brushToString(this.i.gb);
|
|
697
698
|
},
|
|
698
699
|
set: function (v) {
|
|
699
|
-
this.i.
|
|
700
|
-
this._a("actualLastStickyRowBackground", brushToString(this.i.
|
|
700
|
+
this.i.gb = stringToBrush(v);
|
|
701
|
+
this._a("actualLastStickyRowBackground", brushToString(this.i.gb));
|
|
701
702
|
},
|
|
702
703
|
enumerable: false,
|
|
703
704
|
configurable: true
|
|
@@ -777,11 +778,11 @@ var IgcDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
777
778
|
* Gets or sets the color to use for displaying text.
|
|
778
779
|
*/
|
|
779
780
|
get: function () {
|
|
780
|
-
return brushToString(this.i.
|
|
781
|
+
return brushToString(this.i.gy);
|
|
781
782
|
},
|
|
782
783
|
set: function (v) {
|
|
783
|
-
this.i.
|
|
784
|
-
this._a("textColor", brushToString(this.i.
|
|
784
|
+
this.i.gy = stringToBrush(v);
|
|
785
|
+
this._a("textColor", brushToString(this.i.gy));
|
|
785
786
|
},
|
|
786
787
|
enumerable: false,
|
|
787
788
|
configurable: true
|
|
@@ -791,11 +792,11 @@ var IgcDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
791
792
|
* Gets the actual color used for displaying text.
|
|
792
793
|
*/
|
|
793
794
|
get: function () {
|
|
794
|
-
return brushToString(this.i.
|
|
795
|
+
return brushToString(this.i.ge);
|
|
795
796
|
},
|
|
796
797
|
set: function (v) {
|
|
797
|
-
this.i.
|
|
798
|
-
this._a("actualTextColor", brushToString(this.i.
|
|
798
|
+
this.i.ge = stringToBrush(v);
|
|
799
|
+
this._a("actualTextColor", brushToString(this.i.ge));
|
|
799
800
|
},
|
|
800
801
|
enumerable: false,
|
|
801
802
|
configurable: true
|
|
@@ -819,11 +820,11 @@ var IgcDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
819
820
|
* Gets or sets the color to use for value bars.
|
|
820
821
|
*/
|
|
821
822
|
get: function () {
|
|
822
|
-
return brushToString(this.i.
|
|
823
|
+
return brushToString(this.i.gg);
|
|
823
824
|
},
|
|
824
825
|
set: function (v) {
|
|
825
|
-
this.i.
|
|
826
|
-
this._a("barBackground", brushToString(this.i.
|
|
826
|
+
this.i.gg = stringToBrush(v);
|
|
827
|
+
this._a("barBackground", brushToString(this.i.gg));
|
|
827
828
|
},
|
|
828
829
|
enumerable: false,
|
|
829
830
|
configurable: true
|
|
@@ -833,11 +834,11 @@ var IgcDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
833
834
|
* Gets the actual color used for value bars.
|
|
834
835
|
*/
|
|
835
836
|
get: function () {
|
|
836
|
-
return brushToString(this.i.
|
|
837
|
+
return brushToString(this.i.f7);
|
|
837
838
|
},
|
|
838
839
|
set: function (v) {
|
|
839
|
-
this.i.
|
|
840
|
-
this._a("actualBarBackground", brushToString(this.i.
|
|
840
|
+
this.i.f7 = stringToBrush(v);
|
|
841
|
+
this._a("actualBarBackground", brushToString(this.i.f7));
|
|
841
842
|
},
|
|
842
843
|
enumerable: false,
|
|
843
844
|
configurable: true
|
|
@@ -847,11 +848,11 @@ var IgcDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
847
848
|
* Gets or sets the Outline color to use for value bars.
|
|
848
849
|
*/
|
|
849
850
|
get: function () {
|
|
850
|
-
return brushToString(this.i.
|
|
851
|
+
return brushToString(this.i.gh);
|
|
851
852
|
},
|
|
852
853
|
set: function (v) {
|
|
853
|
-
this.i.
|
|
854
|
-
this._a("barOutline", brushToString(this.i.
|
|
854
|
+
this.i.gh = stringToBrush(v);
|
|
855
|
+
this._a("barOutline", brushToString(this.i.gh));
|
|
855
856
|
},
|
|
856
857
|
enumerable: false,
|
|
857
858
|
configurable: true
|
|
@@ -861,11 +862,11 @@ var IgcDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
861
862
|
* Gets the actual Outline color used for value bars.
|
|
862
863
|
*/
|
|
863
864
|
get: function () {
|
|
864
|
-
return brushToString(this.i.
|
|
865
|
+
return brushToString(this.i.f8);
|
|
865
866
|
},
|
|
866
867
|
set: function (v) {
|
|
867
|
-
this.i.
|
|
868
|
-
this._a("actualBarOutline", brushToString(this.i.
|
|
868
|
+
this.i.f8 = stringToBrush(v);
|
|
869
|
+
this._a("actualBarOutline", brushToString(this.i.f8));
|
|
869
870
|
},
|
|
870
871
|
enumerable: false,
|
|
871
872
|
configurable: true
|
|
@@ -989,17 +990,17 @@ var IgcDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
989
990
|
return null;
|
|
990
991
|
};
|
|
991
992
|
IgcDefinitionBaseComponent.prototype.transitionStyleOut = function (style) {
|
|
992
|
-
this.i.
|
|
993
|
+
this.i.e4((style == null ? null : style.i));
|
|
993
994
|
};
|
|
994
995
|
IgcDefinitionBaseComponent.prototype.transitionStyleIn = function (style) {
|
|
995
|
-
this.i.
|
|
996
|
+
this.i.e3((style == null ? null : style.i));
|
|
996
997
|
};
|
|
997
998
|
IgcDefinitionBaseComponent.prototype.isStyleTransitioningOut = function (style) {
|
|
998
999
|
var iv = this.i.as((style == null ? null : style.i));
|
|
999
1000
|
return (iv);
|
|
1000
1001
|
};
|
|
1001
1002
|
IgcDefinitionBaseComponent.prototype.setNamedValue = function (valueName, animationType, value) {
|
|
1002
|
-
this.i.
|
|
1003
|
+
this.i.e2(valueName, ensureEnum(CellPropertyAnimationType_$type, animationType), value);
|
|
1003
1004
|
};
|
|
1004
1005
|
/**
|
|
1005
1006
|
* Returns if this definition has named value.
|
|
@@ -1024,7 +1025,7 @@ var IgcDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1024
1025
|
* @param valueName * The named value name to remove.
|
|
1025
1026
|
*/
|
|
1026
1027
|
IgcDefinitionBaseComponent.prototype.removeNamedValue = function (valueName) {
|
|
1027
|
-
this.i.
|
|
1028
|
+
this.i.ex(valueName);
|
|
1028
1029
|
};
|
|
1029
1030
|
/**
|
|
1030
1031
|
* Gets the value for a named value from this definition.
|
|
@@ -1032,7 +1033,7 @@ var IgcDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1032
1033
|
* @param valueName * The named value name to check for.
|
|
1033
1034
|
*/
|
|
1034
1035
|
IgcDefinitionBaseComponent.prototype.getNamedValue = function (valueName) {
|
|
1035
|
-
var iv = this.i.
|
|
1036
|
+
var iv = this.i.cp(valueName);
|
|
1036
1037
|
return (iv);
|
|
1037
1038
|
};
|
|
1038
1039
|
Object.defineProperty(IgcDefinitionBaseComponent.prototype, "dataBinding", {
|
|
@@ -30,7 +30,7 @@ var IgcEditorCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
30
30
|
* Gets whether the editor cell is hidden or not.
|
|
31
31
|
*/
|
|
32
32
|
get: function () {
|
|
33
|
-
return this.i.
|
|
33
|
+
return this.i.n8;
|
|
34
34
|
},
|
|
35
35
|
enumerable: false,
|
|
36
36
|
configurable: true
|
|
@@ -40,14 +40,14 @@ var IgcEditorCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
40
40
|
* Gets or sets the edit target for this cell.
|
|
41
41
|
*/
|
|
42
42
|
get: function () {
|
|
43
|
-
var r = this.i.
|
|
43
|
+
var r = this.i.n1;
|
|
44
44
|
if (r == null) {
|
|
45
45
|
return null;
|
|
46
46
|
}
|
|
47
47
|
return r.externalObject;
|
|
48
48
|
},
|
|
49
49
|
set: function (v) {
|
|
50
|
-
v == null ? this.i.
|
|
50
|
+
v == null ? this.i.n1 = null : this.i.n1 = v.i;
|
|
51
51
|
},
|
|
52
52
|
enumerable: false,
|
|
53
53
|
configurable: true
|
|
@@ -57,10 +57,10 @@ var IgcEditorCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
57
57
|
* Gets or sets the data type associated with the cell being edited.
|
|
58
58
|
*/
|
|
59
59
|
get: function () {
|
|
60
|
-
return this.i.
|
|
60
|
+
return this.i.nz;
|
|
61
61
|
},
|
|
62
62
|
set: function (v) {
|
|
63
|
-
this.i.
|
|
63
|
+
this.i.nz = ensureEnum(DataSourceSchemaPropertyType_$type, v);
|
|
64
64
|
},
|
|
65
65
|
enumerable: false,
|
|
66
66
|
configurable: true
|
|
@@ -70,10 +70,10 @@ var IgcEditorCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
70
70
|
* Gets or sets the error message to display in the editor cell.
|
|
71
71
|
*/
|
|
72
72
|
get: function () {
|
|
73
|
-
return this.i.
|
|
73
|
+
return this.i.o4;
|
|
74
74
|
},
|
|
75
75
|
set: function (v) {
|
|
76
|
-
this.i.
|
|
76
|
+
this.i.o4 = v;
|
|
77
77
|
},
|
|
78
78
|
enumerable: false,
|
|
79
79
|
configurable: true
|
|
@@ -83,10 +83,10 @@ var IgcEditorCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
83
83
|
* Gets or sets the user selected value.
|
|
84
84
|
*/
|
|
85
85
|
get: function () {
|
|
86
|
-
return this.i.
|
|
86
|
+
return this.i.or;
|
|
87
87
|
},
|
|
88
88
|
set: function (v) {
|
|
89
|
-
this.i.
|
|
89
|
+
this.i.or = v;
|
|
90
90
|
},
|
|
91
91
|
enumerable: false,
|
|
92
92
|
configurable: true
|
|
@@ -96,10 +96,10 @@ var IgcEditorCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
96
96
|
* Gets or sets the type of editor to use while cell editing.
|
|
97
97
|
*/
|
|
98
98
|
get: function () {
|
|
99
|
-
return this.i.
|
|
99
|
+
return this.i.n3;
|
|
100
100
|
},
|
|
101
101
|
set: function (v) {
|
|
102
|
-
this.i.
|
|
102
|
+
this.i.n3 = ensureEnum(EditorType_$type, v);
|
|
103
103
|
},
|
|
104
104
|
enumerable: false,
|
|
105
105
|
configurable: true
|
|
@@ -109,10 +109,10 @@ var IgcEditorCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
109
109
|
* Gets or sets the data source to use for the editor where it makes sense.
|
|
110
110
|
*/
|
|
111
111
|
get: function () {
|
|
112
|
-
return this.i.
|
|
112
|
+
return this.i.oq;
|
|
113
113
|
},
|
|
114
114
|
set: function (v) {
|
|
115
|
-
this.i.
|
|
115
|
+
this.i.oq = v;
|
|
116
116
|
},
|
|
117
117
|
enumerable: false,
|
|
118
118
|
configurable: true
|
|
@@ -122,10 +122,10 @@ var IgcEditorCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
122
122
|
* Gets or sets the editors display member.
|
|
123
123
|
*/
|
|
124
124
|
get: function () {
|
|
125
|
-
return this.i.
|
|
125
|
+
return this.i.oz;
|
|
126
126
|
},
|
|
127
127
|
set: function (v) {
|
|
128
|
-
this.i.
|
|
128
|
+
this.i.oz = v;
|
|
129
129
|
},
|
|
130
130
|
enumerable: false,
|
|
131
131
|
configurable: true
|
|
@@ -135,34 +135,34 @@ var IgcEditorCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
135
135
|
* Gets or sets the editors value member.
|
|
136
136
|
*/
|
|
137
137
|
get: function () {
|
|
138
|
-
return this.i.
|
|
138
|
+
return this.i.nx;
|
|
139
139
|
},
|
|
140
140
|
set: function (v) {
|
|
141
141
|
if (v && !Array.isArray(v) && typeof (v) == "string") {
|
|
142
142
|
var re = /\s*(?:,|\s|$)\s*/gm;
|
|
143
143
|
v = v.split(re);
|
|
144
144
|
}
|
|
145
|
-
this.i.
|
|
145
|
+
this.i.nx = v;
|
|
146
146
|
},
|
|
147
147
|
enumerable: false,
|
|
148
148
|
configurable: true
|
|
149
149
|
});
|
|
150
150
|
Object.defineProperty(IgcEditorCellInfo.prototype, "dateFormatString", {
|
|
151
151
|
get: function () {
|
|
152
|
-
return this.i.
|
|
152
|
+
return this.i.ow;
|
|
153
153
|
},
|
|
154
154
|
set: function (v) {
|
|
155
|
-
this.i.
|
|
155
|
+
this.i.ow = v;
|
|
156
156
|
},
|
|
157
157
|
enumerable: false,
|
|
158
158
|
configurable: true
|
|
159
159
|
});
|
|
160
160
|
Object.defineProperty(IgcEditorCellInfo.prototype, "showTodayButton", {
|
|
161
161
|
get: function () {
|
|
162
|
-
return this.i.
|
|
162
|
+
return this.i.n9;
|
|
163
163
|
},
|
|
164
164
|
set: function (v) {
|
|
165
|
-
this.i.
|
|
165
|
+
this.i.n9 = ensureBool(v);
|
|
166
166
|
},
|
|
167
167
|
enumerable: false,
|
|
168
168
|
configurable: true
|
|
@@ -172,7 +172,7 @@ var IgcEditorCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
172
172
|
* Gets the row index that the editor cell is targeting for edit.
|
|
173
173
|
*/
|
|
174
174
|
get: function () {
|
|
175
|
-
return this.i.
|
|
175
|
+
return this.i.oo;
|
|
176
176
|
},
|
|
177
177
|
enumerable: false,
|
|
178
178
|
configurable: true
|
|
@@ -182,7 +182,7 @@ var IgcEditorCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
182
182
|
* Gets the column index that the editor cell is targeting for edit.
|
|
183
183
|
*/
|
|
184
184
|
get: function () {
|
|
185
|
-
return this.i.
|
|
185
|
+
return this.i.on;
|
|
186
186
|
},
|
|
187
187
|
enumerable: false,
|
|
188
188
|
configurable: true
|
|
@@ -35,10 +35,10 @@ var IgcFilterCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
35
35
|
* Gets or sets whether the cell is hit test visible.
|
|
36
36
|
*/
|
|
37
37
|
get: function () {
|
|
38
|
-
return this.i.
|
|
38
|
+
return this.i.n1;
|
|
39
39
|
},
|
|
40
40
|
set: function (v) {
|
|
41
|
-
this.i.
|
|
41
|
+
this.i.n1 = ensureEnum(DataSourceSchemaPropertyType_$type, v);
|
|
42
42
|
},
|
|
43
43
|
enumerable: false,
|
|
44
44
|
configurable: true
|
|
@@ -48,10 +48,10 @@ var IgcFilterCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
48
48
|
* Gets or sets the current filter to display in the cell.
|
|
49
49
|
*/
|
|
50
50
|
get: function () {
|
|
51
|
-
return this.i.
|
|
51
|
+
return this.i.nz;
|
|
52
52
|
},
|
|
53
53
|
set: function (v) {
|
|
54
|
-
this.i.
|
|
54
|
+
this.i.nz = v;
|
|
55
55
|
},
|
|
56
56
|
enumerable: false,
|
|
57
57
|
configurable: true
|
|
@@ -61,10 +61,10 @@ var IgcFilterCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
61
61
|
* Gets or sets the current filter expression applied to the column.
|
|
62
62
|
*/
|
|
63
63
|
get: function () {
|
|
64
|
-
return this.i.
|
|
64
|
+
return this.i.n3;
|
|
65
65
|
},
|
|
66
66
|
set: function (v) {
|
|
67
|
-
this.i.
|
|
67
|
+
this.i.n3 = v;
|
|
68
68
|
},
|
|
69
69
|
enumerable: false,
|
|
70
70
|
configurable: true
|
|
@@ -73,12 +73,12 @@ var IgcFilterCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
73
73
|
get: function () {
|
|
74
74
|
if (this._filterOperands === null) {
|
|
75
75
|
var coll = new IgcGridFilterOperandsCollection();
|
|
76
|
-
var innerColl = this.i.
|
|
76
|
+
var innerColl = this.i.n5;
|
|
77
77
|
if (!innerColl) {
|
|
78
78
|
innerColl = new GridFilterOperandsCollection_internal();
|
|
79
79
|
}
|
|
80
80
|
this._filterOperands = coll._fromInner(innerColl);
|
|
81
|
-
this.i.
|
|
81
|
+
this.i.n5 = innerColl;
|
|
82
82
|
}
|
|
83
83
|
return this._filterOperands;
|
|
84
84
|
},
|
|
@@ -90,94 +90,94 @@ var IgcFilterCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
90
90
|
var coll = new IgcGridFilterOperandsCollection();
|
|
91
91
|
this._filterOperands = coll._fromOuter(v);
|
|
92
92
|
var syncColl = new SyncableObservableCollection$1(FilterOperand.$type);
|
|
93
|
-
var innerColl = this.i.
|
|
93
|
+
var innerColl = this.i.n5;
|
|
94
94
|
if (!innerColl) {
|
|
95
95
|
innerColl = new GridFilterOperandsCollection_internal();
|
|
96
96
|
}
|
|
97
97
|
syncColl._inner = innerColl;
|
|
98
98
|
syncColl.clear();
|
|
99
99
|
this._filterOperands._setSyncTarget(syncColl);
|
|
100
|
-
this.i.
|
|
100
|
+
this.i.n5 = innerColl;
|
|
101
101
|
},
|
|
102
102
|
enumerable: false,
|
|
103
103
|
configurable: true
|
|
104
104
|
});
|
|
105
105
|
Object.defineProperty(IgcFilterCellInfo.prototype, "operatorType", {
|
|
106
106
|
get: function () {
|
|
107
|
-
return this.i.
|
|
107
|
+
return this.i.nx;
|
|
108
108
|
},
|
|
109
109
|
set: function (v) {
|
|
110
|
-
this.i.
|
|
110
|
+
this.i.nx = v;
|
|
111
111
|
},
|
|
112
112
|
enumerable: false,
|
|
113
113
|
configurable: true
|
|
114
114
|
});
|
|
115
115
|
Object.defineProperty(IgcFilterCellInfo.prototype, "filterValue", {
|
|
116
116
|
get: function () {
|
|
117
|
-
return this.i.
|
|
117
|
+
return this.i.oj;
|
|
118
118
|
},
|
|
119
119
|
set: function (v) {
|
|
120
|
-
this.i.
|
|
120
|
+
this.i.oj = v;
|
|
121
121
|
},
|
|
122
122
|
enumerable: false,
|
|
123
123
|
configurable: true
|
|
124
124
|
});
|
|
125
125
|
Object.defineProperty(IgcFilterCellInfo.prototype, "selectorTop", {
|
|
126
126
|
get: function () {
|
|
127
|
-
return this.i.
|
|
127
|
+
return this.i.od;
|
|
128
128
|
},
|
|
129
129
|
set: function (v) {
|
|
130
|
-
this.i.
|
|
130
|
+
this.i.od = +v;
|
|
131
131
|
},
|
|
132
132
|
enumerable: false,
|
|
133
133
|
configurable: true
|
|
134
134
|
});
|
|
135
135
|
Object.defineProperty(IgcFilterCellInfo.prototype, "selectorLeft", {
|
|
136
136
|
get: function () {
|
|
137
|
-
return this.i.
|
|
137
|
+
return this.i.oc;
|
|
138
138
|
},
|
|
139
139
|
set: function (v) {
|
|
140
|
-
this.i.
|
|
140
|
+
this.i.oc = +v;
|
|
141
141
|
},
|
|
142
142
|
enumerable: false,
|
|
143
143
|
configurable: true
|
|
144
144
|
});
|
|
145
145
|
Object.defineProperty(IgcFilterCellInfo.prototype, "editorTop", {
|
|
146
146
|
get: function () {
|
|
147
|
-
return this.i.
|
|
147
|
+
return this.i.ob;
|
|
148
148
|
},
|
|
149
149
|
set: function (v) {
|
|
150
|
-
this.i.
|
|
150
|
+
this.i.ob = +v;
|
|
151
151
|
},
|
|
152
152
|
enumerable: false,
|
|
153
153
|
configurable: true
|
|
154
154
|
});
|
|
155
155
|
Object.defineProperty(IgcFilterCellInfo.prototype, "editorLeft", {
|
|
156
156
|
get: function () {
|
|
157
|
-
return this.i.
|
|
157
|
+
return this.i.oa;
|
|
158
158
|
},
|
|
159
159
|
set: function (v) {
|
|
160
|
-
this.i.
|
|
160
|
+
this.i.oa = +v;
|
|
161
161
|
},
|
|
162
162
|
enumerable: false,
|
|
163
163
|
configurable: true
|
|
164
164
|
});
|
|
165
165
|
Object.defineProperty(IgcFilterCellInfo.prototype, "clearIconTop", {
|
|
166
166
|
get: function () {
|
|
167
|
-
return this.i.
|
|
167
|
+
return this.i.n9;
|
|
168
168
|
},
|
|
169
169
|
set: function (v) {
|
|
170
|
-
this.i.
|
|
170
|
+
this.i.n9 = +v;
|
|
171
171
|
},
|
|
172
172
|
enumerable: false,
|
|
173
173
|
configurable: true
|
|
174
174
|
});
|
|
175
175
|
Object.defineProperty(IgcFilterCellInfo.prototype, "clearIconLeft", {
|
|
176
176
|
get: function () {
|
|
177
|
-
return this.i.
|
|
177
|
+
return this.i.n8;
|
|
178
178
|
},
|
|
179
179
|
set: function (v) {
|
|
180
|
-
this.i.
|
|
180
|
+
this.i.n8 = +v;
|
|
181
181
|
},
|
|
182
182
|
enumerable: false,
|
|
183
183
|
configurable: true
|