@progress/kendo-angular-listview 17.0.0-develop.2 → 17.0.0-develop.4
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.component.mjs +2 -2
- package/esm2020/package-metadata.mjs +2 -2
- package/fesm2015/progress-kendo-angular-listview.mjs +4 -4
- package/fesm2020/progress-kendo-angular-listview.mjs +4 -4
- package/listview.component.d.ts +1 -1
- package/package.json +7 -7
- package/schematics/ngAdd/index.js +6 -6
|
@@ -52,9 +52,9 @@ export class ListViewComponent {
|
|
|
52
52
|
/**
|
|
53
53
|
* Specifies if a border should be rendered around the listview element.
|
|
54
54
|
*
|
|
55
|
-
* @default
|
|
55
|
+
* @default false
|
|
56
56
|
*/
|
|
57
|
-
this.bordered =
|
|
57
|
+
this.bordered = false;
|
|
58
58
|
/**
|
|
59
59
|
* Specifies if the loading indicator of the ListView will be displayed
|
|
60
60
|
* ([see example]({% slug paging_listview %}#toc-remote-binding)).
|
|
@@ -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: '17.0.0-develop.
|
|
12
|
+
publishDate: 1728985232,
|
|
13
|
+
version: '17.0.0-develop.4',
|
|
14
14
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
15
15
|
};
|
|
@@ -24,8 +24,8 @@ const packageMetadata = {
|
|
|
24
24
|
name: '@progress/kendo-angular-listview',
|
|
25
25
|
productName: 'Kendo UI for Angular',
|
|
26
26
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
27
|
-
publishDate:
|
|
28
|
-
version: '17.0.0-develop.
|
|
27
|
+
publishDate: 1728985232,
|
|
28
|
+
version: '17.0.0-develop.4',
|
|
29
29
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
30
30
|
};
|
|
31
31
|
|
|
@@ -594,9 +594,9 @@ class ListViewComponent {
|
|
|
594
594
|
/**
|
|
595
595
|
* Specifies if a border should be rendered around the listview element.
|
|
596
596
|
*
|
|
597
|
-
* @default
|
|
597
|
+
* @default false
|
|
598
598
|
*/
|
|
599
|
-
this.bordered =
|
|
599
|
+
this.bordered = false;
|
|
600
600
|
/**
|
|
601
601
|
* Specifies if the loading indicator of the ListView will be displayed
|
|
602
602
|
* ([see example]({% slug paging_listview %}#toc-remote-binding)).
|
|
@@ -24,8 +24,8 @@ const packageMetadata = {
|
|
|
24
24
|
name: '@progress/kendo-angular-listview',
|
|
25
25
|
productName: 'Kendo UI for Angular',
|
|
26
26
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
27
|
-
publishDate:
|
|
28
|
-
version: '17.0.0-develop.
|
|
27
|
+
publishDate: 1728985232,
|
|
28
|
+
version: '17.0.0-develop.4',
|
|
29
29
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
30
30
|
};
|
|
31
31
|
|
|
@@ -592,9 +592,9 @@ class ListViewComponent {
|
|
|
592
592
|
/**
|
|
593
593
|
* Specifies if a border should be rendered around the listview element.
|
|
594
594
|
*
|
|
595
|
-
* @default
|
|
595
|
+
* @default false
|
|
596
596
|
*/
|
|
597
|
-
this.bordered =
|
|
597
|
+
this.bordered = false;
|
|
598
598
|
/**
|
|
599
599
|
* Specifies if the loading indicator of the ListView will be displayed
|
|
600
600
|
* ([see example]({% slug paging_listview %}#toc-remote-binding)).
|
package/listview.component.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-listview",
|
|
3
|
-
"version": "17.0.0-develop.
|
|
3
|
+
"version": "17.0.0-develop.4",
|
|
4
4
|
"description": "Kendo UI Angular listview component",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -24,16 +24,16 @@
|
|
|
24
24
|
"@angular/forms": "15 - 18",
|
|
25
25
|
"@angular/platform-browser": "15 - 18",
|
|
26
26
|
"@progress/kendo-licensing": "^1.0.2",
|
|
27
|
-
"@progress/kendo-angular-buttons": "17.0.0-develop.
|
|
28
|
-
"@progress/kendo-angular-common": "17.0.0-develop.
|
|
29
|
-
"@progress/kendo-angular-icons": "17.0.0-develop.
|
|
30
|
-
"@progress/kendo-angular-l10n": "17.0.0-develop.
|
|
31
|
-
"@progress/kendo-angular-pager": "17.0.0-develop.
|
|
27
|
+
"@progress/kendo-angular-buttons": "17.0.0-develop.4",
|
|
28
|
+
"@progress/kendo-angular-common": "17.0.0-develop.4",
|
|
29
|
+
"@progress/kendo-angular-icons": "17.0.0-develop.4",
|
|
30
|
+
"@progress/kendo-angular-l10n": "17.0.0-develop.4",
|
|
31
|
+
"@progress/kendo-angular-pager": "17.0.0-develop.4",
|
|
32
32
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
35
|
"tslib": "^2.3.1",
|
|
36
|
-
"@progress/kendo-angular-schematics": "17.0.0-develop.
|
|
36
|
+
"@progress/kendo-angular-schematics": "17.0.0-develop.4"
|
|
37
37
|
},
|
|
38
38
|
"schematics": "./schematics/collection.json",
|
|
39
39
|
"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': '17.0.0-develop.
|
|
8
|
-
'@progress/kendo-angular-treeview': '17.0.0-develop.
|
|
9
|
-
'@progress/kendo-angular-inputs': '17.0.0-develop.
|
|
10
|
-
'@progress/kendo-angular-intl': '17.0.0-develop.
|
|
11
|
-
'@progress/kendo-angular-l10n': '17.0.0-develop.
|
|
12
|
-
'@progress/kendo-angular-popup': '17.0.0-develop.
|
|
7
|
+
'@progress/kendo-angular-dropdowns': '17.0.0-develop.4',
|
|
8
|
+
'@progress/kendo-angular-treeview': '17.0.0-develop.4',
|
|
9
|
+
'@progress/kendo-angular-inputs': '17.0.0-develop.4',
|
|
10
|
+
'@progress/kendo-angular-intl': '17.0.0-develop.4',
|
|
11
|
+
'@progress/kendo-angular-l10n': '17.0.0-develop.4',
|
|
12
|
+
'@progress/kendo-angular-popup': '17.0.0-develop.4',
|
|
13
13
|
'@progress/kendo-drawing': '^1.17.2',
|
|
14
14
|
// Peer of icons
|
|
15
15
|
'@progress/kendo-svg-icons': '^3.0.0'
|