@acorex/components 5.0.37 → 5.0.41
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/esm2020/lib/alert/alert-button.component.mjs +3 -3
- package/esm2020/lib/alert/alert-content.component.mjs +3 -3
- package/esm2020/lib/alert/alert-footer.component.mjs +3 -3
- package/esm2020/lib/alert/alert-suffix.component.mjs +3 -3
- package/esm2020/lib/alert/alert-title.component.mjs +3 -3
- package/esm2020/lib/alert/alert.component.mjs +3 -3
- package/esm2020/lib/alert/alert.module.mjs +4 -4
- package/esm2020/lib/avatar/avatar.component.mjs +3 -3
- package/esm2020/lib/avatar/avatar.module.mjs +4 -4
- package/esm2020/lib/badge/badge.component.mjs +3 -3
- package/esm2020/lib/badge/badge.module.mjs +4 -4
- package/esm2020/lib/base/common.module.mjs +4 -4
- package/esm2020/lib/base/custom-cdk-overlay.service.mjs +6 -6
- package/esm2020/lib/base/mixin/base-components.class.mjs +3 -3
- package/esm2020/lib/base/mixin/button-mixin.class.mjs +16 -5
- package/esm2020/lib/base/mixin/interactive-mixin.class.mjs +2 -2
- package/esm2020/lib/base/mixin/value-mixin.class.mjs +19 -7
- package/esm2020/lib/base/overlay.service.mjs +3 -3
- package/esm2020/lib/base/responsive.directive.mjs +3 -3
- package/esm2020/lib/button/button-group.component.mjs +3 -3
- package/esm2020/lib/button/button-item.component.mjs +5 -6
- package/esm2020/lib/button/button.component.mjs +3 -3
- package/esm2020/lib/button/button.module.mjs +4 -4
- package/esm2020/lib/calendar/calendar.class.mjs +3 -3
- package/esm2020/lib/calendar/calendar.component.mjs +8 -4
- package/esm2020/lib/calendar/calendar.module.mjs +4 -4
- package/esm2020/lib/carousel/carousel-arrows.component.mjs +3 -3
- package/esm2020/lib/carousel/carousel-item.component.mjs +3 -3
- package/esm2020/lib/carousel/carousel-pager.component.mjs +3 -3
- package/esm2020/lib/carousel/carousel.class.mjs +3 -3
- package/esm2020/lib/carousel/carousel.component.mjs +3 -3
- package/esm2020/lib/carousel/carousel.module.mjs +4 -4
- package/esm2020/lib/checkbox/checkbox.component.mjs +5 -5
- package/esm2020/lib/checkbox/checkbox.module.mjs +4 -4
- package/esm2020/lib/datalist/datalist.component.mjs +3 -3
- package/esm2020/lib/datalist/datalist.module.mjs +4 -4
- package/esm2020/lib/datepicker/datepicker.component.mjs +13 -6
- package/esm2020/lib/datepicker/datepicker.module.mjs +4 -4
- package/esm2020/lib/decorators/addon.component.mjs +20 -0
- package/esm2020/lib/decorators/content.component.mjs +3 -3
- package/esm2020/lib/decorators/decorators.module.mjs +7 -6
- package/esm2020/lib/decorators/header.component.mjs +3 -3
- package/esm2020/lib/decorators/index.mjs +2 -1
- package/esm2020/lib/decorators/prefix.component.mjs +6 -6
- package/esm2020/lib/decorators/suffix.component.mjs +6 -6
- package/esm2020/lib/dialog/dialog.component.mjs +3 -3
- package/esm2020/lib/dialog/dialog.module.mjs +4 -4
- package/esm2020/lib/dialog/dialog.service.mjs +4 -5
- package/esm2020/lib/drawer/drawer-container.component.mjs +3 -3
- package/esm2020/lib/drawer/drawer-content.component.mjs +3 -3
- package/esm2020/lib/drawer/drawer.component.mjs +3 -3
- package/esm2020/lib/drawer/drawer.module.mjs +4 -4
- package/esm2020/lib/dropdown/dropdown-panel.component.mjs +5 -5
- package/esm2020/lib/dropdown/dropdown.module.mjs +4 -4
- package/esm2020/lib/form/form-field.component.mjs +3 -3
- package/esm2020/lib/form/form-field.module.mjs +4 -4
- package/esm2020/lib/form/form-hint.component.mjs +3 -3
- package/esm2020/lib/form/form.component.mjs +3 -3
- package/esm2020/lib/icon/icon.component.mjs +5 -5
- package/esm2020/lib/icon/icon.module.mjs +4 -4
- package/esm2020/lib/input-mask/input-mask.component.mjs +21 -7
- package/esm2020/lib/input-mask/input-mask.module.mjs +7 -6
- package/esm2020/lib/label/label.component.mjs +3 -3
- package/esm2020/lib/label/label.module.mjs +4 -4
- package/esm2020/lib/loading/loading-spinner.component.mjs +10 -7
- package/esm2020/lib/loading/loading.component.mjs +14 -6
- package/esm2020/lib/loading/loading.directive.mjs +3 -3
- package/esm2020/lib/loading/loading.module.mjs +6 -6
- package/esm2020/lib/loading/loading.service.mjs +3 -3
- package/esm2020/lib/number-box/number-box.component.mjs +124 -184
- package/esm2020/lib/number-box/number-box.module.mjs +15 -9
- package/esm2020/lib/page/base-page.class.mjs +8 -4
- package/esm2020/lib/page/index.mjs +2 -1
- package/esm2020/lib/page/page-footer.component.mjs +3 -3
- package/esm2020/lib/page/page-header.component.mjs +28 -0
- package/esm2020/lib/page/page.component.mjs +3 -3
- package/esm2020/lib/page/page.module.mjs +8 -7
- package/esm2020/lib/password-box/password-box.component.mjs +8 -9
- package/esm2020/lib/password-box/password-box.module.mjs +4 -4
- package/esm2020/lib/popover/popover.component.mjs +3 -3
- package/esm2020/lib/popover/popover.module.mjs +4 -4
- package/esm2020/lib/popup/popup.component.mjs +20 -13
- package/esm2020/lib/popup/popup.module.mjs +4 -4
- package/esm2020/lib/popup/popup.service.mjs +3 -3
- package/esm2020/lib/radio/index.mjs +1 -1
- package/esm2020/lib/radio/radio.component.mjs +5 -5
- package/esm2020/lib/radio/radio.module.mjs +5 -5
- package/esm2020/lib/range-slider/range-slider.component.mjs +3 -3
- package/esm2020/lib/range-slider/range-slider.module.mjs +4 -4
- package/esm2020/lib/selectbox/selectbox.component.mjs +7 -7
- package/esm2020/lib/selectbox/selectbox.module.mjs +8 -6
- package/esm2020/lib/selection-list/selection-list.component.mjs +3 -3
- package/esm2020/lib/selection-list/selection-list.module.mjs +4 -4
- package/esm2020/lib/side-menu/side-menu.component.mjs +3 -3
- package/esm2020/lib/side-menu/side-menu.module.mjs +4 -4
- package/esm2020/lib/switch/switch.component.mjs +18 -14
- package/esm2020/lib/switch/switch.module.mjs +7 -6
- package/esm2020/lib/tabs/tab-content.directive.mjs +3 -3
- package/esm2020/lib/tabs/tab-item.component.mjs +3 -3
- package/esm2020/lib/tabs/tabs.component.mjs +3 -3
- package/esm2020/lib/tabs/tabs.module.mjs +4 -4
- package/esm2020/lib/textbox/textbox.component.mjs +10 -38
- package/esm2020/lib/textbox/textbox.module.mjs +4 -4
- package/esm2020/lib/time-box/time-box.component.mjs +6 -8
- package/esm2020/lib/time-box/time-box.module.mjs +4 -4
- package/esm2020/lib/toast/toast.component.mjs +3 -3
- package/esm2020/lib/toast/toast.module.mjs +4 -4
- package/esm2020/lib/toast/toast.service.mjs +3 -3
- package/esm2020/lib/tooltip/tooltip.component.mjs +3 -3
- package/esm2020/lib/tooltip/tooltip.directive.mjs +3 -3
- package/esm2020/lib/tooltip/tooltip.module.mjs +4 -4
- package/esm2020/lib/validation/validation-rule.widget.mjs +3 -3
- package/esm2020/lib/validation/validation.module.mjs +4 -4
- package/fesm2015/acorex-components.mjs +728 -698
- package/fesm2015/acorex-components.mjs.map +1 -1
- package/fesm2020/acorex-components.mjs +726 -698
- package/fesm2020/acorex-components.mjs.map +1 -1
- package/lib/base/mixin/button-mixin.class.d.ts +8 -4
- package/lib/base/mixin/interactive-mixin.class.d.ts +3 -1
- package/lib/base/mixin/mixin.class.d.ts +3 -0
- package/lib/base/mixin/value-mixin.class.d.ts +2 -0
- package/lib/calendar/calendar.component.d.ts +1 -0
- package/lib/checkbox/checkbox.component.d.ts +1 -1
- package/lib/datepicker/datepicker.component.d.ts +5 -1
- package/lib/decorators/addon.component.d.ts +8 -0
- package/lib/decorators/decorators.module.d.ts +3 -2
- package/lib/decorators/index.d.ts +1 -0
- package/lib/decorators/prefix.component.d.ts +1 -1
- package/lib/decorators/suffix.component.d.ts +1 -1
- package/lib/icon/icon.component.d.ts +1 -1
- package/lib/input-mask/input-mask.component.d.ts +13 -2
- package/lib/input-mask/input-mask.module.d.ts +2 -1
- package/lib/loading/loading-spinner.component.d.ts +1 -0
- package/lib/loading/loading.component.d.ts +4 -2
- package/lib/number-box/number-box.component.d.ts +30 -23
- package/lib/number-box/number-box.module.d.ts +4 -2
- package/lib/page/base-page.class.d.ts +2 -0
- package/lib/page/index.d.ts +1 -0
- package/lib/page/page-header.component.d.ts +7 -0
- package/lib/page/page.module.d.ts +2 -1
- package/lib/selectbox/selectbox.component.d.ts +1 -1
- package/lib/selectbox/selectbox.module.d.ts +7 -5
- package/lib/switch/switch.component.d.ts +5 -3
- package/lib/switch/switch.module.d.ts +2 -1
- package/lib/textbox/textbox.component.d.ts +1 -4
- package/package.json +6 -5
|
@@ -4,6 +4,7 @@ import { AXBaseComponent } from './base-components.class';
|
|
|
4
4
|
import { Constructor } from './constratctor';
|
|
5
5
|
export declare function _ButtonComponentMixin<TBase extends Constructor<AXBaseComponent>>(Base: TBase): {
|
|
6
6
|
new (...args: any[]): {
|
|
7
|
+
_text: string;
|
|
7
8
|
/**
|
|
8
9
|
* Defines the primary text to show inside the button.
|
|
9
10
|
*/
|
|
@@ -48,7 +49,12 @@ export declare function _ButtonComponentMixin<TBase extends Constructor<AXBaseCo
|
|
|
48
49
|
'ax-state-selected': boolean;
|
|
49
50
|
};
|
|
50
51
|
id: string;
|
|
51
|
-
|
|
52
|
+
/**
|
|
53
|
+
* Trigger click event by Enter Key
|
|
54
|
+
*/
|
|
55
|
+
rtl: boolean; /**
|
|
56
|
+
* Trigger click event by Esc Key
|
|
57
|
+
*/
|
|
52
58
|
cssClass: string;
|
|
53
59
|
cssStyle: string;
|
|
54
60
|
"__#1@#elementRef": import("@angular/core").ElementRef<any>;
|
|
@@ -59,9 +65,7 @@ export declare function _ButtonComponentMixin<TBase extends Constructor<AXBaseCo
|
|
|
59
65
|
ngAfterViewInit(): void;
|
|
60
66
|
ngOnDestroy(): void;
|
|
61
67
|
_getHostElement<T = HTMLElement>(): T;
|
|
62
|
-
_getInnerElement<T_1 = HTMLElement>(): T_1;
|
|
63
|
-
* Provides visual styling that indicates if the Button is active
|
|
64
|
-
*/
|
|
68
|
+
_getInnerElement<T_1 = HTMLElement>(): T_1;
|
|
65
69
|
_onInternalInit(): void;
|
|
66
70
|
onInit(): void;
|
|
67
71
|
onRenderCssClass(): void;
|
|
@@ -42,7 +42,9 @@ export declare function _InteractiveComponenetMixin<TBase extends Constructor<AX
|
|
|
42
42
|
ngOnDestroy(): void;
|
|
43
43
|
_getHostElement<T = HTMLElement>(): T;
|
|
44
44
|
_getInnerElement<T_1 = HTMLElement>(): T_1;
|
|
45
|
-
_onInternalInit(): void;
|
|
45
|
+
_onInternalInit(): void; /**
|
|
46
|
+
* Focuses the component.
|
|
47
|
+
*/
|
|
46
48
|
_onInternalViewInit(): void;
|
|
47
49
|
_onInternalDestroy(): void;
|
|
48
50
|
onInit(): void;
|
|
@@ -320,6 +320,7 @@ export declare const AXBaseButtonMixin: {
|
|
|
320
320
|
};
|
|
321
321
|
} & {
|
|
322
322
|
new (...args: any[]): {
|
|
323
|
+
_text: string;
|
|
323
324
|
text: string;
|
|
324
325
|
submitBehavior: boolean;
|
|
325
326
|
cancelBehavior: boolean;
|
|
@@ -442,6 +443,8 @@ export declare const AXBaseTextBoxMixin: {
|
|
|
442
443
|
"__#4@#valueSubject": import("rxjs").Subject<unknown>;
|
|
443
444
|
"__#4@#value": any;
|
|
444
445
|
value: any;
|
|
446
|
+
"__#4@#state": "error" | "clear" | "success";
|
|
447
|
+
readonly state: "error" | "clear" | "success";
|
|
445
448
|
_emitOnValueChangedEvent(oldValue?: any, newValue?: any): void;
|
|
446
449
|
_onInternalValueChanging(value: any): any;
|
|
447
450
|
_onValueChanging(value: any): any;
|
|
@@ -27,6 +27,8 @@ export declare function _ValueComponenetMixin<TBase extends Constructor<AXBaseCo
|
|
|
27
27
|
"__#4@#valueSubject": Subject<unknown>;
|
|
28
28
|
"__#4@#value": any;
|
|
29
29
|
value: any;
|
|
30
|
+
"__#4@#state": 'clear' | 'success' | 'error';
|
|
31
|
+
readonly state: "error" | "clear" | "success";
|
|
30
32
|
_emitOnValueChangedEvent(oldValue?: any, newValue?: any): void;
|
|
31
33
|
_onInternalValueChanging(value: any): any;
|
|
32
34
|
_onValueChanging(value: any): any;
|
|
@@ -7,5 +7,5 @@ export declare class AXCheckBoxComponent extends AXBaseValueComponentMixin {
|
|
|
7
7
|
_onValueChanging(value: any): any;
|
|
8
8
|
_handleOnClickEvent(e: MouseEvent): boolean;
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXCheckBoxComponent, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AXCheckBoxComponent, "ax-check-box", never, { "disabled": "disabled"; "tabIndex": "tabIndex"; "readonly": "readonly"; "allowNull": "allowNull"; "value": "value"; "debounceTime": "debounceTime"; "name": "name"; "checked": "checked"; }, { "onBlur": "onBlur"; "onFocus": "onFocus"; "valueChange": "valueChange"; "onValueChanged": "onValueChanged"; }, never, ["
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXCheckBoxComponent, "ax-check-box", never, { "disabled": "disabled"; "tabIndex": "tabIndex"; "readonly": "readonly"; "allowNull": "allowNull"; "value": "value"; "debounceTime": "debounceTime"; "name": "name"; "checked": "checked"; }, { "onBlur": "onBlur"; "onFocus": "onFocus"; "valueChange": "valueChange"; "onValueChanged": "onValueChanged"; }, never, ["*", "ax-form-hint", "ax-validation-rule"]>;
|
|
11
11
|
}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { AXPlatform } from '@acorex/core';
|
|
2
2
|
import { ElementRef, ChangeDetectorRef, EventEmitter } from '@angular/core';
|
|
3
3
|
import { AXClickEvent } from '../base';
|
|
4
|
+
import { AXCalendarComponent } from '../calendar';
|
|
4
5
|
import { AXCalendarBaseComponent } from '../calendar/calendar.class';
|
|
5
6
|
import { AXPopoverComponent } from '../popover/popover.component';
|
|
6
7
|
import * as i0 from "@angular/core";
|
|
@@ -88,6 +89,8 @@ export declare const AXBaseDatePickerMixin: (abstract new (...args: any[]) => {
|
|
|
88
89
|
"__#4@#valueSubject": import("rxjs").Subject<unknown>;
|
|
89
90
|
"__#4@#value": any;
|
|
90
91
|
value: any;
|
|
92
|
+
"__#4@#state": "error" | "clear" | "success";
|
|
93
|
+
readonly state: "error" | "clear" | "success";
|
|
91
94
|
_emitOnValueChangedEvent(oldValue?: any, newValue?: any): void;
|
|
92
95
|
_onInternalValueChanging(value: any): any;
|
|
93
96
|
_onValueChanging(value: any): any;
|
|
@@ -155,6 +158,7 @@ export declare const AXBaseDatePickerMixin: (abstract new (...args: any[]) => {
|
|
|
155
158
|
export declare class AXDatePickerComponent extends AXBaseDatePickerMixin {
|
|
156
159
|
private _platform;
|
|
157
160
|
popover: AXPopoverComponent;
|
|
161
|
+
_calendar: AXCalendarComponent;
|
|
158
162
|
_target: HTMLDivElement;
|
|
159
163
|
displayText: string;
|
|
160
164
|
_calendarValue: Date;
|
|
@@ -174,5 +178,5 @@ export declare class AXDatePickerComponent extends AXBaseDatePickerMixin {
|
|
|
174
178
|
_handleOnInputClickEvent(e: MouseEvent): void;
|
|
175
179
|
private _highlightPart;
|
|
176
180
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXDatePickerComponent, never>;
|
|
177
|
-
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"; "debounceTime": "debounceTime"; "name": "name"; "checked": "checked"; "placeholder": "placeholder"; "maxLength": "maxLength"; "depth": "depth"; "activeView": "activeView"; "min": "min"; "max": "max"; "disabledDates": "disabledDates"; "holidayDates": "holidayDates"; "format": "format"; }, { "onOpened": "onOpened"; "onClosed": "onClosed"; "onBlur": "onBlur"; "onFocus": "onFocus"; "valueChange": "valueChange"; "onValueChanged": "onValueChanged"; "depthChange": "depthChange"; "formatChange": "formatChange"; }, never, ["ax-prefix", "ax-suffix"]>;
|
|
181
|
+
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"; "debounceTime": "debounceTime"; "name": "name"; "checked": "checked"; "placeholder": "placeholder"; "maxLength": "maxLength"; "depth": "depth"; "activeView": "activeView"; "min": "min"; "max": "max"; "disabledDates": "disabledDates"; "holidayDates": "holidayDates"; "format": "format"; }, { "onOpened": "onOpened"; "onClosed": "onClosed"; "onBlur": "onBlur"; "onFocus": "onFocus"; "valueChange": "valueChange"; "onValueChanged": "onValueChanged"; "depthChange": "depthChange"; "formatChange": "formatChange"; }, never, ["ax-prefix", "ax-suffix", "ax-validation-rule"]>;
|
|
178
182
|
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { ElementRef, ChangeDetectorRef } from '@angular/core';
|
|
2
|
+
import { AXBaseComponentMixin } from '../base';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class AXDecoratorAddOnComponent extends AXBaseComponentMixin {
|
|
5
|
+
constructor(_elementRef: ElementRef, _cdr: ChangeDetectorRef);
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXDecoratorAddOnComponent, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXDecoratorAddOnComponent, "ax-addon", never, {}, {}, never, ["*"]>;
|
|
8
|
+
}
|
|
@@ -3,9 +3,10 @@ import * as i1 from "./prefix.component";
|
|
|
3
3
|
import * as i2 from "./suffix.component";
|
|
4
4
|
import * as i3 from "./content.component";
|
|
5
5
|
import * as i4 from "./header.component";
|
|
6
|
-
import * as i5 from "
|
|
6
|
+
import * as i5 from "./addon.component";
|
|
7
|
+
import * as i6 from "@angular/common";
|
|
7
8
|
export declare class AXEditorDecoratorModule {
|
|
8
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXEditorDecoratorModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AXEditorDecoratorModule, [typeof i1.AXDecoratorPrefixComponent, typeof i2.AXDecoratorSuffixComponent, typeof i3.AXDecoratorContentComponent, typeof i4.AXDecoratorHeaderComponent], [typeof
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXEditorDecoratorModule, [typeof i1.AXDecoratorPrefixComponent, typeof i2.AXDecoratorSuffixComponent, typeof i3.AXDecoratorContentComponent, typeof i4.AXDecoratorHeaderComponent, typeof i5.AXDecoratorAddOnComponent], [typeof i6.CommonModule], [typeof i1.AXDecoratorPrefixComponent, typeof i2.AXDecoratorSuffixComponent, typeof i3.AXDecoratorContentComponent, typeof i4.AXDecoratorHeaderComponent, typeof i5.AXDecoratorAddOnComponent]>;
|
|
10
11
|
static ɵinj: i0.ɵɵInjectorDeclaration<AXEditorDecoratorModule>;
|
|
11
12
|
}
|
|
@@ -4,5 +4,5 @@ import * as i0 from "@angular/core";
|
|
|
4
4
|
export declare class AXDecoratorPrefixComponent extends AXBaseComponentMixin {
|
|
5
5
|
constructor(elementRef: ElementRef, cdr: ChangeDetectorRef);
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXDecoratorPrefixComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AXDecoratorPrefixComponent, "ax-prefix", never, {}, {}, never, ["ax-button,ax-loading,ax-icon,ax-content"]>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXDecoratorPrefixComponent, "ax-prefix", never, {}, {}, never, ["ax-button,ax-loading,ax-icon,ax-content,ax-badge,ax-addon"]>;
|
|
8
8
|
}
|
|
@@ -4,5 +4,5 @@ import * as i0 from "@angular/core";
|
|
|
4
4
|
export declare class AXDecoratorSuffixComponent extends AXBaseComponentMixin {
|
|
5
5
|
constructor(elementRef: ElementRef, cdr: ChangeDetectorRef);
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXDecoratorSuffixComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AXDecoratorSuffixComponent, "ax-suffix", never, {}, {}, never, ["ax-button,ax-icon,ax-badge,ax-
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXDecoratorSuffixComponent, "ax-suffix", never, {}, {}, never, ["ax-button,ax-loading,ax-icon,ax-content,ax-badge,ax-addon"]>;
|
|
8
8
|
}
|
|
@@ -6,5 +6,5 @@ export declare class AXIconComponent extends AXSizableComponentMixin {
|
|
|
6
6
|
private get __iconClass();
|
|
7
7
|
constructor(elementRef: ElementRef, cdr: ChangeDetectorRef);
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXIconComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AXIconComponent, "ax-icon", never, { "icon": "icon"; }, {}, never, ["
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXIconComponent, "ax-icon", never, { "icon": "icon"; }, {}, never, ["i,svg,img"]>;
|
|
10
10
|
}
|
|
@@ -1,5 +1,16 @@
|
|
|
1
|
+
import { ChangeDetectorRef, ElementRef } from '@angular/core';
|
|
2
|
+
import { AXBaseComponent } from '../base';
|
|
3
|
+
import { AXTextBoxComponent } from '../textbox';
|
|
1
4
|
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class AXInputMaskComponent {
|
|
5
|
+
export declare class AXInputMaskComponent extends AXBaseComponent {
|
|
6
|
+
private _elementRef;
|
|
7
|
+
private _textbox;
|
|
8
|
+
private _maskObj;
|
|
9
|
+
/**
|
|
10
|
+
* @ignore
|
|
11
|
+
*/
|
|
12
|
+
constructor(_elementRef: ElementRef, _cdr: ChangeDetectorRef, _textbox: AXTextBoxComponent);
|
|
13
|
+
onViewInit(): void;
|
|
3
14
|
private _prefix;
|
|
4
15
|
get prefix(): string;
|
|
5
16
|
set prefix(v: string);
|
|
@@ -8,7 +19,7 @@ export declare class AXInputMaskComponent {
|
|
|
8
19
|
set suffix(v: string);
|
|
9
20
|
showMaskTyped: boolean;
|
|
10
21
|
clearIfNotMatch: boolean;
|
|
11
|
-
mask:
|
|
22
|
+
mask: any;
|
|
12
23
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXInputMaskComponent, never>;
|
|
13
24
|
static ɵcmp: i0.ɵɵComponentDeclaration<AXInputMaskComponent, "ax-input-mask", never, { "prefix": "prefix"; "suffix": "suffix"; "showMaskTyped": "showMaskTyped"; "clearIfNotMatch": "clearIfNotMatch"; "mask": "mask"; }, {}, never, never>;
|
|
14
25
|
}
|
|
@@ -2,8 +2,9 @@ import * as i0 from "@angular/core";
|
|
|
2
2
|
import * as i1 from "./input-mask.component";
|
|
3
3
|
import * as i2 from "@angular/common";
|
|
4
4
|
import * as i3 from "ngx-mask";
|
|
5
|
+
import * as i4 from "angular-imask";
|
|
5
6
|
export declare class AXInputMaskModule {
|
|
6
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXInputMaskModule, never>;
|
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AXInputMaskModule, [typeof i1.AXInputMaskComponent], [typeof i2.CommonModule, typeof i3.NgxMaskModule], [typeof i1.AXInputMaskComponent]>;
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXInputMaskModule, [typeof i1.AXInputMaskComponent], [typeof i2.CommonModule, typeof i3.NgxMaskModule, typeof i4.IMaskModule], [typeof i1.AXInputMaskComponent]>;
|
|
8
9
|
static ɵinj: i0.ɵɵInjectorDeclaration<AXInputMaskModule>;
|
|
9
10
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class AXLoadingSpinnerComponent {
|
|
3
|
+
text: string;
|
|
3
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXLoadingSpinnerComponent, never>;
|
|
4
5
|
static ɵcmp: i0.ɵɵComponentDeclaration<AXLoadingSpinnerComponent, "ax-loading-spinner", never, {}, {}, never, never>;
|
|
5
6
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Portal } from '@angular/cdk/portal';
|
|
1
|
+
import { CdkPortalOutletAttachedRef, Portal } from '@angular/cdk/portal';
|
|
2
2
|
import { EventEmitter, ElementRef, ChangeDetectorRef } from '@angular/core';
|
|
3
3
|
import { AXBaseComponentMixin } from '../base';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
@@ -13,7 +13,9 @@ export declare class AXLoadingComponent extends AXBaseComponentMixin {
|
|
|
13
13
|
get visible(): boolean;
|
|
14
14
|
set visible(v: boolean);
|
|
15
15
|
type: string;
|
|
16
|
+
text: string;
|
|
16
17
|
onInit(): void;
|
|
18
|
+
_handleAttched(ref: CdkPortalOutletAttachedRef): void;
|
|
17
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXLoadingComponent, never>;
|
|
18
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AXLoadingComponent, "ax-loading", never, { "visible": "visible"; "type": "type"; }, { "visibleChange": "visibleChange"; }, never, never>;
|
|
20
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXLoadingComponent, "ax-loading", never, { "visible": "visible"; "type": "type"; "text": "text"; }, { "visibleChange": "visibleChange"; }, never, never>;
|
|
19
21
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { ElementRef, ChangeDetectorRef
|
|
2
|
-
import
|
|
3
|
-
import { AXBaseTextBoxMixin } from '../base';
|
|
1
|
+
import { ElementRef, ChangeDetectorRef } from '@angular/core';
|
|
2
|
+
import IMask from 'imask';
|
|
3
|
+
import { AXBaseTextBoxMixin, AXClickEvent, AXComponentOptionChanged } from '../base';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
/**
|
|
6
6
|
* The NumberBox is a component which detects user interaction and triggers a corresponding event
|
|
@@ -9,28 +9,32 @@ import * as i0 from "@angular/core";
|
|
|
9
9
|
*/
|
|
10
10
|
export declare class AXNumberBoxComponent extends AXBaseTextBoxMixin {
|
|
11
11
|
private cdr;
|
|
12
|
-
private
|
|
13
|
-
private get __hostClass();
|
|
12
|
+
private _thousandsSeparator;
|
|
14
13
|
/**
|
|
15
14
|
* A character value that specifies the separator character.
|
|
16
15
|
*/
|
|
17
|
-
|
|
16
|
+
get thousandsSeparator(): string;
|
|
17
|
+
set thousandsSeparator(v: string);
|
|
18
|
+
private _padDecimalZeros;
|
|
18
19
|
/**
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
20
|
+
* A character value that specifies the separator character.
|
|
21
|
+
*/
|
|
22
|
+
get padDecimalZeros(): boolean;
|
|
23
|
+
set padDecimalZeros(v: boolean);
|
|
22
24
|
/**
|
|
23
25
|
* Specifies the value that is used to increment or decrement the **Integer** part of number
|
|
24
26
|
*/
|
|
25
27
|
step: number;
|
|
28
|
+
private _decimals;
|
|
26
29
|
/**
|
|
27
30
|
* Specifies the number of decimals that the user can enter
|
|
28
31
|
*/
|
|
29
|
-
|
|
32
|
+
get decimals(): number;
|
|
33
|
+
set decimals(v: number);
|
|
30
34
|
/**
|
|
31
35
|
* Specifies the value that is used to increment or decrement the **Deciaml** part of number
|
|
32
36
|
*/
|
|
33
|
-
decimalStep: number;
|
|
37
|
+
decimalStep: number | 'auto';
|
|
34
38
|
/**
|
|
35
39
|
* Specifies whether the Up and Down spin buttons will be rendered or not
|
|
36
40
|
*/
|
|
@@ -47,23 +51,26 @@ export declare class AXNumberBoxComponent extends AXBaseTextBoxMixin {
|
|
|
47
51
|
*/
|
|
48
52
|
get maxValue(): number;
|
|
49
53
|
set maxValue(v: number);
|
|
50
|
-
displayTextChange: EventEmitter<string>;
|
|
51
|
-
private _displayText;
|
|
52
54
|
/**
|
|
53
|
-
*
|
|
55
|
+
* @ignore
|
|
54
56
|
*/
|
|
55
|
-
|
|
56
|
-
|
|
57
|
+
_maskObj: IMask.MaskedNumber;
|
|
58
|
+
private _maskDirective;
|
|
57
59
|
/**
|
|
58
60
|
* @ignore
|
|
59
61
|
*/
|
|
60
|
-
constructor(elementRef: ElementRef, cdr: ChangeDetectorRef
|
|
62
|
+
constructor(elementRef: ElementRef, cdr: ChangeDetectorRef);
|
|
63
|
+
private toNum;
|
|
64
|
+
onViewInit(): void;
|
|
65
|
+
_onOptionChanged(option: AXComponentOptionChanged): void;
|
|
66
|
+
private _updateMask;
|
|
61
67
|
_handleOnKeydownEvent(e: KeyboardEvent): void;
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
68
|
+
_handleUpDownClick(e: AXClickEvent, v: -1 | 1): void;
|
|
69
|
+
_onValueChanging(value: any): number;
|
|
70
|
+
stepUp(): void;
|
|
71
|
+
stepDown(): void;
|
|
72
|
+
decimalStepUp(): void;
|
|
73
|
+
decimalStepDown(): void;
|
|
67
74
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXNumberBoxComponent, never>;
|
|
68
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AXNumberBoxComponent, "ax-number-box", never, { "disabled": "disabled"; "readonly": "readonly"; "tabIndex": "tabIndex"; "size": "size"; "value": "value"; "placeholder": "placeholder"; "maxLength": "maxLength"; "allowNull": "allowNull"; "debounceTime": "debounceTime"; "name": "name"; "checked": "checked"; "
|
|
75
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXNumberBoxComponent, "ax-number-box", never, { "disabled": "disabled"; "readonly": "readonly"; "tabIndex": "tabIndex"; "size": "size"; "value": "value"; "placeholder": "placeholder"; "maxLength": "maxLength"; "allowNull": "allowNull"; "debounceTime": "debounceTime"; "name": "name"; "checked": "checked"; "thousandsSeparator": "thousandsSeparator"; "padDecimalZeros": "padDecimalZeros"; "step": "step"; "decimals": "decimals"; "decimalStep": "decimalStep"; "showSpinButtons": "showSpinButtons"; "minValue": "minValue"; "maxValue": "maxValue"; }, { "valueChange": "valueChange"; "onValueChanged": "onValueChanged"; "onBlur": "onBlur"; "onFocus": "onFocus"; }, never, ["ax-prefix", "ax-suffix", "ax-validation-rule"]>;
|
|
69
76
|
}
|
|
@@ -3,9 +3,11 @@ import * as i1 from "./number-box.component";
|
|
|
3
3
|
import * as i2 from "@angular/common";
|
|
4
4
|
import * as i3 from "@angular/forms";
|
|
5
5
|
import * as i4 from "../button/button.module";
|
|
6
|
-
import * as i5 from "
|
|
6
|
+
import * as i5 from "../decorators/decorators.module";
|
|
7
|
+
import * as i6 from "../icon/icon.module";
|
|
8
|
+
import * as i7 from "angular-imask";
|
|
7
9
|
export declare class AXNumberBoxModule {
|
|
8
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXNumberBoxModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AXNumberBoxModule, [typeof i1.AXNumberBoxComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i4.AXButtonModule, typeof i5.
|
|
11
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXNumberBoxModule, [typeof i1.AXNumberBoxComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i4.AXButtonModule, typeof i5.AXEditorDecoratorModule, typeof i6.AXIconModule, typeof i7.IMaskModule], [typeof i1.AXNumberBoxComponent]>;
|
|
10
12
|
static ɵinj: i0.ɵɵInjectorDeclaration<AXNumberBoxModule>;
|
|
11
13
|
}
|
|
@@ -28,6 +28,8 @@ export declare class AXBasePageComponent {
|
|
|
28
28
|
private _isLoading;
|
|
29
29
|
get isLoading(): boolean;
|
|
30
30
|
set isLoading(v: boolean);
|
|
31
|
+
private _isPopup;
|
|
32
|
+
get isPopup(): boolean;
|
|
31
33
|
onClosed: EventEmitter<AXPageCloseEvent>;
|
|
32
34
|
close(data?: any): void;
|
|
33
35
|
onClosing(e: AXPageClosing): void | Promise<void>;
|
package/lib/page/index.d.ts
CHANGED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { TemplateRef } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class AXPageHeaderComponent {
|
|
4
|
+
template: TemplateRef<any>;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXPageHeaderComponent, never>;
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXPageHeaderComponent, "ax-page-header", never, {}, {}, never, ["ax-prefix", "ax-suffix"]>;
|
|
7
|
+
}
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./page-footer.component";
|
|
3
|
+
import * as i2 from "./page-header.component";
|
|
3
4
|
export declare class AXPageModule {
|
|
4
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXPageModule, never>;
|
|
5
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AXPageModule, [typeof i1.AXPageFooterComponent], never, [typeof i1.AXPageFooterComponent]>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXPageModule, [typeof i1.AXPageFooterComponent, typeof i2.AXPageHeaderComponent], never, [typeof i1.AXPageFooterComponent, typeof i2.AXPageHeaderComponent]>;
|
|
6
7
|
static ɵinj: i0.ɵɵInjectorDeclaration<AXPageModule>;
|
|
7
8
|
}
|
|
@@ -33,5 +33,5 @@ export declare class AXSelectBoxComponent extends AXBaseSelectionDropdownMixin {
|
|
|
33
33
|
private _focusSelectedItem;
|
|
34
34
|
private _selectedItemByIndex;
|
|
35
35
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXSelectBoxComponent, never>;
|
|
36
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AXSelectBoxComponent, "ax-select-box", never, { "isOpen": "isOpen"; "fitParent": "fitParent"; "dropdownWidth": "dropdownWidth"; "position": "position"; "disabled": "disabled"; "tabIndex": "tabIndex"; "readonly": "readonly"; "allowNull": "allowNull"; "value": "value"; "debounceTime": "debounceTime"; "name": "name"; "checked": "checked"; "placeholder": "placeholder"; "maxLength": "maxLength"; "
|
|
36
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXSelectBoxComponent, "ax-select-box", never, { "isOpen": "isOpen"; "fitParent": "fitParent"; "dropdownWidth": "dropdownWidth"; "position": "position"; "disabled": "disabled"; "tabIndex": "tabIndex"; "readonly": "readonly"; "allowNull": "allowNull"; "value": "value"; "debounceTime": "debounceTime"; "name": "name"; "checked": "checked"; "placeholder": "placeholder"; "maxLength": "maxLength"; "pageSize": "pageSize"; "valueField": "valueField"; "textField": "textField"; "items": "items"; "disabledField": "disabledField"; "disabledCallback": "disabledCallback"; "multiple": "multiple"; "selectionMode": "selectionMode"; "checkbox": "checkbox"; }, { "onOpened": "onOpened"; "onClosed": "onClosed"; "onBlur": "onBlur"; "onFocus": "onFocus"; "valueChange": "valueChange"; "onValueChanged": "onValueChanged"; "valueChanged": "valueChanged"; }, never, ["ax-prefix", "ax-validation-rule", "ax-suffix"]>;
|
|
37
37
|
}
|
|
@@ -5,12 +5,14 @@ import * as i3 from "@angular/forms";
|
|
|
5
5
|
import * as i4 from "../checkbox/checkbox.module";
|
|
6
6
|
import * as i5 from "../badge/badge.module";
|
|
7
7
|
import * as i6 from "../decorators/decorators.module";
|
|
8
|
-
import * as i7 from "
|
|
9
|
-
import * as i8 from "../
|
|
10
|
-
import * as i9 from "../
|
|
11
|
-
import * as i10 from "../
|
|
8
|
+
import * as i7 from "@acorex/core";
|
|
9
|
+
import * as i8 from "../icon/icon.module";
|
|
10
|
+
import * as i9 from "../popover/popover.module";
|
|
11
|
+
import * as i10 from "../button/button.module";
|
|
12
|
+
import * as i11 from "../label/label.module";
|
|
13
|
+
import * as i12 from "../loading/loading.module";
|
|
12
14
|
export declare class AXSelectBoxModule {
|
|
13
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXSelectBoxModule, never>;
|
|
14
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AXSelectBoxModule, [typeof i1.AXSelectBoxComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i4.AXCheckBoxModule, typeof i5.AXBadgeModule, typeof i6.AXEditorDecoratorModule, typeof i7.
|
|
16
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXSelectBoxModule, [typeof i1.AXSelectBoxComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i4.AXCheckBoxModule, typeof i5.AXBadgeModule, typeof i6.AXEditorDecoratorModule, typeof i7.AXTranslationModule, typeof i8.AXIconModule, typeof i9.AXPopoverModule, typeof i10.AXButtonModule, typeof i11.AXLabelModule, typeof i12.AXLoadingModule], [typeof i1.AXSelectBoxComponent]>;
|
|
15
17
|
static ɵinj: i0.ɵɵInjectorDeclaration<AXSelectBoxModule>;
|
|
16
18
|
}
|
|
@@ -2,9 +2,11 @@ import { ChangeDetectorRef, ElementRef } from '@angular/core';
|
|
|
2
2
|
import { AXBaseValueComponentMixin } from '../base';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class AXSwitchComponent extends AXBaseValueComponentMixin {
|
|
5
|
+
uncheckedText: string;
|
|
6
|
+
checkedText: string;
|
|
7
|
+
loading: boolean;
|
|
5
8
|
constructor(elementRef: ElementRef, cdr: ChangeDetectorRef);
|
|
6
|
-
|
|
7
|
-
private get __hostClass();
|
|
9
|
+
_handleOnClickEvent(e: MouseEvent): void;
|
|
8
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXSwitchComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AXSwitchComponent, "ax-switch", never, { "disabled": "disabled"; "readonly": "readonly"; "tabIndex": "tabIndex"; "size": "size"; "cssClass": "cssClass"; "cssStyle": "cssStyle"; "allowNull": "allowNull"; "value": "value"; "debounceTime": "debounceTime"; "name": "name"; "checked": "checked"; }, { "onBlur": "onBlur"; "onFocus": "onFocus"; "valueChange": "valueChange"; "onValueChanged": "onValueChanged"; }, never, ["ax-
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXSwitchComponent, "ax-switch", never, { "disabled": "disabled"; "readonly": "readonly"; "tabIndex": "tabIndex"; "size": "size"; "cssClass": "cssClass"; "cssStyle": "cssStyle"; "allowNull": "allowNull"; "value": "value"; "debounceTime": "debounceTime"; "name": "name"; "checked": "checked"; "uncheckedText": "uncheckedText"; "checkedText": "checkedText"; "loading": "loading"; }, { "onBlur": "onBlur"; "onFocus": "onFocus"; "valueChange": "valueChange"; "onValueChanged": "onValueChanged"; }, never, ["ax-prefix", "ax-suffix"]>;
|
|
10
12
|
}
|
|
@@ -2,8 +2,9 @@ import * as i0 from "@angular/core";
|
|
|
2
2
|
import * as i1 from "./switch.component";
|
|
3
3
|
import * as i2 from "@angular/common";
|
|
4
4
|
import * as i3 from "@angular/forms";
|
|
5
|
+
import * as i4 from "../loading/loading.module";
|
|
5
6
|
export declare class AXSwitchModule {
|
|
6
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXSwitchModule, never>;
|
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AXSwitchModule, [typeof i1.AXSwitchComponent], [typeof i2.CommonModule, typeof i3.FormsModule], [typeof i1.AXSwitchComponent]>;
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXSwitchModule, [typeof i1.AXSwitchComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i4.AXLoadingModule], [typeof i1.AXSwitchComponent]>;
|
|
8
9
|
static ɵinj: i0.ɵɵInjectorDeclaration<AXSwitchModule>;
|
|
9
10
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { ChangeDetectorRef, ElementRef } from '@angular/core';
|
|
2
2
|
import { AXBaseTextBoxMixin } from '../base/mixin/mixin.class';
|
|
3
|
-
import { AXInputMaskComponent } from '../input-mask';
|
|
4
3
|
import * as i0 from "@angular/core";
|
|
5
4
|
/**
|
|
6
5
|
* The Textbox is a component which detects user interaction and triggers a corresponding event
|
|
@@ -8,12 +7,10 @@ import * as i0 from "@angular/core";
|
|
|
8
7
|
* @category Components
|
|
9
8
|
*/
|
|
10
9
|
export declare class AXTextBoxComponent extends AXBaseTextBoxMixin {
|
|
11
|
-
_contentMask: AXInputMaskComponent;
|
|
12
|
-
get hostClass(): string;
|
|
13
10
|
/**
|
|
14
11
|
* @ignore
|
|
15
12
|
*/
|
|
16
13
|
constructor(elementRef: ElementRef, cdr: ChangeDetectorRef);
|
|
17
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXTextBoxComponent, never>;
|
|
18
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AXTextBoxComponent, "ax-text-box", never, { "disabled": "disabled"; "
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXTextBoxComponent, "ax-text-box", never, { "disabled": "disabled"; "tabIndex": "tabIndex"; "readonly": "readonly"; "allowNull": "allowNull"; "value": "value"; "debounceTime": "debounceTime"; "name": "name"; "checked": "checked"; "placeholder": "placeholder"; "maxLength": "maxLength"; }, { "onBlur": "onBlur"; "onFocus": "onFocus"; "valueChange": "valueChange"; "onValueChanged": "onValueChanged"; }, never, ["ax-prefix", "ax-suffix", "ax-validation-rule", "ax-input-mask"]>;
|
|
19
16
|
}
|
package/package.json
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@acorex/components",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.41",
|
|
4
4
|
"peerDependencies": {
|
|
5
|
-
"@angular/common": "^13.
|
|
6
|
-
"@angular/core": "^13.
|
|
7
|
-
"@angular/cdk": "^13.
|
|
5
|
+
"@angular/common": "^13.2.0",
|
|
6
|
+
"@angular/core": "^13.2.0",
|
|
7
|
+
"@angular/cdk": "^13.2.0",
|
|
8
8
|
"@splidejs/splide": "^2.4.21",
|
|
9
|
-
"ngx-mask": "^12.0.0"
|
|
9
|
+
"ngx-mask": "^12.0.0",
|
|
10
|
+
"angular-imask": "^6.3.0-alpha.0"
|
|
10
11
|
},
|
|
11
12
|
"dependencies": {
|
|
12
13
|
"tslib": "^2.3.0"
|