@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
|
@@ -17,7 +17,7 @@ export declare function _LoadingComponenetMixin<TBase extends Constructor<AXBase
|
|
|
17
17
|
_onInternalInit(): void;
|
|
18
18
|
id: string;
|
|
19
19
|
rtl: boolean;
|
|
20
|
-
"__#
|
|
20
|
+
"__#34353@#elementRef": import("@angular/core").ElementRef<any>;
|
|
21
21
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
|
22
22
|
_isInited: boolean;
|
|
23
23
|
_isRendered: boolean;
|
|
@@ -34,5 +34,6 @@ export declare function _LoadingComponenetMixin<TBase extends Constructor<AXBase
|
|
|
34
34
|
_onOptionChanging(option: import("./base-components.class").AXComponentOptionChanging): any;
|
|
35
35
|
_onOptionChanged(option: import("./base-components.class").AXComponentOptionChanged): void;
|
|
36
36
|
_setOption(option: import("./base-components.class").AXComponentSetOption): void;
|
|
37
|
+
_isRtl(): boolean;
|
|
37
38
|
};
|
|
38
39
|
} & TBase;
|
|
@@ -3,7 +3,7 @@ export declare const AXBaseComponentMixin: {
|
|
|
3
3
|
new (...args: any[]): {
|
|
4
4
|
id: string;
|
|
5
5
|
rtl: boolean;
|
|
6
|
-
"__#
|
|
6
|
+
"__#34353@#elementRef": import("@angular/core").ElementRef<any>;
|
|
7
7
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
|
8
8
|
_isInited: boolean;
|
|
9
9
|
_isRendered: boolean;
|
|
@@ -21,6 +21,7 @@ export declare const AXBaseComponentMixin: {
|
|
|
21
21
|
_onOptionChanging(option: import("./base-components.class").AXComponentOptionChanging): any;
|
|
22
22
|
_onOptionChanged(option: import("./base-components.class").AXComponentOptionChanged): void;
|
|
23
23
|
_setOption(option: import("./base-components.class").AXComponentSetOption): void;
|
|
24
|
+
_isRtl(): boolean;
|
|
24
25
|
};
|
|
25
26
|
} & typeof AXBaseComponent;
|
|
26
27
|
export declare const AXSizableComponentMixin: {
|
|
@@ -29,7 +30,7 @@ export declare const AXSizableComponentMixin: {
|
|
|
29
30
|
_onInternalInit(): void;
|
|
30
31
|
id: string;
|
|
31
32
|
rtl: boolean;
|
|
32
|
-
"__#
|
|
33
|
+
"__#34353@#elementRef": import("@angular/core").ElementRef<any>;
|
|
33
34
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
|
34
35
|
_isInited: boolean;
|
|
35
36
|
_isRendered: boolean;
|
|
@@ -46,12 +47,13 @@ export declare const AXSizableComponentMixin: {
|
|
|
46
47
|
_onOptionChanging(option: import("./base-components.class").AXComponentOptionChanging): any;
|
|
47
48
|
_onOptionChanged(option: import("./base-components.class").AXComponentOptionChanged): void;
|
|
48
49
|
_setOption(option: import("./base-components.class").AXComponentSetOption): void;
|
|
50
|
+
_isRtl(): boolean;
|
|
49
51
|
};
|
|
50
52
|
} & {
|
|
51
53
|
new (...args: any[]): {
|
|
52
54
|
id: string;
|
|
53
55
|
rtl: boolean;
|
|
54
|
-
"__#
|
|
56
|
+
"__#34353@#elementRef": import("@angular/core").ElementRef<any>;
|
|
55
57
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
|
56
58
|
_isInited: boolean;
|
|
57
59
|
_isRendered: boolean;
|
|
@@ -69,6 +71,7 @@ export declare const AXSizableComponentMixin: {
|
|
|
69
71
|
_onOptionChanging(option: import("./base-components.class").AXComponentOptionChanging): any;
|
|
70
72
|
_onOptionChanged(option: import("./base-components.class").AXComponentOptionChanged): void;
|
|
71
73
|
_setOption(option: import("./base-components.class").AXComponentSetOption): void;
|
|
74
|
+
_isRtl(): boolean;
|
|
72
75
|
};
|
|
73
76
|
} & typeof AXBaseComponent;
|
|
74
77
|
export declare const AXInteractiveComponenetMixin: {
|
|
@@ -77,7 +80,7 @@ export declare const AXInteractiveComponenetMixin: {
|
|
|
77
80
|
_onInternalInit(): void;
|
|
78
81
|
id: string;
|
|
79
82
|
rtl: boolean;
|
|
80
|
-
"__#
|
|
83
|
+
"__#34353@#elementRef": import("@angular/core").ElementRef<any>;
|
|
81
84
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
|
82
85
|
_isInited: boolean;
|
|
83
86
|
_isRendered: boolean;
|
|
@@ -94,11 +97,12 @@ export declare const AXInteractiveComponenetMixin: {
|
|
|
94
97
|
_onOptionChanging(option: import("./base-components.class").AXComponentOptionChanging): any;
|
|
95
98
|
_onOptionChanged(option: import("./base-components.class").AXComponentOptionChanged): void;
|
|
96
99
|
_setOption(option: import("./base-components.class").AXComponentSetOption): void;
|
|
100
|
+
_isRtl(): boolean;
|
|
97
101
|
};
|
|
98
102
|
} & (abstract new (...args: any[]) => {
|
|
99
|
-
"__#
|
|
103
|
+
"__#34356@#disabled": boolean;
|
|
100
104
|
disabled: boolean;
|
|
101
|
-
"__#
|
|
105
|
+
"__#34356@#tabIndex": number;
|
|
102
106
|
tabIndex: number;
|
|
103
107
|
onFocus: import("@angular/core").EventEmitter<import("@acorex/components/common").AXFocusEvent>;
|
|
104
108
|
_emitOnFocusEvent(e: FocusEvent): void;
|
|
@@ -108,7 +112,7 @@ export declare const AXInteractiveComponenetMixin: {
|
|
|
108
112
|
hasFocus(): boolean;
|
|
109
113
|
id: string;
|
|
110
114
|
rtl: boolean;
|
|
111
|
-
"__#
|
|
115
|
+
"__#34353@#elementRef": import("@angular/core").ElementRef<any>;
|
|
112
116
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
|
113
117
|
_isInited: boolean;
|
|
114
118
|
_isRendered: boolean;
|
|
@@ -126,11 +130,12 @@ export declare const AXInteractiveComponenetMixin: {
|
|
|
126
130
|
_onOptionChanging(option: import("./base-components.class").AXComponentOptionChanging): any;
|
|
127
131
|
_onOptionChanged(option: import("./base-components.class").AXComponentOptionChanged): void;
|
|
128
132
|
_setOption(option: import("./base-components.class").AXComponentSetOption): void;
|
|
133
|
+
_isRtl(): boolean;
|
|
129
134
|
}) & typeof AXBaseComponent;
|
|
130
135
|
export declare const AXBaseClickableMixin: (abstract new (...args: any[]) => {
|
|
131
|
-
"__#
|
|
136
|
+
"__#34356@#disabled": boolean;
|
|
132
137
|
disabled: boolean;
|
|
133
|
-
"__#
|
|
138
|
+
"__#34356@#tabIndex": number;
|
|
134
139
|
tabIndex: number;
|
|
135
140
|
onFocus: import("@angular/core").EventEmitter<import("@acorex/components/common").AXFocusEvent>;
|
|
136
141
|
_emitOnFocusEvent(e: FocusEvent): void;
|
|
@@ -140,7 +145,7 @@ export declare const AXBaseClickableMixin: (abstract new (...args: any[]) => {
|
|
|
140
145
|
hasFocus(): boolean;
|
|
141
146
|
id: string;
|
|
142
147
|
rtl: boolean;
|
|
143
|
-
"__#
|
|
148
|
+
"__#34353@#elementRef": import("@angular/core").ElementRef<any>;
|
|
144
149
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
|
145
150
|
_isInited: boolean;
|
|
146
151
|
_isRendered: boolean;
|
|
@@ -158,13 +163,14 @@ export declare const AXBaseClickableMixin: (abstract new (...args: any[]) => {
|
|
|
158
163
|
_onOptionChanging(option: import("./base-components.class").AXComponentOptionChanging): any;
|
|
159
164
|
_onOptionChanged(option: import("./base-components.class").AXComponentOptionChanged): void;
|
|
160
165
|
_setOption(option: import("./base-components.class").AXComponentSetOption): void;
|
|
166
|
+
_isRtl(): boolean;
|
|
161
167
|
}) & {
|
|
162
168
|
new (...args: any[]): {
|
|
163
169
|
onClick: import("@angular/core").EventEmitter<import("@acorex/components/common").AXClickEvent>;
|
|
164
170
|
_emitOnClickEvent(e: MouseEvent): void;
|
|
165
171
|
id: string;
|
|
166
172
|
rtl: boolean;
|
|
167
|
-
"__#
|
|
173
|
+
"__#34353@#elementRef": import("@angular/core").ElementRef<any>;
|
|
168
174
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
|
169
175
|
_isInited: boolean;
|
|
170
176
|
_isRendered: boolean;
|
|
@@ -182,6 +188,7 @@ export declare const AXBaseClickableMixin: (abstract new (...args: any[]) => {
|
|
|
182
188
|
_onOptionChanging(option: import("./base-components.class").AXComponentOptionChanging): any;
|
|
183
189
|
_onOptionChanged(option: import("./base-components.class").AXComponentOptionChanged): void;
|
|
184
190
|
_setOption(option: import("./base-components.class").AXComponentSetOption): void;
|
|
191
|
+
_isRtl(): boolean;
|
|
185
192
|
};
|
|
186
193
|
} & typeof AXBaseComponent;
|
|
187
194
|
export declare const AXBaseButtonMixin: {
|
|
@@ -190,7 +197,7 @@ export declare const AXBaseButtonMixin: {
|
|
|
190
197
|
_onInternalInit(): void;
|
|
191
198
|
id: string;
|
|
192
199
|
rtl: boolean;
|
|
193
|
-
"__#
|
|
200
|
+
"__#34353@#elementRef": import("@angular/core").ElementRef<any>;
|
|
194
201
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
|
195
202
|
_isInited: boolean;
|
|
196
203
|
_isRendered: boolean;
|
|
@@ -207,11 +214,12 @@ export declare const AXBaseButtonMixin: {
|
|
|
207
214
|
_onOptionChanging(option: import("./base-components.class").AXComponentOptionChanging): any;
|
|
208
215
|
_onOptionChanged(option: import("./base-components.class").AXComponentOptionChanged): void;
|
|
209
216
|
_setOption(option: import("./base-components.class").AXComponentSetOption): void;
|
|
217
|
+
_isRtl(): boolean;
|
|
210
218
|
};
|
|
211
219
|
} & (abstract new (...args: any[]) => {
|
|
212
|
-
"__#
|
|
220
|
+
"__#34356@#disabled": boolean;
|
|
213
221
|
disabled: boolean;
|
|
214
|
-
"__#
|
|
222
|
+
"__#34356@#tabIndex": number;
|
|
215
223
|
tabIndex: number;
|
|
216
224
|
onFocus: import("@angular/core").EventEmitter<import("@acorex/components/common").AXFocusEvent>;
|
|
217
225
|
_emitOnFocusEvent(e: FocusEvent): void;
|
|
@@ -221,7 +229,7 @@ export declare const AXBaseButtonMixin: {
|
|
|
221
229
|
hasFocus(): boolean;
|
|
222
230
|
id: string;
|
|
223
231
|
rtl: boolean;
|
|
224
|
-
"__#
|
|
232
|
+
"__#34353@#elementRef": import("@angular/core").ElementRef<any>;
|
|
225
233
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
|
226
234
|
_isInited: boolean;
|
|
227
235
|
_isRendered: boolean;
|
|
@@ -239,13 +247,14 @@ export declare const AXBaseButtonMixin: {
|
|
|
239
247
|
_onOptionChanging(option: import("./base-components.class").AXComponentOptionChanging): any;
|
|
240
248
|
_onOptionChanged(option: import("./base-components.class").AXComponentOptionChanged): void;
|
|
241
249
|
_setOption(option: import("./base-components.class").AXComponentSetOption): void;
|
|
250
|
+
_isRtl(): boolean;
|
|
242
251
|
}) & {
|
|
243
252
|
new (...args: any[]): {
|
|
244
253
|
onClick: import("@angular/core").EventEmitter<import("@acorex/components/common").AXClickEvent>;
|
|
245
254
|
_emitOnClickEvent(e: MouseEvent): void;
|
|
246
255
|
id: string;
|
|
247
256
|
rtl: boolean;
|
|
248
|
-
"__#
|
|
257
|
+
"__#34353@#elementRef": import("@angular/core").ElementRef<any>;
|
|
249
258
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
|
250
259
|
_isInited: boolean;
|
|
251
260
|
_isRendered: boolean;
|
|
@@ -263,6 +272,7 @@ export declare const AXBaseButtonMixin: {
|
|
|
263
272
|
_onOptionChanging(option: import("./base-components.class").AXComponentOptionChanging): any;
|
|
264
273
|
_onOptionChanged(option: import("./base-components.class").AXComponentOptionChanged): void;
|
|
265
274
|
_setOption(option: import("./base-components.class").AXComponentSetOption): void;
|
|
275
|
+
_isRtl(): boolean;
|
|
266
276
|
};
|
|
267
277
|
} & {
|
|
268
278
|
new (...args: any[]): {
|
|
@@ -274,7 +284,7 @@ export declare const AXBaseButtonMixin: {
|
|
|
274
284
|
look: import("@acorex/components/common").AXStyleLookType;
|
|
275
285
|
id: string;
|
|
276
286
|
rtl: boolean;
|
|
277
|
-
"__#
|
|
287
|
+
"__#34353@#elementRef": import("@angular/core").ElementRef<any>;
|
|
278
288
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
|
279
289
|
_isInited: boolean;
|
|
280
290
|
_isRendered: boolean;
|
|
@@ -292,6 +302,7 @@ export declare const AXBaseButtonMixin: {
|
|
|
292
302
|
_onOptionChanging(option: import("./base-components.class").AXComponentOptionChanging): any;
|
|
293
303
|
_onOptionChanged(option: import("./base-components.class").AXComponentOptionChanged): void;
|
|
294
304
|
_setOption(option: import("./base-components.class").AXComponentSetOption): void;
|
|
305
|
+
_isRtl(): boolean;
|
|
295
306
|
};
|
|
296
307
|
} & {
|
|
297
308
|
new (...args: any[]): {
|
|
@@ -310,7 +321,7 @@ export declare const AXBaseButtonMixin: {
|
|
|
310
321
|
};
|
|
311
322
|
id: string;
|
|
312
323
|
rtl: boolean;
|
|
313
|
-
"__#
|
|
324
|
+
"__#34353@#elementRef": import("@angular/core").ElementRef<any>;
|
|
314
325
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
|
315
326
|
_isInited: boolean;
|
|
316
327
|
_isRendered: boolean;
|
|
@@ -328,6 +339,7 @@ export declare const AXBaseButtonMixin: {
|
|
|
328
339
|
_onOptionChanging(option: import("./base-components.class").AXComponentOptionChanging): any;
|
|
329
340
|
_onOptionChanged(option: import("./base-components.class").AXComponentOptionChanged): void;
|
|
330
341
|
_setOption(option: import("./base-components.class").AXComponentSetOption): void;
|
|
342
|
+
_isRtl(): boolean;
|
|
331
343
|
};
|
|
332
344
|
} & typeof AXBaseComponent;
|
|
333
345
|
export declare const AXBaseValueComponentMixin: any;
|
|
@@ -337,7 +349,7 @@ export declare const AXBaseTextBoxMixin: {
|
|
|
337
349
|
_onInternalInit(): void;
|
|
338
350
|
id: string;
|
|
339
351
|
rtl: boolean;
|
|
340
|
-
"__#
|
|
352
|
+
"__#34353@#elementRef": import("@angular/core").ElementRef<any>;
|
|
341
353
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
|
342
354
|
_isInited: boolean;
|
|
343
355
|
_isRendered: boolean;
|
|
@@ -354,11 +366,12 @@ export declare const AXBaseTextBoxMixin: {
|
|
|
354
366
|
_onOptionChanging(option: import("./base-components.class").AXComponentOptionChanging): any;
|
|
355
367
|
_onOptionChanged(option: import("./base-components.class").AXComponentOptionChanged): void;
|
|
356
368
|
_setOption(option: import("./base-components.class").AXComponentSetOption): void;
|
|
369
|
+
_isRtl(): boolean;
|
|
357
370
|
};
|
|
358
371
|
} & (abstract new (...args: any[]) => {
|
|
359
|
-
"__#
|
|
372
|
+
"__#34356@#disabled": boolean;
|
|
360
373
|
disabled: boolean;
|
|
361
|
-
"__#
|
|
374
|
+
"__#34356@#tabIndex": number;
|
|
362
375
|
tabIndex: number;
|
|
363
376
|
onFocus: import("@angular/core").EventEmitter<import("@acorex/components/common").AXFocusEvent>;
|
|
364
377
|
_emitOnFocusEvent(e: FocusEvent): void;
|
|
@@ -368,7 +381,7 @@ export declare const AXBaseTextBoxMixin: {
|
|
|
368
381
|
hasFocus(): boolean;
|
|
369
382
|
id: string;
|
|
370
383
|
rtl: boolean;
|
|
371
|
-
"__#
|
|
384
|
+
"__#34353@#elementRef": import("@angular/core").ElementRef<any>;
|
|
372
385
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
|
373
386
|
_isInited: boolean;
|
|
374
387
|
_isRendered: boolean;
|
|
@@ -386,21 +399,22 @@ export declare const AXBaseTextBoxMixin: {
|
|
|
386
399
|
_onOptionChanging(option: import("./base-components.class").AXComponentOptionChanging): any;
|
|
387
400
|
_onOptionChanged(option: import("./base-components.class").AXComponentOptionChanged): void;
|
|
388
401
|
_setOption(option: import("./base-components.class").AXComponentSetOption): void;
|
|
402
|
+
_isRtl(): boolean;
|
|
389
403
|
}) & {
|
|
390
404
|
new (...args: any[]): {
|
|
391
405
|
onValueChanged: import("@angular/core").EventEmitter<import("@acorex/components/common").AXValueChangedEvent<any>>;
|
|
392
406
|
valueChange: import("@angular/core").EventEmitter<any>;
|
|
393
|
-
"__#
|
|
407
|
+
"__#34357@#readonly": boolean;
|
|
394
408
|
readonly: boolean;
|
|
395
|
-
"__#
|
|
409
|
+
"__#34357@#allowNull": boolean;
|
|
396
410
|
allowNull: boolean;
|
|
397
|
-
"__#
|
|
411
|
+
"__#34357@#name": string;
|
|
398
412
|
name: string;
|
|
399
|
-
"__#
|
|
413
|
+
"__#34357@#isUserInteraction": boolean;
|
|
400
414
|
readonly isUserInteraction: boolean;
|
|
401
|
-
"__#
|
|
415
|
+
"__#34357@#value": any;
|
|
402
416
|
value: any;
|
|
403
|
-
"__#
|
|
417
|
+
"__#34357@#state": "error" | "clear" | "success";
|
|
404
418
|
readonly state: "error" | "clear" | "success";
|
|
405
419
|
_emitOnValueChangedEvent(oldValue?: any, newValue?: any): void;
|
|
406
420
|
_internalSetValue(value: any): any;
|
|
@@ -416,7 +430,7 @@ export declare const AXBaseTextBoxMixin: {
|
|
|
416
430
|
_setState(state: "error" | "clear" | "success", ...args: any[]): void;
|
|
417
431
|
id: string;
|
|
418
432
|
rtl: boolean;
|
|
419
|
-
"__#
|
|
433
|
+
"__#34353@#elementRef": import("@angular/core").ElementRef<any>;
|
|
420
434
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
|
421
435
|
_isInited: boolean;
|
|
422
436
|
_isRendered: boolean;
|
|
@@ -432,6 +446,7 @@ export declare const AXBaseTextBoxMixin: {
|
|
|
432
446
|
_onOptionChanging(option: import("./base-components.class").AXComponentOptionChanging): any;
|
|
433
447
|
_onOptionChanged(option: import("./base-components.class").AXComponentOptionChanged): void;
|
|
434
448
|
_setOption(option: import("./base-components.class").AXComponentSetOption): void;
|
|
449
|
+
_isRtl(): boolean;
|
|
435
450
|
};
|
|
436
451
|
} & {
|
|
437
452
|
new (...args: any[]): {
|
|
@@ -447,7 +462,7 @@ export declare const AXBaseTextBoxMixin: {
|
|
|
447
462
|
_emitOnKeypressEvent(e: KeyboardEvent): void;
|
|
448
463
|
id: string;
|
|
449
464
|
rtl: boolean;
|
|
450
|
-
"__#
|
|
465
|
+
"__#34353@#elementRef": import("@angular/core").ElementRef<any>;
|
|
451
466
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
|
452
467
|
_isInited: boolean;
|
|
453
468
|
_isRendered: boolean;
|
|
@@ -465,6 +480,7 @@ export declare const AXBaseTextBoxMixin: {
|
|
|
465
480
|
_onOptionChanging(option: import("./base-components.class").AXComponentOptionChanging): any;
|
|
466
481
|
_onOptionChanged(option: import("./base-components.class").AXComponentOptionChanged): void;
|
|
467
482
|
_setOption(option: import("./base-components.class").AXComponentSetOption): void;
|
|
483
|
+
_isRtl(): boolean;
|
|
468
484
|
};
|
|
469
485
|
} & typeof AXBaseComponent;
|
|
470
486
|
export declare const AXBaseSelectionValueMixin: any;
|
|
@@ -476,7 +492,7 @@ export declare const AXBaseDropdownMixin: {
|
|
|
476
492
|
_onInternalInit(): void;
|
|
477
493
|
id: string;
|
|
478
494
|
rtl: boolean;
|
|
479
|
-
"__#
|
|
495
|
+
"__#34353@#elementRef": import("@angular/core").ElementRef<any>;
|
|
480
496
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
|
481
497
|
_isInited: boolean;
|
|
482
498
|
_isRendered: boolean;
|
|
@@ -493,11 +509,12 @@ export declare const AXBaseDropdownMixin: {
|
|
|
493
509
|
_onOptionChanging(option: import("./base-components.class").AXComponentOptionChanging): any;
|
|
494
510
|
_onOptionChanged(option: import("./base-components.class").AXComponentOptionChanged): void;
|
|
495
511
|
_setOption(option: import("./base-components.class").AXComponentSetOption): void;
|
|
512
|
+
_isRtl(): boolean;
|
|
496
513
|
};
|
|
497
514
|
} & (abstract new (...args: any[]) => {
|
|
498
|
-
"__#
|
|
515
|
+
"__#34356@#disabled": boolean;
|
|
499
516
|
disabled: boolean;
|
|
500
|
-
"__#
|
|
517
|
+
"__#34356@#tabIndex": number;
|
|
501
518
|
tabIndex: number;
|
|
502
519
|
onFocus: import("@angular/core").EventEmitter<import("@acorex/components/common").AXFocusEvent>;
|
|
503
520
|
_emitOnFocusEvent(e: FocusEvent): void;
|
|
@@ -507,7 +524,7 @@ export declare const AXBaseDropdownMixin: {
|
|
|
507
524
|
hasFocus(): boolean;
|
|
508
525
|
id: string;
|
|
509
526
|
rtl: boolean;
|
|
510
|
-
"__#
|
|
527
|
+
"__#34353@#elementRef": import("@angular/core").ElementRef<any>;
|
|
511
528
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
|
512
529
|
_isInited: boolean;
|
|
513
530
|
_isRendered: boolean;
|
|
@@ -525,6 +542,7 @@ export declare const AXBaseDropdownMixin: {
|
|
|
525
542
|
_onOptionChanging(option: import("./base-components.class").AXComponentOptionChanging): any;
|
|
526
543
|
_onOptionChanged(option: import("./base-components.class").AXComponentOptionChanged): void;
|
|
527
544
|
_setOption(option: import("./base-components.class").AXComponentSetOption): void;
|
|
545
|
+
_isRtl(): boolean;
|
|
528
546
|
}) & (abstract new (...args: any[]) => {
|
|
529
547
|
readonly: boolean;
|
|
530
548
|
onOpened: import("@angular/core").EventEmitter<import("@acorex/components/common").AXEvent>;
|
|
@@ -541,7 +559,7 @@ export declare const AXBaseDropdownMixin: {
|
|
|
541
559
|
readonly isOpen: boolean;
|
|
542
560
|
id: string;
|
|
543
561
|
rtl: boolean;
|
|
544
|
-
"__#
|
|
562
|
+
"__#34353@#elementRef": import("@angular/core").ElementRef<any>;
|
|
545
563
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
|
546
564
|
_isInited: boolean;
|
|
547
565
|
_isRendered: boolean;
|
|
@@ -557,13 +575,14 @@ export declare const AXBaseDropdownMixin: {
|
|
|
557
575
|
_onOptionChanging(option: import("./base-components.class").AXComponentOptionChanging): any;
|
|
558
576
|
_onOptionChanged(option: import("./base-components.class").AXComponentOptionChanged): void;
|
|
559
577
|
_setOption(option: import("./base-components.class").AXComponentSetOption): void;
|
|
578
|
+
_isRtl(): boolean;
|
|
560
579
|
}) & typeof AXBaseComponent;
|
|
561
580
|
export declare const AXBaseMenuMixin: {
|
|
562
581
|
new (...args: any[]): {
|
|
563
582
|
textField: string;
|
|
564
583
|
valueField: string;
|
|
565
|
-
"__#
|
|
566
|
-
"__#
|
|
584
|
+
"__#34354@#isLoading": boolean;
|
|
585
|
+
"__#34354@#loadedItems": any;
|
|
567
586
|
visibleField: string;
|
|
568
587
|
disableField: string;
|
|
569
588
|
hasChildField: string;
|
|
@@ -572,7 +591,7 @@ export declare const AXBaseMenuMixin: {
|
|
|
572
591
|
orientation: "horizontal" | "vertical" | "sidemenu";
|
|
573
592
|
dividerField: string;
|
|
574
593
|
onMenuItemClick: import("@angular/core").EventEmitter<import("@acorex/components/common").AXItemClickEvent<any>>;
|
|
575
|
-
"__#
|
|
594
|
+
"__#34354@#items": any;
|
|
576
595
|
items: any;
|
|
577
596
|
readonly displayItems: any;
|
|
578
597
|
readonly isLoading: boolean;
|
|
@@ -584,7 +603,7 @@ export declare const AXBaseMenuMixin: {
|
|
|
584
603
|
refresh(): void;
|
|
585
604
|
id: string;
|
|
586
605
|
rtl: boolean;
|
|
587
|
-
"__#
|
|
606
|
+
"__#34353@#elementRef": import("@angular/core").ElementRef<any>;
|
|
588
607
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
|
589
608
|
_isInited: boolean;
|
|
590
609
|
_isRendered: boolean;
|
|
@@ -601,6 +620,7 @@ export declare const AXBaseMenuMixin: {
|
|
|
601
620
|
_onOptionChanging(option: import("./base-components.class").AXComponentOptionChanging): any;
|
|
602
621
|
_onOptionChanged(option: import("./base-components.class").AXComponentOptionChanged): void;
|
|
603
622
|
_setOption(option: import("./base-components.class").AXComponentSetOption): void;
|
|
623
|
+
_isRtl(): boolean;
|
|
604
624
|
};
|
|
605
625
|
} & typeof AXBaseComponent;
|
|
606
626
|
export declare const AXAvatarMixin: {
|
|
@@ -613,7 +633,7 @@ export declare const AXAvatarMixin: {
|
|
|
613
633
|
look: import("@acorex/components/common").AXStyleLookType;
|
|
614
634
|
id: string;
|
|
615
635
|
rtl: boolean;
|
|
616
|
-
"__#
|
|
636
|
+
"__#34353@#elementRef": import("@angular/core").ElementRef<any>;
|
|
617
637
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
|
618
638
|
_isInited: boolean;
|
|
619
639
|
_isRendered: boolean;
|
|
@@ -631,5 +651,6 @@ export declare const AXAvatarMixin: {
|
|
|
631
651
|
_onOptionChanging(option: import("./base-components.class").AXComponentOptionChanging): any;
|
|
632
652
|
_onOptionChanged(option: import("./base-components.class").AXComponentOptionChanged): void;
|
|
633
653
|
_setOption(option: import("./base-components.class").AXComponentSetOption): void;
|
|
654
|
+
_isRtl(): boolean;
|
|
634
655
|
};
|
|
635
656
|
} & typeof AXBaseComponent;
|
|
@@ -4,7 +4,7 @@ export declare function _PageComponenetMixin<TBase extends Constructor<AXBaseCom
|
|
|
4
4
|
new (...args: any[]): {
|
|
5
5
|
id: string;
|
|
6
6
|
rtl: boolean;
|
|
7
|
-
"__#
|
|
7
|
+
"__#34353@#elementRef": import("@angular/core").ElementRef<any>;
|
|
8
8
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
|
9
9
|
_isInited: boolean;
|
|
10
10
|
_isRendered: boolean;
|
|
@@ -22,5 +22,6 @@ export declare function _PageComponenetMixin<TBase extends Constructor<AXBaseCom
|
|
|
22
22
|
_onOptionChanging(option: import("./base-components.class").AXComponentOptionChanging): any;
|
|
23
23
|
_onOptionChanged(option: import("./base-components.class").AXComponentOptionChanged): void;
|
|
24
24
|
_setOption(option: import("./base-components.class").AXComponentSetOption): void;
|
|
25
|
+
_isRtl(): boolean;
|
|
25
26
|
};
|
|
26
27
|
} & TBase;
|
|
@@ -34,11 +34,9 @@ export declare function _SelectionComponenetMixin<TBase extends Constructor<AXBa
|
|
|
34
34
|
toggleSelect(...items: any[]): void;
|
|
35
35
|
isItemSelected(item: any): boolean;
|
|
36
36
|
isItemDisabled(item: any): boolean;
|
|
37
|
-
id: string;
|
|
38
|
-
* Defines the primary text to show inside the button.
|
|
39
|
-
*/
|
|
37
|
+
id: string;
|
|
40
38
|
rtl: boolean;
|
|
41
|
-
"__#
|
|
39
|
+
"__#34353@#elementRef": import("@angular/core").ElementRef<any>;
|
|
42
40
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
|
43
41
|
_isInited: boolean;
|
|
44
42
|
_isRendered: boolean;
|
|
@@ -55,6 +53,7 @@ export declare function _SelectionComponenetMixin<TBase extends Constructor<AXBa
|
|
|
55
53
|
_onOptionChanging(option: import("./base-components.class").AXComponentOptionChanging): any;
|
|
56
54
|
_onOptionChanged(option: import("./base-components.class").AXComponentOptionChanged): void;
|
|
57
55
|
_setOption(option: import("./base-components.class").AXComponentSetOption): void;
|
|
56
|
+
_isRtl(): boolean;
|
|
58
57
|
};
|
|
59
58
|
} & TBase;
|
|
60
59
|
export declare const SELECTION_INPUTS: string[];
|
|
@@ -9,7 +9,7 @@ export declare function _SizableComponenetMixin<TBase extends Constructor<AXBase
|
|
|
9
9
|
_onInternalInit(): void;
|
|
10
10
|
id: string;
|
|
11
11
|
rtl: boolean;
|
|
12
|
-
"__#
|
|
12
|
+
"__#34353@#elementRef": import("@angular/core").ElementRef<any>;
|
|
13
13
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
|
14
14
|
_isInited: boolean;
|
|
15
15
|
_isRendered: boolean;
|
|
@@ -26,6 +26,7 @@ export declare function _SizableComponenetMixin<TBase extends Constructor<AXBase
|
|
|
26
26
|
_onOptionChanging(option: import("./base-components.class").AXComponentOptionChanging): any;
|
|
27
27
|
_onOptionChanged(option: import("./base-components.class").AXComponentOptionChanged): void;
|
|
28
28
|
_setOption(option: import("./base-components.class").AXComponentSetOption): void;
|
|
29
|
+
_isRtl(): boolean;
|
|
29
30
|
};
|
|
30
31
|
} & TBase;
|
|
31
32
|
export declare const SIZABLE_INPUTS: string[];
|
|
@@ -40,7 +40,7 @@ export declare function _TextboxComponenetMixin<TBase extends Constructor<AXBase
|
|
|
40
40
|
_emitOnKeypressEvent(e: KeyboardEvent): void;
|
|
41
41
|
id: string;
|
|
42
42
|
rtl: boolean;
|
|
43
|
-
"__#
|
|
43
|
+
"__#34353@#elementRef": import("@angular/core").ElementRef<any>;
|
|
44
44
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
|
45
45
|
_isInited: boolean;
|
|
46
46
|
_isRendered: boolean;
|
|
@@ -58,6 +58,7 @@ export declare function _TextboxComponenetMixin<TBase extends Constructor<AXBase
|
|
|
58
58
|
_onOptionChanging(option: import("./base-components.class").AXComponentOptionChanging): any;
|
|
59
59
|
_onOptionChanged(option: import("./base-components.class").AXComponentOptionChanged): void;
|
|
60
60
|
_setOption(option: import("./base-components.class").AXComponentSetOption): void;
|
|
61
|
+
_isRtl(): boolean;
|
|
61
62
|
};
|
|
62
63
|
} & TBase;
|
|
63
64
|
export declare const TEXTBOX_INPUTS: string[];
|
|
@@ -10,20 +10,20 @@ export declare function _ValueComponenetMixin<TBase extends Constructor<AXBaseCo
|
|
|
10
10
|
*/
|
|
11
11
|
onValueChanged: EventEmitter<AXValueChangedEvent<any>>;
|
|
12
12
|
valueChange: EventEmitter<any>;
|
|
13
|
-
"__#
|
|
13
|
+
"__#34357@#readonly": boolean;
|
|
14
14
|
/**
|
|
15
15
|
* If set to true, user cannot change the value of component.
|
|
16
16
|
*/
|
|
17
17
|
readonly: boolean;
|
|
18
|
-
"__#
|
|
18
|
+
"__#34357@#allowNull": boolean;
|
|
19
19
|
allowNull: boolean;
|
|
20
|
-
"__#
|
|
20
|
+
"__#34357@#name": string;
|
|
21
21
|
name: string;
|
|
22
|
-
"__#
|
|
22
|
+
"__#34357@#isUserInteraction": boolean;
|
|
23
23
|
readonly isUserInteraction: boolean;
|
|
24
|
-
"__#
|
|
24
|
+
"__#34357@#value": any;
|
|
25
25
|
value: any;
|
|
26
|
-
"__#
|
|
26
|
+
"__#34357@#state": 'clear' | 'success' | 'error';
|
|
27
27
|
readonly state: "error" | "clear" | "success";
|
|
28
28
|
_emitOnValueChangedEvent(oldValue?: any, newValue?: any): void;
|
|
29
29
|
_internalSetValue(value: any): any;
|
|
@@ -39,7 +39,7 @@ export declare function _ValueComponenetMixin<TBase extends Constructor<AXBaseCo
|
|
|
39
39
|
_setState(state: 'clear' | 'success' | 'error', ...args: any[]): void;
|
|
40
40
|
id: string;
|
|
41
41
|
rtl: boolean;
|
|
42
|
-
"__#
|
|
42
|
+
"__#34353@#elementRef": import("@angular/core").ElementRef<any>;
|
|
43
43
|
_cdr: import("@angular/core").ChangeDetectorRef;
|
|
44
44
|
_isInited: boolean;
|
|
45
45
|
_isRendered: boolean;
|
|
@@ -55,6 +55,7 @@ export declare function _ValueComponenetMixin<TBase extends Constructor<AXBaseCo
|
|
|
55
55
|
_onOptionChanging(option: import("./base-components.class").AXComponentOptionChanging): any;
|
|
56
56
|
_onOptionChanged(option: import("./base-components.class").AXComponentOptionChanged): void;
|
|
57
57
|
_setOption(option: import("./base-components.class").AXComponentSetOption): void;
|
|
58
|
+
_isRtl(): boolean;
|
|
58
59
|
};
|
|
59
60
|
} & TBase;
|
|
60
61
|
export declare const VALUE_INPUTS: string[];
|
package/package.json
CHANGED
|
@@ -1,30 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@acorex/components",
|
|
3
|
-
"version": "6.1.
|
|
3
|
+
"version": "6.1.3",
|
|
4
4
|
"peerDependencies": {
|
|
5
|
-
"@angular/common": "^14.
|
|
6
|
-
"@angular/core": "^14.
|
|
7
|
-
"@angular/cdk": "^14.
|
|
8
|
-
"
|
|
9
|
-
"angular-imask": "^6.4.2",
|
|
10
|
-
"imask": "^6.4.2",
|
|
11
|
-
"ngx-mask": "^14.0.2"
|
|
5
|
+
"@angular/common": "^14.2.2",
|
|
6
|
+
"@angular/core": "^14.2.2",
|
|
7
|
+
"@angular/cdk": "^14.2.2",
|
|
8
|
+
"imask": "^6.4.2"
|
|
12
9
|
},
|
|
13
10
|
"peerDependenciesMeta": {
|
|
14
11
|
"@angular/cdk": {
|
|
15
12
|
"optional": true
|
|
16
13
|
},
|
|
17
|
-
"@splidejs/splide": {
|
|
18
|
-
"optional": true
|
|
19
|
-
},
|
|
20
|
-
"angular-imask": {
|
|
21
|
-
"optional": true
|
|
22
|
-
},
|
|
23
14
|
"imask": {
|
|
24
15
|
"optional": true
|
|
25
|
-
},
|
|
26
|
-
"ngx-mask": {
|
|
27
|
-
"optional": true
|
|
28
16
|
}
|
|
29
17
|
},
|
|
30
18
|
"dependencies": {
|
|
@@ -104,14 +92,6 @@
|
|
|
104
92
|
"node": "./fesm2015/acorex-components-calendar.mjs",
|
|
105
93
|
"default": "./fesm2020/acorex-components-calendar.mjs"
|
|
106
94
|
},
|
|
107
|
-
"./carousel": {
|
|
108
|
-
"types": "./carousel/index.d.ts",
|
|
109
|
-
"esm2020": "./esm2020/carousel/acorex-components-carousel.mjs",
|
|
110
|
-
"es2020": "./fesm2020/acorex-components-carousel.mjs",
|
|
111
|
-
"es2015": "./fesm2015/acorex-components-carousel.mjs",
|
|
112
|
-
"node": "./fesm2015/acorex-components-carousel.mjs",
|
|
113
|
-
"default": "./fesm2020/acorex-components-carousel.mjs"
|
|
114
|
-
},
|
|
115
95
|
"./checkbox": {
|
|
116
96
|
"types": "./checkbox/index.d.ts",
|
|
117
97
|
"esm2020": "./esm2020/checkbox/acorex-components-checkbox.mjs",
|
|
@@ -9,14 +9,15 @@ import * as i0 from "@angular/core";
|
|
|
9
9
|
*/
|
|
10
10
|
export declare class AXSelectionListComponent extends AXBaseSelectionValueMixin {
|
|
11
11
|
/**
|
|
12
|
-
|
|
13
|
-
|
|
12
|
+
* @ignore
|
|
13
|
+
*/
|
|
14
14
|
constructor(elementRef: ElementRef, cdr: ChangeDetectorRef);
|
|
15
15
|
/**
|
|
16
|
-
|
|
17
|
-
|
|
16
|
+
* Defines the direction.
|
|
17
|
+
*/
|
|
18
18
|
direction: AXDirection;
|
|
19
19
|
_handleOnItemValueChange(item: any, e: Event): void;
|
|
20
|
+
_handleContainerClick(item: HTMLInputElement, e: MouseEvent): void;
|
|
20
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXSelectionListComponent, never>;
|
|
21
22
|
static ɵcmp: i0.ɵɵComponentDeclaration<AXSelectionListComponent, "ax-selection-list", never, { "disabled": "disabled"; "readonly": "readonly"; "tabIndex": "tabIndex"; "size": "size"; "value": "value"; "valueField": "valueField"; "textField": "textField"; "multiple": "multiple"; "items": "items"; "selectionMode": "selectionMode"; "direction": "direction"; }, { "valueChange": "valueChange"; "onValueChanged": "onValueChanged"; "onBlur": "onBlur"; "onFocus": "onFocus"; }, never, ["ax-validation-rule"], false>;
|
|
22
23
|
}
|
|
@@ -6,7 +6,7 @@ export declare const AXBaseTabItemMixin: (new (...args: any[]) => {
|
|
|
6
6
|
_emitOnClickEvent(e: MouseEvent): void;
|
|
7
7
|
id: string;
|
|
8
8
|
rtl: boolean;
|
|
9
|
-
"__#
|
|
9
|
+
"__#34353@#elementRef": ElementRef<any>;
|
|
10
10
|
_cdr: ChangeDetectorRef;
|
|
11
11
|
_isInited: boolean;
|
|
12
12
|
_isRendered: boolean;
|
|
@@ -24,6 +24,7 @@ export declare const AXBaseTabItemMixin: (new (...args: any[]) => {
|
|
|
24
24
|
_onOptionChanging(option: import("@acorex/components/mixin").AXComponentOptionChanging): any;
|
|
25
25
|
_onOptionChanged(option: AXComponentOptionChanged): void;
|
|
26
26
|
_setOption(option: import("@acorex/components/mixin").AXComponentSetOption): void;
|
|
27
|
+
_isRtl(): boolean;
|
|
27
28
|
}) & typeof AXBaseComponent;
|
|
28
29
|
export declare class AXTabItemComponent extends AXBaseTabItemMixin {
|
|
29
30
|
constructor(_elementRef: ElementRef, _cdr: ChangeDetectorRef);
|
|
@@ -10,5 +10,5 @@ export declare class AXTextareaComponent extends AXBaseTextBoxMixin {
|
|
|
10
10
|
constructor(elementRef: ElementRef, cdr: ChangeDetectorRef);
|
|
11
11
|
focus(): void;
|
|
12
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXTextareaComponent, never>;
|
|
13
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AXTextareaComponent, "ax-textarea", never, { "disabled": "disabled"; "tabIndex": "tabIndex"; "readonly": "readonly"; "
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXTextareaComponent, "ax-textarea", never, { "disabled": "disabled"; "tabIndex": "tabIndex"; "readonly": "readonly"; "value": "value"; "name": "name"; "checked": "checked"; "placeholder": "placeholder"; "maxLength": "maxLength"; "rows": "rows"; }, { "onBlur": "onBlur"; "onFocus": "onFocus"; "valueChange": "valueChange"; "onValueChanged": "onValueChanged"; }, never, ["ax-prefix", "ax-suffix", "ax-validation-rule"], false>;
|
|
14
14
|
}
|