@acorex/components 18.5.16 → 18.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/action-sheet/lib/action-sheet.component.d.ts +26 -0
- package/alert/lib/alert.component.d.ts +50 -2
- package/audio-wave/lib/audio-wave.component.d.ts +53 -0
- package/avatar/lib/avatar.component.d.ts +20 -1
- package/badge/lib/badge.component.d.ts +8 -0
- package/bottom-navigation/lib/bottom-navigation.component.d.ts +16 -0
- package/breadcrumbs/lib/breadcrumbs-item.component.d.ts +11 -0
- package/breadcrumbs/lib/breadcrumbs.component.d.ts +11 -0
- package/button/lib/button-item-list.component.d.ts +34 -0
- package/button/lib/button-item.component.d.ts +47 -0
- package/button/lib/button.component.d.ts +36 -0
- package/button-group/lib/button-group.component.d.ts +56 -0
- package/calendar/lib/calendar-range.component.d.ts +48 -0
- package/calendar/lib/calendar.component.d.ts +114 -0
- package/check-box/lib/check-box.component.d.ts +36 -0
- package/chips/lib/chips.component.d.ts +13 -0
- package/circular-progress/lib/circular-progress.component.d.ts +51 -21
- package/collapse/lib/collapse-group.component.d.ts +38 -0
- package/collapse/lib/collapse.component.d.ts +55 -0
- package/color-box/lib/color-box.component.d.ts +28 -1
- package/color-palette/lib/color-palette-input.component.d.ts +35 -0
- package/color-palette/lib/color-palette-picker.component.d.ts +53 -0
- package/color-palette/lib/color-palette-preview.component.d.ts +17 -0
- package/color-palette/lib/color-palette-swatches.component.d.ts +30 -0
- package/color-palette/lib/color-palette.component.d.ts +8 -0
- package/comment/lib/comment-container/comment-container.component.d.ts +5 -0
- package/comment/lib/comment-item/comment-item.component.d.ts +16 -2
- package/comment/lib/comment-like/comment-like.component.d.ts +8 -0
- package/comment/lib/comment-reply/comment-reply.component.d.ts +4 -0
- package/comment/lib/comment-view/comment-view.component.d.ts +4 -0
- package/common/lib/components/base-component.class.d.ts +8 -0
- package/common/lib/components/button-base-component.class.d.ts +21 -0
- package/common/lib/components/interactive-component.class.d.ts +15 -0
- package/conversation/lib/conversation-container/conversation-container.component.d.ts +4 -0
- package/conversation/lib/conversation-input/conversation-input.component.d.ts +79 -2
- package/conversation/lib/conversation-message/conversation-message.component.d.ts +41 -0
- package/conversation/lib/conversation-messages/conversation-message-audio/conversation-message-audio.component.d.ts +62 -0
- package/conversation/lib/conversation-messages/conversation-message-file/conversation-message-file.component.d.ts +34 -0
- package/conversation/lib/conversation-messages/conversation-message-image/conversation-message-image.component.d.ts +21 -0
- package/conversation/lib/conversation-messages/conversation-message-image-popup/conversation-message-image-popup.component.d.ts +11 -0
- package/conversation/lib/conversation-messages/conversation-message-text/conversation-message-text.component.d.ts +29 -0
- package/conversation/lib/conversation-messages/conversation-message-video/conversation-message-video.component.d.ts +11 -0
- package/conversation/lib/conversation-messages/conversation-message-voice/conversation-message-voice.component.d.ts +72 -0
- package/conversation/lib/conversation-view/conversation-view.component.d.ts +22 -0
- package/data-pager/lib/data-pager-base.component.d.ts +9 -0
- package/data-pager/lib/data-pager-info.component.d.ts +14 -0
- package/data-pager/lib/data-pager-input-selector.component.d.ts +17 -0
- package/data-pager/lib/data-pager-next-buttons.components.d.ts +20 -0
- package/data-pager/lib/data-pager-numeric-selector.component.d.ts +14 -0
- 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 +59 -1
- package/datetime-input/lib/datetime-input.component.d.ts +133 -0
- package/datetime-picker/lib/datetime-picker.component.d.ts +95 -0
- 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 +21 -1
- package/esm2022/alert/lib/alert.component.mjs +48 -3
- package/esm2022/audio-wave/lib/audio-wave.component.mjs +48 -1
- package/esm2022/avatar/lib/avatar.component.mjs +21 -2
- package/esm2022/badge/lib/badge.component.mjs +9 -1
- package/esm2022/bottom-navigation/lib/bottom-navigation.component.mjs +14 -1
- package/esm2022/breadcrumbs/lib/breadcrumbs-item.component.mjs +9 -1
- package/esm2022/breadcrumbs/lib/breadcrumbs.component.mjs +6 -1
- package/esm2022/button/lib/button-item-list.component.mjs +35 -1
- package/esm2022/button/lib/button-item.component.mjs +36 -1
- package/esm2022/button/lib/button.component.mjs +37 -1
- package/esm2022/button-group/lib/button-group.component.mjs +51 -1
- package/esm2022/calendar/lib/calendar-range.component.mjs +46 -1
- package/esm2022/calendar/lib/calendar.component.mjs +112 -1
- package/esm2022/check-box/lib/check-box.component.mjs +34 -1
- package/esm2022/chips/lib/chips.component.mjs +14 -1
- package/esm2022/circular-progress/lib/circular-progress.component.mjs +73 -74
- package/esm2022/collapse/lib/collapse-group.component.mjs +39 -1
- package/esm2022/collapse/lib/collapse.component.mjs +53 -1
- package/esm2022/color-box/lib/color-box.component.mjs +23 -2
- package/esm2022/color-palette/lib/color-palette-input.component.mjs +36 -1
- package/esm2022/color-palette/lib/color-palette-picker.component.mjs +54 -1
- package/esm2022/color-palette/lib/color-palette-preview.component.mjs +18 -1
- package/esm2022/color-palette/lib/color-palette-swatches.component.mjs +28 -1
- package/esm2022/color-palette/lib/color-palette.component.mjs +9 -1
- package/esm2022/comment/lib/comment-container/comment-container.component.mjs +6 -1
- package/esm2022/comment/lib/comment-item/comment-item.component.mjs +15 -1
- package/esm2022/comment/lib/comment-like/comment-like.component.mjs +9 -1
- package/esm2022/comment/lib/comment-reply/comment-reply.component.mjs +5 -1
- package/esm2022/comment/lib/comment-view/comment-view.component.mjs +5 -1
- package/esm2022/common/lib/components/base-component.class.mjs +9 -1
- package/esm2022/common/lib/components/button-base-component.class.mjs +22 -1
- package/esm2022/common/lib/components/interactive-component.class.mjs +16 -1
- package/esm2022/conversation/lib/conversation-container/conversation-container.component.mjs +5 -1
- package/esm2022/conversation/lib/conversation-input/conversation-input.component.mjs +75 -1
- package/esm2022/conversation/lib/conversation-message/conversation-message.component.mjs +39 -1
- package/esm2022/conversation/lib/conversation-messages/conversation-message-audio/conversation-message-audio.component.mjs +63 -1
- package/esm2022/conversation/lib/conversation-messages/conversation-message-file/conversation-message-file.component.mjs +35 -1
- package/esm2022/conversation/lib/conversation-messages/conversation-message-image/conversation-message-image.component.mjs +22 -1
- package/esm2022/conversation/lib/conversation-messages/conversation-message-image-popup/conversation-message-image-popup.component.mjs +9 -1
- package/esm2022/conversation/lib/conversation-messages/conversation-message-text/conversation-message-text.component.mjs +30 -1
- package/esm2022/conversation/lib/conversation-messages/conversation-message-video/conversation-message-video.component.mjs +12 -1
- package/esm2022/conversation/lib/conversation-messages/conversation-message-voice/conversation-message-voice.component.mjs +70 -1
- package/esm2022/conversation/lib/conversation-view/conversation-view.component.mjs +23 -1
- package/esm2022/data-pager/lib/data-pager-base.component.mjs +7 -1
- package/esm2022/data-pager/lib/data-pager-info.component.mjs +9 -1
- package/esm2022/data-pager/lib/data-pager-input-selector.component.mjs +18 -1
- package/esm2022/data-pager/lib/data-pager-next-buttons.components.mjs +18 -1
- package/esm2022/data-pager/lib/data-pager-numeric-selector.component.mjs +15 -1
- package/esm2022/data-pager/lib/data-pager-pagesize-dropdown.component.mjs +23 -1
- package/esm2022/data-pager/lib/data-pager-prev-buttons.component.mjs +18 -1
- package/esm2022/data-pager/lib/data-pager.component.mjs +109 -1
- package/esm2022/data-table/lib/columns/data-text-column.component.mjs +32 -1
- package/esm2022/data-table/lib/columns/row-command-column.component.mjs +63 -1
- package/esm2022/data-table/lib/columns/row-index-column.component.mjs +40 -1
- package/esm2022/data-table/lib/columns/row-select-column.component.mjs +39 -1
- package/esm2022/data-table/lib/data-table/data-table.component.mjs +183 -1
- package/esm2022/data-table/lib/infinite-scroll-data-table/infinite-scroll-data-table.component.mjs +159 -1
- package/esm2022/datetime-box/lib/datetime-box.component.mjs +51 -2
- package/esm2022/datetime-input/lib/datetime-input.component.mjs +122 -1
- package/esm2022/datetime-picker/lib/datetime-picker.component.mjs +90 -1
- package/esm2022/decorators/lib/components/clear-button.component.mjs +26 -1
- package/esm2022/decorators/lib/components/close-button.component.mjs +23 -1
- package/esm2022/decorators/lib/components/generic-content.component.mjs +5 -1
- package/esm2022/decorators/lib/components/icon.component.mjs +13 -1
- package/esm2022/dialog/lib/dialog.component.mjs +18 -1
- package/esm2022/drawer/lib/drawer-container.component.mjs +8 -1
- package/esm2022/drawer/lib/drawer.component.mjs +102 -1
- package/esm2022/dropdown/lib/dropdown-box.component.mjs +58 -1
- package/esm2022/dropdown/lib/dropdown-panel.component.mjs +77 -1
- package/esm2022/dropdown-button/lib/dropdown-button.component.mjs +36 -1
- package/esm2022/form/lib/form-field.component.mjs +40 -1
- package/esm2022/form/lib/form.component.mjs +59 -1
- package/esm2022/form/lib/validation-summary.component.mjs +41 -1
- package/esm2022/image/lib/image.component.mjs +47 -1
- package/esm2022/label/lib/label.component.mjs +32 -1
- package/esm2022/list/lib/list.component.mjs +84 -1
- package/esm2022/loading/lib/loading-spinner.component.mjs +17 -1
- package/esm2022/loading/lib/loading.component.mjs +27 -1
- package/esm2022/popup/lib/popup.component.mjs +2 -2
- package/esm2022/progress-bar/lib/progress-bar.component.mjs +1 -1
- package/esm2022/scheduler/lib/scheduler-month-view.component.mjs +20 -1
- package/esm2022/scheduler/lib/scheduler-week-view.component.mjs +5 -1
- package/esm2022/scheduler/lib/scheduler.component.mjs +10 -1
- package/esm2022/search-box/lib/search-box.component.mjs +19 -2
- package/esm2022/select-box/lib/select-box.component.mjs +50 -2
- package/esm2022/selection-list/lib/selection-list.component.mjs +51 -1
- package/esm2022/side-menu/lib/side-menu.component.mjs +5 -1
- package/esm2022/skeleton/lib/skeleton.component.mjs +11 -1
- package/esm2022/slider/lib/slider.component.mjs +52 -2
- package/esm2022/step-wizard/lib/step-wizard.component.mjs +23 -1
- package/esm2022/switch/lib/switch-content.component.mjs +5 -1
- package/esm2022/switch/lib/switch.component.mjs +11 -1
- package/esm2022/tabs/lib/tab-item.component.mjs +24 -1
- package/esm2022/tabs/lib/tabs.component.mjs +36 -1
- package/esm2022/tag/lib/tag.component.mjs +2 -1
- package/esm2022/text-area/lib/text-area.component.mjs +8 -1
- package/esm2022/text-box/lib/text-box.component.mjs +13 -1
- package/esm2022/toast/lib/toast.component.mjs +6 -1
- package/esm2022/tooltip/lib/tooltip.component.mjs +5 -1
- package/esm2022/uploader/index.mjs +5 -5
- package/esm2022/uploader/lib/{uploader-dialog-container.component.mjs → uploader-dialog-container/uploader-dialog-container.component.mjs} +17 -2
- package/esm2022/uploader/lib/uploader-drop-zone/uploader-drop-zone.component.mjs +27 -0
- package/esm2022/uploader/lib/uploader-list/uploader-list.component.mjs +26 -0
- package/esm2022/uploader/lib/uploader-zone.directive.mjs +23 -16
- package/esm2022/uploader/lib/uploader.models.mjs +19 -1
- package/esm2022/uploader/lib/uploader.module.mjs +18 -13
- package/esm2022/uploader/lib/uploader.service.mjs +14 -7
- package/esm2022/wysiwyg/lib/wysiwyg/wysiwyg-container/wysiwyg-container.component.mjs +66 -9
- package/esm2022/wysiwyg/lib/wysiwyg/wysiwyg-toolbar/wysiwyg-toolbar.component.mjs +105 -43
- package/esm2022/wysiwyg/lib/wysiwyg/wysiwyg-view/wysiwyg-view.component.mjs +9 -1
- package/esm2022/wysiwyg/lib/wysiwyg/wysiwyg.service.mjs +4 -1
- package/fesm2022/acorex-components-action-sheet.mjs +20 -0
- package/fesm2022/acorex-components-action-sheet.mjs.map +1 -1
- package/fesm2022/acorex-components-alert.mjs +47 -2
- package/fesm2022/acorex-components-alert.mjs.map +1 -1
- package/fesm2022/acorex-components-audio-wave.mjs +47 -0
- package/fesm2022/acorex-components-audio-wave.mjs.map +1 -1
- package/fesm2022/acorex-components-avatar.mjs +20 -1
- package/fesm2022/acorex-components-avatar.mjs.map +1 -1
- package/fesm2022/acorex-components-badge.mjs +8 -0
- package/fesm2022/acorex-components-badge.mjs.map +1 -1
- package/fesm2022/acorex-components-bottom-navigation.mjs +13 -0
- package/fesm2022/acorex-components-bottom-navigation.mjs.map +1 -1
- package/fesm2022/acorex-components-breadcrumbs.mjs +13 -0
- package/fesm2022/acorex-components-breadcrumbs.mjs.map +1 -1
- package/fesm2022/acorex-components-button-group.mjs +50 -0
- package/fesm2022/acorex-components-button-group.mjs.map +1 -1
- package/fesm2022/acorex-components-button.mjs +105 -0
- package/fesm2022/acorex-components-button.mjs.map +1 -1
- package/fesm2022/acorex-components-calendar.mjs +156 -0
- package/fesm2022/acorex-components-calendar.mjs.map +1 -1
- package/fesm2022/acorex-components-check-box.mjs +33 -0
- package/fesm2022/acorex-components-check-box.mjs.map +1 -1
- package/fesm2022/acorex-components-chips.mjs +13 -0
- package/fesm2022/acorex-components-chips.mjs.map +1 -1
- package/fesm2022/acorex-components-circular-progress.mjs +72 -73
- package/fesm2022/acorex-components-circular-progress.mjs.map +1 -1
- package/fesm2022/acorex-components-collapse.mjs +90 -0
- package/fesm2022/acorex-components-collapse.mjs.map +1 -1
- package/fesm2022/acorex-components-color-box.mjs +22 -1
- package/fesm2022/acorex-components-color-box.mjs.map +1 -1
- package/fesm2022/acorex-components-color-palette.mjs +140 -0
- package/fesm2022/acorex-components-color-palette.mjs.map +1 -1
- package/fesm2022/acorex-components-comment.mjs +35 -0
- package/fesm2022/acorex-components-comment.mjs.map +1 -1
- package/fesm2022/acorex-components-common.mjs +44 -0
- package/fesm2022/acorex-components-common.mjs.map +1 -1
- package/fesm2022/acorex-components-conversation.mjs +372 -0
- package/fesm2022/acorex-components-conversation.mjs.map +1 -1
- package/fesm2022/acorex-components-data-pager.mjs +209 -0
- package/fesm2022/acorex-components-data-pager.mjs.map +1 -1
- package/fesm2022/acorex-components-data-table.mjs +510 -0
- package/fesm2022/acorex-components-data-table.mjs.map +1 -1
- package/fesm2022/acorex-components-datetime-box.mjs +50 -1
- package/fesm2022/acorex-components-datetime-box.mjs.map +1 -1
- package/fesm2022/acorex-components-datetime-input.mjs +121 -0
- package/fesm2022/acorex-components-datetime-input.mjs.map +1 -1
- package/fesm2022/acorex-components-datetime-picker.mjs +89 -0
- package/fesm2022/acorex-components-datetime-picker.mjs.map +1 -1
- package/fesm2022/acorex-components-decorators.mjs +63 -0
- package/fesm2022/acorex-components-decorators.mjs.map +1 -1
- package/fesm2022/acorex-components-dialog.mjs +17 -0
- package/fesm2022/acorex-components-dialog.mjs.map +1 -1
- package/fesm2022/acorex-components-drawer.mjs +108 -0
- package/fesm2022/acorex-components-drawer.mjs.map +1 -1
- package/fesm2022/acorex-components-dropdown-button.mjs +35 -0
- package/fesm2022/acorex-components-dropdown-button.mjs.map +1 -1
- package/fesm2022/acorex-components-dropdown.mjs +133 -0
- package/fesm2022/acorex-components-dropdown.mjs.map +1 -1
- package/fesm2022/acorex-components-form.mjs +137 -0
- package/fesm2022/acorex-components-form.mjs.map +1 -1
- package/fesm2022/acorex-components-image.mjs +46 -0
- package/fesm2022/acorex-components-image.mjs.map +1 -1
- package/fesm2022/acorex-components-label.mjs +31 -0
- package/fesm2022/acorex-components-label.mjs.map +1 -1
- package/fesm2022/acorex-components-list.mjs +83 -0
- package/fesm2022/acorex-components-list.mjs.map +1 -1
- package/fesm2022/acorex-components-loading.mjs +42 -0
- package/fesm2022/acorex-components-loading.mjs.map +1 -1
- package/fesm2022/acorex-components-popup.mjs +1 -1
- package/fesm2022/acorex-components-popup.mjs.map +1 -1
- package/fesm2022/acorex-components-progress-bar.mjs.map +1 -1
- package/fesm2022/acorex-components-scheduler.mjs +32 -0
- package/fesm2022/acorex-components-scheduler.mjs.map +1 -1
- package/fesm2022/acorex-components-search-box.mjs +18 -1
- package/fesm2022/acorex-components-search-box.mjs.map +1 -1
- package/fesm2022/acorex-components-select-box.mjs +49 -1
- package/fesm2022/acorex-components-select-box.mjs.map +1 -1
- package/fesm2022/acorex-components-selection-list.mjs +50 -0
- package/fesm2022/acorex-components-selection-list.mjs.map +1 -1
- package/fesm2022/acorex-components-side-menu.mjs +4 -0
- package/fesm2022/acorex-components-side-menu.mjs.map +1 -1
- package/fesm2022/acorex-components-skeleton.mjs +10 -0
- package/fesm2022/acorex-components-skeleton.mjs.map +1 -1
- package/fesm2022/acorex-components-slider.mjs +51 -1
- package/fesm2022/acorex-components-slider.mjs.map +1 -1
- package/fesm2022/acorex-components-step-wizard.mjs +22 -0
- package/fesm2022/acorex-components-step-wizard.mjs.map +1 -1
- package/fesm2022/acorex-components-switch.mjs +14 -0
- package/fesm2022/acorex-components-switch.mjs.map +1 -1
- package/fesm2022/acorex-components-tabs.mjs +58 -0
- package/fesm2022/acorex-components-tabs.mjs.map +1 -1
- package/fesm2022/acorex-components-tag.mjs +1 -0
- package/fesm2022/acorex-components-tag.mjs.map +1 -1
- package/fesm2022/acorex-components-text-area.mjs +7 -0
- package/fesm2022/acorex-components-text-area.mjs.map +1 -1
- package/fesm2022/acorex-components-text-box.mjs +12 -0
- package/fesm2022/acorex-components-text-box.mjs.map +1 -1
- package/fesm2022/acorex-components-toast.mjs +5 -0
- package/fesm2022/acorex-components-toast.mjs.map +1 -1
- package/fesm2022/acorex-components-tooltip.mjs +4 -0
- package/fesm2022/acorex-components-tooltip.mjs.map +1 -1
- package/fesm2022/acorex-components-uploader.mjs +100 -32
- package/fesm2022/acorex-components-uploader.mjs.map +1 -1
- package/fesm2022/acorex-components-wysiwyg.mjs +179 -50
- 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/package.json +58 -58
- package/progress-bar/lib/progress-bar.component.d.ts +0 -1
- package/scheduler/lib/scheduler-month-view.component.d.ts +20 -0
- package/scheduler/lib/scheduler-week-view.component.d.ts +4 -0
- package/scheduler/lib/scheduler.component.d.ts +10 -0
- package/search-box/lib/search-box.component.d.ts +19 -1
- package/select-box/lib/select-box.component.d.ts +78 -1
- package/selection-list/lib/selection-list.component.d.ts +55 -0
- package/side-menu/lib/side-menu.component.d.ts +4 -0
- package/skeleton/lib/skeleton.component.d.ts +10 -0
- package/slider/lib/slider.component.d.ts +51 -1
- package/step-wizard/lib/step-wizard.component.d.ts +23 -0
- package/switch/lib/switch-content.component.d.ts +4 -0
- package/switch/lib/switch.component.d.ts +14 -0
- package/tabs/lib/tab-item.component.d.ts +32 -0
- package/tabs/lib/tabs.component.d.ts +42 -0
- package/tag/lib/tag.component.d.ts +4 -0
- package/text-area/lib/text-area.component.d.ts +13 -0
- package/text-box/lib/text-box.component.d.ts +27 -0
- package/toast/lib/toast.component.d.ts +6 -0
- package/tooltip/lib/tooltip.component.d.ts +13 -0
- package/uploader/index.d.ts +4 -4
- package/uploader/lib/{uploader-dialog-container.component.d.ts → uploader-dialog-container/uploader-dialog-container.component.d.ts} +15 -0
- package/uploader/lib/uploader-drop-zone/uploader-drop-zone.component.d.ts +12 -0
- package/uploader/lib/{uploader-list.component.d.ts → uploader-list/uploader-list.component.d.ts} +6 -1
- package/uploader/lib/uploader-zone.directive.d.ts +1 -0
- package/uploader/lib/uploader.models.d.ts +9 -0
- package/uploader/lib/uploader.module.d.ts +4 -4
- package/uploader/lib/uploader.service.d.ts +2 -1
- package/wysiwyg/lib/wysiwyg/wysiwyg-container/wysiwyg-container.component.d.ts +35 -6
- package/wysiwyg/lib/wysiwyg/wysiwyg-toolbar/wysiwyg-toolbar.component.d.ts +61 -21
- package/wysiwyg/lib/wysiwyg/wysiwyg-view/wysiwyg-view.component.d.ts +4 -0
- package/wysiwyg/lib/wysiwyg/wysiwyg.service.d.ts +3 -0
- package/esm2022/uploader/lib/uploader-drop-zone.component.mjs +0 -14
- package/esm2022/uploader/lib/uploader-list.component.mjs +0 -21
- package/uploader/lib/uploader-drop-zone.component.d.ts +0 -6
|
@@ -41,6 +41,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.2", ngImpor
|
|
|
41
41
|
type: Injectable
|
|
42
42
|
}] });
|
|
43
43
|
class AXDataPagerChild extends MXInteractiveComponent {
|
|
44
|
+
/**
|
|
45
|
+
* @ignore
|
|
46
|
+
*/
|
|
44
47
|
constructor() {
|
|
45
48
|
super();
|
|
46
49
|
this._parent = inject(AXDataPagerParentComponent);
|
|
@@ -54,6 +57,9 @@ class AXDataPagerChild extends MXInteractiveComponent {
|
|
|
54
57
|
this.applyParent();
|
|
55
58
|
});
|
|
56
59
|
}
|
|
60
|
+
/**
|
|
61
|
+
* @ignore
|
|
62
|
+
*/
|
|
57
63
|
ngAfterViewInit() {
|
|
58
64
|
this.applyParent();
|
|
59
65
|
}
|
|
@@ -64,11 +70,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.2", ngImpor
|
|
|
64
70
|
type: Injectable
|
|
65
71
|
}], ctorParameters: () => [] });
|
|
66
72
|
|
|
73
|
+
/**
|
|
74
|
+
* Displays formatted and translated information text for a data pager component.
|
|
75
|
+
*
|
|
76
|
+
* @category Components
|
|
77
|
+
*/
|
|
67
78
|
class AXDataPagerInfoComponent extends AXDataPagerChild {
|
|
68
79
|
constructor() {
|
|
69
80
|
super(...arguments);
|
|
70
81
|
this.translateService = inject(AXTranslationService);
|
|
71
82
|
}
|
|
83
|
+
/**
|
|
84
|
+
* @ignore
|
|
85
|
+
*/
|
|
72
86
|
applyParent() {
|
|
73
87
|
const info = this._parent.displayInfo;
|
|
74
88
|
if ([info.range, info.range.from, info.totalItems].every((c) => c)) {
|
|
@@ -98,17 +112,34 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.2", ngImpor
|
|
|
98
112
|
type: Input
|
|
99
113
|
}] } });
|
|
100
114
|
|
|
115
|
+
/**
|
|
116
|
+
* Provides an input selector for navigating pages in a data pager component.
|
|
117
|
+
*
|
|
118
|
+
* @category Components
|
|
119
|
+
*/
|
|
101
120
|
class AXDataPagerInputSelectorComponent extends AXDataPagerChild {
|
|
102
121
|
constructor() {
|
|
103
122
|
super(...arguments);
|
|
123
|
+
/**
|
|
124
|
+
* @ignore
|
|
125
|
+
*/
|
|
104
126
|
this._totalPages = 1;
|
|
127
|
+
/**
|
|
128
|
+
* @ignore
|
|
129
|
+
*/
|
|
105
130
|
this._currentPage = 1;
|
|
106
131
|
}
|
|
132
|
+
/**
|
|
133
|
+
* @ignore
|
|
134
|
+
*/
|
|
107
135
|
applyParent() {
|
|
108
136
|
this._currentPage = this._parent.displayInfo.page;
|
|
109
137
|
this._totalPages = this._parent.displayInfo.totalPages;
|
|
110
138
|
this.cdr.markForCheck();
|
|
111
139
|
}
|
|
140
|
+
/**
|
|
141
|
+
* @ignore
|
|
142
|
+
*/
|
|
112
143
|
_handleValueChanged(e) {
|
|
113
144
|
//TODO: debounceTime
|
|
114
145
|
if (e.isUserInteraction) {
|
|
@@ -165,19 +196,36 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.2", ngImpor
|
|
|
165
196
|
}]
|
|
166
197
|
}] });
|
|
167
198
|
|
|
199
|
+
/**
|
|
200
|
+
* Provides buttons for navigating to the next and last pages in a data pager component.
|
|
201
|
+
*
|
|
202
|
+
* @category Components
|
|
203
|
+
*/
|
|
168
204
|
class AXDataPagerNextButtonsComponent extends AXDataPagerChild {
|
|
205
|
+
/**
|
|
206
|
+
* @ignore
|
|
207
|
+
*/
|
|
169
208
|
ngOnInit() {
|
|
170
209
|
super.ngOnInit;
|
|
171
210
|
this.rtl = AXHtmlUtil.isRtl(this.getHostElement());
|
|
172
211
|
}
|
|
212
|
+
/**
|
|
213
|
+
* @ignore
|
|
214
|
+
*/
|
|
173
215
|
applyParent() {
|
|
174
216
|
this.disabled = this._parent.displayInfo.page == this._parent.displayInfo.totalPages || this._parent.disabled;
|
|
175
217
|
}
|
|
218
|
+
/**
|
|
219
|
+
* @ignore
|
|
220
|
+
*/
|
|
176
221
|
_emitOnLastPageClick(e) {
|
|
177
222
|
if (this._parent.readonly || this._parent.disabled)
|
|
178
223
|
return;
|
|
179
224
|
this._parent.goLastPage();
|
|
180
225
|
}
|
|
226
|
+
/**
|
|
227
|
+
* @ignore
|
|
228
|
+
*/
|
|
181
229
|
_emitOnNextPageClick(e) {
|
|
182
230
|
if (this._parent.readonly || this._parent.disabled)
|
|
183
231
|
return;
|
|
@@ -223,6 +271,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.2", ngImpor
|
|
|
223
271
|
}]
|
|
224
272
|
}] });
|
|
225
273
|
|
|
274
|
+
/**
|
|
275
|
+
* Component that provides numeric page selection controls for a data pager.
|
|
276
|
+
*
|
|
277
|
+
* @category Components
|
|
278
|
+
*/
|
|
226
279
|
class AXDataPagerNumericSelectorComponent extends AXDataPagerChild {
|
|
227
280
|
constructor() {
|
|
228
281
|
super(...arguments);
|
|
@@ -230,8 +283,14 @@ class AXDataPagerNumericSelectorComponent extends AXDataPagerChild {
|
|
|
230
283
|
this._currentPage = 1;
|
|
231
284
|
this._lastPage = 1;
|
|
232
285
|
this._loading = false;
|
|
286
|
+
/**
|
|
287
|
+
* @ignore
|
|
288
|
+
*/
|
|
233
289
|
this._displayCount = 5;
|
|
234
290
|
}
|
|
291
|
+
/**
|
|
292
|
+
* @ignore
|
|
293
|
+
*/
|
|
235
294
|
applyParent() {
|
|
236
295
|
this._currentPage = this._parent.displayInfo.page;
|
|
237
296
|
this._loading = this._parent.isLoading;
|
|
@@ -262,6 +321,9 @@ class AXDataPagerNumericSelectorComponent extends AXDataPagerChild {
|
|
|
262
321
|
}
|
|
263
322
|
this.cdr.detectChanges();
|
|
264
323
|
}
|
|
324
|
+
/**
|
|
325
|
+
* @ignore
|
|
326
|
+
*/
|
|
265
327
|
_handleOnItemClick(e) {
|
|
266
328
|
if (this._parent.readonly || this._parent.disabled)
|
|
267
329
|
return;
|
|
@@ -355,19 +417,38 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.2", ngImpor
|
|
|
355
417
|
}]
|
|
356
418
|
}] });
|
|
357
419
|
|
|
420
|
+
/**
|
|
421
|
+
* Displays a button to select page sizes for data pagination.
|
|
422
|
+
*
|
|
423
|
+
* @category Components
|
|
424
|
+
*/
|
|
358
425
|
class AXDataPagerPageSizesComponent extends AXDataPagerChild {
|
|
359
426
|
constructor() {
|
|
360
427
|
super(...arguments);
|
|
428
|
+
/**
|
|
429
|
+
* @ignore
|
|
430
|
+
*/
|
|
361
431
|
//TODO: AXButtonItems type error
|
|
362
432
|
this._items = [];
|
|
363
433
|
}
|
|
434
|
+
/**
|
|
435
|
+
* Gets the list of page sizes available for selection.
|
|
436
|
+
*/
|
|
364
437
|
get sizes() {
|
|
365
438
|
return this._sizes || [5, 10, 20, 50, 100];
|
|
366
439
|
}
|
|
440
|
+
/**
|
|
441
|
+
* Sets the list of page sizes available for selection.
|
|
442
|
+
*
|
|
443
|
+
* @param value - An array of numbers representing the page sizes to be set.
|
|
444
|
+
*/
|
|
367
445
|
set sizes(v) {
|
|
368
446
|
this._sizes = v;
|
|
369
447
|
this.applyParent();
|
|
370
448
|
}
|
|
449
|
+
/**
|
|
450
|
+
* @ignore
|
|
451
|
+
*/
|
|
371
452
|
applyParent() {
|
|
372
453
|
this._size = this._parent.displayInfo.take;
|
|
373
454
|
this._items = this.sizes.map((s) => ({
|
|
@@ -379,6 +460,9 @@ class AXDataPagerPageSizesComponent extends AXDataPagerChild {
|
|
|
379
460
|
}));
|
|
380
461
|
this.cdr.detectChanges();
|
|
381
462
|
}
|
|
463
|
+
/**
|
|
464
|
+
* @ignore
|
|
465
|
+
*/
|
|
382
466
|
_emitOnItemClick(e) {
|
|
383
467
|
if (this._parent.readonly || this._parent.disabled)
|
|
384
468
|
return;
|
|
@@ -429,19 +513,36 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.2", ngImpor
|
|
|
429
513
|
type: Input
|
|
430
514
|
}] } });
|
|
431
515
|
|
|
516
|
+
/**
|
|
517
|
+
* Component that provides navigation buttons for going to the previous page and the first page in a data pager.
|
|
518
|
+
*
|
|
519
|
+
* @category Components
|
|
520
|
+
*/
|
|
432
521
|
class AXDataPagerPrevButtonsComponent extends AXDataPagerChild {
|
|
522
|
+
/**
|
|
523
|
+
* @ignore
|
|
524
|
+
*/
|
|
433
525
|
ngOnInit() {
|
|
434
526
|
super.ngOnInit;
|
|
435
527
|
this.rtl = AXHtmlUtil.isRtl(this.getHostElement());
|
|
436
528
|
}
|
|
529
|
+
/**
|
|
530
|
+
* @ignore
|
|
531
|
+
*/
|
|
437
532
|
applyParent() {
|
|
438
533
|
this.disabled = this._parent.displayInfo.page == 1 || this._parent.disabled;
|
|
439
534
|
}
|
|
535
|
+
/**
|
|
536
|
+
* @ignore
|
|
537
|
+
*/
|
|
440
538
|
_emitOnFirstPageClick(e) {
|
|
441
539
|
if (this._parent.readonly || this._parent.disabled)
|
|
442
540
|
return;
|
|
443
541
|
this._parent.goFirstPage();
|
|
444
542
|
}
|
|
543
|
+
/**
|
|
544
|
+
* @ignore
|
|
545
|
+
*/
|
|
445
546
|
_emitOnPrevPageClick(e) {
|
|
446
547
|
if (this._parent.readonly || this._parent.disabled)
|
|
447
548
|
return;
|
|
@@ -487,16 +588,38 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.2", ngImpor
|
|
|
487
588
|
}]
|
|
488
589
|
}] });
|
|
489
590
|
|
|
591
|
+
/**
|
|
592
|
+
* Component for managing and displaying data pagination controls.
|
|
593
|
+
*
|
|
594
|
+
* @category Components
|
|
595
|
+
*/
|
|
490
596
|
class AXDataPagerComponent extends MXValueComponent {
|
|
597
|
+
/**
|
|
598
|
+
* Indicates whether the component is currently loading.
|
|
599
|
+
*
|
|
600
|
+
*/
|
|
491
601
|
get isLoading() {
|
|
492
602
|
return this._isLoading();
|
|
493
603
|
}
|
|
604
|
+
/**
|
|
605
|
+
* Sets the loading state of the component.
|
|
606
|
+
*
|
|
607
|
+
* @param v - The loading state to be set.
|
|
608
|
+
*/
|
|
494
609
|
set isLoading(v) {
|
|
495
610
|
this._isLoading.set(v);
|
|
496
611
|
}
|
|
612
|
+
/**
|
|
613
|
+
* Gets the number of items per page in the data pager.
|
|
614
|
+
*/
|
|
497
615
|
get size() {
|
|
498
616
|
return this._size || 10;
|
|
499
617
|
}
|
|
618
|
+
/**
|
|
619
|
+
* Sets the number of items per page and updates the data pager accordingly.
|
|
620
|
+
*
|
|
621
|
+
* @param {number} v - The new number of items per page.
|
|
622
|
+
*/
|
|
500
623
|
set size(v) {
|
|
501
624
|
if (v != this._size) {
|
|
502
625
|
const prevSize = this._size;
|
|
@@ -509,9 +632,18 @@ class AXDataPagerComponent extends MXValueComponent {
|
|
|
509
632
|
this._emitChangedEvent(prevSize != null ? true : false);
|
|
510
633
|
}
|
|
511
634
|
}
|
|
635
|
+
/**
|
|
636
|
+
* Gets the total number of items.
|
|
637
|
+
*/
|
|
512
638
|
get total() {
|
|
513
639
|
return this._total;
|
|
514
640
|
}
|
|
641
|
+
/**
|
|
642
|
+
* Sets the total number of items and triggers an update event if the value changes.
|
|
643
|
+
*
|
|
644
|
+
* @param v - The total number of items to set.
|
|
645
|
+
* If the value is non-positive, it defaults to 0.
|
|
646
|
+
*/
|
|
515
647
|
set total(v) {
|
|
516
648
|
const t = v && v > 0 ? v : 0;
|
|
517
649
|
if (t != this._total) {
|
|
@@ -519,15 +651,31 @@ class AXDataPagerComponent extends MXValueComponent {
|
|
|
519
651
|
this._emitChangedEvent();
|
|
520
652
|
}
|
|
521
653
|
}
|
|
654
|
+
/**
|
|
655
|
+
* Gets the total number of pages.
|
|
656
|
+
*/
|
|
522
657
|
get totalPages() {
|
|
523
658
|
return this._totalPages;
|
|
524
659
|
}
|
|
660
|
+
/**
|
|
661
|
+
* Sets the total number of pages.
|
|
662
|
+
*
|
|
663
|
+
* @param value - The total number of pages to set.
|
|
664
|
+
*/
|
|
525
665
|
set totalPages(value) {
|
|
526
666
|
this._totalPages = value;
|
|
527
667
|
}
|
|
668
|
+
/**
|
|
669
|
+
* Gets the current display mode of the data pager.
|
|
670
|
+
*/
|
|
528
671
|
get displayMode() {
|
|
529
672
|
return this._displayMode;
|
|
530
673
|
}
|
|
674
|
+
/**
|
|
675
|
+
* Sets the display mode of the data pager and emits a change event.
|
|
676
|
+
*
|
|
677
|
+
* @param v - The new display mode to set, of type `AXDataPagerMode`.
|
|
678
|
+
*/
|
|
531
679
|
set displayMode(v) {
|
|
532
680
|
this.setOption({
|
|
533
681
|
name: 'displayMode',
|
|
@@ -537,15 +685,43 @@ class AXDataPagerComponent extends MXValueComponent {
|
|
|
537
685
|
},
|
|
538
686
|
});
|
|
539
687
|
}
|
|
688
|
+
/**
|
|
689
|
+
* @ignore
|
|
690
|
+
*/
|
|
540
691
|
constructor(_parent) {
|
|
541
692
|
super();
|
|
542
693
|
this._parent = _parent;
|
|
694
|
+
/**
|
|
695
|
+
* @ignore
|
|
696
|
+
*/
|
|
543
697
|
this._isLoading = signal(false);
|
|
698
|
+
/**
|
|
699
|
+
* @ignore
|
|
700
|
+
*/
|
|
544
701
|
this._size = null;
|
|
702
|
+
/**
|
|
703
|
+
* @ignore
|
|
704
|
+
*/
|
|
545
705
|
this._total = 0;
|
|
706
|
+
/**
|
|
707
|
+
* @ignore
|
|
708
|
+
*/
|
|
546
709
|
this._totalPages = 0;
|
|
710
|
+
/**
|
|
711
|
+
* Emitted when the display mode changes.
|
|
712
|
+
* @event
|
|
713
|
+
* An event containing the new display mode.
|
|
714
|
+
*/
|
|
547
715
|
this.displayModeChange = new EventEmitter();
|
|
716
|
+
/**
|
|
717
|
+
* @ignore
|
|
718
|
+
*/
|
|
548
719
|
this._displayMode = 'full';
|
|
720
|
+
/**
|
|
721
|
+
* Emitted when the data pager's state changes.
|
|
722
|
+
* @event
|
|
723
|
+
* An event containing details about the change.
|
|
724
|
+
*/
|
|
549
725
|
this.onChanged = new EventEmitter();
|
|
550
726
|
//
|
|
551
727
|
if (this._parent) {
|
|
@@ -558,12 +734,21 @@ class AXDataPagerComponent extends MXValueComponent {
|
|
|
558
734
|
this.total = this._parent.totalCount;
|
|
559
735
|
}
|
|
560
736
|
}
|
|
737
|
+
/**
|
|
738
|
+
* @ignore
|
|
739
|
+
*/
|
|
561
740
|
ngAfterViewInit() {
|
|
562
741
|
this._emitChangedEvent();
|
|
563
742
|
}
|
|
743
|
+
/**
|
|
744
|
+
* @ignore
|
|
745
|
+
*/
|
|
564
746
|
internalValueChanged(value) {
|
|
565
747
|
this._emitChangedEvent(true);
|
|
566
748
|
}
|
|
749
|
+
/**
|
|
750
|
+
* @ignore
|
|
751
|
+
*/
|
|
567
752
|
internalGetValue(value) {
|
|
568
753
|
if (!isNumber(value) || !value || this.totalPages == 0)
|
|
569
754
|
return 1;
|
|
@@ -584,6 +769,9 @@ class AXDataPagerComponent extends MXValueComponent {
|
|
|
584
769
|
};
|
|
585
770
|
return result;
|
|
586
771
|
}
|
|
772
|
+
/**
|
|
773
|
+
* @ignore
|
|
774
|
+
*/
|
|
587
775
|
_emitChangedEvent(u = false) {
|
|
588
776
|
this.totalPages = Math.ceil(this._total / this.size);
|
|
589
777
|
//
|
|
@@ -601,18 +789,39 @@ class AXDataPagerComponent extends MXValueComponent {
|
|
|
601
789
|
this.cdr.markForCheck();
|
|
602
790
|
}
|
|
603
791
|
}
|
|
792
|
+
/**
|
|
793
|
+
* Navigates to the next page, or to the last page if on the final page.
|
|
794
|
+
* @ignore
|
|
795
|
+
*/
|
|
604
796
|
goNextPage() {
|
|
605
797
|
this.goToPage(Math.min(this.value + 1, this.totalPages));
|
|
606
798
|
}
|
|
799
|
+
/**
|
|
800
|
+
* Navigates to the last page.
|
|
801
|
+
* @ignore
|
|
802
|
+
*/
|
|
607
803
|
goLastPage() {
|
|
608
804
|
this.goToPage(this.totalPages);
|
|
609
805
|
}
|
|
806
|
+
/**
|
|
807
|
+
* Navigates to the first page.
|
|
808
|
+
* @ignore
|
|
809
|
+
*/
|
|
610
810
|
goFirstPage() {
|
|
611
811
|
this.goToPage(1);
|
|
612
812
|
}
|
|
813
|
+
/**
|
|
814
|
+
* Navigates to the previous page, or to the first page if on the initial page.
|
|
815
|
+
* @ignore
|
|
816
|
+
*/
|
|
613
817
|
goPrevPage() {
|
|
614
818
|
this.goToPage(Math.max(this.value - 1, 1));
|
|
615
819
|
}
|
|
820
|
+
/**
|
|
821
|
+
* Navigates to a specified page.
|
|
822
|
+
* @param page - The page number to navigate to.
|
|
823
|
+
* @ignore
|
|
824
|
+
*/
|
|
616
825
|
goToPage(page) {
|
|
617
826
|
if (page != this.value) {
|
|
618
827
|
this.commitValue(page, true);
|