@progress/kendo-angular-scrollview 13.2.1-develop.6 → 13.2.1-develop.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/index.mjs +1 -0
- package/esm2020/package-metadata.mjs +2 -2
- package/esm2020/scrollview.module.mjs +4 -2
- package/fesm2015/progress-kendo-angular-scrollview.mjs +7 -5
- package/fesm2020/progress-kendo-angular-scrollview.mjs +7 -5
- package/index.d.ts +1 -0
- package/package.json +5 -5
- package/scrollview.module.d.ts +1 -1
package/esm2020/index.mjs
CHANGED
|
@@ -5,3 +5,4 @@
|
|
|
5
5
|
export { ScrollViewComponent } from './scrollview.component';
|
|
6
6
|
export { ScrollViewModule } from './scrollview.module';
|
|
7
7
|
export { ScrollViewPagerComponent } from './scrollview-pager.component';
|
|
8
|
+
export { CustomMessagesComponent } from './localization/custom-messages.component';
|
|
@@ -9,7 +9,7 @@ export const packageMetadata = {
|
|
|
9
9
|
name: '@progress/kendo-angular-scrollview',
|
|
10
10
|
productName: 'Kendo UI for Angular',
|
|
11
11
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
12
|
-
publishDate:
|
|
13
|
-
version: '13.2.1-develop.
|
|
12
|
+
publishDate: 1690455291,
|
|
13
|
+
version: '13.2.1-develop.8',
|
|
14
14
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
15
15
|
};
|
|
@@ -18,7 +18,8 @@ const DECLARATIONS = [
|
|
|
18
18
|
LocalizedMessagesDirective
|
|
19
19
|
];
|
|
20
20
|
const EXPORTS = [
|
|
21
|
-
ScrollViewComponent
|
|
21
|
+
ScrollViewComponent,
|
|
22
|
+
CustomMessagesComponent
|
|
22
23
|
];
|
|
23
24
|
/**
|
|
24
25
|
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
|
@@ -57,7 +58,8 @@ ScrollViewModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version
|
|
|
57
58
|
ScrollViewModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ScrollViewModule, declarations: [ScrollViewComponent,
|
|
58
59
|
ScrollViewPagerComponent,
|
|
59
60
|
CustomMessagesComponent,
|
|
60
|
-
LocalizedMessagesDirective], imports: [CommonModule, DraggableModule, IconsModule], exports: [ScrollViewComponent
|
|
61
|
+
LocalizedMessagesDirective], imports: [CommonModule, DraggableModule, IconsModule], exports: [ScrollViewComponent,
|
|
62
|
+
CustomMessagesComponent] });
|
|
61
63
|
ScrollViewModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ScrollViewModule, imports: [[CommonModule, DraggableModule, IconsModule]] });
|
|
62
64
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ScrollViewModule, decorators: [{
|
|
63
65
|
type: NgModule,
|
|
@@ -33,8 +33,8 @@ const packageMetadata = {
|
|
|
33
33
|
name: '@progress/kendo-angular-scrollview',
|
|
34
34
|
productName: 'Kendo UI for Angular',
|
|
35
35
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
36
|
-
publishDate:
|
|
37
|
-
version: '13.2.1-develop.
|
|
36
|
+
publishDate: 1690455291,
|
|
37
|
+
version: '13.2.1-develop.8',
|
|
38
38
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
39
39
|
};
|
|
40
40
|
|
|
@@ -944,7 +944,8 @@ const DECLARATIONS = [
|
|
|
944
944
|
LocalizedMessagesDirective
|
|
945
945
|
];
|
|
946
946
|
const EXPORTS = [
|
|
947
|
-
ScrollViewComponent
|
|
947
|
+
ScrollViewComponent,
|
|
948
|
+
CustomMessagesComponent
|
|
948
949
|
];
|
|
949
950
|
/**
|
|
950
951
|
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
|
@@ -983,7 +984,8 @@ ScrollViewModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version
|
|
|
983
984
|
ScrollViewModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ScrollViewModule, declarations: [ScrollViewComponent,
|
|
984
985
|
ScrollViewPagerComponent,
|
|
985
986
|
CustomMessagesComponent,
|
|
986
|
-
LocalizedMessagesDirective], imports: [CommonModule, DraggableModule, IconsModule], exports: [ScrollViewComponent
|
|
987
|
+
LocalizedMessagesDirective], imports: [CommonModule, DraggableModule, IconsModule], exports: [ScrollViewComponent,
|
|
988
|
+
CustomMessagesComponent] });
|
|
987
989
|
ScrollViewModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ScrollViewModule, imports: [[CommonModule, DraggableModule, IconsModule]] });
|
|
988
990
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ScrollViewModule, decorators: [{
|
|
989
991
|
type: NgModule,
|
|
@@ -998,5 +1000,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
998
1000
|
* Generated bundle index. Do not edit.
|
|
999
1001
|
*/
|
|
1000
1002
|
|
|
1001
|
-
export { ScrollViewComponent, ScrollViewModule, ScrollViewPagerComponent };
|
|
1003
|
+
export { CustomMessagesComponent, ScrollViewComponent, ScrollViewModule, ScrollViewPagerComponent };
|
|
1002
1004
|
|
|
@@ -33,8 +33,8 @@ const packageMetadata = {
|
|
|
33
33
|
name: '@progress/kendo-angular-scrollview',
|
|
34
34
|
productName: 'Kendo UI for Angular',
|
|
35
35
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
36
|
-
publishDate:
|
|
37
|
-
version: '13.2.1-develop.
|
|
36
|
+
publishDate: 1690455291,
|
|
37
|
+
version: '13.2.1-develop.8',
|
|
38
38
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
39
39
|
};
|
|
40
40
|
|
|
@@ -943,7 +943,8 @@ const DECLARATIONS = [
|
|
|
943
943
|
LocalizedMessagesDirective
|
|
944
944
|
];
|
|
945
945
|
const EXPORTS = [
|
|
946
|
-
ScrollViewComponent
|
|
946
|
+
ScrollViewComponent,
|
|
947
|
+
CustomMessagesComponent
|
|
947
948
|
];
|
|
948
949
|
/**
|
|
949
950
|
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
|
@@ -982,7 +983,8 @@ ScrollViewModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version
|
|
|
982
983
|
ScrollViewModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ScrollViewModule, declarations: [ScrollViewComponent,
|
|
983
984
|
ScrollViewPagerComponent,
|
|
984
985
|
CustomMessagesComponent,
|
|
985
|
-
LocalizedMessagesDirective], imports: [CommonModule, DraggableModule, IconsModule], exports: [ScrollViewComponent
|
|
986
|
+
LocalizedMessagesDirective], imports: [CommonModule, DraggableModule, IconsModule], exports: [ScrollViewComponent,
|
|
987
|
+
CustomMessagesComponent] });
|
|
986
988
|
ScrollViewModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ScrollViewModule, imports: [[CommonModule, DraggableModule, IconsModule]] });
|
|
987
989
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: ScrollViewModule, decorators: [{
|
|
988
990
|
type: NgModule,
|
|
@@ -997,5 +999,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
997
999
|
* Generated bundle index. Do not edit.
|
|
998
1000
|
*/
|
|
999
1001
|
|
|
1000
|
-
export { ScrollViewComponent, ScrollViewModule, ScrollViewPagerComponent };
|
|
1002
|
+
export { CustomMessagesComponent, ScrollViewComponent, ScrollViewModule, ScrollViewPagerComponent };
|
|
1001
1003
|
|
package/index.d.ts
CHANGED
|
@@ -7,3 +7,4 @@ export { ScrollViewModule } from './scrollview.module';
|
|
|
7
7
|
export { ScrollViewPagerComponent } from './scrollview-pager.component';
|
|
8
8
|
export { ItemChangedEvent } from './change-event-args';
|
|
9
9
|
export { ScrollViewPagerOverlay } from './enums';
|
|
10
|
+
export { CustomMessagesComponent } from './localization/custom-messages.component';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-scrollview",
|
|
3
|
-
"version": "13.2.1-develop.
|
|
3
|
+
"version": "13.2.1-develop.8",
|
|
4
4
|
"description": "A ScrollView Component for Angular",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -23,14 +23,14 @@
|
|
|
23
23
|
"@angular/core": "13 - 16",
|
|
24
24
|
"@angular/platform-browser": "13 - 16",
|
|
25
25
|
"@progress/kendo-licensing": "^1.0.2",
|
|
26
|
-
"@progress/kendo-angular-common": "13.2.1-develop.
|
|
27
|
-
"@progress/kendo-angular-l10n": "13.2.1-develop.
|
|
28
|
-
"@progress/kendo-angular-icons": "13.2.1-develop.
|
|
26
|
+
"@progress/kendo-angular-common": "13.2.1-develop.8",
|
|
27
|
+
"@progress/kendo-angular-l10n": "13.2.1-develop.8",
|
|
28
|
+
"@progress/kendo-angular-icons": "13.2.1-develop.8",
|
|
29
29
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
32
|
"tslib": "^2.3.1",
|
|
33
|
-
"@progress/kendo-angular-schematics": "13.2.1-develop.
|
|
33
|
+
"@progress/kendo-angular-schematics": "13.2.1-develop.8"
|
|
34
34
|
},
|
|
35
35
|
"schematics": "./schematics/collection.json",
|
|
36
36
|
"module": "fesm2015/progress-kendo-angular-scrollview.mjs",
|
package/scrollview.module.d.ts
CHANGED
|
@@ -43,6 +43,6 @@ import * as i7 from "@progress/kendo-angular-icons";
|
|
|
43
43
|
*/
|
|
44
44
|
export declare class ScrollViewModule {
|
|
45
45
|
static ɵfac: i0.ɵɵFactoryDeclaration<ScrollViewModule, never>;
|
|
46
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ScrollViewModule, [typeof i1.ScrollViewComponent, typeof i2.ScrollViewPagerComponent, typeof i3.CustomMessagesComponent, typeof i4.LocalizedMessagesDirective], [typeof i5.CommonModule, typeof i6.DraggableModule, typeof i7.IconsModule], [typeof i1.ScrollViewComponent]>;
|
|
46
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ScrollViewModule, [typeof i1.ScrollViewComponent, typeof i2.ScrollViewPagerComponent, typeof i3.CustomMessagesComponent, typeof i4.LocalizedMessagesDirective], [typeof i5.CommonModule, typeof i6.DraggableModule, typeof i7.IconsModule], [typeof i1.ScrollViewComponent, typeof i3.CustomMessagesComponent]>;
|
|
47
47
|
static ɵinj: i0.ɵɵInjectorDeclaration<ScrollViewModule>;
|
|
48
48
|
}
|