@acorex/components 18.5.17 → 18.7.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/audio-wave/lib/audio-wave.component.d.ts +5 -0
- package/button-group/lib/button-group.component.d.ts +5 -2
- package/calendar/lib/calendar-range.component.d.ts +1 -1
- package/calendar/lib/calendar.component.d.ts +1 -1
- package/circular-progress/lib/circular-progress.component.d.ts +21 -57
- package/color-box/lib/color-box.component.d.ts +1 -1
- package/conversation/lib/conversation-input/conversation-input.component.d.ts +1 -1
- package/data-pager/lib/data-pager-pagesize-dropdown.component.d.ts +28 -0
- package/data-pager/lib/data-pager-prev-buttons.component.d.ts +20 -0
- package/data-pager/lib/data-pager.component.d.ts +111 -0
- package/data-table/lib/columns/data-text-column.component.d.ts +58 -0
- package/data-table/lib/columns/row-command-column.component.d.ts +83 -0
- package/data-table/lib/columns/row-index-column.component.d.ts +51 -0
- package/data-table/lib/columns/row-select-column.component.d.ts +47 -0
- package/data-table/lib/data-table/data-table.component.d.ts +200 -0
- package/data-table/lib/infinite-scroll-data-table/infinite-scroll-data-table.component.d.ts +185 -0
- package/datetime-box/lib/datetime-box.component.d.ts +60 -2
- package/datetime-input/lib/datetime-input.component.d.ts +133 -0
- package/datetime-picker/lib/datetime-picker.component.d.ts +96 -1
- package/decorators/lib/components/clear-button.component.d.ts +25 -0
- package/decorators/lib/components/close-button.component.d.ts +22 -0
- package/decorators/lib/components/generic-content.component.d.ts +4 -0
- package/decorators/lib/components/icon.component.d.ts +12 -0
- package/dialog/lib/dialog.component.d.ts +20 -0
- package/drawer/lib/drawer-container.component.d.ts +7 -0
- package/drawer/lib/drawer.component.d.ts +104 -0
- package/dropdown/lib/dropdown-box.component.d.ts +66 -0
- package/dropdown/lib/dropdown-panel.component.d.ts +85 -0
- package/dropdown-button/lib/dropdown-button.component.d.ts +38 -0
- package/esm2022/action-sheet/lib/action-sheet.component.mjs +3 -3
- package/esm2022/action-sheet/lib/action-sheet.module.mjs +4 -4
- package/esm2022/action-sheet/lib/action-sheet.service.mjs +3 -3
- package/esm2022/alert/lib/alert.component.mjs +3 -3
- package/esm2022/alert/lib/alert.module.mjs +4 -4
- package/esm2022/audio-wave/lib/audio-wave.component.mjs +9 -4
- package/esm2022/audio-wave/lib/audio-wave.module.mjs +4 -4
- package/esm2022/avatar/lib/avatar-group.component.mjs +3 -3
- package/esm2022/avatar/lib/avatar.component.mjs +3 -3
- package/esm2022/avatar/lib/avatar.module.mjs +4 -4
- package/esm2022/badge/lib/badge.component.mjs +3 -3
- package/esm2022/badge/lib/badge.module.mjs +4 -4
- package/esm2022/bottom-navigation/lib/bottom-navigation-item/bottom-navigation-item.component.mjs +3 -3
- package/esm2022/bottom-navigation/lib/bottom-navigation.component.mjs +3 -3
- package/esm2022/bottom-navigation/lib/bottom-navigation.module.mjs +4 -4
- package/esm2022/breadcrumbs/lib/breadcrumbs-item.component.mjs +3 -3
- package/esm2022/breadcrumbs/lib/breadcrumbs.component.mjs +3 -3
- package/esm2022/breadcrumbs/lib/breadcrumbs.module.mjs +4 -4
- package/esm2022/button/lib/button-item-list.component.mjs +3 -3
- package/esm2022/button/lib/button-item.component.mjs +3 -3
- package/esm2022/button/lib/button.component.mjs +3 -3
- package/esm2022/button/lib/button.module.mjs +4 -4
- package/esm2022/button-group/lib/button-group.component.mjs +9 -6
- package/esm2022/button-group/lib/button-group.module.mjs +4 -4
- package/esm2022/calendar/lib/calendar-range.component.mjs +3 -3
- package/esm2022/calendar/lib/calendar.class.mjs +3 -3
- package/esm2022/calendar/lib/calendar.component.mjs +3 -3
- package/esm2022/calendar/lib/calendar.module.mjs +4 -4
- package/esm2022/check-box/lib/check-box.component.mjs +3 -3
- package/esm2022/check-box/lib/check-box.module.mjs +4 -4
- package/esm2022/chips/lib/chips.component.mjs +3 -3
- package/esm2022/chips/lib/chips.module.mjs +4 -4
- package/esm2022/circular-progress/lib/circular-progress.component.mjs +46 -115
- package/esm2022/circular-progress/lib/circular-progress.module.mjs +4 -4
- package/esm2022/collapse/lib/collapse-group.component.mjs +3 -3
- package/esm2022/collapse/lib/collapse.component.mjs +3 -3
- package/esm2022/collapse/lib/collapse.module.mjs +4 -4
- package/esm2022/color-box/lib/color-box.component.mjs +3 -3
- package/esm2022/color-box/lib/color-box.module.mjs +4 -4
- package/esm2022/color-palette/lib/color-palette-input.component.mjs +3 -3
- package/esm2022/color-palette/lib/color-palette-picker.component.mjs +4 -4
- package/esm2022/color-palette/lib/color-palette-preview.component.mjs +3 -3
- package/esm2022/color-palette/lib/color-palette-swatches.component.mjs +3 -3
- package/esm2022/color-palette/lib/color-palette.class.mjs +6 -6
- package/esm2022/color-palette/lib/color-palette.component.mjs +3 -3
- package/esm2022/color-palette/lib/color-palette.module.mjs +4 -4
- package/esm2022/comment/lib/comment-container/comment-container.component.mjs +3 -3
- package/esm2022/comment/lib/comment-item/comment-item.component.mjs +3 -3
- package/esm2022/comment/lib/comment-like/comment-like.component.mjs +3 -3
- package/esm2022/comment/lib/comment-reply/comment-reply.component.mjs +3 -3
- package/esm2022/comment/lib/comment-reply-text/comment-reply-text.component.mjs +3 -3
- package/esm2022/comment/lib/comment-view/comment-view.component.mjs +3 -3
- package/esm2022/comment/lib/comment.module.mjs +4 -4
- package/esm2022/comment/lib/services/comment.service.mjs +3 -3
- package/esm2022/common/lib/classes/components.class.mjs +21 -21
- package/esm2022/common/lib/common.module.mjs +4 -4
- package/esm2022/common/lib/components/base-component.class.mjs +3 -3
- package/esm2022/common/lib/components/input-base-value-component.class.mjs +3 -3
- package/esm2022/common/lib/components/look-component.class.mjs +3 -3
- package/esm2022/common/lib/components/selection-base.component.class.mjs +6 -6
- package/esm2022/common/lib/components/value-component.class.mjs +3 -3
- package/esm2022/common/lib/directives/auto-focus.directive.mjs +3 -3
- package/esm2022/common/lib/directives/delayed-value-changed.directive.mjs +3 -3
- package/esm2022/common/lib/directives/hotkey.directive.mjs +3 -3
- package/esm2022/common/lib/directives/infinite-scroll.directive.mjs +3 -3
- package/esm2022/common/lib/directives/inverted-color.directive.mjs +3 -3
- package/esm2022/common/lib/directives/responsive.directive.mjs +3 -3
- package/esm2022/common/lib/directives/ripple.directive.mjs +3 -3
- package/esm2022/common/lib/services/dom.service.mjs +3 -3
- package/esm2022/common/lib/services/hotkey.service.mjs +3 -3
- package/esm2022/conversation/lib/conversation-container/conversation-container.component.mjs +3 -3
- package/esm2022/conversation/lib/conversation-input/conversation-input.component.mjs +3 -3
- package/esm2022/conversation/lib/conversation-message/conversation-message.component.mjs +3 -3
- package/esm2022/conversation/lib/conversation-messages/conversation-message-audio/conversation-message-audio.component.mjs +3 -3
- package/esm2022/conversation/lib/conversation-messages/conversation-message-file/conversation-message-file.component.mjs +3 -3
- package/esm2022/conversation/lib/conversation-messages/conversation-message-image/conversation-message-image.component.mjs +3 -3
- package/esm2022/conversation/lib/conversation-messages/conversation-message-image-popup/conversation-message-image-popup.component.mjs +3 -3
- package/esm2022/conversation/lib/conversation-messages/conversation-message-text/conversation-message-text.component.mjs +3 -3
- package/esm2022/conversation/lib/conversation-messages/conversation-message-video/conversation-message-video.component.mjs +3 -3
- package/esm2022/conversation/lib/conversation-messages/conversation-message-voice/conversation-message-voice.component.mjs +3 -3
- package/esm2022/conversation/lib/conversation-view/conversation-view.component.mjs +3 -3
- package/esm2022/conversation/lib/conversation.module.mjs +4 -4
- package/esm2022/conversation/lib/conversation.types.mjs +3 -3
- package/esm2022/conversation/lib/services/conversation-message-type-registry.service.mjs +3 -3
- package/esm2022/conversation/lib/services/conversation.service.mjs +3 -3
- package/esm2022/conversation/lib/services/recording.service.mjs +3 -3
- package/esm2022/data-pager/lib/data-pager-base.component.mjs +6 -6
- package/esm2022/data-pager/lib/data-pager-info.component.mjs +3 -3
- package/esm2022/data-pager/lib/data-pager-input-selector.component.mjs +3 -3
- package/esm2022/data-pager/lib/data-pager-next-buttons.components.mjs +3 -3
- package/esm2022/data-pager/lib/data-pager-numeric-selector.component.mjs +3 -3
- package/esm2022/data-pager/lib/data-pager-pagesize-dropdown.component.mjs +26 -4
- package/esm2022/data-pager/lib/data-pager-prev-buttons.component.mjs +21 -4
- package/esm2022/data-pager/lib/data-pager.component.mjs +112 -4
- package/esm2022/data-pager/lib/data-pager.module.mjs +4 -4
- package/esm2022/data-table/lib/base-data-table.class.mjs +3 -3
- package/esm2022/data-table/lib/columns/data-table-column-resizable.directive.mjs +3 -3
- package/esm2022/data-table/lib/columns/data-table-column.mjs +3 -3
- package/esm2022/data-table/lib/columns/data-text-column.component.mjs +35 -4
- package/esm2022/data-table/lib/columns/row-command-column.component.mjs +69 -7
- package/esm2022/data-table/lib/columns/row-index-column.component.mjs +43 -4
- package/esm2022/data-table/lib/columns/row-select-column.component.mjs +42 -4
- package/esm2022/data-table/lib/data-table/data-table.component.mjs +187 -5
- package/esm2022/data-table/lib/data-table.module.mjs +4 -4
- package/esm2022/data-table/lib/infinite-scroll-data-table/infinite-scroll-data-table.component.mjs +162 -4
- package/esm2022/datetime-box/lib/datetime-box.component.mjs +54 -5
- package/esm2022/datetime-box/lib/datetime-box.module.mjs +4 -4
- package/esm2022/datetime-input/lib/datetime-input.component.mjs +125 -4
- package/esm2022/datetime-input/lib/datetime-input.module.mjs +4 -4
- package/esm2022/datetime-picker/lib/datetime-picker.component.mjs +93 -4
- package/esm2022/datetime-picker/lib/datetime-picker.module.mjs +4 -4
- package/esm2022/decorators/lib/components/clear-button.component.mjs +29 -4
- package/esm2022/decorators/lib/components/close-button.component.mjs +26 -4
- package/esm2022/decorators/lib/components/generic-content.component.mjs +8 -4
- package/esm2022/decorators/lib/components/icon.component.mjs +16 -4
- package/esm2022/decorators/lib/decorators.module.mjs +4 -4
- package/esm2022/dialog/lib/dialog.component.mjs +22 -5
- package/esm2022/dialog/lib/dialog.module.mjs +4 -4
- package/esm2022/dialog/lib/dialog.service.mjs +3 -3
- package/esm2022/drawer/lib/drawer-container.component.mjs +11 -4
- package/esm2022/drawer/lib/drawer.component.mjs +105 -4
- package/esm2022/drawer/lib/drawer.module.mjs +4 -4
- package/esm2022/dropdown/lib/dropdown-box.class.mjs +3 -3
- package/esm2022/dropdown/lib/dropdown-box.component.mjs +61 -4
- package/esm2022/dropdown/lib/dropdown-panel.component.mjs +80 -4
- package/esm2022/dropdown/lib/dropdown.module.mjs +4 -4
- package/esm2022/dropdown-button/lib/dropdown-button.component.mjs +39 -4
- package/esm2022/dropdown-button/lib/dropdown-button.module.mjs +4 -4
- package/esm2022/form/lib/form-field.component.mjs +43 -4
- package/esm2022/form/lib/form.component.mjs +62 -4
- package/esm2022/form/lib/form.module.mjs +4 -4
- package/esm2022/form/lib/validation-rule.directive.mjs +3 -3
- package/esm2022/form/lib/validation-summary.component.mjs +44 -4
- package/esm2022/image/lib/image.component.mjs +50 -4
- package/esm2022/image/lib/image.module.mjs +4 -4
- package/esm2022/label/lib/label.component.mjs +35 -4
- package/esm2022/label/lib/label.module.mjs +4 -4
- package/esm2022/list/lib/list.component.mjs +87 -4
- package/esm2022/list/lib/list.module.mjs +4 -4
- package/esm2022/loading/lib/loading-spinner.component.mjs +20 -4
- package/esm2022/loading/lib/loading.component.mjs +30 -4
- package/esm2022/loading/lib/loading.directive.mjs +3 -3
- package/esm2022/loading/lib/loading.module.mjs +4 -4
- package/esm2022/loading/lib/loading.service.mjs +3 -3
- package/esm2022/loading-dialog/lib/loading-dialog.component.mjs +42 -5
- package/esm2022/loading-dialog/lib/loading-dialog.module.mjs +4 -4
- package/esm2022/loading-dialog/lib/loading-dialog.service.mjs +3 -3
- package/esm2022/menu/lib/menu-item/menu-item.component.mjs +50 -4
- package/esm2022/menu/lib/menu.component.mjs +10 -4
- package/esm2022/menu/lib/menu.module.mjs +4 -4
- package/esm2022/menu/lib/menu.service.mjs +3 -3
- package/esm2022/nav/lib/nav-item/nav-item.component.mjs +26 -4
- package/esm2022/nav/lib/nav.component.mjs +8 -4
- package/esm2022/nav/lib/nav.module.mjs +4 -4
- package/esm2022/navbar/lib/navbar.component.mjs +9 -4
- package/esm2022/navbar/lib/navbar.module.mjs +4 -4
- package/esm2022/notification/lib/notification.component.mjs +13 -4
- package/esm2022/notification/lib/notification.module.mjs +4 -4
- package/esm2022/notification/lib/notification.service.mjs +3 -3
- package/esm2022/number-box/lib/number-box.component.mjs +77 -8
- package/esm2022/number-box/lib/number-box.module.mjs +4 -4
- package/esm2022/otp/lib/otp.component.mjs +38 -4
- package/esm2022/otp/lib/otp.module.mjs +4 -4
- package/esm2022/page/lib/base-page.class.mjs +3 -3
- package/esm2022/page/lib/page.component.mjs +18 -4
- package/esm2022/page/lib/page.module.mjs +4 -4
- package/esm2022/paint/acorex-components-paint.mjs +5 -0
- package/esm2022/paint/index.mjs +8 -0
- package/esm2022/paint/lib/paint/paint-container/paint-container.component.mjs +38 -0
- package/esm2022/paint/lib/paint/paint-toolbar/paint-toolbar.component.mjs +15 -0
- package/esm2022/paint/lib/paint/paint-tools/paint-color-picker/paint-color-picker.component.mjs +46 -0
- package/esm2022/paint/lib/paint/paint-tools/paint-pen-cap/paint-pen-cap.component.mjs +37 -0
- package/esm2022/paint/lib/paint/paint-tools/paint-pen-mode-changer/paint-pen-mode-changer.component.mjs +55 -0
- package/esm2022/paint/lib/paint/paint-view/paint-view.component.mjs +104 -0
- package/esm2022/paint/lib/paint/paint.service.mjs +17 -0
- package/esm2022/paint/lib/paint.module.mjs +50 -0
- package/esm2022/password-box/lib/password-box.component.mjs +13 -4
- package/esm2022/password-box/lib/password-box.module.mjs +4 -4
- package/esm2022/phone-box/lib/phone-box.component.mjs +38 -4
- package/esm2022/phone-box/lib/phone-box.module.mjs +4 -4
- package/esm2022/picker/lib/picker-column.directive.mjs +3 -3
- package/esm2022/picker/lib/picker.component.mjs +29 -4
- package/esm2022/picker/lib/picker.module.mjs +4 -4
- package/esm2022/popover/lib/popover.component.mjs +118 -4
- package/esm2022/popover/lib/popover.module.mjs +4 -4
- package/esm2022/popup/lib/popup.component.mjs +34 -9
- package/esm2022/popup/lib/popup.module.mjs +4 -4
- package/esm2022/popup/lib/popup.service.mjs +3 -3
- package/esm2022/progress-bar/lib/progress-bar.component.mjs +33 -4
- package/esm2022/progress-bar/lib/progress-bar.module.mjs +4 -4
- package/esm2022/radio/lib/radio.component.mjs +8 -5
- package/esm2022/radio/lib/radio.module.mjs +4 -4
- package/esm2022/range-slider/lib/range-slider.component.mjs +8 -4
- package/esm2022/range-slider/lib/range-slider.module.mjs +4 -4
- package/esm2022/result/lib/result.component.mjs +18 -4
- package/esm2022/result/lib/result.module.mjs +4 -4
- package/esm2022/routing-progress/lib/routing-progress.component.mjs +19 -4
- package/esm2022/routing-progress/lib/routing-progress.module.mjs +4 -4
- package/esm2022/scheduler/lib/scheduler-month-view.component.mjs +3 -3
- package/esm2022/scheduler/lib/scheduler-week-view.component.mjs +3 -3
- package/esm2022/scheduler/lib/scheduler.component.mjs +6 -4
- package/esm2022/scheduler/lib/scheduler.module.mjs +4 -4
- package/esm2022/scss/lib/scss.module.mjs +4 -4
- package/esm2022/search-box/lib/search-box.component.mjs +3 -3
- package/esm2022/search-box/lib/search-box.module.mjs +4 -4
- package/esm2022/select-box/lib/select-box.component.mjs +5 -5
- package/esm2022/select-box/lib/select-box.module.mjs +4 -4
- package/esm2022/selection-list/lib/selection-list.component.mjs +3 -3
- package/esm2022/selection-list/lib/selection-list.module.mjs +4 -4
- package/esm2022/side-menu/lib/side-menu-item/side-menu-item.compoent.mjs +3 -3
- package/esm2022/side-menu/lib/side-menu.component.mjs +3 -3
- package/esm2022/side-menu/lib/side-menu.module.mjs +4 -4
- package/esm2022/skeleton/lib/skeleton.component.mjs +3 -3
- package/esm2022/skeleton/lib/skeleton.module.mjs +4 -4
- package/esm2022/slider/lib/slider.component.mjs +3 -3
- package/esm2022/slider/lib/slider.module.mjs +4 -4
- package/esm2022/step-wizard/lib/step-wizard-item/step-wizard-item.component.mjs +3 -3
- package/esm2022/step-wizard/lib/step-wizard.component.mjs +17 -4
- package/esm2022/step-wizard/lib/step-wizard.directive.mjs +3 -3
- package/esm2022/step-wizard/lib/step-wizard.module.mjs +4 -4
- package/esm2022/switch/lib/switch-content.component.mjs +3 -3
- package/esm2022/switch/lib/switch.component.mjs +3 -3
- package/esm2022/switch/lib/switch.module.mjs +4 -4
- package/esm2022/tabs/lib/tab-content.directive.mjs +3 -3
- package/esm2022/tabs/lib/tab-item.component.mjs +3 -3
- package/esm2022/tabs/lib/tabs.component.mjs +3 -3
- package/esm2022/tabs/lib/tabs.module.mjs +4 -4
- package/esm2022/tag/lib/tag.component.mjs +8 -4
- package/esm2022/tag/lib/tag.module.mjs +4 -4
- package/esm2022/text-area/lib/text-area.component.mjs +8 -4
- package/esm2022/text-area/lib/text-area.module.mjs +4 -4
- package/esm2022/text-box/lib/mask-options.directive.mjs +3 -3
- package/esm2022/text-box/lib/text-box.component.mjs +3 -3
- package/esm2022/text-box/lib/text-box.module.mjs +4 -4
- package/esm2022/toast/lib/toast.component.mjs +3 -3
- package/esm2022/toast/lib/toast.module.mjs +4 -4
- package/esm2022/toast/lib/toast.service.mjs +3 -3
- package/esm2022/tooltip/lib/tooltip.component.mjs +3 -3
- package/esm2022/tooltip/lib/tooltip.directive.mjs +3 -3
- package/esm2022/tooltip/lib/tooltip.module.mjs +4 -4
- package/esm2022/uploader/index.mjs +5 -5
- package/esm2022/uploader/lib/uploader-browse-handle.directive.mjs +3 -3
- package/esm2022/uploader/lib/{uploader-dialog-container.component.mjs → uploader-dialog-container/uploader-dialog-container.component.mjs} +5 -5
- package/esm2022/uploader/lib/uploader-drop-zone/uploader-drop-zone.component.mjs +27 -0
- package/esm2022/uploader/lib/uploader-list/uploader-list.component.mjs +24 -0
- package/esm2022/uploader/lib/uploader-zone.directive.mjs +26 -19
- package/esm2022/uploader/lib/uploader.models.mjs +26 -11
- package/esm2022/uploader/lib/uploader.module.mjs +22 -17
- package/esm2022/uploader/lib/uploader.service.mjs +54 -25
- package/esm2022/wysiwyg/index.mjs +7 -1
- package/esm2022/wysiwyg/lib/wysiwyg/wysiwyg-container/wysiwyg-container.component.mjs +56 -24
- package/esm2022/wysiwyg/lib/wysiwyg/wysiwyg-toolbar/wysiwyg-toolbar.component.mjs +7 -267
- package/esm2022/wysiwyg/lib/wysiwyg/wysiwyg-tools/wysiwyg-alignment/wysiwyg-alignment.component.mjs +59 -0
- package/esm2022/wysiwyg/lib/wysiwyg/wysiwyg-tools/wysiwyg-colors/wysiwyg-colors.component.mjs +53 -0
- package/esm2022/wysiwyg/lib/wysiwyg/wysiwyg-tools/wysiwyg-font-style/wysiwyg-font-style.component.mjs +156 -0
- package/esm2022/wysiwyg/lib/wysiwyg/wysiwyg-tools/wysiwyg-history/wysiwyg-history.component.mjs +36 -0
- package/esm2022/wysiwyg/lib/wysiwyg/wysiwyg-tools/wysiwyg-insert/wysiwyg-insert.component.mjs +49 -0
- package/esm2022/wysiwyg/lib/wysiwyg/wysiwyg-tools/wysiwyg-list/wysiwyg-list.component.mjs +67 -0
- package/esm2022/wysiwyg/lib/wysiwyg/wysiwyg-view/wysiwyg-view.component.mjs +9 -8
- package/esm2022/wysiwyg/lib/wysiwyg/wysiwyg.service.mjs +4 -5
- package/esm2022/wysiwyg/lib/wysiwyg.module.mjs +38 -6
- package/fesm2022/acorex-components-action-sheet.mjs +10 -10
- package/fesm2022/acorex-components-alert.mjs +7 -7
- package/fesm2022/acorex-components-audio-wave.mjs +12 -7
- package/fesm2022/acorex-components-audio-wave.mjs.map +1 -1
- package/fesm2022/acorex-components-avatar.mjs +10 -10
- package/fesm2022/acorex-components-badge.mjs +7 -7
- package/fesm2022/acorex-components-bottom-navigation.mjs +10 -10
- package/fesm2022/acorex-components-breadcrumbs.mjs +10 -10
- package/fesm2022/acorex-components-button-group.mjs +12 -9
- package/fesm2022/acorex-components-button-group.mjs.map +1 -1
- package/fesm2022/acorex-components-button.mjs +13 -13
- package/fesm2022/acorex-components-calendar.mjs +13 -13
- package/fesm2022/acorex-components-check-box.mjs +7 -7
- package/fesm2022/acorex-components-chips.mjs +7 -7
- package/fesm2022/acorex-components-circular-progress.mjs +49 -118
- package/fesm2022/acorex-components-circular-progress.mjs.map +1 -1
- package/fesm2022/acorex-components-collapse.mjs +10 -10
- package/fesm2022/acorex-components-color-box.mjs +7 -7
- package/fesm2022/acorex-components-color-palette.mjs +26 -26
- package/fesm2022/acorex-components-color-palette.mjs.map +1 -1
- package/fesm2022/acorex-components-comment.mjs +25 -25
- package/fesm2022/acorex-components-common.mjs +70 -70
- package/fesm2022/acorex-components-conversation.mjs +49 -49
- package/fesm2022/acorex-components-data-pager.mjs +178 -31
- package/fesm2022/acorex-components-data-pager.mjs.map +1 -1
- package/fesm2022/acorex-components-data-table.mjs +545 -35
- package/fesm2022/acorex-components-data-table.mjs.map +1 -1
- package/fesm2022/acorex-components-datetime-box.mjs +57 -8
- package/fesm2022/acorex-components-datetime-box.mjs.map +1 -1
- package/fesm2022/acorex-components-datetime-input.mjs +128 -7
- package/fesm2022/acorex-components-datetime-input.mjs.map +1 -1
- package/fesm2022/acorex-components-datetime-picker.mjs +96 -7
- package/fesm2022/acorex-components-datetime-picker.mjs.map +1 -1
- package/fesm2022/acorex-components-decorators.mjs +79 -16
- package/fesm2022/acorex-components-decorators.mjs.map +1 -1
- package/fesm2022/acorex-components-dialog.mjs +28 -11
- package/fesm2022/acorex-components-dialog.mjs.map +1 -1
- package/fesm2022/acorex-components-drawer.mjs +118 -10
- package/fesm2022/acorex-components-drawer.mjs.map +1 -1
- package/fesm2022/acorex-components-dropdown-button.mjs +42 -7
- package/fesm2022/acorex-components-dropdown-button.mjs.map +1 -1
- package/fesm2022/acorex-components-dropdown.mjs +146 -13
- package/fesm2022/acorex-components-dropdown.mjs.map +1 -1
- package/fesm2022/acorex-components-form.mjs +153 -16
- package/fesm2022/acorex-components-form.mjs.map +1 -1
- package/fesm2022/acorex-components-image.mjs +53 -7
- package/fesm2022/acorex-components-image.mjs.map +1 -1
- package/fesm2022/acorex-components-label.mjs +38 -7
- package/fesm2022/acorex-components-label.mjs.map +1 -1
- package/fesm2022/acorex-components-list.mjs +90 -7
- package/fesm2022/acorex-components-list.mjs.map +1 -1
- package/fesm2022/acorex-components-loading-dialog.mjs +48 -11
- package/fesm2022/acorex-components-loading-dialog.mjs.map +1 -1
- package/fesm2022/acorex-components-loading.mjs +58 -16
- package/fesm2022/acorex-components-loading.mjs.map +1 -1
- package/fesm2022/acorex-components-menu.mjs +65 -13
- package/fesm2022/acorex-components-menu.mjs.map +1 -1
- package/fesm2022/acorex-components-nav.mjs +36 -10
- package/fesm2022/acorex-components-nav.mjs.map +1 -1
- package/fesm2022/acorex-components-navbar.mjs +12 -7
- package/fesm2022/acorex-components-navbar.mjs.map +1 -1
- package/fesm2022/acorex-components-notification.mjs +19 -10
- package/fesm2022/acorex-components-notification.mjs.map +1 -1
- package/fesm2022/acorex-components-number-box.mjs +80 -11
- package/fesm2022/acorex-components-number-box.mjs.map +1 -1
- package/fesm2022/acorex-components-otp.mjs +41 -7
- package/fesm2022/acorex-components-otp.mjs.map +1 -1
- package/fesm2022/acorex-components-page.mjs +24 -10
- package/fesm2022/acorex-components-page.mjs.map +1 -1
- package/fesm2022/acorex-components-paint.mjs +336 -0
- package/fesm2022/acorex-components-paint.mjs.map +1 -0
- package/fesm2022/acorex-components-password-box.mjs +16 -7
- package/fesm2022/acorex-components-password-box.mjs.map +1 -1
- package/fesm2022/acorex-components-phone-box.mjs +41 -7
- package/fesm2022/acorex-components-phone-box.mjs.map +1 -1
- package/fesm2022/acorex-components-picker.mjs +35 -10
- package/fesm2022/acorex-components-picker.mjs.map +1 -1
- package/fesm2022/acorex-components-popover.mjs +121 -7
- package/fesm2022/acorex-components-popover.mjs.map +1 -1
- package/fesm2022/acorex-components-popup.mjs +40 -15
- package/fesm2022/acorex-components-popup.mjs.map +1 -1
- package/fesm2022/acorex-components-progress-bar.mjs +36 -7
- package/fesm2022/acorex-components-progress-bar.mjs.map +1 -1
- package/fesm2022/acorex-components-radio.mjs +11 -8
- package/fesm2022/acorex-components-radio.mjs.map +1 -1
- package/fesm2022/acorex-components-range-slider.mjs +11 -7
- package/fesm2022/acorex-components-range-slider.mjs.map +1 -1
- package/fesm2022/acorex-components-result.mjs +21 -7
- package/fesm2022/acorex-components-result.mjs.map +1 -1
- package/fesm2022/acorex-components-routing-progress.mjs +22 -7
- package/fesm2022/acorex-components-routing-progress.mjs.map +1 -1
- package/fesm2022/acorex-components-scheduler.mjs +15 -13
- package/fesm2022/acorex-components-scheduler.mjs.map +1 -1
- package/fesm2022/acorex-components-scss.mjs +4 -4
- package/fesm2022/acorex-components-search-box.mjs +7 -7
- package/fesm2022/acorex-components-select-box.mjs +8 -8
- package/fesm2022/acorex-components-select-box.mjs.map +1 -1
- package/fesm2022/acorex-components-selection-list.mjs +7 -7
- package/fesm2022/acorex-components-side-menu.mjs +10 -10
- package/fesm2022/acorex-components-skeleton.mjs +7 -7
- package/fesm2022/acorex-components-slider.mjs +7 -7
- package/fesm2022/acorex-components-step-wizard.mjs +26 -13
- package/fesm2022/acorex-components-step-wizard.mjs.map +1 -1
- package/fesm2022/acorex-components-switch.mjs +10 -10
- package/fesm2022/acorex-components-tabs.mjs +13 -13
- package/fesm2022/acorex-components-tag.mjs +11 -7
- package/fesm2022/acorex-components-tag.mjs.map +1 -1
- package/fesm2022/acorex-components-text-area.mjs +11 -7
- package/fesm2022/acorex-components-text-area.mjs.map +1 -1
- package/fesm2022/acorex-components-text-box.mjs +10 -10
- package/fesm2022/acorex-components-toast.mjs +10 -10
- package/fesm2022/acorex-components-tooltip.mjs +10 -10
- package/fesm2022/acorex-components-uploader.mjs +141 -82
- package/fesm2022/acorex-components-uploader.mjs.map +1 -1
- package/fesm2022/acorex-components-wysiwyg.mjs +365 -178
- package/fesm2022/acorex-components-wysiwyg.mjs.map +1 -1
- package/form/lib/form-field.component.d.ts +45 -0
- package/form/lib/form.component.d.ts +58 -0
- package/form/lib/validation-summary.component.d.ts +49 -0
- package/image/lib/image.component.d.ts +61 -0
- package/label/lib/label.component.d.ts +34 -0
- package/list/lib/list.component.d.ts +98 -0
- package/loading/lib/loading-spinner.component.d.ts +20 -0
- package/loading/lib/loading.component.d.ts +35 -0
- package/loading-dialog/lib/loading-dialog.component.d.ts +39 -1
- package/menu/lib/menu-item/menu-item.component.d.ts +52 -0
- package/menu/lib/menu.component.d.ts +7 -0
- package/nav/lib/nav-item/nav-item.component.d.ts +22 -0
- package/nav/lib/nav.component.d.ts +4 -0
- package/navbar/lib/navbar.component.d.ts +5 -0
- package/notification/lib/notification.component.d.ts +11 -0
- package/number-box/lib/number-box.component.d.ts +74 -1
- package/otp/lib/otp.component.d.ts +35 -1
- package/package.json +74 -68
- package/page/lib/page.component.d.ts +15 -0
- package/paint/README.md +3 -0
- package/paint/index.d.ts +7 -0
- package/paint/lib/paint/paint-container/paint-container.component.d.ts +16 -0
- package/paint/lib/paint/paint-toolbar/paint-toolbar.component.d.ts +9 -0
- package/paint/lib/paint/paint-tools/paint-color-picker/paint-color-picker.component.d.ts +27 -0
- package/paint/lib/paint/paint-tools/paint-pen-cap/paint-pen-cap.component.d.ts +20 -0
- package/paint/lib/paint/paint-tools/paint-pen-mode-changer/paint-pen-mode-changer.component.d.ts +33 -0
- package/paint/lib/paint/paint-view/paint-view.component.d.ts +42 -0
- package/paint/lib/paint/paint.service.d.ts +10 -0
- package/paint/lib/paint.module.d.ts +19 -0
- package/password-box/lib/password-box.component.d.ts +14 -1
- package/phone-box/lib/phone-box.component.d.ts +39 -1
- package/picker/lib/picker.component.d.ts +29 -0
- package/popover/lib/popover.component.d.ts +129 -0
- package/popup/lib/popup.component.d.ts +39 -4
- package/progress-bar/lib/progress-bar.component.d.ts +30 -1
- package/radio/lib/radio.component.d.ts +7 -1
- package/range-slider/lib/range-slider.component.d.ts +4 -0
- package/result/lib/result.component.d.ts +14 -0
- package/routing-progress/lib/routing-progress.component.d.ts +16 -0
- package/scheduler/lib/scheduler.component.d.ts +2 -0
- package/search-box/lib/search-box.component.d.ts +1 -1
- package/select-box/lib/select-box.component.d.ts +1 -1
- package/slider/lib/slider.component.d.ts +1 -1
- package/step-wizard/lib/step-wizard.component.d.ts +13 -0
- package/switch/lib/switch.component.d.ts +1 -1
- package/tag/lib/tag.component.d.ts +4 -0
- package/text-area/lib/text-area.component.d.ts +6 -1
- package/text-box/lib/text-box.component.d.ts +1 -1
- package/uploader/index.d.ts +4 -4
- package/uploader/lib/{uploader-drop-zone.component.d.ts → uploader-drop-zone/uploader-drop-zone.component.d.ts} +3 -1
- package/uploader/lib/{uploader-list.component.d.ts → uploader-list/uploader-list.component.d.ts} +2 -3
- package/uploader/lib/uploader-zone.directive.d.ts +1 -0
- package/uploader/lib/uploader.models.d.ts +14 -4
- package/uploader/lib/uploader.module.d.ts +4 -4
- package/uploader/lib/uploader.service.d.ts +6 -1
- package/wysiwyg/index.d.ts +6 -0
- package/wysiwyg/lib/wysiwyg/wysiwyg-container/wysiwyg-container.component.d.ts +20 -15
- package/wysiwyg/lib/wysiwyg/wysiwyg-toolbar/wysiwyg-toolbar.component.d.ts +1 -100
- package/wysiwyg/lib/wysiwyg/wysiwyg-tools/wysiwyg-alignment/wysiwyg-alignment.component.d.ts +31 -0
- package/wysiwyg/lib/wysiwyg/wysiwyg-tools/wysiwyg-colors/wysiwyg-colors.component.d.ts +35 -0
- package/wysiwyg/lib/wysiwyg/wysiwyg-tools/wysiwyg-font-style/wysiwyg-font-style.component.d.ts +37 -0
- package/wysiwyg/lib/wysiwyg/wysiwyg-tools/wysiwyg-history/wysiwyg-history.component.d.ts +21 -0
- package/wysiwyg/lib/wysiwyg/wysiwyg-tools/wysiwyg-insert/wysiwyg-insert.component.d.ts +35 -0
- package/wysiwyg/lib/wysiwyg/wysiwyg-tools/wysiwyg-list/wysiwyg-list.component.d.ts +23 -0
- package/wysiwyg/lib/wysiwyg/wysiwyg-view/wysiwyg-view.component.d.ts +3 -1
- package/wysiwyg/lib/wysiwyg/wysiwyg.service.d.ts +0 -1
- package/wysiwyg/lib/wysiwyg.module.d.ts +14 -8
- package/esm2022/uploader/lib/uploader-drop-zone.component.mjs +0 -18
- package/esm2022/uploader/lib/uploader-list.component.mjs +0 -26
- /package/uploader/lib/{uploader-dialog-container.component.d.ts → uploader-dialog-container/uploader-dialog-container.component.d.ts} +0 -0
|
@@ -4,33 +4,131 @@ import * as i0 from "@angular/core";
|
|
|
4
4
|
export interface AXListScrollIndexChanged extends AXEvent {
|
|
5
5
|
index: number;
|
|
6
6
|
}
|
|
7
|
+
/**
|
|
8
|
+
* provides a list control with various input options and events for user interaction.
|
|
9
|
+
*
|
|
10
|
+
* @category Components
|
|
11
|
+
*/
|
|
7
12
|
export declare class AXListComponent extends MXSelectionValueComponent implements OnInit {
|
|
13
|
+
/**
|
|
14
|
+
* Emitted when an item in the list is clicked.
|
|
15
|
+
*
|
|
16
|
+
* @event
|
|
17
|
+
*/
|
|
8
18
|
onItemClick: EventEmitter<AXItemClickEvent<any>>;
|
|
19
|
+
/**
|
|
20
|
+
* Defines the data source for the list.
|
|
21
|
+
*
|
|
22
|
+
* @defaultValue convertArrayToDataSource([])
|
|
23
|
+
*/
|
|
9
24
|
dataSource: AXDataSource<unknown>;
|
|
25
|
+
/**
|
|
26
|
+
* @ignore
|
|
27
|
+
*/
|
|
10
28
|
itemHeightSignal: WritableSignal<number | 'auto'>;
|
|
29
|
+
/**
|
|
30
|
+
* Sets the height of each item in the list.
|
|
31
|
+
*/
|
|
11
32
|
set itemHeight(v: number | 'auto');
|
|
33
|
+
/**
|
|
34
|
+
* Template for rendering individual items in the list.
|
|
35
|
+
*/
|
|
12
36
|
itemTemplate: TemplateRef<unknown>;
|
|
37
|
+
/**
|
|
38
|
+
* Template to display when the list is empty.
|
|
39
|
+
*/
|
|
13
40
|
emptyTemplate: TemplateRef<unknown>;
|
|
41
|
+
/**
|
|
42
|
+
* Template to show while the list is loading.
|
|
43
|
+
*/
|
|
14
44
|
loadingTemplate: TemplateRef<unknown>;
|
|
45
|
+
/**
|
|
46
|
+
* Emitted when the index of the scrolled item changes.
|
|
47
|
+
*
|
|
48
|
+
* @event
|
|
49
|
+
*/
|
|
15
50
|
onScrolledIndexChanged: EventEmitter<AXListScrollIndexChanged>;
|
|
51
|
+
/**
|
|
52
|
+
* Specifies whether the checkbox is enabled.
|
|
53
|
+
*
|
|
54
|
+
* @defaultValue true
|
|
55
|
+
*/
|
|
16
56
|
checkbox: boolean;
|
|
57
|
+
/**
|
|
58
|
+
* @ignore
|
|
59
|
+
*/
|
|
17
60
|
protected listDataSource: AXListDataSource<unknown>;
|
|
61
|
+
/**
|
|
62
|
+
* @ignore
|
|
63
|
+
*/
|
|
18
64
|
protected isLoading: WritableSignal<boolean>;
|
|
65
|
+
/**
|
|
66
|
+
* @ignore
|
|
67
|
+
*/
|
|
19
68
|
protected hasItems: boolean;
|
|
69
|
+
/**
|
|
70
|
+
* @ignore
|
|
71
|
+
*/
|
|
20
72
|
private lastIndex;
|
|
73
|
+
/**
|
|
74
|
+
* @ignore
|
|
75
|
+
*/
|
|
21
76
|
private postponeFocus;
|
|
77
|
+
/**
|
|
78
|
+
* @ignore
|
|
79
|
+
*/
|
|
22
80
|
private viewport;
|
|
23
81
|
trackByIdx(i: any): any;
|
|
82
|
+
/**
|
|
83
|
+
* @ignore
|
|
84
|
+
*/
|
|
24
85
|
ngOnInit(): void;
|
|
86
|
+
/**
|
|
87
|
+
* @ignore
|
|
88
|
+
*/
|
|
25
89
|
_handleOnItemClick(e: MouseEvent, item: any): void;
|
|
90
|
+
/**
|
|
91
|
+
* @ignore
|
|
92
|
+
*/
|
|
26
93
|
_handleKeydown(e: KeyboardEvent): void;
|
|
94
|
+
/**
|
|
95
|
+
* @ignore
|
|
96
|
+
*/
|
|
27
97
|
private focusItemByNav;
|
|
98
|
+
/**
|
|
99
|
+
* @ignore
|
|
100
|
+
*/
|
|
28
101
|
protected _handleOnscrolledIndexChange(e: number): void;
|
|
102
|
+
/**
|
|
103
|
+
* Retrieves an item from the data source based on the provided key.
|
|
104
|
+
*
|
|
105
|
+
* @param key The key used to identify the item.
|
|
106
|
+
* @ignore
|
|
107
|
+
*/
|
|
29
108
|
getItemByKey(key: unknown): Promise<unknown> | unknown;
|
|
109
|
+
/**
|
|
110
|
+
* Renders the component by updating the viewport size, scrolling to the last index, and optionally focusing the element.
|
|
111
|
+
*/
|
|
30
112
|
render(): void;
|
|
113
|
+
/**
|
|
114
|
+
* Refreshes the list by clearing the selection cache and reloading the data source.
|
|
115
|
+
* @ignore
|
|
116
|
+
*/
|
|
31
117
|
refresh(): void;
|
|
118
|
+
/**
|
|
119
|
+
* Scrolls the viewport to the specified item index.
|
|
120
|
+
* @param index The index of the item to scroll to.
|
|
121
|
+
* @ignore
|
|
122
|
+
*/
|
|
32
123
|
scrollToIndex(index: number): void;
|
|
124
|
+
/**
|
|
125
|
+
* Sets focus to the first selectable list item. If no item is available, postpones focus.
|
|
126
|
+
*/
|
|
33
127
|
focus(): void;
|
|
128
|
+
/**
|
|
129
|
+
* Determines whether to show the empty template based on the presence of items and loading state.
|
|
130
|
+
* @ignore
|
|
131
|
+
*/
|
|
34
132
|
showEmptyTemplate: () => boolean;
|
|
35
133
|
/**
|
|
36
134
|
* @ignore
|
|
@@ -1,9 +1,29 @@
|
|
|
1
1
|
import { AXStyleColorType } from '@acorex/components/common';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
|
+
/**
|
|
4
|
+
* A loading spinner component that displays a rotating spinner icon.
|
|
5
|
+
* @category Components
|
|
6
|
+
*/
|
|
3
7
|
export declare class AXLoadingSpinnerComponent {
|
|
8
|
+
/**
|
|
9
|
+
* The text to display alongside the spinner.
|
|
10
|
+
* @ignore
|
|
11
|
+
*/
|
|
4
12
|
text: string;
|
|
13
|
+
/**
|
|
14
|
+
* Color of the spinner. Can be a predefined style color or a custom color.
|
|
15
|
+
* @defaultValue 'ghost'
|
|
16
|
+
*/
|
|
5
17
|
color: AXStyleColorType | string;
|
|
18
|
+
/**
|
|
19
|
+
* Size of the spinner, in pixels. This determines both the width and height of the spinner.
|
|
20
|
+
* @defaultValue 16
|
|
21
|
+
*/
|
|
6
22
|
size: number;
|
|
23
|
+
/**
|
|
24
|
+
* Thickness of the spinner's border, in pixels. This affects the visual weight of the spinner's outline.
|
|
25
|
+
* @defaultValue 3
|
|
26
|
+
*/
|
|
7
27
|
stroke: number;
|
|
8
28
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXLoadingSpinnerComponent, never>;
|
|
9
29
|
static ɵcmp: i0.ɵɵComponentDeclaration<AXLoadingSpinnerComponent, "ax-loading-spinner", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; "stroke": { "alias": "stroke"; "required": false; }; }, {}, never, never, false, never>;
|
|
@@ -2,16 +2,51 @@ import { MXBaseComponent } from '@acorex/components/common';
|
|
|
2
2
|
import { CdkPortalOutletAttachedRef, Portal } from '@angular/cdk/portal';
|
|
3
3
|
import { EventEmitter, OnInit } from '@angular/core';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
|
+
/**
|
|
6
|
+
* A component that displays a loading indicator.
|
|
7
|
+
* @category Components
|
|
8
|
+
*/
|
|
5
9
|
export declare class AXLoadingComponent extends MXBaseComponent implements OnInit {
|
|
6
10
|
private config;
|
|
11
|
+
/**
|
|
12
|
+
* @ignore
|
|
13
|
+
*/
|
|
7
14
|
protected _selectedPortal: Portal<unknown>;
|
|
15
|
+
/**
|
|
16
|
+
* Emits an event when the visibility state of the component changes.
|
|
17
|
+
* @event
|
|
18
|
+
*/
|
|
8
19
|
visibleChange: EventEmitter<boolean>;
|
|
20
|
+
/**
|
|
21
|
+
* @ignore
|
|
22
|
+
*/
|
|
9
23
|
private _visible;
|
|
24
|
+
/**
|
|
25
|
+
* Determines whether the component is visible or not.
|
|
26
|
+
*/
|
|
10
27
|
get visible(): boolean;
|
|
28
|
+
/**
|
|
29
|
+
* Sets the visibility of the component and emits a visibility change event.
|
|
30
|
+
*
|
|
31
|
+
* @param v - A boolean value indicating whether the component should be visible.
|
|
32
|
+
*/
|
|
11
33
|
set visible(v: boolean);
|
|
34
|
+
/**
|
|
35
|
+
* Specifies the type of loading indicator to display.
|
|
36
|
+
* @defaultValue 'spinner'
|
|
37
|
+
*/
|
|
12
38
|
type: string;
|
|
39
|
+
/**
|
|
40
|
+
* Provides additional context or data that may be used by the component.
|
|
41
|
+
*/
|
|
13
42
|
context?: unknown;
|
|
43
|
+
/**
|
|
44
|
+
* @ignore
|
|
45
|
+
*/
|
|
14
46
|
ngOnInit(): void;
|
|
47
|
+
/**
|
|
48
|
+
* @ignore
|
|
49
|
+
*/
|
|
15
50
|
protected _handleAttched(ref: CdkPortalOutletAttachedRef): void;
|
|
16
51
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXLoadingComponent, never>;
|
|
17
52
|
static ɵcmp: i0.ɵɵComponentDeclaration<AXLoadingComponent, "ax-loading", never, { "visible": { "alias": "visible"; "required": false; }; "type": { "alias": "type"; "required": false; }; "context": { "alias": "context"; "required": false; }; }, { "visibleChange": "visibleChange"; }, never, never, false, never>;
|
|
@@ -3,22 +3,60 @@ import { DialogRef } from '@angular/cdk/dialog';
|
|
|
3
3
|
import { WritableSignal } from '@angular/core';
|
|
4
4
|
import { AXLoadingDialogButtonItem, AXLoadingDialogConfig } from './loading-dialog.class';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
|
+
/**
|
|
7
|
+
* Represents a loading dialog component with custom styles and encapsulation.
|
|
8
|
+
* @category components
|
|
9
|
+
*/
|
|
6
10
|
export declare class AXLoadingDialogComponent extends MXBaseComponent {
|
|
7
11
|
data: AXLoadingDialogConfig;
|
|
12
|
+
/** @ignore */
|
|
8
13
|
private dialogRef;
|
|
9
|
-
|
|
14
|
+
/** @ignore */
|
|
15
|
+
constructor(data: AXLoadingDialogConfig,
|
|
16
|
+
/** @ignore */
|
|
17
|
+
dialogRef: DialogRef<AXComponentCloseEvent>);
|
|
18
|
+
/** @ignore */
|
|
10
19
|
protected progressText: WritableSignal<string>;
|
|
20
|
+
/** @ignore */
|
|
11
21
|
protected progressStatus: WritableSignal<string>;
|
|
22
|
+
/** @ignore */
|
|
12
23
|
protected progressColor: WritableSignal<AXStyleColorType>;
|
|
24
|
+
/** @ignore */
|
|
13
25
|
protected dialogTitle: WritableSignal<string>;
|
|
26
|
+
/** @ignore */
|
|
14
27
|
protected progressValue: WritableSignal<number>;
|
|
28
|
+
/**
|
|
29
|
+
* Closes the dialog.
|
|
30
|
+
*/
|
|
15
31
|
close(): void;
|
|
32
|
+
/**
|
|
33
|
+
* Sets the progress text.
|
|
34
|
+
* @param text
|
|
35
|
+
*/
|
|
16
36
|
setProgressText(text: string): void;
|
|
37
|
+
/**
|
|
38
|
+
* Sets the progress status.
|
|
39
|
+
* @param status
|
|
40
|
+
*/
|
|
17
41
|
setProgressStatus(status: string): void;
|
|
42
|
+
/**
|
|
43
|
+
* Sets the color for the progress.
|
|
44
|
+
* @param color
|
|
45
|
+
*/
|
|
18
46
|
setProgressColor(color: AXStyleColorType): void;
|
|
47
|
+
/**
|
|
48
|
+
* Sets the title for the dialog.
|
|
49
|
+
* @param text
|
|
50
|
+
*/
|
|
19
51
|
setDialogTitle(text: string): void;
|
|
52
|
+
/**
|
|
53
|
+
* Sets the progress value.
|
|
54
|
+
* @param value
|
|
55
|
+
*/
|
|
20
56
|
setProgressValue(value: number): void;
|
|
57
|
+
/** @ignore */
|
|
21
58
|
protected _handleButtonClick(button: AXLoadingDialogButtonItem): void;
|
|
59
|
+
/** @ignore */
|
|
22
60
|
protected _hasAutoFocus(button: AXLoadingDialogButtonItem): boolean;
|
|
23
61
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXLoadingDialogComponent, never>;
|
|
24
62
|
static ɵcmp: i0.ɵɵComponentDeclaration<AXLoadingDialogComponent, "ax-loading-dialog", never, {}, {}, never, never, false, never>;
|
|
@@ -3,26 +3,78 @@ import { QueryList } from '@angular/core';
|
|
|
3
3
|
import { AXRootMenu } from '../class/root-menu.class';
|
|
4
4
|
import { AXMenuService } from '../menu.service';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
|
+
/**
|
|
7
|
+
* Represents a menu item component used within an `ax-menu`.
|
|
8
|
+
* @category Components
|
|
9
|
+
*/
|
|
6
10
|
export declare class AXMenuItemComponent extends MXInteractiveComponent {
|
|
11
|
+
/** @ignore */
|
|
12
|
+
/** @ignore */
|
|
7
13
|
private popover;
|
|
14
|
+
/**
|
|
15
|
+
* Injects the `AXMenuService` for managing menu interactions.
|
|
16
|
+
*/
|
|
8
17
|
menuService: AXMenuService;
|
|
18
|
+
/**
|
|
19
|
+
* The vertical offset for positioning, initialized to 0.
|
|
20
|
+
*/
|
|
9
21
|
offsetY: import("@angular/core").WritableSignal<number>;
|
|
22
|
+
/**
|
|
23
|
+
* The horizontal offset for positioning, initialized to 0.
|
|
24
|
+
*/
|
|
10
25
|
offsetX: import("@angular/core").WritableSignal<number>;
|
|
26
|
+
/**
|
|
27
|
+
* The text content, initialized to an empty string.
|
|
28
|
+
*/
|
|
11
29
|
text: import("@angular/core").InputSignal<string>;
|
|
30
|
+
/**
|
|
31
|
+
* Indicates whether the item is active.
|
|
32
|
+
*/
|
|
12
33
|
active: import("@angular/core").InputSignal<boolean>;
|
|
34
|
+
/**
|
|
35
|
+
* Emitted when the active state changes.
|
|
36
|
+
*/
|
|
13
37
|
activeChange: import("@angular/core").OutputEmitterRef<boolean>;
|
|
38
|
+
/**
|
|
39
|
+
* Emitted when the element is clicked.
|
|
40
|
+
*/
|
|
14
41
|
onClick: import("@angular/core").OutputEmitterRef<AXClickEvent>;
|
|
42
|
+
/**
|
|
43
|
+
* Indicates whether the component is a root menu item.
|
|
44
|
+
* @defaultValue false
|
|
45
|
+
*/
|
|
15
46
|
isRoot: boolean;
|
|
47
|
+
/**
|
|
48
|
+
* The parent menu item component, if any.
|
|
49
|
+
*/
|
|
16
50
|
parent?: AXMenuItemComponent;
|
|
51
|
+
/**
|
|
52
|
+
* Injects the root menu service.
|
|
53
|
+
*/
|
|
17
54
|
rootMenu: AXRootMenu;
|
|
55
|
+
/** @ignore */
|
|
18
56
|
children: QueryList<AXMenuItemComponent>;
|
|
57
|
+
/** @ignore */
|
|
19
58
|
constructor();
|
|
59
|
+
/**
|
|
60
|
+
* Closes the popover if it is open.
|
|
61
|
+
*/
|
|
20
62
|
close(): void;
|
|
63
|
+
/** @ignore */
|
|
21
64
|
_handleOnOpened(): void;
|
|
65
|
+
/** @ignore */
|
|
22
66
|
_handleOnClosed(): void;
|
|
67
|
+
/**
|
|
68
|
+
* Returns the icon based on the orientation of the root menu.
|
|
69
|
+
*/
|
|
23
70
|
getIcon(): "ax-icon-arrow-right" | "ax-icon-arrow-down";
|
|
71
|
+
/**
|
|
72
|
+
* Determines the placement based on the root menu's orientation: 'bottom-start' for horizontal root, 'end-top' otherwise.
|
|
73
|
+
*/
|
|
24
74
|
getPlacement(): "bottom-start" | "end-top";
|
|
75
|
+
/** @ignore */
|
|
25
76
|
get __hostClass(): string[];
|
|
77
|
+
/** @ignore */
|
|
26
78
|
private __hostClick;
|
|
27
79
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXMenuItemComponent, never>;
|
|
28
80
|
static ɵcmp: i0.ɵɵComponentDeclaration<AXMenuItemComponent, "ax-menu-item", never, { "disabled": { "alias": "disabled"; "required": false; }; "text": { "alias": "text"; "required": false; "isSignal": true; }; "active": { "alias": "active"; "required": false; "isSignal": true; }; }, { "activeChange": "activeChange"; "onClick": "onClick"; }, ["children"], ["ax-prefix", "ax-suffix", "ax-menu-item"], false, never>;
|
|
@@ -3,11 +3,18 @@ import { AfterViewInit, QueryList } from '@angular/core';
|
|
|
3
3
|
import { AXMenuPopoverTrigger } from './class/popover.class';
|
|
4
4
|
import { AXMenuItemComponent } from './menu-item/menu-item.component';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
|
+
/**
|
|
7
|
+
* Represents a menu component that displays menu items.
|
|
8
|
+
* @category Components
|
|
9
|
+
*/
|
|
6
10
|
export declare class AXMenuComponent extends MXBaseComponent implements AfterViewInit {
|
|
7
11
|
orientation: import("@angular/core").InputSignal<AXOrientation>;
|
|
8
12
|
openOn: import("@angular/core").InputSignal<AXMenuPopoverTrigger>;
|
|
13
|
+
/** @ignore */
|
|
9
14
|
children: QueryList<AXMenuItemComponent>;
|
|
15
|
+
/** @ignore */
|
|
10
16
|
ngAfterViewInit(): void;
|
|
17
|
+
/** @ignore */
|
|
11
18
|
get __hostClass(): string;
|
|
12
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXMenuComponent, never>;
|
|
13
20
|
static ɵcmp: i0.ɵɵComponentDeclaration<AXMenuComponent, "ax-menu", never, { "orientation": { "alias": "orientation"; "required": false; "isSignal": true; }; "openOn": { "alias": "openOn"; "required": false; "isSignal": true; }; }, {}, ["children"], ["ax-menu-item,ng-container"], false, never>;
|
|
@@ -2,12 +2,34 @@ import { AXClickEvent, MXInteractiveComponent } from '@acorex/components/common'
|
|
|
2
2
|
import { EventEmitter } from '@angular/core';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
declare const AXNavItemComponent_base: import("polytype").Polytype.ClusteredConstructor<[typeof MXInteractiveComponent]>;
|
|
5
|
+
/**
|
|
6
|
+
* @category Components
|
|
7
|
+
* A component represents an individual item within the navigation interface, supporting customization options such as disabling and color changes.
|
|
8
|
+
*/
|
|
5
9
|
export declare class AXNavItemComponent extends AXNavItemComponent_base {
|
|
10
|
+
/**
|
|
11
|
+
* Emits an event when the navigation item is clicked.
|
|
12
|
+
* @event
|
|
13
|
+
*/
|
|
6
14
|
onClick: EventEmitter<AXClickEvent>;
|
|
15
|
+
/**
|
|
16
|
+
* Emits when the active state changes.
|
|
17
|
+
* @event
|
|
18
|
+
*/
|
|
7
19
|
activeChange: EventEmitter<boolean>;
|
|
20
|
+
/** @ignore */
|
|
8
21
|
private _active;
|
|
22
|
+
/**
|
|
23
|
+
* Gets or sets the active state of the component.
|
|
24
|
+
* @param {boolean} v
|
|
25
|
+
*/
|
|
9
26
|
get active(): boolean;
|
|
27
|
+
/**
|
|
28
|
+
* Sets the active state of the component.
|
|
29
|
+
* @param {boolean} v
|
|
30
|
+
*/
|
|
10
31
|
set active(v: boolean);
|
|
32
|
+
/** @ignore */
|
|
11
33
|
_handleClickEvent(e: MouseEvent): void;
|
|
12
34
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXNavItemComponent, never>;
|
|
13
35
|
static ɵcmp: i0.ɵɵComponentDeclaration<AXNavItemComponent, "ax-nav-item", never, { "disabled": { "alias": "disabled"; "required": false; }; "color": { "alias": "color"; "required": false; }; "active": { "alias": "active"; "required": false; }; }, { "onClick": "onClick"; "activeChange": "activeChange"; }, never, ["ax-title", "ax-prefix", "*", "ax-suffix", "ax-side-menu-item, ng-container"], false, never>;
|
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
import { MXBaseComponent } from '@acorex/components/common';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
|
+
/**
|
|
4
|
+
* @category Components
|
|
5
|
+
* A navigation component provides a customizable navigation interface with optimized change detection.
|
|
6
|
+
*/
|
|
3
7
|
export declare class AXNavComponent extends MXBaseComponent {
|
|
4
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXNavComponent, never>;
|
|
5
9
|
static ɵcmp: i0.ɵɵComponentDeclaration<AXNavComponent, "ax-nav", never, {}, {}, never, ["ax-nav-item,ax-title,ng-container"], false, never>;
|
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
import { MXLookComponent } from '@acorex/components/common';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
|
+
/**
|
|
4
|
+
* @category Components
|
|
5
|
+
* A navigation bar component that supports custom styling and encapsulation.
|
|
6
|
+
*/
|
|
3
7
|
export declare class AXNavbarComponent extends MXLookComponent {
|
|
8
|
+
/** @ignore */
|
|
4
9
|
get __hostClass(): string;
|
|
5
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXNavbarComponent, never>;
|
|
6
11
|
static ɵcmp: i0.ɵɵComponentDeclaration<AXNavbarComponent, "ax-navbar", never, { "look": { "alias": "look"; "required": false; }; }, {}, never, ["ax-prefix", "ax-title", "*", "ax-suffix"], false, never>;
|
|
@@ -11,18 +11,29 @@ import * as i0 from "@angular/core";
|
|
|
11
11
|
export declare class AXNotificationComponent extends MXBaseComponent {
|
|
12
12
|
config: AXNotificationData;
|
|
13
13
|
private dialogRef;
|
|
14
|
+
/** @ignore */
|
|
14
15
|
_selectedPortal: Portal<unknown>;
|
|
16
|
+
/** @ignore */
|
|
15
17
|
_icon: string;
|
|
16
18
|
/**
|
|
17
19
|
* @ignore
|
|
18
20
|
*/
|
|
19
21
|
constructor(config: AXNotificationData, dialogRef: DialogRef<AXComponentCloseEvent>);
|
|
22
|
+
/** @ignore */
|
|
20
23
|
ngOnInit(): void;
|
|
24
|
+
/** @ignore */
|
|
21
25
|
private _handleTimeOut;
|
|
26
|
+
/** @ignore */
|
|
22
27
|
private _initContent;
|
|
28
|
+
/** @ignore */
|
|
23
29
|
private _initIcon;
|
|
30
|
+
/** @ignore */
|
|
24
31
|
protected _handleButtonClick(button: AXNotificationButtonItem): void;
|
|
32
|
+
/** @ignore */
|
|
25
33
|
private get __hostClass();
|
|
34
|
+
/**
|
|
35
|
+
* Closes the dialog and provides the component and HTML element for reference.
|
|
36
|
+
*/
|
|
26
37
|
close(): void;
|
|
27
38
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXNotificationComponent, never>;
|
|
28
39
|
static ɵcmp: i0.ɵɵComponentDeclaration<AXNotificationComponent, "ax-notification", never, {}, {}, never, never, false, never>;
|
|
@@ -4,7 +4,7 @@ import { MXInputBaseValueComponent, MXLookComponent } from '@acorex/components/c
|
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
declare const AXNumberBoxComponent_base: import("polytype").Polytype.ClusteredConstructor<[{
|
|
6
6
|
new (): MXInputBaseValueComponent<number>;
|
|
7
|
-
ɵfac:
|
|
7
|
+
ɵfac: import("@angular/core").ɵɵFactoryDeclaration<MXInputBaseValueComponent<any>, never>;
|
|
8
8
|
ɵprov: import("@angular/core").ɵɵInjectableDeclaration<MXInputBaseValueComponent<any>>;
|
|
9
9
|
}, typeof MXLookComponent]>;
|
|
10
10
|
/**
|
|
@@ -13,66 +13,139 @@ declare const AXNumberBoxComponent_base: import("polytype").Polytype.ClusteredCo
|
|
|
13
13
|
* @category Components
|
|
14
14
|
*/
|
|
15
15
|
export declare class AXNumberBoxComponent extends AXNumberBoxComponent_base implements AfterViewInit {
|
|
16
|
+
/** @ignore */
|
|
16
17
|
input: ElementRef<HTMLInputElement>;
|
|
18
|
+
/** @ignore */
|
|
17
19
|
private _thousandsSeparator;
|
|
18
20
|
/**
|
|
19
21
|
* A character value that specifies the separator character.
|
|
20
22
|
*/
|
|
21
23
|
get thousandsSeparator(): string;
|
|
24
|
+
/**
|
|
25
|
+
* Sets the thousands separator for formatting.
|
|
26
|
+
* @param {string} v
|
|
27
|
+
*/
|
|
22
28
|
set thousandsSeparator(v: string);
|
|
29
|
+
/** @ignore */
|
|
23
30
|
private _padDecimalZeros;
|
|
24
31
|
/**
|
|
25
32
|
* A character value that specifies the separator character.
|
|
26
33
|
*/
|
|
27
34
|
get padDecimalZeros(): boolean;
|
|
35
|
+
/**
|
|
36
|
+
* Sets whether decimal zeros should be padded.
|
|
37
|
+
* @param {boolean} v
|
|
38
|
+
*/
|
|
28
39
|
set padDecimalZeros(v: boolean);
|
|
29
40
|
/**
|
|
30
41
|
* Specifies the value that is used to increment or decrement the **Integer** part of number
|
|
31
42
|
*/
|
|
43
|
+
/**
|
|
44
|
+
* Defines the increment step value.
|
|
45
|
+
*/
|
|
32
46
|
step: number;
|
|
47
|
+
/** @ignore */
|
|
33
48
|
private _decimals;
|
|
34
49
|
/**
|
|
35
50
|
* Specifies the number of decimals that the user can enter
|
|
36
51
|
*/
|
|
37
52
|
get decimals(): number;
|
|
53
|
+
/**
|
|
54
|
+
* Sets the decimal places; defaults to 0 if not provided.
|
|
55
|
+
*/
|
|
38
56
|
set decimals(v: number);
|
|
39
57
|
/**
|
|
40
58
|
* Specifies the value that is used to increment or decrement the **Deciaml** part of number
|
|
41
59
|
*/
|
|
60
|
+
/**
|
|
61
|
+
* Defines the step size for decimal values.
|
|
62
|
+
* @defaultvalue 'auto'
|
|
63
|
+
*/
|
|
42
64
|
decimalStep: number | 'auto';
|
|
43
65
|
/**
|
|
44
66
|
* Specifies whether the Up and Down spin buttons will be rendered or not
|
|
45
67
|
*/
|
|
68
|
+
/**
|
|
69
|
+
* Indicates whether spin buttons are displayed.
|
|
70
|
+
* @defaultvalue true
|
|
71
|
+
*/
|
|
46
72
|
showSpinButtons: boolean;
|
|
73
|
+
/** @ignore */
|
|
47
74
|
private _minValue;
|
|
48
75
|
/**
|
|
49
76
|
* Specifies the smallest value that is valid
|
|
50
77
|
*/
|
|
51
78
|
get minValue(): number;
|
|
79
|
+
/**
|
|
80
|
+
* Sets the number of decimal places to be used.
|
|
81
|
+
* @param {number} v
|
|
82
|
+
* @defaultvalue 0
|
|
83
|
+
*/
|
|
52
84
|
set minValue(v: number);
|
|
85
|
+
/** @ignore */
|
|
53
86
|
private _maxValue;
|
|
54
87
|
/**
|
|
55
88
|
* Specifies the greatest value that is valid
|
|
56
89
|
*/
|
|
57
90
|
get maxValue(): number;
|
|
91
|
+
/**
|
|
92
|
+
* Sets the maximum allowable value, defaulting to `Number.MAX_SAFE_INTEGER` if null.
|
|
93
|
+
* @param v
|
|
94
|
+
*/
|
|
58
95
|
set maxValue(v: number);
|
|
96
|
+
/**
|
|
97
|
+
* CSS classes to apply to the component.
|
|
98
|
+
* @param classNames
|
|
99
|
+
*/
|
|
100
|
+
/**
|
|
101
|
+
* CSS classes to apply to the component.
|
|
102
|
+
*/
|
|
59
103
|
classNames: string;
|
|
60
104
|
/**
|
|
61
105
|
* @ignore
|
|
62
106
|
*/
|
|
63
107
|
_maskObj: MaskedNumber;
|
|
108
|
+
/** @ignore */
|
|
109
|
+
/** @ignore */
|
|
64
110
|
private _maskDirective;
|
|
111
|
+
/** @ignore */
|
|
65
112
|
ngAfterViewInit(): void;
|
|
113
|
+
/**
|
|
114
|
+
* Handles internal option changes and updates the mask accordingly.
|
|
115
|
+
*/
|
|
66
116
|
internalOptionChanged(): void;
|
|
117
|
+
/**
|
|
118
|
+
* Resets the input element to its default state and calls the parent class reset method.
|
|
119
|
+
*/
|
|
67
120
|
reset(): void;
|
|
121
|
+
/**
|
|
122
|
+
* Ensures the value is within the min-max range, returning the default if null.
|
|
123
|
+
* @param value
|
|
124
|
+
*/
|
|
68
125
|
internalSetValue(value: any): number;
|
|
126
|
+
/** @ignore */
|
|
69
127
|
private _updateMask;
|
|
128
|
+
/** @ignore */
|
|
70
129
|
_handleModelChange(value: number): void;
|
|
130
|
+
/** @ignore */
|
|
71
131
|
_handleOnKeydownEvent(e: KeyboardEvent): void;
|
|
132
|
+
/** @ignore */
|
|
72
133
|
protected _handleUpDownClick(v: -1 | 1): void;
|
|
134
|
+
/**
|
|
135
|
+
* Increases the value by the step amount, ensuring it's at least the minimum value.
|
|
136
|
+
*/
|
|
73
137
|
stepUp(u?: boolean): void;
|
|
138
|
+
/**
|
|
139
|
+
* Decreases the value by the step amount, ensuring it's at least the minimum value.
|
|
140
|
+
*/
|
|
74
141
|
stepDown(u?: boolean): void;
|
|
142
|
+
/**
|
|
143
|
+
* Increases the value by the decimal step amount, using 'auto' or a custom step value.
|
|
144
|
+
*/
|
|
75
145
|
decimalStepUp(u?: boolean): void;
|
|
146
|
+
/**
|
|
147
|
+
* Decreases the value by the decimal step amount, using 'auto' or a custom step value.
|
|
148
|
+
*/
|
|
76
149
|
decimalStepDown(u?: boolean): void;
|
|
77
150
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXNumberBoxComponent, never>;
|
|
78
151
|
static ɵcmp: i0.ɵɵComponentDeclaration<AXNumberBoxComponent, "ax-number-box", 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; }; "thousandsSeparator": { "alias": "thousandsSeparator"; "required": false; }; "padDecimalZeros": { "alias": "padDecimalZeros"; "required": false; }; "step": { "alias": "step"; "required": false; }; "decimals": { "alias": "decimals"; "required": false; }; "decimalStep": { "alias": "decimalStep"; "required": false; }; "showSpinButtons": { "alias": "showSpinButtons"; "required": false; }; "minValue": { "alias": "minValue"; "required": false; }; "maxValue": { "alias": "maxValue"; "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"], false, never>;
|
|
@@ -4,26 +4,60 @@ import { AXOtpCompletedEvent } from './otp.class';
|
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
declare const AXOtpComponent_base: import("polytype").Polytype.ClusteredConstructor<[{
|
|
6
6
|
new (): MXValueComponent<string>;
|
|
7
|
-
ɵfac:
|
|
7
|
+
ɵfac: import("@angular/core").ɵɵFactoryDeclaration<MXValueComponent<any>, never>;
|
|
8
8
|
ɵprov: import("@angular/core").ɵɵInjectableDeclaration<MXValueComponent<any>>;
|
|
9
9
|
}, typeof MXLookComponent]>;
|
|
10
|
+
/**
|
|
11
|
+
* @category
|
|
12
|
+
* A component for OTP input fields with state management and custom styling support.
|
|
13
|
+
*/
|
|
10
14
|
export declare class AXOtpComponent extends AXOtpComponent_base implements OnInit, AfterViewInit {
|
|
15
|
+
/**
|
|
16
|
+
* Holds the length of the OTP input field.
|
|
17
|
+
*/
|
|
11
18
|
length: import("@angular/core").ModelSignal<number>;
|
|
19
|
+
/**
|
|
20
|
+
* @event
|
|
21
|
+
* Emits an event when the OTP input is completed.
|
|
22
|
+
*/
|
|
12
23
|
onCompleted: import("@angular/core").OutputEmitterRef<AXOtpCompletedEvent>;
|
|
24
|
+
/**
|
|
25
|
+
* Stores the values entered in the OTP input fields.
|
|
26
|
+
*/
|
|
13
27
|
inputValues: number[];
|
|
28
|
+
/**
|
|
29
|
+
* Holds the input values as a signal.
|
|
30
|
+
*/
|
|
14
31
|
inputs: import("@angular/core").WritableSignal<number[]>;
|
|
32
|
+
/** @ignore */
|
|
15
33
|
constructor();
|
|
34
|
+
/** @ignore */
|
|
16
35
|
ngOnInit(): void;
|
|
36
|
+
/** @ignore */
|
|
17
37
|
ngAfterViewInit(): void;
|
|
38
|
+
/**
|
|
39
|
+
* Converts the value string to input values and updates the inputValues array.
|
|
40
|
+
*/
|
|
18
41
|
mapValueToInputs(): void;
|
|
42
|
+
/**
|
|
43
|
+
* Resets the input values to an empty array.
|
|
44
|
+
*/
|
|
19
45
|
reset(): void;
|
|
46
|
+
/** @ignore */
|
|
20
47
|
private _render;
|
|
48
|
+
/** @ignore */
|
|
21
49
|
protected _handleOnInput(event: any, i: number): void;
|
|
50
|
+
/** @ignore */
|
|
22
51
|
internalSetValue(value: any): string;
|
|
52
|
+
/** @ignore */
|
|
23
53
|
protected calcFontSize(): void;
|
|
54
|
+
/** @ignore */
|
|
24
55
|
protected _handleOnKeyDown(event: KeyboardEvent, i: number): void;
|
|
56
|
+
/** @ignore */
|
|
25
57
|
protected _handleOnPaste(event: ClipboardEvent): void;
|
|
58
|
+
/** @ignore */
|
|
26
59
|
protected _handleOnClick(i: any): void;
|
|
60
|
+
/** @ignore */
|
|
27
61
|
protected _emitOnComplete(): void;
|
|
28
62
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXOtpComponent, never>;
|
|
29
63
|
static ɵcmp: i0.ɵɵComponentDeclaration<AXOtpComponent, "ax-otp", never, { "state": { "alias": "state"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "look": { "alias": "look"; "required": false; }; "length": { "alias": "length"; "required": false; "isSignal": true; }; }, { "stateChange": "stateChange"; "disabledChange": "disabledChange"; "length": "lengthChange"; "onCompleted": "onCompleted"; }, never, never, false, never>;
|