@siemens/ix-angular 2.0.0-beta.1 → 2.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/app-initialize.d.ts +1 -1
- package/boolean-value-accessor.d.ts +9 -0
- package/components.d.ts +22 -29
- package/declare-components.d.ts +1 -1
- package/esm2020/app-initialize.mjs +6 -5
- package/esm2020/boolean-value-accessor.mjs +38 -0
- package/esm2020/components.mjs +62 -62
- package/esm2020/declare-components.mjs +3 -3
- package/esm2020/index.mjs +4 -2
- package/esm2020/ix-icon.mjs +38 -0
- package/esm2020/module.mjs +12 -4
- package/fesm2015/siemens-ix-angular.mjs +178 -120
- package/fesm2015/siemens-ix-angular.mjs.map +1 -1
- package/fesm2020/siemens-ix-angular.mjs +177 -111
- package/fesm2020/siemens-ix-angular.mjs.map +1 -1
- package/index.d.ts +3 -1
- package/ix-icon.d.ts +12 -0
- package/module.d.ts +4 -2
- package/package.json +4 -4
package/app-initialize.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const appInitialize: (doc: Document) => () => void
|
|
1
|
+
export declare const appInitialize: (doc: Document) => () => Promise<void>;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { ElementRef } from '@angular/core';
|
|
2
|
+
import { ValueAccessor } from './value-accessor';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class BooleanValueAccessor extends ValueAccessor {
|
|
5
|
+
constructor(el: ElementRef);
|
|
6
|
+
writeValue(value: any): void;
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BooleanValueAccessor, never>;
|
|
8
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<BooleanValueAccessor, "ix-toggle[ngModel],ix-toggle[formControlName],ix-toggle[formControl]", never, {}, {}, never>;
|
|
9
|
+
}
|
package/components.d.ts
CHANGED
|
@@ -49,7 +49,7 @@ export declare class IxBlind {
|
|
|
49
49
|
protected el: HTMLElement;
|
|
50
50
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
51
51
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxBlind, never>;
|
|
52
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxBlind, "ix-blind", never, { "collapsed": "collapsed"; "icon": "icon"; "label": "label"; "sublabel": "sublabel"; }, {}, never, ["*"]>;
|
|
52
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxBlind, "ix-blind", never, { "collapsed": "collapsed"; "icon": "icon"; "label": "label"; "sublabel": "sublabel"; "variant": "variant"; }, {}, never, ["*"]>;
|
|
53
53
|
}
|
|
54
54
|
export declare interface IxBlind extends Components.IxBlind {
|
|
55
55
|
/**
|
|
@@ -185,10 +185,6 @@ export declare class IxChip {
|
|
|
185
185
|
static ɵcmp: i0.ɵɵComponentDeclaration<IxChip, "ix-chip", never, { "active": "active"; "background": "background"; "closable": "closable"; "color": "color"; "icon": "icon"; "outline": "outline"; "variant": "variant"; }, {}, never, ["*"]>;
|
|
186
186
|
}
|
|
187
187
|
export declare interface IxChip extends Components.IxChip {
|
|
188
|
-
/**
|
|
189
|
-
* Fire event if close button is clicked @deprecated Will be removed in 2.0.0. Use `closeChip`
|
|
190
|
-
*/
|
|
191
|
-
close: EventEmitter<CustomEvent<any>>;
|
|
192
188
|
/**
|
|
193
189
|
* Fire event if close button is clicked @since 1.5.0
|
|
194
190
|
*/
|
|
@@ -316,7 +312,7 @@ export declare class IxDropdownButton {
|
|
|
316
312
|
protected el: HTMLElement;
|
|
317
313
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
318
314
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxDropdownButton, never>;
|
|
319
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxDropdownButton, "ix-dropdown-button", never, { "
|
|
315
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxDropdownButton, "ix-dropdown-button", never, { "disabled": "disabled"; "ghost": "ghost"; "icon": "icon"; "label": "label"; "outline": "outline"; "placement": "placement"; "variant": "variant"; }, {}, never, ["*"]>;
|
|
320
316
|
}
|
|
321
317
|
export declare interface IxDropdownButton extends Components.IxDropdownButton {
|
|
322
318
|
}
|
|
@@ -337,10 +333,6 @@ export declare class IxDropdownItem {
|
|
|
337
333
|
static ɵcmp: i0.ɵɵComponentDeclaration<IxDropdownItem, "ix-dropdown-item", never, { "checked": "checked"; "disabled": "disabled"; "hover": "hover"; "icon": "icon"; "label": "label"; }, {}, never, ["*"]>;
|
|
338
334
|
}
|
|
339
335
|
export declare interface IxDropdownItem extends Components.IxDropdownItem {
|
|
340
|
-
/**
|
|
341
|
-
* Click on item
|
|
342
|
-
*/
|
|
343
|
-
itemClick: EventEmitter<CustomEvent<HTMLIxDropdownItemElement>>;
|
|
344
336
|
}
|
|
345
337
|
export declare class IxDropdownQuickActions {
|
|
346
338
|
protected z: NgZone;
|
|
@@ -378,7 +370,7 @@ export declare class IxEventListItem {
|
|
|
378
370
|
protected el: HTMLElement;
|
|
379
371
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
380
372
|
static ɵfac: i0.ɵɵFactoryDeclaration<IxEventListItem, never>;
|
|
381
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxEventListItem, "ix-event-list-item", never, { "chevron": "chevron"; "color": "color"; "disabled": "disabled"; "
|
|
373
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxEventListItem, "ix-event-list-item", never, { "chevron": "chevron"; "color": "color"; "disabled": "disabled"; "selected": "selected"; }, {}, never, ["*"]>;
|
|
382
374
|
}
|
|
383
375
|
export declare interface IxEventListItem extends Components.IxEventListItem {
|
|
384
376
|
/**
|
|
@@ -439,15 +431,6 @@ export declare class IxFormField {
|
|
|
439
431
|
}
|
|
440
432
|
export declare interface IxFormField extends Components.IxFormField {
|
|
441
433
|
}
|
|
442
|
-
export declare class IxGrid {
|
|
443
|
-
protected z: NgZone;
|
|
444
|
-
protected el: HTMLElement;
|
|
445
|
-
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
446
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IxGrid, never>;
|
|
447
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxGrid, "ix-grid", never, { "columns": "columns"; "noPadding": "noPadding"; "noRowGap": "noRowGap"; }, {}, never, ["*"]>;
|
|
448
|
-
}
|
|
449
|
-
export declare interface IxGrid extends Components.IxGrid {
|
|
450
|
-
}
|
|
451
434
|
export declare class IxGroup {
|
|
452
435
|
protected z: NgZone;
|
|
453
436
|
protected el: HTMLElement;
|
|
@@ -491,15 +474,6 @@ export declare interface IxGroupItem extends Components.IxGroupItem {
|
|
|
491
474
|
*/
|
|
492
475
|
selectedChanged: EventEmitter<CustomEvent<HTMLIxGroupItemElement>>;
|
|
493
476
|
}
|
|
494
|
-
export declare class IxIcon {
|
|
495
|
-
protected z: NgZone;
|
|
496
|
-
protected el: HTMLElement;
|
|
497
|
-
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
498
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IxIcon, never>;
|
|
499
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IxIcon, "ix-icon", never, { "color": "color"; "name": "name"; "size": "size"; }, {}, never, ["*"]>;
|
|
500
|
-
}
|
|
501
|
-
export declare interface IxIcon extends Components.IxIcon {
|
|
502
|
-
}
|
|
503
477
|
export declare class IxIconButton {
|
|
504
478
|
protected z: NgZone;
|
|
505
479
|
protected el: HTMLElement;
|
|
@@ -558,6 +532,15 @@ export declare class IxKpi {
|
|
|
558
532
|
}
|
|
559
533
|
export declare interface IxKpi extends Components.IxKpi {
|
|
560
534
|
}
|
|
535
|
+
export declare class IxLayoutGrid {
|
|
536
|
+
protected z: NgZone;
|
|
537
|
+
protected el: HTMLElement;
|
|
538
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
539
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IxLayoutGrid, never>;
|
|
540
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxLayoutGrid, "ix-layout-grid", never, { "columns": "columns"; "gap": "gap"; "noMargin": "noMargin"; }, {}, never, ["*"]>;
|
|
541
|
+
}
|
|
542
|
+
export declare interface IxLayoutGrid extends Components.IxLayoutGrid {
|
|
543
|
+
}
|
|
561
544
|
export declare class IxLinkButton {
|
|
562
545
|
protected z: NgZone;
|
|
563
546
|
protected el: HTMLElement;
|
|
@@ -877,6 +860,16 @@ export declare interface IxSelectItem extends Components.IxSelectItem {
|
|
|
877
860
|
*/
|
|
878
861
|
itemClick: EventEmitter<CustomEvent<string>>;
|
|
879
862
|
}
|
|
863
|
+
export declare class IxSlider {
|
|
864
|
+
protected z: NgZone;
|
|
865
|
+
protected el: HTMLElement;
|
|
866
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
867
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IxSlider, never>;
|
|
868
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IxSlider, "ix-slider", never, { "disabled": "disabled"; "error": "error"; "marker": "marker"; "max": "max"; "min": "min"; "step": "step"; "trace": "trace"; "traceReference": "traceReference"; "value": "value"; }, {}, never, ["*"]>;
|
|
869
|
+
}
|
|
870
|
+
export declare interface IxSlider extends Components.IxSlider {
|
|
871
|
+
valueChange: EventEmitter<CustomEvent<number>>;
|
|
872
|
+
}
|
|
880
873
|
export declare class IxSpinner {
|
|
881
874
|
protected z: NgZone;
|
|
882
875
|
protected el: HTMLElement;
|
package/declare-components.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import * as d from './components';
|
|
2
|
-
export declare const DIRECTIVES: (typeof d.IxActionCard | typeof d.IxApplicationHeader | typeof d.IxAvatar | typeof d.IxBasicNavigation | typeof d.IxBlind | typeof d.IxBreadcrumb | typeof d.IxBreadcrumbItem | typeof d.IxButton | typeof d.IxCard | typeof d.IxCardAccordion | typeof d.IxCardContent | typeof d.IxCardList | typeof d.IxCardTitle | typeof d.IxCategoryFilter | typeof d.IxChip | typeof d.IxCol | typeof d.IxContentHeader | typeof d.IxDatePicker | typeof d.IxDatetimePicker | typeof d.IxDivider | typeof d.IxDrawer | typeof d.IxDropdown | typeof d.IxDropdownButton | typeof d.IxDropdownHeader | typeof d.IxDropdownItem | typeof d.IxDropdownQuickActions | typeof d.IxEmptyState | typeof d.IxEventList | typeof d.IxEventListItem | typeof d.IxExpandingSearch | typeof d.IxFilterChip | typeof d.IxFlipTile | typeof d.IxFlipTileContent | typeof d.IxFormField | typeof d.
|
|
2
|
+
export declare const DIRECTIVES: (typeof d.IxActionCard | typeof d.IxApplicationHeader | typeof d.IxAvatar | typeof d.IxBasicNavigation | typeof d.IxBlind | typeof d.IxBreadcrumb | typeof d.IxBreadcrumbItem | typeof d.IxButton | typeof d.IxCard | typeof d.IxCardAccordion | typeof d.IxCardContent | typeof d.IxCardList | typeof d.IxCardTitle | typeof d.IxCategoryFilter | typeof d.IxChip | typeof d.IxCol | typeof d.IxContentHeader | typeof d.IxDatePicker | typeof d.IxDatetimePicker | typeof d.IxDivider | typeof d.IxDrawer | typeof d.IxDropdown | typeof d.IxDropdownButton | typeof d.IxDropdownHeader | typeof d.IxDropdownItem | typeof d.IxDropdownQuickActions | typeof d.IxEmptyState | typeof d.IxEventList | typeof d.IxEventListItem | typeof d.IxExpandingSearch | typeof d.IxFilterChip | typeof d.IxFlipTile | typeof d.IxFlipTileContent | typeof d.IxFormField | typeof d.IxGroup | typeof d.IxGroupContextMenu | typeof d.IxGroupItem | typeof d.IxIconButton | typeof d.IxIconToggleButton | typeof d.IxInputGroup | typeof d.IxKeyValue | typeof d.IxKeyValueList | typeof d.IxKpi | typeof d.IxLayoutGrid | typeof d.IxLinkButton | typeof d.IxMapNavigation | typeof d.IxMapNavigationOverlay | typeof d.IxMenu | typeof d.IxMenuAbout | typeof d.IxMenuAboutItem | typeof d.IxMenuAboutNews | typeof d.IxMenuAvatar | typeof d.IxMenuAvatarItem | typeof d.IxMenuCategory | typeof d.IxMenuItem | typeof d.IxMenuSettings | typeof d.IxMenuSettingsItem | typeof d.IxMessageBar | typeof d.IxModal | typeof d.IxModalContent | typeof d.IxModalExample | typeof d.IxModalFooter | typeof d.IxModalHeader | typeof d.IxPagination | typeof d.IxPill | typeof d.IxPushCard | typeof d.IxRow | typeof d.IxSelect | typeof d.IxSelectItem | typeof d.IxSlider | typeof d.IxSpinner | typeof d.IxSplitButton | typeof d.IxSplitButtonItem | typeof d.IxTabItem | typeof d.IxTabs | typeof d.IxTile | typeof d.IxTimePicker | typeof d.IxToast | typeof d.IxToastContainer | typeof d.IxToggle | typeof d.IxToggleButton | typeof d.IxTooltip | typeof d.IxTreeItem | typeof d.IxTypography | typeof d.IxUpload | typeof d.IxValidationTooltip | typeof d.IxWorkflowStep | typeof d.IxWorkflowSteps)[];
|
|
@@ -6,20 +6,21 @@
|
|
|
6
6
|
* This source code is licensed under the MIT license found in the
|
|
7
7
|
* LICENSE file in the root directory of this source tree.
|
|
8
8
|
*/
|
|
9
|
+
import { defineCustomElements as iconsDefineCustomElements } from '@siemens/ix-icons/loader';
|
|
9
10
|
import { applyPolyfills, defineCustomElements } from '@siemens/ix/loader';
|
|
10
11
|
let didInitialize = false;
|
|
11
12
|
export const appInitialize = (doc) => {
|
|
12
|
-
return () => {
|
|
13
|
+
return async () => {
|
|
13
14
|
const win = doc.defaultView;
|
|
14
15
|
if (win && typeof window !== 'undefined') {
|
|
15
16
|
if (didInitialize) {
|
|
16
17
|
return;
|
|
17
18
|
}
|
|
18
19
|
didInitialize = true;
|
|
19
|
-
applyPolyfills()
|
|
20
|
-
|
|
21
|
-
|
|
20
|
+
await applyPolyfills();
|
|
21
|
+
await iconsDefineCustomElements();
|
|
22
|
+
await defineCustomElements();
|
|
22
23
|
}
|
|
23
24
|
};
|
|
24
25
|
};
|
|
25
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
26
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXBwLWluaXRpYWxpemUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvYXBwLWluaXRpYWxpemUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7Ozs7Ozs7R0FPRztBQUVILE9BQU8sRUFBRSxvQkFBb0IsSUFBSSx5QkFBeUIsRUFBRSxNQUFNLDBCQUEwQixDQUFDO0FBQzdGLE9BQU8sRUFBRSxjQUFjLEVBQUUsb0JBQW9CLEVBQUUsTUFBTSxvQkFBb0IsQ0FBQztBQUUxRSxJQUFJLGFBQWEsR0FBRyxLQUFLLENBQUM7QUFFMUIsTUFBTSxDQUFDLE1BQU0sYUFBYSxHQUFHLENBQUMsR0FBYSxFQUFFLEVBQUU7SUFDN0MsT0FBTyxLQUFLLElBQUksRUFBRTtRQUNoQixNQUFNLEdBQUcsR0FBdUIsR0FBRyxDQUFDLFdBQWtCLENBQUM7UUFDdkQsSUFBSSxHQUFHLElBQUksT0FBUSxNQUFjLEtBQUssV0FBVyxFQUFFO1lBQ2pELElBQUksYUFBYSxFQUFFO2dCQUNqQixPQUFPO2FBQ1I7WUFFRCxhQUFhLEdBQUcsSUFBSSxDQUFDO1lBRXJCLE1BQU0sY0FBYyxFQUFFLENBQUM7WUFDdkIsTUFBTSx5QkFBeUIsRUFBRSxDQUFDO1lBQ2xDLE1BQU0sb0JBQW9CLEVBQUUsQ0FBQztTQUM5QjtJQUNILENBQUMsQ0FBQztBQUNKLENBQUMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qXG4gKiBTUERYLUZpbGVDb3B5cmlnaHRUZXh0OiAyMDIzIFNpZW1lbnMgQUdcbiAqXG4gKiBTUERYLUxpY2Vuc2UtSWRlbnRpZmllcjogTUlUXG4gKlxuICogVGhpcyBzb3VyY2UgY29kZSBpcyBsaWNlbnNlZCB1bmRlciB0aGUgTUlUIGxpY2Vuc2UgZm91bmQgaW4gdGhlXG4gKiBMSUNFTlNFIGZpbGUgaW4gdGhlIHJvb3QgZGlyZWN0b3J5IG9mIHRoaXMgc291cmNlIHRyZWUuXG4gKi9cblxuaW1wb3J0IHsgZGVmaW5lQ3VzdG9tRWxlbWVudHMgYXMgaWNvbnNEZWZpbmVDdXN0b21FbGVtZW50cyB9IGZyb20gJ0BzaWVtZW5zL2l4LWljb25zL2xvYWRlcic7XG5pbXBvcnQgeyBhcHBseVBvbHlmaWxscywgZGVmaW5lQ3VzdG9tRWxlbWVudHMgfSBmcm9tICdAc2llbWVucy9peC9sb2FkZXInO1xuXG5sZXQgZGlkSW5pdGlhbGl6ZSA9IGZhbHNlO1xuXG5leHBvcnQgY29uc3QgYXBwSW5pdGlhbGl6ZSA9IChkb2M6IERvY3VtZW50KSA9PiB7XG4gIHJldHVybiBhc3luYyAoKSA9PiB7XG4gICAgY29uc3Qgd2luOiBXaW5kb3cgfCB1bmRlZmluZWQgPSBkb2MuZGVmYXVsdFZpZXcgYXMgYW55O1xuICAgIGlmICh3aW4gJiYgdHlwZW9mICh3aW5kb3cgYXMgYW55KSAhPT0gJ3VuZGVmaW5lZCcpIHtcbiAgICAgIGlmIChkaWRJbml0aWFsaXplKSB7XG4gICAgICAgIHJldHVybjtcbiAgICAgIH1cblxuICAgICAgZGlkSW5pdGlhbGl6ZSA9IHRydWU7XG5cbiAgICAgIGF3YWl0IGFwcGx5UG9seWZpbGxzKCk7XG4gICAgICBhd2FpdCBpY29uc0RlZmluZUN1c3RvbUVsZW1lbnRzKCk7XG4gICAgICBhd2FpdCBkZWZpbmVDdXN0b21FbGVtZW50cygpO1xuICAgIH1cbiAgfTtcbn07XG4iXX0=
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { Directive } from '@angular/core';
|
|
2
|
+
import { NG_VALUE_ACCESSOR } from '@angular/forms';
|
|
3
|
+
import { ValueAccessor } from './value-accessor';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export class BooleanValueAccessor extends ValueAccessor {
|
|
6
|
+
constructor(el) {
|
|
7
|
+
super(el);
|
|
8
|
+
}
|
|
9
|
+
writeValue(value) {
|
|
10
|
+
this.el.nativeElement.checked = this.lastValue = value == null ? false : value;
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
/** @nocollapse */ BooleanValueAccessor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: BooleanValueAccessor, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
14
|
+
/** @nocollapse */ BooleanValueAccessor.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: BooleanValueAccessor, selector: "ix-toggle[ngModel],ix-toggle[formControlName],ix-toggle[formControl]", host: { listeners: { "checkedChange": "handleChangeEvent($event.target.checked)" } }, providers: [
|
|
15
|
+
{
|
|
16
|
+
provide: NG_VALUE_ACCESSOR,
|
|
17
|
+
useExisting: BooleanValueAccessor,
|
|
18
|
+
multi: true
|
|
19
|
+
}
|
|
20
|
+
], usesInheritance: true, ngImport: i0 });
|
|
21
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: BooleanValueAccessor, decorators: [{
|
|
22
|
+
type: Directive,
|
|
23
|
+
args: [{
|
|
24
|
+
/* tslint:disable-next-line:directive-selector */
|
|
25
|
+
selector: 'ix-toggle[ngModel],ix-toggle[formControlName],ix-toggle[formControl]',
|
|
26
|
+
host: {
|
|
27
|
+
'(checkedChange)': 'handleChangeEvent($event.target.checked)'
|
|
28
|
+
},
|
|
29
|
+
providers: [
|
|
30
|
+
{
|
|
31
|
+
provide: NG_VALUE_ACCESSOR,
|
|
32
|
+
useExisting: BooleanValueAccessor,
|
|
33
|
+
multi: true
|
|
34
|
+
}
|
|
35
|
+
]
|
|
36
|
+
}]
|
|
37
|
+
}], ctorParameters: function () { return [{ type: i0.ElementRef }]; } });
|
|
38
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYm9vbGVhbi12YWx1ZS1hY2Nlc3Nvci5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9ib29sZWFuLXZhbHVlLWFjY2Vzc29yLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQWMsTUFBTSxlQUFlLENBQUM7QUFDdEQsT0FBTyxFQUFFLGlCQUFpQixFQUFFLE1BQU0sZ0JBQWdCLENBQUM7QUFFbkQsT0FBTyxFQUFFLGFBQWEsRUFBRSxNQUFNLGtCQUFrQixDQUFDOztBQWdCakQsTUFBTSxPQUFPLG9CQUFxQixTQUFRLGFBQWE7SUFDckQsWUFBWSxFQUFjO1FBQ3hCLEtBQUssQ0FBQyxFQUFFLENBQUMsQ0FBQztJQUNaLENBQUM7SUFDRCxVQUFVLENBQUMsS0FBVTtRQUNuQixJQUFJLENBQUMsRUFBRSxDQUFDLGFBQWEsQ0FBQyxPQUFPLEdBQUcsSUFBSSxDQUFDLFNBQVMsR0FBRyxLQUFLLElBQUksSUFBSSxDQUFDLENBQUMsQ0FBQyxLQUFLLENBQUMsQ0FBQyxDQUFDLEtBQUssQ0FBQztJQUNqRixDQUFDOztxSUFOVSxvQkFBb0I7eUhBQXBCLG9CQUFvQixxTEFScEI7UUFDVDtZQUNFLE9BQU8sRUFBRSxpQkFBaUI7WUFDMUIsV0FBVyxFQUFFLG9CQUFvQjtZQUNqQyxLQUFLLEVBQUUsSUFBSTtTQUNaO0tBQ0Y7NEZBRVUsb0JBQW9CO2tCQWRoQyxTQUFTO21CQUFDO29CQUNULGlEQUFpRDtvQkFDakQsUUFBUSxFQUFFLHNFQUFzRTtvQkFDaEYsSUFBSSxFQUFFO3dCQUNKLGlCQUFpQixFQUFFLDBDQUEwQztxQkFDOUQ7b0JBQ0QsU0FBUyxFQUFFO3dCQUNUOzRCQUNFLE9BQU8sRUFBRSxpQkFBaUI7NEJBQzFCLFdBQVcsc0JBQXNCOzRCQUNqQyxLQUFLLEVBQUUsSUFBSTt5QkFDWjtxQkFDRjtpQkFDRiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IERpcmVjdGl2ZSwgRWxlbWVudFJlZiB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgTkdfVkFMVUVfQUNDRVNTT1IgfSBmcm9tICdAYW5ndWxhci9mb3Jtcyc7XG5cbmltcG9ydCB7IFZhbHVlQWNjZXNzb3IgfSBmcm9tICcuL3ZhbHVlLWFjY2Vzc29yJztcblxuQERpcmVjdGl2ZSh7XG4gIC8qIHRzbGludDpkaXNhYmxlLW5leHQtbGluZTpkaXJlY3RpdmUtc2VsZWN0b3IgKi9cbiAgc2VsZWN0b3I6ICdpeC10b2dnbGVbbmdNb2RlbF0saXgtdG9nZ2xlW2Zvcm1Db250cm9sTmFtZV0saXgtdG9nZ2xlW2Zvcm1Db250cm9sXScsXG4gIGhvc3Q6IHtcbiAgICAnKGNoZWNrZWRDaGFuZ2UpJzogJ2hhbmRsZUNoYW5nZUV2ZW50KCRldmVudC50YXJnZXQuY2hlY2tlZCknXG4gIH0sXG4gIHByb3ZpZGVyczogW1xuICAgIHtcbiAgICAgIHByb3ZpZGU6IE5HX1ZBTFVFX0FDQ0VTU09SLFxuICAgICAgdXNlRXhpc3Rpbmc6IEJvb2xlYW5WYWx1ZUFjY2Vzc29yLFxuICAgICAgbXVsdGk6IHRydWVcbiAgICB9XG4gIF1cbn0pXG5leHBvcnQgY2xhc3MgQm9vbGVhblZhbHVlQWNjZXNzb3IgZXh0ZW5kcyBWYWx1ZUFjY2Vzc29yIHtcbiAgY29uc3RydWN0b3IoZWw6IEVsZW1lbnRSZWYpIHtcbiAgICBzdXBlcihlbCk7XG4gIH1cbiAgd3JpdGVWYWx1ZSh2YWx1ZTogYW55KSB7XG4gICAgdGhpcy5lbC5uYXRpdmVFbGVtZW50LmNoZWNrZWQgPSB0aGlzLmxhc3RWYWx1ZSA9IHZhbHVlID09IG51bGwgPyBmYWxzZSA6IHZhbHVlO1xuICB9XG59XG4iXX0=
|