@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/accordion/index.d.ts
CHANGED
@@ -1,16 +1,18 @@
|
|
1
1
|
import * as _angular_core from '@angular/core';
|
2
|
-
import
|
2
|
+
import { AXAccordionItemDirective } from '@acorex/cdk/accordion';
|
3
3
|
import { AXClickEvent } from '@acorex/cdk/common';
|
4
4
|
|
5
5
|
declare class AXAccordionGroupComponent {
|
6
6
|
#private;
|
7
7
|
private accordionGroup;
|
8
|
+
private content;
|
8
9
|
accordion: _angular_core.InputSignal<boolean>;
|
9
10
|
activeIndex: _angular_core.ModelSignal<number | number[]>;
|
10
11
|
look: _angular_core.InputSignal<string>;
|
12
|
+
collapsedOnItemClick: _angular_core.InputSignal<boolean>;
|
11
13
|
private get __hostClass();
|
12
14
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXAccordionGroupComponent, never>;
|
13
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXAccordionGroupComponent, "ax-accordion-group", never, { "accordion": { "alias": "accordion"; "required": false; "isSignal": true; }; "activeIndex": { "alias": "activeIndex"; "required": false; "isSignal": true; }; "look": { "alias": "look"; "required": false; "isSignal": true; }; }, { "activeIndex": "activeIndexChange"; },
|
15
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXAccordionGroupComponent, "ax-accordion-group", never, { "accordion": { "alias": "accordion"; "required": false; "isSignal": true; }; "activeIndex": { "alias": "activeIndex"; "required": false; "isSignal": true; }; "look": { "alias": "look"; "required": false; "isSignal": true; }; "collapsedOnItemClick": { "alias": "collapsedOnItemClick"; "required": false; "isSignal": true; }; }, { "activeIndex": "activeIndexChange"; }, ["content"], ["ax-accordion-item"], true, never>;
|
14
16
|
}
|
15
17
|
|
16
18
|
declare class AXAccordionItemComponent {
|
@@ -22,8 +24,7 @@ declare class AXAccordionItemComponent {
|
|
22
24
|
headerTemplate: _angular_core.InputSignal<any>;
|
23
25
|
look: _angular_core.InputSignal<string>;
|
24
26
|
disabled: _angular_core.InputSignal<boolean>;
|
25
|
-
|
26
|
-
private accordionItem;
|
27
|
+
accordionItem: _angular_core.Signal<AXAccordionItemDirective>;
|
27
28
|
private parent;
|
28
29
|
onClick: _angular_core.OutputEmitterRef<AXClickEvent>;
|
29
30
|
get __hostClass(): string[];
|
@@ -31,7 +32,7 @@ declare class AXAccordionItemComponent {
|
|
31
32
|
close(): void;
|
32
33
|
toggle(): void;
|
33
34
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXAccordionItemComponent, never>;
|
34
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXAccordionItemComponent, "ax-accordion-item", never, { "isCollapsed": { "alias": "isCollapsed"; "required": false; "isSignal": true; }; "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "caption": { "alias": "caption"; "required": false; "isSignal": true; }; "isLoading": { "alias": "isLoading"; "required": false; "isSignal": true; }; "headerTemplate": { "alias": "headerTemplate"; "required": false; "isSignal": true; }; "look": { "alias": "look"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; };
|
35
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXAccordionItemComponent, "ax-accordion-item", never, { "isCollapsed": { "alias": "isCollapsed"; "required": false; "isSignal": true; }; "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "caption": { "alias": "caption"; "required": false; "isSignal": true; }; "isLoading": { "alias": "isLoading"; "required": false; "isSignal": true; }; "headerTemplate": { "alias": "headerTemplate"; "required": false; "isSignal": true; }; "look": { "alias": "look"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; }, { "isCollapsed": "isCollapsedChange"; "isLoading": "isLoadingChange"; "onClick": "onClick"; }, never, ["*"], true, never>;
|
35
36
|
}
|
36
37
|
|
37
38
|
declare class AXAccordionModule {
|
package/action-sheet/index.d.ts
CHANGED
@@ -1,16 +1,7 @@
|
|
1
|
-
import * as i1 from '@acorex/cdk/common';
|
2
1
|
import { AXStyleColorType, MXBaseComponent } from '@acorex/cdk/common';
|
3
|
-
import * as i5 from '@angular/cdk/portal';
|
4
2
|
import { ComponentType, Portal, CdkPortalOutletAttachedRef } from '@angular/cdk/portal';
|
5
3
|
import * as i0 from '@angular/core';
|
6
4
|
import { TemplateRef, OnInit, OnDestroy } from '@angular/core';
|
7
|
-
import * as i2 from '@angular/cdk/drag-drop';
|
8
|
-
import * as i3 from '@angular/cdk/a11y';
|
9
|
-
import * as i4 from '@acorex/components/button';
|
10
|
-
import * as i6 from '@acorex/components/decorators';
|
11
|
-
import * as i7 from '@acorex/core/translation';
|
12
|
-
import * as i8 from '@angular/cdk/dialog';
|
13
|
-
import * as i9 from '@angular/common';
|
14
5
|
import * as rxjs from 'rxjs';
|
15
6
|
import { Subject } from 'rxjs';
|
16
7
|
|
@@ -124,7 +115,7 @@ declare class AXActionSheetComponent extends MXBaseComponent implements OnInit,
|
|
124
115
|
|
125
116
|
declare class AXActionSheetModule {
|
126
117
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXActionSheetModule, never>;
|
127
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AXActionSheetModule, never, [typeof
|
118
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXActionSheetModule, never, [typeof AXActionSheetComponent], [typeof AXActionSheetComponent]>;
|
128
119
|
static ɵinj: i0.ɵɵInjectorDeclaration<AXActionSheetModule>;
|
129
120
|
}
|
130
121
|
|
package/alert/index.d.ts
CHANGED
@@ -1,8 +1,6 @@
|
|
1
1
|
import * as _angular_core from '@angular/core';
|
2
2
|
import { MXColorComponent, AXEvent } from '@acorex/cdk/common';
|
3
|
-
import * as i2 from '@acorex/components/decorators';
|
4
3
|
import { AXDecoratorIconComponent, AXDecoratorGenericComponent } from '@acorex/components/decorators';
|
5
|
-
import * as i1 from '@angular/common';
|
6
4
|
|
7
5
|
/**
|
8
6
|
* The Alert component is used to display notifications or alerts to users.
|
@@ -86,7 +84,7 @@ declare class AXAlertComponent extends MXColorComponent {
|
|
86
84
|
|
87
85
|
declare class AXAlertModule {
|
88
86
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXAlertModule, never>;
|
89
|
-
static ɵmod: _angular_core.ɵɵNgModuleDeclaration<AXAlertModule, never, [typeof
|
87
|
+
static ɵmod: _angular_core.ɵɵNgModuleDeclaration<AXAlertModule, never, [typeof AXAlertComponent], [typeof AXAlertComponent]>;
|
90
88
|
static ɵinj: _angular_core.ɵɵInjectorDeclaration<AXAlertModule>;
|
91
89
|
}
|
92
90
|
|
@@ -0,0 +1,11 @@
|
|
1
|
+
import * as _angular_core from '@angular/core';
|
2
|
+
import { NXComponent } from '@acorex/cdk/common';
|
3
|
+
|
4
|
+
declare class AXAspectRatioComponent extends NXComponent {
|
5
|
+
ratio: _angular_core.InputSignal<number>;
|
6
|
+
paddingTop: _angular_core.Signal<string>;
|
7
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXAspectRatioComponent, never>;
|
8
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXAspectRatioComponent, "ax-aspect-ratio", never, { "ratio": { "alias": "ratio"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
9
|
+
}
|
10
|
+
|
11
|
+
export { AXAspectRatioComponent };
|
package/autocomplete/index.d.ts
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
import * as i0 from '@angular/core';
|
2
2
|
import { AfterViewInit, OnDestroy, TemplateRef } from '@angular/core';
|
3
3
|
import * as polytype from 'polytype';
|
4
|
-
import { MXSelectionValueComponent, MXLookComponent, AXDataSource, MXSelectionBridgeService, AXAutocompleteParentComponent, MXInputBaseValueComponent, AXEvent, AXValueChangedEvent } from '@acorex/cdk/common';
|
4
|
+
import { MXSelectionValueComponent, MXLookComponent, AXDataSource, MXSelectionBridgeService, AXAutocompleteParentComponent, MXInputBaseValueComponent, AXEvent, AXValueChangedEvent, AXItemClickEvent, AXItemSelectedEvent } from '@acorex/cdk/common';
|
5
5
|
import { MXDropdownBoxBaseComponent, AXDropdownBoxComponent } from '@acorex/components/dropdown';
|
6
6
|
import { AXListComponent } from '@acorex/components/list';
|
7
7
|
|
@@ -100,6 +100,10 @@ declare class AXAutocompleteComponent extends AXAutocompleteComponent_base imple
|
|
100
100
|
/** @ignore */
|
101
101
|
protected _handleValueChanged(e: AXValueChangedEvent): void;
|
102
102
|
/** @ignore */
|
103
|
+
protected _handleItemClick(e: AXItemClickEvent): void;
|
104
|
+
/** @ignore */
|
105
|
+
protected _handleItemSelected(e: AXItemSelectedEvent): void;
|
106
|
+
/** @ignore */
|
103
107
|
private setDropdownSize;
|
104
108
|
/**
|
105
109
|
* Filters the data source based on the provided search term.
|
@@ -112,7 +116,7 @@ declare class AXAutocompleteComponent extends AXAutocompleteComponent_base imple
|
|
112
116
|
refresh(): void;
|
113
117
|
private get __hostName();
|
114
118
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXAutocompleteComponent, never>;
|
115
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AXAutocompleteComponent, "ax-autocomplete", 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; }; "id": { "alias": "id"; "required": false; }; "type": { "alias": "type"; "required": false; }; "look": { "alias": "look"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "valueField": { "alias": "valueField"; "required": false; }; "textField": { "alias": "textField"; "required": false; }; "disabledField": { "alias": "disabledField"; "required": false; }; "textTemplate": { "alias": "textTemplate"; "required": false; }; "selectedItems": { "alias": "selectedItems"; "required": false; }; "delayTime": { "alias": "delayTime"; "required": false; "isSignal": true; }; "dataSource": { "alias": "dataSource"; "required": false; }; "caption": { "alias": "caption"; "required": false; }; "itemTemplate": { "alias": "itemTemplate"; "required": false; }; "selectedTemplate": { "alias": "selectedTemplate"; "required": false; }; "emptyTemplate": { "alias": "emptyTemplate"; "required": false; }; "loadingTemplate": { "alias": "loadingTemplate"; "required": false; }; "dropdownWidth": { "alias": "dropdownWidth"; "required": false; }; }, { "valueChange": "valueChange"; "stateChange": "stateChange"; "onValueChanged": "onValueChanged"; "onBlur": "onBlur"; "onFocus": "onFocus"; "readonlyChange": "readonlyChange"; "disabledChange": "disabledChange"; "onOpened": "onOpened"; "onClosed": "onClosed"; }, never, ["ax-footer"], true, never>;
|
119
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXAutocompleteComponent, "ax-autocomplete", 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; }; "id": { "alias": "id"; "required": false; }; "type": { "alias": "type"; "required": false; }; "look": { "alias": "look"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "valueField": { "alias": "valueField"; "required": false; }; "textField": { "alias": "textField"; "required": false; }; "disabledField": { "alias": "disabledField"; "required": false; }; "textTemplate": { "alias": "textTemplate"; "required": false; }; "selectedItems": { "alias": "selectedItems"; "required": false; }; "delayTime": { "alias": "delayTime"; "required": false; "isSignal": true; }; "dataSource": { "alias": "dataSource"; "required": false; }; "caption": { "alias": "caption"; "required": false; }; "itemTemplate": { "alias": "itemTemplate"; "required": false; }; "selectedTemplate": { "alias": "selectedTemplate"; "required": false; }; "emptyTemplate": { "alias": "emptyTemplate"; "required": false; }; "loadingTemplate": { "alias": "loadingTemplate"; "required": false; }; "dropdownWidth": { "alias": "dropdownWidth"; "required": false; }; }, { "valueChange": "valueChange"; "stateChange": "stateChange"; "onValueChanged": "onValueChanged"; "onBlur": "onBlur"; "onFocus": "onFocus"; "readonlyChange": "readonlyChange"; "disabledChange": "disabledChange"; "onOpened": "onOpened"; "onClosed": "onClosed"; "onItemClick": "onItemClick"; "onItemSelected": "onItemSelected"; }, never, ["ax-footer"], true, never>;
|
116
120
|
}
|
117
121
|
|
118
122
|
declare class AXAutocompleteModule {
|
package/avatar/index.d.ts
CHANGED
@@ -1,7 +1,6 @@
|
|
1
1
|
import * as i0 from '@angular/core';
|
2
2
|
import { QueryList } from '@angular/core';
|
3
3
|
import { MXColorComponent } from '@acorex/cdk/common';
|
4
|
-
import * as i1 from '@angular/common';
|
5
4
|
|
6
5
|
declare class AXAvatarGroupComponent {
|
7
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXAvatarGroupComponent, never>;
|
@@ -52,7 +51,7 @@ declare class AXAvatarComponent extends MXColorComponent {
|
|
52
51
|
|
53
52
|
declare class AXAvatarModule {
|
54
53
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXAvatarModule, never>;
|
55
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AXAvatarModule, never, [typeof
|
54
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXAvatarModule, never, [typeof AXAvatarComponent, typeof AXAvatarGroupComponent], [typeof AXAvatarComponent, typeof AXAvatarGroupComponent]>;
|
56
55
|
static ɵinj: i0.ɵɵInjectorDeclaration<AXAvatarModule>;
|
57
56
|
}
|
58
57
|
|
package/badge/index.d.ts
CHANGED
@@ -1,6 +1,5 @@
|
|
1
1
|
import * as i0 from '@angular/core';
|
2
2
|
import { MXColorLookComponent } from '@acorex/cdk/common';
|
3
|
-
import * as i1 from '@angular/common';
|
4
3
|
|
5
4
|
declare class AXBadgeComponent extends MXColorLookComponent {
|
6
5
|
/**
|
@@ -19,7 +18,7 @@ declare class AXBadgeComponent extends MXColorLookComponent {
|
|
19
18
|
|
20
19
|
declare class AXBadgeModule {
|
21
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXBadgeModule, never>;
|
22
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AXBadgeModule, never, [typeof
|
21
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXBadgeModule, never, [typeof AXBadgeComponent], [typeof AXBadgeComponent]>;
|
23
22
|
static ɵinj: i0.ɵɵInjectorDeclaration<AXBadgeModule>;
|
24
23
|
}
|
25
24
|
|
@@ -3,12 +3,20 @@ import * as i1 from '@acorex/cdk/common';
|
|
3
3
|
import { MXInteractiveComponent, MXLookComponent, AXClickEvent } from '@acorex/cdk/common';
|
4
4
|
import * as i0 from '@angular/core';
|
5
5
|
import { EventEmitter, AfterContentInit } from '@angular/core';
|
6
|
-
import * as i1$1 from '@angular/common';
|
7
6
|
|
8
7
|
declare const AXBottomNavigationItemComponent_base: polytype.Polytype.ClusteredConstructor<[typeof MXInteractiveComponent, typeof MXLookComponent]>;
|
9
8
|
declare class AXBottomNavigationItemComponent extends AXBottomNavigationItemComponent_base {
|
9
|
+
/**
|
10
|
+
* The name of the navigation item.
|
11
|
+
*/
|
10
12
|
name: string;
|
13
|
+
/**
|
14
|
+
* Indicates if the item is currently active.
|
15
|
+
*/
|
11
16
|
active: boolean;
|
17
|
+
/**
|
18
|
+
* Emitted when the item is clicked. Payload is the click event.
|
19
|
+
*/
|
12
20
|
onClick: EventEmitter<AXClickEvent>;
|
13
21
|
get __hostClass(): string;
|
14
22
|
protected handleClick(e: MouseEvent): void;
|
@@ -59,7 +67,7 @@ declare class AXBottomNavigationComponent implements AfterContentInit {
|
|
59
67
|
|
60
68
|
declare class AXBottomNavigationModule {
|
61
69
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXBottomNavigationModule, never>;
|
62
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AXBottomNavigationModule, never, [typeof
|
70
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXBottomNavigationModule, never, [typeof AXBottomNavigationComponent, typeof AXBottomNavigationItemComponent], [typeof AXBottomNavigationComponent, typeof AXBottomNavigationItemComponent]>;
|
63
71
|
static ɵinj: i0.ɵɵInjectorDeclaration<AXBottomNavigationModule>;
|
64
72
|
}
|
65
73
|
|
package/breadcrumbs/index.d.ts
CHANGED
@@ -1,8 +1,6 @@
|
|
1
1
|
import { MXBaseComponent, MXInteractiveComponent } from '@acorex/cdk/common';
|
2
2
|
import * as i0 from '@angular/core';
|
3
3
|
import { AfterViewInit, TemplateRef } from '@angular/core';
|
4
|
-
import * as i1 from '@angular/common';
|
5
|
-
import * as i2 from '@angular/router';
|
6
4
|
|
7
5
|
interface AXBreadcrumbsItems {
|
8
6
|
name?: string;
|
@@ -20,6 +18,7 @@ interface AXBreadcrumbsItems {
|
|
20
18
|
* @category Components
|
21
19
|
*/
|
22
20
|
declare class AXBreadCrumbsComponent extends MXBaseComponent implements AfterViewInit {
|
21
|
+
private readonly platformId;
|
23
22
|
/**
|
24
23
|
* Content child template for custom divider between breadcrumb items.
|
25
24
|
*/
|
@@ -62,7 +61,7 @@ declare class AXBreadCrumbsItemComponent extends MXInteractiveComponent {
|
|
62
61
|
|
63
62
|
declare class AXBreadcrumbsModule {
|
64
63
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXBreadcrumbsModule, never>;
|
65
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AXBreadcrumbsModule, never, [typeof
|
64
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXBreadcrumbsModule, never, [typeof AXBreadCrumbsComponent, typeof AXBreadCrumbsItemComponent], [typeof AXBreadCrumbsComponent, typeof AXBreadCrumbsItemComponent]>;
|
66
65
|
static ɵinj: i0.ɵɵInjectorDeclaration<AXBreadcrumbsModule>;
|
67
66
|
}
|
68
67
|
|
package/button/index.d.ts
CHANGED
@@ -1,12 +1,8 @@
|
|
1
1
|
import * as i0 from '@angular/core';
|
2
2
|
import { EventEmitter, QueryList, AfterViewInit } from '@angular/core';
|
3
|
-
import * as i2 from '@acorex/cdk/common';
|
4
3
|
import { MXInteractiveComponent, MXColorComponent, AXClickEvent, AXStyleColorType, AXItemClickEvent, AXStyleLookType, AXHotKeyAction, MXButtonBaseComponent } from '@acorex/cdk/common';
|
5
4
|
import * as polytype from 'polytype';
|
6
|
-
import * as i4 from '@acorex/components/loading';
|
7
5
|
import { AXLoadingComponent } from '@acorex/components/loading';
|
8
|
-
import * as i1 from '@angular/common';
|
9
|
-
import * as i3 from '@acorex/components/decorators';
|
10
6
|
|
11
7
|
interface AXButtonItemListItem {
|
12
8
|
name: string;
|
@@ -14,6 +10,7 @@ interface AXButtonItemListItem {
|
|
14
10
|
icon: string;
|
15
11
|
divided?: boolean;
|
16
12
|
disabled?: boolean;
|
13
|
+
selected?: boolean;
|
17
14
|
color?: AXStyleColorType;
|
18
15
|
}
|
19
16
|
declare const AXButtonItemComponent_base: polytype.Polytype.ClusteredConstructor<[typeof MXInteractiveComponent, typeof MXColorComponent]>;
|
@@ -59,23 +56,41 @@ declare class AXButtonItemComponent extends AXButtonItemComponent_base {
|
|
59
56
|
*/
|
60
57
|
onClick: EventEmitter<AXClickEvent>;
|
61
58
|
/**
|
62
|
-
*
|
59
|
+
* Handles click events on the button item host element.
|
60
|
+
* Emits the onClick event if the component is not disabled.
|
61
|
+
*
|
62
|
+
* @param e - The mouse event that triggered the click.
|
63
|
+
* @ignore
|
63
64
|
*/
|
64
65
|
private __hostClick;
|
65
66
|
/**
|
66
|
-
*
|
67
|
+
* Handles focus events on the button item host element.
|
68
|
+
* Emits the onFocus event.
|
69
|
+
*
|
70
|
+
* @param e - The focus event that was triggered.
|
71
|
+
* @ignore
|
67
72
|
*/
|
68
73
|
private __hostFocus;
|
69
74
|
/**
|
70
|
-
*
|
75
|
+
* Handles blur events on the button item host element.
|
76
|
+
* Emits the onBlur event.
|
77
|
+
*
|
78
|
+
* @param e - The blur event that was triggered.
|
79
|
+
* @ignore
|
71
80
|
*/
|
72
81
|
private __hostBlur;
|
73
82
|
/**
|
74
|
-
*
|
83
|
+
* Generates the CSS classes for the button item host element.
|
84
|
+
* Includes classes for icon-only state, disabled state, selected state, divided state, and color.
|
85
|
+
*
|
86
|
+
* @returns string - The space-separated CSS class names.
|
87
|
+
* @ignore
|
75
88
|
*/
|
76
89
|
private get __hostClass();
|
77
90
|
/**
|
78
|
-
*
|
91
|
+
* Sets the tabindex attribute for keyboard navigation.
|
92
|
+
*
|
93
|
+
* @ignore
|
79
94
|
*/
|
80
95
|
tabindex: string;
|
81
96
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXButtonItemComponent, never>;
|
@@ -104,31 +119,55 @@ declare class AXButtonItemListComponent extends MXInteractiveComponent {
|
|
104
119
|
*/
|
105
120
|
onItemClick: EventEmitter<AXItemClickEvent<AXButtonItemComponent>>;
|
106
121
|
/**
|
107
|
-
*
|
122
|
+
* Initializes the button item list component.
|
123
|
+
* Sets up content change detection and initializes content after the next render.
|
124
|
+
*
|
125
|
+
* @ignore
|
108
126
|
*/
|
109
127
|
constructor();
|
110
128
|
/**
|
111
|
-
*
|
129
|
+
* Initializes the content of the button item list.
|
130
|
+
* Binds events and properties to content button items and marks for change detection.
|
131
|
+
*
|
132
|
+
* @ignore
|
112
133
|
*/
|
113
134
|
private _initContents;
|
114
135
|
/**
|
115
|
-
*
|
136
|
+
* Binds click events to content button items.
|
137
|
+
* Subscribes to onClick events of child button items if not already subscribed.
|
138
|
+
*
|
139
|
+
* @ignore
|
116
140
|
*/
|
117
141
|
private _bindEvents;
|
118
142
|
/**
|
119
|
-
*
|
143
|
+
* Binds properties to content button items.
|
144
|
+
* Sets the disabled state of child button items based on the parent's disabled state.
|
145
|
+
*
|
146
|
+
* @ignore
|
120
147
|
*/
|
121
148
|
private _bindProps;
|
122
149
|
/**
|
123
|
-
*
|
150
|
+
* Handles click events from button items.
|
151
|
+
* Closes the parent component if available and emits the item click event.
|
152
|
+
*
|
153
|
+
* @param e - The click event from the button item.
|
154
|
+
* @ignore
|
124
155
|
*/
|
125
156
|
protected _handleOnItemClick(e: AXClickEvent): void;
|
126
157
|
/**
|
127
|
-
*
|
158
|
+
* Emits the onItemClick event with details about the clicked item.
|
159
|
+
*
|
160
|
+
* @param e - The click event from the button item.
|
161
|
+
* @param item - The button item component that was clicked.
|
162
|
+
* @ignore
|
128
163
|
*/
|
129
164
|
_emitOnItemClickEvent(e: AXClickEvent, item: AXButtonItemComponent): void;
|
130
165
|
/**
|
131
|
-
*
|
166
|
+
* Generates the CSS classes for the button item list host element.
|
167
|
+
* Includes classes for action list and vertical layout.
|
168
|
+
*
|
169
|
+
* @returns string - The space-separated CSS class names.
|
170
|
+
* @ignore
|
132
171
|
*/
|
133
172
|
private get __hostClass();
|
134
173
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXButtonItemListComponent, never>;
|
@@ -222,7 +261,7 @@ declare class AXButtonComponent extends MXButtonBaseComponent implements AfterVi
|
|
222
261
|
|
223
262
|
declare class AXButtonModule {
|
224
263
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXButtonModule, never>;
|
225
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AXButtonModule, never, [typeof
|
264
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXButtonModule, never, [typeof AXButtonComponent, typeof AXButtonItemComponent, typeof AXButtonItemListComponent], [typeof AXButtonComponent, typeof AXButtonItemComponent, typeof AXButtonItemListComponent]>;
|
226
265
|
static ɵinj: i0.ɵɵInjectorDeclaration<AXButtonModule>;
|
227
266
|
}
|
228
267
|
|
package/button-group/index.d.ts
CHANGED
@@ -2,9 +2,6 @@ import * as polytype from 'polytype';
|
|
2
2
|
import { MXInteractiveComponent, MXColorLookComponent, AXClickEvent, AXSelectionMode, AXStyleColorType, MXColorComponent } from '@acorex/cdk/common';
|
3
3
|
import * as i0 from '@angular/core';
|
4
4
|
import { EventEmitter } from '@angular/core';
|
5
|
-
import * as i1 from '@angular/common';
|
6
|
-
import * as i2 from '@acorex/components/decorators';
|
7
|
-
import * as i3 from '@acorex/components/button';
|
8
5
|
|
9
6
|
declare const AXButtonGroupComponent_base: polytype.Polytype.ClusteredConstructor<[typeof MXInteractiveComponent, typeof MXColorLookComponent]>;
|
10
7
|
/**
|
@@ -14,6 +11,7 @@ declare const AXButtonGroupComponent_base: polytype.Polytype.ClusteredConstructo
|
|
14
11
|
*/
|
15
12
|
declare class AXButtonGroupComponent extends AXButtonGroupComponent_base {
|
16
13
|
#private;
|
14
|
+
readonly fitParent: i0.InputSignal<boolean>;
|
17
15
|
/**
|
18
16
|
* Fires when any button in the group is clicked.
|
19
17
|
*
|
@@ -30,6 +28,11 @@ declare class AXButtonGroupComponent extends AXButtonGroupComponent_base {
|
|
30
28
|
* @event
|
31
29
|
*/
|
32
30
|
selectionChange: EventEmitter<AXSelectionMode>;
|
31
|
+
/**
|
32
|
+
* Emits the button item component instance when the selected button changes.
|
33
|
+
*
|
34
|
+
* @event
|
35
|
+
*/
|
33
36
|
selectedButtonChange: i0.OutputEmitterRef<AXButtonGroupItemComponent>;
|
34
37
|
/**
|
35
38
|
* @ignore
|
@@ -54,9 +57,10 @@ declare class AXButtonGroupComponent extends AXButtonGroupComponent_base {
|
|
54
57
|
*/
|
55
58
|
private _bindProps;
|
56
59
|
/**
|
60
|
+
* @ignore
|
57
61
|
* Updates component properties based on internal option changes.
|
58
62
|
*/
|
59
|
-
internalOptionChanged(): void;
|
63
|
+
protected internalOptionChanged(): void;
|
60
64
|
/**
|
61
65
|
* @ignore
|
62
66
|
*/
|
@@ -78,7 +82,7 @@ declare class AXButtonGroupComponent extends AXButtonGroupComponent_base {
|
|
78
82
|
*/
|
79
83
|
private __hostClick;
|
80
84
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXButtonGroupComponent, never>;
|
81
|
-
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"; "onClick": "onClick"; "selectionChange": "selectionChange"; "selectedButtonChange": "selectedButtonChange"; }, ["_contentButtons"], ["ax-button-group-item"], true, never>;
|
85
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXButtonGroupComponent, "ax-button-group", never, { "disabled": { "alias": "disabled"; "required": false; }; "color": { "alias": "color"; "required": false; }; "look": { "alias": "look"; "required": false; }; "fitParent": { "alias": "fitParent"; "required": false; "isSignal": true; }; "selection": { "alias": "selection"; "required": false; }; }, { "onBlur": "onBlur"; "onFocus": "onFocus"; "lookChange": "lookChange"; "colorChange": "colorChange"; "disabledChange": "disabledChange"; "onClick": "onClick"; "selectionChange": "selectionChange"; "selectedButtonChange": "selectedButtonChange"; }, ["_contentButtons"], ["ax-button-group-item"], true, never>;
|
82
86
|
}
|
83
87
|
|
84
88
|
interface AXButtonItemListItem {
|
@@ -158,7 +162,7 @@ declare class AXButtonGroupItemComponent extends AXButtonGroupItemComponent_base
|
|
158
162
|
|
159
163
|
declare class AXButtonGroupModule {
|
160
164
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXButtonGroupModule, never>;
|
161
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AXButtonGroupModule, never, [typeof
|
165
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXButtonGroupModule, never, [typeof AXButtonGroupComponent, typeof AXButtonGroupItemComponent], [typeof AXButtonGroupComponent, typeof AXButtonGroupItemComponent]>;
|
162
166
|
static ɵinj: i0.ɵɵInjectorDeclaration<AXButtonGroupModule>;
|
163
167
|
}
|
164
168
|
|
package/calendar/index.d.ts
CHANGED
@@ -1,15 +1,10 @@
|
|
1
1
|
import * as polytype from 'polytype';
|
2
2
|
import * as i0 from '@angular/core';
|
3
3
|
import { TemplateRef, EventEmitter, AfterViewInit } from '@angular/core';
|
4
|
-
import * as i5 from '@acorex/cdk/common';
|
5
4
|
import { MXBaseComponent, AXItemClickEvent, AXRangeChangedEvent, MXValueComponent, AXRange, MXInteractiveComponent, AXClickEvent, MXComponentOptionChanged } from '@acorex/cdk/common';
|
6
|
-
import * as i2 from '@acorex/core/date-time';
|
7
5
|
import { AXCalendarService, AXDateTime, AXDateTimeRange } from '@acorex/core/date-time';
|
8
6
|
import { AXLocaleService } from '@acorex/core/locale';
|
9
|
-
import * as i3 from '@acorex/core/translation';
|
10
7
|
import { AXTranslationService } from '@acorex/core/translation';
|
11
|
-
import * as i1 from '@angular/common';
|
12
|
-
import * as i4 from '@acorex/components/tooltip';
|
13
8
|
|
14
9
|
type AXCalendarViewType = 'year' | 'month' | 'day';
|
15
10
|
type AXCalendarViewDepth = AXCalendarViewType;
|
@@ -176,7 +171,7 @@ declare class AXCalendarRangeComponent extends AXCalendarRangeComponent_base imp
|
|
176
171
|
*/
|
177
172
|
private _syncNav2;
|
178
173
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXCalendarRangeComponent, never>;
|
179
|
-
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; }; "
|
174
|
+
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; }; "dayCellTemplate": { "alias": "dayCellTemplate"; "required": false; }; "monthCellTemplate": { "alias": "monthCellTemplate"; "required": false; }; "yearCellTemplate": { "alias": "yearCellTemplate"; "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, ["*"], true, never>;
|
180
175
|
}
|
181
176
|
|
182
177
|
declare const AXCalendarComponent_base: polytype.Polytype.ClusteredConstructor<[{
|
@@ -191,8 +186,10 @@ declare const AXCalendarComponent_base: polytype.Polytype.ClusteredConstructor<[
|
|
191
186
|
*/
|
192
187
|
declare class AXCalendarComponent extends AXCalendarComponent_base implements AfterViewInit {
|
193
188
|
private formatService;
|
189
|
+
weekend: i0.InputSignal<number[]>;
|
190
|
+
weekdays: i0.InputSignal<number[]>;
|
194
191
|
protected calendar: i0.WritableSignal<string>;
|
195
|
-
get displayRange(): AXDateTimeRange;
|
192
|
+
get displayRange(): AXDateTimeRange | null;
|
196
193
|
/**
|
197
194
|
* @ignore
|
198
195
|
*/
|
@@ -277,6 +274,9 @@ declare class AXCalendarComponent extends AXCalendarComponent_base implements Af
|
|
277
274
|
* @ignore
|
278
275
|
*/
|
279
276
|
protected _handleNavClick(e: AXClickEvent | any, view: AXCalendarViewType): void;
|
277
|
+
/**
|
278
|
+
* Toggles between different calendar views (day → month → year).
|
279
|
+
*/
|
280
280
|
toggleView(): void;
|
281
281
|
/**
|
282
282
|
* @ignore
|
@@ -368,12 +368,12 @@ declare class AXCalendarComponent extends AXCalendarComponent_base implements Af
|
|
368
368
|
*/
|
369
369
|
protected getMonthName(date: AXDateTime, style: 'short' | 'long'): string;
|
370
370
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXCalendarComponent, never>;
|
371
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AXCalendarComponent, "ax-calendar", 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; }; "
|
371
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXCalendarComponent, "ax-calendar", 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; }; "dayCellTemplate": { "alias": "dayCellTemplate"; "required": false; }; "monthCellTemplate": { "alias": "monthCellTemplate"; "required": false; }; "yearCellTemplate": { "alias": "yearCellTemplate"; "required": false; }; "cellClass": { "alias": "cellClass"; "required": false; }; "showNavigation": { "alias": "showNavigation"; "required": false; }; "count": { "alias": "count"; "required": false; }; "id": { "alias": "id"; "required": false; }; "weekend": { "alias": "weekend"; "required": false; "isSignal": true; }; "weekdays": { "alias": "weekdays"; "required": false; "isSignal": true; }; }, { "onOptionChanged": "onOptionChanged"; "valueChange": "valueChange"; "onValueChanged": "onValueChanged"; "minValueChange": "minValueChange"; "maxValueChange": "maxValueChange"; "onBlur": "onBlur"; "onFocus": "onFocus"; "depthChange": "depthChange"; "typeChange": "typeChange"; "activeViewChange": "activeViewChange"; "disabledDatesChange": "disabledDatesChange"; "holidayDatesChange": "holidayDatesChange"; "onNavigate": "onNavigate"; "onSlotClick": "onSlotClick"; "countChange": "countChange"; }, never, ["ax-header", "ax-footer"], true, never>;
|
372
372
|
}
|
373
373
|
|
374
374
|
declare class AXCalendarModule {
|
375
375
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXCalendarModule, never>;
|
376
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AXCalendarModule, never, [typeof
|
376
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXCalendarModule, never, [typeof AXCalendarComponent, typeof AXCalendarRangeComponent], [typeof AXCalendarComponent, typeof AXCalendarRangeComponent]>;
|
377
377
|
static ɵinj: i0.ɵɵInjectorDeclaration<AXCalendarModule>;
|
378
378
|
}
|
379
379
|
|
package/check-box/index.d.ts
CHANGED
@@ -1,9 +1,6 @@
|
|
1
1
|
import * as polytype from 'polytype';
|
2
2
|
import * as i0 from '@angular/core';
|
3
3
|
import { MXValueComponent, MXColorComponent } from '@acorex/cdk/common';
|
4
|
-
import * as i1 from '@angular/common';
|
5
|
-
import * as i2 from '@angular/forms';
|
6
|
-
import * as i3 from '@acorex/components/decorators';
|
7
4
|
|
8
5
|
declare const AXCheckBoxComponent_base: polytype.Polytype.ClusteredConstructor<[{
|
9
6
|
new (): MXValueComponent<boolean>;
|
@@ -68,7 +65,7 @@ declare class AXCheckBoxComponent extends AXCheckBoxComponent_base {
|
|
68
65
|
|
69
66
|
declare class AXCheckBoxModule {
|
70
67
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXCheckBoxModule, never>;
|
71
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AXCheckBoxModule, never, [typeof
|
68
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXCheckBoxModule, never, [typeof AXCheckBoxComponent], [typeof AXCheckBoxComponent]>;
|
72
69
|
static ɵinj: i0.ɵɵInjectorDeclaration<AXCheckBoxModule>;
|
73
70
|
}
|
74
71
|
|
package/chips/index.d.ts
CHANGED
@@ -1,7 +1,6 @@
|
|
1
1
|
import * as i0 from '@angular/core';
|
2
2
|
import * as i1 from '@acorex/cdk/common';
|
3
3
|
import { AXStyleLookType, AXStyleSizeType, MXColorComponent } from '@acorex/cdk/common';
|
4
|
-
import * as i1$1 from '@angular/common';
|
5
4
|
|
6
5
|
type AXChipsLookType = Extract<AXStyleLookType, 'solid' | 'outline' | 'twotone'>;
|
7
6
|
type AXChipsSizeType = Exclude<AXStyleSizeType, 'ax-xs' | 'ax-xl'>;
|
@@ -29,7 +28,7 @@ declare class AXChipsComponent extends MXColorComponent {
|
|
29
28
|
|
30
29
|
declare class AXChipsModule {
|
31
30
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXChipsModule, never>;
|
32
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AXChipsModule, never, [typeof
|
31
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXChipsModule, never, [typeof AXChipsComponent], [typeof AXChipsComponent]>;
|
33
32
|
static ɵinj: i0.ɵɵInjectorDeclaration<AXChipsModule>;
|
34
33
|
}
|
35
34
|
|
@@ -4,7 +4,8 @@ import { MXColorComponent } from '@acorex/cdk/common';
|
|
4
4
|
|
5
5
|
type AXCircularProgressMode = 'determinate' | 'indeterminate';
|
6
6
|
/**
|
7
|
-
*
|
7
|
+
* Displays the progress of an operation in a circular form. Supports determinate and indeterminate modes,
|
8
|
+
* configurable size and stroke, and color theming.
|
8
9
|
*
|
9
10
|
* @category Components
|
10
11
|
*/
|
@@ -14,29 +15,20 @@ declare class AXCircularProgressComponent extends MXColorComponent {
|
|
14
15
|
*/
|
15
16
|
circle: _angular_core.Signal<ElementRef<HTMLDivElement>>;
|
16
17
|
/**
|
17
|
-
* Defines the
|
18
|
-
*
|
19
|
-
* Change progress mode
|
20
|
-
*
|
18
|
+
* Defines the progress calculation mode.
|
19
|
+
* Use 'determinate' to show a specific percentage or 'indeterminate' for ongoing/spinner state.
|
21
20
|
*/
|
22
21
|
mode: _angular_core.InputSignal<AXCircularProgressMode>;
|
23
22
|
/**
|
24
|
-
*
|
25
|
-
*
|
26
|
-
* The percentage value to set for the progress.
|
27
|
-
*
|
23
|
+
* The percentage value to set for the progress (0–100).
|
28
24
|
*/
|
29
25
|
progress: _angular_core.ModelSignal<number>;
|
30
26
|
/**
|
31
|
-
*
|
32
|
-
*
|
33
|
-
* The stroke width to be set for the circular progress component.
|
27
|
+
* Stroke width of the circular track, in pixels.
|
34
28
|
*/
|
35
29
|
stroke: _angular_core.ModelSignal<number>;
|
36
30
|
/**
|
37
|
-
*
|
38
|
-
*
|
39
|
-
* Circle size
|
31
|
+
* Overall diameter of the circular progress, in pixels.
|
40
32
|
*/
|
41
33
|
size: _angular_core.ModelSignal<number>;
|
42
34
|
/**
|
@@ -48,15 +40,28 @@ declare class AXCircularProgressComponent extends MXColorComponent {
|
|
48
40
|
*/
|
49
41
|
private get __hostClass();
|
50
42
|
/**
|
51
|
-
*
|
43
|
+
* Sets the CSS custom properties to reflect the current `size` and `stroke` values.
|
44
|
+
*
|
45
|
+
* Updates `--ax-comp-circular-progress-circle-size` and `--ax-comp-circular-progress-stroke-size` on the circle.
|
46
|
+
*
|
47
|
+
* @returns void - Styles are applied to the circle element when available.
|
52
48
|
*/
|
53
49
|
setCircularSize(): void;
|
54
50
|
/**
|
55
|
-
*
|
51
|
+
* Recalculates and applies the progress arc background based on the current `progress` value.
|
52
|
+
*
|
53
|
+
* Uses a conic-gradient with `--ax-comp-progress-circular-color` and `--ax-comp-progress-circular-line-color`.
|
54
|
+
* The expected range for `progress` is 0–100.
|
55
|
+
*
|
56
|
+
* @returns void - Styles are applied to the circle element when available.
|
56
57
|
*/
|
57
58
|
updateProgress(): void;
|
58
59
|
/**
|
59
|
-
*
|
60
|
+
* Applies a default visual state for the indeterminate mode when no explicit `progress` is set.
|
61
|
+
*
|
62
|
+
* If `mode` is 'indeterminate' and `progress` is not set, it sets `progress` to 65 to render a visible arc.
|
63
|
+
*
|
64
|
+
* @returns void
|
60
65
|
*/
|
61
66
|
setIndeterminateMode(): void;
|
62
67
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXCircularProgressComponent, never>;
|