@progress/kendo-angular-grid 16.5.0 → 16.6.0-develop.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/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
|
@@ -3,64 +3,153 @@
|
|
|
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 { ColumnHandleDirective } from './../../column-resizing/column-handle.directive';
|
|
13
|
-
import { SelectAllCheckboxDirective } from "../../selection/selectall-checkbox.directive";
|
|
14
|
-
import { FilterMenuModule } from '../../filtering/menu/filter-menu.module';
|
|
15
|
-
import { DragAndDropModule } from '../../dragdrop/drag-and-drop.module';
|
|
16
|
-
import { ColumnMenuModule } from '../../column-menu/column-menu.module';
|
|
6
|
+
import { IconsService } from '@progress/kendo-angular-icons';
|
|
7
|
+
import { PopupService } from '@progress/kendo-angular-popup';
|
|
8
|
+
import { ResizeBatchService } from '@progress/kendo-angular-common';
|
|
9
|
+
import { KENDO_GRID_COLUMN_DRAGANDDROP, KENDO_GRID_COLUMN_MENU_DECLARATIONS, KENDO_GRID_FILTER_MENU, KENDO_GRID_FILTER_ROW, KENDO_GRID_GROUP_EXPORTS, KENDO_GRID_HEADER_EXPORTS, KENDO_GRID_SHARED } from '../../directives';
|
|
10
|
+
import { DialogContainerService, DialogService, WindowContainerService, WindowService } from '@progress/kendo-angular-dialog';
|
|
11
|
+
import { CalendarDOMService, CenturyViewService, DecadeViewService, MonthViewService, NavigationService, WeekNamesService, YearViewService } from '@progress/kendo-angular-dateinputs';
|
|
17
12
|
import * as i0 from "@angular/core";
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
13
|
+
import * as i1 from "../../grouping/group-header-template.directive";
|
|
14
|
+
import * as i2 from "../../grouping/group-header-column-template.directive";
|
|
15
|
+
import * as i3 from "../../grouping/group-footer-template.directive";
|
|
16
|
+
import * as i4 from "../../grouping/group-header.component";
|
|
17
|
+
import * as i5 from "../../grouping/group-panel.component";
|
|
18
|
+
import * as i6 from "../../filtering/filter-row.component";
|
|
19
|
+
import * as i7 from "../../filtering/cell/filter-cell.component";
|
|
20
|
+
import * as i8 from "../../filtering/cell/filter-cell-template.directive";
|
|
21
|
+
import * as i9 from "../../filtering/cell/string-filter-cell.component";
|
|
22
|
+
import * as i10 from "../../filtering/cell/numeric-filter-cell.component";
|
|
23
|
+
import * as i11 from "../../filtering/cell/autocomplete-filter-cell.component";
|
|
24
|
+
import * as i12 from "../../filtering/cell/boolean-filter-cell.component";
|
|
25
|
+
import * as i13 from "../../filtering/cell/filter-cell-host.directive";
|
|
26
|
+
import * as i14 from "../../filtering/cell/filter-cell-wrapper.component";
|
|
27
|
+
import * as i15 from "../../filtering/cell/date-filter-cell.component";
|
|
28
|
+
import * as i16 from "../../columns/column.component";
|
|
29
|
+
import * as i17 from "../../columns/column-group.component";
|
|
30
|
+
import * as i18 from "../../navigation/logical-cell.directive";
|
|
31
|
+
import * as i19 from "../../navigation/logical-row.directive";
|
|
32
|
+
import * as i20 from "../../navigation/focusable.directive";
|
|
33
|
+
import * as i21 from "../footer/footer-template.directive";
|
|
34
|
+
import * as i22 from "../common/col-group.component";
|
|
35
|
+
import * as i23 from "../../layout/resizable.directive";
|
|
36
|
+
import * as i24 from "@progress/kendo-angular-common";
|
|
37
|
+
import * as i25 from "../common/field-accessor.pipe";
|
|
38
|
+
import * as i26 from "../details/detail-template.directive";
|
|
39
|
+
import * as i27 from "../../columns/span-column.component";
|
|
40
|
+
import * as i28 from "../../column-resizing/table.directive";
|
|
41
|
+
import * as i29 from "../common/loading.component";
|
|
42
|
+
import * as i30 from "../grid-table.directive";
|
|
43
|
+
import * as i31 from "../../filtering/cell/filter-cell-operators.component";
|
|
44
|
+
import * as i32 from "../../filtering/operators/contains-filter-operator.component";
|
|
45
|
+
import * as i33 from "../../filtering/operators/not-contains-filter-operator.component";
|
|
46
|
+
import * as i34 from "../../filtering/operators/ends-with-filter-operator.component";
|
|
47
|
+
import * as i35 from "../../filtering/operators/eq-filter-operator.component";
|
|
48
|
+
import * as i36 from "../../filtering/operators/is-empty-filter-operator.component";
|
|
49
|
+
import * as i37 from "../../filtering/operators/is-not-empty-filter-operator.component";
|
|
50
|
+
import * as i38 from "../../filtering/operators/is-not-null-filter-operator.component";
|
|
51
|
+
import * as i39 from "../../filtering/operators/isnull-filter-operator.component";
|
|
52
|
+
import * as i40 from "../../filtering/operators/neq-filter-operator.component";
|
|
53
|
+
import * as i41 from "../../filtering/operators/starts-with-filter-operator.component";
|
|
54
|
+
import * as i42 from "../../filtering/operators/gt-filter-operator.component";
|
|
55
|
+
import * as i43 from "../../filtering/operators/gte-filter-operator.component";
|
|
56
|
+
import * as i44 from "../../filtering/operators/lt-filter-operator.component";
|
|
57
|
+
import * as i45 from "../../filtering/operators/lte-filter-operator.component";
|
|
58
|
+
import * as i46 from "../../filtering/operators/after-filter-operator.component";
|
|
59
|
+
import * as i47 from "../../filtering/operators/after-eq-filter-operator.component";
|
|
60
|
+
import * as i48 from "../../filtering/operators/before-eq-filter-operator.component";
|
|
61
|
+
import * as i49 from "../../filtering/operators/before-filter-operator.component";
|
|
62
|
+
import * as i50 from "../../filtering/filter-input.directive";
|
|
63
|
+
import * as i51 from "../../filtering/menu/filter-menu.component";
|
|
64
|
+
import * as i52 from "../../filtering/menu/filter-menu-container.component";
|
|
65
|
+
import * as i53 from "../../filtering/menu/filter-menu-input-wrapper.component";
|
|
66
|
+
import * as i54 from "../../filtering/menu/string-filter-menu-input.component";
|
|
67
|
+
import * as i55 from "../../filtering/menu/string-filter-menu.component";
|
|
68
|
+
import * as i56 from "../../filtering/menu/filter-menu-template.directive";
|
|
69
|
+
import * as i57 from "../../filtering/menu/numeric-filter-menu.component";
|
|
70
|
+
import * as i58 from "../../filtering/menu/numeric-filter-menu-input.component";
|
|
71
|
+
import * as i59 from "../../filtering/menu/date-filter-menu-input.component";
|
|
72
|
+
import * as i60 from "../../filtering/menu/date-filter-menu.component";
|
|
73
|
+
import * as i61 from "../../filtering/menu/filter-menu-host.directive";
|
|
74
|
+
import * as i62 from "../../filtering/menu/boolean-filter-menu.component";
|
|
75
|
+
import * as i63 from "../../filtering/menu/filter-menu-dropdownlist.directive";
|
|
76
|
+
import * as i64 from "../../filtering/menu/filter-radio-button.directive";
|
|
77
|
+
import * as i65 from "../../dragdrop/draggable-column.directive";
|
|
78
|
+
import * as i66 from "../../dragdrop/drop-target.directive";
|
|
79
|
+
import * as i67 from "../../column-menu/column-chooser-item-checked.directive";
|
|
80
|
+
import * as i68 from "../../column-menu/column-list.component";
|
|
81
|
+
import * as i69 from "../../column-menu/column-chooser.component";
|
|
82
|
+
import * as i70 from "../../column-menu/column-menu-chooser.component";
|
|
83
|
+
import * as i71 from "../../column-menu/column-menu-filter.component";
|
|
84
|
+
import * as i72 from "../../column-menu/column-menu-item.component";
|
|
85
|
+
import * as i73 from "../../column-menu/column-menu-item-content-template.directive";
|
|
86
|
+
import * as i74 from "../../column-menu/column-menu-sort.component";
|
|
87
|
+
import * as i75 from "../../column-menu/column-menu.component";
|
|
88
|
+
import * as i76 from "../../column-menu/column-menu-lock.component";
|
|
89
|
+
import * as i77 from "../../column-menu/column-menu-template.directive";
|
|
90
|
+
import * as i78 from "../../column-menu/column-menu-container.component";
|
|
91
|
+
import * as i79 from "../../column-menu/column-menu-item.directive";
|
|
92
|
+
import * as i80 from "../../column-menu/column-menu-stick.component";
|
|
93
|
+
import * as i81 from "../../column-menu/column-menu-position.component";
|
|
94
|
+
import * as i82 from "../../column-menu/column-menu-autosize.component";
|
|
95
|
+
import * as i83 from "../../column-menu/column-menu-autosize-all.component";
|
|
96
|
+
import * as i84 from "./header.component";
|
|
97
|
+
import * as i85 from "./header-template.directive";
|
|
98
|
+
import * as i86 from "../../column-resizing/column-handle.directive";
|
|
99
|
+
import * as i87 from "../../selection/selectall-checkbox.directive";
|
|
24
100
|
const importedModules = [
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
ColumnMenuModule
|
|
101
|
+
...KENDO_GRID_GROUP_EXPORTS,
|
|
102
|
+
...KENDO_GRID_FILTER_ROW,
|
|
103
|
+
...KENDO_GRID_FILTER_MENU,
|
|
104
|
+
...KENDO_GRID_SHARED,
|
|
105
|
+
...KENDO_GRID_COLUMN_DRAGANDDROP,
|
|
106
|
+
...KENDO_GRID_COLUMN_MENU_DECLARATIONS
|
|
32
107
|
];
|
|
33
108
|
/**
|
|
34
109
|
* @hidden
|
|
110
|
+
*
|
|
111
|
+
* This module is deprecated and will be removed in a future major version release.
|
|
35
112
|
*/
|
|
36
113
|
export class HeaderModule {
|
|
37
|
-
static exports() {
|
|
38
|
-
return [
|
|
39
|
-
HeaderTemplateDirective,
|
|
40
|
-
SelectAllCheckboxDirective
|
|
41
|
-
];
|
|
42
|
-
}
|
|
43
114
|
}
|
|
44
115
|
HeaderModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: HeaderModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
45
|
-
HeaderModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: HeaderModule,
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
116
|
+
HeaderModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: HeaderModule, imports: [i1.GroupHeaderTemplateDirective, i2.GroupHeaderColumnTemplateDirective, i3.GroupFooterTemplateDirective, i4.GroupHeaderComponent, i5.GroupPanelComponent, i6.FilterRowComponent, i7.FilterCellComponent, i8.FilterCellTemplateDirective, i9.StringFilterCellComponent, i10.NumericFilterCellComponent, i11.AutoCompleteFilterCellComponent, i12.BooleanFilterCellComponent, i13.FilterCellHostDirective, i14.FilterCellWrapperComponent, i15.DateFilterCellComponent, i16.ColumnComponent, i17.ColumnGroupComponent, i18.LogicalCellDirective, i19.LogicalRowDirective, i20.FocusableDirective, i21.FooterTemplateDirective, i22.ColGroupComponent, i23.ResizableContainerDirective, i24.TemplateContextDirective, i25.FieldAccessorPipe, i26.DetailTemplateDirective, i27.SpanColumnComponent, i28.TableDirective, i29.LoadingComponent, i30.GridTableDirective, i24.DraggableDirective, i31.FilterCellOperatorsComponent, i32.ContainsFilterOperatorComponent, i33.DoesNotContainFilterOperatorComponent, i34.EndsWithFilterOperatorComponent, i35.EqualFilterOperatorComponent, i36.IsEmptyFilterOperatorComponent, i37.IsNotEmptyFilterOperatorComponent, i38.IsNotNullFilterOperatorComponent, i39.IsNullFilterOperatorComponent, i40.NotEqualFilterOperatorComponent, i41.StartsWithFilterOperatorComponent, i42.GreaterFilterOperatorComponent, i43.GreaterOrEqualToFilterOperatorComponent, i44.LessFilterOperatorComponent, i45.LessOrEqualToFilterOperatorComponent, i46.AfterFilterOperatorComponent, i47.AfterEqFilterOperatorComponent, i48.BeforeEqFilterOperatorComponent, i49.BeforeFilterOperatorComponent, i50.FilterInputDirective, i16.ColumnComponent, i17.ColumnGroupComponent, i18.LogicalCellDirective, i19.LogicalRowDirective, i20.FocusableDirective, i21.FooterTemplateDirective, i22.ColGroupComponent, i23.ResizableContainerDirective, i24.TemplateContextDirective, i25.FieldAccessorPipe, i26.DetailTemplateDirective, i27.SpanColumnComponent, i28.TableDirective, i29.LoadingComponent, i30.GridTableDirective, i24.DraggableDirective, i31.FilterCellOperatorsComponent, i32.ContainsFilterOperatorComponent, i33.DoesNotContainFilterOperatorComponent, i34.EndsWithFilterOperatorComponent, i35.EqualFilterOperatorComponent, i36.IsEmptyFilterOperatorComponent, i37.IsNotEmptyFilterOperatorComponent, i38.IsNotNullFilterOperatorComponent, i39.IsNullFilterOperatorComponent, i40.NotEqualFilterOperatorComponent, i41.StartsWithFilterOperatorComponent, i42.GreaterFilterOperatorComponent, i43.GreaterOrEqualToFilterOperatorComponent, i44.LessFilterOperatorComponent, i45.LessOrEqualToFilterOperatorComponent, i46.AfterFilterOperatorComponent, i47.AfterEqFilterOperatorComponent, i48.BeforeEqFilterOperatorComponent, i49.BeforeFilterOperatorComponent, i50.FilterInputDirective, i51.FilterMenuComponent, i52.FilterMenuContainerComponent, i53.FilterMenuInputWrapperComponent, i54.StringFilterMenuInputComponent, i55.StringFilterMenuComponent, i56.FilterMenuTemplateDirective, i57.NumericFilterMenuComponent, i58.NumericFilterMenuInputComponent, i59.DateFilterMenuInputComponent, i60.DateFilterMenuComponent, i61.FilterMenuHostDirective, i62.BooleanFilterMenuComponent, i63.FilterMenuDropDownListDirective, i64.BooleanFilterRadioButtonDirective, i16.ColumnComponent, i17.ColumnGroupComponent, i18.LogicalCellDirective, i19.LogicalRowDirective, i20.FocusableDirective, i21.FooterTemplateDirective, i22.ColGroupComponent, i23.ResizableContainerDirective, i24.TemplateContextDirective, i25.FieldAccessorPipe, i26.DetailTemplateDirective, i27.SpanColumnComponent, i28.TableDirective, i29.LoadingComponent, i30.GridTableDirective, i24.DraggableDirective, i65.DraggableColumnDirective, i66.DropTargetDirective, i67.ColumnMenuChooserItemCheckedDirective, i68.ColumnListComponent, i69.ColumnChooserComponent, i70.ColumnMenuChooserComponent, i71.ColumnMenuFilterComponent, i72.ColumnMenuItemComponent, i73.ColumnMenuItemContentTemplateDirective, i74.ColumnMenuSortComponent, i75.ColumnMenuComponent, i76.ColumnMenuLockComponent, i77.ColumnMenuTemplateDirective, i78.ColumnMenuContainerComponent, i79.ColumnMenuItemDirective, i80.ColumnMenuStickComponent, i81.ColumnMenuPositionComponent, i82.ColumnMenuAutoSizeColumnComponent, i83.ColumnMenuAutoSizeAllColumnsComponent, i84.HeaderComponent, i85.HeaderTemplateDirective, i86.ColumnHandleDirective, i87.SelectAllCheckboxDirective], exports: [i84.HeaderComponent, i85.HeaderTemplateDirective, i86.ColumnHandleDirective, i87.SelectAllCheckboxDirective] });
|
|
117
|
+
HeaderModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: HeaderModule, providers: [
|
|
118
|
+
PopupService,
|
|
119
|
+
ResizeBatchService,
|
|
120
|
+
IconsService,
|
|
121
|
+
DialogContainerService,
|
|
122
|
+
DialogService,
|
|
123
|
+
WindowService,
|
|
124
|
+
WindowContainerService,
|
|
125
|
+
CalendarDOMService,
|
|
126
|
+
CenturyViewService,
|
|
127
|
+
DecadeViewService,
|
|
128
|
+
MonthViewService,
|
|
129
|
+
YearViewService,
|
|
130
|
+
WeekNamesService,
|
|
131
|
+
NavigationService
|
|
132
|
+
], imports: [i4.GroupHeaderComponent, i5.GroupPanelComponent, i6.FilterRowComponent, i7.FilterCellComponent, i9.StringFilterCellComponent, i10.NumericFilterCellComponent, i11.AutoCompleteFilterCellComponent, i12.BooleanFilterCellComponent, i14.FilterCellWrapperComponent, i15.DateFilterCellComponent, i16.ColumnComponent, i17.ColumnGroupComponent, i22.ColGroupComponent, i27.SpanColumnComponent, i29.LoadingComponent, i31.FilterCellOperatorsComponent, i32.ContainsFilterOperatorComponent, i33.DoesNotContainFilterOperatorComponent, i34.EndsWithFilterOperatorComponent, i35.EqualFilterOperatorComponent, i36.IsEmptyFilterOperatorComponent, i37.IsNotEmptyFilterOperatorComponent, i38.IsNotNullFilterOperatorComponent, i39.IsNullFilterOperatorComponent, i40.NotEqualFilterOperatorComponent, i41.StartsWithFilterOperatorComponent, i42.GreaterFilterOperatorComponent, i43.GreaterOrEqualToFilterOperatorComponent, i44.LessFilterOperatorComponent, i45.LessOrEqualToFilterOperatorComponent, i46.AfterFilterOperatorComponent, i47.AfterEqFilterOperatorComponent, i48.BeforeEqFilterOperatorComponent, i49.BeforeFilterOperatorComponent, i16.ColumnComponent, i17.ColumnGroupComponent, i22.ColGroupComponent, i27.SpanColumnComponent, i29.LoadingComponent, i31.FilterCellOperatorsComponent, i32.ContainsFilterOperatorComponent, i33.DoesNotContainFilterOperatorComponent, i34.EndsWithFilterOperatorComponent, i35.EqualFilterOperatorComponent, i36.IsEmptyFilterOperatorComponent, i37.IsNotEmptyFilterOperatorComponent, i38.IsNotNullFilterOperatorComponent, i39.IsNullFilterOperatorComponent, i40.NotEqualFilterOperatorComponent, i41.StartsWithFilterOperatorComponent, i42.GreaterFilterOperatorComponent, i43.GreaterOrEqualToFilterOperatorComponent, i44.LessFilterOperatorComponent, i45.LessOrEqualToFilterOperatorComponent, i46.AfterFilterOperatorComponent, i47.AfterEqFilterOperatorComponent, i48.BeforeEqFilterOperatorComponent, i49.BeforeFilterOperatorComponent, i51.FilterMenuComponent, i52.FilterMenuContainerComponent, i53.FilterMenuInputWrapperComponent, i54.StringFilterMenuInputComponent, i55.StringFilterMenuComponent, i57.NumericFilterMenuComponent, i58.NumericFilterMenuInputComponent, i59.DateFilterMenuInputComponent, i60.DateFilterMenuComponent, i62.BooleanFilterMenuComponent, i16.ColumnComponent, i17.ColumnGroupComponent, i22.ColGroupComponent, i27.SpanColumnComponent, i29.LoadingComponent, i68.ColumnListComponent, i69.ColumnChooserComponent, i70.ColumnMenuChooserComponent, i71.ColumnMenuFilterComponent, i72.ColumnMenuItemComponent, i74.ColumnMenuSortComponent, i75.ColumnMenuComponent, i76.ColumnMenuLockComponent, i78.ColumnMenuContainerComponent, i80.ColumnMenuStickComponent, i81.ColumnMenuPositionComponent, i82.ColumnMenuAutoSizeColumnComponent, i83.ColumnMenuAutoSizeAllColumnsComponent, i84.HeaderComponent] });
|
|
59
133
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: HeaderModule, decorators: [{
|
|
60
134
|
type: NgModule,
|
|
61
135
|
args: [{
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
136
|
+
exports: [...KENDO_GRID_HEADER_EXPORTS],
|
|
137
|
+
imports: [...importedModules, ...KENDO_GRID_HEADER_EXPORTS],
|
|
138
|
+
providers: [
|
|
139
|
+
PopupService,
|
|
140
|
+
ResizeBatchService,
|
|
141
|
+
IconsService,
|
|
142
|
+
DialogContainerService,
|
|
143
|
+
DialogService,
|
|
144
|
+
WindowService,
|
|
145
|
+
WindowContainerService,
|
|
146
|
+
CalendarDOMService,
|
|
147
|
+
CenturyViewService,
|
|
148
|
+
DecadeViewService,
|
|
149
|
+
MonthViewService,
|
|
150
|
+
YearViewService,
|
|
151
|
+
WeekNamesService,
|
|
152
|
+
NavigationService
|
|
153
|
+
]
|
|
65
154
|
}]
|
|
66
155
|
}] });
|
|
@@ -21,7 +21,7 @@ import { GroupsService } from "../grouping/groups.service";
|
|
|
21
21
|
import { expandColumns, sumColumnWidths } from "../columns/column-common";
|
|
22
22
|
import { ScrollSyncService } from "../scrolling/scroll-sync.service";
|
|
23
23
|
import { ResizeService } from "../layout/resize.service";
|
|
24
|
-
import { isDocumentAvailable, ResizeSensorComponent } from "@progress/kendo-angular-common";
|
|
24
|
+
import { EventsOutsideAngularDirective, isDocumentAvailable, ResizeSensorComponent } from "@progress/kendo-angular-common";
|
|
25
25
|
import { BrowserSupportService } from "../layout/browser-support.service";
|
|
26
26
|
import { EditService } from '../editing/edit.service';
|
|
27
27
|
import { NavigationService } from '../navigation/navigation.service';
|
|
@@ -34,6 +34,12 @@ import { PDFService } from '../pdf/pdf.service';
|
|
|
34
34
|
import { ColumnInfoService } from '../common/column-info.service';
|
|
35
35
|
import { NON_DATA_CELL_CLASSES } from './constants';
|
|
36
36
|
import { ContextService } from '../common/provider.service';
|
|
37
|
+
import { ResizableContainerDirective } from '../layout/resizable.directive';
|
|
38
|
+
import { TableBodyComponent } from './table-body.component';
|
|
39
|
+
import { ColGroupComponent } from './common/col-group.component';
|
|
40
|
+
import { GridTableDirective } from './grid-table.directive';
|
|
41
|
+
import { TableDirective } from '../column-resizing/table.directive';
|
|
42
|
+
import { NgIf } from '@angular/common';
|
|
37
43
|
import * as i0 from "@angular/core";
|
|
38
44
|
import * as i1 from "./details/details.service";
|
|
39
45
|
import * as i2 from "../data/change-notification.service";
|
|
@@ -49,13 +55,6 @@ import * as i11 from "../common/provider.service";
|
|
|
49
55
|
import * as i12 from "../column-resizing/column-resizing.service";
|
|
50
56
|
import * as i13 from "../pdf/pdf.service";
|
|
51
57
|
import * as i14 from "../common/column-info.service";
|
|
52
|
-
import * as i15 from "@angular/common";
|
|
53
|
-
import * as i16 from "./common/col-group.component";
|
|
54
|
-
import * as i17 from "../layout/resizable.directive";
|
|
55
|
-
import * as i18 from "../column-resizing/table.directive";
|
|
56
|
-
import * as i19 from "./grid-table.directive";
|
|
57
|
-
import * as i20 from "@progress/kendo-angular-common";
|
|
58
|
-
import * as i21 from "./table-body.component";
|
|
59
58
|
const elementAt = (index, elements, elementOffset) => {
|
|
60
59
|
for (let idx = 0, elementIdx = 0; idx < elements.length; idx++) {
|
|
61
60
|
const offset = elementOffset(elements[idx]);
|
|
@@ -608,7 +607,7 @@ export class ListComponent {
|
|
|
608
607
|
}
|
|
609
608
|
}
|
|
610
609
|
ListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ListComponent, deps: [{ token: SCROLLER_FACTORY_TOKEN }, { token: i1.DetailsService }, { token: i2.ChangeNotificationService }, { token: i3.SuspendService }, { token: i4.GroupsService }, { token: i0.NgZone }, { token: i0.Renderer2 }, { token: i5.ScrollSyncService }, { token: i6.ResizeService }, { token: i7.EditService }, { token: i8.BrowserSupportService }, { token: i9.NavigationService }, { token: i10.ScrollRequestService }, { token: i11.ContextService }, { token: i12.ColumnResizingService }, { token: i0.ChangeDetectorRef }, { token: i13.PDFService }, { token: i14.ColumnInfoService }], target: i0.ɵɵFactoryTarget.Component });
|
|
611
|
-
ListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ListComponent, selector: "kendo-grid-list", inputs: { data: "data", groups: "groups", total: "total", rowHeight: "rowHeight", stickyRowHeight: "stickyRowHeight", detailRowHeight: "detailRowHeight", take: "take", skip: "skip", columns: "columns", detailTemplate: "detailTemplate", noRecordsTemplate: "noRecordsTemplate", selectable: "selectable", groupable: "groupable", filterable: "filterable", rowClass: "rowClass", rowSticky: "rowSticky", loading: "loading", trackBy: "trackBy", virtualColumns: "virtualColumns", isVirtual: "isVirtual", cellLoadingTemplate: "cellLoadingTemplate", loadingTemplate: "loadingTemplate", sort: "sort", size: "size" }, outputs: { contentScroll: "contentScroll", pageChange: "pageChange", scrollBottom: "scrollBottom" }, host: { properties: { "class.k-grid-container": "this.hostClass", "attr.role": "this.hostRole" } }, providers: [
|
|
610
|
+
ListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ListComponent, isStandalone: true, selector: "kendo-grid-list", inputs: { data: "data", groups: "groups", total: "total", rowHeight: "rowHeight", stickyRowHeight: "stickyRowHeight", detailRowHeight: "detailRowHeight", take: "take", skip: "skip", columns: "columns", detailTemplate: "detailTemplate", noRecordsTemplate: "noRecordsTemplate", selectable: "selectable", groupable: "groupable", filterable: "filterable", rowClass: "rowClass", rowSticky: "rowSticky", loading: "loading", trackBy: "trackBy", virtualColumns: "virtualColumns", isVirtual: "isVirtual", cellLoadingTemplate: "cellLoadingTemplate", loadingTemplate: "loadingTemplate", sort: "sort", size: "size" }, outputs: { contentScroll: "contentScroll", pageChange: "pageChange", scrollBottom: "scrollBottom" }, host: { properties: { "class.k-grid-container": "this.hostClass", "attr.role": "this.hostRole" } }, providers: [
|
|
612
611
|
{
|
|
613
612
|
provide: SCROLLER_FACTORY_TOKEN,
|
|
614
613
|
useValue: DEFAULT_SCROLLER_FACTORY
|
|
@@ -722,7 +721,7 @@ ListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version:
|
|
|
722
721
|
<div [style.width.px]="totalWidth"></div>
|
|
723
722
|
</div>
|
|
724
723
|
</div>
|
|
725
|
-
`, isInline: true, dependencies: [{ kind: "directive", type:
|
|
724
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: EventsOutsideAngularDirective, selector: "[kendoEventsOutsideAngular]", inputs: ["kendoEventsOutsideAngular", "scope"] }, { 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: 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: ResizeSensorComponent, selector: "kendo-resize-sensor", inputs: ["rateLimit"], outputs: ["resize"] }, { kind: "directive", type: ResizableContainerDirective, selector: "[kendoGridResizableContainer]", inputs: ["lockedWidth", "kendoGridResizableContainer"] }] });
|
|
726
725
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ListComponent, decorators: [{
|
|
727
726
|
type: Component,
|
|
728
727
|
args: [{
|
|
@@ -842,7 +841,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
842
841
|
<div [style.width.px]="totalWidth"></div>
|
|
843
842
|
</div>
|
|
844
843
|
</div>
|
|
845
|
-
|
|
844
|
+
`,
|
|
845
|
+
standalone: true,
|
|
846
|
+
imports: [NgIf, EventsOutsideAngularDirective, TableDirective, GridTableDirective, ColGroupComponent, TableBodyComponent, ResizeSensorComponent, ResizableContainerDirective]
|
|
846
847
|
}]
|
|
847
848
|
}], ctorParameters: function () { return [{ type: undefined, decorators: [{
|
|
848
849
|
type: Inject,
|
|
@@ -15,10 +15,11 @@ export class LoadingTemplateDirective {
|
|
|
15
15
|
}
|
|
16
16
|
}
|
|
17
17
|
LoadingTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: LoadingTemplateDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
18
|
-
LoadingTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: LoadingTemplateDirective, selector: "[kendoGridLoadingTemplate]", ngImport: i0 });
|
|
18
|
+
LoadingTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: LoadingTemplateDirective, isStandalone: true, selector: "[kendoGridLoadingTemplate]", ngImport: i0 });
|
|
19
19
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: LoadingTemplateDirective, decorators: [{
|
|
20
20
|
type: Directive,
|
|
21
21
|
args: [{
|
|
22
|
-
selector: '[kendoGridLoadingTemplate]'
|
|
22
|
+
selector: '[kendoGridLoadingTemplate]',
|
|
23
|
+
standalone: true
|
|
23
24
|
}]
|
|
24
25
|
}], ctorParameters: function () { return [{ type: i0.TemplateRef }]; } });
|
|
@@ -27,11 +27,12 @@ export class NoRecordsTemplateDirective {
|
|
|
27
27
|
}
|
|
28
28
|
}
|
|
29
29
|
NoRecordsTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: NoRecordsTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
30
|
-
NoRecordsTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: NoRecordsTemplateDirective, selector: "[kendoGridNoRecordsTemplate]", ngImport: i0 });
|
|
30
|
+
NoRecordsTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: NoRecordsTemplateDirective, isStandalone: true, selector: "[kendoGridNoRecordsTemplate]", ngImport: i0 });
|
|
31
31
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: NoRecordsTemplateDirective, decorators: [{
|
|
32
32
|
type: Directive,
|
|
33
33
|
args: [{
|
|
34
|
-
selector: '[kendoGridNoRecordsTemplate]'
|
|
34
|
+
selector: '[kendoGridNoRecordsTemplate]',
|
|
35
|
+
standalone: true
|
|
35
36
|
}]
|
|
36
37
|
}], ctorParameters: function () { return [{ type: i0.TemplateRef, decorators: [{
|
|
37
38
|
type: Optional
|
|
@@ -17,7 +17,7 @@ import { SelectionService } from "../selection/selection.service";
|
|
|
17
17
|
import { ColumnInfoService } from "../common/column-info.service";
|
|
18
18
|
import { hasFilterRow } from '../filtering/filterable';
|
|
19
19
|
import { NavigationService } from '../navigation/navigation.service';
|
|
20
|
-
import { isDocumentAvailable, Keys } from '@progress/kendo-angular-common';
|
|
20
|
+
import { isDocumentAvailable, Keys, ResizeSensorComponent, TemplateContextDirective } from '@progress/kendo-angular-common';
|
|
21
21
|
import { defaultTrackBy } from '../common/default-track-by';
|
|
22
22
|
import { DetailsService } from './details/details.service';
|
|
23
23
|
import { NON_DATA_CELL_CLASSES, NON_DATA_ROW_CLASSES, IGNORE_TARGET_CLASSSES, IGNORE_CONTAINER_CLASSES } from './constants';
|
|
@@ -26,6 +26,12 @@ import { minusIcon, plusIcon } from '@progress/kendo-svg-icons';
|
|
|
26
26
|
import { ContextService } from '../common/provider.service';
|
|
27
27
|
import { ColumnsContainer } from '../columns/columns-container';
|
|
28
28
|
import { SpanColumnComponent } from '../columns/span-column.component';
|
|
29
|
+
import { IconWrapperComponent } from '@progress/kendo-angular-icons';
|
|
30
|
+
import { GroupHeaderComponent } from '../grouping/group-header.component';
|
|
31
|
+
import { CellComponent } from './cell.component';
|
|
32
|
+
import { LogicalCellDirective } from '../navigation/logical-cell.directive';
|
|
33
|
+
import { LogicalRowDirective } from '../navigation/logical-row.directive';
|
|
34
|
+
import { NgIf, NgFor, NgClass, NgStyle, NgTemplateOutlet } from '@angular/common';
|
|
29
35
|
import * as i0 from "@angular/core";
|
|
30
36
|
import * as i1 from "./details/details.service";
|
|
31
37
|
import * as i2 from "../grouping/groups.service";
|
|
@@ -37,14 +43,6 @@ import * as i7 from "../selection/selection.service";
|
|
|
37
43
|
import * as i8 from "../selection/cell-selection.service";
|
|
38
44
|
import * as i9 from "../common/column-info.service";
|
|
39
45
|
import * as i10 from "../navigation/navigation.service";
|
|
40
|
-
import * as i11 from "@angular/common";
|
|
41
|
-
import * as i12 from "../navigation/logical-cell.directive";
|
|
42
|
-
import * as i13 from "../navigation/logical-row.directive";
|
|
43
|
-
import * as i14 from "./common/template-context.directive";
|
|
44
|
-
import * as i15 from "@progress/kendo-angular-icons";
|
|
45
|
-
import * as i16 from "../grouping/group-header.component";
|
|
46
|
-
import * as i17 from "@progress/kendo-angular-common";
|
|
47
|
-
import * as i18 from "./cell.component";
|
|
48
46
|
const columnCellIndex = (cell, cells) => {
|
|
49
47
|
let cellIndex = 0;
|
|
50
48
|
for (let idx = 0; idx < cells.length; idx++) {
|
|
@@ -404,7 +402,7 @@ export class TableBodyComponent {
|
|
|
404
402
|
}
|
|
405
403
|
}
|
|
406
404
|
TableBodyComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TableBodyComponent, deps: [{ token: i1.DetailsService }, { token: i2.GroupsService }, { token: i3.ChangeNotificationService }, { token: i4.EditService }, { token: i5.ContextService }, { token: i0.NgZone }, { token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i6.DomEventsService }, { token: i7.SelectionService }, { token: i8.CellSelectionService }, { token: i9.ColumnInfoService }, { token: i10.NavigationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
407
|
-
TableBodyComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: TableBodyComponent, selector: "[kendoGridTableBody]", inputs: { columns: "columns", allColumns: "allColumns", groups: "groups", detailTemplate: "detailTemplate", noRecordsTemplate: "noRecordsTemplate", data: "data", skip: "skip", selectable: "selectable", filterable: "filterable", noRecordsText: "noRecordsText", isLocked: "isLocked", isLoading: "isLoading", isVirtual: "isVirtual", cellLoadingTemplate: "cellLoadingTemplate", skipGroupDecoration: "skipGroupDecoration", showGroupFooters: "showGroupFooters", lockedColumnsCount: "lockedColumnsCount", totalColumnsCount: "totalColumnsCount", virtualColumns: "virtualColumns", trackBy: "trackBy", rowSticky: "rowSticky", totalColumns: "totalColumns", rowClass: "rowClass" }, host: { properties: { "class.k-table-tbody": "this.hostClass" } }, usesOnChanges: true, ngImport: i0, template: `
|
|
405
|
+
TableBodyComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: TableBodyComponent, isStandalone: true, selector: "[kendoGridTableBody]", inputs: { columns: "columns", allColumns: "allColumns", groups: "groups", detailTemplate: "detailTemplate", noRecordsTemplate: "noRecordsTemplate", data: "data", skip: "skip", selectable: "selectable", filterable: "filterable", noRecordsText: "noRecordsText", isLocked: "isLocked", isLoading: "isLoading", isVirtual: "isVirtual", cellLoadingTemplate: "cellLoadingTemplate", skipGroupDecoration: "skipGroupDecoration", showGroupFooters: "showGroupFooters", lockedColumnsCount: "lockedColumnsCount", totalColumnsCount: "totalColumnsCount", virtualColumns: "virtualColumns", trackBy: "trackBy", rowSticky: "rowSticky", totalColumns: "totalColumns", rowClass: "rowClass" }, host: { properties: { "class.k-table-tbody": "this.hostClass" } }, usesOnChanges: true, ngImport: i0, template: `
|
|
408
406
|
<ng-container *ngIf="editService.hasNewItem">
|
|
409
407
|
<tr class="k-grid-add-row k-grid-edit-row k-master-row"
|
|
410
408
|
kendoGridLogicalRow
|
|
@@ -628,7 +626,7 @@ TableBodyComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", ver
|
|
|
628
626
|
</tr>
|
|
629
627
|
</ng-container>
|
|
630
628
|
<kendo-resize-sensor *ngIf="rowSticky" (resize)="resizeHandler()"></kendo-resize-sensor>
|
|
631
|
-
`, isInline: true, dependencies: [{ kind: "directive", type:
|
|
629
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: LogicalRowDirective, selector: "[kendoGridLogicalRow]", inputs: ["logicalRowIndex", "logicalSlaveRow", "logicalCellsCount", "logicalSlaveCellsCount", "dataRowIndex", "dataItem", "totalColumns"] }, { 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: CellComponent, selector: "[kendoGridCell]", inputs: ["column", "columnIndex", "isNew", "isLoading", "isVirtual", "loadingTemplate", "rowIndex", "dataItem"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "directive", type: TemplateContextDirective, selector: "[templateContext]", inputs: ["templateContext"] }, { kind: "component", type: GroupHeaderComponent, selector: "[kendoGridGroupHeader]", inputs: ["rowIndex", "logicalRowIndex", "item", "skipGroupDecoration", "hasDetails", "totalColumnsCount", "hasGroupHeaderColumn", "groupHeaderColumns", "columns", "groups"] }, { kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: ResizeSensorComponent, selector: "kendo-resize-sensor", inputs: ["rateLimit"], outputs: ["resize"] }] });
|
|
632
630
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TableBodyComponent, decorators: [{
|
|
633
631
|
type: Component,
|
|
634
632
|
args: [{
|
|
@@ -857,7 +855,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
857
855
|
</tr>
|
|
858
856
|
</ng-container>
|
|
859
857
|
<kendo-resize-sensor *ngIf="rowSticky" (resize)="resizeHandler()"></kendo-resize-sensor>
|
|
860
|
-
|
|
858
|
+
`,
|
|
859
|
+
standalone: true,
|
|
860
|
+
imports: [
|
|
861
|
+
NgIf, LogicalRowDirective, NgFor, LogicalCellDirective, CellComponent, NgClass, NgStyle, TemplateContextDirective,
|
|
862
|
+
GroupHeaderComponent, IconWrapperComponent, NgTemplateOutlet, ResizeSensorComponent
|
|
863
|
+
]
|
|
861
864
|
}]
|
|
862
865
|
}], ctorParameters: function () { return [{ type: i1.DetailsService }, { type: i2.GroupsService }, { type: i3.ChangeNotificationService }, { type: i4.EditService }, { type: i5.ContextService }, { type: i0.NgZone }, { type: i0.Renderer2 }, { type: i0.ElementRef }, { type: i6.DomEventsService }, { type: i7.SelectionService }, { type: i8.CellSelectionService }, { type: i9.ColumnInfoService }, { type: i10.NavigationService }]; }, propDecorators: { columns: [{
|
|
863
866
|
type: Input
|
|
@@ -45,7 +45,7 @@ export class GridToolbarFocusableDirective {
|
|
|
45
45
|
}
|
|
46
46
|
}
|
|
47
47
|
GridToolbarFocusableDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GridToolbarFocusableDirective, deps: [{ token: i0.ElementRef }, { token: i1.ContextService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
48
|
-
GridToolbarFocusableDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: GridToolbarFocusableDirective, selector: "\n [kendoGridToolbarFocusable],\n [kendoGridAddCommand],\n [kendoGridCancelCommand],\n [kendoGridEditCommand],\n [kendoGridRemoveCommand],\n [kendoGridSaveCommand],\n [kendoGridExcelCommand],\n [kendoGridPDFCommand]\n ", ngImport: i0 });
|
|
48
|
+
GridToolbarFocusableDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: GridToolbarFocusableDirective, isStandalone: true, selector: "\n [kendoGridToolbarFocusable],\n [kendoGridAddCommand],\n [kendoGridCancelCommand],\n [kendoGridEditCommand],\n [kendoGridRemoveCommand],\n [kendoGridSaveCommand],\n [kendoGridExcelCommand],\n [kendoGridPDFCommand]\n ", ngImport: i0 });
|
|
49
49
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GridToolbarFocusableDirective, decorators: [{
|
|
50
50
|
type: Directive,
|
|
51
51
|
args: [{
|
|
@@ -58,6 +58,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
58
58
|
[kendoGridSaveCommand],
|
|
59
59
|
[kendoGridExcelCommand],
|
|
60
60
|
[kendoGridPDFCommand]
|
|
61
|
-
|
|
61
|
+
`,
|
|
62
|
+
standalone: true
|
|
62
63
|
}]
|
|
63
64
|
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i1.ContextService }]; } });
|
|
@@ -39,11 +39,12 @@ export class ToolbarTemplateDirective {
|
|
|
39
39
|
}
|
|
40
40
|
}
|
|
41
41
|
ToolbarTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ToolbarTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
42
|
-
ToolbarTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: ToolbarTemplateDirective, selector: "[kendoGridToolbarTemplate]", inputs: { position: "position" }, ngImport: i0 });
|
|
42
|
+
ToolbarTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: ToolbarTemplateDirective, isStandalone: true, selector: "[kendoGridToolbarTemplate]", inputs: { position: "position" }, ngImport: i0 });
|
|
43
43
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ToolbarTemplateDirective, decorators: [{
|
|
44
44
|
type: Directive,
|
|
45
45
|
args: [{
|
|
46
|
-
selector: '[kendoGridToolbarTemplate]'
|
|
46
|
+
selector: '[kendoGridToolbarTemplate]',
|
|
47
|
+
standalone: true
|
|
47
48
|
}]
|
|
48
49
|
}], ctorParameters: function () { return [{ type: i0.TemplateRef, decorators: [{
|
|
49
50
|
type: Optional
|
|
@@ -5,9 +5,9 @@
|
|
|
5
5
|
import { Component, Input, ElementRef, HostBinding, HostListener } from '@angular/core';
|
|
6
6
|
import { closest, isDocumentAvailable, isFocusable } from '@progress/kendo-angular-common';
|
|
7
7
|
import { ContextService } from './../../common/provider.service';
|
|
8
|
+
import { NgIf, NgTemplateOutlet } from '@angular/common';
|
|
8
9
|
import * as i0 from "@angular/core";
|
|
9
10
|
import * as i1 from "./../../common/provider.service";
|
|
10
|
-
import * as i2 from "@angular/common";
|
|
11
11
|
/**
|
|
12
12
|
* @hidden
|
|
13
13
|
*/
|
|
@@ -88,12 +88,12 @@ export class ToolbarComponent {
|
|
|
88
88
|
}
|
|
89
89
|
}
|
|
90
90
|
ToolbarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ToolbarComponent, deps: [{ token: i1.ContextService }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
91
|
-
ToolbarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ToolbarComponent, selector: "kendo-grid-toolbar", inputs: { position: "position", size: "size", navigable: "navigable" }, host: { listeners: { "click": "clickHandler($event)", "keydown.arrowleft": "arrowLeftListener($event)", "keydown.arrowright": "arrowRightListener($event)", "keydown.home": "homeKeyListener($event)", "keydown.end": "endKeyListener($event)" }, properties: { "attr.role": "this.role", "class.k-toolbar-sm": "this.sizeSmallClass", "class.k-toolbar-md": "this.sizeMediumClass" } }, ngImport: i0, template: `
|
|
91
|
+
ToolbarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ToolbarComponent, isStandalone: true, selector: "kendo-grid-toolbar", inputs: { position: "position", size: "size", navigable: "navigable" }, host: { listeners: { "click": "clickHandler($event)", "keydown.arrowleft": "arrowLeftListener($event)", "keydown.arrowright": "arrowRightListener($event)", "keydown.home": "homeKeyListener($event)", "keydown.end": "endKeyListener($event)" }, properties: { "attr.role": "this.role", "class.k-toolbar-sm": "this.sizeSmallClass", "class.k-toolbar-md": "this.sizeMediumClass" } }, ngImport: i0, template: `
|
|
92
92
|
<ng-template
|
|
93
93
|
*ngIf="toolbarTemplateRef"
|
|
94
94
|
[ngTemplateOutlet]="toolbarTemplateRef"
|
|
95
95
|
[ngTemplateOutletContext]="context"></ng-template>
|
|
96
|
-
`, isInline: true, dependencies: [{ kind: "directive", type:
|
|
96
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] });
|
|
97
97
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ToolbarComponent, decorators: [{
|
|
98
98
|
type: Component,
|
|
99
99
|
args: [{
|
|
@@ -103,7 +103,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
103
103
|
*ngIf="toolbarTemplateRef"
|
|
104
104
|
[ngTemplateOutlet]="toolbarTemplateRef"
|
|
105
105
|
[ngTemplateOutletContext]="context"></ng-template>
|
|
106
|
-
|
|
106
|
+
`,
|
|
107
|
+
standalone: true,
|
|
108
|
+
imports: [NgIf, NgTemplateOutlet]
|
|
107
109
|
}]
|
|
108
110
|
}], ctorParameters: function () { return [{ type: i1.ContextService }, { type: i0.ElementRef }]; }, propDecorators: { role: [{
|
|
109
111
|
type: HostBinding,
|
|
@@ -161,10 +161,11 @@ export class GridMarqueeDirective {
|
|
|
161
161
|
}
|
|
162
162
|
}
|
|
163
163
|
GridMarqueeDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GridMarqueeDirective, deps: [{ token: i1.DraggableDirective }, { token: i2.SelectionService }, { token: i3.CellSelectionService }, { token: i4.DomEventsService }, { token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive });
|
|
164
|
-
GridMarqueeDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: GridMarqueeDirective, selector: "[kendoGridSelectionMarquee]", ngImport: i0 });
|
|
164
|
+
GridMarqueeDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: GridMarqueeDirective, isStandalone: true, selector: "[kendoGridSelectionMarquee]", ngImport: i0 });
|
|
165
165
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GridMarqueeDirective, decorators: [{
|
|
166
166
|
type: Directive,
|
|
167
167
|
args: [{
|
|
168
|
-
selector: '[kendoGridSelectionMarquee]'
|
|
168
|
+
selector: '[kendoGridSelectionMarquee]',
|
|
169
|
+
standalone: true
|
|
169
170
|
}]
|
|
170
171
|
}], ctorParameters: function () { return [{ type: i1.DraggableDirective }, { type: i2.SelectionService }, { type: i3.CellSelectionService }, { type: i4.DomEventsService }, { type: i0.ElementRef }, { type: i0.Renderer2 }]; } });
|
|
@@ -31,7 +31,7 @@ export class SelectAllCheckboxDirective {
|
|
|
31
31
|
this.ngZone = ngZone;
|
|
32
32
|
/**
|
|
33
33
|
* Fires when the user clicks the `kendoGridSelectAllCheckbox` select-all checkbox
|
|
34
|
-
* ([see example](
|
|
34
|
+
* ([see example](slug:grid_row_selection#toc-select-all-checkbox)).
|
|
35
35
|
*/
|
|
36
36
|
this.selectAllChange = new EventEmitter();
|
|
37
37
|
this.type = 'checkbox';
|
|
@@ -96,11 +96,12 @@ export class SelectAllCheckboxDirective {
|
|
|
96
96
|
}
|
|
97
97
|
}
|
|
98
98
|
SelectAllCheckboxDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SelectAllCheckboxDirective, deps: [{ token: i1.SelectionService }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive });
|
|
99
|
-
SelectAllCheckboxDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: SelectAllCheckboxDirective, selector: "[kendoGridSelectAllCheckbox]", inputs: { state: "state" }, outputs: { selectAllChange: "selectAllChange" }, host: { properties: { "attr.type": "this.type" } }, usesOnChanges: true, ngImport: i0 });
|
|
99
|
+
SelectAllCheckboxDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: SelectAllCheckboxDirective, isStandalone: true, selector: "[kendoGridSelectAllCheckbox]", inputs: { state: "state" }, outputs: { selectAllChange: "selectAllChange" }, host: { properties: { "attr.type": "this.type" } }, usesOnChanges: true, ngImport: i0 });
|
|
100
100
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SelectAllCheckboxDirective, decorators: [{
|
|
101
101
|
type: Directive,
|
|
102
102
|
args: [{
|
|
103
|
-
selector: '[kendoGridSelectAllCheckbox]'
|
|
103
|
+
selector: '[kendoGridSelectAllCheckbox]',
|
|
104
|
+
standalone: true
|
|
104
105
|
}]
|
|
105
106
|
}], ctorParameters: function () { return [{ type: i1.SelectionService }, { type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.NgZone }]; }, propDecorators: { state: [{
|
|
106
107
|
type: Input
|
|
@@ -77,11 +77,12 @@ export class SelectionCheckboxDirective {
|
|
|
77
77
|
}
|
|
78
78
|
}
|
|
79
79
|
SelectionCheckboxDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SelectionCheckboxDirective, deps: [{ token: i1.SelectionService }, { token: i2.CellSelectionAggregateService }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive });
|
|
80
|
-
SelectionCheckboxDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: SelectionCheckboxDirective, selector: "[kendoGridSelectionCheckbox]", inputs: { itemIndex: ["kendoGridSelectionCheckbox", "itemIndex"] }, host: { properties: { "attr.type": "this.type" } }, ngImport: i0 });
|
|
80
|
+
SelectionCheckboxDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: SelectionCheckboxDirective, isStandalone: true, selector: "[kendoGridSelectionCheckbox]", inputs: { itemIndex: ["kendoGridSelectionCheckbox", "itemIndex"] }, host: { properties: { "attr.type": "this.type" } }, ngImport: i0 });
|
|
81
81
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SelectionCheckboxDirective, decorators: [{
|
|
82
82
|
type: Directive,
|
|
83
83
|
args: [{
|
|
84
|
-
selector: '[kendoGridSelectionCheckbox]'
|
|
84
|
+
selector: '[kendoGridSelectionCheckbox]',
|
|
85
|
+
standalone: true
|
|
85
86
|
}]
|
|
86
87
|
}], ctorParameters: function () { return [{ type: i1.SelectionService }, { type: i2.CellSelectionAggregateService }, { type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.NgZone }]; }, propDecorators: { itemIndex: [{
|
|
87
88
|
type: Input,
|
|
@@ -33,10 +33,11 @@ export class SelectionDirective extends Selection {
|
|
|
33
33
|
}
|
|
34
34
|
}
|
|
35
35
|
SelectionDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SelectionDirective, deps: [{ token: i1.ContextService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
36
|
-
SelectionDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: SelectionDirective, selector: "[kendoGridSelectBy]", usesInheritance: true, ngImport: i0 });
|
|
36
|
+
SelectionDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: SelectionDirective, isStandalone: true, selector: "[kendoGridSelectBy]", usesInheritance: true, ngImport: i0 });
|
|
37
37
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SelectionDirective, decorators: [{
|
|
38
38
|
type: Directive,
|
|
39
39
|
args: [{
|
|
40
|
-
selector: '[kendoGridSelectBy]'
|
|
40
|
+
selector: '[kendoGridSelectBy]',
|
|
41
|
+
standalone: true
|
|
41
42
|
}]
|
|
42
43
|
}], ctorParameters: function () { return [{ type: i1.ContextService }, { type: i0.ChangeDetectorRef }]; } });
|