@syncfusion/ej2-angular-ribbon 21.2.3 → 22.1.34-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 (136) hide show
  1. package/@syncfusion/ej2-angular-ribbon.es5.js +566 -0
  2. package/@syncfusion/ej2-angular-ribbon.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-ribbon.js +526 -0
  4. package/@syncfusion/ej2-angular-ribbon.js.map +1 -0
  5. package/CHANGELOG.md +21 -0
  6. package/dist/ej2-angular-ribbon.umd.js +710 -0
  7. package/dist/ej2-angular-ribbon.umd.js.map +1 -0
  8. package/dist/ej2-angular-ribbon.umd.min.js +11 -0
  9. package/dist/ej2-angular-ribbon.umd.min.js.map +1 -0
  10. package/ej2-angular-ribbon.d.ts +5 -0
  11. package/ej2-angular-ribbon.metadata.json +1 -0
  12. package/license +10 -0
  13. package/package.json +15 -29
  14. package/postinstall/tagchange.js +18 -0
  15. package/schematics/collection.json +10 -0
  16. package/schematics/ng-add/index.d.ts +3 -0
  17. package/schematics/ng-add/index.js +9 -0
  18. package/schematics/ng-add/index.ts +10 -0
  19. package/schematics/ng-add/schema.d.ts +13 -0
  20. package/schematics/ng-add/schema.js +2 -0
  21. package/schematics/ng-add/schema.json +34 -0
  22. package/schematics/ng-add/schema.ts +30 -0
  23. package/schematics/tsconfig.json +25 -0
  24. package/schematics/utils/lib-details.d.ts +4 -0
  25. package/schematics/utils/lib-details.js +6 -0
  26. package/schematics/utils/lib-details.ts +4 -0
  27. package/src/ribbon/collections.directive.d.ts +0 -5
  28. package/src/ribbon/groups.directive.d.ts +0 -5
  29. package/src/ribbon/items.directive.d.ts +0 -5
  30. package/src/ribbon/ribbon-all.module.d.ts +0 -6
  31. package/src/ribbon/ribbon.component.d.ts +0 -3
  32. package/src/ribbon/ribbon.module.d.ts +0 -10
  33. package/src/ribbon/tabs.directive.d.ts +0 -5
  34. package/styles/bootstrap-dark.css +26 -0
  35. package/styles/bootstrap.css +26 -0
  36. package/styles/bootstrap4.css +26 -0
  37. package/styles/bootstrap5-dark.css +26 -0
  38. package/styles/bootstrap5.css +26 -0
  39. package/styles/fabric-dark.css +26 -0
  40. package/styles/fabric.css +26 -0
  41. package/styles/fluent-dark.css +26 -0
  42. package/styles/fluent.css +26 -0
  43. package/styles/highcontrast-light.css +26 -0
  44. package/styles/highcontrast.css +30 -4
  45. package/styles/material-dark.css +26 -0
  46. package/styles/material.css +26 -0
  47. package/styles/material3-dark.css +1671 -0
  48. package/styles/material3-dark.scss +2 -0
  49. package/styles/material3.css +1727 -0
  50. package/styles/material3.scss +2 -0
  51. package/styles/ribbon/bootstrap-dark.css +26 -0
  52. package/styles/ribbon/bootstrap-dark.scss +1 -17
  53. package/styles/ribbon/bootstrap.css +26 -0
  54. package/styles/ribbon/bootstrap.scss +1 -17
  55. package/styles/ribbon/bootstrap4.css +26 -0
  56. package/styles/ribbon/bootstrap4.scss +1 -17
  57. package/styles/ribbon/bootstrap5-dark.css +26 -0
  58. package/styles/ribbon/bootstrap5-dark.scss +1 -17
  59. package/styles/ribbon/bootstrap5.css +26 -0
  60. package/styles/ribbon/bootstrap5.scss +1 -17
  61. package/styles/ribbon/fabric-dark.css +26 -0
  62. package/styles/ribbon/fabric-dark.scss +1 -17
  63. package/styles/ribbon/fabric.css +26 -0
  64. package/styles/ribbon/fabric.scss +1 -17
  65. package/styles/ribbon/fluent-dark.css +26 -0
  66. package/styles/ribbon/fluent-dark.scss +1 -17
  67. package/styles/ribbon/fluent.css +26 -0
  68. package/styles/ribbon/fluent.scss +1 -17
  69. package/styles/ribbon/highcontrast-light.css +26 -0
  70. package/styles/ribbon/highcontrast-light.scss +1 -16
  71. package/styles/ribbon/highcontrast.css +30 -4
  72. package/styles/ribbon/highcontrast.scss +1 -17
  73. package/styles/ribbon/material-dark.css +26 -0
  74. package/styles/ribbon/material-dark.scss +1 -17
  75. package/styles/ribbon/material.css +26 -0
  76. package/styles/ribbon/material.scss +1 -17
  77. package/styles/ribbon/material3-dark.css +1671 -0
  78. package/styles/ribbon/material3-dark.scss +2 -0
  79. package/styles/ribbon/material3.css +1727 -0
  80. package/styles/ribbon/material3.scss +2 -0
  81. package/styles/ribbon/tailwind-dark.css +26 -0
  82. package/styles/ribbon/tailwind-dark.scss +1 -17
  83. package/styles/ribbon/tailwind.css +26 -0
  84. package/styles/ribbon/tailwind.scss +1 -17
  85. package/styles/tailwind-dark.css +26 -0
  86. package/styles/tailwind.css +26 -0
  87. package/esm2020/public_api.mjs +0 -3
  88. package/esm2020/src/index.mjs +0 -9
  89. package/esm2020/src/ribbon/collections.directive.mjs +0 -70
  90. package/esm2020/src/ribbon/groups.directive.mjs +0 -66
  91. package/esm2020/src/ribbon/items.directive.mjs +0 -78
  92. package/esm2020/src/ribbon/ribbon-all.module.mjs +0 -47
  93. package/esm2020/src/ribbon/ribbon.component.mjs +0 -120
  94. package/esm2020/src/ribbon/ribbon.module.mjs +0 -61
  95. package/esm2020/src/ribbon/tabs.directive.mjs +0 -62
  96. package/esm2020/syncfusion-ej2-angular-ribbon.mjs +0 -5
  97. package/fesm2015/syncfusion-ej2-angular-ribbon.mjs +0 -482
  98. package/fesm2015/syncfusion-ej2-angular-ribbon.mjs.map +0 -1
  99. package/fesm2020/syncfusion-ej2-angular-ribbon.mjs +0 -482
  100. package/fesm2020/syncfusion-ej2-angular-ribbon.mjs.map +0 -1
  101. package/styles/ribbon/_all.scss +0 -2
  102. package/styles/ribbon/_bootstrap-dark-definition.scss +0 -206
  103. package/styles/ribbon/_bootstrap-definition.scss +0 -206
  104. package/styles/ribbon/_bootstrap4-definition.scss +0 -206
  105. package/styles/ribbon/_bootstrap5-dark-definition.scss +0 -1
  106. package/styles/ribbon/_bootstrap5-definition.scss +0 -206
  107. package/styles/ribbon/_fabric-dark-definition.scss +0 -206
  108. package/styles/ribbon/_fabric-definition.scss +0 -206
  109. package/styles/ribbon/_fluent-dark-definition.scss +0 -1
  110. package/styles/ribbon/_fluent-definition.scss +0 -206
  111. package/styles/ribbon/_fusionnew-definition.scss +0 -206
  112. package/styles/ribbon/_highcontrast-definition.scss +0 -206
  113. package/styles/ribbon/_highcontrast-light-definition.scss +0 -206
  114. package/styles/ribbon/_layout.scss +0 -1099
  115. package/styles/ribbon/_material-dark-definition.scss +0 -206
  116. package/styles/ribbon/_material-definition.scss +0 -206
  117. package/styles/ribbon/_tailwind-dark-definition.scss +0 -1
  118. package/styles/ribbon/_tailwind-definition.scss +0 -206
  119. package/styles/ribbon/_theme.scss +0 -343
  120. package/styles/ribbon/icons/_bootstrap-dark.scss +0 -9
  121. package/styles/ribbon/icons/_bootstrap.scss +0 -9
  122. package/styles/ribbon/icons/_bootstrap4.scss +0 -9
  123. package/styles/ribbon/icons/_bootstrap5-dark.scss +0 -1
  124. package/styles/ribbon/icons/_bootstrap5.scss +0 -9
  125. package/styles/ribbon/icons/_fabric-dark.scss +0 -9
  126. package/styles/ribbon/icons/_fabric.scss +0 -9
  127. package/styles/ribbon/icons/_fluent-dark.scss +0 -1
  128. package/styles/ribbon/icons/_fluent.scss +0 -9
  129. package/styles/ribbon/icons/_fusionnew.scss +0 -9
  130. package/styles/ribbon/icons/_highcontrast.scss +0 -9
  131. package/styles/ribbon/icons/_material-dark.scss +0 -9
  132. package/styles/ribbon/icons/_material.scss +0 -9
  133. package/styles/ribbon/icons/_material3.scss +0 -9
  134. package/styles/ribbon/icons/_tailwind-dark.scss +0 -9
  135. package/styles/ribbon/icons/_tailwind.scss +0 -9
  136. package/syncfusion-ej2-angular-ribbon.d.ts +0 -5
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ej2-angular-ribbon.es5.js","sources":["~/@syncfusion/ej2-angular-ribbon/ej2-angular-ribbon.ts","~/@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":["/**\n * Generated bundle index. Do not edit.\n */\n\nexport {RibbonItemDirective,RibbonItemsDirective,RibbonCollectionDirective,RibbonCollectionsDirective,RibbonGroupDirective,RibbonGroupsDirective,RibbonTabDirective,RibbonTabsDirective,RibbonComponent,RibbonModule,RibbonAllModule,RibbonButtonService,RibbonDropDownService,RibbonSplitButtonService,RibbonCheckBoxService,RibbonColorPickerService,RibbonComboBoxService,RibbonFileMenuService,Ribbon,RibbonModel,RibbonLayout,ItemOrientation,RibbonItemSize,DisplayMode,RibbonItemType,TabSelectingEventArgs,TabSelectedEventArgs,ExpandCollapseEventArgs,LauncherClickEventArgs,itemProps,commonProperties,EJ2Control,ribbonItemPropsList,ribbonTooltipData,ITEM_VERTICAL_CENTER,EXPAND_COLLAPSE_ICON,OVERFLOW_ICON,VERTICAL_DDB,DISABLED_CSS,RTL_CSS,RIBBON_HOVER,RIBBON_CONTROL,RIBBON_POPUP_CONTROL,RIBBON_POPUP_OPEN,SPACE,HORIZONTAL_SCROLLBAR,HIDE_CSS,RIBBON_TAB,RIBBON_TAB_ACTIVE,RIBBON_TAB_ITEM,RIBBON_COLLAPSE_BUTTON,RIBBON_EXPAND_BUTTON,RIBBON_COLLAPSIBLE,RIBBON_OVERALL_OF_BUTTON,RIBBON_GROUP_OF_BUTTON,RIBBON_OVERFLOW_TARGET,RIBBON_OVERFLOW,TAB_CONTENT,RIBBON_MINIMIZE,RIBBON_GROUP,RIBBON_GROUP_CONTAINER,RIBBON_OF_TAB_CONTAINER,RIBBON_OF_GROUP_CONTAINER,RIBBON_GROUP_CONTENT,RIBBON_GROUP_HEADER,RIBBON_OVERFLOW_HEADER,RIBBON_GROUP_OVERFLOW,RIBBON_GROUP_OVERFLOW_DDB,RIBBON_LAUNCHER,RIBBON_LAUNCHER_ICON_ELE,RIBBON_LAUNCHER_ICON,RIBBON_COLLECTION,RIBBON_ITEM,RIBBON_ROW,RIBBON_COLUMN,RIBBON_LARGE_ITEM,RIBBON_MEDIUM_ITEM,RIBBON_SMALL_ITEM,RIBBON_CONTENT_HEIGHT,DROPDOWNBUTTON,DROPDOWNBUTTON_HIDE,RIBBON_TEMPLATE,RIBBON_HELP_TEMPLATE,RIBBON_TOOLTIP,RIBBON_TOOLTIP_TARGET,RIBBON_TOOLTIP_TITLE,RIBBON_TOOLTIP_CONTENT,RIBBON_TOOLTIP_ICON,RIBBON_TOOLTIP_CONTAINER,RIBBON_TEXT_CONTAINER,RIBBON_SIMPLIFIED_MODE,TAB_ID,GROUP_ID,COLLECTION_ID,ITEM_ID,COLLAPSE_BUTTON_ID,OVRLOF_BUTTON_ID,GROUPOF_BUTTON_ID,HEADER_ID,LAUNCHER_ID,CONTENT_ID,CONTAINER_ID,OVERFLOW_ID,DROPDOWN_ID,RIBBON_FILE_MENU_ID,RIBBON_FILE_MENU_LIST,RIBBON_HELP_PANE_TEMPLATE_ID,RIBBON_FILE_MENU_WIDTH,RIBBON_HELP_PANE_TEMPLATE_WIDTH,getIndex,getTemplateFunction,getItem,getCollection,getGroup,destroyControl,updateCommonProperty,updateControlDisabled,getItemElement,isTooltipPresent,setToolTipContent,createTooltip,destroyTooltip,updateTooltipProp,RibbonTab,RibbonGroup,RibbonCollection,RibbonItem,RibbonButtonSettings,RibbonCheckBoxSettings,RibbonColorPickerSettings,RibbonComboBoxSettings,RibbonDropDownSettings,RibbonSplitButtonSettings,FileMenuSettings,FileMenuEventArgs,FileMenuOpenCloseEventArgs,FileMenuBeforeOpenCloseEventArgs,RibbonTooltip,RibbonTooltipModel,FileMenuSettingsModel,RibbonTabModel,RibbonGroupModel,RibbonCollectionModel,RibbonItemModel,RibbonButtonSettingsModel,RibbonCheckBoxSettingsModel,RibbonColorPickerSettingsModel,RibbonComboBoxSettingsModel,RibbonDropDownSettingsModel,RibbonSplitButtonSettingsModel,RibbonButton,RibbonCheckBox,RibbonColorPicker,RibbonComboBox,RibbonDropDown,RibbonSplitButton,RibbonFileMenu} from './public_api';\n\nexport {inputs as ɵa,outputs as ɵb} from './src/ribbon/ribbon.component';","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":["__metadata","__decorate","outputs","input"],"mappings":"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"}
@@ -0,0 +1,526 @@
1
+ import { ChangeDetectionStrategy, Component, ContentChild, ContentChildren, Directive, ElementRef, Injector, NgModule, Renderer2, ViewContainerRef } from '@angular/core';
2
+ import { ArrayBase, ComplexBase, ComponentBase, ComponentMixins, Template, setValue } from '@syncfusion/ej2-angular-base';
3
+ import { Ribbon, RibbonButton, RibbonCheckBox, RibbonColorPicker, RibbonComboBox, RibbonDropDown, RibbonFileMenu, RibbonSplitButton } from '@syncfusion/ej2-ribbon';
4
+ import { CommonModule } from '@angular/common';
5
+
6
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
7
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
8
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
9
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
10
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
11
+ };
12
+ var __metadata = (this && this.__metadata) || function (k, v) {
13
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
14
+ };
15
+ let input = ['activeSize', 'allowedSizes', 'buttonSettings', 'checkBoxSettings', 'colorPickerSettings', 'comboBoxSettings', 'cssClass', 'disabled', 'displayOptions', 'dropDownSettings', 'id', 'itemTemplate', 'ribbonTooltipSettings', 'splitButtonSettings', 'type'];
16
+ let outputs = [];
17
+ /**
18
+ * `e-ribbon-item` directive represent a item in the Angular Ribbon.
19
+ * ```html
20
+ * <ejs-ribbon>
21
+ * <e-ribbon-tabs>
22
+ * <e-ribbon-tab></e-ribbon-tab>
23
+ * <e-ribbon-tab>
24
+ * <e-ribbon-groups>
25
+ * <e-ribbon-group>
26
+ * <e-ribbon-collections>
27
+ * <e-ribbon-collection>
28
+ * <e-ribbon-items>
29
+ * <e-ribbon-item></e-ribbon-item>
30
+ * <e-ribbon-item></e-ribbon-item>
31
+ * </e-ribbon-items>
32
+ * </e-ribbon-collection>
33
+ * </e-ribbon-collections>
34
+ * </e-ribbon-group>
35
+ * </e-ribbon-groups>
36
+ * </e-ribbon-tab>
37
+ * </e-ribbon-tabs>
38
+ * </ejs-ribbon>
39
+ * ```
40
+ */
41
+ class RibbonItemDirective extends ComplexBase {
42
+ /**
43
+ * @param {?} viewContainerRef
44
+ */
45
+ constructor(viewContainerRef) {
46
+ super();
47
+ this.viewContainerRef = viewContainerRef;
48
+ setValue('currentInstance', this, this.viewContainerRef);
49
+ this.registerEvents(outputs);
50
+ this.directivePropList = input;
51
+ }
52
+ }
53
+ RibbonItemDirective.decorators = [
54
+ { type: Directive, args: [{
55
+ selector: 'e-ribbon-item',
56
+ inputs: input,
57
+ outputs: outputs,
58
+ queries: {}
59
+ },] },
60
+ ];
61
+ /**
62
+ * @nocollapse
63
+ */
64
+ RibbonItemDirective.ctorParameters = () => [
65
+ { type: ViewContainerRef, },
66
+ ];
67
+ RibbonItemDirective.propDecorators = {
68
+ 'itemTemplate': [{ type: ContentChild, args: ['itemTemplate',] },],
69
+ };
70
+ __decorate([
71
+ Template(),
72
+ __metadata("design:type", Object)
73
+ ], RibbonItemDirective.prototype, "itemTemplate", void 0);
74
+ /**
75
+ * RibbonItem Array Directive
76
+ */
77
+ class RibbonItemsDirective extends ArrayBase {
78
+ constructor() {
79
+ super('items');
80
+ }
81
+ }
82
+ RibbonItemsDirective.decorators = [
83
+ { type: Directive, args: [{
84
+ selector: 'e-ribbon-items',
85
+ queries: {
86
+ children: new ContentChildren(RibbonItemDirective)
87
+ },
88
+ },] },
89
+ ];
90
+ /**
91
+ * @nocollapse
92
+ */
93
+ RibbonItemsDirective.ctorParameters = () => [];
94
+
95
+ let input$1 = ['cssClass', 'id', 'items'];
96
+ let outputs$1 = [];
97
+ /**
98
+ * `e-ribbon-collection` directive represent a collection in the Angular Ribbon.
99
+ * ```html
100
+ * <ejs-ribbon>
101
+ * <e-ribbon-tabs>
102
+ * <e-ribbon-tab></e-ribbon-tab>
103
+ * <e-ribbon-tab>
104
+ * <e-ribbon-groups>
105
+ * <e-ribbon-group>
106
+ * <e-ribbon-collections>
107
+ * <e-ribbon-collection></e-ribbon-collection>
108
+ * <e-ribbon-collection></e-ribbon-collection>
109
+ * </e-ribbon-collections>
110
+ * </e-ribbon-group>
111
+ * </e-ribbon-groups>
112
+ * </e-ribbon-tab>
113
+ * </e-ribbon-tabs>
114
+ * </ejs-ribbon>
115
+ * ```
116
+ */
117
+ class RibbonCollectionDirective extends ComplexBase {
118
+ /**
119
+ * @param {?} viewContainerRef
120
+ */
121
+ constructor(viewContainerRef) {
122
+ super();
123
+ this.viewContainerRef = viewContainerRef;
124
+ this.tags = ['items'];
125
+ setValue('currentInstance', this, this.viewContainerRef);
126
+ this.registerEvents(outputs$1);
127
+ this.directivePropList = input$1;
128
+ }
129
+ }
130
+ RibbonCollectionDirective.decorators = [
131
+ { type: Directive, args: [{
132
+ selector: 'e-ribbon-collection',
133
+ inputs: input$1,
134
+ outputs: outputs$1,
135
+ queries: {
136
+ childItems: new ContentChild(RibbonItemsDirective)
137
+ }
138
+ },] },
139
+ ];
140
+ /**
141
+ * @nocollapse
142
+ */
143
+ RibbonCollectionDirective.ctorParameters = () => [
144
+ { type: ViewContainerRef, },
145
+ ];
146
+ /**
147
+ * RibbonCollection Array Directive
148
+ */
149
+ class RibbonCollectionsDirective extends ArrayBase {
150
+ constructor() {
151
+ super('collections');
152
+ }
153
+ }
154
+ RibbonCollectionsDirective.decorators = [
155
+ { type: Directive, args: [{
156
+ selector: 'e-ribbon-collections',
157
+ queries: {
158
+ children: new ContentChildren(RibbonCollectionDirective)
159
+ },
160
+ },] },
161
+ ];
162
+ /**
163
+ * @nocollapse
164
+ */
165
+ RibbonCollectionsDirective.ctorParameters = () => [];
166
+
167
+ let input$2 = ['collections', 'cssClass', 'enableGroupOverflow', 'groupIconCss', 'header', 'id', 'isCollapsed', 'isCollapsible', 'orientation', 'priority', 'showLauncherIcon'];
168
+ let outputs$2 = [];
169
+ /**
170
+ * `e-ribbon-group` directive represent a group in the Angular Ribbon.
171
+ * ```html
172
+ * <ejs-ribbon>
173
+ * <e-ribbon-tabs>
174
+ * <e-ribbon-tab></e-ribbon-tab>
175
+ * <e-ribbon-tab>
176
+ * <e-ribbon-groups>
177
+ * <e-ribbon-group></e-ribbon-group>
178
+ * <e-ribbon-group></e-ribbon-group>
179
+ * </e-ribbon-groups>
180
+ * </e-ribbon-tab>
181
+ * </e-ribbon-tabs>
182
+ * </ejs-ribbon>
183
+ * ```
184
+ */
185
+ class RibbonGroupDirective extends ComplexBase {
186
+ /**
187
+ * @param {?} viewContainerRef
188
+ */
189
+ constructor(viewContainerRef) {
190
+ super();
191
+ this.viewContainerRef = viewContainerRef;
192
+ this.tags = ['collections'];
193
+ setValue('currentInstance', this, this.viewContainerRef);
194
+ this.registerEvents(outputs$2);
195
+ this.directivePropList = input$2;
196
+ }
197
+ }
198
+ RibbonGroupDirective.decorators = [
199
+ { type: Directive, args: [{
200
+ selector: 'e-ribbon-group',
201
+ inputs: input$2,
202
+ outputs: outputs$2,
203
+ queries: {
204
+ childCollections: new ContentChild(RibbonCollectionsDirective)
205
+ }
206
+ },] },
207
+ ];
208
+ /**
209
+ * @nocollapse
210
+ */
211
+ RibbonGroupDirective.ctorParameters = () => [
212
+ { type: ViewContainerRef, },
213
+ ];
214
+ /**
215
+ * RibbonGroup Array Directive
216
+ */
217
+ class RibbonGroupsDirective extends ArrayBase {
218
+ constructor() {
219
+ super('groups');
220
+ }
221
+ }
222
+ RibbonGroupsDirective.decorators = [
223
+ { type: Directive, args: [{
224
+ selector: 'e-ribbon-groups',
225
+ queries: {
226
+ children: new ContentChildren(RibbonGroupDirective)
227
+ },
228
+ },] },
229
+ ];
230
+ /**
231
+ * @nocollapse
232
+ */
233
+ RibbonGroupsDirective.ctorParameters = () => [];
234
+
235
+ let input$3 = ['cssClass', 'groups', 'header', 'id'];
236
+ let outputs$3 = [];
237
+ /**
238
+ * `e-ribbon-tab` directive represent a tab of the Angular Ribbon.
239
+ * It must be contained in a Ribbon component(`ejs-ribbon`).
240
+ * ```html
241
+ * <ejs-ribbon>
242
+ * <e-ribbon-tabs>
243
+ * <e-ribbon-tab></e-ribbon-tab>
244
+ * <e-ribbon-tab></e-ribbon-tab>
245
+ * </e-ribbon-tabs>
246
+ * </ejs-ribbon>
247
+ * ```
248
+ */
249
+ class RibbonTabDirective extends ComplexBase {
250
+ /**
251
+ * @param {?} viewContainerRef
252
+ */
253
+ constructor(viewContainerRef) {
254
+ super();
255
+ this.viewContainerRef = viewContainerRef;
256
+ this.tags = ['groups'];
257
+ setValue('currentInstance', this, this.viewContainerRef);
258
+ this.registerEvents(outputs$3);
259
+ this.directivePropList = input$3;
260
+ }
261
+ }
262
+ RibbonTabDirective.decorators = [
263
+ { type: Directive, args: [{
264
+ selector: 'e-ribbon-tab',
265
+ inputs: input$3,
266
+ outputs: outputs$3,
267
+ queries: {
268
+ childGroups: new ContentChild(RibbonGroupsDirective)
269
+ }
270
+ },] },
271
+ ];
272
+ /**
273
+ * @nocollapse
274
+ */
275
+ RibbonTabDirective.ctorParameters = () => [
276
+ { type: ViewContainerRef, },
277
+ ];
278
+ /**
279
+ * RibbonTab Array Directive
280
+ */
281
+ class RibbonTabsDirective extends ArrayBase {
282
+ constructor() {
283
+ super('tabs');
284
+ }
285
+ }
286
+ RibbonTabsDirective.decorators = [
287
+ { type: Directive, args: [{
288
+ selector: 'e-ribbon-tabs',
289
+ queries: {
290
+ children: new ContentChildren(RibbonTabDirective)
291
+ },
292
+ },] },
293
+ ];
294
+ /**
295
+ * @nocollapse
296
+ */
297
+ RibbonTabsDirective.ctorParameters = () => [];
298
+
299
+ var __decorate$1 = (this && this.__decorate) || function (decorators, target, key, desc) {
300
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
301
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
302
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
303
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
304
+ };
305
+ var __metadata$1 = (this && this.__metadata) || function (k, v) {
306
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
307
+ };
308
+ const inputs = ['activeLayout', 'cssClass', 'enablePersistence', 'enableRtl', 'fileMenu', 'helpPaneTemplate', 'isMinimized', 'launcherIconCss', 'locale', 'selectedTab', 'tabAnimation', 'tabs', 'width'];
309
+ const outputs$4 = ['launcherIconClick', 'ribbonCollapsing', 'ribbonExpanding', 'tabSelected', 'tabSelecting'];
310
+ const twoWays = [''];
311
+ /**
312
+ * Represents the Essential JS 2 Angular Ribbon Component.
313
+ * ```html
314
+ * <ejs-ribbon></ejs-ribbon>
315
+ * ```
316
+ */
317
+ let RibbonComponent = class RibbonComponent extends Ribbon {
318
+ /**
319
+ * @param {?} ngEle
320
+ * @param {?} srenderer
321
+ * @param {?} viewContainerRef
322
+ * @param {?} injector
323
+ */
324
+ constructor(ngEle, srenderer, viewContainerRef, injector) {
325
+ super();
326
+ this.ngEle = ngEle;
327
+ this.srenderer = srenderer;
328
+ this.viewContainerRef = viewContainerRef;
329
+ this.injector = injector;
330
+ this.tags = ['tabs'];
331
+ this.element = this.ngEle.nativeElement;
332
+ this.injectedModules = this.injectedModules || [];
333
+ try {
334
+ let mod = this.injector.get('RibbonRibbonButton');
335
+ if (this.injectedModules.indexOf(mod) === -1) {
336
+ this.injectedModules.push(mod);
337
+ }
338
+ }
339
+ catch (_a) { }
340
+ try {
341
+ let mod = this.injector.get('RibbonRibbonDropDown');
342
+ if (this.injectedModules.indexOf(mod) === -1) {
343
+ this.injectedModules.push(mod);
344
+ }
345
+ }
346
+ catch (_b) { }
347
+ try {
348
+ let mod = this.injector.get('RibbonRibbonSplitButton');
349
+ if (this.injectedModules.indexOf(mod) === -1) {
350
+ this.injectedModules.push(mod);
351
+ }
352
+ }
353
+ catch (_c) { }
354
+ try {
355
+ let mod = this.injector.get('RibbonRibbonCheckBox');
356
+ if (this.injectedModules.indexOf(mod) === -1) {
357
+ this.injectedModules.push(mod);
358
+ }
359
+ }
360
+ catch (_d) { }
361
+ try {
362
+ let mod = this.injector.get('RibbonRibbonColorPicker');
363
+ if (this.injectedModules.indexOf(mod) === -1) {
364
+ this.injectedModules.push(mod);
365
+ }
366
+ }
367
+ catch (_e) { }
368
+ try {
369
+ let mod = this.injector.get('RibbonRibbonComboBox');
370
+ if (this.injectedModules.indexOf(mod) === -1) {
371
+ this.injectedModules.push(mod);
372
+ }
373
+ }
374
+ catch (_f) { }
375
+ try {
376
+ let mod = this.injector.get('RibbonRibbonFileMenu');
377
+ if (this.injectedModules.indexOf(mod) === -1) {
378
+ this.injectedModules.push(mod);
379
+ }
380
+ }
381
+ catch (_g) { }
382
+ this.registerEvents(outputs$4);
383
+ this.addTwoWay.call(this, twoWays);
384
+ setValue('currentInstance', this, this.viewContainerRef);
385
+ this.containerContext = new ComponentBase();
386
+ }
387
+ /**
388
+ * @return {?}
389
+ */
390
+ ngOnInit() {
391
+ this.containerContext.ngOnInit(this);
392
+ }
393
+ /**
394
+ * @return {?}
395
+ */
396
+ ngAfterViewInit() {
397
+ this.containerContext.ngAfterViewInit(this);
398
+ }
399
+ /**
400
+ * @return {?}
401
+ */
402
+ ngOnDestroy() {
403
+ this.containerContext.ngOnDestroy(this);
404
+ }
405
+ /**
406
+ * @return {?}
407
+ */
408
+ ngAfterContentChecked() {
409
+ this.tagObjects[0].instance = this.childTabs;
410
+ this.containerContext.ngAfterContentChecked(this);
411
+ }
412
+ };
413
+ RibbonComponent.decorators = [
414
+ { type: Component, args: [{
415
+ selector: 'ejs-ribbon',
416
+ inputs: inputs,
417
+ outputs: outputs$4,
418
+ template: `<ng-content select='div'></ng-content>`,
419
+ changeDetection: ChangeDetectionStrategy.OnPush,
420
+ queries: {
421
+ childTabs: new ContentChild(RibbonTabsDirective)
422
+ }
423
+ },] },
424
+ ];
425
+ /**
426
+ * @nocollapse
427
+ */
428
+ RibbonComponent.ctorParameters = () => [
429
+ { type: ElementRef, },
430
+ { type: Renderer2, },
431
+ { type: ViewContainerRef, },
432
+ { type: Injector, },
433
+ ];
434
+ RibbonComponent.propDecorators = {
435
+ 'helpPaneTemplate': [{ type: ContentChild, args: ['helpPaneTemplate',] },],
436
+ };
437
+ __decorate$1([
438
+ Template(),
439
+ __metadata$1("design:type", Object)
440
+ ], RibbonComponent.prototype, "helpPaneTemplate", void 0);
441
+ RibbonComponent = __decorate$1([
442
+ ComponentMixins([ComponentBase]),
443
+ __metadata$1("design:paramtypes", [ElementRef,
444
+ Renderer2,
445
+ ViewContainerRef,
446
+ Injector])
447
+ ], RibbonComponent);
448
+
449
+ /**
450
+ * NgModule definition for the Ribbon component.
451
+ */
452
+ class RibbonModule {
453
+ }
454
+ RibbonModule.decorators = [
455
+ { type: NgModule, args: [{
456
+ imports: [CommonModule],
457
+ declarations: [
458
+ RibbonComponent,
459
+ RibbonItemDirective,
460
+ RibbonItemsDirective,
461
+ RibbonCollectionDirective,
462
+ RibbonCollectionsDirective,
463
+ RibbonGroupDirective,
464
+ RibbonGroupsDirective,
465
+ RibbonTabDirective,
466
+ RibbonTabsDirective
467
+ ],
468
+ exports: [
469
+ RibbonComponent,
470
+ RibbonItemDirective,
471
+ RibbonItemsDirective,
472
+ RibbonCollectionDirective,
473
+ RibbonCollectionsDirective,
474
+ RibbonGroupDirective,
475
+ RibbonGroupsDirective,
476
+ RibbonTabDirective,
477
+ RibbonTabsDirective
478
+ ]
479
+ },] },
480
+ ];
481
+ /**
482
+ * @nocollapse
483
+ */
484
+ RibbonModule.ctorParameters = () => [];
485
+
486
+ const RibbonButtonService = { provide: 'RibbonRibbonButton', useValue: RibbonButton };
487
+ const RibbonDropDownService = { provide: 'RibbonRibbonDropDown', useValue: RibbonDropDown };
488
+ const RibbonSplitButtonService = { provide: 'RibbonRibbonSplitButton', useValue: RibbonSplitButton };
489
+ const RibbonCheckBoxService = { provide: 'RibbonRibbonCheckBox', useValue: RibbonCheckBox };
490
+ const RibbonColorPickerService = { provide: 'RibbonRibbonColorPicker', useValue: RibbonColorPicker };
491
+ const RibbonComboBoxService = { provide: 'RibbonRibbonComboBox', useValue: RibbonComboBox };
492
+ const RibbonFileMenuService = { provide: 'RibbonRibbonFileMenu', useValue: RibbonFileMenu };
493
+ /**
494
+ * NgModule definition for the Ribbon component with providers.
495
+ */
496
+ class RibbonAllModule {
497
+ }
498
+ RibbonAllModule.decorators = [
499
+ { type: NgModule, args: [{
500
+ imports: [CommonModule, RibbonModule],
501
+ exports: [
502
+ RibbonModule
503
+ ],
504
+ providers: [
505
+ RibbonButtonService,
506
+ RibbonDropDownService,
507
+ RibbonSplitButtonService,
508
+ RibbonCheckBoxService,
509
+ RibbonColorPickerService,
510
+ RibbonComboBoxService,
511
+ RibbonFileMenuService
512
+ ]
513
+ },] },
514
+ ];
515
+ /**
516
+ * @nocollapse
517
+ */
518
+ RibbonAllModule.ctorParameters = () => [];
519
+
520
+ /**
521
+ * Generated bundle index. Do not edit.
522
+ */
523
+
524
+ export { RibbonItemDirective, RibbonItemsDirective, RibbonCollectionDirective, RibbonCollectionsDirective, RibbonGroupDirective, RibbonGroupsDirective, RibbonTabDirective, RibbonTabsDirective, RibbonComponent, RibbonModule, RibbonAllModule, RibbonButtonService, RibbonDropDownService, RibbonSplitButtonService, RibbonCheckBoxService, RibbonColorPickerService, RibbonComboBoxService, RibbonFileMenuService, inputs as ɵa, outputs$4 as ɵb };
525
+ export { Ribbon, RibbonLayout, ItemOrientation, RibbonItemSize, DisplayMode, RibbonItemType, ITEM_VERTICAL_CENTER, EXPAND_COLLAPSE_ICON, OVERFLOW_ICON, VERTICAL_DDB, DISABLED_CSS, RTL_CSS, RIBBON_HOVER, RIBBON_CONTROL, RIBBON_POPUP_CONTROL, RIBBON_POPUP_OPEN, SPACE, HORIZONTAL_SCROLLBAR, HIDE_CSS, RIBBON_TAB, RIBBON_TAB_ACTIVE, RIBBON_TAB_ITEM, RIBBON_COLLAPSE_BUTTON, RIBBON_EXPAND_BUTTON, RIBBON_COLLAPSIBLE, RIBBON_OVERALL_OF_BUTTON, RIBBON_GROUP_OF_BUTTON, RIBBON_OVERFLOW_TARGET, RIBBON_OVERFLOW, TAB_CONTENT, RIBBON_MINIMIZE, RIBBON_GROUP, RIBBON_GROUP_CONTAINER, RIBBON_OF_TAB_CONTAINER, RIBBON_OF_GROUP_CONTAINER, RIBBON_GROUP_CONTENT, RIBBON_GROUP_HEADER, RIBBON_OVERFLOW_HEADER, RIBBON_GROUP_OVERFLOW, RIBBON_GROUP_OVERFLOW_DDB, RIBBON_LAUNCHER, RIBBON_LAUNCHER_ICON_ELE, RIBBON_LAUNCHER_ICON, RIBBON_COLLECTION, RIBBON_ITEM, RIBBON_ROW, RIBBON_COLUMN, RIBBON_LARGE_ITEM, RIBBON_MEDIUM_ITEM, RIBBON_SMALL_ITEM, RIBBON_CONTENT_HEIGHT, DROPDOWNBUTTON, DROPDOWNBUTTON_HIDE, RIBBON_TEMPLATE, RIBBON_HELP_TEMPLATE, RIBBON_TOOLTIP, RIBBON_TOOLTIP_TARGET, RIBBON_TOOLTIP_TITLE, RIBBON_TOOLTIP_CONTENT, RIBBON_TOOLTIP_ICON, RIBBON_TOOLTIP_CONTAINER, RIBBON_TEXT_CONTAINER, RIBBON_SIMPLIFIED_MODE, TAB_ID, GROUP_ID, COLLECTION_ID, ITEM_ID, COLLAPSE_BUTTON_ID, OVRLOF_BUTTON_ID, GROUPOF_BUTTON_ID, HEADER_ID, LAUNCHER_ID, CONTENT_ID, CONTAINER_ID, OVERFLOW_ID, DROPDOWN_ID, RIBBON_FILE_MENU_ID, RIBBON_FILE_MENU_LIST, RIBBON_HELP_PANE_TEMPLATE_ID, RIBBON_FILE_MENU_WIDTH, RIBBON_HELP_PANE_TEMPLATE_WIDTH, getIndex, getTemplateFunction, getItem, getCollection, getGroup, destroyControl, updateCommonProperty, updateControlDisabled, getItemElement, isTooltipPresent, setToolTipContent, createTooltip, destroyTooltip, updateTooltipProp, RibbonTab, RibbonGroup, RibbonCollection, RibbonItem, RibbonButtonSettings, RibbonCheckBoxSettings, RibbonColorPickerSettings, RibbonComboBoxSettings, RibbonDropDownSettings, RibbonSplitButtonSettings, FileMenuSettings, RibbonTooltip, RibbonButton, RibbonCheckBox, RibbonColorPicker, RibbonComboBox, RibbonDropDown, RibbonSplitButton, RibbonFileMenu } from '@syncfusion/ej2-ribbon';
526
+ //# sourceMappingURL=ej2-angular-ribbon.js.map