@acorex/components 16.18.16 → 16.18.18
Sign up to get free protection for your applications and to get access to all the features.
- package/esm2022/lib/base/element.class.mjs +2 -8
- package/esm2022/lib/button/button.component.mjs +3 -3
- package/esm2022/lib/calendar/calendar-box/calendar-box.component.mjs +3 -9
- package/esm2022/lib/calendar/scheduler/toolbars/scheduler-toolbar-navigator.mjs +1 -1
- package/esm2022/lib/calendar/scheduler/toolbars/scheduler-toolbar-views.mjs +1 -1
- package/esm2022/lib/checkbox/checkbox.component.mjs +3 -3
- package/esm2022/lib/color-picker/color-picker.component.mjs +3 -3
- package/esm2022/lib/context-menu/context-menu.component.mjs +3 -9
- package/esm2022/lib/data-filter/filter-panel/filter-panel.component.mjs +3 -9
- package/esm2022/lib/data-filter/toolbar/filter-toolbar.component.mjs +1 -1
- package/esm2022/lib/data-list/list/list.component.mjs +3 -3
- package/esm2022/lib/date-picker/date-picker.component.mjs +3 -3
- package/esm2022/lib/dropdown/dropdown.component.mjs +3 -3
- package/esm2022/lib/fieldset/fieldset.component.mjs +3 -10
- package/esm2022/lib/form-group/form-group.component.mjs +3 -3
- package/esm2022/lib/label/label.component.mjs +3 -4
- package/esm2022/lib/loading/loading-indicator.component.mjs +3 -9
- package/esm2022/lib/loading/loading-panel.component.mjs +3 -9
- package/esm2022/lib/menu/menu.component.mjs +3 -9
- package/esm2022/lib/number-box/number-box.component.mjs +3 -3
- package/esm2022/lib/panel-box/panel-box.component.mjs +3 -9
- package/esm2022/lib/password-box/password-box.component.mjs +3 -3
- package/esm2022/lib/popover/popover.component.mjs +3 -10
- package/esm2022/lib/popup/popup.component.mjs +7 -9
- package/esm2022/lib/popup/popup.service.mjs +2 -6
- package/esm2022/lib/progress-bar/progress-bar.component.mjs +3 -3
- package/esm2022/lib/search-bar/search-bar.component.mjs +3 -9
- package/esm2022/lib/searchbox/searchbox.component.mjs +3 -3
- package/esm2022/lib/selectbox/selectbox.component.mjs +3 -3
- package/esm2022/lib/selection-list/selection-list.component.mjs +3 -3
- package/esm2022/lib/switch/switch.component.mjs +7 -8
- package/esm2022/lib/tab-page/tab-page-Renderer.component.mjs +1 -3
- package/esm2022/lib/tab-page/tab-page-host.component.mjs +6 -7
- package/esm2022/lib/tab-page/tab-page.service.mjs +3 -7
- package/esm2022/lib/tab-strip/tab-strip.component.mjs +3 -9
- package/esm2022/lib/tab-view/tab-view.component.mjs +4 -10
- package/esm2022/lib/tab-view/tab.component.mjs +3 -9
- package/esm2022/lib/textarea/textarea.component.mjs +5 -9
- package/esm2022/lib/textbox/textbox.component.mjs +5 -9
- package/esm2022/lib/time-picker/time-picker.component.mjs +3 -3
- package/esm2022/lib/toast/toast-message/toast-message.component.mjs +3 -9
- package/esm2022/lib/toolbar/group-button/toolbar-group-button.component.mjs +18 -27
- package/esm2022/lib/toolbar/menu/toolbar-menu.component.mjs +3 -9
- package/esm2022/lib/toolbar/search/toolbar-search.component.mjs +3 -9
- package/esm2022/lib/toolbar/title/toolbar-title.component.mjs +8 -23
- package/esm2022/lib/toolbar/toolbar.component.mjs +5 -11
- package/esm2022/lib/tree-side-menu/tree-side-menu.component.mjs +3 -3
- package/esm2022/lib/tree-view/tree-view.component.mjs +3 -3
- package/esm2022/lib/upload-file/upload-file.component.mjs +3 -3
- package/fesm2022/acorex-components.mjs +117 -269
- package/fesm2022/acorex-components.mjs.map +1 -1
- package/lib/base/element.class.d.ts +1 -3
- package/lib/calendar/calendar-box/calendar-box.component.d.ts +1 -3
- package/lib/context-menu/context-menu.component.d.ts +1 -3
- package/lib/data-filter/filter-panel/filter-panel.component.d.ts +1 -3
- package/lib/fieldset/fieldset.component.d.ts +1 -3
- package/lib/loading/loading-indicator.component.d.ts +1 -3
- package/lib/loading/loading-panel.component.d.ts +1 -3
- package/lib/menu/menu.component.d.ts +1 -3
- package/lib/panel-box/panel-box.component.d.ts +1 -3
- package/lib/popover/popover.component.d.ts +1 -3
- package/lib/popup/popup.service.d.ts +0 -2
- package/lib/search-bar/search-bar.component.d.ts +1 -3
- package/lib/tab-page/tab-page.service.d.ts +0 -2
- package/lib/tab-strip/tab-strip.component.d.ts +1 -3
- package/lib/tab-view/tab-view.component.d.ts +1 -3
- package/lib/tab-view/tab.component.d.ts +1 -3
- package/lib/toast/toast-message/toast-message.component.d.ts +1 -3
- package/lib/toolbar/group-button/toolbar-group-button.component.d.ts +4 -6
- package/lib/toolbar/menu/toolbar-menu.component.d.ts +1 -3
- package/lib/toolbar/search/toolbar-search.component.d.ts +1 -3
- package/lib/toolbar/title/toolbar-title.component.d.ts +2 -3
- package/lib/toolbar/toolbar.component.d.ts +1 -3
- package/package.json +1 -1
@@ -6,12 +6,10 @@ import * as i0 from "@angular/core";
|
|
6
6
|
export type AXElementSize = 'xs' | 'sm' | 'md' | 'lg' | 'xl';
|
7
7
|
export declare abstract class AXBaseComponent {
|
8
8
|
cssClass: string;
|
9
|
-
axId: string;
|
10
|
-
axClass: string;
|
11
9
|
uid: string;
|
12
10
|
constructor();
|
13
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXBaseComponent, never>;
|
14
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<AXBaseComponent, never, never, { "cssClass": { "alias": "cssClass"; "required": false; };
|
12
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<AXBaseComponent, never, never, { "cssClass": { "alias": "cssClass"; "required": false; }; }, {}, never, never, false, never>;
|
15
13
|
}
|
16
14
|
export declare class AXBaseInputChangeEvent extends AXValueEvent<any> {
|
17
15
|
isUserChange?: boolean;
|
@@ -26,8 +26,6 @@ export declare class AXCalendarBoxComponent implements AXBaseSizableComponent {
|
|
26
26
|
type: AXCalendarType;
|
27
27
|
locale: string;
|
28
28
|
dir: string;
|
29
|
-
axId: string;
|
30
|
-
axClass: string;
|
31
29
|
private _min;
|
32
30
|
set min(v: Date);
|
33
31
|
get min(): Date;
|
@@ -83,5 +81,5 @@ export declare class AXCalendarBoxComponent implements AXBaseSizableComponent {
|
|
83
81
|
setToday(): void;
|
84
82
|
trackByFn(index: any, item: any): any;
|
85
83
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXCalendarBoxComponent, never>;
|
86
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AXCalendarBoxComponent, "ax-calendar-box", never, { "size": { "alias": "size"; "required": false; }; "type": { "alias": "type"; "required": false; }; "locale": { "alias": "locale"; "required": false; }; "dir": { "alias": "dir"; "required": false; }; "
|
84
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXCalendarBoxComponent, "ax-calendar-box", never, { "size": { "alias": "size"; "required": false; }; "type": { "alias": "type"; "required": false; }; "locale": { "alias": "locale"; "required": false; }; "dir": { "alias": "dir"; "required": false; }; "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "selectableHoliday": { "alias": "selectableHoliday"; "required": false; }; "dayStyle": { "alias": "dayStyle"; "required": false; }; "dayMinMaxResoan": { "alias": "dayMinMaxResoan"; "required": false; }; "showTodayButton": { "alias": "showTodayButton"; "required": false; }; "view": { "alias": "view"; "required": false; }; "depth": { "alias": "depth"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "onValueChanged": "onValueChanged"; "onClick": "onClick"; "valueChange": "valueChange"; }, never, never, false, never>;
|
87
85
|
}
|
@@ -11,8 +11,6 @@ export declare class AXContextMenuComponent {
|
|
11
11
|
onItemClick: EventEmitter<any>;
|
12
12
|
onClosed: EventEmitter<AXBaseEvent>;
|
13
13
|
contex: ElementRef<HTMLUListElement>;
|
14
|
-
axId: string;
|
15
|
-
axClass: string;
|
16
14
|
show: boolean;
|
17
15
|
constructor(container: ElementRef);
|
18
16
|
ngAfterViewInit(): void;
|
@@ -20,5 +18,5 @@ export declare class AXContextMenuComponent {
|
|
20
18
|
open(_left: any, _top: any, _rtl?: boolean): void;
|
21
19
|
handleClickItem(item: AXMenuItem): void;
|
22
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXContextMenuComponent, never>;
|
23
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AXContextMenuComponent, "ax-context-menu", never, { "size": { "alias": "size"; "required": false; }; "width": { "alias": "width"; "required": false; }; "items": { "alias": "items"; "required": false; };
|
21
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXContextMenuComponent, "ax-context-menu", never, { "size": { "alias": "size"; "required": false; }; "width": { "alias": "width"; "required": false; }; "items": { "alias": "items"; "required": false; }; }, { "onItemClick": "onItemClick"; "onClosed": "onClosed"; }, never, never, false, never>;
|
24
22
|
}
|
@@ -19,8 +19,6 @@ export declare class AXFilterPanelComponent {
|
|
19
19
|
groups: AXFilterColumnGroup[];
|
20
20
|
predefinedFilters: AXFilterPredefined[];
|
21
21
|
mode: 'click' | 'immediate';
|
22
|
-
axId: string;
|
23
|
-
axClass: string;
|
24
22
|
saveItems: AXMenuItem[];
|
25
23
|
filterChange: EventEmitter<AXFilterCondition[]>;
|
26
24
|
constructor(cdr: ChangeDetectorRef, toast: AXToastService);
|
@@ -43,5 +41,5 @@ export declare class AXFilterPanelComponent {
|
|
43
41
|
tbxNameOnKey(e: AXKeyboardEvent): void;
|
44
42
|
handleRenameClick(f: AXFilterPredefined): void;
|
45
43
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXFilterPanelComponent, never>;
|
46
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AXFilterPanelComponent, "ax-filter-panel", never, { "groups": { "alias": "groups"; "required": false; }; "predefinedFilters": { "alias": "predefinedFilters"; "required": false; }; "mode": { "alias": "mode"; "required": false; };
|
44
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXFilterPanelComponent, "ax-filter-panel", never, { "groups": { "alias": "groups"; "required": false; }; "predefinedFilters": { "alias": "predefinedFilters"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; }, { "filterChange": "filterChange"; }, never, never, false, never>;
|
47
45
|
}
|
@@ -4,10 +4,8 @@ export declare class AXFieldsetComponent implements AXBaseSizableComponent {
|
|
4
4
|
size: AXElementSize;
|
5
5
|
caption: string;
|
6
6
|
allowCollapse: boolean;
|
7
|
-
axId: string;
|
8
|
-
axClass: string;
|
9
7
|
collapsed: boolean;
|
10
8
|
toggle(): void;
|
11
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXFieldsetComponent, never>;
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AXFieldsetComponent, "ax-fieldset", never, { "size": { "alias": "size"; "required": false; }; "caption": { "alias": "caption"; "required": false; }; "allowCollapse": { "alias": "allowCollapse"; "required": false; };
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXFieldsetComponent, "ax-fieldset", never, { "size": { "alias": "size"; "required": false; }; "caption": { "alias": "caption"; "required": false; }; "allowCollapse": { "alias": "allowCollapse"; "required": false; }; }, {}, never, ["*"], false, never>;
|
13
11
|
}
|
@@ -4,8 +4,6 @@ export declare class AXLoadingIndicatorComponent implements OnInit {
|
|
4
4
|
constructor();
|
5
5
|
ngOnInit(): void;
|
6
6
|
size: number;
|
7
|
-
axId: string;
|
8
|
-
axClass: string;
|
9
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXLoadingIndicatorComponent, never>;
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AXLoadingIndicatorComponent, "ax-loading-indicator", never, { "size": { "alias": "size"; "required": false; };
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXLoadingIndicatorComponent, "ax-loading-indicator", never, { "size": { "alias": "size"; "required": false; }; }, {}, never, never, false, never>;
|
11
9
|
}
|
@@ -4,12 +4,10 @@ export declare class AXLoadingPanelComponent implements OnInit {
|
|
4
4
|
private ref;
|
5
5
|
constructor(ref: ElementRef<HTMLDivElement>);
|
6
6
|
visible: boolean;
|
7
|
-
axId: string;
|
8
|
-
axClass: string;
|
9
7
|
ngOnInit(): void;
|
10
8
|
ngAfterViewInit(): void;
|
11
9
|
show(): void;
|
12
10
|
hide(): void;
|
13
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXLoadingPanelComponent, never>;
|
14
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AXLoadingPanelComponent, "ax-loading-panel", never, { "visible": { "alias": "visible"; "required": false; };
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXLoadingPanelComponent, "ax-loading-panel", never, { "visible": { "alias": "visible"; "required": false; }; }, {}, never, never, false, never>;
|
15
13
|
}
|
@@ -29,10 +29,8 @@ export declare class AXMenuComponent implements AXBaseSizableComponent {
|
|
29
29
|
private _items;
|
30
30
|
get items(): AXMenuItem[];
|
31
31
|
set items(v: AXMenuItem[]);
|
32
|
-
axId: string;
|
33
|
-
axClass: string;
|
34
32
|
ngOnInit(): void;
|
35
33
|
handleItemClick(e: MouseEvent, item?: AXMenuItem): void;
|
36
34
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXMenuComponent, never>;
|
37
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AXMenuComponent, "ax-menu", never, { "menuTemplate": { "alias": "menuTemplate"; "required": false; }; "rtl": { "alias": "rtl"; "required": false; }; "size": { "alias": "size"; "required": false; }; "selection": { "alias": "selection"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "target": { "alias": "target"; "required": false; }; "floatAlignment": { "alias": "floatAlignment"; "required": false; }; "floatPlacemnet": { "alias": "floatPlacemnet"; "required": false; }; "direction": { "alias": "direction"; "required": false; }; "items": { "alias": "items"; "required": false; };
|
35
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXMenuComponent, "ax-menu", never, { "menuTemplate": { "alias": "menuTemplate"; "required": false; }; "rtl": { "alias": "rtl"; "required": false; }; "size": { "alias": "size"; "required": false; }; "selection": { "alias": "selection"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "target": { "alias": "target"; "required": false; }; "floatAlignment": { "alias": "floatAlignment"; "required": false; }; "floatPlacemnet": { "alias": "floatPlacemnet"; "required": false; }; "direction": { "alias": "direction"; "required": false; }; "items": { "alias": "items"; "required": false; }; }, { "onItemClick": "onItemClick"; }, ["_contentMenuTemplate"], never, false, never>;
|
38
36
|
}
|
@@ -5,8 +5,6 @@ export declare class AXPanelBoxComponent implements AXBaseSizableComponent {
|
|
5
5
|
headerTemplate: TemplateRef<any>;
|
6
6
|
size: AXElementSize;
|
7
7
|
type: string;
|
8
|
-
axId: string;
|
9
|
-
axClass: string;
|
10
8
|
private _caption;
|
11
9
|
get caption(): string;
|
12
10
|
set caption(val: string);
|
@@ -17,5 +15,5 @@ export declare class AXPanelBoxComponent implements AXBaseSizableComponent {
|
|
17
15
|
allowCollapse: boolean;
|
18
16
|
toggle(): void;
|
19
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXPanelBoxComponent, never>;
|
20
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AXPanelBoxComponent, "ax-panel-box", never, { "size": { "alias": "size"; "required": false; }; "type": { "alias": "type"; "required": false; }; "
|
18
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXPanelBoxComponent, "ax-panel-box", never, { "size": { "alias": "size"; "required": false; }; "type": { "alias": "type"; "required": false; }; "caption": { "alias": "caption"; "required": false; }; "collapsed": { "alias": "collapsed"; "required": false; }; "allowCollapse": { "alias": "allowCollapse"; "required": false; }; }, { "collapsedChange": "collapsedChange"; }, ["headerTemplate"], ["*"], false, never>;
|
21
19
|
}
|
@@ -17,8 +17,6 @@ export declare class AXPopoverComponent {
|
|
17
17
|
openMode: 'manual' | 'click' | 'hover';
|
18
18
|
closeMode: 'manual' | 'clickout' | 'mouseout';
|
19
19
|
rtl: boolean;
|
20
|
-
axId: string;
|
21
|
-
axClass: string;
|
22
20
|
private _visible;
|
23
21
|
get visible(): boolean;
|
24
22
|
set visible(v: boolean);
|
@@ -33,5 +31,5 @@ export declare class AXPopoverComponent {
|
|
33
31
|
ngOnDestroy(): void;
|
34
32
|
get isOpen(): boolean;
|
35
33
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXPopoverComponent, never>;
|
36
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AXPopoverComponent, "ax-popover", never, { "target": { "alias": "target"; "required": false; }; "position": { "alias": "position"; "required": false; }; "openMode": { "alias": "openMode"; "required": false; }; "closeMode": { "alias": "closeMode"; "required": false; }; "rtl": { "alias": "rtl"; "required": false; }; "
|
34
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXPopoverComponent, "ax-popover", never, { "target": { "alias": "target"; "required": false; }; "position": { "alias": "position"; "required": false; }; "openMode": { "alias": "openMode"; "required": false; }; "closeMode": { "alias": "closeMode"; "required": false; }; "rtl": { "alias": "rtl"; "required": false; }; "visible": { "alias": "visible"; "required": false; }; }, { "onOutSideClick": "onOutSideClick"; }, never, ["*"], false, never>;
|
37
35
|
}
|
@@ -15,8 +15,6 @@ export declare class AXPopupService {
|
|
15
15
|
data?: any;
|
16
16
|
footerButtons?: AXButtonItem[];
|
17
17
|
modal?: boolean;
|
18
|
-
axId?: string;
|
19
|
-
axClass?: string;
|
20
18
|
}): AXPageClosedPromise;
|
21
19
|
private closePopup;
|
22
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXPopupService, never>;
|
@@ -31,8 +31,6 @@ export declare class AXSearchBarComponent {
|
|
31
31
|
caption: string;
|
32
32
|
block: boolean;
|
33
33
|
set items(v: AXPropertyConfig[]);
|
34
|
-
axId: string;
|
35
|
-
axClass: string;
|
36
34
|
onValueChange: EventEmitter<any>;
|
37
35
|
onSearchValue: EventEmitter<FilterTextItemsModel[]>;
|
38
36
|
_items: any[];
|
@@ -60,5 +58,5 @@ export declare class AXSearchBarComponent {
|
|
60
58
|
open(): void;
|
61
59
|
close(): void;
|
62
60
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXSearchBarComponent, never>;
|
63
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AXSearchBarComponent, "ax-search-bar", never, { "sizeButton": { "alias": "sizeButton"; "required": false; }; "size": { "alias": "size"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "fitParent": { "alias": "fitParent"; "required": false; }; "popoverWidth": { "alias": "popoverWidth"; "required": false; }; "rtl": { "alias": "rtl"; "required": false; }; "loadOnInit": { "alias": "loadOnInit"; "required": false; }; "caption": { "alias": "caption"; "required": false; }; "block": { "alias": "block"; "required": false; }; "items": { "alias": "items"; "required": false; };
|
61
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXSearchBarComponent, "ax-search-bar", never, { "sizeButton": { "alias": "sizeButton"; "required": false; }; "size": { "alias": "size"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "fitParent": { "alias": "fitParent"; "required": false; }; "popoverWidth": { "alias": "popoverWidth"; "required": false; }; "rtl": { "alias": "rtl"; "required": false; }; "loadOnInit": { "alias": "loadOnInit"; "required": false; }; "caption": { "alias": "caption"; "required": false; }; "block": { "alias": "block"; "required": false; }; "items": { "alias": "items"; "required": false; }; }, { "onValueChange": "onValueChange"; "onSearchValue": "onSearchValue"; }, never, never, false, never>;
|
64
62
|
}
|
@@ -22,9 +22,7 @@ export declare class AXTabStripComponent implements OnInit {
|
|
22
22
|
ngOnInit(): void;
|
23
23
|
items: AXTabStripItem[];
|
24
24
|
onTabChanged: EventEmitter<AXTabStripChangedEvent>;
|
25
|
-
axId: string;
|
26
|
-
axClass: string;
|
27
25
|
handleClick(i: AXTabStripItem): void;
|
28
26
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXTabStripComponent, never>;
|
29
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AXTabStripComponent, "ax-tab-strip", never, { "items": { "alias": "items"; "required": false; };
|
27
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXTabStripComponent, "ax-tab-strip", never, { "items": { "alias": "items"; "required": false; }; }, { "onTabChanged": "onTabChanged"; }, never, never, false, never>;
|
30
28
|
}
|
@@ -15,8 +15,6 @@ export declare class AXTabViewComponent implements AfterContentInit {
|
|
15
15
|
tabs: QueryList<AXTabComponent>;
|
16
16
|
dynamicTabPlaceholder: DynamicTabsDirective;
|
17
17
|
onActiveTab: EventEmitter<AXDataEvent<any>>;
|
18
|
-
axId: string;
|
19
|
-
axClass: string;
|
20
18
|
constructor(ref: ElementRef, _componentFactoryResolver: ComponentFactoryResolver, fullWidth?: boolean);
|
21
19
|
ngAfterContentInit(): void;
|
22
20
|
openTab(title: string, template: any, isCloseable?: boolean, icon?: any, data?: any): void;
|
@@ -24,5 +22,5 @@ export declare class AXTabViewComponent implements AfterContentInit {
|
|
24
22
|
closeTab(tab: AXTabComponent): void;
|
25
23
|
closeActiveTab(): void;
|
26
24
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXTabViewComponent, [null, null, { attribute: "fullWidth"; }]>;
|
27
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AXTabViewComponent, "ax-tab-view", never, {
|
25
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXTabViewComponent, "ax-tab-view", never, {}, { "onActiveTab": "onActiveTab"; }, ["tabs"], ["*"], false, never>;
|
28
26
|
}
|
@@ -7,8 +7,6 @@ export declare class AXTabComponent {
|
|
7
7
|
template: any;
|
8
8
|
dataContext: any;
|
9
9
|
icon: string;
|
10
|
-
axId: string;
|
11
|
-
axClass: string;
|
12
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXTabComponent, never>;
|
13
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AXTabComponent, "ax-tab", never, { "caption": { "alias": "caption"; "required": false; }; "name": { "alias": "name"; "required": false; }; "active": { "alias": "active"; "required": false; }; "isCloseable": { "alias": "isCloseable"; "required": false; }; "template": { "alias": "template"; "required": false; }; "dataContext": { "alias": "dataContext"; "required": false; }; "icon": { "alias": "icon"; "required": false; };
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXTabComponent, "ax-tab", never, { "caption": { "alias": "caption"; "required": false; }; "name": { "alias": "name"; "required": false; }; "active": { "alias": "active"; "required": false; }; "isCloseable": { "alias": "isCloseable"; "required": false; }; "template": { "alias": "template"; "required": false; }; "dataContext": { "alias": "dataContext"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; }, {}, never, ["*"], false, never>;
|
14
12
|
}
|
@@ -8,13 +8,11 @@ export declare class AXToastMessageComponent implements OnInit {
|
|
8
8
|
timeOut: number;
|
9
9
|
closeable: boolean;
|
10
10
|
type: 'info' | 'success' | 'warning' | 'error';
|
11
|
-
axId: string;
|
12
|
-
axClass: string;
|
13
11
|
style: string;
|
14
12
|
icon: string;
|
15
13
|
toastWidth: number;
|
16
14
|
ngOnInit(): void;
|
17
15
|
close(): void;
|
18
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXToastMessageComponent, never>;
|
19
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AXToastMessageComponent, "ng-component", never, { "title": { "alias": "title"; "required": false; }; "message": { "alias": "message"; "required": false; }; "timeOut": { "alias": "timeOut"; "required": false; }; "closeable": { "alias": "closeable"; "required": false; }; "type": { "alias": "type"; "required": false; };
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXToastMessageComponent, "ng-component", never, { "title": { "alias": "title"; "required": false; }; "message": { "alias": "message"; "required": false; }; "timeOut": { "alias": "timeOut"; "required": false; }; "closeable": { "alias": "closeable"; "required": false; }; "type": { "alias": "type"; "required": false; }; }, {}, never, never, false, never>;
|
20
18
|
}
|
@@ -1,14 +1,12 @@
|
|
1
|
-
import { EventEmitter } from
|
1
|
+
import { EventEmitter } from "@angular/core";
|
2
2
|
import { AXBaseMenuItem } from '@acorex/core';
|
3
3
|
import * as i0 from "@angular/core";
|
4
4
|
export declare class AXToolbarButtonGroupComponent {
|
5
|
-
|
6
|
-
axClass: string;
|
5
|
+
constructor();
|
7
6
|
items: AXBaseMenuItem[];
|
8
7
|
itemClick: EventEmitter<AXBaseMenuItem>;
|
9
|
-
mode:
|
10
|
-
constructor();
|
8
|
+
mode: "single" | "multiple";
|
11
9
|
onClick(item: AXBaseMenuItem): void;
|
12
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXToolbarButtonGroupComponent, never>;
|
13
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AXToolbarButtonGroupComponent, "ax-toolbar-group-button", never, { "
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXToolbarButtonGroupComponent, "ax-toolbar-group-button", never, { "items": { "alias": "items"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; }, { "itemClick": "itemClick"; }, never, never, false, never>;
|
14
12
|
}
|
@@ -17,11 +17,9 @@ export declare class AXToolbarMenuComponent extends AXToolbarItem {
|
|
17
17
|
private _items;
|
18
18
|
get items(): AXMenuItem[];
|
19
19
|
set items(v: AXMenuItem[]);
|
20
|
-
axId: string;
|
21
|
-
axClass: string;
|
22
20
|
handleItemClick(item?: AXMenuItemClickEvent): void;
|
23
21
|
close(): void;
|
24
22
|
update(): void;
|
25
23
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXToolbarMenuComponent, never>;
|
26
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AXToolbarMenuComponent, "ax-toolbar-menu", never, { "menuTemplate": { "alias": "menuTemplate"; "required": false; }; "floatPlacemnet": { "alias": "floatPlacemnet"; "required": false; }; "selection": { "alias": "selection"; "required": false; }; "items": { "alias": "items"; "required": false; };
|
24
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXToolbarMenuComponent, "ax-toolbar-menu", never, { "menuTemplate": { "alias": "menuTemplate"; "required": false; }; "floatPlacemnet": { "alias": "floatPlacemnet"; "required": false; }; "selection": { "alias": "selection"; "required": false; }; "items": { "alias": "items"; "required": false; }; }, { "onItemClick": "onItemClick"; }, ["_contentMenuTemplate"], never, false, never>;
|
27
25
|
}
|
@@ -9,10 +9,8 @@ export declare class AXToolbarSearchComponent {
|
|
9
9
|
private _text;
|
10
10
|
get text(): string;
|
11
11
|
set text(v: string);
|
12
|
-
axId: string;
|
13
|
-
axClass: string;
|
14
12
|
focus(): void;
|
15
13
|
onSearchChanged(text: string): void;
|
16
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXToolbarSearchComponent, never>;
|
17
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AXToolbarSearchComponent, "ax-toolbar-search", never, { "text": { "alias": "text"; "required": false; };
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXToolbarSearchComponent, "ax-toolbar-search", never, { "text": { "alias": "text"; "required": false; }; }, { "onValueChanged": "onValueChanged"; }, never, never, false, never>;
|
18
16
|
}
|
@@ -1,10 +1,9 @@
|
|
1
1
|
import * as i0 from "@angular/core";
|
2
2
|
export declare class AXToolbarTitleComponent {
|
3
|
-
|
4
|
-
axClass: string;
|
3
|
+
constructor();
|
5
4
|
private _text;
|
6
5
|
get text(): string;
|
7
6
|
set text(v: string);
|
8
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXToolbarTitleComponent, never>;
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AXToolbarTitleComponent, "ax-toolbar-title", never, { "
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXToolbarTitleComponent, "ax-toolbar-title", never, { "text": { "alias": "text"; "required": false; }; }, {}, never, ["*"], false, never>;
|
10
9
|
}
|
@@ -3,8 +3,6 @@ import * as i0 from "@angular/core";
|
|
3
3
|
export declare class AXToolbarComponent implements OnInit {
|
4
4
|
constructor();
|
5
5
|
ngOnInit(): void;
|
6
|
-
axId: string;
|
7
|
-
axClass: string;
|
8
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXToolbarComponent, never>;
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AXToolbarComponent, "ax-toolbar", never, {
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXToolbarComponent, "ax-toolbar", never, {}, {}, never, ["*"], false, never>;
|
10
8
|
}
|