@acorex/components 6.1.1 → 6.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/alert/public-api.d.ts +1 -0
- package/alert/src/alert-button.directive.d.ts +8 -0
- package/alert/src/alert.component.d.ts +18 -10
- package/alert/src/alert.module.d.ts +4 -3
- package/badge/src/badge.component.d.ts +2 -1
- package/breadcrumbs/src/breadcrumbs-item.component.d.ts +6 -7
- package/button/src/button-group.component.d.ts +6 -4
- package/button/src/button-item.component.d.ts +6 -4
- package/calendar/src/calendar.component.d.ts +4 -4
- package/calendar/src/calendar.module.d.ts +2 -4
- package/color-picker/src/color-picker.component.d.ts +16 -12
- package/data-table/src/data-table.component.d.ts +3 -3
- package/date-picker/src/datepicker.component.d.ts +14 -11
- package/decorators/public-api.d.ts +1 -0
- package/decorators/src/decorators.module.d.ts +7 -6
- package/decorators/src/sub-title.component.d.ts +9 -0
- package/esm2020/action-sheet/src/action-sheet-item.component.mjs +3 -3
- package/esm2020/action-sheet/src/action-sheet.component.mjs +3 -3
- package/esm2020/action-sheet/src/action-sheet.module.mjs +4 -4
- package/esm2020/alert/public-api.mjs +2 -1
- package/esm2020/alert/src/alert-button.directive.mjs +19 -0
- package/esm2020/alert/src/alert.component.mjs +80 -51
- package/esm2020/alert/src/alert.module.mjs +7 -6
- package/esm2020/avatar/src/avatar-group.component.mjs +3 -3
- package/esm2020/avatar/src/avatar.component.mjs +3 -3
- package/esm2020/avatar/src/avatar.module.mjs +4 -4
- package/esm2020/badge/src/badge.component.mjs +3 -3
- package/esm2020/badge/src/badge.module.mjs +4 -4
- package/esm2020/breadcrumbs/src/breadcrumbs-item.component.mjs +3 -3
- package/esm2020/breadcrumbs/src/breadcrumbs.component.mjs +3 -3
- package/esm2020/breadcrumbs/src/breadcrumbs.module.mjs +4 -4
- package/esm2020/button/src/button-group.component.mjs +3 -3
- package/esm2020/button/src/button-item.component.mjs +3 -3
- package/esm2020/button/src/button.component.mjs +3 -3
- package/esm2020/button/src/button.module.mjs +4 -4
- package/esm2020/calendar/src/calendar.class.mjs +3 -3
- package/esm2020/calendar/src/calendar.component.mjs +9 -12
- package/esm2020/calendar/src/calendar.module.mjs +6 -8
- package/esm2020/checkbox/src/checkbox.component.mjs +3 -3
- package/esm2020/checkbox/src/checkbox.module.mjs +4 -4
- package/esm2020/collapse/src/collapse-group.component.mjs +3 -3
- package/esm2020/collapse/src/collapse.component.mjs +3 -3
- package/esm2020/collapse/src/collapse.module.mjs +4 -4
- package/esm2020/color-palette/src/color-palette-input.component.mjs +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 +3 -3
- 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/auto-focus.directive.mjs +3 -3
- package/esm2020/common/src/common.module.mjs +4 -4
- package/esm2020/common/src/components.class.mjs +18 -18
- package/esm2020/common/src/custom-cdk-overlay.service.mjs +7 -7
- package/esm2020/common/src/debounce-time.directive.mjs +3 -3
- package/esm2020/common/src/hotkey.directive.mjs +3 -3
- package/esm2020/common/src/hotkey.service.mjs +4 -4
- package/esm2020/common/src/infinite-scroll.directive.mjs +3 -3
- package/esm2020/common/src/overlay.service.mjs +3 -3
- package/esm2020/common/src/responsive.directive.mjs +3 -3
- package/esm2020/context-menu/src/context-menu.component.mjs +3 -3
- package/esm2020/context-menu/src/context-menu.module.mjs +4 -4
- package/esm2020/data-pager/src/data-pager-base.component.mjs +6 -6
- package/esm2020/data-pager/src/data-pager-info.component.mjs +3 -3
- package/esm2020/data-pager/src/data-pager-input-selector.component.mjs +3 -3
- package/esm2020/data-pager/src/data-pager-next-buttons.components.mjs +14 -13
- package/esm2020/data-pager/src/data-pager-numeric-selector.component.mjs +10 -10
- package/esm2020/data-pager/src/data-pager-pagesize-dropdown.component.mjs +3 -3
- package/esm2020/data-pager/src/data-pager-prev-buttons.component.mjs +14 -13
- package/esm2020/data-pager/src/data-pager.component.mjs +7 -6
- package/esm2020/data-pager/src/data-pager.module.mjs +4 -4
- package/esm2020/data-table/src/data-column-cell-template.directive.mjs +3 -3
- package/esm2020/data-table/src/data-column.directive.mjs +3 -3
- package/esm2020/data-table/src/data-table.component.mjs +5 -4
- package/esm2020/data-table/src/data-table.module.mjs +4 -4
- package/esm2020/date-picker/src/datepicker.component.mjs +3 -3
- package/esm2020/date-picker/src/datepicker.module.mjs +4 -4
- package/esm2020/decorators/public-api.mjs +2 -1
- package/esm2020/decorators/src/close-button.component.mjs +3 -3
- package/esm2020/decorators/src/content.component.mjs +3 -3
- package/esm2020/decorators/src/decorators.module.mjs +10 -6
- package/esm2020/decorators/src/footer.component.mjs +3 -3
- package/esm2020/decorators/src/header.component.mjs +3 -3
- package/esm2020/decorators/src/icon.component.mjs +3 -3
- package/esm2020/decorators/src/overlay.component.mjs +3 -3
- package/esm2020/decorators/src/placeholder.component.mjs +3 -3
- package/esm2020/decorators/src/prefix.component.mjs +3 -3
- package/esm2020/decorators/src/sub-title.component.mjs +27 -0
- package/esm2020/decorators/src/suffix.component.mjs +3 -3
- package/esm2020/decorators/src/text.component.mjs +3 -3
- package/esm2020/decorators/src/title.component.mjs +3 -3
- package/esm2020/dialog/src/dialog.component.mjs +3 -3
- package/esm2020/dialog/src/dialog.module.mjs +4 -4
- package/esm2020/dialog/src/dialog.service.mjs +3 -3
- package/esm2020/drawer/src/drawer-container.component.mjs +3 -3
- package/esm2020/drawer/src/drawer.component.mjs +3 -3
- package/esm2020/drawer/src/drawer.module.mjs +4 -4
- package/esm2020/dropdown/src/dropdown-panel.component.mjs +3 -3
- package/esm2020/dropdown/src/dropdown.module.mjs +4 -4
- package/esm2020/form/src/form-field.component.mjs +3 -3
- package/esm2020/form/src/form-hint.component.mjs +3 -3
- package/esm2020/form/src/form.component.mjs +3 -3
- package/esm2020/form/src/form.module.mjs +4 -4
- package/esm2020/form/src/validation-rule.widget.mjs +14 -8
- package/esm2020/form/src/validation-summary.component.mjs +25 -17
- package/esm2020/image/src/image.component.mjs +3 -3
- package/esm2020/image/src/image.module.mjs +4 -4
- package/esm2020/label/src/label.component.mjs +3 -3
- package/esm2020/label/src/label.module.mjs +4 -4
- package/esm2020/loading/src/loading-spinner.component.mjs +3 -3
- package/esm2020/loading/src/loading.component.mjs +3 -3
- package/esm2020/loading/src/loading.directive.mjs +3 -3
- package/esm2020/loading/src/loading.module.mjs +4 -4
- package/esm2020/loading/src/loading.service.mjs +3 -3
- package/esm2020/menu/src/menu.component.mjs +3 -3
- package/esm2020/menu/src/menu.module.mjs +4 -4
- package/esm2020/mixin/src/base-components.class.mjs +9 -4
- package/esm2020/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/popover/src/popover.component.mjs +3 -3
- package/esm2020/popover/src/popover.module.mjs +4 -4
- package/esm2020/popup/src/popup.component.mjs +3 -3
- package/esm2020/popup/src/popup.module.mjs +4 -4
- package/esm2020/popup/src/popup.service.mjs +3 -3
- package/esm2020/progress-bar/src/progress-bar.component.mjs +3 -3
- package/esm2020/progress-bar/src/progress-bar.module.mjs +4 -4
- package/esm2020/radio/src/radio.component.mjs +3 -3
- package/esm2020/radio/src/radio.module.mjs +4 -4
- package/esm2020/range-slider/src/range-slider.component.mjs +3 -3
- package/esm2020/range-slider/src/range-slider.module.mjs +4 -4
- package/esm2020/rating/src/rating.component.mjs +3 -3
- package/esm2020/rating/src/rating.component.module.mjs +4 -4
- package/esm2020/result/src/result.component.mjs +3 -3
- package/esm2020/result/src/result.module.mjs +4 -4
- package/esm2020/search-box/src/search-box.component.mjs +3 -3
- package/esm2020/search-box/src/search-box.module.mjs +4 -4
- package/esm2020/select-box/src/selectbox.component.mjs +3 -3
- package/esm2020/select-box/src/selectbox.module.mjs +4 -4
- package/esm2020/selection-list/src/selection-list.component.mjs +21 -10
- package/esm2020/selection-list/src/selection-list.module.mjs +4 -4
- package/esm2020/switch/src/switch.component.mjs +3 -3
- package/esm2020/switch/src/switch.module.mjs +4 -4
- package/esm2020/tabs/src/tab-content.directive.mjs +3 -3
- package/esm2020/tabs/src/tab-item.component.mjs +3 -3
- package/esm2020/tabs/src/tabs.component.mjs +3 -3
- package/esm2020/tabs/src/tabs.module.mjs +4 -4
- package/esm2020/textarea/src/textarea.component.mjs +5 -5
- package/esm2020/textarea/src/textarea.module.mjs +4 -4
- package/esm2020/textbox/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.component.mjs +5 -5
- package/esm2020/toast/src/toast.module.mjs +4 -4
- package/esm2020/toast/src/toast.service.mjs +3 -3
- package/esm2020/tooltip/src/tooltip.component.mjs +3 -3
- package/esm2020/tooltip/src/tooltip.directive.mjs +3 -3
- package/esm2020/tooltip/src/tooltip.module.mjs +4 -4
- package/esm2020/tree-view/src/tree-view.component.mjs +3 -3
- package/esm2020/tree-view/src/tree-view.module.mjs +4 -4
- package/esm2020/uploader/src/uploader.component.mjs +3 -3
- package/esm2020/uploader/src/uploader.module.mjs +4 -4
- package/fesm2015/acorex-components-action-sheet.mjs +10 -10
- package/fesm2015/acorex-components-alert.mjs +106 -58
- package/fesm2015/acorex-components-alert.mjs.map +1 -1
- package/fesm2015/acorex-components-avatar.mjs +10 -10
- package/fesm2015/acorex-components-badge.mjs +7 -7
- package/fesm2015/acorex-components-breadcrumbs.mjs +10 -10
- package/fesm2015/acorex-components-button.mjs +13 -13
- package/fesm2015/acorex-components-calendar.mjs +16 -21
- package/fesm2015/acorex-components-calendar.mjs.map +1 -1
- package/fesm2015/acorex-components-checkbox.mjs +7 -7
- package/fesm2015/acorex-components-collapse.mjs +10 -10
- package/fesm2015/acorex-components-color-palette.mjs +25 -25
- package/fesm2015/acorex-components-color-picker.mjs +7 -7
- package/fesm2015/acorex-components-common.mjs +49 -49
- package/fesm2015/acorex-components-common.mjs.map +1 -1
- package/fesm2015/acorex-components-context-menu.mjs +7 -7
- package/fesm2015/acorex-components-data-pager.mjs +55 -54
- package/fesm2015/acorex-components-data-pager.mjs.map +1 -1
- package/fesm2015/acorex-components-data-table.mjs +14 -13
- package/fesm2015/acorex-components-data-table.mjs.map +1 -1
- package/fesm2015/acorex-components-date-picker.mjs +7 -7
- package/fesm2015/acorex-components-decorators.mjs +65 -39
- package/fesm2015/acorex-components-decorators.mjs.map +1 -1
- package/fesm2015/acorex-components-dialog.mjs +10 -10
- package/fesm2015/acorex-components-drawer.mjs +10 -10
- package/fesm2015/acorex-components-dropdown.mjs +7 -7
- package/fesm2015/acorex-components-form.mjs +50 -36
- package/fesm2015/acorex-components-form.mjs.map +1 -1
- package/fesm2015/acorex-components-image.mjs +7 -7
- package/fesm2015/acorex-components-label.mjs +7 -7
- package/fesm2015/acorex-components-loading.mjs +16 -16
- package/fesm2015/acorex-components-menu.mjs +7 -7
- package/fesm2015/acorex-components-mixin.mjs +8 -3
- package/fesm2015/acorex-components-mixin.mjs.map +1 -1
- package/fesm2015/acorex-components-number-box.mjs +7 -7
- package/fesm2015/acorex-components-page.mjs +10 -10
- package/fesm2015/acorex-components-password-box.mjs +7 -7
- package/fesm2015/acorex-components-popover.mjs +7 -7
- package/fesm2015/acorex-components-popup.mjs +10 -10
- package/fesm2015/acorex-components-progress-bar.mjs +7 -7
- package/fesm2015/acorex-components-radio.mjs +7 -7
- package/fesm2015/acorex-components-range-slider.mjs +7 -7
- package/fesm2015/acorex-components-rating.mjs +7 -7
- package/fesm2015/acorex-components-result.mjs +7 -7
- package/fesm2015/acorex-components-search-box.mjs +7 -7
- package/fesm2015/acorex-components-select-box.mjs +7 -7
- package/fesm2015/acorex-components-selection-list.mjs +24 -13
- package/fesm2015/acorex-components-selection-list.mjs.map +1 -1
- package/fesm2015/acorex-components-switch.mjs +7 -7
- package/fesm2015/acorex-components-tabs.mjs +13 -13
- package/fesm2015/acorex-components-textarea.mjs +8 -8
- package/fesm2015/acorex-components-textarea.mjs.map +1 -1
- package/fesm2015/acorex-components-textbox.mjs +10 -10
- package/fesm2015/acorex-components-time-box.mjs +7 -7
- package/fesm2015/acorex-components-toast.mjs +11 -11
- package/fesm2015/acorex-components-toast.mjs.map +1 -1
- package/fesm2015/acorex-components-tooltip.mjs +10 -10
- package/fesm2015/acorex-components-tree-view.mjs +7 -7
- package/fesm2015/acorex-components-uploader.mjs +7 -7
- package/fesm2020/acorex-components-action-sheet.mjs +10 -10
- package/fesm2020/acorex-components-alert.mjs +104 -58
- package/fesm2020/acorex-components-alert.mjs.map +1 -1
- package/fesm2020/acorex-components-avatar.mjs +10 -10
- package/fesm2020/acorex-components-badge.mjs +7 -7
- package/fesm2020/acorex-components-breadcrumbs.mjs +10 -10
- package/fesm2020/acorex-components-button.mjs +13 -13
- package/fesm2020/acorex-components-calendar.mjs +16 -21
- package/fesm2020/acorex-components-calendar.mjs.map +1 -1
- package/fesm2020/acorex-components-checkbox.mjs +7 -7
- package/fesm2020/acorex-components-collapse.mjs +10 -10
- package/fesm2020/acorex-components-color-palette.mjs +25 -25
- package/fesm2020/acorex-components-color-picker.mjs +7 -7
- package/fesm2020/acorex-components-common.mjs +49 -49
- package/fesm2020/acorex-components-common.mjs.map +1 -1
- package/fesm2020/acorex-components-context-menu.mjs +7 -7
- package/fesm2020/acorex-components-data-pager.mjs +55 -54
- package/fesm2020/acorex-components-data-pager.mjs.map +1 -1
- package/fesm2020/acorex-components-data-table.mjs +14 -13
- package/fesm2020/acorex-components-data-table.mjs.map +1 -1
- package/fesm2020/acorex-components-date-picker.mjs +7 -7
- package/fesm2020/acorex-components-decorators.mjs +65 -39
- package/fesm2020/acorex-components-decorators.mjs.map +1 -1
- package/fesm2020/acorex-components-dialog.mjs +10 -10
- package/fesm2020/acorex-components-drawer.mjs +10 -10
- package/fesm2020/acorex-components-dropdown.mjs +7 -7
- package/fesm2020/acorex-components-form.mjs +50 -36
- package/fesm2020/acorex-components-form.mjs.map +1 -1
- package/fesm2020/acorex-components-image.mjs +7 -7
- package/fesm2020/acorex-components-label.mjs +7 -7
- package/fesm2020/acorex-components-loading.mjs +16 -16
- package/fesm2020/acorex-components-menu.mjs +7 -7
- package/fesm2020/acorex-components-mixin.mjs +8 -3
- package/fesm2020/acorex-components-mixin.mjs.map +1 -1
- package/fesm2020/acorex-components-number-box.mjs +7 -7
- package/fesm2020/acorex-components-page.mjs +10 -10
- package/fesm2020/acorex-components-password-box.mjs +7 -7
- package/fesm2020/acorex-components-popover.mjs +7 -7
- package/fesm2020/acorex-components-popup.mjs +10 -10
- package/fesm2020/acorex-components-progress-bar.mjs +7 -7
- package/fesm2020/acorex-components-radio.mjs +7 -7
- package/fesm2020/acorex-components-range-slider.mjs +7 -7
- package/fesm2020/acorex-components-rating.mjs +7 -7
- package/fesm2020/acorex-components-result.mjs +7 -7
- package/fesm2020/acorex-components-search-box.mjs +7 -7
- package/fesm2020/acorex-components-select-box.mjs +7 -7
- package/fesm2020/acorex-components-selection-list.mjs +24 -13
- package/fesm2020/acorex-components-selection-list.mjs.map +1 -1
- package/fesm2020/acorex-components-switch.mjs +7 -7
- package/fesm2020/acorex-components-tabs.mjs +13 -13
- package/fesm2020/acorex-components-textarea.mjs +8 -8
- package/fesm2020/acorex-components-textarea.mjs.map +1 -1
- package/fesm2020/acorex-components-textbox.mjs +10 -10
- package/fesm2020/acorex-components-time-box.mjs +7 -7
- package/fesm2020/acorex-components-toast.mjs +11 -11
- package/fesm2020/acorex-components-toast.mjs.map +1 -1
- package/fesm2020/acorex-components-tooltip.mjs +10 -10
- package/fesm2020/acorex-components-tree-view.mjs +7 -7
- package/fesm2020/acorex-components-uploader.mjs +7 -7
- package/form/src/validation-rule.widget.d.ts +1 -0
- package/form/src/validation-summary.component.d.ts +4 -2
- package/mixin/src/base-components.class.d.ts +3 -1
- package/mixin/src/base-menu-mixin.class.d.ts +5 -4
- package/mixin/src/button-mixin.class.d.ts +2 -1
- package/mixin/src/clickable-mixin.class.d.ts +3 -4
- package/mixin/src/color-look-mixing.class.d.ts +2 -1
- package/mixin/src/datalist-component.class.d.ts +10 -9
- package/mixin/src/dropdown-mixin.class.d.ts +2 -1
- package/mixin/src/interactive-mixin.class.d.ts +5 -6
- package/mixin/src/loading-mixin.class.d.ts +2 -1
- package/mixin/src/mixin.class.d.ts +61 -40
- package/mixin/src/page-component.class.d.ts +2 -1
- package/mixin/src/selection-component.class.d.ts +3 -4
- package/mixin/src/sizable-mixin.class.d.ts +2 -1
- package/mixin/src/textbox-mixin.class.d.ts +2 -1
- package/mixin/src/value-mixin.class.d.ts +8 -7
- package/package.json +5 -25
- package/selection-list/src/selection-list.component.d.ts +5 -4
- package/tabs/src/tab-item.component.d.ts +2 -1
- package/textarea/src/textarea.component.d.ts +1 -1
- package/carousel/index.d.ts +0 -5
- package/carousel/public-api.d.ts +0 -7
- package/carousel/src/carousel-arrows.component.d.ts +0 -16
- package/carousel/src/carousel-item.component.d.ts +0 -8
- package/carousel/src/carousel-pager.component.d.ts +0 -22
- package/carousel/src/carousel-splidejs.class.d.ts +0 -18
- package/carousel/src/carousel.class.d.ts +0 -71
- package/carousel/src/carousel.component.d.ts +0 -111
- package/carousel/src/carousel.module.d.ts +0 -11
- package/esm2020/carousel/acorex-components-carousel.mjs +0 -5
- package/esm2020/carousel/public-api.mjs +0 -8
- package/esm2020/carousel/src/carousel-arrows.component.mjs +0 -80
- package/esm2020/carousel/src/carousel-item.component.mjs +0 -21
- package/esm2020/carousel/src/carousel-pager.component.mjs +0 -74
- package/esm2020/carousel/src/carousel-splidejs.class.mjs +0 -91
- package/esm2020/carousel/src/carousel.class.mjs +0 -10
- package/esm2020/carousel/src/carousel.component.mjs +0 -438
- package/esm2020/carousel/src/carousel.module.mjs +0 -24
- package/fesm2015/acorex-components-carousel.mjs +0 -726
- package/fesm2015/acorex-components-carousel.mjs.map +0 -1
- package/fesm2020/acorex-components-carousel.mjs +0 -722
- package/fesm2020/acorex-components-carousel.mjs.map +0 -1
package/alert/public-api.d.ts
CHANGED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class AXAlertButtonDirective {
|
|
3
|
+
text: string;
|
|
4
|
+
look: 'default' | 'blank';
|
|
5
|
+
constructor();
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXAlertButtonDirective, never>;
|
|
7
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<AXAlertButtonDirective, "[ax-alert-button]", never, { "text": "text"; "look": "look"; }, {}, never, never, false>;
|
|
8
|
+
}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { AXButtonComponent } from '@acorex/components/button';
|
|
1
2
|
import { ElementRef, ChangeDetectorRef, EventEmitter } from '@angular/core';
|
|
2
3
|
import { AXEvent } from '@acorex/components/common';
|
|
3
4
|
import { AXBaseComponent, AXComponentOptionChanged } from '@acorex/components/mixin';
|
|
@@ -11,7 +12,7 @@ export declare const AXBaseAlertMixin: (new (...args: any[]) => {
|
|
|
11
12
|
look: import("@acorex/components/common").AXStyleLookType;
|
|
12
13
|
id: string;
|
|
13
14
|
rtl: boolean;
|
|
14
|
-
"__#
|
|
15
|
+
"__#34353@#elementRef": ElementRef<any>;
|
|
15
16
|
_cdr: ChangeDetectorRef;
|
|
16
17
|
_isInited: boolean;
|
|
17
18
|
_isRendered: boolean;
|
|
@@ -29,6 +30,7 @@ export declare const AXBaseAlertMixin: (new (...args: any[]) => {
|
|
|
29
30
|
_onOptionChanging(option: import("@acorex/components/mixin").AXComponentOptionChanging): any;
|
|
30
31
|
_onOptionChanged(option: AXComponentOptionChanged): void;
|
|
31
32
|
_setOption(option: import("@acorex/components/mixin").AXComponentSetOption): void;
|
|
33
|
+
_isRtl(): boolean;
|
|
32
34
|
}) & typeof AXBaseComponent;
|
|
33
35
|
/**
|
|
34
36
|
* Regular description
|
|
@@ -38,15 +40,20 @@ export declare const AXBaseAlertMixin: (new (...args: any[]) => {
|
|
|
38
40
|
export declare class AXAlertComponent extends AXBaseAlertMixin {
|
|
39
41
|
private _icon;
|
|
40
42
|
private _buttons;
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
protected
|
|
44
|
-
|
|
43
|
+
protected _content: AXButtonComponent;
|
|
44
|
+
protected _footer: AXButtonComponent;
|
|
45
|
+
protected _showInline: boolean;
|
|
46
|
+
onClosed: EventEmitter<AXEvent>;
|
|
47
|
+
private _customIcon;
|
|
48
|
+
private _timeOutRef;
|
|
45
49
|
/**
|
|
46
50
|
* @ignore
|
|
47
51
|
*/
|
|
48
52
|
get __hostClass(): string;
|
|
49
|
-
|
|
53
|
+
private _timeOut;
|
|
54
|
+
get timeOut(): number;
|
|
55
|
+
set timeOut(v: number);
|
|
56
|
+
private _observer;
|
|
50
57
|
protected _visible: boolean;
|
|
51
58
|
/**
|
|
52
59
|
* set the visibility of the Alert
|
|
@@ -57,14 +64,14 @@ export declare class AXAlertComponent extends AXBaseAlertMixin {
|
|
|
57
64
|
* @ignore
|
|
58
65
|
*/
|
|
59
66
|
constructor(elementRef: ElementRef, cdr: ChangeDetectorRef);
|
|
60
|
-
onInit(): void;
|
|
61
67
|
onViewInit(): void;
|
|
62
|
-
|
|
68
|
+
_onOptionChanged(option: AXComponentOptionChanged): void;
|
|
69
|
+
private _setIcon;
|
|
63
70
|
private _applyButtonStyle;
|
|
64
71
|
/**
|
|
65
72
|
* Remove the alert from the container
|
|
66
73
|
*/
|
|
67
|
-
|
|
74
|
+
close(): void;
|
|
68
75
|
/**
|
|
69
76
|
* Hide the alert
|
|
70
77
|
*/
|
|
@@ -73,6 +80,7 @@ export declare class AXAlertComponent extends AXBaseAlertMixin {
|
|
|
73
80
|
* Show the alert
|
|
74
81
|
*/
|
|
75
82
|
show(): void;
|
|
83
|
+
onDestroy(): void;
|
|
76
84
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXAlertComponent, never>;
|
|
77
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AXAlertComponent, "ax-alert", never, { "color": "color"; "
|
|
85
|
+
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-sub-title", "ax-content", "ax-footer", "ax-button", "ax-close-button"], false>;
|
|
78
86
|
}
|
|
@@ -1,9 +1,10 @@
|
|
|
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 "@
|
|
3
|
+
import * as i2 from "./alert-button.directive";
|
|
4
|
+
import * as i3 from "@angular/common";
|
|
5
|
+
import * as i4 from "@acorex/components/decorators";
|
|
5
6
|
export declare class AXAlertModule {
|
|
6
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXAlertModule, never>;
|
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AXAlertModule, [typeof i1.AXAlertComponent], [typeof
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXAlertModule, [typeof i1.AXAlertComponent, typeof i2.AXAlertButtonDirective], [typeof i3.CommonModule, typeof i4.AXDecoratorModule], [typeof i1.AXAlertComponent, typeof i2.AXAlertButtonDirective]>;
|
|
8
9
|
static ɵinj: i0.ɵɵInjectorDeclaration<AXAlertModule>;
|
|
9
10
|
}
|
|
@@ -10,7 +10,7 @@ export declare const AXBaseBadgeMixin: (new (...args: any[]) => {
|
|
|
10
10
|
look: import("@acorex/components/common").AXStyleLookType;
|
|
11
11
|
id: string;
|
|
12
12
|
rtl: boolean;
|
|
13
|
-
"__#
|
|
13
|
+
"__#34353@#elementRef": ElementRef<any>;
|
|
14
14
|
_cdr: ChangeDetectorRef;
|
|
15
15
|
_isInited: boolean;
|
|
16
16
|
_isRendered: boolean;
|
|
@@ -28,6 +28,7 @@ export declare const AXBaseBadgeMixin: (new (...args: any[]) => {
|
|
|
28
28
|
_onOptionChanging(option: import("@acorex/components/mixin").AXComponentOptionChanging): any;
|
|
29
29
|
_onOptionChanged(option: import("@acorex/components/mixin").AXComponentOptionChanged): void;
|
|
30
30
|
_setOption(option: import("@acorex/components/mixin").AXComponentSetOption): void;
|
|
31
|
+
_isRtl(): boolean;
|
|
31
32
|
}) & typeof AXBaseComponent;
|
|
32
33
|
export declare class AXBadgeComponent extends AXBaseBadgeMixin {
|
|
33
34
|
private elementRef;
|
|
@@ -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
|
+
"__#34356@#disabled": boolean;
|
|
7
7
|
disabled: boolean;
|
|
8
|
-
"__#
|
|
8
|
+
"__#34356@#tabIndex": number;
|
|
9
9
|
tabIndex: number;
|
|
10
10
|
onFocus: import("@angular/core").EventEmitter<import("@acorex/components/common").AXFocusEvent>;
|
|
11
11
|
_emitOnFocusEvent(e: FocusEvent): void;
|
|
@@ -15,7 +15,7 @@ export declare const AXBaseItemBreadCrumbMixin: (abstract new (...args: any[]) =
|
|
|
15
15
|
hasFocus(): boolean;
|
|
16
16
|
id: string;
|
|
17
17
|
rtl: boolean;
|
|
18
|
-
"__#
|
|
18
|
+
"__#34353@#elementRef": ElementRef<any>;
|
|
19
19
|
_cdr: ChangeDetectorRef;
|
|
20
20
|
_isInited: boolean;
|
|
21
21
|
_isRendered: boolean;
|
|
@@ -33,15 +33,13 @@ export declare const AXBaseItemBreadCrumbMixin: (abstract new (...args: any[]) =
|
|
|
33
33
|
_onOptionChanging(option: import("@acorex/components/mixin").AXComponentOptionChanging): any;
|
|
34
34
|
_onOptionChanged(option: import("@acorex/components/mixin").AXComponentOptionChanged): void;
|
|
35
35
|
_setOption(option: import("@acorex/components/mixin").AXComponentSetOption): void;
|
|
36
|
+
_isRtl(): boolean;
|
|
36
37
|
}) & (new (...args: any[]) => {
|
|
37
38
|
onClick: import("@angular/core").EventEmitter<import("@acorex/components/common").AXClickEvent>;
|
|
38
39
|
_emitOnClickEvent(e: MouseEvent): void;
|
|
39
40
|
id: string;
|
|
40
41
|
rtl: boolean;
|
|
41
|
-
"__#
|
|
42
|
-
/**
|
|
43
|
-
* @ignore
|
|
44
|
-
*/
|
|
42
|
+
"__#34353@#elementRef": ElementRef<any>;
|
|
45
43
|
_cdr: ChangeDetectorRef;
|
|
46
44
|
_isInited: boolean;
|
|
47
45
|
_isRendered: boolean;
|
|
@@ -59,6 +57,7 @@ export declare const AXBaseItemBreadCrumbMixin: (abstract new (...args: any[]) =
|
|
|
59
57
|
_onOptionChanging(option: import("@acorex/components/mixin").AXComponentOptionChanging): any;
|
|
60
58
|
_onOptionChanged(option: import("@acorex/components/mixin").AXComponentOptionChanged): void;
|
|
61
59
|
_setOption(option: import("@acorex/components/mixin").AXComponentSetOption): void;
|
|
60
|
+
_isRtl(): boolean;
|
|
62
61
|
}) & typeof AXBaseComponent;
|
|
63
62
|
export declare class AXBreadCrumbsItemComponent extends AXBaseItemBreadCrumbMixin {
|
|
64
63
|
_parent: AXBreadCrumbsComponent;
|
|
@@ -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
|
+
"__#34356@#disabled": boolean;
|
|
8
8
|
disabled: boolean;
|
|
9
|
-
"__#
|
|
9
|
+
"__#34356@#tabIndex": number;
|
|
10
10
|
tabIndex: number;
|
|
11
11
|
onFocus: EventEmitter<import("@acorex/components/common").AXFocusEvent>;
|
|
12
12
|
_emitOnFocusEvent(e: FocusEvent): void;
|
|
@@ -16,7 +16,7 @@ export declare const AXBaseButtonGroupMixin: (abstract new (...args: any[]) => {
|
|
|
16
16
|
hasFocus(): boolean;
|
|
17
17
|
id: string;
|
|
18
18
|
rtl: boolean;
|
|
19
|
-
"__#
|
|
19
|
+
"__#34353@#elementRef": ElementRef<any>;
|
|
20
20
|
_cdr: ChangeDetectorRef;
|
|
21
21
|
_isInited: boolean;
|
|
22
22
|
_isRendered: boolean;
|
|
@@ -34,6 +34,7 @@ export declare const AXBaseButtonGroupMixin: (abstract new (...args: any[]) => {
|
|
|
34
34
|
_onOptionChanging(option: import("@acorex/components/mixin").AXComponentOptionChanging): any;
|
|
35
35
|
_onOptionChanged(option: import("@acorex/components/mixin").AXComponentOptionChanged): void;
|
|
36
36
|
_setOption(option: import("@acorex/components/mixin").AXComponentSetOption): void;
|
|
37
|
+
_isRtl(): boolean;
|
|
37
38
|
}) & (new (...args: any[]) => {
|
|
38
39
|
colorChange: EventEmitter<import("@acorex/components/common").AXStyleColorType>;
|
|
39
40
|
_color: import("@acorex/components/common").AXStyleColorType;
|
|
@@ -43,7 +44,7 @@ export declare const AXBaseButtonGroupMixin: (abstract new (...args: any[]) => {
|
|
|
43
44
|
look: import("@acorex/components/common").AXStyleLookType;
|
|
44
45
|
id: string;
|
|
45
46
|
rtl: boolean;
|
|
46
|
-
"__#
|
|
47
|
+
"__#34353@#elementRef": ElementRef<any>;
|
|
47
48
|
_cdr: ChangeDetectorRef;
|
|
48
49
|
_isInited: boolean;
|
|
49
50
|
_isRendered: boolean;
|
|
@@ -61,6 +62,7 @@ export declare const AXBaseButtonGroupMixin: (abstract new (...args: any[]) => {
|
|
|
61
62
|
_onOptionChanging(option: import("@acorex/components/mixin").AXComponentOptionChanging): any;
|
|
62
63
|
_onOptionChanged(option: import("@acorex/components/mixin").AXComponentOptionChanged): void;
|
|
63
64
|
_setOption(option: import("@acorex/components/mixin").AXComponentSetOption): void;
|
|
65
|
+
_isRtl(): boolean;
|
|
64
66
|
}) & typeof AXBaseComponent;
|
|
65
67
|
export declare class AXButtonGroupComponent extends AXBaseButtonGroupMixin {
|
|
66
68
|
private zone;
|
|
@@ -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
|
+
"__#34356@#disabled": boolean;
|
|
7
7
|
disabled: boolean;
|
|
8
|
-
"__#
|
|
8
|
+
"__#34356@#tabIndex": number;
|
|
9
9
|
tabIndex: number;
|
|
10
10
|
onFocus: import("@angular/core").EventEmitter<import("@acorex/components/common").AXFocusEvent>;
|
|
11
11
|
_emitOnFocusEvent(e: FocusEvent): void;
|
|
@@ -15,7 +15,7 @@ export declare const AXBaseItemButtonMixin: (abstract new (...args: any[]) => {
|
|
|
15
15
|
hasFocus(): boolean;
|
|
16
16
|
id: string;
|
|
17
17
|
rtl: boolean;
|
|
18
|
-
"__#
|
|
18
|
+
"__#34353@#elementRef": ElementRef<any>;
|
|
19
19
|
_cdr: ChangeDetectorRef;
|
|
20
20
|
_isInited: boolean;
|
|
21
21
|
_isRendered: boolean;
|
|
@@ -33,12 +33,13 @@ export declare const AXBaseItemButtonMixin: (abstract new (...args: any[]) => {
|
|
|
33
33
|
_onOptionChanging(option: import("@acorex/components/mixin").AXComponentOptionChanging): any;
|
|
34
34
|
_onOptionChanged(option: import("@acorex/components/mixin").AXComponentOptionChanged): void;
|
|
35
35
|
_setOption(option: import("@acorex/components/mixin").AXComponentSetOption): void;
|
|
36
|
+
_isRtl(): boolean;
|
|
36
37
|
}) & (new (...args: any[]) => {
|
|
37
38
|
onClick: import("@angular/core").EventEmitter<import("@acorex/components/common").AXClickEvent>;
|
|
38
39
|
_emitOnClickEvent(e: MouseEvent): void;
|
|
39
40
|
id: string;
|
|
40
41
|
rtl: boolean;
|
|
41
|
-
"__#
|
|
42
|
+
"__#34353@#elementRef": ElementRef<any>;
|
|
42
43
|
_cdr: ChangeDetectorRef;
|
|
43
44
|
_isInited: boolean;
|
|
44
45
|
_isRendered: boolean;
|
|
@@ -56,6 +57,7 @@ export declare const AXBaseItemButtonMixin: (abstract new (...args: any[]) => {
|
|
|
56
57
|
_onOptionChanging(option: import("@acorex/components/mixin").AXComponentOptionChanging): any;
|
|
57
58
|
_onOptionChanged(option: import("@acorex/components/mixin").AXComponentOptionChanged): void;
|
|
58
59
|
_setOption(option: import("@acorex/components/mixin").AXComponentSetOption): void;
|
|
60
|
+
_isRtl(): boolean;
|
|
59
61
|
}) & typeof AXBaseComponent;
|
|
60
62
|
export declare class AXButtonItemComponent extends AXBaseItemButtonMixin {
|
|
61
63
|
/**
|
|
@@ -7,7 +7,7 @@ export declare const AXCalendarComponentMixin: any;
|
|
|
7
7
|
export declare class AXCalendarComponent extends AXCalendarComponentMixin {
|
|
8
8
|
private cdr;
|
|
9
9
|
interface: 'calendar' | 'picker';
|
|
10
|
-
|
|
10
|
+
todayText: string;
|
|
11
11
|
private get _viewRange();
|
|
12
12
|
protected _today: AXDateTime;
|
|
13
13
|
private _viewStartDate;
|
|
@@ -21,10 +21,10 @@ export declare class AXCalendarComponent extends AXCalendarComponentMixin {
|
|
|
21
21
|
private _refresh;
|
|
22
22
|
protected onInit(): void;
|
|
23
23
|
private _genearteSlots;
|
|
24
|
-
protected _handlePrevClick(
|
|
25
|
-
protected _handleNextClick(
|
|
24
|
+
protected _handlePrevClick(): void;
|
|
25
|
+
protected _handleNextClick(): void;
|
|
26
26
|
protected _handleSlotClick(e: MouseEvent, slot: any): void;
|
|
27
|
-
protected _handleNavClick(e: AXClickEvent): void;
|
|
27
|
+
protected _handleNavClick(e: AXClickEvent | any): void;
|
|
28
28
|
protected _onOptionChanged(option: AXComponentOptionChanged): void;
|
|
29
29
|
protected _onValueChanged(oldValue: any, newValue: any): void;
|
|
30
30
|
protected _handleGoToday(): void;
|
|
@@ -1,11 +1,9 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./calendar.component";
|
|
3
3
|
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "@acorex/
|
|
5
|
-
import * as i4 from "@acorex/components/decorators";
|
|
6
|
-
import * as i5 from "@acorex/core/dateTime";
|
|
4
|
+
import * as i3 from "@acorex/core/dateTime";
|
|
7
5
|
export declare class AXCalendarModule {
|
|
8
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXCalendarModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AXCalendarModule, [typeof i1.AXCalendarComponent], [typeof i2.CommonModule, typeof i3.
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXCalendarModule, [typeof i1.AXCalendarComponent], [typeof i2.CommonModule, typeof i3.AXDateTimeModule], [typeof i1.AXCalendarComponent]>;
|
|
10
8
|
static ɵinj: i0.ɵɵInjectorDeclaration<AXCalendarModule>;
|
|
11
9
|
}
|
|
@@ -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
|
+
"__#34356@#disabled": boolean;
|
|
10
10
|
disabled: boolean;
|
|
11
|
-
"__#
|
|
11
|
+
"__#34356@#tabIndex": number;
|
|
12
12
|
tabIndex: number;
|
|
13
13
|
onFocus: import("@angular/core").EventEmitter<import("@acorex/components/common").AXFocusEvent>;
|
|
14
14
|
_emitOnFocusEvent(e: FocusEvent): void;
|
|
@@ -18,7 +18,7 @@ export declare const AXBaseColorPickerMixin: (abstract new (...args: any[]) => {
|
|
|
18
18
|
hasFocus(): boolean;
|
|
19
19
|
id: string;
|
|
20
20
|
rtl: boolean;
|
|
21
|
-
"__#
|
|
21
|
+
"__#34353@#elementRef": ElementRef<any>;
|
|
22
22
|
_cdr: ChangeDetectorRef;
|
|
23
23
|
_isInited: boolean;
|
|
24
24
|
_isRendered: boolean;
|
|
@@ -36,6 +36,7 @@ export declare const AXBaseColorPickerMixin: (abstract new (...args: any[]) => {
|
|
|
36
36
|
_onOptionChanging(option: import("@acorex/components/mixin").AXComponentOptionChanging): any;
|
|
37
37
|
_onOptionChanged(option: import("@acorex/components/mixin").AXComponentOptionChanged): void;
|
|
38
38
|
_setOption(option: import("@acorex/components/mixin").AXComponentSetOption): void;
|
|
39
|
+
_isRtl(): boolean;
|
|
39
40
|
}) & (abstract new (...args: any[]) => {
|
|
40
41
|
readonly: boolean;
|
|
41
42
|
onOpened: import("@angular/core").EventEmitter<import("@acorex/components/common").AXEvent>;
|
|
@@ -52,7 +53,7 @@ export declare const AXBaseColorPickerMixin: (abstract new (...args: any[]) => {
|
|
|
52
53
|
readonly isOpen: boolean;
|
|
53
54
|
id: string;
|
|
54
55
|
rtl: boolean;
|
|
55
|
-
"__#
|
|
56
|
+
"__#34353@#elementRef": ElementRef<any>;
|
|
56
57
|
_cdr: ChangeDetectorRef;
|
|
57
58
|
_isInited: boolean;
|
|
58
59
|
_isRendered: boolean;
|
|
@@ -68,20 +69,21 @@ export declare const AXBaseColorPickerMixin: (abstract new (...args: any[]) => {
|
|
|
68
69
|
_onOptionChanging(option: import("@acorex/components/mixin").AXComponentOptionChanging): any;
|
|
69
70
|
_onOptionChanged(option: import("@acorex/components/mixin").AXComponentOptionChanged): void;
|
|
70
71
|
_setOption(option: import("@acorex/components/mixin").AXComponentSetOption): void;
|
|
72
|
+
_isRtl(): boolean;
|
|
71
73
|
}) & (new (...args: any[]) => {
|
|
72
74
|
onValueChanged: import("@angular/core").EventEmitter<AXValueChangedEvent<any>>;
|
|
73
75
|
valueChange: import("@angular/core").EventEmitter<any>;
|
|
74
|
-
"__#
|
|
76
|
+
"__#34357@#readonly": boolean;
|
|
75
77
|
readonly: boolean;
|
|
76
|
-
"__#
|
|
78
|
+
"__#34357@#allowNull": boolean;
|
|
77
79
|
allowNull: boolean;
|
|
78
|
-
"__#
|
|
80
|
+
"__#34357@#name": string;
|
|
79
81
|
name: string;
|
|
80
|
-
"__#
|
|
82
|
+
"__#34357@#isUserInteraction": boolean;
|
|
81
83
|
readonly isUserInteraction: boolean;
|
|
82
|
-
"__#
|
|
84
|
+
"__#34357@#value": any;
|
|
83
85
|
value: any;
|
|
84
|
-
"__#
|
|
86
|
+
"__#34357@#state": "error" | "clear" | "success";
|
|
85
87
|
readonly state: "error" | "clear" | "success";
|
|
86
88
|
_emitOnValueChangedEvent(oldValue?: any, newValue?: any): void;
|
|
87
89
|
_internalSetValue(value: any): any;
|
|
@@ -97,7 +99,7 @@ export declare const AXBaseColorPickerMixin: (abstract new (...args: any[]) => {
|
|
|
97
99
|
_setState(state: "error" | "clear" | "success", ...args: any[]): void;
|
|
98
100
|
id: string;
|
|
99
101
|
rtl: boolean;
|
|
100
|
-
"__#
|
|
102
|
+
"__#34353@#elementRef": ElementRef<any>;
|
|
101
103
|
_cdr: ChangeDetectorRef;
|
|
102
104
|
_isInited: boolean;
|
|
103
105
|
_isRendered: boolean;
|
|
@@ -113,6 +115,7 @@ export declare const AXBaseColorPickerMixin: (abstract new (...args: any[]) => {
|
|
|
113
115
|
_onOptionChanging(option: import("@acorex/components/mixin").AXComponentOptionChanging): any;
|
|
114
116
|
_onOptionChanged(option: import("@acorex/components/mixin").AXComponentOptionChanged): void;
|
|
115
117
|
_setOption(option: import("@acorex/components/mixin").AXComponentSetOption): void;
|
|
118
|
+
_isRtl(): boolean;
|
|
116
119
|
}) & (new (...args: any[]) => {
|
|
117
120
|
type: string;
|
|
118
121
|
placeholder: string;
|
|
@@ -126,7 +129,7 @@ export declare const AXBaseColorPickerMixin: (abstract new (...args: any[]) => {
|
|
|
126
129
|
_emitOnKeypressEvent(e: KeyboardEvent): void;
|
|
127
130
|
id: string;
|
|
128
131
|
rtl: boolean;
|
|
129
|
-
"__#
|
|
132
|
+
"__#34353@#elementRef": ElementRef<any>;
|
|
130
133
|
_cdr: ChangeDetectorRef;
|
|
131
134
|
_isInited: boolean;
|
|
132
135
|
_isRendered: boolean;
|
|
@@ -146,6 +149,7 @@ export declare const AXBaseColorPickerMixin: (abstract new (...args: any[]) => {
|
|
|
146
149
|
_onOptionChanging(option: import("@acorex/components/mixin").AXComponentOptionChanging): any;
|
|
147
150
|
_onOptionChanged(option: import("@acorex/components/mixin").AXComponentOptionChanged): void;
|
|
148
151
|
_setOption(option: import("@acorex/components/mixin").AXComponentSetOption): void;
|
|
152
|
+
_isRtl(): boolean;
|
|
149
153
|
}) & typeof AXBaseComponent;
|
|
150
154
|
/**
|
|
151
155
|
* The Button is a component which detects user interaction and triggers a corresponding event
|
|
@@ -4,7 +4,7 @@ import { AXDataColumnComponent } from './data-column.directive';
|
|
|
4
4
|
import { AXBaseComponentMixin, AXDataListItems } from '@acorex/components/mixin';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class AXDataTableComponent extends AXBaseComponentMixin implements AXPagedComponentInterface {
|
|
7
|
-
_columns: QueryList<AXDataColumnComponent>;
|
|
7
|
+
protected _columns: QueryList<AXDataColumnComponent>;
|
|
8
8
|
onPageChanged: EventEmitter<AXValueChangedEvent<number>>;
|
|
9
9
|
rowTemplate?: TemplateRef<any>;
|
|
10
10
|
emptyTemplate?: TemplateRef<any>;
|
|
@@ -19,8 +19,8 @@ export declare class AXDataTableComponent extends AXBaseComponentMixin implement
|
|
|
19
19
|
private _totalItems;
|
|
20
20
|
private _isLazy;
|
|
21
21
|
get totalCount(): number;
|
|
22
|
-
get isLazy(): boolean;
|
|
23
|
-
get loadedCount(): number;
|
|
22
|
+
protected get isLazy(): boolean;
|
|
23
|
+
protected get loadedCount(): number;
|
|
24
24
|
private _items;
|
|
25
25
|
get items(): AXDataListItems;
|
|
26
26
|
set items(v: AXDataListItems);
|
|
@@ -6,9 +6,9 @@ import { AXPopoverComponent } from '@acorex/components/popover';
|
|
|
6
6
|
import { AXComponentOptionChanged } from '@acorex/components/mixin';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
8
|
export declare const AXBaseDatePickerMixin: (abstract new (...args: any[]) => {
|
|
9
|
-
"__#
|
|
9
|
+
"__#34356@#disabled": boolean;
|
|
10
10
|
disabled: boolean;
|
|
11
|
-
"__#
|
|
11
|
+
"__#34356@#tabIndex": number;
|
|
12
12
|
tabIndex: number;
|
|
13
13
|
onFocus: EventEmitter<import("@acorex/components/common").AXFocusEvent>;
|
|
14
14
|
_emitOnFocusEvent(e: FocusEvent): void;
|
|
@@ -18,7 +18,7 @@ export declare const AXBaseDatePickerMixin: (abstract new (...args: any[]) => {
|
|
|
18
18
|
hasFocus(): boolean;
|
|
19
19
|
id: string;
|
|
20
20
|
rtl: boolean;
|
|
21
|
-
"__#
|
|
21
|
+
"__#34353@#elementRef": ElementRef<any>;
|
|
22
22
|
_cdr: ChangeDetectorRef;
|
|
23
23
|
_isInited: boolean;
|
|
24
24
|
_isRendered: boolean;
|
|
@@ -36,6 +36,7 @@ export declare const AXBaseDatePickerMixin: (abstract new (...args: any[]) => {
|
|
|
36
36
|
_onOptionChanging(option: import("@acorex/components/mixin").AXComponentOptionChanging): any;
|
|
37
37
|
_onOptionChanged(option: AXComponentOptionChanged): void;
|
|
38
38
|
_setOption(option: import("@acorex/components/mixin").AXComponentSetOption): void;
|
|
39
|
+
_isRtl(): boolean;
|
|
39
40
|
}) & (abstract new (...args: any[]) => {
|
|
40
41
|
readonly: boolean;
|
|
41
42
|
onOpened: EventEmitter<import("@acorex/components/common").AXEvent>;
|
|
@@ -52,7 +53,7 @@ export declare const AXBaseDatePickerMixin: (abstract new (...args: any[]) => {
|
|
|
52
53
|
readonly isOpen: boolean;
|
|
53
54
|
id: string;
|
|
54
55
|
rtl: boolean;
|
|
55
|
-
"__#
|
|
56
|
+
"__#34353@#elementRef": ElementRef<any>;
|
|
56
57
|
_cdr: ChangeDetectorRef;
|
|
57
58
|
_isInited: boolean;
|
|
58
59
|
_isRendered: boolean;
|
|
@@ -68,20 +69,21 @@ export declare const AXBaseDatePickerMixin: (abstract new (...args: any[]) => {
|
|
|
68
69
|
_onOptionChanging(option: import("@acorex/components/mixin").AXComponentOptionChanging): any;
|
|
69
70
|
_onOptionChanged(option: AXComponentOptionChanged): void;
|
|
70
71
|
_setOption(option: import("@acorex/components/mixin").AXComponentSetOption): void;
|
|
72
|
+
_isRtl(): boolean;
|
|
71
73
|
}) & (new (...args: any[]) => {
|
|
72
74
|
onValueChanged: EventEmitter<import("@acorex/components/common").AXValueChangedEvent<any>>;
|
|
73
75
|
valueChange: EventEmitter<any>;
|
|
74
|
-
"__#
|
|
76
|
+
"__#34357@#readonly": boolean;
|
|
75
77
|
readonly: boolean;
|
|
76
|
-
"__#
|
|
78
|
+
"__#34357@#allowNull": boolean;
|
|
77
79
|
allowNull: boolean;
|
|
78
|
-
"__#
|
|
80
|
+
"__#34357@#name": string;
|
|
79
81
|
name: string;
|
|
80
|
-
"__#
|
|
82
|
+
"__#34357@#isUserInteraction": boolean;
|
|
81
83
|
readonly isUserInteraction: boolean;
|
|
82
|
-
"__#
|
|
84
|
+
"__#34357@#value": any;
|
|
83
85
|
value: any;
|
|
84
|
-
"__#
|
|
86
|
+
"__#34357@#state": "error" | "clear" | "success";
|
|
85
87
|
readonly state: "error" | "clear" | "success";
|
|
86
88
|
_emitOnValueChangedEvent(oldValue?: any, newValue?: any): void;
|
|
87
89
|
_internalSetValue(value: any): any;
|
|
@@ -97,7 +99,7 @@ export declare const AXBaseDatePickerMixin: (abstract new (...args: any[]) => {
|
|
|
97
99
|
_setState(state: "error" | "clear" | "success", ...args: any[]): void;
|
|
98
100
|
id: string;
|
|
99
101
|
rtl: boolean;
|
|
100
|
-
"__#
|
|
102
|
+
"__#34353@#elementRef": ElementRef<any>;
|
|
101
103
|
_cdr: ChangeDetectorRef;
|
|
102
104
|
_isInited: boolean;
|
|
103
105
|
_isRendered: boolean;
|
|
@@ -113,6 +115,7 @@ export declare const AXBaseDatePickerMixin: (abstract new (...args: any[]) => {
|
|
|
113
115
|
_onOptionChanging(option: import("@acorex/components/mixin").AXComponentOptionChanging): any;
|
|
114
116
|
_onOptionChanged(option: AXComponentOptionChanged): void;
|
|
115
117
|
_setOption(option: import("@acorex/components/mixin").AXComponentSetOption): void;
|
|
118
|
+
_isRtl(): boolean;
|
|
116
119
|
}) & typeof AXCalendarBaseComponent;
|
|
117
120
|
export declare class AXDatePickerComponent extends AXBaseDatePickerMixin {
|
|
118
121
|
private _platform;
|
|
@@ -7,6 +7,7 @@ export * from './src/icon.component';
|
|
|
7
7
|
export * from './src/overlay.component';
|
|
8
8
|
export * from './src/placeholder.component';
|
|
9
9
|
export * from './src/prefix.component';
|
|
10
|
+
export * from './src/sub-title.component';
|
|
10
11
|
export * from './src/suffix.component';
|
|
11
12
|
export * from './src/text.component';
|
|
12
13
|
export * from './src/title.component';
|
|
@@ -6,13 +6,14 @@ import * as i4 from "./header.component";
|
|
|
6
6
|
import * as i5 from "./footer.component";
|
|
7
7
|
import * as i6 from "./icon.component";
|
|
8
8
|
import * as i7 from "./title.component";
|
|
9
|
-
import * as i8 from "./
|
|
10
|
-
import * as i9 from "./
|
|
11
|
-
import * as i10 from "./
|
|
12
|
-
import * as i11 from "./
|
|
13
|
-
import * as i12 from "
|
|
9
|
+
import * as i8 from "./sub-title.component";
|
|
10
|
+
import * as i9 from "./close-button.component";
|
|
11
|
+
import * as i10 from "./overlay.component";
|
|
12
|
+
import * as i11 from "./placeholder.component";
|
|
13
|
+
import * as i12 from "./text.component";
|
|
14
|
+
import * as i13 from "@angular/common";
|
|
14
15
|
export declare class AXDecoratorModule {
|
|
15
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXDecoratorModule, never>;
|
|
16
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AXDecoratorModule, [typeof i1.AXDecoratorPrefixComponent, typeof i2.AXDecoratorSuffixComponent, typeof i3.AXDecoratorContentComponent, typeof i4.AXDecoratorHeaderComponent, typeof i5.AXDecoratorFooterComponent, typeof i6.AXDecoratorIconComponent, typeof i7.AXDecoratorTitleComponent, typeof i8.
|
|
17
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXDecoratorModule, [typeof i1.AXDecoratorPrefixComponent, typeof i2.AXDecoratorSuffixComponent, typeof i3.AXDecoratorContentComponent, typeof i4.AXDecoratorHeaderComponent, typeof i5.AXDecoratorFooterComponent, typeof i6.AXDecoratorIconComponent, typeof i7.AXDecoratorTitleComponent, typeof i8.AXDecoratorSubTitleComponent, typeof i9.AXDecoratorCloseButtonComponent, typeof i10.AXDecoratorOverlayComponent, typeof i11.AXDecoratorPlaceholderComponent, typeof i12.AXDecoratorTextComponent], [typeof i13.CommonModule], [typeof i1.AXDecoratorPrefixComponent, typeof i2.AXDecoratorSuffixComponent, typeof i3.AXDecoratorContentComponent, typeof i4.AXDecoratorHeaderComponent, typeof i5.AXDecoratorFooterComponent, typeof i6.AXDecoratorIconComponent, typeof i7.AXDecoratorTitleComponent, typeof i8.AXDecoratorSubTitleComponent, typeof i9.AXDecoratorCloseButtonComponent, typeof i10.AXDecoratorOverlayComponent, typeof i11.AXDecoratorPlaceholderComponent, typeof i12.AXDecoratorTextComponent]>;
|
|
17
18
|
static ɵinj: i0.ɵɵInjectorDeclaration<AXDecoratorModule>;
|
|
18
19
|
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { AXBaseComponentMixin } from '@acorex/components/mixin';
|
|
2
|
+
import { ElementRef, ChangeDetectorRef } from '@angular/core';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class AXDecoratorSubTitleComponent extends AXBaseComponentMixin {
|
|
5
|
+
constructor(_elementRef: ElementRef, _cdr: ChangeDetectorRef);
|
|
6
|
+
text: string;
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXDecoratorSubTitleComponent, never>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXDecoratorSubTitleComponent, "ax-sub-title", never, { "text": "text"; }, {}, never, ["*"], false>;
|
|
9
|
+
}
|
|
@@ -15,8 +15,8 @@ export class AXActionSheetItemComponent extends AXBaseComponent {
|
|
|
15
15
|
this.onClick.emit(e);
|
|
16
16
|
}
|
|
17
17
|
}
|
|
18
|
-
AXActionSheetItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
19
|
-
AXActionSheetItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.
|
|
18
|
+
AXActionSheetItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXActionSheetItemComponent, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
19
|
+
AXActionSheetItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.2", type: AXActionSheetItemComponent, selector: "ax-action-sheet-item", inputs: { text: "text", color: "color" }, outputs: { onClick: "onClick" }, usesInheritance: true, ngImport: i0, template: `
|
|
20
20
|
<ax-button
|
|
21
21
|
[color]="color"
|
|
22
22
|
look="blank"
|
|
@@ -24,7 +24,7 @@ AXActionSheetItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0
|
|
|
24
24
|
(onClick)="_handleOnClick($event)"
|
|
25
25
|
></ax-button>
|
|
26
26
|
`, isInline: true, dependencies: [{ kind: "component", type: i1.AXButtonComponent, selector: "ax-button", inputs: ["disabled", "size", "tabIndex", "color", "look", "text", "toggleable", "selected", "type"], outputs: ["onBlur", "onFocus", "onClick", "selectedChange", "toggleableChange", "lookChange", "colorChange"] }] });
|
|
27
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
27
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXActionSheetItemComponent, decorators: [{
|
|
28
28
|
type: Component,
|
|
29
29
|
args: [{
|
|
30
30
|
selector: 'ax-action-sheet-item',
|
|
@@ -28,8 +28,8 @@ export class AXActionSheetComponent extends AXBaseComponent {
|
|
|
28
28
|
this.isOpen = !this.isOpen;
|
|
29
29
|
}
|
|
30
30
|
}
|
|
31
|
-
AXActionSheetComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
32
|
-
AXActionSheetComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.
|
|
31
|
+
AXActionSheetComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXActionSheetComponent, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
32
|
+
AXActionSheetComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.2", type: AXActionSheetComponent, selector: "ax-action-sheet", inputs: { caption: "caption", closeOnBackdrop: "closeOnBackdrop" }, host: { classAttribute: "ax-action-sheet" }, usesInheritance: true, ngImport: i0, template: "<div class=\"ax-action-sheet-backdrop\" [@backdrop]=\"isOpen ? 'show' : 'hide'\" (click)=\"_handleBackdropClick()\"></div>\r\n<div class=\"ax-action-sheet-container\" [@openClose]=\"isOpen ? 'open' : 'closed'\">\r\n <div class=\"ax-bg-white ax-h-full dark:ax-bg-dark-700\">\r\n <div class=\"ax-action-sheet-caption\" *ngIf=\"caption\">\r\n {{caption}}\r\n </div>\r\n <ng-content select=\"ax-content\"></ng-content>\r\n <div class=\"ax-action-sheet-items\">\r\n <ng-content select=\"ax-action-sheet-item\"></ng-content>\r\n </div>\r\n </div>\r\n</div>", dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], animations: [
|
|
33
33
|
trigger('backdrop', [
|
|
34
34
|
state('show', style({
|
|
35
35
|
opacity: 1,
|
|
@@ -53,7 +53,7 @@ AXActionSheetComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0",
|
|
|
53
53
|
transition('open <=> closed', [animate('0.2s')]),
|
|
54
54
|
]),
|
|
55
55
|
] });
|
|
56
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
56
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXActionSheetComponent, decorators: [{
|
|
57
57
|
type: Component,
|
|
58
58
|
args: [{ selector: 'ax-action-sheet', animations: [
|
|
59
59
|
trigger('backdrop', [
|
|
@@ -6,10 +6,10 @@ import { AXActionSheetItemComponent } from './action-sheet-item.component';
|
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
export class AXActionSheetModule {
|
|
8
8
|
}
|
|
9
|
-
AXActionSheetModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
10
|
-
AXActionSheetModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.
|
|
11
|
-
AXActionSheetModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.
|
|
12
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
9
|
+
AXActionSheetModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXActionSheetModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
10
|
+
AXActionSheetModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.2", ngImport: i0, type: AXActionSheetModule, declarations: [AXActionSheetComponent, AXActionSheetItemComponent], imports: [CommonModule, AXButtonModule], exports: [AXActionSheetComponent, AXActionSheetItemComponent] });
|
|
11
|
+
AXActionSheetModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXActionSheetModule, imports: [CommonModule, AXButtonModule] });
|
|
12
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.2", ngImport: i0, type: AXActionSheetModule, decorators: [{
|
|
13
13
|
type: NgModule,
|
|
14
14
|
args: [{
|
|
15
15
|
declarations: [AXActionSheetComponent, AXActionSheetItemComponent],
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
export * from './src/alert-button.directive';
|
|
1
2
|
export * from './src/alert.component';
|
|
2
3
|
export * from './src/alert.module';
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
4
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2Fjb3JleC9jb21wb25lbnRzL2FsZXJ0L3B1YmxpYy1hcGkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYyw4QkFBOEIsQ0FBQztBQUM3QyxjQUFjLHVCQUF1QixDQUFDO0FBQ3RDLGNBQWMsb0JBQW9CLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL3NyYy9hbGVydC1idXR0b24uZGlyZWN0aXZlJztcclxuZXhwb3J0ICogZnJvbSAnLi9zcmMvYWxlcnQuY29tcG9uZW50JztcclxuZXhwb3J0ICogZnJvbSAnLi9zcmMvYWxlcnQubW9kdWxlJzsiXX0=
|