@progress/kendo-angular-listview 20.1.2-develop.2 → 21.0.0-develop.3
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/esm2022/data-binding/data-binding.directive.mjs +4 -4
- package/esm2022/editing/commands/add-command.directive.mjs +4 -4
- package/esm2022/editing/commands/cancel-command.directive.mjs +4 -4
- package/esm2022/editing/commands/edit-command.directive.mjs +4 -4
- package/esm2022/editing/commands/remove-command.directive.mjs +4 -4
- package/esm2022/editing/commands/save-command.directive.mjs +4 -4
- package/esm2022/editing/edit-template.directive.mjs +5 -5
- package/esm2022/editing/edit.service.mjs +5 -5
- package/esm2022/listview.component.mjs +4 -4
- package/esm2022/listview.module.mjs +4 -4
- package/esm2022/navigation/listview-navigable-item.directive.mjs +4 -4
- package/esm2022/navigation/navigation.service.mjs +8 -8
- package/esm2022/package-metadata.mjs +2 -2
- package/esm2022/templates/footer-template.directive.mjs +4 -4
- package/esm2022/templates/header-template.directive.mjs +4 -4
- package/esm2022/templates/item-template.directive.mjs +4 -4
- package/esm2022/templates/loader-template.directive.mjs +4 -4
- package/fesm2022/progress-kendo-angular-listview.mjs +72 -72
- package/package.json +13 -13
- package/schematics/ngAdd/index.js +7 -7
|
@@ -71,16 +71,16 @@ export class DataBindingDirective {
|
|
|
71
71
|
total: this.data.length
|
|
72
72
|
};
|
|
73
73
|
}
|
|
74
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
75
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
74
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DataBindingDirective, deps: [{ token: i1.ListViewComponent }], target: i0.ɵɵFactoryTarget.Directive });
|
|
75
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: DataBindingDirective, isStandalone: true, selector: "[kendoListViewBinding]", inputs: { data: ["kendoListViewBinding", "data"] }, ngImport: i0 });
|
|
76
76
|
}
|
|
77
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
77
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DataBindingDirective, decorators: [{
|
|
78
78
|
type: Directive,
|
|
79
79
|
args: [{
|
|
80
80
|
selector: '[kendoListViewBinding]',
|
|
81
81
|
standalone: true
|
|
82
82
|
}]
|
|
83
|
-
}], ctorParameters:
|
|
83
|
+
}], ctorParameters: () => [{ type: i1.ListViewComponent }], propDecorators: { data: [{
|
|
84
84
|
type: Input,
|
|
85
85
|
args: ['kendoListViewBinding']
|
|
86
86
|
}] } });
|
|
@@ -41,8 +41,8 @@ export class AddCommandDirective extends Button {
|
|
|
41
41
|
super(element, renderer, null, localization, ngZone);
|
|
42
42
|
this.editService = editService;
|
|
43
43
|
}
|
|
44
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
45
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
44
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AddCommandDirective, deps: [{ token: i1.EditService }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i2.LocalizationService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
45
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: AddCommandDirective, isStandalone: true, selector: "[kendoListViewAddCommand]", host: { listeners: { "click": "clickHandler($event)" } }, usesInheritance: true, ngImport: i0, template: `
|
|
46
46
|
<kendo-icon-wrapper
|
|
47
47
|
*ngIf="icon || svgIcon"
|
|
48
48
|
innerCssClass="k-button-icon"
|
|
@@ -55,7 +55,7 @@ export class AddCommandDirective extends Button {
|
|
|
55
55
|
<span class="k-button-text"><ng-content></ng-content></span>
|
|
56
56
|
`, isInline: true, dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
|
|
57
57
|
}
|
|
58
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
58
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AddCommandDirective, decorators: [{
|
|
59
59
|
type: Component,
|
|
60
60
|
args: [{
|
|
61
61
|
selector: '[kendoListViewAddCommand]',
|
|
@@ -74,7 +74,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
74
74
|
standalone: true,
|
|
75
75
|
imports: [NgIf, IconWrapperComponent, NgClass]
|
|
76
76
|
}]
|
|
77
|
-
}], ctorParameters:
|
|
77
|
+
}], ctorParameters: () => [{ type: i1.EditService }, { type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i2.LocalizationService }, { type: i0.NgZone }], propDecorators: { clickHandler: [{
|
|
78
78
|
type: HostListener,
|
|
79
79
|
args: ['click', ['$event']]
|
|
80
80
|
}] } });
|
|
@@ -58,8 +58,8 @@ export class CancelCommandDirective extends Button {
|
|
|
58
58
|
this.editService = editService;
|
|
59
59
|
this.elementRef = element;
|
|
60
60
|
}
|
|
61
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
62
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
61
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CancelCommandDirective, deps: [{ token: i1.EditService }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i2.LocalizationService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
62
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: CancelCommandDirective, isStandalone: true, selector: "[kendoListViewCancelCommand]", host: { listeners: { "click": "clickHandler($event)" } }, usesInheritance: true, ngImport: i0, template: `
|
|
63
63
|
<kendo-icon-wrapper
|
|
64
64
|
*ngIf="icon || svgIcon"
|
|
65
65
|
innerCssClass="k-button-icon"
|
|
@@ -72,7 +72,7 @@ export class CancelCommandDirective extends Button {
|
|
|
72
72
|
<span class="k-button-text"><ng-content></ng-content></span>
|
|
73
73
|
`, isInline: true, dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
|
|
74
74
|
}
|
|
75
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
75
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CancelCommandDirective, decorators: [{
|
|
76
76
|
type: Component,
|
|
77
77
|
args: [{
|
|
78
78
|
selector: '[kendoListViewCancelCommand]',
|
|
@@ -91,7 +91,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
91
91
|
standalone: true,
|
|
92
92
|
imports: [NgIf, IconWrapperComponent, NgClass]
|
|
93
93
|
}]
|
|
94
|
-
}], ctorParameters:
|
|
94
|
+
}], ctorParameters: () => [{ type: i1.EditService }, { type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i2.LocalizationService }, { type: i0.NgZone }], propDecorators: { clickHandler: [{
|
|
95
95
|
type: HostListener,
|
|
96
96
|
args: ['click', ['$event']]
|
|
97
97
|
}] } });
|
|
@@ -45,8 +45,8 @@ export class EditCommandDirective extends Button {
|
|
|
45
45
|
this.editService = editService;
|
|
46
46
|
this.elementRef = element;
|
|
47
47
|
}
|
|
48
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
49
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
48
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: EditCommandDirective, deps: [{ token: i1.EditService }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i2.LocalizationService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
49
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: EditCommandDirective, isStandalone: true, selector: "[kendoListViewEditCommand]", host: { listeners: { "click": "clickHandler($event)" } }, usesInheritance: true, ngImport: i0, template: `
|
|
50
50
|
<kendo-icon-wrapper
|
|
51
51
|
*ngIf="icon || svgIcon"
|
|
52
52
|
innerCssClass="k-button-icon"
|
|
@@ -59,7 +59,7 @@ export class EditCommandDirective extends Button {
|
|
|
59
59
|
<span class="k-button-text"><ng-content></ng-content></span>
|
|
60
60
|
`, isInline: true, dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
|
|
61
61
|
}
|
|
62
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
62
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: EditCommandDirective, decorators: [{
|
|
63
63
|
type: Component,
|
|
64
64
|
args: [{
|
|
65
65
|
selector: '[kendoListViewEditCommand]',
|
|
@@ -78,7 +78,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
78
78
|
standalone: true,
|
|
79
79
|
imports: [NgIf, IconWrapperComponent, NgClass]
|
|
80
80
|
}]
|
|
81
|
-
}], ctorParameters:
|
|
81
|
+
}], ctorParameters: () => [{ type: i1.EditService }, { type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i2.LocalizationService }, { type: i0.NgZone }], propDecorators: { clickHandler: [{
|
|
82
82
|
type: HostListener,
|
|
83
83
|
args: ['click', ['$event']]
|
|
84
84
|
}] } });
|
|
@@ -45,8 +45,8 @@ export class RemoveCommandDirective extends Button {
|
|
|
45
45
|
this.editService = editService;
|
|
46
46
|
this.elementRef = element;
|
|
47
47
|
}
|
|
48
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
49
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
48
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: RemoveCommandDirective, deps: [{ token: i1.EditService }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i2.LocalizationService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
49
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: RemoveCommandDirective, isStandalone: true, selector: "[kendoListViewRemoveCommand]", host: { listeners: { "click": "clickHandler($event)" } }, usesInheritance: true, ngImport: i0, template: `
|
|
50
50
|
<kendo-icon-wrapper
|
|
51
51
|
*ngIf="icon || svgIcon"
|
|
52
52
|
innerCssClass="k-button-icon"
|
|
@@ -59,7 +59,7 @@ export class RemoveCommandDirective extends Button {
|
|
|
59
59
|
<span class="k-button-text"><ng-content></ng-content></span>
|
|
60
60
|
`, isInline: true, dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
|
|
61
61
|
}
|
|
62
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
62
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: RemoveCommandDirective, decorators: [{
|
|
63
63
|
type: Component,
|
|
64
64
|
args: [{
|
|
65
65
|
selector: '[kendoListViewRemoveCommand]',
|
|
@@ -78,7 +78,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
78
78
|
standalone: true,
|
|
79
79
|
imports: [NgIf, IconWrapperComponent, NgClass]
|
|
80
80
|
}]
|
|
81
|
-
}], ctorParameters:
|
|
81
|
+
}], ctorParameters: () => [{ type: i1.EditService }, { type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i2.LocalizationService }, { type: i0.NgZone }], propDecorators: { clickHandler: [{
|
|
82
82
|
type: HostListener,
|
|
83
83
|
args: ['click', ['$event']]
|
|
84
84
|
}] } });
|
|
@@ -58,8 +58,8 @@ export class SaveCommandDirective extends Button {
|
|
|
58
58
|
this.editService = editService;
|
|
59
59
|
this.elementRef = element;
|
|
60
60
|
}
|
|
61
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
62
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
61
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SaveCommandDirective, deps: [{ token: i1.EditService }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i2.LocalizationService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
62
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: SaveCommandDirective, isStandalone: true, selector: "[kendoListViewSaveCommand]", host: { listeners: { "click": "clickHandler($event)" } }, usesInheritance: true, ngImport: i0, template: `
|
|
63
63
|
<kendo-icon-wrapper
|
|
64
64
|
*ngIf="icon || svgIcon"
|
|
65
65
|
innerCssClass="k-button-icon"
|
|
@@ -72,7 +72,7 @@ export class SaveCommandDirective extends Button {
|
|
|
72
72
|
<span class="k-button-text"><ng-content></ng-content></span>
|
|
73
73
|
`, isInline: true, dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
|
|
74
74
|
}
|
|
75
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
75
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SaveCommandDirective, decorators: [{
|
|
76
76
|
type: Component,
|
|
77
77
|
args: [{
|
|
78
78
|
selector: '[kendoListViewSaveCommand]',
|
|
@@ -91,7 +91,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
91
91
|
standalone: true,
|
|
92
92
|
imports: [NgIf, IconWrapperComponent, NgClass]
|
|
93
93
|
}]
|
|
94
|
-
}], ctorParameters:
|
|
94
|
+
}], ctorParameters: () => [{ type: i1.EditService }, { type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i2.LocalizationService }, { type: i0.NgZone }], propDecorators: { clickHandler: [{
|
|
95
95
|
type: HostListener,
|
|
96
96
|
args: ['click', ['$event']]
|
|
97
97
|
}] } });
|
|
@@ -39,15 +39,15 @@ export class EditTemplateDirective {
|
|
|
39
39
|
constructor(templateRef) {
|
|
40
40
|
this.templateRef = templateRef;
|
|
41
41
|
}
|
|
42
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
43
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
42
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: EditTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
43
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: EditTemplateDirective, isStandalone: true, selector: "[kendoListViewEditTemplate]", ngImport: i0 });
|
|
44
44
|
}
|
|
45
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
45
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: EditTemplateDirective, decorators: [{
|
|
46
46
|
type: Directive,
|
|
47
47
|
args: [{
|
|
48
48
|
selector: '[kendoListViewEditTemplate]',
|
|
49
49
|
standalone: true
|
|
50
50
|
}]
|
|
51
|
-
}], ctorParameters:
|
|
51
|
+
}], ctorParameters: () => [{ type: i0.TemplateRef, decorators: [{
|
|
52
52
|
type: Optional
|
|
53
|
-
}] }]
|
|
53
|
+
}] }] });
|
|
@@ -108,12 +108,12 @@ export class EditService {
|
|
|
108
108
|
}
|
|
109
109
|
onChanged() {
|
|
110
110
|
this.ngZone.runOutsideAngular(() => {
|
|
111
|
-
this.changedSource.next();
|
|
111
|
+
this.changedSource.next(undefined);
|
|
112
112
|
});
|
|
113
113
|
}
|
|
114
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
115
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
114
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: EditService, deps: [{ token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
115
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: EditService });
|
|
116
116
|
}
|
|
117
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
117
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: EditService, decorators: [{
|
|
118
118
|
type: Injectable
|
|
119
|
-
}], ctorParameters:
|
|
119
|
+
}], ctorParameters: () => [{ type: i0.NgZone }] });
|
|
@@ -500,8 +500,8 @@ export class ListViewComponent {
|
|
|
500
500
|
});
|
|
501
501
|
this[action].emit(args);
|
|
502
502
|
}
|
|
503
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
504
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
503
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", 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 });
|
|
504
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", 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-listview-bordered": "this.bordered" } }, providers: [
|
|
505
505
|
EditService,
|
|
506
506
|
NavigationService,
|
|
507
507
|
LocalizationService,
|
|
@@ -638,7 +638,7 @@ export class ListViewComponent {
|
|
|
638
638
|
</ng-template>
|
|
639
639
|
`, 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, kendo-pager", inputs: ["externalTemplate", "total", "skip", "pageSize", "buttonCount", "info", "type", "pageSizeValues", "previousNext", "navigable", "size", "responsive", "adaptiveMode"], outputs: ["pageChange", "pageSizeChange", "pagerInputVisibilityChange", "pageTextVisibilityChange", "itemsTextVisibilityChange"], exportAs: ["kendoDataPager", "kendoPager"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
640
640
|
}
|
|
641
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
641
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ListViewComponent, decorators: [{
|
|
642
642
|
type: Component,
|
|
643
643
|
args: [{
|
|
644
644
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
@@ -784,7 +784,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
784
784
|
standalone: true,
|
|
785
785
|
imports: [NgIf, NgTemplateOutlet, NgClass, NgStyle, EventsOutsideAngularDirective, ListViewNavigableItemDirective, NgFor, PagerComponent]
|
|
786
786
|
}]
|
|
787
|
-
}], ctorParameters:
|
|
787
|
+
}], ctorParameters: () => [{ type: i0.NgZone }, { type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.ChangeDetectorRef }, { type: i1.EditService }, { type: i2.NavigationService }], propDecorators: { className: [{
|
|
788
788
|
type: HostBinding,
|
|
789
789
|
args: ['class.k-listview']
|
|
790
790
|
}], itemTemplate: [{
|
|
@@ -42,15 +42,15 @@ import * as i12 from "./editing/commands/add-command.directive";
|
|
|
42
42
|
*```
|
|
43
43
|
*/
|
|
44
44
|
export class ListViewModule {
|
|
45
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
46
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
47
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
45
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ListViewModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
46
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", 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] });
|
|
47
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ListViewModule, providers: [
|
|
48
48
|
IconsService,
|
|
49
49
|
PopupService,
|
|
50
50
|
ResizeBatchService
|
|
51
51
|
], imports: [i1.ListViewComponent, i8.EditCommandDirective, i9.CancelCommandDirective, i10.SaveCommandDirective, i11.RemoveCommandDirective, i12.AddCommandDirective] });
|
|
52
52
|
}
|
|
53
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
53
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ListViewModule, decorators: [{
|
|
54
54
|
type: NgModule,
|
|
55
55
|
args: [{
|
|
56
56
|
imports: [...KENDO_LISTVIEW],
|
|
@@ -62,15 +62,15 @@ export class ListViewNavigableItemDirective {
|
|
|
62
62
|
this.renderer.setAttribute(this.hostElement.nativeElement, 'tabindex', '-1');
|
|
63
63
|
}
|
|
64
64
|
}
|
|
65
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
66
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
65
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ListViewNavigableItemDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i1.NavigationService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
66
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: ListViewNavigableItemDirective, isStandalone: true, selector: "[kendoListViewNavigableItem]", inputs: { index: "index" }, usesOnChanges: true, ngImport: i0 });
|
|
67
67
|
}
|
|
68
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
68
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ListViewNavigableItemDirective, decorators: [{
|
|
69
69
|
type: Directive,
|
|
70
70
|
args: [{
|
|
71
71
|
selector: '[kendoListViewNavigableItem]',
|
|
72
72
|
standalone: true
|
|
73
73
|
}]
|
|
74
|
-
}], ctorParameters:
|
|
74
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i1.NavigationService }], propDecorators: { index: [{
|
|
75
75
|
type: Input
|
|
76
76
|
}] } });
|
|
@@ -33,7 +33,7 @@ export class NavigationService {
|
|
|
33
33
|
else {
|
|
34
34
|
this.activeIndex = null;
|
|
35
35
|
}
|
|
36
|
-
this.changes.next();
|
|
36
|
+
this.changes.next(undefined);
|
|
37
37
|
}
|
|
38
38
|
/**
|
|
39
39
|
* Specifies if a ListView item currently holds focus.
|
|
@@ -97,7 +97,7 @@ export class NavigationService {
|
|
|
97
97
|
}
|
|
98
98
|
this.activeIndex = targetIndex;
|
|
99
99
|
this.isFocused = true;
|
|
100
|
-
this.changes.next();
|
|
100
|
+
this.changes.next(undefined);
|
|
101
101
|
}
|
|
102
102
|
handleFocusOut(event) {
|
|
103
103
|
// don't emit if the blurred item is not a listview item or if the new focus target is another listview item
|
|
@@ -105,7 +105,7 @@ export class NavigationService {
|
|
|
105
105
|
return;
|
|
106
106
|
}
|
|
107
107
|
this.isFocused = false;
|
|
108
|
-
this.changes.next();
|
|
108
|
+
this.changes.next(undefined);
|
|
109
109
|
}
|
|
110
110
|
/**
|
|
111
111
|
* Sets the `activeIndex` and triggers changes without focusing the corresponding ListView item.
|
|
@@ -118,7 +118,7 @@ export class NavigationService {
|
|
|
118
118
|
return;
|
|
119
119
|
}
|
|
120
120
|
this.activeIndex = index;
|
|
121
|
-
this.changes.next();
|
|
121
|
+
this.changes.next(undefined);
|
|
122
122
|
}
|
|
123
123
|
/**
|
|
124
124
|
* Focuses item at the targeted index. If no index is passed, the current `activeIndex` is used.
|
|
@@ -140,7 +140,7 @@ export class NavigationService {
|
|
|
140
140
|
}
|
|
141
141
|
this.isFocused = true;
|
|
142
142
|
this.activeIndex = index;
|
|
143
|
-
this.changes.next();
|
|
143
|
+
this.changes.next(undefined);
|
|
144
144
|
}
|
|
145
145
|
navigateToPrevious() {
|
|
146
146
|
const previousIndex = Math.max(this.activeIndex - 1, 0);
|
|
@@ -151,9 +151,9 @@ export class NavigationService {
|
|
|
151
151
|
const nextIndex = Math.min(this.activeIndex + 1, lastAvailableIndex);
|
|
152
152
|
this.navigateTo(nextIndex);
|
|
153
153
|
}
|
|
154
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
155
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
154
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: NavigationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
155
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: NavigationService });
|
|
156
156
|
}
|
|
157
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
157
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: NavigationService, decorators: [{
|
|
158
158
|
type: Injectable
|
|
159
159
|
}] });
|
|
@@ -10,7 +10,7 @@ export const packageMetadata = {
|
|
|
10
10
|
productName: 'Kendo UI for Angular',
|
|
11
11
|
productCode: 'KENDOUIANGULAR',
|
|
12
12
|
productCodes: ['KENDOUIANGULAR'],
|
|
13
|
-
publishDate:
|
|
14
|
-
version: '
|
|
13
|
+
publishDate: 1761758002,
|
|
14
|
+
version: '21.0.0-develop.3',
|
|
15
15
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
16
16
|
};
|
|
@@ -30,13 +30,13 @@ export class FooterTemplateDirective {
|
|
|
30
30
|
constructor(templateRef) {
|
|
31
31
|
this.templateRef = templateRef;
|
|
32
32
|
}
|
|
33
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
34
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
33
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FooterTemplateDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
34
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: FooterTemplateDirective, isStandalone: true, selector: "[kendoListViewFooterTemplate]", ngImport: i0 });
|
|
35
35
|
}
|
|
36
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
36
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FooterTemplateDirective, decorators: [{
|
|
37
37
|
type: Directive,
|
|
38
38
|
args: [{
|
|
39
39
|
selector: '[kendoListViewFooterTemplate]',
|
|
40
40
|
standalone: true
|
|
41
41
|
}]
|
|
42
|
-
}], ctorParameters:
|
|
42
|
+
}], ctorParameters: () => [{ type: i0.TemplateRef }] });
|
|
@@ -31,13 +31,13 @@ export class HeaderTemplateDirective {
|
|
|
31
31
|
constructor(templateRef) {
|
|
32
32
|
this.templateRef = templateRef;
|
|
33
33
|
}
|
|
34
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
35
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
34
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: HeaderTemplateDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
35
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: HeaderTemplateDirective, isStandalone: true, selector: "[kendoListViewHeaderTemplate]", ngImport: i0 });
|
|
36
36
|
}
|
|
37
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
37
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: HeaderTemplateDirective, decorators: [{
|
|
38
38
|
type: Directive,
|
|
39
39
|
args: [{
|
|
40
40
|
selector: '[kendoListViewHeaderTemplate]',
|
|
41
41
|
standalone: true
|
|
42
42
|
}]
|
|
43
|
-
}], ctorParameters:
|
|
43
|
+
}], ctorParameters: () => [{ type: i0.TemplateRef }] });
|
|
@@ -37,13 +37,13 @@ export class ItemTemplateDirective {
|
|
|
37
37
|
constructor(templateRef) {
|
|
38
38
|
this.templateRef = templateRef;
|
|
39
39
|
}
|
|
40
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
41
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
40
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ItemTemplateDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
41
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: ItemTemplateDirective, isStandalone: true, selector: "[kendoListViewItemTemplate]", ngImport: i0 });
|
|
42
42
|
}
|
|
43
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
43
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ItemTemplateDirective, decorators: [{
|
|
44
44
|
type: Directive,
|
|
45
45
|
args: [{
|
|
46
46
|
selector: '[kendoListViewItemTemplate]',
|
|
47
47
|
standalone: true
|
|
48
48
|
}]
|
|
49
|
-
}], ctorParameters:
|
|
49
|
+
}], ctorParameters: () => [{ type: i0.TemplateRef }] });
|
|
@@ -31,13 +31,13 @@ export class LoaderTemplateDirective {
|
|
|
31
31
|
constructor(templateRef) {
|
|
32
32
|
this.templateRef = templateRef;
|
|
33
33
|
}
|
|
34
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
35
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
34
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: LoaderTemplateDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
35
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: LoaderTemplateDirective, isStandalone: true, selector: "[kendoListViewLoaderTemplate]", ngImport: i0 });
|
|
36
36
|
}
|
|
37
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
37
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: LoaderTemplateDirective, decorators: [{
|
|
38
38
|
type: Directive,
|
|
39
39
|
args: [{
|
|
40
40
|
selector: '[kendoListViewLoaderTemplate]',
|
|
41
41
|
standalone: true
|
|
42
42
|
}]
|
|
43
|
-
}], ctorParameters:
|
|
43
|
+
}], ctorParameters: () => [{ type: i0.TemplateRef }] });
|
|
@@ -25,8 +25,8 @@ const packageMetadata = {
|
|
|
25
25
|
productName: 'Kendo UI for Angular',
|
|
26
26
|
productCode: 'KENDOUIANGULAR',
|
|
27
27
|
productCodes: ['KENDOUIANGULAR'],
|
|
28
|
-
publishDate:
|
|
29
|
-
version: '
|
|
28
|
+
publishDate: 1761758002,
|
|
29
|
+
version: '21.0.0-develop.3',
|
|
30
30
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
31
31
|
};
|
|
32
32
|
|
|
@@ -155,7 +155,7 @@ class NavigationService {
|
|
|
155
155
|
else {
|
|
156
156
|
this.activeIndex = null;
|
|
157
157
|
}
|
|
158
|
-
this.changes.next();
|
|
158
|
+
this.changes.next(undefined);
|
|
159
159
|
}
|
|
160
160
|
/**
|
|
161
161
|
* Specifies if a ListView item currently holds focus.
|
|
@@ -219,7 +219,7 @@ class NavigationService {
|
|
|
219
219
|
}
|
|
220
220
|
this.activeIndex = targetIndex;
|
|
221
221
|
this.isFocused = true;
|
|
222
|
-
this.changes.next();
|
|
222
|
+
this.changes.next(undefined);
|
|
223
223
|
}
|
|
224
224
|
handleFocusOut(event) {
|
|
225
225
|
// don't emit if the blurred item is not a listview item or if the new focus target is another listview item
|
|
@@ -227,7 +227,7 @@ class NavigationService {
|
|
|
227
227
|
return;
|
|
228
228
|
}
|
|
229
229
|
this.isFocused = false;
|
|
230
|
-
this.changes.next();
|
|
230
|
+
this.changes.next(undefined);
|
|
231
231
|
}
|
|
232
232
|
/**
|
|
233
233
|
* Sets the `activeIndex` and triggers changes without focusing the corresponding ListView item.
|
|
@@ -240,7 +240,7 @@ class NavigationService {
|
|
|
240
240
|
return;
|
|
241
241
|
}
|
|
242
242
|
this.activeIndex = index;
|
|
243
|
-
this.changes.next();
|
|
243
|
+
this.changes.next(undefined);
|
|
244
244
|
}
|
|
245
245
|
/**
|
|
246
246
|
* Focuses item at the targeted index. If no index is passed, the current `activeIndex` is used.
|
|
@@ -262,7 +262,7 @@ class NavigationService {
|
|
|
262
262
|
}
|
|
263
263
|
this.isFocused = true;
|
|
264
264
|
this.activeIndex = index;
|
|
265
|
-
this.changes.next();
|
|
265
|
+
this.changes.next(undefined);
|
|
266
266
|
}
|
|
267
267
|
navigateToPrevious() {
|
|
268
268
|
const previousIndex = Math.max(this.activeIndex - 1, 0);
|
|
@@ -273,10 +273,10 @@ class NavigationService {
|
|
|
273
273
|
const nextIndex = Math.min(this.activeIndex + 1, lastAvailableIndex);
|
|
274
274
|
this.navigateTo(nextIndex);
|
|
275
275
|
}
|
|
276
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
277
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
276
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: NavigationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
277
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: NavigationService });
|
|
278
278
|
}
|
|
279
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
279
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: NavigationService, decorators: [{
|
|
280
280
|
type: Injectable
|
|
281
281
|
}] });
|
|
282
282
|
|
|
@@ -335,16 +335,16 @@ class ListViewNavigableItemDirective {
|
|
|
335
335
|
this.renderer.setAttribute(this.hostElement.nativeElement, 'tabindex', '-1');
|
|
336
336
|
}
|
|
337
337
|
}
|
|
338
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
339
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
338
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ListViewNavigableItemDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: NavigationService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
339
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: ListViewNavigableItemDirective, isStandalone: true, selector: "[kendoListViewNavigableItem]", inputs: { index: "index" }, usesOnChanges: true, ngImport: i0 });
|
|
340
340
|
}
|
|
341
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
341
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ListViewNavigableItemDirective, decorators: [{
|
|
342
342
|
type: Directive,
|
|
343
343
|
args: [{
|
|
344
344
|
selector: '[kendoListViewNavigableItem]',
|
|
345
345
|
standalone: true
|
|
346
346
|
}]
|
|
347
|
-
}], ctorParameters:
|
|
347
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: NavigationService }], propDecorators: { index: [{
|
|
348
348
|
type: Input
|
|
349
349
|
}] } });
|
|
350
350
|
|
|
@@ -381,16 +381,16 @@ class ItemTemplateDirective {
|
|
|
381
381
|
constructor(templateRef) {
|
|
382
382
|
this.templateRef = templateRef;
|
|
383
383
|
}
|
|
384
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
385
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
384
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ItemTemplateDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
385
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: ItemTemplateDirective, isStandalone: true, selector: "[kendoListViewItemTemplate]", ngImport: i0 });
|
|
386
386
|
}
|
|
387
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
387
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ItemTemplateDirective, decorators: [{
|
|
388
388
|
type: Directive,
|
|
389
389
|
args: [{
|
|
390
390
|
selector: '[kendoListViewItemTemplate]',
|
|
391
391
|
standalone: true
|
|
392
392
|
}]
|
|
393
|
-
}], ctorParameters:
|
|
393
|
+
}], ctorParameters: () => [{ type: i0.TemplateRef }] });
|
|
394
394
|
|
|
395
395
|
/**
|
|
396
396
|
* Allows customizing the header content of the ListView. To define a header template, nest an `<ng-template>` tag
|
|
@@ -419,16 +419,16 @@ class HeaderTemplateDirective {
|
|
|
419
419
|
constructor(templateRef) {
|
|
420
420
|
this.templateRef = templateRef;
|
|
421
421
|
}
|
|
422
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
423
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
422
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: HeaderTemplateDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
423
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: HeaderTemplateDirective, isStandalone: true, selector: "[kendoListViewHeaderTemplate]", ngImport: i0 });
|
|
424
424
|
}
|
|
425
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
425
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: HeaderTemplateDirective, decorators: [{
|
|
426
426
|
type: Directive,
|
|
427
427
|
args: [{
|
|
428
428
|
selector: '[kendoListViewHeaderTemplate]',
|
|
429
429
|
standalone: true
|
|
430
430
|
}]
|
|
431
|
-
}], ctorParameters:
|
|
431
|
+
}], ctorParameters: () => [{ type: i0.TemplateRef }] });
|
|
432
432
|
|
|
433
433
|
/**
|
|
434
434
|
* Allows customizing the footer content of the ListView. To define a footer template, nest an `<ng-template>` tag
|
|
@@ -456,16 +456,16 @@ class FooterTemplateDirective {
|
|
|
456
456
|
constructor(templateRef) {
|
|
457
457
|
this.templateRef = templateRef;
|
|
458
458
|
}
|
|
459
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
460
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
459
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FooterTemplateDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
460
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: FooterTemplateDirective, isStandalone: true, selector: "[kendoListViewFooterTemplate]", ngImport: i0 });
|
|
461
461
|
}
|
|
462
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
462
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FooterTemplateDirective, decorators: [{
|
|
463
463
|
type: Directive,
|
|
464
464
|
args: [{
|
|
465
465
|
selector: '[kendoListViewFooterTemplate]',
|
|
466
466
|
standalone: true
|
|
467
467
|
}]
|
|
468
|
-
}], ctorParameters:
|
|
468
|
+
}], ctorParameters: () => [{ type: i0.TemplateRef }] });
|
|
469
469
|
|
|
470
470
|
/**
|
|
471
471
|
* Overrides the default loader content of the ListView. To define a loader template, nest an `<ng-template>` tag
|
|
@@ -494,16 +494,16 @@ class LoaderTemplateDirective {
|
|
|
494
494
|
constructor(templateRef) {
|
|
495
495
|
this.templateRef = templateRef;
|
|
496
496
|
}
|
|
497
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
498
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
497
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: LoaderTemplateDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
498
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: LoaderTemplateDirective, isStandalone: true, selector: "[kendoListViewLoaderTemplate]", ngImport: i0 });
|
|
499
499
|
}
|
|
500
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
500
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: LoaderTemplateDirective, decorators: [{
|
|
501
501
|
type: Directive,
|
|
502
502
|
args: [{
|
|
503
503
|
selector: '[kendoListViewLoaderTemplate]',
|
|
504
504
|
standalone: true
|
|
505
505
|
}]
|
|
506
|
-
}], ctorParameters:
|
|
506
|
+
}], ctorParameters: () => [{ type: i0.TemplateRef }] });
|
|
507
507
|
|
|
508
508
|
/**
|
|
509
509
|
* Defines the edit template of the ListView ([see example]({% slug editing_template_forms_listview %})).
|
|
@@ -540,18 +540,18 @@ class EditTemplateDirective {
|
|
|
540
540
|
constructor(templateRef) {
|
|
541
541
|
this.templateRef = templateRef;
|
|
542
542
|
}
|
|
543
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
544
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
543
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: EditTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
544
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: EditTemplateDirective, isStandalone: true, selector: "[kendoListViewEditTemplate]", ngImport: i0 });
|
|
545
545
|
}
|
|
546
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
546
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: EditTemplateDirective, decorators: [{
|
|
547
547
|
type: Directive,
|
|
548
548
|
args: [{
|
|
549
549
|
selector: '[kendoListViewEditTemplate]',
|
|
550
550
|
standalone: true
|
|
551
551
|
}]
|
|
552
|
-
}], ctorParameters:
|
|
552
|
+
}], ctorParameters: () => [{ type: i0.TemplateRef, decorators: [{
|
|
553
553
|
type: Optional
|
|
554
|
-
}] }]
|
|
554
|
+
}] }] });
|
|
555
555
|
|
|
556
556
|
/**
|
|
557
557
|
* @hidden
|
|
@@ -653,15 +653,15 @@ class EditService {
|
|
|
653
653
|
}
|
|
654
654
|
onChanged() {
|
|
655
655
|
this.ngZone.runOutsideAngular(() => {
|
|
656
|
-
this.changedSource.next();
|
|
656
|
+
this.changedSource.next(undefined);
|
|
657
657
|
});
|
|
658
658
|
}
|
|
659
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
660
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
659
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: EditService, deps: [{ token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
660
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: EditService });
|
|
661
661
|
}
|
|
662
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
662
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: EditService, decorators: [{
|
|
663
663
|
type: Injectable
|
|
664
|
-
}], ctorParameters:
|
|
664
|
+
}], ctorParameters: () => [{ type: i0.NgZone }] });
|
|
665
665
|
|
|
666
666
|
const DEFAULT_PAGER_SETTINGS = {
|
|
667
667
|
position: 'bottom',
|
|
@@ -1141,8 +1141,8 @@ class ListViewComponent {
|
|
|
1141
1141
|
});
|
|
1142
1142
|
this[action].emit(args);
|
|
1143
1143
|
}
|
|
1144
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1145
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1144
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", 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 });
|
|
1145
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", 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-listview-bordered": "this.bordered" } }, providers: [
|
|
1146
1146
|
EditService,
|
|
1147
1147
|
NavigationService,
|
|
1148
1148
|
LocalizationService,
|
|
@@ -1279,7 +1279,7 @@ class ListViewComponent {
|
|
|
1279
1279
|
</ng-template>
|
|
1280
1280
|
`, 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, kendo-pager", inputs: ["externalTemplate", "total", "skip", "pageSize", "buttonCount", "info", "type", "pageSizeValues", "previousNext", "navigable", "size", "responsive", "adaptiveMode"], outputs: ["pageChange", "pageSizeChange", "pagerInputVisibilityChange", "pageTextVisibilityChange", "itemsTextVisibilityChange"], exportAs: ["kendoDataPager", "kendoPager"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1281
1281
|
}
|
|
1282
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1282
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ListViewComponent, decorators: [{
|
|
1283
1283
|
type: Component,
|
|
1284
1284
|
args: [{
|
|
1285
1285
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
@@ -1425,7 +1425,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1425
1425
|
standalone: true,
|
|
1426
1426
|
imports: [NgIf, NgTemplateOutlet, NgClass, NgStyle, EventsOutsideAngularDirective, ListViewNavigableItemDirective, NgFor, PagerComponent]
|
|
1427
1427
|
}]
|
|
1428
|
-
}], ctorParameters:
|
|
1428
|
+
}], ctorParameters: () => [{ type: i0.NgZone }, { type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.ChangeDetectorRef }, { type: EditService }, { type: NavigationService }], propDecorators: { className: [{
|
|
1429
1429
|
type: HostBinding,
|
|
1430
1430
|
args: ['class.k-listview']
|
|
1431
1431
|
}], itemTemplate: [{
|
|
@@ -1564,16 +1564,16 @@ class DataBindingDirective {
|
|
|
1564
1564
|
total: this.data.length
|
|
1565
1565
|
};
|
|
1566
1566
|
}
|
|
1567
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1568
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
1567
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DataBindingDirective, deps: [{ token: ListViewComponent }], target: i0.ɵɵFactoryTarget.Directive });
|
|
1568
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: DataBindingDirective, isStandalone: true, selector: "[kendoListViewBinding]", inputs: { data: ["kendoListViewBinding", "data"] }, ngImport: i0 });
|
|
1569
1569
|
}
|
|
1570
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1570
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DataBindingDirective, decorators: [{
|
|
1571
1571
|
type: Directive,
|
|
1572
1572
|
args: [{
|
|
1573
1573
|
selector: '[kendoListViewBinding]',
|
|
1574
1574
|
standalone: true
|
|
1575
1575
|
}]
|
|
1576
|
-
}], ctorParameters:
|
|
1576
|
+
}], ctorParameters: () => [{ type: ListViewComponent }], propDecorators: { data: [{
|
|
1577
1577
|
type: Input,
|
|
1578
1578
|
args: ['kendoListViewBinding']
|
|
1579
1579
|
}] } });
|
|
@@ -1618,8 +1618,8 @@ class EditCommandDirective extends Button {
|
|
|
1618
1618
|
this.editService = editService;
|
|
1619
1619
|
this.elementRef = element;
|
|
1620
1620
|
}
|
|
1621
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1622
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1621
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: EditCommandDirective, deps: [{ token: EditService }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i2.LocalizationService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1622
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: EditCommandDirective, isStandalone: true, selector: "[kendoListViewEditCommand]", host: { listeners: { "click": "clickHandler($event)" } }, usesInheritance: true, ngImport: i0, template: `
|
|
1623
1623
|
<kendo-icon-wrapper
|
|
1624
1624
|
*ngIf="icon || svgIcon"
|
|
1625
1625
|
innerCssClass="k-button-icon"
|
|
@@ -1632,7 +1632,7 @@ class EditCommandDirective extends Button {
|
|
|
1632
1632
|
<span class="k-button-text"><ng-content></ng-content></span>
|
|
1633
1633
|
`, isInline: true, dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
|
|
1634
1634
|
}
|
|
1635
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1635
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: EditCommandDirective, decorators: [{
|
|
1636
1636
|
type: Component,
|
|
1637
1637
|
args: [{
|
|
1638
1638
|
selector: '[kendoListViewEditCommand]',
|
|
@@ -1651,7 +1651,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1651
1651
|
standalone: true,
|
|
1652
1652
|
imports: [NgIf, IconWrapperComponent, NgClass]
|
|
1653
1653
|
}]
|
|
1654
|
-
}], ctorParameters:
|
|
1654
|
+
}], ctorParameters: () => [{ type: EditService }, { type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i2.LocalizationService }, { type: i0.NgZone }], propDecorators: { clickHandler: [{
|
|
1655
1655
|
type: HostListener,
|
|
1656
1656
|
args: ['click', ['$event']]
|
|
1657
1657
|
}] } });
|
|
@@ -1686,8 +1686,8 @@ class AddCommandDirective extends Button {
|
|
|
1686
1686
|
super(element, renderer, null, localization, ngZone);
|
|
1687
1687
|
this.editService = editService;
|
|
1688
1688
|
}
|
|
1689
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1690
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1689
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AddCommandDirective, deps: [{ token: EditService }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i2.LocalizationService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1690
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: AddCommandDirective, isStandalone: true, selector: "[kendoListViewAddCommand]", host: { listeners: { "click": "clickHandler($event)" } }, usesInheritance: true, ngImport: i0, template: `
|
|
1691
1691
|
<kendo-icon-wrapper
|
|
1692
1692
|
*ngIf="icon || svgIcon"
|
|
1693
1693
|
innerCssClass="k-button-icon"
|
|
@@ -1700,7 +1700,7 @@ class AddCommandDirective extends Button {
|
|
|
1700
1700
|
<span class="k-button-text"><ng-content></ng-content></span>
|
|
1701
1701
|
`, isInline: true, dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
|
|
1702
1702
|
}
|
|
1703
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1703
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: AddCommandDirective, decorators: [{
|
|
1704
1704
|
type: Component,
|
|
1705
1705
|
args: [{
|
|
1706
1706
|
selector: '[kendoListViewAddCommand]',
|
|
@@ -1719,7 +1719,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1719
1719
|
standalone: true,
|
|
1720
1720
|
imports: [NgIf, IconWrapperComponent, NgClass]
|
|
1721
1721
|
}]
|
|
1722
|
-
}], ctorParameters:
|
|
1722
|
+
}], ctorParameters: () => [{ type: EditService }, { type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i2.LocalizationService }, { type: i0.NgZone }], propDecorators: { clickHandler: [{
|
|
1723
1723
|
type: HostListener,
|
|
1724
1724
|
args: ['click', ['$event']]
|
|
1725
1725
|
}] } });
|
|
@@ -1770,8 +1770,8 @@ class SaveCommandDirective extends Button {
|
|
|
1770
1770
|
this.editService = editService;
|
|
1771
1771
|
this.elementRef = element;
|
|
1772
1772
|
}
|
|
1773
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1774
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1773
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SaveCommandDirective, deps: [{ token: EditService }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i2.LocalizationService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1774
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: SaveCommandDirective, isStandalone: true, selector: "[kendoListViewSaveCommand]", host: { listeners: { "click": "clickHandler($event)" } }, usesInheritance: true, ngImport: i0, template: `
|
|
1775
1775
|
<kendo-icon-wrapper
|
|
1776
1776
|
*ngIf="icon || svgIcon"
|
|
1777
1777
|
innerCssClass="k-button-icon"
|
|
@@ -1784,7 +1784,7 @@ class SaveCommandDirective extends Button {
|
|
|
1784
1784
|
<span class="k-button-text"><ng-content></ng-content></span>
|
|
1785
1785
|
`, isInline: true, dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
|
|
1786
1786
|
}
|
|
1787
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1787
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SaveCommandDirective, decorators: [{
|
|
1788
1788
|
type: Component,
|
|
1789
1789
|
args: [{
|
|
1790
1790
|
selector: '[kendoListViewSaveCommand]',
|
|
@@ -1803,7 +1803,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1803
1803
|
standalone: true,
|
|
1804
1804
|
imports: [NgIf, IconWrapperComponent, NgClass]
|
|
1805
1805
|
}]
|
|
1806
|
-
}], ctorParameters:
|
|
1806
|
+
}], ctorParameters: () => [{ type: EditService }, { type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i2.LocalizationService }, { type: i0.NgZone }], propDecorators: { clickHandler: [{
|
|
1807
1807
|
type: HostListener,
|
|
1808
1808
|
args: ['click', ['$event']]
|
|
1809
1809
|
}] } });
|
|
@@ -1854,8 +1854,8 @@ class CancelCommandDirective extends Button {
|
|
|
1854
1854
|
this.editService = editService;
|
|
1855
1855
|
this.elementRef = element;
|
|
1856
1856
|
}
|
|
1857
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1858
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1857
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CancelCommandDirective, deps: [{ token: EditService }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i2.LocalizationService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1858
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: CancelCommandDirective, isStandalone: true, selector: "[kendoListViewCancelCommand]", host: { listeners: { "click": "clickHandler($event)" } }, usesInheritance: true, ngImport: i0, template: `
|
|
1859
1859
|
<kendo-icon-wrapper
|
|
1860
1860
|
*ngIf="icon || svgIcon"
|
|
1861
1861
|
innerCssClass="k-button-icon"
|
|
@@ -1868,7 +1868,7 @@ class CancelCommandDirective extends Button {
|
|
|
1868
1868
|
<span class="k-button-text"><ng-content></ng-content></span>
|
|
1869
1869
|
`, isInline: true, dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
|
|
1870
1870
|
}
|
|
1871
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1871
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CancelCommandDirective, decorators: [{
|
|
1872
1872
|
type: Component,
|
|
1873
1873
|
args: [{
|
|
1874
1874
|
selector: '[kendoListViewCancelCommand]',
|
|
@@ -1887,7 +1887,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1887
1887
|
standalone: true,
|
|
1888
1888
|
imports: [NgIf, IconWrapperComponent, NgClass]
|
|
1889
1889
|
}]
|
|
1890
|
-
}], ctorParameters:
|
|
1890
|
+
}], ctorParameters: () => [{ type: EditService }, { type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i2.LocalizationService }, { type: i0.NgZone }], propDecorators: { clickHandler: [{
|
|
1891
1891
|
type: HostListener,
|
|
1892
1892
|
args: ['click', ['$event']]
|
|
1893
1893
|
}] } });
|
|
@@ -1925,8 +1925,8 @@ class RemoveCommandDirective extends Button {
|
|
|
1925
1925
|
this.editService = editService;
|
|
1926
1926
|
this.elementRef = element;
|
|
1927
1927
|
}
|
|
1928
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1929
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1928
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: RemoveCommandDirective, deps: [{ token: EditService }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i2.LocalizationService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1929
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: RemoveCommandDirective, isStandalone: true, selector: "[kendoListViewRemoveCommand]", host: { listeners: { "click": "clickHandler($event)" } }, usesInheritance: true, ngImport: i0, template: `
|
|
1930
1930
|
<kendo-icon-wrapper
|
|
1931
1931
|
*ngIf="icon || svgIcon"
|
|
1932
1932
|
innerCssClass="k-button-icon"
|
|
@@ -1939,7 +1939,7 @@ class RemoveCommandDirective extends Button {
|
|
|
1939
1939
|
<span class="k-button-text"><ng-content></ng-content></span>
|
|
1940
1940
|
`, isInline: true, dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
|
|
1941
1941
|
}
|
|
1942
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1942
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: RemoveCommandDirective, decorators: [{
|
|
1943
1943
|
type: Component,
|
|
1944
1944
|
args: [{
|
|
1945
1945
|
selector: '[kendoListViewRemoveCommand]',
|
|
@@ -1958,7 +1958,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1958
1958
|
standalone: true,
|
|
1959
1959
|
imports: [NgIf, IconWrapperComponent, NgClass]
|
|
1960
1960
|
}]
|
|
1961
|
-
}], ctorParameters:
|
|
1961
|
+
}], ctorParameters: () => [{ type: EditService }, { type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i2.LocalizationService }, { type: i0.NgZone }], propDecorators: { clickHandler: [{
|
|
1962
1962
|
type: HostListener,
|
|
1963
1963
|
args: ['click', ['$event']]
|
|
1964
1964
|
}] } });
|
|
@@ -2003,15 +2003,15 @@ const KENDO_LISTVIEW = [
|
|
|
2003
2003
|
*```
|
|
2004
2004
|
*/
|
|
2005
2005
|
class ListViewModule {
|
|
2006
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2007
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
2008
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
2006
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ListViewModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
2007
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: ListViewModule, imports: [ListViewComponent, ItemTemplateDirective, HeaderTemplateDirective, FooterTemplateDirective, LoaderTemplateDirective, DataBindingDirective, EditTemplateDirective, EditCommandDirective, CancelCommandDirective, SaveCommandDirective, RemoveCommandDirective, AddCommandDirective], exports: [ListViewComponent, ItemTemplateDirective, HeaderTemplateDirective, FooterTemplateDirective, LoaderTemplateDirective, DataBindingDirective, EditTemplateDirective, EditCommandDirective, CancelCommandDirective, SaveCommandDirective, RemoveCommandDirective, AddCommandDirective] });
|
|
2008
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ListViewModule, providers: [
|
|
2009
2009
|
IconsService,
|
|
2010
2010
|
PopupService,
|
|
2011
2011
|
ResizeBatchService
|
|
2012
2012
|
], imports: [ListViewComponent, EditCommandDirective, CancelCommandDirective, SaveCommandDirective, RemoveCommandDirective, AddCommandDirective] });
|
|
2013
2013
|
}
|
|
2014
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2014
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ListViewModule, decorators: [{
|
|
2015
2015
|
type: NgModule,
|
|
2016
2016
|
args: [{
|
|
2017
2017
|
imports: [...KENDO_LISTVIEW],
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-listview",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "21.0.0-develop.3",
|
|
4
4
|
"description": "Kendo UI Angular listview component",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -19,27 +19,27 @@
|
|
|
19
19
|
"package": {
|
|
20
20
|
"productName": "Kendo UI for Angular",
|
|
21
21
|
"productCode": "KENDOUIANGULAR",
|
|
22
|
-
"publishDate":
|
|
22
|
+
"publishDate": 1761758002,
|
|
23
23
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
24
24
|
}
|
|
25
25
|
},
|
|
26
26
|
"peerDependencies": {
|
|
27
|
-
"@angular/animations": "
|
|
28
|
-
"@angular/common": "
|
|
29
|
-
"@angular/core": "
|
|
30
|
-
"@angular/forms": "
|
|
31
|
-
"@angular/platform-browser": "
|
|
27
|
+
"@angular/animations": "18 - 20",
|
|
28
|
+
"@angular/common": "18 - 20",
|
|
29
|
+
"@angular/core": "18 - 20",
|
|
30
|
+
"@angular/forms": "18 - 20",
|
|
31
|
+
"@angular/platform-browser": "18 - 20",
|
|
32
32
|
"@progress/kendo-licensing": "^1.7.0",
|
|
33
|
-
"@progress/kendo-angular-buttons": "
|
|
34
|
-
"@progress/kendo-angular-common": "
|
|
35
|
-
"@progress/kendo-angular-icons": "
|
|
36
|
-
"@progress/kendo-angular-l10n": "
|
|
37
|
-
"@progress/kendo-angular-pager": "
|
|
33
|
+
"@progress/kendo-angular-buttons": "21.0.0-develop.3",
|
|
34
|
+
"@progress/kendo-angular-common": "21.0.0-develop.3",
|
|
35
|
+
"@progress/kendo-angular-icons": "21.0.0-develop.3",
|
|
36
|
+
"@progress/kendo-angular-l10n": "21.0.0-develop.3",
|
|
37
|
+
"@progress/kendo-angular-pager": "21.0.0-develop.3",
|
|
38
38
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
41
|
"tslib": "^2.3.1",
|
|
42
|
-
"@progress/kendo-angular-schematics": "
|
|
42
|
+
"@progress/kendo-angular-schematics": "21.0.0-develop.3"
|
|
43
43
|
},
|
|
44
44
|
"schematics": "./schematics/collection.json",
|
|
45
45
|
"module": "fesm2022/progress-kendo-angular-listview.mjs",
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.default = default_1;
|
|
3
4
|
const schematics_1 = require("@angular-devkit/schematics");
|
|
4
5
|
function default_1(options) {
|
|
5
6
|
const finalOptions = Object.assign(Object.assign({}, options), { mainNgModule: 'ListViewModule', package: 'listview', peerDependencies: {
|
|
6
7
|
// Peers of pager
|
|
7
|
-
'@progress/kendo-angular-dropdowns': '
|
|
8
|
-
'@progress/kendo-angular-treeview': '
|
|
9
|
-
'@progress/kendo-angular-inputs': '
|
|
10
|
-
'@progress/kendo-angular-intl': '
|
|
11
|
-
'@progress/kendo-angular-l10n': '
|
|
12
|
-
'@progress/kendo-angular-popup': '
|
|
8
|
+
'@progress/kendo-angular-dropdowns': '21.0.0-develop.3',
|
|
9
|
+
'@progress/kendo-angular-treeview': '21.0.0-develop.3',
|
|
10
|
+
'@progress/kendo-angular-inputs': '21.0.0-develop.3',
|
|
11
|
+
'@progress/kendo-angular-intl': '21.0.0-develop.3',
|
|
12
|
+
'@progress/kendo-angular-l10n': '21.0.0-develop.3',
|
|
13
|
+
'@progress/kendo-angular-popup': '21.0.0-develop.3',
|
|
13
14
|
'@progress/kendo-drawing': '^1.17.2',
|
|
14
15
|
// Peer of icons
|
|
15
16
|
'@progress/kendo-svg-icons': '^4.0.0'
|
|
16
17
|
} });
|
|
17
18
|
return (0, schematics_1.externalSchematic)('@progress/kendo-angular-schematics', 'ng-add', finalOptions);
|
|
18
19
|
}
|
|
19
|
-
exports.default = default_1;
|