@syncfusion/ej2-angular-ribbon 21.1.37-ngcc → 21.2.3-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 (41) hide show
  1. package/@syncfusion/ej2-angular-ribbon.es5.js +1 -1
  2. package/@syncfusion/ej2-angular-ribbon.es5.js.map +1 -1
  3. package/@syncfusion/ej2-angular-ribbon.js +1 -1
  4. package/@syncfusion/ej2-angular-ribbon.js.map +1 -1
  5. package/dist/ej2-angular-ribbon.umd.js +2 -1
  6. package/dist/ej2-angular-ribbon.umd.js.map +1 -1
  7. package/dist/ej2-angular-ribbon.umd.min.js +2 -2
  8. package/package.json +8 -8
  9. package/schematics/utils/lib-details.d.ts +2 -2
  10. package/schematics/utils/lib-details.js +2 -2
  11. package/schematics/utils/lib-details.ts +2 -2
  12. package/styles/bootstrap-dark.css +36 -12
  13. package/styles/bootstrap.css +36 -12
  14. package/styles/bootstrap4.css +36 -12
  15. package/styles/bootstrap5-dark.css +36 -12
  16. package/styles/bootstrap5.css +36 -12
  17. package/styles/fabric-dark.css +36 -12
  18. package/styles/fabric.css +36 -12
  19. package/styles/fluent-dark.css +36 -12
  20. package/styles/fluent.css +36 -12
  21. package/styles/highcontrast-light.css +36 -12
  22. package/styles/highcontrast.css +36 -12
  23. package/styles/material-dark.css +36 -12
  24. package/styles/material.css +36 -12
  25. package/styles/ribbon/bootstrap-dark.css +36 -12
  26. package/styles/ribbon/bootstrap.css +36 -12
  27. package/styles/ribbon/bootstrap4.css +36 -12
  28. package/styles/ribbon/bootstrap5-dark.css +36 -12
  29. package/styles/ribbon/bootstrap5.css +36 -12
  30. package/styles/ribbon/fabric-dark.css +36 -12
  31. package/styles/ribbon/fabric.css +36 -12
  32. package/styles/ribbon/fluent-dark.css +36 -12
  33. package/styles/ribbon/fluent.css +36 -12
  34. package/styles/ribbon/highcontrast-light.css +36 -12
  35. package/styles/ribbon/highcontrast.css +36 -12
  36. package/styles/ribbon/material-dark.css +36 -12
  37. package/styles/ribbon/material.css +36 -12
  38. package/styles/ribbon/tailwind-dark.css +36 -12
  39. package/styles/ribbon/tailwind.css +36 -12
  40. package/styles/tailwind-dark.css +36 -12
  41. package/styles/tailwind.css +36 -12
@@ -1 +1 @@
1
- {"version":3,"file":"ej2-angular-ribbon.umd.js","sources":["~/@syncfusion/ej2-angular-ribbon/src/ribbon/ribbon-all.module.ts","~/@syncfusion/ej2-angular-ribbon/src/ribbon/ribbon.module.ts","~/@syncfusion/ej2-angular-ribbon/src/ribbon/ribbon.component.ts","~/@syncfusion/ej2-angular-ribbon/src/ribbon/tabs.directive.ts","~/@syncfusion/ej2-angular-ribbon/src/ribbon/groups.directive.ts","~/@syncfusion/ej2-angular-ribbon/src/ribbon/collections.directive.ts","~/@syncfusion/ej2-angular-ribbon/src/ribbon/items.directive.ts"],"sourcesContent":["import { NgModule, ValueProvider } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { RibbonItemDirective, RibbonItemsDirective } from './items.directive';\nimport { RibbonCollectionDirective, RibbonCollectionsDirective } from './collections.directive';\nimport { RibbonGroupDirective, RibbonGroupsDirective } from './groups.directive';\nimport { RibbonTabDirective, RibbonTabsDirective } from './tabs.directive';\nimport { RibbonComponent } from './ribbon.component';\nimport { RibbonModule } from './ribbon.module';\nimport {RibbonButton, RibbonDropDown, RibbonSplitButton, RibbonCheckBox, RibbonColorPicker, RibbonComboBox, RibbonFileMenu} from '@syncfusion/ej2-ribbon';\n\n\nexport const /** @type {?} */ RibbonButtonService: ValueProvider = { provide: 'RibbonRibbonButton', useValue: RibbonButton};\nexport const /** @type {?} */ RibbonDropDownService: ValueProvider = { provide: 'RibbonRibbonDropDown', useValue: RibbonDropDown};\nexport const /** @type {?} */ RibbonSplitButtonService: ValueProvider = { provide: 'RibbonRibbonSplitButton', useValue: RibbonSplitButton};\nexport const /** @type {?} */ RibbonCheckBoxService: ValueProvider = { provide: 'RibbonRibbonCheckBox', useValue: RibbonCheckBox};\nexport const /** @type {?} */ RibbonColorPickerService: ValueProvider = { provide: 'RibbonRibbonColorPicker', useValue: RibbonColorPicker};\nexport const /** @type {?} */ RibbonComboBoxService: ValueProvider = { provide: 'RibbonRibbonComboBox', useValue: RibbonComboBox};\nexport const /** @type {?} */ RibbonFileMenuService: ValueProvider = { provide: 'RibbonRibbonFileMenu', useValue: RibbonFileMenu};\n/**\n * NgModule definition for the Ribbon component with providers.\n */\nexport class RibbonAllModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule, RibbonModule],\n exports: [\n RibbonModule\n ],\n providers:[\n RibbonButtonService,\n RibbonDropDownService,\n RibbonSplitButtonService,\n RibbonCheckBoxService,\n RibbonColorPickerService,\n RibbonComboBoxService,\n RibbonFileMenuService\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction RibbonAllModule_tsickle_Closure_declarations() {\n/** @type {?} */\nRibbonAllModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nRibbonAllModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { RibbonItemDirective, RibbonItemsDirective } from './items.directive';\nimport { RibbonCollectionDirective, RibbonCollectionsDirective } from './collections.directive';\nimport { RibbonGroupDirective, RibbonGroupsDirective } from './groups.directive';\nimport { RibbonTabDirective, RibbonTabsDirective } from './tabs.directive';\nimport { RibbonComponent } from './ribbon.component';\n/**\n * NgModule definition for the Ribbon component.\n */\nexport class RibbonModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule],\n declarations: [\n RibbonComponent,\n RibbonItemDirective,\n RibbonItemsDirective,\n RibbonCollectionDirective,\n RibbonCollectionsDirective,\n RibbonGroupDirective,\n RibbonGroupsDirective,\n RibbonTabDirective,\n RibbonTabsDirective\n ],\n exports: [\n RibbonComponent,\n RibbonItemDirective,\n RibbonItemsDirective,\n RibbonCollectionDirective,\n RibbonCollectionsDirective,\n RibbonGroupDirective,\n RibbonGroupsDirective,\n RibbonTabDirective,\n RibbonTabsDirective\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction RibbonModule_tsickle_Closure_declarations() {\n/** @type {?} */\nRibbonModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nRibbonModule.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 { Ribbon } from '@syncfusion/ej2-ribbon';\nimport { Template } from '@syncfusion/ej2-angular-base';\nimport { RibbonTabsDirective } from './tabs.directive';\n\nexport const /** @type {?} */ inputs: string[] = ['activeLayout','cssClass','enablePersistence','enableRtl','fileMenu','helpPaneTemplate','isMinimized','launcherIconCss','locale','selectedTab','tabAnimation','tabs','width'];\nexport const /** @type {?} */ outputs: string[] = ['launcherIconClick','ribbonCollapsing','ribbonExpanding','tabSelected','tabSelecting'];\nexport const /** @type {?} */ twoWays: string[] = [''];\n/**\n * Represents the Essential JS 2 Angular Ribbon Component.\n * ```html\n * <ejs-ribbon></ejs-ribbon>\n * ```\n */\n@ComponentMixins([ComponentBase])\nexport class RibbonComponent extends Ribbon implements IComponentBase {\npublic containerContext : any;\npublic tagObjects: any;\n\tlauncherIconClick: any;\n\tribbonCollapsing: any;\n\tribbonExpanding: any;\n\ttabSelected: any;\npublic tabSelecting: any;\npublic childTabs: QueryList<RibbonTabsDirective>;\npublic tags: string[] = ['tabs'];\n/**\n * Specifies the template content for the help pane of ribbon. \n * The help pane appears on the right side of the ribbon header row.\n * \\@default ''\n * \\@asptype string\n */\n@Template()\n public helpPaneTemplate: 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 try {\n let mod = this.injector.get('RibbonRibbonButton');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('RibbonRibbonDropDown');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('RibbonRibbonSplitButton');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('RibbonRibbonCheckBox');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('RibbonRibbonColorPicker');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('RibbonRibbonComboBox');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('RibbonRibbonFileMenu');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\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.childTabs;\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-ribbon',\n inputs: inputs,\n outputs: outputs,\n template: `<ng-content select='div'></ng-content>`,\n changeDetection: ChangeDetectionStrategy.OnPush,\n queries: {\n childTabs: new ContentChild(RibbonTabsDirective)\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];\nstatic propDecorators: {[key: string]: DecoratorInvocation[]} = {\n'helpPaneTemplate': [{ type: ContentChild, args: ['helpPaneTemplate', ] },],\n};\n}\n\nfunction RibbonComponent_tsickle_Closure_declarations() {\n/** @type {?} */\nRibbonComponent.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nRibbonComponent.ctorParameters;\n/** @type {?} */\nRibbonComponent.propDecorators;\n/** @type {?} */\nRibbonComponent.prototype.containerContext;\n/** @type {?} */\nRibbonComponent.prototype.tagObjects;\n/** @type {?} */\nRibbonComponent.prototype.launcherIconClick;\n/** @type {?} */\nRibbonComponent.prototype.ribbonCollapsing;\n/** @type {?} */\nRibbonComponent.prototype.ribbonExpanding;\n/** @type {?} */\nRibbonComponent.prototype.tabSelected;\n/** @type {?} */\nRibbonComponent.prototype.tabSelecting;\n/** @type {?} */\nRibbonComponent.prototype.childTabs;\n/** @type {?} */\nRibbonComponent.prototype.tags;\n/**\n * Specifies the template content for the help pane of ribbon. \n * The help pane appears on the right side of the ribbon header row.\n * \\@default ''\n * \\@asptype string\n * @type {?}\n */\nRibbonComponent.prototype.helpPaneTemplate;\n/** @type {?} */\nRibbonComponent.prototype.registerEvents;\n/** @type {?} */\nRibbonComponent.prototype.addTwoWay;\n/** @type {?} */\nRibbonComponent.prototype.ngEle;\n/** @type {?} */\nRibbonComponent.prototype.srenderer;\n/** @type {?} */\nRibbonComponent.prototype.viewContainerRef;\n/** @type {?} */\nRibbonComponent.prototype.injector;\n}\n\n\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Directive, ViewContainerRef, ContentChildren, ContentChild } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\n\nimport { RibbonGroupsDirective } from './groups.directive';\n\nlet /** @type {?} */ input: string[] = ['cssClass', 'groups', 'header', 'id'];\nlet /** @type {?} */ outputs: string[] = [];\n/**\n * `e-ribbon-tab` directive represent a tab of the Angular Ribbon. \n * It must be contained in a Ribbon component(`ejs-ribbon`). \n * ```html\n * <ejs-ribbon>\n * <e-ribbon-tabs>\n * <e-ribbon-tab></e-ribbon-tab>\n * <e-ribbon-tab></e-ribbon-tab>\n * </e-ribbon-tabs>\n * </ejs-ribbon>\n * ```\n */\nexport class RibbonTabDirective extends ComplexBase<RibbonTabDirective> {\npublic directivePropList: any;\npublic childGroups: any;\npublic tags: string[] = ['groups'];\n/**\n * Defines one or more CSS classes to customize the appearance of tab.\n * \\@default ''\n */\npublic cssClass: any;\n/**\n * Defines the list of ribbon groups.\n * \\@default []\n * \\@asptype List<RibbonGroup>\n */\npublic groups: any;\n/**\n * Defines the content of tab header.\n * \\@default ''\n */\npublic header: any;\n/**\n * Defines a unique identifier for the tab.\n * \\@default ''\n */\npublic id: 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-ribbon-tab',\n inputs: input,\n outputs: outputs, \n queries: {\n childGroups: new ContentChild(RibbonGroupsDirective)\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ViewContainerRef, },\n];\n}\n\nfunction RibbonTabDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nRibbonTabDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nRibbonTabDirective.ctorParameters;\n/** @type {?} */\nRibbonTabDirective.prototype.directivePropList;\n/** @type {?} */\nRibbonTabDirective.prototype.childGroups;\n/** @type {?} */\nRibbonTabDirective.prototype.tags;\n/**\n * Defines one or more CSS classes to customize the appearance of tab.\n * \\@default ''\n * @type {?}\n */\nRibbonTabDirective.prototype.cssClass;\n/**\n * Defines the list of ribbon groups.\n * \\@default []\n * \\@asptype List<RibbonGroup>\n * @type {?}\n */\nRibbonTabDirective.prototype.groups;\n/**\n * Defines the content of tab header.\n * \\@default ''\n * @type {?}\n */\nRibbonTabDirective.prototype.header;\n/**\n * Defines a unique identifier for the tab.\n * \\@default ''\n * @type {?}\n */\nRibbonTabDirective.prototype.id;\n/** @type {?} */\nRibbonTabDirective.prototype.viewContainerRef;\n}\n\n/**\n * RibbonTab Array Directive\n */\nexport class RibbonTabsDirective extends ArrayBase<RibbonTabsDirective> {\nconstructor() {\n super('tabs');\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'e-ribbon-tabs',\n queries: {\n children: new ContentChildren(RibbonTabDirective)\n },\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction RibbonTabsDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nRibbonTabsDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nRibbonTabsDirective.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Directive, ViewContainerRef, ContentChildren, ContentChild } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\n\nimport { RibbonCollectionsDirective } from './collections.directive';\n\nlet /** @type {?} */ input: string[] = ['collections', 'cssClass', 'enableGroupOverflow', 'groupIconCss', 'header', 'id', 'isCollapsed', 'isCollapsible', 'orientation', 'priority', 'showLauncherIcon'];\nlet /** @type {?} */ outputs: string[] = [];\n/**\n * `e-ribbon-group` directive represent a group in the Angular Ribbon. \n * ```html\n * <ejs-ribbon>\n * <e-ribbon-tabs>\n * <e-ribbon-tab></e-ribbon-tab>\n * <e-ribbon-tab>\n * <e-ribbon-groups>\n * <e-ribbon-group></e-ribbon-group>\n * <e-ribbon-group></e-ribbon-group>\n * </e-ribbon-groups>\n * </e-ribbon-tab>\n * </e-ribbon-tabs>\n * </ejs-ribbon>\n * ```\n */\nexport class RibbonGroupDirective extends ComplexBase<RibbonGroupDirective> {\npublic directivePropList: any;\npublic childCollections: any;\npublic tags: string[] = ['collections'];\n/**\n * Defines the list of ribbon collections.\n * \\@default []\n * \\@asptype List<RibbonCollection>\n */\npublic collections: any;\n/**\n * Defines one or more CSS classes to customize the appearance of group.\n * \\@default ''\n */\npublic cssClass: any;\n/**\n * Defines whether to add a separate popup for the overflow items in the group. \n * If it is set to false, the overflow items will be shown in the common overflow popup present at the right end of the tab content.\n * \\@default false\n */\npublic enableGroupOverflow: any;\n/**\n * Defines the CSS class for the icons to be shown in the group overflow dropdown button in classic mode. \n * During overflow, the entire group will be shown in a popup of a dropdown button which appears in the place of the group in ribbon tab.\n * \\@default ''\n */\npublic groupIconCss: any;\n/**\n * Defines the content of group header.\n * \\@default ''\n */\npublic header: any;\n/**\n * Defines a unique identifier for the group.\n * \\@default ''\n */\npublic id: any;\n/**\n * Defines whether the group is in collapsed state or not during classic mode.\n * \\@default false\n */\npublic isCollapsed: any;\n/**\n * Defines whether the group can be collapsed on resize during classic mode.\n * \\@default true\n */\npublic isCollapsible: any;\n/**\n * Defines whether to orientation in which the items of the group should be arranged.\n * \\@isenumeration true\n * \\@default ItemOrientation.Column\n * \\@asptype ItemOrientation\n */\npublic orientation: any;\n/**\n * Defines the priority order at which the group should be collapsed or expanded. \n * For collapsing value is fetched in ascending order and for expanding value is fetched in descending order.\n * \\@default 0\n */\npublic priority: any;\n/**\n * Defines whether to show or hide the launcher icon for the group.\n * \\@default false\n */\npublic showLauncherIcon: 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-ribbon-group',\n inputs: input,\n outputs: outputs, \n queries: {\n childCollections: new ContentChild(RibbonCollectionsDirective)\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ViewContainerRef, },\n];\n}\n\nfunction RibbonGroupDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nRibbonGroupDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nRibbonGroupDirective.ctorParameters;\n/** @type {?} */\nRibbonGroupDirective.prototype.directivePropList;\n/** @type {?} */\nRibbonGroupDirective.prototype.childCollections;\n/** @type {?} */\nRibbonGroupDirective.prototype.tags;\n/**\n * Defines the list of ribbon collections.\n * \\@default []\n * \\@asptype List<RibbonCollection>\n * @type {?}\n */\nRibbonGroupDirective.prototype.collections;\n/**\n * Defines one or more CSS classes to customize the appearance of group.\n * \\@default ''\n * @type {?}\n */\nRibbonGroupDirective.prototype.cssClass;\n/**\n * Defines whether to add a separate popup for the overflow items in the group. \n * If it is set to false, the overflow items will be shown in the common overflow popup present at the right end of the tab content.\n * \\@default false\n * @type {?}\n */\nRibbonGroupDirective.prototype.enableGroupOverflow;\n/**\n * Defines the CSS class for the icons to be shown in the group overflow dropdown button in classic mode. \n * During overflow, the entire group will be shown in a popup of a dropdown button which appears in the place of the group in ribbon tab.\n * \\@default ''\n * @type {?}\n */\nRibbonGroupDirective.prototype.groupIconCss;\n/**\n * Defines the content of group header.\n * \\@default ''\n * @type {?}\n */\nRibbonGroupDirective.prototype.header;\n/**\n * Defines a unique identifier for the group.\n * \\@default ''\n * @type {?}\n */\nRibbonGroupDirective.prototype.id;\n/**\n * Defines whether the group is in collapsed state or not during classic mode.\n * \\@default false\n * @type {?}\n */\nRibbonGroupDirective.prototype.isCollapsed;\n/**\n * Defines whether the group can be collapsed on resize during classic mode.\n * \\@default true\n * @type {?}\n */\nRibbonGroupDirective.prototype.isCollapsible;\n/**\n * Defines whether to orientation in which the items of the group should be arranged.\n * \\@isenumeration true\n * \\@default ItemOrientation.Column\n * \\@asptype ItemOrientation\n * @type {?}\n */\nRibbonGroupDirective.prototype.orientation;\n/**\n * Defines the priority order at which the group should be collapsed or expanded. \n * For collapsing value is fetched in ascending order and for expanding value is fetched in descending order.\n * \\@default 0\n * @type {?}\n */\nRibbonGroupDirective.prototype.priority;\n/**\n * Defines whether to show or hide the launcher icon for the group.\n * \\@default false\n * @type {?}\n */\nRibbonGroupDirective.prototype.showLauncherIcon;\n/** @type {?} */\nRibbonGroupDirective.prototype.viewContainerRef;\n}\n\n/**\n * RibbonGroup Array Directive\n */\nexport class RibbonGroupsDirective extends ArrayBase<RibbonGroupsDirective> {\nconstructor() {\n super('groups');\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'e-ribbon-groups',\n queries: {\n children: new ContentChildren(RibbonGroupDirective)\n },\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction RibbonGroupsDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nRibbonGroupsDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nRibbonGroupsDirective.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Directive, ViewContainerRef, ContentChildren, ContentChild } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\n\nimport { RibbonItemsDirective } from './items.directive';\n\nlet /** @type {?} */ input: string[] = ['cssClass', 'id', 'items'];\nlet /** @type {?} */ outputs: string[] = [];\n/**\n * `e-ribbon-collection` directive represent a collection in the Angular Ribbon. \n * ```html\n * <ejs-ribbon>\n * <e-ribbon-tabs>\n * <e-ribbon-tab></e-ribbon-tab>\n * <e-ribbon-tab>\n * <e-ribbon-groups>\n * <e-ribbon-group>\n * <e-ribbon-collections>\n * <e-ribbon-collection></e-ribbon-collection>\n * <e-ribbon-collection></e-ribbon-collection>\n * </e-ribbon-collections>\n * </e-ribbon-group>\n * </e-ribbon-groups>\n * </e-ribbon-tab>\n * </e-ribbon-tabs>\n * </ejs-ribbon>\n * ```\n */\nexport class RibbonCollectionDirective extends ComplexBase<RibbonCollectionDirective> {\npublic directivePropList: any;\npublic childItems: any;\npublic tags: string[] = ['items'];\n/**\n * Defines one or more CSS classes to customize the appearance of collection.\n * \\@default ''\n */\npublic cssClass: any;\n/**\n * Defines a unique identifier for the collection.\n * \\@default ''\n */\npublic id: any;\n/**\n * Defines the list of ribbon items.\n * \\@default []\n * \\@asptype List<RibbonItem>\n */\npublic items: 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-ribbon-collection',\n inputs: input,\n outputs: outputs, \n queries: {\n childItems: new ContentChild(RibbonItemsDirective)\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ViewContainerRef, },\n];\n}\n\nfunction RibbonCollectionDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nRibbonCollectionDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nRibbonCollectionDirective.ctorParameters;\n/** @type {?} */\nRibbonCollectionDirective.prototype.directivePropList;\n/** @type {?} */\nRibbonCollectionDirective.prototype.childItems;\n/** @type {?} */\nRibbonCollectionDirective.prototype.tags;\n/**\n * Defines one or more CSS classes to customize the appearance of collection.\n * \\@default ''\n * @type {?}\n */\nRibbonCollectionDirective.prototype.cssClass;\n/**\n * Defines a unique identifier for the collection.\n * \\@default ''\n * @type {?}\n */\nRibbonCollectionDirective.prototype.id;\n/**\n * Defines the list of ribbon items.\n * \\@default []\n * \\@asptype List<RibbonItem>\n * @type {?}\n */\nRibbonCollectionDirective.prototype.items;\n/** @type {?} */\nRibbonCollectionDirective.prototype.viewContainerRef;\n}\n\n/**\n * RibbonCollection Array Directive\n */\nexport class RibbonCollectionsDirective extends ArrayBase<RibbonCollectionsDirective> {\nconstructor() {\n super('collections');\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'e-ribbon-collections',\n queries: {\n children: new ContentChildren(RibbonCollectionDirective)\n },\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction RibbonCollectionsDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nRibbonCollectionsDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nRibbonCollectionsDirective.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Directive, ViewContainerRef, ContentChildren, ContentChild } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\nimport { Template } from '@syncfusion/ej2-angular-base';\n\n\nlet /** @type {?} */ input: string[] = ['activeSize', 'allowedSizes', 'buttonSettings', 'checkBoxSettings', 'colorPickerSettings', 'comboBoxSettings', 'cssClass', 'disabled', 'displayOptions', 'dropDownSettings', 'id', 'itemTemplate', 'ribbonTooltipSettings', 'splitButtonSettings', 'type'];\nlet /** @type {?} */ outputs: string[] = [];\n/**\n * `e-ribbon-item` directive represent a item in the Angular Ribbon.\n * ```html\n * <ejs-ribbon>\n * <e-ribbon-tabs>\n * <e-ribbon-tab></e-ribbon-tab>\n * <e-ribbon-tab>\n * <e-ribbon-groups>\n * <e-ribbon-group>\n * <e-ribbon-collections>\n * <e-ribbon-collection>\n * <e-ribbon-items>\n * <e-ribbon-item></e-ribbon-item>\n * <e-ribbon-item></e-ribbon-item>\n * </e-ribbon-items>\n * </e-ribbon-collection>\n * </e-ribbon-collections>\n * </e-ribbon-group>\n * </e-ribbon-groups>\n * </e-ribbon-tab>\n * </e-ribbon-tabs>\n * </ejs-ribbon>\n * ```\n */\nexport class RibbonItemDirective extends ComplexBase<RibbonItemDirective> {\npublic directivePropList: any;\n/**\n * Defines the type of control to be added as the Ribbon Item.\n * \\@isenumeration true\n * \\@default RibbonItemType.Button\n * \\@asptype RibbonItemType\n */\npublic type: any;\n/**\n * Defines the active size of the ribbon item.\n * \\@default 'Medium'\n * \\@aspnumberenum\n */\npublic activeSize: any;\n/**\n * Defines the sizes that are allowed for the ribbon item on ribbon resize.\n * \\@default null\n * \\@aspnumberenum\n */\npublic allowedSizes: any;\n/**\n * Defines the settings for the ribbon button.\n * \\@default {}\n */\npublic buttonSettings: any;\n/**\n * Defines the settings for the ribbon checkbox.\n * \\@default {}\n */\npublic checkBoxSettings: any;\n/**\n * Defines the settings for the ribbon color picker.\n * \\@default {}\n */\npublic colorPickerSettings: any;\n/**\n * Defines the settings for the ribbon combobox.\n * \\@default {}\n */\npublic comboBoxSettings: any;\n/**\n * Defines one or more CSS classes to customize the appearance of item.\n * \\@default ''\n */\npublic cssClass: any;\n/**\n * Defines whether the item is disabled or not.\n * \\@default false\n */\npublic disabled: any;\n/**\n * Defines the display options for the ribbon item.\n * \\@default 'Auto'\n * \\@aspnumberenum\n */\npublic displayOptions: any;\n/**\n * Defines the settings for the ribbon dropdown button.\n * \\@default {}\n */\npublic dropDownSettings: any;\n/**\n * Defines a unique identifier for the item.\n * \\@default ''\n */\npublic id: any;\n/**\n * Defines the settings for the tooltip of the item.\n * \\@default {}\n */\npublic ribbonTooltipSettings: any;\n/**\n * Defines the settings for the ribbon split button.\n * \\@default {}\n */\npublic splitButtonSettings: any;\n/**\n * Defines the template content for the ribbon item. \n * `ActiveSize` property is passed as string in template context.\n * \\@default ''\n * \\@asptype string\n */\n@Template()\n public itemTemplate: 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-ribbon-item',\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];\nstatic propDecorators: {[key: string]: DecoratorInvocation[]} = {\n'itemTemplate': [{ type: ContentChild, args: ['itemTemplate', ] },],\n};\n}\n\nfunction RibbonItemDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nRibbonItemDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nRibbonItemDirective.ctorParameters;\n/** @type {?} */\nRibbonItemDirective.propDecorators;\n/** @type {?} */\nRibbonItemDirective.prototype.directivePropList;\n/**\n * Defines the type of control to be added as the Ribbon Item.\n * \\@isenumeration true\n * \\@default RibbonItemType.Button\n * \\@asptype RibbonItemType\n * @type {?}\n */\nRibbonItemDirective.prototype.type;\n/**\n * Defines the active size of the ribbon item.\n * \\@default 'Medium'\n * \\@aspnumberenum\n * @type {?}\n */\nRibbonItemDirective.prototype.activeSize;\n/**\n * Defines the sizes that are allowed for the ribbon item on ribbon resize.\n * \\@default null\n * \\@aspnumberenum\n * @type {?}\n */\nRibbonItemDirective.prototype.allowedSizes;\n/**\n * Defines the settings for the ribbon button.\n * \\@default {}\n * @type {?}\n */\nRibbonItemDirective.prototype.buttonSettings;\n/**\n * Defines the settings for the ribbon checkbox.\n * \\@default {}\n * @type {?}\n */\nRibbonItemDirective.prototype.checkBoxSettings;\n/**\n * Defines the settings for the ribbon color picker.\n * \\@default {}\n * @type {?}\n */\nRibbonItemDirective.prototype.colorPickerSettings;\n/**\n * Defines the settings for the ribbon combobox.\n * \\@default {}\n * @type {?}\n */\nRibbonItemDirective.prototype.comboBoxSettings;\n/**\n * Defines one or more CSS classes to customize the appearance of item.\n * \\@default ''\n * @type {?}\n */\nRibbonItemDirective.prototype.cssClass;\n/**\n * Defines whether the item is disabled or not.\n * \\@default false\n * @type {?}\n */\nRibbonItemDirective.prototype.disabled;\n/**\n * Defines the display options for the ribbon item.\n * \\@default 'Auto'\n * \\@aspnumberenum\n * @type {?}\n */\nRibbonItemDirective.prototype.displayOptions;\n/**\n * Defines the settings for the ribbon dropdown button.\n * \\@default {}\n * @type {?}\n */\nRibbonItemDirective.prototype.dropDownSettings;\n/**\n * Defines a unique identifier for the item.\n * \\@default ''\n * @type {?}\n */\nRibbonItemDirective.prototype.id;\n/**\n * Defines the settings for the tooltip of the item.\n * \\@default {}\n * @type {?}\n */\nRibbonItemDirective.prototype.ribbonTooltipSettings;\n/**\n * Defines the settings for the ribbon split button.\n * \\@default {}\n * @type {?}\n */\nRibbonItemDirective.prototype.splitButtonSettings;\n/**\n * Defines the template content for the ribbon item. \n * `ActiveSize` property is passed as string in template context.\n * \\@default ''\n * \\@asptype string\n * @type {?}\n */\nRibbonItemDirective.prototype.itemTemplate;\n/** @type {?} */\nRibbonItemDirective.prototype.viewContainerRef;\n}\n\n/**\n * RibbonItem Array Directive\n */\nexport class RibbonItemsDirective extends ArrayBase<RibbonItemsDirective> {\nconstructor() {\n super('items');\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'e-ribbon-items',\n queries: {\n children: new ContentChildren(RibbonItemDirective)\n },\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction RibbonItemsDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nRibbonItemsDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nRibbonItemsDirective.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n"],"names":["CommonModule","NgModule","RibbonFileMenu","RibbonComboBox","RibbonColorPicker","RibbonCheckBox","RibbonSplitButton","RibbonDropDown","RibbonButton","RibbonComponent","Injector","ViewContainerRef","Renderer2","__metadata","ElementRef","ComponentMixins","ComponentBase","__decorate","Template","ContentChild","ChangeDetectionStrategy","outputs","Component","Ribbon","setValue","ContentChildren","Directive","ArrayBase","input","ComplexBase"],"mappings":"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"}
1
+ {"version":3,"file":"ej2-angular-ribbon.umd.js","sources":["~/@syncfusion/ej2-angular-ribbon/src/ribbon/ribbon-all.module.ts","~/@syncfusion/ej2-angular-ribbon/src/ribbon/ribbon.module.ts","~/@syncfusion/ej2-angular-ribbon/src/ribbon/ribbon.component.ts","~/@syncfusion/ej2-angular-ribbon/src/ribbon/tabs.directive.ts","~/@syncfusion/ej2-angular-ribbon/src/ribbon/groups.directive.ts","~/@syncfusion/ej2-angular-ribbon/src/ribbon/collections.directive.ts","~/@syncfusion/ej2-angular-ribbon/src/ribbon/items.directive.ts"],"sourcesContent":["import { NgModule, ValueProvider } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { RibbonItemDirective, RibbonItemsDirective } from './items.directive';\nimport { RibbonCollectionDirective, RibbonCollectionsDirective } from './collections.directive';\nimport { RibbonGroupDirective, RibbonGroupsDirective } from './groups.directive';\nimport { RibbonTabDirective, RibbonTabsDirective } from './tabs.directive';\nimport { RibbonComponent } from './ribbon.component';\nimport { RibbonModule } from './ribbon.module';\nimport {RibbonButton, RibbonDropDown, RibbonSplitButton, RibbonCheckBox, RibbonColorPicker, RibbonComboBox, RibbonFileMenu} from '@syncfusion/ej2-ribbon';\n\n\nexport const /** @type {?} */ RibbonButtonService: ValueProvider = { provide: 'RibbonRibbonButton', useValue: RibbonButton};\nexport const /** @type {?} */ RibbonDropDownService: ValueProvider = { provide: 'RibbonRibbonDropDown', useValue: RibbonDropDown};\nexport const /** @type {?} */ RibbonSplitButtonService: ValueProvider = { provide: 'RibbonRibbonSplitButton', useValue: RibbonSplitButton};\nexport const /** @type {?} */ RibbonCheckBoxService: ValueProvider = { provide: 'RibbonRibbonCheckBox', useValue: RibbonCheckBox};\nexport const /** @type {?} */ RibbonColorPickerService: ValueProvider = { provide: 'RibbonRibbonColorPicker', useValue: RibbonColorPicker};\nexport const /** @type {?} */ RibbonComboBoxService: ValueProvider = { provide: 'RibbonRibbonComboBox', useValue: RibbonComboBox};\nexport const /** @type {?} */ RibbonFileMenuService: ValueProvider = { provide: 'RibbonRibbonFileMenu', useValue: RibbonFileMenu};\n/**\n * NgModule definition for the Ribbon component with providers.\n */\nexport class RibbonAllModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule, RibbonModule],\n exports: [\n RibbonModule\n ],\n providers:[\n RibbonButtonService,\n RibbonDropDownService,\n RibbonSplitButtonService,\n RibbonCheckBoxService,\n RibbonColorPickerService,\n RibbonComboBoxService,\n RibbonFileMenuService\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction RibbonAllModule_tsickle_Closure_declarations() {\n/** @type {?} */\nRibbonAllModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nRibbonAllModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { RibbonItemDirective, RibbonItemsDirective } from './items.directive';\nimport { RibbonCollectionDirective, RibbonCollectionsDirective } from './collections.directive';\nimport { RibbonGroupDirective, RibbonGroupsDirective } from './groups.directive';\nimport { RibbonTabDirective, RibbonTabsDirective } from './tabs.directive';\nimport { RibbonComponent } from './ribbon.component';\n/**\n * NgModule definition for the Ribbon component.\n */\nexport class RibbonModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule],\n declarations: [\n RibbonComponent,\n RibbonItemDirective,\n RibbonItemsDirective,\n RibbonCollectionDirective,\n RibbonCollectionsDirective,\n RibbonGroupDirective,\n RibbonGroupsDirective,\n RibbonTabDirective,\n RibbonTabsDirective\n ],\n exports: [\n RibbonComponent,\n RibbonItemDirective,\n RibbonItemsDirective,\n RibbonCollectionDirective,\n RibbonCollectionsDirective,\n RibbonGroupDirective,\n RibbonGroupsDirective,\n RibbonTabDirective,\n RibbonTabsDirective\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction RibbonModule_tsickle_Closure_declarations() {\n/** @type {?} */\nRibbonModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nRibbonModule.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 { Ribbon } from '@syncfusion/ej2-ribbon';\nimport { Template } from '@syncfusion/ej2-angular-base';\nimport { RibbonTabsDirective } from './tabs.directive';\n\nexport const /** @type {?} */ inputs: string[] = ['activeLayout','cssClass','enablePersistence','enableRtl','fileMenu','helpPaneTemplate','isMinimized','launcherIconCss','locale','selectedTab','tabAnimation','tabs','width'];\nexport const /** @type {?} */ outputs: string[] = ['launcherIconClick','ribbonCollapsing','ribbonExpanding','tabSelected','tabSelecting'];\nexport const /** @type {?} */ twoWays: string[] = [''];\n/**\n * Represents the Essential JS 2 Angular Ribbon Component.\n * ```html\n * <ejs-ribbon></ejs-ribbon>\n * ```\n */\n@ComponentMixins([ComponentBase])\nexport class RibbonComponent extends Ribbon implements IComponentBase {\npublic containerContext : any;\npublic tagObjects: any;\n\tlauncherIconClick: any;\n\tribbonCollapsing: any;\n\tribbonExpanding: any;\n\ttabSelected: any;\npublic tabSelecting: any;\npublic childTabs: QueryList<RibbonTabsDirective>;\npublic tags: string[] = ['tabs'];\n/**\n * Specifies the template content for the help pane of ribbon. \n * The help pane appears on the right side of the ribbon header row.\n * \\@default ''\n * \\@asptype string\n */\n@Template()\n public helpPaneTemplate: 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 try {\n let mod = this.injector.get('RibbonRibbonButton');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('RibbonRibbonDropDown');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('RibbonRibbonSplitButton');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('RibbonRibbonCheckBox');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('RibbonRibbonColorPicker');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('RibbonRibbonComboBox');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('RibbonRibbonFileMenu');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\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.childTabs;\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-ribbon',\n inputs: inputs,\n outputs: outputs,\n template: `<ng-content select='div'></ng-content>`,\n changeDetection: ChangeDetectionStrategy.OnPush,\n queries: {\n childTabs: new ContentChild(RibbonTabsDirective)\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];\nstatic propDecorators: {[key: string]: DecoratorInvocation[]} = {\n'helpPaneTemplate': [{ type: ContentChild, args: ['helpPaneTemplate', ] },],\n};\n}\n\nfunction RibbonComponent_tsickle_Closure_declarations() {\n/** @type {?} */\nRibbonComponent.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nRibbonComponent.ctorParameters;\n/** @type {?} */\nRibbonComponent.propDecorators;\n/** @type {?} */\nRibbonComponent.prototype.containerContext;\n/** @type {?} */\nRibbonComponent.prototype.tagObjects;\n/** @type {?} */\nRibbonComponent.prototype.launcherIconClick;\n/** @type {?} */\nRibbonComponent.prototype.ribbonCollapsing;\n/** @type {?} */\nRibbonComponent.prototype.ribbonExpanding;\n/** @type {?} */\nRibbonComponent.prototype.tabSelected;\n/** @type {?} */\nRibbonComponent.prototype.tabSelecting;\n/** @type {?} */\nRibbonComponent.prototype.childTabs;\n/** @type {?} */\nRibbonComponent.prototype.tags;\n/**\n * Specifies the template content for the help pane of ribbon. \n * The help pane appears on the right side of the ribbon header row.\n * \\@default ''\n * \\@asptype string\n * @type {?}\n */\nRibbonComponent.prototype.helpPaneTemplate;\n/** @type {?} */\nRibbonComponent.prototype.registerEvents;\n/** @type {?} */\nRibbonComponent.prototype.addTwoWay;\n/** @type {?} */\nRibbonComponent.prototype.ngEle;\n/** @type {?} */\nRibbonComponent.prototype.srenderer;\n/** @type {?} */\nRibbonComponent.prototype.viewContainerRef;\n/** @type {?} */\nRibbonComponent.prototype.injector;\n}\n\n\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Directive, ViewContainerRef, ContentChildren, ContentChild } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\n\nimport { RibbonGroupsDirective } from './groups.directive';\n\nlet /** @type {?} */ input: string[] = ['cssClass', 'groups', 'header', 'id'];\nlet /** @type {?} */ outputs: string[] = [];\n/**\n * `e-ribbon-tab` directive represent a tab of the Angular Ribbon. \n * It must be contained in a Ribbon component(`ejs-ribbon`). \n * ```html\n * <ejs-ribbon>\n * <e-ribbon-tabs>\n * <e-ribbon-tab></e-ribbon-tab>\n * <e-ribbon-tab></e-ribbon-tab>\n * </e-ribbon-tabs>\n * </ejs-ribbon>\n * ```\n */\nexport class RibbonTabDirective extends ComplexBase<RibbonTabDirective> {\npublic directivePropList: any;\npublic childGroups: any;\npublic tags: string[] = ['groups'];\n/**\n * Defines one or more CSS classes to customize the appearance of tab.\n * \\@default ''\n */\npublic cssClass: any;\n/**\n * Defines the list of ribbon groups.\n * \\@default []\n * \\@asptype List<RibbonGroup>\n */\npublic groups: any;\n/**\n * Defines the content of tab header.\n * \\@default ''\n */\npublic header: any;\n/**\n * Defines a unique identifier for the tab.\n * \\@default ''\n */\npublic id: 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-ribbon-tab',\n inputs: input,\n outputs: outputs, \n queries: {\n childGroups: new ContentChild(RibbonGroupsDirective)\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ViewContainerRef, },\n];\n}\n\nfunction RibbonTabDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nRibbonTabDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nRibbonTabDirective.ctorParameters;\n/** @type {?} */\nRibbonTabDirective.prototype.directivePropList;\n/** @type {?} */\nRibbonTabDirective.prototype.childGroups;\n/** @type {?} */\nRibbonTabDirective.prototype.tags;\n/**\n * Defines one or more CSS classes to customize the appearance of tab.\n * \\@default ''\n * @type {?}\n */\nRibbonTabDirective.prototype.cssClass;\n/**\n * Defines the list of ribbon groups.\n * \\@default []\n * \\@asptype List<RibbonGroup>\n * @type {?}\n */\nRibbonTabDirective.prototype.groups;\n/**\n * Defines the content of tab header.\n * \\@default ''\n * @type {?}\n */\nRibbonTabDirective.prototype.header;\n/**\n * Defines a unique identifier for the tab.\n * \\@default ''\n * @type {?}\n */\nRibbonTabDirective.prototype.id;\n/** @type {?} */\nRibbonTabDirective.prototype.viewContainerRef;\n}\n\n/**\n * RibbonTab Array Directive\n */\nexport class RibbonTabsDirective extends ArrayBase<RibbonTabsDirective> {\nconstructor() {\n super('tabs');\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'e-ribbon-tabs',\n queries: {\n children: new ContentChildren(RibbonTabDirective)\n },\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction RibbonTabsDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nRibbonTabsDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nRibbonTabsDirective.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Directive, ViewContainerRef, ContentChildren, ContentChild } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\n\nimport { RibbonCollectionsDirective } from './collections.directive';\n\nlet /** @type {?} */ input: string[] = ['collections', 'cssClass', 'enableGroupOverflow', 'groupIconCss', 'header', 'id', 'isCollapsed', 'isCollapsible', 'orientation', 'priority', 'showLauncherIcon'];\nlet /** @type {?} */ outputs: string[] = [];\n/**\n * `e-ribbon-group` directive represent a group in the Angular Ribbon. \n * ```html\n * <ejs-ribbon>\n * <e-ribbon-tabs>\n * <e-ribbon-tab></e-ribbon-tab>\n * <e-ribbon-tab>\n * <e-ribbon-groups>\n * <e-ribbon-group></e-ribbon-group>\n * <e-ribbon-group></e-ribbon-group>\n * </e-ribbon-groups>\n * </e-ribbon-tab>\n * </e-ribbon-tabs>\n * </ejs-ribbon>\n * ```\n */\nexport class RibbonGroupDirective extends ComplexBase<RibbonGroupDirective> {\npublic directivePropList: any;\npublic childCollections: any;\npublic tags: string[] = ['collections'];\n/**\n * Defines the list of ribbon collections.\n * \\@default []\n * \\@asptype List<RibbonCollection>\n */\npublic collections: any;\n/**\n * Defines one or more CSS classes to customize the appearance of group.\n * \\@default ''\n */\npublic cssClass: any;\n/**\n * Defines whether to add a separate popup for the overflow items in the group. \n * If it is set to false, the overflow items will be shown in the common overflow popup present at the right end of the tab content.\n * \\@default false\n */\npublic enableGroupOverflow: any;\n/**\n * Defines the CSS class for the icons to be shown in the group overflow dropdown button in classic mode. \n * During overflow, the entire group will be shown in a popup of a dropdown button which appears in the place of the group in ribbon tab.\n * \\@default ''\n */\npublic groupIconCss: any;\n/**\n * Defines the content of group header.\n * \\@default ''\n */\npublic header: any;\n/**\n * Defines a unique identifier for the group.\n * \\@default ''\n */\npublic id: any;\n/**\n * Defines whether the group is in collapsed state or not during classic mode.\n * \\@default false\n */\npublic isCollapsed: any;\n/**\n * Defines whether the group can be collapsed on resize during classic mode.\n * \\@default true\n */\npublic isCollapsible: any;\n/**\n * Defines whether to orientation in which the items of the group should be arranged.\n * \\@isenumeration true\n * \\@default ItemOrientation.Column\n * \\@asptype ItemOrientation\n */\npublic orientation: any;\n/**\n * Defines the priority order at which the group should be collapsed or expanded. \n * For collapsing value is fetched in ascending order and for expanding value is fetched in descending order.\n * \\@default 0\n */\npublic priority: any;\n/**\n * Defines whether to show or hide the launcher icon for the group.\n * \\@default false\n */\npublic showLauncherIcon: 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-ribbon-group',\n inputs: input,\n outputs: outputs, \n queries: {\n childCollections: new ContentChild(RibbonCollectionsDirective)\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ViewContainerRef, },\n];\n}\n\nfunction RibbonGroupDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nRibbonGroupDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nRibbonGroupDirective.ctorParameters;\n/** @type {?} */\nRibbonGroupDirective.prototype.directivePropList;\n/** @type {?} */\nRibbonGroupDirective.prototype.childCollections;\n/** @type {?} */\nRibbonGroupDirective.prototype.tags;\n/**\n * Defines the list of ribbon collections.\n * \\@default []\n * \\@asptype List<RibbonCollection>\n * @type {?}\n */\nRibbonGroupDirective.prototype.collections;\n/**\n * Defines one or more CSS classes to customize the appearance of group.\n * \\@default ''\n * @type {?}\n */\nRibbonGroupDirective.prototype.cssClass;\n/**\n * Defines whether to add a separate popup for the overflow items in the group. \n * If it is set to false, the overflow items will be shown in the common overflow popup present at the right end of the tab content.\n * \\@default false\n * @type {?}\n */\nRibbonGroupDirective.prototype.enableGroupOverflow;\n/**\n * Defines the CSS class for the icons to be shown in the group overflow dropdown button in classic mode. \n * During overflow, the entire group will be shown in a popup of a dropdown button which appears in the place of the group in ribbon tab.\n * \\@default ''\n * @type {?}\n */\nRibbonGroupDirective.prototype.groupIconCss;\n/**\n * Defines the content of group header.\n * \\@default ''\n * @type {?}\n */\nRibbonGroupDirective.prototype.header;\n/**\n * Defines a unique identifier for the group.\n * \\@default ''\n * @type {?}\n */\nRibbonGroupDirective.prototype.id;\n/**\n * Defines whether the group is in collapsed state or not during classic mode.\n * \\@default false\n * @type {?}\n */\nRibbonGroupDirective.prototype.isCollapsed;\n/**\n * Defines whether the group can be collapsed on resize during classic mode.\n * \\@default true\n * @type {?}\n */\nRibbonGroupDirective.prototype.isCollapsible;\n/**\n * Defines whether to orientation in which the items of the group should be arranged.\n * \\@isenumeration true\n * \\@default ItemOrientation.Column\n * \\@asptype ItemOrientation\n * @type {?}\n */\nRibbonGroupDirective.prototype.orientation;\n/**\n * Defines the priority order at which the group should be collapsed or expanded. \n * For collapsing value is fetched in ascending order and for expanding value is fetched in descending order.\n * \\@default 0\n * @type {?}\n */\nRibbonGroupDirective.prototype.priority;\n/**\n * Defines whether to show or hide the launcher icon for the group.\n * \\@default false\n * @type {?}\n */\nRibbonGroupDirective.prototype.showLauncherIcon;\n/** @type {?} */\nRibbonGroupDirective.prototype.viewContainerRef;\n}\n\n/**\n * RibbonGroup Array Directive\n */\nexport class RibbonGroupsDirective extends ArrayBase<RibbonGroupsDirective> {\nconstructor() {\n super('groups');\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'e-ribbon-groups',\n queries: {\n children: new ContentChildren(RibbonGroupDirective)\n },\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction RibbonGroupsDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nRibbonGroupsDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nRibbonGroupsDirective.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Directive, ViewContainerRef, ContentChildren, ContentChild } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\n\nimport { RibbonItemsDirective } from './items.directive';\n\nlet /** @type {?} */ input: string[] = ['cssClass', 'id', 'items'];\nlet /** @type {?} */ outputs: string[] = [];\n/**\n * `e-ribbon-collection` directive represent a collection in the Angular Ribbon. \n * ```html\n * <ejs-ribbon>\n * <e-ribbon-tabs>\n * <e-ribbon-tab></e-ribbon-tab>\n * <e-ribbon-tab>\n * <e-ribbon-groups>\n * <e-ribbon-group>\n * <e-ribbon-collections>\n * <e-ribbon-collection></e-ribbon-collection>\n * <e-ribbon-collection></e-ribbon-collection>\n * </e-ribbon-collections>\n * </e-ribbon-group>\n * </e-ribbon-groups>\n * </e-ribbon-tab>\n * </e-ribbon-tabs>\n * </ejs-ribbon>\n * ```\n */\nexport class RibbonCollectionDirective extends ComplexBase<RibbonCollectionDirective> {\npublic directivePropList: any;\npublic childItems: any;\npublic tags: string[] = ['items'];\n/**\n * Defines one or more CSS classes to customize the appearance of collection.\n * \\@default ''\n */\npublic cssClass: any;\n/**\n * Defines a unique identifier for the collection.\n * \\@default ''\n */\npublic id: any;\n/**\n * Defines the list of ribbon items.\n * \\@default []\n * \\@asptype List<RibbonItem>\n */\npublic items: 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-ribbon-collection',\n inputs: input,\n outputs: outputs, \n queries: {\n childItems: new ContentChild(RibbonItemsDirective)\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ViewContainerRef, },\n];\n}\n\nfunction RibbonCollectionDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nRibbonCollectionDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nRibbonCollectionDirective.ctorParameters;\n/** @type {?} */\nRibbonCollectionDirective.prototype.directivePropList;\n/** @type {?} */\nRibbonCollectionDirective.prototype.childItems;\n/** @type {?} */\nRibbonCollectionDirective.prototype.tags;\n/**\n * Defines one or more CSS classes to customize the appearance of collection.\n * \\@default ''\n * @type {?}\n */\nRibbonCollectionDirective.prototype.cssClass;\n/**\n * Defines a unique identifier for the collection.\n * \\@default ''\n * @type {?}\n */\nRibbonCollectionDirective.prototype.id;\n/**\n * Defines the list of ribbon items.\n * \\@default []\n * \\@asptype List<RibbonItem>\n * @type {?}\n */\nRibbonCollectionDirective.prototype.items;\n/** @type {?} */\nRibbonCollectionDirective.prototype.viewContainerRef;\n}\n\n/**\n * RibbonCollection Array Directive\n */\nexport class RibbonCollectionsDirective extends ArrayBase<RibbonCollectionsDirective> {\nconstructor() {\n super('collections');\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'e-ribbon-collections',\n queries: {\n children: new ContentChildren(RibbonCollectionDirective)\n },\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction RibbonCollectionsDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nRibbonCollectionsDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nRibbonCollectionsDirective.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Directive, ViewContainerRef, ContentChildren, ContentChild } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\nimport { Template } from '@syncfusion/ej2-angular-base';\n\n\nlet /** @type {?} */ input: string[] = ['activeSize', 'allowedSizes', 'buttonSettings', 'checkBoxSettings', 'colorPickerSettings', 'comboBoxSettings', 'cssClass', 'disabled', 'displayOptions', 'dropDownSettings', 'id', 'itemTemplate', 'ribbonTooltipSettings', 'splitButtonSettings', 'type'];\nlet /** @type {?} */ outputs: string[] = [];\n/**\n * `e-ribbon-item` directive represent a item in the Angular Ribbon.\n * ```html\n * <ejs-ribbon>\n * <e-ribbon-tabs>\n * <e-ribbon-tab></e-ribbon-tab>\n * <e-ribbon-tab>\n * <e-ribbon-groups>\n * <e-ribbon-group>\n * <e-ribbon-collections>\n * <e-ribbon-collection>\n * <e-ribbon-items>\n * <e-ribbon-item></e-ribbon-item>\n * <e-ribbon-item></e-ribbon-item>\n * </e-ribbon-items>\n * </e-ribbon-collection>\n * </e-ribbon-collections>\n * </e-ribbon-group>\n * </e-ribbon-groups>\n * </e-ribbon-tab>\n * </e-ribbon-tabs>\n * </ejs-ribbon>\n * ```\n */\nexport class RibbonItemDirective extends ComplexBase<RibbonItemDirective> {\npublic directivePropList: any;\n/**\n * Defines the type of control to be added as the Ribbon Item.\n * \\@isenumeration true\n * \\@default RibbonItemType.Button\n * \\@asptype RibbonItemType\n */\npublic type: any;\n/**\n * Defines the active size of the ribbon item.\n * \\@default 'Medium'\n * \\@aspnumberenum\n */\npublic activeSize: any;\n/**\n * Defines the sizes that are allowed for the ribbon item on ribbon resize.\n * \\@default null\n * \\@aspnumberenum\n */\npublic allowedSizes: any;\n/**\n * Defines the settings for the ribbon button.\n * \\@default {}\n */\npublic buttonSettings: any;\n/**\n * Defines the settings for the ribbon checkbox.\n * \\@default {}\n */\npublic checkBoxSettings: any;\n/**\n * Defines the settings for the ribbon color picker.\n * \\@default {}\n */\npublic colorPickerSettings: any;\n/**\n * Defines the settings for the ribbon combobox.\n * \\@default {}\n */\npublic comboBoxSettings: any;\n/**\n * Defines one or more CSS classes to customize the appearance of item.\n * \\@default ''\n */\npublic cssClass: any;\n/**\n * Defines whether the item is disabled or not.\n * \\@default false\n */\npublic disabled: any;\n/**\n * Defines the display options for the ribbon item.\n * \\@default 'Auto'\n * \\@aspnumberenum\n */\npublic displayOptions: any;\n/**\n * Defines the settings for the ribbon dropdown button.\n * \\@default {}\n */\npublic dropDownSettings: any;\n/**\n * Defines a unique identifier for the item.\n * \\@default ''\n */\npublic id: any;\n/**\n * Defines the settings for the tooltip of the item.\n * \\@default {}\n */\npublic ribbonTooltipSettings: any;\n/**\n * Defines the settings for the ribbon split button.\n * \\@default {}\n */\npublic splitButtonSettings: any;\n/**\n * Defines the template content for the ribbon item. \n * `ActiveSize` property is passed as string in template context.\n * \\@default ''\n * \\@asptype string\n */\n@Template()\n public itemTemplate: 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-ribbon-item',\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];\nstatic propDecorators: {[key: string]: DecoratorInvocation[]} = {\n'itemTemplate': [{ type: ContentChild, args: ['itemTemplate', ] },],\n};\n}\n\nfunction RibbonItemDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nRibbonItemDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nRibbonItemDirective.ctorParameters;\n/** @type {?} */\nRibbonItemDirective.propDecorators;\n/** @type {?} */\nRibbonItemDirective.prototype.directivePropList;\n/**\n * Defines the type of control to be added as the Ribbon Item.\n * \\@isenumeration true\n * \\@default RibbonItemType.Button\n * \\@asptype RibbonItemType\n * @type {?}\n */\nRibbonItemDirective.prototype.type;\n/**\n * Defines the active size of the ribbon item.\n * \\@default 'Medium'\n * \\@aspnumberenum\n * @type {?}\n */\nRibbonItemDirective.prototype.activeSize;\n/**\n * Defines the sizes that are allowed for the ribbon item on ribbon resize.\n * \\@default null\n * \\@aspnumberenum\n * @type {?}\n */\nRibbonItemDirective.prototype.allowedSizes;\n/**\n * Defines the settings for the ribbon button.\n * \\@default {}\n * @type {?}\n */\nRibbonItemDirective.prototype.buttonSettings;\n/**\n * Defines the settings for the ribbon checkbox.\n * \\@default {}\n * @type {?}\n */\nRibbonItemDirective.prototype.checkBoxSettings;\n/**\n * Defines the settings for the ribbon color picker.\n * \\@default {}\n * @type {?}\n */\nRibbonItemDirective.prototype.colorPickerSettings;\n/**\n * Defines the settings for the ribbon combobox.\n * \\@default {}\n * @type {?}\n */\nRibbonItemDirective.prototype.comboBoxSettings;\n/**\n * Defines one or more CSS classes to customize the appearance of item.\n * \\@default ''\n * @type {?}\n */\nRibbonItemDirective.prototype.cssClass;\n/**\n * Defines whether the item is disabled or not.\n * \\@default false\n * @type {?}\n */\nRibbonItemDirective.prototype.disabled;\n/**\n * Defines the display options for the ribbon item.\n * \\@default 'Auto'\n * \\@aspnumberenum\n * @type {?}\n */\nRibbonItemDirective.prototype.displayOptions;\n/**\n * Defines the settings for the ribbon dropdown button.\n * \\@default {}\n * @type {?}\n */\nRibbonItemDirective.prototype.dropDownSettings;\n/**\n * Defines a unique identifier for the item.\n * \\@default ''\n * @type {?}\n */\nRibbonItemDirective.prototype.id;\n/**\n * Defines the settings for the tooltip of the item.\n * \\@default {}\n * @type {?}\n */\nRibbonItemDirective.prototype.ribbonTooltipSettings;\n/**\n * Defines the settings for the ribbon split button.\n * \\@default {}\n * @type {?}\n */\nRibbonItemDirective.prototype.splitButtonSettings;\n/**\n * Defines the template content for the ribbon item. \n * `ActiveSize` property is passed as string in template context.\n * \\@default ''\n * \\@asptype string\n * @type {?}\n */\nRibbonItemDirective.prototype.itemTemplate;\n/** @type {?} */\nRibbonItemDirective.prototype.viewContainerRef;\n}\n\n/**\n * RibbonItem Array Directive\n */\nexport class RibbonItemsDirective extends ArrayBase<RibbonItemsDirective> {\nconstructor() {\n super('items');\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'e-ribbon-items',\n queries: {\n children: new ContentChildren(RibbonItemDirective)\n },\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction RibbonItemsDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nRibbonItemsDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nRibbonItemsDirective.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n"],"names":["CommonModule","NgModule","RibbonFileMenu","RibbonComboBox","RibbonColorPicker","RibbonCheckBox","RibbonSplitButton","RibbonDropDown","RibbonButton","RibbonComponent","Injector","ViewContainerRef","Renderer2","__metadata","ElementRef","ComponentMixins","ComponentBase","__decorate","Template","ContentChild","ChangeDetectionStrategy","outputs","Component","Ribbon","setValue","ContentChildren","Directive","ArrayBase","input","ComplexBase"],"mappings":"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"}
@@ -1,11 +1,11 @@
1
1
  /*!
2
2
  * filename: ej2-angular-ribbon.umd.min.js
3
- * version : 21.1.37
3
+ * version : 21.2.3
4
4
  * Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
7
7
  * licensing@syncfusion.com. Any infringement will be prosecuted under
8
8
  * applicable laws.
9
9
  */
10
- !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("@angular/core"),require("@syncfusion/ej2-angular-base"),require("@syncfusion/ej2-ribbon"),require("@angular/common")):"function"==typeof define&&define.amd?define(["exports","@angular/core","@syncfusion/ej2-angular-base","@syncfusion/ej2-ribbon","@angular/common"],t):t(e["ej2-angular-ribbon"]={},e.ng.core,e.ej2.angular.base,e.ej2.ribbon,e.ng.common)}(this,function(e,t,n,o,i){"use strict";var r=this&&this.__extends||function(){var e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])};return function(t,n){function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),R=this&&this.__decorate||function(e,t,n,o){var i,r=arguments.length,R=r<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)R=Reflect.decorate(e,t,n,o);else for(var O=e.length-1;O>=0;O--)(i=e[O])&&(R=(r<3?i(R):r>3?i(t,n,R):i(t,n))||R);return r>3&&R&&Object.defineProperty(t,n,R),R},O=this&&this.__metadata||function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)},s=["activeSize","allowedSizes","buttonSettings","checkBoxSettings","colorPickerSettings","comboBoxSettings","cssClass","disabled","displayOptions","dropDownSettings","id","itemTemplate","ribbonTooltipSettings","splitButtonSettings","type"],c=[],b=function(e){function t(t){var o=e.call(this)||this;return o.viewContainerRef=t,n.setValue("currentInstance",o,o.viewContainerRef),o.registerEvents(c),o.directivePropList=s,o}return r(t,e),t}(n.ComplexBase);b.decorators=[{type:t.Directive,args:[{selector:"e-ribbon-item",inputs:s,outputs:c,queries:{}}]}],b.ctorParameters=function(){return[{type:t.ViewContainerRef}]},b.propDecorators={itemTemplate:[{type:t.ContentChild,args:["itemTemplate"]}]},R([n.Template(),O("design:type",Object)],b.prototype,"itemTemplate",void 0);var B=function(e){function t(){return e.call(this,"items")||this}return r(t,e),t}(n.ArrayBase);B.decorators=[{type:t.Directive,args:[{selector:"e-ribbon-items",queries:{children:new t.ContentChildren(b)}}]}],B.ctorParameters=function(){return[]};var a=["cssClass","id","items"],_=[],I=function(e){function t(t){var o=e.call(this)||this;return o.viewContainerRef=t,o.tags=["items"],n.setValue("currentInstance",o,o.viewContainerRef),o.registerEvents(_),o.directivePropList=a,o}return r(t,e),t}(n.ComplexBase);I.decorators=[{type:t.Directive,args:[{selector:"e-ribbon-collection",inputs:a,outputs:_,queries:{childItems:new t.ContentChild(B)}}]}],I.ctorParameters=function(){return[{type:t.ViewContainerRef}]};var l=function(e){function t(){return e.call(this,"collections")||this}return r(t,e),t}(n.ArrayBase);l.decorators=[{type:t.Directive,args:[{selector:"e-ribbon-collections",queries:{children:new t.ContentChildren(I)}}]}],l.ctorParameters=function(){return[]};var u=["collections","cssClass","enableGroupOverflow","groupIconCss","header","id","isCollapsed","isCollapsible","orientation","priority","showLauncherIcon"],N=[],T=function(e){function t(t){var o=e.call(this)||this;return o.viewContainerRef=t,o.tags=["collections"],n.setValue("currentInstance",o,o.viewContainerRef),o.registerEvents(N),o.directivePropList=u,o}return r(t,e),t}(n.ComplexBase);T.decorators=[{type:t.Directive,args:[{selector:"e-ribbon-group",inputs:u,outputs:N,queries:{childCollections:new t.ContentChild(l)}}]}],T.ctorParameters=function(){return[{type:t.ViewContainerRef}]};var p=function(e){function t(){return e.call(this,"groups")||this}return r(t,e),t}(n.ArrayBase);p.decorators=[{type:t.Directive,args:[{selector:"e-ribbon-groups",queries:{children:new t.ContentChildren(T)}}]}],p.ctorParameters=function(){return[]};var C=["cssClass","groups","header","id"],E=[],d=function(e){function t(t){var o=e.call(this)||this;return o.viewContainerRef=t,o.tags=["groups"],n.setValue("currentInstance",o,o.viewContainerRef),o.registerEvents(E),o.directivePropList=C,o}return r(t,e),t}(n.ComplexBase);d.decorators=[{type:t.Directive,args:[{selector:"e-ribbon-tab",inputs:C,outputs:E,queries:{childGroups:new t.ContentChild(p)}}]}],d.ctorParameters=function(){return[{type:t.ViewContainerRef}]};var f=function(e){function t(){return e.call(this,"tabs")||this}return r(t,e),t}(n.ArrayBase);f.decorators=[{type:t.Directive,args:[{selector:"e-ribbon-tabs",queries:{children:new t.ContentChildren(d)}}]}],f.ctorParameters=function(){return[]};var P=this&&this.__decorate||function(e,t,n,o){var i,r=arguments.length,R=r<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)R=Reflect.decorate(e,t,n,o);else for(var O=e.length-1;O>=0;O--)(i=e[O])&&(R=(r<3?i(R):r>3?i(t,n,R):i(t,n))||R);return r>3&&R&&Object.defineProperty(t,n,R),R},L=this&&this.__metadata||function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)},D=["activeLayout","cssClass","enablePersistence","enableRtl","fileMenu","helpPaneTemplate","isMinimized","launcherIconCss","locale","selectedTab","tabAnimation","tabs","width"],g=["launcherIconClick","ribbonCollapsing","ribbonExpanding","tabSelected","tabSelecting"],m=[""];e.RibbonComponent=function(e){function t(t,o,i,r){var R=e.call(this)||this;R.ngEle=t,R.srenderer=o,R.viewContainerRef=i,R.injector=r,R.tags=["tabs"],R.element=R.ngEle.nativeElement,R.injectedModules=R.injectedModules||[];try{var O=R.injector.get("RibbonRibbonButton");-1===R.injectedModules.indexOf(O)&&R.injectedModules.push(O)}catch(s){}try{O=R.injector.get("RibbonRibbonDropDown");-1===R.injectedModules.indexOf(O)&&R.injectedModules.push(O)}catch(c){}try{O=R.injector.get("RibbonRibbonSplitButton");-1===R.injectedModules.indexOf(O)&&R.injectedModules.push(O)}catch(b){}try{O=R.injector.get("RibbonRibbonCheckBox");-1===R.injectedModules.indexOf(O)&&R.injectedModules.push(O)}catch(B){}try{O=R.injector.get("RibbonRibbonColorPicker");-1===R.injectedModules.indexOf(O)&&R.injectedModules.push(O)}catch(a){}try{O=R.injector.get("RibbonRibbonComboBox");-1===R.injectedModules.indexOf(O)&&R.injectedModules.push(O)}catch(_){}try{O=R.injector.get("RibbonRibbonFileMenu");-1===R.injectedModules.indexOf(O)&&R.injectedModules.push(O)}catch(I){}return R.registerEvents(g),R.addTwoWay.call(R,m),n.setValue("currentInstance",R,R.viewContainerRef),R.containerContext=new n.ComponentBase,R}return r(t,e),t.prototype.ngOnInit=function(){this.containerContext.ngOnInit(this)},t.prototype.ngAfterViewInit=function(){this.containerContext.ngAfterViewInit(this)},t.prototype.ngOnDestroy=function(){this.containerContext.ngOnDestroy(this)},t.prototype.ngAfterContentChecked=function(){this.tagObjects[0].instance=this.childTabs,this.containerContext.ngAfterContentChecked(this)},t}(o.Ribbon),e.RibbonComponent.decorators=[{type:t.Component,args:[{selector:"ejs-ribbon",inputs:D,outputs:g,template:"<ng-content select='div'></ng-content>",changeDetection:t.ChangeDetectionStrategy.OnPush,queries:{childTabs:new t.ContentChild(f)}}]}],e.RibbonComponent.ctorParameters=function(){return[{type:t.ElementRef},{type:t.Renderer2},{type:t.ViewContainerRef},{type:t.Injector}]},e.RibbonComponent.propDecorators={helpPaneTemplate:[{type:t.ContentChild,args:["helpPaneTemplate"]}]},P([n.Template(),L("design:type",Object)],e.RibbonComponent.prototype,"helpPaneTemplate",void 0),e.RibbonComponent=P([n.ComponentMixins([n.ComponentBase]),L("design:paramtypes",[t.ElementRef,t.Renderer2,t.ViewContainerRef,t.Injector])],e.RibbonComponent);var h=function(){return function(){}}();h.decorators=[{type:t.NgModule,args:[{imports:[i.CommonModule],declarations:[e.RibbonComponent,b,B,I,l,T,p,d,f],exports:[e.RibbonComponent,b,B,I,l,T,p,d,f]}]}],h.ctorParameters=function(){return[]};var A={provide:"RibbonRibbonButton",useValue:o.RibbonButton},y={provide:"RibbonRibbonDropDown",useValue:o.RibbonDropDown},v={provide:"RibbonRibbonSplitButton",useValue:o.RibbonSplitButton},M={provide:"RibbonRibbonCheckBox",useValue:o.RibbonCheckBox},S={provide:"RibbonRibbonColorPicker",useValue:o.RibbonColorPicker},U={provide:"RibbonRibbonComboBox",useValue:o.RibbonComboBox},j={provide:"RibbonRibbonFileMenu",useValue:o.RibbonFileMenu},V=function(){return function(){}}();V.decorators=[{type:t.NgModule,args:[{imports:[i.CommonModule,h],exports:[h],providers:[A,y,v,M,S,U,j]}]}],V.ctorParameters=function(){return[]},e.RibbonItemDirective=b,e.RibbonItemsDirective=B,e.RibbonCollectionDirective=I,e.RibbonCollectionsDirective=l,e.RibbonGroupDirective=T,e.RibbonGroupsDirective=p,e.RibbonTabDirective=d,e.RibbonTabsDirective=f,e.RibbonModule=h,e.RibbonAllModule=V,e.RibbonButtonService=A,e.RibbonDropDownService=y,e.RibbonSplitButtonService=v,e.RibbonCheckBoxService=M,e.RibbonColorPickerService=S,e.RibbonComboBoxService=U,e.RibbonFileMenuService=j,e.ɵa=D,e.ɵb=g,e.Ribbon=o.Ribbon,e.RibbonLayout=o.RibbonLayout,e.ItemOrientation=o.ItemOrientation,e.RibbonItemSize=o.RibbonItemSize,e.DisplayMode=o.DisplayMode,e.RibbonItemType=o.RibbonItemType,e.ITEM_VERTICAL_CENTER=o.ITEM_VERTICAL_CENTER,e.EXPAND_COLLAPSE_ICON=o.EXPAND_COLLAPSE_ICON,e.OVERFLOW_ICON=o.OVERFLOW_ICON,e.VERTICAL_DDB=o.VERTICAL_DDB,e.DISABLED_CSS=o.DISABLED_CSS,e.RTL_CSS=o.RTL_CSS,e.RIBBON_HOVER=o.RIBBON_HOVER,e.RIBBON_CONTROL=o.RIBBON_CONTROL,e.RIBBON_POPUP_CONTROL=o.RIBBON_POPUP_CONTROL,e.RIBBON_POPUP_OPEN=o.RIBBON_POPUP_OPEN,e.SPACE=o.SPACE,e.HORIZONTAL_SCROLLBAR=o.HORIZONTAL_SCROLLBAR,e.HIDE_CSS=o.HIDE_CSS,e.RIBBON_TAB=o.RIBBON_TAB,e.RIBBON_TAB_ACTIVE=o.RIBBON_TAB_ACTIVE,e.RIBBON_TAB_ITEM=o.RIBBON_TAB_ITEM,e.RIBBON_COLLAPSE_BUTTON=o.RIBBON_COLLAPSE_BUTTON,e.RIBBON_EXPAND_BUTTON=o.RIBBON_EXPAND_BUTTON,e.RIBBON_COLLAPSIBLE=o.RIBBON_COLLAPSIBLE,e.RIBBON_OVERALL_OF_BUTTON=o.RIBBON_OVERALL_OF_BUTTON,e.RIBBON_GROUP_OF_BUTTON=o.RIBBON_GROUP_OF_BUTTON,e.RIBBON_OVERFLOW_TARGET=o.RIBBON_OVERFLOW_TARGET,e.RIBBON_OVERFLOW=o.RIBBON_OVERFLOW,e.TAB_CONTENT=o.TAB_CONTENT,e.RIBBON_MINIMIZE=o.RIBBON_MINIMIZE,e.RIBBON_GROUP=o.RIBBON_GROUP,e.RIBBON_GROUP_CONTAINER=o.RIBBON_GROUP_CONTAINER,e.RIBBON_OF_TAB_CONTAINER=o.RIBBON_OF_TAB_CONTAINER,e.RIBBON_OF_GROUP_CONTAINER=o.RIBBON_OF_GROUP_CONTAINER,e.RIBBON_GROUP_CONTENT=o.RIBBON_GROUP_CONTENT,e.RIBBON_GROUP_HEADER=o.RIBBON_GROUP_HEADER,e.RIBBON_OVERFLOW_HEADER=o.RIBBON_OVERFLOW_HEADER,e.RIBBON_GROUP_OVERFLOW=o.RIBBON_GROUP_OVERFLOW,e.RIBBON_GROUP_OVERFLOW_DDB=o.RIBBON_GROUP_OVERFLOW_DDB,e.RIBBON_LAUNCHER=o.RIBBON_LAUNCHER,e.RIBBON_LAUNCHER_ICON_ELE=o.RIBBON_LAUNCHER_ICON_ELE,e.RIBBON_LAUNCHER_ICON=o.RIBBON_LAUNCHER_ICON,e.RIBBON_COLLECTION=o.RIBBON_COLLECTION,e.RIBBON_ITEM=o.RIBBON_ITEM,e.RIBBON_ROW=o.RIBBON_ROW,e.RIBBON_COLUMN=o.RIBBON_COLUMN,e.RIBBON_LARGE_ITEM=o.RIBBON_LARGE_ITEM,e.RIBBON_MEDIUM_ITEM=o.RIBBON_MEDIUM_ITEM,e.RIBBON_SMALL_ITEM=o.RIBBON_SMALL_ITEM,e.RIBBON_CONTENT_HEIGHT=o.RIBBON_CONTENT_HEIGHT,e.DROPDOWNBUTTON=o.DROPDOWNBUTTON,e.DROPDOWNBUTTON_HIDE=o.DROPDOWNBUTTON_HIDE,e.RIBBON_HELP_TEMPLATE=o.RIBBON_HELP_TEMPLATE,e.RIBBON_TOOLTIP=o.RIBBON_TOOLTIP,e.RIBBON_TOOLTIP_TARGET=o.RIBBON_TOOLTIP_TARGET,e.RIBBON_TOOLTIP_TITLE=o.RIBBON_TOOLTIP_TITLE,e.RIBBON_TOOLTIP_CONTENT=o.RIBBON_TOOLTIP_CONTENT,e.RIBBON_TOOLTIP_ICON=o.RIBBON_TOOLTIP_ICON,e.RIBBON_TOOLTIP_CONTAINER=o.RIBBON_TOOLTIP_CONTAINER,e.RIBBON_TEXT_CONTAINER=o.RIBBON_TEXT_CONTAINER,e.RIBBON_SIMPLIFIED_MODE=o.RIBBON_SIMPLIFIED_MODE,e.TAB_ID=o.TAB_ID,e.GROUP_ID=o.GROUP_ID,e.COLLECTION_ID=o.COLLECTION_ID,e.ITEM_ID=o.ITEM_ID,e.COLLAPSE_BUTTON_ID=o.COLLAPSE_BUTTON_ID,e.OVRLOF_BUTTON_ID=o.OVRLOF_BUTTON_ID,e.GROUPOF_BUTTON_ID=o.GROUPOF_BUTTON_ID,e.HEADER_ID=o.HEADER_ID,e.LAUNCHER_ID=o.LAUNCHER_ID,e.CONTENT_ID=o.CONTENT_ID,e.CONTAINER_ID=o.CONTAINER_ID,e.OVERFLOW_ID=o.OVERFLOW_ID,e.DROPDOWN_ID=o.DROPDOWN_ID,e.RIBBON_FILE_MENU_ID=o.RIBBON_FILE_MENU_ID,e.RIBBON_FILE_MENU_LIST=o.RIBBON_FILE_MENU_LIST,e.RIBBON_HELP_PANE_TEMPLATE_ID=o.RIBBON_HELP_PANE_TEMPLATE_ID,e.RIBBON_FILE_MENU_WIDTH=o.RIBBON_FILE_MENU_WIDTH,e.RIBBON_HELP_PANE_TEMPLATE_WIDTH=o.RIBBON_HELP_PANE_TEMPLATE_WIDTH,e.getIndex=o.getIndex,e.getTemplateFunction=o.getTemplateFunction,e.getItem=o.getItem,e.getCollection=o.getCollection,e.getGroup=o.getGroup,e.destroyControl=o.destroyControl,e.updateCommonProperty=o.updateCommonProperty,e.updateControlDisabled=o.updateControlDisabled,e.getItemElement=o.getItemElement,e.isTooltipPresent=o.isTooltipPresent,e.setToolTipContent=o.setToolTipContent,e.createTooltip=o.createTooltip,e.destroyTooltip=o.destroyTooltip,e.updateTooltipProp=o.updateTooltipProp,e.RibbonTab=o.RibbonTab,e.RibbonGroup=o.RibbonGroup,e.RibbonCollection=o.RibbonCollection,e.RibbonItem=o.RibbonItem,e.RibbonButtonSettings=o.RibbonButtonSettings,e.RibbonCheckBoxSettings=o.RibbonCheckBoxSettings,e.RibbonColorPickerSettings=o.RibbonColorPickerSettings,e.RibbonComboBoxSettings=o.RibbonComboBoxSettings,e.RibbonDropDownSettings=o.RibbonDropDownSettings,e.RibbonSplitButtonSettings=o.RibbonSplitButtonSettings,e.FileMenuSettings=o.FileMenuSettings,e.RibbonTooltip=o.RibbonTooltip,e.RibbonButton=o.RibbonButton,e.RibbonCheckBox=o.RibbonCheckBox,e.RibbonColorPicker=o.RibbonColorPicker,e.RibbonComboBox=o.RibbonComboBox,e.RibbonDropDown=o.RibbonDropDown,e.RibbonSplitButton=o.RibbonSplitButton,e.RibbonFileMenu=o.RibbonFileMenu,Object.defineProperty(e,"__esModule",{value:!0})});
10
+ !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("@angular/core"),require("@syncfusion/ej2-angular-base"),require("@syncfusion/ej2-ribbon"),require("@angular/common")):"function"==typeof define&&define.amd?define(["exports","@angular/core","@syncfusion/ej2-angular-base","@syncfusion/ej2-ribbon","@angular/common"],t):t(e["ej2-angular-ribbon"]={},e.ng.core,e.ej2.angular.base,e.ej2.ribbon,e.ng.common)}(this,function(e,t,n,o,i){"use strict";var r=this&&this.__extends||function(){var e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])};return function(t,n){function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),R=this&&this.__decorate||function(e,t,n,o){var i,r=arguments.length,R=r<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)R=Reflect.decorate(e,t,n,o);else for(var O=e.length-1;O>=0;O--)(i=e[O])&&(R=(r<3?i(R):r>3?i(t,n,R):i(t,n))||R);return r>3&&R&&Object.defineProperty(t,n,R),R},O=this&&this.__metadata||function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)},s=["activeSize","allowedSizes","buttonSettings","checkBoxSettings","colorPickerSettings","comboBoxSettings","cssClass","disabled","displayOptions","dropDownSettings","id","itemTemplate","ribbonTooltipSettings","splitButtonSettings","type"],c=[],b=function(e){function t(t){var o=e.call(this)||this;return o.viewContainerRef=t,n.setValue("currentInstance",o,o.viewContainerRef),o.registerEvents(c),o.directivePropList=s,o}return r(t,e),t}(n.ComplexBase);b.decorators=[{type:t.Directive,args:[{selector:"e-ribbon-item",inputs:s,outputs:c,queries:{}}]}],b.ctorParameters=function(){return[{type:t.ViewContainerRef}]},b.propDecorators={itemTemplate:[{type:t.ContentChild,args:["itemTemplate"]}]},R([n.Template(),O("design:type",Object)],b.prototype,"itemTemplate",void 0);var B=function(e){function t(){return e.call(this,"items")||this}return r(t,e),t}(n.ArrayBase);B.decorators=[{type:t.Directive,args:[{selector:"e-ribbon-items",queries:{children:new t.ContentChildren(b)}}]}],B.ctorParameters=function(){return[]};var a=["cssClass","id","items"],_=[],I=function(e){function t(t){var o=e.call(this)||this;return o.viewContainerRef=t,o.tags=["items"],n.setValue("currentInstance",o,o.viewContainerRef),o.registerEvents(_),o.directivePropList=a,o}return r(t,e),t}(n.ComplexBase);I.decorators=[{type:t.Directive,args:[{selector:"e-ribbon-collection",inputs:a,outputs:_,queries:{childItems:new t.ContentChild(B)}}]}],I.ctorParameters=function(){return[{type:t.ViewContainerRef}]};var l=function(e){function t(){return e.call(this,"collections")||this}return r(t,e),t}(n.ArrayBase);l.decorators=[{type:t.Directive,args:[{selector:"e-ribbon-collections",queries:{children:new t.ContentChildren(I)}}]}],l.ctorParameters=function(){return[]};var u=["collections","cssClass","enableGroupOverflow","groupIconCss","header","id","isCollapsed","isCollapsible","orientation","priority","showLauncherIcon"],N=[],T=function(e){function t(t){var o=e.call(this)||this;return o.viewContainerRef=t,o.tags=["collections"],n.setValue("currentInstance",o,o.viewContainerRef),o.registerEvents(N),o.directivePropList=u,o}return r(t,e),t}(n.ComplexBase);T.decorators=[{type:t.Directive,args:[{selector:"e-ribbon-group",inputs:u,outputs:N,queries:{childCollections:new t.ContentChild(l)}}]}],T.ctorParameters=function(){return[{type:t.ViewContainerRef}]};var p=function(e){function t(){return e.call(this,"groups")||this}return r(t,e),t}(n.ArrayBase);p.decorators=[{type:t.Directive,args:[{selector:"e-ribbon-groups",queries:{children:new t.ContentChildren(T)}}]}],p.ctorParameters=function(){return[]};var C=["cssClass","groups","header","id"],E=[],d=function(e){function t(t){var o=e.call(this)||this;return o.viewContainerRef=t,o.tags=["groups"],n.setValue("currentInstance",o,o.viewContainerRef),o.registerEvents(E),o.directivePropList=C,o}return r(t,e),t}(n.ComplexBase);d.decorators=[{type:t.Directive,args:[{selector:"e-ribbon-tab",inputs:C,outputs:E,queries:{childGroups:new t.ContentChild(p)}}]}],d.ctorParameters=function(){return[{type:t.ViewContainerRef}]};var P=function(e){function t(){return e.call(this,"tabs")||this}return r(t,e),t}(n.ArrayBase);P.decorators=[{type:t.Directive,args:[{selector:"e-ribbon-tabs",queries:{children:new t.ContentChildren(d)}}]}],P.ctorParameters=function(){return[]};var L=this&&this.__decorate||function(e,t,n,o){var i,r=arguments.length,R=r<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)R=Reflect.decorate(e,t,n,o);else for(var O=e.length-1;O>=0;O--)(i=e[O])&&(R=(r<3?i(R):r>3?i(t,n,R):i(t,n))||R);return r>3&&R&&Object.defineProperty(t,n,R),R},f=this&&this.__metadata||function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)},D=["activeLayout","cssClass","enablePersistence","enableRtl","fileMenu","helpPaneTemplate","isMinimized","launcherIconCss","locale","selectedTab","tabAnimation","tabs","width"],g=["launcherIconClick","ribbonCollapsing","ribbonExpanding","tabSelected","tabSelecting"],m=[""];e.RibbonComponent=function(e){function t(t,o,i,r){var R=e.call(this)||this;R.ngEle=t,R.srenderer=o,R.viewContainerRef=i,R.injector=r,R.tags=["tabs"],R.element=R.ngEle.nativeElement,R.injectedModules=R.injectedModules||[];try{var O=R.injector.get("RibbonRibbonButton");-1===R.injectedModules.indexOf(O)&&R.injectedModules.push(O)}catch(s){}try{O=R.injector.get("RibbonRibbonDropDown");-1===R.injectedModules.indexOf(O)&&R.injectedModules.push(O)}catch(c){}try{O=R.injector.get("RibbonRibbonSplitButton");-1===R.injectedModules.indexOf(O)&&R.injectedModules.push(O)}catch(b){}try{O=R.injector.get("RibbonRibbonCheckBox");-1===R.injectedModules.indexOf(O)&&R.injectedModules.push(O)}catch(B){}try{O=R.injector.get("RibbonRibbonColorPicker");-1===R.injectedModules.indexOf(O)&&R.injectedModules.push(O)}catch(a){}try{O=R.injector.get("RibbonRibbonComboBox");-1===R.injectedModules.indexOf(O)&&R.injectedModules.push(O)}catch(_){}try{O=R.injector.get("RibbonRibbonFileMenu");-1===R.injectedModules.indexOf(O)&&R.injectedModules.push(O)}catch(I){}return R.registerEvents(g),R.addTwoWay.call(R,m),n.setValue("currentInstance",R,R.viewContainerRef),R.containerContext=new n.ComponentBase,R}return r(t,e),t.prototype.ngOnInit=function(){this.containerContext.ngOnInit(this)},t.prototype.ngAfterViewInit=function(){this.containerContext.ngAfterViewInit(this)},t.prototype.ngOnDestroy=function(){this.containerContext.ngOnDestroy(this)},t.prototype.ngAfterContentChecked=function(){this.tagObjects[0].instance=this.childTabs,this.containerContext.ngAfterContentChecked(this)},t}(o.Ribbon),e.RibbonComponent.decorators=[{type:t.Component,args:[{selector:"ejs-ribbon",inputs:D,outputs:g,template:"<ng-content select='div'></ng-content>",changeDetection:t.ChangeDetectionStrategy.OnPush,queries:{childTabs:new t.ContentChild(P)}}]}],e.RibbonComponent.ctorParameters=function(){return[{type:t.ElementRef},{type:t.Renderer2},{type:t.ViewContainerRef},{type:t.Injector}]},e.RibbonComponent.propDecorators={helpPaneTemplate:[{type:t.ContentChild,args:["helpPaneTemplate"]}]},L([n.Template(),f("design:type",Object)],e.RibbonComponent.prototype,"helpPaneTemplate",void 0),e.RibbonComponent=L([n.ComponentMixins([n.ComponentBase]),f("design:paramtypes",[t.ElementRef,t.Renderer2,t.ViewContainerRef,t.Injector])],e.RibbonComponent);var h=function(){return function(){}}();h.decorators=[{type:t.NgModule,args:[{imports:[i.CommonModule],declarations:[e.RibbonComponent,b,B,I,l,T,p,d,P],exports:[e.RibbonComponent,b,B,I,l,T,p,d,P]}]}],h.ctorParameters=function(){return[]};var A={provide:"RibbonRibbonButton",useValue:o.RibbonButton},y={provide:"RibbonRibbonDropDown",useValue:o.RibbonDropDown},v={provide:"RibbonRibbonSplitButton",useValue:o.RibbonSplitButton},M={provide:"RibbonRibbonCheckBox",useValue:o.RibbonCheckBox},S={provide:"RibbonRibbonColorPicker",useValue:o.RibbonColorPicker},U={provide:"RibbonRibbonComboBox",useValue:o.RibbonComboBox},j={provide:"RibbonRibbonFileMenu",useValue:o.RibbonFileMenu},V=function(){return function(){}}();V.decorators=[{type:t.NgModule,args:[{imports:[i.CommonModule,h],exports:[h],providers:[A,y,v,M,S,U,j]}]}],V.ctorParameters=function(){return[]},e.RibbonItemDirective=b,e.RibbonItemsDirective=B,e.RibbonCollectionDirective=I,e.RibbonCollectionsDirective=l,e.RibbonGroupDirective=T,e.RibbonGroupsDirective=p,e.RibbonTabDirective=d,e.RibbonTabsDirective=P,e.RibbonModule=h,e.RibbonAllModule=V,e.RibbonButtonService=A,e.RibbonDropDownService=y,e.RibbonSplitButtonService=v,e.RibbonCheckBoxService=M,e.RibbonColorPickerService=S,e.RibbonComboBoxService=U,e.RibbonFileMenuService=j,e.ɵa=D,e.ɵb=g,e.Ribbon=o.Ribbon,e.RibbonLayout=o.RibbonLayout,e.ItemOrientation=o.ItemOrientation,e.RibbonItemSize=o.RibbonItemSize,e.DisplayMode=o.DisplayMode,e.RibbonItemType=o.RibbonItemType,e.ITEM_VERTICAL_CENTER=o.ITEM_VERTICAL_CENTER,e.EXPAND_COLLAPSE_ICON=o.EXPAND_COLLAPSE_ICON,e.OVERFLOW_ICON=o.OVERFLOW_ICON,e.VERTICAL_DDB=o.VERTICAL_DDB,e.DISABLED_CSS=o.DISABLED_CSS,e.RTL_CSS=o.RTL_CSS,e.RIBBON_HOVER=o.RIBBON_HOVER,e.RIBBON_CONTROL=o.RIBBON_CONTROL,e.RIBBON_POPUP_CONTROL=o.RIBBON_POPUP_CONTROL,e.RIBBON_POPUP_OPEN=o.RIBBON_POPUP_OPEN,e.SPACE=o.SPACE,e.HORIZONTAL_SCROLLBAR=o.HORIZONTAL_SCROLLBAR,e.HIDE_CSS=o.HIDE_CSS,e.RIBBON_TAB=o.RIBBON_TAB,e.RIBBON_TAB_ACTIVE=o.RIBBON_TAB_ACTIVE,e.RIBBON_TAB_ITEM=o.RIBBON_TAB_ITEM,e.RIBBON_COLLAPSE_BUTTON=o.RIBBON_COLLAPSE_BUTTON,e.RIBBON_EXPAND_BUTTON=o.RIBBON_EXPAND_BUTTON,e.RIBBON_COLLAPSIBLE=o.RIBBON_COLLAPSIBLE,e.RIBBON_OVERALL_OF_BUTTON=o.RIBBON_OVERALL_OF_BUTTON,e.RIBBON_GROUP_OF_BUTTON=o.RIBBON_GROUP_OF_BUTTON,e.RIBBON_OVERFLOW_TARGET=o.RIBBON_OVERFLOW_TARGET,e.RIBBON_OVERFLOW=o.RIBBON_OVERFLOW,e.TAB_CONTENT=o.TAB_CONTENT,e.RIBBON_MINIMIZE=o.RIBBON_MINIMIZE,e.RIBBON_GROUP=o.RIBBON_GROUP,e.RIBBON_GROUP_CONTAINER=o.RIBBON_GROUP_CONTAINER,e.RIBBON_OF_TAB_CONTAINER=o.RIBBON_OF_TAB_CONTAINER,e.RIBBON_OF_GROUP_CONTAINER=o.RIBBON_OF_GROUP_CONTAINER,e.RIBBON_GROUP_CONTENT=o.RIBBON_GROUP_CONTENT,e.RIBBON_GROUP_HEADER=o.RIBBON_GROUP_HEADER,e.RIBBON_OVERFLOW_HEADER=o.RIBBON_OVERFLOW_HEADER,e.RIBBON_GROUP_OVERFLOW=o.RIBBON_GROUP_OVERFLOW,e.RIBBON_GROUP_OVERFLOW_DDB=o.RIBBON_GROUP_OVERFLOW_DDB,e.RIBBON_LAUNCHER=o.RIBBON_LAUNCHER,e.RIBBON_LAUNCHER_ICON_ELE=o.RIBBON_LAUNCHER_ICON_ELE,e.RIBBON_LAUNCHER_ICON=o.RIBBON_LAUNCHER_ICON,e.RIBBON_COLLECTION=o.RIBBON_COLLECTION,e.RIBBON_ITEM=o.RIBBON_ITEM,e.RIBBON_ROW=o.RIBBON_ROW,e.RIBBON_COLUMN=o.RIBBON_COLUMN,e.RIBBON_LARGE_ITEM=o.RIBBON_LARGE_ITEM,e.RIBBON_MEDIUM_ITEM=o.RIBBON_MEDIUM_ITEM,e.RIBBON_SMALL_ITEM=o.RIBBON_SMALL_ITEM,e.RIBBON_CONTENT_HEIGHT=o.RIBBON_CONTENT_HEIGHT,e.DROPDOWNBUTTON=o.DROPDOWNBUTTON,e.DROPDOWNBUTTON_HIDE=o.DROPDOWNBUTTON_HIDE,e.RIBBON_TEMPLATE=o.RIBBON_TEMPLATE,e.RIBBON_HELP_TEMPLATE=o.RIBBON_HELP_TEMPLATE,e.RIBBON_TOOLTIP=o.RIBBON_TOOLTIP,e.RIBBON_TOOLTIP_TARGET=o.RIBBON_TOOLTIP_TARGET,e.RIBBON_TOOLTIP_TITLE=o.RIBBON_TOOLTIP_TITLE,e.RIBBON_TOOLTIP_CONTENT=o.RIBBON_TOOLTIP_CONTENT,e.RIBBON_TOOLTIP_ICON=o.RIBBON_TOOLTIP_ICON,e.RIBBON_TOOLTIP_CONTAINER=o.RIBBON_TOOLTIP_CONTAINER,e.RIBBON_TEXT_CONTAINER=o.RIBBON_TEXT_CONTAINER,e.RIBBON_SIMPLIFIED_MODE=o.RIBBON_SIMPLIFIED_MODE,e.TAB_ID=o.TAB_ID,e.GROUP_ID=o.GROUP_ID,e.COLLECTION_ID=o.COLLECTION_ID,e.ITEM_ID=o.ITEM_ID,e.COLLAPSE_BUTTON_ID=o.COLLAPSE_BUTTON_ID,e.OVRLOF_BUTTON_ID=o.OVRLOF_BUTTON_ID,e.GROUPOF_BUTTON_ID=o.GROUPOF_BUTTON_ID,e.HEADER_ID=o.HEADER_ID,e.LAUNCHER_ID=o.LAUNCHER_ID,e.CONTENT_ID=o.CONTENT_ID,e.CONTAINER_ID=o.CONTAINER_ID,e.OVERFLOW_ID=o.OVERFLOW_ID,e.DROPDOWN_ID=o.DROPDOWN_ID,e.RIBBON_FILE_MENU_ID=o.RIBBON_FILE_MENU_ID,e.RIBBON_FILE_MENU_LIST=o.RIBBON_FILE_MENU_LIST,e.RIBBON_HELP_PANE_TEMPLATE_ID=o.RIBBON_HELP_PANE_TEMPLATE_ID,e.RIBBON_FILE_MENU_WIDTH=o.RIBBON_FILE_MENU_WIDTH,e.RIBBON_HELP_PANE_TEMPLATE_WIDTH=o.RIBBON_HELP_PANE_TEMPLATE_WIDTH,e.getIndex=o.getIndex,e.getTemplateFunction=o.getTemplateFunction,e.getItem=o.getItem,e.getCollection=o.getCollection,e.getGroup=o.getGroup,e.destroyControl=o.destroyControl,e.updateCommonProperty=o.updateCommonProperty,e.updateControlDisabled=o.updateControlDisabled,e.getItemElement=o.getItemElement,e.isTooltipPresent=o.isTooltipPresent,e.setToolTipContent=o.setToolTipContent,e.createTooltip=o.createTooltip,e.destroyTooltip=o.destroyTooltip,e.updateTooltipProp=o.updateTooltipProp,e.RibbonTab=o.RibbonTab,e.RibbonGroup=o.RibbonGroup,e.RibbonCollection=o.RibbonCollection,e.RibbonItem=o.RibbonItem,e.RibbonButtonSettings=o.RibbonButtonSettings,e.RibbonCheckBoxSettings=o.RibbonCheckBoxSettings,e.RibbonColorPickerSettings=o.RibbonColorPickerSettings,e.RibbonComboBoxSettings=o.RibbonComboBoxSettings,e.RibbonDropDownSettings=o.RibbonDropDownSettings,e.RibbonSplitButtonSettings=o.RibbonSplitButtonSettings,e.FileMenuSettings=o.FileMenuSettings,e.RibbonTooltip=o.RibbonTooltip,e.RibbonButton=o.RibbonButton,e.RibbonCheckBox=o.RibbonCheckBox,e.RibbonColorPicker=o.RibbonColorPicker,e.RibbonComboBox=o.RibbonComboBox,e.RibbonDropDown=o.RibbonDropDown,e.RibbonSplitButton=o.RibbonSplitButton,e.RibbonFileMenu=o.RibbonFileMenu,Object.defineProperty(e,"__esModule",{value:!0})});
11
11
  //# sourceMappingURL=ej2-angular-ribbon.umd.min.js.map
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-angular-ribbon@*",
3
- "_id": "@syncfusion/ej2-angular-ribbon@21.1.35",
3
+ "_id": "@syncfusion/ej2-angular-ribbon@21.2.3",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-Rw+aMRCzn05ifP9jNACRbG6wsfh5b8sGeGcdQlJaCb1lZDo0C3j1X/9n+WOJ66dHtpCjK5KoFbdRPpf+r7tpog==",
5
+ "_integrity": "sha512-PFIRLxVWQ/KHYbPS2lmreM7ZWbzllQREcJXWVlrqytuTuAv1kMchZRNmAYmwzfyX57ZQsGtmPW7m7fX7DidD4w==",
6
6
  "_location": "/@syncfusion/ej2-angular-ribbon",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,8 +19,8 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-ribbon/-/ej2-angular-ribbon-21.1.35.tgz",
23
- "_shasum": "9b380dfc03cd15b5610484c2b48fffc3c360cc93",
22
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-ribbon/-/ej2-angular-ribbon-21.2.3.tgz",
23
+ "_shasum": "08b2812bd7824ada96d336eecd3677096a4b08bf",
24
24
  "_spec": "@syncfusion/ej2-angular-ribbon@*",
25
25
  "_where": "/jenkins/workspace/elease-automation_release_21.1.1/packages/included",
26
26
  "author": {
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-angular-base": "~21.1.37",
35
- "@syncfusion/ej2-base": "~21.1.37",
36
- "@syncfusion/ej2-ribbon": "21.1.37"
34
+ "@syncfusion/ej2-angular-base": "~21.2.3",
35
+ "@syncfusion/ej2-base": "~21.2.3",
36
+ "@syncfusion/ej2-ribbon": "21.2.3"
37
37
  },
38
38
  "deprecated": false,
39
39
  "description": "Essential JS 2 Component for Angular",
@@ -58,5 +58,5 @@
58
58
  "schematics": "./schematics/collection.json",
59
59
  "sideEffects": false,
60
60
  "typings": "ej2-angular-ribbon.d.ts",
61
- "version": "21.1.37-ngcc"
61
+ "version": "21.2.3-ngcc"
62
62
  }
@@ -1,4 +1,4 @@
1
1
  export declare const pkgName = "@syncfusion/ej2-angular-ribbon";
2
- export declare const pkgVer = "^21.1.35";
2
+ export declare const pkgVer = "^21.2.3";
3
3
  export declare const moduleName = "RibbonModule";
4
- export declare const themeVer = "~21.1.35";
4
+ export declare const themeVer = "~21.2.3";
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.pkgName = '@syncfusion/ej2-angular-ribbon';
4
- exports.pkgVer = '^21.1.37';
4
+ exports.pkgVer = '^21.2.3';
5
5
  exports.moduleName = 'RibbonModule';
6
- exports.themeVer = '~21.1.37';
6
+ exports.themeVer = '~21.2.3';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-ribbon';
2
- export const pkgVer = '^21.1.37';
2
+ export const pkgVer = '^21.2.3';
3
3
  export const moduleName = 'RibbonModule';
4
- export const themeVer = '~21.1.37';
4
+ export const themeVer = '~21.2.3';
@@ -130,9 +130,6 @@
130
130
  .e-ribbon.e-rbn .e-ribbon-tab .e-hscroll-content > .e-item:not(.e-active) {
131
131
  display: none;
132
132
  }
133
- .e-ribbon.e-rbn .e-ribbon-tab .e-item {
134
- width: fit-content;
135
- }
136
133
  .e-ribbon.e-rbn .e-ribbon-tab .e-ribbon-file-menu {
137
134
  position: absolute;
138
135
  line-height: 22px;
@@ -308,6 +305,9 @@
308
305
  .e-ribbon.e-rbn.e-ribbon-simplified-mode .e-ribbon-tab .e-hscroll-bar {
309
306
  overflow-y: hidden;
310
307
  }
308
+ .e-ribbon.e-rbn.e-ribbon-simplified-mode .e-input-group {
309
+ margin-bottom: 0;
310
+ }
311
311
  .e-ribbon.e-rbn.e-ribbon-simplified-mode .e-ribbon-group {
312
312
  padding-top: 2px;
313
313
  height: auto;
@@ -595,6 +595,7 @@
595
595
  .e-ribbon.e-rbn .e-ribbon-item .e-colorpicker-wrapper,
596
596
  .e-ribbon-group-overflow-ddb .e-ribbon-item .e-colorpicker-wrapper {
597
597
  border: 1px solid transparent;
598
+ border-radius: 2px;
598
599
  }
599
600
  .e-ribbon.e-rbn .e-ribbon-item .e-colorpicker-wrapper .e-split-btn-wrapper.e-rtl .e-split-colorpicker.e-split-btn,
600
601
  .e-ribbon-group-overflow-ddb .e-ribbon-item .e-colorpicker-wrapper .e-split-btn-wrapper.e-rtl .e-split-colorpicker.e-split-btn {
@@ -713,7 +714,8 @@
713
714
  .e-ribbon-group-overflow-ddb .e-ribbon-of-tab:not(.e-ribbon-active) {
714
715
  display: none;
715
716
  }
716
- .e-ribbon-group-overflow-ddb .e-ribbon-overflow-target .e-ribbon-item > .e-input-group {
717
+ .e-ribbon-group-overflow-ddb .e-ribbon-overflow-target .e-ribbon-item > .e-input-group,
718
+ .e-ribbon-group-overflow-ddb .e-ribbon-overflow-target .e-ribbon-item .e-ribbon-template {
717
719
  margin: 2px 8px;
718
720
  }
719
721
  .e-ribbon-group-overflow-ddb .e-ribbon-overflow-target .e-ribbon-item > .e-checkbox-wrapper {
@@ -737,22 +739,24 @@
737
739
  -ms-flex-pack: start;
738
740
  justify-content: flex-start;
739
741
  }
740
- .e-ribbon-group-overflow-ddb .e-ribbon-overflow-target .e-ribbon-item.e-ribbon-medium-item > .e-split-btn-wrapper .e-icons.e-caret,
741
- .e-ribbon-group-overflow-ddb .e-ribbon-overflow-target .e-ribbon-item.e-ribbon-medium-item > .e-dropdown-btn .e-icons.e-caret {
742
- transform: rotate(-90deg);
743
- margin-left: auto;
744
- }
745
742
  .e-ribbon-group-overflow-ddb .e-ribbon-overflow-target .e-ribbon-overflow-header {
746
743
  padding: 2px 8px;
747
744
  font-weight: 400;
748
745
  line-height: 22px;
749
746
  }
750
747
 
748
+ .e-ribbon-group-overflow-ddb:not(.e-rtl) .e-ribbon-overflow-target .e-ribbon-item > .e-split-btn-wrapper .e-icons.e-caret,
749
+ .e-ribbon-group-overflow-ddb:not(.e-rtl) .e-ribbon-overflow-target .e-ribbon-item > .e-dropdown-btn .e-icons.e-caret {
750
+ transform: rotate(-90deg);
751
+ padding: 8px;
752
+ margin: 0 0 0 auto;
753
+ }
754
+
751
755
  .e-rtl.e-ribbon-group-overflow-ddb .e-ribbon-overflow-target .e-ribbon-item > .e-split-btn-wrapper .e-icons.e-caret,
752
756
  .e-rtl.e-ribbon-group-overflow-ddb .e-ribbon-overflow-target .e-ribbon-item > .e-dropdown-btn .e-icons.e-caret {
753
757
  transform: rotate(90deg);
754
- margin-right: auto;
755
- margin-left: unset;
758
+ padding: 8px;
759
+ margin: 0 auto 0 0;
756
760
  }
757
761
 
758
762
  .e-ribbon-menu {
@@ -905,6 +909,12 @@
905
909
  .e-bigger.e-ribbon-group-overflow-ddb.e-ribbon-simplified-mode .e-ribbon-group {
906
910
  height: auto;
907
911
  }
912
+ .e-bigger.e-ribbon.e-rbn.e-ribbon-simplified-mode .e-input-group,
913
+ .e-bigger .e-ribbon.e-rbn.e-ribbon-simplified-mode .e-input-group,
914
+ .e-bigger .e-ribbon-group-overflow-ddb.e-ribbon-simplified-mode .e-input-group,
915
+ .e-bigger.e-ribbon-group-overflow-ddb.e-ribbon-simplified-mode .e-input-group {
916
+ margin-bottom: 0;
917
+ }
908
918
  .e-bigger.e-ribbon.e-rbn.e-ribbon-simplified-mode .e-ribbon-group-content,
909
919
  .e-bigger .e-ribbon.e-rbn.e-ribbon-simplified-mode .e-ribbon-group-content,
910
920
  .e-bigger .e-ribbon-group-overflow-ddb.e-ribbon-simplified-mode .e-ribbon-group-content,
@@ -1119,7 +1129,9 @@
1119
1129
  }
1120
1130
 
1121
1131
  .e-bigger .e-ribbon-group-overflow-ddb .e-ribbon-overflow-target .e-ribbon-item > .e-input-group,
1122
- .e-bigger.e-ribbon-group-overflow-ddb .e-ribbon-overflow-target .e-ribbon-item > .e-input-group {
1132
+ .e-bigger .e-ribbon-group-overflow-ddb .e-ribbon-overflow-target .e-ribbon-item .e-ribbon-template,
1133
+ .e-bigger.e-ribbon-group-overflow-ddb .e-ribbon-overflow-target .e-ribbon-item > .e-input-group,
1134
+ .e-bigger.e-ribbon-group-overflow-ddb .e-ribbon-overflow-target .e-ribbon-item .e-ribbon-template {
1123
1135
  margin: 2px 10px;
1124
1136
  }
1125
1137
  .e-bigger .e-ribbon-group-overflow-ddb .e-ribbon-overflow-target .e-ribbon-item > .e-checkbox-wrapper,
@@ -1127,6 +1139,18 @@
1127
1139
  margin: 10px;
1128
1140
  padding: 0;
1129
1141
  }
1142
+ .e-bigger .e-ribbon-group-overflow-ddb:not(.e-rtl) .e-ribbon-overflow-target .e-ribbon-item > .e-split-btn-wrapper .e-icons.e-caret,
1143
+ .e-bigger .e-ribbon-group-overflow-ddb:not(.e-rtl) .e-ribbon-overflow-target .e-ribbon-item > .e-dropdown-btn .e-icons.e-caret,
1144
+ .e-bigger.e-ribbon-group-overflow-ddb:not(.e-rtl) .e-ribbon-overflow-target .e-ribbon-item > .e-split-btn-wrapper .e-icons.e-caret,
1145
+ .e-bigger.e-ribbon-group-overflow-ddb:not(.e-rtl) .e-ribbon-overflow-target .e-ribbon-item > .e-dropdown-btn .e-icons.e-caret {
1146
+ padding: 10px;
1147
+ }
1148
+ .e-bigger .e-ribbon-group-overflow-ddb.e-rtl .e-ribbon-overflow-target .e-ribbon-item > .e-split-btn-wrapper .e-icons.e-caret,
1149
+ .e-bigger .e-ribbon-group-overflow-ddb.e-rtl .e-ribbon-overflow-target .e-ribbon-item > .e-dropdown-btn .e-icons.e-caret,
1150
+ .e-bigger.e-ribbon-group-overflow-ddb.e-rtl .e-ribbon-overflow-target .e-ribbon-item > .e-split-btn-wrapper .e-icons.e-caret,
1151
+ .e-bigger.e-ribbon-group-overflow-ddb.e-rtl .e-ribbon-overflow-target .e-ribbon-item > .e-dropdown-btn .e-icons.e-caret {
1152
+ padding: 10px;
1153
+ }
1130
1154
 
1131
1155
  .e-bigger .e-ribbon-menu.e-menu-wrapper ul.e-vertical .e-menu-item.e-blankicon,
1132
1156
  .e-bigger.e-ribbon-menu.e-menu-wrapper ul.e-vertical .e-menu-item.e-blankicon,
@@ -135,9 +135,6 @@
135
135
  .e-ribbon.e-rbn .e-ribbon-tab .e-hscroll-content > .e-item:not(.e-active) {
136
136
  display: none;
137
137
  }
138
- .e-ribbon.e-rbn .e-ribbon-tab .e-item {
139
- width: fit-content;
140
- }
141
138
  .e-ribbon.e-rbn .e-ribbon-tab .e-ribbon-file-menu {
142
139
  position: absolute;
143
140
  line-height: 22px;
@@ -313,6 +310,9 @@
313
310
  .e-ribbon.e-rbn.e-ribbon-simplified-mode .e-ribbon-tab .e-hscroll-bar {
314
311
  overflow-y: hidden;
315
312
  }
313
+ .e-ribbon.e-rbn.e-ribbon-simplified-mode .e-input-group {
314
+ margin-bottom: 0;
315
+ }
316
316
  .e-ribbon.e-rbn.e-ribbon-simplified-mode .e-ribbon-group {
317
317
  padding-top: 2px;
318
318
  height: auto;
@@ -600,6 +600,7 @@
600
600
  .e-ribbon.e-rbn .e-ribbon-item .e-colorpicker-wrapper,
601
601
  .e-ribbon-group-overflow-ddb .e-ribbon-item .e-colorpicker-wrapper {
602
602
  border: 1px solid transparent;
603
+ border-radius: 4px;
603
604
  }
604
605
  .e-ribbon.e-rbn .e-ribbon-item .e-colorpicker-wrapper .e-split-btn-wrapper.e-rtl .e-split-colorpicker.e-split-btn,
605
606
  .e-ribbon-group-overflow-ddb .e-ribbon-item .e-colorpicker-wrapper .e-split-btn-wrapper.e-rtl .e-split-colorpicker.e-split-btn {
@@ -718,7 +719,8 @@
718
719
  .e-ribbon-group-overflow-ddb .e-ribbon-of-tab:not(.e-ribbon-active) {
719
720
  display: none;
720
721
  }
721
- .e-ribbon-group-overflow-ddb .e-ribbon-overflow-target .e-ribbon-item > .e-input-group {
722
+ .e-ribbon-group-overflow-ddb .e-ribbon-overflow-target .e-ribbon-item > .e-input-group,
723
+ .e-ribbon-group-overflow-ddb .e-ribbon-overflow-target .e-ribbon-item .e-ribbon-template {
722
724
  margin: 2px 8px;
723
725
  }
724
726
  .e-ribbon-group-overflow-ddb .e-ribbon-overflow-target .e-ribbon-item > .e-checkbox-wrapper {
@@ -742,22 +744,24 @@
742
744
  -ms-flex-pack: start;
743
745
  justify-content: flex-start;
744
746
  }
745
- .e-ribbon-group-overflow-ddb .e-ribbon-overflow-target .e-ribbon-item.e-ribbon-medium-item > .e-split-btn-wrapper .e-icons.e-caret,
746
- .e-ribbon-group-overflow-ddb .e-ribbon-overflow-target .e-ribbon-item.e-ribbon-medium-item > .e-dropdown-btn .e-icons.e-caret {
747
- transform: rotate(-90deg);
748
- margin-left: auto;
749
- }
750
747
  .e-ribbon-group-overflow-ddb .e-ribbon-overflow-target .e-ribbon-overflow-header {
751
748
  padding: 2px 8px;
752
749
  font-weight: 400;
753
750
  line-height: 22px;
754
751
  }
755
752
 
753
+ .e-ribbon-group-overflow-ddb:not(.e-rtl) .e-ribbon-overflow-target .e-ribbon-item > .e-split-btn-wrapper .e-icons.e-caret,
754
+ .e-ribbon-group-overflow-ddb:not(.e-rtl) .e-ribbon-overflow-target .e-ribbon-item > .e-dropdown-btn .e-icons.e-caret {
755
+ transform: rotate(-90deg);
756
+ padding: 8px;
757
+ margin: 0 0 0 auto;
758
+ }
759
+
756
760
  .e-rtl.e-ribbon-group-overflow-ddb .e-ribbon-overflow-target .e-ribbon-item > .e-split-btn-wrapper .e-icons.e-caret,
757
761
  .e-rtl.e-ribbon-group-overflow-ddb .e-ribbon-overflow-target .e-ribbon-item > .e-dropdown-btn .e-icons.e-caret {
758
762
  transform: rotate(90deg);
759
- margin-right: auto;
760
- margin-left: unset;
763
+ padding: 8px;
764
+ margin: 0 auto 0 0;
761
765
  }
762
766
 
763
767
  .e-ribbon-menu {
@@ -910,6 +914,12 @@
910
914
  .e-bigger.e-ribbon-group-overflow-ddb.e-ribbon-simplified-mode .e-ribbon-group {
911
915
  height: auto;
912
916
  }
917
+ .e-bigger.e-ribbon.e-rbn.e-ribbon-simplified-mode .e-input-group,
918
+ .e-bigger .e-ribbon.e-rbn.e-ribbon-simplified-mode .e-input-group,
919
+ .e-bigger .e-ribbon-group-overflow-ddb.e-ribbon-simplified-mode .e-input-group,
920
+ .e-bigger.e-ribbon-group-overflow-ddb.e-ribbon-simplified-mode .e-input-group {
921
+ margin-bottom: 0;
922
+ }
913
923
  .e-bigger.e-ribbon.e-rbn.e-ribbon-simplified-mode .e-ribbon-group-content,
914
924
  .e-bigger .e-ribbon.e-rbn.e-ribbon-simplified-mode .e-ribbon-group-content,
915
925
  .e-bigger .e-ribbon-group-overflow-ddb.e-ribbon-simplified-mode .e-ribbon-group-content,
@@ -1124,7 +1134,9 @@
1124
1134
  }
1125
1135
 
1126
1136
  .e-bigger .e-ribbon-group-overflow-ddb .e-ribbon-overflow-target .e-ribbon-item > .e-input-group,
1127
- .e-bigger.e-ribbon-group-overflow-ddb .e-ribbon-overflow-target .e-ribbon-item > .e-input-group {
1137
+ .e-bigger .e-ribbon-group-overflow-ddb .e-ribbon-overflow-target .e-ribbon-item .e-ribbon-template,
1138
+ .e-bigger.e-ribbon-group-overflow-ddb .e-ribbon-overflow-target .e-ribbon-item > .e-input-group,
1139
+ .e-bigger.e-ribbon-group-overflow-ddb .e-ribbon-overflow-target .e-ribbon-item .e-ribbon-template {
1128
1140
  margin: 2px 10px;
1129
1141
  }
1130
1142
  .e-bigger .e-ribbon-group-overflow-ddb .e-ribbon-overflow-target .e-ribbon-item > .e-checkbox-wrapper,
@@ -1132,6 +1144,18 @@
1132
1144
  margin: 10px;
1133
1145
  padding: 0;
1134
1146
  }
1147
+ .e-bigger .e-ribbon-group-overflow-ddb:not(.e-rtl) .e-ribbon-overflow-target .e-ribbon-item > .e-split-btn-wrapper .e-icons.e-caret,
1148
+ .e-bigger .e-ribbon-group-overflow-ddb:not(.e-rtl) .e-ribbon-overflow-target .e-ribbon-item > .e-dropdown-btn .e-icons.e-caret,
1149
+ .e-bigger.e-ribbon-group-overflow-ddb:not(.e-rtl) .e-ribbon-overflow-target .e-ribbon-item > .e-split-btn-wrapper .e-icons.e-caret,
1150
+ .e-bigger.e-ribbon-group-overflow-ddb:not(.e-rtl) .e-ribbon-overflow-target .e-ribbon-item > .e-dropdown-btn .e-icons.e-caret {
1151
+ padding: 10px;
1152
+ }
1153
+ .e-bigger .e-ribbon-group-overflow-ddb.e-rtl .e-ribbon-overflow-target .e-ribbon-item > .e-split-btn-wrapper .e-icons.e-caret,
1154
+ .e-bigger .e-ribbon-group-overflow-ddb.e-rtl .e-ribbon-overflow-target .e-ribbon-item > .e-dropdown-btn .e-icons.e-caret,
1155
+ .e-bigger.e-ribbon-group-overflow-ddb.e-rtl .e-ribbon-overflow-target .e-ribbon-item > .e-split-btn-wrapper .e-icons.e-caret,
1156
+ .e-bigger.e-ribbon-group-overflow-ddb.e-rtl .e-ribbon-overflow-target .e-ribbon-item > .e-dropdown-btn .e-icons.e-caret {
1157
+ padding: 10px;
1158
+ }
1135
1159
 
1136
1160
  .e-bigger .e-ribbon-menu.e-menu-wrapper ul.e-vertical .e-menu-item.e-blankicon,
1137
1161
  .e-bigger.e-ribbon-menu.e-menu-wrapper ul.e-vertical .e-menu-item.e-blankicon,