@syncfusion/ej2-angular-ribbon 25.1.41 → 25.2.3-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 +615 -0
- package/@syncfusion/ej2-angular-ribbon.es5.js.map +1 -0
- package/@syncfusion/ej2-angular-ribbon.js +571 -0
- package/@syncfusion/ej2-angular-ribbon.js.map +1 -0
- package/CHANGELOG.md +101 -0
- package/dist/ej2-angular-ribbon.umd.js +806 -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 +13 -28
- package/postinstall/tagchange.js +16 -16
- 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/contextualtabs.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 +0 -3
- package/src/ribbon/ribbon.module.d.ts +0 -11
- package/src/ribbon/tabs.directive.d.ts +0 -5
- package/styles/bootstrap-dark.css +1 -0
- package/styles/bootstrap-dark.scss +1 -0
- package/styles/bootstrap.css +1 -0
- package/styles/bootstrap.scss +1 -0
- package/styles/bootstrap4.css +1 -0
- package/styles/bootstrap4.scss +1 -0
- package/styles/bootstrap5-dark.css +1 -0
- package/styles/bootstrap5-dark.scss +1 -0
- package/styles/bootstrap5.css +1 -0
- package/styles/bootstrap5.scss +1 -0
- package/styles/fabric-dark.css +1 -0
- package/styles/fabric-dark.scss +1 -0
- package/styles/fabric.css +1 -0
- package/styles/fabric.scss +1 -0
- package/styles/fluent-dark.css +1 -0
- package/styles/fluent-dark.scss +1 -0
- package/styles/fluent.css +1 -0
- package/styles/fluent.scss +1 -0
- package/styles/highcontrast-light.css +1 -0
- package/styles/highcontrast-light.scss +1 -0
- package/styles/highcontrast.css +1 -0
- package/styles/highcontrast.scss +1 -0
- package/styles/material-dark.css +1 -0
- package/styles/material-dark.scss +1 -0
- package/styles/material.css +1 -0
- package/styles/material.scss +1 -0
- package/styles/material3-dark.css +1 -0
- package/styles/material3-dark.scss +2 -0
- package/styles/material3.css +1 -0
- package/styles/material3.scss +2 -0
- package/styles/ribbon/bootstrap-dark.css +1 -0
- package/styles/ribbon/bootstrap-dark.scss +1 -0
- package/styles/ribbon/bootstrap.css +1 -0
- package/styles/ribbon/bootstrap.scss +1 -0
- package/styles/ribbon/bootstrap4.css +1 -0
- package/styles/ribbon/bootstrap4.scss +1 -0
- package/styles/ribbon/bootstrap5-dark.css +1 -0
- package/styles/ribbon/bootstrap5-dark.scss +1 -0
- package/styles/ribbon/bootstrap5.css +1 -0
- package/styles/ribbon/bootstrap5.scss +1 -0
- package/styles/ribbon/fabric-dark.css +1 -0
- package/styles/ribbon/fabric-dark.scss +1 -0
- package/styles/ribbon/fabric.css +1 -0
- package/styles/ribbon/fabric.scss +1 -0
- package/styles/ribbon/fluent-dark.css +1 -0
- package/styles/ribbon/fluent-dark.scss +1 -0
- package/styles/ribbon/fluent.css +1 -0
- package/styles/ribbon/fluent.scss +1 -0
- package/styles/ribbon/highcontrast-light.css +1 -0
- package/styles/ribbon/highcontrast-light.scss +1 -0
- package/styles/ribbon/highcontrast.css +1 -0
- package/styles/ribbon/highcontrast.scss +1 -0
- package/styles/ribbon/material-dark.css +1 -0
- package/styles/ribbon/material-dark.scss +1 -0
- package/styles/ribbon/material.css +1 -0
- package/styles/ribbon/material.scss +1 -0
- package/styles/ribbon/material3-dark.css +1 -0
- package/styles/ribbon/material3-dark.scss +2 -0
- package/styles/ribbon/material3.css +1 -0
- package/styles/ribbon/material3.scss +2 -0
- package/styles/ribbon/tailwind-dark.css +1 -0
- package/styles/ribbon/tailwind-dark.scss +1 -0
- package/styles/ribbon/tailwind.css +1 -0
- package/styles/ribbon/tailwind.scss +1 -0
- package/styles/tailwind-dark.css +1 -0
- package/styles/tailwind-dark.scss +1 -0
- package/styles/tailwind.css +1 -0
- package/styles/tailwind.scss +1 -0
- package/esm2020/public_api.mjs +0 -3
- package/esm2020/src/index.mjs +0 -10
- package/esm2020/src/ribbon/collections.directive.mjs +0 -50
- package/esm2020/src/ribbon/contextualtabs.directive.mjs +0 -62
- package/esm2020/src/ribbon/groups.directive.mjs +0 -50
- package/esm2020/src/ribbon/items.directive.mjs +0 -54
- package/esm2020/src/ribbon/ribbon-all.module.mjs +0 -62
- package/esm2020/src/ribbon/ribbon.component.mjs +0 -160
- package/esm2020/src/ribbon/ribbon.module.mjs +0 -70
- package/esm2020/src/ribbon/tabs.directive.mjs +0 -50
- package/esm2020/syncfusion-ej2-angular-ribbon.mjs +0 -5
- package/fesm2015/syncfusion-ej2-angular-ribbon.mjs +0 -530
- package/fesm2015/syncfusion-ej2-angular-ribbon.mjs.map +0 -1
- package/fesm2020/syncfusion-ej2-angular-ribbon.mjs +0 -530
- package/fesm2020/syncfusion-ej2-angular-ribbon.mjs.map +0 -1
- package/syncfusion-ej2-angular-ribbon.d.ts +0 -5
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/schema",
|
|
3
|
+
"$id": "ngAdd",
|
|
4
|
+
"title": "Add Essential JS 2 Angular packages",
|
|
5
|
+
"type": "object",
|
|
6
|
+
"properties": {
|
|
7
|
+
"skipPackageJson": {
|
|
8
|
+
"type": "boolean",
|
|
9
|
+
"default": false,
|
|
10
|
+
"description": "Do not add add Essential JS 2 Angular packages dependencies to package.json (e.g., --skipPackageJson)"
|
|
11
|
+
},
|
|
12
|
+
"modules": {
|
|
13
|
+
"type": "string",
|
|
14
|
+
"default": "",
|
|
15
|
+
"description": "Add only specific Essential JS 2 modules to the app.module file (eg: --modules=slider, grid)"
|
|
16
|
+
},
|
|
17
|
+
"modulePath": {
|
|
18
|
+
"type": "string",
|
|
19
|
+
"default": "",
|
|
20
|
+
"description": "Used to specify the path of the module file where the EJ2 module needs to be imported"
|
|
21
|
+
},
|
|
22
|
+
"theme": {
|
|
23
|
+
"enum": [
|
|
24
|
+
"material",
|
|
25
|
+
"fabric",
|
|
26
|
+
"bootstrap",
|
|
27
|
+
"highcontrast"
|
|
28
|
+
],
|
|
29
|
+
"default": "material",
|
|
30
|
+
"description": "Used to change the theme that needs to be imported"
|
|
31
|
+
}
|
|
32
|
+
},
|
|
33
|
+
"required": []
|
|
34
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
export interface OptionsSchema {
|
|
2
|
+
// Whether to skip package.json install.
|
|
3
|
+
skipPackageJson: boolean;
|
|
4
|
+
|
|
5
|
+
// Used to specify required module names
|
|
6
|
+
modules: string;
|
|
7
|
+
|
|
8
|
+
// Used to specify custom module path
|
|
9
|
+
modulePath: string;
|
|
10
|
+
|
|
11
|
+
// Used to specify theme name
|
|
12
|
+
theme: 'material' | 'fabric' | 'bootstrap' | 'highcontrast';
|
|
13
|
+
|
|
14
|
+
// Name of the project to target.
|
|
15
|
+
project?: string;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
export interface LibOptionsSchema {
|
|
19
|
+
// Package name
|
|
20
|
+
pkgName: string;
|
|
21
|
+
|
|
22
|
+
// Package version
|
|
23
|
+
pkgVer: string;
|
|
24
|
+
|
|
25
|
+
// Library base module name
|
|
26
|
+
moduleName: string;
|
|
27
|
+
|
|
28
|
+
// Theme version
|
|
29
|
+
themeVer: string;
|
|
30
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
{
|
|
2
|
+
"compilerOptions": {
|
|
3
|
+
"lib": ["es2017", "dom"],
|
|
4
|
+
"module": "commonjs",
|
|
5
|
+
"moduleResolution": "node",
|
|
6
|
+
"noEmitOnError": false,
|
|
7
|
+
"skipDefaultLibCheck": true,
|
|
8
|
+
"skipLibCheck": true,
|
|
9
|
+
"sourceMap": true,
|
|
10
|
+
"target": "es6",
|
|
11
|
+
"declaration": true,
|
|
12
|
+
"types": [
|
|
13
|
+
"jasmine",
|
|
14
|
+
"node"
|
|
15
|
+
]
|
|
16
|
+
},
|
|
17
|
+
"exclude": [
|
|
18
|
+
"node_modules",
|
|
19
|
+
"src",
|
|
20
|
+
"src/**/*.ts",
|
|
21
|
+
"spec",
|
|
22
|
+
"spec/**/*.ts",
|
|
23
|
+
"@typings"
|
|
24
|
+
]
|
|
25
|
+
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { ViewContainerRef } from '@angular/core';
|
|
2
2
|
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
3
|
export declare class RibbonCollectionDirective extends ComplexBase<RibbonCollectionDirective> {
|
|
5
4
|
private viewContainerRef;
|
|
6
5
|
directivePropList: any;
|
|
@@ -23,8 +22,6 @@ export declare class RibbonCollectionDirective extends ComplexBase<RibbonCollect
|
|
|
23
22
|
*/
|
|
24
23
|
items: any;
|
|
25
24
|
constructor(viewContainerRef: ViewContainerRef);
|
|
26
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<RibbonCollectionDirective, never>;
|
|
27
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<RibbonCollectionDirective, "e-ribbon-collection", never, { "cssClass": "cssClass"; "id": "id"; "items": "items"; }, {}, ["childItems"]>;
|
|
28
25
|
}
|
|
29
26
|
/**
|
|
30
27
|
* RibbonCollection Array Directive
|
|
@@ -32,6 +29,4 @@ export declare class RibbonCollectionDirective extends ComplexBase<RibbonCollect
|
|
|
32
29
|
*/
|
|
33
30
|
export declare class RibbonCollectionsDirective extends ArrayBase<RibbonCollectionsDirective> {
|
|
34
31
|
constructor();
|
|
35
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<RibbonCollectionsDirective, never>;
|
|
36
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<RibbonCollectionsDirective, "e-ribbon-collections", never, {}, {}, ["children"]>;
|
|
37
32
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { ViewContainerRef } from '@angular/core';
|
|
2
2
|
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
3
|
/**
|
|
5
4
|
* `e-ribbon-contextual-tab` directive represent a contextual tab of the Angular Ribbon.
|
|
6
5
|
* It must be contained in a Ribbon component(`ejs-ribbon`).
|
|
@@ -35,8 +34,6 @@ export declare class RibbonContextualTabDirective extends ComplexBase<RibbonCont
|
|
|
35
34
|
*/
|
|
36
35
|
visible: any;
|
|
37
36
|
constructor(viewContainerRef: ViewContainerRef);
|
|
38
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<RibbonContextualTabDirective, never>;
|
|
39
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<RibbonContextualTabDirective, "e-ribbon-contextual-tab", never, { "isSelected": "isSelected"; "tabs": "tabs"; "visible": "visible"; }, {}, ["childTabs"]>;
|
|
40
37
|
}
|
|
41
38
|
/**
|
|
42
39
|
* RibbonContextualTab Array Directive
|
|
@@ -44,6 +41,4 @@ export declare class RibbonContextualTabDirective extends ComplexBase<RibbonCont
|
|
|
44
41
|
*/
|
|
45
42
|
export declare class RibbonContextualTabsDirective extends ArrayBase<RibbonContextualTabsDirective> {
|
|
46
43
|
constructor();
|
|
47
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<RibbonContextualTabsDirective, never>;
|
|
48
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<RibbonContextualTabsDirective, "e-ribbon-contextual-tabs", never, {}, {}, ["children"]>;
|
|
49
44
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { ViewContainerRef } from '@angular/core';
|
|
2
2
|
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
3
|
export declare class RibbonGroupDirective extends ComplexBase<RibbonGroupDirective> {
|
|
5
4
|
private viewContainerRef;
|
|
6
5
|
directivePropList: any;
|
|
@@ -83,8 +82,6 @@ export declare class RibbonGroupDirective extends ComplexBase<RibbonGroupDirecti
|
|
|
83
82
|
*/
|
|
84
83
|
showLauncherIcon: any;
|
|
85
84
|
constructor(viewContainerRef: ViewContainerRef);
|
|
86
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<RibbonGroupDirective, never>;
|
|
87
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<RibbonGroupDirective, "e-ribbon-group", never, { "collections": "collections"; "cssClass": "cssClass"; "enableGroupOverflow": "enableGroupOverflow"; "groupIconCss": "groupIconCss"; "header": "header"; "id": "id"; "isCollapsed": "isCollapsed"; "isCollapsible": "isCollapsible"; "keyTip": "keyTip"; "launcherIconKeyTip": "launcherIconKeyTip"; "orientation": "orientation"; "overflowHeader": "overflowHeader"; "priority": "priority"; "showLauncherIcon": "showLauncherIcon"; }, {}, ["childCollections"]>;
|
|
88
85
|
}
|
|
89
86
|
/**
|
|
90
87
|
* RibbonGroup Array Directive
|
|
@@ -92,6 +89,4 @@ export declare class RibbonGroupDirective extends ComplexBase<RibbonGroupDirecti
|
|
|
92
89
|
*/
|
|
93
90
|
export declare class RibbonGroupsDirective extends ArrayBase<RibbonGroupsDirective> {
|
|
94
91
|
constructor();
|
|
95
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<RibbonGroupsDirective, never>;
|
|
96
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<RibbonGroupsDirective, "e-ribbon-groups", never, {}, {}, ["children"]>;
|
|
97
92
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { ViewContainerRef } from '@angular/core';
|
|
2
2
|
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
3
|
export declare class RibbonItemDirective extends ComplexBase<RibbonItemDirective> {
|
|
5
4
|
private viewContainerRef;
|
|
6
5
|
directivePropList: any;
|
|
@@ -105,8 +104,6 @@ export declare class RibbonItemDirective extends ComplexBase<RibbonItemDirective
|
|
|
105
104
|
*/
|
|
106
105
|
itemTemplate: any;
|
|
107
106
|
constructor(viewContainerRef: ViewContainerRef);
|
|
108
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<RibbonItemDirective, never>;
|
|
109
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<RibbonItemDirective, "e-ribbon-item", never, { "activeSize": "activeSize"; "allowedSizes": "allowedSizes"; "buttonSettings": "buttonSettings"; "checkBoxSettings": "checkBoxSettings"; "colorPickerSettings": "colorPickerSettings"; "comboBoxSettings": "comboBoxSettings"; "cssClass": "cssClass"; "disabled": "disabled"; "displayOptions": "displayOptions"; "dropDownSettings": "dropDownSettings"; "gallerySettings": "gallerySettings"; "groupButtonSettings": "groupButtonSettings"; "id": "id"; "itemTemplate": "itemTemplate"; "keyTip": "keyTip"; "ribbonTooltipSettings": "ribbonTooltipSettings"; "splitButtonSettings": "splitButtonSettings"; "type": "type"; }, {}, ["itemTemplate"]>;
|
|
110
107
|
}
|
|
111
108
|
/**
|
|
112
109
|
* RibbonItem Array Directive
|
|
@@ -114,6 +111,4 @@ export declare class RibbonItemDirective extends ComplexBase<RibbonItemDirective
|
|
|
114
111
|
*/
|
|
115
112
|
export declare class RibbonItemsDirective extends ArrayBase<RibbonItemsDirective> {
|
|
116
113
|
constructor();
|
|
117
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<RibbonItemsDirective, never>;
|
|
118
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<RibbonItemsDirective, "e-ribbon-items", never, {}, {}, ["children"]>;
|
|
119
114
|
}
|
|
@@ -1,7 +1,4 @@
|
|
|
1
1
|
import { ValueProvider } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "@angular/common";
|
|
4
|
-
import * as i2 from "./ribbon.module";
|
|
5
2
|
export declare const RibbonButtonService: ValueProvider;
|
|
6
3
|
export declare const RibbonDropDownService: ValueProvider;
|
|
7
4
|
export declare const RibbonSplitButtonService: ValueProvider;
|
|
@@ -18,7 +15,4 @@ export declare const RibbonGalleryService: ValueProvider;
|
|
|
18
15
|
* NgModule definition for the Ribbon component with providers.
|
|
19
16
|
*/
|
|
20
17
|
export declare class RibbonAllModule {
|
|
21
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<RibbonAllModule, never>;
|
|
22
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<RibbonAllModule, never, [typeof i1.CommonModule, typeof i2.RibbonModule], [typeof i2.RibbonModule]>;
|
|
23
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<RibbonAllModule>;
|
|
24
18
|
}
|
|
@@ -3,7 +3,6 @@ import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
|
3
3
|
import { Ribbon } from '@syncfusion/ej2-ribbon';
|
|
4
4
|
import { RibbonTabsDirective } from './tabs.directive';
|
|
5
5
|
import { RibbonContextualTabsDirective } from './contextualtabs.directive';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
6
|
export declare const inputs: string[];
|
|
8
7
|
export declare const outputs: string[];
|
|
9
8
|
export declare const twoWays: string[];
|
|
@@ -48,6 +47,4 @@ export declare class RibbonComponent extends Ribbon implements IComponentBase {
|
|
|
48
47
|
ngAfterContentChecked(): void;
|
|
49
48
|
registerEvents: (eventList: string[]) => void;
|
|
50
49
|
addTwoWay: (propList: string[]) => void;
|
|
51
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<RibbonComponent, never>;
|
|
52
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<RibbonComponent, "ejs-ribbon", never, { "activeLayout": "activeLayout"; "backStageMenu": "backStageMenu"; "contextualTabs": "contextualTabs"; "cssClass": "cssClass"; "enableKeyTips": "enableKeyTips"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "fileMenu": "fileMenu"; "helpPaneTemplate": "helpPaneTemplate"; "hideLayoutSwitcher": "hideLayoutSwitcher"; "isMinimized": "isMinimized"; "launcherIconCss": "launcherIconCss"; "layoutSwitcherKeyTip": "layoutSwitcherKeyTip"; "locale": "locale"; "selectedTab": "selectedTab"; "tabAnimation": "tabAnimation"; "tabs": "tabs"; "width": "width"; }, { "created": "created"; "launcherIconClick": "launcherIconClick"; "overflowPopupClose": "overflowPopupClose"; "overflowPopupOpen": "overflowPopupOpen"; "ribbonCollapsing": "ribbonCollapsing"; "ribbonExpanding": "ribbonExpanding"; "tabSelected": "tabSelected"; "tabSelecting": "tabSelecting"; }, ["helpPaneTemplate", "childTabs", "childContextualTabs"], ["div"]>;
|
|
53
50
|
}
|
|
@@ -1,16 +1,5 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./ribbon.component";
|
|
3
|
-
import * as i2 from "./items.directive";
|
|
4
|
-
import * as i3 from "./collections.directive";
|
|
5
|
-
import * as i4 from "./groups.directive";
|
|
6
|
-
import * as i5 from "./tabs.directive";
|
|
7
|
-
import * as i6 from "./contextualtabs.directive";
|
|
8
|
-
import * as i7 from "@angular/common";
|
|
9
1
|
/**
|
|
10
2
|
* NgModule definition for the Ribbon component.
|
|
11
3
|
*/
|
|
12
4
|
export declare class RibbonModule {
|
|
13
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<RibbonModule, never>;
|
|
14
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<RibbonModule, [typeof i1.RibbonComponent, typeof i2.RibbonItemDirective, typeof i2.RibbonItemsDirective, typeof i3.RibbonCollectionDirective, typeof i3.RibbonCollectionsDirective, typeof i4.RibbonGroupDirective, typeof i4.RibbonGroupsDirective, typeof i5.RibbonTabDirective, typeof i5.RibbonTabsDirective, typeof i6.RibbonContextualTabDirective, typeof i6.RibbonContextualTabsDirective], [typeof i7.CommonModule], [typeof i1.RibbonComponent, typeof i2.RibbonItemDirective, typeof i2.RibbonItemsDirective, typeof i3.RibbonCollectionDirective, typeof i3.RibbonCollectionsDirective, typeof i4.RibbonGroupDirective, typeof i4.RibbonGroupsDirective, typeof i5.RibbonTabDirective, typeof i5.RibbonTabsDirective, typeof i6.RibbonContextualTabDirective, typeof i6.RibbonContextualTabsDirective]>;
|
|
15
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<RibbonModule>;
|
|
16
5
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { ViewContainerRef } from '@angular/core';
|
|
2
2
|
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
3
|
export declare class RibbonTabDirective extends ComplexBase<RibbonTabDirective> {
|
|
5
4
|
private viewContainerRef;
|
|
6
5
|
directivePropList: any;
|
|
@@ -33,8 +32,6 @@ export declare class RibbonTabDirective extends ComplexBase<RibbonTabDirective>
|
|
|
33
32
|
*/
|
|
34
33
|
keyTip: any;
|
|
35
34
|
constructor(viewContainerRef: ViewContainerRef);
|
|
36
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<RibbonTabDirective, never>;
|
|
37
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<RibbonTabDirective, "e-ribbon-tab", never, { "cssClass": "cssClass"; "groups": "groups"; "header": "header"; "id": "id"; "keyTip": "keyTip"; }, {}, ["childGroups"]>;
|
|
38
35
|
}
|
|
39
36
|
/**
|
|
40
37
|
* RibbonTab Array Directive
|
|
@@ -42,6 +39,4 @@ export declare class RibbonTabDirective extends ComplexBase<RibbonTabDirective>
|
|
|
42
39
|
*/
|
|
43
40
|
export declare class RibbonTabsDirective extends ArrayBase<RibbonTabsDirective> {
|
|
44
41
|
constructor();
|
|
45
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<RibbonTabsDirective, never>;
|
|
46
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<RibbonTabsDirective, "e-ribbon-tabs", never, {}, {}, ["children"]>;
|
|
47
42
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-ribbon/styles/bootstrap-dark.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ribbon/bootstrap-dark.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-ribbon/styles/bootstrap.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ribbon/bootstrap.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-ribbon/styles/bootstrap4.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ribbon/bootstrap4.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-ribbon/styles/bootstrap5-dark.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ribbon/bootstrap5-dark.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-ribbon/styles/bootstrap5.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ribbon/bootstrap5.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-ribbon/styles/fabric-dark.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ribbon/fabric-dark.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-ribbon/styles/fabric.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ribbon/fabric.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-ribbon/styles/fluent-dark.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ribbon/fluent-dark.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-ribbon/styles/fluent.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ribbon/fluent.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-ribbon/styles/highcontrast-light.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ribbon/highcontrast-light.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-ribbon/styles/highcontrast.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ribbon/highcontrast.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-ribbon/styles/material-dark.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ribbon/material-dark.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-ribbon/styles/material.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ribbon/material.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-ribbon/styles/material3-dark.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-ribbon/styles/material3.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-ribbon/styles/ribbon/bootstrap-dark.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-ribbon/styles/ribbon/bootstrap-dark.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-ribbon/styles/ribbon/bootstrap.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-ribbon/styles/ribbon/bootstrap.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-ribbon/styles/ribbon/bootstrap4.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-ribbon/styles/ribbon/bootstrap4.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-ribbon/styles/ribbon/bootstrap5-dark.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-ribbon/styles/ribbon/bootstrap5-dark.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-ribbon/styles/ribbon/bootstrap5.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-ribbon/styles/ribbon/bootstrap5.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-ribbon/styles/ribbon/fabric-dark.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-ribbon/styles/ribbon/fabric-dark.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-ribbon/styles/ribbon/fabric.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-ribbon/styles/ribbon/fabric.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-ribbon/styles/ribbon/fluent-dark.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-ribbon/styles/ribbon/fluent-dark.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-ribbon/styles/ribbon/fluent.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-ribbon/styles/ribbon/fluent.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-ribbon/styles/ribbon/highcontrast-light.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-ribbon/styles/ribbon/highcontrast-light.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-ribbon/styles/ribbon/highcontrast.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-ribbon/styles/ribbon/highcontrast.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-ribbon/styles/ribbon/material-dark.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-ribbon/styles/ribbon/material-dark.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-ribbon/styles/ribbon/material.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-ribbon/styles/ribbon/material.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-ribbon/styles/ribbon/material3-dark.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-ribbon/styles/ribbon/material3.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-ribbon/styles/ribbon/tailwind-dark.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-ribbon/styles/ribbon/tailwind-dark.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-ribbon/styles/ribbon/tailwind.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-ribbon/styles/ribbon/tailwind.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-ribbon/styles/tailwind-dark.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ribbon/tailwind-dark.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-ribbon/styles/tailwind.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ribbon/tailwind.scss';
|
package/esm2020/public_api.mjs
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
// Mapping root file for package generation
|
|
2
|
-
export * from './src/index';
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljX2FwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL3B1YmxpY19hcGkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsMkNBQTJDO0FBQzNDLGNBQWMsYUFBYSxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLy8gTWFwcGluZyByb290IGZpbGUgZm9yIHBhY2thZ2UgZ2VuZXJhdGlvblxuZXhwb3J0ICogZnJvbSAnLi9zcmMvaW5kZXgnOyJdfQ==
|
package/esm2020/src/index.mjs
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
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';
|
|
10
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9zcmMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFDLG1CQUFtQixFQUFDLG9CQUFvQixFQUFDLE1BQU0sMEJBQTBCLENBQUM7QUFDbEYsT0FBTyxFQUFDLHlCQUF5QixFQUFDLDBCQUEwQixFQUFDLE1BQU0sZ0NBQWdDLENBQUM7QUFDcEcsT0FBTyxFQUFDLG9CQUFvQixFQUFDLHFCQUFxQixFQUFDLE1BQU0sMkJBQTJCLENBQUM7QUFDckYsT0FBTyxFQUFDLGtCQUFrQixFQUFDLG1CQUFtQixFQUFDLE1BQU0seUJBQXlCLENBQUM7QUFDL0UsT0FBTyxFQUFDLDRCQUE0QixFQUFDLDZCQUE2QixFQUFDLE1BQU0sbUNBQW1DLENBQUM7QUFDN0csT0FBTyxFQUFFLGVBQWUsRUFBQyxNQUFNLDJCQUEyQixDQUFDO0FBQzNELE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSx3QkFBd0IsQ0FBQztBQUN0RCxPQUFPLEVBQUUsZUFBZSxFQUFFLG1CQUFtQixFQUFFLHFCQUFxQixFQUFFLHdCQUF3QixFQUFFLHFCQUFxQixFQUFFLHdCQUF3QixFQUFFLHFCQUFxQixFQUFFLHdCQUF3QixFQUFFLHFCQUFxQixFQUFFLHNCQUFzQixFQUFFLG1CQUFtQixFQUFFLDBCQUEwQixFQUFFLG9CQUFvQixFQUFFLE1BQU0sNEJBQTRCLENBQUM7QUFDM1YsY0FBYyx3QkFBd0IsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCB7UmliYm9uSXRlbURpcmVjdGl2ZSxSaWJib25JdGVtc0RpcmVjdGl2ZX0gZnJvbSAnLi9yaWJib24vaXRlbXMuZGlyZWN0aXZlJztcbmV4cG9ydCB7UmliYm9uQ29sbGVjdGlvbkRpcmVjdGl2ZSxSaWJib25Db2xsZWN0aW9uc0RpcmVjdGl2ZX0gZnJvbSAnLi9yaWJib24vY29sbGVjdGlvbnMuZGlyZWN0aXZlJztcbmV4cG9ydCB7UmliYm9uR3JvdXBEaXJlY3RpdmUsUmliYm9uR3JvdXBzRGlyZWN0aXZlfSBmcm9tICcuL3JpYmJvbi9ncm91cHMuZGlyZWN0aXZlJztcbmV4cG9ydCB7UmliYm9uVGFiRGlyZWN0aXZlLFJpYmJvblRhYnNEaXJlY3RpdmV9IGZyb20gJy4vcmliYm9uL3RhYnMuZGlyZWN0aXZlJztcbmV4cG9ydCB7UmliYm9uQ29udGV4dHVhbFRhYkRpcmVjdGl2ZSxSaWJib25Db250ZXh0dWFsVGFic0RpcmVjdGl2ZX0gZnJvbSAnLi9yaWJib24vY29udGV4dHVhbHRhYnMuZGlyZWN0aXZlJztcbmV4cG9ydCB7IFJpYmJvbkNvbXBvbmVudH0gZnJvbSAnLi9yaWJib24vcmliYm9uLmNvbXBvbmVudCc7XG5leHBvcnQgeyBSaWJib25Nb2R1bGUgfSBmcm9tICcuL3JpYmJvbi9yaWJib24ubW9kdWxlJztcbmV4cG9ydCB7IFJpYmJvbkFsbE1vZHVsZSwgUmliYm9uQnV0dG9uU2VydmljZSwgUmliYm9uRHJvcERvd25TZXJ2aWNlLCBSaWJib25TcGxpdEJ1dHRvblNlcnZpY2UsIFJpYmJvbkNoZWNrQm94U2VydmljZSwgUmliYm9uQ29sb3JQaWNrZXJTZXJ2aWNlLCBSaWJib25Db21ib0JveFNlcnZpY2UsIFJpYmJvbkdyb3VwQnV0dG9uU2VydmljZSwgUmliYm9uRmlsZU1lbnVTZXJ2aWNlLCBSaWJib25CYWNrc3RhZ2VTZXJ2aWNlLCBSaWJib25LZXlUaXBTZXJ2aWNlLCBSaWJib25Db250ZXh0dWFsVGFiU2VydmljZSwgUmliYm9uR2FsbGVyeVNlcnZpY2UgfSBmcm9tICcuL3JpYmJvbi9yaWJib24tYWxsLm1vZHVsZSc7XG5leHBvcnQgKiBmcm9tICdAc3luY2Z1c2lvbi9lajItcmliYm9uJzsiXX0=
|
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
import { Directive, ContentChildren, ContentChild } from '@angular/core';
|
|
2
|
-
import { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';
|
|
3
|
-
import { RibbonItemsDirective } from './items.directive';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
let input = ['cssClass', 'id', 'items'];
|
|
6
|
-
let outputs = [];
|
|
7
|
-
export class RibbonCollectionDirective extends ComplexBase {
|
|
8
|
-
constructor(viewContainerRef) {
|
|
9
|
-
super();
|
|
10
|
-
this.viewContainerRef = viewContainerRef;
|
|
11
|
-
this.tags = ['items'];
|
|
12
|
-
setValue('currentInstance', this, this.viewContainerRef);
|
|
13
|
-
this.registerEvents(outputs);
|
|
14
|
-
this.directivePropList = input;
|
|
15
|
-
}
|
|
16
|
-
}
|
|
17
|
-
RibbonCollectionDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RibbonCollectionDirective, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
18
|
-
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 });
|
|
19
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RibbonCollectionDirective, decorators: [{
|
|
20
|
-
type: Directive,
|
|
21
|
-
args: [{
|
|
22
|
-
selector: 'e-ribbon-collection',
|
|
23
|
-
inputs: input,
|
|
24
|
-
outputs: outputs,
|
|
25
|
-
queries: {
|
|
26
|
-
childItems: new ContentChild(RibbonItemsDirective)
|
|
27
|
-
}
|
|
28
|
-
}]
|
|
29
|
-
}], ctorParameters: function () { return [{ type: i0.ViewContainerRef }]; } });
|
|
30
|
-
/**
|
|
31
|
-
* RibbonCollection Array Directive
|
|
32
|
-
* @private
|
|
33
|
-
*/
|
|
34
|
-
export class RibbonCollectionsDirective extends ArrayBase {
|
|
35
|
-
constructor() {
|
|
36
|
-
super('collections');
|
|
37
|
-
}
|
|
38
|
-
}
|
|
39
|
-
RibbonCollectionsDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RibbonCollectionsDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
40
|
-
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 });
|
|
41
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: RibbonCollectionsDirective, decorators: [{
|
|
42
|
-
type: Directive,
|
|
43
|
-
args: [{
|
|
44
|
-
selector: 'e-ribbon-collections',
|
|
45
|
-
queries: {
|
|
46
|
-
children: new ContentChildren(RibbonCollectionDirective)
|
|
47
|
-
},
|
|
48
|
-
}]
|
|
49
|
-
}], ctorParameters: function () { return []; } });
|
|
50
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29sbGVjdGlvbnMuZGlyZWN0aXZlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vc3JjL3JpYmJvbi9jb2xsZWN0aW9ucy5kaXJlY3RpdmUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBb0IsZUFBZSxFQUFFLFlBQVksRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUMzRixPQUFPLEVBQUUsV0FBVyxFQUFFLFNBQVMsRUFBRSxRQUFRLEVBQUUsTUFBTSw4QkFBOEIsQ0FBQztBQUVoRixPQUFPLEVBQUUsb0JBQW9CLEVBQUUsTUFBTSxtQkFBbUIsQ0FBQzs7QUFFekQsSUFBSSxLQUFLLEdBQWEsQ0FBQyxVQUFVLEVBQUUsSUFBSSxFQUFFLE9BQU8sQ0FBQyxDQUFDO0FBQ2xELElBQUksT0FBTyxHQUFhLEVBQUUsQ0FBQztBQVUzQixNQUFNLE9BQU8seUJBQTBCLFNBQVEsV0FBc0M7SUFzQmpGLFlBQW9CLGdCQUFpQztRQUNqRCxLQUFLLEVBQUUsQ0FBQztRQURRLHFCQUFnQixHQUFoQixnQkFBZ0IsQ0FBaUI7UUFsQjlDLFNBQUksR0FBYSxDQUFDLE9BQU8sQ0FBQyxDQUFDO1FBb0I5QixRQUFRLENBQUMsaUJBQWlCLEVBQUUsSUFBSSxFQUFFLElBQUksQ0FBQyxnQkFBZ0IsQ0FBQyxDQUFDO1FBQ3pELElBQUksQ0FBQyxjQUFjLENBQUMsT0FBTyxDQUFDLENBQUM7UUFDN0IsSUFBSSxDQUFDLGlCQUFpQixHQUFHLEtBQUssQ0FBQztJQUNuQyxDQUFDOztzSEEzQlEseUJBQXlCOzBHQUF6Qix5QkFBeUIsK0pBSEQsb0JBQW9COzJGQUc1Qyx5QkFBeUI7a0JBUnJDLFNBQVM7bUJBQUM7b0JBQ1AsUUFBUSxFQUFFLHFCQUFxQjtvQkFDL0IsTUFBTSxFQUFFLEtBQUs7b0JBQ2IsT0FBTyxFQUFFLE9BQU87b0JBQ2hCLE9BQU8sRUFBRTt3QkFDTCxVQUFVLEVBQUUsSUFBSSxZQUFZLENBQUMsb0JBQW9CLENBQUM7cUJBQ3JEO2lCQUNKOztBQStCRDs7O0dBR0c7QUFPSCxNQUFNLE9BQU8sMEJBQTJCLFNBQVEsU0FBcUM7SUFDakY7UUFDSSxLQUFLLENBQUMsYUFBYSxDQUFDLENBQUM7SUFDekIsQ0FBQzs7dUhBSFEsMEJBQTBCOzJHQUExQiwwQkFBMEIscUZBSEQseUJBQXlCOzJGQUdsRCwwQkFBMEI7a0JBTnRDLFNBQVM7bUJBQUM7b0JBQ1AsUUFBUSxFQUFFLHNCQUFzQjtvQkFDaEMsT0FBTyxFQUFFO3dCQUNMLFFBQVEsRUFBRSxJQUFJLGVBQWUsQ0FBQyx5QkFBeUIsQ0FBQztxQkFDM0Q7aUJBQ0oiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBEaXJlY3RpdmUsIFZpZXdDb250YWluZXJSZWYsIENvbnRlbnRDaGlsZHJlbiwgQ29udGVudENoaWxkIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBDb21wbGV4QmFzZSwgQXJyYXlCYXNlLCBzZXRWYWx1ZSB9IGZyb20gJ0BzeW5jZnVzaW9uL2VqMi1hbmd1bGFyLWJhc2UnO1xuXG5pbXBvcnQgeyBSaWJib25JdGVtc0RpcmVjdGl2ZSB9IGZyb20gJy4vaXRlbXMuZGlyZWN0aXZlJztcblxubGV0IGlucHV0OiBzdHJpbmdbXSA9IFsnY3NzQ2xhc3MnLCAnaWQnLCAnaXRlbXMnXTtcbmxldCBvdXRwdXRzOiBzdHJpbmdbXSA9IFtdO1xuXG5ARGlyZWN0aXZlKHtcbiAgICBzZWxlY3RvcjogJ2UtcmliYm9uLWNvbGxlY3Rpb24nLFxuICAgIGlucHV0czogaW5wdXQsXG4gICAgb3V0cHV0czogb3V0cHV0cywgICAgXG4gICAgcXVlcmllczoge1xuICAgICAgICBjaGlsZEl0ZW1zOiBuZXcgQ29udGVudENoaWxkKFJpYmJvbkl0ZW1zRGlyZWN0aXZlKVxuICAgIH1cbn0pXG5leHBvcnQgY2xhc3MgUmliYm9uQ29sbGVjdGlvbkRpcmVjdGl2ZSBleHRlbmRzIENvbXBsZXhCYXNlPFJpYmJvbkNvbGxlY3Rpb25EaXJlY3RpdmU+IHtcbiAgICBwdWJsaWMgZGlyZWN0aXZlUHJvcExpc3Q6IGFueTtcblx0XG4gICAgcHVibGljIGNoaWxkSXRlbXM6IGFueTtcbiAgICBwdWJsaWMgdGFnczogc3RyaW5nW10gPSBbJ2l0ZW1zJ107XG4gICAgLyoqIFxuICAgICAqIERlZmluZXMgb25lIG9yIG1vcmUgQ1NTIGNsYXNzZXMgdG8gY3VzdG9taXplIHRoZSBhcHBlYXJhbmNlIG9mIGNvbGxlY3Rpb24uXG4gICAgICogQGRlZmF1bHQgJydcbiAgICAgKi9cbiAgICBwdWJsaWMgY3NzQ2xhc3M6IGFueTtcbiAgICAvKiogXG4gICAgICogRGVmaW5lcyBhIHVuaXF1ZSBpZGVudGlmaWVyIGZvciB0aGUgY29sbGVjdGlvbi5cbiAgICAgKiBAZGVmYXVsdCAnJ1xuICAgICAqL1xuICAgIHB1YmxpYyBpZDogYW55O1xuICAgIC8qKiBcbiAgICAgKiBEZWZpbmVzIHRoZSBsaXN0IG9mIHJpYmJvbiBpdGVtcy5cbiAgICAgKiBAZGVmYXVsdCBbXVxuICAgICAqIEBhc3B0eXBlIExpc3Q8UmliYm9uSXRlbT5cbiAgICAgKi9cbiAgICBwdWJsaWMgaXRlbXM6IGFueTtcblxuICAgIGNvbnN0cnVjdG9yKHByaXZhdGUgdmlld0NvbnRhaW5lclJlZjpWaWV3Q29udGFpbmVyUmVmKSB7XG4gICAgICAgIHN1cGVyKCk7XG4gICAgICAgIHNldFZhbHVlKCdjdXJyZW50SW5zdGFuY2UnLCB0aGlzLCB0aGlzLnZpZXdDb250YWluZXJSZWYpO1xuICAgICAgICB0aGlzLnJlZ2lzdGVyRXZlbnRzKG91dHB1dHMpO1xuICAgICAgICB0aGlzLmRpcmVjdGl2ZVByb3BMaXN0ID0gaW5wdXQ7XG4gICAgfVxufVxuXG4vKipcbiAqIFJpYmJvbkNvbGxlY3Rpb24gQXJyYXkgRGlyZWN0aXZlXG4gKiBAcHJpdmF0ZVxuICovXG5ARGlyZWN0aXZlKHtcbiAgICBzZWxlY3RvcjogJ2UtcmliYm9uLWNvbGxlY3Rpb25zJyxcbiAgICBxdWVyaWVzOiB7XG4gICAgICAgIGNoaWxkcmVuOiBuZXcgQ29udGVudENoaWxkcmVuKFJpYmJvbkNvbGxlY3Rpb25EaXJlY3RpdmUpXG4gICAgfSxcbn0pXG5leHBvcnQgY2xhc3MgUmliYm9uQ29sbGVjdGlvbnNEaXJlY3RpdmUgZXh0ZW5kcyBBcnJheUJhc2U8UmliYm9uQ29sbGVjdGlvbnNEaXJlY3RpdmU+IHtcbiAgICBjb25zdHJ1Y3RvcigpIHtcbiAgICAgICAgc3VwZXIoJ2NvbGxlY3Rpb25zJyk7XG4gICAgfVxufSJdfQ==
|