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
|
@@ -14,6 +14,9 @@ var IgcGridSelectedKeysChangedEventArgs = /** @class */ /*@__PURE__*/ (function
|
|
|
14
14
|
this._implementation = this.createImplementation();
|
|
15
15
|
this._implementation.externalObject = this;
|
|
16
16
|
this.onImplementationCreated();
|
|
17
|
+
if (this._initializeAdapters) {
|
|
18
|
+
this._initializeAdapters();
|
|
19
|
+
}
|
|
17
20
|
}
|
|
18
21
|
IgcGridSelectedKeysChangedEventArgs.prototype.createImplementation = function () {
|
|
19
22
|
return new GridSelectedKeysChangedEventArgs_internal();
|
|
@@ -34,6 +37,9 @@ var IgcGridSelectedKeysChangedEventArgs = /** @class */ /*@__PURE__*/ (function
|
|
|
34
37
|
this._implementation = i;
|
|
35
38
|
this._implementation.externalObject = this;
|
|
36
39
|
this.onImplementationCreated();
|
|
40
|
+
if (this._initializeAdapters) {
|
|
41
|
+
this._initializeAdapters();
|
|
42
|
+
}
|
|
37
43
|
};
|
|
38
44
|
Object.defineProperty(IgcGridSelectedKeysChangedEventArgs.prototype, "currentKeys", {
|
|
39
45
|
/**
|
|
@@ -7,6 +7,9 @@ var IgcGridSelectionChangedEventArgs = /** @class */ /*@__PURE__*/ (function ()
|
|
|
7
7
|
this._implementation = this.createImplementation();
|
|
8
8
|
this._implementation.externalObject = this;
|
|
9
9
|
this.onImplementationCreated();
|
|
10
|
+
if (this._initializeAdapters) {
|
|
11
|
+
this._initializeAdapters();
|
|
12
|
+
}
|
|
10
13
|
}
|
|
11
14
|
IgcGridSelectionChangedEventArgs.prototype.createImplementation = function () {
|
|
12
15
|
return new GridSelectionChangedEventArgs_internal();
|
|
@@ -27,6 +30,9 @@ var IgcGridSelectionChangedEventArgs = /** @class */ /*@__PURE__*/ (function ()
|
|
|
27
30
|
this._implementation = i;
|
|
28
31
|
this._implementation.externalObject = this;
|
|
29
32
|
this.onImplementationCreated();
|
|
33
|
+
if (this._initializeAdapters) {
|
|
34
|
+
this._initializeAdapters();
|
|
35
|
+
}
|
|
30
36
|
};
|
|
31
37
|
return IgcGridSelectionChangedEventArgs;
|
|
32
38
|
}());
|
|
@@ -7,6 +7,9 @@ var IgcGridSizeChangedEventArgs = /** @class */ /*@__PURE__*/ (function () {
|
|
|
7
7
|
this._implementation = this.createImplementation();
|
|
8
8
|
this._implementation.externalObject = this;
|
|
9
9
|
this.onImplementationCreated();
|
|
10
|
+
if (this._initializeAdapters) {
|
|
11
|
+
this._initializeAdapters();
|
|
12
|
+
}
|
|
10
13
|
}
|
|
11
14
|
IgcGridSizeChangedEventArgs.prototype.createImplementation = function () {
|
|
12
15
|
return new GridSizeChangedEventArgs_internal();
|
|
@@ -27,6 +30,9 @@ var IgcGridSizeChangedEventArgs = /** @class */ /*@__PURE__*/ (function () {
|
|
|
27
30
|
this._implementation = i;
|
|
28
31
|
this._implementation.externalObject = this;
|
|
29
32
|
this.onImplementationCreated();
|
|
33
|
+
if (this._initializeAdapters) {
|
|
34
|
+
this._initializeAdapters();
|
|
35
|
+
}
|
|
30
36
|
};
|
|
31
37
|
Object.defineProperty(IgcGridSizeChangedEventArgs.prototype, "width", {
|
|
32
38
|
/**
|
|
@@ -8,6 +8,9 @@ var IgcGridSortDescriptionsChangedEventArgs = /** @class */ /*@__PURE__*/ (funct
|
|
|
8
8
|
this._implementation = this.createImplementation();
|
|
9
9
|
this._implementation.externalObject = this;
|
|
10
10
|
this.onImplementationCreated();
|
|
11
|
+
if (this._initializeAdapters) {
|
|
12
|
+
this._initializeAdapters();
|
|
13
|
+
}
|
|
11
14
|
}
|
|
12
15
|
IgcGridSortDescriptionsChangedEventArgs.prototype.createImplementation = function () {
|
|
13
16
|
return new GridSortDescriptionsChangedEventArgs_internal();
|
|
@@ -28,6 +31,9 @@ var IgcGridSortDescriptionsChangedEventArgs = /** @class */ /*@__PURE__*/ (funct
|
|
|
28
31
|
this._implementation = i;
|
|
29
32
|
this._implementation.externalObject = this;
|
|
30
33
|
this.onImplementationCreated();
|
|
34
|
+
if (this._initializeAdapters) {
|
|
35
|
+
this._initializeAdapters();
|
|
36
|
+
}
|
|
31
37
|
};
|
|
32
38
|
Object.defineProperty(IgcGridSortDescriptionsChangedEventArgs.prototype, "sortDescriptions", {
|
|
33
39
|
get: function () {
|
|
@@ -8,6 +8,9 @@ var IgcGridSummaryDescriptionsChangedEventArgs = /** @class */ /*@__PURE__*/ (fu
|
|
|
8
8
|
this._implementation = this.createImplementation();
|
|
9
9
|
this._implementation.externalObject = this;
|
|
10
10
|
this.onImplementationCreated();
|
|
11
|
+
if (this._initializeAdapters) {
|
|
12
|
+
this._initializeAdapters();
|
|
13
|
+
}
|
|
11
14
|
}
|
|
12
15
|
IgcGridSummaryDescriptionsChangedEventArgs.prototype.createImplementation = function () {
|
|
13
16
|
return new GridSummaryDescriptionsChangedEventArgs_internal();
|
|
@@ -28,6 +31,9 @@ var IgcGridSummaryDescriptionsChangedEventArgs = /** @class */ /*@__PURE__*/ (fu
|
|
|
28
31
|
this._implementation = i;
|
|
29
32
|
this._implementation.externalObject = this;
|
|
30
33
|
this.onImplementationCreated();
|
|
34
|
+
if (this._initializeAdapters) {
|
|
35
|
+
this._initializeAdapters();
|
|
36
|
+
}
|
|
31
37
|
};
|
|
32
38
|
Object.defineProperty(IgcGridSummaryDescriptionsChangedEventArgs.prototype, "summaryDescriptions", {
|
|
33
39
|
get: function () {
|
|
@@ -7,6 +7,9 @@ var IgcGroupData = /** @class */ /*@__PURE__*/ (function () {
|
|
|
7
7
|
this._implementation = this.createImplementation();
|
|
8
8
|
this._implementation.externalObject = this;
|
|
9
9
|
this.onImplementationCreated();
|
|
10
|
+
if (this._initializeAdapters) {
|
|
11
|
+
this._initializeAdapters();
|
|
12
|
+
}
|
|
10
13
|
}
|
|
11
14
|
IgcGroupData.prototype.createImplementation = function () {
|
|
12
15
|
return new GroupData_internal();
|
|
@@ -27,6 +30,9 @@ var IgcGroupData = /** @class */ /*@__PURE__*/ (function () {
|
|
|
27
30
|
this._implementation = i;
|
|
28
31
|
this._implementation.externalObject = this;
|
|
29
32
|
this.onImplementationCreated();
|
|
33
|
+
if (this._initializeAdapters) {
|
|
34
|
+
this._initializeAdapters();
|
|
35
|
+
}
|
|
30
36
|
};
|
|
31
37
|
Object.defineProperty(IgcGroupData.prototype, "groupName", {
|
|
32
38
|
/**
|
|
@@ -4,6 +4,9 @@ var IgcLostFocusEventArgs = /** @class */ /*@__PURE__*/ (function () {
|
|
|
4
4
|
this._implementation = this.createImplementation();
|
|
5
5
|
this._implementation.externalObject = this;
|
|
6
6
|
this.onImplementationCreated();
|
|
7
|
+
if (this._initializeAdapters) {
|
|
8
|
+
this._initializeAdapters();
|
|
9
|
+
}
|
|
7
10
|
}
|
|
8
11
|
IgcLostFocusEventArgs.prototype.createImplementation = function () {
|
|
9
12
|
return new LostFocusEventArgs_internal();
|
|
@@ -24,6 +27,9 @@ var IgcLostFocusEventArgs = /** @class */ /*@__PURE__*/ (function () {
|
|
|
24
27
|
this._implementation = i;
|
|
25
28
|
this._implementation.externalObject = this;
|
|
26
29
|
this.onImplementationCreated();
|
|
30
|
+
if (this._initializeAdapters) {
|
|
31
|
+
this._initializeAdapters();
|
|
32
|
+
}
|
|
27
33
|
};
|
|
28
34
|
return IgcLostFocusEventArgs;
|
|
29
35
|
}());
|
|
@@ -17,6 +17,9 @@ var IgcMultiColumnComboBoxTextChangedEventArgs = /** @class */ /*@__PURE__*/ (fu
|
|
|
17
17
|
this._implementation = i;
|
|
18
18
|
this._implementation.externalObject = this;
|
|
19
19
|
this.onImplementationCreated();
|
|
20
|
+
if (this._initializeAdapters) {
|
|
21
|
+
this._initializeAdapters();
|
|
22
|
+
}
|
|
20
23
|
};
|
|
21
24
|
Object.defineProperty(IgcMultiColumnComboBoxTextChangedEventArgs.prototype, "oldText", {
|
|
22
25
|
get: function () {
|
|
@@ -17,6 +17,9 @@ var IgcMultiColumnComboBoxValueChangedEventArgs = /** @class */ /*@__PURE__*/ (f
|
|
|
17
17
|
this._implementation = i;
|
|
18
18
|
this._implementation.externalObject = this;
|
|
19
19
|
this.onImplementationCreated();
|
|
20
|
+
if (this._initializeAdapters) {
|
|
21
|
+
this._initializeAdapters();
|
|
22
|
+
}
|
|
20
23
|
};
|
|
21
24
|
Object.defineProperty(IgcMultiColumnComboBoxValueChangedEventArgs.prototype, "oldValue", {
|
|
22
25
|
get: function () {
|
|
@@ -4,6 +4,9 @@ var IgcOperatorSelectorClosingEventArgs = /** @class */ /*@__PURE__*/ (function
|
|
|
4
4
|
this._implementation = this.createImplementation();
|
|
5
5
|
this._implementation.externalObject = this;
|
|
6
6
|
this.onImplementationCreated();
|
|
7
|
+
if (this._initializeAdapters) {
|
|
8
|
+
this._initializeAdapters();
|
|
9
|
+
}
|
|
7
10
|
}
|
|
8
11
|
IgcOperatorSelectorClosingEventArgs.prototype.createImplementation = function () {
|
|
9
12
|
return new OperatorSelectorClosingEventArgs_internal();
|
|
@@ -24,6 +27,9 @@ var IgcOperatorSelectorClosingEventArgs = /** @class */ /*@__PURE__*/ (function
|
|
|
24
27
|
this._implementation = i;
|
|
25
28
|
this._implementation.externalObject = this;
|
|
26
29
|
this.onImplementationCreated();
|
|
30
|
+
if (this._initializeAdapters) {
|
|
31
|
+
this._initializeAdapters();
|
|
32
|
+
}
|
|
27
33
|
};
|
|
28
34
|
return IgcOperatorSelectorClosingEventArgs;
|
|
29
35
|
}());
|
|
@@ -7,6 +7,9 @@ var IgcOperatorSelectorOpeningEventArgs = /** @class */ /*@__PURE__*/ (function
|
|
|
7
7
|
this._implementation = this.createImplementation();
|
|
8
8
|
this._implementation.externalObject = this;
|
|
9
9
|
this.onImplementationCreated();
|
|
10
|
+
if (this._initializeAdapters) {
|
|
11
|
+
this._initializeAdapters();
|
|
12
|
+
}
|
|
10
13
|
}
|
|
11
14
|
IgcOperatorSelectorOpeningEventArgs.prototype.createImplementation = function () {
|
|
12
15
|
return new OperatorSelectorOpeningEventArgs_internal();
|
|
@@ -27,6 +30,9 @@ var IgcOperatorSelectorOpeningEventArgs = /** @class */ /*@__PURE__*/ (function
|
|
|
27
30
|
this._implementation = i;
|
|
28
31
|
this._implementation.externalObject = this;
|
|
29
32
|
this.onImplementationCreated();
|
|
33
|
+
if (this._initializeAdapters) {
|
|
34
|
+
this._initializeAdapters();
|
|
35
|
+
}
|
|
30
36
|
};
|
|
31
37
|
return IgcOperatorSelectorOpeningEventArgs;
|
|
32
38
|
}());
|
|
@@ -7,6 +7,9 @@ var IgcOperatorSelectorValueChangedEventArgs = /** @class */ /*@__PURE__*/ (func
|
|
|
7
7
|
this._implementation = this.createImplementation();
|
|
8
8
|
this._implementation.externalObject = this;
|
|
9
9
|
this.onImplementationCreated();
|
|
10
|
+
if (this._initializeAdapters) {
|
|
11
|
+
this._initializeAdapters();
|
|
12
|
+
}
|
|
10
13
|
}
|
|
11
14
|
IgcOperatorSelectorValueChangedEventArgs.prototype.createImplementation = function () {
|
|
12
15
|
return new OperatorSelectorValueChangedEventArgs_internal();
|
|
@@ -27,6 +30,9 @@ var IgcOperatorSelectorValueChangedEventArgs = /** @class */ /*@__PURE__*/ (func
|
|
|
27
30
|
this._implementation = i;
|
|
28
31
|
this._implementation.externalObject = this;
|
|
29
32
|
this.onImplementationCreated();
|
|
33
|
+
if (this._initializeAdapters) {
|
|
34
|
+
this._initializeAdapters();
|
|
35
|
+
}
|
|
30
36
|
};
|
|
31
37
|
Object.defineProperty(IgcOperatorSelectorValueChangedEventArgs.prototype, "oldValue", {
|
|
32
38
|
get: function () {
|
|
@@ -4,6 +4,9 @@ var IgcPageChangedEventArgs = /** @class */ /*@__PURE__*/ (function () {
|
|
|
4
4
|
this._implementation = this.createImplementation();
|
|
5
5
|
this._implementation.externalObject = this;
|
|
6
6
|
this.onImplementationCreated();
|
|
7
|
+
if (this._initializeAdapters) {
|
|
8
|
+
this._initializeAdapters();
|
|
9
|
+
}
|
|
7
10
|
}
|
|
8
11
|
IgcPageChangedEventArgs.prototype.createImplementation = function () {
|
|
9
12
|
return new PageChangedEventArgs_internal();
|
|
@@ -24,6 +27,9 @@ var IgcPageChangedEventArgs = /** @class */ /*@__PURE__*/ (function () {
|
|
|
24
27
|
this._implementation = i;
|
|
25
28
|
this._implementation.externalObject = this;
|
|
26
29
|
this.onImplementationCreated();
|
|
30
|
+
if (this._initializeAdapters) {
|
|
31
|
+
this._initializeAdapters();
|
|
32
|
+
}
|
|
27
33
|
};
|
|
28
34
|
Object.defineProperty(IgcPageChangedEventArgs.prototype, "page", {
|
|
29
35
|
/**
|
|
@@ -8,6 +8,9 @@ var IgcResponsivePhase = /** @class */ /*@__PURE__*/ (function () {
|
|
|
8
8
|
this._implementation = this.createImplementation();
|
|
9
9
|
this._implementation.externalObject = this;
|
|
10
10
|
this.onImplementationCreated();
|
|
11
|
+
if (this._initializeAdapters) {
|
|
12
|
+
this._initializeAdapters();
|
|
13
|
+
}
|
|
11
14
|
}
|
|
12
15
|
IgcResponsivePhase.prototype.createImplementation = function () {
|
|
13
16
|
return new ResponsivePhase_internal();
|
|
@@ -28,6 +31,9 @@ var IgcResponsivePhase = /** @class */ /*@__PURE__*/ (function () {
|
|
|
28
31
|
this._implementation = i;
|
|
29
32
|
this._implementation.externalObject = this;
|
|
30
33
|
this.onImplementationCreated();
|
|
34
|
+
if (this._initializeAdapters) {
|
|
35
|
+
this._initializeAdapters();
|
|
36
|
+
}
|
|
31
37
|
};
|
|
32
38
|
Object.defineProperty(IgcResponsivePhase.prototype, "name", {
|
|
33
39
|
/**
|
|
@@ -7,6 +7,9 @@ var IgcResponsiveStateEnteredEventArgs = /** @class */ /*@__PURE__*/ (function (
|
|
|
7
7
|
this._implementation = this.createImplementation();
|
|
8
8
|
this._implementation.externalObject = this;
|
|
9
9
|
this.onImplementationCreated();
|
|
10
|
+
if (this._initializeAdapters) {
|
|
11
|
+
this._initializeAdapters();
|
|
12
|
+
}
|
|
10
13
|
}
|
|
11
14
|
IgcResponsiveStateEnteredEventArgs.prototype.createImplementation = function () {
|
|
12
15
|
return new ResponsiveStateEnteredEventArgs_internal();
|
|
@@ -27,6 +30,9 @@ var IgcResponsiveStateEnteredEventArgs = /** @class */ /*@__PURE__*/ (function (
|
|
|
27
30
|
this._implementation = i;
|
|
28
31
|
this._implementation.externalObject = this;
|
|
29
32
|
this.onImplementationCreated();
|
|
33
|
+
if (this._initializeAdapters) {
|
|
34
|
+
this._initializeAdapters();
|
|
35
|
+
}
|
|
30
36
|
};
|
|
31
37
|
return IgcResponsiveStateEnteredEventArgs;
|
|
32
38
|
}());
|
|
@@ -7,6 +7,9 @@ var IgcResponsiveStateEnteringEventArgs = /** @class */ /*@__PURE__*/ (function
|
|
|
7
7
|
this._implementation = this.createImplementation();
|
|
8
8
|
this._implementation.externalObject = this;
|
|
9
9
|
this.onImplementationCreated();
|
|
10
|
+
if (this._initializeAdapters) {
|
|
11
|
+
this._initializeAdapters();
|
|
12
|
+
}
|
|
10
13
|
}
|
|
11
14
|
IgcResponsiveStateEnteringEventArgs.prototype.createImplementation = function () {
|
|
12
15
|
return new ResponsiveStateEnteringEventArgs_internal();
|
|
@@ -27,6 +30,9 @@ var IgcResponsiveStateEnteringEventArgs = /** @class */ /*@__PURE__*/ (function
|
|
|
27
30
|
this._implementation = i;
|
|
28
31
|
this._implementation.externalObject = this;
|
|
29
32
|
this.onImplementationCreated();
|
|
33
|
+
if (this._initializeAdapters) {
|
|
34
|
+
this._initializeAdapters();
|
|
35
|
+
}
|
|
30
36
|
};
|
|
31
37
|
return IgcResponsiveStateEnteringEventArgs;
|
|
32
38
|
}());
|
|
@@ -7,6 +7,9 @@ var IgcResponsiveStateExitedEventArgs = /** @class */ /*@__PURE__*/ (function ()
|
|
|
7
7
|
this._implementation = this.createImplementation();
|
|
8
8
|
this._implementation.externalObject = this;
|
|
9
9
|
this.onImplementationCreated();
|
|
10
|
+
if (this._initializeAdapters) {
|
|
11
|
+
this._initializeAdapters();
|
|
12
|
+
}
|
|
10
13
|
}
|
|
11
14
|
IgcResponsiveStateExitedEventArgs.prototype.createImplementation = function () {
|
|
12
15
|
return new ResponsiveStateExitedEventArgs_internal();
|
|
@@ -27,6 +30,9 @@ var IgcResponsiveStateExitedEventArgs = /** @class */ /*@__PURE__*/ (function ()
|
|
|
27
30
|
this._implementation = i;
|
|
28
31
|
this._implementation.externalObject = this;
|
|
29
32
|
this.onImplementationCreated();
|
|
33
|
+
if (this._initializeAdapters) {
|
|
34
|
+
this._initializeAdapters();
|
|
35
|
+
}
|
|
30
36
|
};
|
|
31
37
|
return IgcResponsiveStateExitedEventArgs;
|
|
32
38
|
}());
|
|
@@ -19,6 +19,9 @@ var IgcResponsiveState = /** @class */ /*@__PURE__*/ (function () {
|
|
|
19
19
|
this._implementation = this.createImplementation();
|
|
20
20
|
this._implementation.externalObject = this;
|
|
21
21
|
this.onImplementationCreated();
|
|
22
|
+
if (this._initializeAdapters) {
|
|
23
|
+
this._initializeAdapters();
|
|
24
|
+
}
|
|
22
25
|
}
|
|
23
26
|
IgcResponsiveState.prototype.createImplementation = function () {
|
|
24
27
|
return new ResponsiveState_internal();
|
|
@@ -39,6 +42,9 @@ var IgcResponsiveState = /** @class */ /*@__PURE__*/ (function () {
|
|
|
39
42
|
this._implementation = i;
|
|
40
43
|
this._implementation.externalObject = this;
|
|
41
44
|
this.onImplementationCreated();
|
|
45
|
+
if (this._initializeAdapters) {
|
|
46
|
+
this._initializeAdapters();
|
|
47
|
+
}
|
|
42
48
|
};
|
|
43
49
|
Object.defineProperty(IgcResponsiveState.prototype, "name", {
|
|
44
50
|
/**
|
|
@@ -5,6 +5,9 @@ var IgcSelectAllCheckboxChangedEventArgs = /** @class */ /*@__PURE__*/ (function
|
|
|
5
5
|
this._implementation = this.createImplementation();
|
|
6
6
|
this._implementation.externalObject = this;
|
|
7
7
|
this.onImplementationCreated();
|
|
8
|
+
if (this._initializeAdapters) {
|
|
9
|
+
this._initializeAdapters();
|
|
10
|
+
}
|
|
8
11
|
}
|
|
9
12
|
IgcSelectAllCheckboxChangedEventArgs.prototype.createImplementation = function () {
|
|
10
13
|
return new SelectAllCheckboxChangedEventArgs_internal();
|
|
@@ -25,6 +28,9 @@ var IgcSelectAllCheckboxChangedEventArgs = /** @class */ /*@__PURE__*/ (function
|
|
|
25
28
|
this._implementation = i;
|
|
26
29
|
this._implementation.externalObject = this;
|
|
27
30
|
this.onImplementationCreated();
|
|
31
|
+
if (this._initializeAdapters) {
|
|
32
|
+
this._initializeAdapters();
|
|
33
|
+
}
|
|
28
34
|
};
|
|
29
35
|
Object.defineProperty(IgcSelectAllCheckboxChangedEventArgs.prototype, "isChecked", {
|
|
30
36
|
get: function () {
|
|
@@ -4,6 +4,9 @@ var IgcSortIndicatorRenderCompletedEventArgs = /** @class */ /*@__PURE__*/ (func
|
|
|
4
4
|
this._implementation = this.createImplementation();
|
|
5
5
|
this._implementation.externalObject = this;
|
|
6
6
|
this.onImplementationCreated();
|
|
7
|
+
if (this._initializeAdapters) {
|
|
8
|
+
this._initializeAdapters();
|
|
9
|
+
}
|
|
7
10
|
}
|
|
8
11
|
IgcSortIndicatorRenderCompletedEventArgs.prototype.createImplementation = function () {
|
|
9
12
|
return new SortIndicatorRenderCompletedEventArgs_internal();
|
|
@@ -24,6 +27,9 @@ var IgcSortIndicatorRenderCompletedEventArgs = /** @class */ /*@__PURE__*/ (func
|
|
|
24
27
|
this._implementation = i;
|
|
25
28
|
this._implementation.externalObject = this;
|
|
26
29
|
this.onImplementationCreated();
|
|
30
|
+
if (this._initializeAdapters) {
|
|
31
|
+
this._initializeAdapters();
|
|
32
|
+
}
|
|
27
33
|
};
|
|
28
34
|
return IgcSortIndicatorRenderCompletedEventArgs;
|
|
29
35
|
}());
|
|
@@ -8,6 +8,9 @@ var IgcSummaryChangedEventArgs = /** @class */ /*@__PURE__*/ (function () {
|
|
|
8
8
|
this._implementation = this.createImplementation();
|
|
9
9
|
this._implementation.externalObject = this;
|
|
10
10
|
this.onImplementationCreated();
|
|
11
|
+
if (this._initializeAdapters) {
|
|
12
|
+
this._initializeAdapters();
|
|
13
|
+
}
|
|
11
14
|
}
|
|
12
15
|
IgcSummaryChangedEventArgs.prototype.createImplementation = function () {
|
|
13
16
|
return new SummaryChangedEventArgs_internal();
|
|
@@ -28,6 +31,9 @@ var IgcSummaryChangedEventArgs = /** @class */ /*@__PURE__*/ (function () {
|
|
|
28
31
|
this._implementation = i;
|
|
29
32
|
this._implementation.externalObject = this;
|
|
30
33
|
this.onImplementationCreated();
|
|
34
|
+
if (this._initializeAdapters) {
|
|
35
|
+
this._initializeAdapters();
|
|
36
|
+
}
|
|
31
37
|
};
|
|
32
38
|
Object.defineProperty(IgcSummaryChangedEventArgs.prototype, "iD", {
|
|
33
39
|
/**
|
|
@@ -9,6 +9,9 @@ var IgcSummaryData = /** @class */ /*@__PURE__*/ (function () {
|
|
|
9
9
|
this._implementation = this.createImplementation();
|
|
10
10
|
this._implementation.externalObject = this;
|
|
11
11
|
this.onImplementationCreated();
|
|
12
|
+
if (this._initializeAdapters) {
|
|
13
|
+
this._initializeAdapters();
|
|
14
|
+
}
|
|
12
15
|
}
|
|
13
16
|
IgcSummaryData.prototype.createImplementation = function () {
|
|
14
17
|
return new SummaryData_internal();
|
|
@@ -29,6 +32,9 @@ var IgcSummaryData = /** @class */ /*@__PURE__*/ (function () {
|
|
|
29
32
|
this._implementation = i;
|
|
30
33
|
this._implementation.externalObject = this;
|
|
31
34
|
this.onImplementationCreated();
|
|
35
|
+
if (this._initializeAdapters) {
|
|
36
|
+
this._initializeAdapters();
|
|
37
|
+
}
|
|
32
38
|
};
|
|
33
39
|
Object.defineProperty(IgcSummaryData.prototype, "summaryName", {
|
|
34
40
|
get: function () {
|
package/esm5/public_api.js
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';
|