@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.
- package/@syncfusion/ej2-angular-ribbon.es5.js +118 -87
- package/@syncfusion/ej2-angular-ribbon.es5.js.map +1 -1
- package/@syncfusion/ej2-angular-ribbon.js +114 -87
- package/@syncfusion/ej2-angular-ribbon.js.map +1 -1
- package/CHANGELOG.md +7 -10
- package/README.md +5 -2
- package/dist/ej2-angular-ribbon.umd.js +133 -86
- package/dist/ej2-angular-ribbon.umd.js.map +1 -1
- package/dist/ej2-angular-ribbon.umd.min.js +2 -2
- package/dist/ej2-angular-ribbon.umd.min.js.map +1 -1
- package/ej2-angular-ribbon.metadata.json +1 -1
- package/package.json +9 -9
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/src/index.d.ts +2 -1
- package/src/ribbon/collections.directive.d.ts +0 -20
- package/src/ribbon/contextualtabs.directive.d.ts +44 -0
- package/src/ribbon/groups.directive.d.ts +10 -16
- package/src/ribbon/items.directive.d.ts +10 -24
- package/src/ribbon/ribbon-all.module.d.ts +3 -0
- package/src/ribbon/ribbon.component.d.ts +2 -0
- package/src/ribbon/tabs.directive.d.ts +5 -12
package/README.md
CHANGED
|
@@ -18,7 +18,7 @@ Trusted by the world's leading companies
|
|
|
18
18
|
<img src="https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/syncfusion/syncfusion-trusted-companies.webp" alt="Bootstrap logo">
|
|
19
19
|
</a>
|
|
20
20
|
</p>
|
|
21
|
-
|
|
21
|
+
|
|
22
22
|
## Setup
|
|
23
23
|
|
|
24
24
|
To install the Ribbon and its dependent packages, use the following command.
|
|
@@ -41,6 +41,9 @@ Ribbon component is also offered in the following list of frameworks.
|
|
|
41
41
|
* [Tooltip](https://ej2.syncfusion.com/angular/documentation/ribbon/tooltip): Provide additional information when a user hovers over a ribbon item, improving user experience and increasing the usability of the application.
|
|
42
42
|
* [File menu](https://ej2.syncfusion.com/angular/documentation/ribbon/filemenu): A built-in menu that to add file related actions easily.
|
|
43
43
|
* [Backstage](https://ej2.syncfusion.com/angular/documentation/ribbon/backstage): It is an extension of traditional file menu for displaying information, based on the user interactions with backstage options.
|
|
44
|
+
* `Gallery`: In addition to the existing items, a new item gallery has been added to the Ribbon component which allows users to perform specific actions by displaying a collection of related items including icons, content, or images.
|
|
45
|
+
* `Contextual Tabs`: It allows users to show ribbon tabs on demand when needed, by adding built-in and custom items to perform specific actions just like regular ribbon tabs.
|
|
46
|
+
* `KeyTips`: It enables users to quickly access the tabs or ribbon items by using unique key tips (up to 3 characters), activated with `Alt + Windows/Command keys` and closed or navigated back with the `Esc` key.
|
|
44
47
|
* [Templates](https://ej2.syncfusion.com/angular/documentation/ribbon/help-pane-template): Customize ribbon items and the help pane content using templates.
|
|
45
48
|
|
|
46
49
|
## Support
|
|
@@ -61,4 +64,4 @@ Product support is available through the following mediums.
|
|
|
61
64
|
|
|
62
65
|
See [LICENSE FILE](https://github.com/syncfusion/ej2-angular-ui-components/blob/master/license?utm_source=npm&utm_campaign=ribbon) for more info.
|
|
63
66
|
|
|
64
|
-
© Copyright 2024 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
|
|
67
|
+
© Copyright 2024 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-angular-ribbon.umd.js
|
|
3
|
-
* version :
|
|
3
|
+
* version : 25.1.35
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2023. All rights reserved.
|
|
5
5
|
* Use of this code is subject to the terms of our license.
|
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|
|
@@ -37,32 +37,8 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
37
37
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
|
|
38
38
|
return Reflect.metadata(k, v);
|
|
39
39
|
};
|
|
40
|
-
var input = ['activeSize', 'allowedSizes', 'buttonSettings', 'checkBoxSettings', 'colorPickerSettings', 'comboBoxSettings', 'cssClass', 'disabled', 'displayOptions', 'dropDownSettings', 'groupButtonSettings', 'id', 'itemTemplate', 'ribbonTooltipSettings', 'splitButtonSettings', 'type'];
|
|
40
|
+
var input = ['activeSize', 'allowedSizes', 'buttonSettings', 'checkBoxSettings', 'colorPickerSettings', 'comboBoxSettings', 'cssClass', 'disabled', 'displayOptions', 'dropDownSettings', 'gallerySettings', 'groupButtonSettings', 'id', 'itemTemplate', 'keyTip', 'ribbonTooltipSettings', 'splitButtonSettings', 'type'];
|
|
41
41
|
var outputs = [];
|
|
42
|
-
/**
|
|
43
|
-
* `e-ribbon-item` directive represent a item in the Angular Ribbon.
|
|
44
|
-
* ```html
|
|
45
|
-
* <ejs-ribbon>
|
|
46
|
-
* <e-ribbon-tabs>
|
|
47
|
-
* <e-ribbon-tab></e-ribbon-tab>
|
|
48
|
-
* <e-ribbon-tab>
|
|
49
|
-
* <e-ribbon-groups>
|
|
50
|
-
* <e-ribbon-group>
|
|
51
|
-
* <e-ribbon-collections>
|
|
52
|
-
* <e-ribbon-collection>
|
|
53
|
-
* <e-ribbon-items>
|
|
54
|
-
* <e-ribbon-item></e-ribbon-item>
|
|
55
|
-
* <e-ribbon-item></e-ribbon-item>
|
|
56
|
-
* </e-ribbon-items>
|
|
57
|
-
* </e-ribbon-collection>
|
|
58
|
-
* </e-ribbon-collections>
|
|
59
|
-
* </e-ribbon-group>
|
|
60
|
-
* </e-ribbon-groups>
|
|
61
|
-
* </e-ribbon-tab>
|
|
62
|
-
* </e-ribbon-tabs>
|
|
63
|
-
* </ejs-ribbon>
|
|
64
|
-
* ```
|
|
65
|
-
*/
|
|
66
42
|
var RibbonItemDirective = /** @class */ (function (_super) {
|
|
67
43
|
__extends(RibbonItemDirective, _super);
|
|
68
44
|
/**
|
|
@@ -123,26 +99,6 @@ RibbonItemsDirective.decorators = [
|
|
|
123
99
|
RibbonItemsDirective.ctorParameters = function () { return []; };
|
|
124
100
|
var input$1 = ['cssClass', 'id', 'items'];
|
|
125
101
|
var outputs$1 = [];
|
|
126
|
-
/**
|
|
127
|
-
* `e-ribbon-collection` directive represent a collection in the Angular Ribbon.
|
|
128
|
-
* ```html
|
|
129
|
-
* <ejs-ribbon>
|
|
130
|
-
* <e-ribbon-tabs>
|
|
131
|
-
* <e-ribbon-tab></e-ribbon-tab>
|
|
132
|
-
* <e-ribbon-tab>
|
|
133
|
-
* <e-ribbon-groups>
|
|
134
|
-
* <e-ribbon-group>
|
|
135
|
-
* <e-ribbon-collections>
|
|
136
|
-
* <e-ribbon-collection></e-ribbon-collection>
|
|
137
|
-
* <e-ribbon-collection></e-ribbon-collection>
|
|
138
|
-
* </e-ribbon-collections>
|
|
139
|
-
* </e-ribbon-group>
|
|
140
|
-
* </e-ribbon-groups>
|
|
141
|
-
* </e-ribbon-tab>
|
|
142
|
-
* </e-ribbon-tabs>
|
|
143
|
-
* </ejs-ribbon>
|
|
144
|
-
* ```
|
|
145
|
-
*/
|
|
146
102
|
var RibbonCollectionDirective = /** @class */ (function (_super) {
|
|
147
103
|
__extends(RibbonCollectionDirective, _super);
|
|
148
104
|
/**
|
|
@@ -197,24 +153,8 @@ RibbonCollectionsDirective.decorators = [
|
|
|
197
153
|
* @nocollapse
|
|
198
154
|
*/
|
|
199
155
|
RibbonCollectionsDirective.ctorParameters = function () { return []; };
|
|
200
|
-
var input$2 = ['collections', 'cssClass', 'enableGroupOverflow', 'groupIconCss', 'header', 'id', 'isCollapsed', 'isCollapsible', 'orientation', 'overflowHeader', 'priority', 'showLauncherIcon'];
|
|
156
|
+
var input$2 = ['collections', 'cssClass', 'enableGroupOverflow', 'groupIconCss', 'header', 'id', 'isCollapsed', 'isCollapsible', 'keyTip', 'launcherIconKeyTip', 'orientation', 'overflowHeader', 'priority', 'showLauncherIcon'];
|
|
201
157
|
var outputs$2 = [];
|
|
202
|
-
/**
|
|
203
|
-
* `e-ribbon-group` directive represent a group in the Angular Ribbon.
|
|
204
|
-
* ```html
|
|
205
|
-
* <ejs-ribbon>
|
|
206
|
-
* <e-ribbon-tabs>
|
|
207
|
-
* <e-ribbon-tab></e-ribbon-tab>
|
|
208
|
-
* <e-ribbon-tab>
|
|
209
|
-
* <e-ribbon-groups>
|
|
210
|
-
* <e-ribbon-group></e-ribbon-group>
|
|
211
|
-
* <e-ribbon-group></e-ribbon-group>
|
|
212
|
-
* </e-ribbon-groups>
|
|
213
|
-
* </e-ribbon-tab>
|
|
214
|
-
* </e-ribbon-tabs>
|
|
215
|
-
* </ejs-ribbon>
|
|
216
|
-
* ```
|
|
217
|
-
*/
|
|
218
158
|
var RibbonGroupDirective = /** @class */ (function (_super) {
|
|
219
159
|
__extends(RibbonGroupDirective, _super);
|
|
220
160
|
/**
|
|
@@ -269,20 +209,8 @@ RibbonGroupsDirective.decorators = [
|
|
|
269
209
|
* @nocollapse
|
|
270
210
|
*/
|
|
271
211
|
RibbonGroupsDirective.ctorParameters = function () { return []; };
|
|
272
|
-
var input$3 = ['cssClass', 'groups', 'header', 'id'];
|
|
212
|
+
var input$3 = ['cssClass', 'groups', 'header', 'id', 'keyTip'];
|
|
273
213
|
var outputs$3 = [];
|
|
274
|
-
/**
|
|
275
|
-
* `e-ribbon-tab` directive represent a tab of the Angular Ribbon.
|
|
276
|
-
* It must be contained in a Ribbon component(`ejs-ribbon`).
|
|
277
|
-
* ```html
|
|
278
|
-
* <ejs-ribbon>
|
|
279
|
-
* <e-ribbon-tabs>
|
|
280
|
-
* <e-ribbon-tab></e-ribbon-tab>
|
|
281
|
-
* <e-ribbon-tab></e-ribbon-tab>
|
|
282
|
-
* </e-ribbon-tabs>
|
|
283
|
-
* </ejs-ribbon>
|
|
284
|
-
* ```
|
|
285
|
-
*/
|
|
286
214
|
var RibbonTabDirective = /** @class */ (function (_super) {
|
|
287
215
|
__extends(RibbonTabDirective, _super);
|
|
288
216
|
/**
|
|
@@ -337,6 +265,74 @@ RibbonTabsDirective.decorators = [
|
|
|
337
265
|
* @nocollapse
|
|
338
266
|
*/
|
|
339
267
|
RibbonTabsDirective.ctorParameters = function () { return []; };
|
|
268
|
+
var input$4 = ['isSelected', 'tabs', 'visible'];
|
|
269
|
+
var outputs$4 = [];
|
|
270
|
+
/**
|
|
271
|
+
* `e-ribbon-contextual-tab` directive represent a contextual tab of the Angular Ribbon.
|
|
272
|
+
* It must be contained in a Ribbon component(`ejs-ribbon`).
|
|
273
|
+
* ```html
|
|
274
|
+
* <ejs-ribbon>
|
|
275
|
+
* <e-ribbon-contextual-tabs>
|
|
276
|
+
* <e-ribbon-contextual-tab>
|
|
277
|
+
* </e-ribbon-contextual-tab>
|
|
278
|
+
* </e-ribbon-contextual-tabs>
|
|
279
|
+
* </ejs-ribbon>
|
|
280
|
+
* ```
|
|
281
|
+
*/
|
|
282
|
+
var RibbonContextualTabDirective = /** @class */ (function (_super) {
|
|
283
|
+
__extends(RibbonContextualTabDirective, _super);
|
|
284
|
+
/**
|
|
285
|
+
* @param {?} viewContainerRef
|
|
286
|
+
*/
|
|
287
|
+
function RibbonContextualTabDirective(viewContainerRef) {
|
|
288
|
+
var _this = _super.call(this) || this;
|
|
289
|
+
_this.viewContainerRef = viewContainerRef;
|
|
290
|
+
_this.tags = ['tabs'];
|
|
291
|
+
ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
|
|
292
|
+
_this.registerEvents(outputs$4);
|
|
293
|
+
_this.directivePropList = input$4;
|
|
294
|
+
return _this;
|
|
295
|
+
}
|
|
296
|
+
return RibbonContextualTabDirective;
|
|
297
|
+
}(ej2AngularBase.ComplexBase));
|
|
298
|
+
RibbonContextualTabDirective.decorators = [
|
|
299
|
+
{ type: core.Directive, args: [{
|
|
300
|
+
selector: 'e-ribbon-contextual-tab',
|
|
301
|
+
inputs: input$4,
|
|
302
|
+
outputs: outputs$4,
|
|
303
|
+
queries: {
|
|
304
|
+
childTabs: new core.ContentChild(RibbonTabsDirective)
|
|
305
|
+
}
|
|
306
|
+
},] },
|
|
307
|
+
];
|
|
308
|
+
/**
|
|
309
|
+
* @nocollapse
|
|
310
|
+
*/
|
|
311
|
+
RibbonContextualTabDirective.ctorParameters = function () { return [
|
|
312
|
+
{ type: core.ViewContainerRef, },
|
|
313
|
+
]; };
|
|
314
|
+
/**
|
|
315
|
+
* RibbonContextualTab Array Directive
|
|
316
|
+
*/
|
|
317
|
+
var RibbonContextualTabsDirective = /** @class */ (function (_super) {
|
|
318
|
+
__extends(RibbonContextualTabsDirective, _super);
|
|
319
|
+
function RibbonContextualTabsDirective() {
|
|
320
|
+
return _super.call(this, 'contextualtabs') || this;
|
|
321
|
+
}
|
|
322
|
+
return RibbonContextualTabsDirective;
|
|
323
|
+
}(ej2AngularBase.ArrayBase));
|
|
324
|
+
RibbonContextualTabsDirective.decorators = [
|
|
325
|
+
{ type: core.Directive, args: [{
|
|
326
|
+
selector: 'e-ribbon-contextual-tabs',
|
|
327
|
+
queries: {
|
|
328
|
+
children: new core.ContentChildren(RibbonContextualTabDirective)
|
|
329
|
+
},
|
|
330
|
+
},] },
|
|
331
|
+
];
|
|
332
|
+
/**
|
|
333
|
+
* @nocollapse
|
|
334
|
+
*/
|
|
335
|
+
RibbonContextualTabsDirective.ctorParameters = function () { return []; };
|
|
340
336
|
var __decorate$1 = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
341
337
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
342
338
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
|
|
@@ -351,8 +347,8 @@ var __metadata$1 = (this && this.__metadata) || function (k, v) {
|
|
|
351
347
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
|
|
352
348
|
return Reflect.metadata(k, v);
|
|
353
349
|
};
|
|
354
|
-
var inputs = ['activeLayout', 'backStageMenu', 'cssClass', 'enablePersistence', 'enableRtl', 'fileMenu', 'helpPaneTemplate', 'hideLayoutSwitcher', 'isMinimized', 'launcherIconCss', 'locale', 'selectedTab', 'tabAnimation', 'tabs', 'width'];
|
|
355
|
-
var outputs$
|
|
350
|
+
var inputs = ['activeLayout', 'backStageMenu', 'contextualTabs', 'cssClass', 'enableKeyTips', 'enablePersistence', 'enableRtl', 'fileMenu', 'helpPaneTemplate', 'hideLayoutSwitcher', 'isMinimized', 'launcherIconCss', 'layoutSwitcherKeyTip', 'locale', 'selectedTab', 'tabAnimation', 'tabs', 'width'];
|
|
351
|
+
var outputs$5 = ['created', 'launcherIconClick', 'overflowPopupClose', 'overflowPopupOpen', 'ribbonCollapsing', 'ribbonExpanding', 'tabSelected', 'tabSelecting'];
|
|
356
352
|
var twoWays = [''];
|
|
357
353
|
/**
|
|
358
354
|
* Represents the Essential JS 2 Angular Ribbon Component.
|
|
@@ -374,7 +370,7 @@ exports.RibbonComponent = /** @class */ (function (_super) {
|
|
|
374
370
|
_this.srenderer = srenderer;
|
|
375
371
|
_this.viewContainerRef = viewContainerRef;
|
|
376
372
|
_this.injector = injector;
|
|
377
|
-
_this.tags = ['tabs'];
|
|
373
|
+
_this.tags = ['tabs', 'contextualTabs'];
|
|
378
374
|
_this.element = _this.ngEle.nativeElement;
|
|
379
375
|
_this.injectedModules = _this.injectedModules || [];
|
|
380
376
|
try {
|
|
@@ -440,7 +436,28 @@ exports.RibbonComponent = /** @class */ (function (_super) {
|
|
|
440
436
|
}
|
|
441
437
|
}
|
|
442
438
|
catch (_j) { }
|
|
443
|
-
|
|
439
|
+
try {
|
|
440
|
+
var mod = _this.injector.get('RibbonRibbonKeyTip');
|
|
441
|
+
if (_this.injectedModules.indexOf(mod) === -1) {
|
|
442
|
+
_this.injectedModules.push(mod);
|
|
443
|
+
}
|
|
444
|
+
}
|
|
445
|
+
catch (_k) { }
|
|
446
|
+
try {
|
|
447
|
+
var mod = _this.injector.get('RibbonRibbonContextualTab');
|
|
448
|
+
if (_this.injectedModules.indexOf(mod) === -1) {
|
|
449
|
+
_this.injectedModules.push(mod);
|
|
450
|
+
}
|
|
451
|
+
}
|
|
452
|
+
catch (_l) { }
|
|
453
|
+
try {
|
|
454
|
+
var mod = _this.injector.get('RibbonRibbonGallery');
|
|
455
|
+
if (_this.injectedModules.indexOf(mod) === -1) {
|
|
456
|
+
_this.injectedModules.push(mod);
|
|
457
|
+
}
|
|
458
|
+
}
|
|
459
|
+
catch (_m) { }
|
|
460
|
+
_this.registerEvents(outputs$5);
|
|
444
461
|
_this.addTwoWay.call(_this, twoWays);
|
|
445
462
|
ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
|
|
446
463
|
_this.containerContext = new ej2AngularBase.ComponentBase();
|
|
@@ -469,6 +486,9 @@ exports.RibbonComponent = /** @class */ (function (_super) {
|
|
|
469
486
|
*/
|
|
470
487
|
RibbonComponent.prototype.ngAfterContentChecked = function () {
|
|
471
488
|
this.tagObjects[0].instance = this.childTabs;
|
|
489
|
+
if (this.childContextualTabs) {
|
|
490
|
+
this.tagObjects[1].instance = /** @type {?} */ (this.childContextualTabs);
|
|
491
|
+
}
|
|
472
492
|
this.containerContext.ngAfterContentChecked(this);
|
|
473
493
|
};
|
|
474
494
|
return RibbonComponent;
|
|
@@ -477,11 +497,12 @@ exports.RibbonComponent.decorators = [
|
|
|
477
497
|
{ type: core.Component, args: [{
|
|
478
498
|
selector: 'ejs-ribbon',
|
|
479
499
|
inputs: inputs,
|
|
480
|
-
outputs: outputs$
|
|
500
|
+
outputs: outputs$5,
|
|
481
501
|
template: "<ng-content select='div'></ng-content>",
|
|
482
502
|
changeDetection: core.ChangeDetectionStrategy.OnPush,
|
|
483
503
|
queries: {
|
|
484
|
-
childTabs: new core.ContentChild(RibbonTabsDirective)
|
|
504
|
+
childTabs: new core.ContentChild(RibbonTabsDirective),
|
|
505
|
+
childContextualTabs: new core.ContentChild(RibbonContextualTabsDirective)
|
|
485
506
|
}
|
|
486
507
|
},] },
|
|
487
508
|
];
|
|
@@ -528,7 +549,9 @@ RibbonModule.decorators = [
|
|
|
528
549
|
RibbonGroupDirective,
|
|
529
550
|
RibbonGroupsDirective,
|
|
530
551
|
RibbonTabDirective,
|
|
531
|
-
RibbonTabsDirective
|
|
552
|
+
RibbonTabsDirective,
|
|
553
|
+
RibbonContextualTabDirective,
|
|
554
|
+
RibbonContextualTabsDirective
|
|
532
555
|
],
|
|
533
556
|
exports: [
|
|
534
557
|
exports.RibbonComponent,
|
|
@@ -539,7 +562,9 @@ RibbonModule.decorators = [
|
|
|
539
562
|
RibbonGroupDirective,
|
|
540
563
|
RibbonGroupsDirective,
|
|
541
564
|
RibbonTabDirective,
|
|
542
|
-
RibbonTabsDirective
|
|
565
|
+
RibbonTabsDirective,
|
|
566
|
+
RibbonContextualTabDirective,
|
|
567
|
+
RibbonContextualTabsDirective
|
|
543
568
|
]
|
|
544
569
|
},] },
|
|
545
570
|
];
|
|
@@ -556,6 +581,9 @@ var RibbonComboBoxService = { provide: 'RibbonRibbonComboBox', useValue: ej2Ribb
|
|
|
556
581
|
var RibbonGroupButtonService = { provide: 'RibbonRibbonGroupButton', useValue: ej2Ribbon.RibbonGroupButton };
|
|
557
582
|
var RibbonFileMenuService = { provide: 'RibbonRibbonFileMenu', useValue: ej2Ribbon.RibbonFileMenu };
|
|
558
583
|
var RibbonBackstageService = { provide: 'RibbonRibbonBackstage', useValue: ej2Ribbon.RibbonBackstage };
|
|
584
|
+
var RibbonKeyTipService = { provide: 'RibbonRibbonKeyTip', useValue: ej2Ribbon.RibbonKeyTip };
|
|
585
|
+
var RibbonContextualTabService = { provide: 'RibbonRibbonContextualTab', useValue: ej2Ribbon.RibbonContextualTab };
|
|
586
|
+
var RibbonGalleryService = { provide: 'RibbonRibbonGallery', useValue: ej2Ribbon.RibbonGallery };
|
|
559
587
|
/**
|
|
560
588
|
* NgModule definition for the Ribbon component with providers.
|
|
561
589
|
*/
|
|
@@ -579,7 +607,10 @@ RibbonAllModule.decorators = [
|
|
|
579
607
|
RibbonComboBoxService,
|
|
580
608
|
RibbonGroupButtonService,
|
|
581
609
|
RibbonFileMenuService,
|
|
582
|
-
RibbonBackstageService
|
|
610
|
+
RibbonBackstageService,
|
|
611
|
+
RibbonKeyTipService,
|
|
612
|
+
RibbonContextualTabService,
|
|
613
|
+
RibbonGalleryService
|
|
583
614
|
]
|
|
584
615
|
},] },
|
|
585
616
|
];
|
|
@@ -596,6 +627,8 @@ exports.RibbonGroupDirective = RibbonGroupDirective;
|
|
|
596
627
|
exports.RibbonGroupsDirective = RibbonGroupsDirective;
|
|
597
628
|
exports.RibbonTabDirective = RibbonTabDirective;
|
|
598
629
|
exports.RibbonTabsDirective = RibbonTabsDirective;
|
|
630
|
+
exports.RibbonContextualTabDirective = RibbonContextualTabDirective;
|
|
631
|
+
exports.RibbonContextualTabsDirective = RibbonContextualTabsDirective;
|
|
599
632
|
exports.RibbonModule = RibbonModule;
|
|
600
633
|
exports.RibbonAllModule = RibbonAllModule;
|
|
601
634
|
exports.RibbonButtonService = RibbonButtonService;
|
|
@@ -607,8 +640,11 @@ exports.RibbonComboBoxService = RibbonComboBoxService;
|
|
|
607
640
|
exports.RibbonGroupButtonService = RibbonGroupButtonService;
|
|
608
641
|
exports.RibbonFileMenuService = RibbonFileMenuService;
|
|
609
642
|
exports.RibbonBackstageService = RibbonBackstageService;
|
|
643
|
+
exports.RibbonKeyTipService = RibbonKeyTipService;
|
|
644
|
+
exports.RibbonContextualTabService = RibbonContextualTabService;
|
|
645
|
+
exports.RibbonGalleryService = RibbonGalleryService;
|
|
610
646
|
exports.ɵa = inputs;
|
|
611
|
-
exports.ɵb = outputs$
|
|
647
|
+
exports.ɵb = outputs$5;
|
|
612
648
|
exports.Ribbon = ej2Ribbon.Ribbon;
|
|
613
649
|
exports.RibbonLayout = ej2Ribbon.RibbonLayout;
|
|
614
650
|
exports.ItemOrientation = ej2Ribbon.ItemOrientation;
|
|
@@ -627,10 +663,12 @@ exports.RIBBON_HOVER = ej2Ribbon.RIBBON_HOVER;
|
|
|
627
663
|
exports.RIBBON_CONTROL = ej2Ribbon.RIBBON_CONTROL;
|
|
628
664
|
exports.RIBBON_POPUP_CONTROL = ej2Ribbon.RIBBON_POPUP_CONTROL;
|
|
629
665
|
exports.RIBBON_POPUP_OPEN = ej2Ribbon.RIBBON_POPUP_OPEN;
|
|
666
|
+
exports.RIBBON_KEYTIP = ej2Ribbon.RIBBON_KEYTIP;
|
|
630
667
|
exports.SPACE = ej2Ribbon.SPACE;
|
|
631
668
|
exports.HORIZONTAL_SCROLLBAR = ej2Ribbon.HORIZONTAL_SCROLLBAR;
|
|
632
669
|
exports.HIDE_CSS = ej2Ribbon.HIDE_CSS;
|
|
633
670
|
exports.RIBBON_TAB = ej2Ribbon.RIBBON_TAB;
|
|
671
|
+
exports.RIBBON_CONTEXTUAL_TAB = ej2Ribbon.RIBBON_CONTEXTUAL_TAB;
|
|
634
672
|
exports.RIBBON_TAB_ACTIVE = ej2Ribbon.RIBBON_TAB_ACTIVE;
|
|
635
673
|
exports.RIBBON_TAB_ITEM = ej2Ribbon.RIBBON_TAB_ITEM;
|
|
636
674
|
exports.RIBBON_COLLAPSE_BUTTON = ej2Ribbon.RIBBON_COLLAPSE_BUTTON;
|
|
@@ -647,6 +685,7 @@ exports.RIBBON_SINGLE_BUTTON_SELECTION = ej2Ribbon.RIBBON_SINGLE_BUTTON_SELECTIO
|
|
|
647
685
|
exports.RIBBON_MULTIPLE_BUTTON_SELECTION = ej2Ribbon.RIBBON_MULTIPLE_BUTTON_SELECTION;
|
|
648
686
|
exports.RIBBON_GROUP_BUTTON = ej2Ribbon.RIBBON_GROUP_BUTTON;
|
|
649
687
|
exports.RIBBON_GROUP_BUTTON_OVERFLOW_POPUP = ej2Ribbon.RIBBON_GROUP_BUTTON_OVERFLOW_POPUP;
|
|
688
|
+
exports.RIBBON_GROUP_BUTTON_CONTENT = ej2Ribbon.RIBBON_GROUP_BUTTON_CONTENT;
|
|
650
689
|
exports.RIBBON_GROUP_CONTAINER = ej2Ribbon.RIBBON_GROUP_CONTAINER;
|
|
651
690
|
exports.RIBBON_OF_TAB_CONTAINER = ej2Ribbon.RIBBON_OF_TAB_CONTAINER;
|
|
652
691
|
exports.RIBBON_OF_GROUP_CONTAINER = ej2Ribbon.RIBBON_OF_GROUP_CONTAINER;
|
|
@@ -709,6 +748,7 @@ exports.RIBBON_MENU_LIST = ej2Ribbon.RIBBON_MENU_LIST;
|
|
|
709
748
|
exports.RIBBON_FOOTER_MENU_LIST = ej2Ribbon.RIBBON_FOOTER_MENU_LIST;
|
|
710
749
|
exports.RIBBON_HELP_PANE_TEMPLATE_ID = ej2Ribbon.RIBBON_HELP_PANE_TEMPLATE_ID;
|
|
711
750
|
exports.RIBBON_GROUP_BUTTON_ID = ej2Ribbon.RIBBON_GROUP_BUTTON_ID;
|
|
751
|
+
exports.RIBBON_KEYTIP_ID = ej2Ribbon.RIBBON_KEYTIP_ID;
|
|
712
752
|
exports.RIBBON_FILE_MENU_WIDTH = ej2Ribbon.RIBBON_FILE_MENU_WIDTH;
|
|
713
753
|
exports.RIBBON_HELP_PANE_TEMPLATE_WIDTH = ej2Ribbon.RIBBON_HELP_PANE_TEMPLATE_WIDTH;
|
|
714
754
|
exports.getIndex = ej2Ribbon.getIndex;
|
|
@@ -743,6 +783,10 @@ exports.BackstageItem = ej2Ribbon.BackstageItem;
|
|
|
743
783
|
exports.RibbonTooltip = ej2Ribbon.RibbonTooltip;
|
|
744
784
|
exports.RibbonGroupButtonSettings = ej2Ribbon.RibbonGroupButtonSettings;
|
|
745
785
|
exports.RibbonGroupButtonItem = ej2Ribbon.RibbonGroupButtonItem;
|
|
786
|
+
exports.RibbonContextualTabSettings = ej2Ribbon.RibbonContextualTabSettings;
|
|
787
|
+
exports.RibbonGalleryGroup = ej2Ribbon.RibbonGalleryGroup;
|
|
788
|
+
exports.RibbonGalleryItem = ej2Ribbon.RibbonGalleryItem;
|
|
789
|
+
exports.RibbonGallerySettings = ej2Ribbon.RibbonGallerySettings;
|
|
746
790
|
exports.RibbonButton = ej2Ribbon.RibbonButton;
|
|
747
791
|
exports.RibbonCheckBox = ej2Ribbon.RibbonCheckBox;
|
|
748
792
|
exports.RibbonColorPicker = ej2Ribbon.RibbonColorPicker;
|
|
@@ -750,8 +794,11 @@ exports.RibbonComboBox = ej2Ribbon.RibbonComboBox;
|
|
|
750
794
|
exports.RibbonDropDown = ej2Ribbon.RibbonDropDown;
|
|
751
795
|
exports.RibbonSplitButton = ej2Ribbon.RibbonSplitButton;
|
|
752
796
|
exports.RibbonGroupButton = ej2Ribbon.RibbonGroupButton;
|
|
797
|
+
exports.RibbonGallery = ej2Ribbon.RibbonGallery;
|
|
753
798
|
exports.RibbonFileMenu = ej2Ribbon.RibbonFileMenu;
|
|
754
799
|
exports.RibbonBackstage = ej2Ribbon.RibbonBackstage;
|
|
800
|
+
exports.RibbonContextualTab = ej2Ribbon.RibbonContextualTab;
|
|
801
|
+
exports.RibbonKeyTip = ej2Ribbon.RibbonKeyTip;
|
|
755
802
|
|
|
756
803
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
757
804
|
|