@progress/kendo-angular-listview 25.0.0-develop.6 → 25.0.0-develop.8

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.
@@ -25,8 +25,8 @@ const packageMetadata = {
25
25
  productName: 'Kendo UI for Angular',
26
26
  productCode: 'KENDOUIANGULAR',
27
27
  productCodes: ['KENDOUIANGULAR'],
28
- publishDate: 1784041188,
29
- version: '25.0.0-develop.6',
28
+ publishDate: 1784796094,
29
+ version: '25.0.0-develop.8',
30
30
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
31
31
  };
32
32
 
@@ -977,9 +977,6 @@ class ListViewComponent {
977
977
  * If a `ListViewDataResult` is passed, the total value is used. If an array is passed - its length is used.
978
978
  */
979
979
  get total() {
980
- if (!this.pageable) {
981
- return;
982
- }
983
980
  if (!isPresent(this.data)) {
984
981
  return 0;
985
982
  }
@@ -1146,9 +1143,6 @@ class ListViewComponent {
1146
1143
  * @hidden
1147
1144
  */
1148
1145
  itemPosInSet(index) {
1149
- if (!this.pageable) {
1150
- return;
1151
- }
1152
1146
  // adds 1 as the aria-posinset is not zero-based and the counting starts from 1
1153
1147
  return this.skip + index + 1;
1154
1148
  }
@@ -7,7 +7,7 @@ export const packageMetadata = {
7
7
  "productCodes": [
8
8
  "KENDOUIANGULAR"
9
9
  ],
10
- "publishDate": 1784041188,
11
- "version": "25.0.0-develop.6",
10
+ "publishDate": 1784796094,
11
+ "version": "25.0.0-develop.8",
12
12
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
13
13
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-listview",
3
- "version": "25.0.0-develop.6",
3
+ "version": "25.0.0-develop.8",
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": 1784041188,
22
+ "publishDate": 1784796094,
23
23
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
24
24
  }
25
25
  },
@@ -30,16 +30,16 @@
30
30
  "@angular/forms": "20 - 22",
31
31
  "@angular/platform-browser": "20 - 22",
32
32
  "@progress/kendo-licensing": "^1.11.0",
33
- "@progress/kendo-angular-buttons": "25.0.0-develop.6",
34
- "@progress/kendo-angular-common": "25.0.0-develop.6",
35
- "@progress/kendo-angular-icons": "25.0.0-develop.6",
36
- "@progress/kendo-angular-l10n": "25.0.0-develop.6",
37
- "@progress/kendo-angular-pager": "25.0.0-develop.6",
33
+ "@progress/kendo-angular-buttons": "25.0.0-develop.8",
34
+ "@progress/kendo-angular-common": "25.0.0-develop.8",
35
+ "@progress/kendo-angular-icons": "25.0.0-develop.8",
36
+ "@progress/kendo-angular-l10n": "25.0.0-develop.8",
37
+ "@progress/kendo-angular-pager": "25.0.0-develop.8",
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": "25.0.0-develop.6"
42
+ "@progress/kendo-angular-schematics": "25.0.0-develop.8"
43
43
  },
44
44
  "schematics": "./schematics/collection.json",
45
45
  "module": "fesm2022/progress-kendo-angular-listview.mjs",
@@ -9,12 +9,12 @@ const schematics_1 = require("@angular-devkit/schematics");
9
9
  function default_1(options) {
10
10
  const finalOptions = Object.assign(Object.assign({}, options), { mainNgModule: 'ListViewModule', package: 'listview', peerDependencies: {
11
11
  // Peers of pager
12
- '@progress/kendo-angular-dropdowns': '25.0.0-develop.6',
13
- '@progress/kendo-angular-treeview': '25.0.0-develop.6',
14
- '@progress/kendo-angular-inputs': '25.0.0-develop.6',
15
- '@progress/kendo-angular-intl': '25.0.0-develop.6',
16
- '@progress/kendo-angular-l10n': '25.0.0-develop.6',
17
- '@progress/kendo-angular-popup': '25.0.0-develop.6',
12
+ '@progress/kendo-angular-dropdowns': '25.0.0-develop.8',
13
+ '@progress/kendo-angular-treeview': '25.0.0-develop.8',
14
+ '@progress/kendo-angular-inputs': '25.0.0-develop.8',
15
+ '@progress/kendo-angular-intl': '25.0.0-develop.8',
16
+ '@progress/kendo-angular-l10n': '25.0.0-develop.8',
17
+ '@progress/kendo-angular-popup': '25.0.0-develop.8',
18
18
  '@progress/kendo-drawing': '^1.17.2',
19
19
  // Peer of icons
20
20
  '@progress/kendo-svg-icons': '^4.0.0'