@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/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.
|
3
|
+
"version": "20.2.1",
|
4
4
|
"peerDependencies": {
|
5
|
+
"@acorex/core": "20.2.1",
|
6
|
+
"@acorex/cdk": "20.2.1",
|
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,14 +35,47 @@ 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;
|
47
80
|
private get __hostName();
|
48
81
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXPaintContainerComponent, never>;
|
@@ -56,20 +89,21 @@ declare class AXPaintContainerComponent extends AXPaintContainerComponent_base {
|
|
56
89
|
declare class AXPaintViewComponent implements OnDestroy {
|
57
90
|
#private;
|
58
91
|
/** @ignore */
|
59
|
-
parent
|
92
|
+
private parent;
|
60
93
|
/** @ignore */
|
61
94
|
protected service: AXPaintService;
|
62
95
|
/** @ignore */
|
63
96
|
protected renderer: Renderer2;
|
64
97
|
private platformID;
|
98
|
+
protected hostElem: ElementRef<any>;
|
65
99
|
/** @ignore */
|
66
|
-
resizeEvent
|
100
|
+
private resizeEvent;
|
67
101
|
/**
|
68
102
|
* Specifies the class that pass to component.
|
69
103
|
*
|
70
104
|
*/
|
71
|
-
customClass: _angular_core.InputSignal<string>;
|
72
|
-
paintBackgroundColor: _angular_core.InputSignal<"black" | "white">;
|
105
|
+
readonly customClass: _angular_core.InputSignal<string>;
|
106
|
+
readonly paintBackgroundColor: _angular_core.InputSignal<"black" | "white">;
|
73
107
|
/** @ignore */
|
74
108
|
protected canvasElem: _angular_core.Signal<ElementRef<HTMLCanvasElement>>;
|
75
109
|
/** @ignore */
|
@@ -78,7 +112,6 @@ declare class AXPaintViewComponent implements OnDestroy {
|
|
78
112
|
protected isPainting: _angular_core.WritableSignal<boolean>;
|
79
113
|
/** @ignore */
|
80
114
|
protected isUserInteract: _angular_core.WritableSignal<boolean>;
|
81
|
-
protected hostElem: ElementRef<any>;
|
82
115
|
/** @ignore */
|
83
116
|
ngOnDestroy(): void;
|
84
117
|
/** @ignore */
|
@@ -94,7 +127,9 @@ declare class AXPaintViewComponent implements OnDestroy {
|
|
94
127
|
/** @ignore */
|
95
128
|
protected mouseUpHandler(): void;
|
96
129
|
/**
|
97
|
-
*
|
130
|
+
* Exports the canvas content as an image.
|
131
|
+
*
|
132
|
+
* @param format - The image format: 'image/webp', 'image/png', or 'image/jpeg'
|
98
133
|
*/
|
99
134
|
getOutPut(e: 'image/webp' | 'image/png' | 'image/jpeg'): void;
|
100
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,7 +37,7 @@ 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
|
*/
|
@@ -63,23 +60,23 @@ declare class AXPasswordStrengthValidationComponent {
|
|
63
60
|
readonly showUseLowerCase: _angular_core.InputSignal<boolean>;
|
64
61
|
readonly showUseNumber: _angular_core.InputSignal<boolean>;
|
65
62
|
readonly showUseSpecialCharacter: _angular_core.InputSignal<boolean>;
|
66
|
-
isLengthGraterThan8: _angular_core.WritableSignal<{
|
63
|
+
protected isLengthGraterThan8: _angular_core.WritableSignal<{
|
67
64
|
regex: RegExp;
|
68
65
|
state: boolean;
|
69
66
|
}>;
|
70
|
-
isUseUpperCase: _angular_core.WritableSignal<{
|
67
|
+
protected isUseUpperCase: _angular_core.WritableSignal<{
|
71
68
|
regex: RegExp;
|
72
69
|
state: boolean;
|
73
70
|
}>;
|
74
|
-
isUseLowerCase: _angular_core.WritableSignal<{
|
71
|
+
protected isUseLowerCase: _angular_core.WritableSignal<{
|
75
72
|
regex: RegExp;
|
76
73
|
state: boolean;
|
77
74
|
}>;
|
78
|
-
isUseNumber: _angular_core.WritableSignal<{
|
75
|
+
protected isUseNumber: _angular_core.WritableSignal<{
|
79
76
|
regex: RegExp;
|
80
77
|
state: boolean;
|
81
78
|
}>;
|
82
|
-
isUseSpecialCharacter: _angular_core.WritableSignal<{
|
79
|
+
protected isUseSpecialCharacter: _angular_core.WritableSignal<{
|
83
80
|
regex: RegExp;
|
84
81
|
state: boolean;
|
85
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,21 +60,24 @@ 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;
|
82
83
|
private get __hostName();
|
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>;
|
@@ -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>;
|
package/range-slider/index.d.ts
CHANGED
@@ -33,13 +33,13 @@ declare class AXRangeSliderComponent extends AXRangeSliderComponent_base {
|
|
33
33
|
* The orientation of the slider, either 'horizontal' or 'vertical'.
|
34
34
|
* @default 'horizontal'
|
35
35
|
*/
|
36
|
-
orientation: _angular_core.InputSignal<AXOrientation>;
|
36
|
+
readonly orientation: _angular_core.InputSignal<AXOrientation>;
|
37
37
|
/**
|
38
38
|
* @description
|
39
39
|
* Color theme for the slider, affecting highlight, tooltip, and handler.
|
40
40
|
* @default 'primary'
|
41
41
|
*/
|
42
|
-
color: _angular_core.InputSignal<"success" | "primary" | "secondary" | "warning" | "danger">;
|
42
|
+
readonly color: _angular_core.InputSignal<"success" | "primary" | "secondary" | "warning" | "danger">;
|
43
43
|
/**
|
44
44
|
* @description
|
45
45
|
* The value(s) of the slider. Can be a single number for single mode or an array of two numbers for dual mode.
|
@@ -50,67 +50,67 @@ declare class AXRangeSliderComponent extends AXRangeSliderComponent_base {
|
|
50
50
|
* The mode of the slider, either 'single' or 'dual'.
|
51
51
|
* @default 'single'
|
52
52
|
*/
|
53
|
-
mode: _angular_core.InputSignal<AXRangeSliderMode>;
|
53
|
+
readonly mode: _angular_core.InputSignal<AXRangeSliderMode>;
|
54
54
|
/**
|
55
55
|
* @description
|
56
56
|
* The minimum value of the slider.
|
57
57
|
* @default 0
|
58
58
|
*/
|
59
|
-
min: _angular_core.InputSignal<number>;
|
59
|
+
readonly min: _angular_core.InputSignal<number>;
|
60
60
|
/**
|
61
61
|
* @description
|
62
62
|
* The maximum value of the slider.
|
63
63
|
* @default 100
|
64
64
|
*/
|
65
|
-
max: _angular_core.InputSignal<number>;
|
65
|
+
readonly max: _angular_core.InputSignal<number>;
|
66
66
|
/**
|
67
67
|
* @description
|
68
68
|
* The step increment for value changes.
|
69
69
|
* @default 1
|
70
70
|
*/
|
71
|
-
step: _angular_core.InputSignal<number>;
|
71
|
+
readonly step: _angular_core.InputSignal<number>;
|
72
72
|
/**
|
73
73
|
* @description
|
74
74
|
* The snapping increment for the slider.
|
75
75
|
* @default 1
|
76
76
|
*/
|
77
|
-
snap: _angular_core.InputSignal<number>;
|
77
|
+
readonly snap: _angular_core.InputSignal<number>;
|
78
78
|
/**
|
79
79
|
* @description
|
80
80
|
* Mode for displaying tooltips, can be at the start, end, or both.
|
81
81
|
* @default 'end'
|
82
82
|
*/
|
83
|
-
tooltipMode: _angular_core.InputSignal<AXRangeSliderTooltipMode>;
|
83
|
+
readonly tooltipMode: _angular_core.InputSignal<AXRangeSliderTooltipMode>;
|
84
84
|
/**
|
85
85
|
* @description
|
86
86
|
* Mode for snapping, can snap at the start, end, or both.
|
87
87
|
* @default 'start'
|
88
88
|
*/
|
89
|
-
snapMode: _angular_core.InputSignal<AXRangeSliderSnapMode>;
|
89
|
+
readonly snapMode: _angular_core.InputSignal<AXRangeSliderSnapMode>;
|
90
90
|
/**
|
91
91
|
* @description
|
92
92
|
* Whether the slider should have steps.
|
93
93
|
* @default true
|
94
94
|
*/
|
95
|
-
hasStep: _angular_core.InputSignal<boolean>;
|
95
|
+
readonly hasStep: _angular_core.InputSignal<boolean>;
|
96
96
|
/**
|
97
97
|
* @description
|
98
98
|
* Whether the slider should display snapping.
|
99
99
|
* @default false
|
100
100
|
*/
|
101
|
-
hasSnap: _angular_core.InputSignal<boolean>;
|
101
|
+
readonly hasSnap: _angular_core.InputSignal<boolean>;
|
102
102
|
/**
|
103
103
|
* @description
|
104
104
|
* Whether the slider should display labels for snapping points.
|
105
105
|
* @default Value derived from `hasSnap()`
|
106
106
|
*/
|
107
|
-
hasLable: _angular_core.InputSignal<boolean>;
|
107
|
+
readonly hasLable: _angular_core.InputSignal<boolean>;
|
108
108
|
/**
|
109
109
|
* @description
|
110
110
|
* Whether the slider should display tooltips.
|
111
111
|
* @default false
|
112
112
|
*/
|
113
|
-
hasTooltip: _angular_core.InputSignal<boolean>;
|
113
|
+
readonly hasTooltip: _angular_core.InputSignal<boolean>;
|
114
114
|
/**
|
115
115
|
* @ignore
|
116
116
|
*/
|
package/rate-picker/index.d.ts
CHANGED
@@ -18,27 +18,27 @@ declare class AXRatePickerComponent extends MXValueComponent<number> {
|
|
18
18
|
* The icon to be used for each rating point.
|
19
19
|
* @default 'fa-star'
|
20
20
|
*/
|
21
|
-
iconName: _angular_core.InputSignal<string>;
|
21
|
+
readonly iconName: _angular_core.InputSignal<string>;
|
22
22
|
/**
|
23
23
|
* @description
|
24
24
|
* Maximum value for the rating.
|
25
25
|
* Defines how many rating points are available.
|
26
26
|
* @default 5
|
27
27
|
*/
|
28
|
-
max: _angular_core.InputSignal<number>;
|
28
|
+
readonly max: _angular_core.InputSignal<number>;
|
29
29
|
/**
|
30
30
|
* @description
|
31
31
|
* Defines the step increment between rating values.
|
32
32
|
* The rating value will be rounded to the nearest multiple of this step.
|
33
33
|
* @default 0.01
|
34
34
|
*/
|
35
|
-
step: _angular_core.InputSignal<number>;
|
35
|
+
readonly step: _angular_core.InputSignal<number>;
|
36
36
|
/**
|
37
37
|
* @description
|
38
38
|
* Whether the rating should have a transition effect when changing values.
|
39
39
|
* @default true
|
40
40
|
*/
|
41
|
-
hasTransition: _angular_core.InputSignal<boolean>;
|
41
|
+
readonly hasTransition: _angular_core.InputSignal<boolean>;
|
42
42
|
/**
|
43
43
|
* @description
|
44
44
|
* The percentage of the current rating value relative to the maximum rating.
|
@@ -103,7 +103,7 @@ declare class AXRatePickerComponent extends MXValueComponent<number> {
|
|
103
103
|
* @description
|
104
104
|
* Handles mouse leave events to reset styles.
|
105
105
|
*/
|
106
|
-
mouseLeave(): void;
|
106
|
+
protected mouseLeave(): void;
|
107
107
|
/**
|
108
108
|
* @description
|
109
109
|
* Cleans up event listeners and restores the previous rating value.
|
@@ -110,7 +110,7 @@ declare class AXRestApiAuthComponent {
|
|
110
110
|
|
111
111
|
declare class AXRestApiGeneratorComponent {
|
112
112
|
#private;
|
113
|
-
value: i0.InputSignal<AXRestApiOutput>;
|
113
|
+
readonly value: i0.InputSignal<AXRestApiOutput>;
|
114
114
|
onValueChange: i0.OutputEmitterRef<AXRestApiOutput>;
|
115
115
|
protected service: AXRestApiGeneratorService;
|
116
116
|
protected urlHandler(e: AXValueChangedEvent<any>): void;
|