@acorex/components 5.0.4 → 5.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/acorex-components.d.ts +5 -5
- package/bundles/acorex-components.umd.js +7172 -6743
- package/bundles/acorex-components.umd.js.map +1 -1
- package/esm2015/acorex-components.js +4 -4
- package/esm2015/lib/alert/alert-button.component.js +52 -52
- package/esm2015/lib/alert/alert-contnet.component.js +21 -21
- package/esm2015/lib/alert/alert-footer.component.js +27 -27
- package/esm2015/lib/alert/alert-suffix.component.js +27 -27
- package/esm2015/lib/alert/alert-title.component.js +23 -23
- package/esm2015/lib/alert/alert.component.js +130 -131
- package/esm2015/lib/alert/alert.module.js +43 -43
- package/esm2015/lib/alert/index.js +8 -8
- package/esm2015/lib/avatar/avatar.component.js +55 -55
- package/esm2015/lib/avatar/avatar.module.js +21 -21
- package/esm2015/lib/avatar/index.js +3 -3
- package/esm2015/lib/badge/badge.component.js +34 -0
- package/esm2015/lib/badge/badge.module.js +21 -0
- package/esm2015/lib/badge/index.js +3 -0
- package/esm2015/lib/base/common.module.js +18 -18
- package/esm2015/lib/base/custom-cdk-overlay.service.js +47 -47
- package/esm2015/lib/base/drawing.class.js +11 -11
- package/esm2015/lib/base/events.class.js +53 -53
- package/esm2015/lib/base/index.js +7 -7
- package/esm2015/lib/base/mixin/base-components.class.js +83 -83
- package/esm2015/lib/base/mixin/button-mixin.class.js +129 -129
- package/esm2015/lib/base/mixin/clickable-mixin.class.js +24 -24
- package/esm2015/lib/base/mixin/constratctor.js +2 -2
- package/esm2015/lib/base/mixin/datalist-component.class.js +97 -97
- package/esm2015/lib/base/mixin/dropdown-mixin.class.js +36 -36
- package/esm2015/lib/base/mixin/index.js +3 -3
- package/esm2015/lib/base/mixin/interactive-mixin.class.js +77 -72
- package/esm2015/lib/base/mixin/loading-mixin.class.js +18 -18
- package/esm2015/lib/base/mixin/mixin.class.js +22 -23
- package/esm2015/lib/base/mixin/selection-component.class.js +158 -158
- package/esm2015/lib/base/mixin/sizable-mixin.class.js +18 -18
- package/esm2015/lib/base/mixin/textbox-mixin.class.js +38 -38
- package/esm2015/lib/base/mixin/value-mixin.class.js +190 -190
- package/esm2015/lib/base/overlay.service.js +91 -91
- package/esm2015/lib/base/responsive.directive.js +34 -34
- package/esm2015/lib/base/styles.class.js +4 -4
- package/esm2015/lib/button/button-group.component.js +131 -131
- package/esm2015/lib/button/button-item.class.js +2 -2
- package/esm2015/lib/button/button-item.component.js +81 -81
- package/esm2015/lib/button/button.component.js +73 -51
- package/esm2015/lib/button/button.module.js +33 -37
- package/esm2015/lib/button/index.js +6 -7
- package/esm2015/lib/calendar/calendar.component.js +287 -59
- package/esm2015/lib/calendar/calendar.module.js +25 -24
- package/esm2015/lib/calendar/index.js +3 -3
- package/esm2015/lib/carousel/carousel-arrows.component.js +53 -53
- package/esm2015/lib/carousel/carousel-item.component.js +21 -21
- package/esm2015/lib/carousel/carousel-pager.component.js +74 -74
- package/esm2015/lib/carousel/carousel-splidejs.class.js +82 -82
- package/esm2015/lib/carousel/carousel.class.js +10 -10
- package/esm2015/lib/carousel/carousel.component.js +246 -246
- package/esm2015/lib/carousel/carousel.module.js +24 -24
- package/esm2015/lib/carousel/index.js +7 -7
- package/esm2015/lib/checkbox/checkbox.component.js +40 -40
- package/esm2015/lib/checkbox/checkbox.module.js +20 -20
- package/esm2015/lib/checkbox/index.js +3 -3
- package/esm2015/lib/datalist/datalist.component.js +81 -81
- package/esm2015/lib/datalist/datalist.module.js +22 -22
- package/esm2015/lib/datalist/index.js +3 -3
- package/esm2015/lib/datepicker/datepicker.component.js +80 -64
- package/esm2015/lib/datepicker/datepicker.module.js +23 -23
- package/esm2015/lib/datepicker/index.js +3 -3
- package/esm2015/lib/decorators/decorators.module.js +22 -22
- package/esm2015/lib/decorators/index.js +4 -4
- package/esm2015/lib/decorators/prefix.component.js +27 -27
- package/esm2015/lib/decorators/suffix.component.js +27 -35
- package/esm2015/lib/dialog/dialog.class.js +2 -2
- package/esm2015/lib/dialog/dialog.component.js +45 -45
- package/esm2015/lib/dialog/dialog.module.js +26 -26
- package/esm2015/lib/dialog/dialog.service.js +146 -127
- package/esm2015/lib/dialog/index.js +5 -5
- package/esm2015/lib/drawer/drawer-container.component.js +73 -73
- package/esm2015/lib/drawer/drawer-content.component.js +27 -27
- package/esm2015/lib/drawer/drawer.component.js +145 -145
- package/esm2015/lib/drawer/drawer.module.js +23 -23
- package/esm2015/lib/drawer/index.js +5 -5
- package/esm2015/lib/dropdown/dropdown-base.class.js +98 -0
- package/esm2015/lib/dropdown/dropdown-panel.component.js +84 -194
- package/esm2015/lib/dropdown/dropdown.component.js +32 -139
- package/esm2015/lib/dropdown/dropdown.module.js +25 -24
- package/esm2015/lib/dropdown/index.js +4 -4
- package/esm2015/lib/form/form-field.component.js +20 -20
- package/esm2015/lib/form/form-field.module.js +21 -21
- package/esm2015/lib/form/form-hint.component.js +20 -20
- package/esm2015/lib/form/form.component.js +51 -51
- package/esm2015/lib/form/index.js +5 -5
- package/esm2015/lib/icon/icon.component.js +28 -28
- package/esm2015/lib/icon/icon.module.js +21 -21
- package/esm2015/lib/icon/index.js +3 -3
- package/esm2015/lib/input-mask/index.js +3 -3
- package/esm2015/lib/input-mask/input-mask.component.js +42 -42
- package/esm2015/lib/input-mask/input-mask.module.js +23 -23
- package/esm2015/lib/label/index.js +3 -3
- package/esm2015/lib/label/label.component.js +20 -20
- package/esm2015/lib/label/label.module.js +21 -21
- package/esm2015/lib/loading/index.js +6 -6
- package/esm2015/lib/loading/loading-spinner.component.js +32 -32
- package/esm2015/lib/loading/loading.component.js +54 -54
- package/esm2015/lib/loading/loading.directive.js +67 -67
- package/esm2015/lib/loading/loading.module.js +35 -35
- package/esm2015/lib/loading/loading.service.js +155 -155
- package/esm2015/lib/number-box/index.js +3 -3
- package/esm2015/lib/number-box/number-box.component.js +289 -289
- package/esm2015/lib/number-box/number-box.module.js +32 -32
- package/esm2015/lib/page/base-page.class.js +66 -66
- package/esm2015/lib/page/index.js +5 -5
- package/esm2015/lib/page/page-footer.component.js +32 -32
- package/esm2015/lib/page/page.component.js +33 -33
- package/esm2015/lib/page/page.module.js +18 -18
- package/esm2015/lib/password-box/index.js +3 -0
- package/esm2015/lib/password-box/password-box.component.js +74 -0
- package/esm2015/lib/password-box/password-box.module.js +35 -0
- package/esm2015/lib/popover/index.js +3 -3
- package/esm2015/lib/popover/popover.component.js +220 -119
- package/esm2015/lib/popover/popover.module.js +19 -19
- package/esm2015/lib/popup/index.js +4 -4
- package/esm2015/lib/popup/popup.component.js +97 -97
- package/esm2015/lib/popup/popup.module.js +26 -26
- package/esm2015/lib/popup/popup.service.js +94 -94
- package/esm2015/lib/range-slider/index.js +3 -3
- package/esm2015/lib/range-slider/range-slider.component.js +22 -22
- package/esm2015/lib/range-slider/range-slider.module.js +21 -21
- package/esm2015/lib/selectbox/index.js +3 -3
- package/esm2015/lib/selectbox/selectbox.component.js +201 -193
- package/esm2015/lib/selectbox/selectbox.module.js +25 -21
- package/esm2015/lib/selection-list/index.js +3 -3
- package/esm2015/lib/selection-list/selection-list.component.js +47 -46
- package/esm2015/lib/selection-list/selection-list.module.js +21 -21
- package/esm2015/lib/side-menu/index.js +3 -3
- package/esm2015/lib/side-menu/side-menu.component.js +21 -21
- package/esm2015/lib/side-menu/side-menu.module.js +21 -21
- package/esm2015/lib/switch/index.js +3 -3
- package/esm2015/lib/switch/switch.component.js +30 -30
- package/esm2015/lib/switch/switch.module.js +21 -21
- package/esm2015/lib/tabs/index.js +8 -6
- package/esm2015/lib/tabs/tab-content.directive.js +27 -0
- package/esm2015/lib/tabs/tab-item.component.js +76 -0
- package/esm2015/lib/tabs/tab-strip.component.js +69 -61
- package/esm2015/lib/tabs/tab-view.component.js +45 -46
- package/esm2015/lib/tabs/tab.component.js +58 -59
- package/esm2015/lib/tabs/tabs.class.js +4 -4
- package/esm2015/lib/tabs/tabs.component.js +74 -0
- package/esm2015/lib/tabs/tabs.module.js +25 -23
- package/esm2015/lib/textbox/index.js +3 -3
- package/esm2015/lib/textbox/textbox.component.js +62 -62
- package/esm2015/lib/textbox/textbox.module.js +43 -43
- package/esm2015/lib/time-box/index.js +3 -3
- package/esm2015/lib/time-box/time-box.component.js +134 -134
- package/esm2015/lib/time-box/time-box.module.js +32 -32
- package/esm2015/lib/toast/index.js +5 -5
- package/esm2015/lib/toast/toast.class.js +2 -2
- package/esm2015/lib/toast/toast.component.js +50 -50
- package/esm2015/lib/toast/toast.module.js +22 -22
- package/esm2015/lib/toast/toast.service.js +114 -114
- package/esm2015/lib/tooltip/index.js +4 -4
- package/esm2015/lib/tooltip/tooltip.component.js +45 -45
- package/esm2015/lib/tooltip/tooltip.directive.js +86 -86
- package/esm2015/lib/tooltip/tooltip.module.js +23 -23
- package/esm2015/lib/validation/index.js +3 -3
- package/esm2015/lib/validation/validation-rule.widget.js +113 -113
- package/esm2015/lib/validation/validation.class.js +2 -2
- package/esm2015/lib/validation/validation.module.js +32 -32
- package/esm2015/public-api.js +41 -39
- package/fesm2015/acorex-components.js +6215 -5830
- package/fesm2015/acorex-components.js.map +1 -1
- package/lib/alert/alert-button.component.d.ts +13 -13
- package/lib/alert/alert-contnet.component.d.ts +5 -5
- package/lib/alert/alert-footer.component.d.ts +5 -5
- package/lib/alert/alert-suffix.component.d.ts +5 -5
- package/lib/alert/alert-title.component.d.ts +5 -5
- package/lib/alert/alert.component.d.ts +46 -46
- package/lib/alert/alert.module.d.ts +13 -13
- package/lib/alert/index.d.ts +7 -7
- package/lib/avatar/avatar.component.d.ts +20 -20
- package/lib/avatar/avatar.module.d.ts +8 -8
- package/lib/avatar/index.d.ts +2 -2
- package/lib/badge/badge.component.d.ts +11 -0
- package/lib/badge/badge.module.d.ts +8 -0
- package/lib/badge/index.d.ts +2 -0
- package/lib/base/common.module.d.ts +7 -7
- package/lib/base/custom-cdk-overlay.service.d.ts +19 -19
- package/lib/base/drawing.class.d.ts +9 -9
- package/lib/base/events.class.d.ts +72 -72
- package/lib/base/index.d.ts +6 -6
- package/lib/base/mixin/base-components.class.d.ts +84 -84
- package/lib/base/mixin/button-mixin.class.d.ts +81 -79
- package/lib/base/mixin/clickable-mixin.class.d.ts +42 -42
- package/lib/base/mixin/constratctor.d.ts +4 -4
- package/lib/base/mixin/datalist-component.class.d.ts +54 -54
- package/lib/base/mixin/dropdown-mixin.class.d.ts +47 -47
- package/lib/base/mixin/index.d.ts +2 -2
- package/lib/base/mixin/interactive-mixin.class.d.ts +62 -60
- package/lib/base/mixin/loading-mixin.class.d.ts +46 -46
- package/lib/base/mixin/mixin.class.d.ts +591 -814
- package/lib/base/mixin/selection-component.class.d.ts +55 -55
- package/lib/base/mixin/sizable-mixin.class.d.ts +40 -40
- package/lib/base/mixin/textbox-mixin.class.d.ts +58 -59
- package/lib/base/mixin/value-mixin.class.d.ts +70 -68
- package/lib/base/overlay.service.d.ts +31 -31
- package/lib/base/responsive.directive.d.ts +10 -10
- package/lib/base/styles.class.d.ts +17 -17
- package/lib/button/button-group.component.d.ts +36 -36
- package/lib/button/button-item.class.d.ts +22 -22
- package/lib/button/button-item.component.d.ts +92 -92
- package/lib/button/button.component.d.ts +21 -18
- package/lib/button/button.module.d.ts +12 -13
- package/lib/button/index.d.ts +5 -6
- package/lib/calendar/calendar.component.d.ts +56 -16
- package/lib/calendar/calendar.module.d.ts +12 -11
- package/lib/calendar/index.d.ts +2 -2
- package/lib/carousel/carousel-arrows.component.d.ts +14 -14
- package/lib/carousel/carousel-item.component.d.ts +8 -8
- package/lib/carousel/carousel-pager.component.d.ts +22 -22
- package/lib/carousel/carousel-splidejs.class.d.ts +18 -18
- package/lib/carousel/carousel.class.d.ts +48 -48
- package/lib/carousel/carousel.component.d.ts +62 -62
- package/lib/carousel/carousel.module.d.ts +11 -11
- package/lib/carousel/index.d.ts +6 -6
- package/lib/checkbox/checkbox.component.d.ts +12 -12
- package/lib/checkbox/checkbox.module.d.ts +9 -9
- package/lib/checkbox/index.d.ts +2 -2
- package/lib/datalist/datalist.component.d.ts +25 -25
- package/lib/datalist/datalist.module.d.ts +9 -9
- package/lib/datalist/index.d.ts +2 -2
- package/lib/datepicker/datepicker.component.d.ts +18 -18
- package/lib/datepicker/datepicker.module.d.ts +10 -10
- package/lib/datepicker/index.d.ts +2 -2
- package/lib/decorators/decorators.module.d.ts +9 -9
- package/lib/decorators/index.d.ts +3 -3
- package/lib/decorators/prefix.component.d.ts +8 -8
- package/lib/decorators/suffix.component.d.ts +8 -8
- package/lib/dialog/dialog.class.d.ts +12 -12
- package/lib/dialog/dialog.component.d.ts +15 -15
- package/lib/dialog/dialog.module.d.ts +13 -13
- package/lib/dialog/dialog.service.d.ts +36 -18
- package/lib/dialog/index.d.ts +4 -4
- package/lib/drawer/drawer-container.component.d.ts +13 -13
- package/lib/drawer/drawer-content.component.d.ts +8 -8
- package/lib/drawer/drawer.component.d.ts +30 -30
- package/lib/drawer/drawer.module.d.ts +10 -10
- package/lib/drawer/index.d.ts +4 -4
- package/lib/dropdown/dropdown-base.class.d.ts +92 -0
- package/lib/dropdown/dropdown-panel.component.d.ts +28 -117
- package/lib/dropdown/dropdown.component.d.ts +13 -31
- package/lib/dropdown/dropdown.module.d.ts +14 -13
- package/lib/dropdown/index.d.ts +3 -3
- package/lib/form/form-field.component.d.ts +8 -8
- package/lib/form/form-field.module.d.ts +10 -10
- package/lib/form/form-hint.component.d.ts +8 -8
- package/lib/form/form.component.d.ts +13 -13
- package/lib/form/index.d.ts +4 -4
- package/lib/icon/icon.component.d.ts +10 -10
- package/lib/icon/icon.module.d.ts +8 -8
- package/lib/icon/index.d.ts +2 -2
- package/lib/input-mask/index.d.ts +2 -2
- package/lib/input-mask/input-mask.component.d.ts +14 -14
- package/lib/input-mask/input-mask.module.d.ts +9 -9
- package/lib/label/index.d.ts +2 -2
- package/lib/label/label.component.d.ts +8 -8
- package/lib/label/label.module.d.ts +8 -8
- package/lib/loading/index.d.ts +5 -5
- package/lib/loading/loading-spinner.component.d.ts +5 -5
- package/lib/loading/loading.component.d.ts +19 -19
- package/lib/loading/loading.directive.d.ts +22 -22
- package/lib/loading/loading.module.d.ts +13 -13
- package/lib/loading/loading.service.d.ts +48 -48
- package/lib/number-box/index.d.ts +2 -2
- package/lib/number-box/number-box.component.d.ts +69 -69
- package/lib/number-box/number-box.module.d.ts +11 -11
- package/lib/page/base-page.class.d.ts +37 -37
- package/lib/page/index.d.ts +4 -4
- package/lib/page/page-footer.component.d.ts +7 -7
- package/lib/page/page.component.d.ts +13 -13
- package/lib/page/page.module.d.ts +7 -7
- package/lib/password-box/index.d.ts +2 -0
- package/lib/password-box/password-box.component.d.ts +24 -0
- package/lib/password-box/password-box.module.d.ts +12 -0
- package/lib/popover/index.d.ts +2 -2
- package/lib/popover/popover.component.d.ts +44 -30
- package/lib/popover/popover.module.d.ts +8 -8
- package/lib/popup/index.d.ts +3 -3
- package/lib/popup/popup.component.d.ts +33 -33
- package/lib/popup/popup.module.d.ts +12 -12
- package/lib/popup/popup.service.d.ts +37 -37
- package/lib/range-slider/index.d.ts +2 -2
- package/lib/range-slider/range-slider.component.d.ts +8 -8
- package/lib/range-slider/range-slider.module.d.ts +8 -8
- package/lib/selectbox/index.d.ts +2 -2
- package/lib/selectbox/selectbox.component.d.ts +29 -28
- package/lib/selectbox/selectbox.module.d.ts +14 -10
- package/lib/selection-list/index.d.ts +2 -2
- package/lib/selection-list/selection-list.component.d.ts +10 -10
- package/lib/selection-list/selection-list.module.d.ts +10 -10
- package/lib/side-menu/index.d.ts +2 -2
- package/lib/side-menu/side-menu.component.d.ts +8 -8
- package/lib/side-menu/side-menu.module.d.ts +8 -8
- package/lib/switch/index.d.ts +2 -2
- package/lib/switch/switch.component.d.ts +9 -9
- package/lib/switch/switch.module.d.ts +9 -9
- package/lib/tabs/index.d.ts +7 -5
- package/lib/tabs/tab-content.directive.d.ts +11 -0
- package/lib/tabs/tab-item.component.d.ts +16 -0
- package/lib/tabs/tab-strip.component.d.ts +19 -17
- package/lib/tabs/tab-view.component.d.ts +14 -14
- package/lib/tabs/tab.component.d.ts +18 -18
- package/lib/tabs/tabs.class.d.ts +18 -18
- package/lib/tabs/tabs.component.d.ts +19 -0
- package/lib/tabs/tabs.module.d.ts +12 -10
- package/lib/textbox/index.d.ts +2 -2
- package/lib/textbox/textbox.component.d.ts +19 -19
- package/lib/textbox/textbox.module.d.ts +13 -13
- package/lib/time-box/index.d.ts +2 -2
- package/lib/time-box/time-box.component.d.ts +29 -29
- package/lib/time-box/time-box.module.d.ts +11 -11
- package/lib/toast/index.d.ts +4 -4
- package/lib/toast/toast.class.d.ts +14 -14
- package/lib/toast/toast.component.d.ts +16 -16
- package/lib/toast/toast.module.d.ts +9 -9
- package/lib/toast/toast.service.d.ts +18 -18
- package/lib/tooltip/index.d.ts +3 -3
- package/lib/tooltip/tooltip.component.d.ts +10 -10
- package/lib/tooltip/tooltip.directive.d.ts +18 -18
- package/lib/tooltip/tooltip.module.d.ts +10 -10
- package/lib/validation/index.d.ts +2 -2
- package/lib/validation/validation-rule.widget.d.ts +25 -25
- package/lib/validation/validation.class.d.ts +17 -17
- package/lib/validation/validation.module.d.ts +9 -9
- package/package.json +18 -18
- package/public-api.d.ts +39 -37
- package/esm2015/lib/button/dropdown-button.component.js +0 -200
- package/lib/button/dropdown-button.component.d.ts +0 -234
|
@@ -1,84 +1,84 @@
|
|
|
1
|
-
import { ChangeDetectorRef } from "@angular/core";
|
|
2
|
-
import { ElementRef } from "@angular/core";
|
|
3
|
-
import { Constructor } from "./constratctor";
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
/**
|
|
6
|
-
* A token that specifies the size of component.
|
|
7
|
-
*/
|
|
8
|
-
export declare type AXElementSize = 'xs' | 'sm' | 'md' | 'lg' | 'xl';
|
|
9
|
-
export declare class AXBaseComponent {
|
|
10
|
-
#private;
|
|
11
|
-
id: string;
|
|
12
|
-
/**
|
|
13
|
-
* A token that specifies the layout direction of component.
|
|
14
|
-
*/
|
|
15
|
-
rtl: boolean;
|
|
16
|
-
cssClass: string;
|
|
17
|
-
cssStyle: string;
|
|
18
|
-
_cdr: ChangeDetectorRef;
|
|
19
|
-
_isInited: boolean;
|
|
20
|
-
_isRendered: boolean;
|
|
21
|
-
/**
|
|
22
|
-
* @ignore
|
|
23
|
-
*/
|
|
24
|
-
constructor(...args: any[]);
|
|
25
|
-
ngOnInit(): void;
|
|
26
|
-
ngAfterViewInit(): void;
|
|
27
|
-
ngOnDestroy(): void;
|
|
28
|
-
_getHostElement<T = HTMLElement>(): T;
|
|
29
|
-
_getInnerElement<T = HTMLElement>(): T;
|
|
30
|
-
_onInternalInit(): void;
|
|
31
|
-
_onInternalViewInit(): void;
|
|
32
|
-
_onInternalDestroy(): void;
|
|
33
|
-
onInit(): void;
|
|
34
|
-
onViewInit(): void;
|
|
35
|
-
onDestroy(): void;
|
|
36
|
-
onOptionChanging(option: {
|
|
37
|
-
name: string;
|
|
38
|
-
value?: any;
|
|
39
|
-
}): any;
|
|
40
|
-
onOptionChanged(option: {
|
|
41
|
-
name: string;
|
|
42
|
-
oldValue?: any;
|
|
43
|
-
newValue?: any;
|
|
44
|
-
}): void;
|
|
45
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AXBaseComponent, never>;
|
|
46
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<AXBaseComponent>;
|
|
47
|
-
}
|
|
48
|
-
export declare function _BaseComponenetMixin<TBase extends Constructor<AXBaseComponent>>(Base: TBase): {
|
|
49
|
-
new (...args: any[]): {
|
|
50
|
-
id: string;
|
|
51
|
-
/**
|
|
52
|
-
* A token that specifies the layout direction of component.
|
|
53
|
-
*/
|
|
54
|
-
rtl: boolean;
|
|
55
|
-
cssClass: string;
|
|
56
|
-
cssStyle: string;
|
|
57
|
-
"__#1@#elementRef": ElementRef<any>;
|
|
58
|
-
_cdr: ChangeDetectorRef;
|
|
59
|
-
_isInited: boolean;
|
|
60
|
-
_isRendered: boolean;
|
|
61
|
-
ngOnInit(): void;
|
|
62
|
-
ngAfterViewInit(): void;
|
|
63
|
-
ngOnDestroy(): void;
|
|
64
|
-
_getHostElement<T = HTMLElement>(): T;
|
|
65
|
-
_getInnerElement<T_1 = HTMLElement>(): T_1;
|
|
66
|
-
_onInternalInit(): void;
|
|
67
|
-
_onInternalViewInit(): void;
|
|
68
|
-
_onInternalDestroy(): void;
|
|
69
|
-
onInit(): void;
|
|
70
|
-
onViewInit(): void;
|
|
71
|
-
onDestroy(): void;
|
|
72
|
-
onOptionChanging(option: {
|
|
73
|
-
name: string;
|
|
74
|
-
value?: any;
|
|
75
|
-
}): any;
|
|
76
|
-
onOptionChanged(option: {
|
|
77
|
-
name: string;
|
|
78
|
-
oldValue?: any;
|
|
79
|
-
newValue?: any;
|
|
80
|
-
}): void;
|
|
81
|
-
};
|
|
82
|
-
} & TBase;
|
|
83
|
-
export declare const BASE_INPUTS: string[];
|
|
84
|
-
export declare const BASE_OUTPUT: any[];
|
|
1
|
+
import { ChangeDetectorRef } from "@angular/core";
|
|
2
|
+
import { ElementRef } from "@angular/core";
|
|
3
|
+
import { Constructor } from "./constratctor";
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
/**
|
|
6
|
+
* A token that specifies the size of component.
|
|
7
|
+
*/
|
|
8
|
+
export declare type AXElementSize = 'xs' | 'sm' | 'md' | 'lg' | 'xl';
|
|
9
|
+
export declare class AXBaseComponent {
|
|
10
|
+
#private;
|
|
11
|
+
id: string;
|
|
12
|
+
/**
|
|
13
|
+
* A token that specifies the layout direction of component.
|
|
14
|
+
*/
|
|
15
|
+
rtl: boolean;
|
|
16
|
+
cssClass: string;
|
|
17
|
+
cssStyle: string;
|
|
18
|
+
_cdr: ChangeDetectorRef;
|
|
19
|
+
_isInited: boolean;
|
|
20
|
+
_isRendered: boolean;
|
|
21
|
+
/**
|
|
22
|
+
* @ignore
|
|
23
|
+
*/
|
|
24
|
+
constructor(...args: any[]);
|
|
25
|
+
ngOnInit(): void;
|
|
26
|
+
ngAfterViewInit(): void;
|
|
27
|
+
ngOnDestroy(): void;
|
|
28
|
+
_getHostElement<T = HTMLElement>(): T;
|
|
29
|
+
_getInnerElement<T = HTMLElement>(): T;
|
|
30
|
+
_onInternalInit(): void;
|
|
31
|
+
_onInternalViewInit(): void;
|
|
32
|
+
_onInternalDestroy(): void;
|
|
33
|
+
onInit(): void;
|
|
34
|
+
onViewInit(): void;
|
|
35
|
+
onDestroy(): void;
|
|
36
|
+
onOptionChanging(option: {
|
|
37
|
+
name: string;
|
|
38
|
+
value?: any;
|
|
39
|
+
}): any;
|
|
40
|
+
onOptionChanged(option: {
|
|
41
|
+
name: string;
|
|
42
|
+
oldValue?: any;
|
|
43
|
+
newValue?: any;
|
|
44
|
+
}): void;
|
|
45
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXBaseComponent, never>;
|
|
46
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AXBaseComponent>;
|
|
47
|
+
}
|
|
48
|
+
export declare function _BaseComponenetMixin<TBase extends Constructor<AXBaseComponent>>(Base: TBase): {
|
|
49
|
+
new (...args: any[]): {
|
|
50
|
+
id: string;
|
|
51
|
+
/**
|
|
52
|
+
* A token that specifies the layout direction of component.
|
|
53
|
+
*/
|
|
54
|
+
rtl: boolean;
|
|
55
|
+
cssClass: string;
|
|
56
|
+
cssStyle: string;
|
|
57
|
+
"__#1@#elementRef": ElementRef<any>;
|
|
58
|
+
_cdr: ChangeDetectorRef;
|
|
59
|
+
_isInited: boolean;
|
|
60
|
+
_isRendered: boolean;
|
|
61
|
+
ngOnInit(): void;
|
|
62
|
+
ngAfterViewInit(): void;
|
|
63
|
+
ngOnDestroy(): void;
|
|
64
|
+
_getHostElement<T = HTMLElement>(): T;
|
|
65
|
+
_getInnerElement<T_1 = HTMLElement>(): T_1;
|
|
66
|
+
_onInternalInit(): void;
|
|
67
|
+
_onInternalViewInit(): void;
|
|
68
|
+
_onInternalDestroy(): void;
|
|
69
|
+
onInit(): void;
|
|
70
|
+
onViewInit(): void;
|
|
71
|
+
onDestroy(): void;
|
|
72
|
+
onOptionChanging(option: {
|
|
73
|
+
name: string;
|
|
74
|
+
value?: any;
|
|
75
|
+
}): any;
|
|
76
|
+
onOptionChanged(option: {
|
|
77
|
+
name: string;
|
|
78
|
+
oldValue?: any;
|
|
79
|
+
newValue?: any;
|
|
80
|
+
}): void;
|
|
81
|
+
};
|
|
82
|
+
} & TBase;
|
|
83
|
+
export declare const BASE_INPUTS: string[];
|
|
84
|
+
export declare const BASE_OUTPUT: any[];
|
|
@@ -1,79 +1,81 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import { AXStyleColorType, AXStyleButtonLook } from '../styles.class';
|
|
3
|
-
import { AXBaseComponent } from './base-components.class';
|
|
4
|
-
import { Constructor } from './constratctor';
|
|
5
|
-
export declare function _ButtonComponentMixin<TBase extends Constructor<AXBaseComponent>>(Base: TBase): {
|
|
6
|
-
new (...args: any[]): {
|
|
7
|
-
/**
|
|
8
|
-
* Defines the primary text to show inside the button.
|
|
9
|
-
*/
|
|
10
|
-
text: string;
|
|
11
|
-
/**
|
|
12
|
-
* Trigger click event by Enter Key
|
|
13
|
-
*/
|
|
14
|
-
submitBehavior: boolean;
|
|
15
|
-
/**
|
|
16
|
-
* Trigger click event by Esc Key
|
|
17
|
-
*/
|
|
18
|
-
cancelBehavior: boolean;
|
|
19
|
-
colorChange: EventEmitter<AXStyleColorType>;
|
|
20
|
-
"__#2@#color": AXStyleColorType;
|
|
21
|
-
/**
|
|
22
|
-
* Predefined color schemes
|
|
23
|
-
*/
|
|
24
|
-
color: AXStyleColorType;
|
|
25
|
-
lookChange: EventEmitter<AXStyleButtonLook>;
|
|
26
|
-
"__#2@#look"?: AXStyleButtonLook;
|
|
27
|
-
/**
|
|
28
|
-
* Predefined look schemes
|
|
29
|
-
*/
|
|
30
|
-
look: AXStyleButtonLook;
|
|
31
|
-
toggleableChange: EventEmitter<boolean>;
|
|
32
|
-
"__#2@#toggleable"?: boolean;
|
|
33
|
-
/**
|
|
34
|
-
* Provides visual styling that indicates if the Button is active
|
|
35
|
-
*/
|
|
36
|
-
toggleable: boolean;
|
|
37
|
-
selectedChange: EventEmitter<boolean>;
|
|
38
|
-
"__#2@#selected"?: boolean;
|
|
39
|
-
/**
|
|
40
|
-
* Indicates if the Button is selected or not
|
|
41
|
-
*/
|
|
42
|
-
selected: boolean;
|
|
43
|
-
_onInternalViewInit(): void;
|
|
44
|
-
_onInternalDestroy(): void;
|
|
45
|
-
readonly _classes: {
|
|
46
|
-
'ax-button-icon': boolean;
|
|
47
|
-
'ax-state-disabled': any;
|
|
48
|
-
'ax-state-selected': boolean;
|
|
49
|
-
};
|
|
50
|
-
id: string;
|
|
51
|
-
rtl: boolean;
|
|
52
|
-
cssClass: string;
|
|
53
|
-
cssStyle: string;
|
|
54
|
-
"__#1@#elementRef": import("@angular/core").ElementRef<any>;
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
}
|
|
78
|
-
|
|
79
|
-
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import { AXStyleColorType, AXStyleButtonLook } from '../styles.class';
|
|
3
|
+
import { AXBaseComponent } from './base-components.class';
|
|
4
|
+
import { Constructor } from './constratctor';
|
|
5
|
+
export declare function _ButtonComponentMixin<TBase extends Constructor<AXBaseComponent>>(Base: TBase): {
|
|
6
|
+
new (...args: any[]): {
|
|
7
|
+
/**
|
|
8
|
+
* Defines the primary text to show inside the button.
|
|
9
|
+
*/
|
|
10
|
+
text: string;
|
|
11
|
+
/**
|
|
12
|
+
* Trigger click event by Enter Key
|
|
13
|
+
*/
|
|
14
|
+
submitBehavior: boolean;
|
|
15
|
+
/**
|
|
16
|
+
* Trigger click event by Esc Key
|
|
17
|
+
*/
|
|
18
|
+
cancelBehavior: boolean;
|
|
19
|
+
colorChange: EventEmitter<AXStyleColorType>;
|
|
20
|
+
"__#2@#color": AXStyleColorType;
|
|
21
|
+
/**
|
|
22
|
+
* Predefined color schemes
|
|
23
|
+
*/
|
|
24
|
+
color: AXStyleColorType;
|
|
25
|
+
lookChange: EventEmitter<AXStyleButtonLook>;
|
|
26
|
+
"__#2@#look"?: AXStyleButtonLook;
|
|
27
|
+
/**
|
|
28
|
+
* Predefined look schemes
|
|
29
|
+
*/
|
|
30
|
+
look: AXStyleButtonLook;
|
|
31
|
+
toggleableChange: EventEmitter<boolean>;
|
|
32
|
+
"__#2@#toggleable"?: boolean;
|
|
33
|
+
/**
|
|
34
|
+
* Provides visual styling that indicates if the Button is active
|
|
35
|
+
*/
|
|
36
|
+
toggleable: boolean;
|
|
37
|
+
selectedChange: EventEmitter<boolean>;
|
|
38
|
+
"__#2@#selected"?: boolean;
|
|
39
|
+
/**
|
|
40
|
+
* Indicates if the Button is selected or not
|
|
41
|
+
*/
|
|
42
|
+
selected: boolean;
|
|
43
|
+
_onInternalViewInit(): void;
|
|
44
|
+
_onInternalDestroy(): void;
|
|
45
|
+
readonly _classes: {
|
|
46
|
+
'ax-button-icon': boolean;
|
|
47
|
+
'ax-state-disabled': any;
|
|
48
|
+
'ax-state-selected': boolean;
|
|
49
|
+
};
|
|
50
|
+
id: string;
|
|
51
|
+
rtl: boolean;
|
|
52
|
+
cssClass: string;
|
|
53
|
+
cssStyle: string;
|
|
54
|
+
"__#1@#elementRef": import("@angular/core").ElementRef<any>; /**
|
|
55
|
+
* Trigger click event by Esc Key
|
|
56
|
+
*/
|
|
57
|
+
_cdr: import("@angular/core").ChangeDetectorRef;
|
|
58
|
+
_isInited: boolean;
|
|
59
|
+
_isRendered: boolean;
|
|
60
|
+
ngOnInit(): void;
|
|
61
|
+
ngAfterViewInit(): void;
|
|
62
|
+
ngOnDestroy(): void;
|
|
63
|
+
_getHostElement<T = HTMLElement>(): T;
|
|
64
|
+
_getInnerElement<T_1 = HTMLElement>(): T_1;
|
|
65
|
+
_onInternalInit(): void;
|
|
66
|
+
onInit(): void;
|
|
67
|
+
onViewInit(): void;
|
|
68
|
+
onDestroy(): void;
|
|
69
|
+
onOptionChanging(option: {
|
|
70
|
+
name: string;
|
|
71
|
+
value?: any;
|
|
72
|
+
}): any;
|
|
73
|
+
onOptionChanged(option: {
|
|
74
|
+
name: string;
|
|
75
|
+
oldValue?: any;
|
|
76
|
+
newValue?: any;
|
|
77
|
+
}): void;
|
|
78
|
+
};
|
|
79
|
+
} & TBase;
|
|
80
|
+
export declare const BUTTON_INPUTS: string[];
|
|
81
|
+
export declare const BUTTON_OUTPUT: string[];
|
|
@@ -1,42 +1,42 @@
|
|
|
1
|
-
import { EventEmitter } from "@angular/core";
|
|
2
|
-
import { AXBaseComponent } from "./base-components.class";
|
|
3
|
-
import { Constructor } from "./constratctor";
|
|
4
|
-
import { AXClickEvent } from "../events.class";
|
|
5
|
-
export declare function _ClickableComponenetMixin<TBase extends Constructor<AXBaseComponent>>(Base: TBase): {
|
|
6
|
-
new (...args: any[]): {
|
|
7
|
-
/**
|
|
8
|
-
* Fires each time the user clicks the button.
|
|
9
|
-
* @event
|
|
10
|
-
*/
|
|
11
|
-
onClick: EventEmitter<AXClickEvent>;
|
|
12
|
-
_emitOnClickEvent(e: MouseEvent): void;
|
|
13
|
-
id: string;
|
|
14
|
-
rtl: boolean;
|
|
15
|
-
cssClass: string;
|
|
16
|
-
cssStyle: string;
|
|
17
|
-
"__#1@#elementRef": import("@angular/core").ElementRef<any>;
|
|
18
|
-
_cdr: import("@angular/core").ChangeDetectorRef;
|
|
19
|
-
_isInited: boolean;
|
|
20
|
-
_isRendered: boolean;
|
|
21
|
-
ngOnInit(): void;
|
|
22
|
-
ngAfterViewInit(): void;
|
|
23
|
-
ngOnDestroy(): void;
|
|
24
|
-
_getHostElement<T = HTMLElement>(): T;
|
|
25
|
-
_getInnerElement<T_1 = HTMLElement>(): T_1;
|
|
26
|
-
_onInternalInit(): void;
|
|
27
|
-
_onInternalViewInit(): void;
|
|
28
|
-
_onInternalDestroy(): void;
|
|
29
|
-
onInit(): void;
|
|
30
|
-
onViewInit(): void;
|
|
31
|
-
onDestroy(): void;
|
|
32
|
-
onOptionChanging(option: {
|
|
33
|
-
name: string;
|
|
34
|
-
value?: any;
|
|
35
|
-
}): any;
|
|
36
|
-
onOptionChanged(option: {
|
|
37
|
-
name: string;
|
|
38
|
-
oldValue?: any;
|
|
39
|
-
newValue?: any;
|
|
40
|
-
}): void;
|
|
41
|
-
};
|
|
42
|
-
} & TBase;
|
|
1
|
+
import { EventEmitter } from "@angular/core";
|
|
2
|
+
import { AXBaseComponent } from "./base-components.class";
|
|
3
|
+
import { Constructor } from "./constratctor";
|
|
4
|
+
import { AXClickEvent } from "../events.class";
|
|
5
|
+
export declare function _ClickableComponenetMixin<TBase extends Constructor<AXBaseComponent>>(Base: TBase): {
|
|
6
|
+
new (...args: any[]): {
|
|
7
|
+
/**
|
|
8
|
+
* Fires each time the user clicks the button.
|
|
9
|
+
* @event
|
|
10
|
+
*/
|
|
11
|
+
onClick: EventEmitter<AXClickEvent>;
|
|
12
|
+
_emitOnClickEvent(e: MouseEvent): void;
|
|
13
|
+
id: string;
|
|
14
|
+
rtl: boolean;
|
|
15
|
+
cssClass: string;
|
|
16
|
+
cssStyle: string;
|
|
17
|
+
"__#1@#elementRef": import("@angular/core").ElementRef<any>;
|
|
18
|
+
_cdr: import("@angular/core").ChangeDetectorRef;
|
|
19
|
+
_isInited: boolean;
|
|
20
|
+
_isRendered: boolean;
|
|
21
|
+
ngOnInit(): void;
|
|
22
|
+
ngAfterViewInit(): void;
|
|
23
|
+
ngOnDestroy(): void;
|
|
24
|
+
_getHostElement<T = HTMLElement>(): T;
|
|
25
|
+
_getInnerElement<T_1 = HTMLElement>(): T_1;
|
|
26
|
+
_onInternalInit(): void;
|
|
27
|
+
_onInternalViewInit(): void;
|
|
28
|
+
_onInternalDestroy(): void;
|
|
29
|
+
onInit(): void;
|
|
30
|
+
onViewInit(): void;
|
|
31
|
+
onDestroy(): void;
|
|
32
|
+
onOptionChanging(option: {
|
|
33
|
+
name: string;
|
|
34
|
+
value?: any;
|
|
35
|
+
}): any;
|
|
36
|
+
onOptionChanged(option: {
|
|
37
|
+
name: string;
|
|
38
|
+
oldValue?: any;
|
|
39
|
+
newValue?: any;
|
|
40
|
+
}): void;
|
|
41
|
+
};
|
|
42
|
+
} & TBase;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare type Constructor<T = {}> = new (...args: any[]) => T;
|
|
2
|
-
export declare type AbstractConstructor<T> = Function & {
|
|
3
|
-
prototype: T;
|
|
4
|
-
};
|
|
1
|
+
export declare type Constructor<T = {}> = new (...args: any[]) => T;
|
|
2
|
+
export declare type AbstractConstructor<T> = Function & {
|
|
3
|
+
prototype: T;
|
|
4
|
+
};
|
|
@@ -1,54 +1,54 @@
|
|
|
1
|
-
import { AXBaseComponent } from './base-components.class';
|
|
2
|
-
import { Constructor } from './constratctor';
|
|
3
|
-
export declare function _DatalistComponenetMixin<TBase extends Constructor<AXBaseComponent>>(Base: TBase): {
|
|
4
|
-
new (...args: any[]): {
|
|
5
|
-
valueField: string;
|
|
6
|
-
textField: string | string[];
|
|
7
|
-
groupValueField: string;
|
|
8
|
-
groupTextField: string | string[];
|
|
9
|
-
pageSize: number;
|
|
10
|
-
"__#3@#currentPage": number;
|
|
11
|
-
"__#3@#isLoading": boolean;
|
|
12
|
-
"__#3@#loadedItems": any[];
|
|
13
|
-
"__#3@#totalItems": number;
|
|
14
|
-
"__#3@#isLazy": boolean;
|
|
15
|
-
readonly totalCount: number;
|
|
16
|
-
readonly loadedCount: number;
|
|
17
|
-
"__#3@#items": any;
|
|
18
|
-
items: any;
|
|
19
|
-
readonly displayItems: any;
|
|
20
|
-
readonly isLoading: boolean;
|
|
21
|
-
_fetchData(): void;
|
|
22
|
-
_onInternalInit(): void;
|
|
23
|
-
_onDataLoaded(): void;
|
|
24
|
-
_getItemDisplayTextTemplte(item: any): any;
|
|
25
|
-
_trackByFunction(item: any): any;
|
|
26
|
-
id: string;
|
|
27
|
-
rtl: boolean;
|
|
28
|
-
cssClass: string;
|
|
29
|
-
cssStyle: string;
|
|
30
|
-
"__#1@#elementRef": import("@angular/core").ElementRef<any>;
|
|
31
|
-
_cdr: import("@angular/core").ChangeDetectorRef;
|
|
32
|
-
_isInited: boolean;
|
|
33
|
-
_isRendered: boolean;
|
|
34
|
-
ngOnInit(): void;
|
|
35
|
-
ngAfterViewInit(): void;
|
|
36
|
-
ngOnDestroy(): void;
|
|
37
|
-
_getHostElement<T = HTMLElement>(): T;
|
|
38
|
-
_getInnerElement<T_1 = HTMLElement>(): T_1;
|
|
39
|
-
_onInternalViewInit(): void;
|
|
40
|
-
_onInternalDestroy(): void;
|
|
41
|
-
onInit(): void;
|
|
42
|
-
onViewInit(): void;
|
|
43
|
-
onDestroy(): void;
|
|
44
|
-
onOptionChanging(option: {
|
|
45
|
-
name: string;
|
|
46
|
-
value?: any;
|
|
47
|
-
}): any;
|
|
48
|
-
onOptionChanged(option: {
|
|
49
|
-
name: string;
|
|
50
|
-
oldValue?: any;
|
|
51
|
-
newValue?: any;
|
|
52
|
-
}): void;
|
|
53
|
-
};
|
|
54
|
-
} & TBase;
|
|
1
|
+
import { AXBaseComponent } from './base-components.class';
|
|
2
|
+
import { Constructor } from './constratctor';
|
|
3
|
+
export declare function _DatalistComponenetMixin<TBase extends Constructor<AXBaseComponent>>(Base: TBase): {
|
|
4
|
+
new (...args: any[]): {
|
|
5
|
+
valueField: string;
|
|
6
|
+
textField: string | string[];
|
|
7
|
+
groupValueField: string;
|
|
8
|
+
groupTextField: string | string[];
|
|
9
|
+
pageSize: number;
|
|
10
|
+
"__#3@#currentPage": number;
|
|
11
|
+
"__#3@#isLoading": boolean;
|
|
12
|
+
"__#3@#loadedItems": any[];
|
|
13
|
+
"__#3@#totalItems": number;
|
|
14
|
+
"__#3@#isLazy": boolean;
|
|
15
|
+
readonly totalCount: number;
|
|
16
|
+
readonly loadedCount: number;
|
|
17
|
+
"__#3@#items": any;
|
|
18
|
+
items: any;
|
|
19
|
+
readonly displayItems: any;
|
|
20
|
+
readonly isLoading: boolean;
|
|
21
|
+
_fetchData(): void;
|
|
22
|
+
_onInternalInit(): void;
|
|
23
|
+
_onDataLoaded(): void;
|
|
24
|
+
_getItemDisplayTextTemplte(item: any): any;
|
|
25
|
+
_trackByFunction(item: any): any;
|
|
26
|
+
id: string;
|
|
27
|
+
rtl: boolean;
|
|
28
|
+
cssClass: string;
|
|
29
|
+
cssStyle: string;
|
|
30
|
+
"__#1@#elementRef": import("@angular/core").ElementRef<any>;
|
|
31
|
+
_cdr: import("@angular/core").ChangeDetectorRef;
|
|
32
|
+
_isInited: boolean;
|
|
33
|
+
_isRendered: boolean;
|
|
34
|
+
ngOnInit(): void;
|
|
35
|
+
ngAfterViewInit(): void;
|
|
36
|
+
ngOnDestroy(): void;
|
|
37
|
+
_getHostElement<T = HTMLElement>(): T;
|
|
38
|
+
_getInnerElement<T_1 = HTMLElement>(): T_1;
|
|
39
|
+
_onInternalViewInit(): void;
|
|
40
|
+
_onInternalDestroy(): void;
|
|
41
|
+
onInit(): void;
|
|
42
|
+
onViewInit(): void;
|
|
43
|
+
onDestroy(): void;
|
|
44
|
+
onOptionChanging(option: {
|
|
45
|
+
name: string;
|
|
46
|
+
value?: any;
|
|
47
|
+
}): any;
|
|
48
|
+
onOptionChanged(option: {
|
|
49
|
+
name: string;
|
|
50
|
+
oldValue?: any;
|
|
51
|
+
newValue?: any;
|
|
52
|
+
}): void;
|
|
53
|
+
};
|
|
54
|
+
} & TBase;
|
|
@@ -1,47 +1,47 @@
|
|
|
1
|
-
import { EventEmitter } from "@angular/core";
|
|
2
|
-
import { AXBaseComponent } from "./base-components.class";
|
|
3
|
-
import { Constructor } from "./constratctor";
|
|
4
|
-
import { AXEvent } from "../events.class";
|
|
5
|
-
export interface DropdownComponentInterface {
|
|
6
|
-
open(): void;
|
|
7
|
-
close(): void;
|
|
8
|
-
toggle(): void;
|
|
9
|
-
isOpen: boolean;
|
|
10
|
-
}
|
|
11
|
-
export declare function _DropdownComponenetMixin<TBase extends Constructor<AXBaseComponent>>(Base: TBase): (abstract new (...args: any[]) => {
|
|
12
|
-
"__#4@#readonly": boolean;
|
|
13
|
-
readonly: any;
|
|
14
|
-
fitParent: boolean;
|
|
15
|
-
onOpened: EventEmitter<AXEvent>;
|
|
16
|
-
onClosed: EventEmitter<AXEvent>;
|
|
17
|
-
_emitOnOpenedEvent(): void;
|
|
18
|
-
_emitOnClosedEvent(): void;
|
|
19
|
-
id: string;
|
|
20
|
-
rtl: boolean;
|
|
21
|
-
cssClass: string;
|
|
22
|
-
cssStyle: string;
|
|
23
|
-
"__#1@#elementRef": import("@angular/core").ElementRef<any>;
|
|
24
|
-
_cdr: import("@angular/core").ChangeDetectorRef;
|
|
25
|
-
_isInited: boolean;
|
|
26
|
-
_isRendered: boolean;
|
|
27
|
-
ngOnInit(): void;
|
|
28
|
-
ngAfterViewInit(): void;
|
|
29
|
-
ngOnDestroy(): void;
|
|
30
|
-
_getHostElement<T = HTMLElement>(): T;
|
|
31
|
-
_getInnerElement<T_1 = HTMLElement>(): T_1;
|
|
32
|
-
_onInternalInit(): void;
|
|
33
|
-
_onInternalViewInit(): void;
|
|
34
|
-
_onInternalDestroy(): void;
|
|
35
|
-
onInit(): void;
|
|
36
|
-
onViewInit(): void;
|
|
37
|
-
onDestroy(): void;
|
|
38
|
-
onOptionChanging(option: {
|
|
39
|
-
name: string;
|
|
40
|
-
value?: any;
|
|
41
|
-
}): any;
|
|
42
|
-
onOptionChanged(option: {
|
|
43
|
-
name: string;
|
|
44
|
-
oldValue?: any;
|
|
45
|
-
newValue?: any;
|
|
46
|
-
}): void;
|
|
47
|
-
}) & TBase;
|
|
1
|
+
import { EventEmitter } from "@angular/core";
|
|
2
|
+
import { AXBaseComponent } from "./base-components.class";
|
|
3
|
+
import { Constructor } from "./constratctor";
|
|
4
|
+
import { AXEvent } from "../events.class";
|
|
5
|
+
export interface DropdownComponentInterface {
|
|
6
|
+
open(): void;
|
|
7
|
+
close(): void;
|
|
8
|
+
toggle(): void;
|
|
9
|
+
isOpen: boolean;
|
|
10
|
+
}
|
|
11
|
+
export declare function _DropdownComponenetMixin<TBase extends Constructor<AXBaseComponent>>(Base: TBase): (abstract new (...args: any[]) => {
|
|
12
|
+
"__#4@#readonly": boolean;
|
|
13
|
+
readonly: any;
|
|
14
|
+
fitParent: boolean;
|
|
15
|
+
onOpened: EventEmitter<AXEvent>;
|
|
16
|
+
onClosed: EventEmitter<AXEvent>;
|
|
17
|
+
_emitOnOpenedEvent(): void;
|
|
18
|
+
_emitOnClosedEvent(): void;
|
|
19
|
+
id: string;
|
|
20
|
+
rtl: boolean;
|
|
21
|
+
cssClass: string;
|
|
22
|
+
cssStyle: string;
|
|
23
|
+
"__#1@#elementRef": import("@angular/core").ElementRef<any>;
|
|
24
|
+
_cdr: import("@angular/core").ChangeDetectorRef;
|
|
25
|
+
_isInited: boolean;
|
|
26
|
+
_isRendered: boolean;
|
|
27
|
+
ngOnInit(): void;
|
|
28
|
+
ngAfterViewInit(): void;
|
|
29
|
+
ngOnDestroy(): void;
|
|
30
|
+
_getHostElement<T = HTMLElement>(): T;
|
|
31
|
+
_getInnerElement<T_1 = HTMLElement>(): T_1;
|
|
32
|
+
_onInternalInit(): void;
|
|
33
|
+
_onInternalViewInit(): void;
|
|
34
|
+
_onInternalDestroy(): void;
|
|
35
|
+
onInit(): void;
|
|
36
|
+
onViewInit(): void;
|
|
37
|
+
onDestroy(): void;
|
|
38
|
+
onOptionChanging(option: {
|
|
39
|
+
name: string;
|
|
40
|
+
value?: any;
|
|
41
|
+
}): any;
|
|
42
|
+
onOptionChanged(option: {
|
|
43
|
+
name: string;
|
|
44
|
+
oldValue?: any;
|
|
45
|
+
newValue?: any;
|
|
46
|
+
}): void;
|
|
47
|
+
}) & TBase;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './base-components.class';
|
|
2
|
-
export * from './mixin.class';
|
|
1
|
+
export * from './base-components.class';
|
|
2
|
+
export * from './mixin.class';
|