@progress/kendo-angular-icons
Advanced tools
Comparing version 11.0.1-develop.1 to 11.0.1-develop.2
@@ -8,4 +8,15 @@ /**----------------------------------------------------------------------------------------- | ||
/** | ||
* A token that specifies the icons [settings ('size', 'themeColor', 'flip')](appearance_svgicon) of Kendo UI for Angular components. | ||
* A token that specifies the [IconSettings](slug:api_icons_iconsettings) of the Kendo UI for Angular components ([see example](slug:icon_settings#toc-icons-configuration)). | ||
* | ||
* ```ts | ||
* import { NgModule } from '@angular/core'; | ||
* | ||
* @NgModule({ | ||
* ... | ||
* providers: [{ provide: ICON_SETTINGS, useValue: { type: 'svg', size: 'xsmall' }}] | ||
* }) | ||
* export class AppModule {} | ||
* ``` | ||
* | ||
*/ | ||
export declare const ICON_SETTINGS: InjectionToken<IconSettings>; |
{ | ||
"name": "@progress/kendo-angular-icons", | ||
"version": "11.0.1-develop.1", | ||
"version": "11.0.1-develop.2", | ||
"description": "Kendo UI Angular component starter template", | ||
@@ -25,3 +25,3 @@ "license": "SEE LICENSE IN LICENSE.md", | ||
"@progress/kendo-svg-icons": "^1.0.0", | ||
"@progress/kendo-angular-common": "11.0.1-develop.1", | ||
"@progress/kendo-angular-common": "11.0.1-develop.2", | ||
"rxjs": "^6.5.3 || ^7.0.0" | ||
@@ -31,3 +31,3 @@ }, | ||
"tslib": "^2.3.1", | ||
"@progress/kendo-angular-schematics": "11.0.1-develop.1" | ||
"@progress/kendo-angular-schematics": "11.0.1-develop.2" | ||
}, | ||
@@ -34,0 +34,0 @@ "schematics": "./schematics/collection.json", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
154425
2566
18
39
4
358
+ Added@progress/kendo-angular-common@11.0.1-develop.2(transitive)
+ Added@progress/kendo-angular-schematics@11.0.1-develop.2(transitive)
- Removed@progress/kendo-angular-common@11.0.1-develop.1(transitive)
- Removed@progress/kendo-angular-schematics@11.0.1-develop.1(transitive)