@syncfusion/ej2-vue-splitbuttons 19.4.48 → 20.1.55

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.
Files changed (105) hide show
  1. package/CHANGELOG.md +1 -3
  2. package/README.md +1 -1
  3. package/dist/ej2-vue-splitbuttons.umd.min.js +29 -2
  4. package/dist/ej2-vue-splitbuttons.umd.min.js.map +1 -1
  5. package/dist/es6/ej2-vue-splitbuttons.es2015.js +117 -11
  6. package/dist/es6/ej2-vue-splitbuttons.es2015.js.map +1 -1
  7. package/dist/es6/ej2-vue-splitbuttons.es5.js +78 -9
  8. package/dist/es6/ej2-vue-splitbuttons.es5.js.map +1 -1
  9. package/dist/global/ej2-vue-splitbuttons.min.js +2 -2
  10. package/package.json +8 -8
  11. package/src/drop-down-button/dropdownbutton.component.d.ts +1 -0
  12. package/src/drop-down-button/dropdownbutton.component.js +10 -1
  13. package/src/drop-down-button/items.directive.d.ts +3 -1
  14. package/src/drop-down-button/items.directive.js +24 -2
  15. package/src/progress-button/progressbutton.component.d.ts +1 -0
  16. package/src/progress-button/progressbutton.component.js +10 -1
  17. package/src/split-button/items.directive.d.ts +3 -1
  18. package/src/split-button/items.directive.js +24 -2
  19. package/src/split-button/splitbutton.component.d.ts +1 -0
  20. package/src/split-button/splitbutton.component.js +10 -1
  21. package/styles/bootstrap-dark.css +49 -375
  22. package/styles/bootstrap.css +49 -370
  23. package/styles/bootstrap4.css +57 -379
  24. package/styles/bootstrap5-dark.css +84 -389
  25. package/styles/bootstrap5.css +82 -387
  26. package/styles/button-group/bootstrap-dark.css +1 -106
  27. package/styles/button-group/bootstrap.css +1 -100
  28. package/styles/button-group/bootstrap4.css +5 -111
  29. package/styles/button-group/bootstrap5-dark.css +3 -108
  30. package/styles/button-group/bootstrap5.css +1 -106
  31. package/styles/button-group/fabric-dark.css +1 -106
  32. package/styles/button-group/fabric.css +1 -106
  33. package/styles/button-group/fluent-dark.css +761 -0
  34. package/styles/button-group/fluent-dark.scss +1 -0
  35. package/styles/button-group/fluent.css +761 -0
  36. package/styles/button-group/fluent.scss +1 -0
  37. package/styles/button-group/highcontrast-light.css +1 -106
  38. package/styles/button-group/highcontrast.css +1 -118
  39. package/styles/button-group/material-dark.css +1 -106
  40. package/styles/button-group/material.css +1 -107
  41. package/styles/button-group/tailwind-dark.css +1 -102
  42. package/styles/button-group/tailwind.css +1 -102
  43. package/styles/drop-down-button/bootstrap-dark.css +2 -36
  44. package/styles/drop-down-button/bootstrap.css +2 -36
  45. package/styles/drop-down-button/bootstrap4.css +3 -36
  46. package/styles/drop-down-button/bootstrap5-dark.css +10 -43
  47. package/styles/drop-down-button/bootstrap5.css +10 -43
  48. package/styles/drop-down-button/fabric-dark.css +2 -36
  49. package/styles/drop-down-button/fabric.css +2 -36
  50. package/styles/drop-down-button/fluent-dark.css +213 -0
  51. package/styles/drop-down-button/fluent-dark.scss +1 -0
  52. package/styles/drop-down-button/fluent.css +213 -0
  53. package/styles/drop-down-button/fluent.scss +1 -0
  54. package/styles/drop-down-button/highcontrast-light.css +2 -36
  55. package/styles/drop-down-button/highcontrast.css +2 -36
  56. package/styles/drop-down-button/material-dark.css +2 -36
  57. package/styles/drop-down-button/material.css +2 -36
  58. package/styles/drop-down-button/tailwind-dark.css +9 -43
  59. package/styles/drop-down-button/tailwind.css +9 -43
  60. package/styles/fabric-dark.css +49 -375
  61. package/styles/fabric.css +49 -375
  62. package/styles/fluent-dark.css +1818 -0
  63. package/styles/fluent-dark.scss +4 -0
  64. package/styles/fluent.css +1818 -0
  65. package/styles/fluent.scss +4 -0
  66. package/styles/highcontrast-light.css +49 -375
  67. package/styles/highcontrast.css +49 -387
  68. package/styles/material-dark.css +49 -375
  69. package/styles/material.css +49 -376
  70. package/styles/progress-button/bootstrap-dark.css +48 -165
  71. package/styles/progress-button/bootstrap.css +48 -165
  72. package/styles/progress-button/bootstrap4.css +48 -165
  73. package/styles/progress-button/bootstrap5-dark.css +73 -174
  74. package/styles/progress-button/bootstrap5.css +73 -174
  75. package/styles/progress-button/fabric-dark.css +48 -165
  76. package/styles/progress-button/fabric.css +48 -165
  77. package/styles/progress-button/fluent-dark.css +544 -0
  78. package/styles/progress-button/fluent-dark.scss +1 -0
  79. package/styles/progress-button/fluent.css +544 -0
  80. package/styles/progress-button/fluent.scss +1 -0
  81. package/styles/progress-button/highcontrast-light.css +48 -165
  82. package/styles/progress-button/highcontrast.css +48 -165
  83. package/styles/progress-button/material-dark.css +48 -165
  84. package/styles/progress-button/material.css +48 -165
  85. package/styles/progress-button/tailwind-dark.css +68 -169
  86. package/styles/progress-button/tailwind.css +68 -169
  87. package/styles/split-button/bootstrap-dark.css +1 -71
  88. package/styles/split-button/bootstrap.css +1 -71
  89. package/styles/split-button/bootstrap4.css +4 -70
  90. package/styles/split-button/bootstrap5-dark.css +1 -67
  91. package/styles/split-button/bootstrap5.css +1 -67
  92. package/styles/split-button/fabric-dark.css +1 -71
  93. package/styles/split-button/fabric.css +1 -71
  94. package/styles/split-button/fluent-dark.css +297 -0
  95. package/styles/split-button/fluent-dark.scss +1 -0
  96. package/styles/split-button/fluent.css +297 -0
  97. package/styles/split-button/fluent.scss +1 -0
  98. package/styles/split-button/highcontrast-light.css +1 -71
  99. package/styles/split-button/highcontrast.css +1 -71
  100. package/styles/split-button/material-dark.css +1 -71
  101. package/styles/split-button/material.css +1 -71
  102. package/styles/split-button/tailwind-dark.css +10 -80
  103. package/styles/split-button/tailwind.css +10 -80
  104. package/styles/tailwind-dark.css +85 -392
  105. package/styles/tailwind.css +85 -392
package/CHANGELOG.md CHANGED
@@ -2,13 +2,11 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
- ## 19.4.47 (2022-01-25)
6
-
7
5
  ### DropDownButton
8
6
 
9
7
  #### Bug Fixes
10
8
 
11
- - `I339589` - Resolved the `DropdownButton` issue with react component as target.
9
+ - `#I375771` - Text content contains html tag elements considered as HTML Element in DropDownButton issue has been resolved.
12
10
 
13
11
  ## 19.4.40 (2021-12-28)
14
12
 
package/README.md CHANGED
@@ -108,4 +108,4 @@ Check the license detail [here](https://github.com/syncfusion/ej2-vue-ui-compone
108
108
 
109
109
  Check the changelog [here](https://github.com/syncfusion/ej2-vue-ui-components/blob/master/components/splitbuttons/CHANGELOG.md?utm_source=npm&utm_campaign=split-button)
110
110
 
111
- © Copyright 2021 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
111
+ © Copyright 2022 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
@@ -1,11 +1,38 @@
1
1
  /*!
2
2
  * filename: ej2-vue-splitbuttons.umd.min.js
3
- * version : 19.4.48
3
+ * version : 20.1.55
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
7
7
  * licensing@syncfusion.com. Any infringement will be prosecuted under
8
8
  * applicable laws.
9
9
  */
10
- !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("@syncfusion/ej2-splitbuttons"),require("@syncfusion/ej2-vue-base"),require("vue-class-component"),require("vue"),require("@syncfusion/ej2-base")):"function"==typeof define&&define.amd?define(["exports","@syncfusion/ej2-splitbuttons","@syncfusion/ej2-vue-base","vue-class-component","vue","@syncfusion/ej2-base"],t):t(e.ej={},e.ej2Splitbuttons,e.ej2VueBase,e.Vue3,e.Vue$1,e.ej2Base)}(this,function(e,t,n,o,r,s){"use strict";r=r&&r.hasOwnProperty("default")?r.default:r;var i,c=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),p=function(e,t,n,o){var r,s=arguments.length,i=s<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,n,o);else for(var c=e.length-1;c>=0;c--)(r=e[c])&&(i=(s<3?r(i):s>3?r(t,n,i):r(t,n))||i);return s>3&&i&&Object.defineProperty(t,n,i),i},a=!n.gh,u=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return c(t,e),t.prototype.render=function(){},t.prototype.getTag=function(){return"e-dropdownbuttonitems"},t=p([n.EJComponentDecorator({},a)],t)}(i=!a||parseInt(n.allVue.version)<3?o.Vue:r),l={name:"e-dropdownbuttonitems",install:function(e){e.component(l.name,u)}},f=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return c(t,e),t.prototype.render=function(){},t.prototype.getTag=function(){return"e-dropdownbuttonitem"},t=p([n.EJComponentDecorator({},a)],t)}(i),m={name:"e-dropdownbuttonitem",install:function(e){e.component(m.name,f)}},d=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),h=function(e,t,n,o){var r,s=arguments.length,i=s<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,n,o);else for(var c=e.length-1;c>=0;c--)(r=e[c])&&(i=(s<3?r(i):s>3?r(t,n,i):r(t,n))||i);return s>3&&i&&Object.defineProperty(t,n,i),i},y=["isLazyUpdate","content","createPopupOnClick","cssClass","disabled","enableHtmlSanitizer","enablePersistence","enableRtl","iconCss","iconPosition","items","locale","target","beforeClose","beforeItemRender","beforeOpen","close","created","open","select"],g=[],j=n.getProps({props:y}),b=(j[0],j[1]),v=Object.keys(b);v.push("modelchanged");for(var I=0,_=g;I<_.length;I++){var P=_[I];v.push("update:"+P)}var O,C=!n.gh,w=function(e){function o(){var n=e.call(this,arguments)||this;return n.propKeys=y,n.models=g,n.hasChildDirective=!0,n.hasInjectedModules=!1,n.tagMapper={"e-dropdownbuttonitems":"e-dropdownbuttonitem"},n.tagNameMapper={"e-dropdownbuttonitems":"e-items"},n.isVue3=!C,n.ej2Instances=new t.DropDownButton({}),n.bindProperties(),n.ej2Instances._setProperties=n.ej2Instances.setProperties,n.ej2Instances.setProperties=n.setProperties,n.ej2Instances.clearTemplate=n.clearTemplate,n}return d(o,e),o.prototype.clearTemplate=function(e){if(e||(e=Object.keys(this.templateCollection||{})),e.length&&this.templateCollection)for(var t=0,n=e;t<n.length;t++){var o=n[t],r=this.templateCollection[o];if(r&&r.length){for(var i=0,c=r;i<c.length;i++){var p=c[i];s.getValue("__vue__.$destroy",p)&&p.__vue__.$destroy(),p.innerHTML&&(p.innerHTML="")}delete this.templateCollection[o]}}},o.prototype.setProperties=function(e,t){var n=this;this.isVue3&&(this.models=this.models?this.models:this.ej2Instances.referModels),this.ej2Instances&&this.ej2Instances._setProperties&&this.ej2Instances._setProperties(e,t),e&&this.models&&this.models.length&&Object.keys(e).map(function(t){n.models.map(function(o){t!==o||/datasource/i.test(t)||(n.isVue3?n.ej2Instances.vueInstance.$emit("update:"+t,e[t]):(n.$emit("update:"+t,e[t]),n.$emit("modelchanged",e[t])))})})},o.prototype.render=function(e){var t=n.gh||e,o=null;return s.isNullOrUndefined(this.$slots.default)||(o=n.gh?this.$slots.default():this.$slots.default),t("button",o)},o.prototype.addItems=function(e,t){return this.ej2Instances.addItems(e,t)},o.prototype.focusIn=function(){return this.ej2Instances.focusIn()},o.prototype.removeItems=function(e,t){return this.ej2Instances.removeItems(e,t)},o.prototype.toggle=function(){return this.ej2Instances.toggle()},o=h([n.EJComponentDecorator({props:y},C)],o)}(n.ComponentBase),D={name:"ejs-dropdownbutton",install:function(e){e.component(D.name,w),e.component(m.name,f),e.component(l.name,u)}},$=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),B=function(e,t,n,o){var r,s=arguments.length,i=s<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,n,o);else for(var c=e.length-1;c>=0;c--)(r=e[c])&&(i=(s<3?r(i):s>3?r(t,n,i):r(t,n))||i);return s>3&&i&&Object.defineProperty(t,n,i),i},T=!n.gh,M=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return $(t,e),t.prototype.render=function(){},t.prototype.getTag=function(){return"e-splitbuttonitems"},t=B([n.EJComponentDecorator({},T)],t)}(O=!T||parseInt(n.allVue.version)<3?o.Vue:r),R={name:"e-splitbuttonitems",install:function(e){e.component(R.name,M)}},V=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return $(t,e),t.prototype.render=function(){},t.prototype.getTag=function(){return"e-splitbuttonitem"},t=B([n.EJComponentDecorator({},T)],t)}(O),k={name:"e-splitbuttonitem",install:function(e){e.component(k.name,V)}},S=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),H=function(e,t,n,o){var r,s=arguments.length,i=s<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,n,o);else for(var c=e.length-1;c>=0;c--)(r=e[c])&&(i=(s<3?r(i):s>3?r(t,n,i):r(t,n))||i);return s>3&&i&&Object.defineProperty(t,n,i),i},L=["isLazyUpdate","content","createPopupOnClick","cssClass","disabled","enableHtmlSanitizer","enablePersistence","enableRtl","iconCss","iconPosition","items","locale","target","beforeClose","beforeItemRender","beforeOpen","click","close","created","open","select"],E=[],J=n.getProps({props:L}),z=(J[0],J[1]),N=Object.keys(z);N.push("modelchanged");for(var U=0,q=E;U<q.length;U++){var A=q[U];N.push("update:"+A)}var x=!n.gh,K=function(e){function o(){var n=e.call(this,arguments)||this;return n.propKeys=L,n.models=E,n.hasChildDirective=!0,n.hasInjectedModules=!1,n.tagMapper={"e-splitbuttonitems":"e-splitbuttonitem"},n.tagNameMapper={"e-splitbuttonitems":"e-items"},n.isVue3=!x,n.ej2Instances=new t.SplitButton({}),n.bindProperties(),n.ej2Instances._setProperties=n.ej2Instances.setProperties,n.ej2Instances.setProperties=n.setProperties,n.ej2Instances.clearTemplate=n.clearTemplate,n}return S(o,e),o.prototype.clearTemplate=function(e){if(e||(e=Object.keys(this.templateCollection||{})),e.length&&this.templateCollection)for(var t=0,n=e;t<n.length;t++){var o=n[t],r=this.templateCollection[o];if(r&&r.length){for(var i=0,c=r;i<c.length;i++){var p=c[i];s.getValue("__vue__.$destroy",p)&&p.__vue__.$destroy(),p.innerHTML&&(p.innerHTML="")}delete this.templateCollection[o]}}},o.prototype.setProperties=function(e,t){var n=this;this.isVue3&&(this.models=this.models?this.models:this.ej2Instances.referModels),this.ej2Instances&&this.ej2Instances._setProperties&&this.ej2Instances._setProperties(e,t),e&&this.models&&this.models.length&&Object.keys(e).map(function(t){n.models.map(function(o){t!==o||/datasource/i.test(t)||(n.isVue3?n.ej2Instances.vueInstance.$emit("update:"+t,e[t]):(n.$emit("update:"+t,e[t]),n.$emit("modelchanged",e[t])))})})},o.prototype.render=function(e){var t=n.gh||e,o=null;return s.isNullOrUndefined(this.$slots.default)||(o=n.gh?this.$slots.default():this.$slots.default),t("button",o)},o.prototype.addItems=function(e,t){return this.ej2Instances.addItems(e,t)},o.prototype.focusIn=function(){return this.ej2Instances.focusIn()},o.prototype.removeItems=function(e,t){return this.ej2Instances.removeItems(e,t)},o.prototype.toggle=function(){return this.ej2Instances.toggle()},o=H([n.EJComponentDecorator({props:L},x)],o)}(n.ComponentBase),F={name:"ejs-splitbutton",install:function(e){e.component(F.name,K),e.component(k.name,V),e.component(R.name,M)}},G=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),Q=function(e,t,n,o){var r,s=arguments.length,i=s<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,n,o);else for(var c=e.length-1;c>=0;c--)(r=e[c])&&(i=(s<3?r(i):s>3?r(t,n,i):r(t,n))||i);return s>3&&i&&Object.defineProperty(t,n,i),i},W=["isLazyUpdate","animationSettings","content","cssClass","disabled","duration","enableHtmlSanitizer","enableProgress","iconCss","iconPosition","isPrimary","isToggle","spinSettings","begin","created","end","fail","progress"],X=[],Y=n.getProps({props:W}),Z=(Y[0],Y[1]),ee=Object.keys(Z);ee.push("modelchanged");for(var te=0,ne=X;te<ne.length;te++){var oe=ne[te];ee.push("update:"+oe)}var re=!n.gh,se=function(e){function o(){var n=e.call(this,arguments)||this;return n.propKeys=W,n.models=X,n.hasChildDirective=!1,n.hasInjectedModules=!1,n.tagMapper={},n.tagNameMapper={},n.isVue3=!re,n.ej2Instances=new t.ProgressButton({}),n.bindProperties(),n.ej2Instances._setProperties=n.ej2Instances.setProperties,n.ej2Instances.setProperties=n.setProperties,n.ej2Instances.clearTemplate=n.clearTemplate,n}return G(o,e),o.prototype.clearTemplate=function(e){if(e||(e=Object.keys(this.templateCollection||{})),e.length&&this.templateCollection)for(var t=0,n=e;t<n.length;t++){var o=n[t],r=this.templateCollection[o];if(r&&r.length){for(var i=0,c=r;i<c.length;i++){var p=c[i];s.getValue("__vue__.$destroy",p)&&p.__vue__.$destroy(),p.innerHTML&&(p.innerHTML="")}delete this.templateCollection[o]}}},o.prototype.setProperties=function(e,t){var n=this;this.isVue3&&(this.models=this.models?this.models:this.ej2Instances.referModels),this.ej2Instances&&this.ej2Instances._setProperties&&this.ej2Instances._setProperties(e,t),e&&this.models&&this.models.length&&Object.keys(e).map(function(t){n.models.map(function(o){t!==o||/datasource/i.test(t)||(n.isVue3?n.ej2Instances.vueInstance.$emit("update:"+t,e[t]):(n.$emit("update:"+t,e[t]),n.$emit("modelchanged",e[t])))})})},o.prototype.render=function(e){var t=n.gh||e,o=null;return s.isNullOrUndefined(this.$slots.default)||(o=n.gh?this.$slots.default():this.$slots.default),t("button",o)},o.prototype.click=function(){return this.ej2Instances.click()},o.prototype.focusIn=function(){return this.ej2Instances.focusIn()},o.prototype.progressComplete=function(){return this.ej2Instances.progressComplete()},o.prototype.start=function(e){return this.ej2Instances.start(e)},o.prototype.stop=function(){return this.ej2Instances.stop()},o=Q([n.EJComponentDecorator({props:W},re)],o)}(n.ComponentBase),ie={name:"ejs-progressbutton",install:function(e){e.component(ie.name,se)}};e.DropDownButtonItemsDirective=u,e.DropDownButtonItemDirective=f,e.DropDownButtonItemsPlugin=l,e.DropDownButtonItemPlugin=m,e.DropDownButtonComponent=w,e.DropDownButtonPlugin=D,e.SplitButtonItemsDirective=M,e.SplitButtonItemDirective=V,e.SplitButtonItemsPlugin=R,e.SplitButtonItemPlugin=k,e.SplitButtonComponent=K,e.SplitButtonPlugin=F,e.ProgressButtonComponent=se,e.ProgressButtonPlugin=ie,Object.keys(t).forEach(function(n){e[n]=t[n]}),Object.defineProperty(e,"__esModule",{value:!0})});
10
+ /*!
11
+ * filename: ej2-vue-splitbuttons.umd.min.js
12
+ * version : 20.1.47
13
+ * Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
14
+ * Use of this code is subject to the terms of our license.
15
+ * A copy of the current license can be obtained at any time by e-mailing
16
+ * licensing@syncfusion.com. Any infringement will be prosecuted under
17
+ * applicable laws.
18
+ */
19
+ /*!
20
+ * filename: ej2-vue-splitbuttons.umd.min.js
21
+ * version : 19.4.38
22
+ * Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
23
+ * Use of this code is subject to the terms of our license.
24
+ * A copy of the current license can be obtained at any time by e-mailing
25
+ * licensing@syncfusion.com. Any infringement will be prosecuted under
26
+ * applicable laws.
27
+ */
28
+ /*!
29
+ * filename: ej2-vue-splitbuttons.umd.min.js
30
+ * version : 19.1.63
31
+ * Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
32
+ * Use of this code is subject to the terms of our license.
33
+ * A copy of the current license can be obtained at any time by e-mailing
34
+ * licensing@syncfusion.com. Any infringement will be prosecuted under
35
+ * applicable laws.
36
+ */
37
+ !function(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports,require("@syncfusion/ej2-splitbuttons"),require("vue"),require("@syncfusion/ej2-vue-base")):"function"==typeof define&&define.amd?define(["exports","@syncfusion/ej2-splitbuttons","vue","@syncfusion/ej2-vue-base"],e):e(t.ej={},t.ej2Splitbuttons,t.Vue,t.ej2VueBase)}(this,function(t,e,n,o){"use strict";n=n&&n.hasOwnProperty("default")?n.default:n;var r=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 o(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),s=function(t,e,n,o){var r,s=arguments.length,i=s<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(t,e,n,o);else for(var c=t.length-1;c>=0;c--)(r=t[c])&&(i=(s<3?r(i):s>3?r(e,n,i):r(e,n))||i);return s>3&&i&&Object.defineProperty(e,n,i),i},i=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return r(e,t),e.prototype.render=function(){},e=s([o.EJComponentDecorator({})],e)}(n),c={name:"e-dropdownbuttonitems",install:function(t){t.component(c.name,i)}},p=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return r(e,t),e.prototype.render=function(){},e=s([o.EJComponentDecorator({})],e)}(n),u={name:"e-dropdownbuttonitem",install:function(t){t.component(u.name,p)}},a=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 o(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),f=function(t,e,n,o){var r,s=arguments.length,i=s<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(t,e,n,o);else for(var c=t.length-1;c>=0;c--)(r=t[c])&&(i=(s<3?r(i):s>3?r(e,n,i):r(e,n))||i);return s>3&&i&&Object.defineProperty(e,n,i),i},l=["content","createPopupOnClick","cssClass","disabled","enableHtmlSanitizer","enablePersistence","enableRtl","iconCss","iconPosition","items","locale","target","beforeClose","beforeItemRender","beforeOpen","close","created","open","select"],m=[],d=function(t){function n(){var n=t.call(this)||this;return n.propKeys=l,n.models=m,n.hasChildDirective=!0,n.hasInjectedModules=!1,n.tagMapper={"e-dropdownbuttonitems":"e-dropdownbuttonitem"},n.tagNameMapper={"e-dropdownbuttonitems":"e-items"},n.ej2Instances=new e.DropDownButton({}),n.bindProperties(),n.ej2Instances._setProperties=n.ej2Instances.setProperties,n.ej2Instances.setProperties=n.setProperties,n}return a(n,t),n.prototype.setProperties=function(t,e){var n=this;this.ej2Instances&&this.ej2Instances._setProperties&&this.ej2Instances._setProperties(t,e),t&&this.models&&this.models.length&&Object.keys(t).map(function(e){n.models.map(function(o){e!==o||/datasource/i.test(e)||n.$emit("update:"+e,t[e])})})},n.prototype.render=function(t){return t("button",this.$slots.default)},n.prototype.addItems=function(t,e){return this.ej2Instances.addItems(t,e)},n.prototype.focusIn=function(){return this.ej2Instances.focusIn()},n.prototype.removeItems=function(t,e){return this.ej2Instances.removeItems(t,e)},n.prototype.toggle=function(){return this.ej2Instances.toggle()},n=f([o.EJComponentDecorator({props:l})],n)}(o.ComponentBase),y={name:"ejs-dropdownbutton",install:function(t){t.component(y.name,d),t.component(u.name,p),t.component(c.name,i)}},h=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 o(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),j=function(t,e,n,o){var r,s=arguments.length,i=s<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(t,e,n,o);else for(var c=t.length-1;c>=0;c--)(r=t[c])&&(i=(s<3?r(i):s>3?r(e,n,i):r(e,n))||i);return s>3&&i&&Object.defineProperty(e,n,i),i},b=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return h(e,t),e.prototype.render=function(){},e=j([o.EJComponentDecorator({})],e)}(n),P={name:"e-splitbuttonitems",install:function(t){t.component(P.name,b)}},I=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return h(e,t),e.prototype.render=function(){},e=j([o.EJComponentDecorator({})],e)}(n),g={name:"e-splitbuttonitem",install:function(t){t.component(g.name,I)}},_=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 o(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),O=function(t,e,n,o){var r,s=arguments.length,i=s<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(t,e,n,o);else for(var c=t.length-1;c>=0;c--)(r=t[c])&&(i=(s<3?r(i):s>3?r(e,n,i):r(e,n))||i);return s>3&&i&&Object.defineProperty(e,n,i),i},v=["content","createPopupOnClick","cssClass","disabled","enableHtmlSanitizer","enablePersistence","enableRtl","iconCss","iconPosition","items","locale","target","beforeClose","beforeItemRender","beforeOpen","click","close","created","open","select"],D=[],w=function(t){function n(){var n=t.call(this)||this;return n.propKeys=v,n.models=D,n.hasChildDirective=!0,n.hasInjectedModules=!1,n.tagMapper={"e-splitbuttonitems":"e-splitbuttonitem"},n.tagNameMapper={"e-splitbuttonitems":"e-items"},n.ej2Instances=new e.SplitButton({}),n.bindProperties(),n.ej2Instances._setProperties=n.ej2Instances.setProperties,n.ej2Instances.setProperties=n.setProperties,n}return _(n,t),n.prototype.setProperties=function(t,e){var n=this;this.ej2Instances&&this.ej2Instances._setProperties&&this.ej2Instances._setProperties(t,e),t&&this.models&&this.models.length&&Object.keys(t).map(function(e){n.models.map(function(o){e!==o||/datasource/i.test(e)||n.$emit("update:"+e,t[e])})})},n.prototype.render=function(t){return t("button",this.$slots.default)},n.prototype.addItems=function(t,e){return this.ej2Instances.addItems(t,e)},n.prototype.focusIn=function(){return this.ej2Instances.focusIn()},n.prototype.removeItems=function(t,e){return this.ej2Instances.removeItems(t,e)},n.prototype.toggle=function(){return this.ej2Instances.toggle()},n=O([o.EJComponentDecorator({props:v})],n)}(o.ComponentBase),C={name:"ejs-splitbutton",install:function(t){t.component(C.name,w),t.component(g.name,I),t.component(P.name,b)}},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 o(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),R=function(t,e,n,o){var r,s=arguments.length,i=s<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(t,e,n,o);else for(var c=t.length-1;c>=0;c--)(r=t[c])&&(i=(s<3?r(i):s>3?r(e,n,i):r(e,n))||i);return s>3&&i&&Object.defineProperty(e,n,i),i},S=["animationSettings","content","cssClass","disabled","duration","enableHtmlSanitizer","enableProgress","iconCss","iconPosition","isPrimary","isToggle","spinSettings","begin","created","end","fail","progress"],M=[],k=function(t){function n(){var n=t.call(this)||this;return n.propKeys=S,n.models=M,n.hasChildDirective=!1,n.hasInjectedModules=!1,n.tagMapper={},n.tagNameMapper={},n.ej2Instances=new e.ProgressButton({}),n.bindProperties(),n.ej2Instances._setProperties=n.ej2Instances.setProperties,n.ej2Instances.setProperties=n.setProperties,n}return B(n,t),n.prototype.setProperties=function(t,e){var n=this;this.ej2Instances&&this.ej2Instances._setProperties&&this.ej2Instances._setProperties(t,e),t&&this.models&&this.models.length&&Object.keys(t).map(function(e){n.models.map(function(o){e!==o||/datasource/i.test(e)||n.$emit("update:"+e,t[e])})})},n.prototype.render=function(t){return t("button",this.$slots.default)},n.prototype.click=function(){return this.ej2Instances.click()},n.prototype.focusIn=function(){return this.ej2Instances.focusIn()},n.prototype.progressComplete=function(){return this.ej2Instances.progressComplete()},n.prototype.start=function(t){return this.ej2Instances.start(t)},n.prototype.stop=function(){return this.ej2Instances.stop()},n=R([o.EJComponentDecorator({props:S})],n)}(o.ComponentBase),E={name:"ejs-progressbutton",install:function(t){t.component(E.name,k)}};t.DropDownButtonItemsDirective=i,t.DropDownButtonItemDirective=p,t.DropDownButtonItemsPlugin=c,t.DropDownButtonItemPlugin=u,t.DropDownButtonComponent=d,t.DropDownButtonPlugin=y,t.SplitButtonItemsDirective=b,t.SplitButtonItemDirective=I,t.SplitButtonItemsPlugin=P,t.SplitButtonItemPlugin=g,t.SplitButtonComponent=w,t.SplitButtonPlugin=C,t.ProgressButtonComponent=k,t.ProgressButtonPlugin=E,Object.keys(e).forEach(function(n){t[n]=e[n]}),Object.defineProperty(t,"__esModule",{value:!0})});
11
38
  //# sourceMappingURL=ej2-vue-splitbuttons.umd.min.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ej2-vue-splitbuttons.umd.min.js","sources":["../src/drop-down-button/items.directive.js","../src/drop-down-button/dropdownbutton.component.js","../src/split-button/items.directive.js","../src/split-button/splitbutton.component.js","../src/progress-button/progressbutton.component.js"],"sourcesContent":["var __extends = (this && this.__extends) || (function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\n return function (d, b) {\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\nvar __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {\n var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;\n if (typeof Reflect === \"object\" && typeof Reflect.decorate === \"function\") r = Reflect.decorate(decorators, target, key, desc);\n else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;\n return c > 3 && r && Object.defineProperty(target, key, r), r;\n};\nimport { EJComponentDecorator, allVue, gh } from '@syncfusion/ej2-vue-base';\nimport * as Vue3 from 'vue-class-component';\nimport Vue from 'vue';\nexport var isExecute = gh ? false : true;\nvar vueImport;\nif (!isExecute || parseInt(allVue.version) < 3) {\n vueImport = Vue3.Vue;\n}\nelse {\n vueImport = Vue;\n}\nvar DropDownButtonItemsDirective = /** @class */ (function (_super) {\n __extends(DropDownButtonItemsDirective, _super);\n function DropDownButtonItemsDirective() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n DropDownButtonItemsDirective.prototype.render = function () {\n return;\n };\n DropDownButtonItemsDirective.prototype.getTag = function () {\n return 'e-dropdownbuttonitems';\n };\n DropDownButtonItemsDirective = __decorate([\n EJComponentDecorator({}, isExecute)\n ], DropDownButtonItemsDirective);\n return DropDownButtonItemsDirective;\n}(vueImport));\nexport { DropDownButtonItemsDirective };\nexport var DropDownButtonItemsPlugin = {\n name: 'e-dropdownbuttonitems',\n install: function (Vue) {\n Vue.component(DropDownButtonItemsPlugin.name, DropDownButtonItemsDirective);\n }\n};\nvar DropDownButtonItemDirective = /** @class */ (function (_super) {\n __extends(DropDownButtonItemDirective, _super);\n function DropDownButtonItemDirective() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n DropDownButtonItemDirective.prototype.render = function () {\n return;\n };\n DropDownButtonItemDirective.prototype.getTag = function () {\n return 'e-dropdownbuttonitem';\n };\n DropDownButtonItemDirective = __decorate([\n EJComponentDecorator({}, isExecute)\n ], DropDownButtonItemDirective);\n return DropDownButtonItemDirective;\n}(vueImport));\nexport { DropDownButtonItemDirective };\nexport var DropDownButtonItemPlugin = {\n name: 'e-dropdownbuttonitem',\n install: function (Vue) {\n Vue.component(DropDownButtonItemPlugin.name, DropDownButtonItemDirective);\n }\n};\n","var __extends = (this && this.__extends) || (function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\n return function (d, b) {\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\nvar __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {\n var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;\n if (typeof Reflect === \"object\" && typeof Reflect.decorate === \"function\") r = Reflect.decorate(decorators, target, key, desc);\n else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;\n return c > 3 && r && Object.defineProperty(target, key, r), r;\n};\nimport { ComponentBase, EJComponentDecorator, getProps, gh } from '@syncfusion/ej2-vue-base';\nimport { isNullOrUndefined, getValue } from '@syncfusion/ej2-base';\nimport { DropDownButton } from '@syncfusion/ej2-splitbuttons';\nimport { DropDownButtonItemsDirective, DropDownButtonItemDirective, DropDownButtonItemsPlugin, DropDownButtonItemPlugin } from './items.directive';\n// {{VueImport}}\nexport var properties = ['isLazyUpdate', 'content', 'createPopupOnClick', 'cssClass', 'disabled', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'iconCss', 'iconPosition', 'items', 'locale', 'target', 'beforeClose', 'beforeItemRender', 'beforeOpen', 'close', 'created', 'open', 'select'];\nexport var modelProps = [];\nexport var testProp = getProps({ props: properties });\nexport var props = testProp[0];\nexport var watch = testProp[1];\nexport var emitProbs = Object.keys(watch);\nemitProbs.push('modelchanged');\nfor (var _i = 0, modelProps_1 = modelProps; _i < modelProps_1.length; _i++) {\n var props_1 = modelProps_1[_i];\n emitProbs.push('update:' + props_1);\n}\nexport var isExecute = gh ? false : true;\n/**\n * Represents the Essential JS 2 VueJS DropDownButton Component\n * ```html\n * <ejs-dropdownbutton>DropDownButton</ejs-dropdownbutton>\n * ```\n */\nvar DropDownButtonComponent = /** @class */ (function (_super) {\n __extends(DropDownButtonComponent, _super);\n function DropDownButtonComponent() {\n var _this = _super.call(this, arguments) || this;\n _this.propKeys = properties;\n _this.models = modelProps;\n _this.hasChildDirective = true;\n _this.hasInjectedModules = false;\n _this.tagMapper = { \"e-dropdownbuttonitems\": \"e-dropdownbuttonitem\" };\n _this.tagNameMapper = { \"e-dropdownbuttonitems\": \"e-items\" };\n _this.isVue3 = !isExecute;\n _this.ej2Instances = new DropDownButton({});\n _this.bindProperties();\n _this.ej2Instances._setProperties = _this.ej2Instances.setProperties;\n _this.ej2Instances.setProperties = _this.setProperties;\n _this.ej2Instances.clearTemplate = _this.clearTemplate;\n return _this;\n }\n DropDownButtonComponent.prototype.clearTemplate = function (templateNames) {\n if (!templateNames) {\n templateNames = Object.keys(this.templateCollection || {});\n }\n if (templateNames.length && this.templateCollection) {\n for (var _i = 0, templateNames_1 = templateNames; _i < templateNames_1.length; _i++) {\n var tempName = templateNames_1[_i];\n var elementCollection = this.templateCollection[tempName];\n if (elementCollection && elementCollection.length) {\n for (var _a = 0, elementCollection_1 = elementCollection; _a < elementCollection_1.length; _a++) {\n var ele = elementCollection_1[_a];\n var destroy = getValue('__vue__.$destroy', ele);\n if (destroy) {\n ele.__vue__.$destroy();\n }\n if (ele.innerHTML) {\n ele.innerHTML = '';\n }\n }\n delete this.templateCollection[tempName];\n }\n }\n }\n };\n DropDownButtonComponent.prototype.setProperties = function (prop, muteOnChange) {\n var _this = this;\n if (this.isVue3) {\n this.models = !this.models ? this.ej2Instances.referModels : this.models;\n }\n if (this.ej2Instances && this.ej2Instances._setProperties) {\n this.ej2Instances._setProperties(prop, muteOnChange);\n }\n if (prop && this.models && this.models.length) {\n Object.keys(prop).map(function (key) {\n _this.models.map(function (model) {\n if ((key === model) && !(/datasource/i.test(key))) {\n if (_this.isVue3) {\n _this.ej2Instances.vueInstance.$emit('update:' + key, prop[key]);\n }\n else {\n _this.$emit('update:' + key, prop[key]);\n _this.$emit('modelchanged', prop[key]);\n }\n }\n });\n });\n }\n };\n DropDownButtonComponent.prototype.render = function (createElement) {\n var h = gh || createElement;\n var slots = null;\n if (!isNullOrUndefined(this.$slots.default)) {\n slots = gh ? this.$slots.default() : this.$slots.default;\n }\n return h('button', slots);\n };\n DropDownButtonComponent.prototype.addItems = function (items, text) {\n return this.ej2Instances.addItems(items, text);\n };\n DropDownButtonComponent.prototype.focusIn = function () {\n return this.ej2Instances.focusIn();\n };\n DropDownButtonComponent.prototype.removeItems = function (items, isUniqueId) {\n return this.ej2Instances.removeItems(items, isUniqueId);\n };\n DropDownButtonComponent.prototype.toggle = function () {\n return this.ej2Instances.toggle();\n };\n DropDownButtonComponent = __decorate([\n EJComponentDecorator({\n props: properties\n }, isExecute)\n /* Start Options({\n props: props,\n watch: watch,\n emits: emitProbs\n }) End */\n ], DropDownButtonComponent);\n return DropDownButtonComponent;\n}(ComponentBase));\nexport { DropDownButtonComponent };\nexport var DropDownButtonPlugin = {\n name: 'ejs-dropdownbutton',\n install: function (Vue) {\n Vue.component(DropDownButtonPlugin.name, DropDownButtonComponent);\n Vue.component(DropDownButtonItemPlugin.name, DropDownButtonItemDirective);\n Vue.component(DropDownButtonItemsPlugin.name, DropDownButtonItemsDirective);\n }\n};\n","var __extends = (this && this.__extends) || (function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\n return function (d, b) {\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\nvar __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {\n var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;\n if (typeof Reflect === \"object\" && typeof Reflect.decorate === \"function\") r = Reflect.decorate(decorators, target, key, desc);\n else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;\n return c > 3 && r && Object.defineProperty(target, key, r), r;\n};\nimport { EJComponentDecorator, allVue, gh } from '@syncfusion/ej2-vue-base';\nimport * as Vue3 from 'vue-class-component';\nimport Vue from 'vue';\nexport var isExecute = gh ? false : true;\nvar vueImport;\nif (!isExecute || parseInt(allVue.version) < 3) {\n vueImport = Vue3.Vue;\n}\nelse {\n vueImport = Vue;\n}\nvar SplitButtonItemsDirective = /** @class */ (function (_super) {\n __extends(SplitButtonItemsDirective, _super);\n function SplitButtonItemsDirective() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n SplitButtonItemsDirective.prototype.render = function () {\n return;\n };\n SplitButtonItemsDirective.prototype.getTag = function () {\n return 'e-splitbuttonitems';\n };\n SplitButtonItemsDirective = __decorate([\n EJComponentDecorator({}, isExecute)\n ], SplitButtonItemsDirective);\n return SplitButtonItemsDirective;\n}(vueImport));\nexport { SplitButtonItemsDirective };\nexport var SplitButtonItemsPlugin = {\n name: 'e-splitbuttonitems',\n install: function (Vue) {\n Vue.component(SplitButtonItemsPlugin.name, SplitButtonItemsDirective);\n }\n};\nvar SplitButtonItemDirective = /** @class */ (function (_super) {\n __extends(SplitButtonItemDirective, _super);\n function SplitButtonItemDirective() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n SplitButtonItemDirective.prototype.render = function () {\n return;\n };\n SplitButtonItemDirective.prototype.getTag = function () {\n return 'e-splitbuttonitem';\n };\n SplitButtonItemDirective = __decorate([\n EJComponentDecorator({}, isExecute)\n ], SplitButtonItemDirective);\n return SplitButtonItemDirective;\n}(vueImport));\nexport { SplitButtonItemDirective };\nexport var SplitButtonItemPlugin = {\n name: 'e-splitbuttonitem',\n install: function (Vue) {\n Vue.component(SplitButtonItemPlugin.name, SplitButtonItemDirective);\n }\n};\n","var __extends = (this && this.__extends) || (function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\n return function (d, b) {\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\nvar __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {\n var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;\n if (typeof Reflect === \"object\" && typeof Reflect.decorate === \"function\") r = Reflect.decorate(decorators, target, key, desc);\n else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;\n return c > 3 && r && Object.defineProperty(target, key, r), r;\n};\nimport { ComponentBase, EJComponentDecorator, getProps, gh } from '@syncfusion/ej2-vue-base';\nimport { isNullOrUndefined, getValue } from '@syncfusion/ej2-base';\nimport { SplitButton } from '@syncfusion/ej2-splitbuttons';\nimport { SplitButtonItemsDirective, SplitButtonItemDirective, SplitButtonItemsPlugin, SplitButtonItemPlugin } from './items.directive';\n// {{VueImport}}\nexport var properties = ['isLazyUpdate', 'content', 'createPopupOnClick', 'cssClass', 'disabled', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'iconCss', 'iconPosition', 'items', 'locale', 'target', 'beforeClose', 'beforeItemRender', 'beforeOpen', 'click', 'close', 'created', 'open', 'select'];\nexport var modelProps = [];\nexport var testProp = getProps({ props: properties });\nexport var props = testProp[0];\nexport var watch = testProp[1];\nexport var emitProbs = Object.keys(watch);\nemitProbs.push('modelchanged');\nfor (var _i = 0, modelProps_1 = modelProps; _i < modelProps_1.length; _i++) {\n var props_1 = modelProps_1[_i];\n emitProbs.push('update:' + props_1);\n}\nexport var isExecute = gh ? false : true;\n/**\n * Represents the Essential JS 2 VueJS SplitButton Component\n * ```html\n * <ejs-splitbutton content='Split Button'></ejs-splitbutton>\n * ```\n */\nvar SplitButtonComponent = /** @class */ (function (_super) {\n __extends(SplitButtonComponent, _super);\n function SplitButtonComponent() {\n var _this = _super.call(this, arguments) || this;\n _this.propKeys = properties;\n _this.models = modelProps;\n _this.hasChildDirective = true;\n _this.hasInjectedModules = false;\n _this.tagMapper = { \"e-splitbuttonitems\": \"e-splitbuttonitem\" };\n _this.tagNameMapper = { \"e-splitbuttonitems\": \"e-items\" };\n _this.isVue3 = !isExecute;\n _this.ej2Instances = new SplitButton({});\n _this.bindProperties();\n _this.ej2Instances._setProperties = _this.ej2Instances.setProperties;\n _this.ej2Instances.setProperties = _this.setProperties;\n _this.ej2Instances.clearTemplate = _this.clearTemplate;\n return _this;\n }\n SplitButtonComponent.prototype.clearTemplate = function (templateNames) {\n if (!templateNames) {\n templateNames = Object.keys(this.templateCollection || {});\n }\n if (templateNames.length && this.templateCollection) {\n for (var _i = 0, templateNames_1 = templateNames; _i < templateNames_1.length; _i++) {\n var tempName = templateNames_1[_i];\n var elementCollection = this.templateCollection[tempName];\n if (elementCollection && elementCollection.length) {\n for (var _a = 0, elementCollection_1 = elementCollection; _a < elementCollection_1.length; _a++) {\n var ele = elementCollection_1[_a];\n var destroy = getValue('__vue__.$destroy', ele);\n if (destroy) {\n ele.__vue__.$destroy();\n }\n if (ele.innerHTML) {\n ele.innerHTML = '';\n }\n }\n delete this.templateCollection[tempName];\n }\n }\n }\n };\n SplitButtonComponent.prototype.setProperties = function (prop, muteOnChange) {\n var _this = this;\n if (this.isVue3) {\n this.models = !this.models ? this.ej2Instances.referModels : this.models;\n }\n if (this.ej2Instances && this.ej2Instances._setProperties) {\n this.ej2Instances._setProperties(prop, muteOnChange);\n }\n if (prop && this.models && this.models.length) {\n Object.keys(prop).map(function (key) {\n _this.models.map(function (model) {\n if ((key === model) && !(/datasource/i.test(key))) {\n if (_this.isVue3) {\n _this.ej2Instances.vueInstance.$emit('update:' + key, prop[key]);\n }\n else {\n _this.$emit('update:' + key, prop[key]);\n _this.$emit('modelchanged', prop[key]);\n }\n }\n });\n });\n }\n };\n SplitButtonComponent.prototype.render = function (createElement) {\n var h = gh || createElement;\n var slots = null;\n if (!isNullOrUndefined(this.$slots.default)) {\n slots = gh ? this.$slots.default() : this.$slots.default;\n }\n return h('button', slots);\n };\n SplitButtonComponent.prototype.addItems = function (items, text) {\n return this.ej2Instances.addItems(items, text);\n };\n SplitButtonComponent.prototype.focusIn = function () {\n return this.ej2Instances.focusIn();\n };\n SplitButtonComponent.prototype.removeItems = function (items, isUniqueId) {\n return this.ej2Instances.removeItems(items, isUniqueId);\n };\n SplitButtonComponent.prototype.toggle = function () {\n return this.ej2Instances.toggle();\n };\n SplitButtonComponent = __decorate([\n EJComponentDecorator({\n props: properties\n }, isExecute)\n /* Start Options({\n props: props,\n watch: watch,\n emits: emitProbs\n }) End */\n ], SplitButtonComponent);\n return SplitButtonComponent;\n}(ComponentBase));\nexport { SplitButtonComponent };\nexport var SplitButtonPlugin = {\n name: 'ejs-splitbutton',\n install: function (Vue) {\n Vue.component(SplitButtonPlugin.name, SplitButtonComponent);\n Vue.component(SplitButtonItemPlugin.name, SplitButtonItemDirective);\n Vue.component(SplitButtonItemsPlugin.name, SplitButtonItemsDirective);\n }\n};\n","var __extends = (this && this.__extends) || (function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\n return function (d, b) {\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\nvar __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {\n var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;\n if (typeof Reflect === \"object\" && typeof Reflect.decorate === \"function\") r = Reflect.decorate(decorators, target, key, desc);\n else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;\n return c > 3 && r && Object.defineProperty(target, key, r), r;\n};\nimport { ComponentBase, EJComponentDecorator, getProps, gh } from '@syncfusion/ej2-vue-base';\nimport { isNullOrUndefined, getValue } from '@syncfusion/ej2-base';\nimport { ProgressButton } from '@syncfusion/ej2-splitbuttons';\n// {{VueImport}}\nexport var properties = ['isLazyUpdate', 'animationSettings', 'content', 'cssClass', 'disabled', 'duration', 'enableHtmlSanitizer', 'enableProgress', 'iconCss', 'iconPosition', 'isPrimary', 'isToggle', 'spinSettings', 'begin', 'created', 'end', 'fail', 'progress'];\nexport var modelProps = [];\nexport var testProp = getProps({ props: properties });\nexport var props = testProp[0];\nexport var watch = testProp[1];\nexport var emitProbs = Object.keys(watch);\nemitProbs.push('modelchanged');\nfor (var _i = 0, modelProps_1 = modelProps; _i < modelProps_1.length; _i++) {\n var props_1 = modelProps_1[_i];\n emitProbs.push('update:' + props_1);\n}\nexport var isExecute = gh ? false : true;\n/**\n * Represents the Essential JS 2 VueJS ProgressButton Component\n * ```html\n * <ejs-progressbutton content='Progress Button'></ejs-progressbutton>\n * ```\n */\nvar ProgressButtonComponent = /** @class */ (function (_super) {\n __extends(ProgressButtonComponent, _super);\n function ProgressButtonComponent() {\n var _this = _super.call(this, arguments) || this;\n _this.propKeys = properties;\n _this.models = modelProps;\n _this.hasChildDirective = false;\n _this.hasInjectedModules = false;\n _this.tagMapper = {};\n _this.tagNameMapper = {};\n _this.isVue3 = !isExecute;\n _this.ej2Instances = new ProgressButton({});\n _this.bindProperties();\n _this.ej2Instances._setProperties = _this.ej2Instances.setProperties;\n _this.ej2Instances.setProperties = _this.setProperties;\n _this.ej2Instances.clearTemplate = _this.clearTemplate;\n return _this;\n }\n ProgressButtonComponent.prototype.clearTemplate = function (templateNames) {\n if (!templateNames) {\n templateNames = Object.keys(this.templateCollection || {});\n }\n if (templateNames.length && this.templateCollection) {\n for (var _i = 0, templateNames_1 = templateNames; _i < templateNames_1.length; _i++) {\n var tempName = templateNames_1[_i];\n var elementCollection = this.templateCollection[tempName];\n if (elementCollection && elementCollection.length) {\n for (var _a = 0, elementCollection_1 = elementCollection; _a < elementCollection_1.length; _a++) {\n var ele = elementCollection_1[_a];\n var destroy = getValue('__vue__.$destroy', ele);\n if (destroy) {\n ele.__vue__.$destroy();\n }\n if (ele.innerHTML) {\n ele.innerHTML = '';\n }\n }\n delete this.templateCollection[tempName];\n }\n }\n }\n };\n ProgressButtonComponent.prototype.setProperties = function (prop, muteOnChange) {\n var _this = this;\n if (this.isVue3) {\n this.models = !this.models ? this.ej2Instances.referModels : this.models;\n }\n if (this.ej2Instances && this.ej2Instances._setProperties) {\n this.ej2Instances._setProperties(prop, muteOnChange);\n }\n if (prop && this.models && this.models.length) {\n Object.keys(prop).map(function (key) {\n _this.models.map(function (model) {\n if ((key === model) && !(/datasource/i.test(key))) {\n if (_this.isVue3) {\n _this.ej2Instances.vueInstance.$emit('update:' + key, prop[key]);\n }\n else {\n _this.$emit('update:' + key, prop[key]);\n _this.$emit('modelchanged', prop[key]);\n }\n }\n });\n });\n }\n };\n ProgressButtonComponent.prototype.render = function (createElement) {\n var h = gh || createElement;\n var slots = null;\n if (!isNullOrUndefined(this.$slots.default)) {\n slots = gh ? this.$slots.default() : this.$slots.default;\n }\n return h('button', slots);\n };\n ProgressButtonComponent.prototype.click = function () {\n return this.ej2Instances.click();\n };\n ProgressButtonComponent.prototype.focusIn = function () {\n return this.ej2Instances.focusIn();\n };\n ProgressButtonComponent.prototype.progressComplete = function () {\n return this.ej2Instances.progressComplete();\n };\n ProgressButtonComponent.prototype.start = function (percent) {\n return this.ej2Instances.start(percent);\n };\n ProgressButtonComponent.prototype.stop = function () {\n return this.ej2Instances.stop();\n };\n ProgressButtonComponent = __decorate([\n EJComponentDecorator({\n props: properties\n }, isExecute)\n /* Start Options({\n props: props,\n watch: watch,\n emits: emitProbs\n }) End */\n ], ProgressButtonComponent);\n return ProgressButtonComponent;\n}(ComponentBase));\nexport { ProgressButtonComponent };\nexport var ProgressButtonPlugin = {\n name: 'ejs-progressbutton',\n install: function (Vue) {\n Vue.component(ProgressButtonPlugin.name, ProgressButtonComponent);\n }\n};\n"],"names":["vueImport","__extends","extendStatics","d","b","Object","setPrototypeOf","__proto__","Array","p","hasOwnProperty","__","this","constructor","prototype","create","__decorate","decorators","target","key","desc","c","arguments","length","r","getOwnPropertyDescriptor","Reflect","decorate","i","defineProperty","isExecute","gh","DropDownButtonItemsDirective","_super","apply","render","getTag","EJComponentDecorator","parseInt","allVue","version","Vue3.Vue","Vue","DropDownButtonItemsPlugin","name","install","component","DropDownButtonItemDirective","DropDownButtonItemPlugin","properties","modelProps","testProp","getProps","props","watch","emitProbs","keys","push","_i","modelProps_1","props_1","DropDownButtonComponent","_this","call","propKeys","models","hasChildDirective","hasInjectedModules","tagMapper","e-dropdownbuttonitems","tagNameMapper","isVue3","ej2Instances","DropDownButton","bindProperties","_setProperties","setProperties","clearTemplate","templateNames","templateCollection","templateNames_1","tempName","elementCollection","_a","elementCollection_1","ele","getValue","__vue__","$destroy","innerHTML","prop","muteOnChange","referModels","map","model","test","vueInstance","$emit","createElement","h","slots","isNullOrUndefined","$slots","default","addItems","items","text","focusIn","removeItems","isUniqueId","toggle","ComponentBase","DropDownButtonPlugin","SplitButtonItemsDirective","SplitButtonItemsPlugin","SplitButtonItemDirective","SplitButtonItemPlugin","SplitButtonComponent","e-splitbuttonitems","SplitButton","SplitButtonPlugin","ProgressButtonComponent","ProgressButton","click","progressComplete","start","percent","stop","ProgressButtonPlugin"],"mappings":"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"}
1
+ {"version":3,"file":"ej2-vue-splitbuttons.umd.min.js","sources":["../src/drop-down-button/items.directive.js","../src/drop-down-button/dropdownbutton.component.js","../src/split-button/items.directive.js","../src/split-button/splitbutton.component.js","../src/progress-button/progressbutton.component.js"],"sourcesContent":["var __extends = (this && this.__extends) || (function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\n return function (d, b) {\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\nvar __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {\n var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;\n if (typeof Reflect === \"object\" && typeof Reflect.decorate === \"function\") r = Reflect.decorate(decorators, target, key, desc);\n else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;\n return c > 3 && r && Object.defineProperty(target, key, r), r;\n};\nimport Vue from 'vue';\nimport { EJComponentDecorator } from '@syncfusion/ej2-vue-base';\nvar DropDownButtonItemsDirective = /** @class */ (function (_super) {\n __extends(DropDownButtonItemsDirective, _super);\n function DropDownButtonItemsDirective() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n DropDownButtonItemsDirective.prototype.render = function () {\n return;\n };\n DropDownButtonItemsDirective = __decorate([\n EJComponentDecorator({})\n ], DropDownButtonItemsDirective);\n return DropDownButtonItemsDirective;\n}(Vue));\nexport { DropDownButtonItemsDirective };\nexport var DropDownButtonItemsPlugin = {\n name: 'e-dropdownbuttonitems',\n install: function (Vue) {\n Vue.component(DropDownButtonItemsPlugin.name, DropDownButtonItemsDirective);\n }\n};\nvar DropDownButtonItemDirective = /** @class */ (function (_super) {\n __extends(DropDownButtonItemDirective, _super);\n function DropDownButtonItemDirective() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n DropDownButtonItemDirective.prototype.render = function () {\n return;\n };\n DropDownButtonItemDirective = __decorate([\n EJComponentDecorator({})\n ], DropDownButtonItemDirective);\n return DropDownButtonItemDirective;\n}(Vue));\nexport { DropDownButtonItemDirective };\nexport var DropDownButtonItemPlugin = {\n name: 'e-dropdownbuttonitem',\n install: function (Vue) {\n Vue.component(DropDownButtonItemPlugin.name, DropDownButtonItemDirective);\n }\n};\n","var __extends = (this && this.__extends) || (function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\n return function (d, b) {\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\nvar __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {\n var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;\n if (typeof Reflect === \"object\" && typeof Reflect.decorate === \"function\") r = Reflect.decorate(decorators, target, key, desc);\n else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;\n return c > 3 && r && Object.defineProperty(target, key, r), r;\n};\nimport { ComponentBase, EJComponentDecorator } from '@syncfusion/ej2-vue-base';\nimport { DropDownButton } from '@syncfusion/ej2-splitbuttons';\nimport { DropDownButtonItemsDirective, DropDownButtonItemDirective, DropDownButtonItemsPlugin, DropDownButtonItemPlugin } from './items.directive';\nexport var properties = ['content', 'createPopupOnClick', 'cssClass', 'disabled', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'iconCss', 'iconPosition', 'items', 'locale', 'target', 'beforeClose', 'beforeItemRender', 'beforeOpen', 'close', 'created', 'open', 'select'];\nexport var modelProps = [];\n/**\n * Represents the Essential JS 2 VueJS DropDownButton Component\n * ```html\n * <ejs-dropdownbutton>DropDownButton</ejs-dropdownbutton>\n * ```\n */\nvar DropDownButtonComponent = /** @class */ (function (_super) {\n __extends(DropDownButtonComponent, _super);\n function DropDownButtonComponent() {\n var _this = _super.call(this) || this;\n _this.propKeys = properties;\n _this.models = modelProps;\n _this.hasChildDirective = true;\n _this.hasInjectedModules = false;\n _this.tagMapper = { \"e-dropdownbuttonitems\": \"e-dropdownbuttonitem\" };\n _this.tagNameMapper = { \"e-dropdownbuttonitems\": \"e-items\" };\n _this.ej2Instances = new DropDownButton({});\n _this.bindProperties();\n _this.ej2Instances._setProperties = _this.ej2Instances.setProperties;\n _this.ej2Instances.setProperties = _this.setProperties;\n return _this;\n }\n DropDownButtonComponent.prototype.setProperties = function (prop, muteOnChange) {\n var _this = this;\n if (this.ej2Instances && this.ej2Instances._setProperties) {\n this.ej2Instances._setProperties(prop, muteOnChange);\n }\n if (prop && this.models && this.models.length) {\n Object.keys(prop).map(function (key) {\n _this.models.map(function (model) {\n if ((key === model) && !(/datasource/i.test(key))) {\n _this.$emit('update:' + key, prop[key]);\n }\n });\n });\n }\n };\n DropDownButtonComponent.prototype.render = function (createElement) {\n return createElement('button', this.$slots.default);\n };\n DropDownButtonComponent.prototype.addItems = function (items, text) {\n return this.ej2Instances.addItems(items, text);\n };\n DropDownButtonComponent.prototype.focusIn = function () {\n return this.ej2Instances.focusIn();\n };\n DropDownButtonComponent.prototype.removeItems = function (items, isUniqueId) {\n return this.ej2Instances.removeItems(items, isUniqueId);\n };\n DropDownButtonComponent.prototype.toggle = function () {\n return this.ej2Instances.toggle();\n };\n DropDownButtonComponent = __decorate([\n EJComponentDecorator({\n props: properties\n })\n ], DropDownButtonComponent);\n return DropDownButtonComponent;\n}(ComponentBase));\nexport { DropDownButtonComponent };\nexport var DropDownButtonPlugin = {\n name: 'ejs-dropdownbutton',\n install: function (Vue) {\n Vue.component(DropDownButtonPlugin.name, DropDownButtonComponent);\n Vue.component(DropDownButtonItemPlugin.name, DropDownButtonItemDirective);\n Vue.component(DropDownButtonItemsPlugin.name, DropDownButtonItemsDirective);\n }\n};\n","var __extends = (this && this.__extends) || (function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\n return function (d, b) {\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\nvar __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {\n var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;\n if (typeof Reflect === \"object\" && typeof Reflect.decorate === \"function\") r = Reflect.decorate(decorators, target, key, desc);\n else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;\n return c > 3 && r && Object.defineProperty(target, key, r), r;\n};\nimport Vue from 'vue';\nimport { EJComponentDecorator } from '@syncfusion/ej2-vue-base';\nvar SplitButtonItemsDirective = /** @class */ (function (_super) {\n __extends(SplitButtonItemsDirective, _super);\n function SplitButtonItemsDirective() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n SplitButtonItemsDirective.prototype.render = function () {\n return;\n };\n SplitButtonItemsDirective = __decorate([\n EJComponentDecorator({})\n ], SplitButtonItemsDirective);\n return SplitButtonItemsDirective;\n}(Vue));\nexport { SplitButtonItemsDirective };\nexport var SplitButtonItemsPlugin = {\n name: 'e-splitbuttonitems',\n install: function (Vue) {\n Vue.component(SplitButtonItemsPlugin.name, SplitButtonItemsDirective);\n }\n};\nvar SplitButtonItemDirective = /** @class */ (function (_super) {\n __extends(SplitButtonItemDirective, _super);\n function SplitButtonItemDirective() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n SplitButtonItemDirective.prototype.render = function () {\n return;\n };\n SplitButtonItemDirective = __decorate([\n EJComponentDecorator({})\n ], SplitButtonItemDirective);\n return SplitButtonItemDirective;\n}(Vue));\nexport { SplitButtonItemDirective };\nexport var SplitButtonItemPlugin = {\n name: 'e-splitbuttonitem',\n install: function (Vue) {\n Vue.component(SplitButtonItemPlugin.name, SplitButtonItemDirective);\n }\n};\n","var __extends = (this && this.__extends) || (function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\n return function (d, b) {\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\nvar __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {\n var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;\n if (typeof Reflect === \"object\" && typeof Reflect.decorate === \"function\") r = Reflect.decorate(decorators, target, key, desc);\n else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;\n return c > 3 && r && Object.defineProperty(target, key, r), r;\n};\nimport { ComponentBase, EJComponentDecorator } from '@syncfusion/ej2-vue-base';\nimport { SplitButton } from '@syncfusion/ej2-splitbuttons';\nimport { SplitButtonItemsDirective, SplitButtonItemDirective, SplitButtonItemsPlugin, SplitButtonItemPlugin } from './items.directive';\nexport var properties = ['content', 'createPopupOnClick', 'cssClass', 'disabled', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'iconCss', 'iconPosition', 'items', 'locale', 'target', 'beforeClose', 'beforeItemRender', 'beforeOpen', 'click', 'close', 'created', 'open', 'select'];\nexport var modelProps = [];\n/**\n * Represents the Essential JS 2 VueJS SplitButton Component\n * ```html\n * <ejs-splitbutton content='Split Button'></ejs-splitbutton>\n * ```\n */\nvar SplitButtonComponent = /** @class */ (function (_super) {\n __extends(SplitButtonComponent, _super);\n function SplitButtonComponent() {\n var _this = _super.call(this) || this;\n _this.propKeys = properties;\n _this.models = modelProps;\n _this.hasChildDirective = true;\n _this.hasInjectedModules = false;\n _this.tagMapper = { \"e-splitbuttonitems\": \"e-splitbuttonitem\" };\n _this.tagNameMapper = { \"e-splitbuttonitems\": \"e-items\" };\n _this.ej2Instances = new SplitButton({});\n _this.bindProperties();\n _this.ej2Instances._setProperties = _this.ej2Instances.setProperties;\n _this.ej2Instances.setProperties = _this.setProperties;\n return _this;\n }\n SplitButtonComponent.prototype.setProperties = function (prop, muteOnChange) {\n var _this = this;\n if (this.ej2Instances && this.ej2Instances._setProperties) {\n this.ej2Instances._setProperties(prop, muteOnChange);\n }\n if (prop && this.models && this.models.length) {\n Object.keys(prop).map(function (key) {\n _this.models.map(function (model) {\n if ((key === model) && !(/datasource/i.test(key))) {\n _this.$emit('update:' + key, prop[key]);\n }\n });\n });\n }\n };\n SplitButtonComponent.prototype.render = function (createElement) {\n return createElement('button', this.$slots.default);\n };\n SplitButtonComponent.prototype.addItems = function (items, text) {\n return this.ej2Instances.addItems(items, text);\n };\n SplitButtonComponent.prototype.focusIn = function () {\n return this.ej2Instances.focusIn();\n };\n SplitButtonComponent.prototype.removeItems = function (items, isUniqueId) {\n return this.ej2Instances.removeItems(items, isUniqueId);\n };\n SplitButtonComponent.prototype.toggle = function () {\n return this.ej2Instances.toggle();\n };\n SplitButtonComponent = __decorate([\n EJComponentDecorator({\n props: properties\n })\n ], SplitButtonComponent);\n return SplitButtonComponent;\n}(ComponentBase));\nexport { SplitButtonComponent };\nexport var SplitButtonPlugin = {\n name: 'ejs-splitbutton',\n install: function (Vue) {\n Vue.component(SplitButtonPlugin.name, SplitButtonComponent);\n Vue.component(SplitButtonItemPlugin.name, SplitButtonItemDirective);\n Vue.component(SplitButtonItemsPlugin.name, SplitButtonItemsDirective);\n }\n};\n","var __extends = (this && this.__extends) || (function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\n return function (d, b) {\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\nvar __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {\n var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;\n if (typeof Reflect === \"object\" && typeof Reflect.decorate === \"function\") r = Reflect.decorate(decorators, target, key, desc);\n else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;\n return c > 3 && r && Object.defineProperty(target, key, r), r;\n};\nimport { ComponentBase, EJComponentDecorator } from '@syncfusion/ej2-vue-base';\nimport { ProgressButton } from '@syncfusion/ej2-splitbuttons';\nexport var properties = ['animationSettings', 'content', 'cssClass', 'disabled', 'duration', 'enableHtmlSanitizer', 'enableProgress', 'iconCss', 'iconPosition', 'isPrimary', 'isToggle', 'spinSettings', 'begin', 'created', 'end', 'fail', 'progress'];\nexport var modelProps = [];\n/**\n * Represents the Essential JS 2 VueJS ProgressButton Component\n * ```html\n * <ejs-progressbutton content='Progress Button'></ejs-progressbutton>\n * ```\n */\nvar ProgressButtonComponent = /** @class */ (function (_super) {\n __extends(ProgressButtonComponent, _super);\n function ProgressButtonComponent() {\n var _this = _super.call(this) || this;\n _this.propKeys = properties;\n _this.models = modelProps;\n _this.hasChildDirective = false;\n _this.hasInjectedModules = false;\n _this.tagMapper = {};\n _this.tagNameMapper = {};\n _this.ej2Instances = new ProgressButton({});\n _this.bindProperties();\n _this.ej2Instances._setProperties = _this.ej2Instances.setProperties;\n _this.ej2Instances.setProperties = _this.setProperties;\n return _this;\n }\n ProgressButtonComponent.prototype.setProperties = function (prop, muteOnChange) {\n var _this = this;\n if (this.ej2Instances && this.ej2Instances._setProperties) {\n this.ej2Instances._setProperties(prop, muteOnChange);\n }\n if (prop && this.models && this.models.length) {\n Object.keys(prop).map(function (key) {\n _this.models.map(function (model) {\n if ((key === model) && !(/datasource/i.test(key))) {\n _this.$emit('update:' + key, prop[key]);\n }\n });\n });\n }\n };\n ProgressButtonComponent.prototype.render = function (createElement) {\n return createElement('button', this.$slots.default);\n };\n ProgressButtonComponent.prototype.click = function () {\n return this.ej2Instances.click();\n };\n ProgressButtonComponent.prototype.focusIn = function () {\n return this.ej2Instances.focusIn();\n };\n ProgressButtonComponent.prototype.progressComplete = function () {\n return this.ej2Instances.progressComplete();\n };\n ProgressButtonComponent.prototype.start = function (percent) {\n return this.ej2Instances.start(percent);\n };\n ProgressButtonComponent.prototype.stop = function () {\n return this.ej2Instances.stop();\n };\n ProgressButtonComponent = __decorate([\n EJComponentDecorator({\n props: properties\n })\n ], ProgressButtonComponent);\n return ProgressButtonComponent;\n}(ComponentBase));\nexport { ProgressButtonComponent };\nexport var ProgressButtonPlugin = {\n name: 'ejs-progressbutton',\n install: function (Vue) {\n Vue.component(ProgressButtonPlugin.name, ProgressButtonComponent);\n }\n};\n"],"names":["__extends","extendStatics","d","b","Object","setPrototypeOf","__proto__","Array","p","hasOwnProperty","__","this","constructor","prototype","create","__decorate","decorators","target","key","desc","c","arguments","length","r","getOwnPropertyDescriptor","Reflect","decorate","i","defineProperty","DropDownButtonItemsDirective","_super","apply","render","EJComponentDecorator","Vue","DropDownButtonItemsPlugin","name","install","component","DropDownButtonItemDirective","DropDownButtonItemPlugin","properties","modelProps","DropDownButtonComponent","_this","call","propKeys","models","hasChildDirective","hasInjectedModules","tagMapper","e-dropdownbuttonitems","tagNameMapper","ej2Instances","DropDownButton","bindProperties","_setProperties","setProperties","prop","muteOnChange","keys","map","model","test","$emit","createElement","$slots","default","addItems","items","text","focusIn","removeItems","isUniqueId","toggle","props","ComponentBase","DropDownButtonPlugin","SplitButtonItemsDirective","SplitButtonItemsPlugin","SplitButtonItemDirective","SplitButtonItemPlugin","SplitButtonComponent","e-splitbuttonitems","SplitButton","SplitButtonPlugin","ProgressButtonComponent","ProgressButton","click","progressComplete","start","percent","stop","ProgressButtonPlugin"],"mappings":"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"}
@@ -1,8 +1,8 @@
1
1
  import { DropDownButton, ProgressButton, SplitButton } from '@syncfusion/ej2-splitbuttons';
2
2
  import { ComponentBase, EJComponentDecorator, allVue, getProps, gh } from '@syncfusion/ej2-vue-base';
3
3
  import { Vue } from 'vue-class-component';
4
- import Vue$1 from 'vue';
5
4
  import { getValue, isNullOrUndefined } from '@syncfusion/ej2-base';
5
+ import Vue$1 from 'vue';
6
6
 
7
7
  var __decorate = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
8
8
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
@@ -10,6 +10,7 @@ var __decorate = (undefined && undefined.__decorate) || function (decorators, ta
10
10
  else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
11
11
  return c > 3 && r && Object.defineProperty(target, key, r), r;
12
12
  };
13
+ // {{VueImport}}
13
14
  const isExecute = gh ? false : true;
14
15
  let vueImport;
15
16
  if (!isExecute || parseInt(allVue.version) < 3) {
@@ -18,16 +19,47 @@ if (!isExecute || parseInt(allVue.version) < 3) {
18
19
  else {
19
20
  vueImport = Vue$1;
20
21
  }
21
- let DropDownButtonItemsDirective = class DropDownButtonItemsDirective extends vueImport {
22
- render() {
22
+ let DropDownButtonItemsDirective =
23
+ /* Start Options({
24
+ inject: {
25
+ custom: {
26
+ default: null
27
+ }
28
+ }
29
+ }) End */
30
+ class DropDownButtonItemsDirective extends vueImport {
31
+ constructor() {
32
+ super(arguments);
33
+ }
34
+ render(createElement) {
35
+ if (gh) {
36
+ let h = gh || createElement;
37
+ let slots = null;
38
+ if (!isNullOrUndefined(this.$slots.default)) {
39
+ slots = gh ? this.$slots.default() : this.$slots.default;
40
+ }
41
+ return h('div', { class: 'e-directive' }, slots);
42
+ }
23
43
  return;
24
44
  }
45
+ updated() {
46
+ if (gh && this.custom) {
47
+ this.custom();
48
+ }
49
+ }
25
50
  getTag() {
26
51
  return 'e-dropdownbuttonitems';
27
52
  }
28
53
  };
29
54
  DropDownButtonItemsDirective = __decorate([
30
55
  EJComponentDecorator({}, isExecute)
56
+ /* Start Options({
57
+ inject: {
58
+ custom: {
59
+ default: null
60
+ }
61
+ }
62
+ }) End */
31
63
  ], DropDownButtonItemsDirective);
32
64
  const DropDownButtonItemsPlugin = {
33
65
  name: 'e-dropdownbuttonitems',
@@ -81,7 +113,12 @@ let DropDownButtonComponent =
81
113
  /* Start Options({
82
114
  props: props,
83
115
  watch: watch,
84
- emits: emitProbs
116
+ emits: emitProbs,
117
+ provide: function provide() {
118
+ return {
119
+ custom: this.custom
120
+ };
121
+ }
85
122
  }) End */
86
123
  class DropDownButtonComponent extends ComponentBase {
87
124
  constructor() {
@@ -98,6 +135,7 @@ class DropDownButtonComponent extends ComponentBase {
98
135
  this.ej2Instances._setProperties = this.ej2Instances.setProperties;
99
136
  this.ej2Instances.setProperties = this.setProperties;
100
137
  this.ej2Instances.clearTemplate = this.clearTemplate;
138
+ this.updated = this.updated;
101
139
  }
102
140
  clearTemplate(templateNames) {
103
141
  if (!templateNames) {
@@ -152,6 +190,9 @@ class DropDownButtonComponent extends ComponentBase {
152
190
  }
153
191
  return h('button', slots);
154
192
  }
193
+ custom() {
194
+ this.updated();
195
+ }
155
196
  addItems(items, text) {
156
197
  return this.ej2Instances.addItems(items, text);
157
198
  }
@@ -172,7 +213,12 @@ DropDownButtonComponent = __decorate$1([
172
213
  /* Start Options({
173
214
  props: props,
174
215
  watch: watch,
175
- emits: emitProbs
216
+ emits: emitProbs,
217
+ provide: function provide() {
218
+ return {
219
+ custom: this.custom
220
+ };
221
+ }
176
222
  }) End */
177
223
  ], DropDownButtonComponent);
178
224
  const DropDownButtonPlugin = {
@@ -190,6 +236,7 @@ var __decorate$2 = (undefined && undefined.__decorate) || function (decorators,
190
236
  else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
191
237
  return c > 3 && r && Object.defineProperty(target, key, r), r;
192
238
  };
239
+ // {{VueImport}}
193
240
  const isExecute$2 = gh ? false : true;
194
241
  let vueImport$1;
195
242
  if (!isExecute$2 || parseInt(allVue.version) < 3) {
@@ -198,16 +245,47 @@ if (!isExecute$2 || parseInt(allVue.version) < 3) {
198
245
  else {
199
246
  vueImport$1 = Vue$1;
200
247
  }
201
- let SplitButtonItemsDirective = class SplitButtonItemsDirective extends vueImport$1 {
202
- render() {
248
+ let SplitButtonItemsDirective =
249
+ /* Start Options({
250
+ inject: {
251
+ custom: {
252
+ default: null
253
+ }
254
+ }
255
+ }) End */
256
+ class SplitButtonItemsDirective extends vueImport$1 {
257
+ constructor() {
258
+ super(arguments);
259
+ }
260
+ render(createElement) {
261
+ if (gh) {
262
+ let h = gh || createElement;
263
+ let slots = null;
264
+ if (!isNullOrUndefined(this.$slots.default)) {
265
+ slots = gh ? this.$slots.default() : this.$slots.default;
266
+ }
267
+ return h('div', { class: 'e-directive' }, slots);
268
+ }
203
269
  return;
204
270
  }
271
+ updated() {
272
+ if (gh && this.custom) {
273
+ this.custom();
274
+ }
275
+ }
205
276
  getTag() {
206
277
  return 'e-splitbuttonitems';
207
278
  }
208
279
  };
209
280
  SplitButtonItemsDirective = __decorate$2([
210
281
  EJComponentDecorator({}, isExecute$2)
282
+ /* Start Options({
283
+ inject: {
284
+ custom: {
285
+ default: null
286
+ }
287
+ }
288
+ }) End */
211
289
  ], SplitButtonItemsDirective);
212
290
  const SplitButtonItemsPlugin = {
213
291
  name: 'e-splitbuttonitems',
@@ -261,7 +339,12 @@ let SplitButtonComponent =
261
339
  /* Start Options({
262
340
  props: props,
263
341
  watch: watch,
264
- emits: emitProbs
342
+ emits: emitProbs,
343
+ provide: function provide() {
344
+ return {
345
+ custom: this.custom
346
+ };
347
+ }
265
348
  }) End */
266
349
  class SplitButtonComponent extends ComponentBase {
267
350
  constructor() {
@@ -278,6 +361,7 @@ class SplitButtonComponent extends ComponentBase {
278
361
  this.ej2Instances._setProperties = this.ej2Instances.setProperties;
279
362
  this.ej2Instances.setProperties = this.setProperties;
280
363
  this.ej2Instances.clearTemplate = this.clearTemplate;
364
+ this.updated = this.updated;
281
365
  }
282
366
  clearTemplate(templateNames) {
283
367
  if (!templateNames) {
@@ -332,6 +416,9 @@ class SplitButtonComponent extends ComponentBase {
332
416
  }
333
417
  return h('button', slots);
334
418
  }
419
+ custom() {
420
+ this.updated();
421
+ }
335
422
  addItems(items, text) {
336
423
  return this.ej2Instances.addItems(items, text);
337
424
  }
@@ -352,7 +439,12 @@ SplitButtonComponent = __decorate$3([
352
439
  /* Start Options({
353
440
  props: props,
354
441
  watch: watch,
355
- emits: emitProbs
442
+ emits: emitProbs,
443
+ provide: function provide() {
444
+ return {
445
+ custom: this.custom
446
+ };
447
+ }
356
448
  }) End */
357
449
  ], SplitButtonComponent);
358
450
  const SplitButtonPlugin = {
@@ -392,7 +484,12 @@ let ProgressButtonComponent =
392
484
  /* Start Options({
393
485
  props: props,
394
486
  watch: watch,
395
- emits: emitProbs
487
+ emits: emitProbs,
488
+ provide: function provide() {
489
+ return {
490
+ custom: this.custom
491
+ };
492
+ }
396
493
  }) End */
397
494
  class ProgressButtonComponent extends ComponentBase {
398
495
  constructor() {
@@ -409,6 +506,7 @@ class ProgressButtonComponent extends ComponentBase {
409
506
  this.ej2Instances._setProperties = this.ej2Instances.setProperties;
410
507
  this.ej2Instances.setProperties = this.setProperties;
411
508
  this.ej2Instances.clearTemplate = this.clearTemplate;
509
+ this.updated = this.updated;
412
510
  }
413
511
  clearTemplate(templateNames) {
414
512
  if (!templateNames) {
@@ -463,6 +561,9 @@ class ProgressButtonComponent extends ComponentBase {
463
561
  }
464
562
  return h('button', slots);
465
563
  }
564
+ custom() {
565
+ this.updated();
566
+ }
466
567
  click() {
467
568
  return this.ej2Instances.click();
468
569
  }
@@ -486,7 +587,12 @@ ProgressButtonComponent = __decorate$4([
486
587
  /* Start Options({
487
588
  props: props,
488
589
  watch: watch,
489
- emits: emitProbs
590
+ emits: emitProbs,
591
+ provide: function provide() {
592
+ return {
593
+ custom: this.custom
594
+ };
595
+ }
490
596
  }) End */
491
597
  ], ProgressButtonComponent);
492
598
  const ProgressButtonPlugin = {