@syncfusion/ej2-angular-ribbon 29.2.4-ngcc → 30.1.37-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 +614 -614
- package/@syncfusion/ej2-angular-ribbon.js +545 -545
- package/{license → LICENSE} +10 -10
- package/dist/ej2-angular-ribbon.umd.js +605 -605
- package/dist/ej2-angular-ribbon.umd.min.js +1 -1
- package/ej2-angular-ribbon.d.ts +5 -5
- package/package.json +15 -46
- package/public_api.d.ts +1 -1
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +4 -4
- package/src/index.d.ts +9 -9
- package/src/ribbon/collections.directive.d.ts +32 -32
- package/src/ribbon/contextualtabs.directive.d.ts +44 -44
- package/src/ribbon/groups.directive.d.ts +92 -92
- package/src/ribbon/items.directive.d.ts +114 -114
- package/src/ribbon/ribbon-all.module.d.ts +18 -18
- package/src/ribbon/ribbon.component.d.ts +51 -51
- package/src/ribbon/ribbon.module.d.ts +5 -5
- package/src/ribbon/tabs.directive.d.ts +42 -42
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-angular-ribbon.umd.min.js
|
|
3
|
-
* version :
|
|
3
|
+
* version : 30.1.37
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2024. 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
|
package/ej2-angular-ribbon.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Generated bundle index. Do not edit.
|
|
3
|
-
*/
|
|
4
|
-
export * from './public_api';
|
|
5
|
-
export { inputs as ɵa, outputs as ɵb } from './src/ribbon/ribbon.component';
|
|
1
|
+
/**
|
|
2
|
+
* Generated bundle index. Do not edit.
|
|
3
|
+
*/
|
|
4
|
+
export * from './public_api';
|
|
5
|
+
export { inputs as ɵa, outputs as ɵb } from './src/ribbon/ribbon.component';
|
package/package.json
CHANGED
|
@@ -1,62 +1,31 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"
|
|
4
|
-
"
|
|
5
|
-
"
|
|
6
|
-
"
|
|
7
|
-
"
|
|
8
|
-
"_requested": {
|
|
9
|
-
"type": "range",
|
|
10
|
-
"registry": true,
|
|
11
|
-
"raw": "@syncfusion/ej2-angular-ribbon@*",
|
|
12
|
-
"name": "@syncfusion/ej2-angular-ribbon",
|
|
13
|
-
"escapedName": "@syncfusion%2fej2-angular-ribbon",
|
|
14
|
-
"scope": "@syncfusion",
|
|
15
|
-
"rawSpec": "*",
|
|
16
|
-
"saveSpec": null,
|
|
17
|
-
"fetchSpec": "*"
|
|
18
|
-
},
|
|
19
|
-
"_requiredBy": [
|
|
20
|
-
"/"
|
|
21
|
-
],
|
|
22
|
-
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-ribbon/-/ej2-angular-ribbon-29.1.39.tgz",
|
|
23
|
-
"_shasum": "57852dc32a6d08c0fd0d5d47552b8f8de7e39bda",
|
|
24
|
-
"_spec": "@syncfusion/ej2-angular-ribbon@*",
|
|
25
|
-
"_where": "/jenkins/workspace/elease-automation_release_29.1.1/packages/included",
|
|
26
|
-
"author": {
|
|
27
|
-
"name": "Syncfusion Inc."
|
|
28
|
-
},
|
|
29
|
-
"bugs": {
|
|
30
|
-
"url": "https://github.com/syncfusion/ej2-angular-ui-components/issues"
|
|
31
|
-
},
|
|
32
|
-
"bundleDependencies": false,
|
|
2
|
+
"name": "@syncfusion/ej2-angular-ribbon",
|
|
3
|
+
"version": "30.1.37-ngcc",
|
|
4
|
+
"description": "Essential JS 2 Component for Angular",
|
|
5
|
+
"author": "Syncfusion Inc.",
|
|
6
|
+
"license": "SEE LICENSE IN license",
|
|
7
|
+
"schematics": "./schematics/collection.json",
|
|
33
8
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-
|
|
35
|
-
"@syncfusion/ej2-base": "~
|
|
36
|
-
"@syncfusion/ej2-ribbon": "
|
|
9
|
+
"@syncfusion/ej2-base": "~30.1.37",
|
|
10
|
+
"@syncfusion/ej2-angular-base": "~30.1.37",
|
|
11
|
+
"@syncfusion/ej2-ribbon": "30.1.37"
|
|
37
12
|
},
|
|
38
|
-
"deprecated": false,
|
|
39
|
-
"description": "Essential JS 2 Component for Angular",
|
|
40
13
|
"devDependencies": {},
|
|
41
|
-
"es2015": "@syncfusion/ej2-angular-ribbon.js",
|
|
42
|
-
"homepage": "https://www.syncfusion.com/angular-components",
|
|
43
14
|
"keywords": [
|
|
44
15
|
"angular",
|
|
45
16
|
"ng",
|
|
46
17
|
"ej2-ng-ribbon",
|
|
47
18
|
"ng-ribbon"
|
|
48
19
|
],
|
|
49
|
-
"license": "SEE LICENSE IN license",
|
|
50
|
-
"main": "dist/ej2-angular-ribbon.umd.js",
|
|
51
|
-
"metadata": "ej2-angular-ribbon.metadata.json",
|
|
52
|
-
"module": "@syncfusion/ej2-angular-ribbon.es5.js",
|
|
53
|
-
"name": "@syncfusion/ej2-angular-ribbon",
|
|
54
20
|
"repository": {
|
|
55
21
|
"type": "git",
|
|
56
|
-
"url": "
|
|
22
|
+
"url": "https://github.com/syncfusion/ej2-angular-ui-components.git"
|
|
57
23
|
},
|
|
58
|
-
"schematics": "./schematics/collection.json",
|
|
59
24
|
"sideEffects": false,
|
|
25
|
+
"main": "dist/ej2-angular-ribbon.umd.js",
|
|
26
|
+
"module": "@syncfusion/ej2-angular-ribbon.es5.js",
|
|
27
|
+
"es2015": "@syncfusion/ej2-angular-ribbon.js",
|
|
60
28
|
"typings": "ej2-angular-ribbon.d.ts",
|
|
61
|
-
"
|
|
29
|
+
"metadata": "ej2-angular-ribbon.metadata.json",
|
|
30
|
+
"homepage": "https://www.syncfusion.com/angular-components"
|
|
62
31
|
}
|
package/public_api.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from './src/index';
|
|
1
|
+
export * from './src/index';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.pkgName = '@syncfusion/ej2-angular-ribbon';
|
|
4
|
-
exports.pkgVer = '^
|
|
4
|
+
exports.pkgVer = '^30.1.37';
|
|
5
5
|
exports.moduleName = 'RibbonModule';
|
|
6
|
-
exports.themeVer = '~
|
|
6
|
+
exports.themeVer = '~30.1.37';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export const pkgName = '@syncfusion/ej2-angular-ribbon';
|
|
2
|
-
export const pkgVer = '^
|
|
3
|
-
export const moduleName = 'RibbonModule';
|
|
4
|
-
export const themeVer = '~
|
|
1
|
+
export const pkgName = '@syncfusion/ej2-angular-ribbon';
|
|
2
|
+
export const pkgVer = '^30.1.37';
|
|
3
|
+
export const moduleName = 'RibbonModule';
|
|
4
|
+
export const themeVer = '~30.1.37';
|
package/src/index.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export { RibbonItemDirective, RibbonItemsDirective } from './ribbon/items.directive';
|
|
2
|
-
export { RibbonCollectionDirective, RibbonCollectionsDirective } from './ribbon/collections.directive';
|
|
3
|
-
export { RibbonGroupDirective, RibbonGroupsDirective } from './ribbon/groups.directive';
|
|
4
|
-
export { RibbonTabDirective, RibbonTabsDirective } from './ribbon/tabs.directive';
|
|
5
|
-
export { RibbonContextualTabDirective, RibbonContextualTabsDirective } from './ribbon/contextualtabs.directive';
|
|
6
|
-
export { RibbonComponent } from './ribbon/ribbon.component';
|
|
7
|
-
export { RibbonModule } from './ribbon/ribbon.module';
|
|
8
|
-
export { RibbonAllModule, RibbonButtonService, RibbonDropDownService, RibbonSplitButtonService, RibbonCheckBoxService, RibbonColorPickerService, RibbonComboBoxService, RibbonGroupButtonService, RibbonFileMenuService, RibbonBackstageService, RibbonKeyTipService, RibbonContextualTabService, RibbonGalleryService } from './ribbon/ribbon-all.module';
|
|
9
|
-
export * from '@syncfusion/ej2-ribbon';
|
|
1
|
+
export { RibbonItemDirective, RibbonItemsDirective } from './ribbon/items.directive';
|
|
2
|
+
export { RibbonCollectionDirective, RibbonCollectionsDirective } from './ribbon/collections.directive';
|
|
3
|
+
export { RibbonGroupDirective, RibbonGroupsDirective } from './ribbon/groups.directive';
|
|
4
|
+
export { RibbonTabDirective, RibbonTabsDirective } from './ribbon/tabs.directive';
|
|
5
|
+
export { RibbonContextualTabDirective, RibbonContextualTabsDirective } from './ribbon/contextualtabs.directive';
|
|
6
|
+
export { RibbonComponent } from './ribbon/ribbon.component';
|
|
7
|
+
export { RibbonModule } from './ribbon/ribbon.module';
|
|
8
|
+
export { RibbonAllModule, RibbonButtonService, RibbonDropDownService, RibbonSplitButtonService, RibbonCheckBoxService, RibbonColorPickerService, RibbonComboBoxService, RibbonGroupButtonService, RibbonFileMenuService, RibbonBackstageService, RibbonKeyTipService, RibbonContextualTabService, RibbonGalleryService } from './ribbon/ribbon-all.module';
|
|
9
|
+
export * from '@syncfusion/ej2-ribbon';
|
|
@@ -1,32 +1,32 @@
|
|
|
1
|
-
import { ViewContainerRef } from '@angular/core';
|
|
2
|
-
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
-
export declare class RibbonCollectionDirective extends ComplexBase<RibbonCollectionDirective> {
|
|
4
|
-
private viewContainerRef;
|
|
5
|
-
directivePropList: any;
|
|
6
|
-
childItems: any;
|
|
7
|
-
tags: string[];
|
|
8
|
-
/**
|
|
9
|
-
* Defines one or more CSS classes to customize the appearance of collection.
|
|
10
|
-
* @default ''
|
|
11
|
-
*/
|
|
12
|
-
cssClass: any;
|
|
13
|
-
/**
|
|
14
|
-
* Defines a unique identifier for the collection.
|
|
15
|
-
* @default ''
|
|
16
|
-
*/
|
|
17
|
-
id: any;
|
|
18
|
-
/**
|
|
19
|
-
* Defines the list of ribbon items.
|
|
20
|
-
* @default []
|
|
21
|
-
* @asptype List<RibbonItem>
|
|
22
|
-
*/
|
|
23
|
-
items: any;
|
|
24
|
-
constructor(viewContainerRef: ViewContainerRef);
|
|
25
|
-
}
|
|
26
|
-
/**
|
|
27
|
-
* RibbonCollection Array Directive
|
|
28
|
-
* @private
|
|
29
|
-
*/
|
|
30
|
-
export declare class RibbonCollectionsDirective extends ArrayBase<RibbonCollectionsDirective> {
|
|
31
|
-
constructor();
|
|
32
|
-
}
|
|
1
|
+
import { ViewContainerRef } from '@angular/core';
|
|
2
|
+
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
+
export declare class RibbonCollectionDirective extends ComplexBase<RibbonCollectionDirective> {
|
|
4
|
+
private viewContainerRef;
|
|
5
|
+
directivePropList: any;
|
|
6
|
+
childItems: any;
|
|
7
|
+
tags: string[];
|
|
8
|
+
/**
|
|
9
|
+
* Defines one or more CSS classes to customize the appearance of collection.
|
|
10
|
+
* @default ''
|
|
11
|
+
*/
|
|
12
|
+
cssClass: any;
|
|
13
|
+
/**
|
|
14
|
+
* Defines a unique identifier for the collection.
|
|
15
|
+
* @default ''
|
|
16
|
+
*/
|
|
17
|
+
id: any;
|
|
18
|
+
/**
|
|
19
|
+
* Defines the list of ribbon items.
|
|
20
|
+
* @default []
|
|
21
|
+
* @asptype List<RibbonItem>
|
|
22
|
+
*/
|
|
23
|
+
items: any;
|
|
24
|
+
constructor(viewContainerRef: ViewContainerRef);
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* RibbonCollection Array Directive
|
|
28
|
+
* @private
|
|
29
|
+
*/
|
|
30
|
+
export declare class RibbonCollectionsDirective extends ArrayBase<RibbonCollectionsDirective> {
|
|
31
|
+
constructor();
|
|
32
|
+
}
|
|
@@ -1,44 +1,44 @@
|
|
|
1
|
-
import { ViewContainerRef } from '@angular/core';
|
|
2
|
-
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
-
/**
|
|
4
|
-
* `e-ribbon-contextual-tab` directive represent a contextual tab of the Angular Ribbon.
|
|
5
|
-
* It must be contained in a Ribbon component(`ejs-ribbon`).
|
|
6
|
-
* ```html
|
|
7
|
-
* <ejs-ribbon>
|
|
8
|
-
* <e-ribbon-contextual-tabs>
|
|
9
|
-
* <e-ribbon-contextual-tab>
|
|
10
|
-
* </e-ribbon-contextual-tab>
|
|
11
|
-
* </e-ribbon-contextual-tabs>
|
|
12
|
-
* </ejs-ribbon>
|
|
13
|
-
* ```
|
|
14
|
-
*/
|
|
15
|
-
export declare class RibbonContextualTabDirective extends ComplexBase<RibbonContextualTabDirective> {
|
|
16
|
-
private viewContainerRef;
|
|
17
|
-
directivePropList: any;
|
|
18
|
-
childTabs: any;
|
|
19
|
-
tags: string[];
|
|
20
|
-
/**
|
|
21
|
-
* Specifies whether the contextual tab is selected.
|
|
22
|
-
* @default false
|
|
23
|
-
*/
|
|
24
|
-
isSelected: any;
|
|
25
|
-
/**
|
|
26
|
-
* Defines the tab groups to be rendered in ribbon.
|
|
27
|
-
* @default []
|
|
28
|
-
* @asptype List<RibbonTab>
|
|
29
|
-
*/
|
|
30
|
-
tabs: any;
|
|
31
|
-
/**
|
|
32
|
-
* Specifies whether the contextual tab is visible.
|
|
33
|
-
* @default false
|
|
34
|
-
*/
|
|
35
|
-
visible: any;
|
|
36
|
-
constructor(viewContainerRef: ViewContainerRef);
|
|
37
|
-
}
|
|
38
|
-
/**
|
|
39
|
-
* RibbonContextualTab Array Directive
|
|
40
|
-
* @private
|
|
41
|
-
*/
|
|
42
|
-
export declare class RibbonContextualTabsDirective extends ArrayBase<RibbonContextualTabsDirective> {
|
|
43
|
-
constructor();
|
|
44
|
-
}
|
|
1
|
+
import { ViewContainerRef } from '@angular/core';
|
|
2
|
+
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
+
/**
|
|
4
|
+
* `e-ribbon-contextual-tab` directive represent a contextual tab of the Angular Ribbon.
|
|
5
|
+
* It must be contained in a Ribbon component(`ejs-ribbon`).
|
|
6
|
+
* ```html
|
|
7
|
+
* <ejs-ribbon>
|
|
8
|
+
* <e-ribbon-contextual-tabs>
|
|
9
|
+
* <e-ribbon-contextual-tab>
|
|
10
|
+
* </e-ribbon-contextual-tab>
|
|
11
|
+
* </e-ribbon-contextual-tabs>
|
|
12
|
+
* </ejs-ribbon>
|
|
13
|
+
* ```
|
|
14
|
+
*/
|
|
15
|
+
export declare class RibbonContextualTabDirective extends ComplexBase<RibbonContextualTabDirective> {
|
|
16
|
+
private viewContainerRef;
|
|
17
|
+
directivePropList: any;
|
|
18
|
+
childTabs: any;
|
|
19
|
+
tags: string[];
|
|
20
|
+
/**
|
|
21
|
+
* Specifies whether the contextual tab is selected.
|
|
22
|
+
* @default false
|
|
23
|
+
*/
|
|
24
|
+
isSelected: any;
|
|
25
|
+
/**
|
|
26
|
+
* Defines the tab groups to be rendered in ribbon.
|
|
27
|
+
* @default []
|
|
28
|
+
* @asptype List<RibbonTab>
|
|
29
|
+
*/
|
|
30
|
+
tabs: any;
|
|
31
|
+
/**
|
|
32
|
+
* Specifies whether the contextual tab is visible.
|
|
33
|
+
* @default false
|
|
34
|
+
*/
|
|
35
|
+
visible: any;
|
|
36
|
+
constructor(viewContainerRef: ViewContainerRef);
|
|
37
|
+
}
|
|
38
|
+
/**
|
|
39
|
+
* RibbonContextualTab Array Directive
|
|
40
|
+
* @private
|
|
41
|
+
*/
|
|
42
|
+
export declare class RibbonContextualTabsDirective extends ArrayBase<RibbonContextualTabsDirective> {
|
|
43
|
+
constructor();
|
|
44
|
+
}
|
|
@@ -1,92 +1,92 @@
|
|
|
1
|
-
import { ViewContainerRef } from '@angular/core';
|
|
2
|
-
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
-
export declare class RibbonGroupDirective extends ComplexBase<RibbonGroupDirective> {
|
|
4
|
-
private viewContainerRef;
|
|
5
|
-
directivePropList: any;
|
|
6
|
-
childCollections: any;
|
|
7
|
-
tags: string[];
|
|
8
|
-
/**
|
|
9
|
-
* Defines the list of ribbon collections.
|
|
10
|
-
* @default []
|
|
11
|
-
* @asptype List<RibbonCollection>
|
|
12
|
-
*/
|
|
13
|
-
collections: any;
|
|
14
|
-
/**
|
|
15
|
-
* Defines one or more CSS classes to customize the appearance of group.
|
|
16
|
-
* @default ''
|
|
17
|
-
*/
|
|
18
|
-
cssClass: any;
|
|
19
|
-
/**
|
|
20
|
-
* Defines whether to add a separate popup for the overflow items in the group.
|
|
21
|
-
* 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.
|
|
22
|
-
* @default false
|
|
23
|
-
*/
|
|
24
|
-
enableGroupOverflow: any;
|
|
25
|
-
/**
|
|
26
|
-
* Defines the CSS class for the icons to be shown in the group overflow dropdown button in classic mode.
|
|
27
|
-
* 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.
|
|
28
|
-
* @default ''
|
|
29
|
-
*/
|
|
30
|
-
groupIconCss: any;
|
|
31
|
-
/**
|
|
32
|
-
* Defines the content of group header.
|
|
33
|
-
* @default ''
|
|
34
|
-
*/
|
|
35
|
-
header: any;
|
|
36
|
-
/**
|
|
37
|
-
* Defines a unique identifier for the group.
|
|
38
|
-
* @default ''
|
|
39
|
-
*/
|
|
40
|
-
id: any;
|
|
41
|
-
/**
|
|
42
|
-
* Defines whether the group is in collapsed state or not during classic mode.
|
|
43
|
-
* @default false
|
|
44
|
-
*/
|
|
45
|
-
isCollapsed: any;
|
|
46
|
-
/**
|
|
47
|
-
* Defines whether the group can be collapsed on resize during classic mode.
|
|
48
|
-
* @default true
|
|
49
|
-
*/
|
|
50
|
-
isCollapsible: any;
|
|
51
|
-
/**
|
|
52
|
-
* Specifies the keytip content.
|
|
53
|
-
* @default ''
|
|
54
|
-
*/
|
|
55
|
-
keyTip: any;
|
|
56
|
-
/**
|
|
57
|
-
* Specifies the keytip content for launcher icon.
|
|
58
|
-
* @default ''
|
|
59
|
-
*/
|
|
60
|
-
launcherIconKeyTip: any;
|
|
61
|
-
/**
|
|
62
|
-
* Defines whether to orientation in which the items of the group should be arranged.
|
|
63
|
-
* @isenumeration true
|
|
64
|
-
* @default ItemOrientation.Column
|
|
65
|
-
* @asptype ItemOrientation
|
|
66
|
-
*/
|
|
67
|
-
orientation: any;
|
|
68
|
-
/**
|
|
69
|
-
* Defines the header shown in overflow popup of Ribbon group.
|
|
70
|
-
* @default ''
|
|
71
|
-
*/
|
|
72
|
-
overflowHeader: any;
|
|
73
|
-
/**
|
|
74
|
-
* Defines the priority order at which the group should be collapsed or expanded.
|
|
75
|
-
* For collapsing value is fetched in ascending order and for expanding value is fetched in descending order.
|
|
76
|
-
* @default 0
|
|
77
|
-
*/
|
|
78
|
-
priority: any;
|
|
79
|
-
/**
|
|
80
|
-
* Defines whether to show or hide the launcher icon for the group.
|
|
81
|
-
* @default false
|
|
82
|
-
*/
|
|
83
|
-
showLauncherIcon: any;
|
|
84
|
-
constructor(viewContainerRef: ViewContainerRef);
|
|
85
|
-
}
|
|
86
|
-
/**
|
|
87
|
-
* RibbonGroup Array Directive
|
|
88
|
-
* @private
|
|
89
|
-
*/
|
|
90
|
-
export declare class RibbonGroupsDirective extends ArrayBase<RibbonGroupsDirective> {
|
|
91
|
-
constructor();
|
|
92
|
-
}
|
|
1
|
+
import { ViewContainerRef } from '@angular/core';
|
|
2
|
+
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
+
export declare class RibbonGroupDirective extends ComplexBase<RibbonGroupDirective> {
|
|
4
|
+
private viewContainerRef;
|
|
5
|
+
directivePropList: any;
|
|
6
|
+
childCollections: any;
|
|
7
|
+
tags: string[];
|
|
8
|
+
/**
|
|
9
|
+
* Defines the list of ribbon collections.
|
|
10
|
+
* @default []
|
|
11
|
+
* @asptype List<RibbonCollection>
|
|
12
|
+
*/
|
|
13
|
+
collections: any;
|
|
14
|
+
/**
|
|
15
|
+
* Defines one or more CSS classes to customize the appearance of group.
|
|
16
|
+
* @default ''
|
|
17
|
+
*/
|
|
18
|
+
cssClass: any;
|
|
19
|
+
/**
|
|
20
|
+
* Defines whether to add a separate popup for the overflow items in the group.
|
|
21
|
+
* 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.
|
|
22
|
+
* @default false
|
|
23
|
+
*/
|
|
24
|
+
enableGroupOverflow: any;
|
|
25
|
+
/**
|
|
26
|
+
* Defines the CSS class for the icons to be shown in the group overflow dropdown button in classic mode.
|
|
27
|
+
* 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.
|
|
28
|
+
* @default ''
|
|
29
|
+
*/
|
|
30
|
+
groupIconCss: any;
|
|
31
|
+
/**
|
|
32
|
+
* Defines the content of group header.
|
|
33
|
+
* @default ''
|
|
34
|
+
*/
|
|
35
|
+
header: any;
|
|
36
|
+
/**
|
|
37
|
+
* Defines a unique identifier for the group.
|
|
38
|
+
* @default ''
|
|
39
|
+
*/
|
|
40
|
+
id: any;
|
|
41
|
+
/**
|
|
42
|
+
* Defines whether the group is in collapsed state or not during classic mode.
|
|
43
|
+
* @default false
|
|
44
|
+
*/
|
|
45
|
+
isCollapsed: any;
|
|
46
|
+
/**
|
|
47
|
+
* Defines whether the group can be collapsed on resize during classic mode.
|
|
48
|
+
* @default true
|
|
49
|
+
*/
|
|
50
|
+
isCollapsible: any;
|
|
51
|
+
/**
|
|
52
|
+
* Specifies the keytip content.
|
|
53
|
+
* @default ''
|
|
54
|
+
*/
|
|
55
|
+
keyTip: any;
|
|
56
|
+
/**
|
|
57
|
+
* Specifies the keytip content for launcher icon.
|
|
58
|
+
* @default ''
|
|
59
|
+
*/
|
|
60
|
+
launcherIconKeyTip: any;
|
|
61
|
+
/**
|
|
62
|
+
* Defines whether to orientation in which the items of the group should be arranged.
|
|
63
|
+
* @isenumeration true
|
|
64
|
+
* @default ItemOrientation.Column
|
|
65
|
+
* @asptype ItemOrientation
|
|
66
|
+
*/
|
|
67
|
+
orientation: any;
|
|
68
|
+
/**
|
|
69
|
+
* Defines the header shown in overflow popup of Ribbon group.
|
|
70
|
+
* @default ''
|
|
71
|
+
*/
|
|
72
|
+
overflowHeader: any;
|
|
73
|
+
/**
|
|
74
|
+
* Defines the priority order at which the group should be collapsed or expanded.
|
|
75
|
+
* For collapsing value is fetched in ascending order and for expanding value is fetched in descending order.
|
|
76
|
+
* @default 0
|
|
77
|
+
*/
|
|
78
|
+
priority: any;
|
|
79
|
+
/**
|
|
80
|
+
* Defines whether to show or hide the launcher icon for the group.
|
|
81
|
+
* @default false
|
|
82
|
+
*/
|
|
83
|
+
showLauncherIcon: any;
|
|
84
|
+
constructor(viewContainerRef: ViewContainerRef);
|
|
85
|
+
}
|
|
86
|
+
/**
|
|
87
|
+
* RibbonGroup Array Directive
|
|
88
|
+
* @private
|
|
89
|
+
*/
|
|
90
|
+
export declare class RibbonGroupsDirective extends ArrayBase<RibbonGroupsDirective> {
|
|
91
|
+
constructor();
|
|
92
|
+
}
|