@progress/kendo-angular-listview 19.1.2-develop.4 → 19.1.2-develop.6
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.
|
@@ -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: '19.1.2-develop.
|
|
13
|
+
publishDate: 1750433993,
|
|
14
|
+
version: '19.1.2-develop.6',
|
|
15
15
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
16
16
|
};
|
|
@@ -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: '19.1.2-develop.
|
|
28
|
+
publishDate: 1750433993,
|
|
29
|
+
version: '19.1.2-develop.6',
|
|
30
30
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
31
31
|
};
|
|
32
32
|
|
|
@@ -1519,6 +1519,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1519
1519
|
* listItems = [{ name: 'Item 1' }, { name: 'Item 2' }];
|
|
1520
1520
|
* }
|
|
1521
1521
|
* ```
|
|
1522
|
+
* @remarks
|
|
1523
|
+
* Applied to: {@link ListViewComponent}.
|
|
1522
1524
|
*/
|
|
1523
1525
|
class DataBindingDirective {
|
|
1524
1526
|
listView;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-listview",
|
|
3
|
-
"version": "19.1.2-develop.
|
|
3
|
+
"version": "19.1.2-develop.6",
|
|
4
4
|
"description": "Kendo UI Angular listview component",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"package": {
|
|
20
20
|
"productName": "Kendo UI for Angular",
|
|
21
21
|
"productCode": "KENDOUIANGULAR",
|
|
22
|
-
"publishDate":
|
|
22
|
+
"publishDate": 1750433993,
|
|
23
23
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
24
24
|
}
|
|
25
25
|
},
|
|
@@ -30,16 +30,16 @@
|
|
|
30
30
|
"@angular/forms": "16 - 20",
|
|
31
31
|
"@angular/platform-browser": "16 - 20",
|
|
32
32
|
"@progress/kendo-licensing": "^1.5.0",
|
|
33
|
-
"@progress/kendo-angular-buttons": "19.1.2-develop.
|
|
34
|
-
"@progress/kendo-angular-common": "19.1.2-develop.
|
|
35
|
-
"@progress/kendo-angular-icons": "19.1.2-develop.
|
|
36
|
-
"@progress/kendo-angular-l10n": "19.1.2-develop.
|
|
37
|
-
"@progress/kendo-angular-pager": "19.1.2-develop.
|
|
33
|
+
"@progress/kendo-angular-buttons": "19.1.2-develop.6",
|
|
34
|
+
"@progress/kendo-angular-common": "19.1.2-develop.6",
|
|
35
|
+
"@progress/kendo-angular-icons": "19.1.2-develop.6",
|
|
36
|
+
"@progress/kendo-angular-l10n": "19.1.2-develop.6",
|
|
37
|
+
"@progress/kendo-angular-pager": "19.1.2-develop.6",
|
|
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": "19.1.2-develop.
|
|
42
|
+
"@progress/kendo-angular-schematics": "19.1.2-develop.6"
|
|
43
43
|
},
|
|
44
44
|
"schematics": "./schematics/collection.json",
|
|
45
45
|
"module": "fesm2022/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': '19.1.2-develop.
|
|
8
|
-
'@progress/kendo-angular-treeview': '19.1.2-develop.
|
|
9
|
-
'@progress/kendo-angular-inputs': '19.1.2-develop.
|
|
10
|
-
'@progress/kendo-angular-intl': '19.1.2-develop.
|
|
11
|
-
'@progress/kendo-angular-l10n': '19.1.2-develop.
|
|
12
|
-
'@progress/kendo-angular-popup': '19.1.2-develop.
|
|
7
|
+
'@progress/kendo-angular-dropdowns': '19.1.2-develop.6',
|
|
8
|
+
'@progress/kendo-angular-treeview': '19.1.2-develop.6',
|
|
9
|
+
'@progress/kendo-angular-inputs': '19.1.2-develop.6',
|
|
10
|
+
'@progress/kendo-angular-intl': '19.1.2-develop.6',
|
|
11
|
+
'@progress/kendo-angular-l10n': '19.1.2-develop.6',
|
|
12
|
+
'@progress/kendo-angular-popup': '19.1.2-develop.6',
|
|
13
13
|
'@progress/kendo-drawing': '^1.17.2',
|
|
14
14
|
// Peer of icons
|
|
15
15
|
'@progress/kendo-svg-icons': '^4.0.0'
|