@syncfusion/ej2-angular-ribbon 31.2.12 → 32.1.19-ngcc

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (41) hide show
  1. package/@syncfusion/ej2-angular-ribbon.es5.js +615 -0
  2. package/@syncfusion/ej2-angular-ribbon.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-ribbon.js +571 -0
  4. package/@syncfusion/ej2-angular-ribbon.js.map +1 -0
  5. package/README.md +2 -10
  6. package/dist/ej2-angular-ribbon.umd.js +797 -0
  7. package/dist/ej2-angular-ribbon.umd.js.map +1 -0
  8. package/dist/ej2-angular-ribbon.umd.min.js +2 -0
  9. package/dist/ej2-angular-ribbon.umd.min.js.map +1 -0
  10. package/ej2-angular-ribbon.d.ts +5 -0
  11. package/ej2-angular-ribbon.metadata.json +1 -0
  12. package/license +10 -0
  13. package/package.json +48 -30
  14. package/schematics/utils/lib-details.d.ts +2 -2
  15. package/schematics/utils/lib-details.js +2 -2
  16. package/schematics/utils/lib-details.ts +4 -4
  17. package/src/ribbon/collections.directive.d.ts +0 -5
  18. package/src/ribbon/contextualtabs.directive.d.ts +0 -5
  19. package/src/ribbon/groups.directive.d.ts +0 -5
  20. package/src/ribbon/items.directive.d.ts +0 -5
  21. package/src/ribbon/ribbon-all.module.d.ts +0 -6
  22. package/src/ribbon/ribbon.component.d.ts +0 -3
  23. package/src/ribbon/ribbon.module.d.ts +0 -11
  24. package/src/ribbon/tabs.directive.d.ts +0 -5
  25. package/CHANGELOG.md +0 -101
  26. package/esm2020/public_api.mjs +0 -2
  27. package/esm2020/src/index.mjs +0 -10
  28. package/esm2020/src/ribbon/collections.directive.mjs +0 -50
  29. package/esm2020/src/ribbon/contextualtabs.directive.mjs +0 -62
  30. package/esm2020/src/ribbon/groups.directive.mjs +0 -50
  31. package/esm2020/src/ribbon/items.directive.mjs +0 -54
  32. package/esm2020/src/ribbon/ribbon-all.module.mjs +0 -62
  33. package/esm2020/src/ribbon/ribbon.component.mjs +0 -160
  34. package/esm2020/src/ribbon/ribbon.module.mjs +0 -70
  35. package/esm2020/src/ribbon/tabs.directive.mjs +0 -50
  36. package/esm2020/syncfusion-ej2-angular-ribbon.mjs +0 -5
  37. package/fesm2015/syncfusion-ej2-angular-ribbon.mjs +0 -528
  38. package/fesm2015/syncfusion-ej2-angular-ribbon.mjs.map +0 -1
  39. package/fesm2020/syncfusion-ej2-angular-ribbon.mjs +0 -528
  40. package/fesm2020/syncfusion-ej2-angular-ribbon.mjs.map +0 -1
  41. package/syncfusion-ej2-angular-ribbon.d.ts +0 -5
@@ -0,0 +1,797 @@
1
+ (function (global, factory) {
2
+ typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@syncfusion/ej2-angular-base'), require('@syncfusion/ej2-ribbon'), require('@angular/common')) :
3
+ typeof define === 'function' && define.amd ? define(['exports', '@angular/core', '@syncfusion/ej2-angular-base', '@syncfusion/ej2-ribbon', '@angular/common'], factory) :
4
+ (factory((global['ej2-angular-ribbon'] = {}),global.ng.core,global.ej2.angular.base,global.ej2.ribbon,global.ng.common));
5
+ }(this, (function (exports,core,ej2AngularBase,ej2Ribbon,common) { 'use strict';
6
+
7
+ var __extends = (this && this.__extends) || (function () {
8
+ var extendStatics = Object.setPrototypeOf ||
9
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
10
+ function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
11
+ return function (d, b) {
12
+ extendStatics(d, b);
13
+ function __() { this.constructor = d; }
14
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
15
+ };
16
+ })();
17
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
18
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
19
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
20
+ r = Reflect.decorate(decorators, target, key, desc);
21
+ else
22
+ for (var i = decorators.length - 1; i >= 0; i--)
23
+ if (d = decorators[i])
24
+ r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
25
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
26
+ };
27
+ var __metadata = (this && this.__metadata) || function (k, v) {
28
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
29
+ return Reflect.metadata(k, v);
30
+ };
31
+ var input = ['activeSize', 'allowedSizes', 'buttonSettings', 'checkBoxSettings', 'colorPickerSettings', 'comboBoxSettings', 'cssClass', 'disabled', 'displayOptions', 'dropDownSettings', 'gallerySettings', 'groupButtonSettings', 'id', 'itemTemplate', 'keyTip', 'ribbonTooltipSettings', 'splitButtonSettings', 'type'];
32
+ var outputs = [];
33
+ var RibbonItemDirective = /** @class */ (function (_super) {
34
+ __extends(RibbonItemDirective, _super);
35
+ /**
36
+ * @param {?} viewContainerRef
37
+ */
38
+ function RibbonItemDirective(viewContainerRef) {
39
+ var _this = _super.call(this) || this;
40
+ _this.viewContainerRef = viewContainerRef;
41
+ ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
42
+ _this.registerEvents(outputs);
43
+ _this.directivePropList = input;
44
+ return _this;
45
+ }
46
+ return RibbonItemDirective;
47
+ }(ej2AngularBase.ComplexBase));
48
+ RibbonItemDirective.decorators = [
49
+ { type: core.Directive, args: [{
50
+ selector: 'e-ribbon-item',
51
+ inputs: input,
52
+ outputs: outputs,
53
+ queries: {}
54
+ },] },
55
+ ];
56
+ /**
57
+ * @nocollapse
58
+ */
59
+ RibbonItemDirective.ctorParameters = function () { return [
60
+ { type: core.ViewContainerRef, },
61
+ ]; };
62
+ RibbonItemDirective.propDecorators = {
63
+ 'itemTemplate': [{ type: core.ContentChild, args: ['itemTemplate',] },],
64
+ };
65
+ __decorate([
66
+ ej2AngularBase.Template(),
67
+ __metadata("design:type", Object)
68
+ ], RibbonItemDirective.prototype, "itemTemplate", void 0);
69
+ /**
70
+ * RibbonItem Array Directive
71
+ */
72
+ var RibbonItemsDirective = /** @class */ (function (_super) {
73
+ __extends(RibbonItemsDirective, _super);
74
+ function RibbonItemsDirective() {
75
+ return _super.call(this, 'items') || this;
76
+ }
77
+ return RibbonItemsDirective;
78
+ }(ej2AngularBase.ArrayBase));
79
+ RibbonItemsDirective.decorators = [
80
+ { type: core.Directive, args: [{
81
+ selector: 'e-ribbon-items',
82
+ queries: {
83
+ children: new core.ContentChildren(RibbonItemDirective)
84
+ },
85
+ },] },
86
+ ];
87
+ /**
88
+ * @nocollapse
89
+ */
90
+ RibbonItemsDirective.ctorParameters = function () { return []; };
91
+ var input$1 = ['cssClass', 'id', 'items'];
92
+ var outputs$1 = [];
93
+ var RibbonCollectionDirective = /** @class */ (function (_super) {
94
+ __extends(RibbonCollectionDirective, _super);
95
+ /**
96
+ * @param {?} viewContainerRef
97
+ */
98
+ function RibbonCollectionDirective(viewContainerRef) {
99
+ var _this = _super.call(this) || this;
100
+ _this.viewContainerRef = viewContainerRef;
101
+ _this.tags = ['items'];
102
+ ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
103
+ _this.registerEvents(outputs$1);
104
+ _this.directivePropList = input$1;
105
+ return _this;
106
+ }
107
+ return RibbonCollectionDirective;
108
+ }(ej2AngularBase.ComplexBase));
109
+ RibbonCollectionDirective.decorators = [
110
+ { type: core.Directive, args: [{
111
+ selector: 'e-ribbon-collection',
112
+ inputs: input$1,
113
+ outputs: outputs$1,
114
+ queries: {
115
+ childItems: new core.ContentChild(RibbonItemsDirective)
116
+ }
117
+ },] },
118
+ ];
119
+ /**
120
+ * @nocollapse
121
+ */
122
+ RibbonCollectionDirective.ctorParameters = function () { return [
123
+ { type: core.ViewContainerRef, },
124
+ ]; };
125
+ /**
126
+ * RibbonCollection Array Directive
127
+ */
128
+ var RibbonCollectionsDirective = /** @class */ (function (_super) {
129
+ __extends(RibbonCollectionsDirective, _super);
130
+ function RibbonCollectionsDirective() {
131
+ return _super.call(this, 'collections') || this;
132
+ }
133
+ return RibbonCollectionsDirective;
134
+ }(ej2AngularBase.ArrayBase));
135
+ RibbonCollectionsDirective.decorators = [
136
+ { type: core.Directive, args: [{
137
+ selector: 'e-ribbon-collections',
138
+ queries: {
139
+ children: new core.ContentChildren(RibbonCollectionDirective)
140
+ },
141
+ },] },
142
+ ];
143
+ /**
144
+ * @nocollapse
145
+ */
146
+ RibbonCollectionsDirective.ctorParameters = function () { return []; };
147
+ var input$2 = ['collections', 'cssClass', 'enableGroupOverflow', 'groupIconCss', 'header', 'id', 'isCollapsed', 'isCollapsible', 'keyTip', 'launcherIconKeyTip', 'orientation', 'overflowHeader', 'priority', 'showLauncherIcon'];
148
+ var outputs$2 = [];
149
+ var RibbonGroupDirective = /** @class */ (function (_super) {
150
+ __extends(RibbonGroupDirective, _super);
151
+ /**
152
+ * @param {?} viewContainerRef
153
+ */
154
+ function RibbonGroupDirective(viewContainerRef) {
155
+ var _this = _super.call(this) || this;
156
+ _this.viewContainerRef = viewContainerRef;
157
+ _this.tags = ['collections'];
158
+ ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
159
+ _this.registerEvents(outputs$2);
160
+ _this.directivePropList = input$2;
161
+ return _this;
162
+ }
163
+ return RibbonGroupDirective;
164
+ }(ej2AngularBase.ComplexBase));
165
+ RibbonGroupDirective.decorators = [
166
+ { type: core.Directive, args: [{
167
+ selector: 'e-ribbon-group',
168
+ inputs: input$2,
169
+ outputs: outputs$2,
170
+ queries: {
171
+ childCollections: new core.ContentChild(RibbonCollectionsDirective)
172
+ }
173
+ },] },
174
+ ];
175
+ /**
176
+ * @nocollapse
177
+ */
178
+ RibbonGroupDirective.ctorParameters = function () { return [
179
+ { type: core.ViewContainerRef, },
180
+ ]; };
181
+ /**
182
+ * RibbonGroup Array Directive
183
+ */
184
+ var RibbonGroupsDirective = /** @class */ (function (_super) {
185
+ __extends(RibbonGroupsDirective, _super);
186
+ function RibbonGroupsDirective() {
187
+ return _super.call(this, 'groups') || this;
188
+ }
189
+ return RibbonGroupsDirective;
190
+ }(ej2AngularBase.ArrayBase));
191
+ RibbonGroupsDirective.decorators = [
192
+ { type: core.Directive, args: [{
193
+ selector: 'e-ribbon-groups',
194
+ queries: {
195
+ children: new core.ContentChildren(RibbonGroupDirective)
196
+ },
197
+ },] },
198
+ ];
199
+ /**
200
+ * @nocollapse
201
+ */
202
+ RibbonGroupsDirective.ctorParameters = function () { return []; };
203
+ var input$3 = ['cssClass', 'groups', 'header', 'id', 'keyTip'];
204
+ var outputs$3 = [];
205
+ var RibbonTabDirective = /** @class */ (function (_super) {
206
+ __extends(RibbonTabDirective, _super);
207
+ /**
208
+ * @param {?} viewContainerRef
209
+ */
210
+ function RibbonTabDirective(viewContainerRef) {
211
+ var _this = _super.call(this) || this;
212
+ _this.viewContainerRef = viewContainerRef;
213
+ _this.tags = ['groups'];
214
+ ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
215
+ _this.registerEvents(outputs$3);
216
+ _this.directivePropList = input$3;
217
+ return _this;
218
+ }
219
+ return RibbonTabDirective;
220
+ }(ej2AngularBase.ComplexBase));
221
+ RibbonTabDirective.decorators = [
222
+ { type: core.Directive, args: [{
223
+ selector: 'e-ribbon-tab',
224
+ inputs: input$3,
225
+ outputs: outputs$3,
226
+ queries: {
227
+ childGroups: new core.ContentChild(RibbonGroupsDirective)
228
+ }
229
+ },] },
230
+ ];
231
+ /**
232
+ * @nocollapse
233
+ */
234
+ RibbonTabDirective.ctorParameters = function () { return [
235
+ { type: core.ViewContainerRef, },
236
+ ]; };
237
+ /**
238
+ * RibbonTab Array Directive
239
+ */
240
+ var RibbonTabsDirective = /** @class */ (function (_super) {
241
+ __extends(RibbonTabsDirective, _super);
242
+ function RibbonTabsDirective() {
243
+ return _super.call(this, 'tabs') || this;
244
+ }
245
+ return RibbonTabsDirective;
246
+ }(ej2AngularBase.ArrayBase));
247
+ RibbonTabsDirective.decorators = [
248
+ { type: core.Directive, args: [{
249
+ selector: 'e-ribbon-tabs',
250
+ queries: {
251
+ children: new core.ContentChildren(RibbonTabDirective)
252
+ },
253
+ },] },
254
+ ];
255
+ /**
256
+ * @nocollapse
257
+ */
258
+ RibbonTabsDirective.ctorParameters = function () { return []; };
259
+ var input$4 = ['isSelected', 'tabs', 'visible'];
260
+ var outputs$4 = [];
261
+ /**
262
+ * `e-ribbon-contextual-tab` directive represent a contextual tab of the Angular Ribbon.
263
+ * It must be contained in a Ribbon component(`ejs-ribbon`).
264
+ * ```html
265
+ * <ejs-ribbon>
266
+ * <e-ribbon-contextual-tabs>
267
+ * <e-ribbon-contextual-tab>
268
+ * </e-ribbon-contextual-tab>
269
+ * </e-ribbon-contextual-tabs>
270
+ * </ejs-ribbon>
271
+ * ```
272
+ */
273
+ var RibbonContextualTabDirective = /** @class */ (function (_super) {
274
+ __extends(RibbonContextualTabDirective, _super);
275
+ /**
276
+ * @param {?} viewContainerRef
277
+ */
278
+ function RibbonContextualTabDirective(viewContainerRef) {
279
+ var _this = _super.call(this) || this;
280
+ _this.viewContainerRef = viewContainerRef;
281
+ _this.tags = ['tabs'];
282
+ ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
283
+ _this.registerEvents(outputs$4);
284
+ _this.directivePropList = input$4;
285
+ return _this;
286
+ }
287
+ return RibbonContextualTabDirective;
288
+ }(ej2AngularBase.ComplexBase));
289
+ RibbonContextualTabDirective.decorators = [
290
+ { type: core.Directive, args: [{
291
+ selector: 'e-ribbon-contextual-tab',
292
+ inputs: input$4,
293
+ outputs: outputs$4,
294
+ queries: {
295
+ childTabs: new core.ContentChild(RibbonTabsDirective)
296
+ }
297
+ },] },
298
+ ];
299
+ /**
300
+ * @nocollapse
301
+ */
302
+ RibbonContextualTabDirective.ctorParameters = function () { return [
303
+ { type: core.ViewContainerRef, },
304
+ ]; };
305
+ /**
306
+ * RibbonContextualTab Array Directive
307
+ */
308
+ var RibbonContextualTabsDirective = /** @class */ (function (_super) {
309
+ __extends(RibbonContextualTabsDirective, _super);
310
+ function RibbonContextualTabsDirective() {
311
+ return _super.call(this, 'contextualtabs') || this;
312
+ }
313
+ return RibbonContextualTabsDirective;
314
+ }(ej2AngularBase.ArrayBase));
315
+ RibbonContextualTabsDirective.decorators = [
316
+ { type: core.Directive, args: [{
317
+ selector: 'e-ribbon-contextual-tabs',
318
+ queries: {
319
+ children: new core.ContentChildren(RibbonContextualTabDirective)
320
+ },
321
+ },] },
322
+ ];
323
+ /**
324
+ * @nocollapse
325
+ */
326
+ RibbonContextualTabsDirective.ctorParameters = function () { return []; };
327
+ var __decorate$1 = (this && this.__decorate) || function (decorators, target, key, desc) {
328
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
329
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
330
+ r = Reflect.decorate(decorators, target, key, desc);
331
+ else
332
+ for (var i = decorators.length - 1; i >= 0; i--)
333
+ if (d = decorators[i])
334
+ r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
335
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
336
+ };
337
+ var __metadata$1 = (this && this.__metadata) || function (k, v) {
338
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
339
+ return Reflect.metadata(k, v);
340
+ };
341
+ var inputs = ['activeLayout', 'backStageMenu', 'contextualTabs', 'cssClass', 'enableKeyTips', 'enablePersistence', 'enableRtl', 'fileMenu', 'helpPaneTemplate', 'hideLayoutSwitcher', 'isMinimized', 'launcherIconCss', 'layoutSwitcherKeyTip', 'locale', 'selectedTab', 'tabAnimation', 'tabs', 'width'];
342
+ var outputs$5 = ['created', 'launcherIconClick', 'overflowPopupClose', 'overflowPopupOpen', 'ribbonCollapsing', 'ribbonExpanding', 'ribbonLayoutSwitched', 'tabSelected', 'tabSelecting'];
343
+ var twoWays = [''];
344
+ /**
345
+ * Represents the Essential JS 2 Angular Ribbon Component.
346
+ * ```html
347
+ * <ejs-ribbon></ejs-ribbon>
348
+ * ```
349
+ */
350
+ exports.RibbonComponent = /** @class */ (function (_super) {
351
+ __extends(RibbonComponent, _super);
352
+ /**
353
+ * @param {?} ngEle
354
+ * @param {?} srenderer
355
+ * @param {?} viewContainerRef
356
+ * @param {?} injector
357
+ */
358
+ function RibbonComponent(ngEle, srenderer, viewContainerRef, injector) {
359
+ var _this = _super.call(this) || this;
360
+ _this.ngEle = ngEle;
361
+ _this.srenderer = srenderer;
362
+ _this.viewContainerRef = viewContainerRef;
363
+ _this.injector = injector;
364
+ _this.tags = ['tabs', 'contextualTabs'];
365
+ _this.element = _this.ngEle.nativeElement;
366
+ _this.injectedModules = _this.injectedModules || [];
367
+ try {
368
+ var mod = _this.injector.get('RibbonRibbonButton');
369
+ if (_this.injectedModules.indexOf(mod) === -1) {
370
+ _this.injectedModules.push(mod);
371
+ }
372
+ }
373
+ catch (_a) { }
374
+ try {
375
+ var mod = _this.injector.get('RibbonRibbonDropDown');
376
+ if (_this.injectedModules.indexOf(mod) === -1) {
377
+ _this.injectedModules.push(mod);
378
+ }
379
+ }
380
+ catch (_b) { }
381
+ try {
382
+ var mod = _this.injector.get('RibbonRibbonSplitButton');
383
+ if (_this.injectedModules.indexOf(mod) === -1) {
384
+ _this.injectedModules.push(mod);
385
+ }
386
+ }
387
+ catch (_c) { }
388
+ try {
389
+ var mod = _this.injector.get('RibbonRibbonCheckBox');
390
+ if (_this.injectedModules.indexOf(mod) === -1) {
391
+ _this.injectedModules.push(mod);
392
+ }
393
+ }
394
+ catch (_d) { }
395
+ try {
396
+ var mod = _this.injector.get('RibbonRibbonColorPicker');
397
+ if (_this.injectedModules.indexOf(mod) === -1) {
398
+ _this.injectedModules.push(mod);
399
+ }
400
+ }
401
+ catch (_e) { }
402
+ try {
403
+ var mod = _this.injector.get('RibbonRibbonComboBox');
404
+ if (_this.injectedModules.indexOf(mod) === -1) {
405
+ _this.injectedModules.push(mod);
406
+ }
407
+ }
408
+ catch (_f) { }
409
+ try {
410
+ var mod = _this.injector.get('RibbonRibbonGroupButton');
411
+ if (_this.injectedModules.indexOf(mod) === -1) {
412
+ _this.injectedModules.push(mod);
413
+ }
414
+ }
415
+ catch (_g) { }
416
+ try {
417
+ var mod = _this.injector.get('RibbonRibbonFileMenu');
418
+ if (_this.injectedModules.indexOf(mod) === -1) {
419
+ _this.injectedModules.push(mod);
420
+ }
421
+ }
422
+ catch (_h) { }
423
+ try {
424
+ var mod = _this.injector.get('RibbonRibbonBackstage');
425
+ if (_this.injectedModules.indexOf(mod) === -1) {
426
+ _this.injectedModules.push(mod);
427
+ }
428
+ }
429
+ catch (_j) { }
430
+ try {
431
+ var mod = _this.injector.get('RibbonRibbonKeyTip');
432
+ if (_this.injectedModules.indexOf(mod) === -1) {
433
+ _this.injectedModules.push(mod);
434
+ }
435
+ }
436
+ catch (_k) { }
437
+ try {
438
+ var mod = _this.injector.get('RibbonRibbonContextualTab');
439
+ if (_this.injectedModules.indexOf(mod) === -1) {
440
+ _this.injectedModules.push(mod);
441
+ }
442
+ }
443
+ catch (_l) { }
444
+ try {
445
+ var mod = _this.injector.get('RibbonRibbonGallery');
446
+ if (_this.injectedModules.indexOf(mod) === -1) {
447
+ _this.injectedModules.push(mod);
448
+ }
449
+ }
450
+ catch (_m) { }
451
+ _this.registerEvents(outputs$5);
452
+ _this.addTwoWay.call(_this, twoWays);
453
+ ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
454
+ _this.containerContext = new ej2AngularBase.ComponentBase();
455
+ return _this;
456
+ }
457
+ /**
458
+ * @return {?}
459
+ */
460
+ RibbonComponent.prototype.ngOnInit = function () {
461
+ this.containerContext.ngOnInit(this);
462
+ };
463
+ /**
464
+ * @return {?}
465
+ */
466
+ RibbonComponent.prototype.ngAfterViewInit = function () {
467
+ this.containerContext.ngAfterViewInit(this);
468
+ };
469
+ /**
470
+ * @return {?}
471
+ */
472
+ RibbonComponent.prototype.ngOnDestroy = function () {
473
+ this.containerContext.ngOnDestroy(this);
474
+ };
475
+ /**
476
+ * @return {?}
477
+ */
478
+ RibbonComponent.prototype.ngAfterContentChecked = function () {
479
+ this.tagObjects[0].instance = this.childTabs;
480
+ if (this.childContextualTabs) {
481
+ this.tagObjects[1].instance = /** @type {?} */ (this.childContextualTabs);
482
+ }
483
+ this.containerContext.ngAfterContentChecked(this);
484
+ };
485
+ return RibbonComponent;
486
+ }(ej2Ribbon.Ribbon));
487
+ exports.RibbonComponent.decorators = [
488
+ { type: core.Component, args: [{
489
+ selector: 'ejs-ribbon',
490
+ inputs: inputs,
491
+ outputs: outputs$5,
492
+ template: "<ng-content select='div'></ng-content>",
493
+ changeDetection: core.ChangeDetectionStrategy.OnPush,
494
+ queries: {
495
+ childTabs: new core.ContentChild(RibbonTabsDirective),
496
+ childContextualTabs: new core.ContentChild(RibbonContextualTabsDirective)
497
+ }
498
+ },] },
499
+ ];
500
+ /**
501
+ * @nocollapse
502
+ */
503
+ exports.RibbonComponent.ctorParameters = function () { return [
504
+ { type: core.ElementRef, },
505
+ { type: core.Renderer2, },
506
+ { type: core.ViewContainerRef, },
507
+ { type: core.Injector, },
508
+ ]; };
509
+ exports.RibbonComponent.propDecorators = {
510
+ 'helpPaneTemplate': [{ type: core.ContentChild, args: ['helpPaneTemplate',] },],
511
+ };
512
+ __decorate$1([
513
+ ej2AngularBase.Template(),
514
+ __metadata$1("design:type", Object)
515
+ ], exports.RibbonComponent.prototype, "helpPaneTemplate", void 0);
516
+ exports.RibbonComponent = __decorate$1([
517
+ ej2AngularBase.ComponentMixins([ej2AngularBase.ComponentBase]),
518
+ __metadata$1("design:paramtypes", [core.ElementRef,
519
+ core.Renderer2,
520
+ core.ViewContainerRef,
521
+ core.Injector])
522
+ ], exports.RibbonComponent);
523
+ /**
524
+ * NgModule definition for the Ribbon component.
525
+ */
526
+ var RibbonModule = /** @class */ (function () {
527
+ function RibbonModule() {
528
+ }
529
+ return RibbonModule;
530
+ }());
531
+ RibbonModule.decorators = [
532
+ { type: core.NgModule, args: [{
533
+ imports: [common.CommonModule],
534
+ declarations: [
535
+ exports.RibbonComponent,
536
+ RibbonItemDirective,
537
+ RibbonItemsDirective,
538
+ RibbonCollectionDirective,
539
+ RibbonCollectionsDirective,
540
+ RibbonGroupDirective,
541
+ RibbonGroupsDirective,
542
+ RibbonTabDirective,
543
+ RibbonTabsDirective,
544
+ RibbonContextualTabDirective,
545
+ RibbonContextualTabsDirective
546
+ ],
547
+ exports: [
548
+ exports.RibbonComponent,
549
+ RibbonItemDirective,
550
+ RibbonItemsDirective,
551
+ RibbonCollectionDirective,
552
+ RibbonCollectionsDirective,
553
+ RibbonGroupDirective,
554
+ RibbonGroupsDirective,
555
+ RibbonTabDirective,
556
+ RibbonTabsDirective,
557
+ RibbonContextualTabDirective,
558
+ RibbonContextualTabsDirective
559
+ ]
560
+ },] },
561
+ ];
562
+ /**
563
+ * @nocollapse
564
+ */
565
+ RibbonModule.ctorParameters = function () { return []; };
566
+ var RibbonButtonService = { provide: 'RibbonRibbonButton', useValue: ej2Ribbon.RibbonButton };
567
+ var RibbonDropDownService = { provide: 'RibbonRibbonDropDown', useValue: ej2Ribbon.RibbonDropDown };
568
+ var RibbonSplitButtonService = { provide: 'RibbonRibbonSplitButton', useValue: ej2Ribbon.RibbonSplitButton };
569
+ var RibbonCheckBoxService = { provide: 'RibbonRibbonCheckBox', useValue: ej2Ribbon.RibbonCheckBox };
570
+ var RibbonColorPickerService = { provide: 'RibbonRibbonColorPicker', useValue: ej2Ribbon.RibbonColorPicker };
571
+ var RibbonComboBoxService = { provide: 'RibbonRibbonComboBox', useValue: ej2Ribbon.RibbonComboBox };
572
+ var RibbonGroupButtonService = { provide: 'RibbonRibbonGroupButton', useValue: ej2Ribbon.RibbonGroupButton };
573
+ var RibbonFileMenuService = { provide: 'RibbonRibbonFileMenu', useValue: ej2Ribbon.RibbonFileMenu };
574
+ var RibbonBackstageService = { provide: 'RibbonRibbonBackstage', useValue: ej2Ribbon.RibbonBackstage };
575
+ var RibbonKeyTipService = { provide: 'RibbonRibbonKeyTip', useValue: ej2Ribbon.RibbonKeyTip };
576
+ var RibbonContextualTabService = { provide: 'RibbonRibbonContextualTab', useValue: ej2Ribbon.RibbonContextualTab };
577
+ var RibbonGalleryService = { provide: 'RibbonRibbonGallery', useValue: ej2Ribbon.RibbonGallery };
578
+ /**
579
+ * NgModule definition for the Ribbon component with providers.
580
+ */
581
+ var RibbonAllModule = /** @class */ (function () {
582
+ function RibbonAllModule() {
583
+ }
584
+ return RibbonAllModule;
585
+ }());
586
+ RibbonAllModule.decorators = [
587
+ { type: core.NgModule, args: [{
588
+ imports: [common.CommonModule, RibbonModule],
589
+ exports: [
590
+ RibbonModule
591
+ ],
592
+ providers: [
593
+ RibbonButtonService,
594
+ RibbonDropDownService,
595
+ RibbonSplitButtonService,
596
+ RibbonCheckBoxService,
597
+ RibbonColorPickerService,
598
+ RibbonComboBoxService,
599
+ RibbonGroupButtonService,
600
+ RibbonFileMenuService,
601
+ RibbonBackstageService,
602
+ RibbonKeyTipService,
603
+ RibbonContextualTabService,
604
+ RibbonGalleryService
605
+ ]
606
+ },] },
607
+ ];
608
+ /**
609
+ * @nocollapse
610
+ */
611
+ RibbonAllModule.ctorParameters = function () { return []; };
612
+
613
+ exports.RibbonItemDirective = RibbonItemDirective;
614
+ exports.RibbonItemsDirective = RibbonItemsDirective;
615
+ exports.RibbonCollectionDirective = RibbonCollectionDirective;
616
+ exports.RibbonCollectionsDirective = RibbonCollectionsDirective;
617
+ exports.RibbonGroupDirective = RibbonGroupDirective;
618
+ exports.RibbonGroupsDirective = RibbonGroupsDirective;
619
+ exports.RibbonTabDirective = RibbonTabDirective;
620
+ exports.RibbonTabsDirective = RibbonTabsDirective;
621
+ exports.RibbonContextualTabDirective = RibbonContextualTabDirective;
622
+ exports.RibbonContextualTabsDirective = RibbonContextualTabsDirective;
623
+ exports.RibbonModule = RibbonModule;
624
+ exports.RibbonAllModule = RibbonAllModule;
625
+ exports.RibbonButtonService = RibbonButtonService;
626
+ exports.RibbonDropDownService = RibbonDropDownService;
627
+ exports.RibbonSplitButtonService = RibbonSplitButtonService;
628
+ exports.RibbonCheckBoxService = RibbonCheckBoxService;
629
+ exports.RibbonColorPickerService = RibbonColorPickerService;
630
+ exports.RibbonComboBoxService = RibbonComboBoxService;
631
+ exports.RibbonGroupButtonService = RibbonGroupButtonService;
632
+ exports.RibbonFileMenuService = RibbonFileMenuService;
633
+ exports.RibbonBackstageService = RibbonBackstageService;
634
+ exports.RibbonKeyTipService = RibbonKeyTipService;
635
+ exports.RibbonContextualTabService = RibbonContextualTabService;
636
+ exports.RibbonGalleryService = RibbonGalleryService;
637
+ exports.ɵa = inputs;
638
+ exports.ɵb = outputs$5;
639
+ exports.Ribbon = ej2Ribbon.Ribbon;
640
+ exports.RibbonLayout = ej2Ribbon.RibbonLayout;
641
+ exports.ItemOrientation = ej2Ribbon.ItemOrientation;
642
+ exports.RibbonItemSize = ej2Ribbon.RibbonItemSize;
643
+ exports.DisplayMode = ej2Ribbon.DisplayMode;
644
+ exports.RibbonItemType = ej2Ribbon.RibbonItemType;
645
+ exports.RibbonGroupButtonSelection = ej2Ribbon.RibbonGroupButtonSelection;
646
+ exports.ITEM_VERTICAL_CENTER = ej2Ribbon.ITEM_VERTICAL_CENTER;
647
+ exports.EXPAND_COLLAPSE_ICON = ej2Ribbon.EXPAND_COLLAPSE_ICON;
648
+ exports.BACKSTAGE_CLOSE_ICON = ej2Ribbon.BACKSTAGE_CLOSE_ICON;
649
+ exports.OVERFLOW_ICON = ej2Ribbon.OVERFLOW_ICON;
650
+ exports.VERTICAL_DDB = ej2Ribbon.VERTICAL_DDB;
651
+ exports.DISABLED_CSS = ej2Ribbon.DISABLED_CSS;
652
+ exports.RTL_CSS = ej2Ribbon.RTL_CSS;
653
+ exports.RIBBON_HOVER = ej2Ribbon.RIBBON_HOVER;
654
+ exports.RIBBON_CONTROL = ej2Ribbon.RIBBON_CONTROL;
655
+ exports.RIBBON_POPUP_CONTROL = ej2Ribbon.RIBBON_POPUP_CONTROL;
656
+ exports.RIBBON_POPUP_OPEN = ej2Ribbon.RIBBON_POPUP_OPEN;
657
+ exports.RIBBON_KEYTIP = ej2Ribbon.RIBBON_KEYTIP;
658
+ exports.SPACE = ej2Ribbon.SPACE;
659
+ exports.HORIZONTAL_SCROLLBAR = ej2Ribbon.HORIZONTAL_SCROLLBAR;
660
+ exports.HIDE_CSS = ej2Ribbon.HIDE_CSS;
661
+ exports.RIBBON_TAB = ej2Ribbon.RIBBON_TAB;
662
+ exports.RIBBON_CONTEXTUAL_TAB = ej2Ribbon.RIBBON_CONTEXTUAL_TAB;
663
+ exports.RIBBON_TAB_ACTIVE = ej2Ribbon.RIBBON_TAB_ACTIVE;
664
+ exports.RIBBON_TAB_ITEM = ej2Ribbon.RIBBON_TAB_ITEM;
665
+ exports.RIBBON_COLLAPSE_BUTTON = ej2Ribbon.RIBBON_COLLAPSE_BUTTON;
666
+ exports.RIBBON_EXPAND_BUTTON = ej2Ribbon.RIBBON_EXPAND_BUTTON;
667
+ exports.RIBBON_COLLAPSIBLE = ej2Ribbon.RIBBON_COLLAPSIBLE;
668
+ exports.RIBBON_OVERALL_OF_BUTTON = ej2Ribbon.RIBBON_OVERALL_OF_BUTTON;
669
+ exports.RIBBON_GROUP_OF_BUTTON = ej2Ribbon.RIBBON_GROUP_OF_BUTTON;
670
+ exports.RIBBON_OVERFLOW_TARGET = ej2Ribbon.RIBBON_OVERFLOW_TARGET;
671
+ exports.RIBBON_OVERFLOW = ej2Ribbon.RIBBON_OVERFLOW;
672
+ exports.TAB_CONTENT = ej2Ribbon.TAB_CONTENT;
673
+ exports.RIBBON_MINIMIZE = ej2Ribbon.RIBBON_MINIMIZE;
674
+ exports.RIBBON_GROUP = ej2Ribbon.RIBBON_GROUP;
675
+ exports.RIBBON_SINGLE_BUTTON_SELECTION = ej2Ribbon.RIBBON_SINGLE_BUTTON_SELECTION;
676
+ exports.RIBBON_MULTIPLE_BUTTON_SELECTION = ej2Ribbon.RIBBON_MULTIPLE_BUTTON_SELECTION;
677
+ exports.RIBBON_GROUP_BUTTON = ej2Ribbon.RIBBON_GROUP_BUTTON;
678
+ exports.RIBBON_GROUP_BUTTON_OVERFLOW_POPUP = ej2Ribbon.RIBBON_GROUP_BUTTON_OVERFLOW_POPUP;
679
+ exports.RIBBON_GROUP_BUTTON_CONTENT = ej2Ribbon.RIBBON_GROUP_BUTTON_CONTENT;
680
+ exports.RIBBON_GROUP_CONTAINER = ej2Ribbon.RIBBON_GROUP_CONTAINER;
681
+ exports.RIBBON_OF_TAB_CONTAINER = ej2Ribbon.RIBBON_OF_TAB_CONTAINER;
682
+ exports.RIBBON_OF_GROUP_CONTAINER = ej2Ribbon.RIBBON_OF_GROUP_CONTAINER;
683
+ exports.RIBBON_GROUP_CONTENT = ej2Ribbon.RIBBON_GROUP_CONTENT;
684
+ exports.RIBBON_GROUP_HEADER = ej2Ribbon.RIBBON_GROUP_HEADER;
685
+ exports.RIBBON_OVERFLOW_HEADER = ej2Ribbon.RIBBON_OVERFLOW_HEADER;
686
+ exports.RIBBON_GROUP_OVERFLOW = ej2Ribbon.RIBBON_GROUP_OVERFLOW;
687
+ exports.RIBBON_GROUP_OVERFLOW_DDB = ej2Ribbon.RIBBON_GROUP_OVERFLOW_DDB;
688
+ exports.RIBBON_LAUNCHER = ej2Ribbon.RIBBON_LAUNCHER;
689
+ exports.RIBBON_LAUNCHER_ICON_ELE = ej2Ribbon.RIBBON_LAUNCHER_ICON_ELE;
690
+ exports.RIBBON_LAUNCHER_ICON = ej2Ribbon.RIBBON_LAUNCHER_ICON;
691
+ exports.RIBBON_COLLECTION = ej2Ribbon.RIBBON_COLLECTION;
692
+ exports.RIBBON_ITEM = ej2Ribbon.RIBBON_ITEM;
693
+ exports.RIBBON_ROW = ej2Ribbon.RIBBON_ROW;
694
+ exports.RIBBON_COLUMN = ej2Ribbon.RIBBON_COLUMN;
695
+ exports.RIBBON_LARGE_ITEM = ej2Ribbon.RIBBON_LARGE_ITEM;
696
+ exports.RIBBON_MEDIUM_ITEM = ej2Ribbon.RIBBON_MEDIUM_ITEM;
697
+ exports.RIBBON_SMALL_ITEM = ej2Ribbon.RIBBON_SMALL_ITEM;
698
+ exports.RIBBON_CONTENT_HEIGHT = ej2Ribbon.RIBBON_CONTENT_HEIGHT;
699
+ exports.DROPDOWNBUTTON = ej2Ribbon.DROPDOWNBUTTON;
700
+ exports.DROPDOWNBUTTON_HIDE = ej2Ribbon.DROPDOWNBUTTON_HIDE;
701
+ exports.RIBBON_TEMPLATE = ej2Ribbon.RIBBON_TEMPLATE;
702
+ exports.RIBBON_HELP_TEMPLATE = ej2Ribbon.RIBBON_HELP_TEMPLATE;
703
+ exports.RIBBON_TOOLTIP = ej2Ribbon.RIBBON_TOOLTIP;
704
+ exports.RIBBON_TOOLTIP_TARGET = ej2Ribbon.RIBBON_TOOLTIP_TARGET;
705
+ exports.RIBBON_TOOLTIP_TITLE = ej2Ribbon.RIBBON_TOOLTIP_TITLE;
706
+ exports.RIBBON_TOOLTIP_CONTENT = ej2Ribbon.RIBBON_TOOLTIP_CONTENT;
707
+ exports.RIBBON_TOOLTIP_ICON = ej2Ribbon.RIBBON_TOOLTIP_ICON;
708
+ exports.RIBBON_TOOLTIP_CONTAINER = ej2Ribbon.RIBBON_TOOLTIP_CONTAINER;
709
+ exports.RIBBON_TEXT_CONTAINER = ej2Ribbon.RIBBON_TEXT_CONTAINER;
710
+ exports.RIBBON_SIMPLIFIED_MODE = ej2Ribbon.RIBBON_SIMPLIFIED_MODE;
711
+ exports.RIBBON_BACKSTAGE_POPUP = ej2Ribbon.RIBBON_BACKSTAGE_POPUP;
712
+ exports.RIBBON_BACKSTAGE_OPEN = ej2Ribbon.RIBBON_BACKSTAGE_OPEN;
713
+ exports.RIBBON_BACKSTAGE_CONTENT = ej2Ribbon.RIBBON_BACKSTAGE_CONTENT;
714
+ exports.RIBBON_SELECTED_CONTENT = ej2Ribbon.RIBBON_SELECTED_CONTENT;
715
+ exports.RIBBON_BACKSTAGE = ej2Ribbon.RIBBON_BACKSTAGE;
716
+ exports.RIBBON_BACKSTAGE_MENU = ej2Ribbon.RIBBON_BACKSTAGE_MENU;
717
+ exports.RIBBON_BACKSTAGE_TEMPLATE = ej2Ribbon.RIBBON_BACKSTAGE_TEMPLATE;
718
+ exports.RIBBON_BACKSTAGE_MENU_WRAPPER = ej2Ribbon.RIBBON_BACKSTAGE_MENU_WRAPPER;
719
+ exports.RIBBON_BACKSTAGE_ITEMS_WRAPPER = ej2Ribbon.RIBBON_BACKSTAGE_ITEMS_WRAPPER;
720
+ exports.RIBBON_BACKSTAGE_TEXT_MENU = ej2Ribbon.RIBBON_BACKSTAGE_TEXT_MENU;
721
+ exports.TAB_ID = ej2Ribbon.TAB_ID;
722
+ exports.GROUP_ID = ej2Ribbon.GROUP_ID;
723
+ exports.COLLECTION_ID = ej2Ribbon.COLLECTION_ID;
724
+ exports.ITEM_ID = ej2Ribbon.ITEM_ID;
725
+ exports.COLLAPSE_BUTTON_ID = ej2Ribbon.COLLAPSE_BUTTON_ID;
726
+ exports.OVRLOF_BUTTON_ID = ej2Ribbon.OVRLOF_BUTTON_ID;
727
+ exports.GROUPOF_BUTTON_ID = ej2Ribbon.GROUPOF_BUTTON_ID;
728
+ exports.HEADER_ID = ej2Ribbon.HEADER_ID;
729
+ exports.LAUNCHER_ID = ej2Ribbon.LAUNCHER_ID;
730
+ exports.CONTENT_ID = ej2Ribbon.CONTENT_ID;
731
+ exports.CONTAINER_ID = ej2Ribbon.CONTAINER_ID;
732
+ exports.OVERFLOW_ID = ej2Ribbon.OVERFLOW_ID;
733
+ exports.DROPDOWN_ID = ej2Ribbon.DROPDOWN_ID;
734
+ exports.RIBBON_FILE_MENU_ID = ej2Ribbon.RIBBON_FILE_MENU_ID;
735
+ exports.RIBBON_BACKSTAGE_MENU_ID = ej2Ribbon.RIBBON_BACKSTAGE_MENU_ID;
736
+ exports.RIBBON_BACKSTAGE_POPUP_ID = ej2Ribbon.RIBBON_BACKSTAGE_POPUP_ID;
737
+ exports.RIBBON_FILE_MENU_LIST = ej2Ribbon.RIBBON_FILE_MENU_LIST;
738
+ exports.RIBBON_MENU_LIST = ej2Ribbon.RIBBON_MENU_LIST;
739
+ exports.RIBBON_FOOTER_MENU_LIST = ej2Ribbon.RIBBON_FOOTER_MENU_LIST;
740
+ exports.RIBBON_HELP_PANE_TEMPLATE_ID = ej2Ribbon.RIBBON_HELP_PANE_TEMPLATE_ID;
741
+ exports.RIBBON_GROUP_BUTTON_ID = ej2Ribbon.RIBBON_GROUP_BUTTON_ID;
742
+ exports.RIBBON_KEYTIP_ID = ej2Ribbon.RIBBON_KEYTIP_ID;
743
+ exports.RIBBON_FILE_MENU_WIDTH = ej2Ribbon.RIBBON_FILE_MENU_WIDTH;
744
+ exports.RIBBON_HELP_PANE_TEMPLATE_WIDTH = ej2Ribbon.RIBBON_HELP_PANE_TEMPLATE_WIDTH;
745
+ exports.getIndex = ej2Ribbon.getIndex;
746
+ exports.getTemplateFunction = ej2Ribbon.getTemplateFunction;
747
+ exports.getItem = ej2Ribbon.getItem;
748
+ exports.getCollection = ej2Ribbon.getCollection;
749
+ exports.getGroup = ej2Ribbon.getGroup;
750
+ exports.destroyControl = ej2Ribbon.destroyControl;
751
+ exports.updateCommonProperty = ej2Ribbon.updateCommonProperty;
752
+ exports.updateControlDisabled = ej2Ribbon.updateControlDisabled;
753
+ exports.getItemElement = ej2Ribbon.getItemElement;
754
+ exports.isTooltipPresent = ej2Ribbon.isTooltipPresent;
755
+ exports.setToolTipContent = ej2Ribbon.setToolTipContent;
756
+ exports.createTooltip = ej2Ribbon.createTooltip;
757
+ exports.destroyTooltip = ej2Ribbon.destroyTooltip;
758
+ exports.updateTooltipProp = ej2Ribbon.updateTooltipProp;
759
+ exports.setCustomAttributes = ej2Ribbon.setCustomAttributes;
760
+ exports.RibbonTab = ej2Ribbon.RibbonTab;
761
+ exports.RibbonGroup = ej2Ribbon.RibbonGroup;
762
+ exports.RibbonCollection = ej2Ribbon.RibbonCollection;
763
+ exports.RibbonItem = ej2Ribbon.RibbonItem;
764
+ exports.RibbonButtonSettings = ej2Ribbon.RibbonButtonSettings;
765
+ exports.RibbonCheckBoxSettings = ej2Ribbon.RibbonCheckBoxSettings;
766
+ exports.RibbonColorPickerSettings = ej2Ribbon.RibbonColorPickerSettings;
767
+ exports.RibbonComboBoxSettings = ej2Ribbon.RibbonComboBoxSettings;
768
+ exports.RibbonDropDownSettings = ej2Ribbon.RibbonDropDownSettings;
769
+ exports.RibbonSplitButtonSettings = ej2Ribbon.RibbonSplitButtonSettings;
770
+ exports.FileMenuSettings = ej2Ribbon.FileMenuSettings;
771
+ exports.BackStageMenu = ej2Ribbon.BackStageMenu;
772
+ exports.BackstageBackButton = ej2Ribbon.BackstageBackButton;
773
+ exports.BackstageItem = ej2Ribbon.BackstageItem;
774
+ exports.RibbonTooltip = ej2Ribbon.RibbonTooltip;
775
+ exports.RibbonGroupButtonSettings = ej2Ribbon.RibbonGroupButtonSettings;
776
+ exports.RibbonGroupButtonItem = ej2Ribbon.RibbonGroupButtonItem;
777
+ exports.RibbonContextualTabSettings = ej2Ribbon.RibbonContextualTabSettings;
778
+ exports.RibbonGalleryGroup = ej2Ribbon.RibbonGalleryGroup;
779
+ exports.RibbonGalleryItem = ej2Ribbon.RibbonGalleryItem;
780
+ exports.RibbonGallerySettings = ej2Ribbon.RibbonGallerySettings;
781
+ exports.RibbonButton = ej2Ribbon.RibbonButton;
782
+ exports.RibbonCheckBox = ej2Ribbon.RibbonCheckBox;
783
+ exports.RibbonColorPicker = ej2Ribbon.RibbonColorPicker;
784
+ exports.RibbonComboBox = ej2Ribbon.RibbonComboBox;
785
+ exports.RibbonDropDown = ej2Ribbon.RibbonDropDown;
786
+ exports.RibbonSplitButton = ej2Ribbon.RibbonSplitButton;
787
+ exports.RibbonGroupButton = ej2Ribbon.RibbonGroupButton;
788
+ exports.RibbonGallery = ej2Ribbon.RibbonGallery;
789
+ exports.RibbonFileMenu = ej2Ribbon.RibbonFileMenu;
790
+ exports.RibbonBackstage = ej2Ribbon.RibbonBackstage;
791
+ exports.RibbonContextualTab = ej2Ribbon.RibbonContextualTab;
792
+ exports.RibbonKeyTip = ej2Ribbon.RibbonKeyTip;
793
+
794
+ Object.defineProperty(exports, '__esModule', { value: true });
795
+
796
+ })));
797
+ //# sourceMappingURL=ej2-angular-ribbon.umd.js.map