@syncfusion/ej2-angular-splitbuttons 32.1.19-ngcc → 32.1.22-ngcc

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/README.md CHANGED
@@ -105,4 +105,4 @@ Check the license detail [here](https://github.com/syncfusion/ej2-angular-ui-com
105
105
 
106
106
  Check the changelog [here](https://github.com/syncfusion/ej2-angular-ui-components/blob/master/components/splitbuttons/CHANGELOG.md?utm_source=npm&utm_campaign=split-button)
107
107
 
108
- © Copyright 2025 Syncfusion<sup>®</sup> Inc. All Rights Reserved. The Syncfusion<sup>®</sup> Essential Studio<sup>®</sup> license and copyright applies to this distribution.
108
+ © Copyright 2026 Syncfusion<sup>®</sup> Inc. All Rights Reserved. The Syncfusion<sup>®</sup> Essential Studio<sup>®</sup> license and copyright applies to this distribution.
@@ -1,3 +1,12 @@
1
+ /*!
2
+ * filename: ej2-angular-splitbuttons.umd.js
3
+ * version : 32.1.22
4
+ * Copyright Syncfusion Inc. 2001 - 2025. 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
+ */
1
10
  (function (global, factory) {
2
11
  typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@syncfusion/ej2-angular-base'), require('@syncfusion/ej2-splitbuttons'), require('@angular/common')) :
3
12
  typeof define === 'function' && define.amd ? define(['exports', '@angular/core', '@syncfusion/ej2-angular-base', '@syncfusion/ej2-splitbuttons', '@angular/common'], factory) :
@@ -1,2 +1,11 @@
1
+ /*!
2
+ * filename: ej2-angular-splitbuttons.umd.min.js
3
+ * version : 32.1.22
4
+ * Copyright Syncfusion Inc. 2001 - 2025. 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
+ */
1
10
  !function(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports,require("@angular/core"),require("@syncfusion/ej2-angular-base"),require("@syncfusion/ej2-splitbuttons"),require("@angular/common")):"function"==typeof define&&define.amd?define(["exports","@angular/core","@syncfusion/ej2-angular-base","@syncfusion/ej2-splitbuttons","@angular/common"],e):e(t["ej2-angular-splitbuttons"]={},t.ng.core,t.ej2.angular.base,t.ej2.splitbuttons,t.ng.common)}(this,function(t,e,n,o,r){"use strict";var i=this&&this.__extends||function(){var 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])};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=["disabled","iconCss","id","separator","text","url"],c=[],a=function(t){function e(e){var o=t.call(this)||this;return o.viewContainerRef=e,n.setValue("currentInstance",o,o.viewContainerRef),o.registerEvents(c),o.directivePropList=s,o}return i(e,t),e}(n.ComplexBase);a.decorators=[{type:e.Directive,args:[{selector:"e-dropdownbuttonitems>e-dropdownbuttonitem",inputs:s,outputs:c,queries:{}}]}],a.ctorParameters=function(){return[{type:e.ViewContainerRef}]};var u=function(t){function e(){return t.call(this,"items")||this}return i(e,t),e}(n.ArrayBase);u.decorators=[{type:e.Directive,args:[{selector:"ejs-dropdownbutton>e-dropdownbuttonitems",queries:{children:new e.ContentChildren(a)}}]}],u.ctorParameters=function(){return[]};var p=this&&this.__decorate||function(t,e,n,o){var r,i=arguments.length,s=i<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,n,o);else for(var c=t.length-1;c>=0;c--)(r=t[c])&&(s=(i<3?r(s):i>3?r(e,n,s):r(e,n))||s);return i>3&&s&&Object.defineProperty(e,n,s),s},l=this&&this.__metadata||function(t,e){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(t,e)},f=["animationSettings","closeActionEvents","content","createPopupOnClick","cssClass","disabled","enableHtmlSanitizer","enablePersistence","enableRtl","iconCss","iconPosition","itemTemplate","items","locale","popupWidth","target"],d=["beforeClose","beforeItemRender","beforeOpen","close","created","open","select"],m=[];t.DropDownButtonComponent=function(t){function e(e,o,r,i){var s=t.call(this)||this;return s.ngEle=e,s.srenderer=o,s.viewContainerRef=r,s.injector=i,s.tags=["items"],s.element=s.ngEle.nativeElement,s.injectedModules=s.injectedModules||[],s.registerEvents(d),s.addTwoWay.call(s,m),n.setValue("currentInstance",s,s.viewContainerRef),s.containerContext=new n.ComponentBase,s}return i(e,t),e.prototype.ngOnInit=function(){this.containerContext.ngOnInit(this)},e.prototype.ngAfterViewInit=function(){this.containerContext.ngAfterViewInit(this)},e.prototype.ngOnDestroy=function(){this.containerContext.ngOnDestroy(this)},e.prototype.ngAfterContentChecked=function(){this.tagObjects[0].instance=this.childItems,this.containerContext.ngAfterContentChecked(this)},e}(o.DropDownButton),t.DropDownButtonComponent.decorators=[{type:e.Component,args:[{selector:"[ejs-dropdownbutton]",inputs:f,outputs:d,template:"<ng-content ></ng-content>",changeDetection:e.ChangeDetectionStrategy.OnPush,queries:{childItems:new e.ContentChild(u)}}]}],t.DropDownButtonComponent.ctorParameters=function(){return[{type:e.ElementRef},{type:e.Renderer2},{type:e.ViewContainerRef},{type:e.Injector}]},t.DropDownButtonComponent=p([n.ComponentMixins([n.ComponentBase]),l("design:paramtypes",[e.ElementRef,e.Renderer2,e.ViewContainerRef,e.Injector])],t.DropDownButtonComponent);var g=function(){return function(){}}();g.decorators=[{type:e.NgModule,args:[{imports:[r.CommonModule],declarations:[t.DropDownButtonComponent,a,u],exports:[t.DropDownButtonComponent,a,u]}]}],g.ctorParameters=function(){return[]};var C=function(){return function(){}}();C.decorators=[{type:e.NgModule,args:[{imports:[r.CommonModule,g],exports:[g],providers:[]}]}],C.ctorParameters=function(){return[]};var y=["disabled","iconCss","id","separator","text","url"],h=[],w=function(t){function e(e){var o=t.call(this)||this;return o.viewContainerRef=e,n.setValue("currentInstance",o,o.viewContainerRef),o.registerEvents(h),o.directivePropList=y,o}return i(e,t),e}(n.ComplexBase);w.decorators=[{type:e.Directive,args:[{selector:"e-splitbuttonitems>e-splitbuttonitem",inputs:y,outputs:h,queries:{}}]}],w.ctorParameters=function(){return[{type:e.ViewContainerRef}]};var v=function(t){function e(){return t.call(this,"items")||this}return i(e,t),e}(n.ArrayBase);v.decorators=[{type:e.Directive,args:[{selector:"ejs-splitbutton>e-splitbuttonitems",queries:{children:new e.ContentChildren(w)}}]}],v.ctorParameters=function(){return[]};var D=this&&this.__decorate||function(t,e,n,o){var r,i=arguments.length,s=i<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,n,o);else for(var c=t.length-1;c>=0;c--)(r=t[c])&&(s=(i<3?r(s):i>3?r(e,n,s):r(e,n))||s);return i>3&&s&&Object.defineProperty(e,n,s),s},b=this&&this.__metadata||function(t,e){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(t,e)},B=["animationSettings","closeActionEvents","content","createPopupOnClick","cssClass","disabled","enableHtmlSanitizer","enablePersistence","enableRtl","iconCss","iconPosition","itemTemplate","items","locale","popupWidth","target"],R=["beforeClose","beforeItemRender","beforeOpen","click","close","created","open","select"],P=[];t.SplitButtonComponent=function(t){function e(e,o,r,i){var s=t.call(this)||this;return s.ngEle=e,s.srenderer=o,s.viewContainerRef=r,s.injector=i,s.tags=["items"],s.element=s.ngEle.nativeElement,s.injectedModules=s.injectedModules||[],s.registerEvents(R),s.addTwoWay.call(s,P),n.setValue("currentInstance",s,s.viewContainerRef),s.containerContext=new n.ComponentBase,s}return i(e,t),e.prototype.ngOnInit=function(){this.containerContext.ngOnInit(this)},e.prototype.ngAfterViewInit=function(){this.containerContext.ngAfterViewInit(this)},e.prototype.ngOnDestroy=function(){this.containerContext.ngOnDestroy(this)},e.prototype.ngAfterContentChecked=function(){this.tagObjects[0].instance=this.childItems,this.containerContext.ngAfterContentChecked(this)},e}(o.SplitButton),t.SplitButtonComponent.decorators=[{type:e.Component,args:[{selector:"ejs-splitbutton",inputs:B,outputs:R,template:"<ng-content ></ng-content>",changeDetection:e.ChangeDetectionStrategy.OnPush,queries:{childItems:new e.ContentChild(v)}}]}],t.SplitButtonComponent.ctorParameters=function(){return[{type:e.ElementRef},{type:e.Renderer2},{type:e.ViewContainerRef},{type:e.Injector}]},t.SplitButtonComponent=D([n.ComponentMixins([n.ComponentBase]),b("design:paramtypes",[e.ElementRef,e.Renderer2,e.ViewContainerRef,e.Injector])],t.SplitButtonComponent);var j=function(){return function(){}}();j.decorators=[{type:e.NgModule,args:[{imports:[r.CommonModule],declarations:[t.SplitButtonComponent,w,v],exports:[t.SplitButtonComponent,w,v]}]}],j.ctorParameters=function(){return[]};var I=function(){return function(){}}();I.decorators=[{type:e.NgModule,args:[{imports:[r.CommonModule,j],exports:[j],providers:[]}]}],I.ctorParameters=function(){return[]};var O=this&&this.__decorate||function(t,e,n,o){var r,i=arguments.length,s=i<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,e,n,o);else for(var c=t.length-1;c>=0;c--)(r=t[c])&&(s=(i<3?r(s):i>3?r(e,n,s):r(e,n))||s);return i>3&&s&&Object.defineProperty(e,n,s),s},S=this&&this.__metadata||function(t,e){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(t,e)},x=["animationSettings","content","cssClass","disabled","duration","enableHtmlSanitizer","enableProgress","iconCss","iconPosition","isPrimary","isToggle","spinSettings"],M=["begin","created","end","fail","progress"],A=[];t.ProgressButtonComponent=function(t){function e(e,o,r,i){var s=t.call(this)||this;return s.ngEle=e,s.srenderer=o,s.viewContainerRef=r,s.injector=i,s.element=s.ngEle.nativeElement,s.injectedModules=s.injectedModules||[],s.registerEvents(M),s.addTwoWay.call(s,A),n.setValue("currentInstance",s,s.viewContainerRef),s.containerContext=new n.ComponentBase,s}return i(e,t),e.prototype.ngOnInit=function(){this.containerContext.ngOnInit(this)},e.prototype.ngAfterViewInit=function(){this.containerContext.ngAfterViewInit(this)},e.prototype.ngOnDestroy=function(){this.containerContext.ngOnDestroy(this)},e.prototype.ngAfterContentChecked=function(){this.containerContext.ngAfterContentChecked(this)},e}(o.ProgressButton),t.ProgressButtonComponent.decorators=[{type:e.Component,args:[{selector:"[ejs-progressbutton]",inputs:x,outputs:M,template:"<ng-content ></ng-content>",changeDetection:e.ChangeDetectionStrategy.OnPush,queries:{}}]}],t.ProgressButtonComponent.ctorParameters=function(){return[{type:e.ElementRef},{type:e.Renderer2},{type:e.ViewContainerRef},{type:e.Injector}]},t.ProgressButtonComponent=O([n.ComponentMixins([n.ComponentBase]),S("design:paramtypes",[e.ElementRef,e.Renderer2,e.ViewContainerRef,e.Injector])],t.ProgressButtonComponent);var _=function(){return function(){}}();_.decorators=[{type:e.NgModule,args:[{imports:[r.CommonModule],declarations:[t.ProgressButtonComponent],exports:[t.ProgressButtonComponent]}]}],_.ctorParameters=function(){return[]};var E=function(){return function(){}}();E.decorators=[{type:e.NgModule,args:[{imports:[r.CommonModule,_],exports:[_],providers:[]}]}],E.ctorParameters=function(){return[]},t.DropDownButtonItemDirective=a,t.DropDownButtonItemsDirective=u,t.DropDownButtonModule=g,t.DropDownButtonAllModule=C,t.SplitButtonItemDirective=w,t.SplitButtonItemsDirective=v,t.SplitButtonModule=j,t.SplitButtonAllModule=I,t.ProgressButtonModule=_,t.ProgressButtonAllModule=E,t.ɵa=f,t.ɵb=d,t.ɵe=x,t.ɵf=M,t.ɵc=B,t.ɵd=R,t.getModel=o.getModel,t.upDownKeyHandler=o.upDownKeyHandler,t.setBlankIconStyle=o.setBlankIconStyle,t.Item=o.Item,t.DropDownMenuAnimationSettings=o.DropDownMenuAnimationSettings,t.DropDownButton=o.DropDownButton,t.SplitButton=o.SplitButton,t.Deferred=o.Deferred,t.createButtonGroup=o.createButtonGroup,t.SpinSettings=o.SpinSettings,t.AnimationSettings=o.AnimationSettings,t.ProgressButton=o.ProgressButton,Object.defineProperty(t,"__esModule",{value:!0})});
2
11
  //# sourceMappingURL=ej2-angular-splitbuttons.umd.min.js.map
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-angular-splitbuttons@*",
3
- "_id": "@syncfusion/ej2-angular-splitbuttons@28.2.0",
3
+ "_id": "@syncfusion/ej2-angular-splitbuttons@32.1.1",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-JewIkYVIuHR3n0XB9i8pXAL9nQ3eqvWAvHKyKDnzNM130dFrllEMvsK6TLRn35J/oJ/Ofi7z8zWn4N52Uumvvg==",
5
+ "_integrity": "sha512-TbXrNw3WGGR2/rhMecebb0dLywVn9Xm3FUPpLG/vhClV4D7+r5MFlySqQAJhTqMeJeJAB/S9eDiIyfXhElHioQ==",
6
6
  "_location": "/@syncfusion/ej2-angular-splitbuttons",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,8 +19,8 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-development/@syncfusion/ej2-angular-splitbuttons/-/ej2-angular-splitbuttons-28.2.0.tgz",
23
- "_shasum": "57af845cb32ce1ec23df0886f1796efbe8014912",
22
+ "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-release/@syncfusion/ej2-angular-splitbuttons/-/ej2-angular-splitbuttons-32.1.1.tgz",
23
+ "_shasum": "12f35f1330369a52dc01b8506a546fc327f2f1b4",
24
24
  "_spec": "@syncfusion/ej2-angular-splitbuttons@*",
25
25
  "_where": "D:\\SF3992\\WFH\\Nexus\\release",
26
26
  "author": {
@@ -33,7 +33,7 @@
33
33
  "dependencies": {
34
34
  "@syncfusion/ej2-angular-base": "~32.1.19",
35
35
  "@syncfusion/ej2-base": "~32.1.19",
36
- "@syncfusion/ej2-splitbuttons": "32.1.19"
36
+ "@syncfusion/ej2-splitbuttons": "32.1.22"
37
37
  },
38
38
  "deprecated": false,
39
39
  "description": "A package of feature-rich Essential JS 2 components such as DropDownButton, SplitButton, ProgressButton and ButtonGroup. for Angular",
@@ -69,5 +69,5 @@
69
69
  "schematics": "./schematics/collection.json",
70
70
  "sideEffects": false,
71
71
  "typings": "ej2-angular-splitbuttons.d.ts",
72
- "version": "32.1.19-ngcc"
72
+ "version": "32.1.22-ngcc"
73
73
  }
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.pkgName = '@syncfusion/ej2-angular-splitbuttons';
4
- exports.pkgVer = '^32.1.19';
4
+ exports.pkgVer = '^32.1.22';
5
5
  exports.moduleName = 'DropDownButtonModule, SplitButtonModule, ProgressButtonModule';
6
- exports.themeVer = '~32.1.19';
6
+ exports.themeVer = '~32.1.22';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-splitbuttons';
2
- export const pkgVer = '^32.1.19';
2
+ export const pkgVer = '^32.1.22';
3
3
  export const moduleName = 'DropDownButtonModule, SplitButtonModule, ProgressButtonModule';
4
- export const themeVer = '~32.1.19';
4
+ export const themeVer = '~32.1.22';