@acorex/components 18.6.0 → 18.7.2
Sign up to get free protection for your applications and to get access to all the features.
- package/calendar/lib/calendar-range.component.d.ts +1 -1
- package/calendar/lib/calendar.component.d.ts +1 -1
- package/color-box/lib/color-box.component.d.ts +1 -1
- package/conversation/lib/conversation-input/conversation-input.component.d.ts +1 -1
- package/datetime-box/lib/datetime-box.component.d.ts +1 -1
- package/datetime-picker/lib/datetime-picker.component.d.ts +1 -1
- 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 +3 -3
- 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 +3 -3
- 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 +3 -3
- 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 +3 -3
- package/esm2022/data-pager/lib/data-pager-prev-buttons.component.mjs +3 -3
- package/esm2022/data-pager/lib/data-pager.component.mjs +3 -3
- 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 +3 -3
- package/esm2022/data-table/lib/columns/row-command-column.component.mjs +6 -6
- package/esm2022/data-table/lib/columns/row-index-column.component.mjs +3 -3
- package/esm2022/data-table/lib/columns/row-select-column.component.mjs +3 -3
- package/esm2022/data-table/lib/data-table/data-table.component.mjs +4 -4
- 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 +3 -3
- package/esm2022/datetime-box/lib/datetime-box.component.mjs +3 -3
- package/esm2022/datetime-box/lib/datetime-box.module.mjs +4 -4
- package/esm2022/datetime-input/lib/datetime-input.component.mjs +3 -3
- package/esm2022/datetime-input/lib/datetime-input.module.mjs +4 -4
- package/esm2022/datetime-picker/lib/datetime-picker.component.mjs +3 -3
- package/esm2022/datetime-picker/lib/datetime-picker.module.mjs +4 -4
- package/esm2022/decorators/lib/components/clear-button.component.mjs +3 -3
- package/esm2022/decorators/lib/components/close-button.component.mjs +3 -3
- package/esm2022/decorators/lib/components/generic-content.component.mjs +3 -3
- package/esm2022/decorators/lib/components/icon.component.mjs +3 -3
- package/esm2022/decorators/lib/decorators.module.mjs +4 -4
- package/esm2022/dialog/lib/dialog.component.mjs +4 -4
- 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 +3 -3
- package/esm2022/drawer/lib/drawer.component.mjs +3 -3
- 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 +3 -3
- package/esm2022/dropdown/lib/dropdown-panel.component.mjs +3 -3
- package/esm2022/dropdown/lib/dropdown.module.mjs +4 -4
- package/esm2022/dropdown-button/lib/dropdown-button.component.mjs +3 -3
- package/esm2022/dropdown-button/lib/dropdown-button.module.mjs +4 -4
- package/esm2022/form/lib/form-field.component.mjs +3 -3
- package/esm2022/form/lib/form.component.mjs +3 -3
- 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 +3 -3
- package/esm2022/image/lib/image.component.mjs +3 -3
- package/esm2022/image/lib/image.module.mjs +4 -4
- package/esm2022/label/lib/label.component.mjs +3 -3
- package/esm2022/label/lib/label.module.mjs +4 -4
- package/esm2022/list/lib/list.component.mjs +3 -3
- package/esm2022/list/lib/list.module.mjs +4 -4
- package/esm2022/loading/lib/loading-spinner.component.mjs +3 -3
- package/esm2022/loading/lib/loading.component.mjs +3 -3
- 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 +154 -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 +33 -8
- 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 +11 -8
- package/esm2022/step-wizard/lib/step-wizard.class.mjs +1 -1
- package/esm2022/step-wizard/lib/step-wizard.component.mjs +52 -31
- 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 +4 -4
- 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/lib/uploader-browse-handle.directive.mjs +3 -3
- package/esm2022/uploader/lib/uploader-dialog-container/uploader-dialog-container.component.mjs +3 -3
- package/esm2022/uploader/lib/uploader-drop-zone/uploader-drop-zone.component.mjs +3 -3
- package/esm2022/uploader/lib/uploader-list/uploader-list.component.mjs +7 -9
- package/esm2022/uploader/lib/uploader-zone.directive.mjs +3 -3
- package/esm2022/uploader/lib/uploader.models.mjs +21 -11
- package/esm2022/uploader/lib/uploader.module.mjs +4 -4
- package/esm2022/uploader/lib/uploader.service.mjs +50 -28
- package/esm2022/wysiwyg/index.mjs +7 -1
- package/esm2022/wysiwyg/lib/wysiwyg/wysiwyg-container/wysiwyg-container.component.mjs +11 -19
- package/esm2022/wysiwyg/lib/wysiwyg/wysiwyg-toolbar/wysiwyg-toolbar.component.mjs +7 -259
- 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 +150 -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 +7 -7
- 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 +7 -7
- 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 +7 -7
- 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 +31 -31
- package/fesm2022/acorex-components-data-table.mjs +35 -35
- package/fesm2022/acorex-components-data-table.mjs.map +1 -1
- package/fesm2022/acorex-components-datetime-box.mjs +7 -7
- package/fesm2022/acorex-components-datetime-input.mjs +7 -7
- package/fesm2022/acorex-components-datetime-picker.mjs +7 -7
- package/fesm2022/acorex-components-decorators.mjs +16 -16
- package/fesm2022/acorex-components-dialog.mjs +11 -11
- package/fesm2022/acorex-components-dialog.mjs.map +1 -1
- package/fesm2022/acorex-components-drawer.mjs +10 -10
- package/fesm2022/acorex-components-dropdown-button.mjs +7 -7
- package/fesm2022/acorex-components-dropdown.mjs +13 -13
- package/fesm2022/acorex-components-form.mjs +16 -16
- package/fesm2022/acorex-components-image.mjs +7 -7
- package/fesm2022/acorex-components-label.mjs +7 -7
- package/fesm2022/acorex-components-list.mjs +7 -7
- 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 +16 -16
- 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 +386 -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 +39 -14
- 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 +69 -45
- 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-tabs.mjs.map +1 -1
- 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 +90 -62
- package/fesm2022/acorex-components-uploader.mjs.map +1 -1
- package/fesm2022/acorex-components-wysiwyg.mjs +308 -159
- package/fesm2022/acorex-components-wysiwyg.mjs.map +1 -1
- 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 +61 -55
- 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 +56 -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 -0
- 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-item/step-wizard-item.component.d.ts +2 -1
- package/step-wizard/lib/step-wizard.class.d.ts +1 -1
- package/step-wizard/lib/step-wizard.component.d.ts +23 -9
- 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/lib/uploader-list/uploader-list.component.d.ts +1 -2
- package/uploader/lib/uploader.models.d.ts +9 -4
- package/uploader/lib/uploader.service.d.ts +5 -1
- package/wysiwyg/index.d.ts +6 -0
- package/wysiwyg/lib/wysiwyg/wysiwyg-container/wysiwyg-container.component.d.ts +8 -16
- package/wysiwyg/lib/wysiwyg/wysiwyg-toolbar/wysiwyg-toolbar.component.d.ts +1 -99
- 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 +42 -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
@@ -3,28 +3,57 @@ import { AXUnsubscriber } from '@acorex/core/utils';
|
|
3
3
|
import { AfterContentInit, NgZone, OnDestroy, QueryList } from '@angular/core';
|
4
4
|
import { AXPickerColumnDirective } from './picker-column.directive';
|
5
5
|
import * as i0 from "@angular/core";
|
6
|
+
/**
|
7
|
+
* @category Components
|
8
|
+
* A picker component with OnPush change detection and no encapsulation.
|
9
|
+
*/
|
6
10
|
export declare class AXPickerComponent extends MXBaseComponent implements AfterContentInit, OnDestroy {
|
11
|
+
/** @ignore */
|
12
|
+
/** @ignore */
|
7
13
|
protected _columns: QueryList<AXPickerColumnDirective>;
|
14
|
+
/** @ignore */
|
8
15
|
private _itemHeight;
|
16
|
+
/** @ignore */
|
9
17
|
private _htmlColumns;
|
18
|
+
/** @ignore */
|
10
19
|
private _dragging;
|
20
|
+
/** @ignore */
|
11
21
|
private _previousY;
|
22
|
+
/** @ignore */
|
12
23
|
private _currentList;
|
24
|
+
/** @ignore */
|
13
25
|
protected _unsubscriber: AXUnsubscriber;
|
26
|
+
/** @ignore */
|
14
27
|
protected _zone: NgZone;
|
28
|
+
/** @ignore */
|
15
29
|
ngAfterContentInit(): void;
|
30
|
+
/** @ignore */
|
16
31
|
ngOnDestroy(): void;
|
32
|
+
/** @ignore */
|
17
33
|
private _setHeights;
|
34
|
+
/** @ignore */
|
18
35
|
private _calcItemheight;
|
36
|
+
/** @ignore */
|
19
37
|
private _bindEvents;
|
38
|
+
/** @ignore */
|
20
39
|
private _removeEvents;
|
40
|
+
/** @ignore */
|
21
41
|
_handleTouchStart(e: MouseEvent | TouchEvent): void;
|
42
|
+
/** @ignore */
|
22
43
|
private _handleTouchMove;
|
44
|
+
/** @ignore */
|
23
45
|
private _handleTouchEnd;
|
46
|
+
/** @ignore */
|
24
47
|
private _handleMouseWeel;
|
48
|
+
/** @ignore */
|
25
49
|
private _moveByDelta;
|
50
|
+
/** @ignore */
|
26
51
|
protected _handleItemClick(column: AXPickerColumnDirective, item: any): void;
|
52
|
+
/** @ignore */
|
27
53
|
private _detectSelectedItemsByValue;
|
54
|
+
/**
|
55
|
+
* Refreshes the component by setting heights and detecting selected items by value.
|
56
|
+
*/
|
28
57
|
refresh(): void;
|
29
58
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXPickerComponent, never>;
|
30
59
|
static ɵcmp: i0.ɵɵComponentDeclaration<AXPickerComponent, "ax-picker", never, {}, {}, ["_columns"], never, false, never>;
|
@@ -4,68 +4,197 @@ import { ComponentRef, ElementRef, EventEmitter, TemplateRef } from '@angular/co
|
|
4
4
|
import * as i0 from "@angular/core";
|
5
5
|
export type AXPopoverOpenTrigger = 'manual' | 'click' | 'hover' | 'toggle';
|
6
6
|
export type AXPopoverCloseTrigger = 'manual' | 'clickOut' | 'leave';
|
7
|
+
/**
|
8
|
+
* @category Components
|
9
|
+
* A popover component with custom encapsulation and change detection settings.
|
10
|
+
*/
|
7
11
|
export declare class AXPopoverComponent extends MXBaseComponent {
|
12
|
+
/** @ignore */
|
8
13
|
private _platform;
|
14
|
+
/** @ignore */
|
9
15
|
private _overlay;
|
16
|
+
/** @ignore */
|
10
17
|
private _overlayRef;
|
18
|
+
/** @ignore */
|
11
19
|
private _isMouseOverButton;
|
20
|
+
/** @ignore */
|
12
21
|
private _isMouseOverTooltip;
|
22
|
+
/** @ignore */
|
13
23
|
private _lastActiveElement;
|
24
|
+
/** @ignore */
|
14
25
|
private _targetEvents;
|
26
|
+
/** @ignore */
|
15
27
|
private _overlayEvents;
|
28
|
+
/** @ignore */
|
16
29
|
private _offsetX;
|
30
|
+
/**
|
31
|
+
* Gets or sets the horizontal offset and updates it accordingly.
|
32
|
+
*/
|
17
33
|
get offsetX(): number;
|
34
|
+
/**
|
35
|
+
* Sets the horizontal offset and updates it with a callback.
|
36
|
+
*/
|
18
37
|
set offsetX(v: number);
|
38
|
+
/** @ignore */
|
19
39
|
private _offsetY;
|
40
|
+
/**
|
41
|
+
* Vertical offset with update callback.
|
42
|
+
*/
|
20
43
|
get offsetY(): number;
|
44
|
+
/**
|
45
|
+
* Sets the vertical offset and updates the component position.
|
46
|
+
*/
|
21
47
|
set offsetY(v: number);
|
48
|
+
/** @ignore */
|
22
49
|
private _target;
|
50
|
+
/**
|
51
|
+
* Gets or sets the target element, supporting HTMLElement, ElementRef, or MXBaseComponent.
|
52
|
+
*/
|
23
53
|
get target(): HTMLElement | ElementRef | MXBaseComponent;
|
54
|
+
/**
|
55
|
+
* Sets the target element and updates event bindings.
|
56
|
+
*/
|
24
57
|
set target(v: HTMLElement | ElementRef | MXBaseComponent);
|
58
|
+
/** @ignore */
|
25
59
|
private _defautPlacements;
|
60
|
+
/** @ignore */
|
26
61
|
private _placements;
|
62
|
+
/** @ignore */
|
27
63
|
private _placement;
|
64
|
+
/**
|
65
|
+
* Gets or sets the component's placement and updates position settings.
|
66
|
+
*/
|
28
67
|
get placement(): AXPlacementType;
|
68
|
+
/**
|
69
|
+
* Sets the component's placement and updates its position settings.
|
70
|
+
*/
|
29
71
|
set placement(v: AXPlacementType);
|
72
|
+
/** @ignore */
|
30
73
|
private _portal;
|
74
|
+
/** @ignore */
|
31
75
|
private _componentRef;
|
76
|
+
/**
|
77
|
+
* Gets the reference to the component.
|
78
|
+
*/
|
32
79
|
get componentRef(): ComponentRef<unknown>;
|
80
|
+
/**
|
81
|
+
* Holds the context data for the component.
|
82
|
+
*/
|
33
83
|
context: unknown;
|
84
|
+
/** @ignore */
|
34
85
|
_baseTemplate: TemplateRef<unknown>;
|
86
|
+
/**
|
87
|
+
* Defines the content to be displayed, which can be a template or a component.
|
88
|
+
*/
|
35
89
|
content: TemplateRef<unknown> | ComponentType<unknown>;
|
90
|
+
/** @ignore */
|
36
91
|
private _openOn;
|
92
|
+
/**
|
93
|
+
* Gets or sets the trigger for opening the popover and updates target events.
|
94
|
+
*/
|
37
95
|
get openOn(): AXPopoverOpenTrigger;
|
96
|
+
/**
|
97
|
+
* Sets the trigger for opening the popover and updates target events.
|
98
|
+
*/
|
38
99
|
set openOn(v: AXPopoverOpenTrigger);
|
100
|
+
/** @ignore */
|
39
101
|
private _closeOn;
|
102
|
+
/**
|
103
|
+
* Gets or sets the trigger for closing the popover.
|
104
|
+
*/
|
40
105
|
get closeOn(): AXPopoverCloseTrigger;
|
106
|
+
/**
|
107
|
+
* Sets the trigger for closing the popover and rebinds target events.
|
108
|
+
* @param v
|
109
|
+
*/
|
41
110
|
set closeOn(v: AXPopoverCloseTrigger);
|
111
|
+
/**
|
112
|
+
* Determines if a backdrop should be displayed behind the popover.
|
113
|
+
*/
|
42
114
|
hasBackdrop: boolean;
|
115
|
+
/**
|
116
|
+
* Delay in milliseconds before the popover opens after a trigger event.
|
117
|
+
*/
|
43
118
|
openAfter: number;
|
119
|
+
/**
|
120
|
+
* Delay in milliseconds before the popover closes after a trigger event.
|
121
|
+
*/
|
44
122
|
closeAfter: number;
|
123
|
+
/**
|
124
|
+
* CSS class to apply to the backdrop element.
|
125
|
+
*/
|
45
126
|
backdropClass: string;
|
127
|
+
/**
|
128
|
+
* Enables or disables adaptivity.
|
129
|
+
*/
|
46
130
|
adaptivityEnabled: boolean;
|
131
|
+
/**
|
132
|
+
* Emits when the component is opened.
|
133
|
+
* @event
|
134
|
+
*/
|
47
135
|
onOpened: EventEmitter<AXEvent>;
|
136
|
+
/**
|
137
|
+
* Emits when the component is closed.
|
138
|
+
* @event
|
139
|
+
*/
|
48
140
|
onClosed: EventEmitter<AXEvent>;
|
141
|
+
/** @ignore */
|
49
142
|
private _emitOnOpenedEvent;
|
143
|
+
/** @ignore */
|
50
144
|
private _emitOnClosedEvent;
|
145
|
+
/** @ignore */
|
51
146
|
protected _handleMouseEnter(e: MouseEvent): void;
|
147
|
+
/** @ignore */
|
52
148
|
protected _handleMouseLeave(e: MouseEvent): void;
|
149
|
+
/** @ignore */
|
53
150
|
private removeTargetEvents;
|
151
|
+
/** @ignore */
|
54
152
|
private bindTargetEvents;
|
153
|
+
/** @ignore */
|
55
154
|
private bindOverlayEvents;
|
155
|
+
/** @ignore */
|
56
156
|
private removeOverlayEvents;
|
157
|
+
/**
|
158
|
+
* Toggles the component's open state.
|
159
|
+
*/
|
57
160
|
toggle(): void;
|
161
|
+
/**
|
162
|
+
* Closes the component if it's open, detaches the overlay, restores focus, and emits the closed event.
|
163
|
+
*/
|
58
164
|
close(): void;
|
165
|
+
/**
|
166
|
+
* Opens the component if it's not already open, saves focus, opens the overlay, and emits the opened event.
|
167
|
+
*/
|
59
168
|
open(): void;
|
169
|
+
/** @ignore */
|
60
170
|
private saveFocus;
|
171
|
+
/** @ignore */
|
61
172
|
private restoreFocus;
|
173
|
+
/** @ignore */
|
62
174
|
private openOverlayInternal;
|
175
|
+
/**
|
176
|
+
* Checks if the overlay is currently open.
|
177
|
+
* @returns {boolean}
|
178
|
+
*/
|
63
179
|
get isOpen(): boolean;
|
180
|
+
/**
|
181
|
+
* Determines if the actionsheet style should be applied.
|
182
|
+
* @returns {boolean}
|
183
|
+
*/
|
64
184
|
get isActionsheetStyle(): boolean;
|
185
|
+
/** @ignore */
|
65
186
|
private updatePositionStrategy;
|
187
|
+
/** @ignore */
|
66
188
|
private updateOffset;
|
189
|
+
/**
|
190
|
+
* Updates the position of the overlay and focuses on it.
|
191
|
+
*/
|
67
192
|
updatePosition(): void;
|
193
|
+
/**
|
194
|
+
* Focuses the overlay element.
|
195
|
+
*/
|
68
196
|
focus(): void;
|
197
|
+
/** @ignore */
|
69
198
|
ngOnDestroy(): void;
|
70
199
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXPopoverComponent, never>;
|
71
200
|
static ɵcmp: i0.ɵɵComponentDeclaration<AXPopoverComponent, "ax-popover", never, { "offsetX": { "alias": "offsetX"; "required": false; }; "offsetY": { "alias": "offsetY"; "required": false; }; "target": { "alias": "target"; "required": false; }; "placement": { "alias": "placement"; "required": false; }; "content": { "alias": "content"; "required": false; }; "openOn": { "alias": "openOn"; "required": false; }; "closeOn": { "alias": "closeOn"; "required": false; }; "hasBackdrop": { "alias": "hasBackdrop"; "required": false; }; "openAfter": { "alias": "openAfter"; "required": false; }; "closeAfter": { "alias": "closeAfter"; "required": false; }; "backdropClass": { "alias": "backdropClass"; "required": false; }; "adaptivityEnabled": { "alias": "adaptivityEnabled"; "required": false; }; }, { "onOpened": "onOpened"; "onClosed": "onClosed"; }, never, ["*"], false, never>;
|
@@ -12,28 +12,63 @@ import * as i0 from "@angular/core";
|
|
12
12
|
* @category Components
|
13
13
|
*/
|
14
14
|
export declare class AXPopupComponent extends MXBaseComponent implements OnInit {
|
15
|
+
/** @ignore */
|
15
16
|
private _zone;
|
17
|
+
/** @ignore */
|
16
18
|
private _viewContainerRef;
|
19
|
+
/** @ignore */
|
17
20
|
private loadingService;
|
21
|
+
/** @ignore */
|
18
22
|
private _platform;
|
23
|
+
/** @ignore */
|
19
24
|
protected data: AXPopupData;
|
25
|
+
/** @ignore */
|
20
26
|
private dialogRef;
|
27
|
+
/**
|
28
|
+
* Indicates whether the component is loading.
|
29
|
+
* @defaultValue true
|
30
|
+
*/
|
21
31
|
isLoading: boolean;
|
32
|
+
/** @ignore */
|
22
33
|
private _loadingId;
|
34
|
+
/** @ignore */
|
23
35
|
protected _selectedPortal: Portal<unknown>;
|
36
|
+
/** @ignore */
|
24
37
|
protected _footerPortal: Portal<unknown>;
|
38
|
+
/** @ignore */
|
25
39
|
protected _headerPortal: Portal<unknown>;
|
40
|
+
/** @ignore */
|
26
41
|
private _componentRef;
|
27
|
-
/**
|
28
|
-
|
29
|
-
|
30
|
-
|
42
|
+
/** @ignore */
|
43
|
+
constructor(
|
44
|
+
/** @ignore */
|
45
|
+
_zone: NgZone,
|
46
|
+
/** @ignore */
|
47
|
+
_viewContainerRef: ViewContainerRef,
|
48
|
+
/** @ignore */
|
49
|
+
loadingService: AXLoadingService,
|
50
|
+
/** @ignore */
|
51
|
+
_platform: AXPlatform, data: AXPopupData,
|
52
|
+
/** @ignore */
|
53
|
+
dialogRef: DialogRef<AXComponentCloseEvent>);
|
54
|
+
/** @ignore */
|
31
55
|
ngOnInit(): void;
|
56
|
+
/** @ignore */
|
32
57
|
_handleAttched(ref: CdkPortalOutletAttachedRef): void;
|
58
|
+
/** @ignore */
|
33
59
|
onKeydownHandler(event: KeyboardEvent): void;
|
60
|
+
/** @ignore */
|
34
61
|
_handleCloseClick(): void;
|
62
|
+
/** @ignore */
|
35
63
|
ngOnDestroy(): void;
|
64
|
+
/**
|
65
|
+
* Sets focus on the `.ax-popup` element within the host element after a short delay.
|
66
|
+
*/
|
36
67
|
focus(): void;
|
68
|
+
/**
|
69
|
+
* Closes the dialog, emitting component reference, host element, and optional data.
|
70
|
+
* @param {unknown} [data]
|
71
|
+
*/
|
37
72
|
close(data?: unknown): void;
|
38
73
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXPopupComponent, never>;
|
39
74
|
static ɵcmp: i0.ɵɵComponentDeclaration<AXPopupComponent, "ax-popup", never, {}, {}, never, never, false, never>;
|
@@ -8,16 +8,46 @@ import * as i0 from "@angular/core";
|
|
8
8
|
*/
|
9
9
|
export type AXProgressMode = 'determinate' | 'indeterminate' | 'buffer' | 'query';
|
10
10
|
export declare class AXProgressBarComponent extends MXColorComponent {
|
11
|
+
/** @ignore */
|
11
12
|
circle: ElementRef;
|
13
|
+
/**
|
14
|
+
* @event
|
15
|
+
* Emits when the slider value changes.
|
16
|
+
*/
|
12
17
|
ValueChange: EventEmitter<number>;
|
18
|
+
/** @ignore */
|
13
19
|
private _progress;
|
20
|
+
/**
|
21
|
+
* Specifies the progress indicator mode.
|
22
|
+
*/
|
14
23
|
mode: AXProgressMode;
|
24
|
+
/**
|
25
|
+
* Gets or sets the progress value (0-100).
|
26
|
+
*/
|
15
27
|
get progress(): number;
|
28
|
+
/**
|
29
|
+
* Sets the progress value (0-100).
|
30
|
+
* @param {number} v
|
31
|
+
*/
|
16
32
|
set progress(v: number);
|
33
|
+
/**
|
34
|
+
* Emitted when the size changes.
|
35
|
+
* @event
|
36
|
+
*/
|
17
37
|
sizeChange: EventEmitter<number>;
|
38
|
+
/** @ignore */
|
18
39
|
private _height;
|
40
|
+
/**
|
41
|
+
* Gets or sets the height of the component.
|
42
|
+
* @param {number} v
|
43
|
+
*/
|
19
44
|
get height(): number;
|
45
|
+
/**
|
46
|
+
* Sets the height of the component.
|
47
|
+
* @param {number} v
|
48
|
+
*/
|
20
49
|
set height(v: number);
|
50
|
+
/** @ignore */
|
21
51
|
private get __hostClass();
|
22
52
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXProgressBarComponent, never>;
|
23
53
|
static ɵcmp: i0.ɵɵComponentDeclaration<AXProgressBarComponent, "ax-progress-bar", never, { "color": { "alias": "color"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "progress": { "alias": "progress"; "required": false; }; "height": { "alias": "height"; "required": false; }; }, { "ValueChange": "ValueChange"; "sizeChange": "sizeChange"; }, never, ["ax-prefix", "ax-suffix"], false, never>;
|
@@ -4,12 +4,18 @@ import * as i0 from "@angular/core";
|
|
4
4
|
/**
|
5
5
|
* The Button is a component which detects user interaction and triggers a corresponding event
|
6
6
|
*
|
7
|
-
* @category
|
7
|
+
* @category
|
8
8
|
*/
|
9
9
|
export declare class AXRadioComponent extends MXValueComponent<boolean | null> implements AfterViewChecked {
|
10
|
+
/** @ignore */
|
11
|
+
/** @ignore */
|
10
12
|
private _labels;
|
13
|
+
/** @ignore */
|
11
14
|
ngAfterViewChecked(): void;
|
15
|
+
/** @ignore */
|
16
|
+
/** @ignore */
|
12
17
|
private _handleClick;
|
18
|
+
/** @ignore */
|
13
19
|
protected _handleModelChange(value: boolean | null): void;
|
14
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXRadioComponent, never>;
|
15
21
|
static ɵcmp: i0.ɵɵComponentDeclaration<AXRadioComponent, "ax-radio", never, { "disabled": { "alias": "disabled"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "value": { "alias": "value"; "required": false; }; "name": { "alias": "name"; "required": false; }; "id": { "alias": "id"; "required": false; }; "checked": { "alias": "checked"; "required": false; }; }, { "onBlur": "onBlur"; "onFocus": "onFocus"; "valueChange": "valueChange"; "onValueChanged": "onValueChanged"; }, ["_labels"], ["ax-label", "ax-form-hint", "ax-validation-rule"], false, never>;
|
@@ -1,4 +1,8 @@
|
|
1
1
|
import * as i0 from "@angular/core";
|
2
|
+
/**
|
3
|
+
* @category
|
4
|
+
* Range slider for selecting a range of values.
|
5
|
+
*/
|
2
6
|
export declare class AXRangeSliderComponent {
|
3
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXRangeSliderComponent, never>;
|
4
8
|
static ɵcmp: i0.ɵɵComponentDeclaration<AXRangeSliderComponent, "ax-range-slider", never, {}, {}, never, never, false, never>;
|
@@ -1,9 +1,23 @@
|
|
1
1
|
import { MXBaseComponent } from '@acorex/components/common';
|
2
2
|
import * as i0 from "@angular/core";
|
3
|
+
/**
|
4
|
+
* @category Components
|
5
|
+
* The `ax-result` component displays result data with custom styling.
|
6
|
+
*/
|
3
7
|
export declare class AXResultComponent extends MXBaseComponent {
|
8
|
+
/**
|
9
|
+
* @defaultValue ''
|
10
|
+
* Sets the caption for the component. This text is typically used for labels or titles.
|
11
|
+
*/
|
4
12
|
caption: string;
|
13
|
+
/**
|
14
|
+
* @defaultValue ''
|
15
|
+
* Sets the description for the component. This text provides additional information or context.
|
16
|
+
*/
|
5
17
|
description: string;
|
18
|
+
/** @ignore */
|
6
19
|
constructor();
|
20
|
+
/** @ignore */
|
7
21
|
private get hostClass();
|
8
22
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXResultComponent, never>;
|
9
23
|
static ɵcmp: i0.ɵɵComponentDeclaration<AXResultComponent, "ax-result", never, { "caption": { "alias": "caption"; "required": false; }; "description": { "alias": "description"; "required": false; }; }, {}, never, ["ax-icon", "ax-title", "*"], false, never>;
|
@@ -2,12 +2,28 @@ import { MXBaseComponent } from '@acorex/components/common';
|
|
2
2
|
import { OnDestroy } from '@angular/core';
|
3
3
|
import { Router } from '@angular/router';
|
4
4
|
import * as i0 from "@angular/core";
|
5
|
+
/**
|
6
|
+
* Shows routing progress with visual feedback during navigation.
|
7
|
+
*
|
8
|
+
* @category
|
9
|
+
*/
|
5
10
|
export declare class AXRoutingProgressComponent extends MXBaseComponent implements OnDestroy {
|
6
11
|
private router;
|
12
|
+
/**
|
13
|
+
* Indicates whether loading is in progress.
|
14
|
+
* @defaultValue false
|
15
|
+
*/
|
7
16
|
loading: boolean;
|
17
|
+
/**
|
18
|
+
* Specifies the width of the component.
|
19
|
+
* @defaultValue 0
|
20
|
+
*/
|
8
21
|
width: number;
|
22
|
+
/** @ignore */
|
9
23
|
private subscription;
|
24
|
+
/** @ignore */
|
10
25
|
constructor(router: Router);
|
26
|
+
/** @ignore */
|
11
27
|
ngOnDestroy(): void;
|
12
28
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXRoutingProgressComponent, never>;
|
13
29
|
static ɵcmp: i0.ɵɵComponentDeclaration<AXRoutingProgressComponent, "ax-routing-progress", never, {}, {}, never, never, false, never>;
|
@@ -20,7 +20,9 @@ export declare class AXSchedulerComponent extends MXBaseComponent {
|
|
20
20
|
ngOnInit(): void;
|
21
21
|
/** @ignore */
|
22
22
|
private detectSize;
|
23
|
+
/** @ignore */
|
23
24
|
_handleNextClick(): void;
|
25
|
+
/** @ignore */
|
24
26
|
_handlePrevClick(): void;
|
25
27
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXSchedulerComponent, never>;
|
26
28
|
static ɵcmp: i0.ɵɵComponentDeclaration<AXSchedulerComponent, "ax-scheduler", never, {}, {}, never, never, false, never>;
|
@@ -2,7 +2,7 @@ import { AXSearchableComponent, MXInputBaseValueComponent, MXLookComponent } fro
|
|
2
2
|
import * as i0 from "@angular/core";
|
3
3
|
declare const AXSearchBoxComponent_base: import("polytype").Polytype.ClusteredConstructor<[{
|
4
4
|
new (): MXInputBaseValueComponent<string>;
|
5
|
-
ɵfac:
|
5
|
+
ɵfac: import("@angular/core").ɵɵFactoryDeclaration<MXInputBaseValueComponent<any>, never>;
|
6
6
|
ɵprov: import("@angular/core").ɵɵInjectableDeclaration<MXInputBaseValueComponent<any>>;
|
7
7
|
}, typeof MXLookComponent]>;
|
8
8
|
/**
|
@@ -8,7 +8,7 @@ import * as i0 from "@angular/core";
|
|
8
8
|
declare const AXSelectBoxComponent_base: import("polytype").Polytype.ClusteredConstructor<[typeof MXDropdownBoxBaseComponent, typeof MXSelectionValueComponent, typeof MXLookComponent]>;
|
9
9
|
/**
|
10
10
|
* The Button is a component which detects user interaction and triggers a corresponding event
|
11
|
-
* @category
|
11
|
+
* @category
|
12
12
|
*/
|
13
13
|
export declare class AXSelectBoxComponent extends AXSelectBoxComponent_base implements AfterViewInit, OnDestroy {
|
14
14
|
/** @ignore */
|
@@ -3,7 +3,7 @@ import { NgZone } from '@angular/core';
|
|
3
3
|
import * as i0 from "@angular/core";
|
4
4
|
declare const AXSliderComponent_base: import("polytype").Polytype.ClusteredConstructor<[{
|
5
5
|
new (): MXValueComponent<number>;
|
6
|
-
ɵfac:
|
6
|
+
ɵfac: import("@angular/core").ɵɵFactoryDeclaration<MXValueComponent<any>, never>;
|
7
7
|
ɵprov: import("@angular/core").ɵɵInjectableDeclaration<MXValueComponent<any>>;
|
8
8
|
}, typeof MXColorComponent]>;
|
9
9
|
/**
|
@@ -10,6 +10,7 @@ export declare class AXStepWizardItemComponent extends MXBaseComponent {
|
|
10
10
|
protected passedSignal: WritableSignal<boolean>;
|
11
11
|
protected activeLook: WritableSignal<AXStepWizardLook>;
|
12
12
|
protected className: Signal<string>;
|
13
|
+
customTemplate: TemplateRef<unknown>;
|
13
14
|
template: TemplateRef<unknown>;
|
14
15
|
set look(v: AXStepWizardLook);
|
15
16
|
set active(v: boolean);
|
@@ -19,5 +20,5 @@ export declare class AXStepWizardItemComponent extends MXBaseComponent {
|
|
19
20
|
set id(v: string);
|
20
21
|
private get __hostClass();
|
21
22
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXStepWizardItemComponent, never>;
|
22
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AXStepWizardItemComponent, "ax-step-wizard-item", never, { "disabled": { "alias": "disabled"; "required": false; }; "color": { "alias": "color"; "required": false; }; "look": { "alias": "look"; "required": false; }; "active": { "alias": "active"; "required": false; }; "passed": { "alias": "passed"; "required": false; }; "label": { "alias": "label"; "required": false; }; "description": { "alias": "description"; "required": false; }; "id": { "alias": "id"; "required": false; }; }, {}, never, ["ax-
|
23
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXStepWizardItemComponent, "ax-step-wizard-item", never, { "disabled": { "alias": "disabled"; "required": false; }; "color": { "alias": "color"; "required": false; }; "customTemplate": { "alias": "customTemplate"; "required": false; }; "look": { "alias": "look"; "required": false; }; "active": { "alias": "active"; "required": false; }; "passed": { "alias": "passed"; "required": false; }; "label": { "alias": "label"; "required": false; }; "description": { "alias": "description"; "required": false; }; "id": { "alias": "id"; "required": false; }; }, {}, never, ["ax-content", "ax-icon"], false, never>;
|
23
24
|
}
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { AXOrientation, MXBaseComponent } from '@acorex/components/common';
|
2
|
-
import { OnInit,
|
2
|
+
import { OnInit, Signal, WritableSignal } from '@angular/core';
|
3
3
|
import { AXStepWizardItemComponent } from './step-wizard-item/step-wizard-item.component';
|
4
4
|
import { AXStepWizardLook } from './step-wizard.class';
|
5
5
|
import { AXStepWizardContentDirective } from './step-wizard.directive';
|
@@ -9,6 +9,13 @@ import * as i0 from "@angular/core";
|
|
9
9
|
* A component for creating a step-by-step wizard interface.
|
10
10
|
*/
|
11
11
|
export declare class AXStepWizardComponent extends MXBaseComponent implements OnInit {
|
12
|
+
constructor();
|
13
|
+
/**
|
14
|
+
* Sets the visual style of the step wizard.
|
15
|
+
*
|
16
|
+
* @param v
|
17
|
+
*/
|
18
|
+
look: import("@angular/core").ModelSignal<AXStepWizardLook>;
|
12
19
|
/** @ignore */
|
13
20
|
protected activeStepIndex: WritableSignal<number>;
|
14
21
|
/** @ignore */
|
@@ -26,13 +33,7 @@ export declare class AXStepWizardComponent extends MXBaseComponent implements On
|
|
26
33
|
/** @ignore */
|
27
34
|
ngOnInit(): void;
|
28
35
|
/** @ignore */
|
29
|
-
steps:
|
30
|
-
/**
|
31
|
-
* Sets the visual style of the step wizard.
|
32
|
-
*
|
33
|
-
* @param v
|
34
|
-
*/
|
35
|
-
set look(v: AXStepWizardLook);
|
36
|
+
steps: Signal<readonly AXStepWizardItemComponent[]>;
|
36
37
|
/**
|
37
38
|
* Sets the orientation of the component.
|
38
39
|
*
|
@@ -40,12 +41,25 @@ export declare class AXStepWizardComponent extends MXBaseComponent implements On
|
|
40
41
|
*/
|
41
42
|
set orientation(v: AXOrientation);
|
42
43
|
content: AXStepWizardContentDirective;
|
44
|
+
/**
|
45
|
+
* Advances to the next step if available.
|
46
|
+
*/
|
43
47
|
next(): void;
|
48
|
+
/**
|
49
|
+
* Moves to the previous step if available.
|
50
|
+
*/
|
44
51
|
previous(): void;
|
52
|
+
/**
|
53
|
+
* Directly navigates to the specified step by its index.
|
54
|
+
* @param stepIndex
|
55
|
+
*/
|
45
56
|
goStep(stepIndex: number): void;
|
57
|
+
/**
|
58
|
+
* Resets the wizard to the first step.
|
59
|
+
*/
|
46
60
|
reset(): void;
|
47
61
|
/** @ignore */
|
48
62
|
private get __hostClass();
|
49
63
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXStepWizardComponent, never>;
|
50
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AXStepWizardComponent, "ax-step-wizard", never, { "look": { "alias": "look"; "required": false; }; "orientation": { "alias": "orientation"; "required": false; }; "content": { "alias": "content"; "required": false; }; }, {}, ["steps"], ["ax-step-wizard-item"], false, never>;
|
64
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXStepWizardComponent, "ax-step-wizard", never, { "look": { "alias": "look"; "required": false; "isSignal": true; }; "orientation": { "alias": "orientation"; "required": false; }; "content": { "alias": "content"; "required": false; }; }, { "look": "lookChange"; }, ["steps"], ["ax-step-wizard-item"], false, never>;
|
51
65
|
}
|
@@ -2,7 +2,7 @@ import { MXColorComponent, MXValueComponent } from '@acorex/components/common';
|
|
2
2
|
import * as i0 from "@angular/core";
|
3
3
|
declare const AXSwitchComponent_base: import("polytype").Polytype.ClusteredConstructor<[{
|
4
4
|
new (): MXValueComponent<boolean>;
|
5
|
-
ɵfac:
|
5
|
+
ɵfac: import("@angular/core").ɵɵFactoryDeclaration<MXValueComponent<any>, never>;
|
6
6
|
ɵprov: import("@angular/core").ɵɵInjectableDeclaration<MXValueComponent<any>>;
|
7
7
|
}, typeof MXColorComponent]>;
|
8
8
|
/**
|
@@ -1,5 +1,9 @@
|
|
1
1
|
import { MXColorLookComponent } from '@acorex/components/common';
|
2
2
|
import * as i0 from "@angular/core";
|
3
|
+
/**
|
4
|
+
* @category
|
5
|
+
* A component used for displaying a tag or label with customizable color and appearance.
|
6
|
+
*/
|
3
7
|
export declare class AXTagComponent extends MXColorLookComponent {
|
4
8
|
/**
|
5
9
|
* Represents the text content to be displayed or used within the component.
|
@@ -3,10 +3,15 @@ import { ElementRef } from '@angular/core';
|
|
3
3
|
import * as i0 from "@angular/core";
|
4
4
|
declare const AXTextAreaComponent_base: import("polytype").Polytype.ClusteredConstructor<[{
|
5
5
|
new (): MXInputBaseValueComponent<string>;
|
6
|
-
ɵfac:
|
6
|
+
ɵfac: import("@angular/core").ɵɵFactoryDeclaration<MXInputBaseValueComponent<any>, never>;
|
7
7
|
ɵprov: import("@angular/core").ɵɵInjectableDeclaration<MXInputBaseValueComponent<any>>;
|
8
8
|
}, typeof MXLookComponent]>;
|
9
|
+
/**
|
10
|
+
* @category
|
11
|
+
* This component provides the main scheduler functionality, integrating various views and handling scheduling operations.
|
12
|
+
*/
|
9
13
|
export declare class AXTextAreaComponent extends AXTextAreaComponent_base {
|
14
|
+
/** @ignore */
|
10
15
|
input: ElementRef<HTMLInputElement>;
|
11
16
|
/**
|
12
17
|
* Specifies the number of rows for the component, typically used for configuring the size of a text area or similar input field.
|
@@ -4,7 +4,7 @@ import { AXMaskOptions, AXMaskOptionsDirective } from './mask-options.directive'
|
|
4
4
|
import * as i0 from "@angular/core";
|
5
5
|
declare const AXTextBoxComponent_base: import("polytype").Polytype.ClusteredConstructor<[{
|
6
6
|
new (): MXInputBaseValueComponent<string>;
|
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
|
/**
|
@@ -1,11 +1,10 @@
|
|
1
|
-
import { AXBasePageComponent } from '@acorex/components/page';
|
2
1
|
import { AXUploaderService } from '../uploader.service';
|
3
2
|
import * as i0 from "@angular/core";
|
4
3
|
/**
|
5
4
|
* A component that displays a list of uploaded files.
|
6
5
|
* @category Components
|
7
6
|
*/
|
8
|
-
export declare class AXUploaderListComponent
|
7
|
+
export declare class AXUploaderListComponent {
|
9
8
|
/** @ignore */
|
10
9
|
protected uploadService: AXUploaderService;
|
11
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXUploaderListComponent, never>;
|