@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
@@ -1,5 +1,5 @@
|
|
1
1
|
import * as i0 from '@angular/core';
|
2
|
-
import { Injectable, inject, ChangeDetectorRef, ElementRef, EventEmitter, Directive, Host, Self, Optional, Input, Output, Inject, TemplateRef, NgModule } from '@angular/core';
|
2
|
+
import { Injectable, inject, ChangeDetectorRef, ElementRef, ViewContainerRef, EventEmitter, Directive, Host, Self, Optional, Input, Output, Inject, TemplateRef, NgModule } from '@angular/core';
|
3
3
|
import { AXHtmlUtil, AXObjectUtil } from '@acorex/core/utils';
|
4
4
|
import { coerceNumberProperty, coerceBooleanProperty } from '@angular/cdk/coercion';
|
5
5
|
import { classes } from 'polytype';
|
@@ -138,45 +138,45 @@ class AXComponentClosedPromise extends Promise {
|
|
138
138
|
}
|
139
139
|
}
|
140
140
|
class AXComponent {
|
141
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.
|
142
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.
|
141
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: AXComponent, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
142
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: AXComponent });
|
143
143
|
}
|
144
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.
|
144
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: AXComponent, decorators: [{
|
145
145
|
type: Injectable
|
146
146
|
}] });
|
147
147
|
class AXClosbaleComponent extends AXComponent {
|
148
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.
|
149
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.
|
148
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: AXClosbaleComponent, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
149
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: AXClosbaleComponent });
|
150
150
|
}
|
151
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.
|
151
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: AXClosbaleComponent, decorators: [{
|
152
152
|
type: Injectable
|
153
153
|
}] });
|
154
154
|
class AXSearchableComponent extends AXComponent {
|
155
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.
|
156
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.
|
155
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: AXSearchableComponent, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
156
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: AXSearchableComponent });
|
157
157
|
}
|
158
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.
|
158
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: AXSearchableComponent, decorators: [{
|
159
159
|
type: Injectable
|
160
160
|
}] });
|
161
161
|
class AXValuableComponent extends AXComponent {
|
162
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.
|
163
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.
|
162
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: AXValuableComponent, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
163
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: AXValuableComponent });
|
164
164
|
}
|
165
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.
|
165
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: AXValuableComponent, decorators: [{
|
166
166
|
type: Injectable
|
167
167
|
}] });
|
168
168
|
class AXFocusableComponent extends AXComponent {
|
169
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.
|
170
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.
|
169
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: AXFocusableComponent, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
170
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: AXFocusableComponent });
|
171
171
|
}
|
172
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.
|
172
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: AXFocusableComponent, decorators: [{
|
173
173
|
type: Injectable
|
174
174
|
}] });
|
175
175
|
class AXPagedComponent extends AXComponent {
|
176
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.
|
177
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.
|
176
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: AXPagedComponent, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
177
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: AXPagedComponent });
|
178
178
|
}
|
179
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.
|
179
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: AXPagedComponent, decorators: [{
|
180
180
|
type: Injectable
|
181
181
|
}] });
|
182
182
|
|
@@ -272,12 +272,16 @@ class MXBaseComponent {
|
|
272
272
|
id;
|
273
273
|
_cdr = inject(ChangeDetectorRef);
|
274
274
|
_elementRef = inject(ElementRef);
|
275
|
+
_viewRef = inject(ViewContainerRef);
|
275
276
|
get cdr() {
|
276
277
|
return this._cdr;
|
277
278
|
}
|
278
279
|
getHostElement() {
|
279
280
|
return this._elementRef.nativeElement;
|
280
281
|
}
|
282
|
+
getViewContainer() {
|
283
|
+
return this._viewRef;
|
284
|
+
}
|
281
285
|
onOptionChanging(option) {
|
282
286
|
return option?.value;
|
283
287
|
}
|
@@ -320,7 +324,12 @@ class MXBaseComponent {
|
|
320
324
|
set rtl(value) {
|
321
325
|
this.setOption({ name: "rtl", value });
|
322
326
|
}
|
327
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: MXBaseComponent, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
328
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: MXBaseComponent });
|
323
329
|
}
|
330
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: MXBaseComponent, decorators: [{
|
331
|
+
type: Injectable
|
332
|
+
}] });
|
324
333
|
const BASE_INPUTS = ['rtl'];
|
325
334
|
const BASE_OUTPUT = [];
|
326
335
|
|
@@ -597,7 +606,6 @@ class MXValueComponent extends MXBaseComponent {
|
|
597
606
|
this._checkRequired();
|
598
607
|
}
|
599
608
|
ngOnDestroy() {
|
600
|
-
debugger;
|
601
609
|
this.onValueChanged?.unsubscribe();
|
602
610
|
this.onOptionChanged?.unsubscribe();
|
603
611
|
}
|
@@ -700,10 +708,10 @@ class MXValueComponent extends MXBaseComponent {
|
|
700
708
|
}
|
701
709
|
this.cdr.markForCheck();
|
702
710
|
}
|
703
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.
|
704
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.
|
711
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: MXValueComponent, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
712
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: MXValueComponent });
|
705
713
|
}
|
706
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.
|
714
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: MXValueComponent, decorators: [{
|
707
715
|
type: Injectable
|
708
716
|
}] });
|
709
717
|
|
@@ -739,10 +747,10 @@ class AXAutoFocusDirective {
|
|
739
747
|
}, 100);
|
740
748
|
}
|
741
749
|
}
|
742
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.
|
743
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.
|
750
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: AXAutoFocusDirective, deps: [{ token: i0.ElementRef }, { token: AXFocusableComponent, host: true, optional: true, self: true }], target: i0.ɵɵFactoryTarget.Directive });
|
751
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.1", type: AXAutoFocusDirective, selector: "[axAutoFocus]", inputs: { autoFocus: ["axAutoFocus", "autoFocus"], time: ["focus-time", "time"] }, ngImport: i0 });
|
744
752
|
}
|
745
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.
|
753
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: AXAutoFocusDirective, decorators: [{
|
746
754
|
type: Directive,
|
747
755
|
args: [{
|
748
756
|
selector: '[axAutoFocus]',
|
@@ -790,10 +798,10 @@ class AXNgModelChangeDebouncedDirective {
|
|
790
798
|
this.subscription = this.ngModel.control.valueChanges.pipe(skip(1), // skip initial value
|
791
799
|
distinctUntilChanged(), debounceTime(this.ngModelChangeDebounceTime)).subscribe((value) => this.ngModelChangeDebounced.emit(value));
|
792
800
|
}
|
793
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.
|
794
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.
|
801
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: AXNgModelChangeDebouncedDirective, deps: [{ token: i1.NgModel }], target: i0.ɵɵFactoryTarget.Directive });
|
802
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.1", type: AXNgModelChangeDebouncedDirective, selector: "[ngModelChangeDebounced]", inputs: { ngModelChangeDebounceTime: "ngModelChangeDebounceTime" }, outputs: { ngModelChangeDebounced: "ngModelChangeDebounced", ngModelChangeDebounceTimeChange: "ngModelChangeDebounceTimeChange" }, ngImport: i0 });
|
795
803
|
}
|
796
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.
|
804
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: AXNgModelChangeDebouncedDirective, decorators: [{
|
797
805
|
type: Directive,
|
798
806
|
args: [{
|
799
807
|
selector: '[ngModelChangeDebounced]',
|
@@ -830,10 +838,10 @@ class AXHotkeysService {
|
|
830
838
|
};
|
831
839
|
});
|
832
840
|
}
|
833
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.
|
834
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.
|
841
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: AXHotkeysService, deps: [{ token: i1$1.EventManager }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable });
|
842
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: AXHotkeysService, providedIn: 'root' });
|
835
843
|
}
|
836
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.
|
844
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: AXHotkeysService, decorators: [{
|
837
845
|
type: Injectable,
|
838
846
|
args: [{ providedIn: 'root' }]
|
839
847
|
}], ctorParameters: function () { return [{ type: i1$1.EventManager }, { type: Document, decorators: [{
|
@@ -900,10 +908,10 @@ class AXHotkeyDirective {
|
|
900
908
|
s.unsubscribe();
|
901
909
|
});
|
902
910
|
}
|
903
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.
|
904
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.
|
911
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: AXHotkeyDirective, deps: [{ token: i0.ElementRef }, { token: AXComponent, host: true, optional: true, self: true }, { token: AXHotkeysService }], target: i0.ɵɵFactoryTarget.Directive });
|
912
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.1", type: AXHotkeyDirective, selector: "[hotkey]", inputs: { hotkey: "hotkey" }, ngImport: i0 });
|
905
913
|
}
|
906
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.
|
914
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: AXHotkeyDirective, decorators: [{
|
907
915
|
type: Directive,
|
908
916
|
args: [{
|
909
917
|
selector: '[hotkey]',
|
@@ -968,10 +976,10 @@ class AXInfiniteScrollerDirective {
|
|
968
976
|
isScrollExpectedPercent = (position) => {
|
969
977
|
return ((position.sT + position.cH) / position.sH) > (this.scrollPercent / 100);
|
970
978
|
};
|
971
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.
|
972
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.
|
979
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: AXInfiniteScrollerDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
980
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.1", type: AXInfiniteScrollerDirective, selector: "[axInfiniteScroller]", inputs: { scrollCallback: "scrollCallback", immediateCallback: "immediateCallback", scrollPercent: "scrollPercent" }, ngImport: i0 });
|
973
981
|
}
|
974
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.
|
982
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: AXInfiniteScrollerDirective, decorators: [{
|
975
983
|
type: Directive,
|
976
984
|
args: [{
|
977
985
|
selector: '[axInfiniteScroller]'
|
@@ -1009,10 +1017,10 @@ class AXResponsiveDirective {
|
|
1009
1017
|
this._observer.disconnect();
|
1010
1018
|
this._observer.unobserve(this._elementRef.nativeElement);
|
1011
1019
|
}
|
1012
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.
|
1013
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.
|
1020
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: AXResponsiveDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
1021
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.0.1", type: AXResponsiveDirective, selector: "[ax-responsive]", ngImport: i0 });
|
1014
1022
|
}
|
1015
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.
|
1023
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: AXResponsiveDirective, decorators: [{
|
1016
1024
|
type: Directive,
|
1017
1025
|
args: [{ selector: '[ax-responsive]' }]
|
1018
1026
|
}], ctorParameters: function () { return [{ type: i0.ElementRef }]; } });
|
@@ -1021,10 +1029,10 @@ class DynamicOverlayContainer extends OverlayContainer {
|
|
1021
1029
|
setContainerElement(containerElement) {
|
1022
1030
|
this._containerElement = containerElement;
|
1023
1031
|
}
|
1024
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.
|
1025
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.
|
1032
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: DynamicOverlayContainer, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
1033
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: DynamicOverlayContainer, providedIn: 'root' });
|
1026
1034
|
}
|
1027
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.
|
1035
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: DynamicOverlayContainer, decorators: [{
|
1028
1036
|
type: Injectable,
|
1029
1037
|
args: [{
|
1030
1038
|
providedIn: 'root',
|
@@ -1046,10 +1054,10 @@ class DynamicOverlay extends Overlay {
|
|
1046
1054
|
this.setContainerElement(containerElement);
|
1047
1055
|
return super.create(config);
|
1048
1056
|
}
|
1049
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.
|
1050
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.
|
1057
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: DynamicOverlay, deps: [{ token: i1$2.ScrollStrategyOptions }, { token: DynamicOverlayContainer }, { token: i0.ComponentFactoryResolver }, { token: i1$2.OverlayPositionBuilder }, { token: i1$2.OverlayKeyboardDispatcher }, { token: i0.Injector }, { token: i0.NgZone }, { token: DOCUMENT }, { token: i2.Directionality }, { token: i0.RendererFactory2 }, { token: i3.Location }, { token: i1$2.OverlayOutsideClickDispatcher }], target: i0.ɵɵFactoryTarget.Injectable });
|
1058
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: DynamicOverlay, providedIn: 'root' });
|
1051
1059
|
}
|
1052
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.
|
1060
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: DynamicOverlay, decorators: [{
|
1053
1061
|
type: Injectable,
|
1054
1062
|
args: [{
|
1055
1063
|
providedIn: 'root',
|
@@ -1160,17 +1168,17 @@ class AXOverlayService {
|
|
1160
1168
|
},
|
1161
1169
|
};
|
1162
1170
|
}
|
1163
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.
|
1164
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.
|
1171
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: AXOverlayService, deps: [{ token: DynamicOverlay }, { token: i1$2.Overlay }, { token: i0.ApplicationRef }], target: i0.ɵɵFactoryTarget.Injectable });
|
1172
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: AXOverlayService, providedIn: 'root' });
|
1165
1173
|
}
|
1166
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.
|
1174
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: AXOverlayService, decorators: [{
|
1167
1175
|
type: Injectable,
|
1168
1176
|
args: [{ providedIn: 'root' }]
|
1169
1177
|
}], ctorParameters: function () { return [{ type: DynamicOverlay }, { type: i1$2.Overlay }, { type: i0.ApplicationRef }]; } });
|
1170
1178
|
|
1171
1179
|
class AXCommonModule {
|
1172
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.
|
1173
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.
|
1180
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: AXCommonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
1181
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.1", ngImport: i0, type: AXCommonModule, declarations: [AXResponsiveDirective,
|
1174
1182
|
AXInfiniteScrollerDirective,
|
1175
1183
|
AXNgModelChangeDebouncedDirective,
|
1176
1184
|
AXAutoFocusDirective,
|
@@ -1179,9 +1187,9 @@ class AXCommonModule {
|
|
1179
1187
|
AXAutoFocusDirective,
|
1180
1188
|
AXNgModelChangeDebouncedDirective,
|
1181
1189
|
AXHotkeyDirective] });
|
1182
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.
|
1190
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: AXCommonModule });
|
1183
1191
|
}
|
1184
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.
|
1192
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.1", ngImport: i0, type: AXCommonModule, decorators: [{
|
1185
1193
|
type: NgModule,
|
1186
1194
|
args: [{
|
1187
1195
|
imports: [],
|