Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@syncfusion/ej2-angular-buttons

Package Overview
Dependencies
Maintainers
2
Versions
220
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@syncfusion/ej2-angular-buttons - npm Package Compare versions

Comparing version 16.4.40-beta to 16.4.42

schematics/generators/button-default/index.d.ts

2

CHANGELOG.md

@@ -5,2 +5,4 @@ # Changelog

## 16.4.40-beta (2018-12-10)
### Chips

@@ -7,0 +9,0 @@

2

dist/ej2-angular-buttons.umd.min.js
/*!
* 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

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