@syncfusion/ej2-splitbuttons 20.2.43 → 20.3.47
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +1 -1
- package/dist/ej2-splitbuttons.min.js +10 -0
- package/dist/ej2-splitbuttons.umd.min.js +1 -1
- package/dist/global/ej2-splitbuttons.min.js +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +9 -8
- package/src/drop-down-button/drop-down-button-model.d.ts +4 -4
- package/styles/bootstrap-dark.css +26 -5
- package/styles/bootstrap.css +21 -0
- package/styles/bootstrap4.css +22 -1
- package/styles/bootstrap5-dark.css +23 -0
- package/styles/bootstrap5.css +23 -0
- package/styles/button-group/_bootstrap-dark-definition.scss +2 -1
- package/styles/button-group/_fabric-dark-definition.scss +2 -1
- package/styles/button-group/_group-button-mixin.scss +3 -3
- package/styles/button-group/_highcontrast-light-definition.scss +3 -3
- package/styles/button-group/_layout.scss +1 -1
- package/styles/button-group/_material-dark-definition.scss +2 -1
- package/styles/button-group/_theme.scss +1 -1
- package/styles/button-group/bootstrap-dark.css +2 -0
- package/styles/button-group/bootstrap.css +2 -0
- package/styles/button-group/bootstrap4.css +2 -0
- package/styles/button-group/bootstrap5-dark.css +2 -0
- package/styles/button-group/bootstrap5.css +2 -0
- package/styles/button-group/fabric-dark.css +2 -0
- package/styles/button-group/fabric.css +2 -0
- package/styles/button-group/fluent-dark.css +2 -0
- package/styles/button-group/fluent.css +2 -0
- package/styles/button-group/highcontrast-light.css +2 -0
- package/styles/button-group/highcontrast.css +2 -0
- package/styles/button-group/material-dark.css +2 -0
- package/styles/button-group/material.css +2 -0
- package/styles/button-group/tailwind-dark.css +2 -0
- package/styles/button-group/tailwind.css +2 -0
- package/styles/drop-down-button/_all.scss +1 -1
- package/styles/drop-down-button/_bootstrap-dark-definition.scss +1 -0
- package/styles/drop-down-button/_bootstrap4-definition.scss +2 -2
- package/styles/drop-down-button/_bootstrap5-definition.scss +0 -1
- package/styles/drop-down-button/_fabric-dark-definition.scss +2 -1
- package/styles/drop-down-button/_fluent-definition.scss +1 -1
- package/styles/drop-down-button/_fusionnew-definition.scss +0 -1
- package/styles/drop-down-button/_highcontrast-definition.scss +0 -1
- package/styles/drop-down-button/_highcontrast-light-definition.scss +2 -1
- package/styles/drop-down-button/_layout.scss +3 -2
- package/styles/drop-down-button/_material-dark-definition.scss +2 -1
- package/styles/drop-down-button/_material3-definition.scss +0 -1
- package/styles/drop-down-button/_tailwind-definition.scss +0 -1
- package/styles/drop-down-button/_theme.scss +21 -0
- package/styles/drop-down-button/bootstrap-dark.css +18 -0
- package/styles/drop-down-button/bootstrap.css +18 -0
- package/styles/drop-down-button/bootstrap4.css +18 -0
- package/styles/drop-down-button/bootstrap5-dark.css +19 -0
- package/styles/drop-down-button/bootstrap5.css +19 -0
- package/styles/drop-down-button/fabric-dark.css +18 -0
- package/styles/drop-down-button/fabric.css +18 -0
- package/styles/drop-down-button/fluent-dark.css +19 -0
- package/styles/drop-down-button/fluent.css +19 -0
- package/styles/drop-down-button/highcontrast-light.css +18 -0
- package/styles/drop-down-button/highcontrast.css +18 -0
- package/styles/drop-down-button/material-dark.css +18 -0
- package/styles/drop-down-button/material.css +18 -0
- package/styles/drop-down-button/tailwind-dark.css +19 -0
- package/styles/drop-down-button/tailwind.css +19 -0
- package/styles/fabric-dark.css +21 -0
- package/styles/fabric.css +21 -0
- package/styles/fluent-dark.css +23 -0
- package/styles/fluent.css +23 -0
- package/styles/highcontrast-light.css +21 -0
- package/styles/highcontrast.css +23 -2
- package/styles/material-dark.css +21 -0
- package/styles/material.css +21 -0
- package/styles/progress-button/_bootstrap-dark-definition.scss +6 -5
- package/styles/progress-button/_bootstrap4-definition.scss +1 -1
- package/styles/progress-button/_fabric-dark-definition.scss +1 -0
- package/styles/progress-button/_highcontrast-definition.scss +1 -1
- package/styles/progress-button/_layout.scss +43 -42
- package/styles/progress-button/_material-dark-definition.scss +1 -0
- package/styles/progress-button/_theme.scss +23 -22
- package/styles/progress-button/bootstrap-dark.css +6 -5
- package/styles/progress-button/bootstrap.css +1 -0
- package/styles/progress-button/bootstrap4.css +2 -1
- package/styles/progress-button/bootstrap5-dark.css +1 -0
- package/styles/progress-button/bootstrap5.css +1 -0
- package/styles/progress-button/fabric-dark.css +1 -0
- package/styles/progress-button/fabric.css +1 -0
- package/styles/progress-button/fluent-dark.css +1 -0
- package/styles/progress-button/fluent.css +1 -0
- package/styles/progress-button/highcontrast-light.css +1 -0
- package/styles/progress-button/highcontrast.css +3 -2
- package/styles/progress-button/material-dark.css +1 -0
- package/styles/progress-button/material.css +1 -0
- package/styles/progress-button/tailwind-dark.css +1 -0
- package/styles/progress-button/tailwind.css +1 -0
- package/styles/split-button/_bootstrap-dark-definition.scss +2 -1
- package/styles/split-button/_bootstrap4-definition.scss +2 -1
- package/styles/split-button/_bootstrap5-definition.scss +0 -1
- package/styles/split-button/_fabric-dark-definition.scss +1 -0
- package/styles/split-button/_fluent-definition.scss +0 -1
- package/styles/split-button/_fusionnew-definition.scss +0 -1
- package/styles/split-button/_highcontrast-light-definition.scss +2 -2
- package/styles/split-button/_layout.scss +2 -1
- package/styles/split-button/_material-dark-definition.scss +2 -1
- package/styles/split-button/_material3-definition.scss +0 -1
- package/styles/split-button/_tailwind-definition.scss +0 -1
- package/styles/split-button/_theme.scss +1 -1
- package/styles/split-button/bootstrap5-dark.css +1 -0
- package/styles/split-button/bootstrap5.css +1 -0
- package/styles/split-button/fluent-dark.css +1 -0
- package/styles/split-button/fluent.css +1 -0
- package/styles/split-button/tailwind-dark.css +1 -0
- package/styles/split-button/tailwind.css +1 -0
- package/styles/tailwind-dark.css +23 -0
- package/styles/tailwind.css +23 -0
package/CHANGELOG.md
CHANGED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* filename: ej2-splitbuttons.min.js
|
|
3
|
+
* version : 20.3.47
|
|
4
|
+
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
|
|
5
|
+
* Use of this code is subject to the terms of our license.
|
|
6
|
+
* A copy of the current license can be obtained at any time by e-mailing
|
|
7
|
+
* licensing@syncfusion.com. Any infringement will be prosecuted under
|
|
8
|
+
* applicable laws.
|
|
9
|
+
*/
|
|
10
|
+
!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t(require("SyncfusionBase"),require("SyncfusionButtons"),require("SyncfusionPopups")):"function"==typeof define&&define.amd?define(["SyncfusionBase","SyncfusionButtons","SyncfusionPopups"],t):"object"==typeof exports?exports.SyncfusionSplitbuttons=t(require("SyncfusionBase"),require("SyncfusionButtons"),require("SyncfusionPopups")):e.SyncfusionSplitbuttons=t(e.SyncfusionBase,e.SyncfusionButtons,e.SyncfusionPopups)}(this,function(e,t,i){return function(e){function t(n){if(i[n])return i[n].exports;var s=i[n]={i:n,l:!1,exports:{}};return e[n].call(s.exports,s,s.exports,t),s.l=!0,s.exports}var i={};return t.m=e,t.c=i,t.i=function(e){return e},t.d=function(e,i,n){t.o(e,i)||Object.defineProperty(e,i,{configurable:!1,enumerable:!0,get:n})},t.n=function(e){var i=e&&e.__esModule?function(){return e.default}:function(){return e};return t.d(i,"a",i),i},t.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},t.p="",t(t.s=11)}([function(t,i){t.exports=e},function(e,t,i){"use strict";function n(e,t){for(var n=i.i(a.extend)({},e),s=0,o=Object.keys(n);s<o.length;s++){var r=o[s];t.indexOf(r)<0&&i.i(a.deleteObject)(n,r)}return n}function s(e,t){var n,s=40===t?0:e.childElementCount-1,r=s,p=e.querySelector(".e-selected");p&&p.classList.remove("e-selected");for(var l=0,c=e.children.length;l<c;l++)e.children[l].classList.contains("e-focused")&&(n=e.children[l],r=l,n.classList.remove("e-focused"),40===t?r++:r--,r===(40===t?e.childElementCount:-1)&&(r=s));n=e.children[r],-1!==(r=o(e,n,r,t))&&(i.i(a.addClass)([e.children[r]],"e-focused"),e.children[r].focus())}function o(e,t,i,n,s){if(void 0===s&&(s=0),(t.classList.contains("e-separator")||t.classList.contains("e-disabled"))&&(i===(40===n?e.childElementCount-1:0)?i=40===n?0:e.childElementCount-1:40===n?i++:i--),t=e.children[i],t.classList.contains("e-separator")||t.classList.contains("e-disabled")){if(++s===e.childElementCount)return i=-1;i=o(e,t,i,n,s)}return i}function r(e){var t=[].slice.call(e.getElementsByClassName("e-blank-icon"));if(t.length){var n=e.querySelector(".e-item:not(.e-blank-icon):not(.e-separator)");if(!i.i(a.isNullOrUndefined)(n)){n.classList.contains("e-url")&&(n=n.querySelector(".e-menu-url"));var s,o=n.querySelector(".e-menu-icon"),r=e.classList.contains("e-rtl");s=r?{padding:"paddingRight",margin:"marginLeft"}:{padding:"paddingLeft",margin:"marginRight"};var p=parseInt(getComputedStyle(o).fontSize,10)+parseInt(getComputedStyle(o)[s.margin],10)+parseInt(getComputedStyle(n).paddingLeft,10)+"px";t.forEach(function(e){e.classList.contains("e-url")?e.querySelector(".e-menu-url").style[s.padding]=p:e.style[s.padding]=p})}}}t.a=n,t.d=s,t.c=r,i.d(t,"b",function(){return c});var a=i(0),p=(i.n(a),this&&this.__extends||function(){var e=function(t,i){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var i in t)t.hasOwnProperty(i)&&(e[i]=t[i])})(t,i)};return function(t,i){function n(){this.constructor=t}e(t,i),t.prototype=null===i?Object.create(i):(n.prototype=i.prototype,new n)}}()),l=this&&this.__decorate||function(e,t,i,n){var s,o=arguments.length,r=o<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,i):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)r=Reflect.decorate(e,t,i,n);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(r=(o<3?s(r):o>3?s(t,i,r):s(t,i))||r);return o>3&&r&&Object.defineProperty(t,i,r),r},c=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return p(t,e),l([i.i(a.Property)("")],t.prototype,"iconCss",void 0),l([i.i(a.Property)("")],t.prototype,"id",void 0),l([i.i(a.Property)(!1)],t.prototype,"separator",void 0),l([i.i(a.Property)("")],t.prototype,"text",void 0),l([i.i(a.Property)("")],t.prototype,"url",void 0),l([i.i(a.Property)(!1)],t.prototype,"disabled",void 0),t}(a.ChildProperty)},function(e,i){e.exports=t},function(e,t,i){"use strict";i.d(t,"a",function(){return c});var n=i(0),s=(i.n(n),i(2)),o=(i.n(s),i(4)),r=(i.n(o),i(1)),a=this&&this.__extends||function(){var e=function(t,i){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var i in t)t.hasOwnProperty(i)&&(e[i]=t[i])})(t,i)};return function(t,i){function n(){this.constructor=t}e(t,i),t.prototype=null===i?Object.create(i):(n.prototype=i.prototype,new n)}}(),p=this&&this.__decorate||function(e,t,i,n){var s,o=arguments.length,r=o<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,i):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)r=Reflect.decorate(e,t,i,n);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(r=(o<3?s(r):o>3?s(t,i,r):s(t,i))||r);return o>3&&r&&Object.defineProperty(t,i,r),r},l={DISABLED:"e-disabled",FOCUS:"e-focused",ICON:"e-menu-icon",ITEM:"e-item",POPUP:"e-dropdown-popup",RTL:"e-rtl",SEPARATOR:"e-separator",VERTICAL:"e-vertical"},c=function(e){function t(t,i){var n=e.call(this,t,i)||this;return n.isPopupCreated=!0,n}return a(t,e),t.prototype.preRender=function(){},t.prototype.getPersistData=function(){return this.addOnPersist([])},t.prototype.toggle=function(){this.canOpen()?this.openPopUp():this.closePopup()},t.prototype.render=function(){this.initialize(),this.disabled||this.wireEvents(),this.renderComplete()},t.prototype.addItems=function(e,t){for(var i,n=this.items.length,s=0,o=this.items.length;s<o;s++)if(t===this.items[s].text){n=s;break}for(var a=e.length-1;a>=0;a--)i=new r.b(this,"items",e[a],!0),this.items.splice(n,0,i);this.canOpen()||this.createItems()},t.prototype.removeItems=function(e,t){for(var i=!1,n=0,s=e.length;n<s;n++)for(var o=0,r=this.items.length;o<r;o++)if(e[n]===(t?this.items[o].id:this.items[o].text)){this.items.splice(o,1),i=!0;break}i&&this.getULElement()&&this.createItems()},t.prototype.createPopup=function(){var e,t=this.createElement("div",{className:l.POPUP,id:this.element.id+"-popup"});document.body.appendChild(t),this.dropDown=new o.Popup(t,{relateTo:this.element,collision:{X:"fit",Y:"flip"},position:{X:"left",Y:"bottom"},targetType:"relative",content:this.target?this.getTargetElement():"",enableRtl:this.enableRtl}),"fixed"===this.dropDown.element.style.position&&this.dropDown.refreshPosition(this.element),this.dropDown.hide(),i.i(n.attributes)(this.element,(e={},e["aria-haspopup"]=this.items.length||this.target?"true":"false",e["aria-expanded"]="false",e["aria-owns"]=this.getPopUpElement().id,e.type="button",e["aria-label"]=this.element.textContent?this.element.textContent:"dropdownbutton",e)),this.cssClass&&i.i(n.addClass)([t],this.cssClass.split(" ")),this.isPopupCreated=!0},t.prototype.getTargetElement=function(){return"string"==typeof this.target?i.i(n.select)(this.target):this.target},t.prototype.createItems=function(e){var t,s,o,a,p=this.items,c=this.hasIcon(this.items,"iconCss"),d=this.getULElement();d?d.innerHTML="":d=this.createElement("ul",{attrs:{role:"menu",tabindex:"0"}});for(var h=0;h<p.length;h++){s=p[h];var u=s.text;o=this.createElement("li",{innerHTML:s.url?"":u,className:s.separator?l.ITEM+" "+l.SEPARATOR:l.ITEM,attrs:{role:"menuItem",tabindex:"-1","aria-label":u},id:s.id?s.id:i.i(n.getUniqueID)("e-"+this.getModuleName()+"-item")}),this.enableHtmlSanitizer?o.textContent=s.url?"":u:o.innerHTML=s.url?"":u,s.url&&(o.appendChild(this.createAnchor(s)),o.classList.add("e-url")),s.iconCss?(t=this.createElement("span",{className:l.ICON+" "+s.iconCss}),s.url?o.childNodes[0].appendChild(t):o.insertBefore(t,o.childNodes[0])):c&&!s.separator&&o.classList.add("e-blank-icon"),s.disabled&&o.classList.add("e-disabled"),a={item:s,element:o},this.trigger("beforeItemRender",a),d.appendChild(o)}e&&this.getPopUpElement().appendChild(d),c&&i.i(r.c)(this.getPopUpElement())},t.prototype.hasIcon=function(e,t){for(var i=0,n=e.length;i<n;i++)if(e[i][t])return!0;return!1},t.prototype.createAnchor=function(e){var t=this.enableHtmlSanitizer?n.SanitizeHtmlHelper.sanitize(e.text):e.text;return this.createElement("a",{className:"e-menu-text e-menu-url",innerHTML:t,attrs:{href:e.url}})},t.prototype.initialize=function(){this.button=new s.Button({iconCss:this.iconCss,iconPosition:this.iconPosition,cssClass:this.cssClass,content:this.content,disabled:this.disabled,enableRtl:this.enableRtl,enablePersistence:this.enablePersistence}),this.button.createElement=this.createElement,this.button.appendTo(this.element),this.element.id||(this.element.id=i.i(n.getUniqueID)("e-"+this.getModuleName())),this.appendArrowSpan(),this.setActiveElem([this.element]),this.target&&!this.isColorPicker()||!this.createPopupOnClick?this.createPopup():this.isPopupCreated=!1},t.prototype.isColorPicker=function(){if(!this.element)return!1;var e=this.element.previousSibling;return!!(e&&e.classList&&e.classList.contains("e-split-colorpicker"))},t.prototype.appendArrowSpan=function(){this.element.appendChild(this.createElement("span",{className:"e-btn-icon e-icons e-icon-"+(this.cssClass.indexOf(l.VERTICAL)>-1?"bottom":"right")+" e-caret"}))},t.prototype.setActiveElem=function(e){this.activeElem=e},t.prototype.getModuleName=function(){return"dropdown-btn"},t.prototype.canOpen=function(){var e=!1;return this.isPopupCreated&&(e=this.getPopUpElement().classList.contains("e-popup-close")),e},t.prototype.destroy=function(){var t=this;if(e.prototype.destroy.call(this),"dropdown-btn"===this.getModuleName()){var s;this.element.querySelector("span.e-caret")&&i.i(n.detach)(this.element.querySelector("span.e-caret")),this.cssClass&&(s=this.cssClass.split(" ")),this.button.destroy(),s&&i.i(n.removeClass)([this.element],s),i.i(n.removeClass)(this.activeElem,["e-active"]);(this.element.getAttribute("class")?["aria-haspopup","aria-expanded","aria-owns","type"]:["aria-haspopup","aria-expanded","aria-owns","type","class"]).forEach(function(e){t.element.removeAttribute(e)}),this.popupUnWireEvents(),this.destroyPopup(),this.isPopupCreated=!1,this.disabled||this.unWireEvents()}},t.prototype.destroyPopup=function(){if(this.isPopupCreated){if(this.dropDown.destroy(),this.getPopUpElement()){var e=document.getElementById(this.getPopUpElement().id);e&&(i.i(n.removeClass)([e],["e-popup-open","e-popup-close"]),i.i(n.detach)(e))}n.EventHandler.remove(this.getPopUpElement(),"click",this.clickHandler),n.EventHandler.remove(this.getPopUpElement(),"keydown",this.keyBoardHandler),this.isPopupCreated&&(this.dropDown=void 0)}this.isPopupCreated=!1},t.prototype.getPopUpElement=function(){var e=null;return this.dropDown&&(e=this.dropDown.element),e},t.prototype.getULElement=function(){var e=null;return this.getPopUpElement()&&(e=this.getPopUpElement().children[0]),e},t.prototype.wireEvents=function(){this.delegateMousedownHandler=this.mousedownHandler.bind(this),this.createPopupOnClick||n.EventHandler.add(document,"mousedown touchstart",this.delegateMousedownHandler,this),n.EventHandler.add(this.element,"click",this.clickHandler,this),n.EventHandler.add(this.element,"keydown",this.keyBoardHandler,this)},t.prototype.popupWireEvents=function(){var e=this.getPopUpElement();this.createPopupOnClick&&n.EventHandler.add(document,"mousedown touchstart",this.delegateMousedownHandler,this),e&&(n.EventHandler.add(e,"click",this.clickHandler,this),n.EventHandler.add(e,"keydown",this.keyBoardHandler,this),this.closeActionEvents&&n.EventHandler.add(e,this.closeActionEvents,this.focusoutHandler,this)),this.rippleFn=i.i(n.rippleEffect)(e,{selector:"."+l.ITEM})},t.prototype.popupUnWireEvents=function(){var e=this.getPopUpElement();this.createPopupOnClick&&n.EventHandler.remove(document,"mousedown touchstart",this.delegateMousedownHandler),e&&e.parentElement&&(n.EventHandler.remove(e,"click",this.clickHandler),n.EventHandler.remove(e,"keydown",this.keyBoardHandler),this.closeActionEvents&&n.EventHandler.remove(e,this.closeActionEvents,this.focusoutHandler))},t.prototype.keyBoardHandler=function(e){if(e.target!==this.element||9!==e.keyCode&&(e.altKey||40!==e.keyCode)&&38!==e.keyCode)switch(e.keyCode){case 38:case 40:!e.altKey||38!==e.keyCode&&40!==e.keyCode?this.upDownKeyHandler(e):this.keyEventHandler(e);break;case 9:case 13:case 27:case 32:this.keyEventHandler(e)}},t.prototype.upDownKeyHandler=function(e){(!this.target||38!==e.keyCode&&40!==e.keyCode)&&(e.preventDefault(),i.i(r.d)(this.getULElement(),e.keyCode))},t.prototype.keyEventHandler=function(e){(!this.target||13!==e.keyCode&&9!==e.keyCode)&&(e.target&&e.target.className.indexOf("e-edit-template")>-1&&32===e.keyCode||(9!==e.keyCode&&e.preventDefault(),27===e.keyCode||38===e.keyCode||9===e.keyCode?this.canOpen()||this.closePopup(e,this.element):this.clickHandler(e)))},t.prototype.getLI=function(e){return"LI"===e.tagName?e:i.i(n.closest)(e,"li")},t.prototype.mousedownHandler=function(e){var t=e.target;!this.dropDown||this.canOpen()||i.i(n.closest)(t,'[id="'+this.getPopUpElement().id+'"]')||i.i(n.closest)(t,'[id="'+this.element.id+'"]')||this.closePopup(e)},t.prototype.focusoutHandler=function(e){this.isPopupCreated&&!this.canOpen()&&this.closePopup(e)},t.prototype.clickHandler=function(e){var t=e.target;if(i.i(n.closest)(t,'[id="'+this.element.id+'"]'))!this.createPopupOnClick||this.target&&!this.isColorPicker()?this.getPopUpElement().classList.contains("e-popup-close")?this.openPopUp(e):this.closePopup(e):this.isPopupCreated?this.closePopup(e,this.activeElem[0]):(this.createPopup(),this.openPopUp(e));else if(i.i(n.closest)(t,'[id="'+this.getPopUpElement().id+'"]')){var s=void 0,o=void 0,r=void 0,a=this.getLI(t);a&&(o=Array.prototype.indexOf.call(this.getULElement().children,a),r=this.items[o],r&&(s={element:a,item:r},this.trigger("select",s)),this.closePopup(e,this.activeElem[0]))}},t.prototype.openPopUp=function(e){var t=this;void 0===e&&(e=null);var s=this.getPopUpElement();if(this.target)if(this.activeElem.length>1){var o=i.i(n.getComponent)(this.activeElem[0],"split-btn");o.isReact&&s.childNodes.length<1&&(!0,o.appendReactElement(this.getTargetElement(),this.getPopUpElement()),this.renderReactTemplates())}else this.isReact&&s.childNodes.length<1&&(!0,this.appendReactElement(this.getTargetElement(),this.getPopUpElement()),this.renderReactTemplates());else this.createItems(!0);var r=this.getULElement();this.popupWireEvents();var a={element:r,items:this.items,event:e,cancel:!1};this.trigger("beforeOpen",a,function(e){if(!e.cancel){var s=t.getULElement();t.dropDown.show(null,t.element),i.i(n.addClass)([t.element],"e-active"),t.element.setAttribute("aria-expanded","true"),s&&s.focus();var o={element:s,items:t.items};t.trigger("open",o)}})},t.prototype.closePopup=function(e,t){var s=this;void 0===e&&(e=null);var o=this.getULElement(),r={element:o,items:this.items,event:e,cancel:!1},a=this.getPopUpElement();a&&n.EventHandler.remove(a,"keydown",this.keyBoardHandler),this.trigger("beforeClose",r,function(e){if(!e.cancel){s.popupUnWireEvents();var o=s.getULElement(),r=void 0;o&&(r=o.querySelector(".e-selected")),r&&r.classList.remove("e-selected"),s.dropDown.hide(),i.i(n.removeClass)(s.activeElem,"e-active"),s.element.setAttribute("aria-expanded","false"),t&&t.focus();var a={element:o,items:s.items};s.trigger("close",a),!s.target&&o&&i.i(n.detach)(o),s.target&&!s.isColorPicker()||s.createPopupOnClick&&s.destroyPopup(),s.target&&(s.isPopupCreated=!s.createPopupOnClick)}})},t.prototype.unWireEvents=function(){this.createPopupOnClick||n.EventHandler.remove(document,"mousedown touchstart",this.delegateMousedownHandler),n.EventHandler.remove(this.element,"click",this.clickHandler),n.EventHandler.remove(this.element,"keydown",this.keyBoardHandler),this.isPopupCreated&&(n.EventHandler.remove(this.getPopUpElement(),"click",this.clickHandler),n.EventHandler.remove(this.getPopUpElement(),"keydown",this.keyBoardHandler))},t.prototype.onPropertyChanged=function(e,t){var s=["content","cssClass","iconCss","iconPosition","disabled","enableRtl"];this.button.setProperties(i.i(r.a)(e,s));var o;this.isPopupCreated&&(o=this.getPopUpElement(),this.dropDown.setProperties(i.i(r.a)(e,["enableRtl"])));for(var a=0,p=Object.keys(e);a<p.length;a++){switch(p[a]){case"content":this.element.querySelector("span.e-caret")||this.appendArrowSpan();break;case"disabled":e.disabled?(this.unWireEvents(),this.isPopupCreated&&!this.canOpen()&&this.closePopup()):this.wireEvents();break;case"cssClass":if(e.cssClass.indexOf(l.VERTICAL)>-1){var c=this.element.querySelector("span.e-caret");i.i(n.classList)(c,["e-icon-bottom"],["e-icon-right"])}this.isPopupCreated&&(t.cssClass&&i.i(n.removeClass)([o],t.cssClass.split(" ")),e.cssClass&&i.i(n.addClass)([o],e.cssClass.split(" ")));break;case"target":this.dropDown.content=this.getTargetElement(),this.dropDown.dataBind();break;case"items":this.isPopupCreated&&this.getULElement()&&this.createItems();break;case"createPopupOnClick":e.createPopupOnClick?this.destroyPopup():this.createPopup()}}},t.prototype.focusIn=function(){this.element.focus()},p([i.i(n.Property)("")],t.prototype,"content",void 0),p([i.i(n.Property)("")],t.prototype,"cssClass",void 0),p([i.i(n.Property)(!1)],t.prototype,"disabled",void 0),p([i.i(n.Property)("")],t.prototype,"iconCss",void 0),p([i.i(n.Property)("Left")],t.prototype,"iconPosition",void 0),p([i.i(n.Property)(!1)],t.prototype,"enableHtmlSanitizer",void 0),p([i.i(n.Collection)([],r.b)],t.prototype,"items",void 0),p([i.i(n.Property)(!1)],t.prototype,"createPopupOnClick",void 0),p([i.i(n.Property)("")],t.prototype,"target",void 0),p([i.i(n.Property)("")],t.prototype,"closeActionEvents",void 0),p([i.i(n.Event)()],t.prototype,"beforeItemRender",void 0),p([i.i(n.Event)()],t.prototype,"beforeOpen",void 0),p([i.i(n.Event)()],t.prototype,"beforeClose",void 0),p([i.i(n.Event)()],t.prototype,"close",void 0),p([i.i(n.Event)()],t.prototype,"open",void 0),p([i.i(n.Event)()],t.prototype,"select",void 0),p([i.i(n.Event)()],t.prototype,"created",void 0),t=p([n.NotifyPropertyChanges],t)}(n.Component)},function(e,t){e.exports=i},function(e,t,i){"use strict";var n=i(10);i.d(t,"a",function(){return n.a})},function(e,t,i){"use strict";var n=i(1);i.d(t,"a",function(){return n.a}),i.d(t,"b",function(){return n.d}),i.d(t,"c",function(){return n.c}),i.d(t,"d",function(){return n.b})},function(e,t,i){"use strict";var n=i(3);i.d(t,"a",function(){return n.a})},function(e,t,i){"use strict";var n=i(12);i.d(t,"a",function(){return n.a}),i.d(t,"b",function(){return n.b}),i.d(t,"c",function(){return n.c})},function(e,t,i){"use strict";var n=i(13);i.d(t,"a",function(){return n.a}),i.d(t,"b",function(){return n.b})},function(e,t,i){"use strict";function n(e,t,n){void 0===t&&(t={});var r,a,p,l;i.i(s.isNullOrUndefined)(n)&&(n=s.createElement);var c=document.querySelector(e);i.i(s.addClass)([c],["e-btn-group","e-css"]),c.setAttribute("role","group");var d=c.children;t.buttons=t.buttons||[];for(var h=0,u=0;u<d.length;h++,u++)r=d[u],null!==(l=t.buttons[h])&&("BUTTON"===r.tagName?a=r:(a=n("label"),p=d[u+1],p?c.insertBefore(a,p):c.appendChild(a),r.id&&a.setAttribute("for",r.id),l&&l.disabled&&(r.disabled=!0),u++),t.cssClass&&l&&!l.cssClass&&(l.cssClass=t.cssClass),new o.Button(l||{},a));return c}t.a=n;var s=i(0),o=(i.n(s),i(2));i.n(o)},function(e,t,i){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var n=i(6);i.d(t,"getModel",function(){return n.a}),i.d(t,"upDownKeyHandler",function(){return n.b}),i.d(t,"setBlankIconStyle",function(){return n.c}),i.d(t,"Item",function(){return n.d});var s=i(7);i.d(t,"DropDownButton",function(){return s.a});var o=i(9);i.d(t,"SplitButton",function(){return o.a}),i.d(t,"Deferred",function(){return o.b});var r=i(5);i.d(t,"createButtonGroup",function(){return r.a});var a=i(8);i.d(t,"SpinSettings",function(){return a.a}),i.d(t,"AnimationSettings",function(){return a.b}),i.d(t,"ProgressButton",function(){return a.c})},function(e,t,i){"use strict";i.d(t,"a",function(){return l}),i.d(t,"b",function(){return c}),i.d(t,"c",function(){return d});var n=i(2),s=(i.n(n),i(0)),o=(i.n(s),i(4)),r=(i.n(o),this&&this.__extends||function(){var e=function(t,i){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var i in t)t.hasOwnProperty(i)&&(e[i]=t[i])})(t,i)};return function(t,i){function n(){this.constructor=t}e(t,i),t.prototype=null===i?Object.create(i):(n.prototype=i.prototype,new n)}}()),a=this&&this.__decorate||function(e,t,i,n){var s,o=arguments.length,r=o<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,i):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)r=Reflect.decorate(e,t,i,n);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(r=(o<3?s(r):o>3?s(t,i,r):s(t,i))||r);return o>3&&r&&Object.defineProperty(t,i,r),r},p="e-btn-content",l=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return r(t,e),a([i.i(s.Property)(null)],t.prototype,"template",void 0),a([i.i(s.Property)(16)],t.prototype,"width",void 0),a([i.i(s.Property)("Left")],t.prototype,"position",void 0),t}(s.ChildProperty),c=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return r(t,e),a([i.i(s.Property)(400)],t.prototype,"duration",void 0),a([i.i(s.Property)("None")],t.prototype,"effect",void 0),a([i.i(s.Property)("ease")],t.prototype,"easing",void 0),t}(s.ChildProperty),d=function(e){function t(t,i){var n=e.call(this,t,i)||this;return n.step=1,n}return r(t,e),t.prototype.preRender=function(){e.prototype.preRender.call(this)},t.prototype.render=function(){e.prototype.render.call(this),this.init(),this.wireEvents(),this.setAria(),this.renderComplete()},t.prototype.start=function(e){this.isPaused=!1,this.startProgress(e||this.percent,this.progressTime)},t.prototype.stop=function(){this.isPaused=!0,cancelAnimationFrame(this.timerId)},t.prototype.progressComplete=function(){this.isPaused=!1,this.finishProgress()},t.prototype.getModuleName=function(){return"progress-btn"},t.prototype.destroy=function(){var t=this,n=["e-hide-spinner","e-progress-active","e-round-corner","e-"+e.prototype.getModuleName.call(this),"e-spin-"+this.spinSettings.position.toLowerCase()];e.prototype.destroy.call(this),this.unWireEvents(),this.element.innerHTML="",this.cssClass&&(n=n.concat(this.cssClass.split(" "))),i.i(s.removeClass)([this.element],n),(this.element.getAttribute("class")?["aria-label","aria-valuemin","aria-valuemax","aria-valuenow"]:["aria-label","aria-valuemin","aria-valuemax","aria-valuenow","class"]).forEach(function(e){t.element.removeAttribute(e)}),this.disabled&&this.element.removeAttribute("disabled")},t.prototype.init=function(){this.element.classList.add("e-"+e.prototype.getModuleName.call(this)),this.setContent(),this.createSpinner(),this.enableProgress&&this.createProgress()},t.prototype.createSpinner=function(){var e=this.createElement("span",{className:"e-spinner"});this.setSpinPosition(e),i.i(o.createSpinner)({target:e,width:this.spinSettings.width||16,template:this.spinSettings.template},this.createElement)},t.prototype.getSpinner=function(){return this.element.getElementsByClassName("e-spinner")[0]},t.prototype.getProgress=function(){return this.element.getElementsByClassName("e-progress")[0]},t.prototype.setSpinPosition=function(e){var t=this.spinSettings.position||"Left";"Left"===t||"Top"===t?this.element.insertBefore(e,this.element.getElementsByClassName(p)[0]):this.element.appendChild(e),this.element.classList.add("e-spin-"+t.toLowerCase())},t.prototype.createProgress=function(){this.element.appendChild(this.createElement("span",{className:"e-progress"}))},t.prototype.setContent=function(){var e;e=this.element.innerHTML,this.enableHtmlSanitizer&&(e=s.SanitizeHtmlHelper.sanitize(this.element.innerHTML)),this.element.innerHTML="",this.element.appendChild(this.createElement("span",{className:p,innerHTML:e}))},t.prototype.setContentIcon=function(e){var t=this.createElement("span",{className:p,innerHTML:e});if(this.iconCss){var i=this.createElement("span",{className:"e-btn-icon "+this.iconCss});this.element.textContent.trim()?(i.classList.add("e-icon-"+this.iconPosition.toLowerCase()),"Top"!==this.iconPosition&&"Bottom"!==this.iconPosition||this.element.classList.add("e-"+this.iconPosition.toLowerCase()+"-icon-btn")):this.element.classList.add("e-icon-btn");var n=t.childNodes[0];!n||"Left"!==this.iconPosition&&"Top"!==this.iconPosition?t.appendChild(i):t.insertBefore(i,n)}this.element.appendChild(t)},t.prototype.clickHandler=function(){this.element.classList.contains("e-progress-active")||this.startProgress()},t.prototype.startProgress=function(e,t){var n=this.element.classList,s=n.contains("e-vertical");n.add("e-progress-active"),n.contains("e-hide-spinner")||i.i(o.showSpinner)(this.element),this.startAnimate(Date.now(),t||0,t?Date.now()-1*this.duration/100:Date.now(),e||0,0,this.step,0,s),this.startContAnimate()},t.prototype.startAnimate=function(e,t,i,n,s,o,r,a){var p=this;try{var l=e-i,c=this.duration*o/100,d=l?l<c?l-c:l%c:0;this.progressTime=t=t+l-d,i=e-d,n+=(l-d)/this.duration*100,s=(t-r)%c==0||100===n?n:s;var h={percent:s,currentDuration:t,step:o};this.eIsVertical=a,0===n?this.trigger("begin",h,function(e){p.successCallback(e,n,s,t,r,d,i)}):100===n||t===this.duration?this.trigger("end",h,function(e){p.successCallback(e,n,s,t,r,d,i)}):this.trigger("progress",h,function(e){p.successCallback(e,n,s,t,r,d,i)})}catch(e){cancelAnimationFrame(this.timerId),this.trigger("fail",e)}},t.prototype.successCallback=function(e,t,i,n,s,o,r){var a=this,p=t,l=i,c=o,d=n,h=s,u=r,m=this.eIsVertical;p!==e.percent&&e.percent!==l&&(p=e.percent),this.percent=p,this.step=e.step,(d-h)%(this.duration*e.step/100)!=0&&100!==p||(this.timerId=requestAnimationFrame(function(){a.enableProgress&&(a.getProgress().style[m?"height":"width"]=p+"%"),a.element.setAttribute("aria-valuenow",p.toString())}),l=p,h=d),this.isPaused||(d<this.duration&&p<100?this.interval=window.setTimeout(function(){a.startAnimate(Date.now(),d,u,p,l,e.step,h,m)},this.duration/100-c):this.interval=window.setTimeout(function(){a.progressTime=a.percent=0,a.enableProgress&&(a.getProgress().style[m?"height":"width"]="0%"),a.element.setAttribute("aria-valuenow","0"),a.hideSpin()},100))},t.prototype.startContAnimate=function(){var e=this,t=this.element.getElementsByClassName(p)[0];"None"!==this.animationSettings.effect?new s.Animation({}).animate(t,{duration:this.animationSettings.duration,name:"Progress"+this.animationSettings.effect,timingFunction:this.animationSettings.easing,begin:function(){"Center"===e.spinSettings.position&&e.setSpinnerSize()},end:function(){t.classList.add("e-animate-end")}}):"Center"===this.spinSettings.position&&this.setSpinnerSize()},t.prototype.finishProgress=function(){var e=this.element.classList,t=e.contains("e-vertical");e.add("e-progress-active");for(var i=this.percent;i<100;i++)i+=10,i>100&&(i=100),this.enableProgress&&(this.getProgress().style[t?"height":"width"]=this.percent<100?i+"%":"100%");this.element.setAttribute("aria-valuenow","0"),this.hideSpin();var n={step:this.step,currentDuration:this.progressTime,percent:100};clearTimeout(this.interval),this.trigger("end",n),this.progressTime=this.percent=0},t.prototype.setSpinnerSize=function(){var e=this.element.getElementsByClassName(p)[0],t=this.getSpinner();t.style.width=Math.max(t.offsetWidth,e.offsetWidth)+"px",t.style.height=Math.max(t.offsetHeight,e.offsetHeight)+"px",e.classList.add("e-cont-animate")},t.prototype.hideSpin=function(){var e=this.element.getElementsByClassName(p)[0];if(this.element.classList.contains("e-hide-spinner")||i.i(o.hideSpinner)(this.element),this.element.classList.remove("e-progress-active"),"None"!==this.animationSettings.effect&&e.classList.remove("e-animate-end"),"Center"===this.spinSettings.position){var t=this.getSpinner();e.classList.remove("e-cont-animate"),t.style.width="auto",t.style.height="auto"}},t.prototype.setIconSpan=function(){var e=this.element.getElementsByClassName(p)[0],t=this.element.getElementsByClassName("e-btn-icon")[0];!e.childNodes[0]||"Left"!==this.iconPosition&&"Top"!==this.iconPosition?e.appendChild(t):e.insertBefore(t,e.childNodes[0])},t.prototype.setAria=function(){i.i(s.attributes)(this.element,{"aria-label":this.element.textContent+" progress","aria-valuemin":"0","aria-valuemax":"100","aria-valuenow":"0"})},t.prototype.wireEvents=function(){s.EventHandler.add(this.element,"click",this.clickHandler,this)},t.prototype.unWireEvents=function(){s.EventHandler.remove(this.element,"click",this.clickHandler)},t.prototype.onPropertyChanged=function(t,n){var r=this.element,a=!1;this.element.querySelector(".e-spinner-pane").classList.contains("e-spin-show")&&(a=!0),e.prototype.onPropertyChanged.call(this,t,n);for(var p=0,l=Object.keys(t);p<l.length;p++){switch(l[p]){case"content":this.setContent(),this.createSpinner(),a&&(i.i(o.showSpinner)(this.element),a=!1),this.enableProgress&&this.createProgress(),r.setAttribute("aria-label",r.textContent+" progress");break;case"iconCss":n.iconCss||this.setIconSpan();break;case"iconPosition":this.setIconSpan();break;case"enableProgress":t.enableProgress?this.createProgress():i.i(s.remove)(this.getProgress());break;case"spinSettings":t.spinSettings.position&&(r.classList.remove("e-spin-"+n.spinSettings.position.toLowerCase()),this.setSpinPosition(this.getSpinner())),(t.spinSettings.template||t.spinSettings.width)&&(r.removeChild(this.getSpinner()),this.createSpinner())}}},t.prototype.focusIn=function(){this.element.focus()},a([i.i(s.Property)(!1)],t.prototype,"enableProgress",void 0),a([i.i(s.Property)(2e3)],t.prototype,"duration",void 0),a([i.i(s.Property)("Left")],t.prototype,"iconPosition",void 0),a([i.i(s.Property)("")],t.prototype,"iconCss",void 0),a([i.i(s.Property)(!1)],t.prototype,"disabled",void 0),a([i.i(s.Property)(!1)],t.prototype,"isPrimary",void 0),a([i.i(s.Property)("")],t.prototype,"cssClass",void 0),a([i.i(s.Property)("")],t.prototype,"content",void 0),a([i.i(s.Property)(!1)],t.prototype,"isToggle",void 0),a([i.i(s.Property)(!1)],t.prototype,"enableHtmlSanitizer",void 0),a([i.i(s.Complex)({},l)],t.prototype,"spinSettings",void 0),a([i.i(s.Complex)({},c)],t.prototype,"animationSettings",void 0),a([i.i(s.Event)()],t.prototype,"created",void 0),a([i.i(s.Event)()],t.prototype,"begin",void 0),a([i.i(s.Event)()],t.prototype,"progress",void 0),a([i.i(s.Event)()],t.prototype,"end",void 0),a([i.i(s.Event)()],t.prototype,"fail",void 0),t=a([s.NotifyPropertyChanges],t)}(n.Button)},function(e,t,i){"use strict";i.d(t,"a",function(){return d}),i.d(t,"b",function(){return h});var n=i(0),s=(i.n(n),i(2)),o=(i.n(s),i(1)),r=i(3),a=this&&this.__extends||function(){var e=function(t,i){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var i in t)t.hasOwnProperty(i)&&(e[i]=t[i])})(t,i)};return function(t,i){function n(){this.constructor=t}e(t,i),t.prototype=null===i?Object.create(i):(n.prototype=i.prototype,new n)}}(),p=this&&this.__decorate||function(e,t,i,n){var s,o=arguments.length,r=o<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,i):n;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)r=Reflect.decorate(e,t,i,n);else for(var a=e.length-1;a>=0;a--)(s=e[a])&&(r=(o<3?s(r):o>3?s(t,i,r):s(t,i))||r);return o>3&&r&&Object.defineProperty(t,i,r),r},l="e-rtl",c="EJS-SPLITBUTTON",d=function(e){function t(t,i){return e.call(this,t,i)||this}return a(t,e),t.prototype.preRender=function(){var e=this.element;if(e.tagName===c){for(var t=i.i(n.getValue)("ej2_instances",e),s=this.createElement("button",{attrs:{type:"button"}}),o=this.createElement(c,{className:"e-"+this.getModuleName()+"-wrapper"}),r=0,a=e.attributes.length;r<a;r++)s.setAttribute(e.attributes[r].nodeName,e.attributes[r].nodeValue);e.parentNode.insertBefore(o,e),i.i(n.detach)(e),e=s,o.appendChild(e),i.i(n.setValue)("ej2_instances",t,e),this.wrapper=o,this.element=e}this.element.id||(this.element.id=i.i(n.getUniqueID)("e-"+this.getModuleName()))},t.prototype.render=function(){this.initWrapper(),this.createPrimaryButton(),this.renderControl()},t.prototype.renderControl=function(){this.createSecondaryButton(),this.setActiveElem([this.element,this.secondaryBtnObj.element]),this.setAria(),this.wireEvents(),this.renderComplete()},t.prototype.addItems=function(t,i){e.prototype.addItems.call(this,t,i),this.secondaryBtnObj.items=this.items},t.prototype.removeItems=function(t,i){e.prototype.removeItems.call(this,t,i),this.secondaryBtnObj.items=this.items},t.prototype.initWrapper=function(){this.wrapper||(this.wrapper=this.createElement("div",{className:"e-"+this.getModuleName()+"-wrapper"}),this.element.parentNode.insertBefore(this.wrapper,this.element)),this.element.classList.remove("e-"+this.getModuleName()),this.enableRtl&&this.wrapper.classList.add(l),this.cssClass&&i.i(n.addClass)([this.wrapper],this.cssClass.split(" "))},t.prototype.createPrimaryButton=function(){var e={cssClass:this.cssClass,enableRtl:this.enableRtl,iconCss:this.iconCss,iconPosition:this.iconPosition,content:this.content,disabled:this.disabled};this.primaryBtnObj=new s.Button(e),this.primaryBtnObj.createElement=this.createElement,this.primaryBtnObj.appendTo(this.element),this.element.classList.add("e-"+this.getModuleName()),this.element.type="button",this.wrapper.appendChild(this.element)},t.prototype.createSecondaryButton=function(){var e=this,t=this.createElement("button",{className:"e-icon-btn",attrs:{tabindex:"-1"},id:this.element.id+"_dropdownbtn"});this.wrapper.appendChild(t);var i={cssClass:this.cssClass,disabled:this.disabled,enableRtl:this.enableRtl,items:this.items,target:this.target,createPopupOnClick:this.createPopupOnClick};i.beforeItemRender=function(t){e.createPopupOnClick&&(e.secondaryBtnObj.dropDown.relateTo=e.wrapper,e.dropDown=e.secondaryBtnObj.dropDown),e.trigger("beforeItemRender",t)},i.open=function(t){e.trigger("open",t)},i.close=function(t){e.trigger("close",t)},i.select=function(t){e.trigger("select",t)},i.beforeOpen=function(t){var i=new h;return e.trigger("beforeOpen",t,function(e){i.resolve(e)}),i},i.beforeClose=function(t){var i=new h;return e.trigger("beforeClose",t,function(e){i.resolve(e)}),i},this.secondaryBtnObj=new r.a(i),this.secondaryBtnObj.createElement=this.createElement,this.secondaryBtnObj.appendTo(t),this.createPopupOnClick||(this.secondaryBtnObj.dropDown.relateTo=this.wrapper,this.dropDown=this.secondaryBtnObj.dropDown),this.secondaryBtnObj.activeElem=[this.element,this.secondaryBtnObj.element],this.secondaryBtnObj.element.querySelector(".e-btn-icon").classList.remove("e-icon-right")},t.prototype.setAria=function(){i.i(n.attributes)(this.element,{"aria-expanded":"false","aria-haspopup":"true","aria-label":this.element.textContent+" splitbutton","aria-owns":this.element.id+"_dropdownbtn-popup"})},t.prototype.getModuleName=function(){return"split-btn"},t.prototype.toggle=function(){this.secondaryBtnObj.toggle()},t.prototype.destroy=function(){var t=this,s=[l];if(this.cssClass&&(s=s.concat(this.cssClass.split(" "))),this.element){var o=document.getElementById(this.element.id);o&&o.parentElement===this.wrapper&&(this.wrapper.tagName===c?(this.wrapper.innerHTML="",i.i(n.removeClass)([this.wrapper],["e-rtl","e-"+this.getModuleName()+"-wrapper"]),i.i(n.removeClass)([this.wrapper],this.cssClass.split(" "))):(i.i(n.removeClass)([this.element],s),["aria-label","aria-haspopup","aria-expanded","aria-owns","type"].forEach(function(e){t.element.removeAttribute(e)}),this.wrapper.parentNode.insertBefore(this.element,this.wrapper),i.i(n.remove)(this.wrapper)),this.unWireEvents())}this.primaryBtnObj.destroy(),this.secondaryBtnObj.destroy(),e.prototype.destroy.call(this),this.element.getAttribute("class")||this.element.removeAttribute("class")},t.prototype.wireEvents=function(){n.EventHandler.add(this.element,"click",this.primaryBtnClickHandler,this),new n.KeyboardEvents(this.element,{keyAction:this.btnKeyBoardHandler.bind(this),keyConfigs:{altdownarrow:"alt+downarrow"}})},t.prototype.unWireEvents=function(){n.EventHandler.remove(this.element,"click",this.primaryBtnClickHandler),i.i(n.getInstance)(this.element,n.KeyboardEvents).destroy()},t.prototype.primaryBtnClickHandler=function(){this.trigger("click",{element:this.element})},t.prototype.btnKeyBoardHandler=function(e){switch(e.action){case"altdownarrow":this.clickHandler(e)}},t.prototype.onPropertyChanged=function(e,t){var s=["content","iconCss","iconPosition","cssClass","disabled","enableRtl"];this.primaryBtnObj.setProperties(i.i(o.a)(e,s)),s=["beforeOpen","beforeItemRender","select","open","close","cssClass","disabled","enableRtl","createPopupOnClick"],Object.keys(e).indexOf("items")>-1&&(this.secondaryBtnObj.items=e.items,this.secondaryBtnObj.dataBind()),this.secondaryBtnObj.setProperties(i.i(o.a)(e,s));for(var r=0,a=Object.keys(e);r<a.length;r++){switch(a[r]){case"cssClass":t.cssClass&&i.i(n.removeClass)([this.wrapper],t.cssClass.split(" ")),i.i(n.addClass)([this.wrapper],e.cssClass.split(" "));break;case"enableRtl":e.enableRtl?i.i(n.addClass)([this.wrapper],l):i.i(n.removeClass)([this.wrapper],l)}}},t.prototype.focusIn=function(){this.element.focus()},p([i.i(n.Property)("")],t.prototype,"content",void 0),p([i.i(n.Property)("")],t.prototype,"cssClass",void 0),p([i.i(n.Property)(!1)],t.prototype,"disabled",void 0),p([i.i(n.Property)("")],t.prototype,"iconCss",void 0),p([i.i(n.Property)("Left")],t.prototype,"iconPosition",void 0),p([i.i(n.Property)(!1)],t.prototype,"createPopupOnClick",void 0),p([i.i(n.Collection)([],o.b)],t.prototype,"items",void 0),p([i.i(n.Property)("")],t.prototype,"target",void 0),p([i.i(n.Event)()],t.prototype,"beforeItemRender",void 0),p([i.i(n.Event)()],t.prototype,"beforeOpen",void 0),p([i.i(n.Event)()],t.prototype,"beforeClose",void 0),p([i.i(n.Event)()],t.prototype,"click",void 0),p([i.i(n.Event)()],t.prototype,"close",void 0),p([i.i(n.Event)()],t.prototype,"open",void 0),p([i.i(n.Event)()],t.prototype,"select",void 0),p([i.i(n.Event)()],t.prototype,"created",void 0),t=p([n.NotifyPropertyChanges],t)}(r.a),h=function(){function e(){var e=this;this.promise=new Promise(function(t,i){e.resolve=t,e.reject=i}),this.catch=this.promise.catch.bind(this.promise),this.then=this.promise.then.bind(this.promise)}return e}()}])});
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-splitbuttons.umd.min.js
|
|
3
|
-
* version : 20.
|
|
3
|
+
* version : 20.3.47
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
|
|
5
5
|
* Use of this code is subject to the terms of our license.
|
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-splitbuttons.min.js
|
|
3
|
-
* version : 20.
|
|
3
|
+
* version : 20.3.47
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
|
|
5
5
|
* Use of this code is subject to the terms of our license.
|
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|
package/dist/global/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: index.d.ts
|
|
3
|
-
* version : 20.
|
|
3
|
+
* version : 20.3.47
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
|
|
5
5
|
* Use of this code is subject to the terms of our license.
|
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-splitbuttons@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-splitbuttons@
|
|
3
|
+
"_id": "@syncfusion/ej2-splitbuttons@19.12.0",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-NGJ+syOLB85A7O0dMz23RD0p1tNYKfaXLRPZihtKZCiX8w3/vrp7FBfx0jWjIHvujfPHhMySBNYP7oWzluIx7Q==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-splitbuttons",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -23,6 +23,7 @@
|
|
|
23
23
|
"/@syncfusion/ej2-documenteditor",
|
|
24
24
|
"/@syncfusion/ej2-filemanager",
|
|
25
25
|
"/@syncfusion/ej2-grids",
|
|
26
|
+
"/@syncfusion/ej2-image-editor",
|
|
26
27
|
"/@syncfusion/ej2-inplace-editor",
|
|
27
28
|
"/@syncfusion/ej2-inputs",
|
|
28
29
|
"/@syncfusion/ej2-pivotview",
|
|
@@ -31,8 +32,8 @@
|
|
|
31
32
|
"/@syncfusion/ej2-richtexteditor",
|
|
32
33
|
"/@syncfusion/ej2-vue-splitbuttons"
|
|
33
34
|
],
|
|
34
|
-
"_resolved": "http://nexus.syncfusion.com/repository/ej2-
|
|
35
|
-
"_shasum": "
|
|
35
|
+
"_resolved": "http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-splitbuttons/-/ej2-splitbuttons-19.12.0.tgz",
|
|
36
|
+
"_shasum": "a349e55d47efdf3feaac19a42167812ef17fac9e",
|
|
36
37
|
"_spec": "@syncfusion/ej2-splitbuttons@*",
|
|
37
38
|
"_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
|
|
38
39
|
"author": {
|
|
@@ -43,13 +44,13 @@
|
|
|
43
44
|
},
|
|
44
45
|
"bundleDependencies": false,
|
|
45
46
|
"dependencies": {
|
|
46
|
-
"@syncfusion/ej2-base": "~20.
|
|
47
|
-
"@syncfusion/ej2-popups": "~20.
|
|
47
|
+
"@syncfusion/ej2-base": "~20.3.47",
|
|
48
|
+
"@syncfusion/ej2-popups": "~20.3.47"
|
|
48
49
|
},
|
|
49
50
|
"deprecated": false,
|
|
50
51
|
"description": "A package of feature-rich Essential JS 2 components such as DropDownButton, SplitButton, ProgressButton and ButtonGroup.",
|
|
51
52
|
"devDependencies": {},
|
|
52
|
-
"es2015": "./dist/es6/ej2-splitbuttons.
|
|
53
|
+
"es2015": "./dist/es6/ej2-splitbuttons.es5.js",
|
|
53
54
|
"homepage": "https://github.com/syncfusion/ej2-javascript-ui-controls#readme",
|
|
54
55
|
"keywords": [
|
|
55
56
|
"ej2",
|
|
@@ -87,6 +88,6 @@
|
|
|
87
88
|
"url": "git+https://github.com/syncfusion/ej2-javascript-ui-controls.git"
|
|
88
89
|
},
|
|
89
90
|
"typings": "index.d.ts",
|
|
90
|
-
"version": "20.
|
|
91
|
+
"version": "20.3.47",
|
|
91
92
|
"sideEffects": false
|
|
92
93
|
}
|
|
@@ -74,10 +74,10 @@ export interface DropDownButtonModel extends ComponentModel{
|
|
|
74
74
|
target?: string | Element;
|
|
75
75
|
|
|
76
76
|
/**
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
77
|
+
* Specifies the event to close the DropDownButton popup.
|
|
78
|
+
*
|
|
79
|
+
* @default ""
|
|
80
|
+
*/
|
|
81
81
|
closeActionEvents?: string;
|
|
82
82
|
|
|
83
83
|
/**
|
|
@@ -212,6 +212,24 @@
|
|
|
212
212
|
border-bottom-color: #414141;
|
|
213
213
|
}
|
|
214
214
|
|
|
215
|
+
.e-dropdown-btn.e-inherit,
|
|
216
|
+
.e-dropdown-btn.e-btn.e-inherit {
|
|
217
|
+
background: inherit;
|
|
218
|
+
border-color: transparent;
|
|
219
|
+
box-shadow: none;
|
|
220
|
+
color: inherit;
|
|
221
|
+
}
|
|
222
|
+
.e-dropdown-btn.e-inherit:hover, .e-dropdown-btn.e-inherit:focus, .e-dropdown-btn.e-inherit:active, .e-dropdown-btn.e-inherit.e-active,
|
|
223
|
+
.e-dropdown-btn.e-btn.e-inherit:hover,
|
|
224
|
+
.e-dropdown-btn.e-btn.e-inherit:focus,
|
|
225
|
+
.e-dropdown-btn.e-btn.e-inherit:active,
|
|
226
|
+
.e-dropdown-btn.e-btn.e-inherit.e-active {
|
|
227
|
+
background-color: rgba(0, 0, 0, 0.056);
|
|
228
|
+
border-color: transparent;
|
|
229
|
+
box-shadow: none;
|
|
230
|
+
color: inherit;
|
|
231
|
+
}
|
|
232
|
+
|
|
215
233
|
/*! splitbutton layout */
|
|
216
234
|
.e-split-btn-wrapper {
|
|
217
235
|
display: -ms-inline-flexbox;
|
|
@@ -522,6 +540,7 @@
|
|
|
522
540
|
border-left-color: #676767;
|
|
523
541
|
}
|
|
524
542
|
|
|
543
|
+
/* stylelint-disable */
|
|
525
544
|
*.e-btn-group,
|
|
526
545
|
*.e-css.e-btn-group {
|
|
527
546
|
display: -ms-inline-flexbox;
|
|
@@ -758,6 +777,7 @@
|
|
|
758
777
|
font-size: 14px;
|
|
759
778
|
}
|
|
760
779
|
|
|
780
|
+
/* stylelint-disable */
|
|
761
781
|
.e-btn-group:not(.e-outline),
|
|
762
782
|
.e-css.e-btn-group:not(.e-outline) {
|
|
763
783
|
box-shadow: none;
|
|
@@ -1273,6 +1293,7 @@
|
|
|
1273
1293
|
border-right: transparent;
|
|
1274
1294
|
}
|
|
1275
1295
|
|
|
1296
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
1276
1297
|
@keyframes material-spinner-rotate {
|
|
1277
1298
|
0% {
|
|
1278
1299
|
transform: rotate(0);
|
|
@@ -1771,19 +1792,19 @@
|
|
|
1771
1792
|
}
|
|
1772
1793
|
|
|
1773
1794
|
*.e-flat.e-primary .e-progress {
|
|
1774
|
-
background-color: rgba(255,
|
|
1795
|
+
background-color: rgba(255, 64, 129, 0.2);
|
|
1775
1796
|
}
|
|
1776
1797
|
*.e-flat.e-success .e-progress {
|
|
1777
|
-
background-color: rgba(
|
|
1798
|
+
background-color: rgba(77, 132, 29, 0.2);
|
|
1778
1799
|
}
|
|
1779
1800
|
*.e-flat.e-info .e-progress {
|
|
1780
|
-
background-color: rgba(
|
|
1801
|
+
background-color: rgba(3, 120, 213, 0.2);
|
|
1781
1802
|
}
|
|
1782
1803
|
*.e-flat.e-warning .e-progress {
|
|
1783
|
-
background-color: rgba(
|
|
1804
|
+
background-color: rgba(193, 87, 0, 0.2);
|
|
1784
1805
|
}
|
|
1785
1806
|
*.e-flat.e-danger .e-progress {
|
|
1786
|
-
background-color: rgba(
|
|
1807
|
+
background-color: rgba(214, 65, 19, 0.2);
|
|
1787
1808
|
}
|
|
1788
1809
|
|
|
1789
1810
|
*.e-outline:not(:focus).e-primary .e-progress {
|
package/styles/bootstrap.css
CHANGED
|
@@ -212,6 +212,24 @@
|
|
|
212
212
|
border-bottom-color: #e6e6e6;
|
|
213
213
|
}
|
|
214
214
|
|
|
215
|
+
.e-dropdown-btn.e-inherit,
|
|
216
|
+
.e-dropdown-btn.e-btn.e-inherit {
|
|
217
|
+
background: inherit;
|
|
218
|
+
border-color: transparent;
|
|
219
|
+
box-shadow: none;
|
|
220
|
+
color: inherit;
|
|
221
|
+
}
|
|
222
|
+
.e-dropdown-btn.e-inherit:hover, .e-dropdown-btn.e-inherit:focus, .e-dropdown-btn.e-inherit:active, .e-dropdown-btn.e-inherit.e-active,
|
|
223
|
+
.e-dropdown-btn.e-btn.e-inherit:hover,
|
|
224
|
+
.e-dropdown-btn.e-btn.e-inherit:focus,
|
|
225
|
+
.e-dropdown-btn.e-btn.e-inherit:active,
|
|
226
|
+
.e-dropdown-btn.e-btn.e-inherit.e-active {
|
|
227
|
+
background-color: rgba(0, 0, 0, 0.056);
|
|
228
|
+
border-color: transparent;
|
|
229
|
+
box-shadow: none;
|
|
230
|
+
color: inherit;
|
|
231
|
+
}
|
|
232
|
+
|
|
215
233
|
/*! splitbutton layout */
|
|
216
234
|
.e-split-btn-wrapper {
|
|
217
235
|
display: -ms-inline-flexbox;
|
|
@@ -522,6 +540,7 @@
|
|
|
522
540
|
border-left-color: #adadad;
|
|
523
541
|
}
|
|
524
542
|
|
|
543
|
+
/* stylelint-disable */
|
|
525
544
|
*.e-btn-group,
|
|
526
545
|
*.e-css.e-btn-group {
|
|
527
546
|
display: -ms-inline-flexbox;
|
|
@@ -758,6 +777,7 @@
|
|
|
758
777
|
font-size: 14px;
|
|
759
778
|
}
|
|
760
779
|
|
|
780
|
+
/* stylelint-disable */
|
|
761
781
|
.e-btn-group:not(.e-outline),
|
|
762
782
|
.e-css.e-btn-group:not(.e-outline) {
|
|
763
783
|
box-shadow: none;
|
|
@@ -1246,6 +1266,7 @@
|
|
|
1246
1266
|
border-color: #4e0d14;
|
|
1247
1267
|
outline-color: inherit;
|
|
1248
1268
|
}
|
|
1269
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
1249
1270
|
@keyframes material-spinner-rotate {
|
|
1250
1271
|
0% {
|
|
1251
1272
|
transform: rotate(0);
|
package/styles/bootstrap4.css
CHANGED
|
@@ -207,6 +207,24 @@
|
|
|
207
207
|
border-bottom-color: #6c757d;
|
|
208
208
|
}
|
|
209
209
|
|
|
210
|
+
.e-dropdown-btn.e-inherit,
|
|
211
|
+
.e-dropdown-btn.e-btn.e-inherit {
|
|
212
|
+
background: inherit;
|
|
213
|
+
border-color: transparent;
|
|
214
|
+
box-shadow: none;
|
|
215
|
+
color: inherit;
|
|
216
|
+
}
|
|
217
|
+
.e-dropdown-btn.e-inherit:hover, .e-dropdown-btn.e-inherit:focus, .e-dropdown-btn.e-inherit:active, .e-dropdown-btn.e-inherit.e-active,
|
|
218
|
+
.e-dropdown-btn.e-btn.e-inherit:hover,
|
|
219
|
+
.e-dropdown-btn.e-btn.e-inherit:focus,
|
|
220
|
+
.e-dropdown-btn.e-btn.e-inherit:active,
|
|
221
|
+
.e-dropdown-btn.e-btn.e-inherit.e-active {
|
|
222
|
+
background-color: rgba(0, 0, 0, 0.056);
|
|
223
|
+
border-color: transparent;
|
|
224
|
+
box-shadow: none;
|
|
225
|
+
color: inherit;
|
|
226
|
+
}
|
|
227
|
+
|
|
210
228
|
/*! splitbutton layout */
|
|
211
229
|
.e-split-btn-wrapper {
|
|
212
230
|
display: -ms-inline-flexbox;
|
|
@@ -505,6 +523,7 @@
|
|
|
505
523
|
border-left-color: #545b62;
|
|
506
524
|
}
|
|
507
525
|
|
|
526
|
+
/* stylelint-disable */
|
|
508
527
|
*.e-btn-group,
|
|
509
528
|
*.e-css.e-btn-group {
|
|
510
529
|
display: -ms-inline-flexbox;
|
|
@@ -741,6 +760,7 @@
|
|
|
741
760
|
font-size: 16px;
|
|
742
761
|
}
|
|
743
762
|
|
|
763
|
+
/* stylelint-disable */
|
|
744
764
|
.e-btn-group:not(.e-outline),
|
|
745
765
|
.e-css.e-btn-group:not(.e-outline) {
|
|
746
766
|
box-shadow: none;
|
|
@@ -1260,6 +1280,7 @@
|
|
|
1260
1280
|
border-right: transparent;
|
|
1261
1281
|
}
|
|
1262
1282
|
|
|
1283
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
1263
1284
|
@keyframes material-spinner-rotate {
|
|
1264
1285
|
0% {
|
|
1265
1286
|
transform: rotate(0);
|
|
@@ -1751,7 +1772,7 @@
|
|
|
1751
1772
|
*.e-success .e-progress,
|
|
1752
1773
|
*.e-danger .e-progress,
|
|
1753
1774
|
*.e-info .e-progress {
|
|
1754
|
-
background-color: rgba(
|
|
1775
|
+
background-color: rgba(255, 255, 255, 0.25);
|
|
1755
1776
|
}
|
|
1756
1777
|
|
|
1757
1778
|
*.e-warning .e-progress {
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/* stylelint-disable-line no-empty-source */
|
|
1
2
|
.e-dropdown-btn .e-caret::before,
|
|
2
3
|
.e-dropdown-btn.e-btn .e-caret::before {
|
|
3
4
|
content: "\e70d";
|
|
@@ -216,6 +217,25 @@
|
|
|
216
217
|
border-bottom-color: #444c54;
|
|
217
218
|
}
|
|
218
219
|
|
|
220
|
+
.e-dropdown-btn.e-inherit,
|
|
221
|
+
.e-dropdown-btn.e-btn.e-inherit {
|
|
222
|
+
background: inherit;
|
|
223
|
+
border-color: transparent;
|
|
224
|
+
box-shadow: none;
|
|
225
|
+
color: inherit;
|
|
226
|
+
}
|
|
227
|
+
.e-dropdown-btn.e-inherit:hover, .e-dropdown-btn.e-inherit:focus, .e-dropdown-btn.e-inherit:active, .e-dropdown-btn.e-inherit.e-active,
|
|
228
|
+
.e-dropdown-btn.e-btn.e-inherit:hover,
|
|
229
|
+
.e-dropdown-btn.e-btn.e-inherit:focus,
|
|
230
|
+
.e-dropdown-btn.e-btn.e-inherit:active,
|
|
231
|
+
.e-dropdown-btn.e-btn.e-inherit.e-active {
|
|
232
|
+
background-color: rgba(0, 0, 0, 0.056);
|
|
233
|
+
border-color: transparent;
|
|
234
|
+
box-shadow: none;
|
|
235
|
+
color: inherit;
|
|
236
|
+
}
|
|
237
|
+
|
|
238
|
+
/* stylelint-disable-line no-empty-source */
|
|
219
239
|
/*! splitbutton layout */
|
|
220
240
|
.e-split-btn-wrapper {
|
|
221
241
|
display: -ms-inline-flexbox;
|
|
@@ -518,6 +538,7 @@
|
|
|
518
538
|
border-left-color: #6c757d;
|
|
519
539
|
}
|
|
520
540
|
|
|
541
|
+
/* stylelint-disable */
|
|
521
542
|
*.e-btn-group,
|
|
522
543
|
*.e-css.e-btn-group {
|
|
523
544
|
display: -ms-inline-flexbox;
|
|
@@ -762,6 +783,7 @@
|
|
|
762
783
|
font-size: 20px;
|
|
763
784
|
}
|
|
764
785
|
|
|
786
|
+
/* stylelint-disable */
|
|
765
787
|
.e-btn-group:not(.e-outline),
|
|
766
788
|
.e-css.e-btn-group:not(.e-outline) {
|
|
767
789
|
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.075);
|
|
@@ -1268,6 +1290,7 @@
|
|
|
1268
1290
|
border-right: transparent;
|
|
1269
1291
|
}
|
|
1270
1292
|
|
|
1293
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
1271
1294
|
@keyframes material-spinner-rotate {
|
|
1272
1295
|
0% {
|
|
1273
1296
|
transform: rotate(0);
|
package/styles/bootstrap5.css
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/* stylelint-disable-line no-empty-source */
|
|
1
2
|
.e-dropdown-btn .e-caret::before,
|
|
2
3
|
.e-dropdown-btn.e-btn .e-caret::before {
|
|
3
4
|
content: "\e70d";
|
|
@@ -216,6 +217,25 @@
|
|
|
216
217
|
border-bottom-color: #dee2e6;
|
|
217
218
|
}
|
|
218
219
|
|
|
220
|
+
.e-dropdown-btn.e-inherit,
|
|
221
|
+
.e-dropdown-btn.e-btn.e-inherit {
|
|
222
|
+
background: inherit;
|
|
223
|
+
border-color: transparent;
|
|
224
|
+
box-shadow: none;
|
|
225
|
+
color: inherit;
|
|
226
|
+
}
|
|
227
|
+
.e-dropdown-btn.e-inherit:hover, .e-dropdown-btn.e-inherit:focus, .e-dropdown-btn.e-inherit:active, .e-dropdown-btn.e-inherit.e-active,
|
|
228
|
+
.e-dropdown-btn.e-btn.e-inherit:hover,
|
|
229
|
+
.e-dropdown-btn.e-btn.e-inherit:focus,
|
|
230
|
+
.e-dropdown-btn.e-btn.e-inherit:active,
|
|
231
|
+
.e-dropdown-btn.e-btn.e-inherit.e-active {
|
|
232
|
+
background-color: rgba(0, 0, 0, 0.056);
|
|
233
|
+
border-color: transparent;
|
|
234
|
+
box-shadow: none;
|
|
235
|
+
color: inherit;
|
|
236
|
+
}
|
|
237
|
+
|
|
238
|
+
/* stylelint-disable-line no-empty-source */
|
|
219
239
|
/*! splitbutton layout */
|
|
220
240
|
.e-split-btn-wrapper {
|
|
221
241
|
display: -ms-inline-flexbox;
|
|
@@ -518,6 +538,7 @@
|
|
|
518
538
|
border-left-color: #6c757d;
|
|
519
539
|
}
|
|
520
540
|
|
|
541
|
+
/* stylelint-disable */
|
|
521
542
|
*.e-btn-group,
|
|
522
543
|
*.e-css.e-btn-group {
|
|
523
544
|
display: -ms-inline-flexbox;
|
|
@@ -762,6 +783,7 @@
|
|
|
762
783
|
font-size: 20px;
|
|
763
784
|
}
|
|
764
785
|
|
|
786
|
+
/* stylelint-disable */
|
|
765
787
|
.e-btn-group:not(.e-outline),
|
|
766
788
|
.e-css.e-btn-group:not(.e-outline) {
|
|
767
789
|
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.075);
|
|
@@ -1268,6 +1290,7 @@
|
|
|
1268
1290
|
border-right: transparent;
|
|
1269
1291
|
}
|
|
1270
1292
|
|
|
1293
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
1271
1294
|
@keyframes material-spinner-rotate {
|
|
1272
1295
|
0% {
|
|
1273
1296
|
transform: rotate(0);
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
//default
|
|
1
|
+
//default
|
|
2
2
|
$btn-grp-margin: -1px !default;
|
|
3
3
|
$btn-grp-margin-left: -1px !default;
|
|
4
4
|
$btn-grp-wrapper-border: 4px !default;
|
|
@@ -29,4 +29,5 @@ $btn-grp-outline-focus-warning-color: inherit !default;
|
|
|
29
29
|
//Outline danger
|
|
30
30
|
$btn-grp-outline-danger-focus-border-color: inherit !default;
|
|
31
31
|
$btn-grp-outline-focus-danger-color: inherit !default;
|
|
32
|
+
|
|
32
33
|
//enddefault
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
//default
|
|
1
|
+
//default
|
|
2
2
|
$btn-grp-margin: -1px !default;
|
|
3
3
|
$btn-grp-margin-left: 0 !default;
|
|
4
4
|
$btn-grp-wrapper-border: 0 !default;
|
|
@@ -29,4 +29,5 @@ $btn-grp-outline-focus-warning-color: $btn-warning-active-color !default;
|
|
|
29
29
|
//Outline danger
|
|
30
30
|
$btn-grp-outline-danger-focus-border-color: inherit !default;
|
|
31
31
|
$btn-grp-outline-focus-danger-color: $btn-danger-active-color !default;
|
|
32
|
+
|
|
32
33
|
//enddefault
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
@mixin different-states {
|
|
32
32
|
// Outline focus
|
|
33
33
|
.e-btn:focus,
|
|
34
|
-
input:focus+label.e-btn {
|
|
34
|
+
input:focus + label.e-btn {
|
|
35
35
|
&.e-outline {
|
|
36
36
|
border-color: $btn-grp-outline-focus-border-color;
|
|
37
37
|
outline-color: $btn-grp-outline-focus-color;
|
|
@@ -59,8 +59,8 @@
|
|
|
59
59
|
&.e-danger {
|
|
60
60
|
border-color: $btn-grp-outline-danger-focus-border-color;
|
|
61
61
|
outline-color: $btn-grp-outline-focus-danger-color;
|
|
62
|
-
|
|
63
|
-
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
64
|
}
|
|
65
65
|
}
|
|
66
66
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
//default
|
|
1
|
+
//default
|
|
2
2
|
$btn-grp-margin: -1px !default;
|
|
3
3
|
$btn-grp-margin-left: 0 !default;
|
|
4
4
|
$btn-grp-wrapper-border: 0 !default;
|
|
@@ -13,7 +13,7 @@ $btn-grp-outline-focus-border-color: $bg-base-100 !default;
|
|
|
13
13
|
$btn-grp-outline-focus-color: inherit !default;
|
|
14
14
|
|
|
15
15
|
//Outline Primary
|
|
16
|
-
$btn-grp-outline-primary-focus-border-color: inherit !default
|
|
16
|
+
$btn-grp-outline-primary-focus-border-color: inherit !default;
|
|
17
17
|
$btn-grp-outline-focus-primary-color: $primary-outline-color !default;
|
|
18
18
|
|
|
19
19
|
//Outline Success
|
|
@@ -31,5 +31,5 @@ $btn-grp-outline-focus-warning-color: inherit !default;
|
|
|
31
31
|
//Outline danger
|
|
32
32
|
$btn-grp-outline-danger-focus-border-color: inherit !default;
|
|
33
33
|
$btn-grp-outline-focus-danger-color: inherit !default;
|
|
34
|
-
//enddefault
|
|
35
34
|
|
|
35
|
+
//enddefault
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
//default
|
|
1
|
+
//default
|
|
2
2
|
$btn-grp-margin: -1px !default;
|
|
3
3
|
$btn-grp-margin-left: 0 !default;
|
|
4
4
|
$btn-grp-wrapper-border: 2px !default;
|
|
@@ -29,4 +29,5 @@ $btn-grp-outline-focus-warning-color: inherit !default;
|
|
|
29
29
|
//Outline danger
|
|
30
30
|
$btn-grp-outline-danger-focus-border-color: inherit !default;
|
|
31
31
|
$btn-grp-outline-focus-danger-color: inherit !default;
|
|
32
|
+
|
|
32
33
|
//enddefault
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/* stylelint-disable */
|
|
1
2
|
*.e-btn-group,
|
|
2
3
|
*.e-css.e-btn-group {
|
|
3
4
|
display: -ms-inline-flexbox;
|
|
@@ -234,6 +235,7 @@
|
|
|
234
235
|
font-size: 14px;
|
|
235
236
|
}
|
|
236
237
|
|
|
238
|
+
/* stylelint-disable */
|
|
237
239
|
.e-btn-group:not(.e-outline),
|
|
238
240
|
.e-css.e-btn-group:not(.e-outline) {
|
|
239
241
|
box-shadow: none;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/* stylelint-disable */
|
|
1
2
|
*.e-btn-group,
|
|
2
3
|
*.e-css.e-btn-group {
|
|
3
4
|
display: -ms-inline-flexbox;
|
|
@@ -234,6 +235,7 @@
|
|
|
234
235
|
font-size: 14px;
|
|
235
236
|
}
|
|
236
237
|
|
|
238
|
+
/* stylelint-disable */
|
|
237
239
|
.e-btn-group:not(.e-outline),
|
|
238
240
|
.e-css.e-btn-group:not(.e-outline) {
|
|
239
241
|
box-shadow: none;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/* stylelint-disable */
|
|
1
2
|
*.e-btn-group,
|
|
2
3
|
*.e-css.e-btn-group {
|
|
3
4
|
display: -ms-inline-flexbox;
|
|
@@ -234,6 +235,7 @@
|
|
|
234
235
|
font-size: 16px;
|
|
235
236
|
}
|
|
236
237
|
|
|
238
|
+
/* stylelint-disable */
|
|
237
239
|
.e-btn-group:not(.e-outline),
|
|
238
240
|
.e-css.e-btn-group:not(.e-outline) {
|
|
239
241
|
box-shadow: none;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/* stylelint-disable */
|
|
1
2
|
*.e-btn-group,
|
|
2
3
|
*.e-css.e-btn-group {
|
|
3
4
|
display: -ms-inline-flexbox;
|
|
@@ -242,6 +243,7 @@
|
|
|
242
243
|
font-size: 20px;
|
|
243
244
|
}
|
|
244
245
|
|
|
246
|
+
/* stylelint-disable */
|
|
245
247
|
.e-btn-group:not(.e-outline),
|
|
246
248
|
.e-css.e-btn-group:not(.e-outline) {
|
|
247
249
|
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.075);
|