@acorex/components 18.5.15 → 18.5.17
Sign up to get free protection for your applications and to get access to all the features.
- package/action-sheet/lib/action-sheet.component.d.ts +26 -0
- package/alert/lib/alert.component.d.ts +50 -2
- package/audio-wave/lib/audio-wave.component.d.ts +48 -0
- package/avatar/lib/avatar.component.d.ts +20 -1
- package/badge/lib/badge.component.d.ts +8 -0
- package/bottom-navigation/lib/bottom-navigation.component.d.ts +16 -0
- package/breadcrumbs/lib/breadcrumbs-item.component.d.ts +11 -0
- package/breadcrumbs/lib/breadcrumbs.component.d.ts +11 -0
- package/button/lib/button-item-list.component.d.ts +34 -0
- package/button/lib/button-item.component.d.ts +47 -0
- package/button/lib/button.component.d.ts +36 -0
- package/button-group/lib/button-group.component.d.ts +53 -0
- package/calendar/lib/calendar-range.component.d.ts +48 -0
- package/calendar/lib/calendar.component.d.ts +114 -0
- package/check-box/lib/check-box.component.d.ts +36 -0
- package/chips/lib/chips.component.d.ts +13 -0
- package/circular-progress/lib/circular-progress.component.d.ts +67 -1
- package/collapse/lib/collapse-group.component.d.ts +38 -0
- package/collapse/lib/collapse.component.d.ts +55 -0
- package/color-box/lib/color-box.component.d.ts +28 -1
- package/color-palette/lib/color-palette-input.component.d.ts +35 -0
- package/color-palette/lib/color-palette-picker.component.d.ts +53 -0
- package/color-palette/lib/color-palette-preview.component.d.ts +17 -0
- package/color-palette/lib/color-palette-swatches.component.d.ts +30 -0
- package/color-palette/lib/color-palette.component.d.ts +8 -0
- package/comment/lib/comment-container/comment-container.component.d.ts +5 -0
- package/comment/lib/comment-item/comment-item.component.d.ts +16 -2
- package/comment/lib/comment-like/comment-like.component.d.ts +8 -0
- package/comment/lib/comment-reply/comment-reply.component.d.ts +4 -0
- package/comment/lib/comment-view/comment-view.component.d.ts +4 -0
- package/common/lib/components/base-component.class.d.ts +8 -0
- package/common/lib/components/button-base-component.class.d.ts +21 -0
- package/common/lib/components/interactive-component.class.d.ts +15 -0
- package/conversation/lib/conversation-container/conversation-container.component.d.ts +4 -0
- package/conversation/lib/conversation-input/conversation-input.component.d.ts +79 -2
- package/conversation/lib/conversation-message/conversation-message.component.d.ts +41 -0
- package/conversation/lib/conversation-messages/conversation-message-audio/conversation-message-audio.component.d.ts +62 -0
- package/conversation/lib/conversation-messages/conversation-message-file/conversation-message-file.component.d.ts +34 -0
- package/conversation/lib/conversation-messages/conversation-message-image/conversation-message-image.component.d.ts +21 -0
- package/conversation/lib/conversation-messages/conversation-message-image-popup/conversation-message-image-popup.component.d.ts +11 -0
- package/conversation/lib/conversation-messages/conversation-message-text/conversation-message-text.component.d.ts +29 -0
- package/conversation/lib/conversation-messages/conversation-message-video/conversation-message-video.component.d.ts +11 -0
- package/conversation/lib/conversation-messages/conversation-message-voice/conversation-message-voice.component.d.ts +72 -0
- package/conversation/lib/conversation-view/conversation-view.component.d.ts +22 -0
- package/data-pager/lib/data-pager-base.component.d.ts +9 -0
- package/data-pager/lib/data-pager-info.component.d.ts +14 -0
- package/data-pager/lib/data-pager-input-selector.component.d.ts +17 -0
- package/data-pager/lib/data-pager-next-buttons.components.d.ts +20 -0
- package/data-pager/lib/data-pager-numeric-selector.component.d.ts +14 -0
- package/esm2022/action-sheet/lib/action-sheet.component.mjs +21 -1
- package/esm2022/alert/lib/alert.component.mjs +48 -3
- package/esm2022/audio-wave/lib/audio-wave.component.mjs +43 -1
- package/esm2022/avatar/lib/avatar.component.mjs +21 -2
- package/esm2022/badge/lib/badge.component.mjs +9 -1
- package/esm2022/bottom-navigation/lib/bottom-navigation.component.mjs +14 -1
- package/esm2022/breadcrumbs/lib/breadcrumbs-item.component.mjs +9 -1
- package/esm2022/breadcrumbs/lib/breadcrumbs.component.mjs +6 -1
- package/esm2022/button/lib/button-item-list.component.mjs +35 -1
- package/esm2022/button/lib/button-item.component.mjs +36 -1
- package/esm2022/button/lib/button.component.mjs +39 -3
- package/esm2022/button-group/lib/button-group.component.mjs +48 -1
- package/esm2022/calendar/lib/calendar-range.component.mjs +46 -1
- package/esm2022/calendar/lib/calendar.component.mjs +112 -1
- package/esm2022/check-box/lib/check-box.component.mjs +34 -1
- package/esm2022/chips/lib/chips.component.mjs +14 -1
- package/esm2022/circular-progress/lib/circular-progress.component.mjs +69 -1
- package/esm2022/collapse/lib/collapse-group.component.mjs +39 -1
- package/esm2022/collapse/lib/collapse.component.mjs +53 -1
- package/esm2022/color-box/lib/color-box.component.mjs +23 -2
- package/esm2022/color-palette/lib/color-palette-input.component.mjs +36 -1
- package/esm2022/color-palette/lib/color-palette-picker.component.mjs +54 -1
- package/esm2022/color-palette/lib/color-palette-preview.component.mjs +18 -1
- package/esm2022/color-palette/lib/color-palette-swatches.component.mjs +28 -1
- package/esm2022/color-palette/lib/color-palette.component.mjs +9 -1
- package/esm2022/comment/lib/comment-container/comment-container.component.mjs +6 -1
- package/esm2022/comment/lib/comment-item/comment-item.component.mjs +15 -1
- package/esm2022/comment/lib/comment-like/comment-like.component.mjs +9 -1
- package/esm2022/comment/lib/comment-reply/comment-reply.component.mjs +5 -1
- package/esm2022/comment/lib/comment-view/comment-view.component.mjs +5 -1
- package/esm2022/common/lib/components/base-component.class.mjs +9 -1
- package/esm2022/common/lib/components/button-base-component.class.mjs +22 -1
- package/esm2022/common/lib/components/interactive-component.class.mjs +16 -1
- package/esm2022/conversation/lib/conversation-container/conversation-container.component.mjs +5 -1
- package/esm2022/conversation/lib/conversation-input/conversation-input.component.mjs +75 -1
- package/esm2022/conversation/lib/conversation-message/conversation-message.component.mjs +39 -1
- package/esm2022/conversation/lib/conversation-messages/conversation-message-audio/conversation-message-audio.component.mjs +63 -1
- package/esm2022/conversation/lib/conversation-messages/conversation-message-file/conversation-message-file.component.mjs +35 -1
- package/esm2022/conversation/lib/conversation-messages/conversation-message-image/conversation-message-image.component.mjs +22 -1
- package/esm2022/conversation/lib/conversation-messages/conversation-message-image-popup/conversation-message-image-popup.component.mjs +9 -1
- package/esm2022/conversation/lib/conversation-messages/conversation-message-text/conversation-message-text.component.mjs +30 -1
- package/esm2022/conversation/lib/conversation-messages/conversation-message-video/conversation-message-video.component.mjs +12 -1
- package/esm2022/conversation/lib/conversation-messages/conversation-message-voice/conversation-message-voice.component.mjs +70 -1
- package/esm2022/conversation/lib/conversation-view/conversation-view.component.mjs +23 -1
- package/esm2022/data-pager/lib/data-pager-base.component.mjs +7 -1
- package/esm2022/data-pager/lib/data-pager-info.component.mjs +9 -1
- package/esm2022/data-pager/lib/data-pager-input-selector.component.mjs +18 -1
- package/esm2022/data-pager/lib/data-pager-next-buttons.components.mjs +18 -1
- package/esm2022/data-pager/lib/data-pager-numeric-selector.component.mjs +15 -1
- package/esm2022/scheduler/lib/scheduler-month-view.component.mjs +20 -1
- package/esm2022/scheduler/lib/scheduler-week-view.component.mjs +5 -1
- package/esm2022/scheduler/lib/scheduler.component.mjs +10 -1
- package/esm2022/search-box/lib/search-box.component.mjs +19 -2
- package/esm2022/select-box/lib/select-box.component.mjs +50 -2
- package/esm2022/selection-list/lib/selection-list.component.mjs +51 -1
- package/esm2022/side-menu/lib/side-menu.component.mjs +5 -1
- package/esm2022/skeleton/lib/skeleton.component.mjs +11 -1
- package/esm2022/slider/lib/slider.component.mjs +52 -2
- package/esm2022/step-wizard/lib/step-wizard.component.mjs +23 -1
- package/esm2022/switch/lib/switch-content.component.mjs +5 -1
- package/esm2022/switch/lib/switch.component.mjs +11 -1
- package/esm2022/tabs/lib/tab-item.component.mjs +24 -1
- package/esm2022/tabs/lib/tabs.component.mjs +36 -1
- package/esm2022/tag/lib/tag.component.mjs +2 -1
- package/esm2022/text-area/lib/text-area.component.mjs +8 -1
- package/esm2022/text-box/lib/text-box.component.mjs +13 -1
- package/esm2022/toast/lib/toast.component.mjs +6 -1
- package/esm2022/tooltip/lib/tooltip.component.mjs +5 -1
- package/esm2022/uploader/lib/uploader-dialog-container.component.mjs +16 -1
- package/esm2022/uploader/lib/uploader-drop-zone.component.mjs +5 -1
- package/esm2022/uploader/lib/uploader-list.component.mjs +8 -3
- package/esm2022/uploader/lib/uploader.models.mjs +14 -1
- package/esm2022/wysiwyg/lib/wysiwyg/wysiwyg-container/wysiwyg-container.component.mjs +18 -1
- package/esm2022/wysiwyg/lib/wysiwyg/wysiwyg-toolbar/wysiwyg-toolbar.component.mjs +106 -36
- package/esm2022/wysiwyg/lib/wysiwyg/wysiwyg-view/wysiwyg-view.component.mjs +9 -1
- package/esm2022/wysiwyg/lib/wysiwyg/wysiwyg.service.mjs +4 -1
- package/fesm2022/acorex-components-action-sheet.mjs +20 -0
- package/fesm2022/acorex-components-action-sheet.mjs.map +1 -1
- package/fesm2022/acorex-components-alert.mjs +47 -2
- package/fesm2022/acorex-components-alert.mjs.map +1 -1
- package/fesm2022/acorex-components-audio-wave.mjs +42 -0
- package/fesm2022/acorex-components-audio-wave.mjs.map +1 -1
- package/fesm2022/acorex-components-avatar.mjs +20 -1
- package/fesm2022/acorex-components-avatar.mjs.map +1 -1
- package/fesm2022/acorex-components-badge.mjs +8 -0
- package/fesm2022/acorex-components-badge.mjs.map +1 -1
- package/fesm2022/acorex-components-bottom-navigation.mjs +13 -0
- package/fesm2022/acorex-components-bottom-navigation.mjs.map +1 -1
- package/fesm2022/acorex-components-breadcrumbs.mjs +13 -0
- package/fesm2022/acorex-components-breadcrumbs.mjs.map +1 -1
- package/fesm2022/acorex-components-button-group.mjs +47 -0
- package/fesm2022/acorex-components-button-group.mjs.map +1 -1
- package/fesm2022/acorex-components-button.mjs +107 -2
- package/fesm2022/acorex-components-button.mjs.map +1 -1
- package/fesm2022/acorex-components-calendar.mjs +156 -0
- package/fesm2022/acorex-components-calendar.mjs.map +1 -1
- package/fesm2022/acorex-components-check-box.mjs +33 -0
- package/fesm2022/acorex-components-check-box.mjs.map +1 -1
- package/fesm2022/acorex-components-chips.mjs +13 -0
- package/fesm2022/acorex-components-chips.mjs.map +1 -1
- package/fesm2022/acorex-components-circular-progress.mjs +68 -0
- package/fesm2022/acorex-components-circular-progress.mjs.map +1 -1
- package/fesm2022/acorex-components-collapse.mjs +90 -0
- package/fesm2022/acorex-components-collapse.mjs.map +1 -1
- package/fesm2022/acorex-components-color-box.mjs +22 -1
- package/fesm2022/acorex-components-color-box.mjs.map +1 -1
- package/fesm2022/acorex-components-color-palette.mjs +140 -0
- package/fesm2022/acorex-components-color-palette.mjs.map +1 -1
- package/fesm2022/acorex-components-comment.mjs +35 -0
- package/fesm2022/acorex-components-comment.mjs.map +1 -1
- package/fesm2022/acorex-components-common.mjs +44 -0
- package/fesm2022/acorex-components-common.mjs.map +1 -1
- package/fesm2022/acorex-components-conversation.mjs +372 -0
- package/fesm2022/acorex-components-conversation.mjs.map +1 -1
- package/fesm2022/acorex-components-data-pager.mjs +62 -0
- package/fesm2022/acorex-components-data-pager.mjs.map +1 -1
- package/fesm2022/acorex-components-scheduler.mjs +32 -0
- package/fesm2022/acorex-components-scheduler.mjs.map +1 -1
- package/fesm2022/acorex-components-search-box.mjs +18 -1
- package/fesm2022/acorex-components-search-box.mjs.map +1 -1
- package/fesm2022/acorex-components-select-box.mjs +49 -1
- package/fesm2022/acorex-components-select-box.mjs.map +1 -1
- package/fesm2022/acorex-components-selection-list.mjs +50 -0
- package/fesm2022/acorex-components-selection-list.mjs.map +1 -1
- package/fesm2022/acorex-components-side-menu.mjs +4 -0
- package/fesm2022/acorex-components-side-menu.mjs.map +1 -1
- package/fesm2022/acorex-components-skeleton.mjs +10 -0
- package/fesm2022/acorex-components-skeleton.mjs.map +1 -1
- package/fesm2022/acorex-components-slider.mjs +51 -1
- package/fesm2022/acorex-components-slider.mjs.map +1 -1
- package/fesm2022/acorex-components-step-wizard.mjs +22 -0
- package/fesm2022/acorex-components-step-wizard.mjs.map +1 -1
- package/fesm2022/acorex-components-switch.mjs +14 -0
- package/fesm2022/acorex-components-switch.mjs.map +1 -1
- package/fesm2022/acorex-components-tabs.mjs +58 -0
- package/fesm2022/acorex-components-tabs.mjs.map +1 -1
- package/fesm2022/acorex-components-tag.mjs +1 -0
- package/fesm2022/acorex-components-tag.mjs.map +1 -1
- package/fesm2022/acorex-components-text-area.mjs +7 -0
- package/fesm2022/acorex-components-text-area.mjs.map +1 -1
- package/fesm2022/acorex-components-text-box.mjs +12 -0
- package/fesm2022/acorex-components-text-box.mjs.map +1 -1
- package/fesm2022/acorex-components-toast.mjs +5 -0
- package/fesm2022/acorex-components-toast.mjs.map +1 -1
- package/fesm2022/acorex-components-tooltip.mjs +4 -0
- package/fesm2022/acorex-components-tooltip.mjs.map +1 -1
- package/fesm2022/acorex-components-uploader.mjs +39 -2
- package/fesm2022/acorex-components-uploader.mjs.map +1 -1
- package/fesm2022/acorex-components-wysiwyg.mjs +134 -35
- package/fesm2022/acorex-components-wysiwyg.mjs.map +1 -1
- package/package.json +71 -71
- package/scheduler/lib/scheduler-month-view.component.d.ts +20 -0
- package/scheduler/lib/scheduler-week-view.component.d.ts +4 -0
- package/scheduler/lib/scheduler.component.d.ts +10 -0
- package/search-box/lib/search-box.component.d.ts +19 -1
- package/select-box/lib/select-box.component.d.ts +78 -1
- package/selection-list/lib/selection-list.component.d.ts +55 -0
- package/side-menu/lib/side-menu.component.d.ts +4 -0
- package/skeleton/lib/skeleton.component.d.ts +10 -0
- package/slider/lib/slider.component.d.ts +51 -1
- package/step-wizard/lib/step-wizard.component.d.ts +23 -0
- package/switch/lib/switch-content.component.d.ts +4 -0
- package/switch/lib/switch.component.d.ts +14 -0
- package/tabs/lib/tab-item.component.d.ts +32 -0
- package/tabs/lib/tabs.component.d.ts +42 -0
- package/tag/lib/tag.component.d.ts +4 -0
- package/text-area/lib/text-area.component.d.ts +13 -0
- package/text-box/lib/text-box.component.d.ts +27 -0
- package/toast/lib/toast.component.d.ts +6 -0
- package/tooltip/lib/tooltip.component.d.ts +13 -0
- package/uploader/lib/uploader-dialog-container.component.d.ts +15 -0
- package/uploader/lib/uploader-drop-zone.component.d.ts +4 -0
- package/uploader/lib/uploader-list.component.d.ts +5 -0
- package/uploader/lib/uploader.models.d.ts +4 -0
- package/wysiwyg/lib/wysiwyg/wysiwyg-container/wysiwyg-container.component.d.ts +19 -3
- package/wysiwyg/lib/wysiwyg/wysiwyg-toolbar/wysiwyg-toolbar.component.d.ts +61 -20
- package/wysiwyg/lib/wysiwyg/wysiwyg-view/wysiwyg-view.component.d.ts +4 -0
- package/wysiwyg/lib/wysiwyg/wysiwyg.service.d.ts +3 -0
@@ -4,19 +4,45 @@ import { CdkPortalOutletAttachedRef, Portal } from '@angular/cdk/portal';
|
|
4
4
|
import { OnInit } from '@angular/core';
|
5
5
|
import { AXActionSheetConfig, AXActionSheetItem } from './action-sheet.class';
|
6
6
|
import * as i0 from "@angular/core";
|
7
|
+
/**
|
8
|
+
* A component for displaying an action sheet, which is a menu that slides up from the bottom of the screen.
|
9
|
+
*
|
10
|
+
* @category Components
|
11
|
+
*/
|
7
12
|
export declare class AXActionSheetComponent extends MXBaseComponent implements OnInit {
|
8
13
|
protected data: AXActionSheetConfig;
|
9
14
|
private dialogRef;
|
15
|
+
/**
|
16
|
+
* @ignore
|
17
|
+
*/
|
10
18
|
protected _selectedPortal: Portal<any>;
|
19
|
+
/**
|
20
|
+
* @ignore
|
21
|
+
*/
|
11
22
|
private _componentRef;
|
12
23
|
/**
|
13
24
|
* @ignore
|
14
25
|
*/
|
15
26
|
constructor(data: AXActionSheetConfig, dialogRef: DialogRef<AXComponentCloseEvent>);
|
27
|
+
/**
|
28
|
+
* @ignore
|
29
|
+
*/
|
16
30
|
ngOnInit(): void;
|
31
|
+
/**
|
32
|
+
* @ignore
|
33
|
+
*/
|
17
34
|
protected onKeydownHandler(): void;
|
35
|
+
/**
|
36
|
+
* @ignore
|
37
|
+
*/
|
18
38
|
_handleAttched(ref: CdkPortalOutletAttachedRef): void;
|
39
|
+
/**
|
40
|
+
* @ignore
|
41
|
+
*/
|
19
42
|
onItemClick(item: AXActionSheetItem): void;
|
43
|
+
/**
|
44
|
+
* @ignore
|
45
|
+
*/
|
20
46
|
close(e: any): void;
|
21
47
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXActionSheetComponent, never>;
|
22
48
|
static ɵcmp: i0.ɵɵComponentDeclaration<AXActionSheetComponent, "ax-action-sheet", never, {}, {}, never, never, false, never>;
|
@@ -2,27 +2,75 @@ import { AXEvent, MXColorComponent } from '@acorex/components/common';
|
|
2
2
|
import { AXDecoratorGenericComponent, AXDecoratorIconComponent } from '@acorex/components/decorators';
|
3
3
|
import * as i0 from "@angular/core";
|
4
4
|
/**
|
5
|
-
*
|
5
|
+
* The Alert component is used to display notifications or alerts to users.
|
6
6
|
*
|
7
7
|
* @category Components
|
8
8
|
*/
|
9
9
|
export declare class AXAlertComponent extends MXColorComponent {
|
10
|
+
/**
|
11
|
+
* @ignore
|
12
|
+
*/
|
10
13
|
axIcon: import("@angular/core").Signal<AXDecoratorIconComponent>;
|
14
|
+
/**
|
15
|
+
* @ignore
|
16
|
+
*/
|
11
17
|
axTitle: import("@angular/core").Signal<AXDecoratorGenericComponent>;
|
18
|
+
/**
|
19
|
+
* @ignore
|
20
|
+
*/
|
12
21
|
axContent: import("@angular/core").Signal<AXDecoratorGenericComponent>;
|
22
|
+
/**
|
23
|
+
* @ignore
|
24
|
+
*/
|
13
25
|
axFooter: import("@angular/core").Signal<AXDecoratorGenericComponent>;
|
26
|
+
/**
|
27
|
+
* @ignore
|
28
|
+
*/
|
14
29
|
protected showInline: import("@angular/core").WritableSignal<boolean>;
|
30
|
+
/**
|
31
|
+
* Emits an event when the alert component is closed.
|
32
|
+
*
|
33
|
+
* @event
|
34
|
+
*/
|
15
35
|
onClosed: import("@angular/core").OutputEmitterRef<AXEvent>;
|
36
|
+
/**
|
37
|
+
* @ignore
|
38
|
+
*/
|
16
39
|
private customIcon;
|
40
|
+
/**
|
41
|
+
* @ignore
|
42
|
+
*/
|
17
43
|
private _timeOutRef;
|
44
|
+
/**
|
45
|
+
* Sets the duration (in milliseconds) after which the alert will automatically close.
|
46
|
+
*
|
47
|
+
* @defaultValue 0
|
48
|
+
*/
|
18
49
|
timeOut: import("@angular/core").ModelSignal<number>;
|
50
|
+
/**
|
51
|
+
* @ignore
|
52
|
+
*/
|
19
53
|
timeOutEffect: () => void;
|
54
|
+
/**
|
55
|
+
* @ignore
|
56
|
+
*/
|
20
57
|
constructor();
|
58
|
+
/**
|
59
|
+
* @ignore
|
60
|
+
*/
|
21
61
|
private _setLayout;
|
62
|
+
/**
|
63
|
+
* @ignore
|
64
|
+
*/
|
22
65
|
protected _handleOnOptionChanged(): void;
|
66
|
+
/**
|
67
|
+
* @ignore
|
68
|
+
*/
|
23
69
|
private _setIcon;
|
24
70
|
/**
|
25
|
-
*
|
71
|
+
* Removes the alert from the container after a transition effect.
|
72
|
+
*
|
73
|
+
* @ignore
|
26
74
|
*/
|
27
75
|
close(): void;
|
28
76
|
/**
|
@@ -3,20 +3,68 @@ import WaveSurfer from 'wavesurfer.js';
|
|
3
3
|
import { AXAudioWaveChangeEvent, AXWaveConfig } from './interfaces/audio-wave.interface';
|
4
4
|
import * as i0 from "@angular/core";
|
5
5
|
export declare class AXAudioWaveComponent {
|
6
|
+
/**
|
7
|
+
* @ignore
|
8
|
+
*/
|
6
9
|
protected div: ElementRef<HTMLDivElement>;
|
10
|
+
/**
|
11
|
+
* Configuration settings for the audio wave.
|
12
|
+
*/
|
7
13
|
config: InputSignal<AXWaveConfig>;
|
14
|
+
/**
|
15
|
+
* Emits an event when the status of the audio wave changes.
|
16
|
+
*
|
17
|
+
* @event
|
18
|
+
*/
|
8
19
|
onStatusChanged: import("@angular/core").OutputEmitterRef<AXAudioWaveChangeEvent>;
|
9
20
|
audioState: import("@angular/core").WritableSignal<"loading" | "ready" | "error" | "playing" | "paused">;
|
10
21
|
errorMessage: import("@angular/core").WritableSignal<string>;
|
22
|
+
/**
|
23
|
+
* @ignore
|
24
|
+
*/
|
11
25
|
protected audio: WaveSurfer;
|
26
|
+
/**
|
27
|
+
* @ignore
|
28
|
+
*/
|
12
29
|
private ngZone;
|
30
|
+
/**
|
31
|
+
* @ignore
|
32
|
+
*/
|
13
33
|
constructor();
|
34
|
+
/**
|
35
|
+
* Loads the audio from the specified URL.
|
36
|
+
*
|
37
|
+
* @param url - The URL of the audio to load. Defaults to the URL from the config.
|
38
|
+
*/
|
14
39
|
load(url?: string): void;
|
40
|
+
/**
|
41
|
+
* Plays the audio.
|
42
|
+
*
|
43
|
+
*/
|
15
44
|
play(): Promise<any>;
|
45
|
+
/**
|
46
|
+
* Pauses the audio.
|
47
|
+
*/
|
16
48
|
pause(): void;
|
49
|
+
/**
|
50
|
+
* Retrieves the duration of the audio.
|
51
|
+
*
|
52
|
+
*/
|
17
53
|
getDuration(): number;
|
54
|
+
/**
|
55
|
+
* Retrieves the media element of the audio.
|
56
|
+
*
|
57
|
+
*/
|
18
58
|
getMediaElement(): HTMLMediaElement;
|
59
|
+
/**
|
60
|
+
* Sets the playback rate of the audio.
|
61
|
+
*
|
62
|
+
* @param rate - The playback rate to set.
|
63
|
+
*/
|
19
64
|
setRate(rate: number): void;
|
65
|
+
/**
|
66
|
+
* @ignore
|
67
|
+
*/
|
20
68
|
protected bindEvents(): void;
|
21
69
|
/** When audio starts loading */
|
22
70
|
protected handleLoad(): void;
|
@@ -2,15 +2,34 @@ import { MXColorComponent } from '@acorex/components/common';
|
|
2
2
|
import { QueryList } from '@angular/core';
|
3
3
|
import * as i0 from "@angular/core";
|
4
4
|
/**
|
5
|
-
* The
|
5
|
+
* The Avatar component displays a user's profile image or initials, typically used for user identification.
|
6
6
|
*
|
7
7
|
* @category Components
|
8
8
|
*/
|
9
9
|
export declare class AXAvatarComponent extends MXColorComponent {
|
10
|
+
/**
|
11
|
+
* @ignore
|
12
|
+
*/
|
10
13
|
protected children: import("@angular/core").Signal<readonly QueryList<unknown>[]>;
|
14
|
+
/**
|
15
|
+
* Defines the size of the avatar in pixels.
|
16
|
+
*
|
17
|
+
* @defaultValue 48
|
18
|
+
*/
|
11
19
|
size: import("@angular/core").ModelSignal<number>;
|
20
|
+
/**
|
21
|
+
* Specifies the visual style of the avatar.
|
22
|
+
*
|
23
|
+
* @defaultValue 'rounded'
|
24
|
+
*/
|
12
25
|
look: import("@angular/core").InputSignal<"sharp" | "soft" | "rounded">;
|
26
|
+
/**
|
27
|
+
* @ignore
|
28
|
+
*/
|
13
29
|
private get __hostClass();
|
30
|
+
/**
|
31
|
+
* @ignore
|
32
|
+
*/
|
14
33
|
private get __hostStyle();
|
15
34
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXAvatarComponent, never>;
|
16
35
|
static ɵcmp: i0.ɵɵComponentDeclaration<AXAvatarComponent, "ax-avatar", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "look": { "alias": "look"; "required": false; "isSignal": true; }; }, { "size": "sizeChange"; }, ["children"], ["ax-text, ax-image, ax-icon", "ax-badge"], false, never>;
|
@@ -1,7 +1,15 @@
|
|
1
1
|
import { MXColorLookComponent } from '@acorex/components/common';
|
2
2
|
import * as i0 from "@angular/core";
|
3
3
|
export declare class AXBadgeComponent extends MXColorLookComponent {
|
4
|
+
/**
|
5
|
+
* Defines the text displayed inside the badge.
|
6
|
+
*
|
7
|
+
* @defaultValue ''
|
8
|
+
*/
|
4
9
|
text: import("@angular/core").InputSignal<string>;
|
10
|
+
/**
|
11
|
+
* @ignore
|
12
|
+
*/
|
5
13
|
private get __hostClass();
|
6
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXBadgeComponent, never>;
|
7
15
|
static ɵcmp: i0.ɵɵComponentDeclaration<AXBadgeComponent, "ax-badge", never, { "color": { "alias": "color"; "required": false; }; "look": { "alias": "look"; "required": false; }; "text": { "alias": "text"; "required": false; "isSignal": true; }; }, {}, never, ["ax-prefix", "ax-suffix"], false, never>;
|
@@ -2,18 +2,34 @@ import { AXClickEvent, MXLookComponent } from '@acorex/components/common';
|
|
2
2
|
import { AfterContentInit } from '@angular/core';
|
3
3
|
import * as i0 from "@angular/core";
|
4
4
|
declare const AXBottomNavigationComponent_base: import("polytype").Polytype.ClusteredConstructor<[typeof MXLookComponent]>;
|
5
|
+
/**
|
6
|
+
* The BottomNavigation component provides a navigational bar at the bottom of the screen with customizable appearance and behavior.
|
7
|
+
*
|
8
|
+
* @category Components
|
9
|
+
*/
|
5
10
|
export declare class AXBottomNavigationComponent extends AXBottomNavigationComponent_base implements AfterContentInit {
|
11
|
+
/**
|
12
|
+
* @ignore
|
13
|
+
*/
|
6
14
|
private _contentButtons;
|
7
15
|
/**
|
8
16
|
* This will be displayed as an interface
|
9
17
|
*/
|
10
18
|
hasBorder: import("@angular/core").InputSignal<boolean>;
|
19
|
+
/**
|
20
|
+
* Determines the position of the indicator relative to the button.
|
21
|
+
*
|
22
|
+
* @defaultValue 'top'
|
23
|
+
*/
|
11
24
|
indicatorPosition: import("@angular/core").InputSignal<"top" | "bottom">;
|
12
25
|
/**
|
13
26
|
* Emit item click.
|
14
27
|
* @returns The AXClickEvent
|
15
28
|
*/
|
16
29
|
onItemClick: import("@angular/core").OutputEmitterRef<AXClickEvent>;
|
30
|
+
/**
|
31
|
+
* @ignore
|
32
|
+
*/
|
17
33
|
ngAfterContentInit(): void;
|
18
34
|
/** @ignore */
|
19
35
|
private _bindEvents;
|
@@ -1,13 +1,24 @@
|
|
1
1
|
import { MXInteractiveComponent } from '@acorex/components/common';
|
2
2
|
import { AXBreadCrumbsComponent } from './breadcrumbs.component';
|
3
3
|
import * as i0 from "@angular/core";
|
4
|
+
/**
|
5
|
+
* Component representing an item in a breadcrumbs navigation.
|
6
|
+
*
|
7
|
+
* @category Components
|
8
|
+
*/
|
4
9
|
export declare class AXBreadCrumbsItemComponent extends MXInteractiveComponent {
|
5
10
|
_parent: AXBreadCrumbsComponent;
|
11
|
+
/**
|
12
|
+
* Indicates whether this breadcrumb item is the current active item.
|
13
|
+
*/
|
6
14
|
active: boolean;
|
7
15
|
/**
|
8
16
|
* @ignore
|
9
17
|
*/
|
10
18
|
constructor(_parent: AXBreadCrumbsComponent);
|
19
|
+
/**
|
20
|
+
* @ignore
|
21
|
+
*/
|
11
22
|
private get __hostClass();
|
12
23
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXBreadCrumbsItemComponent, never>;
|
13
24
|
static ɵcmp: i0.ɵɵComponentDeclaration<AXBreadCrumbsItemComponent, "ax-breadcrumbs-item", never, { "disabled": { "alias": "disabled"; "required": false; }; "active": { "alias": "active"; "required": false; }; }, {}, never, ["ax-prefix", "*", "ax-suffix"], false, never>;
|
@@ -1,8 +1,19 @@
|
|
1
1
|
import { MXBaseComponent } from '@acorex/components/common';
|
2
2
|
import { TemplateRef } from '@angular/core';
|
3
3
|
import * as i0 from "@angular/core";
|
4
|
+
/**
|
5
|
+
* The Breadcrumbs component displays a navigation trail of links, helping users to track their location within an application's hierarchy.
|
6
|
+
*
|
7
|
+
* @category Components
|
8
|
+
*/
|
4
9
|
export declare class AXBreadCrumbsComponent extends MXBaseComponent {
|
10
|
+
/**
|
11
|
+
* @ignore
|
12
|
+
*/
|
5
13
|
protected _divider: TemplateRef<any>;
|
14
|
+
/**
|
15
|
+
* @ignore
|
16
|
+
*/
|
6
17
|
dividerTemplate: TemplateRef<any>;
|
7
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXBreadCrumbsComponent, never>;
|
8
19
|
static ɵcmp: i0.ɵɵComponentDeclaration<AXBreadCrumbsComponent, "ax-breadcrumbs", never, {}, {}, ["_divider"], ["ax-breadcrumbs-item"], false, never>;
|
@@ -2,16 +2,50 @@ import { AXClickEvent, AXClosbaleComponent, AXItemClickEvent, MXInteractiveCompo
|
|
2
2
|
import { EventEmitter, QueryList } from '@angular/core';
|
3
3
|
import { AXButtonItemComponent, AXButtonItemListItem } from './button-item.component';
|
4
4
|
import * as i0 from "@angular/core";
|
5
|
+
/**
|
6
|
+
* A component for rendering a list of button items with optional dividers between them.
|
7
|
+
*
|
8
|
+
* @category Components
|
9
|
+
*/
|
5
10
|
export declare class AXButtonItemListComponent extends MXInteractiveComponent {
|
6
11
|
private parent?;
|
7
12
|
protected _contentButtons: QueryList<AXButtonItemComponent>;
|
13
|
+
/**
|
14
|
+
* The list of button items to display.
|
15
|
+
*
|
16
|
+
* @defaultValue []
|
17
|
+
*/
|
8
18
|
items: import("@angular/core").InputSignal<AXButtonItemListItem[]>;
|
19
|
+
/**
|
20
|
+
* Emits an event when an item is clicked.
|
21
|
+
* The event contains details about the clicked item.
|
22
|
+
*
|
23
|
+
* @event {AXItemClickEvent<AXButtonItemComponent>} - The event object containing clicked item details.
|
24
|
+
*/
|
9
25
|
onItemClick: EventEmitter<AXItemClickEvent<AXButtonItemComponent>>;
|
26
|
+
/**
|
27
|
+
* @ignore
|
28
|
+
*/
|
10
29
|
constructor(parent?: AXClosbaleComponent);
|
30
|
+
/**
|
31
|
+
* @ignore
|
32
|
+
*/
|
11
33
|
private _initContents;
|
34
|
+
/**
|
35
|
+
* @ignore
|
36
|
+
*/
|
12
37
|
private _bindEvents;
|
38
|
+
/**
|
39
|
+
* @ignore
|
40
|
+
*/
|
13
41
|
private _bindProps;
|
42
|
+
/**
|
43
|
+
* @ignore
|
44
|
+
*/
|
14
45
|
protected _handleOnItemClick(e: AXClickEvent): void;
|
46
|
+
/**
|
47
|
+
* @ignore
|
48
|
+
*/
|
15
49
|
_emitOnItemClickEvent(e: AXClickEvent, item: AXButtonItemComponent): void;
|
16
50
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXButtonItemListComponent, [{ optional: true; }]>;
|
17
51
|
static ɵcmp: i0.ɵɵComponentDeclaration<AXButtonItemListComponent, "ax-button-item-list", never, { "items": { "alias": "items"; "required": false; "isSignal": true; }; }, { "onItemClick": "onItemClick"; }, ["_contentButtons"], ["ax-button-item, ax-title, ax-divider, ng-container"], false, never>;
|
@@ -10,19 +10,66 @@ export interface AXButtonItemListItem {
|
|
10
10
|
color?: AXStyleColorType;
|
11
11
|
}
|
12
12
|
declare const AXButtonItemComponent_base: import("polytype").Polytype.ClusteredConstructor<[typeof MXInteractiveComponent, typeof MXColorComponent]>;
|
13
|
+
/**
|
14
|
+
* Represents a button item with optional content like icons, text, and dropdowns.
|
15
|
+
*
|
16
|
+
* @category Components
|
17
|
+
*/
|
13
18
|
export declare class AXButtonItemComponent extends AXButtonItemComponent_base {
|
19
|
+
/**
|
20
|
+
* Text displayed on the button item.
|
21
|
+
*/
|
14
22
|
text: string;
|
23
|
+
/**
|
24
|
+
* @ignore
|
25
|
+
*/
|
15
26
|
private _selected;
|
27
|
+
/**
|
28
|
+
* Indicates whether the button item is selected.
|
29
|
+
*
|
30
|
+
* @param v - A boolean indicating the selected state.
|
31
|
+
* Updates the view when the value changes.
|
32
|
+
*/
|
16
33
|
get selected(): boolean;
|
17
34
|
set selected(v: boolean);
|
35
|
+
/**
|
36
|
+
* Whether the item is visually separated from other items.
|
37
|
+
* @defaultValue false
|
38
|
+
*/
|
18
39
|
divided: boolean;
|
40
|
+
/**
|
41
|
+
* Data associated with the button item.
|
42
|
+
*/
|
19
43
|
data: unknown;
|
44
|
+
/**
|
45
|
+
* The name of the button item.
|
46
|
+
*/
|
20
47
|
name: string;
|
48
|
+
/**
|
49
|
+
* Emitted when the button item is clicked.
|
50
|
+
* @event
|
51
|
+
* The emitted value is an `AXClickEvent` object containing event details.
|
52
|
+
*/
|
21
53
|
onClick: EventEmitter<AXClickEvent>;
|
54
|
+
/**
|
55
|
+
* @ignore
|
56
|
+
*/
|
22
57
|
private __hostClick;
|
58
|
+
/**
|
59
|
+
* @ignore
|
60
|
+
*/
|
23
61
|
private __hostFocus;
|
62
|
+
/**
|
63
|
+
* @ignore
|
64
|
+
*/
|
24
65
|
private __hostBlur;
|
66
|
+
/**
|
67
|
+
* @ignore
|
68
|
+
*/
|
25
69
|
private get __hostClass();
|
70
|
+
/**
|
71
|
+
* @ignore
|
72
|
+
*/
|
26
73
|
tabindex: string;
|
27
74
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXButtonItemComponent, never>;
|
28
75
|
static ɵcmp: i0.ɵɵComponentDeclaration<AXButtonItemComponent, "ax-button-item", never, { "color": { "alias": "color"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "text": { "alias": "text"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "divided": { "alias": "divided"; "required": false; }; "data": { "alias": "data"; "required": false; }; "name": { "alias": "name"; "required": false; }; }, { "onClick": "onClick"; "onFocus": "onFocus"; "onBlur": "onBlur"; "disabledChange": "disabledChange"; }, never, ["ax-prefix", "ax-loading", "ax-icon", "ax-suffix", "ax-dropdown-panel"], false, never>;
|
@@ -14,15 +14,51 @@ export declare class AXButtonComponent extends MXButtonBaseComponent implements
|
|
14
14
|
* @event
|
15
15
|
*/
|
16
16
|
onClick: EventEmitter<AXClickEvent>;
|
17
|
+
/**
|
18
|
+
* Specifies the type of button to be used in the action sheet.
|
19
|
+
*
|
20
|
+
* @defaultValue 'button'
|
21
|
+
*/
|
17
22
|
type: import("@angular/core").InputSignal<AXButtonType>;
|
23
|
+
/**
|
24
|
+
* convert button to just icon in specific break points.
|
25
|
+
*/
|
18
26
|
responsiveOn: import("@angular/core").ModelSignal<AXResponsiveOn>;
|
27
|
+
/**
|
28
|
+
* Defines the text displayed while the action sheet is loading.
|
29
|
+
*
|
30
|
+
* @defaultValue null
|
31
|
+
*/
|
19
32
|
loadingText: import("@angular/core").ModelSignal<string>;
|
33
|
+
/**
|
34
|
+
* @ignore
|
35
|
+
*/
|
20
36
|
ngAfterViewInit(): void;
|
37
|
+
/**
|
38
|
+
* @ignore
|
39
|
+
*/
|
21
40
|
private getButton;
|
41
|
+
/**
|
42
|
+
* @ignore
|
43
|
+
*/
|
22
44
|
_handleClick(e: MouseEvent): void;
|
45
|
+
/**
|
46
|
+
* Triggers a click event on the button element.
|
47
|
+
*/
|
23
48
|
click(): void;
|
49
|
+
/**
|
50
|
+
* @ignore
|
51
|
+
*/
|
24
52
|
private get __hostClass();
|
53
|
+
/**
|
54
|
+
* Sets focus on the button element and adds a focus style class.
|
55
|
+
*
|
56
|
+
*/
|
25
57
|
focus(): void;
|
58
|
+
/**
|
59
|
+
* Removes the focus style class from the button element
|
60
|
+
* when the button loses focus.
|
61
|
+
*/
|
26
62
|
blur(): void;
|
27
63
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXButtonComponent, never>;
|
28
64
|
static ɵcmp: i0.ɵɵComponentDeclaration<AXButtonComponent, "ax-button", never, { "disabled": { "alias": "disabled"; "required": false; }; "size": { "alias": "size"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "color": { "alias": "color"; "required": false; }; "look": { "alias": "look"; "required": false; }; "text": { "alias": "text"; "required": false; }; "toggleable": { "alias": "toggleable"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "type": { "alias": "type"; "required": false; "isSignal": true; }; "responsiveOn": { "alias": "responsiveOn"; "required": false; "isSignal": true; }; "loadingText": { "alias": "loadingText"; "required": false; "isSignal": true; }; }, { "onBlur": "onBlur"; "onFocus": "onFocus"; "onClick": "onClick"; "selectedChange": "selectedChange"; "toggleableChange": "toggleableChange"; "lookChange": "lookChange"; "colorChange": "colorChange"; "disabledChange": "disabledChange"; "responsiveOn": "responsiveOnChange"; "loadingText": "loadingTextChange"; }, never, ["ax-prefix, ax-loading, ax-loading-spinner, ax-icon", "ax-content", "ax-suffix", "ax-dropdown-panel", ".tab-content"], false, never>;
|
@@ -2,21 +2,74 @@ import { AXClickEvent, AXSelectionMode, MXColorLookComponent, MXInteractiveCompo
|
|
2
2
|
import { AfterContentInit, EventEmitter } from '@angular/core';
|
3
3
|
import * as i0 from "@angular/core";
|
4
4
|
declare const AXButtonGroupComponent_base: import("polytype").Polytype.ClusteredConstructor<[typeof MXInteractiveComponent, typeof MXColorLookComponent]>;
|
5
|
+
/**
|
6
|
+
* A component that groups multiple buttons together, allowing for consistent styling and behavior.
|
7
|
+
*
|
8
|
+
* @category Components
|
9
|
+
*/
|
5
10
|
export declare class AXButtonGroupComponent extends AXButtonGroupComponent_base implements AfterContentInit {
|
11
|
+
/**
|
12
|
+
* Fires when any button in the group is clicked.
|
13
|
+
*
|
14
|
+
* @event
|
15
|
+
*/
|
6
16
|
onClick: EventEmitter<AXClickEvent>;
|
17
|
+
/**
|
18
|
+
* @ignore
|
19
|
+
*/
|
7
20
|
private _contentButtons;
|
21
|
+
/**
|
22
|
+
* Emitted when the selection mode changes.
|
23
|
+
*
|
24
|
+
* @event
|
25
|
+
*/
|
8
26
|
selectionChange: EventEmitter<AXSelectionMode>;
|
27
|
+
/**
|
28
|
+
* @ignore
|
29
|
+
*/
|
9
30
|
private _selection;
|
31
|
+
/**
|
32
|
+
* Defines the selection mode for the component.
|
33
|
+
*
|
34
|
+
* @param value - The selection mode to be set. Possible values include 'single', 'multiple', or 'none'.
|
35
|
+
*/
|
10
36
|
get selection(): AXSelectionMode;
|
11
37
|
set selection(value: AXSelectionMode);
|
38
|
+
/**
|
39
|
+
* @ignore
|
40
|
+
*/
|
12
41
|
ngAfterContentInit(): void;
|
42
|
+
/**
|
43
|
+
* @ignore
|
44
|
+
*/
|
13
45
|
private _bindEvents;
|
46
|
+
/**
|
47
|
+
* @ignore
|
48
|
+
*/
|
14
49
|
private _bindProps;
|
50
|
+
/**
|
51
|
+
* Updates component properties based on internal option changes.
|
52
|
+
*/
|
15
53
|
internalOptionChanged(): void;
|
54
|
+
/**
|
55
|
+
* @ignore
|
56
|
+
*/
|
16
57
|
private _handleClickEvent;
|
58
|
+
/**
|
59
|
+
* @ignore
|
60
|
+
*/
|
17
61
|
private clearSelection;
|
62
|
+
/**
|
63
|
+
* @ignore
|
64
|
+
*/
|
18
65
|
private get __hostClass();
|
66
|
+
/**
|
67
|
+
* @ignore
|
68
|
+
*/
|
19
69
|
get role(): string;
|
70
|
+
/**
|
71
|
+
* @ignore
|
72
|
+
*/
|
20
73
|
private __hostClick;
|
21
74
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXButtonGroupComponent, never>;
|
22
75
|
static ɵcmp: i0.ɵɵComponentDeclaration<AXButtonGroupComponent, "ax-button-group", never, { "disabled": { "alias": "disabled"; "required": false; }; "color": { "alias": "color"; "required": false; }; "look": { "alias": "look"; "required": false; }; "selection": { "alias": "selection"; "required": false; }; }, { "onBlur": "onBlur"; "onFocus": "onFocus"; "lookChange": "lookChange"; "colorChange": "colorChange"; "disabledChange": "disabledChange"; "selectionChange": "selectionChange"; }, ["_contentButtons"], ["ax-button-item"], false, never>;
|
@@ -9,24 +9,72 @@ declare const AXCalendarRangeComponent_base: import("polytype").Polytype.Cluster
|
|
9
9
|
ɵprov: import("@angular/core").ɵɵInjectableDeclaration<MXValueComponent<any>>;
|
10
10
|
}, typeof MXInteractiveComponent, typeof MXCalendarBaseComponent]>;
|
11
11
|
export declare class AXCalendarRangeComponent extends AXCalendarRangeComponent_base implements AfterViewInit {
|
12
|
+
/**
|
13
|
+
* @ignore
|
14
|
+
*/
|
12
15
|
private _calendarService;
|
13
16
|
private _c1;
|
14
17
|
private _c2;
|
15
18
|
_navText: string;
|
19
|
+
/**
|
20
|
+
* @ignore
|
21
|
+
*/
|
16
22
|
protected rtl: boolean;
|
23
|
+
/**
|
24
|
+
* @ignore
|
25
|
+
*/
|
17
26
|
constructor();
|
27
|
+
/**
|
28
|
+
* @ignore
|
29
|
+
*/
|
18
30
|
protected ngOnInit(): void;
|
31
|
+
/**
|
32
|
+
* @ignore
|
33
|
+
*/
|
19
34
|
ngAfterViewInit(): void;
|
35
|
+
/**
|
36
|
+
* @ignore
|
37
|
+
*/
|
20
38
|
getCellClass: (date: AXDateTime) => "ax-range-start" | "ax-range-end" | "ax-range-between";
|
39
|
+
/**
|
40
|
+
* @ignore
|
41
|
+
*/
|
21
42
|
protected handleSlotClick(e: AXCalendarSlotClick): void;
|
43
|
+
/**
|
44
|
+
* @ignore
|
45
|
+
*/
|
22
46
|
protected handlePrevClick(): void;
|
47
|
+
/**
|
48
|
+
* @ignore
|
49
|
+
*/
|
23
50
|
protected handleNextClick(): void;
|
51
|
+
/**
|
52
|
+
* @ignore
|
53
|
+
*/
|
24
54
|
protected handleNavClick(): void;
|
55
|
+
/**
|
56
|
+
* @ignore
|
57
|
+
*/
|
25
58
|
private _syncNavText;
|
59
|
+
/**
|
60
|
+
* @ignore
|
61
|
+
*/
|
26
62
|
protected handleNavigate(): void;
|
63
|
+
/**
|
64
|
+
* @ignore
|
65
|
+
*/
|
27
66
|
protected handleActiveViewChange1(): void;
|
67
|
+
/**
|
68
|
+
* @ignore
|
69
|
+
*/
|
28
70
|
protected handleActiveViewChange2(): void;
|
71
|
+
/**
|
72
|
+
* @ignore
|
73
|
+
*/
|
29
74
|
private _syncNav1;
|
75
|
+
/**
|
76
|
+
* @ignore
|
77
|
+
*/
|
30
78
|
private _syncNav2;
|
31
79
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXCalendarRangeComponent, never>;
|
32
80
|
static ɵcmp: i0.ɵɵComponentDeclaration<AXCalendarRangeComponent, "ax-calendar-range", never, { "rtl": { "alias": "rtl"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "value": { "alias": "value"; "required": false; }; "name": { "alias": "name"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "depth": { "alias": "depth"; "required": false; }; "activeView": { "alias": "activeView"; "required": false; }; "minValue": { "alias": "minValue"; "required": false; }; "maxValue": { "alias": "maxValue"; "required": false; }; "disabledDates": { "alias": "disabledDates"; "required": false; }; "holidayDates": { "alias": "holidayDates"; "required": false; }; "type": { "alias": "type"; "required": false; }; "cellTemplate": { "alias": "cellTemplate"; "required": false; }; "cellClass": { "alias": "cellClass"; "required": false; }; "showNavigation": { "alias": "showNavigation"; "required": false; }; }, { "onOptionChanged": "onOptionChanged"; "valueChange": "valueChange"; "onValueChanged": "onValueChanged"; "onBlur": "onBlur"; "onFocus": "onFocus"; "depthChange": "depthChange"; "typeChange": "typeChange"; "activeViewChange": "activeViewChange"; "disabledDatesChange": "disabledDatesChange"; "holidayDatesChange": "holidayDatesChange"; "onNavigate": "onNavigate"; "onSlotClick": "onSlotClick"; }, never, ["*"], false, never>;
|