@acorex/components 5.0.40 → 5.0.43
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/events.class.mjs +2 -2
- package/esm2020/lib/base/mixin/base-components.class.mjs +3 -3
- package/esm2020/lib/base/mixin/datalist-component.class.mjs +10 -5
- package/esm2020/lib/base/mixin/dropdown-mixin.class.mjs +3 -1
- package/esm2020/lib/base/mixin/interactive-mixin.class.mjs +7 -1
- package/esm2020/lib/base/mixin/mixin.class.mjs +3 -3
- package/esm2020/lib/base/mixin/selection-component.class.mjs +4 -1
- package/esm2020/lib/base/mixin/textbox-mixin.class.mjs +1 -9
- package/esm2020/lib/base/mixin/value-mixin.class.mjs +1 -1
- 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 +3 -3
- package/esm2020/lib/button/button.component.mjs +8 -11
- 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 +3 -3
- 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 +3 -3
- package/esm2020/lib/checkbox/checkbox.module.mjs +4 -4
- package/esm2020/lib/datalist/datalist.component.mjs +8 -6
- package/esm2020/lib/datalist/datalist.module.mjs +8 -6
- package/esm2020/lib/datepicker/datepicker.component.mjs +5 -5
- package/esm2020/lib/datepicker/datepicker.module.mjs +4 -4
- package/esm2020/lib/decorators/addon.component.mjs +3 -3
- package/esm2020/lib/decorators/content.component.mjs +3 -3
- package/esm2020/lib/decorators/decorators.module.mjs +4 -4
- package/esm2020/lib/decorators/header.component.mjs +3 -3
- package/esm2020/lib/decorators/prefix.component.mjs +3 -3
- package/esm2020/lib/decorators/suffix.component.mjs +3 -3
- 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 +3 -3
- 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 +3 -3
- 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 +3 -3
- package/esm2020/lib/icon/icon.module.mjs +4 -4
- package/esm2020/lib/input-mask/input-mask.component.mjs +3 -3
- package/esm2020/lib/input-mask/input-mask.module.mjs +4 -4
- 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 +3 -3
- package/esm2020/lib/loading/loading.component.mjs +3 -3
- package/esm2020/lib/loading/loading.directive.mjs +3 -3
- package/esm2020/lib/loading/loading.module.mjs +4 -4
- package/esm2020/lib/loading/loading.service.mjs +3 -3
- package/esm2020/lib/menu/index.mjs +3 -0
- package/esm2020/lib/menu/menu.component.mjs +56 -0
- package/esm2020/lib/menu/menu.module.mjs +22 -0
- package/esm2020/lib/number-box/number-box.component.mjs +19 -19
- package/esm2020/lib/number-box/number-box.module.mjs +4 -4
- 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 +5 -5
- package/esm2020/lib/password-box/password-box.module.mjs +4 -4
- package/esm2020/lib/popover/popover.component.mjs +13 -11
- 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/radio.component.mjs +3 -3
- package/esm2020/lib/radio/radio.module.mjs +4 -4
- 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 +73 -47
- package/esm2020/lib/selectbox/selectbox.module.mjs +7 -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/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/textarea/index.mjs +3 -0
- package/esm2020/lib/textarea/textarea.component.mjs +25 -0
- package/esm2020/lib/textarea/textarea.module.mjs +26 -0
- package/esm2020/lib/textbox/textbox.component.mjs +5 -5
- package/esm2020/lib/textbox/textbox.module.mjs +4 -4
- package/esm2020/lib/time-box/time-box.component.mjs +190 -60
- package/esm2020/lib/time-box/time-box.module.mjs +9 -9
- 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/treeview/index.mjs +3 -0
- package/esm2020/lib/treeview/tree-view.component.mjs +97 -0
- package/esm2020/lib/treeview/tree-view.module.mjs +20 -0
- package/esm2020/lib/validation/validation-rule.widget.mjs +3 -3
- package/esm2020/lib/validation/validation.module.mjs +4 -4
- package/esm2020/public-api.mjs +5 -3
- package/fesm2015/acorex-components.mjs +1917 -1523
- package/fesm2015/acorex-components.mjs.map +1 -1
- package/fesm2020/acorex-components.mjs +1917 -1530
- package/fesm2020/acorex-components.mjs.map +1 -1
- package/lib/base/events.class.d.ts +1 -1
- package/lib/base/mixin/datalist-component.class.d.ts +3 -3
- package/lib/base/mixin/interactive-mixin.class.d.ts +4 -0
- package/lib/base/mixin/mixin.class.d.ts +6 -1
- package/lib/base/mixin/selection-component.class.d.ts +1 -1
- package/lib/base/mixin/textbox-mixin.class.d.ts +1 -1
- package/lib/button/button-item.component.d.ts +1 -0
- package/lib/button/button.component.d.ts +1 -1
- package/lib/datalist/datalist.module.d.ts +3 -1
- package/lib/datepicker/datepicker.component.d.ts +2 -1
- package/lib/menu/index.d.ts +2 -0
- package/lib/menu/menu.component.d.ts +32 -0
- package/lib/menu/menu.module.d.ts +9 -0
- package/lib/number-box/number-box.component.d.ts +0 -1
- 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/popover/popover.component.d.ts +2 -2
- package/lib/selectbox/selectbox.component.d.ts +9 -2
- package/lib/selectbox/selectbox.module.d.ts +2 -1
- package/lib/switch/switch.component.d.ts +5 -3
- package/lib/switch/switch.module.d.ts +2 -1
- package/lib/textarea/index.d.ts +2 -0
- package/lib/textarea/textarea.component.d.ts +12 -0
- package/lib/textarea/textarea.module.d.ts +9 -0
- package/lib/time-box/time-box.component.d.ts +23 -12
- package/lib/time-box/time-box.module.d.ts +2 -2
- package/lib/treeview/index.d.ts +2 -0
- package/lib/treeview/tree-view.component.d.ts +24 -0
- package/lib/treeview/tree-view.module.d.ts +9 -0
- package/package.json +1 -1
- package/public-api.d.ts +4 -2
- package/esm2020/lib/side-menu/index.mjs +0 -3
- package/esm2020/lib/side-menu/side-menu.component.mjs +0 -15
- package/esm2020/lib/side-menu/side-menu.module.mjs +0 -21
- package/lib/side-menu/index.d.ts +0 -2
- package/lib/side-menu/side-menu.component.d.ts +0 -8
- package/lib/side-menu/side-menu.module.d.ts +0 -8
|
@@ -50,7 +50,7 @@ export declare class AXButtonClickEvent extends AXClickEvent {
|
|
|
50
50
|
* Fires each time the user click the element.
|
|
51
51
|
* @category Events
|
|
52
52
|
*/
|
|
53
|
-
export declare class AXItemClickEvent<T> extends
|
|
53
|
+
export declare class AXItemClickEvent<T> extends AXHtmlEvent<MouseEvent> {
|
|
54
54
|
item: T;
|
|
55
55
|
}
|
|
56
56
|
/**
|
|
@@ -3,9 +3,8 @@ import { Constructor } from './constratctor';
|
|
|
3
3
|
export declare function _DatalistComponenetMixin<TBase extends Constructor<AXBaseComponent>>(Base: TBase): {
|
|
4
4
|
new (...args: any[]): {
|
|
5
5
|
valueField: string;
|
|
6
|
-
textField: string
|
|
7
|
-
|
|
8
|
-
groupTextField: string | string[];
|
|
6
|
+
textField: string;
|
|
7
|
+
childrenField: string;
|
|
9
8
|
pageSize: number;
|
|
10
9
|
"__#2@#currentPage": number;
|
|
11
10
|
"__#2@#isLoading": boolean;
|
|
@@ -23,6 +22,7 @@ export declare function _DatalistComponenetMixin<TBase extends Constructor<AXBas
|
|
|
23
22
|
_onDataLoaded(): void;
|
|
24
23
|
_getItemDisplayTextTemplte(item: any): any;
|
|
25
24
|
_trackByFunction(item: any): any;
|
|
25
|
+
refresh(): void;
|
|
26
26
|
id: string;
|
|
27
27
|
rtl: boolean;
|
|
28
28
|
cssClass: string;
|
|
@@ -29,6 +29,10 @@ export declare function _InteractiveComponenetMixin<TBase extends Constructor<AX
|
|
|
29
29
|
* Focuses the component.
|
|
30
30
|
*/
|
|
31
31
|
focus(): void;
|
|
32
|
+
/**
|
|
33
|
+
* Check component is focused or has any focused element.
|
|
34
|
+
*/
|
|
35
|
+
hasFocus(): boolean;
|
|
32
36
|
id: string;
|
|
33
37
|
rtl: boolean;
|
|
34
38
|
cssClass: string;
|
|
@@ -117,6 +117,7 @@ export declare const AXInteractiveComponenetMixin: {
|
|
|
117
117
|
onBlur: import("@angular/core").EventEmitter<import("@acorex/components").AXFocusEvent>;
|
|
118
118
|
_emitOnBlurEvent(e: FocusEvent): void;
|
|
119
119
|
focus(): void;
|
|
120
|
+
hasFocus(): boolean;
|
|
120
121
|
id: string;
|
|
121
122
|
rtl: boolean;
|
|
122
123
|
cssClass: string;
|
|
@@ -178,6 +179,7 @@ export declare const AXBaseClickableMixin: {
|
|
|
178
179
|
onBlur: import("@angular/core").EventEmitter<import("@acorex/components").AXFocusEvent>;
|
|
179
180
|
_emitOnBlurEvent(e: FocusEvent): void;
|
|
180
181
|
focus(): void;
|
|
182
|
+
hasFocus(): boolean;
|
|
181
183
|
id: string;
|
|
182
184
|
rtl: boolean;
|
|
183
185
|
cssClass: string;
|
|
@@ -267,6 +269,7 @@ export declare const AXBaseButtonMixin: {
|
|
|
267
269
|
onBlur: import("@angular/core").EventEmitter<import("@acorex/components").AXFocusEvent>;
|
|
268
270
|
_emitOnBlurEvent(e: FocusEvent): void;
|
|
269
271
|
focus(): void;
|
|
272
|
+
hasFocus(): boolean;
|
|
270
273
|
id: string;
|
|
271
274
|
rtl: boolean;
|
|
272
275
|
cssClass: string;
|
|
@@ -404,6 +407,7 @@ export declare const AXBaseTextBoxMixin: {
|
|
|
404
407
|
onBlur: import("@angular/core").EventEmitter<import("@acorex/components").AXFocusEvent>;
|
|
405
408
|
_emitOnBlurEvent(e: FocusEvent): void;
|
|
406
409
|
focus(): void;
|
|
410
|
+
hasFocus(): boolean;
|
|
407
411
|
id: string;
|
|
408
412
|
rtl: boolean;
|
|
409
413
|
cssClass: string;
|
|
@@ -481,7 +485,7 @@ export declare const AXBaseTextBoxMixin: {
|
|
|
481
485
|
new (...args: any[]): {
|
|
482
486
|
placeholder: string;
|
|
483
487
|
maxLength: number;
|
|
484
|
-
autoComplete:
|
|
488
|
+
autoComplete: string;
|
|
485
489
|
onKeyDown: import("@angular/core").EventEmitter<import("@acorex/components").AXHtmlEvent<KeyboardEvent>>;
|
|
486
490
|
_emitOnKeydownEvent(e: KeyboardEvent): void;
|
|
487
491
|
id: string;
|
|
@@ -549,6 +553,7 @@ export declare const AXBaseDropdownMixin: {
|
|
|
549
553
|
onBlur: import("@angular/core").EventEmitter<import("@acorex/components").AXFocusEvent>;
|
|
550
554
|
_emitOnBlurEvent(e: FocusEvent): void;
|
|
551
555
|
focus(): void;
|
|
556
|
+
hasFocus(): boolean;
|
|
552
557
|
id: string;
|
|
553
558
|
rtl: boolean;
|
|
554
559
|
cssClass: string;
|
|
@@ -5,7 +5,7 @@ import { Constructor } from './constratctor';
|
|
|
5
5
|
export declare function _SelectionComponenetMixin<TBase extends Constructor<AXBaseComponent>>(Base: TBase): {
|
|
6
6
|
new (...args: any[]): {
|
|
7
7
|
valueField: string;
|
|
8
|
-
textField: string
|
|
8
|
+
textField: string;
|
|
9
9
|
disabledField: string;
|
|
10
10
|
disabledCallback: (e: {
|
|
11
11
|
item: any;
|
|
@@ -11,6 +11,7 @@ export declare const AXBaseItemButtonMixin: (abstract new (...args: any[]) => {
|
|
|
11
11
|
onBlur: import("@angular/core").EventEmitter<import("../base").AXFocusEvent>;
|
|
12
12
|
_emitOnBlurEvent(e: FocusEvent): void;
|
|
13
13
|
focus(): void;
|
|
14
|
+
hasFocus(): boolean;
|
|
14
15
|
id: string;
|
|
15
16
|
rtl: boolean;
|
|
16
17
|
cssClass: string;
|
|
@@ -11,7 +11,7 @@ export declare class AXButtonComponent extends AXBaseButtonMixin {
|
|
|
11
11
|
* @ignore
|
|
12
12
|
*/
|
|
13
13
|
constructor(elementRef: ElementRef, cdr: ChangeDetectorRef);
|
|
14
|
-
onKeydownHandler(e: KeyboardEvent):
|
|
14
|
+
onKeydownHandler(e: KeyboardEvent): void;
|
|
15
15
|
_emitOnClickEvent(e: MouseEvent): void;
|
|
16
16
|
_emitOnFocusEvent(e: MouseEvent): void;
|
|
17
17
|
_emitOnBlurEvent(e: MouseEvent): void;
|
|
@@ -2,8 +2,10 @@ import * as i0 from "@angular/core";
|
|
|
2
2
|
import * as i1 from "./datalist.component";
|
|
3
3
|
import * as i2 from "@angular/common";
|
|
4
4
|
import * as i3 from "../button/button.module";
|
|
5
|
+
import * as i4 from "../loading/loading.module";
|
|
6
|
+
import * as i5 from "@acorex/core";
|
|
5
7
|
export declare class AXDataListModule {
|
|
6
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXDataListModule, never>;
|
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AXDataListModule, [typeof i1.AXDataListComponent], [typeof i2.CommonModule, typeof i3.AXButtonModule], [typeof i1.AXDataListComponent]>;
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXDataListModule, [typeof i1.AXDataListComponent], [typeof i2.CommonModule, typeof i3.AXButtonModule, typeof i4.AXLoadingModule, typeof i5.AXTranslationModule], [typeof i1.AXDataListComponent]>;
|
|
8
10
|
static ɵinj: i0.ɵɵInjectorDeclaration<AXDataListModule>;
|
|
9
11
|
}
|
|
@@ -15,6 +15,7 @@ export declare const AXBaseDatePickerMixin: (abstract new (...args: any[]) => {
|
|
|
15
15
|
onBlur: EventEmitter<import("../base").AXFocusEvent>;
|
|
16
16
|
_emitOnBlurEvent(e: FocusEvent): void;
|
|
17
17
|
focus(): void;
|
|
18
|
+
hasFocus(): boolean;
|
|
18
19
|
id: string;
|
|
19
20
|
rtl: boolean;
|
|
20
21
|
cssClass: string;
|
|
@@ -127,7 +128,7 @@ export declare const AXBaseDatePickerMixin: (abstract new (...args: any[]) => {
|
|
|
127
128
|
new (...args: any[]): {
|
|
128
129
|
placeholder: string;
|
|
129
130
|
maxLength: number;
|
|
130
|
-
autoComplete:
|
|
131
|
+
autoComplete: string;
|
|
131
132
|
onKeyDown: EventEmitter<import("../base").AXHtmlEvent<KeyboardEvent>>;
|
|
132
133
|
_emitOnKeydownEvent(e: KeyboardEvent): void;
|
|
133
134
|
id: string;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { ElementRef, ChangeDetectorRef, EventEmitter } from '@angular/core';
|
|
2
|
+
import { AXBaseComponentMixin, AXItemClickEvent } from '../base';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export interface AXMenuItems {
|
|
5
|
+
id?: string;
|
|
6
|
+
name?: string;
|
|
7
|
+
text?: string;
|
|
8
|
+
tooltip?: string;
|
|
9
|
+
parentId?: string;
|
|
10
|
+
icon?: string;
|
|
11
|
+
visible?: boolean;
|
|
12
|
+
disable?: boolean;
|
|
13
|
+
selected?: boolean;
|
|
14
|
+
data?: any;
|
|
15
|
+
style?: string;
|
|
16
|
+
children?: AXMenuItems[];
|
|
17
|
+
isOpen?: boolean;
|
|
18
|
+
isActive?: boolean;
|
|
19
|
+
onClick?: (e?: any) => void;
|
|
20
|
+
}
|
|
21
|
+
export declare class AXMenuComponent extends AXBaseComponentMixin {
|
|
22
|
+
private elementRef;
|
|
23
|
+
private cdr;
|
|
24
|
+
constructor(elementRef: ElementRef, cdr: ChangeDetectorRef);
|
|
25
|
+
items: AXMenuItems[];
|
|
26
|
+
onMenuItemClick: EventEmitter<AXItemClickEvent<AXMenuItems>>;
|
|
27
|
+
onMenuClick(e: MouseEvent, item: AXMenuItems): void;
|
|
28
|
+
notActive(items: AXMenuItems[]): void;
|
|
29
|
+
closeChild(items: AXMenuItems[]): void;
|
|
30
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXMenuComponent, never>;
|
|
31
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXMenuComponent, "ax-menu", never, { "items": "items"; }, { "onMenuItemClick": "onMenuItemClick"; }, never, never>;
|
|
32
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./menu.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "../icon/icon.module";
|
|
5
|
+
export declare class AXMenuModule {
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXMenuModule, never>;
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXMenuModule, [typeof i1.AXMenuComponent], [typeof i2.CommonModule, typeof i3.AXIconModule], [typeof i1.AXMenuComponent]>;
|
|
8
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AXMenuModule>;
|
|
9
|
+
}
|
|
@@ -60,7 +60,6 @@ export declare class AXNumberBoxComponent extends AXBaseTextBoxMixin {
|
|
|
60
60
|
* @ignore
|
|
61
61
|
*/
|
|
62
62
|
constructor(elementRef: ElementRef, cdr: ChangeDetectorRef);
|
|
63
|
-
private toNum;
|
|
64
63
|
onViewInit(): void;
|
|
65
64
|
_onOptionChanged(option: AXComponentOptionChanged): void;
|
|
66
65
|
private _updateMask;
|
|
@@ -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
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { NgZone, ChangeDetectorRef, TemplateRef, ElementRef, ViewContainerRef, EventEmitter } from '@angular/core';
|
|
2
|
-
import { AXBaseComponent, AXConnectedPosition, AXEvent } from '../base';
|
|
2
|
+
import { AXBaseComponent, AXConnectedPosition, AXEvent, AXInteractiveComponenetMixin } from '../base';
|
|
3
3
|
import { Overlay, OverlayRef } from '@angular/cdk/overlay';
|
|
4
4
|
import { AXPlatform } from '@acorex/core';
|
|
5
5
|
import { TemplatePortal } from '@angular/cdk/portal';
|
|
6
6
|
import { Subscription } from 'rxjs';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
|
-
export declare class AXPopoverComponent extends
|
|
8
|
+
export declare class AXPopoverComponent extends AXInteractiveComponenetMixin {
|
|
9
9
|
private _elementRef;
|
|
10
10
|
_cdr: ChangeDetectorRef;
|
|
11
11
|
private _zone;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { AXPlatform } from '@acorex/core';
|
|
2
|
-
import { ChangeDetectorRef, ElementRef, NgZone } from '@angular/core';
|
|
2
|
+
import { ChangeDetectorRef, ElementRef, NgZone, TemplateRef } from '@angular/core';
|
|
3
3
|
import { AXBaseSelectionDropdownMixin, AXClickEvent } from '../base';
|
|
4
4
|
import { AXPopoverComponent } from '../popover';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
@@ -12,8 +12,11 @@ export declare class AXSelectBoxComponent extends AXBaseSelectionDropdownMixin {
|
|
|
12
12
|
_target: HTMLDivElement;
|
|
13
13
|
_popoverTitle: string;
|
|
14
14
|
_popoverWidth: number;
|
|
15
|
+
clearButton: boolean;
|
|
15
16
|
checkbox: boolean;
|
|
16
17
|
private listContainer;
|
|
18
|
+
private _contentEmptyTemplate;
|
|
19
|
+
get emptyTemplate(): TemplateRef<any>;
|
|
17
20
|
_currentfocusedIndex: number;
|
|
18
21
|
_isMobile: boolean;
|
|
19
22
|
constructor(_elementRef: ElementRef<HTMLDivElement>, _cdr: ChangeDetectorRef, _zone: NgZone, _platform: AXPlatform);
|
|
@@ -21,17 +24,21 @@ export declare class AXSelectBoxComponent extends AXBaseSelectionDropdownMixin {
|
|
|
21
24
|
_handleInputClickEvent(e: MouseEvent): void;
|
|
22
25
|
onInit(): void;
|
|
23
26
|
onViewInit(): void;
|
|
27
|
+
refresh(): void;
|
|
24
28
|
_handleOnItemClick(e: MouseEvent, item: any): void;
|
|
25
29
|
_handleListScroll(e: Event): void;
|
|
26
30
|
private _checkForLoadData;
|
|
27
31
|
_onDataLoaded(): void;
|
|
32
|
+
_onValueChanged(oldValue: any, newValue: any): void;
|
|
28
33
|
_handleOnRemoveItemClick(e: MouseEvent, item: any): void;
|
|
29
34
|
_handleBadgeRemove(e: MouseEvent, item: any): void;
|
|
30
35
|
_handleKeydown(e: KeyboardEvent): void;
|
|
36
|
+
_handlePopoverKeydown(e: KeyboardEvent): void;
|
|
37
|
+
_handlePopupOnOpened(e: any): void;
|
|
31
38
|
private _focusItemByNav;
|
|
32
39
|
private _focusItemByIndex;
|
|
33
40
|
private _focusSelectedItem;
|
|
34
41
|
private _selectedItemByIndex;
|
|
35
42
|
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"; "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"; },
|
|
43
|
+
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"; "clearButton": "clearButton"; "checkbox": "checkbox"; }, { "onOpened": "onOpened"; "onClosed": "onClosed"; "onBlur": "onBlur"; "onFocus": "onFocus"; "valueChange": "valueChange"; "onValueChanged": "onValueChanged"; "valueChanged": "valueChanged"; }, ["_contentEmptyTemplate"], ["ax-prefix", "ax-validation-rule", "ax-suffix"]>;
|
|
37
44
|
}
|
|
@@ -11,8 +11,9 @@ import * as i9 from "../popover/popover.module";
|
|
|
11
11
|
import * as i10 from "../button/button.module";
|
|
12
12
|
import * as i11 from "../label/label.module";
|
|
13
13
|
import * as i12 from "../loading/loading.module";
|
|
14
|
+
import * as i13 from "@angular/cdk/a11y";
|
|
14
15
|
export declare class AXSelectBoxModule {
|
|
15
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXSelectBoxModule, never>;
|
|
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]>;
|
|
17
|
+
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 i13.A11yModule], [typeof i1.AXSelectBoxComponent]>;
|
|
17
18
|
static ɵinj: i0.ɵɵInjectorDeclaration<AXSelectBoxModule>;
|
|
18
19
|
}
|
|
@@ -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
|
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { ChangeDetectorRef, ElementRef } from '@angular/core';
|
|
2
|
+
import { AXBaseTextBoxMixin } from '../base';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class AXTextareaComponent extends AXBaseTextBoxMixin {
|
|
5
|
+
rows: number;
|
|
6
|
+
/**
|
|
7
|
+
* @ignore
|
|
8
|
+
*/
|
|
9
|
+
constructor(elementRef: ElementRef, cdr: ChangeDetectorRef);
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXTextareaComponent, never>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXTextareaComponent, "ax-textarea", never, { "disabled": "disabled"; "tabIndex": "tabIndex"; "readonly": "readonly"; "allowNull": "allowNull"; "value": "value"; "debounceTime": "debounceTime"; "name": "name"; "checked": "checked"; "placeholder": "placeholder"; "maxLength": "maxLength"; "rows": "rows"; }, { "onBlur": "onBlur"; "onFocus": "onFocus"; "valueChange": "valueChange"; "onValueChanged": "onValueChanged"; }, never, ["ax-prefix"]>;
|
|
12
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./textarea.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "@angular/forms";
|
|
5
|
+
export declare class AXTextareaModule {
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXTextareaModule, never>;
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXTextareaModule, [typeof i1.AXTextareaComponent], [typeof i2.CommonModule, typeof i3.FormsModule], [typeof i1.AXTextareaComponent]>;
|
|
8
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AXTextareaModule>;
|
|
9
|
+
}
|
|
@@ -1,29 +1,40 @@
|
|
|
1
1
|
import { ElementRef, ChangeDetectorRef, EventEmitter } from '@angular/core';
|
|
2
|
-
import
|
|
3
|
-
import { AXBaseTextBoxMixin } from '../base';
|
|
2
|
+
import IMask from 'imask';
|
|
3
|
+
import { AXBaseTextBoxMixin, AXComponentOptionChanged } from '../base';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
|
+
export declare type AX_TIME_FORMAT = 'HH:mm' | 'HH:mm:ss';
|
|
5
6
|
export declare class AXTimeBoxComponent extends AXBaseTextBoxMixin {
|
|
6
7
|
private cdr;
|
|
7
|
-
private _maskService;
|
|
8
|
-
get hostClass(): string;
|
|
9
8
|
private _minValue;
|
|
10
9
|
get minValue(): Date;
|
|
11
10
|
set minValue(v: Date);
|
|
12
11
|
private _maxValue;
|
|
13
12
|
get maxValue(): Date;
|
|
14
13
|
set maxValue(v: Date);
|
|
15
|
-
|
|
14
|
+
formatChange: EventEmitter<string>;
|
|
15
|
+
private _format;
|
|
16
|
+
get format(): AX_TIME_FORMAT;
|
|
17
|
+
set format(v: AX_TIME_FORMAT);
|
|
16
18
|
displayTextChange: EventEmitter<string>;
|
|
17
19
|
private _displayText;
|
|
18
20
|
get displayText(): string;
|
|
19
21
|
set displayText(v: string);
|
|
20
|
-
|
|
22
|
+
/**
|
|
23
|
+
* @ignore
|
|
24
|
+
*/
|
|
25
|
+
_maskObj: IMask.MaskedPattern;
|
|
26
|
+
private _maskDirective;
|
|
27
|
+
constructor(elementRef: ElementRef, cdr: ChangeDetectorRef);
|
|
28
|
+
onViewInit(): void;
|
|
29
|
+
_onValueChanged(oldValue?: any, newValue?: any): void;
|
|
30
|
+
_updateText(): void;
|
|
31
|
+
_onOptionChanged(option: AXComponentOptionChanged): void;
|
|
32
|
+
private _updateMask;
|
|
21
33
|
_handleOnKeydownEvent(e: KeyboardEvent): void;
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
_handleOnBlurEvent(e: FocusEvent): void;
|
|
34
|
+
_handleKeyUpEvent(e: KeyboardEvent): void;
|
|
35
|
+
_emitOnFocusEvent(e: FocusEvent): void;
|
|
36
|
+
_handleOnInputClickEvent(e: MouseEvent): void;
|
|
37
|
+
private _highlightPart;
|
|
27
38
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXTimeBoxComponent, never>;
|
|
28
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AXTimeBoxComponent, "ax-time-box", never, { "disabled": "disabled"; "readonly": "readonly"; "tabIndex": "tabIndex"; "size": "size"; "value": "value"; "placeholder": "placeholder"; "maxLength": "maxLength"; "allowNull": "allowNull"; "debounceTime": "debounceTime"; "name": "name"; "checked": "checked"; "minValue": "minValue"; "maxValue": "maxValue"; "format": "format"; "displayText": "displayText"; }, { "valueChange": "valueChange"; "onValueChanged": "onValueChanged"; "onBlur": "onBlur"; "onFocus": "onFocus"; "displayTextChange": "displayTextChange"; }, never, ["ax-prefix", "ax-suffix", "ax-validation-rule"]>;
|
|
39
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXTimeBoxComponent, "ax-time-box", never, { "disabled": "disabled"; "readonly": "readonly"; "tabIndex": "tabIndex"; "size": "size"; "value": "value"; "placeholder": "placeholder"; "maxLength": "maxLength"; "allowNull": "allowNull"; "debounceTime": "debounceTime"; "name": "name"; "checked": "checked"; "minValue": "minValue"; "maxValue": "maxValue"; "format": "format"; "displayText": "displayText"; }, { "valueChange": "valueChange"; "onValueChanged": "onValueChanged"; "onBlur": "onBlur"; "onFocus": "onFocus"; "formatChange": "formatChange"; "displayTextChange": "displayTextChange"; }, never, ["ax-prefix", "ax-suffix", "ax-validation-rule"]>;
|
|
29
40
|
}
|
|
@@ -3,9 +3,9 @@ import * as i1 from "./time-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 "angular-imask";
|
|
7
7
|
export declare class AXTimeBoxModule {
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXTimeBoxModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AXTimeBoxModule, [typeof i1.AXTimeBoxComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i4.AXButtonModule, typeof i5.
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXTimeBoxModule, [typeof i1.AXTimeBoxComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i4.AXButtonModule, typeof i5.IMaskModule], [typeof i1.AXTimeBoxComponent]>;
|
|
10
10
|
static ɵinj: i0.ɵɵInjectorDeclaration<AXTimeBoxModule>;
|
|
11
11
|
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class AXTreeViewComponent implements OnInit {
|
|
4
|
+
constructor();
|
|
5
|
+
ngOnInit(): void;
|
|
6
|
+
list: {
|
|
7
|
+
title: string;
|
|
8
|
+
children: {
|
|
9
|
+
title: string;
|
|
10
|
+
children: {
|
|
11
|
+
title: string;
|
|
12
|
+
children: {
|
|
13
|
+
title: string;
|
|
14
|
+
children: {
|
|
15
|
+
title: string;
|
|
16
|
+
children: any[];
|
|
17
|
+
}[];
|
|
18
|
+
}[];
|
|
19
|
+
}[];
|
|
20
|
+
}[];
|
|
21
|
+
}[];
|
|
22
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXTreeViewComponent, never>;
|
|
23
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXTreeViewComponent, "ax-tree-view", never, {}, {}, never, never>;
|
|
24
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./tree-view.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "../checkbox/checkbox.module";
|
|
5
|
+
export declare class AXTreeViewModule {
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXTreeViewModule, never>;
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXTreeViewModule, [typeof i1.AXTreeViewComponent], [typeof i2.CommonModule, typeof i3.AXCheckBoxModule], [typeof i1.AXTreeViewComponent]>;
|
|
8
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AXTreeViewModule>;
|
|
9
|
+
}
|
package/package.json
CHANGED
package/public-api.d.ts
CHANGED
|
@@ -21,6 +21,7 @@ export * from "./lib/icon";
|
|
|
21
21
|
export * from "./lib/input-mask";
|
|
22
22
|
export * from "./lib/label";
|
|
23
23
|
export * from "./lib/loading";
|
|
24
|
+
export * from "./lib/menu";
|
|
24
25
|
export * from "./lib/number-box";
|
|
25
26
|
export * from "./lib/page";
|
|
26
27
|
export * from "./lib/password-box";
|
|
@@ -30,11 +31,12 @@ export * from "./lib/radio";
|
|
|
30
31
|
export * from "./lib/range-slider";
|
|
31
32
|
export * from "./lib/selectbox";
|
|
32
33
|
export * from "./lib/selection-list";
|
|
33
|
-
export * from "./lib/side-menu";
|
|
34
34
|
export * from "./lib/switch";
|
|
35
35
|
export * from "./lib/tabs";
|
|
36
|
+
export * from "./lib/textarea";
|
|
37
|
+
export * from "./lib/textbox";
|
|
36
38
|
export * from "./lib/time-box";
|
|
37
39
|
export * from "./lib/toast";
|
|
38
40
|
export * from "./lib/tooltip";
|
|
39
|
-
export * from "./lib/
|
|
41
|
+
export * from "./lib/treeview";
|
|
40
42
|
export * from "./lib/validation";
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
export * from './side-menu.component';
|
|
2
|
-
export * from './side-menu.module';
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9hY29yZXgvY29tcG9uZW50cy9zcmMvbGliL3NpZGUtbWVudS9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLHVCQUF1QixDQUFDO0FBQ3RDLGNBQWMsb0JBQW9CLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL3NpZGUtbWVudS5jb21wb25lbnQnO1xyXG5leHBvcnQgKiBmcm9tICcuL3NpZGUtbWVudS5tb2R1bGUnO1xyXG4iXX0=
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { Component, ViewEncapsulation, ChangeDetectionStrategy } from '@angular/core';
|
|
2
|
-
import { AXBaseComponentMixin } from '../base';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export class AXSideMenuComponent extends AXBaseComponentMixin {
|
|
5
|
-
constructor(elementRef, cdr) {
|
|
6
|
-
super(elementRef, cdr);
|
|
7
|
-
}
|
|
8
|
-
}
|
|
9
|
-
AXSideMenuComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: AXSideMenuComponent, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
10
|
-
AXSideMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: AXSideMenuComponent, selector: "ax-side-menu", host: { classAttribute: "ax-side-menu" }, usesInheritance: true, ngImport: i0, template: "\r\n<div>Hi ax-side-menu</div>\r\n", changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
|
|
11
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: AXSideMenuComponent, decorators: [{
|
|
12
|
-
type: Component,
|
|
13
|
-
args: [{ selector: 'ax-side-menu', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, host: { class: 'ax-side-menu' }, template: "\r\n<div>Hi ax-side-menu</div>\r\n" }]
|
|
14
|
-
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.ChangeDetectorRef }]; } });
|
|
15
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2lkZS1tZW51LmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2Fjb3JleC9jb21wb25lbnRzL3NyYy9saWIvc2lkZS1tZW51L3NpZGUtbWVudS5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9hY29yZXgvY29tcG9uZW50cy9zcmMvbGliL3NpZGUtbWVudS9zaWRlLW1lbnUuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxpQkFBaUIsRUFBRSx1QkFBdUIsRUFBaUMsTUFBTSxlQUFlLENBQUM7QUFDckgsT0FBTyxFQUFFLG9CQUFvQixFQUFFLE1BQU0sU0FBUyxDQUFDOztBQVMvQyxNQUFNLE9BQU8sbUJBQW9CLFNBQVEsb0JBQW9CO0lBRXpELFlBQ0ksVUFBc0IsRUFDdEIsR0FBc0I7UUFFdEIsS0FBSyxDQUFDLFVBQVUsRUFBRSxHQUFHLENBQUMsQ0FBQztJQUMzQixDQUFDOztnSEFQUSxtQkFBbUI7b0dBQW5CLG1CQUFtQixxSENWaEMsb0NBRUE7MkZEUWEsbUJBQW1CO2tCQVAvQixTQUFTOytCQUNJLGNBQWMsbUJBRVAsdUJBQXVCLENBQUMsTUFBTSxpQkFDaEMsaUJBQWlCLENBQUMsSUFBSSxRQUM5QixFQUFFLEtBQUssRUFBRSxjQUFjLEVBQUUiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIFZpZXdFbmNhcHN1bGF0aW9uLCBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSwgRWxlbWVudFJlZiwgQ2hhbmdlRGV0ZWN0b3JSZWYgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuaW1wb3J0IHsgQVhCYXNlQ29tcG9uZW50TWl4aW4gfSBmcm9tICcuLi9iYXNlJztcclxuXHJcbkBDb21wb25lbnQoe1xyXG4gICAgc2VsZWN0b3I6ICdheC1zaWRlLW1lbnUnLFxyXG4gICAgdGVtcGxhdGVVcmw6ICcuL3NpZGUtbWVudS5jb21wb25lbnQuaHRtbCcsXHJcbiAgICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcclxuICAgIGVuY2Fwc3VsYXRpb246IFZpZXdFbmNhcHN1bGF0aW9uLk5vbmUsXHJcbiAgICBob3N0IDogeyBjbGFzczogJ2F4LXNpZGUtbWVudScgfVxyXG59KVxyXG5leHBvcnQgY2xhc3MgQVhTaWRlTWVudUNvbXBvbmVudCBleHRlbmRzIEFYQmFzZUNvbXBvbmVudE1peGluIHtcclxuXHJcbiAgICBjb25zdHJ1Y3RvcihcclxuICAgICAgICBlbGVtZW50UmVmOiBFbGVtZW50UmVmLCBcclxuICAgICAgICBjZHI6IENoYW5nZURldGVjdG9yUmVmXHJcbiAgICApIHtcclxuICAgICAgICBzdXBlcihlbGVtZW50UmVmLCBjZHIpO1xyXG4gICAgfVxyXG5cclxufVxyXG4iLCJcclxuPGRpdj5IaSBheC1zaWRlLW1lbnU8L2Rpdj5cclxuIl19
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { NgModule } from '@angular/core';
|
|
2
|
-
import { CommonModule } from '@angular/common';
|
|
3
|
-
import { AXSideMenuComponent } from './side-menu.component';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
const COMPONENT = [AXSideMenuComponent];
|
|
6
|
-
const MODULES = [CommonModule];
|
|
7
|
-
export class AXSideMenuModule {
|
|
8
|
-
}
|
|
9
|
-
AXSideMenuModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: AXSideMenuModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
10
|
-
AXSideMenuModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: AXSideMenuModule, declarations: [AXSideMenuComponent], imports: [CommonModule], exports: [AXSideMenuComponent] });
|
|
11
|
-
AXSideMenuModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: AXSideMenuModule, providers: [], imports: [[...MODULES]] });
|
|
12
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: AXSideMenuModule, decorators: [{
|
|
13
|
-
type: NgModule,
|
|
14
|
-
args: [{
|
|
15
|
-
declarations: [...COMPONENT],
|
|
16
|
-
imports: [...MODULES],
|
|
17
|
-
exports: [...COMPONENT],
|
|
18
|
-
providers: [],
|
|
19
|
-
}]
|
|
20
|
-
}] });
|
|
21
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2lkZS1tZW51Lm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2Fjb3JleC9jb21wb25lbnRzL3NyYy9saWIvc2lkZS1tZW51L3NpZGUtbWVudS5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6QyxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLG1CQUFtQixFQUFFLE1BQU0sdUJBQXVCLENBQUM7O0FBRTVELE1BQU0sU0FBUyxHQUFHLENBQUMsbUJBQW1CLENBQUMsQ0FBQztBQUN4QyxNQUFNLE9BQU8sR0FBRyxDQUFDLFlBQVksQ0FBQyxDQUFDO0FBUS9CLE1BQU0sT0FBTyxnQkFBZ0I7OzZHQUFoQixnQkFBZ0I7OEdBQWhCLGdCQUFnQixpQkFUVixtQkFBbUIsYUFDckIsWUFBWSxhQURWLG1CQUFtQjs4R0FTekIsZ0JBQWdCLGFBRmQsRUFBRSxZQUZKLENBQUMsR0FBRyxPQUFPLENBQUM7MkZBSVosZ0JBQWdCO2tCQU41QixRQUFRO21CQUFDO29CQUNOLFlBQVksRUFBRSxDQUFDLEdBQUcsU0FBUyxDQUFDO29CQUM1QixPQUFPLEVBQUUsQ0FBQyxHQUFHLE9BQU8sQ0FBQztvQkFDckIsT0FBTyxFQUFFLENBQUMsR0FBRyxTQUFTLENBQUM7b0JBQ3ZCLFNBQVMsRUFBRSxFQUFFO2lCQUNoQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcbmltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XHJcbmltcG9ydCB7IEFYU2lkZU1lbnVDb21wb25lbnQgfSBmcm9tICcuL3NpZGUtbWVudS5jb21wb25lbnQnO1xyXG5cclxuY29uc3QgQ09NUE9ORU5UID0gW0FYU2lkZU1lbnVDb21wb25lbnRdO1xyXG5jb25zdCBNT0RVTEVTID0gW0NvbW1vbk1vZHVsZV07XHJcblxyXG5ATmdNb2R1bGUoe1xyXG4gICAgZGVjbGFyYXRpb25zOiBbLi4uQ09NUE9ORU5UXSxcclxuICAgIGltcG9ydHM6IFsuLi5NT0RVTEVTXSxcclxuICAgIGV4cG9ydHM6IFsuLi5DT01QT05FTlRdLFxyXG4gICAgcHJvdmlkZXJzOiBbXSxcclxufSlcclxuZXhwb3J0IGNsYXNzIEFYU2lkZU1lbnVNb2R1bGUgeyB9XHJcbiJdfQ==
|
package/lib/side-menu/index.d.ts
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { ElementRef, ChangeDetectorRef } from '@angular/core';
|
|
2
|
-
import { AXBaseComponentMixin } from '../base';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class AXSideMenuComponent extends AXBaseComponentMixin {
|
|
5
|
-
constructor(elementRef: ElementRef, cdr: ChangeDetectorRef);
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AXSideMenuComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AXSideMenuComponent, "ax-side-menu", never, {}, {}, never, never>;
|
|
8
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./side-menu.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
export declare class AXSideMenuModule {
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AXSideMenuModule, never>;
|
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AXSideMenuModule, [typeof i1.AXSideMenuComponent], [typeof i2.CommonModule], [typeof i1.AXSideMenuComponent]>;
|
|
7
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<AXSideMenuModule>;
|
|
8
|
-
}
|