@progress/kendo-angular-listview 13.2.1-develop.3 → 13.2.1-develop.5
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 +17 -9
- package/esm2020/package-metadata.mjs +2 -2
- package/fesm2015/progress-kendo-angular-listview.mjs +19 -11
- package/fesm2020/progress-kendo-angular-listview.mjs +19 -11
- package/listview.module.d.ts +17 -9
- package/package.json +7 -7
- package/schematics/ngAdd/index.js +6 -6
|
@@ -40,16 +40,24 @@ const EDITING_DIRECTIVES = [
|
|
|
40
40
|
AddCommandDirective
|
|
41
41
|
];
|
|
42
42
|
/**
|
|
43
|
-
*
|
|
43
|
+
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
|
44
|
+
* definition for the ListView component.
|
|
45
|
+
* @example
|
|
44
46
|
*
|
|
45
|
-
*
|
|
46
|
-
*
|
|
47
|
-
*
|
|
48
|
-
*
|
|
49
|
-
*
|
|
50
|
-
*
|
|
51
|
-
*
|
|
52
|
-
*
|
|
47
|
+
* ```ts
|
|
48
|
+
* import { BrowserAnimationsModule } from '@angular/platform-browser/animations';
|
|
49
|
+
* import { BrowserModule } from '@angular/platform-browser';
|
|
50
|
+
* import { NgModule } from '@angular/core';
|
|
51
|
+
* import { ListViewModule } from '@progress/kendo-angular-listview';
|
|
52
|
+
* import { AppComponent } from './app.component';
|
|
53
|
+
*
|
|
54
|
+
* @NgModule({
|
|
55
|
+
* declarations: [AppComponent],
|
|
56
|
+
* imports: [BrowserModule, BrowserAnimationsModule, ListViewModule],
|
|
57
|
+
* bootstrap: [AppComponent]
|
|
58
|
+
* })
|
|
59
|
+
* export class AppModule {}
|
|
60
|
+
*```
|
|
53
61
|
*/
|
|
54
62
|
export class ListViewModule {
|
|
55
63
|
}
|
|
@@ -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.2.1-develop.
|
|
12
|
+
publishDate: 1689926061,
|
|
13
|
+
version: '13.2.1-develop.5',
|
|
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.2.1-develop.
|
|
30
|
+
publishDate: 1689926061,
|
|
31
|
+
version: '13.2.1-develop.5',
|
|
32
32
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
33
33
|
};
|
|
34
34
|
|
|
@@ -1720,16 +1720,24 @@ const EDITING_DIRECTIVES = [
|
|
|
1720
1720
|
AddCommandDirective
|
|
1721
1721
|
];
|
|
1722
1722
|
/**
|
|
1723
|
-
*
|
|
1723
|
+
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
|
1724
|
+
* definition for the ListView component.
|
|
1725
|
+
* @example
|
|
1726
|
+
*
|
|
1727
|
+
* ```ts
|
|
1728
|
+
* import { BrowserAnimationsModule } from '@angular/platform-browser/animations';
|
|
1729
|
+
* import { BrowserModule } from '@angular/platform-browser';
|
|
1730
|
+
* import { NgModule } from '@angular/core';
|
|
1731
|
+
* import { ListViewModule } from '@progress/kendo-angular-listview';
|
|
1732
|
+
* import { AppComponent } from './app.component';
|
|
1724
1733
|
*
|
|
1725
|
-
*
|
|
1726
|
-
*
|
|
1727
|
-
*
|
|
1728
|
-
*
|
|
1729
|
-
*
|
|
1730
|
-
*
|
|
1731
|
-
|
|
1732
|
-
* - [`EditTemplateDirective`]({% slug api_listview_editingdirective %})—The editing template directive.
|
|
1734
|
+
* @NgModule({
|
|
1735
|
+
* declarations: [AppComponent],
|
|
1736
|
+
* imports: [BrowserModule, BrowserAnimationsModule, ListViewModule],
|
|
1737
|
+
* bootstrap: [AppComponent]
|
|
1738
|
+
* })
|
|
1739
|
+
* export class AppModule {}
|
|
1740
|
+
*```
|
|
1733
1741
|
*/
|
|
1734
1742
|
class ListViewModule {
|
|
1735
1743
|
}
|
|
@@ -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.2.1-develop.
|
|
30
|
+
publishDate: 1689926061,
|
|
31
|
+
version: '13.2.1-develop.5',
|
|
32
32
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
33
33
|
};
|
|
34
34
|
|
|
@@ -1718,16 +1718,24 @@ const EDITING_DIRECTIVES = [
|
|
|
1718
1718
|
AddCommandDirective
|
|
1719
1719
|
];
|
|
1720
1720
|
/**
|
|
1721
|
-
*
|
|
1721
|
+
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
|
1722
|
+
* definition for the ListView component.
|
|
1723
|
+
* @example
|
|
1724
|
+
*
|
|
1725
|
+
* ```ts
|
|
1726
|
+
* import { BrowserAnimationsModule } from '@angular/platform-browser/animations';
|
|
1727
|
+
* import { BrowserModule } from '@angular/platform-browser';
|
|
1728
|
+
* import { NgModule } from '@angular/core';
|
|
1729
|
+
* import { ListViewModule } from '@progress/kendo-angular-listview';
|
|
1730
|
+
* import { AppComponent } from './app.component';
|
|
1722
1731
|
*
|
|
1723
|
-
*
|
|
1724
|
-
*
|
|
1725
|
-
*
|
|
1726
|
-
*
|
|
1727
|
-
*
|
|
1728
|
-
*
|
|
1729
|
-
|
|
1730
|
-
* - [`EditTemplateDirective`]({% slug api_listview_editingdirective %})—The editing template directive.
|
|
1732
|
+
* @NgModule({
|
|
1733
|
+
* declarations: [AppComponent],
|
|
1734
|
+
* imports: [BrowserModule, BrowserAnimationsModule, ListViewModule],
|
|
1735
|
+
* bootstrap: [AppComponent]
|
|
1736
|
+
* })
|
|
1737
|
+
* export class AppModule {}
|
|
1738
|
+
*```
|
|
1731
1739
|
*/
|
|
1732
1740
|
class ListViewModule {
|
|
1733
1741
|
}
|
package/listview.module.d.ts
CHANGED
|
@@ -22,16 +22,24 @@ import * as i16 from "@progress/kendo-angular-pager";
|
|
|
22
22
|
import * as i17 from "@progress/kendo-angular-common";
|
|
23
23
|
import * as i18 from "@progress/kendo-angular-icons";
|
|
24
24
|
/**
|
|
25
|
-
*
|
|
25
|
+
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
|
26
|
+
* definition for the ListView component.
|
|
27
|
+
* @example
|
|
26
28
|
*
|
|
27
|
-
*
|
|
28
|
-
*
|
|
29
|
-
*
|
|
30
|
-
*
|
|
31
|
-
*
|
|
32
|
-
*
|
|
33
|
-
*
|
|
34
|
-
*
|
|
29
|
+
* ```ts
|
|
30
|
+
* import { BrowserAnimationsModule } from '@angular/platform-browser/animations';
|
|
31
|
+
* import { BrowserModule } from '@angular/platform-browser';
|
|
32
|
+
* import { NgModule } from '@angular/core';
|
|
33
|
+
* import { ListViewModule } from '@progress/kendo-angular-listview';
|
|
34
|
+
* import { AppComponent } from './app.component';
|
|
35
|
+
*
|
|
36
|
+
* @NgModule({
|
|
37
|
+
* declarations: [AppComponent],
|
|
38
|
+
* imports: [BrowserModule, BrowserAnimationsModule, ListViewModule],
|
|
39
|
+
* bootstrap: [AppComponent]
|
|
40
|
+
* })
|
|
41
|
+
* export class AppModule {}
|
|
42
|
+
*```
|
|
35
43
|
*/
|
|
36
44
|
export declare class ListViewModule {
|
|
37
45
|
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.2.1-develop.
|
|
3
|
+
"version": "13.2.1-develop.5",
|
|
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.2.1-develop.
|
|
27
|
-
"@progress/kendo-angular-icons": "13.2.1-develop.
|
|
28
|
-
"@progress/kendo-angular-l10n": "13.2.1-develop.
|
|
26
|
+
"@progress/kendo-angular-common": "13.2.1-develop.5",
|
|
27
|
+
"@progress/kendo-angular-icons": "13.2.1-develop.5",
|
|
28
|
+
"@progress/kendo-angular-l10n": "13.2.1-develop.5",
|
|
29
29
|
"rxjs": "^6.5.3 || ^7.0.0",
|
|
30
|
-
"@progress/kendo-angular-buttons": "13.2.1-develop.
|
|
31
|
-
"@progress/kendo-angular-pager": "13.2.1-develop.
|
|
30
|
+
"@progress/kendo-angular-buttons": "13.2.1-develop.5",
|
|
31
|
+
"@progress/kendo-angular-pager": "13.2.1-develop.5"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"tslib": "^2.3.1",
|
|
35
|
-
"@progress/kendo-angular-schematics": "13.2.1-develop.
|
|
35
|
+
"@progress/kendo-angular-schematics": "13.2.1-develop.5"
|
|
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.2.1-develop.
|
|
8
|
-
'@progress/kendo-angular-treeview': '13.2.1-develop.
|
|
9
|
-
'@progress/kendo-angular-inputs': '13.2.1-develop.
|
|
10
|
-
'@progress/kendo-angular-intl': '13.2.1-develop.
|
|
11
|
-
'@progress/kendo-angular-l10n': '13.2.1-develop.
|
|
12
|
-
'@progress/kendo-angular-popup': '13.2.1-develop.
|
|
7
|
+
'@progress/kendo-angular-dropdowns': '13.2.1-develop.5',
|
|
8
|
+
'@progress/kendo-angular-treeview': '13.2.1-develop.5',
|
|
9
|
+
'@progress/kendo-angular-inputs': '13.2.1-develop.5',
|
|
10
|
+
'@progress/kendo-angular-intl': '13.2.1-develop.5',
|
|
11
|
+
'@progress/kendo-angular-l10n': '13.2.1-develop.5',
|
|
12
|
+
'@progress/kendo-angular-popup': '13.2.1-develop.5',
|
|
13
13
|
'@progress/kendo-drawing': '^1.17.2',
|
|
14
14
|
// Peer of icons
|
|
15
15
|
'@progress/kendo-svg-icons': '^1.0.0'
|