@acorex/components 20.2.0-next.8 → 20.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/accordion/index.d.ts +6 -5
- package/action-sheet/index.d.ts +57 -10
- package/alert/index.d.ts +2 -4
- package/aspect-ratio/README.md +3 -0
- package/aspect-ratio/index.d.ts +11 -0
- package/autocomplete/index.d.ts +7 -2
- package/avatar/index.d.ts +12 -6
- package/badge/index.d.ts +1 -2
- package/bottom-navigation/index.d.ts +10 -2
- package/breadcrumbs/index.d.ts +17 -4
- package/button/index.d.ts +56 -17
- package/button-group/index.d.ts +10 -6
- package/calendar/index.d.ts +32 -18
- package/check-box/index.d.ts +2 -5
- package/chips/index.d.ts +1 -2
- package/circular-progress/index.d.ts +23 -18
- package/code-editor/README.md +3 -0
- package/code-editor/index.d.ts +103 -0
- package/collapse/index.d.ts +7 -6
- package/color-box/index.d.ts +6 -8
- package/color-palette/index.d.ts +19 -24
- package/command/README.md +3 -0
- package/command/index.d.ts +60 -0
- package/comment/index.d.ts +18 -13
- package/conversation/index.d.ts +107 -78
- package/cron-job/index.d.ts +5 -4
- package/data-list/README.md +356 -0
- package/data-list/index.d.ts +102 -0
- package/data-pager/index.d.ts +22 -17
- package/data-table/index.d.ts +59 -3
- package/datetime-box/index.d.ts +12 -15
- package/datetime-input/index.d.ts +2 -4
- package/datetime-picker/index.d.ts +12 -11
- package/decorators/index.d.ts +2 -2
- package/dialog/index.d.ts +29 -4
- package/drawer-2/index.d.ts +22 -8
- package/dropdown/index.d.ts +44 -3
- package/dropdown-button/index.d.ts +7 -2
- package/fesm2022/acorex-components-accordion.mjs +74 -72
- package/fesm2022/acorex-components-accordion.mjs.map +1 -1
- package/fesm2022/acorex-components-action-sheet.mjs +78 -48
- package/fesm2022/acorex-components-action-sheet.mjs.map +1 -1
- package/fesm2022/acorex-components-alert.mjs +13 -17
- package/fesm2022/acorex-components-alert.mjs.map +1 -1
- package/fesm2022/acorex-components-aspect-ratio.mjs +36 -0
- package/fesm2022/acorex-components-aspect-ratio.mjs.map +1 -0
- package/fesm2022/acorex-components-audio-wave.mjs +7 -7
- package/fesm2022/acorex-components-audio-wave.mjs.map +1 -1
- package/fesm2022/acorex-components-autocomplete.mjs +32 -11
- package/fesm2022/acorex-components-autocomplete.mjs.map +1 -1
- package/fesm2022/acorex-components-avatar.mjs +24 -21
- package/fesm2022/acorex-components-avatar.mjs.map +1 -1
- package/fesm2022/acorex-components-badge.mjs +9 -11
- package/fesm2022/acorex-components-badge.mjs.map +1 -1
- package/fesm2022/acorex-components-bottom-navigation.mjs +18 -16
- package/fesm2022/acorex-components-bottom-navigation.mjs.map +1 -1
- package/fesm2022/acorex-components-breadcrumbs.mjs +36 -21
- package/fesm2022/acorex-components-breadcrumbs.mjs.map +1 -1
- package/fesm2022/acorex-components-button-group.mjs +35 -26
- package/fesm2022/acorex-components-button-group.mjs.map +1 -1
- package/fesm2022/acorex-components-button.mjs +78 -38
- package/fesm2022/acorex-components-button.mjs.map +1 -1
- package/fesm2022/acorex-components-calendar.mjs +76 -47
- package/fesm2022/acorex-components-calendar.mjs.map +1 -1
- package/fesm2022/acorex-components-check-box.mjs +11 -14
- package/fesm2022/acorex-components-check-box.mjs.map +1 -1
- package/fesm2022/acorex-components-chips.mjs +9 -11
- package/fesm2022/acorex-components-chips.mjs.map +1 -1
- package/fesm2022/acorex-components-circular-progress.mjs +31 -26
- package/fesm2022/acorex-components-circular-progress.mjs.map +1 -1
- package/fesm2022/acorex-components-code-editor.mjs +591 -0
- package/fesm2022/acorex-components-code-editor.mjs.map +1 -0
- package/fesm2022/acorex-components-collapse.mjs +21 -21
- package/fesm2022/acorex-components-collapse.mjs.map +1 -1
- package/fesm2022/acorex-components-color-box.mjs +39 -33
- package/fesm2022/acorex-components-color-box.mjs.map +1 -1
- package/fesm2022/acorex-components-color-palette.mjs +69 -85
- package/fesm2022/acorex-components-color-palette.mjs.map +1 -1
- package/fesm2022/acorex-components-command.mjs +144 -0
- package/fesm2022/acorex-components-command.mjs.map +1 -0
- package/fesm2022/acorex-components-comment.mjs +51 -45
- package/fesm2022/acorex-components-comment.mjs.map +1 -1
- package/fesm2022/acorex-components-conversation.mjs +128 -90
- package/fesm2022/acorex-components-conversation.mjs.map +1 -1
- package/fesm2022/acorex-components-cron-job.mjs +54 -48
- package/fesm2022/acorex-components-cron-job.mjs.map +1 -1
- package/fesm2022/acorex-components-data-list.mjs +386 -0
- package/fesm2022/acorex-components-data-list.mjs.map +1 -0
- package/fesm2022/acorex-components-data-pager.mjs +41 -36
- package/fesm2022/acorex-components-data-pager.mjs.map +1 -1
- package/fesm2022/acorex-components-data-table.mjs +98 -42
- package/fesm2022/acorex-components-data-table.mjs.map +1 -1
- package/fesm2022/acorex-components-datetime-box.mjs +28 -36
- package/fesm2022/acorex-components-datetime-box.mjs.map +1 -1
- package/fesm2022/acorex-components-datetime-input.mjs +20 -18
- package/fesm2022/acorex-components-datetime-input.mjs.map +1 -1
- package/fesm2022/acorex-components-datetime-picker.mjs +92 -44
- package/fesm2022/acorex-components-datetime-picker.mjs.map +1 -1
- package/fesm2022/acorex-components-decorators.mjs +27 -27
- package/fesm2022/acorex-components-decorators.mjs.map +1 -1
- package/fesm2022/acorex-components-dialog.mjs +44 -19
- package/fesm2022/acorex-components-dialog.mjs.map +1 -1
- package/fesm2022/acorex-components-drawer-2.mjs +28 -14
- package/fesm2022/acorex-components-drawer-2.mjs.map +1 -1
- package/fesm2022/acorex-components-drawer.mjs +13 -13
- package/fesm2022/acorex-components-drawer.mjs.map +1 -1
- package/fesm2022/acorex-components-dropdown-button.mjs +16 -11
- package/fesm2022/acorex-components-dropdown-button.mjs.map +1 -1
- package/fesm2022/acorex-components-dropdown.mjs +57 -13
- package/fesm2022/acorex-components-dropdown.mjs.map +1 -1
- package/fesm2022/acorex-components-file-explorer.mjs +25 -25
- package/fesm2022/acorex-components-file-explorer.mjs.map +1 -1
- package/fesm2022/acorex-components-flow-chart.mjs +40 -16
- package/fesm2022/acorex-components-flow-chart.mjs.map +1 -1
- package/fesm2022/acorex-components-form.mjs +36 -17
- package/fesm2022/acorex-components-form.mjs.map +1 -1
- package/fesm2022/acorex-components-grid-layout-builder.mjs +125 -15
- package/fesm2022/acorex-components-grid-layout-builder.mjs.map +1 -1
- package/fesm2022/acorex-components-image-editor.mjs +121 -92
- package/fesm2022/acorex-components-image-editor.mjs.map +1 -1
- package/fesm2022/acorex-components-image.mjs +7 -7
- package/fesm2022/acorex-components-image.mjs.map +1 -1
- package/fesm2022/acorex-components-json-viewer.mjs +8 -8
- package/fesm2022/acorex-components-json-viewer.mjs.map +1 -1
- package/fesm2022/acorex-components-kanban.mjs +11 -7
- package/fesm2022/acorex-components-kanban.mjs.map +1 -1
- package/fesm2022/acorex-components-kbd.mjs +21 -29
- package/fesm2022/acorex-components-kbd.mjs.map +1 -1
- package/fesm2022/acorex-components-label.mjs +11 -15
- package/fesm2022/acorex-components-label.mjs.map +1 -1
- package/fesm2022/acorex-components-list.mjs +23 -32
- package/fesm2022/acorex-components-list.mjs.map +1 -1
- package/fesm2022/acorex-components-loading-dialog.mjs +58 -59
- package/fesm2022/acorex-components-loading-dialog.mjs.map +1 -1
- package/fesm2022/acorex-components-loading.mjs +84 -28
- package/fesm2022/acorex-components-loading.mjs.map +1 -1
- package/fesm2022/acorex-components-map.mjs +484 -112
- package/fesm2022/acorex-components-map.mjs.map +1 -1
- package/fesm2022/acorex-components-media-viewer.mjs +37 -37
- package/fesm2022/acorex-components-media-viewer.mjs.map +1 -1
- package/fesm2022/acorex-components-menu.mjs +67 -37
- package/fesm2022/acorex-components-menu.mjs.map +1 -1
- package/fesm2022/{acorex-components-modal-acorex-components-modal-C4zx7OP6.mjs → acorex-components-modal-acorex-components-modal-h5Y-qcbh.mjs} +117 -40
- package/fesm2022/acorex-components-modal-acorex-components-modal-h5Y-qcbh.mjs.map +1 -0
- package/fesm2022/acorex-components-modal-modal-content.component-B6tyMLdU.mjs +235 -0
- package/fesm2022/acorex-components-modal-modal-content.component-B6tyMLdU.mjs.map +1 -0
- package/fesm2022/acorex-components-modal.mjs +1 -1
- package/fesm2022/acorex-components-navbar.mjs +14 -10
- package/fesm2022/acorex-components-navbar.mjs.map +1 -1
- package/fesm2022/acorex-components-notification.mjs +31 -45
- package/fesm2022/acorex-components-notification.mjs.map +1 -1
- package/fesm2022/acorex-components-number-box-2.mjs +28 -9
- package/fesm2022/acorex-components-number-box-2.mjs.map +1 -1
- package/fesm2022/acorex-components-number-box.mjs +16 -10
- package/fesm2022/acorex-components-number-box.mjs.map +1 -1
- package/fesm2022/acorex-components-otp.mjs +14 -15
- package/fesm2022/acorex-components-otp.mjs.map +1 -1
- package/fesm2022/acorex-components-page.mjs +10 -10
- package/fesm2022/acorex-components-page.mjs.map +1 -1
- package/fesm2022/acorex-components-paint.mjs +74 -33
- package/fesm2022/acorex-components-paint.mjs.map +1 -1
- package/fesm2022/acorex-components-password-box.mjs +21 -18
- package/fesm2022/acorex-components-password-box.mjs.map +1 -1
- package/fesm2022/acorex-components-pdf-reader.mjs +7 -7
- package/fesm2022/acorex-components-pdf-reader.mjs.map +1 -1
- package/fesm2022/acorex-components-phone-box.mjs +51 -15
- package/fesm2022/acorex-components-phone-box.mjs.map +1 -1
- package/fesm2022/acorex-components-picker.mjs +26 -16
- package/fesm2022/acorex-components-picker.mjs.map +1 -1
- package/fesm2022/acorex-components-popover.mjs +13 -18
- package/fesm2022/acorex-components-popover.mjs.map +1 -1
- package/fesm2022/acorex-components-popup.mjs +10 -10
- package/fesm2022/acorex-components-popup.mjs.map +1 -1
- package/fesm2022/acorex-components-progress-bar.mjs +8 -8
- package/fesm2022/acorex-components-progress-bar.mjs.map +1 -1
- package/fesm2022/acorex-components-qrcode.mjs +7 -7
- package/fesm2022/acorex-components-qrcode.mjs.map +1 -1
- package/fesm2022/acorex-components-query-builder.mjs +7 -7
- package/fesm2022/acorex-components-query-builder.mjs.map +1 -1
- package/fesm2022/acorex-components-radio.mjs +8 -8
- package/fesm2022/acorex-components-radio.mjs.map +1 -1
- package/fesm2022/acorex-components-rail-navigation.mjs +26 -16
- package/fesm2022/acorex-components-rail-navigation.mjs.map +1 -1
- package/fesm2022/acorex-components-range-slider.mjs +13 -9
- package/fesm2022/acorex-components-range-slider.mjs.map +1 -1
- package/fesm2022/acorex-components-rate-picker.mjs +7 -7
- package/fesm2022/acorex-components-rate-picker.mjs.map +1 -1
- package/fesm2022/acorex-components-rest-api-generator.mjs +23 -23
- package/fesm2022/acorex-components-rest-api-generator.mjs.map +1 -1
- package/fesm2022/acorex-components-result.mjs +7 -7
- package/fesm2022/acorex-components-result.mjs.map +1 -1
- package/fesm2022/acorex-components-routing-progress.mjs +7 -7
- package/fesm2022/acorex-components-routing-progress.mjs.map +1 -1
- package/fesm2022/acorex-components-rrule.mjs +222 -102
- package/fesm2022/acorex-components-rrule.mjs.map +1 -1
- package/fesm2022/acorex-components-scheduler.mjs +1581 -167
- package/fesm2022/acorex-components-scheduler.mjs.map +1 -1
- package/fesm2022/acorex-components-scss.mjs +4 -4
- package/fesm2022/acorex-components-scss.mjs.map +1 -1
- package/fesm2022/acorex-components-search-box.mjs +13 -7
- package/fesm2022/acorex-components-search-box.mjs.map +1 -1
- package/fesm2022/acorex-components-select-box.mjs +105 -38
- package/fesm2022/acorex-components-select-box.mjs.map +1 -1
- package/fesm2022/acorex-components-selection-list-2.mjs +12 -9
- package/fesm2022/acorex-components-selection-list-2.mjs.map +1 -1
- package/fesm2022/acorex-components-selection-list.mjs +14 -11
- package/fesm2022/acorex-components-selection-list.mjs.map +1 -1
- package/fesm2022/acorex-components-side-menu.mjs +98 -43
- package/fesm2022/acorex-components-side-menu.mjs.map +1 -1
- package/fesm2022/acorex-components-skeleton.mjs +7 -7
- package/fesm2022/acorex-components-skeleton.mjs.map +1 -1
- package/fesm2022/acorex-components-slider.mjs +9 -9
- package/fesm2022/acorex-components-slider.mjs.map +1 -1
- package/fesm2022/acorex-components-sliding-item.mjs +16 -16
- package/fesm2022/acorex-components-sliding-item.mjs.map +1 -1
- package/fesm2022/acorex-components-step-wizard.mjs +31 -32
- package/fesm2022/acorex-components-step-wizard.mjs.map +1 -1
- package/fesm2022/acorex-components-switch.mjs +12 -12
- package/fesm2022/acorex-components-switch.mjs.map +1 -1
- package/fesm2022/acorex-components-tabs.mjs +26 -19
- package/fesm2022/acorex-components-tabs.mjs.map +1 -1
- package/fesm2022/acorex-components-tag-box.mjs +55 -21
- package/fesm2022/acorex-components-tag-box.mjs.map +1 -1
- package/fesm2022/acorex-components-tag.mjs +8 -8
- package/fesm2022/acorex-components-tag.mjs.map +1 -1
- package/fesm2022/acorex-components-text-area.mjs +17 -12
- package/fesm2022/acorex-components-text-area.mjs.map +1 -1
- package/fesm2022/acorex-components-text-box.mjs +29 -13
- package/fesm2022/acorex-components-text-box.mjs.map +1 -1
- package/fesm2022/acorex-components-time-duration.mjs +15 -9
- package/fesm2022/acorex-components-time-duration.mjs.map +1 -1
- package/fesm2022/acorex-components-time-line.mjs +13 -10
- package/fesm2022/acorex-components-time-line.mjs.map +1 -1
- package/fesm2022/acorex-components-toast.mjs +59 -14
- package/fesm2022/acorex-components-toast.mjs.map +1 -1
- package/fesm2022/acorex-components-toolbar.mjs +7 -7
- package/fesm2022/acorex-components-toolbar.mjs.map +1 -1
- package/fesm2022/acorex-components-tooltip.mjs +12 -11
- package/fesm2022/acorex-components-tooltip.mjs.map +1 -1
- package/fesm2022/acorex-components-tree-view.mjs +12 -12
- package/fesm2022/acorex-components-tree-view.mjs.map +1 -1
- package/fesm2022/acorex-components-uploader.mjs +252 -56
- package/fesm2022/acorex-components-uploader.mjs.map +1 -1
- package/fesm2022/acorex-components-video-player.mjs +7 -7
- package/fesm2022/acorex-components-video-player.mjs.map +1 -1
- package/fesm2022/acorex-components-wysiwyg.mjs +104 -62
- package/fesm2022/acorex-components-wysiwyg.mjs.map +1 -1
- package/flow-chart/index.d.ts +24 -0
- package/form/index.d.ts +27 -13
- package/grid-layout-builder/index.d.ts +115 -4
- package/image/index.d.ts +4 -4
- package/image-editor/index.d.ts +17 -14
- package/json-viewer/index.d.ts +3 -3
- package/kanban/index.d.ts +7 -3
- package/kbd/index.d.ts +11 -11
- package/label/index.d.ts +1 -2
- package/list/index.d.ts +4 -14
- package/loading/index.d.ts +59 -6
- package/loading-dialog/index.d.ts +30 -19
- package/map/index.d.ts +95 -2
- package/menu/index.d.ts +38 -13
- package/modal/index.d.ts +47 -2
- package/navbar/index.d.ts +7 -3
- package/notification/index.d.ts +1 -8
- package/number-box/index.d.ts +1 -0
- package/number-box-2/index.d.ts +2 -1
- package/otp/index.d.ts +1 -3
- package/package.json +43 -4
- package/paint/index.d.ts +43 -7
- package/password-box/index.d.ts +8 -10
- package/phone-box/index.d.ts +18 -16
- package/picker/index.d.ts +10 -8
- package/popover/index.d.ts +2 -2
- package/popup/index.d.ts +2 -2
- package/qrcode/index.d.ts +7 -7
- package/query-builder/index.d.ts +1 -1
- package/radio/index.d.ts +1 -1
- package/rail-navigation/index.d.ts +12 -3
- package/range-slider/index.d.ts +13 -13
- package/rate-picker/index.d.ts +5 -5
- package/rest-api-generator/index.d.ts +1 -1
- package/rrule/index.d.ts +40 -17
- package/scheduler/index.d.ts +541 -191
- package/search-box/index.d.ts +3 -2
- package/select-box/index.d.ts +22 -10
- package/selection-list-2/index.d.ts +3 -3
- package/side-menu/index.d.ts +24 -15
- package/sliding-item/index.d.ts +4 -5
- package/step-wizard/index.d.ts +10 -13
- package/switch/index.d.ts +0 -1
- package/tabs/index.d.ts +6 -1
- package/tag-box/index.d.ts +19 -2
- package/text-area/index.d.ts +2 -2
- package/text-box/index.d.ts +3 -0
- package/time-duration/index.d.ts +1 -0
- package/time-line/index.d.ts +3 -0
- package/toast/index.d.ts +45 -1
- package/tooltip/index.d.ts +2 -1
- package/uploader/index.d.ts +215 -5
- package/wysiwyg/index.d.ts +27 -5
- package/fesm2022/acorex-components-modal-acorex-components-modal-C4zx7OP6.mjs.map +0 -1
- package/fesm2022/acorex-components-modal-modal-content.component-DfhgA_WL.mjs +0 -218
- package/fesm2022/acorex-components-modal-modal-content.component-DfhgA_WL.mjs.map +0 -1
package/number-box-2/index.d.ts
CHANGED
@@ -25,7 +25,7 @@ declare class AXNumberBox2Component extends AXNumberBox2Component_base {
|
|
25
25
|
protected mode: _angular_core.WritableSignal<"digits" | "thousandsSeparator" | "decimal">;
|
26
26
|
private input;
|
27
27
|
protected stringValue: string;
|
28
|
-
protected internalValueChanged(value:
|
28
|
+
protected internalValueChanged(value: number): void;
|
29
29
|
private plusValue;
|
30
30
|
private minusValue;
|
31
31
|
protected handleOnKeydownEvent(e: KeyboardEvent): void;
|
@@ -33,6 +33,7 @@ declare class AXNumberBox2Component extends AXNumberBox2Component_base {
|
|
33
33
|
protected handleDownClick(): void;
|
34
34
|
protected handleOnMaskChanged(e: AXInputMaskEvent): void;
|
35
35
|
protected onWheel(event: WheelEvent): void;
|
36
|
+
private get __hostName();
|
36
37
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXNumberBox2Component, never>;
|
37
38
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXNumberBox2Component, "ax-number-box-2", 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; }; "look": { "alias": "look"; "required": false; }; "minValue": { "alias": "minValue"; "required": false; "isSignal": true; }; "maxValue": { "alias": "maxValue"; "required": false; "isSignal": true; }; "showSpinButtons": { "alias": "showSpinButtons"; "required": false; "isSignal": true; }; "thousandsSeparator": { "alias": "thousandsSeparator"; "required": false; "isSignal": true; }; "decimals": { "alias": "decimals"; "required": false; "isSignal": true; }; "changeOnScroll": { "alias": "changeOnScroll"; "required": false; "isSignal": true; }; "step": { "alias": "step"; "required": false; "isSignal": true; }; }, { "valueChange": "valueChange"; "stateChange": "stateChange"; "onValueChanged": "onValueChanged"; "onBlur": "onBlur"; "onFocus": "onFocus"; "readonlyChange": "readonlyChange"; "disabledChange": "disabledChange"; "onKeyDown": "onKeyDown"; "onKeyUp": "onKeyUp"; "onKeyPress": "onKeyPress"; "thousandsSeparator": "thousandsSeparatorChange"; }, never, ["ax-prefix", "ax-clear-button", "ax-suffix", "ax-validation-rule"], true, never>;
|
38
39
|
}
|
package/otp/index.d.ts
CHANGED
@@ -1,8 +1,6 @@
|
|
1
1
|
import { AXEvent, MXValueComponent, MXLookComponent } from '@acorex/cdk/common';
|
2
2
|
import * as polytype from 'polytype';
|
3
3
|
import * as _angular_core from '@angular/core';
|
4
|
-
import * as i1 from '@angular/common';
|
5
|
-
import * as i2 from '@angular/forms';
|
6
4
|
|
7
5
|
declare class AXOtpCompletedEvent extends AXEvent {
|
8
6
|
value: string;
|
@@ -67,7 +65,7 @@ declare class AXOtpComponent extends AXOtpComponent_base {
|
|
67
65
|
|
68
66
|
declare class AXOtpModule {
|
69
67
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXOtpModule, never>;
|
70
|
-
static ɵmod: _angular_core.ɵɵNgModuleDeclaration<AXOtpModule, never, [typeof
|
68
|
+
static ɵmod: _angular_core.ɵɵNgModuleDeclaration<AXOtpModule, never, [typeof AXOtpComponent], [typeof AXOtpComponent]>;
|
71
69
|
static ɵinj: _angular_core.ɵɵInjectorDeclaration<AXOtpModule>;
|
72
70
|
}
|
73
71
|
|
package/package.json
CHANGED
@@ -1,20 +1,43 @@
|
|
1
1
|
{
|
2
2
|
"name": "@acorex/components",
|
3
|
-
"version": "20.2.0
|
3
|
+
"version": "20.2.0",
|
4
4
|
"peerDependencies": {
|
5
|
+
"@acorex/core": "20.2.0",
|
6
|
+
"@acorex/cdk": "20.2.0",
|
5
7
|
"@angular/common": "^20.0.0",
|
6
8
|
"@angular/core": "^20.0.0",
|
7
9
|
"@angular/cdk": "^20.0.0",
|
8
10
|
"polytype": ">=0.17.0",
|
9
11
|
"imask": ">=7.6.1",
|
10
12
|
"angular-imask": ">=7.6.1",
|
11
|
-
"qrcode": "^1.5.4",
|
12
13
|
"gridstack": "^11.1.2",
|
13
|
-
"maska": ">=3.1.1",
|
14
14
|
"rrule": "^2.8.1",
|
15
15
|
"leaflet": "^1.9.4",
|
16
16
|
"leaflet-draw": "^1.0.4",
|
17
|
-
"leaflet.locatecontrol": "^0.81.1"
|
17
|
+
"leaflet.locatecontrol": "^0.81.1",
|
18
|
+
"quill-delta-to-html": ">=0.12.1",
|
19
|
+
"@codemirror/state": "^6.4.0",
|
20
|
+
"@codemirror/view": "^6.30.0",
|
21
|
+
"@codemirror/language": "^6.10.0",
|
22
|
+
"@codemirror/autocomplete": "^6.18.2",
|
23
|
+
"@codemirror/commands": "^6.6.0",
|
24
|
+
"@codemirror/search": "^6.5.8",
|
25
|
+
"@codemirror/lint": "^6.8.0",
|
26
|
+
"@codemirror/lang-javascript": "^6.2.2",
|
27
|
+
"@codemirror/lang-json": "^6.0.1",
|
28
|
+
"@codemirror/lang-html": "^6.4.8",
|
29
|
+
"@codemirror/lang-css": "^6.2.1",
|
30
|
+
"@codemirror/lang-sql": "^6.5.4",
|
31
|
+
"@codemirror/lang-xml": "^6.1.0",
|
32
|
+
"@codemirror/lang-markdown": "^6.2.4",
|
33
|
+
"@codemirror/lang-sass": "^6.0.2",
|
34
|
+
"@codemirror/theme-one-dark": "^6.1.0",
|
35
|
+
"prettier": ">=3.0.0"
|
36
|
+
},
|
37
|
+
"peerDependenciesMeta": {
|
38
|
+
"prettier": {
|
39
|
+
"optional": true
|
40
|
+
}
|
18
41
|
},
|
19
42
|
"dependencies": {
|
20
43
|
"tslib": "^2.3.0"
|
@@ -42,6 +65,10 @@
|
|
42
65
|
"types": "./alert/index.d.ts",
|
43
66
|
"default": "./fesm2022/acorex-components-alert.mjs"
|
44
67
|
},
|
68
|
+
"./aspect-ratio": {
|
69
|
+
"types": "./aspect-ratio/index.d.ts",
|
70
|
+
"default": "./fesm2022/acorex-components-aspect-ratio.mjs"
|
71
|
+
},
|
45
72
|
"./audio-wave": {
|
46
73
|
"types": "./audio-wave/index.d.ts",
|
47
74
|
"default": "./fesm2022/acorex-components-audio-wave.mjs"
|
@@ -90,6 +117,10 @@
|
|
90
117
|
"types": "./circular-progress/index.d.ts",
|
91
118
|
"default": "./fesm2022/acorex-components-circular-progress.mjs"
|
92
119
|
},
|
120
|
+
"./code-editor": {
|
121
|
+
"types": "./code-editor/index.d.ts",
|
122
|
+
"default": "./fesm2022/acorex-components-code-editor.mjs"
|
123
|
+
},
|
93
124
|
"./collapse": {
|
94
125
|
"types": "./collapse/index.d.ts",
|
95
126
|
"default": "./fesm2022/acorex-components-collapse.mjs"
|
@@ -102,6 +133,10 @@
|
|
102
133
|
"types": "./color-palette/index.d.ts",
|
103
134
|
"default": "./fesm2022/acorex-components-color-palette.mjs"
|
104
135
|
},
|
136
|
+
"./command": {
|
137
|
+
"types": "./command/index.d.ts",
|
138
|
+
"default": "./fesm2022/acorex-components-command.mjs"
|
139
|
+
},
|
105
140
|
"./comment": {
|
106
141
|
"types": "./comment/index.d.ts",
|
107
142
|
"default": "./fesm2022/acorex-components-comment.mjs"
|
@@ -114,6 +149,10 @@
|
|
114
149
|
"types": "./cron-job/index.d.ts",
|
115
150
|
"default": "./fesm2022/acorex-components-cron-job.mjs"
|
116
151
|
},
|
152
|
+
"./data-list": {
|
153
|
+
"types": "./data-list/index.d.ts",
|
154
|
+
"default": "./fesm2022/acorex-components-data-list.mjs"
|
155
|
+
},
|
117
156
|
"./data-pager": {
|
118
157
|
"types": "./data-pager/index.d.ts",
|
119
158
|
"default": "./fesm2022/acorex-components-data-pager.mjs"
|
package/paint/index.d.ts
CHANGED
@@ -35,15 +35,49 @@ declare const AXPaintContainerComponent_base: polytype.Polytype.ClusteredConstru
|
|
35
35
|
declare class AXPaintContainerComponent extends AXPaintContainerComponent_base {
|
36
36
|
#private;
|
37
37
|
protected service: AXPaintService;
|
38
|
-
editMode: _angular_core.InputSignal<boolean>;
|
38
|
+
readonly editMode: _angular_core.InputSignal<boolean>;
|
39
39
|
get __hostClass(): string;
|
40
|
+
/**
|
41
|
+
* Sets the active drawing tool.
|
42
|
+
*
|
43
|
+
* @param tool - The tool to activate: 'pen', 'highlight', or 'eraser'
|
44
|
+
*/
|
40
45
|
setActiveTool(tool: 'pen' | 'highlight' | 'eraser'): void;
|
46
|
+
/**
|
47
|
+
* Sets the pen color for drawing.
|
48
|
+
*
|
49
|
+
* @param color - The color to use for the pen tool
|
50
|
+
*/
|
41
51
|
setPenColor(color: string | CanvasGradient | CanvasPattern): void;
|
52
|
+
/**
|
53
|
+
* Sets the highlight color for highlighting.
|
54
|
+
*
|
55
|
+
* @param color - The color to use for the highlight tool
|
56
|
+
*/
|
42
57
|
setHighlightColor(color: string | CanvasGradient | CanvasPattern): void;
|
58
|
+
/**
|
59
|
+
* Sets the pen width for drawing.
|
60
|
+
*
|
61
|
+
* @param width - The width of the pen stroke in pixels
|
62
|
+
*/
|
43
63
|
setPenWidth(width: number): void;
|
64
|
+
/**
|
65
|
+
* Sets the highlight width for highlighting.
|
66
|
+
*
|
67
|
+
* @param width - The width of the highlight stroke in pixels
|
68
|
+
*/
|
44
69
|
setHighlightWidth(width: number): void;
|
70
|
+
/**
|
71
|
+
* Sets the eraser width for erasing.
|
72
|
+
*
|
73
|
+
* @param width - The width of the eraser in pixels
|
74
|
+
*/
|
45
75
|
setEraserWidth(width: number): void;
|
76
|
+
/**
|
77
|
+
* Clears the entire canvas.
|
78
|
+
*/
|
46
79
|
clear(): void;
|
80
|
+
private get __hostName();
|
47
81
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXPaintContainerComponent, never>;
|
48
82
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXPaintContainerComponent, "ax-paint-container", never, { "look": { "alias": "look"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "editMode": { "alias": "editMode"; "required": false; "isSignal": true; }; }, {}, never, ["*", "ax-validation-rule"], true, never>;
|
49
83
|
}
|
@@ -55,20 +89,21 @@ declare class AXPaintContainerComponent extends AXPaintContainerComponent_base {
|
|
55
89
|
declare class AXPaintViewComponent implements OnDestroy {
|
56
90
|
#private;
|
57
91
|
/** @ignore */
|
58
|
-
parent
|
92
|
+
private parent;
|
59
93
|
/** @ignore */
|
60
94
|
protected service: AXPaintService;
|
61
95
|
/** @ignore */
|
62
96
|
protected renderer: Renderer2;
|
63
97
|
private platformID;
|
98
|
+
protected hostElem: ElementRef<any>;
|
64
99
|
/** @ignore */
|
65
|
-
resizeEvent
|
100
|
+
private resizeEvent;
|
66
101
|
/**
|
67
102
|
* Specifies the class that pass to component.
|
68
103
|
*
|
69
104
|
*/
|
70
|
-
customClass: _angular_core.InputSignal<string>;
|
71
|
-
paintBackgroundColor: _angular_core.InputSignal<"black" | "white">;
|
105
|
+
readonly customClass: _angular_core.InputSignal<string>;
|
106
|
+
readonly paintBackgroundColor: _angular_core.InputSignal<"black" | "white">;
|
72
107
|
/** @ignore */
|
73
108
|
protected canvasElem: _angular_core.Signal<ElementRef<HTMLCanvasElement>>;
|
74
109
|
/** @ignore */
|
@@ -77,7 +112,6 @@ declare class AXPaintViewComponent implements OnDestroy {
|
|
77
112
|
protected isPainting: _angular_core.WritableSignal<boolean>;
|
78
113
|
/** @ignore */
|
79
114
|
protected isUserInteract: _angular_core.WritableSignal<boolean>;
|
80
|
-
protected hostElem: ElementRef<any>;
|
81
115
|
/** @ignore */
|
82
116
|
ngOnDestroy(): void;
|
83
117
|
/** @ignore */
|
@@ -93,7 +127,9 @@ declare class AXPaintViewComponent implements OnDestroy {
|
|
93
127
|
/** @ignore */
|
94
128
|
protected mouseUpHandler(): void;
|
95
129
|
/**
|
96
|
-
*
|
130
|
+
* Exports the canvas content as an image.
|
131
|
+
*
|
132
|
+
* @param format - The image format: 'image/webp', 'image/png', or 'image/jpeg'
|
97
133
|
*/
|
98
134
|
getOutPut(e: 'image/webp' | 'image/png' | 'image/jpeg'): void;
|
99
135
|
get __hostClass(): string[];
|
package/password-box/index.d.ts
CHANGED
@@ -1,6 +1,5 @@
|
|
1
1
|
import * as polytype from 'polytype';
|
2
2
|
import * as _angular_core from '@angular/core';
|
3
|
-
import { ElementRef } from '@angular/core';
|
4
3
|
import { MXInputBaseValueComponent, MXLookComponent } from '@acorex/cdk/common';
|
5
4
|
import * as i1 from '@angular/common';
|
6
5
|
import * as i2 from '@angular/forms';
|
@@ -16,13 +15,11 @@ declare const AXPasswordBoxComponent_base: polytype.Polytype.ClusteredConstructo
|
|
16
15
|
ɵprov: _angular_core.ɵɵInjectableDeclaration<MXInputBaseValueComponent<any>>;
|
17
16
|
}, typeof MXLookComponent]>;
|
18
17
|
/**
|
19
|
-
*
|
18
|
+
* A specialized input field designed for securely capturing user passwords. It incorporates essential features to enhance usability, accessibility, and security while maintaining a user-friendly interface. The component extends MXInputBaseValueComponent and MXLookComponent to provide comprehensive input functionality with visual styling options.
|
20
19
|
*
|
21
20
|
* @category Components
|
22
21
|
*/
|
23
22
|
declare class AXPasswordBoxComponent extends AXPasswordBoxComponent_base {
|
24
|
-
/** @ignore */
|
25
|
-
input: ElementRef<HTMLInputElement>;
|
26
23
|
/** @ignore */
|
27
24
|
protected _type: 'password' | 'text';
|
28
25
|
/** @ignore */
|
@@ -40,11 +37,12 @@ declare class AXPasswordBoxComponent extends AXPasswordBoxComponent_base {
|
|
40
37
|
*/
|
41
38
|
classNames: string;
|
42
39
|
/** @ignore */
|
43
|
-
_handleModelChange(value: string): void;
|
40
|
+
protected _handleModelChange(value: string): void;
|
44
41
|
/**
|
45
42
|
* Toggles the input type between 'password' and 'text' to show or hide the password.
|
46
43
|
*/
|
47
44
|
toggleType(): void;
|
45
|
+
private get __hostName();
|
48
46
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXPasswordBoxComponent, never>;
|
49
47
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXPasswordBoxComponent, "ax-password-box", never, { "readonly": { "alias": "readonly"; "required": false; }; "disabled": { "alias": "disabled"; "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; }; "look": { "alias": "look"; "required": false; }; "autoComplete": { "alias": "autoComplete"; "required": false; }; "showToggleButton": { "alias": "showToggleButton"; "required": false; }; "classNames": { "alias": "class"; "required": false; }; }, { "valueChange": "valueChange"; "stateChange": "stateChange"; "onValueChanged": "onValueChanged"; "onBlur": "onBlur"; "onFocus": "onFocus"; "readonlyChange": "readonlyChange"; "disabledChange": "disabledChange"; "onKeyDown": "onKeyDown"; "onKeyUp": "onKeyUp"; "onKeyPress": "onKeyPress"; }, never, ["ax-prefix", "ax-clear-button", "ax-suffix", "ax-validation-rule", "ax-password-strength-validation"], true, never>;
|
50
48
|
}
|
@@ -62,23 +60,23 @@ declare class AXPasswordStrengthValidationComponent {
|
|
62
60
|
readonly showUseLowerCase: _angular_core.InputSignal<boolean>;
|
63
61
|
readonly showUseNumber: _angular_core.InputSignal<boolean>;
|
64
62
|
readonly showUseSpecialCharacter: _angular_core.InputSignal<boolean>;
|
65
|
-
isLengthGraterThan8: _angular_core.WritableSignal<{
|
63
|
+
protected isLengthGraterThan8: _angular_core.WritableSignal<{
|
66
64
|
regex: RegExp;
|
67
65
|
state: boolean;
|
68
66
|
}>;
|
69
|
-
isUseUpperCase: _angular_core.WritableSignal<{
|
67
|
+
protected isUseUpperCase: _angular_core.WritableSignal<{
|
70
68
|
regex: RegExp;
|
71
69
|
state: boolean;
|
72
70
|
}>;
|
73
|
-
isUseLowerCase: _angular_core.WritableSignal<{
|
71
|
+
protected isUseLowerCase: _angular_core.WritableSignal<{
|
74
72
|
regex: RegExp;
|
75
73
|
state: boolean;
|
76
74
|
}>;
|
77
|
-
isUseNumber: _angular_core.WritableSignal<{
|
75
|
+
protected isUseNumber: _angular_core.WritableSignal<{
|
78
76
|
regex: RegExp;
|
79
77
|
state: boolean;
|
80
78
|
}>;
|
81
|
-
isUseSpecialCharacter: _angular_core.WritableSignal<{
|
79
|
+
protected isUseSpecialCharacter: _angular_core.WritableSignal<{
|
82
80
|
regex: RegExp;
|
83
81
|
state: boolean;
|
84
82
|
}>;
|
package/phone-box/index.d.ts
CHANGED
@@ -1,17 +1,15 @@
|
|
1
1
|
import * as polytype from 'polytype';
|
2
2
|
import * as _angular_core from '@angular/core';
|
3
3
|
import { MXInputBaseValueComponent, MXLookComponent, AXDataSource, AXValueChangedEvent } from '@acorex/cdk/common';
|
4
|
-
import * as i4 from '@acorex/components/select-box';
|
5
|
-
import { AXSelectBoxComponent } from '@acorex/components/select-box';
|
6
|
-
import * as i8 from '@acorex/components/text-box';
|
7
|
-
import { AXTextBoxComponent } from '@acorex/components/text-box';
|
8
4
|
import { CountryItem } from '@acorex/core/constants';
|
9
5
|
import * as i1 from '@angular/common';
|
10
6
|
import * as i2 from '@angular/forms';
|
11
7
|
import * as i3 from 'angular-imask';
|
8
|
+
import * as i4 from '@acorex/components/select-box';
|
12
9
|
import * as i5 from '@acorex/components/search-box';
|
13
10
|
import * as i6 from '@acorex/components/decorators';
|
14
11
|
import * as i7 from '@acorex/components/button';
|
12
|
+
import * as i8 from '@acorex/components/text-box';
|
15
13
|
|
16
14
|
declare const AXPhoneBoxComponent_base: polytype.Polytype.ClusteredConstructor<[{
|
17
15
|
new (): MXInputBaseValueComponent<string>;
|
@@ -27,16 +25,16 @@ declare class AXPhoneBoxComponent extends AXPhoneBoxComponent_base {
|
|
27
25
|
/** @ignore */
|
28
26
|
protected _updateOn: 'change' | 'blur' | 'submit';
|
29
27
|
/** @ignore */
|
30
|
-
textbox
|
31
|
-
flags: _angular_core.WritableSignal<string>;
|
28
|
+
private textbox;
|
29
|
+
protected flags: _angular_core.WritableSignal<string>;
|
32
30
|
/**
|
33
31
|
* CSS classes to apply to the component.
|
34
32
|
*/
|
35
|
-
classNames: string;
|
33
|
+
readonly classNames: string;
|
36
34
|
/**
|
37
35
|
* static precode.
|
38
36
|
*/
|
39
|
-
precode: _angular_core.InputSignal<unknown>;
|
37
|
+
readonly precode: _angular_core.InputSignal<unknown>;
|
40
38
|
/**
|
41
39
|
* The default country value for the component.
|
42
40
|
*/
|
@@ -44,12 +42,12 @@ declare class AXPhoneBoxComponent extends AXPhoneBoxComponent_base {
|
|
44
42
|
/**
|
45
43
|
* List of included values for the component.
|
46
44
|
*/
|
47
|
-
included: _angular_core.InputSignal<string[]>;
|
45
|
+
readonly included: _angular_core.InputSignal<string[]>;
|
48
46
|
/**
|
49
47
|
* List of excluded values for the component.
|
50
48
|
*/
|
51
|
-
excluded: _angular_core.InputSignal<string[]>;
|
52
|
-
selectBox
|
49
|
+
readonly excluded: _angular_core.InputSignal<string[]>;
|
50
|
+
private selectBox;
|
53
51
|
/** @ignore */
|
54
52
|
protected countries: _angular_core.WritableSignal<CountryItem[]>;
|
55
53
|
/** @ignore */
|
@@ -62,23 +60,27 @@ declare class AXPhoneBoxComponent extends AXPhoneBoxComponent_base {
|
|
62
60
|
protected handleCountryOnClosed(): void;
|
63
61
|
/**
|
64
62
|
* Determines if the keyboard event is a valid action based on allowed keys and key codes.
|
63
|
+
*
|
64
|
+
* @param event - The keyboard event to validate
|
65
|
+
* @returns boolean - True if the key action is valid, false otherwise
|
65
66
|
*/
|
66
67
|
isValidKeyboardAction: (event: KeyboardEvent) => boolean;
|
67
68
|
/**
|
68
69
|
* Updates the list of countries based on included or excluded codes.
|
70
|
+
*
|
71
|
+
* @returns void - No return value. Updates the internal countries list.
|
69
72
|
*/
|
70
73
|
setCountries(): void;
|
71
74
|
/**
|
72
75
|
* Sets the default selected country based on the provided country code or the first country in the list.
|
76
|
+
*
|
77
|
+
* @returns void - No return value. Updates the selected country.
|
73
78
|
*/
|
74
79
|
setDefaultValue(): void;
|
75
|
-
|
76
|
-
* Handles key down events, emitting an event if the key action is valid, otherwise prevents default behavior and stops propagation.
|
77
|
-
* @param e
|
78
|
-
*/
|
79
|
-
handleKeyDown(e: KeyboardEvent): void;
|
80
|
+
protected handleKeyDown(e: KeyboardEvent): void;
|
80
81
|
/** @ignore */
|
81
82
|
_handleCountryValueChanged(event: AXValueChangedEvent): void;
|
83
|
+
private get __hostName();
|
82
84
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXPhoneBoxComponent, never>;
|
83
85
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXPhoneBoxComponent, "ax-phone-box", never, { "disabled": { "alias": "disabled"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "value": { "alias": "value"; "required": false; }; "state": { "alias": "state"; "required": false; }; "name": { "alias": "name"; "required": false; }; "id": { "alias": "id"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "maxLength": { "alias": "maxLength"; "required": false; }; "allowNull": { "alias": "allowNull"; "required": false; }; "type": { "alias": "type"; "required": false; }; "autoComplete": { "alias": "autoComplete"; "required": false; }; "look": { "alias": "look"; "required": false; }; "classNames": { "alias": "class"; "required": false; }; "precode": { "alias": "precode"; "required": false; "isSignal": true; }; "country": { "alias": "country"; "required": false; "isSignal": true; }; "included": { "alias": "included"; "required": false; "isSignal": true; }; "excluded": { "alias": "excluded"; "required": false; "isSignal": true; }; }, { "onBlur": "onBlur"; "onFocus": "onFocus"; "valueChange": "valueChange"; "stateChange": "stateChange"; "onValueChanged": "onValueChanged"; "readonlyChange": "readonlyChange"; "disabledChange": "disabledChange"; "onKeyDown": "onKeyDown"; "onKeyUp": "onKeyUp"; "onKeyPress": "onKeyPress"; "country": "countryChange"; }, never, ["ax-clear-button ", "ax-validation-rule"], true, never>;
|
84
86
|
}
|
package/picker/index.d.ts
CHANGED
@@ -6,7 +6,7 @@ import { MXValueComponent } from '@acorex/cdk/common';
|
|
6
6
|
import * as i1 from '@angular/common';
|
7
7
|
|
8
8
|
declare class AXPickerContainerComponent {
|
9
|
-
customClass: _angular_core.InputSignal<string>;
|
9
|
+
readonly customClass: _angular_core.InputSignal<string>;
|
10
10
|
get __hostClass(): string;
|
11
11
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXPickerContainerComponent, never>;
|
12
12
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXPickerContainerComponent, "ax-picker-container", never, { "customClass": { "alias": "class"; "required": false; "isSignal": true; }; }, {}, never, ["ax-picker-title", "ax-picker-items"], true, never>;
|
@@ -15,19 +15,21 @@ declare class AXPickerContainerComponent {
|
|
15
15
|
declare class AXPickerItemsComponent extends MXValueComponent {
|
16
16
|
#private;
|
17
17
|
protected swiperRef: _angular_core.Signal<AXCarouselDirective>;
|
18
|
-
items: _angular_core.InputSignal<any[]>;
|
19
|
-
valueField: _angular_core.InputSignal<string>;
|
20
|
-
textField: _angular_core.InputSignal<string>;
|
21
|
-
|
22
|
-
|
23
|
-
|
18
|
+
readonly items: _angular_core.InputSignal<any[]>;
|
19
|
+
readonly valueField: _angular_core.InputSignal<string>;
|
20
|
+
readonly textField: _angular_core.InputSignal<string>;
|
21
|
+
readonly slidesPerGroup: _angular_core.InputSignal<number>;
|
22
|
+
readonly loop: _angular_core.InputSignal<boolean>;
|
23
|
+
private selectedItemIndex;
|
24
|
+
readonly minValue: _angular_core.InputSignal<number>;
|
25
|
+
readonly maxValue: _angular_core.InputSignal<number>;
|
24
26
|
protected option: _angular_core.WritableSignal<swiper_types.SwiperOptions>;
|
25
27
|
protected clickHandler(v: any): any;
|
26
28
|
internalSetValue(v: any): any;
|
27
29
|
/** @ignore */
|
28
30
|
private get __hostClass();
|
29
31
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXPickerItemsComponent, never>;
|
30
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXPickerItemsComponent, "ax-picker-items", never, { "disabled": { "alias": "disabled"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "readonlyChange": { "alias": "readonlyChange"; "required": false; }; "disabledChange": { "alias": "disabledChange"; "required": false; }; "items": { "alias": "items"; "required": true; "isSignal": true; }; "valueField": { "alias": "valueField"; "required": false; "isSignal": true; }; "textField": { "alias": "textField"; "required": false; "isSignal": true; }; "slidesPerGroup": { "alias": "slidesPerGroup"; "required": false; "isSignal": true; }; "loop": { "alias": "loop"; "required": false; "isSignal": true; }; }, { "onValueChanged": "onValueChanged"; }, never, never, true, never>;
|
32
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXPickerItemsComponent, "ax-picker-items", never, { "disabled": { "alias": "disabled"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "readonlyChange": { "alias": "readonlyChange"; "required": false; }; "disabledChange": { "alias": "disabledChange"; "required": false; }; "items": { "alias": "items"; "required": true; "isSignal": true; }; "valueField": { "alias": "valueField"; "required": false; "isSignal": true; }; "textField": { "alias": "textField"; "required": false; "isSignal": true; }; "slidesPerGroup": { "alias": "slidesPerGroup"; "required": false; "isSignal": true; }; "loop": { "alias": "loop"; "required": false; "isSignal": true; }; "minValue": { "alias": "minValue"; "required": false; "isSignal": true; }; "maxValue": { "alias": "maxValue"; "required": false; "isSignal": true; }; }, { "onValueChanged": "onValueChanged"; }, never, never, true, never>;
|
31
33
|
}
|
32
34
|
|
33
35
|
declare class AXPickerTitleComponent {
|
package/popover/index.d.ts
CHANGED
@@ -38,7 +38,7 @@ declare class AXPopoverComponent extends MXBaseComponent implements OnDestroy {
|
|
38
38
|
private resize$;
|
39
39
|
/** @ignore */
|
40
40
|
private _disabled;
|
41
|
-
width: i0.InputSignal<string>;
|
41
|
+
readonly width: i0.InputSignal<string>;
|
42
42
|
/**
|
43
43
|
* Gets or sets whether the popover is disabled.
|
44
44
|
* When disabled, the popover will not open and will close if already open.
|
@@ -82,7 +82,7 @@ declare class AXPopoverComponent extends MXBaseComponent implements OnDestroy {
|
|
82
82
|
/** @ignore */
|
83
83
|
private _placement;
|
84
84
|
/**
|
85
|
-
* Gets
|
85
|
+
* Gets the current placement of the component.
|
86
86
|
*/
|
87
87
|
get placement(): AXPlacementType;
|
88
88
|
/**
|
package/popup/index.d.ts
CHANGED
@@ -70,11 +70,11 @@ declare class AXPopupComponent extends MXBaseComponent implements OnInit {
|
|
70
70
|
/** @ignore */
|
71
71
|
ngOnInit(): void;
|
72
72
|
/** @ignore */
|
73
|
-
_handleAttched(ref: CdkPortalOutletAttachedRef): void;
|
73
|
+
protected _handleAttched(ref: CdkPortalOutletAttachedRef): void;
|
74
74
|
/** @ignore */
|
75
75
|
onKeydownHandler(event: KeyboardEvent): void;
|
76
76
|
/** @ignore */
|
77
|
-
_handleCloseClick(): void;
|
77
|
+
protected _handleCloseClick(): void;
|
78
78
|
/** @ignore */
|
79
79
|
ngOnDestroy(): void;
|
80
80
|
/**
|
package/qrcode/index.d.ts
CHANGED
@@ -10,32 +10,32 @@ declare class AXQrcodeComponent implements AfterViewInit {
|
|
10
10
|
/**
|
11
11
|
* @description Value of QR code
|
12
12
|
*/
|
13
|
-
content: _angular_core.InputSignal<string>;
|
13
|
+
readonly content: _angular_core.InputSignal<string>;
|
14
14
|
/**
|
15
15
|
* @description Size of the QR code
|
16
16
|
* @default 256
|
17
17
|
*/
|
18
|
-
size: _angular_core.InputSignal<number>;
|
18
|
+
readonly size: _angular_core.InputSignal<number>;
|
19
19
|
/**
|
20
20
|
* @description Error correction level can be 'L' | 'M' | 'Q' | 'H'
|
21
21
|
* @default 'M'
|
22
22
|
*/
|
23
|
-
level: _angular_core.InputSignal<AXQrcodeLevel>;
|
23
|
+
readonly level: _angular_core.InputSignal<AXQrcodeLevel>;
|
24
24
|
/**
|
25
25
|
* @description QR code color, can be a hex code or CSS color name
|
26
26
|
* @default '#000000'
|
27
27
|
*/
|
28
|
-
color: _angular_core.InputSignal<string>;
|
28
|
+
readonly color: _angular_core.InputSignal<string>;
|
29
29
|
/**
|
30
30
|
* @description QR code Background color, can be a hex code or CSS color name
|
31
31
|
* @default '#FFFFFF'
|
32
32
|
*/
|
33
|
-
backgroundColor: _angular_core.InputSignal<string>;
|
33
|
+
readonly backgroundColor: _angular_core.InputSignal<string>;
|
34
34
|
/**
|
35
35
|
* @description Type of output can be 'canvas' | 'svg' | 'url'
|
36
36
|
* @default 'canvas'
|
37
37
|
*/
|
38
|
-
outputType: _angular_core.InputSignal<AXQrcodeOutputType>;
|
38
|
+
readonly outputType: _angular_core.InputSignal<AXQrcodeOutputType>;
|
39
39
|
/**
|
40
40
|
* @ignore
|
41
41
|
*/
|
@@ -53,7 +53,7 @@ declare class AXQrcodeComponent implements AfterViewInit {
|
|
53
53
|
private svg;
|
54
54
|
constructor();
|
55
55
|
ngAfterViewInit(): void;
|
56
|
-
generate
|
56
|
+
private generate;
|
57
57
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXQrcodeComponent, never>;
|
58
58
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXQrcodeComponent, "ax-qrcode", never, { "content": { "alias": "content"; "required": true; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "level": { "alias": "level"; "required": false; "isSignal": true; }; "color": { "alias": "color"; "required": false; "isSignal": true; }; "backgroundColor": { "alias": "backgroundColor"; "required": false; "isSignal": true; }; "outputType": { "alias": "outputType"; "required": false; "isSignal": true; }; }, {}, never, ["img"], true, never>;
|
59
59
|
}
|
package/query-builder/index.d.ts
CHANGED
@@ -13,7 +13,7 @@ import * as i8 from '@angular/common';
|
|
13
13
|
|
14
14
|
declare class AXQueryBuilderComponent {
|
15
15
|
#private;
|
16
|
-
columnData: _angular_core.InputSignal<any[]>;
|
16
|
+
readonly columnData: _angular_core.InputSignal<any[]>;
|
17
17
|
queryData: _angular_core.ModelSignal<any[]>;
|
18
18
|
onValueChanged: _angular_core.OutputEmitterRef<any[]>;
|
19
19
|
protected selectBoxRef: _angular_core.Signal<AXSelectBoxComponent>;
|
package/radio/index.d.ts
CHANGED
@@ -21,7 +21,7 @@ declare class AXRadioComponent extends MXValueComponent<boolean | null> implemen
|
|
21
21
|
/** @ignore */
|
22
22
|
protected _handleModelChange(value: boolean | null): void;
|
23
23
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXRadioComponent, never>;
|
24
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AXRadioComponent, "ax-radio", never, { "disabled": { "alias": "disabled"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "value": { "alias": "value"; "required": false; }; "name": { "alias": "name"; "required": false; }; "id": { "alias": "id"; "required": false; };
|
24
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXRadioComponent, "ax-radio", never, { "disabled": { "alias": "disabled"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "value": { "alias": "value"; "required": false; }; "name": { "alias": "name"; "required": false; }; "id": { "alias": "id"; "required": false; }; }, { "onBlur": "onBlur"; "onFocus": "onFocus"; "valueChange": "valueChange"; "onValueChanged": "onValueChanged"; }, ["_labels"], ["ax-label", "ax-form-hint", "ax-validation-rule"], true, never>;
|
25
25
|
}
|
26
26
|
|
27
27
|
declare class AXRadioModule {
|
@@ -1,9 +1,7 @@
|
|
1
1
|
import * as _angular_core from '@angular/core';
|
2
2
|
import { AfterViewInit, OnDestroy, ElementRef } from '@angular/core';
|
3
3
|
import { MXBaseComponent } from '@acorex/cdk/common';
|
4
|
-
import * as i2 from '@angular/router';
|
5
4
|
import { UrlTree, IsActiveMatchOptions } from '@angular/router';
|
6
|
-
import * as i1 from '@angular/common';
|
7
5
|
import * as rxjs from 'rxjs';
|
8
6
|
|
9
7
|
type AXRailLook = 'default' | 'pills' | 'pills-color' | 'with-line' | 'with-line-color';
|
@@ -32,6 +30,10 @@ declare class AXRailNavigationItemComponent extends MXBaseComponent implements A
|
|
32
30
|
ngAfterViewInit(): void;
|
33
31
|
ngOnDestroy(): void;
|
34
32
|
handleClickEvent(e: MouseEvent): void;
|
33
|
+
/**
|
34
|
+
* Gets the height and top position of the item.
|
35
|
+
* @returns Object containing height and top position
|
36
|
+
*/
|
35
37
|
getStats(): {
|
36
38
|
height: number;
|
37
39
|
top: number;
|
@@ -58,13 +60,20 @@ declare class AXRailNavigationComponent extends MXBaseComponent {
|
|
58
60
|
|
59
61
|
declare class AXRailNavigationModule {
|
60
62
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXRailNavigationModule, never>;
|
61
|
-
static ɵmod: _angular_core.ɵɵNgModuleDeclaration<AXRailNavigationModule, never, [typeof
|
63
|
+
static ɵmod: _angular_core.ɵɵNgModuleDeclaration<AXRailNavigationModule, never, [typeof AXRailNavigationComponent, typeof AXRailNavigationItemComponent], [typeof AXRailNavigationComponent, typeof AXRailNavigationItemComponent]>;
|
62
64
|
static ɵinj: _angular_core.ɵɵInjectorDeclaration<AXRailNavigationModule>;
|
63
65
|
}
|
64
66
|
|
65
67
|
declare class AXRailNavigationService {
|
66
68
|
private activeItem;
|
69
|
+
/**
|
70
|
+
* Observable that emits the currently active rail navigation item.
|
71
|
+
*/
|
67
72
|
activeItem$: rxjs.Observable<AXRailNavigationItemComponent>;
|
73
|
+
/**
|
74
|
+
* Sets the specified item as the active rail navigation item.
|
75
|
+
* @param item - The rail navigation item to set as active
|
76
|
+
*/
|
68
77
|
setActive(item: AXRailNavigationItemComponent): void;
|
69
78
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXRailNavigationService, never>;
|
70
79
|
static ɵprov: _angular_core.ɵɵInjectableDeclaration<AXRailNavigationService>;
|