@progress/kendo-angular-icons 25.1.0-develop.1 → 25.1.0-develop.11
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.
|
@@ -19,8 +19,8 @@ const packageMetadata = {
|
|
|
19
19
|
productName: 'Kendo UI for Angular',
|
|
20
20
|
productCode: 'KENDOUIANGULAR',
|
|
21
21
|
productCodes: ['KENDOUIANGULAR'],
|
|
22
|
-
publishDate:
|
|
23
|
-
version: '25.1.0-develop.
|
|
22
|
+
publishDate: 1787724142,
|
|
23
|
+
version: '25.1.0-develop.11',
|
|
24
24
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
25
25
|
};
|
|
26
26
|
|
|
@@ -227,12 +227,6 @@ class SVGIconComponent extends IconBaseDirective {
|
|
|
227
227
|
element;
|
|
228
228
|
renderer;
|
|
229
229
|
hostClass = true;
|
|
230
|
-
get outlineVariantClass() {
|
|
231
|
-
return this.variant === 'outline';
|
|
232
|
-
}
|
|
233
|
-
get duotoneVariantClass() {
|
|
234
|
-
return this.variant === 'duotone';
|
|
235
|
-
}
|
|
236
230
|
hostAriaHidden = true;
|
|
237
231
|
/**
|
|
238
232
|
* Sets the `SVGIcon` to render. Supports all [Kendo UI SVG Icons](https://www.telerik.com/kendo-angular-ui/components/icons/svgicon/svgicon-list).
|
|
@@ -306,7 +300,7 @@ class SVGIconComponent extends IconBaseDirective {
|
|
|
306
300
|
}
|
|
307
301
|
}
|
|
308
302
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.27", ngImport: i0, type: SVGIconComponent, deps: [{ token: i1_1.DomSanitizer }, { token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
|
|
309
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.27", type: SVGIconComponent, isStandalone: true, selector: "kendo-svg-icon, kendo-svgicon", inputs: { icon: "icon", variant: "variant" }, host: { properties: { "class.k-svg-icon": "this.hostClass", "class.k-icon": "this.hostClass", "
|
|
303
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.3.27", type: SVGIconComponent, isStandalone: true, selector: "kendo-svg-icon, kendo-svgicon", inputs: { icon: "icon", variant: "variant" }, host: { properties: { "class.k-svg-icon": "this.hostClass", "class.k-icon": "this.hostClass", "attr.aria-hidden": "this.hostAriaHidden" } }, exportAs: ["kendoSVGIcon"], usesInheritance: true, ngImport: i0, template: `
|
|
310
304
|
@if (visible) {
|
|
311
305
|
<svg [style.pointerEvents]="'none'" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
312
306
|
[attr.viewBox]="icon.viewBox" [innerHTML]="content" aria-hidden="true">
|
|
@@ -334,12 +328,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.27", ngImpo
|
|
|
334
328
|
}, {
|
|
335
329
|
type: HostBinding,
|
|
336
330
|
args: ['class.k-icon']
|
|
337
|
-
}], outlineVariantClass: [{
|
|
338
|
-
type: HostBinding,
|
|
339
|
-
args: ['class.k-svg-icon-outline']
|
|
340
|
-
}], duotoneVariantClass: [{
|
|
341
|
-
type: HostBinding,
|
|
342
|
-
args: ['class.k-svg-icon-duotone']
|
|
343
331
|
}], hostAriaHidden: [{
|
|
344
332
|
type: HostBinding,
|
|
345
333
|
args: ['attr.aria-hidden']
|
package/index.d.ts
CHANGED
|
@@ -155,8 +155,6 @@ declare class SVGIconComponent extends IconBaseDirective implements OnInit {
|
|
|
155
155
|
element: ElementRef;
|
|
156
156
|
renderer: Renderer2;
|
|
157
157
|
hostClass: boolean;
|
|
158
|
-
get outlineVariantClass(): boolean;
|
|
159
|
-
get duotoneVariantClass(): boolean;
|
|
160
158
|
hostAriaHidden: boolean;
|
|
161
159
|
/**
|
|
162
160
|
* Sets the `SVGIcon` to render. Supports all [Kendo UI SVG Icons](https://www.telerik.com/kendo-angular-ui/components/icons/svgicon/svgicon-list).
|
package/package-metadata.mjs
CHANGED
|
@@ -7,7 +7,7 @@ export const packageMetadata = {
|
|
|
7
7
|
"productCodes": [
|
|
8
8
|
"KENDOUIANGULAR"
|
|
9
9
|
],
|
|
10
|
-
"publishDate":
|
|
11
|
-
"version": "25.1.0-develop.
|
|
10
|
+
"publishDate": 1787724142,
|
|
11
|
+
"version": "25.1.0-develop.11",
|
|
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-icons",
|
|
3
|
-
"version": "25.1.0-develop.
|
|
3
|
+
"version": "25.1.0-develop.11",
|
|
4
4
|
"description": "Kendo UI Angular component starter template",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"package": {
|
|
32
32
|
"productName": "Kendo UI for Angular",
|
|
33
33
|
"productCode": "KENDOUIANGULAR",
|
|
34
|
-
"publishDate":
|
|
34
|
+
"publishDate": 1787724142,
|
|
35
35
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
36
36
|
}
|
|
37
37
|
},
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"@angular/platform-browser": "20 - 22",
|
|
43
43
|
"@progress/kendo-licensing": "^1.11.0",
|
|
44
44
|
"@progress/kendo-svg-icons": "^4.9.0 || ^5.0.0",
|
|
45
|
-
"@progress/kendo-angular-common": "25.1.0-develop.
|
|
45
|
+
"@progress/kendo-angular-common": "25.1.0-develop.11",
|
|
46
46
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
47
47
|
},
|
|
48
48
|
"peerDependenciesMeta": {
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
},
|
|
53
53
|
"dependencies": {
|
|
54
54
|
"tslib": "^2.3.1",
|
|
55
|
-
"@progress/kendo-angular-schematics": "25.1.0-develop.
|
|
55
|
+
"@progress/kendo-angular-schematics": "25.1.0-develop.11"
|
|
56
56
|
},
|
|
57
57
|
"schematics": "./schematics/collection.json",
|
|
58
58
|
"module": "fesm2022/progress-kendo-angular-icons.mjs",
|