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

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/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/bootstrap-dark.css +0 -11
  24. package/styles/bootstrap.css +0 -11
  25. package/styles/bootstrap4.css +0 -11
  26. package/styles/bootstrap5-dark.css +0 -11
  27. package/styles/bootstrap5.css +0 -11
  28. package/styles/fabric-dark.css +0 -11
  29. package/styles/fabric.css +0 -11
  30. package/styles/fluent-dark.css +0 -11
  31. package/styles/fluent.css +0 -11
  32. package/styles/highcontrast-light.css +0 -11
  33. package/styles/highcontrast.css +0 -11
  34. package/styles/material-dark.css +0 -11
  35. package/styles/material.css +0 -11
  36. package/styles/ribbon/_all.scss +2 -0
  37. package/styles/ribbon/_bootstrap-dark-definition.scss +206 -0
  38. package/styles/ribbon/_bootstrap-definition.scss +206 -0
  39. package/styles/ribbon/_bootstrap4-definition.scss +206 -0
  40. package/styles/ribbon/_bootstrap5-dark-definition.scss +1 -0
  41. package/styles/ribbon/_bootstrap5-definition.scss +206 -0
  42. package/styles/ribbon/_fabric-dark-definition.scss +206 -0
  43. package/styles/ribbon/_fabric-definition.scss +206 -0
  44. package/styles/ribbon/_fluent-dark-definition.scss +1 -0
  45. package/styles/ribbon/_fluent-definition.scss +206 -0
  46. package/styles/ribbon/_fusionnew-definition.scss +206 -0
  47. package/styles/ribbon/_highcontrast-definition.scss +206 -0
  48. package/styles/ribbon/_highcontrast-light-definition.scss +206 -0
  49. package/styles/ribbon/_layout.scss +1040 -0
  50. package/styles/ribbon/_material-dark-definition.scss +206 -0
  51. package/styles/ribbon/_material-definition.scss +206 -0
  52. package/styles/ribbon/_tailwind-dark-definition.scss +1 -0
  53. package/styles/ribbon/_tailwind-definition.scss +206 -0
  54. package/styles/ribbon/_theme.scss +343 -0
  55. package/styles/ribbon/bootstrap-dark.css +0 -11
  56. package/styles/ribbon/bootstrap-dark.scss +17 -1
  57. package/styles/ribbon/bootstrap.css +0 -11
  58. package/styles/ribbon/bootstrap.scss +17 -1
  59. package/styles/ribbon/bootstrap4.css +0 -11
  60. package/styles/ribbon/bootstrap4.scss +17 -1
  61. package/styles/ribbon/bootstrap5-dark.css +0 -11
  62. package/styles/ribbon/bootstrap5-dark.scss +17 -1
  63. package/styles/ribbon/bootstrap5.css +0 -11
  64. package/styles/ribbon/bootstrap5.scss +17 -1
  65. package/styles/ribbon/fabric-dark.css +0 -11
  66. package/styles/ribbon/fabric-dark.scss +17 -1
  67. package/styles/ribbon/fabric.css +0 -11
  68. package/styles/ribbon/fabric.scss +17 -1
  69. package/styles/ribbon/fluent-dark.css +0 -11
  70. package/styles/ribbon/fluent-dark.scss +17 -1
  71. package/styles/ribbon/fluent.css +0 -11
  72. package/styles/ribbon/fluent.scss +17 -1
  73. package/styles/ribbon/highcontrast-light.css +0 -11
  74. package/styles/ribbon/highcontrast-light.scss +16 -1
  75. package/styles/ribbon/highcontrast.css +0 -11
  76. package/styles/ribbon/highcontrast.scss +17 -1
  77. package/styles/ribbon/icons/_bootstrap-dark.scss +9 -0
  78. package/styles/ribbon/icons/_bootstrap.scss +9 -0
  79. package/styles/ribbon/icons/_bootstrap4.scss +9 -0
  80. package/styles/ribbon/icons/_bootstrap5-dark.scss +1 -0
  81. package/styles/ribbon/icons/_bootstrap5.scss +9 -0
  82. package/styles/ribbon/icons/_fabric-dark.scss +9 -0
  83. package/styles/ribbon/icons/_fabric.scss +9 -0
  84. package/styles/ribbon/icons/_fluent-dark.scss +1 -0
  85. package/styles/ribbon/icons/_fluent.scss +9 -0
  86. package/styles/ribbon/icons/_fusionnew.scss +9 -0
  87. package/styles/ribbon/icons/_highcontrast.scss +9 -0
  88. package/styles/ribbon/icons/_material-dark.scss +9 -0
  89. package/styles/ribbon/icons/_material.scss +9 -0
  90. package/styles/ribbon/icons/_material3.scss +9 -0
  91. package/styles/ribbon/icons/_tailwind-dark.scss +9 -0
  92. package/styles/ribbon/icons/_tailwind.scss +9 -0
  93. package/styles/ribbon/material-dark.css +0 -11
  94. package/styles/ribbon/material-dark.scss +17 -1
  95. package/styles/ribbon/material.css +0 -11
  96. package/styles/ribbon/material.scss +17 -1
  97. package/styles/ribbon/tailwind-dark.css +0 -11
  98. package/styles/ribbon/tailwind-dark.scss +17 -1
  99. package/styles/ribbon/tailwind.css +0 -11
  100. package/styles/ribbon/tailwind.scss +17 -1
  101. package/styles/tailwind-dark.css +0 -11
  102. package/styles/tailwind.css +0 -11
  103. package/syncfusion-ej2-angular-ribbon.d.ts +5 -0
  104. package/@syncfusion/ej2-angular-ribbon.es5.js +0 -566
  105. package/@syncfusion/ej2-angular-ribbon.es5.js.map +0 -1
  106. package/@syncfusion/ej2-angular-ribbon.js +0 -526
  107. package/@syncfusion/ej2-angular-ribbon.js.map +0 -1
  108. package/CHANGELOG.md +0 -21
  109. package/dist/ej2-angular-ribbon.umd.js +0 -709
  110. package/dist/ej2-angular-ribbon.umd.js.map +0 -1
  111. package/dist/ej2-angular-ribbon.umd.min.js +0 -11
  112. package/dist/ej2-angular-ribbon.umd.min.js.map +0 -1
  113. package/ej2-angular-ribbon.d.ts +0 -5
  114. package/ej2-angular-ribbon.metadata.json +0 -1
  115. package/postinstall/tagchange.js +0 -18
  116. package/schematics/collection.json +0 -10
  117. package/schematics/ng-add/index.d.ts +0 -3
  118. package/schematics/ng-add/index.js +0 -9
  119. package/schematics/ng-add/index.ts +0 -10
  120. package/schematics/ng-add/schema.d.ts +0 -13
  121. package/schematics/ng-add/schema.js +0 -2
  122. package/schematics/ng-add/schema.json +0 -34
  123. package/schematics/ng-add/schema.ts +0 -30
  124. package/schematics/tsconfig.json +0 -25
  125. package/schematics/utils/lib-details.d.ts +0 -4
  126. package/schematics/utils/lib-details.js +0 -6
  127. package/schematics/utils/lib-details.ts +0 -4
@@ -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
@@ -110,6 +111,8 @@ export declare class RibbonItemDirective extends ComplexBase<RibbonItemDirective
110
111
  */
111
112
  itemTemplate: any;
112
113
  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"]>;
113
116
  }
114
117
  /**
115
118
  * RibbonItem Array Directive
@@ -117,4 +120,6 @@ export declare class RibbonItemDirective extends ComplexBase<RibbonItemDirective
117
120
  */
118
121
  export declare class RibbonItemsDirective extends ArrayBase<RibbonItemsDirective> {
119
122
  constructor();
123
+ static ɵfac: i0.ɵɵFactoryDeclaration<RibbonItemsDirective, never>;
124
+ static ɵdir: i0.ɵɵDirectiveDeclaration<RibbonItemsDirective, "e-ribbon-items", never, {}, {}, ["children"]>;
120
125
  }
@@ -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;
@@ -10,4 +13,7 @@ export declare const RibbonFileMenuService: ValueProvider;
10
13
  * NgModule definition for the Ribbon component with providers.
11
14
  */
12
15
  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>;
13
19
  }
@@ -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[];
@@ -39,4 +40,6 @@ export declare class RibbonComponent extends Ribbon implements IComponentBase {
39
40
  ngAfterContentChecked(): void;
40
41
  registerEvents: (eventList: string[]) => void;
41
42
  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"]>;
42
45
  }
@@ -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
  }
@@ -216,9 +216,6 @@
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
- }
222
219
  .e-ribbon.e-rbn .e-ribbon-tab .e-hscroll {
223
220
  padding: 0;
224
221
  }
@@ -228,7 +225,6 @@
228
225
  min-width: auto;
229
226
  width: auto;
230
227
  border-style: solid;
231
- transform: none;
232
228
  border-width: 1px;
233
229
  border-radius: 2px;
234
230
  z-index: 3;
@@ -239,7 +235,6 @@
239
235
  .e-ribbon.e-rbn .e-ribbon-tab .e-hscroll .e-scroll-nav .e-nav-arrow {
240
236
  font-size: 16px;
241
237
  height: auto;
242
- transform: none;
243
238
  line-height: 16px;
244
239
  padding: 0 4px;
245
240
  width: auto;
@@ -357,9 +352,6 @@
357
352
  .e-ribbon.e-rbn:not(.e-rtl) .e-tab-header {
358
353
  left: var(--fileMenuWidth);
359
354
  }
360
- .e-ribbon.e-rbn:not(.e-rtl) .e-ribbon-tab .e-hscroll.e-scroll-device {
361
- padding-right: 30px;
362
- }
363
355
  .e-ribbon.e-rbn.e-rtl .e-ribbon-collapse-btn,
364
356
  .e-ribbon.e-rbn.e-rtl .e-ribbon-help-template,
365
357
  .e-ribbon.e-rbn.e-rtl .e-ribbon-group::after {
@@ -371,9 +363,6 @@
371
363
  .e-ribbon.e-rbn.e-rtl .e-tab-header {
372
364
  right: var(--fileMenuWidth);
373
365
  }
374
- .e-ribbon.e-rbn.e-rtl .e-ribbon-tab .e-hscroll.e-scroll-device {
375
- padding-left: 30px;
376
- }
377
366
 
378
367
  .e-ribbon.e-rbn,
379
368
  .e-ribbon-group-overflow-ddb {
@@ -221,9 +221,6 @@
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
- }
227
224
  .e-ribbon.e-rbn .e-ribbon-tab .e-hscroll {
228
225
  padding: 0;
229
226
  }
@@ -233,7 +230,6 @@
233
230
  min-width: auto;
234
231
  width: auto;
235
232
  border-style: solid;
236
- transform: none;
237
233
  border-width: 1px;
238
234
  border-radius: 2px;
239
235
  z-index: 3;
@@ -244,7 +240,6 @@
244
240
  .e-ribbon.e-rbn .e-ribbon-tab .e-hscroll .e-scroll-nav .e-nav-arrow {
245
241
  font-size: 16px;
246
242
  height: auto;
247
- transform: none;
248
243
  line-height: 16px;
249
244
  padding: 0 4px;
250
245
  width: auto;
@@ -362,9 +357,6 @@
362
357
  .e-ribbon.e-rbn:not(.e-rtl) .e-tab-header {
363
358
  left: var(--fileMenuWidth);
364
359
  }
365
- .e-ribbon.e-rbn:not(.e-rtl) .e-ribbon-tab .e-hscroll.e-scroll-device {
366
- padding-right: 30px;
367
- }
368
360
  .e-ribbon.e-rbn.e-rtl .e-ribbon-collapse-btn,
369
361
  .e-ribbon.e-rbn.e-rtl .e-ribbon-help-template,
370
362
  .e-ribbon.e-rbn.e-rtl .e-ribbon-group::after {
@@ -376,9 +368,6 @@
376
368
  .e-ribbon.e-rbn.e-rtl .e-tab-header {
377
369
  right: var(--fileMenuWidth);
378
370
  }
379
- .e-ribbon.e-rbn.e-rtl .e-ribbon-tab .e-hscroll.e-scroll-device {
380
- padding-left: 30px;
381
- }
382
371
 
383
372
  .e-ribbon.e-rbn,
384
373
  .e-ribbon-group-overflow-ddb {
@@ -271,9 +271,6 @@
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
- }
277
274
  .e-ribbon.e-rbn .e-ribbon-tab .e-hscroll {
278
275
  padding: 0;
279
276
  }
@@ -283,7 +280,6 @@
283
280
  min-width: auto;
284
281
  width: auto;
285
282
  border-style: solid;
286
- transform: none;
287
283
  border-width: 1px;
288
284
  border-radius: 2px;
289
285
  z-index: 3;
@@ -294,7 +290,6 @@
294
290
  .e-ribbon.e-rbn .e-ribbon-tab .e-hscroll .e-scroll-nav .e-nav-arrow {
295
291
  font-size: 20px;
296
292
  height: auto;
297
- transform: none;
298
293
  line-height: 20px;
299
294
  padding: 0 2px;
300
295
  width: auto;
@@ -412,9 +407,6 @@
412
407
  .e-ribbon.e-rbn:not(.e-rtl) .e-tab-header {
413
408
  left: var(--fileMenuWidth);
414
409
  }
415
- .e-ribbon.e-rbn:not(.e-rtl) .e-ribbon-tab .e-hscroll.e-scroll-device {
416
- padding-right: 30px;
417
- }
418
410
  .e-ribbon.e-rbn.e-rtl .e-ribbon-collapse-btn,
419
411
  .e-ribbon.e-rbn.e-rtl .e-ribbon-help-template,
420
412
  .e-ribbon.e-rbn.e-rtl .e-ribbon-group::after {
@@ -426,9 +418,6 @@
426
418
  .e-ribbon.e-rbn.e-rtl .e-tab-header {
427
419
  right: var(--fileMenuWidth);
428
420
  }
429
- .e-ribbon.e-rbn.e-rtl .e-ribbon-tab .e-hscroll.e-scroll-device {
430
- padding-left: 30px;
431
- }
432
421
 
433
422
  .e-ribbon.e-rbn,
434
423
  .e-ribbon-group-overflow-ddb {
@@ -300,9 +300,6 @@
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
- }
306
303
  .e-ribbon.e-rbn .e-ribbon-tab .e-hscroll {
307
304
  padding: 0;
308
305
  }
@@ -312,7 +309,6 @@
312
309
  min-width: auto;
313
310
  width: auto;
314
311
  border-style: solid;
315
- transform: none;
316
312
  border-width: 1px;
317
313
  border-radius: 2px;
318
314
  z-index: 3;
@@ -323,7 +319,6 @@
323
319
  .e-ribbon.e-rbn .e-ribbon-tab .e-hscroll .e-scroll-nav .e-nav-arrow {
324
320
  font-size: 14px;
325
321
  height: auto;
326
- transform: none;
327
322
  line-height: 14px;
328
323
  padding: 0 5px;
329
324
  width: auto;
@@ -441,9 +436,6 @@
441
436
  .e-ribbon.e-rbn:not(.e-rtl) .e-tab-header {
442
437
  left: var(--fileMenuWidth);
443
438
  }
444
- .e-ribbon.e-rbn:not(.e-rtl) .e-ribbon-tab .e-hscroll.e-scroll-device {
445
- padding-right: 30px;
446
- }
447
439
  .e-ribbon.e-rbn.e-rtl .e-ribbon-collapse-btn,
448
440
  .e-ribbon.e-rbn.e-rtl .e-ribbon-help-template,
449
441
  .e-ribbon.e-rbn.e-rtl .e-ribbon-group::after {
@@ -455,9 +447,6 @@
455
447
  .e-ribbon.e-rbn.e-rtl .e-tab-header {
456
448
  right: var(--fileMenuWidth);
457
449
  }
458
- .e-ribbon.e-rbn.e-rtl .e-ribbon-tab .e-hscroll.e-scroll-device {
459
- padding-left: 30px;
460
- }
461
450
 
462
451
  .e-ribbon.e-rbn,
463
452
  .e-ribbon-group-overflow-ddb {
@@ -300,9 +300,6 @@
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
- }
306
303
  .e-ribbon.e-rbn .e-ribbon-tab .e-hscroll {
307
304
  padding: 0;
308
305
  }
@@ -312,7 +309,6 @@
312
309
  min-width: auto;
313
310
  width: auto;
314
311
  border-style: solid;
315
- transform: none;
316
312
  border-width: 1px;
317
313
  border-radius: 2px;
318
314
  z-index: 3;
@@ -323,7 +319,6 @@
323
319
  .e-ribbon.e-rbn .e-ribbon-tab .e-hscroll .e-scroll-nav .e-nav-arrow {
324
320
  font-size: 14px;
325
321
  height: auto;
326
- transform: none;
327
322
  line-height: 14px;
328
323
  padding: 0 5px;
329
324
  width: auto;
@@ -441,9 +436,6 @@
441
436
  .e-ribbon.e-rbn:not(.e-rtl) .e-tab-header {
442
437
  left: var(--fileMenuWidth);
443
438
  }
444
- .e-ribbon.e-rbn:not(.e-rtl) .e-ribbon-tab .e-hscroll.e-scroll-device {
445
- padding-right: 30px;
446
- }
447
439
  .e-ribbon.e-rbn.e-rtl .e-ribbon-collapse-btn,
448
440
  .e-ribbon.e-rbn.e-rtl .e-ribbon-help-template,
449
441
  .e-ribbon.e-rbn.e-rtl .e-ribbon-group::after {
@@ -455,9 +447,6 @@
455
447
  .e-ribbon.e-rbn.e-rtl .e-tab-header {
456
448
  right: var(--fileMenuWidth);
457
449
  }
458
- .e-ribbon.e-rbn.e-rtl .e-ribbon-tab .e-hscroll.e-scroll-device {
459
- padding-left: 30px;
460
- }
461
450
 
462
451
  .e-ribbon.e-rbn,
463
452
  .e-ribbon-group-overflow-ddb {
@@ -192,9 +192,6 @@
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
- }
198
195
  .e-ribbon.e-rbn .e-ribbon-tab .e-hscroll {
199
196
  padding: 0;
200
197
  }
@@ -204,7 +201,6 @@
204
201
  min-width: auto;
205
202
  width: auto;
206
203
  border-style: solid;
207
- transform: none;
208
204
  border-width: 1px;
209
205
  border-radius: unset;
210
206
  z-index: 3;
@@ -215,7 +211,6 @@
215
211
  .e-ribbon.e-rbn .e-ribbon-tab .e-hscroll .e-scroll-nav .e-nav-arrow {
216
212
  font-size: 16px;
217
213
  height: auto;
218
- transform: none;
219
214
  line-height: 16px;
220
215
  padding: 0 4px;
221
216
  width: auto;
@@ -333,9 +328,6 @@
333
328
  .e-ribbon.e-rbn:not(.e-rtl) .e-tab-header {
334
329
  left: var(--fileMenuWidth);
335
330
  }
336
- .e-ribbon.e-rbn:not(.e-rtl) .e-ribbon-tab .e-hscroll.e-scroll-device {
337
- padding-right: 30px;
338
- }
339
331
  .e-ribbon.e-rbn.e-rtl .e-ribbon-collapse-btn,
340
332
  .e-ribbon.e-rbn.e-rtl .e-ribbon-help-template,
341
333
  .e-ribbon.e-rbn.e-rtl .e-ribbon-group::after {
@@ -347,9 +339,6 @@
347
339
  .e-ribbon.e-rbn.e-rtl .e-tab-header {
348
340
  right: var(--fileMenuWidth);
349
341
  }
350
- .e-ribbon.e-rbn.e-rtl .e-ribbon-tab .e-hscroll.e-scroll-device {
351
- padding-left: 30px;
352
- }
353
342
 
354
343
  .e-ribbon.e-rbn,
355
344
  .e-ribbon-group-overflow-ddb {
package/styles/fabric.css CHANGED
@@ -190,9 +190,6 @@
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
- }
196
193
  .e-ribbon.e-rbn .e-ribbon-tab .e-hscroll {
197
194
  padding: 0;
198
195
  }
@@ -202,7 +199,6 @@
202
199
  min-width: auto;
203
200
  width: auto;
204
201
  border-style: solid;
205
- transform: none;
206
202
  border-width: 1px;
207
203
  border-radius: unset;
208
204
  z-index: 3;
@@ -213,7 +209,6 @@
213
209
  .e-ribbon.e-rbn .e-ribbon-tab .e-hscroll .e-scroll-nav .e-nav-arrow {
214
210
  font-size: 16px;
215
211
  height: auto;
216
- transform: none;
217
212
  line-height: 16px;
218
213
  padding: 0 4px;
219
214
  width: auto;
@@ -331,9 +326,6 @@
331
326
  .e-ribbon.e-rbn:not(.e-rtl) .e-tab-header {
332
327
  left: var(--fileMenuWidth);
333
328
  }
334
- .e-ribbon.e-rbn:not(.e-rtl) .e-ribbon-tab .e-hscroll.e-scroll-device {
335
- padding-right: 30px;
336
- }
337
329
  .e-ribbon.e-rbn.e-rtl .e-ribbon-collapse-btn,
338
330
  .e-ribbon.e-rbn.e-rtl .e-ribbon-help-template,
339
331
  .e-ribbon.e-rbn.e-rtl .e-ribbon-group::after {
@@ -345,9 +337,6 @@
345
337
  .e-ribbon.e-rbn.e-rtl .e-tab-header {
346
338
  right: var(--fileMenuWidth);
347
339
  }
348
- .e-ribbon.e-rbn.e-rtl .e-ribbon-tab .e-hscroll.e-scroll-device {
349
- padding-left: 30px;
350
- }
351
340
 
352
341
  .e-ribbon.e-rbn,
353
342
  .e-ribbon-group-overflow-ddb {
@@ -276,9 +276,6 @@
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
- }
282
279
  .e-ribbon.e-rbn .e-ribbon-tab .e-hscroll {
283
280
  padding: 0;
284
281
  }
@@ -288,7 +285,6 @@
288
285
  min-width: auto;
289
286
  width: auto;
290
287
  border-style: solid;
291
- transform: none;
292
288
  border-width: 1px;
293
289
  border-radius: 2px;
294
290
  z-index: 3;
@@ -299,7 +295,6 @@
299
295
  .e-ribbon.e-rbn .e-ribbon-tab .e-hscroll .e-scroll-nav .e-nav-arrow {
300
296
  font-size: 14px;
301
297
  height: auto;
302
- transform: none;
303
298
  line-height: 14px;
304
299
  padding: 0 5px;
305
300
  width: auto;
@@ -417,9 +412,6 @@
417
412
  .e-ribbon.e-rbn:not(.e-rtl) .e-tab-header {
418
413
  left: var(--fileMenuWidth);
419
414
  }
420
- .e-ribbon.e-rbn:not(.e-rtl) .e-ribbon-tab .e-hscroll.e-scroll-device {
421
- padding-right: 30px;
422
- }
423
415
  .e-ribbon.e-rbn.e-rtl .e-ribbon-collapse-btn,
424
416
  .e-ribbon.e-rbn.e-rtl .e-ribbon-help-template,
425
417
  .e-ribbon.e-rbn.e-rtl .e-ribbon-group::after {
@@ -431,9 +423,6 @@
431
423
  .e-ribbon.e-rbn.e-rtl .e-tab-header {
432
424
  right: var(--fileMenuWidth);
433
425
  }
434
- .e-ribbon.e-rbn.e-rtl .e-ribbon-tab .e-hscroll.e-scroll-device {
435
- padding-left: 30px;
436
- }
437
426
 
438
427
  .e-ribbon.e-rbn,
439
428
  .e-ribbon-group-overflow-ddb {
package/styles/fluent.css CHANGED
@@ -276,9 +276,6 @@
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
- }
282
279
  .e-ribbon.e-rbn .e-ribbon-tab .e-hscroll {
283
280
  padding: 0;
284
281
  }
@@ -288,7 +285,6 @@
288
285
  min-width: auto;
289
286
  width: auto;
290
287
  border-style: solid;
291
- transform: none;
292
288
  border-width: 1px;
293
289
  border-radius: 2px;
294
290
  z-index: 3;
@@ -299,7 +295,6 @@
299
295
  .e-ribbon.e-rbn .e-ribbon-tab .e-hscroll .e-scroll-nav .e-nav-arrow {
300
296
  font-size: 14px;
301
297
  height: auto;
302
- transform: none;
303
298
  line-height: 14px;
304
299
  padding: 0 5px;
305
300
  width: auto;
@@ -417,9 +412,6 @@
417
412
  .e-ribbon.e-rbn:not(.e-rtl) .e-tab-header {
418
413
  left: var(--fileMenuWidth);
419
414
  }
420
- .e-ribbon.e-rbn:not(.e-rtl) .e-ribbon-tab .e-hscroll.e-scroll-device {
421
- padding-right: 30px;
422
- }
423
415
  .e-ribbon.e-rbn.e-rtl .e-ribbon-collapse-btn,
424
416
  .e-ribbon.e-rbn.e-rtl .e-ribbon-help-template,
425
417
  .e-ribbon.e-rbn.e-rtl .e-ribbon-group::after {
@@ -431,9 +423,6 @@
431
423
  .e-ribbon.e-rbn.e-rtl .e-tab-header {
432
424
  right: var(--fileMenuWidth);
433
425
  }
434
- .e-ribbon.e-rbn.e-rtl .e-ribbon-tab .e-hscroll.e-scroll-device {
435
- padding-left: 30px;
436
- }
437
426
 
438
427
  .e-ribbon.e-rbn,
439
428
  .e-ribbon-group-overflow-ddb {
@@ -199,9 +199,6 @@
199
199
  height: auto;
200
200
  min-height: auto;
201
201
  }
202
- .e-ribbon.e-rbn .e-ribbon-tab .e-hscroll.e-scroll-device .e-scroll-nav.e-scroll-right-nav {
203
- box-shadow: none;
204
- }
205
202
  .e-ribbon.e-rbn .e-ribbon-tab .e-hscroll {
206
203
  padding: 0;
207
204
  }
@@ -211,7 +208,6 @@
211
208
  min-width: auto;
212
209
  width: auto;
213
210
  border-style: solid;
214
- transform: none;
215
211
  border-width: 1px;
216
212
  border-radius: unset;
217
213
  z-index: 3;
@@ -222,7 +218,6 @@
222
218
  .e-ribbon.e-rbn .e-ribbon-tab .e-hscroll .e-scroll-nav .e-nav-arrow {
223
219
  font-size: 16px;
224
220
  height: auto;
225
- transform: none;
226
221
  line-height: 16px;
227
222
  padding: 0 4px;
228
223
  width: auto;
@@ -340,9 +335,6 @@
340
335
  .e-ribbon.e-rbn:not(.e-rtl) .e-tab-header {
341
336
  left: var(--fileMenuWidth);
342
337
  }
343
- .e-ribbon.e-rbn:not(.e-rtl) .e-ribbon-tab .e-hscroll.e-scroll-device {
344
- padding-right: 30px;
345
- }
346
338
  .e-ribbon.e-rbn.e-rtl .e-ribbon-collapse-btn,
347
339
  .e-ribbon.e-rbn.e-rtl .e-ribbon-help-template,
348
340
  .e-ribbon.e-rbn.e-rtl .e-ribbon-group::after {
@@ -354,9 +346,6 @@
354
346
  .e-ribbon.e-rbn.e-rtl .e-tab-header {
355
347
  right: var(--fileMenuWidth);
356
348
  }
357
- .e-ribbon.e-rbn.e-rtl .e-ribbon-tab .e-hscroll.e-scroll-device {
358
- padding-left: 30px;
359
- }
360
349
 
361
350
  .e-ribbon.e-rbn,
362
351
  .e-ribbon-group-overflow-ddb {
@@ -208,9 +208,6 @@
208
208
  height: auto;
209
209
  min-height: auto;
210
210
  }
211
- .e-ribbon.e-rbn .e-ribbon-tab .e-hscroll.e-scroll-device .e-scroll-nav.e-scroll-right-nav {
212
- box-shadow: none;
213
- }
214
211
  .e-ribbon.e-rbn .e-ribbon-tab .e-hscroll {
215
212
  padding: 0;
216
213
  }
@@ -220,7 +217,6 @@
220
217
  min-width: auto;
221
218
  width: auto;
222
219
  border-style: solid;
223
- transform: none;
224
220
  border-width: 1px;
225
221
  border-radius: unset;
226
222
  z-index: 3;
@@ -231,7 +227,6 @@
231
227
  .e-ribbon.e-rbn .e-ribbon-tab .e-hscroll .e-scroll-nav .e-nav-arrow {
232
228
  font-size: 16px;
233
229
  height: auto;
234
- transform: none;
235
230
  line-height: 16px;
236
231
  padding: 0 4px;
237
232
  width: auto;
@@ -349,9 +344,6 @@
349
344
  .e-ribbon.e-rbn:not(.e-rtl) .e-tab-header {
350
345
  left: var(--fileMenuWidth);
351
346
  }
352
- .e-ribbon.e-rbn:not(.e-rtl) .e-ribbon-tab .e-hscroll.e-scroll-device {
353
- padding-right: 30px;
354
- }
355
347
  .e-ribbon.e-rbn.e-rtl .e-ribbon-collapse-btn,
356
348
  .e-ribbon.e-rbn.e-rtl .e-ribbon-help-template,
357
349
  .e-ribbon.e-rbn.e-rtl .e-ribbon-group::after {
@@ -363,9 +355,6 @@
363
355
  .e-ribbon.e-rbn.e-rtl .e-tab-header {
364
356
  right: var(--fileMenuWidth);
365
357
  }
366
- .e-ribbon.e-rbn.e-rtl .e-ribbon-tab .e-hscroll.e-scroll-device {
367
- padding-left: 30px;
368
- }
369
358
 
370
359
  .e-ribbon.e-rbn,
371
360
  .e-ribbon-group-overflow-ddb {
@@ -262,9 +262,6 @@
262
262
  height: auto;
263
263
  min-height: auto;
264
264
  }
265
- .e-ribbon.e-rbn .e-ribbon-tab .e-hscroll.e-scroll-device .e-scroll-nav.e-scroll-right-nav {
266
- box-shadow: none;
267
- }
268
265
  .e-ribbon.e-rbn .e-ribbon-tab .e-hscroll {
269
266
  padding: 0;
270
267
  }
@@ -274,7 +271,6 @@
274
271
  min-width: auto;
275
272
  width: auto;
276
273
  border-style: solid;
277
- transform: none;
278
274
  border-width: 1px;
279
275
  border-radius: unset;
280
276
  z-index: 3;
@@ -285,7 +281,6 @@
285
281
  .e-ribbon.e-rbn .e-ribbon-tab .e-hscroll .e-scroll-nav .e-nav-arrow {
286
282
  font-size: 16px;
287
283
  height: auto;
288
- transform: none;
289
284
  line-height: 16px;
290
285
  padding: 0 4px;
291
286
  width: auto;
@@ -403,9 +398,6 @@
403
398
  .e-ribbon.e-rbn:not(.e-rtl) .e-tab-header {
404
399
  left: var(--fileMenuWidth);
405
400
  }
406
- .e-ribbon.e-rbn:not(.e-rtl) .e-ribbon-tab .e-hscroll.e-scroll-device {
407
- padding-right: 30px;
408
- }
409
401
  .e-ribbon.e-rbn.e-rtl .e-ribbon-collapse-btn,
410
402
  .e-ribbon.e-rbn.e-rtl .e-ribbon-help-template,
411
403
  .e-ribbon.e-rbn.e-rtl .e-ribbon-group::after {
@@ -417,9 +409,6 @@
417
409
  .e-ribbon.e-rbn.e-rtl .e-tab-header {
418
410
  right: var(--fileMenuWidth);
419
411
  }
420
- .e-ribbon.e-rbn.e-rtl .e-ribbon-tab .e-hscroll.e-scroll-device {
421
- padding-left: 30px;
422
- }
423
412
 
424
413
  .e-ribbon.e-rbn,
425
414
  .e-ribbon-group-overflow-ddb {