@progress/kendo-angular-listview 13.0.0-develop.8 → 13.0.0
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/listview.module.mjs +1 -1
- package/esm2020/package-metadata.mjs +2 -2
- package/fesm2015/progress-kendo-angular-listview.mjs +3 -3
- package/fesm2020/progress-kendo-angular-listview.mjs +3 -3
- package/listview.module.d.ts +1 -1
- package/package.json +7 -7
- package/schematics/ngAdd/index.js +6 -6
|
@@ -49,7 +49,7 @@ const EDITING_DIRECTIVES = [
|
|
|
49
49
|
* - [`FooterTemplateDirective`]({% slug api_listview_footertemplatedirective %})—The footer template directive.
|
|
50
50
|
* - [`LoaderTemplateDirective`]({% slug api_listview_loadertemplatedirective %})—The loeader template directive.
|
|
51
51
|
* - [`DataBindingDirective`]({% slug api_listview_databindingdirective %})—The data binding directive.
|
|
52
|
-
* - [`EditTemplateDirective`]({% slug api_listview_editingdirective %}—The editing template directive.
|
|
52
|
+
* - [`EditTemplateDirective`]({% slug api_listview_editingdirective %})—The editing template directive.
|
|
53
53
|
*/
|
|
54
54
|
export class ListViewModule {
|
|
55
55
|
}
|
|
@@ -9,7 +9,7 @@ export const packageMetadata = {
|
|
|
9
9
|
name: '@progress/kendo-angular-listview',
|
|
10
10
|
productName: 'Kendo UI for Angular',
|
|
11
11
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
12
|
-
publishDate:
|
|
13
|
-
version: '13.0.0
|
|
12
|
+
publishDate: 1686055785,
|
|
13
|
+
version: '13.0.0',
|
|
14
14
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
15
15
|
};
|
|
@@ -27,8 +27,8 @@ const packageMetadata = {
|
|
|
27
27
|
name: '@progress/kendo-angular-listview',
|
|
28
28
|
productName: 'Kendo UI for Angular',
|
|
29
29
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
30
|
-
publishDate:
|
|
31
|
-
version: '13.0.0
|
|
30
|
+
publishDate: 1686055785,
|
|
31
|
+
version: '13.0.0',
|
|
32
32
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
33
33
|
};
|
|
34
34
|
|
|
@@ -1729,7 +1729,7 @@ const EDITING_DIRECTIVES = [
|
|
|
1729
1729
|
* - [`FooterTemplateDirective`]({% slug api_listview_footertemplatedirective %})—The footer template directive.
|
|
1730
1730
|
* - [`LoaderTemplateDirective`]({% slug api_listview_loadertemplatedirective %})—The loeader template directive.
|
|
1731
1731
|
* - [`DataBindingDirective`]({% slug api_listview_databindingdirective %})—The data binding directive.
|
|
1732
|
-
* - [`EditTemplateDirective`]({% slug api_listview_editingdirective %}—The editing template directive.
|
|
1732
|
+
* - [`EditTemplateDirective`]({% slug api_listview_editingdirective %})—The editing template directive.
|
|
1733
1733
|
*/
|
|
1734
1734
|
class ListViewModule {
|
|
1735
1735
|
}
|
|
@@ -27,8 +27,8 @@ const packageMetadata = {
|
|
|
27
27
|
name: '@progress/kendo-angular-listview',
|
|
28
28
|
productName: 'Kendo UI for Angular',
|
|
29
29
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
30
|
-
publishDate:
|
|
31
|
-
version: '13.0.0
|
|
30
|
+
publishDate: 1686055785,
|
|
31
|
+
version: '13.0.0',
|
|
32
32
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
33
33
|
};
|
|
34
34
|
|
|
@@ -1727,7 +1727,7 @@ const EDITING_DIRECTIVES = [
|
|
|
1727
1727
|
* - [`FooterTemplateDirective`]({% slug api_listview_footertemplatedirective %})—The footer template directive.
|
|
1728
1728
|
* - [`LoaderTemplateDirective`]({% slug api_listview_loadertemplatedirective %})—The loeader template directive.
|
|
1729
1729
|
* - [`DataBindingDirective`]({% slug api_listview_databindingdirective %})—The data binding directive.
|
|
1730
|
-
* - [`EditTemplateDirective`]({% slug api_listview_editingdirective %}—The editing template directive.
|
|
1730
|
+
* - [`EditTemplateDirective`]({% slug api_listview_editingdirective %})—The editing template directive.
|
|
1731
1731
|
*/
|
|
1732
1732
|
class ListViewModule {
|
|
1733
1733
|
}
|
package/listview.module.d.ts
CHANGED
|
@@ -31,7 +31,7 @@ import * as i18 from "@progress/kendo-angular-icons";
|
|
|
31
31
|
* - [`FooterTemplateDirective`]({% slug api_listview_footertemplatedirective %})—The footer template directive.
|
|
32
32
|
* - [`LoaderTemplateDirective`]({% slug api_listview_loadertemplatedirective %})—The loeader template directive.
|
|
33
33
|
* - [`DataBindingDirective`]({% slug api_listview_databindingdirective %})—The data binding directive.
|
|
34
|
-
* - [`EditTemplateDirective`]({% slug api_listview_editingdirective %}—The editing template directive.
|
|
34
|
+
* - [`EditTemplateDirective`]({% slug api_listview_editingdirective %})—The editing template directive.
|
|
35
35
|
*/
|
|
36
36
|
export declare class ListViewModule {
|
|
37
37
|
static ɵfac: i0.ɵɵFactoryDeclaration<ListViewModule, never>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-listview",
|
|
3
|
-
"version": "13.0.0
|
|
3
|
+
"version": "13.0.0",
|
|
4
4
|
"description": "Kendo UI Angular listview component",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -23,16 +23,16 @@
|
|
|
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.0.0
|
|
27
|
-
"@progress/kendo-angular-icons": "13.0.0
|
|
28
|
-
"@progress/kendo-angular-l10n": "13.0.0
|
|
26
|
+
"@progress/kendo-angular-common": "13.0.0",
|
|
27
|
+
"@progress/kendo-angular-icons": "13.0.0",
|
|
28
|
+
"@progress/kendo-angular-l10n": "13.0.0",
|
|
29
29
|
"rxjs": "^6.5.3 || ^7.0.0",
|
|
30
|
-
"@progress/kendo-angular-buttons": "13.0.0
|
|
31
|
-
"@progress/kendo-angular-pager": "13.0.0
|
|
30
|
+
"@progress/kendo-angular-buttons": "13.0.0",
|
|
31
|
+
"@progress/kendo-angular-pager": "13.0.0"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"tslib": "^2.3.1",
|
|
35
|
-
"@progress/kendo-angular-schematics": "13.0.0
|
|
35
|
+
"@progress/kendo-angular-schematics": "13.0.0"
|
|
36
36
|
},
|
|
37
37
|
"schematics": "./schematics/collection.json",
|
|
38
38
|
"module": "fesm2015/progress-kendo-angular-listview.mjs",
|
|
@@ -4,12 +4,12 @@ const schematics_1 = require("@angular-devkit/schematics");
|
|
|
4
4
|
function default_1(options) {
|
|
5
5
|
const finalOptions = Object.assign(Object.assign({}, options), { mainNgModule: 'ListViewModule', package: 'listview', peerDependencies: {
|
|
6
6
|
// Peers of pager
|
|
7
|
-
'@progress/kendo-angular-dropdowns': '13.0.0
|
|
8
|
-
'@progress/kendo-angular-treeview': '13.0.0
|
|
9
|
-
'@progress/kendo-angular-inputs': '13.0.0
|
|
10
|
-
'@progress/kendo-angular-intl': '13.0.0
|
|
11
|
-
'@progress/kendo-angular-l10n': '13.0.0
|
|
12
|
-
'@progress/kendo-angular-popup': '13.0.0
|
|
7
|
+
'@progress/kendo-angular-dropdowns': '13.0.0',
|
|
8
|
+
'@progress/kendo-angular-treeview': '13.0.0',
|
|
9
|
+
'@progress/kendo-angular-inputs': '13.0.0',
|
|
10
|
+
'@progress/kendo-angular-intl': '13.0.0',
|
|
11
|
+
'@progress/kendo-angular-l10n': '13.0.0',
|
|
12
|
+
'@progress/kendo-angular-popup': '13.0.0',
|
|
13
13
|
'@progress/kendo-drawing': '^1.17.2',
|
|
14
14
|
// Peer of icons
|
|
15
15
|
'@progress/kendo-svg-icons': '^1.0.0'
|