@acorex/components 20.2.0-next.9 → 20.2.1
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 +1 -10
- package/alert/index.d.ts +1 -3
- package/aspect-ratio/README.md +3 -0
- package/aspect-ratio/index.d.ts +11 -0
- package/autocomplete/index.d.ts +6 -2
- package/avatar/index.d.ts +1 -2
- package/badge/index.d.ts +1 -2
- package/bottom-navigation/index.d.ts +10 -2
- package/breadcrumbs/index.d.ts +2 -3
- package/button/index.d.ts +56 -17
- package/button-group/index.d.ts +10 -6
- package/calendar/index.d.ts +9 -9
- package/check-box/index.d.ts +1 -4
- 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 +5 -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 +15 -10
- package/conversation/index.d.ts +106 -78
- 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 +11 -15
- package/datetime-input/index.d.ts +1 -4
- package/datetime-picker/index.d.ts +4 -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 +22 -48
- package/fesm2022/acorex-components-action-sheet.mjs.map +1 -1
- package/fesm2022/acorex-components-alert.mjs +12 -16
- 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 +25 -10
- package/fesm2022/acorex-components-autocomplete.mjs.map +1 -1
- package/fesm2022/acorex-components-avatar.mjs +13 -17
- 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 +21 -20
- 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 +52 -41
- package/fesm2022/acorex-components-calendar.mjs.map +1 -1
- package/fesm2022/acorex-components-check-box.mjs +10 -13
- 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 +32 -32
- package/fesm2022/acorex-components-color-box.mjs.map +1 -1
- package/fesm2022/acorex-components-color-palette.mjs +68 -84
- 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 +47 -41
- package/fesm2022/acorex-components-comment.mjs.map +1 -1
- package/fesm2022/acorex-components-conversation.mjs +121 -89
- package/fesm2022/acorex-components-conversation.mjs.map +1 -1
- package/fesm2022/acorex-components-cron-job.mjs +46 -46
- 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 +97 -41
- package/fesm2022/acorex-components-data-table.mjs.map +1 -1
- package/fesm2022/acorex-components-datetime-box.mjs +21 -35
- package/fesm2022/acorex-components-datetime-box.mjs.map +1 -1
- package/fesm2022/acorex-components-datetime-input.mjs +13 -17
- package/fesm2022/acorex-components-datetime-input.mjs.map +1 -1
- package/fesm2022/acorex-components-datetime-picker.mjs +44 -46
- 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 +115 -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 +17 -28
- 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 +47 -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 +18 -5
- package/fesm2022/acorex-components-number-box-2.mjs.map +1 -1
- package/fesm2022/acorex-components-number-box.mjs +7 -7
- 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 +68 -33
- package/fesm2022/acorex-components-paint.mjs.map +1 -1
- package/fesm2022/acorex-components-password-box.mjs +15 -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 +44 -14
- package/fesm2022/acorex-components-phone-box.mjs.map +1 -1
- package/fesm2022/acorex-components-picker.mjs +13 -13
- 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 +7 -7
- 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 +7 -7
- package/fesm2022/acorex-components-search-box.mjs.map +1 -1
- package/fesm2022/acorex-components-select-box.mjs +70 -28
- 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 +20 -15
- package/fesm2022/acorex-components-tabs.mjs.map +1 -1
- package/fesm2022/acorex-components-tag-box.mjs +47 -19
- 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 +8 -9
- package/fesm2022/acorex-components-text-area.mjs.map +1 -1
- package/fesm2022/acorex-components-text-box.mjs +22 -12
- package/fesm2022/acorex-components-text-box.mjs.map +1 -1
- package/fesm2022/acorex-components-time-duration.mjs +7 -7
- 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 +96 -60
- 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 +16 -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-2/index.d.ts +1 -1
- package/otp/index.d.ts +1 -3
- package/package.json +43 -4
- package/paint/index.d.ts +42 -7
- package/password-box/index.d.ts +7 -10
- package/phone-box/index.d.ts +17 -16
- 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/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 +2 -2
- package/select-box/index.d.ts +13 -4
- 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 +18 -2
- package/text-area/index.d.ts +1 -2
- package/text-box/index.d.ts +2 -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 +26 -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/datetime-box/index.d.ts
CHANGED
@@ -2,17 +2,11 @@ import * as polytype from 'polytype';
|
|
2
2
|
import * as _angular_core from '@angular/core';
|
3
3
|
import { EventEmitter } from '@angular/core';
|
4
4
|
import { MXInputBaseValueComponent, MXLookComponent, AXEvent, AXFocusEvent } from '@acorex/cdk/common';
|
5
|
-
import * as i5 from '@acorex/components/calendar';
|
6
5
|
import { MXCalendarBaseComponent, AXDateTimePickerType, AXCalendarNavigateEvent } from '@acorex/components/calendar';
|
7
|
-
import * as i3 from '@acorex/components/datetime-input';
|
8
6
|
import { AXDateTimeInputComponent } from '@acorex/components/datetime-input';
|
9
|
-
import * as i6 from '@acorex/components/datetime-picker';
|
10
7
|
import { AXDateTimePickerComponent } from '@acorex/components/datetime-picker';
|
11
8
|
import { AXDecoratorGenericComponent } from '@acorex/components/decorators';
|
12
|
-
import * as i4 from '@acorex/components/dropdown';
|
13
9
|
import { MXDropdownBoxBaseComponent, AXDropdownBoxComponent } from '@acorex/components/dropdown';
|
14
|
-
import * as i1 from '@angular/common';
|
15
|
-
import * as i2 from '@angular/forms';
|
16
10
|
|
17
11
|
declare const AXDateTimeBoxComponent_base: polytype.Polytype.ClusteredConstructor<[{
|
18
12
|
new (): MXInputBaseValueComponent<Date>;
|
@@ -49,19 +43,21 @@ declare class AXDateTimeBoxComponent extends AXDateTimeBoxComponent_base {
|
|
49
43
|
*
|
50
44
|
* @defaultValue false
|
51
45
|
*/
|
52
|
-
allowTyping: _angular_core.InputSignal<boolean>;
|
46
|
+
readonly allowTyping: _angular_core.InputSignal<boolean>;
|
47
|
+
readonly picker: _angular_core.InputSignal<AXDateTimePickerType>;
|
53
48
|
/**
|
54
49
|
* @description The calendar type to use for the datetime input.
|
55
50
|
*/
|
56
|
-
calendar: _angular_core.InputSignal<string>;
|
57
|
-
|
58
|
-
|
59
|
-
private _format;
|
60
|
-
picker: _angular_core.InputSignal<AXDateTimePickerType>;
|
51
|
+
readonly calendar: _angular_core.InputSignal<string>;
|
52
|
+
readonly weekend: _angular_core.InputSignal<number[]>;
|
53
|
+
readonly weekdays: _angular_core.InputSignal<number[]>;
|
61
54
|
/**
|
62
55
|
* @deprecated use locale & mode instead
|
63
56
|
*/
|
64
|
-
format: _angular_core.InputSignal<string>;
|
57
|
+
readonly format: _angular_core.InputSignal<string>;
|
58
|
+
protected _editingDateObj: _angular_core.WritableSignal<Date>;
|
59
|
+
protected _calendarSystem: _angular_core.WritableSignal<string>;
|
60
|
+
private _format;
|
65
61
|
/**
|
66
62
|
* @ignore
|
67
63
|
*/
|
@@ -102,12 +98,12 @@ declare class AXDateTimeBoxComponent extends AXDateTimeBoxComponent_base {
|
|
102
98
|
protected _handleInputOnClick(): void;
|
103
99
|
private get __hostName();
|
104
100
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXDateTimeBoxComponent, never>;
|
105
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXDateTimeBoxComponent, "ax-datetime-box", never, { "disabled": { "alias": "disabled"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "minValue": { "alias": "minValue"; "required": false; }; "maxValue": { "alias": "maxValue"; "required": false; }; "value": { "alias": "value"; "required": false; }; "state": { "alias": "state"; "required": false; }; "name": { "alias": "name"; "required": false; }; "depth": { "alias": "depth"; "required": false; }; "id": { "alias": "id"; "required": false; }; "type": { "alias": "type"; "required": false; }; "look": { "alias": "look"; "required": false; }; "holidayDates": { "alias": "holidayDates"; "required": false; }; "allowTyping": { "alias": "allowTyping"; "required": false; "isSignal": true; }; "calendar": { "alias": "calendar"; "required": false; "isSignal": true; }; "
|
101
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXDateTimeBoxComponent, "ax-datetime-box", never, { "disabled": { "alias": "disabled"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "minValue": { "alias": "minValue"; "required": false; }; "maxValue": { "alias": "maxValue"; "required": false; }; "value": { "alias": "value"; "required": false; }; "state": { "alias": "state"; "required": false; }; "name": { "alias": "name"; "required": false; }; "depth": { "alias": "depth"; "required": false; }; "id": { "alias": "id"; "required": false; }; "type": { "alias": "type"; "required": false; }; "look": { "alias": "look"; "required": false; }; "holidayDates": { "alias": "holidayDates"; "required": false; }; "allowTyping": { "alias": "allowTyping"; "required": false; "isSignal": true; }; "picker": { "alias": "picker"; "required": false; "isSignal": true; }; "calendar": { "alias": "calendar"; "required": false; "isSignal": true; }; "weekend": { "alias": "weekend"; "required": false; "isSignal": true; }; "weekdays": { "alias": "weekdays"; "required": false; "isSignal": true; }; "format": { "alias": "format"; "required": false; "isSignal": true; }; }, { "valueChange": "valueChange"; "stateChange": "stateChange"; "onValueChanged": "onValueChanged"; "onBlur": "onBlur"; "onFocus": "onFocus"; "onOpened": "onOpened"; "onClosed": "onClosed"; "readonlyChange": "readonlyChange"; "disabledChange": "disabledChange"; "formatChange": "formatChange"; }, never, ["ax-prefix", "ax-clear-button", "ax-suffix", "ax-validation-rule"], true, never>;
|
106
102
|
}
|
107
103
|
|
108
104
|
declare class AXDateTimeBoxModule {
|
109
105
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXDateTimeBoxModule, never>;
|
110
|
-
static ɵmod: _angular_core.ɵɵNgModuleDeclaration<AXDateTimeBoxModule, never, [typeof
|
106
|
+
static ɵmod: _angular_core.ɵɵNgModuleDeclaration<AXDateTimeBoxModule, never, [typeof AXDateTimeBoxComponent], [typeof AXDateTimeBoxComponent]>;
|
111
107
|
static ɵinj: _angular_core.ɵɵInjectorDeclaration<AXDateTimeBoxModule>;
|
112
108
|
}
|
113
109
|
|
@@ -1,9 +1,6 @@
|
|
1
1
|
import * as _angular_core from '@angular/core';
|
2
2
|
import { MXInputBaseValueComponent, AXClickEvent } from '@acorex/cdk/common';
|
3
3
|
import { AXDateTimePickerType } from '@acorex/components/calendar';
|
4
|
-
import * as i1 from '@angular/common';
|
5
|
-
import * as i2 from '@angular/forms';
|
6
|
-
import * as i3 from '@acorex/core/date-time';
|
7
4
|
|
8
5
|
/**
|
9
6
|
* A component for date and time input with various custom features.
|
@@ -129,7 +126,7 @@ declare class AXDateTimeInputComponent extends MXInputBaseValueComponent<Date> {
|
|
129
126
|
|
130
127
|
declare class AXDateTimeInputModule {
|
131
128
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXDateTimeInputModule, never>;
|
132
|
-
static ɵmod: _angular_core.ɵɵNgModuleDeclaration<AXDateTimeInputModule, never, [typeof
|
129
|
+
static ɵmod: _angular_core.ɵɵNgModuleDeclaration<AXDateTimeInputModule, never, [typeof AXDateTimeInputComponent], [typeof AXDateTimeInputComponent]>;
|
133
130
|
static ɵinj: _angular_core.ɵɵInjectorDeclaration<AXDateTimeInputModule>;
|
134
131
|
}
|
135
132
|
|
@@ -2,18 +2,9 @@ import * as polytype from 'polytype';
|
|
2
2
|
import * as _angular_core from '@angular/core';
|
3
3
|
import { OnInit, InjectionToken } from '@angular/core';
|
4
4
|
import { MXValueComponent, AXValueChangedEvent } from '@acorex/cdk/common';
|
5
|
-
import * as i6 from '@acorex/components/calendar';
|
6
5
|
import { MXCalendarBaseComponent, AXDateTimePickerType, AXCalendarNavigateEvent } from '@acorex/components/calendar';
|
7
|
-
import * as i3 from '@acorex/components/tabs';
|
8
6
|
import { AXTabsComponent, AXTabStripChangedEvent } from '@acorex/components/tabs';
|
9
|
-
import * as i4 from '@acorex/core/date-time';
|
10
7
|
import { AXDateTimeParts, AXDateTime } from '@acorex/core/date-time';
|
11
|
-
import * as i1 from '@angular/common';
|
12
|
-
import * as i2 from '@angular/forms';
|
13
|
-
import * as i5 from '@acorex/components/button';
|
14
|
-
import * as i7 from '@acorex/components/picker';
|
15
|
-
import * as i8 from '@acorex/core/translation';
|
16
|
-
import * as i9 from '@acorex/components/decorators';
|
17
8
|
|
18
9
|
declare const AXDateTimePickerComponent_base: polytype.Polytype.ClusteredConstructor<[typeof MXCalendarBaseComponent, {
|
19
10
|
new (): MXValueComponent<Date>;
|
@@ -28,6 +19,8 @@ declare const AXDateTimePickerComponent_base: polytype.Polytype.ClusteredConstru
|
|
28
19
|
declare class AXDateTimePickerComponent extends AXDateTimePickerComponent_base implements OnInit {
|
29
20
|
#private;
|
30
21
|
private formatService;
|
22
|
+
weekend: _angular_core.InputSignal<number[]>;
|
23
|
+
weekdays: _angular_core.InputSignal<number[]>;
|
31
24
|
protected buttonText: _angular_core.Signal<"dateTime.today" | "dateTime.now">;
|
32
25
|
private defaultConfig;
|
33
26
|
protected pickerHoursMinValue: _angular_core.WritableSignal<number>;
|
@@ -134,7 +127,7 @@ declare class AXDateTimePickerComponent extends AXDateTimePickerComponent_base i
|
|
134
127
|
protected internalSetValue(value: Date): Date | null;
|
135
128
|
protected isTodayDisabled(): boolean;
|
136
129
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXDateTimePickerComponent, never>;
|
137
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXDateTimePickerComponent, "ax-datetime-picker", never, { "disabled": { "alias": "disabled"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "value": { "alias": "value"; "required": false; }; "state": { "alias": "state"; "required": false; }; "name": { "alias": "name"; "required": false; }; "id": { "alias": "id"; "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; }; "currentTimeButton": { "alias": "currentTimeButton"; "required": false; }; "calendar": { "alias": "calendar"; "required": false; "isSignal": true; }; "picker": { "alias": "picker"; "required": false; "isSignal": true; }; "format": { "alias": "format"; "required": false; "isSignal": true; }; }, { "valueChange": "valueChange"; "stateChange": "stateChange"; "onValueChanged": "onValueChanged"; "onBlur": "onBlur"; "onFocus": "onFocus"; "onClick": "onClick"; "readonlyChange": "readonlyChange"; "disabledChange": "disabledChange"; "depthChange": "depthChange"; "typeChange": "typeChange"; "activeViewChange": "activeViewChange"; "disabledDatesChange": "disabledDatesChange"; "holidayDatesChange": "holidayDatesChange"; "onNavigate": "onNavigate"; "onSlotClick": "onSlotClick"; }, never, never, true, never>;
|
130
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXDateTimePickerComponent, "ax-datetime-picker", never, { "disabled": { "alias": "disabled"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "value": { "alias": "value"; "required": false; }; "state": { "alias": "state"; "required": false; }; "name": { "alias": "name"; "required": false; }; "id": { "alias": "id"; "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; }; "weekend": { "alias": "weekend"; "required": false; "isSignal": true; }; "weekdays": { "alias": "weekdays"; "required": false; "isSignal": true; }; "currentTimeButton": { "alias": "currentTimeButton"; "required": false; }; "calendar": { "alias": "calendar"; "required": false; "isSignal": true; }; "picker": { "alias": "picker"; "required": false; "isSignal": true; }; "format": { "alias": "format"; "required": false; "isSignal": true; }; }, { "valueChange": "valueChange"; "stateChange": "stateChange"; "onValueChanged": "onValueChanged"; "onBlur": "onBlur"; "onFocus": "onFocus"; "onClick": "onClick"; "readonlyChange": "readonlyChange"; "disabledChange": "disabledChange"; "depthChange": "depthChange"; "typeChange": "typeChange"; "activeViewChange": "activeViewChange"; "disabledDatesChange": "disabledDatesChange"; "holidayDatesChange": "holidayDatesChange"; "onNavigate": "onNavigate"; "onSlotClick": "onSlotClick"; }, never, never, true, never>;
|
138
131
|
}
|
139
132
|
|
140
133
|
interface AXDateTimePickerConfig {
|
@@ -147,7 +140,7 @@ declare function dateTimePickerConfig(config?: PartialDateTimePickerConfig): AXD
|
|
147
140
|
|
148
141
|
declare class AXDateTimePickerModule {
|
149
142
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXDateTimePickerModule, never>;
|
150
|
-
static ɵmod: _angular_core.ɵɵNgModuleDeclaration<AXDateTimePickerModule, never, [typeof
|
143
|
+
static ɵmod: _angular_core.ɵɵNgModuleDeclaration<AXDateTimePickerModule, never, [typeof AXDateTimePickerComponent], [typeof AXDateTimePickerComponent]>;
|
151
144
|
static ɵinj: _angular_core.ɵɵInjectorDeclaration<AXDateTimePickerModule>;
|
152
145
|
}
|
153
146
|
|
package/decorators/index.d.ts
CHANGED
@@ -72,9 +72,9 @@ declare class AXDecoratorColorIndicatorComponent {
|
|
72
72
|
}
|
73
73
|
|
74
74
|
declare class AXDecoratorFullScreenButtonComponent extends MXBaseComponent {
|
75
|
-
isActive: i0.
|
75
|
+
isActive: i0.ModelSignal<boolean>;
|
76
76
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXDecoratorFullScreenButtonComponent, never>;
|
77
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AXDecoratorFullScreenButtonComponent, "ax-fullscreen-button", never, {}, {}, never, never, true, never>;
|
77
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXDecoratorFullScreenButtonComponent, "ax-fullscreen-button", never, { "isActive": { "alias": "isActive"; "required": false; "isSignal": true; }; }, { "isActive": "isActiveChange"; }, never, never, true, never>;
|
78
78
|
}
|
79
79
|
|
80
80
|
/**
|
package/dialog/index.d.ts
CHANGED
@@ -70,7 +70,8 @@ declare class AXDialogComponent extends MXBaseComponent {
|
|
70
70
|
protected _hasAutoFocus(button: AXDialogButtonItem): boolean;
|
71
71
|
/**
|
72
72
|
* Closes the dialog.
|
73
|
-
*
|
73
|
+
*
|
74
|
+
* @returns void - No return value. The dialog is closed and removed from the DOM.
|
74
75
|
*/
|
75
76
|
close(): void;
|
76
77
|
/**
|
@@ -99,21 +100,45 @@ declare class AXDialogService {
|
|
99
100
|
private defaultConfig;
|
100
101
|
private detectIcon;
|
101
102
|
/**
|
102
|
-
*
|
103
|
+
* Show an alert box with 'Okay' button.
|
104
|
+
*
|
105
|
+
* @param title - The title of the alert dialog.
|
106
|
+
* @param content - The content message of the alert dialog.
|
107
|
+
* @param type - The type/color of the alert (primary, success, warning, danger).
|
108
|
+
* @param orientation - The orientation of the dialog (horizontal or vertical).
|
109
|
+
* @param draggable - Whether the dialog can be dragged.
|
110
|
+
* @returns Promise<void> - Promise that resolves when the dialog is closed.
|
103
111
|
*/
|
104
112
|
alert(title: string, content: string, type?: AXStyleColorType, orientation?: 'horizontal' | 'vertical', draggable?: boolean): Promise<void>;
|
105
113
|
/**
|
106
|
-
*
|
114
|
+
* Show a confirm box with 'Okay' & 'Cancel' buttons.
|
115
|
+
*
|
116
|
+
* @param title - The title of the confirm dialog.
|
117
|
+
* @param content - The content message of the confirm dialog.
|
118
|
+
* @param type - The type/color of the confirm dialog (primary, success, warning, danger).
|
119
|
+
* @param orientation - The orientation of the dialog (horizontal or vertical).
|
120
|
+
* @param draggable - Whether the dialog can be dragged.
|
121
|
+
* @param defaultAction - The default action to focus (confirm or cancel).
|
122
|
+
* @returns Promise<{ result: boolean }> - Promise that resolves with the user's choice.
|
107
123
|
*/
|
108
124
|
confirm(title: string, content: string, type?: AXStyleColorType, orientation?: 'horizontal' | 'vertical', draggable?: boolean, defaultAction?: 'confirm' | 'cancel'): Promise<{
|
109
125
|
result: boolean;
|
110
126
|
}>;
|
111
127
|
/**
|
112
|
-
*
|
128
|
+
* Show a custom dialog box.
|
129
|
+
*
|
130
|
+
* @param options - Configuration options for the custom dialog.
|
131
|
+
* @returns Promise<{ name: string }> - Promise that resolves with the button name that was clicked.
|
113
132
|
*/
|
114
133
|
show(options: AXDialogConfig): Promise<{
|
115
134
|
name: string;
|
116
135
|
}>;
|
136
|
+
/**
|
137
|
+
* Show a custom dialog box.
|
138
|
+
*
|
139
|
+
* @param options - Configuration options for the custom dialog.
|
140
|
+
* @returns Promise<{ name: string }> - Promise that resolves with the button name that was clicked.
|
141
|
+
*/
|
117
142
|
open(config: AXDialogConfig): AXDialogRef;
|
118
143
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXDialogService, never>;
|
119
144
|
static ɵprov: i0.ɵɵInjectableDeclaration<AXDialogService>;
|
package/drawer-2/index.d.ts
CHANGED
@@ -21,19 +21,33 @@ declare class AXDrawer2ContainerComponent extends MXBaseComponent {
|
|
21
21
|
*/
|
22
22
|
declare class AXDrawer2Component extends MXBaseComponent {
|
23
23
|
#private;
|
24
|
-
location: _angular_core.InputSignal<AXDrawerLocation>;
|
25
|
-
showBackdrop: _angular_core.InputSignal<boolean>;
|
26
|
-
mode: _angular_core.InputSignal<AXDrawerMode>;
|
27
|
-
transition: _angular_core.InputSignal<number>;
|
28
|
-
closeOnBackdropClick: _angular_core.InputSignal<boolean>;
|
29
|
-
backdropClass: _angular_core.InputSignal<string>;
|
30
|
-
collapsed: _angular_core.InputSignal<boolean>;
|
24
|
+
readonly location: _angular_core.InputSignal<AXDrawerLocation>;
|
25
|
+
readonly showBackdrop: _angular_core.InputSignal<boolean>;
|
26
|
+
readonly mode: _angular_core.InputSignal<AXDrawerMode>;
|
27
|
+
readonly transition: _angular_core.InputSignal<number>;
|
28
|
+
readonly closeOnBackdropClick: _angular_core.InputSignal<boolean>;
|
29
|
+
readonly backdropClass: _angular_core.InputSignal<string>;
|
30
|
+
readonly collapsed: _angular_core.InputSignal<boolean>;
|
31
31
|
onBackdropClick: _angular_core.OutputEmitterRef<AXClickEvent>;
|
32
32
|
collapsedStateChanged: _angular_core.OutputEmitterRef<boolean>;
|
33
33
|
private drawerItem;
|
34
|
-
|
34
|
+
/**
|
35
|
+
* Toggles the drawer state between open and closed.
|
36
|
+
*
|
37
|
+
* @returns void - No return value. The drawer state is toggled.
|
38
|
+
*/
|
35
39
|
toggle(): void;
|
40
|
+
/**
|
41
|
+
* Closes the drawer.
|
42
|
+
*
|
43
|
+
* @returns void - No return value. The drawer is collapsed.
|
44
|
+
*/
|
36
45
|
close(): void;
|
46
|
+
/**
|
47
|
+
* Opens the drawer.
|
48
|
+
*
|
49
|
+
* @returns void - No return value. The drawer is expanded.
|
50
|
+
*/
|
37
51
|
open(): void;
|
38
52
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXDrawer2Component, never>;
|
39
53
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXDrawer2Component, "ax-drawer2", never, { "location": { "alias": "location"; "required": false; "isSignal": true; }; "showBackdrop": { "alias": "showBackdrop"; "required": false; "isSignal": true; }; "mode": { "alias": "mode"; "required": false; "isSignal": true; }; "transition": { "alias": "transition"; "required": false; "isSignal": true; }; "closeOnBackdropClick": { "alias": "closeOnBackdropClick"; "required": false; "isSignal": true; }; "backdropClass": { "alias": "backdropClass"; "required": false; "isSignal": true; }; "collapsed": { "alias": "collapsed"; "required": false; "isSignal": true; }; }, { "onBackdropClick": "onBackdropClick"; "collapsedStateChanged": "collapsedStateChanged"; }, never, ["ax-header", "ax-content"], true, [{ directive: typeof i1.AXDrawerItemDirective; inputs: {}; outputs: {}; }]>;
|
package/dropdown/index.d.ts
CHANGED
@@ -13,8 +13,8 @@ import * as i5 from '@acorex/components/decorators';
|
|
13
13
|
|
14
14
|
declare const AXDropdownBoxComponent_base: polytype.Polytype.ClusteredConstructor<[typeof MXInteractiveComponent, typeof MXLookComponent]>;
|
15
15
|
declare class AXDropdownBoxComponent extends AXDropdownBoxComponent_base implements OnInit {
|
16
|
-
hasInput: i0.InputSignal<boolean>;
|
17
|
-
popoverWidth: i0.InputSignal<string>;
|
16
|
+
readonly hasInput: i0.InputSignal<boolean>;
|
17
|
+
readonly popoverWidth: i0.InputSignal<string>;
|
18
18
|
private _platform;
|
19
19
|
/**
|
20
20
|
* @ignore
|
@@ -106,14 +106,55 @@ declare class AXDropdownBoxComponent extends AXDropdownBoxComponent_base impleme
|
|
106
106
|
}
|
107
107
|
|
108
108
|
declare abstract class MXDropdownBoxBaseComponent extends MXInteractiveComponent {
|
109
|
+
/**
|
110
|
+
* Emitted when the dropdown/popup is opened.
|
111
|
+
*
|
112
|
+
* @event
|
113
|
+
*/
|
109
114
|
onOpened: EventEmitter<AXEvent>;
|
115
|
+
/**
|
116
|
+
* Emits the `onOpened` event with component context.
|
117
|
+
* @ignore
|
118
|
+
*/
|
110
119
|
protected emitOnOpenedEvent(): void;
|
120
|
+
/**
|
121
|
+
* Emitted when the dropdown/popup is closed.
|
122
|
+
*
|
123
|
+
* @event
|
124
|
+
*/
|
111
125
|
onClosed: EventEmitter<AXEvent>;
|
126
|
+
/**
|
127
|
+
* Emits the `onClosed` event with component context.
|
128
|
+
* @ignore
|
129
|
+
*/
|
112
130
|
protected emitOnClosedEvent(): void;
|
131
|
+
/**
|
132
|
+
* Reference to the underlying dropdown controller.
|
133
|
+
*/
|
113
134
|
protected abstract dropdown: AXDropdownBoxComponent;
|
135
|
+
/**
|
136
|
+
* Toggles the dropdown if the component is not disabled.
|
137
|
+
*
|
138
|
+
* @returns void - No return value. Switches between open and closed states.
|
139
|
+
*/
|
114
140
|
toggle(): void;
|
141
|
+
/**
|
142
|
+
* Closes the dropdown if it is open and the component is not disabled, then focuses the host.
|
143
|
+
*
|
144
|
+
* @returns void - No return value. Dropdown is closed and focus returns to the host.
|
145
|
+
*/
|
115
146
|
close(): void;
|
147
|
+
/**
|
148
|
+
* Opens the dropdown if it is not already open and the component is not disabled, then focuses the dropdown.
|
149
|
+
*
|
150
|
+
* @returns void - No return value. Dropdown becomes open and receives focus.
|
151
|
+
*/
|
116
152
|
open(): void;
|
153
|
+
/**
|
154
|
+
* Indicates whether the dropdown is currently open.
|
155
|
+
*
|
156
|
+
* @returns boolean - True if open; otherwise false.
|
157
|
+
*/
|
117
158
|
get isOpen(): boolean;
|
118
159
|
static ɵfac: i0.ɵɵFactoryDeclaration<MXDropdownBoxBaseComponent, never>;
|
119
160
|
static ɵprov: i0.ɵɵInjectableDeclaration<MXDropdownBoxBaseComponent>;
|
@@ -139,7 +180,7 @@ declare class AXDropdownPanelComponent extends MXInteractiveComponent implements
|
|
139
180
|
* @ignore
|
140
181
|
*/
|
141
182
|
protected _placement: _acorex_cdk_common.AXConnectedPosition[];
|
142
|
-
placement: i0.InputSignal<"bottom-start" | "bottom-end">;
|
183
|
+
readonly placement: i0.InputSignal<"bottom-start" | "bottom-end">;
|
143
184
|
/**
|
144
185
|
* @ignore
|
145
186
|
*/
|
@@ -52,20 +52,25 @@ declare class AXDropdownButtonComponent extends MXButtonBaseComponent implements
|
|
52
52
|
/**
|
53
53
|
* Simulates a click event on the button element.
|
54
54
|
*
|
55
|
-
* @
|
55
|
+
* @returns void - No return value. The button click is simulated.
|
56
56
|
*/
|
57
57
|
click(): void;
|
58
58
|
/**
|
59
59
|
* Sets focus to the button and adds a focus state class.
|
60
|
+
*
|
61
|
+
* @returns void - No return value. The button receives focus.
|
60
62
|
*/
|
61
63
|
focus(): void;
|
62
64
|
/**
|
63
65
|
* Removes the focus state class from the button.
|
66
|
+
*
|
67
|
+
* @returns void - No return value. The button loses focus.
|
64
68
|
*/
|
65
69
|
blur(): void;
|
66
70
|
/**
|
67
71
|
* Closes the dropdown panel.
|
68
|
-
*
|
72
|
+
*
|
73
|
+
* @returns void - No return value. The dropdown panel is closed.
|
69
74
|
*/
|
70
75
|
close(): void;
|
71
76
|
private get __hostClass();
|