@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
@@ -1,25 +1,18 @@
|
|
1
|
-
import {
|
2
|
-
import {
|
1
|
+
import { MXValueComponent } from '@acorex/components/common';
|
2
|
+
import { AfterViewInit, EventEmitter, OnInit } from '@angular/core';
|
3
3
|
import { AXOtpCompletedEvent } from './otp.class';
|
4
4
|
import * as i0 from "@angular/core";
|
5
|
-
declare
|
6
|
-
new (): MXValueComponent<string>;
|
7
|
-
ɵfac: unknown;
|
8
|
-
ɵprov: import("@angular/core").ɵɵInjectableDeclaration<MXValueComponent<any>>;
|
9
|
-
}, typeof MXInteractiveComponent]>;
|
10
|
-
export declare class AXOtpComponent extends AXOtpComponent_base {
|
11
|
-
private elementRef;
|
5
|
+
export declare class AXOtpComponent extends MXValueComponent<string> implements OnInit, AfterViewInit {
|
12
6
|
length: number;
|
13
7
|
inputs: number[];
|
14
8
|
onCompleted: EventEmitter<AXOtpCompletedEvent>;
|
15
|
-
_numbers: number[];
|
16
|
-
constructor(elementRef: ElementRef);
|
9
|
+
protected _numbers: number[];
|
17
10
|
ngOnInit(): void;
|
18
|
-
|
11
|
+
ngAfterViewInit(): void;
|
19
12
|
onInput(event: any, i: number): void;
|
20
13
|
onKeyDown(event: KeyboardEvent, i: number): void;
|
21
14
|
onPaste(event: any): void;
|
15
|
+
onClick(event: any, i: any): void;
|
22
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXOtpComponent, never>;
|
23
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AXOtpComponent, "ax-otp", never, { "length": { "alias": "length"; "required": false; }; }, { "onCompleted": "onCompleted"; }, never, never, false, never>;
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXOtpComponent, "ax-otp", never, { "state": { "alias": "state"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "length": { "alias": "length"; "required": false; }; }, { "stateChange": "stateChange"; "disabledChange": "disabledChange"; "onCompleted": "onCompleted"; }, never, never, false, never>;
|
24
18
|
}
|
25
|
-
export {};
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@acorex/components",
|
3
|
-
"version": "7.
|
3
|
+
"version": "7.3.1",
|
4
4
|
"sideEffects": false,
|
5
5
|
"module": "fesm2022/acorex-components.mjs",
|
6
6
|
"typings": "index.d.ts",
|
@@ -56,11 +56,11 @@
|
|
56
56
|
"esm": "./esm2022/calendar/acorex-components-calendar.mjs",
|
57
57
|
"default": "./fesm2022/acorex-components-calendar.mjs"
|
58
58
|
},
|
59
|
-
"./
|
60
|
-
"types": "./
|
61
|
-
"esm2022": "./esm2022/
|
62
|
-
"esm": "./esm2022/
|
63
|
-
"default": "./fesm2022/acorex-components-
|
59
|
+
"./check-box": {
|
60
|
+
"types": "./check-box/index.d.ts",
|
61
|
+
"esm2022": "./esm2022/check-box/acorex-components-check-box.mjs",
|
62
|
+
"esm": "./esm2022/check-box/acorex-components-check-box.mjs",
|
63
|
+
"default": "./fesm2022/acorex-components-check-box.mjs"
|
64
64
|
},
|
65
65
|
"./chips": {
|
66
66
|
"types": "./chips/index.d.ts",
|
@@ -92,12 +92,6 @@
|
|
92
92
|
"esm": "./esm2022/common/acorex-components-common.mjs",
|
93
93
|
"default": "./fesm2022/acorex-components-common.mjs"
|
94
94
|
},
|
95
|
-
"./context-menu": {
|
96
|
-
"types": "./context-menu/index.d.ts",
|
97
|
-
"esm2022": "./esm2022/context-menu/acorex-components-context-menu.mjs",
|
98
|
-
"esm": "./esm2022/context-menu/acorex-components-context-menu.mjs",
|
99
|
-
"default": "./fesm2022/acorex-components-context-menu.mjs"
|
100
|
-
},
|
101
95
|
"./data-pager": {
|
102
96
|
"types": "./data-pager/index.d.ts",
|
103
97
|
"esm2022": "./esm2022/data-pager/acorex-components-data-pager.mjs",
|
@@ -110,6 +104,12 @@
|
|
110
104
|
"esm": "./esm2022/data-table/acorex-components-data-table.mjs",
|
111
105
|
"default": "./fesm2022/acorex-components-data-table.mjs"
|
112
106
|
},
|
107
|
+
"./context-menu": {
|
108
|
+
"types": "./context-menu/index.d.ts",
|
109
|
+
"esm2022": "./esm2022/context-menu/acorex-components-context-menu.mjs",
|
110
|
+
"esm": "./esm2022/context-menu/acorex-components-context-menu.mjs",
|
111
|
+
"default": "./fesm2022/acorex-components-context-menu.mjs"
|
112
|
+
},
|
113
113
|
"./date-picker": {
|
114
114
|
"types": "./date-picker/index.d.ts",
|
115
115
|
"esm2022": "./esm2022/date-picker/acorex-components-date-picker.mjs",
|
@@ -242,6 +242,12 @@
|
|
242
242
|
"esm": "./esm2022/result/acorex-components-result.mjs",
|
243
243
|
"default": "./fesm2022/acorex-components-result.mjs"
|
244
244
|
},
|
245
|
+
"./scheduler": {
|
246
|
+
"types": "./scheduler/index.d.ts",
|
247
|
+
"esm2022": "./esm2022/scheduler/acorex-components-scheduler.mjs",
|
248
|
+
"esm": "./esm2022/scheduler/acorex-components-scheduler.mjs",
|
249
|
+
"default": "./fesm2022/acorex-components-scheduler.mjs"
|
250
|
+
},
|
245
251
|
"./search-box": {
|
246
252
|
"types": "./search-box/index.d.ts",
|
247
253
|
"esm2022": "./esm2022/search-box/acorex-components-search-box.mjs",
|
@@ -278,17 +284,17 @@
|
|
278
284
|
"esm": "./esm2022/tag/acorex-components-tag.mjs",
|
279
285
|
"default": "./fesm2022/acorex-components-tag.mjs"
|
280
286
|
},
|
281
|
-
"./
|
282
|
-
"types": "./
|
283
|
-
"esm2022": "./esm2022/
|
284
|
-
"esm": "./esm2022/
|
285
|
-
"default": "./fesm2022/acorex-components-
|
287
|
+
"./text-area": {
|
288
|
+
"types": "./text-area/index.d.ts",
|
289
|
+
"esm2022": "./esm2022/text-area/acorex-components-text-area.mjs",
|
290
|
+
"esm": "./esm2022/text-area/acorex-components-text-area.mjs",
|
291
|
+
"default": "./fesm2022/acorex-components-text-area.mjs"
|
286
292
|
},
|
287
|
-
"./
|
288
|
-
"types": "./
|
289
|
-
"esm2022": "./esm2022/
|
290
|
-
"esm": "./esm2022/
|
291
|
-
"default": "./fesm2022/acorex-components-
|
293
|
+
"./text-box": {
|
294
|
+
"types": "./text-box/index.d.ts",
|
295
|
+
"esm2022": "./esm2022/text-box/acorex-components-text-box.mjs",
|
296
|
+
"esm": "./esm2022/text-box/acorex-components-text-box.mjs",
|
297
|
+
"default": "./fesm2022/acorex-components-text-box.mjs"
|
292
298
|
},
|
293
299
|
"./time-box": {
|
294
300
|
"types": "./time-box/index.d.ts",
|
@@ -319,14 +325,14 @@
|
|
319
325
|
"tslib": "^2.3.0"
|
320
326
|
},
|
321
327
|
"peerDependencies": {
|
322
|
-
"@angular/cdk": "16.1.
|
323
|
-
"@angular/core": "16.1.
|
324
|
-
"@angular/common": "16.1.
|
325
|
-
"@acorex/core": "7.
|
328
|
+
"@angular/cdk": "16.1.6",
|
329
|
+
"@angular/core": "16.1.7",
|
330
|
+
"@angular/common": "16.1.7",
|
331
|
+
"@acorex/core": "7.3.1",
|
326
332
|
"polytype": "0.16.2",
|
327
|
-
"@angular/forms": "16.1.
|
328
|
-
"@angular/router": "16.1.
|
329
|
-
"imask": "7.1.
|
330
|
-
"
|
333
|
+
"@angular/forms": "16.1.7",
|
334
|
+
"@angular/router": "16.1.7",
|
335
|
+
"angular-imask": "7.1.3",
|
336
|
+
"imask": "7.1.3"
|
331
337
|
}
|
332
338
|
}
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import { ChangeDetectorRef, ElementRef, EventEmitter } from '@angular/core';
|
2
|
-
import { AXDecoratorFooterComponent } from '@acorex/components/decorators';
|
3
2
|
import { AXBaseComponentMixin } from '@acorex/components/mixin';
|
4
3
|
import { AXComponentCloseEvent, AXComponentClosing } from '@acorex/components/common';
|
4
|
+
import { AXDecoratorGenericComponent } from '@acorex/components/decorators';
|
5
5
|
import * as i0 from "@angular/core";
|
6
6
|
export declare class AXBasePageComponent extends AXBaseComponentMixin {
|
7
7
|
/**
|
@@ -9,7 +9,7 @@ export declare class AXBasePageComponent extends AXBaseComponentMixin {
|
|
9
9
|
*/
|
10
10
|
constructor(elementRef: ElementRef, cdr: ChangeDetectorRef);
|
11
11
|
private pageContainer;
|
12
|
-
footer:
|
12
|
+
footer: AXDecoratorGenericComponent;
|
13
13
|
isLoadingChange: EventEmitter<boolean>;
|
14
14
|
private _isLoading;
|
15
15
|
get isLoading(): boolean;
|
@@ -1,25 +1,22 @@
|
|
1
|
-
import {
|
2
|
-
import {
|
1
|
+
import { ElementRef } from '@angular/core';
|
2
|
+
import { MXInputBaseValueComponent } from '@acorex/components/common';
|
3
3
|
import * as i0 from "@angular/core";
|
4
4
|
/**
|
5
5
|
* The Textbox is a component which detects user interaction and triggers a corresponding event
|
6
6
|
*
|
7
7
|
* @category Components
|
8
8
|
*/
|
9
|
-
export declare class AXPasswordBoxComponent extends
|
9
|
+
export declare class AXPasswordBoxComponent extends MXInputBaseValueComponent<string> {
|
10
10
|
input: ElementRef<HTMLInputElement>;
|
11
|
-
_type: 'password' | 'text';
|
12
|
-
_icon: 'ax-icon-visibility' | 'ax-icon-visibility-off';
|
11
|
+
protected _type: 'password' | 'text';
|
12
|
+
protected _icon: 'ax-icon-visibility' | 'ax-icon-visibility-off';
|
13
|
+
autoComplete: 'current-password' | 'new-password' | 'one-time-code' | 'off';
|
13
14
|
/**
|
14
15
|
* A flag for showing or hiding password button.
|
15
16
|
*/
|
16
17
|
showToggleButton: boolean;
|
17
|
-
|
18
|
-
* @ignore
|
19
|
-
*/
|
20
|
-
constructor(elementRef: ElementRef, cdr: ChangeDetectorRef);
|
21
|
-
focus(): void;
|
18
|
+
_handleModelChange(value: string): void;
|
22
19
|
toggleType(): void;
|
23
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXPasswordBoxComponent, never>;
|
24
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AXPasswordBoxComponent, "ax-password-box", never, { "disabled": { "alias": "disabled"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "
|
21
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXPasswordBoxComponent, "ax-password-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; }; "autoComplete": { "alias": "autoComplete"; "required": false; }; "showToggleButton": { "alias": "showToggleButton"; "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>;
|
25
22
|
}
|
package/popup/index.d.ts
CHANGED
@@ -1,45 +1,40 @@
|
|
1
|
-
import { ElementRef, ChangeDetectorRef, ViewContainerRef, EventEmitter, NgZone } from '@angular/core';
|
2
|
-
import { CdkPortalOutletAttachedRef, Portal } from '@angular/cdk/portal';
|
3
1
|
import { AXPlatform } from '@acorex/core/platform';
|
4
|
-
import {
|
2
|
+
import { CdkPortalOutletAttachedRef, Portal } from '@angular/cdk/portal';
|
3
|
+
import { NgZone, ViewContainerRef } from '@angular/core';
|
4
|
+
import { AXComponentCloseEvent, MXBaseComponent } from '@acorex/components/common';
|
5
5
|
import { AXLoadingService } from '@acorex/components/loading';
|
6
|
-
import {
|
6
|
+
import { DialogRef } from '@angular/cdk/dialog';
|
7
|
+
import { AXPopupData } from './popup.interface';
|
7
8
|
import * as i0 from "@angular/core";
|
8
9
|
/**
|
9
10
|
* The Button is a component which detects user interaction and triggers a corresponding event
|
10
11
|
*
|
11
12
|
* @category Components
|
12
13
|
*/
|
13
|
-
export declare class AXPopupComponent extends
|
14
|
+
export declare class AXPopupComponent extends MXBaseComponent {
|
14
15
|
private _zone;
|
15
16
|
private _viewContainerRef;
|
16
17
|
private loadingService;
|
17
18
|
private _platform;
|
19
|
+
protected data: AXPopupData;
|
20
|
+
private dialogRef;
|
18
21
|
isLoading: boolean;
|
19
22
|
private _loadingId;
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
data: any;
|
25
|
-
showCloseButton: boolean;
|
26
|
-
showHeader: boolean;
|
27
|
-
content: any;
|
28
|
-
_selectedPortal: Portal<any>;
|
29
|
-
_footerPortal: Portal<any>;
|
30
|
-
_headerPortal: Portal<any>;
|
23
|
+
protected _selectedPortal: Portal<any>;
|
24
|
+
protected _footerPortal: Portal<any>;
|
25
|
+
protected _headerPortal: Portal<any>;
|
26
|
+
private _componentRef;
|
31
27
|
/**
|
32
28
|
* @ignore
|
33
29
|
*/
|
34
|
-
constructor(
|
35
|
-
|
30
|
+
constructor(_zone: NgZone, _viewContainerRef: ViewContainerRef, loadingService: AXLoadingService, _platform: AXPlatform, data: AXPopupData, dialogRef: DialogRef<AXComponentCloseEvent>);
|
31
|
+
ngOnInit(): void;
|
36
32
|
_handleAttched(ref: CdkPortalOutletAttachedRef): void;
|
37
33
|
onKeydownHandler(event: KeyboardEvent): void;
|
38
34
|
_handleCloseClick(): void;
|
39
35
|
ngOnDestroy(): void;
|
40
36
|
focus(): void;
|
41
37
|
close(): void;
|
42
|
-
onFullScreen(): void;
|
43
38
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXPopupComponent, never>;
|
44
39
|
static ɵcmp: i0.ɵɵComponentDeclaration<AXPopupComponent, "ax-popup", never, {}, {}, never, never, false, never>;
|
45
40
|
}
|
@@ -0,0 +1,26 @@
|
|
1
|
+
import { ComponentType } from "@angular/cdk/portal";
|
2
|
+
import { TemplateRef } from "@angular/core";
|
3
|
+
export type AXPopupContentType = TemplateRef<unknown> | ComponentType<unknown>;
|
4
|
+
export type AXPopupSizeType = 'sm' | 'md' | 'lg' | 'full' | 'fit';
|
5
|
+
export interface AXPopupConfig {
|
6
|
+
title?: string;
|
7
|
+
closeButton?: boolean;
|
8
|
+
header?: boolean;
|
9
|
+
maximizable?: boolean;
|
10
|
+
size?: AXPopupSizeType;
|
11
|
+
data?: unknown;
|
12
|
+
draggable?: boolean;
|
13
|
+
hasBackdrop?: boolean;
|
14
|
+
backdropClass?: string;
|
15
|
+
closeOnBackdropClick?: boolean;
|
16
|
+
}
|
17
|
+
export interface AXPopupData {
|
18
|
+
title: string;
|
19
|
+
closeButton: boolean;
|
20
|
+
header: boolean;
|
21
|
+
maximizable: boolean;
|
22
|
+
size: AXPopupSizeType;
|
23
|
+
data?: unknown;
|
24
|
+
draggable: boolean;
|
25
|
+
content: AXPopupContentType;
|
26
|
+
}
|
@@ -4,11 +4,11 @@ import * as i2 from "@angular/common";
|
|
4
4
|
import * as i3 from "@acorex/components/common";
|
5
5
|
import * as i4 from "@angular/cdk/drag-drop";
|
6
6
|
import * as i5 from "@angular/cdk/a11y";
|
7
|
-
import * as i6 from "@
|
8
|
-
import * as i7 from "@
|
9
|
-
import * as i8 from "@
|
7
|
+
import * as i6 from "@angular/cdk/portal";
|
8
|
+
import * as i7 from "@acorex/components/decorators";
|
9
|
+
import * as i8 from "@angular/cdk/dialog";
|
10
10
|
export declare class AXPopupModule {
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXPopupModule, never>;
|
12
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AXPopupModule, [typeof i1.AXPopupComponent], [typeof i2.CommonModule, typeof i3.AXCommonModule, typeof i4.DragDropModule, typeof i5.A11yModule, typeof i6.
|
12
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXPopupModule, [typeof i1.AXPopupComponent], [typeof i2.CommonModule, typeof i3.AXCommonModule, typeof i4.DragDropModule, typeof i5.A11yModule, typeof i6.PortalModule, typeof i7.AXDecoratorModule, typeof i8.DialogModule], [typeof i1.AXPopupComponent]>;
|
13
13
|
static ɵinj: i0.ɵɵInjectorDeclaration<AXPopupModule>;
|
14
14
|
}
|
@@ -1,42 +1,21 @@
|
|
1
|
-
import {
|
2
|
-
import {
|
1
|
+
import { AXComponentClosedPromise } from '@acorex/components/common';
|
2
|
+
import { AXPopupContentType, AXPopupConfig } from './popup.interface';
|
3
3
|
import * as i0 from "@angular/core";
|
4
|
-
export type AXPopupContentType = string | TemplateRef<any> | Function;
|
5
|
-
export type AXPopupSizeType = 'sm' | 'md' | 'lg' | 'full' | 'fit';
|
6
|
-
export interface AXPopupOption {
|
7
|
-
title?: string;
|
8
|
-
showCloseButton?: boolean;
|
9
|
-
showHeader?: boolean;
|
10
|
-
maximizable?: boolean;
|
11
|
-
size?: AXPopupSizeType;
|
12
|
-
data?: any;
|
13
|
-
draggable?: boolean;
|
14
|
-
transparentBackdrop?: boolean;
|
15
|
-
closeOnClickOutside?: boolean;
|
16
|
-
}
|
17
4
|
/**
|
18
5
|
* This is a service which you can create popup with it
|
19
6
|
*
|
20
7
|
* @category Components
|
21
8
|
*/
|
22
9
|
export declare class AXPopupService {
|
23
|
-
private
|
24
|
-
private stack;
|
25
|
-
protected options: AXPopupOption;
|
26
|
-
/**
|
27
|
-
* @ignore
|
28
|
-
*/
|
29
|
-
constructor(overlayService: AXOverlayService);
|
10
|
+
private dialog;
|
30
11
|
/**
|
31
12
|
* Open popup 1
|
32
13
|
*/
|
33
14
|
open(content: AXPopupContentType, title: string): AXComponentClosedPromise;
|
34
15
|
/**
|
35
16
|
* Open popup 2
|
36
|
-
* @ignore
|
37
17
|
*/
|
38
|
-
open(content: AXPopupContentType,
|
39
|
-
private closePopup;
|
18
|
+
open(content: AXPopupContentType, config?: AXPopupConfig): AXComponentClosedPromise;
|
40
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXPopupService, never>;
|
41
20
|
static ɵprov: i0.ɵɵInjectableDeclaration<AXPopupService>;
|
42
21
|
}
|
@@ -1,14 +1,8 @@
|
|
1
1
|
import { EventEmitter, NgZone } from '@angular/core';
|
2
|
-
import { AXStyleColorType,
|
2
|
+
import { AXStyleColorType, MXComponentOptionChanged, MXValueComponent } from '@acorex/components/common';
|
3
3
|
import * as i0 from "@angular/core";
|
4
|
-
declare
|
5
|
-
new (): MXValueComponent<number>;
|
6
|
-
ɵfac: unknown;
|
7
|
-
ɵprov: import("@angular/core").ɵɵInjectableDeclaration<MXValueComponent<any>>;
|
8
|
-
}]>;
|
9
|
-
export declare class AXRangeSliderComponent extends AXRangeSliderComponent_base {
|
4
|
+
export declare class AXRangeSliderComponent extends MXValueComponent<number> {
|
10
5
|
private _zone;
|
11
|
-
private _onValueChangedSub;
|
12
6
|
constructor(_zone: NgZone);
|
13
7
|
private _minValue;
|
14
8
|
/**
|
@@ -36,13 +30,11 @@ export declare class AXRangeSliderComponent extends AXRangeSliderComponent_base
|
|
36
30
|
get color(): AXStyleColorType;
|
37
31
|
set color(value: AXStyleColorType);
|
38
32
|
oriantaion: 'vertical' | 'horizontal';
|
39
|
-
|
40
|
-
|
41
|
-
|
33
|
+
internalOptionChanged(e: MXComponentOptionChanged): void;
|
34
|
+
internalValueChanged(value: number): void;
|
35
|
+
protected _handleModelChange(value: number): void;
|
42
36
|
private _calcVars;
|
43
37
|
private get __hostClass();
|
44
|
-
ngOnDestroy(): void;
|
45
38
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXRangeSliderComponent, never>;
|
46
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AXRangeSliderComponent, "ax-range-slider", never, { "readonly": { "alias": "readonly"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "value": { "alias": "value"; "required": false; }; "name": { "alias": "name"; "required": false; }; "minValue": { "alias": "minValue"; "required": false; }; "maxValue": { "alias": "maxValue"; "required": false; }; "step": { "alias": "step"; "required": false; }; "color": { "alias": "color"; "required": false; }; "oriantaion": { "alias": "oriantaion"; "required": false; }; }, { "valueChange": "valueChange"; "onValueChanged": "onValueChanged"; "colorChange": "colorChange"; }, never, never, false, never>;
|
39
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXRangeSliderComponent, "ax-range-slider", never, { "readonly": { "alias": "readonly"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "value": { "alias": "value"; "required": false; }; "name": { "alias": "name"; "required": false; }; "minValue": { "alias": "minValue"; "required": false; }; "maxValue": { "alias": "maxValue"; "required": false; }; "step": { "alias": "step"; "required": false; }; "color": { "alias": "color"; "required": false; }; "oriantaion": { "alias": "oriantaion"; "required": false; }; }, { "valueChange": "valueChange"; "onValueChanged": "onValueChanged"; "readonlyChange": "readonlyChange"; "disabledChange": "disabledChange"; "colorChange": "colorChange"; }, never, never, false, never>;
|
47
40
|
}
|
48
|
-
export {};
|
@@ -1,9 +1,10 @@
|
|
1
1
|
import * as i0 from "@angular/core";
|
2
2
|
import * as i1 from "./range-slider.component";
|
3
3
|
import * as i2 from "@angular/common";
|
4
|
-
import * as i3 from "@
|
4
|
+
import * as i3 from "@acorex/components/common";
|
5
|
+
import * as i4 from "@angular/forms";
|
5
6
|
export declare class AXRangeSliderModule {
|
6
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXRangeSliderModule, never>;
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AXRangeSliderModule, [typeof i1.AXRangeSliderComponent], [typeof i2.CommonModule, typeof i3.FormsModule], [typeof i1.AXRangeSliderComponent]>;
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXRangeSliderModule, [typeof i1.AXRangeSliderComponent], [typeof i2.CommonModule, typeof i3.AXCommonModule, typeof i4.FormsModule], [typeof i1.AXRangeSliderComponent]>;
|
8
9
|
static ɵinj: i0.ɵɵInjectorDeclaration<AXRangeSliderModule>;
|
9
10
|
}
|
@@ -0,0 +1,20 @@
|
|
1
|
+
import { MXBaseComponent } from '@acorex/components/common';
|
2
|
+
import { AXDateTime } from '@acorex/core/dateTime';
|
3
|
+
import * as i0 from "@angular/core";
|
4
|
+
export declare class AXSchedulerMonthViewComponent extends MXBaseComponent {
|
5
|
+
protected _slots: {
|
6
|
+
date: AXDateTime;
|
7
|
+
cssClass: {
|
8
|
+
[key: string]: boolean;
|
9
|
+
};
|
10
|
+
isToday: boolean;
|
11
|
+
}[];
|
12
|
+
protected _dayNames: string[];
|
13
|
+
private _date;
|
14
|
+
get date(): AXDateTime;
|
15
|
+
set date(v: AXDateTime);
|
16
|
+
ngOnInit(): void;
|
17
|
+
generateSlots(): void;
|
18
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXSchedulerMonthViewComponent, never>;
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXSchedulerMonthViewComponent, "ax-scheduler-month-view", never, { "date": { "alias": "date"; "required": false; }; }, {}, never, never, false, never>;
|
20
|
+
}
|
@@ -0,0 +1,11 @@
|
|
1
|
+
import { MXBaseComponent } from '@acorex/components/common';
|
2
|
+
import { AXDateTime } from '@acorex/core/dateTime';
|
3
|
+
import * as i0 from "@angular/core";
|
4
|
+
export declare class AXSchedulerComponent extends MXBaseComponent {
|
5
|
+
protected current: AXDateTime;
|
6
|
+
handleOnItemClick(): void;
|
7
|
+
_handleNextClick(): void;
|
8
|
+
_handlePrevClick(): void;
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXSchedulerComponent, never>;
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXSchedulerComponent, "ax-scheduler", never, {}, {}, never, never, false, never>;
|
11
|
+
}
|
@@ -0,0 +1,13 @@
|
|
1
|
+
import * as i0 from "@angular/core";
|
2
|
+
import * as i1 from "./scheduler.component";
|
3
|
+
import * as i2 from "./scheduler-month-view.component";
|
4
|
+
import * as i3 from "@angular/common";
|
5
|
+
import * as i4 from "@acorex/components/button";
|
6
|
+
import * as i5 from "@acorex/components/decorators";
|
7
|
+
import * as i6 from "@acorex/components/dropdown";
|
8
|
+
import * as i7 from "@acorex/core/dateTime";
|
9
|
+
export declare class AXSchedulerModule {
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXSchedulerModule, never>;
|
11
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXSchedulerModule, [typeof i1.AXSchedulerComponent, typeof i2.AXSchedulerMonthViewComponent], [typeof i3.CommonModule, typeof i4.AXButtonModule, typeof i5.AXDecoratorModule, typeof i6.AXDropdownModule, typeof i7.AXDateTimeModule], [typeof i1.AXSchedulerComponent, typeof i2.AXSchedulerMonthViewComponent]>;
|
12
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AXSchedulerModule>;
|
13
|
+
}
|
@@ -1,20 +1,12 @@
|
|
1
|
-
import {
|
2
|
-
import { AXSearchableComponent, AXValueChangedEvent } from '@acorex/components/common';
|
3
|
-
import { AXTextBoxComponent } from '@acorex/components/textbox';
|
4
|
-
import { AXBaseComponentMixin } from '@acorex/components/mixin';
|
1
|
+
import { AXSearchableComponent, MXInputBaseValueComponent } from '@acorex/components/common';
|
5
2
|
import * as i0 from "@angular/core";
|
6
|
-
export declare class AXSearchBoxComponent extends
|
3
|
+
export declare class AXSearchBoxComponent extends MXInputBaseValueComponent<string> {
|
7
4
|
private _parent;
|
8
|
-
|
9
|
-
constructor(_elementRef: ElementRef, _cdr: ChangeDetectorRef, _parent: AXSearchableComponent);
|
10
|
-
placeholder: string;
|
11
|
-
debounceTime: number;
|
12
|
-
searchExp: string;
|
13
|
-
private subject;
|
5
|
+
constructor(_parent: AXSearchableComponent);
|
14
6
|
ngOnInit(): void;
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AXSearchBoxComponent, [
|
19
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AXSearchBoxComponent, "ax-search-box", never, { "
|
7
|
+
delayTime: number;
|
8
|
+
_handleModelChange(value: string): void;
|
9
|
+
protected _handleClearClick(): void;
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXSearchBoxComponent, [{ optional: true; }]>;
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXSearchBoxComponent, "ax-search-box", never, { "disabled": { "alias": "disabled"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "value": { "alias": "value"; "required": false; }; "state": { "alias": "state"; "required": false; }; "name": { "alias": "name"; "required": false; }; "id": { "alias": "id"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "delayTime": { "alias": "delayTime"; "required": false; }; }, { "onBlur": "onBlur"; "onFocus": "onFocus"; "valueChange": "valueChange"; "stateChange": "stateChange"; "onValueChanged": "onValueChanged"; "readonlyChange": "readonlyChange"; "disabledChange": "disabledChange"; }, never, ["ax-prefix", "ax-suffix"], false, never>;
|
20
12
|
}
|
@@ -1,12 +1,14 @@
|
|
1
1
|
import * as i0 from "@angular/core";
|
2
2
|
import * as i1 from "./search-box.component";
|
3
3
|
import * as i2 from "@angular/common";
|
4
|
-
import * as i3 from "@
|
5
|
-
import * as i4 from "@acorex/
|
6
|
-
import * as i5 from "@acorex/components/
|
7
|
-
import * as i6 from "@acorex/components/
|
4
|
+
import * as i3 from "@angular/forms";
|
5
|
+
import * as i4 from "@acorex/core/translation";
|
6
|
+
import * as i5 from "@acorex/components/decorators";
|
7
|
+
import * as i6 from "@acorex/components/text-box";
|
8
|
+
import * as i7 from "@acorex/components/button";
|
9
|
+
import * as i8 from "@acorex/components/common";
|
8
10
|
export declare class AXSearchBoxModule {
|
9
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXSearchBoxModule, never>;
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AXSearchBoxModule, [typeof i1.AXSearchBoxComponent], [typeof i2.CommonModule, typeof i3.
|
12
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXSearchBoxModule, [typeof i1.AXSearchBoxComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i4.AXTranslationModule, typeof i5.AXDecoratorModule, typeof i6.AXTextBoxModule, typeof i7.AXButtonModule, typeof i8.AXNgModelDelayedValueChangedDirective], [typeof i1.AXSearchBoxComponent]>;
|
11
13
|
static ɵinj: i0.ɵɵInjectorDeclaration<AXSearchBoxModule>;
|
12
14
|
}
|
@@ -3,14 +3,14 @@ import * as i1 from "./select-box.component";
|
|
3
3
|
import * as i2 from "@angular/common";
|
4
4
|
import * as i3 from "@acorex/components/common";
|
5
5
|
import * as i4 from "@angular/forms";
|
6
|
-
import * as i5 from "@acorex/components/
|
6
|
+
import * as i5 from "@acorex/components/check-box";
|
7
7
|
import * as i6 from "@acorex/components/badge";
|
8
8
|
import * as i7 from "@acorex/components/decorators";
|
9
9
|
import * as i8 from "@acorex/core/translation";
|
10
10
|
import * as i9 from "@acorex/components/popover";
|
11
11
|
import * as i10 from "@acorex/components/loading";
|
12
12
|
import * as i11 from "@angular/cdk/a11y";
|
13
|
-
import * as i12 from "@acorex/components/
|
13
|
+
import * as i12 from "@acorex/components/text-box";
|
14
14
|
export declare class AXSelectBoxModule {
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXSelectBoxModule, never>;
|
16
16
|
static ɵmod: i0.ɵɵNgModuleDeclaration<AXSelectBoxModule, [typeof i1.AXSelectBoxComponent], [typeof i2.CommonModule, typeof i3.AXCommonModule, typeof i4.FormsModule, typeof i5.AXCheckBoxModule, typeof i6.AXBadgeModule, typeof i7.AXDecoratorModule, typeof i8.AXTranslationModule, typeof i9.AXPopoverModule, typeof i10.AXLoadingModule, typeof i11.A11yModule, typeof i12.AXTextBoxModule], [typeof i1.AXSelectBoxComponent]>;
|
@@ -2,7 +2,7 @@ import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./selection-list.component";
|
3
3
|
import * as i2 from "@angular/common";
|
4
4
|
import * as i3 from "@angular/forms";
|
5
|
-
import * as i4 from "@acorex/components/
|
5
|
+
import * as i4 from "@acorex/components/check-box";
|
6
6
|
import * as i5 from "@acorex/components/radio";
|
7
7
|
import * as i6 from "@acorex/components/label";
|
8
8
|
import * as i7 from "@acorex/components/form";
|
@@ -1,13 +1,15 @@
|
|
1
|
-
import {
|
2
|
-
import { ChangeDetectorRef, ElementRef } from '@angular/core';
|
1
|
+
import { MXColorComponent, MXValueComponent } from '@acorex/components/common';
|
3
2
|
import * as i0 from "@angular/core";
|
4
|
-
|
5
|
-
|
6
|
-
|
3
|
+
declare const AXSwitchComponent_base: import("polytype").Polytype.ClusteredConstructor<[{
|
4
|
+
new (): MXValueComponent<boolean>;
|
5
|
+
ɵfac: unknown;
|
6
|
+
ɵprov: import("@angular/core").ɵɵInjectableDeclaration<MXValueComponent<any>>;
|
7
|
+
}, typeof MXColorComponent]>;
|
8
|
+
export declare class AXSwitchComponent extends AXSwitchComponent_base {
|
7
9
|
loading: boolean;
|
8
|
-
|
9
|
-
_handleOnClickEvent(e: MouseEvent): void;
|
10
|
+
protected _handleOnClickEvent(e: MouseEvent): void;
|
10
11
|
private get __hostClass();
|
11
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXSwitchComponent, never>;
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AXSwitchComponent, "ax-switch", never, { "disabled": { "alias": "disabled"; "required": false; }; "
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXSwitchComponent, "ax-switch", never, { "disabled": { "alias": "disabled"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "color": { "alias": "color"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "value": { "alias": "value"; "required": false; }; "name": { "alias": "name"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; }, { "onBlur": "onBlur"; "onFocus": "onFocus"; "valueChange": "valueChange"; "onValueChanged": "onValueChanged"; "readonlyChange": "readonlyChange"; "disabledChange": "disabledChange"; }, never, ["ax-switch-handler-content", "ax-switch-off-content", "ax-switch-on-content"], false, never>;
|
13
14
|
}
|
15
|
+
export {};
|
@@ -5,9 +5,9 @@ export declare const AXBaseTabItemMixin: (new (...args: any[]) => {
|
|
5
5
|
onClick: EventEmitter<import("dist/libs/components/common").AXClickEvent>;
|
6
6
|
_emitOnClickEvent(e: MouseEvent): void;
|
7
7
|
id: string;
|
8
|
-
"__#
|
8
|
+
"__#5212@#rtl": boolean;
|
9
9
|
rtl: boolean;
|
10
|
-
"__#
|
10
|
+
"__#5212@#elementRef": ElementRef<any>;
|
11
11
|
_cdr: ChangeDetectorRef;
|
12
12
|
_isInited: boolean;
|
13
13
|
_isRendered: boolean;
|