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
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
|
|
2
|
+
import { IgcGridStateBaseDirective } from './igc-grid-state-base-directive';
|
|
3
|
+
import { IgcGridStateInfo } from './igc-grid-state-info';
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
/* blazorElement */
|
|
9
|
+
/* wcElementTag: igc-grid-state */
|
|
10
|
+
/* blazorIndirectRender */
|
|
11
|
+
/* singleInstanceIdentifier */
|
|
12
|
+
/* contentParent: GridBaseDirective */
|
|
13
|
+
/* jsonAPIManageCollectionInMarkup */
|
|
14
|
+
/**
|
|
15
|
+
* State component allows saving and restoring the state of the grid features.
|
|
16
|
+
* @igxParent IgxGridComponent, IgxTreeGridComponent, IgxHierarchicalGridComponent, IgxPivotGridComponent, *
|
|
17
|
+
*/
|
|
18
|
+
|
|
19
|
+
export declare class IgcGridStateComponent extends IgcGridStateBaseDirective
|
|
20
|
+
{
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
/* blazorCSSuppress */
|
|
25
|
+
/**
|
|
26
|
+
* Restores grid features' state based on the IGridStateInfo object passed as an argument.
|
|
27
|
+
* @param state object to restore state from.
|
|
28
|
+
* @param feature string or array of strings determining the features to be added in the state. If skipped, all features are added.
|
|
29
|
+
*/
|
|
30
|
+
public applyState(state: IgcGridStateInfo, features?: string[]): void;
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
/**
|
|
35
|
+
* Restores grid features' state based on the serialized IGridState object passed as an argument.
|
|
36
|
+
* @param state string to restore state from.
|
|
37
|
+
* @param feature string or array of strings determining the features to be added in the state. If skipped, all features are added.
|
|
38
|
+
*/
|
|
39
|
+
public applyStateFromString(state: string, features?: string[]): void;
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
/* blazorCSSuppress */
|
|
44
|
+
/**
|
|
45
|
+
* Gets the state of a feature or states of all grid features, unless a certain feature is disabled through the `options` property.
|
|
46
|
+
*
|
|
47
|
+
* @param feature string or array of strings determining the features to be added in the state. If skipped, all features are added.
|
|
48
|
+
* @returns The state object.
|
|
49
|
+
*/
|
|
50
|
+
public getState(features?: string[]): IgcGridStateInfo;
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
/**
|
|
55
|
+
* Gets the state of a feature or states of all grid features, unless a certain feature is disabled through the `options` property.
|
|
56
|
+
*
|
|
57
|
+
* @param feature array of strings determining the features to be added in the state. If skipped, all features are added.
|
|
58
|
+
* @returns Returns the serialized to JSON string IGridStateInfo object.
|
|
59
|
+
*/
|
|
60
|
+
public getStateAsString(features?: string[]): string;
|
|
61
|
+
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
|
|
2
|
+
import { IgcColumnState } from './igc-column-state';
|
|
3
|
+
import { IgcFilteringExpressionsTree } from './igc-filtering-expressions-tree';
|
|
4
|
+
import { IgcPagingState } from './igc-paging-state';
|
|
5
|
+
import { IgcSortingExpression } from './igc-sorting-expression';
|
|
6
|
+
import { IgcGroupingState } from './igc-grouping-state';
|
|
7
|
+
import { IgcGridSelectionRange } from './igc-grid-selection-range';
|
|
8
|
+
import { IgcPinningConfig } from './igc-pinning-config';
|
|
9
|
+
import { IgcGridStateCollection } from './igc-grid-state-collection';
|
|
10
|
+
import { IgcPivotConfiguration } from './igc-pivot-configuration';
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
/* jsonAPIPlainObject */
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
/* tsPlainInterface */
|
|
17
|
+
/* marshalByValue */
|
|
18
|
+
|
|
19
|
+
export declare class IgcGridStateInfo
|
|
20
|
+
{
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
public columns?: IgcColumnState[];
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
public filtering?: IgcFilteringExpressionsTree;
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
public advancedFiltering?: IgcFilteringExpressionsTree;
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
public paging?: IgcPagingState;
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
public moving?: boolean;
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
public sorting?: IgcSortingExpression[];
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
public groupBy?: IgcGroupingState;
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
public cellSelection?: IgcGridSelectionRange[];
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
public rowSelection?: any[];
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
public columnSelection?: string[];
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
public rowPinning?: any[];
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
public pinningConfig?: IgcPinningConfig;
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
public expansion?: any[];
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
public rowIslands?: IgcGridStateCollection[];
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
public id?: string;
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
public pivotConfiguration?: IgcPivotConfiguration;
|
|
69
|
+
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
|
|
73
|
+
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
/* jsonAPIPlainObject */
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
export declare class IgcGridStateOptions
|
|
9
|
+
{
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
public columns?: boolean;
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
public filtering?: boolean;
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
public advancedFiltering?: boolean;
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
public sorting?: boolean;
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
public groupBy?: boolean;
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
public paging?: boolean;
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
public cellSelection?: boolean;
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
public rowSelection?: boolean;
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
public columnSelection?: boolean;
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
public rowPinning?: boolean;
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
public pinningConfig?: boolean;
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
public expansion?: boolean;
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
public rowIslands?: boolean;
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
public moving?: boolean;
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
public pivotConfiguration?: boolean;
|
|
55
|
+
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
|
|
@@ -5,9 +5,10 @@ import { IgcBaseExporter } from './igc-base-exporter';
|
|
|
5
5
|
import { IgcExporterOptionsBase } from './igc-exporter-options-base';
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
/* jsonAPIPlainObject */
|
|
9
8
|
|
|
10
9
|
|
|
10
|
+
/* jsonAPIPlainObject */
|
|
11
|
+
/* tsPlainInterface */
|
|
11
12
|
|
|
12
13
|
export declare class IgcGridToolbarExportEventArgs extends IgcBaseEventArgs
|
|
13
14
|
{
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
|
|
2
|
+
import { IgcGroupByRecord } from './igc-group-by-record';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
/* jsonAPIPlainObject */
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
export declare class IgcGroupByResult
|
|
10
|
+
{
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
public set data(value: any[]);
|
|
14
|
+
public get data(): any[];
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
public set metadata(value: IgcGroupByRecord[]);
|
|
18
|
+
public get metadata(): IgcGroupByRecord[];
|
|
19
|
+
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
@@ -5,10 +5,16 @@ import { IgcSortingExpression } from './igc-sorting-expression';
|
|
|
5
5
|
/* jsonAPIPlainObject */
|
|
6
6
|
|
|
7
7
|
|
|
8
|
+
/* marshalByValue */
|
|
9
|
+
/* tsPlainInterface */
|
|
8
10
|
|
|
9
11
|
export declare class IgcGroupingExpression extends IgcSortingExpression
|
|
10
12
|
{
|
|
11
13
|
|
|
14
|
+
|
|
15
|
+
/* blazorCSSuppress */
|
|
16
|
+
public groupingComparer?(a: any, b: any, currRec?: any, groupRec?: any): number;
|
|
17
|
+
|
|
12
18
|
}
|
|
13
19
|
|
|
14
20
|
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
|
|
2
|
+
import { IgcGroupingExpression } from './igc-grouping-expression';
|
|
3
|
+
import { IgcGroupByExpandState } from './igc-group-by-expand-state';
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
/* jsonAPIPlainObject */
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
export declare class IgcGroupingState
|
|
11
|
+
{
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
public set expressions(value: IgcGroupingExpression[]);
|
|
15
|
+
public get expressions(): IgcGroupingExpression[];
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
public set expansion(value: IgcGroupByExpandState[]);
|
|
19
|
+
public get expansion(): IgcGroupByExpandState[];
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
public set defaultExpanded(value: boolean);
|
|
23
|
+
public get defaultExpanded(): boolean;
|
|
24
|
+
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
/* jsonAPIPlainObject */
|
|
5
4
|
|
|
6
5
|
|
|
6
|
+
/* jsonAPIComplexObject */
|
|
7
7
|
|
|
8
8
|
export declare class IgcHeadSelectorTemplateDetails
|
|
9
9
|
{
|
|
@@ -17,10 +17,10 @@
|
|
|
17
17
|
public get totalCount(): number;
|
|
18
18
|
|
|
19
19
|
|
|
20
|
-
public selectAll(): void;
|
|
20
|
+
public selectAll?(): void;
|
|
21
21
|
|
|
22
22
|
|
|
23
|
-
public deselectAll(): void;
|
|
23
|
+
public deselectAll?(): void;
|
|
24
24
|
|
|
25
25
|
}
|
|
26
26
|
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
/* jsonAPIPlainObject */
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
export declare class IgcPagingState
|
|
9
|
+
{
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
public set index(value: number);
|
|
13
|
+
public get index(): number;
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
public set recordsPerPage(value: number);
|
|
17
|
+
public get recordsPerPage(): number;
|
|
18
|
+
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
|
|
2
|
-
import {
|
|
2
|
+
import { IgcColumnComponent } from './igc-column-component';
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
/* jsonAPIPlainObject */
|
|
6
5
|
|
|
7
6
|
|
|
8
7
|
/**
|
|
@@ -13,9 +12,36 @@ import { IgcCancelableEventArgs } from './igc-cancelable-event-args';
|
|
|
13
12
|
* the value of `isPinned` will change accordingly when read in the "-ing" and "-ed" event.
|
|
14
13
|
*/
|
|
15
14
|
|
|
16
|
-
export declare class IgcPinColumnCancellableEventArgs
|
|
15
|
+
export declare class IgcPinColumnCancellableEventArgs
|
|
17
16
|
{
|
|
18
17
|
|
|
18
|
+
|
|
19
|
+
public set column(value: IgcColumnComponent);
|
|
20
|
+
public get column(): IgcColumnComponent;
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* If pinned, specifies at which index in the pinned area the column is inserted.
|
|
25
|
+
* If unpinned, specifies at which index in the unpinned area the column is inserted.
|
|
26
|
+
*/
|
|
27
|
+
public set insertAtIndex(value: number);
|
|
28
|
+
public get insertAtIndex(): number;
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
/**
|
|
32
|
+
* Returns the actual pin state of the column.
|
|
33
|
+
* If pinning/unpinning is succesfull, value of `isPinned` will change accordingly when read in the "-ing" and "-ed" event.
|
|
34
|
+
*/
|
|
35
|
+
public set isPinned(value: boolean);
|
|
36
|
+
public get isPinned(): boolean;
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
/**
|
|
40
|
+
* Provides the ability to cancel the event.
|
|
41
|
+
*/
|
|
42
|
+
public set cancel(value: boolean);
|
|
43
|
+
public get cancel(): boolean;
|
|
44
|
+
|
|
19
45
|
}
|
|
20
46
|
|
|
21
47
|
|
|
@@ -1,16 +1,14 @@
|
|
|
1
1
|
|
|
2
|
-
import { IgcCancelableEventArgs } from './igc-cancelable-event-args';
|
|
3
2
|
import { IgcRowType } from './igc-row-type';
|
|
4
3
|
|
|
5
4
|
|
|
6
|
-
/* jsonAPIPlainObject */
|
|
7
5
|
|
|
8
6
|
|
|
9
7
|
/**
|
|
10
8
|
* Event emitted when a row's pin state changes.
|
|
11
9
|
*/
|
|
12
10
|
|
|
13
|
-
export declare class IgcPinRowEventArgs
|
|
11
|
+
export declare class IgcPinRowEventArgs
|
|
14
12
|
{
|
|
15
13
|
|
|
16
14
|
|
|
@@ -33,6 +31,19 @@ import { IgcRowType } from './igc-row-type';
|
|
|
33
31
|
public set isPinned(value: boolean);
|
|
34
32
|
public get isPinned(): boolean;
|
|
35
33
|
|
|
34
|
+
|
|
35
|
+
/**
|
|
36
|
+
* Provides reference to the owner component.
|
|
37
|
+
*/
|
|
38
|
+
public owner?: any;
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
/**
|
|
42
|
+
* Provides the ability to cancel the event.
|
|
43
|
+
*/
|
|
44
|
+
public set cancel(value: boolean);
|
|
45
|
+
public get cancel(): boolean;
|
|
46
|
+
|
|
36
47
|
}
|
|
37
48
|
|
|
38
49
|
|
|
@@ -39,7 +39,7 @@ import { PivotAggregationType } from './pivot-aggregation-type';
|
|
|
39
39
|
* Aggregator function can be a custom implementation of `PivotAggregation`, or
|
|
40
40
|
* use predefined ones from `IgxPivotAggregate` and its variants.
|
|
41
41
|
*/
|
|
42
|
-
public aggregator?:
|
|
42
|
+
public aggregator?: any;
|
|
43
43
|
|
|
44
44
|
}
|
|
45
45
|
|
|
@@ -17,7 +17,7 @@ import { IgcPivotKeys } from './igc-pivot-keys';
|
|
|
17
17
|
{
|
|
18
18
|
|
|
19
19
|
|
|
20
|
-
/*
|
|
20
|
+
/* blazorCSSuppress */
|
|
21
21
|
public process(collection: any, dimensions: IgcPivotDimension[], values: IgcPivotValue[], cloneStrategy: IgcDataCloneStrategy, pivotKeys?: IgcPivotKeys): any[];
|
|
22
22
|
|
|
23
23
|
}
|
|
@@ -30,7 +30,7 @@ import { GridColumnDataType } from './grid-column-data-type';
|
|
|
30
30
|
/* csTreatAsEvent: MemberFunctionHandler */
|
|
31
31
|
/* blazorOnlyScript */
|
|
32
32
|
/** Function that extracts the value */
|
|
33
|
-
public memberFunction?:
|
|
33
|
+
public memberFunction?: any;
|
|
34
34
|
|
|
35
35
|
|
|
36
36
|
/** Enables/Disables a particular dimension from pivot structure. */
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
|
|
2
2
|
import { IgcPivotAggregator } from './igc-pivot-aggregator';
|
|
3
3
|
import { GridColumnDataType } from './grid-column-data-type';
|
|
4
|
-
|
|
5
|
-
import { IgcPivotGridColumn } from './igc-pivot-grid-column';
|
|
6
|
-
|
|
4
|
+
|
|
7
5
|
|
|
8
6
|
/* jsonAPIPlainObject */
|
|
9
7
|
|
|
@@ -58,7 +56,7 @@ import { IgcPivotGridRecord } from './igc-pivot-grid-record';
|
|
|
58
56
|
/* csTreatAsEvent: PivotValueFormatterEventHandler */
|
|
59
57
|
/* blazorOnlyScript */
|
|
60
58
|
/** Applies display format to cell values. */
|
|
61
|
-
public formatter?:
|
|
59
|
+
public formatter?: any;
|
|
62
60
|
|
|
63
61
|
}
|
|
64
62
|
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
|
|
2
|
-
import { IgcBaseEventArgs } from './igc-base-event-args';
|
|
3
2
|
import { IgcRowType } from './igc-row-type';
|
|
4
3
|
|
|
5
4
|
|
|
6
|
-
/* jsonAPIPlainObject */
|
|
7
5
|
|
|
8
6
|
|
|
9
7
|
|
|
10
|
-
export declare class IgcRowDragStartEventArgs
|
|
8
|
+
export declare class IgcRowDragStartEventArgs
|
|
11
9
|
{
|
|
12
10
|
|
|
13
11
|
|
|
@@ -18,6 +16,19 @@ import { IgcRowType } from './igc-row-type';
|
|
|
18
16
|
public set dragData(value: IgcRowType);
|
|
19
17
|
public get dragData(): IgcRowType;
|
|
20
18
|
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
* Provides the ability to cancel the event.
|
|
22
|
+
*/
|
|
23
|
+
public set cancel(value: boolean);
|
|
24
|
+
public get cancel(): boolean;
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
/**
|
|
28
|
+
* Provides reference to the owner component.
|
|
29
|
+
*/
|
|
30
|
+
public owner?: any;
|
|
31
|
+
|
|
21
32
|
}
|
|
22
33
|
|
|
23
34
|
|