@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
@@ -16,9 +16,9 @@ export declare function _LoadingComponenetMixin<TBase extends Constructor<AXBase
|
|
16
16
|
loadingText: string;
|
17
17
|
_onInternalInit(): void;
|
18
18
|
id: string;
|
19
|
-
"__#
|
19
|
+
"__#37857@#rtl": boolean;
|
20
20
|
rtl: boolean;
|
21
|
-
"__#
|
21
|
+
"__#37857@#elementRef": import("@angular/core").ElementRef<any>;
|
22
22
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
23
23
|
_isInited: boolean;
|
24
24
|
_isRendered: boolean;
|
@@ -2,9 +2,9 @@ import { AXBaseComponent } from "./base-components.class";
|
|
2
2
|
export declare const AXBaseComponentMixin: {
|
3
3
|
new (...args: any[]): {
|
4
4
|
id: string;
|
5
|
-
"__#
|
5
|
+
"__#37857@#rtl": boolean;
|
6
6
|
rtl: boolean;
|
7
|
-
"__#
|
7
|
+
"__#37857@#elementRef": import("@angular/core").ElementRef<any>;
|
8
8
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
9
9
|
_isInited: boolean;
|
10
10
|
_isRendered: boolean;
|
@@ -30,9 +30,9 @@ export declare const AXSizableComponentMixin: {
|
|
30
30
|
size: import("./base-components.class").AXElementSize;
|
31
31
|
_onInternalInit(): void;
|
32
32
|
id: string;
|
33
|
-
"__#
|
33
|
+
"__#37857@#rtl": boolean;
|
34
34
|
rtl: boolean;
|
35
|
-
"__#
|
35
|
+
"__#37857@#elementRef": import("@angular/core").ElementRef<any>;
|
36
36
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
37
37
|
_isInited: boolean;
|
38
38
|
_isRendered: boolean;
|
@@ -54,9 +54,9 @@ export declare const AXSizableComponentMixin: {
|
|
54
54
|
} & {
|
55
55
|
new (...args: any[]): {
|
56
56
|
id: string;
|
57
|
-
"__#
|
57
|
+
"__#37857@#rtl": boolean;
|
58
58
|
rtl: boolean;
|
59
|
-
"__#
|
59
|
+
"__#37857@#elementRef": import("@angular/core").ElementRef<any>;
|
60
60
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
61
61
|
_isInited: boolean;
|
62
62
|
_isRendered: boolean;
|
@@ -82,9 +82,9 @@ export declare const AXInteractiveComponenetMixin: {
|
|
82
82
|
size: import("./base-components.class").AXElementSize;
|
83
83
|
_onInternalInit(): void;
|
84
84
|
id: string;
|
85
|
-
"__#
|
85
|
+
"__#37857@#rtl": boolean;
|
86
86
|
rtl: boolean;
|
87
|
-
"__#
|
87
|
+
"__#37857@#elementRef": import("@angular/core").ElementRef<any>;
|
88
88
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
89
89
|
_isInited: boolean;
|
90
90
|
_isRendered: boolean;
|
@@ -104,9 +104,9 @@ export declare const AXInteractiveComponenetMixin: {
|
|
104
104
|
_setOption(option: import("./base-components.class").AXComponentSetOption): void;
|
105
105
|
};
|
106
106
|
} & (abstract new (...args: any[]) => {
|
107
|
-
"__#
|
107
|
+
"__#37860@#disabled": boolean;
|
108
108
|
disabled: boolean;
|
109
|
-
"__#
|
109
|
+
"__#37860@#tabIndex": number;
|
110
110
|
tabIndex: number;
|
111
111
|
onFocus: import("@angular/core").EventEmitter<import("@acorex/components/common").AXFocusEvent>;
|
112
112
|
_emitOnFocusEvent(e: FocusEvent): void;
|
@@ -115,9 +115,9 @@ export declare const AXInteractiveComponenetMixin: {
|
|
115
115
|
focus(): void;
|
116
116
|
hasFocus(): boolean;
|
117
117
|
id: string;
|
118
|
-
"__#
|
118
|
+
"__#37857@#rtl": boolean;
|
119
119
|
rtl: boolean;
|
120
|
-
"__#
|
120
|
+
"__#37857@#elementRef": import("@angular/core").ElementRef<any>;
|
121
121
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
122
122
|
_isInited: boolean;
|
123
123
|
_isRendered: boolean;
|
@@ -138,9 +138,9 @@ export declare const AXInteractiveComponenetMixin: {
|
|
138
138
|
_setOption(option: import("./base-components.class").AXComponentSetOption): void;
|
139
139
|
}) & typeof AXBaseComponent;
|
140
140
|
export declare const AXBaseClickableMixin: (abstract new (...args: any[]) => {
|
141
|
-
"__#
|
141
|
+
"__#37860@#disabled": boolean;
|
142
142
|
disabled: boolean;
|
143
|
-
"__#
|
143
|
+
"__#37860@#tabIndex": number;
|
144
144
|
tabIndex: number;
|
145
145
|
onFocus: import("@angular/core").EventEmitter<import("@acorex/components/common").AXFocusEvent>;
|
146
146
|
_emitOnFocusEvent(e: FocusEvent): void;
|
@@ -149,9 +149,9 @@ export declare const AXBaseClickableMixin: (abstract new (...args: any[]) => {
|
|
149
149
|
focus(): void;
|
150
150
|
hasFocus(): boolean;
|
151
151
|
id: string;
|
152
|
-
"__#
|
152
|
+
"__#37857@#rtl": boolean;
|
153
153
|
rtl: boolean;
|
154
|
-
"__#
|
154
|
+
"__#37857@#elementRef": import("@angular/core").ElementRef<any>;
|
155
155
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
156
156
|
_isInited: boolean;
|
157
157
|
_isRendered: boolean;
|
@@ -175,9 +175,9 @@ export declare const AXBaseClickableMixin: (abstract new (...args: any[]) => {
|
|
175
175
|
onClick: import("@angular/core").EventEmitter<import("@acorex/components/common").AXClickEvent>;
|
176
176
|
_emitOnClickEvent(e: MouseEvent): void;
|
177
177
|
id: string;
|
178
|
-
"__#
|
178
|
+
"__#37857@#rtl": boolean;
|
179
179
|
rtl: boolean;
|
180
|
-
"__#
|
180
|
+
"__#37857@#elementRef": import("@angular/core").ElementRef<any>;
|
181
181
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
182
182
|
_isInited: boolean;
|
183
183
|
_isRendered: boolean;
|
@@ -203,9 +203,9 @@ export declare const AXBaseButtonMixin: {
|
|
203
203
|
size: import("./base-components.class").AXElementSize;
|
204
204
|
_onInternalInit(): void;
|
205
205
|
id: string;
|
206
|
-
"__#
|
206
|
+
"__#37857@#rtl": boolean;
|
207
207
|
rtl: boolean;
|
208
|
-
"__#
|
208
|
+
"__#37857@#elementRef": import("@angular/core").ElementRef<any>;
|
209
209
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
210
210
|
_isInited: boolean;
|
211
211
|
_isRendered: boolean;
|
@@ -225,9 +225,9 @@ export declare const AXBaseButtonMixin: {
|
|
225
225
|
_setOption(option: import("./base-components.class").AXComponentSetOption): void;
|
226
226
|
};
|
227
227
|
} & (abstract new (...args: any[]) => {
|
228
|
-
"__#
|
228
|
+
"__#37860@#disabled": boolean;
|
229
229
|
disabled: boolean;
|
230
|
-
"__#
|
230
|
+
"__#37860@#tabIndex": number;
|
231
231
|
tabIndex: number;
|
232
232
|
onFocus: import("@angular/core").EventEmitter<import("@acorex/components/common").AXFocusEvent>;
|
233
233
|
_emitOnFocusEvent(e: FocusEvent): void;
|
@@ -236,9 +236,9 @@ export declare const AXBaseButtonMixin: {
|
|
236
236
|
focus(): void;
|
237
237
|
hasFocus(): boolean;
|
238
238
|
id: string;
|
239
|
-
"__#
|
239
|
+
"__#37857@#rtl": boolean;
|
240
240
|
rtl: boolean;
|
241
|
-
"__#
|
241
|
+
"__#37857@#elementRef": import("@angular/core").ElementRef<any>;
|
242
242
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
243
243
|
_isInited: boolean;
|
244
244
|
_isRendered: boolean;
|
@@ -262,9 +262,9 @@ export declare const AXBaseButtonMixin: {
|
|
262
262
|
onClick: import("@angular/core").EventEmitter<import("@acorex/components/common").AXClickEvent>;
|
263
263
|
_emitOnClickEvent(e: MouseEvent): void;
|
264
264
|
id: string;
|
265
|
-
"__#
|
265
|
+
"__#37857@#rtl": boolean;
|
266
266
|
rtl: boolean;
|
267
|
-
"__#
|
267
|
+
"__#37857@#elementRef": import("@angular/core").ElementRef<any>;
|
268
268
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
269
269
|
_isInited: boolean;
|
270
270
|
_isRendered: boolean;
|
@@ -293,9 +293,9 @@ export declare const AXBaseButtonMixin: {
|
|
293
293
|
_look?: import("@acorex/components/common").AXStyleLookType;
|
294
294
|
look: import("@acorex/components/common").AXStyleLookType;
|
295
295
|
id: string;
|
296
|
-
"__#
|
296
|
+
"__#37857@#rtl": boolean;
|
297
297
|
rtl: boolean;
|
298
|
-
"__#
|
298
|
+
"__#37857@#elementRef": import("@angular/core").ElementRef<any>;
|
299
299
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
300
300
|
_isInited: boolean;
|
301
301
|
_isRendered: boolean;
|
@@ -331,9 +331,9 @@ export declare const AXBaseButtonMixin: {
|
|
331
331
|
'ax-state-selected': boolean;
|
332
332
|
};
|
333
333
|
id: string;
|
334
|
-
"__#
|
334
|
+
"__#37857@#rtl": boolean;
|
335
335
|
rtl: boolean;
|
336
|
-
"__#
|
336
|
+
"__#37857@#elementRef": import("@angular/core").ElementRef<any>;
|
337
337
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
338
338
|
_isInited: boolean;
|
339
339
|
_isRendered: boolean;
|
@@ -360,9 +360,9 @@ export declare const AXBaseTextBoxMixin: {
|
|
360
360
|
size: import("./base-components.class").AXElementSize;
|
361
361
|
_onInternalInit(): void;
|
362
362
|
id: string;
|
363
|
-
"__#
|
363
|
+
"__#37857@#rtl": boolean;
|
364
364
|
rtl: boolean;
|
365
|
-
"__#
|
365
|
+
"__#37857@#elementRef": import("@angular/core").ElementRef<any>;
|
366
366
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
367
367
|
_isInited: boolean;
|
368
368
|
_isRendered: boolean;
|
@@ -382,9 +382,9 @@ export declare const AXBaseTextBoxMixin: {
|
|
382
382
|
_setOption(option: import("./base-components.class").AXComponentSetOption): void;
|
383
383
|
};
|
384
384
|
} & (abstract new (...args: any[]) => {
|
385
|
-
"__#
|
385
|
+
"__#37860@#disabled": boolean;
|
386
386
|
disabled: boolean;
|
387
|
-
"__#
|
387
|
+
"__#37860@#tabIndex": number;
|
388
388
|
tabIndex: number;
|
389
389
|
onFocus: import("@angular/core").EventEmitter<import("@acorex/components/common").AXFocusEvent>;
|
390
390
|
_emitOnFocusEvent(e: FocusEvent): void;
|
@@ -393,9 +393,9 @@ export declare const AXBaseTextBoxMixin: {
|
|
393
393
|
focus(): void;
|
394
394
|
hasFocus(): boolean;
|
395
395
|
id: string;
|
396
|
-
"__#
|
396
|
+
"__#37857@#rtl": boolean;
|
397
397
|
rtl: boolean;
|
398
|
-
"__#
|
398
|
+
"__#37857@#elementRef": import("@angular/core").ElementRef<any>;
|
399
399
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
400
400
|
_isInited: boolean;
|
401
401
|
_isRendered: boolean;
|
@@ -419,17 +419,17 @@ export declare const AXBaseTextBoxMixin: {
|
|
419
419
|
onValueChanged: import("@angular/core").EventEmitter<import("@acorex/components/common").AXValueChangedEvent<any>>;
|
420
420
|
valueChange: import("@angular/core").EventEmitter<any>;
|
421
421
|
stateChange: import("@angular/core").EventEmitter<import("./base-components.class").AXComponentState>;
|
422
|
-
"__#
|
422
|
+
"__#37861@#readonly": boolean;
|
423
423
|
readonly: boolean;
|
424
|
-
"__#
|
424
|
+
"__#37861@#allowNull": boolean;
|
425
425
|
allowNull: boolean;
|
426
|
-
"__#
|
426
|
+
"__#37861@#name": string;
|
427
427
|
name: string;
|
428
|
-
"__#
|
428
|
+
"__#37861@#isUserInteraction": boolean;
|
429
429
|
readonly isUserInteraction: boolean;
|
430
|
-
"__#
|
430
|
+
"__#37861@#value": any;
|
431
431
|
value: any;
|
432
|
-
"__#
|
432
|
+
"__#37861@#state": import("./base-components.class").AXComponentState;
|
433
433
|
state: import("./base-components.class").AXComponentState;
|
434
434
|
_emitOnValueChangedEvent(oldValue?: any, newValue?: any): void;
|
435
435
|
_internalSetValue(value: any): any;
|
@@ -446,9 +446,9 @@ export declare const AXBaseTextBoxMixin: {
|
|
446
446
|
validate(): Promise<any>;
|
447
447
|
_setState(state: import("./base-components.class").AXComponentState, ...args: any[]): void;
|
448
448
|
id: string;
|
449
|
-
"__#
|
449
|
+
"__#37857@#rtl": boolean;
|
450
450
|
rtl: boolean;
|
451
|
-
"__#
|
451
|
+
"__#37857@#elementRef": import("@angular/core").ElementRef<any>;
|
452
452
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
453
453
|
_isInited: boolean;
|
454
454
|
_isRendered: boolean;
|
@@ -478,9 +478,9 @@ export declare const AXBaseTextBoxMixin: {
|
|
478
478
|
_emitOnKeyupEvent(e: KeyboardEvent): void;
|
479
479
|
_emitOnKeypressEvent(e: KeyboardEvent): void;
|
480
480
|
id: string;
|
481
|
-
"__#
|
481
|
+
"__#37857@#rtl": boolean;
|
482
482
|
rtl: boolean;
|
483
|
-
"__#
|
483
|
+
"__#37857@#elementRef": import("@angular/core").ElementRef<any>;
|
484
484
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
485
485
|
_isInited: boolean;
|
486
486
|
_isRendered: boolean;
|
@@ -509,9 +509,9 @@ export declare const AXBaseDropdownMixin: {
|
|
509
509
|
size: import("./base-components.class").AXElementSize;
|
510
510
|
_onInternalInit(): void;
|
511
511
|
id: string;
|
512
|
-
"__#
|
512
|
+
"__#37857@#rtl": boolean;
|
513
513
|
rtl: boolean;
|
514
|
-
"__#
|
514
|
+
"__#37857@#elementRef": import("@angular/core").ElementRef<any>;
|
515
515
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
516
516
|
_isInited: boolean;
|
517
517
|
_isRendered: boolean;
|
@@ -531,9 +531,9 @@ export declare const AXBaseDropdownMixin: {
|
|
531
531
|
_setOption(option: import("./base-components.class").AXComponentSetOption): void;
|
532
532
|
};
|
533
533
|
} & (abstract new (...args: any[]) => {
|
534
|
-
"__#
|
534
|
+
"__#37860@#disabled": boolean;
|
535
535
|
disabled: boolean;
|
536
|
-
"__#
|
536
|
+
"__#37860@#tabIndex": number;
|
537
537
|
tabIndex: number;
|
538
538
|
onFocus: import("@angular/core").EventEmitter<import("@acorex/components/common").AXFocusEvent>;
|
539
539
|
_emitOnFocusEvent(e: FocusEvent): void;
|
@@ -542,9 +542,9 @@ export declare const AXBaseDropdownMixin: {
|
|
542
542
|
focus(): void;
|
543
543
|
hasFocus(): boolean;
|
544
544
|
id: string;
|
545
|
-
"__#
|
545
|
+
"__#37857@#rtl": boolean;
|
546
546
|
rtl: boolean;
|
547
|
-
"__#
|
547
|
+
"__#37857@#elementRef": import("@angular/core").ElementRef<any>;
|
548
548
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
549
549
|
_isInited: boolean;
|
550
550
|
_isRendered: boolean;
|
@@ -578,9 +578,9 @@ export declare const AXBaseDropdownMixin: {
|
|
578
578
|
open(): void;
|
579
579
|
readonly isOpen: boolean;
|
580
580
|
id: string;
|
581
|
-
"__#
|
581
|
+
"__#37857@#rtl": boolean;
|
582
582
|
rtl: boolean;
|
583
|
-
"__#
|
583
|
+
"__#37857@#elementRef": import("@angular/core").ElementRef<any>;
|
584
584
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
585
585
|
_isInited: boolean;
|
586
586
|
_isRendered: boolean;
|
@@ -602,8 +602,8 @@ export declare const AXBaseMenuMixin: {
|
|
602
602
|
new (...args: any[]): {
|
603
603
|
textField: string;
|
604
604
|
valueField: string;
|
605
|
-
"__#
|
606
|
-
"__#
|
605
|
+
"__#37858@#isLoading": boolean;
|
606
|
+
"__#37858@#loadedItems": any;
|
607
607
|
visibleField: string;
|
608
608
|
disableField: string;
|
609
609
|
hasChildField: string;
|
@@ -612,7 +612,7 @@ export declare const AXBaseMenuMixin: {
|
|
612
612
|
displayMode: "vertical" | "horizontal" | "sidemenu";
|
613
613
|
dividerField: string;
|
614
614
|
onMenuItemClick: import("@angular/core").EventEmitter<import("@acorex/components/common").AXItemClickEvent<any>>;
|
615
|
-
"__#
|
615
|
+
"__#37858@#items": any;
|
616
616
|
items: any;
|
617
617
|
readonly displayItems: any;
|
618
618
|
readonly isLoading: boolean;
|
@@ -623,9 +623,9 @@ export declare const AXBaseMenuMixin: {
|
|
623
623
|
_getItemDisplayTextTemplte(item: any): any;
|
624
624
|
refresh(): void;
|
625
625
|
id: string;
|
626
|
-
"__#
|
626
|
+
"__#37857@#rtl": boolean;
|
627
627
|
rtl: boolean;
|
628
|
-
"__#
|
628
|
+
"__#37857@#elementRef": import("@angular/core").ElementRef<any>;
|
629
629
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
630
630
|
_isInited: boolean;
|
631
631
|
_isRendered: boolean;
|
@@ -654,9 +654,9 @@ export declare const AXAvatarMixin: {
|
|
654
654
|
_look?: import("@acorex/components/common").AXStyleLookType;
|
655
655
|
look: import("@acorex/components/common").AXStyleLookType;
|
656
656
|
id: string;
|
657
|
-
"__#
|
657
|
+
"__#37857@#rtl": boolean;
|
658
658
|
rtl: boolean;
|
659
|
-
"__#
|
659
|
+
"__#37857@#elementRef": import("@angular/core").ElementRef<any>;
|
660
660
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
661
661
|
_isInited: boolean;
|
662
662
|
_isRendered: boolean;
|
@@ -3,9 +3,9 @@ import { Constructor } from "./constratctor";
|
|
3
3
|
export declare function _PageComponenetMixin<TBase extends Constructor<AXBaseComponent>>(Base: TBase): {
|
4
4
|
new (...args: any[]): {
|
5
5
|
id: string;
|
6
|
-
"__#
|
6
|
+
"__#37857@#rtl": boolean;
|
7
7
|
rtl: boolean;
|
8
|
-
"__#
|
8
|
+
"__#37857@#elementRef": import("@angular/core").ElementRef<any>;
|
9
9
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
10
10
|
_isInited: boolean;
|
11
11
|
_isRendered: boolean;
|
@@ -14,8 +14,8 @@ export declare function _SelectionComponenetMixin<TBase extends Constructor<AXBa
|
|
14
14
|
multiple: boolean;
|
15
15
|
selectionMode: 'value' | 'item';
|
16
16
|
/**
|
17
|
-
|
18
|
-
|
17
|
+
* Defines the primary text to show inside the button.
|
18
|
+
*/
|
19
19
|
readonly items: any[];
|
20
20
|
readonly displayItems: any[];
|
21
21
|
readonly flatItems: any[];
|
@@ -35,9 +35,9 @@ export declare function _SelectionComponenetMixin<TBase extends Constructor<AXBa
|
|
35
35
|
isItemSelected(item: any): boolean;
|
36
36
|
isItemDisabled(item: any): boolean;
|
37
37
|
id: string;
|
38
|
-
"__#
|
38
|
+
"__#37857@#rtl": boolean;
|
39
39
|
rtl: boolean;
|
40
|
-
"__#
|
40
|
+
"__#37857@#elementRef": import("@angular/core").ElementRef<any>;
|
41
41
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
42
42
|
_isInited: boolean;
|
43
43
|
_isRendered: boolean;
|
@@ -8,9 +8,9 @@ export declare function _SizableComponenetMixin<TBase extends Constructor<AXBase
|
|
8
8
|
size: AXElementSize;
|
9
9
|
_onInternalInit(): void;
|
10
10
|
id: string;
|
11
|
-
"__#
|
11
|
+
"__#37857@#rtl": boolean;
|
12
12
|
rtl: boolean;
|
13
|
-
"__#
|
13
|
+
"__#37857@#elementRef": import("@angular/core").ElementRef<any>;
|
14
14
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
15
15
|
_isInited: boolean;
|
16
16
|
_isRendered: boolean;
|
@@ -38,16 +38,14 @@ export declare function _TextboxComponenetMixin<TBase extends Constructor<AXBase
|
|
38
38
|
_emitOnKeydownEvent(e: KeyboardEvent): void;
|
39
39
|
_emitOnKeyupEvent(e: KeyboardEvent): void;
|
40
40
|
_emitOnKeypressEvent(e: KeyboardEvent): void;
|
41
|
-
id: string;
|
42
|
-
|
43
|
-
* @event
|
44
|
-
*/
|
45
|
-
"__#37855@#rtl": boolean;
|
46
|
-
rtl: boolean; /**
|
41
|
+
id: string;
|
42
|
+
/**
|
47
43
|
* Fires each time the user press a key.
|
48
44
|
* @event
|
49
45
|
*/
|
50
|
-
"__#
|
46
|
+
"__#37857@#rtl": boolean;
|
47
|
+
rtl: boolean;
|
48
|
+
"__#37857@#elementRef": import("@angular/core").ElementRef<any>;
|
51
49
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
52
50
|
_isInited: boolean;
|
53
51
|
_isRendered: boolean;
|
@@ -11,20 +11,20 @@ export declare function _ValueComponenetMixin<TBase extends Constructor<AXBaseCo
|
|
11
11
|
onValueChanged: EventEmitter<AXValueChangedEvent<any>>;
|
12
12
|
valueChange: EventEmitter<any>;
|
13
13
|
stateChange: EventEmitter<AXComponentState>;
|
14
|
-
"__#
|
14
|
+
"__#37861@#readonly": boolean;
|
15
15
|
/**
|
16
16
|
* If set to true, user cannot change the value of component.
|
17
17
|
*/
|
18
18
|
readonly: boolean;
|
19
|
-
"__#
|
19
|
+
"__#37861@#allowNull": boolean;
|
20
20
|
allowNull: boolean;
|
21
|
-
"__#
|
21
|
+
"__#37861@#name": string;
|
22
22
|
name: string;
|
23
|
-
"__#
|
23
|
+
"__#37861@#isUserInteraction": boolean;
|
24
24
|
readonly isUserInteraction: boolean;
|
25
|
-
"__#
|
25
|
+
"__#37861@#value": any;
|
26
26
|
value: any;
|
27
|
-
"__#
|
27
|
+
"__#37861@#state": AXComponentState;
|
28
28
|
state: AXComponentState;
|
29
29
|
_emitOnValueChangedEvent(oldValue?: any, newValue?: any): void;
|
30
30
|
_internalSetValue(value: any): any;
|
@@ -41,9 +41,9 @@ export declare function _ValueComponenetMixin<TBase extends Constructor<AXBaseCo
|
|
41
41
|
validate(): Promise<any>;
|
42
42
|
_setState(state: AXComponentState, ...args: any[]): void;
|
43
43
|
id: string;
|
44
|
-
"__#
|
44
|
+
"__#37857@#rtl": boolean;
|
45
45
|
rtl: boolean;
|
46
|
-
"__#
|
46
|
+
"__#37857@#elementRef": import("@angular/core").ElementRef<any>;
|
47
47
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
48
48
|
_isInited: boolean;
|
49
49
|
_isRendered: boolean;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@acorex/components",
|
3
|
-
"version": "7.1.
|
3
|
+
"version": "7.1.5",
|
4
4
|
"peerDependencies": {
|
5
5
|
"@angular/common": "^16.0.0",
|
6
6
|
"@angular/core": "^16.0.0",
|
@@ -37,23 +37,17 @@
|
|
37
37
|
"esm": "./esm2022/alert/acorex-components-alert.mjs",
|
38
38
|
"default": "./fesm2022/acorex-components-alert.mjs"
|
39
39
|
},
|
40
|
-
"./badge": {
|
41
|
-
"types": "./badge/index.d.ts",
|
42
|
-
"esm2022": "./esm2022/badge/acorex-components-badge.mjs",
|
43
|
-
"esm": "./esm2022/badge/acorex-components-badge.mjs",
|
44
|
-
"default": "./fesm2022/acorex-components-badge.mjs"
|
45
|
-
},
|
46
40
|
"./avatar": {
|
47
41
|
"types": "./avatar/index.d.ts",
|
48
42
|
"esm2022": "./esm2022/avatar/acorex-components-avatar.mjs",
|
49
43
|
"esm": "./esm2022/avatar/acorex-components-avatar.mjs",
|
50
44
|
"default": "./fesm2022/acorex-components-avatar.mjs"
|
51
45
|
},
|
52
|
-
"./
|
53
|
-
"types": "./
|
54
|
-
"esm2022": "./esm2022/
|
55
|
-
"esm": "./esm2022/
|
56
|
-
"default": "./fesm2022/acorex-components-
|
46
|
+
"./badge": {
|
47
|
+
"types": "./badge/index.d.ts",
|
48
|
+
"esm2022": "./esm2022/badge/acorex-components-badge.mjs",
|
49
|
+
"esm": "./esm2022/badge/acorex-components-badge.mjs",
|
50
|
+
"default": "./fesm2022/acorex-components-badge.mjs"
|
57
51
|
},
|
58
52
|
"./breadcrumbs": {
|
59
53
|
"types": "./breadcrumbs/index.d.ts",
|
@@ -61,11 +55,11 @@
|
|
61
55
|
"esm": "./esm2022/breadcrumbs/acorex-components-breadcrumbs.mjs",
|
62
56
|
"default": "./fesm2022/acorex-components-breadcrumbs.mjs"
|
63
57
|
},
|
64
|
-
"./
|
65
|
-
"types": "./
|
66
|
-
"esm2022": "./esm2022/
|
67
|
-
"esm": "./esm2022/
|
68
|
-
"default": "./fesm2022/acorex-components-
|
58
|
+
"./button": {
|
59
|
+
"types": "./button/index.d.ts",
|
60
|
+
"esm2022": "./esm2022/button/acorex-components-button.mjs",
|
61
|
+
"esm": "./esm2022/button/acorex-components-button.mjs",
|
62
|
+
"default": "./fesm2022/acorex-components-button.mjs"
|
69
63
|
},
|
70
64
|
"./calendar": {
|
71
65
|
"types": "./calendar/index.d.ts",
|
@@ -73,6 +67,12 @@
|
|
73
67
|
"esm": "./esm2022/calendar/acorex-components-calendar.mjs",
|
74
68
|
"default": "./fesm2022/acorex-components-calendar.mjs"
|
75
69
|
},
|
70
|
+
"./card": {
|
71
|
+
"types": "./card/index.d.ts",
|
72
|
+
"esm2022": "./esm2022/card/acorex-components-card.mjs",
|
73
|
+
"esm": "./esm2022/card/acorex-components-card.mjs",
|
74
|
+
"default": "./fesm2022/acorex-components-card.mjs"
|
75
|
+
},
|
76
76
|
"./checkbox": {
|
77
77
|
"types": "./checkbox/index.d.ts",
|
78
78
|
"esm2022": "./esm2022/checkbox/acorex-components-checkbox.mjs",
|
package/popover/public-api.d.ts
CHANGED
@@ -0,0 +1,17 @@
|
|
1
|
+
import { AXConnectedPosition, AXEvent, MXInteractiveComponent } from "@acorex/components/common";
|
2
|
+
import { EventEmitter } from "@angular/core";
|
3
|
+
import { AXPopoverComponent } from "./popover.component";
|
4
|
+
import * as i0 from "@angular/core";
|
5
|
+
export declare abstract class MXDropDownComponent extends MXInteractiveComponent {
|
6
|
+
onOpened: EventEmitter<AXEvent>;
|
7
|
+
onClosed: EventEmitter<AXEvent>;
|
8
|
+
protected abstract popover: AXPopoverComponent;
|
9
|
+
protected popOverPositions: AXConnectedPosition[];
|
10
|
+
protected initPopOverPositions(): void;
|
11
|
+
toggle(): void;
|
12
|
+
close(): void;
|
13
|
+
open(): void;
|
14
|
+
get isOpen(): boolean;
|
15
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MXDropDownComponent, never>;
|
16
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<MXDropDownComponent>;
|
17
|
+
}
|
@@ -1,22 +1,15 @@
|
|
1
|
-
import {
|
1
|
+
import { OverlayRef } from '@angular/cdk/overlay';
|
2
2
|
import { TemplatePortal } from '@angular/cdk/portal';
|
3
|
-
import { ElementRef,
|
3
|
+
import { ElementRef, TemplateRef, EventEmitter } from '@angular/core';
|
4
4
|
import { Subscription } from 'rxjs';
|
5
|
-
import { AXConnectedPosition, AXEvent } from '@acorex/components/common';
|
6
|
-
import { AXPlatform } from '@acorex/core/platform';
|
7
|
-
import { AXInteractiveComponenetMixin, AXBaseComponent } from '@acorex/components/mixin';
|
5
|
+
import { AXConnectedPosition, AXEvent, MXBaseComponent, MXInteractiveComponent } from '@acorex/components/common';
|
8
6
|
import * as i0 from "@angular/core";
|
9
|
-
export declare class AXPopoverComponent extends
|
10
|
-
private _elementRef;
|
11
|
-
_cdr: ChangeDetectorRef;
|
12
|
-
private _zone;
|
13
|
-
private _overlay;
|
7
|
+
export declare class AXPopoverComponent extends MXInteractiveComponent {
|
14
8
|
private _platform;
|
15
|
-
private
|
16
|
-
constructor(_elementRef: ElementRef, _cdr: ChangeDetectorRef, _zone: NgZone, _overlay: Overlay, _platform: AXPlatform, _viewContainerRef: ViewContainerRef);
|
9
|
+
private _overlay;
|
17
10
|
private _target;
|
18
|
-
get target(): HTMLElement | ElementRef |
|
19
|
-
set target(v: HTMLElement | ElementRef |
|
11
|
+
get target(): HTMLElement | ElementRef | MXBaseComponent;
|
12
|
+
set target(v: HTMLElement | ElementRef | MXBaseComponent);
|
20
13
|
position: AXConnectedPosition | AXConnectedPosition[];
|
21
14
|
_baseTemplate: TemplateRef<any>;
|
22
15
|
_overlayRef: OverlayRef;
|
@@ -34,8 +27,8 @@ export declare class AXPopoverComponent extends AXInteractiveComponenetMixin {
|
|
34
27
|
onClosed: EventEmitter<AXEvent>;
|
35
28
|
_emitOnOpenedEvent(): void;
|
36
29
|
_emitOnClosedEvent(): void;
|
37
|
-
|
38
|
-
|
30
|
+
ngAfterViewInit(): void;
|
31
|
+
ngOnDestroy(): void;
|
39
32
|
toggle(): void;
|
40
33
|
close(): void;
|
41
34
|
dispose(): void;
|
package/scss/index.scss
CHANGED
@@ -1,2 +1,2 @@
|
|
1
|
-
@import './mixin';
|
1
|
+
@import './mixin';
|
2
2
|
@import './variable';
|
@@ -5,9 +5,9 @@ export declare const AXBaseTabItemMixin: (new (...args: any[]) => {
|
|
5
5
|
onClick: EventEmitter<import("@acorex/components/common").AXClickEvent>;
|
6
6
|
_emitOnClickEvent(e: MouseEvent): void;
|
7
7
|
id: string;
|
8
|
-
"__#
|
8
|
+
"__#37857@#rtl": boolean;
|
9
9
|
rtl: boolean;
|
10
|
-
"__#
|
10
|
+
"__#37857@#elementRef": ElementRef<any>;
|
11
11
|
_cdr: ChangeDetectorRef;
|
12
12
|
_isInited: boolean;
|
13
13
|
_isRendered: boolean;
|