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
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
|
|
2
|
-
import { FilteringLogic } from './filtering-logic';
|
|
3
2
|
import { FilteringExpressionsTreeType } from './filtering-expressions-tree-type';
|
|
3
|
+
import { FilteringLogic } from './filtering-logic';
|
|
4
4
|
import { IgcFilteringExpression } from './igc-filtering-expression';
|
|
5
5
|
|
|
6
6
|
|
|
7
|
+
/* jsonAPIPlainObject */
|
|
7
8
|
|
|
8
9
|
|
|
9
10
|
/* marshalByValue */
|
|
@@ -12,113 +13,33 @@ import { IgcFilteringExpression } from './igc-filtering-expression';
|
|
|
12
13
|
{
|
|
13
14
|
|
|
14
15
|
|
|
15
|
-
|
|
16
|
-
/**
|
|
17
|
-
* Sets/gets the filtering operands.
|
|
18
|
-
* ```typescript
|
|
19
|
-
* const gridExpressionsTree = new FilteringExpressionsTree(FilteringLogic.And);
|
|
20
|
-
* const expression = [
|
|
21
|
-
* {
|
|
22
|
-
* condition: IgxStringFilteringOperand.instance().condition('contains'),
|
|
23
|
-
* fieldName: 'Column Field',
|
|
24
|
-
* searchVal: 'Value',
|
|
25
|
-
* ignoreCase: false
|
|
26
|
-
* }];
|
|
27
|
-
* gridExpressionsTree.filteringOperands.push(expression);
|
|
28
|
-
* this.grid.filteringExpressionsTree = gridExpressionsTree;
|
|
29
|
-
* ```
|
|
30
|
-
* ```typescript
|
|
31
|
-
* let filteringOperands = gridExpressionsTree.filteringOperands;
|
|
32
|
-
* ```
|
|
33
|
-
*
|
|
34
|
-
* @memberof FilteringExpressionsTree
|
|
35
|
-
*/
|
|
36
16
|
public set filteringOperands(value: (IgcFilteringExpressionsTree | IgcFilteringExpression)[]);
|
|
37
17
|
public get filteringOperands(): (IgcFilteringExpressionsTree | IgcFilteringExpression)[];
|
|
38
18
|
|
|
39
19
|
|
|
40
|
-
|
|
20
|
+
/* alternateName: treeType */
|
|
21
|
+
public type?: FilteringExpressionsTreeType;
|
|
22
|
+
|
|
23
|
+
|
|
41
24
|
/**
|
|
42
|
-
*
|
|
43
|
-
* ```typescript
|
|
44
|
-
* gridExpressionsTree.operator = FilteringLogic.And;
|
|
45
|
-
* ```
|
|
46
|
-
* ```typescript
|
|
47
|
-
* let operator = gridExpressionsTree.operator;
|
|
48
|
-
* ```
|
|
49
|
-
*
|
|
50
|
-
* @memberof FilteringExpressionsTree
|
|
25
|
+
* Provides reference to the owner component.
|
|
51
26
|
*/
|
|
27
|
+
public owner?: any;
|
|
28
|
+
|
|
29
|
+
|
|
52
30
|
public set operator(value: FilteringLogic);
|
|
53
31
|
public get operator(): FilteringLogic;
|
|
54
32
|
|
|
55
33
|
|
|
56
|
-
|
|
57
|
-
/**
|
|
58
|
-
* Sets/gets the field name of the column where the filtering expression is placed.
|
|
59
|
-
* ```typescript
|
|
60
|
-
* gridExpressionTree.fieldName = 'Column Field';
|
|
61
|
-
* ```
|
|
62
|
-
* ```typescript
|
|
63
|
-
* let columnField = expressionTree.fieldName;
|
|
64
|
-
* ```
|
|
65
|
-
*
|
|
66
|
-
* @memberof FilteringExpressionsTree
|
|
67
|
-
*/
|
|
68
34
|
public fieldName?: string;
|
|
69
35
|
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
/* alternateName: treeType */
|
|
73
|
-
/**
|
|
74
|
-
* Sets/gets the type of the filtering expressions tree.
|
|
75
|
-
* ```typescript
|
|
76
|
-
* gridExpressionTree.type = FilteringExpressionsTree.Advanced;
|
|
77
|
-
* ```
|
|
78
|
-
* ```typescript
|
|
79
|
-
* let type = expressionTree.type;
|
|
80
|
-
* ```
|
|
81
|
-
*
|
|
82
|
-
* @memberof FilteringExpressionsTree
|
|
83
|
-
*/
|
|
84
|
-
public type?: FilteringExpressionsTreeType;
|
|
85
|
-
|
|
86
36
|
|
|
87
37
|
|
|
88
|
-
|
|
89
|
-
/**
|
|
90
|
-
* Checks if filtering expressions tree is empty.
|
|
91
|
-
*
|
|
92
|
-
* @param expressionTree filtering expressions tree.
|
|
93
|
-
*/
|
|
94
|
-
public static empty(expressionTree: IgcFilteringExpressionsTree): boolean;
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
/**
|
|
99
|
-
* Returns the filtering expression for a column with the provided fieldName.
|
|
100
|
-
* ```typescript
|
|
101
|
-
* let filteringExpression = gridExpressionTree.find('Column Field');
|
|
102
|
-
* ```
|
|
103
|
-
*
|
|
104
|
-
* @memberof FilteringExpressionsTree
|
|
105
|
-
*/
|
|
106
38
|
public find(fieldName: string): IgcFilteringExpressionsTree | IgcFilteringExpression;
|
|
107
39
|
|
|
108
40
|
|
|
109
|
-
|
|
110
|
-
/**
|
|
111
|
-
* Returns the index of the filtering expression for a column with the provided fieldName.
|
|
112
|
-
* ```typescript
|
|
113
|
-
* let filteringExpressionIndex = gridExpressionTree.findIndex('Column Field');
|
|
114
|
-
* ```
|
|
115
|
-
*
|
|
116
|
-
* @memberof FilteringExpressionsTree
|
|
117
|
-
*/
|
|
118
41
|
public findIndex(fieldName: string): number;
|
|
119
42
|
|
|
120
|
-
constructor(operator: FilteringLogic, fieldName?: string);
|
|
121
|
-
|
|
122
43
|
}
|
|
123
44
|
|
|
124
45
|
|
|
@@ -4,6 +4,7 @@
|
|
|
4
4
|
/* jsonAPIPlainObject */
|
|
5
5
|
|
|
6
6
|
|
|
7
|
+
/* tsPlainInterface */
|
|
7
8
|
/* marshalByValue */
|
|
8
9
|
/**
|
|
9
10
|
* Interface describing filtering operations
|
|
@@ -29,10 +30,12 @@
|
|
|
29
30
|
|
|
30
31
|
public hidden?: boolean;
|
|
31
32
|
|
|
32
|
-
|
|
33
|
-
/*
|
|
34
|
-
|
|
35
|
-
|
|
33
|
+
|
|
34
|
+
/* blazorCSSuppress */
|
|
35
|
+
/* blazorAlternateType: FilteringOperationLogicHandler */
|
|
36
|
+
public set logic(value: any);
|
|
37
|
+
public get logic(): any;
|
|
38
|
+
|
|
36
39
|
}
|
|
37
40
|
|
|
38
41
|
|
|
@@ -66,15 +66,18 @@ import { IgcGridRowComponent } from './igc-grid-row-component';
|
|
|
66
66
|
import { DropPosition } from './drop-position';
|
|
67
67
|
import { IgcFilteringOperation } from './igc-filtering-operation';
|
|
68
68
|
import { IgcRowType } from './igc-row-type';
|
|
69
|
+
import { IgcCellPosition } from './igc-cell-position';
|
|
69
70
|
import { IgcOverlaySettings } from './igc-overlay-settings';
|
|
70
71
|
import { EventEmitterMixin, LitElement, Constructor, AbstractConstructor } from './common';
|
|
71
72
|
|
|
72
73
|
|
|
74
|
+
/* wcSkipComponentSuffix */
|
|
73
75
|
|
|
74
76
|
|
|
75
77
|
/* blazorIndirectRender
|
|
76
78
|
blazorComponent
|
|
77
|
-
omitModule
|
|
79
|
+
omitModule
|
|
80
|
+
wcSkipComponentSuffix */
|
|
78
81
|
|
|
79
82
|
export declare abstract class IgcGridBaseDirective extends EventEmitterMixin<IgcGridBaseDirectiveEventMap, Constructor<IgcDisplayDensityBase>>(IgcDisplayDensityBase)
|
|
80
83
|
|
|
@@ -261,12 +264,14 @@ import { EventEmitterMixin, LitElement, Constructor, AbstractConstructor } from
|
|
|
261
264
|
|
|
262
265
|
|
|
263
266
|
|
|
264
|
-
/*
|
|
267
|
+
/* contentChildren */
|
|
265
268
|
/* blazorInclude */
|
|
266
|
-
/*
|
|
269
|
+
/* blazorTreatAsCollection */
|
|
270
|
+
/* blazorCollectionName: ActionStripCollection */
|
|
271
|
+
/* ngQueryListName: actionStripComponents */
|
|
267
272
|
/** @hidden @internal */
|
|
268
|
-
public set
|
|
269
|
-
public get
|
|
273
|
+
public set actionStripComponents(value: IgcActionStripComponent[]);
|
|
274
|
+
public get actionStripComponents(): IgcActionStripComponent[];
|
|
270
275
|
|
|
271
276
|
|
|
272
277
|
|
|
@@ -623,6 +628,7 @@ import { EventEmitterMixin, LitElement, Constructor, AbstractConstructor } from
|
|
|
623
628
|
|
|
624
629
|
|
|
625
630
|
|
|
631
|
+
/* mustSetInCodePlatforms: WebComponents;Blazor;React */
|
|
626
632
|
/**
|
|
627
633
|
* Gets/Sets the initial pinning configuration.
|
|
628
634
|
*
|
|
@@ -1003,6 +1009,7 @@ public set selectedRows(value: any[]);
|
|
|
1003
1009
|
/* ngQueryListName: columnList */
|
|
1004
1010
|
/* blazorTreatAsCollection */
|
|
1005
1011
|
/* blazorCollectionName: ColumnCollection */
|
|
1012
|
+
/* reactContentChildren */
|
|
1006
1013
|
/**
|
|
1007
1014
|
* Gets an array of `IgxColumnComponent`s.
|
|
1008
1015
|
*
|
|
@@ -1804,6 +1811,56 @@ public set selectedRows(value: any[]);
|
|
|
1804
1811
|
|
|
1805
1812
|
|
|
1806
1813
|
|
|
1814
|
+
/* blazorCsSuppress */
|
|
1815
|
+
/**
|
|
1816
|
+
* Navigates to a position in the grid based on provided `rowindex` and `visibleColumnIndex`.
|
|
1817
|
+
*
|
|
1818
|
+
* @remarks
|
|
1819
|
+
* Also can execute a custom logic over the target element,
|
|
1820
|
+
* through a callback function that accepts { targetType: GridKeydownTargetType, target: Object }
|
|
1821
|
+
* @example
|
|
1822
|
+
* ```typescript
|
|
1823
|
+
* this.grid.navigateTo(10, 3, (args) => { args.target.nativeElement.focus(); });
|
|
1824
|
+
* ```
|
|
1825
|
+
*/
|
|
1826
|
+
public navigateTo(rowIndex: number, visibleColIndex?: number, cb?: any): void;
|
|
1827
|
+
|
|
1828
|
+
|
|
1829
|
+
|
|
1830
|
+
/* blazorCsSuppress */
|
|
1831
|
+
/**
|
|
1832
|
+
* Returns `ICellPosition` which defines the next cell,
|
|
1833
|
+
* according to the current position, that match specific criteria.
|
|
1834
|
+
*
|
|
1835
|
+
* @remarks
|
|
1836
|
+
* You can pass callback function as a third parameter of `getPreviousCell` method.
|
|
1837
|
+
* The callback function accepts IgxColumnComponent as a param
|
|
1838
|
+
* @example
|
|
1839
|
+
* ```typescript
|
|
1840
|
+
* const nextEditableCellPosition = this.grid.getNextCell(0, 3, (column) => column.editable);
|
|
1841
|
+
* ```
|
|
1842
|
+
*/
|
|
1843
|
+
public getNextCell(currRowIndex: number, curVisibleColIndex: number, callback?: any): IgcCellPosition;
|
|
1844
|
+
|
|
1845
|
+
|
|
1846
|
+
|
|
1847
|
+
/* blazorCsSuppress */
|
|
1848
|
+
/**
|
|
1849
|
+
* Returns `ICellPosition` which defines the previous cell,
|
|
1850
|
+
* according to the current position, that match specific criteria.
|
|
1851
|
+
*
|
|
1852
|
+
* @remarks
|
|
1853
|
+
* You can pass callback function as a third parameter of `getPreviousCell` method.
|
|
1854
|
+
* The callback function accepts IgxColumnComponent as a param
|
|
1855
|
+
* @example
|
|
1856
|
+
* ```typescript
|
|
1857
|
+
* const previousEditableCellPosition = this.grid.getPreviousCell(0, 3, (column) => column.editable);
|
|
1858
|
+
* ```
|
|
1859
|
+
*/
|
|
1860
|
+
public getPreviousCell(currRowIndex: number, curVisibleColIndex: number, callback?: any): IgcCellPosition;
|
|
1861
|
+
|
|
1862
|
+
|
|
1863
|
+
|
|
1807
1864
|
/**
|
|
1808
1865
|
* Opens the advanced filtering dialog.
|
|
1809
1866
|
*/
|
|
@@ -1820,6 +1877,24 @@ public set selectedRows(value: any[]);
|
|
|
1820
1877
|
|
|
1821
1878
|
|
|
1822
1879
|
|
|
1880
|
+
/**
|
|
1881
|
+
* Finishes the row transactions on the current row.
|
|
1882
|
+
*
|
|
1883
|
+
* @remarks
|
|
1884
|
+
* If `commit === true`, passes them from the pending state to the data (or transaction service)
|
|
1885
|
+
* @example
|
|
1886
|
+
* ```html
|
|
1887
|
+
* <button igxButton (click)="grid.endEdit(true)">Commit Row</button>
|
|
1888
|
+
* ```
|
|
1889
|
+
* @param commit
|
|
1890
|
+
*/
|
|
1891
|
+
// TODO: Facade for crud service refactoring. To be removed
|
|
1892
|
+
// TODO: do not remove this, as it is used in rowEditTemplate, but mark is as internal and hidden
|
|
1893
|
+
/* blazorCSSuppress */
|
|
1894
|
+
public endEdit(commit?: boolean, evt?: any): void;
|
|
1895
|
+
|
|
1896
|
+
|
|
1897
|
+
|
|
1823
1898
|
/**
|
|
1824
1899
|
* Enters add mode by spawning the UI under the specified row by rowID.
|
|
1825
1900
|
*
|
|
@@ -3,7 +3,6 @@ import { IgcBaseEventArgs } from './igc-base-event-args';
|
|
|
3
3
|
import { IgcCellType } from './igc-cell-type';
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
/* jsonAPIPlainObject */
|
|
7
6
|
|
|
8
7
|
|
|
9
8
|
|
|
@@ -14,6 +13,11 @@ import { IgcCellType } from './igc-cell-type';
|
|
|
14
13
|
public set cell(value: IgcCellType);
|
|
15
14
|
public get cell(): IgcCellType;
|
|
16
15
|
|
|
16
|
+
|
|
17
|
+
/* blazorCSSuppress */
|
|
18
|
+
public set event(value: any);
|
|
19
|
+
public get event(): any;
|
|
20
|
+
|
|
17
21
|
}
|
|
18
22
|
|
|
19
23
|
|
|
@@ -1,14 +1,55 @@
|
|
|
1
1
|
|
|
2
|
-
import {
|
|
2
|
+
import { IgcColumnComponent } from './igc-column-component';
|
|
3
|
+
import { IgcGridBaseDirective } from './igc-grid-base-directive';
|
|
3
4
|
|
|
4
5
|
|
|
5
|
-
/* jsonAPIPlainObject */
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
export declare class IgcGridEditEventArgs
|
|
9
|
+
export declare class IgcGridEditEventArgs
|
|
10
10
|
{
|
|
11
11
|
|
|
12
|
+
|
|
13
|
+
/**
|
|
14
|
+
* Provides the ability to cancel the event.
|
|
15
|
+
*/
|
|
16
|
+
public set cancel(value: boolean);
|
|
17
|
+
public get cancel(): boolean;
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
public set rowID(value: any);
|
|
21
|
+
public get rowID(): any;
|
|
22
|
+
|
|
23
|
+
// deprecated
|
|
24
|
+
public set primaryKey(value: any);
|
|
25
|
+
public get primaryKey(): any;
|
|
26
|
+
|
|
27
|
+
// in a major version, remove the deprecated `rowID` and migrate to `key`
|
|
28
|
+
public cellID?: { rowID: any; columnID: any; rowIndex: number; };
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
public set rowData(value: any);
|
|
32
|
+
public get rowData(): any;
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
public set oldValue(value: any);
|
|
36
|
+
public get oldValue(): any;
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
public newValue?: any;
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
public column?: IgcColumnComponent;
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
public owner?: IgcGridBaseDirective;
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
public isAddRow?: boolean;
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
public valid?: boolean;
|
|
52
|
+
|
|
12
53
|
}
|
|
13
54
|
|
|
14
55
|
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
|
|
2
2
|
import { IgcGridSortingStrategy } from './igc-grid-sorting-strategy';
|
|
3
|
+
import { IgcGroupingState } from './igc-grouping-state';
|
|
4
|
+
import { IgcGroupByResult } from './igc-group-by-result';
|
|
3
5
|
|
|
4
6
|
|
|
5
7
|
/* jsonAPIPlainObject */
|
|
@@ -9,6 +11,10 @@ import { IgcGridSortingStrategy } from './igc-grid-sorting-strategy';
|
|
|
9
11
|
export declare class IgcGridGroupingStrategy extends IgcGridSortingStrategy
|
|
10
12
|
{
|
|
11
13
|
|
|
14
|
+
|
|
15
|
+
/* blazorCSSuppress */
|
|
16
|
+
public groupBy(data: any[], state: IgcGroupingState, grid?: any, groupsRecords?: any[], fullResult?: IgcGroupByResult): IgcGroupByResult;
|
|
17
|
+
|
|
12
18
|
}
|
|
13
19
|
|
|
14
20
|
|
|
@@ -3,7 +3,6 @@ import { IgcBaseEventArgs } from './igc-base-event-args';
|
|
|
3
3
|
import { GridKeydownTargetType } from './grid-keydown-target-type';
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
/* jsonAPIPlainObject */
|
|
7
6
|
|
|
8
7
|
|
|
9
8
|
|
|
@@ -19,6 +18,11 @@ import { GridKeydownTargetType } from './grid-keydown-target-type';
|
|
|
19
18
|
public get target(): any;
|
|
20
19
|
|
|
21
20
|
|
|
21
|
+
/* blazorCSSuppress */
|
|
22
|
+
public set event(value: any);
|
|
23
|
+
public get event(): any;
|
|
24
|
+
|
|
25
|
+
|
|
22
26
|
public set cancel(value: boolean);
|
|
23
27
|
public get cancel(): boolean;
|
|
24
28
|
|
|
@@ -1,13 +1,19 @@
|
|
|
1
1
|
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
/* jsonAPIPlainObject */
|
|
5
4
|
|
|
6
5
|
|
|
7
6
|
|
|
8
7
|
export declare class IgcGridRowEditActionsTemplateContext
|
|
9
8
|
{
|
|
10
9
|
|
|
10
|
+
|
|
11
|
+
/* blazorCSSuppress */
|
|
12
|
+
/* blazorAlternateType: RowEditActionsImplicit */
|
|
13
|
+
/* @wcWidgetMemberName: $implicit */
|
|
14
|
+
public set implicit(value: any);
|
|
15
|
+
public get implicit(): any;
|
|
16
|
+
|
|
11
17
|
}
|
|
12
18
|
|
|
13
19
|
|
|
@@ -2,7 +2,6 @@
|
|
|
2
2
|
import { IgcBaseEventArgs } from './igc-base-event-args';
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
/* jsonAPIPlainObject */
|
|
6
5
|
|
|
7
6
|
|
|
8
7
|
/**
|
|
@@ -18,6 +17,12 @@ import { IgcBaseEventArgs } from './igc-base-event-args';
|
|
|
18
17
|
public get direction(): string;
|
|
19
18
|
|
|
20
19
|
|
|
20
|
+
/* blazorCSSuppress */
|
|
21
|
+
/** The original browser scroll event. */
|
|
22
|
+
public set event(value: any);
|
|
23
|
+
public get event(): any;
|
|
24
|
+
|
|
25
|
+
|
|
21
26
|
/** The new scroll position */
|
|
22
27
|
public set scrollPosition(value: number);
|
|
23
28
|
public get scrollPosition(): number;
|
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
|
|
2
|
+
import { IgcSortingExpression } from './igc-sorting-expression';
|
|
3
|
+
import { IgcGridBaseDirective } from './igc-grid-base-directive';
|
|
2
4
|
|
|
3
5
|
|
|
4
6
|
/* jsonAPIPlainObject */
|
|
@@ -8,6 +10,10 @@
|
|
|
8
10
|
export declare class IgcGridSortingStrategy
|
|
9
11
|
{
|
|
10
12
|
|
|
13
|
+
|
|
14
|
+
/* blazorCSSuppress */
|
|
15
|
+
public sort(data: any[], expressions: IgcSortingExpression[], grid?: IgcGridBaseDirective): any[];
|
|
16
|
+
|
|
11
17
|
}
|
|
12
18
|
|
|
13
19
|
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
|
|
2
|
+
import { IgcGridStateComponent } from './igc-grid-state-component';
|
|
3
|
+
import { IgcGridStateOptions } from './igc-grid-state-options';
|
|
4
|
+
import { EventEmitterMixin, LitElement, Constructor, AbstractConstructor } from './common';
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
/* blazorElement */
|
|
10
|
+
/* contentParent: GridBaseDirective */
|
|
11
|
+
/* wcElementTag: igc-grid-state-base-directive */
|
|
12
|
+
/* jsonAPIManageCollectionInMarkup */
|
|
13
|
+
/* blazorIndirectRender */
|
|
14
|
+
|
|
15
|
+
export declare class IgcGridStateBaseDirective extends EventEmitterMixin<IgcGridStateBaseDirectiveEventMap, Constructor<LitElement>>(LitElement)
|
|
16
|
+
|
|
17
|
+
{
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
/**
|
|
22
|
+
* An object with options determining if a certain feature state should be saved.
|
|
23
|
+
* ```html
|
|
24
|
+
* <igx-grid [igxGridState]="options"></igx-grid>
|
|
25
|
+
* ```
|
|
26
|
+
* ```typescript
|
|
27
|
+
* public options = {selection: false, advancedFiltering: false};
|
|
28
|
+
* ```
|
|
29
|
+
*/
|
|
30
|
+
public set options(value: IgcGridStateOptions);
|
|
31
|
+
public get options(): IgcGridStateOptions;
|
|
32
|
+
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
export declare interface IgcGridStateBaseDirectiveEventMap {
|
|
36
|
+
|
|
37
|
+
/**
|
|
38
|
+
* Event emitted when set state is called with a string.
|
|
39
|
+
* Returns the parsed state object so that it can be further modified before applying to the grid.
|
|
40
|
+
* ```typescript
|
|
41
|
+
* this.state.stateParsed.subscribe(parsedState => parsedState.sorting.forEach(x => x.strategy = NoopSortingStrategy.instance()});
|
|
42
|
+
* ```
|
|
43
|
+
*/
|
|
44
|
+
stateParsed: CustomEvent<IgcGridStateComponent>;
|
|
45
|
+
|
|
46
|
+
}
|
|
47
|
+
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
|
|
2
|
+
import { IgcGridStateComponent } from './igc-grid-state-component';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
/* jsonAPIPlainObject */
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
export declare class IgcGridStateCollection
|
|
10
|
+
{
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
public set id(value: string);
|
|
14
|
+
public get id(): string;
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
public set parentRowID(value: any);
|
|
18
|
+
public get parentRowID(): any;
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
public set state(value: IgcGridStateComponent);
|
|
22
|
+
public get state(): IgcGridStateComponent;
|
|
23
|
+
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|