@acorex/components 18.6.0 → 18.7.2
Sign up to get free protection for your applications and to get access to all the features.
- package/calendar/lib/calendar-range.component.d.ts +1 -1
- package/calendar/lib/calendar.component.d.ts +1 -1
- package/color-box/lib/color-box.component.d.ts +1 -1
- package/conversation/lib/conversation-input/conversation-input.component.d.ts +1 -1
- package/datetime-box/lib/datetime-box.component.d.ts +1 -1
- package/datetime-picker/lib/datetime-picker.component.d.ts +1 -1
- package/esm2022/action-sheet/lib/action-sheet.component.mjs +3 -3
- package/esm2022/action-sheet/lib/action-sheet.module.mjs +4 -4
- package/esm2022/action-sheet/lib/action-sheet.service.mjs +3 -3
- package/esm2022/alert/lib/alert.component.mjs +3 -3
- package/esm2022/alert/lib/alert.module.mjs +4 -4
- package/esm2022/audio-wave/lib/audio-wave.component.mjs +3 -3
- package/esm2022/audio-wave/lib/audio-wave.module.mjs +4 -4
- package/esm2022/avatar/lib/avatar-group.component.mjs +3 -3
- package/esm2022/avatar/lib/avatar.component.mjs +3 -3
- package/esm2022/avatar/lib/avatar.module.mjs +4 -4
- package/esm2022/badge/lib/badge.component.mjs +3 -3
- package/esm2022/badge/lib/badge.module.mjs +4 -4
- package/esm2022/bottom-navigation/lib/bottom-navigation-item/bottom-navigation-item.component.mjs +3 -3
- package/esm2022/bottom-navigation/lib/bottom-navigation.component.mjs +3 -3
- package/esm2022/bottom-navigation/lib/bottom-navigation.module.mjs +4 -4
- package/esm2022/breadcrumbs/lib/breadcrumbs-item.component.mjs +3 -3
- package/esm2022/breadcrumbs/lib/breadcrumbs.component.mjs +3 -3
- package/esm2022/breadcrumbs/lib/breadcrumbs.module.mjs +4 -4
- package/esm2022/button/lib/button-item-list.component.mjs +3 -3
- package/esm2022/button/lib/button-item.component.mjs +3 -3
- package/esm2022/button/lib/button.component.mjs +3 -3
- package/esm2022/button/lib/button.module.mjs +4 -4
- package/esm2022/button-group/lib/button-group.component.mjs +3 -3
- package/esm2022/button-group/lib/button-group.module.mjs +4 -4
- package/esm2022/calendar/lib/calendar-range.component.mjs +3 -3
- package/esm2022/calendar/lib/calendar.class.mjs +3 -3
- package/esm2022/calendar/lib/calendar.component.mjs +3 -3
- package/esm2022/calendar/lib/calendar.module.mjs +4 -4
- package/esm2022/check-box/lib/check-box.component.mjs +3 -3
- package/esm2022/check-box/lib/check-box.module.mjs +4 -4
- package/esm2022/chips/lib/chips.component.mjs +3 -3
- package/esm2022/chips/lib/chips.module.mjs +4 -4
- package/esm2022/circular-progress/lib/circular-progress.component.mjs +3 -3
- package/esm2022/circular-progress/lib/circular-progress.module.mjs +4 -4
- package/esm2022/collapse/lib/collapse-group.component.mjs +3 -3
- package/esm2022/collapse/lib/collapse.component.mjs +3 -3
- package/esm2022/collapse/lib/collapse.module.mjs +4 -4
- package/esm2022/color-box/lib/color-box.component.mjs +3 -3
- package/esm2022/color-box/lib/color-box.module.mjs +4 -4
- package/esm2022/color-palette/lib/color-palette-input.component.mjs +3 -3
- package/esm2022/color-palette/lib/color-palette-picker.component.mjs +4 -4
- package/esm2022/color-palette/lib/color-palette-preview.component.mjs +3 -3
- package/esm2022/color-palette/lib/color-palette-swatches.component.mjs +3 -3
- package/esm2022/color-palette/lib/color-palette.class.mjs +6 -6
- package/esm2022/color-palette/lib/color-palette.component.mjs +3 -3
- package/esm2022/color-palette/lib/color-palette.module.mjs +4 -4
- package/esm2022/comment/lib/comment-container/comment-container.component.mjs +3 -3
- package/esm2022/comment/lib/comment-item/comment-item.component.mjs +3 -3
- package/esm2022/comment/lib/comment-like/comment-like.component.mjs +3 -3
- package/esm2022/comment/lib/comment-reply/comment-reply.component.mjs +3 -3
- package/esm2022/comment/lib/comment-reply-text/comment-reply-text.component.mjs +3 -3
- package/esm2022/comment/lib/comment-view/comment-view.component.mjs +3 -3
- package/esm2022/comment/lib/comment.module.mjs +4 -4
- package/esm2022/comment/lib/services/comment.service.mjs +3 -3
- package/esm2022/common/lib/classes/components.class.mjs +21 -21
- package/esm2022/common/lib/common.module.mjs +4 -4
- package/esm2022/common/lib/components/base-component.class.mjs +3 -3
- package/esm2022/common/lib/components/input-base-value-component.class.mjs +3 -3
- package/esm2022/common/lib/components/look-component.class.mjs +3 -3
- package/esm2022/common/lib/components/selection-base.component.class.mjs +6 -6
- package/esm2022/common/lib/components/value-component.class.mjs +3 -3
- package/esm2022/common/lib/directives/auto-focus.directive.mjs +3 -3
- package/esm2022/common/lib/directives/delayed-value-changed.directive.mjs +3 -3
- package/esm2022/common/lib/directives/hotkey.directive.mjs +3 -3
- package/esm2022/common/lib/directives/infinite-scroll.directive.mjs +3 -3
- package/esm2022/common/lib/directives/inverted-color.directive.mjs +3 -3
- package/esm2022/common/lib/directives/responsive.directive.mjs +3 -3
- package/esm2022/common/lib/directives/ripple.directive.mjs +3 -3
- package/esm2022/common/lib/services/dom.service.mjs +3 -3
- package/esm2022/common/lib/services/hotkey.service.mjs +3 -3
- package/esm2022/conversation/lib/conversation-container/conversation-container.component.mjs +3 -3
- package/esm2022/conversation/lib/conversation-input/conversation-input.component.mjs +3 -3
- package/esm2022/conversation/lib/conversation-message/conversation-message.component.mjs +3 -3
- package/esm2022/conversation/lib/conversation-messages/conversation-message-audio/conversation-message-audio.component.mjs +3 -3
- package/esm2022/conversation/lib/conversation-messages/conversation-message-file/conversation-message-file.component.mjs +3 -3
- package/esm2022/conversation/lib/conversation-messages/conversation-message-image/conversation-message-image.component.mjs +3 -3
- package/esm2022/conversation/lib/conversation-messages/conversation-message-image-popup/conversation-message-image-popup.component.mjs +3 -3
- package/esm2022/conversation/lib/conversation-messages/conversation-message-text/conversation-message-text.component.mjs +3 -3
- package/esm2022/conversation/lib/conversation-messages/conversation-message-video/conversation-message-video.component.mjs +3 -3
- package/esm2022/conversation/lib/conversation-messages/conversation-message-voice/conversation-message-voice.component.mjs +3 -3
- package/esm2022/conversation/lib/conversation-view/conversation-view.component.mjs +3 -3
- package/esm2022/conversation/lib/conversation.module.mjs +4 -4
- package/esm2022/conversation/lib/conversation.types.mjs +3 -3
- package/esm2022/conversation/lib/services/conversation-message-type-registry.service.mjs +3 -3
- package/esm2022/conversation/lib/services/conversation.service.mjs +3 -3
- package/esm2022/conversation/lib/services/recording.service.mjs +3 -3
- package/esm2022/data-pager/lib/data-pager-base.component.mjs +6 -6
- package/esm2022/data-pager/lib/data-pager-info.component.mjs +3 -3
- package/esm2022/data-pager/lib/data-pager-input-selector.component.mjs +3 -3
- package/esm2022/data-pager/lib/data-pager-next-buttons.components.mjs +3 -3
- package/esm2022/data-pager/lib/data-pager-numeric-selector.component.mjs +3 -3
- package/esm2022/data-pager/lib/data-pager-pagesize-dropdown.component.mjs +3 -3
- package/esm2022/data-pager/lib/data-pager-prev-buttons.component.mjs +3 -3
- package/esm2022/data-pager/lib/data-pager.component.mjs +3 -3
- package/esm2022/data-pager/lib/data-pager.module.mjs +4 -4
- package/esm2022/data-table/lib/base-data-table.class.mjs +3 -3
- package/esm2022/data-table/lib/columns/data-table-column-resizable.directive.mjs +3 -3
- package/esm2022/data-table/lib/columns/data-table-column.mjs +3 -3
- package/esm2022/data-table/lib/columns/data-text-column.component.mjs +3 -3
- package/esm2022/data-table/lib/columns/row-command-column.component.mjs +6 -6
- package/esm2022/data-table/lib/columns/row-index-column.component.mjs +3 -3
- package/esm2022/data-table/lib/columns/row-select-column.component.mjs +3 -3
- package/esm2022/data-table/lib/data-table/data-table.component.mjs +4 -4
- package/esm2022/data-table/lib/data-table.module.mjs +4 -4
- package/esm2022/data-table/lib/infinite-scroll-data-table/infinite-scroll-data-table.component.mjs +3 -3
- package/esm2022/datetime-box/lib/datetime-box.component.mjs +3 -3
- package/esm2022/datetime-box/lib/datetime-box.module.mjs +4 -4
- package/esm2022/datetime-input/lib/datetime-input.component.mjs +3 -3
- package/esm2022/datetime-input/lib/datetime-input.module.mjs +4 -4
- package/esm2022/datetime-picker/lib/datetime-picker.component.mjs +3 -3
- package/esm2022/datetime-picker/lib/datetime-picker.module.mjs +4 -4
- package/esm2022/decorators/lib/components/clear-button.component.mjs +3 -3
- package/esm2022/decorators/lib/components/close-button.component.mjs +3 -3
- package/esm2022/decorators/lib/components/generic-content.component.mjs +3 -3
- package/esm2022/decorators/lib/components/icon.component.mjs +3 -3
- package/esm2022/decorators/lib/decorators.module.mjs +4 -4
- package/esm2022/dialog/lib/dialog.component.mjs +4 -4
- package/esm2022/dialog/lib/dialog.module.mjs +4 -4
- package/esm2022/dialog/lib/dialog.service.mjs +3 -3
- package/esm2022/drawer/lib/drawer-container.component.mjs +3 -3
- package/esm2022/drawer/lib/drawer.component.mjs +3 -3
- package/esm2022/drawer/lib/drawer.module.mjs +4 -4
- package/esm2022/dropdown/lib/dropdown-box.class.mjs +3 -3
- package/esm2022/dropdown/lib/dropdown-box.component.mjs +3 -3
- package/esm2022/dropdown/lib/dropdown-panel.component.mjs +3 -3
- package/esm2022/dropdown/lib/dropdown.module.mjs +4 -4
- package/esm2022/dropdown-button/lib/dropdown-button.component.mjs +3 -3
- package/esm2022/dropdown-button/lib/dropdown-button.module.mjs +4 -4
- package/esm2022/form/lib/form-field.component.mjs +3 -3
- package/esm2022/form/lib/form.component.mjs +3 -3
- package/esm2022/form/lib/form.module.mjs +4 -4
- package/esm2022/form/lib/validation-rule.directive.mjs +3 -3
- package/esm2022/form/lib/validation-summary.component.mjs +3 -3
- package/esm2022/image/lib/image.component.mjs +3 -3
- package/esm2022/image/lib/image.module.mjs +4 -4
- package/esm2022/label/lib/label.component.mjs +3 -3
- package/esm2022/label/lib/label.module.mjs +4 -4
- package/esm2022/list/lib/list.component.mjs +3 -3
- package/esm2022/list/lib/list.module.mjs +4 -4
- package/esm2022/loading/lib/loading-spinner.component.mjs +3 -3
- package/esm2022/loading/lib/loading.component.mjs +3 -3
- package/esm2022/loading/lib/loading.directive.mjs +3 -3
- package/esm2022/loading/lib/loading.module.mjs +4 -4
- package/esm2022/loading/lib/loading.service.mjs +3 -3
- package/esm2022/loading-dialog/lib/loading-dialog.component.mjs +42 -5
- package/esm2022/loading-dialog/lib/loading-dialog.module.mjs +4 -4
- package/esm2022/loading-dialog/lib/loading-dialog.service.mjs +3 -3
- package/esm2022/menu/lib/menu-item/menu-item.component.mjs +50 -4
- package/esm2022/menu/lib/menu.component.mjs +10 -4
- package/esm2022/menu/lib/menu.module.mjs +4 -4
- package/esm2022/menu/lib/menu.service.mjs +3 -3
- package/esm2022/nav/lib/nav-item/nav-item.component.mjs +26 -4
- package/esm2022/nav/lib/nav.component.mjs +8 -4
- package/esm2022/nav/lib/nav.module.mjs +4 -4
- package/esm2022/navbar/lib/navbar.component.mjs +9 -4
- package/esm2022/navbar/lib/navbar.module.mjs +4 -4
- package/esm2022/notification/lib/notification.component.mjs +13 -4
- package/esm2022/notification/lib/notification.module.mjs +4 -4
- package/esm2022/notification/lib/notification.service.mjs +3 -3
- package/esm2022/number-box/lib/number-box.component.mjs +77 -8
- package/esm2022/number-box/lib/number-box.module.mjs +4 -4
- package/esm2022/otp/lib/otp.component.mjs +38 -4
- package/esm2022/otp/lib/otp.module.mjs +4 -4
- package/esm2022/page/lib/base-page.class.mjs +3 -3
- package/esm2022/page/lib/page.component.mjs +18 -4
- package/esm2022/page/lib/page.module.mjs +4 -4
- package/esm2022/paint/acorex-components-paint.mjs +5 -0
- package/esm2022/paint/index.mjs +8 -0
- package/esm2022/paint/lib/paint/paint-container/paint-container.component.mjs +38 -0
- package/esm2022/paint/lib/paint/paint-toolbar/paint-toolbar.component.mjs +15 -0
- package/esm2022/paint/lib/paint/paint-tools/paint-color-picker/paint-color-picker.component.mjs +46 -0
- package/esm2022/paint/lib/paint/paint-tools/paint-pen-cap/paint-pen-cap.component.mjs +37 -0
- package/esm2022/paint/lib/paint/paint-tools/paint-pen-mode-changer/paint-pen-mode-changer.component.mjs +55 -0
- package/esm2022/paint/lib/paint/paint-view/paint-view.component.mjs +154 -0
- package/esm2022/paint/lib/paint/paint.service.mjs +17 -0
- package/esm2022/paint/lib/paint.module.mjs +50 -0
- package/esm2022/password-box/lib/password-box.component.mjs +13 -4
- package/esm2022/password-box/lib/password-box.module.mjs +4 -4
- package/esm2022/phone-box/lib/phone-box.component.mjs +38 -4
- package/esm2022/phone-box/lib/phone-box.module.mjs +4 -4
- package/esm2022/picker/lib/picker-column.directive.mjs +3 -3
- package/esm2022/picker/lib/picker.component.mjs +29 -4
- package/esm2022/picker/lib/picker.module.mjs +4 -4
- package/esm2022/popover/lib/popover.component.mjs +118 -4
- package/esm2022/popover/lib/popover.module.mjs +4 -4
- package/esm2022/popup/lib/popup.component.mjs +33 -8
- package/esm2022/popup/lib/popup.module.mjs +4 -4
- package/esm2022/popup/lib/popup.service.mjs +3 -3
- package/esm2022/progress-bar/lib/progress-bar.component.mjs +33 -4
- package/esm2022/progress-bar/lib/progress-bar.module.mjs +4 -4
- package/esm2022/radio/lib/radio.component.mjs +8 -5
- package/esm2022/radio/lib/radio.module.mjs +4 -4
- package/esm2022/range-slider/lib/range-slider.component.mjs +8 -4
- package/esm2022/range-slider/lib/range-slider.module.mjs +4 -4
- package/esm2022/result/lib/result.component.mjs +18 -4
- package/esm2022/result/lib/result.module.mjs +4 -4
- package/esm2022/routing-progress/lib/routing-progress.component.mjs +19 -4
- package/esm2022/routing-progress/lib/routing-progress.module.mjs +4 -4
- package/esm2022/scheduler/lib/scheduler-month-view.component.mjs +3 -3
- package/esm2022/scheduler/lib/scheduler-week-view.component.mjs +3 -3
- package/esm2022/scheduler/lib/scheduler.component.mjs +6 -4
- package/esm2022/scheduler/lib/scheduler.module.mjs +4 -4
- package/esm2022/scss/lib/scss.module.mjs +4 -4
- package/esm2022/search-box/lib/search-box.component.mjs +3 -3
- package/esm2022/search-box/lib/search-box.module.mjs +4 -4
- package/esm2022/select-box/lib/select-box.component.mjs +5 -5
- package/esm2022/select-box/lib/select-box.module.mjs +4 -4
- package/esm2022/selection-list/lib/selection-list.component.mjs +3 -3
- package/esm2022/selection-list/lib/selection-list.module.mjs +4 -4
- package/esm2022/side-menu/lib/side-menu-item/side-menu-item.compoent.mjs +3 -3
- package/esm2022/side-menu/lib/side-menu.component.mjs +3 -3
- package/esm2022/side-menu/lib/side-menu.module.mjs +4 -4
- package/esm2022/skeleton/lib/skeleton.component.mjs +3 -3
- package/esm2022/skeleton/lib/skeleton.module.mjs +4 -4
- package/esm2022/slider/lib/slider.component.mjs +3 -3
- package/esm2022/slider/lib/slider.module.mjs +4 -4
- package/esm2022/step-wizard/lib/step-wizard-item/step-wizard-item.component.mjs +11 -8
- package/esm2022/step-wizard/lib/step-wizard.class.mjs +1 -1
- package/esm2022/step-wizard/lib/step-wizard.component.mjs +52 -31
- package/esm2022/step-wizard/lib/step-wizard.directive.mjs +3 -3
- package/esm2022/step-wizard/lib/step-wizard.module.mjs +4 -4
- package/esm2022/switch/lib/switch-content.component.mjs +3 -3
- package/esm2022/switch/lib/switch.component.mjs +3 -3
- package/esm2022/switch/lib/switch.module.mjs +4 -4
- package/esm2022/tabs/lib/tab-content.directive.mjs +3 -3
- package/esm2022/tabs/lib/tab-item.component.mjs +3 -3
- package/esm2022/tabs/lib/tabs.component.mjs +4 -4
- package/esm2022/tabs/lib/tabs.module.mjs +4 -4
- package/esm2022/tag/lib/tag.component.mjs +8 -4
- package/esm2022/tag/lib/tag.module.mjs +4 -4
- package/esm2022/text-area/lib/text-area.component.mjs +8 -4
- package/esm2022/text-area/lib/text-area.module.mjs +4 -4
- package/esm2022/text-box/lib/mask-options.directive.mjs +3 -3
- package/esm2022/text-box/lib/text-box.component.mjs +3 -3
- package/esm2022/text-box/lib/text-box.module.mjs +4 -4
- package/esm2022/toast/lib/toast.component.mjs +3 -3
- package/esm2022/toast/lib/toast.module.mjs +4 -4
- package/esm2022/toast/lib/toast.service.mjs +3 -3
- package/esm2022/tooltip/lib/tooltip.component.mjs +3 -3
- package/esm2022/tooltip/lib/tooltip.directive.mjs +3 -3
- package/esm2022/tooltip/lib/tooltip.module.mjs +4 -4
- package/esm2022/uploader/lib/uploader-browse-handle.directive.mjs +3 -3
- package/esm2022/uploader/lib/uploader-dialog-container/uploader-dialog-container.component.mjs +3 -3
- package/esm2022/uploader/lib/uploader-drop-zone/uploader-drop-zone.component.mjs +3 -3
- package/esm2022/uploader/lib/uploader-list/uploader-list.component.mjs +7 -9
- package/esm2022/uploader/lib/uploader-zone.directive.mjs +3 -3
- package/esm2022/uploader/lib/uploader.models.mjs +21 -11
- package/esm2022/uploader/lib/uploader.module.mjs +4 -4
- package/esm2022/uploader/lib/uploader.service.mjs +50 -28
- package/esm2022/wysiwyg/index.mjs +7 -1
- package/esm2022/wysiwyg/lib/wysiwyg/wysiwyg-container/wysiwyg-container.component.mjs +11 -19
- package/esm2022/wysiwyg/lib/wysiwyg/wysiwyg-toolbar/wysiwyg-toolbar.component.mjs +7 -259
- package/esm2022/wysiwyg/lib/wysiwyg/wysiwyg-tools/wysiwyg-alignment/wysiwyg-alignment.component.mjs +59 -0
- package/esm2022/wysiwyg/lib/wysiwyg/wysiwyg-tools/wysiwyg-colors/wysiwyg-colors.component.mjs +53 -0
- package/esm2022/wysiwyg/lib/wysiwyg/wysiwyg-tools/wysiwyg-font-style/wysiwyg-font-style.component.mjs +150 -0
- package/esm2022/wysiwyg/lib/wysiwyg/wysiwyg-tools/wysiwyg-history/wysiwyg-history.component.mjs +36 -0
- package/esm2022/wysiwyg/lib/wysiwyg/wysiwyg-tools/wysiwyg-insert/wysiwyg-insert.component.mjs +49 -0
- package/esm2022/wysiwyg/lib/wysiwyg/wysiwyg-tools/wysiwyg-list/wysiwyg-list.component.mjs +67 -0
- package/esm2022/wysiwyg/lib/wysiwyg/wysiwyg-view/wysiwyg-view.component.mjs +9 -8
- package/esm2022/wysiwyg/lib/wysiwyg/wysiwyg.service.mjs +4 -5
- package/esm2022/wysiwyg/lib/wysiwyg.module.mjs +38 -6
- package/fesm2022/acorex-components-action-sheet.mjs +10 -10
- package/fesm2022/acorex-components-alert.mjs +7 -7
- package/fesm2022/acorex-components-audio-wave.mjs +7 -7
- package/fesm2022/acorex-components-avatar.mjs +10 -10
- package/fesm2022/acorex-components-badge.mjs +7 -7
- package/fesm2022/acorex-components-bottom-navigation.mjs +10 -10
- package/fesm2022/acorex-components-breadcrumbs.mjs +10 -10
- package/fesm2022/acorex-components-button-group.mjs +7 -7
- package/fesm2022/acorex-components-button.mjs +13 -13
- package/fesm2022/acorex-components-calendar.mjs +13 -13
- package/fesm2022/acorex-components-check-box.mjs +7 -7
- package/fesm2022/acorex-components-chips.mjs +7 -7
- package/fesm2022/acorex-components-circular-progress.mjs +7 -7
- package/fesm2022/acorex-components-collapse.mjs +10 -10
- package/fesm2022/acorex-components-color-box.mjs +7 -7
- package/fesm2022/acorex-components-color-palette.mjs +26 -26
- package/fesm2022/acorex-components-color-palette.mjs.map +1 -1
- package/fesm2022/acorex-components-comment.mjs +25 -25
- package/fesm2022/acorex-components-common.mjs +70 -70
- package/fesm2022/acorex-components-conversation.mjs +49 -49
- package/fesm2022/acorex-components-data-pager.mjs +31 -31
- package/fesm2022/acorex-components-data-table.mjs +35 -35
- package/fesm2022/acorex-components-data-table.mjs.map +1 -1
- package/fesm2022/acorex-components-datetime-box.mjs +7 -7
- package/fesm2022/acorex-components-datetime-input.mjs +7 -7
- package/fesm2022/acorex-components-datetime-picker.mjs +7 -7
- package/fesm2022/acorex-components-decorators.mjs +16 -16
- package/fesm2022/acorex-components-dialog.mjs +11 -11
- package/fesm2022/acorex-components-dialog.mjs.map +1 -1
- package/fesm2022/acorex-components-drawer.mjs +10 -10
- package/fesm2022/acorex-components-dropdown-button.mjs +7 -7
- package/fesm2022/acorex-components-dropdown.mjs +13 -13
- package/fesm2022/acorex-components-form.mjs +16 -16
- package/fesm2022/acorex-components-image.mjs +7 -7
- package/fesm2022/acorex-components-label.mjs +7 -7
- package/fesm2022/acorex-components-list.mjs +7 -7
- package/fesm2022/acorex-components-loading-dialog.mjs +48 -11
- package/fesm2022/acorex-components-loading-dialog.mjs.map +1 -1
- package/fesm2022/acorex-components-loading.mjs +16 -16
- package/fesm2022/acorex-components-menu.mjs +65 -13
- package/fesm2022/acorex-components-menu.mjs.map +1 -1
- package/fesm2022/acorex-components-nav.mjs +36 -10
- package/fesm2022/acorex-components-nav.mjs.map +1 -1
- package/fesm2022/acorex-components-navbar.mjs +12 -7
- package/fesm2022/acorex-components-navbar.mjs.map +1 -1
- package/fesm2022/acorex-components-notification.mjs +19 -10
- package/fesm2022/acorex-components-notification.mjs.map +1 -1
- package/fesm2022/acorex-components-number-box.mjs +80 -11
- package/fesm2022/acorex-components-number-box.mjs.map +1 -1
- package/fesm2022/acorex-components-otp.mjs +41 -7
- package/fesm2022/acorex-components-otp.mjs.map +1 -1
- package/fesm2022/acorex-components-page.mjs +24 -10
- package/fesm2022/acorex-components-page.mjs.map +1 -1
- package/fesm2022/acorex-components-paint.mjs +386 -0
- package/fesm2022/acorex-components-paint.mjs.map +1 -0
- package/fesm2022/acorex-components-password-box.mjs +16 -7
- package/fesm2022/acorex-components-password-box.mjs.map +1 -1
- package/fesm2022/acorex-components-phone-box.mjs +41 -7
- package/fesm2022/acorex-components-phone-box.mjs.map +1 -1
- package/fesm2022/acorex-components-picker.mjs +35 -10
- package/fesm2022/acorex-components-picker.mjs.map +1 -1
- package/fesm2022/acorex-components-popover.mjs +121 -7
- package/fesm2022/acorex-components-popover.mjs.map +1 -1
- package/fesm2022/acorex-components-popup.mjs +39 -14
- package/fesm2022/acorex-components-popup.mjs.map +1 -1
- package/fesm2022/acorex-components-progress-bar.mjs +36 -7
- package/fesm2022/acorex-components-progress-bar.mjs.map +1 -1
- package/fesm2022/acorex-components-radio.mjs +11 -8
- package/fesm2022/acorex-components-radio.mjs.map +1 -1
- package/fesm2022/acorex-components-range-slider.mjs +11 -7
- package/fesm2022/acorex-components-range-slider.mjs.map +1 -1
- package/fesm2022/acorex-components-result.mjs +21 -7
- package/fesm2022/acorex-components-result.mjs.map +1 -1
- package/fesm2022/acorex-components-routing-progress.mjs +22 -7
- package/fesm2022/acorex-components-routing-progress.mjs.map +1 -1
- package/fesm2022/acorex-components-scheduler.mjs +15 -13
- package/fesm2022/acorex-components-scheduler.mjs.map +1 -1
- package/fesm2022/acorex-components-scss.mjs +4 -4
- package/fesm2022/acorex-components-search-box.mjs +7 -7
- package/fesm2022/acorex-components-select-box.mjs +8 -8
- package/fesm2022/acorex-components-select-box.mjs.map +1 -1
- package/fesm2022/acorex-components-selection-list.mjs +7 -7
- package/fesm2022/acorex-components-side-menu.mjs +10 -10
- package/fesm2022/acorex-components-skeleton.mjs +7 -7
- package/fesm2022/acorex-components-slider.mjs +7 -7
- package/fesm2022/acorex-components-step-wizard.mjs +69 -45
- package/fesm2022/acorex-components-step-wizard.mjs.map +1 -1
- package/fesm2022/acorex-components-switch.mjs +10 -10
- package/fesm2022/acorex-components-tabs.mjs +13 -13
- package/fesm2022/acorex-components-tabs.mjs.map +1 -1
- package/fesm2022/acorex-components-tag.mjs +11 -7
- package/fesm2022/acorex-components-tag.mjs.map +1 -1
- package/fesm2022/acorex-components-text-area.mjs +11 -7
- package/fesm2022/acorex-components-text-area.mjs.map +1 -1
- package/fesm2022/acorex-components-text-box.mjs +10 -10
- package/fesm2022/acorex-components-toast.mjs +10 -10
- package/fesm2022/acorex-components-tooltip.mjs +10 -10
- package/fesm2022/acorex-components-uploader.mjs +90 -62
- package/fesm2022/acorex-components-uploader.mjs.map +1 -1
- package/fesm2022/acorex-components-wysiwyg.mjs +308 -159
- package/fesm2022/acorex-components-wysiwyg.mjs.map +1 -1
- package/loading-dialog/lib/loading-dialog.component.d.ts +39 -1
- package/menu/lib/menu-item/menu-item.component.d.ts +52 -0
- package/menu/lib/menu.component.d.ts +7 -0
- package/nav/lib/nav-item/nav-item.component.d.ts +22 -0
- package/nav/lib/nav.component.d.ts +4 -0
- package/navbar/lib/navbar.component.d.ts +5 -0
- package/notification/lib/notification.component.d.ts +11 -0
- package/number-box/lib/number-box.component.d.ts +74 -1
- package/otp/lib/otp.component.d.ts +35 -1
- package/package.json +61 -55
- package/page/lib/page.component.d.ts +15 -0
- package/paint/README.md +3 -0
- package/paint/index.d.ts +7 -0
- package/paint/lib/paint/paint-container/paint-container.component.d.ts +16 -0
- package/paint/lib/paint/paint-toolbar/paint-toolbar.component.d.ts +9 -0
- package/paint/lib/paint/paint-tools/paint-color-picker/paint-color-picker.component.d.ts +27 -0
- package/paint/lib/paint/paint-tools/paint-pen-cap/paint-pen-cap.component.d.ts +20 -0
- package/paint/lib/paint/paint-tools/paint-pen-mode-changer/paint-pen-mode-changer.component.d.ts +33 -0
- package/paint/lib/paint/paint-view/paint-view.component.d.ts +56 -0
- package/paint/lib/paint/paint.service.d.ts +10 -0
- package/paint/lib/paint.module.d.ts +19 -0
- package/password-box/lib/password-box.component.d.ts +14 -1
- package/phone-box/lib/phone-box.component.d.ts +39 -1
- package/picker/lib/picker.component.d.ts +29 -0
- package/popover/lib/popover.component.d.ts +129 -0
- package/popup/lib/popup.component.d.ts +39 -4
- package/progress-bar/lib/progress-bar.component.d.ts +30 -0
- package/radio/lib/radio.component.d.ts +7 -1
- package/range-slider/lib/range-slider.component.d.ts +4 -0
- package/result/lib/result.component.d.ts +14 -0
- package/routing-progress/lib/routing-progress.component.d.ts +16 -0
- package/scheduler/lib/scheduler.component.d.ts +2 -0
- package/search-box/lib/search-box.component.d.ts +1 -1
- package/select-box/lib/select-box.component.d.ts +1 -1
- package/slider/lib/slider.component.d.ts +1 -1
- package/step-wizard/lib/step-wizard-item/step-wizard-item.component.d.ts +2 -1
- package/step-wizard/lib/step-wizard.class.d.ts +1 -1
- package/step-wizard/lib/step-wizard.component.d.ts +23 -9
- package/switch/lib/switch.component.d.ts +1 -1
- package/tag/lib/tag.component.d.ts +4 -0
- package/text-area/lib/text-area.component.d.ts +6 -1
- package/text-box/lib/text-box.component.d.ts +1 -1
- package/uploader/lib/uploader-list/uploader-list.component.d.ts +1 -2
- package/uploader/lib/uploader.models.d.ts +9 -4
- package/uploader/lib/uploader.service.d.ts +5 -1
- package/wysiwyg/index.d.ts +6 -0
- package/wysiwyg/lib/wysiwyg/wysiwyg-container/wysiwyg-container.component.d.ts +8 -16
- package/wysiwyg/lib/wysiwyg/wysiwyg-toolbar/wysiwyg-toolbar.component.d.ts +1 -99
- package/wysiwyg/lib/wysiwyg/wysiwyg-tools/wysiwyg-alignment/wysiwyg-alignment.component.d.ts +31 -0
- package/wysiwyg/lib/wysiwyg/wysiwyg-tools/wysiwyg-colors/wysiwyg-colors.component.d.ts +35 -0
- package/wysiwyg/lib/wysiwyg/wysiwyg-tools/wysiwyg-font-style/wysiwyg-font-style.component.d.ts +42 -0
- package/wysiwyg/lib/wysiwyg/wysiwyg-tools/wysiwyg-history/wysiwyg-history.component.d.ts +21 -0
- package/wysiwyg/lib/wysiwyg/wysiwyg-tools/wysiwyg-insert/wysiwyg-insert.component.d.ts +35 -0
- package/wysiwyg/lib/wysiwyg/wysiwyg-tools/wysiwyg-list/wysiwyg-list.component.d.ts +23 -0
- package/wysiwyg/lib/wysiwyg/wysiwyg-view/wysiwyg-view.component.d.ts +3 -1
- package/wysiwyg/lib/wysiwyg/wysiwyg.service.d.ts +0 -1
- package/wysiwyg/lib/wysiwyg.module.d.ts +14 -8
@@ -1,8 +1,12 @@
|
|
1
1
|
import { AXEvent } from '@acorex/components/common';
|
2
|
+
import { Subject } from 'rxjs';
|
2
3
|
export type AXUploadStatus = 'new' | 'inprogress' | 'completed' | 'failed' | 'canceled';
|
3
4
|
export interface AXUploaderChangedEvent extends AXEvent {
|
4
5
|
requests: AXUploadRequest[];
|
5
6
|
}
|
7
|
+
export interface AXUploaderFileStartEvent extends AXEvent {
|
8
|
+
uploadedFile: AXUploadRequest;
|
9
|
+
}
|
6
10
|
export interface AXUploaderFileCompleteEvent extends AXEvent {
|
7
11
|
uploadedFile: AXUploadRequest;
|
8
12
|
}
|
@@ -30,16 +34,17 @@ export declare class AXUploadRequest {
|
|
30
34
|
isDetermined: import("@angular/core").Signal<boolean>;
|
31
35
|
private startTime;
|
32
36
|
private bytesTransferred;
|
33
|
-
|
34
|
-
|
35
|
-
onFailed:
|
36
|
-
onComplete:
|
37
|
+
onCancel: Subject<void>;
|
38
|
+
onStart: Subject<void>;
|
39
|
+
onFailed: Subject<void>;
|
40
|
+
onComplete: Subject<void>;
|
37
41
|
constructor(uploadFile: File);
|
38
42
|
private estimateTimeRemaining;
|
39
43
|
setTransferredBytes(value: number): void;
|
40
44
|
private updateEstimateTime;
|
41
45
|
upload(): Promise<void>;
|
42
46
|
cancel(): void;
|
47
|
+
redo(): void;
|
43
48
|
error(message: string): void;
|
44
49
|
finish(data?: any): void;
|
45
50
|
}
|
@@ -1,18 +1,22 @@
|
|
1
1
|
import { BehaviorSubject, Subject } from 'rxjs';
|
2
|
-
import { AXUploadRequest, AXUploaderFileCancelEvent, AXUploaderFileCompleteEvent, AXUploaderFilesCompleteEvent } from './uploader.models';
|
2
|
+
import { AXUploadRequest, AXUploaderFileCancelEvent, AXUploaderFileCompleteEvent, AXUploaderFileStartEvent, AXUploaderFilesCompleteEvent } from './uploader.models';
|
3
3
|
import * as i0 from "@angular/core";
|
4
4
|
export declare class AXUploaderService {
|
5
5
|
private popupService;
|
6
|
+
private translateService;
|
6
7
|
private fileService;
|
7
8
|
private files$;
|
8
9
|
get files(): BehaviorSubject<AXUploadRequest[]>;
|
10
|
+
readonly onFileUploadStart: Subject<AXUploaderFileStartEvent>;
|
9
11
|
readonly onFileUploadComplete: Subject<AXUploaderFileCompleteEvent>;
|
10
12
|
readonly onFilesUploadComplete: Subject<AXUploaderFilesCompleteEvent>;
|
11
13
|
readonly onFileUploadCanceled: Subject<AXUploaderFileCancelEvent>;
|
14
|
+
readonly isAnyDetermined: import("@angular/core").WritableSignal<boolean>;
|
12
15
|
readonly totalEstimateTime: import("rxjs").Observable<number>;
|
13
16
|
private showDialog;
|
14
17
|
private convertFileToRequest;
|
15
18
|
private startUpload;
|
19
|
+
private bindEvents;
|
16
20
|
browse(options?: {
|
17
21
|
multiple?: boolean;
|
18
22
|
accept?: string;
|
package/wysiwyg/index.d.ts
CHANGED
@@ -1,4 +1,10 @@
|
|
1
1
|
export * from './lib/wysiwyg.module';
|
2
2
|
export * from './lib/wysiwyg/wysiwyg-container/wysiwyg-container.component';
|
3
3
|
export * from './lib/wysiwyg/wysiwyg-toolbar/wysiwyg-toolbar.component';
|
4
|
+
export * from './lib/wysiwyg/wysiwyg-tools/wysiwyg-alignment/wysiwyg-alignment.component';
|
5
|
+
export * from './lib/wysiwyg/wysiwyg-tools/wysiwyg-colors/wysiwyg-colors.component';
|
6
|
+
export * from './lib/wysiwyg/wysiwyg-tools/wysiwyg-font-style/wysiwyg-font-style.component';
|
7
|
+
export * from './lib/wysiwyg/wysiwyg-tools/wysiwyg-history/wysiwyg-history.component';
|
8
|
+
export * from './lib/wysiwyg/wysiwyg-tools/wysiwyg-insert/wysiwyg-insert.component';
|
9
|
+
export * from './lib/wysiwyg/wysiwyg-tools/wysiwyg-list/wysiwyg-list.component';
|
4
10
|
export * from './lib/wysiwyg/wysiwyg-view/wysiwyg-view.component';
|
@@ -5,7 +5,7 @@ import { AXWysiwygService } from '../wysiwyg.service';
|
|
5
5
|
import * as i0 from "@angular/core";
|
6
6
|
declare const AXWysiwygContainerComponent_base: import("polytype").Polytype.ClusteredConstructor<[{
|
7
7
|
new (): MXInputBaseValueComponent<string>;
|
8
|
-
ɵfac:
|
8
|
+
ɵfac: import("@angular/core").ɵɵFactoryDeclaration<MXInputBaseValueComponent<any>, never>;
|
9
9
|
ɵprov: import("@angular/core").ɵɵInjectableDeclaration<MXInputBaseValueComponent<any>>;
|
10
10
|
}, typeof MXLookComponent]>;
|
11
11
|
/**
|
@@ -13,27 +13,19 @@ declare const AXWysiwygContainerComponent_base: import("polytype").Polytype.Clus
|
|
13
13
|
* @category Components
|
14
14
|
*/
|
15
15
|
export declare class AXWysiwygContainerComponent extends AXWysiwygContainerComponent_base implements OnDestroy {
|
16
|
+
/** @ignore */
|
16
17
|
private zone;
|
17
|
-
/**
|
18
|
-
* @ignore
|
19
|
-
*/
|
18
|
+
/** @ignore */
|
20
19
|
protected wysiwyg: import("@angular/core").WritableSignal<AXWysiwyg>;
|
21
|
-
/**
|
22
|
-
* @ignore
|
23
|
-
*/
|
20
|
+
/** @ignore */
|
24
21
|
protected view: import("@angular/core").WritableSignal<HTMLElement>;
|
25
|
-
/**
|
26
|
-
* @ignore
|
27
|
-
*/
|
22
|
+
/** @ignore */
|
28
23
|
protected service: AXWysiwygService;
|
29
|
-
/**
|
30
|
-
* @ignore
|
31
|
-
*/
|
32
|
-
/**
|
33
|
-
* @ignore
|
34
|
-
*/
|
24
|
+
/** @ignore */
|
35
25
|
constructor();
|
26
|
+
/** @ignore */
|
36
27
|
protected changeHandler(): void;
|
28
|
+
/** @ignore */
|
37
29
|
ngOnDestroy(): void;
|
38
30
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXWysiwygContainerComponent, never>;
|
39
31
|
static ɵcmp: i0.ɵɵComponentDeclaration<AXWysiwygContainerComponent, "ax-wysiwyg-container", never, { "look": { "alias": "look"; "required": false; }; }, {}, never, ["*", "ax-validation-rule"], false, never>;
|
@@ -1,107 +1,9 @@
|
|
1
|
-
import { AXWysiwyg } from '@acorex/cdk/wysiwyg';
|
2
|
-
import { AXClickEvent, AXPlacement } from '@acorex/components/common';
|
3
|
-
import { AXPopoverCloseTrigger, AXPopoverOpenTrigger } from '@acorex/components/popover';
|
4
|
-
import { AXWysiwygContainerComponent } from '../wysiwyg-container/wysiwyg-container.component';
|
5
|
-
import { AXWysiwygService } from '../wysiwyg.service';
|
6
1
|
import * as i0 from "@angular/core";
|
7
|
-
type ConfigType = {
|
8
|
-
bold: boolean;
|
9
|
-
undo: boolean;
|
10
|
-
redo: boolean;
|
11
|
-
italic: boolean;
|
12
|
-
underLine: boolean;
|
13
|
-
strike: boolean;
|
14
|
-
color: boolean;
|
15
|
-
highlight: boolean;
|
16
|
-
fontSize: boolean;
|
17
|
-
list: boolean;
|
18
|
-
alignment: boolean;
|
19
|
-
image: boolean;
|
20
|
-
};
|
21
2
|
/**
|
22
3
|
* A toolbar component for the WYSIWYG editor, providing various formatting options.
|
23
4
|
* @category Components
|
24
5
|
*/
|
25
6
|
export declare class AXWysiwygToolbarComponent {
|
26
|
-
parent: AXWysiwygContainerComponent;
|
27
|
-
/**
|
28
|
-
* Return user input as HTML.
|
29
|
-
* @event
|
30
|
-
*/
|
31
|
-
outputHTML: import("@angular/core").OutputEmitterRef<AXClickEvent>;
|
32
|
-
/** @ignore */
|
33
|
-
service: AXWysiwygService;
|
34
|
-
/**
|
35
|
-
* config wysiwyg toolbar.
|
36
|
-
*
|
37
|
-
* @defaultValue 'button'
|
38
|
-
*/
|
39
|
-
config: import("@angular/core").InputSignal<ConfigType>;
|
40
|
-
/** @ignore */
|
41
|
-
protected wysiwyg: import("@angular/core").WritableSignal<AXWysiwyg>;
|
42
|
-
/** @ignore */
|
43
|
-
protected boldState: import("@angular/core").WritableSignal<boolean>;
|
44
|
-
/** @ignore */
|
45
|
-
protected italicState: import("@angular/core").WritableSignal<boolean>;
|
46
|
-
/** @ignore */
|
47
|
-
protected underLineState: import("@angular/core").WritableSignal<boolean>;
|
48
|
-
/** @ignore */
|
49
|
-
protected strikeLineState: import("@angular/core").WritableSignal<boolean>;
|
50
|
-
/** @ignore */
|
51
|
-
protected listState: import("@angular/core").WritableSignal<string>;
|
52
|
-
/** @ignore */
|
53
|
-
protected alignState: import("@angular/core").WritableSignal<string>;
|
54
|
-
/** @ignore */
|
55
|
-
protected selectedFont: import("@angular/core").WritableSignal<string>;
|
56
|
-
/** @ignore */
|
57
|
-
protected selectedColor: import("@angular/core").WritableSignal<string>;
|
58
|
-
/** @ignore */
|
59
|
-
protected selectedHighlightColor: import("@angular/core").WritableSignal<string>;
|
60
|
-
/** @ignore */
|
61
|
-
constructor();
|
62
|
-
/** @ignore */
|
63
|
-
protected popoverOption: {
|
64
|
-
openOn: AXPopoverOpenTrigger;
|
65
|
-
closeOn: AXPopoverCloseTrigger;
|
66
|
-
placement: AXPlacement;
|
67
|
-
offsetX: number;
|
68
|
-
offsetY: number;
|
69
|
-
};
|
70
|
-
/** @ignore */
|
71
|
-
textBoxOptions: {
|
72
|
-
text: string;
|
73
|
-
placeholder: string;
|
74
|
-
size: string;
|
75
|
-
};
|
76
|
-
/** @ignore */
|
77
|
-
protected submitLink(): void;
|
78
|
-
/** @ignore */
|
79
|
-
protected changeColorHandler(e: string): void;
|
80
|
-
/** @ignore */
|
81
|
-
protected changeHighlightColorHandler(e: string): void;
|
82
|
-
/** @ignore */
|
83
|
-
protected fontHandler(e: any): void;
|
84
|
-
/** @ignore */
|
85
|
-
protected bold(): void;
|
86
|
-
/** @ignore */
|
87
|
-
protected italic(): void;
|
88
|
-
/** @ignore */
|
89
|
-
protected underLine(): void;
|
90
|
-
/** @ignore */
|
91
|
-
protected orderList(): void;
|
92
|
-
/** @ignore */
|
93
|
-
protected unOrderList(): void;
|
94
|
-
/** @ignore */
|
95
|
-
protected alignStateHandler(e: any): void;
|
96
|
-
/** @ignore */
|
97
|
-
protected undo(): void;
|
98
|
-
/** @ignore */
|
99
|
-
protected redo(): void;
|
100
|
-
/** @ignore */
|
101
|
-
protected strike(): void;
|
102
|
-
/** @ignore */
|
103
|
-
protected background(): void;
|
104
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXWysiwygToolbarComponent, never>;
|
105
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AXWysiwygToolbarComponent, "ax-wysiwyg-toolbar", never, {
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXWysiwygToolbarComponent, "ax-wysiwyg-toolbar", never, {}, {}, never, ["ax-prefix", "*", "ax-suffix"], false, never>;
|
106
9
|
}
|
107
|
-
export {};
|
@@ -0,0 +1,31 @@
|
|
1
|
+
import { AXWysiwyg } from '@acorex/cdk/wysiwyg';
|
2
|
+
import { AXPlacement } from '@acorex/components/common';
|
3
|
+
import { AXPopoverCloseTrigger, AXPopoverOpenTrigger } from '@acorex/components/popover';
|
4
|
+
import { AXWysiwygService } from '../../wysiwyg.service';
|
5
|
+
import * as i0 from "@angular/core";
|
6
|
+
/**
|
7
|
+
* A container component for WYSIWYG (What You See Is What You Get) editor functionality.
|
8
|
+
* @category Components
|
9
|
+
*/
|
10
|
+
export declare class AXWysiwygAlignmentComponent {
|
11
|
+
/** @ignore */
|
12
|
+
service: AXWysiwygService;
|
13
|
+
/** @ignore */
|
14
|
+
protected alignState: import("@angular/core").WritableSignal<string>;
|
15
|
+
/** @ignore */
|
16
|
+
protected wysiwyg: import("@angular/core").WritableSignal<AXWysiwyg>;
|
17
|
+
/** @ignore */
|
18
|
+
protected popoverOption: {
|
19
|
+
openOn: AXPopoverOpenTrigger;
|
20
|
+
closeOn: AXPopoverCloseTrigger;
|
21
|
+
placement: AXPlacement;
|
22
|
+
offsetX: number;
|
23
|
+
offsetY: number;
|
24
|
+
};
|
25
|
+
/** @ignore */
|
26
|
+
constructor();
|
27
|
+
/** @ignore */
|
28
|
+
protected alignStateHandler(e: any): void;
|
29
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXWysiwygAlignmentComponent, never>;
|
30
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXWysiwygAlignmentComponent, "ax-wysiwyg-alignment", never, {}, {}, never, never, false, never>;
|
31
|
+
}
|
@@ -0,0 +1,35 @@
|
|
1
|
+
import { AXWysiwyg } from '@acorex/cdk/wysiwyg';
|
2
|
+
import { AXPlacement } from '@acorex/components/common';
|
3
|
+
import { AXPopoverCloseTrigger, AXPopoverOpenTrigger } from '@acorex/components/popover';
|
4
|
+
import { AXWysiwygService } from '../../wysiwyg.service';
|
5
|
+
import * as i0 from "@angular/core";
|
6
|
+
/**
|
7
|
+
* A container component for WYSIWYG (What You See Is What You Get) editor functionality.
|
8
|
+
* @category Components
|
9
|
+
*/
|
10
|
+
export declare class AXWysiwygColorsComponent {
|
11
|
+
/** @ignore */
|
12
|
+
service: AXWysiwygService;
|
13
|
+
/** @ignore */
|
14
|
+
protected wysiwyg: import("@angular/core").WritableSignal<AXWysiwyg>;
|
15
|
+
/** @ignore */
|
16
|
+
protected selectedColor: import("@angular/core").WritableSignal<string>;
|
17
|
+
/** @ignore */
|
18
|
+
protected selectedHighlightColor: import("@angular/core").WritableSignal<string>;
|
19
|
+
/** @ignore */
|
20
|
+
protected popoverOption: {
|
21
|
+
openOn: AXPopoverOpenTrigger;
|
22
|
+
closeOn: AXPopoverCloseTrigger;
|
23
|
+
placement: AXPlacement;
|
24
|
+
offsetX: number;
|
25
|
+
offsetY: number;
|
26
|
+
};
|
27
|
+
/** @ignore */
|
28
|
+
constructor();
|
29
|
+
/** @ignore */
|
30
|
+
protected changeColorHandler(e: string): void;
|
31
|
+
/** @ignore */
|
32
|
+
protected changeHighlightColorHandler(e: string): void;
|
33
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXWysiwygColorsComponent, never>;
|
34
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXWysiwygColorsComponent, "ax-wysiwyg-colors", never, {}, {}, never, never, false, never>;
|
35
|
+
}
|
package/wysiwyg/lib/wysiwyg/wysiwyg-tools/wysiwyg-font-style/wysiwyg-font-style.component.d.ts
ADDED
@@ -0,0 +1,42 @@
|
|
1
|
+
import { AXWysiwyg } from '@acorex/cdk/wysiwyg';
|
2
|
+
import { AXWysiwygContainerComponent } from '../../wysiwyg-container/wysiwyg-container.component';
|
3
|
+
import { AXWysiwygService } from '../../wysiwyg.service';
|
4
|
+
import * as i0 from "@angular/core";
|
5
|
+
/**
|
6
|
+
* A container component for WYSIWYG (What You See Is What You Get) editor functionality.
|
7
|
+
* @category Components
|
8
|
+
*/
|
9
|
+
export declare class AXWysiwygFontStyleComponent {
|
10
|
+
/** @ignore */
|
11
|
+
parent: AXWysiwygContainerComponent;
|
12
|
+
/** @ignore */
|
13
|
+
protected wysiwyg: import("@angular/core").WritableSignal<AXWysiwyg>;
|
14
|
+
/** @ignore */
|
15
|
+
protected boldState: import("@angular/core").WritableSignal<boolean>;
|
16
|
+
/** @ignore */
|
17
|
+
protected italicState: import("@angular/core").WritableSignal<boolean>;
|
18
|
+
/** @ignore */
|
19
|
+
protected underLineState: import("@angular/core").WritableSignal<boolean>;
|
20
|
+
/** @ignore */
|
21
|
+
protected strikeLineState: import("@angular/core").WritableSignal<boolean>;
|
22
|
+
/** @ignore */
|
23
|
+
protected selectedFont: import("@angular/core").WritableSignal<string>;
|
24
|
+
/** @ignore */
|
25
|
+
service: AXWysiwygService;
|
26
|
+
/** @ignore */
|
27
|
+
constructor();
|
28
|
+
/** @ignore */
|
29
|
+
protected fontHandler(e: any): void;
|
30
|
+
/** @ignore */
|
31
|
+
protected bold(): void;
|
32
|
+
/** @ignore */
|
33
|
+
protected italic(): void;
|
34
|
+
/** @ignore */
|
35
|
+
protected underLine(): void;
|
36
|
+
/** @ignore */
|
37
|
+
protected strike(): void;
|
38
|
+
/** @ignore */
|
39
|
+
protected fontSizeHandler(e: 'medium' | 'small' | 'large' | 'huge'): void;
|
40
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXWysiwygFontStyleComponent, never>;
|
41
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXWysiwygFontStyleComponent, "ax-wysiwyg-font-style", never, {}, {}, never, never, false, never>;
|
42
|
+
}
|
@@ -0,0 +1,21 @@
|
|
1
|
+
import { AXWysiwyg } from '@acorex/cdk/wysiwyg';
|
2
|
+
import { AXWysiwygService } from '../../wysiwyg.service';
|
3
|
+
import * as i0 from "@angular/core";
|
4
|
+
/**
|
5
|
+
* A container component for WYSIWYG (What You See Is What You Get) editor functionality.
|
6
|
+
* @category Components
|
7
|
+
*/
|
8
|
+
export declare class AXWysiwygHistoryComponent {
|
9
|
+
/** @ignore */
|
10
|
+
service: AXWysiwygService;
|
11
|
+
/** @ignore */
|
12
|
+
constructor();
|
13
|
+
/** @ignore */
|
14
|
+
protected wysiwyg: import("@angular/core").WritableSignal<AXWysiwyg>;
|
15
|
+
/** @ignore */
|
16
|
+
protected undo(): void;
|
17
|
+
/** @ignore */
|
18
|
+
protected redo(): void;
|
19
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXWysiwygHistoryComponent, never>;
|
20
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXWysiwygHistoryComponent, "ax-wysiwyg-history", never, {}, {}, never, never, false, never>;
|
21
|
+
}
|
@@ -0,0 +1,35 @@
|
|
1
|
+
import { AXWysiwyg } from '@acorex/cdk/wysiwyg';
|
2
|
+
import { AXPlacement } from '@acorex/components/common';
|
3
|
+
import { AXPopoverCloseTrigger, AXPopoverOpenTrigger } from '@acorex/components/popover';
|
4
|
+
import { AXWysiwygService } from '../../wysiwyg.service';
|
5
|
+
import * as i0 from "@angular/core";
|
6
|
+
/**
|
7
|
+
* A container component for WYSIWYG (What You See Is What You Get) editor functionality.
|
8
|
+
* @category Components
|
9
|
+
*/
|
10
|
+
export declare class AXWysiwygInsertComponent {
|
11
|
+
/** @ignore */
|
12
|
+
service: AXWysiwygService;
|
13
|
+
/** @ignore */
|
14
|
+
protected wysiwyg: import("@angular/core").WritableSignal<AXWysiwyg>;
|
15
|
+
/** @ignore */
|
16
|
+
textBoxOptions: {
|
17
|
+
text: string;
|
18
|
+
placeholder: string;
|
19
|
+
size: string;
|
20
|
+
};
|
21
|
+
/** @ignore */
|
22
|
+
protected popoverOption: {
|
23
|
+
openOn: AXPopoverOpenTrigger;
|
24
|
+
closeOn: AXPopoverCloseTrigger;
|
25
|
+
placement: AXPlacement;
|
26
|
+
offsetX: number;
|
27
|
+
offsetY: number;
|
28
|
+
};
|
29
|
+
/** @ignore */
|
30
|
+
constructor();
|
31
|
+
/** @ignore */
|
32
|
+
protected submitLink(): void;
|
33
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXWysiwygInsertComponent, never>;
|
34
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXWysiwygInsertComponent, "ax-wysiwyg-insert", never, {}, {}, never, never, false, never>;
|
35
|
+
}
|
@@ -0,0 +1,23 @@
|
|
1
|
+
import { AXWysiwyg } from '@acorex/cdk/wysiwyg';
|
2
|
+
import { AXWysiwygService } from '../../wysiwyg.service';
|
3
|
+
import * as i0 from "@angular/core";
|
4
|
+
/**
|
5
|
+
* A container component for WYSIWYG (What You See Is What You Get) editor functionality.
|
6
|
+
* @category Components
|
7
|
+
*/
|
8
|
+
export declare class AXWysiwygListComponent {
|
9
|
+
/** @ignore */
|
10
|
+
service: AXWysiwygService;
|
11
|
+
/** @ignore */
|
12
|
+
protected wysiwyg: import("@angular/core").WritableSignal<AXWysiwyg>;
|
13
|
+
/** @ignore */
|
14
|
+
protected listState: import("@angular/core").WritableSignal<string>;
|
15
|
+
/** @ignore */
|
16
|
+
constructor();
|
17
|
+
/** @ignore */
|
18
|
+
protected orderList(): void;
|
19
|
+
/** @ignore */
|
20
|
+
protected unOrderList(): void;
|
21
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXWysiwygListComponent, never>;
|
22
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXWysiwygListComponent, "ax-wysiwyg-list", never, {}, {}, never, never, false, never>;
|
23
|
+
}
|
@@ -6,9 +6,11 @@ import * as i0 from "@angular/core";
|
|
6
6
|
*/
|
7
7
|
export declare class AXWysiwygViewComponent {
|
8
8
|
classes: import("@angular/core").InputSignal<string>;
|
9
|
+
/** @ignore */
|
9
10
|
wysiwygService: AXWysiwygService;
|
10
|
-
|
11
|
+
/** @ignore */
|
11
12
|
editorStateHandler(e: any): void;
|
13
|
+
get __hostClass(): string;
|
12
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXWysiwygViewComponent, never>;
|
13
15
|
static ɵcmp: i0.ɵɵComponentDeclaration<AXWysiwygViewComponent, "ax-wysiwyg-view", never, { "classes": { "alias": "class"; "required": false; "isSignal": true; }; }, {}, never, never, false, never>;
|
14
16
|
}
|
@@ -3,7 +3,6 @@ import * as i0 from "@angular/core";
|
|
3
3
|
export declare class AXWysiwygService {
|
4
4
|
wysiwyg: import("@angular/core").WritableSignal<AXWysiwyg>;
|
5
5
|
currentSelectedElemArray: import("@angular/core").WritableSignal<string[]>;
|
6
|
-
currentSelectedElemClass: import("@angular/core").WritableSignal<string>;
|
7
6
|
currentSelectedElemList: import("@angular/core").WritableSignal<string>;
|
8
7
|
currentSelectedElemAlign: import("@angular/core").WritableSignal<string>;
|
9
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXWysiwygService, never>;
|
@@ -2,15 +2,21 @@ import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./wysiwyg/wysiwyg-container/wysiwyg-container.component";
|
3
3
|
import * as i2 from "./wysiwyg/wysiwyg-view/wysiwyg-view.component";
|
4
4
|
import * as i3 from "./wysiwyg/wysiwyg-toolbar/wysiwyg-toolbar.component";
|
5
|
-
import * as i4 from "
|
6
|
-
import * as i5 from "
|
7
|
-
import * as i6 from "
|
8
|
-
import * as i7 from "
|
9
|
-
import * as i8 from "
|
10
|
-
import * as i9 from "
|
11
|
-
import * as i10 from "@acorex/components/
|
5
|
+
import * as i4 from "./wysiwyg/wysiwyg-tools/wysiwyg-alignment/wysiwyg-alignment.component";
|
6
|
+
import * as i5 from "./wysiwyg/wysiwyg-tools/wysiwyg-colors/wysiwyg-colors.component";
|
7
|
+
import * as i6 from "./wysiwyg/wysiwyg-tools/wysiwyg-font-style/wysiwyg-font-style.component";
|
8
|
+
import * as i7 from "./wysiwyg/wysiwyg-tools/wysiwyg-history/wysiwyg-history.component";
|
9
|
+
import * as i8 from "./wysiwyg/wysiwyg-tools/wysiwyg-insert/wysiwyg-insert.component";
|
10
|
+
import * as i9 from "./wysiwyg/wysiwyg-tools/wysiwyg-list/wysiwyg-list.component";
|
11
|
+
import * as i10 from "@acorex/components/button";
|
12
|
+
import * as i11 from "@acorex/components/decorators";
|
13
|
+
import * as i12 from "@acorex/components/select-box";
|
14
|
+
import * as i13 from "@angular/forms";
|
15
|
+
import * as i14 from "@acorex/components/color-palette";
|
16
|
+
import * as i15 from "@acorex/components/popover";
|
17
|
+
import * as i16 from "@acorex/components/text-box";
|
12
18
|
export declare class AXWysiwygModule {
|
13
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXWysiwygModule, never>;
|
14
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AXWysiwygModule, [typeof i1.AXWysiwygContainerComponent, typeof i2.AXWysiwygViewComponent, typeof i3.AXWysiwygToolbarComponent], [typeof
|
20
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXWysiwygModule, [typeof i1.AXWysiwygContainerComponent, typeof i2.AXWysiwygViewComponent, typeof i3.AXWysiwygToolbarComponent, typeof i4.AXWysiwygAlignmentComponent, typeof i5.AXWysiwygColorsComponent, typeof i6.AXWysiwygFontStyleComponent, typeof i7.AXWysiwygHistoryComponent, typeof i8.AXWysiwygInsertComponent, typeof i9.AXWysiwygListComponent], [typeof i10.AXButtonModule, typeof i11.AXDecoratorModule, typeof i12.AXSelectBoxModule, typeof i13.FormsModule, typeof i14.AXColorPaletteModule, typeof i15.AXPopoverModule, typeof i16.AXTextBoxModule], [typeof i1.AXWysiwygContainerComponent, typeof i2.AXWysiwygViewComponent, typeof i3.AXWysiwygToolbarComponent, typeof i4.AXWysiwygAlignmentComponent, typeof i5.AXWysiwygColorsComponent, typeof i6.AXWysiwygFontStyleComponent, typeof i7.AXWysiwygHistoryComponent, typeof i8.AXWysiwygInsertComponent, typeof i9.AXWysiwygListComponent]>;
|
15
21
|
static ɵinj: i0.ɵɵInjectorDeclaration<AXWysiwygModule>;
|
16
22
|
}
|