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
|
@@ -340,13 +340,13 @@ export let ColumnGroupingView = /*@__PURE__*/ (() => {
|
|
|
340
340
|
if (this.f == true) {
|
|
341
341
|
this.m.style.cursor = "grabbing";
|
|
342
342
|
let b = this.as();
|
|
343
|
-
let c = b.left - (NativeUI.
|
|
343
|
+
let c = b.left - (NativeUI.k(this.q) / 2);
|
|
344
344
|
let d = b.top - (NativeUI.d(this.q) / 2);
|
|
345
345
|
let e = this.c();
|
|
346
346
|
d += e[0];
|
|
347
347
|
c += e[1];
|
|
348
|
-
NativeUI.
|
|
349
|
-
NativeUI.
|
|
348
|
+
NativeUI.v(this.q, a.x + c);
|
|
349
|
+
NativeUI.ae(this.q, a.y + d);
|
|
350
350
|
}
|
|
351
351
|
}
|
|
352
352
|
al(a) {
|
|
@@ -666,7 +666,7 @@ export let ColumnGrouping = /*@__PURE__*/ (() => {
|
|
|
666
666
|
break;
|
|
667
667
|
case "ItemHoverBackgroundColor": break;
|
|
668
668
|
case "BackgroundColor":
|
|
669
|
-
NativeUI.
|
|
669
|
+
NativeUI.m(this.d.u, this.bh);
|
|
670
670
|
break;
|
|
671
671
|
}
|
|
672
672
|
}
|
|
@@ -675,7 +675,7 @@ export let ColumnGrouping = /*@__PURE__*/ (() => {
|
|
|
675
675
|
ba() {
|
|
676
676
|
let a = this.d.w;
|
|
677
677
|
if (this.bm != null) {
|
|
678
|
-
NativeUI.
|
|
678
|
+
NativeUI.q(a, this.bm);
|
|
679
679
|
}
|
|
680
680
|
}
|
|
681
681
|
a9() {
|
|
@@ -689,19 +689,19 @@ export let ColumnGrouping = /*@__PURE__*/ (() => {
|
|
|
689
689
|
let b = this.d.j;
|
|
690
690
|
let c = this.d.k;
|
|
691
691
|
for (let d = 0; d < a.count; d++) {
|
|
692
|
-
NativeUI.
|
|
692
|
+
NativeUI.q(a._inner[d], this.bl);
|
|
693
693
|
}
|
|
694
694
|
for (let e = 0; e < b.count; e++) {
|
|
695
|
-
NativeUI.
|
|
695
|
+
NativeUI.q(b._inner[e], this.bi);
|
|
696
696
|
}
|
|
697
697
|
for (let f = 0; f < c.count; f++) {
|
|
698
|
-
NativeUI.
|
|
698
|
+
NativeUI.m(c._inner[f], this.bj);
|
|
699
699
|
}
|
|
700
700
|
}
|
|
701
701
|
a3() {
|
|
702
702
|
if (this.i == 0) {
|
|
703
703
|
if (this.targetGrid != null) {
|
|
704
|
-
this.i = this.targetGrid.
|
|
704
|
+
this.i = this.targetGrid.density;
|
|
705
705
|
}
|
|
706
706
|
}
|
|
707
707
|
this.d.ao();
|
|
@@ -730,7 +730,7 @@ export let ColumnGrouping = /*@__PURE__*/ (() => {
|
|
|
730
730
|
let a = new List$1(GroupInfo.$, 0);
|
|
731
731
|
if (this.targetGrid != null) {
|
|
732
732
|
let b = this.targetGrid.actualColumns;
|
|
733
|
-
let c = this.targetGrid.
|
|
733
|
+
let c = this.targetGrid.groupDescriptions.j;
|
|
734
734
|
for (let d = 0; d < c.count; d++) {
|
|
735
735
|
let e = new GroupInfo();
|
|
736
736
|
let f = b.i((g) => g.i8 == c.item(d).f);
|
|
@@ -769,25 +769,25 @@ export let ColumnGrouping = /*@__PURE__*/ (() => {
|
|
|
769
769
|
let j = new ColumnGroupDescription(0);
|
|
770
770
|
j.f = i.i8;
|
|
771
771
|
j.c = 1;
|
|
772
|
-
let k = this.targetGrid.
|
|
772
|
+
let k = this.targetGrid.groupDescriptions.j.contains(j);
|
|
773
773
|
j.c = 0;
|
|
774
|
-
let l = this.targetGrid.
|
|
774
|
+
let l = this.targetGrid.groupDescriptions.j.contains(j);
|
|
775
775
|
if (l == false && k == false) {
|
|
776
776
|
let m = this.d.l;
|
|
777
777
|
let n = m.count;
|
|
778
778
|
let o = false;
|
|
779
779
|
for (let p = 0; p < n; p++) {
|
|
780
780
|
let q = this.d.b(m._inner[p]);
|
|
781
|
-
let r = NativeUI.
|
|
781
|
+
let r = NativeUI.k(m._inner[p]);
|
|
782
782
|
let s = q[1] - c.left + r;
|
|
783
783
|
if (this.t < s) {
|
|
784
|
-
this.targetGrid.
|
|
784
|
+
this.targetGrid.groupDescriptions.o(p, j);
|
|
785
785
|
o = true;
|
|
786
786
|
break;
|
|
787
787
|
}
|
|
788
788
|
}
|
|
789
789
|
if (o == false) {
|
|
790
|
-
this.targetGrid.
|
|
790
|
+
this.targetGrid.groupDescriptions.g(j);
|
|
791
791
|
}
|
|
792
792
|
}
|
|
793
793
|
a.cancel();
|
|
@@ -805,14 +805,14 @@ export let ColumnGrouping = /*@__PURE__*/ (() => {
|
|
|
805
805
|
this.u = b.currentY;
|
|
806
806
|
if (this.u < 0) {
|
|
807
807
|
if (this.n == false) {
|
|
808
|
-
this.v = this.targetGrid.
|
|
809
|
-
this.targetGrid.
|
|
808
|
+
this.v = this.targetGrid.columnMovingSeparatorOpacity;
|
|
809
|
+
this.targetGrid.columnMovingSeparatorOpacity = 0;
|
|
810
810
|
this.n = true;
|
|
811
811
|
}
|
|
812
812
|
}
|
|
813
813
|
else {
|
|
814
814
|
if (this.n == true) {
|
|
815
|
-
this.targetGrid.
|
|
815
|
+
this.targetGrid.columnMovingSeparatorOpacity = this.v;
|
|
816
816
|
this.n = false;
|
|
817
817
|
}
|
|
818
818
|
}
|
|
@@ -858,43 +858,43 @@ export let ColumnGrouping = /*@__PURE__*/ (() => {
|
|
|
858
858
|
}
|
|
859
859
|
}
|
|
860
860
|
ao(a) {
|
|
861
|
-
let b = this.targetGrid.
|
|
861
|
+
let b = this.targetGrid.groupDescriptions.j.count;
|
|
862
862
|
for (let c = 0; c < b; c++) {
|
|
863
|
-
let d = this.targetGrid.
|
|
863
|
+
let d = this.targetGrid.groupDescriptions.j.item(c);
|
|
864
864
|
if (d.f == a) {
|
|
865
|
-
this.targetGrid.
|
|
865
|
+
this.targetGrid.groupDescriptions.d(c);
|
|
866
866
|
if (d.c == 0) {
|
|
867
867
|
d.c = 1;
|
|
868
868
|
}
|
|
869
869
|
else {
|
|
870
870
|
d.c = 0;
|
|
871
871
|
}
|
|
872
|
-
this.targetGrid.
|
|
872
|
+
this.targetGrid.groupDescriptions.o(c, d);
|
|
873
873
|
break;
|
|
874
874
|
}
|
|
875
875
|
}
|
|
876
876
|
}
|
|
877
877
|
a1(a) {
|
|
878
|
-
let b = this.targetGrid.
|
|
878
|
+
let b = this.targetGrid.groupDescriptions.j.count;
|
|
879
879
|
for (let c = 0; c < b; c++) {
|
|
880
|
-
let d = this.targetGrid.
|
|
880
|
+
let d = this.targetGrid.groupDescriptions.j.item(c);
|
|
881
881
|
if (d.f == a) {
|
|
882
|
-
this.targetGrid.
|
|
882
|
+
this.targetGrid.groupDescriptions.d(c);
|
|
883
883
|
break;
|
|
884
884
|
}
|
|
885
885
|
}
|
|
886
886
|
}
|
|
887
887
|
a2(a, b) {
|
|
888
|
-
let c = this.targetGrid.
|
|
888
|
+
let c = this.targetGrid.groupDescriptions.j.count;
|
|
889
889
|
let d = null;
|
|
890
890
|
for (let e = 0; e < c; e++) {
|
|
891
|
-
if (this.targetGrid.
|
|
892
|
-
d = this.targetGrid.
|
|
893
|
-
this.targetGrid.
|
|
891
|
+
if (this.targetGrid.groupDescriptions.j.item(e).f == a) {
|
|
892
|
+
d = this.targetGrid.groupDescriptions.j.item(e);
|
|
893
|
+
this.targetGrid.groupDescriptions.d(e);
|
|
894
894
|
break;
|
|
895
895
|
}
|
|
896
896
|
}
|
|
897
|
-
this.targetGrid.
|
|
897
|
+
this.targetGrid.groupDescriptions.j.insert(b, d);
|
|
898
898
|
}
|
|
899
899
|
a7(a, b) {
|
|
900
900
|
this.d.ac();
|
|
@@ -922,7 +922,7 @@ export let ColumnGrouping = /*@__PURE__*/ (() => {
|
|
|
922
922
|
a.h = d;
|
|
923
923
|
a.f = e;
|
|
924
924
|
a.e = NativeUI.d(b);
|
|
925
|
-
a.i = NativeUI.
|
|
925
|
+
a.i = NativeUI.k(b);
|
|
926
926
|
let f = this.d.l;
|
|
927
927
|
for (let g = 0; g < f.count; g++) {
|
|
928
928
|
let h = new TextVisualModelExport();
|
|
@@ -930,8 +930,8 @@ export let ColumnGrouping = /*@__PURE__*/ (() => {
|
|
|
930
930
|
h.e = i[0] - d;
|
|
931
931
|
h.d = i[1] - e;
|
|
932
932
|
h.c = NativeUI.d(f._inner[g]);
|
|
933
|
-
h.f = NativeUI.
|
|
934
|
-
h.b = AppearanceHelper.a(NativeUI.
|
|
933
|
+
h.f = NativeUI.k(f._inner[g]);
|
|
934
|
+
h.b = AppearanceHelper.a(NativeUI.al(f._inner[g]));
|
|
935
935
|
h.g = f._inner[g].getText();
|
|
936
936
|
a.c.add(h);
|
|
937
937
|
}
|
|
@@ -942,7 +942,7 @@ export let ColumnGrouping = /*@__PURE__*/ (() => {
|
|
|
942
942
|
l.h = m[0] - d;
|
|
943
943
|
l.f = m[1] - e;
|
|
944
944
|
l.e = NativeUI.d(j._inner[k]);
|
|
945
|
-
l.i = NativeUI.
|
|
945
|
+
l.i = NativeUI.k(j._inner[k]);
|
|
946
946
|
a.d.add(l);
|
|
947
947
|
}
|
|
948
948
|
if (this.k != null) {
|
|
@@ -145,7 +145,7 @@ export let ComparisonOperatorSelectorView = /*@__PURE__*/ (() => {
|
|
|
145
145
|
}
|
|
146
146
|
s(a, b) {
|
|
147
147
|
this.i.setStyleProperty("height", stringFormat("{0}px", this.a.y()));
|
|
148
|
-
this.d.
|
|
148
|
+
this.d.b6();
|
|
149
149
|
document.addEventListener("keydown", runOn(this, this.onDocumentKeyDown), false);
|
|
150
150
|
document.addEventListener("mousedown", runOn(this, this.onDocumentMouseDown), false);
|
|
151
151
|
}
|
|
@@ -476,7 +476,7 @@ export let ComparisonOperatorSelector = /*@__PURE__*/ (() => {
|
|
|
476
476
|
b.clicked = delegateRemove(b.clicked, runOn(this, this.ec));
|
|
477
477
|
}
|
|
478
478
|
if (this.f != null) {
|
|
479
|
-
this.f.
|
|
479
|
+
this.f.selectedItems.clear();
|
|
480
480
|
let c = this.f;
|
|
481
481
|
c.cellClicked = delegateRemove(c.cellClicked, runOn(this, this.d9));
|
|
482
482
|
}
|
|
@@ -501,17 +501,17 @@ export let ComparisonOperatorSelector = /*@__PURE__*/ (() => {
|
|
|
501
501
|
this.p.svgPath = this.bv(this.b);
|
|
502
502
|
this.p.fill = this.eq;
|
|
503
503
|
this.f = c;
|
|
504
|
-
this.f.
|
|
505
|
-
this.f.
|
|
506
|
-
this.f.
|
|
507
|
-
this.f.
|
|
508
|
-
this.f.
|
|
509
|
-
this.f.
|
|
510
|
-
this.f.
|
|
511
|
-
this.f.
|
|
512
|
-
this.f.
|
|
513
|
-
this.f.
|
|
514
|
-
this.f.
|
|
504
|
+
this.f.autoGenerateColumns = false;
|
|
505
|
+
this.f.selectionMode = 1;
|
|
506
|
+
this.f.activationMode = 0;
|
|
507
|
+
this.f.selectionMode = 0;
|
|
508
|
+
this.f.editMode = 0;
|
|
509
|
+
this.f.headerHeight = 0;
|
|
510
|
+
this.f.rowSeparatorHeight = 0;
|
|
511
|
+
this.f.density = 3;
|
|
512
|
+
this.f.clearSelectionOnEscape = false;
|
|
513
|
+
this.f.cornerRadius = new CornerRadius(0, 0);
|
|
514
|
+
this.f.borderWidth = new Thickness(0, 0);
|
|
515
515
|
let d = this.f;
|
|
516
516
|
d.cellClicked = delegateCombine(d.cellClicked, runOn(this, this.d9));
|
|
517
517
|
this.n = new TemplateColumn();
|
|
@@ -557,8 +557,8 @@ export let ComparisonOperatorSelector = /*@__PURE__*/ (() => {
|
|
|
557
557
|
this.p.fill = this.eq;
|
|
558
558
|
}
|
|
559
559
|
if (this.f != null) {
|
|
560
|
-
this.f.
|
|
561
|
-
this.f.
|
|
560
|
+
this.f.cellTextColor = this.eq;
|
|
561
|
+
this.f.cellBackground = this.ep;
|
|
562
562
|
}
|
|
563
563
|
}
|
|
564
564
|
ef() {
|
|
@@ -693,7 +693,7 @@ export let ComparisonOperatorSelector = /*@__PURE__*/ (() => {
|
|
|
693
693
|
if (this.v.count > 0) {
|
|
694
694
|
this.i = this.v._inner[0];
|
|
695
695
|
}
|
|
696
|
-
this.e.k = Math.min(this.v.count * this.f.
|
|
696
|
+
this.e.k = Math.min(this.v.count * this.f.actualRowHeight + 2, this.z);
|
|
697
697
|
}
|
|
698
698
|
}
|
|
699
699
|
h(a) {
|
|
@@ -763,25 +763,25 @@ export let ComparisonOperatorSelector = /*@__PURE__*/ (() => {
|
|
|
763
763
|
y() {
|
|
764
764
|
if (this.f != null) {
|
|
765
765
|
let a = Math.min(8, this.f.actualDataSource != null ? this.f.actualDataSource.actualCount : 0);
|
|
766
|
-
return a * (this.f.
|
|
766
|
+
return a * (this.f.actualRowHeight + this.f.rowSeparatorHeight) + this.f.actualHeaderHeight + 2;
|
|
767
767
|
}
|
|
768
768
|
return 0;
|
|
769
769
|
}
|
|
770
770
|
em() {
|
|
771
771
|
if (this.q != null) {
|
|
772
|
-
if (!this.q.
|
|
772
|
+
if (!this.q.aw) {
|
|
773
773
|
this.ef();
|
|
774
774
|
this.q.showRelativeToExclusionRect(this.e.w(), 1, 0);
|
|
775
775
|
this.ee();
|
|
776
776
|
}
|
|
777
777
|
else {
|
|
778
|
-
this.q.
|
|
778
|
+
this.q.b3();
|
|
779
779
|
}
|
|
780
780
|
}
|
|
781
781
|
}
|
|
782
782
|
d8() {
|
|
783
783
|
if (this.q != null) {
|
|
784
|
-
this.q.
|
|
784
|
+
this.q.b3();
|
|
785
785
|
}
|
|
786
786
|
}
|
|
787
787
|
d1(a, b, c, d) {
|
|
@@ -4,4 +4,4 @@ https://www.infragistics.com/legal/license/igultimate-la
|
|
|
4
4
|
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
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
6
|
*/
|
|
7
|
-
export {
|
|
7
|
+
export { DataGrid } from "./ColumnFilterCondition_combined";
|
|
@@ -13,7 +13,7 @@ import { BrushUtil } from "igniteui-webcomponents-core";
|
|
|
13
13
|
import { ElevationHelper } from "igniteui-webcomponents-inputs";
|
|
14
14
|
import { BaseDOMEventProxy } from "igniteui-webcomponents-core";
|
|
15
15
|
import { IDataGridComponent_$type } from "./IDataGridComponent";
|
|
16
|
-
import {
|
|
16
|
+
import { DataGrid } from "./DataGrid";
|
|
17
17
|
import { BaseControlTheme_$type } from "igniteui-webcomponents-core";
|
|
18
18
|
import { XIcon } from "igniteui-webcomponents-inputs";
|
|
19
19
|
import { ToolbarVisualModelExport } from "./ToolbarVisualModelExport";
|
|
@@ -512,7 +512,7 @@ export let DataGridToolbar = /*@__PURE__*/ (() => {
|
|
|
512
512
|
case "TargetGrid":
|
|
513
513
|
this.a6();
|
|
514
514
|
this.a7();
|
|
515
|
-
this.a8(typeCast(
|
|
515
|
+
this.a8(typeCast(DataGrid.$, b));
|
|
516
516
|
this.e.ad();
|
|
517
517
|
break;
|
|
518
518
|
case "ToolbarTitle":
|
|
@@ -574,25 +574,25 @@ export let DataGridToolbar = /*@__PURE__*/ (() => {
|
|
|
574
574
|
az(a, b) {
|
|
575
575
|
switch (b.propertyName) {
|
|
576
576
|
case "IsToolbarColumnChooserVisible":
|
|
577
|
-
this.q = this.b.
|
|
577
|
+
this.q = this.b.isToolbarColumnChooserVisible;
|
|
578
578
|
break;
|
|
579
579
|
case "IsToolbarColumnPinningVisible":
|
|
580
|
-
this.r = this.b.
|
|
580
|
+
this.r = this.b.isToolbarColumnPinningVisible;
|
|
581
581
|
break;
|
|
582
582
|
case "ToolbarTitle":
|
|
583
|
-
this.ar = this.b.
|
|
583
|
+
this.ar = this.b.toolbarTitle;
|
|
584
584
|
break;
|
|
585
585
|
case "ToolbarColumnChooserText":
|
|
586
|
-
this.ad = this.b.
|
|
586
|
+
this.ad = this.b.toolbarColumnChooserText;
|
|
587
587
|
break;
|
|
588
588
|
case "ToolbarColumnChooserTitle":
|
|
589
|
-
this.af = this.b.
|
|
589
|
+
this.af = this.b.toolbarColumnChooserTitle;
|
|
590
590
|
break;
|
|
591
591
|
case "ToolbarColumnPinningText":
|
|
592
|
-
this.ai = this.b.
|
|
592
|
+
this.ai = this.b.toolbarColumnPinningText;
|
|
593
593
|
break;
|
|
594
594
|
case "ToolbarColumnPinningTitle":
|
|
595
|
-
this.ak = this.b.
|
|
595
|
+
this.ak = this.b.toolbarColumnPinningTitle;
|
|
596
596
|
break;
|
|
597
597
|
}
|
|
598
598
|
}
|
|
@@ -613,7 +613,7 @@ export let DataGridToolbar = /*@__PURE__*/ (() => {
|
|
|
613
613
|
a3() {
|
|
614
614
|
if (this.l == 0) {
|
|
615
615
|
if (this.b != null) {
|
|
616
|
-
this.l = this.b.
|
|
616
|
+
this.l = this.b.density;
|
|
617
617
|
}
|
|
618
618
|
}
|
|
619
619
|
if (this.g != null) {
|
|
@@ -731,13 +731,13 @@ export let DataGridToolbar = /*@__PURE__*/ (() => {
|
|
|
731
731
|
d.propertyChanged = delegateCombine(d.propertyChanged, runOn(this, this.az));
|
|
732
732
|
this.ax();
|
|
733
733
|
if (this.b.toolbar != null) {
|
|
734
|
-
this.ar = this.b.
|
|
735
|
-
this.q = this.b.
|
|
736
|
-
this.ad = this.b.
|
|
737
|
-
this.af = this.b.
|
|
738
|
-
this.r = this.b.
|
|
739
|
-
this.ai = this.b.
|
|
740
|
-
this.ak = this.b.
|
|
734
|
+
this.ar = this.b.toolbarTitle;
|
|
735
|
+
this.q = this.b.isToolbarColumnChooserVisible;
|
|
736
|
+
this.ad = this.b.toolbarColumnChooserText;
|
|
737
|
+
this.af = this.b.toolbarColumnChooserTitle;
|
|
738
|
+
this.r = this.b.isToolbarColumnPinningVisible;
|
|
739
|
+
this.ai = this.b.toolbarColumnPinningText;
|
|
740
|
+
this.ak = this.b.toolbarColumnPinningTitle;
|
|
741
741
|
}
|
|
742
742
|
}
|
|
743
743
|
}
|
|
@@ -51,14 +51,14 @@ export let DateEditorView = /*@__PURE__*/ (() => {
|
|
|
51
51
|
let g = a.createElement("div");
|
|
52
52
|
e.append(g);
|
|
53
53
|
this.y = new DatePicker();
|
|
54
|
-
this.y.
|
|
54
|
+
this.y.ay = false;
|
|
55
55
|
this.y.provideContainer(e);
|
|
56
56
|
this.y.w = b;
|
|
57
57
|
this.y.y = 3;
|
|
58
|
-
this.y.
|
|
59
|
-
this.y.
|
|
60
|
-
this.y.
|
|
61
|
-
this.y.
|
|
58
|
+
this.y.az = this.showClearButton;
|
|
59
|
+
this.y.a0 = this.ac;
|
|
60
|
+
this.y.dw = this.textColor;
|
|
61
|
+
this.y.be = -1;
|
|
62
62
|
let h = e.getExternal(this.y, e.rootWrapper, null);
|
|
63
63
|
if (this.z != null) {
|
|
64
64
|
this.y.ad = this.z;
|
|
@@ -124,12 +124,12 @@ export let DateEditorView = /*@__PURE__*/ (() => {
|
|
|
124
124
|
s() {
|
|
125
125
|
if (this.y != null) {
|
|
126
126
|
this.y.focus(true);
|
|
127
|
-
this.y.
|
|
127
|
+
this.y.df();
|
|
128
128
|
}
|
|
129
129
|
}
|
|
130
130
|
ag() {
|
|
131
131
|
if (this.y != null) {
|
|
132
|
-
this.y.
|
|
132
|
+
this.y.cq();
|
|
133
133
|
}
|
|
134
134
|
}
|
|
135
135
|
u(a, b, c) {
|
|
@@ -140,18 +140,18 @@ export let DateEditorView = /*@__PURE__*/ (() => {
|
|
|
140
140
|
break;
|
|
141
141
|
case "ShowClearButton":
|
|
142
142
|
if (this.y != null) {
|
|
143
|
-
this.y.
|
|
143
|
+
this.y.az = this.showClearButton;
|
|
144
144
|
}
|
|
145
145
|
break;
|
|
146
146
|
case "ShowTodayButton":
|
|
147
147
|
if (this.y != null) {
|
|
148
|
-
this.y.
|
|
148
|
+
this.y.a0 = this.ac;
|
|
149
149
|
}
|
|
150
150
|
break;
|
|
151
151
|
}
|
|
152
152
|
}
|
|
153
153
|
ak() {
|
|
154
|
-
this.y.
|
|
154
|
+
this.y.by = this.ae;
|
|
155
155
|
}
|
|
156
156
|
w() {
|
|
157
157
|
this.ab = true;
|
|
@@ -170,13 +170,13 @@ export let DateEditorView = /*@__PURE__*/ (() => {
|
|
|
170
170
|
}
|
|
171
171
|
r() {
|
|
172
172
|
if (this.y != null) {
|
|
173
|
-
this.y.
|
|
173
|
+
this.y.av = !this.isEnabled;
|
|
174
174
|
}
|
|
175
175
|
}
|
|
176
176
|
v() {
|
|
177
177
|
super.v();
|
|
178
178
|
if (this.y != null) {
|
|
179
|
-
this.y.
|
|
179
|
+
this.y.dw = this.textColor;
|
|
180
180
|
}
|
|
181
181
|
}
|
|
182
182
|
onDatePickerValueChanged(a, b) {
|
package/esm2015/lib/Dragger.js
CHANGED
|
@@ -113,8 +113,8 @@ export let Dragger = /*@__PURE__*/ (() => {
|
|
|
113
113
|
let e = this.view.getWindowScrollPos();
|
|
114
114
|
c += e[0];
|
|
115
115
|
d += e[1];
|
|
116
|
-
NativeUI.
|
|
117
|
-
NativeUI.
|
|
116
|
+
NativeUI.v(this.cloneCell, a + d);
|
|
117
|
+
NativeUI.ae(this.cloneCell, b + c);
|
|
118
118
|
}
|
|
119
119
|
}
|
|
120
120
|
}
|
|
@@ -146,8 +146,8 @@ export let Dragger = /*@__PURE__*/ (() => {
|
|
|
146
146
|
let j = this.view.getWindowScrollPos();
|
|
147
147
|
h += j[0];
|
|
148
148
|
i += j[1];
|
|
149
|
-
NativeUI.
|
|
150
|
-
NativeUI.
|
|
149
|
+
NativeUI.v(this.cloneCell, a + i);
|
|
150
|
+
NativeUI.ae(this.cloneCell, b + h);
|
|
151
151
|
}
|
|
152
152
|
}
|
|
153
153
|
}
|
|
@@ -163,7 +163,7 @@ export let Dragger = /*@__PURE__*/ (() => {
|
|
|
163
163
|
a = this.view.getTopAndLeft();
|
|
164
164
|
let b = NativeUI.d(this.cloneCell) / 2;
|
|
165
165
|
this.i = a[0] - b;
|
|
166
|
-
let c = NativeUI.
|
|
166
|
+
let c = NativeUI.k(this.cloneCell) / 2;
|
|
167
167
|
this.h = a[1] - c;
|
|
168
168
|
}
|
|
169
169
|
}
|
|
@@ -360,7 +360,7 @@ export let EditorCell = /*@__PURE__*/ (() => {
|
|
|
360
360
|
eh(a, b, c, d, e) {
|
|
361
361
|
if (!stringIsNullOrWhiteSpace(a)) {
|
|
362
362
|
this.dd.setRawText(a);
|
|
363
|
-
this.cx.
|
|
363
|
+
this.cx.b6();
|
|
364
364
|
this.ei();
|
|
365
365
|
}
|
|
366
366
|
}
|
|
@@ -374,8 +374,8 @@ export let EditorCell = /*@__PURE__*/ (() => {
|
|
|
374
374
|
this.cx.showRelativeToExclusionRect(a, 1, 0);
|
|
375
375
|
}
|
|
376
376
|
d0() {
|
|
377
|
-
if (this.cx.
|
|
378
|
-
this.cx.
|
|
377
|
+
if (this.cx.aw) {
|
|
378
|
+
this.cx.b3();
|
|
379
379
|
}
|
|
380
380
|
}
|
|
381
381
|
bo() {
|
|
@@ -441,7 +441,7 @@ export let EditorCell = /*@__PURE__*/ (() => {
|
|
|
441
441
|
}
|
|
442
442
|
}
|
|
443
443
|
c9(a) {
|
|
444
|
-
if (a != null && this.cx != null && this.cx.
|
|
444
|
+
if (a != null && this.cx != null && this.cx.aw) {
|
|
445
445
|
let b = this.de.getNativeElement();
|
|
446
446
|
return b.contains(a);
|
|
447
447
|
}
|
|
@@ -476,7 +476,7 @@ export let EditorCell = /*@__PURE__*/ (() => {
|
|
|
476
476
|
}
|
|
477
477
|
}
|
|
478
478
|
d9(a) {
|
|
479
|
-
if (this.c6 && !this.cx.
|
|
479
|
+
if (this.c6 && !this.cx.aw) {
|
|
480
480
|
this.ei();
|
|
481
481
|
}
|
|
482
482
|
}
|
|
@@ -0,0 +1,22 @@
|
|
|
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 GridCellType = /*@__PURE__*/ (function (GridCellType) {
|
|
9
|
+
GridCellType[GridCellType["Unspecified"] = 0] = "Unspecified";
|
|
10
|
+
GridCellType[GridCellType["Normal"] = 1] = "Normal";
|
|
11
|
+
GridCellType[GridCellType["Edit"] = 2] = "Edit";
|
|
12
|
+
GridCellType[GridCellType["EditRow"] = 3] = "EditRow";
|
|
13
|
+
GridCellType[GridCellType["MergedCell"] = 4] = "MergedCell";
|
|
14
|
+
GridCellType[GridCellType["FilterCell"] = 5] = "FilterCell";
|
|
15
|
+
GridCellType[GridCellType["MovingSeparator"] = 6] = "MovingSeparator";
|
|
16
|
+
GridCellType[GridCellType["ResizeSeparator"] = 7] = "ResizeSeparator";
|
|
17
|
+
return GridCellType;
|
|
18
|
+
})({});
|
|
19
|
+
/**
|
|
20
|
+
* @hidden
|
|
21
|
+
*/
|
|
22
|
+
export let GridCellType_$type = /*@__PURE__*/ markEnum('GridCellType', 'Unspecified,0|Normal,1|Edit,2|EditRow,3|MergedCell,4|FilterCell,5|MovingSeparator,6|ResizeSeparator,7');
|
|
@@ -148,7 +148,7 @@ export let GridColumnFilterOptions = /*@__PURE__*/ (() => {
|
|
|
148
148
|
if (null == this.column) {
|
|
149
149
|
return false;
|
|
150
150
|
}
|
|
151
|
-
if (this.c != null && this.c.
|
|
151
|
+
if (this.c != null && this.c.filterUIType != 0) {
|
|
152
152
|
return false;
|
|
153
153
|
}
|
|
154
154
|
if (!this.column.g5) {
|
|
@@ -160,7 +160,7 @@ export let GridColumnGroupOptions = /*@__PURE__*/ (() => {
|
|
|
160
160
|
let c = a.grid;
|
|
161
161
|
if (null != c) {
|
|
162
162
|
let d = a.i8;
|
|
163
|
-
let e = c.
|
|
163
|
+
let e = c.groupDescriptions.j;
|
|
164
164
|
for (let f = 0; f < e.count; f++) {
|
|
165
165
|
let g = e.item(f);
|
|
166
166
|
let h = g.f;
|
|
@@ -188,7 +188,7 @@ export let GridColumnGroupOptions = /*@__PURE__*/ (() => {
|
|
|
188
188
|
let d = b.ff;
|
|
189
189
|
let e = d != 0 ? GridColumnOptionsUtilities.c(d) : 0;
|
|
190
190
|
c.c = e;
|
|
191
|
-
a.
|
|
191
|
+
a.groupDescriptions.g(c);
|
|
192
192
|
b.ff = 0;
|
|
193
193
|
b.ki("Grouped");
|
|
194
194
|
}
|
|
@@ -200,7 +200,7 @@ export let GridColumnGroupOptions = /*@__PURE__*/ (() => {
|
|
|
200
200
|
let c;
|
|
201
201
|
let d = ((() => { let e = this.b3(c); c = e.p0; return e.ret; })());
|
|
202
202
|
if (c != -1) {
|
|
203
|
-
a.
|
|
203
|
+
a.groupDescriptions.d(c);
|
|
204
204
|
b.ki("Grouped");
|
|
205
205
|
}
|
|
206
206
|
}
|
|
@@ -158,7 +158,7 @@ export let GridColumnMoveOptions = /*@__PURE__*/ (() => {
|
|
|
158
158
|
if (null == a) {
|
|
159
159
|
return false;
|
|
160
160
|
}
|
|
161
|
-
switch (a.
|
|
161
|
+
switch (a.columnMovingMode) {
|
|
162
162
|
case 0: return true;
|
|
163
163
|
case 1: return false;
|
|
164
164
|
default: break;
|
|
@@ -245,10 +245,10 @@ export let GridColumnMoveOptions = /*@__PURE__*/ (() => {
|
|
|
245
245
|
return false;
|
|
246
246
|
}
|
|
247
247
|
if (a) {
|
|
248
|
-
return this.c.
|
|
248
|
+
return this.c.canMoveColumnLeft(e);
|
|
249
249
|
}
|
|
250
250
|
else {
|
|
251
|
-
return this.c.
|
|
251
|
+
return this.c.canMoveColumnRight(e);
|
|
252
252
|
}
|
|
253
253
|
}
|
|
254
254
|
cf(a) {
|
|
@@ -267,10 +267,10 @@ export let GridColumnMoveOptions = /*@__PURE__*/ (() => {
|
|
|
267
267
|
let e = d.indexOf(b);
|
|
268
268
|
b.ki("Moved");
|
|
269
269
|
if (a) {
|
|
270
|
-
c.
|
|
270
|
+
c.moveColumnLeft(e);
|
|
271
271
|
}
|
|
272
272
|
else {
|
|
273
|
-
c.
|
|
273
|
+
c.moveColumnRight(e);
|
|
274
274
|
}
|
|
275
275
|
}
|
|
276
276
|
b5() {
|
|
@@ -48,8 +48,8 @@ export let GridColumnOptionsViewBase = /*@__PURE__*/ (() => {
|
|
|
48
48
|
m() {
|
|
49
49
|
let a = this.g;
|
|
50
50
|
if (null != a) {
|
|
51
|
-
NativeUI.
|
|
52
|
-
NativeUI.
|
|
51
|
+
NativeUI.m(a, this.b.bo);
|
|
52
|
+
NativeUI.q(a, this.b.br);
|
|
53
53
|
}
|
|
54
54
|
}
|
|
55
55
|
l(a) {
|
|
@@ -564,7 +564,7 @@ export let GridColumnOptionsBase = /*@__PURE__*/ (() => {
|
|
|
564
564
|
a.propertyChanged = delegateCombine(a.propertyChanged, runOn(this, this.bb));
|
|
565
565
|
let c = a.actualColumns;
|
|
566
566
|
c.collectionChanged = delegateCombine(c.collectionChanged, runOn(this, this.a8));
|
|
567
|
-
a.
|
|
567
|
+
a.groupDescriptions.m(runOn(this, this.ba));
|
|
568
568
|
a.columnPinnedChanged = delegateCombine(a.columnPinnedChanged, runOn(this, this.a9));
|
|
569
569
|
a.calculateCompleted = delegateCombine(a.calculateCompleted, runOn(this, this.a5));
|
|
570
570
|
}
|
|
@@ -572,7 +572,7 @@ export let GridColumnOptionsBase = /*@__PURE__*/ (() => {
|
|
|
572
572
|
a.propertyChanged = delegateRemove(a.propertyChanged, runOn(this, this.bb));
|
|
573
573
|
let d = a.actualColumns;
|
|
574
574
|
d.collectionChanged = delegateRemove(d.collectionChanged, runOn(this, this.a8));
|
|
575
|
-
a.
|
|
575
|
+
a.groupDescriptions.p(runOn(this, this.ba));
|
|
576
576
|
a.columnPinnedChanged = delegateRemove(a.columnPinnedChanged, runOn(this, this.a9));
|
|
577
577
|
a.calculateCompleted = delegateRemove(a.calculateCompleted, runOn(this, this.a5));
|
|
578
578
|
}
|