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
|
@@ -180,7 +180,7 @@ export let GridColumnSortOptions = /*@__PURE__*/ (() => {
|
|
|
180
180
|
if (null == a) {
|
|
181
181
|
return true;
|
|
182
182
|
}
|
|
183
|
-
switch (a.
|
|
183
|
+
switch (a.headerClickAction) {
|
|
184
184
|
case 1:
|
|
185
185
|
case 3:
|
|
186
186
|
case 0:
|
|
@@ -263,8 +263,8 @@ export let GridColumnSortOptions = /*@__PURE__*/ (() => {
|
|
|
263
263
|
if (e != null) {
|
|
264
264
|
let f = a != 0 ? GridColumnOptionsUtilities.c(a) : 0;
|
|
265
265
|
d.c = f;
|
|
266
|
-
e.
|
|
267
|
-
e.
|
|
266
|
+
e.groupDescriptions.d(c);
|
|
267
|
+
e.groupDescriptions.o(c, d);
|
|
268
268
|
}
|
|
269
269
|
return;
|
|
270
270
|
}
|
|
@@ -128,7 +128,7 @@ export let GridColumnSummaryOptions = /*@__PURE__*/ (() => {
|
|
|
128
128
|
if (this.c == null || this.column == null) {
|
|
129
129
|
return false;
|
|
130
130
|
}
|
|
131
|
-
return this.column.gv && this.c.
|
|
131
|
+
return this.column.gv && this.c.summaryScope != 3;
|
|
132
132
|
}
|
|
133
133
|
be(a, b, c) {
|
|
134
134
|
super.be(a, b, c);
|
|
@@ -176,10 +176,10 @@ export let GridColumnSummaryOptions = /*@__PURE__*/ (() => {
|
|
|
176
176
|
c.i = 2;
|
|
177
177
|
break;
|
|
178
178
|
}
|
|
179
|
-
for (let d = 0; d < this.c.
|
|
180
|
-
let e = this.c.
|
|
179
|
+
for (let d = 0; d < this.c.summaryDescriptions.j.count; d++) {
|
|
180
|
+
let e = this.c.summaryDescriptions.j.item(d);
|
|
181
181
|
if (e.af == this.column.i8 && e.i == c.i) {
|
|
182
|
-
this.c.
|
|
182
|
+
this.c.summaryDescriptions.j.removeAt(d);
|
|
183
183
|
d--;
|
|
184
184
|
}
|
|
185
185
|
}
|
|
@@ -205,34 +205,34 @@ export let GridColumnSummaryOptions = /*@__PURE__*/ (() => {
|
|
|
205
205
|
break;
|
|
206
206
|
}
|
|
207
207
|
let i = false;
|
|
208
|
-
for (let j = 0; j < this.c.
|
|
209
|
-
let k = this.c.
|
|
208
|
+
for (let j = 0; j < this.c.summaryDescriptions.j.count; j++) {
|
|
209
|
+
let k = this.c.summaryDescriptions.j.item(j);
|
|
210
210
|
if (k.af == this.column.i8 && k.i == h.i) {
|
|
211
211
|
i = true;
|
|
212
212
|
break;
|
|
213
213
|
}
|
|
214
214
|
}
|
|
215
215
|
if (!i) {
|
|
216
|
-
this.c.
|
|
216
|
+
this.c.summaryDescriptions.j.add(h);
|
|
217
217
|
this.column.ki("Summed");
|
|
218
218
|
}
|
|
219
219
|
}
|
|
220
220
|
}
|
|
221
|
-
if (this.b0 != null && this.b0.
|
|
222
|
-
this.b0.
|
|
221
|
+
if (this.b0 != null && this.b0.aw) {
|
|
222
|
+
this.b0.b3();
|
|
223
223
|
}
|
|
224
224
|
}
|
|
225
225
|
bu() {
|
|
226
|
-
if (this.b0 != null && this.b0.
|
|
227
|
-
this.b0.
|
|
226
|
+
if (this.b0 != null && this.b0.aw) {
|
|
227
|
+
this.b0.b3();
|
|
228
228
|
}
|
|
229
229
|
}
|
|
230
230
|
a6() {
|
|
231
231
|
super.a6();
|
|
232
232
|
if (this.column != null) {
|
|
233
233
|
this.b7 = 0;
|
|
234
|
-
for (let a = 0; a < this.c.
|
|
235
|
-
let b = this.c.
|
|
234
|
+
for (let a = 0; a < this.c.summaryDescriptions.j.count; a++) {
|
|
235
|
+
let b = this.c.summaryDescriptions.j.item(a);
|
|
236
236
|
if (b.af == this.column.i8) {
|
|
237
237
|
switch (b.i) {
|
|
238
238
|
case 3:
|
|
@@ -344,8 +344,8 @@ export let GridColumnSummaryOptions = /*@__PURE__*/ (() => {
|
|
|
344
344
|
}
|
|
345
345
|
}
|
|
346
346
|
cj() {
|
|
347
|
-
if (this.b0 != null && this.b0.
|
|
348
|
-
this.b0.
|
|
347
|
+
if (this.b0 != null && this.b0.aw) {
|
|
348
|
+
this.b0.b3();
|
|
349
349
|
}
|
|
350
350
|
}
|
|
351
351
|
ck(a) {
|
|
@@ -394,16 +394,16 @@ export let GridColumnSummaryOptions = /*@__PURE__*/ (() => {
|
|
|
394
394
|
}
|
|
395
395
|
cr() {
|
|
396
396
|
if (this.b0 != null) {
|
|
397
|
-
this.b0.
|
|
398
|
-
this.b0.
|
|
397
|
+
this.b0.cw = this.bo;
|
|
398
|
+
this.b0.al = false;
|
|
399
399
|
}
|
|
400
400
|
}
|
|
401
401
|
cm(a, b) {
|
|
402
402
|
if (this.b0 == null) {
|
|
403
403
|
return;
|
|
404
404
|
}
|
|
405
|
-
if (this.b0.
|
|
406
|
-
this.b0.
|
|
405
|
+
if (this.b0.aw) {
|
|
406
|
+
this.b0.b3();
|
|
407
407
|
}
|
|
408
408
|
else {
|
|
409
409
|
let c = this.bv.t();
|
|
@@ -292,7 +292,7 @@ export let GridFilterDialogPanel = /*@__PURE__*/ (() => {
|
|
|
292
292
|
this.d = b;
|
|
293
293
|
let comp_ = b.componentRef;
|
|
294
294
|
let col_ = a;
|
|
295
|
-
let displayDensity_ = a.grid.
|
|
295
|
+
let displayDensity_ = a.grid.density;
|
|
296
296
|
let buttonDensity_ = GridFilterDialogPanel.c(displayDensity_, true);
|
|
297
297
|
let filterListDensity_ = GridFilterDialogPanel.c(displayDensity_, true);
|
|
298
298
|
this.k = comp_.i;
|
|
@@ -776,7 +776,7 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
776
776
|
}
|
|
777
777
|
bl() {
|
|
778
778
|
this.v = false;
|
|
779
|
-
if (NativeUI.
|
|
779
|
+
if (NativeUI.g(this.r.q) == 1) {
|
|
780
780
|
return;
|
|
781
781
|
}
|
|
782
782
|
if (this.x) {
|
|
@@ -790,7 +790,7 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
790
790
|
this.u.finished.f((a) => this.u.commitStyles());
|
|
791
791
|
}
|
|
792
792
|
else {
|
|
793
|
-
NativeUI.
|
|
793
|
+
NativeUI.y(this.r.q, 1);
|
|
794
794
|
}
|
|
795
795
|
}
|
|
796
796
|
a5() {
|
|
@@ -807,7 +807,7 @@ export let GridFilterDialog = /*@__PURE__*/ (() => {
|
|
|
807
807
|
this.u.finished.f((a) => this.u.commitStyles());
|
|
808
808
|
}
|
|
809
809
|
else {
|
|
810
|
-
NativeUI.
|
|
810
|
+
NativeUI.y(this.r.q, 0);
|
|
811
811
|
}
|
|
812
812
|
this.v = false;
|
|
813
813
|
}
|
|
@@ -132,12 +132,12 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
|
|
|
132
132
|
}
|
|
133
133
|
ay() {
|
|
134
134
|
let a = this.e;
|
|
135
|
-
a.
|
|
135
|
+
a.activeCell = null;
|
|
136
136
|
}
|
|
137
137
|
az() {
|
|
138
138
|
let a = this.n;
|
|
139
139
|
if (null != a) {
|
|
140
|
-
a.
|
|
140
|
+
a.b3();
|
|
141
141
|
}
|
|
142
142
|
this.co();
|
|
143
143
|
let b = this.g.p();
|
|
@@ -330,7 +330,7 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
|
|
|
330
330
|
b0(a, b) {
|
|
331
331
|
let c = this.e;
|
|
332
332
|
if (null != c) {
|
|
333
|
-
let d = c.
|
|
333
|
+
let d = c.activeCell;
|
|
334
334
|
if (null != d) {
|
|
335
335
|
if (d.b >= a && d.b <= b) {
|
|
336
336
|
this.cf(d.b);
|
|
@@ -369,11 +369,11 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
|
|
|
369
369
|
this.cz();
|
|
370
370
|
this.bp();
|
|
371
371
|
let a = this.n;
|
|
372
|
-
if (a.
|
|
372
|
+
if (a.aw) {
|
|
373
373
|
return;
|
|
374
374
|
}
|
|
375
375
|
let b = this.c2();
|
|
376
|
-
a.
|
|
376
|
+
a.al = !this.w;
|
|
377
377
|
a.showRelativeToExclusionRect(b, 1, 1);
|
|
378
378
|
this.co();
|
|
379
379
|
}
|
|
@@ -390,7 +390,7 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
|
|
|
390
390
|
return null;
|
|
391
391
|
}
|
|
392
392
|
q(a) {
|
|
393
|
-
let b = this.d.
|
|
393
|
+
let b = this.d.selectedItems;
|
|
394
394
|
let c = b.count;
|
|
395
395
|
if (0 == c) {
|
|
396
396
|
a = null;
|
|
@@ -430,11 +430,11 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
|
|
|
430
430
|
a.f9(b);
|
|
431
431
|
}
|
|
432
432
|
bp() {
|
|
433
|
-
this.n.
|
|
433
|
+
this.n.b6();
|
|
434
434
|
}
|
|
435
435
|
br() {
|
|
436
436
|
let a = this.n;
|
|
437
|
-
if (a.
|
|
437
|
+
if (a.aw) {
|
|
438
438
|
this.az();
|
|
439
439
|
let b = this.j;
|
|
440
440
|
b.focus();
|
|
@@ -629,7 +629,7 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
|
|
|
629
629
|
let d = this.e;
|
|
630
630
|
if (a < 0) {
|
|
631
631
|
this.s = false;
|
|
632
|
-
d.
|
|
632
|
+
d.selectedItems.clear();
|
|
633
633
|
if (!this.s) {
|
|
634
634
|
this.bc();
|
|
635
635
|
}
|
|
@@ -637,7 +637,7 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
|
|
|
637
637
|
}
|
|
638
638
|
d.selectedItemsChanged = delegateRemove(d.selectedItemsChanged, runOn(this, this.bd));
|
|
639
639
|
try {
|
|
640
|
-
d.
|
|
640
|
+
d.selectedItems.clear();
|
|
641
641
|
}
|
|
642
642
|
finally {
|
|
643
643
|
d.selectedItemsChanged = delegateCombine(d.selectedItemsChanged, runOn(this, this.bd));
|
|
@@ -645,7 +645,7 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
|
|
|
645
645
|
if (a >= 0) {
|
|
646
646
|
let e = b.getItemAtIndex(a);
|
|
647
647
|
this.s = false;
|
|
648
|
-
d.
|
|
648
|
+
d.selectedItems.add1(e);
|
|
649
649
|
if (!this.s) {
|
|
650
650
|
this.bc();
|
|
651
651
|
}
|
|
@@ -655,10 +655,10 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
|
|
|
655
655
|
ch(a) {
|
|
656
656
|
let b = this.e;
|
|
657
657
|
if (-1 == a) {
|
|
658
|
-
b.
|
|
658
|
+
b.activeCell = null;
|
|
659
659
|
return;
|
|
660
660
|
}
|
|
661
|
-
let c = b.
|
|
661
|
+
let c = b.activeCell;
|
|
662
662
|
let d = new GridCellPosition();
|
|
663
663
|
let e;
|
|
664
664
|
if (null != c) {
|
|
@@ -676,9 +676,9 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
|
|
|
676
676
|
d.d = e;
|
|
677
677
|
d.b = a;
|
|
678
678
|
this.r = false;
|
|
679
|
-
b.
|
|
679
|
+
b.activeCell = d;
|
|
680
680
|
if (!this.r) {
|
|
681
|
-
this.a8(b.
|
|
681
|
+
this.a8(b.activeCell);
|
|
682
682
|
}
|
|
683
683
|
this.cw();
|
|
684
684
|
}
|
|
@@ -726,8 +726,8 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
|
|
|
726
726
|
this.l.y = a.av;
|
|
727
727
|
}
|
|
728
728
|
if (null != this.am) {
|
|
729
|
-
NativeUI.
|
|
730
|
-
NativeUI.
|
|
729
|
+
NativeUI.q(this.am, a.hj);
|
|
730
|
+
NativeUI.m(this.am, a.hi);
|
|
731
731
|
if (null != a.aw) {
|
|
732
732
|
this.am.setStyleProperty("font", a.aw.fontString);
|
|
733
733
|
}
|
|
@@ -735,10 +735,10 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
|
|
|
735
735
|
this.bp();
|
|
736
736
|
}
|
|
737
737
|
if (null != this.d) {
|
|
738
|
-
this.d.
|
|
738
|
+
this.d.density = a.density;
|
|
739
739
|
let b = a.columnHeadersVisible;
|
|
740
|
-
this.d.
|
|
741
|
-
this.d.
|
|
740
|
+
this.d.headerHeight = b ? -1 : 0;
|
|
741
|
+
this.d.rowSeparatorHeight = a.rowSeparatorsVisible ? 1 : 0;
|
|
742
742
|
}
|
|
743
743
|
if (null != this.af) {
|
|
744
744
|
let c = a.dropDownButtonVisible;
|
|
@@ -755,12 +755,12 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
|
|
|
755
755
|
}
|
|
756
756
|
co() {
|
|
757
757
|
let a = this.n;
|
|
758
|
-
let b = null != a ? a.
|
|
758
|
+
let b = null != a ? a.aw : false;
|
|
759
759
|
this.i.svgPath = b ? MultiColumnComboBoxView.as : MultiColumnComboBoxView.at;
|
|
760
760
|
}
|
|
761
761
|
cr() {
|
|
762
|
-
let a = this.d.
|
|
763
|
-
let b = this.d.
|
|
762
|
+
let a = this.d.actualHeaderHeight + 3;
|
|
763
|
+
let b = this.d.actualRowHeight + this.d.rowSeparatorHeight;
|
|
764
764
|
let c = this.d.actualDataSource;
|
|
765
765
|
let d = null != c ? c.actualCount : 0;
|
|
766
766
|
if (d > 8) {
|
|
@@ -777,7 +777,7 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
|
|
|
777
777
|
i = this.d.defaultColumnWidth.f;
|
|
778
778
|
}
|
|
779
779
|
g = h * i;
|
|
780
|
-
this.d.
|
|
780
|
+
this.d.defaultColumnMinWidth = 0;
|
|
781
781
|
g += 2;
|
|
782
782
|
let j = stringFormat("{0}px", g);
|
|
783
783
|
this.ag.setStyleProperty("width", j);
|
|
@@ -828,15 +828,15 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
|
|
|
828
828
|
this.aq.width = '100%';
|
|
829
829
|
this.d = (this.aq.i);
|
|
830
830
|
this.cx();
|
|
831
|
-
this.d.
|
|
832
|
-
this.d.
|
|
833
|
-
this.d.
|
|
831
|
+
this.d.selectionMode = 1;
|
|
832
|
+
this.d.selectionBehavior = 0;
|
|
833
|
+
this.d.activationMode = 1;
|
|
834
834
|
this.d.defaultColumnWidth = this.f.defaultColumnWidth;
|
|
835
835
|
this.cq();
|
|
836
|
-
this.d.
|
|
837
|
-
this.d.
|
|
838
|
-
this.d.
|
|
839
|
-
this.d.
|
|
836
|
+
this.d.editMode = 0;
|
|
837
|
+
this.d.isColumnOptionsEnabled = false;
|
|
838
|
+
this.d.isActiveCellStyleEnabled = false;
|
|
839
|
+
this.d.cornerRadius = new CornerRadius(0, 0);
|
|
840
840
|
this.d.iw = false;
|
|
841
841
|
let b = this.d;
|
|
842
842
|
b.activeCellChanged = delegateCombine(b.activeCellChanged, runOn(this, this.a7));
|
|
@@ -882,7 +882,7 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
|
|
|
882
882
|
a = 4;
|
|
883
883
|
break;
|
|
884
884
|
}
|
|
885
|
-
this.d.
|
|
885
|
+
this.d.headerClickAction = a;
|
|
886
886
|
}
|
|
887
887
|
}
|
|
888
888
|
cw() {
|
|
@@ -890,7 +890,7 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
|
|
|
890
890
|
return;
|
|
891
891
|
}
|
|
892
892
|
let a = this.d;
|
|
893
|
-
let b = a.
|
|
893
|
+
let b = a.activeCell;
|
|
894
894
|
if (null != b) {
|
|
895
895
|
let c = this.b();
|
|
896
896
|
if (null != c) {
|
|
@@ -898,25 +898,25 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
|
|
|
898
898
|
if (null == d) {
|
|
899
899
|
return;
|
|
900
900
|
}
|
|
901
|
-
a.
|
|
901
|
+
a.scrollToItem(d);
|
|
902
902
|
}
|
|
903
903
|
}
|
|
904
904
|
else {
|
|
905
|
-
a.
|
|
905
|
+
a.scrollToRowByIndex(0);
|
|
906
906
|
}
|
|
907
907
|
}
|
|
908
908
|
cx() {
|
|
909
909
|
if (null != this.aq) {
|
|
910
910
|
let a = this.g;
|
|
911
911
|
let b = a.itemsSource;
|
|
912
|
-
this.d.
|
|
912
|
+
this.d.selectedItems.clear();
|
|
913
913
|
if (this.d.actualDataSource != null) {
|
|
914
914
|
let c = this.d.actualDataSource;
|
|
915
915
|
c.schemaChanged = delegateRemove(c.schemaChanged, runOn(this, this.av));
|
|
916
916
|
}
|
|
917
917
|
this.aq.dataSource = b;
|
|
918
918
|
this.aq.autoGenerateDesiredProperties = a.g;
|
|
919
|
-
this.d.
|
|
919
|
+
this.d.primaryKey = a.i();
|
|
920
920
|
this.ao = -1;
|
|
921
921
|
let d = this.b();
|
|
922
922
|
if (null != d) {
|
|
@@ -931,9 +931,9 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
|
|
|
931
931
|
}
|
|
932
932
|
}
|
|
933
933
|
this.a = null;
|
|
934
|
-
if (this.n != null && this.n.
|
|
934
|
+
if (this.n != null && this.n.aw) {
|
|
935
935
|
this.cz();
|
|
936
|
-
this.n.
|
|
936
|
+
this.n.b6();
|
|
937
937
|
}
|
|
938
938
|
}
|
|
939
939
|
}
|
|
@@ -1012,14 +1012,14 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
|
|
|
1012
1012
|
}
|
|
1013
1013
|
}
|
|
1014
1014
|
ax(a) {
|
|
1015
|
-
this.d.
|
|
1015
|
+
this.d.selectedItems.clear();
|
|
1016
1016
|
this.j.cq = "";
|
|
1017
1017
|
this.g.text = "";
|
|
1018
1018
|
this.g.value = null;
|
|
1019
1019
|
}
|
|
1020
1020
|
a4(a) {
|
|
1021
1021
|
let b = this.n;
|
|
1022
|
-
if (b.
|
|
1022
|
+
if (b.aw) {
|
|
1023
1023
|
this.az();
|
|
1024
1024
|
}
|
|
1025
1025
|
else {
|
|
@@ -1114,8 +1114,8 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
|
|
|
1114
1114
|
if (null == j) {
|
|
1115
1115
|
return;
|
|
1116
1116
|
}
|
|
1117
|
-
let k = this.e.
|
|
1118
|
-
if (null != j.
|
|
1117
|
+
let k = this.e.activeCell;
|
|
1118
|
+
if (null != j.activeCell) {
|
|
1119
1119
|
this.d.ki(false, false);
|
|
1120
1120
|
b.preventDefault();
|
|
1121
1121
|
}
|
|
@@ -1141,8 +1141,8 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
|
|
|
1141
1141
|
if (null == n) {
|
|
1142
1142
|
return;
|
|
1143
1143
|
}
|
|
1144
|
-
let o = this.e.
|
|
1145
|
-
if (null != n.
|
|
1144
|
+
let o = this.e.activeCell;
|
|
1145
|
+
if (null != n.activeCell) {
|
|
1146
1146
|
this.d.kv(false, false);
|
|
1147
1147
|
b.preventDefault();
|
|
1148
1148
|
}
|
|
@@ -1159,7 +1159,7 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
|
|
|
1159
1159
|
}
|
|
1160
1160
|
break;
|
|
1161
1161
|
case 13:
|
|
1162
|
-
if (this.n.
|
|
1162
|
+
if (this.n.aw) {
|
|
1163
1163
|
b.stopPropagation();
|
|
1164
1164
|
}
|
|
1165
1165
|
this.br();
|
|
@@ -1190,11 +1190,11 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
|
|
|
1190
1190
|
}
|
|
1191
1191
|
c1(a) {
|
|
1192
1192
|
let b = this.n;
|
|
1193
|
-
if (null == b || false == b.
|
|
1193
|
+
if (null == b || false == b.aw) {
|
|
1194
1194
|
return;
|
|
1195
1195
|
}
|
|
1196
1196
|
let c = this.c2();
|
|
1197
|
-
this.m.
|
|
1197
|
+
this.m.b7(c);
|
|
1198
1198
|
}
|
|
1199
1199
|
cp() {
|
|
1200
1200
|
if (this.g.disallowTabFocus) {
|
|
@@ -2533,7 +2533,7 @@ export let MultiColumnComboBox = /*@__PURE__*/ (() => {
|
|
|
2533
2533
|
a.u = this.cf;
|
|
2534
2534
|
a.an = this.text;
|
|
2535
2535
|
a.y = this.value;
|
|
2536
|
-
a.i = this.v.e.
|
|
2536
|
+
a.i = this.v.e.exportVisualModel();
|
|
2537
2537
|
if (this.av != null) {
|
|
2538
2538
|
let b = this.av;
|
|
2539
2539
|
if (this.v != null && b.n == null) {
|
|
@@ -111,8 +111,8 @@ export let PropertyEditorView = /*@__PURE__*/ (() => {
|
|
|
111
111
|
}
|
|
112
112
|
let b = a.rootWrapper;
|
|
113
113
|
if (null != b) {
|
|
114
|
-
NativeUI.
|
|
115
|
-
NativeUI.
|
|
114
|
+
NativeUI.q(b, this.b.ec);
|
|
115
|
+
NativeUI.m(b, this.b.d8);
|
|
116
116
|
}
|
|
117
117
|
}
|
|
118
118
|
e() {
|
|
@@ -373,7 +373,7 @@ export let PropertyEditor = /*@__PURE__*/ (() => {
|
|
|
373
373
|
this.actualProperties = this.properties;
|
|
374
374
|
}
|
|
375
375
|
if (this.l != null) {
|
|
376
|
-
this.l.
|
|
376
|
+
this.l.notifyClearItems();
|
|
377
377
|
}
|
|
378
378
|
}
|
|
379
379
|
dn(a, b) {
|
|
@@ -390,11 +390,11 @@ export let PropertyEditor = /*@__PURE__*/ (() => {
|
|
|
390
390
|
dk(a, b) {
|
|
391
391
|
this.l = a;
|
|
392
392
|
if (null != this.l) {
|
|
393
|
-
this.l.
|
|
394
|
-
this.l.
|
|
395
|
-
this.l.
|
|
396
|
-
this.l.
|
|
397
|
-
this.l.
|
|
393
|
+
this.l.headerHeight = 0;
|
|
394
|
+
this.l.rowSeparatorHeight = 0;
|
|
395
|
+
this.l.autoGenerateColumns = false;
|
|
396
|
+
this.l.activationMode = 0;
|
|
397
|
+
this.l.editMode = 0;
|
|
398
398
|
let c = this.l;
|
|
399
399
|
c.cellClicked = delegateCombine(c.cellClicked, runOn(this, this.dj));
|
|
400
400
|
if (this.actualProperties != null) {
|
|
@@ -617,10 +617,10 @@ export let PropertyEditor = /*@__PURE__*/ (() => {
|
|
|
617
617
|
}
|
|
618
618
|
if (this.l != null) {
|
|
619
619
|
if (c != null) {
|
|
620
|
-
this.l.
|
|
621
|
-
this.l.
|
|
622
|
-
this.l.
|
|
623
|
-
this.l.
|
|
620
|
+
this.l.groupDescriptions.n();
|
|
621
|
+
this.l.sortDescriptions.n();
|
|
622
|
+
this.l.filterExpressions.clear();
|
|
623
|
+
this.l.summaryDescriptions.n();
|
|
624
624
|
}
|
|
625
625
|
if (this.l.actualDataSource != null) {
|
|
626
626
|
let f = this.l.actualDataSource;
|
|
@@ -652,20 +652,20 @@ export let PropertyEditor = /*@__PURE__*/ (() => {
|
|
|
652
652
|
break;
|
|
653
653
|
case "RowHeight":
|
|
654
654
|
if (this.l != null) {
|
|
655
|
-
this.l.
|
|
655
|
+
this.l.rowHeight = this.bs;
|
|
656
656
|
}
|
|
657
657
|
break;
|
|
658
658
|
case "CellTextStyle":
|
|
659
659
|
if (this.l != null) {
|
|
660
|
-
this.l.
|
|
660
|
+
this.l.cellTextStyle = this.ad;
|
|
661
661
|
}
|
|
662
662
|
break;
|
|
663
663
|
case "BackgroundColor":
|
|
664
664
|
case "TextColor":
|
|
665
665
|
let j = this.l;
|
|
666
666
|
if (null != j) {
|
|
667
|
-
j.
|
|
668
|
-
j.
|
|
667
|
+
j.cellTextColor = this.ec;
|
|
668
|
+
j.cellBackground = this.d8;
|
|
669
669
|
}
|
|
670
670
|
this.m.ae();
|
|
671
671
|
break;
|
|
@@ -696,14 +696,14 @@ export let PropertyEditor = /*@__PURE__*/ (() => {
|
|
|
696
696
|
this.d5();
|
|
697
697
|
}
|
|
698
698
|
else if (this.l != null) {
|
|
699
|
-
this.l.
|
|
699
|
+
this.l.notifyClearItems();
|
|
700
700
|
}
|
|
701
701
|
this.an = a;
|
|
702
702
|
return b;
|
|
703
703
|
}
|
|
704
704
|
d3() {
|
|
705
705
|
if (this.l != null) {
|
|
706
|
-
this.l.
|
|
706
|
+
this.l.density = this.aa;
|
|
707
707
|
}
|
|
708
708
|
if (this.o != null) {
|
|
709
709
|
this.o.t = this.aa;
|
|
@@ -727,14 +727,14 @@ export let PropertyEditor = /*@__PURE__*/ (() => {
|
|
|
727
727
|
}
|
|
728
728
|
this.au.clear();
|
|
729
729
|
this.l.actualColumns.clear();
|
|
730
|
-
this.l.
|
|
731
|
-
this.l.
|
|
732
|
-
this.l.
|
|
733
|
-
this.l.
|
|
734
|
-
this.l.
|
|
735
|
-
this.l.
|
|
730
|
+
this.l.isGroupRowSticky = false;
|
|
731
|
+
this.l.rowHeight = this.bs == -1 ? 38 : this.bs;
|
|
732
|
+
this.l.cellBackground = this.d8;
|
|
733
|
+
this.l.cellSelectedBackground = this.d8;
|
|
734
|
+
this.l.density = this.aa;
|
|
735
|
+
this.l.borderWidth = new Thickness(0, 0);
|
|
736
736
|
if (this.ad != null) {
|
|
737
|
-
this.l.
|
|
737
|
+
this.l.cellTextStyle = this.ad;
|
|
738
738
|
}
|
|
739
739
|
if (this.ao) {
|
|
740
740
|
this.cp();
|
|
@@ -782,7 +782,7 @@ export let PropertyEditor = /*@__PURE__*/ (() => {
|
|
|
782
782
|
}
|
|
783
783
|
ed() {
|
|
784
784
|
if (this.ao && this.l != null && this.l.itemsSource != null) {
|
|
785
|
-
let a = this.l.
|
|
785
|
+
let a = this.l.actualRowHeight;
|
|
786
786
|
let b = this.l.itemsSource;
|
|
787
787
|
return new Size(1, 0, b.count * a);
|
|
788
788
|
}
|
|
@@ -1524,23 +1524,23 @@ export let PropertyEditor = /*@__PURE__*/ (() => {
|
|
|
1524
1524
|
}
|
|
1525
1525
|
dt(a, b, c) {
|
|
1526
1526
|
if (this.l != null) {
|
|
1527
|
-
this.l.
|
|
1527
|
+
this.l.notifySetItem(a, b, c);
|
|
1528
1528
|
}
|
|
1529
1529
|
}
|
|
1530
1530
|
dq() {
|
|
1531
1531
|
if (this.l != null) {
|
|
1532
|
-
this.l.
|
|
1532
|
+
this.l.notifyClearItems();
|
|
1533
1533
|
}
|
|
1534
1534
|
}
|
|
1535
1535
|
dr(a, b) {
|
|
1536
1536
|
if (this.l != null) {
|
|
1537
|
-
this.l.
|
|
1537
|
+
this.l.notifyInsertItem(a, b);
|
|
1538
1538
|
}
|
|
1539
1539
|
;
|
|
1540
1540
|
}
|
|
1541
1541
|
ds(a, b) {
|
|
1542
1542
|
if (this.l != null) {
|
|
1543
|
-
this.l.
|
|
1543
|
+
this.l.notifyRemoveItem(a, b);
|
|
1544
1544
|
}
|
|
1545
1545
|
;
|
|
1546
1546
|
}
|
|
@@ -15,10 +15,16 @@ export class IgcApplyButtonClickEventArgs {
|
|
|
15
15
|
this._implementation = this.createImplementation();
|
|
16
16
|
this._implementation.externalObject = this;
|
|
17
17
|
this.onImplementationCreated();
|
|
18
|
+
if (this._initializeAdapters) {
|
|
19
|
+
this._initializeAdapters();
|
|
20
|
+
}
|
|
18
21
|
}
|
|
19
22
|
_provideImplementation(i) {
|
|
20
23
|
this._implementation = i;
|
|
21
24
|
this._implementation.externalObject = this;
|
|
22
25
|
this.onImplementationCreated();
|
|
26
|
+
if (this._initializeAdapters) {
|
|
27
|
+
this._initializeAdapters();
|
|
28
|
+
}
|
|
23
29
|
}
|
|
24
30
|
}
|
|
@@ -15,10 +15,16 @@ export class IgcCancelButtonClickEventArgs {
|
|
|
15
15
|
this._implementation = this.createImplementation();
|
|
16
16
|
this._implementation.externalObject = this;
|
|
17
17
|
this.onImplementationCreated();
|
|
18
|
+
if (this._initializeAdapters) {
|
|
19
|
+
this._initializeAdapters();
|
|
20
|
+
}
|
|
18
21
|
}
|
|
19
22
|
_provideImplementation(i) {
|
|
20
23
|
this._implementation = i;
|
|
21
24
|
this._implementation.externalObject = this;
|
|
22
25
|
this.onImplementationCreated();
|
|
26
|
+
if (this._initializeAdapters) {
|
|
27
|
+
this._initializeAdapters();
|
|
28
|
+
}
|
|
23
29
|
}
|
|
24
30
|
}
|
|
@@ -18,11 +18,17 @@ export class IgcCellRange {
|
|
|
18
18
|
this._implementation = this.createImplementation();
|
|
19
19
|
this._implementation.externalObject = this;
|
|
20
20
|
this.onImplementationCreated();
|
|
21
|
+
if (this._initializeAdapters) {
|
|
22
|
+
this._initializeAdapters();
|
|
23
|
+
}
|
|
21
24
|
}
|
|
22
25
|
_provideImplementation(i) {
|
|
23
26
|
this._implementation = i;
|
|
24
27
|
this._implementation.externalObject = this;
|
|
25
28
|
this.onImplementationCreated();
|
|
29
|
+
if (this._initializeAdapters) {
|
|
30
|
+
this._initializeAdapters();
|
|
31
|
+
}
|
|
26
32
|
}
|
|
27
33
|
/**
|
|
28
34
|
* Gets or sets the start column of the range.
|