@progress/kendo-angular-layout 13.0.0 → 13.0.1-develop.1

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.
@@ -9,7 +9,7 @@ export const packageMetadata = {
9
9
  name: '@progress/kendo-angular-layout',
10
10
  productName: 'Kendo UI for Angular',
11
11
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
12
- publishDate: 1686055625,
13
- version: '13.0.0',
12
+ publishDate: 1686070586,
13
+ version: '13.0.1-develop.1',
14
14
  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'
15
15
  };
@@ -120,7 +120,7 @@ export class StepperStepComponent {
120
120
  if (this.shouldCheckValidity) {
121
121
  return true;
122
122
  }
123
- if (this.step.icon || this.step.iconClass) {
123
+ if (this.step.icon || this.step.iconClass || this.step.svgIcon) {
124
124
  return true;
125
125
  }
126
126
  return false;
@@ -31,8 +31,8 @@ const packageMetadata = {
31
31
  name: '@progress/kendo-angular-layout',
32
32
  productName: 'Kendo UI for Angular',
33
33
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
34
- publishDate: 1686055625,
35
- version: '13.0.0',
34
+ publishDate: 1686070586,
35
+ version: '13.0.1-develop.1',
36
36
  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'
37
37
  };
38
38
 
@@ -5746,7 +5746,7 @@ class StepperStepComponent {
5746
5746
  if (this.shouldCheckValidity) {
5747
5747
  return true;
5748
5748
  }
5749
- if (this.step.icon || this.step.iconClass) {
5749
+ if (this.step.icon || this.step.iconClass || this.step.svgIcon) {
5750
5750
  return true;
5751
5751
  }
5752
5752
  return false;
@@ -31,8 +31,8 @@ const packageMetadata = {
31
31
  name: '@progress/kendo-angular-layout',
32
32
  productName: 'Kendo UI for Angular',
33
33
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
34
- publishDate: 1686055625,
35
- version: '13.0.0',
34
+ publishDate: 1686070586,
35
+ version: '13.0.1-develop.1',
36
36
  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'
37
37
  };
38
38
 
@@ -5721,7 +5721,7 @@ class StepperStepComponent {
5721
5721
  if (this.shouldCheckValidity) {
5722
5722
  return true;
5723
5723
  }
5724
- if (this.step.icon || this.step.iconClass) {
5724
+ if (this.step.icon || this.step.iconClass || this.step.svgIcon) {
5725
5725
  return true;
5726
5726
  }
5727
5727
  return false;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-layout",
3
- "version": "13.0.0",
3
+ "version": "13.0.1-develop.1",
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",
@@ -39,16 +39,16 @@
39
39
  "@angular/core": "13 - 16",
40
40
  "@angular/platform-browser": "13 - 16",
41
41
  "@progress/kendo-licensing": "^1.0.2",
42
- "@progress/kendo-angular-common": "13.0.0",
43
- "@progress/kendo-angular-l10n": "13.0.0",
44
- "@progress/kendo-angular-progressbar": "13.0.0",
45
- "@progress/kendo-angular-icons": "13.0.0",
46
- "@progress/kendo-angular-buttons": "13.0.0",
42
+ "@progress/kendo-angular-common": "13.0.1-develop.1",
43
+ "@progress/kendo-angular-l10n": "13.0.1-develop.1",
44
+ "@progress/kendo-angular-progressbar": "13.0.1-develop.1",
45
+ "@progress/kendo-angular-icons": "13.0.1-develop.1",
46
+ "@progress/kendo-angular-buttons": "13.0.1-develop.1",
47
47
  "rxjs": "^6.5.3 || ^7.0.0"
48
48
  },
49
49
  "dependencies": {
50
50
  "tslib": "^2.3.1",
51
- "@progress/kendo-angular-schematics": "13.0.0",
51
+ "@progress/kendo-angular-schematics": "13.0.1-develop.1",
52
52
  "@progress/kendo-draggable": "^3.0.2"
53
53
  },
54
54
  "schematics": "./schematics/collection.json",