New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@progress/kendo-angular-icons

Package Overview
Dependencies
Maintainers
0
Versions
837
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@progress/kendo-angular-icons - npm Package Compare versions

Comparing version 17.0.0-develop.21 to 17.0.0-develop.22

esm2022/common/icon-base.mjs

2

common/icon-base.d.ts

@@ -61,3 +61,3 @@ /**-----------------------------------------------------------------------------------------

static ɵfac: i0.ɵɵFactoryDeclaration<IconBaseDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<IconBaseDirective, "[kendoIconBase]", never, { "flip": "flip"; "themeColor": "themeColor"; "size": "size"; }, {}, never, never, false, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<IconBaseDirective, "[kendoIconBase]", never, { "flip": { "alias": "flip"; "required": false; }; "themeColor": { "alias": "themeColor"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, never, false, never>;
}

@@ -15,2 +15,2 @@ /**-----------------------------------------------------------------------------------------

*/
export declare type IconFlip = 'default' | 'horizontal' | 'vertical' | 'both';
export type IconFlip = 'default' | 'horizontal' | 'vertical' | 'both';

@@ -5,2 +5,2 @@ /**-----------------------------------------------------------------------------------------

*-------------------------------------------------------------------------------------------*/
export declare type IconType = 'font' | 'svg';
export type IconType = 'font' | 'svg';

@@ -19,2 +19,2 @@ /**-----------------------------------------------------------------------------------------

*/
export declare type IconSize = 'default' | 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge' | 'xxlarge' | 'xxxlarge';
export type IconSize = 'default' | 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge' | 'xxlarge' | 'xxxlarge';

@@ -22,2 +22,2 @@ /**-----------------------------------------------------------------------------------------

*/
export declare type IconThemeColor = 'inherit' | 'primary' | 'secondary' | 'tertiary' | 'info' | 'success' | 'warning' | 'error' | 'dark' | 'light' | 'inverse';
export type IconThemeColor = 'inherit' | 'primary' | 'secondary' | 'tertiary' | 'info' | 'success' | 'warning' | 'error' | 'dark' | 'light' | 'inverse';

@@ -58,3 +58,3 @@ /**-----------------------------------------------------------------------------------------

static ɵfac: i0.ɵɵFactoryDeclaration<IconWrapperComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<IconWrapperComponent, "kendo-icon-wrapper", ["kendoIconWrapper"], { "name": "name"; "svgIcon": "svgIcon"; "innerCssClass": "innerCssClass"; "customFontClass": "customFontClass"; "size": "size"; }, {}, never, never, true, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<IconWrapperComponent, "kendo-icon-wrapper", ["kendoIconWrapper"], { "name": { "alias": "name"; "required": false; }; "svgIcon": { "alias": "svgIcon"; "required": false; }; "innerCssClass": { "alias": "innerCssClass"; "required": false; }; "customFontClass": { "alias": "customFontClass"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, never, true, never>;
}

@@ -25,3 +25,3 @@ /**-----------------------------------------------------------------------------------------

static ɵfac: i0.ɵɵFactoryDeclaration<IconComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<IconComponent, "kendo-icon", ["kendoIcon"], { "name": "name"; }, {}, never, never, true, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<IconComponent, "kendo-icon", ["kendoIcon"], { "name": { "alias": "name"; "required": false; }; }, {}, never, never, true, never>;
}
{
"name": "@progress/kendo-angular-icons",
"version": "17.0.0-develop.21",
"version": "17.0.0-develop.22",
"description": "Kendo UI Angular component starter template",

@@ -19,9 +19,9 @@ "license": "SEE LICENSE IN LICENSE.md",

"peerDependencies": {
"@angular/animations": "15 - 18",
"@angular/common": "15 - 18",
"@angular/core": "15 - 18",
"@angular/platform-browser": "15 - 18",
"@angular/animations": "16 - 18",
"@angular/common": "16 - 18",
"@angular/core": "16 - 18",
"@angular/platform-browser": "16 - 18",
"@progress/kendo-licensing": "^1.0.2",
"@progress/kendo-svg-icons": "^3.1.0",
"@progress/kendo-angular-common": "17.0.0-develop.21",
"@progress/kendo-angular-common": "17.0.0-develop.22",
"rxjs": "^6.5.3 || ^7.0.0"

@@ -31,10 +31,6 @@ },

"tslib": "^2.3.1",
"@progress/kendo-angular-schematics": "17.0.0-develop.21"
"@progress/kendo-angular-schematics": "17.0.0-develop.22"
},
"schematics": "./schematics/collection.json",
"module": "fesm2015/progress-kendo-angular-icons.mjs",
"es2020": "fesm2020/progress-kendo-angular-icons.mjs",
"esm2020": "esm2020/progress-kendo-angular-icons.mjs",
"fesm2020": "fesm2020/progress-kendo-angular-icons.mjs",
"fesm2015": "fesm2015/progress-kendo-angular-icons.mjs",
"module": "fesm2022/progress-kendo-angular-icons.mjs",
"typings": "index.d.ts",

@@ -47,7 +43,5 @@ "exports": {

"types": "./index.d.ts",
"esm2020": "./esm2020/progress-kendo-angular-icons.mjs",
"es2020": "./fesm2020/progress-kendo-angular-icons.mjs",
"es2015": "./fesm2015/progress-kendo-angular-icons.mjs",
"node": "./fesm2015/progress-kendo-angular-icons.mjs",
"default": "./fesm2020/progress-kendo-angular-icons.mjs"
"esm2022": "./esm2022/progress-kendo-angular-icons.mjs",
"esm": "./esm2022/progress-kendo-angular-icons.mjs",
"default": "./fesm2022/progress-kendo-angular-icons.mjs"
}

@@ -54,0 +48,0 @@ },

@@ -31,3 +31,3 @@ /**-----------------------------------------------------------------------------------------

static ɵfac: i0.ɵɵFactoryDeclaration<SVGIconComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<SVGIconComponent, "kendo-svg-icon, kendo-svgicon", ["kendoSVGIcon"], { "icon": "icon"; }, {}, never, never, true, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<SVGIconComponent, "kendo-svg-icon, kendo-svgicon", ["kendoSVGIcon"], { "icon": { "alias": "icon"; "required": false; }; }, {}, never, never, true, never>;
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc