@acorex/components 7.2.8 → 7.3.2
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 +10 -10
- 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 +1 -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/color-palette/lib/color-palette-input.component.d.ts +1 -1
- package/color-palette/lib/color-palette.module.d.ts +1 -1
- 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 -3
- package/common/lib/classes/components.class.d.ts +12 -3
- 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 +9 -3
- package/common/lib/components/input-base-value-component.class.d.ts +1 -0
- package/common/lib/components/value-component.class.d.ts +9 -2
- 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/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 +14 -16
- 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 +6 -6
- 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 +35 -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 +7 -5
- 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 +3 -3
- 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 +18 -12
- package/esm2022/color-palette/lib/color-palette-picker.component.mjs +3 -3
- package/esm2022/color-palette/lib/color-palette-preview.component.mjs +3 -3
- package/esm2022/color-palette/lib/color-palette-swatches.component.mjs +3 -3
- package/esm2022/color-palette/lib/color-palette.class.mjs +6 -6
- package/esm2022/color-palette/lib/color-palette.component.mjs +5 -5
- package/esm2022/color-palette/lib/color-palette.module.mjs +6 -6
- 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 -4
- 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 +21 -11
- package/esm2022/common/lib/components/input-base-value-component.class.mjs +4 -4
- package/esm2022/common/lib/components/value-component.class.mjs +18 -10
- 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/dom.service.mjs +16 -0
- package/esm2022/common/lib/services/hotkey.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 +22 -27
- package/esm2022/drawer/lib/drawer.module.mjs +4 -4
- package/esm2022/dropdown/lib/dropdown-panel.component.mjs +5 -5
- 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/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 +20 -51
- package/esm2022/loading/lib/loading.module.mjs +7 -18
- package/esm2022/loading/lib/loading.service.mjs +36 -60
- package/esm2022/menu/lib/menu.component.mjs +26 -19
- package/esm2022/menu/lib/menu.module.mjs +4 -4
- package/esm2022/mixin/index.mjs +1 -2
- package/esm2022/mixin/lib/base-components.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 +22 -23
- package/esm2022/page/lib/page.component.mjs +13 -13
- 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 +62 -23
- 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 +9 -13
- 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 +3 -3
- package/esm2022/range-slider/lib/range-slider.module.mjs +4 -4
- 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 +4 -4
- 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 +25 -0
- package/esm2022/toast/lib/toast.module.mjs +16 -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 +16 -18
- package/fesm2022/acorex-components-alert.mjs.map +1 -1
- package/fesm2022/acorex-components-avatar.mjs +10 -10
- package/fesm2022/acorex-components-badge.mjs +8 -8
- package/fesm2022/acorex-components-badge.mjs.map +1 -1
- package/fesm2022/acorex-components-breadcrumbs.mjs +10 -10
- package/fesm2022/acorex-components-button.mjs +42 -24
- package/fesm2022/acorex-components-button.mjs.map +1 -1
- package/fesm2022/acorex-components-calendar.mjs +17 -15
- 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 +7 -7
- package/fesm2022/acorex-components-collapse.mjs +10 -10
- package/fesm2022/acorex-components-color-palette.mjs +42 -36
- 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 +155 -261
- 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 +30 -39
- package/fesm2022/acorex-components-drawer.mjs.map +1 -1
- package/fesm2022/acorex-components-dropdown.mjs +8 -8
- 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 +123 -178
- 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 -22
- 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 +55 -56
- 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 +68 -29
- package/fesm2022/acorex-components-popover.mjs.map +1 -1
- package/fesm2022/acorex-components-popup.mjs +107 -170
- package/fesm2022/acorex-components-popup.mjs.map +1 -1
- package/fesm2022/acorex-components-progress-bar.mjs +12 -16
- package/fesm2022/acorex-components-progress-bar.mjs.map +1 -1
- package/fesm2022/acorex-components-radio.mjs +8 -8
- package/fesm2022/acorex-components-radio.mjs.map +1 -1
- package/fesm2022/acorex-components-range-slider.mjs +7 -7
- 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 +11 -11
- 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} +20 -20
- 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 +126 -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/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 +10 -17
- package/loading/lib/loading.module.d.ts +1 -2
- package/loading/lib/loading.service.d.ts +10 -33
- package/menu/lib/menu.component.d.ts +4 -2
- package/mixin/index.d.ts +0 -1
- package/mixin/lib/base-components.class.d.ts +2 -2
- package/mixin/lib/base-menu-mixin.class.d.ts +5 -5
- package/mixin/lib/button-mixin.class.d.ts +2 -2
- package/mixin/lib/clickable-mixin.class.d.ts +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/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 +41 -38
- package/page/lib/base-page.class.d.ts +8 -12
- package/page/lib/page.component.d.ts +4 -4
- package/password-box/lib/password-box.component.d.ts +8 -11
- package/popover/lib/popover.component.d.ts +13 -5
- 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/progress-bar/lib/progress-bar.component.d.ts +3 -8
- 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/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/{textbox/lib/textbox.component.d.ts → text-box/lib/text-box.component.d.ts} +1 -3
- 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 -18
- package/common/lib/directives/debounce-time.directive.d.ts +0 -17
- package/common/lib/services/custom-cdk-overlay.service.d.ts +0 -19
- package/common/lib/services/overlay.service.d.ts +0 -34
- 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 -65
- package/esm2022/checkbox/lib/checkbox.module.mjs +0 -21
- package/esm2022/common/lib/directives/debounce-time.directive.mjs +0 -48
- package/esm2022/common/lib/services/custom-cdk-overlay.service.mjs +0 -49
- package/esm2022/common/lib/services/overlay.service.mjs +0 -113
- 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/mixin/lib/loading-mixin.class.mjs +0 -18
- 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 -111
- package/esm2022/textbox/lib/textbox.module.mjs +0 -38
- package/fesm2022/acorex-components-checkbox.mjs +0 -89
- 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/mixin/lib/loading-mixin.class.d.ts +0 -40
- 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 → text-box}/lib/mask-options.directive.d.ts +0 -0
@@ -0,0 +1,17 @@
|
|
1
|
+
import { EventEmitter, OnDestroy } from "@angular/core";
|
2
|
+
import { NgModel } from "@angular/forms";
|
3
|
+
import * as i0 from "@angular/core";
|
4
|
+
export declare class AXNgModelDelayedValueChangedDirective implements OnDestroy {
|
5
|
+
private ngModel;
|
6
|
+
delayedValueChanged: EventEmitter<any>;
|
7
|
+
delayTimeChange: EventEmitter<number>;
|
8
|
+
private _delayTime;
|
9
|
+
get delayTime(): number;
|
10
|
+
set delayTime(v: number);
|
11
|
+
private subscription;
|
12
|
+
ngOnDestroy(): void;
|
13
|
+
constructor(ngModel: NgModel);
|
14
|
+
private update;
|
15
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXNgModelDelayedValueChangedDirective, never>;
|
16
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<AXNgModelDelayedValueChangedDirective, "[delayedValueChanged]", never, { "delayTime": { "alias": "delayTime"; "required": false; }; }, { "delayedValueChanged": "delayedValueChanged"; "delayTimeChange": "delayTimeChange"; }, never, never, true, never>;
|
17
|
+
}
|
@@ -1,12 +1,12 @@
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
2
|
-
import { AXEvent } from '@acorex/components/common';
|
3
|
-
import {
|
2
|
+
import { AXEvent, MXInteractiveComponent, AXOptionChangedEvent } from '@acorex/components/common';
|
3
|
+
import { AXUnsubscriber } from '@acorex/core/utils';
|
4
4
|
import * as i0 from "@angular/core";
|
5
5
|
/**
|
6
6
|
* A token that specifies the display mode of datapager component.
|
7
7
|
*/
|
8
8
|
export type AXDataPagerDisplayMode = 'full' | 'compact' | 'custom';
|
9
|
-
export interface
|
9
|
+
export interface AXDataPagerData {
|
10
10
|
range: {
|
11
11
|
from: number;
|
12
12
|
to: number;
|
@@ -17,7 +17,7 @@ export interface AXDataPagerInfoData {
|
|
17
17
|
totalPages: number;
|
18
18
|
totalItems: number;
|
19
19
|
}
|
20
|
-
export declare class
|
20
|
+
export declare class AXDataPagerChangedEvent extends AXEvent implements AXDataPagerData {
|
21
21
|
range: {
|
22
22
|
from: number;
|
23
23
|
to: number;
|
@@ -28,22 +28,27 @@ export declare class AXPagerPageChangedEvent extends AXEvent implements AXDataPa
|
|
28
28
|
totalPages: number;
|
29
29
|
totalItems: number;
|
30
30
|
}
|
31
|
-
export declare class
|
32
|
-
|
33
|
-
|
34
|
-
abstract
|
35
|
-
abstract
|
31
|
+
export declare abstract class AXDataPagerParentComponent {
|
32
|
+
abstract readonly: boolean;
|
33
|
+
abstract disabled: boolean;
|
34
|
+
abstract onChanged: EventEmitter<AXDataPagerChangedEvent>;
|
35
|
+
abstract onOptionChanged: EventEmitter<AXOptionChangedEvent>;
|
36
|
+
abstract get displayInfo(): AXDataPagerData;
|
36
37
|
abstract size: number;
|
37
38
|
abstract goNextPage(): void;
|
38
39
|
abstract goLastPage(): void;
|
39
40
|
abstract goFirstPage(): void;
|
40
41
|
abstract goPrevPage(): void;
|
41
42
|
abstract goToPage(page: number): void;
|
42
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
43
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<
|
43
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXDataPagerParentComponent, never>;
|
44
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AXDataPagerParentComponent>;
|
44
45
|
}
|
45
|
-
export declare abstract class AXDataPagerChild extends
|
46
|
-
|
46
|
+
export declare abstract class AXDataPagerChild extends MXInteractiveComponent {
|
47
|
+
protected _parent: AXDataPagerParentComponent;
|
48
|
+
protected _unsubscriber: AXUnsubscriber;
|
49
|
+
constructor();
|
50
|
+
ngAfterViewInit(): void;
|
51
|
+
protected abstract applyParent(): void;
|
47
52
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXDataPagerChild, never>;
|
48
53
|
static ɵprov: i0.ɵɵInjectableDeclaration<AXDataPagerChild>;
|
49
54
|
}
|
@@ -1,15 +1,9 @@
|
|
1
|
-
import {
|
2
|
-
import { AXDataPagerChild, AXPagerComponent } from './data-pager-base.component';
|
1
|
+
import { AXDataPagerChild } from './data-pager-base.component';
|
3
2
|
import * as i0 from "@angular/core";
|
4
3
|
export declare class AXDataPagerInfoComponent extends AXDataPagerChild {
|
5
|
-
private elementRef;
|
6
|
-
private cdr;
|
7
|
-
private _parent;
|
8
|
-
constructor(elementRef: ElementRef<HTMLDivElement>, cdr: ChangeDetectorRef, _parent: AXPagerComponent);
|
9
4
|
text: string;
|
10
|
-
_textFormatted: string;
|
11
|
-
|
12
|
-
private _updateText;
|
5
|
+
protected _textFormatted: string;
|
6
|
+
protected applyParent(): void;
|
13
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXDataPagerInfoComponent, never>;
|
14
8
|
static ɵcmp: i0.ɵɵComponentDeclaration<AXDataPagerInfoComponent, "ax-data-pager-info", never, { "text": { "alias": "text"; "required": false; }; }, {}, never, never, false, never>;
|
15
9
|
}
|
@@ -1,15 +1,11 @@
|
|
1
|
-
import { ElementRef, ChangeDetectorRef } from '@angular/core';
|
2
1
|
import { AXValueChangedEvent } from '@acorex/components/common';
|
3
|
-
import { AXDataPagerChild
|
2
|
+
import { AXDataPagerChild } from './data-pager-base.component';
|
4
3
|
import * as i0 from "@angular/core";
|
5
4
|
export declare class AXDataPagerInputSelectorComponent extends AXDataPagerChild {
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
_currentPage: number;
|
11
|
-
onViewInit(): void;
|
12
|
-
_handleValueChanged(e: AXValueChangedEvent<number>): void;
|
5
|
+
protected _totalPages: number;
|
6
|
+
protected _currentPage: number;
|
7
|
+
protected applyParent(): void;
|
8
|
+
protected _handleValueChanged(e: AXValueChangedEvent<number>): void;
|
13
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXDataPagerInputSelectorComponent, never>;
|
14
10
|
static ɵcmp: i0.ɵɵComponentDeclaration<AXDataPagerInputSelectorComponent, "ax-data-pager-input-selector", never, {}, {}, never, never, false, never>;
|
15
11
|
}
|
@@ -1,14 +1,8 @@
|
|
1
|
-
import { ElementRef, ChangeDetectorRef } from '@angular/core';
|
2
1
|
import { AXClickEvent } from '@acorex/components/common';
|
3
|
-
import { AXDataPagerChild
|
2
|
+
import { AXDataPagerChild } from './data-pager-base.component';
|
4
3
|
import * as i0 from "@angular/core";
|
5
4
|
export declare class AXDataPagerNextButtonsComponent extends AXDataPagerChild {
|
6
|
-
|
7
|
-
private cdr;
|
8
|
-
private _parent;
|
9
|
-
constructor(elementRef: ElementRef, cdr: ChangeDetectorRef, _parent: AXPagerComponent);
|
10
|
-
onViewInit(): void;
|
11
|
-
private _checkDisabled;
|
5
|
+
protected applyParent(): void;
|
12
6
|
_emitOnLastPageClick(e: AXClickEvent): void;
|
13
7
|
_emitOnNextPageClick(e: AXClickEvent): void;
|
14
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXDataPagerNextButtonsComponent, never>;
|
@@ -1,17 +1,12 @@
|
|
1
|
-
import { ElementRef, ChangeDetectorRef, NgZone } from '@angular/core';
|
2
1
|
import { AXButtonItem } from '@acorex/components/button';
|
3
|
-
import { AXDataPagerChild
|
2
|
+
import { AXDataPagerChild } from './data-pager-base.component';
|
4
3
|
import * as i0 from "@angular/core";
|
5
4
|
export declare class AXDataPagerNumericSelectorComponent extends AXDataPagerChild {
|
6
|
-
private _parent;
|
7
|
-
private _zone;
|
8
|
-
constructor(_elementRef: ElementRef, _cdr: ChangeDetectorRef, _parent: AXPagerComponent, _zone: NgZone);
|
9
5
|
_items: AXButtonItem[];
|
10
6
|
_currentPage: number;
|
11
7
|
_lastPage: number;
|
12
8
|
private _displayCount;
|
13
|
-
|
14
|
-
private _generateDisplayItems;
|
9
|
+
protected applyParent(): void;
|
15
10
|
_handleOnItemClick(e: any): void;
|
16
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXDataPagerNumericSelectorComponent, never>;
|
17
12
|
static ɵcmp: i0.ɵɵComponentDeclaration<AXDataPagerNumericSelectorComponent, "ax-data-pager-numeric-selector", never, {}, {}, never, never, false, never>;
|
@@ -1,17 +1,13 @@
|
|
1
|
-
import { ElementRef, ChangeDetectorRef } from '@angular/core';
|
2
1
|
import { AXClickEvent } from '@acorex/components/common';
|
3
|
-
import { AXDataPagerChild
|
2
|
+
import { AXDataPagerChild } from './data-pager-base.component';
|
4
3
|
import * as i0 from "@angular/core";
|
5
4
|
export declare class AXDataPagerPageSizesComponent extends AXDataPagerChild {
|
6
|
-
private _parent;
|
7
|
-
constructor(elementRef: ElementRef, cdr: ChangeDetectorRef, _parent: AXPagerComponent);
|
8
5
|
_size: number;
|
9
|
-
onViewInit(): void;
|
10
6
|
_items: any[];
|
11
7
|
private _sizes;
|
12
8
|
get sizes(): number[];
|
13
9
|
set sizes(v: number[]);
|
14
|
-
|
10
|
+
protected applyParent(): void;
|
15
11
|
_emitOnItemClick(e: AXClickEvent): void;
|
16
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXDataPagerPageSizesComponent, never>;
|
17
13
|
static ɵcmp: i0.ɵɵComponentDeclaration<AXDataPagerPageSizesComponent, "ax-data-pager-page-sizes", never, { "sizes": { "alias": "sizes"; "required": false; }; }, {}, never, never, false, never>;
|
@@ -1,13 +1,8 @@
|
|
1
|
-
import { ElementRef, ChangeDetectorRef } from '@angular/core';
|
2
1
|
import { AXClickEvent } from '@acorex/components/common';
|
3
|
-
import { AXDataPagerChild
|
2
|
+
import { AXDataPagerChild } from './data-pager-base.component';
|
4
3
|
import * as i0 from "@angular/core";
|
5
4
|
export declare class AXDataPagerPrevButtonsComponent extends AXDataPagerChild {
|
6
|
-
|
7
|
-
private _parent;
|
8
|
-
constructor(elementRef: ElementRef, cdr: ChangeDetectorRef, _parent: AXPagerComponent);
|
9
|
-
onViewInit(): void;
|
10
|
-
private _checkDisabled;
|
5
|
+
protected applyParent(): void;
|
11
6
|
_emitOnFirstPageClick(e: AXClickEvent): void;
|
12
7
|
_emitOnPrevPageClick(e: AXClickEvent): void;
|
13
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXDataPagerPrevButtonsComponent, never>;
|
@@ -1,11 +1,8 @@
|
|
1
|
-
import {
|
2
|
-
import { AXPagedComponent } from '@acorex/components/common';
|
3
|
-
import {
|
4
|
-
import { AXBaseValueComponentMixin } from '@acorex/components/mixin';
|
1
|
+
import { EventEmitter } from '@angular/core';
|
2
|
+
import { AXPagedComponent, MXValueComponent } from '@acorex/components/common';
|
3
|
+
import { AXDataPagerData, AXDataPagerChangedEvent } from './data-pager-base.component';
|
5
4
|
import * as i0 from "@angular/core";
|
6
|
-
export declare class AXDataPagerComponent extends
|
7
|
-
private _elementRef;
|
8
|
-
private _cdr;
|
5
|
+
export declare class AXDataPagerComponent extends MXValueComponent<number> {
|
9
6
|
private _parent;
|
10
7
|
private _size;
|
11
8
|
get size(): number;
|
@@ -16,20 +13,22 @@ export declare class AXDataPagerComponent extends AXBaseValueComponentMixin {
|
|
16
13
|
private _totalPages;
|
17
14
|
get totalPages(): number;
|
18
15
|
private set totalPages(value);
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
16
|
+
displayModeChange: EventEmitter<string>;
|
17
|
+
private _displayMode;
|
18
|
+
get displayMode(): string;
|
19
|
+
set displayMode(v: string);
|
20
|
+
onChanged: EventEmitter<AXDataPagerChangedEvent>;
|
21
|
+
constructor(_parent: AXPagedComponent);
|
22
|
+
ngAfterViewInit(): void;
|
23
|
+
protected internalValueChanged(value: any): void;
|
24
|
+
protected internalGetValue(value: any): number;
|
25
|
+
get displayInfo(): AXDataPagerData;
|
26
|
+
private _emitChangedEvent;
|
28
27
|
goNextPage(): void;
|
29
28
|
goLastPage(): void;
|
30
29
|
goFirstPage(): void;
|
31
30
|
goPrevPage(): void;
|
32
31
|
goToPage(page: number): void;
|
33
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AXDataPagerComponent, [
|
34
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AXDataPagerComponent, "ax-data-pager", never, { "value": { "alias": "value"; "required": false; }; "name": { "alias": "name"; "required": false; }; "size": { "alias": "size"; "required": false; }; "total": { "alias": "total"; "required": false; }; "displayMode": { "alias": "displayMode"; "required": false; }; }, { "valueChange": "valueChange"; "onValueChanged": "onValueChanged"; "
|
32
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXDataPagerComponent, [{ optional: true; }]>;
|
33
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXDataPagerComponent, "ax-data-pager", never, { "value": { "alias": "value"; "required": false; }; "name": { "alias": "name"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "size": { "alias": "size"; "required": false; }; "total": { "alias": "total"; "required": false; }; "displayMode": { "alias": "displayMode"; "required": false; }; }, { "valueChange": "valueChange"; "onValueChanged": "onValueChanged"; "disabledChange": "disabledChange"; "readonlyChange": "readonlyChange"; "displayModeChange": "displayModeChange"; "onChanged": "onChanged"; }, never, ["ax-prefix", "ax-suffix"], false, never>;
|
35
34
|
}
|
@@ -7,12 +7,13 @@ import * as i5 from "./data-pager-numeric-selector.component";
|
|
7
7
|
import * as i6 from "./data-pager-input-selector.component";
|
8
8
|
import * as i7 from "./data-pager-info.component";
|
9
9
|
import * as i8 from "@angular/common";
|
10
|
-
import * as i9 from "@
|
11
|
-
import * as i10 from "@acorex/components/
|
12
|
-
import * as i11 from "@acorex/components/
|
13
|
-
import * as i12 from "@acorex/components/
|
10
|
+
import * as i9 from "@angular/forms";
|
11
|
+
import * as i10 from "@acorex/components/button";
|
12
|
+
import * as i11 from "@acorex/components/number-box";
|
13
|
+
import * as i12 from "@acorex/components/dropdown";
|
14
|
+
import * as i13 from "@acorex/components/decorators";
|
14
15
|
export declare class AXDataPagerModule {
|
15
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXDataPagerModule, never>;
|
16
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AXDataPagerModule, [typeof i1.AXDataPagerComponent, typeof i2.AXDataPagerNextButtonsComponent, typeof i3.AXDataPagerPrevButtonsComponent, typeof i4.AXDataPagerPageSizesComponent, typeof i5.AXDataPagerNumericSelectorComponent, typeof i6.AXDataPagerInputSelectorComponent, typeof i7.AXDataPagerInfoComponent], [typeof i8.CommonModule, typeof i9.
|
17
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXDataPagerModule, [typeof i1.AXDataPagerComponent, typeof i2.AXDataPagerNextButtonsComponent, typeof i3.AXDataPagerPrevButtonsComponent, typeof i4.AXDataPagerPageSizesComponent, typeof i5.AXDataPagerNumericSelectorComponent, typeof i6.AXDataPagerInputSelectorComponent, typeof i7.AXDataPagerInfoComponent], [typeof i8.CommonModule, typeof i9.FormsModule, typeof i10.AXButtonModule, typeof i11.AXNumberBoxModule, typeof i12.AXDropdownModule, typeof i13.AXDecoratorModule], [typeof i1.AXDataPagerComponent, typeof i2.AXDataPagerNextButtonsComponent, typeof i3.AXDataPagerPrevButtonsComponent, typeof i4.AXDataPagerPageSizesComponent, typeof i5.AXDataPagerNumericSelectorComponent, typeof i6.AXDataPagerInputSelectorComponent, typeof i7.AXDataPagerInfoComponent]>;
|
17
18
|
static ɵinj: i0.ɵɵInjectorDeclaration<AXDataPagerModule>;
|
18
19
|
}
|
package/data-table/index.d.ts
CHANGED
@@ -1,16 +1,11 @@
|
|
1
1
|
import { TemplateRef } from '@angular/core';
|
2
2
|
import * as i0 from "@angular/core";
|
3
3
|
export declare class AXDataColumnComponent {
|
4
|
-
|
5
|
-
|
6
|
-
_defaultTemplate?: TemplateRef<any>;
|
7
|
-
get headerTemplate(): TemplateRef<any>;
|
8
|
-
_inputCellTemplate?: TemplateRef<any>;
|
9
|
-
_contentCellTemplate?: TemplateRef<any>;
|
10
|
-
get cellTemplate(): TemplateRef<any>;
|
4
|
+
headerTemplate?: TemplateRef<any>;
|
5
|
+
cellTemplate?: TemplateRef<any>;
|
11
6
|
valueField: string;
|
12
7
|
caption: string;
|
13
8
|
width: string | number;
|
14
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXDataColumnComponent, never>;
|
15
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<AXDataColumnComponent, "ax-data-column", never, { "
|
10
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<AXDataColumnComponent, "ax-data-column", never, { "headerTemplate": { "alias": "headerTemplate"; "required": false; }; "cellTemplate": { "alias": "cellTemplate"; "required": false; }; "valueField": { "alias": "valueField"; "required": false; }; "caption": { "alias": "caption"; "required": false; }; "width": { "alias": "width"; "required": false; }; }, {}, never, never, false, never>;
|
16
11
|
}
|
@@ -1,9 +1,8 @@
|
|
1
|
-
import {
|
2
|
-
import { AXPagedComponentInterface, AXValueChangedEvent } from '@acorex/components/common';
|
1
|
+
import { QueryList, TemplateRef, EventEmitter } from '@angular/core';
|
2
|
+
import { AXPagedComponentInterface, AXValueChangedEvent, MXBaseComponent, AXDataListItems } from '@acorex/components/common';
|
3
3
|
import { AXDataColumnComponent } from './data-column.directive';
|
4
|
-
import { AXBaseComponentMixin, AXDataListItems } from '@acorex/components/mixin';
|
5
4
|
import * as i0 from "@angular/core";
|
6
|
-
export declare class AXDataTableComponent extends
|
5
|
+
export declare class AXDataTableComponent extends MXBaseComponent implements AXPagedComponentInterface {
|
7
6
|
protected _columns: QueryList<AXDataColumnComponent>;
|
8
7
|
onPageChanged: EventEmitter<AXValueChangedEvent<number>>;
|
9
8
|
rowTemplate?: TemplateRef<any>;
|
@@ -14,19 +13,19 @@ export declare class AXDataTableComponent extends AXBaseComponentMixin implement
|
|
14
13
|
set pageSize(v: number);
|
15
14
|
fetchDataMode: 'auto' | 'manual';
|
16
15
|
private _currentPage;
|
17
|
-
_isLoading: boolean;
|
18
16
|
private _loadedItems;
|
19
17
|
private _totalItems;
|
20
18
|
private _isLazy;
|
19
|
+
protected _isLoading: boolean;
|
21
20
|
get totalCount(): number;
|
22
21
|
protected get isLazy(): boolean;
|
22
|
+
protected get isLoading(): boolean;
|
23
23
|
protected get loadedCount(): number;
|
24
24
|
private _items;
|
25
25
|
get items(): AXDataListItems;
|
26
26
|
set items(v: AXDataListItems);
|
27
27
|
get displayItems(): any[];
|
28
|
-
|
29
|
-
onViewInit(): void;
|
28
|
+
ngAfterViewInit(): void;
|
30
29
|
_fetchData(opts?: {
|
31
30
|
searchQuery?: string;
|
32
31
|
}): void;
|
@@ -1,14 +1,13 @@
|
|
1
1
|
import * as i0 from "@angular/core";
|
2
2
|
import * as i1 from "./data-table.component";
|
3
3
|
import * as i2 from "./data-column.directive";
|
4
|
-
import * as i3 from "
|
5
|
-
import * as i4 from "@
|
6
|
-
import * as i5 from "@acorex/
|
7
|
-
import * as i6 from "@acorex/components/
|
8
|
-
import * as i7 from "@acorex/components/
|
9
|
-
import * as i8 from "@acorex/components/decorators";
|
4
|
+
import * as i3 from "@angular/common";
|
5
|
+
import * as i4 from "@acorex/core/translation";
|
6
|
+
import * as i5 from "@acorex/components/result";
|
7
|
+
import * as i6 from "@acorex/components/loading";
|
8
|
+
import * as i7 from "@acorex/components/decorators";
|
10
9
|
export declare class AXDataTableModule {
|
11
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXDataTableModule, never>;
|
12
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AXDataTableModule, [typeof i1.AXDataTableComponent, typeof i2.AXDataColumnComponent
|
11
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXDataTableModule, [typeof i1.AXDataTableComponent, typeof i2.AXDataColumnComponent], [typeof i3.CommonModule, typeof i4.AXTranslationModule, typeof i5.AXResultModule, typeof i6.AXLoadingModule, typeof i7.AXDecoratorModule], [typeof i1.AXDataTableComponent, typeof i2.AXDataColumnComponent]>;
|
13
12
|
static ɵinj: i0.ɵɵInjectorDeclaration<AXDataTableModule>;
|
14
13
|
}
|
@@ -1,14 +1,14 @@
|
|
1
|
-
import {
|
1
|
+
import { AXCalendarNavigateEvent, MXCalendarBaseComponent } from '@acorex/components/calendar';
|
2
2
|
import { AXOptionChangedEvent, MXInteractiveComponent, MXValueComponent } from '@acorex/components/common';
|
3
3
|
import { AXPopoverComponent, MXDropDownComponent } from '@acorex/components/popover';
|
4
|
-
import {
|
4
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
5
5
|
import * as i0 from "@angular/core";
|
6
6
|
declare const AXDatePickerComponent_base: import("polytype").Polytype.ClusteredConstructor<[{
|
7
7
|
new (): MXValueComponent<Date>;
|
8
8
|
ɵfac: unknown;
|
9
9
|
ɵprov: import("@angular/core").ɵɵInjectableDeclaration<MXValueComponent<any>>;
|
10
10
|
}, typeof MXInteractiveComponent, typeof MXCalendarBaseComponent, typeof MXDropDownComponent]>;
|
11
|
-
export declare class AXDatePickerComponent extends AXDatePickerComponent_base {
|
11
|
+
export declare class AXDatePickerComponent extends AXDatePickerComponent_base implements OnInit {
|
12
12
|
protected popover: AXPopoverComponent;
|
13
13
|
private _calendar;
|
14
14
|
protected _target: HTMLDivElement;
|
@@ -27,13 +27,14 @@ export declare class AXDatePickerComponent extends AXDatePickerComponent_base {
|
|
27
27
|
private _platform;
|
28
28
|
ngOnInit(): void;
|
29
29
|
private _updateDisplayText;
|
30
|
-
protected _handlePopoverOpened(
|
30
|
+
protected _handlePopoverOpened(): void;
|
31
31
|
protected _handleArrowClickEvent(): void;
|
32
|
-
_handleOnValueChanged(
|
32
|
+
_handleOnValueChanged(): void;
|
33
33
|
_handleOnOptionChanged(e: AXOptionChangedEvent): void;
|
34
34
|
protected _handleOnInputClickEvent(e: MouseEvent): void;
|
35
35
|
protected _handleOnNavigate(e: AXCalendarNavigateEvent): void;
|
36
|
+
private get __hostClass();
|
36
37
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXDatePickerComponent, never>;
|
37
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AXDatePickerComponent, "ax-date-picker", never, { "rtl": { "alias": "rtl"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "value": { "alias": "value"; "required": false; }; "name": { "alias": "name"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "depth": { "alias": "depth"; "required": false; }; "activeView": { "alias": "activeView"; "required": false; }; "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "disabledDates": { "alias": "disabledDates"; "required": false; }; "holidayDates": { "alias": "holidayDates"; "required": false; }; "type": { "alias": "type"; "required": false; }; "cellTemplate": { "alias": "cellTemplate"; "required": false; }; "cellClass": { "alias": "cellClass"; "required": false; }; "format": { "alias": "format"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "interface": { "alias": "interface"; "required": false; }; }, { "onOptionChanged": "onOptionChanged"; "valueChange": "valueChange"; "onValueChanged": "onValueChanged"; "onBlur": "onBlur"; "onFocus": "onFocus"; "depthChange": "depthChange"; "typeChange": "typeChange"; "activeViewChange": "activeViewChange"; "disabledDatesChange": "disabledDatesChange"; "holidayDatesChange": "holidayDatesChange"; "onNavigate": "onNavigate"; "onSlotClick": "onSlotClick"; "formatChange": "formatChange"; }, never, ["ax-prefix", "ax-validation-rule", "ax-suffix"], false, never>;
|
38
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXDatePickerComponent, "ax-date-picker", never, { "rtl": { "alias": "rtl"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "value": { "alias": "value"; "required": false; }; "name": { "alias": "name"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "depth": { "alias": "depth"; "required": false; }; "activeView": { "alias": "activeView"; "required": false; }; "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "disabledDates": { "alias": "disabledDates"; "required": false; }; "holidayDates": { "alias": "holidayDates"; "required": false; }; "type": { "alias": "type"; "required": false; }; "cellTemplate": { "alias": "cellTemplate"; "required": false; }; "cellClass": { "alias": "cellClass"; "required": false; }; "format": { "alias": "format"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "interface": { "alias": "interface"; "required": false; }; }, { "onOptionChanged": "onOptionChanged"; "valueChange": "valueChange"; "onValueChanged": "onValueChanged"; "onBlur": "onBlur"; "onFocus": "onFocus"; "depthChange": "depthChange"; "typeChange": "typeChange"; "activeViewChange": "activeViewChange"; "disabledDatesChange": "disabledDatesChange"; "holidayDatesChange": "holidayDatesChange"; "onNavigate": "onNavigate"; "onSlotClick": "onSlotClick"; "formatChange": "formatChange"; }, never, ["ax-prefix", "ax-clear-button", "ax-validation-rule", "ax-suffix"], false, never>;
|
38
39
|
}
|
39
40
|
export {};
|
@@ -2,7 +2,7 @@ import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./datepicker.component";
|
3
3
|
import * as i2 from "@angular/common";
|
4
4
|
import * as i3 from "@acorex/components/calendar";
|
5
|
-
import * as i4 from "@acorex/components/
|
5
|
+
import * as i4 from "@acorex/components/text-box";
|
6
6
|
import * as i5 from "@acorex/components/button";
|
7
7
|
import * as i6 from "@acorex/components/popover";
|
8
8
|
import * as i7 from "@acorex/components/decorators";
|
package/decorators/index.d.ts
CHANGED
@@ -1,15 +1,5 @@
|
|
1
1
|
export * from './lib/close-button.component';
|
2
|
-
export * from './lib/
|
2
|
+
export * from './lib/clear-button.component';
|
3
|
+
export * from './lib/generic-content.component';
|
3
4
|
export * from './lib/decorators.module';
|
4
|
-
export * from './lib/footer.component';
|
5
|
-
export * from './lib/form-hint.component';
|
6
|
-
export * from './lib/header.component';
|
7
5
|
export * from './lib/icon.component';
|
8
|
-
export * from './lib/overlay.component';
|
9
|
-
export * from './lib/placeholder.component';
|
10
|
-
export * from './lib/prefix.component';
|
11
|
-
export * from './lib/sub-title.component';
|
12
|
-
export * from './lib/suffix.component';
|
13
|
-
export * from './lib/text.component';
|
14
|
-
export * from './lib/title.component';
|
15
|
-
export * from './lib/divider.component';
|
@@ -0,0 +1,13 @@
|
|
1
|
+
import { AXClearableComponent, MXBaseComponent } from '@acorex/components/common';
|
2
|
+
import * as i0 from "@angular/core";
|
3
|
+
export declare class AXDecoratorClearButtonComponent extends MXBaseComponent {
|
4
|
+
private _parent?;
|
5
|
+
constructor(_parent?: AXClearableComponent);
|
6
|
+
private _icon;
|
7
|
+
get icon(): string;
|
8
|
+
set icon(v: string);
|
9
|
+
private get hostClass();
|
10
|
+
protected _handleOnClick(): void;
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXDecoratorClearButtonComponent, [{ optional: true; }]>;
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXDecoratorClearButtonComponent, "ax-clear-button", never, { "icon": { "alias": "icon"; "required": false; }; }, {}, never, never, false, never>;
|
13
|
+
}
|
@@ -1,15 +1,12 @@
|
|
1
|
-
import { AXClosbaleComponent } from '@acorex/components/common';
|
2
|
-
import { AXBaseComponentMixin } from '@acorex/components/mixin';
|
3
|
-
import { ChangeDetectorRef, ElementRef } from '@angular/core';
|
1
|
+
import { AXClosbaleComponent, MXBaseComponent } from '@acorex/components/common';
|
4
2
|
import * as i0 from "@angular/core";
|
5
|
-
export declare class AXDecoratorCloseButtonComponent extends
|
3
|
+
export declare class AXDecoratorCloseButtonComponent extends MXBaseComponent {
|
6
4
|
private _parent?;
|
7
|
-
constructor(
|
5
|
+
constructor(_parent?: AXClosbaleComponent);
|
8
6
|
private _icon;
|
9
7
|
get icon(): string;
|
10
8
|
set icon(v: string);
|
11
|
-
|
12
|
-
|
13
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AXDecoratorCloseButtonComponent, [null, null, { optional: true; }]>;
|
9
|
+
protected _handleOnClick(): void;
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXDecoratorCloseButtonComponent, [{ optional: true; }]>;
|
14
11
|
static ɵcmp: i0.ɵɵComponentDeclaration<AXDecoratorCloseButtonComponent, "ax-close-button", never, { "icon": { "alias": "icon"; "required": false; }; }, {}, never, never, false, never>;
|
15
12
|
}
|
@@ -1,20 +1,11 @@
|
|
1
1
|
import * as i0 from "@angular/core";
|
2
|
-
import * as i1 from "./
|
3
|
-
import * as i2 from "./
|
4
|
-
import * as i3 from "./
|
5
|
-
import * as i4 from "./
|
6
|
-
import * as i5 from "
|
7
|
-
import * as i6 from "./icon.component";
|
8
|
-
import * as i7 from "./title.component";
|
9
|
-
import * as i8 from "./sub-title.component";
|
10
|
-
import * as i9 from "./close-button.component";
|
11
|
-
import * as i10 from "./overlay.component";
|
12
|
-
import * as i11 from "./placeholder.component";
|
13
|
-
import * as i12 from "./text.component";
|
14
|
-
import * as i13 from "./form-hint.component";
|
15
|
-
import * as i14 from "@angular/common";
|
2
|
+
import * as i1 from "./icon.component";
|
3
|
+
import * as i2 from "./clear-button.component";
|
4
|
+
import * as i3 from "./close-button.component";
|
5
|
+
import * as i4 from "./generic-content.component";
|
6
|
+
import * as i5 from "@angular/common";
|
16
7
|
export declare class AXDecoratorModule {
|
17
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXDecoratorModule, never>;
|
18
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AXDecoratorModule, [typeof i1.
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXDecoratorModule, [typeof i1.AXDecoratorIconComponent, typeof i2.AXDecoratorClearButtonComponent, typeof i3.AXDecoratorCloseButtonComponent, typeof i4.AXDecoratorGenericComponent], [typeof i5.CommonModule], [typeof i1.AXDecoratorIconComponent, typeof i2.AXDecoratorClearButtonComponent, typeof i3.AXDecoratorCloseButtonComponent, typeof i4.AXDecoratorGenericComponent]>;
|
19
10
|
static ɵinj: i0.ɵɵInjectorDeclaration<AXDecoratorModule>;
|
20
11
|
}
|
@@ -0,0 +1,6 @@
|
|
1
|
+
import { MXBaseComponent } from '@acorex/components/common';
|
2
|
+
import * as i0 from "@angular/core";
|
3
|
+
export declare class AXDecoratorGenericComponent extends MXBaseComponent {
|
4
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXDecoratorGenericComponent, never>;
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXDecoratorGenericComponent, "ax-footer, ax-header, ax-content, ax-divider, ax-form-hint, ax-prefix, ax-suffix, ax-text, ax-title , ax-sub-title", never, {}, {}, never, ["*"], false, never>;
|
6
|
+
}
|
@@ -1,10 +1,8 @@
|
|
1
|
-
import {
|
2
|
-
import { ElementRef, ChangeDetectorRef } from '@angular/core';
|
1
|
+
import { MXBaseComponent } from '@acorex/components/common';
|
3
2
|
import * as i0 from "@angular/core";
|
4
|
-
export declare class AXDecoratorIconComponent extends
|
3
|
+
export declare class AXDecoratorIconComponent extends MXBaseComponent {
|
5
4
|
icon: string;
|
6
5
|
private get __iconClass();
|
7
|
-
constructor(elementRef: ElementRef, cdr: ChangeDetectorRef);
|
8
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXDecoratorIconComponent, never>;
|
9
7
|
static ɵcmp: i0.ɵɵComponentDeclaration<AXDecoratorIconComponent, "ax-icon", never, { "icon": { "alias": "icon"; "required": false; }; }, {}, never, ["i,span,svg,img"], false, never>;
|
10
8
|
}
|
@@ -1,13 +1,21 @@
|
|
1
1
|
import { AXStyleColorType } from '@acorex/components/common';
|
2
2
|
import { AXButtonItem } from '@acorex/components/button';
|
3
|
-
export interface
|
3
|
+
export interface AXDialogConfig {
|
4
4
|
title: string;
|
5
5
|
content: string;
|
6
6
|
type: AXStyleColorType;
|
7
|
-
buttons
|
8
|
-
|
7
|
+
buttons: AXButtonItem[];
|
8
|
+
closeButton?: boolean;
|
9
9
|
orientation?: "horizontal" | "vertical";
|
10
10
|
}
|
11
11
|
export interface AXDialogRef {
|
12
12
|
close(): void;
|
13
13
|
}
|
14
|
+
export interface AXDialogData {
|
15
|
+
title: string;
|
16
|
+
content: string;
|
17
|
+
type: AXStyleColorType;
|
18
|
+
buttons: AXButtonItem[];
|
19
|
+
closeButton: boolean;
|
20
|
+
orientation: "horizontal" | "vertical";
|
21
|
+
}
|
@@ -1,16 +1,20 @@
|
|
1
|
-
import { ElementRef, ChangeDetectorRef } from '@angular/core';
|
2
1
|
import { AXButtonItem } from '@acorex/components/button';
|
3
|
-
import {
|
4
|
-
import {
|
2
|
+
import { MXBaseComponent, AXComponentCloseEvent } from '@acorex/components/common';
|
3
|
+
import { DialogRef } from '@angular/cdk/dialog';
|
4
|
+
import { AXDialogData } from './dialog.class';
|
5
5
|
import * as i0 from "@angular/core";
|
6
|
-
export declare class AXDialogComponent extends
|
7
|
-
|
8
|
-
|
9
|
-
_icon: string;
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
6
|
+
export declare class AXDialogComponent extends MXBaseComponent {
|
7
|
+
protected data: AXDialogData;
|
8
|
+
private dialogRef;
|
9
|
+
protected _icon: string;
|
10
|
+
/**
|
11
|
+
* @ignore
|
12
|
+
*/
|
13
|
+
constructor(data: AXDialogData, dialogRef: DialogRef<AXComponentCloseEvent>);
|
14
|
+
ngOnInit(): void;
|
15
|
+
protected _handleButtonClick(button: AXButtonItem): void;
|
16
|
+
protected _hasAutoFocus(button: AXButtonItem): boolean;
|
17
|
+
close(): void;
|
14
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXDialogComponent, never>;
|
15
19
|
static ɵcmp: i0.ɵɵComponentDeclaration<AXDialogComponent, "ax-dialog", never, {}, {}, never, never, false, never>;
|
16
20
|
}
|
@@ -5,10 +5,11 @@ 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
7
|
import * as i6 from "@acorex/components/button";
|
8
|
-
import * as i7 from "@acorex/components/
|
9
|
-
import * as i8 from "@acorex/components/
|
8
|
+
import * as i7 from "@acorex/components/decorators";
|
9
|
+
import * as i8 from "@acorex/components/loading";
|
10
|
+
import * as i9 from "@angular/cdk/dialog";
|
10
11
|
export declare class AXDialogModule {
|
11
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXDialogModule, never>;
|
12
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AXDialogModule, [typeof i1.AXDialogComponent], [typeof i2.CommonModule, typeof i3.AXCommonModule, typeof i4.DragDropModule, typeof i5.A11yModule, typeof i6.AXButtonModule, typeof i7.
|
13
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXDialogModule, [typeof i1.AXDialogComponent], [typeof i2.CommonModule, typeof i3.AXCommonModule, typeof i4.DragDropModule, typeof i5.A11yModule, typeof i6.AXButtonModule, typeof i7.AXDecoratorModule, typeof i8.AXLoadingModule, typeof i9.DialogModule], [typeof i1.AXDialogComponent]>;
|
13
14
|
static ɵinj: i0.ɵɵInjectorDeclaration<AXDialogModule>;
|
14
15
|
}
|