imng-kendo-grid-array 5.243.6 → 5.243.8
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/esm2020/lib/imng-kendo-grid-array.module.mjs +4 -4
- package/esm2020/lib/kendo-array-base-component.mjs +3 -3
- package/esm2020/lib/kendo-array-grid.directive.mjs +3 -3
- package/fesm2015/imng-kendo-grid-array.mjs +10 -10
- package/fesm2020/imng-kendo-grid-array.mjs +10 -10
- package/package.json +1 -1
|
@@ -6,10 +6,10 @@ import { GridModule } from '@progress/kendo-angular-grid';
|
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
export class ImngKendoGridArrayModule {
|
|
8
8
|
}
|
|
9
|
-
ImngKendoGridArrayModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
10
|
-
ImngKendoGridArrayModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.
|
|
11
|
-
ImngKendoGridArrayModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.
|
|
12
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
9
|
+
ImngKendoGridArrayModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: ImngKendoGridArrayModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
10
|
+
ImngKendoGridArrayModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.0", ngImport: i0, type: ImngKendoGridArrayModule, declarations: [ImngArrayGridDirective], imports: [CommonModule, ImngKendoGridModule, GridModule], exports: [ImngArrayGridDirective] });
|
|
11
|
+
ImngKendoGridArrayModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: ImngKendoGridArrayModule, imports: [CommonModule, ImngKendoGridModule, GridModule] });
|
|
12
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: ImngKendoGridArrayModule, decorators: [{
|
|
13
13
|
type: NgModule,
|
|
14
14
|
args: [{
|
|
15
15
|
declarations: [ImngArrayGridDirective],
|
|
@@ -51,9 +51,9 @@ export class KendoArrayBasedComponent extends KendoGridBaseComponent {
|
|
|
51
51
|
//This is intentional
|
|
52
52
|
}
|
|
53
53
|
}
|
|
54
|
-
KendoArrayBasedComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
55
|
-
KendoArrayBasedComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.
|
|
56
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
54
|
+
KendoArrayBasedComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: KendoArrayBasedComponent, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
55
|
+
KendoArrayBasedComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.0", type: KendoArrayBasedComponent, selector: "ng-component", inputs: { item: "item", detail: "detail" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
|
|
56
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: KendoArrayBasedComponent, decorators: [{
|
|
57
57
|
type: Component,
|
|
58
58
|
args: [{ template: '' }]
|
|
59
59
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }]; }, propDecorators: { item: [{
|
|
@@ -68,9 +68,9 @@ export class ImngArrayGridDirective {
|
|
|
68
68
|
this.allSubscriptions.unsubscribeAll();
|
|
69
69
|
}
|
|
70
70
|
}
|
|
71
|
-
ImngArrayGridDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
72
|
-
ImngArrayGridDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.
|
|
73
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
71
|
+
ImngArrayGridDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: ImngArrayGridDirective, deps: [{ token: i1.GridComponent }], target: i0.ɵɵFactoryTarget.Directive });
|
|
72
|
+
ImngArrayGridDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.0", type: ImngArrayGridDirective, selector: "[imngArrayGrid]", inputs: { arrayComponent: ["imngArrayGrid", "arrayComponent"], pageable: "pageable" }, ngImport: i0 });
|
|
73
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: ImngArrayGridDirective, decorators: [{
|
|
74
74
|
type: Directive,
|
|
75
75
|
args: [{
|
|
76
76
|
selector: '[imngArrayGrid]',
|
|
@@ -76,9 +76,9 @@ class ImngArrayGridDirective {
|
|
|
76
76
|
this.allSubscriptions.unsubscribeAll();
|
|
77
77
|
}
|
|
78
78
|
}
|
|
79
|
-
ImngArrayGridDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
80
|
-
ImngArrayGridDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.
|
|
81
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
79
|
+
ImngArrayGridDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: ImngArrayGridDirective, deps: [{ token: i1.GridComponent }], target: i0.ɵɵFactoryTarget.Directive });
|
|
80
|
+
ImngArrayGridDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.0", type: ImngArrayGridDirective, selector: "[imngArrayGrid]", inputs: { arrayComponent: ["imngArrayGrid", "arrayComponent"], pageable: "pageable" }, ngImport: i0 });
|
|
81
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: ImngArrayGridDirective, decorators: [{
|
|
82
82
|
type: Directive,
|
|
83
83
|
args: [{
|
|
84
84
|
selector: '[imngArrayGrid]',
|
|
@@ -92,10 +92,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.1", ngImpor
|
|
|
92
92
|
|
|
93
93
|
class ImngKendoGridArrayModule {
|
|
94
94
|
}
|
|
95
|
-
ImngKendoGridArrayModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
96
|
-
ImngKendoGridArrayModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.
|
|
97
|
-
ImngKendoGridArrayModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.
|
|
98
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
95
|
+
ImngKendoGridArrayModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: ImngKendoGridArrayModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
96
|
+
ImngKendoGridArrayModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.0", ngImport: i0, type: ImngKendoGridArrayModule, declarations: [ImngArrayGridDirective], imports: [CommonModule, ImngKendoGridModule, GridModule], exports: [ImngArrayGridDirective] });
|
|
97
|
+
ImngKendoGridArrayModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: ImngKendoGridArrayModule, imports: [CommonModule, ImngKendoGridModule, GridModule] });
|
|
98
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: ImngKendoGridArrayModule, decorators: [{
|
|
99
99
|
type: NgModule,
|
|
100
100
|
args: [{
|
|
101
101
|
declarations: [ImngArrayGridDirective],
|
|
@@ -153,9 +153,9 @@ class KendoArrayBasedComponent extends KendoGridBaseComponent {
|
|
|
153
153
|
//This is intentional
|
|
154
154
|
}
|
|
155
155
|
}
|
|
156
|
-
KendoArrayBasedComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
157
|
-
KendoArrayBasedComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.
|
|
158
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
156
|
+
KendoArrayBasedComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: KendoArrayBasedComponent, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
157
|
+
KendoArrayBasedComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.0", type: KendoArrayBasedComponent, selector: "ng-component", inputs: { item: "item", detail: "detail" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
|
|
158
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: KendoArrayBasedComponent, decorators: [{
|
|
159
159
|
type: Component,
|
|
160
160
|
args: [{ template: '' }]
|
|
161
161
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }]; }, propDecorators: { item: [{
|
|
@@ -56,9 +56,9 @@ class KendoArrayBasedComponent extends KendoGridBaseComponent {
|
|
|
56
56
|
//This is intentional
|
|
57
57
|
}
|
|
58
58
|
}
|
|
59
|
-
KendoArrayBasedComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
60
|
-
KendoArrayBasedComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.
|
|
61
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
59
|
+
KendoArrayBasedComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: KendoArrayBasedComponent, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
60
|
+
KendoArrayBasedComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.0", type: KendoArrayBasedComponent, selector: "ng-component", inputs: { item: "item", detail: "detail" }, usesInheritance: true, ngImport: i0, template: '', isInline: true });
|
|
61
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: KendoArrayBasedComponent, decorators: [{
|
|
62
62
|
type: Component,
|
|
63
63
|
args: [{ template: '' }]
|
|
64
64
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }]; }, propDecorators: { item: [{
|
|
@@ -130,9 +130,9 @@ class ImngArrayGridDirective {
|
|
|
130
130
|
this.allSubscriptions.unsubscribeAll();
|
|
131
131
|
}
|
|
132
132
|
}
|
|
133
|
-
ImngArrayGridDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
134
|
-
ImngArrayGridDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.
|
|
135
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
133
|
+
ImngArrayGridDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: ImngArrayGridDirective, deps: [{ token: i1.GridComponent }], target: i0.ɵɵFactoryTarget.Directive });
|
|
134
|
+
ImngArrayGridDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.2.0", type: ImngArrayGridDirective, selector: "[imngArrayGrid]", inputs: { arrayComponent: ["imngArrayGrid", "arrayComponent"], pageable: "pageable" }, ngImport: i0 });
|
|
135
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: ImngArrayGridDirective, decorators: [{
|
|
136
136
|
type: Directive,
|
|
137
137
|
args: [{
|
|
138
138
|
selector: '[imngArrayGrid]',
|
|
@@ -146,10 +146,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.1", ngImpor
|
|
|
146
146
|
|
|
147
147
|
class ImngKendoGridArrayModule {
|
|
148
148
|
}
|
|
149
|
-
ImngKendoGridArrayModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
150
|
-
ImngKendoGridArrayModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.
|
|
151
|
-
ImngKendoGridArrayModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.
|
|
152
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
149
|
+
ImngKendoGridArrayModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: ImngKendoGridArrayModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
150
|
+
ImngKendoGridArrayModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.0", ngImport: i0, type: ImngKendoGridArrayModule, declarations: [ImngArrayGridDirective], imports: [CommonModule, ImngKendoGridModule, GridModule], exports: [ImngArrayGridDirective] });
|
|
151
|
+
ImngKendoGridArrayModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: ImngKendoGridArrayModule, imports: [CommonModule, ImngKendoGridModule, GridModule] });
|
|
152
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.0", ngImport: i0, type: ImngKendoGridArrayModule, decorators: [{
|
|
153
153
|
type: NgModule,
|
|
154
154
|
args: [{
|
|
155
155
|
declarations: [ImngArrayGridDirective],
|