@progress/kendo-angular-treelist 17.0.0-develop.34 → 17.0.0-develop.36

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.
Files changed (56) hide show
  1. package/directives.d.ts +4 -17
  2. package/esm2022/directives.mjs +3 -24
  3. package/esm2022/filtering/cell/row-filtering.module.mjs +3 -2
  4. package/esm2022/filtering/menu/filter-menu.module.mjs +3 -2
  5. package/esm2022/filtering/shared-filtering.module.mjs +3 -2
  6. package/esm2022/index.mjs +0 -9
  7. package/esm2022/localization/messages.mjs +9 -3
  8. package/esm2022/navigation/navigation.service.mjs +2 -2
  9. package/esm2022/package-metadata.mjs +2 -2
  10. package/esm2022/rendering/common/spacer.component.mjs +2 -2
  11. package/esm2022/rendering/header/header.module.mjs +25 -24
  12. package/esm2022/shared.module.mjs +3 -2
  13. package/esm2022/treelist.component.mjs +145 -26
  14. package/esm2022/treelist.module.mjs +73 -79
  15. package/fesm2022/progress-kendo-angular-treelist.mjs +317 -1617
  16. package/filtering/cell/row-filtering.module.d.ts +2 -1
  17. package/filtering/menu/filter-menu.module.d.ts +2 -1
  18. package/filtering/shared-filtering.module.d.ts +7 -6
  19. package/index.d.ts +1 -11
  20. package/localization/messages.d.ts +6 -2
  21. package/navigation/navigation.service.d.ts +1 -1
  22. package/package.json +16 -16
  23. package/rendering/common/spacer.component.d.ts +1 -1
  24. package/rendering/header/header.module.d.ts +26 -25
  25. package/schematics/ngAdd/index.js +3 -3
  26. package/shared.module.d.ts +3 -2
  27. package/treelist.component.d.ts +3 -2
  28. package/treelist.module.d.ts +70 -77
  29. package/constants.d.ts +0 -12
  30. package/esm2022/constants.mjs +0 -12
  31. package/esm2022/pager/pager-context.service.mjs +0 -44
  32. package/esm2022/pager/pager-element.component.mjs +0 -111
  33. package/esm2022/pager/pager-info.component.mjs +0 -76
  34. package/esm2022/pager/pager-input.component.mjs +0 -148
  35. package/esm2022/pager/pager-next-buttons.component.mjs +0 -131
  36. package/esm2022/pager/pager-numeric-buttons.component.mjs +0 -254
  37. package/esm2022/pager/pager-page-sizes.component.mjs +0 -141
  38. package/esm2022/pager/pager-prev-buttons.component.mjs +0 -127
  39. package/esm2022/pager/pager-template.directive.mjs +0 -49
  40. package/esm2022/pager/pager.component.mjs +0 -429
  41. package/esm2022/pager/pager.module.mjs +0 -43
  42. package/esm2022/pager/pagesize-item.interface.mjs +0 -5
  43. package/pager/pager-context.service.d.ts +0 -32
  44. package/pager/pager-element.component.d.ts +0 -74
  45. package/pager/pager-info.component.d.ts +0 -43
  46. package/pager/pager-input.component.d.ts +0 -45
  47. package/pager/pager-next-buttons.component.d.ts +0 -36
  48. package/pager/pager-numeric-buttons.component.d.ts +0 -52
  49. package/pager/pager-page-sizes.component.d.ts +0 -48
  50. package/pager/pager-prev-buttons.component.d.ts +0 -32
  51. package/pager/pager-template.directive.d.ts +0 -38
  52. package/pager/pager.component.d.ts +0 -73
  53. package/pager/pager.module.d.ts +0 -27
  54. package/pager/pagesize-item.interface.d.ts +0 -14
  55. /package/{pager → common}/pager-settings.d.ts +0 -0
  56. /package/esm2022/{pager → common}/pager-settings.mjs +0 -0
@@ -3,9 +3,9 @@
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as i0 from '@angular/core';
6
- import { Directive, Optional, EventEmitter, Injectable, QueryList, Input, ContentChildren, ContentChild, InjectionToken, forwardRef, Component, SkipSelf, Host, isDevMode, SecurityContext, Inject, Output, ChangeDetectionStrategy, HostBinding, ElementRef, ViewChild, Pipe, ViewChildren, Self, HostListener, ViewEncapsulation, NgModule } from '@angular/core';
7
- import * as i2$1 from '@progress/kendo-angular-common';
8
- import { isDocumentAvailable, isPresent as isPresent$1, hasClasses as hasClasses$1, Keys, EventsOutsideAngularDirective, anyChanged, ResizeSensorComponent, isChanged as isChanged$1, KendoInput, guid, DraggableDirective, TemplateContextDirective, hasObservers, ResizeBatchService, DraggableModule } from '@progress/kendo-angular-common';
6
+ import { Directive, Optional, EventEmitter, Injectable, QueryList, Input, ContentChildren, ContentChild, InjectionToken, forwardRef, Component, SkipSelf, Host, isDevMode, SecurityContext, Inject, Output, HostBinding, Pipe, ViewChild, ViewChildren, Self, HostListener, ChangeDetectionStrategy, ViewEncapsulation, NgModule } from '@angular/core';
7
+ import * as i1$4 from '@progress/kendo-angular-common';
8
+ import { isDocumentAvailable, isPresent as isPresent$1, hasClasses as hasClasses$1, Keys, anyChanged, isChanged as isChanged$1, ResizeSensorComponent, EventsOutsideAngularDirective, KendoInput, guid, DraggableDirective, TemplateContextDirective, hasObservers, ResizeBatchService, DraggableModule } from '@progress/kendo-angular-common';
9
9
  import * as i2 from '@progress/kendo-angular-icons';
10
10
  import { IconWrapperComponent, IconsService, IconsModule, KENDO_ICONS } from '@progress/kendo-angular-icons';
11
11
  import * as i15 from '@progress/kendo-angular-dateinputs';
@@ -13,7 +13,7 @@ import { DatePickerComponent, CalendarDOMService, CenturyViewService, DecadeView
13
13
  import * as i1 from '@progress/kendo-angular-popup';
14
14
  import { PopupService, PopupModule } from '@progress/kendo-angular-popup';
15
15
  import { DialogContainerService, DialogService, WindowService, WindowContainerService } from '@progress/kendo-angular-dialog';
16
- import { NgIf, NgFor, NgClass, NgTemplateOutlet, NgSwitch, NgSwitchCase, NgSwitchDefault, NgStyle } from '@angular/common';
16
+ import { NgSwitch, NgSwitchCase, NgIf, NgFor, NgTemplateOutlet, NgSwitchDefault, NgClass, NgStyle } from '@angular/common';
17
17
  import * as i3 from '@angular/forms';
18
18
  import { ReactiveFormsModule, NG_VALUE_ACCESSOR, FormsModule, FormControl, FormGroup } from '@angular/forms';
19
19
  import { merge, of, fromEvent, isObservable, BehaviorSubject, Subscription, Subject, zip as zip$1, from, interval, Observable } from 'rxjs';
@@ -24,23 +24,21 @@ import { ComponentMessages, LocalizationService, L10N_PREFIX } from '@progress/k
24
24
  import { DragTargetContainerDirective, DropTargetContainerDirective } from '@progress/kendo-angular-utils';
25
25
  import { orderBy, isCompositeFilterDescriptor, process, aggregateBy } from '@progress/kendo-data-query';
26
26
  import * as i1$2 from '@angular/platform-browser';
27
- import { plusIcon, cancelIcon, lockIcon, unlockIcon, insertMiddleIcon, caretAltLeftIcon, caretAltToLeftIcon, caretAltRightIcon, caretAltToRightIcon, caretAltDownIcon, reorderIcon, filterClearIcon, filterIcon, chevronUpIcon, chevronDownIcon, columnsIcon, sortAscSmallIcon, sortDescSmallIcon, moreVerticalIcon, fileExcelIcon, filePdfIcon } from '@progress/kendo-svg-icons';
27
+ import { plusIcon, cancelIcon, lockIcon, unlockIcon, insertMiddleIcon, caretAltDownIcon, caretAltRightIcon, caretAltLeftIcon, reorderIcon, filterClearIcon, filterIcon, chevronUpIcon, chevronDownIcon, columnsIcon, sortAscSmallIcon, sortDescSmallIcon, moreVerticalIcon, fileExcelIcon, filePdfIcon } from '@progress/kendo-svg-icons';
28
+ import * as i47 from '@progress/kendo-angular-pager';
29
+ import { PagerContextService, PagerNavigationService, PagerTemplateDirective, KENDO_PAGER } from '@progress/kendo-angular-pager';
28
30
  import { getter, setter } from '@progress/kendo-common';
29
- import * as i3$1 from '@progress/kendo-angular-label';
30
- import { LabelComponent, KENDO_LABEL } from '@progress/kendo-angular-label';
31
- import * as i5 from '@progress/kendo-angular-dropdowns';
32
- import { DropDownListComponent, AutoCompleteComponent, KENDO_DROPDOWNS, DropDownListModule, AutoCompleteModule } from '@progress/kendo-angular-dropdowns';
33
- import * as i4 from '@progress/kendo-angular-buttons';
34
- import { ButtonComponent, Button, KENDO_BUTTON, ButtonModule } from '@progress/kendo-angular-buttons';
35
- import * as i1$4 from '@progress/kendo-angular-inputs';
36
- import { NumericTextBoxComponent, TextBoxDirective, RadioButtonDirective, KENDO_NUMERICTEXTBOX, KENDO_INPUTS, InputsModule } from '@progress/kendo-angular-inputs';
31
+ import * as i13 from '@progress/kendo-angular-inputs';
32
+ import { NumericTextBoxComponent, TextBoxDirective, RadioButtonDirective, KENDO_NUMERICTEXTBOX, InputsModule } from '@progress/kendo-angular-inputs';
37
33
  import * as i1$3 from '@progress/kendo-angular-intl';
34
+ import { DropDownListComponent, AutoCompleteComponent, DropDownListModule, AutoCompleteModule } from '@progress/kendo-angular-dropdowns';
35
+ import { ButtonComponent, Button, ButtonModule } from '@progress/kendo-angular-buttons';
38
36
  import { trigger, state, style, transition, animate } from '@angular/animations';
39
37
  import { saveAs } from '@progress/kendo-file-saver';
40
38
  import { workbookOptions, toDataURL, ColumnBase as ColumnBase$1, ExcelExportModule } from '@progress/kendo-angular-excel-export';
41
39
  import { PDFExportMarginComponent, PDFExportTemplateDirective, PDFExportComponent } from '@progress/kendo-angular-pdf-export';
42
- import * as i2$2 from '@progress/kendo-angular-toolbar';
43
- import { ToolBarModule } from '@progress/kendo-angular-toolbar';
40
+ import * as i95 from '@progress/kendo-angular-toolbar';
41
+ import { KENDO_TOOLBAR } from '@progress/kendo-angular-toolbar';
44
42
 
45
43
  /**
46
44
  * @hidden
@@ -49,8 +47,8 @@ const packageMetadata = {
49
47
  name: '@progress/kendo-angular-treelist',
50
48
  productName: 'Kendo UI for Angular',
51
49
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
52
- publishDate: 1730712158,
53
- version: '17.0.0-develop.34',
50
+ publishDate: 1730721033,
51
+ version: '17.0.0-develop.36',
54
52
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
55
53
  };
56
54
 
@@ -2240,90 +2238,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
2240
2238
  type: Injectable
2241
2239
  }] });
2242
2240
 
2243
- /**
2244
- * Represents the pager template which helps to customize the pager appearance in the TreeList. To define a pager
2245
- * template, nest an `<ng-template>` tag with the `kendoTreeListPagerTemplate` directive inside `<kendo-treelist>`. [See example](slug:pager_template_treelist).
2246
- *
2247
- * The template context provides the following fields:
2248
- * * `currentPage`&mdash;The index of the displayed page.
2249
- * * `pageSize`&mdash;The value of the current `pageSize`.
2250
- * * `skip`&mdash;The current skip value.
2251
- * * `total`&mdash;The total number of records.
2252
- * * `totalPages`&mdash;The total number of available pages.
2253
- *
2254
- * @example
2255
- * ```html
2256
- * <kendo-treelist ...>
2257
- * <kendo-treelist-column field="type"></kendo-treelist-column>
2258
- * <ng-template
2259
- * kendoTreeListPagerTemplate
2260
- * let-totalPages="totalPages"
2261
- * let-currentPage="currentPage">
2262
- * <kendo-treelist-pager-prev-buttons></kendo-treelist-pager-prev-buttons>
2263
- * <kendo-treelist-pager-next-buttons></kendo-treelist-pager-next-buttons>
2264
- * <kendo-treelist-pager-info></kendo-treelist-pager-info>
2265
- * </ng-template>
2266
- * </kendo-treelist>
2267
- * ```
2268
- */
2269
- class PagerTemplateDirective {
2270
- templateRef;
2271
- constructor(templateRef) {
2272
- this.templateRef = templateRef;
2273
- }
2274
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PagerTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
2275
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: PagerTemplateDirective, isStandalone: true, selector: "[kendoTreeListPagerTemplate]", ngImport: i0 });
2276
- }
2277
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PagerTemplateDirective, decorators: [{
2278
- type: Directive,
2279
- args: [{
2280
- selector: '[kendoTreeListPagerTemplate]',
2281
- standalone: true
2282
- }]
2283
- }], ctorParameters: function () { return [{ type: i0.TemplateRef, decorators: [{
2284
- type: Optional
2285
- }] }]; } });
2286
-
2287
- /**
2288
- * @hidden
2289
- */
2290
- class PagerContextService {
2291
- total;
2292
- skip;
2293
- pageSize;
2294
- allCount;
2295
- changes = new Subject();
2296
- pageChange = new Subject();
2297
- get currentPage() {
2298
- return this.skip / this.pageSize;
2299
- }
2300
- notifyChanges(changes) {
2301
- this.total = changes.total;
2302
- this.pageSize = changes.pageSize;
2303
- this.skip = changes.skip;
2304
- this.allCount = changes.allCount;
2305
- this.changes.next(changes);
2306
- }
2307
- changePage(page) {
2308
- this.pageChange.next({ skip: page * this.pageSize, take: this.pageSize });
2309
- }
2310
- changePageSize(value) {
2311
- this.pageChange.next({ skip: 0, take: value });
2312
- }
2313
- nextPage() {
2314
- const nextPage = this.currentPage + 1;
2315
- if (nextPage * this.pageSize <= this.total) {
2316
- this.changePage(nextPage);
2317
- }
2318
- }
2319
- prevPage() {
2320
- const prevPage = this.currentPage - 1;
2321
- if (prevPage * this.pageSize >= 0) {
2322
- this.changePage(prevPage);
2323
- }
2324
- }
2325
- }
2326
-
2327
2241
  /**
2328
2242
  * @hidden
2329
2243
  */
@@ -5138,12 +5052,12 @@ class NavigationService {
5138
5052
  this.leaveCell();
5139
5053
  this.cursor.reset();
5140
5054
  }
5141
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NavigationService, deps: [{ token: i0.NgZone }, { token: DomEventsService }, { token: PagerContextService }, { token: ScrollRequestService }, { token: FocusRoot }, { token: EditService }, { token: i1$1.LocalizationService }, { token: ExpandStateService }, { token: SelectionService }, { token: i0.ChangeDetectorRef }, { token: FocusableDirective, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
5055
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NavigationService, deps: [{ token: i0.NgZone }, { token: DomEventsService }, { token: i47.PagerContextService }, { token: ScrollRequestService }, { token: FocusRoot }, { token: EditService }, { token: i1$1.LocalizationService }, { token: ExpandStateService }, { token: SelectionService }, { token: i0.ChangeDetectorRef }, { token: FocusableDirective, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
5142
5056
  static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NavigationService });
5143
5057
  }
5144
5058
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NavigationService, decorators: [{
5145
5059
  type: Injectable
5146
- }], ctorParameters: function () { return [{ type: i0.NgZone }, { type: DomEventsService }, { type: PagerContextService }, { type: ScrollRequestService }, { type: FocusRoot }, { type: EditService }, { type: i1$1.LocalizationService }, { type: ExpandStateService }, { type: SelectionService }, { type: i0.ChangeDetectorRef }, { type: FocusableDirective, decorators: [{
5060
+ }], ctorParameters: function () { return [{ type: i0.NgZone }, { type: DomEventsService }, { type: i47.PagerContextService }, { type: ScrollRequestService }, { type: FocusRoot }, { type: EditService }, { type: i1$1.LocalizationService }, { type: ExpandStateService }, { type: SelectionService }, { type: i0.ChangeDetectorRef }, { type: FocusableDirective, decorators: [{
5147
5061
  type: Optional
5148
5062
  }] }]; } });
5149
5063
 
@@ -5630,1456 +5544,134 @@ class RowReorderService {
5630
5544
  isOverChild(_item) { return false; }
5631
5545
  reorderRows(_ev, _collection, _field) { }
5632
5546
  get parentIdField() {
5633
- return this.bindingDirective.parentIdField;
5634
- }
5635
- get idField() {
5636
- return this.bindingDirective.idField;
5637
- }
5638
- get childrenField() {
5639
- return this.bindingDirective.childrenField;
5640
- }
5641
- get data() {
5642
- return this.bindingDirective.data;
5643
- }
5644
- getDragRowPerElement(row, data) {
5645
- let rowIndex = row?.getAttribute(rowIndexAttr);
5646
- rowIndex = rowIndex ? parseInt(rowIndex, 10) : -1;
5647
- const dataItem = rowIndex === -1 ? null : data?.at(rowIndex)?.data;
5648
- return {
5649
- dataItem,
5650
- rowIndex,
5651
- element: row
5652
- };
5653
- }
5654
- createDropIndicator() {
5655
- if (!isDocumentAvailable()) {
5656
- return;
5657
- }
5658
- this.dropIndicator = document.createElement('div');
5659
- this.decorateDropIndicator();
5660
- this.dropIndicator.innerHTML = `
5661
- <div class="k-drop-hint-start"></div>
5662
- <div class="k-drop-hint-line"></div>
5663
- `;
5664
- document.body.appendChild(this.dropIndicator);
5665
- this.hide();
5666
- }
5667
- destroyDropIndicator() {
5668
- if (!isDocumentAvailable()) {
5669
- return;
5670
- }
5671
- if (this.dropIndicator && this.dropIndicator.parentElement) {
5672
- document.body.removeChild(this.dropIndicator);
5673
- this.dropIndicator = null;
5674
- }
5675
- }
5676
- decorateHint() {
5677
- hintClasses.forEach(className => this.renderer.addClass(this.hintElement, className));
5678
- Object.keys(hintStyles)
5679
- .forEach(style => this.renderer.setStyle(this.hintElement, style, hintStyles[style]));
5680
- }
5681
- positionDropIndicator(ev) {
5682
- this.lastDropPosition = this.getDropPosition(ev.dragEvent);
5683
- this.updateDropIndicatorPosition();
5684
- }
5685
- decorateDropIndicator() {
5686
- dropIndicatorClasses.forEach(className => this.renderer.addClass(this.dropIndicator, className));
5687
- Object.keys(dropIndicatorStyles)
5688
- .forEach(style => this.renderer.setStyle(this.dropIndicator, style, dropIndicatorStyles[style]));
5689
- }
5690
- getDropPosition(e) {
5691
- if (this.dropTarget === this.dragTarget || !isPresent$1(this.dropTarget)) {
5692
- return dropPosition.forbidden;
5693
- }
5694
- const itemViewPortCoords = this.dropTarget.getBoundingClientRect();
5695
- const itemDivisionsCount = 3;
5696
- const itemDivisionHeight = itemViewPortCoords.height / itemDivisionsCount;
5697
- const { dropTargetRow } = this.rowReorderArgs(this.dragTarget, this.dropTarget, this.view);
5698
- const pointerPosition = e.clientY;
5699
- const itemTop = itemViewPortCoords.top;
5700
- let currentDropPosition = null;
5701
- if (pointerPosition <= itemTop + itemDivisionHeight) {
5702
- currentDropPosition = dropPosition.before;
5703
- }
5704
- else if (pointerPosition >= itemTop + itemViewPortCoords.height - itemDivisionHeight) {
5705
- currentDropPosition = dropPosition.after;
5706
- }
5707
- else {
5708
- currentDropPosition = dropPosition.over;
5709
- }
5710
- if (currentDropPosition === dropPosition.before && isNextSibling(this.dropTarget, this.dragTarget)) {
5711
- currentDropPosition = dropPosition.forbidden;
5712
- }
5713
- else if (currentDropPosition === dropPosition.after && isPreviousSibling(this.dropTarget, this.dragTarget)) {
5714
- currentDropPosition = dropPosition.forbidden;
5715
- }
5716
- if (isPresent$1(dropTargetRow.dataItem)) {
5717
- if (this.isOverChild(dropTargetRow.dataItem)) {
5718
- currentDropPosition = dropPosition.forbidden;
5719
- }
5720
- }
5721
- else {
5722
- currentDropPosition = dropPosition.forbidden;
5723
- }
5724
- return currentDropPosition;
5725
- }
5726
- updateDropIndicatorPosition() {
5727
- if (this.shouldHideDropIndicator() || !this.dropTarget) {
5728
- this.hide();
5729
- return;
5730
- }
5731
- this.show();
5732
- const destinationItemOffset = getOffset(this.dropTarget);
5733
- let indicatorOffsetTop = destinationItemOffset.top;
5734
- const indicatorOffsetLeft = destinationItemOffset.left + this.dropIndicator.offsetWidth / 2;
5735
- if (this.lastDropPosition === dropPosition.after) {
5736
- indicatorOffsetTop += this.dropTarget.offsetHeight;
5737
- }
5738
- this.renderer.setStyle(this.dropIndicator, 'left', `${indicatorOffsetLeft}px`);
5739
- this.renderer.setStyle(this.dropIndicator, 'top', `${indicatorOffsetTop}px`);
5740
- }
5741
- shouldHideDropIndicator() {
5742
- return this.lastDropPosition === dropPosition.forbidden || this.lastDropPosition === dropPosition.over;
5743
- }
5744
- hide() {
5745
- if (isPresent$1(this.dropIndicator)) {
5746
- this.renderer.setStyle(this.dropIndicator, 'display', 'none');
5747
- }
5748
- }
5749
- show() {
5750
- if (isPresent$1(this.dropIndicator)) {
5751
- this.renderer.removeStyle(this.dropIndicator, 'display');
5752
- }
5753
- }
5754
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: RowReorderService, deps: [{ token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Injectable });
5755
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: RowReorderService });
5756
- }
5757
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: RowReorderService, decorators: [{
5758
- type: Injectable
5759
- }], ctorParameters: function () { return [{ type: i0.Renderer2 }]; }, propDecorators: { rowReorder: [{
5760
- type: Output
5761
- }] } });
5762
-
5763
- /**
5764
- * @hidden
5765
- */
5766
- const normalizeSettings = ({ buttonCount = 10, info = true, type = 'numeric', pageSizes = false, previousNext = true, responsive = true }) => ({
5767
- buttonCount,
5768
- info,
5769
- pageSizes: pageSizes === true ? [5, 10, 20] : pageSizes,
5770
- previousNext,
5771
- type,
5772
- responsive
5773
- });
5774
- /**
5775
- * @hidden
5776
- */
5777
- const normalize$1 = (settings) => normalizeSettings(settings === true ? {} : settings);
5778
-
5779
- /**
5780
- * @hidden
5781
- */
5782
- const RESPONSIVE_BREAKPOINT_MEDIUM = 600;
5783
- /**
5784
- * @hidden
5785
- */
5786
- const RESPONSIVE_BREAKPOINT_LARGE = 768;
5787
-
5788
- /**
5789
- * @hidden
5790
- */
5791
- class PagerElementComponent {
5792
- localization;
5793
- pagerContext;
5794
- cd;
5795
- total;
5796
- skip;
5797
- pageSize;
5798
- allCount;
5799
- caretAltLeftIcon = caretAltLeftIcon;
5800
- caretAltToLeftIcon = caretAltToLeftIcon;
5801
- caretAltRightIcon = caretAltRightIcon;
5802
- caretAltToRightIcon = caretAltToRightIcon;
5803
- /**
5804
- * @hidden
5805
- *
5806
- * @readonly
5807
- * @type {number}
5808
- * @memberOf PagerElementComponent
5809
- */
5810
- get currentPage() {
5811
- return Math.floor((this.skip || 0) / this.pageSize) + 1;
5812
- }
5813
- /**
5814
- * @hidden
5815
- *
5816
- * @readonly
5817
- * @type {number}
5818
- * @memberOf PagerElementComponent
5819
- */
5820
- get totalPages() {
5821
- return Math.ceil((this.total || 0) / this.pageSize);
5822
- }
5823
- subscriptions;
5824
- constructor(localization, pagerContext, cd) {
5825
- this.localization = localization;
5826
- this.pagerContext = pagerContext;
5827
- this.cd = cd;
5828
- this.total = this.pagerContext.total;
5829
- this.skip = this.pagerContext.skip;
5830
- this.pageSize = this.pagerContext.pageSize;
5831
- this.allCount = this.pagerContext.allCount;
5832
- }
5833
- /**
5834
- * @hidden
5835
- *
5836
- * @param {string} key
5837
- * @returns {string}
5838
- *
5839
- * @memberOf PagerElementComponent
5840
- */
5841
- textFor(key) {
5842
- return this.localization.get(key);
5843
- }
5844
- /**
5845
- * @hidden
5846
- *
5847
- * @param {number} page
5848
- *
5849
- * @memberOf PagerElementComponent
5850
- */
5851
- changePage(page) {
5852
- this.pagerContext.changePage(page);
5853
- return false;
5854
- }
5855
- /**
5856
- * @hidden
5857
- *
5858
- * @memberOf PagerElementComponent
5859
- */
5860
- ngOnInit() {
5861
- this.subscriptions = this.pagerContext.changes.subscribe(this.onChanges.bind(this));
5862
- this.subscriptions.add(this.localization.changes.subscribe(() => this.cd.markForCheck()));
5863
- }
5864
- ngOnDestroy() {
5865
- if (this.subscriptions) {
5866
- this.subscriptions.unsubscribe();
5867
- }
5868
- }
5869
- get prevArrowIcons() {
5870
- return !this.localization.rtl ? ['caret-alt-to-left', 'caret-alt-left'] : ['caret-alt-to-right', 'caret-alt-right'];
5871
- }
5872
- get prevArrowSVGIcons() {
5873
- return !this.localization.rtl ? [this.caretAltToLeftIcon, this.caretAltLeftIcon] : [this.caretAltToRightIcon, this.caretAltRightIcon];
5874
- }
5875
- get nextArrowIcons() {
5876
- return !this.localization.rtl ? ['caret-alt-right', 'caret-alt-to-right'] : ['caret-alt-left', 'caret-alt-to-left'];
5877
- }
5878
- get nextArrowSVGIcons() {
5879
- return !this.localization.rtl ? [this.caretAltRightIcon, this.caretAltToRightIcon] : [this.caretAltLeftIcon, this.caretAltToLeftIcon];
5880
- }
5881
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PagerElementComponent, deps: [{ token: i1$1.LocalizationService }, { token: PagerContextService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Directive });
5882
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: PagerElementComponent, ngImport: i0 });
5883
- }
5884
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PagerElementComponent, decorators: [{
5885
- type: Directive,
5886
- args: [{}]
5887
- }], ctorParameters: function () { return [{ type: i1$1.LocalizationService }, { type: PagerContextService }, { type: i0.ChangeDetectorRef }]; } });
5888
-
5889
- // eslint-disable no-access-missing-member
5890
- /**
5891
- * Displays information about the current page and the total number of records ([see example](slug:pager_template_treelist)).
5892
- */
5893
- class PagerInfoComponent extends PagerElementComponent {
5894
- pagerContext;
5895
- /**
5896
- * @hidden
5897
- *
5898
- * @readonly
5899
- * @type {number}
5900
- * @memberOf PagerInfoComponent
5901
- */
5902
- get currentPageText() {
5903
- return this.total ? this.currentPage : 0;
5904
- }
5905
- /**
5906
- * @hidden
5907
- *
5908
- * @readonly
5909
- * @type {number}
5910
- * @memberOf PagerInfoComponent
5911
- */
5912
- get maxPage() {
5913
- return Math.ceil(this.total / this.pageSize);
5914
- }
5915
- /**
5916
- * @hidden
5917
- *
5918
- * @readonly
5919
- * @type {boolean}
5920
- * @memberOf PagerInfoComponent
5921
- */
5922
- get classes() {
5923
- return true;
5924
- }
5925
- constructor(localization, cd, pagerContext) {
5926
- super(localization, pagerContext, cd);
5927
- this.pagerContext = pagerContext;
5928
- }
5929
- onChanges({ allCount, total, skip, pageSize }) {
5930
- this.total = total;
5931
- this.skip = skip;
5932
- this.pageSize = pageSize;
5933
- this.allCount = allCount;
5934
- this.cd.markForCheck();
5935
- }
5936
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PagerInfoComponent, deps: [{ token: i1$1.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: PagerContextService }], target: i0.ɵɵFactoryTarget.Component });
5937
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: PagerInfoComponent, isStandalone: true, selector: "kendo-treelist-pager-info", host: { properties: { "class.k-pager-info": "this.classes", "class.k-label": "this.classes" } }, usesInheritance: true, ngImport: i0, template: `{{textFor('pagerPage')}} {{currentPageText}} {{textFor('pagerOf')}} {{maxPage}} ({{allCount}} {{textFor('pagerItemsTotal')}})`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
5938
- }
5939
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PagerInfoComponent, decorators: [{
5940
- type: Component,
5941
- args: [{
5942
- changeDetection: ChangeDetectionStrategy.OnPush,
5943
- selector: 'kendo-treelist-pager-info',
5944
- template: `{{textFor('pagerPage')}} {{currentPageText}} {{textFor('pagerOf')}} {{maxPage}} ({{allCount}} {{textFor('pagerItemsTotal')}})`,
5945
- standalone: true
5946
- }]
5947
- }], ctorParameters: function () { return [{ type: i1$1.LocalizationService }, { type: i0.ChangeDetectorRef }, { type: PagerContextService }]; }, propDecorators: { classes: [{
5948
- type: HostBinding,
5949
- args: ["class.k-pager-info"]
5950
- }, {
5951
- type: HostBinding,
5952
- args: ["class.k-label"]
5953
- }] } });
5954
-
5955
- // eslint-disable no-access-missing-member
5956
- /**
5957
- * Displays a drop-down list for the page size selection ([see example](slug:pager_template_treelist)).
5958
- */
5959
- class PagerPageSizesComponent extends PagerElementComponent {
5960
- elem;
5961
- pagerContext;
5962
- /**
5963
- * The page sizes collection. Can be an Array of numbers and/or PageSizeItem objects.
5964
- * [More information and example]({% slug api_treelist_pagerpagesizescomponent %})
5965
- */
5966
- set pageSizes(pageSizes) {
5967
- let normalizedItems = [];
5968
- pageSizes.forEach(item => {
5969
- if (typeof item === 'number') {
5970
- normalizedItems.push({
5971
- text: item.toString(),
5972
- value: item
5973
- });
5974
- }
5975
- else {
5976
- normalizedItems.push(item);
5977
- }
5978
- });
5979
- if (this.pageSize && !normalizedItems.some(item => item.value === this.pageSize)) {
5980
- normalizedItems = [{ text: this.pageSize.toString(), value: this.pageSize }, ...normalizedItems];
5981
- }
5982
- this._pageSizes = normalizedItems;
5983
- }
5984
- get pageSizes() {
5985
- return this._pageSizes;
5986
- }
5987
- /**
5988
- * @hidden
5989
- *
5990
- * @readonly
5991
- */
5992
- get classes() {
5993
- return true;
5994
- }
5995
- /**
5996
- * @hidden
5997
- *
5998
- * @readonly
5999
- */
6000
- get showInitialPageSize() {
6001
- return this.pageSizes
6002
- .filter(item => {
6003
- if (typeof item.value === 'number') {
6004
- return item.value === Number(this.pageSize);
6005
- }
6006
- return this.total === Number(this.pageSize);
6007
- })
6008
- .length === 0;
6009
- }
6010
- _pageSizes = [];
6011
- constructor(elem, localization, cd, pagerContext) {
6012
- super(localization, pagerContext, cd);
6013
- this.elem = elem;
6014
- this.pagerContext = pagerContext;
6015
- }
6016
- /**
6017
- * @hidden
6018
- */
6019
- pageSizeChange(value) {
6020
- this.pageSize = typeof value === 'number' ? value : this.total;
6021
- this.pagerContext.changePageSize(this.pageSize);
6022
- }
6023
- /**
6024
- * @hidden
6025
- */
6026
- getValue(page) {
6027
- return typeof page.value === 'number' ? page.value : this.total;
6028
- }
6029
- onChanges({ total, skip, pageSize }) {
6030
- this.total = total;
6031
- this.skip = skip;
6032
- this.pageSize = typeof pageSize === 'number' ? pageSize : this.total;
6033
- this.cd.markForCheck();
6034
- }
6035
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PagerPageSizesComponent, deps: [{ token: i0.ElementRef }, { token: i1$1.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: PagerContextService }], target: i0.ɵɵFactoryTarget.Component });
6036
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: PagerPageSizesComponent, isStandalone: true, selector: "kendo-treelist-pager-page-sizes", inputs: { pageSizes: "pageSizes" }, host: { properties: { "class.k-pager-sizes": "this.classes", "class.k-label": "this.classes" } }, usesInheritance: true, ngImport: i0, template: `
6037
- <kendo-dropdownlist
6038
- #dropdownlist
6039
- class="k-dropdown"
6040
- [data]="pageSizes"
6041
- textField="text"
6042
- valueField="value"
6043
- kendoTreeListFocusable
6044
- [valuePrimitive]="true"
6045
- [value]="pageSize"
6046
- [attr.aria-label]="textFor('pagerItemsPerPage')"
6047
- (valueChange)="pageSizeChange($event)"></kendo-dropdownlist>
6048
- <kendo-label [for]="dropdownlist" [text]="textFor('pagerItemsPerPage')"></kendo-label>
6049
- `, isInline: true, dependencies: [{ kind: "component", type: DropDownListComponent, selector: "kendo-dropdownlist", inputs: ["customIconClass", "showStickyHeader", "icon", "svgIcon", "loading", "data", "value", "textField", "valueField", "adaptiveMode", "title", "subtitle", "popupSettings", "listHeight", "defaultItem", "disabled", "itemDisabled", "readonly", "filterable", "virtual", "ignoreCase", "delay", "valuePrimitive", "tabindex", "tabIndex", "size", "rounded", "fillMode", "leftRightArrowsNavigation", "id"], outputs: ["valueChange", "filterChange", "selectionChange", "open", "opened", "close", "closed", "focus", "blur"], exportAs: ["kendoDropDownList"] }, { kind: "directive", type: FocusableDirective, selector: "[kendoTreeListFocusable],\n [kendoTreeListAddCommand],\n [kendoTreeListEditCommand],\n [kendoTreeListRemoveCommand],\n [kendoTreeListSaveCommand],\n [kendoTreeListCancelCommand]\n ", inputs: ["kendoTreeListFocusable", "enabled", "kendoTreeListAddCommand", "kendoTreeListEditCommand", "kendoTreeListRemoveCommand", "kendoTreeListSaveCommand", "kendoTreeListCancelCommand"] }, { kind: "component", type: LabelComponent, selector: "kendo-label", inputs: ["text", "for", "optional", "labelCssStyle", "labelCssClass"], exportAs: ["kendoLabel"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
6050
- }
6051
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PagerPageSizesComponent, decorators: [{
6052
- type: Component,
6053
- args: [{
6054
- changeDetection: ChangeDetectionStrategy.OnPush,
6055
- selector: 'kendo-treelist-pager-page-sizes',
6056
- template: `
6057
- <kendo-dropdownlist
6058
- #dropdownlist
6059
- class="k-dropdown"
6060
- [data]="pageSizes"
6061
- textField="text"
6062
- valueField="value"
6063
- kendoTreeListFocusable
6064
- [valuePrimitive]="true"
6065
- [value]="pageSize"
6066
- [attr.aria-label]="textFor('pagerItemsPerPage')"
6067
- (valueChange)="pageSizeChange($event)"></kendo-dropdownlist>
6068
- <kendo-label [for]="dropdownlist" [text]="textFor('pagerItemsPerPage')"></kendo-label>
6069
- `,
6070
- standalone: true,
6071
- imports: [DropDownListComponent, FocusableDirective, LabelComponent]
6072
- }]
6073
- }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i1$1.LocalizationService }, { type: i0.ChangeDetectorRef }, { type: PagerContextService }]; }, propDecorators: { pageSizes: [{
6074
- type: Input
6075
- }], classes: [{
6076
- type: HostBinding,
6077
- args: ["class.k-pager-sizes"]
6078
- }, {
6079
- type: HostBinding,
6080
- args: ["class.k-label"]
6081
- }] } });
6082
-
6083
- /* eslint-disable @typescript-eslint/no-inferrable-types */
6084
- /**
6085
- * Displays numeric buttons to enable navigation between the pages ([see example](slug:pager_template_treelist)).
6086
- */
6087
- class PagerNumericButtonsComponent extends PagerElementComponent {
6088
- pagerContext;
6089
- selectElement;
6090
- numbersElement;
6091
- /**
6092
- * The count of the displayed buttons.
6093
- *
6094
- * @type {number}
6095
- * @memberOf PagerNumericButtonsComponent
6096
- */
6097
- buttonCount;
6098
- /**
6099
- * @hidden
6100
- *
6101
- * @readonly
6102
- * @type {number[]}
6103
- * @memberOf PagerNumericButtonsComponent
6104
- */
6105
- get buttons() {
6106
- const result = [];
6107
- for (let idx = this.start; idx <= this.end; idx++) {
6108
- result.push(idx);
6109
- }
6110
- return result;
6111
- }
6112
- /**
6113
- * @hidden
6114
- */
6115
- get end() {
6116
- return Math.min((this.start + this.buttonCount) - 1, this.totalPages);
6117
- }
6118
- /**
6119
- * @hidden
6120
- */
6121
- get start() {
6122
- const page = this.currentPage;
6123
- const buttonCount = this.buttonCount;
6124
- if (page > buttonCount) {
6125
- const reminder = (page % buttonCount);
6126
- return (reminder === 0) ? (page - buttonCount) + 1 : (page - reminder) + 1;
6127
- }
6128
- return 1;
6129
- }
6130
- constructor(localization, cd, pagerContext) {
6131
- super(localization, pagerContext, cd);
6132
- this.pagerContext = pagerContext;
6133
- }
6134
- /**
6135
- * @hidden
6136
- */
6137
- pageLabel(num) {
6138
- const pageText = this.textFor('pagerPage');
6139
- if (pageText) {
6140
- return pageText + ' ' + num;
6141
- }
6142
- return num.toString();
6143
- }
6144
- /**
6145
- * @hidden
6146
- */
6147
- onSelectChange(e) {
6148
- const target = e.target;
6149
- const valueAsNumber = Number(target.value);
6150
- if (!Number.isNaN(valueAsNumber)) {
6151
- this.changePage(valueAsNumber - 1);
6152
- }
6153
- else {
6154
- if (target.value === 'previousButtons') {
6155
- this.changePage(this.start - 2);
6156
- }
6157
- else {
6158
- this.changePage(this.end);
6159
- }
6160
- }
6161
- }
6162
- onChanges({ total, skip, pageSize }) {
6163
- this.total = total;
6164
- this.skip = skip;
6165
- this.pageSize = pageSize;
6166
- this.cd.markForCheck();
6167
- }
6168
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PagerNumericButtonsComponent, deps: [{ token: i1$1.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: PagerContextService }], target: i0.ɵɵFactoryTarget.Component });
6169
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: PagerNumericButtonsComponent, isStandalone: true, selector: "kendo-treelist-pager-numeric-buttons", inputs: { buttonCount: "buttonCount" }, viewQueries: [{ propertyName: "selectElement", first: true, predicate: ["select"], descendants: true, read: ElementRef }, { propertyName: "numbersElement", first: true, predicate: ["numbers"], descendants: true, read: ElementRef }], usesInheritance: true, ngImport: i0, template: `
6170
- <select
6171
- class="k-dropdown-list k-dropdown k-picker k-picker-solid k-picker-md k-rounded-md"
6172
- kendoTreeListFocusable
6173
- [style.display]="'none'"
6174
- #select
6175
- [attr.title]="textFor('selectPage')"
6176
- [attr.aria-label]="textFor('selectPage')"
6177
- (change)="onSelectChange($event)">
6178
- <option *ngIf="start > 1"
6179
- value="previousButtons"
6180
- [selected]="false"
6181
- [attr.aria-label]="pageLabel(start - 1)">...
6182
- </option>
6183
- <option *ngFor="let num of buttons"
6184
- [value]="num.toString()"
6185
- [selected]="num === currentPage"
6186
- [attr.aria-label]="pageLabel(num)"
6187
- [attr.aria-current]="currentPage === num ? 'page' : undefined"
6188
- [ngClass]="{'k-selected':currentPage === num}">
6189
- {{num}}
6190
- </option>
6191
- <option *ngIf="end < totalPages"
6192
- value="nextButtons"
6193
- [selected]="false"
6194
- [attr.aria-label]="pageLabel(end + 1)">...
6195
- </option>
6196
- </select>
6197
- <div class="k-pager-numbers" #numbers>
6198
- <button *ngIf="start > 1"
6199
- type="button"
6200
- kendoTreeListFocusable
6201
- kendoButton
6202
- fillMode="flat"
6203
- themeColor="primary"
6204
- class="k-pager-nav"
6205
- rounded="none"
6206
- [attr.aria-label]="pageLabel(start - 1)"
6207
- [attr.title]="pageLabel(start - 1)"
6208
- (click)="changePage(start - 2)">...</button>
6209
- <button *ngFor="let num of buttons"
6210
- type="button"
6211
- kendoTreeListFocusable
6212
- kendoButton
6213
- fillMode="flat"
6214
- themeColor="primary"
6215
- class="k-pager-nav"
6216
- rounded="none"
6217
- [attr.aria-label]="pageLabel(num)"
6218
- [attr.title]="pageLabel(num)"
6219
- [attr.aria-current]="currentPage === num ? 'page' : undefined"
6220
- [selected]="currentPage === num"
6221
- (click)="changePage(num - 1)">
6222
- {{num}}
6223
- </button>
6224
- <button *ngIf="end < totalPages"
6225
- type="button"
6226
- kendoTreeListFocusable
6227
- kendoButton
6228
- class="k-pager-nav"
6229
- fillMode="flat"
6230
- themeColor="primary"
6231
- rounded="none"
6232
- [attr.aria-label]="pageLabel(end + 1)"
6233
- [attr.title]="pageLabel(end + 1)"
6234
- (click)="changePage(end)">...</button>
6235
- </div>
6236
- `, isInline: true, dependencies: [{ kind: "directive", type: FocusableDirective, selector: "[kendoTreeListFocusable],\n [kendoTreeListAddCommand],\n [kendoTreeListEditCommand],\n [kendoTreeListRemoveCommand],\n [kendoTreeListSaveCommand],\n [kendoTreeListCancelCommand]\n ", inputs: ["kendoTreeListFocusable", "enabled", "kendoTreeListAddCommand", "kendoTreeListEditCommand", "kendoTreeListRemoveCommand", "kendoTreeListSaveCommand", "kendoTreeListCancelCommand"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: NgFor, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "component", type: ButtonComponent, selector: "button[kendoButton]", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
6237
- }
6238
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PagerNumericButtonsComponent, decorators: [{
6239
- type: Component,
6240
- args: [{
6241
- changeDetection: ChangeDetectionStrategy.OnPush,
6242
- selector: 'kendo-treelist-pager-numeric-buttons',
6243
- template: `
6244
- <select
6245
- class="k-dropdown-list k-dropdown k-picker k-picker-solid k-picker-md k-rounded-md"
6246
- kendoTreeListFocusable
6247
- [style.display]="'none'"
6248
- #select
6249
- [attr.title]="textFor('selectPage')"
6250
- [attr.aria-label]="textFor('selectPage')"
6251
- (change)="onSelectChange($event)">
6252
- <option *ngIf="start > 1"
6253
- value="previousButtons"
6254
- [selected]="false"
6255
- [attr.aria-label]="pageLabel(start - 1)">...
6256
- </option>
6257
- <option *ngFor="let num of buttons"
6258
- [value]="num.toString()"
6259
- [selected]="num === currentPage"
6260
- [attr.aria-label]="pageLabel(num)"
6261
- [attr.aria-current]="currentPage === num ? 'page' : undefined"
6262
- [ngClass]="{'k-selected':currentPage === num}">
6263
- {{num}}
6264
- </option>
6265
- <option *ngIf="end < totalPages"
6266
- value="nextButtons"
6267
- [selected]="false"
6268
- [attr.aria-label]="pageLabel(end + 1)">...
6269
- </option>
6270
- </select>
6271
- <div class="k-pager-numbers" #numbers>
6272
- <button *ngIf="start > 1"
6273
- type="button"
6274
- kendoTreeListFocusable
6275
- kendoButton
6276
- fillMode="flat"
6277
- themeColor="primary"
6278
- class="k-pager-nav"
6279
- rounded="none"
6280
- [attr.aria-label]="pageLabel(start - 1)"
6281
- [attr.title]="pageLabel(start - 1)"
6282
- (click)="changePage(start - 2)">...</button>
6283
- <button *ngFor="let num of buttons"
6284
- type="button"
6285
- kendoTreeListFocusable
6286
- kendoButton
6287
- fillMode="flat"
6288
- themeColor="primary"
6289
- class="k-pager-nav"
6290
- rounded="none"
6291
- [attr.aria-label]="pageLabel(num)"
6292
- [attr.title]="pageLabel(num)"
6293
- [attr.aria-current]="currentPage === num ? 'page' : undefined"
6294
- [selected]="currentPage === num"
6295
- (click)="changePage(num - 1)">
6296
- {{num}}
6297
- </button>
6298
- <button *ngIf="end < totalPages"
6299
- type="button"
6300
- kendoTreeListFocusable
6301
- kendoButton
6302
- class="k-pager-nav"
6303
- fillMode="flat"
6304
- themeColor="primary"
6305
- rounded="none"
6306
- [attr.aria-label]="pageLabel(end + 1)"
6307
- [attr.title]="pageLabel(end + 1)"
6308
- (click)="changePage(end)">...</button>
6309
- </div>
6310
- `,
6311
- standalone: true,
6312
- imports: [FocusableDirective, NgIf, NgFor, NgClass, ButtonComponent]
6313
- }]
6314
- }], ctorParameters: function () { return [{ type: i1$1.LocalizationService }, { type: i0.ChangeDetectorRef }, { type: PagerContextService }]; }, propDecorators: { selectElement: [{
6315
- type: ViewChild,
6316
- args: ['select', { read: ElementRef }]
6317
- }], numbersElement: [{
6318
- type: ViewChild,
6319
- args: ['numbers', { read: ElementRef }]
6320
- }], buttonCount: [{
6321
- type: Input
6322
- }] } });
6323
-
6324
- // eslint-disable no-access-missing-member
6325
- /**
6326
- * Displays buttons for navigating to the next and to the last page ([see example](slug:pager_template_treelist)).
6327
- */
6328
- class PagerNextButtonsComponent extends PagerElementComponent {
6329
- navigationService;
6330
- /**
6331
- * @hidden
6332
- *
6333
- * @readonly
6334
- * @type {boolean}
6335
- * @memberOf PagerNextButtonsComponent
6336
- */
6337
- get disabled() {
6338
- return this.currentPage === this.totalPages || !this.total;
6339
- }
6340
- /**
6341
- * @hidden
6342
- */
6343
- navigable;
6344
- constructor(localization, pagerContext, cd, navigationService) {
6345
- super(localization, pagerContext, cd);
6346
- this.navigationService = navigationService;
6347
- }
6348
- /**
6349
- * @hidden
6350
- */
6351
- onButtonClick(buttonName) {
6352
- if (this.currentPage !== this.totalPages) {
6353
- const skipToPage = buttonName === 'nextPage' ? this.currentPage : this.totalPages - 1;
6354
- this.changePage(skipToPage);
6355
- }
6356
- }
6357
- onChanges({ total, skip, pageSize }) {
6358
- this.total = total;
6359
- this.skip = skip;
6360
- this.pageSize = pageSize;
6361
- this.cd.markForCheck();
6362
- }
6363
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PagerNextButtonsComponent, deps: [{ token: i1$1.LocalizationService }, { token: PagerContextService }, { token: i0.ChangeDetectorRef }, { token: NavigationService }], target: i0.ɵɵFactoryTarget.Component });
6364
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: PagerNextButtonsComponent, isStandalone: true, selector: "kendo-treelist-pager-next-buttons", inputs: { navigable: "navigable" }, usesInheritance: true, ngImport: i0, template: `
6365
- <button
6366
- kendoButton
6367
- type="button"
6368
- kendoTreeListFocusable
6369
- [enabled]="!disabled"
6370
- [icon]="nextArrowIcons[0]"
6371
- [svgIcon]="nextArrowSVGIcons[0]"
6372
- fillMode="flat"
6373
- rounded="none"
6374
- class="k-pager-nav"
6375
- [disabled]="disabled"
6376
- [title]="textFor('pagerNextPage')"
6377
- [attr.aria-label]="textFor('pagerNextPage')"
6378
- (click)="onButtonClick('nextPage')">
6379
- </button>
6380
- <button
6381
- kendoButton
6382
- type="button"
6383
- kendoTreeListFocusable
6384
- [enabled]="!disabled"
6385
- [icon]="nextArrowIcons[1]"
6386
- [svgIcon]="nextArrowSVGIcons[1]"
6387
- fillMode="flat"
6388
- rounded="none"
6389
- class="k-pager-nav k-pager-last"
6390
- [disabled]="disabled"
6391
- [title]="textFor('pagerLastPage')"
6392
- [attr.aria-label]="textFor('pagerLastPage')"
6393
- (click)="onButtonClick('lastPage')">
6394
- </button>
6395
- `, isInline: true, dependencies: [{ kind: "component", type: ButtonComponent, selector: "button[kendoButton]", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }, { kind: "directive", type: FocusableDirective, selector: "[kendoTreeListFocusable],\n [kendoTreeListAddCommand],\n [kendoTreeListEditCommand],\n [kendoTreeListRemoveCommand],\n [kendoTreeListSaveCommand],\n [kendoTreeListCancelCommand]\n ", inputs: ["kendoTreeListFocusable", "enabled", "kendoTreeListAddCommand", "kendoTreeListEditCommand", "kendoTreeListRemoveCommand", "kendoTreeListSaveCommand", "kendoTreeListCancelCommand"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
6396
- }
6397
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PagerNextButtonsComponent, decorators: [{
6398
- type: Component,
6399
- args: [{
6400
- changeDetection: ChangeDetectionStrategy.OnPush,
6401
- selector: 'kendo-treelist-pager-next-buttons',
6402
- template: `
6403
- <button
6404
- kendoButton
6405
- type="button"
6406
- kendoTreeListFocusable
6407
- [enabled]="!disabled"
6408
- [icon]="nextArrowIcons[0]"
6409
- [svgIcon]="nextArrowSVGIcons[0]"
6410
- fillMode="flat"
6411
- rounded="none"
6412
- class="k-pager-nav"
6413
- [disabled]="disabled"
6414
- [title]="textFor('pagerNextPage')"
6415
- [attr.aria-label]="textFor('pagerNextPage')"
6416
- (click)="onButtonClick('nextPage')">
6417
- </button>
6418
- <button
6419
- kendoButton
6420
- type="button"
6421
- kendoTreeListFocusable
6422
- [enabled]="!disabled"
6423
- [icon]="nextArrowIcons[1]"
6424
- [svgIcon]="nextArrowSVGIcons[1]"
6425
- fillMode="flat"
6426
- rounded="none"
6427
- class="k-pager-nav k-pager-last"
6428
- [disabled]="disabled"
6429
- [title]="textFor('pagerLastPage')"
6430
- [attr.aria-label]="textFor('pagerLastPage')"
6431
- (click)="onButtonClick('lastPage')">
6432
- </button>
6433
- `,
6434
- standalone: true,
6435
- imports: [ButtonComponent, FocusableDirective]
6436
- }]
6437
- }], ctorParameters: function () { return [{ type: i1$1.LocalizationService }, { type: PagerContextService }, { type: i0.ChangeDetectorRef }, { type: NavigationService }]; }, propDecorators: { navigable: [{
6438
- type: Input
6439
- }] } });
6440
-
6441
- /**
6442
- * Displays an input element which allows the typing and rendering of page numbers.
6443
- */
6444
- class PagerInputComponent extends PagerElementComponent {
6445
- pagerContext;
6446
- navigationService;
6447
- zone;
6448
- numericInput;
6449
- constructor(localization, pagerContext, navigationService, zone, cd) {
6450
- super(localization, pagerContext, cd);
6451
- this.pagerContext = pagerContext;
6452
- this.navigationService = navigationService;
6453
- this.zone = zone;
6454
- }
6455
- /**
6456
- * @hidden
6457
- *
6458
- * @param {string} value
6459
- *
6460
- * @memberOf PagerInputComponent
6461
- */
6462
- handleKeyDown = (event) => {
6463
- const incomingValue = this.numericInput.value || this.current;
6464
- if (event.keyCode === Keys.Enter) {
6465
- event.preventDefault();
6466
- if (incomingValue !== this.current) {
6467
- this.zone.run(() => {
6468
- this.changePage(incomingValue - 1);
6469
- });
6470
- }
6471
- }
6472
- };
6473
- /**
6474
- * @hidden
6475
- *
6476
- * @param {string} value
6477
- *
6478
- * @memberOf PagerInputComponent
6479
- */
6480
- handleBlur = () => {
6481
- const inputValue = this.numericInput.value;
6482
- if (!inputValue) {
6483
- this.numericInput.writeValue(this.current);
6484
- return;
6485
- }
6486
- if (inputValue !== this.current) {
6487
- this.zone.run(() => {
6488
- this.changePage(inputValue - 1);
6489
- });
6490
- }
6491
- };
6492
- /**
6493
- * @hidden
6494
- */
6495
- get current() {
6496
- return this.hasPages ? this.currentPage : 0;
6497
- }
6498
- get hasPages() {
6499
- return this.totalPages !== 0;
6500
- }
6501
- onChanges({ total, skip, pageSize }) {
6502
- this.total = total;
6503
- this.skip = skip;
6504
- this.pageSize = pageSize;
6505
- this.cd.markForCheck();
6506
- }
6507
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PagerInputComponent, deps: [{ token: i1$1.LocalizationService }, { token: PagerContextService }, { token: NavigationService }, { token: i0.NgZone }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
6508
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: PagerInputComponent, isStandalone: true, selector: "kendo-treelist-pager-input", viewQueries: [{ propertyName: "numericInput", first: true, predicate: NumericTextBoxComponent, descendants: true, static: true }], usesInheritance: true, ngImport: i0, template: `
6509
- <span class="k-pager-input k-label">
6510
- {{textFor('pagerPage')}}
6511
- <kendo-numerictextbox
6512
- kendoTreeListFocusable
6513
- [enabled]="hasPages"
6514
- [style.margin]="'0 1ex'"
6515
- [style.width]="'3em'"
6516
- [spinners]="false"
6517
- [decimals]="0"
6518
- format="n0"
6519
- [disabled]="!hasPages"
6520
- [value]="current"
6521
- [min]="hasPages ? 1 : 0"
6522
- [max]="totalPages"
6523
- [autoCorrect]="true"
6524
- [title]="textFor('pagerPageNumberInputTitle')"
6525
- [attr.aria-label]="textFor('pagerPageNumberInputTitle')"
6526
- [kendoEventsOutsideAngular]="{
6527
- keydown: handleKeyDown,
6528
- focusout: handleBlur
6529
- }">
6530
- </kendo-numerictextbox>
6531
- {{textFor('pagerOf')}} {{totalPages}}
6532
- </span>
6533
- `, isInline: true, dependencies: [{ kind: "component", type: NumericTextBoxComponent, selector: "kendo-numerictextbox", inputs: ["focusableId", "disabled", "readonly", "title", "autoCorrect", "format", "max", "min", "decimals", "placeholder", "step", "spinners", "rangeValidation", "tabindex", "tabIndex", "changeValueOnScroll", "selectOnFocus", "value", "maxlength", "size", "rounded", "fillMode", "inputAttributes"], outputs: ["valueChange", "focus", "blur", "inputFocus", "inputBlur"], exportAs: ["kendoNumericTextBox"] }, { kind: "directive", type: FocusableDirective, selector: "[kendoTreeListFocusable],\n [kendoTreeListAddCommand],\n [kendoTreeListEditCommand],\n [kendoTreeListRemoveCommand],\n [kendoTreeListSaveCommand],\n [kendoTreeListCancelCommand]\n ", inputs: ["kendoTreeListFocusable", "enabled", "kendoTreeListAddCommand", "kendoTreeListEditCommand", "kendoTreeListRemoveCommand", "kendoTreeListSaveCommand", "kendoTreeListCancelCommand"] }, { kind: "directive", type: EventsOutsideAngularDirective, selector: "[kendoEventsOutsideAngular]", inputs: ["kendoEventsOutsideAngular", "scope"] }] });
6534
- }
6535
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PagerInputComponent, decorators: [{
6536
- type: Component,
6537
- args: [{
6538
- selector: 'kendo-treelist-pager-input',
6539
- template: `
6540
- <span class="k-pager-input k-label">
6541
- {{textFor('pagerPage')}}
6542
- <kendo-numerictextbox
6543
- kendoTreeListFocusable
6544
- [enabled]="hasPages"
6545
- [style.margin]="'0 1ex'"
6546
- [style.width]="'3em'"
6547
- [spinners]="false"
6548
- [decimals]="0"
6549
- format="n0"
6550
- [disabled]="!hasPages"
6551
- [value]="current"
6552
- [min]="hasPages ? 1 : 0"
6553
- [max]="totalPages"
6554
- [autoCorrect]="true"
6555
- [title]="textFor('pagerPageNumberInputTitle')"
6556
- [attr.aria-label]="textFor('pagerPageNumberInputTitle')"
6557
- [kendoEventsOutsideAngular]="{
6558
- keydown: handleKeyDown,
6559
- focusout: handleBlur
6560
- }">
6561
- </kendo-numerictextbox>
6562
- {{textFor('pagerOf')}} {{totalPages}}
6563
- </span>
6564
- `,
6565
- standalone: true,
6566
- imports: [NumericTextBoxComponent, FocusableDirective, EventsOutsideAngularDirective]
6567
- }]
6568
- }], ctorParameters: function () { return [{ type: i1$1.LocalizationService }, { type: PagerContextService }, { type: NavigationService }, { type: i0.NgZone }, { type: i0.ChangeDetectorRef }]; }, propDecorators: { numericInput: [{
6569
- type: ViewChild,
6570
- args: [NumericTextBoxComponent, { static: true }]
6571
- }] } });
6572
-
6573
- // eslint-disable no-access-missing-member
6574
- /**
6575
- * Displays buttons for navigating to the first and to the previous page ([see example](slug:pager_template_treelist)).
6576
- */
6577
- class PagerPrevButtonsComponent extends PagerElementComponent {
6578
- navigationService;
6579
- constructor(localization, pagerContext, cd, navigationService) {
6580
- super(localization, pagerContext, cd);
6581
- this.navigationService = navigationService;
6582
- }
6583
- /**
6584
- * @hidden
6585
- *
6586
- * @readonly
6587
- * @type {boolean}
6588
- * @memberOf PagerPrevButtonsComponent
6589
- */
6590
- get disabled() {
6591
- return this.currentPage === 1 || !this.total;
6592
- }
6593
- /**
6594
- * @hidden
6595
- */
6596
- onButtonClick(buttonName) {
6597
- if (this.currentPage !== 1) {
6598
- const skipToPage = buttonName === 'prevPage' ? this.currentPage - 2 : 0;
6599
- this.changePage(skipToPage);
6600
- }
6601
- }
6602
- onChanges({ total, skip, pageSize }) {
6603
- this.total = total;
6604
- this.skip = skip;
6605
- this.pageSize = pageSize;
6606
- this.cd.markForCheck();
6607
- }
6608
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PagerPrevButtonsComponent, deps: [{ token: i1$1.LocalizationService }, { token: PagerContextService }, { token: i0.ChangeDetectorRef }, { token: NavigationService }], target: i0.ɵɵFactoryTarget.Component });
6609
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: PagerPrevButtonsComponent, isStandalone: true, selector: "kendo-treelist-pager-prev-buttons", usesInheritance: true, ngImport: i0, template: `
6610
- <button
6611
- kendoButton
6612
- type="button"
6613
- kendoTreeListFocusable
6614
- [enabled]="!disabled"
6615
- [title]="textFor('pagerFirstPage')"
6616
- [attr.aria-label]="textFor('pagerFirstPage')"
6617
- (click)="onButtonClick('firstPage')"
6618
- role="button"
6619
- [icon]="prevArrowIcons[0]"
6620
- [svgIcon]="prevArrowSVGIcons[0]"
6621
- class="k-pager-nav k-pager-first"
6622
- [disabled]="disabled"
6623
- fillMode="flat"
6624
- rounded="none">
6625
- </button>
6626
- <button
6627
- kendoButton
6628
- type="button"
6629
- kendoTreeListFocusable
6630
- [enabled]="!disabled"
6631
- class="k-pager-nav"
6632
- [disabled]="disabled"
6633
- [icon]="prevArrowIcons[1]"
6634
- [svgIcon]="prevArrowSVGIcons[1]"
6635
- fillMode="flat"
6636
- rounded="none"
6637
- [title]="textFor('pagerPreviousPage')"
6638
- [attr.aria-label]="textFor('pagerPreviousPage')"
6639
- (click)="onButtonClick('prevPage')">
6640
- </button>
6641
- `, isInline: true, dependencies: [{ kind: "component", type: ButtonComponent, selector: "button[kendoButton]", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }, { kind: "directive", type: FocusableDirective, selector: "[kendoTreeListFocusable],\n [kendoTreeListAddCommand],\n [kendoTreeListEditCommand],\n [kendoTreeListRemoveCommand],\n [kendoTreeListSaveCommand],\n [kendoTreeListCancelCommand]\n ", inputs: ["kendoTreeListFocusable", "enabled", "kendoTreeListAddCommand", "kendoTreeListEditCommand", "kendoTreeListRemoveCommand", "kendoTreeListSaveCommand", "kendoTreeListCancelCommand"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
6642
- }
6643
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PagerPrevButtonsComponent, decorators: [{
6644
- type: Component,
6645
- args: [{
6646
- changeDetection: ChangeDetectionStrategy.OnPush,
6647
- selector: 'kendo-treelist-pager-prev-buttons',
6648
- template: `
6649
- <button
6650
- kendoButton
6651
- type="button"
6652
- kendoTreeListFocusable
6653
- [enabled]="!disabled"
6654
- [title]="textFor('pagerFirstPage')"
6655
- [attr.aria-label]="textFor('pagerFirstPage')"
6656
- (click)="onButtonClick('firstPage')"
6657
- role="button"
6658
- [icon]="prevArrowIcons[0]"
6659
- [svgIcon]="prevArrowSVGIcons[0]"
6660
- class="k-pager-nav k-pager-first"
6661
- [disabled]="disabled"
6662
- fillMode="flat"
6663
- rounded="none">
6664
- </button>
6665
- <button
6666
- kendoButton
6667
- type="button"
6668
- kendoTreeListFocusable
6669
- [enabled]="!disabled"
6670
- class="k-pager-nav"
6671
- [disabled]="disabled"
6672
- [icon]="prevArrowIcons[1]"
6673
- [svgIcon]="prevArrowSVGIcons[1]"
6674
- fillMode="flat"
6675
- rounded="none"
6676
- [title]="textFor('pagerPreviousPage')"
6677
- [attr.aria-label]="textFor('pagerPreviousPage')"
6678
- (click)="onButtonClick('prevPage')">
6679
- </button>
6680
- `,
6681
- standalone: true,
6682
- imports: [ButtonComponent, FocusableDirective]
6683
- }]
6684
- }], ctorParameters: function () { return [{ type: i1$1.LocalizationService }, { type: PagerContextService }, { type: i0.ChangeDetectorRef }, { type: NavigationService }]; } });
6685
-
6686
- /**
6687
- * @hidden
6688
- */
6689
- class PagerComponent {
6690
- navigationService;
6691
- localizationService;
6692
- pagerContext;
6693
- focusGroup;
6694
- focusRoot;
6695
- renderer;
6696
- element;
6697
- zone;
6698
- pagerInfo;
6699
- pagerPageSizes;
6700
- numericButtons;
6701
- allCount = 0;
6702
- total = 0;
6703
- skip = 1;
6704
- navigable;
6705
- pageSize;
6706
- set options(value) {
6707
- this.settings = normalize$1(value);
6708
- }
6709
- template;
6710
- pageChange = new EventEmitter();
6711
- pagerRole = 'application';
6712
- pagerRoleDescription = 'pager';
6713
- gridPagerClass = true;
6714
- pagerClass = true;
6715
- pagerSizingClass = true;
6716
- get hostTabindex() {
6717
- return this.navigationService.enabled ? '0' : '-1';
6718
- }
6719
- get hostAriaLabel() {
6720
- return this.pagerLabel;
5547
+ return this.bindingDirective.parentIdField;
6721
5548
  }
6722
- settings = normalize$1({});
6723
- get totalPages() {
6724
- return Math.ceil((this.total || 0) / this.pageSize);
5549
+ get idField() {
5550
+ return this.bindingDirective.idField;
6725
5551
  }
6726
- get currentPage() {
6727
- return Math.floor((this.skip || 0) / this.pageSize) + 1;
5552
+ get childrenField() {
5553
+ return this.bindingDirective.childrenField;
6728
5554
  }
6729
- get templateContext() {
6730
- const context = this._templateContext;
6731
- context.totalPages = this.totalPages;
6732
- context.total = this.total;
6733
- context.allCount = this.allCount || this.total;
6734
- context.skip = this.skip;
6735
- context.pageSize = this.pageSize;
6736
- context.currentPage = this.currentPage;
6737
- return context;
5555
+ get data() {
5556
+ return this.bindingDirective.data;
6738
5557
  }
6739
- subscriptions = new Subscription();
6740
- _templateContext = {};
6741
- constructor(navigationService, localizationService, pagerContext, focusGroup, focusRoot, renderer, element, zone) {
6742
- this.navigationService = navigationService;
6743
- this.localizationService = localizationService;
6744
- this.pagerContext = pagerContext;
6745
- this.focusGroup = focusGroup;
6746
- this.focusRoot = focusRoot;
6747
- this.renderer = renderer;
6748
- this.element = element;
6749
- this.zone = zone;
5558
+ getDragRowPerElement(row, data) {
5559
+ let rowIndex = row?.getAttribute(rowIndexAttr);
5560
+ rowIndex = rowIndex ? parseInt(rowIndex, 10) : -1;
5561
+ const dataItem = rowIndex === -1 ? null : data?.at(rowIndex)?.data;
5562
+ return {
5563
+ dataItem,
5564
+ rowIndex,
5565
+ element: row
5566
+ };
6750
5567
  }
6751
- ngOnInit() {
6752
- const element = this.element.nativeElement;
6753
- this.subscriptions.add(this.pagerContext.pageChange.subscribe(this.changePage.bind(this)));
6754
- this.subscriptions.add(this.renderer.listen(element, 'focusin', event => this.onFocusIn(event)));
6755
- this.subscriptions.add(this.renderer.listen(element, 'keydown', event => this.onKeyDown(event)));
6756
- if (this.navigationService.enabled) {
6757
- this.focusRoot.deactivate();
5568
+ createDropIndicator() {
5569
+ if (!isDocumentAvailable()) {
5570
+ return;
6758
5571
  }
5572
+ this.dropIndicator = document.createElement('div');
5573
+ this.decorateDropIndicator();
5574
+ this.dropIndicator.innerHTML = `
5575
+ <div class="k-drop-hint-start"></div>
5576
+ <div class="k-drop-hint-line"></div>
5577
+ `;
5578
+ document.body.appendChild(this.dropIndicator);
5579
+ this.hide();
6759
5580
  }
6760
- ngOnChanges(changes) {
6761
- if (anyChanged(["pageSize", "skip", "total", "allCount"], changes, false)) {
6762
- this.pagerContext.notifyChanges({
6763
- pageSize: this.pageSize,
6764
- skip: this.skip,
6765
- total: this.total,
6766
- allCount: this.allCount || this.total
6767
- });
6768
- }
6769
- const changesInTemplate = changes['template'];
6770
- if (changesInTemplate) {
6771
- changesInTemplate.currentValue ? this.clearResponsiveStyling() : this.resizeHandler();
5581
+ destroyDropIndicator() {
5582
+ if (!isDocumentAvailable()) {
5583
+ return;
6772
5584
  }
6773
- if (changes['options']) {
6774
- this.settings.responsive ? this.resizeHandler() : this.clearResponsiveStyling();
5585
+ if (this.dropIndicator && this.dropIndicator.parentElement) {
5586
+ document.body.removeChild(this.dropIndicator);
5587
+ this.dropIndicator = null;
6775
5588
  }
6776
5589
  }
6777
- ngOnDestroy() {
6778
- if (this.subscriptions) {
6779
- this.subscriptions.unsubscribe();
6780
- }
5590
+ decorateHint() {
5591
+ hintClasses.forEach(className => this.renderer.addClass(this.hintElement, className));
5592
+ Object.keys(hintStyles)
5593
+ .forEach(style => this.renderer.setStyle(this.hintElement, style, hintStyles[style]));
6781
5594
  }
6782
- get pagerLabel() {
6783
- const localizationMsg = this.localizationService.get('pagerLabel') || '';
6784
- return replaceMessagePlaceholder(replaceMessagePlaceholder(localizationMsg, 'currentPage', this.currentPage.toString()), 'totalPages', this.totalPages.toString());
5595
+ positionDropIndicator(ev) {
5596
+ this.lastDropPosition = this.getDropPosition(ev.dragEvent);
5597
+ this.updateDropIndicatorPosition();
6785
5598
  }
6786
- get focusTrapTabIndex() {
6787
- return this.focusGroup.isActive ? '0' : '-1';
5599
+ decorateDropIndicator() {
5600
+ dropIndicatorClasses.forEach(className => this.renderer.addClass(this.dropIndicator, className));
5601
+ Object.keys(dropIndicatorStyles)
5602
+ .forEach(style => this.renderer.setStyle(this.dropIndicator, style, dropIndicatorStyles[style]));
6788
5603
  }
6789
- onKeyDown(event) {
6790
- const keyCode = event.keyCode;
6791
- const target = event.target;
6792
- if (this.navigationService.enabled) {
6793
- if (keyCode === Keys.Enter && target === this.element.nativeElement) {
6794
- this.onEnterEvent(event);
6795
- }
6796
- else if (keyCode === Keys.Escape) {
6797
- this.onEscapeEvent();
6798
- }
5604
+ getDropPosition(e) {
5605
+ if (this.dropTarget === this.dragTarget || !isPresent$1(this.dropTarget)) {
5606
+ return dropPosition.forbidden;
6799
5607
  }
6800
- if ((keyCode === Keys.ArrowLeft || keyCode === Keys.PageUp) ||
6801
- (keyCode === Keys.ArrowRight || keyCode === Keys.PageDown)) {
6802
- event.preventDefault();
6803
- this.onArrowEvent(keyCode, target);
5608
+ const itemViewPortCoords = this.dropTarget.getBoundingClientRect();
5609
+ const itemDivisionsCount = 3;
5610
+ const itemDivisionHeight = itemViewPortCoords.height / itemDivisionsCount;
5611
+ const { dropTargetRow } = this.rowReorderArgs(this.dragTarget, this.dropTarget, this.view);
5612
+ const pointerPosition = e.clientY;
5613
+ const itemTop = itemViewPortCoords.top;
5614
+ let currentDropPosition = null;
5615
+ if (pointerPosition <= itemTop + itemDivisionHeight) {
5616
+ currentDropPosition = dropPosition.before;
6804
5617
  }
6805
- else if (keyCode === Keys.Home || keyCode === Keys.End) {
6806
- event.preventDefault();
6807
- this.onHomeEndEvent(keyCode, target);
5618
+ else if (pointerPosition >= itemTop + itemViewPortCoords.height - itemDivisionHeight) {
5619
+ currentDropPosition = dropPosition.after;
6808
5620
  }
6809
- }
6810
- changePage(event) {
6811
- this.pageChange.emit(event);
6812
- }
6813
- resizeHandler = () => {
6814
- const element = this.element.nativeElement;
6815
- if (this.template || !element) {
6816
- return;
5621
+ else {
5622
+ currentDropPosition = dropPosition.over;
6817
5623
  }
6818
- this.zone.runOutsideAngular(() => {
6819
- setTimeout(() => {
6820
- const width = element.offsetWidth;
6821
- if (this.numericButtons) {
6822
- const selectElement = this.numericButtons.selectElement.nativeElement;
6823
- const numbersElement = this.numericButtons.numbersElement.nativeElement;
6824
- this.renderer.removeStyle(numbersElement, 'display');
6825
- this.renderer.setStyle(selectElement, 'display', 'none');
6826
- if (width < RESPONSIVE_BREAKPOINT_MEDIUM) {
6827
- this.renderer.removeStyle(selectElement, 'display');
6828
- this.renderer.setStyle(numbersElement, 'display', 'none');
6829
- }
6830
- }
6831
- if (this.pagerInfo) {
6832
- this.renderer.removeStyle(this.pagerInfo.nativeElement, 'display');
6833
- if (width < RESPONSIVE_BREAKPOINT_LARGE) {
6834
- this.renderer.setStyle(this.pagerInfo.nativeElement, 'display', 'none');
6835
- }
6836
- }
6837
- if (this.pagerPageSizes) {
6838
- this.renderer.removeStyle(this.pagerPageSizes.nativeElement, 'display');
6839
- if (width < RESPONSIVE_BREAKPOINT_MEDIUM) {
6840
- this.renderer.setStyle(this.pagerPageSizes.nativeElement, 'display', 'none');
6841
- }
6842
- }
6843
- });
6844
- });
6845
- };
6846
- onInnerFocusIn(event, position) {
6847
- this.zone.onStable.pipe(take(1)).subscribe(() => {
6848
- if (position === 'start') {
6849
- if (event.relatedTarget === this.element.nativeElement) {
6850
- this.focusFirstElement();
6851
- }
6852
- else {
6853
- this.focusLastElement();
6854
- }
6855
- }
6856
- else {
6857
- this.focusFirstElement();
5624
+ if (currentDropPosition === dropPosition.before && isNextSibling(this.dropTarget, this.dragTarget)) {
5625
+ currentDropPosition = dropPosition.forbidden;
5626
+ }
5627
+ else if (currentDropPosition === dropPosition.after && isPreviousSibling(this.dropTarget, this.dragTarget)) {
5628
+ currentDropPosition = dropPosition.forbidden;
5629
+ }
5630
+ if (isPresent$1(dropTargetRow.dataItem)) {
5631
+ if (this.isOverChild(dropTargetRow.dataItem)) {
5632
+ currentDropPosition = dropPosition.forbidden;
6858
5633
  }
6859
- });
6860
- }
6861
- onEnterEvent(event) {
6862
- const isTargetCompElement = event.target === this.element.nativeElement;
6863
- if (this.navigationService.enabled && isTargetCompElement) {
6864
- event.preventDefault();
6865
- this.focusRoot.activate();
6866
- this.focusFirstElement();
6867
5634
  }
6868
- }
6869
- onEscapeEvent() {
6870
- if (this.navigationService.enabled) {
6871
- this.focusRoot.deactivate();
6872
- this.element.nativeElement.focus();
5635
+ else {
5636
+ currentDropPosition = dropPosition.forbidden;
6873
5637
  }
5638
+ return currentDropPosition;
6874
5639
  }
6875
- onArrowEvent(keyCode, target) {
6876
- const isArrowLeft = keyCode === Keys.ArrowLeft || keyCode === Keys.PageUp;
6877
- const condition = isArrowLeft ? this.currentPage > 1 : this.currentPage < this.totalPages;
6878
- if (this.shouldTriggerPageChange(target, condition)) {
6879
- const pageDir = isArrowLeft ? 'prevPage' : 'nextPage';
6880
- this.pagerContext[pageDir]();
5640
+ updateDropIndicatorPosition() {
5641
+ if (this.shouldHideDropIndicator() || !this.dropTarget) {
5642
+ this.hide();
5643
+ return;
6881
5644
  }
6882
- }
6883
- onHomeEndEvent(keyCode, target) {
6884
- const isHome = keyCode === Keys.Home;
6885
- const condition = isHome ? this.currentPage > 1 : this.currentPage < this.totalPages;
6886
- if (this.shouldTriggerPageChange(target, condition)) {
6887
- const pageNumber = isHome ? 0 : this.totalPages - 1;
6888
- this.pagerContext.changePage(pageNumber);
5645
+ this.show();
5646
+ const destinationItemOffset = getOffset(this.dropTarget);
5647
+ let indicatorOffsetTop = destinationItemOffset.top;
5648
+ const indicatorOffsetLeft = destinationItemOffset.left + this.dropIndicator.offsetWidth / 2;
5649
+ if (this.lastDropPosition === dropPosition.after) {
5650
+ indicatorOffsetTop += this.dropTarget.offsetHeight;
6889
5651
  }
5652
+ this.renderer.setStyle(this.dropIndicator, 'left', `${indicatorOffsetLeft}px`);
5653
+ this.renderer.setStyle(this.dropIndicator, 'top', `${indicatorOffsetTop}px`);
6890
5654
  }
6891
- onFocusIn(event) {
6892
- if (this.navigationService.enabled) {
6893
- const shouldFocusPager = event.target === this.element.nativeElement;
6894
- if (shouldFocusPager) {
6895
- this.focusRoot.deactivate();
6896
- }
6897
- else {
6898
- this.focusRoot.activate();
6899
- }
6900
- }
5655
+ shouldHideDropIndicator() {
5656
+ return this.lastDropPosition === dropPosition.forbidden || this.lastDropPosition === dropPosition.over;
6901
5657
  }
6902
- focusFirstElement() {
6903
- const first = findFocusableChild(this.element.nativeElement, true);
6904
- if (first) {
6905
- first.focus();
5658
+ hide() {
5659
+ if (isPresent$1(this.dropIndicator)) {
5660
+ this.renderer.setStyle(this.dropIndicator, 'display', 'none');
6906
5661
  }
6907
5662
  }
6908
- focusLastElement() {
6909
- const last = findLastFocusableChild(this.element.nativeElement, true);
6910
- if (last) {
6911
- last.focus();
5663
+ show() {
5664
+ if (isPresent$1(this.dropIndicator)) {
5665
+ this.renderer.removeStyle(this.dropIndicator, 'display');
6912
5666
  }
6913
5667
  }
6914
- shouldTriggerPageChange(target, condition) {
6915
- return this.navigationService.enabled && target === this.element.nativeElement && condition;
6916
- }
6917
- clearResponsiveStyling() {
6918
- this.zone.runOutsideAngular(() => {
6919
- setTimeout(() => {
6920
- if (this.numericButtons) {
6921
- this.renderer.removeStyle(this.numericButtons.numbersElement.nativeElement, 'display');
6922
- this.renderer.setStyle(this.numericButtons.selectElement.nativeElement, 'display', 'none');
6923
- }
6924
- this.pagerInfo && this.renderer.removeStyle(this.pagerInfo.nativeElement, 'display');
6925
- this.pagerPageSizes && this.renderer.removeStyle(this.pagerPageSizes.nativeElement, 'display');
6926
- });
6927
- });
6928
- }
6929
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PagerComponent, deps: [{ token: NavigationService }, { token: i1$1.LocalizationService }, { token: PagerContextService }, { token: FocusGroup }, { token: FocusRoot }, { token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
6930
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: PagerComponent, isStandalone: true, selector: "kendo-treelist-pager", inputs: { allCount: "allCount", total: "total", skip: "skip", navigable: "navigable", pageSize: "pageSize", options: "options", template: "template" }, outputs: { pageChange: "pageChange" }, host: { properties: { "attr.role": "this.pagerRole", "attr.aria-roledescription": "this.pagerRoleDescription", "class.k-grid-pager": "this.gridPagerClass", "class.k-pager": "this.pagerClass", "class.k-pager-md": "this.pagerSizingClass", "attr.tabindex": "this.hostTabindex", "attr.aria-label": "this.hostAriaLabel" } }, providers: [{
6931
- provide: FOCUS_ROOT_ACTIVE,
6932
- useValue: true
6933
- }, {
6934
- provide: FocusRoot,
6935
- deps: [FOCUS_ROOT_ACTIVE],
6936
- useClass: FocusRoot
6937
- }, {
6938
- provide: FocusGroup,
6939
- deps: [FocusRoot],
6940
- useClass: FocusGroup
6941
- }], viewQueries: [{ propertyName: "pagerInfo", first: true, predicate: PagerInfoComponent, descendants: true, read: ElementRef }, { propertyName: "pagerPageSizes", first: true, predicate: PagerPageSizesComponent, descendants: true, read: ElementRef }, { propertyName: "numericButtons", first: true, predicate: PagerNumericButtonsComponent, descendants: true }], usesOnChanges: true, ngImport: i0, template: `
6942
- <div
6943
- *ngIf="navigationService.enabled"
6944
- class="k-sr-only"
6945
- [tabindex]="focusTrapTabIndex"
6946
- [attr.aria-hidden]="true"
6947
- (focusin)="onInnerFocusIn($event, 'start')">
6948
- </div>
6949
- <ng-container
6950
- *ngIf="template?.templateRef"
6951
- [ngTemplateOutlet]="template.templateRef"
6952
- [ngTemplateOutletContext]="templateContext">
6953
- </ng-container>
6954
- <ng-container *ngIf="!template?.templateRef">
6955
- <div class="k-pager-numbers-wrap">
6956
- <kendo-treelist-pager-prev-buttons *ngIf="settings.previousNext"></kendo-treelist-pager-prev-buttons>
6957
- <kendo-treelist-pager-numeric-buttons
6958
- *ngIf="settings.type === 'numeric'"
6959
- [buttonCount]="settings.buttonCount">
6960
- </kendo-treelist-pager-numeric-buttons>
6961
- <kendo-treelist-pager-input *ngIf="settings.type === 'input'"></kendo-treelist-pager-input>
6962
- <kendo-treelist-pager-next-buttons *ngIf="settings.previousNext"></kendo-treelist-pager-next-buttons>
6963
- </div>
6964
- <kendo-treelist-pager-info *ngIf='settings.info'></kendo-treelist-pager-info>
6965
- <kendo-treelist-pager-page-sizes
6966
- *ngIf="settings.pageSizes"
6967
- [pageSizes]="$any(settings.pageSizes)">
6968
- </kendo-treelist-pager-page-sizes>
6969
- </ng-container>
6970
- <div
6971
- *ngIf="navigationService.enabled"
6972
- class="k-sr-only"
6973
- [tabindex]="focusTrapTabIndex"
6974
- [attr.aria-hidden]="true"
6975
- (focusin)="onInnerFocusIn($event, 'end')">
6976
- </div>
6977
- <kendo-resize-sensor *ngIf="settings.responsive" (resize)="resizeHandler()"></kendo-resize-sensor>
6978
- `, 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-treelist-pager-prev-buttons" }, { kind: "component", type: PagerNumericButtonsComponent, selector: "kendo-treelist-pager-numeric-buttons", inputs: ["buttonCount"] }, { kind: "component", type: PagerInputComponent, selector: "kendo-treelist-pager-input" }, { kind: "component", type: PagerNextButtonsComponent, selector: "kendo-treelist-pager-next-buttons", inputs: ["navigable"] }, { kind: "component", type: PagerInfoComponent, selector: "kendo-treelist-pager-info" }, { kind: "component", type: PagerPageSizesComponent, selector: "kendo-treelist-pager-page-sizes", inputs: ["pageSizes"] }, { kind: "component", type: ResizeSensorComponent, selector: "kendo-resize-sensor", inputs: ["rateLimit"], outputs: ["resize"] }] });
5668
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: RowReorderService, deps: [{ token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Injectable });
5669
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: RowReorderService });
6979
5670
  }
6980
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PagerComponent, decorators: [{
6981
- type: Component,
6982
- args: [{
6983
- selector: 'kendo-treelist-pager',
6984
- providers: [{
6985
- provide: FOCUS_ROOT_ACTIVE,
6986
- useValue: true
6987
- }, {
6988
- provide: FocusRoot,
6989
- deps: [FOCUS_ROOT_ACTIVE],
6990
- useClass: FocusRoot
6991
- }, {
6992
- provide: FocusGroup,
6993
- deps: [FocusRoot],
6994
- useClass: FocusGroup
6995
- }],
6996
- template: `
6997
- <div
6998
- *ngIf="navigationService.enabled"
6999
- class="k-sr-only"
7000
- [tabindex]="focusTrapTabIndex"
7001
- [attr.aria-hidden]="true"
7002
- (focusin)="onInnerFocusIn($event, 'start')">
7003
- </div>
7004
- <ng-container
7005
- *ngIf="template?.templateRef"
7006
- [ngTemplateOutlet]="template.templateRef"
7007
- [ngTemplateOutletContext]="templateContext">
7008
- </ng-container>
7009
- <ng-container *ngIf="!template?.templateRef">
7010
- <div class="k-pager-numbers-wrap">
7011
- <kendo-treelist-pager-prev-buttons *ngIf="settings.previousNext"></kendo-treelist-pager-prev-buttons>
7012
- <kendo-treelist-pager-numeric-buttons
7013
- *ngIf="settings.type === 'numeric'"
7014
- [buttonCount]="settings.buttonCount">
7015
- </kendo-treelist-pager-numeric-buttons>
7016
- <kendo-treelist-pager-input *ngIf="settings.type === 'input'"></kendo-treelist-pager-input>
7017
- <kendo-treelist-pager-next-buttons *ngIf="settings.previousNext"></kendo-treelist-pager-next-buttons>
7018
- </div>
7019
- <kendo-treelist-pager-info *ngIf='settings.info'></kendo-treelist-pager-info>
7020
- <kendo-treelist-pager-page-sizes
7021
- *ngIf="settings.pageSizes"
7022
- [pageSizes]="$any(settings.pageSizes)">
7023
- </kendo-treelist-pager-page-sizes>
7024
- </ng-container>
7025
- <div
7026
- *ngIf="navigationService.enabled"
7027
- class="k-sr-only"
7028
- [tabindex]="focusTrapTabIndex"
7029
- [attr.aria-hidden]="true"
7030
- (focusin)="onInnerFocusIn($event, 'end')">
7031
- </div>
7032
- <kendo-resize-sensor *ngIf="settings.responsive" (resize)="resizeHandler()"></kendo-resize-sensor>
7033
- `,
7034
- standalone: true,
7035
- imports: [NgIf, NgTemplateOutlet, PagerPrevButtonsComponent, PagerNumericButtonsComponent, PagerInputComponent, PagerNextButtonsComponent, PagerInfoComponent, PagerPageSizesComponent, ResizeSensorComponent]
7036
- }]
7037
- }], ctorParameters: function () { return [{ type: NavigationService }, { type: i1$1.LocalizationService }, { type: PagerContextService }, { type: FocusGroup }, { type: FocusRoot }, { type: i0.Renderer2 }, { type: i0.ElementRef }, { type: i0.NgZone }]; }, propDecorators: { pagerInfo: [{
7038
- type: ViewChild,
7039
- args: [PagerInfoComponent, { read: ElementRef }]
7040
- }], pagerPageSizes: [{
7041
- type: ViewChild,
7042
- args: [PagerPageSizesComponent, { read: ElementRef }]
7043
- }], numericButtons: [{
7044
- type: ViewChild,
7045
- args: [PagerNumericButtonsComponent]
7046
- }], allCount: [{
7047
- type: Input
7048
- }], total: [{
7049
- type: Input
7050
- }], skip: [{
7051
- type: Input
7052
- }], navigable: [{
7053
- type: Input
7054
- }], pageSize: [{
7055
- type: Input
7056
- }], options: [{
7057
- type: Input
7058
- }], template: [{
7059
- type: Input
7060
- }], pageChange: [{
5671
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: RowReorderService, decorators: [{
5672
+ type: Injectable
5673
+ }], ctorParameters: function () { return [{ type: i0.Renderer2 }]; }, propDecorators: { rowReorder: [{
7061
5674
  type: Output
7062
- }], pagerRole: [{
7063
- type: HostBinding,
7064
- args: ['attr.role']
7065
- }], pagerRoleDescription: [{
7066
- type: HostBinding,
7067
- args: ['attr.aria-roledescription']
7068
- }], gridPagerClass: [{
7069
- type: HostBinding,
7070
- args: ['class.k-grid-pager']
7071
- }], pagerClass: [{
7072
- type: HostBinding,
7073
- args: ['class.k-pager']
7074
- }], pagerSizingClass: [{
7075
- type: HostBinding,
7076
- args: ['class.k-pager-md']
7077
- }], hostTabindex: [{
7078
- type: HostBinding,
7079
- args: ['attr.tabindex']
7080
- }], hostAriaLabel: [{
7081
- type: HostBinding,
7082
- args: ['attr.aria-label']
7083
5675
  }] } });
7084
5676
 
7085
5677
  /**
@@ -8700,7 +7292,7 @@ class MarqueeDirective {
8700
7292
  document.body.appendChild(this.marqueeElement);
8701
7293
  }
8702
7294
  }
8703
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: MarqueeDirective, deps: [{ token: i2$1.DraggableDirective }, { token: SelectionService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Directive });
7295
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: MarqueeDirective, deps: [{ token: i1$4.DraggableDirective }, { token: SelectionService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Directive });
8704
7296
  static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: MarqueeDirective, isStandalone: true, selector: "[kendoTreeListSelectionMarquee]", host: { properties: { "style.user-select": "this.userSelection" } }, ngImport: i0 });
8705
7297
  }
8706
7298
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: MarqueeDirective, decorators: [{
@@ -8709,7 +7301,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
8709
7301
  selector: '[kendoTreeListSelectionMarquee]',
8710
7302
  standalone: true
8711
7303
  }]
8712
- }], ctorParameters: function () { return [{ type: i2$1.DraggableDirective }, { type: SelectionService }, { type: i0.ChangeDetectorRef }]; }, propDecorators: { userSelection: [{
7304
+ }], ctorParameters: function () { return [{ type: i1$4.DraggableDirective }, { type: SelectionService }, { type: i0.ChangeDetectorRef }]; }, propDecorators: { userSelection: [{
8713
7305
  type: HostBinding,
8714
7306
  args: ['style.user-select']
8715
7307
  }] } });
@@ -9854,7 +8446,7 @@ const DEFAULTS = {
9854
8446
  /**
9855
8447
  * @hidden
9856
8448
  */
9857
- const normalize = (...settings) => Object.assign({}, DEFAULTS, ...settings);
8449
+ const normalize$1 = (...settings) => Object.assign({}, DEFAULTS, ...settings);
9858
8450
 
9859
8451
  /**
9860
8452
  * @hidden
@@ -10018,7 +8610,7 @@ class DraggableColumnDirective {
10018
8610
  }
10019
8611
  this.renderer.setStyle(this.element.nativeElement, 'touch-action', this.enabled ? 'none' : '');
10020
8612
  }
10021
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DraggableColumnDirective, deps: [{ token: i2$1.DraggableDirective, host: true }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: DragAndDropService }, { token: DragHintService }, { token: DropCueService }, { token: NavigationService }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive });
8613
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DraggableColumnDirective, deps: [{ token: i1$4.DraggableDirective, host: true }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: DragAndDropService }, { token: DragHintService }, { token: DropCueService }, { token: NavigationService }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive });
10022
8614
  static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: DraggableColumnDirective, isStandalone: true, selector: "[kendoDraggableColumn]", inputs: { context: "context", enableDrag: "enableDrag" }, outputs: { drag: "drag" }, host: { properties: { "class.k-grid-draggable-header": "this.hostClass" } }, ngImport: i0 });
10023
8615
  }
10024
8616
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DraggableColumnDirective, decorators: [{
@@ -10027,7 +8619,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
10027
8619
  selector: '[kendoDraggableColumn]',
10028
8620
  standalone: true
10029
8621
  }]
10030
- }], ctorParameters: function () { return [{ type: i2$1.DraggableDirective, decorators: [{
8622
+ }], ctorParameters: function () { return [{ type: i1$4.DraggableDirective, decorators: [{
10031
8623
  type: Host
10032
8624
  }] }, { type: i0.ElementRef }, { type: i0.NgZone }, { type: DragAndDropService }, { type: DragHintService }, { type: DropCueService }, { type: NavigationService }, { type: i0.Renderer2 }]; }, propDecorators: { context: [{
10033
8625
  type: Input
@@ -12124,7 +10716,7 @@ class ColumnHandleDirective {
12124
10716
  columnsForLevel(level) {
12125
10717
  return columnsToRender(this.columns ? this.columns.filter(column => column.level === level) : []);
12126
10718
  }
12127
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ColumnHandleDirective, deps: [{ token: i2$1.DraggableDirective, host: true }, { token: i0.ElementRef }, { token: ColumnResizingService }, { token: i0.NgZone }, { token: i0.ChangeDetectorRef }, { token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
10719
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ColumnHandleDirective, deps: [{ token: i1$4.DraggableDirective, host: true }, { token: i0.ElementRef }, { token: ColumnResizingService }, { token: i0.NgZone }, { token: i0.ChangeDetectorRef }, { token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
12128
10720
  static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: ColumnHandleDirective, isStandalone: true, selector: "[kendoTreeListColumnHandle]", inputs: { columns: "columns", column: "column" }, host: { listeners: { "dblclick": "autoFit()" }, properties: { "style.display": "this.visible", "style.left": "this.leftStyle", "style.right": "this.rightStyle" } }, ngImport: i0 });
12129
10721
  }
12130
10722
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ColumnHandleDirective, decorators: [{
@@ -12133,7 +10725,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
12133
10725
  selector: '[kendoTreeListColumnHandle]',
12134
10726
  standalone: true
12135
10727
  }]
12136
- }], ctorParameters: function () { return [{ type: i2$1.DraggableDirective, decorators: [{
10728
+ }], ctorParameters: function () { return [{ type: i1$4.DraggableDirective, decorators: [{
12137
10729
  type: Host
12138
10730
  }] }, { type: i0.ElementRef }, { type: ColumnResizingService }, { type: i0.NgZone }, { type: i0.ChangeDetectorRef }, { type: i1$1.LocalizationService }]; }, propDecorators: { columns: [{
12139
10731
  type: Input
@@ -14361,7 +12953,7 @@ class ColumnMenuSortComponent extends ColumnMenuItemBase {
14361
12953
  */
14362
12954
  toggleSort(dir) {
14363
12955
  const field = this.service.column.field;
14364
- const { mode, allowUnsort } = normalize(this.service.sortable);
12956
+ const { mode, allowUnsort } = normalize$1(this.service.sortable);
14365
12957
  const descriptor = this.descriptor;
14366
12958
  const sort = mode === 'multiple' ? this.service.sort.filter(s => s.field !== field) : [];
14367
12959
  if (descriptor && descriptor.dir === dir) {
@@ -14835,7 +13427,7 @@ class HeaderComponent {
14835
13427
  }
14836
13428
  }
14837
13429
  showSortNumbering(column) {
14838
- const { showIndexes } = normalize(this.sortable);
13430
+ const { showIndexes } = normalize$1(this.sortable);
14839
13431
  return showIndexes
14840
13432
  && this.sort
14841
13433
  && this.sort.filter(({ dir }) => isPresent(dir)).length > 1
@@ -14860,7 +13452,7 @@ class HeaderComponent {
14860
13452
  }
14861
13453
  }
14862
13454
  toggleSort(column) {
14863
- const { allowUnsort, mode, initialDirection } = normalize(this.sortable, column.sortable);
13455
+ const { allowUnsort, mode, initialDirection } = normalize$1(this.sortable, column.sortable);
14864
13456
  const descriptor = this.toggleDirection(column.field, allowUnsort, initialDirection);
14865
13457
  if (mode === 'single') {
14866
13458
  return [descriptor];
@@ -15570,6 +14162,10 @@ class Messages extends ComponentMessages {
15570
14162
  * internally with the respective actual values.
15571
14163
  */
15572
14164
  pagerLabel;
14165
+ /**
14166
+ * The text of the aria-label attribute applied to the page number input element.
14167
+ */
14168
+ pagerInputLabel;
15573
14169
  /**
15574
14170
  * The label for the **First page** button.
15575
14171
  */
@@ -15609,7 +14205,7 @@ class Messages extends ComponentMessages {
15609
14205
  /**
15610
14206
  * The text of the title and aria-label attributes applied to the page chooser in the TreeList Pager.
15611
14207
  */
15612
- selectPage;
14208
+ pagerSelectPage;
15613
14209
  /**
15614
14210
  * The label of the filter cell or icon.
15615
14211
  */
@@ -15824,7 +14420,7 @@ class Messages extends ComponentMessages {
15824
14420
  */
15825
14421
  selectAllRowsCheckboxLabel;
15826
14422
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: Messages, deps: null, target: i0.ɵɵFactoryTarget.Directive });
15827
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: Messages, inputs: { groupPanelEmpty: "groupPanelEmpty", noRecords: "noRecords", pagerLabel: "pagerLabel", pagerFirstPage: "pagerFirstPage", pagerLastPage: "pagerLastPage", pagerPreviousPage: "pagerPreviousPage", pagerNextPage: "pagerNextPage", pagerPage: "pagerPage", pagerPageNumberInputTitle: "pagerPageNumberInputTitle", pagerItemsPerPage: "pagerItemsPerPage", pagerOf: "pagerOf", pagerItemsTotal: "pagerItemsTotal", selectPage: "selectPage", filter: "filter", filterInputLabel: "filterInputLabel", filterCellOperatorLabel: "filterCellOperatorLabel", booleanFilterCellLabel: "booleanFilterCellLabel", filterEqOperator: "filterEqOperator", filterNotEqOperator: "filterNotEqOperator", filterIsNullOperator: "filterIsNullOperator", filterIsNotNullOperator: "filterIsNotNullOperator", filterIsEmptyOperator: "filterIsEmptyOperator", filterIsNotEmptyOperator: "filterIsNotEmptyOperator", filterStartsWithOperator: "filterStartsWithOperator", filterContainsOperator: "filterContainsOperator", filterNotContainsOperator: "filterNotContainsOperator", filterEndsWithOperator: "filterEndsWithOperator", filterGteOperator: "filterGteOperator", filterGtOperator: "filterGtOperator", filterLteOperator: "filterLteOperator", filterLtOperator: "filterLtOperator", filterIsTrue: "filterIsTrue", filterIsFalse: "filterIsFalse", filterBooleanAll: "filterBooleanAll", filterAfterOrEqualOperator: "filterAfterOrEqualOperator", filterAfterOperator: "filterAfterOperator", filterBeforeOperator: "filterBeforeOperator", filterBeforeOrEqualOperator: "filterBeforeOrEqualOperator", filterFilterButton: "filterFilterButton", filterClearButton: "filterClearButton", filterAndLogic: "filterAndLogic", filterOrLogic: "filterOrLogic", loading: "loading", columnMenu: "columnMenu", columns: "columns", lock: "lock", unlock: "unlock", sortable: "sortable", sortAscending: "sortAscending", sortDescending: "sortDescending", sortedAscending: "sortedAscending", sortedDescending: "sortedDescending", sortedDefault: "sortedDefault", columnsApply: "columnsApply", columnsReset: "columnsReset", topToolbarLabel: "topToolbarLabel", bottomToolbarLabel: "bottomToolbarLabel", dragRowHandleLabel: "dragRowHandleLabel", selectRowCheckboxLabel: "selectRowCheckboxLabel", selectAllRowsCheckboxLabel: "selectAllRowsCheckboxLabel" }, usesInheritance: true, ngImport: i0 });
14423
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: Messages, inputs: { groupPanelEmpty: "groupPanelEmpty", noRecords: "noRecords", pagerLabel: "pagerLabel", pagerInputLabel: "pagerInputLabel", pagerFirstPage: "pagerFirstPage", pagerLastPage: "pagerLastPage", pagerPreviousPage: "pagerPreviousPage", pagerNextPage: "pagerNextPage", pagerPage: "pagerPage", pagerPageNumberInputTitle: "pagerPageNumberInputTitle", pagerItemsPerPage: "pagerItemsPerPage", pagerOf: "pagerOf", pagerItemsTotal: "pagerItemsTotal", pagerSelectPage: "pagerSelectPage", filter: "filter", filterInputLabel: "filterInputLabel", filterCellOperatorLabel: "filterCellOperatorLabel", booleanFilterCellLabel: "booleanFilterCellLabel", filterEqOperator: "filterEqOperator", filterNotEqOperator: "filterNotEqOperator", filterIsNullOperator: "filterIsNullOperator", filterIsNotNullOperator: "filterIsNotNullOperator", filterIsEmptyOperator: "filterIsEmptyOperator", filterIsNotEmptyOperator: "filterIsNotEmptyOperator", filterStartsWithOperator: "filterStartsWithOperator", filterContainsOperator: "filterContainsOperator", filterNotContainsOperator: "filterNotContainsOperator", filterEndsWithOperator: "filterEndsWithOperator", filterGteOperator: "filterGteOperator", filterGtOperator: "filterGtOperator", filterLteOperator: "filterLteOperator", filterLtOperator: "filterLtOperator", filterIsTrue: "filterIsTrue", filterIsFalse: "filterIsFalse", filterBooleanAll: "filterBooleanAll", filterAfterOrEqualOperator: "filterAfterOrEqualOperator", filterAfterOperator: "filterAfterOperator", filterBeforeOperator: "filterBeforeOperator", filterBeforeOrEqualOperator: "filterBeforeOrEqualOperator", filterFilterButton: "filterFilterButton", filterClearButton: "filterClearButton", filterAndLogic: "filterAndLogic", filterOrLogic: "filterOrLogic", loading: "loading", columnMenu: "columnMenu", columns: "columns", lock: "lock", unlock: "unlock", sortable: "sortable", sortAscending: "sortAscending", sortDescending: "sortDescending", sortedAscending: "sortedAscending", sortedDescending: "sortedDescending", sortedDefault: "sortedDefault", columnsApply: "columnsApply", columnsReset: "columnsReset", topToolbarLabel: "topToolbarLabel", bottomToolbarLabel: "bottomToolbarLabel", dragRowHandleLabel: "dragRowHandleLabel", selectRowCheckboxLabel: "selectRowCheckboxLabel", selectAllRowsCheckboxLabel: "selectAllRowsCheckboxLabel" }, usesInheritance: true, ngImport: i0 });
15828
14424
  }
15829
14425
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: Messages, decorators: [{
15830
14426
  type: Directive,
@@ -15835,6 +14431,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
15835
14431
  type: Input
15836
14432
  }], pagerLabel: [{
15837
14433
  type: Input
14434
+ }], pagerInputLabel: [{
14435
+ type: Input
15838
14436
  }], pagerFirstPage: [{
15839
14437
  type: Input
15840
14438
  }], pagerLastPage: [{
@@ -15853,7 +14451,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
15853
14451
  type: Input
15854
14452
  }], pagerItemsTotal: [{
15855
14453
  type: Input
15856
- }], selectPage: [{
14454
+ }], pagerSelectPage: [{
15857
14455
  type: Input
15858
14456
  }], filter: [{
15859
14457
  type: Input
@@ -15982,6 +14580,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
15982
14580
  }]
15983
14581
  }], ctorParameters: function () { return [{ type: i1$1.LocalizationService }]; } });
15984
14582
 
14583
+ /**
14584
+ * @hidden
14585
+ */
14586
+ const normalizeSettings = ({ buttonCount = 10, info = true, type = 'numeric', pageSizes = false, previousNext = true, responsive = true }) => ({
14587
+ buttonCount,
14588
+ info,
14589
+ pageSizes: pageSizes === true ? [5, 10, 20] : pageSizes,
14590
+ previousNext,
14591
+ type,
14592
+ responsive
14593
+ });
14594
+ /**
14595
+ * @hidden
14596
+ */
14597
+ const normalize = (settings) => normalizeSettings(settings === true ? {} : settings);
14598
+
15985
14599
  /* eslint-disable @typescript-eslint/no-explicit-any */
15986
14600
  const createControl = (source) => (acc, key) => {
15987
14601
  acc[key] = new FormControl(source[key]);
@@ -16159,6 +14773,9 @@ class TreeListComponent {
16159
14773
  *
16160
14774
  */
16161
14775
  pageable = false;
14776
+ get normalizedPageableSettings() {
14777
+ return normalize(this.pageable);
14778
+ }
16162
14779
  /**
16163
14780
  * If set to `true`, the user can use dedicated shortcuts to interact with the TreeList.
16164
14781
  * By default, navigation is disabled and the TreeList content is accessible in the normal tab sequence.
@@ -17676,6 +16293,7 @@ class TreeListComponent {
17676
16293
  FilterService,
17677
16294
  ResponsiveService,
17678
16295
  PagerContextService,
16296
+ PagerNavigationService,
17679
16297
  ExcelService,
17680
16298
  ScrollSyncService,
17681
16299
  ResizeService,
@@ -17706,7 +16324,6 @@ class TreeListComponent {
17706
16324
  RowReorderService
17707
16325
  ], queries: [{ propertyName: "columns", predicate: ColumnBase }, { propertyName: "noRecordsTemplateChildren", predicate: NoRecordsTemplateDirective }, { propertyName: "pagerTemplateChildren", predicate: PagerTemplateDirective }, { propertyName: "toolbarTemplateChildren", predicate: ToolbarTemplateDirective }, { propertyName: "columnMenuTemplates", predicate: ColumnMenuTemplateDirective }], viewQueries: [{ propertyName: "lockedHeader", first: true, predicate: ["lockedHeader"], descendants: true }, { propertyName: "header", first: true, predicate: ["header"], descendants: true }, { propertyName: "ariaRoot", first: true, predicate: ["ariaRoot"], descendants: true, static: true }, { propertyName: "dragTargetContainer", first: true, predicate: DragTargetContainerDirective, descendants: true }, { propertyName: "dropTargetContainer", first: true, predicate: DropTargetContainerDirective, descendants: true }, { propertyName: "footer", predicate: ["footer"], descendants: true }], exportAs: ["kendoTreeList"], usesOnChanges: true, ngImport: i0, template: `
17708
16326
  <ng-container kendoTreeListLocalizedMessages
17709
-
17710
16327
  i18n-noRecords="kendo.treelist.noRecords|The label visible in the TreeList when there are no records"
17711
16328
  noRecords="No records available."
17712
16329
 
@@ -17740,6 +16357,9 @@ class TreeListComponent {
17740
16357
  i18n-pagerItemsTotal="kendo.treelist.pagerItemsTotal|The label after the total items count in the TreeList pager"
17741
16358
  pagerItemsTotal="items total"
17742
16359
 
16360
+ i18n-pagerInputLabel="kendo.treelist.pagerInputLabel|The text of the aria-label attribute applied to the input element for entering the page number"
16361
+ pagerInputLabel="Type a page number"
16362
+
17743
16363
  i18n-filterCellOperatorLabel="kendo.treelist.filterCellOperatorLabel|The label of the filter cell operators dropdown"
17744
16364
  filterCellOperatorLabel="{{ 'Filter cell operators for {columnName}' }}"
17745
16365
 
@@ -17860,8 +16480,8 @@ class TreeListComponent {
17860
16480
  i18n-columnsReset="kendo.treelist.columnsReset|The text shown in the column menu or column chooser for the columns reset button"
17861
16481
  columnsReset="Reset"
17862
16482
 
17863
- i18n-selectPage="kendo.treelist.selectPage|The text of the title and aria-label attributes applied to the page chooser in the TreeList Pager"
17864
- selectPage="Select page"
16483
+ i18n-pagerSelectPage="kendo.treelist.pagerSelectPage|The text of the title and aria-label attributes applied to the page chooser in the TreeList Pager"
16484
+ pagerSelectPage="Select page"
17865
16485
 
17866
16486
  i18n-topToolbarLabel="kendo.treelist.topToolbarLabel|The label of the TreeList top toolbar"
17867
16487
  topToolbarLabel="Top toolbar"
@@ -18051,18 +16671,41 @@ class TreeListComponent {
18051
16671
  </div>
18052
16672
  </ng-template>
18053
16673
  </div>
18054
- <kendo-treelist-pager
16674
+ <kendo-pager
16675
+ #pager
18055
16676
  *ngIf="showPager"
18056
- [template]="pagerTemplate"
16677
+ class="k-grid-pager"
16678
+ [navigable]="navigable"
18057
16679
  [pageSize]="pageSize"
18058
16680
  [total]="view.totalVisible"
18059
- [allCount]="view.total"
18060
16681
  [skip]="skip"
18061
- [navigable]="navigable"
18062
- [attr.aria-controls]="ariaRootId"
18063
- [options]="pageable"
16682
+ [responsive]="normalizedPageableSettings.responsive && !pagerTemplate"
16683
+ [buttonCount]="normalizedPageableSettings.buttonCount"
16684
+ [info]="normalizedPageableSettings.info"
16685
+ [pageSizeValues]="normalizedPageableSettings.pageSizes"
16686
+ [previousNext]="normalizedPageableSettings.previousNext"
16687
+ [type]="normalizedPageableSettings.type"
18064
16688
  (pageChange)="notifyPageChange('pager', $event)">
18065
- </kendo-treelist-pager>
16689
+ <ng-template kendoPagerTemplate>
16690
+ <ng-container
16691
+ [ngTemplateOutlet]="pagerTemplate ? pagerTemplate?.templateRef : defaultPager"
16692
+ [ngTemplateOutletContext]="pager.templateContext"></ng-container>
16693
+ </ng-template>
16694
+ <kendo-pager-messages
16695
+ [ariaLabel]="messageFor('pagerLabel')"
16696
+ [firstPage]="messageFor('pagerFirstPage')"
16697
+ [inputLabel]="messageFor('pagerInputLabel')"
16698
+ [previousPage]="messageFor('pagerPreviousPage')"
16699
+ [nextPage]="messageFor('pagerNextPage')"
16700
+ [lastPage]="messageFor('pagerLastPage')"
16701
+ [selectPage]="messageFor('pagerSelectPage')"
16702
+ [page]="messageFor('pagerPage')"
16703
+ [itemsPerPage]="messageFor('pagerItemsPerPage')"
16704
+ [items]="messageFor('pagerItems')"
16705
+ [of]="messageFor('pagerOf')"
16706
+ [pageNumberInputTitle]="messageFor('pagerPageNumberInputTitle')">
16707
+ </kendo-pager-messages>
16708
+ </kendo-pager>
18066
16709
  <kendo-treelist-toolbar
18067
16710
  *ngIf="showBottomToolbar"
18068
16711
  class="k-toolbar k-grid-toolbar k-grid-toolbar-bottom k-toolbar-md"
@@ -18080,7 +16723,38 @@ class TreeListComponent {
18080
16723
  </kendo-icon-wrapper>
18081
16724
  {{hintText}}
18082
16725
  </ng-template>
18083
- `, isInline: true, dependencies: [{ kind: "directive", type: LocalizedMessagesDirective, selector: "[kendoTreeListLocalizedMessages]" }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: ToolbarComponent, selector: "kendo-treelist-toolbar", inputs: ["position", "navigable"] }, { kind: "directive", type: DragTargetContainerDirective, selector: "[kendoDragTargetContainer]", inputs: ["hint", "dragTargetFilter", "dragHandle", "dragDelay", "threshold", "dragTargetId", "dragData", "dragDisabled", "mode"], outputs: ["onDragReady", "onPress", "onDragStart", "onDrag", "onRelease", "onDragEnd"], exportAs: ["kendoDragTargetContainer"] }, { kind: "directive", type: DropTargetContainerDirective, selector: "[kendoDropTargetContainer]", inputs: ["dropTargetFilter", "dropDisabled"], outputs: ["onDragEnter", "onDragOver", "onDragLeave", "onDrop"], exportAs: ["kendoDropTargetContainer"] }, { kind: "directive", type: TableDirective, selector: "[kendoTreeListResizableTable]", inputs: ["locked", "virtualColumns"] }, { kind: "component", type: ColGroupComponent, selector: "[kendoTreeListColGroup]", inputs: ["columns"] }, { kind: "component", type: HeaderComponent, selector: "[kendoTreeListHeader]", inputs: ["totalColumnLevels", "columns", "scrollable", "filterable", "sort", "filter", "sortable", "lockedColumnsCount", "resizable", "reorderable", "columnMenu", "columnMenuTemplate", "totalColumnsCount", "totalColumns"] }, { kind: "directive", type: ResizableContainerDirective, selector: "[kendoTreeListResizableContainer]", inputs: ["lockedWidth", "kendoTreeListResizableContainer"] }, { kind: "component", type: ListComponent, selector: "kendo-treelist-list", inputs: ["view", "total", "rowHeight", "take", "skip", "columns", "noRecordsTemplate", "filterable", "rowClass", "loading", "trackBy", "virtualColumns", "isVirtual", "expandIcons"], outputs: ["contentScroll", "pageChange", "scrollBottom"] }, { kind: "directive", type: DraggableDirective, selector: "[kendoDraggable]", inputs: ["enableDrag"], outputs: ["kendoPress", "kendoDrag", "kendoRelease"] }, { kind: "directive", type: MarqueeDirective, selector: "[kendoTreeListSelectionMarquee]" }, { kind: "component", type: TableBodyComponent, selector: "[kendoTreeListTableBody]", inputs: ["columns", "allColumns", "noRecordsTemplate", "view", "skip", "filterable", "noRecordsText", "isLocked", "lockedColumnsCount", "totalColumnsCount", "virtualColumns", "expandIcons", "trackBy", "totalColumns", "rowClass"] }, { kind: "component", type: LoadingComponent, selector: "[kendoTreeListLoading]" }, { kind: "component", type: PagerComponent, selector: "kendo-treelist-pager", inputs: ["allCount", "total", "skip", "navigable", "pageSize", "options", "template"], outputs: ["pageChange"] }, { kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
16726
+
16727
+ <ng-template #defaultPager>
16728
+ <div class="k-pager-numbers-wrap">
16729
+ <kendo-pager-prev-buttons *ngIf="normalizedPageableSettings.previousNext"></kendo-pager-prev-buttons>
16730
+ <kendo-pager-numeric-buttons
16731
+ *ngIf="normalizedPageableSettings.type === 'numeric' && normalizedPageableSettings.buttonCount > 0"
16732
+ [buttonCount]="normalizedPageableSettings.buttonCount">
16733
+ </kendo-pager-numeric-buttons>
16734
+ <kendo-pager-input *ngIf="normalizedPageableSettings.type === 'input'"></kendo-pager-input>
16735
+ <kendo-pager-next-buttons *ngIf="normalizedPageableSettings.previousNext"></kendo-pager-next-buttons>
16736
+ </div>
16737
+ <kendo-pager-page-sizes *ngIf="normalizedPageableSettings.pageSizes"
16738
+ [pageSizes]="normalizedPageableSettings.pageSizes">
16739
+ </kendo-pager-page-sizes>
16740
+ <kendo-pager-info *ngIf="normalizedPageableSettings.info">
16741
+ </kendo-pager-info>
16742
+ <kendo-pager-messages
16743
+ [ariaLabel]="messageFor('pagerLabel')"
16744
+ [firstPage]="messageFor('pagerFirstPage')"
16745
+ [inputLabel]="messageFor('pagerInputLabel')"
16746
+ [previousPage]="messageFor('pagerPreviousPage')"
16747
+ [nextPage]="messageFor('pagerNextPage')"
16748
+ [lastPage]="messageFor('pagerLastPage')"
16749
+ [selectPage]="messageFor('pagerSelectPage')"
16750
+ [page]="messageFor('pagerPage')"
16751
+ [itemsPerPage]="messageFor('pagerItemsPerPage')"
16752
+ [items]="messageFor('pagerItems')"
16753
+ [of]="messageFor('pagerOf')"
16754
+ [pageNumberInputTitle]="messageFor('pagerPageNumberInputTitle')">
16755
+ </kendo-pager-messages>
16756
+ </ng-template>
16757
+ `, isInline: true, dependencies: [{ kind: "directive", type: LocalizedMessagesDirective, selector: "[kendoTreeListLocalizedMessages]" }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: ToolbarComponent, selector: "kendo-treelist-toolbar", inputs: ["position", "navigable"] }, { kind: "directive", type: DragTargetContainerDirective, selector: "[kendoDragTargetContainer]", inputs: ["hint", "dragTargetFilter", "dragHandle", "dragDelay", "threshold", "dragTargetId", "dragData", "dragDisabled", "mode"], outputs: ["onDragReady", "onPress", "onDragStart", "onDrag", "onRelease", "onDragEnd"], exportAs: ["kendoDragTargetContainer"] }, { kind: "directive", type: DropTargetContainerDirective, selector: "[kendoDropTargetContainer]", inputs: ["dropTargetFilter", "dropDisabled"], outputs: ["onDragEnter", "onDragOver", "onDragLeave", "onDrop"], exportAs: ["kendoDropTargetContainer"] }, { kind: "directive", type: TableDirective, selector: "[kendoTreeListResizableTable]", inputs: ["locked", "virtualColumns"] }, { kind: "component", type: ColGroupComponent, selector: "[kendoTreeListColGroup]", inputs: ["columns"] }, { kind: "component", type: HeaderComponent, selector: "[kendoTreeListHeader]", inputs: ["totalColumnLevels", "columns", "scrollable", "filterable", "sort", "filter", "sortable", "lockedColumnsCount", "resizable", "reorderable", "columnMenu", "columnMenuTemplate", "totalColumnsCount", "totalColumns"] }, { kind: "directive", type: ResizableContainerDirective, selector: "[kendoTreeListResizableContainer]", inputs: ["lockedWidth", "kendoTreeListResizableContainer"] }, { kind: "component", type: ListComponent, selector: "kendo-treelist-list", inputs: ["view", "total", "rowHeight", "take", "skip", "columns", "noRecordsTemplate", "filterable", "rowClass", "loading", "trackBy", "virtualColumns", "isVirtual", "expandIcons"], outputs: ["contentScroll", "pageChange", "scrollBottom"] }, { kind: "directive", type: DraggableDirective, selector: "[kendoDraggable]", inputs: ["enableDrag"], outputs: ["kendoPress", "kendoDrag", "kendoRelease"] }, { kind: "directive", type: MarqueeDirective, selector: "[kendoTreeListSelectionMarquee]" }, { kind: "component", type: TableBodyComponent, selector: "[kendoTreeListTableBody]", inputs: ["columns", "allColumns", "noRecordsTemplate", "view", "skip", "filterable", "noRecordsText", "isLocked", "lockedColumnsCount", "totalColumnsCount", "virtualColumns", "expandIcons", "trackBy", "totalColumns", "rowClass"] }, { kind: "component", type: LoadingComponent, selector: "[kendoTreeListLoading]" }, { kind: "component", type: i47.CustomMessagesComponent, selector: "kendo-datapager-messages, kendo-pager-messages" }, { kind: "component", type: i47.PagerInfoComponent, selector: "kendo-datapager-info, kendo-pager-info" }, { kind: "component", type: i47.PagerInputComponent, selector: "kendo-datapager-input, kendo-pager-input", inputs: ["size"] }, { kind: "component", type: i47.PagerNextButtonsComponent, selector: "kendo-datapager-next-buttons, kendo-pager-next-buttons", inputs: ["size"] }, { kind: "component", type: i47.PagerNumericButtonsComponent, selector: "kendo-datapager-numeric-buttons, kendo-pager-numeric-buttons", inputs: ["buttonCount", "size"] }, { kind: "component", type: i47.PagerPageSizesComponent, selector: "kendo-datapager-page-sizes, kendo-pager-page-sizes", inputs: ["pageSizes", "size"] }, { kind: "component", type: i47.PagerPrevButtonsComponent, selector: "kendo-datapager-prev-buttons, kendo-pager-prev-buttons", inputs: ["size"] }, { kind: "directive", type: i47.PagerTemplateDirective, selector: "[kendoDataPagerTemplate], [kendoPagerTemplate]" }, { kind: "component", type: i47.PagerComponent, selector: "kendo-datapager, kendo-pager", inputs: ["externalTemplate", "total", "skip", "pageSize", "buttonCount", "info", "type", "pageSizeValues", "previousNext", "navigable", "size", "responsive"], outputs: ["pageChange", "pageSizeChange"], exportAs: ["kendoDataPager", "kendoPager"] }, { kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
18084
16758
  }
18085
16759
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TreeListComponent, decorators: [{
18086
16760
  type: Component,
@@ -18103,6 +16777,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
18103
16777
  FilterService,
18104
16778
  ResponsiveService,
18105
16779
  PagerContextService,
16780
+ PagerNavigationService,
18106
16781
  ExcelService,
18107
16782
  ScrollSyncService,
18108
16783
  ResizeService,
@@ -18135,7 +16810,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
18135
16810
  selector: 'kendo-treelist',
18136
16811
  template: `
18137
16812
  <ng-container kendoTreeListLocalizedMessages
18138
-
18139
16813
  i18n-noRecords="kendo.treelist.noRecords|The label visible in the TreeList when there are no records"
18140
16814
  noRecords="No records available."
18141
16815
 
@@ -18169,6 +16843,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
18169
16843
  i18n-pagerItemsTotal="kendo.treelist.pagerItemsTotal|The label after the total items count in the TreeList pager"
18170
16844
  pagerItemsTotal="items total"
18171
16845
 
16846
+ i18n-pagerInputLabel="kendo.treelist.pagerInputLabel|The text of the aria-label attribute applied to the input element for entering the page number"
16847
+ pagerInputLabel="Type a page number"
16848
+
18172
16849
  i18n-filterCellOperatorLabel="kendo.treelist.filterCellOperatorLabel|The label of the filter cell operators dropdown"
18173
16850
  filterCellOperatorLabel="{{ 'Filter cell operators for {columnName}' }}"
18174
16851
 
@@ -18289,8 +16966,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
18289
16966
  i18n-columnsReset="kendo.treelist.columnsReset|The text shown in the column menu or column chooser for the columns reset button"
18290
16967
  columnsReset="Reset"
18291
16968
 
18292
- i18n-selectPage="kendo.treelist.selectPage|The text of the title and aria-label attributes applied to the page chooser in the TreeList Pager"
18293
- selectPage="Select page"
16969
+ i18n-pagerSelectPage="kendo.treelist.pagerSelectPage|The text of the title and aria-label attributes applied to the page chooser in the TreeList Pager"
16970
+ pagerSelectPage="Select page"
18294
16971
 
18295
16972
  i18n-topToolbarLabel="kendo.treelist.topToolbarLabel|The label of the TreeList top toolbar"
18296
16973
  topToolbarLabel="Top toolbar"
@@ -18480,18 +17157,41 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
18480
17157
  </div>
18481
17158
  </ng-template>
18482
17159
  </div>
18483
- <kendo-treelist-pager
17160
+ <kendo-pager
17161
+ #pager
18484
17162
  *ngIf="showPager"
18485
- [template]="pagerTemplate"
17163
+ class="k-grid-pager"
17164
+ [navigable]="navigable"
18486
17165
  [pageSize]="pageSize"
18487
17166
  [total]="view.totalVisible"
18488
- [allCount]="view.total"
18489
17167
  [skip]="skip"
18490
- [navigable]="navigable"
18491
- [attr.aria-controls]="ariaRootId"
18492
- [options]="pageable"
17168
+ [responsive]="normalizedPageableSettings.responsive && !pagerTemplate"
17169
+ [buttonCount]="normalizedPageableSettings.buttonCount"
17170
+ [info]="normalizedPageableSettings.info"
17171
+ [pageSizeValues]="normalizedPageableSettings.pageSizes"
17172
+ [previousNext]="normalizedPageableSettings.previousNext"
17173
+ [type]="normalizedPageableSettings.type"
18493
17174
  (pageChange)="notifyPageChange('pager', $event)">
18494
- </kendo-treelist-pager>
17175
+ <ng-template kendoPagerTemplate>
17176
+ <ng-container
17177
+ [ngTemplateOutlet]="pagerTemplate ? pagerTemplate?.templateRef : defaultPager"
17178
+ [ngTemplateOutletContext]="pager.templateContext"></ng-container>
17179
+ </ng-template>
17180
+ <kendo-pager-messages
17181
+ [ariaLabel]="messageFor('pagerLabel')"
17182
+ [firstPage]="messageFor('pagerFirstPage')"
17183
+ [inputLabel]="messageFor('pagerInputLabel')"
17184
+ [previousPage]="messageFor('pagerPreviousPage')"
17185
+ [nextPage]="messageFor('pagerNextPage')"
17186
+ [lastPage]="messageFor('pagerLastPage')"
17187
+ [selectPage]="messageFor('pagerSelectPage')"
17188
+ [page]="messageFor('pagerPage')"
17189
+ [itemsPerPage]="messageFor('pagerItemsPerPage')"
17190
+ [items]="messageFor('pagerItems')"
17191
+ [of]="messageFor('pagerOf')"
17192
+ [pageNumberInputTitle]="messageFor('pagerPageNumberInputTitle')">
17193
+ </kendo-pager-messages>
17194
+ </kendo-pager>
18495
17195
  <kendo-treelist-toolbar
18496
17196
  *ngIf="showBottomToolbar"
18497
17197
  class="k-toolbar k-grid-toolbar k-grid-toolbar-bottom k-toolbar-md"
@@ -18509,9 +17209,42 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
18509
17209
  </kendo-icon-wrapper>
18510
17210
  {{hintText}}
18511
17211
  </ng-template>
17212
+
17213
+ <ng-template #defaultPager>
17214
+ <div class="k-pager-numbers-wrap">
17215
+ <kendo-pager-prev-buttons *ngIf="normalizedPageableSettings.previousNext"></kendo-pager-prev-buttons>
17216
+ <kendo-pager-numeric-buttons
17217
+ *ngIf="normalizedPageableSettings.type === 'numeric' && normalizedPageableSettings.buttonCount > 0"
17218
+ [buttonCount]="normalizedPageableSettings.buttonCount">
17219
+ </kendo-pager-numeric-buttons>
17220
+ <kendo-pager-input *ngIf="normalizedPageableSettings.type === 'input'"></kendo-pager-input>
17221
+ <kendo-pager-next-buttons *ngIf="normalizedPageableSettings.previousNext"></kendo-pager-next-buttons>
17222
+ </div>
17223
+ <kendo-pager-page-sizes *ngIf="normalizedPageableSettings.pageSizes"
17224
+ [pageSizes]="normalizedPageableSettings.pageSizes">
17225
+ </kendo-pager-page-sizes>
17226
+ <kendo-pager-info *ngIf="normalizedPageableSettings.info">
17227
+ </kendo-pager-info>
17228
+ <kendo-pager-messages
17229
+ [ariaLabel]="messageFor('pagerLabel')"
17230
+ [firstPage]="messageFor('pagerFirstPage')"
17231
+ [inputLabel]="messageFor('pagerInputLabel')"
17232
+ [previousPage]="messageFor('pagerPreviousPage')"
17233
+ [nextPage]="messageFor('pagerNextPage')"
17234
+ [lastPage]="messageFor('pagerLastPage')"
17235
+ [selectPage]="messageFor('pagerSelectPage')"
17236
+ [page]="messageFor('pagerPage')"
17237
+ [itemsPerPage]="messageFor('pagerItemsPerPage')"
17238
+ [items]="messageFor('pagerItems')"
17239
+ [of]="messageFor('pagerOf')"
17240
+ [pageNumberInputTitle]="messageFor('pagerPageNumberInputTitle')">
17241
+ </kendo-pager-messages>
17242
+ </ng-template>
18512
17243
  `,
18513
17244
  standalone: true,
18514
- imports: [LocalizedMessagesDirective, NgIf, ToolbarComponent, DragTargetContainerDirective, DropTargetContainerDirective, TableDirective, ColGroupComponent, HeaderComponent, ResizableContainerDirective, ListComponent, DraggableDirective, MarqueeDirective, TableBodyComponent, LoadingComponent, PagerComponent, IconWrapperComponent]
17245
+ imports: [LocalizedMessagesDirective, NgIf, NgTemplateOutlet, ToolbarComponent, DragTargetContainerDirective, DropTargetContainerDirective,
17246
+ TableDirective, ColGroupComponent, HeaderComponent, ResizableContainerDirective, ListComponent, DraggableDirective, MarqueeDirective,
17247
+ TableBodyComponent, LoadingComponent, ...KENDO_PAGER, IconWrapperComponent]
18515
17248
  }]
18516
17249
  }], ctorParameters: function () { return [{ type: BrowserSupportService }, { type: i0.ElementRef }, { type: ChangeNotificationService }, { type: EditService }, { type: FilterService }, { type: PDFService }, { type: ResponsiveService }, { type: i0.Renderer2 }, { type: ExcelService }, { type: i0.NgZone }, { type: ScrollSyncService }, { type: DomEventsService }, { type: ColumnResizingService }, { type: i0.ChangeDetectorRef }, { type: ColumnReorderService }, { type: ColumnInfoService }, { type: NavigationService }, { type: SortService }, { type: ScrollRequestService }, { type: ExpandStateService }, { type: OptionChangesService }, { type: SelectionService }, { type: i1$1.LocalizationService }, { type: ContextService }, { type: RowReorderService }]; }, propDecorators: { ariaLabel: [{
18517
17250
  type: Input,
@@ -19996,12 +18729,12 @@ class TreeListSpacerComponent {
19996
18729
  */
19997
18730
  width;
19998
18731
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TreeListSpacerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
19999
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: TreeListSpacerComponent, isStandalone: true, selector: "kendo-treelist-spacer, kendo-treelist-pager-spacer", inputs: { width: "width" }, host: { properties: { "class.k-spacer": "this.hostClass", "class.k-spacer-sized": "this.sizedClass", "style.flexBasis": "this.flexBasisStyle" } }, ngImport: i0, template: ``, isInline: true });
18732
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: TreeListSpacerComponent, isStandalone: true, selector: "kendo-treelist-spacer", inputs: { width: "width" }, host: { properties: { "class.k-spacer": "this.hostClass", "class.k-spacer-sized": "this.sizedClass", "style.flexBasis": "this.flexBasisStyle" } }, ngImport: i0, template: ``, isInline: true });
20000
18733
  }
20001
18734
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TreeListSpacerComponent, decorators: [{
20002
18735
  type: Component,
20003
18736
  args: [{
20004
- selector: 'kendo-treelist-spacer, kendo-treelist-pager-spacer',
18737
+ selector: 'kendo-treelist-spacer',
20005
18738
  template: ``,
20006
18739
  standalone: true
20007
18740
  }]
@@ -22391,7 +21124,7 @@ class AddCommandToolbarDirective {
22391
21124
  e.preventDefault();
22392
21125
  this.editService.beginAdd();
22393
21126
  }
22394
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AddCommandToolbarDirective, deps: [{ token: EditService }, { token: i2$2.ToolBarButtonComponent }], target: i0.ɵɵFactoryTarget.Directive });
21127
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AddCommandToolbarDirective, deps: [{ token: EditService }, { token: i95.ToolBarButtonComponent }], target: i0.ɵɵFactoryTarget.Directive });
22395
21128
  static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: AddCommandToolbarDirective, isStandalone: true, selector: "[kendoTreeListAddTool]", ngImport: i0 });
22396
21129
  }
22397
21130
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AddCommandToolbarDirective, decorators: [{
@@ -22400,7 +21133,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
22400
21133
  selector: '[kendoTreeListAddTool]',
22401
21134
  standalone: true
22402
21135
  }]
22403
- }], ctorParameters: function () { return [{ type: EditService }, { type: i2$2.ToolBarButtonComponent }]; } });
21136
+ }], ctorParameters: function () { return [{ type: EditService }, { type: i95.ToolBarButtonComponent }]; } });
22404
21137
 
22405
21138
  /**
22406
21139
  * Represents the `export-to-Excel` toolbar tool of the TreeList.
@@ -22446,7 +21179,7 @@ class ExcelCommandToolbarDirective {
22446
21179
  e.preventDefault();
22447
21180
  this.excelService.exportClick.emit();
22448
21181
  }
22449
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ExcelCommandToolbarDirective, deps: [{ token: ExcelService }, { token: i2$2.ToolBarButtonComponent }], target: i0.ɵɵFactoryTarget.Directive });
21182
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ExcelCommandToolbarDirective, deps: [{ token: ExcelService }, { token: i95.ToolBarButtonComponent }], target: i0.ɵɵFactoryTarget.Directive });
22450
21183
  static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: ExcelCommandToolbarDirective, isStandalone: true, selector: "[kendoTreeListExcelTool]", ngImport: i0 });
22451
21184
  }
22452
21185
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ExcelCommandToolbarDirective, decorators: [{
@@ -22455,7 +21188,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
22455
21188
  selector: '[kendoTreeListExcelTool]',
22456
21189
  standalone: true
22457
21190
  }]
22458
- }], ctorParameters: function () { return [{ type: ExcelService }, { type: i2$2.ToolBarButtonComponent }]; } });
21191
+ }], ctorParameters: function () { return [{ type: ExcelService }, { type: i95.ToolBarButtonComponent }]; } });
22459
21192
 
22460
21193
  /**
22461
21194
  * Represents the `export-to-PDF` toolbar tool of the TreeList.
@@ -22501,7 +21234,7 @@ class PDFCommandToolbarDirective {
22501
21234
  e.preventDefault();
22502
21235
  this.pdfService.exportClick.emit();
22503
21236
  }
22504
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PDFCommandToolbarDirective, deps: [{ token: PDFService }, { token: i2$2.ToolBarButtonComponent }], target: i0.ɵɵFactoryTarget.Directive });
21237
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PDFCommandToolbarDirective, deps: [{ token: PDFService }, { token: i95.ToolBarButtonComponent }], target: i0.ɵɵFactoryTarget.Directive });
22505
21238
  static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: PDFCommandToolbarDirective, isStandalone: true, selector: "[kendoTreeListPDFTool]", ngImport: i0 });
22506
21239
  }
22507
21240
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PDFCommandToolbarDirective, decorators: [{
@@ -22510,7 +21243,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
22510
21243
  selector: '[kendoTreeListPDFTool]',
22511
21244
  standalone: true
22512
21245
  }]
22513
- }], ctorParameters: function () { return [{ type: PDFService }, { type: i2$2.ToolBarButtonComponent }]; } });
21246
+ }], ctorParameters: function () { return [{ type: PDFService }, { type: i95.ToolBarButtonComponent }]; } });
22514
21247
 
22515
21248
  /**
22516
21249
  * @hidden
@@ -22530,7 +21263,8 @@ const SHARED_EXPORTS = [
22530
21263
  LoadingComponent,
22531
21264
  FilterCellOperatorsComponent,
22532
21265
  CheckboxColumnComponent,
22533
- RowReorderColumnComponent
21266
+ RowReorderColumnComponent,
21267
+ ...KENDO_PAGER
22534
21268
  ];
22535
21269
  /**
22536
21270
  * @hidden
@@ -22559,20 +21293,6 @@ const HEADER_EXPORTS = [
22559
21293
  HeaderTemplateDirective,
22560
21294
  ColumnHandleDirective
22561
21295
  ];
22562
- /**
22563
- * @hidden
22564
- * Utility array that contains the former Pager module exports
22565
- */
22566
- const PAGER_EXPORTS = [
22567
- PagerComponent,
22568
- PagerPrevButtonsComponent,
22569
- PagerNextButtonsComponent,
22570
- PagerNumericButtonsComponent,
22571
- PagerInputComponent,
22572
- PagerInfoComponent,
22573
- PagerPageSizesComponent,
22574
- PagerTemplateDirective
22575
- ];
22576
21296
  /**
22577
21297
  * @hidden
22578
21298
  * Utility array that contains the former SharedFilter module exports
@@ -22691,7 +21411,6 @@ const KENDO_TREELIST = [
22691
21411
  ...SHARED_EXPORTS,
22692
21412
  ...BODY_EXPORTS,
22693
21413
  ...HEADER_EXPORTS,
22694
- ...PAGER_EXPORTS,
22695
21414
  ...ROW_FILTER_EXPORTS,
22696
21415
  ...FILTER_MENU_EXPORTS,
22697
21416
  ...COLUMN_MENU_EXPORTS
@@ -22721,7 +21440,7 @@ const KENDO_TREELIST = [
22721
21440
  */
22722
21441
  class TreeListModule {
22723
21442
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TreeListModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
22724
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: TreeListModule, imports: [TreeListComponent, ToolbarTemplateDirective, ToolbarComponent, TreeListSpacerComponent, CustomMessagesComponent, TemplateEditingDirective, ReactiveEditingDirective, InCellEditingDirective, HierarchyBindingDirective, FlatBindingDirective, ExpandableDirective, SelectableDirective, TreeListToolbarFocusableDirective, ColumnComponent, ColumnGroupComponent, LogicalCellDirective, LogicalRowDirective, FocusableDirective, ColGroupComponent, ResizableContainerDirective, i2$1.TemplateContextDirective, FieldAccessorPipe, SpanColumnComponent, LoadingComponent, FilterCellOperatorsComponent, CheckboxColumnComponent, RowReorderColumnComponent, CommandColumnComponent, CellTemplateDirective, CellComponent, NoRecordsTemplateDirective, EditTemplateDirective, EditCommandDirective, CancelCommandDirective, SaveCommandDirective, RemoveCommandDirective, AddCommandDirective, AddCommandToolbarDirective, FooterTemplateDirective, HeaderComponent, HeaderTemplateDirective, ColumnHandleDirective, PagerComponent, PagerPrevButtonsComponent, PagerNextButtonsComponent, PagerNumericButtonsComponent, PagerInputComponent, PagerInfoComponent, PagerPageSizesComponent, PagerTemplateDirective, FilterRowComponent, FilterCellComponent, FilterCellTemplateDirective, StringFilterCellComponent, NumericFilterCellComponent, AutoCompleteFilterCellComponent, BooleanFilterCellComponent, FilterCellHostDirective, FilterCellWrapperComponent, DateFilterCellComponent, FilterCellOperatorsComponent, ContainsFilterOperatorComponent, DoesNotContainFilterOperatorComponent, EndsWithFilterOperatorComponent, EqualFilterOperatorComponent, IsEmptyFilterOperatorComponent, IsNotEmptyFilterOperatorComponent, IsNotNullFilterOperatorComponent, IsNullFilterOperatorComponent, NotEqualFilterOperatorComponent, StartsWithFilterOperatorComponent, GreaterFilterOperatorComponent, GreaterOrEqualToFilterOperatorComponent, LessFilterOperatorComponent, LessOrEqualToFilterOperatorComponent, AfterFilterOperatorComponent, AfterEqFilterOperatorComponent, BeforeEqFilterOperatorComponent, BeforeFilterOperatorComponent, FilterInputDirective, ColumnComponent, ColumnGroupComponent, LogicalCellDirective, LogicalRowDirective, FocusableDirective, ColGroupComponent, ResizableContainerDirective, i2$1.TemplateContextDirective, FieldAccessorPipe, SpanColumnComponent, LoadingComponent, FilterCellOperatorsComponent, CheckboxColumnComponent, RowReorderColumnComponent, FilterMenuComponent, FilterMenuContainerComponent, FilterMenuInputWrapperComponent, StringFilterMenuInputComponent, StringFilterMenuComponent, FilterMenuTemplateDirective, NumericFilterMenuComponent, NumericFilterMenuInputComponent, DateFilterMenuInputComponent, DateFilterMenuComponent, FilterMenuHostDirective, BooleanFilterMenuComponent, BooleanFilterRadioButtonDirective, ColumnChooserComponent, ColumnMenuChooserComponent, ColumnMenuFilterComponent, ColumnMenuItemComponent, ColumnMenuItemContentTemplateDirective, ColumnMenuSortComponent, ColumnMenuComponent, ColumnMenuLockComponent, ColumnMenuTemplateDirective, TableDirective], exports: [TreeListComponent, ToolbarTemplateDirective, ToolbarComponent, TreeListSpacerComponent, CustomMessagesComponent, TemplateEditingDirective, ReactiveEditingDirective, InCellEditingDirective, HierarchyBindingDirective, FlatBindingDirective, ExpandableDirective, SelectableDirective, TreeListToolbarFocusableDirective, ColumnComponent, ColumnGroupComponent, LogicalCellDirective, LogicalRowDirective, FocusableDirective, ColGroupComponent, ResizableContainerDirective, i2$1.TemplateContextDirective, FieldAccessorPipe, SpanColumnComponent, LoadingComponent, FilterCellOperatorsComponent, CheckboxColumnComponent, RowReorderColumnComponent, CommandColumnComponent, CellTemplateDirective, CellComponent, NoRecordsTemplateDirective, EditTemplateDirective, EditCommandDirective, CancelCommandDirective, SaveCommandDirective, RemoveCommandDirective, AddCommandDirective, AddCommandToolbarDirective, FooterTemplateDirective, HeaderComponent, HeaderTemplateDirective, ColumnHandleDirective, PagerComponent, PagerPrevButtonsComponent, PagerNextButtonsComponent, PagerNumericButtonsComponent, PagerInputComponent, PagerInfoComponent, PagerPageSizesComponent, PagerTemplateDirective, FilterRowComponent, FilterCellComponent, FilterCellTemplateDirective, StringFilterCellComponent, NumericFilterCellComponent, AutoCompleteFilterCellComponent, BooleanFilterCellComponent, FilterCellHostDirective, FilterCellWrapperComponent, DateFilterCellComponent, FilterCellOperatorsComponent, ContainsFilterOperatorComponent, DoesNotContainFilterOperatorComponent, EndsWithFilterOperatorComponent, EqualFilterOperatorComponent, IsEmptyFilterOperatorComponent, IsNotEmptyFilterOperatorComponent, IsNotNullFilterOperatorComponent, IsNullFilterOperatorComponent, NotEqualFilterOperatorComponent, StartsWithFilterOperatorComponent, GreaterFilterOperatorComponent, GreaterOrEqualToFilterOperatorComponent, LessFilterOperatorComponent, LessOrEqualToFilterOperatorComponent, AfterFilterOperatorComponent, AfterEqFilterOperatorComponent, BeforeEqFilterOperatorComponent, BeforeFilterOperatorComponent, FilterInputDirective, ColumnComponent, ColumnGroupComponent, LogicalCellDirective, LogicalRowDirective, FocusableDirective, ColGroupComponent, ResizableContainerDirective, i2$1.TemplateContextDirective, FieldAccessorPipe, SpanColumnComponent, LoadingComponent, FilterCellOperatorsComponent, CheckboxColumnComponent, RowReorderColumnComponent, FilterMenuComponent, FilterMenuContainerComponent, FilterMenuInputWrapperComponent, StringFilterMenuInputComponent, StringFilterMenuComponent, FilterMenuTemplateDirective, NumericFilterMenuComponent, NumericFilterMenuInputComponent, DateFilterMenuInputComponent, DateFilterMenuComponent, FilterMenuHostDirective, BooleanFilterMenuComponent, BooleanFilterRadioButtonDirective, ColumnChooserComponent, ColumnMenuChooserComponent, ColumnMenuFilterComponent, ColumnMenuItemComponent, ColumnMenuItemContentTemplateDirective, ColumnMenuSortComponent, ColumnMenuComponent, ColumnMenuLockComponent, ColumnMenuTemplateDirective, ToolBarModule] });
21443
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: TreeListModule, imports: [TreeListComponent, ToolbarTemplateDirective, ToolbarComponent, TreeListSpacerComponent, CustomMessagesComponent, TemplateEditingDirective, ReactiveEditingDirective, InCellEditingDirective, HierarchyBindingDirective, FlatBindingDirective, ExpandableDirective, SelectableDirective, TreeListToolbarFocusableDirective, ColumnComponent, ColumnGroupComponent, LogicalCellDirective, LogicalRowDirective, FocusableDirective, ColGroupComponent, ResizableContainerDirective, i1$4.TemplateContextDirective, FieldAccessorPipe, SpanColumnComponent, LoadingComponent, FilterCellOperatorsComponent, CheckboxColumnComponent, RowReorderColumnComponent, i47.CustomMessagesComponent, i47.PagerFocusableDirective, i47.PagerInfoComponent, i47.PagerInputComponent, i47.PagerNextButtonsComponent, i47.PagerNumericButtonsComponent, i47.PagerPageSizesComponent, i47.PagerPrevButtonsComponent, i47.PagerTemplateDirective, i47.PagerComponent, i47.PagerSpacerComponent, CommandColumnComponent, CellTemplateDirective, CellComponent, NoRecordsTemplateDirective, EditTemplateDirective, EditCommandDirective, CancelCommandDirective, SaveCommandDirective, RemoveCommandDirective, AddCommandDirective, AddCommandToolbarDirective, FooterTemplateDirective, HeaderComponent, HeaderTemplateDirective, ColumnHandleDirective, FilterRowComponent, FilterCellComponent, FilterCellTemplateDirective, StringFilterCellComponent, NumericFilterCellComponent, AutoCompleteFilterCellComponent, BooleanFilterCellComponent, FilterCellHostDirective, FilterCellWrapperComponent, DateFilterCellComponent, FilterCellOperatorsComponent, ContainsFilterOperatorComponent, DoesNotContainFilterOperatorComponent, EndsWithFilterOperatorComponent, EqualFilterOperatorComponent, IsEmptyFilterOperatorComponent, IsNotEmptyFilterOperatorComponent, IsNotNullFilterOperatorComponent, IsNullFilterOperatorComponent, NotEqualFilterOperatorComponent, StartsWithFilterOperatorComponent, GreaterFilterOperatorComponent, GreaterOrEqualToFilterOperatorComponent, LessFilterOperatorComponent, LessOrEqualToFilterOperatorComponent, AfterFilterOperatorComponent, AfterEqFilterOperatorComponent, BeforeEqFilterOperatorComponent, BeforeFilterOperatorComponent, FilterInputDirective, ColumnComponent, ColumnGroupComponent, LogicalCellDirective, LogicalRowDirective, FocusableDirective, ColGroupComponent, ResizableContainerDirective, i1$4.TemplateContextDirective, FieldAccessorPipe, SpanColumnComponent, LoadingComponent, FilterCellOperatorsComponent, CheckboxColumnComponent, RowReorderColumnComponent, i47.CustomMessagesComponent, i47.PagerFocusableDirective, i47.PagerInfoComponent, i47.PagerInputComponent, i47.PagerNextButtonsComponent, i47.PagerNumericButtonsComponent, i47.PagerPageSizesComponent, i47.PagerPrevButtonsComponent, i47.PagerTemplateDirective, i47.PagerComponent, i47.PagerSpacerComponent, FilterMenuComponent, FilterMenuContainerComponent, FilterMenuInputWrapperComponent, StringFilterMenuInputComponent, StringFilterMenuComponent, FilterMenuTemplateDirective, NumericFilterMenuComponent, NumericFilterMenuInputComponent, DateFilterMenuInputComponent, DateFilterMenuComponent, FilterMenuHostDirective, BooleanFilterMenuComponent, BooleanFilterRadioButtonDirective, ColumnChooserComponent, ColumnMenuChooserComponent, ColumnMenuFilterComponent, ColumnMenuItemComponent, ColumnMenuItemContentTemplateDirective, ColumnMenuSortComponent, ColumnMenuComponent, ColumnMenuLockComponent, ColumnMenuTemplateDirective, i95.ToolBarComponent, i95.ToolbarCustomMessagesComponent, i95.ToolBarButtonComponent, i95.ToolBarButtonGroupComponent, i95.ToolBarDropDownButtonComponent, i95.ToolBarSeparatorComponent, i95.ToolBarSpacerComponent, i95.ToolBarSplitButtonComponent, i95.ToolBarToolComponent, TableDirective], exports: [TreeListComponent, ToolbarTemplateDirective, ToolbarComponent, TreeListSpacerComponent, CustomMessagesComponent, TemplateEditingDirective, ReactiveEditingDirective, InCellEditingDirective, HierarchyBindingDirective, FlatBindingDirective, ExpandableDirective, SelectableDirective, TreeListToolbarFocusableDirective, ColumnComponent, ColumnGroupComponent, LogicalCellDirective, LogicalRowDirective, FocusableDirective, ColGroupComponent, ResizableContainerDirective, i1$4.TemplateContextDirective, FieldAccessorPipe, SpanColumnComponent, LoadingComponent, FilterCellOperatorsComponent, CheckboxColumnComponent, RowReorderColumnComponent, i47.CustomMessagesComponent, i47.PagerFocusableDirective, i47.PagerInfoComponent, i47.PagerInputComponent, i47.PagerNextButtonsComponent, i47.PagerNumericButtonsComponent, i47.PagerPageSizesComponent, i47.PagerPrevButtonsComponent, i47.PagerTemplateDirective, i47.PagerComponent, i47.PagerSpacerComponent, CommandColumnComponent, CellTemplateDirective, CellComponent, NoRecordsTemplateDirective, EditTemplateDirective, EditCommandDirective, CancelCommandDirective, SaveCommandDirective, RemoveCommandDirective, AddCommandDirective, AddCommandToolbarDirective, FooterTemplateDirective, HeaderComponent, HeaderTemplateDirective, ColumnHandleDirective, FilterRowComponent, FilterCellComponent, FilterCellTemplateDirective, StringFilterCellComponent, NumericFilterCellComponent, AutoCompleteFilterCellComponent, BooleanFilterCellComponent, FilterCellHostDirective, FilterCellWrapperComponent, DateFilterCellComponent, FilterCellOperatorsComponent, ContainsFilterOperatorComponent, DoesNotContainFilterOperatorComponent, EndsWithFilterOperatorComponent, EqualFilterOperatorComponent, IsEmptyFilterOperatorComponent, IsNotEmptyFilterOperatorComponent, IsNotNullFilterOperatorComponent, IsNullFilterOperatorComponent, NotEqualFilterOperatorComponent, StartsWithFilterOperatorComponent, GreaterFilterOperatorComponent, GreaterOrEqualToFilterOperatorComponent, LessFilterOperatorComponent, LessOrEqualToFilterOperatorComponent, AfterFilterOperatorComponent, AfterEqFilterOperatorComponent, BeforeEqFilterOperatorComponent, BeforeFilterOperatorComponent, FilterInputDirective, ColumnComponent, ColumnGroupComponent, LogicalCellDirective, LogicalRowDirective, FocusableDirective, ColGroupComponent, ResizableContainerDirective, i1$4.TemplateContextDirective, FieldAccessorPipe, SpanColumnComponent, LoadingComponent, FilterCellOperatorsComponent, CheckboxColumnComponent, RowReorderColumnComponent, i47.CustomMessagesComponent, i47.PagerFocusableDirective, i47.PagerInfoComponent, i47.PagerInputComponent, i47.PagerNextButtonsComponent, i47.PagerNumericButtonsComponent, i47.PagerPageSizesComponent, i47.PagerPrevButtonsComponent, i47.PagerTemplateDirective, i47.PagerComponent, i47.PagerSpacerComponent, FilterMenuComponent, FilterMenuContainerComponent, FilterMenuInputWrapperComponent, StringFilterMenuInputComponent, StringFilterMenuComponent, FilterMenuTemplateDirective, NumericFilterMenuComponent, NumericFilterMenuInputComponent, DateFilterMenuInputComponent, DateFilterMenuComponent, FilterMenuHostDirective, BooleanFilterMenuComponent, BooleanFilterRadioButtonDirective, ColumnChooserComponent, ColumnMenuChooserComponent, ColumnMenuFilterComponent, ColumnMenuItemComponent, ColumnMenuItemContentTemplateDirective, ColumnMenuSortComponent, ColumnMenuComponent, ColumnMenuLockComponent, ColumnMenuTemplateDirective, i95.ToolBarComponent, i95.ToolbarCustomMessagesComponent, i95.ToolBarButtonComponent, i95.ToolBarButtonGroupComponent, i95.ToolBarDropDownButtonComponent, i95.ToolBarSeparatorComponent, i95.ToolBarSpacerComponent, i95.ToolBarSplitButtonComponent, i95.ToolBarToolComponent] });
22725
21444
  static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TreeListModule, providers: [
22726
21445
  IconsService,
22727
21446
  ResizeBatchService,
@@ -22736,13 +21455,13 @@ class TreeListModule {
22736
21455
  DialogService,
22737
21456
  WindowService,
22738
21457
  WindowContainerService
22739
- ], imports: [TreeListComponent, FilterCellOperatorsComponent, CellComponent, EditCommandDirective, CancelCommandDirective, SaveCommandDirective, RemoveCommandDirective, AddCommandDirective, HeaderComponent, PagerComponent, PagerPrevButtonsComponent, PagerNextButtonsComponent, PagerNumericButtonsComponent, PagerInputComponent, PagerPageSizesComponent, StringFilterCellComponent, NumericFilterCellComponent, AutoCompleteFilterCellComponent, BooleanFilterCellComponent, FilterCellWrapperComponent, DateFilterCellComponent, FilterCellOperatorsComponent, FilterCellOperatorsComponent, FilterMenuComponent, FilterMenuContainerComponent, FilterMenuInputWrapperComponent, StringFilterMenuInputComponent, StringFilterMenuComponent, NumericFilterMenuComponent, NumericFilterMenuInputComponent, DateFilterMenuInputComponent, DateFilterMenuComponent, ColumnChooserComponent, ColumnMenuChooserComponent, ColumnMenuFilterComponent, ColumnMenuItemComponent, ColumnMenuSortComponent, ColumnMenuComponent, ColumnMenuLockComponent, ToolBarModule] });
21458
+ ], imports: [TreeListComponent, FilterCellOperatorsComponent, i47.CustomMessagesComponent, i47.PagerInfoComponent, i47.PagerInputComponent, i47.PagerNextButtonsComponent, i47.PagerNumericButtonsComponent, i47.PagerPageSizesComponent, i47.PagerPrevButtonsComponent, i47.PagerComponent, i47.PagerSpacerComponent, CellComponent, EditCommandDirective, CancelCommandDirective, SaveCommandDirective, RemoveCommandDirective, AddCommandDirective, HeaderComponent, StringFilterCellComponent, NumericFilterCellComponent, AutoCompleteFilterCellComponent, BooleanFilterCellComponent, FilterCellWrapperComponent, DateFilterCellComponent, FilterCellOperatorsComponent, FilterCellOperatorsComponent, i47.CustomMessagesComponent, i47.PagerInfoComponent, i47.PagerInputComponent, i47.PagerNextButtonsComponent, i47.PagerNumericButtonsComponent, i47.PagerPageSizesComponent, i47.PagerPrevButtonsComponent, i47.PagerComponent, i47.PagerSpacerComponent, FilterMenuComponent, FilterMenuContainerComponent, FilterMenuInputWrapperComponent, StringFilterMenuInputComponent, StringFilterMenuComponent, NumericFilterMenuComponent, NumericFilterMenuInputComponent, DateFilterMenuInputComponent, DateFilterMenuComponent, ColumnChooserComponent, ColumnMenuChooserComponent, ColumnMenuFilterComponent, ColumnMenuItemComponent, ColumnMenuSortComponent, ColumnMenuComponent, ColumnMenuLockComponent, i95.ToolBarComponent, i95.ToolbarCustomMessagesComponent, i95.ToolBarButtonComponent, i95.ToolBarButtonGroupComponent, i95.ToolBarDropDownButtonComponent, i95.ToolBarSeparatorComponent, i95.ToolBarSpacerComponent, i95.ToolBarSplitButtonComponent] });
22740
21459
  }
22741
21460
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TreeListModule, decorators: [{
22742
21461
  type: NgModule,
22743
21462
  args: [{
22744
- exports: [...KENDO_TREELIST, ToolBarModule],
22745
- imports: [...KENDO_TREELIST, TableDirective],
21463
+ exports: [...KENDO_TREELIST, ...KENDO_TOOLBAR],
21464
+ imports: [...KENDO_TREELIST, ...KENDO_TOOLBAR, TableDirective],
22746
21465
  providers: [
22747
21466
  IconsService,
22748
21467
  ResizeBatchService,
@@ -22768,8 +21487,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
22768
21487
  */
22769
21488
  class SharedModule {
22770
21489
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SharedModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
22771
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: SharedModule, imports: [ColumnComponent, ColumnGroupComponent, LogicalCellDirective, LogicalRowDirective, FocusableDirective, ColGroupComponent, ResizableContainerDirective, i2$1.TemplateContextDirective, FieldAccessorPipe, SpanColumnComponent, LoadingComponent, FilterCellOperatorsComponent, CheckboxColumnComponent, RowReorderColumnComponent], exports: [ColumnComponent, ColumnGroupComponent, LogicalCellDirective, LogicalRowDirective, FocusableDirective, ColGroupComponent, ResizableContainerDirective, i2$1.TemplateContextDirective, FieldAccessorPipe, SpanColumnComponent, LoadingComponent, FilterCellOperatorsComponent, CheckboxColumnComponent, RowReorderColumnComponent, DraggableModule, IconsModule] });
22772
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SharedModule, providers: [IconsService], imports: [FilterCellOperatorsComponent, DraggableModule, IconsModule] });
21490
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: SharedModule, imports: [ColumnComponent, ColumnGroupComponent, LogicalCellDirective, LogicalRowDirective, FocusableDirective, ColGroupComponent, ResizableContainerDirective, i1$4.TemplateContextDirective, FieldAccessorPipe, SpanColumnComponent, LoadingComponent, FilterCellOperatorsComponent, CheckboxColumnComponent, RowReorderColumnComponent, i47.CustomMessagesComponent, i47.PagerFocusableDirective, i47.PagerInfoComponent, i47.PagerInputComponent, i47.PagerNextButtonsComponent, i47.PagerNumericButtonsComponent, i47.PagerPageSizesComponent, i47.PagerPrevButtonsComponent, i47.PagerTemplateDirective, i47.PagerComponent, i47.PagerSpacerComponent], exports: [ColumnComponent, ColumnGroupComponent, LogicalCellDirective, LogicalRowDirective, FocusableDirective, ColGroupComponent, ResizableContainerDirective, i1$4.TemplateContextDirective, FieldAccessorPipe, SpanColumnComponent, LoadingComponent, FilterCellOperatorsComponent, CheckboxColumnComponent, RowReorderColumnComponent, i47.CustomMessagesComponent, i47.PagerFocusableDirective, i47.PagerInfoComponent, i47.PagerInputComponent, i47.PagerNextButtonsComponent, i47.PagerNumericButtonsComponent, i47.PagerPageSizesComponent, i47.PagerPrevButtonsComponent, i47.PagerTemplateDirective, i47.PagerComponent, i47.PagerSpacerComponent, DraggableModule, IconsModule] });
21491
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SharedModule, providers: [IconsService], imports: [FilterCellOperatorsComponent, i47.CustomMessagesComponent, i47.PagerInfoComponent, i47.PagerInputComponent, i47.PagerNextButtonsComponent, i47.PagerNumericButtonsComponent, i47.PagerPageSizesComponent, i47.PagerPrevButtonsComponent, i47.PagerComponent, i47.PagerSpacerComponent, DraggableModule, IconsModule] });
22773
21492
  }
22774
21493
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SharedModule, decorators: [{
22775
21494
  type: NgModule,
@@ -22793,8 +21512,8 @@ const ENTRY_COMPONENTS$1 = [
22793
21512
  */
22794
21513
  class RowFilterModule {
22795
21514
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: RowFilterModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
22796
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: RowFilterModule, imports: [FilterRowComponent, FilterCellComponent, FilterCellTemplateDirective, StringFilterCellComponent, NumericFilterCellComponent, AutoCompleteFilterCellComponent, BooleanFilterCellComponent, FilterCellHostDirective, FilterCellWrapperComponent, DateFilterCellComponent, FilterCellOperatorsComponent, ContainsFilterOperatorComponent, DoesNotContainFilterOperatorComponent, EndsWithFilterOperatorComponent, EqualFilterOperatorComponent, IsEmptyFilterOperatorComponent, IsNotEmptyFilterOperatorComponent, IsNotNullFilterOperatorComponent, IsNullFilterOperatorComponent, NotEqualFilterOperatorComponent, StartsWithFilterOperatorComponent, GreaterFilterOperatorComponent, GreaterOrEqualToFilterOperatorComponent, LessFilterOperatorComponent, LessOrEqualToFilterOperatorComponent, AfterFilterOperatorComponent, AfterEqFilterOperatorComponent, BeforeEqFilterOperatorComponent, BeforeFilterOperatorComponent, FilterInputDirective, ColumnComponent, ColumnGroupComponent, LogicalCellDirective, LogicalRowDirective, FocusableDirective, ColGroupComponent, ResizableContainerDirective, i2$1.TemplateContextDirective, FieldAccessorPipe, SpanColumnComponent, LoadingComponent, FilterCellOperatorsComponent, CheckboxColumnComponent, RowReorderColumnComponent], exports: [FilterRowComponent, FilterCellComponent, FilterCellTemplateDirective, StringFilterCellComponent, NumericFilterCellComponent, AutoCompleteFilterCellComponent, BooleanFilterCellComponent, FilterCellHostDirective, FilterCellWrapperComponent, DateFilterCellComponent, FilterCellOperatorsComponent, ContainsFilterOperatorComponent, DoesNotContainFilterOperatorComponent, EndsWithFilterOperatorComponent, EqualFilterOperatorComponent, IsEmptyFilterOperatorComponent, IsNotEmptyFilterOperatorComponent, IsNotNullFilterOperatorComponent, IsNullFilterOperatorComponent, NotEqualFilterOperatorComponent, StartsWithFilterOperatorComponent, GreaterFilterOperatorComponent, GreaterOrEqualToFilterOperatorComponent, LessFilterOperatorComponent, LessOrEqualToFilterOperatorComponent, AfterFilterOperatorComponent, AfterEqFilterOperatorComponent, BeforeEqFilterOperatorComponent, BeforeFilterOperatorComponent, FilterInputDirective, ColumnComponent, ColumnGroupComponent, LogicalCellDirective, LogicalRowDirective, FocusableDirective, ColGroupComponent, ResizableContainerDirective, i2$1.TemplateContextDirective, FieldAccessorPipe, SpanColumnComponent, LoadingComponent, FilterCellOperatorsComponent, CheckboxColumnComponent, RowReorderColumnComponent] });
22797
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: RowFilterModule, imports: [StringFilterCellComponent, NumericFilterCellComponent, AutoCompleteFilterCellComponent, BooleanFilterCellComponent, FilterCellWrapperComponent, DateFilterCellComponent, FilterCellOperatorsComponent, FilterCellOperatorsComponent] });
21515
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: RowFilterModule, imports: [FilterRowComponent, FilterCellComponent, FilterCellTemplateDirective, StringFilterCellComponent, NumericFilterCellComponent, AutoCompleteFilterCellComponent, BooleanFilterCellComponent, FilterCellHostDirective, FilterCellWrapperComponent, DateFilterCellComponent, FilterCellOperatorsComponent, ContainsFilterOperatorComponent, DoesNotContainFilterOperatorComponent, EndsWithFilterOperatorComponent, EqualFilterOperatorComponent, IsEmptyFilterOperatorComponent, IsNotEmptyFilterOperatorComponent, IsNotNullFilterOperatorComponent, IsNullFilterOperatorComponent, NotEqualFilterOperatorComponent, StartsWithFilterOperatorComponent, GreaterFilterOperatorComponent, GreaterOrEqualToFilterOperatorComponent, LessFilterOperatorComponent, LessOrEqualToFilterOperatorComponent, AfterFilterOperatorComponent, AfterEqFilterOperatorComponent, BeforeEqFilterOperatorComponent, BeforeFilterOperatorComponent, FilterInputDirective, ColumnComponent, ColumnGroupComponent, LogicalCellDirective, LogicalRowDirective, FocusableDirective, ColGroupComponent, ResizableContainerDirective, i1$4.TemplateContextDirective, FieldAccessorPipe, SpanColumnComponent, LoadingComponent, FilterCellOperatorsComponent, CheckboxColumnComponent, RowReorderColumnComponent, i47.CustomMessagesComponent, i47.PagerFocusableDirective, i47.PagerInfoComponent, i47.PagerInputComponent, i47.PagerNextButtonsComponent, i47.PagerNumericButtonsComponent, i47.PagerPageSizesComponent, i47.PagerPrevButtonsComponent, i47.PagerTemplateDirective, i47.PagerComponent, i47.PagerSpacerComponent], exports: [FilterRowComponent, FilterCellComponent, FilterCellTemplateDirective, StringFilterCellComponent, NumericFilterCellComponent, AutoCompleteFilterCellComponent, BooleanFilterCellComponent, FilterCellHostDirective, FilterCellWrapperComponent, DateFilterCellComponent, FilterCellOperatorsComponent, ContainsFilterOperatorComponent, DoesNotContainFilterOperatorComponent, EndsWithFilterOperatorComponent, EqualFilterOperatorComponent, IsEmptyFilterOperatorComponent, IsNotEmptyFilterOperatorComponent, IsNotNullFilterOperatorComponent, IsNullFilterOperatorComponent, NotEqualFilterOperatorComponent, StartsWithFilterOperatorComponent, GreaterFilterOperatorComponent, GreaterOrEqualToFilterOperatorComponent, LessFilterOperatorComponent, LessOrEqualToFilterOperatorComponent, AfterFilterOperatorComponent, AfterEqFilterOperatorComponent, BeforeEqFilterOperatorComponent, BeforeFilterOperatorComponent, FilterInputDirective, ColumnComponent, ColumnGroupComponent, LogicalCellDirective, LogicalRowDirective, FocusableDirective, ColGroupComponent, ResizableContainerDirective, i1$4.TemplateContextDirective, FieldAccessorPipe, SpanColumnComponent, LoadingComponent, FilterCellOperatorsComponent, CheckboxColumnComponent, RowReorderColumnComponent, i47.CustomMessagesComponent, i47.PagerFocusableDirective, i47.PagerInfoComponent, i47.PagerInputComponent, i47.PagerNextButtonsComponent, i47.PagerNumericButtonsComponent, i47.PagerPageSizesComponent, i47.PagerPrevButtonsComponent, i47.PagerTemplateDirective, i47.PagerComponent, i47.PagerSpacerComponent] });
21516
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: RowFilterModule, imports: [StringFilterCellComponent, NumericFilterCellComponent, AutoCompleteFilterCellComponent, BooleanFilterCellComponent, FilterCellWrapperComponent, DateFilterCellComponent, FilterCellOperatorsComponent, FilterCellOperatorsComponent, i47.CustomMessagesComponent, i47.PagerInfoComponent, i47.PagerInputComponent, i47.PagerNextButtonsComponent, i47.PagerNumericButtonsComponent, i47.PagerPageSizesComponent, i47.PagerPrevButtonsComponent, i47.PagerComponent, i47.PagerSpacerComponent] });
22798
21517
  }
22799
21518
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: RowFilterModule, decorators: [{
22800
21519
  type: NgModule,
@@ -22817,8 +21536,8 @@ const ENTRY_COMPONENTS = [
22817
21536
  */
22818
21537
  class FilterMenuModule {
22819
21538
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: FilterMenuModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
22820
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: FilterMenuModule, imports: [FilterMenuComponent, FilterMenuContainerComponent, FilterMenuInputWrapperComponent, StringFilterMenuInputComponent, StringFilterMenuComponent, FilterMenuTemplateDirective, NumericFilterMenuComponent, NumericFilterMenuInputComponent, DateFilterMenuInputComponent, DateFilterMenuComponent, FilterMenuHostDirective, BooleanFilterMenuComponent, BooleanFilterRadioButtonDirective, FilterCellOperatorsComponent, ContainsFilterOperatorComponent, DoesNotContainFilterOperatorComponent, EndsWithFilterOperatorComponent, EqualFilterOperatorComponent, IsEmptyFilterOperatorComponent, IsNotEmptyFilterOperatorComponent, IsNotNullFilterOperatorComponent, IsNullFilterOperatorComponent, NotEqualFilterOperatorComponent, StartsWithFilterOperatorComponent, GreaterFilterOperatorComponent, GreaterOrEqualToFilterOperatorComponent, LessFilterOperatorComponent, LessOrEqualToFilterOperatorComponent, AfterFilterOperatorComponent, AfterEqFilterOperatorComponent, BeforeEqFilterOperatorComponent, BeforeFilterOperatorComponent, FilterInputDirective, ColumnComponent, ColumnGroupComponent, LogicalCellDirective, LogicalRowDirective, FocusableDirective, ColGroupComponent, ResizableContainerDirective, i2$1.TemplateContextDirective, FieldAccessorPipe, SpanColumnComponent, LoadingComponent, FilterCellOperatorsComponent, CheckboxColumnComponent, RowReorderColumnComponent], exports: [FilterMenuComponent, FilterMenuContainerComponent, FilterMenuInputWrapperComponent, StringFilterMenuInputComponent, StringFilterMenuComponent, FilterMenuTemplateDirective, NumericFilterMenuComponent, NumericFilterMenuInputComponent, DateFilterMenuInputComponent, DateFilterMenuComponent, FilterMenuHostDirective, BooleanFilterMenuComponent, BooleanFilterRadioButtonDirective, FilterCellOperatorsComponent, ContainsFilterOperatorComponent, DoesNotContainFilterOperatorComponent, EndsWithFilterOperatorComponent, EqualFilterOperatorComponent, IsEmptyFilterOperatorComponent, IsNotEmptyFilterOperatorComponent, IsNotNullFilterOperatorComponent, IsNullFilterOperatorComponent, NotEqualFilterOperatorComponent, StartsWithFilterOperatorComponent, GreaterFilterOperatorComponent, GreaterOrEqualToFilterOperatorComponent, LessFilterOperatorComponent, LessOrEqualToFilterOperatorComponent, AfterFilterOperatorComponent, AfterEqFilterOperatorComponent, BeforeEqFilterOperatorComponent, BeforeFilterOperatorComponent, FilterInputDirective, ColumnComponent, ColumnGroupComponent, LogicalCellDirective, LogicalRowDirective, FocusableDirective, ColGroupComponent, ResizableContainerDirective, i2$1.TemplateContextDirective, FieldAccessorPipe, SpanColumnComponent, LoadingComponent, FilterCellOperatorsComponent, CheckboxColumnComponent, RowReorderColumnComponent] });
22821
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: FilterMenuModule, imports: [FilterMenuComponent, FilterMenuContainerComponent, FilterMenuInputWrapperComponent, StringFilterMenuInputComponent, StringFilterMenuComponent, NumericFilterMenuComponent, NumericFilterMenuInputComponent, DateFilterMenuInputComponent, DateFilterMenuComponent, FilterCellOperatorsComponent, FilterCellOperatorsComponent] });
21539
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: FilterMenuModule, imports: [FilterMenuComponent, FilterMenuContainerComponent, FilterMenuInputWrapperComponent, StringFilterMenuInputComponent, StringFilterMenuComponent, FilterMenuTemplateDirective, NumericFilterMenuComponent, NumericFilterMenuInputComponent, DateFilterMenuInputComponent, DateFilterMenuComponent, FilterMenuHostDirective, BooleanFilterMenuComponent, BooleanFilterRadioButtonDirective, FilterCellOperatorsComponent, ContainsFilterOperatorComponent, DoesNotContainFilterOperatorComponent, EndsWithFilterOperatorComponent, EqualFilterOperatorComponent, IsEmptyFilterOperatorComponent, IsNotEmptyFilterOperatorComponent, IsNotNullFilterOperatorComponent, IsNullFilterOperatorComponent, NotEqualFilterOperatorComponent, StartsWithFilterOperatorComponent, GreaterFilterOperatorComponent, GreaterOrEqualToFilterOperatorComponent, LessFilterOperatorComponent, LessOrEqualToFilterOperatorComponent, AfterFilterOperatorComponent, AfterEqFilterOperatorComponent, BeforeEqFilterOperatorComponent, BeforeFilterOperatorComponent, FilterInputDirective, ColumnComponent, ColumnGroupComponent, LogicalCellDirective, LogicalRowDirective, FocusableDirective, ColGroupComponent, ResizableContainerDirective, i1$4.TemplateContextDirective, FieldAccessorPipe, SpanColumnComponent, LoadingComponent, FilterCellOperatorsComponent, CheckboxColumnComponent, RowReorderColumnComponent, i47.CustomMessagesComponent, i47.PagerFocusableDirective, i47.PagerInfoComponent, i47.PagerInputComponent, i47.PagerNextButtonsComponent, i47.PagerNumericButtonsComponent, i47.PagerPageSizesComponent, i47.PagerPrevButtonsComponent, i47.PagerTemplateDirective, i47.PagerComponent, i47.PagerSpacerComponent], exports: [FilterMenuComponent, FilterMenuContainerComponent, FilterMenuInputWrapperComponent, StringFilterMenuInputComponent, StringFilterMenuComponent, FilterMenuTemplateDirective, NumericFilterMenuComponent, NumericFilterMenuInputComponent, DateFilterMenuInputComponent, DateFilterMenuComponent, FilterMenuHostDirective, BooleanFilterMenuComponent, BooleanFilterRadioButtonDirective, FilterCellOperatorsComponent, ContainsFilterOperatorComponent, DoesNotContainFilterOperatorComponent, EndsWithFilterOperatorComponent, EqualFilterOperatorComponent, IsEmptyFilterOperatorComponent, IsNotEmptyFilterOperatorComponent, IsNotNullFilterOperatorComponent, IsNullFilterOperatorComponent, NotEqualFilterOperatorComponent, StartsWithFilterOperatorComponent, GreaterFilterOperatorComponent, GreaterOrEqualToFilterOperatorComponent, LessFilterOperatorComponent, LessOrEqualToFilterOperatorComponent, AfterFilterOperatorComponent, AfterEqFilterOperatorComponent, BeforeEqFilterOperatorComponent, BeforeFilterOperatorComponent, FilterInputDirective, ColumnComponent, ColumnGroupComponent, LogicalCellDirective, LogicalRowDirective, FocusableDirective, ColGroupComponent, ResizableContainerDirective, i1$4.TemplateContextDirective, FieldAccessorPipe, SpanColumnComponent, LoadingComponent, FilterCellOperatorsComponent, CheckboxColumnComponent, RowReorderColumnComponent, i47.CustomMessagesComponent, i47.PagerFocusableDirective, i47.PagerInfoComponent, i47.PagerInputComponent, i47.PagerNextButtonsComponent, i47.PagerNumericButtonsComponent, i47.PagerPageSizesComponent, i47.PagerPrevButtonsComponent, i47.PagerTemplateDirective, i47.PagerComponent, i47.PagerSpacerComponent] });
21540
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: FilterMenuModule, imports: [FilterMenuComponent, FilterMenuContainerComponent, FilterMenuInputWrapperComponent, StringFilterMenuInputComponent, StringFilterMenuComponent, NumericFilterMenuComponent, NumericFilterMenuInputComponent, DateFilterMenuInputComponent, DateFilterMenuComponent, FilterCellOperatorsComponent, FilterCellOperatorsComponent, i47.CustomMessagesComponent, i47.PagerInfoComponent, i47.PagerInputComponent, i47.PagerNextButtonsComponent, i47.PagerNumericButtonsComponent, i47.PagerPageSizesComponent, i47.PagerPrevButtonsComponent, i47.PagerComponent, i47.PagerSpacerComponent] });
22822
21541
  }
22823
21542
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: FilterMenuModule, decorators: [{
22824
21543
  type: NgModule,
@@ -22835,8 +21554,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
22835
21554
  */
22836
21555
  class BodyModule {
22837
21556
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: BodyModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
22838
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: BodyModule, imports: [CommandColumnComponent, CellTemplateDirective, CellComponent, NoRecordsTemplateDirective, EditTemplateDirective, EditCommandDirective, CancelCommandDirective, SaveCommandDirective, RemoveCommandDirective, AddCommandDirective, AddCommandToolbarDirective, FooterTemplateDirective, i1$4.NumericTextBoxComponent, i1$4.NumericTextBoxCustomMessagesComponent, i2$1.PrefixTemplateDirective, i2$1.SuffixTemplateDirective, i2$1.SeparatorComponent, i15.DatePickerCustomMessagesComponent, i15.DatePickerComponent, i15.CellTemplateDirective, i15.CenturyCellTemplateDirective, i15.DecadeCellTemplateDirective, i15.FooterTemplateDirective, i15.HeaderTemplateDirective, i15.HeaderTitleTemplateDirective, i15.MonthCellTemplateDirective, i15.NavigationItemTemplateDirective, i15.WeekNumberCellTemplateDirective, i15.YearCellTemplateDirective, i15.NavigationItemTemplateDirective], exports: [CommandColumnComponent, CellTemplateDirective, CellComponent, NoRecordsTemplateDirective, EditTemplateDirective, EditCommandDirective, CancelCommandDirective, SaveCommandDirective, RemoveCommandDirective, AddCommandDirective, AddCommandToolbarDirective, FooterTemplateDirective] });
22839
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: BodyModule, imports: [CellComponent, EditCommandDirective, CancelCommandDirective, SaveCommandDirective, RemoveCommandDirective, AddCommandDirective, i1$4.NumericTextBoxComponent, i1$4.NumericTextBoxCustomMessagesComponent, i2$1.SeparatorComponent, i15.DatePickerCustomMessagesComponent, i15.DatePickerComponent] });
21557
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: BodyModule, imports: [CommandColumnComponent, CellTemplateDirective, CellComponent, NoRecordsTemplateDirective, EditTemplateDirective, EditCommandDirective, CancelCommandDirective, SaveCommandDirective, RemoveCommandDirective, AddCommandDirective, AddCommandToolbarDirective, FooterTemplateDirective, i13.NumericTextBoxComponent, i13.NumericTextBoxCustomMessagesComponent, i1$4.PrefixTemplateDirective, i1$4.SuffixTemplateDirective, i1$4.SeparatorComponent, i15.DatePickerCustomMessagesComponent, i15.DatePickerComponent, i15.CellTemplateDirective, i15.CenturyCellTemplateDirective, i15.DecadeCellTemplateDirective, i15.FooterTemplateDirective, i15.HeaderTemplateDirective, i15.HeaderTitleTemplateDirective, i15.MonthCellTemplateDirective, i15.NavigationItemTemplateDirective, i15.WeekNumberCellTemplateDirective, i15.YearCellTemplateDirective, i15.NavigationItemTemplateDirective], exports: [CommandColumnComponent, CellTemplateDirective, CellComponent, NoRecordsTemplateDirective, EditTemplateDirective, EditCommandDirective, CancelCommandDirective, SaveCommandDirective, RemoveCommandDirective, AddCommandDirective, AddCommandToolbarDirective, FooterTemplateDirective] });
21558
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: BodyModule, imports: [CellComponent, EditCommandDirective, CancelCommandDirective, SaveCommandDirective, RemoveCommandDirective, AddCommandDirective, i13.NumericTextBoxComponent, i13.NumericTextBoxCustomMessagesComponent, i1$4.SeparatorComponent, i15.DatePickerCustomMessagesComponent, i15.DatePickerComponent] });
22840
21559
  }
22841
21560
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: BodyModule, decorators: [{
22842
21561
  type: NgModule,
@@ -22853,8 +21572,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
22853
21572
  */
22854
21573
  class HeaderModule {
22855
21574
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: HeaderModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
22856
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: HeaderModule, imports: [HeaderComponent, HeaderTemplateDirective, ColumnHandleDirective, FilterRowComponent, FilterCellComponent, FilterCellTemplateDirective, StringFilterCellComponent, NumericFilterCellComponent, AutoCompleteFilterCellComponent, BooleanFilterCellComponent, FilterCellHostDirective, FilterCellWrapperComponent, DateFilterCellComponent, FilterCellOperatorsComponent, ContainsFilterOperatorComponent, DoesNotContainFilterOperatorComponent, EndsWithFilterOperatorComponent, EqualFilterOperatorComponent, IsEmptyFilterOperatorComponent, IsNotEmptyFilterOperatorComponent, IsNotNullFilterOperatorComponent, IsNullFilterOperatorComponent, NotEqualFilterOperatorComponent, StartsWithFilterOperatorComponent, GreaterFilterOperatorComponent, GreaterOrEqualToFilterOperatorComponent, LessFilterOperatorComponent, LessOrEqualToFilterOperatorComponent, AfterFilterOperatorComponent, AfterEqFilterOperatorComponent, BeforeEqFilterOperatorComponent, BeforeFilterOperatorComponent, FilterInputDirective, ColumnComponent, ColumnGroupComponent, LogicalCellDirective, LogicalRowDirective, FocusableDirective, ColGroupComponent, ResizableContainerDirective, i2$1.TemplateContextDirective, FieldAccessorPipe, SpanColumnComponent, LoadingComponent, FilterCellOperatorsComponent, CheckboxColumnComponent, RowReorderColumnComponent, FilterMenuComponent, FilterMenuContainerComponent, FilterMenuInputWrapperComponent, StringFilterMenuInputComponent, StringFilterMenuComponent, FilterMenuTemplateDirective, NumericFilterMenuComponent, NumericFilterMenuInputComponent, DateFilterMenuInputComponent, DateFilterMenuComponent, FilterMenuHostDirective, BooleanFilterMenuComponent, BooleanFilterRadioButtonDirective, ColumnComponent, ColumnGroupComponent, LogicalCellDirective, LogicalRowDirective, FocusableDirective, ColGroupComponent, ResizableContainerDirective, i2$1.TemplateContextDirective, FieldAccessorPipe, SpanColumnComponent, LoadingComponent, FilterCellOperatorsComponent, CheckboxColumnComponent, RowReorderColumnComponent, ColumnChooserComponent, ColumnMenuChooserComponent, ColumnMenuFilterComponent, ColumnMenuItemComponent, ColumnMenuItemContentTemplateDirective, ColumnMenuSortComponent, ColumnMenuComponent, ColumnMenuLockComponent, ColumnMenuTemplateDirective, DraggableColumnDirective, DropTargetDirective], exports: [HeaderComponent, HeaderTemplateDirective, ColumnHandleDirective] });
22857
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: HeaderModule, imports: [HeaderComponent, StringFilterCellComponent, NumericFilterCellComponent, AutoCompleteFilterCellComponent, BooleanFilterCellComponent, FilterCellWrapperComponent, DateFilterCellComponent, FilterCellOperatorsComponent, FilterCellOperatorsComponent, FilterMenuComponent, FilterMenuContainerComponent, FilterMenuInputWrapperComponent, StringFilterMenuInputComponent, StringFilterMenuComponent, NumericFilterMenuComponent, NumericFilterMenuInputComponent, DateFilterMenuInputComponent, DateFilterMenuComponent, FilterCellOperatorsComponent, ColumnChooserComponent, ColumnMenuChooserComponent, ColumnMenuFilterComponent, ColumnMenuItemComponent, ColumnMenuSortComponent, ColumnMenuComponent, ColumnMenuLockComponent] });
21575
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: HeaderModule, imports: [HeaderComponent, HeaderTemplateDirective, ColumnHandleDirective, FilterRowComponent, FilterCellComponent, FilterCellTemplateDirective, StringFilterCellComponent, NumericFilterCellComponent, AutoCompleteFilterCellComponent, BooleanFilterCellComponent, FilterCellHostDirective, FilterCellWrapperComponent, DateFilterCellComponent, FilterCellOperatorsComponent, ContainsFilterOperatorComponent, DoesNotContainFilterOperatorComponent, EndsWithFilterOperatorComponent, EqualFilterOperatorComponent, IsEmptyFilterOperatorComponent, IsNotEmptyFilterOperatorComponent, IsNotNullFilterOperatorComponent, IsNullFilterOperatorComponent, NotEqualFilterOperatorComponent, StartsWithFilterOperatorComponent, GreaterFilterOperatorComponent, GreaterOrEqualToFilterOperatorComponent, LessFilterOperatorComponent, LessOrEqualToFilterOperatorComponent, AfterFilterOperatorComponent, AfterEqFilterOperatorComponent, BeforeEqFilterOperatorComponent, BeforeFilterOperatorComponent, FilterInputDirective, ColumnComponent, ColumnGroupComponent, LogicalCellDirective, LogicalRowDirective, FocusableDirective, ColGroupComponent, ResizableContainerDirective, i1$4.TemplateContextDirective, FieldAccessorPipe, SpanColumnComponent, LoadingComponent, FilterCellOperatorsComponent, CheckboxColumnComponent, RowReorderColumnComponent, i47.CustomMessagesComponent, i47.PagerFocusableDirective, i47.PagerInfoComponent, i47.PagerInputComponent, i47.PagerNextButtonsComponent, i47.PagerNumericButtonsComponent, i47.PagerPageSizesComponent, i47.PagerPrevButtonsComponent, i47.PagerTemplateDirective, i47.PagerComponent, i47.PagerSpacerComponent, FilterMenuComponent, FilterMenuContainerComponent, FilterMenuInputWrapperComponent, StringFilterMenuInputComponent, StringFilterMenuComponent, FilterMenuTemplateDirective, NumericFilterMenuComponent, NumericFilterMenuInputComponent, DateFilterMenuInputComponent, DateFilterMenuComponent, FilterMenuHostDirective, BooleanFilterMenuComponent, BooleanFilterRadioButtonDirective, ColumnComponent, ColumnGroupComponent, LogicalCellDirective, LogicalRowDirective, FocusableDirective, ColGroupComponent, ResizableContainerDirective, i1$4.TemplateContextDirective, FieldAccessorPipe, SpanColumnComponent, LoadingComponent, FilterCellOperatorsComponent, CheckboxColumnComponent, RowReorderColumnComponent, i47.CustomMessagesComponent, i47.PagerFocusableDirective, i47.PagerInfoComponent, i47.PagerInputComponent, i47.PagerNextButtonsComponent, i47.PagerNumericButtonsComponent, i47.PagerPageSizesComponent, i47.PagerPrevButtonsComponent, i47.PagerTemplateDirective, i47.PagerComponent, i47.PagerSpacerComponent, ColumnChooserComponent, ColumnMenuChooserComponent, ColumnMenuFilterComponent, ColumnMenuItemComponent, ColumnMenuItemContentTemplateDirective, ColumnMenuSortComponent, ColumnMenuComponent, ColumnMenuLockComponent, ColumnMenuTemplateDirective, DraggableColumnDirective, DropTargetDirective], exports: [HeaderComponent, HeaderTemplateDirective, ColumnHandleDirective] });
21576
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: HeaderModule, imports: [HeaderComponent, StringFilterCellComponent, NumericFilterCellComponent, AutoCompleteFilterCellComponent, BooleanFilterCellComponent, FilterCellWrapperComponent, DateFilterCellComponent, FilterCellOperatorsComponent, FilterCellOperatorsComponent, i47.CustomMessagesComponent, i47.PagerInfoComponent, i47.PagerInputComponent, i47.PagerNextButtonsComponent, i47.PagerNumericButtonsComponent, i47.PagerPageSizesComponent, i47.PagerPrevButtonsComponent, i47.PagerComponent, i47.PagerSpacerComponent, FilterMenuComponent, FilterMenuContainerComponent, FilterMenuInputWrapperComponent, StringFilterMenuInputComponent, StringFilterMenuComponent, NumericFilterMenuComponent, NumericFilterMenuInputComponent, DateFilterMenuInputComponent, DateFilterMenuComponent, FilterCellOperatorsComponent, i47.CustomMessagesComponent, i47.PagerInfoComponent, i47.PagerInputComponent, i47.PagerNextButtonsComponent, i47.PagerNumericButtonsComponent, i47.PagerPageSizesComponent, i47.PagerPrevButtonsComponent, i47.PagerComponent, i47.PagerSpacerComponent, ColumnChooserComponent, ColumnMenuChooserComponent, ColumnMenuFilterComponent, ColumnMenuItemComponent, ColumnMenuSortComponent, ColumnMenuComponent, ColumnMenuLockComponent] });
22858
21577
  }
22859
21578
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: HeaderModule, decorators: [{
22860
21579
  type: NgModule,
@@ -22864,25 +21583,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
22864
21583
  }]
22865
21584
  }] });
22866
21585
 
22867
- // IMPORTANT: NgModule export kept for backwards compatibility
22868
- /**
22869
- * @hidden
22870
- * @deprecated
22871
- */
22872
- class PagerModule {
22873
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PagerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
22874
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: PagerModule, imports: [i1$4.TextBoxDirective, i1$4.TextBoxComponent, i1$4.InputSeparatorComponent, i1$4.TextBoxSuffixTemplateDirective, i1$4.TextBoxPrefixTemplateDirective, i1$4.TextBoxCustomMessagesComponent, i2$1.PrefixTemplateDirective, i2$1.SuffixTemplateDirective, i2$1.SeparatorComponent, i1$4.NumericTextBoxComponent, i1$4.NumericTextBoxCustomMessagesComponent, i2$1.PrefixTemplateDirective, i2$1.SuffixTemplateDirective, i2$1.SeparatorComponent, i1$4.MaskedTextBoxComponent, i2$1.PrefixTemplateDirective, i2$1.SuffixTemplateDirective, i2$1.SeparatorComponent, i1$4.TextAreaComponent, i1$4.TextAreaDirective, i1$4.TextAreaPrefixComponent, i1$4.TextAreaSuffixComponent, i2$1.SeparatorComponent, i1$4.CheckBoxComponent, i1$4.CheckBoxDirective, i1$4.RadioButtonComponent, i1$4.RadioButtonDirective, i1$4.SwitchComponent, i1$4.SwitchCustomMessagesComponent, i1$4.FormFieldComponent, i1$4.HintComponent, i1$4.ErrorComponent, i1$4.SliderComponent, i1$4.SliderCustomMessagesComponent, i1$4.LabelTemplateDirective, i1$4.RangeSliderComponent, i1$4.RangeSliderCustomMessagesComponent, i1$4.LabelTemplateDirective, i1$4.RatingComponent, i1$4.RatingItemTemplateDirective, i1$4.RatingHoveredItemTemplateDirective, i1$4.RatingSelectedItemTemplateDirective, i1$4.SignatureComponent, i1$4.SignatureCustomMessagesComponent, i1$4.ColorPickerComponent, i1$4.ColorPickerCustomMessagesComponent, i1$4.FlatColorPickerComponent, i1$4.ColorPickerCustomMessagesComponent, i1$4.ColorGradientComponent, i1$4.ColorPickerCustomMessagesComponent, i1$4.ColorPaletteComponent, i1$4.ColorPickerCustomMessagesComponent, i3$1.LabelDirective, i3$1.LabelComponent, i3$1.CustomMessagesComponent, i4.ButtonComponent, i5.AutoCompleteComponent, i5.FixedGroupTemplateDirective, i5.FooterTemplateDirective, i5.GroupTemplateDirective, i5.HeaderTemplateDirective, i5.ItemTemplateDirective, i5.NoDataTemplateDirective, i5.FilterDirective, i5.CustomMessagesComponent, i2$1.SuffixTemplateDirective, i2$1.PrefixTemplateDirective, i2$1.SeparatorComponent, i5.ComboBoxComponent, i5.FixedGroupTemplateDirective, i5.FooterTemplateDirective, i5.GroupTemplateDirective, i5.HeaderTemplateDirective, i5.ItemTemplateDirective, i5.NoDataTemplateDirective, i5.FilterDirective, i5.CustomMessagesComponent, i2$1.SuffixTemplateDirective, i2$1.PrefixTemplateDirective, i2$1.SeparatorComponent, i5.MultiColumnComboBoxComponent, i5.ComboBoxColumnComponent, i5.ColumnHeaderTemplateDirective, i5.ColumnCellTemplateDirective, i5.FixedGroupTemplateDirective, i5.FooterTemplateDirective, i5.GroupTemplateDirective, i5.HeaderTemplateDirective, i5.ItemTemplateDirective, i5.NoDataTemplateDirective, i5.FilterDirective, i5.CustomMessagesComponent, i2$1.SuffixTemplateDirective, i2$1.PrefixTemplateDirective, i2$1.SeparatorComponent, i5.DropDownListComponent, i5.FixedGroupTemplateDirective, i5.FooterTemplateDirective, i5.GroupTemplateDirective, i5.HeaderTemplateDirective, i5.ItemTemplateDirective, i5.ValueTemplateDirective, i5.NoDataTemplateDirective, i5.FilterDirective, i5.CustomMessagesComponent, i5.MultiSelectComponent, i5.SummaryTagDirective, i5.CustomItemTemplateDirective, i5.FixedGroupTemplateDirective, i5.FooterTemplateDirective, i5.GroupTemplateDirective, i5.GroupTagTemplateDirective, i5.TagTemplateDirective, i5.HeaderTemplateDirective, i5.ItemTemplateDirective, i5.NoDataTemplateDirective, i5.FilterDirective, i5.CustomMessagesComponent, i2$1.SuffixTemplateDirective, i2$1.PrefixTemplateDirective, i2$1.SeparatorComponent, i5.DropDownTreeComponent, i5.DropDownTreeFlatBindingDirective, i5.DropDownTreeHierarchyBindingDirective, i5.DropDownTreesExpandDirective, i5.NodeTemplateDirective, i5.HeaderTemplateDirective, i5.FooterTemplateDirective, i5.ValueTemplateDirective, i5.NoDataTemplateDirective, i5.CustomMessagesComponent, i5.MultiSelectTreeComponent, i5.MultiSelectTreeFlatBindingDirective, i5.MultiSelectTreeHierarchyBindingDirective, i5.DropDownTreesExpandDirective, i5.NodeTemplateDirective, i5.MultiSelectTreeSummaryTagDirective, i5.GroupTagTemplateDirective, i5.TagTemplateDirective, i5.HeaderTemplateDirective, i5.FooterTemplateDirective, i5.ValueTemplateDirective, i5.NoDataTemplateDirective, i5.CustomMessagesComponent, PagerComponent, PagerPrevButtonsComponent, PagerNextButtonsComponent, PagerNumericButtonsComponent, PagerInputComponent, PagerInfoComponent, PagerPageSizesComponent, PagerTemplateDirective], exports: [PagerComponent, PagerPrevButtonsComponent, PagerNextButtonsComponent, PagerNumericButtonsComponent, PagerInputComponent, PagerInfoComponent, PagerPageSizesComponent, PagerTemplateDirective] });
22875
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PagerModule, providers: [ResizeBatchService], imports: [i1$4.TextBoxComponent, i1$4.InputSeparatorComponent, i1$4.TextBoxCustomMessagesComponent, i2$1.SeparatorComponent, i1$4.NumericTextBoxComponent, i1$4.NumericTextBoxCustomMessagesComponent, i2$1.SeparatorComponent, i1$4.MaskedTextBoxComponent, i2$1.SeparatorComponent, i1$4.TextAreaComponent, i1$4.TextAreaPrefixComponent, i1$4.TextAreaSuffixComponent, i2$1.SeparatorComponent, i1$4.CheckBoxComponent, i1$4.RadioButtonComponent, i1$4.SwitchComponent, i1$4.SwitchCustomMessagesComponent, i1$4.FormFieldComponent, i1$4.HintComponent, i1$4.ErrorComponent, i1$4.SliderComponent, i1$4.SliderCustomMessagesComponent, i1$4.RangeSliderComponent, i1$4.RangeSliderCustomMessagesComponent, i1$4.RatingComponent, i1$4.SignatureComponent, i1$4.SignatureCustomMessagesComponent, i1$4.ColorPickerComponent, i1$4.ColorPickerCustomMessagesComponent, i1$4.FlatColorPickerComponent, i1$4.ColorPickerCustomMessagesComponent, i1$4.ColorGradientComponent, i1$4.ColorPickerCustomMessagesComponent, i1$4.ColorPaletteComponent, i1$4.ColorPickerCustomMessagesComponent, i3$1.LabelComponent, i3$1.CustomMessagesComponent, KENDO_BUTTON, i5.AutoCompleteComponent, i5.CustomMessagesComponent, i2$1.SeparatorComponent, i5.ComboBoxComponent, i5.CustomMessagesComponent, i2$1.SeparatorComponent, i5.MultiColumnComboBoxComponent, i5.ComboBoxColumnComponent, i5.CustomMessagesComponent, i2$1.SeparatorComponent, i5.DropDownListComponent, i5.CustomMessagesComponent, i5.MultiSelectComponent, i5.CustomMessagesComponent, i2$1.SeparatorComponent, i5.DropDownTreeComponent, i5.CustomMessagesComponent, i5.MultiSelectTreeComponent, i5.CustomMessagesComponent, PagerComponent, PagerPrevButtonsComponent, PagerNextButtonsComponent, PagerNumericButtonsComponent, PagerInputComponent, PagerPageSizesComponent] });
22876
- }
22877
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: PagerModule, decorators: [{
22878
- type: NgModule,
22879
- args: [{
22880
- exports: [...PAGER_EXPORTS],
22881
- imports: [...KENDO_INPUTS, ...KENDO_LABEL, ...KENDO_BUTTON, ...KENDO_DROPDOWNS, ...PAGER_EXPORTS],
22882
- providers: [ResizeBatchService]
22883
- }]
22884
- }] });
22885
-
22886
21586
  // IMPORTANT: NgModule export kept for backwards compatibility
22887
21587
  /**
22888
21588
  * Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
@@ -22959,7 +21659,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
22959
21659
  */
22960
21660
  class SharedFilterModule {
22961
21661
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SharedFilterModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
22962
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: SharedFilterModule, imports: [FilterCellOperatorsComponent, ContainsFilterOperatorComponent, DoesNotContainFilterOperatorComponent, EndsWithFilterOperatorComponent, EqualFilterOperatorComponent, IsEmptyFilterOperatorComponent, IsNotEmptyFilterOperatorComponent, IsNotNullFilterOperatorComponent, IsNullFilterOperatorComponent, NotEqualFilterOperatorComponent, StartsWithFilterOperatorComponent, GreaterFilterOperatorComponent, GreaterOrEqualToFilterOperatorComponent, LessFilterOperatorComponent, LessOrEqualToFilterOperatorComponent, AfterFilterOperatorComponent, AfterEqFilterOperatorComponent, BeforeEqFilterOperatorComponent, BeforeFilterOperatorComponent, FilterInputDirective, ColumnComponent, ColumnGroupComponent, LogicalCellDirective, LogicalRowDirective, FocusableDirective, ColGroupComponent, ResizableContainerDirective, i2$1.TemplateContextDirective, FieldAccessorPipe, SpanColumnComponent, LoadingComponent, FilterCellOperatorsComponent, CheckboxColumnComponent, RowReorderColumnComponent], exports: [FilterCellOperatorsComponent, ContainsFilterOperatorComponent, DoesNotContainFilterOperatorComponent, EndsWithFilterOperatorComponent, EqualFilterOperatorComponent, IsEmptyFilterOperatorComponent, IsNotEmptyFilterOperatorComponent, IsNotNullFilterOperatorComponent, IsNullFilterOperatorComponent, NotEqualFilterOperatorComponent, StartsWithFilterOperatorComponent, GreaterFilterOperatorComponent, GreaterOrEqualToFilterOperatorComponent, LessFilterOperatorComponent, LessOrEqualToFilterOperatorComponent, AfterFilterOperatorComponent, AfterEqFilterOperatorComponent, BeforeEqFilterOperatorComponent, BeforeFilterOperatorComponent, FilterInputDirective, ColumnComponent, ColumnGroupComponent, LogicalCellDirective, LogicalRowDirective, FocusableDirective, ColGroupComponent, ResizableContainerDirective, i2$1.TemplateContextDirective, FieldAccessorPipe, SpanColumnComponent, LoadingComponent, FilterCellOperatorsComponent, CheckboxColumnComponent, RowReorderColumnComponent, DropDownListModule, AutoCompleteModule, InputsModule, DatePickerModule, PopupModule, ButtonModule] });
21662
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: SharedFilterModule, imports: [FilterCellOperatorsComponent, ContainsFilterOperatorComponent, DoesNotContainFilterOperatorComponent, EndsWithFilterOperatorComponent, EqualFilterOperatorComponent, IsEmptyFilterOperatorComponent, IsNotEmptyFilterOperatorComponent, IsNotNullFilterOperatorComponent, IsNullFilterOperatorComponent, NotEqualFilterOperatorComponent, StartsWithFilterOperatorComponent, GreaterFilterOperatorComponent, GreaterOrEqualToFilterOperatorComponent, LessFilterOperatorComponent, LessOrEqualToFilterOperatorComponent, AfterFilterOperatorComponent, AfterEqFilterOperatorComponent, BeforeEqFilterOperatorComponent, BeforeFilterOperatorComponent, FilterInputDirective, ColumnComponent, ColumnGroupComponent, LogicalCellDirective, LogicalRowDirective, FocusableDirective, ColGroupComponent, ResizableContainerDirective, i1$4.TemplateContextDirective, FieldAccessorPipe, SpanColumnComponent, LoadingComponent, FilterCellOperatorsComponent, CheckboxColumnComponent, RowReorderColumnComponent, i47.CustomMessagesComponent, i47.PagerFocusableDirective, i47.PagerInfoComponent, i47.PagerInputComponent, i47.PagerNextButtonsComponent, i47.PagerNumericButtonsComponent, i47.PagerPageSizesComponent, i47.PagerPrevButtonsComponent, i47.PagerTemplateDirective, i47.PagerComponent, i47.PagerSpacerComponent], exports: [FilterCellOperatorsComponent, ContainsFilterOperatorComponent, DoesNotContainFilterOperatorComponent, EndsWithFilterOperatorComponent, EqualFilterOperatorComponent, IsEmptyFilterOperatorComponent, IsNotEmptyFilterOperatorComponent, IsNotNullFilterOperatorComponent, IsNullFilterOperatorComponent, NotEqualFilterOperatorComponent, StartsWithFilterOperatorComponent, GreaterFilterOperatorComponent, GreaterOrEqualToFilterOperatorComponent, LessFilterOperatorComponent, LessOrEqualToFilterOperatorComponent, AfterFilterOperatorComponent, AfterEqFilterOperatorComponent, BeforeEqFilterOperatorComponent, BeforeFilterOperatorComponent, FilterInputDirective, ColumnComponent, ColumnGroupComponent, LogicalCellDirective, LogicalRowDirective, FocusableDirective, ColGroupComponent, ResizableContainerDirective, i1$4.TemplateContextDirective, FieldAccessorPipe, SpanColumnComponent, LoadingComponent, FilterCellOperatorsComponent, CheckboxColumnComponent, RowReorderColumnComponent, i47.CustomMessagesComponent, i47.PagerFocusableDirective, i47.PagerInfoComponent, i47.PagerInputComponent, i47.PagerNextButtonsComponent, i47.PagerNumericButtonsComponent, i47.PagerPageSizesComponent, i47.PagerPrevButtonsComponent, i47.PagerTemplateDirective, i47.PagerComponent, i47.PagerSpacerComponent, DropDownListModule, AutoCompleteModule, InputsModule, DatePickerModule, PopupModule, ButtonModule] });
22963
21663
  static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SharedFilterModule, providers: [
22964
21664
  PopupService,
22965
21665
  ResizeBatchService,
@@ -22974,7 +21674,7 @@ class SharedFilterModule {
22974
21674
  MonthViewService,
22975
21675
  YearViewService,
22976
21676
  NavigationService$1
22977
- ], imports: [FilterCellOperatorsComponent, FilterCellOperatorsComponent, DropDownListModule, AutoCompleteModule, InputsModule, DatePickerModule, PopupModule, ButtonModule] });
21677
+ ], imports: [FilterCellOperatorsComponent, FilterCellOperatorsComponent, i47.CustomMessagesComponent, i47.PagerInfoComponent, i47.PagerInputComponent, i47.PagerNextButtonsComponent, i47.PagerNumericButtonsComponent, i47.PagerPageSizesComponent, i47.PagerPrevButtonsComponent, i47.PagerComponent, i47.PagerSpacerComponent, DropDownListModule, AutoCompleteModule, InputsModule, DatePickerModule, PopupModule, ButtonModule] });
22978
21678
  }
22979
21679
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SharedFilterModule, decorators: [{
22980
21680
  type: NgModule,
@@ -23003,5 +21703,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
23003
21703
  * Generated bundle index. Do not edit.
23004
21704
  */
23005
21705
 
23006
- export { AddCommandDirective, AddCommandToolbarDirective, AfterEqFilterOperatorComponent, AfterFilterOperatorComponent, AutoCompleteFilterCellComponent, BODY_EXPORTS, BaseCommandDirective, BaseFilterCellComponent, BeforeEqFilterOperatorComponent, BeforeFilterOperatorComponent, BodyModule, BooleanFilterCellComponent, BooleanFilterComponent, BooleanFilterMenuComponent, BooleanFilterRadioButtonDirective, COLUMN_MENU_EXPORTS, CancelCommandDirective, CellCloseEvent, CellComponent, CellTemplateDirective, CheckboxColumnComponent, ColGroupComponent, ColumnBase, ColumnChooserComponent, ColumnComponent, ColumnGroupComponent, ColumnHandleDirective, ColumnInfoService, ColumnMenuChooserComponent, ColumnMenuComponent, ColumnMenuFilterComponent, ColumnMenuItemComponent, ColumnMenuItemContentTemplateDirective, ColumnMenuLockComponent, ColumnMenuService, ColumnMenuSortComponent, ColumnMenuTemplateDirective, ColumnReorderEvent, ColumnResizingService, ColumnVisibilityChangeEvent, ColumnsContainer, CommandColumnComponent, ContainsFilterOperatorComponent, CustomMessagesComponent, DataBoundTreeComponent, DateFilterCellComponent, DateFilterComponent, DateFilterMenuComponent, DateFilterMenuInputComponent, DoesNotContainFilterOperatorComponent, EXCEL_EXPORTS, EditCommandDirective, EditTemplateDirective, EditingDirectiveBase, EndsWithFilterOperatorComponent, EqualFilterOperatorComponent, ExcelCommandDirective, ExcelCommandToolbarDirective, ExcelComponent, ExcelExportEvent, ExcelModule, ExcelService, ExpandEvent, ExpandableDirective, ExpandableTreeComponent, FILTER_MENU_EXPORTS, FieldAccessorPipe, FilterCellComponent, FilterCellHostDirective, FilterCellOperatorsComponent, FilterCellTemplateDirective, FilterCellWrapperComponent, FilterInputDirective, FilterMenuComponent, FilterMenuContainerComponent, FilterMenuHostDirective, FilterMenuInputWrapperComponent, FilterMenuModule, FilterMenuTemplateDirective, FilterRowComponent, FilterService, FlatBindingDirective, FocusableDirective, FooterTemplateDirective, GreaterFilterOperatorComponent, GreaterOrEqualToFilterOperatorComponent, HEADER_EXPORTS, HeaderComponent, HeaderModule, HeaderTemplateDirective, HierarchyBindingDirective, InCellEditingDirective, IsEmptyFilterOperatorComponent, IsNotEmptyFilterOperatorComponent, IsNotNullFilterOperatorComponent, IsNullFilterOperatorComponent, KENDO_TREELIST, LessFilterOperatorComponent, LessOrEqualToFilterOperatorComponent, LevelItemsPipe, ListComponent, LoadingComponent, LogicalCellDirective, LogicalRowDirective, NoRecordsTemplateDirective, NotEqualFilterOperatorComponent, NumericFilterCellComponent, NumericFilterMenuComponent, NumericFilterMenuInputComponent, PAGER_EXPORTS, PDFCommandDirective, PDFCommandToolbarDirective, PDFComponent, PDFMarginComponent, PDFModule, PDFService, PDFTemplateDirective, PDF_EXPORTS, PagerComponent, PagerInfoComponent, PagerInputComponent, PagerModule, PagerNextButtonsComponent, PagerNumericButtonsComponent, PagerPageSizesComponent, PagerPrevButtonsComponent, PagerTemplateDirective, PopupCloseEvent, ROW_FILTER_EXPORTS, ReactiveEditingDirective, RemoveCommandDirective, ResizableContainerDirective, RowEditingDirectiveBase, RowFilterModule, RowReorderColumnComponent, RowReorderService, SHARED_EXPORTS, SHARED_FILTER_EXPORTS, SaveCommandDirective, SelectableDirective, SelectionChangeEvent, SharedFilterModule, SharedModule, SinglePopupService, Skip, SpanColumnComponent, StartsWithFilterOperatorComponent, StringFilterCellComponent, StringFilterMenuComponent, StringFilterMenuInputComponent, SuspendService, TableBodyComponent, TableDirective, TemplateEditingDirective, ToolbarComponent, ToolbarTemplateDirective, TreeListComponent, TreeListModule, TreeListSpacerComponent, TreeListToolbarFocusableDirective };
21706
+ export { AddCommandDirective, AddCommandToolbarDirective, AfterEqFilterOperatorComponent, AfterFilterOperatorComponent, AutoCompleteFilterCellComponent, BODY_EXPORTS, BaseCommandDirective, BaseFilterCellComponent, BeforeEqFilterOperatorComponent, BeforeFilterOperatorComponent, BodyModule, BooleanFilterCellComponent, BooleanFilterComponent, BooleanFilterMenuComponent, BooleanFilterRadioButtonDirective, COLUMN_MENU_EXPORTS, CancelCommandDirective, CellCloseEvent, CellComponent, CellTemplateDirective, CheckboxColumnComponent, ColGroupComponent, ColumnBase, ColumnChooserComponent, ColumnComponent, ColumnGroupComponent, ColumnHandleDirective, ColumnInfoService, ColumnMenuChooserComponent, ColumnMenuComponent, ColumnMenuFilterComponent, ColumnMenuItemComponent, ColumnMenuItemContentTemplateDirective, ColumnMenuLockComponent, ColumnMenuService, ColumnMenuSortComponent, ColumnMenuTemplateDirective, ColumnReorderEvent, ColumnResizingService, ColumnVisibilityChangeEvent, ColumnsContainer, CommandColumnComponent, ContainsFilterOperatorComponent, CustomMessagesComponent, DataBoundTreeComponent, DateFilterCellComponent, DateFilterComponent, DateFilterMenuComponent, DateFilterMenuInputComponent, DoesNotContainFilterOperatorComponent, EXCEL_EXPORTS, EditCommandDirective, EditTemplateDirective, EditingDirectiveBase, EndsWithFilterOperatorComponent, EqualFilterOperatorComponent, ExcelCommandDirective, ExcelCommandToolbarDirective, ExcelComponent, ExcelExportEvent, ExcelModule, ExcelService, ExpandEvent, ExpandableDirective, ExpandableTreeComponent, FILTER_MENU_EXPORTS, FieldAccessorPipe, FilterCellComponent, FilterCellHostDirective, FilterCellOperatorsComponent, FilterCellTemplateDirective, FilterCellWrapperComponent, FilterInputDirective, FilterMenuComponent, FilterMenuContainerComponent, FilterMenuHostDirective, FilterMenuInputWrapperComponent, FilterMenuModule, FilterMenuTemplateDirective, FilterRowComponent, FilterService, FlatBindingDirective, FocusableDirective, FooterTemplateDirective, GreaterFilterOperatorComponent, GreaterOrEqualToFilterOperatorComponent, HEADER_EXPORTS, HeaderComponent, HeaderModule, HeaderTemplateDirective, HierarchyBindingDirective, InCellEditingDirective, IsEmptyFilterOperatorComponent, IsNotEmptyFilterOperatorComponent, IsNotNullFilterOperatorComponent, IsNullFilterOperatorComponent, KENDO_TREELIST, LessFilterOperatorComponent, LessOrEqualToFilterOperatorComponent, LevelItemsPipe, ListComponent, LoadingComponent, LogicalCellDirective, LogicalRowDirective, NoRecordsTemplateDirective, NotEqualFilterOperatorComponent, NumericFilterCellComponent, NumericFilterMenuComponent, NumericFilterMenuInputComponent, PDFCommandDirective, PDFCommandToolbarDirective, PDFComponent, PDFMarginComponent, PDFModule, PDFService, PDFTemplateDirective, PDF_EXPORTS, PopupCloseEvent, ROW_FILTER_EXPORTS, ReactiveEditingDirective, RemoveCommandDirective, ResizableContainerDirective, RowEditingDirectiveBase, RowFilterModule, RowReorderColumnComponent, RowReorderService, SHARED_EXPORTS, SHARED_FILTER_EXPORTS, SaveCommandDirective, SelectableDirective, SelectionChangeEvent, SharedFilterModule, SharedModule, SinglePopupService, Skip, SpanColumnComponent, StartsWithFilterOperatorComponent, StringFilterCellComponent, StringFilterMenuComponent, StringFilterMenuInputComponent, SuspendService, TableBodyComponent, TableDirective, TemplateEditingDirective, ToolbarComponent, ToolbarTemplateDirective, TreeListComponent, TreeListModule, TreeListSpacerComponent, TreeListToolbarFocusableDirective };
23007
21707