@progress/kendo-angular-listview 16.0.0-develop.2 → 16.0.0-develop.21
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/data-binding/data-binding.directive.d.ts +1 -1
- package/editing/commands/add-command.directive.d.ts +1 -1
- package/editing/commands/cancel-command.directive.d.ts +1 -1
- package/editing/commands/edit-command.directive.d.ts +1 -1
- package/editing/commands/remove-command.directive.d.ts +1 -1
- package/editing/commands/save-command.directive.d.ts +1 -1
- package/editing/edit-template.directive.d.ts +1 -1
- package/esm2020/data-binding/data-binding.directive.mjs +3 -3
- package/esm2020/editing/commands/add-command.directive.mjs +6 -6
- package/esm2020/editing/commands/cancel-command.directive.mjs +6 -6
- package/esm2020/editing/commands/edit-command.directive.mjs +6 -6
- package/esm2020/editing/commands/remove-command.directive.mjs +6 -6
- package/esm2020/editing/commands/save-command.directive.mjs +6 -6
- package/esm2020/editing/edit-template.directive.mjs +3 -3
- package/esm2020/editing/edit.service.mjs +3 -3
- package/esm2020/listview.component.mjs +6 -6
- package/esm2020/listview.module.mjs +7 -9
- package/esm2020/navigation/listview-navigable-item.directive.mjs +3 -3
- package/esm2020/navigation/navigation.service.mjs +3 -3
- package/esm2020/package-metadata.mjs +2 -2
- package/esm2020/templates/footer-template.directive.mjs +3 -3
- package/esm2020/templates/header-template.directive.mjs +3 -3
- package/esm2020/templates/item-template.directive.mjs +3 -3
- package/esm2020/templates/loader-template.directive.mjs +3 -3
- package/esm2020/templates/template-context.directive.mjs +3 -3
- package/fesm2015/progress-kendo-angular-listview.mjs +67 -69
- package/fesm2020/progress-kendo-angular-listview.mjs +67 -69
- package/listview.component.d.ts +1 -1
- package/navigation/listview-navigable-item.directive.d.ts +1 -1
- package/package.json +13 -15
- package/schematics/ngAdd/index.js +6 -6
- package/templates/footer-template.directive.d.ts +1 -1
- package/templates/header-template.directive.d.ts +1 -1
- package/templates/item-template.directive.d.ts +1 -1
- package/templates/loader-template.directive.d.ts +1 -1
- package/templates/template-context.directive.d.ts +1 -1
- package/progress-kendo-angular-listview.d.ts +0 -9
|
@@ -12,12 +12,12 @@ import { LocalizationService, L10N_PREFIX } from '@progress/kendo-angular-l10n';
|
|
|
12
12
|
import { Subject, Subscription } from 'rxjs';
|
|
13
13
|
import { FormGroup, FormControl } from '@angular/forms';
|
|
14
14
|
import { switchMap, take } from 'rxjs/operators';
|
|
15
|
-
import * as i3 from '@
|
|
16
|
-
import { PageSizeChangeEvent as PageSizeChangeEvent$1, PagerModule } from '@progress/kendo-angular-pager';
|
|
17
|
-
import * as i4 from '@angular/common';
|
|
15
|
+
import * as i3 from '@angular/common';
|
|
18
16
|
import { CommonModule } from '@angular/common';
|
|
17
|
+
import * as i4 from '@progress/kendo-angular-pager';
|
|
18
|
+
import { PageSizeChangeEvent as PageSizeChangeEvent$1, PagerModule } from '@progress/kendo-angular-pager';
|
|
19
19
|
import { Button } from '@progress/kendo-angular-buttons';
|
|
20
|
-
import * as
|
|
20
|
+
import * as i4$1 from '@progress/kendo-angular-icons';
|
|
21
21
|
import { IconsModule } from '@progress/kendo-angular-icons';
|
|
22
22
|
|
|
23
23
|
/**
|
|
@@ -27,8 +27,8 @@ const packageMetadata = {
|
|
|
27
27
|
name: '@progress/kendo-angular-listview',
|
|
28
28
|
productName: 'Kendo UI for Angular',
|
|
29
29
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
30
|
-
publishDate:
|
|
31
|
-
version: '16.0.0-develop.
|
|
30
|
+
publishDate: 1715351409,
|
|
31
|
+
version: '16.0.0-develop.21',
|
|
32
32
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
33
33
|
};
|
|
34
34
|
|
|
@@ -277,9 +277,9 @@ class NavigationService {
|
|
|
277
277
|
this.navigateTo(nextIndex);
|
|
278
278
|
}
|
|
279
279
|
}
|
|
280
|
-
NavigationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
281
|
-
NavigationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
282
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
280
|
+
NavigationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: NavigationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
281
|
+
NavigationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: NavigationService });
|
|
282
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: NavigationService, decorators: [{
|
|
283
283
|
type: Injectable
|
|
284
284
|
}] });
|
|
285
285
|
|
|
@@ -331,9 +331,9 @@ class ListViewNavigableItemDirective {
|
|
|
331
331
|
}
|
|
332
332
|
}
|
|
333
333
|
}
|
|
334
|
-
ListViewNavigableItemDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
335
|
-
ListViewNavigableItemDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
336
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
334
|
+
ListViewNavigableItemDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ListViewNavigableItemDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: NavigationService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
335
|
+
ListViewNavigableItemDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: ListViewNavigableItemDirective, selector: "[kendoListViewNavigableItem]", inputs: { index: "index" }, usesOnChanges: true, ngImport: i0 });
|
|
336
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ListViewNavigableItemDirective, decorators: [{
|
|
337
337
|
type: Directive,
|
|
338
338
|
args: [{
|
|
339
339
|
selector: '[kendoListViewNavigableItem]'
|
|
@@ -358,9 +358,9 @@ class ItemTemplateDirective {
|
|
|
358
358
|
this.templateRef = templateRef;
|
|
359
359
|
}
|
|
360
360
|
}
|
|
361
|
-
ItemTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
362
|
-
ItemTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
363
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
361
|
+
ItemTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ItemTemplateDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
362
|
+
ItemTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: ItemTemplateDirective, selector: "[kendoListViewItemTemplate]", ngImport: i0 });
|
|
363
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ItemTemplateDirective, decorators: [{
|
|
364
364
|
type: Directive,
|
|
365
365
|
args: [{
|
|
366
366
|
selector: '[kendoListViewItemTemplate]'
|
|
@@ -377,9 +377,9 @@ class HeaderTemplateDirective {
|
|
|
377
377
|
this.templateRef = templateRef;
|
|
378
378
|
}
|
|
379
379
|
}
|
|
380
|
-
HeaderTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
381
|
-
HeaderTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
382
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
380
|
+
HeaderTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: HeaderTemplateDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
381
|
+
HeaderTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: HeaderTemplateDirective, selector: "[kendoListViewHeaderTemplate]", ngImport: i0 });
|
|
382
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: HeaderTemplateDirective, decorators: [{
|
|
383
383
|
type: Directive,
|
|
384
384
|
args: [{
|
|
385
385
|
selector: '[kendoListViewHeaderTemplate]'
|
|
@@ -396,9 +396,9 @@ class FooterTemplateDirective {
|
|
|
396
396
|
this.templateRef = templateRef;
|
|
397
397
|
}
|
|
398
398
|
}
|
|
399
|
-
FooterTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
400
|
-
FooterTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
401
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
399
|
+
FooterTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FooterTemplateDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
400
|
+
FooterTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: FooterTemplateDirective, selector: "[kendoListViewFooterTemplate]", ngImport: i0 });
|
|
401
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FooterTemplateDirective, decorators: [{
|
|
402
402
|
type: Directive,
|
|
403
403
|
args: [{
|
|
404
404
|
selector: '[kendoListViewFooterTemplate]'
|
|
@@ -415,9 +415,9 @@ class LoaderTemplateDirective {
|
|
|
415
415
|
this.templateRef = templateRef;
|
|
416
416
|
}
|
|
417
417
|
}
|
|
418
|
-
LoaderTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
419
|
-
LoaderTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
420
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
418
|
+
LoaderTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: LoaderTemplateDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
419
|
+
LoaderTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: LoaderTemplateDirective, selector: "[kendoListViewLoaderTemplate]", ngImport: i0 });
|
|
420
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: LoaderTemplateDirective, decorators: [{
|
|
421
421
|
type: Directive,
|
|
422
422
|
args: [{
|
|
423
423
|
selector: '[kendoListViewLoaderTemplate]'
|
|
@@ -441,9 +441,9 @@ class EditTemplateDirective {
|
|
|
441
441
|
this.templateRef = templateRef;
|
|
442
442
|
}
|
|
443
443
|
}
|
|
444
|
-
EditTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
445
|
-
EditTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
446
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
444
|
+
EditTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
445
|
+
EditTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: EditTemplateDirective, selector: "[kendoListViewEditTemplate]", ngImport: i0 });
|
|
446
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditTemplateDirective, decorators: [{
|
|
447
447
|
type: Directive,
|
|
448
448
|
args: [{
|
|
449
449
|
selector: '[kendoListViewEditTemplate]'
|
|
@@ -553,9 +553,9 @@ class EditService {
|
|
|
553
553
|
});
|
|
554
554
|
}
|
|
555
555
|
}
|
|
556
|
-
EditService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
557
|
-
EditService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
558
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
556
|
+
EditService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditService, deps: [{ token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
557
|
+
EditService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditService });
|
|
558
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditService, decorators: [{
|
|
559
559
|
type: Injectable
|
|
560
560
|
}], ctorParameters: function () { return [{ type: i0.NgZone }]; } });
|
|
561
561
|
|
|
@@ -906,8 +906,8 @@ class ListViewComponent {
|
|
|
906
906
|
this[action].emit(args);
|
|
907
907
|
}
|
|
908
908
|
}
|
|
909
|
-
ListViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
910
|
-
ListViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
909
|
+
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: EditService }, { token: NavigationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
910
|
+
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: [
|
|
911
911
|
EditService,
|
|
912
912
|
NavigationService,
|
|
913
913
|
LocalizationService,
|
|
@@ -1042,8 +1042,8 @@ ListViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", vers
|
|
|
1042
1042
|
>
|
|
1043
1043
|
</kendo-datapager>
|
|
1044
1044
|
</ng-template>
|
|
1045
|
-
`, isInline: true,
|
|
1046
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1045
|
+
`, 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: ListViewNavigableItemDirective, selector: "[kendoListViewNavigableItem]", inputs: ["index"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1046
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ListViewComponent, decorators: [{
|
|
1047
1047
|
type: Component,
|
|
1048
1048
|
args: [{
|
|
1049
1049
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
@@ -1309,9 +1309,9 @@ class DataBindingDirective {
|
|
|
1309
1309
|
};
|
|
1310
1310
|
}
|
|
1311
1311
|
}
|
|
1312
|
-
DataBindingDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1313
|
-
DataBindingDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
1314
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1312
|
+
DataBindingDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DataBindingDirective, deps: [{ token: ListViewComponent }], target: i0.ɵɵFactoryTarget.Directive });
|
|
1313
|
+
DataBindingDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: DataBindingDirective, selector: "[kendoListViewBinding]", inputs: { data: ["kendoListViewBinding", "data"] }, ngImport: i0 });
|
|
1314
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DataBindingDirective, decorators: [{
|
|
1315
1315
|
type: Directive,
|
|
1316
1316
|
args: [{
|
|
1317
1317
|
selector: '[kendoListViewBinding]'
|
|
@@ -1360,8 +1360,8 @@ class EditCommandDirective extends Button {
|
|
|
1360
1360
|
this.editService.beginEdit(index);
|
|
1361
1361
|
}
|
|
1362
1362
|
}
|
|
1363
|
-
EditCommandDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1364
|
-
EditCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
1363
|
+
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: i2.LocalizationService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1364
|
+
EditCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: EditCommandDirective, selector: "[kendoListViewEditCommand]", host: { listeners: { "click": "clickHandler($event)" } }, usesInheritance: true, ngImport: i0, template: `
|
|
1365
1365
|
<kendo-icon-wrapper
|
|
1366
1366
|
*ngIf="icon || svgIcon"
|
|
1367
1367
|
innerCssClass="k-button-icon"
|
|
@@ -1372,8 +1372,8 @@ EditCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", v
|
|
|
1372
1372
|
</span>
|
|
1373
1373
|
<span *ngIf="iconClass" class="k-button-icon" [ngClass]="iconClass"></span>
|
|
1374
1374
|
<span class="k-button-text"><ng-content></ng-content></span>
|
|
1375
|
-
`, isInline: true,
|
|
1376
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1375
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: i3.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i4$1.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }] });
|
|
1376
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditCommandDirective, decorators: [{
|
|
1377
1377
|
type: Component,
|
|
1378
1378
|
args: [{
|
|
1379
1379
|
selector: '[kendoListViewEditCommand]',
|
|
@@ -1424,8 +1424,8 @@ class AddCommandDirective extends Button {
|
|
|
1424
1424
|
this.editService.beginAdd();
|
|
1425
1425
|
}
|
|
1426
1426
|
}
|
|
1427
|
-
AddCommandDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1428
|
-
AddCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
1427
|
+
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: i2.LocalizationService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1428
|
+
AddCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: AddCommandDirective, selector: "[kendoListViewAddCommand]", host: { listeners: { "click": "clickHandler($event)" } }, usesInheritance: true, ngImport: i0, template: `
|
|
1429
1429
|
<kendo-icon-wrapper
|
|
1430
1430
|
*ngIf="icon || svgIcon"
|
|
1431
1431
|
innerCssClass="k-button-icon"
|
|
@@ -1436,8 +1436,8 @@ AddCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
|
|
|
1436
1436
|
</span>
|
|
1437
1437
|
<span *ngIf="iconClass" class="k-button-icon" [ngClass]="iconClass"></span>
|
|
1438
1438
|
<span class="k-button-text"><ng-content></ng-content></span>
|
|
1439
|
-
`, isInline: true,
|
|
1440
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1439
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: i3.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i4$1.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }] });
|
|
1440
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AddCommandDirective, decorators: [{
|
|
1441
1441
|
type: Component,
|
|
1442
1442
|
args: [{
|
|
1443
1443
|
selector: '[kendoListViewAddCommand]',
|
|
@@ -1503,8 +1503,8 @@ class SaveCommandDirective extends Button {
|
|
|
1503
1503
|
}
|
|
1504
1504
|
}
|
|
1505
1505
|
}
|
|
1506
|
-
SaveCommandDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1507
|
-
SaveCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
1506
|
+
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: i2.LocalizationService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1507
|
+
SaveCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: SaveCommandDirective, selector: "[kendoListViewSaveCommand]", host: { listeners: { "click": "clickHandler($event)" } }, usesInheritance: true, ngImport: i0, template: `
|
|
1508
1508
|
<kendo-icon-wrapper
|
|
1509
1509
|
*ngIf="icon || svgIcon"
|
|
1510
1510
|
innerCssClass="k-button-icon"
|
|
@@ -1515,8 +1515,8 @@ SaveCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", v
|
|
|
1515
1515
|
</span>
|
|
1516
1516
|
<span *ngIf="iconClass" class="k-button-icon" [ngClass]="iconClass"></span>
|
|
1517
1517
|
<span class="k-button-text"><ng-content></ng-content></span>
|
|
1518
|
-
`, isInline: true,
|
|
1519
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1518
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: i3.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i4$1.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }] });
|
|
1519
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SaveCommandDirective, decorators: [{
|
|
1520
1520
|
type: Component,
|
|
1521
1521
|
args: [{
|
|
1522
1522
|
selector: '[kendoListViewSaveCommand]',
|
|
@@ -1582,8 +1582,8 @@ class CancelCommandDirective extends Button {
|
|
|
1582
1582
|
}
|
|
1583
1583
|
}
|
|
1584
1584
|
}
|
|
1585
|
-
CancelCommandDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1586
|
-
CancelCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
1585
|
+
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: i2.LocalizationService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1586
|
+
CancelCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: CancelCommandDirective, selector: "[kendoListViewCancelCommand]", host: { listeners: { "click": "clickHandler($event)" } }, usesInheritance: true, ngImport: i0, template: `
|
|
1587
1587
|
<kendo-icon-wrapper
|
|
1588
1588
|
*ngIf="icon || svgIcon"
|
|
1589
1589
|
innerCssClass="k-button-icon"
|
|
@@ -1594,8 +1594,8 @@ CancelCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0",
|
|
|
1594
1594
|
</span>
|
|
1595
1595
|
<span *ngIf="iconClass" class="k-button-icon" [ngClass]="iconClass"></span>
|
|
1596
1596
|
<span class="k-button-text"><ng-content></ng-content></span>
|
|
1597
|
-
`, isInline: true,
|
|
1598
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1597
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: i3.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i4$1.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }] });
|
|
1598
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CancelCommandDirective, decorators: [{
|
|
1599
1599
|
type: Component,
|
|
1600
1600
|
args: [{
|
|
1601
1601
|
selector: '[kendoListViewCancelCommand]',
|
|
@@ -1648,8 +1648,8 @@ class RemoveCommandDirective extends Button {
|
|
|
1648
1648
|
this.editService.remove(index);
|
|
1649
1649
|
}
|
|
1650
1650
|
}
|
|
1651
|
-
RemoveCommandDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1652
|
-
RemoveCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
1651
|
+
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: i2.LocalizationService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1652
|
+
RemoveCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: RemoveCommandDirective, selector: "[kendoListViewRemoveCommand]", host: { listeners: { "click": "clickHandler($event)" } }, usesInheritance: true, ngImport: i0, template: `
|
|
1653
1653
|
<kendo-icon-wrapper
|
|
1654
1654
|
*ngIf="icon || svgIcon"
|
|
1655
1655
|
innerCssClass="k-button-icon"
|
|
@@ -1660,8 +1660,8 @@ RemoveCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0",
|
|
|
1660
1660
|
</span>
|
|
1661
1661
|
<span *ngIf="iconClass" class="k-button-icon" [ngClass]="iconClass"></span>
|
|
1662
1662
|
<span class="k-button-text"><ng-content></ng-content></span>
|
|
1663
|
-
`, isInline: true,
|
|
1664
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1663
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: i3.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i4$1.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }] });
|
|
1664
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: RemoveCommandDirective, decorators: [{
|
|
1665
1665
|
type: Component,
|
|
1666
1666
|
args: [{
|
|
1667
1667
|
selector: '[kendoListViewRemoveCommand]',
|
|
@@ -1700,9 +1700,9 @@ class TemplateContextDirective {
|
|
|
1700
1700
|
}
|
|
1701
1701
|
}
|
|
1702
1702
|
}
|
|
1703
|
-
TemplateContextDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1704
|
-
TemplateContextDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
1705
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1703
|
+
TemplateContextDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TemplateContextDirective, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
1704
|
+
TemplateContextDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: TemplateContextDirective, selector: "[templateContext]", inputs: { templateContext: "templateContext" }, ngImport: i0 });
|
|
1705
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TemplateContextDirective, decorators: [{
|
|
1706
1706
|
type: Directive,
|
|
1707
1707
|
args: [{
|
|
1708
1708
|
selector: '[templateContext]' // eslint-disable-line
|
|
@@ -1750,8 +1750,8 @@ const EDITING_DIRECTIVES = [
|
|
|
1750
1750
|
*/
|
|
1751
1751
|
class ListViewModule {
|
|
1752
1752
|
}
|
|
1753
|
-
ListViewModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1754
|
-
ListViewModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
|
1753
|
+
ListViewModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ListViewModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
1754
|
+
ListViewModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: ListViewModule, declarations: [ItemTemplateDirective,
|
|
1755
1755
|
HeaderTemplateDirective,
|
|
1756
1756
|
FooterTemplateDirective,
|
|
1757
1757
|
LoaderTemplateDirective, DataBindingDirective, EditTemplateDirective,
|
|
@@ -1775,14 +1775,12 @@ ListViewModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version:
|
|
|
1775
1775
|
AddCommandDirective, ListViewComponent,
|
|
1776
1776
|
CommonModule,
|
|
1777
1777
|
EventsModule] });
|
|
1778
|
-
ListViewModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
1779
|
-
|
|
1780
|
-
|
|
1781
|
-
|
|
1782
|
-
IconsModule
|
|
1783
|
-
], CommonModule,
|
|
1778
|
+
ListViewModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ListViewModule, imports: [CommonModule,
|
|
1779
|
+
PagerModule,
|
|
1780
|
+
EventsModule,
|
|
1781
|
+
IconsModule, CommonModule,
|
|
1784
1782
|
EventsModule] });
|
|
1785
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1783
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ListViewModule, decorators: [{
|
|
1786
1784
|
type: NgModule,
|
|
1787
1785
|
args: [{
|
|
1788
1786
|
declarations: [
|
package/listview.component.d.ts
CHANGED
|
@@ -296,5 +296,5 @@ export declare class ListViewComponent {
|
|
|
296
296
|
private attachEditHandlers;
|
|
297
297
|
private emitCRUDEvent;
|
|
298
298
|
static ɵfac: i0.ɵɵFactoryDeclaration<ListViewComponent, never>;
|
|
299
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ListViewComponent, "kendo-listview", ["kendoListView"], { "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"; }, { "scrollBottom": "scrollBottom"; "pageChange": "pageChange"; "pageSizeChange": "pageSizeChange"; "edit": "edit"; "cancel": "cancel"; "save": "save"; "remove": "remove"; "add": "add"; }, ["itemTemplate", "headerTemplate", "footerTemplate", "loaderTemplate", "editTemplate"], never>;
|
|
299
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ListViewComponent, "kendo-listview", ["kendoListView"], { "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"; }, { "scrollBottom": "scrollBottom"; "pageChange": "pageChange"; "pageSizeChange": "pageSizeChange"; "edit": "edit"; "cancel": "cancel"; "save": "save"; "remove": "remove"; "add": "add"; }, ["itemTemplate", "headerTemplate", "footerTemplate", "loaderTemplate", "editTemplate"], never, false, never>;
|
|
300
300
|
}
|
|
@@ -25,5 +25,5 @@ export declare class ListViewNavigableItemDirective implements OnChanges {
|
|
|
25
25
|
private updateFocusedState;
|
|
26
26
|
private updateTabIndex;
|
|
27
27
|
static ɵfac: i0.ɵɵFactoryDeclaration<ListViewNavigableItemDirective, never>;
|
|
28
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ListViewNavigableItemDirective, "[kendoListViewNavigableItem]", never, { "index": "index"; }, {}, never>;
|
|
28
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ListViewNavigableItemDirective, "[kendoListViewNavigableItem]", never, { "index": "index"; }, {}, never, never, false, never>;
|
|
29
29
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-listview",
|
|
3
|
-
"version": "16.0.0-develop.
|
|
3
|
+
"version": "16.0.0-develop.21",
|
|
4
4
|
"description": "Kendo UI Angular listview component",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -18,22 +18,20 @@
|
|
|
18
18
|
"friendlyName": "Listview"
|
|
19
19
|
},
|
|
20
20
|
"peerDependencies": {
|
|
21
|
-
"@angular/animations": "
|
|
22
|
-
"@angular/common": "
|
|
23
|
-
"@angular/core": "
|
|
24
|
-
"@angular/forms": "
|
|
25
|
-
"@angular/platform-browser": "
|
|
21
|
+
"@angular/animations": "15 - 17",
|
|
22
|
+
"@angular/common": "15 - 17",
|
|
23
|
+
"@angular/core": "15 - 17",
|
|
24
|
+
"@angular/forms": "15 - 17",
|
|
25
|
+
"@angular/platform-browser": "15 - 17",
|
|
26
26
|
"@progress/kendo-licensing": "^1.0.2",
|
|
27
|
-
"@progress/kendo-angular-common": "16.0.0-develop.
|
|
28
|
-
"@progress/kendo-angular-icons": "16.0.0-develop.
|
|
29
|
-
"@progress/kendo-angular-l10n": "16.0.0-develop.
|
|
30
|
-
"rxjs": "^6.5.3 || ^7.0.0"
|
|
31
|
-
"@progress/kendo-angular-buttons": "16.0.0-develop.2",
|
|
32
|
-
"@progress/kendo-angular-pager": "16.0.0-develop.2"
|
|
27
|
+
"@progress/kendo-angular-common": "16.0.0-develop.21",
|
|
28
|
+
"@progress/kendo-angular-icons": "16.0.0-develop.21",
|
|
29
|
+
"@progress/kendo-angular-l10n": "16.0.0-develop.21",
|
|
30
|
+
"rxjs": "^6.5.3 || ^7.0.0"
|
|
33
31
|
},
|
|
34
32
|
"dependencies": {
|
|
35
33
|
"tslib": "^2.3.1",
|
|
36
|
-
"@progress/kendo-angular-schematics": "16.0.0-develop.
|
|
34
|
+
"@progress/kendo-angular-schematics": "16.0.0-develop.21"
|
|
37
35
|
},
|
|
38
36
|
"schematics": "./schematics/collection.json",
|
|
39
37
|
"module": "fesm2015/progress-kendo-angular-listview.mjs",
|
|
@@ -41,13 +39,13 @@
|
|
|
41
39
|
"esm2020": "esm2020/progress-kendo-angular-listview.mjs",
|
|
42
40
|
"fesm2020": "fesm2020/progress-kendo-angular-listview.mjs",
|
|
43
41
|
"fesm2015": "fesm2015/progress-kendo-angular-listview.mjs",
|
|
44
|
-
"typings": "
|
|
42
|
+
"typings": "index.d.ts",
|
|
45
43
|
"exports": {
|
|
46
44
|
"./package.json": {
|
|
47
45
|
"default": "./package.json"
|
|
48
46
|
},
|
|
49
47
|
".": {
|
|
50
|
-
"types": "./
|
|
48
|
+
"types": "./index.d.ts",
|
|
51
49
|
"esm2020": "./esm2020/progress-kendo-angular-listview.mjs",
|
|
52
50
|
"es2020": "./fesm2020/progress-kendo-angular-listview.mjs",
|
|
53
51
|
"es2015": "./fesm2015/progress-kendo-angular-listview.mjs",
|
|
@@ -4,12 +4,12 @@ const schematics_1 = require("@angular-devkit/schematics");
|
|
|
4
4
|
function default_1(options) {
|
|
5
5
|
const finalOptions = Object.assign(Object.assign({}, options), { mainNgModule: 'ListViewModule', package: 'listview', peerDependencies: {
|
|
6
6
|
// Peers of pager
|
|
7
|
-
'@progress/kendo-angular-dropdowns': '16.0.0-develop.
|
|
8
|
-
'@progress/kendo-angular-treeview': '16.0.0-develop.
|
|
9
|
-
'@progress/kendo-angular-inputs': '16.0.0-develop.
|
|
10
|
-
'@progress/kendo-angular-intl': '16.0.0-develop.
|
|
11
|
-
'@progress/kendo-angular-l10n': '16.0.0-develop.
|
|
12
|
-
'@progress/kendo-angular-popup': '16.0.0-develop.
|
|
7
|
+
'@progress/kendo-angular-dropdowns': '16.0.0-develop.21',
|
|
8
|
+
'@progress/kendo-angular-treeview': '16.0.0-develop.21',
|
|
9
|
+
'@progress/kendo-angular-inputs': '16.0.0-develop.21',
|
|
10
|
+
'@progress/kendo-angular-intl': '16.0.0-develop.21',
|
|
11
|
+
'@progress/kendo-angular-l10n': '16.0.0-develop.21',
|
|
12
|
+
'@progress/kendo-angular-popup': '16.0.0-develop.21',
|
|
13
13
|
'@progress/kendo-drawing': '^1.17.2',
|
|
14
14
|
// Peer of icons
|
|
15
15
|
'@progress/kendo-svg-icons': '^2.0.0'
|
|
@@ -13,5 +13,5 @@ export declare class FooterTemplateDirective {
|
|
|
13
13
|
templateRef: TemplateRef<any>;
|
|
14
14
|
constructor(templateRef: TemplateRef<any>);
|
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<FooterTemplateDirective, never>;
|
|
16
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<FooterTemplateDirective, "[kendoListViewFooterTemplate]", never, {}, {}, never>;
|
|
16
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<FooterTemplateDirective, "[kendoListViewFooterTemplate]", never, {}, {}, never, never, false, never>;
|
|
17
17
|
}
|
|
@@ -13,5 +13,5 @@ export declare class HeaderTemplateDirective {
|
|
|
13
13
|
templateRef: TemplateRef<any>;
|
|
14
14
|
constructor(templateRef: TemplateRef<any>);
|
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<HeaderTemplateDirective, never>;
|
|
16
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<HeaderTemplateDirective, "[kendoListViewHeaderTemplate]", never, {}, {}, never>;
|
|
16
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<HeaderTemplateDirective, "[kendoListViewHeaderTemplate]", never, {}, {}, never, never, false, never>;
|
|
17
17
|
}
|
|
@@ -19,5 +19,5 @@ export declare class ItemTemplateDirective {
|
|
|
19
19
|
templateRef: TemplateRef<any>;
|
|
20
20
|
constructor(templateRef: TemplateRef<any>);
|
|
21
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<ItemTemplateDirective, never>;
|
|
22
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ItemTemplateDirective, "[kendoListViewItemTemplate]", never, {}, {}, never>;
|
|
22
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ItemTemplateDirective, "[kendoListViewItemTemplate]", never, {}, {}, never, never, false, never>;
|
|
23
23
|
}
|
|
@@ -13,5 +13,5 @@ export declare class LoaderTemplateDirective {
|
|
|
13
13
|
templateRef: TemplateRef<any>;
|
|
14
14
|
constructor(templateRef: TemplateRef<any>);
|
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<LoaderTemplateDirective, never>;
|
|
16
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<LoaderTemplateDirective, "[kendoListViewLoaderTemplate]", never, {}, {}, never>;
|
|
16
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<LoaderTemplateDirective, "[kendoListViewLoaderTemplate]", never, {}, {}, never, never, false, never>;
|
|
17
17
|
}
|
|
@@ -13,5 +13,5 @@ export declare class TemplateContextDirective {
|
|
|
13
13
|
set templateContext(context: any);
|
|
14
14
|
constructor(viewContainerRef: ViewContainerRef);
|
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<TemplateContextDirective, never>;
|
|
16
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TemplateContextDirective, "[templateContext]", never, { "templateContext": "templateContext"; }, {}, never>;
|
|
16
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TemplateContextDirective, "[templateContext]", never, { "templateContext": "templateContext"; }, {}, never, never, false, never>;
|
|
17
17
|
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
/**
|
|
6
|
-
* Generated bundle index. Do not edit.
|
|
7
|
-
*/
|
|
8
|
-
/// <amd-module name="@progress/kendo-angular-listview" />
|
|
9
|
-
export * from './index';
|