@acorex/components 6.0.2 → 6.0.8
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/README.md +24 -24
- package/alert/src/alert.component.d.ts +2 -3
- package/badge/src/badge.component.d.ts +1 -2
- package/breadcrumbs/src/breadcrumbs-item.component.d.ts +4 -6
- package/button/src/button-group.component.d.ts +4 -6
- package/button/src/button-item.component.d.ts +4 -6
- package/calendar/src/calendar.component.d.ts +1 -0
- package/color-picker/src/color-picker.component.d.ts +14 -21
- package/common/src/styles.class.d.ts +2 -2
- package/context-menu/index.d.ts +5 -0
- package/context-menu/public-api.d.ts +2 -0
- package/context-menu/src/context-menu.component.d.ts +34 -0
- package/context-menu/src/context-menu.module.d.ts +13 -0
- package/data-table/src/data-table.component.d.ts +3 -1
- package/date-picker/src/datepicker.component.d.ts +11 -14
- package/decorators/public-api.d.ts +0 -1
- package/decorators/src/decorators.module.d.ts +5 -6
- package/decorators/src/header.component.d.ts +1 -1
- package/esm2020/alert/src/alert.component.mjs +5 -4
- package/esm2020/button/src/button.component.mjs +1 -1
- package/esm2020/calendar/src/calendar.component.mjs +33 -5
- package/esm2020/checkbox/src/checkbox.component.mjs +3 -3
- package/esm2020/common/src/styles.class.mjs +13 -2
- package/esm2020/context-menu/acorex-components-context-menu.mjs +5 -0
- package/esm2020/context-menu/public-api.mjs +3 -0
- package/esm2020/context-menu/src/context-menu.component.mjs +257 -0
- package/esm2020/context-menu/src/context-menu.module.mjs +36 -0
- package/esm2020/data-table/src/data-table.component.mjs +11 -4
- package/esm2020/decorators/public-api.mjs +1 -2
- package/esm2020/decorators/src/decorators.module.mjs +1 -5
- package/esm2020/decorators/src/header.component.mjs +3 -3
- package/esm2020/form/public-api.mjs +2 -2
- package/esm2020/form/src/form.component.mjs +74 -8
- package/esm2020/form/src/form.module.mjs +68 -0
- package/esm2020/menu/src/menu.component.mjs +261 -117
- package/esm2020/menu/src/menu.module.mjs +16 -8
- package/esm2020/mixin/src/base-components.class.mjs +1 -3
- package/esm2020/mixin/src/base-menu-mixin.class.mjs +11 -11
- package/esm2020/mixin/src/datalist-component.class.mjs +1 -1
- package/esm2020/mixin/src/mixin.class.mjs +14 -14
- package/esm2020/mixin/src/selection-component.class.mjs +2 -4
- package/esm2020/mixin/src/textbox-mixin.class.mjs +1 -1
- package/esm2020/mixin/src/value-mixin.class.mjs +6 -6
- package/esm2020/number-box/src/number-box.component.mjs +14 -4
- package/esm2020/public-api.mjs +1 -1
- package/esm2020/radio/src/radio.component.mjs +3 -3
- package/esm2020/result/src/result.component.mjs +3 -3
- package/esm2020/search-box/src/search-box.component.mjs +3 -3
- package/esm2020/selection-list/src/selection-list.component.mjs +3 -3
- package/esm2020/tabs/src/tabs.class.mjs +1 -1
- package/esm2020/tabs/src/tabs.component.mjs +35 -16
- package/esm2020/toast/src/toast.component.mjs +4 -4
- package/esm2020/toast/src/toast.service.mjs +10 -1
- package/fesm2015/acorex-components-alert.mjs +4 -3
- package/fesm2015/acorex-components-alert.mjs.map +1 -1
- package/fesm2015/acorex-components-button.mjs.map +1 -1
- package/fesm2015/acorex-components-calendar.mjs +30 -2
- package/fesm2015/acorex-components-calendar.mjs.map +1 -1
- package/fesm2015/acorex-components-checkbox.mjs +2 -2
- package/fesm2015/acorex-components-checkbox.mjs.map +1 -1
- package/fesm2015/acorex-components-common.mjs +13 -2
- package/fesm2015/acorex-components-common.mjs.map +1 -1
- package/fesm2015/acorex-components-context-menu.mjs +297 -0
- package/fesm2015/acorex-components-context-menu.mjs.map +1 -0
- package/fesm2015/acorex-components-data-table.mjs +10 -3
- package/fesm2015/acorex-components-data-table.mjs.map +1 -1
- package/fesm2015/acorex-components-decorators.mjs +4 -25
- package/fesm2015/acorex-components-decorators.mjs.map +1 -1
- package/fesm2015/acorex-components-form.mjs +81 -14
- package/fesm2015/acorex-components-form.mjs.map +1 -1
- package/fesm2015/acorex-components-menu.mjs +276 -124
- package/fesm2015/acorex-components-menu.mjs.map +1 -1
- package/fesm2015/acorex-components-mixin.mjs +17 -21
- package/fesm2015/acorex-components-mixin.mjs.map +1 -1
- package/fesm2015/acorex-components-number-box.mjs +13 -3
- package/fesm2015/acorex-components-number-box.mjs.map +1 -1
- package/fesm2015/acorex-components-radio.mjs +2 -2
- package/fesm2015/acorex-components-radio.mjs.map +1 -1
- package/fesm2015/acorex-components-result.mjs +2 -2
- package/fesm2015/acorex-components-result.mjs.map +1 -1
- package/fesm2015/acorex-components-search-box.mjs +2 -2
- package/fesm2015/acorex-components-search-box.mjs.map +1 -1
- package/fesm2015/acorex-components-selection-list.mjs +2 -2
- package/fesm2015/acorex-components-selection-list.mjs.map +1 -1
- package/fesm2015/acorex-components-tabs.mjs +35 -16
- package/fesm2015/acorex-components-tabs.mjs.map +1 -1
- package/fesm2015/acorex-components-toast.mjs +12 -3
- package/fesm2015/acorex-components-toast.mjs.map +1 -1
- package/fesm2015/acorex-components.mjs.map +1 -1
- package/fesm2020/acorex-components-alert.mjs +4 -3
- package/fesm2020/acorex-components-alert.mjs.map +1 -1
- package/fesm2020/acorex-components-button.mjs.map +1 -1
- package/fesm2020/acorex-components-calendar.mjs +30 -2
- package/fesm2020/acorex-components-calendar.mjs.map +1 -1
- package/fesm2020/acorex-components-checkbox.mjs +2 -2
- package/fesm2020/acorex-components-checkbox.mjs.map +1 -1
- package/fesm2020/acorex-components-common.mjs +13 -2
- package/fesm2020/acorex-components-common.mjs.map +1 -1
- package/fesm2020/acorex-components-context-menu.mjs +297 -0
- package/fesm2020/acorex-components-context-menu.mjs.map +1 -0
- package/fesm2020/acorex-components-data-table.mjs +10 -3
- package/fesm2020/acorex-components-data-table.mjs.map +1 -1
- package/fesm2020/acorex-components-decorators.mjs +4 -25
- package/fesm2020/acorex-components-decorators.mjs.map +1 -1
- package/fesm2020/acorex-components-form.mjs +80 -14
- package/fesm2020/acorex-components-form.mjs.map +1 -1
- package/fesm2020/acorex-components-menu.mjs +273 -120
- package/fesm2020/acorex-components-menu.mjs.map +1 -1
- package/fesm2020/acorex-components-mixin.mjs +17 -20
- package/fesm2020/acorex-components-mixin.mjs.map +1 -1
- package/fesm2020/acorex-components-number-box.mjs +13 -3
- package/fesm2020/acorex-components-number-box.mjs.map +1 -1
- package/fesm2020/acorex-components-radio.mjs +2 -2
- package/fesm2020/acorex-components-radio.mjs.map +1 -1
- package/fesm2020/acorex-components-result.mjs +2 -2
- package/fesm2020/acorex-components-result.mjs.map +1 -1
- package/fesm2020/acorex-components-search-box.mjs +2 -2
- package/fesm2020/acorex-components-search-box.mjs.map +1 -1
- package/fesm2020/acorex-components-selection-list.mjs +2 -2
- package/fesm2020/acorex-components-selection-list.mjs.map +1 -1
- package/fesm2020/acorex-components-tabs.mjs +34 -15
- package/fesm2020/acorex-components-tabs.mjs.map +1 -1
- package/fesm2020/acorex-components-toast.mjs +12 -3
- package/fesm2020/acorex-components-toast.mjs.map +1 -1
- package/fesm2020/acorex-components.mjs.map +1 -1
- package/form/public-api.d.ts +1 -1
- package/form/src/form.component.d.ts +19 -2
- package/form/src/{form-field.module.d.ts → form.module.d.ts} +0 -0
- package/menu/src/menu.component.d.ts +21 -36
- package/menu/src/menu.module.d.ts +2 -2
- package/mixin/src/base-components.class.d.ts +1 -3
- package/mixin/src/base-menu-mixin.class.d.ts +8 -9
- package/mixin/src/button-mixin.class.d.ts +1 -2
- package/mixin/src/clickable-mixin.class.d.ts +1 -2
- package/mixin/src/color-look-mixing.class.d.ts +1 -2
- package/mixin/src/datalist-component.class.d.ts +9 -10
- package/mixin/src/dropdown-mixin.class.d.ts +1 -2
- package/mixin/src/interactive-mixin.class.d.ts +6 -5
- package/mixin/src/loading-mixin.class.d.ts +1 -2
- package/mixin/src/mixin.class.d.ts +47 -100
- package/mixin/src/page-component.class.d.ts +1 -2
- package/mixin/src/selection-component.class.d.ts +1 -2
- package/mixin/src/sizable-mixin.class.d.ts +1 -2
- package/mixin/src/textbox-mixin.class.d.ts +7 -8
- package/mixin/src/value-mixin.class.d.ts +7 -8
- package/package.json +9 -1
- package/tabs/src/tab-item.component.d.ts +1 -2
- package/tabs/src/tabs.class.d.ts +1 -0
- package/tabs/src/tabs.component.d.ts +9 -4
- package/toast/src/toast.service.d.ts +1 -0
- package/decorators/src/addon.component.d.ts +0 -8
- package/esm2020/decorators/src/addon.component.mjs +0 -21
- package/esm2020/form/src/form-field.module.mjs +0 -68
|
@@ -10,6 +10,11 @@ import * as i0 from "@angular/core";
|
|
|
10
10
|
export declare class AXFormValidationEvent extends AXEvent {
|
|
11
11
|
result: AXFormValidationResult;
|
|
12
12
|
}
|
|
13
|
+
/**
|
|
14
|
+
* Contains native event
|
|
15
|
+
* @category Events
|
|
16
|
+
*/
|
|
17
|
+
export declare type AXFormUpdateOn = 'change' | 'blur' | 'manual';
|
|
13
18
|
/**
|
|
14
19
|
* The Button is a component which detects user interaction and triggers a corresponding event
|
|
15
20
|
*
|
|
@@ -17,15 +22,27 @@ export declare class AXFormValidationEvent extends AXEvent {
|
|
|
17
22
|
*/
|
|
18
23
|
export declare class AXFormComponent extends AXBaseComponentMixin {
|
|
19
24
|
private cdr;
|
|
25
|
+
onValidate: EventEmitter<AXFormValidationEvent>;
|
|
26
|
+
updateOnChange: EventEmitter<AXFormUpdateOn>;
|
|
27
|
+
private _updateOn;
|
|
28
|
+
get updateOn(): AXFormUpdateOn;
|
|
29
|
+
set updateOn(v: AXFormUpdateOn);
|
|
30
|
+
validateInitValues: boolean;
|
|
31
|
+
private _observer;
|
|
32
|
+
private _subs;
|
|
20
33
|
/**
|
|
21
34
|
* @ignore
|
|
22
35
|
*/
|
|
23
36
|
constructor(elementRef: ElementRef, cdr: ChangeDetectorRef);
|
|
24
|
-
onValidate: EventEmitter<AXFormValidationEvent>;
|
|
25
37
|
private _getComponenets;
|
|
38
|
+
onViewInit(): void;
|
|
39
|
+
private _bindEvents;
|
|
40
|
+
private _clearSubs;
|
|
41
|
+
private _validateInitValues;
|
|
26
42
|
validate(...args: string[]): Promise<AXFormValidationResult>;
|
|
27
43
|
private _emitOnValidateEvent;
|
|
28
44
|
clear(): void;
|
|
45
|
+
onDestroy(): void;
|
|
29
46
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXFormComponent, never>;
|
|
30
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AXFormComponent, "ax-form", never, {}, { "onValidate": "onValidate"; }, never, ["*"], false>;
|
|
47
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXFormComponent, "ax-form", never, { "updateOn": "updateOn"; "validateInitValues": "validateInitValues"; }, { "onValidate": "onValidate"; "updateOnChange": "updateOnChange"; }, never, ["*"], false>;
|
|
31
48
|
}
|
|
File without changes
|
|
@@ -1,53 +1,38 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import { AXPopoverComponent } from '@acorex/components/popover';
|
|
4
|
-
import { AXSearchBoxComponent } from '@acorex/components/search-box';
|
|
1
|
+
import { OverlayRef, Overlay } from '@angular/cdk/overlay';
|
|
2
|
+
import { OnInit, TemplateRef, ElementRef, ChangeDetectorRef } from '@angular/core';
|
|
5
3
|
import { AXBaseMenuMixin } from '@acorex/components/mixin';
|
|
4
|
+
import { AXPlatform } from '@acorex/core/platform';
|
|
6
5
|
import * as i0 from "@angular/core";
|
|
7
|
-
export interface AXMenuItems {
|
|
8
|
-
id?: string;
|
|
9
|
-
name?: string;
|
|
10
|
-
text?: string;
|
|
11
|
-
tooltip?: string;
|
|
12
|
-
parentId?: string;
|
|
13
|
-
icon?: string;
|
|
14
|
-
visibleField?: boolean;
|
|
15
|
-
disableField?: boolean;
|
|
16
|
-
selected?: boolean;
|
|
17
|
-
data?: any;
|
|
18
|
-
style?: string;
|
|
19
|
-
children?: AXMenuItems[];
|
|
20
|
-
isOpen?: boolean;
|
|
21
|
-
isActive?: boolean;
|
|
22
|
-
onClick?: (e?: any) => void;
|
|
23
|
-
}
|
|
24
6
|
/**
|
|
25
7
|
* The Button is a component which detects user interaction and triggers a corresponding event
|
|
26
8
|
*
|
|
27
9
|
* @category Components
|
|
28
10
|
*/
|
|
29
|
-
export declare class AXMenuComponent extends AXBaseMenuMixin {
|
|
30
|
-
private
|
|
11
|
+
export declare class AXMenuComponent extends AXBaseMenuMixin implements OnInit {
|
|
12
|
+
private _elementRef;
|
|
31
13
|
private cdr;
|
|
32
|
-
|
|
14
|
+
private _overlay;
|
|
15
|
+
private _platform;
|
|
33
16
|
private _contentEmptyTemplate;
|
|
34
17
|
private _contentItemTemplate;
|
|
35
|
-
|
|
36
|
-
_forceFocus: boolean;
|
|
37
|
-
_target: HTMLDivElement;
|
|
18
|
+
_overlayRef: OverlayRef;
|
|
38
19
|
get emptyTemplate(): TemplateRef<any>;
|
|
39
20
|
get itemTemplate(): TemplateRef<any>;
|
|
40
|
-
|
|
21
|
+
private _levelCount;
|
|
22
|
+
private _oldItem;
|
|
23
|
+
constructor(_elementRef: ElementRef, cdr: ChangeDetectorRef, _overlay: Overlay, _platform: AXPlatform);
|
|
41
24
|
onInit(): void;
|
|
42
25
|
ngAfterViewInit(): void;
|
|
26
|
+
_onMenuMouseEnter(e: MouseEvent, item: any): void;
|
|
43
27
|
_onMenuClick(e: MouseEvent, item: any): void;
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
28
|
+
_getDirection(): string;
|
|
29
|
+
private _removeActive;
|
|
30
|
+
private _closeOpenChild;
|
|
31
|
+
private _initParent;
|
|
32
|
+
private _handelMenuLogic;
|
|
33
|
+
private _openAsOverlay;
|
|
34
|
+
private _close;
|
|
35
|
+
onDestroy(): void;
|
|
51
36
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXMenuComponent, never>;
|
|
52
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AXMenuComponent, "ax-menu", never, { "disabled": "disabled"; "tabIndex": "tabIndex"; "textField": "textField"; "valueField": "valueField"; "items": "items"; "
|
|
37
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXMenuComponent, "ax-menu", never, { "disabled": "disabled"; "tabIndex": "tabIndex"; "textField": "textField"; "valueField": "valueField"; "items": "items"; "parentId": "parentId"; "iconField": "iconField"; "tooltip": "tooltip"; "isOpen": "isOpen"; "isActive": "isActive"; "visibleField": "visibleField"; "disableField": "disableField"; "hasChildField": "hasChildField"; "dividerField": "dividerField"; "openMode": "openMode"; "orientation": "orientation"; "showModal": "showModal"; }, { "onBlur": "onBlur"; "onFocus": "onFocus"; "onMenuItemClick": "onMenuItemClick"; }, ["_contentEmptyTemplate", "_contentItemTemplate"], never, false>;
|
|
53
38
|
}
|
|
@@ -4,9 +4,9 @@ import * as i2 from "@angular/common";
|
|
|
4
4
|
import * as i3 from "@acorex/components/decorators";
|
|
5
5
|
import * as i4 from "@acorex/components/loading";
|
|
6
6
|
import * as i5 from "@acorex/core/translation";
|
|
7
|
-
import * as i6 from "@
|
|
7
|
+
import * as i6 from "@angular/cdk/overlay";
|
|
8
8
|
export declare class AXMenuModule {
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXMenuModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AXMenuModule, [typeof i1.AXMenuComponent], [typeof i2.CommonModule, typeof i3.AXDecoratorModule, typeof i4.AXLoadingModule, typeof i5.AXTranslationModule, typeof i6.
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXMenuModule, [typeof i1.AXMenuComponent], [typeof i2.CommonModule, typeof i3.AXDecoratorModule, typeof i4.AXLoadingModule, typeof i5.AXTranslationModule, typeof i6.OverlayModule], [typeof i1.AXMenuComponent]>;
|
|
11
11
|
static ɵinj: i0.ɵɵInjectorDeclaration<AXMenuModule>;
|
|
12
12
|
}
|
|
@@ -43,7 +43,6 @@ export declare class AXBaseComponent {
|
|
|
43
43
|
_onInternalViewInit(): void;
|
|
44
44
|
_onInternalDestroy(): void;
|
|
45
45
|
onInit(): void;
|
|
46
|
-
onRenderCssClass(): void;
|
|
47
46
|
onViewInit(): void;
|
|
48
47
|
onDestroy(): void;
|
|
49
48
|
_onOptionChanging(option: AXComponentOptionChanging): any;
|
|
@@ -59,7 +58,7 @@ export declare function _BaseComponenetMixin<TBase extends Constructor<AXBaseCom
|
|
|
59
58
|
* A token that specifies the layout direction of component.
|
|
60
59
|
*/
|
|
61
60
|
rtl: boolean;
|
|
62
|
-
"__#
|
|
61
|
+
"__#32621@#elementRef": ElementRef<any>;
|
|
63
62
|
_cdr: ChangeDetectorRef;
|
|
64
63
|
_isInited: boolean;
|
|
65
64
|
_isRendered: boolean;
|
|
@@ -72,7 +71,6 @@ export declare function _BaseComponenetMixin<TBase extends Constructor<AXBaseCom
|
|
|
72
71
|
_onInternalViewInit(): void;
|
|
73
72
|
_onInternalDestroy(): void;
|
|
74
73
|
onInit(): void;
|
|
75
|
-
onRenderCssClass(): void;
|
|
76
74
|
onViewInit(): void;
|
|
77
75
|
onDestroy(): void;
|
|
78
76
|
_onOptionChanging(option: AXComponentOptionChanging): any;
|
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
1
|
import { AXItemClickEvent } from '@acorex/components/common';
|
|
2
|
+
import { EventEmitter } from '@angular/core';
|
|
3
3
|
import { AXBaseComponent } from './base-components.class';
|
|
4
4
|
import { Constructor } from './constratctor';
|
|
5
5
|
export declare function _BaseMenuComponentMixin<TBase extends Constructor<AXBaseComponent>>(Base: TBase): {
|
|
6
6
|
new (...args: any[]): {
|
|
7
7
|
textField: string;
|
|
8
8
|
valueField: string;
|
|
9
|
-
"__#
|
|
10
|
-
"__#
|
|
9
|
+
"__#32622@#isLoading": boolean;
|
|
10
|
+
"__#32622@#loadedItems": any;
|
|
11
11
|
visibleField: string;
|
|
12
12
|
disableField: string;
|
|
13
13
|
hasChildField: string;
|
|
14
14
|
iconField: string;
|
|
15
15
|
openMode: 'click' | 'hover';
|
|
16
|
-
|
|
16
|
+
orientation: 'horizontal' | 'vertical' | 'sidemenu';
|
|
17
|
+
dividerField: string;
|
|
17
18
|
onMenuItemClick: EventEmitter<AXItemClickEvent<any>>;
|
|
18
|
-
|
|
19
|
-
"__#32614@#items": any;
|
|
19
|
+
"__#32622@#items": any;
|
|
20
20
|
items: any;
|
|
21
21
|
readonly displayItems: any;
|
|
22
22
|
readonly isLoading: boolean;
|
|
@@ -25,10 +25,10 @@ export declare function _BaseMenuComponentMixin<TBase extends Constructor<AXBase
|
|
|
25
25
|
_fetchData(parentId?: number, searchText?: string): Promise<unknown>;
|
|
26
26
|
_onInternalInit(): void;
|
|
27
27
|
_getItemDisplayTextTemplte(item: any): any;
|
|
28
|
-
|
|
28
|
+
refresh(): void;
|
|
29
29
|
id: string;
|
|
30
30
|
rtl: boolean;
|
|
31
|
-
"__#
|
|
31
|
+
"__#32621@#elementRef": import("@angular/core").ElementRef<any>;
|
|
32
32
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
|
33
33
|
_isInited: boolean;
|
|
34
34
|
_isRendered: boolean;
|
|
@@ -40,7 +40,6 @@ export declare function _BaseMenuComponentMixin<TBase extends Constructor<AXBase
|
|
|
40
40
|
_onInternalViewInit(): void;
|
|
41
41
|
_onInternalDestroy(): void;
|
|
42
42
|
onInit(): void;
|
|
43
|
-
onRenderCssClass(): void;
|
|
44
43
|
onViewInit(): void;
|
|
45
44
|
onDestroy(): void;
|
|
46
45
|
_onOptionChanging(option: import("./base-components.class").AXComponentOptionChanging): any;
|
|
@@ -27,7 +27,7 @@ export declare function _ButtonComponentMixin<TBase extends Constructor<AXBaseCo
|
|
|
27
27
|
};
|
|
28
28
|
id: string;
|
|
29
29
|
rtl: boolean;
|
|
30
|
-
"__#
|
|
30
|
+
"__#32621@#elementRef": import("@angular/core").ElementRef<any>;
|
|
31
31
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
|
32
32
|
_isInited: boolean;
|
|
33
33
|
_isRendered: boolean;
|
|
@@ -40,7 +40,6 @@ export declare function _ButtonComponentMixin<TBase extends Constructor<AXBaseCo
|
|
|
40
40
|
_onInternalViewInit(): void;
|
|
41
41
|
_onInternalDestroy(): void;
|
|
42
42
|
onInit(): void;
|
|
43
|
-
onRenderCssClass(): void;
|
|
44
43
|
onViewInit(): void;
|
|
45
44
|
onDestroy(): void;
|
|
46
45
|
_onOptionChanging(option: import("./base-components.class").AXComponentOptionChanging): any;
|
|
@@ -14,7 +14,7 @@ export declare function _ClickableComponenetMixin<TBase extends Constructor<AXBa
|
|
|
14
14
|
* @ignore
|
|
15
15
|
*/
|
|
16
16
|
rtl: boolean;
|
|
17
|
-
"__#
|
|
17
|
+
"__#32621@#elementRef": import("@angular/core").ElementRef<any>;
|
|
18
18
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
|
19
19
|
_isInited: boolean;
|
|
20
20
|
_isRendered: boolean;
|
|
@@ -27,7 +27,6 @@ export declare function _ClickableComponenetMixin<TBase extends Constructor<AXBa
|
|
|
27
27
|
_onInternalViewInit(): void;
|
|
28
28
|
_onInternalDestroy(): void;
|
|
29
29
|
onInit(): void;
|
|
30
|
-
onRenderCssClass(): void;
|
|
31
30
|
onViewInit(): void;
|
|
32
31
|
onDestroy(): void;
|
|
33
32
|
_onOptionChanging(option: import("./base-components.class").AXComponentOptionChanging): any;
|
|
@@ -18,7 +18,7 @@ export declare function _ColorLookComponentMixin<TBase extends Constructor<AXBas
|
|
|
18
18
|
look: AXStyleLookType;
|
|
19
19
|
id: string;
|
|
20
20
|
rtl: boolean;
|
|
21
|
-
"__#
|
|
21
|
+
"__#32621@#elementRef": import("@angular/core").ElementRef<any>;
|
|
22
22
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
|
23
23
|
_isInited: boolean;
|
|
24
24
|
_isRendered: boolean;
|
|
@@ -31,7 +31,6 @@ export declare function _ColorLookComponentMixin<TBase extends Constructor<AXBas
|
|
|
31
31
|
_onInternalViewInit(): void;
|
|
32
32
|
_onInternalDestroy(): void;
|
|
33
33
|
onInit(): void;
|
|
34
|
-
onRenderCssClass(): void;
|
|
35
34
|
onViewInit(): void;
|
|
36
35
|
onDestroy(): void;
|
|
37
36
|
_onOptionChanging(option: import("./base-components.class").AXComponentOptionChanging): any;
|
|
@@ -7,16 +7,16 @@ export declare function _DatalistComponenetMixin<TBase extends Constructor<AXBas
|
|
|
7
7
|
textField: string;
|
|
8
8
|
childrenField: string;
|
|
9
9
|
pageSize: number;
|
|
10
|
-
"__#
|
|
11
|
-
"__#
|
|
12
|
-
"__#
|
|
13
|
-
"__#
|
|
14
|
-
"__#
|
|
15
|
-
"__#
|
|
10
|
+
"__#32623@#currentPage": number;
|
|
11
|
+
"__#32623@#isLoading": boolean;
|
|
12
|
+
"__#32623@#loadedItems": any[];
|
|
13
|
+
"__#32623@#flatItems": any[];
|
|
14
|
+
"__#32623@#totalItems": number;
|
|
15
|
+
"__#32623@#isLazy": boolean;
|
|
16
16
|
readonly totalCount: number;
|
|
17
17
|
readonly isLazy: boolean;
|
|
18
18
|
readonly loadedCount: number;
|
|
19
|
-
"__#
|
|
19
|
+
"__#32623@#items": AXDataListItems;
|
|
20
20
|
items: AXDataListItems;
|
|
21
21
|
readonly displayItems: any[];
|
|
22
22
|
readonly flatItems: any[];
|
|
@@ -26,14 +26,14 @@ export declare function _DatalistComponenetMixin<TBase extends Constructor<AXBas
|
|
|
26
26
|
searchQuery?: string;
|
|
27
27
|
}): void;
|
|
28
28
|
_onDataLoaded(): void;
|
|
29
|
-
"__#
|
|
29
|
+
"__#32623@#generateFlatItems"(): void;
|
|
30
30
|
_getItemDisplayTextTemplte(item: any): any;
|
|
31
31
|
_trackByFunction(item: any): any;
|
|
32
32
|
refresh(): void;
|
|
33
33
|
empty(): void;
|
|
34
34
|
id: string;
|
|
35
35
|
rtl: boolean;
|
|
36
|
-
"__#
|
|
36
|
+
"__#32621@#elementRef": import("@angular/core").ElementRef<any>;
|
|
37
37
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
|
38
38
|
_isInited: boolean;
|
|
39
39
|
_isRendered: boolean;
|
|
@@ -46,7 +46,6 @@ export declare function _DatalistComponenetMixin<TBase extends Constructor<AXBas
|
|
|
46
46
|
_onInternalViewInit(): void;
|
|
47
47
|
_onInternalDestroy(): void;
|
|
48
48
|
onInit(): void;
|
|
49
|
-
onRenderCssClass(): void;
|
|
50
49
|
onViewInit(): void;
|
|
51
50
|
onDestroy(): void;
|
|
52
51
|
_onOptionChanging(option: import("./base-components.class").AXComponentOptionChanging): any;
|
|
@@ -24,7 +24,7 @@ export declare function _DropdownComponenetMixin<TBase extends Constructor<AXBas
|
|
|
24
24
|
readonly isOpen: boolean;
|
|
25
25
|
id: string;
|
|
26
26
|
rtl: boolean;
|
|
27
|
-
"__#
|
|
27
|
+
"__#32621@#elementRef": import("@angular/core").ElementRef<any>;
|
|
28
28
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
|
29
29
|
_isInited: boolean;
|
|
30
30
|
_isRendered: boolean;
|
|
@@ -36,7 +36,6 @@ export declare function _DropdownComponenetMixin<TBase extends Constructor<AXBas
|
|
|
36
36
|
_onInternalInit(): void;
|
|
37
37
|
_onInternalViewInit(): void;
|
|
38
38
|
_onInternalDestroy(): void;
|
|
39
|
-
onRenderCssClass(): void;
|
|
40
39
|
onDestroy(): void;
|
|
41
40
|
_onOptionChanging(option: import("./base-components.class").AXComponentOptionChanging): any;
|
|
42
41
|
_onOptionChanged(option: import("./base-components.class").AXComponentOptionChanged): void;
|
|
@@ -3,12 +3,12 @@ import { AXBaseComponent } from "./base-components.class";
|
|
|
3
3
|
import { Constructor } from "./constratctor";
|
|
4
4
|
import { AXFocusEvent } from "@acorex/components/common";
|
|
5
5
|
export declare function _InteractiveComponenetMixin<TBase extends Constructor<AXBaseComponent>>(Base: TBase): (abstract new (...args: any[]) => {
|
|
6
|
-
"__#
|
|
6
|
+
"__#32624@#disabled": boolean;
|
|
7
7
|
/**
|
|
8
8
|
* If set to true, it disables the component.
|
|
9
9
|
*/
|
|
10
10
|
disabled: boolean;
|
|
11
|
-
"__#
|
|
11
|
+
"__#32624@#tabIndex": number;
|
|
12
12
|
/**
|
|
13
13
|
* Specifies the tabindex of the component.
|
|
14
14
|
*/
|
|
@@ -35,7 +35,7 @@ export declare function _InteractiveComponenetMixin<TBase extends Constructor<AX
|
|
|
35
35
|
hasFocus(): boolean;
|
|
36
36
|
id: string;
|
|
37
37
|
rtl: boolean;
|
|
38
|
-
"__#
|
|
38
|
+
"__#32621@#elementRef": import("@angular/core").ElementRef<any>;
|
|
39
39
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
|
40
40
|
_isInited: boolean;
|
|
41
41
|
_isRendered: boolean;
|
|
@@ -46,9 +46,10 @@ export declare function _InteractiveComponenetMixin<TBase extends Constructor<AX
|
|
|
46
46
|
_getInnerElement<T_1 = HTMLElement>(): T_1;
|
|
47
47
|
_onInternalInit(): void;
|
|
48
48
|
_onInternalViewInit(): void;
|
|
49
|
-
_onInternalDestroy(): void;
|
|
49
|
+
_onInternalDestroy(): void; /**
|
|
50
|
+
* Focuses the component.
|
|
51
|
+
*/
|
|
50
52
|
onInit(): void;
|
|
51
|
-
onRenderCssClass(): void;
|
|
52
53
|
onViewInit(): void;
|
|
53
54
|
onDestroy(): void;
|
|
54
55
|
_onOptionChanging(option: import("./base-components.class").AXComponentOptionChanging): any;
|
|
@@ -17,7 +17,7 @@ export declare function _LoadingComponenetMixin<TBase extends Constructor<AXBase
|
|
|
17
17
|
_onInternalInit(): void;
|
|
18
18
|
id: string;
|
|
19
19
|
rtl: boolean;
|
|
20
|
-
"__#
|
|
20
|
+
"__#32621@#elementRef": import("@angular/core").ElementRef<any>;
|
|
21
21
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
|
22
22
|
_isInited: boolean;
|
|
23
23
|
_isRendered: boolean;
|
|
@@ -29,7 +29,6 @@ export declare function _LoadingComponenetMixin<TBase extends Constructor<AXBase
|
|
|
29
29
|
_onInternalViewInit(): void;
|
|
30
30
|
_onInternalDestroy(): void;
|
|
31
31
|
onInit(): void;
|
|
32
|
-
onRenderCssClass(): void;
|
|
33
32
|
onViewInit(): void;
|
|
34
33
|
onDestroy(): void;
|
|
35
34
|
_onOptionChanging(option: import("./base-components.class").AXComponentOptionChanging): any;
|