@syncfusion/ej2-angular-ribbon 21.1.35 → 21.1.37-ngcc

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (127) hide show
  1. package/@syncfusion/ej2-angular-ribbon.es5.js +566 -0
  2. package/@syncfusion/ej2-angular-ribbon.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-ribbon.js +526 -0
  4. package/@syncfusion/ej2-angular-ribbon.js.map +1 -0
  5. package/CHANGELOG.md +21 -0
  6. package/dist/ej2-angular-ribbon.umd.js +709 -0
  7. package/dist/ej2-angular-ribbon.umd.js.map +1 -0
  8. package/dist/ej2-angular-ribbon.umd.min.js +11 -0
  9. package/dist/ej2-angular-ribbon.umd.min.js.map +1 -0
  10. package/ej2-angular-ribbon.d.ts +5 -0
  11. package/ej2-angular-ribbon.metadata.json +1 -0
  12. package/package.json +15 -29
  13. package/postinstall/tagchange.js +18 -0
  14. package/schematics/collection.json +10 -0
  15. package/schematics/ng-add/index.d.ts +3 -0
  16. package/schematics/ng-add/index.js +9 -0
  17. package/schematics/ng-add/index.ts +10 -0
  18. package/schematics/ng-add/schema.d.ts +13 -0
  19. package/schematics/ng-add/schema.js +2 -0
  20. package/schematics/ng-add/schema.json +34 -0
  21. package/schematics/ng-add/schema.ts +30 -0
  22. package/schematics/tsconfig.json +25 -0
  23. package/schematics/utils/lib-details.d.ts +4 -0
  24. package/schematics/utils/lib-details.js +6 -0
  25. package/schematics/utils/lib-details.ts +4 -0
  26. package/src/ribbon/collections.directive.d.ts +0 -5
  27. package/src/ribbon/groups.directive.d.ts +0 -5
  28. package/src/ribbon/items.directive.d.ts +0 -5
  29. package/src/ribbon/ribbon-all.module.d.ts +0 -6
  30. package/src/ribbon/ribbon.component.d.ts +0 -3
  31. package/src/ribbon/ribbon.module.d.ts +0 -10
  32. package/src/ribbon/tabs.directive.d.ts +0 -5
  33. package/styles/bootstrap-dark.css +16 -1
  34. package/styles/bootstrap.css +16 -1
  35. package/styles/bootstrap4.css +16 -1
  36. package/styles/bootstrap5-dark.css +16 -1
  37. package/styles/bootstrap5.css +16 -1
  38. package/styles/fabric-dark.css +16 -1
  39. package/styles/fabric.css +16 -1
  40. package/styles/fluent-dark.css +16 -1
  41. package/styles/fluent.css +16 -1
  42. package/styles/highcontrast-light.css +16 -1
  43. package/styles/highcontrast.css +16 -1
  44. package/styles/material-dark.css +16 -1
  45. package/styles/material.css +16 -1
  46. package/styles/ribbon/bootstrap-dark.css +16 -1
  47. package/styles/ribbon/bootstrap-dark.scss +1 -17
  48. package/styles/ribbon/bootstrap.css +16 -1
  49. package/styles/ribbon/bootstrap.scss +1 -17
  50. package/styles/ribbon/bootstrap4.css +16 -1
  51. package/styles/ribbon/bootstrap4.scss +1 -17
  52. package/styles/ribbon/bootstrap5-dark.css +16 -1
  53. package/styles/ribbon/bootstrap5-dark.scss +1 -17
  54. package/styles/ribbon/bootstrap5.css +16 -1
  55. package/styles/ribbon/bootstrap5.scss +1 -17
  56. package/styles/ribbon/fabric-dark.css +16 -1
  57. package/styles/ribbon/fabric-dark.scss +1 -17
  58. package/styles/ribbon/fabric.css +16 -1
  59. package/styles/ribbon/fabric.scss +1 -17
  60. package/styles/ribbon/fluent-dark.css +16 -1
  61. package/styles/ribbon/fluent-dark.scss +1 -17
  62. package/styles/ribbon/fluent.css +16 -1
  63. package/styles/ribbon/fluent.scss +1 -17
  64. package/styles/ribbon/highcontrast-light.css +16 -1
  65. package/styles/ribbon/highcontrast-light.scss +1 -16
  66. package/styles/ribbon/highcontrast.css +16 -1
  67. package/styles/ribbon/highcontrast.scss +1 -17
  68. package/styles/ribbon/material-dark.css +16 -1
  69. package/styles/ribbon/material-dark.scss +1 -17
  70. package/styles/ribbon/material.css +16 -1
  71. package/styles/ribbon/material.scss +1 -17
  72. package/styles/ribbon/tailwind-dark.css +16 -1
  73. package/styles/ribbon/tailwind-dark.scss +1 -17
  74. package/styles/ribbon/tailwind.css +16 -1
  75. package/styles/ribbon/tailwind.scss +1 -17
  76. package/styles/tailwind-dark.css +16 -1
  77. package/styles/tailwind.css +16 -1
  78. package/esm2020/public_api.mjs +0 -3
  79. package/esm2020/src/index.mjs +0 -9
  80. package/esm2020/src/ribbon/collections.directive.mjs +0 -70
  81. package/esm2020/src/ribbon/groups.directive.mjs +0 -66
  82. package/esm2020/src/ribbon/items.directive.mjs +0 -78
  83. package/esm2020/src/ribbon/ribbon-all.module.mjs +0 -47
  84. package/esm2020/src/ribbon/ribbon.component.mjs +0 -120
  85. package/esm2020/src/ribbon/ribbon.module.mjs +0 -61
  86. package/esm2020/src/ribbon/tabs.directive.mjs +0 -62
  87. package/esm2020/syncfusion-ej2-angular-ribbon.mjs +0 -5
  88. package/fesm2015/syncfusion-ej2-angular-ribbon.mjs +0 -482
  89. package/fesm2015/syncfusion-ej2-angular-ribbon.mjs.map +0 -1
  90. package/fesm2020/syncfusion-ej2-angular-ribbon.mjs +0 -482
  91. package/fesm2020/syncfusion-ej2-angular-ribbon.mjs.map +0 -1
  92. package/styles/ribbon/_all.scss +0 -2
  93. package/styles/ribbon/_bootstrap-dark-definition.scss +0 -206
  94. package/styles/ribbon/_bootstrap-definition.scss +0 -206
  95. package/styles/ribbon/_bootstrap4-definition.scss +0 -206
  96. package/styles/ribbon/_bootstrap5-dark-definition.scss +0 -1
  97. package/styles/ribbon/_bootstrap5-definition.scss +0 -206
  98. package/styles/ribbon/_fabric-dark-definition.scss +0 -206
  99. package/styles/ribbon/_fabric-definition.scss +0 -206
  100. package/styles/ribbon/_fluent-dark-definition.scss +0 -1
  101. package/styles/ribbon/_fluent-definition.scss +0 -206
  102. package/styles/ribbon/_fusionnew-definition.scss +0 -206
  103. package/styles/ribbon/_highcontrast-definition.scss +0 -206
  104. package/styles/ribbon/_highcontrast-light-definition.scss +0 -206
  105. package/styles/ribbon/_layout.scss +0 -1036
  106. package/styles/ribbon/_material-dark-definition.scss +0 -206
  107. package/styles/ribbon/_material-definition.scss +0 -206
  108. package/styles/ribbon/_tailwind-dark-definition.scss +0 -1
  109. package/styles/ribbon/_tailwind-definition.scss +0 -206
  110. package/styles/ribbon/_theme.scss +0 -343
  111. package/styles/ribbon/icons/_bootstrap-dark.scss +0 -9
  112. package/styles/ribbon/icons/_bootstrap.scss +0 -9
  113. package/styles/ribbon/icons/_bootstrap4.scss +0 -9
  114. package/styles/ribbon/icons/_bootstrap5-dark.scss +0 -1
  115. package/styles/ribbon/icons/_bootstrap5.scss +0 -9
  116. package/styles/ribbon/icons/_fabric-dark.scss +0 -9
  117. package/styles/ribbon/icons/_fabric.scss +0 -9
  118. package/styles/ribbon/icons/_fluent-dark.scss +0 -1
  119. package/styles/ribbon/icons/_fluent.scss +0 -9
  120. package/styles/ribbon/icons/_fusionnew.scss +0 -9
  121. package/styles/ribbon/icons/_highcontrast.scss +0 -9
  122. package/styles/ribbon/icons/_material-dark.scss +0 -9
  123. package/styles/ribbon/icons/_material.scss +0 -9
  124. package/styles/ribbon/icons/_material3.scss +0 -9
  125. package/styles/ribbon/icons/_tailwind-dark.scss +0 -9
  126. package/styles/ribbon/icons/_tailwind.scss +0 -9
  127. package/syncfusion-ej2-angular-ribbon.d.ts +0 -5
@@ -1,6 +1,5 @@
1
1
  import { ViewContainerRef } from '@angular/core';
2
2
  import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
- import * as i0 from "@angular/core";
4
3
  /**
5
4
  * `e-ribbon-collection` directive represent a collection in the Angular Ribbon.
6
5
  * ```html
@@ -43,8 +42,6 @@ export declare class RibbonCollectionDirective extends ComplexBase<RibbonCollect
43
42
  */
44
43
  items: any;
45
44
  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"]>;
48
45
  }
49
46
  /**
50
47
  * RibbonCollection Array Directive
@@ -52,6 +49,4 @@ export declare class RibbonCollectionDirective extends ComplexBase<RibbonCollect
52
49
  */
53
50
  export declare class RibbonCollectionsDirective extends ArrayBase<RibbonCollectionsDirective> {
54
51
  constructor();
55
- static ɵfac: i0.ɵɵFactoryDeclaration<RibbonCollectionsDirective, never>;
56
- static ɵdir: i0.ɵɵDirectiveDeclaration<RibbonCollectionsDirective, "e-ribbon-collections", never, {}, {}, ["children"]>;
57
52
  }
@@ -1,6 +1,5 @@
1
1
  import { ViewContainerRef } from '@angular/core';
2
2
  import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
- import * as i0 from "@angular/core";
4
3
  /**
5
4
  * `e-ribbon-group` directive represent a group in the Angular Ribbon.
6
5
  * ```html
@@ -84,8 +83,6 @@ export declare class RibbonGroupDirective extends ComplexBase<RibbonGroupDirecti
84
83
  */
85
84
  showLauncherIcon: any;
86
85
  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"]>;
89
86
  }
90
87
  /**
91
88
  * RibbonGroup Array Directive
@@ -93,6 +90,4 @@ export declare class RibbonGroupDirective extends ComplexBase<RibbonGroupDirecti
93
90
  */
94
91
  export declare class RibbonGroupsDirective extends ArrayBase<RibbonGroupsDirective> {
95
92
  constructor();
96
- static ɵfac: i0.ɵɵFactoryDeclaration<RibbonGroupsDirective, never>;
97
- static ɵdir: i0.ɵɵDirectiveDeclaration<RibbonGroupsDirective, "e-ribbon-groups", never, {}, {}, ["children"]>;
98
93
  }
@@ -1,6 +1,5 @@
1
1
  import { ViewContainerRef } from '@angular/core';
2
2
  import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
- import * as i0 from "@angular/core";
4
3
  /**
5
4
  * `e-ribbon-item` directive represent a item in the Angular Ribbon.
6
5
  * ```html
@@ -111,8 +110,6 @@ export declare class RibbonItemDirective extends ComplexBase<RibbonItemDirective
111
110
  */
112
111
  itemTemplate: any;
113
112
  constructor(viewContainerRef: ViewContainerRef);
114
- static ɵfac: i0.ɵɵFactoryDeclaration<RibbonItemDirective, never>;
115
- 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"; "id": "id"; "itemTemplate": "itemTemplate"; "ribbonTooltipSettings": "ribbonTooltipSettings"; "splitButtonSettings": "splitButtonSettings"; "type": "type"; }, {}, ["itemTemplate"]>;
116
113
  }
117
114
  /**
118
115
  * RibbonItem Array Directive
@@ -120,6 +117,4 @@ export declare class RibbonItemDirective extends ComplexBase<RibbonItemDirective
120
117
  */
121
118
  export declare class RibbonItemsDirective extends ArrayBase<RibbonItemsDirective> {
122
119
  constructor();
123
- static ɵfac: i0.ɵɵFactoryDeclaration<RibbonItemsDirective, never>;
124
- static ɵdir: i0.ɵɵDirectiveDeclaration<RibbonItemsDirective, "e-ribbon-items", never, {}, {}, ["children"]>;
125
120
  }
@@ -1,7 +1,4 @@
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";
5
2
  export declare const RibbonButtonService: ValueProvider;
6
3
  export declare const RibbonDropDownService: ValueProvider;
7
4
  export declare const RibbonSplitButtonService: ValueProvider;
@@ -13,7 +10,4 @@ export declare const RibbonFileMenuService: ValueProvider;
13
10
  * NgModule definition for the Ribbon component with providers.
14
11
  */
15
12
  export declare class RibbonAllModule {
16
- static ɵfac: i0.ɵɵFactoryDeclaration<RibbonAllModule, never>;
17
- static ɵmod: i0.ɵɵNgModuleDeclaration<RibbonAllModule, never, [typeof i1.CommonModule, typeof i2.RibbonModule], [typeof i2.RibbonModule]>;
18
- static ɵinj: i0.ɵɵInjectorDeclaration<RibbonAllModule>;
19
13
  }
@@ -2,7 +2,6 @@ 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";
6
5
  export declare const inputs: string[];
7
6
  export declare const outputs: string[];
8
7
  export declare const twoWays: string[];
@@ -40,6 +39,4 @@ export declare class RibbonComponent extends Ribbon implements IComponentBase {
40
39
  ngAfterContentChecked(): void;
41
40
  registerEvents: (eventList: string[]) => void;
42
41
  addTwoWay: (propList: string[]) => void;
43
- static ɵfac: i0.ɵɵFactoryDeclaration<RibbonComponent, never>;
44
- static ɵcmp: i0.ɵɵComponentDeclaration<RibbonComponent, "ejs-ribbon", never, { "activeLayout": "activeLayout"; "cssClass": "cssClass"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "fileMenu": "fileMenu"; "helpPaneTemplate": "helpPaneTemplate"; "isMinimized": "isMinimized"; "launcherIconCss": "launcherIconCss"; "locale": "locale"; "selectedTab": "selectedTab"; "tabAnimation": "tabAnimation"; "tabs": "tabs"; "width": "width"; }, { "launcherIconClick": "launcherIconClick"; "ribbonCollapsing": "ribbonCollapsing"; "ribbonExpanding": "ribbonExpanding"; "tabSelected": "tabSelected"; "tabSelecting": "tabSelecting"; }, ["helpPaneTemplate", "childTabs"], ["div"]>;
45
42
  }
@@ -1,15 +1,5 @@
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";
8
1
  /**
9
2
  * NgModule definition for the Ribbon component.
10
3
  */
11
4
  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>;
15
5
  }
@@ -1,6 +1,5 @@
1
1
  import { ViewContainerRef } from '@angular/core';
2
2
  import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
- import * as i0 from "@angular/core";
4
3
  /**
5
4
  * `e-ribbon-tab` directive represent a tab of the Angular Ribbon.
6
5
  * It must be contained in a Ribbon component(`ejs-ribbon`).
@@ -40,8 +39,6 @@ export declare class RibbonTabDirective extends ComplexBase<RibbonTabDirective>
40
39
  */
41
40
  id: any;
42
41
  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"]>;
45
42
  }
46
43
  /**
47
44
  * RibbonTab Array Directive
@@ -49,6 +46,4 @@ export declare class RibbonTabDirective extends ComplexBase<RibbonTabDirective>
49
46
  */
50
47
  export declare class RibbonTabsDirective extends ArrayBase<RibbonTabsDirective> {
51
48
  constructor();
52
- static ɵfac: i0.ɵɵFactoryDeclaration<RibbonTabsDirective, never>;
53
- static ɵdir: i0.ɵɵDirectiveDeclaration<RibbonTabsDirective, "e-ribbon-tabs", never, {}, {}, ["children"]>;
54
49
  }
@@ -216,6 +216,9 @@
216
216
  height: auto;
217
217
  min-height: auto;
218
218
  }
219
+ .e-ribbon.e-rbn .e-ribbon-tab .e-hscroll.e-scroll-device .e-scroll-nav.e-scroll-right-nav {
220
+ box-shadow: none;
221
+ }
219
222
  .e-ribbon.e-rbn .e-ribbon-tab .e-hscroll {
220
223
  padding: 0;
221
224
  }
@@ -225,9 +228,10 @@
225
228
  min-width: auto;
226
229
  width: auto;
227
230
  border-style: solid;
231
+ transform: none;
228
232
  border-width: 1px;
229
233
  border-radius: 2px;
230
- z-index: 2;
234
+ z-index: 3;
231
235
  }
232
236
  .e-ribbon.e-rbn .e-ribbon-tab .e-hscroll .e-scroll-nav.e-overlay {
233
237
  display: none;
@@ -235,6 +239,7 @@
235
239
  .e-ribbon.e-rbn .e-ribbon-tab .e-hscroll .e-scroll-nav .e-nav-arrow {
236
240
  font-size: 16px;
237
241
  height: auto;
242
+ transform: none;
238
243
  line-height: 16px;
239
244
  padding: 0 4px;
240
245
  width: auto;
@@ -352,6 +357,9 @@
352
357
  .e-ribbon.e-rbn:not(.e-rtl) .e-tab-header {
353
358
  left: var(--fileMenuWidth);
354
359
  }
360
+ .e-ribbon.e-rbn:not(.e-rtl) .e-ribbon-tab .e-hscroll.e-scroll-device {
361
+ padding-right: 30px;
362
+ }
355
363
  .e-ribbon.e-rbn.e-rtl .e-ribbon-collapse-btn,
356
364
  .e-ribbon.e-rbn.e-rtl .e-ribbon-help-template,
357
365
  .e-ribbon.e-rbn.e-rtl .e-ribbon-group::after {
@@ -363,6 +371,9 @@
363
371
  .e-ribbon.e-rbn.e-rtl .e-tab-header {
364
372
  right: var(--fileMenuWidth);
365
373
  }
374
+ .e-ribbon.e-rbn.e-rtl .e-ribbon-tab .e-hscroll.e-scroll-device {
375
+ padding-left: 30px;
376
+ }
366
377
 
367
378
  .e-ribbon.e-rbn,
368
379
  .e-ribbon-group-overflow-ddb {
@@ -799,6 +810,10 @@
799
810
  padding-right: 16px;
800
811
  height: 50px;
801
812
  }
813
+ .e-bigger.e-ribbon.e-rbn .e-ribbon-tab .e-hscroll,
814
+ .e-bigger .e-ribbon.e-rbn .e-ribbon-tab .e-hscroll {
815
+ min-height: auto;
816
+ }
802
817
  .e-bigger.e-ribbon.e-rbn .e-ribbon-tab .e-tab-header .e-hor-nav,
803
818
  .e-bigger .e-ribbon.e-rbn .e-ribbon-tab .e-tab-header .e-hor-nav {
804
819
  height: 50px;
@@ -221,6 +221,9 @@
221
221
  height: auto;
222
222
  min-height: auto;
223
223
  }
224
+ .e-ribbon.e-rbn .e-ribbon-tab .e-hscroll.e-scroll-device .e-scroll-nav.e-scroll-right-nav {
225
+ box-shadow: none;
226
+ }
224
227
  .e-ribbon.e-rbn .e-ribbon-tab .e-hscroll {
225
228
  padding: 0;
226
229
  }
@@ -230,9 +233,10 @@
230
233
  min-width: auto;
231
234
  width: auto;
232
235
  border-style: solid;
236
+ transform: none;
233
237
  border-width: 1px;
234
238
  border-radius: 2px;
235
- z-index: 2;
239
+ z-index: 3;
236
240
  }
237
241
  .e-ribbon.e-rbn .e-ribbon-tab .e-hscroll .e-scroll-nav.e-overlay {
238
242
  display: none;
@@ -240,6 +244,7 @@
240
244
  .e-ribbon.e-rbn .e-ribbon-tab .e-hscroll .e-scroll-nav .e-nav-arrow {
241
245
  font-size: 16px;
242
246
  height: auto;
247
+ transform: none;
243
248
  line-height: 16px;
244
249
  padding: 0 4px;
245
250
  width: auto;
@@ -357,6 +362,9 @@
357
362
  .e-ribbon.e-rbn:not(.e-rtl) .e-tab-header {
358
363
  left: var(--fileMenuWidth);
359
364
  }
365
+ .e-ribbon.e-rbn:not(.e-rtl) .e-ribbon-tab .e-hscroll.e-scroll-device {
366
+ padding-right: 30px;
367
+ }
360
368
  .e-ribbon.e-rbn.e-rtl .e-ribbon-collapse-btn,
361
369
  .e-ribbon.e-rbn.e-rtl .e-ribbon-help-template,
362
370
  .e-ribbon.e-rbn.e-rtl .e-ribbon-group::after {
@@ -368,6 +376,9 @@
368
376
  .e-ribbon.e-rbn.e-rtl .e-tab-header {
369
377
  right: var(--fileMenuWidth);
370
378
  }
379
+ .e-ribbon.e-rbn.e-rtl .e-ribbon-tab .e-hscroll.e-scroll-device {
380
+ padding-left: 30px;
381
+ }
371
382
 
372
383
  .e-ribbon.e-rbn,
373
384
  .e-ribbon-group-overflow-ddb {
@@ -804,6 +815,10 @@
804
815
  padding-right: 16px;
805
816
  height: 52px;
806
817
  }
818
+ .e-bigger.e-ribbon.e-rbn .e-ribbon-tab .e-hscroll,
819
+ .e-bigger .e-ribbon.e-rbn .e-ribbon-tab .e-hscroll {
820
+ min-height: auto;
821
+ }
807
822
  .e-bigger.e-ribbon.e-rbn .e-ribbon-tab .e-tab-header .e-hor-nav,
808
823
  .e-bigger .e-ribbon.e-rbn .e-ribbon-tab .e-tab-header .e-hor-nav {
809
824
  height: 52px;
@@ -271,6 +271,9 @@
271
271
  height: auto;
272
272
  min-height: auto;
273
273
  }
274
+ .e-ribbon.e-rbn .e-ribbon-tab .e-hscroll.e-scroll-device .e-scroll-nav.e-scroll-right-nav {
275
+ box-shadow: none;
276
+ }
274
277
  .e-ribbon.e-rbn .e-ribbon-tab .e-hscroll {
275
278
  padding: 0;
276
279
  }
@@ -280,9 +283,10 @@
280
283
  min-width: auto;
281
284
  width: auto;
282
285
  border-style: solid;
286
+ transform: none;
283
287
  border-width: 1px;
284
288
  border-radius: 2px;
285
- z-index: 2;
289
+ z-index: 3;
286
290
  }
287
291
  .e-ribbon.e-rbn .e-ribbon-tab .e-hscroll .e-scroll-nav.e-overlay {
288
292
  display: none;
@@ -290,6 +294,7 @@
290
294
  .e-ribbon.e-rbn .e-ribbon-tab .e-hscroll .e-scroll-nav .e-nav-arrow {
291
295
  font-size: 20px;
292
296
  height: auto;
297
+ transform: none;
293
298
  line-height: 20px;
294
299
  padding: 0 2px;
295
300
  width: auto;
@@ -407,6 +412,9 @@
407
412
  .e-ribbon.e-rbn:not(.e-rtl) .e-tab-header {
408
413
  left: var(--fileMenuWidth);
409
414
  }
415
+ .e-ribbon.e-rbn:not(.e-rtl) .e-ribbon-tab .e-hscroll.e-scroll-device {
416
+ padding-right: 30px;
417
+ }
410
418
  .e-ribbon.e-rbn.e-rtl .e-ribbon-collapse-btn,
411
419
  .e-ribbon.e-rbn.e-rtl .e-ribbon-help-template,
412
420
  .e-ribbon.e-rbn.e-rtl .e-ribbon-group::after {
@@ -418,6 +426,9 @@
418
426
  .e-ribbon.e-rbn.e-rtl .e-tab-header {
419
427
  right: var(--fileMenuWidth);
420
428
  }
429
+ .e-ribbon.e-rbn.e-rtl .e-ribbon-tab .e-hscroll.e-scroll-device {
430
+ padding-left: 30px;
431
+ }
421
432
 
422
433
  .e-ribbon.e-rbn,
423
434
  .e-ribbon-group-overflow-ddb {
@@ -854,6 +865,10 @@
854
865
  padding-right: 16px;
855
866
  height: 52px;
856
867
  }
868
+ .e-bigger.e-ribbon.e-rbn .e-ribbon-tab .e-hscroll,
869
+ .e-bigger .e-ribbon.e-rbn .e-ribbon-tab .e-hscroll {
870
+ min-height: auto;
871
+ }
857
872
  .e-bigger.e-ribbon.e-rbn .e-ribbon-tab .e-tab-header .e-hor-nav,
858
873
  .e-bigger .e-ribbon.e-rbn .e-ribbon-tab .e-tab-header .e-hor-nav {
859
874
  height: 52px;
@@ -300,6 +300,9 @@
300
300
  height: auto;
301
301
  min-height: auto;
302
302
  }
303
+ .e-ribbon.e-rbn .e-ribbon-tab .e-hscroll.e-scroll-device .e-scroll-nav.e-scroll-right-nav {
304
+ box-shadow: none;
305
+ }
303
306
  .e-ribbon.e-rbn .e-ribbon-tab .e-hscroll {
304
307
  padding: 0;
305
308
  }
@@ -309,9 +312,10 @@
309
312
  min-width: auto;
310
313
  width: auto;
311
314
  border-style: solid;
315
+ transform: none;
312
316
  border-width: 1px;
313
317
  border-radius: 2px;
314
- z-index: 2;
318
+ z-index: 3;
315
319
  }
316
320
  .e-ribbon.e-rbn .e-ribbon-tab .e-hscroll .e-scroll-nav.e-overlay {
317
321
  display: none;
@@ -319,6 +323,7 @@
319
323
  .e-ribbon.e-rbn .e-ribbon-tab .e-hscroll .e-scroll-nav .e-nav-arrow {
320
324
  font-size: 14px;
321
325
  height: auto;
326
+ transform: none;
322
327
  line-height: 14px;
323
328
  padding: 0 5px;
324
329
  width: auto;
@@ -436,6 +441,9 @@
436
441
  .e-ribbon.e-rbn:not(.e-rtl) .e-tab-header {
437
442
  left: var(--fileMenuWidth);
438
443
  }
444
+ .e-ribbon.e-rbn:not(.e-rtl) .e-ribbon-tab .e-hscroll.e-scroll-device {
445
+ padding-right: 30px;
446
+ }
439
447
  .e-ribbon.e-rbn.e-rtl .e-ribbon-collapse-btn,
440
448
  .e-ribbon.e-rbn.e-rtl .e-ribbon-help-template,
441
449
  .e-ribbon.e-rbn.e-rtl .e-ribbon-group::after {
@@ -447,6 +455,9 @@
447
455
  .e-ribbon.e-rbn.e-rtl .e-tab-header {
448
456
  right: var(--fileMenuWidth);
449
457
  }
458
+ .e-ribbon.e-rbn.e-rtl .e-ribbon-tab .e-hscroll.e-scroll-device {
459
+ padding-left: 30px;
460
+ }
450
461
 
451
462
  .e-ribbon.e-rbn,
452
463
  .e-ribbon-group-overflow-ddb {
@@ -883,6 +894,10 @@
883
894
  padding-right: 16px;
884
895
  height: 48px;
885
896
  }
897
+ .e-bigger.e-ribbon.e-rbn .e-ribbon-tab .e-hscroll,
898
+ .e-bigger .e-ribbon.e-rbn .e-ribbon-tab .e-hscroll {
899
+ min-height: auto;
900
+ }
886
901
  .e-bigger.e-ribbon.e-rbn .e-ribbon-tab .e-tab-header .e-hor-nav,
887
902
  .e-bigger .e-ribbon.e-rbn .e-ribbon-tab .e-tab-header .e-hor-nav {
888
903
  height: 48px;
@@ -300,6 +300,9 @@
300
300
  height: auto;
301
301
  min-height: auto;
302
302
  }
303
+ .e-ribbon.e-rbn .e-ribbon-tab .e-hscroll.e-scroll-device .e-scroll-nav.e-scroll-right-nav {
304
+ box-shadow: none;
305
+ }
303
306
  .e-ribbon.e-rbn .e-ribbon-tab .e-hscroll {
304
307
  padding: 0;
305
308
  }
@@ -309,9 +312,10 @@
309
312
  min-width: auto;
310
313
  width: auto;
311
314
  border-style: solid;
315
+ transform: none;
312
316
  border-width: 1px;
313
317
  border-radius: 2px;
314
- z-index: 2;
318
+ z-index: 3;
315
319
  }
316
320
  .e-ribbon.e-rbn .e-ribbon-tab .e-hscroll .e-scroll-nav.e-overlay {
317
321
  display: none;
@@ -319,6 +323,7 @@
319
323
  .e-ribbon.e-rbn .e-ribbon-tab .e-hscroll .e-scroll-nav .e-nav-arrow {
320
324
  font-size: 14px;
321
325
  height: auto;
326
+ transform: none;
322
327
  line-height: 14px;
323
328
  padding: 0 5px;
324
329
  width: auto;
@@ -436,6 +441,9 @@
436
441
  .e-ribbon.e-rbn:not(.e-rtl) .e-tab-header {
437
442
  left: var(--fileMenuWidth);
438
443
  }
444
+ .e-ribbon.e-rbn:not(.e-rtl) .e-ribbon-tab .e-hscroll.e-scroll-device {
445
+ padding-right: 30px;
446
+ }
439
447
  .e-ribbon.e-rbn.e-rtl .e-ribbon-collapse-btn,
440
448
  .e-ribbon.e-rbn.e-rtl .e-ribbon-help-template,
441
449
  .e-ribbon.e-rbn.e-rtl .e-ribbon-group::after {
@@ -447,6 +455,9 @@
447
455
  .e-ribbon.e-rbn.e-rtl .e-tab-header {
448
456
  right: var(--fileMenuWidth);
449
457
  }
458
+ .e-ribbon.e-rbn.e-rtl .e-ribbon-tab .e-hscroll.e-scroll-device {
459
+ padding-left: 30px;
460
+ }
450
461
 
451
462
  .e-ribbon.e-rbn,
452
463
  .e-ribbon-group-overflow-ddb {
@@ -883,6 +894,10 @@
883
894
  padding-right: 16px;
884
895
  height: 48px;
885
896
  }
897
+ .e-bigger.e-ribbon.e-rbn .e-ribbon-tab .e-hscroll,
898
+ .e-bigger .e-ribbon.e-rbn .e-ribbon-tab .e-hscroll {
899
+ min-height: auto;
900
+ }
886
901
  .e-bigger.e-ribbon.e-rbn .e-ribbon-tab .e-tab-header .e-hor-nav,
887
902
  .e-bigger .e-ribbon.e-rbn .e-ribbon-tab .e-tab-header .e-hor-nav {
888
903
  height: 48px;
@@ -192,6 +192,9 @@
192
192
  height: auto;
193
193
  min-height: auto;
194
194
  }
195
+ .e-ribbon.e-rbn .e-ribbon-tab .e-hscroll.e-scroll-device .e-scroll-nav.e-scroll-right-nav {
196
+ box-shadow: none;
197
+ }
195
198
  .e-ribbon.e-rbn .e-ribbon-tab .e-hscroll {
196
199
  padding: 0;
197
200
  }
@@ -201,9 +204,10 @@
201
204
  min-width: auto;
202
205
  width: auto;
203
206
  border-style: solid;
207
+ transform: none;
204
208
  border-width: 1px;
205
209
  border-radius: unset;
206
- z-index: 2;
210
+ z-index: 3;
207
211
  }
208
212
  .e-ribbon.e-rbn .e-ribbon-tab .e-hscroll .e-scroll-nav.e-overlay {
209
213
  display: none;
@@ -211,6 +215,7 @@
211
215
  .e-ribbon.e-rbn .e-ribbon-tab .e-hscroll .e-scroll-nav .e-nav-arrow {
212
216
  font-size: 16px;
213
217
  height: auto;
218
+ transform: none;
214
219
  line-height: 16px;
215
220
  padding: 0 4px;
216
221
  width: auto;
@@ -328,6 +333,9 @@
328
333
  .e-ribbon.e-rbn:not(.e-rtl) .e-tab-header {
329
334
  left: var(--fileMenuWidth);
330
335
  }
336
+ .e-ribbon.e-rbn:not(.e-rtl) .e-ribbon-tab .e-hscroll.e-scroll-device {
337
+ padding-right: 30px;
338
+ }
331
339
  .e-ribbon.e-rbn.e-rtl .e-ribbon-collapse-btn,
332
340
  .e-ribbon.e-rbn.e-rtl .e-ribbon-help-template,
333
341
  .e-ribbon.e-rbn.e-rtl .e-ribbon-group::after {
@@ -339,6 +347,9 @@
339
347
  .e-ribbon.e-rbn.e-rtl .e-tab-header {
340
348
  right: var(--fileMenuWidth);
341
349
  }
350
+ .e-ribbon.e-rbn.e-rtl .e-ribbon-tab .e-hscroll.e-scroll-device {
351
+ padding-left: 30px;
352
+ }
342
353
 
343
354
  .e-ribbon.e-rbn,
344
355
  .e-ribbon-group-overflow-ddb {
@@ -775,6 +786,10 @@
775
786
  padding-right: 16px;
776
787
  height: 50px;
777
788
  }
789
+ .e-bigger.e-ribbon.e-rbn .e-ribbon-tab .e-hscroll,
790
+ .e-bigger .e-ribbon.e-rbn .e-ribbon-tab .e-hscroll {
791
+ min-height: auto;
792
+ }
778
793
  .e-bigger.e-ribbon.e-rbn .e-ribbon-tab .e-tab-header .e-hor-nav,
779
794
  .e-bigger .e-ribbon.e-rbn .e-ribbon-tab .e-tab-header .e-hor-nav {
780
795
  height: 50px;
package/styles/fabric.css CHANGED
@@ -190,6 +190,9 @@
190
190
  height: auto;
191
191
  min-height: auto;
192
192
  }
193
+ .e-ribbon.e-rbn .e-ribbon-tab .e-hscroll.e-scroll-device .e-scroll-nav.e-scroll-right-nav {
194
+ box-shadow: none;
195
+ }
193
196
  .e-ribbon.e-rbn .e-ribbon-tab .e-hscroll {
194
197
  padding: 0;
195
198
  }
@@ -199,9 +202,10 @@
199
202
  min-width: auto;
200
203
  width: auto;
201
204
  border-style: solid;
205
+ transform: none;
202
206
  border-width: 1px;
203
207
  border-radius: unset;
204
- z-index: 2;
208
+ z-index: 3;
205
209
  }
206
210
  .e-ribbon.e-rbn .e-ribbon-tab .e-hscroll .e-scroll-nav.e-overlay {
207
211
  display: none;
@@ -209,6 +213,7 @@
209
213
  .e-ribbon.e-rbn .e-ribbon-tab .e-hscroll .e-scroll-nav .e-nav-arrow {
210
214
  font-size: 16px;
211
215
  height: auto;
216
+ transform: none;
212
217
  line-height: 16px;
213
218
  padding: 0 4px;
214
219
  width: auto;
@@ -326,6 +331,9 @@
326
331
  .e-ribbon.e-rbn:not(.e-rtl) .e-tab-header {
327
332
  left: var(--fileMenuWidth);
328
333
  }
334
+ .e-ribbon.e-rbn:not(.e-rtl) .e-ribbon-tab .e-hscroll.e-scroll-device {
335
+ padding-right: 30px;
336
+ }
329
337
  .e-ribbon.e-rbn.e-rtl .e-ribbon-collapse-btn,
330
338
  .e-ribbon.e-rbn.e-rtl .e-ribbon-help-template,
331
339
  .e-ribbon.e-rbn.e-rtl .e-ribbon-group::after {
@@ -337,6 +345,9 @@
337
345
  .e-ribbon.e-rbn.e-rtl .e-tab-header {
338
346
  right: var(--fileMenuWidth);
339
347
  }
348
+ .e-ribbon.e-rbn.e-rtl .e-ribbon-tab .e-hscroll.e-scroll-device {
349
+ padding-left: 30px;
350
+ }
340
351
 
341
352
  .e-ribbon.e-rbn,
342
353
  .e-ribbon-group-overflow-ddb {
@@ -773,6 +784,10 @@
773
784
  padding-right: 16px;
774
785
  height: 50px;
775
786
  }
787
+ .e-bigger.e-ribbon.e-rbn .e-ribbon-tab .e-hscroll,
788
+ .e-bigger .e-ribbon.e-rbn .e-ribbon-tab .e-hscroll {
789
+ min-height: auto;
790
+ }
776
791
  .e-bigger.e-ribbon.e-rbn .e-ribbon-tab .e-tab-header .e-hor-nav,
777
792
  .e-bigger .e-ribbon.e-rbn .e-ribbon-tab .e-tab-header .e-hor-nav {
778
793
  height: 50px;
@@ -276,6 +276,9 @@
276
276
  height: auto;
277
277
  min-height: auto;
278
278
  }
279
+ .e-ribbon.e-rbn .e-ribbon-tab .e-hscroll.e-scroll-device .e-scroll-nav.e-scroll-right-nav {
280
+ box-shadow: none;
281
+ }
279
282
  .e-ribbon.e-rbn .e-ribbon-tab .e-hscroll {
280
283
  padding: 0;
281
284
  }
@@ -285,9 +288,10 @@
285
288
  min-width: auto;
286
289
  width: auto;
287
290
  border-style: solid;
291
+ transform: none;
288
292
  border-width: 1px;
289
293
  border-radius: 2px;
290
- z-index: 2;
294
+ z-index: 3;
291
295
  }
292
296
  .e-ribbon.e-rbn .e-ribbon-tab .e-hscroll .e-scroll-nav.e-overlay {
293
297
  display: none;
@@ -295,6 +299,7 @@
295
299
  .e-ribbon.e-rbn .e-ribbon-tab .e-hscroll .e-scroll-nav .e-nav-arrow {
296
300
  font-size: 14px;
297
301
  height: auto;
302
+ transform: none;
298
303
  line-height: 14px;
299
304
  padding: 0 5px;
300
305
  width: auto;
@@ -412,6 +417,9 @@
412
417
  .e-ribbon.e-rbn:not(.e-rtl) .e-tab-header {
413
418
  left: var(--fileMenuWidth);
414
419
  }
420
+ .e-ribbon.e-rbn:not(.e-rtl) .e-ribbon-tab .e-hscroll.e-scroll-device {
421
+ padding-right: 30px;
422
+ }
415
423
  .e-ribbon.e-rbn.e-rtl .e-ribbon-collapse-btn,
416
424
  .e-ribbon.e-rbn.e-rtl .e-ribbon-help-template,
417
425
  .e-ribbon.e-rbn.e-rtl .e-ribbon-group::after {
@@ -423,6 +431,9 @@
423
431
  .e-ribbon.e-rbn.e-rtl .e-tab-header {
424
432
  right: var(--fileMenuWidth);
425
433
  }
434
+ .e-ribbon.e-rbn.e-rtl .e-ribbon-tab .e-hscroll.e-scroll-device {
435
+ padding-left: 30px;
436
+ }
426
437
 
427
438
  .e-ribbon.e-rbn,
428
439
  .e-ribbon-group-overflow-ddb {
@@ -859,6 +870,10 @@
859
870
  padding-right: 16px;
860
871
  height: 48px;
861
872
  }
873
+ .e-bigger.e-ribbon.e-rbn .e-ribbon-tab .e-hscroll,
874
+ .e-bigger .e-ribbon.e-rbn .e-ribbon-tab .e-hscroll {
875
+ min-height: auto;
876
+ }
862
877
  .e-bigger.e-ribbon.e-rbn .e-ribbon-tab .e-tab-header .e-hor-nav,
863
878
  .e-bigger .e-ribbon.e-rbn .e-ribbon-tab .e-tab-header .e-hor-nav {
864
879
  height: 48px;
package/styles/fluent.css CHANGED
@@ -276,6 +276,9 @@
276
276
  height: auto;
277
277
  min-height: auto;
278
278
  }
279
+ .e-ribbon.e-rbn .e-ribbon-tab .e-hscroll.e-scroll-device .e-scroll-nav.e-scroll-right-nav {
280
+ box-shadow: none;
281
+ }
279
282
  .e-ribbon.e-rbn .e-ribbon-tab .e-hscroll {
280
283
  padding: 0;
281
284
  }
@@ -285,9 +288,10 @@
285
288
  min-width: auto;
286
289
  width: auto;
287
290
  border-style: solid;
291
+ transform: none;
288
292
  border-width: 1px;
289
293
  border-radius: 2px;
290
- z-index: 2;
294
+ z-index: 3;
291
295
  }
292
296
  .e-ribbon.e-rbn .e-ribbon-tab .e-hscroll .e-scroll-nav.e-overlay {
293
297
  display: none;
@@ -295,6 +299,7 @@
295
299
  .e-ribbon.e-rbn .e-ribbon-tab .e-hscroll .e-scroll-nav .e-nav-arrow {
296
300
  font-size: 14px;
297
301
  height: auto;
302
+ transform: none;
298
303
  line-height: 14px;
299
304
  padding: 0 5px;
300
305
  width: auto;
@@ -412,6 +417,9 @@
412
417
  .e-ribbon.e-rbn:not(.e-rtl) .e-tab-header {
413
418
  left: var(--fileMenuWidth);
414
419
  }
420
+ .e-ribbon.e-rbn:not(.e-rtl) .e-ribbon-tab .e-hscroll.e-scroll-device {
421
+ padding-right: 30px;
422
+ }
415
423
  .e-ribbon.e-rbn.e-rtl .e-ribbon-collapse-btn,
416
424
  .e-ribbon.e-rbn.e-rtl .e-ribbon-help-template,
417
425
  .e-ribbon.e-rbn.e-rtl .e-ribbon-group::after {
@@ -423,6 +431,9 @@
423
431
  .e-ribbon.e-rbn.e-rtl .e-tab-header {
424
432
  right: var(--fileMenuWidth);
425
433
  }
434
+ .e-ribbon.e-rbn.e-rtl .e-ribbon-tab .e-hscroll.e-scroll-device {
435
+ padding-left: 30px;
436
+ }
426
437
 
427
438
  .e-ribbon.e-rbn,
428
439
  .e-ribbon-group-overflow-ddb {
@@ -859,6 +870,10 @@
859
870
  padding-right: 16px;
860
871
  height: 48px;
861
872
  }
873
+ .e-bigger.e-ribbon.e-rbn .e-ribbon-tab .e-hscroll,
874
+ .e-bigger .e-ribbon.e-rbn .e-ribbon-tab .e-hscroll {
875
+ min-height: auto;
876
+ }
862
877
  .e-bigger.e-ribbon.e-rbn .e-ribbon-tab .e-tab-header .e-hor-nav,
863
878
  .e-bigger .e-ribbon.e-rbn .e-ribbon-tab .e-tab-header .e-hor-nav {
864
879
  height: 48px;