@acorex/components 7.5.0 → 7.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/action-sheet/index.d.ts +1 -1
- package/action-sheet/lib/action-sheet.component.d.ts +3 -3
- package/avatar/index.d.ts +1 -1
- package/breadcrumbs/index.d.ts +2 -2
- package/breadcrumbs/lib/breadcrumbs-item.component.d.ts +1 -1
- package/button/lib/button-item.class.d.ts +1 -1
- package/button/lib/button.component.d.ts +1 -1
- package/calendar/lib/calendar.class.d.ts +1 -1
- package/calendar/lib/calendar.component.d.ts +1 -1
- package/collapse/lib/collapse-group.component.d.ts +9 -6
- package/collapse/lib/collapse.component.d.ts +6 -6
- package/color-box/lib/color-box.component.d.ts +2 -2
- package/color-palette/lib/color-palette-input.component.d.ts +3 -3
- package/color-palette/lib/color-palette-picker.component.d.ts +1 -1
- package/color-palette/lib/color-palette.class.d.ts +4 -4
- package/common/index.d.ts +0 -1
- package/common/lib/classes/datalist.class.d.ts +31 -0
- package/common/lib/classes/styles.class.d.ts +2 -3
- package/common/lib/components/colorlook-component.class.d.ts +2 -2
- package/common/lib/components/input-base-value-component.class.d.ts +12 -12
- package/common/lib/components/selection-base.component.class.d.ts +2 -1
- package/common/lib/directives/delayed-value-changed.directive.d.ts +5 -5
- package/common/lib/directives/hotkey.directive.d.ts +2 -2
- package/common/lib/directives/responsive.directive.d.ts +1 -1
- package/context-menu/lib/context-menu.component.d.ts +1 -1
- package/data-table/lib/data-table.component.d.ts +2 -2
- package/datetime-box/lib/datetime-box.component.d.ts +3 -3
- package/datetime-input/lib/datetime-input.component.d.ts +1 -1
- package/datetime-picker/index.d.ts +1 -1
- package/datetime-picker/lib/datetime-picker.component.d.ts +1 -2
- package/dropdown/lib/dropdown-box.component.d.ts +5 -3
- package/dropdown/lib/dropdown-panel.component.d.ts +1 -0
- package/esm2022/action-sheet/index.mjs +2 -2
- package/esm2022/action-sheet/lib/action-sheet.class.mjs +1 -1
- package/esm2022/action-sheet/lib/action-sheet.component.mjs +22 -14
- package/esm2022/action-sheet/lib/action-sheet.module.mjs +3 -3
- package/esm2022/action-sheet/lib/action-sheet.service.mjs +5 -5
- package/esm2022/avatar/index.mjs +2 -2
- package/esm2022/avatar/lib/avatar-group.component.mjs +1 -1
- package/esm2022/avatar/lib/avatar.component.mjs +2 -2
- package/esm2022/badge/lib/badge.component.mjs +3 -3
- package/esm2022/badge/lib/badge.module.mjs +2 -2
- package/esm2022/breadcrumbs/index.mjs +3 -3
- package/esm2022/breadcrumbs/lib/breadcrumbs-item.class.mjs +1 -1
- package/esm2022/breadcrumbs/lib/breadcrumbs-item.component.mjs +2 -2
- package/esm2022/breadcrumbs/lib/breadcrumbs.component.mjs +1 -1
- package/esm2022/breadcrumbs/lib/breadcrumbs.module.mjs +3 -3
- package/esm2022/button/lib/button-item.class.mjs +1 -1
- package/esm2022/button/lib/button-item.component.mjs +1 -1
- package/esm2022/button/lib/button.component.mjs +3 -3
- package/esm2022/button-group/lib/button-group.component.mjs +3 -3
- package/esm2022/button-group/lib/button-group.module.mjs +2 -2
- package/esm2022/calendar/lib/calendar-range.component.mjs +4 -7
- package/esm2022/calendar/lib/calendar.class.mjs +3 -11
- package/esm2022/calendar/lib/calendar.component.mjs +28 -29
- package/esm2022/calendar/lib/calendar.module.mjs +4 -4
- package/esm2022/check-box/lib/check-box.component.mjs +9 -9
- package/esm2022/check-box/lib/check-box.module.mjs +3 -3
- package/esm2022/chips/lib/chips.component.mjs +5 -5
- package/esm2022/chips/lib/chips.module.mjs +2 -2
- package/esm2022/collapse/lib/collapse-group.component.mjs +17 -12
- package/esm2022/collapse/lib/collapse.component.mjs +9 -9
- package/esm2022/collapse/lib/collapse.module.mjs +3 -3
- package/esm2022/color-box/lib/color-box.component.mjs +7 -7
- package/esm2022/color-box/lib/color-box.module.mjs +4 -4
- package/esm2022/color-palette/lib/color-palette-input.component.mjs +10 -14
- package/esm2022/color-palette/lib/color-palette-picker.component.mjs +29 -31
- package/esm2022/color-palette/lib/color-palette-preview.component.mjs +8 -16
- package/esm2022/color-palette/lib/color-palette-swatches.component.mjs +5 -5
- package/esm2022/color-palette/lib/color-palette.class.mjs +2 -2
- package/esm2022/color-palette/lib/color-palette.component.mjs +14 -6
- package/esm2022/color-palette/lib/color-palette.module.mjs +12 -12
- package/esm2022/common/index.mjs +1 -2
- package/esm2022/common/lib/classes/components.class.mjs +1 -1
- package/esm2022/common/lib/classes/datalist.class.mjs +41 -54
- package/esm2022/common/lib/classes/styles.class.mjs +2 -10
- package/esm2022/common/lib/common.module.mjs +4 -2
- package/esm2022/common/lib/components/button-base-component.class.mjs +4 -4
- package/esm2022/common/lib/components/color-component.class.mjs +2 -2
- package/esm2022/common/lib/components/colorlook-component.class.mjs +4 -4
- package/esm2022/common/lib/components/input-base-value-component.class.mjs +15 -15
- package/esm2022/common/lib/components/interactive-component.class.mjs +1 -1
- package/esm2022/common/lib/components/look-component.class.mjs +2 -2
- package/esm2022/common/lib/components/selection-base.component.class.mjs +10 -4
- package/esm2022/common/lib/components/value-component.class.mjs +3 -3
- package/esm2022/common/lib/directives/auto-focus.directive.mjs +4 -12
- package/esm2022/common/lib/directives/delayed-value-changed.directive.mjs +16 -14
- package/esm2022/common/lib/directives/hotkey.directive.mjs +14 -15
- package/esm2022/common/lib/directives/infinite-scroll.directive.mjs +7 -9
- package/esm2022/common/lib/directives/responsive.directive.mjs +12 -10
- package/esm2022/common/lib/directives/ripple.directive.mjs +1 -1
- package/esm2022/common/lib/services/dom.service.mjs +2 -2
- package/esm2022/common/lib/services/hotkey.service.mjs +4 -5
- package/esm2022/common/lib/types/direction.mjs +1 -1
- package/esm2022/common/lib/types/orientation.mjs +1 -1
- package/esm2022/common/lib/types/placement.mjs +23 -23
- package/esm2022/common/lib/types/range.mjs +1 -1
- package/esm2022/context-menu/lib/context-menu.component.mjs +3 -3
- package/esm2022/context-menu/lib/context-menu.module.mjs +7 -17
- package/esm2022/data-pager/lib/data-pager-info.component.mjs +3 -3
- package/esm2022/data-pager/lib/data-pager-input-selector.component.mjs +1 -1
- package/esm2022/data-pager/lib/data-pager-next-buttons.components.mjs +21 -8
- package/esm2022/data-pager/lib/data-pager-numeric-selector.component.mjs +3 -3
- package/esm2022/data-pager/lib/data-pager-pagesize-dropdown.component.mjs +17 -5
- package/esm2022/data-pager/lib/data-pager-prev-buttons.component.mjs +19 -7
- package/esm2022/data-pager/lib/data-pager.component.mjs +2 -2
- package/esm2022/data-pager/lib/data-pager.module.mjs +30 -16
- package/esm2022/data-table/lib/data-column.directive.mjs +2 -2
- package/esm2022/data-table/lib/data-table.component.mjs +2 -2
- package/esm2022/data-table/lib/data-table.module.mjs +7 -7
- package/esm2022/datetime-box/lib/datetime-box.component.mjs +7 -7
- package/esm2022/datetime-box/lib/datetime-box.module.mjs +7 -7
- package/esm2022/datetime-input/lib/datetime-input.component.mjs +134 -134
- package/esm2022/datetime-input/lib/datetime-input.module.mjs +4 -4
- package/esm2022/datetime-picker/index.mjs +2 -2
- package/esm2022/datetime-picker/lib/datetime-picker.component.mjs +4 -4
- package/esm2022/datetime-picker/lib/datetime-picker.config.mjs +4 -4
- package/esm2022/decorators/lib/components/clear-button.component.mjs +2 -2
- package/esm2022/decorators/lib/components/close-button.component.mjs +8 -4
- package/esm2022/decorators/lib/components/generic-content.component.mjs +1 -1
- package/esm2022/decorators/lib/components/icon.component.mjs +2 -2
- package/esm2022/dialog/lib/dialog.component.mjs +3 -3
- package/esm2022/dialog/lib/dialog.module.mjs +26 -10
- package/esm2022/drawer/lib/drawer-container.component.mjs +2 -2
- package/esm2022/drawer/lib/drawer.component.mjs +2 -2
- package/esm2022/drawer/lib/drawer.module.mjs +3 -3
- package/esm2022/dropdown/lib/dropdown-box.class.mjs +1 -1
- package/esm2022/dropdown/lib/dropdown-box.component.mjs +14 -11
- package/esm2022/dropdown/lib/dropdown-panel.component.mjs +5 -4
- package/esm2022/dropdown/lib/dropdown.module.mjs +29 -9
- package/esm2022/form/index.mjs +2 -2
- package/esm2022/form/lib/form-field.component.mjs +4 -4
- package/esm2022/form/lib/form.component.mjs +3 -4
- package/esm2022/form/lib/form.config.mjs +6 -6
- package/esm2022/form/lib/form.module.mjs +3 -11
- package/esm2022/form/lib/validation-summary.component.mjs +40 -30
- package/esm2022/form/lib/validation.class.mjs +1 -1
- package/esm2022/image/lib/image.component.mjs +1 -1
- package/esm2022/image/lib/image.module.mjs +2 -2
- package/esm2022/label/lib/label.component.mjs +4 -8
- package/esm2022/label/lib/label.module.mjs +2 -2
- package/esm2022/list/lib/list.component.mjs +67 -44
- package/esm2022/list/lib/list.module.mjs +3 -3
- package/esm2022/loading/index.mjs +2 -2
- package/esm2022/loading/lib/loading-spinner.component.mjs +13 -7
- package/esm2022/loading/lib/loading.component.mjs +8 -16
- package/esm2022/loading/lib/loading.config.mjs +2 -2
- package/esm2022/loading/lib/loading.directive.mjs +2 -2
- package/esm2022/menu/lib/menu-item/menu-item.component.mjs +1 -2
- package/esm2022/menu/lib/menu.component.mjs +2 -2
- package/esm2022/menu/lib/menu2.component.mjs +2 -2
- package/esm2022/mixin/lib/base-components.class.mjs +2 -3
- package/esm2022/mixin/lib/base-menu-mixin.class.mjs +1 -1
- package/esm2022/mixin/lib/button-mixin.class.mjs +1 -1
- package/esm2022/mixin/lib/clickable-mixin.class.mjs +8 -8
- package/esm2022/mixin/lib/color-look-mixing.class.mjs +3 -3
- package/esm2022/mixin/lib/constratctor.mjs +1 -1
- package/esm2022/mixin/lib/datalist-component.class.mjs +3 -5
- package/esm2022/mixin/lib/datalist.class.mjs +5 -6
- package/esm2022/mixin/lib/dropdown-mixin.class.mjs +2 -4
- package/esm2022/mixin/lib/interactive-mixin.class.mjs +29 -28
- package/esm2022/mixin/lib/mixin.class.mjs +13 -13
- package/esm2022/mixin/lib/page-component.class.mjs +3 -3
- package/esm2022/mixin/lib/selection-component.class.mjs +1 -1
- package/esm2022/mixin/lib/textbox-mixin.class.mjs +29 -20
- package/esm2022/mixin/lib/value-mixin.class.mjs +1 -1
- package/esm2022/notification/index.mjs +2 -2
- package/esm2022/notification/lib/notification.class.mjs +1 -1
- package/esm2022/notification/lib/notification.config.mjs +1 -1
- package/esm2022/notification/lib/notification.module.mjs +21 -9
- package/esm2022/notification/lib/notification.service.mjs +11 -11
- package/esm2022/number-box/lib/number-box.component.mjs +6 -6
- package/esm2022/number-box/lib/number-box.module.mjs +6 -16
- package/esm2022/otp/lib/otp.component.mjs +5 -5
- package/esm2022/otp/lib/otp.module.mjs +2 -2
- package/esm2022/page/lib/base-page.class.mjs +6 -4
- package/esm2022/page/lib/page.component.mjs +3 -3
- package/esm2022/page/lib/page.module.mjs +1 -1
- package/esm2022/password-box/lib/password-box.component.mjs +6 -6
- package/esm2022/password-box/lib/password-box.module.mjs +7 -15
- package/esm2022/picker/lib/picker-column.directive.mjs +9 -16
- package/esm2022/picker/lib/picker.component.mjs +2 -2
- package/esm2022/picker/lib/picker.module.mjs +3 -3
- package/esm2022/popover/lib/popover.component.mjs +1 -1
- package/esm2022/popover/lib/popover.module.mjs +2 -2
- package/esm2022/popup/index.mjs +2 -2
- package/esm2022/popup/lib/popup.interface.mjs +1 -1
- package/esm2022/popup/lib/popup.module.mjs +2 -2
- package/esm2022/progress-bar/lib/progress-bar.component.mjs +5 -5
- package/esm2022/progress-bar/lib/progress-bar.module.mjs +2 -2
- package/esm2022/radio/lib/radio.component.mjs +8 -8
- package/esm2022/radio/lib/radio.module.mjs +2 -2
- package/esm2022/range-slider/lib/range-slider.component.mjs +9 -9
- package/esm2022/range-slider/lib/range-slider.module.mjs +4 -4
- package/esm2022/result/lib/result.component.mjs +4 -4
- package/esm2022/result/lib/result.module.mjs +2 -2
- package/esm2022/routing-progress/acorex-components-routing-progress.mjs +5 -0
- package/esm2022/routing-progress/index.mjs +3 -0
- package/esm2022/routing-progress/lib/routing-progress.component.mjs +58 -0
- package/esm2022/routing-progress/lib/routing-progress.module.mjs +21 -0
- package/esm2022/scheduler/lib/scheduler-month-view.component.mjs +4 -2
- package/esm2022/scheduler/lib/scheduler.component.mjs +1 -1
- package/esm2022/search-box/lib/search-box.component.mjs +43 -19
- package/esm2022/search-box/lib/search-box.module.mjs +8 -8
- package/esm2022/select-box/index.mjs +2 -2
- package/esm2022/select-box/lib/select-box.component.mjs +4 -4
- package/esm2022/select-box/lib/select-box.module.mjs +9 -9
- package/esm2022/select-box/lib/select-box2.component.mjs +110 -16
- package/esm2022/selection-list/lib/selection-list.component.mjs +10 -10
- package/esm2022/selection-list/lib/selection-list.module.mjs +6 -6
- package/esm2022/switch/lib/switch-content.component.mjs +1 -1
- package/esm2022/switch/lib/switch.component.mjs +11 -18
- package/esm2022/switch/lib/switch.module.mjs +4 -4
- package/esm2022/tabs/lib/tab-content.directive.mjs +1 -1
- package/esm2022/tabs/lib/tabs.component.mjs +2 -2
- package/esm2022/tabs/lib/tabs.module.mjs +5 -5
- package/esm2022/tag/lib/tag.component.mjs +4 -4
- package/esm2022/tag/lib/tag.module.mjs +2 -2
- package/esm2022/text-area/lib/text-area.component.mjs +14 -16
- package/esm2022/text-area/lib/text-area.module.mjs +2 -2
- package/esm2022/text-box/lib/text-box.component.mjs +6 -6
- package/esm2022/text-box/lib/text-box.module.mjs +4 -18
- package/esm2022/toast/index.mjs +2 -2
- package/esm2022/toast/lib/toast.class.mjs +1 -1
- package/esm2022/toast/lib/toast.component.mjs +4 -4
- package/esm2022/toast/lib/toast.config.mjs +3 -3
- package/esm2022/toast/lib/toast.module.mjs +6 -10
- package/esm2022/toast/lib/toast.service.mjs +16 -14
- package/esm2022/tooltip/lib/tooltip.component.mjs +2 -2
- package/esm2022/tooltip/lib/tooltip.directive.mjs +4 -4
- package/esm2022/tooltip/lib/tooltip.module.mjs +3 -3
- package/esm2022/uploader/index.mjs +3 -1
- package/esm2022/uploader/lib/uploader-drop-zone.component.mjs +3 -3
- package/esm2022/uploader/lib/uploader-list.component.mjs +41 -7
- package/esm2022/uploader/lib/uploader-overlay.component.mjs +2 -2
- package/esm2022/uploader/lib/uploader-zone.directive.mjs +53 -0
- package/esm2022/uploader/lib/uploader.module.mjs +26 -7
- package/esm2022/uploader/lib/uploader.service.mjs +30 -0
- package/fesm2022/acorex-components-action-sheet.mjs +23 -15
- package/fesm2022/acorex-components-action-sheet.mjs.map +1 -1
- package/fesm2022/acorex-components-avatar.mjs +15 -15
- package/fesm2022/acorex-components-avatar.mjs.map +1 -1
- package/fesm2022/acorex-components-badge.mjs +2 -2
- package/fesm2022/acorex-components-badge.mjs.map +1 -1
- package/fesm2022/acorex-components-breadcrumbs.mjs.map +1 -1
- package/fesm2022/acorex-components-button-group.mjs +2 -2
- package/fesm2022/acorex-components-button-group.mjs.map +1 -1
- package/fesm2022/acorex-components-button.mjs +2 -2
- package/fesm2022/acorex-components-button.mjs.map +1 -1
- package/fesm2022/acorex-components-calendar.mjs +26 -38
- package/fesm2022/acorex-components-calendar.mjs.map +1 -1
- package/fesm2022/acorex-components-check-box.mjs +9 -9
- package/fesm2022/acorex-components-check-box.mjs.map +1 -1
- package/fesm2022/acorex-components-chips.mjs +4 -4
- package/fesm2022/acorex-components-chips.mjs.map +1 -1
- package/fesm2022/acorex-components-collapse.mjs +23 -18
- package/fesm2022/acorex-components-collapse.mjs.map +1 -1
- package/fesm2022/acorex-components-color-box.mjs +6 -6
- package/fesm2022/acorex-components-color-box.mjs.map +1 -1
- package/fesm2022/acorex-components-color-palette.mjs +53 -59
- package/fesm2022/acorex-components-color-palette.mjs.map +1 -1
- package/fesm2022/acorex-components-common.mjs +136 -181
- package/fesm2022/acorex-components-common.mjs.map +1 -1
- package/fesm2022/acorex-components-context-menu.mjs +6 -16
- package/fesm2022/acorex-components-context-menu.mjs.map +1 -1
- package/fesm2022/acorex-components-data-pager.mjs +70 -19
- package/fesm2022/acorex-components-data-pager.mjs.map +1 -1
- package/fesm2022/acorex-components-data-table.mjs +1 -1
- package/fesm2022/acorex-components-data-table.mjs.map +1 -1
- package/fesm2022/acorex-components-datetime-box.mjs +7 -7
- package/fesm2022/acorex-components-datetime-box.mjs.map +1 -1
- package/fesm2022/acorex-components-datetime-input.mjs +133 -133
- package/fesm2022/acorex-components-datetime-input.mjs.map +1 -1
- package/fesm2022/acorex-components-datetime-picker.mjs +9 -9
- package/fesm2022/acorex-components-datetime-picker.mjs.map +1 -1
- package/fesm2022/acorex-components-decorators.mjs +8 -4
- package/fesm2022/acorex-components-decorators.mjs.map +1 -1
- package/fesm2022/acorex-components-dialog.mjs +20 -4
- package/fesm2022/acorex-components-dialog.mjs.map +1 -1
- package/fesm2022/acorex-components-drawer.mjs +1 -1
- package/fesm2022/acorex-components-drawer.mjs.map +1 -1
- package/fesm2022/acorex-components-dropdown.mjs +43 -19
- package/fesm2022/acorex-components-dropdown.mjs.map +1 -1
- package/fesm2022/acorex-components-form.mjs +76 -75
- package/fesm2022/acorex-components-form.mjs.map +1 -1
- package/fesm2022/acorex-components-image.mjs.map +1 -1
- package/fesm2022/acorex-components-label.mjs +2 -6
- package/fesm2022/acorex-components-label.mjs.map +1 -1
- package/fesm2022/acorex-components-list.mjs +66 -43
- package/fesm2022/acorex-components-list.mjs.map +1 -1
- package/fesm2022/acorex-components-loading.mjs +19 -21
- package/fesm2022/acorex-components-loading.mjs.map +1 -1
- package/fesm2022/acorex-components-menu.mjs +4 -5
- package/fesm2022/acorex-components-menu.mjs.map +1 -1
- package/fesm2022/acorex-components-mixin.mjs +70 -66
- package/fesm2022/acorex-components-mixin.mjs.map +1 -1
- package/fesm2022/acorex-components-notification.mjs +43 -31
- package/fesm2022/acorex-components-notification.mjs.map +1 -1
- package/fesm2022/acorex-components-number-box.mjs +7 -17
- package/fesm2022/acorex-components-number-box.mjs.map +1 -1
- package/fesm2022/acorex-components-otp.mjs +4 -4
- package/fesm2022/acorex-components-otp.mjs.map +1 -1
- package/fesm2022/acorex-components-page.mjs +6 -4
- package/fesm2022/acorex-components-page.mjs.map +1 -1
- package/fesm2022/acorex-components-password-box.mjs +7 -15
- package/fesm2022/acorex-components-password-box.mjs.map +1 -1
- package/fesm2022/acorex-components-picker.mjs +10 -17
- package/fesm2022/acorex-components-picker.mjs.map +1 -1
- package/fesm2022/acorex-components-popover.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 +3 -3
- package/fesm2022/acorex-components-progress-bar.mjs.map +1 -1
- package/fesm2022/acorex-components-radio.mjs +6 -6
- package/fesm2022/acorex-components-radio.mjs.map +1 -1
- package/fesm2022/acorex-components-range-slider.mjs +7 -7
- package/fesm2022/acorex-components-range-slider.mjs.map +1 -1
- package/fesm2022/acorex-components-result.mjs +2 -2
- package/fesm2022/acorex-components-result.mjs.map +1 -1
- package/fesm2022/acorex-components-routing-progress.mjs +83 -0
- package/fesm2022/acorex-components-routing-progress.mjs.map +1 -0
- package/fesm2022/acorex-components-scheduler.mjs +3 -1
- package/fesm2022/acorex-components-scheduler.mjs.map +1 -1
- package/fesm2022/acorex-components-search-box.mjs +47 -24
- package/fesm2022/acorex-components-search-box.mjs.map +1 -1
- package/fesm2022/acorex-components-select-box.mjs +197 -106
- package/fesm2022/acorex-components-select-box.mjs.map +1 -1
- package/fesm2022/acorex-components-selection-list.mjs +12 -12
- package/fesm2022/acorex-components-selection-list.mjs.map +1 -1
- package/fesm2022/acorex-components-switch.mjs +9 -16
- package/fesm2022/acorex-components-switch.mjs.map +1 -1
- package/fesm2022/acorex-components-tabs.mjs +3 -3
- package/fesm2022/acorex-components-tabs.mjs.map +1 -1
- package/fesm2022/acorex-components-tag.mjs +2 -2
- package/fesm2022/acorex-components-tag.mjs.map +1 -1
- package/fesm2022/acorex-components-text-area.mjs +13 -15
- package/fesm2022/acorex-components-text-area.mjs.map +1 -1
- package/fesm2022/acorex-components-text-box.mjs +8 -22
- package/fesm2022/acorex-components-text-box.mjs.map +1 -1
- package/fesm2022/acorex-components-toast.mjs +43 -45
- package/fesm2022/acorex-components-toast.mjs.map +1 -1
- package/fesm2022/acorex-components-tooltip.mjs +2 -2
- package/fesm2022/acorex-components-tooltip.mjs.map +1 -1
- package/fesm2022/acorex-components-uploader.mjs +146 -18
- package/fesm2022/acorex-components-uploader.mjs.map +1 -1
- package/form/index.d.ts +1 -1
- package/form/lib/form.component.d.ts +2 -2
- package/form/lib/validation-summary.component.d.ts +3 -3
- package/list/lib/list.component.d.ts +18 -7
- package/loading/index.d.ts +1 -1
- package/loading/lib/loading.component.d.ts +1 -1
- package/mixin/lib/base-components.class.d.ts +2 -2
- package/mixin/lib/base-menu-mixin.class.d.ts +5 -5
- package/mixin/lib/button-mixin.class.d.ts +2 -2
- package/mixin/lib/clickable-mixin.class.d.ts +9 -9
- package/mixin/lib/color-look-mixing.class.d.ts +2 -2
- package/mixin/lib/datalist-component.class.d.ts +10 -10
- package/mixin/lib/datalist.class.d.ts +1 -1
- package/mixin/lib/dropdown-mixin.class.d.ts +3 -3
- package/mixin/lib/interactive-mixin.class.d.ts +25 -22
- package/mixin/lib/mixin.class.d.ts +62 -62
- package/mixin/lib/page-component.class.d.ts +4 -4
- package/mixin/lib/selection-component.class.d.ts +3 -3
- package/mixin/lib/sizable-mixin.class.d.ts +2 -2
- package/mixin/lib/textbox-mixin.class.d.ts +20 -20
- package/mixin/lib/value-mixin.class.d.ts +9 -9
- package/notification/index.d.ts +1 -1
- package/notification/lib/notification.class.d.ts +3 -3
- package/notification/lib/notification.config.d.ts +1 -1
- package/number-box/lib/number-box.component.d.ts +3 -3
- package/otp/lib/otp.component.d.ts +3 -3
- package/package.json +7 -1
- package/page/lib/base-page.class.d.ts +1 -1
- package/page/lib/page.component.d.ts +1 -1
- package/password-box/lib/password-box.component.d.ts +4 -4
- package/popup/index.d.ts +1 -1
- package/popup/lib/popup.interface.d.ts +2 -2
- package/routing-progress/README.md +3 -0
- package/routing-progress/index.d.ts +2 -0
- package/routing-progress/lib/routing-progress.component.d.ts +14 -0
- package/routing-progress/lib/routing-progress.module.d.ts +8 -0
- package/search-box/lib/search-box.component.d.ts +10 -4
- package/select-box/index.d.ts +1 -1
- package/select-box/lib/select-box2.component.d.ts +26 -7
- package/selection-list/lib/selection-list.component.d.ts +3 -3
- package/text-area/lib/text-area.component.d.ts +3 -3
- package/text-box/lib/text-box.component.d.ts +3 -3
- package/toast/index.d.ts +1 -1
- package/toast/lib/toast.class.d.ts +1 -1
- package/toast/lib/toast.component.d.ts +2 -1
- package/toast/lib/toast.config.d.ts +1 -1
- package/tooltip/lib/tooltip.directive.d.ts +1 -1
- package/uploader/index.d.ts +2 -0
- package/uploader/lib/uploader-list.component.d.ts +14 -1
- package/uploader/lib/uploader-zone.directive.d.ts +18 -0
- package/uploader/lib/uploader.module.d.ts +6 -4
- package/uploader/lib/uploader.service.d.ts +10 -0
- package/common/lib/components/appearance-component.class.d.ts +0 -12
- package/esm2022/common/lib/components/appearance-component.class.mjs +0 -25
@@ -1,7 +1,7 @@
|
|
1
|
+
import { AXConnectedPosition, AXEvent } from '@acorex/components/common';
|
1
2
|
import { EventEmitter } from '@angular/core';
|
2
3
|
import { AXBaseComponent } from './base-components.class';
|
3
4
|
import { Constructor } from './constratctor';
|
4
|
-
import { AXEvent, AXConnectedPosition } from '@acorex/components/common';
|
5
5
|
export interface DropdownComponentInterface {
|
6
6
|
open(): void;
|
7
7
|
close(): void;
|
@@ -23,9 +23,9 @@ export declare function _DropdownComponenetMixin<TBase extends Constructor<AXBas
|
|
23
23
|
open(): void;
|
24
24
|
readonly isOpen: boolean;
|
25
25
|
id: string;
|
26
|
-
"__#
|
26
|
+
"__#21016@#rtl": boolean;
|
27
27
|
rtl: boolean;
|
28
|
-
"__#
|
28
|
+
"__#21016@#elementRef": import("@angular/core").ElementRef<any>;
|
29
29
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
30
30
|
_isInited: boolean;
|
31
31
|
_isRendered: boolean;
|
@@ -1,42 +1,45 @@
|
|
1
|
-
import {
|
2
|
-
import {
|
3
|
-
import {
|
4
|
-
import {
|
1
|
+
import { AXFocusEvent } from '@acorex/components/common';
|
2
|
+
import { EventEmitter } from '@angular/core';
|
3
|
+
import { AXBaseComponent } from './base-components.class';
|
4
|
+
import { Constructor } from './constratctor';
|
5
5
|
export declare function _InteractiveComponenetMixin<TBase extends Constructor<AXBaseComponent>>(Base: TBase): (abstract new (...args: any[]) => {
|
6
|
-
"__#
|
6
|
+
"__#21019@#disabled": boolean;
|
7
7
|
/**
|
8
|
-
|
9
|
-
|
8
|
+
* If set to true, it disables the component.
|
9
|
+
*/
|
10
10
|
disabled: boolean;
|
11
|
-
"__#
|
11
|
+
"__#21019@#tabIndex": number;
|
12
12
|
/**
|
13
|
-
|
14
|
-
|
13
|
+
* Specifies the tabindex of the component.
|
14
|
+
*/
|
15
15
|
tabIndex: number;
|
16
16
|
/**
|
17
|
-
|
18
|
-
|
19
|
-
|
17
|
+
* Fires each time the component gets focused.
|
18
|
+
* @event
|
19
|
+
*/
|
20
20
|
onFocus: EventEmitter<AXFocusEvent>;
|
21
21
|
_emitOnFocusEvent(e: FocusEvent): void;
|
22
22
|
/**
|
23
|
-
|
24
|
-
|
25
|
-
|
23
|
+
* Fires each time the component gets blurred.
|
24
|
+
* @event
|
25
|
+
*/
|
26
26
|
onBlur: EventEmitter<AXFocusEvent>;
|
27
27
|
_emitOnBlurEvent(e: FocusEvent): void;
|
28
28
|
/**
|
29
|
-
|
30
|
-
|
29
|
+
* Focuses the component.
|
30
|
+
*/
|
31
31
|
focus(): void;
|
32
32
|
/**
|
33
|
-
|
34
|
-
|
33
|
+
* Check component is focused or has any focused element.
|
34
|
+
*/
|
35
35
|
hasFocus(): boolean;
|
36
36
|
id: string;
|
37
|
-
"__#
|
37
|
+
"__#21016@#rtl": boolean;
|
38
38
|
rtl: boolean;
|
39
|
-
"__#
|
39
|
+
"__#21016@#elementRef": import("@angular/core").ElementRef<any>; /**
|
40
|
+
* Fires each time the component gets focused.
|
41
|
+
* @event
|
42
|
+
*/
|
40
43
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
41
44
|
_isInited: boolean;
|
42
45
|
_isRendered: boolean;
|
@@ -1,10 +1,10 @@
|
|
1
|
-
import { AXBaseComponent } from
|
1
|
+
import { AXBaseComponent } from './base-components.class';
|
2
2
|
export declare const AXBaseComponentMixin: {
|
3
3
|
new (...args: any[]): {
|
4
4
|
id: string;
|
5
|
-
"__#
|
5
|
+
"__#21016@#rtl": boolean;
|
6
6
|
rtl: boolean;
|
7
|
-
"__#
|
7
|
+
"__#21016@#elementRef": import("@angular/core").ElementRef<any>;
|
8
8
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
9
9
|
_isInited: boolean;
|
10
10
|
_isRendered: boolean;
|
@@ -30,9 +30,9 @@ export declare const AXSizableComponentMixin: {
|
|
30
30
|
size: import("./base-components.class").AXElementSize;
|
31
31
|
_onInternalInit(): void;
|
32
32
|
id: string;
|
33
|
-
"__#
|
33
|
+
"__#21016@#rtl": boolean;
|
34
34
|
rtl: boolean;
|
35
|
-
"__#
|
35
|
+
"__#21016@#elementRef": import("@angular/core").ElementRef<any>;
|
36
36
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
37
37
|
_isInited: boolean;
|
38
38
|
_isRendered: boolean;
|
@@ -54,9 +54,9 @@ export declare const AXSizableComponentMixin: {
|
|
54
54
|
} & {
|
55
55
|
new (...args: any[]): {
|
56
56
|
id: string;
|
57
|
-
"__#
|
57
|
+
"__#21016@#rtl": boolean;
|
58
58
|
rtl: boolean;
|
59
|
-
"__#
|
59
|
+
"__#21016@#elementRef": import("@angular/core").ElementRef<any>;
|
60
60
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
61
61
|
_isInited: boolean;
|
62
62
|
_isRendered: boolean;
|
@@ -82,9 +82,9 @@ export declare const AXInteractiveComponenetMixin: {
|
|
82
82
|
size: import("./base-components.class").AXElementSize;
|
83
83
|
_onInternalInit(): void;
|
84
84
|
id: string;
|
85
|
-
"__#
|
85
|
+
"__#21016@#rtl": boolean;
|
86
86
|
rtl: boolean;
|
87
|
-
"__#
|
87
|
+
"__#21016@#elementRef": import("@angular/core").ElementRef<any>;
|
88
88
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
89
89
|
_isInited: boolean;
|
90
90
|
_isRendered: boolean;
|
@@ -104,9 +104,9 @@ export declare const AXInteractiveComponenetMixin: {
|
|
104
104
|
_setOption(option: import("./base-components.class").AXComponentSetOption): void;
|
105
105
|
};
|
106
106
|
} & (abstract new (...args: any[]) => {
|
107
|
-
"__#
|
107
|
+
"__#21019@#disabled": boolean;
|
108
108
|
disabled: boolean;
|
109
|
-
"__#
|
109
|
+
"__#21019@#tabIndex": number;
|
110
110
|
tabIndex: number;
|
111
111
|
onFocus: import("@angular/core").EventEmitter<import("dist/libs/components/common").AXFocusEvent>;
|
112
112
|
_emitOnFocusEvent(e: FocusEvent): void;
|
@@ -115,9 +115,9 @@ export declare const AXInteractiveComponenetMixin: {
|
|
115
115
|
focus(): void;
|
116
116
|
hasFocus(): boolean;
|
117
117
|
id: string;
|
118
|
-
"__#
|
118
|
+
"__#21016@#rtl": boolean;
|
119
119
|
rtl: boolean;
|
120
|
-
"__#
|
120
|
+
"__#21016@#elementRef": import("@angular/core").ElementRef<any>;
|
121
121
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
122
122
|
_isInited: boolean;
|
123
123
|
_isRendered: boolean;
|
@@ -138,9 +138,9 @@ export declare const AXInteractiveComponenetMixin: {
|
|
138
138
|
_setOption(option: import("./base-components.class").AXComponentSetOption): void;
|
139
139
|
}) & typeof AXBaseComponent;
|
140
140
|
export declare const AXBaseClickableMixin: (abstract new (...args: any[]) => {
|
141
|
-
"__#
|
141
|
+
"__#21019@#disabled": boolean;
|
142
142
|
disabled: boolean;
|
143
|
-
"__#
|
143
|
+
"__#21019@#tabIndex": number;
|
144
144
|
tabIndex: number;
|
145
145
|
onFocus: import("@angular/core").EventEmitter<import("dist/libs/components/common").AXFocusEvent>;
|
146
146
|
_emitOnFocusEvent(e: FocusEvent): void;
|
@@ -149,9 +149,9 @@ export declare const AXBaseClickableMixin: (abstract new (...args: any[]) => {
|
|
149
149
|
focus(): void;
|
150
150
|
hasFocus(): boolean;
|
151
151
|
id: string;
|
152
|
-
"__#
|
152
|
+
"__#21016@#rtl": boolean;
|
153
153
|
rtl: boolean;
|
154
|
-
"__#
|
154
|
+
"__#21016@#elementRef": import("@angular/core").ElementRef<any>;
|
155
155
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
156
156
|
_isInited: boolean;
|
157
157
|
_isRendered: boolean;
|
@@ -175,9 +175,9 @@ export declare const AXBaseClickableMixin: (abstract new (...args: any[]) => {
|
|
175
175
|
onClick: import("@angular/core").EventEmitter<import("dist/libs/components/common").AXClickEvent>;
|
176
176
|
_emitOnClickEvent(e: MouseEvent): void;
|
177
177
|
id: string;
|
178
|
-
"__#
|
178
|
+
"__#21016@#rtl": boolean;
|
179
179
|
rtl: boolean;
|
180
|
-
"__#
|
180
|
+
"__#21016@#elementRef": import("@angular/core").ElementRef<any>;
|
181
181
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
182
182
|
_isInited: boolean;
|
183
183
|
_isRendered: boolean;
|
@@ -203,9 +203,9 @@ export declare const AXBaseButtonMixin: {
|
|
203
203
|
size: import("./base-components.class").AXElementSize;
|
204
204
|
_onInternalInit(): void;
|
205
205
|
id: string;
|
206
|
-
"__#
|
206
|
+
"__#21016@#rtl": boolean;
|
207
207
|
rtl: boolean;
|
208
|
-
"__#
|
208
|
+
"__#21016@#elementRef": import("@angular/core").ElementRef<any>;
|
209
209
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
210
210
|
_isInited: boolean;
|
211
211
|
_isRendered: boolean;
|
@@ -225,9 +225,9 @@ export declare const AXBaseButtonMixin: {
|
|
225
225
|
_setOption(option: import("./base-components.class").AXComponentSetOption): void;
|
226
226
|
};
|
227
227
|
} & (abstract new (...args: any[]) => {
|
228
|
-
"__#
|
228
|
+
"__#21019@#disabled": boolean;
|
229
229
|
disabled: boolean;
|
230
|
-
"__#
|
230
|
+
"__#21019@#tabIndex": number;
|
231
231
|
tabIndex: number;
|
232
232
|
onFocus: import("@angular/core").EventEmitter<import("dist/libs/components/common").AXFocusEvent>;
|
233
233
|
_emitOnFocusEvent(e: FocusEvent): void;
|
@@ -236,9 +236,9 @@ export declare const AXBaseButtonMixin: {
|
|
236
236
|
focus(): void;
|
237
237
|
hasFocus(): boolean;
|
238
238
|
id: string;
|
239
|
-
"__#
|
239
|
+
"__#21016@#rtl": boolean;
|
240
240
|
rtl: boolean;
|
241
|
-
"__#
|
241
|
+
"__#21016@#elementRef": import("@angular/core").ElementRef<any>;
|
242
242
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
243
243
|
_isInited: boolean;
|
244
244
|
_isRendered: boolean;
|
@@ -262,9 +262,9 @@ export declare const AXBaseButtonMixin: {
|
|
262
262
|
onClick: import("@angular/core").EventEmitter<import("dist/libs/components/common").AXClickEvent>;
|
263
263
|
_emitOnClickEvent(e: MouseEvent): void;
|
264
264
|
id: string;
|
265
|
-
"__#
|
265
|
+
"__#21016@#rtl": boolean;
|
266
266
|
rtl: boolean;
|
267
|
-
"__#
|
267
|
+
"__#21016@#elementRef": import("@angular/core").ElementRef<any>;
|
268
268
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
269
269
|
_isInited: boolean;
|
270
270
|
_isRendered: boolean;
|
@@ -293,9 +293,9 @@ export declare const AXBaseButtonMixin: {
|
|
293
293
|
_look?: import("dist/libs/components/common").AXStyleLookType;
|
294
294
|
look: import("dist/libs/components/common").AXStyleLookType;
|
295
295
|
id: string;
|
296
|
-
"__#
|
296
|
+
"__#21016@#rtl": boolean;
|
297
297
|
rtl: boolean;
|
298
|
-
"__#
|
298
|
+
"__#21016@#elementRef": import("@angular/core").ElementRef<any>;
|
299
299
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
300
300
|
_isInited: boolean;
|
301
301
|
_isRendered: boolean;
|
@@ -331,9 +331,9 @@ export declare const AXBaseButtonMixin: {
|
|
331
331
|
'ax-state-selected': boolean;
|
332
332
|
};
|
333
333
|
id: string;
|
334
|
-
"__#
|
334
|
+
"__#21016@#rtl": boolean;
|
335
335
|
rtl: boolean;
|
336
|
-
"__#
|
336
|
+
"__#21016@#elementRef": import("@angular/core").ElementRef<any>;
|
337
337
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
338
338
|
_isInited: boolean;
|
339
339
|
_isRendered: boolean;
|
@@ -360,9 +360,9 @@ export declare const AXBaseTextBoxMixin: {
|
|
360
360
|
size: import("./base-components.class").AXElementSize;
|
361
361
|
_onInternalInit(): void;
|
362
362
|
id: string;
|
363
|
-
"__#
|
363
|
+
"__#21016@#rtl": boolean;
|
364
364
|
rtl: boolean;
|
365
|
-
"__#
|
365
|
+
"__#21016@#elementRef": import("@angular/core").ElementRef<any>;
|
366
366
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
367
367
|
_isInited: boolean;
|
368
368
|
_isRendered: boolean;
|
@@ -382,9 +382,9 @@ export declare const AXBaseTextBoxMixin: {
|
|
382
382
|
_setOption(option: import("./base-components.class").AXComponentSetOption): void;
|
383
383
|
};
|
384
384
|
} & (abstract new (...args: any[]) => {
|
385
|
-
"__#
|
385
|
+
"__#21019@#disabled": boolean;
|
386
386
|
disabled: boolean;
|
387
|
-
"__#
|
387
|
+
"__#21019@#tabIndex": number;
|
388
388
|
tabIndex: number;
|
389
389
|
onFocus: import("@angular/core").EventEmitter<import("dist/libs/components/common").AXFocusEvent>;
|
390
390
|
_emitOnFocusEvent(e: FocusEvent): void;
|
@@ -393,9 +393,9 @@ export declare const AXBaseTextBoxMixin: {
|
|
393
393
|
focus(): void;
|
394
394
|
hasFocus(): boolean;
|
395
395
|
id: string;
|
396
|
-
"__#
|
396
|
+
"__#21016@#rtl": boolean;
|
397
397
|
rtl: boolean;
|
398
|
-
"__#
|
398
|
+
"__#21016@#elementRef": import("@angular/core").ElementRef<any>;
|
399
399
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
400
400
|
_isInited: boolean;
|
401
401
|
_isRendered: boolean;
|
@@ -419,17 +419,17 @@ export declare const AXBaseTextBoxMixin: {
|
|
419
419
|
onValueChanged: import("@angular/core").EventEmitter<import("dist/libs/components/common").AXValueChangedEvent<any>>;
|
420
420
|
valueChange: import("@angular/core").EventEmitter<any>;
|
421
421
|
stateChange: import("@angular/core").EventEmitter<import("./base-components.class").AXComponentState>;
|
422
|
-
"__#
|
422
|
+
"__#21020@#readonly": boolean;
|
423
423
|
readonly: boolean;
|
424
|
-
"__#
|
424
|
+
"__#21020@#allowNull": boolean;
|
425
425
|
allowNull: boolean;
|
426
|
-
"__#
|
426
|
+
"__#21020@#name": string;
|
427
427
|
name: string;
|
428
|
-
"__#
|
428
|
+
"__#21020@#isUserInteraction": boolean;
|
429
429
|
readonly isUserInteraction: boolean;
|
430
|
-
"__#
|
430
|
+
"__#21020@#value": any;
|
431
431
|
value: any;
|
432
|
-
"__#
|
432
|
+
"__#21020@#state": import("./base-components.class").AXComponentState;
|
433
433
|
state: import("./base-components.class").AXComponentState;
|
434
434
|
_emitOnValueChangedEvent(oldValue?: any, newValue?: any): void;
|
435
435
|
_internalSetValue(value: any): any;
|
@@ -447,9 +447,9 @@ export declare const AXBaseTextBoxMixin: {
|
|
447
447
|
validate(): Promise<any>;
|
448
448
|
_setState(state: import("./base-components.class").AXComponentState, ...args: any[]): void;
|
449
449
|
id: string;
|
450
|
-
"__#
|
450
|
+
"__#21016@#rtl": boolean;
|
451
451
|
rtl: boolean;
|
452
|
-
"__#
|
452
|
+
"__#21016@#elementRef": import("@angular/core").ElementRef<any>;
|
453
453
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
454
454
|
_isInited: boolean;
|
455
455
|
_isRendered: boolean;
|
@@ -479,9 +479,9 @@ export declare const AXBaseTextBoxMixin: {
|
|
479
479
|
_emitOnKeyupEvent(e: KeyboardEvent): void;
|
480
480
|
_emitOnKeypressEvent(e: KeyboardEvent): void;
|
481
481
|
id: string;
|
482
|
-
"__#
|
482
|
+
"__#21016@#rtl": boolean;
|
483
483
|
rtl: boolean;
|
484
|
-
"__#
|
484
|
+
"__#21016@#elementRef": import("@angular/core").ElementRef<any>;
|
485
485
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
486
486
|
_isInited: boolean;
|
487
487
|
_isRendered: boolean;
|
@@ -510,9 +510,9 @@ export declare const AXBaseDropdownMixin: {
|
|
510
510
|
size: import("./base-components.class").AXElementSize;
|
511
511
|
_onInternalInit(): void;
|
512
512
|
id: string;
|
513
|
-
"__#
|
513
|
+
"__#21016@#rtl": boolean;
|
514
514
|
rtl: boolean;
|
515
|
-
"__#
|
515
|
+
"__#21016@#elementRef": import("@angular/core").ElementRef<any>;
|
516
516
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
517
517
|
_isInited: boolean;
|
518
518
|
_isRendered: boolean;
|
@@ -532,9 +532,9 @@ export declare const AXBaseDropdownMixin: {
|
|
532
532
|
_setOption(option: import("./base-components.class").AXComponentSetOption): void;
|
533
533
|
};
|
534
534
|
} & (abstract new (...args: any[]) => {
|
535
|
-
"__#
|
535
|
+
"__#21019@#disabled": boolean;
|
536
536
|
disabled: boolean;
|
537
|
-
"__#
|
537
|
+
"__#21019@#tabIndex": number;
|
538
538
|
tabIndex: number;
|
539
539
|
onFocus: import("@angular/core").EventEmitter<import("dist/libs/components/common").AXFocusEvent>;
|
540
540
|
_emitOnFocusEvent(e: FocusEvent): void;
|
@@ -543,9 +543,9 @@ export declare const AXBaseDropdownMixin: {
|
|
543
543
|
focus(): void;
|
544
544
|
hasFocus(): boolean;
|
545
545
|
id: string;
|
546
|
-
"__#
|
546
|
+
"__#21016@#rtl": boolean;
|
547
547
|
rtl: boolean;
|
548
|
-
"__#
|
548
|
+
"__#21016@#elementRef": import("@angular/core").ElementRef<any>;
|
549
549
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
550
550
|
_isInited: boolean;
|
551
551
|
_isRendered: boolean;
|
@@ -579,9 +579,9 @@ export declare const AXBaseDropdownMixin: {
|
|
579
579
|
open(): void;
|
580
580
|
readonly isOpen: boolean;
|
581
581
|
id: string;
|
582
|
-
"__#
|
582
|
+
"__#21016@#rtl": boolean;
|
583
583
|
rtl: boolean;
|
584
|
-
"__#
|
584
|
+
"__#21016@#elementRef": import("@angular/core").ElementRef<any>;
|
585
585
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
586
586
|
_isInited: boolean;
|
587
587
|
_isRendered: boolean;
|
@@ -603,8 +603,8 @@ export declare const AXBaseMenuMixin: {
|
|
603
603
|
new (...args: any[]): {
|
604
604
|
textField: string;
|
605
605
|
valueField: string;
|
606
|
-
"__#
|
607
|
-
"__#
|
606
|
+
"__#21017@#isLoading": boolean;
|
607
|
+
"__#21017@#loadedItems": any[];
|
608
608
|
visibleField: string;
|
609
609
|
disableField: string;
|
610
610
|
hasChildField: string;
|
@@ -613,7 +613,7 @@ export declare const AXBaseMenuMixin: {
|
|
613
613
|
displayMode: "horizontal" | "vertical" | "sidemenu";
|
614
614
|
dividerField: string;
|
615
615
|
onMenuItemClick: import("@angular/core").EventEmitter<import("dist/libs/components/common").AXItemClickEvent<any>>;
|
616
|
-
"__#
|
616
|
+
"__#21017@#items": any;
|
617
617
|
items: any;
|
618
618
|
readonly displayItems: any;
|
619
619
|
readonly isLoading: boolean;
|
@@ -624,9 +624,9 @@ export declare const AXBaseMenuMixin: {
|
|
624
624
|
_getItemDisplayTextTemplte(item: any): any;
|
625
625
|
refresh(): void;
|
626
626
|
id: string;
|
627
|
-
"__#
|
627
|
+
"__#21016@#rtl": boolean;
|
628
628
|
rtl: boolean;
|
629
|
-
"__#
|
629
|
+
"__#21016@#elementRef": import("@angular/core").ElementRef<any>;
|
630
630
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
631
631
|
_isInited: boolean;
|
632
632
|
_isRendered: boolean;
|
@@ -655,9 +655,9 @@ export declare const AXAvatarMixin: {
|
|
655
655
|
_look?: import("dist/libs/components/common").AXStyleLookType;
|
656
656
|
look: import("dist/libs/components/common").AXStyleLookType;
|
657
657
|
id: string;
|
658
|
-
"__#
|
658
|
+
"__#21016@#rtl": boolean;
|
659
659
|
rtl: boolean;
|
660
|
-
"__#
|
660
|
+
"__#21016@#elementRef": import("@angular/core").ElementRef<any>;
|
661
661
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
662
662
|
_isInited: boolean;
|
663
663
|
_isRendered: boolean;
|
@@ -1,11 +1,11 @@
|
|
1
|
-
import { AXBaseComponent } from
|
2
|
-
import { Constructor } from
|
1
|
+
import { AXBaseComponent } from './base-components.class';
|
2
|
+
import { Constructor } from './constratctor';
|
3
3
|
export declare function _PageComponenetMixin<TBase extends Constructor<AXBaseComponent>>(Base: TBase): {
|
4
4
|
new (...args: any[]): {
|
5
5
|
id: string;
|
6
|
-
"__#
|
6
|
+
"__#21016@#rtl": boolean;
|
7
7
|
rtl: boolean;
|
8
|
-
"__#
|
8
|
+
"__#21016@#elementRef": import("@angular/core").ElementRef<any>;
|
9
9
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
10
10
|
_isInited: boolean;
|
11
11
|
_isRendered: boolean;
|
@@ -1,5 +1,5 @@
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
2
1
|
import { AXSelectionValueChangedEvent } from '@acorex/components/common';
|
2
|
+
import { EventEmitter } from '@angular/core';
|
3
3
|
import { AXBaseComponent } from './base-components.class';
|
4
4
|
import { Constructor } from './constratctor';
|
5
5
|
export declare function _SelectionComponenetMixin<TBase extends Constructor<AXBaseComponent>>(Base: TBase): {
|
@@ -35,9 +35,9 @@ export declare function _SelectionComponenetMixin<TBase extends Constructor<AXBa
|
|
35
35
|
isItemSelected(item: any): boolean;
|
36
36
|
isItemDisabled(item: any): boolean;
|
37
37
|
id: string;
|
38
|
-
"__#
|
38
|
+
"__#21016@#rtl": boolean;
|
39
39
|
rtl: boolean;
|
40
|
-
"__#
|
40
|
+
"__#21016@#elementRef": import("@angular/core").ElementRef<any>;
|
41
41
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
42
42
|
_isInited: boolean;
|
43
43
|
_isRendered: boolean;
|
@@ -8,9 +8,9 @@ export declare function _SizableComponenetMixin<TBase extends Constructor<AXBase
|
|
8
8
|
size: AXElementSize;
|
9
9
|
_onInternalInit(): void;
|
10
10
|
id: string;
|
11
|
-
"__#
|
11
|
+
"__#21016@#rtl": boolean;
|
12
12
|
rtl: boolean;
|
13
|
-
"__#
|
13
|
+
"__#21016@#elementRef": import("@angular/core").ElementRef<any>;
|
14
14
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
15
15
|
_isInited: boolean;
|
16
16
|
_isRendered: boolean;
|
@@ -1,47 +1,47 @@
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
2
1
|
import { AXHtmlEvent } from '@acorex/components/common';
|
2
|
+
import { EventEmitter } from '@angular/core';
|
3
3
|
import { AXBaseComponent } from './base-components.class';
|
4
4
|
import { Constructor } from './constratctor';
|
5
5
|
export declare function _TextboxComponenetMixin<TBase extends Constructor<AXBaseComponent>>(Base: TBase): {
|
6
6
|
new (...args: any[]): {
|
7
7
|
/**
|
8
|
-
|
9
|
-
|
8
|
+
* A string value that specifies the type of text box.
|
9
|
+
*/
|
10
10
|
type: string;
|
11
11
|
/**
|
12
|
-
|
13
|
-
|
12
|
+
* A string value that specifies the placeholder of text box.
|
13
|
+
*/
|
14
14
|
placeholder: string;
|
15
15
|
/**
|
16
|
-
|
17
|
-
|
16
|
+
* A number value that specifies the maximum characters of text box.
|
17
|
+
*/
|
18
18
|
maxLength: number;
|
19
19
|
/**
|
20
|
-
|
21
|
-
|
20
|
+
* Specifies that autocomplete is on or off.
|
21
|
+
*/
|
22
22
|
autoComplete: string;
|
23
23
|
/**
|
24
|
-
|
25
|
-
|
26
|
-
|
24
|
+
* Fires each time the user press a key.
|
25
|
+
* @event
|
26
|
+
*/
|
27
27
|
onKeyDown: EventEmitter<AXHtmlEvent<KeyboardEvent>>;
|
28
28
|
/**
|
29
|
-
|
30
|
-
|
31
|
-
|
29
|
+
* Fires each time the user press a key.
|
30
|
+
* @event
|
31
|
+
*/
|
32
32
|
onKeyUp: EventEmitter<AXHtmlEvent<KeyboardEvent>>;
|
33
33
|
/**
|
34
|
-
|
35
|
-
|
36
|
-
|
34
|
+
* Fires each time the user press a key.
|
35
|
+
* @event
|
36
|
+
*/
|
37
37
|
onKeyPress: EventEmitter<AXHtmlEvent<KeyboardEvent>>;
|
38
38
|
_emitOnKeydownEvent(e: KeyboardEvent): void;
|
39
39
|
_emitOnKeyupEvent(e: KeyboardEvent): void;
|
40
40
|
_emitOnKeypressEvent(e: KeyboardEvent): void;
|
41
41
|
id: string;
|
42
|
-
"__#
|
42
|
+
"__#21016@#rtl": boolean;
|
43
43
|
rtl: boolean;
|
44
|
-
"__#
|
44
|
+
"__#21016@#elementRef": import("@angular/core").ElementRef<any>;
|
45
45
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
46
46
|
_isInited: boolean;
|
47
47
|
_isRendered: boolean;
|
@@ -1,7 +1,7 @@
|
|
1
|
+
import { AXValueChangedEvent } from '@acorex/components/common';
|
1
2
|
import { EventEmitter } from '@angular/core';
|
2
3
|
import { AXBaseComponent, AXComponentState } from './base-components.class';
|
3
4
|
import { Constructor } from './constratctor';
|
4
|
-
import { AXValueChangedEvent } from '@acorex/components/common';
|
5
5
|
export declare function _ValueComponenetMixin<TBase extends Constructor<AXBaseComponent>>(Base: TBase): {
|
6
6
|
new (...args: any[]): {
|
7
7
|
/**
|
@@ -11,20 +11,20 @@ export declare function _ValueComponenetMixin<TBase extends Constructor<AXBaseCo
|
|
11
11
|
onValueChanged: EventEmitter<AXValueChangedEvent<any>>;
|
12
12
|
valueChange: EventEmitter<any>;
|
13
13
|
stateChange: EventEmitter<AXComponentState>;
|
14
|
-
"__#
|
14
|
+
"__#21020@#readonly": boolean;
|
15
15
|
/**
|
16
16
|
* If set to true, user cannot change the value of component.
|
17
17
|
*/
|
18
18
|
readonly: boolean;
|
19
|
-
"__#
|
19
|
+
"__#21020@#allowNull": boolean;
|
20
20
|
allowNull: boolean;
|
21
|
-
"__#
|
21
|
+
"__#21020@#name": string;
|
22
22
|
name: string;
|
23
|
-
"__#
|
23
|
+
"__#21020@#isUserInteraction": boolean;
|
24
24
|
readonly isUserInteraction: boolean;
|
25
|
-
"__#
|
25
|
+
"__#21020@#value": any;
|
26
26
|
value: any;
|
27
|
-
"__#
|
27
|
+
"__#21020@#state": AXComponentState;
|
28
28
|
state: AXComponentState;
|
29
29
|
_emitOnValueChangedEvent(oldValue?: any, newValue?: any): void;
|
30
30
|
_internalSetValue(value: any): any;
|
@@ -42,9 +42,9 @@ export declare function _ValueComponenetMixin<TBase extends Constructor<AXBaseCo
|
|
42
42
|
validate(): Promise<any>;
|
43
43
|
_setState(state: AXComponentState, ...args: any[]): void;
|
44
44
|
id: string;
|
45
|
-
"__#
|
45
|
+
"__#21016@#rtl": boolean;
|
46
46
|
rtl: boolean;
|
47
|
-
"__#
|
47
|
+
"__#21016@#elementRef": import("@angular/core").ElementRef<any>;
|
48
48
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
49
49
|
_isInited: boolean;
|
50
50
|
_isRendered: boolean;
|
package/notification/index.d.ts
CHANGED
@@ -1,5 +1,5 @@
|
|
1
|
-
export * from './lib/notification.config';
|
2
1
|
export * from './lib/notification.class';
|
3
2
|
export * from './lib/notification.component';
|
3
|
+
export * from './lib/notification.config';
|
4
4
|
export * from './lib/notification.module';
|
5
5
|
export * from './lib/notification.service';
|
@@ -1,6 +1,6 @@
|
|
1
|
-
import { AXLocation, AXStyleColorType, AXStyleLookType } from
|
2
|
-
import {
|
3
|
-
import {
|
1
|
+
import { AXLocation, AXStyleColorType, AXStyleLookType } from '@acorex/components/common';
|
2
|
+
import { ComponentType } from '@angular/cdk/portal';
|
3
|
+
import { TemplateRef } from '@angular/core';
|
4
4
|
export type AXNotificationContentType = string | TemplateRef<unknown> | ComponentType<unknown>;
|
5
5
|
export interface AXNotificationButtonItem {
|
6
6
|
color?: AXStyleColorType;
|