@acorex/components 7.0.12 → 7.0.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/alert/public-api.d.ts +0 -1
- package/alert/src/alert.component.d.ts +4 -3
- package/alert/src/alert.module.d.ts +3 -4
- package/avatar/src/avatar.component.d.ts +2 -1
- package/badge/src/badge.component.d.ts +2 -2
- package/breadcrumbs/src/breadcrumbs-item.component.d.ts +6 -6
- package/button/src/button-group.component.d.ts +6 -6
- package/button/src/button-item.component.d.ts +6 -6
- package/button/src/button.component.d.ts +1 -1
- package/card/index.d.ts +5 -0
- package/card/public-api.d.ts +2 -0
- package/card/src/card.component.d.ts +10 -0
- package/card/src/card.module.d.ts +8 -0
- package/color-picker/src/color-picker.component.d.ts +16 -16
- package/date-picker/src/datepicker.component.d.ts +14 -14
- package/decorators/src/icon.component.d.ts +1 -1
- package/esm2020/action-sheet/src/action-sheet.component.mjs +5 -5
- package/esm2020/action-sheet/src/action-sheet.module.mjs +4 -4
- package/esm2020/action-sheet/src/action-sheet.service.mjs +15 -10
- package/esm2020/alert/public-api.mjs +1 -2
- package/esm2020/alert/src/alert.component.mjs +11 -8
- package/esm2020/alert/src/alert.module.mjs +6 -7
- package/esm2020/avatar/src/avatar-group.component.mjs +3 -3
- package/esm2020/avatar/src/avatar.component.mjs +10 -7
- package/esm2020/avatar/src/avatar.module.mjs +4 -4
- package/esm2020/badge/src/badge.component.mjs +5 -6
- package/esm2020/badge/src/badge.module.mjs +4 -4
- package/esm2020/breadcrumbs/src/breadcrumbs-item.component.mjs +3 -3
- package/esm2020/breadcrumbs/src/breadcrumbs.component.mjs +3 -3
- package/esm2020/breadcrumbs/src/breadcrumbs.module.mjs +4 -4
- package/esm2020/button/src/button-group.component.mjs +3 -3
- package/esm2020/button/src/button-item.component.mjs +3 -3
- package/esm2020/button/src/button.component.mjs +6 -6
- package/esm2020/button/src/button.module.mjs +4 -4
- package/esm2020/calendar/src/calendar.class.mjs +3 -3
- package/esm2020/calendar/src/calendar.component.mjs +5 -5
- package/esm2020/calendar/src/calendar.module.mjs +4 -4
- package/esm2020/card/acorex-components-card.mjs +5 -0
- package/esm2020/card/public-api.mjs +3 -0
- package/esm2020/card/src/card.component.mjs +17 -0
- package/esm2020/card/src/card.module.mjs +19 -0
- package/esm2020/checkbox/src/checkbox.component.mjs +3 -3
- package/esm2020/checkbox/src/checkbox.module.mjs +4 -4
- package/esm2020/chips/src/chips.component.mjs +3 -3
- package/esm2020/chips/src/chips.module.mjs +4 -4
- package/esm2020/collapse/src/collapse-group.component.mjs +4 -6
- package/esm2020/collapse/src/collapse.component.mjs +3 -3
- package/esm2020/collapse/src/collapse.module.mjs +4 -4
- package/esm2020/color-palette/src/color-palette-input.component.mjs +3 -3
- package/esm2020/color-palette/src/color-palette-picker.component.mjs +3 -3
- package/esm2020/color-palette/src/color-palette-preview.component.mjs +3 -3
- package/esm2020/color-palette/src/color-palette-swatches.component.mjs +3 -3
- package/esm2020/color-palette/src/color-palette.class.mjs +6 -6
- package/esm2020/color-palette/src/color-palette.component.mjs +5 -5
- package/esm2020/color-palette/src/color-palette.module.mjs +4 -4
- package/esm2020/color-picker/src/color-picker.component.mjs +3 -3
- package/esm2020/color-picker/src/color-picker.module.mjs +4 -4
- package/esm2020/common/src/classes/components.class.mjs +19 -21
- package/esm2020/common/src/common.module.mjs +4 -4
- package/esm2020/common/src/directives/auto-focus.directive.mjs +3 -3
- package/esm2020/common/src/directives/debounce-time.directive.mjs +3 -3
- package/esm2020/common/src/directives/hotkey.directive.mjs +3 -3
- package/esm2020/common/src/directives/infinite-scroll.directive.mjs +3 -3
- package/esm2020/common/src/directives/responsive.directive.mjs +3 -3
- package/esm2020/common/src/services/custom-cdk-overlay.service.mjs +6 -6
- package/esm2020/common/src/services/hotkey.service.mjs +3 -3
- package/esm2020/common/src/services/overlay.service.mjs +5 -5
- package/esm2020/context-menu/src/context-menu.component.mjs +3 -3
- package/esm2020/context-menu/src/context-menu.module.mjs +4 -4
- package/esm2020/data-pager/src/data-pager-base.component.mjs +6 -6
- package/esm2020/data-pager/src/data-pager-info.component.mjs +3 -3
- package/esm2020/data-pager/src/data-pager-input-selector.component.mjs +3 -3
- package/esm2020/data-pager/src/data-pager-next-buttons.components.mjs +3 -3
- package/esm2020/data-pager/src/data-pager-numeric-selector.component.mjs +3 -3
- package/esm2020/data-pager/src/data-pager-pagesize-dropdown.component.mjs +3 -3
- package/esm2020/data-pager/src/data-pager-prev-buttons.component.mjs +3 -3
- package/esm2020/data-pager/src/data-pager.component.mjs +3 -3
- package/esm2020/data-pager/src/data-pager.module.mjs +4 -4
- package/esm2020/data-table/src/data-column-cell-template.directive.mjs +3 -3
- package/esm2020/data-table/src/data-column.directive.mjs +3 -3
- package/esm2020/data-table/src/data-table.component.mjs +3 -3
- package/esm2020/data-table/src/data-table.module.mjs +4 -4
- package/esm2020/date-picker/src/datepicker.component.mjs +6 -6
- package/esm2020/date-picker/src/datepicker.module.mjs +4 -4
- package/esm2020/decorators/src/close-button.component.mjs +3 -3
- package/esm2020/decorators/src/content.component.mjs +3 -3
- package/esm2020/decorators/src/decorators.module.mjs +4 -4
- package/esm2020/decorators/src/footer.component.mjs +3 -3
- package/esm2020/decorators/src/form-hint.component.mjs +3 -3
- package/esm2020/decorators/src/header.component.mjs +3 -3
- package/esm2020/decorators/src/icon.component.mjs +5 -5
- package/esm2020/decorators/src/overlay.component.mjs +3 -3
- package/esm2020/decorators/src/placeholder.component.mjs +3 -3
- package/esm2020/decorators/src/prefix.component.mjs +3 -3
- package/esm2020/decorators/src/sub-title.component.mjs +3 -3
- package/esm2020/decorators/src/suffix.component.mjs +3 -3
- package/esm2020/decorators/src/text.component.mjs +3 -3
- package/esm2020/decorators/src/title.component.mjs +5 -8
- package/esm2020/dialog/src/dialog.component.mjs +4 -4
- package/esm2020/dialog/src/dialog.module.mjs +4 -4
- package/esm2020/dialog/src/dialog.service.mjs +3 -3
- package/esm2020/drawer/src/drawer-container.component.mjs +3 -3
- package/esm2020/drawer/src/drawer.component.mjs +3 -3
- package/esm2020/drawer/src/drawer.module.mjs +4 -4
- package/esm2020/dropdown/src/dropdown-panel.component.mjs +3 -3
- package/esm2020/dropdown/src/dropdown.module.mjs +4 -4
- package/esm2020/form/src/form-field.component.mjs +4 -4
- package/esm2020/form/src/form.component.mjs +3 -3
- package/esm2020/form/src/form.module.mjs +4 -4
- package/esm2020/form/src/validation-rule.widget.mjs +3 -3
- package/esm2020/form/src/validation-summary.component.mjs +3 -3
- package/esm2020/image/src/image.component.mjs +3 -3
- package/esm2020/image/src/image.module.mjs +4 -4
- package/esm2020/label/src/label.component.mjs +3 -3
- package/esm2020/label/src/label.module.mjs +4 -4
- package/esm2020/loading/src/loading-spinner.component.mjs +3 -3
- package/esm2020/loading/src/loading.component.mjs +3 -3
- package/esm2020/loading/src/loading.directive.mjs +3 -3
- package/esm2020/loading/src/loading.module.mjs +4 -4
- package/esm2020/loading/src/loading.service.mjs +3 -3
- package/esm2020/menu/src/menu.component.mjs +8 -6
- package/esm2020/menu/src/menu.module.mjs +4 -4
- package/esm2020/mixin/src/base-components.class.mjs +3 -3
- package/esm2020/mixin/src/base-menu-mixin.class.mjs +2 -2
- package/esm2020/mixin/src/color-look-mixing.class.mjs +1 -1
- package/esm2020/notification/src/notification.class.mjs +1 -1
- package/esm2020/notification/src/notification.component.mjs +33 -9
- package/esm2020/notification/src/notification.module.mjs +8 -6
- package/esm2020/notification/src/notification.service.mjs +22 -51
- package/esm2020/number-box/src/number-box.component.mjs +3 -3
- package/esm2020/number-box/src/number-box.module.mjs +4 -4
- package/esm2020/page/src/base-page.class.mjs +3 -3
- package/esm2020/page/src/page.component.mjs +3 -3
- package/esm2020/page/src/page.module.mjs +4 -4
- package/esm2020/password-box/src/password-box.component.mjs +3 -3
- package/esm2020/password-box/src/password-box.module.mjs +4 -4
- package/esm2020/picker/acorex-components-picker.mjs +5 -0
- package/esm2020/picker/public-api.mjs +3 -0
- package/esm2020/picker/src/picker.component.mjs +37 -0
- package/esm2020/picker/src/picker.module.mjs +36 -0
- package/esm2020/popover/src/popover.component.mjs +23 -14
- package/esm2020/popover/src/popover.module.mjs +4 -4
- package/esm2020/popup/src/popup.component.mjs +3 -3
- package/esm2020/popup/src/popup.module.mjs +4 -4
- package/esm2020/popup/src/popup.service.mjs +3 -3
- package/esm2020/progress-bar/src/progress-bar.component.mjs +3 -3
- package/esm2020/progress-bar/src/progress-bar.module.mjs +4 -4
- package/esm2020/radio/src/radio.component.mjs +3 -3
- package/esm2020/radio/src/radio.module.mjs +4 -4
- package/esm2020/range-slider/src/range-slider.component.mjs +3 -3
- package/esm2020/range-slider/src/range-slider.module.mjs +4 -4
- package/esm2020/rating/src/rating.component.mjs +3 -3
- package/esm2020/rating/src/rating.component.module.mjs +4 -4
- package/esm2020/result/src/result.component.mjs +3 -3
- package/esm2020/result/src/result.module.mjs +4 -4
- package/esm2020/search-box/src/search-box.component.mjs +3 -3
- package/esm2020/search-box/src/search-box.module.mjs +4 -4
- package/esm2020/select-box/src/selectbox.component.mjs +15 -16
- package/esm2020/select-box/src/selectbox.module.mjs +4 -4
- package/esm2020/selection-list/src/selection-list.component.mjs +3 -3
- package/esm2020/selection-list/src/selection-list.module.mjs +4 -4
- package/esm2020/switch/public-api.mjs +2 -1
- package/esm2020/switch/src/switch-content.component.mjs +16 -0
- package/esm2020/switch/src/switch.component.mjs +18 -7
- package/esm2020/switch/src/switch.module.mjs +8 -7
- package/esm2020/tabs/src/tab-content.directive.mjs +3 -3
- package/esm2020/tabs/src/tab-item.component.mjs +3 -3
- package/esm2020/tabs/src/tabs.component.mjs +5 -5
- package/esm2020/tabs/src/tabs.module.mjs +4 -4
- package/esm2020/tag/src/tag.component.mjs +3 -3
- package/esm2020/tag/src/tag.module.mjs +4 -4
- package/esm2020/textarea/src/textarea.component.mjs +3 -3
- package/esm2020/textarea/src/textarea.module.mjs +4 -4
- package/esm2020/textbox/src/mask-options.directive.mjs +3 -3
- package/esm2020/textbox/src/textbox.component.mjs +3 -3
- package/esm2020/textbox/src/textbox.module.mjs +4 -4
- package/esm2020/time-box/src/time-box.component.mjs +3 -3
- package/esm2020/time-box/src/time-box.module.mjs +4 -4
- package/esm2020/toast/src/toast.class.mjs +1 -1
- package/esm2020/toast/src/toast.component.mjs +5 -5
- package/esm2020/toast/src/toast.module.mjs +4 -4
- package/esm2020/toast/src/toast.service.mjs +4 -6
- package/esm2020/tooltip/src/tooltip.component.mjs +3 -3
- package/esm2020/tooltip/src/tooltip.directive.mjs +3 -3
- package/esm2020/tooltip/src/tooltip.module.mjs +4 -4
- package/esm2020/tree-view/src/tree-view.component.mjs +3 -3
- package/esm2020/tree-view/src/tree-view.module.mjs +4 -4
- package/esm2020/uploader/src/uploader.component.mjs +3 -3
- package/esm2020/uploader/src/uploader.module.mjs +4 -4
- package/fesm2015/acorex-components-action-sheet.mjs +21 -17
- package/fesm2015/acorex-components-action-sheet.mjs.map +1 -1
- package/fesm2015/acorex-components-alert.mjs +18 -33
- package/fesm2015/acorex-components-alert.mjs.map +1 -1
- package/fesm2015/acorex-components-avatar.mjs +16 -14
- package/fesm2015/acorex-components-avatar.mjs.map +1 -1
- package/fesm2015/acorex-components-badge.mjs +8 -10
- package/fesm2015/acorex-components-badge.mjs.map +1 -1
- package/fesm2015/acorex-components-breadcrumbs.mjs +10 -11
- package/fesm2015/acorex-components-button.mjs +15 -15
- package/fesm2015/acorex-components-button.mjs.map +1 -1
- package/fesm2015/acorex-components-calendar.mjs +11 -12
- package/fesm2015/acorex-components-calendar.mjs.map +1 -1
- package/fesm2015/acorex-components-card.mjs +40 -0
- package/fesm2015/acorex-components-card.mjs.map +1 -0
- package/fesm2015/acorex-components-checkbox.mjs +7 -8
- package/fesm2015/acorex-components-chips.mjs +7 -8
- package/fesm2015/acorex-components-collapse.mjs +10 -13
- package/fesm2015/acorex-components-collapse.mjs.map +1 -1
- package/fesm2015/acorex-components-color-palette.mjs +27 -28
- package/fesm2015/acorex-components-color-picker.mjs +7 -8
- package/fesm2015/acorex-components-common.mjs +50 -53
- package/fesm2015/acorex-components-common.mjs.map +1 -1
- package/fesm2015/acorex-components-context-menu.mjs +7 -8
- package/fesm2015/acorex-components-data-pager.mjs +31 -32
- package/fesm2015/acorex-components-data-table.mjs +13 -14
- package/fesm2015/acorex-components-date-picker.mjs +9 -10
- package/fesm2015/acorex-components-date-picker.mjs.map +1 -1
- package/fesm2015/acorex-components-decorators.mjs +45 -48
- package/fesm2015/acorex-components-decorators.mjs.map +1 -1
- package/fesm2015/acorex-components-dialog.mjs +11 -11
- package/fesm2015/acorex-components-dialog.mjs.map +1 -1
- package/fesm2015/acorex-components-drawer.mjs +10 -11
- package/fesm2015/acorex-components-dropdown.mjs +7 -8
- package/fesm2015/acorex-components-form.mjs +17 -18
- package/fesm2015/acorex-components-form.mjs.map +1 -1
- package/fesm2015/acorex-components-image.mjs +7 -8
- package/fesm2015/acorex-components-label.mjs +7 -8
- package/fesm2015/acorex-components-loading.mjs +16 -17
- package/fesm2015/acorex-components-menu.mjs +11 -10
- package/fesm2015/acorex-components-menu.mjs.map +1 -1
- package/fesm2015/acorex-components-mixin.mjs +4 -5
- package/fesm2015/acorex-components-mixin.mjs.map +1 -1
- package/fesm2015/acorex-components-notification.mjs +59 -64
- package/fesm2015/acorex-components-notification.mjs.map +1 -1
- package/fesm2015/acorex-components-number-box.mjs +7 -8
- package/fesm2015/acorex-components-page.mjs +10 -11
- package/fesm2015/acorex-components-password-box.mjs +7 -8
- package/fesm2015/acorex-components-picker.mjs +77 -0
- package/fesm2015/acorex-components-picker.mjs.map +1 -0
- package/fesm2015/acorex-components-popover.mjs +26 -18
- package/fesm2015/acorex-components-popover.mjs.map +1 -1
- package/fesm2015/acorex-components-popup.mjs +10 -11
- package/fesm2015/acorex-components-progress-bar.mjs +7 -8
- package/fesm2015/acorex-components-radio.mjs +7 -8
- package/fesm2015/acorex-components-range-slider.mjs +7 -8
- package/fesm2015/acorex-components-rating.mjs +7 -8
- package/fesm2015/acorex-components-result.mjs +7 -8
- package/fesm2015/acorex-components-search-box.mjs +7 -8
- package/fesm2015/acorex-components-select-box.mjs +19 -20
- package/fesm2015/acorex-components-select-box.mjs.map +1 -1
- package/fesm2015/acorex-components-selection-list.mjs +7 -8
- package/fesm2015/acorex-components-switch.mjs +39 -15
- package/fesm2015/acorex-components-switch.mjs.map +1 -1
- package/fesm2015/acorex-components-tabs.mjs +15 -16
- package/fesm2015/acorex-components-tabs.mjs.map +1 -1
- package/fesm2015/acorex-components-tag.mjs +7 -8
- package/fesm2015/acorex-components-textarea.mjs +7 -8
- package/fesm2015/acorex-components-textbox.mjs +10 -11
- package/fesm2015/acorex-components-time-box.mjs +7 -8
- package/fesm2015/acorex-components-toast.mjs +11 -13
- package/fesm2015/acorex-components-toast.mjs.map +1 -1
- package/fesm2015/acorex-components-tooltip.mjs +10 -11
- package/fesm2015/acorex-components-tree-view.mjs +7 -8
- package/fesm2015/acorex-components-uploader.mjs +7 -8
- package/fesm2015/acorex-components.mjs +0 -1
- package/fesm2020/acorex-components-action-sheet.mjs +21 -17
- package/fesm2020/acorex-components-action-sheet.mjs.map +1 -1
- package/fesm2020/acorex-components-alert.mjs +18 -33
- package/fesm2020/acorex-components-alert.mjs.map +1 -1
- package/fesm2020/acorex-components-avatar.mjs +16 -14
- package/fesm2020/acorex-components-avatar.mjs.map +1 -1
- package/fesm2020/acorex-components-badge.mjs +8 -10
- package/fesm2020/acorex-components-badge.mjs.map +1 -1
- package/fesm2020/acorex-components-breadcrumbs.mjs +10 -11
- package/fesm2020/acorex-components-button.mjs +15 -15
- package/fesm2020/acorex-components-button.mjs.map +1 -1
- package/fesm2020/acorex-components-calendar.mjs +11 -12
- package/fesm2020/acorex-components-calendar.mjs.map +1 -1
- package/fesm2020/acorex-components-card.mjs +40 -0
- package/fesm2020/acorex-components-card.mjs.map +1 -0
- package/fesm2020/acorex-components-checkbox.mjs +7 -8
- package/fesm2020/acorex-components-chips.mjs +7 -8
- package/fesm2020/acorex-components-collapse.mjs +10 -13
- package/fesm2020/acorex-components-collapse.mjs.map +1 -1
- package/fesm2020/acorex-components-color-palette.mjs +27 -28
- package/fesm2020/acorex-components-color-picker.mjs +7 -8
- package/fesm2020/acorex-components-common.mjs +50 -53
- package/fesm2020/acorex-components-common.mjs.map +1 -1
- package/fesm2020/acorex-components-context-menu.mjs +7 -8
- package/fesm2020/acorex-components-data-pager.mjs +31 -32
- package/fesm2020/acorex-components-data-table.mjs +13 -14
- package/fesm2020/acorex-components-date-picker.mjs +9 -10
- package/fesm2020/acorex-components-date-picker.mjs.map +1 -1
- package/fesm2020/acorex-components-decorators.mjs +45 -48
- package/fesm2020/acorex-components-decorators.mjs.map +1 -1
- package/fesm2020/acorex-components-dialog.mjs +11 -11
- package/fesm2020/acorex-components-dialog.mjs.map +1 -1
- package/fesm2020/acorex-components-drawer.mjs +10 -11
- package/fesm2020/acorex-components-dropdown.mjs +7 -8
- package/fesm2020/acorex-components-form.mjs +17 -18
- package/fesm2020/acorex-components-form.mjs.map +1 -1
- package/fesm2020/acorex-components-image.mjs +7 -8
- package/fesm2020/acorex-components-label.mjs +7 -8
- package/fesm2020/acorex-components-loading.mjs +16 -17
- package/fesm2020/acorex-components-menu.mjs +11 -10
- package/fesm2020/acorex-components-menu.mjs.map +1 -1
- package/fesm2020/acorex-components-mixin.mjs +4 -5
- package/fesm2020/acorex-components-mixin.mjs.map +1 -1
- package/fesm2020/acorex-components-notification.mjs +59 -64
- package/fesm2020/acorex-components-notification.mjs.map +1 -1
- package/fesm2020/acorex-components-number-box.mjs +7 -8
- package/fesm2020/acorex-components-page.mjs +10 -11
- package/fesm2020/acorex-components-password-box.mjs +7 -8
- package/fesm2020/acorex-components-picker.mjs +77 -0
- package/fesm2020/acorex-components-picker.mjs.map +1 -0
- package/fesm2020/acorex-components-popover.mjs +26 -18
- package/fesm2020/acorex-components-popover.mjs.map +1 -1
- package/fesm2020/acorex-components-popup.mjs +10 -11
- package/fesm2020/acorex-components-progress-bar.mjs +7 -8
- package/fesm2020/acorex-components-radio.mjs +7 -8
- package/fesm2020/acorex-components-range-slider.mjs +7 -8
- package/fesm2020/acorex-components-rating.mjs +7 -8
- package/fesm2020/acorex-components-result.mjs +7 -8
- package/fesm2020/acorex-components-search-box.mjs +7 -8
- package/fesm2020/acorex-components-select-box.mjs +18 -20
- package/fesm2020/acorex-components-select-box.mjs.map +1 -1
- package/fesm2020/acorex-components-selection-list.mjs +7 -8
- package/fesm2020/acorex-components-switch.mjs +39 -15
- package/fesm2020/acorex-components-switch.mjs.map +1 -1
- package/fesm2020/acorex-components-tabs.mjs +15 -16
- package/fesm2020/acorex-components-tabs.mjs.map +1 -1
- package/fesm2020/acorex-components-tag.mjs +7 -8
- package/fesm2020/acorex-components-textarea.mjs +7 -8
- package/fesm2020/acorex-components-textbox.mjs +10 -11
- package/fesm2020/acorex-components-time-box.mjs +7 -8
- package/fesm2020/acorex-components-toast.mjs +11 -13
- package/fesm2020/acorex-components-toast.mjs.map +1 -1
- package/fesm2020/acorex-components-tooltip.mjs +10 -11
- package/fesm2020/acorex-components-tree-view.mjs +7 -8
- package/fesm2020/acorex-components-uploader.mjs +7 -8
- package/fesm2020/acorex-components.mjs +0 -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 +4 -4
- 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 +2 -2
- package/mixin/src/sizable-mixin.class.d.ts +2 -2
- package/mixin/src/textbox-mixin.class.d.ts +2 -2
- package/mixin/src/value-mixin.class.d.ts +8 -8
- package/notification/src/notification.class.d.ts +3 -1
- package/notification/src/notification.component.d.ts +8 -3
- package/notification/src/notification.module.d.ts +3 -1
- package/notification/src/notification.service.d.ts +0 -5
- package/package.json +18 -2
- package/picker/index.d.ts +5 -0
- package/picker/public-api.d.ts +2 -0
- package/picker/src/picker.component.d.ts +12 -0
- package/picker/src/picker.module.d.ts +13 -0
- package/select-box/src/selectbox.component.d.ts +1 -1
- package/switch/public-api.d.ts +1 -0
- package/switch/src/switch-content.component.d.ts +8 -0
- package/switch/src/switch.component.d.ts +2 -1
- package/switch/src/switch.module.d.ts +5 -4
- package/tabs/src/tab-item.component.d.ts +2 -2
- package/toast/src/toast.class.d.ts +1 -2
- package/alert/src/alert-button.directive.d.ts +0 -8
- package/esm2020/alert/src/alert-button.directive.mjs +0 -19
package/alert/public-api.d.ts
CHANGED
@@ -11,9 +11,9 @@ export declare const AXBaseAlertMixin: (new (...args: any[]) => {
|
|
11
11
|
_look?: import("@acorex/components/common").AXStyleLookType;
|
12
12
|
look: import("@acorex/components/common").AXStyleLookType;
|
13
13
|
id: string;
|
14
|
-
"__#
|
14
|
+
"__#34862@#rtl": boolean;
|
15
15
|
rtl: boolean;
|
16
|
-
"__#
|
16
|
+
"__#34862@#elementRef": ElementRef<any>;
|
17
17
|
_cdr: ChangeDetectorRef;
|
18
18
|
_isInited: boolean;
|
19
19
|
_isRendered: boolean;
|
@@ -41,6 +41,7 @@ export declare const AXBaseAlertMixin: (new (...args: any[]) => {
|
|
41
41
|
export declare class AXAlertComponent extends AXBaseAlertMixin {
|
42
42
|
private _icon;
|
43
43
|
private _buttons;
|
44
|
+
protected _title: AXButtonComponent;
|
44
45
|
protected _content: AXButtonComponent;
|
45
46
|
protected _footer: AXButtonComponent;
|
46
47
|
protected _showInline: boolean;
|
@@ -83,5 +84,5 @@ export declare class AXAlertComponent extends AXBaseAlertMixin {
|
|
83
84
|
show(): void;
|
84
85
|
onDestroy(): void;
|
85
86
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXAlertComponent, never>;
|
86
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AXAlertComponent, "ax-alert", never, { "color": "color"; "timeOut": "timeOut"; "visible": "visible"; }, { "onClosed": "onClosed"; }, ["_icon", "_content", "_footer", "_buttons"], ["ax-icon", "ax-title", "ax-
|
87
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXAlertComponent, "ax-alert", never, { "color": "color"; "timeOut": "timeOut"; "visible": "visible"; }, { "onClosed": "onClosed"; }, ["_icon", "_title", "_content", "_footer", "_buttons"], ["ax-icon", "ax-title", "ax-content", "ax-footer", "ax-button", "ax-close-button"], false, never>;
|
87
88
|
}
|
@@ -1,10 +1,9 @@
|
|
1
1
|
import * as i0 from "@angular/core";
|
2
2
|
import * as i1 from "./alert.component";
|
3
|
-
import * as i2 from "
|
4
|
-
import * as i3 from "@
|
5
|
-
import * as i4 from "@acorex/components/decorators";
|
3
|
+
import * as i2 from "@angular/common";
|
4
|
+
import * as i3 from "@acorex/components/decorators";
|
6
5
|
export declare class AXAlertModule {
|
7
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXAlertModule, never>;
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AXAlertModule, [typeof i1.AXAlertComponent
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXAlertModule, [typeof i1.AXAlertComponent], [typeof i2.CommonModule, typeof i3.AXDecoratorModule], [typeof i1.AXAlertComponent]>;
|
9
8
|
static ɵinj: i0.ɵɵInjectorDeclaration<AXAlertModule>;
|
10
9
|
}
|
@@ -7,6 +7,7 @@ import * as i0 from "@angular/core";
|
|
7
7
|
* @category Components
|
8
8
|
*/
|
9
9
|
export declare class AXAvatarComponent extends AXAvatarMixin {
|
10
|
+
class: string;
|
10
11
|
readonly _children: QueryList<any>;
|
11
12
|
/**
|
12
13
|
* @ignore
|
@@ -15,5 +16,5 @@ export declare class AXAvatarComponent extends AXAvatarMixin {
|
|
15
16
|
ngAfterViewInit(): void;
|
16
17
|
get __hostClass(): string;
|
17
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXAvatarComponent, never>;
|
18
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AXAvatarComponent, "ax-avatar", never, { "color": "color"; "look": "look"; }, {}, ["_children"], ["
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXAvatarComponent, "ax-avatar", never, { "color": "color"; "look": "look"; "class": "class"; }, {}, ["_children"], ["*"], false, never>;
|
19
20
|
}
|
@@ -9,9 +9,9 @@ export declare const AXBaseBadgeMixin: (new (...args: any[]) => {
|
|
9
9
|
_look?: import("@acorex/components/common").AXStyleLookType;
|
10
10
|
look: import("@acorex/components/common").AXStyleLookType;
|
11
11
|
id: string;
|
12
|
-
"__#
|
12
|
+
"__#34862@#rtl": boolean;
|
13
13
|
rtl: boolean;
|
14
|
-
"__#
|
14
|
+
"__#34862@#elementRef": ElementRef<any>;
|
15
15
|
_cdr: ChangeDetectorRef;
|
16
16
|
_isInited: boolean;
|
17
17
|
_isRendered: boolean;
|
@@ -3,9 +3,9 @@ import { ChangeDetectorRef, ElementRef } from '@angular/core';
|
|
3
3
|
import { AXBreadCrumbsComponent } from './breadcrumbs.component';
|
4
4
|
import * as i0 from "@angular/core";
|
5
5
|
export declare const AXBaseItemBreadCrumbMixin: (abstract new (...args: any[]) => {
|
6
|
-
"__#
|
6
|
+
"__#34865@#disabled": boolean;
|
7
7
|
disabled: boolean;
|
8
|
-
"__#
|
8
|
+
"__#34865@#tabIndex": number;
|
9
9
|
tabIndex: number;
|
10
10
|
onFocus: import("@angular/core").EventEmitter<import("@acorex/components/common").AXFocusEvent>;
|
11
11
|
_emitOnFocusEvent(e: FocusEvent): void;
|
@@ -14,9 +14,9 @@ export declare const AXBaseItemBreadCrumbMixin: (abstract new (...args: any[]) =
|
|
14
14
|
focus(): void;
|
15
15
|
hasFocus(): boolean;
|
16
16
|
id: string;
|
17
|
-
"__#
|
17
|
+
"__#34862@#rtl": boolean;
|
18
18
|
rtl: boolean;
|
19
|
-
"__#
|
19
|
+
"__#34862@#elementRef": ElementRef<any>;
|
20
20
|
_cdr: ChangeDetectorRef;
|
21
21
|
_isInited: boolean;
|
22
22
|
_isRendered: boolean;
|
@@ -39,9 +39,9 @@ export declare const AXBaseItemBreadCrumbMixin: (abstract new (...args: any[]) =
|
|
39
39
|
onClick: import("@angular/core").EventEmitter<import("@acorex/components/common").AXClickEvent>;
|
40
40
|
_emitOnClickEvent(e: MouseEvent): void;
|
41
41
|
id: string;
|
42
|
-
"__#
|
42
|
+
"__#34862@#rtl": boolean;
|
43
43
|
rtl: boolean;
|
44
|
-
"__#
|
44
|
+
"__#34862@#elementRef": ElementRef<any>;
|
45
45
|
_cdr: ChangeDetectorRef;
|
46
46
|
_isInited: boolean;
|
47
47
|
_isRendered: boolean;
|
@@ -4,9 +4,9 @@ import { AXClickEvent, AXItemClickEvent, AXSelectionMode, AXSelectionValueChange
|
|
4
4
|
import { AXBaseComponent } from '@acorex/components/mixin';
|
5
5
|
import * as i0 from "@angular/core";
|
6
6
|
export declare const AXBaseButtonGroupMixin: (abstract new (...args: any[]) => {
|
7
|
-
"__#
|
7
|
+
"__#34865@#disabled": boolean;
|
8
8
|
disabled: boolean;
|
9
|
-
"__#
|
9
|
+
"__#34865@#tabIndex": number;
|
10
10
|
tabIndex: number;
|
11
11
|
onFocus: EventEmitter<import("@acorex/components/common").AXFocusEvent>;
|
12
12
|
_emitOnFocusEvent(e: FocusEvent): void;
|
@@ -15,9 +15,9 @@ export declare const AXBaseButtonGroupMixin: (abstract new (...args: any[]) => {
|
|
15
15
|
focus(): void;
|
16
16
|
hasFocus(): boolean;
|
17
17
|
id: string;
|
18
|
-
"__#
|
18
|
+
"__#34862@#rtl": boolean;
|
19
19
|
rtl: boolean;
|
20
|
-
"__#
|
20
|
+
"__#34862@#elementRef": ElementRef<any>;
|
21
21
|
_cdr: ChangeDetectorRef;
|
22
22
|
_isInited: boolean;
|
23
23
|
_isRendered: boolean;
|
@@ -44,9 +44,9 @@ export declare const AXBaseButtonGroupMixin: (abstract new (...args: any[]) => {
|
|
44
44
|
_look?: import("@acorex/components/common").AXStyleLookType;
|
45
45
|
look: import("@acorex/components/common").AXStyleLookType;
|
46
46
|
id: string;
|
47
|
-
"__#
|
47
|
+
"__#34862@#rtl": boolean;
|
48
48
|
rtl: boolean;
|
49
|
-
"__#
|
49
|
+
"__#34862@#elementRef": ElementRef<any>;
|
50
50
|
_cdr: ChangeDetectorRef;
|
51
51
|
_isInited: boolean;
|
52
52
|
_isRendered: boolean;
|
@@ -3,9 +3,9 @@ import { AXStyleColorType } from '@acorex/components/common';
|
|
3
3
|
import { AXBaseComponent } from '@acorex/components/mixin';
|
4
4
|
import * as i0 from "@angular/core";
|
5
5
|
export declare const AXBaseItemButtonMixin: (abstract new (...args: any[]) => {
|
6
|
-
"__#
|
6
|
+
"__#34865@#disabled": boolean;
|
7
7
|
disabled: boolean;
|
8
|
-
"__#
|
8
|
+
"__#34865@#tabIndex": number;
|
9
9
|
tabIndex: number;
|
10
10
|
onFocus: import("@angular/core").EventEmitter<import("@acorex/components/common").AXFocusEvent>;
|
11
11
|
_emitOnFocusEvent(e: FocusEvent): void;
|
@@ -14,9 +14,9 @@ export declare const AXBaseItemButtonMixin: (abstract new (...args: any[]) => {
|
|
14
14
|
focus(): void;
|
15
15
|
hasFocus(): boolean;
|
16
16
|
id: string;
|
17
|
-
"__#
|
17
|
+
"__#34862@#rtl": boolean;
|
18
18
|
rtl: boolean;
|
19
|
-
"__#
|
19
|
+
"__#34862@#elementRef": ElementRef<any>;
|
20
20
|
_cdr: ChangeDetectorRef;
|
21
21
|
_isInited: boolean;
|
22
22
|
_isRendered: boolean;
|
@@ -39,9 +39,9 @@ export declare const AXBaseItemButtonMixin: (abstract new (...args: any[]) => {
|
|
39
39
|
onClick: import("@angular/core").EventEmitter<import("@acorex/components/common").AXClickEvent>;
|
40
40
|
_emitOnClickEvent(e: MouseEvent): void;
|
41
41
|
id: string;
|
42
|
-
"__#
|
42
|
+
"__#34862@#rtl": boolean;
|
43
43
|
rtl: boolean;
|
44
|
-
"__#
|
44
|
+
"__#34862@#elementRef": ElementRef<any>;
|
45
45
|
_cdr: ChangeDetectorRef;
|
46
46
|
_isInited: boolean;
|
47
47
|
_isRendered: boolean;
|
@@ -18,5 +18,5 @@ export declare class AXButtonComponent extends AXBaseButtonMixin {
|
|
18
18
|
click(): void;
|
19
19
|
private get __hostClass();
|
20
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXButtonComponent, never>;
|
21
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AXButtonComponent, "ax-button", never, { "disabled": "disabled"; "size": "size"; "tabIndex": "tabIndex"; "color": "color"; "look": "look"; "text": "text"; "toggleable": "toggleable"; "selected": "selected"; "type": "type"; }, { "onBlur": "onBlur"; "onFocus": "onFocus"; "onClick": "onClick"; "selectedChange": "selectedChange"; "toggleableChange": "toggleableChange"; "lookChange": "lookChange"; "colorChange": "colorChange"; }, never, ["ax-prefix, ax-loading, ax-icon", "ax-suffix", "ax-dropdown-panel"], false, never>;
|
21
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXButtonComponent, "ax-button", never, { "disabled": "disabled"; "size": "size"; "tabIndex": "tabIndex"; "color": "color"; "look": "look"; "text": "text"; "toggleable": "toggleable"; "selected": "selected"; "type": "type"; }, { "onBlur": "onBlur"; "onFocus": "onFocus"; "onClick": "onClick"; "selectedChange": "selectedChange"; "toggleableChange": "toggleableChange"; "lookChange": "lookChange"; "colorChange": "colorChange"; }, never, ["ax-content, ax-prefix, ax-loading, ax-icon", "ax-suffix", "ax-dropdown-panel"], false, never>;
|
22
22
|
}
|
package/card/index.d.ts
ADDED
@@ -0,0 +1,10 @@
|
|
1
|
+
import { AXBaseComponent } from '@acorex/components/mixin';
|
2
|
+
import { ChangeDetectorRef, ElementRef } from '@angular/core';
|
3
|
+
import * as i0 from "@angular/core";
|
4
|
+
export declare class AXCardComponent extends AXBaseComponent {
|
5
|
+
private cdr;
|
6
|
+
constructor(elementRef: ElementRef, cdr: ChangeDetectorRef);
|
7
|
+
ngOnInit(): void;
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXCardComponent, never>;
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXCardComponent, "ax-card", never, {}, {}, never, ["ax-image,img", "ax-title", "ax-content"], false, never>;
|
10
|
+
}
|
@@ -0,0 +1,8 @@
|
|
1
|
+
import * as i0 from "@angular/core";
|
2
|
+
import * as i1 from "./card.component";
|
3
|
+
import * as i2 from "@angular/common";
|
4
|
+
export declare class AXCardModule {
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXCardModule, never>;
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXCardModule, [typeof i1.AXCardComponent], [typeof i2.CommonModule], [typeof i1.AXCardComponent]>;
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AXCardModule>;
|
8
|
+
}
|
@@ -6,9 +6,9 @@ import { AXPopoverComponent } from '@acorex/components/popover';
|
|
6
6
|
import { AXBaseComponent } from '@acorex/components/mixin';
|
7
7
|
import * as i0 from "@angular/core";
|
8
8
|
export declare const AXBaseColorPickerMixin: (abstract new (...args: any[]) => {
|
9
|
-
"__#
|
9
|
+
"__#34865@#disabled": boolean;
|
10
10
|
disabled: boolean;
|
11
|
-
"__#
|
11
|
+
"__#34865@#tabIndex": number;
|
12
12
|
tabIndex: number;
|
13
13
|
onFocus: import("@angular/core").EventEmitter<import("@acorex/components/common").AXFocusEvent>;
|
14
14
|
_emitOnFocusEvent(e: FocusEvent): void;
|
@@ -17,9 +17,9 @@ export declare const AXBaseColorPickerMixin: (abstract new (...args: any[]) => {
|
|
17
17
|
focus(): void;
|
18
18
|
hasFocus(): boolean;
|
19
19
|
id: string;
|
20
|
-
"__#
|
20
|
+
"__#34862@#rtl": boolean;
|
21
21
|
rtl: boolean;
|
22
|
-
"__#
|
22
|
+
"__#34862@#elementRef": ElementRef<any>;
|
23
23
|
_cdr: ChangeDetectorRef;
|
24
24
|
_isInited: boolean;
|
25
25
|
_isRendered: boolean;
|
@@ -53,9 +53,9 @@ export declare const AXBaseColorPickerMixin: (abstract new (...args: any[]) => {
|
|
53
53
|
open(): void;
|
54
54
|
readonly isOpen: boolean;
|
55
55
|
id: string;
|
56
|
-
"__#
|
56
|
+
"__#34862@#rtl": boolean;
|
57
57
|
rtl: boolean;
|
58
|
-
"__#
|
58
|
+
"__#34862@#elementRef": ElementRef<any>;
|
59
59
|
_cdr: ChangeDetectorRef;
|
60
60
|
_isInited: boolean;
|
61
61
|
_isRendered: boolean;
|
@@ -75,21 +75,21 @@ export declare const AXBaseColorPickerMixin: (abstract new (...args: any[]) => {
|
|
75
75
|
}) & (new (...args: any[]) => {
|
76
76
|
onValueChanged: import("@angular/core").EventEmitter<AXValueChangedEvent<any>>;
|
77
77
|
valueChange: import("@angular/core").EventEmitter<any>;
|
78
|
-
"__#
|
78
|
+
"__#34866@#readonly": boolean;
|
79
79
|
readonly: boolean;
|
80
|
-
"__#
|
80
|
+
"__#34866@#allowNull": boolean;
|
81
81
|
allowNull: boolean; /**
|
82
82
|
* The Button is a component which detects user interaction and triggers a corresponding event
|
83
83
|
*
|
84
84
|
* @category Components
|
85
85
|
*/
|
86
|
-
"__#
|
86
|
+
"__#34866@#name": string;
|
87
87
|
name: string;
|
88
|
-
"__#
|
88
|
+
"__#34866@#isUserInteraction": boolean;
|
89
89
|
readonly isUserInteraction: boolean;
|
90
|
-
"__#
|
90
|
+
"__#34866@#value": any;
|
91
91
|
value: any;
|
92
|
-
"__#
|
92
|
+
"__#34866@#state": "error" | "clear" | "success";
|
93
93
|
readonly state: "error" | "clear" | "success";
|
94
94
|
_emitOnValueChangedEvent(oldValue?: any, newValue?: any): void;
|
95
95
|
_internalSetValue(value: any): any;
|
@@ -104,9 +104,9 @@ export declare const AXBaseColorPickerMixin: (abstract new (...args: any[]) => {
|
|
104
104
|
validate(): Promise<any>;
|
105
105
|
_setState(state: "error" | "clear" | "success", ...args: any[]): void;
|
106
106
|
id: string;
|
107
|
-
"__#
|
107
|
+
"__#34862@#rtl": boolean;
|
108
108
|
rtl: boolean;
|
109
|
-
"__#
|
109
|
+
"__#34862@#elementRef": ElementRef<any>;
|
110
110
|
_cdr: ChangeDetectorRef;
|
111
111
|
_isInited: boolean;
|
112
112
|
_isRendered: boolean;
|
@@ -135,9 +135,9 @@ export declare const AXBaseColorPickerMixin: (abstract new (...args: any[]) => {
|
|
135
135
|
_emitOnKeyupEvent(e: KeyboardEvent): void;
|
136
136
|
_emitOnKeypressEvent(e: KeyboardEvent): void;
|
137
137
|
id: string;
|
138
|
-
"__#
|
138
|
+
"__#34862@#rtl": boolean;
|
139
139
|
rtl: boolean;
|
140
|
-
"__#
|
140
|
+
"__#34862@#elementRef": ElementRef<any>;
|
141
141
|
_cdr: ChangeDetectorRef;
|
142
142
|
_isInited: boolean;
|
143
143
|
_isRendered: boolean;
|
@@ -5,9 +5,9 @@ import { AXPopoverComponent } from '@acorex/components/popover';
|
|
5
5
|
import { AXComponentOptionChanged } from '@acorex/components/mixin';
|
6
6
|
import * as i0 from "@angular/core";
|
7
7
|
export declare const AXBaseDatePickerMixin: (abstract new (...args: any[]) => {
|
8
|
-
"__#
|
8
|
+
"__#34865@#disabled": boolean;
|
9
9
|
disabled: boolean;
|
10
|
-
"__#
|
10
|
+
"__#34865@#tabIndex": number;
|
11
11
|
tabIndex: number;
|
12
12
|
onFocus: EventEmitter<import("@acorex/components/common").AXFocusEvent>;
|
13
13
|
_emitOnFocusEvent(e: FocusEvent): void;
|
@@ -16,9 +16,9 @@ export declare const AXBaseDatePickerMixin: (abstract new (...args: any[]) => {
|
|
16
16
|
focus(): void;
|
17
17
|
hasFocus(): boolean;
|
18
18
|
id: string;
|
19
|
-
"__#
|
19
|
+
"__#34862@#rtl": boolean;
|
20
20
|
rtl: boolean;
|
21
|
-
"__#
|
21
|
+
"__#34862@#elementRef": ElementRef<any>;
|
22
22
|
_cdr: ChangeDetectorRef;
|
23
23
|
_isInited: boolean;
|
24
24
|
_isRendered: boolean;
|
@@ -52,9 +52,9 @@ export declare const AXBaseDatePickerMixin: (abstract new (...args: any[]) => {
|
|
52
52
|
open(): void;
|
53
53
|
readonly isOpen: boolean;
|
54
54
|
id: string;
|
55
|
-
"__#
|
55
|
+
"__#34862@#rtl": boolean;
|
56
56
|
rtl: boolean;
|
57
|
-
"__#
|
57
|
+
"__#34862@#elementRef": ElementRef<any>;
|
58
58
|
_cdr: ChangeDetectorRef;
|
59
59
|
_isInited: boolean;
|
60
60
|
_isRendered: boolean;
|
@@ -74,17 +74,17 @@ export declare const AXBaseDatePickerMixin: (abstract new (...args: any[]) => {
|
|
74
74
|
}) & (new (...args: any[]) => {
|
75
75
|
onValueChanged: EventEmitter<import("@acorex/components/common").AXValueChangedEvent<any>>;
|
76
76
|
valueChange: EventEmitter<any>;
|
77
|
-
"__#
|
77
|
+
"__#34866@#readonly": boolean;
|
78
78
|
readonly: boolean;
|
79
|
-
"__#
|
79
|
+
"__#34866@#allowNull": boolean;
|
80
80
|
allowNull: boolean;
|
81
|
-
"__#
|
81
|
+
"__#34866@#name": string;
|
82
82
|
name: string;
|
83
|
-
"__#
|
83
|
+
"__#34866@#isUserInteraction": boolean;
|
84
84
|
readonly isUserInteraction: boolean;
|
85
|
-
"__#
|
85
|
+
"__#34866@#value": any;
|
86
86
|
value: any;
|
87
|
-
"__#
|
87
|
+
"__#34866@#state": "error" | "clear" | "success";
|
88
88
|
readonly state: "error" | "clear" | "success";
|
89
89
|
_emitOnValueChangedEvent(oldValue?: any, newValue?: any): void;
|
90
90
|
_internalSetValue(value: any): any;
|
@@ -99,9 +99,9 @@ export declare const AXBaseDatePickerMixin: (abstract new (...args: any[]) => {
|
|
99
99
|
validate(): Promise<any>;
|
100
100
|
_setState(state: "error" | "clear" | "success", ...args: any[]): void;
|
101
101
|
id: string;
|
102
|
-
"__#
|
102
|
+
"__#34862@#rtl": boolean;
|
103
103
|
rtl: boolean;
|
104
|
-
"__#
|
104
|
+
"__#34862@#elementRef": ElementRef<any>;
|
105
105
|
_cdr: ChangeDetectorRef;
|
106
106
|
_isInited: boolean;
|
107
107
|
_isRendered: boolean;
|
@@ -6,5 +6,5 @@ export declare class AXDecoratorIconComponent extends AXBaseComponentMixin {
|
|
6
6
|
private get __iconClass();
|
7
7
|
constructor(elementRef: ElementRef, cdr: ChangeDetectorRef);
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXDecoratorIconComponent, never>;
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AXDecoratorIconComponent, "ax-icon", never, { "icon": "icon"; }, {}, never, ["i,svg,img"], false, never>;
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXDecoratorIconComponent, "ax-icon", never, { "icon": "icon"; }, {}, never, ["i,span,svg,img"], false, never>;
|
10
10
|
}
|
@@ -50,13 +50,13 @@ export class AXActionSheetComponent extends AXBaseComponent {
|
|
50
50
|
this.close();
|
51
51
|
}
|
52
52
|
}
|
53
|
-
AXActionSheetComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
54
|
-
AXActionSheetComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.
|
55
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
53
|
+
AXActionSheetComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.4", ngImport: i0, type: AXActionSheetComponent, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }, { token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Component });
|
54
|
+
AXActionSheetComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.4", type: AXActionSheetComponent, selector: "ax-action-sheet", host: { listeners: { "keydown.escape": "onKeydownHandler($event)" } }, usesInheritance: true, ngImport: i0, template: "<div class=\"ax-action-sheet-header\">\r\n <span class=\"ax-action-sheet-title\">{{title}}</span>\r\n <span class=\"ax-icon ax-icon-close\" (click)=\"_handleCloseClick()\" tabindex=\"1\"></span>\r\n</div>\r\n\r\n<ng-template *ngIf=\"_selectedPortal\">\r\n <ng-template [cdkPortalOutlet]=\"_selectedPortal\" (attached)=\"_handleAttched($event)\"></ng-template>\r\n</ng-template>\r\n<!-- TODO: Are you sure we need this? if remove this content not showing -->\r\n<ng-template [cdkPortalOutlet]=\"_selectedPortal\" (attached)=\"_handleAttched($event)\"></ng-template>\r\n<div class=\"ax-action-sheet-items\">\r\n <ng-container *ngFor=\"let item of items\">\r\n <div class=\"ax-action-sheet-item ax-{{item.color}}\" [class.ax-state-disabled]=\"item.disabled\" (click)=\"item.onClick()\">\r\n <span class=\"item-icon\" *ngIf=\"item.icon\" [class]=\"item.icon\"></span>\r\n <span class=\"item-text\">{{item.text}}</span>\r\n </div>\r\n </ng-container>\r\n</div>", styles: ["@media (max-width: 599px){ax-action-sheet{width:100vw}}@media (min-width: 600px){ax-action-sheet{width:75vw}}@media (min-width: 1200px){ax-action-sheet{width:30vw}}@media (min-width: 1800px){ax-action-sheet{width:25vw}}ax-action-sheet .ax-action-sheet-header{padding:1rem;display:flex;justify-content:space-between;border-bottom:1px solid;border-color:rgb(var(--ax-color-border-default))}ax-action-sheet .ax-action-sheet-header .ax-action-sheet-title{font-weight:500;font-size:1rem}ax-action-sheet .ax-action-sheet-header .ax-icon-close{font-size:1.5rem;cursor:pointer}ax-action-sheet .ax-action-sheet-header .ax-icon-close:hover{opacity:.5}ax-action-sheet .ax-action-sheet-items{padding:.5rem 0}ax-action-sheet .ax-action-sheet-items .ax-action-sheet-item{-webkit-user-select:none;user-select:none;cursor:pointer;padding:.75rem 1rem}ax-action-sheet .ax-action-sheet-items .ax-action-sheet-item:hover{background-color:rgba(var(--ax-color-ghost),.03)}ax-action-sheet .ax-action-sheet-items .ax-action-sheet-item .item-icon{font-size:1.5rem;margin-inline-end:.75rem}ax-action-sheet .ax-action-sheet-items .ax-action-sheet-item.ax-primary{color:rgb(var(--ax-color-primary-500))}ax-action-sheet .ax-action-sheet-items .ax-action-sheet-item.ax-secondary{color:rgb(var(--ax-color-secondary-500))}ax-action-sheet .ax-action-sheet-items .ax-action-sheet-item.ax-success{color:rgb(var(--ax-color-success-500))}ax-action-sheet .ax-action-sheet-items .ax-action-sheet-item.ax-warning{color:rgb(var(--ax-color-warning-500))}ax-action-sheet .ax-action-sheet-items .ax-action-sheet-item.ax-danger{color:rgb(var(--ax-color-danger-500))}\n"], dependencies: [{ kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.CdkPortalOutlet, selector: "[cdkPortalOutlet]", inputs: ["cdkPortalOutlet"], outputs: ["attached"], exportAs: ["cdkPortalOutlet"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
|
55
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.4", ngImport: i0, type: AXActionSheetComponent, decorators: [{
|
56
56
|
type: Component,
|
57
|
-
args: [{ selector: 'ax-action-sheet', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, template: "<div class=\"ax-action-sheet-header\">\r\n <span class=\"ax-action-sheet-title\">{{title}}</span>\r\n <span class=\"ax-icon ax-icon-close\" (click)=\"_handleCloseClick()\" tabindex=\"1\"></span>\r\n</div>\r\n<ng-template *ngIf=\"_selectedPortal\">\r\n <ng-template [cdkPortalOutlet]=\"_selectedPortal\" (attached)=\"_handleAttched($event)\"></ng-template>\r\n</ng-template>\r\n<ng-template [cdkPortalOutlet]=\"_selectedPortal\" ></ng-template>\r\n<div class=\"ax-action-sheet-items\">\r\n <ng-container *ngFor=\"let item of items\">\r\n <div class=\"ax-action-sheet-item ax-{{item.color}}\" [class.ax-state-disabled]=\"item.disabled\" (click)=\"item.onClick()\">\r\n <span class=\"item-icon\" *ngIf=\"item.icon\" [class]=\"item.icon\"></span>\r\n <span class=\"item-text\">{{item.text}}</span>\r\n </div>\r\n </ng-container>\r\n</div>", styles: ["@media (max-width: 599px){ax-action-sheet{width:100vw}}@media (min-width: 600px){ax-action-sheet{width:75vw}}@media (min-width: 1200px){ax-action-sheet{width:30vw}}@media (min-width: 1800px){ax-action-sheet{width:25vw}}ax-action-sheet .ax-action-sheet-header{padding:1rem;display:flex;justify-content:space-between;border-bottom:1px solid;border-color:rgb(var(--ax-color-border-default))}ax-action-sheet .ax-action-sheet-header .ax-action-sheet-title{font-weight:500;font-size:1rem}ax-action-sheet .ax-action-sheet-header .ax-icon-close{font-size:1.5rem;cursor:pointer}ax-action-sheet .ax-action-sheet-header .ax-icon-close:hover{opacity:.5}ax-action-sheet .ax-action-sheet-items{padding:.5rem 0}ax-action-sheet .ax-action-sheet-items .ax-action-sheet-item{-webkit-user-select:none;user-select:none;cursor:pointer;padding:.75rem 1rem}ax-action-sheet .ax-action-sheet-items .ax-action-sheet-item:hover{background-color:rgba(var(--ax-color-ghost),.03)}ax-action-sheet .ax-action-sheet-items .ax-action-sheet-item .item-icon{font-size:1.5rem;margin-inline-end:.75rem}ax-action-sheet .ax-action-sheet-items .ax-action-sheet-item.ax-primary{color:rgb(var(--ax-color-primary-500))}ax-action-sheet .ax-action-sheet-items .ax-action-sheet-item.ax-secondary{color:rgb(var(--ax-color-secondary-500))}ax-action-sheet .ax-action-sheet-items .ax-action-sheet-item.ax-success{color:rgb(var(--ax-color-success-500))}ax-action-sheet .ax-action-sheet-items .ax-action-sheet-item.ax-warning{color:rgb(var(--ax-color-warning-500))}ax-action-sheet .ax-action-sheet-items .ax-action-sheet-item.ax-danger{color:rgb(var(--ax-color-danger-500))}\n"] }]
|
57
|
+
args: [{ selector: 'ax-action-sheet', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, template: "<div class=\"ax-action-sheet-header\">\r\n <span class=\"ax-action-sheet-title\">{{title}}</span>\r\n <span class=\"ax-icon ax-icon-close\" (click)=\"_handleCloseClick()\" tabindex=\"1\"></span>\r\n</div>\r\n\r\n<ng-template *ngIf=\"_selectedPortal\">\r\n <ng-template [cdkPortalOutlet]=\"_selectedPortal\" (attached)=\"_handleAttched($event)\"></ng-template>\r\n</ng-template>\r\n<!-- TODO: Are you sure we need this? if remove this content not showing -->\r\n<ng-template [cdkPortalOutlet]=\"_selectedPortal\" (attached)=\"_handleAttched($event)\"></ng-template>\r\n<div class=\"ax-action-sheet-items\">\r\n <ng-container *ngFor=\"let item of items\">\r\n <div class=\"ax-action-sheet-item ax-{{item.color}}\" [class.ax-state-disabled]=\"item.disabled\" (click)=\"item.onClick()\">\r\n <span class=\"item-icon\" *ngIf=\"item.icon\" [class]=\"item.icon\"></span>\r\n <span class=\"item-text\">{{item.text}}</span>\r\n </div>\r\n </ng-container>\r\n</div>", styles: ["@media (max-width: 599px){ax-action-sheet{width:100vw}}@media (min-width: 600px){ax-action-sheet{width:75vw}}@media (min-width: 1200px){ax-action-sheet{width:30vw}}@media (min-width: 1800px){ax-action-sheet{width:25vw}}ax-action-sheet .ax-action-sheet-header{padding:1rem;display:flex;justify-content:space-between;border-bottom:1px solid;border-color:rgb(var(--ax-color-border-default))}ax-action-sheet .ax-action-sheet-header .ax-action-sheet-title{font-weight:500;font-size:1rem}ax-action-sheet .ax-action-sheet-header .ax-icon-close{font-size:1.5rem;cursor:pointer}ax-action-sheet .ax-action-sheet-header .ax-icon-close:hover{opacity:.5}ax-action-sheet .ax-action-sheet-items{padding:.5rem 0}ax-action-sheet .ax-action-sheet-items .ax-action-sheet-item{-webkit-user-select:none;user-select:none;cursor:pointer;padding:.75rem 1rem}ax-action-sheet .ax-action-sheet-items .ax-action-sheet-item:hover{background-color:rgba(var(--ax-color-ghost),.03)}ax-action-sheet .ax-action-sheet-items .ax-action-sheet-item .item-icon{font-size:1.5rem;margin-inline-end:.75rem}ax-action-sheet .ax-action-sheet-items .ax-action-sheet-item.ax-primary{color:rgb(var(--ax-color-primary-500))}ax-action-sheet .ax-action-sheet-items .ax-action-sheet-item.ax-secondary{color:rgb(var(--ax-color-secondary-500))}ax-action-sheet .ax-action-sheet-items .ax-action-sheet-item.ax-success{color:rgb(var(--ax-color-success-500))}ax-action-sheet .ax-action-sheet-items .ax-action-sheet-item.ax-warning{color:rgb(var(--ax-color-warning-500))}ax-action-sheet .ax-action-sheet-items .ax-action-sheet-item.ax-danger{color:rgb(var(--ax-color-danger-500))}\n"] }]
|
58
58
|
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.ChangeDetectorRef }, { type: i0.ViewContainerRef }]; }, propDecorators: { onKeydownHandler: [{
|
59
59
|
type: HostListener,
|
60
60
|
args: ['keydown.escape', ['$event']]
|
61
61
|
}] } });
|
62
|
-
//# sourceMappingURL=data:application/json;base64,
|
62
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWN0aW9uLXNoZWV0LmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2Fjb3JleC9jb21wb25lbnRzL2FjdGlvbi1zaGVldC9zcmMvYWN0aW9uLXNoZWV0LmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2Fjb3JleC9jb21wb25lbnRzL2FjdGlvbi1zaGVldC9zcmMvYWN0aW9uLXNoZWV0LmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBeUIsWUFBWSxFQUFFLE1BQU0sMkJBQTJCLENBQUM7QUFDaEYsT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLDBCQUEwQixDQUFDO0FBQzNELE9BQU8sRUFBOEIsZUFBZSxFQUEwQixNQUFNLHFCQUFxQixDQUFDO0FBQzFHLE9BQU8sRUFBRSx1QkFBdUIsRUFBcUIsU0FBUyxFQUE0QixZQUFZLEVBQUUsWUFBWSxFQUEyQixpQkFBaUIsRUFBRSxNQUFNLGVBQWUsQ0FBQzs7OztBQVd4TCxNQUFNLE9BQU8sc0JBQXVCLFNBQVEsZUFBZTtJQVl6RCxZQUFZLFVBQXNCLEVBQUUsR0FBc0IsRUFBVSxpQkFBbUM7UUFDckcsS0FBSyxDQUFDLFVBQVUsRUFBRSxHQUFHLENBQUMsQ0FBQztRQUQyQyxzQkFBaUIsR0FBakIsaUJBQWlCLENBQWtCO1FBUnZHLFVBQUssR0FBd0IsRUFBRSxDQUFDO1FBRWhDLG9CQUFlLEdBQVksSUFBSSxDQUFDO1FBQ2hDLGVBQVUsR0FBWSxJQUFJLENBQUM7UUFDM0IsU0FBSSxHQUFRLEVBQUUsQ0FBQztRQUVmLGFBQVEsR0FBd0MsSUFBSSxZQUFZLEVBQXlCLENBQUM7SUFJMUYsQ0FBQztJQUVELEtBQUs7UUFDSCxJQUFJLENBQUMsUUFBUSxDQUFDLElBQUksQ0FBQztZQUNqQixTQUFTLEVBQUUsSUFBSSxDQUFDLFlBQVksQ0FBQyxDQUFDLFNBQVM7WUFDdkMsV0FBVyxFQUFFLElBQUksQ0FBQyxlQUFlLEVBQUU7U0FDcEMsQ0FBQyxDQUFDO1FBQ0gsSUFBSSxDQUFDLElBQUksQ0FBQyxhQUFhLEVBQUUsQ0FBQztJQUM1QixDQUFDO0lBRUQsTUFBTTtRQUNKLElBQUksSUFBSSxDQUFDLE9BQU8sRUFBRTtZQUNoQixJQUFJLENBQUMsZUFBZSxHQUFHLElBQUksZUFBZSxDQUFDLElBQUksQ0FBQyxPQUFPLENBQUMsQ0FBQztZQUN6RCxJQUFJLENBQUMsSUFBSSxDQUFDLFlBQVksRUFBRSxDQUFDO1NBQzFCO0lBQ0gsQ0FBQztJQUdELGdCQUFnQixDQUFDLEtBQW9CO1FBQ25DLElBQUksbUJBQW1CLEdBQUcsSUFBSSxDQUFDLGVBQWUsRUFBRSxDQUFDLE9BQU8sQ0FBQyxlQUFlLENBQUMsQ0FBQztRQUMxRSxJQUFJLElBQUksQ0FBQyxlQUFlLElBQUksbUJBQW1CLEVBQUU7WUFDL0MsSUFBSSxDQUFDLEtBQUssRUFBRSxDQUFDO1NBQ2Q7SUFDSCxDQUFDO0lBRUQsY0FBYyxDQUFDLEdBQStCO1FBQzVDLEdBQUcsR0FBRyxHQUF3QixDQUFDO1FBQy9CLElBQUksR0FBRyxDQUFDLFFBQVEsRUFBRTtZQUNoQixJQUFJLENBQUMsWUFBWSxDQUFDLENBQUMsU0FBUyxHQUFHLEdBQUcsQ0FBQyxRQUFRLENBQUM7WUFDNUMsTUFBTSxDQUFDLE1BQU0sQ0FBQyxJQUFJLENBQUMsWUFBWSxDQUFDLENBQUMsU0FBUyxFQUFFLElBQUksQ0FBQyxJQUFJLENBQUMsQ0FBQztZQUN2RCxJQUFJLEdBQUcsQ0FBQyxRQUFRLENBQUMsUUFBUSxFQUFFO2dCQUN6QixHQUFHLENBQUMsUUFBUSxDQUFDLFFBQVEsQ0FBQyxTQUFTLENBQUMsQ0FBQyxDQUF3QixFQUFFLEVBQUU7b0JBQzNELElBQUksQ0FBQyxRQUFRLENBQUMsSUFBSSxDQUFDLENBQUMsQ0FBQyxDQUFDO2dCQUN4QixDQUFDLENBQUMsQ0FBQzthQUNKO1NBQ0Y7SUFDSCxDQUFDO0lBRUQsaUJBQWlCO1FBQ2YsSUFBSSxDQUFDLEtBQUssRUFBRSxDQUFDO0lBQ2YsQ0FBQzs7bUhBdERVLHNCQUFzQjt1R0FBdEIsc0JBQXNCLHFKQ2RuQyxpK0JBaUJNOzJGREhPLHNCQUFzQjtrQkFSbEMsU0FBUzsrQkFDRSxpQkFBaUIsbUJBR1YsdUJBQXVCLENBQUMsTUFBTSxpQkFDaEMsaUJBQWlCLENBQUMsSUFBSTtnS0FtQ3JDLGdCQUFnQjtzQkFEZixZQUFZO3VCQUFDLGdCQUFnQixFQUFFLENBQUMsUUFBUSxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQVhDb21wb25lbnRDbG9zZUV2ZW50LCBUQUJfTUVUQV9LRVkgfSBmcm9tICdAYWNvcmV4L2NvbXBvbmVudHMvY29tbW9uJztcclxuaW1wb3J0IHsgQVhCYXNlQ29tcG9uZW50IH0gZnJvbSAnQGFjb3JleC9jb21wb25lbnRzL21peGluJztcclxuaW1wb3J0IHsgQ2RrUG9ydGFsT3V0bGV0QXR0YWNoZWRSZWYsIENvbXBvbmVudFBvcnRhbCwgUG9ydGFsLCBUZW1wbGF0ZVBvcnRhbCB9IGZyb20gJ0Bhbmd1bGFyL2Nkay9wb3J0YWwnO1xyXG5pbXBvcnQgeyBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSwgQ2hhbmdlRGV0ZWN0b3JSZWYsIENvbXBvbmVudCwgQ29tcG9uZW50UmVmLCBFbGVtZW50UmVmLCBFdmVudEVtaXR0ZXIsIEhvc3RMaXN0ZW5lciwgSW5wdXQsIFZpZXdDb250YWluZXJSZWYsIFZpZXdFbmNhcHN1bGF0aW9uIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcbmltcG9ydCB7IEFYQWN0aW9uU2hlZXRJdGVtIH0gZnJvbSAnLi9hY3Rpb24tc2hlZXQuaW50ZXJmYWNlJztcclxuXHJcbkBDb21wb25lbnQoe1xyXG4gIHNlbGVjdG9yOiAnYXgtYWN0aW9uLXNoZWV0JyxcclxuICB0ZW1wbGF0ZVVybDogJy4vYWN0aW9uLXNoZWV0LmNvbXBvbmVudC5odG1sJyxcclxuICBzdHlsZVVybHM6IFsnLi9hY3Rpb24tc2hlZXQuY29tcG9uZW50LnNjc3MnXSxcclxuICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcclxuICBlbmNhcHN1bGF0aW9uOiBWaWV3RW5jYXBzdWxhdGlvbi5Ob25lLFxyXG59KVxyXG5cclxuZXhwb3J0IGNsYXNzIEFYQWN0aW9uU2hlZXRDb21wb25lbnQgZXh0ZW5kcyBBWEJhc2VDb21wb25lbnQge1xyXG5cclxuICBfc2VsZWN0ZWRQb3J0YWw6IFBvcnRhbDxhbnk+O1xyXG4gIHRpdGxlOiBzdHJpbmc7XHJcbiAgaXRlbXM6IEFYQWN0aW9uU2hlZXRJdGVtW10gPSBbXTtcclxuICBjb250ZW50OiBhbnk7XHJcbiAgc2hvd0Nsb3NlQnV0dG9uOiBib29sZWFuID0gdHJ1ZTtcclxuICBzaG93SGVhZGVyOiBib29sZWFuID0gdHJ1ZTtcclxuICBkYXRhOiBhbnkgPSB7fTtcclxuXHJcbiAgb25DbG9zZWQ6IEV2ZW50RW1pdHRlcjxBWENvbXBvbmVudENsb3NlRXZlbnQ+ID0gbmV3IEV2ZW50RW1pdHRlcjxBWENvbXBvbmVudENsb3NlRXZlbnQ+KCk7XHJcblxyXG4gIGNvbnN0cnVjdG9yKGVsZW1lbnRSZWY6IEVsZW1lbnRSZWYsIGNkcjogQ2hhbmdlRGV0ZWN0b3JSZWYsIHByaXZhdGUgX3ZpZXdDb250YWluZXJSZWY6IFZpZXdDb250YWluZXJSZWYsKSB7XHJcbiAgICBzdXBlcihlbGVtZW50UmVmLCBjZHIpO1xyXG4gIH1cclxuXHJcbiAgY2xvc2UoKTogdm9pZCB7XHJcbiAgICB0aGlzLm9uQ2xvc2VkLmVtaXQoe1xyXG4gICAgICBjb21wb25lbnQ6IHRoaXNbVEFCX01FVEFfS0VZXS5jb21wb25lbnQsXHJcbiAgICAgIGh0bWxFbGVtZW50OiB0aGlzLl9nZXRIb3N0RWxlbWVudCgpLFxyXG4gICAgfSk7XHJcbiAgICB0aGlzLl9jZHIuZGV0ZWN0Q2hhbmdlcygpO1xyXG4gIH1cclxuXHJcbiAgb25Jbml0KCk6IHZvaWQge1xyXG4gICAgaWYgKHRoaXMuY29udGVudCkge1xyXG4gICAgICB0aGlzLl9zZWxlY3RlZFBvcnRhbCA9IG5ldyBDb21wb25lbnRQb3J0YWwodGhpcy5jb250ZW50KTtcclxuICAgICAgdGhpcy5fY2RyLm1hcmtGb3JDaGVjaygpO1xyXG4gICAgfVxyXG4gIH1cclxuXHJcbiAgQEhvc3RMaXN0ZW5lcigna2V5ZG93bi5lc2NhcGUnLCBbJyRldmVudCddKVxyXG4gIG9uS2V5ZG93bkhhbmRsZXIoZXZlbnQ6IEtleWJvYXJkRXZlbnQpIHtcclxuICAgIGxldCBmb2N1c2VkT3JIYXNGb2N1c2VkID0gdGhpcy5fZ2V0SG9zdEVsZW1lbnQoKS5tYXRjaGVzKCc6Zm9jdXMtd2l0aGluJyk7XHJcbiAgICBpZiAodGhpcy5zaG93Q2xvc2VCdXR0b24gJiYgZm9jdXNlZE9ySGFzRm9jdXNlZCkge1xyXG4gICAgICB0aGlzLmNsb3NlKCk7XHJcbiAgICB9XHJcbiAgfVxyXG5cclxuICBfaGFuZGxlQXR0Y2hlZChyZWY6IENka1BvcnRhbE91dGxldEF0dGFjaGVkUmVmKSB7XHJcbiAgICByZWYgPSByZWYgYXMgQ29tcG9uZW50UmVmPGFueT47XHJcbiAgICBpZiAocmVmLmluc3RhbmNlKSB7XHJcbiAgICAgIHRoaXNbVEFCX01FVEFfS0VZXS5jb21wb25lbnQgPSByZWYuaW5zdGFuY2U7XHJcbiAgICAgIE9iamVjdC5hc3NpZ24odGhpc1tUQUJfTUVUQV9LRVldLmNvbXBvbmVudCwgdGhpcy5kYXRhKTtcclxuICAgICAgaWYgKHJlZi5pbnN0YW5jZS5vbkNsb3NlZCkge1xyXG4gICAgICAgIHJlZi5pbnN0YW5jZS5vbkNsb3NlZC5zdWJzY3JpYmUoKGU6IEFYQ29tcG9uZW50Q2xvc2VFdmVudCkgPT4ge1xyXG4gICAgICAgICAgdGhpcy5vbkNsb3NlZC5lbWl0KGUpO1xyXG4gICAgICAgIH0pO1xyXG4gICAgICB9XHJcbiAgICB9XHJcbiAgfVxyXG5cclxuICBfaGFuZGxlQ2xvc2VDbGljaygpIHtcclxuICAgIHRoaXMuY2xvc2UoKTtcclxuICB9XHJcbn1cclxuIiwiPGRpdiBjbGFzcz1cImF4LWFjdGlvbi1zaGVldC1oZWFkZXJcIj5cclxuICAgPHNwYW4gY2xhc3M9XCJheC1hY3Rpb24tc2hlZXQtdGl0bGVcIj57e3RpdGxlfX08L3NwYW4+XHJcbiAgIDxzcGFuIGNsYXNzPVwiYXgtaWNvbiBheC1pY29uLWNsb3NlXCIgKGNsaWNrKT1cIl9oYW5kbGVDbG9zZUNsaWNrKClcIiB0YWJpbmRleD1cIjFcIj48L3NwYW4+XHJcbjwvZGl2PlxyXG5cclxuPG5nLXRlbXBsYXRlICpuZ0lmPVwiX3NlbGVjdGVkUG9ydGFsXCI+XHJcbiAgIDxuZy10ZW1wbGF0ZSBbY2RrUG9ydGFsT3V0bGV0XT1cIl9zZWxlY3RlZFBvcnRhbFwiIChhdHRhY2hlZCk9XCJfaGFuZGxlQXR0Y2hlZCgkZXZlbnQpXCI+PC9uZy10ZW1wbGF0ZT5cclxuPC9uZy10ZW1wbGF0ZT5cclxuPCEtLSBUT0RPOiBBcmUgeW91IHN1cmUgd2UgbmVlZCB0aGlzPyBpZiByZW1vdmUgdGhpcyBjb250ZW50IG5vdCBzaG93aW5nIC0tPlxyXG48bmctdGVtcGxhdGUgW2Nka1BvcnRhbE91dGxldF09XCJfc2VsZWN0ZWRQb3J0YWxcIiAoYXR0YWNoZWQpPVwiX2hhbmRsZUF0dGNoZWQoJGV2ZW50KVwiPjwvbmctdGVtcGxhdGU+XHJcbjxkaXYgY2xhc3M9XCJheC1hY3Rpb24tc2hlZXQtaXRlbXNcIj5cclxuICAgPG5nLWNvbnRhaW5lciAqbmdGb3I9XCJsZXQgaXRlbSBvZiBpdGVtc1wiPlxyXG4gICAgICA8ZGl2IGNsYXNzPVwiYXgtYWN0aW9uLXNoZWV0LWl0ZW0gYXgte3tpdGVtLmNvbG9yfX1cIiBbY2xhc3MuYXgtc3RhdGUtZGlzYWJsZWRdPVwiaXRlbS5kaXNhYmxlZFwiIChjbGljayk9XCJpdGVtLm9uQ2xpY2soKVwiPlxyXG4gICAgICAgICA8c3BhbiBjbGFzcz1cIml0ZW0taWNvblwiICpuZ0lmPVwiaXRlbS5pY29uXCIgW2NsYXNzXT1cIml0ZW0uaWNvblwiPjwvc3Bhbj5cclxuICAgICAgICAgPHNwYW4gY2xhc3M9XCJpdGVtLXRleHRcIj57e2l0ZW0udGV4dH19PC9zcGFuPlxyXG4gICAgICA8L2Rpdj5cclxuICAgPC9uZy1jb250YWluZXI+XHJcbjwvZGl2PiJdfQ==
|
@@ -11,10 +11,10 @@ import * as i0 from "@angular/core";
|
|
11
11
|
const MODULES = [CommonModule, AXCommonModule, DragDropModule, A11yModule, AXButtonModule, PortalModule, AXDecoratorModule];
|
12
12
|
export class AXActionSheetModule {
|
13
13
|
}
|
14
|
-
AXActionSheetModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
15
|
-
AXActionSheetModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.
|
16
|
-
AXActionSheetModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.
|
17
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
14
|
+
AXActionSheetModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.4", ngImport: i0, type: AXActionSheetModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
15
|
+
AXActionSheetModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.4", ngImport: i0, type: AXActionSheetModule, declarations: [AXActionSheetComponent], imports: [CommonModule, AXCommonModule, DragDropModule, A11yModule, AXButtonModule, PortalModule, AXDecoratorModule], exports: [AXActionSheetComponent] });
|
16
|
+
AXActionSheetModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.4", ngImport: i0, type: AXActionSheetModule, imports: [MODULES] });
|
17
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.4", ngImport: i0, type: AXActionSheetModule, decorators: [{
|
18
18
|
type: NgModule,
|
19
19
|
args: [{
|
20
20
|
declarations: [AXActionSheetComponent],
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { AXComponentClosedPromise, TAB_META_KEY } from '@acorex/components/common';
|
1
|
+
import { AXComponentClosedPromise, TAB_META_KEY, } from '@acorex/components/common';
|
2
2
|
import { AXTranslator } from '@acorex/core/translation';
|
3
3
|
import { Injectable } from '@angular/core';
|
4
4
|
import { AXActionSheetComponent } from './action-sheet.component';
|
@@ -19,7 +19,7 @@ export class AXActionSheetService {
|
|
19
19
|
title: AXTranslator.get('action-sheet.title'),
|
20
20
|
showCloseButton: true,
|
21
21
|
closeOnBackdrop: true,
|
22
|
-
showHeader: true
|
22
|
+
showHeader: true,
|
23
23
|
};
|
24
24
|
Object.assign(opt, options);
|
25
25
|
const lastActiveElement = document.activeElement;
|
@@ -35,18 +35,23 @@ export class AXActionSheetService {
|
|
35
35
|
actionSheet.onClosed.subscribe(c => {
|
36
36
|
this.closePopup(actionSheet, com, c, lastActiveElement);
|
37
37
|
});
|
38
|
-
const promise = new AXComponentClosedPromise((resolve) => {
|
39
|
-
actionSheet[TAB_META_KEY].close =
|
38
|
+
const promise = new AXComponentClosedPromise((resolve, reject) => {
|
39
|
+
actionSheet[TAB_META_KEY].close = e => {
|
40
40
|
if (resolve) {
|
41
41
|
resolve(e);
|
42
42
|
}
|
43
|
+
else {
|
44
|
+
reject(e);
|
45
|
+
}
|
43
46
|
};
|
44
47
|
});
|
45
|
-
promise['closeMethod'] = () => {
|
48
|
+
promise['closeMethod'] = () => {
|
49
|
+
actionSheet.close();
|
50
|
+
};
|
46
51
|
return promise;
|
47
52
|
}
|
48
53
|
closePopup(popup, com, result, lastActiveElement) {
|
49
|
-
const closeFunc =
|
54
|
+
const closeFunc = e => {
|
50
55
|
com.dispose();
|
51
56
|
delete e.cancel;
|
52
57
|
popup[TAB_META_KEY].close(e);
|
@@ -76,10 +81,10 @@ export class AXActionSheetService {
|
|
76
81
|
}
|
77
82
|
}
|
78
83
|
}
|
79
|
-
AXActionSheetService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.
|
80
|
-
AXActionSheetService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.
|
81
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.
|
84
|
+
AXActionSheetService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.4", ngImport: i0, type: AXActionSheetService, deps: [{ token: i1.Overlay }, { token: i2.AXOverlayService }], target: i0.ɵɵFactoryTarget.Injectable });
|
85
|
+
AXActionSheetService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.4", ngImport: i0, type: AXActionSheetService, providedIn: 'root' });
|
86
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.4", ngImport: i0, type: AXActionSheetService, decorators: [{
|
82
87
|
type: Injectable,
|
83
88
|
args: [{ providedIn: 'root' }]
|
84
89
|
}], ctorParameters: function () { return [{ type: i1.Overlay }, { type: i2.AXOverlayService }]; } });
|
85
|
-
//# sourceMappingURL=data:application/json;base64,
|
90
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWN0aW9uLXNoZWV0LnNlcnZpY2UuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9hY29yZXgvY29tcG9uZW50cy9hY3Rpb24tc2hlZXQvc3JjL2FjdGlvbi1zaGVldC5zZXJ2aWNlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFDTCx3QkFBd0IsRUFJeEIsWUFBWSxHQUNiLE1BQU0sMkJBQTJCLENBQUM7QUFDbkMsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLDBCQUEwQixDQUFDO0FBRXhELE9BQU8sRUFBRSxVQUFVLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDM0MsT0FBTyxFQUFFLHNCQUFzQixFQUFFLE1BQU0sMEJBQTBCLENBQUM7Ozs7QUFJbEUsTUFBTSxPQUFPLG9CQUFvQjtJQUMvQiwyQkFBMkI7SUFDM0IsMENBQTBDO0lBRTFDLFlBQ1UsUUFBaUIsRUFDakIsY0FBZ0M7UUFEaEMsYUFBUSxHQUFSLFFBQVEsQ0FBUztRQUNqQixtQkFBYyxHQUFkLGNBQWMsQ0FBa0I7SUFDdkMsQ0FBQztJQUVKLGlFQUFpRTtJQUNqRSx5RUFBeUU7SUFDekUsSUFBSSxDQUFDLE9BQTZCO1FBQ2hDLE1BQU0sR0FBRyxHQUFRO1lBQ2YsS0FBSyxFQUFFLFlBQVksQ0FBQyxHQUFHLENBQUMsb0JBQW9CLENBQUM7WUFDN0MsZUFBZSxFQUFFLElBQUk7WUFDckIsZUFBZSxFQUFFLElBQUk7WUFDckIsVUFBVSxFQUFFLElBQUk7U0FDakIsQ0FBQztRQUNGLE1BQU0sQ0FBQyxNQUFNLENBQUMsR0FBRyxFQUFFLE9BQU8sQ0FBQyxDQUFDO1FBQzVCLE1BQU0saUJBQWlCLEdBQUcsUUFBUSxDQUFDLGFBQTRCLENBQUM7UUFDaEUsTUFBTSxHQUFHLEdBQUcsSUFBSSxDQUFDLGNBQWMsQ0FBQyxJQUFJLENBQUMsc0JBQXNCLEVBQUUsR0FBRyxFQUFFO1lBQ2hFLFdBQVcsRUFBRSxJQUFJO1lBQ2pCLG1CQUFtQixFQUFFLEdBQUcsQ0FBQyxlQUFlO1lBQ3hDLG1CQUFtQixFQUFFLEtBQUs7WUFDMUIsVUFBVSxFQUFFLENBQUMsc0JBQXNCLENBQUM7WUFDcEMsUUFBUSxFQUFFLElBQUksQ0FBQyxRQUFRLENBQUMsUUFBUSxFQUFFLENBQUMsTUFBTSxFQUFFLENBQUMsTUFBTSxFQUFFLENBQUMsa0JBQWtCLEVBQUU7U0FDMUUsQ0FBQyxDQUFDO1FBQ0gsTUFBTSxXQUFXLEdBQUcsR0FBRyxDQUFDLFFBQWtDLENBQUM7UUFDM0QsV0FBVyxDQUFDLFlBQVksQ0FBQyxHQUFHLEVBQUUsQ0FBQztRQUMvQixXQUFXLENBQUMsUUFBUSxDQUFDLFNBQVMsQ0FBQyxDQUFDLENBQUMsRUFBRTtZQUNqQyxJQUFJLENBQUMsVUFBVSxDQUFDLFdBQVcsRUFBRSxHQUFHLEVBQUUsQ0FBQyxFQUFFLGlCQUFpQixDQUFDLENBQUM7UUFDMUQsQ0FBQyxDQUFDLENBQUM7UUFDSCxNQUFNLE9BQU8sR0FBRyxJQUFJLHdCQUF3QixDQUFDLENBQUMsT0FBTyxFQUFFLE1BQU0sRUFBRSxFQUFFO1lBQy9ELFdBQVcsQ0FBQyxZQUFZLENBQUMsQ0FBQyxLQUFLLEdBQUcsQ0FBQyxDQUFDLEVBQUU7Z0JBQ3BDLElBQUksT0FBTyxFQUFFO29CQUNYLE9BQU8sQ0FBQyxDQUFDLENBQUMsQ0FBQztpQkFDWjtxQkFBTTtvQkFDTCxNQUFNLENBQUMsQ0FBQyxDQUFDLENBQUM7aUJBQ1g7WUFDSCxDQUFDLENBQUM7UUFDSixDQUFDLENBQUMsQ0FBQztRQUNILE9BQU8sQ0FBQyxhQUFhLENBQUMsR0FBRyxHQUFHLEVBQUU7WUFDNUIsV0FBVyxDQUFDLEtBQUssRUFBRSxDQUFDO1FBQ3RCLENBQUMsQ0FBQztRQUNGLE9BQU8sT0FBTyxDQUFDO0lBQ2pCLENBQUM7SUFFTyxVQUFVLENBQ2hCLEtBQTZCLEVBQzdCLEdBQXFCLEVBQ3JCLE1BQTZCLEVBQzdCLGlCQUErQjtRQUUvQixNQUFNLFNBQVMsR0FBRyxDQUFDLENBQUMsRUFBRTtZQUNwQixHQUFHLENBQUMsT0FBTyxFQUFFLENBQUM7WUFDZCxPQUFPLENBQUMsQ0FBQyxNQUFNLENBQUM7WUFDaEIsS0FBSyxDQUFDLFlBQVksQ0FBQyxDQUFDLEtBQUssQ0FBQyxDQUFDLENBQUMsQ0FBQztZQUM3QixJQUFJLGlCQUFpQixFQUFFLEtBQUssRUFBRTtnQkFDNUIsaUJBQWlCLENBQUMsS0FBSyxFQUFFLENBQUM7YUFDM0I7UUFDSCxDQUFDLENBQUM7UUFDRixNQUFNLENBQUMsR0FBRyxFQUFFLE1BQU0sRUFBRSxLQUFLLEVBQUUsQ0FBQztRQUM1QixNQUFNLFdBQVcsR0FBRyxLQUFLLENBQUMsWUFBWSxDQUFDLENBQUMsU0FBUyxFQUFFLFNBQVMsQ0FBQztRQUM3RCxJQUFJLFdBQVcsRUFBRTtZQUNmLE1BQU0sR0FBRyxHQUFHLFdBQVcsQ0FBQyxDQUFDLENBQUMsQ0FBQztZQUMzQixJQUFJLEdBQUcsWUFBWSxPQUFPLEVBQUU7Z0JBQzFCLEdBQUcsQ0FBQyxJQUFJLENBQUMsR0FBRyxFQUFFO29CQUNaLElBQUksQ0FBQyxJQUFJLElBQUksSUFBSSxDQUFDLENBQUMsTUFBTSxLQUFLLElBQUksRUFBRTt3QkFDbEMsU0FBUyxDQUFDLE1BQU0sQ0FBQyxDQUFDO3FCQUNuQjtnQkFDSCxDQUFDLENBQUMsQ0FBQzthQUNKO2lCQUFNO2dCQUNMLElBQUksQ0FBQyxJQUFJLElBQUksSUFBSSxDQUFDLENBQUMsTUFBTSxLQUFLLElBQUksRUFBRTtvQkFDbEMsU0FBUyxDQUFDLE1BQU0sQ0FBQyxDQUFDO2lCQUNuQjthQUNGO1NBQ0Y7YUFBTTtZQUNMLFNBQVMsQ0FBQyxNQUFNLENBQUMsQ0FBQztTQUNuQjtJQUNILENBQUM7O2lIQS9FVSxvQkFBb0I7cUhBQXBCLG9CQUFvQixjQURQLE1BQU07MkZBQ25CLG9CQUFvQjtrQkFEaEMsVUFBVTttQkFBQyxFQUFFLFVBQVUsRUFBRSxNQUFNLEVBQUUiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xyXG4gIEFYQ29tcG9uZW50Q2xvc2VkUHJvbWlzZSxcclxuICBBWENvbXBvbmVudENsb3NlRXZlbnQsXHJcbiAgQVhPdmVybGF5U2VydmljZSxcclxuICBBWE92ZXJsYXlWaWV3UmVmLFxyXG4gIFRBQl9NRVRBX0tFWSxcclxufSBmcm9tICdAYWNvcmV4L2NvbXBvbmVudHMvY29tbW9uJztcclxuaW1wb3J0IHsgQVhUcmFuc2xhdG9yIH0gZnJvbSAnQGFjb3JleC9jb3JlL3RyYW5zbGF0aW9uJztcclxuaW1wb3J0IHsgT3ZlcmxheSB9IGZyb20gJ0Bhbmd1bGFyL2Nkay9vdmVybGF5JztcclxuaW1wb3J0IHsgSW5qZWN0YWJsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5pbXBvcnQgeyBBWEFjdGlvblNoZWV0Q29tcG9uZW50IH0gZnJvbSAnLi9hY3Rpb24tc2hlZXQuY29tcG9uZW50JztcclxuaW1wb3J0IHsgQVhBY3Rpb25TaGVldE9wdGlvbnMgfSBmcm9tICcuL2FjdGlvbi1zaGVldC5pbnRlcmZhY2UnO1xyXG5cclxuQEluamVjdGFibGUoeyBwcm92aWRlZEluOiAncm9vdCcgfSlcclxuZXhwb3J0IGNsYXNzIEFYQWN0aW9uU2hlZXRTZXJ2aWNlIHtcclxuICAvLyBfb3ZlcmxheVJlZjogT3ZlcmxheVJlZjtcclxuICAvLyBfdGVtcGxhdGVQb3J0YWwhOiBDb21wb25lbnRQb3J0YWw8YW55PjtcclxuXHJcbiAgY29uc3RydWN0b3IoXHJcbiAgICBwcml2YXRlIF9vdmVybGF5OiBPdmVybGF5LFxyXG4gICAgcHJpdmF0ZSBvdmVybGF5U2VydmljZTogQVhPdmVybGF5U2VydmljZVxyXG4gICkge31cclxuXHJcbiAgLy9vcGVuKGl0ZW1zOiBBWEFjdGlvblNoZWV0SXRlbVtdLG9wdGlvbnM/OkFYQWN0aW9uU2hlZXRPcHRpb25zKTtcclxuICAvL29wZW4oY29udGVudDpBWEFjdGlvblNoZWV0Q29udGVudFR5cGUsIG9wdGlvbnM/OiBBWEFjdGlvblNoZWV0T3B0aW9ucyk7XHJcbiAgb3BlbihvcHRpb25zOiBBWEFjdGlvblNoZWV0T3B0aW9ucyk6IEFYQ29tcG9uZW50Q2xvc2VkUHJvbWlzZSB7XHJcbiAgICBjb25zdCBvcHQ6IGFueSA9IHtcclxuICAgICAgdGl0bGU6IEFYVHJhbnNsYXRvci5nZXQoJ2FjdGlvbi1zaGVldC50aXRsZScpLFxyXG4gICAgICBzaG93Q2xvc2VCdXR0b246IHRydWUsXHJcbiAgICAgIGNsb3NlT25CYWNrZHJvcDogdHJ1ZSxcclxuICAgICAgc2hvd0hlYWRlcjogdHJ1ZSxcclxuICAgIH07XHJcbiAgICBPYmplY3QuYXNzaWduKG9wdCwgb3B0aW9ucyk7XHJcbiAgICBjb25zdCBsYXN0QWN0aXZlRWxlbWVudCA9IGRvY3VtZW50LmFjdGl2ZUVsZW1lbnQgYXMgSFRNTEVsZW1lbnQ7XHJcbiAgICBjb25zdCBjb20gPSB0aGlzLm92ZXJsYXlTZXJ2aWNlLnNob3coQVhBY3Rpb25TaGVldENvbXBvbmVudCwgb3B0LCB7XHJcbiAgICAgIGhhc0JhY2tkcm9wOiB0cnVlLFxyXG4gICAgICBjbG9zZU9uQ2xpY2tPdXRzaWRlOiBvcHQuY2xvc2VPbkJhY2tkcm9wLFxyXG4gICAgICB0cmFuc3BhcmVudEJhY2tkcm9wOiBmYWxzZSxcclxuICAgICAgcGFuZWxDbGFzczogWydheC1hY3Rpb25zaGVldC1wYW5lbCddLFxyXG4gICAgICBwb3NpdGlvbjogdGhpcy5fb3ZlcmxheS5wb3NpdGlvbigpLmdsb2JhbCgpLmJvdHRvbSgpLmNlbnRlckhvcml6b250YWxseSgpLFxyXG4gICAgfSk7XHJcbiAgICBjb25zdCBhY3Rpb25TaGVldCA9IGNvbS5pbnN0YW5jZSBhcyBBWEFjdGlvblNoZWV0Q29tcG9uZW50O1xyXG4gICAgYWN0aW9uU2hlZXRbVEFCX01FVEFfS0VZXSA9IHt9O1xyXG4gICAgYWN0aW9uU2hlZXQub25DbG9zZWQuc3Vic2NyaWJlKGMgPT4ge1xyXG4gICAgICB0aGlzLmNsb3NlUG9wdXAoYWN0aW9uU2hlZXQsIGNvbSwgYywgbGFzdEFjdGl2ZUVsZW1lbnQpO1xyXG4gICAgfSk7XHJcbiAgICBjb25zdCBwcm9taXNlID0gbmV3IEFYQ29tcG9uZW50Q2xvc2VkUHJvbWlzZSgocmVzb2x2ZSwgcmVqZWN0KSA9PiB7XHJcbiAgICAgIGFjdGlvblNoZWV0W1RBQl9NRVRBX0tFWV0uY2xvc2UgPSBlID0+IHtcclxuICAgICAgICBpZiAocmVzb2x2ZSkge1xyXG4gICAgICAgICAgcmVzb2x2ZShlKTtcclxuICAgICAgICB9IGVsc2Uge1xyXG4gICAgICAgICAgcmVqZWN0KGUpO1xyXG4gICAgICAgIH1cclxuICAgICAgfTtcclxuICAgIH0pO1xyXG4gICAgcHJvbWlzZVsnY2xvc2VNZXRob2QnXSA9ICgpID0+IHtcclxuICAgICAgYWN0aW9uU2hlZXQuY2xvc2UoKTtcclxuICAgIH07XHJcbiAgICByZXR1cm4gcHJvbWlzZTtcclxuICB9XHJcblxyXG4gIHByaXZhdGUgY2xvc2VQb3B1cChcclxuICAgIHBvcHVwOiBBWEFjdGlvblNoZWV0Q29tcG9uZW50LFxyXG4gICAgY29tOiBBWE92ZXJsYXlWaWV3UmVmLFxyXG4gICAgcmVzdWx0OiBBWENvbXBvbmVudENsb3NlRXZlbnQsXHJcbiAgICBsYXN0QWN0aXZlRWxlbWVudD86IEhUTUxFbGVtZW50XHJcbiAgKSB7XHJcbiAgICBjb25zdCBjbG9zZUZ1bmMgPSBlID0+IHtcclxuICAgICAgY29tLmRpc3Bvc2UoKTtcclxuICAgICAgZGVsZXRlIGUuY2FuY2VsO1xyXG4gICAgICBwb3B1cFtUQUJfTUVUQV9LRVldLmNsb3NlKGUpO1xyXG4gICAgICBpZiAobGFzdEFjdGl2ZUVsZW1lbnQ/LmZvY3VzKSB7XHJcbiAgICAgICAgbGFzdEFjdGl2ZUVsZW1lbnQuZm9jdXMoKTtcclxuICAgICAgfVxyXG4gICAgfTtcclxuICAgIGNvbnN0IGUgPSB7IGNhbmNlbDogZmFsc2UgfTtcclxuICAgIGNvbnN0IGNsb3NpbmdGdW5jID0gcG9wdXBbVEFCX01FVEFfS0VZXS5jb21wb25lbnQ/Lm9uQ2xvc2luZztcclxuICAgIGlmIChjbG9zaW5nRnVuYykge1xyXG4gICAgICBjb25zdCByZXMgPSBjbG9zaW5nRnVuYyhlKTtcclxuICAgICAgaWYgKHJlcyBpbnN0YW5jZW9mIFByb21pc2UpIHtcclxuICAgICAgICByZXMudGhlbigoKSA9PiB7XHJcbiAgICAgICAgICBpZiAoZSA9PSBudWxsIHx8IGUuY2FuY2VsICE9PSB0cnVlKSB7XHJcbiAgICAgICAgICAgIGNsb3NlRnVuYyhyZXN1bHQpO1xyXG4gICAgICAgICAgfVxyXG4gICAgICAgIH0pO1xyXG4gICAgICB9IGVsc2Uge1xyXG4gICAgICAgIGlmIChlID09IG51bGwgfHwgZS5jYW5jZWwgIT09IHRydWUpIHtcclxuICAgICAgICAgIGNsb3NlRnVuYyhyZXN1bHQpO1xyXG4gICAgICAgIH1cclxuICAgICAgfVxyXG4gICAgfSBlbHNlIHtcclxuICAgICAgY2xvc2VGdW5jKHJlc3VsdCk7XHJcbiAgICB9XHJcbiAgfVxyXG59XHJcbiJdfQ==
|
@@ -1,4 +1,3 @@
|
|
1
|
-
export * from './src/alert-button.directive';
|
2
1
|
export * from './src/alert.component';
|
3
2
|
export * from './src/alert.module';
|
4
|
-
//# sourceMappingURL=data:application/json;base64,
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2Fjb3JleC9jb21wb25lbnRzL2FsZXJ0L3B1YmxpYy1hcGkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYyx1QkFBdUIsQ0FBQztBQUN0QyxjQUFjLG9CQUFvQixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9zcmMvYWxlcnQuY29tcG9uZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi9zcmMvYWxlcnQubW9kdWxlJzsiXX0=
|