@syncfusion/ej2-ribbon 31.1.17 → 31.1.22

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 +17 -53
  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,398 +0,0 @@
1
- import { BaseEventArgs } from '@syncfusion/ej2-base';
2
- import { RibbonCollectionModel, RibbonGalleryItemModel, RibbonGroupButtonItemModel, RibbonGroupModel, RibbonItemModel, RibbonTooltipModel } from '../models';
3
- /**
4
- * Defines the layout types of ribbon.
5
- */
6
- export declare enum RibbonLayout {
7
- /**
8
- * Displays the ribbon tab content in classic layout.
9
- */
10
- Classic = "Classic",
11
- /**
12
- * Displays the ribbon tab content in simplified layout.
13
- */
14
- Simplified = "Simplified"
15
- }
16
- /**
17
- * Defines the alignment of the items in the ribbon group.
18
- */
19
- export declare enum ItemOrientation {
20
- /**
21
- * Displays the collection of items in rows.
22
- */
23
- Row = "Row",
24
- /**
25
- * Displays the collection of items in column.
26
- */
27
- Column = "Column"
28
- }
29
- /**
30
- * Defines the current size of the ribbon item in normal mode.
31
- *
32
- * @aspNumberEnum
33
- */
34
- export declare enum RibbonItemSize {
35
- /**
36
- * The item appears with large icon and text at the bottom.
37
- */
38
- Large = 4,
39
- /**
40
- * The item appears with small icon and text at the right.
41
- */
42
- Medium = 2,
43
- /**
44
- * The item appears with small icon only.
45
- */
46
- Small = 1
47
- }
48
- /**
49
- * Defines how to show an item in ribbon simplified layout.
50
- *
51
- * @aspNumberEnum
52
- */
53
- export declare enum DisplayMode {
54
- /**
55
- * The item appears in the classic layout group.
56
- */
57
- Classic = 4,
58
- /**
59
- * The item appears in the simplified layout group.
60
- */
61
- Simplified = 2,
62
- /**
63
- * The item appears in overflow popup.
64
- */
65
- Overflow = 1,
66
- /**
67
- * The item appears in classic layout group, simplified layout group, and overflow popup based on ribbon overflow state.
68
- */
69
- Auto = 7
70
- }
71
- /**
72
- * Defines the type of the ribbon item.
73
- */
74
- export declare enum RibbonItemType {
75
- /**
76
- * Renders button as ribbon item.
77
- */
78
- Button = "Button",
79
- /**
80
- * Renders checkbox as ribbon item.
81
- */
82
- CheckBox = "CheckBox",
83
- /**
84
- * Renders color picker as ribbon item.
85
- */
86
- ColorPicker = "ColorPicker",
87
- /**
88
- * Renders combobox as ribbon item.
89
- */
90
- ComboBox = "ComboBox",
91
- /**
92
- * Renders dropdownbutton as ribbon item.
93
- */
94
- DropDown = "DropDown",
95
- /**
96
- * Renders splitbutton as ribbon item.
97
- */
98
- SplitButton = "SplitButton",
99
- /**
100
- * Renders the group button content as ribbon item.
101
- */
102
- GroupButton = "GroupButton",
103
- /**
104
- * Renders the gallery as ribbon item.
105
- */
106
- Gallery = "Gallery",
107
- /**
108
- * Renders the template content as ribbon item.
109
- */
110
- Template = "Template"
111
- }
112
- /**
113
- * Defines the alignment of the items in the ribbon group.
114
- */
115
- export declare enum RibbonGroupButtonSelection {
116
- /**
117
- * Allows selecting single button from button group.
118
- */
119
- Single = "Single",
120
- /**
121
- * Allows selecting multiple buttons from button group.
122
- */
123
- Multiple = "Multiple"
124
- }
125
- /**
126
- * Event triggers before selecting the tab item.
127
- */
128
- export interface TabSelectingEventArgs extends BaseEventArgs {
129
- /**
130
- * Defines whether to cancel the event or not.
131
- */
132
- cancel: boolean;
133
- /**
134
- * Specifies whether the event is triggered via user interaction or programmatic way.
135
- */
136
- isInteracted: boolean;
137
- /**
138
- * Defines the index of the previously selected tab.
139
- */
140
- previousIndex: number;
141
- /**
142
- * Defines the index of the selected tab.
143
- */
144
- selectedIndex: number;
145
- /**
146
- * Defines whether the tab is a contextual tab.
147
- */
148
- isContextual: boolean;
149
- }
150
- /**
151
- * Event triggers after selecting the tab item.
152
- */
153
- export interface TabSelectedEventArgs extends BaseEventArgs {
154
- /**
155
- * Defines the index of the previously selected tab.
156
- */
157
- previousIndex: number;
158
- /**
159
- * Defines the index of the selected tab.
160
- */
161
- selectedIndex: number;
162
- /**
163
- * Defines whether the tab is a contextual tab.
164
- */
165
- isContextual: boolean;
166
- }
167
- /**
168
- * Event triggers before expanding and before collapsing the ribbon.
169
- */
170
- export interface ExpandCollapseEventArgs extends BaseEventArgs {
171
- /**
172
- * Defines whether to cancel the event or not.
173
- */
174
- cancel: boolean;
175
- }
176
- /**
177
- * Event triggers when the ribbon layout is switched.
178
- */
179
- export interface LayoutSwitchedEventArgs extends BaseEventArgs {
180
- /**
181
- * Specifies the active layout of the ribbon.
182
- */
183
- activeLayout: string;
184
- /**
185
- * Provides the actual native event.
186
- */
187
- event: Event;
188
- }
189
- /**
190
- * Event Triggers when the launcher icon is clicked.
191
- */
192
- export interface LauncherClickEventArgs extends BaseEventArgs {
193
- /**
194
- * Provides the ID of the group in which the launcher icon is present.
195
- */
196
- groupId: string;
197
- }
198
- /**
199
- * Triggers before clicking the button from group button
200
- */
201
- export interface BeforeClickGroupButtonEventArgs extends BaseEventArgs {
202
- /**
203
- * Defines whether to cancel the event or not.
204
- */
205
- cancel: boolean;
206
- /**
207
- * Defines the collection of previous selected group button item(s).
208
- */
209
- previousItems: RibbonGroupButtonItemModel[];
210
- /**
211
- * Defines the collection of current selecting group button item(s).
212
- */
213
- selectingItems: RibbonGroupButtonItemModel[];
214
- }
215
- /**
216
- * Triggers after clicking the button from group button.
217
- */
218
- export interface ClickGroupButtonEventArgs extends BaseEventArgs {
219
- /**
220
- * Defines the collection of previous selected group button item(s).
221
- */
222
- previousItems: RibbonGroupButtonItemModel[];
223
- /**
224
- * Defines the collection of current selected group button item(s).
225
- */
226
- selectedItems: RibbonGroupButtonItemModel[];
227
- }
228
- /**
229
- * Triggers before open / close of overflow popup menu.
230
- */
231
- export interface OverflowPopupEventArgs extends BaseEventArgs {
232
- /**
233
- * Provides the HTML element of the overflow popup.
234
- */
235
- element: HTMLElement;
236
- /**
237
- * Defines the original event arguments.
238
- */
239
- event: Event;
240
- /**
241
- * Defines whether to cancel the overflow popup open or close.
242
- */
243
- cancel?: boolean;
244
- }
245
- /**
246
- * Event triggers when the gallery popup open / close.
247
- */
248
- export interface GalleryPopupEventArgs extends BaseEventArgs {
249
- /**
250
- * Defines whether to cancel the gallery popup open or close.
251
- */
252
- cancel: boolean;
253
- /**
254
- * Provides the original event.
255
- */
256
- event: Event;
257
- /**
258
- * Specifies name of the event.
259
- */
260
- name: string;
261
- }
262
- /**
263
- * Event triggers when a user hovers over a gallery item.
264
- */
265
- export interface GalleryHoverEventArgs extends BaseEventArgs {
266
- /**
267
- * Provides the original event.
268
- */
269
- event: Event;
270
- /**
271
- * Specifies name of the event.
272
- */
273
- name: string;
274
- /**
275
- * Provides gallery item.
276
- */
277
- item: RibbonGalleryItemModel;
278
- }
279
- /**
280
- * Event triggers before rendering each gallery item.
281
- */
282
- export interface GalleryItemEventArgs extends BaseEventArgs {
283
- /**
284
- * Specifies name of the event.
285
- */
286
- name: string;
287
- /**
288
- * Provides gallery item.
289
- */
290
- item: RibbonGalleryItemModel;
291
- }
292
- /**
293
- * Event triggers before selecting gallery item.
294
- */
295
- export interface GalleryBeforeSelectEventArgs extends BaseEventArgs {
296
- /**
297
- * Provides the previous selected gallery item.
298
- */
299
- previousItem: RibbonGalleryItemModel;
300
- /**
301
- * Provides the current selecting gallery item.
302
- */
303
- currentItem: RibbonGalleryItemModel;
304
- /**
305
- * Defines whether to cancel the selecting event or not.
306
- */
307
- cancel: boolean;
308
- /**
309
- * Specifies name of the event.
310
- */
311
- name: string;
312
- /**
313
- * Provides whether the change is triggered by user interaction.
314
- */
315
- isInteracted: boolean;
316
- /**
317
- * Provides the original event.
318
- */
319
- event: Event;
320
- }
321
- /**
322
- * Event triggers after selected gallery item.
323
- */
324
- export interface GallerySelectEventArgs extends BaseEventArgs {
325
- /**
326
- * Provides the previous selected gallery item.
327
- */
328
- previousItem: RibbonGalleryItemModel;
329
- /**
330
- * Provides the current selected gallery item.
331
- */
332
- currentItem: RibbonGalleryItemModel;
333
- /**
334
- * Specifies name of the event.
335
- */
336
- name: string;
337
- /**
338
- * Provides whether the change is triggered by user interaction.
339
- */
340
- isInteracted: boolean;
341
- /**
342
- * Provides the original event.
343
- */
344
- event: Event;
345
- }
346
- /** @hidden */
347
- export interface itemProps {
348
- item?: RibbonItemModel;
349
- collection?: RibbonCollectionModel;
350
- group?: RibbonGroupModel;
351
- element?: HTMLElement;
352
- tabIndex?: number;
353
- groupIndex?: number;
354
- collectionIndex?: number;
355
- itemIndex?: number;
356
- }
357
- /** @hidden */
358
- export interface commonProperties {
359
- enableRtl?: boolean;
360
- enablePersistence?: boolean;
361
- locale?: string;
362
- }
363
- /** @hidden */
364
- export interface EJ2Control {
365
- destroy(): void;
366
- setProperties(prop: Object, muteOnChange?: boolean): void;
367
- }
368
- /**
369
- * @hidden
370
- */
371
- export interface ribbonItemPropsList {
372
- items?: RibbonItemModel[];
373
- collections?: RibbonCollectionModel[];
374
- groups?: RibbonGroupModel[];
375
- id?: string;
376
- setProperties?: Function;
377
- }
378
- /**
379
- * @hidden
380
- */
381
- export interface ribbonTooltipData {
382
- id: string;
383
- data: RibbonTooltipModel;
384
- }
385
- /**
386
- * @hidden
387
- */
388
- export interface KeyTipDataType {
389
- id: string;
390
- keyTip: string;
391
- type: string;
392
- }
393
- /**
394
- * @hidden
395
- */
396
- export interface KeyTipElements {
397
- [key: string]: object;
398
- }