@acorex/components 6.0.14 → 6.0.17
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/alert/src/alert.component.d.ts +1 -1
- package/avatar/src/avatar.component.d.ts +6 -9
- package/badge/src/badge.component.d.ts +1 -1
- package/breadcrumbs/src/breadcrumbs-item.component.d.ts +4 -4
- package/button/src/button-group.component.d.ts +4 -4
- package/button/src/button-item.component.d.ts +4 -4
- package/color-picker/src/color-picker.component.d.ts +14 -14
- package/common/src/auto-focus.directive.d.ts +2 -1
- package/common/src/events.class.d.ts +1 -1
- package/date-picker/src/datepicker.component.d.ts +11 -11
- package/decorators/public-api.d.ts +1 -0
- package/decorators/src/decorators.module.d.ts +3 -2
- package/decorators/src/text.component.d.ts +9 -0
- package/dialog/src/dialog.service.d.ts +3 -1
- package/dropdown/src/dropdown-panel.component.d.ts +1 -0
- package/dropdown/src/dropdown.module.d.ts +7 -5
- package/esm2020/avatar/src/avatar.component.mjs +14 -21
- package/esm2020/badge/src/badge.component.mjs +3 -3
- package/esm2020/button/src/button-item.component.mjs +3 -3
- package/esm2020/calendar/src/calendar.component.mjs +5 -2
- package/esm2020/collapse/src/collapse.component.mjs +3 -3
- package/esm2020/common/src/auto-focus.directive.mjs +7 -3
- package/esm2020/common/src/events.class.mjs +1 -1
- package/esm2020/decorators/public-api.mjs +2 -1
- package/esm2020/decorators/src/decorators.module.mjs +8 -4
- package/esm2020/decorators/src/icon.component.mjs +3 -2
- package/esm2020/decorators/src/text.component.mjs +21 -0
- package/esm2020/dialog/src/dialog.class.mjs +1 -1
- package/esm2020/dialog/src/dialog.component.mjs +1 -1
- package/esm2020/dialog/src/dialog.service.mjs +11 -7
- package/esm2020/dropdown/src/dropdown-panel.component.mjs +14 -3
- package/esm2020/dropdown/src/dropdown.module.mjs +6 -4
- package/esm2020/image/src/image.component.mjs +36 -9
- package/esm2020/menu/src/menu.component.mjs +5 -3
- package/esm2020/number-box/src/number-box.component.mjs +10 -4
- package/esm2020/password-box/src/password-box.component.mjs +11 -5
- package/esm2020/popover/src/popover.component.mjs +9 -18
- package/esm2020/popup/src/popup.component.mjs +14 -6
- package/esm2020/popup/src/popup.module.mjs +4 -3
- package/esm2020/popup/src/popup.service.mjs +8 -4
- package/esm2020/textarea/src/textarea.component.mjs +11 -5
- package/esm2020/textbox/src/textbox.component.mjs +31 -9
- package/esm2020/time-box/src/time-box.component.mjs +10 -4
- package/esm2020/uploader/src/uploader.component.mjs +37 -7
- package/esm2020/uploader/src/uploader.module.mjs +5 -4
- package/fesm2015/acorex-components-avatar.mjs +13 -20
- package/fesm2015/acorex-components-avatar.mjs.map +1 -1
- package/fesm2015/acorex-components-badge.mjs +2 -2
- package/fesm2015/acorex-components-badge.mjs.map +1 -1
- package/fesm2015/acorex-components-button.mjs +2 -2
- package/fesm2015/acorex-components-button.mjs.map +1 -1
- package/fesm2015/acorex-components-calendar.mjs +3 -1
- package/fesm2015/acorex-components-calendar.mjs.map +1 -1
- package/fesm2015/acorex-components-collapse.mjs +2 -2
- package/fesm2015/acorex-components-collapse.mjs.map +1 -1
- package/fesm2015/acorex-components-common.mjs +6 -2
- package/fesm2015/acorex-components-common.mjs.map +1 -1
- package/fesm2015/acorex-components-decorators.mjs +27 -5
- package/fesm2015/acorex-components-decorators.mjs.map +1 -1
- package/fesm2015/acorex-components-dialog.mjs +11 -7
- package/fesm2015/acorex-components-dialog.mjs.map +1 -1
- package/fesm2015/acorex-components-dropdown.mjs +18 -5
- package/fesm2015/acorex-components-dropdown.mjs.map +1 -1
- package/fesm2015/acorex-components-image.mjs +35 -8
- package/fesm2015/acorex-components-image.mjs.map +1 -1
- package/fesm2015/acorex-components-menu.mjs +5 -3
- package/fesm2015/acorex-components-menu.mjs.map +1 -1
- package/fesm2015/acorex-components-number-box.mjs +10 -4
- package/fesm2015/acorex-components-number-box.mjs.map +1 -1
- package/fesm2015/acorex-components-password-box.mjs +10 -4
- package/fesm2015/acorex-components-password-box.mjs.map +1 -1
- package/fesm2015/acorex-components-popover.mjs +9 -18
- package/fesm2015/acorex-components-popover.mjs.map +1 -1
- package/fesm2015/acorex-components-popup.mjs +23 -11
- package/fesm2015/acorex-components-popup.mjs.map +1 -1
- package/fesm2015/acorex-components-textarea.mjs +10 -4
- package/fesm2015/acorex-components-textarea.mjs.map +1 -1
- package/fesm2015/acorex-components-textbox.mjs +30 -8
- package/fesm2015/acorex-components-textbox.mjs.map +1 -1
- package/fesm2015/acorex-components-time-box.mjs +10 -4
- package/fesm2015/acorex-components-time-box.mjs.map +1 -1
- package/fesm2015/acorex-components-uploader.mjs +41 -9
- package/fesm2015/acorex-components-uploader.mjs.map +1 -1
- package/fesm2020/acorex-components-avatar.mjs +13 -20
- package/fesm2020/acorex-components-avatar.mjs.map +1 -1
- package/fesm2020/acorex-components-badge.mjs +2 -2
- package/fesm2020/acorex-components-badge.mjs.map +1 -1
- package/fesm2020/acorex-components-button.mjs +2 -2
- package/fesm2020/acorex-components-button.mjs.map +1 -1
- package/fesm2020/acorex-components-calendar.mjs +3 -1
- package/fesm2020/acorex-components-calendar.mjs.map +1 -1
- package/fesm2020/acorex-components-collapse.mjs +2 -2
- package/fesm2020/acorex-components-collapse.mjs.map +1 -1
- package/fesm2020/acorex-components-common.mjs +6 -2
- package/fesm2020/acorex-components-common.mjs.map +1 -1
- package/fesm2020/acorex-components-decorators.mjs +27 -5
- package/fesm2020/acorex-components-decorators.mjs.map +1 -1
- package/fesm2020/acorex-components-dialog.mjs +11 -7
- package/fesm2020/acorex-components-dialog.mjs.map +1 -1
- package/fesm2020/acorex-components-dropdown.mjs +18 -5
- package/fesm2020/acorex-components-dropdown.mjs.map +1 -1
- package/fesm2020/acorex-components-image.mjs +35 -8
- package/fesm2020/acorex-components-image.mjs.map +1 -1
- package/fesm2020/acorex-components-menu.mjs +5 -3
- package/fesm2020/acorex-components-menu.mjs.map +1 -1
- package/fesm2020/acorex-components-number-box.mjs +10 -4
- package/fesm2020/acorex-components-number-box.mjs.map +1 -1
- package/fesm2020/acorex-components-password-box.mjs +10 -4
- package/fesm2020/acorex-components-password-box.mjs.map +1 -1
- package/fesm2020/acorex-components-popover.mjs +8 -17
- package/fesm2020/acorex-components-popover.mjs.map +1 -1
- package/fesm2020/acorex-components-popup.mjs +23 -11
- package/fesm2020/acorex-components-popup.mjs.map +1 -1
- package/fesm2020/acorex-components-textarea.mjs +10 -4
- package/fesm2020/acorex-components-textarea.mjs.map +1 -1
- package/fesm2020/acorex-components-textbox.mjs +30 -8
- package/fesm2020/acorex-components-textbox.mjs.map +1 -1
- package/fesm2020/acorex-components-time-box.mjs +10 -4
- package/fesm2020/acorex-components-time-box.mjs.map +1 -1
- package/fesm2020/acorex-components-uploader.mjs +40 -9
- package/fesm2020/acorex-components-uploader.mjs.map +1 -1
- package/image/src/image.component.d.ts +16 -7
- package/menu/src/menu.component.d.ts +1 -0
- package/mixin/src/base-components.class.d.ts +1 -1
- package/mixin/src/base-menu-mixin.class.d.ts +4 -4
- package/mixin/src/button-mixin.class.d.ts +1 -1
- package/mixin/src/clickable-mixin.class.d.ts +1 -1
- package/mixin/src/color-look-mixing.class.d.ts +1 -1
- package/mixin/src/datalist-component.class.d.ts +9 -9
- package/mixin/src/dropdown-mixin.class.d.ts +1 -1
- package/mixin/src/interactive-mixin.class.d.ts +3 -3
- package/mixin/src/loading-mixin.class.d.ts +1 -1
- package/mixin/src/mixin.class.d.ts +42 -42
- package/mixin/src/page-component.class.d.ts +1 -1
- package/mixin/src/selection-component.class.d.ts +1 -1
- package/mixin/src/sizable-mixin.class.d.ts +1 -1
- package/mixin/src/textbox-mixin.class.d.ts +3 -3
- package/mixin/src/value-mixin.class.d.ts +7 -7
- package/number-box/src/number-box.component.d.ts +2 -0
- package/package.json +1 -1
- package/password-box/src/password-box.component.d.ts +2 -0
- package/popover/src/popover.component.d.ts +2 -2
- package/popup/src/popup.module.d.ts +7 -6
- package/tabs/src/tab-item.component.d.ts +1 -1
- package/textarea/src/textarea.component.d.ts +2 -0
- package/textbox/src/textbox.component.d.ts +2 -0
- package/time-box/src/time-box.component.d.ts +2 -0
- package/uploader/src/uploader.component.d.ts +10 -3
- package/uploader/src/uploader.module.d.ts +2 -1
|
@@ -11,7 +11,7 @@ export declare const AXBaseAlertMixin: (new (...args: any[]) => {
|
|
|
11
11
|
look: import("@acorex/components/common").AXStyleLookType;
|
|
12
12
|
id: string;
|
|
13
13
|
rtl: boolean;
|
|
14
|
-
"__#
|
|
14
|
+
"__#32770@#elementRef": ElementRef<any>;
|
|
15
15
|
_cdr: ChangeDetectorRef;
|
|
16
16
|
_isInited: boolean;
|
|
17
17
|
_isRendered: boolean;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { AXAvatarMixin } from '@acorex/components/mixin';
|
|
2
|
-
import { ElementRef, ChangeDetectorRef } from '@angular/core';
|
|
2
|
+
import { ElementRef, ChangeDetectorRef, QueryList } from '@angular/core';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
/**
|
|
5
5
|
* The Button is a component which detects user interaction and triggers a corresponding event
|
|
@@ -7,16 +7,13 @@ import * as i0 from "@angular/core";
|
|
|
7
7
|
* @category Components
|
|
8
8
|
*/
|
|
9
9
|
export declare class AXAvatarComponent extends AXAvatarMixin {
|
|
10
|
-
|
|
11
|
-
icon: string;
|
|
12
|
-
src: string;
|
|
13
|
-
class: string;
|
|
14
|
-
type: "default" | 'text' | 'icon' | 'image';
|
|
10
|
+
readonly _children: QueryList<any>;
|
|
15
11
|
/**
|
|
16
|
-
|
|
17
|
-
|
|
12
|
+
* @ignore
|
|
13
|
+
*/
|
|
18
14
|
constructor(elementRef: ElementRef, cdr: ChangeDetectorRef);
|
|
15
|
+
ngAfterViewInit(): void;
|
|
19
16
|
get __hostClass(): string;
|
|
20
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXAvatarComponent, never>;
|
|
21
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AXAvatarComponent, "ax-avatar", never, { "color": "color"; "look": "look";
|
|
18
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXAvatarComponent, "ax-avatar", never, { "color": "color"; "look": "look"; }, {}, ["_children"], ["ax-text, ax-image, ax-icon"], false>;
|
|
22
19
|
}
|
|
@@ -10,7 +10,7 @@ export declare const AXBaseBadgeMixin: (new (...args: any[]) => {
|
|
|
10
10
|
look: import("@acorex/components/common").AXStyleLookType;
|
|
11
11
|
id: string;
|
|
12
12
|
rtl: boolean;
|
|
13
|
-
"__#
|
|
13
|
+
"__#32770@#elementRef": ElementRef<any>;
|
|
14
14
|
_cdr: ChangeDetectorRef;
|
|
15
15
|
_isInited: boolean;
|
|
16
16
|
_isRendered: boolean;
|
|
@@ -3,9 +3,9 @@ import { ChangeDetectorRef, ElementRef } from '@angular/core';
|
|
|
3
3
|
import { AXBreadCrumbsComponent } from './breadcrumbs.component';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare const AXBaseItemBreadCrumbMixin: (abstract new (...args: any[]) => {
|
|
6
|
-
"__#
|
|
6
|
+
"__#32773@#disabled": boolean;
|
|
7
7
|
disabled: boolean;
|
|
8
|
-
"__#
|
|
8
|
+
"__#32773@#tabIndex": number;
|
|
9
9
|
tabIndex: number;
|
|
10
10
|
onFocus: import("@angular/core").EventEmitter<import("@acorex/components/common").AXFocusEvent>;
|
|
11
11
|
_emitOnFocusEvent(e: FocusEvent): void;
|
|
@@ -15,7 +15,7 @@ export declare const AXBaseItemBreadCrumbMixin: (abstract new (...args: any[]) =
|
|
|
15
15
|
hasFocus(): boolean;
|
|
16
16
|
id: string;
|
|
17
17
|
rtl: boolean;
|
|
18
|
-
"__#
|
|
18
|
+
"__#32770@#elementRef": ElementRef<any>;
|
|
19
19
|
_cdr: ChangeDetectorRef;
|
|
20
20
|
_isInited: boolean;
|
|
21
21
|
_isRendered: boolean;
|
|
@@ -38,7 +38,7 @@ export declare const AXBaseItemBreadCrumbMixin: (abstract new (...args: any[]) =
|
|
|
38
38
|
_emitOnClickEvent(e: MouseEvent): void;
|
|
39
39
|
id: string;
|
|
40
40
|
rtl: boolean;
|
|
41
|
-
"__#
|
|
41
|
+
"__#32770@#elementRef": ElementRef<any>;
|
|
42
42
|
/**
|
|
43
43
|
* @ignore
|
|
44
44
|
*/
|
|
@@ -4,9 +4,9 @@ import { AXClickEvent, AXItemClickEvent, AXSelectionMode, AXSelectionValueChange
|
|
|
4
4
|
import { AXBaseComponent } from '@acorex/components/mixin';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare const AXBaseButtonGroupMixin: (abstract new (...args: any[]) => {
|
|
7
|
-
"__#
|
|
7
|
+
"__#32773@#disabled": boolean;
|
|
8
8
|
disabled: boolean;
|
|
9
|
-
"__#
|
|
9
|
+
"__#32773@#tabIndex": number;
|
|
10
10
|
tabIndex: number;
|
|
11
11
|
onFocus: EventEmitter<import("@acorex/components/common").AXFocusEvent>;
|
|
12
12
|
_emitOnFocusEvent(e: FocusEvent): void;
|
|
@@ -16,7 +16,7 @@ export declare const AXBaseButtonGroupMixin: (abstract new (...args: any[]) => {
|
|
|
16
16
|
hasFocus(): boolean;
|
|
17
17
|
id: string;
|
|
18
18
|
rtl: boolean;
|
|
19
|
-
"__#
|
|
19
|
+
"__#32770@#elementRef": ElementRef<any>;
|
|
20
20
|
_cdr: ChangeDetectorRef;
|
|
21
21
|
_isInited: boolean;
|
|
22
22
|
_isRendered: boolean;
|
|
@@ -43,7 +43,7 @@ export declare const AXBaseButtonGroupMixin: (abstract new (...args: any[]) => {
|
|
|
43
43
|
look: import("@acorex/components/common").AXStyleLookType;
|
|
44
44
|
id: string;
|
|
45
45
|
rtl: boolean;
|
|
46
|
-
"__#
|
|
46
|
+
"__#32770@#elementRef": ElementRef<any>;
|
|
47
47
|
_cdr: ChangeDetectorRef;
|
|
48
48
|
_isInited: boolean;
|
|
49
49
|
_isRendered: boolean;
|
|
@@ -3,9 +3,9 @@ import { AXStyleColorType } from '@acorex/components/common';
|
|
|
3
3
|
import { AXBaseComponent } from '@acorex/components/mixin';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare const AXBaseItemButtonMixin: (abstract new (...args: any[]) => {
|
|
6
|
-
"__#
|
|
6
|
+
"__#32773@#disabled": boolean;
|
|
7
7
|
disabled: boolean;
|
|
8
|
-
"__#
|
|
8
|
+
"__#32773@#tabIndex": number;
|
|
9
9
|
tabIndex: number;
|
|
10
10
|
onFocus: import("@angular/core").EventEmitter<import("@acorex/components/common").AXFocusEvent>;
|
|
11
11
|
_emitOnFocusEvent(e: FocusEvent): void;
|
|
@@ -15,7 +15,7 @@ export declare const AXBaseItemButtonMixin: (abstract new (...args: any[]) => {
|
|
|
15
15
|
hasFocus(): boolean;
|
|
16
16
|
id: string;
|
|
17
17
|
rtl: boolean;
|
|
18
|
-
"__#
|
|
18
|
+
"__#32770@#elementRef": ElementRef<any>;
|
|
19
19
|
_cdr: ChangeDetectorRef;
|
|
20
20
|
_isInited: boolean;
|
|
21
21
|
_isRendered: boolean;
|
|
@@ -38,7 +38,7 @@ export declare const AXBaseItemButtonMixin: (abstract new (...args: any[]) => {
|
|
|
38
38
|
_emitOnClickEvent(e: MouseEvent): void;
|
|
39
39
|
id: string;
|
|
40
40
|
rtl: boolean;
|
|
41
|
-
"__#
|
|
41
|
+
"__#32770@#elementRef": ElementRef<any>;
|
|
42
42
|
_cdr: ChangeDetectorRef;
|
|
43
43
|
_isInited: boolean;
|
|
44
44
|
_isRendered: boolean;
|
|
@@ -6,9 +6,9 @@ import { AXPopoverComponent } from '@acorex/components/popover';
|
|
|
6
6
|
import { AXBaseComponent } from '@acorex/components/mixin';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
8
|
export declare const AXBaseColorPickerMixin: (abstract new (...args: any[]) => {
|
|
9
|
-
"__#
|
|
9
|
+
"__#32773@#disabled": boolean;
|
|
10
10
|
disabled: boolean;
|
|
11
|
-
"__#
|
|
11
|
+
"__#32773@#tabIndex": number;
|
|
12
12
|
tabIndex: number;
|
|
13
13
|
onFocus: import("@angular/core").EventEmitter<import("@acorex/components/common").AXFocusEvent>;
|
|
14
14
|
_emitOnFocusEvent(e: FocusEvent): void;
|
|
@@ -18,7 +18,7 @@ export declare const AXBaseColorPickerMixin: (abstract new (...args: any[]) => {
|
|
|
18
18
|
hasFocus(): boolean;
|
|
19
19
|
id: string;
|
|
20
20
|
rtl: boolean;
|
|
21
|
-
"__#
|
|
21
|
+
"__#32770@#elementRef": ElementRef<any>;
|
|
22
22
|
_cdr: ChangeDetectorRef;
|
|
23
23
|
_isInited: boolean;
|
|
24
24
|
_isRendered: boolean;
|
|
@@ -52,7 +52,7 @@ export declare const AXBaseColorPickerMixin: (abstract new (...args: any[]) => {
|
|
|
52
52
|
readonly isOpen: boolean;
|
|
53
53
|
id: string;
|
|
54
54
|
rtl: boolean;
|
|
55
|
-
"__#
|
|
55
|
+
"__#32770@#elementRef": ElementRef<any>;
|
|
56
56
|
_cdr: ChangeDetectorRef;
|
|
57
57
|
_isInited: boolean;
|
|
58
58
|
_isRendered: boolean;
|
|
@@ -71,17 +71,17 @@ export declare const AXBaseColorPickerMixin: (abstract new (...args: any[]) => {
|
|
|
71
71
|
}) & (new (...args: any[]) => {
|
|
72
72
|
onValueChanged: import("@angular/core").EventEmitter<AXValueChangedEvent<any>>;
|
|
73
73
|
valueChange: import("@angular/core").EventEmitter<any>;
|
|
74
|
-
"__#
|
|
74
|
+
"__#32775@#readonly": boolean;
|
|
75
75
|
readonly: boolean;
|
|
76
|
-
"__#
|
|
76
|
+
"__#32775@#allowNull": boolean;
|
|
77
77
|
allowNull: boolean;
|
|
78
|
-
"__#
|
|
78
|
+
"__#32775@#name": string;
|
|
79
79
|
name: string;
|
|
80
|
-
"__#
|
|
80
|
+
"__#32775@#isUserInteraction": boolean;
|
|
81
81
|
readonly isUserInteraction: boolean;
|
|
82
|
-
"__#
|
|
82
|
+
"__#32775@#value": any;
|
|
83
83
|
value: any;
|
|
84
|
-
"__#
|
|
84
|
+
"__#32775@#state": "error" | "clear" | "success";
|
|
85
85
|
readonly state: "error" | "clear" | "success";
|
|
86
86
|
_emitOnValueChangedEvent(oldValue?: any, newValue?: any): void;
|
|
87
87
|
_internalSetValue(value: any): any;
|
|
@@ -97,7 +97,7 @@ export declare const AXBaseColorPickerMixin: (abstract new (...args: any[]) => {
|
|
|
97
97
|
_setState(state: "error" | "clear" | "success", ...args: any[]): void;
|
|
98
98
|
id: string;
|
|
99
99
|
rtl: boolean;
|
|
100
|
-
"__#
|
|
100
|
+
"__#32770@#elementRef": ElementRef<any>;
|
|
101
101
|
_cdr: ChangeDetectorRef;
|
|
102
102
|
_isInited: boolean;
|
|
103
103
|
_isRendered: boolean;
|
|
@@ -119,8 +119,8 @@ export declare const AXBaseColorPickerMixin: (abstract new (...args: any[]) => {
|
|
|
119
119
|
maxLength: number;
|
|
120
120
|
autoComplete: string;
|
|
121
121
|
debounceTime: number;
|
|
122
|
-
"__#
|
|
123
|
-
"__#
|
|
122
|
+
"__#32774@#valueSubscription": import("rxjs").Subscription;
|
|
123
|
+
"__#32774@#valueSubject": import("rxjs").Subject<unknown>;
|
|
124
124
|
onKeyDown: import("@angular/core").EventEmitter<import("@acorex/components/common").AXHtmlEvent<KeyboardEvent>>;
|
|
125
125
|
onKeyUp: import("@angular/core").EventEmitter<import("@acorex/components/common").AXHtmlEvent<KeyboardEvent>>;
|
|
126
126
|
onKeyPress: import("@angular/core").EventEmitter<import("@acorex/components/common").AXHtmlEvent<KeyboardEvent>>;
|
|
@@ -133,7 +133,7 @@ export declare const AXBaseColorPickerMixin: (abstract new (...args: any[]) => {
|
|
|
133
133
|
onDestroy(): void;
|
|
134
134
|
id: string;
|
|
135
135
|
rtl: boolean;
|
|
136
|
-
"__#
|
|
136
|
+
"__#32770@#elementRef": ElementRef<any>;
|
|
137
137
|
_cdr: ChangeDetectorRef;
|
|
138
138
|
_isInited: boolean;
|
|
139
139
|
_isRendered: boolean;
|
|
@@ -6,7 +6,8 @@ export declare class AXAutoFocusDirective implements AfterContentInit {
|
|
|
6
6
|
_host: AXFocusableComponent;
|
|
7
7
|
autoFocus?: boolean;
|
|
8
8
|
constructor(el: ElementRef<HTMLElement>, _host: AXFocusableComponent);
|
|
9
|
+
time: number;
|
|
9
10
|
ngAfterContentInit(): void;
|
|
10
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXAutoFocusDirective, [null, { optional: true; host: true; self: true; }]>;
|
|
11
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<AXAutoFocusDirective, "[axAutoFocus]", never, { "autoFocus": "axAutoFocus"; }, {}, never, never, false>;
|
|
12
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<AXAutoFocusDirective, "[axAutoFocus]", never, { "autoFocus": "axAutoFocus"; "time": "focus-time"; }, {}, never, never, false>;
|
|
12
13
|
}
|
|
@@ -17,7 +17,7 @@ export declare class AXEvent {
|
|
|
17
17
|
* Contains native event
|
|
18
18
|
* @category Events
|
|
19
19
|
*/
|
|
20
|
-
export declare class AXHtmlEvent<E extends Event> extends AXEvent {
|
|
20
|
+
export declare class AXHtmlEvent<E extends Event = Event> extends AXEvent {
|
|
21
21
|
nativeEvent?: E;
|
|
22
22
|
}
|
|
23
23
|
/**
|
|
@@ -6,9 +6,9 @@ import { AXPopoverComponent } from '@acorex/components/popover';
|
|
|
6
6
|
import { AXComponentOptionChanged } from '@acorex/components/mixin';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
8
|
export declare const AXBaseDatePickerMixin: (abstract new (...args: any[]) => {
|
|
9
|
-
"__#
|
|
9
|
+
"__#32773@#disabled": boolean;
|
|
10
10
|
disabled: boolean;
|
|
11
|
-
"__#
|
|
11
|
+
"__#32773@#tabIndex": number;
|
|
12
12
|
tabIndex: number;
|
|
13
13
|
onFocus: EventEmitter<import("@acorex/components/common").AXFocusEvent>;
|
|
14
14
|
_emitOnFocusEvent(e: FocusEvent): void;
|
|
@@ -18,7 +18,7 @@ export declare const AXBaseDatePickerMixin: (abstract new (...args: any[]) => {
|
|
|
18
18
|
hasFocus(): boolean;
|
|
19
19
|
id: string;
|
|
20
20
|
rtl: boolean;
|
|
21
|
-
"__#
|
|
21
|
+
"__#32770@#elementRef": ElementRef<any>;
|
|
22
22
|
_cdr: ChangeDetectorRef;
|
|
23
23
|
_isInited: boolean;
|
|
24
24
|
_isRendered: boolean;
|
|
@@ -52,7 +52,7 @@ export declare const AXBaseDatePickerMixin: (abstract new (...args: any[]) => {
|
|
|
52
52
|
readonly isOpen: boolean;
|
|
53
53
|
id: string;
|
|
54
54
|
rtl: boolean;
|
|
55
|
-
"__#
|
|
55
|
+
"__#32770@#elementRef": ElementRef<any>;
|
|
56
56
|
_cdr: ChangeDetectorRef;
|
|
57
57
|
_isInited: boolean;
|
|
58
58
|
_isRendered: boolean;
|
|
@@ -71,17 +71,17 @@ export declare const AXBaseDatePickerMixin: (abstract new (...args: any[]) => {
|
|
|
71
71
|
}) & (new (...args: any[]) => {
|
|
72
72
|
onValueChanged: EventEmitter<import("@acorex/components/common").AXValueChangedEvent<any>>;
|
|
73
73
|
valueChange: EventEmitter<any>;
|
|
74
|
-
"__#
|
|
74
|
+
"__#32775@#readonly": boolean;
|
|
75
75
|
readonly: boolean;
|
|
76
|
-
"__#
|
|
76
|
+
"__#32775@#allowNull": boolean;
|
|
77
77
|
allowNull: boolean;
|
|
78
|
-
"__#
|
|
78
|
+
"__#32775@#name": string;
|
|
79
79
|
name: string;
|
|
80
|
-
"__#
|
|
80
|
+
"__#32775@#isUserInteraction": boolean;
|
|
81
81
|
readonly isUserInteraction: boolean;
|
|
82
|
-
"__#
|
|
82
|
+
"__#32775@#value": any;
|
|
83
83
|
value: any;
|
|
84
|
-
"__#
|
|
84
|
+
"__#32775@#state": "error" | "clear" | "success";
|
|
85
85
|
readonly state: "error" | "clear" | "success";
|
|
86
86
|
_emitOnValueChangedEvent(oldValue?: any, newValue?: any): void;
|
|
87
87
|
_internalSetValue(value: any): any;
|
|
@@ -97,7 +97,7 @@ export declare const AXBaseDatePickerMixin: (abstract new (...args: any[]) => {
|
|
|
97
97
|
_setState(state: "error" | "clear" | "success", ...args: any[]): void;
|
|
98
98
|
id: string;
|
|
99
99
|
rtl: boolean;
|
|
100
|
-
"__#
|
|
100
|
+
"__#32770@#elementRef": ElementRef<any>;
|
|
101
101
|
_cdr: ChangeDetectorRef;
|
|
102
102
|
_isInited: boolean;
|
|
103
103
|
_isRendered: boolean;
|
|
@@ -9,9 +9,10 @@ import * as i7 from "./title.component";
|
|
|
9
9
|
import * as i8 from "./close-button.component";
|
|
10
10
|
import * as i9 from "./overlay.component";
|
|
11
11
|
import * as i10 from "./placeholder.component";
|
|
12
|
-
import * as i11 from "
|
|
12
|
+
import * as i11 from "./text.component";
|
|
13
|
+
import * as i12 from "@angular/common";
|
|
13
14
|
export declare class AXDecoratorModule {
|
|
14
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXDecoratorModule, never>;
|
|
15
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AXDecoratorModule, [typeof i1.AXDecoratorPrefixComponent, typeof i2.AXDecoratorSuffixComponent, typeof i3.AXDecoratorContentComponent, typeof i4.AXDecoratorHeaderComponent, typeof i5.AXDecoratorFooterComponent, typeof i6.AXDecoratorIconComponent, typeof i7.AXDecoratorTitleComponent, typeof i8.AXDecoratorCloseButtonComponent, typeof i9.AXDecoratorOverlayComponent, typeof i10.AXDecoratorPlaceholderComponent], [typeof
|
|
16
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXDecoratorModule, [typeof i1.AXDecoratorPrefixComponent, typeof i2.AXDecoratorSuffixComponent, typeof i3.AXDecoratorContentComponent, typeof i4.AXDecoratorHeaderComponent, typeof i5.AXDecoratorFooterComponent, typeof i6.AXDecoratorIconComponent, typeof i7.AXDecoratorTitleComponent, typeof i8.AXDecoratorCloseButtonComponent, typeof i9.AXDecoratorOverlayComponent, typeof i10.AXDecoratorPlaceholderComponent, typeof i11.AXDecoratorTextComponent], [typeof i12.CommonModule], [typeof i1.AXDecoratorPrefixComponent, typeof i2.AXDecoratorSuffixComponent, typeof i3.AXDecoratorContentComponent, typeof i4.AXDecoratorHeaderComponent, typeof i5.AXDecoratorFooterComponent, typeof i6.AXDecoratorIconComponent, typeof i7.AXDecoratorTitleComponent, typeof i8.AXDecoratorCloseButtonComponent, typeof i9.AXDecoratorOverlayComponent, typeof i10.AXDecoratorPlaceholderComponent, typeof i11.AXDecoratorTextComponent]>;
|
|
16
17
|
static ɵinj: i0.ɵɵInjectorDeclaration<AXDecoratorModule>;
|
|
17
18
|
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { AXBaseComponentMixin } from '@acorex/components/mixin';
|
|
2
|
+
import { ChangeDetectorRef, ElementRef } from '@angular/core';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class AXDecoratorTextComponent extends AXBaseComponentMixin {
|
|
5
|
+
content: string;
|
|
6
|
+
constructor(_elementRef: ElementRef, _cdr: ChangeDetectorRef);
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXDecoratorTextComponent, never>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXDecoratorTextComponent, "ax-text", never, { "content": "content"; }, {}, never, never, false>;
|
|
9
|
+
}
|
|
@@ -23,7 +23,9 @@ export declare class AXDialogService {
|
|
|
23
23
|
/**
|
|
24
24
|
* Show a confirm box with 'Okay' & 'Cancel' buttons.
|
|
25
25
|
*/
|
|
26
|
-
confirm(title: string, content: string, type?: AXStyleColorType): Promise<
|
|
26
|
+
confirm(title: string, content: string, type?: AXStyleColorType): Promise<{
|
|
27
|
+
result: boolean;
|
|
28
|
+
}>;
|
|
27
29
|
/**
|
|
28
30
|
* Show a custom dialog box.
|
|
29
31
|
*/
|
|
@@ -1,12 +1,14 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./dropdown-panel.component";
|
|
3
3
|
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "@acorex/components/
|
|
5
|
-
import * as i4 from "@angular/cdk/
|
|
6
|
-
import * as i5 from "@acorex/components/
|
|
7
|
-
import * as i6 from "@
|
|
4
|
+
import * as i3 from "@acorex/components/common";
|
|
5
|
+
import * as i4 from "@angular/cdk/a11y";
|
|
6
|
+
import * as i5 from "@acorex/components/button";
|
|
7
|
+
import * as i6 from "@angular/cdk/overlay";
|
|
8
|
+
import * as i7 from "@acorex/components/decorators";
|
|
9
|
+
import * as i8 from "@acorex/components/popover";
|
|
8
10
|
export declare class AXDropdownModule {
|
|
9
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXDropdownModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AXDropdownModule, [typeof i1.AXDropdownPanelComponent], [typeof i2.CommonModule, typeof i3.
|
|
12
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXDropdownModule, [typeof i1.AXDropdownPanelComponent], [typeof i2.CommonModule, typeof i3.AXCommonModule, typeof i4.A11yModule, typeof i5.AXButtonModule, typeof i6.OverlayModule, typeof i7.AXDecoratorModule, typeof i8.AXPopoverModule], [typeof i1.AXDropdownPanelComponent]>;
|
|
11
13
|
static ɵinj: i0.ɵɵInjectorDeclaration<AXDropdownModule>;
|
|
12
14
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { AXAvatarMixin } from '@acorex/components/mixin';
|
|
2
|
-
import { Component, ViewEncapsulation, ChangeDetectionStrategy,
|
|
2
|
+
import { Component, ViewEncapsulation, ChangeDetectionStrategy, HostBinding, ContentChildren, } from '@angular/core';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
import * as i1 from "@angular/common";
|
|
5
5
|
/**
|
|
@@ -9,37 +9,30 @@ import * as i1 from "@angular/common";
|
|
|
9
9
|
*/
|
|
10
10
|
export class AXAvatarComponent extends AXAvatarMixin {
|
|
11
11
|
/**
|
|
12
|
-
|
|
13
|
-
|
|
12
|
+
* @ignore
|
|
13
|
+
*/
|
|
14
14
|
constructor(elementRef, cdr) {
|
|
15
15
|
super(elementRef, cdr);
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
this.
|
|
19
|
-
|
|
20
|
-
|
|
16
|
+
}
|
|
17
|
+
ngAfterViewInit() {
|
|
18
|
+
this._children.changes.subscribe(() => {
|
|
19
|
+
this._cdr.markForCheck();
|
|
20
|
+
});
|
|
21
21
|
}
|
|
22
22
|
get __hostClass() {
|
|
23
23
|
return `ax-${this.color}-default`;
|
|
24
24
|
}
|
|
25
25
|
}
|
|
26
26
|
AXAvatarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXAvatarComponent, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
27
|
-
AXAvatarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.2", type: AXAvatarComponent, selector: "ax-avatar", inputs: { color: "color", look: "look",
|
|
27
|
+
AXAvatarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.2", type: AXAvatarComponent, selector: "ax-avatar", inputs: { color: "color", look: "look" }, host: { properties: { "class": "this.__hostClass" }, classAttribute: "ax-avatar" }, queries: [{ propertyName: "_children", predicate: ["ax-text, ax-icon, ax-image"] }], usesInheritance: true, ngImport: i0, template: "<ng-container [ngTemplateOutlet]=\"default\" *ngIf=\"!_children.length\"></ng-container>\r\n<ng-container [ngTemplateOutlet]=\"custom\" *ngIf=\"_children.length\"></ng-container>\r\n\r\n<ng-template #custom>\r\n <ng-content select='ax-text, ax-image, ax-icon'></ng-content>\r\n</ng-template>\r\n<ng-template #default>\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" class=\"ax-default\" xmlns:xlink=\"http://www.w3.org/1999/xlink\"\r\n viewBox=\"0 0 512 512\">\r\n <g style=\"isolation:isolate\">\r\n <g id=\"Layer_2\" data-name=\"Layer 2\">\r\n <g id=\"Layer_1-2\" data-name=\"Layer 1\">\r\n <rect width=\"512\" height=\"512\" />\r\n <path\r\n d=\"M419.16,511.94s-2.85-154-142.28-176.19a139.93,139.93,0,0,0-22-1.67h0a55.8,55.8,0,0,0-5.93.29C99.25,350.35,96.26,511.94,96.26,511.94\"\r\n style=\"fill:#fff;opacity:0.7\" />\r\n <path\r\n d=\"M256,355.18c-17.29,0-32.22-4.63-46.38-12.41-3.86,1.31-8.15,2.93-11.75,4.46A96.48,96.48,0,0,0,256,366.62a100.29,100.29,0,0,0,60.07-20c-3.6-1.49-6.41-2.55-10.27-3.83C291.48,350.79,273.58,355.18,256,355.18Z\"\r\n style=\"opacity:0.05\" />\r\n <circle cx=\"257.71\" cy=\"255.94\" r=\"99.24\" style=\"fill:#fff\" />\r\n </g>\r\n </g>\r\n </g>\r\n </svg>\r\n</ng-template>", dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
|
|
28
28
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXAvatarComponent, decorators: [{
|
|
29
29
|
type: Component,
|
|
30
|
-
args: [{ selector: 'ax-avatar', inputs: ['color', 'look'
|
|
31
|
-
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.ChangeDetectorRef }]; }, propDecorators: {
|
|
32
|
-
type:
|
|
33
|
-
|
|
34
|
-
type: Input
|
|
35
|
-
}], src: [{
|
|
36
|
-
type: Input
|
|
37
|
-
}], class: [{
|
|
38
|
-
type: Input
|
|
39
|
-
}], type: [{
|
|
40
|
-
type: Input
|
|
30
|
+
args: [{ selector: 'ax-avatar', inputs: ['color', 'look'], host: { class: 'ax-avatar' }, encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-container [ngTemplateOutlet]=\"default\" *ngIf=\"!_children.length\"></ng-container>\r\n<ng-container [ngTemplateOutlet]=\"custom\" *ngIf=\"_children.length\"></ng-container>\r\n\r\n<ng-template #custom>\r\n <ng-content select='ax-text, ax-image, ax-icon'></ng-content>\r\n</ng-template>\r\n<ng-template #default>\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" class=\"ax-default\" xmlns:xlink=\"http://www.w3.org/1999/xlink\"\r\n viewBox=\"0 0 512 512\">\r\n <g style=\"isolation:isolate\">\r\n <g id=\"Layer_2\" data-name=\"Layer 2\">\r\n <g id=\"Layer_1-2\" data-name=\"Layer 1\">\r\n <rect width=\"512\" height=\"512\" />\r\n <path\r\n d=\"M419.16,511.94s-2.85-154-142.28-176.19a139.93,139.93,0,0,0-22-1.67h0a55.8,55.8,0,0,0-5.93.29C99.25,350.35,96.26,511.94,96.26,511.94\"\r\n style=\"fill:#fff;opacity:0.7\" />\r\n <path\r\n d=\"M256,355.18c-17.29,0-32.22-4.63-46.38-12.41-3.86,1.31-8.15,2.93-11.75,4.46A96.48,96.48,0,0,0,256,366.62a100.29,100.29,0,0,0,60.07-20c-3.6-1.49-6.41-2.55-10.27-3.83C291.48,350.79,273.58,355.18,256,355.18Z\"\r\n style=\"opacity:0.05\" />\r\n <circle cx=\"257.71\" cy=\"255.94\" r=\"99.24\" style=\"fill:#fff\" />\r\n </g>\r\n </g>\r\n </g>\r\n </svg>\r\n</ng-template>" }]
|
|
31
|
+
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.ChangeDetectorRef }]; }, propDecorators: { _children: [{
|
|
32
|
+
type: ContentChildren,
|
|
33
|
+
args: ['ax-text, ax-icon, ax-image']
|
|
41
34
|
}], __hostClass: [{
|
|
42
35
|
type: HostBinding,
|
|
43
36
|
args: ['class']
|
|
44
37
|
}] } });
|
|
45
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
38
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXZhdGFyLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2Fjb3JleC9jb21wb25lbnRzL2F2YXRhci9zcmMvYXZhdGFyLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2Fjb3JleC9jb21wb25lbnRzL2F2YXRhci9zcmMvYXZhdGFyLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUNBLE9BQU8sRUFBcUIsYUFBYSxFQUFFLE1BQU0sMEJBQTBCLENBQUM7QUFDNUUsT0FBTyxFQUNMLFNBQVMsRUFDVCxpQkFBaUIsRUFDakIsdUJBQXVCLEVBSXZCLFdBQVcsRUFHWCxlQUFlLEdBRWhCLE1BQU0sZUFBZSxDQUFDOzs7QUFFdkI7Ozs7R0FJRztBQVNILE1BQU0sT0FBTyxpQkFBa0IsU0FBUSxhQUFhO0lBS2xEOztPQUVHO0lBQ0gsWUFBWSxVQUFzQixFQUFFLEdBQXNCO1FBQ3hELEtBQUssQ0FBQyxVQUFVLEVBQUUsR0FBRyxDQUFDLENBQUM7SUFFekIsQ0FBQztJQUVELGVBQWU7UUFDYixJQUFJLENBQUMsU0FBUyxDQUFDLE9BQU8sQ0FBQyxTQUFTLENBQUMsR0FBRSxFQUFFO1lBQ25DLElBQUksQ0FBQyxJQUFJLENBQUMsWUFBWSxFQUFFLENBQUM7UUFDM0IsQ0FBQyxDQUFDLENBQUE7SUFDSixDQUFDO0lBRUQsSUFDSSxXQUFXO1FBQ2IsT0FBTyxNQUFNLElBQUksQ0FBQyxLQUFLLFVBQVUsQ0FBQztJQUNwQyxDQUFDOzs4R0F0QlUsaUJBQWlCO2tHQUFqQixpQkFBaUIsMlJDN0I5QixnN0NBd0JjOzJGREtELGlCQUFpQjtrQkFSN0IsU0FBUzsrQkFDRSxXQUFXLFVBRWIsQ0FBQyxPQUFPLEVBQUUsTUFBTSxDQUFDLFFBQ25CLEVBQUUsS0FBSyxFQUFFLFdBQVcsRUFBRSxpQkFDYixpQkFBaUIsQ0FBQyxJQUFJLG1CQUNwQix1QkFBdUIsQ0FBQyxNQUFNO2lJQUt0QyxTQUFTO3NCQURqQixlQUFlO3VCQUFDLDRCQUE0QjtnQkFrQnpDLFdBQVc7c0JBRGQsV0FBVzt1QkFBQyxPQUFPIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQVhEZWNvcmF0b3JUZXh0Q29tcG9uZW50IH0gZnJvbSAnQGFjb3JleC9jb21wb25lbnRzL2RlY29yYXRvcnMnO1xyXG5pbXBvcnQgeyBDT0xPUl9MT09LX0lOUFVUUywgQVhBdmF0YXJNaXhpbiB9IGZyb20gJ0BhY29yZXgvY29tcG9uZW50cy9taXhpbic7XHJcbmltcG9ydCB7XHJcbiAgQ29tcG9uZW50LFxyXG4gIFZpZXdFbmNhcHN1bGF0aW9uLFxyXG4gIENoYW5nZURldGVjdGlvblN0cmF0ZWd5LFxyXG4gIEVsZW1lbnRSZWYsXHJcbiAgQ2hhbmdlRGV0ZWN0b3JSZWYsXHJcbiAgSW5wdXQsXHJcbiAgSG9zdEJpbmRpbmcsXHJcbiAgVmlld0NoaWxkLFxyXG4gIENvbnRlbnRDaGlsZCxcclxuICBDb250ZW50Q2hpbGRyZW4sXHJcbiAgUXVlcnlMaXN0LFxyXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5cclxuLyoqXHJcbiAqIFRoZSBCdXR0b24gaXMgYSBjb21wb25lbnQgd2hpY2ggZGV0ZWN0cyB1c2VyIGludGVyYWN0aW9uIGFuZCB0cmlnZ2VycyBhIGNvcnJlc3BvbmRpbmcgZXZlbnRcclxuICpcclxuICogQGNhdGVnb3J5IENvbXBvbmVudHNcclxuICovXHJcbkBDb21wb25lbnQoe1xyXG4gIHNlbGVjdG9yOiAnYXgtYXZhdGFyJyxcclxuICB0ZW1wbGF0ZVVybDogJy4vYXZhdGFyLmNvbXBvbmVudC5odG1sJyxcclxuICBpbnB1dHM6IFsnY29sb3InLCAnbG9vayddLFxyXG4gIGhvc3Q6IHsgY2xhc3M6ICdheC1hdmF0YXInIH0sXHJcbiAgZW5jYXBzdWxhdGlvbjogVmlld0VuY2Fwc3VsYXRpb24uTm9uZSxcclxuICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcclxufSlcclxuZXhwb3J0IGNsYXNzIEFYQXZhdGFyQ29tcG9uZW50IGV4dGVuZHMgQVhBdmF0YXJNaXhpbiB7XHJcblxyXG4gIEBDb250ZW50Q2hpbGRyZW4oJ2F4LXRleHQsIGF4LWljb24sIGF4LWltYWdlJylcclxuICByZWFkb25seSBfY2hpbGRyZW46UXVlcnlMaXN0PGFueT47XHJcblxyXG4gIC8qKlxyXG4gICAqICBAaWdub3JlXHJcbiAgICovXHJcbiAgY29uc3RydWN0b3IoZWxlbWVudFJlZjogRWxlbWVudFJlZiwgY2RyOiBDaGFuZ2VEZXRlY3RvclJlZikge1xyXG4gICAgc3VwZXIoZWxlbWVudFJlZiwgY2RyKTtcclxuICAgXHJcbiAgfVxyXG5cclxuICBuZ0FmdGVyVmlld0luaXQoKTogdm9pZCB7XHJcbiAgICB0aGlzLl9jaGlsZHJlbi5jaGFuZ2VzLnN1YnNjcmliZSgoKT0+e1xyXG4gICAgICB0aGlzLl9jZHIubWFya0ZvckNoZWNrKCk7XHJcbiAgICB9KVxyXG4gIH1cclxuXHJcbiAgQEhvc3RCaW5kaW5nKCdjbGFzcycpXHJcbiAgZ2V0IF9faG9zdENsYXNzKCk6IHN0cmluZyB7XHJcbiAgICByZXR1cm4gYGF4LSR7dGhpcy5jb2xvcn0tZGVmYXVsdGA7XHJcbiAgfVxyXG5cclxufVxyXG4iLCI8bmctY29udGFpbmVyIFtuZ1RlbXBsYXRlT3V0bGV0XT1cImRlZmF1bHRcIiAqbmdJZj1cIiFfY2hpbGRyZW4ubGVuZ3RoXCI+PC9uZy1jb250YWluZXI+XHJcbjxuZy1jb250YWluZXIgW25nVGVtcGxhdGVPdXRsZXRdPVwiY3VzdG9tXCIgKm5nSWY9XCJfY2hpbGRyZW4ubGVuZ3RoXCI+PC9uZy1jb250YWluZXI+XHJcblxyXG48bmctdGVtcGxhdGUgI2N1c3RvbT5cclxuICAgIDxuZy1jb250ZW50IHNlbGVjdD0nYXgtdGV4dCwgYXgtaW1hZ2UsIGF4LWljb24nPjwvbmctY29udGVudD5cclxuPC9uZy10ZW1wbGF0ZT5cclxuPG5nLXRlbXBsYXRlICNkZWZhdWx0PlxyXG4gICAgPHN2ZyB4bWxucz1cImh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnXCIgY2xhc3M9XCJheC1kZWZhdWx0XCIgeG1sbnM6eGxpbms9XCJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rXCJcclxuICAgICAgICB2aWV3Qm94PVwiMCAwIDUxMiA1MTJcIj5cclxuICAgICAgICA8ZyBzdHlsZT1cImlzb2xhdGlvbjppc29sYXRlXCI+XHJcbiAgICAgICAgICAgIDxnIGlkPVwiTGF5ZXJfMlwiIGRhdGEtbmFtZT1cIkxheWVyIDJcIj5cclxuICAgICAgICAgICAgICAgIDxnIGlkPVwiTGF5ZXJfMS0yXCIgZGF0YS1uYW1lPVwiTGF5ZXIgMVwiPlxyXG4gICAgICAgICAgICAgICAgICAgIDxyZWN0IHdpZHRoPVwiNTEyXCIgaGVpZ2h0PVwiNTEyXCIgLz5cclxuICAgICAgICAgICAgICAgICAgICA8cGF0aFxyXG4gICAgICAgICAgICAgICAgICAgICAgICBkPVwiTTQxOS4xNiw1MTEuOTRzLTIuODUtMTU0LTE0Mi4yOC0xNzYuMTlhMTM5LjkzLDEzOS45MywwLDAsMC0yMi0xLjY3aDBhNTUuOCw1NS44LDAsMCwwLTUuOTMuMjlDOTkuMjUsMzUwLjM1LDk2LjI2LDUxMS45NCw5Ni4yNiw1MTEuOTRcIlxyXG4gICAgICAgICAgICAgICAgICAgICAgICBzdHlsZT1cImZpbGw6I2ZmZjtvcGFjaXR5OjAuN1wiIC8+XHJcbiAgICAgICAgICAgICAgICAgICAgPHBhdGhcclxuICAgICAgICAgICAgICAgICAgICAgICAgZD1cIk0yNTYsMzU1LjE4Yy0xNy4yOSwwLTMyLjIyLTQuNjMtNDYuMzgtMTIuNDEtMy44NiwxLjMxLTguMTUsMi45My0xMS43NSw0LjQ2QTk2LjQ4LDk2LjQ4LDAsMCwwLDI1NiwzNjYuNjJhMTAwLjI5LDEwMC4yOSwwLDAsMCw2MC4wNy0yMGMtMy42LTEuNDktNi40MS0yLjU1LTEwLjI3LTMuODNDMjkxLjQ4LDM1MC43OSwyNzMuNTgsMzU1LjE4LDI1NiwzNTUuMThaXCJcclxuICAgICAgICAgICAgICAgICAgICAgICAgc3R5bGU9XCJvcGFjaXR5OjAuMDVcIiAvPlxyXG4gICAgICAgICAgICAgICAgICAgIDxjaXJjbGUgY3g9XCIyNTcuNzFcIiBjeT1cIjI1NS45NFwiIHI9XCI5OS4yNFwiIHN0eWxlPVwiZmlsbDojZmZmXCIgLz5cclxuICAgICAgICAgICAgICAgIDwvZz5cclxuICAgICAgICAgICAgPC9nPlxyXG4gICAgICAgIDwvZz5cclxuICAgIDwvc3ZnPlxyXG48L25nLXRlbXBsYXRlPiJdfQ==
|
|
@@ -17,14 +17,14 @@ export class AXBadgeComponent extends AXBaseBadgeMixin {
|
|
|
17
17
|
}
|
|
18
18
|
}
|
|
19
19
|
AXBadgeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXBadgeComponent, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
20
|
-
AXBadgeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.2", type: AXBadgeComponent, selector: "ax-badge", inputs: { color: "color", look: "look", text: "text" }, host: { properties: { "class": "this.__hostClass" } }, usesInheritance: true, ngImport: i0, template: "<ng-content select=\"ax-prefix\"></ng-content>\r\n<span class=\"ax-
|
|
20
|
+
AXBadgeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.2", type: AXBadgeComponent, selector: "ax-badge", inputs: { color: "color", look: "look", text: "text" }, host: { properties: { "class": "this.__hostClass" } }, usesInheritance: true, ngImport: i0, template: "<ng-content select=\"ax-prefix\"></ng-content>\r\n<span class=\"ax-truncate\">{{text}}</span>\r\n<ng-content select=\"ax-suffix\"></ng-content>", changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
|
|
21
21
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXBadgeComponent, decorators: [{
|
|
22
22
|
type: Component,
|
|
23
|
-
args: [{ selector: 'ax-badge', inputs: ['color', 'look',], encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-content select=\"ax-prefix\"></ng-content>\r\n<span class=\"ax-
|
|
23
|
+
args: [{ selector: 'ax-badge', inputs: ['color', 'look',], encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-content select=\"ax-prefix\"></ng-content>\r\n<span class=\"ax-truncate\">{{text}}</span>\r\n<ng-content select=\"ax-suffix\"></ng-content>" }]
|
|
24
24
|
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.ChangeDetectorRef }]; }, propDecorators: { text: [{
|
|
25
25
|
type: Input
|
|
26
26
|
}], __hostClass: [{
|
|
27
27
|
type: HostBinding,
|
|
28
28
|
args: ['class']
|
|
29
29
|
}] } });
|
|
30
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
30
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFkZ2UuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvYWNvcmV4L2NvbXBvbmVudHMvYmFkZ2Uvc3JjL2JhZGdlLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2Fjb3JleC9jb21wb25lbnRzL2JhZGdlL3NyYy9iYWRnZS5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsd0JBQXdCLEVBQUUsZUFBZSxFQUFxQixNQUFNLDBCQUEwQixDQUFDO0FBQ3hHLE9BQU8sRUFDTCxTQUFTLEVBQ1QsaUJBQWlCLEVBQ2pCLHVCQUF1QixFQUd2QixLQUFLLEVBQ0wsV0FBVyxHQUNaLE1BQU0sZUFBZSxDQUFDOztBQUd2QixNQUFNLENBQUMsTUFBTSxnQkFBZ0IsR0FBRyx3QkFBd0IsQ0FBQyxlQUFlLENBQUMsQ0FBQztBQVExRSxNQUFNLE9BQU8sZ0JBQWlCLFNBQVEsZ0JBQWdCO0lBR3BELFlBQW9CLFVBQXNCLEVBQUUsR0FBc0I7UUFDaEUsS0FBSyxDQUFDLFVBQVUsRUFBRSxHQUFHLENBQUMsQ0FBQztRQURMLGVBQVUsR0FBVixVQUFVLENBQVk7UUFGakMsU0FBSSxHQUFXLEVBQUUsQ0FBQztRQUl6QixnQkFBZ0I7SUFDbEIsQ0FBQztJQUVELElBQ1ksV0FBVztRQUNyQixNQUFNLE1BQU0sR0FBRyxJQUFJLENBQUMsSUFBSTtZQUN0QixDQUFDLENBQUMsTUFBTSxJQUFJLENBQUMsS0FBSyxJQUFJLElBQUksQ0FBQyxJQUFJLEVBQUU7WUFDakMsQ0FBQyxDQUFDLE1BQU0sSUFBSSxDQUFDLEtBQUssVUFBVSxDQUFDO1FBRS9CLE9BQU8sQ0FBQyxVQUFVLEVBQUUsTUFBTSxFQUFFLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxDQUFDLENBQUMsZUFBZSxDQUFDLENBQUMsQ0FBQyxFQUFFLENBQUMsQ0FBQyxJQUFJLENBQUMsR0FBRyxDQUFDLENBQUM7SUFDM0UsQ0FBQzs7NkdBZlUsZ0JBQWdCO2lHQUFoQixnQkFBZ0Isc0xDcEI3QixpSkFFNEM7MkZEa0IvQixnQkFBZ0I7a0JBUDVCLFNBQVM7K0JBQ0UsVUFBVSxVQUVaLENBQUMsT0FBTyxFQUFFLE1BQU0sRUFBRSxpQkFDWCxpQkFBaUIsQ0FBQyxJQUFJLG1CQUNwQix1QkFBdUIsQ0FBQyxNQUFNO2lJQUd0QyxJQUFJO3NCQUFaLEtBQUs7Z0JBUU0sV0FBVztzQkFEdEIsV0FBVzt1QkFBQyxPQUFPIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgX0NvbG9yTG9va0NvbXBvbmVudE1peGluLCBBWEJhc2VDb21wb25lbnQsIENPTE9SX0xPT0tfSU5QVVRTIH0gZnJvbSAnQGFjb3JleC9jb21wb25lbnRzL21peGluJztcclxuaW1wb3J0IHtcclxuICBDb21wb25lbnQsXHJcbiAgVmlld0VuY2Fwc3VsYXRpb24sXHJcbiAgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksXHJcbiAgRWxlbWVudFJlZixcclxuICBDaGFuZ2VEZXRlY3RvclJlZixcclxuICBJbnB1dCxcclxuICBIb3N0QmluZGluZyxcclxufSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuXHJcblxyXG5leHBvcnQgY29uc3QgQVhCYXNlQmFkZ2VNaXhpbiA9IF9Db2xvckxvb2tDb21wb25lbnRNaXhpbihBWEJhc2VDb21wb25lbnQpO1xyXG5AQ29tcG9uZW50KHtcclxuICBzZWxlY3RvcjogJ2F4LWJhZGdlJyxcclxuICB0ZW1wbGF0ZVVybDogJy4vYmFkZ2UuY29tcG9uZW50Lmh0bWwnLFxyXG4gIGlucHV0czogWydjb2xvcicsICdsb29rJyxdLFxyXG4gIGVuY2Fwc3VsYXRpb246IFZpZXdFbmNhcHN1bGF0aW9uLk5vbmUsXHJcbiAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBBWEJhZGdlQ29tcG9uZW50IGV4dGVuZHMgQVhCYXNlQmFkZ2VNaXhpbiB7XHJcbiAgQElucHV0KCkgdGV4dDogc3RyaW5nID0gJyc7XHJcblxyXG4gIGNvbnN0cnVjdG9yKHByaXZhdGUgZWxlbWVudFJlZjogRWxlbWVudFJlZiwgY2RyOiBDaGFuZ2VEZXRlY3RvclJlZikge1xyXG4gICAgc3VwZXIoZWxlbWVudFJlZiwgY2RyKTtcclxuICAgIC8vVE9ETzogYXgtYmFkZ2VcclxuICB9XHJcblxyXG4gIEBIb3N0QmluZGluZygnY2xhc3MnKVxyXG4gIHByaXZhdGUgZ2V0IF9faG9zdENsYXNzKCk6IHN0cmluZyB7XHJcbiAgICBjb25zdCBfY2xhc3MgPSB0aGlzLmxvb2tcclxuICAgICAgPyBgYXgtJHt0aGlzLmNvbG9yfS0ke3RoaXMubG9va31gXHJcbiAgICAgIDogYGF4LSR7dGhpcy5jb2xvcn0tZGVmYXVsdGA7XHJcblxyXG4gICAgcmV0dXJuIFsnYXgtYmFkZ2UnLCBfY2xhc3MsICF0aGlzLnRleHQgPyAnYXgtYmFkZ2UtaWNvbicgOiAnJ10uam9pbignICcpO1xyXG4gIH1cclxufVxyXG4iLCI8bmctY29udGVudCBzZWxlY3Q9XCJheC1wcmVmaXhcIj48L25nLWNvbnRlbnQ+XHJcbjxzcGFuIGNsYXNzPVwiYXgtdHJ1bmNhdGVcIj57e3RleHR9fTwvc3Bhbj5cclxuPG5nLWNvbnRlbnQgc2VsZWN0PVwiYXgtc3VmZml4XCI+PC9uZy1jb250ZW50PiJdfQ==
|
|
@@ -32,7 +32,7 @@ export class AXButtonItemComponent extends AXBaseItemButtonMixin {
|
|
|
32
32
|
}
|
|
33
33
|
}
|
|
34
34
|
AXButtonItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.2", ngImport: i0, type: AXButtonItemComponent, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
35
|
-
AXButtonItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.2", type: AXButtonItemComponent, selector: "ax-button-item", inputs: { text: "text", tooltip: "tooltip", selected: "selected", seperated: "seperated", name: "name", data: "data", color: "color" }, outputs: { onClick: "onClick" }, host: { listeners: { "click": "__hostClick($event)" }, properties: { "class": "this.__hostClass" }, classAttribute: "ax-button-item" }, usesInheritance: true, ngImport: i0, template: `
|
|
35
|
+
AXButtonItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.2", type: AXButtonItemComponent, selector: "ax-button-item", inputs: { text: "text", tooltip: "tooltip", selected: "selected", seperated: "seperated", name: "name", data: "data", color: "color" }, outputs: { onClick: "onClick" }, host: { attributes: { "tabindex": "0" }, listeners: { "click": "__hostClick($event)" }, properties: { "class": "this.__hostClass" }, classAttribute: "ax-button-item" }, usesInheritance: true, ngImport: i0, template: `
|
|
36
36
|
<ng-content select="ax-prefix"> </ng-content>
|
|
37
37
|
<ng-content select="ax-icon"> </ng-content>
|
|
38
38
|
<span *ngIf="text">{{ text }}</span>
|
|
@@ -48,7 +48,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImpor
|
|
|
48
48
|
<span *ngIf="text">{{ text }}</span>
|
|
49
49
|
<ng-content select="ax-suffix"> </ng-content>
|
|
50
50
|
`,
|
|
51
|
-
host: { class: 'ax-button-item' },
|
|
51
|
+
host: { class: 'ax-button-item', tabindex: "0" },
|
|
52
52
|
encapsulation: ViewEncapsulation.None,
|
|
53
53
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
54
54
|
outputs: ['onClick'],
|
|
@@ -74,4 +74,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.2", ngImpor
|
|
|
74
74
|
type: HostBinding,
|
|
75
75
|
args: ['class']
|
|
76
76
|
}] } });
|
|
77
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
77
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYnV0dG9uLWl0ZW0uY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvYWNvcmV4L2NvbXBvbmVudHMvYnV0dG9uL3NyYy9idXR0b24taXRlbS5jb21wb25lbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUNMLHVCQUF1QixFQUV2QixTQUFTLEVBRVQsV0FBVyxFQUNYLFlBQVksRUFDWixLQUFLLEVBQ0wsaUJBQWlCLEdBQ2xCLE1BQU0sZUFBZSxDQUFDO0FBRXZCLE9BQU8sRUFBRSwyQkFBMkIsRUFBRSx5QkFBeUIsRUFBRSxlQUFlLEVBQUUsTUFBTSwwQkFBMEIsQ0FBQzs7O0FBR25ILE1BQU0sQ0FBQyxNQUFNLHFCQUFxQixHQUFHLDJCQUEyQixDQUM5RCx5QkFBeUIsQ0FBQyxlQUFlLENBQUMsQ0FDM0MsQ0FBQztBQWVGLE1BQU0sT0FBTyxxQkFBc0IsU0FBUSxxQkFBcUI7SUFDOUQ7O09BRUc7SUFDSCxZQUFZLFVBQXNCLEVBQUUsR0FBc0I7UUFDeEQsS0FBSyxDQUFDLFVBQVUsRUFBRSxHQUFHLENBQUMsQ0FBQztRQUl6QixTQUFJLEdBQVcsRUFBRSxDQUFDO1FBR2xCLFlBQU8sR0FBVyxFQUFFLENBQUM7UUFHckIsYUFBUSxHQUFZLEtBQUssQ0FBQztRQUcxQixjQUFTLEdBQVksS0FBSyxDQUFDO1FBUzNCLFVBQUssR0FBcUIsT0FBTyxDQUFDO0lBckJsQyxDQUFDO0lBd0JPLFdBQVcsQ0FBQyxDQUFhO1FBQy9CLElBQUksQ0FBQyxpQkFBaUIsQ0FBQyxDQUFDLENBQUMsQ0FBQztJQUM1QixDQUFDO0lBRUQsSUFDWSxXQUFXO1FBQ3JCLE1BQU0sVUFBVSxHQUFRO1lBQ3RCLGdCQUFnQixFQUFFLENBQUMsSUFBSSxDQUFDLElBQUk7WUFDNUIsbUJBQW1CLEVBQUUsSUFBSSxDQUFDLFFBQVE7WUFDbEMsbUJBQW1CLEVBQUUsSUFBSSxDQUFDLFFBQVE7U0FDbkMsQ0FBQztRQUNGLFVBQVUsQ0FBQyxNQUFNLElBQUksQ0FBQyxLQUFLLElBQUksU0FBUyxVQUFVLENBQUMsR0FBRyxJQUFJLENBQUM7UUFDM0QsT0FBTyxNQUFNLENBQUMsT0FBTyxDQUFDLFVBQVUsQ0FBQzthQUM5QixNQUFNLENBQUMsQ0FBQyxDQUFDLEVBQUUsRUFBRSxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQzthQUNuQixHQUFHLENBQUMsQ0FBQyxDQUFDLEVBQUUsRUFBRSxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQzthQUNoQixJQUFJLENBQUMsR0FBRyxDQUFDLENBQUM7SUFDZixDQUFDOztrSEE5Q1UscUJBQXFCO3NHQUFyQixxQkFBcUIsK1pBWHRCOzs7OztHQUtUOzJGQU1VLHFCQUFxQjtrQkFiakMsU0FBUzttQkFBQztvQkFDVCxRQUFRLEVBQUUsZ0JBQWdCO29CQUMxQixRQUFRLEVBQUU7Ozs7O0dBS1Q7b0JBQ0QsSUFBSSxFQUFFLEVBQUUsS0FBSyxFQUFFLGdCQUFnQixFQUFFLFFBQVEsRUFBRSxHQUFHLEVBQUU7b0JBQ2hELGFBQWEsRUFBRSxpQkFBaUIsQ0FBQyxJQUFJO29CQUNyQyxlQUFlLEVBQUUsdUJBQXVCLENBQUMsTUFBTTtvQkFDL0MsT0FBTyxFQUFFLENBQUMsU0FBUyxDQUFDO2lCQUNyQjtpSUFVQyxJQUFJO3NCQURILEtBQUs7Z0JBSU4sT0FBTztzQkFETixLQUFLO2dCQUlOLFFBQVE7c0JBRFAsS0FBSztnQkFJTixTQUFTO3NCQURSLEtBQUs7Z0JBSU4sSUFBSTtzQkFESCxLQUFLO2dCQUlOLElBQUk7c0JBREgsS0FBSztnQkFJTixLQUFLO3NCQURKLEtBQUs7Z0JBSUUsV0FBVztzQkFEbEIsWUFBWTt1QkFBQyxPQUFPLEVBQUUsQ0FBQyxRQUFRLENBQUM7Z0JBTXJCLFdBQVc7c0JBRHRCLFdBQVc7dUJBQUMsT0FBTyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7XHJcbiAgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksXHJcbiAgQ2hhbmdlRGV0ZWN0b3JSZWYsXHJcbiAgQ29tcG9uZW50LFxyXG4gIEVsZW1lbnRSZWYsXHJcbiAgSG9zdEJpbmRpbmcsXHJcbiAgSG9zdExpc3RlbmVyLFxyXG4gIElucHV0LFxyXG4gIFZpZXdFbmNhcHN1bGF0aW9uLFxyXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5pbXBvcnQgeyBBWFN0eWxlQ29sb3JUeXBlIH0gZnJvbSAnQGFjb3JleC9jb21wb25lbnRzL2NvbW1vbic7XHJcbmltcG9ydCB7IF9JbnRlcmFjdGl2ZUNvbXBvbmVuZXRNaXhpbiwgX0NsaWNrYWJsZUNvbXBvbmVuZXRNaXhpbiwgQVhCYXNlQ29tcG9uZW50IH0gZnJvbSAnQGFjb3JleC9jb21wb25lbnRzL21peGluJztcclxuXHJcblxyXG5leHBvcnQgY29uc3QgQVhCYXNlSXRlbUJ1dHRvbk1peGluID0gX0ludGVyYWN0aXZlQ29tcG9uZW5ldE1peGluKFxyXG4gIF9DbGlja2FibGVDb21wb25lbmV0TWl4aW4oQVhCYXNlQ29tcG9uZW50KVxyXG4pO1xyXG5cclxuQENvbXBvbmVudCh7XHJcbiAgc2VsZWN0b3I6ICdheC1idXR0b24taXRlbScsXHJcbiAgdGVtcGxhdGU6IGBcclxuICAgIDxuZy1jb250ZW50IHNlbGVjdD1cImF4LXByZWZpeFwiPiA8L25nLWNvbnRlbnQ+XHJcbiAgICA8bmctY29udGVudCBzZWxlY3Q9XCJheC1pY29uXCI+IDwvbmctY29udGVudD5cclxuICAgIDxzcGFuICpuZ0lmPVwidGV4dFwiPnt7IHRleHQgfX08L3NwYW4+XHJcbiAgICA8bmctY29udGVudCBzZWxlY3Q9XCJheC1zdWZmaXhcIj4gPC9uZy1jb250ZW50PlxyXG4gIGAsXHJcbiAgaG9zdDogeyBjbGFzczogJ2F4LWJ1dHRvbi1pdGVtJywgdGFiaW5kZXg6IFwiMFwiIH0sXHJcbiAgZW5jYXBzdWxhdGlvbjogVmlld0VuY2Fwc3VsYXRpb24uTm9uZSxcclxuICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcclxuICBvdXRwdXRzOiBbJ29uQ2xpY2snXSxcclxufSlcclxuZXhwb3J0IGNsYXNzIEFYQnV0dG9uSXRlbUNvbXBvbmVudCBleHRlbmRzIEFYQmFzZUl0ZW1CdXR0b25NaXhpbiB7XHJcbiAgLyoqXHJcbiAgICogIEBpZ25vcmVcclxuICAgKi9cclxuICBjb25zdHJ1Y3RvcihlbGVtZW50UmVmOiBFbGVtZW50UmVmLCBjZHI6IENoYW5nZURldGVjdG9yUmVmKSB7XHJcbiAgICBzdXBlcihlbGVtZW50UmVmLCBjZHIpO1xyXG4gIH1cclxuXHJcbiAgQElucHV0KClcclxuICB0ZXh0OiBzdHJpbmcgPSAnJztcclxuXHJcbiAgQElucHV0KClcclxuICB0b29sdGlwOiBzdHJpbmcgPSAnJztcclxuXHJcbiAgQElucHV0KClcclxuICBzZWxlY3RlZDogYm9vbGVhbiA9IGZhbHNlO1xyXG5cclxuICBASW5wdXQoKVxyXG4gIHNlcGVyYXRlZDogYm9vbGVhbiA9IGZhbHNlO1xyXG5cclxuICBASW5wdXQoKVxyXG4gIG5hbWU6IHN0cmluZztcclxuXHJcbiAgQElucHV0KClcclxuICBkYXRhOiBhbnk7XHJcblxyXG4gIEBJbnB1dCgpXHJcbiAgY29sb3I6IEFYU3R5bGVDb2xvclR5cGUgPSAnbGlnaHQnO1xyXG5cclxuICBASG9zdExpc3RlbmVyKCdjbGljaycsIFsnJGV2ZW50J10pXHJcbiAgcHJpdmF0ZSBfX2hvc3RDbGljayhlOiBNb3VzZUV2ZW50KSB7XHJcbiAgICB0aGlzLl9lbWl0T25DbGlja0V2ZW50KGUpO1xyXG4gIH1cclxuXHJcbiAgQEhvc3RCaW5kaW5nKCdjbGFzcycpXHJcbiAgcHJpdmF0ZSBnZXQgX19ob3N0Q2xhc3MoKTogc3RyaW5nIHtcclxuICAgIGNvbnN0IGNzc0NsYXNzZXM6IGFueSA9IHtcclxuICAgICAgJ2F4LWJ1dHRvbi1pY29uJzogIXRoaXMudGV4dCxcclxuICAgICAgJ2F4LXN0YXRlLWRpc2FibGVkJzogdGhpcy5kaXNhYmxlZCxcclxuICAgICAgJ2F4LXN0YXRlLXNlbGVjdGVkJzogdGhpcy5zZWxlY3RlZCxcclxuICAgIH07XHJcbiAgICBjc3NDbGFzc2VzW2BheC0ke3RoaXMuY29sb3IgfHwgJ3ByaW1hcnknfS1kZWZhdWx0YF0gPSB0cnVlO1xyXG4gICAgcmV0dXJuIE9iamVjdC5lbnRyaWVzKGNzc0NsYXNzZXMpXHJcbiAgICAgIC5maWx0ZXIoKGMpID0+IGNbMV0pXHJcbiAgICAgIC5tYXAoKGMpID0+IGNbMF0pXHJcbiAgICAgIC5qb2luKCcgJyk7XHJcbiAgfVxyXG59XHJcbiJdfQ==
|