@progress/kendo-angular-grid 16.5.0 → 16.6.0-develop.2
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/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 +479 -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 +12 -10
- 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 -80
- 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 +23474 -23456
- package/fesm2020/progress-kendo-angular-grid.mjs +22569 -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
package/esm2020/grid.module.mjs
CHANGED
|
@@ -2,174 +2,147 @@
|
|
|
2
2
|
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { GridSpacerComponent } from './rendering/common/spacer.component';
|
|
6
|
-
import { GridMarqueeDirective } from './selection/marquee.directive';
|
|
7
5
|
import { NgModule } from '@angular/core';
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import { ExpandGroupDirective } from './rendering/groups-expand.directive';
|
|
15
|
-
import { LocalizedMessagesDirective } from './localization/localized-messages.directive';
|
|
16
|
-
import { CustomMessagesComponent } from './localization/custom-messages.component';
|
|
17
|
-
import { RowFilterModule } from "./filtering/cell/row-filtering.module";
|
|
18
|
-
import { PagerModule } from "./pager/pager.module";
|
|
19
|
-
import { GroupModule } from "./grouping/group.module";
|
|
20
|
-
import { HeaderModule } from "./rendering/header/header.module";
|
|
21
|
-
import { BodyModule } from "./rendering/body.module";
|
|
22
|
-
import { FooterModule } from "./rendering/footer/footer.module";
|
|
23
|
-
import { SharedModule } from './shared.module';
|
|
24
|
-
import { ToolbarTemplateDirective } from "./rendering/toolbar/toolbar-template.directive";
|
|
25
|
-
import { ToolbarComponent } from "./rendering/toolbar/toolbar.component";
|
|
26
|
-
import { StatusBarTemplateDirective } from './aggregates/status-bar-template.directive';
|
|
27
|
-
import { StatusBarComponent } from './aggregates/status-bar.component';
|
|
28
|
-
import { ResizeSensorModule, WatermarkModule } from '@progress/kendo-angular-common';
|
|
29
|
-
import { TemplateEditingDirective } from './editing-directives/template-editing.directive';
|
|
30
|
-
import { ReactiveEditingDirective } from './editing-directives/reactive-editing.directive';
|
|
31
|
-
import { InCellEditingDirective } from './editing-directives/in-cell-editing.directive';
|
|
32
|
-
import { GroupBindingDirective } from './grouping/group-scroll-binding.directive';
|
|
33
|
-
import { FilterMenuModule } from "./filtering/menu/filter-menu.module";
|
|
34
|
-
import { ColumnMenuModule } from './column-menu/column-menu.module';
|
|
35
|
-
import { GridToolbarFocusableDirective } from './rendering/toolbar/toolbar-focusable.directive';
|
|
36
|
-
import { DragAndDropModule } from '@progress/kendo-angular-utils';
|
|
37
|
-
import { GridClipboardDirective } from './common/clipboard.directive';
|
|
6
|
+
import { ResizeBatchService } from '@progress/kendo-angular-common';
|
|
7
|
+
import { CalendarDOMService, CenturyViewService, DecadeViewService, MonthViewService, YearViewService, WeekNamesService, NavigationService } from '@progress/kendo-angular-dateinputs';
|
|
8
|
+
import { DialogContainerService, DialogService, WindowService, WindowContainerService } from '@progress/kendo-angular-dialog';
|
|
9
|
+
import { IconsService } from '@progress/kendo-angular-icons';
|
|
10
|
+
import { PopupService } from '@progress/kendo-angular-popup';
|
|
11
|
+
import { KENDO_GRID_BODY_EXPORTS, KENDO_GRID_COLUMN_MENU_DECLARATIONS, KENDO_GRID_DECLARATIONS, KENDO_GRID_EXPORTS, KENDO_GRID_FILTER_MENU, KENDO_GRID_FILTER_ROW, KENDO_GRID_FOOTER_EXPORTS, KENDO_GRID_GROUP_EXPORTS, KENDO_GRID_HEADER_EXPORTS, KENDO_GRID_PAGER_EXPORTS, KENDO_GRID_SHARED } from './directives';
|
|
38
12
|
import * as i0 from "@angular/core";
|
|
39
13
|
import * as i1 from "./grouping/group-header-template.directive";
|
|
40
14
|
import * as i2 from "./grouping/group-header-column-template.directive";
|
|
41
15
|
import * as i3 from "./grouping/group-footer-template.directive";
|
|
42
|
-
import * as i4 from "./
|
|
43
|
-
import * as i5 from "./
|
|
44
|
-
import * as i6 from "./columns/column
|
|
45
|
-
import * as i7 from "./
|
|
46
|
-
import * as i8 from "./
|
|
47
|
-
import * as i9 from "./navigation/
|
|
48
|
-
import * as i10 from "./
|
|
49
|
-
import * as i11 from "./
|
|
50
|
-
import * as i12 from "./
|
|
51
|
-
import * as i13 from "./
|
|
52
|
-
import * as i14 from "
|
|
53
|
-
import * as i15 from "./rendering/
|
|
54
|
-
import * as i16 from "./
|
|
55
|
-
import * as i17 from "./
|
|
56
|
-
import * as i18 from "./
|
|
57
|
-
import * as i19 from "./
|
|
58
|
-
import * as i20 from "./
|
|
59
|
-
import * as i21 from "./
|
|
60
|
-
import * as i22 from "./
|
|
61
|
-
import * as i23 from "./
|
|
62
|
-
import * as i24 from "./
|
|
63
|
-
import * as i25 from "./
|
|
64
|
-
import * as i26 from "./
|
|
65
|
-
import * as i27 from "./
|
|
66
|
-
import * as i28 from "./
|
|
67
|
-
import * as i29 from "./
|
|
68
|
-
import * as i30 from "./
|
|
69
|
-
import * as i31 from "./
|
|
70
|
-
import * as i32 from "./
|
|
71
|
-
import * as i33 from "./
|
|
72
|
-
import * as i34 from "./
|
|
73
|
-
import * as i35 from "./
|
|
74
|
-
import * as i36 from "./
|
|
75
|
-
import * as i37 from "./
|
|
76
|
-
import * as i38 from "./
|
|
77
|
-
import * as i39 from "./
|
|
78
|
-
import * as i40 from "./
|
|
79
|
-
import * as i41 from "./
|
|
80
|
-
import * as i42 from "./
|
|
81
|
-
import * as i43 from "./
|
|
82
|
-
import * as i44 from "./
|
|
83
|
-
import * as i45 from "./
|
|
84
|
-
import * as i46 from "./
|
|
85
|
-
import * as i47 from "./
|
|
86
|
-
import * as i48 from "./
|
|
87
|
-
import * as i49 from "./
|
|
88
|
-
import * as i50 from "./
|
|
89
|
-
import * as i51 from "./
|
|
90
|
-
import * as i52 from "./filtering/
|
|
91
|
-
import * as i53 from "./filtering/
|
|
92
|
-
import * as i54 from "./filtering/
|
|
93
|
-
import * as i55 from "./filtering/
|
|
94
|
-
import * as i56 from "./filtering/
|
|
95
|
-
import * as i57 from "./filtering/
|
|
96
|
-
import * as i58 from "./filtering/
|
|
97
|
-
import * as i59 from "./filtering/
|
|
98
|
-
import * as i60 from "./filtering/
|
|
99
|
-
import * as i61 from "./filtering/
|
|
100
|
-
import * as i62 from "./filtering/
|
|
101
|
-
import * as i63 from "./filtering/operators/
|
|
102
|
-
import * as i64 from "./filtering/
|
|
103
|
-
import * as i65 from "./filtering/
|
|
104
|
-
import * as i66 from "./filtering/
|
|
105
|
-
import * as i67 from "./filtering/
|
|
106
|
-
import * as i68 from "./filtering/
|
|
107
|
-
import * as i69 from "./filtering/
|
|
108
|
-
import * as i70 from "./filtering/
|
|
109
|
-
import * as i71 from "./
|
|
110
|
-
import * as i72 from "./
|
|
111
|
-
import * as i73 from "./
|
|
112
|
-
import * as i74 from "./
|
|
113
|
-
import * as i75 from "./
|
|
114
|
-
import * as i76 from "./
|
|
115
|
-
import * as i77 from "./
|
|
116
|
-
import * as i78 from "./
|
|
117
|
-
import * as i79 from "./
|
|
118
|
-
import * as i80 from "./
|
|
119
|
-
import * as i81 from "./
|
|
120
|
-
import * as i82 from "./
|
|
121
|
-
import * as i83 from "./
|
|
122
|
-
import * as i84 from "./
|
|
123
|
-
import * as i85 from "./
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
];
|
|
16
|
+
import * as i4 from "./grouping/group-header.component";
|
|
17
|
+
import * as i5 from "./grouping/group-panel.component";
|
|
18
|
+
import * as i6 from "./columns/column.component";
|
|
19
|
+
import * as i7 from "./columns/column-group.component";
|
|
20
|
+
import * as i8 from "./navigation/logical-cell.directive";
|
|
21
|
+
import * as i9 from "./navigation/logical-row.directive";
|
|
22
|
+
import * as i10 from "./navigation/focusable.directive";
|
|
23
|
+
import * as i11 from "./rendering/footer/footer-template.directive";
|
|
24
|
+
import * as i12 from "./rendering/common/col-group.component";
|
|
25
|
+
import * as i13 from "./layout/resizable.directive";
|
|
26
|
+
import * as i14 from "@progress/kendo-angular-common";
|
|
27
|
+
import * as i15 from "./rendering/common/field-accessor.pipe";
|
|
28
|
+
import * as i16 from "./rendering/details/detail-template.directive";
|
|
29
|
+
import * as i17 from "./columns/span-column.component";
|
|
30
|
+
import * as i18 from "./column-resizing/table.directive";
|
|
31
|
+
import * as i19 from "./rendering/common/loading.component";
|
|
32
|
+
import * as i20 from "./rendering/grid-table.directive";
|
|
33
|
+
import * as i21 from "./columns/command-column.component";
|
|
34
|
+
import * as i22 from "./columns/checkbox-column.component";
|
|
35
|
+
import * as i23 from "./selection/selection-checkbox.directive";
|
|
36
|
+
import * as i24 from "./rendering/cell-template.directive";
|
|
37
|
+
import * as i25 from "./editing/edit-template.directive";
|
|
38
|
+
import * as i26 from "./rendering/table-body.component";
|
|
39
|
+
import * as i27 from "./rendering/no-records-template.directive";
|
|
40
|
+
import * as i28 from "./rendering/cell.component";
|
|
41
|
+
import * as i29 from "./editing/edit-command.directive";
|
|
42
|
+
import * as i30 from "./editing/cancel-command.directive";
|
|
43
|
+
import * as i31 from "./editing/save-command.directive";
|
|
44
|
+
import * as i32 from "./editing/remove-command.directive";
|
|
45
|
+
import * as i33 from "./editing/add-command.directive";
|
|
46
|
+
import * as i34 from "./rendering/cell-loading.template.directive";
|
|
47
|
+
import * as i35 from "./rendering/loading-template.directive";
|
|
48
|
+
import * as i36 from "./columns/reorder-column.component";
|
|
49
|
+
import * as i37 from "./rendering/header/header.component";
|
|
50
|
+
import * as i38 from "./rendering/header/header-template.directive";
|
|
51
|
+
import * as i39 from "./column-resizing/column-handle.directive";
|
|
52
|
+
import * as i40 from "./selection/selectall-checkbox.directive";
|
|
53
|
+
import * as i41 from "./rendering/footer/footer.component";
|
|
54
|
+
import * as i42 from "./pager/pager.component";
|
|
55
|
+
import * as i43 from "./pager/pager-prev-buttons.component";
|
|
56
|
+
import * as i44 from "./pager/pager-next-buttons.component";
|
|
57
|
+
import * as i45 from "./pager/pager-numeric-buttons.component";
|
|
58
|
+
import * as i46 from "./pager/pager-input.component";
|
|
59
|
+
import * as i47 from "./pager/pager-info.component";
|
|
60
|
+
import * as i48 from "./pager/pager-page-sizes.component";
|
|
61
|
+
import * as i49 from "./pager/pager-template.directive";
|
|
62
|
+
import * as i50 from "./pager/pager-dropdown.directive";
|
|
63
|
+
import * as i51 from "./pager/pager-input.directive";
|
|
64
|
+
import * as i52 from "./filtering/filter-row.component";
|
|
65
|
+
import * as i53 from "./filtering/cell/filter-cell.component";
|
|
66
|
+
import * as i54 from "./filtering/cell/filter-cell-template.directive";
|
|
67
|
+
import * as i55 from "./filtering/cell/string-filter-cell.component";
|
|
68
|
+
import * as i56 from "./filtering/cell/numeric-filter-cell.component";
|
|
69
|
+
import * as i57 from "./filtering/cell/autocomplete-filter-cell.component";
|
|
70
|
+
import * as i58 from "./filtering/cell/boolean-filter-cell.component";
|
|
71
|
+
import * as i59 from "./filtering/cell/filter-cell-host.directive";
|
|
72
|
+
import * as i60 from "./filtering/cell/filter-cell-wrapper.component";
|
|
73
|
+
import * as i61 from "./filtering/cell/date-filter-cell.component";
|
|
74
|
+
import * as i62 from "./filtering/cell/filter-cell-operators.component";
|
|
75
|
+
import * as i63 from "./filtering/operators/contains-filter-operator.component";
|
|
76
|
+
import * as i64 from "./filtering/operators/not-contains-filter-operator.component";
|
|
77
|
+
import * as i65 from "./filtering/operators/ends-with-filter-operator.component";
|
|
78
|
+
import * as i66 from "./filtering/operators/eq-filter-operator.component";
|
|
79
|
+
import * as i67 from "./filtering/operators/is-empty-filter-operator.component";
|
|
80
|
+
import * as i68 from "./filtering/operators/is-not-empty-filter-operator.component";
|
|
81
|
+
import * as i69 from "./filtering/operators/is-not-null-filter-operator.component";
|
|
82
|
+
import * as i70 from "./filtering/operators/isnull-filter-operator.component";
|
|
83
|
+
import * as i71 from "./filtering/operators/neq-filter-operator.component";
|
|
84
|
+
import * as i72 from "./filtering/operators/starts-with-filter-operator.component";
|
|
85
|
+
import * as i73 from "./filtering/operators/gt-filter-operator.component";
|
|
86
|
+
import * as i74 from "./filtering/operators/gte-filter-operator.component";
|
|
87
|
+
import * as i75 from "./filtering/operators/lt-filter-operator.component";
|
|
88
|
+
import * as i76 from "./filtering/operators/lte-filter-operator.component";
|
|
89
|
+
import * as i77 from "./filtering/operators/after-filter-operator.component";
|
|
90
|
+
import * as i78 from "./filtering/operators/after-eq-filter-operator.component";
|
|
91
|
+
import * as i79 from "./filtering/operators/before-eq-filter-operator.component";
|
|
92
|
+
import * as i80 from "./filtering/operators/before-filter-operator.component";
|
|
93
|
+
import * as i81 from "./filtering/filter-input.directive";
|
|
94
|
+
import * as i82 from "./filtering/menu/filter-menu.component";
|
|
95
|
+
import * as i83 from "./filtering/menu/filter-menu-container.component";
|
|
96
|
+
import * as i84 from "./filtering/menu/filter-menu-input-wrapper.component";
|
|
97
|
+
import * as i85 from "./filtering/menu/string-filter-menu-input.component";
|
|
98
|
+
import * as i86 from "./filtering/menu/string-filter-menu.component";
|
|
99
|
+
import * as i87 from "./filtering/menu/filter-menu-template.directive";
|
|
100
|
+
import * as i88 from "./filtering/menu/numeric-filter-menu.component";
|
|
101
|
+
import * as i89 from "./filtering/menu/numeric-filter-menu-input.component";
|
|
102
|
+
import * as i90 from "./filtering/menu/date-filter-menu-input.component";
|
|
103
|
+
import * as i91 from "./filtering/menu/date-filter-menu.component";
|
|
104
|
+
import * as i92 from "./filtering/menu/filter-menu-host.directive";
|
|
105
|
+
import * as i93 from "./filtering/menu/boolean-filter-menu.component";
|
|
106
|
+
import * as i94 from "./filtering/menu/filter-menu-dropdownlist.directive";
|
|
107
|
+
import * as i95 from "./filtering/menu/filter-radio-button.directive";
|
|
108
|
+
import * as i96 from "./column-menu/column-chooser-item-checked.directive";
|
|
109
|
+
import * as i97 from "./column-menu/column-list.component";
|
|
110
|
+
import * as i98 from "./column-menu/column-chooser.component";
|
|
111
|
+
import * as i99 from "./column-menu/column-menu-chooser.component";
|
|
112
|
+
import * as i100 from "./column-menu/column-menu-filter.component";
|
|
113
|
+
import * as i101 from "./column-menu/column-menu-item.component";
|
|
114
|
+
import * as i102 from "./column-menu/column-menu-item-content-template.directive";
|
|
115
|
+
import * as i103 from "./column-menu/column-menu-sort.component";
|
|
116
|
+
import * as i104 from "./column-menu/column-menu.component";
|
|
117
|
+
import * as i105 from "./column-menu/column-menu-lock.component";
|
|
118
|
+
import * as i106 from "./column-menu/column-menu-template.directive";
|
|
119
|
+
import * as i107 from "./column-menu/column-menu-container.component";
|
|
120
|
+
import * as i108 from "./column-menu/column-menu-item.directive";
|
|
121
|
+
import * as i109 from "./column-menu/column-menu-stick.component";
|
|
122
|
+
import * as i110 from "./column-menu/column-menu-position.component";
|
|
123
|
+
import * as i111 from "./column-menu/column-menu-autosize.component";
|
|
124
|
+
import * as i112 from "./column-menu/column-menu-autosize-all.component";
|
|
125
|
+
import * as i113 from "./grid.component";
|
|
126
|
+
import * as i114 from "./rendering/list.component";
|
|
127
|
+
import * as i115 from "./rendering/toolbar/toolbar.component";
|
|
128
|
+
import * as i116 from "./localization/localized-messages.directive";
|
|
129
|
+
import * as i117 from "./localization/custom-messages.component";
|
|
130
|
+
import * as i118 from "./databinding.directive";
|
|
131
|
+
import * as i119 from "./rendering/toolbar/toolbar-template.directive";
|
|
132
|
+
import * as i120 from "./selection/selection.directive";
|
|
133
|
+
import * as i121 from "./editing-directives/template-editing.directive";
|
|
134
|
+
import * as i122 from "./editing-directives/reactive-editing.directive";
|
|
135
|
+
import * as i123 from "./editing-directives/in-cell-editing.directive";
|
|
136
|
+
import * as i124 from "./rendering/details-expand.directive";
|
|
137
|
+
import * as i125 from "./rendering/groups-expand.directive";
|
|
138
|
+
import * as i126 from "./grouping/group-scroll-binding.directive";
|
|
139
|
+
import * as i127 from "./selection/marquee.directive";
|
|
140
|
+
import * as i128 from "./rendering/common/spacer.component";
|
|
141
|
+
import * as i129 from "./rendering/toolbar/toolbar-focusable.directive";
|
|
142
|
+
import * as i130 from "./aggregates/status-bar.component";
|
|
143
|
+
import * as i131 from "./aggregates/status-bar-template.directive";
|
|
144
|
+
import * as i132 from "./common/clipboard.directive";
|
|
145
|
+
// IMPORTANT: NgModule export kept for backwards compatibility
|
|
173
146
|
/**
|
|
174
147
|
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
|
175
148
|
* definition for the Grid component.
|
|
@@ -194,84 +167,54 @@ const declarations = [
|
|
|
194
167
|
export class GridModule {
|
|
195
168
|
}
|
|
196
169
|
GridModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GridModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
197
|
-
GridModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: GridModule,
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
StatusBarComponent,
|
|
215
|
-
StatusBarTemplateDirective,
|
|
216
|
-
GridClipboardDirective], imports: [CommonModule,
|
|
217
|
-
GroupModule,
|
|
218
|
-
SharedModule,
|
|
219
|
-
BodyModule,
|
|
220
|
-
HeaderModule,
|
|
221
|
-
FooterModule,
|
|
222
|
-
PagerModule,
|
|
223
|
-
RowFilterModule,
|
|
224
|
-
FilterMenuModule,
|
|
225
|
-
ResizeSensorModule,
|
|
226
|
-
ColumnMenuModule,
|
|
227
|
-
DragAndDropModule,
|
|
228
|
-
WatermarkModule], exports: [GridComponent,
|
|
229
|
-
ToolbarTemplateDirective,
|
|
230
|
-
ToolbarComponent,
|
|
231
|
-
GridSpacerComponent,
|
|
232
|
-
StatusBarTemplateDirective,
|
|
233
|
-
DataBindingDirective,
|
|
234
|
-
SelectionDirective,
|
|
235
|
-
CustomMessagesComponent,
|
|
236
|
-
GroupBindingDirective,
|
|
237
|
-
TemplateEditingDirective,
|
|
238
|
-
ReactiveEditingDirective,
|
|
239
|
-
InCellEditingDirective,
|
|
240
|
-
ExpandDetailsDirective,
|
|
241
|
-
ExpandGroupDirective,
|
|
242
|
-
GridToolbarFocusableDirective, i1.GroupHeaderTemplateDirective, i2.GroupHeaderColumnTemplateDirective, i3.GroupFooterTemplateDirective, i4.ColumnComponent, i5.SpanColumnComponent, i6.ColumnGroupComponent, i7.FooterTemplateDirective, i8.DetailTemplateDirective, i9.FocusableDirective, i10.GridTableDirective, i11.CommandColumnComponent, i12.CheckboxColumnComponent, i13.SelectionCheckboxDirective, i14.CellTemplateDirective, i15.NoRecordsTemplateDirective, i16.EditTemplateDirective, i17.EditCommandDirective, i18.CancelCommandDirective, i19.SaveCommandDirective, i20.RemoveCommandDirective, i21.AddCommandDirective, i22.CellLoadingTemplateDirective, i23.LoadingTemplateDirective, i24.RowReorderColumnComponent, i25.HeaderTemplateDirective, i26.SelectAllCheckboxDirective, i27.PagerComponent, i28.PagerPrevButtonsComponent, i29.PagerNextButtonsComponent, i30.PagerNumericButtonsComponent, i31.PagerInputComponent, i32.PagerInfoComponent, i33.PagerPageSizesComponent, i34.PagerTemplateDirective, i35.PagerDropDownListDirective, i36.PagerInputDirective, i37.FilterRowComponent, i38.FilterCellComponent, i39.FilterCellTemplateDirective, i40.FilterCellOperatorsComponent, i41.StringFilterCellComponent, i42.NumericFilterCellComponent, i43.AutoCompleteFilterCellComponent, i44.BooleanFilterCellComponent, i45.DateFilterCellComponent, i40.FilterCellOperatorsComponent, i46.ContainsFilterOperatorComponent, i47.DoesNotContainFilterOperatorComponent, i48.EndsWithFilterOperatorComponent, i49.EqualFilterOperatorComponent, i50.IsEmptyFilterOperatorComponent, i51.IsNotEmptyFilterOperatorComponent, i52.IsNotNullFilterOperatorComponent, i53.IsNullFilterOperatorComponent, i54.NotEqualFilterOperatorComponent, i55.StartsWithFilterOperatorComponent, i56.GreaterFilterOperatorComponent, i57.GreaterOrEqualToFilterOperatorComponent, i58.LessFilterOperatorComponent, i59.LessOrEqualToFilterOperatorComponent, i60.AfterFilterOperatorComponent, i61.AfterEqFilterOperatorComponent, i62.BeforeEqFilterOperatorComponent, i63.BeforeFilterOperatorComponent, i64.StringFilterMenuComponent, i65.FilterMenuTemplateDirective, i66.NumericFilterMenuComponent, i67.DateFilterMenuComponent, i68.BooleanFilterMenuComponent, i69.FilterMenuDropDownListDirective, i70.BooleanFilterRadioButtonDirective, i40.FilterCellOperatorsComponent, i46.ContainsFilterOperatorComponent, i47.DoesNotContainFilterOperatorComponent, i48.EndsWithFilterOperatorComponent, i49.EqualFilterOperatorComponent, i50.IsEmptyFilterOperatorComponent, i51.IsNotEmptyFilterOperatorComponent, i52.IsNotNullFilterOperatorComponent, i53.IsNullFilterOperatorComponent, i54.NotEqualFilterOperatorComponent, i55.StartsWithFilterOperatorComponent, i56.GreaterFilterOperatorComponent, i57.GreaterOrEqualToFilterOperatorComponent, i58.LessFilterOperatorComponent, i59.LessOrEqualToFilterOperatorComponent, i60.AfterFilterOperatorComponent, i61.AfterEqFilterOperatorComponent, i62.BeforeEqFilterOperatorComponent, i63.BeforeFilterOperatorComponent, i71.ColumnChooserComponent, i72.ColumnMenuFilterComponent, i73.ColumnMenuItemComponent, i74.ColumnMenuItemContentTemplateDirective, i75.ColumnMenuSortComponent, i76.ColumnMenuLockComponent, i77.ColumnMenuStickComponent, i78.ColumnMenuPositionComponent, i79.ColumnMenuChooserComponent, i80.ColumnMenuTemplateDirective, i81.ColumnMenuContainerComponent, i82.ColumnMenuItemDirective, i83.ColumnMenuComponent, i84.ColumnMenuAutoSizeColumnComponent, i85.ColumnMenuAutoSizeAllColumnsComponent, GridClipboardDirective] });
|
|
243
|
-
GridModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GridModule, imports: [CommonModule,
|
|
244
|
-
GroupModule,
|
|
245
|
-
SharedModule,
|
|
246
|
-
BodyModule,
|
|
247
|
-
HeaderModule,
|
|
248
|
-
FooterModule,
|
|
249
|
-
PagerModule,
|
|
250
|
-
RowFilterModule,
|
|
251
|
-
FilterMenuModule,
|
|
252
|
-
ResizeSensorModule,
|
|
253
|
-
ColumnMenuModule,
|
|
254
|
-
DragAndDropModule,
|
|
255
|
-
WatermarkModule] });
|
|
170
|
+
GridModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: GridModule, imports: [i1.GroupHeaderTemplateDirective, i2.GroupHeaderColumnTemplateDirective, i3.GroupFooterTemplateDirective, i4.GroupHeaderComponent, i5.GroupPanelComponent, i6.ColumnComponent, i7.ColumnGroupComponent, i8.LogicalCellDirective, i9.LogicalRowDirective, i10.FocusableDirective, i11.FooterTemplateDirective, i12.ColGroupComponent, i13.ResizableContainerDirective, i14.TemplateContextDirective, i15.FieldAccessorPipe, i16.DetailTemplateDirective, i17.SpanColumnComponent, i18.TableDirective, i19.LoadingComponent, i20.GridTableDirective, i14.DraggableDirective, i21.CommandColumnComponent, i22.CheckboxColumnComponent, i23.SelectionCheckboxDirective, i24.CellTemplateDirective, i25.EditTemplateDirective, i26.TableBodyComponent, i27.NoRecordsTemplateDirective, i28.CellComponent, i29.EditCommandDirective, i30.CancelCommandDirective, i31.SaveCommandDirective, i32.RemoveCommandDirective, i33.AddCommandDirective, i34.CellLoadingTemplateDirective, i35.LoadingTemplateDirective, i36.RowReorderColumnComponent, i37.HeaderComponent, i38.HeaderTemplateDirective, i39.ColumnHandleDirective, i40.SelectAllCheckboxDirective, i41.FooterComponent, i42.PagerComponent, i43.PagerPrevButtonsComponent, i44.PagerNextButtonsComponent, i45.PagerNumericButtonsComponent, i46.PagerInputComponent, i47.PagerInfoComponent, i48.PagerPageSizesComponent, i49.PagerTemplateDirective, i50.PagerDropDownListDirective, i51.PagerInputDirective, i52.FilterRowComponent, i53.FilterCellComponent, i54.FilterCellTemplateDirective, i55.StringFilterCellComponent, i56.NumericFilterCellComponent, i57.AutoCompleteFilterCellComponent, i58.BooleanFilterCellComponent, i59.FilterCellHostDirective, i60.FilterCellWrapperComponent, i61.DateFilterCellComponent, i6.ColumnComponent, i7.ColumnGroupComponent, i8.LogicalCellDirective, i9.LogicalRowDirective, i10.FocusableDirective, i11.FooterTemplateDirective, i12.ColGroupComponent, i13.ResizableContainerDirective, i14.TemplateContextDirective, i15.FieldAccessorPipe, i16.DetailTemplateDirective, i17.SpanColumnComponent, i18.TableDirective, i19.LoadingComponent, i20.GridTableDirective, i14.DraggableDirective, i62.FilterCellOperatorsComponent, i63.ContainsFilterOperatorComponent, i64.DoesNotContainFilterOperatorComponent, i65.EndsWithFilterOperatorComponent, i66.EqualFilterOperatorComponent, i67.IsEmptyFilterOperatorComponent, i68.IsNotEmptyFilterOperatorComponent, i69.IsNotNullFilterOperatorComponent, i70.IsNullFilterOperatorComponent, i71.NotEqualFilterOperatorComponent, i72.StartsWithFilterOperatorComponent, i73.GreaterFilterOperatorComponent, i74.GreaterOrEqualToFilterOperatorComponent, i75.LessFilterOperatorComponent, i76.LessOrEqualToFilterOperatorComponent, i77.AfterFilterOperatorComponent, i78.AfterEqFilterOperatorComponent, i79.BeforeEqFilterOperatorComponent, i80.BeforeFilterOperatorComponent, i81.FilterInputDirective, i6.ColumnComponent, i7.ColumnGroupComponent, i8.LogicalCellDirective, i9.LogicalRowDirective, i10.FocusableDirective, i11.FooterTemplateDirective, i12.ColGroupComponent, i13.ResizableContainerDirective, i14.TemplateContextDirective, i15.FieldAccessorPipe, i16.DetailTemplateDirective, i17.SpanColumnComponent, i18.TableDirective, i19.LoadingComponent, i20.GridTableDirective, i14.DraggableDirective, i62.FilterCellOperatorsComponent, i63.ContainsFilterOperatorComponent, i64.DoesNotContainFilterOperatorComponent, i65.EndsWithFilterOperatorComponent, i66.EqualFilterOperatorComponent, i67.IsEmptyFilterOperatorComponent, i68.IsNotEmptyFilterOperatorComponent, i69.IsNotNullFilterOperatorComponent, i70.IsNullFilterOperatorComponent, i71.NotEqualFilterOperatorComponent, i72.StartsWithFilterOperatorComponent, i73.GreaterFilterOperatorComponent, i74.GreaterOrEqualToFilterOperatorComponent, i75.LessFilterOperatorComponent, i76.LessOrEqualToFilterOperatorComponent, i77.AfterFilterOperatorComponent, i78.AfterEqFilterOperatorComponent, i79.BeforeEqFilterOperatorComponent, i80.BeforeFilterOperatorComponent, i81.FilterInputDirective, i82.FilterMenuComponent, i83.FilterMenuContainerComponent, i84.FilterMenuInputWrapperComponent, i85.StringFilterMenuInputComponent, i86.StringFilterMenuComponent, i87.FilterMenuTemplateDirective, i88.NumericFilterMenuComponent, i89.NumericFilterMenuInputComponent, i90.DateFilterMenuInputComponent, i91.DateFilterMenuComponent, i92.FilterMenuHostDirective, i93.BooleanFilterMenuComponent, i94.FilterMenuDropDownListDirective, i95.BooleanFilterRadioButtonDirective, i96.ColumnMenuChooserItemCheckedDirective, i97.ColumnListComponent, i98.ColumnChooserComponent, i99.ColumnMenuChooserComponent, i100.ColumnMenuFilterComponent, i101.ColumnMenuItemComponent, i102.ColumnMenuItemContentTemplateDirective, i103.ColumnMenuSortComponent, i104.ColumnMenuComponent, i105.ColumnMenuLockComponent, i106.ColumnMenuTemplateDirective, i107.ColumnMenuContainerComponent, i108.ColumnMenuItemDirective, i109.ColumnMenuStickComponent, i110.ColumnMenuPositionComponent, i111.ColumnMenuAutoSizeColumnComponent, i112.ColumnMenuAutoSizeAllColumnsComponent, i113.GridComponent, i114.ListComponent, i115.ToolbarComponent, i116.LocalizedMessagesDirective, i117.CustomMessagesComponent, i118.DataBindingDirective, i119.ToolbarTemplateDirective, i120.SelectionDirective, i121.TemplateEditingDirective, i122.ReactiveEditingDirective, i123.InCellEditingDirective, i124.ExpandDetailsDirective, i125.ExpandGroupDirective, i126.GroupBindingDirective, i127.GridMarqueeDirective, i128.GridSpacerComponent, i129.GridToolbarFocusableDirective, i130.StatusBarComponent, i131.StatusBarTemplateDirective, i132.GridClipboardDirective], exports: [i113.GridComponent, i119.ToolbarTemplateDirective, i115.ToolbarComponent, i128.GridSpacerComponent, i131.StatusBarTemplateDirective, i118.DataBindingDirective, i120.SelectionDirective, i117.CustomMessagesComponent, i126.GroupBindingDirective, i121.TemplateEditingDirective, i122.ReactiveEditingDirective, i123.InCellEditingDirective, i124.ExpandDetailsDirective, i125.ExpandGroupDirective, i129.GridToolbarFocusableDirective, i1.GroupHeaderTemplateDirective, i2.GroupHeaderColumnTemplateDirective, i3.GroupFooterTemplateDirective, i4.GroupHeaderComponent, i5.GroupPanelComponent, i6.ColumnComponent, i7.ColumnGroupComponent, i8.LogicalCellDirective, i9.LogicalRowDirective, i10.FocusableDirective, i11.FooterTemplateDirective, i12.ColGroupComponent, i13.ResizableContainerDirective, i14.TemplateContextDirective, i15.FieldAccessorPipe, i16.DetailTemplateDirective, i17.SpanColumnComponent, i18.TableDirective, i19.LoadingComponent, i20.GridTableDirective, i14.DraggableDirective, i21.CommandColumnComponent, i22.CheckboxColumnComponent, i23.SelectionCheckboxDirective, i24.CellTemplateDirective, i25.EditTemplateDirective, i26.TableBodyComponent, i27.NoRecordsTemplateDirective, i28.CellComponent, i29.EditCommandDirective, i30.CancelCommandDirective, i31.SaveCommandDirective, i32.RemoveCommandDirective, i33.AddCommandDirective, i34.CellLoadingTemplateDirective, i35.LoadingTemplateDirective, i36.RowReorderColumnComponent, i37.HeaderComponent, i38.HeaderTemplateDirective, i39.ColumnHandleDirective, i40.SelectAllCheckboxDirective, i42.PagerComponent, i43.PagerPrevButtonsComponent, i44.PagerNextButtonsComponent, i45.PagerNumericButtonsComponent, i46.PagerInputComponent, i47.PagerInfoComponent, i48.PagerPageSizesComponent, i49.PagerTemplateDirective, i50.PagerDropDownListDirective, i51.PagerInputDirective, i52.FilterRowComponent, i53.FilterCellComponent, i54.FilterCellTemplateDirective, i55.StringFilterCellComponent, i56.NumericFilterCellComponent, i57.AutoCompleteFilterCellComponent, i58.BooleanFilterCellComponent, i59.FilterCellHostDirective, i60.FilterCellWrapperComponent, i61.DateFilterCellComponent, i62.FilterCellOperatorsComponent, i63.ContainsFilterOperatorComponent, i64.DoesNotContainFilterOperatorComponent, i65.EndsWithFilterOperatorComponent, i66.EqualFilterOperatorComponent, i67.IsEmptyFilterOperatorComponent, i68.IsNotEmptyFilterOperatorComponent, i69.IsNotNullFilterOperatorComponent, i70.IsNullFilterOperatorComponent, i71.NotEqualFilterOperatorComponent, i72.StartsWithFilterOperatorComponent, i73.GreaterFilterOperatorComponent, i74.GreaterOrEqualToFilterOperatorComponent, i75.LessFilterOperatorComponent, i76.LessOrEqualToFilterOperatorComponent, i77.AfterFilterOperatorComponent, i78.AfterEqFilterOperatorComponent, i79.BeforeEqFilterOperatorComponent, i80.BeforeFilterOperatorComponent, i82.FilterMenuComponent, i83.FilterMenuContainerComponent, i84.FilterMenuInputWrapperComponent, i85.StringFilterMenuInputComponent, i86.StringFilterMenuComponent, i87.FilterMenuTemplateDirective, i88.NumericFilterMenuComponent, i89.NumericFilterMenuInputComponent, i90.DateFilterMenuInputComponent, i91.DateFilterMenuComponent, i92.FilterMenuHostDirective, i93.BooleanFilterMenuComponent, i94.FilterMenuDropDownListDirective, i95.BooleanFilterRadioButtonDirective, i98.ColumnChooserComponent, i100.ColumnMenuFilterComponent, i101.ColumnMenuItemComponent, i102.ColumnMenuItemContentTemplateDirective, i103.ColumnMenuSortComponent, i105.ColumnMenuLockComponent, i109.ColumnMenuStickComponent, i110.ColumnMenuPositionComponent, i99.ColumnMenuChooserComponent, i106.ColumnMenuTemplateDirective, i107.ColumnMenuContainerComponent, i108.ColumnMenuItemDirective, i104.ColumnMenuComponent, i111.ColumnMenuAutoSizeColumnComponent, i112.ColumnMenuAutoSizeAllColumnsComponent, i132.GridClipboardDirective] });
|
|
171
|
+
GridModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GridModule, providers: [
|
|
172
|
+
PopupService,
|
|
173
|
+
ResizeBatchService,
|
|
174
|
+
IconsService,
|
|
175
|
+
DialogContainerService,
|
|
176
|
+
DialogService,
|
|
177
|
+
WindowService,
|
|
178
|
+
WindowContainerService,
|
|
179
|
+
CalendarDOMService,
|
|
180
|
+
CenturyViewService,
|
|
181
|
+
DecadeViewService,
|
|
182
|
+
MonthViewService,
|
|
183
|
+
YearViewService,
|
|
184
|
+
WeekNamesService,
|
|
185
|
+
NavigationService
|
|
186
|
+
], imports: [i4.GroupHeaderComponent, i5.GroupPanelComponent, i6.ColumnComponent, i7.ColumnGroupComponent, i12.ColGroupComponent, i17.SpanColumnComponent, i19.LoadingComponent, i21.CommandColumnComponent, i22.CheckboxColumnComponent, i26.TableBodyComponent, i28.CellComponent, i29.EditCommandDirective, i30.CancelCommandDirective, i31.SaveCommandDirective, i32.RemoveCommandDirective, i33.AddCommandDirective, i36.RowReorderColumnComponent, i37.HeaderComponent, KENDO_GRID_FOOTER_EXPORTS, i42.PagerComponent, i43.PagerPrevButtonsComponent, i44.PagerNextButtonsComponent, i45.PagerNumericButtonsComponent, i46.PagerInputComponent, i47.PagerInfoComponent, i48.PagerPageSizesComponent, i52.FilterRowComponent, i53.FilterCellComponent, i55.StringFilterCellComponent, i56.NumericFilterCellComponent, i57.AutoCompleteFilterCellComponent, i58.BooleanFilterCellComponent, i60.FilterCellWrapperComponent, i61.DateFilterCellComponent, i6.ColumnComponent, i7.ColumnGroupComponent, i12.ColGroupComponent, i17.SpanColumnComponent, i19.LoadingComponent, i62.FilterCellOperatorsComponent, i63.ContainsFilterOperatorComponent, i64.DoesNotContainFilterOperatorComponent, i65.EndsWithFilterOperatorComponent, i66.EqualFilterOperatorComponent, i67.IsEmptyFilterOperatorComponent, i68.IsNotEmptyFilterOperatorComponent, i69.IsNotNullFilterOperatorComponent, i70.IsNullFilterOperatorComponent, i71.NotEqualFilterOperatorComponent, i72.StartsWithFilterOperatorComponent, i73.GreaterFilterOperatorComponent, i74.GreaterOrEqualToFilterOperatorComponent, i75.LessFilterOperatorComponent, i76.LessOrEqualToFilterOperatorComponent, i77.AfterFilterOperatorComponent, i78.AfterEqFilterOperatorComponent, i79.BeforeEqFilterOperatorComponent, i80.BeforeFilterOperatorComponent, i6.ColumnComponent, i7.ColumnGroupComponent, i12.ColGroupComponent, i17.SpanColumnComponent, i19.LoadingComponent, i62.FilterCellOperatorsComponent, i63.ContainsFilterOperatorComponent, i64.DoesNotContainFilterOperatorComponent, i65.EndsWithFilterOperatorComponent, i66.EqualFilterOperatorComponent, i67.IsEmptyFilterOperatorComponent, i68.IsNotEmptyFilterOperatorComponent, i69.IsNotNullFilterOperatorComponent, i70.IsNullFilterOperatorComponent, i71.NotEqualFilterOperatorComponent, i72.StartsWithFilterOperatorComponent, i73.GreaterFilterOperatorComponent, i74.GreaterOrEqualToFilterOperatorComponent, i75.LessFilterOperatorComponent, i76.LessOrEqualToFilterOperatorComponent, i77.AfterFilterOperatorComponent, i78.AfterEqFilterOperatorComponent, i79.BeforeEqFilterOperatorComponent, i80.BeforeFilterOperatorComponent, i82.FilterMenuComponent, i83.FilterMenuContainerComponent, i84.FilterMenuInputWrapperComponent, i85.StringFilterMenuInputComponent, i86.StringFilterMenuComponent, i88.NumericFilterMenuComponent, i89.NumericFilterMenuInputComponent, i90.DateFilterMenuInputComponent, i91.DateFilterMenuComponent, i93.BooleanFilterMenuComponent, i97.ColumnListComponent, i98.ColumnChooserComponent, i99.ColumnMenuChooserComponent, i100.ColumnMenuFilterComponent, i101.ColumnMenuItemComponent, i103.ColumnMenuSortComponent, i104.ColumnMenuComponent, i105.ColumnMenuLockComponent, i107.ColumnMenuContainerComponent, i109.ColumnMenuStickComponent, i110.ColumnMenuPositionComponent, i111.ColumnMenuAutoSizeColumnComponent, i112.ColumnMenuAutoSizeAllColumnsComponent, i113.GridComponent, i114.ListComponent, i115.ToolbarComponent, i117.CustomMessagesComponent, i128.GridSpacerComponent, i130.StatusBarComponent] });
|
|
256
187
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GridModule, decorators: [{
|
|
257
188
|
type: NgModule,
|
|
258
189
|
args: [{
|
|
259
|
-
|
|
260
|
-
exports: [exportedModules],
|
|
190
|
+
exports: [...KENDO_GRID_EXPORTS],
|
|
261
191
|
imports: [
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
192
|
+
...KENDO_GRID_GROUP_EXPORTS,
|
|
193
|
+
...KENDO_GRID_SHARED,
|
|
194
|
+
...KENDO_GRID_BODY_EXPORTS,
|
|
195
|
+
...KENDO_GRID_HEADER_EXPORTS,
|
|
196
|
+
...KENDO_GRID_FOOTER_EXPORTS,
|
|
197
|
+
...KENDO_GRID_PAGER_EXPORTS,
|
|
198
|
+
...KENDO_GRID_FILTER_ROW,
|
|
199
|
+
...KENDO_GRID_FILTER_MENU,
|
|
200
|
+
...KENDO_GRID_COLUMN_MENU_DECLARATIONS,
|
|
201
|
+
...KENDO_GRID_DECLARATIONS
|
|
202
|
+
],
|
|
203
|
+
providers: [
|
|
204
|
+
PopupService,
|
|
205
|
+
ResizeBatchService,
|
|
206
|
+
IconsService,
|
|
207
|
+
DialogContainerService,
|
|
208
|
+
DialogService,
|
|
209
|
+
WindowService,
|
|
210
|
+
WindowContainerService,
|
|
211
|
+
CalendarDOMService,
|
|
212
|
+
CenturyViewService,
|
|
213
|
+
DecadeViewService,
|
|
214
|
+
MonthViewService,
|
|
215
|
+
YearViewService,
|
|
216
|
+
WeekNamesService,
|
|
217
|
+
NavigationService
|
|
275
218
|
]
|
|
276
219
|
}]
|
|
277
220
|
}] });
|
|
@@ -32,11 +32,12 @@ export class GroupFooterTemplateDirective {
|
|
|
32
32
|
}
|
|
33
33
|
}
|
|
34
34
|
GroupFooterTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GroupFooterTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
35
|
-
GroupFooterTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: GroupFooterTemplateDirective, selector: "[kendoGridGroupFooterTemplate]", ngImport: i0 });
|
|
35
|
+
GroupFooterTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: GroupFooterTemplateDirective, isStandalone: true, selector: "[kendoGridGroupFooterTemplate]", ngImport: i0 });
|
|
36
36
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GroupFooterTemplateDirective, decorators: [{
|
|
37
37
|
type: Directive,
|
|
38
38
|
args: [{
|
|
39
|
-
selector: '[kendoGridGroupFooterTemplate]'
|
|
39
|
+
selector: '[kendoGridGroupFooterTemplate]',
|
|
40
|
+
standalone: true
|
|
40
41
|
}]
|
|
41
42
|
}], ctorParameters: function () { return [{ type: i0.TemplateRef, decorators: [{
|
|
42
43
|
type: Optional
|
|
@@ -32,11 +32,12 @@ export class GroupHeaderColumnTemplateDirective {
|
|
|
32
32
|
}
|
|
33
33
|
}
|
|
34
34
|
GroupHeaderColumnTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GroupHeaderColumnTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
35
|
-
GroupHeaderColumnTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: GroupHeaderColumnTemplateDirective, selector: "[kendoGridGroupHeaderColumnTemplate]", ngImport: i0 });
|
|
35
|
+
GroupHeaderColumnTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: GroupHeaderColumnTemplateDirective, isStandalone: true, selector: "[kendoGridGroupHeaderColumnTemplate]", ngImport: i0 });
|
|
36
36
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GroupHeaderColumnTemplateDirective, decorators: [{
|
|
37
37
|
type: Directive,
|
|
38
38
|
args: [{
|
|
39
|
-
selector: '[kendoGridGroupHeaderColumnTemplate]'
|
|
39
|
+
selector: '[kendoGridGroupHeaderColumnTemplate]',
|
|
40
|
+
standalone: true
|
|
40
41
|
}]
|
|
41
42
|
}], ctorParameters: function () { return [{ type: i0.TemplateRef, decorators: [{
|
|
42
43
|
type: Optional
|
|
@@ -34,11 +34,12 @@ export class GroupHeaderTemplateDirective {
|
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
GroupHeaderTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GroupHeaderTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
37
|
-
GroupHeaderTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: GroupHeaderTemplateDirective, selector: "[kendoGridGroupHeaderTemplate]", ngImport: i0 });
|
|
37
|
+
GroupHeaderTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: GroupHeaderTemplateDirective, isStandalone: true, selector: "[kendoGridGroupHeaderTemplate]", ngImport: i0 });
|
|
38
38
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GroupHeaderTemplateDirective, decorators: [{
|
|
39
39
|
type: Directive,
|
|
40
40
|
args: [{
|
|
41
|
-
selector: '[kendoGridGroupHeaderTemplate]'
|
|
41
|
+
selector: '[kendoGridGroupHeaderTemplate]',
|
|
42
|
+
standalone: true
|
|
42
43
|
}]
|
|
43
44
|
}], ctorParameters: function () { return [{ type: i0.TemplateRef, decorators: [{
|
|
44
45
|
type: Optional
|
|
@@ -9,15 +9,15 @@ import { columnsSpan } from '../columns/column-common';
|
|
|
9
9
|
import { getGroupRowArgs } from './utils';
|
|
10
10
|
import { ContextService } from '../common/provider.service';
|
|
11
11
|
import { caretAltDownIcon, caretAltRightIcon, caretAltLeftIcon } from '@progress/kendo-svg-icons';
|
|
12
|
+
import { FieldAccessorPipe } from '../rendering/common/field-accessor.pipe';
|
|
13
|
+
import { IconWrapperComponent } from '@progress/kendo-angular-icons';
|
|
14
|
+
import { LogicalCellDirective } from '../navigation/logical-cell.directive';
|
|
15
|
+
import { NgIf, NgFor, NgTemplateOutlet } from '@angular/common';
|
|
16
|
+
import { TemplateContextDirective } from '@progress/kendo-angular-common';
|
|
12
17
|
import * as i0 from "@angular/core";
|
|
13
18
|
import * as i1 from "./groups.service";
|
|
14
19
|
import * as i2 from "./group-info.service";
|
|
15
20
|
import * as i3 from "../common/provider.service";
|
|
16
|
-
import * as i4 from "@angular/common";
|
|
17
|
-
import * as i5 from "../navigation/logical-cell.directive";
|
|
18
|
-
import * as i6 from "../rendering/common/template-context.directive";
|
|
19
|
-
import * as i7 from "@progress/kendo-angular-icons";
|
|
20
|
-
import * as i8 from "../rendering/common/field-accessor.pipe";
|
|
21
21
|
/**
|
|
22
22
|
* @hidden
|
|
23
23
|
*/
|
|
@@ -104,7 +104,7 @@ export class GroupHeaderComponent {
|
|
|
104
104
|
}
|
|
105
105
|
}
|
|
106
106
|
GroupHeaderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GroupHeaderComponent, deps: [{ token: i1.GroupsService }, { token: i2.GroupInfoService }, { token: i3.ContextService }], target: i0.ɵɵFactoryTarget.Component });
|
|
107
|
-
GroupHeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: GroupHeaderComponent, selector: "[kendoGridGroupHeader]", inputs: { rowIndex: "rowIndex", logicalRowIndex: "logicalRowIndex", item: "item", skipGroupDecoration: "skipGroupDecoration", hasDetails: "hasDetails", totalColumnsCount: "totalColumnsCount", hasGroupHeaderColumn: "hasGroupHeaderColumn", groupHeaderColumns: "groupHeaderColumns", columns: "columns", groups: "groups" }, host: { properties: { "class.k-grouping-row": "this.groupItemClass", "class.k-table-group-row": "this.tableGroupRowClass" } }, ngImport: i0, template: `
|
|
107
|
+
GroupHeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: GroupHeaderComponent, isStandalone: true, selector: "[kendoGridGroupHeader]", inputs: { rowIndex: "rowIndex", logicalRowIndex: "logicalRowIndex", item: "item", skipGroupDecoration: "skipGroupDecoration", hasDetails: "hasDetails", totalColumnsCount: "totalColumnsCount", hasGroupHeaderColumn: "hasGroupHeaderColumn", groupHeaderColumns: "groupHeaderColumns", columns: "columns", groups: "groups" }, host: { properties: { "class.k-grouping-row": "this.groupItemClass", "class.k-table-group-row": "this.tableGroupRowClass" } }, ngImport: i0, template: `
|
|
108
108
|
<ng-container *ngIf="!skipGroupDecoration">
|
|
109
109
|
<td class="k-group-cell k-table-td"
|
|
110
110
|
role="presentation"
|
|
@@ -173,7 +173,7 @@ GroupHeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", v
|
|
|
173
173
|
</ng-template>
|
|
174
174
|
</td>
|
|
175
175
|
</ng-container>
|
|
176
|
-
`, isInline: true, dependencies: [{ kind: "directive", type:
|
|
176
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: NgFor, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: LogicalCellDirective, selector: "[kendoGridLogicalCell]", inputs: ["logicalColIndex", "logicalRowIndex", "logicalSlaveCell", "colIndex", "colSpan", "rowSpan", "groupItem", "dataRowIndex", "dataItem", "detailExpandCell", "headerLabelText"] }, { kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "directive", type: TemplateContextDirective, selector: "[templateContext]", inputs: ["templateContext"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "pipe", type: FieldAccessorPipe, name: "valueOf" }] });
|
|
177
177
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GroupHeaderComponent, decorators: [{
|
|
178
178
|
type: Component,
|
|
179
179
|
args: [{
|
|
@@ -247,7 +247,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
247
247
|
</ng-template>
|
|
248
248
|
</td>
|
|
249
249
|
</ng-container>
|
|
250
|
-
|
|
250
|
+
`,
|
|
251
|
+
standalone: true,
|
|
252
|
+
imports: [NgIf, NgFor, LogicalCellDirective, IconWrapperComponent, TemplateContextDirective, NgTemplateOutlet, FieldAccessorPipe]
|
|
251
253
|
}]
|
|
252
254
|
}], ctorParameters: function () { return [{ type: i1.GroupsService }, { type: i2.GroupInfoService }, { type: i3.ContextService }]; }, propDecorators: { rowIndex: [{
|
|
253
255
|
type: Input
|