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

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 +53 -0
  7. package/esm2020/src/ribbon/ribbon.component.mjs +134 -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 +502 -0
  12. package/fesm2015/syncfusion-ej2-angular-ribbon.mjs.map +1 -0
  13. package/fesm2020/syncfusion-ej2-angular-ribbon.mjs +502 -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 +275 -0
  27. package/styles/ribbon/_bootstrap-definition.scss +275 -0
  28. package/styles/ribbon/_bootstrap4-definition.scss +275 -0
  29. package/styles/ribbon/_bootstrap5-dark-definition.scss +1 -0
  30. package/styles/ribbon/_bootstrap5-definition.scss +275 -0
  31. package/styles/ribbon/_fabric-dark-definition.scss +275 -0
  32. package/styles/ribbon/_fabric-definition.scss +275 -0
  33. package/styles/ribbon/_fluent-dark-definition.scss +1 -0
  34. package/styles/ribbon/_fluent-definition.scss +275 -0
  35. package/styles/ribbon/_fusionnew-definition.scss +275 -0
  36. package/styles/ribbon/_highcontrast-definition.scss +275 -0
  37. package/styles/ribbon/_highcontrast-light-definition.scss +275 -0
  38. package/styles/ribbon/_layout.scss +1402 -0
  39. package/styles/ribbon/_material-dark-definition.scss +275 -0
  40. package/styles/ribbon/_material-definition.scss +275 -0
  41. package/styles/ribbon/_material3-dark-definition.scss +1 -0
  42. package/styles/ribbon/_material3-definition.scss +276 -0
  43. package/styles/ribbon/_tailwind-dark-definition.scss +1 -0
  44. package/styles/ribbon/_tailwind-definition.scss +275 -0
  45. package/styles/ribbon/_theme.scss +486 -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 -584
  82. package/@syncfusion/ej2-angular-ribbon.es5.js.map +0 -1
  83. package/@syncfusion/ej2-angular-ribbon.js +0 -544
  84. package/@syncfusion/ej2-angular-ribbon.js.map +0 -1
  85. package/CHANGELOG.md +0 -21
  86. package/dist/ej2-angular-ribbon.umd.js +0 -758
  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
@@ -0,0 +1 @@
1
+ {"version":3,"file":"syncfusion-ej2-angular-ribbon.mjs","sources":["../../src/ribbon/items.directive.ts","../../src/ribbon/collections.directive.ts","../../src/ribbon/groups.directive.ts","../../src/ribbon/tabs.directive.ts","../../src/ribbon/ribbon.component.ts","../../src/ribbon/ribbon.module.ts","../../src/ribbon/ribbon-all.module.ts","../../public_api.ts","../../syncfusion-ej2-angular-ribbon.ts"],"sourcesContent":["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 input: string[] = ['activeSize', 'allowedSizes', 'buttonSettings', 'checkBoxSettings', 'colorPickerSettings', 'comboBoxSettings', 'cssClass', 'disabled', 'displayOptions', 'dropDownSettings', 'groupButtonSettings', 'id', 'itemTemplate', 'ribbonTooltipSettings', 'splitButtonSettings', 'type'];\nlet 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 */\n@Directive({\n selector: 'e-ribbon-item',\n inputs: input,\n outputs: outputs, \n queries: {\n\n }\n})\nexport class RibbonItemDirective extends ComplexBase<RibbonItemDirective> {\n public directivePropList: any;\n\t\n\n\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 */\n public type: any;\n /** \n * Defines the active size of the ribbon item.\n * @default 'Medium'\n * @aspnumberenum \n */\n public activeSize: any;\n /** \n * Defines the sizes that are allowed for the ribbon item on ribbon resize.\n * @default null\n * @aspnumberenum \n */\n public allowedSizes: any;\n /** \n * Defines the settings for the ribbon button.\n * @default {}\n */\n public buttonSettings: any;\n /** \n * Defines the settings for the ribbon checkbox.\n * @default {}\n */\n public checkBoxSettings: any;\n /** \n * Defines the settings for the ribbon color picker.\n * @default {}\n */\n public colorPickerSettings: any;\n /** \n * Defines the settings for the ribbon combobox.\n * @default {}\n */\n public comboBoxSettings: any;\n /** \n * Defines one or more CSS classes to customize the appearance of item.\n * @default ''\n */\n public cssClass: any;\n /** \n * Defines whether the item is disabled or not.\n * @default false\n */\n public disabled: any;\n /** \n * Defines the display options for the ribbon item.\n * @default 'Auto'\n * @aspnumberenum \n */\n public displayOptions: any;\n /** \n * Defines the settings for the ribbon dropdown button.\n * @default {}\n */\n public dropDownSettings: any;\n /** \n * Defines the properties for group button in Ribbon\n * @default {}\n */\n public groupButtonSettings: any;\n /** \n * Defines a unique identifier for the item.\n * @default ''\n */\n public id: any;\n /** \n * Defines the settings for the tooltip of the item.\n * @default {}\n */\n public ribbonTooltipSettings: any;\n /** \n * Defines the settings for the ribbon split button.\n * @default {}\n */\n public 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 * @angulartype string | object | HTMLElement\n * @reacttype string | function | JSX.Element | HTMLElement\n * @vuetype string | function | HTMLElement\n * @asptype string\n */\n @ContentChild('itemTemplate')\n @Template()\n public itemTemplate: any;\n\n constructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\n}\n\n/**\n * RibbonItem Array Directive\n * @private\n */\n@Directive({\n selector: 'e-ribbon-items',\n queries: {\n children: new ContentChildren(RibbonItemDirective)\n },\n})\nexport class RibbonItemsDirective extends ArrayBase<RibbonItemsDirective> {\n constructor() {\n super('items');\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 input: string[] = ['cssClass', 'id', 'items'];\nlet 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 */\n@Directive({\n selector: 'e-ribbon-collection',\n inputs: input,\n outputs: outputs, \n queries: {\n childItems: new ContentChild(RibbonItemsDirective)\n }\n})\nexport class RibbonCollectionDirective extends ComplexBase<RibbonCollectionDirective> {\n public directivePropList: any;\n\t\n public childItems: any;\n public tags: string[] = ['items'];\n /** \n * Defines one or more CSS classes to customize the appearance of collection.\n * @default ''\n */\n public cssClass: any;\n /** \n * Defines a unique identifier for the collection.\n * @default ''\n */\n public id: any;\n /** \n * Defines the list of ribbon items.\n * @default []\n * @asptype List<RibbonItem>\n */\n public items: any;\n\n constructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\n}\n\n/**\n * RibbonCollection Array Directive\n * @private\n */\n@Directive({\n selector: 'e-ribbon-collections',\n queries: {\n children: new ContentChildren(RibbonCollectionDirective)\n },\n})\nexport class RibbonCollectionsDirective extends ArrayBase<RibbonCollectionsDirective> {\n constructor() {\n super('collections');\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 input: string[] = ['collections', 'cssClass', 'enableGroupOverflow', 'groupIconCss', 'header', 'id', 'isCollapsed', 'isCollapsible', 'orientation', 'priority', 'showLauncherIcon'];\nlet 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 */\n@Directive({\n selector: 'e-ribbon-group',\n inputs: input,\n outputs: outputs, \n queries: {\n childCollections: new ContentChild(RibbonCollectionsDirective)\n }\n})\nexport class RibbonGroupDirective extends ComplexBase<RibbonGroupDirective> {\n public directivePropList: any;\n\t\n public childCollections: any;\n public tags: string[] = ['collections'];\n /** \n * Defines the list of ribbon collections.\n * @default []\n * @asptype List<RibbonCollection>\n */\n public collections: any;\n /** \n * Defines one or more CSS classes to customize the appearance of group.\n * @default ''\n */\n public 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 */\n public 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 */\n public groupIconCss: any;\n /** \n * Defines the content of group header.\n * @default ''\n */\n public header: any;\n /** \n * Defines a unique identifier for the group.\n * @default ''\n */\n public id: any;\n /** \n * Defines whether the group is in collapsed state or not during classic mode.\n * @default false\n */\n public isCollapsed: any;\n /** \n * Defines whether the group can be collapsed on resize during classic mode.\n * @default true\n */\n public 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 */\n public 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 */\n public priority: any;\n /** \n * Defines whether to show or hide the launcher icon for the group.\n * @default false\n */\n public showLauncherIcon: any;\n\n constructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\n}\n\n/**\n * RibbonGroup Array Directive\n * @private\n */\n@Directive({\n selector: 'e-ribbon-groups',\n queries: {\n children: new ContentChildren(RibbonGroupDirective)\n },\n})\nexport class RibbonGroupsDirective extends ArrayBase<RibbonGroupsDirective> {\n constructor() {\n super('groups');\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 input: string[] = ['cssClass', 'groups', 'header', 'id'];\nlet 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 */\n@Directive({\n selector: 'e-ribbon-tab',\n inputs: input,\n outputs: outputs, \n queries: {\n childGroups: new ContentChild(RibbonGroupsDirective)\n }\n})\nexport class RibbonTabDirective extends ComplexBase<RibbonTabDirective> {\n public directivePropList: any;\n\t\n public childGroups: any;\n public tags: string[] = ['groups'];\n /** \n * Defines one or more CSS classes to customize the appearance of tab.\n * @default ''\n */\n public cssClass: any;\n /** \n * Defines the list of ribbon groups.\n * @default []\n * @asptype List<RibbonGroup>\n */\n public groups: any;\n /** \n * Defines the content of tab header.\n * @default ''\n */\n public header: any;\n /** \n * Defines a unique identifier for the tab.\n * @default ''\n */\n public id: any;\n\n constructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\n}\n\n/**\n * RibbonTab Array Directive\n * @private\n */\n@Directive({\n selector: 'e-ribbon-tabs',\n queries: {\n children: new ContentChildren(RibbonTabDirective)\n },\n})\nexport class RibbonTabsDirective extends ArrayBase<RibbonTabsDirective> {\n constructor() {\n super('tabs');\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 inputs: string[] = ['activeLayout','backStageMenu','cssClass','enablePersistence','enableRtl','fileMenu','helpPaneTemplate','hideLayoutSwitcher','isMinimized','launcherIconCss','locale','selectedTab','tabAnimation','tabs','width'];\nexport const outputs: string[] = ['created','launcherIconClick','ribbonCollapsing','ribbonExpanding','tabSelected','tabSelecting'];\nexport const twoWays: string[] = [''];\n\n/**\n * Represents the Essential JS 2 Angular Ribbon Component.\n * ```html\n * <ejs-ribbon></ejs-ribbon>\n * ```\n */\n@Component({\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@ComponentMixins([ComponentBase])\nexport class RibbonComponent extends Ribbon implements IComponentBase {\n public containerContext : any;\n public tagObjects: any;\n\tcreated: any;\n\tlauncherIconClick: any;\n\tribbonCollapsing: any;\n\tribbonExpanding: any;\n\ttabSelected: any;\n\tpublic tabSelecting: any;\n public childTabs: QueryList<RibbonTabsDirective>;\n public 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 * @angulartype string | object | HTMLElement\n * @reacttype string | function | JSX.Element | HTMLElement\n * @vuetype string | function | HTMLElement\n * @asptype string\n */\n @ContentChild('helpPaneTemplate')\n @Template()\n public helpPaneTemplate: any;\n\n constructor(private ngEle: ElementRef, private srenderer: Renderer2, private viewContainerRef:ViewContainerRef, private 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\r try {\n let mod = this.injector.get('RibbonRibbonDropDown');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('RibbonRibbonSplitButton');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('RibbonRibbonCheckBox');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('RibbonRibbonColorPicker');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('RibbonRibbonComboBox');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('RibbonRibbonGroupButton');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('RibbonRibbonFileMenu');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('RibbonRibbonBackstage');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r\n this.registerEvents(outputs);\n this.addTwoWay.call(this, twoWays);\n setValue('currentInstance', this, this.viewContainerRef);\n this.containerContext = new ComponentBase();\n }\n\n public ngOnInit() {\n this.containerContext.ngOnInit(this);\n }\n\n public ngAfterViewInit(): void {\n this.containerContext.ngAfterViewInit(this);\n }\n\n public ngOnDestroy(): void {\n this.containerContext.ngOnDestroy(this);\n }\n\n public ngAfterContentChecked(): void {\n this.tagObjects[0].instance = this.childTabs;\n this.containerContext.ngAfterContentChecked(this);\n }\n\n public registerEvents: (eventList: string[]) => void;\n public addTwoWay: (propList: string[]) => void;\n}\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/**\n * NgModule definition for the Ribbon component.\n */\n@NgModule({\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})\nexport class RibbonModule { }","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, RibbonGroupButton, RibbonFileMenu, RibbonBackstage} from '@syncfusion/ej2-ribbon'\n\n\nexport const RibbonButtonService: ValueProvider = { provide: 'RibbonRibbonButton', useValue: RibbonButton};\nexport const RibbonDropDownService: ValueProvider = { provide: 'RibbonRibbonDropDown', useValue: RibbonDropDown};\nexport const RibbonSplitButtonService: ValueProvider = { provide: 'RibbonRibbonSplitButton', useValue: RibbonSplitButton};\nexport const RibbonCheckBoxService: ValueProvider = { provide: 'RibbonRibbonCheckBox', useValue: RibbonCheckBox};\nexport const RibbonColorPickerService: ValueProvider = { provide: 'RibbonRibbonColorPicker', useValue: RibbonColorPicker};\nexport const RibbonComboBoxService: ValueProvider = { provide: 'RibbonRibbonComboBox', useValue: RibbonComboBox};\nexport const RibbonGroupButtonService: ValueProvider = { provide: 'RibbonRibbonGroupButton', useValue: RibbonGroupButton};\nexport const RibbonFileMenuService: ValueProvider = { provide: 'RibbonRibbonFileMenu', useValue: RibbonFileMenu};\nexport const RibbonBackstageService: ValueProvider = { provide: 'RibbonRibbonBackstage', useValue: RibbonBackstage};\n\n/**\n * NgModule definition for the Ribbon component with providers.\n */\n@NgModule({\n imports: [CommonModule, RibbonModule],\n exports: [\n RibbonModule\n ],\n providers:[\n RibbonButtonService,\n RibbonDropDownService,\n RibbonSplitButtonService,\n RibbonCheckBoxService,\n RibbonColorPickerService,\n RibbonComboBoxService,\n RibbonGroupButtonService,\n RibbonFileMenuService,\n RibbonBackstageService\n ]\n})\nexport class RibbonAllModule { }","// Mapping root file for package generation\nexport * from './src/index';","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public_api';\n"],"names":["input","outputs"],"mappings":"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"}
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "_from": "@syncfusion/ej2-angular-ribbon@*",
3
3
  "_id": "@syncfusion/ej2-angular-ribbon@21.22.0",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-nj45eMBnFP4JH152rVuFbkGnl0ChZ74HdPABN1hBW7RgJVyBvC8l1F3QuBWdLiSe85Y/r/SmPmmlRRd2xXWj+A==",
5
+ "_integrity": "sha512-cPOY3V0Qq1YNWhCeEik4OlJMDiU/8VJvmkGW99Klr0DZiViiC+jDds/uM4/kCj7Pp8ISmQ4xJ/JFsi0RkaXuFg==",
6
6
  "_location": "/@syncfusion/ej2-angular-ribbon",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,10 +19,10 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "https://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-angular-ribbon/-/ej2-angular-ribbon-21.22.0.tgz",
23
- "_shasum": "7cc634a73f4bd5343ab31eac3728cde4de958b47",
22
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-angular-release/@syncfusion/ej2-angular-ribbon/-/ej2-angular-ribbon-21.22.0.tgz",
23
+ "_shasum": "fa0bfa2492174ae9b67e055ca4179da0ef20e53a",
24
24
  "_spec": "@syncfusion/ej2-angular-ribbon@*",
25
- "_where": "/jenkins/workspace/elease-automation_release_23.1.1/packages/included",
25
+ "_where": "/jenkins/workspace/elease-automation_release_23.1.1/ivypackages/included",
26
26
  "author": {
27
27
  "name": "Syncfusion Inc."
28
28
  },
@@ -33,12 +33,28 @@
33
33
  "dependencies": {
34
34
  "@syncfusion/ej2-angular-base": "~23.1.36",
35
35
  "@syncfusion/ej2-base": "~23.1.36",
36
- "@syncfusion/ej2-ribbon": "23.1.36"
36
+ "@syncfusion/ej2-ribbon": "23.1.36",
37
+ "tslib": "^2.3.0"
37
38
  },
38
39
  "deprecated": false,
39
40
  "description": "Essential JS 2 Component for Angular",
40
- "devDependencies": {},
41
- "es2015": "@syncfusion/ej2-angular-ribbon.js",
41
+ "es2020": "fesm2020/syncfusion-ej2-angular-ribbon.mjs",
42
+ "esm2020": "esm2020/syncfusion-ej2-angular-ribbon.mjs",
43
+ "exports": {
44
+ "./package.json": {
45
+ "default": "./package.json"
46
+ },
47
+ ".": {
48
+ "types": "./syncfusion-ej2-angular-ribbon.d.ts",
49
+ "esm2020": "./esm2020/syncfusion-ej2-angular-ribbon.mjs",
50
+ "es2020": "./fesm2020/syncfusion-ej2-angular-ribbon.mjs",
51
+ "es2015": "./fesm2015/syncfusion-ej2-angular-ribbon.mjs",
52
+ "node": "./fesm2015/syncfusion-ej2-angular-ribbon.mjs",
53
+ "default": "./fesm2020/syncfusion-ej2-angular-ribbon.mjs"
54
+ }
55
+ },
56
+ "fesm2015": "fesm2015/syncfusion-ej2-angular-ribbon.mjs",
57
+ "fesm2020": "fesm2020/syncfusion-ej2-angular-ribbon.mjs",
42
58
  "homepage": "https://www.syncfusion.com/angular-components",
43
59
  "keywords": [
44
60
  "angular",
@@ -47,9 +63,7 @@
47
63
  "ng-ribbon"
48
64
  ],
49
65
  "license": "SEE LICENSE IN license",
50
- "main": "dist/ej2-angular-ribbon.umd.js",
51
- "metadata": "ej2-angular-ribbon.metadata.json",
52
- "module": "@syncfusion/ej2-angular-ribbon.es5.js",
66
+ "module": "fesm2015/syncfusion-ej2-angular-ribbon.mjs",
53
67
  "name": "@syncfusion/ej2-angular-ribbon",
54
68
  "repository": {
55
69
  "type": "git",
@@ -57,6 +71,6 @@
57
71
  },
58
72
  "schematics": "./schematics/collection.json",
59
73
  "sideEffects": false,
60
- "typings": "ej2-angular-ribbon.d.ts",
61
- "version": "23.1.36-ngcc"
74
+ "typings": "syncfusion-ej2-angular-ribbon.d.ts",
75
+ "version": "23.1.36"
62
76
  }
@@ -1,5 +1,6 @@
1
1
  import { ViewContainerRef } from '@angular/core';
2
2
  import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
+ import * as i0 from "@angular/core";
3
4
  /**
4
5
  * `e-ribbon-collection` directive represent a collection in the Angular Ribbon.
5
6
  * ```html
@@ -42,6 +43,8 @@ export declare class RibbonCollectionDirective extends ComplexBase<RibbonCollect
42
43
  */
43
44
  items: any;
44
45
  constructor(viewContainerRef: ViewContainerRef);
46
+ static ɵfac: i0.ɵɵFactoryDeclaration<RibbonCollectionDirective, never>;
47
+ static ɵdir: i0.ɵɵDirectiveDeclaration<RibbonCollectionDirective, "e-ribbon-collection", never, { "cssClass": "cssClass"; "id": "id"; "items": "items"; }, {}, ["childItems"]>;
45
48
  }
46
49
  /**
47
50
  * RibbonCollection Array Directive
@@ -49,4 +52,6 @@ export declare class RibbonCollectionDirective extends ComplexBase<RibbonCollect
49
52
  */
50
53
  export declare class RibbonCollectionsDirective extends ArrayBase<RibbonCollectionsDirective> {
51
54
  constructor();
55
+ static ɵfac: i0.ɵɵFactoryDeclaration<RibbonCollectionsDirective, never>;
56
+ static ɵdir: i0.ɵɵDirectiveDeclaration<RibbonCollectionsDirective, "e-ribbon-collections", never, {}, {}, ["children"]>;
52
57
  }
@@ -1,5 +1,6 @@
1
1
  import { ViewContainerRef } from '@angular/core';
2
2
  import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
+ import * as i0 from "@angular/core";
3
4
  /**
4
5
  * `e-ribbon-group` directive represent a group in the Angular Ribbon.
5
6
  * ```html
@@ -83,6 +84,8 @@ export declare class RibbonGroupDirective extends ComplexBase<RibbonGroupDirecti
83
84
  */
84
85
  showLauncherIcon: any;
85
86
  constructor(viewContainerRef: ViewContainerRef);
87
+ static ɵfac: i0.ɵɵFactoryDeclaration<RibbonGroupDirective, never>;
88
+ static ɵdir: i0.ɵɵDirectiveDeclaration<RibbonGroupDirective, "e-ribbon-group", never, { "collections": "collections"; "cssClass": "cssClass"; "enableGroupOverflow": "enableGroupOverflow"; "groupIconCss": "groupIconCss"; "header": "header"; "id": "id"; "isCollapsed": "isCollapsed"; "isCollapsible": "isCollapsible"; "orientation": "orientation"; "priority": "priority"; "showLauncherIcon": "showLauncherIcon"; }, {}, ["childCollections"]>;
86
89
  }
87
90
  /**
88
91
  * RibbonGroup Array Directive
@@ -90,4 +93,6 @@ export declare class RibbonGroupDirective extends ComplexBase<RibbonGroupDirecti
90
93
  */
91
94
  export declare class RibbonGroupsDirective extends ArrayBase<RibbonGroupsDirective> {
92
95
  constructor();
96
+ static ɵfac: i0.ɵɵFactoryDeclaration<RibbonGroupsDirective, never>;
97
+ static ɵdir: i0.ɵɵDirectiveDeclaration<RibbonGroupsDirective, "e-ribbon-groups", never, {}, {}, ["children"]>;
93
98
  }
@@ -1,5 +1,6 @@
1
1
  import { ViewContainerRef } from '@angular/core';
2
2
  import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
+ import * as i0 from "@angular/core";
3
4
  /**
4
5
  * `e-ribbon-item` directive represent a item in the Angular Ribbon.
5
6
  * ```html
@@ -118,6 +119,8 @@ export declare class RibbonItemDirective extends ComplexBase<RibbonItemDirective
118
119
  */
119
120
  itemTemplate: any;
120
121
  constructor(viewContainerRef: ViewContainerRef);
122
+ static ɵfac: i0.ɵɵFactoryDeclaration<RibbonItemDirective, never>;
123
+ static ɵdir: i0.ɵɵDirectiveDeclaration<RibbonItemDirective, "e-ribbon-item", never, { "activeSize": "activeSize"; "allowedSizes": "allowedSizes"; "buttonSettings": "buttonSettings"; "checkBoxSettings": "checkBoxSettings"; "colorPickerSettings": "colorPickerSettings"; "comboBoxSettings": "comboBoxSettings"; "cssClass": "cssClass"; "disabled": "disabled"; "displayOptions": "displayOptions"; "dropDownSettings": "dropDownSettings"; "groupButtonSettings": "groupButtonSettings"; "id": "id"; "itemTemplate": "itemTemplate"; "ribbonTooltipSettings": "ribbonTooltipSettings"; "splitButtonSettings": "splitButtonSettings"; "type": "type"; }, {}, ["itemTemplate"]>;
121
124
  }
122
125
  /**
123
126
  * RibbonItem Array Directive
@@ -125,4 +128,6 @@ export declare class RibbonItemDirective extends ComplexBase<RibbonItemDirective
125
128
  */
126
129
  export declare class RibbonItemsDirective extends ArrayBase<RibbonItemsDirective> {
127
130
  constructor();
131
+ static ɵfac: i0.ɵɵFactoryDeclaration<RibbonItemsDirective, never>;
132
+ static ɵdir: i0.ɵɵDirectiveDeclaration<RibbonItemsDirective, "e-ribbon-items", never, {}, {}, ["children"]>;
128
133
  }
@@ -1,4 +1,7 @@
1
1
  import { ValueProvider } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ import * as i1 from "@angular/common";
4
+ import * as i2 from "./ribbon.module";
2
5
  export declare const RibbonButtonService: ValueProvider;
3
6
  export declare const RibbonDropDownService: ValueProvider;
4
7
  export declare const RibbonSplitButtonService: ValueProvider;
@@ -12,4 +15,7 @@ export declare const RibbonBackstageService: ValueProvider;
12
15
  * NgModule definition for the Ribbon component with providers.
13
16
  */
14
17
  export declare class RibbonAllModule {
18
+ static ɵfac: i0.ɵɵFactoryDeclaration<RibbonAllModule, never>;
19
+ static ɵmod: i0.ɵɵNgModuleDeclaration<RibbonAllModule, never, [typeof i1.CommonModule, typeof i2.RibbonModule], [typeof i2.RibbonModule]>;
20
+ static ɵinj: i0.ɵɵInjectorDeclaration<RibbonAllModule>;
15
21
  }
@@ -2,6 +2,7 @@ import { ElementRef, ViewContainerRef, Renderer2, Injector, QueryList } from '@a
2
2
  import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
3
  import { Ribbon } from '@syncfusion/ej2-ribbon';
4
4
  import { RibbonTabsDirective } from './tabs.directive';
5
+ import * as i0 from "@angular/core";
5
6
  export declare const inputs: string[];
6
7
  export declare const outputs: string[];
7
8
  export declare const twoWays: string[];
@@ -43,4 +44,6 @@ export declare class RibbonComponent extends Ribbon implements IComponentBase {
43
44
  ngAfterContentChecked(): void;
44
45
  registerEvents: (eventList: string[]) => void;
45
46
  addTwoWay: (propList: string[]) => void;
47
+ static ɵfac: i0.ɵɵFactoryDeclaration<RibbonComponent, never>;
48
+ static ɵcmp: i0.ɵɵComponentDeclaration<RibbonComponent, "ejs-ribbon", never, { "activeLayout": "activeLayout"; "backStageMenu": "backStageMenu"; "cssClass": "cssClass"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "fileMenu": "fileMenu"; "helpPaneTemplate": "helpPaneTemplate"; "hideLayoutSwitcher": "hideLayoutSwitcher"; "isMinimized": "isMinimized"; "launcherIconCss": "launcherIconCss"; "locale": "locale"; "selectedTab": "selectedTab"; "tabAnimation": "tabAnimation"; "tabs": "tabs"; "width": "width"; }, { "created": "created"; "launcherIconClick": "launcherIconClick"; "ribbonCollapsing": "ribbonCollapsing"; "ribbonExpanding": "ribbonExpanding"; "tabSelected": "tabSelected"; "tabSelecting": "tabSelecting"; }, ["helpPaneTemplate", "childTabs"], ["div"]>;
46
49
  }
@@ -1,5 +1,15 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./ribbon.component";
3
+ import * as i2 from "./items.directive";
4
+ import * as i3 from "./collections.directive";
5
+ import * as i4 from "./groups.directive";
6
+ import * as i5 from "./tabs.directive";
7
+ import * as i6 from "@angular/common";
1
8
  /**
2
9
  * NgModule definition for the Ribbon component.
3
10
  */
4
11
  export declare class RibbonModule {
12
+ static ɵfac: i0.ɵɵFactoryDeclaration<RibbonModule, never>;
13
+ static ɵmod: i0.ɵɵNgModuleDeclaration<RibbonModule, [typeof i1.RibbonComponent, typeof i2.RibbonItemDirective, typeof i2.RibbonItemsDirective, typeof i3.RibbonCollectionDirective, typeof i3.RibbonCollectionsDirective, typeof i4.RibbonGroupDirective, typeof i4.RibbonGroupsDirective, typeof i5.RibbonTabDirective, typeof i5.RibbonTabsDirective], [typeof i6.CommonModule], [typeof i1.RibbonComponent, typeof i2.RibbonItemDirective, typeof i2.RibbonItemsDirective, typeof i3.RibbonCollectionDirective, typeof i3.RibbonCollectionsDirective, typeof i4.RibbonGroupDirective, typeof i4.RibbonGroupsDirective, typeof i5.RibbonTabDirective, typeof i5.RibbonTabsDirective]>;
14
+ static ɵinj: i0.ɵɵInjectorDeclaration<RibbonModule>;
5
15
  }
@@ -1,5 +1,6 @@
1
1
  import { ViewContainerRef } from '@angular/core';
2
2
  import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
+ import * as i0 from "@angular/core";
3
4
  /**
4
5
  * `e-ribbon-tab` directive represent a tab of the Angular Ribbon.
5
6
  * It must be contained in a Ribbon component(`ejs-ribbon`).
@@ -39,6 +40,8 @@ export declare class RibbonTabDirective extends ComplexBase<RibbonTabDirective>
39
40
  */
40
41
  id: any;
41
42
  constructor(viewContainerRef: ViewContainerRef);
43
+ static ɵfac: i0.ɵɵFactoryDeclaration<RibbonTabDirective, never>;
44
+ static ɵdir: i0.ɵɵDirectiveDeclaration<RibbonTabDirective, "e-ribbon-tab", never, { "cssClass": "cssClass"; "groups": "groups"; "header": "header"; "id": "id"; }, {}, ["childGroups"]>;
42
45
  }
43
46
  /**
44
47
  * RibbonTab Array Directive
@@ -46,4 +49,6 @@ export declare class RibbonTabDirective extends ComplexBase<RibbonTabDirective>
46
49
  */
47
50
  export declare class RibbonTabsDirective extends ArrayBase<RibbonTabsDirective> {
48
51
  constructor();
52
+ static ɵfac: i0.ɵɵFactoryDeclaration<RibbonTabsDirective, never>;
53
+ static ɵdir: i0.ɵɵDirectiveDeclaration<RibbonTabsDirective, "e-ribbon-tabs", never, {}, {}, ["children"]>;
49
54
  }
@@ -1,2 +1,3 @@
1
1
 
2
+
2
3
  @import 'ribbon/material3-dark.scss';
@@ -1,2 +1,3 @@
1
1
 
2
+
2
3
  @import 'ribbon/material3.scss';
@@ -0,0 +1,2 @@
1
+ @import 'layout.scss';
2
+ @import 'theme.scss';
@@ -0,0 +1,275 @@
1
+ $ribbon-border: none !default;
2
+ $ribbon-file-menu-border: none !default;
3
+ $ribbon-file-menu-border-width: unset !default;
4
+ $ribbon-file-menu-weight: 400 !default;
5
+ $ribbon-file-menu-size: 14px !default;
6
+ $ribbon-file-menu-padding: 12px 15px 14px !default;
7
+ $ribbon-file-menu-height: 22px !default;
8
+ $ribbon-file-menu-border-radius: unset !default;
9
+ $ribbon-help-template-padding: 16px !default;
10
+ $ribbon-help-template-height: 48px !default;
11
+ $ribbon-help-template-border: none !default;
12
+ $ribbon-toolbar-items-height: 48px !default;
13
+ $ribbon-horizontal-nav-height: 48px !default;
14
+ $ribbon-group-header-padding: 8px 11px 3px 11px !default;
15
+ $ribbon-group-header-height: 15px !default;
16
+ $ribbon-group-header-font-size: 10px !default;
17
+ $ribbon-group-overflow-padding: 2px 8px !default;
18
+ $ribbon-group-content-padding: 0 8px !default;
19
+ $ribbon-group-content-height: 108px !default;
20
+ $ribbon-group-overflow-height: 108px !default;
21
+ $ribbon-group-header-margin: 16px !default;
22
+ $ribbon-group-content-margin: 16px !default;
23
+ $ribbon-group-padding: 6px !default;
24
+ $ribbon-group-height: 140px !default;
25
+ $ribbon-simplified-group-padding: 2px !default;
26
+ $ribbon-simplified-group-content-padding: 0 4px 0 !default;
27
+ $ribbon-simplified-group-content-height: 40px !default;
28
+ $ribbon-collapse-btn-padding: 2px !default;
29
+ $ribbon-collapse-btn-height: 12px !default;
30
+ $ribbon-collapse-btn-font-weight: 400 !default;
31
+ $ribbon-collapsible-content-width: 20px !default;
32
+ $ribbon-overflow-btn-content-width: 40px !default;
33
+ $ribbon-overflow-btn-font-weight: 400 !default;
34
+ $ribbon-overflow-btn-icon-padding: 8px !default;
35
+ $ribbon-overflow-btn-padding: 0 !default;
36
+ $ribbon-overflow-btn-margin: 0 !default;
37
+ $ribbon-overflow-collapse-btn-right: 25px !default;
38
+ $ribbon-overflow-item-padding: 0 !default;
39
+ $ribbon-overflow-wrapper-item-margin: 2px 8px !default;
40
+ $ribbon-overflow-item-btn-height: 22px !default;
41
+ $ribbon-overflow-item-btn-margin: 0 6px 0 0 !default;
42
+ $ribbon-overflow-btn-height: 32px !default;
43
+ $ribbon-rtl-overflow-item-btn-margin: 0 0 0 6px !default;
44
+ $ribbon-overflow-btn-border-radius: 2px !default;
45
+ $ribbon-overflow-header-height: 22px !default;
46
+ $ribbon-overflow-header-padding: 2px 8px !default;
47
+ $ribbon-overflow-header-weight: 400 !default;
48
+ $ribbon-overflow-dropdown-btn-padding: 0 13px !default;
49
+ $ribbon-overall-overflow-btn-position: 4px !default;
50
+ $ribbon-dropdown-btn-padding: 0 13px !default;
51
+ $ribbon-dropdown-caret-btn-size: 16px !default;
52
+ $ribbon-dropdown-caret-btn-height: 16px !default;
53
+ $ribbon-dropdown-caret-btn-padding: 2px 4px !default;
54
+ $ribbon-items-padding: 2px !default;
55
+ $ribbon-large-items-btn-padding: 0 3px !default;
56
+ $ribbon-large-items-btn-height: 18px !default;
57
+ $ribbon-large-items-icon-size: 32px !default;
58
+ $ribbon-large-items-max-width: 10ch !default;
59
+ $ribbon-large-items-icon-padding: 8px 6px 6px !default;
60
+ $ribbon-items-border: none !default;
61
+ $ribbon-items-border-radius: 2px !default;
62
+ $ribbon-items-font-weight: 400 !default;
63
+ $ribbon-items-btn-size: 12px !default;
64
+ $ribbon-items-btn-padding: 0 !default;
65
+ $ribbon-items-margin: 8px !default;
66
+ $ribbon-items-height: 18px !default;
67
+ $ribbon-items-checkbox-size: 12px !default;
68
+ $ribbon-items-checkbox-padding: 0 8px !default;
69
+ $ribbon-input-group-height: 32px !default;
70
+ $ribbon-input-padding: 5px 0 5px 8px !default;
71
+ $ribbon-input-size: 14px !default;
72
+ $ribbon-input-height: 22px !default;
73
+ $ribbon-input-weight: 400 !default;
74
+ $ribbon-input-icon-size: 16px !default;
75
+ $ribbon-input-icon-height: 16px !default;
76
+ $ribbon-input-icon-padding: 8px 4px 8px 2px !default;
77
+ $ribbon-input-icon-weight: 400 !default;
78
+ $ribbon-input-group-border-radius: 2px !default;
79
+ $ribbon-input-group-margin: 4px !default;
80
+ $ribbon-tab-border: none !default;
81
+ $ribbon-tab-text-size: 14px !default;
82
+ $ribbon-tab-text-padding: 12px 15px 14px !default;
83
+ $ribbon-tab-text-height: 22px !default;
84
+ $ribbon-tab-text-weight: 400 !default;
85
+ $ribbon-nav-arrow-size: 16px !default;
86
+ $ribbon-nav-arrow-height: 16px !default;
87
+ $ribbon-hscroll-padding: 0 !default;
88
+ $ribbon-hscroll-nav-arrow-padding: 0 4px !default;
89
+ $ribbon-hscroll-nav-arrow-weight: 400 !default;
90
+ $ribbon-hscroll-nav-border-width: 1px !default;
91
+ $ribbon-hscroll-nav-border-radius: 2px !default;
92
+ $ribbon-menu-border: 1px solid !default;
93
+ $ribbon-menu-border-radius: 4px !default;
94
+ $ribbon-menu-blank-icon-padding: 37px !default;
95
+ $ribbon-launcher-icon-margin: 0 8px 3px 0 !default;
96
+ $ribbon-rtl-launcher-icon-margin: 0 0 3px 8px !default;
97
+ $ribbon-ddb-popup-font-size: 14px;
98
+ $ribbon-ddb-popup-height: 26px;
99
+ $ribbon-backstage-menu-hover-border: 2px !default;
100
+ $ribbon-backstage-menu-active-border: 0 !default;
101
+ $ribbon-backstage-menu-item-height: 48px !default;
102
+ $ribbon-backstage-menu-icon-font-size: 16px !default;
103
+ $ribbon-backstage-menu-icon-line-height: 16px !default;
104
+ $ribbon-backstage-menu-icon-padding: 16px !default;
105
+ $ribbon-backstage-menu-blank-icon-padding: 48px !default;
106
+ $ribbon-backstage-btn-focus-border: 2px !default;
107
+ $ribbon-backstage-btn-height: 48px !default;
108
+ $ribbon-backstage-btn-line-height: 48px !default;
109
+ $ribbon-backstage-btn-icon-font-size: 16px !default;
110
+ $ribbon-backstage-btn-icon-line-height: 16px !default;
111
+ $ribbon-backstage-btn-icon-padding: 16px !default;
112
+ $ribbon-backstage-btn-hover-border: 0 !default;
113
+ $ribbon-group-button-icon-margin: $ribbon-items-margin !default;
114
+ $ribbon-group-button-ddb-padding: 4px 8px !default;
115
+ $ribbon-group-button-icon-padding: 0 2px 0 0 !default;
116
+ $ribbon-group-button-ddb-border-radius: 2px !default;
117
+ $ribbon-group-button-padding: 0 8px 0 0 !default;
118
+ $ribbon-group-button-ddb-border: 1px solid !default;
119
+
120
+ $ribbon-bigger-content-height: 132px !default;
121
+ $ribbon-bigger-group-overflow-content-height: 132px !default;
122
+ $ribbon-bigger-group-height: 164px !default;
123
+ $ribbon-bigger-file-menu-height: 24px !default;
124
+ $ribbon-bigger-file-menu-padding: 13px 20px !default;
125
+ $ribbon-bigger-file-menu-size: 16px !default;
126
+ $ribbon-bigger-help-template-padding: 16px !default;
127
+ $ribbon-bigger-help-template-height: 50px !default;
128
+ $ribbon-bigger-toolbar-items-height: 50px !default;
129
+ $ribbon-bigger-horizontal-nav-height: 50px !default;
130
+ $ribbon-bigger-collapse-btn-padding: 4px !default;
131
+ $ribbon-bigger-collapse-btn-height: 16px !default;
132
+ $ribbon-bigger-collapse-btn-font-size: 16px !default;
133
+ $ribbon-bigger-collapsible-content-width: 24px !default;
134
+ $ribbon-bigger-overflow-btn-content-width: 40px !default;
135
+ $ribbon-bigger-overflow-btn-font-size: 20px !default;
136
+ $ribbon-bigger-overflow-btn-height: 20px !default;
137
+ $ribbon-bigger-overflow-btn-icon-padding: 10px !default;
138
+ $ribbon-bigger-overflow-collapse-btn-right: 28px !default;
139
+ $ribbon-bigger-overall-overflow-btn-height: 40px !default;
140
+ $ribbon-bigger-overall-overflow-btn-position: 6px !default;
141
+ $ribbon-bigger-overflow-wrapper-item-margin: 2px 10px !default;
142
+ $ribbon-bigger-group-header-padding: 0 11px 8px !default;
143
+ $ribbon-bigger-group-header-height: 18px !default;
144
+ $ribbon-bigger-group-header-font-size: 12px !default;
145
+ $ribbon-bigger-simplified-group-content-height: 52px !default;
146
+ $ribbon-bigger-tab-text-size: 16px !default;
147
+ $ribbon-bigger-tab-text-padding: 13px 20px !default;
148
+ $ribbon-bigger-tab-text-height: 24px !default;
149
+ $ribbon-bigger-large-items-icon-padding: 12px 9px 4px !default;
150
+ $ribbon-bigger-large-items-icon-size: 40px !default;
151
+ $ribbon-bigger-large-items-btn-padding: 0 6px !default;
152
+ $ribbon-bigger-large-items-btn-size: 14px !default;
153
+ $ribbon-bigger-large-items-btn-height: 22px !default;
154
+ $ribbon-bigger-items-padding: 2px !default;
155
+ $ribbon-bigger-items-btn-size: 14px !default;
156
+ $ribbon-bigger-items-height: 22px !default;
157
+ $ribbon-bigger-items-icon-height: 20px !default;
158
+ $ribbon-bigger-items-icon-size: 20px !default;
159
+ $ribbon-bigger-items-margin: 10px !default;
160
+ $ribbon-bigger-items-checkbox-size: 14px !default;
161
+ $ribbon-bigger-items-checkbox-padding: 0 10px !default;
162
+ $ribbon-bigger-input-group-height: 40px !default;
163
+ $ribbon-bigger-input-items-size: 14px !default;
164
+ $ribbon-bigger-input-items-height: 22px !default;
165
+ $ribbon-bigger-input-items-btn-size: 16px !default;
166
+ $ribbon-bigger-input-items-btn-height: 16px !default;
167
+ $ribbon-bigger-input-padding: 9px 0 9px 12px !default;
168
+ $ribbon-bigger-input-icon-padding: 12px 4px 12px 2px !default;
169
+ $ribbon-bigger-input-group-margin: 4px !default;
170
+ $ribbon-bigger-dropdown-btn-padding: 0 17px !default;
171
+ $ribbon-bigger-menu-blank-icon-padding: 41px !default;
172
+ $ribbon-bigger-dropdown-btn-size: 16px !default;
173
+ $ribbon-bigger-dropdown-btn-line-height: 16px !default;
174
+ $ribbon-bigger-dropdown-caret-btn-padding: 3px 5px !default;
175
+ $ribbon-bigger-dropdown-caret-btn-size: 16px !default;
176
+ $ribbon-bigger-dropdown-caret-btn-height: 16px !default;
177
+ $ribbon-bigger-caret-dropdown-btn-padding: 0 17px !default;
178
+ $ribbon-bigger-color-picker-height: 20px !default;
179
+ $ribbon-bigger-color-picker-width: 20px !default;
180
+ $ribbon-bigger-launcher-icon-margin: 0 8px 12px 0 !default;
181
+ $ribbon-bigger-rtl-launcher-icon-margin: 0 0 12px 8px !default;
182
+ $ribbon-bigger-ddb-popup-font-size: 14px;
183
+ $ribbon-bigger-ddb-popup-height: 32px;
184
+ $ribbon-bigger-backstage-menu-item-height: 52px !default;
185
+ $ribbon-bigger-backstage-menu-icon-font-size: 20px !default;
186
+ $ribbon-bigger-backstage-menu-icon-line-height: 20px !default;
187
+ $ribbon-bigger-backstage-menu-icon-padding: 18px 16px !default;
188
+ $ribbon-bigger-backstage-menu-blank-icon-padding: 52px !default;
189
+ $ribbon-bigger-backstage-btn-height: 52px !default;
190
+ $ribbon-bigger-backstage-btn-line-height: 52px !default;
191
+ $ribbon-bigger-backstage-btn-icon-font-size: 20px !default;
192
+ $ribbon-bigger-backstage-btn-icon-line-height: 20px !default;
193
+ $ribbon-bigger-backstage-btn-icon-padding: 18px 16px !default;
194
+ $ribbon-bigger-group-button-icon-padding: 0 !default;
195
+ $ribbon-bigger-group-button-icon-margin: $ribbon-bigger-items-margin !default;
196
+ $ribbon-bigger-group-button-ddb-padding: 8px 12px 12px !default;
197
+ $ribbon-bigger-group-button-padding: 0 10px 0 0 !default;
198
+
199
+ $ribbon-header-bg-color: $gray-darker !default;
200
+ $ribbon-border-color: unset !default;
201
+ $ribbon-group-seperator-color: $grey-99 !default;
202
+ $ribbon-group-border-color: $grey-99 !default;
203
+ $ribbon-input-group-border-color: $grey-99 !default;
204
+ $ribbon-input-group-background-color: $gray-base !default;
205
+ $ribbon-items-icon-color: $grey-dark-font !default;
206
+ $ribbon-items-background-color: $gray-darker !default;
207
+ $ribbon-items-hover-background-color: $gray !default;
208
+ $ribbon-items-focus-background-color: $gray !default;
209
+ $ribbon-items-hover-color: $grey-dark-font !default;
210
+ $ribbon-items-active-color: $grey-dark-font !default;
211
+ $ribbon-items-focus-color: $grey-dark-font !default;
212
+ $ribbon-items-active-background-color: $gray !default;
213
+ $ribbon-items-hover-border-color: unset !default;
214
+ $ribbon-items-focus-border-color: unset !default;
215
+ $ribbon-items-disabled-color: rgba($grey-dark-font, .3) !default;
216
+ $ribbon-collapse-btn-background: $gray-darker !default;
217
+ $ribbon-text-color: $grey-light-font !default;
218
+ $ribbon-tab-text-focus-color: $grey-dark-font !default;
219
+ $ribbon-tab-text-hover-color: lighten($brand-primary, 10%) !default;
220
+ $ribbon-active-tab-color: $brand-primary-lighten-10 !default;
221
+ $ribbon-active-tab-indicator-color: $brand-primary-lighten-10 !default;
222
+ $ribbon-active-file-menu-color: $brand-primary-font !default;
223
+ $ribbon-active-file-menu-background: $brand-primary-lighten-10 !default;
224
+ $ribbon-menu-border-color: $grey-44 !default;
225
+ $ribbon-menu-hover-background-color: $grey-f5 !default;
226
+ $ribbon-menu-items-color: $grey-light-font !default;
227
+ $ribbon-menu-items-icon-color: $grey-dark-font !default;
228
+ $ribbon-menu-background-color: $gray-dark !default;
229
+ $ribbon-menu-items-background-color: $gray-dark !default;
230
+ $ribbon-hscroll-border-color: $grey-99 !default;
231
+ $ribbon-hscroll-color: $grey-dark-font !default;
232
+ $ribbon-hscroll-background-color: $gray-darker !default;
233
+ $ribbon-hscroll-hover-border-color: $grey-99 !default;
234
+ $ribbon-hscroll-hover-background-color: $gray !default;
235
+ $ribbon-hscroll-hover-color: $grey-dark-font !default;
236
+ $ribbon-hscroll-active-border-color: $grey-99 !default;
237
+ $ribbon-hscroll-active-background-color: $gray !default;
238
+ $ribbon-hscroll-active-color: $grey-dark-font !default;
239
+ $ribbon-hscroll-focus-border-color: $grey-99 !default;
240
+ $ribbon-hscroll-focus-background-color: $gray !default;
241
+ $ribbon-hscroll-focus-color: $grey-dark-font !default;
242
+ $ribbon-tooltip-background-color: $grey-dark-font !default;
243
+ $ribbon-tooltip-text-color: $gray-base !default;
244
+ $ribbon-overflow-box-shadow: 0 6px 12px rgba($grey-base, .175) !default;
245
+ $ribbon-backstage-menu-bg-color: $brand-primary-lighten-10 !default;
246
+ $ribbon-backstage-menu-items-bg-color: $brand-primary-lighten-10 !default;
247
+ $ribbon-backstage-items-color: $grey-dark-font !default;
248
+ $ribbon-backstage-menu-icon-color: $grey-dark-font !default;
249
+ $ribbon-backstage-menu-hover-bg-color: $brand-primary-lighten-10 !default;
250
+ $ribbon-backstage-menu-hover-border-color: $brand-primary-darken-35 !default;
251
+ $ribbon-backstage-menu-items-hover-color: $grey-dark-font !default;
252
+ $ribbon-backstage-menu-icon-hover-color: $grey-dark-font !default;
253
+ $ribbon-backstage-menu-active-bg-color: $brand-primary-darken-15 !default;
254
+ $ribbon-backstage-menu-active-border-color: unset !default;
255
+ $ribbon-backstage-menu-items-active-color: $grey-dark-font !default;
256
+ $ribbon-backstage-menu-icon-active-color: $grey-dark-font !default;
257
+ $ribbon-backstage-separator-color: $grey-dark-font !default;
258
+ $ribbon-backstage-btn-bg-color: $brand-primary-lighten-10 !default;
259
+ $ribbon-backstage-btn-color: $grey-dark-font !default;
260
+ $ribbon-backstage-btn-focus-bg-color: $brand-primary-lighten-10 !default;
261
+ $ribbon-backstage-btn-focus-color: $grey-dark-font !default;
262
+ $ribbon-backstage-btn-focus-border-color: $brand-primary-darken-35 !default;
263
+ $ribbon-backstage-btn-hover-bg-color: $brand-primary-darken-15 !default;
264
+ $ribbon-backstage-btn-hover-color: $grey-dark-font !default;
265
+ $ribbon-backstage-btn-hover-border-color: unset !default;
266
+ $ribbon-backstage-close-btn-font-weight: 400 !default;
267
+ $ribbon-group-button-dropdown-popup-background: $gray-dark !default;
268
+ $ribbon-group-button-icon-hover-color: $grey-dark-font !default;
269
+ $ribbon-group-button-hover-background: $grey-44 !default;
270
+ $ribbon-group-button-text-hover-color: $grey-dark-font !default;
271
+ $ribbon-group-button-active-background: $grey-44 !default;
272
+ $ribbon-group-button-text-active-color: $grey-dark-font !default;
273
+ $ribbon-group-button-selected-background: $grey-44 !default;
274
+ $ribbon-group-button-dropdown-popup-border-color: $grey-99 !default;
275
+ $ribbon-group-button-dropdown-popup-box-shadow: 0 6px 12px rgba($grey-base, .175) !default;