igniteui-webcomponents-data-grids 7.1.0-alpha.0 → 7.1.0-alpha.2
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 +24378 -21126
- package/bundles/igniteui-webcomponents-data-grids.umd.min.js +1 -1
- package/esm2015/lib/CanvasCellPresenterBase.js +5 -5
- 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 +28 -28
- package/esm2015/lib/CheckboxListBridge.js +54 -26
- package/esm2015/lib/CheckboxListView_combined.js +775 -745
- package/esm2015/lib/ColumnChooserView_combined.js +16 -16
- package/esm2015/lib/ColumnFilterCondition_combined.js +9468 -7805
- package/esm2015/lib/ColumnGroupingView_combined.js +24 -24
- package/esm2015/lib/ColumnOptionsIconAlignment.js +9 -1
- package/esm2015/lib/ColumnPinningView_combined.js +16 -16
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +8 -8
- package/esm2015/lib/ContentCellModelHelper.js +7 -7
- package/esm2015/lib/DataGridCellLayoutPanel.js +14 -14
- package/esm2015/lib/DataGridLocaleEn.js +3 -0
- package/esm2015/lib/DataGridScrollerKeyboardListener.js +18 -15
- package/esm2015/lib/DataGridToolbarView_combined.js +13 -13
- package/esm2015/lib/DateTimeCellPresenter.js +9 -9
- package/esm2015/lib/Dragger.js +4 -4
- package/esm2015/lib/DraggerView.js +11 -11
- package/esm2015/lib/EditorCell.js +267 -267
- package/esm2015/lib/EditorCellPresenter.js +25 -25
- package/esm2015/lib/FilterCell.js +261 -261
- package/esm2015/lib/FilterCellPresenter.js +15 -15
- package/esm2015/lib/GridCellBase.js +71 -69
- package/esm2015/lib/GridColumnButtonOptionsView_combined.js +2 -2
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +17 -17
- package/esm2015/lib/GridColumnGroupOptionsView_combined.js +9 -9
- package/esm2015/lib/GridColumnHideOptionsView_combined.js +5 -5
- package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnOptionsViewBase_combined.js +17 -17
- package/esm2015/lib/GridColumnOptionsView_combined.js +3 -3
- package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
- package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
- package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +13 -13
- package/esm2015/lib/GridExpansionIndicatorView_combined.js +5 -5
- package/esm2015/lib/GridExternalWrapper.js +15 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +430 -185
- package/esm2015/lib/GridIconRepository.js +92 -0
- package/esm2015/lib/GridSortIndicatorView_combined.js +26 -22
- package/esm2015/lib/GridStyleRepository.js +272 -431
- package/esm2015/lib/GridStyleRepositoryKeys.js +11 -0
- package/esm2015/lib/ICheckboxListView.js +11 -0
- package/esm2015/lib/ISummaryChooserView_combined.js +11 -11
- package/esm2015/lib/ImageCell.js +55 -55
- package/esm2015/lib/ImageCellPresenter.js +15 -15
- package/esm2015/lib/MultiColumnComboBoxUtilities.js +2 -2
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +37 -37
- package/esm2015/lib/NativeUIComboFactory.js +1 -1
- package/esm2015/lib/NativeUIGridFactory.js +2 -2
- package/esm2015/lib/NumericCell.js +4 -4
- package/esm2015/lib/NumericCellPresenter.js +9 -9
- package/esm2015/lib/PropertyEditorView_combined.js +31 -31
- package/esm2015/lib/SectionHeaderCell.js +20 -8
- package/esm2015/lib/SectionHeaderCellPresenter.js +10 -10
- package/esm2015/lib/SummaryCell.js +34 -25
- package/esm2015/lib/SummaryCellPresenter.js +8 -8
- package/esm2015/lib/TemplateCell.js +12 -12
- package/esm2015/lib/TemplateCellPresenter.js +3 -3
- 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 +3 -3
- package/esm2015/lib/TemplateSectionHeader.js +2 -2
- package/esm2015/lib/TextCell.js +22 -22
- package/esm2015/lib/TextCellPresenter.js +10 -10
- package/esm2015/lib/TextHeaderCell.js +177 -136
- package/esm2015/lib/TextHeaderCellPresenter.js +66 -25
- package/esm2015/lib/TextIconSetConditionalStyle.js +3 -3
- package/esm2015/lib/VerticalSeparatorCell.js +32 -32
- package/esm2015/lib/igc-cell-info.js +97 -91
- package/esm2015/lib/igc-checkbox-list-component.js +89 -90
- 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 +390 -193
- package/esm2015/lib/igc-data-grid-component.js +241 -2
- package/esm2015/lib/igc-data-grid-filter-dialog-component.js +148 -20
- package/esm2015/lib/igc-data-grid-pager-component.js +30 -10
- 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 +129 -129
- 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 +35 -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 +24 -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 +121 -10
- package/esm2015/lib/igc-text-header-module.js +2 -0
- package/esm2015/public_api.js +3 -0
- package/esm5/lib/CanvasCellPresenterBase.js +5 -5
- 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 +28 -28
- package/esm5/lib/CheckboxListBridge.js +54 -26
- package/esm5/lib/CheckboxListView_combined.js +748 -718
- package/esm5/lib/ColumnChooserView_combined.js +16 -16
- package/esm5/lib/ColumnFilterCondition_combined.js +9521 -7569
- package/esm5/lib/ColumnGroupingView_combined.js +24 -24
- package/esm5/lib/ColumnOptionsIconAlignment.js +9 -1
- package/esm5/lib/ColumnPinningView_combined.js +16 -16
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +8 -8
- package/esm5/lib/ContentCellModelHelper.js +7 -7
- package/esm5/lib/DataGridCellLayoutPanel.js +14 -14
- package/esm5/lib/DataGridLocaleEn.js +3 -0
- package/esm5/lib/DataGridScrollerKeyboardListener.js +18 -15
- package/esm5/lib/DataGridToolbarView_combined.js +13 -13
- package/esm5/lib/DateTimeCellPresenter.js +9 -9
- package/esm5/lib/Dragger.js +4 -4
- package/esm5/lib/DraggerView.js +11 -11
- package/esm5/lib/EditorCell.js +256 -256
- package/esm5/lib/EditorCellPresenter.js +25 -25
- package/esm5/lib/FilterCell.js +252 -252
- package/esm5/lib/FilterCellPresenter.js +15 -15
- package/esm5/lib/GridCellBase.js +70 -68
- package/esm5/lib/GridColumnButtonOptionsView_combined.js +2 -2
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +17 -17
- package/esm5/lib/GridColumnGroupOptionsView_combined.js +9 -9
- package/esm5/lib/GridColumnHideOptionsView_combined.js +5 -5
- package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnOptionsViewBase_combined.js +17 -17
- package/esm5/lib/GridColumnOptionsView_combined.js +3 -3
- package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
- package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
- package/esm5/lib/GridColumnSummaryOptionsView_combined.js +13 -13
- package/esm5/lib/GridExpansionIndicatorView_combined.js +5 -5
- package/esm5/lib/GridExternalWrapper.js +15 -6
- package/esm5/lib/GridFilterDialogView_combined.js +478 -177
- package/esm5/lib/GridIconRepository.js +97 -0
- package/esm5/lib/GridSortIndicatorView_combined.js +26 -22
- package/esm5/lib/GridStyleRepository.js +280 -583
- package/esm5/lib/GridStyleRepositoryKeys.js +11 -0
- package/esm5/lib/ICheckboxListView.js +11 -0
- package/esm5/lib/ISummaryChooserView_combined.js +11 -11
- package/esm5/lib/ImageCell.js +54 -54
- package/esm5/lib/ImageCellPresenter.js +15 -15
- package/esm5/lib/MultiColumnComboBoxUtilities.js +2 -2
- package/esm5/lib/MultiColumnComboBoxView_combined.js +37 -37
- package/esm5/lib/NativeUIComboFactory.js +1 -1
- package/esm5/lib/NativeUIGridFactory.js +2 -2
- package/esm5/lib/NumericCell.js +4 -4
- package/esm5/lib/NumericCellPresenter.js +9 -9
- package/esm5/lib/PropertyEditorView_combined.js +31 -31
- package/esm5/lib/SectionHeaderCell.js +20 -8
- package/esm5/lib/SectionHeaderCellPresenter.js +10 -10
- package/esm5/lib/SummaryCell.js +35 -26
- package/esm5/lib/SummaryCellPresenter.js +8 -8
- package/esm5/lib/TemplateCell.js +12 -12
- package/esm5/lib/TemplateCellPresenter.js +3 -3
- 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 +3 -3
- package/esm5/lib/TemplateSectionHeader.js +2 -2
- package/esm5/lib/TextCell.js +22 -22
- package/esm5/lib/TextCellPresenter.js +10 -10
- package/esm5/lib/TextHeaderCell.js +175 -134
- package/esm5/lib/TextHeaderCellPresenter.js +66 -25
- package/esm5/lib/TextIconSetConditionalStyle.js +4 -3
- package/esm5/lib/VerticalSeparatorCell.js +32 -32
- package/esm5/lib/igc-cell-info.js +101 -91
- package/esm5/lib/igc-checkbox-list-component.js +89 -90
- 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 +478 -193
- package/esm5/lib/igc-data-grid-component.js +324 -3
- package/esm5/lib/igc-data-grid-filter-dialog-component.js +196 -20
- package/esm5/lib/igc-data-grid-pager-component.js +38 -10
- 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 +129 -129
- 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 +35 -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 +24 -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 +173 -10
- package/esm5/lib/igc-text-header-module.js +2 -0
- package/esm5/public_api.js +3 -0
- package/fesm2015/igniteui-webcomponents-data-grids.js +41126 -38366
- package/fesm5/igniteui-webcomponents-data-grids.js +24378 -21129
- package/lib/CheckboxListBridge.d.ts +1 -0
- package/lib/CheckboxListExternal.d.ts +6 -0
- package/lib/CheckboxListView_combined.d.ts +159 -154
- package/lib/ColumnFilterCondition_combined.d.ts +2106 -1885
- package/lib/ColumnOptionsIconAlignment.d.ts +9 -1
- package/lib/DataGridLocaleEn.d.ts +3 -0
- package/lib/DataGridScrollerKeyboardListener.d.ts +1 -0
- package/lib/EditorCell.d.ts +51 -51
- package/lib/FilterCell.d.ts +53 -53
- package/lib/GridCellBase.d.ts +21 -19
- package/lib/GridExternalWrapper.d.ts +3 -0
- package/lib/GridFilterDialogView_combined.d.ts +104 -61
- package/lib/GridIconRepository.d.ts +44 -0
- package/lib/GridSortIndicatorView_combined.d.ts +5 -4
- package/lib/GridStyleRepository.d.ts +23 -83
- package/lib/GridStyleRepositoryKeys.d.ts +48 -0
- package/lib/ICheckboxListView.d.ts +38 -0
- package/lib/ImageCell.d.ts +14 -14
- package/lib/SectionHeaderCell.d.ts +4 -2
- package/lib/SummaryCell.d.ts +6 -4
- package/lib/TemplateCell.d.ts +3 -3
- 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 +4 -4
- package/lib/TextHeaderCell.d.ts +26 -24
- package/lib/VerticalSeparatorCell.d.ts +4 -4
- package/lib/igc-cell-info.d.ts +4 -0
- package/lib/igc-data-grid-column-component.d.ts +77 -0
- package/lib/igc-data-grid-component.d.ts +94 -1
- package/lib/igc-data-grid-filter-dialog-component.d.ts +57 -0
- package/lib/igc-data-grid-pager-component.d.ts +10 -0
- package/lib/igc-text-header-cell-info.d.ts +48 -0
- package/package.json +4 -4
- package/public_api.d.ts +3 -0
|
@@ -135,7 +135,6 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
135
135
|
this._container.append(filterContainer);
|
|
136
136
|
var filterHr = this._renderer.createElement("hr");
|
|
137
137
|
this._container.append(filterHr);
|
|
138
|
-
filterHr.setStyleProperty("margin", "3px 0px");
|
|
139
138
|
filterHr.setStyleProperty("border-top", "1px solid #dde2eb");
|
|
140
139
|
filterHr.setStyleProperty("border-left", "0px");
|
|
141
140
|
filterHr.setStyleProperty("border-right", "0px");
|
|
@@ -299,7 +298,7 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
299
298
|
});
|
|
300
299
|
Object.defineProperty(IgcCheckboxListComponent.prototype, "isDetached", {
|
|
301
300
|
get: function () {
|
|
302
|
-
return this.i.
|
|
301
|
+
return this.i.a0;
|
|
303
302
|
},
|
|
304
303
|
enumerable: false,
|
|
305
304
|
configurable: true
|
|
@@ -319,10 +318,10 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
319
318
|
});
|
|
320
319
|
Object.defineProperty(IgcCheckboxListComponent.prototype, "dataLegendTarget", {
|
|
321
320
|
get: function () {
|
|
322
|
-
return this.i.
|
|
321
|
+
return this.i.bq;
|
|
323
322
|
},
|
|
324
323
|
set: function (v) {
|
|
325
|
-
this.i.
|
|
324
|
+
this.i.bq = v;
|
|
326
325
|
},
|
|
327
326
|
enumerable: false,
|
|
328
327
|
configurable: true
|
|
@@ -332,20 +331,20 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
332
331
|
* Gets or Sets the property name that contains the values.
|
|
333
332
|
*/
|
|
334
333
|
get: function () {
|
|
335
|
-
return this.i.
|
|
334
|
+
return this.i.c7;
|
|
336
335
|
},
|
|
337
336
|
set: function (v) {
|
|
338
|
-
this.i.
|
|
337
|
+
this.i.c7 = v;
|
|
339
338
|
},
|
|
340
339
|
enumerable: false,
|
|
341
340
|
configurable: true
|
|
342
341
|
});
|
|
343
342
|
Object.defineProperty(IgcCheckboxListComponent.prototype, "propertyTypeMemberPath", {
|
|
344
343
|
get: function () {
|
|
345
|
-
return this.i.
|
|
344
|
+
return this.i.cm;
|
|
346
345
|
},
|
|
347
346
|
set: function (v) {
|
|
348
|
-
this.i.
|
|
347
|
+
this.i.cm = v;
|
|
349
348
|
},
|
|
350
349
|
enumerable: false,
|
|
351
350
|
configurable: true
|
|
@@ -368,10 +367,10 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
368
367
|
* Gets or Sets the property name that contains the values.
|
|
369
368
|
*/
|
|
370
369
|
get: function () {
|
|
371
|
-
return this.i.
|
|
370
|
+
return this.i.cf;
|
|
372
371
|
},
|
|
373
372
|
set: function (v) {
|
|
374
|
-
this.i.
|
|
373
|
+
this.i.cf = v;
|
|
375
374
|
},
|
|
376
375
|
enumerable: false,
|
|
377
376
|
configurable: true
|
|
@@ -381,11 +380,11 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
381
380
|
* Gets or Sets the property name that contains the values.
|
|
382
381
|
*/
|
|
383
382
|
get: function () {
|
|
384
|
-
return this.i.
|
|
383
|
+
return this.i.aa;
|
|
385
384
|
},
|
|
386
385
|
set: function (v) {
|
|
387
|
-
this.i.
|
|
388
|
-
this._a("searchInputType", enumToString(InputGroupDisplayType_$type, this.i.
|
|
386
|
+
this.i.aa = ensureEnum(InputGroupDisplayType_$type, v);
|
|
387
|
+
this._a("searchInputType", enumToString(InputGroupDisplayType_$type, this.i.aa));
|
|
389
388
|
},
|
|
390
389
|
enumerable: false,
|
|
391
390
|
configurable: true
|
|
@@ -395,18 +394,18 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
395
394
|
* Gets or Sets the property name that contains the values.
|
|
396
395
|
*/
|
|
397
396
|
get: function () {
|
|
398
|
-
return this.i.
|
|
397
|
+
return this.i.bn;
|
|
399
398
|
},
|
|
400
399
|
set: function (v) {
|
|
401
|
-
this.i.
|
|
402
|
-
this._a("rowHeight", this.i.
|
|
400
|
+
this.i.bn = +v;
|
|
401
|
+
this._a("rowHeight", this.i.bn);
|
|
403
402
|
},
|
|
404
403
|
enumerable: false,
|
|
405
404
|
configurable: true
|
|
406
405
|
});
|
|
407
406
|
Object.defineProperty(IgcCheckboxListComponent.prototype, "actualRowHeight", {
|
|
408
407
|
get: function () {
|
|
409
|
-
return this.i.
|
|
408
|
+
return this.i.bl;
|
|
410
409
|
},
|
|
411
410
|
enumerable: false,
|
|
412
411
|
configurable: true
|
|
@@ -416,16 +415,16 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
416
415
|
* Gets or Sets the property name that contains the values.
|
|
417
416
|
*/
|
|
418
417
|
get: function () {
|
|
419
|
-
if (this.i.
|
|
418
|
+
if (this.i.ao == null) {
|
|
420
419
|
return null;
|
|
421
420
|
}
|
|
422
|
-
return this.i.
|
|
421
|
+
return this.i.ao.fontString;
|
|
423
422
|
},
|
|
424
423
|
set: function (v) {
|
|
425
424
|
var fi = new FontInfo();
|
|
426
425
|
fi.fontString = v;
|
|
427
|
-
this.i.
|
|
428
|
-
this._a("cellTextStyle", this.i.
|
|
426
|
+
this.i.ao = fi;
|
|
427
|
+
this._a("cellTextStyle", this.i.ao != null ? this.i.ao.fontString : "");
|
|
429
428
|
},
|
|
430
429
|
enumerable: false,
|
|
431
430
|
configurable: true
|
|
@@ -491,11 +490,11 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
491
490
|
* Gets or sets the search background color.
|
|
492
491
|
*/
|
|
493
492
|
get: function () {
|
|
494
|
-
return brushToString(this.i.
|
|
493
|
+
return brushToString(this.i.fj);
|
|
495
494
|
},
|
|
496
495
|
set: function (v) {
|
|
497
|
-
this.i.
|
|
498
|
-
this._a("searchBackgroundColor", brushToString(this.i.
|
|
496
|
+
this.i.fj = stringToBrush(v);
|
|
497
|
+
this._a("searchBackgroundColor", brushToString(this.i.fj));
|
|
499
498
|
},
|
|
500
499
|
enumerable: false,
|
|
501
500
|
configurable: true
|
|
@@ -505,11 +504,11 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
505
504
|
* Gets or sets the search background color.
|
|
506
505
|
*/
|
|
507
506
|
get: function () {
|
|
508
|
-
return this.i.
|
|
507
|
+
return this.i.a6;
|
|
509
508
|
},
|
|
510
509
|
set: function (v) {
|
|
511
|
-
this.i.
|
|
512
|
-
this._a("labelClickTriggersChange", this.i.
|
|
510
|
+
this.i.a6 = ensureBool(v);
|
|
511
|
+
this._a("labelClickTriggersChange", this.i.a6);
|
|
513
512
|
},
|
|
514
513
|
enumerable: false,
|
|
515
514
|
configurable: true
|
|
@@ -533,11 +532,11 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
533
532
|
* Gets or sets the search border color.
|
|
534
533
|
*/
|
|
535
534
|
get: function () {
|
|
536
|
-
return brushToString(this.i.
|
|
535
|
+
return brushToString(this.i.fk);
|
|
537
536
|
},
|
|
538
537
|
set: function (v) {
|
|
539
|
-
this.i.
|
|
540
|
-
this._a("searchBorderColor", brushToString(this.i.
|
|
538
|
+
this.i.fk = stringToBrush(v);
|
|
539
|
+
this._a("searchBorderColor", brushToString(this.i.fk));
|
|
541
540
|
},
|
|
542
541
|
enumerable: false,
|
|
543
542
|
configurable: true
|
|
@@ -547,16 +546,16 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
547
546
|
* Gets or sets the text style.
|
|
548
547
|
*/
|
|
549
548
|
get: function () {
|
|
550
|
-
if (this.i.
|
|
549
|
+
if (this.i.ap == null) {
|
|
551
550
|
return null;
|
|
552
551
|
}
|
|
553
|
-
return this.i.
|
|
552
|
+
return this.i.ap.fontString;
|
|
554
553
|
},
|
|
555
554
|
set: function (v) {
|
|
556
555
|
var fi = new FontInfo();
|
|
557
556
|
fi.fontString = v;
|
|
558
|
-
this.i.
|
|
559
|
-
this._a("searchTextStyle", this.i.
|
|
557
|
+
this.i.ap = fi;
|
|
558
|
+
this._a("searchTextStyle", this.i.ap != null ? this.i.ap.fontString : "");
|
|
560
559
|
},
|
|
561
560
|
enumerable: false,
|
|
562
561
|
configurable: true
|
|
@@ -566,11 +565,11 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
566
565
|
* Gets or sets the checkbox tick color.
|
|
567
566
|
*/
|
|
568
567
|
get: function () {
|
|
569
|
-
return brushToString(this.i.
|
|
568
|
+
return brushToString(this.i.e9);
|
|
570
569
|
},
|
|
571
570
|
set: function (v) {
|
|
572
|
-
this.i.
|
|
573
|
-
this._a("checkboxTickColor", brushToString(this.i.
|
|
571
|
+
this.i.e9 = stringToBrush(v);
|
|
572
|
+
this._a("checkboxTickColor", brushToString(this.i.e9));
|
|
574
573
|
},
|
|
575
574
|
enumerable: false,
|
|
576
575
|
configurable: true
|
|
@@ -580,11 +579,11 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
580
579
|
* Gets or sets the checkbox background color when checked.
|
|
581
580
|
*/
|
|
582
581
|
get: function () {
|
|
583
|
-
return brushToString(this.i.
|
|
582
|
+
return brushToString(this.i.e7);
|
|
584
583
|
},
|
|
585
584
|
set: function (v) {
|
|
586
|
-
this.i.
|
|
587
|
-
this._a("checkboxCheckedBackgroundColor", brushToString(this.i.
|
|
585
|
+
this.i.e7 = stringToBrush(v);
|
|
586
|
+
this._a("checkboxCheckedBackgroundColor", brushToString(this.i.e7));
|
|
588
587
|
},
|
|
589
588
|
enumerable: false,
|
|
590
589
|
configurable: true
|
|
@@ -594,11 +593,11 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
594
593
|
* Gets or sets the checkbox background color when unchecked.
|
|
595
594
|
*/
|
|
596
595
|
get: function () {
|
|
597
|
-
return brushToString(this.i.
|
|
596
|
+
return brushToString(this.i.fa);
|
|
598
597
|
},
|
|
599
598
|
set: function (v) {
|
|
600
|
-
this.i.
|
|
601
|
-
this._a("checkboxUncheckedBackgroundColor", brushToString(this.i.
|
|
599
|
+
this.i.fa = stringToBrush(v);
|
|
600
|
+
this._a("checkboxUncheckedBackgroundColor", brushToString(this.i.fa));
|
|
602
601
|
},
|
|
603
602
|
enumerable: false,
|
|
604
603
|
configurable: true
|
|
@@ -608,11 +607,11 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
608
607
|
* Gets or sets the checkbox border color when checked.
|
|
609
608
|
*/
|
|
610
609
|
get: function () {
|
|
611
|
-
return brushToString(this.i.
|
|
610
|
+
return brushToString(this.i.e8);
|
|
612
611
|
},
|
|
613
612
|
set: function (v) {
|
|
614
|
-
this.i.
|
|
615
|
-
this._a("checkboxCheckedBorderColor", brushToString(this.i.
|
|
613
|
+
this.i.e8 = stringToBrush(v);
|
|
614
|
+
this._a("checkboxCheckedBorderColor", brushToString(this.i.e8));
|
|
616
615
|
},
|
|
617
616
|
enumerable: false,
|
|
618
617
|
configurable: true
|
|
@@ -622,11 +621,11 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
622
621
|
* Gets or sets the checkbox border color when unchecked.
|
|
623
622
|
*/
|
|
624
623
|
get: function () {
|
|
625
|
-
return brushToString(this.i.
|
|
624
|
+
return brushToString(this.i.fb);
|
|
626
625
|
},
|
|
627
626
|
set: function (v) {
|
|
628
|
-
this.i.
|
|
629
|
-
this._a("checkboxUncheckedBorderColor", brushToString(this.i.
|
|
627
|
+
this.i.fb = stringToBrush(v);
|
|
628
|
+
this._a("checkboxUncheckedBorderColor", brushToString(this.i.fb));
|
|
630
629
|
},
|
|
631
630
|
enumerable: false,
|
|
632
631
|
configurable: true
|
|
@@ -636,11 +635,11 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
636
635
|
* Gets or sets the corner radius to use for the checkbox.
|
|
637
636
|
*/
|
|
638
637
|
get: function () {
|
|
639
|
-
return this.i.
|
|
638
|
+
return this.i.bc;
|
|
640
639
|
},
|
|
641
640
|
set: function (v) {
|
|
642
|
-
this.i.
|
|
643
|
-
this._a("checkboxCornerRadius", this.i.
|
|
641
|
+
this.i.bc = +v;
|
|
642
|
+
this._a("checkboxCornerRadius", this.i.bc);
|
|
644
643
|
},
|
|
645
644
|
enumerable: false,
|
|
646
645
|
configurable: true
|
|
@@ -650,11 +649,11 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
650
649
|
* Gets or sets the style of scrollbar.
|
|
651
650
|
*/
|
|
652
651
|
get: function () {
|
|
653
|
-
return this.i.
|
|
652
|
+
return this.i.ad;
|
|
654
653
|
},
|
|
655
654
|
set: function (v) {
|
|
656
|
-
this.i.
|
|
657
|
-
this._a("scrollbarStyle", enumToString(ScrollbarStyle_$type, this.i.
|
|
655
|
+
this.i.ad = ensureEnum(ScrollbarStyle_$type, v);
|
|
656
|
+
this._a("scrollbarStyle", enumToString(ScrollbarStyle_$type, this.i.ad));
|
|
658
657
|
},
|
|
659
658
|
enumerable: false,
|
|
660
659
|
configurable: true
|
|
@@ -664,11 +663,11 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
664
663
|
* Gets or sets the scrollbar background color.
|
|
665
664
|
*/
|
|
666
665
|
get: function () {
|
|
667
|
-
return brushToString(this.i.
|
|
666
|
+
return brushToString(this.i.fi);
|
|
668
667
|
},
|
|
669
668
|
set: function (v) {
|
|
670
|
-
this.i.
|
|
671
|
-
this._a("scrollbarBackground", brushToString(this.i.
|
|
669
|
+
this.i.fi = stringToBrush(v);
|
|
670
|
+
this._a("scrollbarBackground", brushToString(this.i.fi));
|
|
672
671
|
},
|
|
673
672
|
enumerable: false,
|
|
674
673
|
configurable: true
|
|
@@ -678,10 +677,10 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
678
677
|
* Gets / sets the caption of the "Select All" checkbox.
|
|
679
678
|
*/
|
|
680
679
|
get: function () {
|
|
681
|
-
return this.i.
|
|
680
|
+
return this.i.c0;
|
|
682
681
|
},
|
|
683
682
|
set: function (v) {
|
|
684
|
-
this.i.
|
|
683
|
+
this.i.c0 = v;
|
|
685
684
|
},
|
|
686
685
|
enumerable: false,
|
|
687
686
|
configurable: true
|
|
@@ -691,11 +690,11 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
691
690
|
* Gets or sets the color to use for the "Select All" label.
|
|
692
691
|
*/
|
|
693
692
|
get: function () {
|
|
694
|
-
return brushToString(this.i.
|
|
693
|
+
return brushToString(this.i.fn);
|
|
695
694
|
},
|
|
696
695
|
set: function (v) {
|
|
697
|
-
this.i.
|
|
698
|
-
this._a("selectAllCaptionTextColor", brushToString(this.i.
|
|
696
|
+
this.i.fn = stringToBrush(v);
|
|
697
|
+
this._a("selectAllCaptionTextColor", brushToString(this.i.fn));
|
|
699
698
|
},
|
|
700
699
|
enumerable: false,
|
|
701
700
|
configurable: true
|
|
@@ -705,11 +704,11 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
705
704
|
* Gets or sets the color to use for the actual header selectAllCaption text.
|
|
706
705
|
*/
|
|
707
706
|
get: function () {
|
|
708
|
-
return brushToString(this.i.
|
|
707
|
+
return brushToString(this.i.e5);
|
|
709
708
|
},
|
|
710
709
|
set: function (v) {
|
|
711
|
-
this.i.
|
|
712
|
-
this._a("actualSelectAllCaptionTextColor", brushToString(this.i.
|
|
710
|
+
this.i.e5 = stringToBrush(v);
|
|
711
|
+
this._a("actualSelectAllCaptionTextColor", brushToString(this.i.e5));
|
|
713
712
|
},
|
|
714
713
|
enumerable: false,
|
|
715
714
|
configurable: true
|
|
@@ -761,11 +760,11 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
761
760
|
* Gets or sets the color to use for the text of the component.
|
|
762
761
|
*/
|
|
763
762
|
get: function () {
|
|
764
|
-
return brushToString(this.i.
|
|
763
|
+
return brushToString(this.i.fp);
|
|
765
764
|
},
|
|
766
765
|
set: function (v) {
|
|
767
|
-
this.i.
|
|
768
|
-
this._a("textColor", brushToString(this.i.
|
|
766
|
+
this.i.fp = stringToBrush(v);
|
|
767
|
+
this._a("textColor", brushToString(this.i.fp));
|
|
769
768
|
},
|
|
770
769
|
enumerable: false,
|
|
771
770
|
configurable: true
|
|
@@ -775,11 +774,11 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
775
774
|
* Gets or sets whether the filter input is visible.
|
|
776
775
|
*/
|
|
777
776
|
get: function () {
|
|
778
|
-
return this.i.
|
|
777
|
+
return this.i.a8;
|
|
779
778
|
},
|
|
780
779
|
set: function (v) {
|
|
781
|
-
this.i.
|
|
782
|
-
this._a("showFilter", this.i.
|
|
780
|
+
this.i.a8 = ensureBool(v);
|
|
781
|
+
this._a("showFilter", this.i.a8);
|
|
783
782
|
},
|
|
784
783
|
enumerable: false,
|
|
785
784
|
configurable: true
|
|
@@ -789,11 +788,11 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
789
788
|
* Gets or sets whether row hover highlighting is enabled.
|
|
790
789
|
*/
|
|
791
790
|
get: function () {
|
|
792
|
-
return this.i.
|
|
791
|
+
return this.i.a4;
|
|
793
792
|
},
|
|
794
793
|
set: function (v) {
|
|
795
|
-
this.i.
|
|
796
|
-
this._a("isRowHoverEnabled", this.i.
|
|
794
|
+
this.i.a4 = ensureBool(v);
|
|
795
|
+
this._a("isRowHoverEnabled", this.i.a4);
|
|
797
796
|
},
|
|
798
797
|
enumerable: false,
|
|
799
798
|
configurable: true
|
|
@@ -803,11 +802,11 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
803
802
|
* Gets or sets whether checkbox should be displayed to the right.
|
|
804
803
|
*/
|
|
805
804
|
get: function () {
|
|
806
|
-
return this.i.
|
|
805
|
+
return this.i.az;
|
|
807
806
|
},
|
|
808
807
|
set: function (v) {
|
|
809
|
-
this.i.
|
|
810
|
-
this._a("checkboxAlignedRight", this.i.
|
|
808
|
+
this.i.az = ensureBool(v);
|
|
809
|
+
this._a("checkboxAlignedRight", this.i.az);
|
|
811
810
|
},
|
|
812
811
|
enumerable: false,
|
|
813
812
|
configurable: true
|
|
@@ -885,17 +884,17 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
885
884
|
|
|
886
885
|
*/
|
|
887
886
|
IgcCheckboxListComponent.prototype.selectAll = function () {
|
|
888
|
-
this.i.
|
|
887
|
+
this.i.ej();
|
|
889
888
|
};
|
|
890
889
|
/**
|
|
891
890
|
* Deselects all the items in the checkbox list.
|
|
892
891
|
|
|
893
892
|
*/
|
|
894
893
|
IgcCheckboxListComponent.prototype.deselectAll = function () {
|
|
895
|
-
this.i.
|
|
894
|
+
this.i.dg();
|
|
896
895
|
};
|
|
897
896
|
IgcCheckboxListComponent.prototype.notifySetItem = function (index, oldItem, newItem) {
|
|
898
|
-
this.i.
|
|
897
|
+
this.i.dv(index, oldItem, newItem);
|
|
899
898
|
};
|
|
900
899
|
/**
|
|
901
900
|
* Manually notifies the checkboxlist's grid that the data it has bound to has been cleared and needs to be re-examined.
|
|
@@ -903,22 +902,22 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
903
902
|
|
|
904
903
|
*/
|
|
905
904
|
IgcCheckboxListComponent.prototype.notifyClearItems = function () {
|
|
906
|
-
this.i.
|
|
905
|
+
this.i.dr();
|
|
907
906
|
};
|
|
908
907
|
IgcCheckboxListComponent.prototype.notifyInsertItem = function (index, newItem) {
|
|
909
|
-
this.i.
|
|
908
|
+
this.i.ds(index, newItem);
|
|
910
909
|
};
|
|
911
910
|
IgcCheckboxListComponent.prototype.notifyRemoveItem = function (index, oldItem) {
|
|
912
|
-
this.i.
|
|
911
|
+
this.i.du(index, oldItem);
|
|
913
912
|
};
|
|
914
913
|
IgcCheckboxListComponent.prototype.refresh = function () {
|
|
915
914
|
this.i.refresh();
|
|
916
915
|
};
|
|
917
916
|
IgcCheckboxListComponent.prototype.addKeyValue = function (value) {
|
|
918
|
-
this.i.
|
|
917
|
+
this.i.db(value);
|
|
919
918
|
};
|
|
920
919
|
IgcCheckboxListComponent.prototype.removeKeyValue = function (value) {
|
|
921
|
-
this.i.
|
|
920
|
+
this.i.eh(value);
|
|
922
921
|
};
|
|
923
922
|
IgcCheckboxListComponent.prototype.getDesiredSize = function (availableSize) {
|
|
924
923
|
var iv = this.i.getDesiredSize(toSize(availableSize));
|
|
@@ -929,7 +928,7 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
929
928
|
|
|
930
929
|
*/
|
|
931
930
|
IgcCheckboxListComponent.prototype.exportVisualModel = function () {
|
|
932
|
-
var iv = this.i.
|
|
931
|
+
var iv = this.i.br();
|
|
933
932
|
return (iv);
|
|
934
933
|
};
|
|
935
934
|
/**
|
|
@@ -937,7 +936,7 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
937
936
|
|
|
938
937
|
*/
|
|
939
938
|
IgcCheckboxListComponent.prototype.exportSerializedVisualModel = function () {
|
|
940
|
-
var iv = this.i.
|
|
939
|
+
var iv = this.i.ce();
|
|
941
940
|
return (iv);
|
|
942
941
|
};
|
|
943
942
|
/**
|
|
@@ -945,7 +944,7 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
945
944
|
|
|
946
945
|
*/
|
|
947
946
|
IgcCheckboxListComponent.prototype.isNothingSelected = function () {
|
|
948
|
-
var iv = this.i.
|
|
947
|
+
var iv = this.i.a2();
|
|
949
948
|
return (iv);
|
|
950
949
|
};
|
|
951
950
|
/**
|
|
@@ -953,7 +952,7 @@ export var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
953
952
|
|
|
954
953
|
*/
|
|
955
954
|
IgcCheckboxListComponent.prototype.isEverythingSelected = function () {
|
|
956
|
-
var iv = this.i.
|
|
955
|
+
var iv = this.i.a1();
|
|
957
956
|
return (iv);
|
|
958
957
|
};
|
|
959
958
|
Object.defineProperty(IgcCheckboxListComponent.prototype, "selectedKeyAdded", {
|
|
@@ -75,33 +75,33 @@ export var IgcColumnMovingSeparatorComponent = /** @class */ /*@__PURE__*/ (func
|
|
|
75
75
|
* Gets or sets the separator width for this column.
|
|
76
76
|
*/
|
|
77
77
|
get: function () {
|
|
78
|
-
return this.i.
|
|
78
|
+
return this.i.g6;
|
|
79
79
|
},
|
|
80
80
|
set: function (v) {
|
|
81
|
-
this.i.
|
|
82
|
-
this._a("separatorWidth", this.i.
|
|
81
|
+
this.i.g6 = +v;
|
|
82
|
+
this._a("separatorWidth", this.i.g6);
|
|
83
83
|
},
|
|
84
84
|
enumerable: false,
|
|
85
85
|
configurable: true
|
|
86
86
|
});
|
|
87
87
|
Object.defineProperty(IgcColumnMovingSeparatorComponent.prototype, "actualOpacity", {
|
|
88
88
|
get: function () {
|
|
89
|
-
return this.i.
|
|
89
|
+
return this.i.g3;
|
|
90
90
|
},
|
|
91
91
|
set: function (v) {
|
|
92
|
-
this.i.
|
|
93
|
-
this._a("actualOpacity", this.i.
|
|
92
|
+
this.i.g3 = +v;
|
|
93
|
+
this._a("actualOpacity", this.i.g3);
|
|
94
94
|
},
|
|
95
95
|
enumerable: false,
|
|
96
96
|
configurable: true
|
|
97
97
|
});
|
|
98
98
|
Object.defineProperty(IgcColumnMovingSeparatorComponent.prototype, "opacity", {
|
|
99
99
|
get: function () {
|
|
100
|
-
return this.i.
|
|
100
|
+
return this.i.g4;
|
|
101
101
|
},
|
|
102
102
|
set: function (v) {
|
|
103
|
-
this.i.
|
|
104
|
-
this._a("opacity", this.i.
|
|
103
|
+
this.i.g4 = +v;
|
|
104
|
+
this._a("opacity", this.i.g4);
|
|
105
105
|
},
|
|
106
106
|
enumerable: false,
|
|
107
107
|
configurable: true
|
|
@@ -72,22 +72,22 @@ export var IgcColumnResizingSeparatorComponent = /** @class */ /*@__PURE__*/ (fu
|
|
|
72
72
|
};
|
|
73
73
|
Object.defineProperty(IgcColumnResizingSeparatorComponent.prototype, "actualOpacity", {
|
|
74
74
|
get: function () {
|
|
75
|
-
return this.i.
|
|
75
|
+
return this.i.g3;
|
|
76
76
|
},
|
|
77
77
|
set: function (v) {
|
|
78
|
-
this.i.
|
|
79
|
-
this._a("actualOpacity", this.i.
|
|
78
|
+
this.i.g3 = +v;
|
|
79
|
+
this._a("actualOpacity", this.i.g3);
|
|
80
80
|
},
|
|
81
81
|
enumerable: false,
|
|
82
82
|
configurable: true
|
|
83
83
|
});
|
|
84
84
|
Object.defineProperty(IgcColumnResizingSeparatorComponent.prototype, "opacity", {
|
|
85
85
|
get: function () {
|
|
86
|
-
return this.i.
|
|
86
|
+
return this.i.g4;
|
|
87
87
|
},
|
|
88
88
|
set: function (v) {
|
|
89
|
-
this.i.
|
|
90
|
-
this._a("opacity", this.i.
|
|
89
|
+
this.i.g4 = +v;
|
|
90
|
+
this._a("opacity", this.i.g4);
|
|
91
91
|
},
|
|
92
92
|
enumerable: false,
|
|
93
93
|
configurable: true
|
|
@@ -78,10 +78,10 @@ export var IgcComboBoxColumnComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
78
78
|
* Gets the actual data source that is being used by the combo. If a collection was provided for the combobox data, an implicit LocalDataSource is created, and this is available via this property.
|
|
79
79
|
*/
|
|
80
80
|
get: function () {
|
|
81
|
-
return this.i.
|
|
81
|
+
return this.i.ry;
|
|
82
82
|
},
|
|
83
83
|
set: function (v) {
|
|
84
|
-
this.i.
|
|
84
|
+
this.i.ry = v;
|
|
85
85
|
},
|
|
86
86
|
enumerable: false,
|
|
87
87
|
configurable: true
|
|
@@ -91,10 +91,10 @@ export var IgcComboBoxColumnComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
91
91
|
* Gets or sets the ComboBox data source.
|
|
92
92
|
*/
|
|
93
93
|
get: function () {
|
|
94
|
-
return this.i.
|
|
94
|
+
return this.i.rz;
|
|
95
95
|
},
|
|
96
96
|
set: function (v) {
|
|
97
|
-
this.i.
|
|
97
|
+
this.i.rz = v;
|
|
98
98
|
},
|
|
99
99
|
enumerable: false,
|
|
100
100
|
configurable: true
|
|
@@ -104,10 +104,10 @@ export var IgcComboBoxColumnComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
104
104
|
* Gets or sets the ComboBox text field.
|
|
105
105
|
*/
|
|
106
106
|
get: function () {
|
|
107
|
-
return this.i.
|
|
107
|
+
return this.i.r3;
|
|
108
108
|
},
|
|
109
109
|
set: function (v) {
|
|
110
|
-
this.i.
|
|
110
|
+
this.i.r3 = v;
|
|
111
111
|
},
|
|
112
112
|
enumerable: false,
|
|
113
113
|
configurable: true
|
|
@@ -117,10 +117,10 @@ export var IgcComboBoxColumnComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
117
117
|
* Gets or sets the ComboBox value field.
|
|
118
118
|
*/
|
|
119
119
|
get: function () {
|
|
120
|
-
return this.i.
|
|
120
|
+
return this.i.r4;
|
|
121
121
|
},
|
|
122
122
|
set: function (v) {
|
|
123
|
-
this.i.
|
|
123
|
+
this.i.r4 = v;
|
|
124
124
|
},
|
|
125
125
|
enumerable: false,
|
|
126
126
|
configurable: true
|
|
@@ -130,14 +130,14 @@ export var IgcComboBoxColumnComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
130
130
|
* Gets or sets the ComboBox value field.
|
|
131
131
|
*/
|
|
132
132
|
get: function () {
|
|
133
|
-
return this.i.
|
|
133
|
+
return this.i.rw;
|
|
134
134
|
},
|
|
135
135
|
set: function (v) {
|
|
136
136
|
if (v && !Array.isArray(v) && typeof (v) == "string") {
|
|
137
137
|
var re = /\s*(?:,|\s|$)\s*/gm;
|
|
138
138
|
v = v.split(re);
|
|
139
139
|
}
|
|
140
|
-
this.i.
|
|
140
|
+
this.i.rw = v;
|
|
141
141
|
},
|
|
142
142
|
enumerable: false,
|
|
143
143
|
configurable: true
|