slate-angular 15.1.2 → 16.0.0
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/components/children/children.component.d.ts +1 -1
- package/components/descendant/descendant.component.d.ts +1 -1
- package/components/editable/editable.component.d.ts +1 -1
- package/components/leaf/leaf.component.d.ts +1 -1
- package/components/leaves/leaves.component.d.ts +1 -1
- package/components/string/string.component.d.ts +1 -1
- package/{esm2020 → esm2022}/components/block-card/block-card.component.mjs +4 -4
- package/{esm2020 → esm2022}/components/children/children.component.mjs +6 -6
- package/{esm2020 → esm2022}/components/descendant/descendant.component.mjs +4 -4
- package/{esm2020 → esm2022}/components/editable/editable.component.mjs +10 -10
- package/{esm2020 → esm2022}/components/element/default-element.component.mjs +4 -4
- package/{esm2020 → esm2022}/components/element/element.component.mjs +4 -4
- package/{esm2020 → esm2022}/components/leaf/default-leaf.component.mjs +4 -4
- package/{esm2020 → esm2022}/components/leaf/leaf.component.mjs +4 -4
- package/{esm2020 → esm2022}/components/leaves/leaves.component.mjs +6 -8
- package/{esm2020 → esm2022}/components/string/default-string.component.mjs +4 -4
- package/{esm2020 → esm2022}/components/string/string.component.mjs +4 -4
- package/{esm2020 → esm2022}/components/string/template.component.mjs +4 -4
- package/{esm2020 → esm2022}/components/text/default-text.component.mjs +4 -4
- package/{esm2020 → esm2022}/components/text/void-text.component.mjs +4 -4
- package/esm2022/module.mjs +83 -0
- package/{esm2020 → esm2022}/view/base.mjs +13 -13
- package/{esm2020 → esm2022}/view/container-item.mjs +5 -5
- package/{esm2020 → esm2022}/view/container.mjs +4 -4
- package/{fesm2020 → fesm2022}/slate-angular.mjs +98 -100
- package/fesm2022/slate-angular.mjs.map +1 -0
- package/package.json +5 -11
- package/view/base.d.ts +1 -1
- package/view/container-item.d.ts +1 -1
- package/view/container.d.ts +1 -1
- package/esm2020/module.mjs +0 -83
- package/fesm2015/slate-angular.mjs +0 -3930
- package/fesm2015/slate-angular.mjs.map +0 -1
- package/fesm2020/slate-angular.mjs.map +0 -1
- /package/{esm2020 → esm2022}/components/element/default-element.component.token.mjs +0 -0
- /package/{esm2020 → esm2022}/custom-event/BeforeInputEventPlugin.mjs +0 -0
- /package/{esm2020 → esm2022}/custom-event/DOMTopLevelEventTypes.mjs +0 -0
- /package/{esm2020 → esm2022}/custom-event/FallbackCompositionState.mjs +0 -0
- /package/{esm2020 → esm2022}/custom-event/before-input-polyfill.mjs +0 -0
- /package/{esm2020 → esm2022}/plugins/angular-editor.mjs +0 -0
- /package/{esm2020 → esm2022}/plugins/with-angular.mjs +0 -0
- /package/{esm2020 → esm2022}/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/slate-angular.mjs +0 -0
- /package/{esm2020 → esm2022}/types/error.mjs +0 -0
- /package/{esm2020 → esm2022}/types/feature.mjs +0 -0
- /package/{esm2020 → esm2022}/types/index.mjs +0 -0
- /package/{esm2020 → esm2022}/types/view.mjs +0 -0
- /package/{esm2020 → esm2022}/utils/block-card.mjs +0 -0
- /package/{esm2020 → esm2022}/utils/dom.mjs +0 -0
- /package/{esm2020 → esm2022}/utils/environment.mjs +0 -0
- /package/{esm2020 → esm2022}/utils/global-normalize.mjs +0 -0
- /package/{esm2020 → esm2022}/utils/hotkeys.mjs +0 -0
- /package/{esm2020 → esm2022}/utils/index.mjs +0 -0
- /package/{esm2020 → esm2022}/utils/key.mjs +0 -0
- /package/{esm2020 → esm2022}/utils/lines.mjs +0 -0
- /package/{esm2020 → esm2022}/utils/range-list.mjs +0 -0
- /package/{esm2020 → esm2022}/utils/restore-dom.mjs +0 -0
- /package/{esm2020 → esm2022}/utils/view.mjs +0 -0
- /package/{esm2020 → esm2022}/utils/weak-maps.mjs +0 -0
- /package/{esm2020 → esm2022}/view/before-context-change.mjs +0 -0
- /package/{esm2020 → esm2022}/view/context.mjs +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "slate-angular",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "16.0.0",
|
|
4
4
|
"description": "Angular view layer for Slate",
|
|
5
5
|
"author": "pubuzhixing <pubuzhixing@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/worktile/slate-angular#readme",
|
|
@@ -20,11 +20,9 @@
|
|
|
20
20
|
".": {
|
|
21
21
|
"sass": "./styles/index.scss",
|
|
22
22
|
"types": "./index.d.ts",
|
|
23
|
-
"
|
|
24
|
-
"
|
|
25
|
-
"
|
|
26
|
-
"node": "./fesm2015/slate-angular.mjs",
|
|
27
|
-
"default": "./fesm2020/slate-angular.mjs"
|
|
23
|
+
"esm2022": "./esm2022/slate-angular.mjs",
|
|
24
|
+
"esm": "./esm2022/slate-angular.mjs",
|
|
25
|
+
"default": "./fesm2022/slate-angular.mjs"
|
|
28
26
|
},
|
|
29
27
|
"./styles": {
|
|
30
28
|
"sass": "./styles/index.scss"
|
|
@@ -36,11 +34,7 @@
|
|
|
36
34
|
"default": "./package.json"
|
|
37
35
|
}
|
|
38
36
|
},
|
|
39
|
-
"module": "
|
|
40
|
-
"es2020": "fesm2020/slate-angular.mjs",
|
|
41
|
-
"esm2020": "esm2020/slate-angular.mjs",
|
|
42
|
-
"fesm2020": "fesm2020/slate-angular.mjs",
|
|
43
|
-
"fesm2015": "fesm2015/slate-angular.mjs",
|
|
37
|
+
"module": "fesm2022/slate-angular.mjs",
|
|
44
38
|
"typings": "index.d.ts",
|
|
45
39
|
"sideEffects": false
|
|
46
40
|
}
|
package/view/base.d.ts
CHANGED
|
@@ -26,7 +26,7 @@ export declare abstract class BaseComponent<T = SlateTextContext | SlateLeafCont
|
|
|
26
26
|
constructor(elementRef: ElementRef, cdr: ChangeDetectorRef);
|
|
27
27
|
abstract onContextChange(): any;
|
|
28
28
|
static ɵfac: i0.ɵɵFactoryDeclaration<BaseComponent<any, any>, never>;
|
|
29
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<BaseComponent<any, any>, never, never, { "context": "context"; "viewContext": "viewContext"; }, {}, never, never, false, never>;
|
|
29
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<BaseComponent<any, any>, never, never, { "context": { "alias": "context"; "required": false; }; "viewContext": { "alias": "viewContext"; "required": false; }; }, {}, never, never, false, never>;
|
|
30
30
|
}
|
|
31
31
|
/**
|
|
32
32
|
* base class for custom leaf component
|
package/view/container-item.d.ts
CHANGED
|
@@ -29,5 +29,5 @@ export declare abstract class ViewContainerItem<T = SlateElementContext | SlateT
|
|
|
29
29
|
updateView(): void;
|
|
30
30
|
appendBlockCardElement(): void;
|
|
31
31
|
static ɵfac: i0.ɵɵFactoryDeclaration<ViewContainerItem<any, any>, never>;
|
|
32
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ViewContainerItem<any, any>, never, never, { "viewContext": "viewContext"; }, {}, never, never, false, never>;
|
|
32
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ViewContainerItem<any, any>, never, never, { "viewContext": { "alias": "viewContext"; "required": false; }; }, {}, never, never, false, never>;
|
|
33
33
|
}
|
package/view/container.d.ts
CHANGED
|
@@ -18,5 +18,5 @@ export declare abstract class ViewContainer<T extends ViewContainerItem> impleme
|
|
|
18
18
|
createFragment(): DocumentFragment;
|
|
19
19
|
handleContainerItemChange(record: IterableChangeRecord<T>, parentElement: HTMLElement): void;
|
|
20
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<ViewContainer<any>, never>;
|
|
21
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ViewContainer<any>, never, never, { "viewContext": "viewContext"; }, {}, never, never, false, never>;
|
|
21
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ViewContainer<any>, never, never, { "viewContext": { "alias": "viewContext"; "required": false; }; }, {}, never, never, false, never>;
|
|
22
22
|
}
|
package/esm2020/module.mjs
DELETED
|
@@ -1,83 +0,0 @@
|
|
|
1
|
-
import { NgModule } from '@angular/core';
|
|
2
|
-
import { CommonModule } from '@angular/common';
|
|
3
|
-
import { SlateEditableComponent } from './components/editable/editable.component';
|
|
4
|
-
import { SlateDefaultTextComponent } from './components/text/default-text.component';
|
|
5
|
-
import { SlateVoidTextComponent } from './components/text/void-text.component';
|
|
6
|
-
import { SlateElementComponent } from './components/element/element.component';
|
|
7
|
-
import { SlateDefaultElementComponent } from './components/element/default-element.component';
|
|
8
|
-
import { SlateStringComponent } from './components/string/string.component';
|
|
9
|
-
import { SlateStringTemplateComponent } from './components/string/template.component';
|
|
10
|
-
import { SlateDescendantComponent } from './components/descendant/descendant.component';
|
|
11
|
-
import { SlateChildrenComponent } from './components/children/children.component';
|
|
12
|
-
import { SlateBlockCardComponent } from './components/block-card/block-card.component';
|
|
13
|
-
import { SlateLeafComponent } from './components/leaf/leaf.component';
|
|
14
|
-
import { SlateDefaultLeafComponent } from './components/leaf/default-leaf.component';
|
|
15
|
-
import { SlateLeavesComponent } from './components/leaves/leaves.component';
|
|
16
|
-
import { SLATE_DEFAULT_ELEMENT_COMPONENT_TOKEN } from './components/element/default-element.component.token';
|
|
17
|
-
import { SlateDefaultStringComponent } from './components/string/default-string.component';
|
|
18
|
-
import * as i0 from "@angular/core";
|
|
19
|
-
export class SlateModule {
|
|
20
|
-
}
|
|
21
|
-
SlateModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.4", ngImport: i0, type: SlateModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
22
|
-
SlateModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.4", ngImport: i0, type: SlateModule, declarations: [SlateEditableComponent,
|
|
23
|
-
SlateDefaultElementComponent,
|
|
24
|
-
SlateElementComponent,
|
|
25
|
-
SlateVoidTextComponent,
|
|
26
|
-
SlateDefaultTextComponent,
|
|
27
|
-
SlateStringComponent,
|
|
28
|
-
SlateStringTemplateComponent,
|
|
29
|
-
SlateDescendantComponent,
|
|
30
|
-
SlateChildrenComponent,
|
|
31
|
-
SlateBlockCardComponent,
|
|
32
|
-
SlateLeafComponent,
|
|
33
|
-
SlateLeavesComponent,
|
|
34
|
-
SlateDefaultLeafComponent,
|
|
35
|
-
SlateDefaultStringComponent], imports: [CommonModule], exports: [SlateEditableComponent,
|
|
36
|
-
SlateChildrenComponent,
|
|
37
|
-
SlateElementComponent,
|
|
38
|
-
SlateLeavesComponent,
|
|
39
|
-
SlateStringComponent,
|
|
40
|
-
SlateDefaultStringComponent] });
|
|
41
|
-
SlateModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.4", ngImport: i0, type: SlateModule, providers: [
|
|
42
|
-
{
|
|
43
|
-
provide: SLATE_DEFAULT_ELEMENT_COMPONENT_TOKEN,
|
|
44
|
-
useValue: SlateDefaultElementComponent
|
|
45
|
-
}
|
|
46
|
-
], imports: [CommonModule] });
|
|
47
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.4", ngImport: i0, type: SlateModule, decorators: [{
|
|
48
|
-
type: NgModule,
|
|
49
|
-
args: [{
|
|
50
|
-
declarations: [
|
|
51
|
-
SlateEditableComponent,
|
|
52
|
-
SlateDefaultElementComponent,
|
|
53
|
-
SlateElementComponent,
|
|
54
|
-
SlateVoidTextComponent,
|
|
55
|
-
SlateDefaultTextComponent,
|
|
56
|
-
SlateStringComponent,
|
|
57
|
-
SlateStringTemplateComponent,
|
|
58
|
-
SlateDescendantComponent,
|
|
59
|
-
SlateChildrenComponent,
|
|
60
|
-
SlateBlockCardComponent,
|
|
61
|
-
SlateLeafComponent,
|
|
62
|
-
SlateLeavesComponent,
|
|
63
|
-
SlateDefaultLeafComponent,
|
|
64
|
-
SlateDefaultStringComponent
|
|
65
|
-
],
|
|
66
|
-
imports: [CommonModule],
|
|
67
|
-
exports: [
|
|
68
|
-
SlateEditableComponent,
|
|
69
|
-
SlateChildrenComponent,
|
|
70
|
-
SlateElementComponent,
|
|
71
|
-
SlateLeavesComponent,
|
|
72
|
-
SlateStringComponent,
|
|
73
|
-
SlateDefaultStringComponent
|
|
74
|
-
],
|
|
75
|
-
providers: [
|
|
76
|
-
{
|
|
77
|
-
provide: SLATE_DEFAULT_ELEMENT_COMPONENT_TOKEN,
|
|
78
|
-
useValue: SlateDefaultElementComponent
|
|
79
|
-
}
|
|
80
|
-
]
|
|
81
|
-
}]
|
|
82
|
-
}] });
|
|
83
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vcGFja2FnZXMvc3JjL21vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQWMsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3JELE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsc0JBQXNCLEVBQUUsTUFBTSwwQ0FBMEMsQ0FBQztBQUNsRixPQUFPLEVBQUUseUJBQXlCLEVBQUUsTUFBTSwwQ0FBMEMsQ0FBQztBQUNyRixPQUFPLEVBQUUsc0JBQXNCLEVBQUUsTUFBTSx1Q0FBdUMsQ0FBQztBQUMvRSxPQUFPLEVBQUUscUJBQXFCLEVBQUUsTUFBTSx3Q0FBd0MsQ0FBQztBQUMvRSxPQUFPLEVBQUUsNEJBQTRCLEVBQUUsTUFBTSxnREFBZ0QsQ0FBQztBQUM5RixPQUFPLEVBQUUsb0JBQW9CLEVBQUUsTUFBTSxzQ0FBc0MsQ0FBQztBQUM1RSxPQUFPLEVBQUUsNEJBQTRCLEVBQUUsTUFBTSx3Q0FBd0MsQ0FBQztBQUN0RixPQUFPLEVBQUUsd0JBQXdCLEVBQUUsTUFBTSw4Q0FBOEMsQ0FBQztBQUN4RixPQUFPLEVBQUUsc0JBQXNCLEVBQUUsTUFBTSwwQ0FBMEMsQ0FBQztBQUNsRixPQUFPLEVBQUUsdUJBQXVCLEVBQUUsTUFBTSw4Q0FBOEMsQ0FBQztBQUN2RixPQUFPLEVBQUUsa0JBQWtCLEVBQUUsTUFBTSxrQ0FBa0MsQ0FBQztBQUN0RSxPQUFPLEVBQUUseUJBQXlCLEVBQUUsTUFBTSwwQ0FBMEMsQ0FBQztBQUNyRixPQUFPLEVBQUUsb0JBQW9CLEVBQUUsTUFBTSxzQ0FBc0MsQ0FBQztBQUM1RSxPQUFPLEVBQUUscUNBQXFDLEVBQUUsTUFBTSxzREFBc0QsQ0FBQztBQUM3RyxPQUFPLEVBQUUsMkJBQTJCLEVBQUUsTUFBTSw4Q0FBOEMsQ0FBQzs7QUFtQzNGLE1BQU0sT0FBTyxXQUFXOzt3R0FBWCxXQUFXO3lHQUFYLFdBQVcsaUJBL0JoQixzQkFBc0I7UUFDdEIsNEJBQTRCO1FBQzVCLHFCQUFxQjtRQUNyQixzQkFBc0I7UUFDdEIseUJBQXlCO1FBQ3pCLG9CQUFvQjtRQUNwQiw0QkFBNEI7UUFDNUIsd0JBQXdCO1FBQ3hCLHNCQUFzQjtRQUN0Qix1QkFBdUI7UUFDdkIsa0JBQWtCO1FBQ2xCLG9CQUFvQjtRQUNwQix5QkFBeUI7UUFDekIsMkJBQTJCLGFBRXJCLFlBQVksYUFFbEIsc0JBQXNCO1FBQ3RCLHNCQUFzQjtRQUN0QixxQkFBcUI7UUFDckIsb0JBQW9CO1FBQ3BCLG9CQUFvQjtRQUNwQiwyQkFBMkI7eUdBU3RCLFdBQVcsYUFQVDtRQUNQO1lBQ0ksT0FBTyxFQUFFLHFDQUFxQztZQUM5QyxRQUFRLEVBQUUsNEJBQTRCO1NBQ3pDO0tBQ0osWUFkUyxZQUFZOzJGQWdCYixXQUFXO2tCQWpDdkIsUUFBUTttQkFBQztvQkFDTixZQUFZLEVBQUU7d0JBQ1Ysc0JBQXNCO3dCQUN0Qiw0QkFBNEI7d0JBQzVCLHFCQUFxQjt3QkFDckIsc0JBQXNCO3dCQUN0Qix5QkFBeUI7d0JBQ3pCLG9CQUFvQjt3QkFDcEIsNEJBQTRCO3dCQUM1Qix3QkFBd0I7d0JBQ3hCLHNCQUFzQjt3QkFDdEIsdUJBQXVCO3dCQUN2QixrQkFBa0I7d0JBQ2xCLG9CQUFvQjt3QkFDcEIseUJBQXlCO3dCQUN6QiwyQkFBMkI7cUJBQzlCO29CQUNELE9BQU8sRUFBRSxDQUFDLFlBQVksQ0FBQztvQkFDdkIsT0FBTyxFQUFFO3dCQUNMLHNCQUFzQjt3QkFDdEIsc0JBQXNCO3dCQUN0QixxQkFBcUI7d0JBQ3JCLG9CQUFvQjt3QkFDcEIsb0JBQW9CO3dCQUNwQiwyQkFBMkI7cUJBQzlCO29CQUNELFNBQVMsRUFBRTt3QkFDUDs0QkFDSSxPQUFPLEVBQUUscUNBQXFDOzRCQUM5QyxRQUFRLEVBQUUsNEJBQTRCO3lCQUN6QztxQkFDSjtpQkFDSiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IGZvcndhcmRSZWYsIE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgU2xhdGVFZGl0YWJsZUNvbXBvbmVudCB9IGZyb20gJy4vY29tcG9uZW50cy9lZGl0YWJsZS9lZGl0YWJsZS5jb21wb25lbnQnO1xuaW1wb3J0IHsgU2xhdGVEZWZhdWx0VGV4dENvbXBvbmVudCB9IGZyb20gJy4vY29tcG9uZW50cy90ZXh0L2RlZmF1bHQtdGV4dC5jb21wb25lbnQnO1xuaW1wb3J0IHsgU2xhdGVWb2lkVGV4dENvbXBvbmVudCB9IGZyb20gJy4vY29tcG9uZW50cy90ZXh0L3ZvaWQtdGV4dC5jb21wb25lbnQnO1xuaW1wb3J0IHsgU2xhdGVFbGVtZW50Q29tcG9uZW50IH0gZnJvbSAnLi9jb21wb25lbnRzL2VsZW1lbnQvZWxlbWVudC5jb21wb25lbnQnO1xuaW1wb3J0IHsgU2xhdGVEZWZhdWx0RWxlbWVudENvbXBvbmVudCB9IGZyb20gJy4vY29tcG9uZW50cy9lbGVtZW50L2RlZmF1bHQtZWxlbWVudC5jb21wb25lbnQnO1xuaW1wb3J0IHsgU2xhdGVTdHJpbmdDb21wb25lbnQgfSBmcm9tICcuL2NvbXBvbmVudHMvc3RyaW5nL3N0cmluZy5jb21wb25lbnQnO1xuaW1wb3J0IHsgU2xhdGVTdHJpbmdUZW1wbGF0ZUNvbXBvbmVudCB9IGZyb20gJy4vY29tcG9uZW50cy9zdHJpbmcvdGVtcGxhdGUuY29tcG9uZW50JztcbmltcG9ydCB7IFNsYXRlRGVzY2VuZGFudENvbXBvbmVudCB9IGZyb20gJy4vY29tcG9uZW50cy9kZXNjZW5kYW50L2Rlc2NlbmRhbnQuY29tcG9uZW50JztcbmltcG9ydCB7IFNsYXRlQ2hpbGRyZW5Db21wb25lbnQgfSBmcm9tICcuL2NvbXBvbmVudHMvY2hpbGRyZW4vY2hpbGRyZW4uY29tcG9uZW50JztcbmltcG9ydCB7IFNsYXRlQmxvY2tDYXJkQ29tcG9uZW50IH0gZnJvbSAnLi9jb21wb25lbnRzL2Jsb2NrLWNhcmQvYmxvY2stY2FyZC5jb21wb25lbnQnO1xuaW1wb3J0IHsgU2xhdGVMZWFmQ29tcG9uZW50IH0gZnJvbSAnLi9jb21wb25lbnRzL2xlYWYvbGVhZi5jb21wb25lbnQnO1xuaW1wb3J0IHsgU2xhdGVEZWZhdWx0TGVhZkNvbXBvbmVudCB9IGZyb20gJy4vY29tcG9uZW50cy9sZWFmL2RlZmF1bHQtbGVhZi5jb21wb25lbnQnO1xuaW1wb3J0IHsgU2xhdGVMZWF2ZXNDb21wb25lbnQgfSBmcm9tICcuL2NvbXBvbmVudHMvbGVhdmVzL2xlYXZlcy5jb21wb25lbnQnO1xuaW1wb3J0IHsgU0xBVEVfREVGQVVMVF9FTEVNRU5UX0NPTVBPTkVOVF9UT0tFTiB9IGZyb20gJy4vY29tcG9uZW50cy9lbGVtZW50L2RlZmF1bHQtZWxlbWVudC5jb21wb25lbnQudG9rZW4nO1xuaW1wb3J0IHsgU2xhdGVEZWZhdWx0U3RyaW5nQ29tcG9uZW50IH0gZnJvbSAnLi9jb21wb25lbnRzL3N0cmluZy9kZWZhdWx0LXN0cmluZy5jb21wb25lbnQnO1xuXG5ATmdNb2R1bGUoe1xuICAgIGRlY2xhcmF0aW9uczogW1xuICAgICAgICBTbGF0ZUVkaXRhYmxlQ29tcG9uZW50LFxuICAgICAgICBTbGF0ZURlZmF1bHRFbGVtZW50Q29tcG9uZW50LFxuICAgICAgICBTbGF0ZUVsZW1lbnRDb21wb25lbnQsXG4gICAgICAgIFNsYXRlVm9pZFRleHRDb21wb25lbnQsXG4gICAgICAgIFNsYXRlRGVmYXVsdFRleHRDb21wb25lbnQsXG4gICAgICAgIFNsYXRlU3RyaW5nQ29tcG9uZW50LFxuICAgICAgICBTbGF0ZVN0cmluZ1RlbXBsYXRlQ29tcG9uZW50LFxuICAgICAgICBTbGF0ZURlc2NlbmRhbnRDb21wb25lbnQsXG4gICAgICAgIFNsYXRlQ2hpbGRyZW5Db21wb25lbnQsXG4gICAgICAgIFNsYXRlQmxvY2tDYXJkQ29tcG9uZW50LFxuICAgICAgICBTbGF0ZUxlYWZDb21wb25lbnQsXG4gICAgICAgIFNsYXRlTGVhdmVzQ29tcG9uZW50LFxuICAgICAgICBTbGF0ZURlZmF1bHRMZWFmQ29tcG9uZW50LFxuICAgICAgICBTbGF0ZURlZmF1bHRTdHJpbmdDb21wb25lbnRcbiAgICBdLFxuICAgIGltcG9ydHM6IFtDb21tb25Nb2R1bGVdLFxuICAgIGV4cG9ydHM6IFtcbiAgICAgICAgU2xhdGVFZGl0YWJsZUNvbXBvbmVudCxcbiAgICAgICAgU2xhdGVDaGlsZHJlbkNvbXBvbmVudCxcbiAgICAgICAgU2xhdGVFbGVtZW50Q29tcG9uZW50LFxuICAgICAgICBTbGF0ZUxlYXZlc0NvbXBvbmVudCxcbiAgICAgICAgU2xhdGVTdHJpbmdDb21wb25lbnQsXG4gICAgICAgIFNsYXRlRGVmYXVsdFN0cmluZ0NvbXBvbmVudFxuICAgIF0sXG4gICAgcHJvdmlkZXJzOiBbXG4gICAgICAgIHtcbiAgICAgICAgICAgIHByb3ZpZGU6IFNMQVRFX0RFRkFVTFRfRUxFTUVOVF9DT01QT05FTlRfVE9LRU4sXG4gICAgICAgICAgICB1c2VWYWx1ZTogU2xhdGVEZWZhdWx0RWxlbWVudENvbXBvbmVudFxuICAgICAgICB9XG4gICAgXVxufSlcbmV4cG9ydCBjbGFzcyBTbGF0ZU1vZHVsZSB7fVxuIl19
|