@progress/kendo-angular-icons 19.0.0-develop.9 → 19.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.
@@ -10,7 +10,7 @@ export const packageMetadata = {
10
10
  productName: 'Kendo UI for Angular',
11
11
  productCode: 'KENDOUIANGULAR',
12
12
  productCodes: ['KENDOUIANGULAR'],
13
- publishDate: 1746776247,
14
- version: '19.0.0-develop.9',
13
+ publishDate: 1748425055,
14
+ version: '19.0.1-develop.1',
15
15
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
16
16
  };
@@ -6,7 +6,7 @@ import { Component, ElementRef, Input, Renderer2, HostBinding, isDevMode, Change
6
6
  import { DomSanitizer } from "@angular/platform-browser";
7
7
  import { isDocumentAvailable } from '@progress/kendo-angular-common';
8
8
  import { IconBaseDirective } from '../common/icon-base';
9
- import { NgClass, NgIf } from '@angular/common';
9
+ import { NgIf } from '@angular/common';
10
10
  import * as i0 from "@angular/core";
11
11
  import * as i1 from "@angular/platform-browser";
12
12
  const areSame = (i1, i2) => i1?.name === i2?.name && i1.content === i2.content && i1.viewBox === i2.viewBox;
@@ -84,7 +84,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
84
84
  </svg>`,
85
85
  changeDetection: ChangeDetectionStrategy.OnPush,
86
86
  standalone: true,
87
- imports: [NgIf, NgClass]
87
+ imports: [NgIf]
88
88
  }]
89
89
  }], ctorParameters: function () { return [{ type: i1.DomSanitizer }, { type: i0.ElementRef }, { type: i0.Renderer2 }]; }, propDecorators: { hostClass: [{
90
90
  type: HostBinding,
@@ -19,8 +19,8 @@ const packageMetadata = {
19
19
  productName: 'Kendo UI for Angular',
20
20
  productCode: 'KENDOUIANGULAR',
21
21
  productCodes: ['KENDOUIANGULAR'],
22
- publishDate: 1746776247,
23
- version: '19.0.0-develop.9',
22
+ publishDate: 1748425055,
23
+ version: '19.0.1-develop.1',
24
24
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
25
25
  };
26
26
 
@@ -269,7 +269,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
269
269
  </svg>`,
270
270
  changeDetection: ChangeDetectionStrategy.OnPush,
271
271
  standalone: true,
272
- imports: [NgIf, NgClass]
272
+ imports: [NgIf]
273
273
  }]
274
274
  }], ctorParameters: function () { return [{ type: i1.DomSanitizer }, { type: i0.ElementRef }, { type: i0.Renderer2 }]; }, propDecorators: { hostClass: [{
275
275
  type: HostBinding,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-icons",
3
- "version": "19.0.0-develop.9",
3
+ "version": "19.0.1-develop.1",
4
4
  "description": "Kendo UI Angular component starter template",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",
@@ -17,7 +17,7 @@
17
17
  "package": {
18
18
  "productName": "Kendo UI for Angular",
19
19
  "productCode": "KENDOUIANGULAR",
20
- "publishDate": 1746776247,
20
+ "publishDate": 1748425055,
21
21
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
22
22
  }
23
23
  },
@@ -28,12 +28,12 @@
28
28
  "@angular/platform-browser": "16 - 19",
29
29
  "@progress/kendo-licensing": "^1.5.0",
30
30
  "@progress/kendo-svg-icons": "^4.0.0",
31
- "@progress/kendo-angular-common": "19.0.0-develop.9",
31
+ "@progress/kendo-angular-common": "19.0.1-develop.1",
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": "19.0.0-develop.9"
36
+ "@progress/kendo-angular-schematics": "19.0.1-develop.1"
37
37
  },
38
38
  "schematics": "./schematics/collection.json",
39
39
  "module": "fesm2022/progress-kendo-angular-icons.mjs",