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
|
@@ -19,11 +19,17 @@ export class IgcGridSortDescriptionsChangedEventArgs {
|
|
|
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
|
_provideImplementation(i) {
|
|
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
|
get sortDescriptions() {
|
|
29
35
|
const r = this.i.sortDescriptions;
|
|
@@ -19,11 +19,17 @@ export class IgcGridSummaryDescriptionsChangedEventArgs {
|
|
|
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
|
_provideImplementation(i) {
|
|
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
|
get summaryDescriptions() {
|
|
29
35
|
const r = this.i.summaryDescriptions;
|
|
@@ -18,11 +18,17 @@ export class IgcGroupData {
|
|
|
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
|
* The grouping key.
|
|
@@ -15,10 +15,16 @@ export class IgcLostFocusEventArgs {
|
|
|
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
|
}
|
|
@@ -13,6 +13,9 @@ export class IgcMultiColumnComboBoxTextChangedEventArgs {
|
|
|
13
13
|
this._implementation = i;
|
|
14
14
|
this._implementation.externalObject = this;
|
|
15
15
|
this.onImplementationCreated();
|
|
16
|
+
if (this._initializeAdapters) {
|
|
17
|
+
this._initializeAdapters();
|
|
18
|
+
}
|
|
16
19
|
}
|
|
17
20
|
get oldText() {
|
|
18
21
|
return this.i.oldText;
|
|
@@ -13,6 +13,9 @@ export class IgcMultiColumnComboBoxValueChangedEventArgs {
|
|
|
13
13
|
this._implementation = i;
|
|
14
14
|
this._implementation.externalObject = this;
|
|
15
15
|
this.onImplementationCreated();
|
|
16
|
+
if (this._initializeAdapters) {
|
|
17
|
+
this._initializeAdapters();
|
|
18
|
+
}
|
|
16
19
|
}
|
|
17
20
|
get oldValue() {
|
|
18
21
|
return this.i.oldValue;
|
|
@@ -15,10 +15,16 @@ export class IgcOperatorSelectorClosingEventArgs {
|
|
|
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,10 +18,16 @@ export class IgcOperatorSelectorOpeningEventArgs {
|
|
|
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
|
}
|
|
@@ -18,11 +18,17 @@ export class IgcOperatorSelectorValueChangedEventArgs {
|
|
|
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
|
get oldValue() {
|
|
28
34
|
return this.i.oldValue;
|
|
@@ -15,11 +15,17 @@ export class IgcPageChangedEventArgs {
|
|
|
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
|
/**
|
|
25
31
|
* Gets the index for the page that just changed.
|
|
@@ -19,11 +19,17 @@ export class IgcResponsivePhase {
|
|
|
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
|
_provideImplementation(i) {
|
|
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
|
/**
|
|
29
35
|
* The name of this responsive phase
|
|
@@ -18,10 +18,16 @@ export class IgcResponsiveStateEnteredEventArgs {
|
|
|
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
|
}
|
|
@@ -18,10 +18,16 @@ export class IgcResponsiveStateEnteringEventArgs {
|
|
|
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
|
}
|
|
@@ -18,10 +18,16 @@ export class IgcResponsiveStateExitedEventArgs {
|
|
|
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
|
}
|
|
@@ -30,11 +30,17 @@ export class IgcResponsiveState {
|
|
|
30
30
|
this._implementation = this.createImplementation();
|
|
31
31
|
this._implementation.externalObject = this;
|
|
32
32
|
this.onImplementationCreated();
|
|
33
|
+
if (this._initializeAdapters) {
|
|
34
|
+
this._initializeAdapters();
|
|
35
|
+
}
|
|
33
36
|
}
|
|
34
37
|
_provideImplementation(i) {
|
|
35
38
|
this._implementation = i;
|
|
36
39
|
this._implementation.externalObject = this;
|
|
37
40
|
this.onImplementationCreated();
|
|
41
|
+
if (this._initializeAdapters) {
|
|
42
|
+
this._initializeAdapters();
|
|
43
|
+
}
|
|
38
44
|
}
|
|
39
45
|
/**
|
|
40
46
|
* The name of the responsive state
|
|
@@ -16,11 +16,17 @@ export class IgcSelectAllCheckboxChangedEventArgs {
|
|
|
16
16
|
this._implementation = this.createImplementation();
|
|
17
17
|
this._implementation.externalObject = this;
|
|
18
18
|
this.onImplementationCreated();
|
|
19
|
+
if (this._initializeAdapters) {
|
|
20
|
+
this._initializeAdapters();
|
|
21
|
+
}
|
|
19
22
|
}
|
|
20
23
|
_provideImplementation(i) {
|
|
21
24
|
this._implementation = i;
|
|
22
25
|
this._implementation.externalObject = this;
|
|
23
26
|
this.onImplementationCreated();
|
|
27
|
+
if (this._initializeAdapters) {
|
|
28
|
+
this._initializeAdapters();
|
|
29
|
+
}
|
|
24
30
|
}
|
|
25
31
|
get isChecked() {
|
|
26
32
|
return this.i.a;
|
|
@@ -15,10 +15,16 @@ export class IgcSortIndicatorRenderCompletedEventArgs {
|
|
|
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
|
}
|
|
@@ -19,11 +19,17 @@ export class IgcSummaryChangedEventArgs {
|
|
|
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
|
_provideImplementation(i) {
|
|
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
|
/**
|
|
29
35
|
* Gets the unique ID for the changed summary.
|
|
@@ -20,11 +20,17 @@ export class IgcSummaryData {
|
|
|
20
20
|
this._implementation = this.createImplementation();
|
|
21
21
|
this._implementation.externalObject = this;
|
|
22
22
|
this.onImplementationCreated();
|
|
23
|
+
if (this._initializeAdapters) {
|
|
24
|
+
this._initializeAdapters();
|
|
25
|
+
}
|
|
23
26
|
}
|
|
24
27
|
_provideImplementation(i) {
|
|
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
|
get summaryName() {
|
|
30
36
|
return this.i.e;
|
package/esm2015/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';
|
|
@@ -46,7 +46,7 @@ var CanvasTextHeaderCellPresenter = /** @class */ /*@__PURE__*/ (function (_supe
|
|
|
46
46
|
}
|
|
47
47
|
if (this.e == null) {
|
|
48
48
|
var c_1 = a.p;
|
|
49
|
-
this.e = function () { return c_1.
|
|
49
|
+
this.e = function () { return c_1.refresh(); };
|
|
50
50
|
}
|
|
51
51
|
this.d.db(a.n);
|
|
52
52
|
this.d.cm(runOn(this, this.f));
|
|
@@ -337,7 +337,7 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
337
337
|
CheckboxListView.prototype.af = function () {
|
|
338
338
|
if (null != this.i) {
|
|
339
339
|
this.i.setRawText(this.b.bx);
|
|
340
|
-
NativeUI.
|
|
340
|
+
NativeUI.q(this.i, this.b.dh);
|
|
341
341
|
}
|
|
342
342
|
};
|
|
343
343
|
CheckboxListView.prototype.ai = function () {
|
|
@@ -400,8 +400,8 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
400
400
|
}
|
|
401
401
|
var b = a.rootWrapper;
|
|
402
402
|
if (null != b) {
|
|
403
|
-
NativeUI.
|
|
404
|
-
NativeUI.
|
|
403
|
+
NativeUI.q(b, this.b.dy);
|
|
404
|
+
NativeUI.m(b, this.b.di);
|
|
405
405
|
}
|
|
406
406
|
};
|
|
407
407
|
CheckboxListView.prototype.ab = function () {
|
|
@@ -427,7 +427,7 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
427
427
|
};
|
|
428
428
|
CheckboxListView.prototype.aa = function (a) {
|
|
429
429
|
if (this.g != null) {
|
|
430
|
-
NativeUI.
|
|
430
|
+
NativeUI.w(this.g, a);
|
|
431
431
|
}
|
|
432
432
|
};
|
|
433
433
|
CheckboxListView.prototype.p = function (a) {
|
|
@@ -640,14 +640,14 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
640
640
|
CheckboxList.prototype.provideContainer = function (a, b, c) {
|
|
641
641
|
this.h = b;
|
|
642
642
|
if (null != this.h) {
|
|
643
|
-
this.h.
|
|
644
|
-
this.h.
|
|
645
|
-
this.h.
|
|
646
|
-
this.h.
|
|
647
|
-
this.h.
|
|
648
|
-
this.h.
|
|
649
|
-
this.h.
|
|
650
|
-
this.h.
|
|
643
|
+
this.h.scrollbarStyle = this.w;
|
|
644
|
+
this.h.scrollbarBackground = this.dr;
|
|
645
|
+
this.h.headerHeight = 0;
|
|
646
|
+
this.h.rowSeparatorHeight = 0;
|
|
647
|
+
this.h.defaultColumnMinWidth = NaN;
|
|
648
|
+
this.h.autoGenerateColumns = false;
|
|
649
|
+
this.h.activationMode = 0;
|
|
650
|
+
this.h.editMode = 0;
|
|
651
651
|
var d = this.h;
|
|
652
652
|
d.cellClicked = delegateCombine(d.cellClicked, runOn(this, this.cb));
|
|
653
653
|
if (this.ay != null) {
|
|
@@ -700,13 +700,13 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
700
700
|
if (this.a0 != null) {
|
|
701
701
|
var b = this.d.property(this.a0).cast(enumGetBox(DataSourceSchemaPropertyType_$type, 0)).toLower();
|
|
702
702
|
var c = b.contains(a);
|
|
703
|
-
if (!this.h.
|
|
703
|
+
if (!this.h.filterExpressions.k.contains(this.c)) {
|
|
704
704
|
this.c = c;
|
|
705
|
-
this.h.
|
|
705
|
+
this.h.filterExpressions.add(this.c);
|
|
706
706
|
}
|
|
707
707
|
else {
|
|
708
|
-
var d = this.h.
|
|
709
|
-
this.h.
|
|
708
|
+
var d = this.h.filterExpressions.k.indexOf(this.c);
|
|
709
|
+
this.h.filterExpressions.k.item(d, this.c = c);
|
|
710
710
|
}
|
|
711
711
|
}
|
|
712
712
|
};
|
|
@@ -797,7 +797,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
797
797
|
Object.defineProperty(CheckboxList.prototype, "av", {
|
|
798
798
|
get: function () {
|
|
799
799
|
if (this.h != null) {
|
|
800
|
-
return this.h.
|
|
800
|
+
return this.h.actualRowHeight;
|
|
801
801
|
}
|
|
802
802
|
return -1;
|
|
803
803
|
},
|
|
@@ -1040,10 +1040,10 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1040
1040
|
if (this.h != null) {
|
|
1041
1041
|
this.l = 1;
|
|
1042
1042
|
if (c != null) {
|
|
1043
|
-
this.h.
|
|
1044
|
-
this.h.
|
|
1045
|
-
this.h.
|
|
1046
|
-
this.h.
|
|
1043
|
+
this.h.groupDescriptions.n();
|
|
1044
|
+
this.h.sortDescriptions.n();
|
|
1045
|
+
this.h.filterExpressions.clear();
|
|
1046
|
+
this.h.summaryDescriptions.n();
|
|
1047
1047
|
}
|
|
1048
1048
|
if (this.h.actualDataSource != null) {
|
|
1049
1049
|
var d = this.h.actualDataSource;
|
|
@@ -1072,7 +1072,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1072
1072
|
break;
|
|
1073
1073
|
case "PrimaryKey":
|
|
1074
1074
|
if (this.h != null) {
|
|
1075
|
-
this.h.
|
|
1075
|
+
this.h.primaryKey = this.b;
|
|
1076
1076
|
}
|
|
1077
1077
|
break;
|
|
1078
1078
|
case "SelectAllCaptionTextColor":
|
|
@@ -1102,12 +1102,12 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1102
1102
|
break;
|
|
1103
1103
|
case "RowHeight":
|
|
1104
1104
|
if (this.h != null) {
|
|
1105
|
-
this.h.
|
|
1105
|
+
this.h.rowHeight = this.ax;
|
|
1106
1106
|
}
|
|
1107
1107
|
break;
|
|
1108
1108
|
case "CellTextStyle":
|
|
1109
1109
|
if (this.h != null) {
|
|
1110
|
-
this.h.
|
|
1110
|
+
this.h.cellTextStyle = this.ae;
|
|
1111
1111
|
}
|
|
1112
1112
|
this.m.ac();
|
|
1113
1113
|
break;
|
|
@@ -1115,9 +1115,9 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1115
1115
|
case "TextColor":
|
|
1116
1116
|
var f = this.h;
|
|
1117
1117
|
if (null != f) {
|
|
1118
|
-
f.
|
|
1119
|
-
f.
|
|
1120
|
-
f.
|
|
1118
|
+
f.cellTextColor = this.dy;
|
|
1119
|
+
f.cellBackground = this.di;
|
|
1120
|
+
f.cellSelectedBackground = this.di;
|
|
1121
1121
|
}
|
|
1122
1122
|
this.m.ad();
|
|
1123
1123
|
break;
|
|
@@ -1129,17 +1129,17 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1129
1129
|
break;
|
|
1130
1130
|
case "IsRowHoverEnabled":
|
|
1131
1131
|
if (this.h != null) {
|
|
1132
|
-
this.h.
|
|
1132
|
+
this.h.isRowHoverEnabled = this.an;
|
|
1133
1133
|
}
|
|
1134
1134
|
break;
|
|
1135
1135
|
case "ScrollbarStyle":
|
|
1136
1136
|
if (this.h != null) {
|
|
1137
|
-
this.h.
|
|
1137
|
+
this.h.scrollbarStyle = this.w;
|
|
1138
1138
|
}
|
|
1139
1139
|
break;
|
|
1140
1140
|
case "ScrollbarBackground":
|
|
1141
1141
|
if (this.h != null) {
|
|
1142
|
-
this.h.
|
|
1142
|
+
this.h.scrollbarBackground = this.dr;
|
|
1143
1143
|
}
|
|
1144
1144
|
break;
|
|
1145
1145
|
case "SearchIconColor":
|
|
@@ -1171,7 +1171,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1171
1171
|
};
|
|
1172
1172
|
CheckboxList.prototype.cz = function () {
|
|
1173
1173
|
if (this.h != null) {
|
|
1174
|
-
this.h.
|
|
1174
|
+
this.h.density = this.aa;
|
|
1175
1175
|
}
|
|
1176
1176
|
if (this.q != null) {
|
|
1177
1177
|
this.q.t = this.aa;
|
|
@@ -1217,16 +1217,16 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1217
1217
|
};
|
|
1218
1218
|
CheckboxList.prototype.c1 = function () {
|
|
1219
1219
|
this.h.actualColumns.clear();
|
|
1220
|
-
this.h.
|
|
1221
|
-
this.h.
|
|
1222
|
-
this.h.
|
|
1223
|
-
this.h.
|
|
1224
|
-
this.h.
|
|
1225
|
-
this.h.
|
|
1226
|
-
this.h.
|
|
1227
|
-
this.h.
|
|
1220
|
+
this.h.primaryKey = this.b;
|
|
1221
|
+
this.h.isGroupRowSticky = false;
|
|
1222
|
+
this.h.rowHeight = this.ax;
|
|
1223
|
+
this.h.cellBackground = this.di;
|
|
1224
|
+
this.h.cellSelectedBackground = this.di;
|
|
1225
|
+
this.h.density = this.aa;
|
|
1226
|
+
this.h.isRowHoverEnabled = this.an;
|
|
1227
|
+
this.h.borderWidth = new Thickness(0, 0);
|
|
1228
1228
|
if (this.ae != null) {
|
|
1229
|
-
this.h.
|
|
1229
|
+
this.h.cellTextStyle = this.ae;
|
|
1230
1230
|
}
|
|
1231
1231
|
var a = new TemplateColumn();
|
|
1232
1232
|
if (this.a2 == null) {
|
|
@@ -1326,23 +1326,23 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1326
1326
|
};
|
|
1327
1327
|
CheckboxList.prototype.cg = function (a, b, c) {
|
|
1328
1328
|
if (this.h != null) {
|
|
1329
|
-
this.h.
|
|
1329
|
+
this.h.notifySetItem(a, b, c);
|
|
1330
1330
|
}
|
|
1331
1331
|
};
|
|
1332
1332
|
CheckboxList.prototype.cd = function () {
|
|
1333
1333
|
if (this.h != null) {
|
|
1334
|
-
this.h.
|
|
1334
|
+
this.h.notifyClearItems();
|
|
1335
1335
|
}
|
|
1336
1336
|
};
|
|
1337
1337
|
CheckboxList.prototype.ce = function (a, b) {
|
|
1338
1338
|
if (this.h != null) {
|
|
1339
|
-
this.h.
|
|
1339
|
+
this.h.notifyInsertItem(a, b);
|
|
1340
1340
|
}
|
|
1341
1341
|
;
|
|
1342
1342
|
};
|
|
1343
1343
|
CheckboxList.prototype.cf = function (a, b) {
|
|
1344
1344
|
if (this.h != null) {
|
|
1345
|
-
this.h.
|
|
1345
|
+
this.h.notifyRemoveItem(a, b);
|
|
1346
1346
|
}
|
|
1347
1347
|
;
|
|
1348
1348
|
};
|