@progress/kendo-angular-grid 16.5.0 → 16.6.0-develop.10
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/NOTICE.txt +12 -19
- package/aggregates/status-bar-template.directive.d.ts +1 -1
- package/aggregates/status-bar.component.d.ts +1 -1
- package/column-menu/column-chooser-item-checked.directive.d.ts +1 -1
- package/column-menu/column-chooser.component.d.ts +1 -1
- package/column-menu/column-list.component.d.ts +1 -1
- package/column-menu/column-menu-autosize-all.component.d.ts +1 -1
- package/column-menu/column-menu-autosize.component.d.ts +1 -1
- package/column-menu/column-menu-chooser.component.d.ts +1 -1
- package/column-menu/column-menu-container.component.d.ts +1 -1
- package/column-menu/column-menu-filter.component.d.ts +1 -1
- package/column-menu/column-menu-item-content-template.directive.d.ts +1 -1
- package/column-menu/column-menu-item.component.d.ts +1 -1
- package/column-menu/column-menu-item.directive.d.ts +1 -1
- package/column-menu/column-menu-lock.component.d.ts +1 -1
- package/column-menu/column-menu-position.component.d.ts +1 -1
- package/column-menu/column-menu-sort.component.d.ts +1 -1
- package/column-menu/column-menu-stick.component.d.ts +1 -1
- package/column-menu/column-menu-template.directive.d.ts +1 -1
- package/column-menu/column-menu.component.d.ts +1 -1
- package/column-resizing/column-handle.directive.d.ts +1 -1
- package/column-resizing/table.directive.d.ts +1 -1
- package/columns/checkbox-column.component.d.ts +1 -1
- package/columns/column-base.d.ts +1 -1
- package/columns/column-group.component.d.ts +1 -1
- package/columns/column.component.d.ts +1 -1
- package/columns/command-column.component.d.ts +1 -1
- package/columns/reorder-column.component.d.ts +1 -1
- package/columns/span-column.component.d.ts +1 -1
- package/common/cell-click-event-args.interface.d.ts +1 -1
- package/common/clipboard.directive.d.ts +1 -1
- package/databinding.directive.d.ts +1 -1
- package/directives.d.ts +260 -0
- package/dragdrop/draggable-column.directive.d.ts +1 -1
- package/dragdrop/drop-target.directive.d.ts +1 -1
- package/editing/add-command.directive.d.ts +1 -1
- package/editing/cancel-command.directive.d.ts +1 -1
- package/editing/edit-command.directive.d.ts +1 -1
- package/editing/edit-template.directive.d.ts +1 -1
- package/editing/remove-command.directive.d.ts +1 -1
- package/editing/save-command.directive.d.ts +1 -1
- package/editing-directives/in-cell-editing.directive.d.ts +1 -1
- package/editing-directives/reactive-editing.directive.d.ts +2 -2
- package/editing-directives/template-editing.directive.d.ts +1 -1
- package/esm2020/aggregates/status-bar-template.directive.mjs +3 -2
- package/esm2020/aggregates/status-bar.component.mjs +6 -4
- package/esm2020/column-menu/column-chooser-item-checked.directive.mjs +5 -2
- package/esm2020/column-menu/column-chooser.component.mjs +5 -5
- package/esm2020/column-menu/column-list.component.mjs +6 -5
- package/esm2020/column-menu/column-menu-autosize-all.component.mjs +7 -5
- package/esm2020/column-menu/column-menu-autosize.component.mjs +7 -5
- package/esm2020/column-menu/column-menu-chooser.component.mjs +8 -6
- package/esm2020/column-menu/column-menu-container.component.mjs +3 -2
- package/esm2020/column-menu/column-menu-filter.component.mjs +8 -6
- package/esm2020/column-menu/column-menu-item-content-template.directive.mjs +3 -2
- package/esm2020/column-menu/column-menu-item.component.mjs +7 -5
- package/esm2020/column-menu/column-menu-item.directive.mjs +5 -2
- package/esm2020/column-menu/column-menu-lock.component.mjs +6 -4
- package/esm2020/column-menu/column-menu-position.component.mjs +10 -8
- package/esm2020/column-menu/column-menu-sort.component.mjs +6 -4
- package/esm2020/column-menu/column-menu-stick.component.mjs +6 -4
- package/esm2020/column-menu/column-menu-template.directive.mjs +3 -2
- package/esm2020/column-menu/column-menu.component.mjs +26 -19
- package/esm2020/column-resizing/column-handle.directive.mjs +3 -2
- package/esm2020/column-resizing/table.directive.mjs +3 -2
- package/esm2020/columns/checkbox-column.component.mjs +3 -2
- package/esm2020/columns/column-group.component.mjs +3 -2
- package/esm2020/columns/column.component.mjs +3 -2
- package/esm2020/columns/command-column.component.mjs +3 -2
- package/esm2020/columns/reorder-column.component.mjs +3 -2
- package/esm2020/columns/span-column.component.mjs +3 -2
- package/esm2020/common/clipboard.directive.mjs +3 -2
- package/esm2020/databinding.directive.mjs +3 -2
- package/esm2020/directives.mjs +475 -0
- package/esm2020/dragdrop/draggable-column.directive.mjs +3 -2
- package/esm2020/dragdrop/drop-target.directive.mjs +3 -2
- package/esm2020/editing/add-command.directive.mjs +7 -5
- package/esm2020/editing/cancel-command.directive.mjs +7 -5
- package/esm2020/editing/edit-command.directive.mjs +7 -5
- package/esm2020/editing/edit-template.directive.mjs +3 -2
- package/esm2020/editing/remove-command.directive.mjs +7 -5
- package/esm2020/editing/save-command.directive.mjs +7 -5
- package/esm2020/editing-directives/in-cell-editing.directive.mjs +3 -2
- package/esm2020/editing-directives/reactive-editing.directive.mjs +4 -3
- package/esm2020/editing-directives/template-editing.directive.mjs +3 -2
- package/esm2020/excel/excel-command.directive.mjs +7 -5
- package/esm2020/excel/excel.component.mjs +3 -2
- package/esm2020/excel/excel.module.mjs +11 -9
- package/esm2020/filtering/cell/autocomplete-filter-cell.component.mjs +8 -6
- package/esm2020/filtering/cell/boolean-filter-cell.component.mjs +9 -7
- package/esm2020/filtering/cell/date-filter-cell.component.mjs +9 -7
- package/esm2020/filtering/cell/filter-cell-host.directive.mjs +3 -2
- package/esm2020/filtering/cell/filter-cell-operators.component.mjs +8 -7
- package/esm2020/filtering/cell/filter-cell-template.directive.mjs +3 -2
- package/esm2020/filtering/cell/filter-cell-wrapper.component.mjs +6 -4
- package/esm2020/filtering/cell/filter-cell.component.mjs +7 -5
- package/esm2020/filtering/cell/numeric-filter-cell.component.mjs +9 -7
- package/esm2020/filtering/cell/row-filtering.module.mjs +88 -57
- package/esm2020/filtering/cell/string-filter-cell.component.mjs +10 -7
- package/esm2020/filtering/filter-input.directive.mjs +3 -2
- package/esm2020/filtering/filter-row.component.mjs +8 -6
- package/esm2020/filtering/menu/boolean-filter-menu.component.mjs +7 -6
- package/esm2020/filtering/menu/date-filter-menu-input.component.mjs +8 -6
- package/esm2020/filtering/menu/date-filter-menu.component.mjs +9 -7
- package/esm2020/filtering/menu/filter-menu-container.component.mjs +9 -6
- package/esm2020/filtering/menu/filter-menu-dropdownlist.directive.mjs +5 -2
- package/esm2020/filtering/menu/filter-menu-host.directive.mjs +3 -2
- package/esm2020/filtering/menu/filter-menu-input-wrapper.component.mjs +6 -5
- package/esm2020/filtering/menu/filter-menu-template.directive.mjs +3 -2
- package/esm2020/filtering/menu/filter-menu.component.mjs +7 -5
- package/esm2020/filtering/menu/filter-menu.module.mjs +92 -70
- package/esm2020/filtering/menu/filter-radio-button.directive.mjs +5 -2
- package/esm2020/filtering/menu/numeric-filter-menu-input.component.mjs +8 -6
- package/esm2020/filtering/menu/numeric-filter-menu.component.mjs +9 -7
- package/esm2020/filtering/menu/string-filter-menu-input.component.mjs +9 -6
- package/esm2020/filtering/menu/string-filter-menu.component.mjs +9 -7
- package/esm2020/filtering/operators/after-eq-filter-operator.component.mjs +3 -2
- package/esm2020/filtering/operators/after-filter-operator.component.mjs +3 -2
- package/esm2020/filtering/operators/before-eq-filter-operator.component.mjs +3 -2
- package/esm2020/filtering/operators/before-filter-operator.component.mjs +3 -2
- package/esm2020/filtering/operators/contains-filter-operator.component.mjs +3 -2
- package/esm2020/filtering/operators/ends-with-filter-operator.component.mjs +3 -2
- package/esm2020/filtering/operators/eq-filter-operator.component.mjs +3 -2
- package/esm2020/filtering/operators/gt-filter-operator.component.mjs +3 -2
- package/esm2020/filtering/operators/gte-filter-operator.component.mjs +3 -2
- package/esm2020/filtering/operators/is-empty-filter-operator.component.mjs +3 -2
- package/esm2020/filtering/operators/is-not-empty-filter-operator.component.mjs +3 -2
- package/esm2020/filtering/operators/is-not-null-filter-operator.component.mjs +3 -2
- package/esm2020/filtering/operators/isnull-filter-operator.component.mjs +3 -2
- package/esm2020/filtering/operators/lt-filter-operator.component.mjs +3 -2
- package/esm2020/filtering/operators/lte-filter-operator.component.mjs +3 -2
- package/esm2020/filtering/operators/neq-filter-operator.component.mjs +3 -2
- package/esm2020/filtering/operators/not-contains-filter-operator.component.mjs +3 -2
- package/esm2020/filtering/operators/starts-with-filter-operator.component.mjs +3 -2
- package/esm2020/filtering/shared-filtering.module.mjs +78 -137
- package/esm2020/grid.component.mjs +31 -25
- package/esm2020/grid.module.mjs +180 -237
- package/esm2020/grouping/group-footer-template.directive.mjs +3 -2
- package/esm2020/grouping/group-header-column-template.directive.mjs +3 -2
- package/esm2020/grouping/group-header-template.directive.mjs +3 -2
- package/esm2020/grouping/group-header.component.mjs +10 -8
- package/esm2020/grouping/group-panel.component.mjs +11 -10
- package/esm2020/grouping/group-scroll-binding.directive.mjs +3 -2
- package/esm2020/grouping/group.module.mjs +37 -37
- package/esm2020/index.mjs +1 -1
- package/esm2020/layout/resizable.directive.mjs +3 -2
- package/esm2020/localization/custom-messages.component.mjs +3 -2
- package/esm2020/localization/localized-messages.directive.mjs +3 -2
- package/esm2020/navigation/focusable.directive.mjs +3 -2
- package/esm2020/navigation/logical-cell.directive.mjs +3 -2
- package/esm2020/navigation/logical-row.directive.mjs +3 -2
- package/esm2020/package-metadata.mjs +2 -2
- package/esm2020/pager/pager-dropdown.directive.mjs +5 -2
- package/esm2020/pager/pager-info.component.mjs +3 -2
- package/esm2020/pager/pager-input.component.mjs +8 -8
- package/esm2020/pager/pager-input.directive.mjs +5 -2
- package/esm2020/pager/pager-next-buttons.component.mjs +7 -5
- package/esm2020/pager/pager-numeric-buttons.component.mjs +8 -6
- package/esm2020/pager/pager-page-sizes.component.mjs +10 -8
- package/esm2020/pager/pager-prev-buttons.component.mjs +7 -5
- package/esm2020/pager/pager-template.directive.mjs +3 -2
- package/esm2020/pager/pager.component.mjs +10 -11
- package/esm2020/pager/pager.module.mjs +35 -81
- package/esm2020/pdf/pdf-command.directive.mjs +7 -5
- package/esm2020/pdf/pdf-margin.component.mjs +3 -2
- package/esm2020/pdf/pdf-template.directive.mjs +3 -2
- package/esm2020/pdf/pdf.component.mjs +3 -2
- package/esm2020/pdf/pdf.module.mjs +13 -28
- package/esm2020/rendering/body.module.mjs +72 -109
- package/esm2020/rendering/cell-loading.template.directive.mjs +3 -2
- package/esm2020/rendering/cell-template.directive.mjs +3 -2
- package/esm2020/rendering/cell.component.mjs +15 -11
- package/esm2020/rendering/common/col-group.component.mjs +6 -4
- package/esm2020/rendering/common/field-accessor.pipe.mjs +3 -2
- package/esm2020/rendering/common/loading.component.mjs +6 -4
- package/esm2020/rendering/common/spacer.component.mjs +3 -2
- package/esm2020/rendering/details/detail-template.directive.mjs +3 -2
- package/esm2020/rendering/details-expand.directive.mjs +3 -2
- package/esm2020/rendering/footer/footer-template.directive.mjs +3 -2
- package/esm2020/rendering/footer/footer.component.mjs +9 -7
- package/esm2020/rendering/footer/footer.module.mjs +24 -18
- package/esm2020/rendering/grid-table.directive.mjs +3 -2
- package/esm2020/rendering/groups-expand.directive.mjs +3 -2
- package/esm2020/rendering/header/header-template.directive.mjs +3 -2
- package/esm2020/rendering/header/header.component.mjs +19 -18
- package/esm2020/rendering/header/header.module.mjs +136 -47
- package/esm2020/rendering/list.component.mjs +12 -11
- package/esm2020/rendering/loading-template.directive.mjs +3 -2
- package/esm2020/rendering/no-records-template.directive.mjs +3 -2
- package/esm2020/rendering/table-body.component.mjs +15 -12
- package/esm2020/rendering/toolbar/toolbar-focusable.directive.mjs +3 -2
- package/esm2020/rendering/toolbar/toolbar-template.directive.mjs +3 -2
- package/esm2020/rendering/toolbar/toolbar.component.mjs +6 -4
- package/esm2020/selection/marquee.directive.mjs +3 -2
- package/esm2020/selection/selectall-checkbox.directive.mjs +4 -3
- package/esm2020/selection/selection-checkbox.directive.mjs +3 -2
- package/esm2020/selection/selection.directive.mjs +3 -2
- package/esm2020/shared.module.mjs +24 -79
- package/excel/excel-command.directive.d.ts +1 -1
- package/excel/excel.component.d.ts +1 -1
- package/excel/excel.module.d.ts +4 -4
- package/fesm2015/progress-kendo-angular-grid.mjs +23472 -23457
- package/fesm2020/progress-kendo-angular-grid.mjs +22566 -22551
- package/filtering/cell/autocomplete-filter-cell.component.d.ts +1 -1
- package/filtering/cell/boolean-filter-cell.component.d.ts +1 -1
- package/filtering/cell/date-filter-cell.component.d.ts +1 -1
- package/filtering/cell/filter-cell-host.directive.d.ts +1 -1
- package/filtering/cell/filter-cell-operators.component.d.ts +1 -1
- package/filtering/cell/filter-cell-template.directive.d.ts +1 -1
- package/filtering/cell/filter-cell-wrapper.component.d.ts +1 -1
- package/filtering/cell/filter-cell.component.d.ts +1 -1
- package/filtering/cell/numeric-filter-cell.component.d.ts +1 -1
- package/filtering/cell/row-filtering.module.d.ts +38 -3
- package/filtering/cell/string-filter-cell.component.d.ts +1 -1
- package/filtering/date-filter.component.d.ts +1 -1
- package/filtering/filter-input.directive.d.ts +1 -1
- package/filtering/filter-row.component.d.ts +1 -1
- package/filtering/menu/boolean-filter-menu.component.d.ts +1 -1
- package/filtering/menu/date-filter-menu-input.component.d.ts +1 -1
- package/filtering/menu/date-filter-menu.component.d.ts +1 -1
- package/filtering/menu/filter-menu-container.component.d.ts +1 -1
- package/filtering/menu/filter-menu-dropdownlist.directive.d.ts +1 -1
- package/filtering/menu/filter-menu-host.directive.d.ts +1 -1
- package/filtering/menu/filter-menu-input-wrapper.component.d.ts +1 -1
- package/filtering/menu/filter-menu-template.directive.d.ts +1 -1
- package/filtering/menu/filter-menu.component.d.ts +1 -1
- package/filtering/menu/filter-menu.module.d.ts +52 -17
- package/filtering/menu/filter-radio-button.directive.d.ts +1 -1
- package/filtering/menu/numeric-filter-menu-input.component.d.ts +1 -1
- package/filtering/menu/numeric-filter-menu.component.d.ts +1 -1
- package/filtering/menu/string-filter-menu-input.component.d.ts +1 -1
- package/filtering/menu/string-filter-menu.component.d.ts +1 -1
- package/filtering/operators/after-eq-filter-operator.component.d.ts +1 -1
- package/filtering/operators/after-filter-operator.component.d.ts +1 -1
- package/filtering/operators/before-eq-filter-operator.component.d.ts +1 -1
- package/filtering/operators/before-filter-operator.component.d.ts +1 -1
- package/filtering/operators/contains-filter-operator.component.d.ts +1 -1
- package/filtering/operators/ends-with-filter-operator.component.d.ts +1 -1
- package/filtering/operators/eq-filter-operator.component.d.ts +1 -1
- package/filtering/operators/gt-filter-operator.component.d.ts +1 -1
- package/filtering/operators/gte-filter-operator.component.d.ts +1 -1
- package/filtering/operators/is-empty-filter-operator.component.d.ts +1 -1
- package/filtering/operators/is-not-empty-filter-operator.component.d.ts +1 -1
- package/filtering/operators/is-not-null-filter-operator.component.d.ts +1 -1
- package/filtering/operators/isnull-filter-operator.component.d.ts +1 -1
- package/filtering/operators/lt-filter-operator.component.d.ts +1 -1
- package/filtering/operators/lte-filter-operator.component.d.ts +1 -1
- package/filtering/operators/neq-filter-operator.component.d.ts +1 -1
- package/filtering/operators/not-contains-filter-operator.component.d.ts +1 -1
- package/filtering/operators/starts-with-filter-operator.component.d.ts +1 -1
- package/filtering/shared-filtering.module.d.ts +38 -30
- package/grid.component.d.ts +3 -3
- package/grid.module.d.ts +131 -116
- package/grouping/group-footer-template.directive.d.ts +1 -1
- package/grouping/group-header-column-template.directive.d.ts +1 -1
- package/grouping/group-header-template.directive.d.ts +1 -1
- package/grouping/group-header.component.d.ts +1 -1
- package/grouping/group-panel.component.d.ts +1 -1
- package/grouping/group-scroll-binding.directive.d.ts +1 -1
- package/grouping/group.module.d.ts +27 -12
- package/index.d.ts +1 -1
- package/layout/resizable.directive.d.ts +1 -1
- package/localization/custom-messages.component.d.ts +1 -1
- package/localization/localized-messages.directive.d.ts +1 -1
- package/navigation/focusable.directive.d.ts +1 -1
- package/navigation/logical-cell.directive.d.ts +1 -1
- package/navigation/logical-row.directive.d.ts +1 -1
- package/package.json +16 -16
- package/pager/pager-dropdown.directive.d.ts +1 -1
- package/pager/pager-info.component.d.ts +1 -1
- package/pager/pager-input.component.d.ts +1 -1
- package/pager/pager-input.directive.d.ts +1 -1
- package/pager/pager-next-buttons.component.d.ts +1 -1
- package/pager/pager-numeric-buttons.component.d.ts +1 -1
- package/pager/pager-page-sizes.component.d.ts +2 -2
- package/pager/pager-prev-buttons.component.d.ts +1 -1
- package/pager/pager-settings.d.ts +2 -2
- package/pager/pager-template.directive.d.ts +1 -1
- package/pager/pager.component.d.ts +1 -1
- package/pager/pager.module.d.ts +26 -19
- package/pdf/pdf-command.directive.d.ts +1 -1
- package/pdf/pdf-margin.component.d.ts +1 -1
- package/pdf/pdf-template.directive.d.ts +1 -1
- package/pdf/pdf.component.d.ts +1 -1
- package/pdf/pdf.module.d.ts +6 -6
- package/rendering/body.module.d.ts +39 -25
- package/rendering/cell-loading.template.directive.d.ts +1 -1
- package/rendering/cell-template.directive.d.ts +1 -1
- package/rendering/cell.component.d.ts +1 -1
- package/rendering/common/col-group.component.d.ts +1 -1
- package/rendering/common/field-accessor.pipe.d.ts +1 -1
- package/rendering/common/loading.component.d.ts +1 -1
- package/rendering/common/spacer.component.d.ts +1 -1
- package/rendering/details/detail-template.directive.d.ts +1 -1
- package/rendering/details-expand.directive.d.ts +1 -1
- package/rendering/footer/footer-template.directive.d.ts +1 -1
- package/rendering/footer/footer.component.d.ts +1 -1
- package/rendering/footer/footer.module.d.ts +19 -5
- package/rendering/grid-table.directive.d.ts +1 -1
- package/rendering/groups-expand.directive.d.ts +1 -1
- package/rendering/header/header-template.directive.d.ts +1 -1
- package/rendering/header/header.component.d.ts +1 -1
- package/rendering/header/header.module.d.ts +90 -13
- package/rendering/list.component.d.ts +1 -1
- package/rendering/loading-template.directive.d.ts +1 -1
- package/rendering/no-records-template.directive.d.ts +1 -1
- package/rendering/table-body.component.d.ts +1 -1
- package/rendering/toolbar/toolbar-focusable.directive.d.ts +1 -1
- package/rendering/toolbar/toolbar-template.directive.d.ts +1 -1
- package/rendering/toolbar/toolbar.component.d.ts +1 -1
- package/schematics/ngAdd/index.js +4 -4
- package/scrolling/content-scroll-event.d.ts +1 -1
- package/selection/marquee.directive.d.ts +1 -1
- package/selection/selectall-checkbox.directive.d.ts +2 -2
- package/selection/selection-checkbox.directive.d.ts +1 -1
- package/selection/selection.directive.d.ts +1 -1
- package/shared.module.d.ts +4 -6
- package/column-menu/column-menu.module.d.ts +0 -35
- package/dragdrop/drag-and-drop.module.d.ts +0 -15
- package/esm2020/column-menu/column-menu.module.mjs +0 -113
- package/esm2020/dragdrop/drag-and-drop.module.mjs +0 -29
- package/esm2020/rendering/common/template-context.directive.mjs +0 -40
- package/rendering/common/template-context.directive.d.ts +0 -19
|
@@ -3,152 +3,93 @@
|
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { NgModule } from '@angular/core';
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
import { SharedModule } from '../shared.module';
|
|
13
|
-
import { FilterCellOperatorsComponent } from './cell/filter-cell-operators.component';
|
|
14
|
-
import { FilterInputDirective } from './filter-input.directive';
|
|
15
|
-
import { ContainsFilterOperatorComponent } from './operators/contains-filter-operator.component';
|
|
16
|
-
import { DoesNotContainFilterOperatorComponent } from './operators/not-contains-filter-operator.component';
|
|
17
|
-
import { EndsWithFilterOperatorComponent } from './operators/ends-with-filter-operator.component';
|
|
18
|
-
import { EqualFilterOperatorComponent } from './operators/eq-filter-operator.component';
|
|
19
|
-
import { IsEmptyFilterOperatorComponent } from './operators/is-empty-filter-operator.component';
|
|
20
|
-
import { IsNotEmptyFilterOperatorComponent } from './operators/is-not-empty-filter-operator.component';
|
|
21
|
-
import { IsNotNullFilterOperatorComponent } from './operators/is-not-null-filter-operator.component';
|
|
22
|
-
import { IsNullFilterOperatorComponent } from './operators/isnull-filter-operator.component';
|
|
23
|
-
import { NotEqualFilterOperatorComponent } from './operators/neq-filter-operator.component';
|
|
24
|
-
import { StartsWithFilterOperatorComponent } from './operators/starts-with-filter-operator.component';
|
|
25
|
-
import { GreaterFilterOperatorComponent } from './operators/gt-filter-operator.component';
|
|
26
|
-
import { GreaterOrEqualToFilterOperatorComponent } from './operators/gte-filter-operator.component';
|
|
27
|
-
import { LessFilterOperatorComponent } from './operators/lt-filter-operator.component';
|
|
28
|
-
import { LessOrEqualToFilterOperatorComponent } from './operators/lte-filter-operator.component';
|
|
29
|
-
import { AfterFilterOperatorComponent } from './operators/after-filter-operator.component';
|
|
30
|
-
import { AfterEqFilterOperatorComponent } from './operators/after-eq-filter-operator.component';
|
|
31
|
-
import { BeforeEqFilterOperatorComponent } from './operators/before-eq-filter-operator.component';
|
|
32
|
-
import { BeforeFilterOperatorComponent } from './operators/before-filter-operator.component';
|
|
33
|
-
import { ButtonModule } from '@progress/kendo-angular-buttons';
|
|
6
|
+
import { CalendarDOMService, CenturyViewService, DecadeViewService, MonthViewService, NavigationService, WeekNamesService, YearViewService } from '@progress/kendo-angular-dateinputs';
|
|
7
|
+
import { PopupService } from "@progress/kendo-angular-popup";
|
|
8
|
+
import { KENDO_GRID_FILTER_SHARED } from '../directives';
|
|
9
|
+
import { ResizeBatchService } from '@progress/kendo-angular-common';
|
|
10
|
+
import { IconsService } from '@progress/kendo-angular-icons';
|
|
11
|
+
import { DialogContainerService, DialogService, WindowContainerService, WindowService } from '@progress/kendo-angular-dialog';
|
|
34
12
|
import * as i0 from "@angular/core";
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
];
|
|
13
|
+
import * as i1 from "../columns/column.component";
|
|
14
|
+
import * as i2 from "../columns/column-group.component";
|
|
15
|
+
import * as i3 from "../navigation/logical-cell.directive";
|
|
16
|
+
import * as i4 from "../navigation/logical-row.directive";
|
|
17
|
+
import * as i5 from "../navigation/focusable.directive";
|
|
18
|
+
import * as i6 from "../rendering/footer/footer-template.directive";
|
|
19
|
+
import * as i7 from "../rendering/common/col-group.component";
|
|
20
|
+
import * as i8 from "../layout/resizable.directive";
|
|
21
|
+
import * as i9 from "@progress/kendo-angular-common";
|
|
22
|
+
import * as i10 from "../rendering/common/field-accessor.pipe";
|
|
23
|
+
import * as i11 from "../rendering/details/detail-template.directive";
|
|
24
|
+
import * as i12 from "../columns/span-column.component";
|
|
25
|
+
import * as i13 from "../column-resizing/table.directive";
|
|
26
|
+
import * as i14 from "../rendering/common/loading.component";
|
|
27
|
+
import * as i15 from "../rendering/grid-table.directive";
|
|
28
|
+
import * as i16 from "./cell/filter-cell-operators.component";
|
|
29
|
+
import * as i17 from "./operators/contains-filter-operator.component";
|
|
30
|
+
import * as i18 from "./operators/not-contains-filter-operator.component";
|
|
31
|
+
import * as i19 from "./operators/ends-with-filter-operator.component";
|
|
32
|
+
import * as i20 from "./operators/eq-filter-operator.component";
|
|
33
|
+
import * as i21 from "./operators/is-empty-filter-operator.component";
|
|
34
|
+
import * as i22 from "./operators/is-not-empty-filter-operator.component";
|
|
35
|
+
import * as i23 from "./operators/is-not-null-filter-operator.component";
|
|
36
|
+
import * as i24 from "./operators/isnull-filter-operator.component";
|
|
37
|
+
import * as i25 from "./operators/neq-filter-operator.component";
|
|
38
|
+
import * as i26 from "./operators/starts-with-filter-operator.component";
|
|
39
|
+
import * as i27 from "./operators/gt-filter-operator.component";
|
|
40
|
+
import * as i28 from "./operators/gte-filter-operator.component";
|
|
41
|
+
import * as i29 from "./operators/lt-filter-operator.component";
|
|
42
|
+
import * as i30 from "./operators/lte-filter-operator.component";
|
|
43
|
+
import * as i31 from "./operators/after-filter-operator.component";
|
|
44
|
+
import * as i32 from "./operators/after-eq-filter-operator.component";
|
|
45
|
+
import * as i33 from "./operators/before-eq-filter-operator.component";
|
|
46
|
+
import * as i34 from "./operators/before-filter-operator.component";
|
|
47
|
+
import * as i35 from "./filter-input.directive";
|
|
71
48
|
/**
|
|
72
49
|
* @hidden
|
|
50
|
+
*
|
|
51
|
+
* This module is deprecated and will be removed in a future major version release.
|
|
73
52
|
*/
|
|
74
53
|
export class SharedFilterModule {
|
|
75
|
-
static exports() {
|
|
76
|
-
return [
|
|
77
|
-
...FILTER_OPERATORS
|
|
78
|
-
];
|
|
79
|
-
}
|
|
80
54
|
}
|
|
81
55
|
SharedFilterModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SharedFilterModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
82
|
-
SharedFilterModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: SharedFilterModule,
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
BeforeEqFilterOperatorComponent,
|
|
100
|
-
BeforeFilterOperatorComponent, FilterInputDirective], imports: [CommonModule,
|
|
101
|
-
ReactiveFormsModule,
|
|
102
|
-
FormsModule,
|
|
103
|
-
DropDownListModule,
|
|
104
|
-
AutoCompleteModule,
|
|
105
|
-
InputsModule,
|
|
106
|
-
DatePickerModule,
|
|
107
|
-
PopupModule,
|
|
108
|
-
SharedModule,
|
|
109
|
-
ButtonModule], exports: [FilterCellOperatorsComponent,
|
|
110
|
-
ContainsFilterOperatorComponent,
|
|
111
|
-
DoesNotContainFilterOperatorComponent,
|
|
112
|
-
EndsWithFilterOperatorComponent,
|
|
113
|
-
EqualFilterOperatorComponent,
|
|
114
|
-
IsEmptyFilterOperatorComponent,
|
|
115
|
-
IsNotEmptyFilterOperatorComponent,
|
|
116
|
-
IsNotNullFilterOperatorComponent,
|
|
117
|
-
IsNullFilterOperatorComponent,
|
|
118
|
-
NotEqualFilterOperatorComponent,
|
|
119
|
-
StartsWithFilterOperatorComponent,
|
|
120
|
-
GreaterFilterOperatorComponent,
|
|
121
|
-
GreaterOrEqualToFilterOperatorComponent,
|
|
122
|
-
LessFilterOperatorComponent,
|
|
123
|
-
LessOrEqualToFilterOperatorComponent,
|
|
124
|
-
AfterFilterOperatorComponent,
|
|
125
|
-
AfterEqFilterOperatorComponent,
|
|
126
|
-
BeforeEqFilterOperatorComponent,
|
|
127
|
-
BeforeFilterOperatorComponent, CommonModule,
|
|
128
|
-
ReactiveFormsModule,
|
|
129
|
-
FormsModule,
|
|
130
|
-
DropDownListModule,
|
|
131
|
-
AutoCompleteModule,
|
|
132
|
-
InputsModule,
|
|
133
|
-
DatePickerModule,
|
|
134
|
-
PopupModule,
|
|
135
|
-
SharedModule,
|
|
136
|
-
ButtonModule, FilterInputDirective] });
|
|
137
|
-
SharedFilterModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SharedFilterModule, imports: [importedModules, CommonModule,
|
|
138
|
-
ReactiveFormsModule,
|
|
139
|
-
FormsModule,
|
|
140
|
-
DropDownListModule,
|
|
141
|
-
AutoCompleteModule,
|
|
142
|
-
InputsModule,
|
|
143
|
-
DatePickerModule,
|
|
144
|
-
PopupModule,
|
|
145
|
-
SharedModule,
|
|
146
|
-
ButtonModule] });
|
|
56
|
+
SharedFilterModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: SharedFilterModule, imports: [i1.ColumnComponent, i2.ColumnGroupComponent, i3.LogicalCellDirective, i4.LogicalRowDirective, i5.FocusableDirective, i6.FooterTemplateDirective, i7.ColGroupComponent, i8.ResizableContainerDirective, i9.TemplateContextDirective, i10.FieldAccessorPipe, i11.DetailTemplateDirective, i12.SpanColumnComponent, i13.TableDirective, i14.LoadingComponent, i15.GridTableDirective, i16.FilterCellOperatorsComponent, i17.ContainsFilterOperatorComponent, i18.DoesNotContainFilterOperatorComponent, i19.EndsWithFilterOperatorComponent, i20.EqualFilterOperatorComponent, i21.IsEmptyFilterOperatorComponent, i22.IsNotEmptyFilterOperatorComponent, i23.IsNotNullFilterOperatorComponent, i24.IsNullFilterOperatorComponent, i25.NotEqualFilterOperatorComponent, i26.StartsWithFilterOperatorComponent, i27.GreaterFilterOperatorComponent, i28.GreaterOrEqualToFilterOperatorComponent, i29.LessFilterOperatorComponent, i30.LessOrEqualToFilterOperatorComponent, i31.AfterFilterOperatorComponent, i32.AfterEqFilterOperatorComponent, i33.BeforeEqFilterOperatorComponent, i34.BeforeFilterOperatorComponent, i35.FilterInputDirective], exports: [i1.ColumnComponent, i2.ColumnGroupComponent, i3.LogicalCellDirective, i4.LogicalRowDirective, i5.FocusableDirective, i6.FooterTemplateDirective, i7.ColGroupComponent, i8.ResizableContainerDirective, i9.TemplateContextDirective, i10.FieldAccessorPipe, i11.DetailTemplateDirective, i12.SpanColumnComponent, i13.TableDirective, i14.LoadingComponent, i15.GridTableDirective, i16.FilterCellOperatorsComponent, i17.ContainsFilterOperatorComponent, i18.DoesNotContainFilterOperatorComponent, i19.EndsWithFilterOperatorComponent, i20.EqualFilterOperatorComponent, i21.IsEmptyFilterOperatorComponent, i22.IsNotEmptyFilterOperatorComponent, i23.IsNotNullFilterOperatorComponent, i24.IsNullFilterOperatorComponent, i25.NotEqualFilterOperatorComponent, i26.StartsWithFilterOperatorComponent, i27.GreaterFilterOperatorComponent, i28.GreaterOrEqualToFilterOperatorComponent, i29.LessFilterOperatorComponent, i30.LessOrEqualToFilterOperatorComponent, i31.AfterFilterOperatorComponent, i32.AfterEqFilterOperatorComponent, i33.BeforeEqFilterOperatorComponent, i34.BeforeFilterOperatorComponent, i35.FilterInputDirective] });
|
|
57
|
+
SharedFilterModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SharedFilterModule, providers: [
|
|
58
|
+
PopupService,
|
|
59
|
+
ResizeBatchService,
|
|
60
|
+
IconsService,
|
|
61
|
+
DialogContainerService,
|
|
62
|
+
DialogService,
|
|
63
|
+
WindowService,
|
|
64
|
+
WindowContainerService,
|
|
65
|
+
CalendarDOMService,
|
|
66
|
+
CenturyViewService,
|
|
67
|
+
DecadeViewService,
|
|
68
|
+
MonthViewService,
|
|
69
|
+
YearViewService,
|
|
70
|
+
WeekNamesService,
|
|
71
|
+
NavigationService
|
|
72
|
+
], imports: [i1.ColumnComponent, i2.ColumnGroupComponent, i7.ColGroupComponent, i12.SpanColumnComponent, i14.LoadingComponent, i16.FilterCellOperatorsComponent, i17.ContainsFilterOperatorComponent, i18.DoesNotContainFilterOperatorComponent, i19.EndsWithFilterOperatorComponent, i20.EqualFilterOperatorComponent, i21.IsEmptyFilterOperatorComponent, i22.IsNotEmptyFilterOperatorComponent, i23.IsNotNullFilterOperatorComponent, i24.IsNullFilterOperatorComponent, i25.NotEqualFilterOperatorComponent, i26.StartsWithFilterOperatorComponent, i27.GreaterFilterOperatorComponent, i28.GreaterOrEqualToFilterOperatorComponent, i29.LessFilterOperatorComponent, i30.LessOrEqualToFilterOperatorComponent, i31.AfterFilterOperatorComponent, i32.AfterEqFilterOperatorComponent, i33.BeforeEqFilterOperatorComponent, i34.BeforeFilterOperatorComponent] });
|
|
147
73
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SharedFilterModule, decorators: [{
|
|
148
74
|
type: NgModule,
|
|
149
75
|
args: [{
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
76
|
+
exports: [...KENDO_GRID_FILTER_SHARED],
|
|
77
|
+
imports: [...KENDO_GRID_FILTER_SHARED],
|
|
78
|
+
providers: [
|
|
79
|
+
PopupService,
|
|
80
|
+
ResizeBatchService,
|
|
81
|
+
IconsService,
|
|
82
|
+
DialogContainerService,
|
|
83
|
+
DialogService,
|
|
84
|
+
WindowService,
|
|
85
|
+
WindowContainerService,
|
|
86
|
+
CalendarDOMService,
|
|
87
|
+
CenturyViewService,
|
|
88
|
+
DecadeViewService,
|
|
89
|
+
MonthViewService,
|
|
90
|
+
YearViewService,
|
|
91
|
+
WeekNamesService,
|
|
92
|
+
NavigationService
|
|
93
|
+
]
|
|
153
94
|
}]
|
|
154
95
|
}] });
|
|
@@ -72,13 +72,30 @@ import { CellLoadingTemplateDirective } from './rendering/cell-loading.template.
|
|
|
72
72
|
import { ContextService } from './common/provider.service';
|
|
73
73
|
import { LoadingTemplateDirective } from './rendering/loading-template.directive';
|
|
74
74
|
import { SizingOptionsService } from './layout/sizing-options.service';
|
|
75
|
-
import { guid, shouldShowValidationUI } from '@progress/kendo-angular-common';
|
|
75
|
+
import { DraggableDirective, WatermarkOverlayComponent, guid, shouldShowValidationUI } from '@progress/kendo-angular-common';
|
|
76
76
|
import { DragTargetContainerDirective, DropTargetContainerDirective } from '@progress/kendo-angular-utils';
|
|
77
77
|
import { RowReorderService } from './row-reordering/row-reorder.service';
|
|
78
78
|
import { StatusBarTemplateDirective } from './aggregates/status-bar-template.directive';
|
|
79
79
|
import { CellSelectionAggregateService } from './aggregates/selection-aggregate.service';
|
|
80
80
|
import { ClipboardService } from './common/clipboard.service';
|
|
81
81
|
import { ColumnConfigurationErrorMessages, GridConfigurationErrorMessages } from './common/error-messages';
|
|
82
|
+
import { StatusBarComponent } from './aggregates/status-bar.component';
|
|
83
|
+
import { LoadingComponent } from './rendering/common/loading.component';
|
|
84
|
+
import { TableBodyComponent } from './rendering/table-body.component';
|
|
85
|
+
import { FooterComponent } from './rendering/footer/footer.component';
|
|
86
|
+
import { GridMarqueeDirective } from './selection/marquee.directive';
|
|
87
|
+
import { ListComponent } from './rendering/list.component';
|
|
88
|
+
import { ResizableContainerDirective } from './layout/resizable.directive';
|
|
89
|
+
import { HeaderComponent } from './rendering/header/header.component';
|
|
90
|
+
import { ColGroupComponent } from './rendering/common/col-group.component';
|
|
91
|
+
import { GridTableDirective } from './rendering/grid-table.directive';
|
|
92
|
+
import { TableDirective } from './column-resizing/table.directive';
|
|
93
|
+
import { GroupPanelComponent } from './grouping/group-panel.component';
|
|
94
|
+
import { PagerComponent } from './pager/pager.component';
|
|
95
|
+
import { ToolbarComponent } from './rendering/toolbar/toolbar.component';
|
|
96
|
+
import { NgIf } from '@angular/common';
|
|
97
|
+
import { LocalizedMessagesDirective } from './localization/localized-messages.directive';
|
|
98
|
+
import { IconWrapperComponent } from '@progress/kendo-angular-icons';
|
|
82
99
|
import * as i0 from "@angular/core";
|
|
83
100
|
import * as i1 from "./layout/browser-support.service";
|
|
84
101
|
import * as i2 from "./selection/selection.service";
|
|
@@ -104,25 +121,6 @@ import * as i21 from "@progress/kendo-angular-l10n";
|
|
|
104
121
|
import * as i22 from "./common/provider.service";
|
|
105
122
|
import * as i23 from "./layout/sizing-options.service";
|
|
106
123
|
import * as i24 from "./row-reordering/row-reorder.service";
|
|
107
|
-
import * as i25 from "@angular/common";
|
|
108
|
-
import * as i26 from "./grouping/group-panel.component";
|
|
109
|
-
import * as i27 from "./rendering/common/col-group.component";
|
|
110
|
-
import * as i28 from "./layout/resizable.directive";
|
|
111
|
-
import * as i29 from "./column-resizing/table.directive";
|
|
112
|
-
import * as i30 from "./rendering/common/loading.component";
|
|
113
|
-
import * as i31 from "./rendering/grid-table.directive";
|
|
114
|
-
import * as i32 from "@progress/kendo-angular-common";
|
|
115
|
-
import * as i33 from "@progress/kendo-angular-icons";
|
|
116
|
-
import * as i34 from "./rendering/table-body.component";
|
|
117
|
-
import * as i35 from "./rendering/header/header.component";
|
|
118
|
-
import * as i36 from "./rendering/footer/footer.component";
|
|
119
|
-
import * as i37 from "./pager/pager.component";
|
|
120
|
-
import * as i38 from "@progress/kendo-angular-utils";
|
|
121
|
-
import * as i39 from "./rendering/list.component";
|
|
122
|
-
import * as i40 from "./rendering/toolbar/toolbar.component";
|
|
123
|
-
import * as i41 from "./localization/localized-messages.directive";
|
|
124
|
-
import * as i42 from "./selection/marquee.directive";
|
|
125
|
-
import * as i43 from "./aggregates/status-bar.component";
|
|
126
124
|
const createControl = (source) => (acc, key) => {
|
|
127
125
|
acc[key] = new FormControl(source[key]);
|
|
128
126
|
return acc;
|
|
@@ -333,11 +331,11 @@ export class GridComponent {
|
|
|
333
331
|
*/
|
|
334
332
|
this.add = new EventEmitter();
|
|
335
333
|
/**
|
|
336
|
-
* Fires when the user leaves an edited cell ([see example](
|
|
334
|
+
* Fires when the user leaves an edited cell ([see example](slug:editing_incell_grid)).
|
|
337
335
|
*/
|
|
338
336
|
this.cellClose = new EventEmitter();
|
|
339
337
|
/**
|
|
340
|
-
* Fires when the user clicks a cell ([see example](
|
|
338
|
+
* Fires when the user clicks a cell ([see example](slug:editing_incell_grid)).
|
|
341
339
|
*/
|
|
342
340
|
this.cellClick = new ZoneAwareEventEmitter(this.ngZone);
|
|
343
341
|
/**
|
|
@@ -2003,7 +2001,7 @@ export class GridComponent {
|
|
|
2003
2001
|
}
|
|
2004
2002
|
}
|
|
2005
2003
|
GridComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GridComponent, deps: [{ token: i1.BrowserSupportService }, { token: i2.SelectionService }, { token: i3.CellSelectionService }, { token: i0.ElementRef }, { token: i4.GroupInfoService }, { token: i5.GroupsService }, { token: i6.ChangeNotificationService }, { token: i7.DetailsService }, { token: i8.EditService }, { token: i9.FilterService }, { token: i10.PDFService }, { token: i11.ResponsiveService }, { token: i0.Renderer2 }, { token: i12.ExcelService }, { token: i0.NgZone }, { token: i13.ScrollSyncService }, { token: i14.DomEventsService }, { token: i15.ColumnResizingService }, { token: i0.ChangeDetectorRef }, { token: i16.ColumnReorderService }, { token: i17.ColumnInfoService }, { token: i18.NavigationService }, { token: i19.SortService }, { token: i20.ScrollRequestService }, { token: i21.LocalizationService }, { token: i22.ContextService }, { token: i23.SizingOptionsService }, { token: i24.RowReorderService }], target: i0.ɵɵFactoryTarget.Component });
|
|
2006
|
-
GridComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: GridComponent, selector: "kendo-grid", inputs: { data: "data", pageSize: "pageSize", height: "height", rowHeight: "rowHeight", detailRowHeight: "detailRowHeight", skip: "skip", scrollable: "scrollable", selectable: "selectable", sort: "sort", size: "size", trackBy: "trackBy", filter: "filter", group: "group", virtualColumns: "virtualColumns", filterable: "filterable", sortable: "sortable", pageable: "pageable", groupable: "groupable", rowReorderable: "rowReorderable", navigable: "navigable", navigatable: "navigatable", autoSize: "autoSize", rowClass: "rowClass", rowSticky: "rowSticky", rowSelected: "rowSelected", cellSelected: "cellSelected", resizable: "resizable", reorderable: "reorderable", loading: "loading", columnMenu: "columnMenu", hideHeader: "hideHeader", isDetailExpanded: "isDetailExpanded", isGroupExpanded: "isGroupExpanded" }, outputs: { filterChange: "filterChange", pageChange: "pageChange", groupChange: "groupChange", sortChange: "sortChange", selectionChange: "selectionChange", rowReorder: "rowReorder", dataStateChange: "dataStateChange", groupExpand: "groupExpand", groupCollapse: "groupCollapse", detailExpand: "detailExpand", detailCollapse: "detailCollapse", edit: "edit", cancel: "cancel", save: "save", remove: "remove", add: "add", cellClose: "cellClose", cellClick: "cellClick", pdfExport: "pdfExport", excelExport: "excelExport", columnResize: "columnResize", columnReorder: "columnReorder", columnVisibilityChange: "columnVisibilityChange", columnLockedChange: "columnLockedChange", columnStickyChange: "columnStickyChange", scrollBottom: "scrollBottom", contentScroll: "contentScroll" }, host: { properties: { "attr.dir": "this.dir", "class.k-grid": "this.hostClass", "class.k-grid-sm": "this.sizeSmallClass", "class.k-grid-md": "this.sizeMediumClass", "class.k-grid-lockedcolumns": "this.lockedClasses", "class.k-grid-virtual": "this.virtualClasses", "class.k-grid-no-scrollbar": "this.noScrollbarClass" } }, providers: [
|
|
2004
|
+
GridComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: GridComponent, isStandalone: true, selector: "kendo-grid", inputs: { data: "data", pageSize: "pageSize", height: "height", rowHeight: "rowHeight", detailRowHeight: "detailRowHeight", skip: "skip", scrollable: "scrollable", selectable: "selectable", sort: "sort", size: "size", trackBy: "trackBy", filter: "filter", group: "group", virtualColumns: "virtualColumns", filterable: "filterable", sortable: "sortable", pageable: "pageable", groupable: "groupable", rowReorderable: "rowReorderable", navigable: "navigable", navigatable: "navigatable", autoSize: "autoSize", rowClass: "rowClass", rowSticky: "rowSticky", rowSelected: "rowSelected", cellSelected: "cellSelected", resizable: "resizable", reorderable: "reorderable", loading: "loading", columnMenu: "columnMenu", hideHeader: "hideHeader", isDetailExpanded: "isDetailExpanded", isGroupExpanded: "isGroupExpanded" }, outputs: { filterChange: "filterChange", pageChange: "pageChange", groupChange: "groupChange", sortChange: "sortChange", selectionChange: "selectionChange", rowReorder: "rowReorder", dataStateChange: "dataStateChange", groupExpand: "groupExpand", groupCollapse: "groupCollapse", detailExpand: "detailExpand", detailCollapse: "detailCollapse", edit: "edit", cancel: "cancel", save: "save", remove: "remove", add: "add", cellClose: "cellClose", cellClick: "cellClick", pdfExport: "pdfExport", excelExport: "excelExport", columnResize: "columnResize", columnReorder: "columnReorder", columnVisibilityChange: "columnVisibilityChange", columnLockedChange: "columnLockedChange", columnStickyChange: "columnStickyChange", scrollBottom: "scrollBottom", contentScroll: "contentScroll" }, host: { properties: { "attr.dir": "this.dir", "class.k-grid": "this.hostClass", "class.k-grid-sm": "this.sizeSmallClass", "class.k-grid-md": "this.sizeMediumClass", "class.k-grid-lockedcolumns": "this.lockedClasses", "class.k-grid-virtual": "this.virtualClasses", "class.k-grid-no-scrollbar": "this.noScrollbarClass" } }, providers: [
|
|
2007
2005
|
BrowserSupportService,
|
|
2008
2006
|
LocalizationService,
|
|
2009
2007
|
ColumnInfoService,
|
|
@@ -2627,7 +2625,7 @@ GridComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version:
|
|
|
2627
2625
|
</ng-template>
|
|
2628
2626
|
|
|
2629
2627
|
<div kendoWatermarkOverlay *ngIf="showLicenseWatermark"></div>
|
|
2630
|
-
`, isInline: true, dependencies: [{ kind: "directive", type:
|
|
2628
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: LocalizedMessagesDirective, selector: "[kendoGridLocalizedMessages]" }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: ToolbarComponent, selector: "kendo-grid-toolbar", inputs: ["position", "size", "navigable"] }, { kind: "component", type: PagerComponent, selector: "kendo-pager", inputs: ["total", "skip", "pageSize", "options", "size", "template"], outputs: ["pageChange"] }, { kind: "component", type: GroupPanelComponent, selector: "kendo-grid-group-panel", inputs: ["text", "navigable", "groups"], outputs: ["change"] }, { kind: "directive", type: TableDirective, selector: "table", inputs: ["locked", "virtualColumns"] }, { kind: "directive", type: GridTableDirective, selector: "[kendoGridTable]", inputs: ["size"] }, { kind: "component", type: ColGroupComponent, selector: "[kendoGridColGroup]", inputs: ["columns", "groups", "detailTemplate", "sort"] }, { kind: "component", type: HeaderComponent, selector: "[kendoGridHeader]", inputs: ["totalColumnLevels", "columns", "groups", "detailTemplate", "scrollable", "filterable", "sort", "filter", "sortable", "groupable", "lockedColumnsCount", "resizable", "reorderable", "columnMenu", "columnMenuTemplate", "totalColumnsCount", "totalColumns", "tabIndex", "size"] }, { kind: "directive", type: ResizableContainerDirective, selector: "[kendoGridResizableContainer]", inputs: ["lockedWidth", "kendoGridResizableContainer"] }, { kind: "component", type: ListComponent, selector: "kendo-grid-list", inputs: ["data", "groups", "total", "rowHeight", "stickyRowHeight", "detailRowHeight", "take", "skip", "columns", "detailTemplate", "noRecordsTemplate", "selectable", "groupable", "filterable", "rowClass", "rowSticky", "loading", "trackBy", "virtualColumns", "isVirtual", "cellLoadingTemplate", "loadingTemplate", "sort", "size"], outputs: ["contentScroll", "pageChange", "scrollBottom"] }, { kind: "directive", type: DragTargetContainerDirective, selector: "[kendoDragTargetContainer]", inputs: ["hint", "dragTargetFilter", "dragHandle", "dragDelay", "threshold", "dragTargetId", "dragData", "dragDisabled", "mode"], outputs: ["onDragReady", "onPress", "onDragStart", "onDrag", "onRelease", "onDragEnd"], exportAs: ["kendoDragTargetContainer"] }, { kind: "directive", type: DropTargetContainerDirective, selector: "[kendoDropTargetContainer]", inputs: ["dropTargetFilter", "dropDisabled"], outputs: ["onDragEnter", "onDragOver", "onDragLeave", "onDrop"], exportAs: ["kendoDropTargetContainer"] }, { kind: "directive", type: DraggableDirective, selector: "[kendoDraggable]", inputs: ["enableDrag"], outputs: ["kendoPress", "kendoDrag", "kendoRelease"] }, { kind: "directive", type: GridMarqueeDirective, selector: "[kendoGridSelectionMarquee]" }, { kind: "component", type: FooterComponent, selector: "[kendoGridFooter]", inputs: ["columns", "groups", "detailTemplate", "scrollable", "lockedColumnsCount", "logicalRowIndex", "totalColumns"] }, { kind: "component", type: TableBodyComponent, selector: "[kendoGridTableBody]", inputs: ["columns", "allColumns", "groups", "detailTemplate", "noRecordsTemplate", "data", "skip", "selectable", "filterable", "noRecordsText", "isLocked", "isLoading", "isVirtual", "cellLoadingTemplate", "skipGroupDecoration", "showGroupFooters", "lockedColumnsCount", "totalColumnsCount", "virtualColumns", "trackBy", "rowSticky", "totalColumns", "rowClass"] }, { kind: "component", type: LoadingComponent, selector: "[kendoGridLoading]", inputs: ["loadingTemplate"] }, { kind: "component", type: StatusBarComponent, selector: "kendo-grid-status-bar", inputs: ["statusBarTemplate"] }, { kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "component", type: WatermarkOverlayComponent, selector: "div[kendoWatermarkOverlay]" }], encapsulation: i0.ViewEncapsulation.None });
|
|
2631
2629
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GridComponent, decorators: [{
|
|
2632
2630
|
type: Component,
|
|
2633
2631
|
args: [{
|
|
@@ -3259,7 +3257,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
3259
3257
|
</ng-template>
|
|
3260
3258
|
|
|
3261
3259
|
<div kendoWatermarkOverlay *ngIf="showLicenseWatermark"></div>
|
|
3262
|
-
|
|
3260
|
+
`,
|
|
3261
|
+
standalone: true,
|
|
3262
|
+
imports: [
|
|
3263
|
+
LocalizedMessagesDirective, NgIf, ToolbarComponent, PagerComponent, GroupPanelComponent,
|
|
3264
|
+
TableDirective, GridTableDirective, ColGroupComponent, HeaderComponent, ResizableContainerDirective,
|
|
3265
|
+
ListComponent, DragTargetContainerDirective, DropTargetContainerDirective, DraggableDirective,
|
|
3266
|
+
GridMarqueeDirective, FooterComponent, TableBodyComponent, LoadingComponent, StatusBarComponent,
|
|
3267
|
+
IconWrapperComponent, WatermarkOverlayComponent
|
|
3268
|
+
]
|
|
3263
3269
|
}]
|
|
3264
3270
|
}], ctorParameters: function () { return [{ type: i1.BrowserSupportService }, { type: i2.SelectionService }, { type: i3.CellSelectionService }, { type: i0.ElementRef }, { type: i4.GroupInfoService }, { type: i5.GroupsService }, { type: i6.ChangeNotificationService }, { type: i7.DetailsService }, { type: i8.EditService }, { type: i9.FilterService }, { type: i10.PDFService }, { type: i11.ResponsiveService }, { type: i0.Renderer2 }, { type: i12.ExcelService }, { type: i0.NgZone }, { type: i13.ScrollSyncService }, { type: i14.DomEventsService }, { type: i15.ColumnResizingService }, { type: i0.ChangeDetectorRef }, { type: i16.ColumnReorderService }, { type: i17.ColumnInfoService }, { type: i18.NavigationService }, { type: i19.SortService }, { type: i20.ScrollRequestService }, { type: i21.LocalizationService }, { type: i22.ContextService }, { type: i23.SizingOptionsService }, { type: i24.RowReorderService }]; }, propDecorators: { data: [{
|
|
3265
3271
|
type: Input
|