@syncfusion/ej2-angular-splitbuttons 33.2.6 → 34.1.29-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.
Files changed (152) hide show
  1. package/@syncfusion/ej2-angular-splitbuttons.es5.js +565 -0
  2. package/@syncfusion/ej2-angular-splitbuttons.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-splitbuttons.js +516 -0
  4. package/@syncfusion/ej2-angular-splitbuttons.js.map +1 -0
  5. package/LICENSE +10 -0
  6. package/dist/ej2-angular-splitbuttons.umd.js +604 -0
  7. package/dist/ej2-angular-splitbuttons.umd.js.map +1 -0
  8. package/dist/ej2-angular-splitbuttons.umd.min.js +11 -0
  9. package/dist/ej2-angular-splitbuttons.umd.min.js.map +1 -0
  10. package/ej2-angular-splitbuttons.d.ts +7 -0
  11. package/ej2-angular-splitbuttons.metadata.json +1 -0
  12. package/package.json +10 -23
  13. package/public_api.d.ts +1 -1
  14. package/schematics/utils/lib-details.js +2 -2
  15. package/schematics/utils/lib-details.ts +2 -2
  16. package/src/drop-down-button/dropdownbutton-all.module.d.ts +5 -11
  17. package/src/drop-down-button/dropdownbutton.component.d.ts +37 -40
  18. package/src/drop-down-button/dropdownbutton.module.d.ts +5 -12
  19. package/src/drop-down-button/items.directive.d.ts +45 -50
  20. package/src/index.d.ts +12 -12
  21. package/src/progress-button/progressbutton-all.module.d.ts +5 -11
  22. package/src/progress-button/progressbutton.component.d.ts +32 -35
  23. package/src/progress-button/progressbutton.module.d.ts +5 -11
  24. package/src/split-button/items.directive.d.ts +45 -50
  25. package/src/split-button/splitbutton-all.module.d.ts +5 -11
  26. package/src/split-button/splitbutton.component.d.ts +38 -41
  27. package/src/split-button/splitbutton.module.d.ts +5 -12
  28. package/styles/bds-lite.scss +1 -1
  29. package/styles/bootstrap-dark-lite.scss +1 -1
  30. package/styles/bootstrap-lite.scss +1 -1
  31. package/styles/bootstrap4-lite.scss +1 -1
  32. package/styles/bootstrap5-dark-lite.scss +1 -1
  33. package/styles/bootstrap5-lite.scss +1 -1
  34. package/styles/bootstrap5.3-lite.scss +1 -1
  35. package/styles/button-group/bds.scss +1 -1
  36. package/styles/button-group/bootstrap-dark.scss +1 -1
  37. package/styles/button-group/bootstrap.scss +1 -1
  38. package/styles/button-group/bootstrap4.scss +1 -1
  39. package/styles/button-group/bootstrap5-dark.scss +1 -1
  40. package/styles/button-group/bootstrap5.3.scss +1 -1
  41. package/styles/button-group/bootstrap5.scss +1 -1
  42. package/styles/button-group/fabric-dark.scss +1 -1
  43. package/styles/button-group/fabric.scss +1 -1
  44. package/styles/button-group/fluent-dark.scss +1 -1
  45. package/styles/button-group/fluent.scss +1 -1
  46. package/styles/button-group/fluent2.scss +1 -1
  47. package/styles/button-group/highcontrast-light.scss +1 -1
  48. package/styles/button-group/highcontrast.scss +1 -1
  49. package/styles/button-group/material-dark.scss +1 -1
  50. package/styles/button-group/material.scss +1 -1
  51. package/styles/button-group/material3-dark.scss +1 -1
  52. package/styles/button-group/material3.scss +1 -1
  53. package/styles/button-group/tailwind-dark.scss +1 -1
  54. package/styles/button-group/tailwind.scss +1 -1
  55. package/styles/button-group/tailwind3.scss +1 -1
  56. package/styles/drop-down-button/bds.scss +1 -1
  57. package/styles/drop-down-button/bootstrap-dark.scss +1 -1
  58. package/styles/drop-down-button/bootstrap.scss +1 -1
  59. package/styles/drop-down-button/bootstrap4.scss +1 -1
  60. package/styles/drop-down-button/bootstrap5-dark.scss +1 -1
  61. package/styles/drop-down-button/bootstrap5.3.scss +1 -1
  62. package/styles/drop-down-button/bootstrap5.scss +1 -1
  63. package/styles/drop-down-button/fabric-dark.scss +1 -1
  64. package/styles/drop-down-button/fabric.scss +1 -1
  65. package/styles/drop-down-button/fluent-dark.scss +1 -1
  66. package/styles/drop-down-button/fluent.scss +1 -1
  67. package/styles/drop-down-button/fluent2.scss +1 -1
  68. package/styles/drop-down-button/highcontrast-light.scss +1 -1
  69. package/styles/drop-down-button/highcontrast.scss +1 -1
  70. package/styles/drop-down-button/material-dark.scss +1 -1
  71. package/styles/drop-down-button/material.scss +1 -1
  72. package/styles/drop-down-button/material3-dark.scss +1 -1
  73. package/styles/drop-down-button/material3.scss +1 -1
  74. package/styles/drop-down-button/tailwind-dark.scss +1 -1
  75. package/styles/drop-down-button/tailwind.scss +1 -1
  76. package/styles/drop-down-button/tailwind3.scss +1 -1
  77. package/styles/fabric-dark-lite.scss +1 -1
  78. package/styles/fabric-lite.scss +1 -1
  79. package/styles/fluent-dark-lite.scss +1 -1
  80. package/styles/fluent-lite.scss +1 -1
  81. package/styles/fluent2-lite.scss +1 -1
  82. package/styles/highcontrast-light-lite.scss +1 -1
  83. package/styles/highcontrast-lite.scss +1 -1
  84. package/styles/material-dark-lite.scss +1 -1
  85. package/styles/material-lite.scss +1 -1
  86. package/styles/material3-dark-lite.scss +1 -1
  87. package/styles/material3-lite.scss +1 -1
  88. package/styles/progress-button/bds.scss +1 -1
  89. package/styles/progress-button/bootstrap-dark.scss +1 -1
  90. package/styles/progress-button/bootstrap.scss +1 -1
  91. package/styles/progress-button/bootstrap4.scss +1 -1
  92. package/styles/progress-button/bootstrap5-dark.scss +1 -1
  93. package/styles/progress-button/bootstrap5.3.scss +1 -1
  94. package/styles/progress-button/bootstrap5.scss +1 -1
  95. package/styles/progress-button/fabric-dark.scss +1 -1
  96. package/styles/progress-button/fabric.scss +1 -1
  97. package/styles/progress-button/fluent-dark.scss +1 -1
  98. package/styles/progress-button/fluent.scss +1 -1
  99. package/styles/progress-button/fluent2.scss +1 -1
  100. package/styles/progress-button/highcontrast-light.scss +1 -1
  101. package/styles/progress-button/highcontrast.scss +1 -1
  102. package/styles/progress-button/material-dark.scss +1 -1
  103. package/styles/progress-button/material.scss +1 -1
  104. package/styles/progress-button/material3-dark.scss +1 -1
  105. package/styles/progress-button/material3.scss +1 -1
  106. package/styles/progress-button/tailwind-dark.scss +1 -1
  107. package/styles/progress-button/tailwind.scss +1 -1
  108. package/styles/progress-button/tailwind3.scss +1 -1
  109. package/styles/split-button/bds.scss +1 -1
  110. package/styles/split-button/bootstrap-dark.scss +1 -1
  111. package/styles/split-button/bootstrap.scss +1 -1
  112. package/styles/split-button/bootstrap4.scss +1 -1
  113. package/styles/split-button/bootstrap5-dark.scss +1 -1
  114. package/styles/split-button/bootstrap5.3.scss +1 -1
  115. package/styles/split-button/bootstrap5.scss +1 -1
  116. package/styles/split-button/fabric-dark.scss +1 -1
  117. package/styles/split-button/fabric.scss +1 -1
  118. package/styles/split-button/fluent-dark.scss +1 -1
  119. package/styles/split-button/fluent.scss +1 -1
  120. package/styles/split-button/fluent2.scss +1 -1
  121. package/styles/split-button/highcontrast-light.scss +1 -1
  122. package/styles/split-button/highcontrast.scss +1 -1
  123. package/styles/split-button/material-dark.scss +1 -1
  124. package/styles/split-button/material.scss +1 -1
  125. package/styles/split-button/material3-dark.scss +1 -1
  126. package/styles/split-button/material3.scss +1 -1
  127. package/styles/split-button/tailwind-dark.scss +1 -1
  128. package/styles/split-button/tailwind.scss +1 -1
  129. package/styles/split-button/tailwind3.scss +1 -1
  130. package/styles/tailwind-dark-lite.scss +1 -1
  131. package/styles/tailwind-lite.scss +1 -1
  132. package/styles/tailwind3-lite.scss +1 -1
  133. package/CHANGELOG.md +0 -292
  134. package/esm2020/public_api.mjs +0 -2
  135. package/esm2020/src/drop-down-button/dropdownbutton-all.module.mjs +0 -23
  136. package/esm2020/src/drop-down-button/dropdownbutton.component.mjs +0 -64
  137. package/esm2020/src/drop-down-button/dropdownbutton.module.mjs +0 -34
  138. package/esm2020/src/drop-down-button/items.directive.mjs +0 -46
  139. package/esm2020/src/index.mjs +0 -13
  140. package/esm2020/src/progress-button/progressbutton-all.module.mjs +0 -23
  141. package/esm2020/src/progress-button/progressbutton.component.mjs +0 -59
  142. package/esm2020/src/progress-button/progressbutton.module.mjs +0 -25
  143. package/esm2020/src/split-button/items.directive.mjs +0 -46
  144. package/esm2020/src/split-button/splitbutton-all.module.mjs +0 -23
  145. package/esm2020/src/split-button/splitbutton.component.mjs +0 -64
  146. package/esm2020/src/split-button/splitbutton.module.mjs +0 -34
  147. package/esm2020/syncfusion-ej2-angular-splitbuttons.mjs +0 -5
  148. package/fesm2015/syncfusion-ej2-angular-splitbuttons.mjs +0 -403
  149. package/fesm2015/syncfusion-ej2-angular-splitbuttons.mjs.map +0 -1
  150. package/fesm2020/syncfusion-ej2-angular-splitbuttons.mjs +0 -403
  151. package/fesm2020/syncfusion-ej2-angular-splitbuttons.mjs.map +0 -1
  152. package/syncfusion-ej2-angular-splitbuttons.d.ts +0 -5
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ej2-angular-splitbuttons.umd.js","sources":["~/@syncfusion/ej2-angular-splitbuttons/src/progress-button/progressbutton-all.module.ts","~/@syncfusion/ej2-angular-splitbuttons/src/progress-button/progressbutton.module.ts","~/@syncfusion/ej2-angular-splitbuttons/src/progress-button/progressbutton.component.ts","~/@syncfusion/ej2-angular-splitbuttons/src/split-button/splitbutton-all.module.ts","~/@syncfusion/ej2-angular-splitbuttons/src/split-button/splitbutton.module.ts","~/@syncfusion/ej2-angular-splitbuttons/src/split-button/splitbutton.component.ts","~/@syncfusion/ej2-angular-splitbuttons/src/split-button/items.directive.ts","~/@syncfusion/ej2-angular-splitbuttons/src/drop-down-button/dropdownbutton-all.module.ts","~/@syncfusion/ej2-angular-splitbuttons/src/drop-down-button/dropdownbutton.module.ts","~/@syncfusion/ej2-angular-splitbuttons/src/drop-down-button/dropdownbutton.component.ts","~/@syncfusion/ej2-angular-splitbuttons/src/drop-down-button/items.directive.ts"],"sourcesContent":["import { NgModule, ValueProvider } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { ProgressButtonComponent } from './progressbutton.component';\nimport { ProgressButtonModule } from './progressbutton.module';\n/**\n * NgModule definition for the ProgressButton component with providers.\n */\nexport class ProgressButtonAllModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule, ProgressButtonModule],\n exports: [\n ProgressButtonModule\n ],\n providers:[\n \n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction ProgressButtonAllModule_tsickle_Closure_declarations() {\n/** @type {?} */\nProgressButtonAllModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nProgressButtonAllModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { ProgressButtonComponent } from './progressbutton.component';\n/**\n * NgModule definition for the ProgressButton component.\n */\nexport class ProgressButtonModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule],\n declarations: [\n ProgressButtonComponent\n ],\n exports: [\n ProgressButtonComponent\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction ProgressButtonModule_tsickle_Closure_declarations() {\n/** @type {?} */\nProgressButtonModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nProgressButtonModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Component, ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectionStrategy, QueryList, ValueProvider } from '@angular/core';\nimport { ComponentBase, ComponentMixins, IComponentBase, applyMixins, PropertyCollectionInfo, setValue } from '@syncfusion/ej2-angular-base';\nimport { ProgressButton } from '@syncfusion/ej2-splitbuttons';\n\n\n\nexport const /** @type {?} */ inputs: string[] = ['animationSettings','content','cssClass','disabled','duration','enableHtmlSanitizer','enableProgress','iconCss','iconPosition','isPrimary','isToggle','spinSettings'];\nexport const /** @type {?} */ outputs: string[] = ['begin','created','end','fail','progress'];\nexport const /** @type {?} */ twoWays: string[] = [];\n/**\n * Represents the Angular ProgressButton Component.\n * ```html\n * <button ejs-progressbutton content='Progress Button'></button>\n * ```\n */\n@ComponentMixins([ComponentBase])\nexport class ProgressButtonComponent extends ProgressButton implements IComponentBase {\npublic containerContext : any;\npublic tagObjects: any;\n\tbegin: any;\n\tcreated: any;\n\tend: any;\n\tfail: any;\npublic progress: any;\n/**\n * @param {?} ngEle\n * @param {?} srenderer\n * @param {?} viewContainerRef\n * @param {?} injector\n */\nconstructor(private ngEle: ElementRef,\nprivate srenderer: Renderer2,\nprivate viewContainerRef:ViewContainerRef,\nprivate injector: Injector) {\n super();\n this.element = this.ngEle.nativeElement;\n this.injectedModules = this.injectedModules || [];\n\n this.registerEvents(outputs);\n this.addTwoWay.call(this, twoWays);\n setValue('currentInstance', this, this.viewContainerRef);\n this.containerContext = new ComponentBase();\n }\n/**\n * @return {?}\n */\npublic ngOnInit() {\n this.containerContext.ngOnInit(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterViewInit(): void {\n this.containerContext.ngAfterViewInit(this);\n }\n/**\n * @return {?}\n */\npublic ngOnDestroy(): void {\n this.containerContext.ngOnDestroy(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterContentChecked(): void {\n \n this.containerContext.ngAfterContentChecked(this);\n }\npublic registerEvents: (eventList: string[]) => void;\npublic addTwoWay: (propList: string[]) => void;\nstatic decorators: DecoratorInvocation[] = [\n{ type: Component, args: [{\n selector: '[ejs-progressbutton]',\n inputs: inputs,\n outputs: outputs,\n template: `<ng-content ></ng-content>`,\n changeDetection: ChangeDetectionStrategy.OnPush,\n queries: {\n\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ElementRef, },\n{type: Renderer2, },\n{type: ViewContainerRef, },\n{type: Injector, },\n];\n}\n\nfunction ProgressButtonComponent_tsickle_Closure_declarations() {\n/** @type {?} */\nProgressButtonComponent.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nProgressButtonComponent.ctorParameters;\n/** @type {?} */\nProgressButtonComponent.prototype.containerContext;\n/** @type {?} */\nProgressButtonComponent.prototype.tagObjects;\n/** @type {?} */\nProgressButtonComponent.prototype.begin;\n/** @type {?} */\nProgressButtonComponent.prototype.created;\n/** @type {?} */\nProgressButtonComponent.prototype.end;\n/** @type {?} */\nProgressButtonComponent.prototype.fail;\n/** @type {?} */\nProgressButtonComponent.prototype.progress;\n/** @type {?} */\nProgressButtonComponent.prototype.registerEvents;\n/** @type {?} */\nProgressButtonComponent.prototype.addTwoWay;\n/** @type {?} */\nProgressButtonComponent.prototype.ngEle;\n/** @type {?} */\nProgressButtonComponent.prototype.srenderer;\n/** @type {?} */\nProgressButtonComponent.prototype.viewContainerRef;\n/** @type {?} */\nProgressButtonComponent.prototype.injector;\n}\n\n\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule, ValueProvider } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { SplitButtonItemDirective, SplitButtonItemsDirective } from './items.directive';\nimport { SplitButtonComponent } from './splitbutton.component';\nimport { SplitButtonModule } from './splitbutton.module';\n/**\n * NgModule definition for the SplitButton component with providers.\n */\nexport class SplitButtonAllModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule, SplitButtonModule],\n exports: [\n SplitButtonModule\n ],\n providers:[\n \n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction SplitButtonAllModule_tsickle_Closure_declarations() {\n/** @type {?} */\nSplitButtonAllModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nSplitButtonAllModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { SplitButtonItemDirective, SplitButtonItemsDirective } from './items.directive';\nimport { SplitButtonComponent } from './splitbutton.component';\n/**\n * NgModule definition for the SplitButton component.\n */\nexport class SplitButtonModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule],\n declarations: [\n SplitButtonComponent,\n SplitButtonItemDirective,\n SplitButtonItemsDirective\n ],\n exports: [\n SplitButtonComponent,\n SplitButtonItemDirective,\n SplitButtonItemsDirective\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction SplitButtonModule_tsickle_Closure_declarations() {\n/** @type {?} */\nSplitButtonModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nSplitButtonModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Component, ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectionStrategy, QueryList, ValueProvider, ContentChild } from '@angular/core';\nimport { ComponentBase, ComponentMixins, IComponentBase, applyMixins, PropertyCollectionInfo, setValue } from '@syncfusion/ej2-angular-base';\nimport { SplitButton } from '@syncfusion/ej2-splitbuttons';\n\nimport { SplitButtonItemsDirective } from './items.directive';\n\nexport const /** @type {?} */ inputs: string[] = ['animationSettings','closeActionEvents','content','createPopupOnClick','cssClass','disabled','enableHtmlSanitizer','enablePersistence','enableRtl','iconCss','iconPosition','itemTemplate','items','locale','popupWidth','target'];\nexport const /** @type {?} */ outputs: string[] = ['beforeClose','beforeItemRender','beforeOpen','click','close','created','open','select'];\nexport const /** @type {?} */ twoWays: string[] = [];\n/**\n * Represents the Angular SplitButton Component.\n * ```html\n * <ejs-splitbutton content='Split Button'></ejs-splitbutton>\n * ```\n */\n@ComponentMixins([ComponentBase])\nexport class SplitButtonComponent extends SplitButton implements IComponentBase {\npublic containerContext : any;\npublic tagObjects: any;\n\tbeforeClose: any;\n\tbeforeItemRender: any;\n\tbeforeOpen: any;\n\tclick: any;\n\tclose: any;\n\tcreated: any;\n\topen: any;\npublic select: any;\npublic childItems: QueryList<SplitButtonItemsDirective>;\npublic tags: string[] = ['items'];\n/**\n * @param {?} ngEle\n * @param {?} srenderer\n * @param {?} viewContainerRef\n * @param {?} injector\n */\nconstructor(private ngEle: ElementRef,\nprivate srenderer: Renderer2,\nprivate viewContainerRef:ViewContainerRef,\nprivate injector: Injector) {\n super();\n this.element = this.ngEle.nativeElement;\n this.injectedModules = this.injectedModules || [];\n\n this.registerEvents(outputs);\n this.addTwoWay.call(this, twoWays);\n setValue('currentInstance', this, this.viewContainerRef);\n this.containerContext = new ComponentBase();\n }\n/**\n * @return {?}\n */\npublic ngOnInit() {\n this.containerContext.ngOnInit(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterViewInit(): void {\n this.containerContext.ngAfterViewInit(this);\n }\n/**\n * @return {?}\n */\npublic ngOnDestroy(): void {\n this.containerContext.ngOnDestroy(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterContentChecked(): void {\n this.tagObjects[0].instance = this.childItems;\n this.containerContext.ngAfterContentChecked(this);\n }\npublic registerEvents: (eventList: string[]) => void;\npublic addTwoWay: (propList: string[]) => void;\nstatic decorators: DecoratorInvocation[] = [\n{ type: Component, args: [{\n selector: 'ejs-splitbutton',\n inputs: inputs,\n outputs: outputs,\n template: `<ng-content ></ng-content>`,\n changeDetection: ChangeDetectionStrategy.OnPush,\n queries: {\n childItems: new ContentChild(SplitButtonItemsDirective)\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ElementRef, },\n{type: Renderer2, },\n{type: ViewContainerRef, },\n{type: Injector, },\n];\n}\n\nfunction SplitButtonComponent_tsickle_Closure_declarations() {\n/** @type {?} */\nSplitButtonComponent.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nSplitButtonComponent.ctorParameters;\n/** @type {?} */\nSplitButtonComponent.prototype.containerContext;\n/** @type {?} */\nSplitButtonComponent.prototype.tagObjects;\n/** @type {?} */\nSplitButtonComponent.prototype.beforeClose;\n/** @type {?} */\nSplitButtonComponent.prototype.beforeItemRender;\n/** @type {?} */\nSplitButtonComponent.prototype.beforeOpen;\n/** @type {?} */\nSplitButtonComponent.prototype.click;\n/** @type {?} */\nSplitButtonComponent.prototype.close;\n/** @type {?} */\nSplitButtonComponent.prototype.created;\n/** @type {?} */\nSplitButtonComponent.prototype.open;\n/** @type {?} */\nSplitButtonComponent.prototype.select;\n/** @type {?} */\nSplitButtonComponent.prototype.childItems;\n/** @type {?} */\nSplitButtonComponent.prototype.tags;\n/** @type {?} */\nSplitButtonComponent.prototype.registerEvents;\n/** @type {?} */\nSplitButtonComponent.prototype.addTwoWay;\n/** @type {?} */\nSplitButtonComponent.prototype.ngEle;\n/** @type {?} */\nSplitButtonComponent.prototype.srenderer;\n/** @type {?} */\nSplitButtonComponent.prototype.viewContainerRef;\n/** @type {?} */\nSplitButtonComponent.prototype.injector;\n}\n\n\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Directive, ViewContainerRef, ContentChildren } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\n\n\n\nlet /** @type {?} */ input: string[] = ['disabled', 'iconCss', 'id', 'separator', 'text', 'url'];\nlet /** @type {?} */ outputs: string[] = [];\nexport class SplitButtonItemDirective extends ComplexBase<SplitButtonItemDirective> {\npublic directivePropList: any;\n/**\n * Used to enable or disable the item.\n * \\@default false\n */\npublic disabled: any;\n/**\n * Defines class/multiple classes separated by a space for the item that is used to include an icon. \n * Action item can include font icon and sprite image.\n * \\@default ''\n */\npublic iconCss: any;\n/**\n * Specifies the id for item.\n * \\@default ''\n */\npublic id: any;\n/**\n * Specifies separator between the items. Separator are horizontal lines used to group action items.\n * \\@default false\n */\npublic separator: any;\n/**\n * Specifies text for item.\n * \\@default ''\n */\npublic text: any;\n/**\n * Specifies url for item that creates the anchor link to navigate to the url provided.\n * \\@default ''\n */\npublic url: any;\n/**\n * @param {?} viewContainerRef\n */\nconstructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'e-splitbuttonitems>e-splitbuttonitem',\n inputs: input,\n outputs: outputs, \n queries: {\n\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ViewContainerRef, },\n];\n}\n\nfunction SplitButtonItemDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nSplitButtonItemDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nSplitButtonItemDirective.ctorParameters;\n/** @type {?} */\nSplitButtonItemDirective.prototype.directivePropList;\n/**\n * Used to enable or disable the item.\n * \\@default false\n * @type {?}\n */\nSplitButtonItemDirective.prototype.disabled;\n/**\n * Defines class/multiple classes separated by a space for the item that is used to include an icon. \n * Action item can include font icon and sprite image.\n * \\@default ''\n * @type {?}\n */\nSplitButtonItemDirective.prototype.iconCss;\n/**\n * Specifies the id for item.\n * \\@default ''\n * @type {?}\n */\nSplitButtonItemDirective.prototype.id;\n/**\n * Specifies separator between the items. Separator are horizontal lines used to group action items.\n * \\@default false\n * @type {?}\n */\nSplitButtonItemDirective.prototype.separator;\n/**\n * Specifies text for item.\n * \\@default ''\n * @type {?}\n */\nSplitButtonItemDirective.prototype.text;\n/**\n * Specifies url for item that creates the anchor link to navigate to the url provided.\n * \\@default ''\n * @type {?}\n */\nSplitButtonItemDirective.prototype.url;\n/** @type {?} */\nSplitButtonItemDirective.prototype.viewContainerRef;\n}\n\n/**\n * SplitButtonItem Array Directive\n */\nexport class SplitButtonItemsDirective extends ArrayBase<SplitButtonItemsDirective> {\nconstructor() {\n super('items');\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'ejs-splitbutton>e-splitbuttonitems',\n queries: {\n children: new ContentChildren(SplitButtonItemDirective)\n },\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction SplitButtonItemsDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nSplitButtonItemsDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nSplitButtonItemsDirective.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule, ValueProvider } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { DropDownButtonItemDirective, DropDownButtonItemsDirective } from './items.directive';\nimport { DropDownButtonComponent } from './dropdownbutton.component';\nimport { DropDownButtonModule } from './dropdownbutton.module';\n/**\n * NgModule definition for the DropDownButton component with providers.\n */\nexport class DropDownButtonAllModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule, DropDownButtonModule],\n exports: [\n DropDownButtonModule\n ],\n providers:[\n \n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction DropDownButtonAllModule_tsickle_Closure_declarations() {\n/** @type {?} */\nDropDownButtonAllModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nDropDownButtonAllModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { DropDownButtonItemDirective, DropDownButtonItemsDirective } from './items.directive';\nimport { DropDownButtonComponent } from './dropdownbutton.component';\n/**\n * NgModule definition for the DropDownButton component.\n */\nexport class DropDownButtonModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule],\n declarations: [\n DropDownButtonComponent,\n DropDownButtonItemDirective,\n DropDownButtonItemsDirective\n ],\n exports: [\n DropDownButtonComponent,\n DropDownButtonItemDirective,\n DropDownButtonItemsDirective\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction DropDownButtonModule_tsickle_Closure_declarations() {\n/** @type {?} */\nDropDownButtonModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nDropDownButtonModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Component, ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectionStrategy, QueryList, ValueProvider, ContentChild } from '@angular/core';\nimport { ComponentBase, ComponentMixins, IComponentBase, applyMixins, PropertyCollectionInfo, setValue } from '@syncfusion/ej2-angular-base';\nimport { DropDownButton } from '@syncfusion/ej2-splitbuttons';\n\nimport { DropDownButtonItemsDirective } from './items.directive';\n\nexport const /** @type {?} */ inputs: string[] = ['animationSettings','closeActionEvents','content','createPopupOnClick','cssClass','disabled','enableHtmlSanitizer','enablePersistence','enableRtl','iconCss','iconPosition','itemTemplate','items','locale','popupWidth','target'];\nexport const /** @type {?} */ outputs: string[] = ['beforeClose','beforeItemRender','beforeOpen','close','created','open','select'];\nexport const /** @type {?} */ twoWays: string[] = [];\n/**\n * Represents the Angular DropDownButton Component.\n * ```html\n * <button ejs-dropdownbutton>DropDownButton</button>\n * ```\n */\n@ComponentMixins([ComponentBase])\nexport class DropDownButtonComponent extends DropDownButton implements IComponentBase {\npublic containerContext : any;\npublic tagObjects: any;\n\tbeforeClose: any;\n\tbeforeItemRender: any;\n\tbeforeOpen: any;\n\tclose: any;\n\tcreated: any;\n\topen: any;\npublic select: any;\npublic childItems: QueryList<DropDownButtonItemsDirective>;\npublic tags: string[] = ['items'];\n/**\n * @param {?} ngEle\n * @param {?} srenderer\n * @param {?} viewContainerRef\n * @param {?} injector\n */\nconstructor(private ngEle: ElementRef,\nprivate srenderer: Renderer2,\nprivate viewContainerRef:ViewContainerRef,\nprivate injector: Injector) {\n super();\n this.element = this.ngEle.nativeElement;\n this.injectedModules = this.injectedModules || [];\n\n this.registerEvents(outputs);\n this.addTwoWay.call(this, twoWays);\n setValue('currentInstance', this, this.viewContainerRef);\n this.containerContext = new ComponentBase();\n }\n/**\n * @return {?}\n */\npublic ngOnInit() {\n this.containerContext.ngOnInit(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterViewInit(): void {\n this.containerContext.ngAfterViewInit(this);\n }\n/**\n * @return {?}\n */\npublic ngOnDestroy(): void {\n this.containerContext.ngOnDestroy(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterContentChecked(): void {\n this.tagObjects[0].instance = this.childItems;\n this.containerContext.ngAfterContentChecked(this);\n }\npublic registerEvents: (eventList: string[]) => void;\npublic addTwoWay: (propList: string[]) => void;\nstatic decorators: DecoratorInvocation[] = [\n{ type: Component, args: [{\n selector: '[ejs-dropdownbutton]',\n inputs: inputs,\n outputs: outputs,\n template: `<ng-content ></ng-content>`,\n changeDetection: ChangeDetectionStrategy.OnPush,\n queries: {\n childItems: new ContentChild(DropDownButtonItemsDirective)\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ElementRef, },\n{type: Renderer2, },\n{type: ViewContainerRef, },\n{type: Injector, },\n];\n}\n\nfunction DropDownButtonComponent_tsickle_Closure_declarations() {\n/** @type {?} */\nDropDownButtonComponent.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nDropDownButtonComponent.ctorParameters;\n/** @type {?} */\nDropDownButtonComponent.prototype.containerContext;\n/** @type {?} */\nDropDownButtonComponent.prototype.tagObjects;\n/** @type {?} */\nDropDownButtonComponent.prototype.beforeClose;\n/** @type {?} */\nDropDownButtonComponent.prototype.beforeItemRender;\n/** @type {?} */\nDropDownButtonComponent.prototype.beforeOpen;\n/** @type {?} */\nDropDownButtonComponent.prototype.close;\n/** @type {?} */\nDropDownButtonComponent.prototype.created;\n/** @type {?} */\nDropDownButtonComponent.prototype.open;\n/** @type {?} */\nDropDownButtonComponent.prototype.select;\n/** @type {?} */\nDropDownButtonComponent.prototype.childItems;\n/** @type {?} */\nDropDownButtonComponent.prototype.tags;\n/** @type {?} */\nDropDownButtonComponent.prototype.registerEvents;\n/** @type {?} */\nDropDownButtonComponent.prototype.addTwoWay;\n/** @type {?} */\nDropDownButtonComponent.prototype.ngEle;\n/** @type {?} */\nDropDownButtonComponent.prototype.srenderer;\n/** @type {?} */\nDropDownButtonComponent.prototype.viewContainerRef;\n/** @type {?} */\nDropDownButtonComponent.prototype.injector;\n}\n\n\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Directive, ViewContainerRef, ContentChildren } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\n\n\n\nlet /** @type {?} */ input: string[] = ['disabled', 'iconCss', 'id', 'separator', 'text', 'url'];\nlet /** @type {?} */ outputs: string[] = [];\nexport class DropDownButtonItemDirective extends ComplexBase<DropDownButtonItemDirective> {\npublic directivePropList: any;\n/**\n * Used to enable or disable the item.\n * \\@default false\n */\npublic disabled: any;\n/**\n * Defines class/multiple classes separated by a space for the item that is used to include an icon. \n * Action item can include font icon and sprite image.\n * \\@default ''\n */\npublic iconCss: any;\n/**\n * Specifies the id for item.\n * \\@default ''\n */\npublic id: any;\n/**\n * Specifies separator between the items. Separator are horizontal lines used to group action items.\n * \\@default false\n */\npublic separator: any;\n/**\n * Specifies text for item.\n * \\@default ''\n */\npublic text: any;\n/**\n * Specifies url for item that creates the anchor link to navigate to the url provided.\n * \\@default ''\n */\npublic url: any;\n/**\n * @param {?} viewContainerRef\n */\nconstructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'e-dropdownbuttonitems>e-dropdownbuttonitem',\n inputs: input,\n outputs: outputs, \n queries: {\n\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ViewContainerRef, },\n];\n}\n\nfunction DropDownButtonItemDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nDropDownButtonItemDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nDropDownButtonItemDirective.ctorParameters;\n/** @type {?} */\nDropDownButtonItemDirective.prototype.directivePropList;\n/**\n * Used to enable or disable the item.\n * \\@default false\n * @type {?}\n */\nDropDownButtonItemDirective.prototype.disabled;\n/**\n * Defines class/multiple classes separated by a space for the item that is used to include an icon. \n * Action item can include font icon and sprite image.\n * \\@default ''\n * @type {?}\n */\nDropDownButtonItemDirective.prototype.iconCss;\n/**\n * Specifies the id for item.\n * \\@default ''\n * @type {?}\n */\nDropDownButtonItemDirective.prototype.id;\n/**\n * Specifies separator between the items. Separator are horizontal lines used to group action items.\n * \\@default false\n * @type {?}\n */\nDropDownButtonItemDirective.prototype.separator;\n/**\n * Specifies text for item.\n * \\@default ''\n * @type {?}\n */\nDropDownButtonItemDirective.prototype.text;\n/**\n * Specifies url for item that creates the anchor link to navigate to the url provided.\n * \\@default ''\n * @type {?}\n */\nDropDownButtonItemDirective.prototype.url;\n/** @type {?} */\nDropDownButtonItemDirective.prototype.viewContainerRef;\n}\n\n/**\n * DropDownButtonItem Array Directive\n */\nexport class DropDownButtonItemsDirective extends ArrayBase<DropDownButtonItemsDirective> {\nconstructor() {\n super('items');\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'ejs-dropdownbutton>e-dropdownbuttonitems',\n queries: {\n children: new ContentChildren(DropDownButtonItemDirective)\n },\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction DropDownButtonItemsDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nDropDownButtonItemsDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nDropDownButtonItemsDirective.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n"],"names":["CommonModule","NgModule","ProgressButtonComponent","Injector","ViewContainerRef","Renderer2","__metadata","ElementRef","ComponentMixins","ComponentBase","__decorate","ChangeDetectionStrategy","outputs","inputs","Component","ProgressButton","setValue","twoWays","SplitButtonComponent","ContentChild","SplitButton","ContentChildren","Directive","ArrayBase","input","ComplexBase","DropDownButtonComponent","DropDownButton"],"mappings":"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"}
@@ -0,0 +1,11 @@
1
+ /*!
2
+ * filename: ej2-angular-splitbuttons.umd.min.js
3
+ * version : 34.1.29
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
+ */
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})});
11
+ //# sourceMappingURL=ej2-angular-splitbuttons.umd.min.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ej2-angular-splitbuttons.umd.min.js","sources":["~/@syncfusion/ej2-angular-splitbuttons/src/drop-down-button/items.directive.ts","~/@syncfusion/ej2-angular-splitbuttons/src/drop-down-button/dropdownbutton.component.ts","~/@syncfusion/ej2-angular-splitbuttons/src/drop-down-button/dropdownbutton.module.ts","~/@syncfusion/ej2-angular-splitbuttons/src/drop-down-button/dropdownbutton-all.module.ts","~/@syncfusion/ej2-angular-splitbuttons/src/split-button/items.directive.ts","~/@syncfusion/ej2-angular-splitbuttons/src/split-button/splitbutton.component.ts","~/@syncfusion/ej2-angular-splitbuttons/src/split-button/splitbutton.module.ts","~/@syncfusion/ej2-angular-splitbuttons/src/split-button/splitbutton-all.module.ts","~/@syncfusion/ej2-angular-splitbuttons/src/progress-button/progressbutton.component.ts","~/@syncfusion/ej2-angular-splitbuttons/src/progress-button/progressbutton.module.ts","~/@syncfusion/ej2-angular-splitbuttons/src/progress-button/progressbutton-all.module.ts"],"sourcesContent":["import { Directive, ViewContainerRef, ContentChildren } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\n\n\n\nlet /** @type {?} */ input: string[] = ['disabled', 'iconCss', 'id', 'separator', 'text', 'url'];\nlet /** @type {?} */ outputs: string[] = [];\nexport class DropDownButtonItemDirective extends ComplexBase<DropDownButtonItemDirective> {\npublic directivePropList: any;\n/**\n * Used to enable or disable the item.\n * \\@default false\n */\npublic disabled: any;\n/**\n * Defines class/multiple classes separated by a space for the item that is used to include an icon. \n * Action item can include font icon and sprite image.\n * \\@default ''\n */\npublic iconCss: any;\n/**\n * Specifies the id for item.\n * \\@default ''\n */\npublic id: any;\n/**\n * Specifies separator between the items. Separator are horizontal lines used to group action items.\n * \\@default false\n */\npublic separator: any;\n/**\n * Specifies text for item.\n * \\@default ''\n */\npublic text: any;\n/**\n * Specifies url for item that creates the anchor link to navigate to the url provided.\n * \\@default ''\n */\npublic url: any;\n/**\n * @param {?} viewContainerRef\n */\nconstructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'e-dropdownbuttonitems>e-dropdownbuttonitem',\n inputs: input,\n outputs: outputs, \n queries: {\n\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ViewContainerRef, },\n];\n}\n\nfunction DropDownButtonItemDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nDropDownButtonItemDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nDropDownButtonItemDirective.ctorParameters;\n/** @type {?} */\nDropDownButtonItemDirective.prototype.directivePropList;\n/**\n * Used to enable or disable the item.\n * \\@default false\n * @type {?}\n */\nDropDownButtonItemDirective.prototype.disabled;\n/**\n * Defines class/multiple classes separated by a space for the item that is used to include an icon. \n * Action item can include font icon and sprite image.\n * \\@default ''\n * @type {?}\n */\nDropDownButtonItemDirective.prototype.iconCss;\n/**\n * Specifies the id for item.\n * \\@default ''\n * @type {?}\n */\nDropDownButtonItemDirective.prototype.id;\n/**\n * Specifies separator between the items. Separator are horizontal lines used to group action items.\n * \\@default false\n * @type {?}\n */\nDropDownButtonItemDirective.prototype.separator;\n/**\n * Specifies text for item.\n * \\@default ''\n * @type {?}\n */\nDropDownButtonItemDirective.prototype.text;\n/**\n * Specifies url for item that creates the anchor link to navigate to the url provided.\n * \\@default ''\n * @type {?}\n */\nDropDownButtonItemDirective.prototype.url;\n/** @type {?} */\nDropDownButtonItemDirective.prototype.viewContainerRef;\n}\n\n/**\n * DropDownButtonItem Array Directive\n */\nexport class DropDownButtonItemsDirective extends ArrayBase<DropDownButtonItemsDirective> {\nconstructor() {\n super('items');\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'ejs-dropdownbutton>e-dropdownbuttonitems',\n queries: {\n children: new ContentChildren(DropDownButtonItemDirective)\n },\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction DropDownButtonItemsDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nDropDownButtonItemsDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nDropDownButtonItemsDirective.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Component, ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectionStrategy, QueryList, ValueProvider, ContentChild } from '@angular/core';\nimport { ComponentBase, ComponentMixins, IComponentBase, applyMixins, PropertyCollectionInfo, setValue } from '@syncfusion/ej2-angular-base';\nimport { DropDownButton } from '@syncfusion/ej2-splitbuttons';\n\nimport { DropDownButtonItemsDirective } from './items.directive';\n\nexport const /** @type {?} */ inputs: string[] = ['animationSettings','closeActionEvents','content','createPopupOnClick','cssClass','disabled','enableHtmlSanitizer','enablePersistence','enableRtl','iconCss','iconPosition','itemTemplate','items','locale','popupWidth','target'];\nexport const /** @type {?} */ outputs: string[] = ['beforeClose','beforeItemRender','beforeOpen','close','created','open','select'];\nexport const /** @type {?} */ twoWays: string[] = [];\n/**\n * Represents the Angular DropDownButton Component.\n * ```html\n * <button ejs-dropdownbutton>DropDownButton</button>\n * ```\n */\n@ComponentMixins([ComponentBase])\nexport class DropDownButtonComponent extends DropDownButton implements IComponentBase {\npublic containerContext : any;\npublic tagObjects: any;\n\tbeforeClose: any;\n\tbeforeItemRender: any;\n\tbeforeOpen: any;\n\tclose: any;\n\tcreated: any;\n\topen: any;\npublic select: any;\npublic childItems: QueryList<DropDownButtonItemsDirective>;\npublic tags: string[] = ['items'];\n/**\n * @param {?} ngEle\n * @param {?} srenderer\n * @param {?} viewContainerRef\n * @param {?} injector\n */\nconstructor(private ngEle: ElementRef,\nprivate srenderer: Renderer2,\nprivate viewContainerRef:ViewContainerRef,\nprivate injector: Injector) {\n super();\n this.element = this.ngEle.nativeElement;\n this.injectedModules = this.injectedModules || [];\n\n this.registerEvents(outputs);\n this.addTwoWay.call(this, twoWays);\n setValue('currentInstance', this, this.viewContainerRef);\n this.containerContext = new ComponentBase();\n }\n/**\n * @return {?}\n */\npublic ngOnInit() {\n this.containerContext.ngOnInit(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterViewInit(): void {\n this.containerContext.ngAfterViewInit(this);\n }\n/**\n * @return {?}\n */\npublic ngOnDestroy(): void {\n this.containerContext.ngOnDestroy(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterContentChecked(): void {\n this.tagObjects[0].instance = this.childItems;\n this.containerContext.ngAfterContentChecked(this);\n }\npublic registerEvents: (eventList: string[]) => void;\npublic addTwoWay: (propList: string[]) => void;\nstatic decorators: DecoratorInvocation[] = [\n{ type: Component, args: [{\n selector: '[ejs-dropdownbutton]',\n inputs: inputs,\n outputs: outputs,\n template: `<ng-content ></ng-content>`,\n changeDetection: ChangeDetectionStrategy.OnPush,\n queries: {\n childItems: new ContentChild(DropDownButtonItemsDirective)\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ElementRef, },\n{type: Renderer2, },\n{type: ViewContainerRef, },\n{type: Injector, },\n];\n}\n\nfunction DropDownButtonComponent_tsickle_Closure_declarations() {\n/** @type {?} */\nDropDownButtonComponent.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nDropDownButtonComponent.ctorParameters;\n/** @type {?} */\nDropDownButtonComponent.prototype.containerContext;\n/** @type {?} */\nDropDownButtonComponent.prototype.tagObjects;\n/** @type {?} */\nDropDownButtonComponent.prototype.beforeClose;\n/** @type {?} */\nDropDownButtonComponent.prototype.beforeItemRender;\n/** @type {?} */\nDropDownButtonComponent.prototype.beforeOpen;\n/** @type {?} */\nDropDownButtonComponent.prototype.close;\n/** @type {?} */\nDropDownButtonComponent.prototype.created;\n/** @type {?} */\nDropDownButtonComponent.prototype.open;\n/** @type {?} */\nDropDownButtonComponent.prototype.select;\n/** @type {?} */\nDropDownButtonComponent.prototype.childItems;\n/** @type {?} */\nDropDownButtonComponent.prototype.tags;\n/** @type {?} */\nDropDownButtonComponent.prototype.registerEvents;\n/** @type {?} */\nDropDownButtonComponent.prototype.addTwoWay;\n/** @type {?} */\nDropDownButtonComponent.prototype.ngEle;\n/** @type {?} */\nDropDownButtonComponent.prototype.srenderer;\n/** @type {?} */\nDropDownButtonComponent.prototype.viewContainerRef;\n/** @type {?} */\nDropDownButtonComponent.prototype.injector;\n}\n\n\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { DropDownButtonItemDirective, DropDownButtonItemsDirective } from './items.directive';\nimport { DropDownButtonComponent } from './dropdownbutton.component';\n/**\n * NgModule definition for the DropDownButton component.\n */\nexport class DropDownButtonModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule],\n declarations: [\n DropDownButtonComponent,\n DropDownButtonItemDirective,\n DropDownButtonItemsDirective\n ],\n exports: [\n DropDownButtonComponent,\n DropDownButtonItemDirective,\n DropDownButtonItemsDirective\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction DropDownButtonModule_tsickle_Closure_declarations() {\n/** @type {?} */\nDropDownButtonModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nDropDownButtonModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule, ValueProvider } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { DropDownButtonItemDirective, DropDownButtonItemsDirective } from './items.directive';\nimport { DropDownButtonComponent } from './dropdownbutton.component';\nimport { DropDownButtonModule } from './dropdownbutton.module';\n/**\n * NgModule definition for the DropDownButton component with providers.\n */\nexport class DropDownButtonAllModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule, DropDownButtonModule],\n exports: [\n DropDownButtonModule\n ],\n providers:[\n \n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction DropDownButtonAllModule_tsickle_Closure_declarations() {\n/** @type {?} */\nDropDownButtonAllModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nDropDownButtonAllModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Directive, ViewContainerRef, ContentChildren } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\n\n\n\nlet /** @type {?} */ input: string[] = ['disabled', 'iconCss', 'id', 'separator', 'text', 'url'];\nlet /** @type {?} */ outputs: string[] = [];\nexport class SplitButtonItemDirective extends ComplexBase<SplitButtonItemDirective> {\npublic directivePropList: any;\n/**\n * Used to enable or disable the item.\n * \\@default false\n */\npublic disabled: any;\n/**\n * Defines class/multiple classes separated by a space for the item that is used to include an icon. \n * Action item can include font icon and sprite image.\n * \\@default ''\n */\npublic iconCss: any;\n/**\n * Specifies the id for item.\n * \\@default ''\n */\npublic id: any;\n/**\n * Specifies separator between the items. Separator are horizontal lines used to group action items.\n * \\@default false\n */\npublic separator: any;\n/**\n * Specifies text for item.\n * \\@default ''\n */\npublic text: any;\n/**\n * Specifies url for item that creates the anchor link to navigate to the url provided.\n * \\@default ''\n */\npublic url: any;\n/**\n * @param {?} viewContainerRef\n */\nconstructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'e-splitbuttonitems>e-splitbuttonitem',\n inputs: input,\n outputs: outputs, \n queries: {\n\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ViewContainerRef, },\n];\n}\n\nfunction SplitButtonItemDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nSplitButtonItemDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nSplitButtonItemDirective.ctorParameters;\n/** @type {?} */\nSplitButtonItemDirective.prototype.directivePropList;\n/**\n * Used to enable or disable the item.\n * \\@default false\n * @type {?}\n */\nSplitButtonItemDirective.prototype.disabled;\n/**\n * Defines class/multiple classes separated by a space for the item that is used to include an icon. \n * Action item can include font icon and sprite image.\n * \\@default ''\n * @type {?}\n */\nSplitButtonItemDirective.prototype.iconCss;\n/**\n * Specifies the id for item.\n * \\@default ''\n * @type {?}\n */\nSplitButtonItemDirective.prototype.id;\n/**\n * Specifies separator between the items. Separator are horizontal lines used to group action items.\n * \\@default false\n * @type {?}\n */\nSplitButtonItemDirective.prototype.separator;\n/**\n * Specifies text for item.\n * \\@default ''\n * @type {?}\n */\nSplitButtonItemDirective.prototype.text;\n/**\n * Specifies url for item that creates the anchor link to navigate to the url provided.\n * \\@default ''\n * @type {?}\n */\nSplitButtonItemDirective.prototype.url;\n/** @type {?} */\nSplitButtonItemDirective.prototype.viewContainerRef;\n}\n\n/**\n * SplitButtonItem Array Directive\n */\nexport class SplitButtonItemsDirective extends ArrayBase<SplitButtonItemsDirective> {\nconstructor() {\n super('items');\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'ejs-splitbutton>e-splitbuttonitems',\n queries: {\n children: new ContentChildren(SplitButtonItemDirective)\n },\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction SplitButtonItemsDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nSplitButtonItemsDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nSplitButtonItemsDirective.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Component, ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectionStrategy, QueryList, ValueProvider, ContentChild } from '@angular/core';\nimport { ComponentBase, ComponentMixins, IComponentBase, applyMixins, PropertyCollectionInfo, setValue } from '@syncfusion/ej2-angular-base';\nimport { SplitButton } from '@syncfusion/ej2-splitbuttons';\n\nimport { SplitButtonItemsDirective } from './items.directive';\n\nexport const /** @type {?} */ inputs: string[] = ['animationSettings','closeActionEvents','content','createPopupOnClick','cssClass','disabled','enableHtmlSanitizer','enablePersistence','enableRtl','iconCss','iconPosition','itemTemplate','items','locale','popupWidth','target'];\nexport const /** @type {?} */ outputs: string[] = ['beforeClose','beforeItemRender','beforeOpen','click','close','created','open','select'];\nexport const /** @type {?} */ twoWays: string[] = [];\n/**\n * Represents the Angular SplitButton Component.\n * ```html\n * <ejs-splitbutton content='Split Button'></ejs-splitbutton>\n * ```\n */\n@ComponentMixins([ComponentBase])\nexport class SplitButtonComponent extends SplitButton implements IComponentBase {\npublic containerContext : any;\npublic tagObjects: any;\n\tbeforeClose: any;\n\tbeforeItemRender: any;\n\tbeforeOpen: any;\n\tclick: any;\n\tclose: any;\n\tcreated: any;\n\topen: any;\npublic select: any;\npublic childItems: QueryList<SplitButtonItemsDirective>;\npublic tags: string[] = ['items'];\n/**\n * @param {?} ngEle\n * @param {?} srenderer\n * @param {?} viewContainerRef\n * @param {?} injector\n */\nconstructor(private ngEle: ElementRef,\nprivate srenderer: Renderer2,\nprivate viewContainerRef:ViewContainerRef,\nprivate injector: Injector) {\n super();\n this.element = this.ngEle.nativeElement;\n this.injectedModules = this.injectedModules || [];\n\n this.registerEvents(outputs);\n this.addTwoWay.call(this, twoWays);\n setValue('currentInstance', this, this.viewContainerRef);\n this.containerContext = new ComponentBase();\n }\n/**\n * @return {?}\n */\npublic ngOnInit() {\n this.containerContext.ngOnInit(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterViewInit(): void {\n this.containerContext.ngAfterViewInit(this);\n }\n/**\n * @return {?}\n */\npublic ngOnDestroy(): void {\n this.containerContext.ngOnDestroy(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterContentChecked(): void {\n this.tagObjects[0].instance = this.childItems;\n this.containerContext.ngAfterContentChecked(this);\n }\npublic registerEvents: (eventList: string[]) => void;\npublic addTwoWay: (propList: string[]) => void;\nstatic decorators: DecoratorInvocation[] = [\n{ type: Component, args: [{\n selector: 'ejs-splitbutton',\n inputs: inputs,\n outputs: outputs,\n template: `<ng-content ></ng-content>`,\n changeDetection: ChangeDetectionStrategy.OnPush,\n queries: {\n childItems: new ContentChild(SplitButtonItemsDirective)\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ElementRef, },\n{type: Renderer2, },\n{type: ViewContainerRef, },\n{type: Injector, },\n];\n}\n\nfunction SplitButtonComponent_tsickle_Closure_declarations() {\n/** @type {?} */\nSplitButtonComponent.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nSplitButtonComponent.ctorParameters;\n/** @type {?} */\nSplitButtonComponent.prototype.containerContext;\n/** @type {?} */\nSplitButtonComponent.prototype.tagObjects;\n/** @type {?} */\nSplitButtonComponent.prototype.beforeClose;\n/** @type {?} */\nSplitButtonComponent.prototype.beforeItemRender;\n/** @type {?} */\nSplitButtonComponent.prototype.beforeOpen;\n/** @type {?} */\nSplitButtonComponent.prototype.click;\n/** @type {?} */\nSplitButtonComponent.prototype.close;\n/** @type {?} */\nSplitButtonComponent.prototype.created;\n/** @type {?} */\nSplitButtonComponent.prototype.open;\n/** @type {?} */\nSplitButtonComponent.prototype.select;\n/** @type {?} */\nSplitButtonComponent.prototype.childItems;\n/** @type {?} */\nSplitButtonComponent.prototype.tags;\n/** @type {?} */\nSplitButtonComponent.prototype.registerEvents;\n/** @type {?} */\nSplitButtonComponent.prototype.addTwoWay;\n/** @type {?} */\nSplitButtonComponent.prototype.ngEle;\n/** @type {?} */\nSplitButtonComponent.prototype.srenderer;\n/** @type {?} */\nSplitButtonComponent.prototype.viewContainerRef;\n/** @type {?} */\nSplitButtonComponent.prototype.injector;\n}\n\n\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { SplitButtonItemDirective, SplitButtonItemsDirective } from './items.directive';\nimport { SplitButtonComponent } from './splitbutton.component';\n/**\n * NgModule definition for the SplitButton component.\n */\nexport class SplitButtonModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule],\n declarations: [\n SplitButtonComponent,\n SplitButtonItemDirective,\n SplitButtonItemsDirective\n ],\n exports: [\n SplitButtonComponent,\n SplitButtonItemDirective,\n SplitButtonItemsDirective\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction SplitButtonModule_tsickle_Closure_declarations() {\n/** @type {?} */\nSplitButtonModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nSplitButtonModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule, ValueProvider } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { SplitButtonItemDirective, SplitButtonItemsDirective } from './items.directive';\nimport { SplitButtonComponent } from './splitbutton.component';\nimport { SplitButtonModule } from './splitbutton.module';\n/**\n * NgModule definition for the SplitButton component with providers.\n */\nexport class SplitButtonAllModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule, SplitButtonModule],\n exports: [\n SplitButtonModule\n ],\n providers:[\n \n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction SplitButtonAllModule_tsickle_Closure_declarations() {\n/** @type {?} */\nSplitButtonAllModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nSplitButtonAllModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Component, ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectionStrategy, QueryList, ValueProvider } from '@angular/core';\nimport { ComponentBase, ComponentMixins, IComponentBase, applyMixins, PropertyCollectionInfo, setValue } from '@syncfusion/ej2-angular-base';\nimport { ProgressButton } from '@syncfusion/ej2-splitbuttons';\n\n\n\nexport const /** @type {?} */ inputs: string[] = ['animationSettings','content','cssClass','disabled','duration','enableHtmlSanitizer','enableProgress','iconCss','iconPosition','isPrimary','isToggle','spinSettings'];\nexport const /** @type {?} */ outputs: string[] = ['begin','created','end','fail','progress'];\nexport const /** @type {?} */ twoWays: string[] = [];\n/**\n * Represents the Angular ProgressButton Component.\n * ```html\n * <button ejs-progressbutton content='Progress Button'></button>\n * ```\n */\n@ComponentMixins([ComponentBase])\nexport class ProgressButtonComponent extends ProgressButton implements IComponentBase {\npublic containerContext : any;\npublic tagObjects: any;\n\tbegin: any;\n\tcreated: any;\n\tend: any;\n\tfail: any;\npublic progress: any;\n/**\n * @param {?} ngEle\n * @param {?} srenderer\n * @param {?} viewContainerRef\n * @param {?} injector\n */\nconstructor(private ngEle: ElementRef,\nprivate srenderer: Renderer2,\nprivate viewContainerRef:ViewContainerRef,\nprivate injector: Injector) {\n super();\n this.element = this.ngEle.nativeElement;\n this.injectedModules = this.injectedModules || [];\n\n this.registerEvents(outputs);\n this.addTwoWay.call(this, twoWays);\n setValue('currentInstance', this, this.viewContainerRef);\n this.containerContext = new ComponentBase();\n }\n/**\n * @return {?}\n */\npublic ngOnInit() {\n this.containerContext.ngOnInit(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterViewInit(): void {\n this.containerContext.ngAfterViewInit(this);\n }\n/**\n * @return {?}\n */\npublic ngOnDestroy(): void {\n this.containerContext.ngOnDestroy(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterContentChecked(): void {\n \n this.containerContext.ngAfterContentChecked(this);\n }\npublic registerEvents: (eventList: string[]) => void;\npublic addTwoWay: (propList: string[]) => void;\nstatic decorators: DecoratorInvocation[] = [\n{ type: Component, args: [{\n selector: '[ejs-progressbutton]',\n inputs: inputs,\n outputs: outputs,\n template: `<ng-content ></ng-content>`,\n changeDetection: ChangeDetectionStrategy.OnPush,\n queries: {\n\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ElementRef, },\n{type: Renderer2, },\n{type: ViewContainerRef, },\n{type: Injector, },\n];\n}\n\nfunction ProgressButtonComponent_tsickle_Closure_declarations() {\n/** @type {?} */\nProgressButtonComponent.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nProgressButtonComponent.ctorParameters;\n/** @type {?} */\nProgressButtonComponent.prototype.containerContext;\n/** @type {?} */\nProgressButtonComponent.prototype.tagObjects;\n/** @type {?} */\nProgressButtonComponent.prototype.begin;\n/** @type {?} */\nProgressButtonComponent.prototype.created;\n/** @type {?} */\nProgressButtonComponent.prototype.end;\n/** @type {?} */\nProgressButtonComponent.prototype.fail;\n/** @type {?} */\nProgressButtonComponent.prototype.progress;\n/** @type {?} */\nProgressButtonComponent.prototype.registerEvents;\n/** @type {?} */\nProgressButtonComponent.prototype.addTwoWay;\n/** @type {?} */\nProgressButtonComponent.prototype.ngEle;\n/** @type {?} */\nProgressButtonComponent.prototype.srenderer;\n/** @type {?} */\nProgressButtonComponent.prototype.viewContainerRef;\n/** @type {?} */\nProgressButtonComponent.prototype.injector;\n}\n\n\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { ProgressButtonComponent } from './progressbutton.component';\n/**\n * NgModule definition for the ProgressButton component.\n */\nexport class ProgressButtonModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule],\n declarations: [\n ProgressButtonComponent\n ],\n exports: [\n ProgressButtonComponent\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction ProgressButtonModule_tsickle_Closure_declarations() {\n/** @type {?} */\nProgressButtonModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nProgressButtonModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule, ValueProvider } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { ProgressButtonComponent } from './progressbutton.component';\nimport { ProgressButtonModule } from './progressbutton.module';\n/**\n * NgModule definition for the ProgressButton component with providers.\n */\nexport class ProgressButtonAllModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule, ProgressButtonModule],\n exports: [\n ProgressButtonModule\n ],\n providers:[\n \n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction ProgressButtonAllModule_tsickle_Closure_declarations() {\n/** @type {?} */\nProgressButtonAllModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nProgressButtonAllModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n"],"names":["input","outputs","DropDownButtonItemDirective","_super","viewContainerRef","_this","call","this","setValue","registerEvents","directivePropList","__extends","ComplexBase","decorators","type","Directive","args","selector","inputs","queries","ctorParameters","ViewContainerRef","DropDownButtonItemsDirective","ArrayBase","children","ContentChildren","twoWays","exports","DropDownButtonComponent","ngEle","srenderer","injector","tags","element","nativeElement","injectedModules","addTwoWay","containerContext","ComponentBase","prototype","ngOnInit","ngAfterViewInit","ngOnDestroy","ngAfterContentChecked","tagObjects","instance","childItems","DropDownButton","Component","template","changeDetection","ChangeDetectionStrategy","OnPush","ContentChild","ElementRef","Renderer2","Injector","__decorate","ComponentMixins","__metadata","DropDownButtonModule","NgModule","imports","CommonModule","declarations","DropDownButtonAllModule","providers","SplitButtonItemDirective","SplitButtonItemsDirective","SplitButtonComponent","SplitButton","SplitButtonModule","SplitButtonAllModule","ProgressButtonComponent","ProgressButton","ProgressButtonModule","ProgressButtonAllModule"],"mappings":"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"}
@@ -0,0 +1,7 @@
1
+ /**
2
+ * Generated bundle index. Do not edit.
3
+ */
4
+ export * from './public_api';
5
+ export { inputs as ɵa, outputs as ɵb } from './src/drop-down-button/dropdownbutton.component';
6
+ export { inputs as ɵe, outputs as ɵf } from './src/progress-button/progressbutton.component';
7
+ export { inputs as ɵc, outputs as ɵd } from './src/split-button/splitbutton.component';
@@ -0,0 +1 @@
1
+ {"__symbolic":"module","version":3,"exports":[{"from":"@syncfusion/ej2-splitbuttons"}],"metadata":{"ɵa":["animationSettings","closeActionEvents","content","createPopupOnClick","cssClass","disabled","enableHtmlSanitizer","enablePersistence","enableRtl","iconCss","iconPosition","itemTemplate","items","locale","popupWidth","target"],"ɵb":["beforeClose","beforeItemRender","beforeOpen","close","created","open","select"],"ɵc":["animationSettings","closeActionEvents","content","createPopupOnClick","cssClass","disabled","enableHtmlSanitizer","enablePersistence","enableRtl","iconCss","iconPosition","itemTemplate","items","locale","popupWidth","target"],"ɵd":["beforeClose","beforeItemRender","beforeOpen","click","close","created","open","select"],"ɵe":["animationSettings","content","cssClass","disabled","duration","enableHtmlSanitizer","enableProgress","iconCss","iconPosition","isPrimary","isToggle","spinSettings"],"ɵf":["begin","created","end","fail","progress"],"DropDownButtonItemDirective":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComplexBase"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Directive"},"arguments":[{"selector":"e-dropdownbuttonitems>e-dropdownbuttonitem","inputs":["disabled","iconCss","id","separator","text","url"],"outputs":[],"queries":{}}]}],"members":{"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ViewContainerRef"}]}]}},"DropDownButtonItemsDirective":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ArrayBase"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Directive"},"arguments":[{"selector":"ejs-dropdownbutton>e-dropdownbuttonitems","queries":{"children":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChildren"},"arguments":[{"__symbolic":"reference","name":"DropDownButtonItemDirective"}]}}}]}],"members":{"__ctor__":[{"__symbolic":"constructor"}]}},"DropDownButtonComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@syncfusion/ej2-splitbuttons","name":"DropDownButton"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component"},"arguments":[{"selector":"[ejs-dropdownbutton]","inputs":{"__symbolic":"reference","name":"ɵa"},"outputs":{"__symbolic":"reference","name":"ɵb"},"template":"<ng-content ></ng-content>","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy"},"member":"OnPush"},"queries":{"childItems":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild"},"arguments":[{"__symbolic":"reference","name":"DropDownButtonItemsDirective"}]}}}]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComponentMixins"},"arguments":[[{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComponentBase"}]]}],"members":{"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ElementRef"},{"__symbolic":"reference","module":"@angular/core","name":"Renderer2"},{"__symbolic":"reference","module":"@angular/core","name":"ViewContainerRef"},{"__symbolic":"reference","module":"@angular/core","name":"Injector"}]}],"ngOnInit":[{"__symbolic":"method"}],"ngAfterViewInit":[{"__symbolic":"method"}],"ngOnDestroy":[{"__symbolic":"method"}],"ngAfterContentChecked":[{"__symbolic":"method"}]}},"DropDownButtonModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule"},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule"}],"declarations":[{"__symbolic":"reference","name":"DropDownButtonComponent"},{"__symbolic":"reference","name":"DropDownButtonItemDirective"},{"__symbolic":"reference","name":"DropDownButtonItemsDirective"}],"exports":[{"__symbolic":"reference","name":"DropDownButtonComponent"},{"__symbolic":"reference","name":"DropDownButtonItemDirective"},{"__symbolic":"reference","name":"DropDownButtonItemsDirective"}]}]}],"members":{}},"DropDownButtonAllModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule"},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule"},{"__symbolic":"reference","name":"DropDownButtonModule"}],"exports":[{"__symbolic":"reference","name":"DropDownButtonModule"}],"providers":[]}]}],"members":{}},"SplitButtonItemDirective":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComplexBase"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Directive"},"arguments":[{"selector":"e-splitbuttonitems>e-splitbuttonitem","inputs":["disabled","iconCss","id","separator","text","url"],"outputs":[],"queries":{}}]}],"members":{"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ViewContainerRef"}]}]}},"SplitButtonItemsDirective":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ArrayBase"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Directive"},"arguments":[{"selector":"ejs-splitbutton>e-splitbuttonitems","queries":{"children":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChildren"},"arguments":[{"__symbolic":"reference","name":"SplitButtonItemDirective"}]}}}]}],"members":{"__ctor__":[{"__symbolic":"constructor"}]}},"SplitButtonComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@syncfusion/ej2-splitbuttons","name":"SplitButton"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component"},"arguments":[{"selector":"ejs-splitbutton","inputs":{"__symbolic":"reference","name":"ɵc"},"outputs":{"__symbolic":"reference","name":"ɵd"},"template":"<ng-content ></ng-content>","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy"},"member":"OnPush"},"queries":{"childItems":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild"},"arguments":[{"__symbolic":"reference","name":"SplitButtonItemsDirective"}]}}}]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComponentMixins"},"arguments":[[{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComponentBase"}]]}],"members":{"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ElementRef"},{"__symbolic":"reference","module":"@angular/core","name":"Renderer2"},{"__symbolic":"reference","module":"@angular/core","name":"ViewContainerRef"},{"__symbolic":"reference","module":"@angular/core","name":"Injector"}]}],"ngOnInit":[{"__symbolic":"method"}],"ngAfterViewInit":[{"__symbolic":"method"}],"ngOnDestroy":[{"__symbolic":"method"}],"ngAfterContentChecked":[{"__symbolic":"method"}]}},"SplitButtonModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule"},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule"}],"declarations":[{"__symbolic":"reference","name":"SplitButtonComponent"},{"__symbolic":"reference","name":"SplitButtonItemDirective"},{"__symbolic":"reference","name":"SplitButtonItemsDirective"}],"exports":[{"__symbolic":"reference","name":"SplitButtonComponent"},{"__symbolic":"reference","name":"SplitButtonItemDirective"},{"__symbolic":"reference","name":"SplitButtonItemsDirective"}]}]}],"members":{}},"SplitButtonAllModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule"},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule"},{"__symbolic":"reference","name":"SplitButtonModule"}],"exports":[{"__symbolic":"reference","name":"SplitButtonModule"}],"providers":[]}]}],"members":{}},"ProgressButtonComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@syncfusion/ej2-splitbuttons","name":"ProgressButton"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component"},"arguments":[{"selector":"[ejs-progressbutton]","inputs":{"__symbolic":"reference","name":"ɵe"},"outputs":{"__symbolic":"reference","name":"ɵf"},"template":"<ng-content ></ng-content>","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy"},"member":"OnPush"},"queries":{}}]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComponentMixins"},"arguments":[[{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComponentBase"}]]}],"members":{"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ElementRef"},{"__symbolic":"reference","module":"@angular/core","name":"Renderer2"},{"__symbolic":"reference","module":"@angular/core","name":"ViewContainerRef"},{"__symbolic":"reference","module":"@angular/core","name":"Injector"}]}],"ngOnInit":[{"__symbolic":"method"}],"ngAfterViewInit":[{"__symbolic":"method"}],"ngOnDestroy":[{"__symbolic":"method"}],"ngAfterContentChecked":[{"__symbolic":"method"}]}},"ProgressButtonModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule"},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule"}],"declarations":[{"__symbolic":"reference","name":"ProgressButtonComponent"}],"exports":[{"__symbolic":"reference","name":"ProgressButtonComponent"}]}]}],"members":{}},"ProgressButtonAllModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule"},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule"},{"__symbolic":"reference","name":"ProgressButtonModule"}],"exports":[{"__symbolic":"reference","name":"ProgressButtonModule"}],"providers":[]}]}],"members":{}}},"origins":{"ɵa":"./src/drop-down-button/dropdownbutton.component","ɵb":"./src/drop-down-button/dropdownbutton.component","ɵc":"./src/split-button/splitbutton.component","ɵd":"./src/split-button/splitbutton.component","ɵe":"./src/progress-button/progressbutton.component","ɵf":"./src/progress-button/progressbutton.component","DropDownButtonItemDirective":"./src/drop-down-button/items.directive","DropDownButtonItemsDirective":"./src/drop-down-button/items.directive","DropDownButtonComponent":"./src/drop-down-button/dropdownbutton.component","DropDownButtonModule":"./src/drop-down-button/dropdownbutton.module","DropDownButtonAllModule":"./src/drop-down-button/dropdownbutton-all.module","SplitButtonItemDirective":"./src/split-button/items.directive","SplitButtonItemsDirective":"./src/split-button/items.directive","SplitButtonComponent":"./src/split-button/splitbutton.component","SplitButtonModule":"./src/split-button/splitbutton.module","SplitButtonAllModule":"./src/split-button/splitbutton-all.module","ProgressButtonComponent":"./src/progress-button/progressbutton.component","ProgressButtonModule":"./src/progress-button/progressbutton.module","ProgressButtonAllModule":"./src/progress-button/progressbutton-all.module"},"importAs":"@syncfusion/ej2-angular-splitbuttons"}
package/package.json CHANGED
@@ -1,15 +1,16 @@
1
1
  {
2
2
  "name": "@syncfusion/ej2-angular-splitbuttons",
3
- "version": "33.2.6",
3
+ "version": "34.1.29-ngcc",
4
4
  "description": "A package of feature-rich Essential JS 2 components such as DropDownButton, SplitButton, ProgressButton and ButtonGroup. for Angular",
5
5
  "author": "Syncfusion Inc.",
6
6
  "license": "SEE LICENSE IN license",
7
7
  "schematics": "./schematics/collection.json",
8
8
  "dependencies": {
9
- "@syncfusion/ej2-base": "~33.2.3",
10
- "@syncfusion/ej2-angular-base": "~33.2.3",
11
- "@syncfusion/ej2-splitbuttons": "33.2.6"
9
+ "@syncfusion/ej2-base": "~34.1.29",
10
+ "@syncfusion/ej2-angular-base": "~34.1.29",
11
+ "@syncfusion/ej2-splitbuttons": "34.1.29"
12
12
  },
13
+ "devDependencies": {},
13
14
  "keywords": [
14
15
  "angular",
15
16
  "ng",
@@ -32,24 +33,10 @@
32
33
  "url": "https://github.com/syncfusion/ej2-angular-ui-components.git"
33
34
  },
34
35
  "sideEffects": false,
35
- "module": "fesm2015/syncfusion-ej2-angular-splitbuttons.mjs",
36
- "es2020": "fesm2020/syncfusion-ej2-angular-splitbuttons.mjs",
37
- "esm2020": "esm2020/syncfusion-ej2-angular-splitbuttons.mjs",
38
- "fesm2020": "fesm2020/syncfusion-ej2-angular-splitbuttons.mjs",
39
- "fesm2015": "fesm2015/syncfusion-ej2-angular-splitbuttons.mjs",
40
- "typings": "syncfusion-ej2-angular-splitbuttons.d.ts",
41
- "exports": {
42
- "./package.json": {
43
- "default": "./package.json"
44
- },
45
- ".": {
46
- "types": "./syncfusion-ej2-angular-splitbuttons.d.ts",
47
- "esm2020": "./esm2020/syncfusion-ej2-angular-splitbuttons.mjs",
48
- "es2020": "./fesm2020/syncfusion-ej2-angular-splitbuttons.mjs",
49
- "es2015": "./fesm2015/syncfusion-ej2-angular-splitbuttons.mjs",
50
- "node": "./fesm2015/syncfusion-ej2-angular-splitbuttons.mjs",
51
- "default": "./fesm2020/syncfusion-ej2-angular-splitbuttons.mjs"
52
- }
53
- },
36
+ "main": "dist/ej2-angular-splitbuttons.umd.js",
37
+ "module": "@syncfusion/ej2-angular-splitbuttons.es5.js",
38
+ "es2015": "@syncfusion/ej2-angular-splitbuttons.js",
39
+ "typings": "ej2-angular-splitbuttons.d.ts",
40
+ "metadata": "ej2-angular-splitbuttons.metadata.json",
54
41
  "homepage": "https://www.syncfusion.com/angular-components"
55
42
  }
package/public_api.d.ts CHANGED
@@ -1 +1 @@
1
- export * from './src/index';
1
+ export * from './src/index';
@@ -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 = '^33.2.6';
4
+ exports.pkgVer = '^34.1.29';
5
5
  exports.moduleName = 'DropDownButtonModule, SplitButtonModule, ProgressButtonModule';
6
- exports.themeVer = '~33.2.6';
6
+ exports.themeVer = '~34.1.29';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-splitbuttons';
2
- export const pkgVer = '^33.2.6';
2
+ export const pkgVer = '^34.1.29';
3
3
  export const moduleName = 'DropDownButtonModule, SplitButtonModule, ProgressButtonModule';
4
- export const themeVer = '~33.2.6';
4
+ export const themeVer = '~34.1.29';
@@ -1,11 +1,5 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "@angular/common";
3
- import * as i2 from "./dropdownbutton.module";
4
- /**
5
- * NgModule definition for the DropDownButton component with providers.
6
- */
7
- export declare class DropDownButtonAllModule {
8
- static ɵfac: i0.ɵɵFactoryDeclaration<DropDownButtonAllModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<DropDownButtonAllModule, never, [typeof i1.CommonModule, typeof i2.DropDownButtonModule], [typeof i2.DropDownButtonModule]>;
10
- static ɵinj: i0.ɵɵInjectorDeclaration<DropDownButtonAllModule>;
11
- }
1
+ /**
2
+ * NgModule definition for the DropDownButton component with providers.
3
+ */
4
+ export declare class DropDownButtonAllModule {
5
+ }
@@ -1,40 +1,37 @@
1
- import { ElementRef, ViewContainerRef, Renderer2, Injector, QueryList } from '@angular/core';
2
- import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
- import { DropDownButton } from '@syncfusion/ej2-splitbuttons';
4
- import { DropDownButtonItemsDirective } from './items.directive';
5
- import * as i0 from "@angular/core";
6
- export declare const inputs: string[];
7
- export declare const outputs: string[];
8
- export declare const twoWays: string[];
9
- /**
10
- * Represents the Angular DropDownButton Component.
11
- * ```html
12
- * <button ejs-dropdownbutton>DropDownButton</button>
13
- * ```
14
- */
15
- export declare class DropDownButtonComponent extends DropDownButton implements IComponentBase {
16
- private ngEle;
17
- private srenderer;
18
- private viewContainerRef;
19
- private injector;
20
- containerContext: any;
21
- tagObjects: any;
22
- beforeClose: any;
23
- beforeItemRender: any;
24
- beforeOpen: any;
25
- close: any;
26
- created: any;
27
- open: any;
28
- select: any;
29
- childItems: QueryList<DropDownButtonItemsDirective>;
30
- tags: string[];
31
- constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
32
- ngOnInit(): void;
33
- ngAfterViewInit(): void;
34
- ngOnDestroy(): void;
35
- ngAfterContentChecked(): void;
36
- registerEvents: (eventList: string[]) => void;
37
- addTwoWay: (propList: string[]) => void;
38
- static ɵfac: i0.ɵɵFactoryDeclaration<DropDownButtonComponent, never>;
39
- static ɵcmp: i0.ɵɵComponentDeclaration<DropDownButtonComponent, "[ejs-dropdownbutton]", never, { "animationSettings": "animationSettings"; "closeActionEvents": "closeActionEvents"; "content": "content"; "createPopupOnClick": "createPopupOnClick"; "cssClass": "cssClass"; "disabled": "disabled"; "enableHtmlSanitizer": "enableHtmlSanitizer"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "iconCss": "iconCss"; "iconPosition": "iconPosition"; "itemTemplate": "itemTemplate"; "items": "items"; "locale": "locale"; "popupWidth": "popupWidth"; "target": "target"; }, { "beforeClose": "beforeClose"; "beforeItemRender": "beforeItemRender"; "beforeOpen": "beforeOpen"; "close": "close"; "created": "created"; "open": "open"; "select": "select"; }, ["childItems"], ["*"]>;
40
- }
1
+ import { ElementRef, ViewContainerRef, Renderer2, Injector, QueryList } from '@angular/core';
2
+ import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
+ import { DropDownButton } from '@syncfusion/ej2-splitbuttons';
4
+ import { DropDownButtonItemsDirective } from './items.directive';
5
+ export declare const inputs: string[];
6
+ export declare const outputs: string[];
7
+ export declare const twoWays: string[];
8
+ /**
9
+ * Represents the Angular DropDownButton Component.
10
+ * ```html
11
+ * <button ejs-dropdownbutton>DropDownButton</button>
12
+ * ```
13
+ */
14
+ export declare class DropDownButtonComponent extends DropDownButton implements IComponentBase {
15
+ private ngEle;
16
+ private srenderer;
17
+ private viewContainerRef;
18
+ private injector;
19
+ containerContext: any;
20
+ tagObjects: any;
21
+ beforeClose: any;
22
+ beforeItemRender: any;
23
+ beforeOpen: any;
24
+ close: any;
25
+ created: any;
26
+ open: any;
27
+ select: any;
28
+ childItems: QueryList<DropDownButtonItemsDirective>;
29
+ tags: string[];
30
+ constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
31
+ ngOnInit(): void;
32
+ ngAfterViewInit(): void;
33
+ ngOnDestroy(): void;
34
+ ngAfterContentChecked(): void;
35
+ registerEvents: (eventList: string[]) => void;
36
+ addTwoWay: (propList: string[]) => void;
37
+ }
@@ -1,12 +1,5 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./dropdownbutton.component";
3
- import * as i2 from "./items.directive";
4
- import * as i3 from "@angular/common";
5
- /**
6
- * NgModule definition for the DropDownButton component.
7
- */
8
- export declare class DropDownButtonModule {
9
- static ɵfac: i0.ɵɵFactoryDeclaration<DropDownButtonModule, never>;
10
- static ɵmod: i0.ɵɵNgModuleDeclaration<DropDownButtonModule, [typeof i1.DropDownButtonComponent, typeof i2.DropDownButtonItemDirective, typeof i2.DropDownButtonItemsDirective], [typeof i3.CommonModule], [typeof i1.DropDownButtonComponent, typeof i2.DropDownButtonItemDirective, typeof i2.DropDownButtonItemsDirective]>;
11
- static ɵinj: i0.ɵɵInjectorDeclaration<DropDownButtonModule>;
12
- }
1
+ /**
2
+ * NgModule definition for the DropDownButton component.
3
+ */
4
+ export declare class DropDownButtonModule {
5
+ }
@@ -1,50 +1,45 @@
1
- import { ViewContainerRef } from '@angular/core';
2
- import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
- import * as i0 from "@angular/core";
4
- export declare class DropDownButtonItemDirective extends ComplexBase<DropDownButtonItemDirective> {
5
- private viewContainerRef;
6
- directivePropList: any;
7
- /**
8
- * Used to enable or disable the item.
9
- * @default false
10
- */
11
- disabled: any;
12
- /**
13
- * Defines class/multiple classes separated by a space for the item that is used to include an icon.
14
- * Action item can include font icon and sprite image.
15
- * @default ''
16
- */
17
- iconCss: any;
18
- /**
19
- * Specifies the id for item.
20
- * @default ''
21
- */
22
- id: any;
23
- /**
24
- * Specifies separator between the items. Separator are horizontal lines used to group action items.
25
- * @default false
26
- */
27
- separator: any;
28
- /**
29
- * Specifies text for item.
30
- * @default ''
31
- */
32
- text: any;
33
- /**
34
- * Specifies url for item that creates the anchor link to navigate to the url provided.
35
- * @default ''
36
- */
37
- url: any;
38
- constructor(viewContainerRef: ViewContainerRef);
39
- static ɵfac: i0.ɵɵFactoryDeclaration<DropDownButtonItemDirective, never>;
40
- static ɵdir: i0.ɵɵDirectiveDeclaration<DropDownButtonItemDirective, "e-dropdownbuttonitems>e-dropdownbuttonitem", never, { "disabled": "disabled"; "iconCss": "iconCss"; "id": "id"; "separator": "separator"; "text": "text"; "url": "url"; }, {}, never>;
41
- }
42
- /**
43
- * DropDownButtonItem Array Directive
44
- * @private
45
- */
46
- export declare class DropDownButtonItemsDirective extends ArrayBase<DropDownButtonItemsDirective> {
47
- constructor();
48
- static ɵfac: i0.ɵɵFactoryDeclaration<DropDownButtonItemsDirective, never>;
49
- static ɵdir: i0.ɵɵDirectiveDeclaration<DropDownButtonItemsDirective, "ejs-dropdownbutton>e-dropdownbuttonitems", never, {}, {}, ["children"]>;
50
- }
1
+ import { ViewContainerRef } from '@angular/core';
2
+ import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
+ export declare class DropDownButtonItemDirective extends ComplexBase<DropDownButtonItemDirective> {
4
+ private viewContainerRef;
5
+ directivePropList: any;
6
+ /**
7
+ * Used to enable or disable the item.
8
+ * @default false
9
+ */
10
+ disabled: any;
11
+ /**
12
+ * Defines class/multiple classes separated by a space for the item that is used to include an icon.
13
+ * Action item can include font icon and sprite image.
14
+ * @default ''
15
+ */
16
+ iconCss: any;
17
+ /**
18
+ * Specifies the id for item.
19
+ * @default ''
20
+ */
21
+ id: any;
22
+ /**
23
+ * Specifies separator between the items. Separator are horizontal lines used to group action items.
24
+ * @default false
25
+ */
26
+ separator: any;
27
+ /**
28
+ * Specifies text for item.
29
+ * @default ''
30
+ */
31
+ text: any;
32
+ /**
33
+ * Specifies url for item that creates the anchor link to navigate to the url provided.
34
+ * @default ''
35
+ */
36
+ url: any;
37
+ constructor(viewContainerRef: ViewContainerRef);
38
+ }
39
+ /**
40
+ * DropDownButtonItem Array Directive
41
+ * @private
42
+ */
43
+ export declare class DropDownButtonItemsDirective extends ArrayBase<DropDownButtonItemsDirective> {
44
+ constructor();
45
+ }