@acorex/components 7.2.7 → 7.3.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.class.d.ts +31 -0
- package/action-sheet/lib/action-sheet.component.d.ts +12 -13
- package/action-sheet/lib/action-sheet.module.d.ts +2 -1
- package/action-sheet/lib/action-sheet.service.d.ts +4 -8
- package/alert/lib/alert.component.d.ts +12 -11
- package/button/lib/button-group.component.d.ts +6 -6
- package/button/lib/button-item.class.d.ts +6 -2
- package/button/lib/button-item.component.d.ts +6 -6
- package/button/lib/button.component.d.ts +5 -3
- package/calendar/lib/calendar.component.d.ts +2 -1
- package/check-box/README.md +3 -0
- package/check-box/index.d.ts +2 -0
- package/check-box/lib/check-box.component.d.ts +14 -0
- package/{checkbox/lib/checkbox.module.d.ts → check-box/lib/check-box.module.d.ts} +1 -1
- package/chips/lib/chips.component.d.ts +2 -2
- package/color-palette/lib/color-palette-input.component.d.ts +10 -7
- package/color-palette/lib/color-palette-picker.component.d.ts +10 -5
- package/color-palette/lib/color-palette-preview.component.d.ts +8 -4
- package/color-palette/lib/color-palette-swatches.component.d.ts +9 -6
- package/color-palette/lib/color-palette.class.d.ts +12 -6
- package/color-palette/lib/color-palette.component.d.ts +3 -15
- package/color-palette/lib/color-palette.module.d.ts +9 -8
- package/color-picker/lib/color-picker.component.d.ts +17 -24
- package/color-picker/lib/color-picker.module.d.ts +1 -1
- package/common/index.d.ts +3 -1
- package/common/lib/classes/components.class.d.ts +12 -2
- package/common/lib/classes/datalist.class.d.ts +11 -0
- package/common/lib/common.module.d.ts +3 -4
- package/common/lib/components/base-component.class.d.ts +13 -5
- package/common/lib/components/input-base-value-component.class.d.ts +27 -0
- package/common/lib/components/interactive-component.class.d.ts +7 -0
- package/common/lib/components/value-component.class.d.ts +22 -8
- package/common/lib/directives/auto-focus.directive.d.ts +6 -5
- package/common/lib/directives/delayed-value-changed.directive.d.ts +17 -0
- package/common/lib/services/dom.service.d.ts +6 -0
- package/data-pager/lib/data-pager-base.component.d.ts +18 -13
- package/data-pager/lib/data-pager-info.component.d.ts +3 -9
- package/data-pager/lib/data-pager-input-selector.component.d.ts +5 -9
- package/data-pager/lib/data-pager-next-buttons.components.d.ts +2 -8
- package/data-pager/lib/data-pager-numeric-selector.component.d.ts +2 -7
- package/data-pager/lib/data-pager-pagesize-dropdown.component.d.ts +2 -6
- package/data-pager/lib/data-pager-prev-buttons.component.d.ts +2 -7
- package/data-pager/lib/data-pager.component.d.ts +17 -18
- package/data-pager/lib/data-pager.module.d.ts +6 -5
- package/data-table/index.d.ts +0 -1
- package/data-table/lib/data-column.directive.d.ts +3 -8
- package/data-table/lib/data-table.component.d.ts +6 -7
- package/data-table/lib/data-table.module.d.ts +6 -7
- package/date-picker/lib/datepicker.component.d.ts +7 -6
- package/date-picker/lib/datepicker.module.d.ts +1 -1
- package/decorators/index.d.ts +2 -12
- package/decorators/lib/clear-button.component.d.ts +13 -0
- package/decorators/lib/close-button.component.d.ts +5 -8
- package/decorators/lib/decorators.module.d.ts +6 -15
- package/decorators/lib/generic-content.component.d.ts +6 -0
- package/decorators/lib/icon.component.d.ts +2 -4
- package/dialog/lib/dialog.class.d.ts +11 -3
- package/dialog/lib/dialog.component.d.ts +15 -11
- package/dialog/lib/dialog.module.d.ts +4 -3
- package/dialog/lib/dialog.service.d.ts +4 -12
- package/drawer/lib/drawer-container.component.d.ts +2 -5
- package/drawer/lib/drawer.component.d.ts +6 -7
- package/esm2022/acorex-components.mjs +1 -1
- package/esm2022/action-sheet/index.mjs +2 -2
- package/esm2022/action-sheet/lib/action-sheet.class.mjs +2 -0
- package/esm2022/action-sheet/lib/action-sheet.component.mjs +50 -38
- package/esm2022/action-sheet/lib/action-sheet.module.mjs +11 -7
- package/esm2022/action-sheet/lib/action-sheet.service.mjs +32 -72
- package/esm2022/alert/lib/alert.component.mjs +19 -20
- package/esm2022/alert/lib/alert.module.mjs +7 -7
- 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 +7 -7
- package/esm2022/badge/lib/badge.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-group.component.mjs +3 -3
- package/esm2022/button/lib/button-item.class.mjs +1 -1
- package/esm2022/button/lib/button-item.component.mjs +3 -3
- package/esm2022/button/lib/button.component.mjs +34 -17
- package/esm2022/button/lib/button.module.mjs +4 -4
- package/esm2022/calendar/lib/calendar-range.component.mjs +5 -5
- package/esm2022/calendar/lib/calendar.class.mjs +3 -3
- package/esm2022/calendar/lib/calendar.component.mjs +18 -15
- package/esm2022/calendar/lib/calendar.module.mjs +4 -4
- package/esm2022/check-box/acorex-components-check-box.mjs +5 -0
- package/esm2022/check-box/index.mjs +3 -0
- package/esm2022/check-box/lib/check-box.component.mjs +76 -0
- package/esm2022/check-box/lib/check-box.module.mjs +21 -0
- package/esm2022/chips/lib/chips.component.mjs +7 -6
- package/esm2022/chips/lib/chips.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-palette/lib/color-palette-input.component.mjs +64 -73
- package/esm2022/color-palette/lib/color-palette-picker.component.mjs +63 -58
- package/esm2022/color-palette/lib/color-palette-preview.component.mjs +30 -25
- package/esm2022/color-palette/lib/color-palette-swatches.component.mjs +32 -246
- package/esm2022/color-palette/lib/color-palette.class.mjs +229 -8
- package/esm2022/color-palette/lib/color-palette.component.mjs +32 -47
- package/esm2022/color-palette/lib/color-palette.module.mjs +10 -7
- package/esm2022/color-picker/lib/color-picker.component.mjs +12 -6
- package/esm2022/color-picker/lib/color-picker.module.mjs +6 -6
- package/esm2022/common/index.mjs +4 -2
- package/esm2022/common/lib/classes/components.class.mjs +26 -19
- package/esm2022/common/lib/classes/datalist.class.mjs +3 -0
- package/esm2022/common/lib/common.module.mjs +5 -10
- package/esm2022/common/lib/components/base-component.class.mjs +26 -13
- package/esm2022/common/lib/components/input-base-value-component.class.mjs +47 -0
- package/esm2022/common/lib/components/interactive-component.class.mjs +31 -4
- package/esm2022/common/lib/components/value-component.class.mjs +57 -33
- package/esm2022/common/lib/directives/auto-focus.directive.mjs +18 -11
- package/esm2022/common/lib/directives/delayed-value-changed.directive.mjs +49 -0
- 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/responsive.directive.mjs +3 -3
- package/esm2022/common/lib/services/custom-cdk-overlay.service.mjs +6 -6
- package/esm2022/common/lib/services/dom.service.mjs +16 -0
- package/esm2022/common/lib/services/hotkey.service.mjs +3 -3
- package/esm2022/common/lib/services/overlay.service.mjs +3 -3
- package/esm2022/context-menu/lib/context-menu.component.mjs +5 -5
- package/esm2022/context-menu/lib/context-menu.module.mjs +4 -4
- package/esm2022/data-pager/lib/data-pager-base.component.mjs +35 -21
- package/esm2022/data-pager/lib/data-pager-info.component.mjs +13 -26
- package/esm2022/data-pager/lib/data-pager-input-selector.component.mjs +27 -31
- package/esm2022/data-pager/lib/data-pager-next-buttons.components.mjs +19 -33
- package/esm2022/data-pager/lib/data-pager-numeric-selector.component.mjs +31 -38
- package/esm2022/data-pager/lib/data-pager-pagesize-dropdown.component.mjs +22 -31
- package/esm2022/data-pager/lib/data-pager-prev-buttons.component.mjs +19 -29
- package/esm2022/data-pager/lib/data-pager.component.mjs +66 -38
- package/esm2022/data-pager/lib/data-pager.module.mjs +8 -7
- package/esm2022/data-table/index.mjs +1 -2
- package/esm2022/data-table/lib/data-column.directive.mjs +7 -22
- package/esm2022/data-table/lib/data-table.component.mjs +30 -30
- package/esm2022/data-table/lib/data-table.module.mjs +6 -7
- package/esm2022/date-picker/lib/datepicker.component.mjs +19 -16
- package/esm2022/date-picker/lib/datepicker.module.mjs +6 -6
- package/esm2022/decorators/index.mjs +3 -13
- package/esm2022/decorators/lib/clear-button.component.mjs +58 -0
- package/esm2022/decorators/lib/close-button.component.mjs +16 -20
- package/esm2022/decorators/lib/decorators.module.mjs +13 -49
- package/esm2022/decorators/lib/generic-content.component.mjs +17 -0
- package/esm2022/decorators/lib/icon.component.mjs +8 -11
- package/esm2022/dialog/lib/dialog.class.mjs +1 -1
- package/esm2022/dialog/lib/dialog.component.mjs +41 -23
- package/esm2022/dialog/lib/dialog.module.mjs +10 -8
- package/esm2022/dialog/lib/dialog.service.mjs +41 -49
- package/esm2022/drawer/lib/drawer-container.component.mjs +9 -13
- package/esm2022/drawer/lib/drawer.component.mjs +23 -27
- package/esm2022/drawer/lib/drawer.module.mjs +4 -4
- package/esm2022/dropdown/lib/dropdown-panel.component.mjs +4 -4
- package/esm2022/dropdown/lib/dropdown.module.mjs +4 -4
- package/esm2022/form/lib/form-field.component.mjs +9 -12
- package/esm2022/form/lib/form.component.mjs +38 -42
- package/esm2022/form/lib/form.module.mjs +4 -4
- package/esm2022/form/lib/validation-rule.widget.mjs +24 -15
- package/esm2022/form/lib/validation-summary.component.mjs +15 -14
- package/esm2022/image/lib/image.component.mjs +13 -17
- package/esm2022/image/lib/image.module.mjs +4 -4
- package/esm2022/index.mjs +1 -1
- package/esm2022/label/lib/label.component.mjs +18 -18
- package/esm2022/label/lib/label.module.mjs +4 -4
- package/esm2022/loading/index.mjs +2 -1
- package/esm2022/loading/lib/loading-spinner.component.mjs +4 -5
- package/esm2022/loading/lib/loading.component.mjs +22 -25
- package/esm2022/loading/lib/loading.config.mjs +17 -0
- package/esm2022/loading/lib/loading.directive.mjs +4 -4
- package/esm2022/loading/lib/loading.module.mjs +6 -17
- package/esm2022/loading/lib/loading.service.mjs +4 -36
- package/esm2022/menu/lib/menu.component.mjs +26 -19
- package/esm2022/menu/lib/menu.module.mjs +4 -4
- package/esm2022/mixin/lib/base-components.class.mjs +3 -3
- package/esm2022/mixin/lib/base-menu-mixin.class.mjs +3 -3
- package/esm2022/mixin/lib/color-look-mixing.class.mjs +1 -1
- package/esm2022/notification/index.mjs +2 -1
- package/esm2022/notification/lib/notification.class.mjs +1 -1
- package/esm2022/notification/lib/notification.component.mjs +51 -35
- package/esm2022/notification/lib/notification.config.mjs +20 -0
- package/esm2022/notification/lib/notification.module.mjs +11 -7
- package/esm2022/notification/lib/notification.service.mjs +46 -59
- package/esm2022/number-box/lib/number-box.component.mjs +101 -90
- package/esm2022/number-box/lib/number-box.module.mjs +4 -4
- package/esm2022/otp/lib/otp.component.mjs +38 -48
- package/esm2022/otp/lib/otp.module.mjs +4 -4
- package/esm2022/page/lib/base-page.class.mjs +6 -6
- package/esm2022/page/lib/page.component.mjs +3 -3
- package/esm2022/page/lib/page.module.mjs +4 -4
- package/esm2022/password-box/lib/password-box.component.mjs +37 -25
- package/esm2022/password-box/lib/password-box.module.mjs +4 -4
- package/esm2022/popover/lib/dropdown-component.class.mjs +3 -3
- package/esm2022/popover/lib/popover.component.mjs +3 -3
- package/esm2022/popover/lib/popover.module.mjs +4 -4
- package/esm2022/popup/index.mjs +2 -1
- package/esm2022/popup/lib/popup.component.mjs +49 -69
- package/esm2022/popup/lib/popup.interface.mjs +2 -0
- package/esm2022/popup/lib/popup.module.mjs +27 -12
- package/esm2022/popup/lib/popup.service.mjs +31 -86
- package/esm2022/progress-bar/lib/progress-bar.component.mjs +3 -3
- package/esm2022/progress-bar/lib/progress-bar.module.mjs +4 -4
- package/esm2022/radio/lib/radio.component.mjs +4 -4
- package/esm2022/radio/lib/radio.module.mjs +4 -4
- package/esm2022/range-slider/lib/range-slider.component.mjs +27 -22
- package/esm2022/range-slider/lib/range-slider.module.mjs +7 -6
- package/esm2022/result/lib/result.component.mjs +3 -3
- package/esm2022/result/lib/result.module.mjs +4 -4
- package/esm2022/scheduler/acorex-components-scheduler.mjs +5 -0
- package/esm2022/scheduler/index.mjs +4 -0
- package/esm2022/scheduler/lib/scheduler-month-view.component.mjs +45 -0
- package/esm2022/scheduler/lib/scheduler.component.mjs +30 -0
- package/esm2022/scheduler/lib/scheduler.module.mjs +26 -0
- package/esm2022/search-box/lib/search-box.component.mjs +35 -44
- package/esm2022/search-box/lib/search-box.module.mjs +28 -7
- package/esm2022/select-box/lib/select-box.component.mjs +11 -9
- package/esm2022/select-box/lib/select-box.module.mjs +7 -7
- package/esm2022/selection-list/lib/selection-list.component.mjs +3 -3
- package/esm2022/selection-list/lib/selection-list.module.mjs +6 -6
- package/esm2022/switch/lib/switch-content.component.mjs +3 -3
- package/esm2022/switch/lib/switch.component.mjs +27 -24
- package/esm2022/switch/lib/switch.module.mjs +4 -4
- package/esm2022/tabs/lib/tab-content.directive.mjs +3 -3
- package/esm2022/tabs/lib/tab-item.component.mjs +3 -3
- package/esm2022/tabs/lib/tabs.component.mjs +3 -3
- package/esm2022/tabs/lib/tabs.module.mjs +4 -4
- package/esm2022/tag/lib/tag.component.mjs +3 -3
- package/esm2022/tag/lib/tag.module.mjs +4 -4
- package/esm2022/text-area/acorex-components-text-area.mjs +5 -0
- package/esm2022/text-area/index.mjs +3 -0
- package/esm2022/text-area/lib/text-area.component.mjs +36 -0
- package/esm2022/text-area/lib/text-area.module.mjs +19 -0
- package/esm2022/{checkbox/acorex-components-checkbox.mjs → text-box/acorex-components-text-box.mjs} +1 -1
- package/esm2022/text-box/index.mjs +4 -0
- package/esm2022/text-box/lib/mask-options.directive.mjs +17 -0
- package/esm2022/text-box/lib/text-box.component.mjs +111 -0
- package/esm2022/text-box/lib/text-box.module.mjs +38 -0
- package/esm2022/time-box/lib/time-box.component.mjs +5 -5
- package/esm2022/time-box/lib/time-box.module.mjs +4 -4
- package/esm2022/toast/index.mjs +2 -1
- package/esm2022/toast/lib/toast.class.mjs +1 -1
- package/esm2022/toast/lib/toast.component.mjs +37 -25
- package/esm2022/toast/lib/toast.config.mjs +19 -0
- package/esm2022/toast/lib/toast.module.mjs +12 -8
- package/esm2022/toast/lib/toast.service.mjs +46 -55
- 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.component.mjs +3 -3
- package/esm2022/uploader/lib/uploader.module.mjs +4 -4
- package/fesm2022/acorex-components-action-sheet.mjs +99 -125
- package/fesm2022/acorex-components-action-sheet.mjs.map +1 -1
- package/fesm2022/acorex-components-alert.mjs +21 -22
- package/fesm2022/acorex-components-alert.mjs.map +1 -1
- package/fesm2022/acorex-components-avatar.mjs +10 -10
- package/fesm2022/acorex-components-badge.mjs +9 -9
- package/fesm2022/acorex-components-badge.mjs.map +1 -1
- package/fesm2022/acorex-components-breadcrumbs.mjs +10 -10
- package/fesm2022/acorex-components-button.mjs +41 -24
- package/fesm2022/acorex-components-button.mjs.map +1 -1
- package/fesm2022/acorex-components-calendar.mjs +28 -25
- package/fesm2022/acorex-components-calendar.mjs.map +1 -1
- package/fesm2022/acorex-components-check-box.mjs +100 -0
- package/fesm2022/acorex-components-check-box.mjs.map +1 -0
- package/fesm2022/acorex-components-chips.mjs +10 -9
- package/fesm2022/acorex-components-chips.mjs.map +1 -1
- package/fesm2022/acorex-components-collapse.mjs +10 -10
- package/fesm2022/acorex-components-color-palette.mjs +432 -437
- package/fesm2022/acorex-components-color-palette.mjs.map +1 -1
- package/fesm2022/acorex-components-color-picker.mjs +16 -10
- package/fesm2022/acorex-components-color-picker.mjs.map +1 -1
- package/fesm2022/acorex-components-common.mjs +282 -150
- package/fesm2022/acorex-components-common.mjs.map +1 -1
- package/fesm2022/acorex-components-context-menu.mjs +8 -8
- package/fesm2022/acorex-components-context-menu.mjs.map +1 -1
- package/fesm2022/acorex-components-data-pager.mjs +214 -228
- package/fesm2022/acorex-components-data-pager.mjs.map +1 -1
- package/fesm2022/acorex-components-data-table.mjs +41 -71
- package/fesm2022/acorex-components-data-table.mjs.map +1 -1
- package/fesm2022/acorex-components-date-picker.mjs +25 -22
- package/fesm2022/acorex-components-date-picker.mjs.map +1 -1
- package/fesm2022/acorex-components-decorators.mjs +80 -283
- package/fesm2022/acorex-components-decorators.mjs.map +1 -1
- package/fesm2022/acorex-components-dialog.mjs +97 -88
- package/fesm2022/acorex-components-dialog.mjs.map +1 -1
- package/fesm2022/acorex-components-drawer.mjs +31 -39
- package/fesm2022/acorex-components-drawer.mjs.map +1 -1
- package/fesm2022/acorex-components-dropdown.mjs +7 -7
- package/fesm2022/acorex-components-dropdown.mjs.map +1 -1
- package/fesm2022/acorex-components-form.mjs +80 -77
- package/fesm2022/acorex-components-form.mjs.map +1 -1
- package/fesm2022/acorex-components-image.mjs +15 -19
- package/fesm2022/acorex-components-image.mjs.map +1 -1
- package/fesm2022/acorex-components-label.mjs +21 -21
- package/fesm2022/acorex-components-label.mjs.map +1 -1
- package/fesm2022/acorex-components-loading.mjs +51 -83
- package/fesm2022/acorex-components-loading.mjs.map +1 -1
- package/fesm2022/acorex-components-menu.mjs +29 -22
- package/fesm2022/acorex-components-menu.mjs.map +1 -1
- package/fesm2022/acorex-components-mixin.mjs +4 -5
- package/fesm2022/acorex-components-mixin.mjs.map +1 -1
- package/fesm2022/acorex-components-notification.mjs +131 -107
- package/fesm2022/acorex-components-notification.mjs.map +1 -1
- package/fesm2022/acorex-components-number-box.mjs +106 -96
- package/fesm2022/acorex-components-number-box.mjs.map +1 -1
- package/fesm2022/acorex-components-otp.mjs +40 -50
- package/fesm2022/acorex-components-otp.mjs.map +1 -1
- package/fesm2022/acorex-components-page.mjs +12 -12
- package/fesm2022/acorex-components-page.mjs.map +1 -1
- package/fesm2022/acorex-components-password-box.mjs +41 -30
- package/fesm2022/acorex-components-password-box.mjs.map +1 -1
- package/fesm2022/acorex-components-popover.mjs +10 -10
- package/fesm2022/acorex-components-popup.mjs +107 -170
- package/fesm2022/acorex-components-popup.mjs.map +1 -1
- package/fesm2022/acorex-components-progress-bar.mjs +7 -7
- package/fesm2022/acorex-components-radio.mjs +8 -8
- package/fesm2022/acorex-components-radio.mjs.map +1 -1
- package/fesm2022/acorex-components-range-slider.mjs +31 -27
- package/fesm2022/acorex-components-range-slider.mjs.map +1 -1
- package/fesm2022/acorex-components-result.mjs +7 -7
- package/fesm2022/acorex-components-scheduler.mjs +98 -0
- package/fesm2022/acorex-components-scheduler.mjs.map +1 -0
- package/fesm2022/acorex-components-search-box.mjs +61 -49
- package/fesm2022/acorex-components-search-box.mjs.map +1 -1
- package/fesm2022/acorex-components-select-box.mjs +16 -14
- package/fesm2022/acorex-components-select-box.mjs.map +1 -1
- package/fesm2022/acorex-components-selection-list.mjs +8 -8
- package/fesm2022/acorex-components-selection-list.mjs.map +1 -1
- package/fesm2022/acorex-components-switch.mjs +33 -31
- package/fesm2022/acorex-components-switch.mjs.map +1 -1
- package/fesm2022/acorex-components-tabs.mjs +13 -13
- package/fesm2022/acorex-components-tag.mjs +7 -7
- package/fesm2022/acorex-components-text-area.mjs +59 -0
- package/fesm2022/acorex-components-text-area.mjs.map +1 -0
- package/fesm2022/{acorex-components-textbox.mjs → acorex-components-text-box.mjs} +49 -32
- package/fesm2022/acorex-components-text-box.mjs.map +1 -0
- package/fesm2022/acorex-components-time-box.mjs +8 -8
- package/fesm2022/acorex-components-time-box.mjs.map +1 -1
- package/fesm2022/acorex-components-toast.mjs +116 -94
- package/fesm2022/acorex-components-toast.mjs.map +1 -1
- package/fesm2022/acorex-components-tooltip.mjs +10 -10
- package/fesm2022/acorex-components-uploader.mjs +7 -7
- package/fesm2022/acorex-components.mjs.map +1 -1
- package/form/lib/form-field.component.d.ts +2 -4
- package/form/lib/form.component.d.ts +12 -17
- package/form/lib/validation-rule.widget.d.ts +9 -6
- package/form/lib/validation-summary.component.d.ts +7 -9
- package/image/lib/image.component.d.ts +7 -13
- package/label/lib/label.component.d.ts +4 -7
- package/loading/index.d.ts +1 -0
- package/loading/lib/loading.component.d.ts +9 -12
- package/loading/lib/loading.config.d.ts +8 -0
- package/loading/lib/loading.directive.d.ts +5 -5
- package/loading/lib/loading.module.d.ts +0 -1
- package/loading/lib/loading.service.d.ts +0 -18
- package/menu/lib/menu.component.d.ts +4 -2
- 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 +2 -2
- package/mixin/lib/color-look-mixing.class.d.ts +3 -3
- package/mixin/lib/datalist-component.class.d.ts +10 -10
- package/mixin/lib/dropdown-mixin.class.d.ts +2 -2
- package/mixin/lib/interactive-mixin.class.d.ts +4 -4
- package/mixin/lib/loading-mixin.class.d.ts +2 -2
- package/mixin/lib/mixin.class.d.ts +61 -61
- package/mixin/lib/page-component.class.d.ts +2 -2
- package/mixin/lib/selection-component.class.d.ts +2 -2
- package/mixin/lib/sizable-mixin.class.d.ts +2 -2
- package/mixin/lib/textbox-mixin.class.d.ts +2 -2
- package/mixin/lib/value-mixin.class.d.ts +8 -8
- package/notification/index.d.ts +1 -0
- package/notification/lib/notification.class.d.ts +29 -7
- package/notification/lib/notification.component.d.ts +13 -14
- package/notification/lib/notification.config.d.ts +13 -0
- package/notification/lib/notification.module.d.ts +4 -1
- package/notification/lib/notification.service.d.ts +5 -9
- package/number-box/lib/number-box.component.d.ts +12 -17
- package/otp/lib/otp.component.d.ts +7 -14
- package/package.json +36 -30
- package/page/lib/base-page.class.d.ts +2 -2
- package/password-box/lib/password-box.component.d.ts +8 -11
- package/popup/index.d.ts +1 -0
- package/popup/lib/popup.component.d.ts +14 -19
- package/popup/lib/popup.interface.d.ts +26 -0
- package/popup/lib/popup.module.d.ts +4 -4
- package/popup/lib/popup.service.d.ts +4 -25
- package/range-slider/lib/range-slider.component.d.ts +6 -14
- package/range-slider/lib/range-slider.module.d.ts +3 -2
- package/scheduler/README.md +3 -0
- package/scheduler/index.d.ts +3 -0
- package/scheduler/lib/scheduler-month-view.component.d.ts +20 -0
- package/scheduler/lib/scheduler.component.d.ts +11 -0
- package/scheduler/lib/scheduler.module.d.ts +13 -0
- package/search-box/lib/search-box.component.d.ts +8 -16
- package/search-box/lib/search-box.module.d.ts +7 -5
- package/select-box/lib/select-box.module.d.ts +2 -2
- package/selection-list/lib/selection-list.module.d.ts +1 -1
- package/switch/lib/switch.component.d.ts +10 -8
- package/tabs/lib/tab-item.component.d.ts +2 -2
- package/text-area/README.md +3 -0
- package/text-area/index.d.ts +2 -0
- package/text-area/lib/text-area.component.d.ts +11 -0
- package/text-area/lib/text-area.module.d.ts +9 -0
- package/text-box/README.md +3 -0
- package/text-box/index.d.ts +3 -0
- package/text-box/lib/text-box.component.d.ts +25 -0
- package/{textbox/lib/textbox.module.d.ts → text-box/lib/text-box.module.d.ts} +1 -1
- package/time-box/lib/time-box.component.d.ts +1 -1
- package/toast/index.d.ts +1 -0
- package/toast/lib/toast.class.d.ts +14 -5
- package/toast/lib/toast.component.d.ts +13 -12
- package/toast/lib/toast.config.d.ts +12 -0
- package/toast/lib/toast.module.d.ts +4 -1
- package/toast/lib/toast.service.d.ts +5 -9
- package/action-sheet/lib/action-sheet.interface.d.ts +0 -21
- package/checkbox/README.md +0 -3
- package/checkbox/index.d.ts +0 -2
- package/checkbox/lib/checkbox.component.d.ts +0 -17
- package/common/lib/directives/debounce-time.directive.d.ts +0 -17
- package/data-table/lib/data-column-cell-template.directive.d.ts +0 -8
- package/decorators/lib/content.component.d.ts +0 -9
- package/decorators/lib/divider.component.d.ts +0 -5
- package/decorators/lib/footer.component.d.ts +0 -9
- package/decorators/lib/form-hint.component.d.ts +0 -8
- package/decorators/lib/header.component.d.ts +0 -9
- package/decorators/lib/overlay.component.d.ts +0 -6
- package/decorators/lib/placeholder.component.d.ts +0 -5
- package/decorators/lib/prefix.component.d.ts +0 -9
- package/decorators/lib/sub-title.component.d.ts +0 -9
- package/decorators/lib/suffix.component.d.ts +0 -9
- package/decorators/lib/text.component.d.ts +0 -9
- package/decorators/lib/title.component.d.ts +0 -8
- package/esm2022/action-sheet/lib/action-sheet.interface.mjs +0 -2
- package/esm2022/checkbox/index.mjs +0 -3
- package/esm2022/checkbox/lib/checkbox.component.mjs +0 -49
- package/esm2022/checkbox/lib/checkbox.module.mjs +0 -21
- package/esm2022/common/lib/directives/debounce-time.directive.mjs +0 -48
- package/esm2022/data-table/lib/data-column-cell-template.directive.mjs +0 -17
- package/esm2022/decorators/lib/content.component.mjs +0 -26
- package/esm2022/decorators/lib/divider.component.mjs +0 -17
- package/esm2022/decorators/lib/footer.component.mjs +0 -26
- package/esm2022/decorators/lib/form-hint.component.mjs +0 -20
- package/esm2022/decorators/lib/header.component.mjs +0 -26
- package/esm2022/decorators/lib/overlay.component.mjs +0 -22
- package/esm2022/decorators/lib/placeholder.component.mjs +0 -14
- package/esm2022/decorators/lib/prefix.component.mjs +0 -26
- package/esm2022/decorators/lib/sub-title.component.mjs +0 -26
- package/esm2022/decorators/lib/suffix.component.mjs +0 -26
- package/esm2022/decorators/lib/text.component.mjs +0 -21
- package/esm2022/decorators/lib/title.component.mjs +0 -20
- package/esm2022/textarea/acorex-components-textarea.mjs +0 -5
- package/esm2022/textarea/index.mjs +0 -3
- package/esm2022/textarea/lib/textarea.component.mjs +0 -37
- package/esm2022/textarea/lib/textarea.module.mjs +0 -19
- package/esm2022/textbox/acorex-components-textbox.mjs +0 -5
- package/esm2022/textbox/index.mjs +0 -4
- package/esm2022/textbox/lib/mask-options.directive.mjs +0 -17
- package/esm2022/textbox/lib/textbox.component.mjs +0 -93
- package/esm2022/textbox/lib/textbox.module.mjs +0 -38
- package/fesm2022/acorex-components-checkbox.mjs +0 -74
- package/fesm2022/acorex-components-checkbox.mjs.map +0 -1
- package/fesm2022/acorex-components-textarea.mjs +0 -60
- package/fesm2022/acorex-components-textarea.mjs.map +0 -1
- package/fesm2022/acorex-components-textbox.mjs.map +0 -1
- package/textarea/README.md +0 -3
- package/textarea/index.d.ts +0 -2
- package/textarea/lib/textarea.component.d.ts +0 -14
- package/textarea/lib/textarea.module.d.ts +0 -9
- package/textbox/README.md +0 -3
- package/textbox/index.d.ts +0 -3
- package/textbox/lib/textbox.component.d.ts +0 -27
- /package/{textbox → text-box}/lib/mask-options.directive.d.ts +0 -0
@@ -2,9 +2,9 @@ import { AXBaseComponent } from "./base-components.class";
|
|
2
2
|
export declare const AXBaseComponentMixin: {
|
3
3
|
new (...args: any[]): {
|
4
4
|
id: string;
|
5
|
-
"__#
|
5
|
+
"__#5212@#rtl": boolean;
|
6
6
|
rtl: boolean;
|
7
|
-
"__#
|
7
|
+
"__#5212@#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
|
+
"__#5212@#rtl": boolean;
|
34
34
|
rtl: boolean;
|
35
|
-
"__#
|
35
|
+
"__#5212@#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
|
+
"__#5212@#rtl": boolean;
|
58
58
|
rtl: boolean;
|
59
|
-
"__#
|
59
|
+
"__#5212@#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
|
+
"__#5212@#rtl": boolean;
|
86
86
|
rtl: boolean;
|
87
|
-
"__#
|
87
|
+
"__#5212@#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
|
+
"__#5215@#disabled": boolean;
|
108
108
|
disabled: boolean;
|
109
|
-
"__#
|
109
|
+
"__#5215@#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
|
+
"__#5212@#rtl": boolean;
|
119
119
|
rtl: boolean;
|
120
|
-
"__#
|
120
|
+
"__#5212@#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
|
+
"__#5215@#disabled": boolean;
|
142
142
|
disabled: boolean;
|
143
|
-
"__#
|
143
|
+
"__#5215@#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
|
+
"__#5212@#rtl": boolean;
|
153
153
|
rtl: boolean;
|
154
|
-
"__#
|
154
|
+
"__#5212@#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
|
+
"__#5212@#rtl": boolean;
|
179
179
|
rtl: boolean;
|
180
|
-
"__#
|
180
|
+
"__#5212@#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
|
+
"__#5212@#rtl": boolean;
|
207
207
|
rtl: boolean;
|
208
|
-
"__#
|
208
|
+
"__#5212@#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
|
+
"__#5215@#disabled": boolean;
|
229
229
|
disabled: boolean;
|
230
|
-
"__#
|
230
|
+
"__#5215@#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
|
+
"__#5212@#rtl": boolean;
|
240
240
|
rtl: boolean;
|
241
|
-
"__#
|
241
|
+
"__#5212@#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
|
+
"__#5212@#rtl": boolean;
|
266
266
|
rtl: boolean;
|
267
|
-
"__#
|
267
|
+
"__#5212@#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
|
+
"__#5212@#rtl": boolean;
|
297
297
|
rtl: boolean;
|
298
|
-
"__#
|
298
|
+
"__#5212@#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
|
+
"__#5212@#rtl": boolean;
|
335
335
|
rtl: boolean;
|
336
|
-
"__#
|
336
|
+
"__#5212@#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
|
+
"__#5212@#rtl": boolean;
|
364
364
|
rtl: boolean;
|
365
|
-
"__#
|
365
|
+
"__#5212@#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
|
+
"__#5215@#disabled": boolean;
|
386
386
|
disabled: boolean;
|
387
|
-
"__#
|
387
|
+
"__#5215@#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
|
+
"__#5212@#rtl": boolean;
|
397
397
|
rtl: boolean;
|
398
|
-
"__#
|
398
|
+
"__#5212@#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
|
+
"__#5216@#readonly": boolean;
|
423
423
|
readonly: boolean;
|
424
|
-
"__#
|
424
|
+
"__#5216@#allowNull": boolean;
|
425
425
|
allowNull: boolean;
|
426
|
-
"__#
|
426
|
+
"__#5216@#name": string;
|
427
427
|
name: string;
|
428
|
-
"__#
|
428
|
+
"__#5216@#isUserInteraction": boolean;
|
429
429
|
readonly isUserInteraction: boolean;
|
430
|
-
"__#
|
430
|
+
"__#5216@#value": any;
|
431
431
|
value: any;
|
432
|
-
"__#
|
432
|
+
"__#5216@#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
|
+
"__#5212@#rtl": boolean;
|
451
451
|
rtl: boolean;
|
452
|
-
"__#
|
452
|
+
"__#5212@#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
|
+
"__#5212@#rtl": boolean;
|
483
483
|
rtl: boolean;
|
484
|
-
"__#
|
484
|
+
"__#5212@#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
|
+
"__#5212@#rtl": boolean;
|
514
514
|
rtl: boolean;
|
515
|
-
"__#
|
515
|
+
"__#5212@#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
|
+
"__#5215@#disabled": boolean;
|
536
536
|
disabled: boolean;
|
537
|
-
"__#
|
537
|
+
"__#5215@#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
|
+
"__#5212@#rtl": boolean;
|
547
547
|
rtl: boolean;
|
548
|
-
"__#
|
548
|
+
"__#5212@#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
|
+
"__#5212@#rtl": boolean;
|
583
583
|
rtl: boolean;
|
584
|
-
"__#
|
584
|
+
"__#5212@#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
|
+
"__#5213@#isLoading": boolean;
|
607
|
+
"__#5213@#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
|
+
"__#5213@#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
|
+
"__#5212@#rtl": boolean;
|
628
628
|
rtl: boolean;
|
629
|
-
"__#
|
629
|
+
"__#5212@#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
|
+
"__#5212@#rtl": boolean;
|
659
659
|
rtl: boolean;
|
660
|
-
"__#
|
660
|
+
"__#5212@#elementRef": import("@angular/core").ElementRef<any>;
|
661
661
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
662
662
|
_isInited: boolean;
|
663
663
|
_isRendered: boolean;
|
@@ -3,9 +3,9 @@ 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
|
+
"__#5212@#rtl": boolean;
|
7
7
|
rtl: boolean;
|
8
|
-
"__#
|
8
|
+
"__#5212@#elementRef": import("@angular/core").ElementRef<any>;
|
9
9
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
10
10
|
_isInited: boolean;
|
11
11
|
_isRendered: boolean;
|
@@ -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
|
+
"__#5212@#rtl": boolean;
|
39
39
|
rtl: boolean;
|
40
|
-
"__#
|
40
|
+
"__#5212@#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
|
+
"__#5212@#rtl": boolean;
|
12
12
|
rtl: boolean;
|
13
|
-
"__#
|
13
|
+
"__#5212@#elementRef": import("@angular/core").ElementRef<any>;
|
14
14
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
15
15
|
_isInited: boolean;
|
16
16
|
_isRendered: boolean;
|
@@ -39,9 +39,9 @@ export declare function _TextboxComponenetMixin<TBase extends Constructor<AXBase
|
|
39
39
|
_emitOnKeyupEvent(e: KeyboardEvent): void;
|
40
40
|
_emitOnKeypressEvent(e: KeyboardEvent): void;
|
41
41
|
id: string;
|
42
|
-
"__#
|
42
|
+
"__#5212@#rtl": boolean;
|
43
43
|
rtl: boolean;
|
44
|
-
"__#
|
44
|
+
"__#5212@#elementRef": import("@angular/core").ElementRef<any>;
|
45
45
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
46
46
|
_isInited: boolean;
|
47
47
|
_isRendered: boolean;
|
@@ -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
|
+
"__#5216@#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
|
+
"__#5216@#allowNull": boolean;
|
20
20
|
allowNull: boolean;
|
21
|
-
"__#
|
21
|
+
"__#5216@#name": string;
|
22
22
|
name: string;
|
23
|
-
"__#
|
23
|
+
"__#5216@#isUserInteraction": boolean;
|
24
24
|
readonly isUserInteraction: boolean;
|
25
|
-
"__#
|
25
|
+
"__#5216@#value": any;
|
26
26
|
value: any;
|
27
|
-
"__#
|
27
|
+
"__#5216@#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
|
+
"__#5212@#rtl": boolean;
|
46
46
|
rtl: boolean;
|
47
|
-
"__#
|
47
|
+
"__#5212@#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,17 +1,39 @@
|
|
1
1
|
import { AXLocation, AXStyleColorType, AXStyleLookType } from "@acorex/components/common";
|
2
|
-
import { AXButtonItem } from "@acorex/components/button";
|
3
2
|
import { TemplateRef } from "@angular/core";
|
4
|
-
|
3
|
+
import { ComponentType } from "@angular/cdk/portal";
|
4
|
+
export type AXNotificationContentType = string | TemplateRef<unknown> | ComponentType<unknown>;
|
5
|
+
export interface AXNotificationButtonItem {
|
6
|
+
color?: AXStyleColorType;
|
7
|
+
look?: AXStyleLookType;
|
8
|
+
text: string;
|
9
|
+
disabled?: boolean;
|
10
|
+
loading?: boolean;
|
11
|
+
onClick?: (e?: {
|
12
|
+
source: AXNotificationButtonItem;
|
13
|
+
handled?: boolean;
|
14
|
+
}) => void;
|
15
|
+
}
|
5
16
|
export interface AXNotificationOptions {
|
6
|
-
|
17
|
+
buttons?: AXNotificationButtonItem[];
|
7
18
|
icon?: string;
|
8
19
|
title?: string;
|
9
20
|
content?: AXNotificationContentType;
|
10
|
-
|
11
|
-
|
21
|
+
location: AXLocation;
|
22
|
+
closeButton?: boolean;
|
12
23
|
color: AXStyleColorType;
|
13
|
-
|
14
|
-
|
24
|
+
timeOut?: number;
|
25
|
+
timeOutProgress?: boolean;
|
26
|
+
}
|
27
|
+
export interface AXNotificationData {
|
28
|
+
buttons?: AXNotificationButtonItem[];
|
29
|
+
icon?: string;
|
30
|
+
title?: string;
|
31
|
+
content?: AXNotificationContentType;
|
32
|
+
location: AXLocation;
|
33
|
+
closeButton: boolean;
|
34
|
+
color: AXStyleColorType;
|
35
|
+
timeOut?: number;
|
36
|
+
timeOutProgress: boolean;
|
15
37
|
}
|
16
38
|
export interface AXNotificationRef {
|
17
39
|
close(): void;
|
@@ -1,30 +1,29 @@
|
|
1
|
-
import {
|
2
|
-
import { ElementRef, ChangeDetectorRef, ViewContainerRef } from '@angular/core';
|
3
|
-
import { AXBaseComponentMixin } from '@acorex/components/mixin';
|
4
|
-
import { AXNotificationOptions } from './notification.class';
|
1
|
+
import { AXComponentCloseEvent, MXBaseComponent } from '@acorex/components/common';
|
5
2
|
import { Portal } from '@angular/cdk/portal';
|
3
|
+
import { AXNotificationButtonItem, AXNotificationData } from './notification.class';
|
4
|
+
import { DialogRef } from '@angular/cdk/dialog';
|
6
5
|
import * as i0 from "@angular/core";
|
7
6
|
/**
|
8
7
|
* The Button is a component which detects user interaction and triggers a corresponding event
|
9
8
|
*
|
10
9
|
* @category Components
|
11
10
|
*/
|
12
|
-
export declare class AXNotificationComponent extends
|
13
|
-
|
14
|
-
|
15
|
-
_selectedPortal: Portal<
|
11
|
+
export declare class AXNotificationComponent extends MXBaseComponent {
|
12
|
+
config: AXNotificationData;
|
13
|
+
private dialogRef;
|
14
|
+
_selectedPortal: Portal<unknown>;
|
16
15
|
_icon: string;
|
17
|
-
close: () => void;
|
18
16
|
/**
|
19
|
-
|
20
|
-
|
21
|
-
constructor(
|
22
|
-
|
17
|
+
* @ignore
|
18
|
+
*/
|
19
|
+
constructor(config: AXNotificationData, dialogRef: DialogRef<AXComponentCloseEvent>);
|
20
|
+
ngOnInit(): void;
|
23
21
|
private _handleTimeOut;
|
24
22
|
private _initContent;
|
25
23
|
private _initIcon;
|
26
|
-
_handleButtonClick(button:
|
24
|
+
protected _handleButtonClick(button: AXNotificationButtonItem): void;
|
27
25
|
private get __hostClass();
|
26
|
+
close(): void;
|
28
27
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXNotificationComponent, never>;
|
29
28
|
static ɵcmp: i0.ɵɵComponentDeclaration<AXNotificationComponent, "ax-notification", never, {}, {}, never, never, false, never>;
|
30
29
|
}
|
@@ -0,0 +1,13 @@
|
|
1
|
+
import { InjectionToken } from '@angular/core';
|
2
|
+
import { AXLocation } from '@acorex/components/common';
|
3
|
+
export interface AXNotificationConfig {
|
4
|
+
gap: number;
|
5
|
+
timeOut: number;
|
6
|
+
timeOutProgress: boolean;
|
7
|
+
location: AXLocation;
|
8
|
+
closeButton: boolean;
|
9
|
+
}
|
10
|
+
export declare const AX_NOTIFICATION_CONFIG: InjectionToken<AXNotificationConfig>;
|
11
|
+
export declare const AXNotificationDefaultConfig: AXNotificationConfig;
|
12
|
+
export type PartialNotificationConfig = Partial<AXNotificationConfig>;
|
13
|
+
export declare function notificationConfig(config?: PartialNotificationConfig): AXNotificationConfig;
|
@@ -3,8 +3,11 @@ import * as i1 from "./notification.component";
|
|
3
3
|
import * as i2 from "@angular/common";
|
4
4
|
import * as i3 from "@angular/cdk/portal";
|
5
5
|
import * as i4 from "@acorex/components/button";
|
6
|
+
import * as i5 from "@angular/cdk/dialog";
|
7
|
+
import * as i6 from "@acorex/components/loading";
|
8
|
+
import * as i7 from "@acorex/components/decorators";
|
6
9
|
export declare class AXNotificationModule {
|
7
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXNotificationModule, never>;
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AXNotificationModule, [typeof i1.AXNotificationComponent], [typeof i2.CommonModule, typeof i3.PortalModule, typeof i4.AXButtonModule], [typeof i1.AXNotificationComponent]>;
|
11
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXNotificationModule, [typeof i1.AXNotificationComponent], [typeof i2.CommonModule, typeof i3.PortalModule, typeof i4.AXButtonModule, typeof i5.DialogModule, typeof i6.AXLoadingModule, typeof i7.AXDecoratorModule], [typeof i1.AXNotificationComponent]>;
|
9
12
|
static ɵinj: i0.ɵɵInjectorDeclaration<AXNotificationModule>;
|
10
13
|
}
|
@@ -1,15 +1,11 @@
|
|
1
|
-
import {
|
2
|
-
import { Injector } from '@angular/core';
|
3
|
-
import { AXNotificationOptions, AXNotificationRef } from './notification.class';
|
1
|
+
import { AXNotificationOptions as AXNotificationDisplayConfig, AXNotificationRef } from './notification.class';
|
4
2
|
import * as i0 from "@angular/core";
|
5
3
|
export declare class AXNotificationService {
|
6
|
-
private
|
7
|
-
private
|
8
|
-
|
9
|
-
constructor(overlayService: Overlay, parentInjector: Injector);
|
10
|
-
private _activeList;
|
11
|
-
show(options: AXNotificationOptions): AXNotificationRef;
|
4
|
+
private dialog;
|
5
|
+
private defaultConfig;
|
6
|
+
show(config: AXNotificationDisplayConfig): AXNotificationRef;
|
12
7
|
hideAll(): void;
|
8
|
+
private reposition;
|
13
9
|
private getPosition;
|
14
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXNotificationService, never>;
|
15
11
|
static ɵprov: i0.ɵɵInjectableDeclaration<AXNotificationService>;
|
@@ -1,14 +1,13 @@
|
|
1
|
+
import { ElementRef } from '@angular/core';
|
1
2
|
import { MaskedNumber } from 'imask';
|
2
|
-
import {
|
3
|
-
import { AXBaseTextBoxMixin, AXComponentOptionChanged } from '@acorex/components/mixin';
|
3
|
+
import { MXComponentOptionChanged, MXInputBaseValueComponent } from '@acorex/components/common';
|
4
4
|
import * as i0 from "@angular/core";
|
5
5
|
/**
|
6
6
|
* The NumberBox is a component which detects user interaction and triggers a corresponding event
|
7
7
|
*
|
8
8
|
* @category Components
|
9
9
|
*/
|
10
|
-
export declare class AXNumberBoxComponent extends
|
11
|
-
private cdr;
|
10
|
+
export declare class AXNumberBoxComponent extends MXInputBaseValueComponent<number> {
|
12
11
|
input: ElementRef<HTMLInputElement>;
|
13
12
|
private _thousandsSeparator;
|
14
13
|
/**
|
@@ -57,21 +56,17 @@ export declare class AXNumberBoxComponent extends AXBaseTextBoxMixin {
|
|
57
56
|
*/
|
58
57
|
_maskObj: MaskedNumber;
|
59
58
|
private _maskDirective;
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
constructor(elementRef: ElementRef, cdr: ChangeDetectorRef);
|
64
|
-
onViewInit(): void;
|
65
|
-
_onOptionChanged(option: AXComponentOptionChanged): void;
|
66
|
-
focus(): void;
|
59
|
+
ngAfterViewInit(): void;
|
60
|
+
internalOptionChanged(option: MXComponentOptionChanged): void;
|
61
|
+
internalSetValue(value: any): number;
|
67
62
|
private _updateMask;
|
63
|
+
_handleModelChange(value: number): void;
|
68
64
|
_handleOnKeydownEvent(e: KeyboardEvent): void;
|
69
65
|
_handleUpDownClick(v: -1 | 1): void;
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
decimalStepDown(): void;
|
66
|
+
stepUp(u?: boolean): void;
|
67
|
+
stepDown(u?: boolean): void;
|
68
|
+
decimalStepUp(u?: boolean): void;
|
69
|
+
decimalStepDown(u?: boolean): void;
|
75
70
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXNumberBoxComponent, never>;
|
76
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AXNumberBoxComponent, "ax-number-box", never, { "disabled": { "alias": "disabled"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "
|
71
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXNumberBoxComponent, "ax-number-box", never, { "disabled": { "alias": "disabled"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "value": { "alias": "value"; "required": false; }; "state": { "alias": "state"; "required": false; }; "name": { "alias": "name"; "required": false; }; "id": { "alias": "id"; "required": false; }; "thousandsSeparator": { "alias": "thousandsSeparator"; "required": false; }; "padDecimalZeros": { "alias": "padDecimalZeros"; "required": false; }; "step": { "alias": "step"; "required": false; }; "decimals": { "alias": "decimals"; "required": false; }; "decimalStep": { "alias": "decimalStep"; "required": false; }; "showSpinButtons": { "alias": "showSpinButtons"; "required": false; }; "minValue": { "alias": "minValue"; "required": false; }; "maxValue": { "alias": "maxValue"; "required": false; }; }, { "valueChange": "valueChange"; "stateChange": "stateChange"; "onValueChanged": "onValueChanged"; "onBlur": "onBlur"; "onFocus": "onFocus"; "readonlyChange": "readonlyChange"; "disabledChange": "disabledChange"; }, never, ["ax-prefix", "ax-clear-button", "ax-suffix", "ax-validation-rule"], false, never>;
|
77
72
|
}
|