@acorex/components 20.2.0-next.8 → 20.2.0
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/accordion/index.d.ts +6 -5
- package/action-sheet/index.d.ts +57 -10
- package/alert/index.d.ts +2 -4
- package/aspect-ratio/README.md +3 -0
- package/aspect-ratio/index.d.ts +11 -0
- package/autocomplete/index.d.ts +7 -2
- package/avatar/index.d.ts +12 -6
- package/badge/index.d.ts +1 -2
- package/bottom-navigation/index.d.ts +10 -2
- package/breadcrumbs/index.d.ts +17 -4
- package/button/index.d.ts +56 -17
- package/button-group/index.d.ts +10 -6
- package/calendar/index.d.ts +32 -18
- package/check-box/index.d.ts +2 -5
- package/chips/index.d.ts +1 -2
- package/circular-progress/index.d.ts +23 -18
- package/code-editor/README.md +3 -0
- package/code-editor/index.d.ts +103 -0
- package/collapse/index.d.ts +7 -6
- package/color-box/index.d.ts +6 -8
- package/color-palette/index.d.ts +19 -24
- package/command/README.md +3 -0
- package/command/index.d.ts +60 -0
- package/comment/index.d.ts +18 -13
- package/conversation/index.d.ts +107 -78
- package/cron-job/index.d.ts +5 -4
- package/data-list/README.md +356 -0
- package/data-list/index.d.ts +102 -0
- package/data-pager/index.d.ts +22 -17
- package/data-table/index.d.ts +59 -3
- package/datetime-box/index.d.ts +12 -15
- package/datetime-input/index.d.ts +2 -4
- package/datetime-picker/index.d.ts +12 -11
- package/decorators/index.d.ts +2 -2
- package/dialog/index.d.ts +29 -4
- package/drawer-2/index.d.ts +22 -8
- package/dropdown/index.d.ts +44 -3
- package/dropdown-button/index.d.ts +7 -2
- package/fesm2022/acorex-components-accordion.mjs +74 -72
- package/fesm2022/acorex-components-accordion.mjs.map +1 -1
- package/fesm2022/acorex-components-action-sheet.mjs +78 -48
- package/fesm2022/acorex-components-action-sheet.mjs.map +1 -1
- package/fesm2022/acorex-components-alert.mjs +13 -17
- package/fesm2022/acorex-components-alert.mjs.map +1 -1
- package/fesm2022/acorex-components-aspect-ratio.mjs +36 -0
- package/fesm2022/acorex-components-aspect-ratio.mjs.map +1 -0
- package/fesm2022/acorex-components-audio-wave.mjs +7 -7
- package/fesm2022/acorex-components-audio-wave.mjs.map +1 -1
- package/fesm2022/acorex-components-autocomplete.mjs +32 -11
- package/fesm2022/acorex-components-autocomplete.mjs.map +1 -1
- package/fesm2022/acorex-components-avatar.mjs +24 -21
- package/fesm2022/acorex-components-avatar.mjs.map +1 -1
- package/fesm2022/acorex-components-badge.mjs +9 -11
- package/fesm2022/acorex-components-badge.mjs.map +1 -1
- package/fesm2022/acorex-components-bottom-navigation.mjs +18 -16
- package/fesm2022/acorex-components-bottom-navigation.mjs.map +1 -1
- package/fesm2022/acorex-components-breadcrumbs.mjs +36 -21
- package/fesm2022/acorex-components-breadcrumbs.mjs.map +1 -1
- package/fesm2022/acorex-components-button-group.mjs +35 -26
- package/fesm2022/acorex-components-button-group.mjs.map +1 -1
- package/fesm2022/acorex-components-button.mjs +78 -38
- package/fesm2022/acorex-components-button.mjs.map +1 -1
- package/fesm2022/acorex-components-calendar.mjs +76 -47
- package/fesm2022/acorex-components-calendar.mjs.map +1 -1
- package/fesm2022/acorex-components-check-box.mjs +11 -14
- package/fesm2022/acorex-components-check-box.mjs.map +1 -1
- package/fesm2022/acorex-components-chips.mjs +9 -11
- package/fesm2022/acorex-components-chips.mjs.map +1 -1
- package/fesm2022/acorex-components-circular-progress.mjs +31 -26
- package/fesm2022/acorex-components-circular-progress.mjs.map +1 -1
- package/fesm2022/acorex-components-code-editor.mjs +591 -0
- package/fesm2022/acorex-components-code-editor.mjs.map +1 -0
- package/fesm2022/acorex-components-collapse.mjs +21 -21
- package/fesm2022/acorex-components-collapse.mjs.map +1 -1
- package/fesm2022/acorex-components-color-box.mjs +39 -33
- package/fesm2022/acorex-components-color-box.mjs.map +1 -1
- package/fesm2022/acorex-components-color-palette.mjs +69 -85
- package/fesm2022/acorex-components-color-palette.mjs.map +1 -1
- package/fesm2022/acorex-components-command.mjs +144 -0
- package/fesm2022/acorex-components-command.mjs.map +1 -0
- package/fesm2022/acorex-components-comment.mjs +51 -45
- package/fesm2022/acorex-components-comment.mjs.map +1 -1
- package/fesm2022/acorex-components-conversation.mjs +128 -90
- package/fesm2022/acorex-components-conversation.mjs.map +1 -1
- package/fesm2022/acorex-components-cron-job.mjs +54 -48
- package/fesm2022/acorex-components-cron-job.mjs.map +1 -1
- package/fesm2022/acorex-components-data-list.mjs +386 -0
- package/fesm2022/acorex-components-data-list.mjs.map +1 -0
- package/fesm2022/acorex-components-data-pager.mjs +41 -36
- package/fesm2022/acorex-components-data-pager.mjs.map +1 -1
- package/fesm2022/acorex-components-data-table.mjs +98 -42
- package/fesm2022/acorex-components-data-table.mjs.map +1 -1
- package/fesm2022/acorex-components-datetime-box.mjs +28 -36
- package/fesm2022/acorex-components-datetime-box.mjs.map +1 -1
- package/fesm2022/acorex-components-datetime-input.mjs +20 -18
- package/fesm2022/acorex-components-datetime-input.mjs.map +1 -1
- package/fesm2022/acorex-components-datetime-picker.mjs +92 -44
- package/fesm2022/acorex-components-datetime-picker.mjs.map +1 -1
- package/fesm2022/acorex-components-decorators.mjs +27 -27
- package/fesm2022/acorex-components-decorators.mjs.map +1 -1
- package/fesm2022/acorex-components-dialog.mjs +44 -19
- package/fesm2022/acorex-components-dialog.mjs.map +1 -1
- package/fesm2022/acorex-components-drawer-2.mjs +28 -14
- package/fesm2022/acorex-components-drawer-2.mjs.map +1 -1
- package/fesm2022/acorex-components-drawer.mjs +13 -13
- package/fesm2022/acorex-components-drawer.mjs.map +1 -1
- package/fesm2022/acorex-components-dropdown-button.mjs +16 -11
- package/fesm2022/acorex-components-dropdown-button.mjs.map +1 -1
- package/fesm2022/acorex-components-dropdown.mjs +57 -13
- package/fesm2022/acorex-components-dropdown.mjs.map +1 -1
- package/fesm2022/acorex-components-file-explorer.mjs +25 -25
- package/fesm2022/acorex-components-file-explorer.mjs.map +1 -1
- package/fesm2022/acorex-components-flow-chart.mjs +40 -16
- package/fesm2022/acorex-components-flow-chart.mjs.map +1 -1
- package/fesm2022/acorex-components-form.mjs +36 -17
- package/fesm2022/acorex-components-form.mjs.map +1 -1
- package/fesm2022/acorex-components-grid-layout-builder.mjs +125 -15
- package/fesm2022/acorex-components-grid-layout-builder.mjs.map +1 -1
- package/fesm2022/acorex-components-image-editor.mjs +121 -92
- package/fesm2022/acorex-components-image-editor.mjs.map +1 -1
- package/fesm2022/acorex-components-image.mjs +7 -7
- package/fesm2022/acorex-components-image.mjs.map +1 -1
- package/fesm2022/acorex-components-json-viewer.mjs +8 -8
- package/fesm2022/acorex-components-json-viewer.mjs.map +1 -1
- package/fesm2022/acorex-components-kanban.mjs +11 -7
- package/fesm2022/acorex-components-kanban.mjs.map +1 -1
- package/fesm2022/acorex-components-kbd.mjs +21 -29
- package/fesm2022/acorex-components-kbd.mjs.map +1 -1
- package/fesm2022/acorex-components-label.mjs +11 -15
- package/fesm2022/acorex-components-label.mjs.map +1 -1
- package/fesm2022/acorex-components-list.mjs +23 -32
- package/fesm2022/acorex-components-list.mjs.map +1 -1
- package/fesm2022/acorex-components-loading-dialog.mjs +58 -59
- package/fesm2022/acorex-components-loading-dialog.mjs.map +1 -1
- package/fesm2022/acorex-components-loading.mjs +84 -28
- package/fesm2022/acorex-components-loading.mjs.map +1 -1
- package/fesm2022/acorex-components-map.mjs +484 -112
- package/fesm2022/acorex-components-map.mjs.map +1 -1
- package/fesm2022/acorex-components-media-viewer.mjs +37 -37
- package/fesm2022/acorex-components-media-viewer.mjs.map +1 -1
- package/fesm2022/acorex-components-menu.mjs +67 -37
- package/fesm2022/acorex-components-menu.mjs.map +1 -1
- package/fesm2022/{acorex-components-modal-acorex-components-modal-C4zx7OP6.mjs → acorex-components-modal-acorex-components-modal-h5Y-qcbh.mjs} +117 -40
- package/fesm2022/acorex-components-modal-acorex-components-modal-h5Y-qcbh.mjs.map +1 -0
- package/fesm2022/acorex-components-modal-modal-content.component-B6tyMLdU.mjs +235 -0
- package/fesm2022/acorex-components-modal-modal-content.component-B6tyMLdU.mjs.map +1 -0
- package/fesm2022/acorex-components-modal.mjs +1 -1
- package/fesm2022/acorex-components-navbar.mjs +14 -10
- package/fesm2022/acorex-components-navbar.mjs.map +1 -1
- package/fesm2022/acorex-components-notification.mjs +31 -45
- package/fesm2022/acorex-components-notification.mjs.map +1 -1
- package/fesm2022/acorex-components-number-box-2.mjs +28 -9
- package/fesm2022/acorex-components-number-box-2.mjs.map +1 -1
- package/fesm2022/acorex-components-number-box.mjs +16 -10
- package/fesm2022/acorex-components-number-box.mjs.map +1 -1
- package/fesm2022/acorex-components-otp.mjs +14 -15
- package/fesm2022/acorex-components-otp.mjs.map +1 -1
- package/fesm2022/acorex-components-page.mjs +10 -10
- package/fesm2022/acorex-components-page.mjs.map +1 -1
- package/fesm2022/acorex-components-paint.mjs +74 -33
- package/fesm2022/acorex-components-paint.mjs.map +1 -1
- package/fesm2022/acorex-components-password-box.mjs +21 -18
- package/fesm2022/acorex-components-password-box.mjs.map +1 -1
- package/fesm2022/acorex-components-pdf-reader.mjs +7 -7
- package/fesm2022/acorex-components-pdf-reader.mjs.map +1 -1
- package/fesm2022/acorex-components-phone-box.mjs +51 -15
- package/fesm2022/acorex-components-phone-box.mjs.map +1 -1
- package/fesm2022/acorex-components-picker.mjs +26 -16
- package/fesm2022/acorex-components-picker.mjs.map +1 -1
- package/fesm2022/acorex-components-popover.mjs +13 -18
- package/fesm2022/acorex-components-popover.mjs.map +1 -1
- package/fesm2022/acorex-components-popup.mjs +10 -10
- package/fesm2022/acorex-components-popup.mjs.map +1 -1
- package/fesm2022/acorex-components-progress-bar.mjs +8 -8
- package/fesm2022/acorex-components-progress-bar.mjs.map +1 -1
- package/fesm2022/acorex-components-qrcode.mjs +7 -7
- package/fesm2022/acorex-components-qrcode.mjs.map +1 -1
- package/fesm2022/acorex-components-query-builder.mjs +7 -7
- package/fesm2022/acorex-components-query-builder.mjs.map +1 -1
- package/fesm2022/acorex-components-radio.mjs +8 -8
- package/fesm2022/acorex-components-radio.mjs.map +1 -1
- package/fesm2022/acorex-components-rail-navigation.mjs +26 -16
- package/fesm2022/acorex-components-rail-navigation.mjs.map +1 -1
- package/fesm2022/acorex-components-range-slider.mjs +13 -9
- package/fesm2022/acorex-components-range-slider.mjs.map +1 -1
- package/fesm2022/acorex-components-rate-picker.mjs +7 -7
- package/fesm2022/acorex-components-rate-picker.mjs.map +1 -1
- package/fesm2022/acorex-components-rest-api-generator.mjs +23 -23
- package/fesm2022/acorex-components-rest-api-generator.mjs.map +1 -1
- package/fesm2022/acorex-components-result.mjs +7 -7
- package/fesm2022/acorex-components-result.mjs.map +1 -1
- package/fesm2022/acorex-components-routing-progress.mjs +7 -7
- package/fesm2022/acorex-components-routing-progress.mjs.map +1 -1
- package/fesm2022/acorex-components-rrule.mjs +222 -102
- package/fesm2022/acorex-components-rrule.mjs.map +1 -1
- package/fesm2022/acorex-components-scheduler.mjs +1581 -167
- package/fesm2022/acorex-components-scheduler.mjs.map +1 -1
- package/fesm2022/acorex-components-scss.mjs +4 -4
- package/fesm2022/acorex-components-scss.mjs.map +1 -1
- package/fesm2022/acorex-components-search-box.mjs +13 -7
- package/fesm2022/acorex-components-search-box.mjs.map +1 -1
- package/fesm2022/acorex-components-select-box.mjs +105 -38
- package/fesm2022/acorex-components-select-box.mjs.map +1 -1
- package/fesm2022/acorex-components-selection-list-2.mjs +12 -9
- package/fesm2022/acorex-components-selection-list-2.mjs.map +1 -1
- package/fesm2022/acorex-components-selection-list.mjs +14 -11
- package/fesm2022/acorex-components-selection-list.mjs.map +1 -1
- package/fesm2022/acorex-components-side-menu.mjs +98 -43
- package/fesm2022/acorex-components-side-menu.mjs.map +1 -1
- package/fesm2022/acorex-components-skeleton.mjs +7 -7
- package/fesm2022/acorex-components-skeleton.mjs.map +1 -1
- package/fesm2022/acorex-components-slider.mjs +9 -9
- package/fesm2022/acorex-components-slider.mjs.map +1 -1
- package/fesm2022/acorex-components-sliding-item.mjs +16 -16
- package/fesm2022/acorex-components-sliding-item.mjs.map +1 -1
- package/fesm2022/acorex-components-step-wizard.mjs +31 -32
- package/fesm2022/acorex-components-step-wizard.mjs.map +1 -1
- package/fesm2022/acorex-components-switch.mjs +12 -12
- package/fesm2022/acorex-components-switch.mjs.map +1 -1
- package/fesm2022/acorex-components-tabs.mjs +26 -19
- package/fesm2022/acorex-components-tabs.mjs.map +1 -1
- package/fesm2022/acorex-components-tag-box.mjs +55 -21
- package/fesm2022/acorex-components-tag-box.mjs.map +1 -1
- package/fesm2022/acorex-components-tag.mjs +8 -8
- package/fesm2022/acorex-components-tag.mjs.map +1 -1
- package/fesm2022/acorex-components-text-area.mjs +17 -12
- package/fesm2022/acorex-components-text-area.mjs.map +1 -1
- package/fesm2022/acorex-components-text-box.mjs +29 -13
- package/fesm2022/acorex-components-text-box.mjs.map +1 -1
- package/fesm2022/acorex-components-time-duration.mjs +15 -9
- package/fesm2022/acorex-components-time-duration.mjs.map +1 -1
- package/fesm2022/acorex-components-time-line.mjs +13 -10
- package/fesm2022/acorex-components-time-line.mjs.map +1 -1
- package/fesm2022/acorex-components-toast.mjs +59 -14
- package/fesm2022/acorex-components-toast.mjs.map +1 -1
- package/fesm2022/acorex-components-toolbar.mjs +7 -7
- package/fesm2022/acorex-components-toolbar.mjs.map +1 -1
- package/fesm2022/acorex-components-tooltip.mjs +12 -11
- package/fesm2022/acorex-components-tooltip.mjs.map +1 -1
- package/fesm2022/acorex-components-tree-view.mjs +12 -12
- package/fesm2022/acorex-components-tree-view.mjs.map +1 -1
- package/fesm2022/acorex-components-uploader.mjs +252 -56
- package/fesm2022/acorex-components-uploader.mjs.map +1 -1
- package/fesm2022/acorex-components-video-player.mjs +7 -7
- package/fesm2022/acorex-components-video-player.mjs.map +1 -1
- package/fesm2022/acorex-components-wysiwyg.mjs +104 -62
- package/fesm2022/acorex-components-wysiwyg.mjs.map +1 -1
- package/flow-chart/index.d.ts +24 -0
- package/form/index.d.ts +27 -13
- package/grid-layout-builder/index.d.ts +115 -4
- package/image/index.d.ts +4 -4
- package/image-editor/index.d.ts +17 -14
- package/json-viewer/index.d.ts +3 -3
- package/kanban/index.d.ts +7 -3
- package/kbd/index.d.ts +11 -11
- package/label/index.d.ts +1 -2
- package/list/index.d.ts +4 -14
- package/loading/index.d.ts +59 -6
- package/loading-dialog/index.d.ts +30 -19
- package/map/index.d.ts +95 -2
- package/menu/index.d.ts +38 -13
- package/modal/index.d.ts +47 -2
- package/navbar/index.d.ts +7 -3
- package/notification/index.d.ts +1 -8
- package/number-box/index.d.ts +1 -0
- package/number-box-2/index.d.ts +2 -1
- package/otp/index.d.ts +1 -3
- package/package.json +43 -4
- package/paint/index.d.ts +43 -7
- package/password-box/index.d.ts +8 -10
- package/phone-box/index.d.ts +18 -16
- package/picker/index.d.ts +10 -8
- package/popover/index.d.ts +2 -2
- package/popup/index.d.ts +2 -2
- package/qrcode/index.d.ts +7 -7
- package/query-builder/index.d.ts +1 -1
- package/radio/index.d.ts +1 -1
- package/rail-navigation/index.d.ts +12 -3
- package/range-slider/index.d.ts +13 -13
- package/rate-picker/index.d.ts +5 -5
- package/rest-api-generator/index.d.ts +1 -1
- package/rrule/index.d.ts +40 -17
- package/scheduler/index.d.ts +541 -191
- package/search-box/index.d.ts +3 -2
- package/select-box/index.d.ts +22 -10
- package/selection-list-2/index.d.ts +3 -3
- package/side-menu/index.d.ts +24 -15
- package/sliding-item/index.d.ts +4 -5
- package/step-wizard/index.d.ts +10 -13
- package/switch/index.d.ts +0 -1
- package/tabs/index.d.ts +6 -1
- package/tag-box/index.d.ts +19 -2
- package/text-area/index.d.ts +2 -2
- package/text-box/index.d.ts +3 -0
- package/time-duration/index.d.ts +1 -0
- package/time-line/index.d.ts +3 -0
- package/toast/index.d.ts +45 -1
- package/tooltip/index.d.ts +2 -1
- package/uploader/index.d.ts +215 -5
- package/wysiwyg/index.d.ts +27 -5
- package/fesm2022/acorex-components-modal-acorex-components-modal-C4zx7OP6.mjs.map +0 -1
- package/fesm2022/acorex-components-modal-modal-content.component-DfhgA_WL.mjs +0 -218
- package/fesm2022/acorex-components-modal-modal-content.component-DfhgA_WL.mjs.map +0 -1
package/comment/index.d.ts
CHANGED
@@ -17,7 +17,13 @@ import * as i7 from '@angular/common';
|
|
17
17
|
declare class AXCommentContainerComponent {
|
18
18
|
private document;
|
19
19
|
private platformID;
|
20
|
-
|
20
|
+
/**
|
21
|
+
* Scrolls to a specific comment reply by its ID and highlights it temporarily.
|
22
|
+
*
|
23
|
+
* @param id - The ID of the comment reply to scroll to
|
24
|
+
* @returns void
|
25
|
+
*/
|
26
|
+
scrollToReply(id: string): void;
|
21
27
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXCommentContainerComponent, never>;
|
22
28
|
static ɵcmp: i0.ɵɵComponentDeclaration<AXCommentContainerComponent, "ax-comment-container", never, {}, {}, never, ["*"], true, never>;
|
23
29
|
}
|
@@ -27,20 +33,20 @@ declare class AXCommentContainerComponent {
|
|
27
33
|
*
|
28
34
|
* @category Components
|
29
35
|
*/
|
30
|
-
declare class
|
36
|
+
declare class AXCommentItemComponent {
|
31
37
|
/**
|
32
38
|
* @ignore
|
33
39
|
*/
|
34
40
|
protected avatar: i0.Signal<AXAvatarComponent>;
|
35
|
-
protected
|
36
|
-
replyCount: i0.InputSignal<number>;
|
41
|
+
protected collapse: i0.Signal<AXCollapseComponent>;
|
42
|
+
readonly replyCount: i0.InputSignal<number>;
|
37
43
|
/**
|
38
44
|
* @ignore
|
39
45
|
*/
|
40
46
|
constructor();
|
41
|
-
|
42
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
43
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
47
|
+
toggleCollapse(): void;
|
48
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXCommentItemComponent, never>;
|
49
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXCommentItemComponent, "ax-comment-item", never, { "replyCount": { "alias": "replyCount"; "required": false; "isSignal": true; }; }, {}, ["avatar"], ["ax-avatar", "ax-title", "ax-comment-date", "ax-comment-menu-options", "ax-content", "ax-comment-like", "ax-comment-reply-text", "ax-comment-item", "ax-comment-reply-more"], true, never>;
|
44
50
|
}
|
45
51
|
|
46
52
|
/**
|
@@ -62,11 +68,10 @@ declare class AXCommentLikeComponent {
|
|
62
68
|
/**
|
63
69
|
* Indicates whether the comment is liked.
|
64
70
|
*/
|
65
|
-
|
66
|
-
|
67
|
-
changeState(): void;
|
71
|
+
like: i0.ModelSignal<boolean>;
|
72
|
+
protected changeState(): void;
|
68
73
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXCommentLikeComponent, never>;
|
69
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AXCommentLikeComponent, "ax-comment-like", never, { "
|
74
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXCommentLikeComponent, "ax-comment-like", never, { "like": { "alias": "like"; "required": true; "isSignal": true; }; }, { "like": "likeChange"; }, never, ["*"], true, never>;
|
70
75
|
}
|
71
76
|
|
72
77
|
/**
|
@@ -100,8 +105,8 @@ declare class AXCommentViewComponent {
|
|
100
105
|
|
101
106
|
declare class AXCommentModule {
|
102
107
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXCommentModule, never>;
|
103
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AXCommentModule, never, [typeof i1.AXDecoratorModule, typeof i2.AXWysiwygModule, typeof i3.AXCollapseModule, typeof i4.AXButtonModule, typeof i5.AXTextAreaModule, typeof i6.AXTranslationModule, typeof i7.CommonModule, typeof AXCommentViewComponent, typeof AXCommentContainerComponent, typeof
|
108
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXCommentModule, never, [typeof i1.AXDecoratorModule, typeof i2.AXWysiwygModule, typeof i3.AXCollapseModule, typeof i4.AXButtonModule, typeof i5.AXTextAreaModule, typeof i6.AXTranslationModule, typeof i7.CommonModule, typeof AXCommentViewComponent, typeof AXCommentContainerComponent, typeof AXCommentItemComponent, typeof AXCommentLikeComponent, typeof AXMenuOptionsComponent, typeof AXCommentReplyTextComponent, typeof AXCommentDateComponent, typeof AXCommentReplyMoreComponent], [typeof AXCommentViewComponent, typeof AXCommentContainerComponent, typeof AXCommentItemComponent, typeof AXCommentLikeComponent, typeof AXMenuOptionsComponent, typeof AXCommentReplyTextComponent, typeof AXCommentDateComponent, typeof AXCommentReplyMoreComponent]>;
|
104
109
|
static ɵinj: i0.ɵɵInjectorDeclaration<AXCommentModule>;
|
105
110
|
}
|
106
111
|
|
107
|
-
export { AXCommentContainerComponent, AXCommentDateComponent, AXCommentLikeComponent, AXCommentModule, AXCommentReplyMoreComponent, AXCommentReplyTextComponent, AXCommentViewComponent, AXMenuOptionsComponent
|
112
|
+
export { AXCommentContainerComponent, AXCommentDateComponent, AXCommentItemComponent, AXCommentLikeComponent, AXCommentModule, AXCommentReplyMoreComponent, AXCommentReplyTextComponent, AXCommentViewComponent, AXMenuOptionsComponent };
|
package/conversation/index.d.ts
CHANGED
@@ -1,15 +1,12 @@
|
|
1
1
|
import * as i3 from '@acorex/cdk/common';
|
2
2
|
import { AXHtmlEvent, AXEvent, AXStyleColorType, MXInputBaseValueComponent, MXLookComponent, AXClickEvent, MXBaseComponent } from '@acorex/cdk/common';
|
3
3
|
import * as _angular_core from '@angular/core';
|
4
|
-
import { Type, WritableSignal, ElementRef, Signal, TemplateRef, OnDestroy,
|
4
|
+
import { Type, WritableSignal, ElementRef, Signal, TemplateRef, OnDestroy, OnInit, ModuleWithProviders } from '@angular/core';
|
5
5
|
import * as polytype from 'polytype';
|
6
6
|
import * as i15 from '@acorex/components/popover';
|
7
7
|
import { AXPopoverComponent } from '@acorex/components/popover';
|
8
8
|
import * as i12 from '@angular/cdk/portal';
|
9
9
|
import { ComponentPortal, CdkPortalOutletAttachedRef } from '@angular/cdk/portal';
|
10
|
-
import * as i16 from '@acorex/core/file';
|
11
|
-
import { AXFileService } from '@acorex/core/file';
|
12
|
-
import { HttpClient } from '@angular/common/http';
|
13
10
|
import * as i9 from '@acorex/components/audio-wave';
|
14
11
|
import { AXAudioWaveComponent, AXWaveConfig, AXAudioWaveChangeEvent } from '@acorex/components/audio-wave';
|
15
12
|
import * as i1 from '@angular/common';
|
@@ -23,6 +20,7 @@ import * as i10 from '@acorex/components/circular-progress';
|
|
23
20
|
import * as i11 from '@acorex/core/date-time';
|
24
21
|
import * as i13 from '@acorex/components/loading';
|
25
22
|
import * as i14 from '@acorex/components/avatar';
|
23
|
+
import * as i16 from '@acorex/core/file';
|
26
24
|
import * as i17 from '@acorex/components/range-slider';
|
27
25
|
import * as i18 from '@acorex/cdk/virtual-scroll';
|
28
26
|
|
@@ -104,9 +102,25 @@ declare class AXRecordingService {
|
|
104
102
|
hours: number;
|
105
103
|
};
|
106
104
|
protected timerInterval: any;
|
105
|
+
/**
|
106
|
+
* Starts audio recording using the browser's MediaRecorder API.
|
107
|
+
*
|
108
|
+
* @returns Promise<void> - Resolves when recording starts successfully, rejects if not supported.
|
109
|
+
*/
|
107
110
|
startRecording(): Promise<void>;
|
108
|
-
|
111
|
+
/**
|
112
|
+
* Ends the current recording session and returns the recorded audio blob.
|
113
|
+
*
|
114
|
+
* @returns Promise<Blob> - Resolves with the recorded audio blob.
|
115
|
+
*/
|
116
|
+
endRecording(): Promise<Blob>;
|
117
|
+
/**
|
118
|
+
* Calculates and updates the recording time, incrementing seconds, minutes, and hours as needed.
|
119
|
+
*/
|
109
120
|
calculateTime(): void;
|
121
|
+
/**
|
122
|
+
* Resets the recording timer to zero and clears the timer interval.
|
123
|
+
*/
|
110
124
|
resetTimer(): void;
|
111
125
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXRecordingService, never>;
|
112
126
|
static ɵprov: _angular_core.ɵɵInjectableDeclaration<AXRecordingService>;
|
@@ -136,15 +150,15 @@ declare class AXConversationInputComponent extends AXConversationInputComponent_
|
|
136
150
|
protected replyChat: Signal<AXConversationMessage>;
|
137
151
|
setActionBoxContainer(icon: string, content: string, user?: string, closeCallback?: () => void): void;
|
138
152
|
/** Maximum length of input text */
|
139
|
-
maxLength: _angular_core.InputSignal<number>;
|
153
|
+
readonly maxLength: _angular_core.InputSignal<number>;
|
140
154
|
/** Indicates if an attachment is present */
|
141
|
-
hasAttachment: _angular_core.InputSignal<boolean>;
|
155
|
+
readonly hasAttachment: _angular_core.InputSignal<boolean>;
|
142
156
|
/** Indicates if voice recording is enabled */
|
143
|
-
hasVoice: _angular_core.InputSignal<boolean>;
|
144
|
-
hasEmoji: _angular_core.InputSignal<boolean>;
|
145
|
-
isLoading: _angular_core.InputSignal<boolean>;
|
157
|
+
readonly hasVoice: _angular_core.InputSignal<boolean>;
|
158
|
+
readonly hasEmoji: _angular_core.InputSignal<boolean>;
|
159
|
+
readonly isLoading: _angular_core.InputSignal<boolean>;
|
146
160
|
/** Acceptable file types for attachment */
|
147
|
-
acceptFileType: _angular_core.InputSignal<string>;
|
161
|
+
readonly acceptFileType: _angular_core.InputSignal<string>;
|
148
162
|
/**
|
149
163
|
* Emitted when the send button is clicked.
|
150
164
|
*
|
@@ -220,6 +234,7 @@ declare class AXConversationInputComponent extends AXConversationInputComponent_
|
|
220
234
|
* @ignore
|
221
235
|
*/
|
222
236
|
protected closeReplyHandler(): void;
|
237
|
+
private get __hostName();
|
223
238
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXConversationInputComponent, never>;
|
224
239
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXConversationInputComponent, "ax-conversation-input", never, { "look": { "alias": "look"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "maxLength": { "alias": "maxLength"; "required": false; "isSignal": true; }; "hasAttachment": { "alias": "hasAttachment"; "required": false; "isSignal": true; }; "hasVoice": { "alias": "hasVoice"; "required": false; "isSignal": true; }; "hasEmoji": { "alias": "hasEmoji"; "required": false; "isSignal": true; }; "isLoading": { "alias": "isLoading"; "required": false; "isSignal": true; }; "acceptFileType": { "alias": "acceptFileType"; "required": false; "isSignal": true; }; }, { "onActionClose": "onActionClose"; "onSendClick": "onSendClick"; "onStartRecording": "onStartRecording"; "onCancelRecording": "onCancelRecording"; "onEnterPressed": "onEnterPressed"; }, ["sendIcon"], ["ax-icon"], true, never>;
|
225
240
|
}
|
@@ -250,9 +265,9 @@ declare class AXConversationMessageTypeRegistryService {
|
|
250
265
|
*/
|
251
266
|
declare class AXConversationMessageComponent extends MXBaseComponent {
|
252
267
|
protected popover: _angular_core.Signal<AXPopoverComponent>;
|
253
|
-
isReplyArrowShown: _angular_core.InputSignal<boolean>;
|
254
|
-
chatMessage: _angular_core.InputSignal<AXConversationMessage>;
|
255
|
-
avatar: _angular_core.InputSignal<TemplateRef<any>>;
|
268
|
+
readonly isReplyArrowShown: _angular_core.InputSignal<boolean>;
|
269
|
+
readonly chatMessage: _angular_core.InputSignal<AXConversationMessage>;
|
270
|
+
readonly avatar: _angular_core.InputSignal<TemplateRef<any>>;
|
256
271
|
protected conversationService: AXConversationService;
|
257
272
|
protected registryService: AXConversationMessageTypeRegistryService;
|
258
273
|
protected actionButtonItemsPrivate: _angular_core.WritableSignal<AXConversationMessageAction[]>;
|
@@ -262,10 +277,24 @@ declare class AXConversationMessageComponent extends MXBaseComponent {
|
|
262
277
|
protected portal: _angular_core.Signal<ComponentPortal<any>>;
|
263
278
|
protected messageType: _angular_core.Signal<string>;
|
264
279
|
protected get isOwn(): boolean;
|
280
|
+
/**
|
281
|
+
* Handles the action button click and opens the action menu.
|
282
|
+
*/
|
265
283
|
protected handleActionClick(): void;
|
266
284
|
protected _handleAttached(ref: CdkPortalOutletAttachedRef): void;
|
285
|
+
/**
|
286
|
+
* Handles the resend button click and closes the popover.
|
287
|
+
*/
|
267
288
|
protected handleResendClick(): void;
|
289
|
+
/**
|
290
|
+
* Handles the delete button click and closes the popover.
|
291
|
+
*/
|
268
292
|
protected handleDeleteClick(): void;
|
293
|
+
/**
|
294
|
+
* Handles reply functionality by setting the reply ID and emitting the reply click event.
|
295
|
+
*
|
296
|
+
* @param e - The conversation message to reply to.
|
297
|
+
*/
|
269
298
|
protected replyHandler(e: AXConversationMessage): void;
|
270
299
|
get __hostClass(): string;
|
271
300
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXConversationMessageComponent, never>;
|
@@ -278,7 +307,7 @@ declare class AXConversationMessageComponent extends MXBaseComponent {
|
|
278
307
|
* @category Components
|
279
308
|
*/
|
280
309
|
declare class AXConversationMessageAudioComponent extends AXConversationMessageBaseComponent implements OnDestroy {
|
281
|
-
|
310
|
+
private render;
|
282
311
|
/**
|
283
312
|
* @ignore
|
284
313
|
*/
|
@@ -365,71 +394,43 @@ declare class AXConversationMessageAudioComponent extends AXConversationMessageB
|
|
365
394
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXConversationMessageAudioComponent, "ax-conversation-message-audio", never, {}, {}, never, never, true, never>;
|
366
395
|
}
|
367
396
|
|
368
|
-
/**
|
369
|
-
* Displays the conversation view with messages and interactions.
|
370
|
-
*
|
371
|
-
* @category Components
|
372
|
-
*/
|
373
|
-
declare class AXConversationViewComponent extends MXBaseComponent {
|
374
|
-
protected conversationService: AXConversationService;
|
375
|
-
onScrollEnd: _angular_core.OutputEmitterRef<AXEvent>;
|
376
|
-
chatBoxHeight: _angular_core.InputSignal<string>;
|
377
|
-
isReplyArrowShown: _angular_core.InputSignal<boolean>;
|
378
|
-
onActionMenuOpening: _angular_core.OutputEmitterRef<AXConversationMenuOpeningEvent>;
|
379
|
-
onAction: _angular_core.OutputEmitterRef<AXConversationActionEvent>;
|
380
|
-
onReplyClick: _angular_core.OutputEmitterRef<AXClickEvent>;
|
381
|
-
avatar: _angular_core.InputSignal<TemplateRef<any>>;
|
382
|
-
updatePrevItems(item: any[]): void;
|
383
|
-
callForUpdate(): void;
|
384
|
-
addNewItem(item: any): void;
|
385
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXConversationViewComponent, never>;
|
386
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXConversationViewComponent, "ax-conversation-view", never, { "chatBoxHeight": { "alias": "chatBoxHeight"; "required": false; "isSignal": true; }; "isReplyArrowShown": { "alias": "isReplyArrowShown"; "required": false; "isSignal": true; }; "avatar": { "alias": "avatar"; "required": false; "isSignal": true; }; }, { "onScrollEnd": "onScrollEnd"; "onActionMenuOpening": "onActionMenuOpening"; "onAction": "onAction"; "onReplyClick": "onReplyClick"; }, never, never, true, never>;
|
387
|
-
}
|
388
|
-
|
389
397
|
/**
|
390
398
|
* Component for displaying file messages in a conversation.
|
391
399
|
*
|
392
400
|
* @category Components
|
393
401
|
*/
|
394
402
|
declare class AXConversationFileMessageComponent extends AXConversationMessageBaseComponent {
|
403
|
+
#private;
|
395
404
|
/**
|
396
405
|
* @ignore
|
397
406
|
*/
|
398
|
-
fileState: WritableSignal<
|
399
|
-
/**
|
400
|
-
* @ignore
|
401
|
-
*/
|
402
|
-
fileSize: WritableSignal<number>;
|
403
|
-
/**
|
404
|
-
* @ignore
|
405
|
-
*/
|
406
|
-
fileName: WritableSignal<string>;
|
407
|
+
protected fileState: _angular_core.WritableSignal<"error" | "loading" | "ready">;
|
407
408
|
/**
|
408
409
|
* @ignore
|
409
410
|
*/
|
410
|
-
|
411
|
+
protected fileSize: _angular_core.WritableSignal<number>;
|
411
412
|
/**
|
412
413
|
* @ignore
|
413
414
|
*/
|
414
|
-
|
415
|
+
protected fileName: _angular_core.WritableSignal<string>;
|
415
416
|
/**
|
416
417
|
* @ignore
|
417
418
|
*/
|
418
|
-
|
419
|
+
private fileService;
|
419
420
|
/**
|
420
421
|
* @ignore
|
421
422
|
*/
|
422
|
-
|
423
|
+
private parent;
|
423
424
|
/**
|
424
425
|
* Emits a download action event for the file.
|
425
426
|
* @ignore
|
426
427
|
*/
|
427
|
-
handleDownloadFile(): void;
|
428
|
+
protected handleDownloadFile(): void;
|
428
429
|
/**
|
429
430
|
* Emits a cancel action event for the file loading.
|
430
431
|
* @ignore
|
431
432
|
*/
|
432
|
-
handleCancelLoading(): void;
|
433
|
+
protected handleCancelLoading(): void;
|
433
434
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXConversationFileMessageComponent, never>;
|
434
435
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXConversationFileMessageComponent, "ax-conversation-message-file", never, {}, {}, never, never, true, never>;
|
435
436
|
}
|
@@ -454,6 +455,7 @@ declare class ConversationMessageImagePopupComponent {
|
|
454
455
|
* @category Components
|
455
456
|
*/
|
456
457
|
declare class AXConversationMessageImageComponent extends AXConversationMessageBaseComponent {
|
458
|
+
#private;
|
457
459
|
/**
|
458
460
|
* @ignore
|
459
461
|
*/
|
@@ -474,15 +476,11 @@ declare class AXConversationMessageImageComponent extends AXConversationMessageB
|
|
474
476
|
closeButton: boolean;
|
475
477
|
closeOnBackdropClick: boolean;
|
476
478
|
};
|
477
|
-
/**
|
478
|
-
* @ignore
|
479
|
-
*/
|
480
|
-
constructor();
|
481
479
|
/**
|
482
480
|
* Opens a popup displaying the image with options for draggable, size, and backdrop.
|
483
481
|
* @ignore
|
484
482
|
*/
|
485
|
-
openPopup(): void;
|
483
|
+
protected openPopup(): void;
|
486
484
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXConversationMessageImageComponent, never>;
|
487
485
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXConversationMessageImageComponent, "ax-conversation-message-image", never, { "message": { "alias": "message"; "required": false; }; }, {}, never, never, true, never>;
|
488
486
|
}
|
@@ -524,7 +522,7 @@ declare class AXConversationTextMessageComponent extends AXConversationMessageBa
|
|
524
522
|
/**
|
525
523
|
* @ignore
|
526
524
|
*/
|
527
|
-
conversationService
|
525
|
+
private conversationService;
|
528
526
|
ngOnInit(): void;
|
529
527
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXConversationTextMessageComponent, never>;
|
530
528
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXConversationTextMessageComponent, "ng-component", never, { "message": { "alias": "message"; "required": false; }; }, {}, never, never, true, never>;
|
@@ -554,6 +552,7 @@ declare class AXConversationMessageVideoComponent extends AXConversationMessageB
|
|
554
552
|
* @category Components
|
555
553
|
*/
|
556
554
|
declare class AXConversationVoiceMessageComponent extends AXConversationMessageBaseComponent {
|
555
|
+
#private;
|
557
556
|
/**
|
558
557
|
* @ignore
|
559
558
|
*/
|
@@ -561,83 +560,79 @@ declare class AXConversationVoiceMessageComponent extends AXConversationMessageB
|
|
561
560
|
/**
|
562
561
|
* @ignore
|
563
562
|
*/
|
564
|
-
config: AXWaveConfig;
|
563
|
+
protected config: AXWaveConfig;
|
565
564
|
/**
|
566
565
|
* @ignore
|
567
566
|
*/
|
568
|
-
audioState: WritableSignal<
|
567
|
+
protected audioState: _angular_core.WritableSignal<"error" | "playing" | "paused" | "loading" | "ready">;
|
569
568
|
/**
|
570
569
|
* @ignore
|
571
570
|
*/
|
572
|
-
parent
|
571
|
+
private parent;
|
573
572
|
private platformID;
|
574
573
|
/**
|
575
574
|
* @ignore
|
576
575
|
*/
|
577
|
-
selectedRate: WritableSignal<number>;
|
578
|
-
/**
|
579
|
-
* @ignore
|
580
|
-
*/
|
581
|
-
selectedRateIndex: WritableSignal<number>;
|
576
|
+
protected selectedRate: _angular_core.WritableSignal<number>;
|
582
577
|
/**
|
583
578
|
* @ignore
|
584
579
|
*/
|
585
|
-
|
580
|
+
private selectedRateIndex;
|
586
581
|
/**
|
587
582
|
* @ignore
|
588
583
|
*/
|
589
|
-
protected
|
584
|
+
protected audioProgress: _angular_core.WritableSignal<number>;
|
590
585
|
/**
|
591
586
|
* @ignore
|
592
587
|
*/
|
593
|
-
protected
|
588
|
+
protected timeLeft: _angular_core.WritableSignal<number>;
|
594
589
|
/**
|
595
590
|
* @ignore
|
596
591
|
*/
|
597
|
-
protected
|
592
|
+
protected currentTime: _angular_core.WritableSignal<number>;
|
598
593
|
/**
|
599
594
|
* @ignore
|
600
595
|
*/
|
601
|
-
|
596
|
+
protected duration: _angular_core.WritableSignal<number>;
|
602
597
|
/**
|
603
598
|
* @ignore
|
604
599
|
*/
|
605
|
-
setWaveColor
|
600
|
+
private setWaveColor;
|
606
601
|
/**
|
607
602
|
* Pauses the audio playback and updates the audio state to 'paused'.
|
608
603
|
* @ignore
|
609
604
|
*/
|
610
|
-
handlePauseClick(): void;
|
605
|
+
protected handlePauseClick(): void;
|
611
606
|
/**
|
612
607
|
* Plays the audio and updates the audio state to 'playing'.
|
613
608
|
* @ignore
|
614
609
|
*/
|
615
|
-
handlePlayClick(): void;
|
610
|
+
protected handlePlayClick(): void;
|
616
611
|
/**
|
617
612
|
* Updates audio state and progress based on status changes from the audio wave.
|
618
613
|
* @param e - The event containing status and data related to the audio.
|
619
614
|
* @ignore
|
620
615
|
*/
|
621
|
-
handleOnStatusChanged(e: AXAudioWaveChangeEvent): void;
|
616
|
+
protected handleOnStatusChanged(e: AXAudioWaveChangeEvent): void;
|
622
617
|
/**
|
623
618
|
* @ignore
|
624
619
|
*/
|
625
|
-
handleLoadingProgress(): void;
|
620
|
+
protected handleLoadingProgress(): void;
|
626
621
|
/**
|
627
622
|
* Handles the cancellation of a loading operation.
|
628
623
|
* @ignore
|
629
624
|
*/
|
630
|
-
handleCancelLoading(): void;
|
625
|
+
protected handleCancelLoading(): void;
|
631
626
|
/**
|
632
627
|
* Reloads the audio and updates the state to 'loading'.
|
633
628
|
* @ignore
|
634
629
|
*/
|
635
|
-
handleReloadClick(): void;
|
630
|
+
protected handleReloadClick(): void;
|
636
631
|
/**
|
637
632
|
* Cycles through predefined audio playback rates and updates the rate.
|
638
633
|
* @ignore
|
639
634
|
*/
|
640
|
-
handleRateClick(): void;
|
635
|
+
protected handleRateClick(): void;
|
641
636
|
/**
|
642
637
|
* @ignore
|
643
638
|
*/
|
@@ -646,6 +641,40 @@ declare class AXConversationVoiceMessageComponent extends AXConversationMessageB
|
|
646
641
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXConversationVoiceMessageComponent, "ax-conversation-message-audio", never, { "message": { "alias": "message"; "required": false; }; }, {}, never, never, true, never>;
|
647
642
|
}
|
648
643
|
|
644
|
+
/**
|
645
|
+
* Displays the conversation view with messages and interactions.
|
646
|
+
*
|
647
|
+
* @category Components
|
648
|
+
*/
|
649
|
+
declare class AXConversationViewComponent extends MXBaseComponent {
|
650
|
+
protected conversationService: AXConversationService;
|
651
|
+
readonly chatBoxHeight: _angular_core.InputSignal<string>;
|
652
|
+
readonly isReplyArrowShown: _angular_core.InputSignal<boolean>;
|
653
|
+
readonly avatar: _angular_core.InputSignal<TemplateRef<any>>;
|
654
|
+
onActionMenuOpening: _angular_core.OutputEmitterRef<AXConversationMenuOpeningEvent>;
|
655
|
+
onAction: _angular_core.OutputEmitterRef<AXConversationActionEvent>;
|
656
|
+
onReplyClick: _angular_core.OutputEmitterRef<AXClickEvent>;
|
657
|
+
onScrollEnd: _angular_core.OutputEmitterRef<AXEvent>;
|
658
|
+
/**
|
659
|
+
* Updates the previous items in the conversation by prepending new items to the beginning of the chat list.
|
660
|
+
*
|
661
|
+
* @param item - Array of items to prepend to the conversation.
|
662
|
+
*/
|
663
|
+
updatePrevItems(item: any[]): void;
|
664
|
+
/**
|
665
|
+
* Calls for an update by emitting the onScrollEnd event.
|
666
|
+
*/
|
667
|
+
callForUpdate(): void;
|
668
|
+
/**
|
669
|
+
* Adds a new item to the end of the conversation chat list.
|
670
|
+
*
|
671
|
+
* @param item - The item to add to the conversation.
|
672
|
+
*/
|
673
|
+
addNewItem(item: any): void;
|
674
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXConversationViewComponent, never>;
|
675
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXConversationViewComponent, "ax-conversation-view", never, { "chatBoxHeight": { "alias": "chatBoxHeight"; "required": false; "isSignal": true; }; "isReplyArrowShown": { "alias": "isReplyArrowShown"; "required": false; "isSignal": true; }; "avatar": { "alias": "avatar"; "required": false; "isSignal": true; }; }, { "onActionMenuOpening": "onActionMenuOpening"; "onAction": "onAction"; "onReplyClick": "onReplyClick"; "onScrollEnd": "onScrollEnd"; }, never, never, true, never>;
|
676
|
+
}
|
677
|
+
|
649
678
|
interface AXChatModuleConfig {
|
650
679
|
types: AXConversationMessageType[];
|
651
680
|
}
|
package/cron-job/index.d.ts
CHANGED
@@ -225,15 +225,16 @@ declare class AXCronJobContainerComponent extends MXInputBaseValueComponent<stri
|
|
225
225
|
look: AXTabLook;
|
226
226
|
location: AXTabLocation;
|
227
227
|
}>;
|
228
|
-
onGetModel(): void;
|
228
|
+
protected onGetModel(): void;
|
229
229
|
protected internalValueChanged(cronExpressionPattern: string): void;
|
230
|
+
private get __hostName();
|
230
231
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXCronJobContainerComponent, never>;
|
231
232
|
static ɵcmp: i0.ɵɵComponentDeclaration<AXCronJobContainerComponent, "ax-cron-job-container", never, {}, { "onValueChanged": "onValueChanged"; }, never, never, true, never>;
|
232
233
|
}
|
233
234
|
|
234
235
|
declare class AXCronDayComponent {
|
235
236
|
#private;
|
236
|
-
dayService: DayService;
|
237
|
+
protected dayService: DayService;
|
237
238
|
protected boWeekDropDownList: DropDownItem[];
|
238
239
|
protected boMonthDropDownList: DropDownItem[];
|
239
240
|
protected daysIndexInMonth: number[];
|
@@ -254,7 +255,7 @@ declare class AXCronDayComponent {
|
|
254
255
|
|
255
256
|
declare class AXCronHoursComponent {
|
256
257
|
#private;
|
257
|
-
hoursService: HoursService;
|
258
|
+
protected hoursService: HoursService;
|
258
259
|
protected dropdownList: DropDownItem[];
|
259
260
|
protected zeroTo23: number[];
|
260
261
|
hoursChanged: i0.OutputEmitterRef<void>;
|
@@ -308,7 +309,7 @@ declare class AXCronSecondsComponent {
|
|
308
309
|
|
309
310
|
declare class AXCronYearComponent {
|
310
311
|
#private;
|
311
|
-
yearService: YearService;
|
312
|
+
protected yearService: YearService;
|
312
313
|
protected dropdownList: DropDownItem[];
|
313
314
|
protected oneTo100: DropDownItem[];
|
314
315
|
yearChanged: i0.OutputEmitterRef<void>;
|