@acorex/components 5.0.2 → 5.0.4
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 +6719 -6658
- 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 +131 -130
- 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/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 -47
- 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 +72 -72
- package/esm2015/lib/base/mixin/loading-mixin.class.js +18 -18
- package/esm2015/lib/base/mixin/mixin.class.js +23 -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 +51 -52
- package/esm2015/lib/button/button.module.js +37 -37
- package/esm2015/lib/button/dropdown-button.component.js +200 -200
- package/esm2015/lib/button/index.js +7 -7
- package/esm2015/lib/calendar/calendar.component.js +59 -59
- package/esm2015/lib/calendar/calendar.module.js +24 -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 +64 -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 +35 -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 +127 -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-panel.component.js +194 -191
- package/esm2015/lib/dropdown/dropdown.component.js +139 -139
- package/esm2015/lib/dropdown/dropdown.module.js +24 -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/popover/index.js +3 -3
- package/esm2015/lib/popover/popover.component.js +119 -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 -0
- package/esm2015/lib/range-slider/range-slider.component.js +22 -0
- package/esm2015/lib/range-slider/range-slider.module.js +21 -0
- package/esm2015/lib/selectbox/index.js +3 -3
- package/esm2015/lib/selectbox/selectbox.component.js +193 -193
- package/esm2015/lib/selectbox/selectbox.module.js +21 -21
- package/esm2015/lib/selection-list/index.js +3 -3
- package/esm2015/lib/selection-list/selection-list.component.js +46 -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 +6 -6
- package/esm2015/lib/tabs/tab-strip.component.js +61 -61
- package/esm2015/lib/tabs/tab-view.component.js +46 -46
- package/esm2015/lib/tabs/tab.component.js +59 -59
- package/esm2015/lib/tabs/tabs.class.js +4 -4
- package/esm2015/lib/tabs/tabs.module.js +23 -23
- package/esm2015/lib/textbox/index.js +3 -3
- package/esm2015/lib/textbox/textbox.component.js +62 -60
- package/esm2015/lib/textbox/textbox.module.js +43 -39
- 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 +39 -38
- package/fesm2015/acorex-components.js +5811 -5763
- 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/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 -65
- 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 +79 -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 +60 -63
- package/lib/base/mixin/loading-mixin.class.d.ts +46 -48
- package/lib/base/mixin/mixin.class.d.ts +814 -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 +59 -61
- package/lib/base/mixin/value-mixin.class.d.ts +68 -71
- 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 -35
- 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 +18 -18
- package/lib/button/button.module.d.ts +13 -13
- package/lib/button/dropdown-button.component.d.ts +234 -234
- package/lib/button/index.d.ts +6 -6
- package/lib/calendar/calendar.component.d.ts +16 -16
- package/lib/calendar/calendar.module.d.ts +11 -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 +18 -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-panel.component.d.ts +117 -116
- package/lib/dropdown/dropdown.component.d.ts +31 -31
- package/lib/dropdown/dropdown.module.d.ts +13 -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/popover/index.d.ts +2 -2
- package/lib/popover/popover.component.d.ts +30 -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 -0
- package/lib/range-slider/range-slider.component.d.ts +8 -0
- package/lib/range-slider/range-slider.module.d.ts +8 -0
- package/lib/selectbox/index.d.ts +2 -2
- package/lib/selectbox/selectbox.component.d.ts +28 -28
- package/lib/selectbox/selectbox.module.d.ts +10 -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 +5 -5
- package/lib/tabs/tab-strip.component.d.ts +17 -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.module.d.ts +10 -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 -12
- 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 +37 -36
|
@@ -1,37 +1,37 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import { AXEvent } from '../base/events.class';
|
|
3
|
-
import { AXPageFooterComponent } from './page-footer.component';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare const TAB_META_KEY = "__meta__";
|
|
6
|
-
export declare class AXPageCloseEvent extends AXEvent {
|
|
7
|
-
data?: any;
|
|
8
|
-
}
|
|
9
|
-
export declare class AXPageClosing {
|
|
10
|
-
cancel: boolean;
|
|
11
|
-
data?: any;
|
|
12
|
-
}
|
|
13
|
-
export declare class AXPageResult {
|
|
14
|
-
sender: AXBasePageComponent;
|
|
15
|
-
data?: any;
|
|
16
|
-
}
|
|
17
|
-
/**
|
|
18
|
-
* Defines a CSS class—or multiple classes separated by spaces— which are applied to a span element inside the Button. Allows the usage of custom icons after the primary text.
|
|
19
|
-
*/
|
|
20
|
-
export declare class AXPageClosedPromise extends Promise<AXPageResult> {
|
|
21
|
-
private closeMethod;
|
|
22
|
-
constructor(executor: (resolve: (value?: AXPageResult | PromiseLike<AXPageResult>) => void, reject: (reason?: any) => void) => void);
|
|
23
|
-
close(): void;
|
|
24
|
-
}
|
|
25
|
-
export declare class AXBasePageComponent {
|
|
26
|
-
private pageContainer;
|
|
27
|
-
footer: AXPageFooterComponent;
|
|
28
|
-
private _isLoading;
|
|
29
|
-
get isLoading(): boolean;
|
|
30
|
-
set isLoading(v: boolean);
|
|
31
|
-
onClosed: EventEmitter<AXPageCloseEvent>;
|
|
32
|
-
close(data?: any): void;
|
|
33
|
-
onClosing(e: AXPageClosing): void | Promise<void>;
|
|
34
|
-
ngOnDestroy(): void;
|
|
35
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AXBasePageComponent, never>;
|
|
36
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<AXBasePageComponent>;
|
|
37
|
-
}
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import { AXEvent } from '../base/events.class';
|
|
3
|
+
import { AXPageFooterComponent } from './page-footer.component';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare const TAB_META_KEY = "__meta__";
|
|
6
|
+
export declare class AXPageCloseEvent extends AXEvent {
|
|
7
|
+
data?: any;
|
|
8
|
+
}
|
|
9
|
+
export declare class AXPageClosing {
|
|
10
|
+
cancel: boolean;
|
|
11
|
+
data?: any;
|
|
12
|
+
}
|
|
13
|
+
export declare class AXPageResult {
|
|
14
|
+
sender: AXBasePageComponent;
|
|
15
|
+
data?: any;
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* Defines a CSS class—or multiple classes separated by spaces— which are applied to a span element inside the Button. Allows the usage of custom icons after the primary text.
|
|
19
|
+
*/
|
|
20
|
+
export declare class AXPageClosedPromise extends Promise<AXPageResult> {
|
|
21
|
+
private closeMethod;
|
|
22
|
+
constructor(executor: (resolve: (value?: AXPageResult | PromiseLike<AXPageResult>) => void, reject: (reason?: any) => void) => void);
|
|
23
|
+
close(): void;
|
|
24
|
+
}
|
|
25
|
+
export declare class AXBasePageComponent {
|
|
26
|
+
private pageContainer;
|
|
27
|
+
footer: AXPageFooterComponent;
|
|
28
|
+
private _isLoading;
|
|
29
|
+
get isLoading(): boolean;
|
|
30
|
+
set isLoading(v: boolean);
|
|
31
|
+
onClosed: EventEmitter<AXPageCloseEvent>;
|
|
32
|
+
close(data?: any): void;
|
|
33
|
+
onClosing(e: AXPageClosing): void | Promise<void>;
|
|
34
|
+
ngOnDestroy(): void;
|
|
35
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXBasePageComponent, never>;
|
|
36
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AXBasePageComponent>;
|
|
37
|
+
}
|
package/lib/page/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export * from './page.component';
|
|
2
|
-
export * from './base-page.class';
|
|
3
|
-
export * from './page-footer.component';
|
|
4
|
-
export * from './page.module';
|
|
1
|
+
export * from './page.component';
|
|
2
|
+
export * from './base-page.class';
|
|
3
|
+
export * from './page-footer.component';
|
|
4
|
+
export * from './page.module';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { TemplateRef } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class AXPageFooterComponent {
|
|
4
|
-
template: TemplateRef<any>;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AXPageFooterComponent, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AXPageFooterComponent, "ax-page-footer", never, {}, {}, never, ["ax-prefix", "ax-suffix"]>;
|
|
7
|
-
}
|
|
1
|
+
import { TemplateRef } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class AXPageFooterComponent {
|
|
4
|
+
template: TemplateRef<any>;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXPageFooterComponent, never>;
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXPageFooterComponent, "ax-page-footer", never, {}, {}, never, ["ax-prefix", "ax-suffix"]>;
|
|
7
|
+
}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { ChangeDetectorRef, ElementRef } from "@angular/core";
|
|
2
|
-
import { AXBaseComponentMixin } from "../base";
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare abstract class AXPageComponent extends AXBaseComponentMixin {
|
|
5
|
-
private _loadingService;
|
|
6
|
-
constructor(elementRef: ElementRef, cdr: ChangeDetectorRef, _loadingService: any);
|
|
7
|
-
private _loadingId;
|
|
8
|
-
private _isLoading;
|
|
9
|
-
get isLoading(): boolean;
|
|
10
|
-
set isLoading(v: boolean);
|
|
11
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AXPageComponent, never>;
|
|
12
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<AXPageComponent>;
|
|
13
|
-
}
|
|
1
|
+
import { ChangeDetectorRef, ElementRef } from "@angular/core";
|
|
2
|
+
import { AXBaseComponentMixin } from "../base";
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare abstract class AXPageComponent extends AXBaseComponentMixin {
|
|
5
|
+
private _loadingService;
|
|
6
|
+
constructor(elementRef: ElementRef, cdr: ChangeDetectorRef, _loadingService: any);
|
|
7
|
+
private _loadingId;
|
|
8
|
+
private _isLoading;
|
|
9
|
+
get isLoading(): boolean;
|
|
10
|
+
set isLoading(v: boolean);
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXPageComponent, never>;
|
|
12
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AXPageComponent>;
|
|
13
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./page-footer.component";
|
|
3
|
-
export declare class AXPageModule {
|
|
4
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AXPageModule, never>;
|
|
5
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AXPageModule, [typeof i1.AXPageFooterComponent], never, [typeof i1.AXPageFooterComponent]>;
|
|
6
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<AXPageModule>;
|
|
7
|
-
}
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./page-footer.component";
|
|
3
|
+
export declare class AXPageModule {
|
|
4
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXPageModule, never>;
|
|
5
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXPageModule, [typeof i1.AXPageFooterComponent], never, [typeof i1.AXPageFooterComponent]>;
|
|
6
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AXPageModule>;
|
|
7
|
+
}
|
package/lib/popover/index.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './popover.component';
|
|
2
|
-
export * from './popover.module';
|
|
1
|
+
export * from './popover.component';
|
|
2
|
+
export * from './popover.module';
|
|
@@ -1,30 +1,30 @@
|
|
|
1
|
-
import { NgZone, ChangeDetectorRef } from '@angular/core';
|
|
2
|
-
import { AXOverlayService } from '../base/overlay.service';
|
|
3
|
-
import { AXConnectedPosition } from '../base';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class AXPopoverComponent {
|
|
6
|
-
private overlayService;
|
|
7
|
-
private zone;
|
|
8
|
-
private cdr;
|
|
9
|
-
constructor(overlayService: AXOverlayService, zone: NgZone, cdr: ChangeDetectorRef);
|
|
10
|
-
private targetEl;
|
|
11
|
-
private overlay;
|
|
12
|
-
private template;
|
|
13
|
-
target: string | HTMLElement;
|
|
14
|
-
position: AXConnectedPosition;
|
|
15
|
-
openMode: 'manual' | 'click' | 'hover';
|
|
16
|
-
closeMode: 'manual' | 'clickout' | 'mouseout';
|
|
17
|
-
private _visible;
|
|
18
|
-
get visible(): boolean;
|
|
19
|
-
set visible(v: boolean);
|
|
20
|
-
toggle(): void;
|
|
21
|
-
close(): void;
|
|
22
|
-
open(): void;
|
|
23
|
-
private internalShow;
|
|
24
|
-
private internalHide;
|
|
25
|
-
ngAfterViewInit(): void;
|
|
26
|
-
ngOnDestroy(): void;
|
|
27
|
-
get isOpen(): boolean;
|
|
28
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AXPopoverComponent, never>;
|
|
29
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AXPopoverComponent, "ax-popover", never, { "target": "target"; "position": "position"; "openMode": "openMode"; "closeMode": "closeMode"; "visible": "visible"; }, {}, never, ["*"]>;
|
|
30
|
-
}
|
|
1
|
+
import { NgZone, ChangeDetectorRef } from '@angular/core';
|
|
2
|
+
import { AXOverlayService } from '../base/overlay.service';
|
|
3
|
+
import { AXConnectedPosition } from '../base';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class AXPopoverComponent {
|
|
6
|
+
private overlayService;
|
|
7
|
+
private zone;
|
|
8
|
+
private cdr;
|
|
9
|
+
constructor(overlayService: AXOverlayService, zone: NgZone, cdr: ChangeDetectorRef);
|
|
10
|
+
private targetEl;
|
|
11
|
+
private overlay;
|
|
12
|
+
private template;
|
|
13
|
+
target: string | HTMLElement;
|
|
14
|
+
position: AXConnectedPosition;
|
|
15
|
+
openMode: 'manual' | 'click' | 'hover';
|
|
16
|
+
closeMode: 'manual' | 'clickout' | 'mouseout';
|
|
17
|
+
private _visible;
|
|
18
|
+
get visible(): boolean;
|
|
19
|
+
set visible(v: boolean);
|
|
20
|
+
toggle(): void;
|
|
21
|
+
close(): void;
|
|
22
|
+
open(): void;
|
|
23
|
+
private internalShow;
|
|
24
|
+
private internalHide;
|
|
25
|
+
ngAfterViewInit(): void;
|
|
26
|
+
ngOnDestroy(): void;
|
|
27
|
+
get isOpen(): boolean;
|
|
28
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXPopoverComponent, never>;
|
|
29
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXPopoverComponent, "ax-popover", never, { "target": "target"; "position": "position"; "openMode": "openMode"; "closeMode": "closeMode"; "visible": "visible"; }, {}, never, ["*"]>;
|
|
30
|
+
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./popover.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
export declare class AXPopoverModule {
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AXPopoverModule, never>;
|
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AXPopoverModule, [typeof i1.AXPopoverComponent], [typeof i2.CommonModule], [typeof i1.AXPopoverComponent]>;
|
|
7
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<AXPopoverModule>;
|
|
8
|
-
}
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./popover.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
export declare class AXPopoverModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXPopoverModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXPopoverModule, [typeof i1.AXPopoverComponent], [typeof i2.CommonModule], [typeof i1.AXPopoverComponent]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AXPopoverModule>;
|
|
8
|
+
}
|
package/lib/popup/index.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export * from './popup.component';
|
|
2
|
-
export * from './popup.service';
|
|
3
|
-
export * from './popup.module';
|
|
1
|
+
export * from './popup.component';
|
|
2
|
+
export * from './popup.service';
|
|
3
|
+
export * from './popup.module';
|
|
@@ -1,33 +1,33 @@
|
|
|
1
|
-
import { ElementRef, ChangeDetectorRef, ViewContainerRef, EventEmitter } from '@angular/core';
|
|
2
|
-
import { AXBaseComponentMixin } from '../base';
|
|
3
|
-
import { AXPageCloseEvent } from '../page/base-page.class';
|
|
4
|
-
import { AXLoadingService } from '../loading';
|
|
5
|
-
import { CdkPortalOutletAttachedRef, Portal } from '@angular/cdk/portal';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
export declare class AXPopupComponent extends AXBaseComponentMixin {
|
|
8
|
-
private _viewContainerRef;
|
|
9
|
-
private loadingService;
|
|
10
|
-
isLoading: boolean;
|
|
11
|
-
private _loadingId;
|
|
12
|
-
title: string;
|
|
13
|
-
onClosed: EventEmitter<AXPageCloseEvent>;
|
|
14
|
-
size: 'sm' | 'md' | 'lg' | 'full';
|
|
15
|
-
data: any;
|
|
16
|
-
showCloseButton: boolean;
|
|
17
|
-
showHeader: boolean;
|
|
18
|
-
content: any;
|
|
19
|
-
_selectedPortal: Portal<any>;
|
|
20
|
-
_footerPortal: Portal<any>;
|
|
21
|
-
_headerPortal: Portal<any>;
|
|
22
|
-
constructor(elementRef: ElementRef, cdr: ChangeDetectorRef, _viewContainerRef: ViewContainerRef, loadingService: AXLoadingService);
|
|
23
|
-
onViewInit(): void;
|
|
24
|
-
_handleAttched(ref: CdkPortalOutletAttachedRef): void;
|
|
25
|
-
onKeydownHandler(event: KeyboardEvent): void;
|
|
26
|
-
_handleCloseClick(): void;
|
|
27
|
-
ngOnDestroy(): void;
|
|
28
|
-
focus(): void;
|
|
29
|
-
close(): void;
|
|
30
|
-
onFullScreen(): void;
|
|
31
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AXPopupComponent, never>;
|
|
32
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AXPopupComponent, "ax-popup", never, {}, {}, never, never>;
|
|
33
|
-
}
|
|
1
|
+
import { ElementRef, ChangeDetectorRef, ViewContainerRef, EventEmitter } from '@angular/core';
|
|
2
|
+
import { AXBaseComponentMixin } from '../base';
|
|
3
|
+
import { AXPageCloseEvent } from '../page/base-page.class';
|
|
4
|
+
import { AXLoadingService } from '../loading';
|
|
5
|
+
import { CdkPortalOutletAttachedRef, Portal } from '@angular/cdk/portal';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
7
|
+
export declare class AXPopupComponent extends AXBaseComponentMixin {
|
|
8
|
+
private _viewContainerRef;
|
|
9
|
+
private loadingService;
|
|
10
|
+
isLoading: boolean;
|
|
11
|
+
private _loadingId;
|
|
12
|
+
title: string;
|
|
13
|
+
onClosed: EventEmitter<AXPageCloseEvent>;
|
|
14
|
+
size: 'sm' | 'md' | 'lg' | 'full';
|
|
15
|
+
data: any;
|
|
16
|
+
showCloseButton: boolean;
|
|
17
|
+
showHeader: boolean;
|
|
18
|
+
content: any;
|
|
19
|
+
_selectedPortal: Portal<any>;
|
|
20
|
+
_footerPortal: Portal<any>;
|
|
21
|
+
_headerPortal: Portal<any>;
|
|
22
|
+
constructor(elementRef: ElementRef, cdr: ChangeDetectorRef, _viewContainerRef: ViewContainerRef, loadingService: AXLoadingService);
|
|
23
|
+
onViewInit(): void;
|
|
24
|
+
_handleAttched(ref: CdkPortalOutletAttachedRef): void;
|
|
25
|
+
onKeydownHandler(event: KeyboardEvent): void;
|
|
26
|
+
_handleCloseClick(): void;
|
|
27
|
+
ngOnDestroy(): void;
|
|
28
|
+
focus(): void;
|
|
29
|
+
close(): void;
|
|
30
|
+
onFullScreen(): void;
|
|
31
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXPopupComponent, never>;
|
|
32
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXPopupComponent, "ax-popup", never, {}, {}, never, never>;
|
|
33
|
+
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./popup.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "@angular/cdk/drag-drop";
|
|
5
|
-
import * as i4 from "@angular/cdk/a11y";
|
|
6
|
-
import * as i5 from "../button/button.module";
|
|
7
|
-
import * as i6 from "@angular/cdk/portal";
|
|
8
|
-
export declare class AXPopupModule {
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AXPopupModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AXPopupModule, [typeof i1.AXPopupComponent], [typeof i2.CommonModule, typeof i3.DragDropModule, typeof i4.A11yModule, typeof i5.AXButtonModule, typeof i6.PortalModule], [typeof i1.AXPopupComponent]>;
|
|
11
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<AXPopupModule>;
|
|
12
|
-
}
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./popup.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "@angular/cdk/drag-drop";
|
|
5
|
+
import * as i4 from "@angular/cdk/a11y";
|
|
6
|
+
import * as i5 from "../button/button.module";
|
|
7
|
+
import * as i6 from "@angular/cdk/portal";
|
|
8
|
+
export declare class AXPopupModule {
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXPopupModule, never>;
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXPopupModule, [typeof i1.AXPopupComponent], [typeof i2.CommonModule, typeof i3.DragDropModule, typeof i4.A11yModule, typeof i5.AXButtonModule, typeof i6.PortalModule], [typeof i1.AXPopupComponent]>;
|
|
11
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AXPopupModule>;
|
|
12
|
+
}
|
|
@@ -1,37 +1,37 @@
|
|
|
1
|
-
import { TemplateRef } from '@angular/core';
|
|
2
|
-
import { AXOverlayService } from '../base/overlay.service';
|
|
3
|
-
import { AXPageClosedPromise } from '../page';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare type AXPopupContentType = string | TemplateRef<any> | Function;
|
|
6
|
-
/**
|
|
7
|
-
* This is a service which you can create popup with it
|
|
8
|
-
*
|
|
9
|
-
* @category Components
|
|
10
|
-
*/
|
|
11
|
-
export declare class AXPopupService {
|
|
12
|
-
private overlayService;
|
|
13
|
-
private stack;
|
|
14
|
-
/**
|
|
15
|
-
* @ignore
|
|
16
|
-
*/
|
|
17
|
-
constructor(overlayService: AXOverlayService);
|
|
18
|
-
/**
|
|
19
|
-
* Open popup 1
|
|
20
|
-
*/
|
|
21
|
-
open(content: AXPopupContentType, title: string): AXPageClosedPromise;
|
|
22
|
-
/**
|
|
23
|
-
* Open popup 2
|
|
24
|
-
* @ignore
|
|
25
|
-
*/
|
|
26
|
-
open(content: AXPopupContentType, options?: {
|
|
27
|
-
title: string;
|
|
28
|
-
showCloseButton?: boolean;
|
|
29
|
-
showHeader?: boolean;
|
|
30
|
-
maximizable?: boolean;
|
|
31
|
-
size?: 'sm' | 'md' | 'lg' | 'full' | 'fit';
|
|
32
|
-
data?: any;
|
|
33
|
-
}): AXPageClosedPromise;
|
|
34
|
-
private closePopup;
|
|
35
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AXPopupService, never>;
|
|
36
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<AXPopupService>;
|
|
37
|
-
}
|
|
1
|
+
import { TemplateRef } from '@angular/core';
|
|
2
|
+
import { AXOverlayService } from '../base/overlay.service';
|
|
3
|
+
import { AXPageClosedPromise } from '../page';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare type AXPopupContentType = string | TemplateRef<any> | Function;
|
|
6
|
+
/**
|
|
7
|
+
* This is a service which you can create popup with it
|
|
8
|
+
*
|
|
9
|
+
* @category Components
|
|
10
|
+
*/
|
|
11
|
+
export declare class AXPopupService {
|
|
12
|
+
private overlayService;
|
|
13
|
+
private stack;
|
|
14
|
+
/**
|
|
15
|
+
* @ignore
|
|
16
|
+
*/
|
|
17
|
+
constructor(overlayService: AXOverlayService);
|
|
18
|
+
/**
|
|
19
|
+
* Open popup 1
|
|
20
|
+
*/
|
|
21
|
+
open(content: AXPopupContentType, title: string): AXPageClosedPromise;
|
|
22
|
+
/**
|
|
23
|
+
* Open popup 2
|
|
24
|
+
* @ignore
|
|
25
|
+
*/
|
|
26
|
+
open(content: AXPopupContentType, options?: {
|
|
27
|
+
title: string;
|
|
28
|
+
showCloseButton?: boolean;
|
|
29
|
+
showHeader?: boolean;
|
|
30
|
+
maximizable?: boolean;
|
|
31
|
+
size?: 'sm' | 'md' | 'lg' | 'full' | 'fit';
|
|
32
|
+
data?: any;
|
|
33
|
+
}): AXPageClosedPromise;
|
|
34
|
+
private closePopup;
|
|
35
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXPopupService, never>;
|
|
36
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AXPopupService>;
|
|
37
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { ElementRef, ChangeDetectorRef } from '@angular/core';
|
|
2
|
+
import { AXBaseComponentMixin } from '../base';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class AXRangeSliderComponent extends AXBaseComponentMixin {
|
|
5
|
+
constructor(elementRef: ElementRef, cdr: ChangeDetectorRef);
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXRangeSliderComponent, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXRangeSliderComponent, "ax-range-slider", never, {}, {}, never, never>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./range-slider.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
export declare class AXRangeSliderModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXRangeSliderModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXRangeSliderModule, [typeof i1.AXRangeSliderComponent], [typeof i2.CommonModule], [typeof i1.AXRangeSliderComponent]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AXRangeSliderModule>;
|
|
8
|
+
}
|
package/lib/selectbox/index.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './selectbox.component';
|
|
2
|
-
export * from './selectbox.module';
|
|
1
|
+
export * from './selectbox.component';
|
|
2
|
+
export * from './selectbox.module';
|
|
@@ -1,28 +1,28 @@
|
|
|
1
|
-
import { ChangeDetectorRef, ElementRef, NgZone } from '@angular/core';
|
|
2
|
-
import { AXBaseSelectionDropdownMixin } from '../base';
|
|
3
|
-
import { DropdownComponentInterface } from '../base/mixin/dropdown-mixin.class';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class AXSelectBoxComponent extends AXBaseSelectionDropdownMixin implements DropdownComponentInterface {
|
|
6
|
-
private zone;
|
|
7
|
-
private dropdown;
|
|
8
|
-
private listContainer;
|
|
9
|
-
_currentfocusedIndex: number;
|
|
10
|
-
constructor(elementRef: ElementRef, cdr: ChangeDetectorRef, zone: NgZone);
|
|
11
|
-
open(): void;
|
|
12
|
-
close(): void;
|
|
13
|
-
toggle(): void;
|
|
14
|
-
onViewInit(): void;
|
|
15
|
-
get isOpen(): boolean;
|
|
16
|
-
_handleOnItemClick(e: MouseEvent, item: any): void;
|
|
17
|
-
_handleListScroll(e: Event): void;
|
|
18
|
-
private _checkForLoadData;
|
|
19
|
-
_onDataLoaded(): void;
|
|
20
|
-
_handleOnRemoveItemClick(e: MouseEvent, item: any): void;
|
|
21
|
-
_handleKeydown(e: KeyboardEvent): void;
|
|
22
|
-
private _focusItemByNav;
|
|
23
|
-
private _focusItemByIndex;
|
|
24
|
-
private _focusSelectedItem;
|
|
25
|
-
private _selectedItemByIndex;
|
|
26
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AXSelectBoxComponent, never>;
|
|
27
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AXSelectBoxComponent, "ax-select-box", never, { "disabled": "disabled"; "readonly": "readonly"; "tabIndex": "tabIndex"; "size": "size"; "fitParent": "fitParent"; "value": "value"; "items": "items"; "multiple": "multiple"; "allowNull": "allowNull"; "valueField": "valueField"; "textField": "textField"; }, { "onOpened": "onOpened"; "onClosed": "onClosed"; "valueChange": "valueChange"; "onValueChanged": "onValueChanged"; "onBlur": "onBlur"; "onFocus": "onFocus"; }, never, ["ax-prefix", "ax-suffix"]>;
|
|
28
|
-
}
|
|
1
|
+
import { ChangeDetectorRef, ElementRef, NgZone } from '@angular/core';
|
|
2
|
+
import { AXBaseSelectionDropdownMixin } from '../base';
|
|
3
|
+
import { DropdownComponentInterface } from '../base/mixin/dropdown-mixin.class';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class AXSelectBoxComponent extends AXBaseSelectionDropdownMixin implements DropdownComponentInterface {
|
|
6
|
+
private zone;
|
|
7
|
+
private dropdown;
|
|
8
|
+
private listContainer;
|
|
9
|
+
_currentfocusedIndex: number;
|
|
10
|
+
constructor(elementRef: ElementRef, cdr: ChangeDetectorRef, zone: NgZone);
|
|
11
|
+
open(): void;
|
|
12
|
+
close(): void;
|
|
13
|
+
toggle(): void;
|
|
14
|
+
onViewInit(): void;
|
|
15
|
+
get isOpen(): boolean;
|
|
16
|
+
_handleOnItemClick(e: MouseEvent, item: any): void;
|
|
17
|
+
_handleListScroll(e: Event): void;
|
|
18
|
+
private _checkForLoadData;
|
|
19
|
+
_onDataLoaded(): void;
|
|
20
|
+
_handleOnRemoveItemClick(e: MouseEvent, item: any): void;
|
|
21
|
+
_handleKeydown(e: KeyboardEvent): void;
|
|
22
|
+
private _focusItemByNav;
|
|
23
|
+
private _focusItemByIndex;
|
|
24
|
+
private _focusSelectedItem;
|
|
25
|
+
private _selectedItemByIndex;
|
|
26
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXSelectBoxComponent, never>;
|
|
27
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXSelectBoxComponent, "ax-select-box", never, { "disabled": "disabled"; "readonly": "readonly"; "tabIndex": "tabIndex"; "size": "size"; "fitParent": "fitParent"; "value": "value"; "items": "items"; "multiple": "multiple"; "allowNull": "allowNull"; "valueField": "valueField"; "textField": "textField"; }, { "onOpened": "onOpened"; "onClosed": "onClosed"; "valueChange": "valueChange"; "onValueChanged": "onValueChanged"; "onBlur": "onBlur"; "onFocus": "onFocus"; }, never, ["ax-prefix", "ax-suffix"]>;
|
|
28
|
+
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./selectbox.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "../dropdown/dropdown.module";
|
|
5
|
-
import * as i4 from "@angular/forms";
|
|
6
|
-
export declare class AXSelectBoxModule {
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AXSelectBoxModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AXSelectBoxModule, [typeof i1.AXSelectBoxComponent], [typeof i2.CommonModule, typeof i3.AXDropdownModule, typeof i4.FormsModule], [typeof i1.AXSelectBoxComponent]>;
|
|
9
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<AXSelectBoxModule>;
|
|
10
|
-
}
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./selectbox.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "../dropdown/dropdown.module";
|
|
5
|
+
import * as i4 from "@angular/forms";
|
|
6
|
+
export declare class AXSelectBoxModule {
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXSelectBoxModule, never>;
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXSelectBoxModule, [typeof i1.AXSelectBoxComponent], [typeof i2.CommonModule, typeof i3.AXDropdownModule, typeof i4.FormsModule], [typeof i1.AXSelectBoxComponent]>;
|
|
9
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AXSelectBoxModule>;
|
|
10
|
+
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './selection-list.component';
|
|
2
|
-
export * from './selection-list.module';
|
|
1
|
+
export * from './selection-list.component';
|
|
2
|
+
export * from './selection-list.module';
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { ElementRef, ChangeDetectorRef } from '@angular/core';
|
|
2
|
-
import { AXBaseSelectionValueMixin, AXDirection } from '../base';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class AXSelectionListComponent extends AXBaseSelectionValueMixin {
|
|
5
|
-
constructor(elementRef: ElementRef, cdr: ChangeDetectorRef);
|
|
6
|
-
direction: AXDirection;
|
|
7
|
-
_handleOnItemValueChange(item: any, e: Event): void;
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AXSelectionListComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AXSelectionListComponent, "ax-selection-list", never, { "disabled": "disabled"; "readonly": "readonly"; "tabIndex": "tabIndex"; "size": "size"; "value": "value"; "valueField": "valueField"; "textField": "textField"; "multiple": "multiple"; "items": "items"; "selectionMode": "selectionMode"; "direction": "direction"; }, { "valueChange": "valueChange"; "onValueChanged": "onValueChanged"; "onBlur": "onBlur"; "onFocus": "onFocus"; }, never, ["ax-validation-rule"]>;
|
|
10
|
-
}
|
|
1
|
+
import { ElementRef, ChangeDetectorRef } from '@angular/core';
|
|
2
|
+
import { AXBaseSelectionValueMixin, AXDirection } from '../base';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class AXSelectionListComponent extends AXBaseSelectionValueMixin {
|
|
5
|
+
constructor(elementRef: ElementRef, cdr: ChangeDetectorRef);
|
|
6
|
+
direction: AXDirection;
|
|
7
|
+
_handleOnItemValueChange(item: any, e: Event): void;
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXSelectionListComponent, never>;
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXSelectionListComponent, "ax-selection-list", never, { "disabled": "disabled"; "readonly": "readonly"; "tabIndex": "tabIndex"; "size": "size"; "value": "value"; "valueField": "valueField"; "textField": "textField"; "multiple": "multiple"; "items": "items"; "selectionMode": "selectionMode"; "direction": "direction"; }, { "valueChange": "valueChange"; "onValueChanged": "onValueChanged"; "onBlur": "onBlur"; "onFocus": "onFocus"; }, never, ["ax-validation-rule"]>;
|
|
10
|
+
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./selection-list.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "@angular/forms";
|
|
5
|
-
import * as i4 from "../checkbox/checkbox.module";
|
|
6
|
-
export declare class AXSelectionListModule {
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AXSelectionListModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AXSelectionListModule, [typeof i1.AXSelectionListComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i4.AXCheckBoxModule], [typeof i1.AXSelectionListComponent]>;
|
|
9
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<AXSelectionListModule>;
|
|
10
|
-
}
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./selection-list.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "@angular/forms";
|
|
5
|
+
import * as i4 from "../checkbox/checkbox.module";
|
|
6
|
+
export declare class AXSelectionListModule {
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXSelectionListModule, never>;
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXSelectionListModule, [typeof i1.AXSelectionListComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i4.AXCheckBoxModule], [typeof i1.AXSelectionListComponent]>;
|
|
9
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AXSelectionListModule>;
|
|
10
|
+
}
|
package/lib/side-menu/index.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './side-menu.component';
|
|
2
|
-
export * from './side-menu.module';
|
|
1
|
+
export * from './side-menu.component';
|
|
2
|
+
export * from './side-menu.module';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { ElementRef, ChangeDetectorRef } from '@angular/core';
|
|
2
|
-
import { AXBaseComponentMixin } from '../base';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class AXSideMenuComponent extends AXBaseComponentMixin {
|
|
5
|
-
constructor(elementRef: ElementRef, cdr: ChangeDetectorRef);
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AXSideMenuComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AXSideMenuComponent, "ax-side-menu", never, {}, {}, never, never>;
|
|
8
|
-
}
|
|
1
|
+
import { ElementRef, ChangeDetectorRef } from '@angular/core';
|
|
2
|
+
import { AXBaseComponentMixin } from '../base';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class AXSideMenuComponent extends AXBaseComponentMixin {
|
|
5
|
+
constructor(elementRef: ElementRef, cdr: ChangeDetectorRef);
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXSideMenuComponent, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXSideMenuComponent, "ax-side-menu", never, {}, {}, never, never>;
|
|
8
|
+
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./side-menu.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
export declare class AXSideMenuModule {
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AXSideMenuModule, never>;
|
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AXSideMenuModule, [typeof i1.AXSideMenuComponent], [typeof i2.CommonModule], [typeof i1.AXSideMenuComponent]>;
|
|
7
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<AXSideMenuModule>;
|
|
8
|
-
}
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./side-menu.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
export declare class AXSideMenuModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXSideMenuModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXSideMenuModule, [typeof i1.AXSideMenuComponent], [typeof i2.CommonModule], [typeof i1.AXSideMenuComponent]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AXSideMenuModule>;
|
|
8
|
+
}
|
package/lib/switch/index.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './switch.component';
|
|
2
|
-
export * from './switch.module';
|
|
1
|
+
export * from './switch.component';
|
|
2
|
+
export * from './switch.module';
|