@acorex/components 5.0.51 → 5.0.54
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 +8 -5
- package/esm2020/lib/alert/alert.module.mjs +4 -4
- package/esm2020/lib/avatar/avatar-group.component.mjs +17 -0
- package/esm2020/lib/avatar/avatar.component.mjs +30 -36
- package/esm2020/lib/avatar/avatar.module.mjs +7 -6
- package/esm2020/lib/avatar/index.mjs +2 -1
- 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/infinite-scroll.directive.mjs +3 -3
- package/esm2020/lib/base/mixin/base-components.class.mjs +3 -3
- package/esm2020/lib/base/mixin/mixin.class.mjs +2 -1
- package/esm2020/lib/base/mixin/selection-component.class.mjs +4 -2
- package/esm2020/lib/base/overlay.service.mjs +3 -3
- package/esm2020/lib/base/responsive.directive.mjs +3 -3
- package/esm2020/lib/breadcrumbs/breadcrumbs-item.class.mjs +2 -0
- package/esm2020/lib/breadcrumbs/breadcrumbs-item.component.mjs +17 -0
- package/esm2020/lib/breadcrumbs/breadcrumbs.component.mjs +15 -0
- package/esm2020/lib/breadcrumbs/breadcrumbs.module.mjs +20 -0
- package/esm2020/lib/breadcrumbs/index.mjs +5 -0
- 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 +3 -3
- package/esm2020/lib/button/button.module.mjs +4 -4
- package/esm2020/lib/calendar/calendar.class.mjs +3 -3
- package/esm2020/lib/calendar/calendar.component.mjs +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/collapse/collapse-group.component.mjs +52 -0
- package/esm2020/lib/collapse/collapse.component.mjs +42 -0
- package/esm2020/lib/collapse/collapse.module.mjs +20 -0
- package/esm2020/lib/collapse/index.mjs +4 -0
- package/esm2020/lib/datalist/datalist.component.mjs +3 -3
- package/esm2020/lib/datalist/datalist.module.mjs +4 -4
- package/esm2020/lib/datepicker/datepicker.component.mjs +3 -3
- 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 +12 -4
- 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/menu.component.mjs +12 -4
- package/esm2020/lib/menu/menu.module.mjs +4 -4
- package/esm2020/lib/number-box/number-box.component.mjs +3 -3
- package/esm2020/lib/number-box/number-box.module.mjs +4 -4
- package/esm2020/lib/page/base-page.class.mjs +3 -3
- package/esm2020/lib/page/page-footer.component.mjs +3 -3
- package/esm2020/lib/page/page-header.component.mjs +3 -3
- package/esm2020/lib/page/page.component.mjs +3 -3
- package/esm2020/lib/page/page.module.mjs +4 -4
- package/esm2020/lib/password-box/password-box.component.mjs +3 -3
- package/esm2020/lib/password-box/password-box.module.mjs +4 -4
- package/esm2020/lib/popover/popover.component.mjs +3 -3
- package/esm2020/lib/popover/popover.module.mjs +4 -4
- package/esm2020/lib/popup/popup.component.mjs +12 -4
- package/esm2020/lib/popup/popup.module.mjs +4 -4
- package/esm2020/lib/popup/popup.service.mjs +3 -3
- package/esm2020/lib/progress-bar/progress-bar.component.mjs +12 -4
- package/esm2020/lib/progress-bar/progress-bar.module.mjs +4 -4
- package/esm2020/lib/radio/radio.component.mjs +12 -4
- 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/rating/index.mjs +3 -0
- package/esm2020/lib/rating/rating.component.mjs +41 -0
- package/esm2020/lib/rating/rating.component.module.mjs +19 -0
- package/esm2020/lib/result/index.mjs +3 -0
- package/esm2020/lib/result/result.component.mjs +23 -0
- package/esm2020/lib/result/result.module.mjs +19 -0
- package/esm2020/lib/selectbox/selectbox.component.mjs +21 -5
- package/esm2020/lib/selectbox/selectbox.module.mjs +4 -4
- package/esm2020/lib/selection-list/selection-list.component.mjs +15 -4
- package/esm2020/lib/selection-list/selection-list.module.mjs +4 -4
- package/esm2020/lib/switch/switch.component.mjs +3 -3
- package/esm2020/lib/switch/switch.module.mjs +4 -4
- 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/textarea.component.mjs +3 -3
- package/esm2020/lib/textarea/textarea.module.mjs +4 -4
- package/esm2020/lib/textbox/textbox.component.mjs +3 -3
- package/esm2020/lib/textbox/textbox.module.mjs +4 -4
- package/esm2020/lib/time-box/time-box.component.mjs +12 -4
- package/esm2020/lib/time-box/time-box.module.mjs +4 -4
- package/esm2020/lib/toast/toast.component.mjs +12 -4
- 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/tree-view.component.mjs +12 -4
- package/esm2020/lib/treeview/tree-view.module.mjs +4 -4
- 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 -1
- package/fesm2015/acorex-components.mjs +778 -444
- package/fesm2015/acorex-components.mjs.map +1 -1
- package/fesm2020/acorex-components.mjs +778 -444
- package/fesm2020/acorex-components.mjs.map +1 -1
- package/lib/alert/alert.component.d.ts +2 -1
- package/lib/avatar/avatar-group.component.d.ts +8 -0
- package/lib/avatar/avatar.component.d.ts +17 -15
- package/lib/avatar/avatar.module.d.ts +3 -2
- package/lib/avatar/index.d.ts +1 -0
- package/lib/base/mixin/mixin.class.d.ts +31 -0
- package/lib/base/mixin/selection-component.class.d.ts +3 -0
- package/lib/breadcrumbs/breadcrumbs-item.class.d.ts +9 -0
- package/lib/breadcrumbs/breadcrumbs-item.component.d.ts +8 -0
- package/lib/breadcrumbs/breadcrumbs.component.d.ts +7 -0
- package/lib/breadcrumbs/breadcrumbs.module.d.ts +9 -0
- package/lib/breadcrumbs/index.d.ts +4 -0
- package/lib/collapse/collapse-group.component.d.ts +14 -0
- package/lib/collapse/collapse.component.d.ts +16 -0
- package/lib/collapse/collapse.module.d.ts +9 -0
- package/lib/collapse/index.d.ts +3 -0
- package/lib/form/form.component.d.ts +8 -0
- package/lib/menu/menu.component.d.ts +8 -0
- package/lib/popup/popup.component.d.ts +8 -0
- package/lib/progress-bar/progress-bar.component.d.ts +8 -0
- package/lib/radio/radio.component.d.ts +8 -0
- package/lib/rating/index.d.ts +2 -0
- package/lib/rating/rating.component.d.ts +21 -0
- package/lib/rating/rating.component.module.d.ts +8 -0
- package/lib/result/index.d.ts +2 -0
- package/lib/result/result.component.d.ts +12 -0
- package/lib/result/result.module.d.ts +8 -0
- package/lib/selectbox/selectbox.component.d.ts +17 -0
- package/lib/selection-list/selection-list.component.d.ts +11 -0
- package/lib/time-box/time-box.component.d.ts +8 -0
- package/lib/toast/toast.component.d.ts +8 -0
- package/lib/treeview/tree-view.component.d.ts +8 -0
- package/package.json +4 -4
- package/public-api.d.ts +4 -0
|
@@ -40,6 +40,7 @@ export declare const AXBaseAlertMixin: {
|
|
|
40
40
|
export declare class AXAlertComponent extends AXBaseAlertMixin {
|
|
41
41
|
#private;
|
|
42
42
|
icon: string;
|
|
43
|
+
showIcon: boolean;
|
|
43
44
|
_onOptionChanged(option: AXComponentOptionChanged): void;
|
|
44
45
|
/**
|
|
45
46
|
* @ignore
|
|
@@ -70,5 +71,5 @@ export declare class AXAlertComponent extends AXBaseAlertMixin {
|
|
|
70
71
|
*/
|
|
71
72
|
show(): void;
|
|
72
73
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXAlertComponent, never>;
|
|
73
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AXAlertComponent, "ax-alert", never, { "color": "color"; "look": "look"; "icon": "icon"; "timeOut": "timeOut"; "visible": "visible"; }, {}, never, ["ax-alert-title", "ax-alert-content", "ax-alert-footer", "ax-alert-suffix"]>;
|
|
74
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXAlertComponent, "ax-alert", never, { "color": "color"; "look": "look"; "icon": "icon"; "showIcon": "showIcon"; "timeOut": "timeOut"; "visible": "visible"; }, {}, never, ["ax-alert-title", "ax-alert-content", "ax-alert-footer", "ax-alert-suffix"]>;
|
|
74
75
|
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class AXAvatarGroup implements OnInit {
|
|
4
|
+
constructor();
|
|
5
|
+
ngOnInit(): void;
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXAvatarGroup, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXAvatarGroup, "ax-avatar-group", never, {}, {}, never, ["ax-avatar"]>;
|
|
8
|
+
}
|
|
@@ -1,20 +1,22 @@
|
|
|
1
1
|
import { ElementRef, ChangeDetectorRef } from '@angular/core';
|
|
2
|
-
import {
|
|
2
|
+
import { AXAvatarMixin } from '../base';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
|
-
|
|
4
|
+
/**
|
|
5
|
+
* The Button is a component which detects user interaction and triggers a corresponding event
|
|
6
|
+
*
|
|
7
|
+
* @category Components
|
|
8
|
+
*/
|
|
9
|
+
export declare class AXAvatarComponent extends AXAvatarMixin {
|
|
10
|
+
text: any;
|
|
11
|
+
icon: any;
|
|
12
|
+
src: any;
|
|
13
|
+
class: any;
|
|
14
|
+
type: "default" | 'text' | 'icon' | 'image';
|
|
15
|
+
/**
|
|
16
|
+
* @ignore
|
|
17
|
+
*/
|
|
5
18
|
constructor(elementRef: ElementRef, cdr: ChangeDetectorRef);
|
|
6
|
-
|
|
7
|
-
get image(): string;
|
|
8
|
-
set image(v: string);
|
|
9
|
-
private _title;
|
|
10
|
-
get title(): string;
|
|
11
|
-
set title(v: string);
|
|
12
|
-
private _icon;
|
|
13
|
-
get icon(): string;
|
|
14
|
-
set icon(v: string);
|
|
15
|
-
private _abbr;
|
|
16
|
-
get abbr(): string;
|
|
17
|
-
set abbr(v: string);
|
|
19
|
+
get __hostClass(): string;
|
|
18
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXAvatarComponent, never>;
|
|
19
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AXAvatarComponent, "ax-avatar", never, { "
|
|
21
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXAvatarComponent, "ax-avatar", never, { "color": "color"; "look": "look"; "text": "text"; "icon": "icon"; "src": "src"; "class": "class"; "type": "type"; }, {}, never, ["ax-badge", "ax-icon", "img"]>;
|
|
20
22
|
}
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./avatar.component";
|
|
3
|
-
import * as i2 from "
|
|
3
|
+
import * as i2 from "./avatar-group.component";
|
|
4
|
+
import * as i3 from "@angular/common";
|
|
4
5
|
export declare class AXAvatarModule {
|
|
5
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXAvatarModule, never>;
|
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AXAvatarModule, [typeof i1.AXAvatarComponent], [typeof
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXAvatarModule, [typeof i1.AXAvatarComponent, typeof i2.AXAvatarGroup], [typeof i3.CommonModule], [typeof i1.AXAvatarComponent, typeof i2.AXAvatarGroup]>;
|
|
7
8
|
static ɵinj: i0.ɵɵInjectorDeclaration<AXAvatarModule>;
|
|
8
9
|
}
|
package/lib/avatar/index.d.ts
CHANGED
|
@@ -607,3 +607,34 @@ export declare const AXBaseProgressMixin: {
|
|
|
607
607
|
_setOption(option: import("./base-components.class").AXComponentSetOption): void;
|
|
608
608
|
};
|
|
609
609
|
} & typeof AXBaseComponent;
|
|
610
|
+
export declare const AXAvatarMixin: {
|
|
611
|
+
new (...args: any[]): {
|
|
612
|
+
colorChange: import("@angular/core").EventEmitter<import("@acorex/components").AXStyleColorType>;
|
|
613
|
+
_color: import("@acorex/components").AXStyleColorType;
|
|
614
|
+
color: import("@acorex/components").AXStyleColorType;
|
|
615
|
+
lookChange: import("@angular/core").EventEmitter<import("@acorex/components").AXStyleButtonLook>;
|
|
616
|
+
_look?: import("@acorex/components").AXStyleButtonLook;
|
|
617
|
+
look: import("@acorex/components").AXStyleButtonLook;
|
|
618
|
+
id: string;
|
|
619
|
+
rtl: boolean;
|
|
620
|
+
"__#1@#elementRef": import("@angular/core").ElementRef<any>;
|
|
621
|
+
_cdr: import("@angular/core").ChangeDetectorRef;
|
|
622
|
+
_isInited: boolean;
|
|
623
|
+
_isRendered: boolean;
|
|
624
|
+
ngOnInit(): void;
|
|
625
|
+
ngAfterViewInit(): void;
|
|
626
|
+
ngOnDestroy(): void;
|
|
627
|
+
_getHostElement<T = HTMLElement>(): T;
|
|
628
|
+
_getInnerElement<T_1 = HTMLElement>(): T_1;
|
|
629
|
+
_onInternalInit(): void;
|
|
630
|
+
_onInternalViewInit(): void;
|
|
631
|
+
_onInternalDestroy(): void;
|
|
632
|
+
onInit(): void;
|
|
633
|
+
onRenderCssClass(): void;
|
|
634
|
+
onViewInit(): void;
|
|
635
|
+
onDestroy(): void;
|
|
636
|
+
_onOptionChanging(option: import("./base-components.class").AXComponentOptionChanging): any;
|
|
637
|
+
_onOptionChanged(option: import("./base-components.class").AXComponentOptionChanged): void;
|
|
638
|
+
_setOption(option: import("./base-components.class").AXComponentSetOption): void;
|
|
639
|
+
};
|
|
640
|
+
} & typeof AXBaseComponent;
|
|
@@ -13,6 +13,9 @@ export declare function _SelectionComponenetMixin<TBase extends Constructor<AXBa
|
|
|
13
13
|
}) => boolean;
|
|
14
14
|
multiple: boolean;
|
|
15
15
|
selectionMode: 'value' | 'item';
|
|
16
|
+
/**
|
|
17
|
+
* Defines the primary text to show inside the button.
|
|
18
|
+
*/
|
|
16
19
|
readonly items: any[];
|
|
17
20
|
readonly displayItems: any[];
|
|
18
21
|
readonly flatItems: any[];
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { AXBaseComponent } from '../base/mixin';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class AXBreadCrumbsItemComponent extends AXBaseComponent {
|
|
4
|
+
text: string;
|
|
5
|
+
constructor();
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXBreadCrumbsItemComponent, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXBreadCrumbsItemComponent, "ax-breadcrumbs-item", never, { "text": "text"; }, {}, never, ["ax-prefix,ax-loading,ax-icon", "ax-suffix,ax-loading,ax-icon"]>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { AXBaseComponent } from '../base';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class AXBreadCrumbsComponent extends AXBaseComponent {
|
|
4
|
+
constructor();
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXBreadCrumbsComponent, never>;
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXBreadCrumbsComponent, "ax-breadcrumbs", never, {}, {}, never, ["ax-breadcrumbs-item"]>;
|
|
7
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./breadcrumbs.component";
|
|
3
|
+
import * as i2 from "./breadcrumbs-item.component";
|
|
4
|
+
import * as i3 from "@angular/common";
|
|
5
|
+
export declare class AXBreadcrumbsModule {
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXBreadcrumbsModule, never>;
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXBreadcrumbsModule, [typeof i1.AXBreadCrumbsComponent, typeof i2.AXBreadCrumbsItemComponent], [typeof i3.CommonModule], [typeof i1.AXBreadCrumbsComponent, typeof i2.AXBreadCrumbsItemComponent]>;
|
|
8
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AXBreadcrumbsModule>;
|
|
9
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { AXBaseComponent } from '../base';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class AXCollapseGroupComponent extends AXBaseComponent implements OnInit {
|
|
5
|
+
accordion: boolean;
|
|
6
|
+
nonCollapsedIndex: number;
|
|
7
|
+
private _collapses;
|
|
8
|
+
constructor();
|
|
9
|
+
ngOnInit(): void;
|
|
10
|
+
ngAfterViewInit(): void;
|
|
11
|
+
ngDoCheck(): void;
|
|
12
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXCollapseGroupComponent, never>;
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXCollapseGroupComponent, "ax-collapse-group", never, { "accordion": "accordion"; "nonCollapsedIndex": "nonCollapsedIndex"; }, {}, ["_collapses"], ["ax-collapse"]>;
|
|
14
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { EventEmitter, OnInit, TemplateRef } from '@angular/core';
|
|
2
|
+
import { AXBaseComponent } from '../base';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class AXCollapseComponent extends AXBaseComponent implements OnInit {
|
|
5
|
+
isCollapsedChange: EventEmitter<any>;
|
|
6
|
+
private _isCollapsed;
|
|
7
|
+
get isCollapsed(): boolean;
|
|
8
|
+
set isCollapsed(v: boolean);
|
|
9
|
+
caption: string;
|
|
10
|
+
headerTemplate: TemplateRef<any>;
|
|
11
|
+
constructor();
|
|
12
|
+
ngOnInit(): void;
|
|
13
|
+
handleHeaderClick(): void;
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXCollapseComponent, never>;
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXCollapseComponent, "ax-collapse", never, { "isCollapsed": "isCollapsed"; "caption": "caption"; }, { "isCollapsedChange": "isCollapsedChange"; }, ["headerTemplate"], ["ax-prefix", "ax-suffix", "*"]>;
|
|
16
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./collapse.component";
|
|
3
|
+
import * as i2 from "./collapse-group.component";
|
|
4
|
+
import * as i3 from "@angular/common";
|
|
5
|
+
export declare class AXCollapseModule {
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXCollapseModule, never>;
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXCollapseModule, [typeof i1.AXCollapseComponent, typeof i2.AXCollapseGroupComponent], [typeof i3.CommonModule], [typeof i1.AXCollapseComponent, typeof i2.AXCollapseGroupComponent]>;
|
|
8
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AXCollapseModule>;
|
|
9
|
+
}
|
|
@@ -2,8 +2,16 @@ import { ChangeDetectorRef, ElementRef } from '@angular/core';
|
|
|
2
2
|
import { AXBaseComponentMixin } from '../base/mixin/mixin.class';
|
|
3
3
|
import { AXValidationResult } from '../validation/validation.class';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
|
+
/**
|
|
6
|
+
* The Button is a component which detects user interaction and triggers a corresponding event
|
|
7
|
+
*
|
|
8
|
+
* @category Components
|
|
9
|
+
*/
|
|
5
10
|
export declare class AXFormComponent extends AXBaseComponentMixin {
|
|
6
11
|
private cdr;
|
|
12
|
+
/**
|
|
13
|
+
* @ignore
|
|
14
|
+
*/
|
|
7
15
|
constructor(elementRef: ElementRef, cdr: ChangeDetectorRef);
|
|
8
16
|
_getComponenets(): Element[];
|
|
9
17
|
validate(): Promise<AXValidationResult>;
|
|
@@ -18,9 +18,17 @@ export interface AXMenuItems {
|
|
|
18
18
|
isActive?: boolean;
|
|
19
19
|
onClick?: (e?: any) => void;
|
|
20
20
|
}
|
|
21
|
+
/**
|
|
22
|
+
* The Button is a component which detects user interaction and triggers a corresponding event
|
|
23
|
+
*
|
|
24
|
+
* @category Components
|
|
25
|
+
*/
|
|
21
26
|
export declare class AXMenuComponent extends AXBaseComponentMixin {
|
|
22
27
|
private elementRef;
|
|
23
28
|
private cdr;
|
|
29
|
+
/**
|
|
30
|
+
* @ignore
|
|
31
|
+
*/
|
|
24
32
|
constructor(elementRef: ElementRef, cdr: ChangeDetectorRef);
|
|
25
33
|
items: AXMenuItems[];
|
|
26
34
|
onMenuItemClick: EventEmitter<AXItemClickEvent<AXMenuItems>>;
|
|
@@ -5,6 +5,11 @@ import { AXLoadingService } from '../loading';
|
|
|
5
5
|
import { CdkPortalOutletAttachedRef, Portal } from '@angular/cdk/portal';
|
|
6
6
|
import { AXPlatform } from '@acorex/core';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
|
+
/**
|
|
9
|
+
* The Button is a component which detects user interaction and triggers a corresponding event
|
|
10
|
+
*
|
|
11
|
+
* @category Components
|
|
12
|
+
*/
|
|
8
13
|
export declare class AXPopupComponent extends AXBaseComponentMixin {
|
|
9
14
|
private _zone;
|
|
10
15
|
private _viewContainerRef;
|
|
@@ -23,6 +28,9 @@ export declare class AXPopupComponent extends AXBaseComponentMixin {
|
|
|
23
28
|
_selectedPortal: Portal<any>;
|
|
24
29
|
_footerPortal: Portal<any>;
|
|
25
30
|
_headerPortal: Portal<any>;
|
|
31
|
+
/**
|
|
32
|
+
* @ignore
|
|
33
|
+
*/
|
|
26
34
|
constructor(elementRef: ElementRef, cdr: ChangeDetectorRef, _zone: NgZone, _viewContainerRef: ViewContainerRef, loadingService: AXLoadingService, _platform: AXPlatform);
|
|
27
35
|
onInit(): void;
|
|
28
36
|
_handleAttched(ref: CdkPortalOutletAttachedRef): void;
|
|
@@ -1,7 +1,15 @@
|
|
|
1
1
|
import { AXBaseComponentMixin } from '../base';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
|
+
/**
|
|
4
|
+
* The Button is a component which detects user interaction and triggers a corresponding event
|
|
5
|
+
*
|
|
6
|
+
* @category Components
|
|
7
|
+
*/
|
|
3
8
|
export declare class AXProgressBarComponent extends AXBaseComponentMixin {
|
|
4
9
|
value: number;
|
|
10
|
+
/**
|
|
11
|
+
* @ignore
|
|
12
|
+
*/
|
|
5
13
|
constructor();
|
|
6
14
|
ngOnInit(): void;
|
|
7
15
|
private get __hostClass();
|
|
@@ -1,7 +1,15 @@
|
|
|
1
1
|
import { ElementRef, ChangeDetectorRef } from '@angular/core';
|
|
2
2
|
import { AXBaseValueComponentMixin } from '../base';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
|
+
/**
|
|
5
|
+
* The Button is a component which detects user interaction and triggers a corresponding event
|
|
6
|
+
*
|
|
7
|
+
* @category Components
|
|
8
|
+
*/
|
|
4
9
|
export declare class AXRadioComponent extends AXBaseValueComponentMixin {
|
|
10
|
+
/**
|
|
11
|
+
* @ignore
|
|
12
|
+
*/
|
|
5
13
|
constructor(elementRef: ElementRef, cdr: ChangeDetectorRef);
|
|
6
14
|
_handleOnClickEvent(e: MouseEvent): boolean;
|
|
7
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXRadioComponent, never>;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { AfterViewInit, ElementRef } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
/**
|
|
4
|
+
* The Button is a component which detects user interaction and triggers a corresponding event
|
|
5
|
+
*
|
|
6
|
+
* @category Components
|
|
7
|
+
*/
|
|
8
|
+
export declare class AXRatingComponent implements AfterViewInit {
|
|
9
|
+
stars: ElementRef<HTMLDivElement>;
|
|
10
|
+
items: any[];
|
|
11
|
+
/**
|
|
12
|
+
* @ignore
|
|
13
|
+
*/
|
|
14
|
+
constructor();
|
|
15
|
+
ngAfterViewInit(): void;
|
|
16
|
+
handleStarClick(item: any): void;
|
|
17
|
+
handleMouseEnter(): void;
|
|
18
|
+
handleMouseLeave(): void;
|
|
19
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXRatingComponent, never>;
|
|
20
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXRatingComponent, "ax-rating", never, {}, {}, never, never>;
|
|
21
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./rating.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
export declare class AXRatingModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXRatingModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXRatingModule, [typeof i1.AXRatingComponent], [typeof i2.CommonModule], [typeof i1.AXRatingComponent]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AXRatingModule>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { AXBaseComponent } from '../base';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class AXResultComponent extends AXBaseComponent implements OnInit {
|
|
5
|
+
type: 'success' | 'warning' | 'info' | 'danger' | '400' | '403' | '500' | 'custom-icon' | 'custom-image';
|
|
6
|
+
caption: any;
|
|
7
|
+
description: any;
|
|
8
|
+
constructor();
|
|
9
|
+
ngOnInit(): void;
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXResultComponent, never>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXResultComponent, "ax-result", never, { "type": "type"; "caption": "caption"; "description": "description"; }, {}, never, ["ax-icon", "img", "*"]>;
|
|
12
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./result.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
export declare class ResultModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ResultModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ResultModule, [typeof i1.AXResultComponent], [typeof i2.CommonModule], [typeof i1.AXResultComponent]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<ResultModule>;
|
|
8
|
+
}
|
|
@@ -3,6 +3,11 @@ import { ChangeDetectorRef, ElementRef, NgZone, TemplateRef } from '@angular/cor
|
|
|
3
3
|
import { AXBaseSelectionDropdownMixin, AXClickEvent, AXValueChangedEvent } from '../base';
|
|
4
4
|
import { AXPopoverComponent } from '../popover';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
|
+
/**
|
|
7
|
+
* The Button is a component which detects user interaction and triggers a corresponding event
|
|
8
|
+
*
|
|
9
|
+
* @category Components
|
|
10
|
+
*/
|
|
6
11
|
export declare class AXSelectBoxComponent extends AXBaseSelectionDropdownMixin {
|
|
7
12
|
private _elementRef;
|
|
8
13
|
private _cdr;
|
|
@@ -12,8 +17,14 @@ export declare class AXSelectBoxComponent extends AXBaseSelectionDropdownMixin {
|
|
|
12
17
|
_target: HTMLDivElement;
|
|
13
18
|
_popoverTitle: string;
|
|
14
19
|
_popoverWidth: number;
|
|
20
|
+
/**
|
|
21
|
+
* Defines the clearButton.
|
|
22
|
+
*/
|
|
15
23
|
clearButton: boolean;
|
|
16
24
|
private _searchSettings;
|
|
25
|
+
/**
|
|
26
|
+
* Defines the search.
|
|
27
|
+
*/
|
|
17
28
|
get searchSettings(): {
|
|
18
29
|
enabled?: boolean;
|
|
19
30
|
expr?: string;
|
|
@@ -22,6 +33,9 @@ export declare class AXSelectBoxComponent extends AXBaseSelectionDropdownMixin {
|
|
|
22
33
|
enabled?: boolean;
|
|
23
34
|
expr?: string;
|
|
24
35
|
});
|
|
36
|
+
/**
|
|
37
|
+
* Defines the checkbox.
|
|
38
|
+
*/
|
|
25
39
|
checkbox: boolean;
|
|
26
40
|
private listContainer;
|
|
27
41
|
private _searchBox;
|
|
@@ -29,6 +43,9 @@ export declare class AXSelectBoxComponent extends AXBaseSelectionDropdownMixin {
|
|
|
29
43
|
get emptyTemplate(): TemplateRef<any>;
|
|
30
44
|
_isMobile: boolean;
|
|
31
45
|
_forceFocus: boolean;
|
|
46
|
+
/**
|
|
47
|
+
* @ignore
|
|
48
|
+
*/
|
|
32
49
|
constructor(_elementRef: ElementRef<HTMLDivElement>, _cdr: ChangeDetectorRef, _zone: NgZone, _platform: AXPlatform);
|
|
33
50
|
_handleArrowClickEvent(e: AXClickEvent): void;
|
|
34
51
|
_handleInputClickEvent(e: MouseEvent): void;
|
|
@@ -1,8 +1,19 @@
|
|
|
1
1
|
import { ElementRef, ChangeDetectorRef } from '@angular/core';
|
|
2
2
|
import { AXBaseSelectionValueMixin, AXDirection } from '../base';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
|
+
/**
|
|
5
|
+
* The Button is a component which detects user interaction and triggers a corresponding event
|
|
6
|
+
*
|
|
7
|
+
* @category Components
|
|
8
|
+
*/
|
|
4
9
|
export declare class AXSelectionListComponent extends AXBaseSelectionValueMixin {
|
|
10
|
+
/**
|
|
11
|
+
* @ignore
|
|
12
|
+
*/
|
|
5
13
|
constructor(elementRef: ElementRef, cdr: ChangeDetectorRef);
|
|
14
|
+
/**
|
|
15
|
+
* Defines the direction.
|
|
16
|
+
*/
|
|
6
17
|
direction: AXDirection;
|
|
7
18
|
_handleOnItemValueChange(item: any, e: Event): void;
|
|
8
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXSelectionListComponent, never>;
|
|
@@ -3,6 +3,11 @@ import IMask from 'imask';
|
|
|
3
3
|
import { AXBaseTextBoxMixin, AXComponentOptionChanged } from '../base';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare type AX_TIME_FORMAT = 'HH:mm' | 'HH:mm:ss';
|
|
6
|
+
/**
|
|
7
|
+
* The Button is a component which detects user interaction and triggers a corresponding event
|
|
8
|
+
*
|
|
9
|
+
* @category Components
|
|
10
|
+
*/
|
|
6
11
|
export declare class AXTimeBoxComponent extends AXBaseTextBoxMixin {
|
|
7
12
|
private cdr;
|
|
8
13
|
private _minValue;
|
|
@@ -24,6 +29,9 @@ export declare class AXTimeBoxComponent extends AXBaseTextBoxMixin {
|
|
|
24
29
|
*/
|
|
25
30
|
_maskObj: IMask.MaskedPattern;
|
|
26
31
|
private _maskDirective;
|
|
32
|
+
/**
|
|
33
|
+
* @ignore
|
|
34
|
+
*/
|
|
27
35
|
constructor(elementRef: ElementRef, cdr: ChangeDetectorRef);
|
|
28
36
|
onViewInit(): void;
|
|
29
37
|
_onValueChanged(oldValue?: any, newValue?: any): void;
|
|
@@ -3,11 +3,19 @@ import { AXBaseComponentMixin } from '../base';
|
|
|
3
3
|
import { AXButtonItem } from '../button';
|
|
4
4
|
import { AXToastOptions } from './toast.class';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
|
+
/**
|
|
7
|
+
* The Button is a component which detects user interaction and triggers a corresponding event
|
|
8
|
+
*
|
|
9
|
+
* @category Components
|
|
10
|
+
*/
|
|
6
11
|
export declare class AXToastComponent extends AXBaseComponentMixin {
|
|
7
12
|
options: AXToastOptions;
|
|
8
13
|
_toastWidth: number;
|
|
9
14
|
_icon: string;
|
|
10
15
|
close: () => void;
|
|
16
|
+
/**
|
|
17
|
+
* @ignore
|
|
18
|
+
*/
|
|
11
19
|
constructor(elementRef: ElementRef, cdr: ChangeDetectorRef);
|
|
12
20
|
onInit(): void;
|
|
13
21
|
_handleButtonClick(button: AXButtonItem): void;
|
|
@@ -1,6 +1,14 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
|
+
/**
|
|
4
|
+
* The Button is a component which detects user interaction and triggers a corresponding event
|
|
5
|
+
*
|
|
6
|
+
* @category Components
|
|
7
|
+
*/
|
|
3
8
|
export declare class AXTreeViewComponent implements OnInit {
|
|
9
|
+
/**
|
|
10
|
+
* @ignore
|
|
11
|
+
*/
|
|
4
12
|
constructor();
|
|
5
13
|
ngOnInit(): void;
|
|
6
14
|
showLines: "all" | "node" | "none";
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@acorex/components",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.54",
|
|
4
4
|
"peerDependencies": {
|
|
5
|
-
"@angular/common": "^13.2
|
|
6
|
-
"@angular/core": "^13.2
|
|
7
|
-
"@angular/cdk": "^13.2
|
|
5
|
+
"@angular/common": "^13.3.2",
|
|
6
|
+
"@angular/core": "^13.3.2",
|
|
7
|
+
"@angular/cdk": "^13.3.2",
|
|
8
8
|
"@splidejs/splide": "^2.4.21",
|
|
9
9
|
"ngx-mask": "^12.0.0",
|
|
10
10
|
"angular-imask": "^6.3.0-alpha.0"
|
package/public-api.d.ts
CHANGED
|
@@ -6,10 +6,12 @@ export * from "./lib/alert";
|
|
|
6
6
|
export * from "./lib/avatar";
|
|
7
7
|
export * from "./lib/badge";
|
|
8
8
|
export * from "./lib/base";
|
|
9
|
+
export * from "./lib/breadcrumbs";
|
|
9
10
|
export * from "./lib/button";
|
|
10
11
|
export * from "./lib/calendar";
|
|
11
12
|
export * from "./lib/carousel";
|
|
12
13
|
export * from "./lib/checkbox";
|
|
14
|
+
export * from "./lib/collapse";
|
|
13
15
|
export * from "./lib/datalist";
|
|
14
16
|
export * from "./lib/datepicker";
|
|
15
17
|
export * from "./lib/decorators";
|
|
@@ -30,6 +32,8 @@ export * from "./lib/popup";
|
|
|
30
32
|
export * from "./lib/progress-bar";
|
|
31
33
|
export * from "./lib/radio";
|
|
32
34
|
export * from "./lib/range-slider";
|
|
35
|
+
export * from "./lib/rating";
|
|
36
|
+
export * from "./lib/result";
|
|
33
37
|
export * from "./lib/selectbox";
|
|
34
38
|
export * from "./lib/selection-list";
|
|
35
39
|
export * from "./lib/switch";
|