@progress/kendo-angular-treelist 16.6.0-develop.9 → 16.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/directives.d.ts +32 -11
- package/esm2020/directives.mjs +3 -19
- package/esm2020/excel/excel.module.mjs +4 -4
- package/esm2020/filtering/cell/row-filtering.module.mjs +16 -22
- package/esm2020/filtering/menu/filter-menu.module.mjs +16 -22
- package/esm2020/filtering/shared-filtering.module.mjs +22 -25
- package/esm2020/package-metadata.mjs +2 -2
- package/esm2020/pager/pager.module.mjs +2 -2
- package/esm2020/rendering/body.module.mjs +2 -2
- package/esm2020/rendering/cell.component.mjs +2 -4
- package/esm2020/rendering/header/header.module.mjs +37 -43
- package/esm2020/shared.module.mjs +5 -5
- package/esm2020/treelist.module.mjs +74 -80
- package/excel/excel.module.d.ts +1 -1
- package/fesm2015/progress-kendo-angular-treelist.mjs +197 -209
- package/fesm2020/progress-kendo-angular-treelist.mjs +197 -209
- package/filtering/cell/row-filtering.module.d.ts +15 -21
- package/filtering/menu/filter-menu.module.d.ts +15 -21
- package/filtering/shared-filtering.module.d.ts +20 -21
- package/package.json +15 -15
- package/pager/pager.module.d.ts +1 -1
- package/rendering/body.module.d.ts +1 -1
- package/rendering/header/header.module.d.ts +38 -44
- package/schematics/ngAdd/index.js +3 -3
- package/shared.module.d.ts +1 -1
- package/treelist.module.d.ts +73 -79
@@ -4,14 +4,14 @@
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
import * as i0 from '@angular/core';
|
6
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
|
8
|
-
import { isDocumentAvailable, Keys, isPresent as isPresent$1, EventsOutsideAngularDirective, anyChanged, ResizeSensorComponent, isChanged as isChanged$1, KendoInput, guid, DraggableDirective, TemplateContextDirective, hasObservers,
|
9
|
-
import * as
|
10
|
-
import { IconWrapperComponent,
|
11
|
-
import * as
|
12
|
-
import { DatePickerComponent,
|
13
|
-
import * as
|
14
|
-
import {
|
7
|
+
import * as i2$1 from '@progress/kendo-angular-common';
|
8
|
+
import { isDocumentAvailable, Keys, isPresent as isPresent$1, EventsOutsideAngularDirective, anyChanged, ResizeSensorComponent, isChanged as isChanged$1, KendoInput, guid, DraggableDirective, TemplateContextDirective, hasObservers, ResizeBatchService, DraggableModule } from '@progress/kendo-angular-common';
|
9
|
+
import * as i2 from '@progress/kendo-angular-icons';
|
10
|
+
import { IconWrapperComponent, IconsService, IconsModule, KENDO_ICONS } from '@progress/kendo-angular-icons';
|
11
|
+
import * as i14 from '@progress/kendo-angular-dateinputs';
|
12
|
+
import { DatePickerComponent, CalendarDOMService, CenturyViewService, DecadeViewService, MonthViewService, YearViewService, WeekNamesService, NavigationService as NavigationService$1, KENDO_DATEPICKER, DatePickerModule } from '@progress/kendo-angular-dateinputs';
|
13
|
+
import * as i1 from '@progress/kendo-angular-popup';
|
14
|
+
import { PopupService, PopupModule } from '@progress/kendo-angular-popup';
|
15
15
|
import { DialogContainerService, DialogService, WindowService, WindowContainerService } from '@progress/kendo-angular-dialog';
|
16
16
|
import { NgIf, NgFor, NgClass, NgTemplateOutlet, NgSwitch, NgSwitchCase, NgSwitchDefault, NgStyle } from '@angular/common';
|
17
17
|
import * as i3 from '@angular/forms';
|
@@ -19,28 +19,25 @@ import { ReactiveFormsModule, NG_VALUE_ACCESSOR, FormsModule, FormControl, FormG
|
|
19
19
|
import { merge, of, fromEvent, isObservable, BehaviorSubject, Subscription, Subject, zip as zip$1, from, interval, Observable } from 'rxjs';
|
20
20
|
import { auditTime, take, switchMap, map, distinctUntilChanged, filter, tap, throttleTime, takeUntil, switchMapTo, bufferCount, delay, debounceTime } from 'rxjs/operators';
|
21
21
|
import { validatePackage } from '@progress/kendo-licensing';
|
22
|
-
import * as i1 from '@progress/kendo-angular-l10n';
|
22
|
+
import * as i1$1 from '@progress/kendo-angular-l10n';
|
23
23
|
import { ComponentMessages, LocalizationService, L10N_PREFIX } from '@progress/kendo-angular-l10n';
|
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 { plusIcon, cancelIcon, lockIcon, unlockIcon, insertMiddleIcon, caretAltLeftIcon, caretAltToLeftIcon, caretAltRightIcon, caretAltToRightIcon, caretAltDownIcon, reorderIcon, filterClearIcon, filterIcon, columnsIcon, sortAscSmallIcon, sortDescSmallIcon, moreVerticalIcon } from '@progress/kendo-svg-icons';
|
27
|
-
import * as i1$
|
27
|
+
import * as i1$2 from '@angular/platform-browser';
|
28
28
|
import { getter, setter } from '@progress/kendo-common';
|
29
29
|
import * as i3$1 from '@progress/kendo-angular-label';
|
30
30
|
import { LabelComponent, KENDO_LABEL } from '@progress/kendo-angular-label';
|
31
|
-
import * as i5
|
32
|
-
import { DropDownListComponent, AutoCompleteComponent,
|
33
|
-
import * as
|
34
|
-
import { ButtonComponent, Button, KENDO_BUTTON } from '@progress/kendo-angular-buttons';
|
35
|
-
import * as
|
36
|
-
import { NumericTextBoxComponent, TextBoxDirective, RadioButtonDirective, KENDO_INPUTS,
|
37
|
-
import * as
|
38
|
-
import { SharedModule as SharedModule$1 } from '@progress/kendo-angular-grid';
|
39
|
-
import * as i1$2 from '@progress/kendo-angular-intl';
|
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';
|
37
|
+
import * as i1$3 from '@progress/kendo-angular-intl';
|
40
38
|
import { trigger, state, style, transition, animate } from '@angular/animations';
|
41
39
|
import { saveAs } from '@progress/kendo-file-saver';
|
42
|
-
import
|
43
|
-
import { workbookOptions, toDataURL, ColumnBase as ColumnBase$1, KENDO_EXCELEXPORT } from '@progress/kendo-angular-excel-export';
|
40
|
+
import { workbookOptions, toDataURL, ColumnBase as ColumnBase$1, ExcelExportModule } from '@progress/kendo-angular-excel-export';
|
44
41
|
import { PDFExportMarginComponent, PDFExportTemplateDirective, PDFExportComponent } from '@progress/kendo-angular-pdf-export';
|
45
42
|
|
46
43
|
/**
|
@@ -50,8 +47,8 @@ const packageMetadata = {
|
|
50
47
|
name: '@progress/kendo-angular-treelist',
|
51
48
|
productName: 'Kendo UI for Angular',
|
52
49
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
53
|
-
publishDate:
|
54
|
-
version: '16.6.0
|
50
|
+
publishDate: 1722872388,
|
51
|
+
version: '16.6.0',
|
55
52
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
56
53
|
};
|
57
54
|
|
@@ -2951,11 +2948,11 @@ class SinglePopupService {
|
|
2951
2948
|
}));
|
2952
2949
|
}
|
2953
2950
|
}
|
2954
|
-
SinglePopupService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SinglePopupService, deps: [{ token:
|
2951
|
+
SinglePopupService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SinglePopupService, deps: [{ token: i1.PopupService }, { token: i0.Renderer2 }, { token: i0.NgZone }, { token: ScrollSyncService }, { token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Injectable });
|
2955
2952
|
SinglePopupService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SinglePopupService });
|
2956
2953
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SinglePopupService, decorators: [{
|
2957
2954
|
type: Injectable
|
2958
|
-
}], ctorParameters: function () { return [{ type:
|
2955
|
+
}], ctorParameters: function () { return [{ type: i1.PopupService }, { type: i0.Renderer2 }, { type: i0.NgZone }, { type: ScrollSyncService }, { type: i1$1.LocalizationService }]; } });
|
2959
2956
|
|
2960
2957
|
/* eslint-disable no-bitwise */
|
2961
2958
|
/**
|
@@ -3187,11 +3184,11 @@ class DragHintService {
|
|
3187
3184
|
return (((_a = this.iconsService.iconSettings) === null || _a === void 0 ? void 0 : _a.type) || this.iconsService.changes.value.type) === 'svg';
|
3188
3185
|
}
|
3189
3186
|
}
|
3190
|
-
DragHintService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DragHintService, deps: [{ token: i1$
|
3187
|
+
DragHintService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DragHintService, deps: [{ token: i1$2.DomSanitizer }, { token: i2.IconsService }], target: i0.ɵɵFactoryTarget.Injectable });
|
3191
3188
|
DragHintService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DragHintService });
|
3192
3189
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DragHintService, decorators: [{
|
3193
3190
|
type: Injectable
|
3194
|
-
}], ctorParameters: function () { return [{ type: i1$
|
3191
|
+
}], ctorParameters: function () { return [{ type: i1$2.DomSanitizer }, { type: i2.IconsService }]; } });
|
3195
3192
|
|
3196
3193
|
/**
|
3197
3194
|
* @hidden
|
@@ -4885,12 +4882,12 @@ class NavigationService {
|
|
4885
4882
|
this.cursor.reset();
|
4886
4883
|
}
|
4887
4884
|
}
|
4888
|
-
NavigationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: NavigationService, deps: [{ token: i0.NgZone }, { token: DomEventsService }, { token: PagerContextService }, { token: ScrollRequestService }, { token: FocusRoot }, { token: EditService }, { token: i1.LocalizationService }, { token: ExpandStateService }, { token: SelectionService }, { token: i0.ChangeDetectorRef }, { token: FocusableDirective, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
4885
|
+
NavigationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", 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 });
|
4889
4886
|
NavigationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: NavigationService });
|
4890
4887
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: NavigationService, decorators: [{
|
4891
4888
|
type: Injectable
|
4892
4889
|
}], ctorParameters: function () {
|
4893
|
-
return [{ type: i0.NgZone }, { type: DomEventsService }, { type: PagerContextService }, { type: ScrollRequestService }, { type: FocusRoot }, { type: EditService }, { type: i1.LocalizationService }, { type: ExpandStateService }, { type: SelectionService }, { type: i0.ChangeDetectorRef }, { type: FocusableDirective, decorators: [{
|
4890
|
+
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: [{
|
4894
4891
|
type: Optional
|
4895
4892
|
}] }];
|
4896
4893
|
} });
|
@@ -5595,12 +5592,12 @@ class PagerElementComponent {
|
|
5595
5592
|
return !this.localization.rtl ? [this.caretAltRightIcon, this.caretAltToRightIcon] : [this.caretAltLeftIcon, this.caretAltToLeftIcon];
|
5596
5593
|
}
|
5597
5594
|
}
|
5598
|
-
PagerElementComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PagerElementComponent, deps: [{ token: i1.LocalizationService }, { token: PagerContextService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Directive });
|
5595
|
+
PagerElementComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PagerElementComponent, deps: [{ token: i1$1.LocalizationService }, { token: PagerContextService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Directive });
|
5599
5596
|
PagerElementComponent.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: PagerElementComponent, ngImport: i0 });
|
5600
5597
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PagerElementComponent, decorators: [{
|
5601
5598
|
type: Directive,
|
5602
5599
|
args: [{}]
|
5603
|
-
}], ctorParameters: function () { return [{ type: i1.LocalizationService }, { type: PagerContextService }, { type: i0.ChangeDetectorRef }]; } });
|
5600
|
+
}], ctorParameters: function () { return [{ type: i1$1.LocalizationService }, { type: PagerContextService }, { type: i0.ChangeDetectorRef }]; } });
|
5604
5601
|
|
5605
5602
|
// eslint-disable no-access-missing-member
|
5606
5603
|
/**
|
@@ -5649,7 +5646,7 @@ class PagerInfoComponent extends PagerElementComponent {
|
|
5649
5646
|
this.cd.markForCheck();
|
5650
5647
|
}
|
5651
5648
|
}
|
5652
|
-
PagerInfoComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PagerInfoComponent, deps: [{ token: i1.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: PagerContextService }], target: i0.ɵɵFactoryTarget.Component });
|
5649
|
+
PagerInfoComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PagerInfoComponent, deps: [{ token: i1$1.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: PagerContextService }], target: i0.ɵɵFactoryTarget.Component });
|
5653
5650
|
PagerInfoComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", 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 });
|
5654
5651
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PagerInfoComponent, decorators: [{
|
5655
5652
|
type: Component,
|
@@ -5659,7 +5656,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
5659
5656
|
template: `{{textFor('pagerPage')}} {{currentPageText}} {{textFor('pagerOf')}} {{maxPage}} ({{allCount}} {{textFor('pagerItemsTotal')}})`,
|
5660
5657
|
standalone: true
|
5661
5658
|
}]
|
5662
|
-
}], ctorParameters: function () { return [{ type: i1.LocalizationService }, { type: i0.ChangeDetectorRef }, { type: PagerContextService }]; }, propDecorators: { classes: [{
|
5659
|
+
}], ctorParameters: function () { return [{ type: i1$1.LocalizationService }, { type: i0.ChangeDetectorRef }, { type: PagerContextService }]; }, propDecorators: { classes: [{
|
5663
5660
|
type: HostBinding,
|
5664
5661
|
args: ["class.k-pager-info"]
|
5665
5662
|
}, {
|
@@ -5746,7 +5743,7 @@ class PagerPageSizesComponent extends PagerElementComponent {
|
|
5746
5743
|
this.cd.markForCheck();
|
5747
5744
|
}
|
5748
5745
|
}
|
5749
|
-
PagerPageSizesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PagerPageSizesComponent, deps: [{ token: i0.ElementRef }, { token: i1.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: PagerContextService }], target: i0.ɵɵFactoryTarget.Component });
|
5746
|
+
PagerPageSizesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PagerPageSizesComponent, deps: [{ token: i0.ElementRef }, { token: i1$1.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: PagerContextService }], target: i0.ɵɵFactoryTarget.Component });
|
5750
5747
|
PagerPageSizesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", 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: `
|
5751
5748
|
<kendo-dropdownlist
|
5752
5749
|
#dropdownlist
|
@@ -5783,7 +5780,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
5783
5780
|
standalone: true,
|
5784
5781
|
imports: [DropDownListComponent, FocusableDirective, LabelComponent]
|
5785
5782
|
}]
|
5786
|
-
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i1.LocalizationService }, { type: i0.ChangeDetectorRef }, { type: PagerContextService }]; }, propDecorators: { pageSizes: [{
|
5783
|
+
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i1$1.LocalizationService }, { type: i0.ChangeDetectorRef }, { type: PagerContextService }]; }, propDecorators: { pageSizes: [{
|
5787
5784
|
type: Input
|
5788
5785
|
}], classes: [{
|
5789
5786
|
type: HostBinding,
|
@@ -5869,7 +5866,7 @@ class PagerNumericButtonsComponent extends PagerElementComponent {
|
|
5869
5866
|
this.cd.markForCheck();
|
5870
5867
|
}
|
5871
5868
|
}
|
5872
|
-
PagerNumericButtonsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PagerNumericButtonsComponent, deps: [{ token: i1.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: PagerContextService }], target: i0.ɵɵFactoryTarget.Component });
|
5869
|
+
PagerNumericButtonsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PagerNumericButtonsComponent, deps: [{ token: i1$1.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: PagerContextService }], target: i0.ɵɵFactoryTarget.Component });
|
5873
5870
|
PagerNumericButtonsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", 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: `
|
5874
5871
|
<select
|
5875
5872
|
class="k-dropdown-list k-dropdown k-picker k-picker-solid k-picker-md k-rounded-md"
|
@@ -6014,7 +6011,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
6014
6011
|
standalone: true,
|
6015
6012
|
imports: [FocusableDirective, NgIf, NgFor, NgClass, ButtonComponent]
|
6016
6013
|
}]
|
6017
|
-
}], ctorParameters: function () { return [{ type: i1.LocalizationService }, { type: i0.ChangeDetectorRef }, { type: PagerContextService }]; }, propDecorators: { selectElement: [{
|
6014
|
+
}], ctorParameters: function () { return [{ type: i1$1.LocalizationService }, { type: i0.ChangeDetectorRef }, { type: PagerContextService }]; }, propDecorators: { selectElement: [{
|
6018
6015
|
type: ViewChild,
|
6019
6016
|
args: ['select', { read: ElementRef }]
|
6020
6017
|
}], numbersElement: [{
|
@@ -6059,7 +6056,7 @@ class PagerNextButtonsComponent extends PagerElementComponent {
|
|
6059
6056
|
this.cd.markForCheck();
|
6060
6057
|
}
|
6061
6058
|
}
|
6062
|
-
PagerNextButtonsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PagerNextButtonsComponent, deps: [{ token: i1.LocalizationService }, { token: PagerContextService }, { token: i0.ChangeDetectorRef }, { token: NavigationService }], target: i0.ɵɵFactoryTarget.Component });
|
6059
|
+
PagerNextButtonsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PagerNextButtonsComponent, deps: [{ token: i1$1.LocalizationService }, { token: PagerContextService }, { token: i0.ChangeDetectorRef }, { token: NavigationService }], target: i0.ɵɵFactoryTarget.Component });
|
6063
6060
|
PagerNextButtonsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PagerNextButtonsComponent, isStandalone: true, selector: "kendo-treelist-pager-next-buttons", inputs: { navigable: "navigable" }, usesInheritance: true, ngImport: i0, template: `
|
6064
6061
|
<button
|
6065
6062
|
kendoButton
|
@@ -6132,7 +6129,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
6132
6129
|
standalone: true,
|
6133
6130
|
imports: [ButtonComponent, FocusableDirective]
|
6134
6131
|
}]
|
6135
|
-
}], ctorParameters: function () { return [{ type: i1.LocalizationService }, { type: PagerContextService }, { type: i0.ChangeDetectorRef }, { type: NavigationService }]; }, propDecorators: { navigable: [{
|
6132
|
+
}], ctorParameters: function () { return [{ type: i1$1.LocalizationService }, { type: PagerContextService }, { type: i0.ChangeDetectorRef }, { type: NavigationService }]; }, propDecorators: { navigable: [{
|
6136
6133
|
type: Input
|
6137
6134
|
}] } });
|
6138
6135
|
|
@@ -6199,7 +6196,7 @@ class PagerInputComponent extends PagerElementComponent {
|
|
6199
6196
|
this.cd.markForCheck();
|
6200
6197
|
}
|
6201
6198
|
}
|
6202
|
-
PagerInputComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PagerInputComponent, deps: [{ token: i1.LocalizationService }, { token: PagerContextService }, { token: NavigationService }, { token: i0.NgZone }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
6199
|
+
PagerInputComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PagerInputComponent, deps: [{ token: i1$1.LocalizationService }, { token: PagerContextService }, { token: NavigationService }, { token: i0.NgZone }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
6203
6200
|
PagerInputComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", 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: `
|
6204
6201
|
<span class="k-pager-input k-label">
|
6205
6202
|
{{textFor('pagerPage')}}
|
@@ -6259,7 +6256,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
6259
6256
|
standalone: true,
|
6260
6257
|
imports: [NumericTextBoxComponent, FocusableDirective, EventsOutsideAngularDirective]
|
6261
6258
|
}]
|
6262
|
-
}], ctorParameters: function () { return [{ type: i1.LocalizationService }, { type: PagerContextService }, { type: NavigationService }, { type: i0.NgZone }, { type: i0.ChangeDetectorRef }]; }, propDecorators: { numericInput: [{
|
6259
|
+
}], ctorParameters: function () { return [{ type: i1$1.LocalizationService }, { type: PagerContextService }, { type: NavigationService }, { type: i0.NgZone }, { type: i0.ChangeDetectorRef }]; }, propDecorators: { numericInput: [{
|
6263
6260
|
type: ViewChild,
|
6264
6261
|
args: [NumericTextBoxComponent, { static: true }]
|
6265
6262
|
}] } });
|
@@ -6299,7 +6296,7 @@ class PagerPrevButtonsComponent extends PagerElementComponent {
|
|
6299
6296
|
this.cd.markForCheck();
|
6300
6297
|
}
|
6301
6298
|
}
|
6302
|
-
PagerPrevButtonsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PagerPrevButtonsComponent, deps: [{ token: i1.LocalizationService }, { token: PagerContextService }, { token: i0.ChangeDetectorRef }, { token: NavigationService }], target: i0.ɵɵFactoryTarget.Component });
|
6299
|
+
PagerPrevButtonsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PagerPrevButtonsComponent, deps: [{ token: i1$1.LocalizationService }, { token: PagerContextService }, { token: i0.ChangeDetectorRef }, { token: NavigationService }], target: i0.ɵɵFactoryTarget.Component });
|
6303
6300
|
PagerPrevButtonsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PagerPrevButtonsComponent, isStandalone: true, selector: "kendo-treelist-pager-prev-buttons", usesInheritance: true, ngImport: i0, template: `
|
6304
6301
|
<button
|
6305
6302
|
kendoButton
|
@@ -6374,7 +6371,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
6374
6371
|
standalone: true,
|
6375
6372
|
imports: [ButtonComponent, FocusableDirective]
|
6376
6373
|
}]
|
6377
|
-
}], ctorParameters: function () { return [{ type: i1.LocalizationService }, { type: PagerContextService }, { type: i0.ChangeDetectorRef }, { type: NavigationService }]; } });
|
6374
|
+
}], ctorParameters: function () { return [{ type: i1$1.LocalizationService }, { type: PagerContextService }, { type: i0.ChangeDetectorRef }, { type: NavigationService }]; } });
|
6378
6375
|
|
6379
6376
|
/**
|
6380
6377
|
* @hidden
|
@@ -6606,7 +6603,7 @@ class PagerComponent {
|
|
6606
6603
|
});
|
6607
6604
|
}
|
6608
6605
|
}
|
6609
|
-
PagerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PagerComponent, deps: [{ token: NavigationService }, { token: i1.LocalizationService }, { token: PagerContextService }, { token: FocusGroup }, { token: FocusRoot }, { token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
6606
|
+
PagerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", 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 });
|
6610
6607
|
PagerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", 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: [{
|
6611
6608
|
provide: FOCUS_ROOT_ACTIVE,
|
6612
6609
|
useValue: true
|
@@ -6713,7 +6710,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
6713
6710
|
standalone: true,
|
6714
6711
|
imports: [NgIf, NgTemplateOutlet, PagerPrevButtonsComponent, PagerNumericButtonsComponent, PagerInputComponent, PagerNextButtonsComponent, PagerInfoComponent, PagerPageSizesComponent, ResizeSensorComponent]
|
6715
6712
|
}]
|
6716
|
-
}], ctorParameters: function () { return [{ type: NavigationService }, { type: i1.LocalizationService }, { type: PagerContextService }, { type: FocusGroup }, { type: FocusRoot }, { type: i0.Renderer2 }, { type: i0.ElementRef }, { type: i0.NgZone }]; }, propDecorators: { pagerInfo: [{
|
6713
|
+
}], 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: [{
|
6717
6714
|
type: ViewChild,
|
6718
6715
|
args: [PagerInfoComponent, { read: ElementRef }]
|
6719
6716
|
}], pagerPageSizes: [{
|
@@ -6773,7 +6770,7 @@ class LoadingComponent {
|
|
6773
6770
|
return this.localization.get('loading');
|
6774
6771
|
}
|
6775
6772
|
}
|
6776
|
-
LoadingComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: LoadingComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
6773
|
+
LoadingComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: LoadingComponent, deps: [{ token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
6777
6774
|
LoadingComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: LoadingComponent, isStandalone: true, selector: "[kendoTreeListLoading]", host: { properties: { "class.k-loading-mask": "this.hostClass" } }, ngImport: i0, template: `
|
6778
6775
|
<span class="k-loading-text">{{ loadingText }}</span>
|
6779
6776
|
<div class="k-loading-image"></div>
|
@@ -6790,7 +6787,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
6790
6787
|
`,
|
6791
6788
|
standalone: true
|
6792
6789
|
}]
|
6793
|
-
}], ctorParameters: function () { return [{ type: i1.LocalizationService }]; }, propDecorators: { hostClass: [{
|
6790
|
+
}], ctorParameters: function () { return [{ type: i1$1.LocalizationService }]; }, propDecorators: { hostClass: [{
|
6794
6791
|
type: HostBinding,
|
6795
6792
|
args: ['class.k-loading-mask']
|
6796
6793
|
}] } });
|
@@ -7028,7 +7025,7 @@ class FieldAccessorPipe {
|
|
7028
7025
|
return intl.toString(value, format);
|
7029
7026
|
}
|
7030
7027
|
}
|
7031
|
-
FieldAccessorPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FieldAccessorPipe, deps: [{ token: i1$
|
7028
|
+
FieldAccessorPipe.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FieldAccessorPipe, deps: [{ token: i1$3.IntlService }], target: i0.ɵɵFactoryTarget.Pipe });
|
7032
7029
|
FieldAccessorPipe.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: FieldAccessorPipe, isStandalone: true, name: "valueOf", pure: false });
|
7033
7030
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FieldAccessorPipe, decorators: [{
|
7034
7031
|
type: Pipe,
|
@@ -7038,7 +7035,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
7038
7035
|
pure: false,
|
7039
7036
|
standalone: true
|
7040
7037
|
}]
|
7041
|
-
}], ctorParameters: function () { return [{ type: i1$
|
7038
|
+
}], ctorParameters: function () { return [{ type: i1$3.IntlService }]; } });
|
7042
7039
|
|
7043
7040
|
/**
|
7044
7041
|
* @hidden
|
@@ -7166,7 +7163,7 @@ class CellComponent {
|
|
7166
7163
|
return this.localization.get(token);
|
7167
7164
|
}
|
7168
7165
|
}
|
7169
|
-
CellComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CellComponent, deps: [{ token: EditService }, { token: i1.LocalizationService }, { token: FocusGroup }], target: i0.ɵɵFactoryTarget.Component });
|
7166
|
+
CellComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CellComponent, deps: [{ token: EditService }, { token: i1$1.LocalizationService }, { token: FocusGroup }], target: i0.ɵɵFactoryTarget.Component });
|
7170
7167
|
CellComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: CellComponent, isStandalone: true, selector: "[kendoTreeListCell]", inputs: { column: "column", columnIndex: "columnIndex", isNew: "isNew", level: "level", hasChildren: "hasChildren", isExpanded: "isExpanded", loading: "loading", expandIcons: "expandIcons", selected: "selected", dataItem: "dataItem", viewItem: "viewItem" }, host: { properties: { "class.k-command-cell": "this.commandCellClass", "class.k-checkbox-cell": "this.isCheckboxColumn", "class.k-text-nowrap": "this.textNoWrapClass", "class.k-drag-cell": "this.dragHandleCellClass", "class.k-touch-action-none": "this.dragHandleCellClass", "attr.aria-label": "this.dragRowHandleLabel" } }, ngImport: i0, template: `
|
7171
7168
|
<ng-container [ngSwitch]="isEdited">
|
7172
7169
|
<ng-container *ngSwitchCase="false">
|
@@ -7243,7 +7240,7 @@ CellComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version:
|
|
7243
7240
|
</ng-container>
|
7244
7241
|
</ng-container>
|
7245
7242
|
</ng-container>
|
7246
|
-
`, isInline: true, dependencies: [{ kind: "directive", type: NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { kind: "directive", type: NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: NgFor, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "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: 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: "ngmodule", type: ReactiveFormsModule }, { kind: "directive", type: i3.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i3.CheckboxControlValueAccessor, selector: "input[type=checkbox][formControlName],input[type=checkbox][formControl],input[type=checkbox][ngModel]" }, { kind: "directive", type: i3.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i3.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "component", type: DatePickerComponent, selector: "kendo-datepicker", inputs: ["focusableId", "cellTemplate", "clearButton", "inputAttributes", "monthCellTemplate", "yearCellTemplate", "decadeCellTemplate", "centuryCellTemplate", "weekNumberTemplate", "headerTitleTemplate", "headerTemplate", "footerTemplate", "footer", "navigationItemTemplate", "weekDaysFormat", "showOtherMonthDays", "activeView", "bottomView", "topView", "calendarType", "animateCalendarNavigation", "disabled", "readonly", "readOnlyInput", "popupSettings", "navigation", "min", "max", "incompleteDateValidation", "autoCorrectParts", "autoSwitchParts", "autoSwitchKeys", "enableMouseWheel", "allowCaretMode", "autoFill", "focusedDate", "value", "format", "twoDigitYearMax", "formatPlaceholder", "placeholder", "tabindex", "tabIndex", "disabledDates", "title", "subtitle", "rangeValidation", "disabledDatesValidation", "weekNumber", "size", "rounded", "fillMode", "adaptiveMode"], outputs: ["valueChange", "focus", "blur", "open", "close", "escape"], exportAs: ["kendo-datepicker"] }, { kind: "directive", type: NgSwitchDefault, selector: "[ngSwitchDefault]" }, { kind: "pipe", type:
|
7243
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { kind: "directive", type: NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: NgFor, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "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: 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: "ngmodule", type: ReactiveFormsModule }, { kind: "directive", type: i3.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i3.CheckboxControlValueAccessor, selector: "input[type=checkbox][formControlName],input[type=checkbox][formControl],input[type=checkbox][ngModel]" }, { kind: "directive", type: i3.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i3.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { kind: "component", type: DatePickerComponent, selector: "kendo-datepicker", inputs: ["focusableId", "cellTemplate", "clearButton", "inputAttributes", "monthCellTemplate", "yearCellTemplate", "decadeCellTemplate", "centuryCellTemplate", "weekNumberTemplate", "headerTitleTemplate", "headerTemplate", "footerTemplate", "footer", "navigationItemTemplate", "weekDaysFormat", "showOtherMonthDays", "activeView", "bottomView", "topView", "calendarType", "animateCalendarNavigation", "disabled", "readonly", "readOnlyInput", "popupSettings", "navigation", "min", "max", "incompleteDateValidation", "autoCorrectParts", "autoSwitchParts", "autoSwitchKeys", "enableMouseWheel", "allowCaretMode", "autoFill", "focusedDate", "value", "format", "twoDigitYearMax", "formatPlaceholder", "placeholder", "tabindex", "tabIndex", "disabledDates", "title", "subtitle", "rangeValidation", "disabledDatesValidation", "weekNumber", "size", "rounded", "fillMode", "adaptiveMode"], outputs: ["valueChange", "focus", "blur", "open", "close", "escape"], exportAs: ["kendo-datepicker"] }, { kind: "directive", type: NgSwitchDefault, selector: "[ngSwitchDefault]" }, { kind: "pipe", type: FieldAccessorPipe, name: "valueOf" }, { kind: "pipe", type: LevelItemsPipe, name: "levelItems" }] });
|
7247
7244
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CellComponent, decorators: [{
|
7248
7245
|
type: Component,
|
7249
7246
|
args: [{
|
@@ -7326,9 +7323,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
7326
7323
|
</ng-container>
|
7327
7324
|
`,
|
7328
7325
|
standalone: true,
|
7329
|
-
imports: [NgSwitch, NgSwitchCase, NgIf, NgFor, IconWrapperComponent, NgTemplateOutlet, FocusableDirective, NumericTextBoxComponent, ReactiveFormsModule, DatePickerComponent, NgSwitchDefault, FieldAccessorPipe, LevelItemsPipe
|
7326
|
+
imports: [NgSwitch, NgSwitchCase, NgIf, NgFor, IconWrapperComponent, NgTemplateOutlet, FocusableDirective, NumericTextBoxComponent, ReactiveFormsModule, DatePickerComponent, NgSwitchDefault, FieldAccessorPipe, LevelItemsPipe]
|
7330
7327
|
}]
|
7331
|
-
}], ctorParameters: function () { return [{ type: EditService }, { type: i1.LocalizationService }, { type: FocusGroup }]; }, propDecorators: { commandCellClass: [{
|
7328
|
+
}], ctorParameters: function () { return [{ type: EditService }, { type: i1$1.LocalizationService }, { type: FocusGroup }]; }, propDecorators: { commandCellClass: [{
|
7332
7329
|
type: HostBinding,
|
7333
7330
|
args: ['class.k-command-cell']
|
7334
7331
|
}], isCheckboxColumn: [{
|
@@ -7798,7 +7795,7 @@ class TableBodyComponent {
|
|
7798
7795
|
return viewItem;
|
7799
7796
|
}
|
7800
7797
|
}
|
7801
|
-
TableBodyComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TableBodyComponent, deps: [{ token: ChangeNotificationService }, { token: EditService }, { token: i1.LocalizationService }, { token: i0.NgZone }, { token: i0.Renderer2 }, { token: i0.ElementRef }, { token: DomEventsService }, { token: ColumnInfoService }, { token: NavigationService }, { token: ExpandStateService }, { token: SelectionService }], target: i0.ɵɵFactoryTarget.Component });
|
7798
|
+
TableBodyComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TableBodyComponent, deps: [{ token: ChangeNotificationService }, { token: EditService }, { token: i1$1.LocalizationService }, { token: i0.NgZone }, { token: i0.Renderer2 }, { token: i0.ElementRef }, { token: DomEventsService }, { token: ColumnInfoService }, { token: NavigationService }, { token: ExpandStateService }, { token: SelectionService }], target: i0.ɵɵFactoryTarget.Component });
|
7802
7799
|
TableBodyComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: TableBodyComponent, isStandalone: true, selector: "[kendoTreeListTableBody]", inputs: { columns: "columns", allColumns: "allColumns", noRecordsTemplate: "noRecordsTemplate", view: "view", skip: "skip", filterable: "filterable", noRecordsText: "noRecordsText", isLocked: "isLocked", lockedColumnsCount: "lockedColumnsCount", totalColumnsCount: "totalColumnsCount", virtualColumns: "virtualColumns", expandIcons: "expandIcons", trackBy: "trackBy", totalColumns: "totalColumns", rowClass: "rowClass" }, host: { properties: { "class.k-table-tbody": "this.hostClass" } }, usesOnChanges: true, ngImport: i0, template: `
|
7803
7800
|
<tr *ngIf="!hasData" class="k-grid-norecords">
|
7804
7801
|
<td [attr.colspan]="colSpan" class="k-table-td">
|
@@ -8004,7 +8001,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
8004
8001
|
standalone: true,
|
8005
8002
|
imports: [NgIf, NgTemplateOutlet, NgFor, LogicalRowDirective, NgClass, CellComponent, LogicalCellDirective, NgStyle, IconWrapperComponent, LevelItemsPipe]
|
8006
8003
|
}]
|
8007
|
-
}], ctorParameters: function () { return [{ type: ChangeNotificationService }, { type: EditService }, { type: i1.LocalizationService }, { type: i0.NgZone }, { type: i0.Renderer2 }, { type: i0.ElementRef }, { type: DomEventsService }, { type: ColumnInfoService }, { type: NavigationService }, { type: ExpandStateService }, { type: SelectionService }]; }, propDecorators: { hostClass: [{
|
8004
|
+
}], ctorParameters: function () { return [{ type: ChangeNotificationService }, { type: EditService }, { type: i1$1.LocalizationService }, { type: i0.NgZone }, { type: i0.Renderer2 }, { type: i0.ElementRef }, { type: DomEventsService }, { type: ColumnInfoService }, { type: NavigationService }, { type: ExpandStateService }, { type: SelectionService }]; }, propDecorators: { hostClass: [{
|
8008
8005
|
type: HostBinding,
|
8009
8006
|
args: ['class.k-table-tbody']
|
8010
8007
|
}], columns: [{
|
@@ -8292,7 +8289,7 @@ class MarqueeDirective {
|
|
8292
8289
|
}
|
8293
8290
|
}
|
8294
8291
|
}
|
8295
|
-
MarqueeDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MarqueeDirective, deps: [{ token:
|
8292
|
+
MarqueeDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MarqueeDirective, deps: [{ token: i2$1.DraggableDirective }, { token: SelectionService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Directive });
|
8296
8293
|
MarqueeDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: MarqueeDirective, isStandalone: true, selector: "[kendoTreeListSelectionMarquee]", host: { properties: { "style.user-select": "this.userSelection" } }, ngImport: i0 });
|
8297
8294
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: MarqueeDirective, decorators: [{
|
8298
8295
|
type: Directive,
|
@@ -8300,7 +8297,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
8300
8297
|
selector: '[kendoTreeListSelectionMarquee]',
|
8301
8298
|
standalone: true
|
8302
8299
|
}]
|
8303
|
-
}], ctorParameters: function () { return [{ type:
|
8300
|
+
}], ctorParameters: function () { return [{ type: i2$1.DraggableDirective }, { type: SelectionService }, { type: i0.ChangeDetectorRef }]; }, propDecorators: { userSelection: [{
|
8304
8301
|
type: HostBinding,
|
8305
8302
|
args: ['style.user-select']
|
8306
8303
|
}] } });
|
@@ -9098,7 +9095,7 @@ class ListComponent {
|
|
9098
9095
|
return element.offsetLeft;
|
9099
9096
|
}
|
9100
9097
|
}
|
9101
|
-
ListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ListComponent, deps: [{ token: SCROLLER_FACTORY_TOKEN }, { token: ChangeNotificationService }, { token: SuspendService }, { token: i0.NgZone }, { token: i0.Renderer2 }, { token: ScrollSyncService }, { token: ResizeService }, { token: EditService }, { token: BrowserSupportService }, { token: NavigationService }, { token: ScrollRequestService }, { token: i1.LocalizationService }, { token: ColumnResizingService }, { token: i0.ChangeDetectorRef }, { token: PDFService }, { token: ColumnInfoService }], target: i0.ɵɵFactoryTarget.Component });
|
9098
|
+
ListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ListComponent, deps: [{ token: SCROLLER_FACTORY_TOKEN }, { token: ChangeNotificationService }, { token: SuspendService }, { token: i0.NgZone }, { token: i0.Renderer2 }, { token: ScrollSyncService }, { token: ResizeService }, { token: EditService }, { token: BrowserSupportService }, { token: NavigationService }, { token: ScrollRequestService }, { token: i1$1.LocalizationService }, { token: ColumnResizingService }, { token: i0.ChangeDetectorRef }, { token: PDFService }, { token: ColumnInfoService }], target: i0.ɵɵFactoryTarget.Component });
|
9102
9099
|
ListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ListComponent, isStandalone: true, selector: "kendo-treelist-list", inputs: { view: "view", total: "total", rowHeight: "rowHeight", take: "take", skip: "skip", columns: "columns", noRecordsTemplate: "noRecordsTemplate", filterable: "filterable", rowClass: "rowClass", loading: "loading", trackBy: "trackBy", virtualColumns: "virtualColumns", isVirtual: "isVirtual", expandIcons: "expandIcons" }, outputs: { contentScroll: "contentScroll", pageChange: "pageChange", scrollBottom: "scrollBottom" }, host: { properties: { "class.k-grid-container": "this.hostClass", "attr.role": "this.hostRole" } }, providers: [
|
9103
9100
|
{
|
9104
9101
|
provide: SCROLLER_FACTORY_TOKEN,
|
@@ -9277,7 +9274,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
9277
9274
|
return [{ type: undefined, decorators: [{
|
9278
9275
|
type: Inject,
|
9279
9276
|
args: [SCROLLER_FACTORY_TOKEN]
|
9280
|
-
}] }, { type: ChangeNotificationService }, { type: SuspendService }, { type: i0.NgZone }, { type: i0.Renderer2 }, { type: ScrollSyncService }, { type: ResizeService }, { type: EditService }, { type: BrowserSupportService }, { type: NavigationService }, { type: ScrollRequestService }, { type: i1.LocalizationService }, { type: ColumnResizingService }, { type: i0.ChangeDetectorRef }, { type: PDFService }, { type: ColumnInfoService }];
|
9277
|
+
}] }, { type: ChangeNotificationService }, { type: SuspendService }, { type: i0.NgZone }, { type: i0.Renderer2 }, { type: ScrollSyncService }, { type: ResizeService }, { type: EditService }, { type: BrowserSupportService }, { type: NavigationService }, { type: ScrollRequestService }, { type: i1$1.LocalizationService }, { type: ColumnResizingService }, { type: i0.ChangeDetectorRef }, { type: PDFService }, { type: ColumnInfoService }];
|
9281
9278
|
}, propDecorators: { hostClass: [{
|
9282
9279
|
type: HostBinding,
|
9283
9280
|
args: ["class.k-grid-container"]
|
@@ -9501,7 +9498,7 @@ class DraggableColumnDirective {
|
|
9501
9498
|
this.renderer.setStyle(this.element.nativeElement, 'touch-action', this.enabled ? 'none' : '');
|
9502
9499
|
}
|
9503
9500
|
}
|
9504
|
-
DraggableColumnDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DraggableColumnDirective, deps: [{ token:
|
9501
|
+
DraggableColumnDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", 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 });
|
9505
9502
|
DraggableColumnDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", 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 });
|
9506
9503
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DraggableColumnDirective, decorators: [{
|
9507
9504
|
type: Directive,
|
@@ -9510,7 +9507,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
9510
9507
|
standalone: true
|
9511
9508
|
}]
|
9512
9509
|
}], ctorParameters: function () {
|
9513
|
-
return [{ type:
|
9510
|
+
return [{ type: i2$1.DraggableDirective, decorators: [{
|
9514
9511
|
type: Host
|
9515
9512
|
}] }, { type: i0.ElementRef }, { type: i0.NgZone }, { type: DragAndDropService }, { type: DragHintService }, { type: DropCueService }, { type: NavigationService }, { type: i0.Renderer2 }];
|
9516
9513
|
}, propDecorators: { context: [{
|
@@ -9728,7 +9725,7 @@ class FilterOperatorBase {
|
|
9728
9725
|
}
|
9729
9726
|
}
|
9730
9727
|
}
|
9731
|
-
FilterOperatorBase.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FilterOperatorBase, deps: [{ token: 'filterOperator' }, { token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
|
9728
|
+
FilterOperatorBase.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FilterOperatorBase, deps: [{ token: 'filterOperator' }, { token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
|
9732
9729
|
FilterOperatorBase.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: FilterOperatorBase, inputs: { text: "text" }, ngImport: i0 });
|
9733
9730
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FilterOperatorBase, decorators: [{
|
9734
9731
|
type: Directive,
|
@@ -9737,7 +9734,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
9737
9734
|
return [{ type: undefined, decorators: [{
|
9738
9735
|
type: Inject,
|
9739
9736
|
args: ['filterOperator']
|
9740
|
-
}] }, { type: i1.LocalizationService }];
|
9737
|
+
}] }, { type: i1$1.LocalizationService }];
|
9741
9738
|
}, propDecorators: { text: [{
|
9742
9739
|
type: Input
|
9743
9740
|
}] } });
|
@@ -9949,12 +9946,12 @@ class StringFilterComponent extends BaseFilterCellComponent {
|
|
9949
9946
|
}
|
9950
9947
|
}
|
9951
9948
|
}
|
9952
|
-
StringFilterComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: StringFilterComponent, deps: [{ token: FilterService }, { token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
|
9949
|
+
StringFilterComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: StringFilterComponent, deps: [{ token: FilterService }, { token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
|
9953
9950
|
StringFilterComponent.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: StringFilterComponent, inputs: { column: "column", filter: "filter", operator: "operator" }, usesInheritance: true, ngImport: i0 });
|
9954
9951
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: StringFilterComponent, decorators: [{
|
9955
9952
|
type: Directive,
|
9956
9953
|
args: [{}]
|
9957
|
-
}], ctorParameters: function () { return [{ type: FilterService }, { type: i1.LocalizationService }]; }, propDecorators: { column: [{
|
9954
|
+
}], ctorParameters: function () { return [{ type: FilterService }, { type: i1$1.LocalizationService }]; }, propDecorators: { column: [{
|
9958
9955
|
type: Input
|
9959
9956
|
}], filter: [{
|
9960
9957
|
type: Input
|
@@ -10274,7 +10271,7 @@ class FilterCellOperatorsComponent {
|
|
10274
10271
|
return this.localization.get(token);
|
10275
10272
|
}
|
10276
10273
|
}
|
10277
|
-
FilterCellOperatorsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FilterCellOperatorsComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
10274
|
+
FilterCellOperatorsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FilterCellOperatorsComponent, deps: [{ token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
10278
10275
|
FilterCellOperatorsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: FilterCellOperatorsComponent, isStandalone: true, selector: "kendo-treelist-filter-cell-operators", inputs: { operators: "operators", showButton: "showButton", showOperators: "showOperators", value: "value", column: "column" }, outputs: { valueChange: "valueChange", clear: "clear" }, host: { properties: { "class.k-filtercell-operator": "this.hostClasses" } }, viewQueries: [{ propertyName: "dropdown", first: true, predicate: ["dropdown"], descendants: true }], ngImport: i0, template: `
|
10279
10276
|
<kendo-dropdownlist
|
10280
10277
|
#dropdown
|
@@ -10340,7 +10337,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
10340
10337
|
standalone: true,
|
10341
10338
|
imports: [NgIf, DropDownListComponent, FocusableDirective, ButtonComponent]
|
10342
10339
|
}]
|
10343
|
-
}], ctorParameters: function () { return [{ type: i1.LocalizationService }]; }, propDecorators: { hostClasses: [{
|
10340
|
+
}], ctorParameters: function () { return [{ type: i1$1.LocalizationService }]; }, propDecorators: { hostClasses: [{
|
10344
10341
|
type: HostBinding,
|
10345
10342
|
args: ['class.k-filtercell-operator']
|
10346
10343
|
}], dropdown: [{
|
@@ -10469,7 +10466,7 @@ class StringFilterCellComponent extends StringFilterComponent {
|
|
10469
10466
|
return replaceMessagePlaceholder(localizationMsg, 'columnName', columnName);
|
10470
10467
|
}
|
10471
10468
|
}
|
10472
|
-
StringFilterCellComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: StringFilterCellComponent, deps: [{ token: FilterService }, { token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
10469
|
+
StringFilterCellComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: StringFilterCellComponent, deps: [{ token: FilterService }, { token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
10473
10470
|
StringFilterCellComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: StringFilterCellComponent, isStandalone: true, selector: "kendo-treelist-string-filter-cell", inputs: { filterDelay: "filterDelay", showOperators: "showOperators" }, usesInheritance: true, ngImport: i0, template: `
|
10474
10471
|
<kendo-treelist-filter-wrapper-cell
|
10475
10472
|
[column]="column"
|
@@ -10509,7 +10506,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
10509
10506
|
standalone: true,
|
10510
10507
|
imports: [FilterCellWrapperComponent, ReactiveFormsModule, FocusableDirective, FilterInputDirective, FormsModule]
|
10511
10508
|
}]
|
10512
|
-
}], ctorParameters: function () { return [{ type: FilterService }, { type: i1.LocalizationService }]; }, propDecorators: { filterDelay: [{
|
10509
|
+
}], ctorParameters: function () { return [{ type: FilterService }, { type: i1$1.LocalizationService }]; }, propDecorators: { filterDelay: [{
|
10513
10510
|
type: Input
|
10514
10511
|
}], showOperators: [{
|
10515
10512
|
type: Input
|
@@ -10598,12 +10595,12 @@ class NumericFilterComponent extends BaseFilterCellComponent {
|
|
10598
10595
|
}
|
10599
10596
|
}
|
10600
10597
|
}
|
10601
|
-
NumericFilterComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: NumericFilterComponent, deps: [{ token: FilterService }, { token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
|
10598
|
+
NumericFilterComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: NumericFilterComponent, deps: [{ token: FilterService }, { token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
|
10602
10599
|
NumericFilterComponent.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: NumericFilterComponent, inputs: { column: "column", filter: "filter", operator: "operator", step: "step", min: "min", max: "max", spinners: "spinners", decimals: "decimals", format: "format" }, usesInheritance: true, ngImport: i0 });
|
10603
10600
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: NumericFilterComponent, decorators: [{
|
10604
10601
|
type: Directive,
|
10605
10602
|
args: [{}]
|
10606
|
-
}], ctorParameters: function () { return [{ type: FilterService }, { type: i1.LocalizationService }]; }, propDecorators: { column: [{
|
10603
|
+
}], ctorParameters: function () { return [{ type: FilterService }, { type: i1$1.LocalizationService }]; }, propDecorators: { column: [{
|
10607
10604
|
type: Input
|
10608
10605
|
}], filter: [{
|
10609
10606
|
type: Input
|
@@ -10665,7 +10662,7 @@ class NumericFilterCellComponent extends NumericFilterComponent {
|
|
10665
10662
|
return replaceMessagePlaceholder(localizationMsg, 'columnName', columnName);
|
10666
10663
|
}
|
10667
10664
|
}
|
10668
|
-
NumericFilterCellComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: NumericFilterCellComponent, deps: [{ token: FilterService }, { token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
10665
|
+
NumericFilterCellComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: NumericFilterCellComponent, deps: [{ token: FilterService }, { token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
10669
10666
|
NumericFilterCellComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: NumericFilterCellComponent, isStandalone: true, selector: "kendo-treelist-numeric-filter-cell", inputs: { filterDelay: "filterDelay", showOperators: "showOperators" }, usesInheritance: true, ngImport: i0, template: `
|
10670
10667
|
<kendo-treelist-filter-wrapper-cell
|
10671
10668
|
[column]="column"
|
@@ -10719,7 +10716,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
10719
10716
|
standalone: true,
|
10720
10717
|
imports: [FilterCellWrapperComponent, NumericTextBoxComponent, FocusableDirective, FilterInputDirective]
|
10721
10718
|
}]
|
10722
|
-
}], ctorParameters: function () { return [{ type: FilterService }, { type: i1.LocalizationService }]; }, propDecorators: { filterDelay: [{
|
10719
|
+
}], ctorParameters: function () { return [{ type: FilterService }, { type: i1$1.LocalizationService }]; }, propDecorators: { filterDelay: [{
|
10723
10720
|
type: Input
|
10724
10721
|
}], showOperators: [{
|
10725
10722
|
type: Input
|
@@ -10787,12 +10784,12 @@ class BooleanFilterComponent extends BaseFilterCellComponent {
|
|
10787
10784
|
this.defaultItem = { text: this.localization.get("filterBooleanAll"), value: null };
|
10788
10785
|
}
|
10789
10786
|
}
|
10790
|
-
BooleanFilterComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BooleanFilterComponent, deps: [{ token: FilterService }, { token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
|
10787
|
+
BooleanFilterComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BooleanFilterComponent, deps: [{ token: FilterService }, { token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
|
10791
10788
|
BooleanFilterComponent.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: BooleanFilterComponent, inputs: { column: "column", filter: "filter" }, host: { properties: { "class.k-filtercell-boolean": "this.hostClasses" } }, usesInheritance: true, ngImport: i0 });
|
10792
10789
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BooleanFilterComponent, decorators: [{
|
10793
10790
|
type: Directive,
|
10794
10791
|
args: [{}]
|
10795
|
-
}], ctorParameters: function () { return [{ type: FilterService }, { type: i1.LocalizationService }]; }, propDecorators: { hostClasses: [{
|
10792
|
+
}], ctorParameters: function () { return [{ type: FilterService }, { type: i1$1.LocalizationService }]; }, propDecorators: { hostClasses: [{
|
10796
10793
|
type: HostBinding,
|
10797
10794
|
args: ['class.k-filtercell-boolean']
|
10798
10795
|
}], column: [{
|
@@ -10841,7 +10838,7 @@ class BooleanFilterCellComponent extends BooleanFilterComponent {
|
|
10841
10838
|
return replaceMessagePlaceholder(localizationMsg, 'columnName', columnName);
|
10842
10839
|
}
|
10843
10840
|
}
|
10844
|
-
BooleanFilterCellComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BooleanFilterCellComponent, deps: [{ token: FilterService }, { token: i1.LocalizationService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
10841
|
+
BooleanFilterCellComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BooleanFilterCellComponent, deps: [{ token: FilterService }, { token: i1$1.LocalizationService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
10845
10842
|
BooleanFilterCellComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: BooleanFilterCellComponent, isStandalone: true, selector: "kendo-treelist-boolean-filter-cell", usesInheritance: true, ngImport: i0, template: `
|
10846
10843
|
<kendo-treelist-filter-wrapper-cell
|
10847
10844
|
[column]="column"
|
@@ -10887,7 +10884,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
10887
10884
|
standalone: true,
|
10888
10885
|
imports: [FilterCellWrapperComponent, DropDownListComponent, FilterInputDirective]
|
10889
10886
|
}]
|
10890
|
-
}], ctorParameters: function () { return [{ type: FilterService }, { type: i1.LocalizationService }, { type: i0.ChangeDetectorRef }]; } });
|
10887
|
+
}], ctorParameters: function () { return [{ type: FilterService }, { type: i1$1.LocalizationService }, { type: i0.ChangeDetectorRef }]; } });
|
10891
10888
|
|
10892
10889
|
// eslint-disable no-access-missing-member
|
10893
10890
|
const dateOperators = localizeOperators({
|
@@ -10991,12 +10988,12 @@ class DateFilterComponent extends BaseFilterCellComponent {
|
|
10991
10988
|
}
|
10992
10989
|
}
|
10993
10990
|
}
|
10994
|
-
DateFilterComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DateFilterComponent, deps: [{ token: FilterService }, { token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
|
10991
|
+
DateFilterComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DateFilterComponent, deps: [{ token: FilterService }, { token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
|
10995
10992
|
DateFilterComponent.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: DateFilterComponent, inputs: { column: "column", filter: "filter", operator: "operator", format: "format", min: "min", max: "max", formatPlaceholder: "formatPlaceholder", placeholder: "placeholder", activeView: "activeView", bottomView: "bottomView", topView: "topView", weekNumber: "weekNumber" }, usesInheritance: true, ngImport: i0 });
|
10996
10993
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DateFilterComponent, decorators: [{
|
10997
10994
|
type: Directive,
|
10998
10995
|
args: [{}]
|
10999
|
-
}], ctorParameters: function () { return [{ type: FilterService }, { type: i1.LocalizationService }]; }, propDecorators: { column: [{
|
10996
|
+
}], ctorParameters: function () { return [{ type: FilterService }, { type: i1$1.LocalizationService }]; }, propDecorators: { column: [{
|
11000
10997
|
type: Input
|
11001
10998
|
}], filter: [{
|
11002
10999
|
type: Input
|
@@ -11058,7 +11055,7 @@ class DateFilterCellComponent extends DateFilterComponent {
|
|
11058
11055
|
return replaceMessagePlaceholder(localizationMsg, 'columnName', columnName);
|
11059
11056
|
}
|
11060
11057
|
}
|
11061
|
-
DateFilterCellComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DateFilterCellComponent, deps: [{ token: FilterService }, { token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
11058
|
+
DateFilterCellComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DateFilterCellComponent, deps: [{ token: FilterService }, { token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
11062
11059
|
DateFilterCellComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: DateFilterCellComponent, isStandalone: true, selector: "kendo-treelist-date-filter-cell", inputs: { showOperators: "showOperators" }, usesInheritance: true, ngImport: i0, template: `
|
11063
11060
|
<kendo-treelist-filter-wrapper-cell
|
11064
11061
|
[column]="column"
|
@@ -11116,7 +11113,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
11116
11113
|
standalone: true,
|
11117
11114
|
imports: [FilterCellWrapperComponent, DatePickerComponent, FilterInputDirective]
|
11118
11115
|
}]
|
11119
|
-
}], ctorParameters: function () { return [{ type: FilterService }, { type: i1.LocalizationService }]; }, propDecorators: { showOperators: [{
|
11116
|
+
}], ctorParameters: function () { return [{ type: FilterService }, { type: i1$1.LocalizationService }]; }, propDecorators: { showOperators: [{
|
11120
11117
|
type: Input
|
11121
11118
|
}] } });
|
11122
11119
|
|
@@ -11244,7 +11241,7 @@ class FilterRowComponent {
|
|
11244
11241
|
return column;
|
11245
11242
|
}
|
11246
11243
|
}
|
11247
|
-
FilterRowComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FilterRowComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
11244
|
+
FilterRowComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FilterRowComponent, deps: [{ token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
11248
11245
|
FilterRowComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: FilterRowComponent, isStandalone: true, selector: "[kendoTreeListFilterRow]", inputs: { columns: "columns", filter: "filter", logicalRowIndex: "logicalRowIndex", lockedColumnsCount: "lockedColumnsCount" }, host: { properties: { "class.k-filter-row": "this.filterRowClass" } }, ngImport: i0, template: `
|
11249
11246
|
<td *ngFor="let column of columns; let columnIndex = index" role="gridcell"
|
11250
11247
|
[attr.aria-label]="filterLabel"
|
@@ -11280,7 +11277,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
11280
11277
|
standalone: true,
|
11281
11278
|
imports: [NgFor, FilterCellComponent, LogicalCellDirective]
|
11282
11279
|
}]
|
11283
|
-
}], ctorParameters: function () { return [{ type: i1.LocalizationService }]; }, propDecorators: { columns: [{
|
11280
|
+
}], ctorParameters: function () { return [{ type: i1$1.LocalizationService }]; }, propDecorators: { columns: [{
|
11284
11281
|
type: Input
|
11285
11282
|
}], filter: [{
|
11286
11283
|
type: Input
|
@@ -11468,7 +11465,7 @@ class ColumnHandleDirective {
|
|
11468
11465
|
return columnsToRender(this.columns ? this.columns.filter(column => column.level === level) : []);
|
11469
11466
|
}
|
11470
11467
|
}
|
11471
|
-
ColumnHandleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ColumnHandleDirective, deps: [{ token:
|
11468
|
+
ColumnHandleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", 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 });
|
11472
11469
|
ColumnHandleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", 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 });
|
11473
11470
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ColumnHandleDirective, decorators: [{
|
11474
11471
|
type: Directive,
|
@@ -11477,9 +11474,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
11477
11474
|
standalone: true
|
11478
11475
|
}]
|
11479
11476
|
}], ctorParameters: function () {
|
11480
|
-
return [{ type:
|
11477
|
+
return [{ type: i2$1.DraggableDirective, decorators: [{
|
11481
11478
|
type: Host
|
11482
|
-
}] }, { type: i0.ElementRef }, { type: ColumnResizingService }, { type: i0.NgZone }, { type: i0.ChangeDetectorRef }, { type: i1.LocalizationService }];
|
11479
|
+
}] }, { type: i0.ElementRef }, { type: ColumnResizingService }, { type: i0.NgZone }, { type: i0.ChangeDetectorRef }, { type: i1$1.LocalizationService }];
|
11483
11480
|
}, propDecorators: { columns: [{
|
11484
11481
|
type: Input
|
11485
11482
|
}], column: [{
|
@@ -11662,7 +11659,7 @@ class StringFilterMenuInputComponent {
|
|
11662
11659
|
return replaceMessagePlaceholder(localizationMsg, 'columnName', columnName);
|
11663
11660
|
}
|
11664
11661
|
}
|
11665
|
-
StringFilterMenuInputComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: StringFilterMenuInputComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
11662
|
+
StringFilterMenuInputComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: StringFilterMenuInputComponent, deps: [{ token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
11666
11663
|
StringFilterMenuInputComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: StringFilterMenuInputComponent, isStandalone: true, selector: "kendo-treelist-string-filter-menu-input", inputs: { operators: "operators", column: "column", filter: "filter", operator: "operator", currentFilter: "currentFilter", filterService: "filterService" }, ngImport: i0, template: `
|
11667
11664
|
<kendo-treelist-filter-menu-input-wrapper
|
11668
11665
|
[column]="column"
|
@@ -11704,7 +11701,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
11704
11701
|
standalone: true,
|
11705
11702
|
imports: [FilterMenuInputWrapperComponent, TextBoxDirective, ReactiveFormsModule, FilterInputDirective, FormsModule]
|
11706
11703
|
}]
|
11707
|
-
}], ctorParameters: function () { return [{ type: i1.LocalizationService }]; }, propDecorators: { operators: [{
|
11704
|
+
}], ctorParameters: function () { return [{ type: i1$1.LocalizationService }]; }, propDecorators: { operators: [{
|
11708
11705
|
type: Input
|
11709
11706
|
}], column: [{
|
11710
11707
|
type: Input
|
@@ -11771,7 +11768,7 @@ class StringFilterMenuComponent extends StringFilterComponent {
|
|
11771
11768
|
super.localizationChange();
|
11772
11769
|
}
|
11773
11770
|
}
|
11774
|
-
StringFilterMenuComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: StringFilterMenuComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
11771
|
+
StringFilterMenuComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: StringFilterMenuComponent, deps: [{ token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
11775
11772
|
StringFilterMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: StringFilterMenuComponent, isStandalone: true, selector: "kendo-treelist-string-filter-menu", inputs: { column: "column", filter: "filter", extra: "extra", filterService: "filterService" }, host: { properties: { "class.k-filtercell": "this.hostClasses" } }, usesInheritance: true, ngImport: i0, template: `
|
11776
11773
|
<kendo-treelist-string-filter-menu-input
|
11777
11774
|
[currentFilter]="firstFilter"
|
@@ -11831,7 +11828,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
11831
11828
|
standalone: true,
|
11832
11829
|
imports: [StringFilterMenuInputComponent, NgIf, DropDownListComponent]
|
11833
11830
|
}]
|
11834
|
-
}], ctorParameters: function () { return [{ type: i1.LocalizationService }]; }, propDecorators: { hostClasses: [{
|
11831
|
+
}], ctorParameters: function () { return [{ type: i1$1.LocalizationService }]; }, propDecorators: { hostClasses: [{
|
11835
11832
|
type: HostBinding,
|
11836
11833
|
args: ['class.k-filtercell']
|
11837
11834
|
}], column: [{
|
@@ -11993,7 +11990,7 @@ class NumericFilterMenuComponent extends NumericFilterComponent {
|
|
11993
11990
|
super.localizationChange();
|
11994
11991
|
}
|
11995
11992
|
}
|
11996
|
-
NumericFilterMenuComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: NumericFilterMenuComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
11993
|
+
NumericFilterMenuComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: NumericFilterMenuComponent, deps: [{ token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
11997
11994
|
NumericFilterMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: NumericFilterMenuComponent, isStandalone: true, selector: "kendo-treelist-numeric-filter-menu", inputs: { column: "column", filter: "filter", extra: "extra", filterService: "filterService" }, host: { properties: { "class.k-filtercell": "this.hostClasses" } }, usesInheritance: true, ngImport: i0, template: `
|
11998
11995
|
<kendo-treelist-numeric-filter-menu-input
|
11999
11996
|
[currentFilter]="firstFilter"
|
@@ -12083,7 +12080,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
12083
12080
|
standalone: true,
|
12084
12081
|
imports: [NumericFilterMenuInputComponent, NgIf, DropDownListComponent]
|
12085
12082
|
}]
|
12086
|
-
}], ctorParameters: function () { return [{ type: i1.LocalizationService }]; }, propDecorators: { hostClasses: [{
|
12083
|
+
}], ctorParameters: function () { return [{ type: i1$1.LocalizationService }]; }, propDecorators: { hostClasses: [{
|
12087
12084
|
type: HostBinding,
|
12088
12085
|
args: ['class.k-filtercell']
|
12089
12086
|
}], column: [{
|
@@ -12262,7 +12259,7 @@ class DateFilterMenuComponent extends DateFilterComponent {
|
|
12262
12259
|
super.localizationChange();
|
12263
12260
|
}
|
12264
12261
|
}
|
12265
|
-
DateFilterMenuComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DateFilterMenuComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
12262
|
+
DateFilterMenuComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DateFilterMenuComponent, deps: [{ token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
12266
12263
|
DateFilterMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: DateFilterMenuComponent, isStandalone: true, selector: "kendo-treelist-date-filter-menu", inputs: { column: "column", filter: "filter", extra: "extra", filterService: "filterService" }, host: { properties: { "class.k-filtercell": "this.hostClasses" } }, usesInheritance: true, ngImport: i0, template: `
|
12267
12264
|
<kendo-treelist-date-filter-menu-input
|
12268
12265
|
[currentFilter]="firstFilter"
|
@@ -12364,7 +12361,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
12364
12361
|
standalone: true,
|
12365
12362
|
imports: [DateFilterMenuInputComponent, NgIf, DropDownListComponent]
|
12366
12363
|
}]
|
12367
|
-
}], ctorParameters: function () { return [{ type: i1.LocalizationService }]; }, propDecorators: { hostClasses: [{
|
12364
|
+
}], ctorParameters: function () { return [{ type: i1$1.LocalizationService }]; }, propDecorators: { hostClasses: [{
|
12368
12365
|
type: HostBinding,
|
12369
12366
|
args: ['class.k-filtercell']
|
12370
12367
|
}], column: [{
|
@@ -12443,7 +12440,7 @@ class BooleanFilterMenuComponent extends BooleanFilterComponent {
|
|
12443
12440
|
this.renderer.setAttribute(elem, 'aria-label', fullMessage);
|
12444
12441
|
}
|
12445
12442
|
}
|
12446
|
-
BooleanFilterMenuComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BooleanFilterMenuComponent, deps: [{ token: i0.Renderer2 }, { token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
12443
|
+
BooleanFilterMenuComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BooleanFilterMenuComponent, deps: [{ token: i0.Renderer2 }, { token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
12447
12444
|
BooleanFilterMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: BooleanFilterMenuComponent, isStandalone: true, selector: "kendo-treelist-boolean-filter-menu", inputs: { filter: "filter", filterService: "filterService" }, host: { properties: { "class.k-filtercell": "this.hostClasses" } }, viewQueries: [{ propertyName: "inputElem", first: true, predicate: ["inputElem"], descendants: true }], usesInheritance: true, ngImport: i0, template: `
|
12448
12445
|
<ul class="k-radio-list k-reset">
|
12449
12446
|
<li *ngFor="let item of items">
|
@@ -12479,7 +12476,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
12479
12476
|
standalone: true,
|
12480
12477
|
imports: [NgFor, RadioButtonDirective]
|
12481
12478
|
}]
|
12482
|
-
}], ctorParameters: function () { return [{ type: i0.Renderer2 }, { type: i1.LocalizationService }]; }, propDecorators: { hostClasses: [{
|
12479
|
+
}], ctorParameters: function () { return [{ type: i0.Renderer2 }, { type: i1$1.LocalizationService }]; }, propDecorators: { hostClasses: [{
|
12483
12480
|
type: HostBinding,
|
12484
12481
|
args: ['class.k-filtercell']
|
12485
12482
|
}], inputElem: [{
|
@@ -12647,7 +12644,7 @@ class FilterMenuContainerComponent {
|
|
12647
12644
|
return this.localization.get("filterFilterButton");
|
12648
12645
|
}
|
12649
12646
|
}
|
12650
|
-
FilterMenuContainerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FilterMenuContainerComponent, deps: [{ token: FilterService, skipSelf: true }, { token: FilterService }, { token: i1.LocalizationService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
12647
|
+
FilterMenuContainerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FilterMenuContainerComponent, deps: [{ token: FilterService, skipSelf: true }, { token: FilterService }, { token: i1$1.LocalizationService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
12651
12648
|
FilterMenuContainerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: FilterMenuContainerComponent, isStandalone: true, selector: "kendo-treelist-filter-menu-container", inputs: { column: "column", filter: "filter", actionsClass: "actionsClass" }, outputs: { close: "close" }, providers: [FilterService], ngImport: i0, template: `
|
12652
12649
|
<form (submit)="submit()" (reset)="reset()"
|
12653
12650
|
class="k-filter-menu">
|
@@ -12735,7 +12732,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
12735
12732
|
}], ctorParameters: function () {
|
12736
12733
|
return [{ type: FilterService, decorators: [{
|
12737
12734
|
type: SkipSelf
|
12738
|
-
}] }, { type: FilterService }, { type: i1.LocalizationService }, { type: i0.ChangeDetectorRef }];
|
12735
|
+
}] }, { type: FilterService }, { type: i1$1.LocalizationService }, { type: i0.ChangeDetectorRef }];
|
12739
12736
|
}, propDecorators: { close: [{
|
12740
12737
|
type: Output
|
12741
12738
|
}], column: [{
|
@@ -12974,7 +12971,7 @@ class ColumnMenuFilterComponent extends ColumnMenuItemBase {
|
|
12974
12971
|
this.filterIcon = filterIcon;
|
12975
12972
|
}
|
12976
12973
|
}
|
12977
|
-
ColumnMenuFilterComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ColumnMenuFilterComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
12974
|
+
ColumnMenuFilterComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ColumnMenuFilterComponent, deps: [{ token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
12978
12975
|
ColumnMenuFilterComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ColumnMenuFilterComponent, isStandalone: true, selector: "kendo-treelist-columnmenu-filter", inputs: { expanded: "expanded" }, outputs: { expand: "expand", collapse: "collapse" }, usesInheritance: true, ngImport: i0, template: `
|
12979
12976
|
<kendo-treelist-columnmenu-item
|
12980
12977
|
[text]="localization.get('filter')"
|
@@ -13018,7 +13015,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
13018
13015
|
standalone: true,
|
13019
13016
|
imports: [ColumnMenuItemComponent, ColumnMenuItemContentTemplateDirective, FilterMenuContainerComponent]
|
13020
13017
|
}]
|
13021
|
-
}], ctorParameters: function () { return [{ type: i1.LocalizationService }]; }, propDecorators: { expand: [{
|
13018
|
+
}], ctorParameters: function () { return [{ type: i1$1.LocalizationService }]; }, propDecorators: { expand: [{
|
13022
13019
|
type: Output
|
13023
13020
|
}], collapse: [{
|
13024
13021
|
type: Output
|
@@ -13284,7 +13281,7 @@ class ColumnMenuChooserComponent extends ColumnMenuItemBase {
|
|
13284
13281
|
}
|
13285
13282
|
}
|
13286
13283
|
}
|
13287
|
-
ColumnMenuChooserComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ColumnMenuChooserComponent, deps: [{ token: i1.LocalizationService }, { token: ColumnInfoService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
13284
|
+
ColumnMenuChooserComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ColumnMenuChooserComponent, deps: [{ token: i1$1.LocalizationService }, { token: ColumnInfoService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
13288
13285
|
ColumnMenuChooserComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ColumnMenuChooserComponent, isStandalone: true, selector: "kendo-treelist-columnmenu-chooser", inputs: { expanded: "expanded" }, outputs: { expand: "expand", collapse: "collapse" }, usesInheritance: true, ngImport: i0, template: `
|
13289
13286
|
<kendo-treelist-columnmenu-item
|
13290
13287
|
[text]="localization.get('columns')"
|
@@ -13334,7 +13331,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
13334
13331
|
standalone: true,
|
13335
13332
|
imports: [ColumnMenuItemComponent, ColumnMenuItemContentTemplateDirective, ColumnListComponent]
|
13336
13333
|
}]
|
13337
|
-
}], ctorParameters: function () { return [{ type: i1.LocalizationService }, { type: ColumnInfoService }, { type: i0.ChangeDetectorRef }]; }, propDecorators: { expand: [{
|
13334
|
+
}], ctorParameters: function () { return [{ type: i1$1.LocalizationService }, { type: ColumnInfoService }, { type: i0.ChangeDetectorRef }]; }, propDecorators: { expand: [{
|
13338
13335
|
type: Output
|
13339
13336
|
}], collapse: [{
|
13340
13337
|
type: Output
|
@@ -13401,7 +13398,7 @@ class ColumnMenuLockComponent extends ColumnMenuItemBase {
|
|
13401
13398
|
return this.service.column.locked;
|
13402
13399
|
}
|
13403
13400
|
}
|
13404
|
-
ColumnMenuLockComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ColumnMenuLockComponent, deps: [{ token: i1.LocalizationService }, { token: ColumnInfoService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
13401
|
+
ColumnMenuLockComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ColumnMenuLockComponent, deps: [{ token: i1$1.LocalizationService }, { token: ColumnInfoService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
13405
13402
|
ColumnMenuLockComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ColumnMenuLockComponent, isStandalone: true, selector: "kendo-treelist-columnmenu-lock", usesInheritance: true, ngImport: i0, template: `
|
13406
13403
|
<kendo-treelist-columnmenu-item
|
13407
13404
|
[text]="text"
|
@@ -13427,7 +13424,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
13427
13424
|
standalone: true,
|
13428
13425
|
imports: [ColumnMenuItemComponent]
|
13429
13426
|
}]
|
13430
|
-
}], ctorParameters: function () { return [{ type: i1.LocalizationService }, { type: ColumnInfoService }, { type: i0.ChangeDetectorRef }]; } });
|
13427
|
+
}], ctorParameters: function () { return [{ type: i1$1.LocalizationService }, { type: ColumnInfoService }, { type: i0.ChangeDetectorRef }]; } });
|
13431
13428
|
|
13432
13429
|
/**
|
13433
13430
|
* Represents the column-menu item for sorting TreeList columns.
|
@@ -13477,7 +13474,7 @@ class ColumnMenuSortComponent extends ColumnMenuItemBase {
|
|
13477
13474
|
return [].concat(this.service.sort || []).find(s => s.field === this.service.column.field);
|
13478
13475
|
}
|
13479
13476
|
}
|
13480
|
-
ColumnMenuSortComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ColumnMenuSortComponent, deps: [{ token: i1.LocalizationService }, { token: SortService }], target: i0.ɵɵFactoryTarget.Component });
|
13477
|
+
ColumnMenuSortComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ColumnMenuSortComponent, deps: [{ token: i1$1.LocalizationService }, { token: SortService }], target: i0.ɵɵFactoryTarget.Component });
|
13481
13478
|
ColumnMenuSortComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ColumnMenuSortComponent, isStandalone: true, selector: "kendo-treelist-columnmenu-sort", usesInheritance: true, ngImport: i0, template: `
|
13482
13479
|
<kendo-treelist-columnmenu-item
|
13483
13480
|
[text]="localization.get('sortAscending')"
|
@@ -13517,7 +13514,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
13517
13514
|
standalone: true,
|
13518
13515
|
imports: [ColumnMenuItemComponent]
|
13519
13516
|
}]
|
13520
|
-
}], ctorParameters: function () { return [{ type: i1.LocalizationService }, { type: SortService }]; } });
|
13517
|
+
}], ctorParameters: function () { return [{ type: i1$1.LocalizationService }, { type: SortService }]; } });
|
13521
13518
|
|
13522
13519
|
const POPUP_CLASSES = 'k-grid-columnmenu-popup k-column-menu';
|
13523
13520
|
/**
|
@@ -13623,7 +13620,7 @@ class ColumnMenuComponent {
|
|
13623
13620
|
this.expandedColumns = false;
|
13624
13621
|
}
|
13625
13622
|
}
|
13626
|
-
ColumnMenuComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ColumnMenuComponent, deps: [{ token: SinglePopupService }, { token: i1.LocalizationService }, { token: ColumnMenuService }], target: i0.ɵɵFactoryTarget.Component });
|
13623
|
+
ColumnMenuComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ColumnMenuComponent, deps: [{ token: SinglePopupService }, { token: i1$1.LocalizationService }, { token: ColumnMenuService }], target: i0.ɵɵFactoryTarget.Component });
|
13627
13624
|
ColumnMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ColumnMenuComponent, isStandalone: true, selector: "kendo-treelist-column-menu", inputs: { standalone: "standalone", column: "column", settings: "settings", sort: "sort", filter: "filter", sortable: "sortable", columnMenuTemplate: "columnMenuTemplate" }, host: { properties: { "class.k-grid-column-menu-standalone": "this.standalone" } }, providers: [ColumnMenuService], usesOnChanges: true, ngImport: i0, template: `
|
13628
13625
|
<a #anchor
|
13629
13626
|
class="k-grid-column-menu k-grid-header-menu"
|
@@ -13692,7 +13689,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
13692
13689
|
standalone: true,
|
13693
13690
|
imports: [NgClass, IconWrapperComponent, NgTemplateOutlet, NgIf, ColumnMenuSortComponent, ColumnMenuLockComponent, ColumnMenuChooserComponent, ColumnMenuFilterComponent]
|
13694
13691
|
}]
|
13695
|
-
}], ctorParameters: function () { return [{ type: SinglePopupService }, { type: i1.LocalizationService }, { type: ColumnMenuService }]; }, propDecorators: { standalone: [{
|
13692
|
+
}], ctorParameters: function () { return [{ type: SinglePopupService }, { type: i1$1.LocalizationService }, { type: ColumnMenuService }]; }, propDecorators: { standalone: [{
|
13696
13693
|
type: HostBinding,
|
13697
13694
|
args: ['class.k-grid-column-menu-standalone']
|
13698
13695
|
}, {
|
@@ -13736,7 +13733,7 @@ class FilterMenuComponent {
|
|
13736
13733
|
this.popupService.destroy();
|
13737
13734
|
}
|
13738
13735
|
}
|
13739
|
-
FilterMenuComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FilterMenuComponent, deps: [{ token: FilterService }, { token: SinglePopupService }, { token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
13736
|
+
FilterMenuComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FilterMenuComponent, deps: [{ token: FilterService }, { token: SinglePopupService }, { token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
13740
13737
|
FilterMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: FilterMenuComponent, isStandalone: true, selector: "kendo-treelist-filter-menu", inputs: { column: "column", filter: "filter" }, ngImport: i0, template: `
|
13741
13738
|
<a #anchor
|
13742
13739
|
class="k-grid-filter-menu k-grid-header-menu"
|
@@ -13784,7 +13781,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
13784
13781
|
standalone: true,
|
13785
13782
|
imports: [IconWrapperComponent, FilterMenuContainerComponent]
|
13786
13783
|
}]
|
13787
|
-
}], ctorParameters: function () { return [{ type: FilterService }, { type: SinglePopupService }, { type: i1.LocalizationService }]; }, propDecorators: { column: [{
|
13784
|
+
}], ctorParameters: function () { return [{ type: FilterService }, { type: SinglePopupService }, { type: i1$1.LocalizationService }]; }, propDecorators: { column: [{
|
13788
13785
|
type: Input
|
13789
13786
|
}], filter: [{
|
13790
13787
|
type: Input
|
@@ -14090,7 +14087,7 @@ class HeaderComponent {
|
|
14090
14087
|
});
|
14091
14088
|
}
|
14092
14089
|
}
|
14093
|
-
HeaderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: HeaderComponent, deps: [{ token: SinglePopupService }, { token: DragHintService }, { token: DropCueService }, { token: ColumnReorderService }, { token: SortService }, { token: SelectionService }, { token: i1.LocalizationService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
14090
|
+
HeaderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: HeaderComponent, deps: [{ token: SinglePopupService }, { token: DragHintService }, { token: DropCueService }, { token: ColumnReorderService }, { token: SortService }, { token: SelectionService }, { token: i1$1.LocalizationService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
14094
14091
|
HeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: HeaderComponent, isStandalone: true, selector: "[kendoTreeListHeader]", inputs: { totalColumnLevels: "totalColumnLevels", columns: "columns", scrollable: "scrollable", filterable: "filterable", sort: "sort", filter: "filter", sortable: "sortable", lockedColumnsCount: "lockedColumnsCount", resizable: "resizable", reorderable: "reorderable", columnMenu: "columnMenu", columnMenuTemplate: "columnMenuTemplate", totalColumnsCount: "totalColumnsCount", totalColumns: "totalColumns" }, host: { properties: { "class.k-grid-header": "this.headerClass", "class.k-table-thead": "this.hostClass" } }, viewQueries: [{ propertyName: "dropTargets", predicate: DropTargetDirective, descendants: true }], usesOnChanges: true, ngImport: i0, template: `
|
14095
14092
|
<tr *ngFor="let i of columnLevels; let levelIndex = index" role="row"
|
14096
14093
|
kendoTreeListLogicalRow
|
@@ -14464,7 +14461,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
14464
14461
|
standalone: true,
|
14465
14462
|
imports: [NgFor, LogicalRowDirective, NgIf, LogicalCellDirective, DropTargetDirective, DraggableDirective, DraggableColumnDirective, NgClass, NgStyle, FilterMenuComponent, ColumnMenuComponent, TemplateContextDirective, IconWrapperComponent, FocusableDirective, ColumnHandleDirective, FilterRowComponent]
|
14466
14463
|
}]
|
14467
|
-
}], ctorParameters: function () { return [{ type: SinglePopupService }, { type: DragHintService }, { type: DropCueService }, { type: ColumnReorderService }, { type: SortService }, { type: SelectionService }, { type: i1.LocalizationService }, { type: i0.ChangeDetectorRef }]; }, propDecorators: { totalColumnLevels: [{
|
14464
|
+
}], ctorParameters: function () { return [{ type: SinglePopupService }, { type: DragHintService }, { type: DropCueService }, { type: ColumnReorderService }, { type: SortService }, { type: SelectionService }, { type: i1$1.LocalizationService }, { type: i0.ChangeDetectorRef }]; }, propDecorators: { totalColumnLevels: [{
|
14468
14465
|
type: Input
|
14469
14466
|
}], columns: [{
|
14470
14467
|
type: Input
|
@@ -14724,7 +14721,7 @@ class LocalizedMessagesDirective extends Messages {
|
|
14724
14721
|
this.service = service;
|
14725
14722
|
}
|
14726
14723
|
}
|
14727
|
-
LocalizedMessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: LocalizedMessagesDirective, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
|
14724
|
+
LocalizedMessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: LocalizedMessagesDirective, deps: [{ token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
|
14728
14725
|
LocalizedMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: LocalizedMessagesDirective, isStandalone: true, selector: "[kendoTreeListLocalizedMessages]", providers: [
|
14729
14726
|
{
|
14730
14727
|
provide: Messages,
|
@@ -14743,7 +14740,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
14743
14740
|
selector: '[kendoTreeListLocalizedMessages]',
|
14744
14741
|
standalone: true
|
14745
14742
|
}]
|
14746
|
-
}], ctorParameters: function () { return [{ type: i1.LocalizationService }]; } });
|
14743
|
+
}], ctorParameters: function () { return [{ type: i1$1.LocalizationService }]; } });
|
14747
14744
|
|
14748
14745
|
/* eslint-disable @typescript-eslint/no-explicit-any */
|
14749
14746
|
const createControl = (source) => (acc, key) => {
|
@@ -16341,7 +16338,7 @@ class TreeListComponent {
|
|
16341
16338
|
(_b = this.dropTargetContainer) === null || _b === void 0 ? void 0 : _b.notify();
|
16342
16339
|
}
|
16343
16340
|
}
|
16344
|
-
TreeListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TreeListComponent, deps: [{ token: BrowserSupportService }, { token: i0.ElementRef }, { token: ChangeNotificationService }, { token: EditService }, { token: FilterService }, { token: PDFService }, { token: ResponsiveService }, { token: i0.Renderer2 }, { token: ExcelService }, { token: i0.NgZone }, { token: ScrollSyncService }, { token: DomEventsService }, { token: ColumnResizingService }, { token: i0.ChangeDetectorRef }, { token: ColumnReorderService }, { token: ColumnInfoService }, { token: NavigationService }, { token: SortService }, { token: ScrollRequestService }, { token: ExpandStateService }, { token: OptionChangesService }, { token: SelectionService }, { token: i1.LocalizationService }, { token: ContextService }, { token: RowReorderService }], target: i0.ɵɵFactoryTarget.Component });
|
16341
|
+
TreeListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TreeListComponent, deps: [{ token: BrowserSupportService }, { token: i0.ElementRef }, { token: ChangeNotificationService }, { token: EditService }, { token: FilterService }, { token: PDFService }, { token: ResponsiveService }, { token: i0.Renderer2 }, { token: ExcelService }, { token: i0.NgZone }, { token: ScrollSyncService }, { token: DomEventsService }, { token: ColumnResizingService }, { token: i0.ChangeDetectorRef }, { token: ColumnReorderService }, { token: ColumnInfoService }, { token: NavigationService }, { token: SortService }, { token: ScrollRequestService }, { token: ExpandStateService }, { token: OptionChangesService }, { token: SelectionService }, { token: i1$1.LocalizationService }, { token: ContextService }, { token: RowReorderService }], target: i0.ɵɵFactoryTarget.Component });
|
16345
16342
|
TreeListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: TreeListComponent, isStandalone: true, selector: "kendo-treelist", inputs: { ariaLabel: ["aria-label", "ariaLabel"], data: "data", pageSize: "pageSize", height: "height", rowHeight: "rowHeight", skip: "skip", scrollable: "scrollable", sort: "sort", trackBy: "trackBy", filter: "filter", virtualColumns: "virtualColumns", filterable: "filterable", sortable: "sortable", pageable: "pageable", navigable: "navigable", navigatable: "navigatable", autoSize: "autoSize", rowClass: "rowClass", resizable: "resizable", reorderable: "reorderable", loading: "loading", columnMenu: "columnMenu", hideHeader: "hideHeader", idField: "idField", selectable: "selectable", isSelected: "isSelected", rowReorderable: "rowReorderable", columnsRef: ["columns", "columnsRef"], fetchChildren: "fetchChildren", hasChildren: "hasChildren", isExpanded: "isExpanded" }, outputs: { selectionChange: "selectionChange", filterChange: "filterChange", pageChange: "pageChange", sortChange: "sortChange", dataStateChange: "dataStateChange", edit: "edit", cancel: "cancel", save: "save", remove: "remove", add: "add", cellClose: "cellClose", cellClick: "cellClick", pdfExport: "pdfExport", excelExport: "excelExport", columnResize: "columnResize", columnReorder: "columnReorder", columnVisibilityChange: "columnVisibilityChange", columnLockedChange: "columnLockedChange", scrollBottom: "scrollBottom", contentScroll: "contentScroll", expandEvent: "expand", collapseEvent: "collapse", expandStateChange: "expandStateChange", rowReorder: "rowReorder" }, host: { properties: { "attr.dir": "this.dir", "class.k-grid": "this.hostClasses", "class.k-grid-md": "this.hostClasses", "class.k-treelist": "this.hostClasses", "class.k-grid-lockedcolumns": "this.lockedClasses", "class.k-grid-virtual": "this.virtualClasses", "class.k-grid-no-scrollbar": "this.noScrollbarClass" } }, providers: [
|
16346
16343
|
BrowserSupportService,
|
16347
16344
|
LocalizationService,
|
@@ -17187,7 +17184,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
17187
17184
|
standalone: true,
|
17188
17185
|
imports: [LocalizedMessagesDirective, NgIf, ToolbarComponent, DragTargetContainerDirective, DropTargetContainerDirective, TableDirective, ColGroupComponent, HeaderComponent, ResizableContainerDirective, ListComponent, DraggableDirective, MarqueeDirective, TableBodyComponent, LoadingComponent, PagerComponent, IconWrapperComponent]
|
17189
17186
|
}]
|
17190
|
-
}], 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.LocalizationService }, { type: ContextService }, { type: RowReorderService }]; }, propDecorators: { ariaLabel: [{
|
17187
|
+
}], 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: [{
|
17191
17188
|
type: Input,
|
17192
17189
|
args: ['aria-label']
|
17193
17190
|
}], data: [{
|
@@ -17370,7 +17367,7 @@ class CustomMessagesComponent extends Messages {
|
|
17370
17367
|
return true;
|
17371
17368
|
}
|
17372
17369
|
}
|
17373
|
-
CustomMessagesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CustomMessagesComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
17370
|
+
CustomMessagesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CustomMessagesComponent, deps: [{ token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
17374
17371
|
CustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: CustomMessagesComponent, isStandalone: true, selector: "kendo-treelist-messages", providers: [
|
17375
17372
|
{
|
17376
17373
|
provide: Messages,
|
@@ -17390,7 +17387,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
17390
17387
|
template: ``,
|
17391
17388
|
standalone: true
|
17392
17389
|
}]
|
17393
|
-
}], ctorParameters: function () { return [{ type: i1.LocalizationService }]; } });
|
17390
|
+
}], ctorParameters: function () { return [{ type: i1$1.LocalizationService }]; } });
|
17394
17391
|
|
17395
17392
|
/**
|
17396
17393
|
* A directive applied to all toolbar elements that need to be a part of the TreeList
|
@@ -18831,7 +18828,7 @@ class BaseCommandDirective extends Button {
|
|
18831
18828
|
this.onClick();
|
18832
18829
|
}
|
18833
18830
|
}
|
18834
|
-
BaseCommandDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BaseCommandDirective, deps: [{ token: EditService }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i1.LocalizationService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
18831
|
+
BaseCommandDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BaseCommandDirective, deps: [{ token: EditService }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i1$1.LocalizationService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
18835
18832
|
BaseCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: BaseCommandDirective, isStandalone: true, selector: "[kendoTreeListBaseCommand]", host: { listeners: { "click": "clickHandler($event)" }, properties: { "style.display": "this.visible" } }, usesInheritance: true, ngImport: i0, template: `
|
18836
18833
|
<kendo-icon-wrapper
|
18837
18834
|
*ngIf="icon || svgIcon"
|
@@ -18863,7 +18860,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
18863
18860
|
standalone: true,
|
18864
18861
|
imports: [NgIf, IconWrapperComponent, NgClass]
|
18865
18862
|
}]
|
18866
|
-
}], ctorParameters: function () { return [{ type: EditService }, { type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i1.LocalizationService }, { type: i0.NgZone }]; }, propDecorators: { visible: [{
|
18863
|
+
}], ctorParameters: function () { return [{ type: EditService }, { type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i1$1.LocalizationService }, { type: i0.NgZone }]; }, propDecorators: { visible: [{
|
18867
18864
|
type: HostBinding,
|
18868
18865
|
args: ['style.display']
|
18869
18866
|
}], clickHandler: [{
|
@@ -18905,7 +18902,7 @@ class EditCommandDirective extends BaseCommandDirective {
|
|
18905
18902
|
}
|
18906
18903
|
}
|
18907
18904
|
}
|
18908
|
-
EditCommandDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditCommandDirective, deps: [{ token: EditService }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i1.LocalizationService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
18905
|
+
EditCommandDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditCommandDirective, deps: [{ token: EditService }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i1$1.LocalizationService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
18909
18906
|
EditCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: EditCommandDirective, isStandalone: true, selector: "[kendoTreeListEditCommand]", inputs: { cellContext: ["kendoTreeListEditCommand", "cellContext"] }, host: { properties: { "class.k-grid-edit-command": "this.commandClass" } }, usesInheritance: true, ngImport: i0, template: `
|
18910
18907
|
<kendo-icon-wrapper
|
18911
18908
|
*ngIf="icon || svgIcon"
|
@@ -18937,7 +18934,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
18937
18934
|
standalone: true,
|
18938
18935
|
imports: [NgIf, IconWrapperComponent, NgClass]
|
18939
18936
|
}]
|
18940
|
-
}], ctorParameters: function () { return [{ type: EditService }, { type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i1.LocalizationService }, { type: i0.NgZone }]; }, propDecorators: { cellContext: [{
|
18937
|
+
}], ctorParameters: function () { return [{ type: EditService }, { type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i1$1.LocalizationService }, { type: i0.NgZone }]; }, propDecorators: { cellContext: [{
|
18941
18938
|
type: Input,
|
18942
18939
|
args: ['kendoTreeListEditCommand']
|
18943
18940
|
}], commandClass: [{
|
@@ -18979,7 +18976,7 @@ class CancelCommandDirective extends BaseCommandDirective {
|
|
18979
18976
|
}
|
18980
18977
|
}
|
18981
18978
|
}
|
18982
|
-
CancelCommandDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CancelCommandDirective, deps: [{ token: EditService }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i1.LocalizationService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
18979
|
+
CancelCommandDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CancelCommandDirective, deps: [{ token: EditService }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i1$1.LocalizationService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
18983
18980
|
CancelCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: CancelCommandDirective, isStandalone: true, selector: "[kendoTreeListCancelCommand]", inputs: { cellContext: ["kendoTreeListCancelCommand", "cellContext"] }, host: { properties: { "class.k-grid-cancel-command": "this.commandClass" } }, usesInheritance: true, ngImport: i0, template: `
|
18984
18981
|
<kendo-icon-wrapper
|
18985
18982
|
*ngIf="icon || svgIcon"
|
@@ -19011,7 +19008,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
19011
19008
|
standalone: true,
|
19012
19009
|
imports: [NgIf, IconWrapperComponent, NgClass]
|
19013
19010
|
}]
|
19014
|
-
}], ctorParameters: function () { return [{ type: EditService }, { type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i1.LocalizationService }, { type: i0.NgZone }]; }, propDecorators: { cellContext: [{
|
19011
|
+
}], ctorParameters: function () { return [{ type: EditService }, { type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i1$1.LocalizationService }, { type: i0.NgZone }]; }, propDecorators: { cellContext: [{
|
19015
19012
|
type: Input,
|
19016
19013
|
args: ['kendoTreeListCancelCommand']
|
19017
19014
|
}], commandClass: [{
|
@@ -19052,7 +19049,7 @@ class SaveCommandDirective extends BaseCommandDirective {
|
|
19052
19049
|
}
|
19053
19050
|
}
|
19054
19051
|
}
|
19055
|
-
SaveCommandDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SaveCommandDirective, deps: [{ token: EditService }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i1.LocalizationService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
19052
|
+
SaveCommandDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SaveCommandDirective, deps: [{ token: EditService }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i1$1.LocalizationService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
19056
19053
|
SaveCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: SaveCommandDirective, isStandalone: true, selector: "[kendoTreeListSaveCommand]", inputs: { cellContext: ["kendoTreeListSaveCommand", "cellContext"] }, host: { properties: { "class.k-grid-save-command": "this.commandClass" } }, usesInheritance: true, ngImport: i0, template: `
|
19057
19054
|
<kendo-icon-wrapper
|
19058
19055
|
*ngIf="icon || svgIcon"
|
@@ -19084,7 +19081,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
19084
19081
|
standalone: true,
|
19085
19082
|
imports: [NgIf, IconWrapperComponent, NgClass]
|
19086
19083
|
}]
|
19087
|
-
}], ctorParameters: function () { return [{ type: EditService }, { type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i1.LocalizationService }, { type: i0.NgZone }]; }, propDecorators: { cellContext: [{
|
19084
|
+
}], ctorParameters: function () { return [{ type: EditService }, { type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i1$1.LocalizationService }, { type: i0.NgZone }]; }, propDecorators: { cellContext: [{
|
19088
19085
|
type: Input,
|
19089
19086
|
args: ['kendoTreeListSaveCommand']
|
19090
19087
|
}], commandClass: [{
|
@@ -19125,7 +19122,7 @@ class RemoveCommandDirective extends BaseCommandDirective {
|
|
19125
19122
|
}
|
19126
19123
|
}
|
19127
19124
|
}
|
19128
|
-
RemoveCommandDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: RemoveCommandDirective, deps: [{ token: EditService }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i1.LocalizationService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
19125
|
+
RemoveCommandDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: RemoveCommandDirective, deps: [{ token: EditService }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i1$1.LocalizationService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
19129
19126
|
RemoveCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: RemoveCommandDirective, isStandalone: true, selector: "[kendoTreeListRemoveCommand]", inputs: { cellContext: ["kendoTreeListRemoveCommand", "cellContext"] }, host: { properties: { "class.k-grid-remove-command": "this.commandClass" } }, usesInheritance: true, ngImport: i0, template: `
|
19130
19127
|
<kendo-icon-wrapper
|
19131
19128
|
*ngIf="icon || svgIcon"
|
@@ -19157,7 +19154,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
19157
19154
|
standalone: true,
|
19158
19155
|
imports: [NgIf, IconWrapperComponent, NgClass]
|
19159
19156
|
}]
|
19160
|
-
}], ctorParameters: function () { return [{ type: EditService }, { type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i1.LocalizationService }, { type: i0.NgZone }]; }, propDecorators: { cellContext: [{
|
19157
|
+
}], ctorParameters: function () { return [{ type: EditService }, { type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i1$1.LocalizationService }, { type: i0.NgZone }]; }, propDecorators: { cellContext: [{
|
19161
19158
|
type: Input,
|
19162
19159
|
args: ['kendoTreeListRemoveCommand']
|
19163
19160
|
}], commandClass: [{
|
@@ -19199,7 +19196,7 @@ class AddCommandDirective extends BaseCommandDirective {
|
|
19199
19196
|
this.editService.beginAdd(this.dataItem);
|
19200
19197
|
}
|
19201
19198
|
}
|
19202
|
-
AddCommandDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AddCommandDirective, deps: [{ token: EditService }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i1.LocalizationService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
19199
|
+
AddCommandDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AddCommandDirective, deps: [{ token: EditService }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i1$1.LocalizationService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
19203
19200
|
AddCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: AddCommandDirective, isStandalone: true, selector: "[kendoTreeListAddCommand]", inputs: { cellContext: ["kendoTreeListAddCommand", "cellContext"] }, host: { properties: { "class.k-grid-add-command": "this.commandClass" } }, usesInheritance: true, ngImport: i0, template: `
|
19204
19201
|
<kendo-icon-wrapper
|
19205
19202
|
*ngIf="icon || svgIcon"
|
@@ -19231,7 +19228,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
19231
19228
|
standalone: true,
|
19232
19229
|
imports: [NgIf, IconWrapperComponent, NgClass]
|
19233
19230
|
}]
|
19234
|
-
}], ctorParameters: function () { return [{ type: EditService }, { type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i1.LocalizationService }, { type: i0.NgZone }]; }, propDecorators: { cellContext: [{
|
19231
|
+
}], ctorParameters: function () { return [{ type: EditService }, { type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i1$1.LocalizationService }, { type: i0.NgZone }]; }, propDecorators: { cellContext: [{
|
19235
19232
|
type: Input,
|
19236
19233
|
args: ['kendoTreeListAddCommand']
|
19237
19234
|
}], commandClass: [{
|
@@ -19284,7 +19281,7 @@ class AutoCompleteFilterCellComponent extends BaseFilterCellComponent {
|
|
19284
19281
|
return replaceMessagePlaceholder(localizationMsg, 'columnName', columnName);
|
19285
19282
|
}
|
19286
19283
|
}
|
19287
|
-
AutoCompleteFilterCellComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AutoCompleteFilterCellComponent, deps: [{ token: FilterService }, { token: ColumnComponent }, { token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
19284
|
+
AutoCompleteFilterCellComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AutoCompleteFilterCellComponent, deps: [{ token: FilterService }, { token: ColumnComponent }, { token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
19288
19285
|
AutoCompleteFilterCellComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: AutoCompleteFilterCellComponent, isStandalone: true, selector: "kendo-treelist-autocomplete-filter-cell", inputs: { showOperators: "showOperators", column: "column", filter: "filter", data: "data", valueField: "valueField" }, usesInheritance: true, ngImport: i0, template: `
|
19289
19286
|
<kendo-treelist-filter-wrapper-cell
|
19290
19287
|
[column]="column"
|
@@ -19322,7 +19319,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
19322
19319
|
standalone: true,
|
19323
19320
|
imports: [FilterCellWrapperComponent, AutoCompleteComponent, FilterInputDirective]
|
19324
19321
|
}]
|
19325
|
-
}], ctorParameters: function () { return [{ type: FilterService }, { type: ColumnComponent }, { type: i1.LocalizationService }]; }, propDecorators: { showOperators: [{
|
19322
|
+
}], ctorParameters: function () { return [{ type: FilterService }, { type: ColumnComponent }, { type: i1$1.LocalizationService }]; }, propDecorators: { showOperators: [{
|
19326
19323
|
type: Input
|
19327
19324
|
}], column: [{
|
19328
19325
|
type: Input
|
@@ -19341,7 +19338,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
19341
19338
|
class ContainsFilterOperatorComponent extends FilterOperatorBase {
|
19342
19339
|
constructor(localization) { super("contains", localization); }
|
19343
19340
|
}
|
19344
|
-
ContainsFilterOperatorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ContainsFilterOperatorComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
19341
|
+
ContainsFilterOperatorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ContainsFilterOperatorComponent, deps: [{ token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
19345
19342
|
ContainsFilterOperatorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ContainsFilterOperatorComponent, isStandalone: true, selector: "kendo-treelist-filter-contains-operator", providers: [
|
19346
19343
|
{
|
19347
19344
|
provide: FilterOperatorBase,
|
@@ -19361,7 +19358,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
19361
19358
|
template: ``,
|
19362
19359
|
standalone: true
|
19363
19360
|
}]
|
19364
|
-
}], ctorParameters: function () { return [{ type: i1.LocalizationService }]; } });
|
19361
|
+
}], ctorParameters: function () { return [{ type: i1$1.LocalizationService }]; } });
|
19365
19362
|
|
19366
19363
|
/**
|
19367
19364
|
* Represents the `DoesNotContain` (**Does not contain**) filter operator. [See example](slug:filtering_treelist#toc-using-the-built-in-directives).
|
@@ -19370,7 +19367,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
19370
19367
|
class DoesNotContainFilterOperatorComponent extends FilterOperatorBase {
|
19371
19368
|
constructor(localization) { super("doesnotcontain", localization); }
|
19372
19369
|
}
|
19373
|
-
DoesNotContainFilterOperatorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DoesNotContainFilterOperatorComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
19370
|
+
DoesNotContainFilterOperatorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DoesNotContainFilterOperatorComponent, deps: [{ token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
19374
19371
|
DoesNotContainFilterOperatorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: DoesNotContainFilterOperatorComponent, isStandalone: true, selector: "kendo-treelist-filter-not-contains-operator", providers: [
|
19375
19372
|
{
|
19376
19373
|
provide: FilterOperatorBase,
|
@@ -19390,7 +19387,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
19390
19387
|
template: ``,
|
19391
19388
|
standalone: true
|
19392
19389
|
}]
|
19393
|
-
}], ctorParameters: function () { return [{ type: i1.LocalizationService }]; } });
|
19390
|
+
}], ctorParameters: function () { return [{ type: i1$1.LocalizationService }]; } });
|
19394
19391
|
|
19395
19392
|
/**
|
19396
19393
|
* Represents the `EndsWith` (**Ends with**) string filter operator. [See example](slug:filtering_treelist#toc-using-the-built-in-directives).
|
@@ -19399,7 +19396,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
19399
19396
|
class EndsWithFilterOperatorComponent extends FilterOperatorBase {
|
19400
19397
|
constructor(localization) { super("endswith", localization); }
|
19401
19398
|
}
|
19402
|
-
EndsWithFilterOperatorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EndsWithFilterOperatorComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
19399
|
+
EndsWithFilterOperatorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EndsWithFilterOperatorComponent, deps: [{ token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
19403
19400
|
EndsWithFilterOperatorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: EndsWithFilterOperatorComponent, isStandalone: true, selector: "kendo-treelist-filter-endswith-operator", providers: [
|
19404
19401
|
{
|
19405
19402
|
provide: FilterOperatorBase,
|
@@ -19419,7 +19416,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
19419
19416
|
template: ``,
|
19420
19417
|
standalone: true
|
19421
19418
|
}]
|
19422
|
-
}], ctorParameters: function () { return [{ type: i1.LocalizationService }]; } });
|
19419
|
+
}], ctorParameters: function () { return [{ type: i1$1.LocalizationService }]; } });
|
19423
19420
|
|
19424
19421
|
/**
|
19425
19422
|
* Represents the `Equal` (**Is equal to**) filter operator. [See example](slug:filtering_treelist#toc-using-the-built-in-directives).
|
@@ -19428,7 +19425,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
19428
19425
|
class EqualFilterOperatorComponent extends FilterOperatorBase {
|
19429
19426
|
constructor(localization) { super("eq", localization); }
|
19430
19427
|
}
|
19431
|
-
EqualFilterOperatorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EqualFilterOperatorComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
19428
|
+
EqualFilterOperatorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EqualFilterOperatorComponent, deps: [{ token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
19432
19429
|
EqualFilterOperatorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: EqualFilterOperatorComponent, isStandalone: true, selector: "kendo-treelist-filter-eq-operator", providers: [
|
19433
19430
|
{
|
19434
19431
|
provide: FilterOperatorBase,
|
@@ -19448,7 +19445,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
19448
19445
|
template: ``,
|
19449
19446
|
standalone: true
|
19450
19447
|
}]
|
19451
|
-
}], ctorParameters: function () { return [{ type: i1.LocalizationService }]; } });
|
19448
|
+
}], ctorParameters: function () { return [{ type: i1$1.LocalizationService }]; } });
|
19452
19449
|
|
19453
19450
|
/**
|
19454
19451
|
* Represents the `IsEmpty` (**Is empty**) filter operator. [See example](slug:filtering_treelist#toc-using-the-built-in-directives).
|
@@ -19457,7 +19454,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
19457
19454
|
class IsEmptyFilterOperatorComponent extends FilterOperatorBase {
|
19458
19455
|
constructor(localization) { super("isempty", localization); }
|
19459
19456
|
}
|
19460
|
-
IsEmptyFilterOperatorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: IsEmptyFilterOperatorComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
19457
|
+
IsEmptyFilterOperatorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: IsEmptyFilterOperatorComponent, deps: [{ token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
19461
19458
|
IsEmptyFilterOperatorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: IsEmptyFilterOperatorComponent, isStandalone: true, selector: "kendo-treelist-filter-isempty-operator", providers: [
|
19462
19459
|
{
|
19463
19460
|
provide: FilterOperatorBase,
|
@@ -19477,7 +19474,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
19477
19474
|
template: ``,
|
19478
19475
|
standalone: true
|
19479
19476
|
}]
|
19480
|
-
}], ctorParameters: function () { return [{ type: i1.LocalizationService }]; } });
|
19477
|
+
}], ctorParameters: function () { return [{ type: i1$1.LocalizationService }]; } });
|
19481
19478
|
|
19482
19479
|
/**
|
19483
19480
|
* Represents the `IsNotEmpty` (**Is not empty**) filter operator. [See example](slug:filtering_treelist#toc-using-the-built-in-directives).
|
@@ -19486,7 +19483,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
19486
19483
|
class IsNotEmptyFilterOperatorComponent extends FilterOperatorBase {
|
19487
19484
|
constructor(localization) { super("isnotempty", localization); }
|
19488
19485
|
}
|
19489
|
-
IsNotEmptyFilterOperatorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: IsNotEmptyFilterOperatorComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
19486
|
+
IsNotEmptyFilterOperatorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: IsNotEmptyFilterOperatorComponent, deps: [{ token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
19490
19487
|
IsNotEmptyFilterOperatorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: IsNotEmptyFilterOperatorComponent, isStandalone: true, selector: "kendo-treelist-filter-isnotempty-operator", providers: [
|
19491
19488
|
{
|
19492
19489
|
provide: FilterOperatorBase,
|
@@ -19506,7 +19503,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
19506
19503
|
template: ``,
|
19507
19504
|
standalone: true
|
19508
19505
|
}]
|
19509
|
-
}], ctorParameters: function () { return [{ type: i1.LocalizationService }]; } });
|
19506
|
+
}], ctorParameters: function () { return [{ type: i1$1.LocalizationService }]; } });
|
19510
19507
|
|
19511
19508
|
/**
|
19512
19509
|
* Represents the `IsNotNull` (**Is not null**) filter operator. [See example](slug:filtering_treelist#toc-using-the-built-in-directives).
|
@@ -19515,7 +19512,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
19515
19512
|
class IsNotNullFilterOperatorComponent extends FilterOperatorBase {
|
19516
19513
|
constructor(localization) { super("isnotnull", localization); }
|
19517
19514
|
}
|
19518
|
-
IsNotNullFilterOperatorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: IsNotNullFilterOperatorComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
19515
|
+
IsNotNullFilterOperatorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: IsNotNullFilterOperatorComponent, deps: [{ token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
19519
19516
|
IsNotNullFilterOperatorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: IsNotNullFilterOperatorComponent, isStandalone: true, selector: "kendo-treelist-filter-isnotnull-operator", providers: [
|
19520
19517
|
{
|
19521
19518
|
provide: FilterOperatorBase,
|
@@ -19535,7 +19532,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
19535
19532
|
template: ``,
|
19536
19533
|
standalone: true
|
19537
19534
|
}]
|
19538
|
-
}], ctorParameters: function () { return [{ type: i1.LocalizationService }]; } });
|
19535
|
+
}], ctorParameters: function () { return [{ type: i1$1.LocalizationService }]; } });
|
19539
19536
|
|
19540
19537
|
/**
|
19541
19538
|
* Represents the `IsNull` (**Is null**) filter operator. [See example](slug:filtering_treelist#toc-using-the-built-in-directives).
|
@@ -19544,7 +19541,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
19544
19541
|
class IsNullFilterOperatorComponent extends FilterOperatorBase {
|
19545
19542
|
constructor(localization) { super("isnull", localization); }
|
19546
19543
|
}
|
19547
|
-
IsNullFilterOperatorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: IsNullFilterOperatorComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
19544
|
+
IsNullFilterOperatorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: IsNullFilterOperatorComponent, deps: [{ token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
19548
19545
|
IsNullFilterOperatorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: IsNullFilterOperatorComponent, isStandalone: true, selector: "kendo-treelist-filter-isnull-operator", providers: [
|
19549
19546
|
{
|
19550
19547
|
provide: FilterOperatorBase,
|
@@ -19564,7 +19561,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
19564
19561
|
template: ``,
|
19565
19562
|
standalone: true
|
19566
19563
|
}]
|
19567
|
-
}], ctorParameters: function () { return [{ type: i1.LocalizationService }]; } });
|
19564
|
+
}], ctorParameters: function () { return [{ type: i1$1.LocalizationService }]; } });
|
19568
19565
|
|
19569
19566
|
/**
|
19570
19567
|
* Represents the `NotEqual` (**Is not equal to**) filter operator. [See example](slug:filtering_treelist#toc-using-the-built-in-directives).
|
@@ -19573,7 +19570,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
19573
19570
|
class NotEqualFilterOperatorComponent extends FilterOperatorBase {
|
19574
19571
|
constructor(localization) { super("neq", localization); }
|
19575
19572
|
}
|
19576
|
-
NotEqualFilterOperatorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: NotEqualFilterOperatorComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
19573
|
+
NotEqualFilterOperatorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: NotEqualFilterOperatorComponent, deps: [{ token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
19577
19574
|
NotEqualFilterOperatorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: NotEqualFilterOperatorComponent, isStandalone: true, selector: "kendo-treelist-filter-neq-operator", providers: [
|
19578
19575
|
{
|
19579
19576
|
provide: FilterOperatorBase,
|
@@ -19593,7 +19590,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
19593
19590
|
template: ``,
|
19594
19591
|
standalone: true
|
19595
19592
|
}]
|
19596
|
-
}], ctorParameters: function () { return [{ type: i1.LocalizationService }]; } });
|
19593
|
+
}], ctorParameters: function () { return [{ type: i1$1.LocalizationService }]; } });
|
19597
19594
|
|
19598
19595
|
/**
|
19599
19596
|
* Represents the `StartsWith` (**Starts with**) filter operator. [See example](slug:filtering_treelist#toc-using-the-built-in-directives).
|
@@ -19602,7 +19599,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
19602
19599
|
class StartsWithFilterOperatorComponent extends FilterOperatorBase {
|
19603
19600
|
constructor(localization) { super("startswith", localization); }
|
19604
19601
|
}
|
19605
|
-
StartsWithFilterOperatorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: StartsWithFilterOperatorComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
19602
|
+
StartsWithFilterOperatorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: StartsWithFilterOperatorComponent, deps: [{ token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
19606
19603
|
StartsWithFilterOperatorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: StartsWithFilterOperatorComponent, isStandalone: true, selector: "kendo-treelist-filter-startswith-operator", providers: [
|
19607
19604
|
{
|
19608
19605
|
provide: FilterOperatorBase,
|
@@ -19622,7 +19619,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
19622
19619
|
template: ``,
|
19623
19620
|
standalone: true
|
19624
19621
|
}]
|
19625
|
-
}], ctorParameters: function () { return [{ type: i1.LocalizationService }]; } });
|
19622
|
+
}], ctorParameters: function () { return [{ type: i1$1.LocalizationService }]; } });
|
19626
19623
|
|
19627
19624
|
/*
|
19628
19625
|
* Represents the `Greater` (**Is greater than**) [numeric filter](slug:filtering_treelist#toc-numeric-filter) operator.
|
@@ -19631,7 +19628,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
19631
19628
|
class GreaterFilterOperatorComponent extends FilterOperatorBase {
|
19632
19629
|
constructor(localization) { super("gt", localization); }
|
19633
19630
|
}
|
19634
|
-
GreaterFilterOperatorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GreaterFilterOperatorComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
19631
|
+
GreaterFilterOperatorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GreaterFilterOperatorComponent, deps: [{ token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
19635
19632
|
GreaterFilterOperatorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: GreaterFilterOperatorComponent, isStandalone: true, selector: "kendo-treelist-filter-gt-operator", providers: [
|
19636
19633
|
{
|
19637
19634
|
provide: FilterOperatorBase,
|
@@ -19651,7 +19648,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
19651
19648
|
template: ``,
|
19652
19649
|
standalone: true
|
19653
19650
|
}]
|
19654
|
-
}], ctorParameters: function () { return [{ type: i1.LocalizationService }]; } });
|
19651
|
+
}], ctorParameters: function () { return [{ type: i1$1.LocalizationService }]; } });
|
19655
19652
|
|
19656
19653
|
/**
|
19657
19654
|
* Represents the `GreaterOrEqualTo` (**Is greater than or equal to**) [numeric filter](slug:filtering_treelist#toc-numeric-filter) operator.
|
@@ -19660,7 +19657,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
19660
19657
|
class GreaterOrEqualToFilterOperatorComponent extends FilterOperatorBase {
|
19661
19658
|
constructor(localization) { super("gte", localization); }
|
19662
19659
|
}
|
19663
|
-
GreaterOrEqualToFilterOperatorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GreaterOrEqualToFilterOperatorComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
19660
|
+
GreaterOrEqualToFilterOperatorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GreaterOrEqualToFilterOperatorComponent, deps: [{ token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
19664
19661
|
GreaterOrEqualToFilterOperatorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: GreaterOrEqualToFilterOperatorComponent, isStandalone: true, selector: "kendo-treelist-filter-gte-operator", providers: [
|
19665
19662
|
{
|
19666
19663
|
provide: FilterOperatorBase,
|
@@ -19680,7 +19677,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
19680
19677
|
template: ``,
|
19681
19678
|
standalone: true
|
19682
19679
|
}]
|
19683
|
-
}], ctorParameters: function () { return [{ type: i1.LocalizationService }]; } });
|
19680
|
+
}], ctorParameters: function () { return [{ type: i1$1.LocalizationService }]; } });
|
19684
19681
|
|
19685
19682
|
/**
|
19686
19683
|
* Represents the `Less` (**Is less than**) [numeric filter](slug:filtering_treelist#toc-numeric-filter) operator.
|
@@ -19689,7 +19686,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
19689
19686
|
class LessFilterOperatorComponent extends FilterOperatorBase {
|
19690
19687
|
constructor(localization) { super("lt", localization); }
|
19691
19688
|
}
|
19692
|
-
LessFilterOperatorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: LessFilterOperatorComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
19689
|
+
LessFilterOperatorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: LessFilterOperatorComponent, deps: [{ token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
19693
19690
|
LessFilterOperatorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: LessFilterOperatorComponent, isStandalone: true, selector: "kendo-treelist-filter-lt-operator", providers: [
|
19694
19691
|
{
|
19695
19692
|
provide: FilterOperatorBase,
|
@@ -19709,7 +19706,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
19709
19706
|
template: ``,
|
19710
19707
|
standalone: true
|
19711
19708
|
}]
|
19712
|
-
}], ctorParameters: function () { return [{ type: i1.LocalizationService }]; } });
|
19709
|
+
}], ctorParameters: function () { return [{ type: i1$1.LocalizationService }]; } });
|
19713
19710
|
|
19714
19711
|
/*
|
19715
19712
|
* Represents the `LessOrEqualTo` (**Is less than or equal to**) [numeric filter](slug:filtering_treelist#toc-numeric-filter) operator.
|
@@ -19718,7 +19715,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
19718
19715
|
class LessOrEqualToFilterOperatorComponent extends FilterOperatorBase {
|
19719
19716
|
constructor(localization) { super("lte", localization); }
|
19720
19717
|
}
|
19721
|
-
LessOrEqualToFilterOperatorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: LessOrEqualToFilterOperatorComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
19718
|
+
LessOrEqualToFilterOperatorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: LessOrEqualToFilterOperatorComponent, deps: [{ token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
19722
19719
|
LessOrEqualToFilterOperatorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: LessOrEqualToFilterOperatorComponent, isStandalone: true, selector: "kendo-treelist-filter-lte-operator", providers: [
|
19723
19720
|
{
|
19724
19721
|
provide: FilterOperatorBase,
|
@@ -19738,7 +19735,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
19738
19735
|
template: ``,
|
19739
19736
|
standalone: true
|
19740
19737
|
}]
|
19741
|
-
}], ctorParameters: function () { return [{ type: i1.LocalizationService }]; } });
|
19738
|
+
}], ctorParameters: function () { return [{ type: i1$1.LocalizationService }]; } });
|
19742
19739
|
|
19743
19740
|
/**
|
19744
19741
|
* Represents the `Greater` (**Is after**) [date filter](slug:filtering_treelist#toc-date-filter) operator.
|
@@ -19756,7 +19753,7 @@ class AfterFilterOperatorComponent extends FilterOperatorBase {
|
|
19756
19753
|
};
|
19757
19754
|
}
|
19758
19755
|
}
|
19759
|
-
AfterFilterOperatorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AfterFilterOperatorComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
19756
|
+
AfterFilterOperatorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AfterFilterOperatorComponent, deps: [{ token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
19760
19757
|
AfterFilterOperatorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: AfterFilterOperatorComponent, isStandalone: true, selector: "kendo-treelist-filter-after-operator", providers: [
|
19761
19758
|
{
|
19762
19759
|
provide: FilterOperatorBase,
|
@@ -19776,7 +19773,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
19776
19773
|
template: ``,
|
19777
19774
|
standalone: true
|
19778
19775
|
}]
|
19779
|
-
}], ctorParameters: function () { return [{ type: i1.LocalizationService }]; } });
|
19776
|
+
}], ctorParameters: function () { return [{ type: i1$1.LocalizationService }]; } });
|
19780
19777
|
|
19781
19778
|
/**
|
19782
19779
|
* Represents the `GreaterOrEqualTo` (**Is after or equal to**) [date filter](slug:filtering_treelist#toc-date-filter) operator.
|
@@ -19794,7 +19791,7 @@ class AfterEqFilterOperatorComponent extends FilterOperatorBase {
|
|
19794
19791
|
};
|
19795
19792
|
}
|
19796
19793
|
}
|
19797
|
-
AfterEqFilterOperatorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AfterEqFilterOperatorComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
19794
|
+
AfterEqFilterOperatorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AfterEqFilterOperatorComponent, deps: [{ token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
19798
19795
|
AfterEqFilterOperatorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: AfterEqFilterOperatorComponent, isStandalone: true, selector: "kendo-treelist-filter-after-eq-operator", providers: [
|
19799
19796
|
{
|
19800
19797
|
provide: FilterOperatorBase,
|
@@ -19814,7 +19811,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
19814
19811
|
template: ``,
|
19815
19812
|
standalone: true
|
19816
19813
|
}]
|
19817
|
-
}], ctorParameters: function () { return [{ type: i1.LocalizationService }]; } });
|
19814
|
+
}], ctorParameters: function () { return [{ type: i1$1.LocalizationService }]; } });
|
19818
19815
|
|
19819
19816
|
/**
|
19820
19817
|
* Represents the `LessOrEqualTo` (**Is before or equal to**) [date filter](slug:filtering_treelist#toc-date-filter) operator.
|
@@ -19832,7 +19829,7 @@ class BeforeEqFilterOperatorComponent extends FilterOperatorBase {
|
|
19832
19829
|
};
|
19833
19830
|
}
|
19834
19831
|
}
|
19835
|
-
BeforeEqFilterOperatorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BeforeEqFilterOperatorComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
19832
|
+
BeforeEqFilterOperatorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BeforeEqFilterOperatorComponent, deps: [{ token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
19836
19833
|
BeforeEqFilterOperatorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: BeforeEqFilterOperatorComponent, isStandalone: true, selector: "kendo-treelist-filter-before-eq-operator", providers: [
|
19837
19834
|
{
|
19838
19835
|
provide: FilterOperatorBase,
|
@@ -19852,7 +19849,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
19852
19849
|
template: ``,
|
19853
19850
|
standalone: true
|
19854
19851
|
}]
|
19855
|
-
}], ctorParameters: function () { return [{ type: i1.LocalizationService }]; } });
|
19852
|
+
}], ctorParameters: function () { return [{ type: i1$1.LocalizationService }]; } });
|
19856
19853
|
|
19857
19854
|
/**
|
19858
19855
|
* Represents the `Less than` (**Is before**) [date filter](slug:filtering_treelist#toc-date-filter) operator.
|
@@ -19870,7 +19867,7 @@ class BeforeFilterOperatorComponent extends FilterOperatorBase {
|
|
19870
19867
|
};
|
19871
19868
|
}
|
19872
19869
|
}
|
19873
|
-
BeforeFilterOperatorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BeforeFilterOperatorComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
19870
|
+
BeforeFilterOperatorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BeforeFilterOperatorComponent, deps: [{ token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
19874
19871
|
BeforeFilterOperatorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: BeforeFilterOperatorComponent, isStandalone: true, selector: "kendo-treelist-filter-before-operator", providers: [
|
19875
19872
|
{
|
19876
19873
|
provide: FilterOperatorBase,
|
@@ -19890,7 +19887,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
19890
19887
|
template: ``,
|
19891
19888
|
standalone: true
|
19892
19889
|
}]
|
19893
|
-
}], ctorParameters: function () { return [{ type: i1.LocalizationService }]; } });
|
19890
|
+
}], ctorParameters: function () { return [{ type: i1$1.LocalizationService }]; } });
|
19894
19891
|
|
19895
19892
|
/**
|
19896
19893
|
* Represents the component for selecting columns in the TreeList. To enable the user to show or hide columns,
|
@@ -19989,7 +19986,7 @@ class ColumnChooserComponent {
|
|
19989
19986
|
}
|
19990
19987
|
}
|
19991
19988
|
}
|
19992
|
-
ColumnChooserComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ColumnChooserComponent, deps: [{ token: i1.LocalizationService }, { token: ColumnInfoService }, { token:
|
19989
|
+
ColumnChooserComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ColumnChooserComponent, deps: [{ token: i1$1.LocalizationService }, { token: ColumnInfoService }, { token: i1.PopupService }, { token: i0.NgZone }, { token: i0.Renderer2 }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
19993
19990
|
ColumnChooserComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ColumnChooserComponent, isStandalone: true, selector: "kendo-treelist-column-chooser", inputs: { autoSync: "autoSync", allowHideAll: "allowHideAll" }, ngImport: i0, template: `
|
19994
19991
|
<button #anchor
|
19995
19992
|
kendoButton
|
@@ -20041,7 +20038,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
20041
20038
|
standalone: true,
|
20042
20039
|
imports: [ButtonComponent, ColumnListComponent]
|
20043
20040
|
}]
|
20044
|
-
}], ctorParameters: function () { return [{ type: i1.LocalizationService }, { type: ColumnInfoService }, { type:
|
20041
|
+
}], ctorParameters: function () { return [{ type: i1$1.LocalizationService }, { type: ColumnInfoService }, { type: i1.PopupService }, { type: i0.NgZone }, { type: i0.Renderer2 }, { type: i0.ChangeDetectorRef }]; }, propDecorators: { autoSync: [{
|
20045
20042
|
type: Input
|
20046
20043
|
}], allowHideAll: [{
|
20047
20044
|
type: Input
|
@@ -20225,7 +20222,7 @@ class ExcelComponent {
|
|
20225
20222
|
};
|
20226
20223
|
}
|
20227
20224
|
}
|
20228
|
-
ExcelComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ExcelComponent, deps: [{ token: ExcelService }, { token: i1.LocalizationService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
20225
|
+
ExcelComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ExcelComponent, deps: [{ token: ExcelService }, { token: i1$1.LocalizationService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
20229
20226
|
ExcelComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ExcelComponent, isStandalone: true, selector: "kendo-treelist-excel", inputs: { fileName: "fileName", filterable: "filterable", creator: "creator", date: "date", forceProxy: "forceProxy", proxyURL: "proxyURL", fetchData: "fetchData", collapsible: "collapsible", allPages: "allPages", expandAll: "expandAll", paddingCellOptions: "paddingCellOptions" }, queries: [{ propertyName: "columns", predicate: ColumnBase$1, descendants: true }], ngImport: i0, template: ``, isInline: true });
|
20230
20227
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ExcelComponent, decorators: [{
|
20231
20228
|
type: Component,
|
@@ -20234,7 +20231,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
20234
20231
|
template: ``,
|
20235
20232
|
standalone: true
|
20236
20233
|
}]
|
20237
|
-
}], ctorParameters: function () { return [{ type: ExcelService }, { type: i1.LocalizationService }, { type: i0.NgZone }]; }, propDecorators: { fileName: [{
|
20234
|
+
}], ctorParameters: function () { return [{ type: ExcelService }, { type: i1$1.LocalizationService }, { type: i0.NgZone }]; }, propDecorators: { fileName: [{
|
20238
20235
|
type: Input
|
20239
20236
|
}], filterable: [{
|
20240
20237
|
type: Input
|
@@ -20299,7 +20296,7 @@ class ExcelCommandDirective extends Button {
|
|
20299
20296
|
return true;
|
20300
20297
|
}
|
20301
20298
|
}
|
20302
|
-
ExcelCommandDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ExcelCommandDirective, deps: [{ token: ExcelService }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i1.LocalizationService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
20299
|
+
ExcelCommandDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ExcelCommandDirective, deps: [{ token: ExcelService }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i1$1.LocalizationService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
20303
20300
|
ExcelCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ExcelCommandDirective, isStandalone: true, selector: "[kendoTreeListExcelCommand]", host: { listeners: { "click": "onClick($event)" }, properties: { "class.k-grid-excel": "this.excelClass" } }, usesInheritance: true, ngImport: i0, template: `
|
20304
20301
|
<kendo-icon-wrapper
|
20305
20302
|
*ngIf="icon || svgIcon"
|
@@ -20331,7 +20328,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
20331
20328
|
standalone: true,
|
20332
20329
|
imports: [NgIf, IconWrapperComponent, NgClass]
|
20333
20330
|
}]
|
20334
|
-
}], ctorParameters: function () { return [{ type: ExcelService }, { type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i1.LocalizationService }, { type: i0.NgZone }]; }, propDecorators: { onClick: [{
|
20331
|
+
}], ctorParameters: function () { return [{ type: ExcelService }, { type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i1$1.LocalizationService }, { type: i0.NgZone }]; }, propDecorators: { onClick: [{
|
20335
20332
|
type: HostListener,
|
20336
20333
|
args: ['click', ['$event']]
|
20337
20334
|
}], excelClass: [{
|
@@ -20808,7 +20805,7 @@ class PDFCommandDirective extends Button {
|
|
20808
20805
|
return true;
|
20809
20806
|
}
|
20810
20807
|
}
|
20811
|
-
PDFCommandDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PDFCommandDirective, deps: [{ token: PDFService }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i1.LocalizationService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
20808
|
+
PDFCommandDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PDFCommandDirective, deps: [{ token: PDFService }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i1$1.LocalizationService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
20812
20809
|
PDFCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PDFCommandDirective, isStandalone: true, selector: "[kendoTreeListPDFCommand]", host: { listeners: { "click": "onClick($event)" }, properties: { "class.k-grid-pdf": "this.pdfClass" } }, usesInheritance: true, ngImport: i0, template: `
|
20813
20810
|
<kendo-icon-wrapper
|
20814
20811
|
*ngIf="icon || svgIcon"
|
@@ -20840,7 +20837,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
20840
20837
|
standalone: true,
|
20841
20838
|
imports: [NgIf, IconWrapperComponent, NgClass]
|
20842
20839
|
}]
|
20843
|
-
}], ctorParameters: function () { return [{ type: PDFService }, { type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i1.LocalizationService }, { type: i0.NgZone }]; }, propDecorators: { onClick: [{
|
20840
|
+
}], ctorParameters: function () { return [{ type: PDFService }, { type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i1$1.LocalizationService }, { type: i0.NgZone }]; }, propDecorators: { onClick: [{
|
20844
20841
|
type: HostListener,
|
20845
20842
|
args: ['click', ['$event']]
|
20846
20843
|
}], pdfClass: [{
|
@@ -20867,9 +20864,7 @@ const SHARED_EXPORTS = [
|
|
20867
20864
|
LoadingComponent,
|
20868
20865
|
FilterCellOperatorsComponent,
|
20869
20866
|
CheckboxColumnComponent,
|
20870
|
-
RowReorderColumnComponent
|
20871
|
-
...KENDO_DRAGGABLE,
|
20872
|
-
...KENDO_ICONS
|
20867
|
+
RowReorderColumnComponent
|
20873
20868
|
];
|
20874
20869
|
/**
|
20875
20870
|
* @hidden
|
@@ -20936,13 +20931,7 @@ const SHARED_FILTER_EXPORTS = [
|
|
20936
20931
|
BeforeEqFilterOperatorComponent,
|
20937
20932
|
BeforeFilterOperatorComponent,
|
20938
20933
|
FilterInputDirective,
|
20939
|
-
...KENDO_DROPDOWNLIST,
|
20940
|
-
...KENDO_AUTOCOMPLETE,
|
20941
|
-
...KENDO_INPUTS,
|
20942
|
-
...KENDO_DATEPICKER,
|
20943
|
-
...KENDO_POPUP,
|
20944
20934
|
...SHARED_EXPORTS,
|
20945
|
-
...KENDO_BUTTON
|
20946
20935
|
];
|
20947
20936
|
/**
|
20948
20937
|
* @hidden
|
@@ -21000,8 +20989,7 @@ const COLUMN_MENU_EXPORTS = [
|
|
21000
20989
|
*/
|
21001
20990
|
const EXCEL_EXPORTS = [
|
21002
20991
|
ExcelComponent,
|
21003
|
-
ExcelCommandDirective
|
21004
|
-
...KENDO_EXCELEXPORT
|
20992
|
+
ExcelCommandDirective
|
21005
20993
|
];
|
21006
20994
|
/**
|
21007
20995
|
* @hidden
|
@@ -21064,7 +21052,7 @@ const KENDO_TREELIST = [
|
|
21064
21052
|
class TreeListModule {
|
21065
21053
|
}
|
21066
21054
|
TreeListModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TreeListModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
21067
|
-
TreeListModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", 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, i21.TemplateContextDirective, FieldAccessorPipe, SpanColumnComponent, TableDirective, LoadingComponent, FilterCellOperatorsComponent, CheckboxColumnComponent, RowReorderColumnComponent, i21.DraggableDirective, i29.IconComponent, i29.SVGIconComponent, CommandColumnComponent, CellTemplateDirective, CellComponent, NoRecordsTemplateDirective, EditTemplateDirective, EditCommandDirective, CancelCommandDirective, SaveCommandDirective, RemoveCommandDirective, AddCommandDirective, 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, i5$1.DropDownListComponent, i5$1.FixedGroupTemplateDirective, i5$1.FooterTemplateDirective, i5$1.GroupTemplateDirective, i5$1.HeaderTemplateDirective, i5$1.ItemTemplateDirective, i5$1.ValueTemplateDirective, i5$1.NoDataTemplateDirective, i5$1.FilterDirective, i5$1.CustomMessagesComponent, i5$1.AutoCompleteComponent, i5$1.FixedGroupTemplateDirective, i5$1.FooterTemplateDirective, i5$1.GroupTemplateDirective, i5$1.HeaderTemplateDirective, i5$1.ItemTemplateDirective, i5$1.NoDataTemplateDirective, i5$1.FilterDirective, i5$1.CustomMessagesComponent, i21.SuffixTemplateDirective, i21.PrefixTemplateDirective, i82.TextBoxDirective, i82.TextBoxComponent, i82.InputSeparatorComponent, i82.TextBoxSuffixTemplateDirective, i82.TextBoxPrefixTemplateDirective, i82.TextBoxCustomMessagesComponent, i82.NumericTextBoxComponent, i82.NumericTextBoxCustomMessagesComponent, i21.PrefixTemplateDirective, i21.SuffixTemplateDirective, i82.MaskedTextBoxComponent, i82.TextAreaComponent, i82.TextAreaDirective, i82.TextAreaPrefixComponent, i82.TextAreaSuffixComponent, i82.CheckBoxComponent, i82.CheckBoxDirective, i82.RadioButtonComponent, i82.RadioButtonDirective, i82.SwitchComponent, i82.SwitchCustomMessagesComponent, i82.FormFieldComponent, i82.HintComponent, i82.ErrorComponent, i82.SliderComponent, i82.SliderCustomMessagesComponent, i82.LabelTemplateDirective, i82.RangeSliderComponent, i82.RangeSliderCustomMessagesComponent, i82.LabelTemplateDirective, i82.RatingComponent, i82.RatingItemTemplateDirective, i82.RatingHoveredItemTemplateDirective, i82.RatingSelectedItemTemplateDirective, i82.SignatureComponent, i82.SignatureCustomMessagesComponent, i82.ColorPickerComponent, i82.ColorPickerCustomMessagesComponent, i82.FlatColorPickerComponent, i82.ColorPickerCustomMessagesComponent, i82.ColorGradientComponent, i82.ColorPickerCustomMessagesComponent, i82.ColorPaletteComponent, i82.ColorPickerCustomMessagesComponent, i83.DatePickerCustomMessagesComponent, i83.DatePickerComponent, i83.CellTemplateDirective, i83.CenturyCellTemplateDirective, i83.DecadeCellTemplateDirective, i83.FooterTemplateDirective, i83.HeaderTemplateDirective, i83.HeaderTitleTemplateDirective, i83.MonthCellTemplateDirective, i83.NavigationItemTemplateDirective, i83.WeekNumberCellTemplateDirective, i83.YearCellTemplateDirective, i83.NavigationItemTemplateDirective, i84.PopupComponent, ColumnComponent, ColumnGroupComponent, LogicalCellDirective, LogicalRowDirective, FocusableDirective, ColGroupComponent, ResizableContainerDirective, i21.TemplateContextDirective, FieldAccessorPipe, SpanColumnComponent, TableDirective, LoadingComponent, FilterCellOperatorsComponent, CheckboxColumnComponent, RowReorderColumnComponent, i21.DraggableDirective, i29.IconComponent, i29.SVGIconComponent, i85.ButtonComponent, FilterMenuComponent, FilterMenuContainerComponent, FilterMenuInputWrapperComponent, StringFilterMenuInputComponent, StringFilterMenuComponent, FilterMenuTemplateDirective, NumericFilterMenuComponent, NumericFilterMenuInputComponent, DateFilterMenuInputComponent, DateFilterMenuComponent, FilterMenuHostDirective, BooleanFilterMenuComponent, ColumnChooserComponent, ColumnMenuChooserComponent, ColumnMenuFilterComponent, ColumnMenuItemComponent, ColumnMenuItemContentTemplateDirective, ColumnMenuSortComponent, ColumnMenuComponent, ColumnMenuLockComponent, ColumnMenuTemplateDirective], exports: [TreeListComponent, ToolbarTemplateDirective, ToolbarComponent, TreeListSpacerComponent, CustomMessagesComponent, TemplateEditingDirective, ReactiveEditingDirective, InCellEditingDirective, HierarchyBindingDirective, FlatBindingDirective, ExpandableDirective, SelectableDirective, TreeListToolbarFocusableDirective, ColumnComponent, ColumnGroupComponent, LogicalCellDirective, LogicalRowDirective, FocusableDirective, ColGroupComponent, ResizableContainerDirective, i21.TemplateContextDirective, FieldAccessorPipe, SpanColumnComponent, TableDirective, LoadingComponent, FilterCellOperatorsComponent, CheckboxColumnComponent, RowReorderColumnComponent, i21.DraggableDirective, i29.IconComponent, i29.SVGIconComponent, CommandColumnComponent, CellTemplateDirective, CellComponent, NoRecordsTemplateDirective, EditTemplateDirective, EditCommandDirective, CancelCommandDirective, SaveCommandDirective, RemoveCommandDirective, AddCommandDirective, 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, i5$1.DropDownListComponent, i5$1.FixedGroupTemplateDirective, i5$1.FooterTemplateDirective, i5$1.GroupTemplateDirective, i5$1.HeaderTemplateDirective, i5$1.ItemTemplateDirective, i5$1.ValueTemplateDirective, i5$1.NoDataTemplateDirective, i5$1.FilterDirective, i5$1.CustomMessagesComponent, i5$1.AutoCompleteComponent, i5$1.FixedGroupTemplateDirective, i5$1.FooterTemplateDirective, i5$1.GroupTemplateDirective, i5$1.HeaderTemplateDirective, i5$1.ItemTemplateDirective, i5$1.NoDataTemplateDirective, i5$1.FilterDirective, i5$1.CustomMessagesComponent, i21.SuffixTemplateDirective, i21.PrefixTemplateDirective, i82.TextBoxDirective, i82.TextBoxComponent, i82.InputSeparatorComponent, i82.TextBoxSuffixTemplateDirective, i82.TextBoxPrefixTemplateDirective, i82.TextBoxCustomMessagesComponent, i82.NumericTextBoxComponent, i82.NumericTextBoxCustomMessagesComponent, i21.PrefixTemplateDirective, i21.SuffixTemplateDirective, i82.MaskedTextBoxComponent, i82.TextAreaComponent, i82.TextAreaDirective, i82.TextAreaPrefixComponent, i82.TextAreaSuffixComponent, i82.CheckBoxComponent, i82.CheckBoxDirective, i82.RadioButtonComponent, i82.RadioButtonDirective, i82.SwitchComponent, i82.SwitchCustomMessagesComponent, i82.FormFieldComponent, i82.HintComponent, i82.ErrorComponent, i82.SliderComponent, i82.SliderCustomMessagesComponent, i82.LabelTemplateDirective, i82.RangeSliderComponent, i82.RangeSliderCustomMessagesComponent, i82.LabelTemplateDirective, i82.RatingComponent, i82.RatingItemTemplateDirective, i82.RatingHoveredItemTemplateDirective, i82.RatingSelectedItemTemplateDirective, i82.SignatureComponent, i82.SignatureCustomMessagesComponent, i82.ColorPickerComponent, i82.ColorPickerCustomMessagesComponent, i82.FlatColorPickerComponent, i82.ColorPickerCustomMessagesComponent, i82.ColorGradientComponent, i82.ColorPickerCustomMessagesComponent, i82.ColorPaletteComponent, i82.ColorPickerCustomMessagesComponent, i83.DatePickerCustomMessagesComponent, i83.DatePickerComponent, i83.CellTemplateDirective, i83.CenturyCellTemplateDirective, i83.DecadeCellTemplateDirective, i83.FooterTemplateDirective, i83.HeaderTemplateDirective, i83.HeaderTitleTemplateDirective, i83.MonthCellTemplateDirective, i83.NavigationItemTemplateDirective, i83.WeekNumberCellTemplateDirective, i83.YearCellTemplateDirective, i83.NavigationItemTemplateDirective, i84.PopupComponent, ColumnComponent, ColumnGroupComponent, LogicalCellDirective, LogicalRowDirective, FocusableDirective, ColGroupComponent, ResizableContainerDirective, i21.TemplateContextDirective, FieldAccessorPipe, SpanColumnComponent, TableDirective, LoadingComponent, FilterCellOperatorsComponent, CheckboxColumnComponent, RowReorderColumnComponent, i21.DraggableDirective, i29.IconComponent, i29.SVGIconComponent, i85.ButtonComponent, FilterMenuComponent, FilterMenuContainerComponent, FilterMenuInputWrapperComponent, StringFilterMenuInputComponent, StringFilterMenuComponent, FilterMenuTemplateDirective, NumericFilterMenuComponent, NumericFilterMenuInputComponent, DateFilterMenuInputComponent, DateFilterMenuComponent, FilterMenuHostDirective, BooleanFilterMenuComponent, ColumnChooserComponent, ColumnMenuChooserComponent, ColumnMenuFilterComponent, ColumnMenuItemComponent, ColumnMenuItemContentTemplateDirective, ColumnMenuSortComponent, ColumnMenuComponent, ColumnMenuLockComponent, ColumnMenuTemplateDirective] });
|
21055
|
+
TreeListModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", 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, TableDirective, LoadingComponent, FilterCellOperatorsComponent, CheckboxColumnComponent, RowReorderColumnComponent, CommandColumnComponent, CellTemplateDirective, CellComponent, NoRecordsTemplateDirective, EditTemplateDirective, EditCommandDirective, CancelCommandDirective, SaveCommandDirective, RemoveCommandDirective, AddCommandDirective, 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, TableDirective, LoadingComponent, FilterCellOperatorsComponent, CheckboxColumnComponent, RowReorderColumnComponent, FilterMenuComponent, FilterMenuContainerComponent, FilterMenuInputWrapperComponent, StringFilterMenuInputComponent, StringFilterMenuComponent, FilterMenuTemplateDirective, NumericFilterMenuComponent, NumericFilterMenuInputComponent, DateFilterMenuInputComponent, DateFilterMenuComponent, FilterMenuHostDirective, BooleanFilterMenuComponent, ColumnChooserComponent, ColumnMenuChooserComponent, ColumnMenuFilterComponent, ColumnMenuItemComponent, ColumnMenuItemContentTemplateDirective, ColumnMenuSortComponent, ColumnMenuComponent, ColumnMenuLockComponent, ColumnMenuTemplateDirective], 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, TableDirective, LoadingComponent, FilterCellOperatorsComponent, CheckboxColumnComponent, RowReorderColumnComponent, CommandColumnComponent, CellTemplateDirective, CellComponent, NoRecordsTemplateDirective, EditTemplateDirective, EditCommandDirective, CancelCommandDirective, SaveCommandDirective, RemoveCommandDirective, AddCommandDirective, 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, TableDirective, LoadingComponent, FilterCellOperatorsComponent, CheckboxColumnComponent, RowReorderColumnComponent, FilterMenuComponent, FilterMenuContainerComponent, FilterMenuInputWrapperComponent, StringFilterMenuInputComponent, StringFilterMenuComponent, FilterMenuTemplateDirective, NumericFilterMenuComponent, NumericFilterMenuInputComponent, DateFilterMenuInputComponent, DateFilterMenuComponent, FilterMenuHostDirective, BooleanFilterMenuComponent, ColumnChooserComponent, ColumnMenuChooserComponent, ColumnMenuFilterComponent, ColumnMenuItemComponent, ColumnMenuItemContentTemplateDirective, ColumnMenuSortComponent, ColumnMenuComponent, ColumnMenuLockComponent, ColumnMenuTemplateDirective] });
|
21068
21056
|
TreeListModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TreeListModule, providers: [
|
21069
21057
|
IconsService,
|
21070
21058
|
ResizeBatchService,
|
@@ -21081,7 +21069,7 @@ TreeListModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version:
|
|
21081
21069
|
WindowService,
|
21082
21070
|
WindowContainerService,
|
21083
21071
|
ColumnResizingService
|
21084
|
-
], imports: [TreeListComponent, ToolbarComponent, TreeListSpacerComponent, CustomMessagesComponent, ColumnComponent, ColumnGroupComponent, ColGroupComponent, SpanColumnComponent, LoadingComponent, FilterCellOperatorsComponent, CheckboxColumnComponent, RowReorderColumnComponent,
|
21072
|
+
], imports: [TreeListComponent, ToolbarComponent, TreeListSpacerComponent, CustomMessagesComponent, ColumnComponent, ColumnGroupComponent, ColGroupComponent, SpanColumnComponent, LoadingComponent, FilterCellOperatorsComponent, CheckboxColumnComponent, RowReorderColumnComponent, CommandColumnComponent, CellComponent, EditCommandDirective, CancelCommandDirective, SaveCommandDirective, RemoveCommandDirective, AddCommandDirective, HeaderComponent, PagerComponent, PagerPrevButtonsComponent, PagerNextButtonsComponent, PagerNumericButtonsComponent, PagerInputComponent, PagerInfoComponent, PagerPageSizesComponent, FilterRowComponent, FilterCellComponent, StringFilterCellComponent, NumericFilterCellComponent, AutoCompleteFilterCellComponent, BooleanFilterCellComponent, FilterCellWrapperComponent, DateFilterCellComponent, FilterCellOperatorsComponent, ContainsFilterOperatorComponent, DoesNotContainFilterOperatorComponent, EndsWithFilterOperatorComponent, EqualFilterOperatorComponent, IsEmptyFilterOperatorComponent, IsNotEmptyFilterOperatorComponent, IsNotNullFilterOperatorComponent, IsNullFilterOperatorComponent, NotEqualFilterOperatorComponent, StartsWithFilterOperatorComponent, GreaterFilterOperatorComponent, GreaterOrEqualToFilterOperatorComponent, LessFilterOperatorComponent, LessOrEqualToFilterOperatorComponent, AfterFilterOperatorComponent, AfterEqFilterOperatorComponent, BeforeEqFilterOperatorComponent, BeforeFilterOperatorComponent, ColumnComponent, ColumnGroupComponent, ColGroupComponent, SpanColumnComponent, LoadingComponent, FilterCellOperatorsComponent, CheckboxColumnComponent, RowReorderColumnComponent, FilterMenuComponent, FilterMenuContainerComponent, FilterMenuInputWrapperComponent, StringFilterMenuInputComponent, StringFilterMenuComponent, NumericFilterMenuComponent, NumericFilterMenuInputComponent, DateFilterMenuInputComponent, DateFilterMenuComponent, BooleanFilterMenuComponent, ColumnChooserComponent, ColumnMenuChooserComponent, ColumnMenuFilterComponent, ColumnMenuItemComponent, ColumnMenuSortComponent, ColumnMenuComponent, ColumnMenuLockComponent] });
|
21085
21073
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TreeListModule, decorators: [{
|
21086
21074
|
type: NgModule,
|
21087
21075
|
args: [{
|
@@ -21115,12 +21103,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
21115
21103
|
class SharedModule {
|
21116
21104
|
}
|
21117
21105
|
SharedModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SharedModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
21118
|
-
SharedModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: SharedModule, imports: [ColumnComponent, ColumnGroupComponent, LogicalCellDirective, LogicalRowDirective, FocusableDirective, ColGroupComponent, ResizableContainerDirective,
|
21119
|
-
SharedModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SharedModule, providers: [IconsService], imports: [ColumnComponent, ColumnGroupComponent, ColGroupComponent, SpanColumnComponent, LoadingComponent, FilterCellOperatorsComponent, CheckboxColumnComponent, RowReorderColumnComponent,
|
21106
|
+
SharedModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: SharedModule, imports: [ColumnComponent, ColumnGroupComponent, LogicalCellDirective, LogicalRowDirective, FocusableDirective, ColGroupComponent, ResizableContainerDirective, i2$1.TemplateContextDirective, FieldAccessorPipe, SpanColumnComponent, TableDirective, LoadingComponent, FilterCellOperatorsComponent, CheckboxColumnComponent, RowReorderColumnComponent], exports: [ColumnComponent, ColumnGroupComponent, LogicalCellDirective, LogicalRowDirective, FocusableDirective, ColGroupComponent, ResizableContainerDirective, i2$1.TemplateContextDirective, FieldAccessorPipe, SpanColumnComponent, TableDirective, LoadingComponent, FilterCellOperatorsComponent, CheckboxColumnComponent, RowReorderColumnComponent, DraggableModule, IconsModule] });
|
21107
|
+
SharedModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SharedModule, providers: [IconsService], imports: [ColumnComponent, ColumnGroupComponent, ColGroupComponent, SpanColumnComponent, LoadingComponent, FilterCellOperatorsComponent, CheckboxColumnComponent, RowReorderColumnComponent, DraggableModule, IconsModule] });
|
21120
21108
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SharedModule, decorators: [{
|
21121
21109
|
type: NgModule,
|
21122
21110
|
args: [{
|
21123
|
-
exports: [...SHARED_EXPORTS],
|
21111
|
+
exports: [...SHARED_EXPORTS, DraggableModule, IconsModule],
|
21124
21112
|
imports: [...SHARED_EXPORTS],
|
21125
21113
|
providers: [IconsService]
|
21126
21114
|
}]
|
@@ -21140,8 +21128,8 @@ const ENTRY_COMPONENTS$1 = [
|
|
21140
21128
|
class RowFilterModule {
|
21141
21129
|
}
|
21142
21130
|
RowFilterModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: RowFilterModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
21143
|
-
RowFilterModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", 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,
|
21144
|
-
RowFilterModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: RowFilterModule, imports: [FilterRowComponent, FilterCellComponent, StringFilterCellComponent, NumericFilterCellComponent, AutoCompleteFilterCellComponent, BooleanFilterCellComponent, FilterCellWrapperComponent, DateFilterCellComponent, FilterCellOperatorsComponent, ContainsFilterOperatorComponent, DoesNotContainFilterOperatorComponent, EndsWithFilterOperatorComponent, EqualFilterOperatorComponent, IsEmptyFilterOperatorComponent, IsNotEmptyFilterOperatorComponent, IsNotNullFilterOperatorComponent, IsNullFilterOperatorComponent, NotEqualFilterOperatorComponent, StartsWithFilterOperatorComponent, GreaterFilterOperatorComponent, GreaterOrEqualToFilterOperatorComponent, LessFilterOperatorComponent, LessOrEqualToFilterOperatorComponent, AfterFilterOperatorComponent, AfterEqFilterOperatorComponent, BeforeEqFilterOperatorComponent, BeforeFilterOperatorComponent,
|
21131
|
+
RowFilterModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", 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, TableDirective, 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, TableDirective, LoadingComponent, FilterCellOperatorsComponent, CheckboxColumnComponent, RowReorderColumnComponent] });
|
21132
|
+
RowFilterModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: RowFilterModule, imports: [FilterRowComponent, FilterCellComponent, StringFilterCellComponent, NumericFilterCellComponent, AutoCompleteFilterCellComponent, BooleanFilterCellComponent, FilterCellWrapperComponent, DateFilterCellComponent, FilterCellOperatorsComponent, ContainsFilterOperatorComponent, DoesNotContainFilterOperatorComponent, EndsWithFilterOperatorComponent, EqualFilterOperatorComponent, IsEmptyFilterOperatorComponent, IsNotEmptyFilterOperatorComponent, IsNotNullFilterOperatorComponent, IsNullFilterOperatorComponent, NotEqualFilterOperatorComponent, StartsWithFilterOperatorComponent, GreaterFilterOperatorComponent, GreaterOrEqualToFilterOperatorComponent, LessFilterOperatorComponent, LessOrEqualToFilterOperatorComponent, AfterFilterOperatorComponent, AfterEqFilterOperatorComponent, BeforeEqFilterOperatorComponent, BeforeFilterOperatorComponent, ColumnComponent, ColumnGroupComponent, ColGroupComponent, SpanColumnComponent, LoadingComponent, FilterCellOperatorsComponent, CheckboxColumnComponent, RowReorderColumnComponent] });
|
21145
21133
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: RowFilterModule, decorators: [{
|
21146
21134
|
type: NgModule,
|
21147
21135
|
args: [{
|
@@ -21165,8 +21153,8 @@ const ENTRY_COMPONENTS = [
|
|
21165
21153
|
class FilterMenuModule {
|
21166
21154
|
}
|
21167
21155
|
FilterMenuModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FilterMenuModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
21168
|
-
FilterMenuModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: FilterMenuModule, imports: [FilterMenuComponent, FilterMenuContainerComponent, FilterMenuInputWrapperComponent, StringFilterMenuInputComponent, StringFilterMenuComponent, FilterMenuTemplateDirective, NumericFilterMenuComponent, NumericFilterMenuInputComponent, DateFilterMenuInputComponent, DateFilterMenuComponent, FilterMenuHostDirective, BooleanFilterMenuComponent, FilterCellOperatorsComponent, ContainsFilterOperatorComponent, DoesNotContainFilterOperatorComponent, EndsWithFilterOperatorComponent, EqualFilterOperatorComponent, IsEmptyFilterOperatorComponent, IsNotEmptyFilterOperatorComponent, IsNotNullFilterOperatorComponent, IsNullFilterOperatorComponent, NotEqualFilterOperatorComponent, StartsWithFilterOperatorComponent, GreaterFilterOperatorComponent, GreaterOrEqualToFilterOperatorComponent, LessFilterOperatorComponent, LessOrEqualToFilterOperatorComponent, AfterFilterOperatorComponent, AfterEqFilterOperatorComponent, BeforeEqFilterOperatorComponent, BeforeFilterOperatorComponent, FilterInputDirective,
|
21169
|
-
FilterMenuModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FilterMenuModule, imports: [FilterMenuComponent, FilterMenuContainerComponent, FilterMenuInputWrapperComponent, StringFilterMenuInputComponent, StringFilterMenuComponent, NumericFilterMenuComponent, NumericFilterMenuInputComponent, DateFilterMenuInputComponent, DateFilterMenuComponent, BooleanFilterMenuComponent, FilterCellOperatorsComponent, ContainsFilterOperatorComponent, DoesNotContainFilterOperatorComponent, EndsWithFilterOperatorComponent, EqualFilterOperatorComponent, IsEmptyFilterOperatorComponent, IsNotEmptyFilterOperatorComponent, IsNotNullFilterOperatorComponent, IsNullFilterOperatorComponent, NotEqualFilterOperatorComponent, StartsWithFilterOperatorComponent, GreaterFilterOperatorComponent, GreaterOrEqualToFilterOperatorComponent, LessFilterOperatorComponent, LessOrEqualToFilterOperatorComponent, AfterFilterOperatorComponent, AfterEqFilterOperatorComponent, BeforeEqFilterOperatorComponent, BeforeFilterOperatorComponent,
|
21156
|
+
FilterMenuModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: FilterMenuModule, imports: [FilterMenuComponent, FilterMenuContainerComponent, FilterMenuInputWrapperComponent, StringFilterMenuInputComponent, StringFilterMenuComponent, FilterMenuTemplateDirective, NumericFilterMenuComponent, NumericFilterMenuInputComponent, DateFilterMenuInputComponent, DateFilterMenuComponent, FilterMenuHostDirective, BooleanFilterMenuComponent, 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, TableDirective, LoadingComponent, FilterCellOperatorsComponent, CheckboxColumnComponent, RowReorderColumnComponent], exports: [FilterMenuComponent, FilterMenuContainerComponent, FilterMenuInputWrapperComponent, StringFilterMenuInputComponent, StringFilterMenuComponent, FilterMenuTemplateDirective, NumericFilterMenuComponent, NumericFilterMenuInputComponent, DateFilterMenuInputComponent, DateFilterMenuComponent, FilterMenuHostDirective, BooleanFilterMenuComponent, 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, TableDirective, LoadingComponent, FilterCellOperatorsComponent, CheckboxColumnComponent, RowReorderColumnComponent] });
|
21157
|
+
FilterMenuModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FilterMenuModule, imports: [FilterMenuComponent, FilterMenuContainerComponent, FilterMenuInputWrapperComponent, StringFilterMenuInputComponent, StringFilterMenuComponent, NumericFilterMenuComponent, NumericFilterMenuInputComponent, DateFilterMenuInputComponent, DateFilterMenuComponent, BooleanFilterMenuComponent, FilterCellOperatorsComponent, ContainsFilterOperatorComponent, DoesNotContainFilterOperatorComponent, EndsWithFilterOperatorComponent, EqualFilterOperatorComponent, IsEmptyFilterOperatorComponent, IsNotEmptyFilterOperatorComponent, IsNotNullFilterOperatorComponent, IsNullFilterOperatorComponent, NotEqualFilterOperatorComponent, StartsWithFilterOperatorComponent, GreaterFilterOperatorComponent, GreaterOrEqualToFilterOperatorComponent, LessFilterOperatorComponent, LessOrEqualToFilterOperatorComponent, AfterFilterOperatorComponent, AfterEqFilterOperatorComponent, BeforeEqFilterOperatorComponent, BeforeFilterOperatorComponent, ColumnComponent, ColumnGroupComponent, ColGroupComponent, SpanColumnComponent, LoadingComponent, FilterCellOperatorsComponent, CheckboxColumnComponent, RowReorderColumnComponent] });
|
21170
21158
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FilterMenuModule, decorators: [{
|
21171
21159
|
type: NgModule,
|
21172
21160
|
args: [{
|
@@ -21184,8 +21172,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
21184
21172
|
class BodyModule {
|
21185
21173
|
}
|
21186
21174
|
BodyModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BodyModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
21187
|
-
BodyModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: BodyModule, imports: [CommandColumnComponent, CellTemplateDirective, CellComponent, NoRecordsTemplateDirective, EditTemplateDirective, EditCommandDirective, CancelCommandDirective, SaveCommandDirective, RemoveCommandDirective, AddCommandDirective, FooterTemplateDirective,
|
21188
|
-
BodyModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BodyModule, imports: [CommandColumnComponent, CellComponent, EditCommandDirective, CancelCommandDirective, SaveCommandDirective, RemoveCommandDirective, AddCommandDirective,
|
21175
|
+
BodyModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: BodyModule, imports: [CommandColumnComponent, CellTemplateDirective, CellComponent, NoRecordsTemplateDirective, EditTemplateDirective, EditCommandDirective, CancelCommandDirective, SaveCommandDirective, RemoveCommandDirective, AddCommandDirective, FooterTemplateDirective, i1$4.NumericTextBoxComponent, i1$4.NumericTextBoxCustomMessagesComponent, i2$1.PrefixTemplateDirective, i2$1.SuffixTemplateDirective, i2$1.SeparatorComponent, i14.DatePickerCustomMessagesComponent, i14.DatePickerComponent, i14.CellTemplateDirective, i14.CenturyCellTemplateDirective, i14.DecadeCellTemplateDirective, i14.FooterTemplateDirective, i14.HeaderTemplateDirective, i14.HeaderTitleTemplateDirective, i14.MonthCellTemplateDirective, i14.NavigationItemTemplateDirective, i14.WeekNumberCellTemplateDirective, i14.YearCellTemplateDirective, i14.NavigationItemTemplateDirective], exports: [CommandColumnComponent, CellTemplateDirective, CellComponent, NoRecordsTemplateDirective, EditTemplateDirective, EditCommandDirective, CancelCommandDirective, SaveCommandDirective, RemoveCommandDirective, AddCommandDirective, FooterTemplateDirective] });
|
21176
|
+
BodyModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BodyModule, imports: [CommandColumnComponent, CellComponent, EditCommandDirective, CancelCommandDirective, SaveCommandDirective, RemoveCommandDirective, AddCommandDirective, i1$4.NumericTextBoxComponent, i1$4.NumericTextBoxCustomMessagesComponent, i2$1.SeparatorComponent, i14.DatePickerCustomMessagesComponent, i14.DatePickerComponent] });
|
21189
21177
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BodyModule, decorators: [{
|
21190
21178
|
type: NgModule,
|
21191
21179
|
args: [{
|
@@ -21202,8 +21190,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
21202
21190
|
class HeaderModule {
|
21203
21191
|
}
|
21204
21192
|
HeaderModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: HeaderModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
21205
|
-
HeaderModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", 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,
|
21206
|
-
HeaderModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: HeaderModule, imports: [HeaderComponent, FilterRowComponent, FilterCellComponent, StringFilterCellComponent, NumericFilterCellComponent, AutoCompleteFilterCellComponent, BooleanFilterCellComponent, FilterCellWrapperComponent, DateFilterCellComponent, FilterCellOperatorsComponent, ContainsFilterOperatorComponent, DoesNotContainFilterOperatorComponent, EndsWithFilterOperatorComponent, EqualFilterOperatorComponent, IsEmptyFilterOperatorComponent, IsNotEmptyFilterOperatorComponent, IsNotNullFilterOperatorComponent, IsNullFilterOperatorComponent, NotEqualFilterOperatorComponent, StartsWithFilterOperatorComponent, GreaterFilterOperatorComponent, GreaterOrEqualToFilterOperatorComponent, LessFilterOperatorComponent, LessOrEqualToFilterOperatorComponent, AfterFilterOperatorComponent, AfterEqFilterOperatorComponent, BeforeEqFilterOperatorComponent, BeforeFilterOperatorComponent,
|
21193
|
+
HeaderModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", 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, TableDirective, LoadingComponent, FilterCellOperatorsComponent, CheckboxColumnComponent, RowReorderColumnComponent, FilterMenuComponent, FilterMenuContainerComponent, FilterMenuInputWrapperComponent, StringFilterMenuInputComponent, StringFilterMenuComponent, FilterMenuTemplateDirective, NumericFilterMenuComponent, NumericFilterMenuInputComponent, DateFilterMenuInputComponent, DateFilterMenuComponent, FilterMenuHostDirective, BooleanFilterMenuComponent, ColumnComponent, ColumnGroupComponent, LogicalCellDirective, LogicalRowDirective, FocusableDirective, ColGroupComponent, ResizableContainerDirective, i2$1.TemplateContextDirective, FieldAccessorPipe, SpanColumnComponent, TableDirective, LoadingComponent, FilterCellOperatorsComponent, CheckboxColumnComponent, RowReorderColumnComponent, ColumnChooserComponent, ColumnMenuChooserComponent, ColumnMenuFilterComponent, ColumnMenuItemComponent, ColumnMenuItemContentTemplateDirective, ColumnMenuSortComponent, ColumnMenuComponent, ColumnMenuLockComponent, ColumnMenuTemplateDirective, DraggableColumnDirective, DropTargetDirective], exports: [HeaderComponent, HeaderTemplateDirective, ColumnHandleDirective] });
|
21194
|
+
HeaderModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: HeaderModule, imports: [HeaderComponent, FilterRowComponent, FilterCellComponent, StringFilterCellComponent, NumericFilterCellComponent, AutoCompleteFilterCellComponent, BooleanFilterCellComponent, FilterCellWrapperComponent, DateFilterCellComponent, FilterCellOperatorsComponent, ContainsFilterOperatorComponent, DoesNotContainFilterOperatorComponent, EndsWithFilterOperatorComponent, EqualFilterOperatorComponent, IsEmptyFilterOperatorComponent, IsNotEmptyFilterOperatorComponent, IsNotNullFilterOperatorComponent, IsNullFilterOperatorComponent, NotEqualFilterOperatorComponent, StartsWithFilterOperatorComponent, GreaterFilterOperatorComponent, GreaterOrEqualToFilterOperatorComponent, LessFilterOperatorComponent, LessOrEqualToFilterOperatorComponent, AfterFilterOperatorComponent, AfterEqFilterOperatorComponent, BeforeEqFilterOperatorComponent, BeforeFilterOperatorComponent, ColumnComponent, ColumnGroupComponent, ColGroupComponent, SpanColumnComponent, LoadingComponent, FilterCellOperatorsComponent, CheckboxColumnComponent, RowReorderColumnComponent, FilterMenuComponent, FilterMenuContainerComponent, FilterMenuInputWrapperComponent, StringFilterMenuInputComponent, StringFilterMenuComponent, NumericFilterMenuComponent, NumericFilterMenuInputComponent, DateFilterMenuInputComponent, DateFilterMenuComponent, BooleanFilterMenuComponent, ColumnComponent, ColumnGroupComponent, ColGroupComponent, SpanColumnComponent, LoadingComponent, FilterCellOperatorsComponent, CheckboxColumnComponent, RowReorderColumnComponent, ColumnChooserComponent, ColumnMenuChooserComponent, ColumnMenuFilterComponent, ColumnMenuItemComponent, ColumnMenuSortComponent, ColumnMenuComponent, ColumnMenuLockComponent] });
|
21207
21195
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: HeaderModule, decorators: [{
|
21208
21196
|
type: NgModule,
|
21209
21197
|
args: [{
|
@@ -21220,8 +21208,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
21220
21208
|
class PagerModule {
|
21221
21209
|
}
|
21222
21210
|
PagerModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PagerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
21223
|
-
PagerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: PagerModule, imports: [
|
21224
|
-
PagerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PagerModule, providers: [ResizeBatchService], imports: [
|
21211
|
+
PagerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", 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] });
|
21212
|
+
PagerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", 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, PagerInfoComponent, PagerPageSizesComponent] });
|
21225
21213
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PagerModule, decorators: [{
|
21226
21214
|
type: NgModule,
|
21227
21215
|
args: [{
|
@@ -21255,7 +21243,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
21255
21243
|
class PDFModule {
|
21256
21244
|
}
|
21257
21245
|
PDFModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PDFModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
21258
|
-
PDFModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: PDFModule, imports: [PDFComponent, PDFMarginComponent, PDFCommandDirective, PDFTemplateDirective,
|
21246
|
+
PDFModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: PDFModule, imports: [PDFComponent, PDFMarginComponent, PDFCommandDirective, PDFTemplateDirective, i2.IconComponent, i2.SVGIconComponent], exports: [PDFComponent, PDFMarginComponent, PDFCommandDirective, PDFTemplateDirective] });
|
21259
21247
|
PDFModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PDFModule, providers: [IconsService], imports: [PDFComponent, PDFMarginComponent, PDFCommandDirective, KENDO_ICONS] });
|
21260
21248
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PDFModule, decorators: [{
|
21261
21249
|
type: NgModule,
|
@@ -21289,13 +21277,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
21289
21277
|
class ExcelModule {
|
21290
21278
|
}
|
21291
21279
|
ExcelModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ExcelModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
21292
|
-
ExcelModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: ExcelModule, imports: [ExcelComponent, ExcelCommandDirective
|
21293
|
-
ExcelModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ExcelModule, providers: [IconsService], imports: [
|
21280
|
+
ExcelModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: ExcelModule, imports: [ExcelComponent, ExcelCommandDirective], exports: [ExcelComponent, ExcelCommandDirective, ExcelExportModule] });
|
21281
|
+
ExcelModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ExcelModule, providers: [IconsService], imports: [EXCEL_EXPORTS, ExcelExportModule] });
|
21294
21282
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ExcelModule, decorators: [{
|
21295
21283
|
type: NgModule,
|
21296
21284
|
args: [{
|
21297
21285
|
imports: [...EXCEL_EXPORTS],
|
21298
|
-
exports: [...EXCEL_EXPORTS],
|
21286
|
+
exports: [...EXCEL_EXPORTS, ExcelExportModule],
|
21299
21287
|
providers: [IconsService]
|
21300
21288
|
}]
|
21301
21289
|
}] });
|
@@ -21308,7 +21296,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
21308
21296
|
class SharedFilterModule {
|
21309
21297
|
}
|
21310
21298
|
SharedFilterModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SharedFilterModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
21311
|
-
SharedFilterModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", 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,
|
21299
|
+
SharedFilterModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", 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, TableDirective, 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, TableDirective, LoadingComponent, FilterCellOperatorsComponent, CheckboxColumnComponent, RowReorderColumnComponent, DropDownListModule, AutoCompleteModule, InputsModule, DatePickerModule, PopupModule, ButtonModule] });
|
21312
21300
|
SharedFilterModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SharedFilterModule, providers: [
|
21313
21301
|
PopupService,
|
21314
21302
|
ResizeBatchService,
|
@@ -21324,11 +21312,11 @@ SharedFilterModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", vers
|
|
21324
21312
|
YearViewService,
|
21325
21313
|
WeekNamesService,
|
21326
21314
|
NavigationService$1
|
21327
|
-
], imports: [FilterCellOperatorsComponent, ContainsFilterOperatorComponent, DoesNotContainFilterOperatorComponent, EndsWithFilterOperatorComponent, EqualFilterOperatorComponent, IsEmptyFilterOperatorComponent, IsNotEmptyFilterOperatorComponent, IsNotNullFilterOperatorComponent, IsNullFilterOperatorComponent, NotEqualFilterOperatorComponent, StartsWithFilterOperatorComponent, GreaterFilterOperatorComponent, GreaterOrEqualToFilterOperatorComponent, LessFilterOperatorComponent, LessOrEqualToFilterOperatorComponent, AfterFilterOperatorComponent, AfterEqFilterOperatorComponent, BeforeEqFilterOperatorComponent, BeforeFilterOperatorComponent,
|
21315
|
+
], imports: [FilterCellOperatorsComponent, ContainsFilterOperatorComponent, DoesNotContainFilterOperatorComponent, EndsWithFilterOperatorComponent, EqualFilterOperatorComponent, IsEmptyFilterOperatorComponent, IsNotEmptyFilterOperatorComponent, IsNotNullFilterOperatorComponent, IsNullFilterOperatorComponent, NotEqualFilterOperatorComponent, StartsWithFilterOperatorComponent, GreaterFilterOperatorComponent, GreaterOrEqualToFilterOperatorComponent, LessFilterOperatorComponent, LessOrEqualToFilterOperatorComponent, AfterFilterOperatorComponent, AfterEqFilterOperatorComponent, BeforeEqFilterOperatorComponent, BeforeFilterOperatorComponent, ColumnComponent, ColumnGroupComponent, ColGroupComponent, SpanColumnComponent, LoadingComponent, FilterCellOperatorsComponent, CheckboxColumnComponent, RowReorderColumnComponent, DropDownListModule, AutoCompleteModule, InputsModule, DatePickerModule, PopupModule, ButtonModule] });
|
21328
21316
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SharedFilterModule, decorators: [{
|
21329
21317
|
type: NgModule,
|
21330
21318
|
args: [{
|
21331
|
-
exports: [...SHARED_FILTER_EXPORTS],
|
21319
|
+
exports: [...SHARED_FILTER_EXPORTS, DropDownListModule, AutoCompleteModule, InputsModule, DatePickerModule, PopupModule, ButtonModule],
|
21332
21320
|
imports: [...SHARED_FILTER_EXPORTS],
|
21333
21321
|
providers: [
|
21334
21322
|
PopupService,
|