@syncfusion/ej2-angular-ribbon 22.2.12-ngcc → 22.2.12

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 (104) hide show
  1. package/esm2020/public_api.mjs +3 -0
  2. package/esm2020/src/index.mjs +9 -0
  3. package/esm2020/src/ribbon/collections.directive.mjs +70 -0
  4. package/esm2020/src/ribbon/groups.directive.mjs +66 -0
  5. package/esm2020/src/ribbon/items.directive.mjs +78 -0
  6. package/esm2020/src/ribbon/ribbon-all.module.mjs +47 -0
  7. package/esm2020/src/ribbon/ribbon.component.mjs +120 -0
  8. package/esm2020/src/ribbon/ribbon.module.mjs +61 -0
  9. package/esm2020/src/ribbon/tabs.directive.mjs +62 -0
  10. package/esm2020/syncfusion-ej2-angular-ribbon.mjs +5 -0
  11. package/fesm2015/syncfusion-ej2-angular-ribbon.mjs +482 -0
  12. package/fesm2015/syncfusion-ej2-angular-ribbon.mjs.map +1 -0
  13. package/fesm2020/syncfusion-ej2-angular-ribbon.mjs +482 -0
  14. package/fesm2020/syncfusion-ej2-angular-ribbon.mjs.map +1 -0
  15. package/package.json +26 -12
  16. package/src/ribbon/collections.directive.d.ts +5 -0
  17. package/src/ribbon/groups.directive.d.ts +5 -0
  18. package/src/ribbon/items.directive.d.ts +5 -0
  19. package/src/ribbon/ribbon-all.module.d.ts +6 -0
  20. package/src/ribbon/ribbon.component.d.ts +3 -0
  21. package/src/ribbon/ribbon.module.d.ts +10 -0
  22. package/src/ribbon/tabs.directive.d.ts +5 -0
  23. package/styles/material3-dark.scss +1 -0
  24. package/styles/material3.scss +1 -0
  25. package/styles/ribbon/_all.scss +2 -0
  26. package/styles/ribbon/_bootstrap-dark-definition.scss +210 -0
  27. package/styles/ribbon/_bootstrap-definition.scss +210 -0
  28. package/styles/ribbon/_bootstrap4-definition.scss +210 -0
  29. package/styles/ribbon/_bootstrap5-dark-definition.scss +1 -0
  30. package/styles/ribbon/_bootstrap5-definition.scss +210 -0
  31. package/styles/ribbon/_fabric-dark-definition.scss +210 -0
  32. package/styles/ribbon/_fabric-definition.scss +210 -0
  33. package/styles/ribbon/_fluent-dark-definition.scss +1 -0
  34. package/styles/ribbon/_fluent-definition.scss +210 -0
  35. package/styles/ribbon/_fusionnew-definition.scss +210 -0
  36. package/styles/ribbon/_highcontrast-definition.scss +210 -0
  37. package/styles/ribbon/_highcontrast-light-definition.scss +210 -0
  38. package/styles/ribbon/_layout.scss +1127 -0
  39. package/styles/ribbon/_material-dark-definition.scss +210 -0
  40. package/styles/ribbon/_material-definition.scss +210 -0
  41. package/styles/ribbon/_material3-dark-definition.scss +1 -0
  42. package/styles/ribbon/_material3-definition.scss +210 -0
  43. package/styles/ribbon/_tailwind-dark-definition.scss +1 -0
  44. package/styles/ribbon/_tailwind-definition.scss +210 -0
  45. package/styles/ribbon/_theme.scss +343 -0
  46. package/styles/ribbon/bootstrap-dark.scss +18 -1
  47. package/styles/ribbon/bootstrap.scss +18 -1
  48. package/styles/ribbon/bootstrap4.scss +18 -1
  49. package/styles/ribbon/bootstrap5-dark.scss +18 -1
  50. package/styles/ribbon/bootstrap5.scss +18 -1
  51. package/styles/ribbon/fabric-dark.scss +18 -1
  52. package/styles/ribbon/fabric.scss +18 -1
  53. package/styles/ribbon/fluent-dark.scss +18 -1
  54. package/styles/ribbon/fluent.scss +18 -1
  55. package/styles/ribbon/highcontrast-light.scss +17 -1
  56. package/styles/ribbon/highcontrast.scss +18 -1
  57. package/styles/ribbon/icons/_bootstrap-dark.scss +9 -0
  58. package/styles/ribbon/icons/_bootstrap.scss +9 -0
  59. package/styles/ribbon/icons/_bootstrap4.scss +9 -0
  60. package/styles/ribbon/icons/_bootstrap5-dark.scss +1 -0
  61. package/styles/ribbon/icons/_bootstrap5.scss +9 -0
  62. package/styles/ribbon/icons/_fabric-dark.scss +9 -0
  63. package/styles/ribbon/icons/_fabric.scss +9 -0
  64. package/styles/ribbon/icons/_fluent-dark.scss +1 -0
  65. package/styles/ribbon/icons/_fluent.scss +9 -0
  66. package/styles/ribbon/icons/_fusionnew.scss +9 -0
  67. package/styles/ribbon/icons/_highcontrast.scss +9 -0
  68. package/styles/ribbon/icons/_material-dark.scss +9 -0
  69. package/styles/ribbon/icons/_material.scss +9 -0
  70. package/styles/ribbon/icons/_material3-dark.scss +1 -0
  71. package/styles/ribbon/icons/_material3.scss +9 -0
  72. package/styles/ribbon/icons/_tailwind-dark.scss +9 -0
  73. package/styles/ribbon/icons/_tailwind.scss +9 -0
  74. package/styles/ribbon/material-dark.scss +18 -1
  75. package/styles/ribbon/material.scss +18 -1
  76. package/styles/ribbon/material3-dark.scss +18 -1
  77. package/styles/ribbon/material3.scss +18 -1
  78. package/styles/ribbon/tailwind-dark.scss +18 -1
  79. package/styles/ribbon/tailwind.scss +18 -1
  80. package/syncfusion-ej2-angular-ribbon.d.ts +5 -0
  81. package/@syncfusion/ej2-angular-ribbon.es5.js +0 -566
  82. package/@syncfusion/ej2-angular-ribbon.es5.js.map +0 -1
  83. package/@syncfusion/ej2-angular-ribbon.js +0 -526
  84. package/@syncfusion/ej2-angular-ribbon.js.map +0 -1
  85. package/CHANGELOG.md +0 -45
  86. package/dist/ej2-angular-ribbon.umd.js +0 -710
  87. package/dist/ej2-angular-ribbon.umd.js.map +0 -1
  88. package/dist/ej2-angular-ribbon.umd.min.js +0 -11
  89. package/dist/ej2-angular-ribbon.umd.min.js.map +0 -1
  90. package/ej2-angular-ribbon.d.ts +0 -5
  91. package/ej2-angular-ribbon.metadata.json +0 -1
  92. package/postinstall/tagchange.js +0 -18
  93. package/schematics/collection.json +0 -10
  94. package/schematics/ng-add/index.d.ts +0 -3
  95. package/schematics/ng-add/index.js +0 -9
  96. package/schematics/ng-add/index.ts +0 -10
  97. package/schematics/ng-add/schema.d.ts +0 -13
  98. package/schematics/ng-add/schema.js +0 -2
  99. package/schematics/ng-add/schema.json +0 -34
  100. package/schematics/ng-add/schema.ts +0 -30
  101. package/schematics/tsconfig.json +0 -25
  102. package/schematics/utils/lib-details.d.ts +0 -4
  103. package/schematics/utils/lib-details.js +0 -6
  104. package/schematics/utils/lib-details.ts +0 -4
@@ -1 +0,0 @@
1
- {"version":3,"file":"ej2-angular-ribbon.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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"}
package/CHANGELOG.md DELETED
@@ -1,45 +0,0 @@
1
- # Changelog
2
-
3
- ## [Unreleased]
4
-
5
- ### Ribbon
6
-
7
- #### Bug Fixes
8
-
9
- - `#I484502` - Now, you can control the visibility of the layout switcher button in the ribbon using the new `hideLayoutSwitcher` API.
10
- - `#I488294` - Now, the Ribbon Dropdown control has a `createPopupOnClick` property for adding or removing pop-up elements dynamically when the button is clicked.
11
-
12
- ## 22.2.11 (2023-08-29)
13
-
14
- ### Ribbon
15
-
16
- #### Bug Fixes
17
-
18
- - `I491455` - Now, the script issue raised when enable/disable the Ribbon items is resolved.
19
-
20
- ## 22.1.39 (2023-07-18)
21
-
22
- ### Ribbon
23
-
24
- #### Bug Fixes
25
-
26
- - Now, the issue with Ribbon tooltip position is resolved.
27
- - Now, the issue with Ribbon tooltip cssClass not added properly is resolved.
28
-
29
- ## 21.1.35 (2023-03-23)
30
-
31
- ### Ribbon
32
-
33
- The Ribbon provides a structured and easy-to-use user interface for users to access different features and functions through series of tabs, improving user experience and efficiency.
34
-
35
-
36
- **Key features**
37
-
38
-
39
- - **Built-in items** - Several built-in support items, such as buttons, checkboxes, drop-down buttons, split buttons, combo boxes, and color pickers that can be customized and used to execute specific actions.
40
- - **Modes** - Offers the classic mode that organizes items and groups in a traditional form, and simplified mode that organizes items and groups into a single row for improved usability and reduced clutter.
41
- - **Tooltip** - Provide additional information when a user hovers over a ribbon item, improving user experience and increasing the usability of the application.
42
- - **File menu** - A built-in menu that to add file related actions easily.
43
- - **Templates** - Customize ribbon items and the help pane content using templates.
44
-
45
-