@progress/kendo-angular-listview 19.0.0-develop.20 → 19.0.0-develop.22
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.
|
@@ -138,7 +138,7 @@ export class ListViewComponent {
|
|
|
138
138
|
/**
|
|
139
139
|
* Specifies whether the keyboard navigation is enabled
|
|
140
140
|
* ([see example]({% slug keyboard_navigation_listview %})).
|
|
141
|
-
* By default, the navigation is
|
|
141
|
+
* By default, the navigation is enabled.
|
|
142
142
|
*/
|
|
143
143
|
set navigable(navigable) {
|
|
144
144
|
if (!navigable && isPresent(this.removeNavigationListeners)) {
|
|
@@ -281,7 +281,7 @@ export class ListViewComponent {
|
|
|
281
281
|
}
|
|
282
282
|
removeNavigationListeners;
|
|
283
283
|
_skip = 0;
|
|
284
|
-
_navigable =
|
|
284
|
+
_navigable = true;
|
|
285
285
|
_pageable;
|
|
286
286
|
lastScrollTop;
|
|
287
287
|
_data;
|
|
@@ -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.0.0-develop.
|
|
13
|
+
publishDate: 1747415001,
|
|
14
|
+
version: '19.0.0-develop.22',
|
|
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.0.0-develop.
|
|
28
|
+
publishDate: 1747415001,
|
|
29
|
+
version: '19.0.0-develop.22',
|
|
30
30
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
31
31
|
};
|
|
32
32
|
|
|
@@ -693,7 +693,7 @@ class ListViewComponent {
|
|
|
693
693
|
/**
|
|
694
694
|
* Specifies whether the keyboard navigation is enabled
|
|
695
695
|
* ([see example]({% slug keyboard_navigation_listview %})).
|
|
696
|
-
* By default, the navigation is
|
|
696
|
+
* By default, the navigation is enabled.
|
|
697
697
|
*/
|
|
698
698
|
set navigable(navigable) {
|
|
699
699
|
if (!navigable && isPresent(this.removeNavigationListeners)) {
|
|
@@ -836,7 +836,7 @@ class ListViewComponent {
|
|
|
836
836
|
}
|
|
837
837
|
removeNavigationListeners;
|
|
838
838
|
_skip = 0;
|
|
839
|
-
_navigable =
|
|
839
|
+
_navigable = true;
|
|
840
840
|
_pageable;
|
|
841
841
|
lastScrollTop;
|
|
842
842
|
_data;
|
package/listview.component.d.ts
CHANGED
|
@@ -129,7 +129,7 @@ export declare class ListViewComponent implements AfterViewInit, OnChanges, OnDe
|
|
|
129
129
|
/**
|
|
130
130
|
* Specifies whether the keyboard navigation is enabled
|
|
131
131
|
* ([see example]({% slug keyboard_navigation_listview %})).
|
|
132
|
-
* By default, the navigation is
|
|
132
|
+
* By default, the navigation is enabled.
|
|
133
133
|
*/
|
|
134
134
|
set navigable(navigable: boolean);
|
|
135
135
|
get navigable(): boolean;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-listview",
|
|
3
|
-
"version": "19.0.0-develop.
|
|
3
|
+
"version": "19.0.0-develop.22",
|
|
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": 1747415001,
|
|
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 - 19",
|
|
31
31
|
"@angular/platform-browser": "16 - 19",
|
|
32
32
|
"@progress/kendo-licensing": "^1.5.0",
|
|
33
|
-
"@progress/kendo-angular-buttons": "19.0.0-develop.
|
|
34
|
-
"@progress/kendo-angular-common": "19.0.0-develop.
|
|
35
|
-
"@progress/kendo-angular-icons": "19.0.0-develop.
|
|
36
|
-
"@progress/kendo-angular-l10n": "19.0.0-develop.
|
|
37
|
-
"@progress/kendo-angular-pager": "19.0.0-develop.
|
|
33
|
+
"@progress/kendo-angular-buttons": "19.0.0-develop.22",
|
|
34
|
+
"@progress/kendo-angular-common": "19.0.0-develop.22",
|
|
35
|
+
"@progress/kendo-angular-icons": "19.0.0-develop.22",
|
|
36
|
+
"@progress/kendo-angular-l10n": "19.0.0-develop.22",
|
|
37
|
+
"@progress/kendo-angular-pager": "19.0.0-develop.22",
|
|
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.0.0-develop.
|
|
42
|
+
"@progress/kendo-angular-schematics": "19.0.0-develop.22"
|
|
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.0.0-develop.
|
|
8
|
-
'@progress/kendo-angular-treeview': '19.0.0-develop.
|
|
9
|
-
'@progress/kendo-angular-inputs': '19.0.0-develop.
|
|
10
|
-
'@progress/kendo-angular-intl': '19.0.0-develop.
|
|
11
|
-
'@progress/kendo-angular-l10n': '19.0.0-develop.
|
|
12
|
-
'@progress/kendo-angular-popup': '19.0.0-develop.
|
|
7
|
+
'@progress/kendo-angular-dropdowns': '19.0.0-develop.22',
|
|
8
|
+
'@progress/kendo-angular-treeview': '19.0.0-develop.22',
|
|
9
|
+
'@progress/kendo-angular-inputs': '19.0.0-develop.22',
|
|
10
|
+
'@progress/kendo-angular-intl': '19.0.0-develop.22',
|
|
11
|
+
'@progress/kendo-angular-l10n': '19.0.0-develop.22',
|
|
12
|
+
'@progress/kendo-angular-popup': '19.0.0-develop.22',
|
|
13
13
|
'@progress/kendo-drawing': '^1.17.2',
|
|
14
14
|
// Peer of icons
|
|
15
15
|
'@progress/kendo-svg-icons': '^4.0.0'
|