@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
|
@@ -6,8 +6,8 @@ export declare function _BaseMenuComponentMixin<TBase extends Constructor<AXBase
|
|
|
6
6
|
new (...args: any[]): {
|
|
7
7
|
textField: string;
|
|
8
8
|
valueField: string;
|
|
9
|
-
"__#
|
|
10
|
-
"__#
|
|
9
|
+
"__#34354@#isLoading": boolean;
|
|
10
|
+
"__#34354@#loadedItems": any;
|
|
11
11
|
visibleField: string;
|
|
12
12
|
disableField: string;
|
|
13
13
|
hasChildField: string;
|
|
@@ -16,7 +16,7 @@ export declare function _BaseMenuComponentMixin<TBase extends Constructor<AXBase
|
|
|
16
16
|
orientation: 'horizontal' | 'vertical' | 'sidemenu';
|
|
17
17
|
dividerField: string;
|
|
18
18
|
onMenuItemClick: EventEmitter<AXItemClickEvent<any>>;
|
|
19
|
-
"__#
|
|
19
|
+
"__#34354@#items": any;
|
|
20
20
|
items: any;
|
|
21
21
|
readonly displayItems: any;
|
|
22
22
|
readonly isLoading: boolean;
|
|
@@ -28,7 +28,7 @@ export declare function _BaseMenuComponentMixin<TBase extends Constructor<AXBase
|
|
|
28
28
|
refresh(): void;
|
|
29
29
|
id: string;
|
|
30
30
|
rtl: boolean;
|
|
31
|
-
"__#
|
|
31
|
+
"__#34353@#elementRef": import("@angular/core").ElementRef<any>;
|
|
32
32
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
|
33
33
|
_isInited: boolean;
|
|
34
34
|
_isRendered: boolean;
|
|
@@ -45,6 +45,7 @@ export declare function _BaseMenuComponentMixin<TBase extends Constructor<AXBase
|
|
|
45
45
|
_onOptionChanging(option: import("./base-components.class").AXComponentOptionChanging): any;
|
|
46
46
|
_onOptionChanged(option: import("./base-components.class").AXComponentOptionChanged): void;
|
|
47
47
|
_setOption(option: import("./base-components.class").AXComponentSetOption): void;
|
|
48
|
+
_isRtl(): boolean;
|
|
48
49
|
};
|
|
49
50
|
} & TBase;
|
|
50
51
|
export declare const BASEMENU_INPUTS: string[];
|
|
@@ -27,7 +27,7 @@ export declare function _ButtonComponentMixin<TBase extends Constructor<AXBaseCo
|
|
|
27
27
|
};
|
|
28
28
|
id: string;
|
|
29
29
|
rtl: boolean;
|
|
30
|
-
"__#
|
|
30
|
+
"__#34353@#elementRef": import("@angular/core").ElementRef<any>;
|
|
31
31
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
|
32
32
|
_isInited: boolean;
|
|
33
33
|
_isRendered: boolean;
|
|
@@ -45,6 +45,7 @@ export declare function _ButtonComponentMixin<TBase extends Constructor<AXBaseCo
|
|
|
45
45
|
_onOptionChanging(option: import("./base-components.class").AXComponentOptionChanging): any;
|
|
46
46
|
_onOptionChanged(option: import("./base-components.class").AXComponentOptionChanged): void;
|
|
47
47
|
_setOption(option: import("./base-components.class").AXComponentSetOption): void;
|
|
48
|
+
_isRtl(): boolean;
|
|
48
49
|
};
|
|
49
50
|
} & TBase;
|
|
50
51
|
export declare const BUTTON_INPUTS: string[];
|
|
@@ -10,11 +10,9 @@ export declare function _ClickableComponenetMixin<TBase extends Constructor<AXBa
|
|
|
10
10
|
*/
|
|
11
11
|
onClick: EventEmitter<AXClickEvent>;
|
|
12
12
|
_emitOnClickEvent(e: MouseEvent): void;
|
|
13
|
-
id: string;
|
|
14
|
-
* @ignore
|
|
15
|
-
*/
|
|
13
|
+
id: string;
|
|
16
14
|
rtl: boolean;
|
|
17
|
-
"__#
|
|
15
|
+
"__#34353@#elementRef": import("@angular/core").ElementRef<any>;
|
|
18
16
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
|
19
17
|
_isInited: boolean;
|
|
20
18
|
_isRendered: boolean;
|
|
@@ -32,5 +30,6 @@ export declare function _ClickableComponenetMixin<TBase extends Constructor<AXBa
|
|
|
32
30
|
_onOptionChanging(option: import("./base-components.class").AXComponentOptionChanging): any;
|
|
33
31
|
_onOptionChanged(option: import("./base-components.class").AXComponentOptionChanged): void;
|
|
34
32
|
_setOption(option: import("./base-components.class").AXComponentSetOption): void;
|
|
33
|
+
_isRtl(): boolean;
|
|
35
34
|
};
|
|
36
35
|
} & TBase;
|
|
@@ -18,7 +18,7 @@ export declare function _ColorLookComponentMixin<TBase extends Constructor<AXBas
|
|
|
18
18
|
look: AXStyleLookType;
|
|
19
19
|
id: string;
|
|
20
20
|
rtl: boolean;
|
|
21
|
-
"__#
|
|
21
|
+
"__#34353@#elementRef": import("@angular/core").ElementRef<any>;
|
|
22
22
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
|
23
23
|
_isInited: boolean;
|
|
24
24
|
_isRendered: boolean;
|
|
@@ -36,6 +36,7 @@ export declare function _ColorLookComponentMixin<TBase extends Constructor<AXBas
|
|
|
36
36
|
_onOptionChanging(option: import("./base-components.class").AXComponentOptionChanging): any;
|
|
37
37
|
_onOptionChanged(option: import("./base-components.class").AXComponentOptionChanged): void;
|
|
38
38
|
_setOption(option: import("./base-components.class").AXComponentSetOption): void;
|
|
39
|
+
_isRtl(): boolean;
|
|
39
40
|
};
|
|
40
41
|
} & TBase;
|
|
41
42
|
export declare const COLOR_LOOK_INPUTS: string[];
|
|
@@ -7,16 +7,16 @@ export declare function _DatalistComponenetMixin<TBase extends Constructor<AXBas
|
|
|
7
7
|
textField: string;
|
|
8
8
|
childrenField: string;
|
|
9
9
|
pageSize: number;
|
|
10
|
-
"__#
|
|
11
|
-
"__#
|
|
12
|
-
"__#
|
|
13
|
-
"__#
|
|
14
|
-
"__#
|
|
15
|
-
"__#
|
|
10
|
+
"__#34355@#currentPage": number;
|
|
11
|
+
"__#34355@#isLoading": boolean;
|
|
12
|
+
"__#34355@#loadedItems": any[];
|
|
13
|
+
"__#34355@#flatItems": any[];
|
|
14
|
+
"__#34355@#totalItems": number;
|
|
15
|
+
"__#34355@#isLazy": boolean;
|
|
16
16
|
readonly totalCount: number;
|
|
17
17
|
readonly isLazy: boolean;
|
|
18
18
|
readonly loadedCount: number;
|
|
19
|
-
"__#
|
|
19
|
+
"__#34355@#items": AXDataListItems;
|
|
20
20
|
items: AXDataListItems;
|
|
21
21
|
readonly displayItems: any[];
|
|
22
22
|
readonly flatItems: any[];
|
|
@@ -26,14 +26,14 @@ export declare function _DatalistComponenetMixin<TBase extends Constructor<AXBas
|
|
|
26
26
|
searchQuery?: string;
|
|
27
27
|
}): void;
|
|
28
28
|
_onDataLoaded(): void;
|
|
29
|
-
"__#
|
|
29
|
+
"__#34355@#generateFlatItems"(): void;
|
|
30
30
|
_getItemDisplayTextTemplte(item: any): any;
|
|
31
31
|
_trackByFunction(item: any): any;
|
|
32
32
|
refresh(): void;
|
|
33
33
|
empty(): void;
|
|
34
34
|
id: string;
|
|
35
35
|
rtl: boolean;
|
|
36
|
-
"__#
|
|
36
|
+
"__#34353@#elementRef": import("@angular/core").ElementRef<any>;
|
|
37
37
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
|
38
38
|
_isInited: boolean;
|
|
39
39
|
_isRendered: boolean;
|
|
@@ -51,6 +51,7 @@ export declare function _DatalistComponenetMixin<TBase extends Constructor<AXBas
|
|
|
51
51
|
_onOptionChanging(option: import("./base-components.class").AXComponentOptionChanging): any;
|
|
52
52
|
_onOptionChanged(option: import("./base-components.class").AXComponentOptionChanged): void;
|
|
53
53
|
_setOption(option: import("./base-components.class").AXComponentSetOption): void;
|
|
54
|
+
_isRtl(): boolean;
|
|
54
55
|
};
|
|
55
56
|
} & TBase;
|
|
56
57
|
export declare const DATALIST_INPUTS: string[];
|
|
@@ -24,7 +24,7 @@ export declare function _DropdownComponenetMixin<TBase extends Constructor<AXBas
|
|
|
24
24
|
readonly isOpen: boolean;
|
|
25
25
|
id: string;
|
|
26
26
|
rtl: boolean;
|
|
27
|
-
"__#
|
|
27
|
+
"__#34353@#elementRef": import("@angular/core").ElementRef<any>;
|
|
28
28
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
|
29
29
|
_isInited: boolean;
|
|
30
30
|
_isRendered: boolean;
|
|
@@ -40,6 +40,7 @@ export declare function _DropdownComponenetMixin<TBase extends Constructor<AXBas
|
|
|
40
40
|
_onOptionChanging(option: import("./base-components.class").AXComponentOptionChanging): any;
|
|
41
41
|
_onOptionChanged(option: import("./base-components.class").AXComponentOptionChanged): void;
|
|
42
42
|
_setOption(option: import("./base-components.class").AXComponentSetOption): void;
|
|
43
|
+
_isRtl(): boolean;
|
|
43
44
|
}) & TBase;
|
|
44
45
|
export declare const DROPDOWN_INPUTS: string[];
|
|
45
46
|
export declare const DROPDOWN_OUTPUT: string[];
|
|
@@ -3,12 +3,12 @@ import { AXBaseComponent } from "./base-components.class";
|
|
|
3
3
|
import { Constructor } from "./constratctor";
|
|
4
4
|
import { AXFocusEvent } from "@acorex/components/common";
|
|
5
5
|
export declare function _InteractiveComponenetMixin<TBase extends Constructor<AXBaseComponent>>(Base: TBase): (abstract new (...args: any[]) => {
|
|
6
|
-
"__#
|
|
6
|
+
"__#34356@#disabled": boolean;
|
|
7
7
|
/**
|
|
8
8
|
* If set to true, it disables the component.
|
|
9
9
|
*/
|
|
10
10
|
disabled: boolean;
|
|
11
|
-
"__#
|
|
11
|
+
"__#34356@#tabIndex": number;
|
|
12
12
|
/**
|
|
13
13
|
* Specifies the tabindex of the component.
|
|
14
14
|
*/
|
|
@@ -35,7 +35,7 @@ export declare function _InteractiveComponenetMixin<TBase extends Constructor<AX
|
|
|
35
35
|
hasFocus(): boolean;
|
|
36
36
|
id: string;
|
|
37
37
|
rtl: boolean;
|
|
38
|
-
"__#
|
|
38
|
+
"__#34353@#elementRef": import("@angular/core").ElementRef<any>;
|
|
39
39
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
|
40
40
|
_isInited: boolean;
|
|
41
41
|
_isRendered: boolean;
|
|
@@ -46,15 +46,14 @@ export declare function _InteractiveComponenetMixin<TBase extends Constructor<AX
|
|
|
46
46
|
_getInnerElement<T_1 = HTMLElement>(): T_1;
|
|
47
47
|
_onInternalInit(): void;
|
|
48
48
|
_onInternalViewInit(): void;
|
|
49
|
-
_onInternalDestroy(): void;
|
|
50
|
-
* Focuses the component.
|
|
51
|
-
*/
|
|
49
|
+
_onInternalDestroy(): void;
|
|
52
50
|
onInit(): void;
|
|
53
51
|
onViewInit(): void;
|
|
54
52
|
onDestroy(): void;
|
|
55
53
|
_onOptionChanging(option: import("./base-components.class").AXComponentOptionChanging): any;
|
|
56
54
|
_onOptionChanged(option: import("./base-components.class").AXComponentOptionChanged): void;
|
|
57
55
|
_setOption(option: import("./base-components.class").AXComponentSetOption): void;
|
|
56
|
+
_isRtl(): boolean;
|
|
58
57
|
}) & TBase;
|
|
59
58
|
export declare const INTERACTIVE_INPUTS: string[];
|
|
60
59
|
export declare const INTERACTIVE_OUTPUT: string[];
|
|
@@ -17,7 +17,7 @@ export declare function _LoadingComponenetMixin<TBase extends Constructor<AXBase
|
|
|
17
17
|
_onInternalInit(): void;
|
|
18
18
|
id: string;
|
|
19
19
|
rtl: boolean;
|
|
20
|
-
"__#
|
|
20
|
+
"__#34353@#elementRef": import("@angular/core").ElementRef<any>;
|
|
21
21
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
|
22
22
|
_isInited: boolean;
|
|
23
23
|
_isRendered: boolean;
|
|
@@ -34,5 +34,6 @@ export declare function _LoadingComponenetMixin<TBase extends Constructor<AXBase
|
|
|
34
34
|
_onOptionChanging(option: import("./base-components.class").AXComponentOptionChanging): any;
|
|
35
35
|
_onOptionChanged(option: import("./base-components.class").AXComponentOptionChanged): void;
|
|
36
36
|
_setOption(option: import("./base-components.class").AXComponentSetOption): void;
|
|
37
|
+
_isRtl(): boolean;
|
|
37
38
|
};
|
|
38
39
|
} & TBase;
|
|
@@ -3,7 +3,7 @@ export declare const AXBaseComponentMixin: {
|
|
|
3
3
|
new (...args: any[]): {
|
|
4
4
|
id: string;
|
|
5
5
|
rtl: boolean;
|
|
6
|
-
"__#
|
|
6
|
+
"__#34353@#elementRef": import("@angular/core").ElementRef<any>;
|
|
7
7
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
|
8
8
|
_isInited: boolean;
|
|
9
9
|
_isRendered: boolean;
|
|
@@ -21,6 +21,7 @@ export declare const AXBaseComponentMixin: {
|
|
|
21
21
|
_onOptionChanging(option: import("./base-components.class").AXComponentOptionChanging): any;
|
|
22
22
|
_onOptionChanged(option: import("./base-components.class").AXComponentOptionChanged): void;
|
|
23
23
|
_setOption(option: import("./base-components.class").AXComponentSetOption): void;
|
|
24
|
+
_isRtl(): boolean;
|
|
24
25
|
};
|
|
25
26
|
} & typeof AXBaseComponent;
|
|
26
27
|
export declare const AXSizableComponentMixin: {
|
|
@@ -29,7 +30,7 @@ export declare const AXSizableComponentMixin: {
|
|
|
29
30
|
_onInternalInit(): void;
|
|
30
31
|
id: string;
|
|
31
32
|
rtl: boolean;
|
|
32
|
-
"__#
|
|
33
|
+
"__#34353@#elementRef": import("@angular/core").ElementRef<any>;
|
|
33
34
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
|
34
35
|
_isInited: boolean;
|
|
35
36
|
_isRendered: boolean;
|
|
@@ -46,12 +47,13 @@ export declare const AXSizableComponentMixin: {
|
|
|
46
47
|
_onOptionChanging(option: import("./base-components.class").AXComponentOptionChanging): any;
|
|
47
48
|
_onOptionChanged(option: import("./base-components.class").AXComponentOptionChanged): void;
|
|
48
49
|
_setOption(option: import("./base-components.class").AXComponentSetOption): void;
|
|
50
|
+
_isRtl(): boolean;
|
|
49
51
|
};
|
|
50
52
|
} & {
|
|
51
53
|
new (...args: any[]): {
|
|
52
54
|
id: string;
|
|
53
55
|
rtl: boolean;
|
|
54
|
-
"__#
|
|
56
|
+
"__#34353@#elementRef": import("@angular/core").ElementRef<any>;
|
|
55
57
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
|
56
58
|
_isInited: boolean;
|
|
57
59
|
_isRendered: boolean;
|
|
@@ -69,6 +71,7 @@ export declare const AXSizableComponentMixin: {
|
|
|
69
71
|
_onOptionChanging(option: import("./base-components.class").AXComponentOptionChanging): any;
|
|
70
72
|
_onOptionChanged(option: import("./base-components.class").AXComponentOptionChanged): void;
|
|
71
73
|
_setOption(option: import("./base-components.class").AXComponentSetOption): void;
|
|
74
|
+
_isRtl(): boolean;
|
|
72
75
|
};
|
|
73
76
|
} & typeof AXBaseComponent;
|
|
74
77
|
export declare const AXInteractiveComponenetMixin: {
|
|
@@ -77,7 +80,7 @@ export declare const AXInteractiveComponenetMixin: {
|
|
|
77
80
|
_onInternalInit(): void;
|
|
78
81
|
id: string;
|
|
79
82
|
rtl: boolean;
|
|
80
|
-
"__#
|
|
83
|
+
"__#34353@#elementRef": import("@angular/core").ElementRef<any>;
|
|
81
84
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
|
82
85
|
_isInited: boolean;
|
|
83
86
|
_isRendered: boolean;
|
|
@@ -94,11 +97,12 @@ export declare const AXInteractiveComponenetMixin: {
|
|
|
94
97
|
_onOptionChanging(option: import("./base-components.class").AXComponentOptionChanging): any;
|
|
95
98
|
_onOptionChanged(option: import("./base-components.class").AXComponentOptionChanged): void;
|
|
96
99
|
_setOption(option: import("./base-components.class").AXComponentSetOption): void;
|
|
100
|
+
_isRtl(): boolean;
|
|
97
101
|
};
|
|
98
102
|
} & (abstract new (...args: any[]) => {
|
|
99
|
-
"__#
|
|
103
|
+
"__#34356@#disabled": boolean;
|
|
100
104
|
disabled: boolean;
|
|
101
|
-
"__#
|
|
105
|
+
"__#34356@#tabIndex": number;
|
|
102
106
|
tabIndex: number;
|
|
103
107
|
onFocus: import("@angular/core").EventEmitter<import("@acorex/components/common").AXFocusEvent>;
|
|
104
108
|
_emitOnFocusEvent(e: FocusEvent): void;
|
|
@@ -108,7 +112,7 @@ export declare const AXInteractiveComponenetMixin: {
|
|
|
108
112
|
hasFocus(): boolean;
|
|
109
113
|
id: string;
|
|
110
114
|
rtl: boolean;
|
|
111
|
-
"__#
|
|
115
|
+
"__#34353@#elementRef": import("@angular/core").ElementRef<any>;
|
|
112
116
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
|
113
117
|
_isInited: boolean;
|
|
114
118
|
_isRendered: boolean;
|
|
@@ -126,11 +130,12 @@ export declare const AXInteractiveComponenetMixin: {
|
|
|
126
130
|
_onOptionChanging(option: import("./base-components.class").AXComponentOptionChanging): any;
|
|
127
131
|
_onOptionChanged(option: import("./base-components.class").AXComponentOptionChanged): void;
|
|
128
132
|
_setOption(option: import("./base-components.class").AXComponentSetOption): void;
|
|
133
|
+
_isRtl(): boolean;
|
|
129
134
|
}) & typeof AXBaseComponent;
|
|
130
135
|
export declare const AXBaseClickableMixin: (abstract new (...args: any[]) => {
|
|
131
|
-
"__#
|
|
136
|
+
"__#34356@#disabled": boolean;
|
|
132
137
|
disabled: boolean;
|
|
133
|
-
"__#
|
|
138
|
+
"__#34356@#tabIndex": number;
|
|
134
139
|
tabIndex: number;
|
|
135
140
|
onFocus: import("@angular/core").EventEmitter<import("@acorex/components/common").AXFocusEvent>;
|
|
136
141
|
_emitOnFocusEvent(e: FocusEvent): void;
|
|
@@ -140,7 +145,7 @@ export declare const AXBaseClickableMixin: (abstract new (...args: any[]) => {
|
|
|
140
145
|
hasFocus(): boolean;
|
|
141
146
|
id: string;
|
|
142
147
|
rtl: boolean;
|
|
143
|
-
"__#
|
|
148
|
+
"__#34353@#elementRef": import("@angular/core").ElementRef<any>;
|
|
144
149
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
|
145
150
|
_isInited: boolean;
|
|
146
151
|
_isRendered: boolean;
|
|
@@ -158,13 +163,14 @@ export declare const AXBaseClickableMixin: (abstract new (...args: any[]) => {
|
|
|
158
163
|
_onOptionChanging(option: import("./base-components.class").AXComponentOptionChanging): any;
|
|
159
164
|
_onOptionChanged(option: import("./base-components.class").AXComponentOptionChanged): void;
|
|
160
165
|
_setOption(option: import("./base-components.class").AXComponentSetOption): void;
|
|
166
|
+
_isRtl(): boolean;
|
|
161
167
|
}) & {
|
|
162
168
|
new (...args: any[]): {
|
|
163
169
|
onClick: import("@angular/core").EventEmitter<import("@acorex/components/common").AXClickEvent>;
|
|
164
170
|
_emitOnClickEvent(e: MouseEvent): void;
|
|
165
171
|
id: string;
|
|
166
172
|
rtl: boolean;
|
|
167
|
-
"__#
|
|
173
|
+
"__#34353@#elementRef": import("@angular/core").ElementRef<any>;
|
|
168
174
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
|
169
175
|
_isInited: boolean;
|
|
170
176
|
_isRendered: boolean;
|
|
@@ -182,6 +188,7 @@ export declare const AXBaseClickableMixin: (abstract new (...args: any[]) => {
|
|
|
182
188
|
_onOptionChanging(option: import("./base-components.class").AXComponentOptionChanging): any;
|
|
183
189
|
_onOptionChanged(option: import("./base-components.class").AXComponentOptionChanged): void;
|
|
184
190
|
_setOption(option: import("./base-components.class").AXComponentSetOption): void;
|
|
191
|
+
_isRtl(): boolean;
|
|
185
192
|
};
|
|
186
193
|
} & typeof AXBaseComponent;
|
|
187
194
|
export declare const AXBaseButtonMixin: {
|
|
@@ -190,7 +197,7 @@ export declare const AXBaseButtonMixin: {
|
|
|
190
197
|
_onInternalInit(): void;
|
|
191
198
|
id: string;
|
|
192
199
|
rtl: boolean;
|
|
193
|
-
"__#
|
|
200
|
+
"__#34353@#elementRef": import("@angular/core").ElementRef<any>;
|
|
194
201
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
|
195
202
|
_isInited: boolean;
|
|
196
203
|
_isRendered: boolean;
|
|
@@ -207,11 +214,12 @@ export declare const AXBaseButtonMixin: {
|
|
|
207
214
|
_onOptionChanging(option: import("./base-components.class").AXComponentOptionChanging): any;
|
|
208
215
|
_onOptionChanged(option: import("./base-components.class").AXComponentOptionChanged): void;
|
|
209
216
|
_setOption(option: import("./base-components.class").AXComponentSetOption): void;
|
|
217
|
+
_isRtl(): boolean;
|
|
210
218
|
};
|
|
211
219
|
} & (abstract new (...args: any[]) => {
|
|
212
|
-
"__#
|
|
220
|
+
"__#34356@#disabled": boolean;
|
|
213
221
|
disabled: boolean;
|
|
214
|
-
"__#
|
|
222
|
+
"__#34356@#tabIndex": number;
|
|
215
223
|
tabIndex: number;
|
|
216
224
|
onFocus: import("@angular/core").EventEmitter<import("@acorex/components/common").AXFocusEvent>;
|
|
217
225
|
_emitOnFocusEvent(e: FocusEvent): void;
|
|
@@ -221,7 +229,7 @@ export declare const AXBaseButtonMixin: {
|
|
|
221
229
|
hasFocus(): boolean;
|
|
222
230
|
id: string;
|
|
223
231
|
rtl: boolean;
|
|
224
|
-
"__#
|
|
232
|
+
"__#34353@#elementRef": import("@angular/core").ElementRef<any>;
|
|
225
233
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
|
226
234
|
_isInited: boolean;
|
|
227
235
|
_isRendered: boolean;
|
|
@@ -239,13 +247,14 @@ export declare const AXBaseButtonMixin: {
|
|
|
239
247
|
_onOptionChanging(option: import("./base-components.class").AXComponentOptionChanging): any;
|
|
240
248
|
_onOptionChanged(option: import("./base-components.class").AXComponentOptionChanged): void;
|
|
241
249
|
_setOption(option: import("./base-components.class").AXComponentSetOption): void;
|
|
250
|
+
_isRtl(): boolean;
|
|
242
251
|
}) & {
|
|
243
252
|
new (...args: any[]): {
|
|
244
253
|
onClick: import("@angular/core").EventEmitter<import("@acorex/components/common").AXClickEvent>;
|
|
245
254
|
_emitOnClickEvent(e: MouseEvent): void;
|
|
246
255
|
id: string;
|
|
247
256
|
rtl: boolean;
|
|
248
|
-
"__#
|
|
257
|
+
"__#34353@#elementRef": import("@angular/core").ElementRef<any>;
|
|
249
258
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
|
250
259
|
_isInited: boolean;
|
|
251
260
|
_isRendered: boolean;
|
|
@@ -263,6 +272,7 @@ export declare const AXBaseButtonMixin: {
|
|
|
263
272
|
_onOptionChanging(option: import("./base-components.class").AXComponentOptionChanging): any;
|
|
264
273
|
_onOptionChanged(option: import("./base-components.class").AXComponentOptionChanged): void;
|
|
265
274
|
_setOption(option: import("./base-components.class").AXComponentSetOption): void;
|
|
275
|
+
_isRtl(): boolean;
|
|
266
276
|
};
|
|
267
277
|
} & {
|
|
268
278
|
new (...args: any[]): {
|
|
@@ -274,7 +284,7 @@ export declare const AXBaseButtonMixin: {
|
|
|
274
284
|
look: import("@acorex/components/common").AXStyleLookType;
|
|
275
285
|
id: string;
|
|
276
286
|
rtl: boolean;
|
|
277
|
-
"__#
|
|
287
|
+
"__#34353@#elementRef": import("@angular/core").ElementRef<any>;
|
|
278
288
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
|
279
289
|
_isInited: boolean;
|
|
280
290
|
_isRendered: boolean;
|
|
@@ -292,6 +302,7 @@ export declare const AXBaseButtonMixin: {
|
|
|
292
302
|
_onOptionChanging(option: import("./base-components.class").AXComponentOptionChanging): any;
|
|
293
303
|
_onOptionChanged(option: import("./base-components.class").AXComponentOptionChanged): void;
|
|
294
304
|
_setOption(option: import("./base-components.class").AXComponentSetOption): void;
|
|
305
|
+
_isRtl(): boolean;
|
|
295
306
|
};
|
|
296
307
|
} & {
|
|
297
308
|
new (...args: any[]): {
|
|
@@ -310,7 +321,7 @@ export declare const AXBaseButtonMixin: {
|
|
|
310
321
|
};
|
|
311
322
|
id: string;
|
|
312
323
|
rtl: boolean;
|
|
313
|
-
"__#
|
|
324
|
+
"__#34353@#elementRef": import("@angular/core").ElementRef<any>;
|
|
314
325
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
|
315
326
|
_isInited: boolean;
|
|
316
327
|
_isRendered: boolean;
|
|
@@ -328,6 +339,7 @@ export declare const AXBaseButtonMixin: {
|
|
|
328
339
|
_onOptionChanging(option: import("./base-components.class").AXComponentOptionChanging): any;
|
|
329
340
|
_onOptionChanged(option: import("./base-components.class").AXComponentOptionChanged): void;
|
|
330
341
|
_setOption(option: import("./base-components.class").AXComponentSetOption): void;
|
|
342
|
+
_isRtl(): boolean;
|
|
331
343
|
};
|
|
332
344
|
} & typeof AXBaseComponent;
|
|
333
345
|
export declare const AXBaseValueComponentMixin: any;
|
|
@@ -337,7 +349,7 @@ export declare const AXBaseTextBoxMixin: {
|
|
|
337
349
|
_onInternalInit(): void;
|
|
338
350
|
id: string;
|
|
339
351
|
rtl: boolean;
|
|
340
|
-
"__#
|
|
352
|
+
"__#34353@#elementRef": import("@angular/core").ElementRef<any>;
|
|
341
353
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
|
342
354
|
_isInited: boolean;
|
|
343
355
|
_isRendered: boolean;
|
|
@@ -354,11 +366,12 @@ export declare const AXBaseTextBoxMixin: {
|
|
|
354
366
|
_onOptionChanging(option: import("./base-components.class").AXComponentOptionChanging): any;
|
|
355
367
|
_onOptionChanged(option: import("./base-components.class").AXComponentOptionChanged): void;
|
|
356
368
|
_setOption(option: import("./base-components.class").AXComponentSetOption): void;
|
|
369
|
+
_isRtl(): boolean;
|
|
357
370
|
};
|
|
358
371
|
} & (abstract new (...args: any[]) => {
|
|
359
|
-
"__#
|
|
372
|
+
"__#34356@#disabled": boolean;
|
|
360
373
|
disabled: boolean;
|
|
361
|
-
"__#
|
|
374
|
+
"__#34356@#tabIndex": number;
|
|
362
375
|
tabIndex: number;
|
|
363
376
|
onFocus: import("@angular/core").EventEmitter<import("@acorex/components/common").AXFocusEvent>;
|
|
364
377
|
_emitOnFocusEvent(e: FocusEvent): void;
|
|
@@ -368,7 +381,7 @@ export declare const AXBaseTextBoxMixin: {
|
|
|
368
381
|
hasFocus(): boolean;
|
|
369
382
|
id: string;
|
|
370
383
|
rtl: boolean;
|
|
371
|
-
"__#
|
|
384
|
+
"__#34353@#elementRef": import("@angular/core").ElementRef<any>;
|
|
372
385
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
|
373
386
|
_isInited: boolean;
|
|
374
387
|
_isRendered: boolean;
|
|
@@ -386,21 +399,22 @@ export declare const AXBaseTextBoxMixin: {
|
|
|
386
399
|
_onOptionChanging(option: import("./base-components.class").AXComponentOptionChanging): any;
|
|
387
400
|
_onOptionChanged(option: import("./base-components.class").AXComponentOptionChanged): void;
|
|
388
401
|
_setOption(option: import("./base-components.class").AXComponentSetOption): void;
|
|
402
|
+
_isRtl(): boolean;
|
|
389
403
|
}) & {
|
|
390
404
|
new (...args: any[]): {
|
|
391
405
|
onValueChanged: import("@angular/core").EventEmitter<import("@acorex/components/common").AXValueChangedEvent<any>>;
|
|
392
406
|
valueChange: import("@angular/core").EventEmitter<any>;
|
|
393
|
-
"__#
|
|
407
|
+
"__#34357@#readonly": boolean;
|
|
394
408
|
readonly: boolean;
|
|
395
|
-
"__#
|
|
409
|
+
"__#34357@#allowNull": boolean;
|
|
396
410
|
allowNull: boolean;
|
|
397
|
-
"__#
|
|
411
|
+
"__#34357@#name": string;
|
|
398
412
|
name: string;
|
|
399
|
-
"__#
|
|
413
|
+
"__#34357@#isUserInteraction": boolean;
|
|
400
414
|
readonly isUserInteraction: boolean;
|
|
401
|
-
"__#
|
|
415
|
+
"__#34357@#value": any;
|
|
402
416
|
value: any;
|
|
403
|
-
"__#
|
|
417
|
+
"__#34357@#state": "error" | "clear" | "success";
|
|
404
418
|
readonly state: "error" | "clear" | "success";
|
|
405
419
|
_emitOnValueChangedEvent(oldValue?: any, newValue?: any): void;
|
|
406
420
|
_internalSetValue(value: any): any;
|
|
@@ -416,7 +430,7 @@ export declare const AXBaseTextBoxMixin: {
|
|
|
416
430
|
_setState(state: "error" | "clear" | "success", ...args: any[]): void;
|
|
417
431
|
id: string;
|
|
418
432
|
rtl: boolean;
|
|
419
|
-
"__#
|
|
433
|
+
"__#34353@#elementRef": import("@angular/core").ElementRef<any>;
|
|
420
434
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
|
421
435
|
_isInited: boolean;
|
|
422
436
|
_isRendered: boolean;
|
|
@@ -432,6 +446,7 @@ export declare const AXBaseTextBoxMixin: {
|
|
|
432
446
|
_onOptionChanging(option: import("./base-components.class").AXComponentOptionChanging): any;
|
|
433
447
|
_onOptionChanged(option: import("./base-components.class").AXComponentOptionChanged): void;
|
|
434
448
|
_setOption(option: import("./base-components.class").AXComponentSetOption): void;
|
|
449
|
+
_isRtl(): boolean;
|
|
435
450
|
};
|
|
436
451
|
} & {
|
|
437
452
|
new (...args: any[]): {
|
|
@@ -439,22 +454,15 @@ export declare const AXBaseTextBoxMixin: {
|
|
|
439
454
|
placeholder: string;
|
|
440
455
|
maxLength: number;
|
|
441
456
|
autoComplete: string;
|
|
442
|
-
debounceTime: number;
|
|
443
|
-
"__#33102@#valueSubscription": import("rxjs").Subscription;
|
|
444
|
-
"__#33102@#valueSubject": import("rxjs").Subject<unknown>;
|
|
445
457
|
onKeyDown: import("@angular/core").EventEmitter<import("@acorex/components/common").AXHtmlEvent<KeyboardEvent>>;
|
|
446
458
|
onKeyUp: import("@angular/core").EventEmitter<import("@acorex/components/common").AXHtmlEvent<KeyboardEvent>>;
|
|
447
459
|
onKeyPress: import("@angular/core").EventEmitter<import("@acorex/components/common").AXHtmlEvent<KeyboardEvent>>;
|
|
448
460
|
_emitOnKeydownEvent(e: KeyboardEvent): void;
|
|
449
461
|
_emitOnKeyupEvent(e: KeyboardEvent): void;
|
|
450
462
|
_emitOnKeypressEvent(e: KeyboardEvent): void;
|
|
451
|
-
_handleModleChange(value: any): void;
|
|
452
|
-
_settleValue(value: any): void;
|
|
453
|
-
onInit(): void;
|
|
454
|
-
onDestroy(): void;
|
|
455
463
|
id: string;
|
|
456
464
|
rtl: boolean;
|
|
457
|
-
"__#
|
|
465
|
+
"__#34353@#elementRef": import("@angular/core").ElementRef<any>;
|
|
458
466
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
|
459
467
|
_isInited: boolean;
|
|
460
468
|
_isRendered: boolean;
|
|
@@ -466,10 +474,13 @@ export declare const AXBaseTextBoxMixin: {
|
|
|
466
474
|
_onInternalInit(): void;
|
|
467
475
|
_onInternalViewInit(): void;
|
|
468
476
|
_onInternalDestroy(): void;
|
|
477
|
+
onInit(): void;
|
|
469
478
|
onViewInit(): void;
|
|
479
|
+
onDestroy(): void;
|
|
470
480
|
_onOptionChanging(option: import("./base-components.class").AXComponentOptionChanging): any;
|
|
471
481
|
_onOptionChanged(option: import("./base-components.class").AXComponentOptionChanged): void;
|
|
472
482
|
_setOption(option: import("./base-components.class").AXComponentSetOption): void;
|
|
483
|
+
_isRtl(): boolean;
|
|
473
484
|
};
|
|
474
485
|
} & typeof AXBaseComponent;
|
|
475
486
|
export declare const AXBaseSelectionValueMixin: any;
|
|
@@ -481,7 +492,7 @@ export declare const AXBaseDropdownMixin: {
|
|
|
481
492
|
_onInternalInit(): void;
|
|
482
493
|
id: string;
|
|
483
494
|
rtl: boolean;
|
|
484
|
-
"__#
|
|
495
|
+
"__#34353@#elementRef": import("@angular/core").ElementRef<any>;
|
|
485
496
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
|
486
497
|
_isInited: boolean;
|
|
487
498
|
_isRendered: boolean;
|
|
@@ -498,11 +509,12 @@ export declare const AXBaseDropdownMixin: {
|
|
|
498
509
|
_onOptionChanging(option: import("./base-components.class").AXComponentOptionChanging): any;
|
|
499
510
|
_onOptionChanged(option: import("./base-components.class").AXComponentOptionChanged): void;
|
|
500
511
|
_setOption(option: import("./base-components.class").AXComponentSetOption): void;
|
|
512
|
+
_isRtl(): boolean;
|
|
501
513
|
};
|
|
502
514
|
} & (abstract new (...args: any[]) => {
|
|
503
|
-
"__#
|
|
515
|
+
"__#34356@#disabled": boolean;
|
|
504
516
|
disabled: boolean;
|
|
505
|
-
"__#
|
|
517
|
+
"__#34356@#tabIndex": number;
|
|
506
518
|
tabIndex: number;
|
|
507
519
|
onFocus: import("@angular/core").EventEmitter<import("@acorex/components/common").AXFocusEvent>;
|
|
508
520
|
_emitOnFocusEvent(e: FocusEvent): void;
|
|
@@ -512,7 +524,7 @@ export declare const AXBaseDropdownMixin: {
|
|
|
512
524
|
hasFocus(): boolean;
|
|
513
525
|
id: string;
|
|
514
526
|
rtl: boolean;
|
|
515
|
-
"__#
|
|
527
|
+
"__#34353@#elementRef": import("@angular/core").ElementRef<any>;
|
|
516
528
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
|
517
529
|
_isInited: boolean;
|
|
518
530
|
_isRendered: boolean;
|
|
@@ -530,6 +542,7 @@ export declare const AXBaseDropdownMixin: {
|
|
|
530
542
|
_onOptionChanging(option: import("./base-components.class").AXComponentOptionChanging): any;
|
|
531
543
|
_onOptionChanged(option: import("./base-components.class").AXComponentOptionChanged): void;
|
|
532
544
|
_setOption(option: import("./base-components.class").AXComponentSetOption): void;
|
|
545
|
+
_isRtl(): boolean;
|
|
533
546
|
}) & (abstract new (...args: any[]) => {
|
|
534
547
|
readonly: boolean;
|
|
535
548
|
onOpened: import("@angular/core").EventEmitter<import("@acorex/components/common").AXEvent>;
|
|
@@ -546,7 +559,7 @@ export declare const AXBaseDropdownMixin: {
|
|
|
546
559
|
readonly isOpen: boolean;
|
|
547
560
|
id: string;
|
|
548
561
|
rtl: boolean;
|
|
549
|
-
"__#
|
|
562
|
+
"__#34353@#elementRef": import("@angular/core").ElementRef<any>;
|
|
550
563
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
|
551
564
|
_isInited: boolean;
|
|
552
565
|
_isRendered: boolean;
|
|
@@ -562,13 +575,14 @@ export declare const AXBaseDropdownMixin: {
|
|
|
562
575
|
_onOptionChanging(option: import("./base-components.class").AXComponentOptionChanging): any;
|
|
563
576
|
_onOptionChanged(option: import("./base-components.class").AXComponentOptionChanged): void;
|
|
564
577
|
_setOption(option: import("./base-components.class").AXComponentSetOption): void;
|
|
578
|
+
_isRtl(): boolean;
|
|
565
579
|
}) & typeof AXBaseComponent;
|
|
566
580
|
export declare const AXBaseMenuMixin: {
|
|
567
581
|
new (...args: any[]): {
|
|
568
582
|
textField: string;
|
|
569
583
|
valueField: string;
|
|
570
|
-
"__#
|
|
571
|
-
"__#
|
|
584
|
+
"__#34354@#isLoading": boolean;
|
|
585
|
+
"__#34354@#loadedItems": any;
|
|
572
586
|
visibleField: string;
|
|
573
587
|
disableField: string;
|
|
574
588
|
hasChildField: string;
|
|
@@ -577,7 +591,7 @@ export declare const AXBaseMenuMixin: {
|
|
|
577
591
|
orientation: "horizontal" | "vertical" | "sidemenu";
|
|
578
592
|
dividerField: string;
|
|
579
593
|
onMenuItemClick: import("@angular/core").EventEmitter<import("@acorex/components/common").AXItemClickEvent<any>>;
|
|
580
|
-
"__#
|
|
594
|
+
"__#34354@#items": any;
|
|
581
595
|
items: any;
|
|
582
596
|
readonly displayItems: any;
|
|
583
597
|
readonly isLoading: boolean;
|
|
@@ -589,7 +603,7 @@ export declare const AXBaseMenuMixin: {
|
|
|
589
603
|
refresh(): void;
|
|
590
604
|
id: string;
|
|
591
605
|
rtl: boolean;
|
|
592
|
-
"__#
|
|
606
|
+
"__#34353@#elementRef": import("@angular/core").ElementRef<any>;
|
|
593
607
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
|
594
608
|
_isInited: boolean;
|
|
595
609
|
_isRendered: boolean;
|
|
@@ -606,6 +620,7 @@ export declare const AXBaseMenuMixin: {
|
|
|
606
620
|
_onOptionChanging(option: import("./base-components.class").AXComponentOptionChanging): any;
|
|
607
621
|
_onOptionChanged(option: import("./base-components.class").AXComponentOptionChanged): void;
|
|
608
622
|
_setOption(option: import("./base-components.class").AXComponentSetOption): void;
|
|
623
|
+
_isRtl(): boolean;
|
|
609
624
|
};
|
|
610
625
|
} & typeof AXBaseComponent;
|
|
611
626
|
export declare const AXAvatarMixin: {
|
|
@@ -618,7 +633,7 @@ export declare const AXAvatarMixin: {
|
|
|
618
633
|
look: import("@acorex/components/common").AXStyleLookType;
|
|
619
634
|
id: string;
|
|
620
635
|
rtl: boolean;
|
|
621
|
-
"__#
|
|
636
|
+
"__#34353@#elementRef": import("@angular/core").ElementRef<any>;
|
|
622
637
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
|
623
638
|
_isInited: boolean;
|
|
624
639
|
_isRendered: boolean;
|
|
@@ -636,5 +651,6 @@ export declare const AXAvatarMixin: {
|
|
|
636
651
|
_onOptionChanging(option: import("./base-components.class").AXComponentOptionChanging): any;
|
|
637
652
|
_onOptionChanged(option: import("./base-components.class").AXComponentOptionChanged): void;
|
|
638
653
|
_setOption(option: import("./base-components.class").AXComponentSetOption): void;
|
|
654
|
+
_isRtl(): boolean;
|
|
639
655
|
};
|
|
640
656
|
} & typeof AXBaseComponent;
|