igniteui-webcomponents-grids 4.3.2 → 4.3.3-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/License +1 -1
- package/bundles/igniteui-webcomponents-grids.umd.js +2522 -2134
- package/bundles/igniteui-webcomponents-grids.umd.min.js +1 -1
- package/esm2015/lib/CanvasTextHeaderCellPresenter.js +1 -1
- package/esm2015/lib/CheckboxListView_combined.js +44 -44
- package/esm2015/lib/ColumnFilterCondition_combined.js +1195 -1194
- package/esm2015/lib/ColumnGroupingView_combined.js +34 -34
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +20 -20
- package/esm2015/lib/{Grid.js → DataGrid.js} +1 -1
- package/esm2015/lib/DataGridToolbarView_combined.js +17 -17
- package/esm2015/lib/Dragger.js +5 -5
- package/esm2015/lib/EditorCell.js +5 -5
- package/esm2015/lib/GridCellType.js +22 -0
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnGroupOptionsView_combined.js +3 -3
- package/esm2015/lib/GridColumnMoveOptionsView_combined.js +5 -5
- package/esm2015/lib/GridColumnOptionsViewBase_combined.js +4 -4
- package/esm2015/lib/GridColumnPinOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnSortOptionsView_combined.js +3 -3
- package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +19 -19
- package/esm2015/lib/GridFilterDialogView_combined.js +4 -4
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +49 -49
- package/esm2015/lib/PropertyEditorView_combined.js +30 -30
- package/esm2015/lib/TextEditorView.js +1 -1
- package/esm2015/lib/igc-apply-button-click-event-args.js +6 -0
- package/esm2015/lib/igc-cancel-button-click-event-args.js +6 -0
- package/esm2015/lib/igc-cell-range.js +6 -0
- package/esm2015/lib/igc-cell-style-requested-event-args.js +6 -0
- package/esm2015/lib/igc-checked-changed-event-args.js +6 -0
- package/esm2015/lib/igc-column-exchanger.js +6 -0
- package/esm2015/lib/igc-column-hidden-changed-event-args.js +6 -0
- package/esm2015/lib/igc-column-pinned-changed-event-args.js +6 -0
- package/esm2015/lib/igc-column-property-setter.js +6 -0
- package/esm2015/lib/igc-column-sort-description.js +6 -0
- package/esm2015/lib/igc-column-summary-description.js +6 -0
- package/esm2015/lib/igc-column-width.js +6 -0
- package/esm2015/lib/igc-data-grid-comparison-operator-selector-component.js +3 -0
- package/esm2015/lib/igc-data-grid-component.js +554 -554
- package/esm2015/lib/igc-data-grid-expansion-indicator-component.js +3 -0
- package/esm2015/lib/igc-data-grid-filter-dialog-component.js +3 -0
- package/esm2015/lib/igc-data-grid-sort-indicator-component.js +3 -0
- package/esm2015/lib/igc-filter-dialog-render-completed-event-args.js +6 -0
- package/esm2015/lib/igc-filter-operand.js +6 -0
- package/esm2015/lib/igc-format-group-text-event-args.js +6 -0
- package/esm2015/lib/igc-format-summary-text-event-args.js +6 -0
- package/esm2015/lib/igc-got-focus-event-args.js +6 -0
- package/esm2015/lib/igc-grid-active-cell-changed-event-args.js +6 -0
- package/esm2015/lib/igc-grid-animation-phase-settings.js +6 -0
- package/esm2015/lib/igc-grid-animation-settings.js +6 -0
- package/esm2015/lib/igc-grid-cell-edit-ended-event-args.js +6 -0
- package/esm2015/lib/igc-grid-cell-edit-started-event-args.js +6 -0
- package/esm2015/lib/igc-grid-cell-position.js +6 -0
- package/esm2015/lib/igc-grid-column-animation-settings.js +6 -0
- package/esm2015/lib/igc-grid-column-options-base-component.js +3 -0
- package/esm2015/lib/igc-grid-column-width-changed-event-args.js +6 -0
- package/esm2015/lib/igc-grid-columns-auto-generated-event-args.js +6 -0
- package/esm2015/lib/igc-grid-columns-changed-event-args.js +6 -0
- package/esm2015/lib/igc-grid-custom-filter-requested-event-args.js +6 -0
- package/esm2015/lib/igc-grid-data-committed-event-args.js +3 -0
- package/esm2015/lib/igc-grid-data-committing-event-args.js +3 -0
- package/esm2015/lib/igc-grid-filter-dialog-filter-change-event-args.js +6 -0
- package/esm2015/lib/igc-grid-filter-dialog-opening-event-args.js +6 -0
- package/esm2015/lib/igc-grid-filter-dialog-view-model-grouping.js +6 -0
- package/esm2015/lib/igc-grid-filter-dialog-view-model-row.js +6 -0
- package/esm2015/lib/igc-grid-filter-dialog-view-model.js +6 -0
- package/esm2015/lib/igc-grid-filter-expressions-event-args.js +6 -0
- package/esm2015/lib/igc-grid-group-descriptions-changed-event-args.js +6 -0
- package/esm2015/lib/igc-grid-row-edit-ended-event-args.js +6 -0
- package/esm2015/lib/igc-grid-row-edit-started-event-args.js +6 -0
- package/esm2015/lib/igc-grid-selected-cell-ranges-changed-event-args.js +6 -0
- package/esm2015/lib/igc-grid-selected-cells-changed-event-args.js +6 -0
- package/esm2015/lib/igc-grid-selected-items-changed-event-args.js +6 -0
- package/esm2015/lib/igc-grid-selected-keys-changed-event-args.js +6 -0
- package/esm2015/lib/igc-grid-selection-changed-event-args.js +6 -0
- package/esm2015/lib/igc-grid-size-changed-event-args.js +6 -0
- package/esm2015/lib/igc-grid-sort-descriptions-changed-event-args.js +6 -0
- package/esm2015/lib/igc-grid-summary-descriptions-changed-event-args.js +6 -0
- package/esm2015/lib/igc-group-data.js +6 -0
- package/esm2015/lib/igc-lost-focus-event-args.js +6 -0
- package/esm2015/lib/igc-multi-column-combo-box-text-changed-event-args.js +3 -0
- package/esm2015/lib/igc-multi-column-combo-box-value-changed-event-args.js +3 -0
- package/esm2015/lib/igc-operator-selector-closing-event-args.js +6 -0
- package/esm2015/lib/igc-operator-selector-opening-event-args.js +6 -0
- package/esm2015/lib/igc-operator-selector-value-changed-event-args.js +6 -0
- package/esm2015/lib/igc-page-changed-event-args.js +6 -0
- package/esm2015/lib/igc-responsive-phase.js +6 -0
- package/esm2015/lib/igc-responsive-state-entered-event-args.js +6 -0
- package/esm2015/lib/igc-responsive-state-entering-event-args.js +6 -0
- package/esm2015/lib/igc-responsive-state-exited-event-args.js +6 -0
- package/esm2015/lib/igc-responsive-state.js +6 -0
- package/esm2015/lib/igc-select-all-checkbox-changed-event-args.js +6 -0
- package/esm2015/lib/igc-sort-indicator-render-completed-event-args.js +6 -0
- package/esm2015/lib/igc-summary-changed-event-args.js +6 -0
- package/esm2015/lib/igc-summary-data.js +6 -0
- package/esm2015/public_api.js +2 -2
- package/esm5/lib/CanvasTextHeaderCellPresenter.js +1 -1
- package/esm5/lib/CheckboxListView_combined.js +44 -44
- package/esm5/lib/ColumnFilterCondition_combined.js +1324 -1323
- package/esm5/lib/ColumnGroupingView_combined.js +34 -34
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +20 -20
- package/esm5/lib/{Grid.js → DataGrid.js} +1 -1
- package/esm5/lib/DataGridToolbarView_combined.js +17 -17
- package/esm5/lib/Dragger.js +5 -5
- package/esm5/lib/EditorCell.js +5 -5
- package/esm5/lib/GridCellType.js +22 -0
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnGroupOptionsView_combined.js +3 -3
- package/esm5/lib/GridColumnMoveOptionsView_combined.js +5 -5
- package/esm5/lib/GridColumnOptionsViewBase_combined.js +4 -4
- package/esm5/lib/GridColumnPinOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnSortOptionsView_combined.js +3 -3
- package/esm5/lib/GridColumnSummaryOptionsView_combined.js +19 -19
- package/esm5/lib/GridFilterDialogView_combined.js +4 -4
- package/esm5/lib/MultiColumnComboBoxView_combined.js +49 -49
- package/esm5/lib/PropertyEditorView_combined.js +30 -30
- package/esm5/lib/TextEditorView.js +1 -1
- package/esm5/lib/igc-apply-button-click-event-args.js +6 -0
- package/esm5/lib/igc-cancel-button-click-event-args.js +6 -0
- package/esm5/lib/igc-cell-range.js +6 -0
- package/esm5/lib/igc-cell-style-requested-event-args.js +6 -0
- package/esm5/lib/igc-checked-changed-event-args.js +6 -0
- package/esm5/lib/igc-column-exchanger.js +6 -0
- package/esm5/lib/igc-column-hidden-changed-event-args.js +6 -0
- package/esm5/lib/igc-column-pinned-changed-event-args.js +6 -0
- package/esm5/lib/igc-column-property-setter.js +6 -0
- package/esm5/lib/igc-column-sort-description.js +6 -0
- package/esm5/lib/igc-column-summary-description.js +6 -0
- package/esm5/lib/igc-column-width.js +6 -0
- package/esm5/lib/igc-data-grid-comparison-operator-selector-component.js +3 -0
- package/esm5/lib/igc-data-grid-component.js +554 -554
- package/esm5/lib/igc-data-grid-expansion-indicator-component.js +3 -0
- package/esm5/lib/igc-data-grid-filter-dialog-component.js +3 -0
- package/esm5/lib/igc-data-grid-sort-indicator-component.js +3 -0
- package/esm5/lib/igc-filter-dialog-render-completed-event-args.js +6 -0
- package/esm5/lib/igc-filter-operand.js +6 -0
- package/esm5/lib/igc-format-group-text-event-args.js +6 -0
- package/esm5/lib/igc-format-summary-text-event-args.js +6 -0
- package/esm5/lib/igc-got-focus-event-args.js +6 -0
- package/esm5/lib/igc-grid-active-cell-changed-event-args.js +6 -0
- package/esm5/lib/igc-grid-animation-phase-settings.js +6 -0
- package/esm5/lib/igc-grid-animation-settings.js +6 -0
- package/esm5/lib/igc-grid-cell-edit-ended-event-args.js +6 -0
- package/esm5/lib/igc-grid-cell-edit-started-event-args.js +6 -0
- package/esm5/lib/igc-grid-cell-position.js +6 -0
- package/esm5/lib/igc-grid-column-animation-settings.js +6 -0
- package/esm5/lib/igc-grid-column-options-base-component.js +3 -0
- package/esm5/lib/igc-grid-column-width-changed-event-args.js +6 -0
- package/esm5/lib/igc-grid-columns-auto-generated-event-args.js +6 -0
- package/esm5/lib/igc-grid-columns-changed-event-args.js +6 -0
- package/esm5/lib/igc-grid-custom-filter-requested-event-args.js +6 -0
- package/esm5/lib/igc-grid-data-committed-event-args.js +3 -0
- package/esm5/lib/igc-grid-data-committing-event-args.js +3 -0
- package/esm5/lib/igc-grid-filter-dialog-filter-change-event-args.js +6 -0
- package/esm5/lib/igc-grid-filter-dialog-opening-event-args.js +6 -0
- package/esm5/lib/igc-grid-filter-dialog-view-model-grouping.js +6 -0
- package/esm5/lib/igc-grid-filter-dialog-view-model-row.js +6 -0
- package/esm5/lib/igc-grid-filter-dialog-view-model.js +6 -0
- package/esm5/lib/igc-grid-filter-expressions-event-args.js +6 -0
- package/esm5/lib/igc-grid-group-descriptions-changed-event-args.js +6 -0
- package/esm5/lib/igc-grid-row-edit-ended-event-args.js +6 -0
- package/esm5/lib/igc-grid-row-edit-started-event-args.js +6 -0
- package/esm5/lib/igc-grid-selected-cell-ranges-changed-event-args.js +6 -0
- package/esm5/lib/igc-grid-selected-cells-changed-event-args.js +6 -0
- package/esm5/lib/igc-grid-selected-items-changed-event-args.js +6 -0
- package/esm5/lib/igc-grid-selected-keys-changed-event-args.js +6 -0
- package/esm5/lib/igc-grid-selection-changed-event-args.js +6 -0
- package/esm5/lib/igc-grid-size-changed-event-args.js +6 -0
- package/esm5/lib/igc-grid-sort-descriptions-changed-event-args.js +6 -0
- package/esm5/lib/igc-grid-summary-descriptions-changed-event-args.js +6 -0
- package/esm5/lib/igc-group-data.js +6 -0
- package/esm5/lib/igc-lost-focus-event-args.js +6 -0
- package/esm5/lib/igc-multi-column-combo-box-text-changed-event-args.js +3 -0
- package/esm5/lib/igc-multi-column-combo-box-value-changed-event-args.js +3 -0
- package/esm5/lib/igc-operator-selector-closing-event-args.js +6 -0
- package/esm5/lib/igc-operator-selector-opening-event-args.js +6 -0
- package/esm5/lib/igc-operator-selector-value-changed-event-args.js +6 -0
- package/esm5/lib/igc-page-changed-event-args.js +6 -0
- package/esm5/lib/igc-responsive-phase.js +6 -0
- package/esm5/lib/igc-responsive-state-entered-event-args.js +6 -0
- package/esm5/lib/igc-responsive-state-entering-event-args.js +6 -0
- package/esm5/lib/igc-responsive-state-exited-event-args.js +6 -0
- package/esm5/lib/igc-responsive-state.js +6 -0
- package/esm5/lib/igc-select-all-checkbox-changed-event-args.js +6 -0
- package/esm5/lib/igc-sort-indicator-render-completed-event-args.js +6 -0
- package/esm5/lib/igc-summary-changed-event-args.js +6 -0
- package/esm5/lib/igc-summary-data.js +6 -0
- package/esm5/public_api.js +2 -2
- package/fesm2015/igniteui-webcomponents-grids.js +2392 -2004
- package/fesm5/igniteui-webcomponents-grids.js +2520 -2132
- package/grids/combined.js +25174 -25107
- package/grids/index.d.ts +12 -0
- package/grids/lib/igc-action-strip-component.d.ts +1 -0
- package/grids/lib/igc-active-node-change-event-args.d.ts +0 -1
- package/grids/lib/igc-base-date-time-filtering-operand.d.ts +1 -0
- package/grids/lib/igc-base-event-args.d.ts +0 -1
- package/grids/lib/igc-boolean-filtering-operand.d.ts +1 -1
- package/grids/lib/igc-cancelable-browser-event-args.d.ts +0 -1
- package/grids/lib/igc-cancelable-event-args.d.ts +0 -1
- package/grids/lib/igc-cell-position.d.ts +24 -0
- package/grids/lib/igc-cell-template-context.d.ts +0 -1
- package/grids/lib/igc-cell-type.d.ts +4 -4
- package/grids/lib/igc-column-component.d.ts +8 -9
- package/grids/lib/igc-column-exporting-event-args.d.ts +0 -1
- package/grids/lib/igc-column-group-component.d.ts +14 -3
- package/grids/lib/igc-column-moving-end-event-args.d.ts +0 -1
- package/grids/lib/igc-column-moving-event-args.d.ts +0 -1
- package/grids/lib/igc-column-moving-start-event-args.d.ts +0 -1
- package/grids/lib/igc-column-resize-event-args.d.ts +0 -1
- package/grids/lib/igc-column-selection-event-args.d.ts +14 -3
- package/grids/lib/igc-column-state.d.ts +103 -0
- package/grids/lib/igc-column-template-context.d.ts +0 -1
- package/grids/lib/igc-column-toggled-event-args.d.ts +0 -1
- package/grids/lib/igc-column-visibility-changed-event-args.d.ts +0 -1
- package/grids/lib/igc-column-visibility-changing-event-args.d.ts +20 -3
- package/grids/lib/igc-columns-auto-generated-event-args.d.ts +0 -1
- package/grids/lib/igc-date-filtering-operand.d.ts +1 -1
- package/grids/lib/igc-date-summary-operand.d.ts +1 -1
- package/grids/lib/igc-date-time-filtering-operand.d.ts +1 -1
- package/grids/lib/igc-density-changed-event-args.d.ts +0 -1
- package/grids/lib/igc-exporter-event.d.ts +1 -2
- package/grids/lib/igc-expression-tree.d.ts +26 -0
- package/grids/lib/igc-filtering-event-args.d.ts +14 -3
- package/grids/lib/igc-filtering-expression.d.ts +1 -0
- package/grids/lib/igc-filtering-expressions-tree.d.ts +10 -89
- package/grids/lib/igc-filtering-operation.d.ts +7 -4
- package/grids/lib/igc-for-of-data-changing-event-args.d.ts +0 -1
- package/grids/lib/igc-grid-base-directive.d.ts +80 -5
- package/grids/lib/igc-grid-cell-event-args.d.ts +5 -1
- package/grids/lib/igc-grid-edit-done-event-args.d.ts +0 -1
- package/grids/lib/igc-grid-edit-event-args.d.ts +44 -3
- package/grids/lib/igc-grid-empty-template-context.d.ts +0 -1
- package/grids/lib/igc-grid-form-group-created-event-args.d.ts +0 -1
- package/grids/lib/igc-grid-grouping-strategy.d.ts +6 -0
- package/grids/lib/igc-grid-header-template-context.d.ts +0 -1
- package/grids/lib/igc-grid-keydown-event-args.d.ts +5 -1
- package/grids/lib/igc-grid-master-detail-context.d.ts +0 -1
- package/grids/lib/igc-grid-row-drag-ghost-context.d.ts +0 -1
- package/grids/lib/igc-grid-row-edit-actions-template-context.d.ts +7 -1
- package/grids/lib/igc-grid-row-edit-text-template-context.d.ts +0 -1
- package/grids/lib/igc-grid-row-template-context.d.ts +0 -1
- package/grids/lib/igc-grid-scroll-event-args.d.ts +6 -1
- package/grids/lib/igc-grid-selection-range.d.ts +1 -0
- package/grids/lib/igc-grid-sorting-strategy.d.ts +6 -0
- package/grids/lib/igc-grid-state-base-directive.d.ts +47 -0
- package/grids/lib/igc-grid-state-collection.d.ts +27 -0
- package/grids/lib/igc-grid-state-component.d.ts +65 -0
- package/grids/lib/igc-grid-state-info.d.ts +73 -0
- package/grids/lib/igc-grid-state-options.d.ts +59 -0
- package/grids/lib/igc-grid-template-context.d.ts +0 -1
- package/grids/lib/igc-grid-toolbar-export-event-args.d.ts +2 -1
- package/grids/lib/igc-grid-validation-status-event-args.d.ts +0 -1
- package/grids/lib/igc-group-by-record.d.ts +1 -1
- package/grids/lib/igc-group-by-result.d.ts +23 -0
- package/grids/lib/igc-group-by-row-selector-template-context.d.ts +0 -1
- package/grids/lib/igc-group-by-row-selector-template-details.d.ts +1 -1
- package/grids/lib/igc-group-by-row-template-context.d.ts +0 -1
- package/grids/lib/igc-grouping-done-event-args.d.ts +0 -1
- package/grids/lib/igc-grouping-expression.d.ts +6 -0
- package/grids/lib/igc-grouping-state.d.ts +28 -0
- package/grids/lib/igc-head-selector-template-context.d.ts +0 -1
- package/grids/lib/igc-head-selector-template-details.d.ts +3 -3
- package/grids/lib/igc-header-type.d.ts +1 -1
- package/grids/lib/igc-number-filtering-operand.d.ts +1 -1
- package/grids/lib/igc-number-summary-operand.d.ts +1 -1
- package/grids/lib/igc-page-cancellable-event-args.d.ts +0 -1
- package/grids/lib/igc-page-event-args.d.ts +0 -1
- package/grids/lib/igc-paging-state.d.ts +22 -0
- package/grids/lib/igc-pin-column-cancellable-event-args.d.ts +29 -3
- package/grids/lib/igc-pin-column-event-args.d.ts +0 -1
- package/grids/lib/igc-pin-row-event-args.d.ts +14 -3
- package/grids/lib/igc-pivot-aggregator.d.ts +1 -1
- package/grids/lib/igc-pivot-configuration-changed-event-args.d.ts +0 -1
- package/grids/lib/igc-pivot-dimension-strategy.d.ts +1 -1
- package/grids/lib/igc-pivot-dimension.d.ts +1 -1
- package/grids/lib/igc-pivot-grid-value-template-context.d.ts +0 -1
- package/grids/lib/igc-pivot-value.d.ts +2 -4
- package/grids/lib/igc-row-data-event-args.d.ts +0 -1
- package/grids/lib/igc-row-drag-end-event-args.d.ts +0 -1
- package/grids/lib/igc-row-drag-start-event-args.d.ts +14 -3
- package/grids/lib/igc-row-exporting-event-args.d.ts +0 -1
- package/grids/lib/igc-row-selection-event-args.d.ts +14 -3
- package/grids/lib/igc-row-selector-template-context.d.ts +0 -1
- package/grids/lib/igc-row-selector-template-details.d.ts +3 -3
- package/grids/lib/igc-row-toggle-event-args.d.ts +0 -1
- package/grids/lib/igc-row-type.d.ts +5 -4
- package/grids/lib/igc-sorting-event-args.d.ts +14 -3
- package/grids/lib/igc-sorting-expression.d.ts +1 -0
- package/grids/lib/igc-string-filtering-operand.d.ts +1 -1
- package/grids/lib/igc-summary-expression.d.ts +24 -0
- package/grids/lib/igc-summary-operand.d.ts +1 -1
- package/grids/lib/igc-summary-result.d.ts +1 -0
- package/grids/lib/igc-summary-template-context.d.ts +0 -1
- package/grids/lib/igc-time-filtering-operand.d.ts +1 -1
- package/grids/lib/igc-time-summary-operand.d.ts +1 -1
- package/grids/lib/igc-toggle-view-cancelable-event-args.d.ts +6 -3
- package/grids/lib/igc-toggle-view-event-args.d.ts +0 -1
- package/grids/lib/igc-tree-grid-component.d.ts +20 -19
- package/lib/CanvasTemplateCellPresenter.d.ts +2 -2
- package/lib/CanvasTemplateHeaderCellPresenter.d.ts +2 -2
- package/lib/CellPath.d.ts +4 -4
- package/lib/CheckboxListView_combined.d.ts +3 -3
- package/lib/ColumnChooserView_combined.d.ts +3 -3
- package/lib/ColumnFilterCondition_combined.d.ts +506 -505
- package/lib/ColumnGroupingView_combined.d.ts +3 -3
- package/lib/ColumnPinningView_combined.d.ts +3 -3
- package/lib/ComparisonOperatorSelectorView_combined.d.ts +3 -3
- package/lib/DataGrid.d.ts +1 -0
- package/lib/DataGridPresenterManager.d.ts +2 -2
- package/lib/DataGridScrollerKeyboardListener.d.ts +2 -2
- package/lib/DataGridToolbarView_combined.d.ts +3 -3
- package/lib/{CellType.d.ts → GridCellType.d.ts} +2 -2
- package/lib/GridColumnGroupOptionsView_combined.d.ts +2 -2
- package/lib/GridColumnOptionsViewBase_combined.d.ts +3 -3
- package/lib/MultiColumnComboBoxView_combined.d.ts +2 -2
- package/lib/PropertyEditorView_combined.d.ts +3 -3
- package/lib/TemplateCellPresenter.d.ts +2 -2
- package/lib/TemplateHeader.d.ts +3 -3
- package/lib/TemplateHeaderCellPresenter.d.ts +2 -2
- package/lib/TemplateSectionHeader.d.ts +2 -2
- package/lib/igc-data-grid-component.d.ts +3 -3
- package/package.json +4 -4
- package/public_api.d.ts +2 -2
- package/esm2015/lib/CellType.js +0 -22
- package/esm5/lib/CellType.js +0 -22
- package/lib/Grid.d.ts +0 -1
|
@@ -26,7 +26,7 @@ import { IgcGridSelectedCellRangesChangedEventArgs } from './igc-grid-selected-c
|
|
|
26
26
|
import { IgcGridSortDescriptionsChangedEventArgs } from './igc-grid-sort-descriptions-changed-event-args';
|
|
27
27
|
import { IgcGridGroupDescriptionsChangedEventArgs } from './igc-grid-group-descriptions-changed-event-args';
|
|
28
28
|
import { IgcGridSummaryDescriptionsChangedEventArgs } from './igc-grid-summary-descriptions-changed-event-args';
|
|
29
|
-
import {
|
|
29
|
+
import { DataGrid } from "./DataGrid";
|
|
30
30
|
import { ensureEnum, ensureBool, CollectionAdapter, getAllPropertyNames, enumToString, fromSpinal, toSpinal, brushToString, stringToBrush, initializePropertiesFromCss, NamePatcher } from "igniteui-webcomponents-core";
|
|
31
31
|
import { Thickness } from "igniteui-webcomponents-core";
|
|
32
32
|
import { WebComponentRenderer, WebComponentWrapper, PortalManager } from "igniteui-webcomponents-core";
|
|
@@ -280,7 +280,7 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
280
280
|
_this._contentArea.setRawStyleProperty("flex", "1");
|
|
281
281
|
_this._contentArea.append(_this._renderer.rootWrapper);
|
|
282
282
|
_this._wrapper = _this._renderer;
|
|
283
|
-
_this._implementation = new
|
|
283
|
+
_this._implementation = new DataGrid();
|
|
284
284
|
var grid = _this.i;
|
|
285
285
|
_this._grid = grid;
|
|
286
286
|
_this._grid.externalObject = _this;
|
|
@@ -460,8 +460,8 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
460
460
|
}
|
|
461
461
|
};
|
|
462
462
|
IgcDataGridComponent.prototype.createImplementation = function () {
|
|
463
|
-
|
|
464
|
-
return new
|
|
463
|
+
//let test = Grid;
|
|
464
|
+
return new DataGrid();
|
|
465
465
|
};
|
|
466
466
|
Object.defineProperty(IgcDataGridComponent.prototype, "i", {
|
|
467
467
|
get: function () {
|
|
@@ -996,11 +996,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
996
996
|
* Gets or sets the type of column resizing to use.
|
|
997
997
|
*/
|
|
998
998
|
get: function () {
|
|
999
|
-
return this.i.
|
|
999
|
+
return this.i.columnResizingMode;
|
|
1000
1000
|
},
|
|
1001
1001
|
set: function (v) {
|
|
1002
|
-
this.i.
|
|
1003
|
-
this._a("columnResizingMode", enumToString(ColumnResizingMode_$type, this.i.
|
|
1002
|
+
this.i.columnResizingMode = ensureEnum(ColumnResizingMode_$type, v);
|
|
1003
|
+
this._a("columnResizingMode", enumToString(ColumnResizingMode_$type, this.i.columnResizingMode));
|
|
1004
1004
|
},
|
|
1005
1005
|
enumerable: false,
|
|
1006
1006
|
configurable: true
|
|
@@ -1010,11 +1010,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1010
1010
|
* Gets or sets the type column moving to use.
|
|
1011
1011
|
*/
|
|
1012
1012
|
get: function () {
|
|
1013
|
-
return this.i.
|
|
1013
|
+
return this.i.columnMovingMode;
|
|
1014
1014
|
},
|
|
1015
1015
|
set: function (v) {
|
|
1016
|
-
this.i.
|
|
1017
|
-
this._a("columnMovingMode", enumToString(ColumnMovingMode_$type, this.i.
|
|
1016
|
+
this.i.columnMovingMode = ensureEnum(ColumnMovingMode_$type, v);
|
|
1017
|
+
this._a("columnMovingMode", enumToString(ColumnMovingMode_$type, this.i.columnMovingMode));
|
|
1018
1018
|
},
|
|
1019
1019
|
enumerable: false,
|
|
1020
1020
|
configurable: true
|
|
@@ -1024,11 +1024,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1024
1024
|
* Gets or sets whether the row will highlight when hovered.
|
|
1025
1025
|
*/
|
|
1026
1026
|
get: function () {
|
|
1027
|
-
return this.i.
|
|
1027
|
+
return this.i.isRowHoverEnabled;
|
|
1028
1028
|
},
|
|
1029
1029
|
set: function (v) {
|
|
1030
|
-
this.i.
|
|
1031
|
-
this._a("isRowHoverEnabled", this.i.
|
|
1030
|
+
this.i.isRowHoverEnabled = ensureBool(v);
|
|
1031
|
+
this._a("isRowHoverEnabled", this.i.isRowHoverEnabled);
|
|
1032
1032
|
},
|
|
1033
1033
|
enumerable: false,
|
|
1034
1034
|
configurable: true
|
|
@@ -1038,11 +1038,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1038
1038
|
* Gets or sets the background color for rows when hovered.
|
|
1039
1039
|
*/
|
|
1040
1040
|
get: function () {
|
|
1041
|
-
return brushToString(this.i.
|
|
1041
|
+
return brushToString(this.i.rowHoverBackground);
|
|
1042
1042
|
},
|
|
1043
1043
|
set: function (v) {
|
|
1044
|
-
this.i.
|
|
1045
|
-
this._a("rowHoverBackground", brushToString(this.i.
|
|
1044
|
+
this.i.rowHoverBackground = stringToBrush(v);
|
|
1045
|
+
this._a("rowHoverBackground", brushToString(this.i.rowHoverBackground));
|
|
1046
1046
|
},
|
|
1047
1047
|
enumerable: false,
|
|
1048
1048
|
configurable: true
|
|
@@ -1052,11 +1052,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1052
1052
|
* Gets or sets the text color for rows when hovered.
|
|
1053
1053
|
*/
|
|
1054
1054
|
get: function () {
|
|
1055
|
-
return brushToString(this.i.
|
|
1055
|
+
return brushToString(this.i.rowHoverTextColor);
|
|
1056
1056
|
},
|
|
1057
1057
|
set: function (v) {
|
|
1058
|
-
this.i.
|
|
1059
|
-
this._a("rowHoverTextColor", brushToString(this.i.
|
|
1058
|
+
this.i.rowHoverTextColor = stringToBrush(v);
|
|
1059
|
+
this._a("rowHoverTextColor", brushToString(this.i.rowHoverTextColor));
|
|
1060
1060
|
},
|
|
1061
1061
|
enumerable: false,
|
|
1062
1062
|
configurable: true
|
|
@@ -1066,79 +1066,79 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1066
1066
|
* Gets or sets the border color for rows being edited.
|
|
1067
1067
|
*/
|
|
1068
1068
|
get: function () {
|
|
1069
|
-
return brushToString(this.i.
|
|
1069
|
+
return brushToString(this.i.editRowBorder);
|
|
1070
1070
|
},
|
|
1071
1071
|
set: function (v) {
|
|
1072
|
-
this.i.
|
|
1073
|
-
this._a("editRowBorder", brushToString(this.i.
|
|
1072
|
+
this.i.editRowBorder = stringToBrush(v);
|
|
1073
|
+
this._a("editRowBorder", brushToString(this.i.editRowBorder));
|
|
1074
1074
|
},
|
|
1075
1075
|
enumerable: false,
|
|
1076
1076
|
configurable: true
|
|
1077
1077
|
});
|
|
1078
1078
|
Object.defineProperty(IgcDataGridComponent.prototype, "editRowBorderWidthBottom", {
|
|
1079
1079
|
get: function () {
|
|
1080
|
-
return this.i.
|
|
1080
|
+
return this.i.editRowBorderWidth ? this.i.editRowBorderWidth.bottom : NaN;
|
|
1081
1081
|
},
|
|
1082
1082
|
set: function (v) {
|
|
1083
1083
|
this.ensureEditRowBorderWidth();
|
|
1084
|
-
this.i.
|
|
1085
|
-
this._a("editRowBorderWidthBottom", this.i.
|
|
1086
|
-
this.i.
|
|
1084
|
+
this.i.editRowBorderWidth.bottom = +v;
|
|
1085
|
+
this._a("editRowBorderWidthBottom", this.i.editRowBorderWidth.bottom);
|
|
1086
|
+
this.i.editRowBorderWidth = this.i.editRowBorderWidth;
|
|
1087
1087
|
},
|
|
1088
1088
|
enumerable: false,
|
|
1089
1089
|
configurable: true
|
|
1090
1090
|
});
|
|
1091
1091
|
Object.defineProperty(IgcDataGridComponent.prototype, "editRowBorderWidthLeft", {
|
|
1092
1092
|
get: function () {
|
|
1093
|
-
return this.i.
|
|
1093
|
+
return this.i.editRowBorderWidth ? this.i.editRowBorderWidth.left : NaN;
|
|
1094
1094
|
},
|
|
1095
1095
|
set: function (v) {
|
|
1096
1096
|
this.ensureEditRowBorderWidth();
|
|
1097
|
-
this.i.
|
|
1098
|
-
this._a("editRowBorderWidthLeft", this.i.
|
|
1099
|
-
this.i.
|
|
1097
|
+
this.i.editRowBorderWidth.left = +v;
|
|
1098
|
+
this._a("editRowBorderWidthLeft", this.i.editRowBorderWidth.left);
|
|
1099
|
+
this.i.editRowBorderWidth = this.i.editRowBorderWidth;
|
|
1100
1100
|
},
|
|
1101
1101
|
enumerable: false,
|
|
1102
1102
|
configurable: true
|
|
1103
1103
|
});
|
|
1104
1104
|
Object.defineProperty(IgcDataGridComponent.prototype, "editRowBorderWidthRight", {
|
|
1105
1105
|
get: function () {
|
|
1106
|
-
return this.i.
|
|
1106
|
+
return this.i.editRowBorderWidth ? this.i.editRowBorderWidth.right : NaN;
|
|
1107
1107
|
},
|
|
1108
1108
|
set: function (v) {
|
|
1109
1109
|
this.ensureEditRowBorderWidth();
|
|
1110
|
-
this.i.
|
|
1111
|
-
this._a("editRowBorderWidthRight", this.i.
|
|
1112
|
-
this.i.
|
|
1110
|
+
this.i.editRowBorderWidth.right = +v;
|
|
1111
|
+
this._a("editRowBorderWidthRight", this.i.editRowBorderWidth.right);
|
|
1112
|
+
this.i.editRowBorderWidth = this.i.editRowBorderWidth;
|
|
1113
1113
|
},
|
|
1114
1114
|
enumerable: false,
|
|
1115
1115
|
configurable: true
|
|
1116
1116
|
});
|
|
1117
1117
|
Object.defineProperty(IgcDataGridComponent.prototype, "editRowBorderWidthTop", {
|
|
1118
1118
|
get: function () {
|
|
1119
|
-
return this.i.
|
|
1119
|
+
return this.i.editRowBorderWidth ? this.i.editRowBorderWidth.top : NaN;
|
|
1120
1120
|
},
|
|
1121
1121
|
set: function (v) {
|
|
1122
1122
|
this.ensureEditRowBorderWidth();
|
|
1123
|
-
this.i.
|
|
1124
|
-
this._a("editRowBorderWidthTop", this.i.
|
|
1125
|
-
this.i.
|
|
1123
|
+
this.i.editRowBorderWidth.top = +v;
|
|
1124
|
+
this._a("editRowBorderWidthTop", this.i.editRowBorderWidth.top);
|
|
1125
|
+
this.i.editRowBorderWidth = this.i.editRowBorderWidth;
|
|
1126
1126
|
},
|
|
1127
1127
|
enumerable: false,
|
|
1128
1128
|
configurable: true
|
|
1129
1129
|
});
|
|
1130
1130
|
IgcDataGridComponent.prototype.ensureEditRowBorderWidth = function () {
|
|
1131
|
-
if (this.i.
|
|
1131
|
+
if (this.i.editRowBorderWidth) {
|
|
1132
1132
|
return;
|
|
1133
1133
|
}
|
|
1134
|
-
this.i.
|
|
1134
|
+
this.i.editRowBorderWidth = new Thickness(2);
|
|
1135
1135
|
};
|
|
1136
1136
|
Object.defineProperty(IgcDataGridComponent.prototype, "sectionHeader", {
|
|
1137
1137
|
/**
|
|
1138
1138
|
* Gets or sets the header type used for sectioning off groups of rows.
|
|
1139
1139
|
*/
|
|
1140
1140
|
get: function () {
|
|
1141
|
-
var r = this.i.
|
|
1141
|
+
var r = this.i.sectionHeader;
|
|
1142
1142
|
if (r == null) {
|
|
1143
1143
|
return null;
|
|
1144
1144
|
}
|
|
@@ -1154,7 +1154,7 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1154
1154
|
set: function (v) {
|
|
1155
1155
|
if (v != null && this._stylingContainer && v._styling)
|
|
1156
1156
|
v._styling(this._stylingContainer, this, this);
|
|
1157
|
-
v == null ? this.i.
|
|
1157
|
+
v == null ? this.i.sectionHeader = null : this.i.sectionHeader = v.i;
|
|
1158
1158
|
},
|
|
1159
1159
|
enumerable: false,
|
|
1160
1160
|
configurable: true
|
|
@@ -1164,7 +1164,7 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1164
1164
|
* Gets or sets the cell definition used for summary rows at the root level.
|
|
1165
1165
|
*/
|
|
1166
1166
|
get: function () {
|
|
1167
|
-
var r = this.i.
|
|
1167
|
+
var r = this.i.summaryRowRoot;
|
|
1168
1168
|
if (r == null) {
|
|
1169
1169
|
return null;
|
|
1170
1170
|
}
|
|
@@ -1180,7 +1180,7 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1180
1180
|
set: function (v) {
|
|
1181
1181
|
if (v != null && this._stylingContainer && v._styling)
|
|
1182
1182
|
v._styling(this._stylingContainer, this, this);
|
|
1183
|
-
v == null ? this.i.
|
|
1183
|
+
v == null ? this.i.summaryRowRoot = null : this.i.summaryRowRoot = v.i;
|
|
1184
1184
|
},
|
|
1185
1185
|
enumerable: false,
|
|
1186
1186
|
configurable: true
|
|
@@ -1190,7 +1190,7 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1190
1190
|
* Gets or sets the cell definition used for summary rows at the section level.
|
|
1191
1191
|
*/
|
|
1192
1192
|
get: function () {
|
|
1193
|
-
var r = this.i.
|
|
1193
|
+
var r = this.i.summaryRowSection;
|
|
1194
1194
|
if (r == null) {
|
|
1195
1195
|
return null;
|
|
1196
1196
|
}
|
|
@@ -1206,7 +1206,7 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1206
1206
|
set: function (v) {
|
|
1207
1207
|
if (v != null && this._stylingContainer && v._styling)
|
|
1208
1208
|
v._styling(this._stylingContainer, this, this);
|
|
1209
|
-
v == null ? this.i.
|
|
1209
|
+
v == null ? this.i.summaryRowSection = null : this.i.summaryRowSection = v.i;
|
|
1210
1210
|
},
|
|
1211
1211
|
enumerable: false,
|
|
1212
1212
|
configurable: true
|
|
@@ -1216,7 +1216,7 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1216
1216
|
* Gets or sets the row seperator settings.
|
|
1217
1217
|
*/
|
|
1218
1218
|
get: function () {
|
|
1219
|
-
var r = this.i.
|
|
1219
|
+
var r = this.i.rowSeparator;
|
|
1220
1220
|
if (r == null) {
|
|
1221
1221
|
return null;
|
|
1222
1222
|
}
|
|
@@ -1232,7 +1232,7 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1232
1232
|
set: function (v) {
|
|
1233
1233
|
if (v != null && this._stylingContainer && v._styling)
|
|
1234
1234
|
v._styling(this._stylingContainer, this, this);
|
|
1235
|
-
v == null ? this.i.
|
|
1235
|
+
v == null ? this.i.rowSeparator = null : this.i.rowSeparator = v.i;
|
|
1236
1236
|
},
|
|
1237
1237
|
enumerable: false,
|
|
1238
1238
|
configurable: true
|
|
@@ -1242,7 +1242,7 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1242
1242
|
* Gets or sets the header row seperator settings.
|
|
1243
1243
|
*/
|
|
1244
1244
|
get: function () {
|
|
1245
|
-
var r = this.i.
|
|
1245
|
+
var r = this.i.headerRowSeparator;
|
|
1246
1246
|
if (r == null) {
|
|
1247
1247
|
return null;
|
|
1248
1248
|
}
|
|
@@ -1258,7 +1258,7 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1258
1258
|
set: function (v) {
|
|
1259
1259
|
if (v != null && this._stylingContainer && v._styling)
|
|
1260
1260
|
v._styling(this._stylingContainer, this, this);
|
|
1261
|
-
v == null ? this.i.
|
|
1261
|
+
v == null ? this.i.headerRowSeparator = null : this.i.headerRowSeparator = v.i;
|
|
1262
1262
|
},
|
|
1263
1263
|
enumerable: false,
|
|
1264
1264
|
configurable: true
|
|
@@ -1268,7 +1268,7 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1268
1268
|
* Gets or sets the header seperator settings.
|
|
1269
1269
|
*/
|
|
1270
1270
|
get: function () {
|
|
1271
|
-
var r = this.i.
|
|
1271
|
+
var r = this.i.headerSeparator;
|
|
1272
1272
|
if (r == null) {
|
|
1273
1273
|
return null;
|
|
1274
1274
|
}
|
|
@@ -1284,7 +1284,7 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1284
1284
|
set: function (v) {
|
|
1285
1285
|
if (v != null && this._stylingContainer && v._styling)
|
|
1286
1286
|
v._styling(this._stylingContainer, this, this);
|
|
1287
|
-
v == null ? this.i.
|
|
1287
|
+
v == null ? this.i.headerSeparator = null : this.i.headerSeparator = v.i;
|
|
1288
1288
|
},
|
|
1289
1289
|
enumerable: false,
|
|
1290
1290
|
configurable: true
|
|
@@ -1294,7 +1294,7 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1294
1294
|
* Gets or sets the column resizing seperator settings.
|
|
1295
1295
|
*/
|
|
1296
1296
|
get: function () {
|
|
1297
|
-
var r = this.i.
|
|
1297
|
+
var r = this.i.columnResizingSeparator;
|
|
1298
1298
|
if (r == null) {
|
|
1299
1299
|
return null;
|
|
1300
1300
|
}
|
|
@@ -1310,7 +1310,7 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1310
1310
|
set: function (v) {
|
|
1311
1311
|
if (v != null && this._stylingContainer && v._styling)
|
|
1312
1312
|
v._styling(this._stylingContainer, this, this);
|
|
1313
|
-
v == null ? this.i.
|
|
1313
|
+
v == null ? this.i.columnResizingSeparator = null : this.i.columnResizingSeparator = v.i;
|
|
1314
1314
|
},
|
|
1315
1315
|
enumerable: false,
|
|
1316
1316
|
configurable: true
|
|
@@ -1320,7 +1320,7 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1320
1320
|
* Gets or sets the column resizing seperator settings.
|
|
1321
1321
|
*/
|
|
1322
1322
|
get: function () {
|
|
1323
|
-
var r = this.i.
|
|
1323
|
+
var r = this.i.columnMovingSeparator;
|
|
1324
1324
|
if (r == null) {
|
|
1325
1325
|
return null;
|
|
1326
1326
|
}
|
|
@@ -1336,7 +1336,7 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1336
1336
|
set: function (v) {
|
|
1337
1337
|
if (v != null && this._stylingContainer && v._styling)
|
|
1338
1338
|
v._styling(this._stylingContainer, this, this);
|
|
1339
|
-
v == null ? this.i.
|
|
1339
|
+
v == null ? this.i.columnMovingSeparator = null : this.i.columnMovingSeparator = v.i;
|
|
1340
1340
|
},
|
|
1341
1341
|
enumerable: false,
|
|
1342
1342
|
configurable: true
|
|
@@ -1346,7 +1346,7 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1346
1346
|
* Gets or sets the pinned area separator settings.
|
|
1347
1347
|
*/
|
|
1348
1348
|
get: function () {
|
|
1349
|
-
var r = this.i.
|
|
1349
|
+
var r = this.i.pinnedAreaSeparator;
|
|
1350
1350
|
if (r == null) {
|
|
1351
1351
|
return null;
|
|
1352
1352
|
}
|
|
@@ -1362,7 +1362,7 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1362
1362
|
set: function (v) {
|
|
1363
1363
|
if (v != null && this._stylingContainer && v._styling)
|
|
1364
1364
|
v._styling(this._stylingContainer, this, this);
|
|
1365
|
-
v == null ? this.i.
|
|
1365
|
+
v == null ? this.i.pinnedAreaSeparator = null : this.i.pinnedAreaSeparator = v.i;
|
|
1366
1366
|
},
|
|
1367
1367
|
enumerable: false,
|
|
1368
1368
|
configurable: true
|
|
@@ -1372,14 +1372,14 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1372
1372
|
* Gets or sets the desired properties the grid will automatically generate columns for.
|
|
1373
1373
|
*/
|
|
1374
1374
|
get: function () {
|
|
1375
|
-
return this.i.
|
|
1375
|
+
return this.i.autoGenerateDesiredProperties;
|
|
1376
1376
|
},
|
|
1377
1377
|
set: function (v) {
|
|
1378
1378
|
if (v && !Array.isArray(v) && typeof (v) == "string") {
|
|
1379
1379
|
var re = /\s*(?:,|\s|$)\s*/gm;
|
|
1380
1380
|
v = v.split(re);
|
|
1381
1381
|
}
|
|
1382
|
-
this.i.
|
|
1382
|
+
this.i.autoGenerateDesiredProperties = v;
|
|
1383
1383
|
},
|
|
1384
1384
|
enumerable: false,
|
|
1385
1385
|
configurable: true
|
|
@@ -1389,14 +1389,14 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1389
1389
|
* Gets or sets the desired properties for the data source to load. If specified the data source may decide to constrain the properties it fetches to these properties and must make sure that at least those properties are loaded, rather than the default behavior for that data source.
|
|
1390
1390
|
*/
|
|
1391
1391
|
get: function () {
|
|
1392
|
-
return this.i.
|
|
1392
|
+
return this.i.dataSourceDesiredProperties;
|
|
1393
1393
|
},
|
|
1394
1394
|
set: function (v) {
|
|
1395
1395
|
if (v && !Array.isArray(v) && typeof (v) == "string") {
|
|
1396
1396
|
var re = /\s*(?:,|\s|$)\s*/gm;
|
|
1397
1397
|
v = v.split(re);
|
|
1398
1398
|
}
|
|
1399
|
-
this.i.
|
|
1399
|
+
this.i.dataSourceDesiredProperties = v;
|
|
1400
1400
|
},
|
|
1401
1401
|
enumerable: false,
|
|
1402
1402
|
configurable: true
|
|
@@ -1406,11 +1406,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1406
1406
|
* Gets or sets the display density to use for the grid.
|
|
1407
1407
|
*/
|
|
1408
1408
|
get: function () {
|
|
1409
|
-
return this.i.
|
|
1409
|
+
return this.i.density;
|
|
1410
1410
|
},
|
|
1411
1411
|
set: function (v) {
|
|
1412
|
-
this.i.
|
|
1413
|
-
this._a("density", enumToString(ControlDisplayDensity_$type, this.i.
|
|
1412
|
+
this.i.density = ensureEnum(ControlDisplayDensity_$type, v);
|
|
1413
|
+
this._a("density", enumToString(ControlDisplayDensity_$type, this.i.density));
|
|
1414
1414
|
},
|
|
1415
1415
|
enumerable: false,
|
|
1416
1416
|
configurable: true
|
|
@@ -1420,11 +1420,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1420
1420
|
* Gets the actual height for the rows in the grid.
|
|
1421
1421
|
*/
|
|
1422
1422
|
get: function () {
|
|
1423
|
-
return this.i.
|
|
1423
|
+
return this.i.actualRowHeight;
|
|
1424
1424
|
},
|
|
1425
1425
|
set: function (v) {
|
|
1426
|
-
this.i.
|
|
1427
|
-
this._a("actualRowHeight", this.i.
|
|
1426
|
+
this.i.actualRowHeight = +v;
|
|
1427
|
+
this._a("actualRowHeight", this.i.actualRowHeight);
|
|
1428
1428
|
},
|
|
1429
1429
|
enumerable: false,
|
|
1430
1430
|
configurable: true
|
|
@@ -1435,11 +1435,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1435
1435
|
* use the default value for the set display density.
|
|
1436
1436
|
*/
|
|
1437
1437
|
get: function () {
|
|
1438
|
-
return this.i.
|
|
1438
|
+
return this.i.rowHeight;
|
|
1439
1439
|
},
|
|
1440
1440
|
set: function (v) {
|
|
1441
|
-
this.i.
|
|
1442
|
-
this._a("rowHeight", this.i.
|
|
1441
|
+
this.i.rowHeight = +v;
|
|
1442
|
+
this._a("rowHeight", this.i.rowHeight);
|
|
1443
1443
|
},
|
|
1444
1444
|
enumerable: false,
|
|
1445
1445
|
configurable: true
|
|
@@ -1449,11 +1449,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1449
1449
|
* Gets or sets the default minimum width to use on all columns. Ignored if NaN.
|
|
1450
1450
|
*/
|
|
1451
1451
|
get: function () {
|
|
1452
|
-
return this.i.
|
|
1452
|
+
return this.i.defaultColumnMinWidth;
|
|
1453
1453
|
},
|
|
1454
1454
|
set: function (v) {
|
|
1455
|
-
this.i.
|
|
1456
|
-
this._a("defaultColumnMinWidth", this.i.
|
|
1455
|
+
this.i.defaultColumnMinWidth = +v;
|
|
1456
|
+
this._a("defaultColumnMinWidth", this.i.defaultColumnMinWidth);
|
|
1457
1457
|
},
|
|
1458
1458
|
enumerable: false,
|
|
1459
1459
|
configurable: true
|
|
@@ -1463,11 +1463,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1463
1463
|
* Gets the height used for the header row.
|
|
1464
1464
|
*/
|
|
1465
1465
|
get: function () {
|
|
1466
|
-
return this.i.
|
|
1466
|
+
return this.i.actualHeaderHeight;
|
|
1467
1467
|
},
|
|
1468
1468
|
set: function (v) {
|
|
1469
|
-
this.i.
|
|
1470
|
-
this._a("actualHeaderHeight", this.i.
|
|
1469
|
+
this.i.actualHeaderHeight = +v;
|
|
1470
|
+
this._a("actualHeaderHeight", this.i.actualHeaderHeight);
|
|
1471
1471
|
},
|
|
1472
1472
|
enumerable: false,
|
|
1473
1473
|
configurable: true
|
|
@@ -1477,11 +1477,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1477
1477
|
* Gets or sets the height to use for the header row.
|
|
1478
1478
|
*/
|
|
1479
1479
|
get: function () {
|
|
1480
|
-
return this.i.
|
|
1480
|
+
return this.i.headerHeight;
|
|
1481
1481
|
},
|
|
1482
1482
|
set: function (v) {
|
|
1483
|
-
this.i.
|
|
1484
|
-
this._a("headerHeight", this.i.
|
|
1483
|
+
this.i.headerHeight = +v;
|
|
1484
|
+
this._a("headerHeight", this.i.headerHeight);
|
|
1485
1485
|
},
|
|
1486
1486
|
enumerable: false,
|
|
1487
1487
|
configurable: true
|
|
@@ -1491,11 +1491,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1491
1491
|
* Returns/sets the action to take when a column header is clicked.
|
|
1492
1492
|
*/
|
|
1493
1493
|
get: function () {
|
|
1494
|
-
return this.i.
|
|
1494
|
+
return this.i.headerClickAction;
|
|
1495
1495
|
},
|
|
1496
1496
|
set: function (v) {
|
|
1497
|
-
this.i.
|
|
1498
|
-
this._a("headerClickAction", enumToString(HeaderClickAction_$type, this.i.
|
|
1497
|
+
this.i.headerClickAction = ensureEnum(HeaderClickAction_$type, v);
|
|
1498
|
+
this._a("headerClickAction", enumToString(HeaderClickAction_$type, this.i.headerClickAction));
|
|
1499
1499
|
},
|
|
1500
1500
|
enumerable: false,
|
|
1501
1501
|
configurable: true
|
|
@@ -1505,11 +1505,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1505
1505
|
* Gets or sets the type of edit mode
|
|
1506
1506
|
*/
|
|
1507
1507
|
get: function () {
|
|
1508
|
-
return this.i.
|
|
1508
|
+
return this.i.editMode;
|
|
1509
1509
|
},
|
|
1510
1510
|
set: function (v) {
|
|
1511
|
-
this.i.
|
|
1512
|
-
this._a("editMode", enumToString(EditModeType_$type, this.i.
|
|
1511
|
+
this.i.editMode = ensureEnum(EditModeType_$type, v);
|
|
1512
|
+
this._a("editMode", enumToString(EditModeType_$type, this.i.editMode));
|
|
1513
1513
|
},
|
|
1514
1514
|
enumerable: false,
|
|
1515
1515
|
configurable: true
|
|
@@ -1519,11 +1519,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1519
1519
|
* Gets or sets the type of click action required to enter edit mode.
|
|
1520
1520
|
*/
|
|
1521
1521
|
get: function () {
|
|
1522
|
-
return this.i.
|
|
1522
|
+
return this.i.editModeClickAction;
|
|
1523
1523
|
},
|
|
1524
1524
|
set: function (v) {
|
|
1525
|
-
this.i.
|
|
1526
|
-
this._a("editModeClickAction", enumToString(EditModeClickAction_$type, this.i.
|
|
1525
|
+
this.i.editModeClickAction = ensureEnum(EditModeClickAction_$type, v);
|
|
1526
|
+
this._a("editModeClickAction", enumToString(EditModeClickAction_$type, this.i.editModeClickAction));
|
|
1527
1527
|
},
|
|
1528
1528
|
enumerable: false,
|
|
1529
1529
|
configurable: true
|
|
@@ -1533,11 +1533,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1533
1533
|
* Gets or sets whether edit mode will begin as soon as you start typing while a cell is active.
|
|
1534
1534
|
*/
|
|
1535
1535
|
get: function () {
|
|
1536
|
-
return this.i.
|
|
1536
|
+
return this.i.editOnKeyPress;
|
|
1537
1537
|
},
|
|
1538
1538
|
set: function (v) {
|
|
1539
|
-
this.i.
|
|
1540
|
-
this._a("editOnKeyPress", this.i.
|
|
1539
|
+
this.i.editOnKeyPress = ensureBool(v);
|
|
1540
|
+
this._a("editOnKeyPress", this.i.editOnKeyPress);
|
|
1541
1541
|
},
|
|
1542
1542
|
enumerable: false,
|
|
1543
1543
|
configurable: true
|
|
@@ -1547,11 +1547,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1547
1547
|
* Configures whether or not the grid will autogenerate columns when the data source is set.
|
|
1548
1548
|
*/
|
|
1549
1549
|
get: function () {
|
|
1550
|
-
return this.i.
|
|
1550
|
+
return this.i.autoGenerateColumns;
|
|
1551
1551
|
},
|
|
1552
1552
|
set: function (v) {
|
|
1553
|
-
this.i.
|
|
1554
|
-
this._a("autoGenerateColumns", this.i.
|
|
1553
|
+
this.i.autoGenerateColumns = ensureBool(v);
|
|
1554
|
+
this._a("autoGenerateColumns", this.i.autoGenerateColumns);
|
|
1555
1555
|
},
|
|
1556
1556
|
enumerable: false,
|
|
1557
1557
|
configurable: true
|
|
@@ -1561,11 +1561,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1561
1561
|
* Sets or gets the height to use for the row separators.
|
|
1562
1562
|
*/
|
|
1563
1563
|
get: function () {
|
|
1564
|
-
return this.i.
|
|
1564
|
+
return this.i.rowSeparatorHeight;
|
|
1565
1565
|
},
|
|
1566
1566
|
set: function (v) {
|
|
1567
|
-
this.i.
|
|
1568
|
-
this._a("rowSeparatorHeight", this.i.
|
|
1567
|
+
this.i.rowSeparatorHeight = +v;
|
|
1568
|
+
this._a("rowSeparatorHeight", this.i.rowSeparatorHeight);
|
|
1569
1569
|
},
|
|
1570
1570
|
enumerable: false,
|
|
1571
1571
|
configurable: true
|
|
@@ -1575,11 +1575,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1575
1575
|
* Configures whether or not place holders are used for cells who do not have their data yet.
|
|
1576
1576
|
*/
|
|
1577
1577
|
get: function () {
|
|
1578
|
-
return this.i.
|
|
1578
|
+
return this.i.isPlaceholderRenderingEnabled;
|
|
1579
1579
|
},
|
|
1580
1580
|
set: function (v) {
|
|
1581
|
-
this.i.
|
|
1582
|
-
this._a("isPlaceholderRenderingEnabled", this.i.
|
|
1581
|
+
this.i.isPlaceholderRenderingEnabled = ensureBool(v);
|
|
1582
|
+
this._a("isPlaceholderRenderingEnabled", this.i.isPlaceholderRenderingEnabled);
|
|
1583
1583
|
},
|
|
1584
1584
|
enumerable: false,
|
|
1585
1585
|
configurable: true
|
|
@@ -1589,11 +1589,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1589
1589
|
* Sets or gets the Column Adding Animation mode to use.
|
|
1590
1590
|
*/
|
|
1591
1591
|
get: function () {
|
|
1592
|
-
return this.i.
|
|
1592
|
+
return this.i.columnAddingAnimationMode;
|
|
1593
1593
|
},
|
|
1594
1594
|
set: function (v) {
|
|
1595
|
-
this.i.
|
|
1596
|
-
this._a("columnAddingAnimationMode", enumToString(ColumnShowingAnimationMode_$type, this.i.
|
|
1595
|
+
this.i.columnAddingAnimationMode = ensureEnum(ColumnShowingAnimationMode_$type, v);
|
|
1596
|
+
this._a("columnAddingAnimationMode", enumToString(ColumnShowingAnimationMode_$type, this.i.columnAddingAnimationMode));
|
|
1597
1597
|
},
|
|
1598
1598
|
enumerable: false,
|
|
1599
1599
|
configurable: true
|
|
@@ -1617,11 +1617,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1617
1617
|
* Sets or gets the cell data loaded animation mode to use.
|
|
1618
1618
|
*/
|
|
1619
1619
|
get: function () {
|
|
1620
|
-
return this.i.
|
|
1620
|
+
return this.i.cellDataLoadedAnimationMode;
|
|
1621
1621
|
},
|
|
1622
1622
|
set: function (v) {
|
|
1623
|
-
this.i.
|
|
1624
|
-
this._a("cellDataLoadedAnimationMode", enumToString(CellDataLoadedAnimationMode_$type, this.i.
|
|
1623
|
+
this.i.cellDataLoadedAnimationMode = ensureEnum(CellDataLoadedAnimationMode_$type, v);
|
|
1624
|
+
this._a("cellDataLoadedAnimationMode", enumToString(CellDataLoadedAnimationMode_$type, this.i.cellDataLoadedAnimationMode));
|
|
1625
1625
|
},
|
|
1626
1626
|
enumerable: false,
|
|
1627
1627
|
configurable: true
|
|
@@ -1631,11 +1631,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1631
1631
|
* Sets or gets the row selection animation mode to use.
|
|
1632
1632
|
*/
|
|
1633
1633
|
get: function () {
|
|
1634
|
-
return this.i.
|
|
1634
|
+
return this.i.rowSelectionAnimationMode;
|
|
1635
1635
|
},
|
|
1636
1636
|
set: function (v) {
|
|
1637
|
-
this.i.
|
|
1638
|
-
this._a("rowSelectionAnimationMode", enumToString(RowSelectionAnimationMode_$type, this.i.
|
|
1637
|
+
this.i.rowSelectionAnimationMode = ensureEnum(RowSelectionAnimationMode_$type, v);
|
|
1638
|
+
this._a("rowSelectionAnimationMode", enumToString(RowSelectionAnimationMode_$type, this.i.rowSelectionAnimationMode));
|
|
1639
1639
|
},
|
|
1640
1640
|
enumerable: false,
|
|
1641
1641
|
configurable: true
|
|
@@ -1645,11 +1645,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1645
1645
|
* Sets or gets the row hover animation mode to use.
|
|
1646
1646
|
*/
|
|
1647
1647
|
get: function () {
|
|
1648
|
-
return this.i.
|
|
1648
|
+
return this.i.rowHoverAnimationMode;
|
|
1649
1649
|
},
|
|
1650
1650
|
set: function (v) {
|
|
1651
|
-
this.i.
|
|
1652
|
-
this._a("rowHoverAnimationMode", enumToString(RowHoverAnimationMode_$type, this.i.
|
|
1651
|
+
this.i.rowHoverAnimationMode = ensureEnum(RowHoverAnimationMode_$type, v);
|
|
1652
|
+
this._a("rowHoverAnimationMode", enumToString(RowHoverAnimationMode_$type, this.i.rowHoverAnimationMode));
|
|
1653
1653
|
},
|
|
1654
1654
|
enumerable: false,
|
|
1655
1655
|
configurable: true
|
|
@@ -1659,11 +1659,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1659
1659
|
* Sets or gets the cell selection animation mode to use.
|
|
1660
1660
|
*/
|
|
1661
1661
|
get: function () {
|
|
1662
|
-
return this.i.
|
|
1662
|
+
return this.i.cellSelectionAnimationMode;
|
|
1663
1663
|
},
|
|
1664
1664
|
set: function (v) {
|
|
1665
|
-
this.i.
|
|
1666
|
-
this._a("cellSelectionAnimationMode", enumToString(CellSelectionAnimationMode_$type, this.i.
|
|
1665
|
+
this.i.cellSelectionAnimationMode = ensureEnum(CellSelectionAnimationMode_$type, v);
|
|
1666
|
+
this._a("cellSelectionAnimationMode", enumToString(CellSelectionAnimationMode_$type, this.i.cellSelectionAnimationMode));
|
|
1667
1667
|
},
|
|
1668
1668
|
enumerable: false,
|
|
1669
1669
|
configurable: true
|
|
@@ -1673,7 +1673,7 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1673
1673
|
* Sets or gets the default animation settings for the grid.
|
|
1674
1674
|
*/
|
|
1675
1675
|
get: function () {
|
|
1676
|
-
var r = this.i.
|
|
1676
|
+
var r = this.i.animationSettings;
|
|
1677
1677
|
if (r == null) {
|
|
1678
1678
|
return null;
|
|
1679
1679
|
}
|
|
@@ -1692,7 +1692,7 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1692
1692
|
return r.externalObject;
|
|
1693
1693
|
},
|
|
1694
1694
|
set: function (v) {
|
|
1695
|
-
v == null ? this.i.
|
|
1695
|
+
v == null ? this.i.animationSettings = null : this.i.animationSettings = v.i;
|
|
1696
1696
|
},
|
|
1697
1697
|
enumerable: false,
|
|
1698
1698
|
configurable: true
|
|
@@ -1702,11 +1702,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1702
1702
|
* Sets or gets the column resizing animation mode to use. Only applies when resizing in Deferred mode.
|
|
1703
1703
|
*/
|
|
1704
1704
|
get: function () {
|
|
1705
|
-
return this.i.
|
|
1705
|
+
return this.i.columnResizingAnimationMode;
|
|
1706
1706
|
},
|
|
1707
1707
|
set: function (v) {
|
|
1708
|
-
this.i.
|
|
1709
|
-
this._a("columnResizingAnimationMode", enumToString(ColumnResizingAnimationMode_$type, this.i.
|
|
1708
|
+
this.i.columnResizingAnimationMode = ensureEnum(ColumnResizingAnimationMode_$type, v);
|
|
1709
|
+
this._a("columnResizingAnimationMode", enumToString(ColumnResizingAnimationMode_$type, this.i.columnResizingAnimationMode));
|
|
1710
1710
|
},
|
|
1711
1711
|
enumerable: false,
|
|
1712
1712
|
configurable: true
|
|
@@ -1716,11 +1716,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1716
1716
|
* Sets or gets the column showing animation mode to use.
|
|
1717
1717
|
*/
|
|
1718
1718
|
get: function () {
|
|
1719
|
-
return this.i.
|
|
1719
|
+
return this.i.columnShowingAnimationMode;
|
|
1720
1720
|
},
|
|
1721
1721
|
set: function (v) {
|
|
1722
|
-
this.i.
|
|
1723
|
-
this._a("columnShowingAnimationMode", enumToString(ColumnShowingAnimationMode_$type, this.i.
|
|
1722
|
+
this.i.columnShowingAnimationMode = ensureEnum(ColumnShowingAnimationMode_$type, v);
|
|
1723
|
+
this._a("columnShowingAnimationMode", enumToString(ColumnShowingAnimationMode_$type, this.i.columnShowingAnimationMode));
|
|
1724
1724
|
},
|
|
1725
1725
|
enumerable: false,
|
|
1726
1726
|
configurable: true
|
|
@@ -1730,11 +1730,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1730
1730
|
* Sets or gets the column moving animation mode to use.
|
|
1731
1731
|
*/
|
|
1732
1732
|
get: function () {
|
|
1733
|
-
return this.i.
|
|
1733
|
+
return this.i.columnMovingAnimationMode;
|
|
1734
1734
|
},
|
|
1735
1735
|
set: function (v) {
|
|
1736
|
-
this.i.
|
|
1737
|
-
this._a("columnMovingAnimationMode", enumToString(ColumnMovingAnimationMode_$type, this.i.
|
|
1736
|
+
this.i.columnMovingAnimationMode = ensureEnum(ColumnMovingAnimationMode_$type, v);
|
|
1737
|
+
this._a("columnMovingAnimationMode", enumToString(ColumnMovingAnimationMode_$type, this.i.columnMovingAnimationMode));
|
|
1738
1738
|
},
|
|
1739
1739
|
enumerable: false,
|
|
1740
1740
|
configurable: true
|
|
@@ -1744,11 +1744,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1744
1744
|
* Sets or gets the column hiding animation mode to use.
|
|
1745
1745
|
*/
|
|
1746
1746
|
get: function () {
|
|
1747
|
-
return this.i.
|
|
1747
|
+
return this.i.columnHidingAnimationMode;
|
|
1748
1748
|
},
|
|
1749
1749
|
set: function (v) {
|
|
1750
|
-
this.i.
|
|
1751
|
-
this._a("columnHidingAnimationMode", enumToString(ColumnHidingAnimationMode_$type, this.i.
|
|
1750
|
+
this.i.columnHidingAnimationMode = ensureEnum(ColumnHidingAnimationMode_$type, v);
|
|
1751
|
+
this._a("columnHidingAnimationMode", enumToString(ColumnHidingAnimationMode_$type, this.i.columnHidingAnimationMode));
|
|
1752
1752
|
},
|
|
1753
1753
|
enumerable: false,
|
|
1754
1754
|
configurable: true
|
|
@@ -1758,11 +1758,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1758
1758
|
* Sets or gets the column exchanging animation mode to use.
|
|
1759
1759
|
*/
|
|
1760
1760
|
get: function () {
|
|
1761
|
-
return this.i.
|
|
1761
|
+
return this.i.columnExchangingAnimationMode;
|
|
1762
1762
|
},
|
|
1763
1763
|
set: function (v) {
|
|
1764
|
-
this.i.
|
|
1765
|
-
this._a("columnExchangingAnimationMode", enumToString(ColumnExchangingAnimationMode_$type, this.i.
|
|
1764
|
+
this.i.columnExchangingAnimationMode = ensureEnum(ColumnExchangingAnimationMode_$type, v);
|
|
1765
|
+
this._a("columnExchangingAnimationMode", enumToString(ColumnExchangingAnimationMode_$type, this.i.columnExchangingAnimationMode));
|
|
1766
1766
|
},
|
|
1767
1767
|
enumerable: false,
|
|
1768
1768
|
configurable: true
|
|
@@ -1772,11 +1772,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1772
1772
|
* Sets or gets the grid selection mode.
|
|
1773
1773
|
*/
|
|
1774
1774
|
get: function () {
|
|
1775
|
-
return this.i.
|
|
1775
|
+
return this.i.selectionMode;
|
|
1776
1776
|
},
|
|
1777
1777
|
set: function (v) {
|
|
1778
|
-
this.i.
|
|
1779
|
-
this._a("selectionMode", enumToString(DataGridSelectionMode_$type, this.i.
|
|
1778
|
+
this.i.selectionMode = ensureEnum(DataGridSelectionMode_$type, v);
|
|
1779
|
+
this._a("selectionMode", enumToString(DataGridSelectionMode_$type, this.i.selectionMode));
|
|
1780
1780
|
},
|
|
1781
1781
|
enumerable: false,
|
|
1782
1782
|
configurable: true
|
|
@@ -1786,11 +1786,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1786
1786
|
* Sets or gets the grid selection mode.
|
|
1787
1787
|
*/
|
|
1788
1788
|
get: function () {
|
|
1789
|
-
return this.i.
|
|
1789
|
+
return this.i.activationMode;
|
|
1790
1790
|
},
|
|
1791
1791
|
set: function (v) {
|
|
1792
|
-
this.i.
|
|
1793
|
-
this._a("activationMode", enumToString(GridActivationMode_$type, this.i.
|
|
1792
|
+
this.i.activationMode = ensureEnum(GridActivationMode_$type, v);
|
|
1793
|
+
this._a("activationMode", enumToString(GridActivationMode_$type, this.i.activationMode));
|
|
1794
1794
|
},
|
|
1795
1795
|
enumerable: false,
|
|
1796
1796
|
configurable: true
|
|
@@ -1800,11 +1800,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1800
1800
|
* Sets or gets how selection behaves in the grid.
|
|
1801
1801
|
*/
|
|
1802
1802
|
get: function () {
|
|
1803
|
-
return this.i.
|
|
1803
|
+
return this.i.selectionBehavior;
|
|
1804
1804
|
},
|
|
1805
1805
|
set: function (v) {
|
|
1806
|
-
this.i.
|
|
1807
|
-
this._a("selectionBehavior", enumToString(GridSelectionBehavior_$type, this.i.
|
|
1806
|
+
this.i.selectionBehavior = ensureEnum(GridSelectionBehavior_$type, v);
|
|
1807
|
+
this._a("selectionBehavior", enumToString(GridSelectionBehavior_$type, this.i.selectionBehavior));
|
|
1808
1808
|
},
|
|
1809
1809
|
enumerable: false,
|
|
1810
1810
|
configurable: true
|
|
@@ -1814,11 +1814,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1814
1814
|
* Gets or sets the ability to select rows or cells via mouse dragging. Currently only applies when SelectionMode is MultipleRow or RangeCell.
|
|
1815
1815
|
*/
|
|
1816
1816
|
get: function () {
|
|
1817
|
-
return this.i.
|
|
1817
|
+
return this.i.mouseDragSelectionEnabled;
|
|
1818
1818
|
},
|
|
1819
1819
|
set: function (v) {
|
|
1820
|
-
this.i.
|
|
1821
|
-
this._a("mouseDragSelectionEnabled", this.i.
|
|
1820
|
+
this.i.mouseDragSelectionEnabled = ensureBool(v);
|
|
1821
|
+
this._a("mouseDragSelectionEnabled", this.i.mouseDragSelectionEnabled);
|
|
1822
1822
|
},
|
|
1823
1823
|
enumerable: false,
|
|
1824
1824
|
configurable: true
|
|
@@ -1830,7 +1830,7 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1830
1830
|
get: function () {
|
|
1831
1831
|
if (this._selectedItems === null) {
|
|
1832
1832
|
var coll = new IgcGridSelectedItemsCollection();
|
|
1833
|
-
var innerColl = this.i.
|
|
1833
|
+
var innerColl = this.i.selectedItems;
|
|
1834
1834
|
if (!innerColl) {
|
|
1835
1835
|
innerColl = new GridSelectedItemsCollection_internal();
|
|
1836
1836
|
}
|
|
@@ -1846,7 +1846,7 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1846
1846
|
var coll = new IgcGridSelectedItemsCollection();
|
|
1847
1847
|
this._selectedItems = coll._fromOuter(v);
|
|
1848
1848
|
var syncColl = new SyncableObservableCollection$1(Base.$type);
|
|
1849
|
-
var innerColl = this.i.
|
|
1849
|
+
var innerColl = this.i.selectedItems;
|
|
1850
1850
|
if (!innerColl) {
|
|
1851
1851
|
innerColl = new GridSelectedItemsCollection_internal();
|
|
1852
1852
|
}
|
|
@@ -1864,7 +1864,7 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1864
1864
|
get: function () {
|
|
1865
1865
|
if (this._selectedKeys === null) {
|
|
1866
1866
|
var coll = new IgcGridSelectedKeysCollection();
|
|
1867
|
-
var innerColl = this.i.
|
|
1867
|
+
var innerColl = this.i.selectedKeys;
|
|
1868
1868
|
if (!innerColl) {
|
|
1869
1869
|
innerColl = new GridSelectedKeysCollection_internal();
|
|
1870
1870
|
}
|
|
@@ -1880,7 +1880,7 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1880
1880
|
var coll = new IgcGridSelectedKeysCollection();
|
|
1881
1881
|
this._selectedKeys = coll._fromOuter(v);
|
|
1882
1882
|
var syncColl = new SyncableObservableCollection$1(PrimaryKeyValue.$type);
|
|
1883
|
-
var innerColl = this.i.
|
|
1883
|
+
var innerColl = this.i.selectedKeys;
|
|
1884
1884
|
if (!innerColl) {
|
|
1885
1885
|
innerColl = new GridSelectedKeysCollection_internal();
|
|
1886
1886
|
}
|
|
@@ -1898,7 +1898,7 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1898
1898
|
get: function () {
|
|
1899
1899
|
if (this._selectedCells === null) {
|
|
1900
1900
|
var coll = new IgcGridSelectedCellsCollection();
|
|
1901
|
-
var innerColl = this.i.
|
|
1901
|
+
var innerColl = this.i.selectedCells;
|
|
1902
1902
|
if (!innerColl) {
|
|
1903
1903
|
innerColl = new GridSelectedCellsCollection_internal();
|
|
1904
1904
|
}
|
|
@@ -1914,7 +1914,7 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1914
1914
|
var coll = new IgcGridSelectedCellsCollection();
|
|
1915
1915
|
this._selectedCells = coll._fromOuter(v);
|
|
1916
1916
|
var syncColl = new SyncableObservableCollection$1(CellKey.$type);
|
|
1917
|
-
var innerColl = this.i.
|
|
1917
|
+
var innerColl = this.i.selectedCells;
|
|
1918
1918
|
if (!innerColl) {
|
|
1919
1919
|
innerColl = new GridSelectedCellsCollection_internal();
|
|
1920
1920
|
}
|
|
@@ -1932,7 +1932,7 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1932
1932
|
get: function () {
|
|
1933
1933
|
if (this._selectedCellRanges === null) {
|
|
1934
1934
|
var coll = new IgcGridSelectedCellRangesCollection();
|
|
1935
|
-
var innerColl = this.i.
|
|
1935
|
+
var innerColl = this.i.selectedCellRanges;
|
|
1936
1936
|
if (!innerColl) {
|
|
1937
1937
|
innerColl = new GridSelectedCellRangesCollection_internal();
|
|
1938
1938
|
}
|
|
@@ -1948,7 +1948,7 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1948
1948
|
var coll = new IgcGridSelectedCellRangesCollection();
|
|
1949
1949
|
this._selectedCellRanges = coll._fromOuter(v);
|
|
1950
1950
|
var syncColl = new SyncableObservableCollection$1(CellRange.$type);
|
|
1951
|
-
var innerColl = this.i.
|
|
1951
|
+
var innerColl = this.i.selectedCellRanges;
|
|
1952
1952
|
if (!innerColl) {
|
|
1953
1953
|
innerColl = new GridSelectedCellRangesCollection_internal();
|
|
1954
1954
|
}
|
|
@@ -1966,7 +1966,7 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1966
1966
|
get: function () {
|
|
1967
1967
|
if (this._pinnedItems === null) {
|
|
1968
1968
|
var coll = new IgcGridSelectedItemsCollection();
|
|
1969
|
-
var innerColl = this.i.
|
|
1969
|
+
var innerColl = this.i.pinnedItems;
|
|
1970
1970
|
if (!innerColl) {
|
|
1971
1971
|
innerColl = new GridSelectedItemsCollection_internal();
|
|
1972
1972
|
}
|
|
@@ -1982,7 +1982,7 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1982
1982
|
var coll = new IgcGridSelectedItemsCollection();
|
|
1983
1983
|
this._pinnedItems = coll._fromOuter(v);
|
|
1984
1984
|
var syncColl = new SyncableObservableCollection$1(Base.$type);
|
|
1985
|
-
var innerColl = this.i.
|
|
1985
|
+
var innerColl = this.i.pinnedItems;
|
|
1986
1986
|
if (!innerColl) {
|
|
1987
1987
|
innerColl = new GridSelectedItemsCollection_internal();
|
|
1988
1988
|
}
|
|
@@ -2000,7 +2000,7 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2000
2000
|
get: function () {
|
|
2001
2001
|
if (this._pinnedKeys === null) {
|
|
2002
2002
|
var coll = new IgcGridSelectedKeysCollection();
|
|
2003
|
-
var innerColl = this.i.
|
|
2003
|
+
var innerColl = this.i.pinnedKeys;
|
|
2004
2004
|
if (!innerColl) {
|
|
2005
2005
|
innerColl = new GridSelectedKeysCollection_internal();
|
|
2006
2006
|
}
|
|
@@ -2016,7 +2016,7 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2016
2016
|
var coll = new IgcGridSelectedKeysCollection();
|
|
2017
2017
|
this._pinnedKeys = coll._fromOuter(v);
|
|
2018
2018
|
var syncColl = new SyncableObservableCollection$1(PrimaryKeyValue.$type);
|
|
2019
|
-
var innerColl = this.i.
|
|
2019
|
+
var innerColl = this.i.pinnedKeys;
|
|
2020
2020
|
if (!innerColl) {
|
|
2021
2021
|
innerColl = new GridSelectedKeysCollection_internal();
|
|
2022
2022
|
}
|
|
@@ -2032,11 +2032,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2032
2032
|
* Gets or sets whether to show the column options UI in the headers for columns.
|
|
2033
2033
|
*/
|
|
2034
2034
|
get: function () {
|
|
2035
|
-
return this.i.
|
|
2035
|
+
return this.i.isColumnOptionsEnabled;
|
|
2036
2036
|
},
|
|
2037
2037
|
set: function (v) {
|
|
2038
|
-
this.i.
|
|
2039
|
-
this._a("isColumnOptionsEnabled", this.i.
|
|
2038
|
+
this.i.isColumnOptionsEnabled = ensureBool(v);
|
|
2039
|
+
this._a("isColumnOptionsEnabled", this.i.isColumnOptionsEnabled);
|
|
2040
2040
|
},
|
|
2041
2041
|
enumerable: false,
|
|
2042
2042
|
configurable: true
|
|
@@ -2046,11 +2046,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2046
2046
|
* Gets or sets if group rows will stick to the top of the grid.
|
|
2047
2047
|
*/
|
|
2048
2048
|
get: function () {
|
|
2049
|
-
return this.i.
|
|
2049
|
+
return this.i.isGroupRowSticky;
|
|
2050
2050
|
},
|
|
2051
2051
|
set: function (v) {
|
|
2052
|
-
this.i.
|
|
2053
|
-
this._a("isGroupRowSticky", this.i.
|
|
2052
|
+
this.i.isGroupRowSticky = ensureBool(v);
|
|
2053
|
+
this._a("isGroupRowSticky", this.i.isGroupRowSticky);
|
|
2054
2054
|
},
|
|
2055
2055
|
enumerable: false,
|
|
2056
2056
|
configurable: true
|
|
@@ -2060,11 +2060,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2060
2060
|
* Gets or sets if header separators are rendered.
|
|
2061
2061
|
*/
|
|
2062
2062
|
get: function () {
|
|
2063
|
-
return this.i.
|
|
2063
|
+
return this.i.isHeaderSeparatorVisible;
|
|
2064
2064
|
},
|
|
2065
2065
|
set: function (v) {
|
|
2066
|
-
this.i.
|
|
2067
|
-
this._a("isHeaderSeparatorVisible", this.i.
|
|
2066
|
+
this.i.isHeaderSeparatorVisible = ensureBool(v);
|
|
2067
|
+
this._a("isHeaderSeparatorVisible", this.i.isHeaderSeparatorVisible);
|
|
2068
2068
|
},
|
|
2069
2069
|
enumerable: false,
|
|
2070
2070
|
configurable: true
|
|
@@ -2074,11 +2074,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2074
2074
|
* Gets or sets the default background color to use for content cells when a row is in a selected state
|
|
2075
2075
|
*/
|
|
2076
2076
|
get: function () {
|
|
2077
|
-
return brushToString(this.i.
|
|
2077
|
+
return brushToString(this.i.cellSelectedBackground);
|
|
2078
2078
|
},
|
|
2079
2079
|
set: function (v) {
|
|
2080
|
-
this.i.
|
|
2081
|
-
this._a("cellSelectedBackground", brushToString(this.i.
|
|
2080
|
+
this.i.cellSelectedBackground = stringToBrush(v);
|
|
2081
|
+
this._a("cellSelectedBackground", brushToString(this.i.cellSelectedBackground));
|
|
2082
2082
|
},
|
|
2083
2083
|
enumerable: false,
|
|
2084
2084
|
configurable: true
|
|
@@ -2088,11 +2088,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2088
2088
|
* Gets or sets the default background color to use for section header cells when a row is in a selected state
|
|
2089
2089
|
*/
|
|
2090
2090
|
get: function () {
|
|
2091
|
-
return brushToString(this.i.
|
|
2091
|
+
return brushToString(this.i.sectionHeaderSelectedBackground);
|
|
2092
2092
|
},
|
|
2093
2093
|
set: function (v) {
|
|
2094
|
-
this.i.
|
|
2095
|
-
this._a("sectionHeaderSelectedBackground", brushToString(this.i.
|
|
2094
|
+
this.i.sectionHeaderSelectedBackground = stringToBrush(v);
|
|
2095
|
+
this._a("sectionHeaderSelectedBackground", brushToString(this.i.sectionHeaderSelectedBackground));
|
|
2096
2096
|
},
|
|
2097
2097
|
enumerable: false,
|
|
2098
2098
|
configurable: true
|
|
@@ -2102,11 +2102,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2102
2102
|
* Gets or sets the default background color to use for summary cells at the root level.
|
|
2103
2103
|
*/
|
|
2104
2104
|
get: function () {
|
|
2105
|
-
return brushToString(this.i.
|
|
2105
|
+
return brushToString(this.i.summaryRootBackground);
|
|
2106
2106
|
},
|
|
2107
2107
|
set: function (v) {
|
|
2108
|
-
this.i.
|
|
2109
|
-
this._a("summaryRootBackground", brushToString(this.i.
|
|
2108
|
+
this.i.summaryRootBackground = stringToBrush(v);
|
|
2109
|
+
this._a("summaryRootBackground", brushToString(this.i.summaryRootBackground));
|
|
2110
2110
|
},
|
|
2111
2111
|
enumerable: false,
|
|
2112
2112
|
configurable: true
|
|
@@ -2116,11 +2116,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2116
2116
|
* Gets or sets the default background color to use for summary cells at the section level.
|
|
2117
2117
|
*/
|
|
2118
2118
|
get: function () {
|
|
2119
|
-
return brushToString(this.i.
|
|
2119
|
+
return brushToString(this.i.summarySectionBackground);
|
|
2120
2120
|
},
|
|
2121
2121
|
set: function (v) {
|
|
2122
|
-
this.i.
|
|
2123
|
-
this._a("summarySectionBackground", brushToString(this.i.
|
|
2122
|
+
this.i.summarySectionBackground = stringToBrush(v);
|
|
2123
|
+
this._a("summarySectionBackground", brushToString(this.i.summarySectionBackground));
|
|
2124
2124
|
},
|
|
2125
2125
|
enumerable: false,
|
|
2126
2126
|
configurable: true
|
|
@@ -2130,11 +2130,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2130
2130
|
* Gets or sets the default opacity to use for pinned rows
|
|
2131
2131
|
*/
|
|
2132
2132
|
get: function () {
|
|
2133
|
-
return this.i.
|
|
2133
|
+
return this.i.pinnedRowOpacity;
|
|
2134
2134
|
},
|
|
2135
2135
|
set: function (v) {
|
|
2136
|
-
this.i.
|
|
2137
|
-
this._a("pinnedRowOpacity", this.i.
|
|
2136
|
+
this.i.pinnedRowOpacity = +v;
|
|
2137
|
+
this._a("pinnedRowOpacity", this.i.pinnedRowOpacity);
|
|
2138
2138
|
},
|
|
2139
2139
|
enumerable: false,
|
|
2140
2140
|
configurable: true
|
|
@@ -2144,16 +2144,16 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2144
2144
|
* Gets or sets the font to use for cells that have been edited.
|
|
2145
2145
|
*/
|
|
2146
2146
|
get: function () {
|
|
2147
|
-
if (this.i.
|
|
2147
|
+
if (this.i.editTextStyle == null) {
|
|
2148
2148
|
return null;
|
|
2149
2149
|
}
|
|
2150
|
-
return this.i.
|
|
2150
|
+
return this.i.editTextStyle.fontString;
|
|
2151
2151
|
},
|
|
2152
2152
|
set: function (v) {
|
|
2153
2153
|
var fi = new FontInfo();
|
|
2154
2154
|
fi.fontString = v;
|
|
2155
|
-
this.i.
|
|
2156
|
-
this._a("editTextStyle", this.i.
|
|
2155
|
+
this.i.editTextStyle = fi;
|
|
2156
|
+
this._a("editTextStyle", this.i.editTextStyle != null ? this.i.editTextStyle.fontString : "");
|
|
2157
2157
|
},
|
|
2158
2158
|
enumerable: false,
|
|
2159
2159
|
configurable: true
|
|
@@ -2163,11 +2163,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2163
2163
|
* Gets or sets the default opacity for unsaved cell edits.
|
|
2164
2164
|
*/
|
|
2165
2165
|
get: function () {
|
|
2166
|
-
return this.i.
|
|
2166
|
+
return this.i.editOpacity;
|
|
2167
2167
|
},
|
|
2168
2168
|
set: function (v) {
|
|
2169
|
-
this.i.
|
|
2170
|
-
this._a("editOpacity", this.i.
|
|
2169
|
+
this.i.editOpacity = +v;
|
|
2170
|
+
this._a("editOpacity", this.i.editOpacity);
|
|
2171
2171
|
},
|
|
2172
2172
|
enumerable: false,
|
|
2173
2173
|
configurable: true
|
|
@@ -2177,11 +2177,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2177
2177
|
* Gets or sets the text color for unsaved deleted rows.
|
|
2178
2178
|
*/
|
|
2179
2179
|
get: function () {
|
|
2180
|
-
return brushToString(this.i.
|
|
2180
|
+
return brushToString(this.i.deletedTextColor);
|
|
2181
2181
|
},
|
|
2182
2182
|
set: function (v) {
|
|
2183
|
-
this.i.
|
|
2184
|
-
this._a("deletedTextColor", brushToString(this.i.
|
|
2183
|
+
this.i.deletedTextColor = stringToBrush(v);
|
|
2184
|
+
this._a("deletedTextColor", brushToString(this.i.deletedTextColor));
|
|
2185
2185
|
},
|
|
2186
2186
|
enumerable: false,
|
|
2187
2187
|
configurable: true
|
|
@@ -2191,11 +2191,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2191
2191
|
* Gets or sets the default color to use for sticky rows
|
|
2192
2192
|
*/
|
|
2193
2193
|
get: function () {
|
|
2194
|
-
return brushToString(this.i.
|
|
2194
|
+
return brushToString(this.i.stickyRowBackground);
|
|
2195
2195
|
},
|
|
2196
2196
|
set: function (v) {
|
|
2197
|
-
this.i.
|
|
2198
|
-
this._a("stickyRowBackground", brushToString(this.i.
|
|
2197
|
+
this.i.stickyRowBackground = stringToBrush(v);
|
|
2198
|
+
this._a("stickyRowBackground", brushToString(this.i.stickyRowBackground));
|
|
2199
2199
|
},
|
|
2200
2200
|
enumerable: false,
|
|
2201
2201
|
configurable: true
|
|
@@ -2205,11 +2205,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2205
2205
|
* Gets or sets the default color to use for pinned rows
|
|
2206
2206
|
*/
|
|
2207
2207
|
get: function () {
|
|
2208
|
-
return brushToString(this.i.
|
|
2208
|
+
return brushToString(this.i.pinnedRowBackground);
|
|
2209
2209
|
},
|
|
2210
2210
|
set: function (v) {
|
|
2211
|
-
this.i.
|
|
2212
|
-
this._a("pinnedRowBackground", brushToString(this.i.
|
|
2211
|
+
this.i.pinnedRowBackground = stringToBrush(v);
|
|
2212
|
+
this._a("pinnedRowBackground", brushToString(this.i.pinnedRowBackground));
|
|
2213
2213
|
},
|
|
2214
2214
|
enumerable: false,
|
|
2215
2215
|
configurable: true
|
|
@@ -2219,11 +2219,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2219
2219
|
* Gets or sets the default color to use for the last sticky row
|
|
2220
2220
|
*/
|
|
2221
2221
|
get: function () {
|
|
2222
|
-
return brushToString(this.i.
|
|
2222
|
+
return brushToString(this.i.lastStickyRowBackground);
|
|
2223
2223
|
},
|
|
2224
2224
|
set: function (v) {
|
|
2225
|
-
this.i.
|
|
2226
|
-
this._a("lastStickyRowBackground", brushToString(this.i.
|
|
2225
|
+
this.i.lastStickyRowBackground = stringToBrush(v);
|
|
2226
|
+
this._a("lastStickyRowBackground", brushToString(this.i.lastStickyRowBackground));
|
|
2227
2227
|
},
|
|
2228
2228
|
enumerable: false,
|
|
2229
2229
|
configurable: true
|
|
@@ -2233,7 +2233,7 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2233
2233
|
* Gets or sets the position of the active cell.
|
|
2234
2234
|
*/
|
|
2235
2235
|
get: function () {
|
|
2236
|
-
var r = this.i.
|
|
2236
|
+
var r = this.i.activeCell;
|
|
2237
2237
|
if (r == null) {
|
|
2238
2238
|
return null;
|
|
2239
2239
|
}
|
|
@@ -2252,7 +2252,7 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2252
2252
|
return r.externalObject;
|
|
2253
2253
|
},
|
|
2254
2254
|
set: function (v) {
|
|
2255
|
-
v == null ? this.i.
|
|
2255
|
+
v == null ? this.i.activeCell = null : this.i.activeCell = v.i;
|
|
2256
2256
|
},
|
|
2257
2257
|
enumerable: false,
|
|
2258
2258
|
configurable: true
|
|
@@ -2262,11 +2262,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2262
2262
|
* Gets or sets the default background color to use for content cells
|
|
2263
2263
|
*/
|
|
2264
2264
|
get: function () {
|
|
2265
|
-
return brushToString(this.i.
|
|
2265
|
+
return brushToString(this.i.cellBackground);
|
|
2266
2266
|
},
|
|
2267
2267
|
set: function (v) {
|
|
2268
|
-
this.i.
|
|
2269
|
-
this._a("cellBackground", brushToString(this.i.
|
|
2268
|
+
this.i.cellBackground = stringToBrush(v);
|
|
2269
|
+
this._a("cellBackground", brushToString(this.i.cellBackground));
|
|
2270
2270
|
},
|
|
2271
2271
|
enumerable: false,
|
|
2272
2272
|
configurable: true
|
|
@@ -2276,11 +2276,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2276
2276
|
* Gets or sets the default text color to use for content cells
|
|
2277
2277
|
*/
|
|
2278
2278
|
get: function () {
|
|
2279
|
-
return brushToString(this.i.
|
|
2279
|
+
return brushToString(this.i.cellTextColor);
|
|
2280
2280
|
},
|
|
2281
2281
|
set: function (v) {
|
|
2282
|
-
this.i.
|
|
2283
|
-
this._a("cellTextColor", brushToString(this.i.
|
|
2282
|
+
this.i.cellTextColor = stringToBrush(v);
|
|
2283
|
+
this._a("cellTextColor", brushToString(this.i.cellTextColor));
|
|
2284
2284
|
},
|
|
2285
2285
|
enumerable: false,
|
|
2286
2286
|
configurable: true
|
|
@@ -2290,11 +2290,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2290
2290
|
* Gets or sets the default text color to use for content cells
|
|
2291
2291
|
*/
|
|
2292
2292
|
get: function () {
|
|
2293
|
-
return brushToString(this.i.
|
|
2293
|
+
return brushToString(this.i.headerSortIndicatorColor);
|
|
2294
2294
|
},
|
|
2295
2295
|
set: function (v) {
|
|
2296
|
-
this.i.
|
|
2297
|
-
this._a("headerSortIndicatorColor", brushToString(this.i.
|
|
2296
|
+
this.i.headerSortIndicatorColor = stringToBrush(v);
|
|
2297
|
+
this._a("headerSortIndicatorColor", brushToString(this.i.headerSortIndicatorColor));
|
|
2298
2298
|
},
|
|
2299
2299
|
enumerable: false,
|
|
2300
2300
|
configurable: true
|
|
@@ -2304,11 +2304,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2304
2304
|
* Gets or sets the default render style for sort indicators in header cells.
|
|
2305
2305
|
*/
|
|
2306
2306
|
get: function () {
|
|
2307
|
-
return this.i.
|
|
2307
|
+
return this.i.headerSortIndicatorStyle;
|
|
2308
2308
|
},
|
|
2309
2309
|
set: function (v) {
|
|
2310
|
-
this.i.
|
|
2311
|
-
this._a("headerSortIndicatorStyle", enumToString(SortIndicatorStyle_$type, this.i.
|
|
2310
|
+
this.i.headerSortIndicatorStyle = ensureEnum(SortIndicatorStyle_$type, v);
|
|
2311
|
+
this._a("headerSortIndicatorStyle", enumToString(SortIndicatorStyle_$type, this.i.headerSortIndicatorStyle));
|
|
2312
2312
|
},
|
|
2313
2313
|
enumerable: false,
|
|
2314
2314
|
configurable: true
|
|
@@ -2318,16 +2318,16 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2318
2318
|
* Gets or sets the font to use for content cells
|
|
2319
2319
|
*/
|
|
2320
2320
|
get: function () {
|
|
2321
|
-
if (this.i.
|
|
2321
|
+
if (this.i.cellTextStyle == null) {
|
|
2322
2322
|
return null;
|
|
2323
2323
|
}
|
|
2324
|
-
return this.i.
|
|
2324
|
+
return this.i.cellTextStyle.fontString;
|
|
2325
2325
|
},
|
|
2326
2326
|
set: function (v) {
|
|
2327
2327
|
var fi = new FontInfo();
|
|
2328
2328
|
fi.fontString = v;
|
|
2329
|
-
this.i.
|
|
2330
|
-
this._a("cellTextStyle", this.i.
|
|
2329
|
+
this.i.cellTextStyle = fi;
|
|
2330
|
+
this._a("cellTextStyle", this.i.cellTextStyle != null ? this.i.cellTextStyle.fontString : "");
|
|
2331
2331
|
},
|
|
2332
2332
|
enumerable: false,
|
|
2333
2333
|
configurable: true
|
|
@@ -2337,11 +2337,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2337
2337
|
* Gets or sets the default background color to use for section header cells
|
|
2338
2338
|
*/
|
|
2339
2339
|
get: function () {
|
|
2340
|
-
return brushToString(this.i.
|
|
2340
|
+
return brushToString(this.i.sectionHeaderBackground);
|
|
2341
2341
|
},
|
|
2342
2342
|
set: function (v) {
|
|
2343
|
-
this.i.
|
|
2344
|
-
this._a("sectionHeaderBackground", brushToString(this.i.
|
|
2343
|
+
this.i.sectionHeaderBackground = stringToBrush(v);
|
|
2344
|
+
this._a("sectionHeaderBackground", brushToString(this.i.sectionHeaderBackground));
|
|
2345
2345
|
},
|
|
2346
2346
|
enumerable: false,
|
|
2347
2347
|
configurable: true
|
|
@@ -2351,11 +2351,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2351
2351
|
* Gets or sets the default text color to use for section header cells
|
|
2352
2352
|
*/
|
|
2353
2353
|
get: function () {
|
|
2354
|
-
return brushToString(this.i.
|
|
2354
|
+
return brushToString(this.i.sectionHeaderTextColor);
|
|
2355
2355
|
},
|
|
2356
2356
|
set: function (v) {
|
|
2357
|
-
this.i.
|
|
2358
|
-
this._a("sectionHeaderTextColor", brushToString(this.i.
|
|
2357
|
+
this.i.sectionHeaderTextColor = stringToBrush(v);
|
|
2358
|
+
this._a("sectionHeaderTextColor", brushToString(this.i.sectionHeaderTextColor));
|
|
2359
2359
|
},
|
|
2360
2360
|
enumerable: false,
|
|
2361
2361
|
configurable: true
|
|
@@ -2365,16 +2365,16 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2365
2365
|
* Gets or sets the font to use for section header cells
|
|
2366
2366
|
*/
|
|
2367
2367
|
get: function () {
|
|
2368
|
-
if (this.i.
|
|
2368
|
+
if (this.i.sectionHeaderTextStyle == null) {
|
|
2369
2369
|
return null;
|
|
2370
2370
|
}
|
|
2371
|
-
return this.i.
|
|
2371
|
+
return this.i.sectionHeaderTextStyle.fontString;
|
|
2372
2372
|
},
|
|
2373
2373
|
set: function (v) {
|
|
2374
2374
|
var fi = new FontInfo();
|
|
2375
2375
|
fi.fontString = v;
|
|
2376
|
-
this.i.
|
|
2377
|
-
this._a("sectionHeaderTextStyle", this.i.
|
|
2376
|
+
this.i.sectionHeaderTextStyle = fi;
|
|
2377
|
+
this._a("sectionHeaderTextStyle", this.i.sectionHeaderTextStyle != null ? this.i.sectionHeaderTextStyle.fontString : "");
|
|
2378
2378
|
},
|
|
2379
2379
|
enumerable: false,
|
|
2380
2380
|
configurable: true
|
|
@@ -2384,16 +2384,16 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2384
2384
|
* Gets or sets the font to use for summary labels at the root level.
|
|
2385
2385
|
*/
|
|
2386
2386
|
get: function () {
|
|
2387
|
-
if (this.i.
|
|
2387
|
+
if (this.i.summaryRootLabelTextStyle == null) {
|
|
2388
2388
|
return null;
|
|
2389
2389
|
}
|
|
2390
|
-
return this.i.
|
|
2390
|
+
return this.i.summaryRootLabelTextStyle.fontString;
|
|
2391
2391
|
},
|
|
2392
2392
|
set: function (v) {
|
|
2393
2393
|
var fi = new FontInfo();
|
|
2394
2394
|
fi.fontString = v;
|
|
2395
|
-
this.i.
|
|
2396
|
-
this._a("summaryRootLabelTextStyle", this.i.
|
|
2395
|
+
this.i.summaryRootLabelTextStyle = fi;
|
|
2396
|
+
this._a("summaryRootLabelTextStyle", this.i.summaryRootLabelTextStyle != null ? this.i.summaryRootLabelTextStyle.fontString : "");
|
|
2397
2397
|
},
|
|
2398
2398
|
enumerable: false,
|
|
2399
2399
|
configurable: true
|
|
@@ -2403,16 +2403,16 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2403
2403
|
* Gets or sets the font to use for summary labels at the section level.
|
|
2404
2404
|
*/
|
|
2405
2405
|
get: function () {
|
|
2406
|
-
if (this.i.
|
|
2406
|
+
if (this.i.summarySectionLabelTextStyle == null) {
|
|
2407
2407
|
return null;
|
|
2408
2408
|
}
|
|
2409
|
-
return this.i.
|
|
2409
|
+
return this.i.summarySectionLabelTextStyle.fontString;
|
|
2410
2410
|
},
|
|
2411
2411
|
set: function (v) {
|
|
2412
2412
|
var fi = new FontInfo();
|
|
2413
2413
|
fi.fontString = v;
|
|
2414
|
-
this.i.
|
|
2415
|
-
this._a("summarySectionLabelTextStyle", this.i.
|
|
2414
|
+
this.i.summarySectionLabelTextStyle = fi;
|
|
2415
|
+
this._a("summarySectionLabelTextStyle", this.i.summarySectionLabelTextStyle != null ? this.i.summarySectionLabelTextStyle.fontString : "");
|
|
2416
2416
|
},
|
|
2417
2417
|
enumerable: false,
|
|
2418
2418
|
configurable: true
|
|
@@ -2422,11 +2422,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2422
2422
|
* Gets or sets the default text color to use for summary cells at the root level.
|
|
2423
2423
|
*/
|
|
2424
2424
|
get: function () {
|
|
2425
|
-
return brushToString(this.i.
|
|
2425
|
+
return brushToString(this.i.summaryRootValueTextColor);
|
|
2426
2426
|
},
|
|
2427
2427
|
set: function (v) {
|
|
2428
|
-
this.i.
|
|
2429
|
-
this._a("summaryRootValueTextColor", brushToString(this.i.
|
|
2428
|
+
this.i.summaryRootValueTextColor = stringToBrush(v);
|
|
2429
|
+
this._a("summaryRootValueTextColor", brushToString(this.i.summaryRootValueTextColor));
|
|
2430
2430
|
},
|
|
2431
2431
|
enumerable: false,
|
|
2432
2432
|
configurable: true
|
|
@@ -2436,16 +2436,16 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2436
2436
|
* Gets or sets the font to use for summary values at the root level.
|
|
2437
2437
|
*/
|
|
2438
2438
|
get: function () {
|
|
2439
|
-
if (this.i.
|
|
2439
|
+
if (this.i.summaryRootValueTextStyle == null) {
|
|
2440
2440
|
return null;
|
|
2441
2441
|
}
|
|
2442
|
-
return this.i.
|
|
2442
|
+
return this.i.summaryRootValueTextStyle.fontString;
|
|
2443
2443
|
},
|
|
2444
2444
|
set: function (v) {
|
|
2445
2445
|
var fi = new FontInfo();
|
|
2446
2446
|
fi.fontString = v;
|
|
2447
|
-
this.i.
|
|
2448
|
-
this._a("summaryRootValueTextStyle", this.i.
|
|
2447
|
+
this.i.summaryRootValueTextStyle = fi;
|
|
2448
|
+
this._a("summaryRootValueTextStyle", this.i.summaryRootValueTextStyle != null ? this.i.summaryRootValueTextStyle.fontString : "");
|
|
2449
2449
|
},
|
|
2450
2450
|
enumerable: false,
|
|
2451
2451
|
configurable: true
|
|
@@ -2455,16 +2455,16 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2455
2455
|
* Gets or sets the font to use for summary values at the section level.
|
|
2456
2456
|
*/
|
|
2457
2457
|
get: function () {
|
|
2458
|
-
if (this.i.
|
|
2458
|
+
if (this.i.summarySectionValueTextStyle == null) {
|
|
2459
2459
|
return null;
|
|
2460
2460
|
}
|
|
2461
|
-
return this.i.
|
|
2461
|
+
return this.i.summarySectionValueTextStyle.fontString;
|
|
2462
2462
|
},
|
|
2463
2463
|
set: function (v) {
|
|
2464
2464
|
var fi = new FontInfo();
|
|
2465
2465
|
fi.fontString = v;
|
|
2466
|
-
this.i.
|
|
2467
|
-
this._a("summarySectionValueTextStyle", this.i.
|
|
2466
|
+
this.i.summarySectionValueTextStyle = fi;
|
|
2467
|
+
this._a("summarySectionValueTextStyle", this.i.summarySectionValueTextStyle != null ? this.i.summarySectionValueTextStyle.fontString : "");
|
|
2468
2468
|
},
|
|
2469
2469
|
enumerable: false,
|
|
2470
2470
|
configurable: true
|
|
@@ -2474,11 +2474,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2474
2474
|
* Gets or sets the default text color to use for summary cells at the section level.
|
|
2475
2475
|
*/
|
|
2476
2476
|
get: function () {
|
|
2477
|
-
return brushToString(this.i.
|
|
2477
|
+
return brushToString(this.i.summarySectionValueTextColor);
|
|
2478
2478
|
},
|
|
2479
2479
|
set: function (v) {
|
|
2480
|
-
this.i.
|
|
2481
|
-
this._a("summarySectionValueTextColor", brushToString(this.i.
|
|
2480
|
+
this.i.summarySectionValueTextColor = stringToBrush(v);
|
|
2481
|
+
this._a("summarySectionValueTextColor", brushToString(this.i.summarySectionValueTextColor));
|
|
2482
2482
|
},
|
|
2483
2483
|
enumerable: false,
|
|
2484
2484
|
configurable: true
|
|
@@ -2488,11 +2488,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2488
2488
|
* Gets or sets the default text color to use for summary labels in summary cells at the root level.
|
|
2489
2489
|
*/
|
|
2490
2490
|
get: function () {
|
|
2491
|
-
return brushToString(this.i.
|
|
2491
|
+
return brushToString(this.i.summaryRootLabelTextColor);
|
|
2492
2492
|
},
|
|
2493
2493
|
set: function (v) {
|
|
2494
|
-
this.i.
|
|
2495
|
-
this._a("summaryRootLabelTextColor", brushToString(this.i.
|
|
2494
|
+
this.i.summaryRootLabelTextColor = stringToBrush(v);
|
|
2495
|
+
this._a("summaryRootLabelTextColor", brushToString(this.i.summaryRootLabelTextColor));
|
|
2496
2496
|
},
|
|
2497
2497
|
enumerable: false,
|
|
2498
2498
|
configurable: true
|
|
@@ -2502,11 +2502,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2502
2502
|
* Gets or sets the default text color to use for summary labels in summary cells at the section level.
|
|
2503
2503
|
*/
|
|
2504
2504
|
get: function () {
|
|
2505
|
-
return brushToString(this.i.
|
|
2505
|
+
return brushToString(this.i.summarySectionLabelTextColor);
|
|
2506
2506
|
},
|
|
2507
2507
|
set: function (v) {
|
|
2508
|
-
this.i.
|
|
2509
|
-
this._a("summarySectionLabelTextColor", brushToString(this.i.
|
|
2508
|
+
this.i.summarySectionLabelTextColor = stringToBrush(v);
|
|
2509
|
+
this._a("summarySectionLabelTextColor", brushToString(this.i.summarySectionLabelTextColor));
|
|
2510
2510
|
},
|
|
2511
2511
|
enumerable: false,
|
|
2512
2512
|
configurable: true
|
|
@@ -2516,11 +2516,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2516
2516
|
* Gets or sets the default background color to use for summary cells at the root level.
|
|
2517
2517
|
*/
|
|
2518
2518
|
get: function () {
|
|
2519
|
-
return brushToString(this.i.
|
|
2519
|
+
return brushToString(this.i.summaryRootSelectedBackground);
|
|
2520
2520
|
},
|
|
2521
2521
|
set: function (v) {
|
|
2522
|
-
this.i.
|
|
2523
|
-
this._a("summaryRootSelectedBackground", brushToString(this.i.
|
|
2522
|
+
this.i.summaryRootSelectedBackground = stringToBrush(v);
|
|
2523
|
+
this._a("summaryRootSelectedBackground", brushToString(this.i.summaryRootSelectedBackground));
|
|
2524
2524
|
},
|
|
2525
2525
|
enumerable: false,
|
|
2526
2526
|
configurable: true
|
|
@@ -2530,11 +2530,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2530
2530
|
* Gets or sets the default background color to use for summary cells at the section level.
|
|
2531
2531
|
*/
|
|
2532
2532
|
get: function () {
|
|
2533
|
-
return brushToString(this.i.
|
|
2533
|
+
return brushToString(this.i.summarySectionSelectedBackground);
|
|
2534
2534
|
},
|
|
2535
2535
|
set: function (v) {
|
|
2536
|
-
this.i.
|
|
2537
|
-
this._a("summarySectionSelectedBackground", brushToString(this.i.
|
|
2536
|
+
this.i.summarySectionSelectedBackground = stringToBrush(v);
|
|
2537
|
+
this._a("summarySectionSelectedBackground", brushToString(this.i.summarySectionSelectedBackground));
|
|
2538
2538
|
},
|
|
2539
2539
|
enumerable: false,
|
|
2540
2540
|
configurable: true
|
|
@@ -2544,11 +2544,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2544
2544
|
* Gets or sets the width of the pinned area separators.
|
|
2545
2545
|
*/
|
|
2546
2546
|
get: function () {
|
|
2547
|
-
return this.i.
|
|
2547
|
+
return this.i.pinnedAreaSeparatorWidth;
|
|
2548
2548
|
},
|
|
2549
2549
|
set: function (v) {
|
|
2550
|
-
this.i.
|
|
2551
|
-
this._a("pinnedAreaSeparatorWidth", this.i.
|
|
2550
|
+
this.i.pinnedAreaSeparatorWidth = +v;
|
|
2551
|
+
this._a("pinnedAreaSeparatorWidth", this.i.pinnedAreaSeparatorWidth);
|
|
2552
2552
|
},
|
|
2553
2553
|
enumerable: false,
|
|
2554
2554
|
configurable: true
|
|
@@ -2558,11 +2558,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2558
2558
|
* Gets or sets the width of the header separators.
|
|
2559
2559
|
*/
|
|
2560
2560
|
get: function () {
|
|
2561
|
-
return this.i.
|
|
2561
|
+
return this.i.headerSeparatorWidth;
|
|
2562
2562
|
},
|
|
2563
2563
|
set: function (v) {
|
|
2564
|
-
this.i.
|
|
2565
|
-
this._a("headerSeparatorWidth", this.i.
|
|
2564
|
+
this.i.headerSeparatorWidth = +v;
|
|
2565
|
+
this._a("headerSeparatorWidth", this.i.headerSeparatorWidth);
|
|
2566
2566
|
},
|
|
2567
2567
|
enumerable: false,
|
|
2568
2568
|
configurable: true
|
|
@@ -2572,11 +2572,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2572
2572
|
* Gets or sets the default background color to use for header separators.
|
|
2573
2573
|
*/
|
|
2574
2574
|
get: function () {
|
|
2575
|
-
return brushToString(this.i.
|
|
2575
|
+
return brushToString(this.i.headerSeparatorBackground);
|
|
2576
2576
|
},
|
|
2577
2577
|
set: function (v) {
|
|
2578
|
-
this.i.
|
|
2579
|
-
this._a("headerSeparatorBackground", brushToString(this.i.
|
|
2578
|
+
this.i.headerSeparatorBackground = stringToBrush(v);
|
|
2579
|
+
this._a("headerSeparatorBackground", brushToString(this.i.headerSeparatorBackground));
|
|
2580
2580
|
},
|
|
2581
2581
|
enumerable: false,
|
|
2582
2582
|
configurable: true
|
|
@@ -2586,11 +2586,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2586
2586
|
* Gets or sets the default background color to use for header cells
|
|
2587
2587
|
*/
|
|
2588
2588
|
get: function () {
|
|
2589
|
-
return brushToString(this.i.
|
|
2589
|
+
return brushToString(this.i.headerBackground);
|
|
2590
2590
|
},
|
|
2591
2591
|
set: function (v) {
|
|
2592
|
-
this.i.
|
|
2593
|
-
this._a("headerBackground", brushToString(this.i.
|
|
2592
|
+
this.i.headerBackground = stringToBrush(v);
|
|
2593
|
+
this._a("headerBackground", brushToString(this.i.headerBackground));
|
|
2594
2594
|
},
|
|
2595
2595
|
enumerable: false,
|
|
2596
2596
|
configurable: true
|
|
@@ -2600,11 +2600,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2600
2600
|
* Gets or sets the default text color to use for header cells
|
|
2601
2601
|
*/
|
|
2602
2602
|
get: function () {
|
|
2603
|
-
return brushToString(this.i.
|
|
2603
|
+
return brushToString(this.i.headerTextColor);
|
|
2604
2604
|
},
|
|
2605
2605
|
set: function (v) {
|
|
2606
|
-
this.i.
|
|
2607
|
-
this._a("headerTextColor", brushToString(this.i.
|
|
2606
|
+
this.i.headerTextColor = stringToBrush(v);
|
|
2607
|
+
this._a("headerTextColor", brushToString(this.i.headerTextColor));
|
|
2608
2608
|
},
|
|
2609
2609
|
enumerable: false,
|
|
2610
2610
|
configurable: true
|
|
@@ -2614,16 +2614,16 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2614
2614
|
* Gets or sets the font to use for header cells
|
|
2615
2615
|
*/
|
|
2616
2616
|
get: function () {
|
|
2617
|
-
if (this.i.
|
|
2617
|
+
if (this.i.headerTextStyle == null) {
|
|
2618
2618
|
return null;
|
|
2619
2619
|
}
|
|
2620
|
-
return this.i.
|
|
2620
|
+
return this.i.headerTextStyle.fontString;
|
|
2621
2621
|
},
|
|
2622
2622
|
set: function (v) {
|
|
2623
2623
|
var fi = new FontInfo();
|
|
2624
2624
|
fi.fontString = v;
|
|
2625
|
-
this.i.
|
|
2626
|
-
this._a("headerTextStyle", this.i.
|
|
2625
|
+
this.i.headerTextStyle = fi;
|
|
2626
|
+
this._a("headerTextStyle", this.i.headerTextStyle != null ? this.i.headerTextStyle.fontString : "");
|
|
2627
2627
|
},
|
|
2628
2628
|
enumerable: false,
|
|
2629
2629
|
configurable: true
|
|
@@ -2633,22 +2633,22 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2633
2633
|
* Gets or sets the default background color to use for row separators
|
|
2634
2634
|
*/
|
|
2635
2635
|
get: function () {
|
|
2636
|
-
return brushToString(this.i.
|
|
2636
|
+
return brushToString(this.i.rowSeparatorBackground);
|
|
2637
2637
|
},
|
|
2638
2638
|
set: function (v) {
|
|
2639
|
-
this.i.
|
|
2640
|
-
this._a("rowSeparatorBackground", brushToString(this.i.
|
|
2639
|
+
this.i.rowSeparatorBackground = stringToBrush(v);
|
|
2640
|
+
this._a("rowSeparatorBackground", brushToString(this.i.rowSeparatorBackground));
|
|
2641
2641
|
},
|
|
2642
2642
|
enumerable: false,
|
|
2643
2643
|
configurable: true
|
|
2644
2644
|
});
|
|
2645
2645
|
Object.defineProperty(IgcDataGridComponent.prototype, "headerRowSeparatorBackground", {
|
|
2646
2646
|
get: function () {
|
|
2647
|
-
return brushToString(this.i.
|
|
2647
|
+
return brushToString(this.i.headerRowSeparatorBackground);
|
|
2648
2648
|
},
|
|
2649
2649
|
set: function (v) {
|
|
2650
|
-
this.i.
|
|
2651
|
-
this._a("headerRowSeparatorBackground", brushToString(this.i.
|
|
2650
|
+
this.i.headerRowSeparatorBackground = stringToBrush(v);
|
|
2651
|
+
this._a("headerRowSeparatorBackground", brushToString(this.i.headerRowSeparatorBackground));
|
|
2652
2652
|
},
|
|
2653
2653
|
enumerable: false,
|
|
2654
2654
|
configurable: true
|
|
@@ -2658,11 +2658,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2658
2658
|
* Gets or sets the default sticky row background color to use for row separators
|
|
2659
2659
|
*/
|
|
2660
2660
|
get: function () {
|
|
2661
|
-
return brushToString(this.i.
|
|
2661
|
+
return brushToString(this.i.rowSeparatorStickyRowBackground);
|
|
2662
2662
|
},
|
|
2663
2663
|
set: function (v) {
|
|
2664
|
-
this.i.
|
|
2665
|
-
this._a("rowSeparatorStickyRowBackground", brushToString(this.i.
|
|
2664
|
+
this.i.rowSeparatorStickyRowBackground = stringToBrush(v);
|
|
2665
|
+
this._a("rowSeparatorStickyRowBackground", brushToString(this.i.rowSeparatorStickyRowBackground));
|
|
2666
2666
|
},
|
|
2667
2667
|
enumerable: false,
|
|
2668
2668
|
configurable: true
|
|
@@ -2672,11 +2672,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2672
2672
|
* Gets or sets the default last sticky row background color to use for row separators
|
|
2673
2673
|
*/
|
|
2674
2674
|
get: function () {
|
|
2675
|
-
return brushToString(this.i.
|
|
2675
|
+
return brushToString(this.i.rowSeparatorLastStickyRowBackground);
|
|
2676
2676
|
},
|
|
2677
2677
|
set: function (v) {
|
|
2678
|
-
this.i.
|
|
2679
|
-
this._a("rowSeparatorLastStickyRowBackground", brushToString(this.i.
|
|
2678
|
+
this.i.rowSeparatorLastStickyRowBackground = stringToBrush(v);
|
|
2679
|
+
this._a("rowSeparatorLastStickyRowBackground", brushToString(this.i.rowSeparatorLastStickyRowBackground));
|
|
2680
2680
|
},
|
|
2681
2681
|
enumerable: false,
|
|
2682
2682
|
configurable: true
|
|
@@ -2686,11 +2686,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2686
2686
|
* Gets or sets the pinned row background color to use for row separators
|
|
2687
2687
|
*/
|
|
2688
2688
|
get: function () {
|
|
2689
|
-
return brushToString(this.i.
|
|
2689
|
+
return brushToString(this.i.rowSeparatorPinnedRowBackground);
|
|
2690
2690
|
},
|
|
2691
2691
|
set: function (v) {
|
|
2692
|
-
this.i.
|
|
2693
|
-
this._a("rowSeparatorPinnedRowBackground", brushToString(this.i.
|
|
2692
|
+
this.i.rowSeparatorPinnedRowBackground = stringToBrush(v);
|
|
2693
|
+
this._a("rowSeparatorPinnedRowBackground", brushToString(this.i.rowSeparatorPinnedRowBackground));
|
|
2694
2694
|
},
|
|
2695
2695
|
enumerable: false,
|
|
2696
2696
|
configurable: true
|
|
@@ -2700,11 +2700,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2700
2700
|
* Sets or gets the width to use for the column resizing separator.
|
|
2701
2701
|
*/
|
|
2702
2702
|
get: function () {
|
|
2703
|
-
return this.i.
|
|
2703
|
+
return this.i.columnResizingSeparatorWidth;
|
|
2704
2704
|
},
|
|
2705
2705
|
set: function (v) {
|
|
2706
|
-
this.i.
|
|
2707
|
-
this._a("columnResizingSeparatorWidth", this.i.
|
|
2706
|
+
this.i.columnResizingSeparatorWidth = +v;
|
|
2707
|
+
this._a("columnResizingSeparatorWidth", this.i.columnResizingSeparatorWidth);
|
|
2708
2708
|
},
|
|
2709
2709
|
enumerable: false,
|
|
2710
2710
|
configurable: true
|
|
@@ -2714,11 +2714,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2714
2714
|
* Gets or sets the opacity of the column Resizing separator.
|
|
2715
2715
|
*/
|
|
2716
2716
|
get: function () {
|
|
2717
|
-
return this.i.
|
|
2717
|
+
return this.i.columnResizingSeparatorOpacity;
|
|
2718
2718
|
},
|
|
2719
2719
|
set: function (v) {
|
|
2720
|
-
this.i.
|
|
2721
|
-
this._a("columnResizingSeparatorOpacity", this.i.
|
|
2720
|
+
this.i.columnResizingSeparatorOpacity = +v;
|
|
2721
|
+
this._a("columnResizingSeparatorOpacity", this.i.columnResizingSeparatorOpacity);
|
|
2722
2722
|
},
|
|
2723
2723
|
enumerable: false,
|
|
2724
2724
|
configurable: true
|
|
@@ -2728,11 +2728,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2728
2728
|
* Sets or gets the width to use for the column resizing separator.
|
|
2729
2729
|
*/
|
|
2730
2730
|
get: function () {
|
|
2731
|
-
return this.i.
|
|
2731
|
+
return this.i.columnMovingSeparatorWidth;
|
|
2732
2732
|
},
|
|
2733
2733
|
set: function (v) {
|
|
2734
|
-
this.i.
|
|
2735
|
-
this._a("columnMovingSeparatorWidth", this.i.
|
|
2734
|
+
this.i.columnMovingSeparatorWidth = +v;
|
|
2735
|
+
this._a("columnMovingSeparatorWidth", this.i.columnMovingSeparatorWidth);
|
|
2736
2736
|
},
|
|
2737
2737
|
enumerable: false,
|
|
2738
2738
|
configurable: true
|
|
@@ -2742,11 +2742,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2742
2742
|
* Gets or sets the opacity of the column moving separator.
|
|
2743
2743
|
*/
|
|
2744
2744
|
get: function () {
|
|
2745
|
-
return this.i.
|
|
2745
|
+
return this.i.columnMovingSeparatorOpacity;
|
|
2746
2746
|
},
|
|
2747
2747
|
set: function (v) {
|
|
2748
|
-
this.i.
|
|
2749
|
-
this._a("columnMovingSeparatorOpacity", this.i.
|
|
2748
|
+
this.i.columnMovingSeparatorOpacity = +v;
|
|
2749
|
+
this._a("columnMovingSeparatorOpacity", this.i.columnMovingSeparatorOpacity);
|
|
2750
2750
|
},
|
|
2751
2751
|
enumerable: false,
|
|
2752
2752
|
configurable: true
|
|
@@ -2756,11 +2756,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2756
2756
|
* Gets or sets the default background color to use for column resizing separator.
|
|
2757
2757
|
*/
|
|
2758
2758
|
get: function () {
|
|
2759
|
-
return brushToString(this.i.
|
|
2759
|
+
return brushToString(this.i.columnResizingSeparatorBackground);
|
|
2760
2760
|
},
|
|
2761
2761
|
set: function (v) {
|
|
2762
|
-
this.i.
|
|
2763
|
-
this._a("columnResizingSeparatorBackground", brushToString(this.i.
|
|
2762
|
+
this.i.columnResizingSeparatorBackground = stringToBrush(v);
|
|
2763
|
+
this._a("columnResizingSeparatorBackground", brushToString(this.i.columnResizingSeparatorBackground));
|
|
2764
2764
|
},
|
|
2765
2765
|
enumerable: false,
|
|
2766
2766
|
configurable: true
|
|
@@ -2770,11 +2770,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2770
2770
|
* Gets or sets the default background color to use for column moving separator.
|
|
2771
2771
|
*/
|
|
2772
2772
|
get: function () {
|
|
2773
|
-
return brushToString(this.i.
|
|
2773
|
+
return brushToString(this.i.columnMovingSeparatorBackground);
|
|
2774
2774
|
},
|
|
2775
2775
|
set: function (v) {
|
|
2776
|
-
this.i.
|
|
2777
|
-
this._a("columnMovingSeparatorBackground", brushToString(this.i.
|
|
2776
|
+
this.i.columnMovingSeparatorBackground = stringToBrush(v);
|
|
2777
|
+
this._a("columnMovingSeparatorBackground", brushToString(this.i.columnMovingSeparatorBackground));
|
|
2778
2778
|
},
|
|
2779
2779
|
enumerable: false,
|
|
2780
2780
|
configurable: true
|
|
@@ -2784,11 +2784,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2784
2784
|
* Gets or sets if the section header content should be shifted into the normal column scrollable area when there are pinned columns
|
|
2785
2785
|
*/
|
|
2786
2786
|
get: function () {
|
|
2787
|
-
return this.i.
|
|
2787
|
+
return this.i.shiftSectionContent;
|
|
2788
2788
|
},
|
|
2789
2789
|
set: function (v) {
|
|
2790
|
-
this.i.
|
|
2791
|
-
this._a("shiftSectionContent", this.i.
|
|
2790
|
+
this.i.shiftSectionContent = ensureBool(v);
|
|
2791
|
+
this._a("shiftSectionContent", this.i.shiftSectionContent);
|
|
2792
2792
|
},
|
|
2793
2793
|
enumerable: false,
|
|
2794
2794
|
configurable: true
|
|
@@ -2798,11 +2798,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2798
2798
|
* Gets or sets the column options icon alignment in header cells.
|
|
2799
2799
|
*/
|
|
2800
2800
|
get: function () {
|
|
2801
|
-
return this.i.
|
|
2801
|
+
return this.i.columnOptionsIconAlignment;
|
|
2802
2802
|
},
|
|
2803
2803
|
set: function (v) {
|
|
2804
|
-
this.i.
|
|
2805
|
-
this._a("columnOptionsIconAlignment", enumToString(ColumnOptionsIconAlignment_$type, this.i.
|
|
2804
|
+
this.i.columnOptionsIconAlignment = ensureEnum(ColumnOptionsIconAlignment_$type, v);
|
|
2805
|
+
this._a("columnOptionsIconAlignment", enumToString(ColumnOptionsIconAlignment_$type, this.i.columnOptionsIconAlignment));
|
|
2806
2806
|
},
|
|
2807
2807
|
enumerable: false,
|
|
2808
2808
|
configurable: true
|
|
@@ -2812,11 +2812,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2812
2812
|
* Gets or sets the column options icon color in header cells.
|
|
2813
2813
|
*/
|
|
2814
2814
|
get: function () {
|
|
2815
|
-
return brushToString(this.i.
|
|
2815
|
+
return brushToString(this.i.columnOptionsIconColor);
|
|
2816
2816
|
},
|
|
2817
2817
|
set: function (v) {
|
|
2818
|
-
this.i.
|
|
2819
|
-
this._a("columnOptionsIconColor", brushToString(this.i.
|
|
2818
|
+
this.i.columnOptionsIconColor = stringToBrush(v);
|
|
2819
|
+
this._a("columnOptionsIconColor", brushToString(this.i.columnOptionsIconColor));
|
|
2820
2820
|
},
|
|
2821
2821
|
enumerable: false,
|
|
2822
2822
|
configurable: true
|
|
@@ -2826,11 +2826,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2826
2826
|
* Gets or sets how the column options icon will behave inside header cells.
|
|
2827
2827
|
*/
|
|
2828
2828
|
get: function () {
|
|
2829
|
-
return this.i.
|
|
2829
|
+
return this.i.columnOptionsIconBehavior;
|
|
2830
2830
|
},
|
|
2831
2831
|
set: function (v) {
|
|
2832
|
-
this.i.
|
|
2833
|
-
this._a("columnOptionsIconBehavior", enumToString(ColumnOptionsIconBehavior_$type, this.i.
|
|
2832
|
+
this.i.columnOptionsIconBehavior = ensureEnum(ColumnOptionsIconBehavior_$type, v);
|
|
2833
|
+
this._a("columnOptionsIconBehavior", enumToString(ColumnOptionsIconBehavior_$type, this.i.columnOptionsIconBehavior));
|
|
2834
2834
|
},
|
|
2835
2835
|
enumerable: false,
|
|
2836
2836
|
configurable: true
|
|
@@ -2854,212 +2854,212 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2854
2854
|
* Gets the actual border width.
|
|
2855
2855
|
*/
|
|
2856
2856
|
get: function () {
|
|
2857
|
-
return this.i.
|
|
2857
|
+
return this.i.actualBorderWidth;
|
|
2858
2858
|
},
|
|
2859
2859
|
set: function (v) {
|
|
2860
|
-
this.i.
|
|
2860
|
+
this.i.actualBorderWidth = v;
|
|
2861
2861
|
},
|
|
2862
2862
|
enumerable: false,
|
|
2863
2863
|
configurable: true
|
|
2864
2864
|
});
|
|
2865
2865
|
Object.defineProperty(IgcDataGridComponent.prototype, "borderWidthBottom", {
|
|
2866
2866
|
get: function () {
|
|
2867
|
-
return this.i.
|
|
2867
|
+
return this.i.borderWidth ? this.i.borderWidth.bottom : NaN;
|
|
2868
2868
|
},
|
|
2869
2869
|
set: function (v) {
|
|
2870
2870
|
this.ensureBorderWidth();
|
|
2871
|
-
this.i.
|
|
2872
|
-
this._a("borderWidthBottom", this.i.
|
|
2873
|
-
this.i.
|
|
2871
|
+
this.i.borderWidth.bottom = +v;
|
|
2872
|
+
this._a("borderWidthBottom", this.i.borderWidth.bottom);
|
|
2873
|
+
this.i.borderWidth = this.i.borderWidth;
|
|
2874
2874
|
},
|
|
2875
2875
|
enumerable: false,
|
|
2876
2876
|
configurable: true
|
|
2877
2877
|
});
|
|
2878
2878
|
Object.defineProperty(IgcDataGridComponent.prototype, "borderWidthLeft", {
|
|
2879
2879
|
get: function () {
|
|
2880
|
-
return this.i.
|
|
2880
|
+
return this.i.borderWidth ? this.i.borderWidth.left : NaN;
|
|
2881
2881
|
},
|
|
2882
2882
|
set: function (v) {
|
|
2883
2883
|
this.ensureBorderWidth();
|
|
2884
|
-
this.i.
|
|
2885
|
-
this._a("borderWidthLeft", this.i.
|
|
2886
|
-
this.i.
|
|
2884
|
+
this.i.borderWidth.left = +v;
|
|
2885
|
+
this._a("borderWidthLeft", this.i.borderWidth.left);
|
|
2886
|
+
this.i.borderWidth = this.i.borderWidth;
|
|
2887
2887
|
},
|
|
2888
2888
|
enumerable: false,
|
|
2889
2889
|
configurable: true
|
|
2890
2890
|
});
|
|
2891
2891
|
Object.defineProperty(IgcDataGridComponent.prototype, "borderWidthRight", {
|
|
2892
2892
|
get: function () {
|
|
2893
|
-
return this.i.
|
|
2893
|
+
return this.i.borderWidth ? this.i.borderWidth.right : NaN;
|
|
2894
2894
|
},
|
|
2895
2895
|
set: function (v) {
|
|
2896
2896
|
this.ensureBorderWidth();
|
|
2897
|
-
this.i.
|
|
2898
|
-
this._a("borderWidthRight", this.i.
|
|
2899
|
-
this.i.
|
|
2897
|
+
this.i.borderWidth.right = +v;
|
|
2898
|
+
this._a("borderWidthRight", this.i.borderWidth.right);
|
|
2899
|
+
this.i.borderWidth = this.i.borderWidth;
|
|
2900
2900
|
},
|
|
2901
2901
|
enumerable: false,
|
|
2902
2902
|
configurable: true
|
|
2903
2903
|
});
|
|
2904
2904
|
Object.defineProperty(IgcDataGridComponent.prototype, "borderWidthTop", {
|
|
2905
2905
|
get: function () {
|
|
2906
|
-
return this.i.
|
|
2906
|
+
return this.i.borderWidth ? this.i.borderWidth.top : NaN;
|
|
2907
2907
|
},
|
|
2908
2908
|
set: function (v) {
|
|
2909
2909
|
this.ensureBorderWidth();
|
|
2910
|
-
this.i.
|
|
2911
|
-
this._a("borderWidthTop", this.i.
|
|
2912
|
-
this.i.
|
|
2910
|
+
this.i.borderWidth.top = +v;
|
|
2911
|
+
this._a("borderWidthTop", this.i.borderWidth.top);
|
|
2912
|
+
this.i.borderWidth = this.i.borderWidth;
|
|
2913
2913
|
},
|
|
2914
2914
|
enumerable: false,
|
|
2915
2915
|
configurable: true
|
|
2916
2916
|
});
|
|
2917
2917
|
IgcDataGridComponent.prototype.ensureBorderWidth = function () {
|
|
2918
|
-
if (this.i.
|
|
2918
|
+
if (this.i.borderWidth) {
|
|
2919
2919
|
return;
|
|
2920
2920
|
}
|
|
2921
|
-
this.i.
|
|
2921
|
+
this.i.borderWidth = new Thickness(2);
|
|
2922
2922
|
};
|
|
2923
2923
|
Object.defineProperty(IgcDataGridComponent.prototype, "notifyOnAllSelectionChanges", {
|
|
2924
2924
|
/**
|
|
2925
2925
|
* Gets or sets if the grid should notify on programmatic selection changes as well as changes from the UI.
|
|
2926
2926
|
*/
|
|
2927
2927
|
get: function () {
|
|
2928
|
-
return this.i.
|
|
2928
|
+
return this.i.notifyOnAllSelectionChanges;
|
|
2929
2929
|
},
|
|
2930
2930
|
set: function (v) {
|
|
2931
|
-
this.i.
|
|
2932
|
-
this._a("notifyOnAllSelectionChanges", this.i.
|
|
2931
|
+
this.i.notifyOnAllSelectionChanges = ensureBool(v);
|
|
2932
|
+
this._a("notifyOnAllSelectionChanges", this.i.notifyOnAllSelectionChanges);
|
|
2933
2933
|
},
|
|
2934
2934
|
enumerable: false,
|
|
2935
2935
|
configurable: true
|
|
2936
2936
|
});
|
|
2937
2937
|
Object.defineProperty(IgcDataGridComponent.prototype, "cornerRadiusBottomRight", {
|
|
2938
2938
|
get: function () {
|
|
2939
|
-
return this.i.
|
|
2939
|
+
return this.i.cornerRadius ? this.i.cornerRadius.b : NaN;
|
|
2940
2940
|
},
|
|
2941
2941
|
set: function (v) {
|
|
2942
2942
|
this.ensureCornerRadius();
|
|
2943
|
-
this.i.
|
|
2944
|
-
this._a("cornerRadiusBottomRight", this.i.
|
|
2945
|
-
this.i.
|
|
2943
|
+
this.i.cornerRadius.b = +v;
|
|
2944
|
+
this._a("cornerRadiusBottomRight", this.i.cornerRadius.b);
|
|
2945
|
+
this.i.cornerRadius = this.i.cornerRadius;
|
|
2946
2946
|
},
|
|
2947
2947
|
enumerable: false,
|
|
2948
2948
|
configurable: true
|
|
2949
2949
|
});
|
|
2950
2950
|
Object.defineProperty(IgcDataGridComponent.prototype, "cornerRadiusBottomLeft", {
|
|
2951
2951
|
get: function () {
|
|
2952
|
-
return this.i.
|
|
2952
|
+
return this.i.cornerRadius ? this.i.cornerRadius.a : NaN;
|
|
2953
2953
|
},
|
|
2954
2954
|
set: function (v) {
|
|
2955
2955
|
this.ensureCornerRadius();
|
|
2956
|
-
this.i.
|
|
2957
|
-
this._a("cornerRadiusBottomLeft", this.i.
|
|
2958
|
-
this.i.
|
|
2956
|
+
this.i.cornerRadius.a = +v;
|
|
2957
|
+
this._a("cornerRadiusBottomLeft", this.i.cornerRadius.a);
|
|
2958
|
+
this.i.cornerRadius = this.i.cornerRadius;
|
|
2959
2959
|
},
|
|
2960
2960
|
enumerable: false,
|
|
2961
2961
|
configurable: true
|
|
2962
2962
|
});
|
|
2963
2963
|
Object.defineProperty(IgcDataGridComponent.prototype, "cornerRadiusTopLeft", {
|
|
2964
2964
|
get: function () {
|
|
2965
|
-
return this.i.
|
|
2965
|
+
return this.i.cornerRadius ? this.i.cornerRadius.c : NaN;
|
|
2966
2966
|
},
|
|
2967
2967
|
set: function (v) {
|
|
2968
2968
|
this.ensureCornerRadius();
|
|
2969
|
-
this.i.
|
|
2970
|
-
this._a("cornerRadiusTopLeft", this.i.
|
|
2971
|
-
this.i.
|
|
2969
|
+
this.i.cornerRadius.c = +v;
|
|
2970
|
+
this._a("cornerRadiusTopLeft", this.i.cornerRadius.c);
|
|
2971
|
+
this.i.cornerRadius = this.i.cornerRadius;
|
|
2972
2972
|
},
|
|
2973
2973
|
enumerable: false,
|
|
2974
2974
|
configurable: true
|
|
2975
2975
|
});
|
|
2976
2976
|
Object.defineProperty(IgcDataGridComponent.prototype, "cornerRadiusTopRight", {
|
|
2977
2977
|
get: function () {
|
|
2978
|
-
return this.i.
|
|
2978
|
+
return this.i.cornerRadius ? this.i.cornerRadius.d : NaN;
|
|
2979
2979
|
},
|
|
2980
2980
|
set: function (v) {
|
|
2981
2981
|
this.ensureCornerRadius();
|
|
2982
|
-
this.i.
|
|
2983
|
-
this._a("cornerRadiusTopRight", this.i.
|
|
2984
|
-
this.i.
|
|
2982
|
+
this.i.cornerRadius.d = +v;
|
|
2983
|
+
this._a("cornerRadiusTopRight", this.i.cornerRadius.d);
|
|
2984
|
+
this.i.cornerRadius = this.i.cornerRadius;
|
|
2985
2985
|
},
|
|
2986
2986
|
enumerable: false,
|
|
2987
2987
|
configurable: true
|
|
2988
2988
|
});
|
|
2989
2989
|
IgcDataGridComponent.prototype.ensureCornerRadius = function () {
|
|
2990
|
-
if (this.i.
|
|
2990
|
+
if (this.i.cornerRadius) {
|
|
2991
2991
|
return;
|
|
2992
2992
|
}
|
|
2993
|
-
this.i.
|
|
2993
|
+
this.i.cornerRadius = new CornerRadius(2);
|
|
2994
2994
|
};
|
|
2995
2995
|
Object.defineProperty(IgcDataGridComponent.prototype, "actualCornerRadiusBottomRight", {
|
|
2996
2996
|
get: function () {
|
|
2997
|
-
return this.i.
|
|
2997
|
+
return this.i.actualCornerRadius ? this.i.actualCornerRadius.b : NaN;
|
|
2998
2998
|
},
|
|
2999
2999
|
set: function (v) {
|
|
3000
3000
|
this.ensureActualCornerRadius();
|
|
3001
|
-
this.i.
|
|
3002
|
-
this._a("actualCornerRadiusBottomRight", this.i.
|
|
3003
|
-
this.i.
|
|
3001
|
+
this.i.actualCornerRadius.b = +v;
|
|
3002
|
+
this._a("actualCornerRadiusBottomRight", this.i.actualCornerRadius.b);
|
|
3003
|
+
this.i.actualCornerRadius = this.i.actualCornerRadius;
|
|
3004
3004
|
},
|
|
3005
3005
|
enumerable: false,
|
|
3006
3006
|
configurable: true
|
|
3007
3007
|
});
|
|
3008
3008
|
Object.defineProperty(IgcDataGridComponent.prototype, "actualCornerRadiusBottomLeft", {
|
|
3009
3009
|
get: function () {
|
|
3010
|
-
return this.i.
|
|
3010
|
+
return this.i.actualCornerRadius ? this.i.actualCornerRadius.a : NaN;
|
|
3011
3011
|
},
|
|
3012
3012
|
set: function (v) {
|
|
3013
3013
|
this.ensureActualCornerRadius();
|
|
3014
|
-
this.i.
|
|
3015
|
-
this._a("actualCornerRadiusBottomLeft", this.i.
|
|
3016
|
-
this.i.
|
|
3014
|
+
this.i.actualCornerRadius.a = +v;
|
|
3015
|
+
this._a("actualCornerRadiusBottomLeft", this.i.actualCornerRadius.a);
|
|
3016
|
+
this.i.actualCornerRadius = this.i.actualCornerRadius;
|
|
3017
3017
|
},
|
|
3018
3018
|
enumerable: false,
|
|
3019
3019
|
configurable: true
|
|
3020
3020
|
});
|
|
3021
3021
|
Object.defineProperty(IgcDataGridComponent.prototype, "actualCornerRadiusTopLeft", {
|
|
3022
3022
|
get: function () {
|
|
3023
|
-
return this.i.
|
|
3023
|
+
return this.i.actualCornerRadius ? this.i.actualCornerRadius.c : NaN;
|
|
3024
3024
|
},
|
|
3025
3025
|
set: function (v) {
|
|
3026
3026
|
this.ensureActualCornerRadius();
|
|
3027
|
-
this.i.
|
|
3028
|
-
this._a("actualCornerRadiusTopLeft", this.i.
|
|
3029
|
-
this.i.
|
|
3027
|
+
this.i.actualCornerRadius.c = +v;
|
|
3028
|
+
this._a("actualCornerRadiusTopLeft", this.i.actualCornerRadius.c);
|
|
3029
|
+
this.i.actualCornerRadius = this.i.actualCornerRadius;
|
|
3030
3030
|
},
|
|
3031
3031
|
enumerable: false,
|
|
3032
3032
|
configurable: true
|
|
3033
3033
|
});
|
|
3034
3034
|
Object.defineProperty(IgcDataGridComponent.prototype, "actualCornerRadiusTopRight", {
|
|
3035
3035
|
get: function () {
|
|
3036
|
-
return this.i.
|
|
3036
|
+
return this.i.actualCornerRadius ? this.i.actualCornerRadius.d : NaN;
|
|
3037
3037
|
},
|
|
3038
3038
|
set: function (v) {
|
|
3039
3039
|
this.ensureActualCornerRadius();
|
|
3040
|
-
this.i.
|
|
3041
|
-
this._a("actualCornerRadiusTopRight", this.i.
|
|
3042
|
-
this.i.
|
|
3040
|
+
this.i.actualCornerRadius.d = +v;
|
|
3041
|
+
this._a("actualCornerRadiusTopRight", this.i.actualCornerRadius.d);
|
|
3042
|
+
this.i.actualCornerRadius = this.i.actualCornerRadius;
|
|
3043
3043
|
},
|
|
3044
3044
|
enumerable: false,
|
|
3045
3045
|
configurable: true
|
|
3046
3046
|
});
|
|
3047
3047
|
IgcDataGridComponent.prototype.ensureActualCornerRadius = function () {
|
|
3048
|
-
if (this.i.
|
|
3048
|
+
if (this.i.actualCornerRadius) {
|
|
3049
3049
|
return;
|
|
3050
3050
|
}
|
|
3051
|
-
this.i.
|
|
3051
|
+
this.i.actualCornerRadius = new CornerRadius(2);
|
|
3052
3052
|
};
|
|
3053
3053
|
Object.defineProperty(IgcDataGridComponent.prototype, "isActiveCellStyleEnabled", {
|
|
3054
3054
|
/**
|
|
3055
3055
|
* Gets or sets whether the active cell style will be applied to cells when made active.
|
|
3056
3056
|
*/
|
|
3057
3057
|
get: function () {
|
|
3058
|
-
return this.i.
|
|
3058
|
+
return this.i.isActiveCellStyleEnabled;
|
|
3059
3059
|
},
|
|
3060
3060
|
set: function (v) {
|
|
3061
|
-
this.i.
|
|
3062
|
-
this._a("isActiveCellStyleEnabled", this.i.
|
|
3061
|
+
this.i.isActiveCellStyleEnabled = ensureBool(v);
|
|
3062
|
+
this._a("isActiveCellStyleEnabled", this.i.isActiveCellStyleEnabled);
|
|
3063
3063
|
},
|
|
3064
3064
|
enumerable: false,
|
|
3065
3065
|
configurable: true
|
|
@@ -3071,7 +3071,7 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3071
3071
|
get: function () {
|
|
3072
3072
|
if (this._responsiveStates === null) {
|
|
3073
3073
|
var coll = new IgcResponsiveStatesCollection();
|
|
3074
|
-
var innerColl = this.i.
|
|
3074
|
+
var innerColl = this.i.responsiveStates;
|
|
3075
3075
|
if (!innerColl) {
|
|
3076
3076
|
innerColl = new ResponsiveStatesCollection_internal();
|
|
3077
3077
|
}
|
|
@@ -3087,7 +3087,7 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3087
3087
|
var coll = new IgcResponsiveStatesCollection();
|
|
3088
3088
|
this._responsiveStates = coll._fromOuter(v);
|
|
3089
3089
|
var syncColl = new SyncableObservableCollection$1(ResponsiveState.$type);
|
|
3090
|
-
var innerColl = this.i.
|
|
3090
|
+
var innerColl = this.i.responsiveStates;
|
|
3091
3091
|
if (!innerColl) {
|
|
3092
3092
|
innerColl = new ResponsiveStatesCollection_internal();
|
|
3093
3093
|
}
|
|
@@ -3103,7 +3103,7 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3103
3103
|
* Gets the region of the grid that is visible.
|
|
3104
3104
|
*/
|
|
3105
3105
|
get: function () {
|
|
3106
|
-
return fromRect(this.i.
|
|
3106
|
+
return fromRect(this.i.actualVisibleRegion);
|
|
3107
3107
|
},
|
|
3108
3108
|
enumerable: false,
|
|
3109
3109
|
configurable: true
|
|
@@ -3113,7 +3113,7 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3113
3113
|
* Gets the current sort that is applied to the grid. Collection can be updated to modify the sort for the grid. Once sort descriptions are in this collection, the grid will no longer listen for changes on their properties.
|
|
3114
3114
|
*/
|
|
3115
3115
|
get: function () {
|
|
3116
|
-
var r = this.i.
|
|
3116
|
+
var r = this.i.initialSortDescriptions;
|
|
3117
3117
|
if (r == null) {
|
|
3118
3118
|
return null;
|
|
3119
3119
|
}
|
|
@@ -3139,7 +3139,7 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3139
3139
|
* Gets the current sort that is applied to the grid. Collection can be updated to modify the sort for the grid. Once sort descriptions are in this collection, the grid will no longer listen for changes on their properties.
|
|
3140
3140
|
*/
|
|
3141
3141
|
get: function () {
|
|
3142
|
-
var r = this.i.
|
|
3142
|
+
var r = this.i.initialGroupDescriptions;
|
|
3143
3143
|
if (r == null) {
|
|
3144
3144
|
return null;
|
|
3145
3145
|
}
|
|
@@ -3165,7 +3165,7 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3165
3165
|
* Gets the current summaries that are applied to the grid.
|
|
3166
3166
|
*/
|
|
3167
3167
|
get: function () {
|
|
3168
|
-
var r = this.i.
|
|
3168
|
+
var r = this.i.initialSummaryDescriptions;
|
|
3169
3169
|
if (r == null) {
|
|
3170
3170
|
return null;
|
|
3171
3171
|
}
|
|
@@ -3188,30 +3188,30 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3188
3188
|
});
|
|
3189
3189
|
Object.defineProperty(IgcDataGridComponent.prototype, "initialSorts", {
|
|
3190
3190
|
get: function () {
|
|
3191
|
-
return this.i.
|
|
3191
|
+
return this.i.initialSorts;
|
|
3192
3192
|
},
|
|
3193
3193
|
set: function (v) {
|
|
3194
|
-
this.i.
|
|
3194
|
+
this.i.initialSorts = v;
|
|
3195
3195
|
},
|
|
3196
3196
|
enumerable: false,
|
|
3197
3197
|
configurable: true
|
|
3198
3198
|
});
|
|
3199
3199
|
Object.defineProperty(IgcDataGridComponent.prototype, "initialGroups", {
|
|
3200
3200
|
get: function () {
|
|
3201
|
-
return this.i.
|
|
3201
|
+
return this.i.initialGroups;
|
|
3202
3202
|
},
|
|
3203
3203
|
set: function (v) {
|
|
3204
|
-
this.i.
|
|
3204
|
+
this.i.initialGroups = v;
|
|
3205
3205
|
},
|
|
3206
3206
|
enumerable: false,
|
|
3207
3207
|
configurable: true
|
|
3208
3208
|
});
|
|
3209
3209
|
Object.defineProperty(IgcDataGridComponent.prototype, "initialSummaries", {
|
|
3210
3210
|
get: function () {
|
|
3211
|
-
return this.i.
|
|
3211
|
+
return this.i.initialSummaries;
|
|
3212
3212
|
},
|
|
3213
3213
|
set: function (v) {
|
|
3214
|
-
this.i.
|
|
3214
|
+
this.i.initialSummaries = v;
|
|
3215
3215
|
},
|
|
3216
3216
|
enumerable: false,
|
|
3217
3217
|
configurable: true
|
|
@@ -3221,7 +3221,7 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3221
3221
|
* Gets the current sort that is applied to the grid. Collection can be updated to modify the sort for the grid. Once sort descriptions are in this collection, the grid will no longer listen for changes on their properties.
|
|
3222
3222
|
*/
|
|
3223
3223
|
get: function () {
|
|
3224
|
-
var r = this.i.
|
|
3224
|
+
var r = this.i.sortDescriptions;
|
|
3225
3225
|
if (r == null) {
|
|
3226
3226
|
return null;
|
|
3227
3227
|
}
|
|
@@ -3247,7 +3247,7 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3247
3247
|
* Gets the current grouping that is applied to the grid. Collection can be updated to modify the grouping for the grid. Once grouping descriptions are in this collection, the grid will no longer listen for changes on their properties.
|
|
3248
3248
|
*/
|
|
3249
3249
|
get: function () {
|
|
3250
|
-
var r = this.i.
|
|
3250
|
+
var r = this.i.groupDescriptions;
|
|
3251
3251
|
if (r == null) {
|
|
3252
3252
|
return null;
|
|
3253
3253
|
}
|
|
@@ -3273,7 +3273,7 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3273
3273
|
* Gets the current filter that is applied to the grid. Collection can be updated to modify the filter for the grid. Once filter expresisons are in this collection, the grid will no longer listen for changes on their properties.
|
|
3274
3274
|
*/
|
|
3275
3275
|
get: function () {
|
|
3276
|
-
var r = this.i.
|
|
3276
|
+
var r = this.i.filterExpressions;
|
|
3277
3277
|
if (r == null) {
|
|
3278
3278
|
return null;
|
|
3279
3279
|
}
|
|
@@ -3299,7 +3299,7 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3299
3299
|
* Gets the current summaries that are applied to the grid.
|
|
3300
3300
|
*/
|
|
3301
3301
|
get: function () {
|
|
3302
|
-
var r = this.i.
|
|
3302
|
+
var r = this.i.summaryDescriptions;
|
|
3303
3303
|
if (r == null) {
|
|
3304
3304
|
return null;
|
|
3305
3305
|
}
|
|
@@ -3325,11 +3325,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3325
3325
|
* Gets or sets the scope which summaries are calculated for.
|
|
3326
3326
|
*/
|
|
3327
3327
|
get: function () {
|
|
3328
|
-
return this.i.
|
|
3328
|
+
return this.i.summaryScope;
|
|
3329
3329
|
},
|
|
3330
3330
|
set: function (v) {
|
|
3331
|
-
this.i.
|
|
3332
|
-
this._a("summaryScope", enumToString(SummaryScope_$type, this.i.
|
|
3331
|
+
this.i.summaryScope = ensureEnum(SummaryScope_$type, v);
|
|
3332
|
+
this._a("summaryScope", enumToString(SummaryScope_$type, this.i.summaryScope));
|
|
3333
3333
|
},
|
|
3334
3334
|
enumerable: false,
|
|
3335
3335
|
configurable: true
|
|
@@ -3339,11 +3339,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3339
3339
|
* Gets or sets whether group headers are collapsable.
|
|
3340
3340
|
*/
|
|
3341
3341
|
get: function () {
|
|
3342
|
-
return this.i.
|
|
3342
|
+
return this.i.isGroupCollapsable;
|
|
3343
3343
|
},
|
|
3344
3344
|
set: function (v) {
|
|
3345
|
-
this.i.
|
|
3346
|
-
this._a("isGroupCollapsable", this.i.
|
|
3345
|
+
this.i.isGroupCollapsable = ensureBool(v);
|
|
3346
|
+
this._a("isGroupCollapsable", this.i.isGroupCollapsable);
|
|
3347
3347
|
},
|
|
3348
3348
|
enumerable: false,
|
|
3349
3349
|
configurable: true
|
|
@@ -3353,11 +3353,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3353
3353
|
* Gets or sets how group headers are displayed when there are multiple groups defined in the grid.
|
|
3354
3354
|
*/
|
|
3355
3355
|
get: function () {
|
|
3356
|
-
return this.i.
|
|
3356
|
+
return this.i.groupHeaderDisplayMode;
|
|
3357
3357
|
},
|
|
3358
3358
|
set: function (v) {
|
|
3359
|
-
this.i.
|
|
3360
|
-
this._a("groupHeaderDisplayMode", enumToString(GroupHeaderDisplayMode_$type, this.i.
|
|
3359
|
+
this.i.groupHeaderDisplayMode = ensureEnum(GroupHeaderDisplayMode_$type, v);
|
|
3360
|
+
this._a("groupHeaderDisplayMode", enumToString(GroupHeaderDisplayMode_$type, this.i.groupHeaderDisplayMode));
|
|
3361
3361
|
},
|
|
3362
3362
|
enumerable: false,
|
|
3363
3363
|
configurable: true
|
|
@@ -3367,11 +3367,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3367
3367
|
* Gets or sets whether groups are expanded or collapsed by default.
|
|
3368
3368
|
*/
|
|
3369
3369
|
get: function () {
|
|
3370
|
-
return this.i.
|
|
3370
|
+
return this.i.isGroupExpandedDefault;
|
|
3371
3371
|
},
|
|
3372
3372
|
set: function (v) {
|
|
3373
|
-
this.i.
|
|
3374
|
-
this._a("isGroupExpandedDefault", this.i.
|
|
3373
|
+
this.i.isGroupExpandedDefault = ensureBool(v);
|
|
3374
|
+
this._a("isGroupExpandedDefault", this.i.isGroupExpandedDefault);
|
|
3375
3375
|
},
|
|
3376
3376
|
enumerable: false,
|
|
3377
3377
|
configurable: true
|
|
@@ -3381,11 +3381,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3381
3381
|
* Gets or sets the display mode summaries will use inside groups.
|
|
3382
3382
|
*/
|
|
3383
3383
|
get: function () {
|
|
3384
|
-
return this.i.
|
|
3384
|
+
return this.i.groupSummaryDisplayMode;
|
|
3385
3385
|
},
|
|
3386
3386
|
set: function (v) {
|
|
3387
|
-
this.i.
|
|
3388
|
-
this._a("groupSummaryDisplayMode", enumToString(GroupSummaryDisplayMode_$type, this.i.
|
|
3387
|
+
this.i.groupSummaryDisplayMode = ensureEnum(GroupSummaryDisplayMode_$type, v);
|
|
3388
|
+
this._a("groupSummaryDisplayMode", enumToString(GroupSummaryDisplayMode_$type, this.i.groupSummaryDisplayMode));
|
|
3389
3389
|
},
|
|
3390
3390
|
enumerable: false,
|
|
3391
3391
|
configurable: true
|
|
@@ -3404,11 +3404,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3404
3404
|
* will be auto accepted.
|
|
3405
3405
|
*/
|
|
3406
3406
|
get: function () {
|
|
3407
|
-
return this.i.
|
|
3407
|
+
return this.i.autoAcceptEdits;
|
|
3408
3408
|
},
|
|
3409
3409
|
set: function (v) {
|
|
3410
|
-
this.i.
|
|
3411
|
-
this._a("autoAcceptEdits", this.i.
|
|
3410
|
+
this.i.autoAcceptEdits = ensureBool(v);
|
|
3411
|
+
this._a("autoAcceptEdits", this.i.autoAcceptEdits);
|
|
3412
3412
|
},
|
|
3413
3413
|
enumerable: false,
|
|
3414
3414
|
configurable: true
|
|
@@ -3419,14 +3419,14 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3419
3419
|
* If a primary key cannot be inferred from the data source, you may need to provide one here.
|
|
3420
3420
|
*/
|
|
3421
3421
|
get: function () {
|
|
3422
|
-
return this.i.
|
|
3422
|
+
return this.i.primaryKey;
|
|
3423
3423
|
},
|
|
3424
3424
|
set: function (v) {
|
|
3425
3425
|
if (v && !Array.isArray(v) && typeof (v) == "string") {
|
|
3426
3426
|
var re = /\s*(?:,|\s|$)\s*/gm;
|
|
3427
3427
|
v = v.split(re);
|
|
3428
3428
|
}
|
|
3429
|
-
this.i.
|
|
3429
|
+
this.i.primaryKey = v;
|
|
3430
3430
|
},
|
|
3431
3431
|
enumerable: false,
|
|
3432
3432
|
configurable: true
|
|
@@ -3436,14 +3436,14 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3436
3436
|
* Gets either the inferred primary key from the data source, or the user provided primary key, if present. Represents the actual primary key that the grid will use in operations that require it.
|
|
3437
3437
|
*/
|
|
3438
3438
|
get: function () {
|
|
3439
|
-
return this.i.
|
|
3439
|
+
return this.i.actualPrimaryKey;
|
|
3440
3440
|
},
|
|
3441
3441
|
set: function (v) {
|
|
3442
3442
|
if (v && !Array.isArray(v) && typeof (v) == "string") {
|
|
3443
3443
|
var re = /\s*(?:,|\s|$)\s*/gm;
|
|
3444
3444
|
v = v.split(re);
|
|
3445
3445
|
}
|
|
3446
|
-
this.i.
|
|
3446
|
+
this.i.actualPrimaryKey = v;
|
|
3447
3447
|
},
|
|
3448
3448
|
enumerable: false,
|
|
3449
3449
|
configurable: true
|
|
@@ -3484,11 +3484,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3484
3484
|
* Sets or gets whether the grid will react to sort changes.
|
|
3485
3485
|
*/
|
|
3486
3486
|
get: function () {
|
|
3487
|
-
return this.i.
|
|
3487
|
+
return this.i.reactsToSortChanges;
|
|
3488
3488
|
},
|
|
3489
3489
|
set: function (v) {
|
|
3490
|
-
this.i.
|
|
3491
|
-
this._a("reactsToSortChanges", this.i.
|
|
3490
|
+
this.i.reactsToSortChanges = ensureBool(v);
|
|
3491
|
+
this._a("reactsToSortChanges", this.i.reactsToSortChanges);
|
|
3492
3492
|
},
|
|
3493
3493
|
enumerable: false,
|
|
3494
3494
|
configurable: true
|
|
@@ -3498,11 +3498,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3498
3498
|
* Sets or gets whether the grid will react to group changes.
|
|
3499
3499
|
*/
|
|
3500
3500
|
get: function () {
|
|
3501
|
-
return this.i.
|
|
3501
|
+
return this.i.reactsToGroupChanges;
|
|
3502
3502
|
},
|
|
3503
3503
|
set: function (v) {
|
|
3504
|
-
this.i.
|
|
3505
|
-
this._a("reactsToGroupChanges", this.i.
|
|
3504
|
+
this.i.reactsToGroupChanges = ensureBool(v);
|
|
3505
|
+
this._a("reactsToGroupChanges", this.i.reactsToGroupChanges);
|
|
3506
3506
|
},
|
|
3507
3507
|
enumerable: false,
|
|
3508
3508
|
configurable: true
|
|
@@ -3512,11 +3512,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3512
3512
|
* Sets or gets whether the grid will react to filter changes.
|
|
3513
3513
|
*/
|
|
3514
3514
|
get: function () {
|
|
3515
|
-
return this.i.
|
|
3515
|
+
return this.i.reactsToFilterChanges;
|
|
3516
3516
|
},
|
|
3517
3517
|
set: function (v) {
|
|
3518
|
-
this.i.
|
|
3519
|
-
this._a("reactsToFilterChanges", this.i.
|
|
3518
|
+
this.i.reactsToFilterChanges = ensureBool(v);
|
|
3519
|
+
this._a("reactsToFilterChanges", this.i.reactsToFilterChanges);
|
|
3520
3520
|
},
|
|
3521
3521
|
enumerable: false,
|
|
3522
3522
|
configurable: true
|
|
@@ -3526,7 +3526,7 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3526
3526
|
* Gets whether an undo can be performed.
|
|
3527
3527
|
*/
|
|
3528
3528
|
get: function () {
|
|
3529
|
-
return this.i.
|
|
3529
|
+
return this.i.canUndo;
|
|
3530
3530
|
},
|
|
3531
3531
|
enumerable: false,
|
|
3532
3532
|
configurable: true
|
|
@@ -3536,7 +3536,7 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3536
3536
|
* Gets whether a redo can be performed.
|
|
3537
3537
|
*/
|
|
3538
3538
|
get: function () {
|
|
3539
|
-
return this.i.
|
|
3539
|
+
return this.i.canRedo;
|
|
3540
3540
|
},
|
|
3541
3541
|
enumerable: false,
|
|
3542
3542
|
configurable: true
|
|
@@ -3547,7 +3547,7 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3547
3547
|
* on any pending transactions.
|
|
3548
3548
|
*/
|
|
3549
3549
|
get: function () {
|
|
3550
|
-
return this.i.
|
|
3550
|
+
return this.i.canCommit;
|
|
3551
3551
|
},
|
|
3552
3552
|
enumerable: false,
|
|
3553
3553
|
configurable: true
|
|
@@ -3557,11 +3557,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3557
3557
|
* Gets or sets the behavior of the Enter key.
|
|
3558
3558
|
*/
|
|
3559
3559
|
get: function () {
|
|
3560
|
-
return this.i.
|
|
3560
|
+
return this.i.enterBehavior;
|
|
3561
3561
|
},
|
|
3562
3562
|
set: function (v) {
|
|
3563
|
-
this.i.
|
|
3564
|
-
this._a("enterBehavior", enumToString(EnterKeyBehaviors_$type, this.i.
|
|
3563
|
+
this.i.enterBehavior = ensureEnum(EnterKeyBehaviors_$type, v);
|
|
3564
|
+
this._a("enterBehavior", enumToString(EnterKeyBehaviors_$type, this.i.enterBehavior));
|
|
3565
3565
|
},
|
|
3566
3566
|
enumerable: false,
|
|
3567
3567
|
configurable: true
|
|
@@ -3571,11 +3571,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3571
3571
|
* Gets or sets the behavior of the enter key when exiting edit mode.
|
|
3572
3572
|
*/
|
|
3573
3573
|
get: function () {
|
|
3574
|
-
return this.i.
|
|
3574
|
+
return this.i.enterBehaviorAfterEdit;
|
|
3575
3575
|
},
|
|
3576
3576
|
set: function (v) {
|
|
3577
|
-
this.i.
|
|
3578
|
-
this._a("enterBehaviorAfterEdit", enumToString(EnterKeyBehaviorAfterEdit_$type, this.i.
|
|
3577
|
+
this.i.enterBehaviorAfterEdit = ensureEnum(EnterKeyBehaviorAfterEdit_$type, v);
|
|
3578
|
+
this._a("enterBehaviorAfterEdit", enumToString(EnterKeyBehaviorAfterEdit_$type, this.i.enterBehaviorAfterEdit));
|
|
3579
3579
|
},
|
|
3580
3580
|
enumerable: false,
|
|
3581
3581
|
configurable: true
|
|
@@ -3585,11 +3585,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3585
3585
|
* Gets or sets whether to show the summaries option in the column options menu.
|
|
3586
3586
|
*/
|
|
3587
3587
|
get: function () {
|
|
3588
|
-
return this.i.
|
|
3588
|
+
return this.i.isColumnOptionsSummariesEnabled;
|
|
3589
3589
|
},
|
|
3590
3590
|
set: function (v) {
|
|
3591
|
-
this.i.
|
|
3592
|
-
this._a("isColumnOptionsSummariesEnabled", this.i.
|
|
3591
|
+
this.i.isColumnOptionsSummariesEnabled = ensureBool(v);
|
|
3592
|
+
this._a("isColumnOptionsSummariesEnabled", this.i.isColumnOptionsSummariesEnabled);
|
|
3593
3593
|
},
|
|
3594
3594
|
enumerable: false,
|
|
3595
3595
|
configurable: true
|
|
@@ -3599,11 +3599,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3599
3599
|
* Gets or sets whether to show the grouping option in the column options menu.
|
|
3600
3600
|
*/
|
|
3601
3601
|
get: function () {
|
|
3602
|
-
return this.i.
|
|
3602
|
+
return this.i.isColumnOptionsGroupingEnabled;
|
|
3603
3603
|
},
|
|
3604
3604
|
set: function (v) {
|
|
3605
|
-
this.i.
|
|
3606
|
-
this._a("isColumnOptionsGroupingEnabled", this.i.
|
|
3605
|
+
this.i.isColumnOptionsGroupingEnabled = ensureBool(v);
|
|
3606
|
+
this._a("isColumnOptionsGroupingEnabled", this.i.isColumnOptionsGroupingEnabled);
|
|
3607
3607
|
},
|
|
3608
3608
|
enumerable: false,
|
|
3609
3609
|
configurable: true
|
|
@@ -3613,11 +3613,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3613
3613
|
* Gets or sets if and how cell merging is performed for all fields.
|
|
3614
3614
|
*/
|
|
3615
3615
|
get: function () {
|
|
3616
|
-
return this.i.
|
|
3616
|
+
return this.i.mergedCellMode;
|
|
3617
3617
|
},
|
|
3618
3618
|
set: function (v) {
|
|
3619
|
-
this.i.
|
|
3620
|
-
this._a("mergedCellMode", enumToString(MergedCellMode_$type, this.i.
|
|
3619
|
+
this.i.mergedCellMode = ensureEnum(MergedCellMode_$type, v);
|
|
3620
|
+
this._a("mergedCellMode", enumToString(MergedCellMode_$type, this.i.mergedCellMode));
|
|
3621
3621
|
},
|
|
3622
3622
|
enumerable: false,
|
|
3623
3623
|
configurable: true
|
|
@@ -3627,11 +3627,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3627
3627
|
* Gets or sets how cells are evaluated for merging.
|
|
3628
3628
|
*/
|
|
3629
3629
|
get: function () {
|
|
3630
|
-
return this.i.
|
|
3630
|
+
return this.i.mergedCellEvaluationCriteria;
|
|
3631
3631
|
},
|
|
3632
3632
|
set: function (v) {
|
|
3633
|
-
this.i.
|
|
3634
|
-
this._a("mergedCellEvaluationCriteria", enumToString(MergedCellEvaluationCriteria_$type, this.i.
|
|
3633
|
+
this.i.mergedCellEvaluationCriteria = ensureEnum(MergedCellEvaluationCriteria_$type, v);
|
|
3634
|
+
this._a("mergedCellEvaluationCriteria", enumToString(MergedCellEvaluationCriteria_$type, this.i.mergedCellEvaluationCriteria));
|
|
3635
3635
|
},
|
|
3636
3636
|
enumerable: false,
|
|
3637
3637
|
configurable: true
|
|
@@ -3641,11 +3641,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3641
3641
|
* Gets or sets the vertical alignment to use for the merged cell content.
|
|
3642
3642
|
*/
|
|
3643
3643
|
get: function () {
|
|
3644
|
-
return this.i.
|
|
3644
|
+
return this.i.mergedCellVerticalAlignment;
|
|
3645
3645
|
},
|
|
3646
3646
|
set: function (v) {
|
|
3647
|
-
this.i.
|
|
3648
|
-
this._a("mergedCellVerticalAlignment", enumToString(CellContentVerticalAlignment_$type, this.i.
|
|
3647
|
+
this.i.mergedCellVerticalAlignment = ensureEnum(CellContentVerticalAlignment_$type, v);
|
|
3648
|
+
this._a("mergedCellVerticalAlignment", enumToString(CellContentVerticalAlignment_$type, this.i.mergedCellVerticalAlignment));
|
|
3649
3649
|
},
|
|
3650
3650
|
enumerable: false,
|
|
3651
3651
|
configurable: true
|
|
@@ -3655,11 +3655,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3655
3655
|
* Gets or sets which filter UI type to use.
|
|
3656
3656
|
*/
|
|
3657
3657
|
get: function () {
|
|
3658
|
-
return this.i.
|
|
3658
|
+
return this.i.filterUIType;
|
|
3659
3659
|
},
|
|
3660
3660
|
set: function (v) {
|
|
3661
|
-
this.i.
|
|
3662
|
-
this._a("filterUIType", enumToString(FilterUIType_$type, this.i.
|
|
3661
|
+
this.i.filterUIType = ensureEnum(FilterUIType_$type, v);
|
|
3662
|
+
this._a("filterUIType", enumToString(FilterUIType_$type, this.i.filterUIType));
|
|
3663
3663
|
},
|
|
3664
3664
|
enumerable: false,
|
|
3665
3665
|
configurable: true
|
|
@@ -3669,11 +3669,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3669
3669
|
* Gets or sets how filters set through the filter UI are combined.
|
|
3670
3670
|
*/
|
|
3671
3671
|
get: function () {
|
|
3672
|
-
return this.i.
|
|
3672
|
+
return this.i.filterLogicalOperator;
|
|
3673
3673
|
},
|
|
3674
3674
|
set: function (v) {
|
|
3675
|
-
this.i.
|
|
3676
|
-
this._a("filterLogicalOperator", enumToString(FilterLogicalOperator_$type, this.i.
|
|
3675
|
+
this.i.filterLogicalOperator = ensureEnum(FilterLogicalOperator_$type, v);
|
|
3676
|
+
this._a("filterLogicalOperator", enumToString(FilterLogicalOperator_$type, this.i.filterLogicalOperator));
|
|
3677
3677
|
},
|
|
3678
3678
|
enumerable: false,
|
|
3679
3679
|
configurable: true
|
|
@@ -3683,21 +3683,21 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3683
3683
|
* Gets or sets whether UI filters are case sensitive or not.
|
|
3684
3684
|
*/
|
|
3685
3685
|
get: function () {
|
|
3686
|
-
return this.i.
|
|
3686
|
+
return this.i.filterComparisonType;
|
|
3687
3687
|
},
|
|
3688
3688
|
set: function (v) {
|
|
3689
|
-
this.i.
|
|
3690
|
-
this._a("filterComparisonType", enumToString(FilterComparisonType_$type, this.i.
|
|
3689
|
+
this.i.filterComparisonType = ensureEnum(FilterComparisonType_$type, v);
|
|
3690
|
+
this._a("filterComparisonType", enumToString(FilterComparisonType_$type, this.i.filterComparisonType));
|
|
3691
3691
|
},
|
|
3692
3692
|
enumerable: false,
|
|
3693
3693
|
configurable: true
|
|
3694
3694
|
});
|
|
3695
3695
|
Object.defineProperty(IgcDataGridComponent.prototype, "todayOverride", {
|
|
3696
3696
|
get: function () {
|
|
3697
|
-
return this.i.
|
|
3697
|
+
return this.i.todayOverride;
|
|
3698
3698
|
},
|
|
3699
3699
|
set: function (v) {
|
|
3700
|
-
this.i.
|
|
3700
|
+
this.i.todayOverride = v;
|
|
3701
3701
|
},
|
|
3702
3702
|
enumerable: false,
|
|
3703
3703
|
configurable: true
|
|
@@ -3707,11 +3707,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3707
3707
|
* Gets or sets whether selection is cleared when pressing the Escape key.
|
|
3708
3708
|
*/
|
|
3709
3709
|
get: function () {
|
|
3710
|
-
return this.i.
|
|
3710
|
+
return this.i.clearSelectionOnEscape;
|
|
3711
3711
|
},
|
|
3712
3712
|
set: function (v) {
|
|
3713
|
-
this.i.
|
|
3714
|
-
this._a("clearSelectionOnEscape", this.i.
|
|
3713
|
+
this.i.clearSelectionOnEscape = ensureBool(v);
|
|
3714
|
+
this._a("clearSelectionOnEscape", this.i.clearSelectionOnEscape);
|
|
3715
3715
|
},
|
|
3716
3716
|
enumerable: false,
|
|
3717
3717
|
configurable: true
|
|
@@ -3721,11 +3721,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3721
3721
|
* Gets or sets the size of each page when the pager is visible.
|
|
3722
3722
|
*/
|
|
3723
3723
|
get: function () {
|
|
3724
|
-
return this.i.
|
|
3724
|
+
return this.i.pageSize;
|
|
3725
3725
|
},
|
|
3726
3726
|
set: function (v) {
|
|
3727
|
-
this.i.
|
|
3728
|
-
this._a("pageSize", this.i.
|
|
3727
|
+
this.i.pageSize = +v;
|
|
3728
|
+
this._a("pageSize", this.i.pageSize);
|
|
3729
3729
|
},
|
|
3730
3730
|
enumerable: false,
|
|
3731
3731
|
configurable: true
|
|
@@ -3735,11 +3735,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3735
3735
|
* Gets or sets whether to show the column chooser button in the toolbar.
|
|
3736
3736
|
*/
|
|
3737
3737
|
get: function () {
|
|
3738
|
-
return this.i.
|
|
3738
|
+
return this.i.isToolbarColumnChooserVisible;
|
|
3739
3739
|
},
|
|
3740
3740
|
set: function (v) {
|
|
3741
|
-
this.i.
|
|
3742
|
-
this._a("isToolbarColumnChooserVisible", this.i.
|
|
3741
|
+
this.i.isToolbarColumnChooserVisible = ensureBool(v);
|
|
3742
|
+
this._a("isToolbarColumnChooserVisible", this.i.isToolbarColumnChooserVisible);
|
|
3743
3743
|
},
|
|
3744
3744
|
enumerable: false,
|
|
3745
3745
|
configurable: true
|
|
@@ -3749,11 +3749,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3749
3749
|
* Gets or sets whether to show the column pinning button in the toolbar.
|
|
3750
3750
|
*/
|
|
3751
3751
|
get: function () {
|
|
3752
|
-
return this.i.
|
|
3752
|
+
return this.i.isToolbarColumnPinningVisible;
|
|
3753
3753
|
},
|
|
3754
3754
|
set: function (v) {
|
|
3755
|
-
this.i.
|
|
3756
|
-
this._a("isToolbarColumnPinningVisible", this.i.
|
|
3755
|
+
this.i.isToolbarColumnPinningVisible = ensureBool(v);
|
|
3756
|
+
this._a("isToolbarColumnPinningVisible", this.i.isToolbarColumnPinningVisible);
|
|
3757
3757
|
},
|
|
3758
3758
|
enumerable: false,
|
|
3759
3759
|
configurable: true
|
|
@@ -3763,10 +3763,10 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3763
3763
|
* Gets or sets the title text to use in the toolbar.
|
|
3764
3764
|
*/
|
|
3765
3765
|
get: function () {
|
|
3766
|
-
return this.i.
|
|
3766
|
+
return this.i.toolbarTitle;
|
|
3767
3767
|
},
|
|
3768
3768
|
set: function (v) {
|
|
3769
|
-
this.i.
|
|
3769
|
+
this.i.toolbarTitle = v;
|
|
3770
3770
|
},
|
|
3771
3771
|
enumerable: false,
|
|
3772
3772
|
configurable: true
|
|
@@ -3776,10 +3776,10 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3776
3776
|
* Gets or sets the column chooser button text to use in the toolbar.
|
|
3777
3777
|
*/
|
|
3778
3778
|
get: function () {
|
|
3779
|
-
return this.i.
|
|
3779
|
+
return this.i.toolbarColumnChooserText;
|
|
3780
3780
|
},
|
|
3781
3781
|
set: function (v) {
|
|
3782
|
-
this.i.
|
|
3782
|
+
this.i.toolbarColumnChooserText = v;
|
|
3783
3783
|
},
|
|
3784
3784
|
enumerable: false,
|
|
3785
3785
|
configurable: true
|
|
@@ -3789,10 +3789,10 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3789
3789
|
* Gets or sets the column chooser title text to use in the toolbar.
|
|
3790
3790
|
*/
|
|
3791
3791
|
get: function () {
|
|
3792
|
-
return this.i.
|
|
3792
|
+
return this.i.toolbarColumnChooserTitle;
|
|
3793
3793
|
},
|
|
3794
3794
|
set: function (v) {
|
|
3795
|
-
this.i.
|
|
3795
|
+
this.i.toolbarColumnChooserTitle = v;
|
|
3796
3796
|
},
|
|
3797
3797
|
enumerable: false,
|
|
3798
3798
|
configurable: true
|
|
@@ -3802,10 +3802,10 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3802
3802
|
* Gets or sets the column pinning button text to use in the toolbar.
|
|
3803
3803
|
*/
|
|
3804
3804
|
get: function () {
|
|
3805
|
-
return this.i.
|
|
3805
|
+
return this.i.toolbarColumnPinningText;
|
|
3806
3806
|
},
|
|
3807
3807
|
set: function (v) {
|
|
3808
|
-
this.i.
|
|
3808
|
+
this.i.toolbarColumnPinningText = v;
|
|
3809
3809
|
},
|
|
3810
3810
|
enumerable: false,
|
|
3811
3811
|
configurable: true
|
|
@@ -3815,10 +3815,10 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3815
3815
|
* Gets or sets the column pinning title text to use in the toolbar.
|
|
3816
3816
|
*/
|
|
3817
3817
|
get: function () {
|
|
3818
|
-
return this.i.
|
|
3818
|
+
return this.i.toolbarColumnPinningTitle;
|
|
3819
3819
|
},
|
|
3820
3820
|
set: function (v) {
|
|
3821
|
-
this.i.
|
|
3821
|
+
this.i.toolbarColumnPinningTitle = v;
|
|
3822
3822
|
},
|
|
3823
3823
|
enumerable: false,
|
|
3824
3824
|
configurable: true
|
|
@@ -3828,11 +3828,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3828
3828
|
* Gets or sets the style of scrollbar.
|
|
3829
3829
|
*/
|
|
3830
3830
|
get: function () {
|
|
3831
|
-
return this.i.
|
|
3831
|
+
return this.i.scrollbarStyle;
|
|
3832
3832
|
},
|
|
3833
3833
|
set: function (v) {
|
|
3834
|
-
this.i.
|
|
3835
|
-
this._a("scrollbarStyle", enumToString(ScrollbarStyle_$type, this.i.
|
|
3834
|
+
this.i.scrollbarStyle = ensureEnum(ScrollbarStyle_$type, v);
|
|
3835
|
+
this._a("scrollbarStyle", enumToString(ScrollbarStyle_$type, this.i.scrollbarStyle));
|
|
3836
3836
|
},
|
|
3837
3837
|
enumerable: false,
|
|
3838
3838
|
configurable: true
|
|
@@ -3842,22 +3842,22 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3842
3842
|
* Gets or sets the scrollbar background color.
|
|
3843
3843
|
*/
|
|
3844
3844
|
get: function () {
|
|
3845
|
-
return brushToString(this.i.
|
|
3845
|
+
return brushToString(this.i.scrollbarBackground);
|
|
3846
3846
|
},
|
|
3847
3847
|
set: function (v) {
|
|
3848
|
-
this.i.
|
|
3849
|
-
this._a("scrollbarBackground", brushToString(this.i.
|
|
3848
|
+
this.i.scrollbarBackground = stringToBrush(v);
|
|
3849
|
+
this._a("scrollbarBackground", brushToString(this.i.scrollbarBackground));
|
|
3850
3850
|
},
|
|
3851
3851
|
enumerable: false,
|
|
3852
3852
|
configurable: true
|
|
3853
3853
|
});
|
|
3854
3854
|
Object.defineProperty(IgcDataGridComponent.prototype, "allowCopyOperation", {
|
|
3855
3855
|
get: function () {
|
|
3856
|
-
return this.i.
|
|
3856
|
+
return this.i.allowCopyOperation;
|
|
3857
3857
|
},
|
|
3858
3858
|
set: function (v) {
|
|
3859
|
-
this.i.
|
|
3860
|
-
this._a("allowCopyOperation", this.i.
|
|
3859
|
+
this.i.allowCopyOperation = ensureBool(v);
|
|
3860
|
+
this._a("allowCopyOperation", this.i.allowCopyOperation);
|
|
3861
3861
|
},
|
|
3862
3862
|
enumerable: false,
|
|
3863
3863
|
configurable: true
|
|
@@ -3867,11 +3867,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3867
3867
|
* Gets or sets whether to defer the SelectedItemsChanged and SelectedKeysChanged events till after the drag selection has completed.
|
|
3868
3868
|
*/
|
|
3869
3869
|
get: function () {
|
|
3870
|
-
return this.i.
|
|
3870
|
+
return this.i.deferEventForRowDragSelection;
|
|
3871
3871
|
},
|
|
3872
3872
|
set: function (v) {
|
|
3873
|
-
this.i.
|
|
3874
|
-
this._a("deferEventForRowDragSelection", this.i.
|
|
3873
|
+
this.i.deferEventForRowDragSelection = ensureBool(v);
|
|
3874
|
+
this._a("deferEventForRowDragSelection", this.i.deferEventForRowDragSelection);
|
|
3875
3875
|
},
|
|
3876
3876
|
enumerable: false,
|
|
3877
3877
|
configurable: true
|
|
@@ -4048,14 +4048,14 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
4048
4048
|
|
|
4049
4049
|
*/
|
|
4050
4050
|
IgcDataGridComponent.prototype.refresh = function () {
|
|
4051
|
-
this.i.
|
|
4051
|
+
this.i.refresh();
|
|
4052
4052
|
};
|
|
4053
4053
|
/**
|
|
4054
4054
|
* Makes sure pending work has completed if the grid need to be synchronously examined.
|
|
4055
4055
|
|
|
4056
4056
|
*/
|
|
4057
4057
|
IgcDataGridComponent.prototype.flush = function () {
|
|
4058
|
-
this.i.
|
|
4058
|
+
this.i.flush();
|
|
4059
4059
|
};
|
|
4060
4060
|
IgcDataGridComponent.prototype.notifyScrollStart = function () {
|
|
4061
4061
|
this.i.notifyScrollStart();
|
|
@@ -4064,13 +4064,13 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
4064
4064
|
this.i.notifyScrollStop();
|
|
4065
4065
|
};
|
|
4066
4066
|
IgcDataGridComponent.prototype.exchangeColumn = function (newColumn, oldColumn) {
|
|
4067
|
-
this.i.
|
|
4067
|
+
this.i.exchangeColumn((newColumn == null ? null : newColumn.i), (oldColumn == null ? null : oldColumn.i));
|
|
4068
4068
|
};
|
|
4069
4069
|
IgcDataGridComponent.prototype.pinColumn = function (column, position) {
|
|
4070
|
-
this.i.
|
|
4070
|
+
this.i.pinColumn((column == null ? null : column.i), (position == null ? null : position));
|
|
4071
4071
|
};
|
|
4072
4072
|
IgcDataGridComponent.prototype.moveColumn = function (oldIndex, newIndex) {
|
|
4073
|
-
this.i.
|
|
4073
|
+
this.i.moveColumn(oldIndex, newIndex);
|
|
4074
4074
|
};
|
|
4075
4075
|
/**
|
|
4076
4076
|
* Moves a column to the left, if possible.
|
|
@@ -4078,7 +4078,7 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
4078
4078
|
* @param columnIndex * The index of the column to move.
|
|
4079
4079
|
*/
|
|
4080
4080
|
IgcDataGridComponent.prototype.moveColumnLeft = function (columnIndex) {
|
|
4081
|
-
this.i.
|
|
4081
|
+
this.i.moveColumnLeft(columnIndex);
|
|
4082
4082
|
};
|
|
4083
4083
|
/**
|
|
4084
4084
|
* Moves a column to the right, if possible.
|
|
@@ -4086,7 +4086,7 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
4086
4086
|
* @param columnIndex * The index of the column to move.
|
|
4087
4087
|
*/
|
|
4088
4088
|
IgcDataGridComponent.prototype.moveColumnRight = function (columnIndex) {
|
|
4089
|
-
this.i.
|
|
4089
|
+
this.i.moveColumnRight(columnIndex);
|
|
4090
4090
|
};
|
|
4091
4091
|
/**
|
|
4092
4092
|
* Returns true if a column can be moved to the left of it's current position; otherwise false.
|
|
@@ -4094,7 +4094,7 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
4094
4094
|
* @param columnIndex * The index of the column.
|
|
4095
4095
|
*/
|
|
4096
4096
|
IgcDataGridComponent.prototype.canMoveColumnLeft = function (columnIndex) {
|
|
4097
|
-
var iv = this.i.
|
|
4097
|
+
var iv = this.i.canMoveColumnLeft(columnIndex);
|
|
4098
4098
|
return (iv);
|
|
4099
4099
|
};
|
|
4100
4100
|
/**
|
|
@@ -4103,7 +4103,7 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
4103
4103
|
* @param columnIndex * The index of the column.
|
|
4104
4104
|
*/
|
|
4105
4105
|
IgcDataGridComponent.prototype.canMoveColumnRight = function (columnIndex) {
|
|
4106
|
-
var iv = this.i.
|
|
4106
|
+
var iv = this.i.canMoveColumnRight(columnIndex);
|
|
4107
4107
|
return (iv);
|
|
4108
4108
|
};
|
|
4109
4109
|
/**
|
|
@@ -4111,7 +4111,7 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
4111
4111
|
|
|
4112
4112
|
*/
|
|
4113
4113
|
IgcDataGridComponent.prototype.exportVisualModel = function () {
|
|
4114
|
-
var iv = this.i.
|
|
4114
|
+
var iv = this.i.exportVisualModel();
|
|
4115
4115
|
return (iv);
|
|
4116
4116
|
};
|
|
4117
4117
|
/**
|
|
@@ -4119,7 +4119,7 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
4119
4119
|
|
|
4120
4120
|
*/
|
|
4121
4121
|
IgcDataGridComponent.prototype.exportSerializedVisualModel = function () {
|
|
4122
|
-
var iv = this.i.
|
|
4122
|
+
var iv = this.i.exportSerializedVisualModel();
|
|
4123
4123
|
return (iv);
|
|
4124
4124
|
};
|
|
4125
4125
|
/**
|
|
@@ -4128,7 +4128,7 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
4128
4128
|
* @param rowNumber * The row index to scroll to.
|
|
4129
4129
|
*/
|
|
4130
4130
|
IgcDataGridComponent.prototype.scrollToRowByIndex = function (rowNumber) {
|
|
4131
|
-
this.i.
|
|
4131
|
+
this.i.scrollToRowByIndex(rowNumber);
|
|
4132
4132
|
};
|
|
4133
4133
|
/**
|
|
4134
4134
|
* Scrolls the grid so that a row is the last visible, by index.
|
|
@@ -4136,7 +4136,7 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
4136
4136
|
* @param rowNumber * The row index to scroll to.
|
|
4137
4137
|
*/
|
|
4138
4138
|
IgcDataGridComponent.prototype.scrollToLastRowByIndex = function (rowNumber) {
|
|
4139
|
-
this.i.
|
|
4139
|
+
this.i.scrollToLastRowByIndex(rowNumber);
|
|
4140
4140
|
};
|
|
4141
4141
|
/**
|
|
4142
4142
|
* Scrolls to an item, if found.
|
|
@@ -4144,11 +4144,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
4144
4144
|
* @param item * The item to scroll to.
|
|
4145
4145
|
*/
|
|
4146
4146
|
IgcDataGridComponent.prototype.scrollToItem = function (item) {
|
|
4147
|
-
var iv = this.i.
|
|
4147
|
+
var iv = this.i.scrollToItem(item);
|
|
4148
4148
|
return (iv);
|
|
4149
4149
|
};
|
|
4150
4150
|
IgcDataGridComponent.prototype.scrollToPrimaryKey = function (key) {
|
|
4151
|
-
var iv = this.i.
|
|
4151
|
+
var iv = this.i.scrollToPrimaryKey(key);
|
|
4152
4152
|
return (iv);
|
|
4153
4153
|
};
|
|
4154
4154
|
/**
|
|
@@ -4157,14 +4157,14 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
4157
4157
|
* @param columnNumber * The column number to scroll to.
|
|
4158
4158
|
*/
|
|
4159
4159
|
IgcDataGridComponent.prototype.scrollToColumnByIndex = function (columnNumber) {
|
|
4160
|
-
this.i.
|
|
4160
|
+
this.i.scrollToColumnByIndex(columnNumber);
|
|
4161
4161
|
};
|
|
4162
4162
|
/**
|
|
4163
4163
|
* Gets the last visible index in the grid.
|
|
4164
4164
|
|
|
4165
4165
|
*/
|
|
4166
4166
|
IgcDataGridComponent.prototype.getLastVisibleIndex = function () {
|
|
4167
|
-
var iv = this.i.
|
|
4167
|
+
var iv = this.i.getLastVisibleIndex();
|
|
4168
4168
|
return (iv);
|
|
4169
4169
|
};
|
|
4170
4170
|
/**
|
|
@@ -4172,7 +4172,7 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
4172
4172
|
|
|
4173
4173
|
*/
|
|
4174
4174
|
IgcDataGridComponent.prototype.getFirstVisibleIndex = function () {
|
|
4175
|
-
var iv = this.i.
|
|
4175
|
+
var iv = this.i.getFirstVisibleIndex();
|
|
4176
4176
|
return (iv);
|
|
4177
4177
|
};
|
|
4178
4178
|
/**
|
|
@@ -4180,7 +4180,7 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
4180
4180
|
|
|
4181
4181
|
*/
|
|
4182
4182
|
IgcDataGridComponent.prototype.invalidateVisibleRows = function () {
|
|
4183
|
-
this.i.
|
|
4183
|
+
this.i.invalidateVisibleRows();
|
|
4184
4184
|
};
|
|
4185
4185
|
/**
|
|
4186
4186
|
* Manually set the active responsive state of the grid.
|
|
@@ -4188,10 +4188,10 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
4188
4188
|
* @param name
|
|
4189
4189
|
*/
|
|
4190
4190
|
IgcDataGridComponent.prototype.setActiveResponsiveState = function (name) {
|
|
4191
|
-
this.i.
|
|
4191
|
+
this.i.setActiveResponsiveState(name);
|
|
4192
4192
|
};
|
|
4193
4193
|
IgcDataGridComponent.prototype.notifySetItem = function (index, oldItem, newItem) {
|
|
4194
|
-
this.i.
|
|
4194
|
+
this.i.notifySetItem(index, oldItem, newItem);
|
|
4195
4195
|
};
|
|
4196
4196
|
/**
|
|
4197
4197
|
* Manually notifies the grid's data source that the data it has bound to has been cleared and needs to be re-examined.
|
|
@@ -4199,13 +4199,13 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
4199
4199
|
|
|
4200
4200
|
*/
|
|
4201
4201
|
IgcDataGridComponent.prototype.notifyClearItems = function () {
|
|
4202
|
-
this.i.
|
|
4202
|
+
this.i.notifyClearItems();
|
|
4203
4203
|
};
|
|
4204
4204
|
IgcDataGridComponent.prototype.notifyInsertItem = function (index, newItem) {
|
|
4205
|
-
this.i.
|
|
4205
|
+
this.i.notifyInsertItem(index, newItem);
|
|
4206
4206
|
};
|
|
4207
4207
|
IgcDataGridComponent.prototype.notifyRemoveItem = function (index, oldItem) {
|
|
4208
|
-
this.i.
|
|
4208
|
+
this.i.notifyRemoveItem(index, oldItem);
|
|
4209
4209
|
};
|
|
4210
4210
|
/**
|
|
4211
4211
|
* Returns the data index of an item within the bound data source.
|
|
@@ -4213,11 +4213,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
4213
4213
|
* @param item * The item from which to get the index.
|
|
4214
4214
|
*/
|
|
4215
4215
|
IgcDataGridComponent.prototype.dataIndexOfItem = function (item) {
|
|
4216
|
-
var iv = this.i.
|
|
4216
|
+
var iv = this.i.dataIndexOfItem(item);
|
|
4217
4217
|
return (iv);
|
|
4218
4218
|
};
|
|
4219
4219
|
IgcDataGridComponent.prototype.dataIndexOfPrimaryKey = function (key) {
|
|
4220
|
-
var iv = this.i.
|
|
4220
|
+
var iv = this.i.dataIndexOfPrimaryKey(key);
|
|
4221
4221
|
return (iv);
|
|
4222
4222
|
};
|
|
4223
4223
|
/**
|
|
@@ -4226,11 +4226,11 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
4226
4226
|
* @param cellKey * The cell to resolve.
|
|
4227
4227
|
*/
|
|
4228
4228
|
IgcDataGridComponent.prototype.resolveCellValue = function (cellKey) {
|
|
4229
|
-
var iv = this.i.
|
|
4229
|
+
var iv = this.i.resolveCellValue((cellKey == null ? null : cellKey.i));
|
|
4230
4230
|
return (iv);
|
|
4231
4231
|
};
|
|
4232
4232
|
IgcDataGridComponent.prototype.resolveCellValueFromPosition = function (row, column) {
|
|
4233
|
-
var iv = this.i.
|
|
4233
|
+
var iv = this.i.resolveCellValueFromPosition(row, column);
|
|
4234
4234
|
return (iv);
|
|
4235
4235
|
};
|
|
4236
4236
|
/**
|
|
@@ -4240,7 +4240,7 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
4240
4240
|
* @param index * The rendered index of the column.
|
|
4241
4241
|
*/
|
|
4242
4242
|
IgcDataGridComponent.prototype.getColumnAtRenderedIndex = function (index) {
|
|
4243
|
-
var iv = this.i.
|
|
4243
|
+
var iv = this.i.getColumnAtRenderedIndex(index);
|
|
4244
4244
|
var ret = null;
|
|
4245
4245
|
if (iv && iv.externalObject) {
|
|
4246
4246
|
ret = iv.externalObject;
|
|
@@ -4260,7 +4260,7 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
4260
4260
|
|
|
4261
4261
|
*/
|
|
4262
4262
|
IgcDataGridComponent.prototype.getRootSummaryResults = function () {
|
|
4263
|
-
var iv = this.i.
|
|
4263
|
+
var iv = this.i.getRootSummaryResults();
|
|
4264
4264
|
return (iv);
|
|
4265
4265
|
};
|
|
4266
4266
|
/**
|
|
@@ -4268,7 +4268,7 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
4268
4268
|
|
|
4269
4269
|
*/
|
|
4270
4270
|
IgcDataGridComponent.prototype.getSectionSummaryResults = function (sectionIndex) {
|
|
4271
|
-
var iv = this.i.
|
|
4271
|
+
var iv = this.i.getSectionSummaryResults(sectionIndex);
|
|
4272
4272
|
return (iv);
|
|
4273
4273
|
};
|
|
4274
4274
|
/**
|
|
@@ -4276,14 +4276,14 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
4276
4276
|
|
|
4277
4277
|
*/
|
|
4278
4278
|
IgcDataGridComponent.prototype.commitEdits = function () {
|
|
4279
|
-
this.i.
|
|
4279
|
+
this.i.commitEdits();
|
|
4280
4280
|
};
|
|
4281
4281
|
/**
|
|
4282
4282
|
* Cancels any edits that may exist in the datasource.
|
|
4283
4283
|
|
|
4284
4284
|
*/
|
|
4285
4285
|
IgcDataGridComponent.prototype.cancelEdits = function () {
|
|
4286
|
-
this.i.
|
|
4286
|
+
this.i.cancelEdits();
|
|
4287
4287
|
};
|
|
4288
4288
|
/**
|
|
4289
4289
|
* Accepts a specific commit to the datasource.
|
|
@@ -4291,7 +4291,7 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
4291
4291
|
* @param commitID * The ID of the commit provided by the Committing event.
|
|
4292
4292
|
*/
|
|
4293
4293
|
IgcDataGridComponent.prototype.acceptCommit = function (commitID) {
|
|
4294
|
-
this.i.
|
|
4294
|
+
this.i.acceptCommit(commitID);
|
|
4295
4295
|
};
|
|
4296
4296
|
/**
|
|
4297
4297
|
* Rejects a specific commit.
|
|
@@ -4299,27 +4299,27 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
4299
4299
|
* @param commitID * The ID of the commit provided by the Committing event.
|
|
4300
4300
|
*/
|
|
4301
4301
|
IgcDataGridComponent.prototype.rejectCommit = function (commitID) {
|
|
4302
|
-
this.i.
|
|
4302
|
+
this.i.rejectCommit(commitID);
|
|
4303
4303
|
};
|
|
4304
4304
|
/**
|
|
4305
4305
|
* Undo the last edit.
|
|
4306
4306
|
|
|
4307
4307
|
*/
|
|
4308
4308
|
IgcDataGridComponent.prototype.undo = function () {
|
|
4309
|
-
this.i.
|
|
4309
|
+
this.i.undo();
|
|
4310
4310
|
};
|
|
4311
4311
|
/**
|
|
4312
4312
|
* Redo the last edit.
|
|
4313
4313
|
|
|
4314
4314
|
*/
|
|
4315
4315
|
IgcDataGridComponent.prototype.redo = function () {
|
|
4316
|
-
this.i.
|
|
4316
|
+
this.i.redo();
|
|
4317
4317
|
};
|
|
4318
4318
|
IgcDataGridComponent.prototype.updatePropertyAtKey = function (key, propertyPath, value) {
|
|
4319
|
-
this.i.
|
|
4319
|
+
this.i.updatePropertyAtKey(key, propertyPath, value);
|
|
4320
4320
|
};
|
|
4321
4321
|
IgcDataGridComponent.prototype.removeItemByKey = function (key) {
|
|
4322
|
-
this.i.
|
|
4322
|
+
this.i.removeItemByKey(key);
|
|
4323
4323
|
};
|
|
4324
4324
|
/**
|
|
4325
4325
|
* Removes an item by its instance.
|
|
@@ -4327,7 +4327,7 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
4327
4327
|
* @param item * The item instance to remove.
|
|
4328
4328
|
*/
|
|
4329
4329
|
IgcDataGridComponent.prototype.removeItem = function (item) {
|
|
4330
|
-
this.i.
|
|
4330
|
+
this.i.removeItem(item);
|
|
4331
4331
|
};
|
|
4332
4332
|
/**
|
|
4333
4333
|
* Accept a pending edit turning it into a real edit.
|
|
@@ -4335,7 +4335,7 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
4335
4335
|
* @param editID * The ID of the edit. Provided by the CellValueChanging event.
|
|
4336
4336
|
*/
|
|
4337
4337
|
IgcDataGridComponent.prototype.acceptEdit = function (editID) {
|
|
4338
|
-
this.i.
|
|
4338
|
+
this.i.acceptEdit(editID);
|
|
4339
4339
|
};
|
|
4340
4340
|
/**
|
|
4341
4341
|
* Reject a pending edit.
|
|
@@ -4343,41 +4343,41 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
4343
4343
|
* @param editID * The ID of the edit. Provided by the CellValueChanging event.
|
|
4344
4344
|
*/
|
|
4345
4345
|
IgcDataGridComponent.prototype.rejectEdit = function (editID) {
|
|
4346
|
-
this.i.
|
|
4346
|
+
this.i.rejectEdit(editID);
|
|
4347
4347
|
};
|
|
4348
4348
|
IgcDataGridComponent.prototype.setEditError = function (editID, errorMessage) {
|
|
4349
|
-
this.i.
|
|
4349
|
+
this.i.setEditError(editID, errorMessage);
|
|
4350
4350
|
};
|
|
4351
4351
|
/**
|
|
4352
4352
|
* Start edit mode on the active cell.
|
|
4353
4353
|
|
|
4354
4354
|
*/
|
|
4355
4355
|
IgcDataGridComponent.prototype.startEditMode = function () {
|
|
4356
|
-
this.i.
|
|
4356
|
+
this.i.startEditMode();
|
|
4357
4357
|
};
|
|
4358
4358
|
IgcDataGridComponent.prototype.endEditMode = function (commit) {
|
|
4359
|
-
this.i.
|
|
4359
|
+
this.i.endEditMode(commit);
|
|
4360
4360
|
};
|
|
4361
4361
|
/**
|
|
4362
4362
|
* Selects all of the rows in the grid.
|
|
4363
4363
|
|
|
4364
4364
|
*/
|
|
4365
4365
|
IgcDataGridComponent.prototype.selectAllRows = function () {
|
|
4366
|
-
this.i.
|
|
4366
|
+
this.i.selectAllRows();
|
|
4367
4367
|
};
|
|
4368
4368
|
/**
|
|
4369
4369
|
* Deselects all currently selected rows.
|
|
4370
4370
|
|
|
4371
4371
|
*/
|
|
4372
4372
|
IgcDataGridComponent.prototype.deselectAllRows = function () {
|
|
4373
|
-
this.i.
|
|
4373
|
+
this.i.deselectAllRows();
|
|
4374
4374
|
};
|
|
4375
4375
|
/**
|
|
4376
4376
|
* Saves the layout chnages that have been made to the grid
|
|
4377
4377
|
|
|
4378
4378
|
*/
|
|
4379
4379
|
IgcDataGridComponent.prototype.saveLayout = function () {
|
|
4380
|
-
var iv = this.i.
|
|
4380
|
+
var iv = this.i.saveLayout();
|
|
4381
4381
|
return (iv);
|
|
4382
4382
|
};
|
|
4383
4383
|
/**
|
|
@@ -4385,7 +4385,7 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
4385
4385
|
|
|
4386
4386
|
*/
|
|
4387
4387
|
IgcDataGridComponent.prototype.loadLayout = function (json) {
|
|
4388
|
-
this.i.
|
|
4388
|
+
this.i.loadLayout(json);
|
|
4389
4389
|
};
|
|
4390
4390
|
Object.defineProperty(IgcDataGridComponent.prototype, "filterExpressionsChanging", {
|
|
4391
4391
|
get: function () {
|
|
@@ -5319,7 +5319,7 @@ var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
5319
5319
|
this._actualPrimaryKeyChange = ev;
|
|
5320
5320
|
this._actualPrimaryKeyChange_wrapped = function (o, e) {
|
|
5321
5321
|
var ext = _this.actualPrimaryKey;
|
|
5322
|
-
if (e.propertyName == '
|
|
5322
|
+
if (e.propertyName == 'ActualPrimaryKey') {
|
|
5323
5323
|
if (_this.beforeActualPrimaryKeyChange) {
|
|
5324
5324
|
_this.beforeActualPrimaryKeyChange(_this, ext);
|
|
5325
5325
|
}
|