@acorex/components 6.1.0 → 6.1.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/alert/public-api.d.ts +1 -0
- package/alert/src/alert-button.directive.d.ts +8 -0
- package/alert/src/alert.component.d.ts +18 -10
- package/alert/src/alert.module.d.ts +4 -3
- package/badge/src/badge.component.d.ts +2 -1
- package/breadcrumbs/src/breadcrumbs-item.component.d.ts +6 -7
- package/button/src/button-group.component.d.ts +6 -4
- package/button/src/button-item.component.d.ts +6 -4
- package/calendar/src/calendar.component.d.ts +4 -4
- package/calendar/src/calendar.module.d.ts +3 -4
- package/color-picker/src/color-picker.component.d.ts +22 -21
- package/common/public-api.d.ts +1 -0
- package/common/src/common.module.d.ts +4 -3
- package/common/src/debounce-time.directive.d.ts +17 -0
- package/common/src/events.class.d.ts +1 -1
- package/data-table/src/data-table.component.d.ts +3 -3
- package/date-picker/src/datepicker.component.d.ts +15 -12
- package/decorators/public-api.d.ts +1 -0
- package/decorators/src/decorators.module.d.ts +7 -6
- package/decorators/src/sub-title.component.d.ts +9 -0
- package/esm2020/action-sheet/src/action-sheet-item.component.mjs +3 -3
- package/esm2020/action-sheet/src/action-sheet.component.mjs +3 -3
- package/esm2020/action-sheet/src/action-sheet.module.mjs +4 -4
- package/esm2020/alert/public-api.mjs +2 -1
- package/esm2020/alert/src/alert-button.directive.mjs +19 -0
- package/esm2020/alert/src/alert.component.mjs +80 -51
- package/esm2020/alert/src/alert.module.mjs +7 -6
- package/esm2020/avatar/src/avatar-group.component.mjs +3 -3
- package/esm2020/avatar/src/avatar.component.mjs +3 -3
- package/esm2020/avatar/src/avatar.module.mjs +4 -4
- package/esm2020/badge/src/badge.component.mjs +3 -3
- package/esm2020/badge/src/badge.module.mjs +4 -4
- package/esm2020/breadcrumbs/src/breadcrumbs-item.component.mjs +3 -3
- package/esm2020/breadcrumbs/src/breadcrumbs.component.mjs +3 -3
- package/esm2020/breadcrumbs/src/breadcrumbs.module.mjs +4 -4
- package/esm2020/button/src/button-group.component.mjs +3 -3
- package/esm2020/button/src/button-item.component.mjs +3 -3
- package/esm2020/button/src/button.component.mjs +3 -3
- package/esm2020/button/src/button.module.mjs +4 -4
- package/esm2020/calendar/src/calendar.class.mjs +3 -3
- package/esm2020/calendar/src/calendar.component.mjs +10 -12
- package/esm2020/calendar/src/calendar.module.mjs +6 -7
- package/esm2020/carousel/src/carousel-arrows.component.mjs +3 -3
- package/esm2020/carousel/src/carousel-item.component.mjs +3 -3
- package/esm2020/carousel/src/carousel-pager.component.mjs +3 -3
- package/esm2020/carousel/src/carousel.class.mjs +3 -3
- package/esm2020/carousel/src/carousel.component.mjs +3 -3
- package/esm2020/carousel/src/carousel.module.mjs +4 -4
- package/esm2020/checkbox/src/checkbox.component.mjs +3 -3
- package/esm2020/checkbox/src/checkbox.module.mjs +4 -4
- package/esm2020/collapse/src/collapse-group.component.mjs +3 -3
- package/esm2020/collapse/src/collapse.component.mjs +3 -3
- package/esm2020/collapse/src/collapse.module.mjs +4 -4
- package/esm2020/color-palette/src/color-palette-input.component.mjs +4 -4
- package/esm2020/color-palette/src/color-palette-picker.component.mjs +3 -3
- package/esm2020/color-palette/src/color-palette-preview.component.mjs +3 -3
- package/esm2020/color-palette/src/color-palette-swatches.component.mjs +3 -3
- package/esm2020/color-palette/src/color-palette.class.mjs +6 -6
- package/esm2020/color-palette/src/color-palette.component.mjs +3 -3
- package/esm2020/color-palette/src/color-palette.module.mjs +4 -4
- package/esm2020/color-picker/src/color-picker.component.mjs +5 -5
- package/esm2020/color-picker/src/color-picker.module.mjs +4 -4
- package/esm2020/common/public-api.mjs +2 -1
- package/esm2020/common/src/auto-focus.directive.mjs +4 -4
- package/esm2020/common/src/common.module.mjs +10 -5
- package/esm2020/common/src/components.class.mjs +18 -18
- package/esm2020/common/src/custom-cdk-overlay.service.mjs +7 -7
- package/esm2020/common/src/debounce-time.directive.mjs +47 -0
- package/esm2020/common/src/events.class.mjs +1 -1
- package/esm2020/common/src/hotkey.directive.mjs +3 -3
- package/esm2020/common/src/hotkey.service.mjs +4 -4
- package/esm2020/common/src/infinite-scroll.directive.mjs +3 -3
- package/esm2020/common/src/overlay.service.mjs +3 -3
- package/esm2020/common/src/responsive.directive.mjs +3 -3
- package/esm2020/context-menu/src/context-menu.component.mjs +3 -3
- package/esm2020/context-menu/src/context-menu.module.mjs +4 -4
- package/esm2020/data-pager/src/data-pager-base.component.mjs +6 -6
- package/esm2020/data-pager/src/data-pager-info.component.mjs +3 -3
- package/esm2020/data-pager/src/data-pager-input-selector.component.mjs +8 -7
- package/esm2020/data-pager/src/data-pager-next-buttons.components.mjs +14 -13
- package/esm2020/data-pager/src/data-pager-numeric-selector.component.mjs +10 -10
- package/esm2020/data-pager/src/data-pager-pagesize-dropdown.component.mjs +3 -3
- package/esm2020/data-pager/src/data-pager-prev-buttons.component.mjs +14 -13
- package/esm2020/data-pager/src/data-pager.component.mjs +7 -6
- package/esm2020/data-pager/src/data-pager.module.mjs +4 -4
- package/esm2020/data-table/src/data-column-cell-template.directive.mjs +3 -3
- package/esm2020/data-table/src/data-column.directive.mjs +3 -3
- package/esm2020/data-table/src/data-table.component.mjs +5 -4
- package/esm2020/data-table/src/data-table.module.mjs +4 -4
- package/esm2020/date-picker/src/datepicker.component.mjs +4 -5
- package/esm2020/date-picker/src/datepicker.module.mjs +4 -4
- package/esm2020/decorators/public-api.mjs +2 -1
- package/esm2020/decorators/src/close-button.component.mjs +3 -3
- package/esm2020/decorators/src/content.component.mjs +3 -3
- package/esm2020/decorators/src/decorators.module.mjs +10 -6
- package/esm2020/decorators/src/footer.component.mjs +3 -3
- package/esm2020/decorators/src/header.component.mjs +3 -3
- package/esm2020/decorators/src/icon.component.mjs +3 -3
- package/esm2020/decorators/src/overlay.component.mjs +3 -3
- package/esm2020/decorators/src/placeholder.component.mjs +3 -3
- package/esm2020/decorators/src/prefix.component.mjs +3 -3
- package/esm2020/decorators/src/sub-title.component.mjs +27 -0
- package/esm2020/decorators/src/suffix.component.mjs +3 -3
- package/esm2020/decorators/src/text.component.mjs +3 -3
- package/esm2020/decorators/src/title.component.mjs +3 -3
- package/esm2020/dialog/src/dialog.component.mjs +3 -3
- package/esm2020/dialog/src/dialog.module.mjs +4 -4
- package/esm2020/dialog/src/dialog.service.mjs +3 -3
- package/esm2020/drawer/src/drawer-container.component.mjs +3 -3
- package/esm2020/drawer/src/drawer.component.mjs +3 -3
- package/esm2020/drawer/src/drawer.module.mjs +4 -4
- package/esm2020/dropdown/src/dropdown-panel.component.mjs +3 -3
- package/esm2020/dropdown/src/dropdown.module.mjs +4 -4
- package/esm2020/form/src/form-field.component.mjs +3 -3
- package/esm2020/form/src/form-hint.component.mjs +3 -3
- package/esm2020/form/src/form.component.mjs +3 -3
- package/esm2020/form/src/form.module.mjs +4 -4
- package/esm2020/form/src/validation-rule.widget.mjs +13 -8
- package/esm2020/form/src/validation-summary.component.mjs +25 -17
- package/esm2020/image/src/image.component.mjs +3 -3
- package/esm2020/image/src/image.module.mjs +4 -4
- package/esm2020/label/src/label.component.mjs +3 -3
- package/esm2020/label/src/label.module.mjs +4 -4
- package/esm2020/loading/src/loading-spinner.component.mjs +3 -3
- package/esm2020/loading/src/loading.component.mjs +3 -3
- package/esm2020/loading/src/loading.directive.mjs +3 -3
- package/esm2020/loading/src/loading.module.mjs +4 -4
- package/esm2020/loading/src/loading.service.mjs +3 -3
- package/esm2020/menu/src/menu.component.mjs +3 -3
- package/esm2020/menu/src/menu.module.mjs +4 -4
- package/esm2020/mixin/src/base-components.class.mjs +9 -4
- package/esm2020/mixin/src/textbox-mixin.class.mjs +52 -83
- package/esm2020/mixin/src/value-mixin.class.mjs +2 -1
- package/esm2020/number-box/src/number-box.component.mjs +5 -6
- package/esm2020/number-box/src/number-box.module.mjs +4 -4
- package/esm2020/page/src/base-page.class.mjs +3 -3
- package/esm2020/page/src/page.component.mjs +3 -3
- package/esm2020/page/src/page.module.mjs +4 -4
- package/esm2020/password-box/src/password-box.component.mjs +5 -5
- package/esm2020/password-box/src/password-box.module.mjs +4 -4
- package/esm2020/popover/src/popover.component.mjs +3 -3
- package/esm2020/popover/src/popover.module.mjs +4 -4
- package/esm2020/popup/src/popup.component.mjs +3 -3
- package/esm2020/popup/src/popup.module.mjs +4 -4
- package/esm2020/popup/src/popup.service.mjs +3 -3
- package/esm2020/progress-bar/src/progress-bar.component.mjs +3 -3
- package/esm2020/progress-bar/src/progress-bar.module.mjs +4 -4
- package/esm2020/radio/src/radio.component.mjs +3 -3
- package/esm2020/radio/src/radio.module.mjs +4 -4
- package/esm2020/range-slider/src/range-slider.component.mjs +3 -3
- package/esm2020/range-slider/src/range-slider.module.mjs +4 -4
- package/esm2020/rating/src/rating.component.mjs +3 -3
- package/esm2020/rating/src/rating.component.module.mjs +4 -4
- package/esm2020/result/src/result.component.mjs +3 -3
- package/esm2020/result/src/result.module.mjs +4 -4
- package/esm2020/search-box/src/search-box.component.mjs +6 -5
- package/esm2020/search-box/src/search-box.module.mjs +4 -4
- package/esm2020/select-box/src/selectbox.component.mjs +7 -7
- package/esm2020/select-box/src/selectbox.module.mjs +4 -4
- package/esm2020/selection-list/src/selection-list.component.mjs +21 -10
- package/esm2020/selection-list/src/selection-list.module.mjs +4 -4
- package/esm2020/switch/src/switch.component.mjs +3 -3
- package/esm2020/switch/src/switch.module.mjs +4 -4
- package/esm2020/tabs/src/tab-content.directive.mjs +3 -3
- package/esm2020/tabs/src/tab-item.component.mjs +3 -3
- package/esm2020/tabs/src/tabs.component.mjs +3 -3
- package/esm2020/tabs/src/tabs.module.mjs +4 -4
- package/esm2020/textarea/src/textarea.component.mjs +5 -5
- package/esm2020/textarea/src/textarea.module.mjs +4 -4
- package/esm2020/textbox/public-api.mjs +2 -2
- package/esm2020/textbox/src/mask-options.directive.mjs +22 -0
- package/esm2020/textbox/src/textbox.component.mjs +46 -26
- package/esm2020/textbox/src/textbox.module.mjs +14 -10
- package/esm2020/time-box/src/time-box.component.mjs +6 -6
- package/esm2020/time-box/src/time-box.module.mjs +4 -4
- package/esm2020/toast/src/toast.component.mjs +5 -5
- package/esm2020/toast/src/toast.module.mjs +4 -4
- package/esm2020/toast/src/toast.service.mjs +3 -3
- package/esm2020/tooltip/src/tooltip.component.mjs +3 -3
- package/esm2020/tooltip/src/tooltip.directive.mjs +3 -3
- package/esm2020/tooltip/src/tooltip.module.mjs +4 -4
- package/esm2020/tree-view/src/tree-view.component.mjs +3 -3
- package/esm2020/tree-view/src/tree-view.module.mjs +4 -4
- package/esm2020/uploader/src/uploader.component.mjs +3 -3
- package/esm2020/uploader/src/uploader.module.mjs +4 -4
- package/fesm2015/acorex-components-action-sheet.mjs +10 -10
- package/fesm2015/acorex-components-alert.mjs +106 -58
- package/fesm2015/acorex-components-alert.mjs.map +1 -1
- package/fesm2015/acorex-components-avatar.mjs +10 -10
- package/fesm2015/acorex-components-badge.mjs +7 -7
- package/fesm2015/acorex-components-breadcrumbs.mjs +10 -10
- package/fesm2015/acorex-components-button.mjs +13 -13
- package/fesm2015/acorex-components-calendar.mjs +17 -20
- package/fesm2015/acorex-components-calendar.mjs.map +1 -1
- package/fesm2015/acorex-components-carousel.mjs +19 -19
- package/fesm2015/acorex-components-checkbox.mjs +7 -7
- package/fesm2015/acorex-components-collapse.mjs +10 -10
- package/fesm2015/acorex-components-color-palette.mjs +26 -26
- package/fesm2015/acorex-components-color-palette.mjs.map +1 -1
- package/fesm2015/acorex-components-color-picker.mjs +8 -8
- package/fesm2015/acorex-components-color-picker.mjs.map +1 -1
- package/fesm2015/acorex-components-common.mjs +104 -55
- package/fesm2015/acorex-components-common.mjs.map +1 -1
- package/fesm2015/acorex-components-context-menu.mjs +7 -7
- package/fesm2015/acorex-components-data-pager.mjs +59 -57
- package/fesm2015/acorex-components-data-pager.mjs.map +1 -1
- package/fesm2015/acorex-components-data-table.mjs +14 -13
- package/fesm2015/acorex-components-data-table.mjs.map +1 -1
- package/fesm2015/acorex-components-date-picker.mjs +7 -8
- package/fesm2015/acorex-components-date-picker.mjs.map +1 -1
- package/fesm2015/acorex-components-decorators.mjs +65 -39
- package/fesm2015/acorex-components-decorators.mjs.map +1 -1
- package/fesm2015/acorex-components-dialog.mjs +10 -10
- package/fesm2015/acorex-components-drawer.mjs +10 -10
- package/fesm2015/acorex-components-dropdown.mjs +7 -7
- package/fesm2015/acorex-components-form.mjs +49 -36
- package/fesm2015/acorex-components-form.mjs.map +1 -1
- package/fesm2015/acorex-components-image.mjs +7 -7
- package/fesm2015/acorex-components-label.mjs +7 -7
- package/fesm2015/acorex-components-loading.mjs +16 -16
- package/fesm2015/acorex-components-menu.mjs +7 -7
- package/fesm2015/acorex-components-mixin.mjs +12 -36
- package/fesm2015/acorex-components-mixin.mjs.map +1 -1
- package/fesm2015/acorex-components-number-box.mjs +8 -9
- package/fesm2015/acorex-components-number-box.mjs.map +1 -1
- package/fesm2015/acorex-components-page.mjs +10 -10
- package/fesm2015/acorex-components-password-box.mjs +8 -8
- package/fesm2015/acorex-components-password-box.mjs.map +1 -1
- package/fesm2015/acorex-components-popover.mjs +7 -7
- package/fesm2015/acorex-components-popup.mjs +10 -10
- package/fesm2015/acorex-components-progress-bar.mjs +7 -7
- package/fesm2015/acorex-components-radio.mjs +7 -7
- package/fesm2015/acorex-components-range-slider.mjs +7 -7
- package/fesm2015/acorex-components-rating.mjs +7 -7
- package/fesm2015/acorex-components-result.mjs +7 -7
- package/fesm2015/acorex-components-search-box.mjs +9 -8
- package/fesm2015/acorex-components-search-box.mjs.map +1 -1
- package/fesm2015/acorex-components-select-box.mjs +10 -10
- package/fesm2015/acorex-components-select-box.mjs.map +1 -1
- package/fesm2015/acorex-components-selection-list.mjs +24 -13
- package/fesm2015/acorex-components-selection-list.mjs.map +1 -1
- package/fesm2015/acorex-components-switch.mjs +7 -7
- package/fesm2015/acorex-components-tabs.mjs +13 -13
- package/fesm2015/acorex-components-textarea.mjs +8 -8
- package/fesm2015/acorex-components-textarea.mjs.map +1 -1
- package/fesm2015/acorex-components-textbox.mjs +65 -42
- package/fesm2015/acorex-components-textbox.mjs.map +1 -1
- package/fesm2015/acorex-components-time-box.mjs +9 -9
- package/fesm2015/acorex-components-time-box.mjs.map +1 -1
- package/fesm2015/acorex-components-toast.mjs +11 -11
- package/fesm2015/acorex-components-toast.mjs.map +1 -1
- package/fesm2015/acorex-components-tooltip.mjs +10 -10
- package/fesm2015/acorex-components-tree-view.mjs +7 -7
- package/fesm2015/acorex-components-uploader.mjs +7 -7
- package/fesm2020/acorex-components-action-sheet.mjs +10 -10
- package/fesm2020/acorex-components-alert.mjs +104 -58
- package/fesm2020/acorex-components-alert.mjs.map +1 -1
- package/fesm2020/acorex-components-avatar.mjs +10 -10
- package/fesm2020/acorex-components-badge.mjs +7 -7
- package/fesm2020/acorex-components-breadcrumbs.mjs +10 -10
- package/fesm2020/acorex-components-button.mjs +13 -13
- package/fesm2020/acorex-components-calendar.mjs +17 -20
- package/fesm2020/acorex-components-calendar.mjs.map +1 -1
- package/fesm2020/acorex-components-carousel.mjs +19 -19
- package/fesm2020/acorex-components-checkbox.mjs +7 -7
- package/fesm2020/acorex-components-collapse.mjs +10 -10
- package/fesm2020/acorex-components-color-palette.mjs +26 -26
- package/fesm2020/acorex-components-color-palette.mjs.map +1 -1
- package/fesm2020/acorex-components-color-picker.mjs +8 -8
- package/fesm2020/acorex-components-color-picker.mjs.map +1 -1
- package/fesm2020/acorex-components-common.mjs +103 -55
- package/fesm2020/acorex-components-common.mjs.map +1 -1
- package/fesm2020/acorex-components-context-menu.mjs +7 -7
- package/fesm2020/acorex-components-data-pager.mjs +59 -57
- package/fesm2020/acorex-components-data-pager.mjs.map +1 -1
- package/fesm2020/acorex-components-data-table.mjs +14 -13
- package/fesm2020/acorex-components-data-table.mjs.map +1 -1
- package/fesm2020/acorex-components-date-picker.mjs +7 -8
- package/fesm2020/acorex-components-date-picker.mjs.map +1 -1
- package/fesm2020/acorex-components-decorators.mjs +65 -39
- package/fesm2020/acorex-components-decorators.mjs.map +1 -1
- package/fesm2020/acorex-components-dialog.mjs +10 -10
- package/fesm2020/acorex-components-drawer.mjs +10 -10
- package/fesm2020/acorex-components-dropdown.mjs +7 -7
- package/fesm2020/acorex-components-form.mjs +49 -36
- package/fesm2020/acorex-components-form.mjs.map +1 -1
- package/fesm2020/acorex-components-image.mjs +7 -7
- package/fesm2020/acorex-components-label.mjs +7 -7
- package/fesm2020/acorex-components-loading.mjs +16 -16
- package/fesm2020/acorex-components-menu.mjs +7 -7
- package/fesm2020/acorex-components-mixin.mjs +60 -84
- package/fesm2020/acorex-components-mixin.mjs.map +1 -1
- package/fesm2020/acorex-components-number-box.mjs +8 -9
- package/fesm2020/acorex-components-number-box.mjs.map +1 -1
- package/fesm2020/acorex-components-page.mjs +10 -10
- package/fesm2020/acorex-components-password-box.mjs +8 -8
- package/fesm2020/acorex-components-password-box.mjs.map +1 -1
- package/fesm2020/acorex-components-popover.mjs +7 -7
- package/fesm2020/acorex-components-popup.mjs +10 -10
- package/fesm2020/acorex-components-progress-bar.mjs +7 -7
- package/fesm2020/acorex-components-radio.mjs +7 -7
- package/fesm2020/acorex-components-range-slider.mjs +7 -7
- package/fesm2020/acorex-components-rating.mjs +7 -7
- package/fesm2020/acorex-components-result.mjs +7 -7
- package/fesm2020/acorex-components-search-box.mjs +9 -8
- package/fesm2020/acorex-components-search-box.mjs.map +1 -1
- package/fesm2020/acorex-components-select-box.mjs +10 -10
- package/fesm2020/acorex-components-select-box.mjs.map +1 -1
- package/fesm2020/acorex-components-selection-list.mjs +24 -13
- package/fesm2020/acorex-components-selection-list.mjs.map +1 -1
- package/fesm2020/acorex-components-switch.mjs +7 -7
- package/fesm2020/acorex-components-tabs.mjs +13 -13
- package/fesm2020/acorex-components-textarea.mjs +8 -8
- package/fesm2020/acorex-components-textarea.mjs.map +1 -1
- package/fesm2020/acorex-components-textbox.mjs +64 -42
- package/fesm2020/acorex-components-textbox.mjs.map +1 -1
- package/fesm2020/acorex-components-time-box.mjs +9 -9
- package/fesm2020/acorex-components-time-box.mjs.map +1 -1
- package/fesm2020/acorex-components-toast.mjs +11 -11
- package/fesm2020/acorex-components-toast.mjs.map +1 -1
- package/fesm2020/acorex-components-tooltip.mjs +10 -10
- package/fesm2020/acorex-components-tree-view.mjs +7 -7
- package/fesm2020/acorex-components-uploader.mjs +7 -7
- package/form/src/validation-rule.widget.d.ts +1 -0
- package/form/src/validation-summary.component.d.ts +4 -2
- package/mixin/src/base-components.class.d.ts +3 -1
- package/mixin/src/base-menu-mixin.class.d.ts +5 -4
- package/mixin/src/button-mixin.class.d.ts +2 -1
- package/mixin/src/clickable-mixin.class.d.ts +3 -4
- package/mixin/src/color-look-mixing.class.d.ts +2 -1
- package/mixin/src/datalist-component.class.d.ts +10 -9
- package/mixin/src/dropdown-mixin.class.d.ts +2 -1
- package/mixin/src/interactive-mixin.class.d.ts +5 -6
- package/mixin/src/loading-mixin.class.d.ts +2 -1
- package/mixin/src/mixin.class.d.ts +63 -47
- package/mixin/src/page-component.class.d.ts +2 -1
- package/mixin/src/selection-component.class.d.ts +3 -4
- package/mixin/src/sizable-mixin.class.d.ts +2 -1
- package/mixin/src/textbox-mixin.class.d.ts +5 -13
- package/mixin/src/value-mixin.class.d.ts +8 -7
- package/number-box/src/number-box.component.d.ts +1 -1
- package/package.json +4 -12
- package/password-box/src/password-box.component.d.ts +1 -1
- package/select-box/src/selectbox.component.d.ts +1 -1
- package/selection-list/src/selection-list.component.d.ts +5 -4
- package/tabs/src/tab-item.component.d.ts +2 -1
- package/textarea/src/textarea.component.d.ts +1 -1
- package/textbox/public-api.d.ts +1 -1
- package/textbox/src/mask-options.directive.d.ts +13 -0
- package/textbox/src/textbox.component.d.ts +12 -6
- package/textbox/src/textbox.module.d.ts +6 -5
- package/time-box/src/time-box.component.d.ts +2 -2
- package/esm2020/input-mask/acorex-components-input-mask.mjs +0 -5
- package/esm2020/input-mask/public-api.mjs +0 -3
- package/esm2020/input-mask/src/input-mask.component.mjs +0 -58
- package/esm2020/input-mask/src/input-mask.module.mjs +0 -24
- package/esm2020/textbox/src/mask-settings.directive.mjs +0 -23
- package/fesm2015/acorex-components-input-mask.mjs +0 -86
- package/fesm2015/acorex-components-input-mask.mjs.map +0 -1
- package/fesm2020/acorex-components-input-mask.mjs +0 -86
- package/fesm2020/acorex-components-input-mask.mjs.map +0 -1
- package/input-mask/index.d.ts +0 -5
- package/input-mask/public-api.d.ts +0 -2
- package/input-mask/src/input-mask.component.d.ts +0 -25
- package/input-mask/src/input-mask.module.d.ts +0 -10
- package/textbox/src/mask-settings.directive.d.ts +0 -8
package/alert/public-api.d.ts
CHANGED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class AXAlertButtonDirective {
|
|
3
|
+
text: string;
|
|
4
|
+
look: 'default' | 'blank';
|
|
5
|
+
constructor();
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXAlertButtonDirective, never>;
|
|
7
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<AXAlertButtonDirective, "[ax-alert-button]", never, { "text": "text"; "look": "look"; }, {}, never, never, false>;
|
|
8
|
+
}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { AXButtonComponent } from '@acorex/components/button';
|
|
1
2
|
import { ElementRef, ChangeDetectorRef, EventEmitter } from '@angular/core';
|
|
2
3
|
import { AXEvent } from '@acorex/components/common';
|
|
3
4
|
import { AXBaseComponent, AXComponentOptionChanged } from '@acorex/components/mixin';
|
|
@@ -11,7 +12,7 @@ export declare const AXBaseAlertMixin: (new (...args: any[]) => {
|
|
|
11
12
|
look: import("@acorex/components/common").AXStyleLookType;
|
|
12
13
|
id: string;
|
|
13
14
|
rtl: boolean;
|
|
14
|
-
"__#
|
|
15
|
+
"__#34353@#elementRef": ElementRef<any>;
|
|
15
16
|
_cdr: ChangeDetectorRef;
|
|
16
17
|
_isInited: boolean;
|
|
17
18
|
_isRendered: boolean;
|
|
@@ -29,6 +30,7 @@ export declare const AXBaseAlertMixin: (new (...args: any[]) => {
|
|
|
29
30
|
_onOptionChanging(option: import("@acorex/components/mixin").AXComponentOptionChanging): any;
|
|
30
31
|
_onOptionChanged(option: AXComponentOptionChanged): void;
|
|
31
32
|
_setOption(option: import("@acorex/components/mixin").AXComponentSetOption): void;
|
|
33
|
+
_isRtl(): boolean;
|
|
32
34
|
}) & typeof AXBaseComponent;
|
|
33
35
|
/**
|
|
34
36
|
* Regular description
|
|
@@ -38,15 +40,20 @@ export declare const AXBaseAlertMixin: (new (...args: any[]) => {
|
|
|
38
40
|
export declare class AXAlertComponent extends AXBaseAlertMixin {
|
|
39
41
|
private _icon;
|
|
40
42
|
private _buttons;
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
protected
|
|
44
|
-
|
|
43
|
+
protected _content: AXButtonComponent;
|
|
44
|
+
protected _footer: AXButtonComponent;
|
|
45
|
+
protected _showInline: boolean;
|
|
46
|
+
onClosed: EventEmitter<AXEvent>;
|
|
47
|
+
private _customIcon;
|
|
48
|
+
private _timeOutRef;
|
|
45
49
|
/**
|
|
46
50
|
* @ignore
|
|
47
51
|
*/
|
|
48
52
|
get __hostClass(): string;
|
|
49
|
-
|
|
53
|
+
private _timeOut;
|
|
54
|
+
get timeOut(): number;
|
|
55
|
+
set timeOut(v: number);
|
|
56
|
+
private _observer;
|
|
50
57
|
protected _visible: boolean;
|
|
51
58
|
/**
|
|
52
59
|
* set the visibility of the Alert
|
|
@@ -57,14 +64,14 @@ export declare class AXAlertComponent extends AXBaseAlertMixin {
|
|
|
57
64
|
* @ignore
|
|
58
65
|
*/
|
|
59
66
|
constructor(elementRef: ElementRef, cdr: ChangeDetectorRef);
|
|
60
|
-
onInit(): void;
|
|
61
67
|
onViewInit(): void;
|
|
62
|
-
|
|
68
|
+
_onOptionChanged(option: AXComponentOptionChanged): void;
|
|
69
|
+
private _setIcon;
|
|
63
70
|
private _applyButtonStyle;
|
|
64
71
|
/**
|
|
65
72
|
* Remove the alert from the container
|
|
66
73
|
*/
|
|
67
|
-
|
|
74
|
+
close(): void;
|
|
68
75
|
/**
|
|
69
76
|
* Hide the alert
|
|
70
77
|
*/
|
|
@@ -73,6 +80,7 @@ export declare class AXAlertComponent extends AXBaseAlertMixin {
|
|
|
73
80
|
* Show the alert
|
|
74
81
|
*/
|
|
75
82
|
show(): void;
|
|
83
|
+
onDestroy(): void;
|
|
76
84
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXAlertComponent, never>;
|
|
77
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AXAlertComponent, "ax-alert", never, { "color": "color"; "
|
|
85
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXAlertComponent, "ax-alert", never, { "color": "color"; "timeOut": "timeOut"; "visible": "visible"; }, { "onClosed": "onClosed"; }, ["_icon", "_content", "_footer", "_buttons"], ["ax-icon", "ax-title", "ax-sub-title", "ax-content", "ax-footer", "ax-button", "ax-close-button"], false>;
|
|
78
86
|
}
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./alert.component";
|
|
3
|
-
import * as i2 from "
|
|
4
|
-
import * as i3 from "@
|
|
3
|
+
import * as i2 from "./alert-button.directive";
|
|
4
|
+
import * as i3 from "@angular/common";
|
|
5
|
+
import * as i4 from "@acorex/components/decorators";
|
|
5
6
|
export declare class AXAlertModule {
|
|
6
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXAlertModule, never>;
|
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AXAlertModule, [typeof i1.AXAlertComponent], [typeof
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXAlertModule, [typeof i1.AXAlertComponent, typeof i2.AXAlertButtonDirective], [typeof i3.CommonModule, typeof i4.AXDecoratorModule], [typeof i1.AXAlertComponent, typeof i2.AXAlertButtonDirective]>;
|
|
8
9
|
static ɵinj: i0.ɵɵInjectorDeclaration<AXAlertModule>;
|
|
9
10
|
}
|
|
@@ -10,7 +10,7 @@ export declare const AXBaseBadgeMixin: (new (...args: any[]) => {
|
|
|
10
10
|
look: import("@acorex/components/common").AXStyleLookType;
|
|
11
11
|
id: string;
|
|
12
12
|
rtl: boolean;
|
|
13
|
-
"__#
|
|
13
|
+
"__#34353@#elementRef": ElementRef<any>;
|
|
14
14
|
_cdr: ChangeDetectorRef;
|
|
15
15
|
_isInited: boolean;
|
|
16
16
|
_isRendered: boolean;
|
|
@@ -28,6 +28,7 @@ export declare const AXBaseBadgeMixin: (new (...args: any[]) => {
|
|
|
28
28
|
_onOptionChanging(option: import("@acorex/components/mixin").AXComponentOptionChanging): any;
|
|
29
29
|
_onOptionChanged(option: import("@acorex/components/mixin").AXComponentOptionChanged): void;
|
|
30
30
|
_setOption(option: import("@acorex/components/mixin").AXComponentSetOption): void;
|
|
31
|
+
_isRtl(): boolean;
|
|
31
32
|
}) & typeof AXBaseComponent;
|
|
32
33
|
export declare class AXBadgeComponent extends AXBaseBadgeMixin {
|
|
33
34
|
private elementRef;
|
|
@@ -3,9 +3,9 @@ import { ChangeDetectorRef, ElementRef } from '@angular/core';
|
|
|
3
3
|
import { AXBreadCrumbsComponent } from './breadcrumbs.component';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare const AXBaseItemBreadCrumbMixin: (abstract new (...args: any[]) => {
|
|
6
|
-
"__#
|
|
6
|
+
"__#34356@#disabled": boolean;
|
|
7
7
|
disabled: boolean;
|
|
8
|
-
"__#
|
|
8
|
+
"__#34356@#tabIndex": number;
|
|
9
9
|
tabIndex: number;
|
|
10
10
|
onFocus: import("@angular/core").EventEmitter<import("@acorex/components/common").AXFocusEvent>;
|
|
11
11
|
_emitOnFocusEvent(e: FocusEvent): void;
|
|
@@ -15,7 +15,7 @@ export declare const AXBaseItemBreadCrumbMixin: (abstract new (...args: any[]) =
|
|
|
15
15
|
hasFocus(): boolean;
|
|
16
16
|
id: string;
|
|
17
17
|
rtl: boolean;
|
|
18
|
-
"__#
|
|
18
|
+
"__#34353@#elementRef": ElementRef<any>;
|
|
19
19
|
_cdr: ChangeDetectorRef;
|
|
20
20
|
_isInited: boolean;
|
|
21
21
|
_isRendered: boolean;
|
|
@@ -33,15 +33,13 @@ export declare const AXBaseItemBreadCrumbMixin: (abstract new (...args: any[]) =
|
|
|
33
33
|
_onOptionChanging(option: import("@acorex/components/mixin").AXComponentOptionChanging): any;
|
|
34
34
|
_onOptionChanged(option: import("@acorex/components/mixin").AXComponentOptionChanged): void;
|
|
35
35
|
_setOption(option: import("@acorex/components/mixin").AXComponentSetOption): void;
|
|
36
|
+
_isRtl(): boolean;
|
|
36
37
|
}) & (new (...args: any[]) => {
|
|
37
38
|
onClick: import("@angular/core").EventEmitter<import("@acorex/components/common").AXClickEvent>;
|
|
38
39
|
_emitOnClickEvent(e: MouseEvent): void;
|
|
39
40
|
id: string;
|
|
40
41
|
rtl: boolean;
|
|
41
|
-
"__#
|
|
42
|
-
/**
|
|
43
|
-
* @ignore
|
|
44
|
-
*/
|
|
42
|
+
"__#34353@#elementRef": ElementRef<any>;
|
|
45
43
|
_cdr: ChangeDetectorRef;
|
|
46
44
|
_isInited: boolean;
|
|
47
45
|
_isRendered: boolean;
|
|
@@ -59,6 +57,7 @@ export declare const AXBaseItemBreadCrumbMixin: (abstract new (...args: any[]) =
|
|
|
59
57
|
_onOptionChanging(option: import("@acorex/components/mixin").AXComponentOptionChanging): any;
|
|
60
58
|
_onOptionChanged(option: import("@acorex/components/mixin").AXComponentOptionChanged): void;
|
|
61
59
|
_setOption(option: import("@acorex/components/mixin").AXComponentSetOption): void;
|
|
60
|
+
_isRtl(): boolean;
|
|
62
61
|
}) & typeof AXBaseComponent;
|
|
63
62
|
export declare class AXBreadCrumbsItemComponent extends AXBaseItemBreadCrumbMixin {
|
|
64
63
|
_parent: AXBreadCrumbsComponent;
|
|
@@ -4,9 +4,9 @@ import { AXClickEvent, AXItemClickEvent, AXSelectionMode, AXSelectionValueChange
|
|
|
4
4
|
import { AXBaseComponent } from '@acorex/components/mixin';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare const AXBaseButtonGroupMixin: (abstract new (...args: any[]) => {
|
|
7
|
-
"__#
|
|
7
|
+
"__#34356@#disabled": boolean;
|
|
8
8
|
disabled: boolean;
|
|
9
|
-
"__#
|
|
9
|
+
"__#34356@#tabIndex": number;
|
|
10
10
|
tabIndex: number;
|
|
11
11
|
onFocus: EventEmitter<import("@acorex/components/common").AXFocusEvent>;
|
|
12
12
|
_emitOnFocusEvent(e: FocusEvent): void;
|
|
@@ -16,7 +16,7 @@ export declare const AXBaseButtonGroupMixin: (abstract new (...args: any[]) => {
|
|
|
16
16
|
hasFocus(): boolean;
|
|
17
17
|
id: string;
|
|
18
18
|
rtl: boolean;
|
|
19
|
-
"__#
|
|
19
|
+
"__#34353@#elementRef": ElementRef<any>;
|
|
20
20
|
_cdr: ChangeDetectorRef;
|
|
21
21
|
_isInited: boolean;
|
|
22
22
|
_isRendered: boolean;
|
|
@@ -34,6 +34,7 @@ export declare const AXBaseButtonGroupMixin: (abstract new (...args: any[]) => {
|
|
|
34
34
|
_onOptionChanging(option: import("@acorex/components/mixin").AXComponentOptionChanging): any;
|
|
35
35
|
_onOptionChanged(option: import("@acorex/components/mixin").AXComponentOptionChanged): void;
|
|
36
36
|
_setOption(option: import("@acorex/components/mixin").AXComponentSetOption): void;
|
|
37
|
+
_isRtl(): boolean;
|
|
37
38
|
}) & (new (...args: any[]) => {
|
|
38
39
|
colorChange: EventEmitter<import("@acorex/components/common").AXStyleColorType>;
|
|
39
40
|
_color: import("@acorex/components/common").AXStyleColorType;
|
|
@@ -43,7 +44,7 @@ export declare const AXBaseButtonGroupMixin: (abstract new (...args: any[]) => {
|
|
|
43
44
|
look: import("@acorex/components/common").AXStyleLookType;
|
|
44
45
|
id: string;
|
|
45
46
|
rtl: boolean;
|
|
46
|
-
"__#
|
|
47
|
+
"__#34353@#elementRef": ElementRef<any>;
|
|
47
48
|
_cdr: ChangeDetectorRef;
|
|
48
49
|
_isInited: boolean;
|
|
49
50
|
_isRendered: boolean;
|
|
@@ -61,6 +62,7 @@ export declare const AXBaseButtonGroupMixin: (abstract new (...args: any[]) => {
|
|
|
61
62
|
_onOptionChanging(option: import("@acorex/components/mixin").AXComponentOptionChanging): any;
|
|
62
63
|
_onOptionChanged(option: import("@acorex/components/mixin").AXComponentOptionChanged): void;
|
|
63
64
|
_setOption(option: import("@acorex/components/mixin").AXComponentSetOption): void;
|
|
65
|
+
_isRtl(): boolean;
|
|
64
66
|
}) & typeof AXBaseComponent;
|
|
65
67
|
export declare class AXButtonGroupComponent extends AXBaseButtonGroupMixin {
|
|
66
68
|
private zone;
|
|
@@ -3,9 +3,9 @@ import { AXStyleColorType } from '@acorex/components/common';
|
|
|
3
3
|
import { AXBaseComponent } from '@acorex/components/mixin';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare const AXBaseItemButtonMixin: (abstract new (...args: any[]) => {
|
|
6
|
-
"__#
|
|
6
|
+
"__#34356@#disabled": boolean;
|
|
7
7
|
disabled: boolean;
|
|
8
|
-
"__#
|
|
8
|
+
"__#34356@#tabIndex": number;
|
|
9
9
|
tabIndex: number;
|
|
10
10
|
onFocus: import("@angular/core").EventEmitter<import("@acorex/components/common").AXFocusEvent>;
|
|
11
11
|
_emitOnFocusEvent(e: FocusEvent): void;
|
|
@@ -15,7 +15,7 @@ export declare const AXBaseItemButtonMixin: (abstract new (...args: any[]) => {
|
|
|
15
15
|
hasFocus(): boolean;
|
|
16
16
|
id: string;
|
|
17
17
|
rtl: boolean;
|
|
18
|
-
"__#
|
|
18
|
+
"__#34353@#elementRef": ElementRef<any>;
|
|
19
19
|
_cdr: ChangeDetectorRef;
|
|
20
20
|
_isInited: boolean;
|
|
21
21
|
_isRendered: boolean;
|
|
@@ -33,12 +33,13 @@ export declare const AXBaseItemButtonMixin: (abstract new (...args: any[]) => {
|
|
|
33
33
|
_onOptionChanging(option: import("@acorex/components/mixin").AXComponentOptionChanging): any;
|
|
34
34
|
_onOptionChanged(option: import("@acorex/components/mixin").AXComponentOptionChanged): void;
|
|
35
35
|
_setOption(option: import("@acorex/components/mixin").AXComponentSetOption): void;
|
|
36
|
+
_isRtl(): boolean;
|
|
36
37
|
}) & (new (...args: any[]) => {
|
|
37
38
|
onClick: import("@angular/core").EventEmitter<import("@acorex/components/common").AXClickEvent>;
|
|
38
39
|
_emitOnClickEvent(e: MouseEvent): void;
|
|
39
40
|
id: string;
|
|
40
41
|
rtl: boolean;
|
|
41
|
-
"__#
|
|
42
|
+
"__#34353@#elementRef": ElementRef<any>;
|
|
42
43
|
_cdr: ChangeDetectorRef;
|
|
43
44
|
_isInited: boolean;
|
|
44
45
|
_isRendered: boolean;
|
|
@@ -56,6 +57,7 @@ export declare const AXBaseItemButtonMixin: (abstract new (...args: any[]) => {
|
|
|
56
57
|
_onOptionChanging(option: import("@acorex/components/mixin").AXComponentOptionChanging): any;
|
|
57
58
|
_onOptionChanged(option: import("@acorex/components/mixin").AXComponentOptionChanged): void;
|
|
58
59
|
_setOption(option: import("@acorex/components/mixin").AXComponentSetOption): void;
|
|
60
|
+
_isRtl(): boolean;
|
|
59
61
|
}) & typeof AXBaseComponent;
|
|
60
62
|
export declare class AXButtonItemComponent extends AXBaseItemButtonMixin {
|
|
61
63
|
/**
|
|
@@ -7,7 +7,7 @@ export declare const AXCalendarComponentMixin: any;
|
|
|
7
7
|
export declare class AXCalendarComponent extends AXCalendarComponentMixin {
|
|
8
8
|
private cdr;
|
|
9
9
|
interface: 'calendar' | 'picker';
|
|
10
|
-
|
|
10
|
+
todayText: string;
|
|
11
11
|
private get _viewRange();
|
|
12
12
|
protected _today: AXDateTime;
|
|
13
13
|
private _viewStartDate;
|
|
@@ -21,10 +21,10 @@ export declare class AXCalendarComponent extends AXCalendarComponentMixin {
|
|
|
21
21
|
private _refresh;
|
|
22
22
|
protected onInit(): void;
|
|
23
23
|
private _genearteSlots;
|
|
24
|
-
protected _handlePrevClick(
|
|
25
|
-
protected _handleNextClick(
|
|
24
|
+
protected _handlePrevClick(): void;
|
|
25
|
+
protected _handleNextClick(): void;
|
|
26
26
|
protected _handleSlotClick(e: MouseEvent, slot: any): void;
|
|
27
|
-
protected _handleNavClick(e: AXClickEvent): void;
|
|
27
|
+
protected _handleNavClick(e: AXClickEvent | any): void;
|
|
28
28
|
protected _onOptionChanged(option: AXComponentOptionChanged): void;
|
|
29
29
|
protected _onValueChanged(oldValue: any, newValue: any): void;
|
|
30
30
|
protected _handleGoToday(): void;
|
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./calendar.component";
|
|
3
3
|
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "@acorex/components/
|
|
5
|
-
import * as i4 from "@acorex/
|
|
6
|
-
import * as i5 from "@acorex/core/dateTime";
|
|
4
|
+
import * as i3 from "@acorex/components/decorators";
|
|
5
|
+
import * as i4 from "@acorex/core/dateTime";
|
|
7
6
|
export declare class AXCalendarModule {
|
|
8
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXCalendarModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AXCalendarModule, [typeof i1.AXCalendarComponent], [typeof i2.CommonModule, typeof i3.
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXCalendarModule, [typeof i1.AXCalendarComponent], [typeof i2.CommonModule, typeof i3.AXDecoratorModule, typeof i4.AXDateTimeModule], [typeof i1.AXCalendarComponent]>;
|
|
10
9
|
static ɵinj: i0.ɵɵInjectorDeclaration<AXCalendarModule>;
|
|
11
10
|
}
|
|
@@ -6,9 +6,9 @@ import { AXPopoverComponent } from '@acorex/components/popover';
|
|
|
6
6
|
import { AXBaseComponent } from '@acorex/components/mixin';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
8
|
export declare const AXBaseColorPickerMixin: (abstract new (...args: any[]) => {
|
|
9
|
-
"__#
|
|
9
|
+
"__#34356@#disabled": boolean;
|
|
10
10
|
disabled: boolean;
|
|
11
|
-
"__#
|
|
11
|
+
"__#34356@#tabIndex": number;
|
|
12
12
|
tabIndex: number;
|
|
13
13
|
onFocus: import("@angular/core").EventEmitter<import("@acorex/components/common").AXFocusEvent>;
|
|
14
14
|
_emitOnFocusEvent(e: FocusEvent): void;
|
|
@@ -18,7 +18,7 @@ export declare const AXBaseColorPickerMixin: (abstract new (...args: any[]) => {
|
|
|
18
18
|
hasFocus(): boolean;
|
|
19
19
|
id: string;
|
|
20
20
|
rtl: boolean;
|
|
21
|
-
"__#
|
|
21
|
+
"__#34353@#elementRef": ElementRef<any>;
|
|
22
22
|
_cdr: ChangeDetectorRef;
|
|
23
23
|
_isInited: boolean;
|
|
24
24
|
_isRendered: boolean;
|
|
@@ -36,6 +36,7 @@ export declare const AXBaseColorPickerMixin: (abstract new (...args: any[]) => {
|
|
|
36
36
|
_onOptionChanging(option: import("@acorex/components/mixin").AXComponentOptionChanging): any;
|
|
37
37
|
_onOptionChanged(option: import("@acorex/components/mixin").AXComponentOptionChanged): void;
|
|
38
38
|
_setOption(option: import("@acorex/components/mixin").AXComponentSetOption): void;
|
|
39
|
+
_isRtl(): boolean;
|
|
39
40
|
}) & (abstract new (...args: any[]) => {
|
|
40
41
|
readonly: boolean;
|
|
41
42
|
onOpened: import("@angular/core").EventEmitter<import("@acorex/components/common").AXEvent>;
|
|
@@ -52,7 +53,7 @@ export declare const AXBaseColorPickerMixin: (abstract new (...args: any[]) => {
|
|
|
52
53
|
readonly isOpen: boolean;
|
|
53
54
|
id: string;
|
|
54
55
|
rtl: boolean;
|
|
55
|
-
"__#
|
|
56
|
+
"__#34353@#elementRef": ElementRef<any>;
|
|
56
57
|
_cdr: ChangeDetectorRef;
|
|
57
58
|
_isInited: boolean;
|
|
58
59
|
_isRendered: boolean;
|
|
@@ -68,20 +69,21 @@ export declare const AXBaseColorPickerMixin: (abstract new (...args: any[]) => {
|
|
|
68
69
|
_onOptionChanging(option: import("@acorex/components/mixin").AXComponentOptionChanging): any;
|
|
69
70
|
_onOptionChanged(option: import("@acorex/components/mixin").AXComponentOptionChanged): void;
|
|
70
71
|
_setOption(option: import("@acorex/components/mixin").AXComponentSetOption): void;
|
|
72
|
+
_isRtl(): boolean;
|
|
71
73
|
}) & (new (...args: any[]) => {
|
|
72
74
|
onValueChanged: import("@angular/core").EventEmitter<AXValueChangedEvent<any>>;
|
|
73
75
|
valueChange: import("@angular/core").EventEmitter<any>;
|
|
74
|
-
"__#
|
|
76
|
+
"__#34357@#readonly": boolean;
|
|
75
77
|
readonly: boolean;
|
|
76
|
-
"__#
|
|
78
|
+
"__#34357@#allowNull": boolean;
|
|
77
79
|
allowNull: boolean;
|
|
78
|
-
"__#
|
|
80
|
+
"__#34357@#name": string;
|
|
79
81
|
name: string;
|
|
80
|
-
"__#
|
|
82
|
+
"__#34357@#isUserInteraction": boolean;
|
|
81
83
|
readonly isUserInteraction: boolean;
|
|
82
|
-
"__#
|
|
84
|
+
"__#34357@#value": any;
|
|
83
85
|
value: any;
|
|
84
|
-
"__#
|
|
86
|
+
"__#34357@#state": "error" | "clear" | "success";
|
|
85
87
|
readonly state: "error" | "clear" | "success";
|
|
86
88
|
_emitOnValueChangedEvent(oldValue?: any, newValue?: any): void;
|
|
87
89
|
_internalSetValue(value: any): any;
|
|
@@ -97,7 +99,7 @@ export declare const AXBaseColorPickerMixin: (abstract new (...args: any[]) => {
|
|
|
97
99
|
_setState(state: "error" | "clear" | "success", ...args: any[]): void;
|
|
98
100
|
id: string;
|
|
99
101
|
rtl: boolean;
|
|
100
|
-
"__#
|
|
102
|
+
"__#34353@#elementRef": ElementRef<any>;
|
|
101
103
|
_cdr: ChangeDetectorRef;
|
|
102
104
|
_isInited: boolean;
|
|
103
105
|
_isRendered: boolean;
|
|
@@ -113,27 +115,21 @@ export declare const AXBaseColorPickerMixin: (abstract new (...args: any[]) => {
|
|
|
113
115
|
_onOptionChanging(option: import("@acorex/components/mixin").AXComponentOptionChanging): any;
|
|
114
116
|
_onOptionChanged(option: import("@acorex/components/mixin").AXComponentOptionChanged): void;
|
|
115
117
|
_setOption(option: import("@acorex/components/mixin").AXComponentSetOption): void;
|
|
118
|
+
_isRtl(): boolean;
|
|
116
119
|
}) & (new (...args: any[]) => {
|
|
117
120
|
type: string;
|
|
118
121
|
placeholder: string;
|
|
119
122
|
maxLength: number;
|
|
120
123
|
autoComplete: string;
|
|
121
|
-
debounceTime: number;
|
|
122
|
-
"__#33102@#valueSubscription": import("rxjs").Subscription;
|
|
123
|
-
"__#33102@#valueSubject": import("rxjs").Subject<unknown>;
|
|
124
124
|
onKeyDown: import("@angular/core").EventEmitter<import("@acorex/components/common").AXHtmlEvent<KeyboardEvent>>;
|
|
125
125
|
onKeyUp: import("@angular/core").EventEmitter<import("@acorex/components/common").AXHtmlEvent<KeyboardEvent>>;
|
|
126
126
|
onKeyPress: import("@angular/core").EventEmitter<import("@acorex/components/common").AXHtmlEvent<KeyboardEvent>>;
|
|
127
127
|
_emitOnKeydownEvent(e: KeyboardEvent): void;
|
|
128
128
|
_emitOnKeyupEvent(e: KeyboardEvent): void;
|
|
129
129
|
_emitOnKeypressEvent(e: KeyboardEvent): void;
|
|
130
|
-
_handleModleChange(value: any): void;
|
|
131
|
-
_settleValue(value: any): void;
|
|
132
|
-
onInit(): void;
|
|
133
|
-
onDestroy(): void;
|
|
134
130
|
id: string;
|
|
135
131
|
rtl: boolean;
|
|
136
|
-
"__#
|
|
132
|
+
"__#34353@#elementRef": ElementRef<any>;
|
|
137
133
|
_cdr: ChangeDetectorRef;
|
|
138
134
|
_isInited: boolean;
|
|
139
135
|
_isRendered: boolean;
|
|
@@ -145,10 +141,15 @@ export declare const AXBaseColorPickerMixin: (abstract new (...args: any[]) => {
|
|
|
145
141
|
_onInternalInit(): void;
|
|
146
142
|
_onInternalViewInit(): void;
|
|
147
143
|
_onInternalDestroy(): void;
|
|
148
|
-
|
|
144
|
+
onInit(): void;
|
|
145
|
+
onViewInit(): void; /**
|
|
146
|
+
* @ignore
|
|
147
|
+
*/
|
|
148
|
+
onDestroy(): void;
|
|
149
149
|
_onOptionChanging(option: import("@acorex/components/mixin").AXComponentOptionChanging): any;
|
|
150
150
|
_onOptionChanged(option: import("@acorex/components/mixin").AXComponentOptionChanged): void;
|
|
151
151
|
_setOption(option: import("@acorex/components/mixin").AXComponentSetOption): void;
|
|
152
|
+
_isRtl(): boolean;
|
|
152
153
|
}) & typeof AXBaseComponent;
|
|
153
154
|
/**
|
|
154
155
|
* The Button is a component which detects user interaction and triggers a corresponding event
|
|
@@ -180,5 +181,5 @@ export declare class AXColorPickerComponent extends AXBaseColorPickerMixin {
|
|
|
180
181
|
_handlePopupOnOpened(e: any): Promise<void>;
|
|
181
182
|
_handlePopupOnClosed(e: any): void;
|
|
182
183
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXColorPickerComponent, never>;
|
|
183
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AXColorPickerComponent, "ax-color-picker", never, { "isOpen": "isOpen"; "fitParent": "fitParent"; "dropdownWidth": "dropdownWidth"; "position": "position"; "disabled": "disabled"; "tabIndex": "tabIndex"; "readonly": "readonly"; "allowNull": "allowNull"; "value": "value"; "name": "name"; "checked": "checked"; "placeholder": "placeholder"; "maxLength": "maxLength"; "
|
|
184
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXColorPickerComponent, "ax-color-picker", never, { "isOpen": "isOpen"; "fitParent": "fitParent"; "dropdownWidth": "dropdownWidth"; "position": "position"; "disabled": "disabled"; "tabIndex": "tabIndex"; "readonly": "readonly"; "allowNull": "allowNull"; "value": "value"; "name": "name"; "checked": "checked"; "placeholder": "placeholder"; "maxLength": "maxLength"; "type": "type"; "autoComplete": "autoComplete"; }, { "onOpened": "onOpened"; "onClosed": "onClosed"; "onBlur": "onBlur"; "onFocus": "onFocus"; "valueChange": "valueChange"; "onValueChanged": "onValueChanged"; }, never, ["ax-prefix", "ax-validation-rule", "ax-suffix"], false>;
|
|
184
185
|
}
|
package/common/public-api.d.ts
CHANGED
|
@@ -7,6 +7,7 @@ export * from './src/events.class';
|
|
|
7
7
|
export * from './src/hotkey.directive';
|
|
8
8
|
export * from './src/hotkey.service';
|
|
9
9
|
export * from './src/infinite-scroll.directive';
|
|
10
|
+
export * from './src/debounce-time.directive';
|
|
10
11
|
export * from './src/overlay.service';
|
|
11
12
|
export * from './src/responsive.directive';
|
|
12
13
|
export * from './src/styles.class';
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./responsive.directive";
|
|
3
3
|
import * as i2 from "./infinite-scroll.directive";
|
|
4
|
-
import * as i3 from "./
|
|
5
|
-
import * as i4 from "./
|
|
4
|
+
import * as i3 from "./debounce-time.directive";
|
|
5
|
+
import * as i4 from "./auto-focus.directive";
|
|
6
|
+
import * as i5 from "./hotkey.directive";
|
|
6
7
|
export declare class AXCommonModule {
|
|
7
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXCommonModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AXCommonModule, [typeof i1.AXResponsiveDirective, typeof i2.AXInfiniteScrollerDirective, typeof i3.
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXCommonModule, [typeof i1.AXResponsiveDirective, typeof i2.AXInfiniteScrollerDirective, typeof i3.AXNgModelChangeDebouncedDirective, typeof i4.AXAutoFocusDirective, typeof i5.AXHotkeyDirective], never, [typeof i1.AXResponsiveDirective, typeof i2.AXInfiniteScrollerDirective, typeof i4.AXAutoFocusDirective, typeof i3.AXNgModelChangeDebouncedDirective, typeof i5.AXHotkeyDirective]>;
|
|
9
10
|
static ɵinj: i0.ɵɵInjectorDeclaration<AXCommonModule>;
|
|
10
11
|
}
|
|
@@ -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 AXNgModelChangeDebouncedDirective implements OnDestroy {
|
|
5
|
+
private ngModel;
|
|
6
|
+
ngModelChangeDebounced: EventEmitter<any>;
|
|
7
|
+
ngModelChangeDebounceTimeChange: EventEmitter<number>;
|
|
8
|
+
private _ngModelChangeDebounceTime;
|
|
9
|
+
get ngModelChangeDebounceTime(): number;
|
|
10
|
+
set ngModelChangeDebounceTime(v: number);
|
|
11
|
+
private subscription;
|
|
12
|
+
ngOnDestroy(): void;
|
|
13
|
+
constructor(ngModel: NgModel);
|
|
14
|
+
private update;
|
|
15
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXNgModelChangeDebouncedDirective, never>;
|
|
16
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<AXNgModelChangeDebouncedDirective, "[ngModelChangeDebounced]", never, { "ngModelChangeDebounceTime": "ngModelChangeDebounceTime"; }, { "ngModelChangeDebounced": "ngModelChangeDebounced"; "ngModelChangeDebounceTimeChange": "ngModelChangeDebounceTimeChange"; }, never, never, false>;
|
|
17
|
+
}
|
|
@@ -24,7 +24,7 @@ export declare class AXHtmlEvent<E extends Event = Event> extends AXEvent {
|
|
|
24
24
|
* Contains native event
|
|
25
25
|
* @category Events
|
|
26
26
|
*/
|
|
27
|
-
export declare class AXValueChangedEvent<T> extends AXEvent {
|
|
27
|
+
export declare class AXValueChangedEvent<T = any> extends AXEvent {
|
|
28
28
|
name?: string;
|
|
29
29
|
value?: T;
|
|
30
30
|
oldValue?: T;
|
|
@@ -4,7 +4,7 @@ import { AXDataColumnComponent } from './data-column.directive';
|
|
|
4
4
|
import { AXBaseComponentMixin, AXDataListItems } from '@acorex/components/mixin';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class AXDataTableComponent extends AXBaseComponentMixin implements AXPagedComponentInterface {
|
|
7
|
-
_columns: QueryList<AXDataColumnComponent>;
|
|
7
|
+
protected _columns: QueryList<AXDataColumnComponent>;
|
|
8
8
|
onPageChanged: EventEmitter<AXValueChangedEvent<number>>;
|
|
9
9
|
rowTemplate?: TemplateRef<any>;
|
|
10
10
|
emptyTemplate?: TemplateRef<any>;
|
|
@@ -19,8 +19,8 @@ export declare class AXDataTableComponent extends AXBaseComponentMixin implement
|
|
|
19
19
|
private _totalItems;
|
|
20
20
|
private _isLazy;
|
|
21
21
|
get totalCount(): number;
|
|
22
|
-
get isLazy(): boolean;
|
|
23
|
-
get loadedCount(): number;
|
|
22
|
+
protected get isLazy(): boolean;
|
|
23
|
+
protected get loadedCount(): number;
|
|
24
24
|
private _items;
|
|
25
25
|
get items(): AXDataListItems;
|
|
26
26
|
set items(v: AXDataListItems);
|
|
@@ -6,9 +6,9 @@ import { AXPopoverComponent } from '@acorex/components/popover';
|
|
|
6
6
|
import { AXComponentOptionChanged } from '@acorex/components/mixin';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
8
|
export declare const AXBaseDatePickerMixin: (abstract new (...args: any[]) => {
|
|
9
|
-
"__#
|
|
9
|
+
"__#34356@#disabled": boolean;
|
|
10
10
|
disabled: boolean;
|
|
11
|
-
"__#
|
|
11
|
+
"__#34356@#tabIndex": number;
|
|
12
12
|
tabIndex: number;
|
|
13
13
|
onFocus: EventEmitter<import("@acorex/components/common").AXFocusEvent>;
|
|
14
14
|
_emitOnFocusEvent(e: FocusEvent): void;
|
|
@@ -18,7 +18,7 @@ export declare const AXBaseDatePickerMixin: (abstract new (...args: any[]) => {
|
|
|
18
18
|
hasFocus(): boolean;
|
|
19
19
|
id: string;
|
|
20
20
|
rtl: boolean;
|
|
21
|
-
"__#
|
|
21
|
+
"__#34353@#elementRef": ElementRef<any>;
|
|
22
22
|
_cdr: ChangeDetectorRef;
|
|
23
23
|
_isInited: boolean;
|
|
24
24
|
_isRendered: boolean;
|
|
@@ -36,6 +36,7 @@ export declare const AXBaseDatePickerMixin: (abstract new (...args: any[]) => {
|
|
|
36
36
|
_onOptionChanging(option: import("@acorex/components/mixin").AXComponentOptionChanging): any;
|
|
37
37
|
_onOptionChanged(option: AXComponentOptionChanged): void;
|
|
38
38
|
_setOption(option: import("@acorex/components/mixin").AXComponentSetOption): void;
|
|
39
|
+
_isRtl(): boolean;
|
|
39
40
|
}) & (abstract new (...args: any[]) => {
|
|
40
41
|
readonly: boolean;
|
|
41
42
|
onOpened: EventEmitter<import("@acorex/components/common").AXEvent>;
|
|
@@ -52,7 +53,7 @@ export declare const AXBaseDatePickerMixin: (abstract new (...args: any[]) => {
|
|
|
52
53
|
readonly isOpen: boolean;
|
|
53
54
|
id: string;
|
|
54
55
|
rtl: boolean;
|
|
55
|
-
"__#
|
|
56
|
+
"__#34353@#elementRef": ElementRef<any>;
|
|
56
57
|
_cdr: ChangeDetectorRef;
|
|
57
58
|
_isInited: boolean;
|
|
58
59
|
_isRendered: boolean;
|
|
@@ -68,20 +69,21 @@ export declare const AXBaseDatePickerMixin: (abstract new (...args: any[]) => {
|
|
|
68
69
|
_onOptionChanging(option: import("@acorex/components/mixin").AXComponentOptionChanging): any;
|
|
69
70
|
_onOptionChanged(option: AXComponentOptionChanged): void;
|
|
70
71
|
_setOption(option: import("@acorex/components/mixin").AXComponentSetOption): void;
|
|
72
|
+
_isRtl(): boolean;
|
|
71
73
|
}) & (new (...args: any[]) => {
|
|
72
74
|
onValueChanged: EventEmitter<import("@acorex/components/common").AXValueChangedEvent<any>>;
|
|
73
75
|
valueChange: EventEmitter<any>;
|
|
74
|
-
"__#
|
|
76
|
+
"__#34357@#readonly": boolean;
|
|
75
77
|
readonly: boolean;
|
|
76
|
-
"__#
|
|
78
|
+
"__#34357@#allowNull": boolean;
|
|
77
79
|
allowNull: boolean;
|
|
78
|
-
"__#
|
|
80
|
+
"__#34357@#name": string;
|
|
79
81
|
name: string;
|
|
80
|
-
"__#
|
|
82
|
+
"__#34357@#isUserInteraction": boolean;
|
|
81
83
|
readonly isUserInteraction: boolean;
|
|
82
|
-
"__#
|
|
84
|
+
"__#34357@#value": any;
|
|
83
85
|
value: any;
|
|
84
|
-
"__#
|
|
86
|
+
"__#34357@#state": "error" | "clear" | "success";
|
|
85
87
|
readonly state: "error" | "clear" | "success";
|
|
86
88
|
_emitOnValueChangedEvent(oldValue?: any, newValue?: any): void;
|
|
87
89
|
_internalSetValue(value: any): any;
|
|
@@ -97,7 +99,7 @@ export declare const AXBaseDatePickerMixin: (abstract new (...args: any[]) => {
|
|
|
97
99
|
_setState(state: "error" | "clear" | "success", ...args: any[]): void;
|
|
98
100
|
id: string;
|
|
99
101
|
rtl: boolean;
|
|
100
|
-
"__#
|
|
102
|
+
"__#34353@#elementRef": ElementRef<any>;
|
|
101
103
|
_cdr: ChangeDetectorRef;
|
|
102
104
|
_isInited: boolean;
|
|
103
105
|
_isRendered: boolean;
|
|
@@ -113,6 +115,7 @@ export declare const AXBaseDatePickerMixin: (abstract new (...args: any[]) => {
|
|
|
113
115
|
_onOptionChanging(option: import("@acorex/components/mixin").AXComponentOptionChanging): any;
|
|
114
116
|
_onOptionChanged(option: AXComponentOptionChanged): void;
|
|
115
117
|
_setOption(option: import("@acorex/components/mixin").AXComponentSetOption): void;
|
|
118
|
+
_isRtl(): boolean;
|
|
116
119
|
}) & typeof AXCalendarBaseComponent;
|
|
117
120
|
export declare class AXDatePickerComponent extends AXBaseDatePickerMixin {
|
|
118
121
|
private _platform;
|
|
@@ -143,5 +146,5 @@ export declare class AXDatePickerComponent extends AXBaseDatePickerMixin {
|
|
|
143
146
|
protected _handleOnNavigate(e: AXCalendarNavigateEvent): void;
|
|
144
147
|
private _highlightPart;
|
|
145
148
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXDatePickerComponent, never>;
|
|
146
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AXDatePickerComponent, "ax-date-picker", never, { "isOpen": "isOpen"; "fitParent": "fitParent"; "dropdownWidth": "dropdownWidth"; "position": "position"; "disabled": "disabled"; "tabIndex": "tabIndex"; "readonly": "readonly"; "allowNull": "allowNull"; "value": "value"; "name": "name"; "checked": "checked"; "placeholder": "placeholder"; "maxLength": "maxLength"; "
|
|
149
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXDatePickerComponent, "ax-date-picker", never, { "isOpen": "isOpen"; "fitParent": "fitParent"; "dropdownWidth": "dropdownWidth"; "position": "position"; "disabled": "disabled"; "tabIndex": "tabIndex"; "readonly": "readonly"; "allowNull": "allowNull"; "value": "value"; "name": "name"; "checked": "checked"; "placeholder": "placeholder"; "maxLength": "maxLength"; "type": "type"; "autoComplete": "autoComplete"; "depth": "depth"; "activeView": "activeView"; "min": "min"; "max": "max"; "disabledDates": "disabledDates"; "holidayDates": "holidayDates"; "format": "format"; "interface": "interface"; }, { "onOpened": "onOpened"; "onClosed": "onClosed"; "onBlur": "onBlur"; "onFocus": "onFocus"; "valueChange": "valueChange"; "onValueChanged": "onValueChanged"; "depthChange": "depthChange"; "typeChange": "typeChange"; "disabledDatesChange": "disabledDatesChange"; "holidayDatesChange": "holidayDatesChange"; "onNavigate": "onNavigate"; "formatChange": "formatChange"; }, never, ["ax-prefix", "ax-suffix", "ax-validation-rule"], false>;
|
|
147
150
|
}
|
|
@@ -7,6 +7,7 @@ export * from './src/icon.component';
|
|
|
7
7
|
export * from './src/overlay.component';
|
|
8
8
|
export * from './src/placeholder.component';
|
|
9
9
|
export * from './src/prefix.component';
|
|
10
|
+
export * from './src/sub-title.component';
|
|
10
11
|
export * from './src/suffix.component';
|
|
11
12
|
export * from './src/text.component';
|
|
12
13
|
export * from './src/title.component';
|
|
@@ -6,13 +6,14 @@ import * as i4 from "./header.component";
|
|
|
6
6
|
import * as i5 from "./footer.component";
|
|
7
7
|
import * as i6 from "./icon.component";
|
|
8
8
|
import * as i7 from "./title.component";
|
|
9
|
-
import * as i8 from "./
|
|
10
|
-
import * as i9 from "./
|
|
11
|
-
import * as i10 from "./
|
|
12
|
-
import * as i11 from "./
|
|
13
|
-
import * as i12 from "
|
|
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 "@angular/common";
|
|
14
15
|
export declare class AXDecoratorModule {
|
|
15
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXDecoratorModule, never>;
|
|
16
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AXDecoratorModule, [typeof i1.AXDecoratorPrefixComponent, typeof i2.AXDecoratorSuffixComponent, typeof i3.AXDecoratorContentComponent, typeof i4.AXDecoratorHeaderComponent, typeof i5.AXDecoratorFooterComponent, typeof i6.AXDecoratorIconComponent, typeof i7.AXDecoratorTitleComponent, typeof i8.
|
|
17
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXDecoratorModule, [typeof i1.AXDecoratorPrefixComponent, typeof i2.AXDecoratorSuffixComponent, typeof i3.AXDecoratorContentComponent, typeof i4.AXDecoratorHeaderComponent, typeof i5.AXDecoratorFooterComponent, typeof i6.AXDecoratorIconComponent, typeof i7.AXDecoratorTitleComponent, typeof i8.AXDecoratorSubTitleComponent, typeof i9.AXDecoratorCloseButtonComponent, typeof i10.AXDecoratorOverlayComponent, typeof i11.AXDecoratorPlaceholderComponent, typeof i12.AXDecoratorTextComponent], [typeof i13.CommonModule], [typeof i1.AXDecoratorPrefixComponent, typeof i2.AXDecoratorSuffixComponent, typeof i3.AXDecoratorContentComponent, typeof i4.AXDecoratorHeaderComponent, typeof i5.AXDecoratorFooterComponent, typeof i6.AXDecoratorIconComponent, typeof i7.AXDecoratorTitleComponent, typeof i8.AXDecoratorSubTitleComponent, typeof i9.AXDecoratorCloseButtonComponent, typeof i10.AXDecoratorOverlayComponent, typeof i11.AXDecoratorPlaceholderComponent, typeof i12.AXDecoratorTextComponent]>;
|
|
17
18
|
static ɵinj: i0.ɵɵInjectorDeclaration<AXDecoratorModule>;
|
|
18
19
|
}
|