@syncfusion/ej2-angular-splitbuttons 30.2.4-ngcc → 30.2.4

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 (45) hide show
  1. package/CHANGELOG.md +285 -0
  2. package/esm2020/public_api.mjs +2 -0
  3. package/esm2020/src/drop-down-button/dropdownbutton-all.module.mjs +23 -0
  4. package/esm2020/src/drop-down-button/dropdownbutton.component.mjs +64 -0
  5. package/esm2020/src/drop-down-button/dropdownbutton.module.mjs +34 -0
  6. package/esm2020/src/drop-down-button/items.directive.mjs +46 -0
  7. package/esm2020/src/index.mjs +13 -0
  8. package/esm2020/src/progress-button/progressbutton-all.module.mjs +23 -0
  9. package/esm2020/src/progress-button/progressbutton.component.mjs +59 -0
  10. package/esm2020/src/progress-button/progressbutton.module.mjs +25 -0
  11. package/esm2020/src/split-button/items.directive.mjs +46 -0
  12. package/esm2020/src/split-button/splitbutton-all.module.mjs +23 -0
  13. package/esm2020/src/split-button/splitbutton.component.mjs +64 -0
  14. package/esm2020/src/split-button/splitbutton.module.mjs +34 -0
  15. package/esm2020/syncfusion-ej2-angular-splitbuttons.mjs +5 -0
  16. package/fesm2015/syncfusion-ej2-angular-splitbuttons.mjs +403 -0
  17. package/fesm2015/syncfusion-ej2-angular-splitbuttons.mjs.map +1 -0
  18. package/fesm2020/syncfusion-ej2-angular-splitbuttons.mjs +403 -0
  19. package/fesm2020/syncfusion-ej2-angular-splitbuttons.mjs.map +1 -0
  20. package/package.json +20 -7
  21. package/public_api.d.ts +1 -1
  22. package/src/drop-down-button/dropdownbutton-all.module.d.ts +11 -5
  23. package/src/drop-down-button/dropdownbutton.component.d.ts +40 -37
  24. package/src/drop-down-button/dropdownbutton.module.d.ts +12 -5
  25. package/src/drop-down-button/items.directive.d.ts +50 -45
  26. package/src/index.d.ts +12 -12
  27. package/src/progress-button/progressbutton-all.module.d.ts +11 -5
  28. package/src/progress-button/progressbutton.component.d.ts +35 -32
  29. package/src/progress-button/progressbutton.module.d.ts +11 -5
  30. package/src/split-button/items.directive.d.ts +50 -45
  31. package/src/split-button/splitbutton-all.module.d.ts +11 -5
  32. package/src/split-button/splitbutton.component.d.ts +41 -38
  33. package/src/split-button/splitbutton.module.d.ts +12 -5
  34. package/syncfusion-ej2-angular-splitbuttons.d.ts +5 -0
  35. package/@syncfusion/ej2-angular-splitbuttons.es5.js +0 -565
  36. package/@syncfusion/ej2-angular-splitbuttons.es5.js.map +0 -1
  37. package/@syncfusion/ej2-angular-splitbuttons.js +0 -516
  38. package/@syncfusion/ej2-angular-splitbuttons.js.map +0 -1
  39. package/LICENSE +0 -10
  40. package/dist/ej2-angular-splitbuttons.umd.js +0 -604
  41. package/dist/ej2-angular-splitbuttons.umd.js.map +0 -1
  42. package/dist/ej2-angular-splitbuttons.umd.min.js +0 -11
  43. package/dist/ej2-angular-splitbuttons.umd.min.js.map +0 -1
  44. package/ej2-angular-splitbuttons.d.ts +0 -7
  45. package/ej2-angular-splitbuttons.metadata.json +0 -1
@@ -1 +0,0 @@
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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"}
@@ -1,11 +0,0 @@
1
- /*!
2
- * filename: ej2-angular-splitbuttons.umd.min.js
3
- * version : 30.2.4
4
- * Copyright Syncfusion Inc. 2001 - 2024. 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
@@ -1 +0,0 @@
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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"}
@@ -1,7 +0,0 @@
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';
@@ -1 +0,0 @@
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"}