@syncfusion/ej2-angular-buttons
Advanced tools
Comparing version 16.4.40-beta to 16.4.42
@@ -5,2 +5,4 @@ # Changelog | ||
## 16.4.40-beta (2018-12-10) | ||
### Chips | ||
@@ -7,0 +9,0 @@ |
/*! | ||
* filename: ej2-angular-buttons.umd.min.js | ||
* version : 16.4.40-beta | ||
* version : 16.4.42 | ||
* Copyright Syncfusion Inc. 2001 - 2018. All rights reserved. | ||
@@ -5,0 +5,0 @@ * Use of this code is subject to the terms of our license. |
{ | ||
"name": "@syncfusion/ej2-angular-buttons", | ||
"version": "16.4.40-beta", | ||
"version": "16.4.42", | ||
"description": "A package of feature-rich Essential JS 2 components such as Button, CheckBox, RadioButton and Switch. for Angular", | ||
@@ -9,5 +9,5 @@ "author": "Syncfusion Inc.", | ||
"dependencies": { | ||
"@syncfusion/ej2-base": "~16.4.40-beta", | ||
"@syncfusion/ej2-angular-base": "~16.4.40-beta", | ||
"@syncfusion/ej2-buttons": "16.4.40-beta" | ||
"@syncfusion/ej2-base": "~16.4.42", | ||
"@syncfusion/ej2-angular-base": "~16.4.42", | ||
"@syncfusion/ej2-buttons": "16.4.42" | ||
}, | ||
@@ -14,0 +14,0 @@ "devDependencies": { |
@@ -8,4 +8,24 @@ { | ||
"schema": "./ng-add/schema.json" | ||
}, | ||
"button-default": { | ||
"description": "Create an Angular component with EJ2 Button", | ||
"factory": "./generators/button-default", | ||
"schema": "./generators/button-default/schema.json" | ||
}, | ||
"checkbox-default": { | ||
"description": "Create an Angular component with EJ2 CheckBox", | ||
"factory": "./generators/checkbox-default", | ||
"schema": "./generators/checkbox-default/schema.json" | ||
}, | ||
"radiobutton-default": { | ||
"description": "Create an Angular component with EJ2 RadioButton", | ||
"factory": "./generators/radiobutton-default", | ||
"schema": "./generators/radiobutton-default/schema.json" | ||
}, | ||
"switch-default": { | ||
"description": "Create an Angular component with EJ2 Switch", | ||
"factory": "./generators/switch-default", | ||
"schema": "./generators/switch-default/schema.json" | ||
} | ||
} | ||
} |
export declare const pkgName = "@syncfusion/ej2-angular-buttons"; | ||
export declare const pkgVer = "^16.2.41"; | ||
export declare const pkgVer = "^16.4.40"; | ||
export declare const moduleName = "ButtonModule, CheckBoxModule, RadioButtonModule, SwitchModule, ChipListModule"; | ||
export declare const themeVer = "~16.2.41"; | ||
export declare const themeVer = "~16.4.40"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.pkgName = '@syncfusion/ej2-angular-buttons'; | ||
exports.pkgVer = '^16.2.41'; | ||
exports.pkgVer = '^16.4.40'; | ||
exports.moduleName = 'ButtonModule, CheckBoxModule, RadioButtonModule, SwitchModule, ChipListModule'; | ||
exports.themeVer = '~16.2.41'; | ||
exports.themeVer = '~16.4.40'; |
@@ -18,2 +18,3 @@ import { ViewContainerRef } from '@angular/core'; | ||
* This avatarIconCss property helps to customize avatar element. | ||
* @default '' | ||
*/ | ||
@@ -23,2 +24,3 @@ avatarIconCss: any; | ||
* This avatarText property helps to customize avatar content. | ||
* @default '' | ||
*/ | ||
@@ -28,2 +30,3 @@ avatarText: any; | ||
* This cssClass property helps to customize ChipList component. | ||
* @default '' | ||
*/ | ||
@@ -33,2 +36,3 @@ cssClass: any; | ||
* This enabled property helps to enable/disable ChipList component. | ||
* @default true | ||
*/ | ||
@@ -38,2 +42,3 @@ enabled: any; | ||
* This leadingIconCss property helps to customize leading icon element. | ||
* @default '' | ||
*/ | ||
@@ -43,2 +48,3 @@ leadingIconCss: any; | ||
* This text property helps to render ChipList component. | ||
* @default '' | ||
*/ | ||
@@ -48,2 +54,3 @@ text: any; | ||
* This trailingIconCss property helps to customize trailing icon element. | ||
* @default '' | ||
*/ | ||
@@ -50,0 +57,0 @@ trailingIconCss: any; |
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
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
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
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
249
64299
2
0
2
2092856
+ Added@syncfusion/ej2-buttons@16.4.42(transitive)
- Removed@syncfusion/ej2-buttons@16.4.40-beta(transitive)