@acorex/components 6.1.2 → 6.1.4
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 +3 -2
- package/badge/src/badge.component.d.ts +3 -2
- package/breadcrumbs/src/breadcrumbs-item.component.d.ts +8 -6
- package/button/src/button-group.component.d.ts +8 -6
- package/button/src/button-item.component.d.ts +8 -6
- package/calendar/src/calendar.component.d.ts +1 -1
- package/calendar/src/calendar.module.d.ts +2 -3
- package/color-picker/src/color-picker.component.d.ts +24 -20
- package/date-picker/src/datepicker.component.d.ts +18 -15
- package/esm2020/calendar/src/calendar.component.mjs +4 -4
- package/esm2020/calendar/src/calendar.module.mjs +3 -4
- package/esm2020/common/src/components.class.mjs +1 -1
- package/esm2020/data-pager/src/data-pager-next-buttons.components.mjs +7 -5
- package/esm2020/data-pager/src/data-pager-numeric-selector.component.mjs +5 -5
- package/esm2020/data-pager/src/data-pager-pagesize-dropdown.component.mjs +2 -1
- package/esm2020/data-pager/src/data-pager-prev-buttons.component.mjs +5 -5
- package/esm2020/date-picker/src/datepicker.component.mjs +5 -4
- package/esm2020/form/src/validation-rule.widget.mjs +4 -3
- package/esm2020/mixin/src/base-components.class.mjs +26 -18
- package/esm2020/mixin/src/value-mixin.class.mjs +1 -2
- package/esm2020/textbox/src/mask-options.directive.mjs +6 -4
- package/esm2020/textbox/src/textbox.component.mjs +16 -10
- package/fesm2015/acorex-components-calendar.mjs +5 -6
- package/fesm2015/acorex-components-calendar.mjs.map +1 -1
- package/fesm2015/acorex-components-common.mjs.map +1 -1
- package/fesm2015/acorex-components-data-pager.mjs +15 -12
- package/fesm2015/acorex-components-data-pager.mjs.map +1 -1
- package/fesm2015/acorex-components-date-picker.mjs +4 -3
- package/fesm2015/acorex-components-date-picker.mjs.map +1 -1
- package/fesm2015/acorex-components-form.mjs +3 -2
- package/fesm2015/acorex-components-form.mjs.map +1 -1
- package/fesm2015/acorex-components-mixin.mjs +25 -18
- package/fesm2015/acorex-components-mixin.mjs.map +1 -1
- package/fesm2015/acorex-components-textbox.mjs +21 -11
- package/fesm2015/acorex-components-textbox.mjs.map +1 -1
- package/fesm2020/acorex-components-calendar.mjs +5 -6
- package/fesm2020/acorex-components-calendar.mjs.map +1 -1
- package/fesm2020/acorex-components-common.mjs.map +1 -1
- package/fesm2020/acorex-components-data-pager.mjs +15 -12
- package/fesm2020/acorex-components-data-pager.mjs.map +1 -1
- package/fesm2020/acorex-components-date-picker.mjs +4 -3
- package/fesm2020/acorex-components-date-picker.mjs.map +1 -1
- package/fesm2020/acorex-components-form.mjs +3 -2
- package/fesm2020/acorex-components-form.mjs.map +1 -1
- package/fesm2020/acorex-components-mixin.mjs +25 -18
- package/fesm2020/acorex-components-mixin.mjs.map +1 -1
- package/fesm2020/acorex-components-textbox.mjs +20 -11
- package/fesm2020/acorex-components-textbox.mjs.map +1 -1
- package/mixin/src/base-components.class.d.ts +6 -7
- package/mixin/src/base-menu-mixin.class.d.ts +6 -5
- package/mixin/src/button-mixin.class.d.ts +3 -2
- package/mixin/src/clickable-mixin.class.d.ts +6 -3
- package/mixin/src/color-look-mixing.class.d.ts +3 -2
- package/mixin/src/datalist-component.class.d.ts +11 -10
- package/mixin/src/dropdown-mixin.class.d.ts +3 -2
- package/mixin/src/interactive-mixin.class.d.ts +5 -4
- package/mixin/src/loading-mixin.class.d.ts +3 -2
- package/mixin/src/mixin.class.d.ts +82 -61
- package/mixin/src/page-component.class.d.ts +3 -2
- package/mixin/src/selection-component.class.d.ts +6 -3
- package/mixin/src/sizable-mixin.class.d.ts +3 -2
- package/mixin/src/textbox-mixin.class.d.ts +7 -2
- package/mixin/src/value-mixin.class.d.ts +9 -8
- package/package.json +2 -22
- package/tabs/src/tab-item.component.d.ts +3 -2
- package/textbox/src/mask-options.directive.d.ts +3 -0
- package/textbox/src/textbox.component.d.ts +4 -4
- package/carousel/index.d.ts +0 -5
- package/carousel/public-api.d.ts +0 -7
- package/carousel/src/carousel-arrows.component.d.ts +0 -16
- package/carousel/src/carousel-item.component.d.ts +0 -8
- package/carousel/src/carousel-pager.component.d.ts +0 -22
- package/carousel/src/carousel-splidejs.class.d.ts +0 -18
- package/carousel/src/carousel.class.d.ts +0 -71
- package/carousel/src/carousel.component.d.ts +0 -111
- package/carousel/src/carousel.module.d.ts +0 -11
- package/esm2020/carousel/acorex-components-carousel.mjs +0 -5
- package/esm2020/carousel/public-api.mjs +0 -8
- package/esm2020/carousel/src/carousel-arrows.component.mjs +0 -80
- package/esm2020/carousel/src/carousel-item.component.mjs +0 -21
- package/esm2020/carousel/src/carousel-pager.component.mjs +0 -74
- package/esm2020/carousel/src/carousel-splidejs.class.mjs +0 -91
- package/esm2020/carousel/src/carousel.class.mjs +0 -10
- package/esm2020/carousel/src/carousel.component.mjs +0 -438
- package/esm2020/carousel/src/carousel.module.mjs +0 -24
- package/fesm2015/acorex-components-carousel.mjs +0 -726
- package/fesm2015/acorex-components-carousel.mjs.map +0 -1
- package/fesm2020/acorex-components-carousel.mjs +0 -722
- package/fesm2020/acorex-components-carousel.mjs.map +0 -1
|
@@ -11,8 +11,9 @@ export declare const AXBaseAlertMixin: (new (...args: any[]) => {
|
|
|
11
11
|
_look?: import("@acorex/components/common").AXStyleLookType;
|
|
12
12
|
look: import("@acorex/components/common").AXStyleLookType;
|
|
13
13
|
id: string;
|
|
14
|
+
"__#34452@#rtl": boolean;
|
|
14
15
|
rtl: boolean;
|
|
15
|
-
"__#
|
|
16
|
+
"__#34452@#elementRef": ElementRef<any>;
|
|
16
17
|
_cdr: ChangeDetectorRef;
|
|
17
18
|
_isInited: boolean;
|
|
18
19
|
_isRendered: boolean;
|
|
@@ -27,10 +28,10 @@ export declare const AXBaseAlertMixin: (new (...args: any[]) => {
|
|
|
27
28
|
onInit(): void;
|
|
28
29
|
onViewInit(): void;
|
|
29
30
|
onDestroy(): void;
|
|
31
|
+
_applyRtl(): void;
|
|
30
32
|
_onOptionChanging(option: import("@acorex/components/mixin").AXComponentOptionChanging): any;
|
|
31
33
|
_onOptionChanged(option: AXComponentOptionChanged): void;
|
|
32
34
|
_setOption(option: import("@acorex/components/mixin").AXComponentSetOption): void;
|
|
33
|
-
_isRtl(): boolean;
|
|
34
35
|
}) & typeof AXBaseComponent;
|
|
35
36
|
/**
|
|
36
37
|
* Regular description
|
|
@@ -9,8 +9,9 @@ export declare const AXBaseBadgeMixin: (new (...args: any[]) => {
|
|
|
9
9
|
_look?: import("@acorex/components/common").AXStyleLookType;
|
|
10
10
|
look: import("@acorex/components/common").AXStyleLookType;
|
|
11
11
|
id: string;
|
|
12
|
+
"__#34452@#rtl": boolean;
|
|
12
13
|
rtl: boolean;
|
|
13
|
-
"__#
|
|
14
|
+
"__#34452@#elementRef": ElementRef<any>;
|
|
14
15
|
_cdr: ChangeDetectorRef;
|
|
15
16
|
_isInited: boolean;
|
|
16
17
|
_isRendered: boolean;
|
|
@@ -25,10 +26,10 @@ export declare const AXBaseBadgeMixin: (new (...args: any[]) => {
|
|
|
25
26
|
onInit(): void;
|
|
26
27
|
onViewInit(): void;
|
|
27
28
|
onDestroy(): void;
|
|
29
|
+
_applyRtl(): void;
|
|
28
30
|
_onOptionChanging(option: import("@acorex/components/mixin").AXComponentOptionChanging): any;
|
|
29
31
|
_onOptionChanged(option: import("@acorex/components/mixin").AXComponentOptionChanged): void;
|
|
30
32
|
_setOption(option: import("@acorex/components/mixin").AXComponentSetOption): void;
|
|
31
|
-
_isRtl(): boolean;
|
|
32
33
|
}) & typeof AXBaseComponent;
|
|
33
34
|
export declare class AXBadgeComponent extends AXBaseBadgeMixin {
|
|
34
35
|
private elementRef;
|
|
@@ -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
|
+
"__#34455@#disabled": boolean;
|
|
7
7
|
disabled: boolean;
|
|
8
|
-
"__#
|
|
8
|
+
"__#34455@#tabIndex": number;
|
|
9
9
|
tabIndex: number;
|
|
10
10
|
onFocus: import("@angular/core").EventEmitter<import("@acorex/components/common").AXFocusEvent>;
|
|
11
11
|
_emitOnFocusEvent(e: FocusEvent): void;
|
|
@@ -14,8 +14,9 @@ export declare const AXBaseItemBreadCrumbMixin: (abstract new (...args: any[]) =
|
|
|
14
14
|
focus(): void;
|
|
15
15
|
hasFocus(): boolean;
|
|
16
16
|
id: string;
|
|
17
|
+
"__#34452@#rtl": boolean;
|
|
17
18
|
rtl: boolean;
|
|
18
|
-
"__#
|
|
19
|
+
"__#34452@#elementRef": ElementRef<any>;
|
|
19
20
|
_cdr: ChangeDetectorRef;
|
|
20
21
|
_isInited: boolean;
|
|
21
22
|
_isRendered: boolean;
|
|
@@ -30,16 +31,17 @@ export declare const AXBaseItemBreadCrumbMixin: (abstract new (...args: any[]) =
|
|
|
30
31
|
onInit(): void;
|
|
31
32
|
onViewInit(): void;
|
|
32
33
|
onDestroy(): void;
|
|
34
|
+
_applyRtl(): void;
|
|
33
35
|
_onOptionChanging(option: import("@acorex/components/mixin").AXComponentOptionChanging): any;
|
|
34
36
|
_onOptionChanged(option: import("@acorex/components/mixin").AXComponentOptionChanged): void;
|
|
35
37
|
_setOption(option: import("@acorex/components/mixin").AXComponentSetOption): void;
|
|
36
|
-
_isRtl(): boolean;
|
|
37
38
|
}) & (new (...args: any[]) => {
|
|
38
39
|
onClick: import("@angular/core").EventEmitter<import("@acorex/components/common").AXClickEvent>;
|
|
39
40
|
_emitOnClickEvent(e: MouseEvent): void;
|
|
40
41
|
id: string;
|
|
42
|
+
"__#34452@#rtl": boolean;
|
|
41
43
|
rtl: boolean;
|
|
42
|
-
"__#
|
|
44
|
+
"__#34452@#elementRef": ElementRef<any>;
|
|
43
45
|
_cdr: ChangeDetectorRef;
|
|
44
46
|
_isInited: boolean;
|
|
45
47
|
_isRendered: boolean;
|
|
@@ -54,10 +56,10 @@ export declare const AXBaseItemBreadCrumbMixin: (abstract new (...args: any[]) =
|
|
|
54
56
|
onInit(): void;
|
|
55
57
|
onViewInit(): void;
|
|
56
58
|
onDestroy(): void;
|
|
59
|
+
_applyRtl(): void;
|
|
57
60
|
_onOptionChanging(option: import("@acorex/components/mixin").AXComponentOptionChanging): any;
|
|
58
61
|
_onOptionChanged(option: import("@acorex/components/mixin").AXComponentOptionChanged): void;
|
|
59
62
|
_setOption(option: import("@acorex/components/mixin").AXComponentSetOption): void;
|
|
60
|
-
_isRtl(): boolean;
|
|
61
63
|
}) & typeof AXBaseComponent;
|
|
62
64
|
export declare class AXBreadCrumbsItemComponent extends AXBaseItemBreadCrumbMixin {
|
|
63
65
|
_parent: AXBreadCrumbsComponent;
|
|
@@ -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
|
+
"__#34455@#disabled": boolean;
|
|
8
8
|
disabled: boolean;
|
|
9
|
-
"__#
|
|
9
|
+
"__#34455@#tabIndex": number;
|
|
10
10
|
tabIndex: number;
|
|
11
11
|
onFocus: EventEmitter<import("@acorex/components/common").AXFocusEvent>;
|
|
12
12
|
_emitOnFocusEvent(e: FocusEvent): void;
|
|
@@ -15,8 +15,9 @@ export declare const AXBaseButtonGroupMixin: (abstract new (...args: any[]) => {
|
|
|
15
15
|
focus(): void;
|
|
16
16
|
hasFocus(): boolean;
|
|
17
17
|
id: string;
|
|
18
|
+
"__#34452@#rtl": boolean;
|
|
18
19
|
rtl: boolean;
|
|
19
|
-
"__#
|
|
20
|
+
"__#34452@#elementRef": ElementRef<any>;
|
|
20
21
|
_cdr: ChangeDetectorRef;
|
|
21
22
|
_isInited: boolean;
|
|
22
23
|
_isRendered: boolean;
|
|
@@ -31,10 +32,10 @@ export declare const AXBaseButtonGroupMixin: (abstract new (...args: any[]) => {
|
|
|
31
32
|
onInit(): void;
|
|
32
33
|
onViewInit(): void;
|
|
33
34
|
onDestroy(): void;
|
|
35
|
+
_applyRtl(): void;
|
|
34
36
|
_onOptionChanging(option: import("@acorex/components/mixin").AXComponentOptionChanging): any;
|
|
35
37
|
_onOptionChanged(option: import("@acorex/components/mixin").AXComponentOptionChanged): void;
|
|
36
38
|
_setOption(option: import("@acorex/components/mixin").AXComponentSetOption): void;
|
|
37
|
-
_isRtl(): boolean;
|
|
38
39
|
}) & (new (...args: any[]) => {
|
|
39
40
|
colorChange: EventEmitter<import("@acorex/components/common").AXStyleColorType>;
|
|
40
41
|
_color: import("@acorex/components/common").AXStyleColorType;
|
|
@@ -43,8 +44,9 @@ export declare const AXBaseButtonGroupMixin: (abstract new (...args: any[]) => {
|
|
|
43
44
|
_look?: import("@acorex/components/common").AXStyleLookType;
|
|
44
45
|
look: import("@acorex/components/common").AXStyleLookType;
|
|
45
46
|
id: string;
|
|
47
|
+
"__#34452@#rtl": boolean;
|
|
46
48
|
rtl: boolean;
|
|
47
|
-
"__#
|
|
49
|
+
"__#34452@#elementRef": ElementRef<any>;
|
|
48
50
|
_cdr: ChangeDetectorRef;
|
|
49
51
|
_isInited: boolean;
|
|
50
52
|
_isRendered: boolean;
|
|
@@ -59,10 +61,10 @@ export declare const AXBaseButtonGroupMixin: (abstract new (...args: any[]) => {
|
|
|
59
61
|
onInit(): void;
|
|
60
62
|
onViewInit(): void;
|
|
61
63
|
onDestroy(): void;
|
|
64
|
+
_applyRtl(): void;
|
|
62
65
|
_onOptionChanging(option: import("@acorex/components/mixin").AXComponentOptionChanging): any;
|
|
63
66
|
_onOptionChanged(option: import("@acorex/components/mixin").AXComponentOptionChanged): void;
|
|
64
67
|
_setOption(option: import("@acorex/components/mixin").AXComponentSetOption): void;
|
|
65
|
-
_isRtl(): boolean;
|
|
66
68
|
}) & typeof AXBaseComponent;
|
|
67
69
|
export declare class AXButtonGroupComponent extends AXBaseButtonGroupMixin {
|
|
68
70
|
private zone;
|
|
@@ -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
|
+
"__#34455@#disabled": boolean;
|
|
7
7
|
disabled: boolean;
|
|
8
|
-
"__#
|
|
8
|
+
"__#34455@#tabIndex": number;
|
|
9
9
|
tabIndex: number;
|
|
10
10
|
onFocus: import("@angular/core").EventEmitter<import("@acorex/components/common").AXFocusEvent>;
|
|
11
11
|
_emitOnFocusEvent(e: FocusEvent): void;
|
|
@@ -14,8 +14,9 @@ export declare const AXBaseItemButtonMixin: (abstract new (...args: any[]) => {
|
|
|
14
14
|
focus(): void;
|
|
15
15
|
hasFocus(): boolean;
|
|
16
16
|
id: string;
|
|
17
|
+
"__#34452@#rtl": boolean;
|
|
17
18
|
rtl: boolean;
|
|
18
|
-
"__#
|
|
19
|
+
"__#34452@#elementRef": ElementRef<any>;
|
|
19
20
|
_cdr: ChangeDetectorRef;
|
|
20
21
|
_isInited: boolean;
|
|
21
22
|
_isRendered: boolean;
|
|
@@ -30,16 +31,17 @@ export declare const AXBaseItemButtonMixin: (abstract new (...args: any[]) => {
|
|
|
30
31
|
onInit(): void;
|
|
31
32
|
onViewInit(): void;
|
|
32
33
|
onDestroy(): void;
|
|
34
|
+
_applyRtl(): void;
|
|
33
35
|
_onOptionChanging(option: import("@acorex/components/mixin").AXComponentOptionChanging): any;
|
|
34
36
|
_onOptionChanged(option: import("@acorex/components/mixin").AXComponentOptionChanged): void;
|
|
35
37
|
_setOption(option: import("@acorex/components/mixin").AXComponentSetOption): void;
|
|
36
|
-
_isRtl(): boolean;
|
|
37
38
|
}) & (new (...args: any[]) => {
|
|
38
39
|
onClick: import("@angular/core").EventEmitter<import("@acorex/components/common").AXClickEvent>;
|
|
39
40
|
_emitOnClickEvent(e: MouseEvent): void;
|
|
40
41
|
id: string;
|
|
42
|
+
"__#34452@#rtl": boolean;
|
|
41
43
|
rtl: boolean;
|
|
42
|
-
"__#
|
|
44
|
+
"__#34452@#elementRef": ElementRef<any>;
|
|
43
45
|
_cdr: ChangeDetectorRef;
|
|
44
46
|
_isInited: boolean;
|
|
45
47
|
_isRendered: boolean;
|
|
@@ -54,10 +56,10 @@ export declare const AXBaseItemButtonMixin: (abstract new (...args: any[]) => {
|
|
|
54
56
|
onInit(): void;
|
|
55
57
|
onViewInit(): void;
|
|
56
58
|
onDestroy(): void;
|
|
59
|
+
_applyRtl(): void;
|
|
57
60
|
_onOptionChanging(option: import("@acorex/components/mixin").AXComponentOptionChanging): any;
|
|
58
61
|
_onOptionChanged(option: import("@acorex/components/mixin").AXComponentOptionChanged): void;
|
|
59
62
|
_setOption(option: import("@acorex/components/mixin").AXComponentSetOption): void;
|
|
60
|
-
_isRtl(): boolean;
|
|
61
63
|
}) & typeof AXBaseComponent;
|
|
62
64
|
export declare class AXButtonItemComponent extends AXBaseItemButtonMixin {
|
|
63
65
|
/**
|
|
@@ -48,5 +48,5 @@ export declare class AXCalendarComponent extends AXCalendarComponentMixin {
|
|
|
48
48
|
private _generatePickerItems;
|
|
49
49
|
protected _handlePickerChange(item: any, view: any): void;
|
|
50
50
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXCalendarComponent, never>;
|
|
51
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AXCalendarComponent, "ax-calendar", never, { "readonly": "readonly"; "allowNull": "allowNull"; "value": "value"; "name": "name"; "checked": "checked"; "disabled": "disabled"; "tabIndex": "tabIndex"; "depth": "depth"; "activeView": "activeView"; "min": "min"; "max": "max"; "disabledDates": "disabledDates"; "type": "type"; "holidayDates": "holidayDates"; "interface": "interface"; }, { "valueChange": "valueChange"; "onValueChanged": "onValueChanged"; "onBlur": "onBlur"; "onFocus": "onFocus"; "depthChange": "depthChange"; "typeChange": "typeChange"; "disabledDatesChange": "disabledDatesChange"; "holidayDatesChange": "holidayDatesChange"; "onNavigate": "onNavigate"; }, never, never, false>;
|
|
51
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXCalendarComponent, "ax-calendar", never, { "rtl": "rtl"; "readonly": "readonly"; "allowNull": "allowNull"; "value": "value"; "name": "name"; "checked": "checked"; "disabled": "disabled"; "tabIndex": "tabIndex"; "depth": "depth"; "activeView": "activeView"; "min": "min"; "max": "max"; "disabledDates": "disabledDates"; "type": "type"; "holidayDates": "holidayDates"; "interface": "interface"; }, { "valueChange": "valueChange"; "onValueChanged": "onValueChanged"; "onBlur": "onBlur"; "onFocus": "onFocus"; "depthChange": "depthChange"; "typeChange": "typeChange"; "disabledDatesChange": "disabledDatesChange"; "holidayDatesChange": "holidayDatesChange"; "onNavigate": "onNavigate"; }, never, never, false>;
|
|
52
52
|
}
|
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./calendar.component";
|
|
3
3
|
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "@acorex/
|
|
5
|
-
import * as i4 from "@acorex/core/dateTime";
|
|
4
|
+
import * as i3 from "@acorex/core/dateTime";
|
|
6
5
|
export declare class AXCalendarModule {
|
|
7
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXCalendarModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AXCalendarModule, [typeof i1.AXCalendarComponent], [typeof i2.CommonModule, typeof i3.
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXCalendarModule, [typeof i1.AXCalendarComponent], [typeof i2.CommonModule, typeof i3.AXDateTimeModule], [typeof i1.AXCalendarComponent]>;
|
|
9
8
|
static ɵinj: i0.ɵɵInjectorDeclaration<AXCalendarModule>;
|
|
10
9
|
}
|
|
@@ -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
|
+
"__#34455@#disabled": boolean;
|
|
10
10
|
disabled: boolean;
|
|
11
|
-
"__#
|
|
11
|
+
"__#34455@#tabIndex": number;
|
|
12
12
|
tabIndex: number;
|
|
13
13
|
onFocus: import("@angular/core").EventEmitter<import("@acorex/components/common").AXFocusEvent>;
|
|
14
14
|
_emitOnFocusEvent(e: FocusEvent): void;
|
|
@@ -17,8 +17,9 @@ export declare const AXBaseColorPickerMixin: (abstract new (...args: any[]) => {
|
|
|
17
17
|
focus(): void;
|
|
18
18
|
hasFocus(): boolean;
|
|
19
19
|
id: string;
|
|
20
|
+
"__#34452@#rtl": boolean;
|
|
20
21
|
rtl: boolean;
|
|
21
|
-
"__#
|
|
22
|
+
"__#34452@#elementRef": ElementRef<any>;
|
|
22
23
|
_cdr: ChangeDetectorRef;
|
|
23
24
|
_isInited: boolean;
|
|
24
25
|
_isRendered: boolean;
|
|
@@ -33,10 +34,10 @@ export declare const AXBaseColorPickerMixin: (abstract new (...args: any[]) => {
|
|
|
33
34
|
onInit(): void;
|
|
34
35
|
onViewInit(): void;
|
|
35
36
|
onDestroy(): void;
|
|
37
|
+
_applyRtl(): void;
|
|
36
38
|
_onOptionChanging(option: import("@acorex/components/mixin").AXComponentOptionChanging): any;
|
|
37
39
|
_onOptionChanged(option: import("@acorex/components/mixin").AXComponentOptionChanged): void;
|
|
38
40
|
_setOption(option: import("@acorex/components/mixin").AXComponentSetOption): void;
|
|
39
|
-
_isRtl(): boolean;
|
|
40
41
|
}) & (abstract new (...args: any[]) => {
|
|
41
42
|
readonly: boolean;
|
|
42
43
|
onOpened: import("@angular/core").EventEmitter<import("@acorex/components/common").AXEvent>;
|
|
@@ -52,8 +53,9 @@ export declare const AXBaseColorPickerMixin: (abstract new (...args: any[]) => {
|
|
|
52
53
|
open(): void;
|
|
53
54
|
readonly isOpen: boolean;
|
|
54
55
|
id: string;
|
|
56
|
+
"__#34452@#rtl": boolean;
|
|
55
57
|
rtl: boolean;
|
|
56
|
-
"__#
|
|
58
|
+
"__#34452@#elementRef": ElementRef<any>;
|
|
57
59
|
_cdr: ChangeDetectorRef;
|
|
58
60
|
_isInited: boolean;
|
|
59
61
|
_isRendered: boolean;
|
|
@@ -66,24 +68,24 @@ export declare const AXBaseColorPickerMixin: (abstract new (...args: any[]) => {
|
|
|
66
68
|
_onInternalViewInit(): void;
|
|
67
69
|
_onInternalDestroy(): void;
|
|
68
70
|
onDestroy(): void;
|
|
71
|
+
_applyRtl(): void;
|
|
69
72
|
_onOptionChanging(option: import("@acorex/components/mixin").AXComponentOptionChanging): any;
|
|
70
73
|
_onOptionChanged(option: import("@acorex/components/mixin").AXComponentOptionChanged): void;
|
|
71
74
|
_setOption(option: import("@acorex/components/mixin").AXComponentSetOption): void;
|
|
72
|
-
_isRtl(): boolean;
|
|
73
75
|
}) & (new (...args: any[]) => {
|
|
74
76
|
onValueChanged: import("@angular/core").EventEmitter<AXValueChangedEvent<any>>;
|
|
75
77
|
valueChange: import("@angular/core").EventEmitter<any>;
|
|
76
|
-
"__#
|
|
78
|
+
"__#34456@#readonly": boolean;
|
|
77
79
|
readonly: boolean;
|
|
78
|
-
"__#
|
|
80
|
+
"__#34456@#allowNull": boolean;
|
|
79
81
|
allowNull: boolean;
|
|
80
|
-
"__#
|
|
82
|
+
"__#34456@#name": string;
|
|
81
83
|
name: string;
|
|
82
|
-
"__#
|
|
84
|
+
"__#34456@#isUserInteraction": boolean;
|
|
83
85
|
readonly isUserInteraction: boolean;
|
|
84
|
-
"__#
|
|
86
|
+
"__#34456@#value": any;
|
|
85
87
|
value: any;
|
|
86
|
-
"__#
|
|
88
|
+
"__#34456@#state": "error" | "clear" | "success";
|
|
87
89
|
readonly state: "error" | "clear" | "success";
|
|
88
90
|
_emitOnValueChangedEvent(oldValue?: any, newValue?: any): void;
|
|
89
91
|
_internalSetValue(value: any): any;
|
|
@@ -98,8 +100,9 @@ export declare const AXBaseColorPickerMixin: (abstract new (...args: any[]) => {
|
|
|
98
100
|
validate(): Promise<any>;
|
|
99
101
|
_setState(state: "error" | "clear" | "success", ...args: any[]): void;
|
|
100
102
|
id: string;
|
|
103
|
+
"__#34452@#rtl": boolean;
|
|
101
104
|
rtl: boolean;
|
|
102
|
-
"__#
|
|
105
|
+
"__#34452@#elementRef": ElementRef<any>;
|
|
103
106
|
_cdr: ChangeDetectorRef;
|
|
104
107
|
_isInited: boolean;
|
|
105
108
|
_isRendered: boolean;
|
|
@@ -112,10 +115,10 @@ export declare const AXBaseColorPickerMixin: (abstract new (...args: any[]) => {
|
|
|
112
115
|
onInit(): void;
|
|
113
116
|
onViewInit(): void;
|
|
114
117
|
onDestroy(): void;
|
|
118
|
+
_applyRtl(): void;
|
|
115
119
|
_onOptionChanging(option: import("@acorex/components/mixin").AXComponentOptionChanging): any;
|
|
116
120
|
_onOptionChanged(option: import("@acorex/components/mixin").AXComponentOptionChanged): void;
|
|
117
121
|
_setOption(option: import("@acorex/components/mixin").AXComponentSetOption): void;
|
|
118
|
-
_isRtl(): boolean;
|
|
119
122
|
}) & (new (...args: any[]) => {
|
|
120
123
|
type: string;
|
|
121
124
|
placeholder: string;
|
|
@@ -128,8 +131,9 @@ export declare const AXBaseColorPickerMixin: (abstract new (...args: any[]) => {
|
|
|
128
131
|
_emitOnKeyupEvent(e: KeyboardEvent): void;
|
|
129
132
|
_emitOnKeypressEvent(e: KeyboardEvent): void;
|
|
130
133
|
id: string;
|
|
134
|
+
"__#34452@#rtl": boolean;
|
|
131
135
|
rtl: boolean;
|
|
132
|
-
"__#
|
|
136
|
+
"__#34452@#elementRef": ElementRef<any>;
|
|
133
137
|
_cdr: ChangeDetectorRef;
|
|
134
138
|
_isInited: boolean;
|
|
135
139
|
_isRendered: boolean;
|
|
@@ -138,18 +142,18 @@ export declare const AXBaseColorPickerMixin: (abstract new (...args: any[]) => {
|
|
|
138
142
|
ngOnDestroy(): void;
|
|
139
143
|
_getHostElement<T_4 = HTMLElement>(): T_4;
|
|
140
144
|
_getInnerElement<T_1_3 = HTMLElement>(): T_1_3;
|
|
141
|
-
_onInternalInit(): void;
|
|
145
|
+
_onInternalInit(): void; /**
|
|
146
|
+
* @ignore
|
|
147
|
+
*/
|
|
142
148
|
_onInternalViewInit(): void;
|
|
143
149
|
_onInternalDestroy(): void;
|
|
144
150
|
onInit(): void;
|
|
145
|
-
onViewInit(): void;
|
|
146
|
-
* @ignore
|
|
147
|
-
*/
|
|
151
|
+
onViewInit(): void;
|
|
148
152
|
onDestroy(): void;
|
|
153
|
+
_applyRtl(): void;
|
|
149
154
|
_onOptionChanging(option: import("@acorex/components/mixin").AXComponentOptionChanging): any;
|
|
150
155
|
_onOptionChanged(option: import("@acorex/components/mixin").AXComponentOptionChanged): void;
|
|
151
156
|
_setOption(option: import("@acorex/components/mixin").AXComponentSetOption): void;
|
|
152
|
-
_isRtl(): boolean;
|
|
153
157
|
}) & typeof AXBaseComponent;
|
|
154
158
|
/**
|
|
155
159
|
* The Button is a component which detects user interaction and triggers a corresponding event
|
|
@@ -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
|
+
"__#34455@#disabled": boolean;
|
|
10
10
|
disabled: boolean;
|
|
11
|
-
"__#
|
|
11
|
+
"__#34455@#tabIndex": number;
|
|
12
12
|
tabIndex: number;
|
|
13
13
|
onFocus: EventEmitter<import("@acorex/components/common").AXFocusEvent>;
|
|
14
14
|
_emitOnFocusEvent(e: FocusEvent): void;
|
|
@@ -17,8 +17,9 @@ export declare const AXBaseDatePickerMixin: (abstract new (...args: any[]) => {
|
|
|
17
17
|
focus(): void;
|
|
18
18
|
hasFocus(): boolean;
|
|
19
19
|
id: string;
|
|
20
|
+
"__#34452@#rtl": boolean;
|
|
20
21
|
rtl: boolean;
|
|
21
|
-
"__#
|
|
22
|
+
"__#34452@#elementRef": ElementRef<any>;
|
|
22
23
|
_cdr: ChangeDetectorRef;
|
|
23
24
|
_isInited: boolean;
|
|
24
25
|
_isRendered: boolean;
|
|
@@ -33,10 +34,10 @@ export declare const AXBaseDatePickerMixin: (abstract new (...args: any[]) => {
|
|
|
33
34
|
onInit(): void;
|
|
34
35
|
onViewInit(): void;
|
|
35
36
|
onDestroy(): void;
|
|
37
|
+
_applyRtl(): void;
|
|
36
38
|
_onOptionChanging(option: import("@acorex/components/mixin").AXComponentOptionChanging): any;
|
|
37
39
|
_onOptionChanged(option: AXComponentOptionChanged): void;
|
|
38
40
|
_setOption(option: import("@acorex/components/mixin").AXComponentSetOption): void;
|
|
39
|
-
_isRtl(): boolean;
|
|
40
41
|
}) & (abstract new (...args: any[]) => {
|
|
41
42
|
readonly: boolean;
|
|
42
43
|
onOpened: EventEmitter<import("@acorex/components/common").AXEvent>;
|
|
@@ -52,8 +53,9 @@ export declare const AXBaseDatePickerMixin: (abstract new (...args: any[]) => {
|
|
|
52
53
|
open(): void;
|
|
53
54
|
readonly isOpen: boolean;
|
|
54
55
|
id: string;
|
|
56
|
+
"__#34452@#rtl": boolean;
|
|
55
57
|
rtl: boolean;
|
|
56
|
-
"__#
|
|
58
|
+
"__#34452@#elementRef": ElementRef<any>;
|
|
57
59
|
_cdr: ChangeDetectorRef;
|
|
58
60
|
_isInited: boolean;
|
|
59
61
|
_isRendered: boolean;
|
|
@@ -66,24 +68,24 @@ export declare const AXBaseDatePickerMixin: (abstract new (...args: any[]) => {
|
|
|
66
68
|
_onInternalViewInit(): void;
|
|
67
69
|
_onInternalDestroy(): void;
|
|
68
70
|
onDestroy(): void;
|
|
71
|
+
_applyRtl(): void;
|
|
69
72
|
_onOptionChanging(option: import("@acorex/components/mixin").AXComponentOptionChanging): any;
|
|
70
73
|
_onOptionChanged(option: AXComponentOptionChanged): void;
|
|
71
74
|
_setOption(option: import("@acorex/components/mixin").AXComponentSetOption): void;
|
|
72
|
-
_isRtl(): boolean;
|
|
73
75
|
}) & (new (...args: any[]) => {
|
|
74
76
|
onValueChanged: EventEmitter<import("@acorex/components/common").AXValueChangedEvent<any>>;
|
|
75
77
|
valueChange: EventEmitter<any>;
|
|
76
|
-
"__#
|
|
78
|
+
"__#34456@#readonly": boolean;
|
|
77
79
|
readonly: boolean;
|
|
78
|
-
"__#
|
|
80
|
+
"__#34456@#allowNull": boolean;
|
|
79
81
|
allowNull: boolean;
|
|
80
|
-
"__#
|
|
82
|
+
"__#34456@#name": string;
|
|
81
83
|
name: string;
|
|
82
|
-
"__#
|
|
84
|
+
"__#34456@#isUserInteraction": boolean;
|
|
83
85
|
readonly isUserInteraction: boolean;
|
|
84
|
-
"__#
|
|
86
|
+
"__#34456@#value": any;
|
|
85
87
|
value: any;
|
|
86
|
-
"__#
|
|
88
|
+
"__#34456@#state": "error" | "clear" | "success";
|
|
87
89
|
readonly state: "error" | "clear" | "success";
|
|
88
90
|
_emitOnValueChangedEvent(oldValue?: any, newValue?: any): void;
|
|
89
91
|
_internalSetValue(value: any): any;
|
|
@@ -98,8 +100,9 @@ export declare const AXBaseDatePickerMixin: (abstract new (...args: any[]) => {
|
|
|
98
100
|
validate(): Promise<any>;
|
|
99
101
|
_setState(state: "error" | "clear" | "success", ...args: any[]): void;
|
|
100
102
|
id: string;
|
|
103
|
+
"__#34452@#rtl": boolean;
|
|
101
104
|
rtl: boolean;
|
|
102
|
-
"__#
|
|
105
|
+
"__#34452@#elementRef": ElementRef<any>;
|
|
103
106
|
_cdr: ChangeDetectorRef;
|
|
104
107
|
_isInited: boolean;
|
|
105
108
|
_isRendered: boolean;
|
|
@@ -112,10 +115,10 @@ export declare const AXBaseDatePickerMixin: (abstract new (...args: any[]) => {
|
|
|
112
115
|
onInit(): void;
|
|
113
116
|
onViewInit(): void;
|
|
114
117
|
onDestroy(): void;
|
|
118
|
+
_applyRtl(): void;
|
|
115
119
|
_onOptionChanging(option: import("@acorex/components/mixin").AXComponentOptionChanging): any;
|
|
116
120
|
_onOptionChanged(option: AXComponentOptionChanged): void;
|
|
117
121
|
_setOption(option: import("@acorex/components/mixin").AXComponentSetOption): void;
|
|
118
|
-
_isRtl(): boolean;
|
|
119
122
|
}) & typeof AXCalendarBaseComponent;
|
|
120
123
|
export declare class AXDatePickerComponent extends AXBaseDatePickerMixin {
|
|
121
124
|
private _platform;
|
|
@@ -146,5 +149,5 @@ export declare class AXDatePickerComponent extends AXBaseDatePickerMixin {
|
|
|
146
149
|
protected _handleOnNavigate(e: AXCalendarNavigateEvent): void;
|
|
147
150
|
private _highlightPart;
|
|
148
151
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXDatePickerComponent, never>;
|
|
149
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AXDatePickerComponent, "ax-date-picker", never, { "isOpen": "isOpen"; "fitParent": "fitParent"; "dropdownWidth": "dropdownWidth"; "position": "position"; "disabled": "disabled"; "tabIndex": "tabIndex"; "readonly": "readonly"; "allowNull": "allowNull"; "value": "value"; "name": "name"; "checked": "checked"; "placeholder": "placeholder"; "maxLength": "maxLength"; "type": "type"; "autoComplete": "autoComplete"; "depth": "depth"; "activeView": "activeView"; "min": "min"; "max": "max"; "disabledDates": "disabledDates"; "holidayDates": "holidayDates"; "format": "format"; "interface": "interface"; }, { "onOpened": "onOpened"; "onClosed": "onClosed"; "onBlur": "onBlur"; "onFocus": "onFocus"; "valueChange": "valueChange"; "onValueChanged": "onValueChanged"; "depthChange": "depthChange"; "typeChange": "typeChange"; "disabledDatesChange": "disabledDatesChange"; "holidayDatesChange": "holidayDatesChange"; "onNavigate": "onNavigate"; "formatChange": "formatChange"; }, never, ["ax-prefix", "ax-suffix", "ax-validation-rule"], false>;
|
|
152
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXDatePickerComponent, "ax-date-picker", never, { "rtl": "rtl"; "isOpen": "isOpen"; "fitParent": "fitParent"; "dropdownWidth": "dropdownWidth"; "position": "position"; "disabled": "disabled"; "tabIndex": "tabIndex"; "readonly": "readonly"; "allowNull": "allowNull"; "value": "value"; "name": "name"; "checked": "checked"; "placeholder": "placeholder"; "maxLength": "maxLength"; "type": "type"; "autoComplete": "autoComplete"; "depth": "depth"; "activeView": "activeView"; "min": "min"; "max": "max"; "disabledDates": "disabledDates"; "holidayDates": "holidayDates"; "format": "format"; "interface": "interface"; }, { "onOpened": "onOpened"; "onClosed": "onClosed"; "onBlur": "onBlur"; "onFocus": "onFocus"; "valueChange": "valueChange"; "onValueChanged": "onValueChanged"; "depthChange": "depthChange"; "typeChange": "typeChange"; "disabledDatesChange": "disabledDatesChange"; "holidayDatesChange": "holidayDatesChange"; "onNavigate": "onNavigate"; "formatChange": "formatChange"; }, never, ["ax-prefix", "ax-suffix", "ax-validation-rule"], false>;
|
|
150
153
|
}
|