@progress/kendo-angular-listview 16.5.0 → 16.6.0-develop.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (40) hide show
  1. package/NOTICE.txt +12 -19
  2. package/data-binding/data-binding.directive.d.ts +1 -1
  3. package/directives.d.ts +20 -0
  4. package/editing/commands/add-command.directive.d.ts +1 -1
  5. package/editing/commands/cancel-command.directive.d.ts +1 -1
  6. package/editing/commands/edit-command.directive.d.ts +1 -1
  7. package/editing/commands/remove-command.directive.d.ts +1 -1
  8. package/editing/commands/save-command.directive.d.ts +1 -1
  9. package/editing/edit-template.directive.d.ts +1 -1
  10. package/esm2020/data-binding/data-binding.directive.mjs +3 -2
  11. package/esm2020/directives.mjs +33 -0
  12. package/esm2020/editing/commands/add-command.directive.mjs +7 -5
  13. package/esm2020/editing/commands/cancel-command.directive.mjs +7 -5
  14. package/esm2020/editing/commands/edit-command.directive.mjs +7 -5
  15. package/esm2020/editing/commands/remove-command.directive.mjs +7 -5
  16. package/esm2020/editing/commands/save-command.directive.mjs +7 -5
  17. package/esm2020/editing/edit-template.directive.mjs +3 -2
  18. package/esm2020/index.mjs +1 -0
  19. package/esm2020/listview.component.mjs +8 -8
  20. package/esm2020/listview.module.mjs +29 -85
  21. package/esm2020/navigation/listview-navigable-item.directive.mjs +3 -2
  22. package/esm2020/package-metadata.mjs +2 -2
  23. package/esm2020/templates/footer-template.directive.mjs +3 -2
  24. package/esm2020/templates/header-template.directive.mjs +3 -2
  25. package/esm2020/templates/item-template.directive.mjs +3 -2
  26. package/esm2020/templates/loader-template.directive.mjs +3 -2
  27. package/fesm2015/progress-kendo-angular-listview.mjs +78 -126
  28. package/fesm2020/progress-kendo-angular-listview.mjs +78 -126
  29. package/index.d.ts +1 -0
  30. package/listview.component.d.ts +1 -1
  31. package/listview.module.d.ts +13 -19
  32. package/navigation/listview-navigable-item.directive.d.ts +1 -1
  33. package/package.json +7 -7
  34. package/schematics/ngAdd/index.js +6 -6
  35. package/templates/footer-template.directive.d.ts +1 -1
  36. package/templates/header-template.directive.d.ts +1 -1
  37. package/templates/item-template.directive.d.ts +1 -1
  38. package/templates/loader-template.directive.d.ts +1 -1
  39. package/esm2020/templates/template-context.directive.mjs +0 -33
  40. package/templates/template-context.directive.d.ts +0 -17
@@ -3,7 +3,7 @@
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { Component, HostBinding, Input, Output, ContentChild, ChangeDetectionStrategy, EventEmitter, NgZone, Renderer2, ElementRef, ViewChild, ViewChildren, QueryList, ChangeDetectorRef } from '@angular/core';
6
- import { hasObservers, isChanged } from '@progress/kendo-angular-common';
6
+ import { EventsOutsideAngularDirective, hasObservers, isChanged } from '@progress/kendo-angular-common';
7
7
  import { validatePackage } from '@progress/kendo-licensing';
8
8
  import { packageMetadata } from './package-metadata';
9
9
  import { L10N_PREFIX, LocalizationService } from '@progress/kendo-angular-l10n';
@@ -17,13 +17,11 @@ import { EditTemplateDirective } from './editing/edit-template.directive';
17
17
  import { EditService } from './editing/edit.service';
18
18
  import { isPresent } from './utils';
19
19
  import { FormGroup, FormControl } from '@angular/forms';
20
+ import { NgIf, NgTemplateOutlet, NgClass, NgStyle, NgFor } from '@angular/common';
21
+ import { PagerComponent } from '@progress/kendo-angular-pager';
20
22
  import * as i0 from "@angular/core";
21
23
  import * as i1 from "./editing/edit.service";
22
24
  import * as i2 from "./navigation/navigation.service";
23
- import * as i3 from "@angular/common";
24
- import * as i4 from "@progress/kendo-angular-pager";
25
- import * as i5 from "@progress/kendo-angular-common";
26
- import * as i6 from "./navigation/listview-navigable-item.directive";
27
25
  const DEFAULT_PAGER_SETTINGS = {
28
26
  position: 'bottom',
29
27
  buttonCount: 5,
@@ -372,7 +370,7 @@ export class ListViewComponent {
372
370
  }
373
371
  }
374
372
  ListViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ListViewComponent, deps: [{ token: i0.NgZone }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ChangeDetectorRef }, { token: i1.EditService }, { token: i2.NavigationService }], target: i0.ɵɵFactoryTarget.Component });
375
- ListViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ListViewComponent, selector: "kendo-listview", inputs: { bordered: "bordered", data: "data", loading: "loading", containerStyle: "containerStyle", itemStyle: "itemStyle", containerClass: "containerClass", itemClass: "itemClass", containerLabel: "containerLabel", containerRole: "containerRole", listItemRole: "listItemRole", navigable: "navigable", pageSize: "pageSize", skip: "skip", pageable: "pageable", height: "height" }, outputs: { scrollBottom: "scrollBottom", pageChange: "pageChange", pageSizeChange: "pageSizeChange", edit: "edit", cancel: "cancel", save: "save", remove: "remove", add: "add" }, host: { properties: { "class.k-listview": "this.className", "class.k-d-flex": "this.className", "class.k-listview-bordered": "this.bordered" } }, providers: [
373
+ ListViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ListViewComponent, isStandalone: true, selector: "kendo-listview", inputs: { bordered: "bordered", data: "data", loading: "loading", containerStyle: "containerStyle", itemStyle: "itemStyle", containerClass: "containerClass", itemClass: "itemClass", containerLabel: "containerLabel", containerRole: "containerRole", listItemRole: "listItemRole", navigable: "navigable", pageSize: "pageSize", skip: "skip", pageable: "pageable", height: "height" }, outputs: { scrollBottom: "scrollBottom", pageChange: "pageChange", pageSizeChange: "pageSizeChange", edit: "edit", cancel: "cancel", save: "save", remove: "remove", add: "add" }, host: { properties: { "class.k-listview": "this.className", "class.k-d-flex": "this.className", "class.k-listview-bordered": "this.bordered" } }, providers: [
376
374
  EditService,
377
375
  NavigationService,
378
376
  LocalizationService,
@@ -507,7 +505,7 @@ ListViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", vers
507
505
  >
508
506
  </kendo-datapager>
509
507
  </ng-template>
510
- `, isInline: true, dependencies: [{ kind: "directive", type: i3.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i3.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i3.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i3.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "component", type: i4.PagerComponent, selector: "kendo-datapager", inputs: ["total", "skip", "pageSize", "buttonCount", "info", "type", "pageSizeValues", "previousNext", "navigable", "size"], outputs: ["pageChange", "pageSizeChange"], exportAs: ["kendoDataPager"] }, { kind: "directive", type: i5.EventsOutsideAngularDirective, selector: "[kendoEventsOutsideAngular]", inputs: ["kendoEventsOutsideAngular", "scope"] }, { kind: "directive", type: i6.ListViewNavigableItemDirective, selector: "[kendoListViewNavigableItem]", inputs: ["index"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
508
+ `, isInline: true, dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "directive", type: EventsOutsideAngularDirective, selector: "[kendoEventsOutsideAngular]", inputs: ["kendoEventsOutsideAngular", "scope"] }, { kind: "directive", type: ListViewNavigableItemDirective, selector: "[kendoListViewNavigableItem]", inputs: ["index"] }, { kind: "directive", type: NgFor, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "component", type: PagerComponent, selector: "kendo-datapager", inputs: ["total", "skip", "pageSize", "buttonCount", "info", "type", "pageSizeValues", "previousNext", "navigable", "size"], outputs: ["pageChange", "pageSizeChange"], exportAs: ["kendoDataPager"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
511
509
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ListViewComponent, decorators: [{
512
510
  type: Component,
513
511
  args: [{
@@ -650,7 +648,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
650
648
  >
651
649
  </kendo-datapager>
652
650
  </ng-template>
653
- `
651
+ `,
652
+ standalone: true,
653
+ imports: [NgIf, NgTemplateOutlet, NgClass, NgStyle, EventsOutsideAngularDirective, ListViewNavigableItemDirective, NgFor, PagerComponent]
654
654
  }]
655
655
  }], ctorParameters: function () { return [{ type: i0.NgZone }, { type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.ChangeDetectorRef }, { type: i1.EditService }, { type: i2.NavigationService }]; }, propDecorators: { className: [{
656
656
  type: HostBinding,
@@ -3,42 +3,24 @@
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { NgModule } from '@angular/core';
6
- import { CommonModule } from '@angular/common';
7
- import { PagerModule } from '@progress/kendo-angular-pager';
8
- import { EventsModule } from '@progress/kendo-angular-common';
9
- import { ListViewComponent } from './listview.component';
10
- import { ListViewNavigableItemDirective } from './navigation/listview-navigable-item.directive';
11
- import { ItemTemplateDirective } from './templates/item-template.directive';
12
- import { HeaderTemplateDirective } from './templates/header-template.directive';
13
- import { FooterTemplateDirective } from './templates/footer-template.directive';
14
- import { TemplateContextDirective } from './templates/template-context.directive';
15
- import { LoaderTemplateDirective } from './templates/loader-template.directive';
16
- import { DataBindingDirective } from './data-binding/data-binding.directive';
17
- import { EditTemplateDirective } from './editing/edit-template.directive';
18
- import { EditCommandDirective } from './editing/commands/edit-command.directive';
19
- import { CancelCommandDirective } from './editing/commands/cancel-command.directive';
20
- import { SaveCommandDirective } from './editing/commands/save-command.directive';
21
- import { RemoveCommandDirective } from './editing/commands/remove-command.directive';
22
- import { AddCommandDirective } from './editing/commands/add-command.directive';
23
- import { IconsModule } from '@progress/kendo-angular-icons';
6
+ import { KENDO_LISTVIEW } from './directives';
7
+ import { IconsService } from '@progress/kendo-angular-icons';
8
+ import { PopupService } from '@progress/kendo-angular-popup';
9
+ import { ResizeBatchService } from '@progress/kendo-angular-common';
24
10
  import * as i0 from "@angular/core";
25
- const TEMPLATE_DIRECTIVES = [
26
- ItemTemplateDirective,
27
- HeaderTemplateDirective,
28
- FooterTemplateDirective,
29
- LoaderTemplateDirective
30
- ];
31
- const BINDING_DIRECTIVES = [
32
- DataBindingDirective
33
- ];
34
- const EDITING_DIRECTIVES = [
35
- EditTemplateDirective,
36
- EditCommandDirective,
37
- CancelCommandDirective,
38
- SaveCommandDirective,
39
- RemoveCommandDirective,
40
- AddCommandDirective
41
- ];
11
+ import * as i1 from "./listview.component";
12
+ import * as i2 from "./templates/item-template.directive";
13
+ import * as i3 from "./templates/header-template.directive";
14
+ import * as i4 from "./templates/footer-template.directive";
15
+ import * as i5 from "./templates/loader-template.directive";
16
+ import * as i6 from "./data-binding/data-binding.directive";
17
+ import * as i7 from "./editing/edit-template.directive";
18
+ import * as i8 from "./editing/commands/edit-command.directive";
19
+ import * as i9 from "./editing/commands/cancel-command.directive";
20
+ import * as i10 from "./editing/commands/save-command.directive";
21
+ import * as i11 from "./editing/commands/remove-command.directive";
22
+ import * as i12 from "./editing/commands/add-command.directive";
23
+ //IMPORTANT: NgModule export kept for backwards compatibility
42
24
  /**
43
25
  * Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
44
26
  * definition for the ListView component.
@@ -62,59 +44,21 @@ const EDITING_DIRECTIVES = [
62
44
  export class ListViewModule {
63
45
  }
64
46
  ListViewModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ListViewModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
65
- ListViewModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: ListViewModule, declarations: [ItemTemplateDirective,
66
- HeaderTemplateDirective,
67
- FooterTemplateDirective,
68
- LoaderTemplateDirective, DataBindingDirective, EditTemplateDirective,
69
- EditCommandDirective,
70
- CancelCommandDirective,
71
- SaveCommandDirective,
72
- RemoveCommandDirective,
73
- AddCommandDirective, ListViewComponent,
74
- TemplateContextDirective,
75
- ListViewNavigableItemDirective], imports: [CommonModule,
76
- PagerModule,
77
- EventsModule,
78
- IconsModule], exports: [ItemTemplateDirective,
79
- HeaderTemplateDirective,
80
- FooterTemplateDirective,
81
- LoaderTemplateDirective, DataBindingDirective, EditTemplateDirective,
82
- EditCommandDirective,
83
- CancelCommandDirective,
84
- SaveCommandDirective,
85
- RemoveCommandDirective,
86
- AddCommandDirective, ListViewComponent,
87
- CommonModule,
88
- EventsModule] });
89
- ListViewModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ListViewModule, imports: [CommonModule,
90
- PagerModule,
91
- EventsModule,
92
- IconsModule, CommonModule,
93
- EventsModule] });
47
+ ListViewModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: ListViewModule, imports: [i1.ListViewComponent, i2.ItemTemplateDirective, i3.HeaderTemplateDirective, i4.FooterTemplateDirective, i5.LoaderTemplateDirective, i6.DataBindingDirective, i7.EditTemplateDirective, i8.EditCommandDirective, i9.CancelCommandDirective, i10.SaveCommandDirective, i11.RemoveCommandDirective, i12.AddCommandDirective], exports: [i1.ListViewComponent, i2.ItemTemplateDirective, i3.HeaderTemplateDirective, i4.FooterTemplateDirective, i5.LoaderTemplateDirective, i6.DataBindingDirective, i7.EditTemplateDirective, i8.EditCommandDirective, i9.CancelCommandDirective, i10.SaveCommandDirective, i11.RemoveCommandDirective, i12.AddCommandDirective] });
48
+ ListViewModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ListViewModule, providers: [
49
+ IconsService,
50
+ PopupService,
51
+ ResizeBatchService
52
+ ], imports: [i1.ListViewComponent, i8.EditCommandDirective, i9.CancelCommandDirective, i10.SaveCommandDirective, i11.RemoveCommandDirective, i12.AddCommandDirective] });
94
53
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ListViewModule, decorators: [{
95
54
  type: NgModule,
96
55
  args: [{
97
- declarations: [
98
- TEMPLATE_DIRECTIVES,
99
- BINDING_DIRECTIVES,
100
- EDITING_DIRECTIVES,
101
- ListViewComponent,
102
- TemplateContextDirective,
103
- ListViewNavigableItemDirective
104
- ],
105
- exports: [
106
- TEMPLATE_DIRECTIVES,
107
- BINDING_DIRECTIVES,
108
- EDITING_DIRECTIVES,
109
- ListViewComponent,
110
- CommonModule,
111
- EventsModule
112
- ],
113
- imports: [
114
- CommonModule,
115
- PagerModule,
116
- EventsModule,
117
- IconsModule
56
+ imports: [...KENDO_LISTVIEW],
57
+ exports: [...KENDO_LISTVIEW],
58
+ providers: [
59
+ IconsService,
60
+ PopupService,
61
+ ResizeBatchService
118
62
  ]
119
63
  }]
120
64
  }] });
@@ -56,11 +56,12 @@ export class ListViewNavigableItemDirective {
56
56
  }
57
57
  }
58
58
  ListViewNavigableItemDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ListViewNavigableItemDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i1.NavigationService }], target: i0.ɵɵFactoryTarget.Directive });
59
- ListViewNavigableItemDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: ListViewNavigableItemDirective, selector: "[kendoListViewNavigableItem]", inputs: { index: "index" }, usesOnChanges: true, ngImport: i0 });
59
+ ListViewNavigableItemDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: ListViewNavigableItemDirective, isStandalone: true, selector: "[kendoListViewNavigableItem]", inputs: { index: "index" }, usesOnChanges: true, ngImport: i0 });
60
60
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ListViewNavigableItemDirective, decorators: [{
61
61
  type: Directive,
62
62
  args: [{
63
- selector: '[kendoListViewNavigableItem]'
63
+ selector: '[kendoListViewNavigableItem]',
64
+ standalone: true
64
65
  }]
65
66
  }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i1.NavigationService }]; }, propDecorators: { index: [{
66
67
  type: Input
@@ -9,7 +9,7 @@ export const packageMetadata = {
9
9
  name: '@progress/kendo-angular-listview',
10
10
  productName: 'Kendo UI for Angular',
11
11
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
12
- publishDate: 1721814222,
13
- version: '16.5.0',
12
+ publishDate: 1722607010,
13
+ version: '16.6.0-develop.10',
14
14
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
15
15
  };
@@ -15,10 +15,11 @@ export class FooterTemplateDirective {
15
15
  }
16
16
  }
17
17
  FooterTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FooterTemplateDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
18
- FooterTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: FooterTemplateDirective, selector: "[kendoListViewFooterTemplate]", ngImport: i0 });
18
+ FooterTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: FooterTemplateDirective, isStandalone: true, selector: "[kendoListViewFooterTemplate]", ngImport: i0 });
19
19
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FooterTemplateDirective, decorators: [{
20
20
  type: Directive,
21
21
  args: [{
22
- selector: '[kendoListViewFooterTemplate]'
22
+ selector: '[kendoListViewFooterTemplate]',
23
+ standalone: true
23
24
  }]
24
25
  }], ctorParameters: function () { return [{ type: i0.TemplateRef }]; } });
@@ -15,10 +15,11 @@ export class HeaderTemplateDirective {
15
15
  }
16
16
  }
17
17
  HeaderTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: HeaderTemplateDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
18
- HeaderTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: HeaderTemplateDirective, selector: "[kendoListViewHeaderTemplate]", ngImport: i0 });
18
+ HeaderTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: HeaderTemplateDirective, isStandalone: true, selector: "[kendoListViewHeaderTemplate]", ngImport: i0 });
19
19
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: HeaderTemplateDirective, decorators: [{
20
20
  type: Directive,
21
21
  args: [{
22
- selector: '[kendoListViewHeaderTemplate]'
22
+ selector: '[kendoListViewHeaderTemplate]',
23
+ standalone: true
23
24
  }]
24
25
  }], ctorParameters: function () { return [{ type: i0.TemplateRef }]; } });
@@ -21,10 +21,11 @@ export class ItemTemplateDirective {
21
21
  }
22
22
  }
23
23
  ItemTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ItemTemplateDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
24
- ItemTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: ItemTemplateDirective, selector: "[kendoListViewItemTemplate]", ngImport: i0 });
24
+ ItemTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: ItemTemplateDirective, isStandalone: true, selector: "[kendoListViewItemTemplate]", ngImport: i0 });
25
25
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ItemTemplateDirective, decorators: [{
26
26
  type: Directive,
27
27
  args: [{
28
- selector: '[kendoListViewItemTemplate]'
28
+ selector: '[kendoListViewItemTemplate]',
29
+ standalone: true
29
30
  }]
30
31
  }], ctorParameters: function () { return [{ type: i0.TemplateRef }]; } });
@@ -15,10 +15,11 @@ export class LoaderTemplateDirective {
15
15
  }
16
16
  }
17
17
  LoaderTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: LoaderTemplateDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
18
- LoaderTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: LoaderTemplateDirective, selector: "[kendoListViewLoaderTemplate]", ngImport: i0 });
18
+ LoaderTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: LoaderTemplateDirective, isStandalone: true, selector: "[kendoListViewLoaderTemplate]", ngImport: i0 });
19
19
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: LoaderTemplateDirective, decorators: [{
20
20
  type: Directive,
21
21
  args: [{
22
- selector: '[kendoListViewLoaderTemplate]'
22
+ selector: '[kendoListViewLoaderTemplate]',
23
+ standalone: true
23
24
  }]
24
25
  }], ctorParameters: function () { return [{ type: i0.TemplateRef }]; } });