@syncfusion/ej2-ribbon 31.1.17 → 31.2.2

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 (186) hide show
  1. package/dist/ej2-ribbon.umd.min.js +3 -3
  2. package/dist/ej2-ribbon.umd.min.js.map +1 -1
  3. package/dist/es6/ej2-ribbon.es2015.js +24 -5
  4. package/dist/es6/ej2-ribbon.es2015.js.map +1 -1
  5. package/dist/es6/ej2-ribbon.es5.js +24 -5
  6. package/dist/es6/ej2-ribbon.es5.js.map +1 -1
  7. package/dist/global/ej2-ribbon.min.js +3 -3
  8. package/dist/global/ej2-ribbon.min.js.map +1 -1
  9. package/dist/global/index.d.ts +2 -2
  10. package/package.json +19 -55
  11. package/src/ribbon/base/ribbon-model.d.ts +1 -1
  12. package/src/ribbon/base/ribbon.js +14 -5
  13. package/src/ribbon/items/ribbon-splitbutton.js +11 -0
  14. package/styles/bds-lite.css +9 -0
  15. package/styles/bds.css +9 -0
  16. package/styles/bootstrap-dark-lite.css +9 -0
  17. package/styles/bootstrap-dark.css +9 -0
  18. package/styles/bootstrap-lite.css +9 -0
  19. package/styles/bootstrap.css +9 -0
  20. package/styles/bootstrap4-lite.css +17 -0
  21. package/styles/bootstrap4.css +17 -0
  22. package/styles/bootstrap5-dark-lite.css +9 -0
  23. package/styles/bootstrap5-dark.css +9 -0
  24. package/styles/bootstrap5-lite.css +9 -0
  25. package/styles/bootstrap5.3-lite.css +9 -0
  26. package/styles/bootstrap5.3.css +9 -0
  27. package/styles/bootstrap5.css +9 -0
  28. package/styles/fabric-dark-lite.css +9 -0
  29. package/styles/fabric-dark.css +9 -0
  30. package/styles/fabric-lite.css +9 -0
  31. package/styles/fabric.css +9 -0
  32. package/styles/fluent-dark-lite.css +9 -0
  33. package/styles/fluent-dark.css +9 -0
  34. package/styles/fluent-lite.css +9 -0
  35. package/styles/fluent.css +9 -0
  36. package/styles/fluent2-lite.css +11 -2
  37. package/styles/fluent2.css +11 -2
  38. package/styles/highcontrast-light-lite.css +9 -0
  39. package/styles/highcontrast-light.css +9 -0
  40. package/styles/highcontrast-lite.css +9 -0
  41. package/styles/highcontrast.css +9 -0
  42. package/styles/material-dark-lite.css +9 -0
  43. package/styles/material-dark.css +9 -0
  44. package/styles/material-lite.css +9 -0
  45. package/styles/material.css +9 -0
  46. package/styles/material3-dark-lite.css +9 -0
  47. package/styles/material3-dark.css +9 -0
  48. package/styles/material3-lite.css +9 -0
  49. package/styles/material3.css +9 -0
  50. package/styles/ribbon/_fluent2-definition.scss +2 -2
  51. package/styles/ribbon/_layout.scss +7 -0
  52. package/styles/ribbon/bds.css +9 -0
  53. package/styles/ribbon/bootstrap-dark.css +9 -0
  54. package/styles/ribbon/bootstrap.css +9 -0
  55. package/styles/ribbon/bootstrap4.css +17 -0
  56. package/styles/ribbon/bootstrap5-dark.css +9 -0
  57. package/styles/ribbon/bootstrap5.3.css +9 -0
  58. package/styles/ribbon/bootstrap5.css +9 -0
  59. package/styles/ribbon/fabric-dark.css +9 -0
  60. package/styles/ribbon/fabric.css +9 -0
  61. package/styles/ribbon/fluent-dark.css +9 -0
  62. package/styles/ribbon/fluent.css +9 -0
  63. package/styles/ribbon/fluent2.css +11 -2
  64. package/styles/ribbon/highcontrast-light.css +9 -0
  65. package/styles/ribbon/highcontrast.css +9 -0
  66. package/styles/ribbon/material-dark.css +9 -0
  67. package/styles/ribbon/material.css +9 -0
  68. package/styles/ribbon/material3-dark.css +9 -0
  69. package/styles/ribbon/material3.css +9 -0
  70. package/styles/ribbon/tailwind-dark.css +9 -0
  71. package/styles/ribbon/tailwind.css +9 -0
  72. package/styles/ribbon/tailwind3.css +9 -0
  73. package/styles/tailwind-dark-lite.css +9 -0
  74. package/styles/tailwind-dark.css +9 -0
  75. package/styles/tailwind-lite.css +9 -0
  76. package/styles/tailwind.css +9 -0
  77. package/styles/tailwind3-lite.css +9 -0
  78. package/styles/tailwind3.css +9 -0
  79. package/dist/ts/index.d.ts +0 -1
  80. package/dist/ts/index.ts +0 -3
  81. package/dist/ts/ribbon/base/constant.d.ts +0 -201
  82. package/dist/ts/ribbon/base/constant.ts +0 -204
  83. package/dist/ts/ribbon/base/index.d.ts +0 -8
  84. package/dist/ts/ribbon/base/index.ts +0 -8
  85. package/dist/ts/ribbon/base/interface.d.ts +0 -398
  86. package/dist/ts/ribbon/base/interface.ts +0 -424
  87. package/dist/ts/ribbon/base/ribbon-model.d.ts +0 -195
  88. package/dist/ts/ribbon/base/ribbon.d.ts +0 -608
  89. package/dist/ts/ribbon/base/ribbon.ts +0 -4896
  90. package/dist/ts/ribbon/base/utils.d.ts +0 -139
  91. package/dist/ts/ribbon/base/utils.ts +0 -341
  92. package/dist/ts/ribbon/index.d.ts +0 -7
  93. package/dist/ts/ribbon/index.ts +0 -7
  94. package/dist/ts/ribbon/items/index.d.ts +0 -8
  95. package/dist/ts/ribbon/items/index.ts +0 -8
  96. package/dist/ts/ribbon/items/ribbon-button.d.ts +0 -64
  97. package/dist/ts/ribbon/items/ribbon-button.ts +0 -160
  98. package/dist/ts/ribbon/items/ribbon-checkbox.d.ts +0 -55
  99. package/dist/ts/ribbon/items/ribbon-checkbox.ts +0 -130
  100. package/dist/ts/ribbon/items/ribbon-colorpicker.d.ts +0 -72
  101. package/dist/ts/ribbon/items/ribbon-colorpicker.ts +0 -228
  102. package/dist/ts/ribbon/items/ribbon-combobox.d.ts +0 -77
  103. package/dist/ts/ribbon/items/ribbon-combobox.ts +0 -201
  104. package/dist/ts/ribbon/items/ribbon-dropdown.d.ts +0 -128
  105. package/dist/ts/ribbon/items/ribbon-dropdown.ts +0 -400
  106. package/dist/ts/ribbon/items/ribbon-gallery.d.ts +0 -97
  107. package/dist/ts/ribbon/items/ribbon-gallery.ts +0 -773
  108. package/dist/ts/ribbon/items/ribbon-groupbutton.d.ts +0 -73
  109. package/dist/ts/ribbon/items/ribbon-groupbutton.ts +0 -531
  110. package/dist/ts/ribbon/items/ribbon-splitbutton.d.ts +0 -85
  111. package/dist/ts/ribbon/items/ribbon-splitbutton.ts +0 -257
  112. package/dist/ts/ribbon/models/index.d.ts +0 -42
  113. package/dist/ts/ribbon/models/index.ts +0 -44
  114. package/dist/ts/ribbon/models/ribbon-back-button-model.d.ts +0 -29
  115. package/dist/ts/ribbon/models/ribbon-back-button.d.ts +0 -24
  116. package/dist/ts/ribbon/models/ribbon-back-button.ts +0 -31
  117. package/dist/ts/ribbon/models/ribbon-back-stage-settings-model.d.ts +0 -83
  118. package/dist/ts/ribbon/models/ribbon-back-stage-settings.d.ts +0 -81
  119. package/dist/ts/ribbon/models/ribbon-back-stage-settings.ts +0 -109
  120. package/dist/ts/ribbon/models/ribbon-backstage-item-model.d.ts +0 -69
  121. package/dist/ts/ribbon/models/ribbon-backstage-item.d.ts +0 -80
  122. package/dist/ts/ribbon/models/ribbon-backstage-item.ts +0 -102
  123. package/dist/ts/ribbon/models/ribbon-button-settings-model.d.ts +0 -64
  124. package/dist/ts/ribbon/models/ribbon-button-settings.d.ts +0 -63
  125. package/dist/ts/ribbon/models/ribbon-button-settings.ts +0 -80
  126. package/dist/ts/ribbon/models/ribbon-checkbox-settings-model.d.ts +0 -57
  127. package/dist/ts/ribbon/models/ribbon-checkbox-settings.d.ts +0 -58
  128. package/dist/ts/ribbon/models/ribbon-checkbox-settings.ts +0 -74
  129. package/dist/ts/ribbon/models/ribbon-collection-model.d.ts +0 -30
  130. package/dist/ts/ribbon/models/ribbon-collection.d.ts +0 -33
  131. package/dist/ts/ribbon/models/ribbon-collection.ts +0 -45
  132. package/dist/ts/ribbon/models/ribbon-colorpicker-settings-model.d.ts +0 -137
  133. package/dist/ts/ribbon/models/ribbon-colorpicker-settings.d.ts +0 -129
  134. package/dist/ts/ribbon/models/ribbon-colorpicker-settings.ts +0 -165
  135. package/dist/ts/ribbon/models/ribbon-combobox-settings-model.d.ts +0 -275
  136. package/dist/ts/ribbon/models/ribbon-combobox-settings.d.ts +0 -257
  137. package/dist/ts/ribbon/models/ribbon-combobox-settings.ts +0 -313
  138. package/dist/ts/ribbon/models/ribbon-contextual-tab-settings-model.d.ts +0 -30
  139. package/dist/ts/ribbon/models/ribbon-contextual-tab-settings.d.ts +0 -33
  140. package/dist/ts/ribbon/models/ribbon-contextual-tab-settings.ts +0 -44
  141. package/dist/ts/ribbon/models/ribbon-dropdown-settings-model.d.ts +0 -114
  142. package/dist/ts/ribbon/models/ribbon-dropdown-settings.d.ts +0 -107
  143. package/dist/ts/ribbon/models/ribbon-dropdown-settings.ts +0 -139
  144. package/dist/ts/ribbon/models/ribbon-file-menu-settings-model.d.ts +0 -123
  145. package/dist/ts/ribbon/models/ribbon-file-menu-settings.d.ts +0 -173
  146. package/dist/ts/ribbon/models/ribbon-file-menu-settings.ts +0 -220
  147. package/dist/ts/ribbon/models/ribbon-gallery-group-model.d.ts +0 -44
  148. package/dist/ts/ribbon/models/ribbon-gallery-group.d.ts +0 -38
  149. package/dist/ts/ribbon/models/ribbon-gallery-group.ts +0 -50
  150. package/dist/ts/ribbon/models/ribbon-gallery-item-model.d.ts +0 -43
  151. package/dist/ts/ribbon/models/ribbon-gallery-item.d.ts +0 -38
  152. package/dist/ts/ribbon/models/ribbon-gallery-item.ts +0 -47
  153. package/dist/ts/ribbon/models/ribbon-gallery-settings-model.d.ts +0 -108
  154. package/dist/ts/ribbon/models/ribbon-gallery-settings.d.ts +0 -95
  155. package/dist/ts/ribbon/models/ribbon-gallery-settings.ts +0 -123
  156. package/dist/ts/ribbon/models/ribbon-group-button-item-model.d.ts +0 -64
  157. package/dist/ts/ribbon/models/ribbon-group-button-item.d.ts +0 -65
  158. package/dist/ts/ribbon/models/ribbon-group-button-item.ts +0 -85
  159. package/dist/ts/ribbon/models/ribbon-group-button-settings-model.d.ts +0 -32
  160. package/dist/ts/ribbon/models/ribbon-group-button-settings.d.ts +0 -29
  161. package/dist/ts/ribbon/models/ribbon-group-button-settings.ts +0 -38
  162. package/dist/ts/ribbon/models/ribbon-group-model.d.ts +0 -112
  163. package/dist/ts/ribbon/models/ribbon-group.d.ts +0 -105
  164. package/dist/ts/ribbon/models/ribbon-group.ts +0 -138
  165. package/dist/ts/ribbon/models/ribbon-item-model.d.ts +0 -144
  166. package/dist/ts/ribbon/models/ribbon-item.d.ts +0 -141
  167. package/dist/ts/ribbon/models/ribbon-item.ts +0 -190
  168. package/dist/ts/ribbon/models/ribbon-splitbutton-settings-model.d.ts +0 -114
  169. package/dist/ts/ribbon/models/ribbon-splitbutton-settings.d.ts +0 -107
  170. package/dist/ts/ribbon/models/ribbon-splitbutton-settings.ts +0 -140
  171. package/dist/ts/ribbon/models/ribbon-tab-model.d.ts +0 -44
  172. package/dist/ts/ribbon/models/ribbon-tab.d.ts +0 -45
  173. package/dist/ts/ribbon/models/ribbon-tab.ts +0 -61
  174. package/dist/ts/ribbon/models/ribbon-tooltip-model.d.ts +0 -43
  175. package/dist/ts/ribbon/models/ribbon-tooltip.d.ts +0 -36
  176. package/dist/ts/ribbon/models/ribbon-tooltip.ts +0 -47
  177. package/dist/ts/ribbon/modules/index.d.ts +0 -4
  178. package/dist/ts/ribbon/modules/index.ts +0 -5
  179. package/dist/ts/ribbon/modules/ribbon-backstage.d.ts +0 -117
  180. package/dist/ts/ribbon/modules/ribbon-backstage.ts +0 -620
  181. package/dist/ts/ribbon/modules/ribbon-contextualtab.d.ts +0 -27
  182. package/dist/ts/ribbon/modules/ribbon-contextualtab.ts +0 -93
  183. package/dist/ts/ribbon/modules/ribbon-filemenu.d.ts +0 -96
  184. package/dist/ts/ribbon/modules/ribbon-filemenu.ts +0 -353
  185. package/dist/ts/ribbon/modules/ribbon-keytip.d.ts +0 -56
  186. package/dist/ts/ribbon/modules/ribbon-keytip.ts +0 -580
@@ -1,44 +0,0 @@
1
- import { ChildProperty, Collection, Property } from '@syncfusion/ej2-base';import { RibbonGroup } from './ribbon-group';import { RibbonGroupModel } from './ribbon-group-model';
2
-
3
- /**
4
- * Interface for a class RibbonTab
5
- */
6
- export interface RibbonTabModel {
7
-
8
- /**
9
- * Specifies the keytip content.
10
- *
11
- * @default ''
12
- */
13
- keyTip?: string;
14
-
15
- /**
16
- * Defines a unique identifier for the tab.
17
- *
18
- * @default ''
19
- */
20
- id?: string;
21
-
22
- /**
23
- * Defines one or more CSS classes to customize the appearance of tab.
24
- *
25
- * @default ''
26
- */
27
- cssClass?: string;
28
-
29
- /**
30
- * Defines the list of ribbon groups.
31
- *
32
- * @default []
33
- * @aspType List<RibbonGroup>
34
- */
35
- groups?: RibbonGroupModel[];
36
-
37
- /**
38
- * Defines the content of tab header.
39
- *
40
- * @default ''
41
- */
42
- header?: string;
43
-
44
- }
@@ -1,45 +0,0 @@
1
- import { ChildProperty } from '@syncfusion/ej2-base';
2
- import { RibbonGroupModel } from './ribbon-group-model';
3
- /**
4
- * Defines the ribbon tab.
5
- */
6
- export declare class RibbonTab extends ChildProperty<RibbonTab> {
7
- /**
8
- * Specifies the keytip content.
9
- *
10
- * @default ''
11
- */
12
- keyTip: string;
13
- /**
14
- * Defines a unique identifier for the tab.
15
- *
16
- * @default ''
17
- */
18
- id: string;
19
- /**
20
- * Defines one or more CSS classes to customize the appearance of tab.
21
- *
22
- * @default ''
23
- */
24
- cssClass: string;
25
- /**
26
- * Defines the list of ribbon groups.
27
- *
28
- * @default []
29
- * @aspType List<RibbonGroup>
30
- */
31
- groups: RibbonGroupModel[];
32
- /**
33
- * Defines the content of tab header.
34
- *
35
- * @default ''
36
- */
37
- header: string;
38
- /**
39
- * @param {Object} prop - Gets the property of tab.
40
- * @param {boolean} muteOnChange - Gets the boolean value of muteOnChange.
41
- * @returns {void}
42
- * @private
43
- */
44
- setProperties(prop: Object, muteOnChange: boolean): void;
45
- }
@@ -1,61 +0,0 @@
1
- import { ChildProperty, Collection, Property } from '@syncfusion/ej2-base';
2
- import { RibbonGroup } from './ribbon-group';
3
- import { RibbonGroupModel } from './ribbon-group-model';
4
-
5
- /**
6
- * Defines the ribbon tab.
7
- */
8
- export class RibbonTab extends ChildProperty<RibbonTab> {
9
-
10
- /**
11
- * Specifies the keytip content.
12
- *
13
- * @default ''
14
- */
15
- @Property('')
16
- public keyTip: string;
17
-
18
- /**
19
- * Defines a unique identifier for the tab.
20
- *
21
- * @default ''
22
- */
23
- @Property('')
24
- public id: string;
25
-
26
- /**
27
- * Defines one or more CSS classes to customize the appearance of tab.
28
- *
29
- * @default ''
30
- */
31
- @Property('')
32
- public cssClass: string;
33
-
34
- /**
35
- * Defines the list of ribbon groups.
36
- *
37
- * @default []
38
- * @aspType List<RibbonGroup>
39
- */
40
- @Collection<RibbonGroupModel>([], RibbonGroup)
41
- public groups: RibbonGroupModel[];
42
-
43
- /**
44
- * Defines the content of tab header.
45
- *
46
- * @default ''
47
- */
48
- @Property('')
49
- public header: string;
50
-
51
- /**
52
- * @param {Object} prop - Gets the property of tab.
53
- * @param {boolean} muteOnChange - Gets the boolean value of muteOnChange.
54
- * @returns {void}
55
- * @private
56
- */
57
- public setProperties(prop: Object, muteOnChange: boolean): void {
58
- super.setProperties(prop, muteOnChange);
59
- }
60
-
61
- }
@@ -1,43 +0,0 @@
1
- import { ChildProperty, Property } from '@syncfusion/ej2-base';
2
-
3
- /**
4
- * Interface for a class RibbonTooltip
5
- */
6
- export interface RibbonTooltipModel {
7
-
8
- /**
9
- * Defines the CSS class to customize the appearance of the tooltip.
10
- *
11
- * @default ''
12
- */
13
- cssClass?: string;
14
-
15
- /**
16
- * Defines the unique ID for the tooltip.
17
- *
18
- * @default ''
19
- */
20
- id?: string;
21
-
22
- /**
23
- * Defines the header content of the tooltip.
24
- *
25
- * @default ''
26
- */
27
- title?: string;
28
-
29
- /**
30
- * Defines the content for the tooltip.
31
- *
32
- * @default ''
33
- */
34
- content?: string;
35
-
36
- /**
37
- * Defines the CSS class for the icons to be shown in tooltip.
38
- *
39
- * @default ''
40
- */
41
- iconCss?: string;
42
-
43
- }
@@ -1,36 +0,0 @@
1
- import { ChildProperty } from '@syncfusion/ej2-base';
2
- /**
3
- * Defines the ribbon tooltip.
4
- */
5
- export declare class RibbonTooltip extends ChildProperty<RibbonTooltip> {
6
- /**
7
- * Defines the CSS class to customize the appearance of the tooltip.
8
- *
9
- * @default ''
10
- */
11
- cssClass: string;
12
- /**
13
- * Defines the unique ID for the tooltip.
14
- *
15
- * @default ''
16
- */
17
- id: string;
18
- /**
19
- * Defines the header content of the tooltip.
20
- *
21
- * @default ''
22
- */
23
- title: string;
24
- /**
25
- * Defines the content for the tooltip.
26
- *
27
- * @default ''
28
- */
29
- content: string;
30
- /**
31
- * Defines the CSS class for the icons to be shown in tooltip.
32
- *
33
- * @default ''
34
- */
35
- iconCss: string;
36
- }
@@ -1,47 +0,0 @@
1
- import { ChildProperty, Property } from '@syncfusion/ej2-base';
2
-
3
- /**
4
- * Defines the ribbon tooltip.
5
- */
6
- export class RibbonTooltip extends ChildProperty<RibbonTooltip> {
7
-
8
- /**
9
- * Defines the CSS class to customize the appearance of the tooltip.
10
- *
11
- * @default ''
12
- */
13
- @Property('')
14
- public cssClass: string;
15
-
16
- /**
17
- * Defines the unique ID for the tooltip.
18
- *
19
- * @default ''
20
- */
21
- @Property('')
22
- public id: string;
23
-
24
- /**
25
- * Defines the header content of the tooltip.
26
- *
27
- * @default ''
28
- */
29
- @Property('')
30
- public title: string;
31
-
32
- /**
33
- * Defines the content for the tooltip.
34
- *
35
- * @default ''
36
- */
37
- @Property('')
38
- public content: string;
39
-
40
- /**
41
- * Defines the CSS class for the icons to be shown in tooltip.
42
- *
43
- * @default ''
44
- */
45
- @Property('')
46
- public iconCss: string;
47
- }
@@ -1,4 +0,0 @@
1
- export * from './ribbon-filemenu';
2
- export * from './ribbon-backstage';
3
- export * from './ribbon-contextualtab';
4
- export * from './ribbon-keytip';
@@ -1,5 +0,0 @@
1
-
2
- export * from './ribbon-filemenu';
3
- export * from './ribbon-backstage';
4
- export * from './ribbon-contextualtab';
5
- export * from './ribbon-keytip';
@@ -1,117 +0,0 @@
1
- import { Component } from '@syncfusion/ej2-base';
2
- import { BackStageMenuModel, BackstageItemModel } from '../models/index';
3
- import { commonProperties, Ribbon } from '../base/index';
4
- /**
5
- * Defines the items of Ribbon.
6
- */
7
- export declare class RibbonBackstage extends Component<HTMLElement> {
8
- private parent;
9
- private backstageButton;
10
- private popupEle;
11
- private menuCtrl;
12
- private footerMenuCtrl;
13
- private backstageButtonEle;
14
- private closeBtn;
15
- private popupHTMLElement;
16
- private backstageContentEle;
17
- private ulMenuElem;
18
- private isBackButtonClicked;
19
- private menuWrapper;
20
- private contentItem;
21
- private backstageTempEle;
22
- private itemsWrapperEle;
23
- private menuIndex;
24
- private isCloseBtn;
25
- constructor(parent: Ribbon);
26
- /**
27
- * @private
28
- * @returns {void}
29
- */
30
- protected render(): void;
31
- /**
32
- * @private
33
- * @returns {void}
34
- */
35
- protected preRender(): void;
36
- protected getPersistData(): string;
37
- /**
38
- * This method is abstract member of the Component<HTMLElement>.
39
- *
40
- * @private
41
- * @returns {void}
42
- */
43
- protected onPropertyChanged(): void;
44
- protected getModuleName(): string;
45
- protected destroy(): void;
46
- /**
47
- * Creates Backstage Menu
48
- *
49
- * @param {BackStageMenuModel} backStageOptions - Gets the property of backstage.
50
- * @returns {void}
51
- * @hidden
52
- */
53
- createBackStage(backStageOptions: BackStageMenuModel): void;
54
- private onClickEvent;
55
- private addBackStageMenuTooltip;
56
- private addBackStageMenuKeyTip;
57
- private checkMenuItems;
58
- private createBackStagePopup;
59
- private handleNavigation;
60
- private updatePopupPositionOnRtl;
61
- private createBackstageMenu;
62
- private cloneMenuItem;
63
- private cloneFooterMenuItem;
64
- private createBackStageContent;
65
- private createBackStageTemplate;
66
- private menuSelect;
67
- /**
68
- * setRtl
69
- *
70
- * @param {commonProperties} commonProp - Get the common property of ribbon.
71
- * @returns {void}
72
- * @hidden
73
- */
74
- setCommonProperties(commonProp: commonProperties): void;
75
- /**
76
- * Update Backstage menu
77
- *
78
- * @param {BackStageMenuModel} backStageOptions - Gets the property of backstage menu.
79
- * @returns {void}
80
- * @hidden
81
- */
82
- updateBackStageMenu(backStageOptions: BackStageMenuModel): void;
83
- private destroyMenu;
84
- private destroyDDB;
85
- private removeBackstageMenuTooltip;
86
- private removeBackstageMenuKeyTip;
87
- /**
88
- * Add items to Backstage Menu.
89
- *
90
- * @param {BackstageItemModel[]} items - Gets the items to be added.
91
- * @param {string} target - Gets the target item to add the items.
92
- * @param {boolean} isAfter - Gets the boolean value to add the items after or before the target item.
93
- * @param {boolean} isUniqueId - Gets whether the target provided is uniqueId or not.
94
- * @returns {void}
95
- */
96
- addBackstageItems(items: BackstageItemModel[], target: string, isAfter: boolean, isUniqueId?: boolean): void;
97
- /**
98
- * Remove items from Backstage Menu.
99
- *
100
- * @param {string[]} items - Gets the items to be removed.
101
- * @param {boolean} isUniqueId - Gets whether the target provided is uniqueId or not.
102
- * @returns {void}
103
- */
104
- removeBackstageItems(items: string[], isUniqueId?: boolean): void;
105
- /**
106
- * Renders the backstage dynamically.
107
- *
108
- * @returns {void}
109
- */
110
- showBackstage(): void;
111
- /**
112
- * Hides the backstage dynamically.
113
- *
114
- * @returns {void}
115
- */
116
- hideBackstage(): void;
117
- }