@progress/kendo-angular-layout 24.0.0-develop.30 → 24.0.0-develop.31

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.
@@ -29,8 +29,8 @@ const packageMetadata = {
29
29
  productName: 'Kendo UI for Angular',
30
30
  productCode: 'KENDOUIANGULAR',
31
31
  productCodes: ['KENDOUIANGULAR'],
32
- publishDate: 1778748641,
33
- version: '24.0.0-develop.30',
32
+ publishDate: 1778841625,
33
+ version: '24.0.0-develop.31',
34
34
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning'
35
35
  };
36
36
 
@@ -7704,7 +7704,7 @@ class StepperComponent {
7704
7704
  (listClick)="onListClick($event)">
7705
7705
  </ol>
7706
7706
 
7707
- @if (steps.length > 0) {
7707
+ @if (steps.length > 1) {
7708
7708
  <kendo-progressbar
7709
7709
  [attr.aria-hidden]='true'
7710
7710
  [animation]='progressAnimation'
@@ -7760,7 +7760,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
7760
7760
  (listClick)="onListClick($event)">
7761
7761
  </ol>
7762
7762
 
7763
- @if (steps.length > 0) {
7763
+ @if (steps.length > 1) {
7764
7764
  <kendo-progressbar
7765
7765
  [attr.aria-hidden]='true'
7766
7766
  [animation]='progressAnimation'
@@ -7,7 +7,7 @@ export const packageMetadata = {
7
7
  "productCodes": [
8
8
  "KENDOUIANGULAR"
9
9
  ],
10
- "publishDate": 1778748641,
11
- "version": "24.0.0-develop.30",
10
+ "publishDate": 1778841625,
11
+ "version": "24.0.0-develop.31",
12
12
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning"
13
13
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-layout",
3
- "version": "24.0.0-develop.30",
3
+ "version": "24.0.0-develop.31",
4
4
  "description": "Kendo UI for Angular Layout Package - a collection of components to create professional application layoyts",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",
@@ -63,7 +63,7 @@
63
63
  "package": {
64
64
  "productName": "Kendo UI for Angular",
65
65
  "productCode": "KENDOUIANGULAR",
66
- "publishDate": 1778748641,
66
+ "publishDate": 1778841625,
67
67
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning"
68
68
  }
69
69
  },
@@ -73,17 +73,17 @@
73
73
  "@angular/core": "19 - 21",
74
74
  "@angular/platform-browser": "19 - 21",
75
75
  "@progress/kendo-licensing": "^1.11.0",
76
- "@progress/kendo-angular-common": "24.0.0-develop.30",
77
- "@progress/kendo-angular-l10n": "24.0.0-develop.30",
78
- "@progress/kendo-angular-progressbar": "24.0.0-develop.30",
79
- "@progress/kendo-angular-icons": "24.0.0-develop.30",
80
- "@progress/kendo-angular-buttons": "24.0.0-develop.30",
81
- "@progress/kendo-angular-intl": "24.0.0-develop.30",
76
+ "@progress/kendo-angular-common": "24.0.0-develop.31",
77
+ "@progress/kendo-angular-l10n": "24.0.0-develop.31",
78
+ "@progress/kendo-angular-progressbar": "24.0.0-develop.31",
79
+ "@progress/kendo-angular-icons": "24.0.0-develop.31",
80
+ "@progress/kendo-angular-buttons": "24.0.0-develop.31",
81
+ "@progress/kendo-angular-intl": "24.0.0-develop.31",
82
82
  "rxjs": "^6.5.3 || ^7.0.0"
83
83
  },
84
84
  "dependencies": {
85
85
  "tslib": "^2.3.1",
86
- "@progress/kendo-angular-schematics": "24.0.0-develop.30",
86
+ "@progress/kendo-angular-schematics": "24.0.0-develop.31",
87
87
  "@progress/kendo-draggable": "^3.0.2"
88
88
  },
89
89
  "schematics": "./schematics/collection.json",