@acorex/components 18.5.16 → 18.6.0
Sign up to get free protection for your applications and to get access to all the features.
- 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
@@ -3,63 +3,248 @@ import { DoCheck, ElementRef, EventEmitter, OnInit, QueryList, TemplateRef, Writ
|
|
3
3
|
import { AXBaseDataTable, AXDataTableRowClick, AXDataTableRowDbClick, AXDataTableScrollIndexChanged } from '../base-data-table.class';
|
4
4
|
import { AXDataTableColumnComponent } from '../columns/data-table-column';
|
5
5
|
import * as i0 from "@angular/core";
|
6
|
+
/**
|
7
|
+
* Component for a data table with infinite scrolling capabilities.
|
8
|
+
*
|
9
|
+
* @category Components
|
10
|
+
*/
|
6
11
|
export declare class AXInfiniteScrollDataTableComponent extends AXBaseDataTable implements OnInit, DoCheck {
|
7
12
|
private ngZone;
|
13
|
+
/**
|
14
|
+
* @ignore
|
15
|
+
*/
|
8
16
|
protected columns: QueryList<AXDataTableColumnComponent>;
|
17
|
+
/**
|
18
|
+
* @ignore
|
19
|
+
*/
|
9
20
|
protected startFixedColumn(): AXDataTableColumnComponent[];
|
21
|
+
/**
|
22
|
+
* @ignore
|
23
|
+
*/
|
10
24
|
protected endFixedColumn(): AXDataTableColumnComponent[];
|
25
|
+
/**
|
26
|
+
* @ignore
|
27
|
+
*/
|
11
28
|
protected notFixedColumn(): AXDataTableColumnComponent[];
|
29
|
+
/**
|
30
|
+
* @ignore
|
31
|
+
*/
|
12
32
|
protected notFixedColumnCount(): number;
|
33
|
+
/**
|
34
|
+
* @ignore
|
35
|
+
*/
|
13
36
|
protected fixedColumnCount(): number;
|
37
|
+
/**
|
38
|
+
* Emits an event when the page changes.
|
39
|
+
*
|
40
|
+
* @event
|
41
|
+
*/
|
14
42
|
onPageChanged: EventEmitter<AXValueChangedEvent<number>>;
|
43
|
+
/**
|
44
|
+
* @ignore
|
45
|
+
*/
|
15
46
|
private clickSubject;
|
47
|
+
/**
|
48
|
+
* Emits an event when a row is clicked.
|
49
|
+
*
|
50
|
+
* @event
|
51
|
+
*/
|
16
52
|
onRowClick: EventEmitter<AXDataTableRowClick>;
|
53
|
+
/**
|
54
|
+
* Emits an event when a row is double-clicked.
|
55
|
+
*
|
56
|
+
* @event
|
57
|
+
*/
|
17
58
|
onRowDbClick: EventEmitter<AXDataTableRowDbClick>;
|
59
|
+
/**
|
60
|
+
* Template for rendering rows in the data table.
|
61
|
+
*/
|
18
62
|
rowTemplate?: TemplateRef<unknown>;
|
63
|
+
/**
|
64
|
+
* Template to display when the data table is empty.
|
65
|
+
*/
|
19
66
|
emptyTemplate?: TemplateRef<unknown>;
|
67
|
+
/**
|
68
|
+
* Controls the visibility of the table header.
|
69
|
+
*
|
70
|
+
* @defaultValue true
|
71
|
+
*/
|
20
72
|
showHeader: boolean;
|
73
|
+
/**
|
74
|
+
* Defines the mode for fetching data.
|
75
|
+
*
|
76
|
+
* @defaultValue 'auto'
|
77
|
+
*/
|
21
78
|
fetchDataMode: 'auto' | 'manual';
|
79
|
+
/**
|
80
|
+
* Configuration for the loading state of the data table.
|
81
|
+
*
|
82
|
+
* @defaultValue { enabled: true, animation: true }
|
83
|
+
*/
|
22
84
|
loading: {
|
23
85
|
enabled: boolean;
|
24
86
|
animation: boolean;
|
25
87
|
loadingTemplate?: TemplateRef<unknown>;
|
26
88
|
};
|
89
|
+
/**
|
90
|
+
* @ignore
|
91
|
+
*/
|
27
92
|
protected listDataSource: AXListDataSource<unknown>;
|
93
|
+
/**
|
94
|
+
* @ignore
|
95
|
+
*/
|
28
96
|
protected isLoading: WritableSignal<boolean>;
|
97
|
+
/**
|
98
|
+
* @ignore
|
99
|
+
*/
|
29
100
|
protected hasItems: boolean;
|
101
|
+
/**
|
102
|
+
* @ignore
|
103
|
+
*/
|
30
104
|
protected totalRows: number;
|
105
|
+
/**
|
106
|
+
* @ignore
|
107
|
+
*/
|
31
108
|
protected currentPage: number;
|
109
|
+
/**
|
110
|
+
* @ignore
|
111
|
+
*/
|
32
112
|
protected totalPages: number;
|
113
|
+
/**
|
114
|
+
* @ignore
|
115
|
+
*/
|
33
116
|
protected startRowIndex: number;
|
117
|
+
/**
|
118
|
+
* @ignore
|
119
|
+
*/
|
34
120
|
private lastIndex;
|
121
|
+
/**
|
122
|
+
* Event emitted when the focused row changes.
|
123
|
+
*
|
124
|
+
* @event
|
125
|
+
*/
|
35
126
|
focusedRowChange: EventEmitter<unknown>;
|
127
|
+
/**
|
128
|
+
* @ignore
|
129
|
+
*/
|
36
130
|
private _focusedRow;
|
131
|
+
/**
|
132
|
+
* Retrieves the currently focused row.
|
133
|
+
*/
|
37
134
|
get focusedRow(): unknown;
|
135
|
+
/**
|
136
|
+
* Sets the currently focused row and emits a change event.
|
137
|
+
*
|
138
|
+
* @param v - The row data to be set as focused.
|
139
|
+
*/
|
38
140
|
set focusedRow(v: unknown);
|
141
|
+
/**
|
142
|
+
* Defines the height of each item in the table.
|
143
|
+
*
|
144
|
+
* @default 40
|
145
|
+
*/
|
39
146
|
itemHeight: number | 'auto';
|
147
|
+
/**
|
148
|
+
* @ignore
|
149
|
+
*/
|
40
150
|
protected width: string;
|
151
|
+
/**
|
152
|
+
* @ignore
|
153
|
+
*/
|
41
154
|
protected height: string;
|
155
|
+
/**
|
156
|
+
* @ignore
|
157
|
+
*/
|
42
158
|
private viewport;
|
159
|
+
/**
|
160
|
+
* Emitted when the scroll index changes in the table.
|
161
|
+
*
|
162
|
+
* @event
|
163
|
+
*/
|
43
164
|
onScrolledIndexChanged: EventEmitter<AXDataTableScrollIndexChanged>;
|
44
165
|
trackByIdx(i: any): any;
|
166
|
+
/**
|
167
|
+
* @ignore
|
168
|
+
*/
|
45
169
|
ngOnInit(): void;
|
170
|
+
/**
|
171
|
+
* @ignore
|
172
|
+
*/
|
46
173
|
headerContainer: ElementRef<HTMLDivElement>;
|
174
|
+
/**
|
175
|
+
* @ignore
|
176
|
+
*/
|
47
177
|
footerContainer: ElementRef;
|
178
|
+
/**
|
179
|
+
* @ignore
|
180
|
+
*/
|
48
181
|
scrollableContainer: ElementRef<HTMLDivElement>;
|
182
|
+
/**
|
183
|
+
* @ignore
|
184
|
+
*/
|
49
185
|
protected _handleOnscrolledIndexChange(e: number): void;
|
186
|
+
/**
|
187
|
+
* @ignore
|
188
|
+
*/
|
50
189
|
ngDoCheck(): void;
|
190
|
+
/**
|
191
|
+
* @ignore
|
192
|
+
*/
|
51
193
|
private updateTotalCount;
|
194
|
+
/**
|
195
|
+
* @ignore
|
196
|
+
*/
|
52
197
|
private updateHeight;
|
198
|
+
/**
|
199
|
+
* @ignore
|
200
|
+
*/
|
53
201
|
private updateWidth;
|
202
|
+
/**
|
203
|
+
* @ignore
|
204
|
+
*/
|
54
205
|
private updateHScroll;
|
206
|
+
/**
|
207
|
+
* @ignore
|
208
|
+
*/
|
55
209
|
private copyFixedColumns;
|
210
|
+
/**
|
211
|
+
* Updates the viewport by checking its size and scrolling to the last index.
|
212
|
+
* Marks the component for change detection.
|
213
|
+
* @ignore
|
214
|
+
*/
|
56
215
|
render(): void;
|
216
|
+
/**
|
217
|
+
* Resets the index to zero and refreshes the data source.
|
218
|
+
* @ignore
|
219
|
+
*/
|
57
220
|
refresh(): void;
|
221
|
+
/**
|
222
|
+
* @ignore
|
223
|
+
*/
|
58
224
|
protected handleRowClick(event: MouseEvent, item: unknown): void;
|
225
|
+
/**
|
226
|
+
* @ignore
|
227
|
+
*/
|
59
228
|
private handleRowSingleClick;
|
229
|
+
/**
|
230
|
+
* @ignore
|
231
|
+
*/
|
60
232
|
protected handleRowDoubleClick(e: MouseEvent, item: unknown): void;
|
233
|
+
/**
|
234
|
+
* Handles column header clicks to toggle sorting on the column.
|
235
|
+
*
|
236
|
+
* @param e - The mouse event triggered by the click.
|
237
|
+
* @param column - The column that was clicked.
|
238
|
+
* @ignore
|
239
|
+
*/
|
61
240
|
handleColumnClick(e: MouseEvent, column: AXDataTableColumnComponent): void;
|
241
|
+
/**
|
242
|
+
* @ignore
|
243
|
+
*/
|
62
244
|
protected getSort(column: AXDataTableColumnComponent): string | undefined;
|
245
|
+
/**
|
246
|
+
* @ignore
|
247
|
+
*/
|
63
248
|
protected _handleOnScroll(): void;
|
64
249
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXInfiniteScrollDataTableComponent, never>;
|
65
250
|
static ɵcmp: i0.ɵɵComponentDeclaration<AXInfiniteScrollDataTableComponent, "ax-infinite-scroll-data-table", never, { "dataSource": { "alias": "dataSource"; "required": false; }; "rowTemplate": { "alias": "rowTemplate"; "required": false; }; "emptyTemplate": { "alias": "emptyTemplate"; "required": false; }; "showHeader": { "alias": "showHeader"; "required": false; }; "fetchDataMode": { "alias": "fetchDataMode"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "focusedRow": { "alias": "focusedRow"; "required": false; }; "itemHeight": { "alias": "itemHeight"; "required": false; }; }, { "selectedRowsChange": "selectedRowsChange"; "onPageChanged": "onPageChanged"; "onRowClick": "onRowClick"; "onRowDbClick": "onRowDbClick"; "focusedRowChange": "focusedRowChange"; "onScrolledIndexChanged": "onScrolledIndexChanged"; }, ["columns"], ["ax-header", "ax-footer"], false, never>;
|
@@ -11,27 +11,85 @@ declare const AXDateTimeBoxComponent_base: import("polytype").Polytype.Clustered
|
|
11
11
|
ɵprov: import("@angular/core").ɵɵInjectableDeclaration<MXInputBaseValueComponent<any>>;
|
12
12
|
}, typeof MXCalendarBaseComponent, typeof MXDropdownBoxBaseComponent, typeof MXLookComponent]>;
|
13
13
|
/**
|
14
|
-
*
|
14
|
+
* Represents a date and time input component that allows user interaction and triggers events.
|
15
15
|
*
|
16
16
|
* @category Components
|
17
17
|
*/
|
18
18
|
export declare class AXDateTimeBoxComponent extends AXDateTimeBoxComponent_base {
|
19
|
+
/**
|
20
|
+
* @ignore
|
21
|
+
*/
|
19
22
|
protected input: AXDateTimeInputComponent;
|
23
|
+
/**
|
24
|
+
* @ignore
|
25
|
+
*/
|
20
26
|
protected picker: AXDateTimePickerComponent;
|
27
|
+
/**
|
28
|
+
* @ignore
|
29
|
+
*/
|
21
30
|
protected dropdown: AXDropdownBoxComponent;
|
31
|
+
/**
|
32
|
+
* Emitted when the format of the component changes.
|
33
|
+
*
|
34
|
+
* @event
|
35
|
+
*/
|
22
36
|
formatChange: EventEmitter<string>;
|
37
|
+
/**
|
38
|
+
* Indicates whether typing is allowed in the component.
|
39
|
+
*
|
40
|
+
* @defaultValue false
|
41
|
+
*/
|
23
42
|
allowTyping: import("@angular/core").InputSignal<boolean>;
|
43
|
+
/**
|
44
|
+
* @ignore
|
45
|
+
*/
|
24
46
|
private _format;
|
47
|
+
/**
|
48
|
+
* Gets the format string used for displaying values.
|
49
|
+
*/
|
25
50
|
get format(): string;
|
51
|
+
/**
|
52
|
+
* Sets the format string for displaying values.
|
53
|
+
* @param v The format string to be set.
|
54
|
+
*/
|
26
55
|
set format(v: string);
|
56
|
+
/**
|
57
|
+
* @ignore
|
58
|
+
*/
|
27
59
|
protected _handleInputModelChange(value: Date | null): void;
|
60
|
+
/**
|
61
|
+
* @ignore
|
62
|
+
*/
|
28
63
|
protected _handlePickerModelChange(value: Date | null): void;
|
64
|
+
/**
|
65
|
+
* @ignore
|
66
|
+
*/
|
29
67
|
protected _handleOnOpenedEvent(e: AXEvent): void;
|
68
|
+
/**
|
69
|
+
* @ignore
|
70
|
+
*/
|
30
71
|
protected _handleOnClosedEvent(e: AXEvent): void;
|
72
|
+
/**
|
73
|
+
* @ignore
|
74
|
+
*/
|
31
75
|
protected _handleInputOnFocusEvent(e: AXFocusEvent): void;
|
76
|
+
/**
|
77
|
+
* @ignore
|
78
|
+
*/
|
32
79
|
protected _handleInputOnBlurEvent(e: AXFocusEvent): void;
|
80
|
+
/**
|
81
|
+
* @ignore
|
82
|
+
*/
|
33
83
|
protected _handleCalendarOnNavigate(e: AXCalendarNavigateEvent): void;
|
84
|
+
/**
|
85
|
+
* Handles changes to the internal value.
|
86
|
+
* @param value The new value that was set.
|
87
|
+
* @ignore
|
88
|
+
*/
|
34
89
|
internalValueChanged(value: any): void;
|
90
|
+
/**
|
91
|
+
* @ignore
|
92
|
+
*/
|
35
93
|
protected _handleInputOnClick(): void;
|
36
94
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXDateTimeBoxComponent, never>;
|
37
95
|
static ɵcmp: i0.ɵɵComponentDeclaration<AXDateTimeBoxComponent, "ax-datetime-box", never, { "disabled": { "alias": "disabled"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "minValue": { "alias": "minValue"; "required": false; }; "maxValue": { "alias": "maxValue"; "required": false; }; "value": { "alias": "value"; "required": false; }; "state": { "alias": "state"; "required": false; }; "name": { "alias": "name"; "required": false; }; "depth": { "alias": "depth"; "required": false; }; "id": { "alias": "id"; "required": false; }; "type": { "alias": "type"; "required": false; }; "look": { "alias": "look"; "required": false; }; "holidayDates": { "alias": "holidayDates"; "required": false; }; "allowTyping": { "alias": "allowTyping"; "required": false; "isSignal": true; }; "format": { "alias": "format"; "required": false; }; }, { "valueChange": "valueChange"; "stateChange": "stateChange"; "onValueChanged": "onValueChanged"; "onBlur": "onBlur"; "onFocus": "onFocus"; "onOpened": "onOpened"; "onClosed": "onClosed"; "readonlyChange": "readonlyChange"; "disabledChange": "disabledChange"; "formatChange": "formatChange"; }, never, ["ax-prefix", "ax-clear-button", "ax-suffix", "ax-validation-rule"], false, never>;
|
@@ -1,44 +1,177 @@
|
|
1
1
|
import { AXClickEvent, MXInputBaseValueComponent } from '@acorex/components/common';
|
2
2
|
import { ElementRef, EventEmitter } from '@angular/core';
|
3
3
|
import * as i0 from "@angular/core";
|
4
|
+
/**
|
5
|
+
* A component for date and time input with various custom features.
|
6
|
+
*
|
7
|
+
* @category Components
|
8
|
+
*/
|
4
9
|
export declare class AXDateTimeInputComponent extends MXInputBaseValueComponent<Date> {
|
5
10
|
private calendarService;
|
11
|
+
/**
|
12
|
+
* @ignore
|
13
|
+
*/
|
6
14
|
private _editingParts;
|
15
|
+
/**
|
16
|
+
* @ignore
|
17
|
+
*/
|
7
18
|
protected _editingText: string;
|
19
|
+
/**
|
20
|
+
* @ignore
|
21
|
+
*/
|
8
22
|
protected _inputChars: string[];
|
23
|
+
/**
|
24
|
+
* @ignore
|
25
|
+
*/
|
9
26
|
private _type;
|
27
|
+
/**
|
28
|
+
* Indicates whether typing is allowed in the input field.
|
29
|
+
* @defaultValue false
|
30
|
+
*/
|
10
31
|
allowTyping: import("@angular/core").InputSignal<boolean>;
|
32
|
+
/**
|
33
|
+
* Gets the type of the datetime input.
|
34
|
+
*/
|
11
35
|
get type(): string;
|
36
|
+
/**
|
37
|
+
* Sets the type of the datetime input.
|
38
|
+
*
|
39
|
+
* @param v The new type to set for the datetime input.
|
40
|
+
*/
|
12
41
|
set type(v: string);
|
42
|
+
/**
|
43
|
+
* @ignore
|
44
|
+
*/
|
13
45
|
private _activePart;
|
46
|
+
/**
|
47
|
+
* Gets the currently active part of the datetime input.
|
48
|
+
*/
|
14
49
|
get activePart(): string;
|
50
|
+
/**
|
51
|
+
* Sets the currently active part of the datetime input.
|
52
|
+
*
|
53
|
+
* @param v The new name or identifier of the active part.
|
54
|
+
*/
|
15
55
|
set activePart(v: string);
|
56
|
+
/**
|
57
|
+
* @ignore
|
58
|
+
*/
|
16
59
|
private _editingDateObj;
|
60
|
+
/**
|
61
|
+
* @ignore
|
62
|
+
*/
|
17
63
|
private get editingDateObj();
|
64
|
+
/**
|
65
|
+
* @ignore
|
66
|
+
*/
|
18
67
|
input: ElementRef<HTMLInputElement>;
|
68
|
+
/**
|
69
|
+
* @ignore
|
70
|
+
*/
|
19
71
|
private _minValue;
|
72
|
+
/**
|
73
|
+
* Gets the minimum allowed date value for the datetime input.
|
74
|
+
*/
|
20
75
|
get minValue(): Date;
|
76
|
+
/**
|
77
|
+
* Sets the minimum allowable date value for the datetime input.
|
78
|
+
*
|
79
|
+
* @param v The minimum allowable date value to set.
|
80
|
+
*/
|
21
81
|
set minValue(v: Date);
|
82
|
+
/**
|
83
|
+
* @ignore
|
84
|
+
*/
|
22
85
|
private _maxValue;
|
86
|
+
/**
|
87
|
+
* Gets the maximum allowed date value for the datetime input.
|
88
|
+
*/
|
23
89
|
get maxValue(): Date;
|
90
|
+
/**
|
91
|
+
* Sets the maximum allowable date value for the datetime input.
|
92
|
+
*
|
93
|
+
* @param v - The maximum allowable date value to set.
|
94
|
+
*/
|
24
95
|
set maxValue(v: Date);
|
96
|
+
/**
|
97
|
+
* Emitted when the format of the datetime input changes.
|
98
|
+
* @event
|
99
|
+
*/
|
25
100
|
formatChange: EventEmitter<string>;
|
101
|
+
/**
|
102
|
+
* Emitted when a click event occurs on the datetime box.
|
103
|
+
* @event
|
104
|
+
*/
|
26
105
|
onClick: EventEmitter<AXClickEvent>;
|
106
|
+
/**
|
107
|
+
* @ignore
|
108
|
+
*/
|
27
109
|
private _format;
|
110
|
+
/**
|
111
|
+
* Gets or sets the format string for displaying date and time values.
|
112
|
+
*/
|
28
113
|
get format(): string;
|
114
|
+
/**
|
115
|
+
* Sets the format string for displaying date and time values.
|
116
|
+
* @param v - The new format string. It defines how date and time values should be formatted.
|
117
|
+
*/
|
29
118
|
set format(v: string);
|
119
|
+
/**
|
120
|
+
* @ignore
|
121
|
+
*/
|
30
122
|
private _getOrderedParts;
|
123
|
+
/**
|
124
|
+
* @ignore
|
125
|
+
*/
|
31
126
|
private _clearInputBuffer;
|
127
|
+
/**
|
128
|
+
* @ignore
|
129
|
+
*/
|
32
130
|
private _updateText;
|
131
|
+
/**
|
132
|
+
* Sets the internal date value, adjusting it based on editing parts.
|
133
|
+
* @param value - The date to set. Returns `undefined` if no value is provided.
|
134
|
+
* @ignore
|
135
|
+
*/
|
33
136
|
internalSetValue(value?: Date): Date;
|
137
|
+
/**
|
138
|
+
* Handles changes to the internal date value, updating editing parts and text representation.
|
139
|
+
*
|
140
|
+
* @param value - The new date value. If not provided, resets editing parts.
|
141
|
+
* @ignore
|
142
|
+
*/
|
34
143
|
internalValueChanged(value?: Date): void;
|
144
|
+
/**
|
145
|
+
* @ignore
|
146
|
+
*/
|
35
147
|
_handleOnKeydownEvent(e: KeyboardEvent): void;
|
148
|
+
/**
|
149
|
+
* @ignore
|
150
|
+
*/
|
36
151
|
_handleKeyUpEvent(e: KeyboardEvent): void;
|
152
|
+
/**
|
153
|
+
* @ignore
|
154
|
+
*/
|
37
155
|
protected _handleFocusEvent(e: FocusEvent): void;
|
156
|
+
/**
|
157
|
+
* @ignore
|
158
|
+
*/
|
38
159
|
protected _handleBlurEvent(e: FocusEvent): void;
|
160
|
+
/**
|
161
|
+
* @ignore
|
162
|
+
*/
|
39
163
|
protected _handleOnInputClickEvent(e: MouseEvent): void;
|
164
|
+
/**
|
165
|
+
* @ignore
|
166
|
+
*/
|
40
167
|
private _detectPartAtPosition;
|
168
|
+
/**
|
169
|
+
* @ignore
|
170
|
+
*/
|
41
171
|
private _highlightActivePart;
|
172
|
+
/**
|
173
|
+
* @ignore
|
174
|
+
*/
|
42
175
|
private _detectValueChanges;
|
43
176
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXDateTimeInputComponent, never>;
|
44
177
|
static ɵcmp: i0.ɵɵComponentDeclaration<AXDateTimeInputComponent, "ax-datetime-input", never, { "disabled": { "alias": "disabled"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "value": { "alias": "value"; "required": false; }; "state": { "alias": "state"; "required": false; }; "name": { "alias": "name"; "required": false; }; "id": { "alias": "id"; "required": false; }; "allowTyping": { "alias": "allowTyping"; "required": false; "isSignal": true; }; "type": { "alias": "type"; "required": false; }; "minValue": { "alias": "minValue"; "required": false; }; "maxValue": { "alias": "maxValue"; "required": false; }; "format": { "alias": "format"; "required": false; }; }, { "valueChange": "valueChange"; "stateChange": "stateChange"; "onValueChanged": "onValueChanged"; "onBlur": "onBlur"; "onFocus": "onFocus"; "onClick": "onClick"; "readonlyChange": "readonlyChange"; "disabledChange": "disabledChange"; "formatChange": "formatChange"; }, never, ["ax-validation-rule"], false, never>;
|
@@ -10,40 +10,135 @@ declare const AXDateTimePickerComponent_base: import("polytype").Polytype.Cluste
|
|
10
10
|
ɵfac: unknown;
|
11
11
|
ɵprov: import("@angular/core").ɵɵInjectableDeclaration<MXValueComponent<any>>;
|
12
12
|
}]>;
|
13
|
+
/**
|
14
|
+
* allows users to select a date and time from a calendar and time picker interface.
|
15
|
+
*
|
16
|
+
* @category Components
|
17
|
+
*/
|
13
18
|
export declare class AXDateTimePickerComponent extends AXDateTimePickerComponent_base implements OnInit {
|
14
19
|
buttonText: string;
|
15
20
|
private defaultConfig;
|
21
|
+
/**
|
22
|
+
* @ignore
|
23
|
+
*/
|
16
24
|
private _currentTimeButton;
|
25
|
+
/**
|
26
|
+
* Determines whether a button for selecting the current time is displayed.
|
27
|
+
*/
|
17
28
|
get currentTimeButton(): boolean;
|
29
|
+
/**
|
30
|
+
* Sets whether the button for selecting the current time is displayed.
|
31
|
+
*/
|
18
32
|
set currentTimeButton(v: boolean);
|
19
33
|
private _calendarService;
|
20
34
|
private _tranlationService;
|
35
|
+
/**
|
36
|
+
* @ignore
|
37
|
+
*/
|
21
38
|
protected picker: AXPickerComponent;
|
39
|
+
/**
|
40
|
+
* @ignore
|
41
|
+
*/
|
22
42
|
protected tabs: AXTabsComponent;
|
43
|
+
/**
|
44
|
+
* @ignore
|
45
|
+
*/
|
23
46
|
protected hours: any[];
|
24
47
|
minutes: any[];
|
48
|
+
/**
|
49
|
+
* @ignore
|
50
|
+
*/
|
25
51
|
protected _parts: AXDateTimeParts;
|
52
|
+
/**
|
53
|
+
* @ignore
|
54
|
+
*/
|
26
55
|
protected _activePart: 'date' | 'time';
|
56
|
+
/**
|
57
|
+
* @ignore
|
58
|
+
*/
|
27
59
|
protected get _hasDatePart(): boolean;
|
60
|
+
/**
|
61
|
+
* @ignore
|
62
|
+
*/
|
28
63
|
protected get _hasTimePart(): boolean;
|
64
|
+
/**
|
65
|
+
* @ignore
|
66
|
+
*/
|
29
67
|
private _editingDateObj;
|
30
68
|
protected get editingDateObj(): AXDateTime;
|
69
|
+
/**
|
70
|
+
* Emits an event when the format changes.
|
71
|
+
*
|
72
|
+
* @event
|
73
|
+
*/
|
31
74
|
formatChange: EventEmitter<string>;
|
75
|
+
/**
|
76
|
+
* @ignore
|
77
|
+
*/
|
32
78
|
private _format;
|
79
|
+
/**
|
80
|
+
* Gets or sets the format for the datetime input.
|
81
|
+
*/
|
33
82
|
get format(): string;
|
83
|
+
/**
|
84
|
+
* Sets the format for the datetime input and updates internal parts.
|
85
|
+
*
|
86
|
+
* @param v - The new format string to be set.
|
87
|
+
*/
|
34
88
|
set format(v: string);
|
89
|
+
/**
|
90
|
+
* @ignore
|
91
|
+
*/
|
35
92
|
ngOnInit(): Promise<void>;
|
93
|
+
/**
|
94
|
+
* Refreshes the picker component, updating its view and data.
|
95
|
+
* @ignore
|
96
|
+
*/
|
36
97
|
refresh(): void;
|
98
|
+
/**
|
99
|
+
* Handles changes to the internal value of the component.
|
100
|
+
* @param value - The new date value. If not provided, defaults to the current date.
|
101
|
+
*/
|
37
102
|
internalValueChanged(value?: Date): void;
|
103
|
+
/**
|
104
|
+
* @ignore
|
105
|
+
*/
|
38
106
|
protected detectButtonText(): void;
|
107
|
+
/**
|
108
|
+
* @ignore
|
109
|
+
*/
|
39
110
|
protected _handleViewChanged(e: AXTabStripChangedEvent): void;
|
111
|
+
/**
|
112
|
+
* @ignore
|
113
|
+
*/
|
40
114
|
protected _handlePickerOnValueChanged(e: AXValueChangedEvent<Date>, part: string): void;
|
115
|
+
/**
|
116
|
+
* @ignore
|
117
|
+
*/
|
41
118
|
protected _handleCalendarOnNavigate(e: AXCalendarNavigateEvent): void;
|
119
|
+
/**
|
120
|
+
* @ignore
|
121
|
+
*/
|
42
122
|
protected _handleCalendarOnValueChanged(e: AXValueChangedEvent<Date>): void;
|
123
|
+
/**
|
124
|
+
* @ignore
|
125
|
+
*/
|
43
126
|
private _detectParts;
|
127
|
+
/**
|
128
|
+
* @ignore
|
129
|
+
*/
|
44
130
|
protected _handleSetClick(): void;
|
131
|
+
/**
|
132
|
+
* @ignore
|
133
|
+
*/
|
45
134
|
protected _handleNowClick(): void;
|
135
|
+
/**
|
136
|
+
* @ignore
|
137
|
+
*/
|
46
138
|
protected isDisabled(date: AXDateTime): boolean;
|
139
|
+
/**
|
140
|
+
* @ignore
|
141
|
+
*/
|
47
142
|
protected internalSetValue(value: Date): Date | null;
|
48
143
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXDateTimePickerComponent, never>;
|
49
144
|
static ɵcmp: i0.ɵɵComponentDeclaration<AXDateTimePickerComponent, "ax-datetime-picker", never, { "disabled": { "alias": "disabled"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "value": { "alias": "value"; "required": false; }; "state": { "alias": "state"; "required": false; }; "name": { "alias": "name"; "required": false; }; "id": { "alias": "id"; "required": false; }; "depth": { "alias": "depth"; "required": false; }; "activeView": { "alias": "activeView"; "required": false; }; "minValue": { "alias": "minValue"; "required": false; }; "maxValue": { "alias": "maxValue"; "required": false; }; "disabledDates": { "alias": "disabledDates"; "required": false; }; "holidayDates": { "alias": "holidayDates"; "required": false; }; "type": { "alias": "type"; "required": false; }; "cellTemplate": { "alias": "cellTemplate"; "required": false; }; "cellClass": { "alias": "cellClass"; "required": false; }; "showNavigation": { "alias": "showNavigation"; "required": false; }; "currentTimeButton": { "alias": "currentTimeButton"; "required": false; }; "format": { "alias": "format"; "required": false; }; }, { "valueChange": "valueChange"; "stateChange": "stateChange"; "onValueChanged": "onValueChanged"; "onBlur": "onBlur"; "onFocus": "onFocus"; "onClick": "onClick"; "readonlyChange": "readonlyChange"; "disabledChange": "disabledChange"; "depthChange": "depthChange"; "typeChange": "typeChange"; "activeViewChange": "activeViewChange"; "disabledDatesChange": "disabledDatesChange"; "holidayDatesChange": "holidayDatesChange"; "onNavigate": "onNavigate"; "onSlotClick": "onSlotClick"; "formatChange": "formatChange"; }, never, never, false, never>;
|
@@ -1,12 +1,37 @@
|
|
1
1
|
import { AXClearableComponent, MXBaseComponent } from '@acorex/components/common';
|
2
2
|
import * as i0 from "@angular/core";
|
3
|
+
/**
|
4
|
+
* A button component that allows users to clear or reset a value.
|
5
|
+
*
|
6
|
+
* @category Components
|
7
|
+
*/
|
3
8
|
export declare class AXDecoratorClearButtonComponent extends MXBaseComponent {
|
4
9
|
private _parent?;
|
10
|
+
/**
|
11
|
+
* @ignore
|
12
|
+
*/
|
5
13
|
constructor(_parent?: AXClearableComponent);
|
14
|
+
/**
|
15
|
+
* @ignore
|
16
|
+
*/
|
6
17
|
private _icon;
|
18
|
+
/**
|
19
|
+
* The icon displayed on the clear button.
|
20
|
+
*/
|
7
21
|
get icon(): string;
|
22
|
+
/**
|
23
|
+
* Sets the icon displayed on the clear button.
|
24
|
+
*
|
25
|
+
* @param v - The icon class to display. If not provided, defaults to 'ax-icon-close'.
|
26
|
+
*/
|
8
27
|
set icon(v: string);
|
28
|
+
/**
|
29
|
+
* @ignore
|
30
|
+
*/
|
9
31
|
private get hostClass();
|
32
|
+
/**
|
33
|
+
* @ignore
|
34
|
+
*/
|
10
35
|
protected _handleOnClick(): void;
|
11
36
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXDecoratorClearButtonComponent, [{ optional: true; }]>;
|
12
37
|
static ɵcmp: i0.ɵɵComponentDeclaration<AXDecoratorClearButtonComponent, "ax-clear-button", never, { "icon": { "alias": "icon"; "required": false; }; }, {}, never, never, false, never>;
|