@acorex/components 7.1.2 → 7.1.5
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/README.md +24 -24
- package/action-sheet/public-api.d.ts +1 -0
- package/action-sheet/src/action-sheet.component.d.ts +8 -11
- package/alert/src/alert.component.d.ts +15 -47
- package/avatar/src/avatar.component.d.ts +8 -11
- package/badge/src/badge.component.d.ts +4 -35
- package/breadcrumbs/src/breadcrumbs-item.component.d.ts +8 -6
- package/breadcrumbs/src/breadcrumbs.component.d.ts +4 -8
- package/button/src/button-group.component.d.ts +6 -6
- package/button/src/button-item.component.d.ts +7 -9
- package/chips/src/chips.component.d.ts +6 -6
- package/color-picker/src/color-picker.component.d.ts +21 -16
- package/common/src/components/base-component.class.d.ts +7 -2
- package/date-picker/src/datepicker.component.d.ts +17 -132
- package/esm2022/action-sheet/public-api.mjs +2 -1
- package/esm2022/action-sheet/src/action-sheet.component.mjs +15 -21
- package/esm2022/action-sheet/src/action-sheet.interface.mjs +1 -1
- package/esm2022/action-sheet/src/action-sheet.module.mjs +5 -5
- package/esm2022/action-sheet/src/action-sheet.service.mjs +4 -8
- package/esm2022/alert/public-api.mjs +1 -1
- package/esm2022/alert/src/alert.component.mjs +52 -50
- package/esm2022/alert/src/alert.module.mjs +5 -5
- package/esm2022/avatar/public-api.mjs +1 -1
- package/esm2022/avatar/src/avatar-group.component.mjs +4 -4
- package/esm2022/avatar/src/avatar.component.mjs +11 -20
- package/esm2022/avatar/src/avatar.module.mjs +5 -5
- package/esm2022/badge/public-api.mjs +1 -1
- package/esm2022/badge/src/badge.component.mjs +9 -14
- package/esm2022/badge/src/badge.module.mjs +5 -5
- package/esm2022/breadcrumbs/public-api.mjs +1 -1
- package/esm2022/breadcrumbs/src/breadcrumbs-item.class.mjs +1 -1
- package/esm2022/breadcrumbs/src/breadcrumbs-item.component.mjs +5 -5
- package/esm2022/breadcrumbs/src/breadcrumbs.component.mjs +8 -14
- package/esm2022/breadcrumbs/src/breadcrumbs.module.mjs +5 -5
- package/esm2022/button/public-api.mjs +1 -1
- package/esm2022/button/src/button-group.component.mjs +4 -4
- package/esm2022/button/src/button-item.class.mjs +1 -1
- package/esm2022/button/src/button-item.component.mjs +13 -13
- package/esm2022/button/src/button.component.mjs +6 -6
- package/esm2022/button/src/button.module.mjs +5 -5
- package/esm2022/calendar/public-api.mjs +1 -1
- package/esm2022/calendar/src/calendar-range.component.mjs +20 -21
- package/esm2022/calendar/src/calendar.class.mjs +7 -7
- package/esm2022/calendar/src/calendar.component.mjs +5 -5
- package/esm2022/calendar/src/calendar.module.mjs +5 -5
- package/esm2022/card/public-api.mjs +1 -1
- package/esm2022/card/src/card.component.mjs +5 -5
- package/esm2022/card/src/card.module.mjs +5 -5
- package/esm2022/checkbox/public-api.mjs +1 -1
- package/esm2022/checkbox/src/checkbox.component.mjs +5 -5
- package/esm2022/checkbox/src/checkbox.module.mjs +5 -5
- package/esm2022/chips/public-api.mjs +1 -1
- package/esm2022/chips/src/chips.component.mjs +5 -5
- package/esm2022/chips/src/chips.module.mjs +5 -5
- package/esm2022/collapse/public-api.mjs +1 -1
- package/esm2022/collapse/src/collapse-group.component.mjs +4 -4
- package/esm2022/collapse/src/collapse.component.mjs +5 -5
- package/esm2022/collapse/src/collapse.module.mjs +5 -5
- package/esm2022/color-palette/public-api.mjs +1 -1
- package/esm2022/color-palette/src/color-palette-input.component.mjs +6 -6
- package/esm2022/color-palette/src/color-palette-picker.component.mjs +6 -6
- package/esm2022/color-palette/src/color-palette-preview.component.mjs +10 -10
- package/esm2022/color-palette/src/color-palette-swatches.component.mjs +14 -14
- package/esm2022/color-palette/src/color-palette.class.mjs +7 -7
- package/esm2022/color-palette/src/color-palette.component.mjs +6 -6
- package/esm2022/color-palette/src/color-palette.module.mjs +5 -5
- package/esm2022/color-picker/public-api.mjs +1 -1
- package/esm2022/color-picker/src/color-picker.component.mjs +5 -5
- package/esm2022/color-picker/src/color-picker.module.mjs +5 -5
- package/esm2022/common/public-api.mjs +1 -1
- package/esm2022/common/src/classes/components.class.mjs +19 -19
- package/esm2022/common/src/classes/data.class.mjs +1 -1
- package/esm2022/common/src/classes/drawing.class.mjs +1 -1
- package/esm2022/common/src/classes/events.class.mjs +1 -1
- package/esm2022/common/src/classes/styles.class.mjs +1 -1
- package/esm2022/common/src/common.module.mjs +5 -5
- package/esm2022/common/src/components/base-component.class.mjs +14 -3
- package/esm2022/common/src/components/button-base-component.class.mjs +1 -1
- package/esm2022/common/src/components/color-component.class.mjs +1 -1
- package/esm2022/common/src/components/colorlook-component.class.mjs +1 -1
- package/esm2022/common/src/components/index.mjs +1 -1
- package/esm2022/common/src/components/interactive-component.class.mjs +1 -1
- package/esm2022/common/src/components/look-component.class.mjs +1 -1
- package/esm2022/common/src/components/value-component.class.mjs +4 -5
- package/esm2022/common/src/constant/positions.mjs +1 -1
- package/esm2022/common/src/directives/auto-focus.directive.mjs +4 -4
- package/esm2022/common/src/directives/debounce-time.directive.mjs +4 -4
- package/esm2022/common/src/directives/hotkey.directive.mjs +4 -4
- package/esm2022/common/src/directives/infinite-scroll.directive.mjs +4 -4
- package/esm2022/common/src/directives/responsive.directive.mjs +4 -4
- package/esm2022/common/src/services/custom-cdk-overlay.service.mjs +7 -7
- package/esm2022/common/src/services/hotkey.service.mjs +4 -4
- package/esm2022/common/src/services/overlay.service.mjs +4 -4
- package/esm2022/context-menu/public-api.mjs +1 -1
- package/esm2022/context-menu/src/context-menu.component.mjs +5 -5
- package/esm2022/context-menu/src/context-menu.module.mjs +5 -5
- package/esm2022/data-pager/public-api.mjs +1 -1
- package/esm2022/data-pager/src/data-pager-base.component.mjs +7 -7
- package/esm2022/data-pager/src/data-pager-info.component.mjs +4 -4
- package/esm2022/data-pager/src/data-pager-input-selector.component.mjs +11 -11
- package/esm2022/data-pager/src/data-pager-next-buttons.components.mjs +19 -19
- package/esm2022/data-pager/src/data-pager-numeric-selector.component.mjs +29 -29
- package/esm2022/data-pager/src/data-pager-pagesize-dropdown.component.mjs +25 -25
- package/esm2022/data-pager/src/data-pager-prev-buttons.component.mjs +17 -17
- package/esm2022/data-pager/src/data-pager.component.mjs +5 -5
- package/esm2022/data-pager/src/data-pager.module.mjs +5 -5
- package/esm2022/data-table/public-api.mjs +1 -1
- package/esm2022/data-table/src/data-column-cell-template.directive.mjs +4 -4
- package/esm2022/data-table/src/data-column.directive.mjs +4 -4
- package/esm2022/data-table/src/data-table.component.mjs +5 -5
- package/esm2022/data-table/src/data-table.module.mjs +5 -5
- package/esm2022/date-picker/public-api.mjs +1 -1
- package/esm2022/date-picker/src/datepicker.component.mjs +38 -152
- package/esm2022/date-picker/src/datepicker.module.mjs +5 -5
- package/esm2022/decorators/public-api.mjs +1 -1
- package/esm2022/decorators/src/close-button.component.mjs +11 -11
- package/esm2022/decorators/src/content.component.mjs +4 -4
- package/esm2022/decorators/src/decorators.module.mjs +5 -5
- package/esm2022/decorators/src/footer.component.mjs +11 -11
- package/esm2022/decorators/src/form-hint.component.mjs +4 -4
- package/esm2022/decorators/src/header.component.mjs +11 -11
- package/esm2022/decorators/src/icon.component.mjs +4 -4
- package/esm2022/decorators/src/overlay.component.mjs +4 -4
- package/esm2022/decorators/src/placeholder.component.mjs +4 -4
- package/esm2022/decorators/src/prefix.component.mjs +4 -4
- package/esm2022/decorators/src/sub-title.component.mjs +5 -5
- package/esm2022/decorators/src/suffix.component.mjs +4 -4
- package/esm2022/decorators/src/text.component.mjs +4 -4
- package/esm2022/decorators/src/title.component.mjs +4 -4
- package/esm2022/dialog/public-api.mjs +1 -1
- package/esm2022/dialog/src/dialog.class.mjs +1 -1
- package/esm2022/dialog/src/dialog.component.mjs +5 -5
- package/esm2022/dialog/src/dialog.module.mjs +5 -5
- package/esm2022/dialog/src/dialog.service.mjs +4 -4
- package/esm2022/drawer/public-api.mjs +1 -1
- package/esm2022/drawer/src/drawer-container.component.mjs +11 -11
- package/esm2022/drawer/src/drawer.component.mjs +10 -10
- package/esm2022/drawer/src/drawer.module.mjs +5 -5
- package/esm2022/dropdown/public-api.mjs +1 -1
- package/esm2022/dropdown/src/dropdown-panel.component.mjs +5 -5
- package/esm2022/dropdown/src/dropdown.module.mjs +5 -5
- package/esm2022/form/public-api.mjs +1 -1
- package/esm2022/form/src/form-field.component.mjs +4 -4
- package/esm2022/form/src/form.component.mjs +4 -4
- package/esm2022/form/src/form.module.mjs +5 -5
- package/esm2022/form/src/validation-rule.widget.mjs +4 -4
- package/esm2022/form/src/validation-summary.component.mjs +32 -32
- package/esm2022/form/src/validation.class.mjs +1 -1
- package/esm2022/image/public-api.mjs +1 -1
- package/esm2022/image/src/image.component.mjs +5 -5
- package/esm2022/image/src/image.module.mjs +5 -5
- package/esm2022/label/public-api.mjs +1 -1
- package/esm2022/label/src/label.component.mjs +5 -5
- package/esm2022/label/src/label.module.mjs +5 -5
- package/esm2022/loading/public-api.mjs +1 -1
- package/esm2022/loading/src/loading-spinner.component.mjs +55 -55
- package/esm2022/loading/src/loading.component.mjs +13 -13
- package/esm2022/loading/src/loading.directive.mjs +4 -4
- package/esm2022/loading/src/loading.module.mjs +5 -5
- package/esm2022/loading/src/loading.service.mjs +4 -4
- package/esm2022/menu/public-api.mjs +1 -1
- package/esm2022/menu/src/menu.component.mjs +5 -5
- package/esm2022/menu/src/menu.module.mjs +5 -5
- package/esm2022/mixin/public-api.mjs +1 -1
- package/esm2022/mixin/src/base-components.class.mjs +4 -4
- package/esm2022/mixin/src/base-menu-mixin.class.mjs +1 -1
- package/esm2022/mixin/src/button-mixin.class.mjs +1 -1
- package/esm2022/mixin/src/clickable-mixin.class.mjs +1 -1
- package/esm2022/mixin/src/color-look-mixing.class.mjs +1 -1
- package/esm2022/mixin/src/constratctor.mjs +1 -1
- package/esm2022/mixin/src/datalist-component.class.mjs +1 -1
- package/esm2022/mixin/src/datalist.class.mjs +1 -1
- package/esm2022/mixin/src/dropdown-mixin.class.mjs +1 -1
- package/esm2022/mixin/src/interactive-mixin.class.mjs +1 -1
- package/esm2022/mixin/src/loading-mixin.class.mjs +1 -1
- package/esm2022/mixin/src/mixin.class.mjs +1 -1
- package/esm2022/mixin/src/page-component.class.mjs +1 -1
- package/esm2022/mixin/src/selection-component.class.mjs +9 -16
- package/esm2022/mixin/src/sizable-mixin.class.mjs +1 -1
- package/esm2022/mixin/src/textbox-mixin.class.mjs +1 -1
- package/esm2022/mixin/src/value-mixin.class.mjs +1 -1
- package/esm2022/notification/public-api.mjs +1 -1
- package/esm2022/notification/src/notification.class.mjs +1 -1
- package/esm2022/notification/src/notification.component.mjs +6 -6
- package/esm2022/notification/src/notification.module.mjs +5 -5
- package/esm2022/notification/src/notification.service.mjs +4 -4
- package/esm2022/number-box/public-api.mjs +1 -1
- package/esm2022/number-box/src/number-box.component.mjs +5 -5
- package/esm2022/number-box/src/number-box.module.mjs +5 -5
- package/esm2022/page/public-api.mjs +1 -1
- package/esm2022/page/src/base-page.class.mjs +4 -4
- package/esm2022/page/src/page.component.mjs +4 -4
- package/esm2022/page/src/page.module.mjs +5 -5
- package/esm2022/password-box/public-api.mjs +1 -1
- package/esm2022/password-box/src/password-box.component.mjs +5 -5
- package/esm2022/password-box/src/password-box.module.mjs +5 -5
- package/esm2022/picker/public-api.mjs +1 -1
- package/esm2022/picker/src/picker-column.component.mjs +5 -5
- package/esm2022/picker/src/picker.component.mjs +5 -5
- package/esm2022/picker/src/picker.module.mjs +5 -5
- package/esm2022/popover/public-api.mjs +2 -1
- package/esm2022/popover/src/dropdown-component.class.mjs +72 -0
- package/esm2022/popover/src/popover.component.mjs +29 -36
- package/esm2022/popover/src/popover.module.mjs +5 -5
- package/esm2022/popup/public-api.mjs +1 -1
- package/esm2022/popup/src/popup.component.mjs +5 -5
- package/esm2022/popup/src/popup.module.mjs +5 -5
- package/esm2022/popup/src/popup.service.mjs +4 -4
- package/esm2022/progress-bar/public-api.mjs +1 -1
- package/esm2022/progress-bar/src/progress-bar.component.mjs +5 -5
- package/esm2022/progress-bar/src/progress-bar.module.mjs +5 -5
- package/esm2022/public-api.mjs +1 -1
- package/esm2022/radio/public-api.mjs +1 -1
- package/esm2022/radio/src/radio.component.mjs +5 -5
- package/esm2022/radio/src/radio.module.mjs +5 -5
- package/esm2022/range-slider/public-api.mjs +1 -1
- package/esm2022/range-slider/src/range-slider.component.mjs +4 -4
- package/esm2022/range-slider/src/range-slider.module.mjs +5 -5
- package/esm2022/rating/public-api.mjs +1 -1
- package/esm2022/rating/src/rating.component.mjs +5 -5
- package/esm2022/rating/src/rating.component.module.mjs +5 -5
- package/esm2022/result/public-api.mjs +1 -1
- package/esm2022/result/src/result.component.mjs +5 -5
- package/esm2022/result/src/result.module.mjs +5 -5
- package/esm2022/search-box/public-api.mjs +1 -1
- package/esm2022/search-box/src/search-box.component.mjs +5 -5
- package/esm2022/search-box/src/search-box.module.mjs +5 -5
- package/esm2022/select-box/public-api.mjs +1 -1
- package/esm2022/select-box/src/selectbox.component.mjs +6 -6
- package/esm2022/select-box/src/selectbox.module.mjs +5 -5
- package/esm2022/selection-list/public-api.mjs +1 -1
- package/esm2022/selection-list/src/selection-list.component.mjs +5 -5
- package/esm2022/selection-list/src/selection-list.module.mjs +5 -5
- package/esm2022/switch/public-api.mjs +1 -1
- package/esm2022/switch/src/switch-content.component.mjs +4 -4
- package/esm2022/switch/src/switch.component.mjs +5 -5
- package/esm2022/switch/src/switch.module.mjs +5 -5
- package/esm2022/tabs/public-api.mjs +1 -1
- package/esm2022/tabs/src/tab-content.directive.mjs +4 -4
- package/esm2022/tabs/src/tab-item.component.mjs +53 -53
- package/esm2022/tabs/src/tabs.class.mjs +1 -1
- package/esm2022/tabs/src/tabs.component.mjs +11 -11
- package/esm2022/tabs/src/tabs.module.mjs +5 -5
- package/esm2022/tag/public-api.mjs +1 -1
- package/esm2022/tag/src/tag.component.mjs +5 -5
- package/esm2022/tag/src/tag.module.mjs +5 -5
- package/esm2022/textarea/public-api.mjs +1 -1
- package/esm2022/textarea/src/textarea.component.mjs +5 -5
- package/esm2022/textarea/src/textarea.module.mjs +5 -5
- package/esm2022/textbox/public-api.mjs +1 -1
- package/esm2022/textbox/src/mask-options.directive.mjs +4 -4
- package/esm2022/textbox/src/textbox.component.mjs +6 -6
- package/esm2022/textbox/src/textbox.module.mjs +5 -5
- package/esm2022/time-box/public-api.mjs +1 -1
- package/esm2022/time-box/src/time-box.component.mjs +17 -25
- package/esm2022/time-box/src/time-box.module.mjs +5 -5
- package/esm2022/toast/public-api.mjs +1 -1
- package/esm2022/toast/src/toast.class.mjs +1 -1
- package/esm2022/toast/src/toast.component.mjs +5 -5
- package/esm2022/toast/src/toast.module.mjs +5 -5
- package/esm2022/toast/src/toast.service.mjs +4 -4
- package/esm2022/tooltip/public-api.mjs +1 -1
- package/esm2022/tooltip/src/tooltip.component.mjs +5 -5
- package/esm2022/tooltip/src/tooltip.directive.mjs +4 -4
- package/esm2022/tooltip/src/tooltip.module.mjs +5 -5
- package/esm2022/tree-view/public-api.mjs +1 -1
- package/esm2022/tree-view/src/tree-view.component.mjs +5 -5
- package/esm2022/tree-view/src/tree-view.module.mjs +5 -5
- package/esm2022/uploader/public-api.mjs +1 -1
- package/esm2022/uploader/src/uploader.component.mjs +5 -5
- package/esm2022/uploader/src/uploader.module.mjs +5 -5
- package/fesm2022/acorex-components-action-sheet.mjs +23 -31
- package/fesm2022/acorex-components-action-sheet.mjs.map +1 -1
- package/fesm2022/acorex-components-alert.mjs +56 -54
- package/fesm2022/acorex-components-alert.mjs.map +1 -1
- package/fesm2022/acorex-components-avatar.mjs +17 -26
- package/fesm2022/acorex-components-avatar.mjs.map +1 -1
- package/fesm2022/acorex-components-badge.mjs +13 -18
- package/fesm2022/acorex-components-badge.mjs.map +1 -1
- package/fesm2022/acorex-components-breadcrumbs.mjs +16 -21
- package/fesm2022/acorex-components-breadcrumbs.mjs.map +1 -1
- package/fesm2022/acorex-components-button.mjs +24 -24
- package/fesm2022/acorex-components-button.mjs.map +1 -1
- package/fesm2022/acorex-components-calendar.mjs +33 -34
- package/fesm2022/acorex-components-calendar.mjs.map +1 -1
- package/fesm2022/acorex-components-card.mjs +8 -8
- package/fesm2022/acorex-components-card.mjs.map +1 -1
- package/fesm2022/acorex-components-checkbox.mjs +8 -8
- package/fesm2022/acorex-components-checkbox.mjs.map +1 -1
- package/fesm2022/acorex-components-chips.mjs +8 -8
- package/fesm2022/acorex-components-chips.mjs.map +1 -1
- package/fesm2022/acorex-components-collapse.mjs +11 -11
- package/fesm2022/acorex-components-collapse.mjs.map +1 -1
- package/fesm2022/acorex-components-color-palette.mjs +47 -47
- package/fesm2022/acorex-components-color-palette.mjs.map +1 -1
- package/fesm2022/acorex-components-color-picker.mjs +8 -8
- package/fesm2022/acorex-components-color-picker.mjs.map +1 -1
- package/fesm2022/acorex-components-common.mjs +62 -54
- package/fesm2022/acorex-components-common.mjs.map +1 -1
- package/fesm2022/acorex-components-context-menu.mjs +8 -8
- package/fesm2022/acorex-components-context-menu.mjs.map +1 -1
- package/fesm2022/acorex-components-data-pager.mjs +113 -113
- package/fesm2022/acorex-components-data-pager.mjs.map +1 -1
- package/fesm2022/acorex-components-data-table.mjs +14 -14
- package/fesm2022/acorex-components-data-table.mjs.map +1 -1
- package/fesm2022/acorex-components-date-picker.mjs +42 -156
- package/fesm2022/acorex-components-date-picker.mjs.map +1 -1
- package/fesm2022/acorex-components-decorators.mjs +65 -65
- package/fesm2022/acorex-components-decorators.mjs.map +1 -1
- package/fesm2022/acorex-components-dialog.mjs +11 -11
- package/fesm2022/acorex-components-dialog.mjs.map +1 -1
- package/fesm2022/acorex-components-drawer.mjs +23 -23
- package/fesm2022/acorex-components-drawer.mjs.map +1 -1
- package/fesm2022/acorex-components-dropdown.mjs +8 -8
- package/fesm2022/acorex-components-dropdown.mjs.map +1 -1
- package/fesm2022/acorex-components-form.mjs +44 -44
- package/fesm2022/acorex-components-form.mjs.map +1 -1
- package/fesm2022/acorex-components-image.mjs +8 -8
- package/fesm2022/acorex-components-image.mjs.map +1 -1
- package/fesm2022/acorex-components-label.mjs +8 -8
- package/fesm2022/acorex-components-label.mjs.map +1 -1
- package/fesm2022/acorex-components-loading.mjs +76 -76
- package/fesm2022/acorex-components-loading.mjs.map +1 -1
- package/fesm2022/acorex-components-menu.mjs +8 -8
- package/fesm2022/acorex-components-menu.mjs.map +1 -1
- package/fesm2022/acorex-components-mixin.mjs +11 -18
- package/fesm2022/acorex-components-mixin.mjs.map +1 -1
- package/fesm2022/acorex-components-notification.mjs +12 -12
- package/fesm2022/acorex-components-notification.mjs.map +1 -1
- package/fesm2022/acorex-components-number-box.mjs +8 -8
- package/fesm2022/acorex-components-number-box.mjs.map +1 -1
- package/fesm2022/acorex-components-page.mjs +10 -10
- package/fesm2022/acorex-components-page.mjs.map +1 -1
- package/fesm2022/acorex-components-password-box.mjs +8 -8
- package/fesm2022/acorex-components-password-box.mjs.map +1 -1
- package/fesm2022/acorex-components-picker.mjs +12 -12
- package/fesm2022/acorex-components-picker.mjs.map +1 -1
- package/fesm2022/acorex-components-popover.mjs +101 -40
- package/fesm2022/acorex-components-popover.mjs.map +1 -1
- package/fesm2022/acorex-components-popup.mjs +11 -11
- package/fesm2022/acorex-components-popup.mjs.map +1 -1
- package/fesm2022/acorex-components-progress-bar.mjs +8 -8
- package/fesm2022/acorex-components-progress-bar.mjs.map +1 -1
- package/fesm2022/acorex-components-radio.mjs +8 -8
- package/fesm2022/acorex-components-radio.mjs.map +1 -1
- package/fesm2022/acorex-components-range-slider.mjs +7 -7
- package/fesm2022/acorex-components-range-slider.mjs.map +1 -1
- package/fesm2022/acorex-components-rating.mjs +8 -8
- package/fesm2022/acorex-components-rating.mjs.map +1 -1
- package/fesm2022/acorex-components-result.mjs +8 -8
- package/fesm2022/acorex-components-result.mjs.map +1 -1
- package/fesm2022/acorex-components-search-box.mjs +8 -8
- package/fesm2022/acorex-components-search-box.mjs.map +1 -1
- package/fesm2022/acorex-components-select-box.mjs +9 -9
- package/fesm2022/acorex-components-select-box.mjs.map +1 -1
- package/fesm2022/acorex-components-selection-list.mjs +8 -8
- package/fesm2022/acorex-components-selection-list.mjs.map +1 -1
- package/fesm2022/acorex-components-switch.mjs +11 -11
- package/fesm2022/acorex-components-switch.mjs.map +1 -1
- package/fesm2022/acorex-components-tabs.mjs +69 -69
- package/fesm2022/acorex-components-tabs.mjs.map +1 -1
- package/fesm2022/acorex-components-tag.mjs +8 -8
- package/fesm2022/acorex-components-tag.mjs.map +1 -1
- package/fesm2022/acorex-components-textarea.mjs +8 -8
- package/fesm2022/acorex-components-textarea.mjs.map +1 -1
- package/fesm2022/acorex-components-textbox.mjs +12 -12
- package/fesm2022/acorex-components-textbox.mjs.map +1 -1
- package/fesm2022/acorex-components-time-box.mjs +20 -28
- package/fesm2022/acorex-components-time-box.mjs.map +1 -1
- package/fesm2022/acorex-components-toast.mjs +11 -11
- package/fesm2022/acorex-components-toast.mjs.map +1 -1
- package/fesm2022/acorex-components-tooltip.mjs +11 -11
- package/fesm2022/acorex-components-tooltip.mjs.map +1 -1
- package/fesm2022/acorex-components-tree-view.mjs +8 -8
- package/fesm2022/acorex-components-tree-view.mjs.map +1 -1
- package/fesm2022/acorex-components-uploader.mjs +8 -8
- package/fesm2022/acorex-components-uploader.mjs.map +1 -1
- package/fesm2022/acorex-components.mjs.map +1 -1
- package/mixin/src/base-components.class.d.ts +2 -2
- package/mixin/src/base-menu-mixin.class.d.ts +5 -5
- package/mixin/src/button-mixin.class.d.ts +2 -2
- package/mixin/src/clickable-mixin.class.d.ts +2 -2
- package/mixin/src/color-look-mixing.class.d.ts +2 -2
- package/mixin/src/datalist-component.class.d.ts +10 -10
- package/mixin/src/dropdown-mixin.class.d.ts +2 -2
- package/mixin/src/interactive-mixin.class.d.ts +6 -6
- package/mixin/src/loading-mixin.class.d.ts +2 -2
- package/mixin/src/mixin.class.d.ts +61 -61
- package/mixin/src/page-component.class.d.ts +2 -2
- package/mixin/src/selection-component.class.d.ts +4 -4
- package/mixin/src/sizable-mixin.class.d.ts +2 -2
- package/mixin/src/textbox-mixin.class.d.ts +5 -7
- package/mixin/src/value-mixin.class.d.ts +8 -8
- package/package.json +17 -17
- package/popover/public-api.d.ts +1 -0
- package/popover/src/dropdown-component.class.d.ts +17 -0
- package/popover/src/popover.component.d.ts +9 -16
- package/scss/index.scss +1 -1
- package/tabs/src/tab-item.component.d.ts +2 -2
package/README.md
CHANGED
@@ -1,24 +1,24 @@
|
|
1
|
-
# Components
|
2
|
-
|
3
|
-
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 14.0.0.
|
4
|
-
|
5
|
-
## Code scaffolding
|
6
|
-
|
7
|
-
Run `ng generate component component-name --project components` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project components`.
|
8
|
-
> Note: Don't forget to add `--project components` or else it will be added to the default project in your `angular.json` file.
|
9
|
-
|
10
|
-
## Build
|
11
|
-
|
12
|
-
Run `ng build components` to build the project. The build artifacts will be stored in the `dist/` directory.
|
13
|
-
|
14
|
-
## Publishing
|
15
|
-
|
16
|
-
After building your library with `ng build components`, go to the dist folder `cd dist/components` and run `npm publish`.
|
17
|
-
|
18
|
-
## Running unit tests
|
19
|
-
|
20
|
-
Run `ng test components` to execute the unit tests via [Karma](https://karma-runner.github.io).
|
21
|
-
|
22
|
-
## Further help
|
23
|
-
|
24
|
-
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
|
1
|
+
# Components
|
2
|
+
|
3
|
+
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 14.0.0.
|
4
|
+
|
5
|
+
## Code scaffolding
|
6
|
+
|
7
|
+
Run `ng generate component component-name --project components` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project components`.
|
8
|
+
> Note: Don't forget to add `--project components` or else it will be added to the default project in your `angular.json` file.
|
9
|
+
|
10
|
+
## Build
|
11
|
+
|
12
|
+
Run `ng build components` to build the project. The build artifacts will be stored in the `dist/` directory.
|
13
|
+
|
14
|
+
## Publishing
|
15
|
+
|
16
|
+
After building your library with `ng build components`, go to the dist folder `cd dist/components` and run `npm publish`.
|
17
|
+
|
18
|
+
## Running unit tests
|
19
|
+
|
20
|
+
Run `ng test components` to execute the unit tests via [Karma](https://karma-runner.github.io).
|
21
|
+
|
22
|
+
## Further help
|
23
|
+
|
24
|
+
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
|
@@ -1,12 +1,10 @@
|
|
1
|
-
import { AXComponentCloseEvent } from '@acorex/components/common';
|
2
|
-
import { AXBaseComponent } from '@acorex/components/mixin';
|
1
|
+
import { AXComponentCloseEvent, MXBaseComponent } from '@acorex/components/common';
|
3
2
|
import { CdkPortalOutletAttachedRef, Portal } from '@angular/cdk/portal';
|
4
|
-
import {
|
3
|
+
import { EventEmitter } from '@angular/core';
|
5
4
|
import { AXActionSheetItem } from './action-sheet.interface';
|
6
5
|
import * as i0 from "@angular/core";
|
7
|
-
export declare class AXActionSheetComponent extends
|
8
|
-
|
9
|
-
_selectedPortal: Portal<any>;
|
6
|
+
export declare class AXActionSheetComponent extends MXBaseComponent {
|
7
|
+
protected _selectedPortal: Portal<any>;
|
10
8
|
title: string;
|
11
9
|
items: AXActionSheetItem[];
|
12
10
|
content: any;
|
@@ -14,12 +12,11 @@ export declare class AXActionSheetComponent extends AXBaseComponent {
|
|
14
12
|
showHeader: boolean;
|
15
13
|
data: any;
|
16
14
|
onClosed: EventEmitter<AXComponentCloseEvent>;
|
17
|
-
constructor(elementRef: ElementRef, cdr: ChangeDetectorRef, _viewContainerRef: ViewContainerRef);
|
18
15
|
close(): void;
|
19
|
-
|
20
|
-
onKeydownHandler(event: KeyboardEvent): void;
|
21
|
-
_handleAttched(ref: CdkPortalOutletAttachedRef): void;
|
22
|
-
_handleCloseClick(): void;
|
16
|
+
protected ngOnInit(): void;
|
17
|
+
protected onKeydownHandler(event: KeyboardEvent): void;
|
18
|
+
protected _handleAttched(ref: CdkPortalOutletAttachedRef): void;
|
19
|
+
protected _handleCloseClick(): void;
|
23
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXActionSheetComponent, never>;
|
24
21
|
static ɵcmp: i0.ɵɵComponentDeclaration<AXActionSheetComponent, "ax-action-sheet", never, {}, {}, never, never, false, never>;
|
25
22
|
}
|
@@ -1,49 +1,19 @@
|
|
1
1
|
import { AXButtonComponent } from '@acorex/components/button';
|
2
|
-
import {
|
3
|
-
import { AXEvent } from '@acorex/components/common';
|
4
|
-
import { AXBaseComponent, AXComponentOptionChanged } from '@acorex/components/mixin';
|
2
|
+
import { EventEmitter } from '@angular/core';
|
3
|
+
import { AXEvent, AXOptionChangedEvent, MXColorComponent } from '@acorex/components/common';
|
5
4
|
import * as i0 from "@angular/core";
|
6
|
-
|
7
|
-
colorChange: EventEmitter<import("@acorex/components/common").AXStyleColorType>;
|
8
|
-
_color: import("@acorex/components/common").AXStyleColorType;
|
9
|
-
color: import("@acorex/components/common").AXStyleColorType;
|
10
|
-
lookChange: EventEmitter<import("@acorex/components/common").AXStyleLookType>;
|
11
|
-
_look?: import("@acorex/components/common").AXStyleLookType;
|
12
|
-
look: import("@acorex/components/common").AXStyleLookType;
|
13
|
-
id: string;
|
14
|
-
"__#37855@#rtl": boolean;
|
15
|
-
rtl: boolean;
|
16
|
-
"__#37855@#elementRef": ElementRef<any>;
|
17
|
-
_cdr: ChangeDetectorRef;
|
18
|
-
_isInited: boolean;
|
19
|
-
_isRendered: boolean;
|
20
|
-
ngOnInit(): void;
|
21
|
-
ngAfterViewInit(): void;
|
22
|
-
ngOnDestroy(): void;
|
23
|
-
_getHostElement<T = HTMLElement>(): T;
|
24
|
-
_getInnerElement<T_1 = HTMLElement>(): T_1;
|
25
|
-
_onInternalInit(): void;
|
26
|
-
_onInternalViewInit(): void;
|
27
|
-
_onInternalDestroy(): void;
|
28
|
-
onInit(): void;
|
29
|
-
onViewInit(): void;
|
30
|
-
onDestroy(): void;
|
31
|
-
_applyRtl(): void;
|
32
|
-
_onOptionChanging(option: import("@acorex/components/mixin").AXComponentOptionChanging): any;
|
33
|
-
_onOptionChanged(option: AXComponentOptionChanged): void;
|
34
|
-
_setOption(option: import("@acorex/components/mixin").AXComponentSetOption): void;
|
35
|
-
}) & typeof AXBaseComponent;
|
5
|
+
declare const AXAlertComponent_base: import("polytype").Polytype.ClusteredConstructor<[typeof MXColorComponent]>;
|
36
6
|
/**
|
37
7
|
* Regular description
|
38
8
|
*
|
39
9
|
* @category Components
|
40
10
|
*/
|
41
|
-
export declare class AXAlertComponent extends
|
42
|
-
private
|
43
|
-
private
|
44
|
-
protected
|
45
|
-
protected
|
46
|
-
protected
|
11
|
+
export declare class AXAlertComponent extends AXAlertComponent_base {
|
12
|
+
private _iconComp;
|
13
|
+
private _buttonComps;
|
14
|
+
protected _titleComp: AXButtonComponent;
|
15
|
+
protected _contentComp: AXButtonComponent;
|
16
|
+
protected _footerComp: AXButtonComponent;
|
47
17
|
protected _showInline: boolean;
|
48
18
|
onClosed: EventEmitter<AXEvent>;
|
49
19
|
private _customIcon;
|
@@ -62,12 +32,9 @@ export declare class AXAlertComponent extends AXBaseAlertMixin {
|
|
62
32
|
*/
|
63
33
|
get visible(): boolean;
|
64
34
|
set visible(v: boolean);
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
constructor(elementRef: ElementRef, cdr: ChangeDetectorRef);
|
69
|
-
onViewInit(): void;
|
70
|
-
_onOptionChanged(option: AXComponentOptionChanged): void;
|
35
|
+
protected ngOnInit(): void;
|
36
|
+
protected ngAfterViewInit(): void;
|
37
|
+
protected _handleOnOptionChanged(e: AXOptionChangedEvent): void;
|
71
38
|
private _setIcon;
|
72
39
|
private _applyButtonStyle;
|
73
40
|
/**
|
@@ -82,7 +49,8 @@ export declare class AXAlertComponent extends AXBaseAlertMixin {
|
|
82
49
|
* Show the alert
|
83
50
|
*/
|
84
51
|
show(): void;
|
85
|
-
|
52
|
+
ngOnDestroy(): void;
|
86
53
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXAlertComponent, never>;
|
87
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AXAlertComponent, "ax-alert", never, { "color": { "alias": "color"; "required": false; }; "timeOut": { "alias": "timeOut"; "required": false; }; "visible": { "alias": "visible"; "required": false; }; }, { "onClosed": "onClosed"; }, ["
|
54
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXAlertComponent, "ax-alert", never, { "color": { "alias": "color"; "required": false; }; "timeOut": { "alias": "timeOut"; "required": false; }; "visible": { "alias": "visible"; "required": false; }; }, { "colorChange": "colorChange"; "onClosed": "onClosed"; }, ["_iconComp", "_titleComp", "_contentComp", "_footerComp", "_buttonComps"], ["ax-icon", "ax-title", "ax-content", "ax-footer", "ax-button", "ax-close-button"], false, never>;
|
88
55
|
}
|
56
|
+
export {};
|
@@ -1,20 +1,17 @@
|
|
1
|
-
import {
|
2
|
-
import {
|
1
|
+
import { MXColorComponent } from '@acorex/components/common';
|
2
|
+
import { QueryList } from '@angular/core';
|
3
3
|
import * as i0 from "@angular/core";
|
4
|
+
declare const AXAvatarComponent_base: import("polytype").Polytype.ClusteredConstructor<[typeof MXColorComponent]>;
|
4
5
|
/**
|
5
6
|
* The Button is a component which detects user interaction and triggers a corresponding event
|
6
7
|
*
|
7
8
|
* @category Components
|
8
9
|
*/
|
9
|
-
export declare class AXAvatarComponent extends
|
10
|
-
|
11
|
-
readonly _children: QueryList<any>;
|
12
|
-
/**
|
13
|
-
* @ignore
|
14
|
-
*/
|
15
|
-
constructor(elementRef: ElementRef, cdr: ChangeDetectorRef);
|
10
|
+
export declare class AXAvatarComponent extends AXAvatarComponent_base {
|
11
|
+
protected readonly _children: QueryList<any>;
|
16
12
|
ngAfterViewInit(): void;
|
17
|
-
get __hostClass()
|
13
|
+
private get __hostClass();
|
18
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXAvatarComponent, never>;
|
19
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AXAvatarComponent, "ax-avatar", never, { "color": { "alias": "color"; "required": false; };
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXAvatarComponent, "ax-avatar", never, { "color": { "alias": "color"; "required": false; }; }, {}, ["_children"], ["*"], false, never>;
|
20
16
|
}
|
17
|
+
export {};
|
@@ -1,41 +1,10 @@
|
|
1
|
-
import {
|
2
|
-
import { ElementRef, ChangeDetectorRef } from '@angular/core';
|
1
|
+
import { MXColorComponent } from '@acorex/components/common';
|
3
2
|
import * as i0 from "@angular/core";
|
4
|
-
|
5
|
-
|
6
|
-
_color: import("@acorex/components/common").AXStyleColorType;
|
7
|
-
color: import("@acorex/components/common").AXStyleColorType;
|
8
|
-
lookChange: import("@angular/core").EventEmitter<import("@acorex/components/common").AXStyleLookType>;
|
9
|
-
_look?: import("@acorex/components/common").AXStyleLookType;
|
10
|
-
look: import("@acorex/components/common").AXStyleLookType;
|
11
|
-
id: string;
|
12
|
-
"__#37855@#rtl": boolean;
|
13
|
-
rtl: boolean;
|
14
|
-
"__#37855@#elementRef": ElementRef<any>;
|
15
|
-
_cdr: ChangeDetectorRef;
|
16
|
-
_isInited: boolean;
|
17
|
-
_isRendered: boolean;
|
18
|
-
ngOnInit(): void;
|
19
|
-
ngAfterViewInit(): void;
|
20
|
-
ngOnDestroy(): void;
|
21
|
-
_getHostElement<T = HTMLElement>(): T;
|
22
|
-
_getInnerElement<T_1 = HTMLElement>(): T_1;
|
23
|
-
_onInternalInit(): void;
|
24
|
-
_onInternalViewInit(): void;
|
25
|
-
_onInternalDestroy(): void;
|
26
|
-
onInit(): void;
|
27
|
-
onViewInit(): void;
|
28
|
-
onDestroy(): void;
|
29
|
-
_applyRtl(): void;
|
30
|
-
_onOptionChanging(option: import("@acorex/components/mixin").AXComponentOptionChanging): any;
|
31
|
-
_onOptionChanged(option: import("@acorex/components/mixin").AXComponentOptionChanged): void;
|
32
|
-
_setOption(option: import("@acorex/components/mixin").AXComponentSetOption): void;
|
33
|
-
}) & typeof AXBaseComponent;
|
34
|
-
export declare class AXBadgeComponent extends AXBaseBadgeMixin {
|
35
|
-
private elementRef;
|
3
|
+
declare const AXBadgeComponent_base: import("polytype").Polytype.ClusteredConstructor<[typeof MXColorComponent]>;
|
4
|
+
export declare class AXBadgeComponent extends AXBadgeComponent_base {
|
36
5
|
text: string;
|
37
|
-
constructor(elementRef: ElementRef, cdr: ChangeDetectorRef);
|
38
6
|
private get __hostClass();
|
39
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXBadgeComponent, never>;
|
40
8
|
static ɵcmp: i0.ɵɵComponentDeclaration<AXBadgeComponent, "ax-badge", never, { "color": { "alias": "color"; "required": false; }; "text": { "alias": "text"; "required": false; }; }, {}, never, ["ax-prefix", "ax-suffix"], false, never>;
|
41
9
|
}
|
10
|
+
export {};
|
@@ -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
|
+
"__#37860@#disabled": boolean;
|
7
7
|
disabled: boolean;
|
8
|
-
"__#
|
8
|
+
"__#37860@#tabIndex": number;
|
9
9
|
tabIndex: number;
|
10
10
|
onFocus: import("@angular/core").EventEmitter<import("@acorex/components/common").AXFocusEvent>;
|
11
11
|
_emitOnFocusEvent(e: FocusEvent): void;
|
@@ -14,9 +14,9 @@ export declare const AXBaseItemBreadCrumbMixin: (abstract new (...args: any[]) =
|
|
14
14
|
focus(): void;
|
15
15
|
hasFocus(): boolean;
|
16
16
|
id: string;
|
17
|
-
"__#
|
17
|
+
"__#37857@#rtl": boolean;
|
18
18
|
rtl: boolean;
|
19
|
-
"__#
|
19
|
+
"__#37857@#elementRef": ElementRef<any>;
|
20
20
|
_cdr: ChangeDetectorRef;
|
21
21
|
_isInited: boolean;
|
22
22
|
_isRendered: boolean;
|
@@ -39,9 +39,11 @@ export declare const AXBaseItemBreadCrumbMixin: (abstract new (...args: any[]) =
|
|
39
39
|
onClick: import("@angular/core").EventEmitter<import("@acorex/components/common").AXClickEvent>;
|
40
40
|
_emitOnClickEvent(e: MouseEvent): void;
|
41
41
|
id: string;
|
42
|
-
"__#
|
42
|
+
"__#37857@#rtl": boolean;
|
43
43
|
rtl: boolean;
|
44
|
-
"__#
|
44
|
+
"__#37857@#elementRef": ElementRef<any>; /**
|
45
|
+
* @ignore
|
46
|
+
*/
|
45
47
|
_cdr: ChangeDetectorRef;
|
46
48
|
_isInited: boolean;
|
47
49
|
_isRendered: boolean;
|
@@ -1,13 +1,9 @@
|
|
1
|
-
import {
|
2
|
-
import {
|
1
|
+
import { MXBaseComponent } from '@acorex/components/common';
|
2
|
+
import { TemplateRef } from '@angular/core';
|
3
3
|
import * as i0 from "@angular/core";
|
4
|
-
export declare class AXBreadCrumbsComponent extends
|
5
|
-
_divider: TemplateRef<any>;
|
4
|
+
export declare class AXBreadCrumbsComponent extends MXBaseComponent {
|
5
|
+
protected _divider: TemplateRef<any>;
|
6
6
|
dividerTemplate: TemplateRef<any>;
|
7
|
-
/**
|
8
|
-
* @ignore
|
9
|
-
*/
|
10
|
-
constructor(_elementRef: ElementRef, _cdr: ChangeDetectorRef);
|
11
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXBreadCrumbsComponent, never>;
|
12
8
|
static ɵcmp: i0.ɵɵComponentDeclaration<AXBreadCrumbsComponent, "ax-breadcrumbs", never, {}, {}, ["_divider"], ["ax-breadcrumbs-item"], false, never>;
|
13
9
|
}
|
@@ -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
|
+
"__#37860@#disabled": boolean;
|
8
8
|
disabled: boolean;
|
9
|
-
"__#
|
9
|
+
"__#37860@#tabIndex": number;
|
10
10
|
tabIndex: number;
|
11
11
|
onFocus: EventEmitter<import("@acorex/components/common").AXFocusEvent>;
|
12
12
|
_emitOnFocusEvent(e: FocusEvent): void;
|
@@ -15,9 +15,9 @@ export declare const AXBaseButtonGroupMixin: (abstract new (...args: any[]) => {
|
|
15
15
|
focus(): void;
|
16
16
|
hasFocus(): boolean;
|
17
17
|
id: string;
|
18
|
-
"__#
|
18
|
+
"__#37857@#rtl": boolean;
|
19
19
|
rtl: boolean;
|
20
|
-
"__#
|
20
|
+
"__#37857@#elementRef": ElementRef<any>;
|
21
21
|
_cdr: ChangeDetectorRef;
|
22
22
|
_isInited: boolean;
|
23
23
|
_isRendered: boolean;
|
@@ -44,9 +44,9 @@ export declare const AXBaseButtonGroupMixin: (abstract new (...args: any[]) => {
|
|
44
44
|
_look?: import("@acorex/components/common").AXStyleLookType;
|
45
45
|
look: import("@acorex/components/common").AXStyleLookType;
|
46
46
|
id: string;
|
47
|
-
"__#
|
47
|
+
"__#37857@#rtl": boolean;
|
48
48
|
rtl: boolean;
|
49
|
-
"__#
|
49
|
+
"__#37857@#elementRef": ElementRef<any>;
|
50
50
|
_cdr: ChangeDetectorRef;
|
51
51
|
_isInited: boolean;
|
52
52
|
_isRendered: boolean;
|
@@ -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
|
+
"__#37860@#disabled": boolean;
|
7
7
|
disabled: boolean;
|
8
|
-
"__#
|
8
|
+
"__#37860@#tabIndex": number;
|
9
9
|
tabIndex: number;
|
10
10
|
onFocus: import("@angular/core").EventEmitter<import("@acorex/components/common").AXFocusEvent>;
|
11
11
|
_emitOnFocusEvent(e: FocusEvent): void;
|
@@ -14,9 +14,9 @@ export declare const AXBaseItemButtonMixin: (abstract new (...args: any[]) => {
|
|
14
14
|
focus(): void;
|
15
15
|
hasFocus(): boolean;
|
16
16
|
id: string;
|
17
|
-
"__#
|
17
|
+
"__#37857@#rtl": boolean;
|
18
18
|
rtl: boolean;
|
19
|
-
"__#
|
19
|
+
"__#37857@#elementRef": ElementRef<any>;
|
20
20
|
_cdr: ChangeDetectorRef;
|
21
21
|
_isInited: boolean;
|
22
22
|
_isRendered: boolean;
|
@@ -39,9 +39,9 @@ export declare const AXBaseItemButtonMixin: (abstract new (...args: any[]) => {
|
|
39
39
|
onClick: import("@angular/core").EventEmitter<import("@acorex/components/common").AXClickEvent>;
|
40
40
|
_emitOnClickEvent(e: MouseEvent): void;
|
41
41
|
id: string;
|
42
|
-
"__#
|
42
|
+
"__#37857@#rtl": boolean;
|
43
43
|
rtl: boolean;
|
44
|
-
"__#
|
44
|
+
"__#37857@#elementRef": ElementRef<any>;
|
45
45
|
_cdr: ChangeDetectorRef;
|
46
46
|
_isInited: boolean;
|
47
47
|
_isRendered: boolean;
|
@@ -49,9 +49,7 @@ export declare const AXBaseItemButtonMixin: (abstract new (...args: any[]) => {
|
|
49
49
|
ngAfterViewInit(): void;
|
50
50
|
ngOnDestroy(): void;
|
51
51
|
_getHostElement<T_2 = HTMLElement>(): T_2;
|
52
|
-
_getInnerElement<T_1_1 = HTMLElement>(): T_1_1;
|
53
|
-
* @ignore
|
54
|
-
*/
|
52
|
+
_getInnerElement<T_1_1 = HTMLElement>(): T_1_1;
|
55
53
|
_onInternalInit(): void;
|
56
54
|
_onInternalViewInit(): void;
|
57
55
|
_onInternalDestroy(): void;
|
@@ -2,9 +2,9 @@ import { AXStyleColorType } from '@acorex/components/common';
|
|
2
2
|
import { AXBaseComponent } from '@acorex/components/mixin';
|
3
3
|
import * as i0 from "@angular/core";
|
4
4
|
export declare const AXBaseChipsMixin: (abstract new (...args: any[]) => {
|
5
|
-
"__#
|
5
|
+
"__#37860@#disabled": boolean;
|
6
6
|
disabled: boolean;
|
7
|
-
"__#
|
7
|
+
"__#37860@#tabIndex": number;
|
8
8
|
tabIndex: number;
|
9
9
|
onFocus: import("@angular/core").EventEmitter<import("@acorex/components/common").AXFocusEvent>;
|
10
10
|
_emitOnFocusEvent(e: FocusEvent): void;
|
@@ -13,9 +13,9 @@ export declare const AXBaseChipsMixin: (abstract new (...args: any[]) => {
|
|
13
13
|
focus(): void;
|
14
14
|
hasFocus(): boolean;
|
15
15
|
id: string;
|
16
|
-
"__#
|
16
|
+
"__#37857@#rtl": boolean;
|
17
17
|
rtl: boolean;
|
18
|
-
"__#
|
18
|
+
"__#37857@#elementRef": import("@angular/core").ElementRef<any>;
|
19
19
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
20
20
|
_isInited: boolean;
|
21
21
|
_isRendered: boolean;
|
@@ -38,9 +38,9 @@ export declare const AXBaseChipsMixin: (abstract new (...args: any[]) => {
|
|
38
38
|
onClick: import("@angular/core").EventEmitter<import("@acorex/components/common").AXClickEvent>;
|
39
39
|
_emitOnClickEvent(e: MouseEvent): void;
|
40
40
|
id: string;
|
41
|
-
"__#
|
41
|
+
"__#37857@#rtl": boolean;
|
42
42
|
rtl: boolean;
|
43
|
-
"__#
|
43
|
+
"__#37857@#elementRef": import("@angular/core").ElementRef<any>;
|
44
44
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
45
45
|
_isInited: boolean;
|
46
46
|
_isRendered: boolean;
|
@@ -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
|
+
"__#37860@#disabled": boolean;
|
10
10
|
disabled: boolean;
|
11
|
-
"__#
|
11
|
+
"__#37860@#tabIndex": number;
|
12
12
|
tabIndex: number;
|
13
13
|
onFocus: import("@angular/core").EventEmitter<import("@acorex/components/common").AXFocusEvent>;
|
14
14
|
_emitOnFocusEvent(e: FocusEvent): void;
|
@@ -17,9 +17,9 @@ export declare const AXBaseColorPickerMixin: (abstract new (...args: any[]) => {
|
|
17
17
|
focus(): void;
|
18
18
|
hasFocus(): boolean;
|
19
19
|
id: string;
|
20
|
-
"__#
|
20
|
+
"__#37857@#rtl": boolean;
|
21
21
|
rtl: boolean;
|
22
|
-
"__#
|
22
|
+
"__#37857@#elementRef": ElementRef<any>;
|
23
23
|
_cdr: ChangeDetectorRef;
|
24
24
|
_isInited: boolean;
|
25
25
|
_isRendered: boolean;
|
@@ -49,13 +49,18 @@ export declare const AXBaseColorPickerMixin: (abstract new (...args: any[]) => {
|
|
49
49
|
onInit(): void;
|
50
50
|
onViewInit(): void;
|
51
51
|
toggle(): void;
|
52
|
+
/**
|
53
|
+
* The Button is a component which detects user interaction and triggers a corresponding event
|
54
|
+
*
|
55
|
+
* @category Components
|
56
|
+
*/
|
52
57
|
close(): void;
|
53
58
|
open(): void;
|
54
59
|
readonly isOpen: boolean;
|
55
60
|
id: string;
|
56
|
-
"__#
|
61
|
+
"__#37857@#rtl": boolean;
|
57
62
|
rtl: boolean;
|
58
|
-
"__#
|
63
|
+
"__#37857@#elementRef": ElementRef<any>;
|
59
64
|
_cdr: ChangeDetectorRef;
|
60
65
|
_isInited: boolean;
|
61
66
|
_isRendered: boolean;
|
@@ -76,17 +81,17 @@ export declare const AXBaseColorPickerMixin: (abstract new (...args: any[]) => {
|
|
76
81
|
onValueChanged: import("@angular/core").EventEmitter<AXValueChangedEvent<any>>;
|
77
82
|
valueChange: import("@angular/core").EventEmitter<any>;
|
78
83
|
stateChange: import("@angular/core").EventEmitter<import("@acorex/components/mixin").AXComponentState>;
|
79
|
-
"__#
|
84
|
+
"__#37861@#readonly": boolean;
|
80
85
|
readonly: boolean;
|
81
|
-
"__#
|
86
|
+
"__#37861@#allowNull": boolean;
|
82
87
|
allowNull: boolean;
|
83
|
-
"__#
|
88
|
+
"__#37861@#name": string;
|
84
89
|
name: string;
|
85
|
-
"__#
|
90
|
+
"__#37861@#isUserInteraction": boolean;
|
86
91
|
readonly isUserInteraction: boolean;
|
87
|
-
"__#
|
92
|
+
"__#37861@#value": any;
|
88
93
|
value: any;
|
89
|
-
"__#
|
94
|
+
"__#37861@#state": import("@acorex/components/mixin").AXComponentState;
|
90
95
|
state: import("@acorex/components/mixin").AXComponentState;
|
91
96
|
_emitOnValueChangedEvent(oldValue?: any, newValue?: any): void;
|
92
97
|
_internalSetValue(value: any): any;
|
@@ -103,9 +108,9 @@ export declare const AXBaseColorPickerMixin: (abstract new (...args: any[]) => {
|
|
103
108
|
validate(): Promise<any>;
|
104
109
|
_setState(state: import("@acorex/components/mixin").AXComponentState, ...args: any[]): void;
|
105
110
|
id: string;
|
106
|
-
"__#
|
111
|
+
"__#37857@#rtl": boolean;
|
107
112
|
rtl: boolean;
|
108
|
-
"__#
|
113
|
+
"__#37857@#elementRef": ElementRef<any>;
|
109
114
|
_cdr: ChangeDetectorRef;
|
110
115
|
_isInited: boolean;
|
111
116
|
_isRendered: boolean;
|
@@ -133,9 +138,9 @@ export declare const AXBaseColorPickerMixin: (abstract new (...args: any[]) => {
|
|
133
138
|
_emitOnKeyupEvent(e: KeyboardEvent): void;
|
134
139
|
_emitOnKeypressEvent(e: KeyboardEvent): void;
|
135
140
|
id: string;
|
136
|
-
"__#
|
141
|
+
"__#37857@#rtl": boolean;
|
137
142
|
rtl: boolean;
|
138
|
-
"__#
|
143
|
+
"__#37857@#elementRef": ElementRef<any>;
|
139
144
|
_cdr: ChangeDetectorRef;
|
140
145
|
_isInited: boolean;
|
141
146
|
_isRendered: boolean;
|
@@ -1,5 +1,6 @@
|
|
1
|
-
import { ChangeDetectorRef, EventEmitter } from "@angular/core";
|
1
|
+
import { ChangeDetectorRef, EventEmitter, ViewContainerRef } from "@angular/core";
|
2
2
|
import { AXOptionChangedEvent } from "../classes/events.class";
|
3
|
+
import * as i0 from "@angular/core";
|
3
4
|
export type MXComponentOptionChanging = {
|
4
5
|
name: string;
|
5
6
|
value?: any;
|
@@ -11,18 +12,22 @@ export type MXComponentSetOption = {
|
|
11
12
|
beforeCallback?: (oldValue?: any, newValue?: any) => void;
|
12
13
|
};
|
13
14
|
export type AXComponentState = 'clear' | 'success' | 'error';
|
14
|
-
export declare class MXBaseComponent {
|
15
|
+
export declare abstract class MXBaseComponent {
|
15
16
|
id: string;
|
16
17
|
private _cdr;
|
17
18
|
private _elementRef;
|
19
|
+
private _viewRef;
|
18
20
|
protected get cdr(): ChangeDetectorRef;
|
19
21
|
getHostElement<T = HTMLElement>(): T;
|
22
|
+
protected getViewContainer(): ViewContainerRef;
|
20
23
|
protected onOptionChanging(option: MXComponentOptionChanging): any;
|
21
24
|
protected onOptionChanged: EventEmitter<AXOptionChangedEvent>;
|
22
25
|
protected setOption(option: MXComponentSetOption): void;
|
23
26
|
private _rtl;
|
24
27
|
get rtl(): boolean;
|
25
28
|
set rtl(value: boolean);
|
29
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MXBaseComponent, never>;
|
30
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<MXBaseComponent>;
|
26
31
|
}
|
27
32
|
export declare const BASE_INPUTS: string[];
|
28
33
|
export declare const BASE_OUTPUT: any[];
|