@progress/kendo-angular-icons 19.1.2-develop.4 → 19.1.2-develop.6

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.
@@ -7,7 +7,8 @@ import { isDocumentAvailable } from '@progress/kendo-angular-common';
7
7
  import { IconBaseDirective } from '../common/icon-base';
8
8
  import * as i0 from "@angular/core";
9
9
  /**
10
- * Represents the Icon component for Angular.
10
+ * Represents the [Kendo UI Icon component for Angular](slug:overview_icon).
11
+ * Used to display icons from the [Kendo UI Icons](slug:icon_list) collection.
11
12
  *
12
13
  * @example
13
14
  * ```html
@@ -10,7 +10,7 @@ export const packageMetadata = {
10
10
  productName: 'Kendo UI for Angular',
11
11
  productCode: 'KENDOUIANGULAR',
12
12
  productCodes: ['KENDOUIANGULAR'],
13
- publishDate: 1750156731,
14
- version: '19.1.2-develop.4',
13
+ publishDate: 1750433462,
14
+ version: '19.1.2-develop.6',
15
15
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
16
16
  };
@@ -11,11 +11,25 @@ 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;
13
13
  /**
14
- * Represents the `SVGIconComponent` for Angular.
14
+ * Represents the [Kendo UI SVG Icon component for Angular](slug:overview_svgicon).
15
+ * Used to display icons from the [Kendo UI SVG Icons](slug:svgicon_list) collection.
15
16
  *
16
17
  * @example
17
- * ```html
18
- * <kendo-svg-icon [icon]="svgIcon"></kendo-svg-icon>
18
+ * ```ts
19
+ * import { KENDO_ICONS } from "@progress/kendo-angular-icons";
20
+ * import { paperclipIcon } from "@progress/kendo-svg-icons";
21
+ *
22
+ * @Component({
23
+ * selector: "my-app",
24
+ * imports: [KENDO_ICONS],
25
+ * template: `
26
+ * <kendo-svg-icon [icon]="paperclipIcon"></kendo-svg-icon>
27
+ * `,
28
+ * providers: [],
29
+ * })
30
+ * export class AppComponent {
31
+ * public paperclipIcon = paperclipIcon;
32
+ * }
19
33
  * ```
20
34
  */
21
35
  export class SVGIconComponent extends IconBaseDirective {
@@ -19,8 +19,8 @@ const packageMetadata = {
19
19
  productName: 'Kendo UI for Angular',
20
20
  productCode: 'KENDOUIANGULAR',
21
21
  productCodes: ['KENDOUIANGULAR'],
22
- publishDate: 1750156731,
23
- version: '19.1.2-develop.4',
22
+ publishDate: 1750433462,
23
+ version: '19.1.2-develop.6',
24
24
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
25
25
  };
26
26
 
@@ -114,7 +114,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
114
114
  }] } });
115
115
 
116
116
  /**
117
- * Represents the Icon component for Angular.
117
+ * Represents the [Kendo UI Icon component for Angular](slug:overview_icon).
118
+ * Used to display icons from the [Kendo UI Icons](slug:icon_list) collection.
118
119
  *
119
120
  * @example
120
121
  * ```html
@@ -175,11 +176,25 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
175
176
 
176
177
  const areSame = (i1, i2) => i1?.name === i2?.name && i1.content === i2.content && i1.viewBox === i2.viewBox;
177
178
  /**
178
- * Represents the `SVGIconComponent` for Angular.
179
+ * Represents the [Kendo UI SVG Icon component for Angular](slug:overview_svgicon).
180
+ * Used to display icons from the [Kendo UI SVG Icons](slug:svgicon_list) collection.
179
181
  *
180
182
  * @example
181
- * ```html
182
- * <kendo-svg-icon [icon]="svgIcon"></kendo-svg-icon>
183
+ * ```ts
184
+ * import { KENDO_ICONS } from "@progress/kendo-angular-icons";
185
+ * import { paperclipIcon } from "@progress/kendo-svg-icons";
186
+ *
187
+ * @Component({
188
+ * selector: "my-app",
189
+ * imports: [KENDO_ICONS],
190
+ * template: `
191
+ * <kendo-svg-icon [icon]="paperclipIcon"></kendo-svg-icon>
192
+ * `,
193
+ * providers: [],
194
+ * })
195
+ * export class AppComponent {
196
+ * public paperclipIcon = paperclipIcon;
197
+ * }
183
198
  * ```
184
199
  */
185
200
  class SVGIconComponent extends IconBaseDirective {
@@ -6,7 +6,8 @@ import { ElementRef, Renderer2 } from '@angular/core';
6
6
  import { IconBaseDirective } from '../common/icon-base';
7
7
  import * as i0 from "@angular/core";
8
8
  /**
9
- * Represents the Icon component for Angular.
9
+ * Represents the [Kendo UI Icon component for Angular](slug:overview_icon).
10
+ * Used to display icons from the [Kendo UI Icons](slug:icon_list) collection.
10
11
  *
11
12
  * @example
12
13
  * ```html
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-icons",
3
- "version": "19.1.2-develop.4",
3
+ "version": "19.1.2-develop.6",
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": 1750156731,
20
+ "publishDate": 1750433462,
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 - 20",
29
29
  "@progress/kendo-licensing": "^1.5.0",
30
30
  "@progress/kendo-svg-icons": "^4.0.0",
31
- "@progress/kendo-angular-common": "19.1.2-develop.4",
31
+ "@progress/kendo-angular-common": "19.1.2-develop.6",
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.1.2-develop.4"
36
+ "@progress/kendo-angular-schematics": "19.1.2-develop.6"
37
37
  },
38
38
  "schematics": "./schematics/collection.json",
39
39
  "module": "fesm2022/progress-kendo-angular-icons.mjs",
@@ -8,11 +8,25 @@ import { IconBaseDirective } from '../common/icon-base';
8
8
  import { SVGIcon } from '@progress/kendo-svg-icons';
9
9
  import * as i0 from "@angular/core";
10
10
  /**
11
- * Represents the `SVGIconComponent` for Angular.
11
+ * Represents the [Kendo UI SVG Icon component for Angular](slug:overview_svgicon).
12
+ * Used to display icons from the [Kendo UI SVG Icons](slug:svgicon_list) collection.
12
13
  *
13
14
  * @example
14
- * ```html
15
- * <kendo-svg-icon [icon]="svgIcon"></kendo-svg-icon>
15
+ * ```ts
16
+ * import { KENDO_ICONS } from "@progress/kendo-angular-icons";
17
+ * import { paperclipIcon } from "@progress/kendo-svg-icons";
18
+ *
19
+ * @Component({
20
+ * selector: "my-app",
21
+ * imports: [KENDO_ICONS],
22
+ * template: `
23
+ * <kendo-svg-icon [icon]="paperclipIcon"></kendo-svg-icon>
24
+ * `,
25
+ * providers: [],
26
+ * })
27
+ * export class AppComponent {
28
+ * public paperclipIcon = paperclipIcon;
29
+ * }
16
30
  * ```
17
31
  */
18
32
  export declare class SVGIconComponent extends IconBaseDirective implements OnInit {