@syncfusion/ej2-angular-ribbon 23.2.5 → 23.2.7-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 +584 -0
- package/@syncfusion/ej2-angular-ribbon.es5.js.map +1 -0
- package/@syncfusion/ej2-angular-ribbon.js +544 -0
- package/@syncfusion/ej2-angular-ribbon.js.map +1 -0
- package/CHANGELOG.md +70 -0
- package/dist/ej2-angular-ribbon.umd.js +759 -0
- package/dist/ej2-angular-ribbon.umd.js.map +1 -0
- package/dist/ej2-angular-ribbon.umd.min.js +11 -0
- package/dist/ej2-angular-ribbon.umd.min.js.map +1 -0
- package/ej2-angular-ribbon.d.ts +5 -0
- package/ej2-angular-ribbon.metadata.json +1 -0
- package/package.json +14 -28
- package/postinstall/tagchange.js +18 -0
- package/schematics/collection.json +10 -0
- package/schematics/ng-add/index.d.ts +3 -0
- package/schematics/ng-add/index.js +9 -0
- package/schematics/ng-add/index.ts +10 -0
- package/schematics/ng-add/schema.d.ts +13 -0
- package/schematics/ng-add/schema.js +2 -0
- package/schematics/ng-add/schema.json +34 -0
- package/schematics/ng-add/schema.ts +30 -0
- package/schematics/tsconfig.json +25 -0
- package/schematics/utils/lib-details.d.ts +4 -0
- package/schematics/utils/lib-details.js +6 -0
- package/schematics/utils/lib-details.ts +4 -0
- package/src/ribbon/collections.directive.d.ts +0 -5
- package/src/ribbon/groups.directive.d.ts +0 -5
- package/src/ribbon/items.directive.d.ts +0 -5
- package/src/ribbon/ribbon-all.module.d.ts +0 -6
- package/src/ribbon/ribbon.component.d.ts +2 -3
- package/src/ribbon/ribbon.module.d.ts +0 -10
- package/src/ribbon/tabs.directive.d.ts +0 -5
- package/styles/bootstrap-dark.css +7 -3
- package/styles/bootstrap.css +7 -3
- package/styles/bootstrap4.css +7 -3
- package/styles/bootstrap5-dark.css +7 -3
- package/styles/bootstrap5.css +7 -3
- package/styles/fabric-dark.css +7 -3
- package/styles/fabric.css +7 -3
- package/styles/fluent-dark.css +7 -3
- package/styles/fluent.css +7 -3
- package/styles/highcontrast-light.css +7 -3
- package/styles/highcontrast.css +7 -3
- package/styles/material-dark.css +7 -3
- package/styles/material.css +7 -3
- package/styles/material3-dark.css +7 -3
- package/styles/material3-dark.scss +0 -1
- package/styles/material3.css +7 -3
- package/styles/material3.scss +0 -1
- package/styles/ribbon/bootstrap-dark.css +7 -3
- package/styles/ribbon/bootstrap-dark.scss +1 -18
- package/styles/ribbon/bootstrap.css +7 -3
- package/styles/ribbon/bootstrap.scss +1 -18
- package/styles/ribbon/bootstrap4.css +7 -3
- package/styles/ribbon/bootstrap4.scss +1 -18
- package/styles/ribbon/bootstrap5-dark.css +7 -3
- package/styles/ribbon/bootstrap5-dark.scss +1 -18
- package/styles/ribbon/bootstrap5.css +7 -3
- package/styles/ribbon/bootstrap5.scss +1 -18
- package/styles/ribbon/fabric-dark.css +7 -3
- package/styles/ribbon/fabric-dark.scss +1 -18
- package/styles/ribbon/fabric.css +7 -3
- package/styles/ribbon/fabric.scss +1 -18
- package/styles/ribbon/fluent-dark.css +7 -3
- package/styles/ribbon/fluent-dark.scss +1 -18
- package/styles/ribbon/fluent.css +7 -3
- package/styles/ribbon/fluent.scss +1 -18
- package/styles/ribbon/highcontrast-light.css +7 -3
- package/styles/ribbon/highcontrast-light.scss +1 -17
- package/styles/ribbon/highcontrast.css +7 -3
- package/styles/ribbon/highcontrast.scss +1 -18
- package/styles/ribbon/material-dark.css +7 -3
- package/styles/ribbon/material-dark.scss +1 -18
- package/styles/ribbon/material.css +7 -3
- package/styles/ribbon/material.scss +1 -18
- package/styles/ribbon/material3-dark.css +7 -3
- package/styles/ribbon/material3-dark.scss +1 -18
- package/styles/ribbon/material3.css +7 -3
- package/styles/ribbon/material3.scss +1 -18
- package/styles/ribbon/tailwind-dark.css +7 -3
- package/styles/ribbon/tailwind-dark.scss +1 -18
- package/styles/ribbon/tailwind.css +7 -3
- package/styles/ribbon/tailwind.scss +1 -18
- package/styles/tailwind-dark.css +7 -3
- package/styles/tailwind.css +7 -3
- package/esm2020/public_api.mjs +0 -3
- package/esm2020/src/index.mjs +0 -9
- package/esm2020/src/ribbon/collections.directive.mjs +0 -70
- package/esm2020/src/ribbon/groups.directive.mjs +0 -66
- package/esm2020/src/ribbon/items.directive.mjs +0 -78
- package/esm2020/src/ribbon/ribbon-all.module.mjs +0 -53
- package/esm2020/src/ribbon/ribbon.component.mjs +0 -134
- package/esm2020/src/ribbon/ribbon.module.mjs +0 -61
- package/esm2020/src/ribbon/tabs.directive.mjs +0 -62
- package/esm2020/syncfusion-ej2-angular-ribbon.mjs +0 -5
- package/fesm2015/syncfusion-ej2-angular-ribbon.mjs +0 -502
- package/fesm2015/syncfusion-ej2-angular-ribbon.mjs.map +0 -1
- package/fesm2020/syncfusion-ej2-angular-ribbon.mjs +0 -502
- package/fesm2020/syncfusion-ej2-angular-ribbon.mjs.map +0 -1
- package/styles/ribbon/_all.scss +0 -2
- package/styles/ribbon/_bootstrap-dark-definition.scss +0 -275
- package/styles/ribbon/_bootstrap-definition.scss +0 -275
- package/styles/ribbon/_bootstrap4-definition.scss +0 -275
- package/styles/ribbon/_bootstrap5-dark-definition.scss +0 -1
- package/styles/ribbon/_bootstrap5-definition.scss +0 -275
- package/styles/ribbon/_fabric-dark-definition.scss +0 -275
- package/styles/ribbon/_fabric-definition.scss +0 -275
- package/styles/ribbon/_fluent-dark-definition.scss +0 -1
- package/styles/ribbon/_fluent-definition.scss +0 -275
- package/styles/ribbon/_fusionnew-definition.scss +0 -275
- package/styles/ribbon/_highcontrast-definition.scss +0 -275
- package/styles/ribbon/_highcontrast-light-definition.scss +0 -275
- package/styles/ribbon/_layout.scss +0 -1402
- package/styles/ribbon/_material-dark-definition.scss +0 -275
- package/styles/ribbon/_material-definition.scss +0 -275
- package/styles/ribbon/_material3-dark-definition.scss +0 -1
- package/styles/ribbon/_material3-definition.scss +0 -276
- package/styles/ribbon/_tailwind-dark-definition.scss +0 -1
- package/styles/ribbon/_tailwind-definition.scss +0 -275
- package/styles/ribbon/_theme.scss +0 -486
- package/styles/ribbon/icons/_bootstrap-dark.scss +0 -9
- package/styles/ribbon/icons/_bootstrap.scss +0 -9
- package/styles/ribbon/icons/_bootstrap4.scss +0 -9
- package/styles/ribbon/icons/_bootstrap5-dark.scss +0 -1
- package/styles/ribbon/icons/_bootstrap5.scss +0 -9
- package/styles/ribbon/icons/_fabric-dark.scss +0 -9
- package/styles/ribbon/icons/_fabric.scss +0 -9
- package/styles/ribbon/icons/_fluent-dark.scss +0 -1
- package/styles/ribbon/icons/_fluent.scss +0 -9
- package/styles/ribbon/icons/_fusionnew.scss +0 -9
- package/styles/ribbon/icons/_highcontrast.scss +0 -9
- package/styles/ribbon/icons/_material-dark.scss +0 -9
- package/styles/ribbon/icons/_material.scss +0 -9
- package/styles/ribbon/icons/_material3-dark.scss +0 -1
- package/styles/ribbon/icons/_material3.scss +0 -9
- package/styles/ribbon/icons/_tailwind-dark.scss +0 -9
- package/styles/ribbon/icons/_tailwind.scss +0 -9
- package/syncfusion-ej2-angular-ribbon.d.ts +0 -5
|
@@ -1,502 +0,0 @@
|
|
|
1
|
-
import { __decorate } from 'tslib';
|
|
2
|
-
import * as i0 from '@angular/core';
|
|
3
|
-
import { Directive, ContentChild, ContentChildren, Component, ChangeDetectionStrategy, NgModule } from '@angular/core';
|
|
4
|
-
import { ComplexBase, setValue, Template, ArrayBase, ComponentBase, ComponentMixins } from '@syncfusion/ej2-angular-base';
|
|
5
|
-
import { Ribbon, RibbonButton, RibbonDropDown, RibbonSplitButton, RibbonCheckBox, RibbonColorPicker, RibbonComboBox, RibbonGroupButton, RibbonFileMenu, RibbonBackstage } from '@syncfusion/ej2-ribbon';
|
|
6
|
-
export * from '@syncfusion/ej2-ribbon';
|
|
7
|
-
import { CommonModule } from '@angular/common';
|
|
8
|
-
|
|
9
|
-
let input$3 = ['activeSize', 'allowedSizes', 'buttonSettings', 'checkBoxSettings', 'colorPickerSettings', 'comboBoxSettings', 'cssClass', 'disabled', 'displayOptions', 'dropDownSettings', 'groupButtonSettings', 'id', 'itemTemplate', 'ribbonTooltipSettings', 'splitButtonSettings', 'type'];
|
|
10
|
-
let outputs$4 = [];
|
|
11
|
-
/**
|
|
12
|
-
* `e-ribbon-item` directive represent a item in the Angular Ribbon.
|
|
13
|
-
* ```html
|
|
14
|
-
* <ejs-ribbon>
|
|
15
|
-
* <e-ribbon-tabs>
|
|
16
|
-
* <e-ribbon-tab></e-ribbon-tab>
|
|
17
|
-
* <e-ribbon-tab>
|
|
18
|
-
* <e-ribbon-groups>
|
|
19
|
-
* <e-ribbon-group>
|
|
20
|
-
* <e-ribbon-collections>
|
|
21
|
-
* <e-ribbon-collection>
|
|
22
|
-
* <e-ribbon-items>
|
|
23
|
-
* <e-ribbon-item></e-ribbon-item>
|
|
24
|
-
* <e-ribbon-item></e-ribbon-item>
|
|
25
|
-
* </e-ribbon-items>
|
|
26
|
-
* </e-ribbon-collection>
|
|
27
|
-
* </e-ribbon-collections>
|
|
28
|
-
* </e-ribbon-group>
|
|
29
|
-
* </e-ribbon-groups>
|
|
30
|
-
* </e-ribbon-tab>
|
|
31
|
-
* </e-ribbon-tabs>
|
|
32
|
-
* </ejs-ribbon>
|
|
33
|
-
* ```
|
|
34
|
-
*/
|
|
35
|
-
class RibbonItemDirective extends ComplexBase {
|
|
36
|
-
constructor(viewContainerRef) {
|
|
37
|
-
super();
|
|
38
|
-
this.viewContainerRef = viewContainerRef;
|
|
39
|
-
setValue('currentInstance', this, this.viewContainerRef);
|
|
40
|
-
this.registerEvents(outputs$4);
|
|
41
|
-
this.directivePropList = input$3;
|
|
42
|
-
}
|
|
43
|
-
}
|
|
44
|
-
RibbonItemDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RibbonItemDirective, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
45
|
-
RibbonItemDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: RibbonItemDirective, selector: "e-ribbon-item", inputs: { activeSize: "activeSize", allowedSizes: "allowedSizes", buttonSettings: "buttonSettings", checkBoxSettings: "checkBoxSettings", colorPickerSettings: "colorPickerSettings", comboBoxSettings: "comboBoxSettings", cssClass: "cssClass", disabled: "disabled", displayOptions: "displayOptions", dropDownSettings: "dropDownSettings", groupButtonSettings: "groupButtonSettings", id: "id", itemTemplate: "itemTemplate", ribbonTooltipSettings: "ribbonTooltipSettings", splitButtonSettings: "splitButtonSettings", type: "type" }, queries: [{ propertyName: "itemTemplate", first: true, predicate: ["itemTemplate"], descendants: true }], usesInheritance: true, ngImport: i0 });
|
|
46
|
-
__decorate([
|
|
47
|
-
Template()
|
|
48
|
-
], RibbonItemDirective.prototype, "itemTemplate", void 0);
|
|
49
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RibbonItemDirective, decorators: [{
|
|
50
|
-
type: Directive,
|
|
51
|
-
args: [{
|
|
52
|
-
selector: 'e-ribbon-item',
|
|
53
|
-
inputs: input$3,
|
|
54
|
-
outputs: outputs$4,
|
|
55
|
-
queries: {}
|
|
56
|
-
}]
|
|
57
|
-
}], ctorParameters: function () { return [{ type: i0.ViewContainerRef }]; }, propDecorators: { itemTemplate: [{
|
|
58
|
-
type: ContentChild,
|
|
59
|
-
args: ['itemTemplate']
|
|
60
|
-
}] } });
|
|
61
|
-
/**
|
|
62
|
-
* RibbonItem Array Directive
|
|
63
|
-
* @private
|
|
64
|
-
*/
|
|
65
|
-
class RibbonItemsDirective extends ArrayBase {
|
|
66
|
-
constructor() {
|
|
67
|
-
super('items');
|
|
68
|
-
}
|
|
69
|
-
}
|
|
70
|
-
RibbonItemsDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RibbonItemsDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
71
|
-
RibbonItemsDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: RibbonItemsDirective, selector: "e-ribbon-items", queries: [{ propertyName: "children", predicate: RibbonItemDirective }], usesInheritance: true, ngImport: i0 });
|
|
72
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RibbonItemsDirective, decorators: [{
|
|
73
|
-
type: Directive,
|
|
74
|
-
args: [{
|
|
75
|
-
selector: 'e-ribbon-items',
|
|
76
|
-
queries: {
|
|
77
|
-
children: new ContentChildren(RibbonItemDirective)
|
|
78
|
-
},
|
|
79
|
-
}]
|
|
80
|
-
}], ctorParameters: function () { return []; } });
|
|
81
|
-
|
|
82
|
-
let input$2 = ['cssClass', 'id', 'items'];
|
|
83
|
-
let outputs$3 = [];
|
|
84
|
-
/**
|
|
85
|
-
* `e-ribbon-collection` directive represent a collection in the Angular Ribbon.
|
|
86
|
-
* ```html
|
|
87
|
-
* <ejs-ribbon>
|
|
88
|
-
* <e-ribbon-tabs>
|
|
89
|
-
* <e-ribbon-tab></e-ribbon-tab>
|
|
90
|
-
* <e-ribbon-tab>
|
|
91
|
-
* <e-ribbon-groups>
|
|
92
|
-
* <e-ribbon-group>
|
|
93
|
-
* <e-ribbon-collections>
|
|
94
|
-
* <e-ribbon-collection></e-ribbon-collection>
|
|
95
|
-
* <e-ribbon-collection></e-ribbon-collection>
|
|
96
|
-
* </e-ribbon-collections>
|
|
97
|
-
* </e-ribbon-group>
|
|
98
|
-
* </e-ribbon-groups>
|
|
99
|
-
* </e-ribbon-tab>
|
|
100
|
-
* </e-ribbon-tabs>
|
|
101
|
-
* </ejs-ribbon>
|
|
102
|
-
* ```
|
|
103
|
-
*/
|
|
104
|
-
class RibbonCollectionDirective extends ComplexBase {
|
|
105
|
-
constructor(viewContainerRef) {
|
|
106
|
-
super();
|
|
107
|
-
this.viewContainerRef = viewContainerRef;
|
|
108
|
-
this.tags = ['items'];
|
|
109
|
-
setValue('currentInstance', this, this.viewContainerRef);
|
|
110
|
-
this.registerEvents(outputs$3);
|
|
111
|
-
this.directivePropList = input$2;
|
|
112
|
-
}
|
|
113
|
-
}
|
|
114
|
-
RibbonCollectionDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RibbonCollectionDirective, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
115
|
-
RibbonCollectionDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: RibbonCollectionDirective, selector: "e-ribbon-collection", inputs: { cssClass: "cssClass", id: "id", items: "items" }, queries: [{ propertyName: "childItems", first: true, predicate: RibbonItemsDirective, descendants: true }], usesInheritance: true, ngImport: i0 });
|
|
116
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RibbonCollectionDirective, decorators: [{
|
|
117
|
-
type: Directive,
|
|
118
|
-
args: [{
|
|
119
|
-
selector: 'e-ribbon-collection',
|
|
120
|
-
inputs: input$2,
|
|
121
|
-
outputs: outputs$3,
|
|
122
|
-
queries: {
|
|
123
|
-
childItems: new ContentChild(RibbonItemsDirective)
|
|
124
|
-
}
|
|
125
|
-
}]
|
|
126
|
-
}], ctorParameters: function () { return [{ type: i0.ViewContainerRef }]; } });
|
|
127
|
-
/**
|
|
128
|
-
* RibbonCollection Array Directive
|
|
129
|
-
* @private
|
|
130
|
-
*/
|
|
131
|
-
class RibbonCollectionsDirective extends ArrayBase {
|
|
132
|
-
constructor() {
|
|
133
|
-
super('collections');
|
|
134
|
-
}
|
|
135
|
-
}
|
|
136
|
-
RibbonCollectionsDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RibbonCollectionsDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
137
|
-
RibbonCollectionsDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: RibbonCollectionsDirective, selector: "e-ribbon-collections", queries: [{ propertyName: "children", predicate: RibbonCollectionDirective }], usesInheritance: true, ngImport: i0 });
|
|
138
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RibbonCollectionsDirective, decorators: [{
|
|
139
|
-
type: Directive,
|
|
140
|
-
args: [{
|
|
141
|
-
selector: 'e-ribbon-collections',
|
|
142
|
-
queries: {
|
|
143
|
-
children: new ContentChildren(RibbonCollectionDirective)
|
|
144
|
-
},
|
|
145
|
-
}]
|
|
146
|
-
}], ctorParameters: function () { return []; } });
|
|
147
|
-
|
|
148
|
-
let input$1 = ['collections', 'cssClass', 'enableGroupOverflow', 'groupIconCss', 'header', 'id', 'isCollapsed', 'isCollapsible', 'orientation', 'priority', 'showLauncherIcon'];
|
|
149
|
-
let outputs$2 = [];
|
|
150
|
-
/**
|
|
151
|
-
* `e-ribbon-group` directive represent a group in the Angular Ribbon.
|
|
152
|
-
* ```html
|
|
153
|
-
* <ejs-ribbon>
|
|
154
|
-
* <e-ribbon-tabs>
|
|
155
|
-
* <e-ribbon-tab></e-ribbon-tab>
|
|
156
|
-
* <e-ribbon-tab>
|
|
157
|
-
* <e-ribbon-groups>
|
|
158
|
-
* <e-ribbon-group></e-ribbon-group>
|
|
159
|
-
* <e-ribbon-group></e-ribbon-group>
|
|
160
|
-
* </e-ribbon-groups>
|
|
161
|
-
* </e-ribbon-tab>
|
|
162
|
-
* </e-ribbon-tabs>
|
|
163
|
-
* </ejs-ribbon>
|
|
164
|
-
* ```
|
|
165
|
-
*/
|
|
166
|
-
class RibbonGroupDirective extends ComplexBase {
|
|
167
|
-
constructor(viewContainerRef) {
|
|
168
|
-
super();
|
|
169
|
-
this.viewContainerRef = viewContainerRef;
|
|
170
|
-
this.tags = ['collections'];
|
|
171
|
-
setValue('currentInstance', this, this.viewContainerRef);
|
|
172
|
-
this.registerEvents(outputs$2);
|
|
173
|
-
this.directivePropList = input$1;
|
|
174
|
-
}
|
|
175
|
-
}
|
|
176
|
-
RibbonGroupDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RibbonGroupDirective, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
177
|
-
RibbonGroupDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: RibbonGroupDirective, selector: "e-ribbon-group", inputs: { collections: "collections", cssClass: "cssClass", enableGroupOverflow: "enableGroupOverflow", groupIconCss: "groupIconCss", header: "header", id: "id", isCollapsed: "isCollapsed", isCollapsible: "isCollapsible", orientation: "orientation", priority: "priority", showLauncherIcon: "showLauncherIcon" }, queries: [{ propertyName: "childCollections", first: true, predicate: RibbonCollectionsDirective, descendants: true }], usesInheritance: true, ngImport: i0 });
|
|
178
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RibbonGroupDirective, decorators: [{
|
|
179
|
-
type: Directive,
|
|
180
|
-
args: [{
|
|
181
|
-
selector: 'e-ribbon-group',
|
|
182
|
-
inputs: input$1,
|
|
183
|
-
outputs: outputs$2,
|
|
184
|
-
queries: {
|
|
185
|
-
childCollections: new ContentChild(RibbonCollectionsDirective)
|
|
186
|
-
}
|
|
187
|
-
}]
|
|
188
|
-
}], ctorParameters: function () { return [{ type: i0.ViewContainerRef }]; } });
|
|
189
|
-
/**
|
|
190
|
-
* RibbonGroup Array Directive
|
|
191
|
-
* @private
|
|
192
|
-
*/
|
|
193
|
-
class RibbonGroupsDirective extends ArrayBase {
|
|
194
|
-
constructor() {
|
|
195
|
-
super('groups');
|
|
196
|
-
}
|
|
197
|
-
}
|
|
198
|
-
RibbonGroupsDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RibbonGroupsDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
199
|
-
RibbonGroupsDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: RibbonGroupsDirective, selector: "e-ribbon-groups", queries: [{ propertyName: "children", predicate: RibbonGroupDirective }], usesInheritance: true, ngImport: i0 });
|
|
200
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RibbonGroupsDirective, decorators: [{
|
|
201
|
-
type: Directive,
|
|
202
|
-
args: [{
|
|
203
|
-
selector: 'e-ribbon-groups',
|
|
204
|
-
queries: {
|
|
205
|
-
children: new ContentChildren(RibbonGroupDirective)
|
|
206
|
-
},
|
|
207
|
-
}]
|
|
208
|
-
}], ctorParameters: function () { return []; } });
|
|
209
|
-
|
|
210
|
-
let input = ['cssClass', 'groups', 'header', 'id'];
|
|
211
|
-
let outputs$1 = [];
|
|
212
|
-
/**
|
|
213
|
-
* `e-ribbon-tab` directive represent a tab of the Angular Ribbon.
|
|
214
|
-
* It must be contained in a Ribbon component(`ejs-ribbon`).
|
|
215
|
-
* ```html
|
|
216
|
-
* <ejs-ribbon>
|
|
217
|
-
* <e-ribbon-tabs>
|
|
218
|
-
* <e-ribbon-tab></e-ribbon-tab>
|
|
219
|
-
* <e-ribbon-tab></e-ribbon-tab>
|
|
220
|
-
* </e-ribbon-tabs>
|
|
221
|
-
* </ejs-ribbon>
|
|
222
|
-
* ```
|
|
223
|
-
*/
|
|
224
|
-
class RibbonTabDirective extends ComplexBase {
|
|
225
|
-
constructor(viewContainerRef) {
|
|
226
|
-
super();
|
|
227
|
-
this.viewContainerRef = viewContainerRef;
|
|
228
|
-
this.tags = ['groups'];
|
|
229
|
-
setValue('currentInstance', this, this.viewContainerRef);
|
|
230
|
-
this.registerEvents(outputs$1);
|
|
231
|
-
this.directivePropList = input;
|
|
232
|
-
}
|
|
233
|
-
}
|
|
234
|
-
RibbonTabDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RibbonTabDirective, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
235
|
-
RibbonTabDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: RibbonTabDirective, selector: "e-ribbon-tab", inputs: { cssClass: "cssClass", groups: "groups", header: "header", id: "id" }, queries: [{ propertyName: "childGroups", first: true, predicate: RibbonGroupsDirective, descendants: true }], usesInheritance: true, ngImport: i0 });
|
|
236
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RibbonTabDirective, decorators: [{
|
|
237
|
-
type: Directive,
|
|
238
|
-
args: [{
|
|
239
|
-
selector: 'e-ribbon-tab',
|
|
240
|
-
inputs: input,
|
|
241
|
-
outputs: outputs$1,
|
|
242
|
-
queries: {
|
|
243
|
-
childGroups: new ContentChild(RibbonGroupsDirective)
|
|
244
|
-
}
|
|
245
|
-
}]
|
|
246
|
-
}], ctorParameters: function () { return [{ type: i0.ViewContainerRef }]; } });
|
|
247
|
-
/**
|
|
248
|
-
* RibbonTab Array Directive
|
|
249
|
-
* @private
|
|
250
|
-
*/
|
|
251
|
-
class RibbonTabsDirective extends ArrayBase {
|
|
252
|
-
constructor() {
|
|
253
|
-
super('tabs');
|
|
254
|
-
}
|
|
255
|
-
}
|
|
256
|
-
RibbonTabsDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RibbonTabsDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
257
|
-
RibbonTabsDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: RibbonTabsDirective, selector: "e-ribbon-tabs", queries: [{ propertyName: "children", predicate: RibbonTabDirective }], usesInheritance: true, ngImport: i0 });
|
|
258
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RibbonTabsDirective, decorators: [{
|
|
259
|
-
type: Directive,
|
|
260
|
-
args: [{
|
|
261
|
-
selector: 'e-ribbon-tabs',
|
|
262
|
-
queries: {
|
|
263
|
-
children: new ContentChildren(RibbonTabDirective)
|
|
264
|
-
},
|
|
265
|
-
}]
|
|
266
|
-
}], ctorParameters: function () { return []; } });
|
|
267
|
-
|
|
268
|
-
const inputs = ['activeLayout', 'backStageMenu', 'cssClass', 'enablePersistence', 'enableRtl', 'fileMenu', 'helpPaneTemplate', 'hideLayoutSwitcher', 'isMinimized', 'launcherIconCss', 'locale', 'selectedTab', 'tabAnimation', 'tabs', 'width'];
|
|
269
|
-
const outputs = ['created', 'launcherIconClick', 'ribbonCollapsing', 'ribbonExpanding', 'tabSelected', 'tabSelecting'];
|
|
270
|
-
const twoWays = [''];
|
|
271
|
-
/**
|
|
272
|
-
* Represents the Essential JS 2 Angular Ribbon Component.
|
|
273
|
-
* ```html
|
|
274
|
-
* <ejs-ribbon></ejs-ribbon>
|
|
275
|
-
* ```
|
|
276
|
-
*/
|
|
277
|
-
let RibbonComponent = class RibbonComponent extends Ribbon {
|
|
278
|
-
constructor(ngEle, srenderer, viewContainerRef, injector) {
|
|
279
|
-
super();
|
|
280
|
-
this.ngEle = ngEle;
|
|
281
|
-
this.srenderer = srenderer;
|
|
282
|
-
this.viewContainerRef = viewContainerRef;
|
|
283
|
-
this.injector = injector;
|
|
284
|
-
this.tags = ['tabs'];
|
|
285
|
-
this.element = this.ngEle.nativeElement;
|
|
286
|
-
this.injectedModules = this.injectedModules || [];
|
|
287
|
-
try {
|
|
288
|
-
let mod = this.injector.get('RibbonRibbonButton');
|
|
289
|
-
if (this.injectedModules.indexOf(mod) === -1) {
|
|
290
|
-
this.injectedModules.push(mod);
|
|
291
|
-
}
|
|
292
|
-
}
|
|
293
|
-
catch { }
|
|
294
|
-
try {
|
|
295
|
-
let mod = this.injector.get('RibbonRibbonDropDown');
|
|
296
|
-
if (this.injectedModules.indexOf(mod) === -1) {
|
|
297
|
-
this.injectedModules.push(mod);
|
|
298
|
-
}
|
|
299
|
-
}
|
|
300
|
-
catch { }
|
|
301
|
-
try {
|
|
302
|
-
let mod = this.injector.get('RibbonRibbonSplitButton');
|
|
303
|
-
if (this.injectedModules.indexOf(mod) === -1) {
|
|
304
|
-
this.injectedModules.push(mod);
|
|
305
|
-
}
|
|
306
|
-
}
|
|
307
|
-
catch { }
|
|
308
|
-
try {
|
|
309
|
-
let mod = this.injector.get('RibbonRibbonCheckBox');
|
|
310
|
-
if (this.injectedModules.indexOf(mod) === -1) {
|
|
311
|
-
this.injectedModules.push(mod);
|
|
312
|
-
}
|
|
313
|
-
}
|
|
314
|
-
catch { }
|
|
315
|
-
try {
|
|
316
|
-
let mod = this.injector.get('RibbonRibbonColorPicker');
|
|
317
|
-
if (this.injectedModules.indexOf(mod) === -1) {
|
|
318
|
-
this.injectedModules.push(mod);
|
|
319
|
-
}
|
|
320
|
-
}
|
|
321
|
-
catch { }
|
|
322
|
-
try {
|
|
323
|
-
let mod = this.injector.get('RibbonRibbonComboBox');
|
|
324
|
-
if (this.injectedModules.indexOf(mod) === -1) {
|
|
325
|
-
this.injectedModules.push(mod);
|
|
326
|
-
}
|
|
327
|
-
}
|
|
328
|
-
catch { }
|
|
329
|
-
try {
|
|
330
|
-
let mod = this.injector.get('RibbonRibbonGroupButton');
|
|
331
|
-
if (this.injectedModules.indexOf(mod) === -1) {
|
|
332
|
-
this.injectedModules.push(mod);
|
|
333
|
-
}
|
|
334
|
-
}
|
|
335
|
-
catch { }
|
|
336
|
-
try {
|
|
337
|
-
let mod = this.injector.get('RibbonRibbonFileMenu');
|
|
338
|
-
if (this.injectedModules.indexOf(mod) === -1) {
|
|
339
|
-
this.injectedModules.push(mod);
|
|
340
|
-
}
|
|
341
|
-
}
|
|
342
|
-
catch { }
|
|
343
|
-
try {
|
|
344
|
-
let mod = this.injector.get('RibbonRibbonBackstage');
|
|
345
|
-
if (this.injectedModules.indexOf(mod) === -1) {
|
|
346
|
-
this.injectedModules.push(mod);
|
|
347
|
-
}
|
|
348
|
-
}
|
|
349
|
-
catch { }
|
|
350
|
-
this.registerEvents(outputs);
|
|
351
|
-
this.addTwoWay.call(this, twoWays);
|
|
352
|
-
setValue('currentInstance', this, this.viewContainerRef);
|
|
353
|
-
this.containerContext = new ComponentBase();
|
|
354
|
-
}
|
|
355
|
-
ngOnInit() {
|
|
356
|
-
this.containerContext.ngOnInit(this);
|
|
357
|
-
}
|
|
358
|
-
ngAfterViewInit() {
|
|
359
|
-
this.containerContext.ngAfterViewInit(this);
|
|
360
|
-
}
|
|
361
|
-
ngOnDestroy() {
|
|
362
|
-
this.containerContext.ngOnDestroy(this);
|
|
363
|
-
}
|
|
364
|
-
ngAfterContentChecked() {
|
|
365
|
-
this.tagObjects[0].instance = this.childTabs;
|
|
366
|
-
this.containerContext.ngAfterContentChecked(this);
|
|
367
|
-
}
|
|
368
|
-
};
|
|
369
|
-
RibbonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RibbonComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ViewContainerRef }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
|
|
370
|
-
RibbonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.3", type: RibbonComponent, selector: "ejs-ribbon", inputs: { activeLayout: "activeLayout", backStageMenu: "backStageMenu", cssClass: "cssClass", enablePersistence: "enablePersistence", enableRtl: "enableRtl", fileMenu: "fileMenu", helpPaneTemplate: "helpPaneTemplate", hideLayoutSwitcher: "hideLayoutSwitcher", isMinimized: "isMinimized", launcherIconCss: "launcherIconCss", locale: "locale", selectedTab: "selectedTab", tabAnimation: "tabAnimation", tabs: "tabs", width: "width" }, outputs: { created: "created", launcherIconClick: "launcherIconClick", ribbonCollapsing: "ribbonCollapsing", ribbonExpanding: "ribbonExpanding", tabSelected: "tabSelected", tabSelecting: "tabSelecting" }, queries: [{ propertyName: "helpPaneTemplate", first: true, predicate: ["helpPaneTemplate"], descendants: true }, { propertyName: "childTabs", first: true, predicate: RibbonTabsDirective, descendants: true }], usesInheritance: true, ngImport: i0, template: `<ng-content select='div'></ng-content>`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
371
|
-
__decorate([
|
|
372
|
-
Template()
|
|
373
|
-
], RibbonComponent.prototype, "helpPaneTemplate", void 0);
|
|
374
|
-
RibbonComponent = __decorate([
|
|
375
|
-
ComponentMixins([ComponentBase])
|
|
376
|
-
], RibbonComponent);
|
|
377
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RibbonComponent, decorators: [{
|
|
378
|
-
type: Component,
|
|
379
|
-
args: [{
|
|
380
|
-
selector: 'ejs-ribbon',
|
|
381
|
-
inputs: inputs,
|
|
382
|
-
outputs: outputs,
|
|
383
|
-
template: `<ng-content select='div'></ng-content>`,
|
|
384
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
385
|
-
queries: {
|
|
386
|
-
childTabs: new ContentChild(RibbonTabsDirective)
|
|
387
|
-
}
|
|
388
|
-
}]
|
|
389
|
-
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.ViewContainerRef }, { type: i0.Injector }]; }, propDecorators: { helpPaneTemplate: [{
|
|
390
|
-
type: ContentChild,
|
|
391
|
-
args: ['helpPaneTemplate']
|
|
392
|
-
}] } });
|
|
393
|
-
|
|
394
|
-
/**
|
|
395
|
-
* NgModule definition for the Ribbon component.
|
|
396
|
-
*/
|
|
397
|
-
class RibbonModule {
|
|
398
|
-
}
|
|
399
|
-
RibbonModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RibbonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
400
|
-
RibbonModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RibbonModule, declarations: [RibbonComponent,
|
|
401
|
-
RibbonItemDirective,
|
|
402
|
-
RibbonItemsDirective,
|
|
403
|
-
RibbonCollectionDirective,
|
|
404
|
-
RibbonCollectionsDirective,
|
|
405
|
-
RibbonGroupDirective,
|
|
406
|
-
RibbonGroupsDirective,
|
|
407
|
-
RibbonTabDirective,
|
|
408
|
-
RibbonTabsDirective], imports: [CommonModule], exports: [RibbonComponent,
|
|
409
|
-
RibbonItemDirective,
|
|
410
|
-
RibbonItemsDirective,
|
|
411
|
-
RibbonCollectionDirective,
|
|
412
|
-
RibbonCollectionsDirective,
|
|
413
|
-
RibbonGroupDirective,
|
|
414
|
-
RibbonGroupsDirective,
|
|
415
|
-
RibbonTabDirective,
|
|
416
|
-
RibbonTabsDirective] });
|
|
417
|
-
RibbonModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RibbonModule, imports: [[CommonModule]] });
|
|
418
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RibbonModule, decorators: [{
|
|
419
|
-
type: NgModule,
|
|
420
|
-
args: [{
|
|
421
|
-
imports: [CommonModule],
|
|
422
|
-
declarations: [
|
|
423
|
-
RibbonComponent,
|
|
424
|
-
RibbonItemDirective,
|
|
425
|
-
RibbonItemsDirective,
|
|
426
|
-
RibbonCollectionDirective,
|
|
427
|
-
RibbonCollectionsDirective,
|
|
428
|
-
RibbonGroupDirective,
|
|
429
|
-
RibbonGroupsDirective,
|
|
430
|
-
RibbonTabDirective,
|
|
431
|
-
RibbonTabsDirective
|
|
432
|
-
],
|
|
433
|
-
exports: [
|
|
434
|
-
RibbonComponent,
|
|
435
|
-
RibbonItemDirective,
|
|
436
|
-
RibbonItemsDirective,
|
|
437
|
-
RibbonCollectionDirective,
|
|
438
|
-
RibbonCollectionsDirective,
|
|
439
|
-
RibbonGroupDirective,
|
|
440
|
-
RibbonGroupsDirective,
|
|
441
|
-
RibbonTabDirective,
|
|
442
|
-
RibbonTabsDirective
|
|
443
|
-
]
|
|
444
|
-
}]
|
|
445
|
-
}] });
|
|
446
|
-
|
|
447
|
-
const RibbonButtonService = { provide: 'RibbonRibbonButton', useValue: RibbonButton };
|
|
448
|
-
const RibbonDropDownService = { provide: 'RibbonRibbonDropDown', useValue: RibbonDropDown };
|
|
449
|
-
const RibbonSplitButtonService = { provide: 'RibbonRibbonSplitButton', useValue: RibbonSplitButton };
|
|
450
|
-
const RibbonCheckBoxService = { provide: 'RibbonRibbonCheckBox', useValue: RibbonCheckBox };
|
|
451
|
-
const RibbonColorPickerService = { provide: 'RibbonRibbonColorPicker', useValue: RibbonColorPicker };
|
|
452
|
-
const RibbonComboBoxService = { provide: 'RibbonRibbonComboBox', useValue: RibbonComboBox };
|
|
453
|
-
const RibbonGroupButtonService = { provide: 'RibbonRibbonGroupButton', useValue: RibbonGroupButton };
|
|
454
|
-
const RibbonFileMenuService = { provide: 'RibbonRibbonFileMenu', useValue: RibbonFileMenu };
|
|
455
|
-
const RibbonBackstageService = { provide: 'RibbonRibbonBackstage', useValue: RibbonBackstage };
|
|
456
|
-
/**
|
|
457
|
-
* NgModule definition for the Ribbon component with providers.
|
|
458
|
-
*/
|
|
459
|
-
class RibbonAllModule {
|
|
460
|
-
}
|
|
461
|
-
RibbonAllModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RibbonAllModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
462
|
-
RibbonAllModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RibbonAllModule, imports: [CommonModule, RibbonModule], exports: [RibbonModule] });
|
|
463
|
-
RibbonAllModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RibbonAllModule, providers: [
|
|
464
|
-
RibbonButtonService,
|
|
465
|
-
RibbonDropDownService,
|
|
466
|
-
RibbonSplitButtonService,
|
|
467
|
-
RibbonCheckBoxService,
|
|
468
|
-
RibbonColorPickerService,
|
|
469
|
-
RibbonComboBoxService,
|
|
470
|
-
RibbonGroupButtonService,
|
|
471
|
-
RibbonFileMenuService,
|
|
472
|
-
RibbonBackstageService
|
|
473
|
-
], imports: [[CommonModule, RibbonModule], RibbonModule] });
|
|
474
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RibbonAllModule, decorators: [{
|
|
475
|
-
type: NgModule,
|
|
476
|
-
args: [{
|
|
477
|
-
imports: [CommonModule, RibbonModule],
|
|
478
|
-
exports: [
|
|
479
|
-
RibbonModule
|
|
480
|
-
],
|
|
481
|
-
providers: [
|
|
482
|
-
RibbonButtonService,
|
|
483
|
-
RibbonDropDownService,
|
|
484
|
-
RibbonSplitButtonService,
|
|
485
|
-
RibbonCheckBoxService,
|
|
486
|
-
RibbonColorPickerService,
|
|
487
|
-
RibbonComboBoxService,
|
|
488
|
-
RibbonGroupButtonService,
|
|
489
|
-
RibbonFileMenuService,
|
|
490
|
-
RibbonBackstageService
|
|
491
|
-
]
|
|
492
|
-
}]
|
|
493
|
-
}] });
|
|
494
|
-
|
|
495
|
-
// Mapping root file for package generation
|
|
496
|
-
|
|
497
|
-
/**
|
|
498
|
-
* Generated bundle index. Do not edit.
|
|
499
|
-
*/
|
|
500
|
-
|
|
501
|
-
export { RibbonAllModule, RibbonBackstageService, RibbonButtonService, RibbonCheckBoxService, RibbonCollectionDirective, RibbonCollectionsDirective, RibbonColorPickerService, RibbonComboBoxService, RibbonComponent, RibbonDropDownService, RibbonFileMenuService, RibbonGroupButtonService, RibbonGroupDirective, RibbonGroupsDirective, RibbonItemDirective, RibbonItemsDirective, RibbonModule, RibbonSplitButtonService, RibbonTabDirective, RibbonTabsDirective };
|
|
502
|
-
//# sourceMappingURL=syncfusion-ej2-angular-ribbon.mjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"syncfusion-ej2-angular-ribbon.mjs","sources":["../../src/ribbon/items.directive.ts","../../src/ribbon/collections.directive.ts","../../src/ribbon/groups.directive.ts","../../src/ribbon/tabs.directive.ts","../../src/ribbon/ribbon.component.ts","../../src/ribbon/ribbon.module.ts","../../src/ribbon/ribbon-all.module.ts","../../public_api.ts","../../syncfusion-ej2-angular-ribbon.ts"],"sourcesContent":["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 input: string[] = ['activeSize', 'allowedSizes', 'buttonSettings', 'checkBoxSettings', 'colorPickerSettings', 'comboBoxSettings', 'cssClass', 'disabled', 'displayOptions', 'dropDownSettings', 'groupButtonSettings', 'id', 'itemTemplate', 'ribbonTooltipSettings', 'splitButtonSettings', 'type'];\nlet 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 */\n@Directive({\n selector: 'e-ribbon-item',\n inputs: input,\n outputs: outputs, \n queries: {\n\n }\n})\nexport class RibbonItemDirective extends ComplexBase<RibbonItemDirective> {\n public directivePropList: any;\n\t\n\n\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 */\n public type: any;\n /** \n * Defines the active size of the ribbon item.\n * @default 'Medium'\n * @aspnumberenum \n */\n public activeSize: any;\n /** \n * Defines the sizes that are allowed for the ribbon item on ribbon resize.\n * @default null\n * @aspnumberenum \n */\n public allowedSizes: any;\n /** \n * Defines the settings for the ribbon button.\n * @default {}\n */\n public buttonSettings: any;\n /** \n * Defines the settings for the ribbon checkbox.\n * @default {}\n */\n public checkBoxSettings: any;\n /** \n * Defines the settings for the ribbon color picker.\n * @default {}\n */\n public colorPickerSettings: any;\n /** \n * Defines the settings for the ribbon combobox.\n * @default {}\n */\n public comboBoxSettings: any;\n /** \n * Defines one or more CSS classes to customize the appearance of item.\n * @default ''\n */\n public cssClass: any;\n /** \n * Defines whether the item is disabled or not.\n * @default false\n */\n public disabled: any;\n /** \n * Defines the display options for the ribbon item.\n * @default 'Auto'\n * @aspnumberenum \n */\n public displayOptions: any;\n /** \n * Defines the settings for the ribbon dropdown button.\n * @default {}\n */\n public dropDownSettings: any;\n /** \n * Defines the properties for group button in Ribbon\n * @default {}\n */\n public groupButtonSettings: any;\n /** \n * Defines a unique identifier for the item.\n * @default ''\n */\n public id: any;\n /** \n * Defines the settings for the tooltip of the item.\n * @default {}\n */\n public ribbonTooltipSettings: any;\n /** \n * Defines the settings for the ribbon split button.\n * @default {}\n */\n public 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 @ContentChild('itemTemplate')\n @Template()\n public itemTemplate: any;\n\n constructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\n}\n\n/**\n * RibbonItem Array Directive\n * @private\n */\n@Directive({\n selector: 'e-ribbon-items',\n queries: {\n children: new ContentChildren(RibbonItemDirective)\n },\n})\nexport class RibbonItemsDirective extends ArrayBase<RibbonItemsDirective> {\n constructor() {\n super('items');\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 input: string[] = ['cssClass', 'id', 'items'];\nlet 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 */\n@Directive({\n selector: 'e-ribbon-collection',\n inputs: input,\n outputs: outputs, \n queries: {\n childItems: new ContentChild(RibbonItemsDirective)\n }\n})\nexport class RibbonCollectionDirective extends ComplexBase<RibbonCollectionDirective> {\n public directivePropList: any;\n\t\n public childItems: any;\n public tags: string[] = ['items'];\n /** \n * Defines one or more CSS classes to customize the appearance of collection.\n * @default ''\n */\n public cssClass: any;\n /** \n * Defines a unique identifier for the collection.\n * @default ''\n */\n public id: any;\n /** \n * Defines the list of ribbon items.\n * @default []\n * @asptype List<RibbonItem>\n */\n public items: any;\n\n constructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\n}\n\n/**\n * RibbonCollection Array Directive\n * @private\n */\n@Directive({\n selector: 'e-ribbon-collections',\n queries: {\n children: new ContentChildren(RibbonCollectionDirective)\n },\n})\nexport class RibbonCollectionsDirective extends ArrayBase<RibbonCollectionsDirective> {\n constructor() {\n super('collections');\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 input: string[] = ['collections', 'cssClass', 'enableGroupOverflow', 'groupIconCss', 'header', 'id', 'isCollapsed', 'isCollapsible', 'orientation', 'priority', 'showLauncherIcon'];\nlet 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 */\n@Directive({\n selector: 'e-ribbon-group',\n inputs: input,\n outputs: outputs, \n queries: {\n childCollections: new ContentChild(RibbonCollectionsDirective)\n }\n})\nexport class RibbonGroupDirective extends ComplexBase<RibbonGroupDirective> {\n public directivePropList: any;\n\t\n public childCollections: any;\n public tags: string[] = ['collections'];\n /** \n * Defines the list of ribbon collections.\n * @default []\n * @asptype List<RibbonCollection>\n */\n public collections: any;\n /** \n * Defines one or more CSS classes to customize the appearance of group.\n * @default ''\n */\n public 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 */\n public 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 */\n public groupIconCss: any;\n /** \n * Defines the content of group header.\n * @default ''\n */\n public header: any;\n /** \n * Defines a unique identifier for the group.\n * @default ''\n */\n public id: any;\n /** \n * Defines whether the group is in collapsed state or not during classic mode.\n * @default false\n */\n public isCollapsed: any;\n /** \n * Defines whether the group can be collapsed on resize during classic mode.\n * @default true\n */\n public 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 */\n public orientation: 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 */\n public priority: any;\n /** \n * Defines whether to show or hide the launcher icon for the group.\n * @default false\n */\n public showLauncherIcon: any;\n\n constructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\n}\n\n/**\n * RibbonGroup Array Directive\n * @private\n */\n@Directive({\n selector: 'e-ribbon-groups',\n queries: {\n children: new ContentChildren(RibbonGroupDirective)\n },\n})\nexport class RibbonGroupsDirective extends ArrayBase<RibbonGroupsDirective> {\n constructor() {\n super('groups');\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 input: string[] = ['cssClass', 'groups', 'header', 'id'];\nlet 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 */\n@Directive({\n selector: 'e-ribbon-tab',\n inputs: input,\n outputs: outputs, \n queries: {\n childGroups: new ContentChild(RibbonGroupsDirective)\n }\n})\nexport class RibbonTabDirective extends ComplexBase<RibbonTabDirective> {\n public directivePropList: any;\n\t\n public childGroups: any;\n public tags: string[] = ['groups'];\n /** \n * Defines one or more CSS classes to customize the appearance of tab.\n * @default ''\n */\n public cssClass: any;\n /** \n * Defines the list of ribbon groups.\n * @default []\n * @asptype List<RibbonGroup>\n */\n public groups: any;\n /** \n * Defines the content of tab header.\n * @default ''\n */\n public header: any;\n /** \n * Defines a unique identifier for the tab.\n * @default ''\n */\n public id: any;\n\n constructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\n}\n\n/**\n * RibbonTab Array Directive\n * @private\n */\n@Directive({\n selector: 'e-ribbon-tabs',\n queries: {\n children: new ContentChildren(RibbonTabDirective)\n },\n})\nexport class RibbonTabsDirective extends ArrayBase<RibbonTabsDirective> {\n constructor() {\n super('tabs');\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 inputs: string[] = ['activeLayout','backStageMenu','cssClass','enablePersistence','enableRtl','fileMenu','helpPaneTemplate','hideLayoutSwitcher','isMinimized','launcherIconCss','locale','selectedTab','tabAnimation','tabs','width'];\nexport const outputs: string[] = ['created','launcherIconClick','ribbonCollapsing','ribbonExpanding','tabSelected','tabSelecting'];\nexport const twoWays: string[] = [''];\n\n/**\n * Represents the Essential JS 2 Angular Ribbon Component.\n * ```html\n * <ejs-ribbon></ejs-ribbon>\n * ```\n */\n@Component({\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@ComponentMixins([ComponentBase])\nexport class RibbonComponent extends Ribbon implements IComponentBase {\n public containerContext : any;\n public tagObjects: any;\n\tcreated: any;\n\tlauncherIconClick: any;\n\tribbonCollapsing: any;\n\tribbonExpanding: any;\n\ttabSelected: any;\n\tpublic tabSelecting: any;\n public childTabs: QueryList<RibbonTabsDirective>;\n public 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 @ContentChild('helpPaneTemplate')\n @Template()\n public helpPaneTemplate: any;\n\n constructor(private ngEle: ElementRef, private srenderer: Renderer2, private viewContainerRef:ViewContainerRef, private 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\r try {\n let mod = this.injector.get('RibbonRibbonDropDown');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('RibbonRibbonSplitButton');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('RibbonRibbonCheckBox');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('RibbonRibbonColorPicker');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('RibbonRibbonComboBox');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('RibbonRibbonGroupButton');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('RibbonRibbonFileMenu');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('RibbonRibbonBackstage');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r\n this.registerEvents(outputs);\n this.addTwoWay.call(this, twoWays);\n setValue('currentInstance', this, this.viewContainerRef);\n this.containerContext = new ComponentBase();\n }\n\n public ngOnInit() {\n this.containerContext.ngOnInit(this);\n }\n\n public ngAfterViewInit(): void {\n this.containerContext.ngAfterViewInit(this);\n }\n\n public ngOnDestroy(): void {\n this.containerContext.ngOnDestroy(this);\n }\n\n public ngAfterContentChecked(): void {\n this.tagObjects[0].instance = this.childTabs;\n this.containerContext.ngAfterContentChecked(this);\n }\n\n public registerEvents: (eventList: string[]) => void;\n public addTwoWay: (propList: string[]) => void;\n}\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/**\n * NgModule definition for the Ribbon component.\n */\n@NgModule({\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})\nexport class RibbonModule { }","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 RibbonButtonService: ValueProvider = { provide: 'RibbonRibbonButton', useValue: RibbonButton};\nexport const RibbonDropDownService: ValueProvider = { provide: 'RibbonRibbonDropDown', useValue: RibbonDropDown};\nexport const RibbonSplitButtonService: ValueProvider = { provide: 'RibbonRibbonSplitButton', useValue: RibbonSplitButton};\nexport const RibbonCheckBoxService: ValueProvider = { provide: 'RibbonRibbonCheckBox', useValue: RibbonCheckBox};\nexport const RibbonColorPickerService: ValueProvider = { provide: 'RibbonRibbonColorPicker', useValue: RibbonColorPicker};\nexport const RibbonComboBoxService: ValueProvider = { provide: 'RibbonRibbonComboBox', useValue: RibbonComboBox};\nexport const RibbonGroupButtonService: ValueProvider = { provide: 'RibbonRibbonGroupButton', useValue: RibbonGroupButton};\nexport const RibbonFileMenuService: ValueProvider = { provide: 'RibbonRibbonFileMenu', useValue: RibbonFileMenu};\nexport const RibbonBackstageService: ValueProvider = { provide: 'RibbonRibbonBackstage', useValue: RibbonBackstage};\n\n/**\n * NgModule definition for the Ribbon component with providers.\n */\n@NgModule({\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})\nexport class RibbonAllModule { }","// Mapping root file for package generation\nexport * from './src/index';","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public_api';\n"],"names":["input","outputs"],"mappings":"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"}
|
package/styles/ribbon/_all.scss
DELETED