igniteui-webcomponents-grids 4.3.2 → 4.3.3-beta.1
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 +2534 -2146
- 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/DateEditorView.js +12 -12
- 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/DateEditorView.js +12 -12
- 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 +2404 -2016
- package/fesm5/igniteui-webcomponents-grids.js +2532 -2144
- 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
|
@@ -9,7 +9,7 @@ import { Rect } from "igniteui-webcomponents-core";
|
|
|
9
9
|
import { GroupInfo } from "./GroupInfo";
|
|
10
10
|
import { XIcon } from "igniteui-webcomponents-inputs";
|
|
11
11
|
import { IColumnGrouping } from "./IColumnGrouping";
|
|
12
|
-
import {
|
|
12
|
+
import { DataGrid } from "./DataGrid";
|
|
13
13
|
import { BaseControlTheme } from "igniteui-webcomponents-core";
|
|
14
14
|
import { ColumnGroupingVisualModelExport } from "./ColumnGroupingVisualModelExport";
|
|
15
15
|
/**
|
|
@@ -90,8 +90,8 @@ export declare class ColumnGrouping extends Base implements IColumnGrouping, INo
|
|
|
90
90
|
private get m();
|
|
91
91
|
o: boolean;
|
|
92
92
|
private b;
|
|
93
|
-
get targetGrid():
|
|
94
|
-
set targetGrid(a:
|
|
93
|
+
get targetGrid(): DataGrid;
|
|
94
|
+
set targetGrid(a: DataGrid);
|
|
95
95
|
private f;
|
|
96
96
|
get g(): BaseControlTheme;
|
|
97
97
|
set g(a: BaseControlTheme);
|
|
@@ -2,7 +2,7 @@ import { Base, Type, INotifyPropertyChanged, PropertyChangedEventArgs } from "ig
|
|
|
2
2
|
import { DomRenderer } from "igniteui-webcomponents-core";
|
|
3
3
|
import { Brush } from "igniteui-webcomponents-core";
|
|
4
4
|
import { FontInfo } from "igniteui-webcomponents-core";
|
|
5
|
-
import {
|
|
5
|
+
import { DataGrid } from "./DataGrid";
|
|
6
6
|
import { BaseControlTheme } from "igniteui-webcomponents-core";
|
|
7
7
|
import { ControlDisplayDensity } from "igniteui-webcomponents-core";
|
|
8
8
|
import { Thickness } from "igniteui-webcomponents-core";
|
|
@@ -42,8 +42,8 @@ export declare class ColumnPinning extends Base implements INotifyPropertyChange
|
|
|
42
42
|
private k;
|
|
43
43
|
private get l();
|
|
44
44
|
private a;
|
|
45
|
-
get b():
|
|
46
|
-
set b(a:
|
|
45
|
+
get b(): DataGrid;
|
|
46
|
+
set b(a: DataGrid);
|
|
47
47
|
private o;
|
|
48
48
|
get v(): string;
|
|
49
49
|
set v(a: string);
|
|
@@ -6,7 +6,7 @@ import { OperatorSelectorClosingEventArgs } from "./OperatorSelectorClosingEvent
|
|
|
6
6
|
import { Popup } from "igniteui-webcomponents-core";
|
|
7
7
|
import { Rect } from "igniteui-webcomponents-core";
|
|
8
8
|
import { OperatorModel } from "./OperatorModel";
|
|
9
|
-
import {
|
|
9
|
+
import { DataGrid } from "./DataGrid";
|
|
10
10
|
import { SRProvider } from "igniteui-webcomponents-core";
|
|
11
11
|
import { XButton } from "igniteui-webcomponents-inputs";
|
|
12
12
|
import { TemplateColumn } from "./TemplateColumn";
|
|
@@ -101,7 +101,7 @@ export declare class ComparisonOperatorSelector extends Base implements INotifyP
|
|
|
101
101
|
q: Popup;
|
|
102
102
|
p: XIcon;
|
|
103
103
|
o: XButton;
|
|
104
|
-
f:
|
|
104
|
+
f: DataGrid;
|
|
105
105
|
n: TemplateColumn;
|
|
106
106
|
v: List$1<OperatorModel>;
|
|
107
107
|
u: List$1<OperatorModel>;
|
|
@@ -175,7 +175,7 @@ export declare class ComparisonOperatorSelector extends Base implements INotifyP
|
|
|
175
175
|
constructor();
|
|
176
176
|
ej(a: any): void;
|
|
177
177
|
ea(): void;
|
|
178
|
-
eb(a: Popup, b: XIcon, c:
|
|
178
|
+
eb(a: Popup, b: XIcon, c: DataGrid): void;
|
|
179
179
|
private eh;
|
|
180
180
|
private ed;
|
|
181
181
|
private ef;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { DataGrid } from "./ColumnFilterCondition_combined";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Base, Type } from "igniteui-webcomponents-core";
|
|
2
|
-
import {
|
|
2
|
+
import { DataGrid } from "./DataGrid";
|
|
3
3
|
import { ICellPresenter } from "./ICellPresenter";
|
|
4
4
|
import { DomRenderer } from "igniteui-webcomponents-core";
|
|
5
5
|
import { CellModel } from "./CellModel";
|
|
@@ -10,6 +10,6 @@ export declare class DataGridPresenterManager extends Base {
|
|
|
10
10
|
static $t: Type;
|
|
11
11
|
private a;
|
|
12
12
|
private c;
|
|
13
|
-
constructor(a:
|
|
13
|
+
constructor(a: DataGrid, b: boolean);
|
|
14
14
|
b(a: DomRenderer, b: CellModel): ICellPresenter;
|
|
15
15
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Base, Type } from "igniteui-webcomponents-core";
|
|
2
2
|
import { IScrollerKeyboardListener } from "igniteui-webcomponents-core";
|
|
3
|
-
import {
|
|
3
|
+
import { DataGrid } from "./DataGrid";
|
|
4
4
|
import { Key } from "igniteui-webcomponents-core";
|
|
5
5
|
/**
|
|
6
6
|
* @hidden
|
|
@@ -8,7 +8,7 @@ import { Key } from "igniteui-webcomponents-core";
|
|
|
8
8
|
export declare class DataGridScrollerKeyboardListener extends Base implements IScrollerKeyboardListener {
|
|
9
9
|
static $t: Type;
|
|
10
10
|
private a;
|
|
11
|
-
constructor(a:
|
|
11
|
+
constructor(a: DataGrid);
|
|
12
12
|
onDownArrow(a: boolean, b: boolean): boolean;
|
|
13
13
|
onEnd(a: boolean, b: boolean): boolean;
|
|
14
14
|
onHome(a: boolean, b: boolean): boolean;
|
|
@@ -6,7 +6,7 @@ import { Thickness } from "igniteui-webcomponents-core";
|
|
|
6
6
|
import { FontInfo } from "igniteui-webcomponents-core";
|
|
7
7
|
import { XButton } from "igniteui-webcomponents-inputs";
|
|
8
8
|
import { IDataGridComponent } from "./IDataGridComponent";
|
|
9
|
-
import {
|
|
9
|
+
import { DataGrid } from "./DataGrid";
|
|
10
10
|
import { BaseControlTheme } from "igniteui-webcomponents-core";
|
|
11
11
|
import { ColumnChooser } from "./ColumnChooser";
|
|
12
12
|
import { ColumnPinning } from "./ColumnPinning";
|
|
@@ -72,8 +72,8 @@ export declare class DataGridToolbar extends Base implements INotifyPropertyChan
|
|
|
72
72
|
destroy(): void;
|
|
73
73
|
provideContainer(a: DomRenderer, b: ColumnChooser, c: ColumnPinning): void;
|
|
74
74
|
private a;
|
|
75
|
-
get b():
|
|
76
|
-
set b(a:
|
|
75
|
+
get b(): DataGrid;
|
|
76
|
+
set b(a: DataGrid);
|
|
77
77
|
private y;
|
|
78
78
|
get ar(): string;
|
|
79
79
|
set ar(a: string);
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Type } from "igniteui-webcomponents-core";
|
|
2
|
-
export declare enum
|
|
2
|
+
export declare enum GridCellType {
|
|
3
3
|
Unspecified = 0,
|
|
4
4
|
Normal = 1,
|
|
5
5
|
Edit = 2,
|
|
@@ -12,4 +12,4 @@ export declare enum CellType {
|
|
|
12
12
|
/**
|
|
13
13
|
* @hidden
|
|
14
14
|
*/
|
|
15
|
-
export declare let
|
|
15
|
+
export declare let GridCellType_$type: Type;
|
|
@@ -2,7 +2,7 @@ import { GridColumnOptionsViewBase } from "./GridColumnOptionsViewBase";
|
|
|
2
2
|
import { Type } from "igniteui-webcomponents-core";
|
|
3
3
|
import { GridColumnOptionsSimpleSectionBase } from "./GridColumnOptionsSimpleSectionBase";
|
|
4
4
|
import { DataGridColumn } from "./DataGridColumn";
|
|
5
|
-
import {
|
|
5
|
+
import { DataGrid } from "./DataGrid";
|
|
6
6
|
import { ColumnGroupDescription } from "./ColumnGroupDescription";
|
|
7
7
|
/**
|
|
8
8
|
* @hidden
|
|
@@ -33,7 +33,7 @@ export declare class GridColumnGroupOptions extends GridColumnOptionsSimpleSecti
|
|
|
33
33
|
protected get_b0(): string;
|
|
34
34
|
get b0(): string;
|
|
35
35
|
bs(): boolean;
|
|
36
|
-
bj(a:
|
|
36
|
+
bj(a: DataGrid, b: DataGrid): void;
|
|
37
37
|
protected be(a: string, b: any, c: any): void;
|
|
38
38
|
get b5(): boolean;
|
|
39
39
|
set b5(a: boolean);
|
|
@@ -14,7 +14,7 @@ import { FontInfo } from "igniteui-webcomponents-core";
|
|
|
14
14
|
import { SRProvider } from "igniteui-webcomponents-core";
|
|
15
15
|
import { Brush } from "igniteui-webcomponents-core";
|
|
16
16
|
import { DataGridColumn } from "./DataGridColumn";
|
|
17
|
-
import {
|
|
17
|
+
import { DataGrid } from "./DataGrid";
|
|
18
18
|
import { NotifyCollectionChangedEventArgs } from "igniteui-webcomponents-core";
|
|
19
19
|
import { ColumnPinnedChangedEventArgs } from "./ColumnPinnedChangedEventArgs";
|
|
20
20
|
/**
|
|
@@ -131,7 +131,7 @@ export declare abstract class GridColumnOptionsBase extends Base implements INot
|
|
|
131
131
|
private w;
|
|
132
132
|
get aa(): FontInfo;
|
|
133
133
|
set aa(a: FontInfo);
|
|
134
|
-
get c():
|
|
134
|
+
get c(): DataGrid;
|
|
135
135
|
static bq: Brush;
|
|
136
136
|
private bn;
|
|
137
137
|
get br(): Brush;
|
|
@@ -148,7 +148,7 @@ export declare abstract class GridColumnOptionsBase extends Base implements INot
|
|
|
148
148
|
protected be(a: string, b: any, c: any): void;
|
|
149
149
|
bi(): void;
|
|
150
150
|
private bk;
|
|
151
|
-
bj(a:
|
|
151
|
+
bj(a: DataGrid, b: DataGrid): void;
|
|
152
152
|
bl(): void;
|
|
153
153
|
private a3;
|
|
154
154
|
private a4;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Base, Type, INotifyPropertyChanged, PropertyChangedEventArgs } from "igniteui-webcomponents-core";
|
|
2
|
-
import {
|
|
2
|
+
import { DataGrid } from "./DataGrid";
|
|
3
3
|
import { DomWrapper, DomRenderer } from "igniteui-webcomponents-core";
|
|
4
4
|
import { DataGridColumn } from "./DataGridColumn";
|
|
5
5
|
import { InputChangeEventArgs } from "igniteui-webcomponents-inputs";
|
|
@@ -58,7 +58,7 @@ export declare class MultiColumnComboBoxView extends Base {
|
|
|
58
58
|
private p;
|
|
59
59
|
private an;
|
|
60
60
|
private am;
|
|
61
|
-
get e():
|
|
61
|
+
get e(): DataGrid;
|
|
62
62
|
private get y();
|
|
63
63
|
private get n();
|
|
64
64
|
protected bg(a: DomWrapper): void;
|
|
@@ -8,7 +8,7 @@ import { XInputGroup } from "igniteui-webcomponents-inputs";
|
|
|
8
8
|
import { MultiColumnComboBox } from "./MultiColumnComboBox";
|
|
9
9
|
import { XCheckbox } from "igniteui-webcomponents-inputs";
|
|
10
10
|
import { XButton } from "igniteui-webcomponents-inputs";
|
|
11
|
-
import {
|
|
11
|
+
import { DataGrid } from "./DataGrid";
|
|
12
12
|
import { PropertyEditorPropertyDescriptionCollection } from "igniteui-webcomponents-layouts";
|
|
13
13
|
import { InputGroupDisplayType } from "igniteui-webcomponents-inputs";
|
|
14
14
|
import { BaseControlTheme } from "igniteui-webcomponents-core";
|
|
@@ -61,7 +61,7 @@ export declare class PropertyEditorView extends Base {
|
|
|
61
61
|
export declare class PropertyEditor extends Base implements INotifyPropertyChanged {
|
|
62
62
|
static $t: Type;
|
|
63
63
|
private m;
|
|
64
|
-
l:
|
|
64
|
+
l: DataGrid;
|
|
65
65
|
private ab;
|
|
66
66
|
private d;
|
|
67
67
|
private ah;
|
|
@@ -80,7 +80,7 @@ export declare class PropertyEditor extends Base implements INotifyPropertyChang
|
|
|
80
80
|
private dn;
|
|
81
81
|
private an;
|
|
82
82
|
notifySizeChanged(): void;
|
|
83
|
-
dk(a:
|
|
83
|
+
dk(a: DataGrid, b: any): void;
|
|
84
84
|
destroy(): void;
|
|
85
85
|
provideContainer(a: DomRenderer): void;
|
|
86
86
|
private dj;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { CellPresenterBase } from "./CellPresenterBase";
|
|
2
2
|
import { TemplateCell } from "./TemplateCell";
|
|
3
3
|
import { GridCellBase } from "./GridCellBase";
|
|
4
|
-
import {
|
|
4
|
+
import { DataGrid } from "./DataGrid";
|
|
5
5
|
import { CellModel } from "./CellModel";
|
|
6
6
|
import { Type } from "igniteui-webcomponents-core";
|
|
7
7
|
/**
|
|
@@ -10,7 +10,7 @@ import { Type } from "igniteui-webcomponents-core";
|
|
|
10
10
|
export declare class TemplateCellPresenter extends CellPresenterBase {
|
|
11
11
|
static $t: Type;
|
|
12
12
|
private d;
|
|
13
|
-
constructor(a: GridCellBase, b:
|
|
13
|
+
constructor(a: GridCellBase, b: DataGrid);
|
|
14
14
|
get e(): TemplateCell;
|
|
15
15
|
protected b(a: CellModel): void;
|
|
16
16
|
}
|
package/lib/TemplateHeader.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ import { Header } from "./Header";
|
|
|
2
2
|
import { CellModel } from "./CellModel";
|
|
3
3
|
import { CellPath } from "./CellPath";
|
|
4
4
|
import { TemplateHeaderCellModel } from "./TemplateHeaderCellModel";
|
|
5
|
-
import {
|
|
5
|
+
import { DataGrid } from "./DataGrid";
|
|
6
6
|
import { Type } from "igniteui-webcomponents-core";
|
|
7
7
|
import { TemplateHeaderCellUpdatingEventArgs } from "./TemplateHeaderCellUpdatingEventArgs";
|
|
8
8
|
/**
|
|
@@ -12,8 +12,8 @@ export declare class TemplateHeader extends Header {
|
|
|
12
12
|
static $t: Type;
|
|
13
13
|
constructor();
|
|
14
14
|
protected l(a: CellPath): CellModel;
|
|
15
|
-
protected cn(a: CellPath, b:
|
|
16
|
-
cz(a: CellModel, b:
|
|
15
|
+
protected cn(a: CellPath, b: DataGrid, c: any): string;
|
|
16
|
+
cz(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
17
17
|
fe(a: TemplateHeaderCellModel, b: any): void;
|
|
18
18
|
cellUpdating: (sender: any, args: TemplateHeaderCellUpdatingEventArgs) => void;
|
|
19
19
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { CellPresenterBase } from "./CellPresenterBase";
|
|
2
2
|
import { TemplateHeaderCell } from "./TemplateHeaderCell";
|
|
3
3
|
import { GridCellBase } from "./GridCellBase";
|
|
4
|
-
import {
|
|
4
|
+
import { DataGrid } from "./DataGrid";
|
|
5
5
|
import { CellModel } from "./CellModel";
|
|
6
6
|
import { Type } from "igniteui-webcomponents-core";
|
|
7
7
|
/**
|
|
@@ -11,6 +11,6 @@ export declare class TemplateHeaderCellPresenter extends CellPresenterBase {
|
|
|
11
11
|
static $t: Type;
|
|
12
12
|
private d;
|
|
13
13
|
get e(): TemplateHeaderCell;
|
|
14
|
-
constructor(a: GridCellBase, b:
|
|
14
|
+
constructor(a: GridCellBase, b: DataGrid);
|
|
15
15
|
protected b(a: CellModel): void;
|
|
16
16
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { SectionHeader } from "./SectionHeader";
|
|
2
2
|
import { CellPath } from "./CellPath";
|
|
3
|
-
import {
|
|
3
|
+
import { DataGrid } from "./DataGrid";
|
|
4
4
|
import { Type } from "igniteui-webcomponents-core";
|
|
5
5
|
import { CellModel } from "./CellModel";
|
|
6
6
|
import { TemplateSectionHeaderCellModel } from "./TemplateSectionHeaderCellModel";
|
|
@@ -10,7 +10,7 @@ import { TemplateSectionHeaderCellUpdatingEventArgs } from "./TemplateSectionHea
|
|
|
10
10
|
*/
|
|
11
11
|
export declare class TemplateSectionHeader extends SectionHeader {
|
|
12
12
|
static $t: Type;
|
|
13
|
-
protected cn(a: CellPath, b:
|
|
13
|
+
protected cn(a: CellPath, b: DataGrid, c: any): string;
|
|
14
14
|
protected l(a: CellPath): CellModel;
|
|
15
15
|
fh(a: TemplateSectionHeaderCellModel, b: any): void;
|
|
16
16
|
cellUpdating: (sender: any, args: TemplateSectionHeaderCellUpdatingEventArgs) => void;
|
|
@@ -25,7 +25,7 @@ import { IgcGridSelectedCellRangesChangedEventArgs } from './igc-grid-selected-c
|
|
|
25
25
|
import { IgcGridSortDescriptionsChangedEventArgs } from './igc-grid-sort-descriptions-changed-event-args';
|
|
26
26
|
import { IgcGridGroupDescriptionsChangedEventArgs } from './igc-grid-group-descriptions-changed-event-args';
|
|
27
27
|
import { IgcGridSummaryDescriptionsChangedEventArgs } from './igc-grid-summary-descriptions-changed-event-args';
|
|
28
|
-
import {
|
|
28
|
+
import { DataGrid } from "./DataGrid";
|
|
29
29
|
import { Thickness } from "igniteui-webcomponents-core";
|
|
30
30
|
import { IgcDataGridColumnComponent } from './igc-data-grid-column-component';
|
|
31
31
|
import { IgcGridColumnCollection } from './igc-grid-column-collection';
|
|
@@ -122,9 +122,9 @@ export declare class IgcDataGridComponent extends IgcHTMLElement {
|
|
|
122
122
|
private _setScrollbarStyle;
|
|
123
123
|
private _setScrollbarColor;
|
|
124
124
|
private _columnsAdapter;
|
|
125
|
-
protected createImplementation():
|
|
125
|
+
protected createImplementation(): DataGrid;
|
|
126
126
|
protected _implementation: any;
|
|
127
|
-
get i():
|
|
127
|
+
get i(): DataGrid;
|
|
128
128
|
private onImplementationCreated;
|
|
129
129
|
private _renderer;
|
|
130
130
|
constructor();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "igniteui-webcomponents-grids",
|
|
3
|
-
"version": "4.3.
|
|
3
|
+
"version": "4.3.3-beta.1",
|
|
4
4
|
"description": "Ignite UI Web Components grid components.",
|
|
5
5
|
"homepage": "https://github.com/IgniteUI/igniteui-webcomponents-grids",
|
|
6
6
|
"keywords": [
|
|
@@ -18,9 +18,9 @@
|
|
|
18
18
|
"tslib": "^2.3.1"
|
|
19
19
|
},
|
|
20
20
|
"peerDependencies": {
|
|
21
|
-
"igniteui-webcomponents-core": "4.3.
|
|
22
|
-
"igniteui-webcomponents-layouts": "4.3.
|
|
23
|
-
"igniteui-webcomponents-inputs": "4.3.
|
|
21
|
+
"igniteui-webcomponents-core": "4.3.3-beta.1",
|
|
22
|
+
"igniteui-webcomponents-layouts": "4.3.3-beta.1",
|
|
23
|
+
"igniteui-webcomponents-inputs": "4.3.3-beta.1"
|
|
24
24
|
},
|
|
25
25
|
"sideEffects": [
|
|
26
26
|
"./grids/combined.js"
|
package/public_api.d.ts
CHANGED
|
@@ -254,11 +254,11 @@ export * from './lib/PagedDataProvider';
|
|
|
254
254
|
export * from './lib/PageChangedEventArgs';
|
|
255
255
|
export * from './lib/igc-page-changed-event-args';
|
|
256
256
|
export * from './lib/DataSourceNotificationBridge';
|
|
257
|
-
export * from './lib/
|
|
257
|
+
export * from './lib/GridCellType';
|
|
258
258
|
export * from './lib/CellPath';
|
|
259
259
|
export * from './lib/ColumnController';
|
|
260
260
|
export * from './lib/EditingManager';
|
|
261
|
-
export * from './lib/
|
|
261
|
+
export * from './lib/DataGrid';
|
|
262
262
|
export * from './lib/ColumnResizingMode';
|
|
263
263
|
export * from './lib/ColumnMovingMode';
|
|
264
264
|
export * from './lib/IExternalGrid';
|
package/esm2015/lib/CellType.js
DELETED
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
3
|
-
https://www.infragistics.com/legal/license/igultimate-la
|
|
4
|
-
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
|
-
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
|
-
*/
|
|
7
|
-
import { markEnum } from "igniteui-webcomponents-core";
|
|
8
|
-
export var CellType = /*@__PURE__*/ (function (CellType) {
|
|
9
|
-
CellType[CellType["Unspecified"] = 0] = "Unspecified";
|
|
10
|
-
CellType[CellType["Normal"] = 1] = "Normal";
|
|
11
|
-
CellType[CellType["Edit"] = 2] = "Edit";
|
|
12
|
-
CellType[CellType["EditRow"] = 3] = "EditRow";
|
|
13
|
-
CellType[CellType["MergedCell"] = 4] = "MergedCell";
|
|
14
|
-
CellType[CellType["FilterCell"] = 5] = "FilterCell";
|
|
15
|
-
CellType[CellType["MovingSeparator"] = 6] = "MovingSeparator";
|
|
16
|
-
CellType[CellType["ResizeSeparator"] = 7] = "ResizeSeparator";
|
|
17
|
-
return CellType;
|
|
18
|
-
})({});
|
|
19
|
-
/**
|
|
20
|
-
* @hidden
|
|
21
|
-
*/
|
|
22
|
-
export let CellType_$type = /*@__PURE__*/ markEnum('CellType', 'Unspecified,0|Normal,1|Edit,2|EditRow,3|MergedCell,4|FilterCell,5|MovingSeparator,6|ResizeSeparator,7');
|
package/esm5/lib/CellType.js
DELETED
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
3
|
-
https://www.infragistics.com/legal/license/igultimate-la
|
|
4
|
-
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
|
-
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
|
-
*/
|
|
7
|
-
import { markEnum } from "igniteui-webcomponents-core";
|
|
8
|
-
export var CellType = /*@__PURE__*/ (function (CellType) {
|
|
9
|
-
CellType[CellType["Unspecified"] = 0] = "Unspecified";
|
|
10
|
-
CellType[CellType["Normal"] = 1] = "Normal";
|
|
11
|
-
CellType[CellType["Edit"] = 2] = "Edit";
|
|
12
|
-
CellType[CellType["EditRow"] = 3] = "EditRow";
|
|
13
|
-
CellType[CellType["MergedCell"] = 4] = "MergedCell";
|
|
14
|
-
CellType[CellType["FilterCell"] = 5] = "FilterCell";
|
|
15
|
-
CellType[CellType["MovingSeparator"] = 6] = "MovingSeparator";
|
|
16
|
-
CellType[CellType["ResizeSeparator"] = 7] = "ResizeSeparator";
|
|
17
|
-
return CellType;
|
|
18
|
-
})({});
|
|
19
|
-
/**
|
|
20
|
-
* @hidden
|
|
21
|
-
*/
|
|
22
|
-
export var CellType_$type = /*@__PURE__*/ markEnum('CellType', 'Unspecified,0|Normal,1|Edit,2|EditRow,3|MergedCell,4|FilterCell,5|MovingSeparator,6|ResizeSeparator,7');
|
package/lib/Grid.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { Grid } from "./ColumnFilterCondition_combined";
|