@syncfusion/ej2-angular-ribbon 24.2.8-ngcc → 25.1.35-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.
@@ -1,6 +1,6 @@
1
1
  import { ChangeDetectionStrategy, Component, ContentChild, ContentChildren, Directive, ElementRef, Injector, NgModule, Renderer2, ViewContainerRef } from '@angular/core';
2
2
  import { ArrayBase, ComplexBase, ComponentBase, ComponentMixins, Template, setValue } from '@syncfusion/ej2-angular-base';
3
- import { Ribbon, RibbonBackstage, RibbonButton, RibbonCheckBox, RibbonColorPicker, RibbonComboBox, RibbonDropDown, RibbonFileMenu, RibbonGroupButton, RibbonSplitButton } from '@syncfusion/ej2-ribbon';
3
+ import { Ribbon, RibbonBackstage, RibbonButton, RibbonCheckBox, RibbonColorPicker, RibbonComboBox, RibbonContextualTab, RibbonDropDown, RibbonFileMenu, RibbonGallery, RibbonGroupButton, RibbonKeyTip, RibbonSplitButton } from '@syncfusion/ej2-ribbon';
4
4
  import { CommonModule } from '@angular/common';
5
5
 
6
6
  var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
@@ -12,32 +12,8 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
12
12
  var __metadata = (this && this.__metadata) || function (k, v) {
13
13
  if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
14
14
  };
15
- let input = ['activeSize', 'allowedSizes', 'buttonSettings', 'checkBoxSettings', 'colorPickerSettings', 'comboBoxSettings', 'cssClass', 'disabled', 'displayOptions', 'dropDownSettings', 'groupButtonSettings', 'id', 'itemTemplate', 'ribbonTooltipSettings', 'splitButtonSettings', 'type'];
15
+ let input = ['activeSize', 'allowedSizes', 'buttonSettings', 'checkBoxSettings', 'colorPickerSettings', 'comboBoxSettings', 'cssClass', 'disabled', 'displayOptions', 'dropDownSettings', 'gallerySettings', 'groupButtonSettings', 'id', 'itemTemplate', 'keyTip', 'ribbonTooltipSettings', 'splitButtonSettings', 'type'];
16
16
  let outputs = [];
17
- /**
18
- * `e-ribbon-item` directive represent a item in the Angular Ribbon.
19
- * ```html
20
- * <ejs-ribbon>
21
- * <e-ribbon-tabs>
22
- * <e-ribbon-tab></e-ribbon-tab>
23
- * <e-ribbon-tab>
24
- * <e-ribbon-groups>
25
- * <e-ribbon-group>
26
- * <e-ribbon-collections>
27
- * <e-ribbon-collection>
28
- * <e-ribbon-items>
29
- * <e-ribbon-item></e-ribbon-item>
30
- * <e-ribbon-item></e-ribbon-item>
31
- * </e-ribbon-items>
32
- * </e-ribbon-collection>
33
- * </e-ribbon-collections>
34
- * </e-ribbon-group>
35
- * </e-ribbon-groups>
36
- * </e-ribbon-tab>
37
- * </e-ribbon-tabs>
38
- * </ejs-ribbon>
39
- * ```
40
- */
41
17
  class RibbonItemDirective extends ComplexBase {
42
18
  /**
43
19
  * @param {?} viewContainerRef
@@ -94,26 +70,6 @@ RibbonItemsDirective.ctorParameters = () => [];
94
70
 
95
71
  let input$1 = ['cssClass', 'id', 'items'];
96
72
  let outputs$1 = [];
97
- /**
98
- * `e-ribbon-collection` directive represent a collection in the Angular Ribbon.
99
- * ```html
100
- * <ejs-ribbon>
101
- * <e-ribbon-tabs>
102
- * <e-ribbon-tab></e-ribbon-tab>
103
- * <e-ribbon-tab>
104
- * <e-ribbon-groups>
105
- * <e-ribbon-group>
106
- * <e-ribbon-collections>
107
- * <e-ribbon-collection></e-ribbon-collection>
108
- * <e-ribbon-collection></e-ribbon-collection>
109
- * </e-ribbon-collections>
110
- * </e-ribbon-group>
111
- * </e-ribbon-groups>
112
- * </e-ribbon-tab>
113
- * </e-ribbon-tabs>
114
- * </ejs-ribbon>
115
- * ```
116
- */
117
73
  class RibbonCollectionDirective extends ComplexBase {
118
74
  /**
119
75
  * @param {?} viewContainerRef
@@ -164,24 +120,8 @@ RibbonCollectionsDirective.decorators = [
164
120
  */
165
121
  RibbonCollectionsDirective.ctorParameters = () => [];
166
122
 
167
- let input$2 = ['collections', 'cssClass', 'enableGroupOverflow', 'groupIconCss', 'header', 'id', 'isCollapsed', 'isCollapsible', 'orientation', 'overflowHeader', 'priority', 'showLauncherIcon'];
123
+ let input$2 = ['collections', 'cssClass', 'enableGroupOverflow', 'groupIconCss', 'header', 'id', 'isCollapsed', 'isCollapsible', 'keyTip', 'launcherIconKeyTip', 'orientation', 'overflowHeader', 'priority', 'showLauncherIcon'];
168
124
  let outputs$2 = [];
169
- /**
170
- * `e-ribbon-group` directive represent a group in the Angular Ribbon.
171
- * ```html
172
- * <ejs-ribbon>
173
- * <e-ribbon-tabs>
174
- * <e-ribbon-tab></e-ribbon-tab>
175
- * <e-ribbon-tab>
176
- * <e-ribbon-groups>
177
- * <e-ribbon-group></e-ribbon-group>
178
- * <e-ribbon-group></e-ribbon-group>
179
- * </e-ribbon-groups>
180
- * </e-ribbon-tab>
181
- * </e-ribbon-tabs>
182
- * </ejs-ribbon>
183
- * ```
184
- */
185
125
  class RibbonGroupDirective extends ComplexBase {
186
126
  /**
187
127
  * @param {?} viewContainerRef
@@ -232,20 +172,8 @@ RibbonGroupsDirective.decorators = [
232
172
  */
233
173
  RibbonGroupsDirective.ctorParameters = () => [];
234
174
 
235
- let input$3 = ['cssClass', 'groups', 'header', 'id'];
175
+ let input$3 = ['cssClass', 'groups', 'header', 'id', 'keyTip'];
236
176
  let outputs$3 = [];
237
- /**
238
- * `e-ribbon-tab` directive represent a tab of the Angular Ribbon.
239
- * It must be contained in a Ribbon component(`ejs-ribbon`).
240
- * ```html
241
- * <ejs-ribbon>
242
- * <e-ribbon-tabs>
243
- * <e-ribbon-tab></e-ribbon-tab>
244
- * <e-ribbon-tab></e-ribbon-tab>
245
- * </e-ribbon-tabs>
246
- * </ejs-ribbon>
247
- * ```
248
- */
249
177
  class RibbonTabDirective extends ComplexBase {
250
178
  /**
251
179
  * @param {?} viewContainerRef
@@ -296,6 +224,70 @@ RibbonTabsDirective.decorators = [
296
224
  */
297
225
  RibbonTabsDirective.ctorParameters = () => [];
298
226
 
227
+ let input$4 = ['isSelected', 'tabs', 'visible'];
228
+ let outputs$4 = [];
229
+ /**
230
+ * `e-ribbon-contextual-tab` directive represent a contextual tab of the Angular Ribbon.
231
+ * It must be contained in a Ribbon component(`ejs-ribbon`).
232
+ * ```html
233
+ * <ejs-ribbon>
234
+ * <e-ribbon-contextual-tabs>
235
+ * <e-ribbon-contextual-tab>
236
+ * </e-ribbon-contextual-tab>
237
+ * </e-ribbon-contextual-tabs>
238
+ * </ejs-ribbon>
239
+ * ```
240
+ */
241
+ class RibbonContextualTabDirective extends ComplexBase {
242
+ /**
243
+ * @param {?} viewContainerRef
244
+ */
245
+ constructor(viewContainerRef) {
246
+ super();
247
+ this.viewContainerRef = viewContainerRef;
248
+ this.tags = ['tabs'];
249
+ setValue('currentInstance', this, this.viewContainerRef);
250
+ this.registerEvents(outputs$4);
251
+ this.directivePropList = input$4;
252
+ }
253
+ }
254
+ RibbonContextualTabDirective.decorators = [
255
+ { type: Directive, args: [{
256
+ selector: 'e-ribbon-contextual-tab',
257
+ inputs: input$4,
258
+ outputs: outputs$4,
259
+ queries: {
260
+ childTabs: new ContentChild(RibbonTabsDirective)
261
+ }
262
+ },] },
263
+ ];
264
+ /**
265
+ * @nocollapse
266
+ */
267
+ RibbonContextualTabDirective.ctorParameters = () => [
268
+ { type: ViewContainerRef, },
269
+ ];
270
+ /**
271
+ * RibbonContextualTab Array Directive
272
+ */
273
+ class RibbonContextualTabsDirective extends ArrayBase {
274
+ constructor() {
275
+ super('contextualtabs');
276
+ }
277
+ }
278
+ RibbonContextualTabsDirective.decorators = [
279
+ { type: Directive, args: [{
280
+ selector: 'e-ribbon-contextual-tabs',
281
+ queries: {
282
+ children: new ContentChildren(RibbonContextualTabDirective)
283
+ },
284
+ },] },
285
+ ];
286
+ /**
287
+ * @nocollapse
288
+ */
289
+ RibbonContextualTabsDirective.ctorParameters = () => [];
290
+
299
291
  var __decorate$1 = (this && this.__decorate) || function (decorators, target, key, desc) {
300
292
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
301
293
  if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
@@ -305,8 +297,8 @@ var __decorate$1 = (this && this.__decorate) || function (decorators, target, ke
305
297
  var __metadata$1 = (this && this.__metadata) || function (k, v) {
306
298
  if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
307
299
  };
308
- const inputs = ['activeLayout', 'backStageMenu', 'cssClass', 'enablePersistence', 'enableRtl', 'fileMenu', 'helpPaneTemplate', 'hideLayoutSwitcher', 'isMinimized', 'launcherIconCss', 'locale', 'selectedTab', 'tabAnimation', 'tabs', 'width'];
309
- const outputs$4 = ['created', 'launcherIconClick', 'overflowPopupClose', 'overflowPopupOpen', 'ribbonCollapsing', 'ribbonExpanding', 'tabSelected', 'tabSelecting'];
300
+ const inputs = ['activeLayout', 'backStageMenu', 'contextualTabs', 'cssClass', 'enableKeyTips', 'enablePersistence', 'enableRtl', 'fileMenu', 'helpPaneTemplate', 'hideLayoutSwitcher', 'isMinimized', 'launcherIconCss', 'layoutSwitcherKeyTip', 'locale', 'selectedTab', 'tabAnimation', 'tabs', 'width'];
301
+ const outputs$5 = ['created', 'launcherIconClick', 'overflowPopupClose', 'overflowPopupOpen', 'ribbonCollapsing', 'ribbonExpanding', 'tabSelected', 'tabSelecting'];
310
302
  const twoWays = [''];
311
303
  /**
312
304
  * Represents the Essential JS 2 Angular Ribbon Component.
@@ -327,7 +319,7 @@ let RibbonComponent = class RibbonComponent extends Ribbon {
327
319
  this.srenderer = srenderer;
328
320
  this.viewContainerRef = viewContainerRef;
329
321
  this.injector = injector;
330
- this.tags = ['tabs'];
322
+ this.tags = ['tabs', 'contextualTabs'];
331
323
  this.element = this.ngEle.nativeElement;
332
324
  this.injectedModules = this.injectedModules || [];
333
325
  try {
@@ -393,7 +385,28 @@ let RibbonComponent = class RibbonComponent extends Ribbon {
393
385
  }
394
386
  }
395
387
  catch (_j) { }
396
- this.registerEvents(outputs$4);
388
+ try {
389
+ let mod = this.injector.get('RibbonRibbonKeyTip');
390
+ if (this.injectedModules.indexOf(mod) === -1) {
391
+ this.injectedModules.push(mod);
392
+ }
393
+ }
394
+ catch (_k) { }
395
+ try {
396
+ let mod = this.injector.get('RibbonRibbonContextualTab');
397
+ if (this.injectedModules.indexOf(mod) === -1) {
398
+ this.injectedModules.push(mod);
399
+ }
400
+ }
401
+ catch (_l) { }
402
+ try {
403
+ let mod = this.injector.get('RibbonRibbonGallery');
404
+ if (this.injectedModules.indexOf(mod) === -1) {
405
+ this.injectedModules.push(mod);
406
+ }
407
+ }
408
+ catch (_m) { }
409
+ this.registerEvents(outputs$5);
397
410
  this.addTwoWay.call(this, twoWays);
398
411
  setValue('currentInstance', this, this.viewContainerRef);
399
412
  this.containerContext = new ComponentBase();
@@ -421,6 +434,9 @@ let RibbonComponent = class RibbonComponent extends Ribbon {
421
434
  */
422
435
  ngAfterContentChecked() {
423
436
  this.tagObjects[0].instance = this.childTabs;
437
+ if (this.childContextualTabs) {
438
+ this.tagObjects[1].instance = /** @type {?} */ (this.childContextualTabs);
439
+ }
424
440
  this.containerContext.ngAfterContentChecked(this);
425
441
  }
426
442
  };
@@ -428,11 +444,12 @@ RibbonComponent.decorators = [
428
444
  { type: Component, args: [{
429
445
  selector: 'ejs-ribbon',
430
446
  inputs: inputs,
431
- outputs: outputs$4,
447
+ outputs: outputs$5,
432
448
  template: `<ng-content select='div'></ng-content>`,
433
449
  changeDetection: ChangeDetectionStrategy.OnPush,
434
450
  queries: {
435
- childTabs: new ContentChild(RibbonTabsDirective)
451
+ childTabs: new ContentChild(RibbonTabsDirective),
452
+ childContextualTabs: new ContentChild(RibbonContextualTabsDirective)
436
453
  }
437
454
  },] },
438
455
  ];
@@ -477,7 +494,9 @@ RibbonModule.decorators = [
477
494
  RibbonGroupDirective,
478
495
  RibbonGroupsDirective,
479
496
  RibbonTabDirective,
480
- RibbonTabsDirective
497
+ RibbonTabsDirective,
498
+ RibbonContextualTabDirective,
499
+ RibbonContextualTabsDirective
481
500
  ],
482
501
  exports: [
483
502
  RibbonComponent,
@@ -488,7 +507,9 @@ RibbonModule.decorators = [
488
507
  RibbonGroupDirective,
489
508
  RibbonGroupsDirective,
490
509
  RibbonTabDirective,
491
- RibbonTabsDirective
510
+ RibbonTabsDirective,
511
+ RibbonContextualTabDirective,
512
+ RibbonContextualTabsDirective
492
513
  ]
493
514
  },] },
494
515
  ];
@@ -506,6 +527,9 @@ const RibbonComboBoxService = { provide: 'RibbonRibbonComboBox', useValue: Ribbo
506
527
  const RibbonGroupButtonService = { provide: 'RibbonRibbonGroupButton', useValue: RibbonGroupButton };
507
528
  const RibbonFileMenuService = { provide: 'RibbonRibbonFileMenu', useValue: RibbonFileMenu };
508
529
  const RibbonBackstageService = { provide: 'RibbonRibbonBackstage', useValue: RibbonBackstage };
530
+ const RibbonKeyTipService = { provide: 'RibbonRibbonKeyTip', useValue: RibbonKeyTip };
531
+ const RibbonContextualTabService = { provide: 'RibbonRibbonContextualTab', useValue: RibbonContextualTab };
532
+ const RibbonGalleryService = { provide: 'RibbonRibbonGallery', useValue: RibbonGallery };
509
533
  /**
510
534
  * NgModule definition for the Ribbon component with providers.
511
535
  */
@@ -526,7 +550,10 @@ RibbonAllModule.decorators = [
526
550
  RibbonComboBoxService,
527
551
  RibbonGroupButtonService,
528
552
  RibbonFileMenuService,
529
- RibbonBackstageService
553
+ RibbonBackstageService,
554
+ RibbonKeyTipService,
555
+ RibbonContextualTabService,
556
+ RibbonGalleryService
530
557
  ]
531
558
  },] },
532
559
  ];
@@ -539,6 +566,6 @@ RibbonAllModule.ctorParameters = () => [];
539
566
  * Generated bundle index. Do not edit.
540
567
  */
541
568
 
542
- export { RibbonItemDirective, RibbonItemsDirective, RibbonCollectionDirective, RibbonCollectionsDirective, RibbonGroupDirective, RibbonGroupsDirective, RibbonTabDirective, RibbonTabsDirective, RibbonComponent, RibbonModule, RibbonAllModule, RibbonButtonService, RibbonDropDownService, RibbonSplitButtonService, RibbonCheckBoxService, RibbonColorPickerService, RibbonComboBoxService, RibbonGroupButtonService, RibbonFileMenuService, RibbonBackstageService, inputs as ɵa, outputs$4 as ɵb };
543
- export { Ribbon, RibbonLayout, ItemOrientation, RibbonItemSize, DisplayMode, RibbonItemType, RibbonGroupButtonSelection, ITEM_VERTICAL_CENTER, EXPAND_COLLAPSE_ICON, BACKSTAGE_CLOSE_ICON, OVERFLOW_ICON, VERTICAL_DDB, DISABLED_CSS, RTL_CSS, RIBBON_HOVER, RIBBON_CONTROL, RIBBON_POPUP_CONTROL, RIBBON_POPUP_OPEN, SPACE, HORIZONTAL_SCROLLBAR, HIDE_CSS, RIBBON_TAB, RIBBON_TAB_ACTIVE, RIBBON_TAB_ITEM, RIBBON_COLLAPSE_BUTTON, RIBBON_EXPAND_BUTTON, RIBBON_COLLAPSIBLE, RIBBON_OVERALL_OF_BUTTON, RIBBON_GROUP_OF_BUTTON, RIBBON_OVERFLOW_TARGET, RIBBON_OVERFLOW, TAB_CONTENT, RIBBON_MINIMIZE, RIBBON_GROUP, RIBBON_SINGLE_BUTTON_SELECTION, RIBBON_MULTIPLE_BUTTON_SELECTION, RIBBON_GROUP_BUTTON, RIBBON_GROUP_BUTTON_OVERFLOW_POPUP, RIBBON_GROUP_CONTAINER, RIBBON_OF_TAB_CONTAINER, RIBBON_OF_GROUP_CONTAINER, RIBBON_GROUP_CONTENT, RIBBON_GROUP_HEADER, RIBBON_OVERFLOW_HEADER, RIBBON_GROUP_OVERFLOW, RIBBON_GROUP_OVERFLOW_DDB, RIBBON_LAUNCHER, RIBBON_LAUNCHER_ICON_ELE, RIBBON_LAUNCHER_ICON, RIBBON_COLLECTION, RIBBON_ITEM, RIBBON_ROW, RIBBON_COLUMN, RIBBON_LARGE_ITEM, RIBBON_MEDIUM_ITEM, RIBBON_SMALL_ITEM, RIBBON_CONTENT_HEIGHT, DROPDOWNBUTTON, DROPDOWNBUTTON_HIDE, RIBBON_TEMPLATE, RIBBON_HELP_TEMPLATE, RIBBON_TOOLTIP, RIBBON_TOOLTIP_TARGET, RIBBON_TOOLTIP_TITLE, RIBBON_TOOLTIP_CONTENT, RIBBON_TOOLTIP_ICON, RIBBON_TOOLTIP_CONTAINER, RIBBON_TEXT_CONTAINER, RIBBON_SIMPLIFIED_MODE, RIBBON_BACKSTAGE_POPUP, RIBBON_BACKSTAGE_OPEN, RIBBON_BACKSTAGE_CONTENT, RIBBON_SELECTED_CONTENT, RIBBON_BACKSTAGE, RIBBON_BACKSTAGE_MENU, RIBBON_BACKSTAGE_TEMPLATE, RIBBON_BACKSTAGE_MENU_WRAPPER, RIBBON_BACKSTAGE_ITEMS_WRAPPER, RIBBON_BACKSTAGE_TEXT_MENU, TAB_ID, GROUP_ID, COLLECTION_ID, ITEM_ID, COLLAPSE_BUTTON_ID, OVRLOF_BUTTON_ID, GROUPOF_BUTTON_ID, HEADER_ID, LAUNCHER_ID, CONTENT_ID, CONTAINER_ID, OVERFLOW_ID, DROPDOWN_ID, RIBBON_FILE_MENU_ID, RIBBON_BACKSTAGE_MENU_ID, RIBBON_BACKSTAGE_POPUP_ID, RIBBON_FILE_MENU_LIST, RIBBON_MENU_LIST, RIBBON_FOOTER_MENU_LIST, RIBBON_HELP_PANE_TEMPLATE_ID, RIBBON_GROUP_BUTTON_ID, RIBBON_FILE_MENU_WIDTH, RIBBON_HELP_PANE_TEMPLATE_WIDTH, getIndex, getTemplateFunction, getItem, getCollection, getGroup, destroyControl, updateCommonProperty, updateControlDisabled, getItemElement, isTooltipPresent, setToolTipContent, createTooltip, destroyTooltip, updateTooltipProp, setCustomAttributes, RibbonTab, RibbonGroup, RibbonCollection, RibbonItem, RibbonButtonSettings, RibbonCheckBoxSettings, RibbonColorPickerSettings, RibbonComboBoxSettings, RibbonDropDownSettings, RibbonSplitButtonSettings, FileMenuSettings, BackStageMenu, BackstageBackButton, BackstageItem, RibbonTooltip, RibbonGroupButtonSettings, RibbonGroupButtonItem, RibbonButton, RibbonCheckBox, RibbonColorPicker, RibbonComboBox, RibbonDropDown, RibbonSplitButton, RibbonGroupButton, RibbonFileMenu, RibbonBackstage } from '@syncfusion/ej2-ribbon';
569
+ export { RibbonItemDirective, RibbonItemsDirective, RibbonCollectionDirective, RibbonCollectionsDirective, RibbonGroupDirective, RibbonGroupsDirective, RibbonTabDirective, RibbonTabsDirective, RibbonContextualTabDirective, RibbonContextualTabsDirective, RibbonComponent, RibbonModule, RibbonAllModule, RibbonButtonService, RibbonDropDownService, RibbonSplitButtonService, RibbonCheckBoxService, RibbonColorPickerService, RibbonComboBoxService, RibbonGroupButtonService, RibbonFileMenuService, RibbonBackstageService, RibbonKeyTipService, RibbonContextualTabService, RibbonGalleryService, inputs as ɵa, outputs$5 as ɵb };
570
+ export { Ribbon, RibbonLayout, ItemOrientation, RibbonItemSize, DisplayMode, RibbonItemType, RibbonGroupButtonSelection, ITEM_VERTICAL_CENTER, EXPAND_COLLAPSE_ICON, BACKSTAGE_CLOSE_ICON, OVERFLOW_ICON, VERTICAL_DDB, DISABLED_CSS, RTL_CSS, RIBBON_HOVER, RIBBON_CONTROL, RIBBON_POPUP_CONTROL, RIBBON_POPUP_OPEN, RIBBON_KEYTIP, SPACE, HORIZONTAL_SCROLLBAR, HIDE_CSS, RIBBON_TAB, RIBBON_CONTEXTUAL_TAB, RIBBON_TAB_ACTIVE, RIBBON_TAB_ITEM, RIBBON_COLLAPSE_BUTTON, RIBBON_EXPAND_BUTTON, RIBBON_COLLAPSIBLE, RIBBON_OVERALL_OF_BUTTON, RIBBON_GROUP_OF_BUTTON, RIBBON_OVERFLOW_TARGET, RIBBON_OVERFLOW, TAB_CONTENT, RIBBON_MINIMIZE, RIBBON_GROUP, RIBBON_SINGLE_BUTTON_SELECTION, RIBBON_MULTIPLE_BUTTON_SELECTION, RIBBON_GROUP_BUTTON, RIBBON_GROUP_BUTTON_OVERFLOW_POPUP, RIBBON_GROUP_BUTTON_CONTENT, RIBBON_GROUP_CONTAINER, RIBBON_OF_TAB_CONTAINER, RIBBON_OF_GROUP_CONTAINER, RIBBON_GROUP_CONTENT, RIBBON_GROUP_HEADER, RIBBON_OVERFLOW_HEADER, RIBBON_GROUP_OVERFLOW, RIBBON_GROUP_OVERFLOW_DDB, RIBBON_LAUNCHER, RIBBON_LAUNCHER_ICON_ELE, RIBBON_LAUNCHER_ICON, RIBBON_COLLECTION, RIBBON_ITEM, RIBBON_ROW, RIBBON_COLUMN, RIBBON_LARGE_ITEM, RIBBON_MEDIUM_ITEM, RIBBON_SMALL_ITEM, RIBBON_CONTENT_HEIGHT, DROPDOWNBUTTON, DROPDOWNBUTTON_HIDE, RIBBON_TEMPLATE, RIBBON_HELP_TEMPLATE, RIBBON_TOOLTIP, RIBBON_TOOLTIP_TARGET, RIBBON_TOOLTIP_TITLE, RIBBON_TOOLTIP_CONTENT, RIBBON_TOOLTIP_ICON, RIBBON_TOOLTIP_CONTAINER, RIBBON_TEXT_CONTAINER, RIBBON_SIMPLIFIED_MODE, RIBBON_BACKSTAGE_POPUP, RIBBON_BACKSTAGE_OPEN, RIBBON_BACKSTAGE_CONTENT, RIBBON_SELECTED_CONTENT, RIBBON_BACKSTAGE, RIBBON_BACKSTAGE_MENU, RIBBON_BACKSTAGE_TEMPLATE, RIBBON_BACKSTAGE_MENU_WRAPPER, RIBBON_BACKSTAGE_ITEMS_WRAPPER, RIBBON_BACKSTAGE_TEXT_MENU, TAB_ID, GROUP_ID, COLLECTION_ID, ITEM_ID, COLLAPSE_BUTTON_ID, OVRLOF_BUTTON_ID, GROUPOF_BUTTON_ID, HEADER_ID, LAUNCHER_ID, CONTENT_ID, CONTAINER_ID, OVERFLOW_ID, DROPDOWN_ID, RIBBON_FILE_MENU_ID, RIBBON_BACKSTAGE_MENU_ID, RIBBON_BACKSTAGE_POPUP_ID, RIBBON_FILE_MENU_LIST, RIBBON_MENU_LIST, RIBBON_FOOTER_MENU_LIST, RIBBON_HELP_PANE_TEMPLATE_ID, RIBBON_GROUP_BUTTON_ID, RIBBON_KEYTIP_ID, RIBBON_FILE_MENU_WIDTH, RIBBON_HELP_PANE_TEMPLATE_WIDTH, getIndex, getTemplateFunction, getItem, getCollection, getGroup, destroyControl, updateCommonProperty, updateControlDisabled, getItemElement, isTooltipPresent, setToolTipContent, createTooltip, destroyTooltip, updateTooltipProp, setCustomAttributes, RibbonTab, RibbonGroup, RibbonCollection, RibbonItem, RibbonButtonSettings, RibbonCheckBoxSettings, RibbonColorPickerSettings, RibbonComboBoxSettings, RibbonDropDownSettings, RibbonSplitButtonSettings, FileMenuSettings, BackStageMenu, BackstageBackButton, BackstageItem, RibbonTooltip, RibbonGroupButtonSettings, RibbonGroupButtonItem, RibbonContextualTabSettings, RibbonGalleryGroup, RibbonGalleryItem, RibbonGallerySettings, RibbonButton, RibbonCheckBox, RibbonColorPicker, RibbonComboBox, RibbonDropDown, RibbonSplitButton, RibbonGroupButton, RibbonGallery, RibbonFileMenu, RibbonBackstage, RibbonContextualTab, RibbonKeyTip } from '@syncfusion/ej2-ribbon';
544
571
  //# sourceMappingURL=ej2-angular-ribbon.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ej2-angular-ribbon.js","sources":["~/@syncfusion/ej2-angular-ribbon/ej2-angular-ribbon.ts","~/@syncfusion/ej2-angular-ribbon/src/ribbon/ribbon-all.module.ts","~/@syncfusion/ej2-angular-ribbon/src/ribbon/ribbon.module.ts","~/@syncfusion/ej2-angular-ribbon/src/ribbon/ribbon.component.ts","~/@syncfusion/ej2-angular-ribbon/src/ribbon/tabs.directive.ts","~/@syncfusion/ej2-angular-ribbon/src/ribbon/groups.directive.ts","~/@syncfusion/ej2-angular-ribbon/src/ribbon/collections.directive.ts","~/@syncfusion/ej2-angular-ribbon/src/ribbon/items.directive.ts"],"sourcesContent":["/**\n * Generated bundle index. Do not edit.\n */\n\nexport {RibbonItemDirective,RibbonItemsDirective,RibbonCollectionDirective,RibbonCollectionsDirective,RibbonGroupDirective,RibbonGroupsDirective,RibbonTabDirective,RibbonTabsDirective,RibbonComponent,RibbonModule,RibbonAllModule,RibbonButtonService,RibbonDropDownService,RibbonSplitButtonService,RibbonCheckBoxService,RibbonColorPickerService,RibbonComboBoxService,RibbonGroupButtonService,RibbonFileMenuService,RibbonBackstageService,Ribbon,RibbonModel,RibbonLayout,ItemOrientation,RibbonItemSize,DisplayMode,RibbonItemType,RibbonGroupButtonSelection,TabSelectingEventArgs,TabSelectedEventArgs,ExpandCollapseEventArgs,LauncherClickEventArgs,BeforeClickGroupButtonEventArgs,ClickGroupButtonEventArgs,OverflowPopupEventArgs,itemProps,commonProperties,EJ2Control,ribbonItemPropsList,ribbonTooltipData,ITEM_VERTICAL_CENTER,EXPAND_COLLAPSE_ICON,BACKSTAGE_CLOSE_ICON,OVERFLOW_ICON,VERTICAL_DDB,DISABLED_CSS,RTL_CSS,RIBBON_HOVER,RIBBON_CONTROL,RIBBON_POPUP_CONTROL,RIBBON_POPUP_OPEN,SPACE,HORIZONTAL_SCROLLBAR,HIDE_CSS,RIBBON_TAB,RIBBON_TAB_ACTIVE,RIBBON_TAB_ITEM,RIBBON_COLLAPSE_BUTTON,RIBBON_EXPAND_BUTTON,RIBBON_COLLAPSIBLE,RIBBON_OVERALL_OF_BUTTON,RIBBON_GROUP_OF_BUTTON,RIBBON_OVERFLOW_TARGET,RIBBON_OVERFLOW,TAB_CONTENT,RIBBON_MINIMIZE,RIBBON_GROUP,RIBBON_SINGLE_BUTTON_SELECTION,RIBBON_MULTIPLE_BUTTON_SELECTION,RIBBON_GROUP_BUTTON,RIBBON_GROUP_BUTTON_OVERFLOW_POPUP,RIBBON_GROUP_CONTAINER,RIBBON_OF_TAB_CONTAINER,RIBBON_OF_GROUP_CONTAINER,RIBBON_GROUP_CONTENT,RIBBON_GROUP_HEADER,RIBBON_OVERFLOW_HEADER,RIBBON_GROUP_OVERFLOW,RIBBON_GROUP_OVERFLOW_DDB,RIBBON_LAUNCHER,RIBBON_LAUNCHER_ICON_ELE,RIBBON_LAUNCHER_ICON,RIBBON_COLLECTION,RIBBON_ITEM,RIBBON_ROW,RIBBON_COLUMN,RIBBON_LARGE_ITEM,RIBBON_MEDIUM_ITEM,RIBBON_SMALL_ITEM,RIBBON_CONTENT_HEIGHT,DROPDOWNBUTTON,DROPDOWNBUTTON_HIDE,RIBBON_TEMPLATE,RIBBON_HELP_TEMPLATE,RIBBON_TOOLTIP,RIBBON_TOOLTIP_TARGET,RIBBON_TOOLTIP_TITLE,RIBBON_TOOLTIP_CONTENT,RIBBON_TOOLTIP_ICON,RIBBON_TOOLTIP_CONTAINER,RIBBON_TEXT_CONTAINER,RIBBON_SIMPLIFIED_MODE,RIBBON_BACKSTAGE_POPUP,RIBBON_BACKSTAGE_OPEN,RIBBON_BACKSTAGE_CONTENT,RIBBON_SELECTED_CONTENT,RIBBON_BACKSTAGE,RIBBON_BACKSTAGE_MENU,RIBBON_BACKSTAGE_TEMPLATE,RIBBON_BACKSTAGE_MENU_WRAPPER,RIBBON_BACKSTAGE_ITEMS_WRAPPER,RIBBON_BACKSTAGE_TEXT_MENU,TAB_ID,GROUP_ID,COLLECTION_ID,ITEM_ID,COLLAPSE_BUTTON_ID,OVRLOF_BUTTON_ID,GROUPOF_BUTTON_ID,HEADER_ID,LAUNCHER_ID,CONTENT_ID,CONTAINER_ID,OVERFLOW_ID,DROPDOWN_ID,RIBBON_FILE_MENU_ID,RIBBON_BACKSTAGE_MENU_ID,RIBBON_BACKSTAGE_POPUP_ID,RIBBON_FILE_MENU_LIST,RIBBON_MENU_LIST,RIBBON_FOOTER_MENU_LIST,RIBBON_HELP_PANE_TEMPLATE_ID,RIBBON_GROUP_BUTTON_ID,RIBBON_FILE_MENU_WIDTH,RIBBON_HELP_PANE_TEMPLATE_WIDTH,getIndex,getTemplateFunction,getItem,getCollection,getGroup,destroyControl,updateCommonProperty,updateControlDisabled,getItemElement,isTooltipPresent,setToolTipContent,createTooltip,destroyTooltip,updateTooltipProp,setCustomAttributes,RibbonTab,RibbonGroup,RibbonCollection,RibbonItem,RibbonButtonSettings,RibbonCheckBoxSettings,RibbonColorPickerSettings,RibbonComboBoxSettings,RibbonDropDownSettings,RibbonSplitButtonSettings,FileMenuSettings,FileMenuEventArgs,FileMenuOpenCloseEventArgs,FileMenuBeforeOpenCloseEventArgs,BackStageMenu,BackstageBackButton,BackstageItem,BackstageItemClickArgs,RibbonTooltip,RibbonGroupButtonSettings,RibbonGroupButtonItem,RibbonGroupButtonItemModel,RibbonGroupButtonSettingsModel,RibbonTooltipModel,FileMenuSettingsModel,BackStageMenuModel,BackstageBackButtonModel,BackstageItemModel,RibbonTabModel,RibbonGroupModel,RibbonCollectionModel,RibbonItemModel,RibbonButtonSettingsModel,RibbonCheckBoxSettingsModel,RibbonColorPickerSettingsModel,RibbonComboBoxSettingsModel,RibbonDropDownSettingsModel,RibbonSplitButtonSettingsModel,RibbonButton,RibbonCheckBox,RibbonColorPicker,RibbonComboBox,RibbonDropDown,RibbonSplitButton,RibbonGroupButton,RibbonFileMenu,RibbonBackstage} from './public_api';\n\nexport {inputs as ɵa,outputs as ɵb} from './src/ribbon/ribbon.component';","import { NgModule, ValueProvider } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { RibbonItemDirective, RibbonItemsDirective } from './items.directive';\nimport { RibbonCollectionDirective, RibbonCollectionsDirective } from './collections.directive';\nimport { RibbonGroupDirective, RibbonGroupsDirective } from './groups.directive';\nimport { RibbonTabDirective, RibbonTabsDirective } from './tabs.directive';\nimport { RibbonComponent } from './ribbon.component';\nimport { RibbonModule } from './ribbon.module';\nimport {RibbonButton, RibbonDropDown, RibbonSplitButton, RibbonCheckBox, RibbonColorPicker, RibbonComboBox, RibbonGroupButton, RibbonFileMenu, RibbonBackstage} from '@syncfusion/ej2-ribbon';\n\n\nexport const /** @type {?} */ RibbonButtonService: ValueProvider = { provide: 'RibbonRibbonButton', useValue: RibbonButton};\nexport const /** @type {?} */ RibbonDropDownService: ValueProvider = { provide: 'RibbonRibbonDropDown', useValue: RibbonDropDown};\nexport const /** @type {?} */ RibbonSplitButtonService: ValueProvider = { provide: 'RibbonRibbonSplitButton', useValue: RibbonSplitButton};\nexport const /** @type {?} */ RibbonCheckBoxService: ValueProvider = { provide: 'RibbonRibbonCheckBox', useValue: RibbonCheckBox};\nexport const /** @type {?} */ RibbonColorPickerService: ValueProvider = { provide: 'RibbonRibbonColorPicker', useValue: RibbonColorPicker};\nexport const /** @type {?} */ RibbonComboBoxService: ValueProvider = { provide: 'RibbonRibbonComboBox', useValue: RibbonComboBox};\nexport const /** @type {?} */ RibbonGroupButtonService: ValueProvider = { provide: 'RibbonRibbonGroupButton', useValue: RibbonGroupButton};\nexport const /** @type {?} */ RibbonFileMenuService: ValueProvider = { provide: 'RibbonRibbonFileMenu', useValue: RibbonFileMenu};\nexport const /** @type {?} */ RibbonBackstageService: ValueProvider = { provide: 'RibbonRibbonBackstage', useValue: RibbonBackstage};\n/**\n * NgModule definition for the Ribbon component with providers.\n */\nexport class RibbonAllModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule, RibbonModule],\n exports: [\n RibbonModule\n ],\n providers:[\n RibbonButtonService,\n RibbonDropDownService,\n RibbonSplitButtonService,\n RibbonCheckBoxService,\n RibbonColorPickerService,\n RibbonComboBoxService,\n RibbonGroupButtonService,\n RibbonFileMenuService,\n RibbonBackstageService\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction RibbonAllModule_tsickle_Closure_declarations() {\n/** @type {?} */\nRibbonAllModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nRibbonAllModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { RibbonItemDirective, RibbonItemsDirective } from './items.directive';\nimport { RibbonCollectionDirective, RibbonCollectionsDirective } from './collections.directive';\nimport { RibbonGroupDirective, RibbonGroupsDirective } from './groups.directive';\nimport { RibbonTabDirective, RibbonTabsDirective } from './tabs.directive';\nimport { RibbonComponent } from './ribbon.component';\n/**\n * NgModule definition for the Ribbon component.\n */\nexport class RibbonModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule],\n declarations: [\n RibbonComponent,\n RibbonItemDirective,\n RibbonItemsDirective,\n RibbonCollectionDirective,\n RibbonCollectionsDirective,\n RibbonGroupDirective,\n RibbonGroupsDirective,\n RibbonTabDirective,\n RibbonTabsDirective\n ],\n exports: [\n RibbonComponent,\n RibbonItemDirective,\n RibbonItemsDirective,\n RibbonCollectionDirective,\n RibbonCollectionsDirective,\n RibbonGroupDirective,\n RibbonGroupsDirective,\n RibbonTabDirective,\n RibbonTabsDirective\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction RibbonModule_tsickle_Closure_declarations() {\n/** @type {?} */\nRibbonModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nRibbonModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Component, ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectionStrategy, QueryList, ValueProvider, ContentChild } from '@angular/core';\nimport { ComponentBase, ComponentMixins, IComponentBase, applyMixins, PropertyCollectionInfo, setValue } from '@syncfusion/ej2-angular-base';\nimport { Ribbon } from '@syncfusion/ej2-ribbon';\nimport { Template } from '@syncfusion/ej2-angular-base';\nimport { RibbonTabsDirective } from './tabs.directive';\n\nexport const /** @type {?} */ inputs: string[] = ['activeLayout','backStageMenu','cssClass','enablePersistence','enableRtl','fileMenu','helpPaneTemplate','hideLayoutSwitcher','isMinimized','launcherIconCss','locale','selectedTab','tabAnimation','tabs','width'];\nexport const /** @type {?} */ outputs: string[] = ['created','launcherIconClick','overflowPopupClose','overflowPopupOpen','ribbonCollapsing','ribbonExpanding','tabSelected','tabSelecting'];\nexport const /** @type {?} */ twoWays: string[] = [''];\n/**\n * Represents the Essential JS 2 Angular Ribbon Component.\n * ```html\n * <ejs-ribbon></ejs-ribbon>\n * ```\n */\n@ComponentMixins([ComponentBase])\nexport class RibbonComponent extends Ribbon implements IComponentBase {\npublic containerContext : any;\npublic tagObjects: any;\n\tcreated: any;\n\tlauncherIconClick: any;\n\toverflowPopupClose: any;\n\toverflowPopupOpen: any;\n\tribbonCollapsing: any;\n\tribbonExpanding: any;\n\ttabSelected: any;\npublic tabSelecting: any;\npublic childTabs: QueryList<RibbonTabsDirective>;\npublic tags: string[] = ['tabs'];\n/**\n * Specifies the template content for the help pane of ribbon. \n * The help pane appears on the right side of the ribbon header row.\n * \\@default ''\n * \\@angulartype string | object | HTMLElement\n * \\@reacttype string | function | JSX.Element | HTMLElement\n * \\@vuetype string | function | HTMLElement\n * \\@asptype string\n */\n@Template()\n public helpPaneTemplate: any;\n/**\n * @param {?} ngEle\n * @param {?} srenderer\n * @param {?} viewContainerRef\n * @param {?} injector\n */\nconstructor(private ngEle: ElementRef,\nprivate srenderer: Renderer2,\nprivate viewContainerRef:ViewContainerRef,\nprivate injector: Injector) {\n super();\n this.element = this.ngEle.nativeElement;\n this.injectedModules = this.injectedModules || [];\n try {\n let mod = this.injector.get('RibbonRibbonButton');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('RibbonRibbonDropDown');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('RibbonRibbonSplitButton');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('RibbonRibbonCheckBox');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('RibbonRibbonColorPicker');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('RibbonRibbonComboBox');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('RibbonRibbonGroupButton');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('RibbonRibbonFileMenu');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('RibbonRibbonBackstage');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\n this.registerEvents(outputs);\n this.addTwoWay.call(this, twoWays);\n setValue('currentInstance', this, this.viewContainerRef);\n this.containerContext = new ComponentBase();\n }\n/**\n * @return {?}\n */\npublic ngOnInit() {\n this.containerContext.ngOnInit(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterViewInit(): void {\n this.containerContext.ngAfterViewInit(this);\n }\n/**\n * @return {?}\n */\npublic ngOnDestroy(): void {\n this.containerContext.ngOnDestroy(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterContentChecked(): void {\n this.tagObjects[0].instance = this.childTabs;\n this.containerContext.ngAfterContentChecked(this);\n }\npublic registerEvents: (eventList: string[]) => void;\npublic addTwoWay: (propList: string[]) => void;\nstatic decorators: DecoratorInvocation[] = [\n{ type: Component, args: [{\n selector: 'ejs-ribbon',\n inputs: inputs,\n outputs: outputs,\n template: `<ng-content select='div'></ng-content>`,\n changeDetection: ChangeDetectionStrategy.OnPush,\n queries: {\n childTabs: new ContentChild(RibbonTabsDirective)\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ElementRef, },\n{type: Renderer2, },\n{type: ViewContainerRef, },\n{type: Injector, },\n];\nstatic propDecorators: {[key: string]: DecoratorInvocation[]} = {\n'helpPaneTemplate': [{ type: ContentChild, args: ['helpPaneTemplate', ] },],\n};\n}\n\nfunction RibbonComponent_tsickle_Closure_declarations() {\n/** @type {?} */\nRibbonComponent.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nRibbonComponent.ctorParameters;\n/** @type {?} */\nRibbonComponent.propDecorators;\n/** @type {?} */\nRibbonComponent.prototype.containerContext;\n/** @type {?} */\nRibbonComponent.prototype.tagObjects;\n/** @type {?} */\nRibbonComponent.prototype.created;\n/** @type {?} */\nRibbonComponent.prototype.launcherIconClick;\n/** @type {?} */\nRibbonComponent.prototype.overflowPopupClose;\n/** @type {?} */\nRibbonComponent.prototype.overflowPopupOpen;\n/** @type {?} */\nRibbonComponent.prototype.ribbonCollapsing;\n/** @type {?} */\nRibbonComponent.prototype.ribbonExpanding;\n/** @type {?} */\nRibbonComponent.prototype.tabSelected;\n/** @type {?} */\nRibbonComponent.prototype.tabSelecting;\n/** @type {?} */\nRibbonComponent.prototype.childTabs;\n/** @type {?} */\nRibbonComponent.prototype.tags;\n/**\n * Specifies the template content for the help pane of ribbon. \n * The help pane appears on the right side of the ribbon header row.\n * \\@default ''\n * \\@angulartype string | object | HTMLElement\n * \\@reacttype string | function | JSX.Element | HTMLElement\n * \\@vuetype string | function | HTMLElement\n * \\@asptype string\n * @type {?}\n */\nRibbonComponent.prototype.helpPaneTemplate;\n/** @type {?} */\nRibbonComponent.prototype.registerEvents;\n/** @type {?} */\nRibbonComponent.prototype.addTwoWay;\n/** @type {?} */\nRibbonComponent.prototype.ngEle;\n/** @type {?} */\nRibbonComponent.prototype.srenderer;\n/** @type {?} */\nRibbonComponent.prototype.viewContainerRef;\n/** @type {?} */\nRibbonComponent.prototype.injector;\n}\n\n\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Directive, ViewContainerRef, ContentChildren, ContentChild } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\n\nimport { RibbonGroupsDirective } from './groups.directive';\n\nlet /** @type {?} */ input: string[] = ['cssClass', 'groups', 'header', 'id'];\nlet /** @type {?} */ outputs: string[] = [];\n/**\n * `e-ribbon-tab` directive represent a tab of the Angular Ribbon. \n * It must be contained in a Ribbon component(`ejs-ribbon`). \n * ```html\n * <ejs-ribbon>\n * <e-ribbon-tabs>\n * <e-ribbon-tab></e-ribbon-tab>\n * <e-ribbon-tab></e-ribbon-tab>\n * </e-ribbon-tabs>\n * </ejs-ribbon>\n * ```\n */\nexport class RibbonTabDirective extends ComplexBase<RibbonTabDirective> {\npublic directivePropList: any;\npublic childGroups: any;\npublic tags: string[] = ['groups'];\n/**\n * Defines one or more CSS classes to customize the appearance of tab.\n * \\@default ''\n */\npublic cssClass: any;\n/**\n * Defines the list of ribbon groups.\n * \\@default []\n * \\@asptype List<RibbonGroup>\n */\npublic groups: any;\n/**\n * Defines the content of tab header.\n * \\@default ''\n */\npublic header: any;\n/**\n * Defines a unique identifier for the tab.\n * \\@default ''\n */\npublic id: any;\n/**\n * @param {?} viewContainerRef\n */\nconstructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'e-ribbon-tab',\n inputs: input,\n outputs: outputs, \n queries: {\n childGroups: new ContentChild(RibbonGroupsDirective)\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ViewContainerRef, },\n];\n}\n\nfunction RibbonTabDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nRibbonTabDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nRibbonTabDirective.ctorParameters;\n/** @type {?} */\nRibbonTabDirective.prototype.directivePropList;\n/** @type {?} */\nRibbonTabDirective.prototype.childGroups;\n/** @type {?} */\nRibbonTabDirective.prototype.tags;\n/**\n * Defines one or more CSS classes to customize the appearance of tab.\n * \\@default ''\n * @type {?}\n */\nRibbonTabDirective.prototype.cssClass;\n/**\n * Defines the list of ribbon groups.\n * \\@default []\n * \\@asptype List<RibbonGroup>\n * @type {?}\n */\nRibbonTabDirective.prototype.groups;\n/**\n * Defines the content of tab header.\n * \\@default ''\n * @type {?}\n */\nRibbonTabDirective.prototype.header;\n/**\n * Defines a unique identifier for the tab.\n * \\@default ''\n * @type {?}\n */\nRibbonTabDirective.prototype.id;\n/** @type {?} */\nRibbonTabDirective.prototype.viewContainerRef;\n}\n\n/**\n * RibbonTab Array Directive\n */\nexport class RibbonTabsDirective extends ArrayBase<RibbonTabsDirective> {\nconstructor() {\n super('tabs');\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'e-ribbon-tabs',\n queries: {\n children: new ContentChildren(RibbonTabDirective)\n },\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction RibbonTabsDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nRibbonTabsDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nRibbonTabsDirective.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Directive, ViewContainerRef, ContentChildren, ContentChild } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\n\nimport { RibbonCollectionsDirective } from './collections.directive';\n\nlet /** @type {?} */ input: string[] = ['collections', 'cssClass', 'enableGroupOverflow', 'groupIconCss', 'header', 'id', 'isCollapsed', 'isCollapsible', 'orientation', 'overflowHeader', 'priority', 'showLauncherIcon'];\nlet /** @type {?} */ outputs: string[] = [];\n/**\n * `e-ribbon-group` directive represent a group in the Angular Ribbon. \n * ```html\n * <ejs-ribbon>\n * <e-ribbon-tabs>\n * <e-ribbon-tab></e-ribbon-tab>\n * <e-ribbon-tab>\n * <e-ribbon-groups>\n * <e-ribbon-group></e-ribbon-group>\n * <e-ribbon-group></e-ribbon-group>\n * </e-ribbon-groups>\n * </e-ribbon-tab>\n * </e-ribbon-tabs>\n * </ejs-ribbon>\n * ```\n */\nexport class RibbonGroupDirective extends ComplexBase<RibbonGroupDirective> {\npublic directivePropList: any;\npublic childCollections: any;\npublic tags: string[] = ['collections'];\n/**\n * Defines the list of ribbon collections.\n * \\@default []\n * \\@asptype List<RibbonCollection>\n */\npublic collections: any;\n/**\n * Defines one or more CSS classes to customize the appearance of group.\n * \\@default ''\n */\npublic cssClass: any;\n/**\n * Defines whether to add a separate popup for the overflow items in the group. \n * If it is set to false, the overflow items will be shown in the common overflow popup present at the right end of the tab content.\n * \\@default false\n */\npublic enableGroupOverflow: any;\n/**\n * Defines the CSS class for the icons to be shown in the group overflow dropdown button in classic mode. \n * During overflow, the entire group will be shown in a popup of a dropdown button which appears in the place of the group in ribbon tab.\n * \\@default ''\n */\npublic groupIconCss: any;\n/**\n * Defines the content of group header.\n * \\@default ''\n */\npublic header: any;\n/**\n * Defines a unique identifier for the group.\n * \\@default ''\n */\npublic id: any;\n/**\n * Defines whether the group is in collapsed state or not during classic mode.\n * \\@default false\n */\npublic isCollapsed: any;\n/**\n * Defines whether the group can be collapsed on resize during classic mode.\n * \\@default true\n */\npublic isCollapsible: any;\n/**\n * Defines whether to orientation in which the items of the group should be arranged.\n * \\@isenumeration true\n * \\@default ItemOrientation.Column\n * \\@asptype ItemOrientation\n */\npublic orientation: any;\n/**\n * Defines the header shown in overflow popup of Ribbon group.\n * \\@default ''\n */\npublic overflowHeader: any;\n/**\n * Defines the priority order at which the group should be collapsed or expanded. \n * For collapsing value is fetched in ascending order and for expanding value is fetched in descending order.\n * \\@default 0\n */\npublic priority: any;\n/**\n * Defines whether to show or hide the launcher icon for the group.\n * \\@default false\n */\npublic showLauncherIcon: any;\n/**\n * @param {?} viewContainerRef\n */\nconstructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'e-ribbon-group',\n inputs: input,\n outputs: outputs, \n queries: {\n childCollections: new ContentChild(RibbonCollectionsDirective)\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ViewContainerRef, },\n];\n}\n\nfunction RibbonGroupDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nRibbonGroupDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nRibbonGroupDirective.ctorParameters;\n/** @type {?} */\nRibbonGroupDirective.prototype.directivePropList;\n/** @type {?} */\nRibbonGroupDirective.prototype.childCollections;\n/** @type {?} */\nRibbonGroupDirective.prototype.tags;\n/**\n * Defines the list of ribbon collections.\n * \\@default []\n * \\@asptype List<RibbonCollection>\n * @type {?}\n */\nRibbonGroupDirective.prototype.collections;\n/**\n * Defines one or more CSS classes to customize the appearance of group.\n * \\@default ''\n * @type {?}\n */\nRibbonGroupDirective.prototype.cssClass;\n/**\n * Defines whether to add a separate popup for the overflow items in the group. \n * If it is set to false, the overflow items will be shown in the common overflow popup present at the right end of the tab content.\n * \\@default false\n * @type {?}\n */\nRibbonGroupDirective.prototype.enableGroupOverflow;\n/**\n * Defines the CSS class for the icons to be shown in the group overflow dropdown button in classic mode. \n * During overflow, the entire group will be shown in a popup of a dropdown button which appears in the place of the group in ribbon tab.\n * \\@default ''\n * @type {?}\n */\nRibbonGroupDirective.prototype.groupIconCss;\n/**\n * Defines the content of group header.\n * \\@default ''\n * @type {?}\n */\nRibbonGroupDirective.prototype.header;\n/**\n * Defines a unique identifier for the group.\n * \\@default ''\n * @type {?}\n */\nRibbonGroupDirective.prototype.id;\n/**\n * Defines whether the group is in collapsed state or not during classic mode.\n * \\@default false\n * @type {?}\n */\nRibbonGroupDirective.prototype.isCollapsed;\n/**\n * Defines whether the group can be collapsed on resize during classic mode.\n * \\@default true\n * @type {?}\n */\nRibbonGroupDirective.prototype.isCollapsible;\n/**\n * Defines whether to orientation in which the items of the group should be arranged.\n * \\@isenumeration true\n * \\@default ItemOrientation.Column\n * \\@asptype ItemOrientation\n * @type {?}\n */\nRibbonGroupDirective.prototype.orientation;\n/**\n * Defines the header shown in overflow popup of Ribbon group.\n * \\@default ''\n * @type {?}\n */\nRibbonGroupDirective.prototype.overflowHeader;\n/**\n * Defines the priority order at which the group should be collapsed or expanded. \n * For collapsing value is fetched in ascending order and for expanding value is fetched in descending order.\n * \\@default 0\n * @type {?}\n */\nRibbonGroupDirective.prototype.priority;\n/**\n * Defines whether to show or hide the launcher icon for the group.\n * \\@default false\n * @type {?}\n */\nRibbonGroupDirective.prototype.showLauncherIcon;\n/** @type {?} */\nRibbonGroupDirective.prototype.viewContainerRef;\n}\n\n/**\n * RibbonGroup Array Directive\n */\nexport class RibbonGroupsDirective extends ArrayBase<RibbonGroupsDirective> {\nconstructor() {\n super('groups');\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'e-ribbon-groups',\n queries: {\n children: new ContentChildren(RibbonGroupDirective)\n },\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction RibbonGroupsDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nRibbonGroupsDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nRibbonGroupsDirective.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Directive, ViewContainerRef, ContentChildren, ContentChild } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\n\nimport { RibbonItemsDirective } from './items.directive';\n\nlet /** @type {?} */ input: string[] = ['cssClass', 'id', 'items'];\nlet /** @type {?} */ outputs: string[] = [];\n/**\n * `e-ribbon-collection` directive represent a collection in the Angular Ribbon. \n * ```html\n * <ejs-ribbon>\n * <e-ribbon-tabs>\n * <e-ribbon-tab></e-ribbon-tab>\n * <e-ribbon-tab>\n * <e-ribbon-groups>\n * <e-ribbon-group>\n * <e-ribbon-collections>\n * <e-ribbon-collection></e-ribbon-collection>\n * <e-ribbon-collection></e-ribbon-collection>\n * </e-ribbon-collections>\n * </e-ribbon-group>\n * </e-ribbon-groups>\n * </e-ribbon-tab>\n * </e-ribbon-tabs>\n * </ejs-ribbon>\n * ```\n */\nexport class RibbonCollectionDirective extends ComplexBase<RibbonCollectionDirective> {\npublic directivePropList: any;\npublic childItems: any;\npublic tags: string[] = ['items'];\n/**\n * Defines one or more CSS classes to customize the appearance of collection.\n * \\@default ''\n */\npublic cssClass: any;\n/**\n * Defines a unique identifier for the collection.\n * \\@default ''\n */\npublic id: any;\n/**\n * Defines the list of ribbon items.\n * \\@default []\n * \\@asptype List<RibbonItem>\n */\npublic items: any;\n/**\n * @param {?} viewContainerRef\n */\nconstructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'e-ribbon-collection',\n inputs: input,\n outputs: outputs, \n queries: {\n childItems: new ContentChild(RibbonItemsDirective)\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ViewContainerRef, },\n];\n}\n\nfunction RibbonCollectionDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nRibbonCollectionDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nRibbonCollectionDirective.ctorParameters;\n/** @type {?} */\nRibbonCollectionDirective.prototype.directivePropList;\n/** @type {?} */\nRibbonCollectionDirective.prototype.childItems;\n/** @type {?} */\nRibbonCollectionDirective.prototype.tags;\n/**\n * Defines one or more CSS classes to customize the appearance of collection.\n * \\@default ''\n * @type {?}\n */\nRibbonCollectionDirective.prototype.cssClass;\n/**\n * Defines a unique identifier for the collection.\n * \\@default ''\n * @type {?}\n */\nRibbonCollectionDirective.prototype.id;\n/**\n * Defines the list of ribbon items.\n * \\@default []\n * \\@asptype List<RibbonItem>\n * @type {?}\n */\nRibbonCollectionDirective.prototype.items;\n/** @type {?} */\nRibbonCollectionDirective.prototype.viewContainerRef;\n}\n\n/**\n * RibbonCollection Array Directive\n */\nexport class RibbonCollectionsDirective extends ArrayBase<RibbonCollectionsDirective> {\nconstructor() {\n super('collections');\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'e-ribbon-collections',\n queries: {\n children: new ContentChildren(RibbonCollectionDirective)\n },\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction RibbonCollectionsDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nRibbonCollectionsDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nRibbonCollectionsDirective.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Directive, ViewContainerRef, ContentChildren, ContentChild } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\nimport { Template } from '@syncfusion/ej2-angular-base';\n\n\nlet /** @type {?} */ input: string[] = ['activeSize', 'allowedSizes', 'buttonSettings', 'checkBoxSettings', 'colorPickerSettings', 'comboBoxSettings', 'cssClass', 'disabled', 'displayOptions', 'dropDownSettings', 'groupButtonSettings', 'id', 'itemTemplate', 'ribbonTooltipSettings', 'splitButtonSettings', 'type'];\nlet /** @type {?} */ outputs: string[] = [];\n/**\n * `e-ribbon-item` directive represent a item in the Angular Ribbon.\n * ```html\n * <ejs-ribbon>\n * <e-ribbon-tabs>\n * <e-ribbon-tab></e-ribbon-tab>\n * <e-ribbon-tab>\n * <e-ribbon-groups>\n * <e-ribbon-group>\n * <e-ribbon-collections>\n * <e-ribbon-collection>\n * <e-ribbon-items>\n * <e-ribbon-item></e-ribbon-item>\n * <e-ribbon-item></e-ribbon-item>\n * </e-ribbon-items>\n * </e-ribbon-collection>\n * </e-ribbon-collections>\n * </e-ribbon-group>\n * </e-ribbon-groups>\n * </e-ribbon-tab>\n * </e-ribbon-tabs>\n * </ejs-ribbon>\n * ```\n */\nexport class RibbonItemDirective extends ComplexBase<RibbonItemDirective> {\npublic directivePropList: any;\n/**\n * Defines the type of control to be added as the Ribbon Item.\n * \\@isenumeration true\n * \\@default RibbonItemType.Button\n * \\@asptype RibbonItemType\n */\npublic type: any;\n/**\n * Defines the active size of the ribbon item.\n * \\@default 'Medium'\n * \\@aspnumberenum\n */\npublic activeSize: any;\n/**\n * Defines the sizes that are allowed for the ribbon item on ribbon resize.\n * \\@default null\n * \\@aspnumberenum\n */\npublic allowedSizes: any;\n/**\n * Defines the settings for the ribbon button.\n * \\@default {}\n */\npublic buttonSettings: any;\n/**\n * Defines the settings for the ribbon checkbox.\n * \\@default {}\n */\npublic checkBoxSettings: any;\n/**\n * Defines the settings for the ribbon color picker.\n * \\@default {}\n */\npublic colorPickerSettings: any;\n/**\n * Defines the settings for the ribbon combobox.\n * \\@default {}\n */\npublic comboBoxSettings: any;\n/**\n * Defines one or more CSS classes to customize the appearance of item.\n * \\@default ''\n */\npublic cssClass: any;\n/**\n * Defines whether the item is disabled or not.\n * \\@default false\n */\npublic disabled: any;\n/**\n * Defines the display options for the ribbon item.\n * \\@default 'Auto'\n * \\@aspnumberenum\n */\npublic displayOptions: any;\n/**\n * Defines the settings for the ribbon dropdown button.\n * \\@default {}\n */\npublic dropDownSettings: any;\n/**\n * Defines the properties for group button in Ribbon\n * \\@default {}\n */\npublic groupButtonSettings: any;\n/**\n * Defines a unique identifier for the item.\n * \\@default ''\n */\npublic id: any;\n/**\n * Defines the settings for the tooltip of the item.\n * \\@default {}\n */\npublic ribbonTooltipSettings: any;\n/**\n * Defines the settings for the ribbon split button.\n * \\@default {}\n */\npublic splitButtonSettings: any;\n/**\n * Defines the template content for the ribbon item. \n * `ActiveSize` property is passed as string in template context.\n * \\@default ''\n * \\@angulartype string | object | HTMLElement\n * \\@reacttype string | function | JSX.Element | HTMLElement\n * \\@vuetype string | function | HTMLElement\n * \\@asptype string\n */\n@Template()\n public itemTemplate: any;\n/**\n * @param {?} viewContainerRef\n */\nconstructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'e-ribbon-item',\n inputs: input,\n outputs: outputs, \n queries: {\n\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ViewContainerRef, },\n];\nstatic propDecorators: {[key: string]: DecoratorInvocation[]} = {\n'itemTemplate': [{ type: ContentChild, args: ['itemTemplate', ] },],\n};\n}\n\nfunction RibbonItemDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nRibbonItemDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nRibbonItemDirective.ctorParameters;\n/** @type {?} */\nRibbonItemDirective.propDecorators;\n/** @type {?} */\nRibbonItemDirective.prototype.directivePropList;\n/**\n * Defines the type of control to be added as the Ribbon Item.\n * \\@isenumeration true\n * \\@default RibbonItemType.Button\n * \\@asptype RibbonItemType\n * @type {?}\n */\nRibbonItemDirective.prototype.type;\n/**\n * Defines the active size of the ribbon item.\n * \\@default 'Medium'\n * \\@aspnumberenum\n * @type {?}\n */\nRibbonItemDirective.prototype.activeSize;\n/**\n * Defines the sizes that are allowed for the ribbon item on ribbon resize.\n * \\@default null\n * \\@aspnumberenum\n * @type {?}\n */\nRibbonItemDirective.prototype.allowedSizes;\n/**\n * Defines the settings for the ribbon button.\n * \\@default {}\n * @type {?}\n */\nRibbonItemDirective.prototype.buttonSettings;\n/**\n * Defines the settings for the ribbon checkbox.\n * \\@default {}\n * @type {?}\n */\nRibbonItemDirective.prototype.checkBoxSettings;\n/**\n * Defines the settings for the ribbon color picker.\n * \\@default {}\n * @type {?}\n */\nRibbonItemDirective.prototype.colorPickerSettings;\n/**\n * Defines the settings for the ribbon combobox.\n * \\@default {}\n * @type {?}\n */\nRibbonItemDirective.prototype.comboBoxSettings;\n/**\n * Defines one or more CSS classes to customize the appearance of item.\n * \\@default ''\n * @type {?}\n */\nRibbonItemDirective.prototype.cssClass;\n/**\n * Defines whether the item is disabled or not.\n * \\@default false\n * @type {?}\n */\nRibbonItemDirective.prototype.disabled;\n/**\n * Defines the display options for the ribbon item.\n * \\@default 'Auto'\n * \\@aspnumberenum\n * @type {?}\n */\nRibbonItemDirective.prototype.displayOptions;\n/**\n * Defines the settings for the ribbon dropdown button.\n * \\@default {}\n * @type {?}\n */\nRibbonItemDirective.prototype.dropDownSettings;\n/**\n * Defines the properties for group button in Ribbon\n * \\@default {}\n * @type {?}\n */\nRibbonItemDirective.prototype.groupButtonSettings;\n/**\n * Defines a unique identifier for the item.\n * \\@default ''\n * @type {?}\n */\nRibbonItemDirective.prototype.id;\n/**\n * Defines the settings for the tooltip of the item.\n * \\@default {}\n * @type {?}\n */\nRibbonItemDirective.prototype.ribbonTooltipSettings;\n/**\n * Defines the settings for the ribbon split button.\n * \\@default {}\n * @type {?}\n */\nRibbonItemDirective.prototype.splitButtonSettings;\n/**\n * Defines the template content for the ribbon item. \n * `ActiveSize` property is passed as string in template context.\n * \\@default ''\n * \\@angulartype string | object | HTMLElement\n * \\@reacttype string | function | JSX.Element | HTMLElement\n * \\@vuetype string | function | HTMLElement\n * \\@asptype string\n * @type {?}\n */\nRibbonItemDirective.prototype.itemTemplate;\n/** @type {?} */\nRibbonItemDirective.prototype.viewContainerRef;\n}\n\n/**\n * RibbonItem Array Directive\n */\nexport class RibbonItemsDirective extends ArrayBase<RibbonItemsDirective> {\nconstructor() {\n super('items');\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'e-ribbon-items',\n queries: {\n children: new ContentChildren(RibbonItemDirective)\n },\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction RibbonItemsDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nRibbonItemsDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nRibbonItemsDirective.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n"],"names":["__metadata","__decorate","outputs","input"],"mappings":"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"}
1
+ {"version":3,"file":"ej2-angular-ribbon.js","sources":["~/@syncfusion/ej2-angular-ribbon/ej2-angular-ribbon.ts","~/@syncfusion/ej2-angular-ribbon/src/ribbon/ribbon-all.module.ts","~/@syncfusion/ej2-angular-ribbon/src/ribbon/ribbon.module.ts","~/@syncfusion/ej2-angular-ribbon/src/ribbon/ribbon.component.ts","~/@syncfusion/ej2-angular-ribbon/src/ribbon/contextualtabs.directive.ts","~/@syncfusion/ej2-angular-ribbon/src/ribbon/tabs.directive.ts","~/@syncfusion/ej2-angular-ribbon/src/ribbon/groups.directive.ts","~/@syncfusion/ej2-angular-ribbon/src/ribbon/collections.directive.ts","~/@syncfusion/ej2-angular-ribbon/src/ribbon/items.directive.ts"],"sourcesContent":["/**\n * Generated bundle index. Do not edit.\n */\n\nexport {RibbonItemDirective,RibbonItemsDirective,RibbonCollectionDirective,RibbonCollectionsDirective,RibbonGroupDirective,RibbonGroupsDirective,RibbonTabDirective,RibbonTabsDirective,RibbonContextualTabDirective,RibbonContextualTabsDirective,RibbonComponent,RibbonModule,RibbonAllModule,RibbonButtonService,RibbonDropDownService,RibbonSplitButtonService,RibbonCheckBoxService,RibbonColorPickerService,RibbonComboBoxService,RibbonGroupButtonService,RibbonFileMenuService,RibbonBackstageService,RibbonKeyTipService,RibbonContextualTabService,RibbonGalleryService,Ribbon,RibbonModel,RibbonLayout,ItemOrientation,RibbonItemSize,DisplayMode,RibbonItemType,RibbonGroupButtonSelection,TabSelectingEventArgs,TabSelectedEventArgs,ExpandCollapseEventArgs,LauncherClickEventArgs,BeforeClickGroupButtonEventArgs,ClickGroupButtonEventArgs,OverflowPopupEventArgs,GalleryPopupEventArgs,GalleryHoverEventArgs,GalleryItemEventArgs,GalleryBeforeSelectEventArgs,GallerySelectEventArgs,itemProps,commonProperties,EJ2Control,ribbonItemPropsList,ribbonTooltipData,ITEM_VERTICAL_CENTER,EXPAND_COLLAPSE_ICON,BACKSTAGE_CLOSE_ICON,OVERFLOW_ICON,VERTICAL_DDB,DISABLED_CSS,RTL_CSS,RIBBON_HOVER,RIBBON_CONTROL,RIBBON_POPUP_CONTROL,RIBBON_POPUP_OPEN,RIBBON_KEYTIP,SPACE,HORIZONTAL_SCROLLBAR,HIDE_CSS,RIBBON_TAB,RIBBON_CONTEXTUAL_TAB,RIBBON_TAB_ACTIVE,RIBBON_TAB_ITEM,RIBBON_COLLAPSE_BUTTON,RIBBON_EXPAND_BUTTON,RIBBON_COLLAPSIBLE,RIBBON_OVERALL_OF_BUTTON,RIBBON_GROUP_OF_BUTTON,RIBBON_OVERFLOW_TARGET,RIBBON_OVERFLOW,TAB_CONTENT,RIBBON_MINIMIZE,RIBBON_GROUP,RIBBON_SINGLE_BUTTON_SELECTION,RIBBON_MULTIPLE_BUTTON_SELECTION,RIBBON_GROUP_BUTTON,RIBBON_GROUP_BUTTON_OVERFLOW_POPUP,RIBBON_GROUP_BUTTON_CONTENT,RIBBON_GROUP_CONTAINER,RIBBON_OF_TAB_CONTAINER,RIBBON_OF_GROUP_CONTAINER,RIBBON_GROUP_CONTENT,RIBBON_GROUP_HEADER,RIBBON_OVERFLOW_HEADER,RIBBON_GROUP_OVERFLOW,RIBBON_GROUP_OVERFLOW_DDB,RIBBON_LAUNCHER,RIBBON_LAUNCHER_ICON_ELE,RIBBON_LAUNCHER_ICON,RIBBON_COLLECTION,RIBBON_ITEM,RIBBON_ROW,RIBBON_COLUMN,RIBBON_LARGE_ITEM,RIBBON_MEDIUM_ITEM,RIBBON_SMALL_ITEM,RIBBON_CONTENT_HEIGHT,DROPDOWNBUTTON,DROPDOWNBUTTON_HIDE,RIBBON_TEMPLATE,RIBBON_HELP_TEMPLATE,RIBBON_TOOLTIP,RIBBON_TOOLTIP_TARGET,RIBBON_TOOLTIP_TITLE,RIBBON_TOOLTIP_CONTENT,RIBBON_TOOLTIP_ICON,RIBBON_TOOLTIP_CONTAINER,RIBBON_TEXT_CONTAINER,RIBBON_SIMPLIFIED_MODE,RIBBON_BACKSTAGE_POPUP,RIBBON_BACKSTAGE_OPEN,RIBBON_BACKSTAGE_CONTENT,RIBBON_SELECTED_CONTENT,RIBBON_BACKSTAGE,RIBBON_BACKSTAGE_MENU,RIBBON_BACKSTAGE_TEMPLATE,RIBBON_BACKSTAGE_MENU_WRAPPER,RIBBON_BACKSTAGE_ITEMS_WRAPPER,RIBBON_BACKSTAGE_TEXT_MENU,TAB_ID,GROUP_ID,COLLECTION_ID,ITEM_ID,COLLAPSE_BUTTON_ID,OVRLOF_BUTTON_ID,GROUPOF_BUTTON_ID,HEADER_ID,LAUNCHER_ID,CONTENT_ID,CONTAINER_ID,OVERFLOW_ID,DROPDOWN_ID,RIBBON_FILE_MENU_ID,RIBBON_BACKSTAGE_MENU_ID,RIBBON_BACKSTAGE_POPUP_ID,RIBBON_FILE_MENU_LIST,RIBBON_MENU_LIST,RIBBON_FOOTER_MENU_LIST,RIBBON_HELP_PANE_TEMPLATE_ID,RIBBON_GROUP_BUTTON_ID,RIBBON_KEYTIP_ID,RIBBON_FILE_MENU_WIDTH,RIBBON_HELP_PANE_TEMPLATE_WIDTH,getIndex,getTemplateFunction,getItem,getCollection,getGroup,destroyControl,updateCommonProperty,updateControlDisabled,getItemElement,isTooltipPresent,setToolTipContent,createTooltip,destroyTooltip,updateTooltipProp,setCustomAttributes,RibbonTab,RibbonGroup,RibbonCollection,RibbonItem,RibbonButtonSettings,RibbonCheckBoxSettings,RibbonColorPickerSettings,RibbonComboBoxSettings,RibbonDropDownSettings,RibbonSplitButtonSettings,FileMenuSettings,FileMenuEventArgs,FileMenuOpenCloseEventArgs,FileMenuBeforeOpenCloseEventArgs,BackStageMenu,BackstageBackButton,BackstageItem,BackstageItemClickArgs,RibbonTooltip,RibbonGroupButtonSettings,RibbonGroupButtonItem,RibbonContextualTabSettings,RibbonGalleryGroup,RibbonGalleryItem,RibbonGallerySettings,RibbonGallerySettingsModel,RibbonGalleryItemModel,RibbonGalleryGroupModel,RibbonContextualTabSettingsModel,RibbonGroupButtonItemModel,RibbonGroupButtonSettingsModel,RibbonTooltipModel,FileMenuSettingsModel,BackStageMenuModel,BackstageBackButtonModel,BackstageItemModel,RibbonTabModel,RibbonGroupModel,RibbonCollectionModel,RibbonItemModel,RibbonButtonSettingsModel,RibbonCheckBoxSettingsModel,RibbonColorPickerSettingsModel,RibbonComboBoxSettingsModel,RibbonDropDownSettingsModel,RibbonSplitButtonSettingsModel,RibbonButton,RibbonCheckBox,RibbonColorPicker,RibbonComboBox,RibbonDropDown,RibbonSplitButton,RibbonGroupButton,RibbonGallery,RibbonFileMenu,RibbonBackstage,RibbonContextualTab,RibbonKeyTip} from './public_api';\n\nexport {inputs as ɵa,outputs as ɵb} from './src/ribbon/ribbon.component';","import { NgModule, ValueProvider } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { RibbonItemDirective, RibbonItemsDirective } from './items.directive';\nimport { RibbonCollectionDirective, RibbonCollectionsDirective } from './collections.directive';\nimport { RibbonGroupDirective, RibbonGroupsDirective } from './groups.directive';\nimport { RibbonTabDirective, RibbonTabsDirective } from './tabs.directive';\nimport { RibbonContextualTabDirective, RibbonContextualTabsDirective } from './contextualtabs.directive';\nimport { RibbonComponent } from './ribbon.component';\nimport { RibbonModule } from './ribbon.module';\nimport {RibbonButton, RibbonDropDown, RibbonSplitButton, RibbonCheckBox, RibbonColorPicker, RibbonComboBox, RibbonGroupButton, RibbonFileMenu, RibbonBackstage, RibbonKeyTip, RibbonContextualTab, RibbonGallery} from '@syncfusion/ej2-ribbon';\n\nexport const /** @type {?} */ RibbonButtonService: ValueProvider = { provide: 'RibbonRibbonButton', useValue: RibbonButton};\nexport const /** @type {?} */ RibbonDropDownService: ValueProvider = { provide: 'RibbonRibbonDropDown', useValue: RibbonDropDown};\nexport const /** @type {?} */ RibbonSplitButtonService: ValueProvider = { provide: 'RibbonRibbonSplitButton', useValue: RibbonSplitButton};\nexport const /** @type {?} */ RibbonCheckBoxService: ValueProvider = { provide: 'RibbonRibbonCheckBox', useValue: RibbonCheckBox};\nexport const /** @type {?} */ RibbonColorPickerService: ValueProvider = { provide: 'RibbonRibbonColorPicker', useValue: RibbonColorPicker};\nexport const /** @type {?} */ RibbonComboBoxService: ValueProvider = { provide: 'RibbonRibbonComboBox', useValue: RibbonComboBox};\nexport const /** @type {?} */ RibbonGroupButtonService: ValueProvider = { provide: 'RibbonRibbonGroupButton', useValue: RibbonGroupButton};\nexport const /** @type {?} */ RibbonFileMenuService: ValueProvider = { provide: 'RibbonRibbonFileMenu', useValue: RibbonFileMenu};\nexport const /** @type {?} */ RibbonBackstageService: ValueProvider = { provide: 'RibbonRibbonBackstage', useValue: RibbonBackstage};\nexport const /** @type {?} */ RibbonKeyTipService: ValueProvider = { provide: 'RibbonRibbonKeyTip', useValue: RibbonKeyTip};\nexport const /** @type {?} */ RibbonContextualTabService: ValueProvider = { provide: 'RibbonRibbonContextualTab', useValue: RibbonContextualTab};\nexport const /** @type {?} */ RibbonGalleryService: ValueProvider = { provide: 'RibbonRibbonGallery', useValue: RibbonGallery};\n/**\n * NgModule definition for the Ribbon component with providers.\n */\nexport class RibbonAllModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule, RibbonModule],\n exports: [\n RibbonModule\n ],\n providers:[\n RibbonButtonService,\n RibbonDropDownService,\n RibbonSplitButtonService,\n RibbonCheckBoxService,\n RibbonColorPickerService,\n RibbonComboBoxService,\n RibbonGroupButtonService,\n RibbonFileMenuService,\n RibbonBackstageService,\n RibbonKeyTipService,\n RibbonContextualTabService,\n RibbonGalleryService\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction RibbonAllModule_tsickle_Closure_declarations() {\n/** @type {?} */\nRibbonAllModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nRibbonAllModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { RibbonItemDirective, RibbonItemsDirective } from './items.directive';\nimport { RibbonCollectionDirective, RibbonCollectionsDirective } from './collections.directive';\nimport { RibbonGroupDirective, RibbonGroupsDirective } from './groups.directive';\nimport { RibbonTabDirective, RibbonTabsDirective } from './tabs.directive';\nimport { RibbonContextualTabDirective, RibbonContextualTabsDirective } from './contextualtabs.directive';\nimport { RibbonComponent } from './ribbon.component';\n/**\n * NgModule definition for the Ribbon component.\n */\nexport class RibbonModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule],\n declarations: [\n RibbonComponent,\n RibbonItemDirective,\n RibbonItemsDirective,\n RibbonCollectionDirective,\n RibbonCollectionsDirective,\n RibbonGroupDirective,\n RibbonGroupsDirective,\n RibbonTabDirective,\n RibbonTabsDirective,\n RibbonContextualTabDirective,\n RibbonContextualTabsDirective\n ],\n exports: [\n RibbonComponent,\n RibbonItemDirective,\n RibbonItemsDirective,\n RibbonCollectionDirective,\n RibbonCollectionsDirective,\n RibbonGroupDirective,\n RibbonGroupsDirective,\n RibbonTabDirective,\n RibbonTabsDirective,\n RibbonContextualTabDirective,\n RibbonContextualTabsDirective\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction RibbonModule_tsickle_Closure_declarations() {\n/** @type {?} */\nRibbonModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nRibbonModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Component, ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectionStrategy, QueryList, ValueProvider, ContentChild } from '@angular/core';\nimport { ComponentBase, ComponentMixins, IComponentBase, applyMixins, PropertyCollectionInfo, setValue } from '@syncfusion/ej2-angular-base';\nimport { Ribbon } from '@syncfusion/ej2-ribbon';\nimport { Template } from '@syncfusion/ej2-angular-base';\nimport { RibbonTabsDirective } from './tabs.directive';\nimport { RibbonContextualTabsDirective } from './contextualtabs.directive';\n\nexport const /** @type {?} */ inputs: string[] = ['activeLayout','backStageMenu','contextualTabs','cssClass','enableKeyTips','enablePersistence','enableRtl','fileMenu','helpPaneTemplate','hideLayoutSwitcher','isMinimized','launcherIconCss','layoutSwitcherKeyTip','locale','selectedTab','tabAnimation','tabs','width'];\nexport const /** @type {?} */ outputs: string[] = ['created','launcherIconClick','overflowPopupClose','overflowPopupOpen','ribbonCollapsing','ribbonExpanding','tabSelected','tabSelecting'];\nexport const /** @type {?} */ twoWays: string[] = [''];\n/**\n * Represents the Essential JS 2 Angular Ribbon Component.\n * ```html\n * <ejs-ribbon></ejs-ribbon>\n * ```\n */\n@ComponentMixins([ComponentBase])\nexport class RibbonComponent extends Ribbon implements IComponentBase {\npublic containerContext : any;\npublic tagObjects: any;\n\tcreated: any;\n\tlauncherIconClick: any;\n\toverflowPopupClose: any;\n\toverflowPopupOpen: any;\n\tribbonCollapsing: any;\n\tribbonExpanding: any;\n\ttabSelected: any;\npublic tabSelecting: any;\npublic childTabs: QueryList<RibbonTabsDirective>;\npublic childContextualTabs: QueryList<RibbonContextualTabsDirective>;\npublic tags: string[] = ['tabs', 'contextualTabs'];\n/**\n * Specifies the template content for the help pane of ribbon. \n * The help pane appears on the right side of the ribbon header row.\n * \\@default ''\n * \\@angulartype string | object | HTMLElement\n * \\@reacttype string | function | JSX.Element | HTMLElement\n * \\@vuetype string | function | HTMLElement\n * \\@asptype string\n */\n@Template()\n public helpPaneTemplate: any;\n/**\n * @param {?} ngEle\n * @param {?} srenderer\n * @param {?} viewContainerRef\n * @param {?} injector\n */\nconstructor(private ngEle: ElementRef,\nprivate srenderer: Renderer2,\nprivate viewContainerRef:ViewContainerRef,\nprivate injector: Injector) {\n super();\n this.element = this.ngEle.nativeElement;\n this.injectedModules = this.injectedModules || [];\n try {\n let mod = this.injector.get('RibbonRibbonButton');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('RibbonRibbonDropDown');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('RibbonRibbonSplitButton');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('RibbonRibbonCheckBox');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('RibbonRibbonColorPicker');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('RibbonRibbonComboBox');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('RibbonRibbonGroupButton');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('RibbonRibbonFileMenu');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('RibbonRibbonBackstage');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('RibbonRibbonKeyTip');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('RibbonRibbonContextualTab');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('RibbonRibbonGallery');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\n this.registerEvents(outputs);\n this.addTwoWay.call(this, twoWays);\n setValue('currentInstance', this, this.viewContainerRef);\n this.containerContext = new ComponentBase();\n }\n/**\n * @return {?}\n */\npublic ngOnInit() {\n this.containerContext.ngOnInit(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterViewInit(): void {\n this.containerContext.ngAfterViewInit(this);\n }\n/**\n * @return {?}\n */\npublic ngOnDestroy(): void {\n this.containerContext.ngOnDestroy(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterContentChecked(): void {\n this.tagObjects[0].instance = this.childTabs;\n if (this.childContextualTabs) {\n this.tagObjects[1].instance = /** @type {?} */(( this.childContextualTabs as any));\n }\n this.containerContext.ngAfterContentChecked(this);\n }\npublic registerEvents: (eventList: string[]) => void;\npublic addTwoWay: (propList: string[]) => void;\nstatic decorators: DecoratorInvocation[] = [\n{ type: Component, args: [{\n selector: 'ejs-ribbon',\n inputs: inputs,\n outputs: outputs,\n template: `<ng-content select='div'></ng-content>`,\n changeDetection: ChangeDetectionStrategy.OnPush,\n queries: {\n childTabs: new ContentChild(RibbonTabsDirective), \n childContextualTabs: new ContentChild(RibbonContextualTabsDirective)\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ElementRef, },\n{type: Renderer2, },\n{type: ViewContainerRef, },\n{type: Injector, },\n];\nstatic propDecorators: {[key: string]: DecoratorInvocation[]} = {\n'helpPaneTemplate': [{ type: ContentChild, args: ['helpPaneTemplate', ] },],\n};\n}\n\nfunction RibbonComponent_tsickle_Closure_declarations() {\n/** @type {?} */\nRibbonComponent.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nRibbonComponent.ctorParameters;\n/** @type {?} */\nRibbonComponent.propDecorators;\n/** @type {?} */\nRibbonComponent.prototype.containerContext;\n/** @type {?} */\nRibbonComponent.prototype.tagObjects;\n/** @type {?} */\nRibbonComponent.prototype.created;\n/** @type {?} */\nRibbonComponent.prototype.launcherIconClick;\n/** @type {?} */\nRibbonComponent.prototype.overflowPopupClose;\n/** @type {?} */\nRibbonComponent.prototype.overflowPopupOpen;\n/** @type {?} */\nRibbonComponent.prototype.ribbonCollapsing;\n/** @type {?} */\nRibbonComponent.prototype.ribbonExpanding;\n/** @type {?} */\nRibbonComponent.prototype.tabSelected;\n/** @type {?} */\nRibbonComponent.prototype.tabSelecting;\n/** @type {?} */\nRibbonComponent.prototype.childTabs;\n/** @type {?} */\nRibbonComponent.prototype.childContextualTabs;\n/** @type {?} */\nRibbonComponent.prototype.tags;\n/**\n * Specifies the template content for the help pane of ribbon. \n * The help pane appears on the right side of the ribbon header row.\n * \\@default ''\n * \\@angulartype string | object | HTMLElement\n * \\@reacttype string | function | JSX.Element | HTMLElement\n * \\@vuetype string | function | HTMLElement\n * \\@asptype string\n * @type {?}\n */\nRibbonComponent.prototype.helpPaneTemplate;\n/** @type {?} */\nRibbonComponent.prototype.registerEvents;\n/** @type {?} */\nRibbonComponent.prototype.addTwoWay;\n/** @type {?} */\nRibbonComponent.prototype.ngEle;\n/** @type {?} */\nRibbonComponent.prototype.srenderer;\n/** @type {?} */\nRibbonComponent.prototype.viewContainerRef;\n/** @type {?} */\nRibbonComponent.prototype.injector;\n}\n\n\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Directive, ViewContainerRef, ContentChildren, ContentChild } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\n\nimport { RibbonTabsDirective } from './tabs.directive';\n\nlet /** @type {?} */ input: string[] = ['isSelected', 'tabs', 'visible'];\nlet /** @type {?} */ outputs: string[] = [];\n/**\n * `e-ribbon-contextual-tab` directive represent a contextual tab of the Angular Ribbon. \n * It must be contained in a Ribbon component(`ejs-ribbon`). \n * ```html\n * <ejs-ribbon>\n * <e-ribbon-contextual-tabs>\n * <e-ribbon-contextual-tab>\n * </e-ribbon-contextual-tab>\n * </e-ribbon-contextual-tabs>\n * </ejs-ribbon>\n * ```\n */\nexport class RibbonContextualTabDirective extends ComplexBase<RibbonContextualTabDirective> {\npublic directivePropList: any;\npublic childTabs: any;\npublic tags: string[] = ['tabs'];\n/**\n * Specifies whether the contextual tab is selected.\n * \\@default false\n */\npublic isSelected: any;\n/**\n * Defines the tab groups to be rendered in ribbon.\n * \\@default []\n * \\@asptype List<RibbonTab>\n */\npublic tabs: any;\n/**\n * Specifies whether the contextual tab is visible.\n * \\@default false\n */\npublic visible: any;\n/**\n * @param {?} viewContainerRef\n */\nconstructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'e-ribbon-contextual-tab',\n inputs: input,\n outputs: outputs, \n queries: {\n childTabs: new ContentChild(RibbonTabsDirective)\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ViewContainerRef, },\n];\n}\n\nfunction RibbonContextualTabDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nRibbonContextualTabDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nRibbonContextualTabDirective.ctorParameters;\n/** @type {?} */\nRibbonContextualTabDirective.prototype.directivePropList;\n/** @type {?} */\nRibbonContextualTabDirective.prototype.childTabs;\n/** @type {?} */\nRibbonContextualTabDirective.prototype.tags;\n/**\n * Specifies whether the contextual tab is selected.\n * \\@default false\n * @type {?}\n */\nRibbonContextualTabDirective.prototype.isSelected;\n/**\n * Defines the tab groups to be rendered in ribbon.\n * \\@default []\n * \\@asptype List<RibbonTab>\n * @type {?}\n */\nRibbonContextualTabDirective.prototype.tabs;\n/**\n * Specifies whether the contextual tab is visible.\n * \\@default false\n * @type {?}\n */\nRibbonContextualTabDirective.prototype.visible;\n/** @type {?} */\nRibbonContextualTabDirective.prototype.viewContainerRef;\n}\n\n/**\n * RibbonContextualTab Array Directive\n */\nexport class RibbonContextualTabsDirective extends ArrayBase<RibbonContextualTabsDirective> {\nconstructor() {\n super('contextualtabs');\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'e-ribbon-contextual-tabs',\n queries: {\n children: new ContentChildren(RibbonContextualTabDirective)\n },\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction RibbonContextualTabsDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nRibbonContextualTabsDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nRibbonContextualTabsDirective.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Directive, ViewContainerRef, ContentChildren, ContentChild } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\n\nimport { RibbonGroupsDirective } from './groups.directive';\n\nlet /** @type {?} */ input: string[] = ['cssClass', 'groups', 'header', 'id', 'keyTip'];\nlet /** @type {?} */ outputs: string[] = [];\nexport class RibbonTabDirective extends ComplexBase<RibbonTabDirective> {\npublic directivePropList: any;\npublic childGroups: any;\npublic tags: string[] = ['groups'];\n/**\n * Defines one or more CSS classes to customize the appearance of tab.\n * \\@default ''\n */\npublic cssClass: any;\n/**\n * Defines the list of ribbon groups.\n * \\@default []\n * \\@asptype List<RibbonGroup>\n */\npublic groups: any;\n/**\n * Defines the content of tab header.\n * \\@default ''\n */\npublic header: any;\n/**\n * Defines a unique identifier for the tab.\n * \\@default ''\n */\npublic id: any;\n/**\n * Specifies the keytip content.\n * \\@default ''\n */\npublic keyTip: any;\n/**\n * @param {?} viewContainerRef\n */\nconstructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'e-ribbon-tab',\n inputs: input,\n outputs: outputs, \n queries: {\n childGroups: new ContentChild(RibbonGroupsDirective)\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ViewContainerRef, },\n];\n}\n\nfunction RibbonTabDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nRibbonTabDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nRibbonTabDirective.ctorParameters;\n/** @type {?} */\nRibbonTabDirective.prototype.directivePropList;\n/** @type {?} */\nRibbonTabDirective.prototype.childGroups;\n/** @type {?} */\nRibbonTabDirective.prototype.tags;\n/**\n * Defines one or more CSS classes to customize the appearance of tab.\n * \\@default ''\n * @type {?}\n */\nRibbonTabDirective.prototype.cssClass;\n/**\n * Defines the list of ribbon groups.\n * \\@default []\n * \\@asptype List<RibbonGroup>\n * @type {?}\n */\nRibbonTabDirective.prototype.groups;\n/**\n * Defines the content of tab header.\n * \\@default ''\n * @type {?}\n */\nRibbonTabDirective.prototype.header;\n/**\n * Defines a unique identifier for the tab.\n * \\@default ''\n * @type {?}\n */\nRibbonTabDirective.prototype.id;\n/**\n * Specifies the keytip content.\n * \\@default ''\n * @type {?}\n */\nRibbonTabDirective.prototype.keyTip;\n/** @type {?} */\nRibbonTabDirective.prototype.viewContainerRef;\n}\n\n/**\n * RibbonTab Array Directive\n */\nexport class RibbonTabsDirective extends ArrayBase<RibbonTabsDirective> {\nconstructor() {\n super('tabs');\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'e-ribbon-tabs',\n queries: {\n children: new ContentChildren(RibbonTabDirective)\n },\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction RibbonTabsDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nRibbonTabsDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nRibbonTabsDirective.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Directive, ViewContainerRef, ContentChildren, ContentChild } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\n\nimport { RibbonCollectionsDirective } from './collections.directive';\n\nlet /** @type {?} */ input: string[] = ['collections', 'cssClass', 'enableGroupOverflow', 'groupIconCss', 'header', 'id', 'isCollapsed', 'isCollapsible', 'keyTip', 'launcherIconKeyTip', 'orientation', 'overflowHeader', 'priority', 'showLauncherIcon'];\nlet /** @type {?} */ outputs: string[] = [];\nexport class RibbonGroupDirective extends ComplexBase<RibbonGroupDirective> {\npublic directivePropList: any;\npublic childCollections: any;\npublic tags: string[] = ['collections'];\n/**\n * Defines the list of ribbon collections.\n * \\@default []\n * \\@asptype List<RibbonCollection>\n */\npublic collections: any;\n/**\n * Defines one or more CSS classes to customize the appearance of group.\n * \\@default ''\n */\npublic cssClass: any;\n/**\n * Defines whether to add a separate popup for the overflow items in the group. \n * If it is set to false, the overflow items will be shown in the common overflow popup present at the right end of the tab content.\n * \\@default false\n */\npublic enableGroupOverflow: any;\n/**\n * Defines the CSS class for the icons to be shown in the group overflow dropdown button in classic mode. \n * During overflow, the entire group will be shown in a popup of a dropdown button which appears in the place of the group in ribbon tab.\n * \\@default ''\n */\npublic groupIconCss: any;\n/**\n * Defines the content of group header.\n * \\@default ''\n */\npublic header: any;\n/**\n * Defines a unique identifier for the group.\n * \\@default ''\n */\npublic id: any;\n/**\n * Defines whether the group is in collapsed state or not during classic mode.\n * \\@default false\n */\npublic isCollapsed: any;\n/**\n * Defines whether the group can be collapsed on resize during classic mode.\n * \\@default true\n */\npublic isCollapsible: any;\n/**\n * Specifies the keytip content.\n * \\@default ''\n */\npublic keyTip: any;\n/**\n * Specifies the keytip content for launcher icon.\n * \\@default ''\n */\npublic launcherIconKeyTip: any;\n/**\n * Defines whether to orientation in which the items of the group should be arranged.\n * \\@isenumeration true\n * \\@default ItemOrientation.Column\n * \\@asptype ItemOrientation\n */\npublic orientation: any;\n/**\n * Defines the header shown in overflow popup of Ribbon group.\n * \\@default ''\n */\npublic overflowHeader: any;\n/**\n * Defines the priority order at which the group should be collapsed or expanded. \n * For collapsing value is fetched in ascending order and for expanding value is fetched in descending order.\n * \\@default 0\n */\npublic priority: any;\n/**\n * Defines whether to show or hide the launcher icon for the group.\n * \\@default false\n */\npublic showLauncherIcon: any;\n/**\n * @param {?} viewContainerRef\n */\nconstructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'e-ribbon-group',\n inputs: input,\n outputs: outputs, \n queries: {\n childCollections: new ContentChild(RibbonCollectionsDirective)\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ViewContainerRef, },\n];\n}\n\nfunction RibbonGroupDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nRibbonGroupDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nRibbonGroupDirective.ctorParameters;\n/** @type {?} */\nRibbonGroupDirective.prototype.directivePropList;\n/** @type {?} */\nRibbonGroupDirective.prototype.childCollections;\n/** @type {?} */\nRibbonGroupDirective.prototype.tags;\n/**\n * Defines the list of ribbon collections.\n * \\@default []\n * \\@asptype List<RibbonCollection>\n * @type {?}\n */\nRibbonGroupDirective.prototype.collections;\n/**\n * Defines one or more CSS classes to customize the appearance of group.\n * \\@default ''\n * @type {?}\n */\nRibbonGroupDirective.prototype.cssClass;\n/**\n * Defines whether to add a separate popup for the overflow items in the group. \n * If it is set to false, the overflow items will be shown in the common overflow popup present at the right end of the tab content.\n * \\@default false\n * @type {?}\n */\nRibbonGroupDirective.prototype.enableGroupOverflow;\n/**\n * Defines the CSS class for the icons to be shown in the group overflow dropdown button in classic mode. \n * During overflow, the entire group will be shown in a popup of a dropdown button which appears in the place of the group in ribbon tab.\n * \\@default ''\n * @type {?}\n */\nRibbonGroupDirective.prototype.groupIconCss;\n/**\n * Defines the content of group header.\n * \\@default ''\n * @type {?}\n */\nRibbonGroupDirective.prototype.header;\n/**\n * Defines a unique identifier for the group.\n * \\@default ''\n * @type {?}\n */\nRibbonGroupDirective.prototype.id;\n/**\n * Defines whether the group is in collapsed state or not during classic mode.\n * \\@default false\n * @type {?}\n */\nRibbonGroupDirective.prototype.isCollapsed;\n/**\n * Defines whether the group can be collapsed on resize during classic mode.\n * \\@default true\n * @type {?}\n */\nRibbonGroupDirective.prototype.isCollapsible;\n/**\n * Specifies the keytip content.\n * \\@default ''\n * @type {?}\n */\nRibbonGroupDirective.prototype.keyTip;\n/**\n * Specifies the keytip content for launcher icon.\n * \\@default ''\n * @type {?}\n */\nRibbonGroupDirective.prototype.launcherIconKeyTip;\n/**\n * Defines whether to orientation in which the items of the group should be arranged.\n * \\@isenumeration true\n * \\@default ItemOrientation.Column\n * \\@asptype ItemOrientation\n * @type {?}\n */\nRibbonGroupDirective.prototype.orientation;\n/**\n * Defines the header shown in overflow popup of Ribbon group.\n * \\@default ''\n * @type {?}\n */\nRibbonGroupDirective.prototype.overflowHeader;\n/**\n * Defines the priority order at which the group should be collapsed or expanded. \n * For collapsing value is fetched in ascending order and for expanding value is fetched in descending order.\n * \\@default 0\n * @type {?}\n */\nRibbonGroupDirective.prototype.priority;\n/**\n * Defines whether to show or hide the launcher icon for the group.\n * \\@default false\n * @type {?}\n */\nRibbonGroupDirective.prototype.showLauncherIcon;\n/** @type {?} */\nRibbonGroupDirective.prototype.viewContainerRef;\n}\n\n/**\n * RibbonGroup Array Directive\n */\nexport class RibbonGroupsDirective extends ArrayBase<RibbonGroupsDirective> {\nconstructor() {\n super('groups');\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'e-ribbon-groups',\n queries: {\n children: new ContentChildren(RibbonGroupDirective)\n },\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction RibbonGroupsDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nRibbonGroupsDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nRibbonGroupsDirective.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Directive, ViewContainerRef, ContentChildren, ContentChild } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\n\nimport { RibbonItemsDirective } from './items.directive';\n\nlet /** @type {?} */ input: string[] = ['cssClass', 'id', 'items'];\nlet /** @type {?} */ outputs: string[] = [];\nexport class RibbonCollectionDirective extends ComplexBase<RibbonCollectionDirective> {\npublic directivePropList: any;\npublic childItems: any;\npublic tags: string[] = ['items'];\n/**\n * Defines one or more CSS classes to customize the appearance of collection.\n * \\@default ''\n */\npublic cssClass: any;\n/**\n * Defines a unique identifier for the collection.\n * \\@default ''\n */\npublic id: any;\n/**\n * Defines the list of ribbon items.\n * \\@default []\n * \\@asptype List<RibbonItem>\n */\npublic items: any;\n/**\n * @param {?} viewContainerRef\n */\nconstructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'e-ribbon-collection',\n inputs: input,\n outputs: outputs, \n queries: {\n childItems: new ContentChild(RibbonItemsDirective)\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ViewContainerRef, },\n];\n}\n\nfunction RibbonCollectionDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nRibbonCollectionDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nRibbonCollectionDirective.ctorParameters;\n/** @type {?} */\nRibbonCollectionDirective.prototype.directivePropList;\n/** @type {?} */\nRibbonCollectionDirective.prototype.childItems;\n/** @type {?} */\nRibbonCollectionDirective.prototype.tags;\n/**\n * Defines one or more CSS classes to customize the appearance of collection.\n * \\@default ''\n * @type {?}\n */\nRibbonCollectionDirective.prototype.cssClass;\n/**\n * Defines a unique identifier for the collection.\n * \\@default ''\n * @type {?}\n */\nRibbonCollectionDirective.prototype.id;\n/**\n * Defines the list of ribbon items.\n * \\@default []\n * \\@asptype List<RibbonItem>\n * @type {?}\n */\nRibbonCollectionDirective.prototype.items;\n/** @type {?} */\nRibbonCollectionDirective.prototype.viewContainerRef;\n}\n\n/**\n * RibbonCollection Array Directive\n */\nexport class RibbonCollectionsDirective extends ArrayBase<RibbonCollectionsDirective> {\nconstructor() {\n super('collections');\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'e-ribbon-collections',\n queries: {\n children: new ContentChildren(RibbonCollectionDirective)\n },\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction RibbonCollectionsDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nRibbonCollectionsDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nRibbonCollectionsDirective.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Directive, ViewContainerRef, ContentChildren, ContentChild } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\nimport { Template } from '@syncfusion/ej2-angular-base';\n\n\nlet /** @type {?} */ input: string[] = ['activeSize', 'allowedSizes', 'buttonSettings', 'checkBoxSettings', 'colorPickerSettings', 'comboBoxSettings', 'cssClass', 'disabled', 'displayOptions', 'dropDownSettings', 'gallerySettings', 'groupButtonSettings', 'id', 'itemTemplate', 'keyTip', 'ribbonTooltipSettings', 'splitButtonSettings', 'type'];\nlet /** @type {?} */ outputs: string[] = [];\nexport class RibbonItemDirective extends ComplexBase<RibbonItemDirective> {\npublic directivePropList: any;\n/**\n * Defines the type of control to be added as the Ribbon Item.\n * \\@isenumeration true\n * \\@default RibbonItemType.Button\n * \\@asptype RibbonItemType\n */\npublic type: any;\n/**\n * Defines the active size of the ribbon item.\n * \\@default 'Medium'\n * \\@aspnumberenum\n */\npublic activeSize: any;\n/**\n * Defines the sizes that are allowed for the ribbon item on ribbon resize.\n * \\@default null\n * \\@aspnumberenum\n */\npublic allowedSizes: any;\n/**\n * Defines the settings for the ribbon button.\n * \\@default {}\n */\npublic buttonSettings: any;\n/**\n * Defines the settings for the ribbon checkbox.\n * \\@default {}\n */\npublic checkBoxSettings: any;\n/**\n * Defines the settings for the ribbon color picker.\n * \\@default {}\n */\npublic colorPickerSettings: any;\n/**\n * Defines the settings for the ribbon combobox.\n * \\@default {}\n */\npublic comboBoxSettings: any;\n/**\n * Defines one or more CSS classes to customize the appearance of item.\n * \\@default ''\n */\npublic cssClass: any;\n/**\n * Defines whether the item is disabled or not.\n * \\@default false\n */\npublic disabled: any;\n/**\n * Defines the display options for the ribbon item.\n * \\@default 'Auto'\n * \\@aspnumberenum\n */\npublic displayOptions: any;\n/**\n * Defines the settings for the ribbon dropdown button.\n * \\@default {}\n */\npublic dropDownSettings: any;\n/**\n * Defines the properties of the gallery view in Ribbon.\n * \\@default {}\n */\npublic gallerySettings: any;\n/**\n * Defines the properties for group button in Ribbon\n * \\@default {}\n */\npublic groupButtonSettings: any;\n/**\n * Defines a unique identifier for the item.\n * \\@default ''\n */\npublic id: any;\n/**\n * Defines the key tip text to be accessed for specified Ribbon item.\n * \\@default ''\n */\npublic keyTip: any;\n/**\n * Defines the settings for the tooltip of the item.\n * \\@default {}\n */\npublic ribbonTooltipSettings: any;\n/**\n * Defines the settings for the ribbon split button.\n * \\@default {}\n */\npublic splitButtonSettings: any;\n/**\n * Defines the template content for the ribbon item. \n * `ActiveSize` property is passed as string in template context.\n * \\@default ''\n * \\@angulartype string | object | HTMLElement\n * \\@reacttype string | function | JSX.Element | HTMLElement\n * \\@vuetype string | function | HTMLElement\n * \\@asptype string\n */\n@Template()\n public itemTemplate: any;\n/**\n * @param {?} viewContainerRef\n */\nconstructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'e-ribbon-item',\n inputs: input,\n outputs: outputs, \n queries: {\n\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ViewContainerRef, },\n];\nstatic propDecorators: {[key: string]: DecoratorInvocation[]} = {\n'itemTemplate': [{ type: ContentChild, args: ['itemTemplate', ] },],\n};\n}\n\nfunction RibbonItemDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nRibbonItemDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nRibbonItemDirective.ctorParameters;\n/** @type {?} */\nRibbonItemDirective.propDecorators;\n/** @type {?} */\nRibbonItemDirective.prototype.directivePropList;\n/**\n * Defines the type of control to be added as the Ribbon Item.\n * \\@isenumeration true\n * \\@default RibbonItemType.Button\n * \\@asptype RibbonItemType\n * @type {?}\n */\nRibbonItemDirective.prototype.type;\n/**\n * Defines the active size of the ribbon item.\n * \\@default 'Medium'\n * \\@aspnumberenum\n * @type {?}\n */\nRibbonItemDirective.prototype.activeSize;\n/**\n * Defines the sizes that are allowed for the ribbon item on ribbon resize.\n * \\@default null\n * \\@aspnumberenum\n * @type {?}\n */\nRibbonItemDirective.prototype.allowedSizes;\n/**\n * Defines the settings for the ribbon button.\n * \\@default {}\n * @type {?}\n */\nRibbonItemDirective.prototype.buttonSettings;\n/**\n * Defines the settings for the ribbon checkbox.\n * \\@default {}\n * @type {?}\n */\nRibbonItemDirective.prototype.checkBoxSettings;\n/**\n * Defines the settings for the ribbon color picker.\n * \\@default {}\n * @type {?}\n */\nRibbonItemDirective.prototype.colorPickerSettings;\n/**\n * Defines the settings for the ribbon combobox.\n * \\@default {}\n * @type {?}\n */\nRibbonItemDirective.prototype.comboBoxSettings;\n/**\n * Defines one or more CSS classes to customize the appearance of item.\n * \\@default ''\n * @type {?}\n */\nRibbonItemDirective.prototype.cssClass;\n/**\n * Defines whether the item is disabled or not.\n * \\@default false\n * @type {?}\n */\nRibbonItemDirective.prototype.disabled;\n/**\n * Defines the display options for the ribbon item.\n * \\@default 'Auto'\n * \\@aspnumberenum\n * @type {?}\n */\nRibbonItemDirective.prototype.displayOptions;\n/**\n * Defines the settings for the ribbon dropdown button.\n * \\@default {}\n * @type {?}\n */\nRibbonItemDirective.prototype.dropDownSettings;\n/**\n * Defines the properties of the gallery view in Ribbon.\n * \\@default {}\n * @type {?}\n */\nRibbonItemDirective.prototype.gallerySettings;\n/**\n * Defines the properties for group button in Ribbon\n * \\@default {}\n * @type {?}\n */\nRibbonItemDirective.prototype.groupButtonSettings;\n/**\n * Defines a unique identifier for the item.\n * \\@default ''\n * @type {?}\n */\nRibbonItemDirective.prototype.id;\n/**\n * Defines the key tip text to be accessed for specified Ribbon item.\n * \\@default ''\n * @type {?}\n */\nRibbonItemDirective.prototype.keyTip;\n/**\n * Defines the settings for the tooltip of the item.\n * \\@default {}\n * @type {?}\n */\nRibbonItemDirective.prototype.ribbonTooltipSettings;\n/**\n * Defines the settings for the ribbon split button.\n * \\@default {}\n * @type {?}\n */\nRibbonItemDirective.prototype.splitButtonSettings;\n/**\n * Defines the template content for the ribbon item. \n * `ActiveSize` property is passed as string in template context.\n * \\@default ''\n * \\@angulartype string | object | HTMLElement\n * \\@reacttype string | function | JSX.Element | HTMLElement\n * \\@vuetype string | function | HTMLElement\n * \\@asptype string\n * @type {?}\n */\nRibbonItemDirective.prototype.itemTemplate;\n/** @type {?} */\nRibbonItemDirective.prototype.viewContainerRef;\n}\n\n/**\n * RibbonItem Array Directive\n */\nexport class RibbonItemsDirective extends ArrayBase<RibbonItemsDirective> {\nconstructor() {\n super('items');\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: Directive, args: [{\n selector: 'e-ribbon-items',\n queries: {\n children: new ContentChildren(RibbonItemDirective)\n },\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction RibbonItemsDirective_tsickle_Closure_declarations() {\n/** @type {?} */\nRibbonItemsDirective.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nRibbonItemsDirective.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n"],"names":["__metadata","__decorate","outputs","input"],"mappings":"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"}
package/CHANGELOG.md CHANGED
@@ -4,18 +4,15 @@
4
4
 
5
5
  ### Ribbon
6
6
 
7
- #### Bug Fixes
8
-
9
- - `#I555696` - Now the issue with tab animations not updated, while using the `tabAnimation` property has been resolved.
10
-
11
- ## 24.1.44 (2024-01-03)
12
-
13
- ### Ribbon
14
-
15
- #### Bug Fixes
7
+ #### Features
16
8
 
17
- `#I526346` - Fixed the issue with rendering item calculations in a simplified layout when some items are in a hidden state.
9
+ - **Gallery item** - In addition to the existing built-in items, a new item, gallery, has been added to the Ribbon control. It allows users to perform specific actions by displaying a collection of related items, including icons, content, or images. Check out the demo [here](https://ej2.syncfusion.com/demos/#/material3/ribbon/gallery.html).
10
+ - **Contextual tabs** - The Ribbon control now supports addition of contextual tabs, allows users to display the ribbon tabs on demand based on their needs. Similar to the normal ribbon tabs, it supports adding all built-in and custom ribbon items to execute specific actions. Check out the demo [here](https://ej2.syncfusion.com/demos/#/material3/ribbon/contextual-tab.html).
11
+ - **KeyTips support** - The KeyTips feature enables users to quickly access the tabs or ribbon items by using defined unique key tips (up to 3 characters). To show the KeyTips, press Alt + Windows/Command keys, and close or traverse back by pressing the Esc key. Check out the demo [here](https://ej2.syncfusion.com/demos/#/material3/ribbon/keytip.html).
18
12
 
13
+ - **Gallery item** - In addition to the existing built-in items, a new item, gallery, has been added to the Ribbon component. It allows users to perform specific actions by displaying a collection of related items, including icons, content, or images. Check out the demo [here](https://ej2.syncfusion.com/angular/demos/#/material3/ribbon/gallery).
14
+ - **Contextual tabs** - The Ribbon component now supports addition of contextual tabs, allows users to display the ribbon tabs on demand based on their needs. Similar to the normal ribbon tabs, it supports adding all built-in and custom ribbon items to execute specific actions. Check out the demo [here](https://ej2.syncfusion.com/angular/demos/#/material3/ribbon/contextual).
15
+ - **KeyTips support** - The KeyTips feature enables users to quickly access the tabs or ribbon items by using defined unique key tips (up to 3 characters). To show the KeyTips, press Alt + Windows/Command keys, and close or traverse back by pressing the Esc key. Check out the demo [here](https://ej2.syncfusion.com/angular/demos/#/material3/ribbon/keytip).
19
16
 
20
17
  ## 24.1.41 (2023-12-18)
21
18