@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
|
@@ -2,6 +2,11 @@ import { ElementRef, InputSignal } from '@angular/core';
|
|
|
2
2
|
import WaveSurfer from 'wavesurfer.js';
|
|
3
3
|
import { AXAudioWaveChangeEvent, AXWaveConfig } from './interfaces/audio-wave.interface';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
|
+
/**
|
|
6
|
+
* Displays and interacts with audio waveform visualization.
|
|
7
|
+
*
|
|
8
|
+
* @category Components
|
|
9
|
+
*/
|
|
5
10
|
export declare class AXAudioWaveComponent {
|
|
6
11
|
/**
|
|
7
12
|
* @ignore
|
|
@@ -30,10 +30,13 @@ export declare class AXButtonGroupComponent extends AXButtonGroupComponent_base
|
|
|
30
30
|
private _selection;
|
|
31
31
|
/**
|
|
32
32
|
* Defines the selection mode for the component.
|
|
33
|
-
*
|
|
34
|
-
* @param value - The selection mode to be set. Possible values include 'single', 'multiple', or 'none'.
|
|
35
33
|
*/
|
|
36
34
|
get selection(): AXSelectionMode;
|
|
35
|
+
/**
|
|
36
|
+
* Sets the selection mode for the component.
|
|
37
|
+
*
|
|
38
|
+
* @param value - The selection mode to be set. Possible values include 'single', 'multiple', or 'none'.
|
|
39
|
+
*/
|
|
37
40
|
set selection(value: AXSelectionMode);
|
|
38
41
|
/**
|
|
39
42
|
* @ignore
|
|
@@ -5,7 +5,7 @@ import { AXCalendarSlotClick, MXCalendarBaseComponent } from './calendar.class';
|
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
declare const AXCalendarRangeComponent_base: import("polytype").Polytype.ClusteredConstructor<[{
|
|
7
7
|
new (): MXValueComponent<AXRange<Date>>;
|
|
8
|
-
ɵfac:
|
|
8
|
+
ɵfac: import("@angular/core").ɵɵFactoryDeclaration<MXValueComponent<any>, never>;
|
|
9
9
|
ɵprov: import("@angular/core").ɵɵInjectableDeclaration<MXValueComponent<any>>;
|
|
10
10
|
}, typeof MXInteractiveComponent, typeof MXCalendarBaseComponent]>;
|
|
11
11
|
export declare class AXCalendarRangeComponent extends AXCalendarRangeComponent_base implements AfterViewInit {
|
|
@@ -5,7 +5,7 @@ import { AXCalendarView, AXCalendarViewSlot, AXCalendarViewType, MXCalendarBaseC
|
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
declare const AXCalendarComponent_base: import("polytype").Polytype.ClusteredConstructor<[{
|
|
7
7
|
new (): MXValueComponent<Date>;
|
|
8
|
-
ɵfac:
|
|
8
|
+
ɵfac: import("@angular/core").ɵɵFactoryDeclaration<MXValueComponent<any>, never>;
|
|
9
9
|
ɵprov: import("@angular/core").ɵɵInjectableDeclaration<MXValueComponent<any>>;
|
|
10
10
|
}, typeof MXInteractiveComponent, typeof MXCalendarBaseComponent]>;
|
|
11
11
|
/**
|
|
@@ -1,99 +1,63 @@
|
|
|
1
1
|
import { MXColorComponent } from '@acorex/components/common';
|
|
2
|
-
import {
|
|
2
|
+
import { ElementRef } from '@angular/core';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
|
-
export type
|
|
4
|
+
export type AXCircularProgressMode = 'determinate' | 'indeterminate';
|
|
5
5
|
/**
|
|
6
6
|
* The Button is a component which detects user interaction and triggers a corresponding event
|
|
7
7
|
*
|
|
8
8
|
* @category Components
|
|
9
9
|
*/
|
|
10
|
-
export declare class AXCircularProgressComponent extends MXColorComponent
|
|
10
|
+
export declare class AXCircularProgressComponent extends MXColorComponent {
|
|
11
11
|
/**
|
|
12
12
|
* @ignore
|
|
13
13
|
*/
|
|
14
|
-
circle: ElementRef
|
|
15
|
-
/**
|
|
16
|
-
* @ignore
|
|
17
|
-
*/
|
|
18
|
-
strokeDashoffset: number;
|
|
19
|
-
/**
|
|
20
|
-
* @ignore
|
|
21
|
-
*/
|
|
22
|
-
circumference: number;
|
|
23
|
-
/**
|
|
24
|
-
* @ignore
|
|
25
|
-
*/
|
|
26
|
-
normalizedRadius: number;
|
|
27
|
-
/**
|
|
28
|
-
* @ignore
|
|
29
|
-
*/
|
|
30
|
-
ngAfterViewInit(): void;
|
|
31
|
-
/**
|
|
32
|
-
* Emits when the value of the circular progress changes.
|
|
33
|
-
*
|
|
34
|
-
* @event
|
|
35
|
-
*/
|
|
36
|
-
ValueChange: EventEmitter<number>;
|
|
37
|
-
/**
|
|
38
|
-
* @ignore
|
|
39
|
-
*/
|
|
40
|
-
private _progress;
|
|
14
|
+
circle: import("@angular/core").Signal<ElementRef<HTMLDivElement>>;
|
|
41
15
|
/**
|
|
42
16
|
* Defines the current progress of the circular progress component.
|
|
43
17
|
*
|
|
44
|
-
*
|
|
18
|
+
* Change progress mode
|
|
45
19
|
*
|
|
46
20
|
*/
|
|
47
|
-
|
|
48
|
-
set progress(v: number);
|
|
21
|
+
mode: import("@angular/core").InputSignal<AXCircularProgressMode>;
|
|
49
22
|
/**
|
|
50
|
-
*
|
|
23
|
+
* Defines the current progress of the circular progress component.
|
|
24
|
+
*
|
|
25
|
+
* The percentage value to set for the progress.
|
|
51
26
|
*
|
|
52
|
-
* @event
|
|
53
|
-
*/
|
|
54
|
-
strokeChange: EventEmitter<number>;
|
|
55
|
-
/**
|
|
56
|
-
* @ignore
|
|
57
27
|
*/
|
|
58
|
-
|
|
28
|
+
progress: import("@angular/core").ModelSignal<number>;
|
|
59
29
|
/**
|
|
60
30
|
* Defines the stroke width of the circular progress component.
|
|
61
31
|
*
|
|
62
|
-
*
|
|
32
|
+
* The stroke width to be set for the circular progress component.
|
|
63
33
|
*/
|
|
64
|
-
|
|
65
|
-
set stroke(v: number);
|
|
34
|
+
stroke: import("@angular/core").ModelSignal<number>;
|
|
66
35
|
/**
|
|
67
|
-
*
|
|
36
|
+
* Defines the stroke width of the circular progress component.
|
|
68
37
|
*
|
|
69
|
-
*
|
|
38
|
+
* Circle size
|
|
70
39
|
*/
|
|
71
|
-
|
|
40
|
+
size: import("@angular/core").ModelSignal<number>;
|
|
72
41
|
/**
|
|
73
42
|
* @ignore
|
|
74
43
|
*/
|
|
75
|
-
|
|
76
|
-
/**
|
|
77
|
-
* Defines the size of the circular progress component.
|
|
78
|
-
*
|
|
79
|
-
* @param v - The new size value for the circular progress component.
|
|
80
|
-
*/
|
|
81
|
-
get size(): number;
|
|
82
|
-
set size(v: number);
|
|
44
|
+
constructor();
|
|
83
45
|
/**
|
|
84
46
|
* @ignore
|
|
85
47
|
*/
|
|
86
48
|
private get __hostClass();
|
|
87
49
|
/**
|
|
88
|
-
* Updates the circular progress size based on `size` and `stroke`.
|
|
89
50
|
* @ignore
|
|
90
51
|
*/
|
|
91
52
|
setCircularSize(): void;
|
|
92
53
|
/**
|
|
93
|
-
* Updates the circular progress display based on the current `progress` value.
|
|
94
54
|
* @ignore
|
|
95
55
|
*/
|
|
96
56
|
updateProgress(): void;
|
|
57
|
+
/**
|
|
58
|
+
* @ignore
|
|
59
|
+
*/
|
|
60
|
+
setIndeterminateMode(): void;
|
|
97
61
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXCircularProgressComponent, never>;
|
|
98
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AXCircularProgressComponent, "ax-circular-progress", never, { "color": { "alias": "color"; "required": false; }; "progress": { "alias": "progress"; "required": false; }; "stroke": { "alias": "stroke"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, { "
|
|
62
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXCircularProgressComponent, "ax-circular-progress", never, { "color": { "alias": "color"; "required": false; }; "mode": { "alias": "mode"; "required": false; "isSignal": true; }; "progress": { "alias": "progress"; "required": false; "isSignal": true; }; "stroke": { "alias": "stroke"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; }, { "progress": "progressChange"; "stroke": "strokeChange"; "size": "sizeChange"; }, never, ["ax-prefix", "*", "ax-suffix"], false, never>;
|
|
99
63
|
}
|
|
@@ -4,7 +4,7 @@ import { AXDropdownBoxComponent, MXDropdownBoxBaseComponent } from '@acorex/comp
|
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
declare const AXColorBoxComponent_base: import("polytype").Polytype.ClusteredConstructor<[typeof MXDropdownBoxBaseComponent, {
|
|
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 MXColorLookComponent]>;
|
|
10
10
|
/**
|
|
@@ -6,7 +6,7 @@ import { AXRecordingService } from '../services/recording.service';
|
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
declare const AXConversationInputComponent_base: import("polytype").Polytype.ClusteredConstructor<[{
|
|
8
8
|
new (): MXInputBaseValueComponent<string>;
|
|
9
|
-
ɵfac:
|
|
9
|
+
ɵfac: import("@angular/core").ɵɵFactoryDeclaration<MXInputBaseValueComponent<any>, never>;
|
|
10
10
|
ɵprov: import("@angular/core").ɵɵInjectableDeclaration<MXInputBaseValueComponent<any>>;
|
|
11
11
|
}, typeof MXLookComponent]>;
|
|
12
12
|
/**
|
|
@@ -1,13 +1,41 @@
|
|
|
1
1
|
import { AXClickEvent } from '@acorex/components/common';
|
|
2
2
|
import { AXDataPagerChild } from './data-pager-base.component';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
|
+
/**
|
|
5
|
+
* Displays a button to select page sizes for data pagination.
|
|
6
|
+
*
|
|
7
|
+
* @category Components
|
|
8
|
+
*/
|
|
4
9
|
export declare class AXDataPagerPageSizesComponent extends AXDataPagerChild {
|
|
10
|
+
/**
|
|
11
|
+
* @ignore
|
|
12
|
+
*/
|
|
5
13
|
_size: number;
|
|
14
|
+
/**
|
|
15
|
+
* @ignore
|
|
16
|
+
*/
|
|
6
17
|
_items: any[];
|
|
18
|
+
/**
|
|
19
|
+
* @ignore
|
|
20
|
+
*/
|
|
7
21
|
private _sizes;
|
|
22
|
+
/**
|
|
23
|
+
* Gets the list of page sizes available for selection.
|
|
24
|
+
*/
|
|
8
25
|
get sizes(): number[];
|
|
26
|
+
/**
|
|
27
|
+
* Sets the list of page sizes available for selection.
|
|
28
|
+
*
|
|
29
|
+
* @param value - An array of numbers representing the page sizes to be set.
|
|
30
|
+
*/
|
|
9
31
|
set sizes(v: number[]);
|
|
32
|
+
/**
|
|
33
|
+
* @ignore
|
|
34
|
+
*/
|
|
10
35
|
protected applyParent(): void;
|
|
36
|
+
/**
|
|
37
|
+
* @ignore
|
|
38
|
+
*/
|
|
11
39
|
_emitOnItemClick(e: AXClickEvent): void;
|
|
12
40
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXDataPagerPageSizesComponent, never>;
|
|
13
41
|
static ɵcmp: i0.ɵɵComponentDeclaration<AXDataPagerPageSizesComponent, "ax-data-pager-page-sizes", never, { "sizes": { "alias": "sizes"; "required": false; }; }, {}, never, never, false, never>;
|
|
@@ -1,11 +1,31 @@
|
|
|
1
1
|
import { AXClickEvent } from '@acorex/components/common';
|
|
2
2
|
import { AXDataPagerChild } from './data-pager-base.component';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
|
+
/**
|
|
5
|
+
* Component that provides navigation buttons for going to the previous page and the first page in a data pager.
|
|
6
|
+
*
|
|
7
|
+
* @category Components
|
|
8
|
+
*/
|
|
4
9
|
export declare class AXDataPagerPrevButtonsComponent extends AXDataPagerChild {
|
|
10
|
+
/**
|
|
11
|
+
* @ignore
|
|
12
|
+
*/
|
|
5
13
|
protected rtl: boolean;
|
|
14
|
+
/**
|
|
15
|
+
* @ignore
|
|
16
|
+
*/
|
|
6
17
|
ngOnInit(): void;
|
|
18
|
+
/**
|
|
19
|
+
* @ignore
|
|
20
|
+
*/
|
|
7
21
|
protected applyParent(): void;
|
|
22
|
+
/**
|
|
23
|
+
* @ignore
|
|
24
|
+
*/
|
|
8
25
|
_emitOnFirstPageClick(e: AXClickEvent): void;
|
|
26
|
+
/**
|
|
27
|
+
* @ignore
|
|
28
|
+
*/
|
|
9
29
|
_emitOnPrevPageClick(e: AXClickEvent): void;
|
|
10
30
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXDataPagerPrevButtonsComponent, never>;
|
|
11
31
|
static ɵcmp: i0.ɵɵComponentDeclaration<AXDataPagerPrevButtonsComponent, "ax-data-pager-prev-buttons", never, {}, {}, never, never, false, never>;
|
|
@@ -3,36 +3,147 @@ import { EventEmitter } from '@angular/core';
|
|
|
3
3
|
import { AXDataPagerChangedEvent, AXDataPagerData } from './data-pager-base.component';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export type AXDataPagerMode = 'full' | 'compact' | 'custom';
|
|
6
|
+
/**
|
|
7
|
+
* Component for managing and displaying data pagination controls.
|
|
8
|
+
*
|
|
9
|
+
* @category Components
|
|
10
|
+
*/
|
|
6
11
|
export declare class AXDataPagerComponent extends MXValueComponent<number> {
|
|
7
12
|
private _parent;
|
|
13
|
+
/**
|
|
14
|
+
* @ignore
|
|
15
|
+
*/
|
|
8
16
|
private _isLoading;
|
|
17
|
+
/**
|
|
18
|
+
* Indicates whether the component is currently loading.
|
|
19
|
+
*
|
|
20
|
+
*/
|
|
9
21
|
get isLoading(): boolean;
|
|
22
|
+
/**
|
|
23
|
+
* Sets the loading state of the component.
|
|
24
|
+
*
|
|
25
|
+
* @param v - The loading state to be set.
|
|
26
|
+
*/
|
|
10
27
|
set isLoading(v: boolean);
|
|
28
|
+
/**
|
|
29
|
+
* @ignore
|
|
30
|
+
*/
|
|
11
31
|
private _size;
|
|
32
|
+
/**
|
|
33
|
+
* Gets the number of items per page in the data pager.
|
|
34
|
+
*/
|
|
12
35
|
get size(): number;
|
|
36
|
+
/**
|
|
37
|
+
* Sets the number of items per page and updates the data pager accordingly.
|
|
38
|
+
*
|
|
39
|
+
* @param {number} v - The new number of items per page.
|
|
40
|
+
*/
|
|
13
41
|
set size(v: number);
|
|
42
|
+
/**
|
|
43
|
+
* @ignore
|
|
44
|
+
*/
|
|
14
45
|
private _total;
|
|
46
|
+
/**
|
|
47
|
+
* Gets the total number of items.
|
|
48
|
+
*/
|
|
15
49
|
get total(): number;
|
|
50
|
+
/**
|
|
51
|
+
* Sets the total number of items and triggers an update event if the value changes.
|
|
52
|
+
*
|
|
53
|
+
* @param v - The total number of items to set.
|
|
54
|
+
* If the value is non-positive, it defaults to 0.
|
|
55
|
+
*/
|
|
16
56
|
set total(v: number);
|
|
57
|
+
/**
|
|
58
|
+
* @ignore
|
|
59
|
+
*/
|
|
17
60
|
private _totalPages;
|
|
61
|
+
/**
|
|
62
|
+
* Gets the total number of pages.
|
|
63
|
+
*/
|
|
18
64
|
get totalPages(): number;
|
|
65
|
+
/**
|
|
66
|
+
* Sets the total number of pages.
|
|
67
|
+
*
|
|
68
|
+
* @param value - The total number of pages to set.
|
|
69
|
+
*/
|
|
19
70
|
private set totalPages(value);
|
|
71
|
+
/**
|
|
72
|
+
* Emitted when the display mode changes.
|
|
73
|
+
* @event
|
|
74
|
+
* An event containing the new display mode.
|
|
75
|
+
*/
|
|
20
76
|
displayModeChange: EventEmitter<string>;
|
|
77
|
+
/**
|
|
78
|
+
* @ignore
|
|
79
|
+
*/
|
|
21
80
|
private _displayMode;
|
|
81
|
+
/**
|
|
82
|
+
* Gets the current display mode of the data pager.
|
|
83
|
+
*/
|
|
22
84
|
get displayMode(): AXDataPagerMode;
|
|
85
|
+
/**
|
|
86
|
+
* Sets the display mode of the data pager and emits a change event.
|
|
87
|
+
*
|
|
88
|
+
* @param v - The new display mode to set, of type `AXDataPagerMode`.
|
|
89
|
+
*/
|
|
23
90
|
set displayMode(v: AXDataPagerMode);
|
|
91
|
+
/**
|
|
92
|
+
* Emitted when the data pager's state changes.
|
|
93
|
+
* @event
|
|
94
|
+
* An event containing details about the change.
|
|
95
|
+
*/
|
|
24
96
|
onChanged: EventEmitter<AXDataPagerChangedEvent>;
|
|
97
|
+
/**
|
|
98
|
+
* @ignore
|
|
99
|
+
*/
|
|
25
100
|
constructor(_parent: AXPagedComponent);
|
|
101
|
+
/**
|
|
102
|
+
* @ignore
|
|
103
|
+
*/
|
|
26
104
|
ngAfterViewInit(): void;
|
|
105
|
+
/**
|
|
106
|
+
* @ignore
|
|
107
|
+
*/
|
|
27
108
|
protected internalValueChanged(value: any): void;
|
|
109
|
+
/**
|
|
110
|
+
* @ignore
|
|
111
|
+
*/
|
|
28
112
|
protected internalGetValue(value: any): number;
|
|
113
|
+
/**
|
|
114
|
+
* @ignore
|
|
115
|
+
*/
|
|
29
116
|
private previousDisplayInfo;
|
|
30
117
|
get displayInfo(): AXDataPagerData;
|
|
118
|
+
/**
|
|
119
|
+
* @ignore
|
|
120
|
+
*/
|
|
31
121
|
private _emitChangedEvent;
|
|
122
|
+
/**
|
|
123
|
+
* Navigates to the next page, or to the last page if on the final page.
|
|
124
|
+
* @ignore
|
|
125
|
+
*/
|
|
32
126
|
goNextPage(): void;
|
|
127
|
+
/**
|
|
128
|
+
* Navigates to the last page.
|
|
129
|
+
* @ignore
|
|
130
|
+
*/
|
|
33
131
|
goLastPage(): void;
|
|
132
|
+
/**
|
|
133
|
+
* Navigates to the first page.
|
|
134
|
+
* @ignore
|
|
135
|
+
*/
|
|
34
136
|
goFirstPage(): void;
|
|
137
|
+
/**
|
|
138
|
+
* Navigates to the previous page, or to the first page if on the initial page.
|
|
139
|
+
* @ignore
|
|
140
|
+
*/
|
|
35
141
|
goPrevPage(): void;
|
|
142
|
+
/**
|
|
143
|
+
* Navigates to a specified page.
|
|
144
|
+
* @param page - The page number to navigate to.
|
|
145
|
+
* @ignore
|
|
146
|
+
*/
|
|
36
147
|
goToPage(page: number): void;
|
|
37
148
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXDataPagerComponent, [{ optional: true; }]>;
|
|
38
149
|
static ɵcmp: i0.ɵɵComponentDeclaration<AXDataPagerComponent, "ax-data-pager", never, { "value": { "alias": "value"; "required": false; }; "name": { "alias": "name"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "isLoading": { "alias": "isLoading"; "required": false; }; "size": { "alias": "size"; "required": false; }; "total": { "alias": "total"; "required": false; }; "displayMode": { "alias": "displayMode"; "required": false; }; }, { "valueChange": "valueChange"; "onValueChanged": "onValueChanged"; "disabledChange": "disabledChange"; "readonlyChange": "readonlyChange"; "displayModeChange": "displayModeChange"; "onChanged": "onChanged"; }, never, ["ax-prefix", "ax-suffix"], false, never>;
|
|
@@ -2,23 +2,81 @@ import { AXFormatOptions } from '@acorex/core/format';
|
|
|
2
2
|
import { TemplateRef } from '@angular/core';
|
|
3
3
|
import { AXDataTableColumnComponent } from './data-table-column';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
|
+
/**
|
|
6
|
+
* Component for a text column in a data table, supporting header, cell, and footer templates.
|
|
7
|
+
*
|
|
8
|
+
* @category Components
|
|
9
|
+
*/
|
|
5
10
|
export declare class AXDataTableTextColumnComponent extends AXDataTableColumnComponent {
|
|
11
|
+
/**
|
|
12
|
+
* Defines the data field to display in the column.
|
|
13
|
+
*/
|
|
6
14
|
dataField: string;
|
|
15
|
+
/**
|
|
16
|
+
* Toggles text wrapping in the cell.
|
|
17
|
+
*
|
|
18
|
+
* @defaultValue false
|
|
19
|
+
*/
|
|
7
20
|
wrapText: boolean;
|
|
21
|
+
/**
|
|
22
|
+
* Provides a custom template for rendering cells within the column.
|
|
23
|
+
*/
|
|
8
24
|
cellTemplate: TemplateRef<unknown>;
|
|
25
|
+
/**
|
|
26
|
+
* @ignore
|
|
27
|
+
*/
|
|
9
28
|
private _contentCellTemplate;
|
|
29
|
+
/**
|
|
30
|
+
* Returns the template used for rendering cells.
|
|
31
|
+
* Falls back to a default template if no custom template is provided.
|
|
32
|
+
*/
|
|
10
33
|
get renderCellTemplate(): TemplateRef<unknown>;
|
|
34
|
+
/**
|
|
35
|
+
* Template used for rendering the footer of the column.
|
|
36
|
+
*/
|
|
11
37
|
footerTemplate: TemplateRef<unknown>;
|
|
38
|
+
/**
|
|
39
|
+
* @ignore
|
|
40
|
+
*/
|
|
12
41
|
private _contentFooterTemplate;
|
|
42
|
+
/**
|
|
43
|
+
* Returns the template used for rendering the column footer,
|
|
44
|
+
* falling back to a default if not provided.
|
|
45
|
+
*/
|
|
13
46
|
get renderFooterTemplate(): TemplateRef<unknown>;
|
|
47
|
+
/**
|
|
48
|
+
* Defines the template for rendering the column header.
|
|
49
|
+
*/
|
|
14
50
|
headerTemplate: TemplateRef<unknown>;
|
|
51
|
+
/**
|
|
52
|
+
* @ignore
|
|
53
|
+
*/
|
|
15
54
|
private _contentHeaderTemplate;
|
|
55
|
+
/**
|
|
56
|
+
* Retrieves the template used for rendering the column header.
|
|
57
|
+
* Falls back to a default template if none is provided.
|
|
58
|
+
*/
|
|
16
59
|
get renderHeaderTemplate(): TemplateRef<unknown>;
|
|
60
|
+
/**
|
|
61
|
+
* Indicates whether loading functionality is enabled.
|
|
62
|
+
*/
|
|
17
63
|
get loadingEnabled(): boolean;
|
|
64
|
+
/**
|
|
65
|
+
* Generates a unique name based on the `dataField` value.
|
|
66
|
+
*/
|
|
18
67
|
get name(): string;
|
|
68
|
+
/**
|
|
69
|
+
* @ignore
|
|
70
|
+
*/
|
|
19
71
|
private formatService;
|
|
20
72
|
protected getDisplayText(rowData: unknown, dataField: string): string;
|
|
73
|
+
/**
|
|
74
|
+
* Defines the format string for displaying values in the component.
|
|
75
|
+
*/
|
|
21
76
|
format: string;
|
|
77
|
+
/**
|
|
78
|
+
* Provides additional options for formatting values.
|
|
79
|
+
*/
|
|
22
80
|
formatOptions: AXFormatOptions;
|
|
23
81
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXDataTableTextColumnComponent, never>;
|
|
24
82
|
static ɵcmp: i0.ɵɵComponentDeclaration<AXDataTableTextColumnComponent, "ax-text-column", never, { "width": { "alias": "width"; "required": false; }; "caption": { "alias": "caption"; "required": false; }; "allowSorting": { "alias": "allowSorting"; "required": false; }; "allowResizing": { "alias": "allowResizing"; "required": false; }; "fixed": { "alias": "fixed"; "required": false; }; "dataField": { "alias": "dataField"; "required": false; }; "wrapText": { "alias": "wrapText"; "required": false; }; "cellTemplate": { "alias": "cellTemplate"; "required": false; }; "footerTemplate": { "alias": "footerTemplate"; "required": false; }; "headerTemplate": { "alias": "headerTemplate"; "required": false; }; "format": { "alias": "format"; "required": false; }; "formatOptions": { "alias": "formatOptions"; "required": false; }; }, {}, never, never, false, never>;
|
|
@@ -14,34 +14,117 @@ export declare abstract class AXBaseRowCommandColumnComponent extends AXDataTabl
|
|
|
14
14
|
get cssClass(): string;
|
|
15
15
|
onItemClick: EventEmitter<AXRowCommandItemClickEvent>;
|
|
16
16
|
}
|
|
17
|
+
/**
|
|
18
|
+
* A column for displaying dropdown command buttons in a data table.
|
|
19
|
+
*
|
|
20
|
+
* @category Components
|
|
21
|
+
*/
|
|
17
22
|
export declare class AXRowDropdownCommandColumnComponent extends AXBaseRowCommandColumnComponent {
|
|
23
|
+
/**
|
|
24
|
+
* @ignore
|
|
25
|
+
*/
|
|
18
26
|
private _cellTemplate;
|
|
27
|
+
/**
|
|
28
|
+
* Returns the template used for rendering cell content.
|
|
29
|
+
* This method provides the cell template used in the data table column, falling back to a default template if none is provided.
|
|
30
|
+
*/
|
|
19
31
|
get renderCellTemplate(): TemplateRef<unknown>;
|
|
32
|
+
/**
|
|
33
|
+
* @ignore
|
|
34
|
+
*/
|
|
20
35
|
private _contentHeaderTemplate;
|
|
36
|
+
/**
|
|
37
|
+
* Returns the template used for rendering the header content.
|
|
38
|
+
* This method provides the header template used in the data table column.
|
|
39
|
+
*/
|
|
21
40
|
get renderHeaderTemplate(): TemplateRef<unknown>;
|
|
22
41
|
footerTemplate: TemplateRef<unknown>;
|
|
42
|
+
/**
|
|
43
|
+
* @ignore
|
|
44
|
+
*/
|
|
23
45
|
private _contentFooterTemplate;
|
|
46
|
+
/**
|
|
47
|
+
* Returns the template used for rendering the footer content.
|
|
48
|
+
* This method provides the footer template used in the data table column.
|
|
49
|
+
*/
|
|
24
50
|
get renderFooterTemplate(): TemplateRef<unknown>;
|
|
51
|
+
/**
|
|
52
|
+
* Returns the name identifier for the column component.
|
|
53
|
+
*/
|
|
25
54
|
get name(): string;
|
|
55
|
+
/**
|
|
56
|
+
* @ignore
|
|
57
|
+
*/
|
|
26
58
|
protected _items: AXRowCommandItem[];
|
|
27
59
|
items: AXRowCommandItem[] | ((rowData: unknown) => AXRowCommandItem[] | Promise<AXRowCommandItem[]>);
|
|
60
|
+
/**
|
|
61
|
+
* @ignore
|
|
62
|
+
*/
|
|
28
63
|
protected handleOnOpened(rowData: any): Promise<void>;
|
|
64
|
+
/**
|
|
65
|
+
* @ignore
|
|
66
|
+
*/
|
|
29
67
|
protected handleOnClosed(): void;
|
|
68
|
+
/**
|
|
69
|
+
* @ignore
|
|
70
|
+
*/
|
|
30
71
|
protected handleOnItemClick(e: AXItemClickEvent<AXButtonItemComponent>, data: unknown): void;
|
|
31
72
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXRowDropdownCommandColumnComponent, never>;
|
|
32
73
|
static ɵcmp: i0.ɵɵComponentDeclaration<AXRowDropdownCommandColumnComponent, "ax-dropdown-command-column", never, { "width": { "alias": "width"; "required": false; }; "caption": { "alias": "caption"; "required": false; }; "fixed": { "alias": "fixed"; "required": false; }; "footerTemplate": { "alias": "footerTemplate"; "required": false; }; "items": { "alias": "items"; "required": false; }; }, { "onItemClick": "onItemClick"; }, never, never, false, never>;
|
|
33
74
|
}
|
|
75
|
+
/**
|
|
76
|
+
* A column for displaying command buttons in a data table.
|
|
77
|
+
*
|
|
78
|
+
* @category Components
|
|
79
|
+
*/
|
|
34
80
|
export declare class AXRowCommandColumnComponent extends AXBaseRowCommandColumnComponent {
|
|
81
|
+
/**
|
|
82
|
+
* @ignore
|
|
83
|
+
*/
|
|
35
84
|
private _cellTemplate;
|
|
85
|
+
/**
|
|
86
|
+
* Returns the template used for rendering the cell content.
|
|
87
|
+
* Uses the specified cell template if provided; otherwise, falls back to a default template.
|
|
88
|
+
*/
|
|
36
89
|
get renderCellTemplate(): TemplateRef<unknown>;
|
|
90
|
+
/**
|
|
91
|
+
* @ignore
|
|
92
|
+
*/
|
|
37
93
|
private _contentHeaderTemplate;
|
|
94
|
+
/**
|
|
95
|
+
* Returns the template used for rendering the header content.
|
|
96
|
+
* Overrides the base implementation to provide a specific template for the command column.
|
|
97
|
+
*/
|
|
38
98
|
get renderHeaderTemplate(): TemplateRef<unknown>;
|
|
99
|
+
/**
|
|
100
|
+
* Template used for rendering the footer content of the column.
|
|
101
|
+
*/
|
|
39
102
|
footerTemplate: TemplateRef<unknown>;
|
|
103
|
+
/**
|
|
104
|
+
* @ignore
|
|
105
|
+
*/
|
|
40
106
|
private _contentFooterTemplate;
|
|
107
|
+
/**
|
|
108
|
+
* Gets the template used for rendering the footer content of the column.
|
|
109
|
+
* Returns `footerTemplate` if provided; otherwise, returns `_contentFooterTemplate`.
|
|
110
|
+
*/
|
|
41
111
|
get renderFooterTemplate(): TemplateRef<unknown>;
|
|
112
|
+
/**
|
|
113
|
+
* Gets the unique name identifier for the command column.
|
|
114
|
+
*/
|
|
42
115
|
get name(): string;
|
|
116
|
+
/**
|
|
117
|
+
* Defines the command items to display in the column.
|
|
118
|
+
* @defaultValue []
|
|
119
|
+
*/
|
|
43
120
|
items: AXRowCommandItem[] | ((rowData: unknown) => AXRowCommandItem[]);
|
|
121
|
+
/**
|
|
122
|
+
* @ignore
|
|
123
|
+
*/
|
|
44
124
|
protected getItems(rowData: unknown): AXRowCommandItem[];
|
|
125
|
+
/**
|
|
126
|
+
* @ignore
|
|
127
|
+
*/
|
|
45
128
|
protected handleOnItemClick(e: MouseEvent, item: AXRowCommandItem, data: unknown): void;
|
|
46
129
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXRowCommandColumnComponent, never>;
|
|
47
130
|
static ɵcmp: i0.ɵɵComponentDeclaration<AXRowCommandColumnComponent, "ax-command-column", never, { "width": { "alias": "width"; "required": false; }; "caption": { "alias": "caption"; "required": false; }; "fixed": { "alias": "fixed"; "required": false; }; "footerTemplate": { "alias": "footerTemplate"; "required": false; }; "items": { "alias": "items"; "required": false; }; }, { "onItemClick": "onItemClick"; }, never, never, false, never>;
|