@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
|
@@ -7,12 +7,12 @@ import { Component, ChangeDetectionStrategy, ChangeDetectorRef } from '@angular/
|
|
|
7
7
|
import { PagerContextService } from "./pager-context.service";
|
|
8
8
|
import { PagerElementComponent } from './pager-element.component';
|
|
9
9
|
import { ContextService } from '../common/provider.service';
|
|
10
|
+
import { FocusableDirective } from '../navigation/focusable.directive';
|
|
11
|
+
import { ButtonComponent } from '@progress/kendo-angular-buttons';
|
|
10
12
|
import * as i0 from "@angular/core";
|
|
11
13
|
import * as i1 from "../common/provider.service";
|
|
12
14
|
import * as i2 from "./pager-context.service";
|
|
13
15
|
import * as i3 from "./../navigation/navigation.service";
|
|
14
|
-
import * as i4 from "@progress/kendo-angular-buttons";
|
|
15
|
-
import * as i5 from "../navigation/focusable.directive";
|
|
16
16
|
/**
|
|
17
17
|
* Displays buttons for navigating to the first and to the previous page ([see example](slug:pager_template_grid#toc-using-built-in-pager-components)).
|
|
18
18
|
*/
|
|
@@ -39,7 +39,7 @@ export class PagerPrevButtonsComponent extends PagerElementComponent {
|
|
|
39
39
|
}
|
|
40
40
|
}
|
|
41
41
|
PagerPrevButtonsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PagerPrevButtonsComponent, deps: [{ token: i1.ContextService }, { token: i2.PagerContextService }, { token: i0.ChangeDetectorRef }, { token: i3.NavigationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
42
|
-
PagerPrevButtonsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PagerPrevButtonsComponent, selector: "kendo-pager-prev-buttons", usesInheritance: true, ngImport: i0, template: `
|
|
42
|
+
PagerPrevButtonsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PagerPrevButtonsComponent, isStandalone: true, selector: "kendo-pager-prev-buttons", usesInheritance: true, ngImport: i0, template: `
|
|
43
43
|
<button
|
|
44
44
|
[kendoGridFocusable]="!disabled"
|
|
45
45
|
kendoButton
|
|
@@ -71,7 +71,7 @@ PagerPrevButtonsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.
|
|
|
71
71
|
[attr.aria-label]="textFor('pagerPreviousPage')"
|
|
72
72
|
(click)="currentPage !== 1 ? changePage(currentPage-2) : false">
|
|
73
73
|
</button>
|
|
74
|
-
`, isInline: true, dependencies: [{ kind: "component", type:
|
|
74
|
+
`, isInline: true, dependencies: [{ kind: "component", type: ButtonComponent, selector: "button[kendoButton], span[kendoButton], kendo-button", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "role", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }, { kind: "directive", type: FocusableDirective, selector: "[kendoGridFocusable],\n [kendoGridEditCommand],\n [kendoGridRemoveCommand],\n [kendoGridSaveCommand],\n [kendoGridCancelCommand],\n [kendoGridSelectionCheckbox]\n ", inputs: ["kendoGridFocusable"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
75
75
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PagerPrevButtonsComponent, decorators: [{
|
|
76
76
|
type: Component,
|
|
77
77
|
args: [{
|
|
@@ -109,6 +109,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
109
109
|
[attr.aria-label]="textFor('pagerPreviousPage')"
|
|
110
110
|
(click)="currentPage !== 1 ? changePage(currentPage-2) : false">
|
|
111
111
|
</button>
|
|
112
|
-
|
|
112
|
+
`,
|
|
113
|
+
standalone: true,
|
|
114
|
+
imports: [ButtonComponent, FocusableDirective]
|
|
113
115
|
}]
|
|
114
116
|
}], ctorParameters: function () { return [{ type: i1.ContextService }, { type: i2.PagerContextService }, { type: i0.ChangeDetectorRef }, { type: i3.NavigationService }]; } });
|
|
@@ -36,11 +36,12 @@ export class PagerTemplateDirective {
|
|
|
36
36
|
}
|
|
37
37
|
}
|
|
38
38
|
PagerTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PagerTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
39
|
-
PagerTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: PagerTemplateDirective, selector: "[kendoPagerTemplate]", ngImport: i0 });
|
|
39
|
+
PagerTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: PagerTemplateDirective, isStandalone: true, selector: "[kendoPagerTemplate]", ngImport: i0 });
|
|
40
40
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PagerTemplateDirective, decorators: [{
|
|
41
41
|
type: Directive,
|
|
42
42
|
args: [{
|
|
43
|
-
selector: '[kendoPagerTemplate]'
|
|
43
|
+
selector: '[kendoPagerTemplate]',
|
|
44
|
+
standalone: true
|
|
44
45
|
}]
|
|
45
46
|
}], ctorParameters: function () { return [{ type: i0.TemplateRef, decorators: [{
|
|
46
47
|
type: Optional
|
|
@@ -19,20 +19,17 @@ import { ContextService } from '../common/provider.service';
|
|
|
19
19
|
import { PagerInfoComponent } from './pager-info.component';
|
|
20
20
|
import { PagerPageSizesComponent } from './pager-page-sizes.component';
|
|
21
21
|
import { PagerNumericButtonsComponent } from './pager-numeric-buttons.component';
|
|
22
|
+
import { PagerNextButtonsComponent } from './pager-next-buttons.component';
|
|
23
|
+
import { PagerInputComponent } from './pager-input.component';
|
|
24
|
+
import { PagerPrevButtonsComponent } from './pager-prev-buttons.component';
|
|
25
|
+
import { NgIf, NgTemplateOutlet } from '@angular/common';
|
|
26
|
+
import { ResizeSensorComponent } from '@progress/kendo-angular-common';
|
|
22
27
|
import * as i0 from "@angular/core";
|
|
23
28
|
import * as i1 from "./pager-context.service";
|
|
24
29
|
import * as i2 from "../navigation/navigation.service";
|
|
25
30
|
import * as i3 from "../common/provider.service";
|
|
26
31
|
import * as i4 from "../navigation/focus-root";
|
|
27
32
|
import * as i5 from "../navigation/focus-group";
|
|
28
|
-
import * as i6 from "@angular/common";
|
|
29
|
-
import * as i7 from "@progress/kendo-angular-common";
|
|
30
|
-
import * as i8 from "./pager-prev-buttons.component";
|
|
31
|
-
import * as i9 from "./pager-next-buttons.component";
|
|
32
|
-
import * as i10 from "./pager-numeric-buttons.component";
|
|
33
|
-
import * as i11 from "./pager-input.component";
|
|
34
|
-
import * as i12 from "./pager-info.component";
|
|
35
|
-
import * as i13 from "./pager-page-sizes.component";
|
|
36
33
|
/**
|
|
37
34
|
* @hidden
|
|
38
35
|
*/
|
|
@@ -274,7 +271,7 @@ export class PagerComponent {
|
|
|
274
271
|
}
|
|
275
272
|
}
|
|
276
273
|
PagerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PagerComponent, deps: [{ token: i1.PagerContextService }, { token: i2.NavigationService }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.NgZone }, { token: i3.ContextService }, { token: CELL_CONTEXT, optional: true }, { token: i4.FocusRoot }, { token: i5.FocusGroup }], target: i0.ɵɵFactoryTarget.Component });
|
|
277
|
-
PagerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PagerComponent, selector: "kendo-pager", inputs: { total: "total", skip: "skip", pageSize: "pageSize", options: "options", size: "size", template: "template" }, outputs: { pageChange: "pageChange" }, host: { listeners: { "focusin": "onFocusIn($event)", "focusout": "onFocusOut()", "keydown.escape": "onEscape()", "keydown.enter": "onEnter($event)", "keydown.arrowleft": "navigateToPreviousPage($event)", "keydown.pageup": "navigateToPreviousPage($event)", "keydown.arrowright": "navigateToNextPage($event)", "keydown.pagedown": "navigateToNextPage($event)", "keydown.home": "navigateToFirstPage($event)", "keydown.end": "navigateToLastPage($event)" }, properties: { "class.k-grid-pager": "this.gridPagerClass", "class.k-pager-sm": "this.sizeSmallClass", "class.k-pager-md": "this.sizeMediumClass", "class.k-focus": "this.isFocused", "attr.aria-label": "this.pagerAriaLabel" } }, providers: [{
|
|
274
|
+
PagerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PagerComponent, isStandalone: true, selector: "kendo-pager", inputs: { total: "total", skip: "skip", pageSize: "pageSize", options: "options", size: "size", template: "template" }, outputs: { pageChange: "pageChange" }, host: { listeners: { "focusin": "onFocusIn($event)", "focusout": "onFocusOut()", "keydown.escape": "onEscape()", "keydown.enter": "onEnter($event)", "keydown.arrowleft": "navigateToPreviousPage($event)", "keydown.pageup": "navigateToPreviousPage($event)", "keydown.arrowright": "navigateToNextPage($event)", "keydown.pagedown": "navigateToNextPage($event)", "keydown.home": "navigateToFirstPage($event)", "keydown.end": "navigateToLastPage($event)" }, properties: { "class.k-grid-pager": "this.gridPagerClass", "class.k-pager-sm": "this.sizeSmallClass", "class.k-pager-md": "this.sizeMediumClass", "class.k-focus": "this.isFocused", "attr.aria-label": "this.pagerAriaLabel" } }, providers: [{
|
|
278
275
|
provide: FOCUS_ROOT_ACTIVE,
|
|
279
276
|
useValue: true
|
|
280
277
|
}, {
|
|
@@ -324,7 +321,7 @@ PagerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version
|
|
|
324
321
|
(focusin)="onInnerFocusIn($event, 'end')">
|
|
325
322
|
</div>
|
|
326
323
|
<kendo-resize-sensor *ngIf="settings.responsive" (resize)="resizeHandler()"></kendo-resize-sensor>
|
|
327
|
-
`, isInline: true, dependencies: [{ kind: "directive", type:
|
|
324
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: PagerPrevButtonsComponent, selector: "kendo-pager-prev-buttons" }, { kind: "component", type: PagerNumericButtonsComponent, selector: "kendo-pager-numeric-buttons", inputs: ["buttonCount"] }, { kind: "component", type: PagerInputComponent, selector: "kendo-pager-input" }, { kind: "component", type: PagerNextButtonsComponent, selector: "kendo-pager-next-buttons" }, { kind: "component", type: PagerInfoComponent, selector: "kendo-pager-info" }, { kind: "component", type: PagerPageSizesComponent, selector: "kendo-pager-page-sizes", inputs: ["pageSizes"] }, { kind: "component", type: ResizeSensorComponent, selector: "kendo-resize-sensor", inputs: ["rateLimit"], outputs: ["resize"] }] });
|
|
328
325
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PagerComponent, decorators: [{
|
|
329
326
|
type: Component,
|
|
330
327
|
args: [{
|
|
@@ -380,7 +377,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
380
377
|
(focusin)="onInnerFocusIn($event, 'end')">
|
|
381
378
|
</div>
|
|
382
379
|
<kendo-resize-sensor *ngIf="settings.responsive" (resize)="resizeHandler()"></kendo-resize-sensor>
|
|
383
|
-
|
|
380
|
+
`,
|
|
381
|
+
standalone: true,
|
|
382
|
+
imports: [NgIf, NgTemplateOutlet, PagerPrevButtonsComponent, PagerNumericButtonsComponent, PagerInputComponent, PagerNextButtonsComponent, PagerInfoComponent, PagerPageSizesComponent, ResizeSensorComponent]
|
|
384
383
|
}]
|
|
385
384
|
}], ctorParameters: function () { return [{ type: i1.PagerContextService }, { type: i2.NavigationService }, { type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.NgZone }, { type: i3.ContextService }, { type: undefined, decorators: [{
|
|
386
385
|
type: Optional
|
|
@@ -2,97 +2,51 @@
|
|
|
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 { PagerInputDirective } from './pager-input.directive';
|
|
6
|
-
import { PagerDropDownListDirective } from './pager-dropdown.directive';
|
|
7
5
|
import { NgModule } from '@angular/core';
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import { PagerNextButtonsComponent } from './pager-next-buttons.component';
|
|
14
|
-
import { PagerNumericButtonsComponent } from './pager-numeric-buttons.component';
|
|
15
|
-
import { PagerInputComponent } from './pager-input.component';
|
|
16
|
-
import { PagerInfoComponent } from './pager-info.component';
|
|
17
|
-
import { PagerPageSizesComponent } from './pager-page-sizes.component';
|
|
18
|
-
import { PagerTemplateDirective } from './pager-template.directive';
|
|
19
|
-
import { SharedModule } from "../shared.module";
|
|
20
|
-
import { ResizeSensorModule } from '@progress/kendo-angular-common';
|
|
21
|
-
import { DropDownsModule } from '@progress/kendo-angular-dropdowns';
|
|
22
|
-
import { ButtonModule } from '@progress/kendo-angular-buttons';
|
|
6
|
+
import { ResizeBatchService } from '@progress/kendo-angular-common';
|
|
7
|
+
import { IconsService } from '@progress/kendo-angular-icons';
|
|
8
|
+
import { PopupService } from '@progress/kendo-angular-popup';
|
|
9
|
+
import { DialogContainerService, DialogService, WindowContainerService, WindowService } from '@progress/kendo-angular-dialog';
|
|
10
|
+
import { KENDO_GRID_PAGER_EXPORTS, KENDO_GRID_SHARED } from '../directives';
|
|
23
11
|
import * as i0 from "@angular/core";
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
12
|
+
import * as i1 from "../columns/column.component";
|
|
13
|
+
import * as i2 from "../columns/column-group.component";
|
|
14
|
+
import * as i3 from "../navigation/logical-cell.directive";
|
|
15
|
+
import * as i4 from "../navigation/logical-row.directive";
|
|
16
|
+
import * as i5 from "../navigation/focusable.directive";
|
|
17
|
+
import * as i6 from "../rendering/footer/footer-template.directive";
|
|
18
|
+
import * as i7 from "../rendering/common/col-group.component";
|
|
19
|
+
import * as i8 from "../layout/resizable.directive";
|
|
20
|
+
import * as i9 from "@progress/kendo-angular-common";
|
|
21
|
+
import * as i10 from "../rendering/common/field-accessor.pipe";
|
|
22
|
+
import * as i11 from "../rendering/details/detail-template.directive";
|
|
23
|
+
import * as i12 from "../columns/span-column.component";
|
|
24
|
+
import * as i13 from "../column-resizing/table.directive";
|
|
25
|
+
import * as i14 from "../rendering/common/loading.component";
|
|
26
|
+
import * as i15 from "../rendering/grid-table.directive";
|
|
27
|
+
import * as i16 from "./pager.component";
|
|
28
|
+
import * as i17 from "./pager-prev-buttons.component";
|
|
29
|
+
import * as i18 from "./pager-next-buttons.component";
|
|
30
|
+
import * as i19 from "./pager-numeric-buttons.component";
|
|
31
|
+
import * as i20 from "./pager-input.component";
|
|
32
|
+
import * as i21 from "./pager-info.component";
|
|
33
|
+
import * as i22 from "./pager-page-sizes.component";
|
|
34
|
+
import * as i23 from "./pager-template.directive";
|
|
35
|
+
import * as i24 from "./pager-dropdown.directive";
|
|
36
|
+
import * as i25 from "./pager-input.directive";
|
|
45
37
|
/**
|
|
46
38
|
* @hidden
|
|
47
39
|
*/
|
|
48
40
|
export class PagerModule {
|
|
49
|
-
static exports() {
|
|
50
|
-
return [
|
|
51
|
-
PagerComponent,
|
|
52
|
-
PagerPrevButtonsComponent,
|
|
53
|
-
PagerNextButtonsComponent,
|
|
54
|
-
PagerNumericButtonsComponent,
|
|
55
|
-
PagerInputComponent,
|
|
56
|
-
PagerInfoComponent,
|
|
57
|
-
PagerPageSizesComponent,
|
|
58
|
-
PagerTemplateDirective,
|
|
59
|
-
PagerDropDownListDirective,
|
|
60
|
-
PagerInputDirective
|
|
61
|
-
];
|
|
62
|
-
}
|
|
63
41
|
}
|
|
64
42
|
PagerModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PagerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
65
|
-
PagerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: PagerModule,
|
|
66
|
-
|
|
67
|
-
PagerNextButtonsComponent,
|
|
68
|
-
PagerNumericButtonsComponent,
|
|
69
|
-
PagerInputComponent,
|
|
70
|
-
PagerInfoComponent,
|
|
71
|
-
PagerPageSizesComponent,
|
|
72
|
-
PagerTemplateDirective,
|
|
73
|
-
PagerDropDownListDirective,
|
|
74
|
-
PagerInputDirective], imports: [CommonModule,
|
|
75
|
-
InputsModule,
|
|
76
|
-
LabelModule,
|
|
77
|
-
ButtonModule,
|
|
78
|
-
DropDownsModule,
|
|
79
|
-
ResizeSensorModule,
|
|
80
|
-
SharedModule], exports: [PagerComponent,
|
|
81
|
-
PagerPrevButtonsComponent,
|
|
82
|
-
PagerNextButtonsComponent,
|
|
83
|
-
PagerNumericButtonsComponent,
|
|
84
|
-
PagerInputComponent,
|
|
85
|
-
PagerInfoComponent,
|
|
86
|
-
PagerPageSizesComponent,
|
|
87
|
-
PagerTemplateDirective,
|
|
88
|
-
PagerDropDownListDirective,
|
|
89
|
-
PagerInputDirective] });
|
|
90
|
-
PagerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PagerModule, imports: [importedModules] });
|
|
43
|
+
PagerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: PagerModule, imports: [i1.ColumnComponent, i2.ColumnGroupComponent, i3.LogicalCellDirective, i4.LogicalRowDirective, i5.FocusableDirective, i6.FooterTemplateDirective, i7.ColGroupComponent, i8.ResizableContainerDirective, i9.TemplateContextDirective, i10.FieldAccessorPipe, i11.DetailTemplateDirective, i12.SpanColumnComponent, i13.TableDirective, i14.LoadingComponent, i15.GridTableDirective, i9.DraggableDirective, i16.PagerComponent, i17.PagerPrevButtonsComponent, i18.PagerNextButtonsComponent, i19.PagerNumericButtonsComponent, i20.PagerInputComponent, i21.PagerInfoComponent, i22.PagerPageSizesComponent, i23.PagerTemplateDirective, i24.PagerDropDownListDirective, i25.PagerInputDirective], exports: [i16.PagerComponent, i17.PagerPrevButtonsComponent, i18.PagerNextButtonsComponent, i19.PagerNumericButtonsComponent, i20.PagerInputComponent, i21.PagerInfoComponent, i22.PagerPageSizesComponent, i23.PagerTemplateDirective, i24.PagerDropDownListDirective, i25.PagerInputDirective] });
|
|
44
|
+
PagerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PagerModule, providers: [IconsService, PopupService, ResizeBatchService, DialogContainerService, DialogService, WindowService, WindowContainerService], imports: [i1.ColumnComponent, i2.ColumnGroupComponent, i7.ColGroupComponent, i12.SpanColumnComponent, i14.LoadingComponent, i16.PagerComponent, i17.PagerPrevButtonsComponent, i18.PagerNextButtonsComponent, i19.PagerNumericButtonsComponent, i20.PagerInputComponent, i21.PagerInfoComponent, i22.PagerPageSizesComponent] });
|
|
91
45
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PagerModule, decorators: [{
|
|
92
46
|
type: NgModule,
|
|
93
47
|
args: [{
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
48
|
+
exports: [...KENDO_GRID_PAGER_EXPORTS],
|
|
49
|
+
imports: [...KENDO_GRID_SHARED, ...KENDO_GRID_PAGER_EXPORTS],
|
|
50
|
+
providers: [IconsService, PopupService, ResizeBatchService, DialogContainerService, DialogService, WindowService, WindowContainerService]
|
|
97
51
|
}]
|
|
98
52
|
}] });
|
|
@@ -6,11 +6,11 @@ import { Component, HostListener, HostBinding, ElementRef, Renderer2 as Renderer
|
|
|
6
6
|
import { Button } from '@progress/kendo-angular-buttons';
|
|
7
7
|
import { ContextService } from '../common/provider.service';
|
|
8
8
|
import { PDFService } from './pdf.service';
|
|
9
|
+
import { IconWrapperComponent } from '@progress/kendo-angular-icons';
|
|
10
|
+
import { NgIf, NgClass } from '@angular/common';
|
|
9
11
|
import * as i0 from "@angular/core";
|
|
10
12
|
import * as i1 from "./pdf.service";
|
|
11
13
|
import * as i2 from "../common/provider.service";
|
|
12
|
-
import * as i3 from "@angular/common";
|
|
13
|
-
import * as i4 from "@progress/kendo-angular-icons";
|
|
14
14
|
/**
|
|
15
15
|
* Represents the `export-to-PDF` command of the Grid.
|
|
16
16
|
* You can apply this directive to any `button` element inside a
|
|
@@ -51,7 +51,7 @@ export class PDFCommandDirective extends Button {
|
|
|
51
51
|
}
|
|
52
52
|
}
|
|
53
53
|
PDFCommandDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PDFCommandDirective, deps: [{ token: i1.PDFService }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i2.ContextService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
54
|
-
PDFCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PDFCommandDirective, selector: "[kendoGridPDFCommand]", host: { listeners: { "click": "onClick($event)" }, properties: { "class.k-grid-pdf": "this.pdfClass" } }, usesInheritance: true, ngImport: i0, template: `
|
|
54
|
+
PDFCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PDFCommandDirective, isStandalone: true, selector: "[kendoGridPDFCommand]", host: { listeners: { "click": "onClick($event)" }, properties: { "class.k-grid-pdf": "this.pdfClass" } }, usesInheritance: true, ngImport: i0, template: `
|
|
55
55
|
<kendo-icon-wrapper
|
|
56
56
|
*ngIf="icon || svgIcon"
|
|
57
57
|
innerCssClass="k-button-icon"
|
|
@@ -62,7 +62,7 @@ PDFCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", ve
|
|
|
62
62
|
</span>
|
|
63
63
|
<span *ngIf="iconClass" class="k-button-icon" [ngClass]="iconClass"></span>
|
|
64
64
|
<span class="k-button-text"><ng-content></ng-content></span>
|
|
65
|
-
`, isInline: true, dependencies: [{ kind: "directive", type:
|
|
65
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
|
|
66
66
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PDFCommandDirective, decorators: [{
|
|
67
67
|
type: Component,
|
|
68
68
|
args: [{
|
|
@@ -78,7 +78,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
78
78
|
</span>
|
|
79
79
|
<span *ngIf="iconClass" class="k-button-icon" [ngClass]="iconClass"></span>
|
|
80
80
|
<span class="k-button-text"><ng-content></ng-content></span>
|
|
81
|
-
|
|
81
|
+
`,
|
|
82
|
+
standalone: true,
|
|
83
|
+
imports: [NgIf, IconWrapperComponent, NgClass]
|
|
82
84
|
}]
|
|
83
85
|
}], ctorParameters: function () { return [{ type: i1.PDFService }, { type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i2.ContextService }, { type: i0.NgZone }]; }, propDecorators: { onClick: [{
|
|
84
86
|
type: HostListener,
|
|
@@ -17,11 +17,12 @@ import * as i0 from "@angular/core";
|
|
|
17
17
|
export class PDFMarginComponent extends PDFExportMarginComponent {
|
|
18
18
|
}
|
|
19
19
|
PDFMarginComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PDFMarginComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
20
|
-
PDFMarginComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PDFMarginComponent, selector: "kendo-grid-pdf-margin", usesInheritance: true, ngImport: i0, template: '', isInline: true });
|
|
20
|
+
PDFMarginComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PDFMarginComponent, isStandalone: true, selector: "kendo-grid-pdf-margin", usesInheritance: true, ngImport: i0, template: '', isInline: true });
|
|
21
21
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PDFMarginComponent, decorators: [{
|
|
22
22
|
type: Component,
|
|
23
23
|
args: [{
|
|
24
24
|
selector: 'kendo-grid-pdf-margin',
|
|
25
|
-
template: ''
|
|
25
|
+
template: '',
|
|
26
|
+
standalone: true
|
|
26
27
|
}]
|
|
27
28
|
}] });
|
|
@@ -31,11 +31,12 @@ export class PDFTemplateDirective extends PDFExportTemplateDirective {
|
|
|
31
31
|
}
|
|
32
32
|
}
|
|
33
33
|
PDFTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PDFTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
34
|
-
PDFTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: PDFTemplateDirective, selector: "[kendoGridPDFTemplate]", usesInheritance: true, ngImport: i0 });
|
|
34
|
+
PDFTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: PDFTemplateDirective, isStandalone: true, selector: "[kendoGridPDFTemplate]", usesInheritance: true, ngImport: i0 });
|
|
35
35
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PDFTemplateDirective, decorators: [{
|
|
36
36
|
type: Directive,
|
|
37
37
|
args: [{
|
|
38
|
-
selector: '[kendoGridPDFTemplate]'
|
|
38
|
+
selector: '[kendoGridPDFTemplate]',
|
|
39
|
+
standalone: true
|
|
39
40
|
}]
|
|
40
41
|
}], ctorParameters: function () { return [{ type: i0.TemplateRef, decorators: [{
|
|
41
42
|
type: Optional
|
|
@@ -239,12 +239,13 @@ export class PDFComponent extends PDFExportComponent {
|
|
|
239
239
|
}
|
|
240
240
|
}
|
|
241
241
|
PDFComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PDFComponent, deps: [{ token: i1.PDFService }, { token: i2.SuspendService }, { token: i0.NgZone }, { token: i0.ElementRef }, { token: i3.ContextService, optional: true }], target: i0.ɵɵFactoryTarget.Component });
|
|
242
|
-
PDFComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PDFComponent, selector: "kendo-grid-pdf", inputs: { allPages: "allPages", delay: "delay" }, queries: [{ propertyName: "marginComponent", first: true, predicate: PDFMarginComponent, descendants: true }, { propertyName: "pageTemplateDirective", first: true, predicate: PDFTemplateDirective, descendants: true }, { propertyName: "columns", predicate: ColumnBase }], usesInheritance: true, ngImport: i0, template: '', isInline: true });
|
|
242
|
+
PDFComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PDFComponent, isStandalone: true, selector: "kendo-grid-pdf", inputs: { allPages: "allPages", delay: "delay" }, queries: [{ propertyName: "marginComponent", first: true, predicate: PDFMarginComponent, descendants: true }, { propertyName: "pageTemplateDirective", first: true, predicate: PDFTemplateDirective, descendants: true }, { propertyName: "columns", predicate: ColumnBase }], usesInheritance: true, ngImport: i0, template: '', isInline: true });
|
|
243
243
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PDFComponent, decorators: [{
|
|
244
244
|
type: Component,
|
|
245
245
|
args: [{
|
|
246
246
|
selector: 'kendo-grid-pdf',
|
|
247
|
-
template: ''
|
|
247
|
+
template: '',
|
|
248
|
+
standalone: true
|
|
248
249
|
}]
|
|
249
250
|
}], ctorParameters: function () { return [{ type: i1.PDFService }, { type: i2.SuspendService }, { type: i0.NgZone }, { type: i0.ElementRef }, { type: i3.ContextService, decorators: [{
|
|
250
251
|
type: Optional
|
|
@@ -3,24 +3,15 @@
|
|
|
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 { PDFCommandDirective } from './pdf-command.directive';
|
|
9
|
-
import { PDFTemplateDirective } from './pdf-template.directive';
|
|
10
|
-
import { IconsModule } from '@progress/kendo-angular-icons';
|
|
6
|
+
import { IconsService, KENDO_ICONS } from '@progress/kendo-angular-icons';
|
|
7
|
+
import { KENDO_GRID_PDF_EXPORT } from '../directives';
|
|
11
8
|
import * as i0 from "@angular/core";
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
const declarations = [
|
|
19
|
-
PDFComponent,
|
|
20
|
-
PDFMarginComponent,
|
|
21
|
-
PDFCommandDirective,
|
|
22
|
-
PDFTemplateDirective
|
|
23
|
-
];
|
|
9
|
+
import * as i1 from "@progress/kendo-angular-icons";
|
|
10
|
+
import * as i2 from "./pdf.component";
|
|
11
|
+
import * as i3 from "./pdf-margin.component";
|
|
12
|
+
import * as i4 from "./pdf-command.directive";
|
|
13
|
+
import * as i5 from "./pdf-template.directive";
|
|
14
|
+
// IMPORTANT: NgModule export kept for backwards compatibility
|
|
24
15
|
/**
|
|
25
16
|
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
|
26
17
|
* definition for the Grid PDF component.
|
|
@@ -46,19 +37,13 @@ const declarations = [
|
|
|
46
37
|
export class PDFModule {
|
|
47
38
|
}
|
|
48
39
|
PDFModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PDFModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
49
|
-
PDFModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: PDFModule,
|
|
50
|
-
|
|
51
|
-
PDFCommandDirective,
|
|
52
|
-
PDFTemplateDirective], imports: [IconsModule], exports: [PDFComponent,
|
|
53
|
-
PDFMarginComponent,
|
|
54
|
-
PDFCommandDirective,
|
|
55
|
-
PDFTemplateDirective] });
|
|
56
|
-
PDFModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PDFModule, imports: [IconsModule] });
|
|
40
|
+
PDFModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: PDFModule, imports: [i1.IconComponent, i1.SVGIconComponent, i2.PDFComponent, i3.PDFMarginComponent, i4.PDFCommandDirective, i5.PDFTemplateDirective], exports: [i2.PDFComponent, i3.PDFMarginComponent, i4.PDFCommandDirective, i5.PDFTemplateDirective] });
|
|
41
|
+
PDFModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PDFModule, providers: [IconsService], imports: [KENDO_ICONS, i2.PDFComponent, i3.PDFMarginComponent, i4.PDFCommandDirective] });
|
|
57
42
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PDFModule, decorators: [{
|
|
58
43
|
type: NgModule,
|
|
59
44
|
args: [{
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
45
|
+
imports: [...KENDO_ICONS, ...KENDO_GRID_PDF_EXPORT],
|
|
46
|
+
exports: [...KENDO_GRID_PDF_EXPORT],
|
|
47
|
+
providers: [IconsService]
|
|
63
48
|
}]
|
|
64
49
|
}] });
|
|
@@ -3,126 +3,89 @@
|
|
|
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 { CellTemplateDirective } from './cell-template.directive';
|
|
12
|
-
import { NoRecordsTemplateDirective } from './no-records-template.directive';
|
|
13
|
-
import { EditTemplateDirective } from '../editing/edit-template.directive';
|
|
14
|
-
import { TableBodyComponent } from './table-body.component';
|
|
15
|
-
import { CellComponent } from './cell.component';
|
|
16
|
-
import { EditCommandDirective } from '../editing/edit-command.directive';
|
|
17
|
-
import { CancelCommandDirective } from '../editing/cancel-command.directive';
|
|
18
|
-
import { SaveCommandDirective } from '../editing/save-command.directive';
|
|
19
|
-
import { RemoveCommandDirective } from '../editing/remove-command.directive';
|
|
20
|
-
import { AddCommandDirective } from '../editing/add-command.directive';
|
|
21
|
-
import { SharedModule } from "../shared.module";
|
|
22
|
-
import { ResizeSensorModule } from '@progress/kendo-angular-common';
|
|
23
|
-
import { GroupModule } from "../grouping/group.module";
|
|
24
|
-
import { NumericTextBoxModule } from "@progress/kendo-angular-inputs";
|
|
25
|
-
import { DatePickerModule } from '@progress/kendo-angular-dateinputs';
|
|
26
|
-
import { CellLoadingTemplateDirective } from './cell-loading.template.directive';
|
|
27
|
-
import { LoadingTemplateDirective } from './loading-template.directive';
|
|
28
|
-
import { RowReorderColumnComponent } from '../columns/reorder-column.component';
|
|
6
|
+
import { ResizeBatchService } from '@progress/kendo-angular-common';
|
|
7
|
+
import { CalendarDOMService, CenturyViewService, DecadeViewService, MonthViewService, NavigationService, WeekNamesService, YearViewService } from '@progress/kendo-angular-dateinputs';
|
|
8
|
+
import { IconsService } from '@progress/kendo-angular-icons';
|
|
9
|
+
import { KENDO_GRID_BODY_EXPORTS, KENDO_GRID_GROUP_EXPORTS, KENDO_GRID_SHARED } from '../directives';
|
|
10
|
+
import { PopupService } from '@progress/kendo-angular-popup';
|
|
29
11
|
import * as i0 from "@angular/core";
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
12
|
+
import * as i1 from "../columns/column.component";
|
|
13
|
+
import * as i2 from "../columns/column-group.component";
|
|
14
|
+
import * as i3 from "../navigation/logical-cell.directive";
|
|
15
|
+
import * as i4 from "../navigation/logical-row.directive";
|
|
16
|
+
import * as i5 from "../navigation/focusable.directive";
|
|
17
|
+
import * as i6 from "./footer/footer-template.directive";
|
|
18
|
+
import * as i7 from "./common/col-group.component";
|
|
19
|
+
import * as i8 from "../layout/resizable.directive";
|
|
20
|
+
import * as i9 from "@progress/kendo-angular-common";
|
|
21
|
+
import * as i10 from "./common/field-accessor.pipe";
|
|
22
|
+
import * as i11 from "./details/detail-template.directive";
|
|
23
|
+
import * as i12 from "../columns/span-column.component";
|
|
24
|
+
import * as i13 from "../column-resizing/table.directive";
|
|
25
|
+
import * as i14 from "./common/loading.component";
|
|
26
|
+
import * as i15 from "./grid-table.directive";
|
|
27
|
+
import * as i16 from "../grouping/group-header-template.directive";
|
|
28
|
+
import * as i17 from "../grouping/group-header-column-template.directive";
|
|
29
|
+
import * as i18 from "../grouping/group-footer-template.directive";
|
|
30
|
+
import * as i19 from "../grouping/group-header.component";
|
|
31
|
+
import * as i20 from "../grouping/group-panel.component";
|
|
32
|
+
import * as i21 from "../columns/command-column.component";
|
|
33
|
+
import * as i22 from "../columns/checkbox-column.component";
|
|
34
|
+
import * as i23 from "../selection/selection-checkbox.directive";
|
|
35
|
+
import * as i24 from "./cell-template.directive";
|
|
36
|
+
import * as i25 from "../editing/edit-template.directive";
|
|
37
|
+
import * as i26 from "./table-body.component";
|
|
38
|
+
import * as i27 from "./no-records-template.directive";
|
|
39
|
+
import * as i28 from "./cell.component";
|
|
40
|
+
import * as i29 from "../editing/edit-command.directive";
|
|
41
|
+
import * as i30 from "../editing/cancel-command.directive";
|
|
42
|
+
import * as i31 from "../editing/save-command.directive";
|
|
43
|
+
import * as i32 from "../editing/remove-command.directive";
|
|
44
|
+
import * as i33 from "../editing/add-command.directive";
|
|
45
|
+
import * as i34 from "./cell-loading.template.directive";
|
|
46
|
+
import * as i35 from "./loading-template.directive";
|
|
47
|
+
import * as i36 from "../columns/reorder-column.component";
|
|
48
48
|
const importedModules = [
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
FormsModule,
|
|
52
|
-
SharedModule,
|
|
53
|
-
GroupModule,
|
|
54
|
-
NumericTextBoxModule,
|
|
55
|
-
DatePickerModule,
|
|
56
|
-
ResizeSensorModule
|
|
49
|
+
...KENDO_GRID_SHARED,
|
|
50
|
+
...KENDO_GRID_GROUP_EXPORTS
|
|
57
51
|
];
|
|
58
52
|
/**
|
|
59
53
|
* @hidden
|
|
54
|
+
*
|
|
55
|
+
* This module is deprecated and will be removed in a future major version release.
|
|
60
56
|
*/
|
|
61
57
|
export class BodyModule {
|
|
62
|
-
static exports() {
|
|
63
|
-
return [
|
|
64
|
-
CommandColumnComponent,
|
|
65
|
-
CheckboxColumnComponent,
|
|
66
|
-
SelectionCheckboxDirective,
|
|
67
|
-
CellTemplateDirective,
|
|
68
|
-
NoRecordsTemplateDirective,
|
|
69
|
-
EditTemplateDirective,
|
|
70
|
-
EditCommandDirective,
|
|
71
|
-
CancelCommandDirective,
|
|
72
|
-
SaveCommandDirective,
|
|
73
|
-
RemoveCommandDirective,
|
|
74
|
-
AddCommandDirective,
|
|
75
|
-
CellLoadingTemplateDirective,
|
|
76
|
-
LoadingTemplateDirective,
|
|
77
|
-
RowReorderColumnComponent
|
|
78
|
-
];
|
|
79
|
-
}
|
|
80
58
|
}
|
|
81
59
|
BodyModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BodyModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
82
|
-
BodyModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: BodyModule,
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
CellLoadingTemplateDirective,
|
|
96
|
-
LoadingTemplateDirective,
|
|
97
|
-
RowReorderColumnComponent], imports: [CommonModule,
|
|
98
|
-
ReactiveFormsModule,
|
|
99
|
-
FormsModule,
|
|
100
|
-
SharedModule,
|
|
101
|
-
GroupModule,
|
|
102
|
-
NumericTextBoxModule,
|
|
103
|
-
DatePickerModule,
|
|
104
|
-
ResizeSensorModule], exports: [CommandColumnComponent,
|
|
105
|
-
CheckboxColumnComponent,
|
|
106
|
-
SelectionCheckboxDirective,
|
|
107
|
-
CellTemplateDirective,
|
|
108
|
-
EditTemplateDirective,
|
|
109
|
-
TableBodyComponent,
|
|
110
|
-
NoRecordsTemplateDirective,
|
|
111
|
-
CellComponent,
|
|
112
|
-
EditCommandDirective,
|
|
113
|
-
CancelCommandDirective,
|
|
114
|
-
SaveCommandDirective,
|
|
115
|
-
RemoveCommandDirective,
|
|
116
|
-
AddCommandDirective,
|
|
117
|
-
CellLoadingTemplateDirective,
|
|
118
|
-
LoadingTemplateDirective,
|
|
119
|
-
RowReorderColumnComponent] });
|
|
120
|
-
BodyModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BodyModule, imports: [importedModules] });
|
|
60
|
+
BodyModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: BodyModule, imports: [i1.ColumnComponent, i2.ColumnGroupComponent, i3.LogicalCellDirective, i4.LogicalRowDirective, i5.FocusableDirective, i6.FooterTemplateDirective, i7.ColGroupComponent, i8.ResizableContainerDirective, i9.TemplateContextDirective, i10.FieldAccessorPipe, i11.DetailTemplateDirective, i12.SpanColumnComponent, i13.TableDirective, i14.LoadingComponent, i15.GridTableDirective, i9.DraggableDirective, i16.GroupHeaderTemplateDirective, i17.GroupHeaderColumnTemplateDirective, i18.GroupFooterTemplateDirective, i19.GroupHeaderComponent, i20.GroupPanelComponent, 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], exports: [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] });
|
|
61
|
+
BodyModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BodyModule, providers: [
|
|
62
|
+
IconsService,
|
|
63
|
+
PopupService,
|
|
64
|
+
ResizeBatchService,
|
|
65
|
+
CalendarDOMService,
|
|
66
|
+
CenturyViewService,
|
|
67
|
+
DecadeViewService,
|
|
68
|
+
MonthViewService,
|
|
69
|
+
YearViewService,
|
|
70
|
+
WeekNamesService,
|
|
71
|
+
NavigationService
|
|
72
|
+
], imports: [i1.ColumnComponent, i2.ColumnGroupComponent, i7.ColGroupComponent, i12.SpanColumnComponent, i14.LoadingComponent, i19.GroupHeaderComponent, i20.GroupPanelComponent, i21.CommandColumnComponent, i22.CheckboxColumnComponent, i26.TableBodyComponent, i28.CellComponent, i29.EditCommandDirective, i30.CancelCommandDirective, i31.SaveCommandDirective, i32.RemoveCommandDirective, i33.AddCommandDirective, i36.RowReorderColumnComponent] });
|
|
121
73
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BodyModule, decorators: [{
|
|
122
74
|
type: NgModule,
|
|
123
75
|
args: [{
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
76
|
+
exports: [...KENDO_GRID_BODY_EXPORTS],
|
|
77
|
+
imports: [...importedModules, ...KENDO_GRID_BODY_EXPORTS],
|
|
78
|
+
providers: [
|
|
79
|
+
IconsService,
|
|
80
|
+
PopupService,
|
|
81
|
+
ResizeBatchService,
|
|
82
|
+
CalendarDOMService,
|
|
83
|
+
CenturyViewService,
|
|
84
|
+
DecadeViewService,
|
|
85
|
+
MonthViewService,
|
|
86
|
+
YearViewService,
|
|
87
|
+
WeekNamesService,
|
|
88
|
+
NavigationService
|
|
89
|
+
]
|
|
127
90
|
}]
|
|
128
91
|
}] });
|