@syncfusion/ej2-angular-ribbon 26.2.10 → 27.1.48-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 (91) hide show
  1. package/@syncfusion/ej2-angular-ribbon.es5.js +615 -0
  2. package/@syncfusion/ej2-angular-ribbon.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-ribbon.js +571 -0
  4. package/@syncfusion/ej2-angular-ribbon.js.map +1 -0
  5. package/dist/ej2-angular-ribbon.umd.js +806 -0
  6. package/dist/ej2-angular-ribbon.umd.js.map +1 -0
  7. package/dist/ej2-angular-ribbon.umd.min.js +11 -0
  8. package/dist/ej2-angular-ribbon.umd.min.js.map +1 -0
  9. package/ej2-angular-ribbon.d.ts +5 -0
  10. package/ej2-angular-ribbon.metadata.json +1 -0
  11. package/license +10 -0
  12. package/package.json +15 -29
  13. package/schematics/collection.json +10 -9
  14. package/schematics/ng-add/index.d.ts +3 -0
  15. package/schematics/ng-add/index.js +9 -0
  16. package/schematics/ng-add/index.ts +10 -10
  17. package/schematics/ng-add/schema.d.ts +13 -0
  18. package/schematics/ng-add/schema.js +2 -0
  19. package/schematics/ng-add/schema.json +34 -34
  20. package/schematics/ng-add/schema.ts +30 -30
  21. package/schematics/tsconfig.json +25 -25
  22. package/schematics/utils/lib-details.d.ts +4 -0
  23. package/schematics/utils/lib-details.js +6 -0
  24. package/schematics/utils/lib-details.ts +2 -2
  25. package/src/ribbon/collections.directive.d.ts +0 -5
  26. package/src/ribbon/contextualtabs.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 -11
  32. package/src/ribbon/tabs.directive.d.ts +0 -5
  33. package/styles/bootstrap-dark-lite.css +1 -0
  34. package/styles/bootstrap-dark-lite.scss +1 -0
  35. package/styles/bootstrap-lite.css +1 -0
  36. package/styles/bootstrap-lite.scss +1 -0
  37. package/styles/bootstrap4-lite.css +1 -0
  38. package/styles/bootstrap4-lite.scss +1 -0
  39. package/styles/bootstrap5-dark-lite.css +1 -0
  40. package/styles/bootstrap5-dark-lite.scss +1 -0
  41. package/styles/bootstrap5-lite.css +1 -0
  42. package/styles/bootstrap5-lite.scss +1 -0
  43. package/styles/bootstrap5.3-lite.css +1 -0
  44. package/styles/bootstrap5.3-lite.scss +1 -0
  45. package/styles/bootstrap5.3.css +1 -0
  46. package/styles/bootstrap5.3.scss +1 -0
  47. package/styles/fabric-dark-lite.css +1 -0
  48. package/styles/fabric-dark-lite.scss +1 -0
  49. package/styles/fabric-lite.css +1 -0
  50. package/styles/fabric-lite.scss +1 -0
  51. package/styles/fluent-dark-lite.css +1 -0
  52. package/styles/fluent-dark-lite.scss +1 -0
  53. package/styles/fluent-lite.css +1 -0
  54. package/styles/fluent-lite.scss +1 -0
  55. package/styles/fluent2-lite.css +1 -0
  56. package/styles/fluent2-lite.scss +1 -0
  57. package/styles/highcontrast-light-lite.css +1 -0
  58. package/styles/highcontrast-light-lite.scss +1 -0
  59. package/styles/highcontrast-lite.css +1 -0
  60. package/styles/highcontrast-lite.scss +1 -0
  61. package/styles/material-dark-lite.css +1 -0
  62. package/styles/material-dark-lite.scss +1 -0
  63. package/styles/material-lite.css +1 -0
  64. package/styles/material-lite.scss +1 -0
  65. package/styles/material3-dark-lite.css +1 -0
  66. package/styles/material3-dark-lite.scss +1 -0
  67. package/styles/material3-lite.css +1 -0
  68. package/styles/material3-lite.scss +1 -0
  69. package/styles/ribbon/bootstrap5.3.css +1 -0
  70. package/styles/ribbon/bootstrap5.3.scss +1 -0
  71. package/styles/tailwind-dark-lite.css +1 -0
  72. package/styles/tailwind-dark-lite.scss +1 -0
  73. package/styles/tailwind-lite.css +1 -0
  74. package/styles/tailwind-lite.scss +1 -0
  75. package/CHANGELOG.md +0 -139
  76. package/esm2020/public_api.mjs +0 -2
  77. package/esm2020/src/index.mjs +0 -10
  78. package/esm2020/src/ribbon/collections.directive.mjs +0 -50
  79. package/esm2020/src/ribbon/contextualtabs.directive.mjs +0 -62
  80. package/esm2020/src/ribbon/groups.directive.mjs +0 -50
  81. package/esm2020/src/ribbon/items.directive.mjs +0 -54
  82. package/esm2020/src/ribbon/ribbon-all.module.mjs +0 -62
  83. package/esm2020/src/ribbon/ribbon.component.mjs +0 -160
  84. package/esm2020/src/ribbon/ribbon.module.mjs +0 -70
  85. package/esm2020/src/ribbon/tabs.directive.mjs +0 -50
  86. package/esm2020/syncfusion-ej2-angular-ribbon.mjs +0 -5
  87. package/fesm2015/syncfusion-ej2-angular-ribbon.mjs +0 -528
  88. package/fesm2015/syncfusion-ej2-angular-ribbon.mjs.map +0 -1
  89. package/fesm2020/syncfusion-ej2-angular-ribbon.mjs +0 -528
  90. package/fesm2020/syncfusion-ej2-angular-ribbon.mjs.map +0 -1
  91. package/syncfusion-ej2-angular-ribbon.d.ts +0 -5
@@ -1,34 +1,34 @@
1
- {
2
- "$schema": "http://json-schema.org/schema",
3
- "$id": "ngAdd",
4
- "title": "Add Essential JS 2 Angular packages",
5
- "type": "object",
6
- "properties": {
7
- "skipPackageJson": {
8
- "type": "boolean",
9
- "default": false,
10
- "description": "Do not add add Essential JS 2 Angular packages dependencies to package.json (e.g., --skipPackageJson)"
11
- },
12
- "modules": {
13
- "type": "string",
14
- "default": "",
15
- "description": "Add only specific Essential JS 2 modules to the app.module file (eg: --modules=slider, grid)"
16
- },
17
- "modulePath": {
18
- "type": "string",
19
- "default": "",
20
- "description": "Used to specify the path of the module file where the EJ2 module needs to be imported"
21
- },
22
- "theme": {
23
- "enum": [
24
- "material",
25
- "fabric",
26
- "bootstrap",
27
- "highcontrast"
28
- ],
29
- "default": "material",
30
- "description": "Used to change the theme that needs to be imported"
31
- }
32
- },
33
- "required": []
34
- }
1
+ {
2
+ "$schema": "http://json-schema.org/schema",
3
+ "$id": "ngAdd",
4
+ "title": "Add Essential JS 2 Angular packages",
5
+ "type": "object",
6
+ "properties": {
7
+ "skipPackageJson": {
8
+ "type": "boolean",
9
+ "default": false,
10
+ "description": "Do not add add Essential JS 2 Angular packages dependencies to package.json (e.g., --skipPackageJson)"
11
+ },
12
+ "modules": {
13
+ "type": "string",
14
+ "default": "",
15
+ "description": "Add only specific Essential JS 2 modules to the app.module file (eg: --modules=slider, grid)"
16
+ },
17
+ "modulePath": {
18
+ "type": "string",
19
+ "default": "",
20
+ "description": "Used to specify the path of the module file where the EJ2 module needs to be imported"
21
+ },
22
+ "theme": {
23
+ "enum": [
24
+ "material",
25
+ "fabric",
26
+ "bootstrap",
27
+ "highcontrast"
28
+ ],
29
+ "default": "material",
30
+ "description": "Used to change the theme that needs to be imported"
31
+ }
32
+ },
33
+ "required": []
34
+ }
@@ -1,30 +1,30 @@
1
- export interface OptionsSchema {
2
- // Whether to skip package.json install.
3
- skipPackageJson: boolean;
4
-
5
- // Used to specify required module names
6
- modules: string;
7
-
8
- // Used to specify custom module path
9
- modulePath: string;
10
-
11
- // Used to specify theme name
12
- theme: 'material' | 'fabric' | 'bootstrap' | 'highcontrast';
13
-
14
- // Name of the project to target.
15
- project?: string;
16
- }
17
-
18
- export interface LibOptionsSchema {
19
- // Package name
20
- pkgName: string;
21
-
22
- // Package version
23
- pkgVer: string;
24
-
25
- // Library base module name
26
- moduleName: string;
27
-
28
- // Theme version
29
- themeVer: string;
30
- }
1
+ export interface OptionsSchema {
2
+ // Whether to skip package.json install.
3
+ skipPackageJson: boolean;
4
+
5
+ // Used to specify required module names
6
+ modules: string;
7
+
8
+ // Used to specify custom module path
9
+ modulePath: string;
10
+
11
+ // Used to specify theme name
12
+ theme: 'material' | 'fabric' | 'bootstrap' | 'highcontrast';
13
+
14
+ // Name of the project to target.
15
+ project?: string;
16
+ }
17
+
18
+ export interface LibOptionsSchema {
19
+ // Package name
20
+ pkgName: string;
21
+
22
+ // Package version
23
+ pkgVer: string;
24
+
25
+ // Library base module name
26
+ moduleName: string;
27
+
28
+ // Theme version
29
+ themeVer: string;
30
+ }
@@ -1,25 +1,25 @@
1
- {
2
- "compilerOptions": {
3
- "lib": ["es2017", "dom"],
4
- "module": "commonjs",
5
- "moduleResolution": "node",
6
- "noEmitOnError": false,
7
- "skipDefaultLibCheck": true,
8
- "skipLibCheck": true,
9
- "sourceMap": true,
10
- "target": "es6",
11
- "declaration": true,
12
- "types": [
13
- "jasmine",
14
- "node"
15
- ]
16
- },
17
- "exclude": [
18
- "node_modules",
19
- "src",
20
- "src/**/*.ts",
21
- "spec",
22
- "spec/**/*.ts",
23
- "@typings"
24
- ]
25
- }
1
+ {
2
+ "compilerOptions": {
3
+ "lib": ["es2017", "dom"],
4
+ "module": "commonjs",
5
+ "moduleResolution": "node",
6
+ "noEmitOnError": false,
7
+ "skipDefaultLibCheck": true,
8
+ "skipLibCheck": true,
9
+ "sourceMap": true,
10
+ "target": "es6",
11
+ "declaration": true,
12
+ "types": [
13
+ "jasmine",
14
+ "node"
15
+ ]
16
+ },
17
+ "exclude": [
18
+ "node_modules",
19
+ "src",
20
+ "src/**/*.ts",
21
+ "spec",
22
+ "spec/**/*.ts",
23
+ "@typings"
24
+ ]
25
+ }
@@ -0,0 +1,4 @@
1
+ export declare const pkgName = "@syncfusion/ej2-angular-ribbon";
2
+ export declare const pkgVer = "^21.29.0";
3
+ export declare const moduleName = "RibbonModule";
4
+ export declare const themeVer = "~21.29.0";
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.pkgName = '@syncfusion/ej2-angular-ribbon';
4
+ exports.pkgVer = '^27.1.48';
5
+ exports.moduleName = 'RibbonModule';
6
+ exports.themeVer = '~27.1.48';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-ribbon';
2
- export const pkgVer = '^26.2.7';
2
+ export const pkgVer = '^27.1.48';
3
3
  export const moduleName = 'RibbonModule';
4
- export const themeVer = '~26.2.7';
4
+ export const themeVer = '~27.1.48';
@@ -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
  export declare class RibbonCollectionDirective extends ComplexBase<RibbonCollectionDirective> {
5
4
  private viewContainerRef;
6
5
  directivePropList: any;
@@ -23,8 +22,6 @@ export declare class RibbonCollectionDirective extends ComplexBase<RibbonCollect
23
22
  */
24
23
  items: any;
25
24
  constructor(viewContainerRef: ViewContainerRef);
26
- static ɵfac: i0.ɵɵFactoryDeclaration<RibbonCollectionDirective, never>;
27
- static ɵdir: i0.ɵɵDirectiveDeclaration<RibbonCollectionDirective, "e-ribbon-collection", never, { "cssClass": "cssClass"; "id": "id"; "items": "items"; }, {}, ["childItems"]>;
28
25
  }
29
26
  /**
30
27
  * RibbonCollection Array Directive
@@ -32,6 +29,4 @@ export declare class RibbonCollectionDirective extends ComplexBase<RibbonCollect
32
29
  */
33
30
  export declare class RibbonCollectionsDirective extends ArrayBase<RibbonCollectionsDirective> {
34
31
  constructor();
35
- static ɵfac: i0.ɵɵFactoryDeclaration<RibbonCollectionsDirective, never>;
36
- static ɵdir: i0.ɵɵDirectiveDeclaration<RibbonCollectionsDirective, "e-ribbon-collections", never, {}, {}, ["children"]>;
37
32
  }
@@ -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-contextual-tab` directive represent a contextual tab of the Angular Ribbon.
6
5
  * It must be contained in a Ribbon component(`ejs-ribbon`).
@@ -35,8 +34,6 @@ export declare class RibbonContextualTabDirective extends ComplexBase<RibbonCont
35
34
  */
36
35
  visible: any;
37
36
  constructor(viewContainerRef: ViewContainerRef);
38
- static ɵfac: i0.ɵɵFactoryDeclaration<RibbonContextualTabDirective, never>;
39
- static ɵdir: i0.ɵɵDirectiveDeclaration<RibbonContextualTabDirective, "e-ribbon-contextual-tab", never, { "isSelected": "isSelected"; "tabs": "tabs"; "visible": "visible"; }, {}, ["childTabs"]>;
40
37
  }
41
38
  /**
42
39
  * RibbonContextualTab Array Directive
@@ -44,6 +41,4 @@ export declare class RibbonContextualTabDirective extends ComplexBase<RibbonCont
44
41
  */
45
42
  export declare class RibbonContextualTabsDirective extends ArrayBase<RibbonContextualTabsDirective> {
46
43
  constructor();
47
- static ɵfac: i0.ɵɵFactoryDeclaration<RibbonContextualTabsDirective, never>;
48
- static ɵdir: i0.ɵɵDirectiveDeclaration<RibbonContextualTabsDirective, "e-ribbon-contextual-tabs", never, {}, {}, ["children"]>;
49
44
  }
@@ -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
  export declare class RibbonGroupDirective extends ComplexBase<RibbonGroupDirective> {
5
4
  private viewContainerRef;
6
5
  directivePropList: any;
@@ -83,8 +82,6 @@ export declare class RibbonGroupDirective extends ComplexBase<RibbonGroupDirecti
83
82
  */
84
83
  showLauncherIcon: any;
85
84
  constructor(viewContainerRef: ViewContainerRef);
86
- static ɵfac: i0.ɵɵFactoryDeclaration<RibbonGroupDirective, never>;
87
- 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"; "keyTip": "keyTip"; "launcherIconKeyTip": "launcherIconKeyTip"; "orientation": "orientation"; "overflowHeader": "overflowHeader"; "priority": "priority"; "showLauncherIcon": "showLauncherIcon"; }, {}, ["childCollections"]>;
88
85
  }
89
86
  /**
90
87
  * RibbonGroup Array Directive
@@ -92,6 +89,4 @@ export declare class RibbonGroupDirective extends ComplexBase<RibbonGroupDirecti
92
89
  */
93
90
  export declare class RibbonGroupsDirective extends ArrayBase<RibbonGroupsDirective> {
94
91
  constructor();
95
- static ɵfac: i0.ɵɵFactoryDeclaration<RibbonGroupsDirective, never>;
96
- static ɵdir: i0.ɵɵDirectiveDeclaration<RibbonGroupsDirective, "e-ribbon-groups", never, {}, {}, ["children"]>;
97
92
  }
@@ -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
  export declare class RibbonItemDirective extends ComplexBase<RibbonItemDirective> {
5
4
  private viewContainerRef;
6
5
  directivePropList: any;
@@ -105,8 +104,6 @@ export declare class RibbonItemDirective extends ComplexBase<RibbonItemDirective
105
104
  */
106
105
  itemTemplate: any;
107
106
  constructor(viewContainerRef: ViewContainerRef);
108
- static ɵfac: i0.ɵɵFactoryDeclaration<RibbonItemDirective, never>;
109
- 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"; "gallerySettings": "gallerySettings"; "groupButtonSettings": "groupButtonSettings"; "id": "id"; "itemTemplate": "itemTemplate"; "keyTip": "keyTip"; "ribbonTooltipSettings": "ribbonTooltipSettings"; "splitButtonSettings": "splitButtonSettings"; "type": "type"; }, {}, ["itemTemplate"]>;
110
107
  }
111
108
  /**
112
109
  * RibbonItem Array Directive
@@ -114,6 +111,4 @@ export declare class RibbonItemDirective extends ComplexBase<RibbonItemDirective
114
111
  */
115
112
  export declare class RibbonItemsDirective extends ArrayBase<RibbonItemsDirective> {
116
113
  constructor();
117
- static ɵfac: i0.ɵɵFactoryDeclaration<RibbonItemsDirective, never>;
118
- static ɵdir: i0.ɵɵDirectiveDeclaration<RibbonItemsDirective, "e-ribbon-items", never, {}, {}, ["children"]>;
119
114
  }
@@ -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;
@@ -18,7 +15,4 @@ export declare const RibbonGalleryService: ValueProvider;
18
15
  * NgModule definition for the Ribbon component with providers.
19
16
  */
20
17
  export declare class RibbonAllModule {
21
- static ɵfac: i0.ɵɵFactoryDeclaration<RibbonAllModule, never>;
22
- static ɵmod: i0.ɵɵNgModuleDeclaration<RibbonAllModule, never, [typeof i1.CommonModule, typeof i2.RibbonModule], [typeof i2.RibbonModule]>;
23
- static ɵinj: i0.ɵɵInjectorDeclaration<RibbonAllModule>;
24
18
  }
@@ -3,7 +3,6 @@ import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
3
  import { Ribbon } from '@syncfusion/ej2-ribbon';
4
4
  import { RibbonTabsDirective } from './tabs.directive';
5
5
  import { RibbonContextualTabsDirective } from './contextualtabs.directive';
6
- import * as i0 from "@angular/core";
7
6
  export declare const inputs: string[];
8
7
  export declare const outputs: string[];
9
8
  export declare const twoWays: string[];
@@ -49,6 +48,4 @@ export declare class RibbonComponent extends Ribbon implements IComponentBase {
49
48
  ngAfterContentChecked(): void;
50
49
  registerEvents: (eventList: string[]) => void;
51
50
  addTwoWay: (propList: string[]) => void;
52
- static ɵfac: i0.ɵɵFactoryDeclaration<RibbonComponent, never>;
53
- static ɵcmp: i0.ɵɵComponentDeclaration<RibbonComponent, "ejs-ribbon", never, { "activeLayout": "activeLayout"; "backStageMenu": "backStageMenu"; "contextualTabs": "contextualTabs"; "cssClass": "cssClass"; "enableKeyTips": "enableKeyTips"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "fileMenu": "fileMenu"; "helpPaneTemplate": "helpPaneTemplate"; "hideLayoutSwitcher": "hideLayoutSwitcher"; "isMinimized": "isMinimized"; "launcherIconCss": "launcherIconCss"; "layoutSwitcherKeyTip": "layoutSwitcherKeyTip"; "locale": "locale"; "selectedTab": "selectedTab"; "tabAnimation": "tabAnimation"; "tabs": "tabs"; "width": "width"; }, { "created": "created"; "launcherIconClick": "launcherIconClick"; "overflowPopupClose": "overflowPopupClose"; "overflowPopupOpen": "overflowPopupOpen"; "ribbonCollapsing": "ribbonCollapsing"; "ribbonExpanding": "ribbonExpanding"; "ribbonLayoutSwitched": "ribbonLayoutSwitched"; "tabSelected": "tabSelected"; "tabSelecting": "tabSelecting"; }, ["helpPaneTemplate", "childTabs", "childContextualTabs"], ["div"]>;
54
51
  }
@@ -1,16 +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 "./contextualtabs.directive";
8
- import * as i7 from "@angular/common";
9
1
  /**
10
2
  * NgModule definition for the Ribbon component.
11
3
  */
12
4
  export declare class RibbonModule {
13
- static ɵfac: i0.ɵɵFactoryDeclaration<RibbonModule, never>;
14
- 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.RibbonContextualTabDirective, typeof i6.RibbonContextualTabsDirective], [typeof i7.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, typeof i6.RibbonContextualTabDirective, typeof i6.RibbonContextualTabsDirective]>;
15
- static ɵinj: i0.ɵɵInjectorDeclaration<RibbonModule>;
16
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
  export declare class RibbonTabDirective extends ComplexBase<RibbonTabDirective> {
5
4
  private viewContainerRef;
6
5
  directivePropList: any;
@@ -33,8 +32,6 @@ export declare class RibbonTabDirective extends ComplexBase<RibbonTabDirective>
33
32
  */
34
33
  keyTip: any;
35
34
  constructor(viewContainerRef: ViewContainerRef);
36
- static ɵfac: i0.ɵɵFactoryDeclaration<RibbonTabDirective, never>;
37
- static ɵdir: i0.ɵɵDirectiveDeclaration<RibbonTabDirective, "e-ribbon-tab", never, { "cssClass": "cssClass"; "groups": "groups"; "header": "header"; "id": "id"; "keyTip": "keyTip"; }, {}, ["childGroups"]>;
38
35
  }
39
36
  /**
40
37
  * RibbonTab Array Directive
@@ -42,6 +39,4 @@ export declare class RibbonTabDirective extends ComplexBase<RibbonTabDirective>
42
39
  */
43
40
  export declare class RibbonTabsDirective extends ArrayBase<RibbonTabsDirective> {
44
41
  constructor();
45
- static ɵfac: i0.ɵɵFactoryDeclaration<RibbonTabsDirective, never>;
46
- static ɵdir: i0.ɵɵDirectiveDeclaration<RibbonTabsDirective, "e-ribbon-tabs", never, {}, {}, ["children"]>;
47
42
  }
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-ribbon/styles/bootstrap-dark-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-ribbon/styles/bootstrap-dark-lite.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-ribbon/styles/bootstrap-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-ribbon/styles/bootstrap-lite.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-ribbon/styles/bootstrap4-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-ribbon/styles/bootstrap4-lite.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-ribbon/styles/bootstrap5-dark-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-ribbon/styles/bootstrap5-dark-lite.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-ribbon/styles/bootstrap5-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-ribbon/styles/bootstrap5-lite.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-ribbon/styles/bootstrap5.3-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-ribbon/styles/bootstrap5.3-lite.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-ribbon/styles/bootstrap5.3.css';
@@ -0,0 +1 @@
1
+ @import 'ribbon/bootstrap5.3.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-ribbon/styles/fabric-dark-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-ribbon/styles/fabric-dark-lite.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-ribbon/styles/fabric-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-ribbon/styles/fabric-lite.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-ribbon/styles/fluent-dark-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-ribbon/styles/fluent-dark-lite.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-ribbon/styles/fluent-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-ribbon/styles/fluent-lite.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-ribbon/styles/fluent2-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-ribbon/styles/fluent2-lite.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-ribbon/styles/highcontrast-light-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-ribbon/styles/highcontrast-light-lite.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-ribbon/styles/highcontrast-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-ribbon/styles/highcontrast-lite.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-ribbon/styles/material-dark-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-ribbon/styles/material-dark-lite.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-ribbon/styles/material-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-ribbon/styles/material-lite.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-ribbon/styles/material3-dark-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-ribbon/styles/material3-dark-lite.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-ribbon/styles/material3-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-ribbon/styles/material3-lite.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-ribbon/styles/ribbon/bootstrap5.3.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-ribbon/styles/ribbon/bootstrap5.3.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-ribbon/styles/tailwind-dark-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-ribbon/styles/tailwind-dark-lite.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-ribbon/styles/tailwind-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-ribbon/styles/tailwind-lite.scss';