Socket
Socket
Sign inDemoInstall

@syncfusion/ej2-react-buttons

Package Overview
Dependencies
4
Maintainers
3
Versions
168
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 20.3.47 to 20.3.48

38

CHANGELOG.md

@@ -5,42 +5,10 @@ # Changelog

### Floating Action Button `Preview`
## 19.3.44 (2021-10-05)
The Floating Action Button (FAB) component performs the primary action that appears in front of all screen contents. It can be positioned in relation to a page or a target container.
### Chips
- **Rendering** - The FAB component can be rendered as Icon only, Icon with Label, Label only, or in a disabled state.
- **Positioning** - Supports to place various built-in positions on the target element.
- **Styles** - The appearance of the FAB can be customized using predefined styles.
- **Accessibility** - The FAB provides built-in compliance with the `WAI-ARIA` specifications and it is achieved through attributes.
### Speed Dial `Preview`
The Speed Dial component is an extension of the floating action button that displays a list of action buttons when clicked. It is useful when there is more than one primary action for the page.
- **Rendering** - The Speed Dial component can be rendered in two display modes: Linear and Radial.
- **Positioning** - Supports to place various built-in positions on the target element.
- **Styles** - The appearance of the Speed Dial can be customized using predefined styles.
- **Template Support** - The Speed Dial component action items and popup container can also be rendered with custom templates.
- **Modal Support** - Supports showing a modal overlay behind the Speed Dial.
- **Accessibility** - The Speed Dial provides built-in compliance with the `WAI-ARIA` specifications and it is achieved through attributes.
### Switch
#### Bug Fixes
- `#384387` - The issue with "Switch component click event trigger two times when we handling enable/disable dynamically" has been resolved.
- `F167517` - The issue with "JEST test case failure with Chip component" has been resolved.
### Checkbox
#### Bug Fixes
- `#I399484` - The issue with aria-checked accessibility issue in angular checkbox has been fixed.
## 19.2.47 (2021-07-13)

@@ -47,0 +15,0 @@

@@ -5,6 +5,6 @@ {

"keywords": {
"common": ["ej2", "syncfusion", "ej2-buttons", "button", "ej2 button", "checkbox", "ej2 checkbox", "checkboxes", "radio button", "radiobutton", "radiobuttons", "ej2 radiobutton", "switch", "ej2 switch", "primary button", "flat button", "round button", "icon button", "togglebutton", "toggle button", "form control", "form controls", "input", "fab", "floating button", "floating action button" , "speeddial", "floating menu"],
"angular": ["angular", "ng", "ej2-ng-buttons", "ng-button", "ng-checkbox", "ng-radiobutton", "ng-switch", "ng-fab", "angular-fab", "ng-speeddial", "angular-speeddial" ],
"react": ["react", "reactjs", "ej2-react-buttons", "react-button", "react-checkbox", "react-radiobutton", "react-switch" ,"react-fab", "react-speeddial"],
"vue": ["vue", "vuejs", "ej2-vue-buttons", "vue-button", "vue-checkbox", "vue-radiobutton", "vue-switch", "vue-fab", "vue-speeddial"]
"common": ["ej2", "syncfusion", "ej2-buttons", "button", "ej2 button", "checkbox", "ej2 checkbox", "checkboxes", "radio button", "radiobutton", "radiobuttons", "ej2 radiobutton", "switch", "ej2 switch", "primary button", "flat button", "round button", "icon button", "togglebutton", "toggle button", "form control", "form controls", "input"],
"angular": ["angular", "ng", "ej2-ng-buttons", "ng-button", "ng-checkbox", "ng-radiobutton", "ng-switch" ],
"react": ["react", "reactjs", "ej2-react-buttons", "react-button", "react-checkbox", "react-radiobutton", "react-switch"],
"vue": ["vue", "vuejs", "ej2-vue-buttons", "vue-button", "vue-checkbox", "vue-radiobutton", "vue-switch"]
},

@@ -15,3 +15,3 @@ "repository": {

},
"eventInterfaces": ["ChangeEventArgs", "ClickEventArgs", "DeleteEventArgs", "ChangeArgs", "SpeedDialItemEventArgs", "SpeedDialBeforeOpenCloseEventArgs", "SpeedDialOpenCloseEventArgs"],
"eventInterfaces": ["ChangeEventArgs", "ClickEventArgs", "DeleteEventArgs", "ChangeArgs"],
"components": [

@@ -248,152 +248,4 @@ {

]
},
{
"baseClass": "Fab",
"directoryName": "floating-action-button",
"type": "container",
"defaultTag": "<button id='button'></button>",
"selector": "[ejs-fab]",
"preferredTag": "button",
"blazorType": "native",
"blazorDependency": [
"../blazor/sf-floating-action-button"
],
"comment": [
"/**",
" * Represents the Angular Fab Component.",
" * ```html",
" * <button ejs-fab content='fab'></button>",
" * ```",
" */"
],
"reactComment": [
"/**",
" * `FabComponent` represents the react Fab Component.",
" * ```ts",
" * <FabComponent></FabComponent>",
" * ```",
" */"
],
"vueComment": [
"/**",
" * Represents the Essential JS 2 VueJS Fab Component",
" * ```html",
" * <ejs-fab></ejs-fab>",
" * ```",
" */"
]
},
{
"baseClass": "SpeedDial",
"directoryName": "speed-dial",
"type": "container",
"defaultTag": "<button id='speeddial'></button>",
"selector": "[ejs-speeddial]",
"preferredTag": "button",
"twoWays": [ "visible" ],
"templateProperties": ["itemTemplate", "popupTemplate"],
"blazorType": "native",
"complexDirective": [
{
"propertyName" : "animation",
"baseClass" : "SpeedDialAnimationSettings",
"aspClassName":"SpeedDialAnimationSettings",
"SelectorName": "e-speeddial-animation",
"aspSelectorName": "e-speeddial-animation"
},
{
"propertyName" : "radialSettings",
"baseClass" : "RadialSettings",
"aspClassName":"SpeedDialRadialSettings",
"SelectorName": "e-speeddial-radialsettings",
"aspSelectorName": "e-speeddial-radialsettings"
}
],
"tagDirective": [
{
"arrayDirectiveClassName": "SpeedDialItems",
"directiveClassName": "SpeedDialItem",
"directiveSelector": "e-speeddial-item",
"arrayDirectiveSelector":"e-speeddial-items",
"aspArrayClassName":"SpeedDialItem",
"aspCollectionClassName":"SpeedDialItems",
"aspDirectiveSelector": "e-speeddial-item",
"aspArrayDirectiveSelector":"e-speeddial-items",
"parentName": "SpeedDialItems",
"propertyName": "items",
"baseClass": "SpeedDialItem",
"isPartialClass": true,
"comment": [
"/**",
" * 'e-speeddialitem' directive represent a item of the Angular SpeedDial.",
" * It must be contained in a SpeedDial component(`ejs-speeddial`). ",
" * ```html",
" * <ejs-speeddial> ",
" * <e-speeddialitems>",
" * <e-speeddialitem text='Cut'></e-speeddialitem>",
" * <e-speeddialitem text='Copy'></e-speeddialitem>",
" * </e-speeddialitems>",
" * </ejs-speeddial>",
" * ```",
" */"
],
"reactComment": [
"/**",
" * `SpeedDialItemDirective` represent a item of the React SpeedDial. ",
" * It must be contained in a SpeedDial component(`SpeedDialComponent`). ",
" * ```tsx",
" * <SpeedDialComponent> ",
" * <SpeedDialItemsDirective>",
" * <SpeedDialItemDirective text='Cut'></SpeedDialItemDirective>",
" * <SpeedDialItemDirective text='Copy'></SpeedDialItemDirective>",
" * <SpeedDialItemsDirective>",
" * </SpeedDialComponent>",
" * ```",
" */"
],
"vueComment": [
"/**",
" * 'e-speeddialitem' directive represent a item of Vue SpeedDial ",
" * It must be contained in a SpeedDial component(`ejs-speeddial`). ",
" * ```html",
" * <ejs-speeddial> ",
" * <e-speeddialitems>",
" * <e-speeddialitem text='Cut'></e-speeddialitem>",
" * <e-speeddialitem text='Copy'></e-speeddialitem>",
" * </e-speeddialitems>",
" * </ejs-speeddial>",
" * ```",
" */"
]
}
],
"blazorDependency": [
"../blazor/sf-speeddial"
],
"comment": [
"/**",
" * Represents the Angular SpeedDial Component.",
" * ```html",
" * <button ejs-speeddial content='Edit'></button>",
" * ```",
" */"
],
"reactComment": [
"/**",
" * `SpeedDialComponent` represents the react SpeedDial Component.",
" * ```ts",
" * <SpeedDialComponent content='Edit'></SpeedDialComponent>",
" * ```",
" */"
],
"vueComment": [
"/**",
" * Represents the Essential JS 2 VueJS SpeedDialComponent Component",
" * ```html",
" * <ejs-speeddial content='Edit'></ejs-speeddial>",
" * ```",
" */"
]
}
]
}

4

dist/ej2-react-buttons.umd.min.js
/*!
* filename: ej2-react-buttons.umd.min.js
* version : 20.3.47
* version : 20.3.48
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.

@@ -10,3 +10,3 @@ * Use of this code is subject to the terms of our license.

*/
!function(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports,require("react"),require("@syncfusion/ej2-buttons"),require("@syncfusion/ej2-react-base")):"function"==typeof define&&define.amd?define(["exports","react","@syncfusion/ej2-buttons","@syncfusion/ej2-react-base"],e):e(t.ej={},t.React,t.ej2Buttons,t.ej2ReactBase)}(this,function(t,e,n,r){"use strict";var o=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),i=function(t){function n(e){var n=t.call(this,e)||this;return n.initRenderCalled=!1,n.checkInjectedModules=!1,n.immediateRender=!0,n.portals=[],n}return o(n,t),n.prototype.render=function(){if(!(this.element&&!this.initRenderCalled||this.refreshing)||this.isReactForeceUpdate)return e.createElement("button",this.getDefaultAttributes(),[].concat(this.props.children,this.portals));t.prototype.render.call(this),this.initRenderCalled=!0},n}(n.Button);r.applyMixins(i,[r.ComponentBase,e.Component]);var c=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),s=function(t){function n(e){var n=t.call(this,e)||this;return n.initRenderCalled=!1,n.checkInjectedModules=!1,n.immediateRender=!0,n.portals=[],n}return c(n,t),n.prototype.render=function(){if(!(this.element&&!this.initRenderCalled||this.refreshing)||this.isReactForeceUpdate)return e.createElement(e.Fragment,null,[].concat(e.createElement("input",this.getDefaultAttributes()),this.portals));t.prototype.render.call(this),this.initRenderCalled=!0},n}(n.CheckBox);r.applyMixins(s,[r.ComponentBase,e.Component]);var p=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),a=function(t){function n(e){var n=t.call(this,e)||this;return n.initRenderCalled=!1,n.checkInjectedModules=!1,n.immediateRender=!0,n.portals=[],n}return p(n,t),n.prototype.render=function(){if(!(this.element&&!this.initRenderCalled||this.refreshing)||this.isReactForeceUpdate)return e.createElement(e.Fragment,null,[].concat(e.createElement("input",this.getDefaultAttributes()),this.portals));t.prototype.render.call(this),this.initRenderCalled=!0},n}(n.RadioButton);r.applyMixins(a,[r.ComponentBase,e.Component]);var u=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),l=function(t){function n(e){var n=t.call(this,e)||this;return n.initRenderCalled=!1,n.checkInjectedModules=!1,n.immediateRender=!0,n.portals=[],n}return u(n,t),n.prototype.render=function(){if(!(this.element&&!this.initRenderCalled||this.refreshing)||this.isReactForeceUpdate)return e.createElement(e.Fragment,null,[].concat(e.createElement("input",this.getDefaultAttributes()),this.portals));t.prototype.render.call(this),this.initRenderCalled=!0},n}(n.Switch);r.applyMixins(l,[r.ComponentBase,e.Component]);var f=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),h=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return f(e,t),e.moduleName="chip",e}(r.ComplexBase),d=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return f(e,t),e.propertyName="chips",e.moduleName="chips",e}(r.ComplexBase),y=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),m=function(t){function n(e){var n=t.call(this,e)||this;return n.initRenderCalled=!1,n.checkInjectedModules=!1,n.directivekeys={chips:"chip"},n.immediateRender=!1,n.portals=[],n}return y(n,t),n.prototype.render=function(){if(!(this.element&&!this.initRenderCalled||this.refreshing)||this.isReactForeceUpdate)return e.createElement("div",this.getDefaultAttributes(),[].concat(this.props.children,this.portals));t.prototype.render.call(this),this.initRenderCalled=!0},n}(n.ChipList);r.applyMixins(m,[r.ComponentBase,e.Component]);var _=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),C=function(t){function n(e){var n=t.call(this,e)||this;return n.initRenderCalled=!1,n.checkInjectedModules=!1,n.immediateRender=!0,n.portals=[],n}return _(n,t),n.prototype.render=function(){if(!(this.element&&!this.initRenderCalled||this.refreshing)||this.isReactForeceUpdate)return e.createElement("button",this.getDefaultAttributes(),[].concat(this.props.children,this.portals));t.prototype.render.call(this),this.initRenderCalled=!0},n}(n.Fab);r.applyMixins(C,[r.ComponentBase,e.Component]);var v=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),R=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return v(e,t),e.moduleName="speedDialItem",e}(r.ComplexBase),O=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return v(e,t),e.propertyName="items",e.moduleName="speedDialItems",e}(r.ComplexBase),b=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),j=function(t){function n(e){var n=t.call(this,e)||this;return n.initRenderCalled=!1,n.checkInjectedModules=!1,n.directivekeys={speedDialItems:"speedDialItem"},n.immediateRender=!1,n.portals=[],n}return b(n,t),n.prototype.render=function(){if(!(this.element&&!this.initRenderCalled||this.refreshing)||this.isReactForeceUpdate)return e.createElement("button",this.getDefaultAttributes(),[].concat(this.props.children,this.portals));t.prototype.render.call(this),this.initRenderCalled=!0},n}(n.SpeedDial);r.applyMixins(j,[r.ComponentBase,e.Component]),t.ButtonComponent=i,t.CheckBoxComponent=s,t.RadioButtonComponent=a,t.SwitchComponent=l,t.ChipDirective=h,t.ChipsDirective=d,t.ChipListComponent=m,t.FabComponent=C,t.SpeedDialItemDirective=R,t.SpeedDialItemsDirective=O,t.SpeedDialComponent=j,Object.keys(n).forEach(function(e){t[e]=n[e]}),Object.defineProperty(t,"__esModule",{value:!0})});
!function(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports,require("react"),require("@syncfusion/ej2-buttons"),require("@syncfusion/ej2-react-base")):"function"==typeof define&&define.amd?define(["exports","react","@syncfusion/ej2-buttons","@syncfusion/ej2-react-base"],e):e(t.ej={},t.React,t.ej2Buttons,t.ej2ReactBase)}(this,function(t,e,n,r){"use strict";var o=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),i=function(t){function n(e){var n=t.call(this,e)||this;return n.initRenderCalled=!1,n.checkInjectedModules=!1,n.immediateRender=!0,n.portals=[],n}return o(n,t),n.prototype.render=function(){if(!(this.element&&!this.initRenderCalled||this.refreshing)||this.isReactForeceUpdate)return e.createElement("button",this.getDefaultAttributes(),[].concat(this.props.children,this.portals));t.prototype.render.call(this),this.initRenderCalled=!0},n}(n.Button);r.applyMixins(i,[r.ComponentBase,e.Component]);var c=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),s=function(t){function n(e){var n=t.call(this,e)||this;return n.initRenderCalled=!1,n.checkInjectedModules=!1,n.immediateRender=!0,n.portals=[],n}return c(n,t),n.prototype.render=function(){if(!(this.element&&!this.initRenderCalled||this.refreshing)||this.isReactForeceUpdate)return e.createElement(e.Fragment,null,[].concat(e.createElement("input",this.getDefaultAttributes()),this.portals));t.prototype.render.call(this),this.initRenderCalled=!0},n}(n.CheckBox);r.applyMixins(s,[r.ComponentBase,e.Component]);var p=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),a=function(t){function n(e){var n=t.call(this,e)||this;return n.initRenderCalled=!1,n.checkInjectedModules=!1,n.immediateRender=!0,n.portals=[],n}return p(n,t),n.prototype.render=function(){if(!(this.element&&!this.initRenderCalled||this.refreshing)||this.isReactForeceUpdate)return e.createElement(e.Fragment,null,[].concat(e.createElement("input",this.getDefaultAttributes()),this.portals));t.prototype.render.call(this),this.initRenderCalled=!0},n}(n.RadioButton);r.applyMixins(a,[r.ComponentBase,e.Component]);var u=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),l=function(t){function n(e){var n=t.call(this,e)||this;return n.initRenderCalled=!1,n.checkInjectedModules=!1,n.immediateRender=!0,n.portals=[],n}return u(n,t),n.prototype.render=function(){if(!(this.element&&!this.initRenderCalled||this.refreshing)||this.isReactForeceUpdate)return e.createElement(e.Fragment,null,[].concat(e.createElement("input",this.getDefaultAttributes()),this.portals));t.prototype.render.call(this),this.initRenderCalled=!0},n}(n.Switch);r.applyMixins(l,[r.ComponentBase,e.Component]);var f=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),h=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return f(e,t),e.moduleName="chip",e}(r.ComplexBase),d=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return f(e,t),e.propertyName="chips",e.moduleName="chips",e}(r.ComplexBase),y=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),m=function(t){function n(e){var n=t.call(this,e)||this;return n.initRenderCalled=!1,n.checkInjectedModules=!1,n.directivekeys={chips:"chip"},n.immediateRender=!1,n.portals=[],n}return y(n,t),n.prototype.render=function(){if(!(this.element&&!this.initRenderCalled||this.refreshing)||this.isReactForeceUpdate)return e.createElement("div",this.getDefaultAttributes(),[].concat(this.props.children,this.portals));t.prototype.render.call(this),this.initRenderCalled=!0},n}(n.ChipList);r.applyMixins(m,[r.ComponentBase,e.Component]),t.ButtonComponent=i,t.CheckBoxComponent=s,t.RadioButtonComponent=a,t.SwitchComponent=l,t.ChipDirective=h,t.ChipsDirective=d,t.ChipListComponent=m,Object.keys(n).forEach(function(e){t[e]=n[e]}),Object.defineProperty(t,"__esModule",{value:!0})});
//# sourceMappingURL=ej2-react-buttons.umd.min.js.map
import { Component, Fragment, createElement } from 'react';
import { Button, CheckBox, ChipList, Fab, RadioButton, SpeedDial, Switch } from '@syncfusion/ej2-buttons';
import { Button, CheckBox, ChipList, RadioButton, Switch } from '@syncfusion/ej2-buttons';
import { ComplexBase, ComponentBase, applyMixins } from '@syncfusion/ej2-react-base';

@@ -155,77 +155,4 @@

/**
* `FabComponent` represents the react Fab Component.
* ```ts
* <FabComponent></FabComponent>
* ```
*/
class FabComponent extends Fab {
constructor(props) {
super(props);
this.initRenderCalled = false;
this.checkInjectedModules = false;
this.immediateRender = true;
this.portals = [];
}
render() {
if (((this.element && !this.initRenderCalled) || this.refreshing) && !this.isReactForeceUpdate) {
super.render();
this.initRenderCalled = true;
}
else {
return createElement('button', this.getDefaultAttributes(), [].concat(this.props.children, this.portals));
}
}
}
applyMixins(FabComponent, [ComponentBase, Component]);
/**
* `SpeedDialItemDirective` represent a item of the React SpeedDial.
* It must be contained in a SpeedDial component(`SpeedDialComponent`).
* ```tsx
* <SpeedDialComponent>
* <SpeedDialItemsDirective>
* <SpeedDialItemDirective text='Cut'></SpeedDialItemDirective>
* <SpeedDialItemDirective text='Copy'></SpeedDialItemDirective>
* <SpeedDialItemsDirective>
* </SpeedDialComponent>
* ```
*/
class SpeedDialItemDirective extends ComplexBase {
}
SpeedDialItemDirective.moduleName = 'speedDialItem';
class SpeedDialItemsDirective extends ComplexBase {
}
SpeedDialItemsDirective.propertyName = 'items';
SpeedDialItemsDirective.moduleName = 'speedDialItems';
/**
* `SpeedDialComponent` represents the react SpeedDial Component.
* ```ts
* <SpeedDialComponent content='Edit'></SpeedDialComponent>
* ```
*/
class SpeedDialComponent extends SpeedDial {
constructor(props) {
super(props);
this.initRenderCalled = false;
this.checkInjectedModules = false;
this.directivekeys = { 'speedDialItems': 'speedDialItem' };
this.immediateRender = false;
this.portals = [];
}
render() {
if (((this.element && !this.initRenderCalled) || this.refreshing) && !this.isReactForeceUpdate) {
super.render();
this.initRenderCalled = true;
}
else {
return createElement('button', this.getDefaultAttributes(), [].concat(this.props.children, this.portals));
}
}
}
applyMixins(SpeedDialComponent, [ComponentBase, Component]);
export { ButtonComponent, CheckBoxComponent, RadioButtonComponent, SwitchComponent, ChipDirective, ChipsDirective, ChipListComponent, FabComponent, SpeedDialItemDirective, SpeedDialItemsDirective, SpeedDialComponent };
export { ButtonComponent, CheckBoxComponent, RadioButtonComponent, SwitchComponent, ChipDirective, ChipsDirective, ChipListComponent };
export * from '@syncfusion/ej2-buttons';
//# sourceMappingURL=ej2-react-buttons.es2015.js.map
{
"_from": "@syncfusion/ej2-react-buttons@*",
"_id": "@syncfusion/ej2-react-buttons@18.44.0",
"_id": "@syncfusion/ej2-react-buttons@19.4.38",
"_inBundle": false,
"_integrity": "sha512-Fz1w5lADB62dK9ZTWjZwWfg+02o75HMIVz2PR4j0w1Q+J3hcU47Jotqa4lb0g61uo7DUHIfHgzmx/vwMWm4kGw==",
"_integrity": "sha512-XXqFK9ZoJp6BgnA65U6If3e37k/oTgVnQ4ba73hBRWYRWzInKOMb2HZ9Cq5scUJedJ8fiDkw1BdDh9sTXreFyg==",
"_location": "/@syncfusion/ej2-react-buttons",

@@ -22,4 +22,4 @@ "_phantomChildren": {},

],
"_resolved": "http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-react-buttons/-/ej2-react-buttons-18.44.0.tgz",
"_shasum": "f35331f74473a80da9e5ba61360950aeb7dad0fa",
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-buttons/-/ej2-react-buttons-19.4.38.tgz",
"_shasum": "73f6765d9b116852b52ed06e079a6c367aa45ec3",
"_spec": "@syncfusion/ej2-react-buttons@*",

@@ -35,4 +35,4 @@ "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",

"dependencies": {
"@syncfusion/ej2-base": "~20.3.47",
"@syncfusion/ej2-buttons": "20.3.47",
"@syncfusion/ej2-base": "~20.3.48",
"@syncfusion/ej2-buttons": "20.3.48",
"@syncfusion/ej2-react-base": "~20.3.47"

@@ -69,7 +69,2 @@ },

"input",
"fab",
"floating button",
"floating action button",
"speeddial",
"floating menu",
"react",

@@ -81,5 +76,3 @@ "reactjs",

"react-radiobutton",
"react-switch",
"react-fab",
"react-speeddial"
"react-switch"
],

@@ -94,4 +87,4 @@ "license": "SEE LICENSE IN license",

},
"version": "20.3.47",
"version": "20.3.48",
"sideEffects": false
}

@@ -16,5 +16,3 @@ import { ComplexBase } from '@syncfusion/ej2-react-base';

*/
export declare class ChipDirective extends ComplexBase<ChipModel | ChipDirTypecast & {
children?: React.ReactNode;
}, ChipModel | ChipDirTypecast> {
export declare class ChipDirective extends ComplexBase<ChipModel | ChipDirTypecast, ChipModel | ChipDirTypecast> {
static moduleName: string;

@@ -21,0 +19,0 @@ }

@@ -6,4 +6,2 @@ export * from './button';

export * from './chips';
export * from './floating-action-button';
export * from './speed-dial';
export * from '@syncfusion/ej2-buttons';

@@ -6,4 +6,2 @@ export * from './button';

export * from './chips';
export * from './floating-action-button';
export * from './speed-dial';
export * from '@syncfusion/ej2-buttons';

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

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

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

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

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

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc