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
package/grids/index.d.ts
CHANGED
|
@@ -25,6 +25,7 @@ export * from './lib/igc-base-toolbar-directive'
|
|
|
25
25
|
export * from './lib/igc-boolean-filtering-operand'
|
|
26
26
|
export * from './lib/igc-cancelable-browser-event-args'
|
|
27
27
|
export * from './lib/igc-cancelable-event-args'
|
|
28
|
+
export * from './lib/igc-cell-position'
|
|
28
29
|
export * from './lib/igc-cell-template-context'
|
|
29
30
|
export * from './lib/igc-cell-type'
|
|
30
31
|
export * from './lib/igc-column-component'
|
|
@@ -37,6 +38,7 @@ export * from './lib/igc-column-moving-start-event-args'
|
|
|
37
38
|
export * from './lib/igc-column-pipe-args'
|
|
38
39
|
export * from './lib/igc-column-resize-event-args'
|
|
39
40
|
export * from './lib/igc-column-selection-event-args'
|
|
41
|
+
export * from './lib/igc-column-state'
|
|
40
42
|
export * from './lib/igc-column-template-context'
|
|
41
43
|
export * from './lib/igc-column-toggled-event-args'
|
|
42
44
|
export * from './lib/igc-column-visibility-changed-event-args'
|
|
@@ -51,6 +53,7 @@ export * from './lib/igc-dimensions-change'
|
|
|
51
53
|
export * from './lib/igc-display-density-base'
|
|
52
54
|
export * from './lib/igc-exporter-event'
|
|
53
55
|
export * from './lib/igc-exporter-options-base'
|
|
56
|
+
export * from './lib/igc-expression-tree'
|
|
54
57
|
export * from './lib/igc-field-pipe-args'
|
|
55
58
|
export * from './lib/igc-filtering-event-args'
|
|
56
59
|
export * from './lib/igc-filtering-expression'
|
|
@@ -88,6 +91,11 @@ export * from './lib/igc-grid-row-template-context'
|
|
|
88
91
|
export * from './lib/igc-grid-scroll-event-args'
|
|
89
92
|
export * from './lib/igc-grid-selection-range'
|
|
90
93
|
export * from './lib/igc-grid-sorting-strategy'
|
|
94
|
+
export * from './lib/igc-grid-state-base-directive'
|
|
95
|
+
export * from './lib/igc-grid-state-collection'
|
|
96
|
+
export * from './lib/igc-grid-state-component'
|
|
97
|
+
export * from './lib/igc-grid-state-info'
|
|
98
|
+
export * from './lib/igc-grid-state-options'
|
|
91
99
|
export * from './lib/igc-grid-template-context'
|
|
92
100
|
export * from './lib/igc-grid-toolbar-actions-component'
|
|
93
101
|
export * from './lib/igc-grid-toolbar-advanced-filtering-component'
|
|
@@ -102,12 +110,14 @@ export * from './lib/igc-grid-validation-status-event-args'
|
|
|
102
110
|
export * from './lib/igc-group-by-expand-state'
|
|
103
111
|
export * from './lib/igc-group-by-key'
|
|
104
112
|
export * from './lib/igc-group-by-record'
|
|
113
|
+
export * from './lib/igc-group-by-result'
|
|
105
114
|
export * from './lib/igc-group-by-row-selector-template-context'
|
|
106
115
|
export * from './lib/igc-group-by-row-selector-template-details'
|
|
107
116
|
export * from './lib/igc-group-by-row-template-context'
|
|
108
117
|
export * from './lib/igc-grouped-records'
|
|
109
118
|
export * from './lib/igc-grouping-done-event-args'
|
|
110
119
|
export * from './lib/igc-grouping-expression'
|
|
120
|
+
export * from './lib/igc-grouping-state'
|
|
111
121
|
export * from './lib/igc-head-selector-template-context'
|
|
112
122
|
export * from './lib/igc-head-selector-template-details'
|
|
113
123
|
export * from './lib/igc-header-type'
|
|
@@ -119,6 +129,7 @@ export * from './lib/igc-page-cancellable-event-args'
|
|
|
119
129
|
export * from './lib/igc-page-event-args'
|
|
120
130
|
export * from './lib/igc-paginator-component'
|
|
121
131
|
export * from './lib/igc-paginator-resource-strings'
|
|
132
|
+
export * from './lib/igc-paging-state'
|
|
122
133
|
export * from './lib/igc-pin-column-cancellable-event-args'
|
|
123
134
|
export * from './lib/igc-pin-column-event-args'
|
|
124
135
|
export * from './lib/igc-pin-row-event-args'
|
|
@@ -156,6 +167,7 @@ export * from './lib/igc-sorting-expression'
|
|
|
156
167
|
export * from './lib/igc-sorting-options'
|
|
157
168
|
export * from './lib/igc-sorting-strategy'
|
|
158
169
|
export * from './lib/igc-string-filtering-operand'
|
|
170
|
+
export * from './lib/igc-summary-expression'
|
|
159
171
|
export * from './lib/igc-summary-operand'
|
|
160
172
|
export * from './lib/igc-summary-result'
|
|
161
173
|
export * from './lib/igc-summary-template-context'
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
/* jsonAPIPlainObject */
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
export declare class IgcCellPosition
|
|
9
|
+
{
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
/* doNotStringify */
|
|
13
|
+
public set rowIndex(value: number);
|
|
14
|
+
public get rowIndex(): number;
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
/* doNotStringify */
|
|
18
|
+
public set visibleColumnIndex(value: number);
|
|
19
|
+
public get visibleColumnIndex(): number;
|
|
20
|
+
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
@@ -6,10 +6,10 @@ import { IgcGridValidationState } from './igc-grid-validation-state';
|
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
/* jsonAPIManageCollectionInMarkup */
|
|
9
|
-
/* jsonAPIPlainObject */
|
|
10
9
|
|
|
11
10
|
|
|
12
11
|
/* marshalByValue */
|
|
12
|
+
/* jsonAPIComplexObject */
|
|
13
13
|
|
|
14
14
|
export declare class IgcCellType
|
|
15
15
|
{
|
|
@@ -43,7 +43,7 @@ import { IgcGridValidationState } from './igc-grid-validation-state';
|
|
|
43
43
|
public get column(): IgcColumnComponent;
|
|
44
44
|
|
|
45
45
|
|
|
46
|
-
/*
|
|
46
|
+
/* blazorCSSuppress */
|
|
47
47
|
public set row(value: IgcRowType);
|
|
48
48
|
public get row(): IgcRowType;
|
|
49
49
|
|
|
@@ -77,10 +77,10 @@ import { IgcGridValidationState } from './igc-grid-validation-state';
|
|
|
77
77
|
public update(value: any): void;
|
|
78
78
|
|
|
79
79
|
|
|
80
|
-
public setEditMode(value: boolean): void;
|
|
80
|
+
public setEditMode?(value: boolean): void;
|
|
81
81
|
|
|
82
82
|
|
|
83
|
-
public calculateSizeToFit(range: any): number;
|
|
83
|
+
public calculateSizeToFit?(range: any): number;
|
|
84
84
|
|
|
85
85
|
}
|
|
86
86
|
|
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
import {
|
|
3
|
-
import { IgcSummaryOperand } from './igc-summary-operand';
|
|
4
|
-
import { GridColumnDataType } from './grid-column-data-type';
|
|
2
|
+
import { GridColumnDataType } from './grid-column-data-type';
|
|
5
3
|
import { IgcFilteringOperand } from './igc-filtering-operand';
|
|
6
4
|
import { IgcSortingStrategy } from './igc-sorting-strategy';
|
|
7
5
|
import { IgcSummaryTemplateContext } from './igc-summary-template-context';
|
|
@@ -423,7 +421,7 @@ import { IgcGridHeaderGroupComponent } from './igc-grid-header-group-component';
|
|
|
423
421
|
|
|
424
422
|
|
|
425
423
|
|
|
426
|
-
/*
|
|
424
|
+
/* blazorAlternateType: CellValueFormatterEventHandler */
|
|
427
425
|
/* blazorOnlyScript */
|
|
428
426
|
/**
|
|
429
427
|
* Applies display format to cell values in the column. Does not modify the underlying data.
|
|
@@ -458,12 +456,12 @@ import { IgcGridHeaderGroupComponent } from './igc-grid-header-group-component';
|
|
|
458
456
|
*
|
|
459
457
|
* @memberof IgxColumnComponent
|
|
460
458
|
*/
|
|
461
|
-
public set formatter(value:
|
|
462
|
-
public get formatter():
|
|
459
|
+
public set formatter(value: any);
|
|
460
|
+
public get formatter(): any;
|
|
463
461
|
|
|
464
462
|
|
|
465
463
|
|
|
466
|
-
/*
|
|
464
|
+
/* blazorAlternateType: SummaryValueFormatterEventHandler */
|
|
467
465
|
/* blazorOnlyScript */
|
|
468
466
|
/**
|
|
469
467
|
* The summaryFormatter is used to format the display of the column summaries.
|
|
@@ -490,8 +488,8 @@ import { IgcGridHeaderGroupComponent } from './igc-grid-header-group-component';
|
|
|
490
488
|
*
|
|
491
489
|
* @memberof IgxColumnComponent
|
|
492
490
|
*/
|
|
493
|
-
public set summaryFormatter(value:
|
|
494
|
-
public get summaryFormatter():
|
|
491
|
+
public set summaryFormatter(value: any);
|
|
492
|
+
public get summaryFormatter(): any;
|
|
495
493
|
|
|
496
494
|
|
|
497
495
|
|
|
@@ -683,6 +681,7 @@ import { IgcGridHeaderGroupComponent } from './igc-grid-header-group-component';
|
|
|
683
681
|
|
|
684
682
|
|
|
685
683
|
|
|
684
|
+
/* treatAsRef */
|
|
686
685
|
/**
|
|
687
686
|
* Gets the column `summaries`.
|
|
688
687
|
* ```typescript
|
|
@@ -31,9 +31,20 @@ import { IgcRenderFunction } from './common';
|
|
|
31
31
|
public set children(value: HTMLCollection);
|
|
32
32
|
public get children(): HTMLCollection;
|
|
33
33
|
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
/**
|
|
37
|
+
* Set if the column group is collapsible.
|
|
38
|
+
* Default value is `false`
|
|
39
|
+
* ```html
|
|
40
|
+
* <igx-column-group [collapsible] = "true"></igx-column-group>
|
|
41
|
+
* ```
|
|
42
|
+
*
|
|
43
|
+
* @memberof IgxColumnGroupComponent
|
|
44
|
+
*/
|
|
45
|
+
public set collapsible(value: boolean);
|
|
46
|
+
public get collapsible(): boolean;
|
|
47
|
+
|
|
37
48
|
|
|
38
49
|
public get expanded(): boolean;
|
|
39
50
|
|
|
@@ -1,12 +1,10 @@
|
|
|
1
1
|
|
|
2
|
-
import { IgcBaseEventArgs } from './igc-base-event-args';
|
|
3
2
|
|
|
4
3
|
|
|
5
|
-
/* jsonAPIPlainObject */
|
|
6
4
|
|
|
7
5
|
|
|
8
6
|
|
|
9
|
-
export declare class IgcColumnSelectionEventArgs
|
|
7
|
+
export declare class IgcColumnSelectionEventArgs
|
|
10
8
|
{
|
|
11
9
|
|
|
12
10
|
|
|
@@ -25,6 +23,19 @@ import { IgcBaseEventArgs } from './igc-base-event-args';
|
|
|
25
23
|
public set removed(value: string[]);
|
|
26
24
|
public get removed(): string[];
|
|
27
25
|
|
|
26
|
+
|
|
27
|
+
/**
|
|
28
|
+
* Provides the ability to cancel the event.
|
|
29
|
+
*/
|
|
30
|
+
public set cancel(value: boolean);
|
|
31
|
+
public get cancel(): boolean;
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
/**
|
|
35
|
+
* Provides reference to the owner component.
|
|
36
|
+
*/
|
|
37
|
+
public owner?: any;
|
|
38
|
+
|
|
28
39
|
}
|
|
29
40
|
|
|
30
41
|
|
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
|
|
2
|
+
import { GridColumnDataType } from './grid-column-data-type';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
/* jsonAPIPlainObject */
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
export declare class IgcColumnState
|
|
10
|
+
{
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
public set pinned(value: boolean);
|
|
14
|
+
public get pinned(): boolean;
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
public set sortable(value: boolean);
|
|
18
|
+
public get sortable(): boolean;
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
public set filterable(value: boolean);
|
|
22
|
+
public get filterable(): boolean;
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
public set editable(value: boolean);
|
|
26
|
+
public get editable(): boolean;
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
public set sortingIgnoreCase(value: boolean);
|
|
30
|
+
public get sortingIgnoreCase(): boolean;
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
public set filteringIgnoreCase(value: boolean);
|
|
34
|
+
public get filteringIgnoreCase(): boolean;
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
public set headerClasses(value: string);
|
|
38
|
+
public get headerClasses(): string;
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
public set headerGroupClasses(value: string);
|
|
42
|
+
public get headerGroupClasses(): string;
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
public set maxWidth(value: string);
|
|
46
|
+
public get maxWidth(): string;
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
public set groupable(value: boolean);
|
|
50
|
+
public get groupable(): boolean;
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
public set movable(value: boolean);
|
|
54
|
+
public get movable(): boolean;
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
public set hidden(value: boolean);
|
|
58
|
+
public get hidden(): boolean;
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
public set dataType(value: GridColumnDataType);
|
|
62
|
+
public get dataType(): GridColumnDataType;
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
public set hasSummary(value: boolean);
|
|
66
|
+
public get hasSummary(): boolean;
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
public set field(value: string);
|
|
70
|
+
public get field(): string;
|
|
71
|
+
|
|
72
|
+
|
|
73
|
+
public set width(value: any);
|
|
74
|
+
public get width(): any;
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
public set header(value: string);
|
|
78
|
+
public get header(): string;
|
|
79
|
+
|
|
80
|
+
|
|
81
|
+
public set resizable(value: boolean);
|
|
82
|
+
public get resizable(): boolean;
|
|
83
|
+
|
|
84
|
+
|
|
85
|
+
public set searchable(value: boolean);
|
|
86
|
+
public get searchable(): boolean;
|
|
87
|
+
|
|
88
|
+
|
|
89
|
+
public set columnGroup(value: boolean);
|
|
90
|
+
public get columnGroup(): boolean;
|
|
91
|
+
|
|
92
|
+
|
|
93
|
+
public set parent(value: any);
|
|
94
|
+
public get parent(): any;
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
public set disableHiding(value: boolean);
|
|
98
|
+
public get disableHiding(): boolean;
|
|
99
|
+
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
|
|
103
|
+
|
|
@@ -1,14 +1,31 @@
|
|
|
1
1
|
|
|
2
|
-
import { IgcCancelableEventArgs } from './igc-cancelable-event-args';
|
|
3
2
|
|
|
4
3
|
|
|
5
|
-
/* jsonAPIPlainObject */
|
|
6
4
|
|
|
7
5
|
|
|
8
6
|
|
|
9
|
-
export declare class IgcColumnVisibilityChangingEventArgs
|
|
7
|
+
export declare class IgcColumnVisibilityChangingEventArgs
|
|
10
8
|
{
|
|
11
9
|
|
|
10
|
+
|
|
11
|
+
public set column(value: any);
|
|
12
|
+
public get column(): any;
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
/**
|
|
16
|
+
* The new hidden state that the column will have, if operation is succesfull.
|
|
17
|
+
* Will be `true` when hiding and `false` when showing.
|
|
18
|
+
*/
|
|
19
|
+
public set newValue(value: boolean);
|
|
20
|
+
public get newValue(): boolean;
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* Provides the ability to cancel the event.
|
|
25
|
+
*/
|
|
26
|
+
public set cancel(value: boolean);
|
|
27
|
+
public get cancel(): boolean;
|
|
28
|
+
|
|
12
29
|
}
|
|
13
30
|
|
|
14
31
|
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
|
|
2
|
+
import { FilteringLogic } from './filtering-logic';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
/* jsonAPIPlainObject */
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
export declare class IgcExpressionTree
|
|
10
|
+
{
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
public set filteringOperands(value: (null)[]);
|
|
14
|
+
public get filteringOperands(): (null)[];
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
public set operator(value: FilteringLogic);
|
|
18
|
+
public get operator(): FilteringLogic;
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
public fieldName?: string;
|
|
22
|
+
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
@@ -1,19 +1,30 @@
|
|
|
1
1
|
|
|
2
|
-
import { IgcCancelableEventArgs } from './igc-cancelable-event-args';
|
|
3
2
|
import { IgcFilteringExpressionsTree } from './igc-filtering-expressions-tree';
|
|
4
3
|
|
|
5
4
|
|
|
6
|
-
/* jsonAPIPlainObject */
|
|
7
5
|
|
|
8
6
|
|
|
9
7
|
|
|
10
|
-
export declare class IgcFilteringEventArgs
|
|
8
|
+
export declare class IgcFilteringEventArgs
|
|
11
9
|
{
|
|
12
10
|
|
|
13
11
|
|
|
14
12
|
public set filteringExpressions(value: IgcFilteringExpressionsTree);
|
|
15
13
|
public get filteringExpressions(): IgcFilteringExpressionsTree;
|
|
16
14
|
|
|
15
|
+
|
|
16
|
+
/**
|
|
17
|
+
* Provides reference to the owner component.
|
|
18
|
+
*/
|
|
19
|
+
public owner?: any;
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
/**
|
|
23
|
+
* Provides the ability to cancel the event.
|
|
24
|
+
*/
|
|
25
|
+
public set cancel(value: boolean);
|
|
26
|
+
public get cancel(): boolean;
|
|
27
|
+
|
|
17
28
|
}
|
|
18
29
|
|
|
19
30
|
|