@acorex/components 7.4.8 → 7.5.1
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/action-sheet/index.d.ts +1 -1
- package/action-sheet/lib/action-sheet.component.d.ts +3 -3
- package/avatar/index.d.ts +1 -1
- package/breadcrumbs/index.d.ts +2 -2
- package/breadcrumbs/lib/breadcrumbs-item.component.d.ts +1 -1
- package/button/lib/button-item.class.d.ts +1 -1
- package/button/lib/button.component.d.ts +1 -1
- package/button/lib/button.module.d.ts +2 -1
- package/calendar/lib/calendar.class.d.ts +1 -1
- package/calendar/lib/calendar.component.d.ts +1 -1
- package/collapse/lib/collapse-group.component.d.ts +9 -6
- package/collapse/lib/collapse.component.d.ts +6 -6
- package/color-box/lib/color-box.component.d.ts +2 -2
- package/color-palette/lib/color-palette-input.component.d.ts +3 -3
- package/color-palette/lib/color-palette-picker.component.d.ts +1 -1
- package/color-palette/lib/color-palette.class.d.ts +4 -4
- package/common/index.d.ts +0 -1
- package/common/lib/classes/datalist.class.d.ts +34 -3
- package/common/lib/classes/styles.class.d.ts +2 -3
- package/common/lib/components/colorlook-component.class.d.ts +2 -2
- package/common/lib/components/input-base-value-component.class.d.ts +12 -12
- package/common/lib/components/selection-base.component.class.d.ts +5 -10
- package/common/lib/directives/delayed-value-changed.directive.d.ts +5 -5
- package/common/lib/directives/hotkey.directive.d.ts +2 -2
- package/common/lib/directives/responsive.directive.d.ts +1 -1
- package/context-menu/lib/context-menu.component.d.ts +1 -1
- package/data-table/lib/data-table.component.d.ts +2 -2
- package/datetime-box/lib/datetime-box.component.d.ts +5 -4
- package/datetime-input/lib/datetime-input.component.d.ts +1 -1
- package/datetime-picker/index.d.ts +1 -1
- package/datetime-picker/lib/datetime-picker.component.d.ts +1 -2
- package/dialog/lib/dialog.class.d.ts +4 -2
- package/dialog/lib/dialog.service.d.ts +3 -2
- package/dropdown/lib/dropdown-box.component.d.ts +6 -3
- package/dropdown/lib/dropdown-panel.component.d.ts +1 -0
- package/esm2022/action-sheet/index.mjs +2 -2
- package/esm2022/action-sheet/lib/action-sheet.class.mjs +1 -1
- package/esm2022/action-sheet/lib/action-sheet.component.mjs +22 -14
- package/esm2022/action-sheet/lib/action-sheet.module.mjs +3 -3
- package/esm2022/action-sheet/lib/action-sheet.service.mjs +5 -5
- package/esm2022/alert/lib/alert.component.mjs +6 -7
- package/esm2022/avatar/index.mjs +2 -2
- package/esm2022/avatar/lib/avatar-group.component.mjs +1 -1
- package/esm2022/avatar/lib/avatar.component.mjs +2 -2
- package/esm2022/badge/lib/badge.component.mjs +3 -3
- package/esm2022/badge/lib/badge.module.mjs +2 -2
- package/esm2022/breadcrumbs/index.mjs +3 -3
- package/esm2022/breadcrumbs/lib/breadcrumbs-item.class.mjs +1 -1
- package/esm2022/breadcrumbs/lib/breadcrumbs-item.component.mjs +2 -2
- package/esm2022/breadcrumbs/lib/breadcrumbs.component.mjs +1 -1
- package/esm2022/breadcrumbs/lib/breadcrumbs.module.mjs +3 -3
- package/esm2022/button/lib/button-item.class.mjs +1 -1
- package/esm2022/button/lib/button-item.component.mjs +1 -1
- package/esm2022/button/lib/button.component.mjs +3 -3
- package/esm2022/button/lib/button.module.mjs +4 -3
- package/esm2022/button-group/lib/button-group.component.mjs +3 -3
- package/esm2022/button-group/lib/button-group.module.mjs +2 -2
- package/esm2022/calendar/lib/calendar-range.component.mjs +4 -7
- package/esm2022/calendar/lib/calendar.class.mjs +3 -11
- package/esm2022/calendar/lib/calendar.component.mjs +28 -29
- package/esm2022/calendar/lib/calendar.module.mjs +4 -4
- package/esm2022/check-box/lib/check-box.component.mjs +9 -9
- package/esm2022/check-box/lib/check-box.module.mjs +3 -3
- package/esm2022/chips/lib/chips.component.mjs +5 -5
- package/esm2022/chips/lib/chips.module.mjs +2 -2
- package/esm2022/collapse/lib/collapse-group.component.mjs +17 -12
- package/esm2022/collapse/lib/collapse.component.mjs +9 -9
- package/esm2022/collapse/lib/collapse.module.mjs +3 -3
- package/esm2022/color-box/lib/color-box.component.mjs +7 -7
- package/esm2022/color-box/lib/color-box.module.mjs +4 -4
- package/esm2022/color-palette/lib/color-palette-input.component.mjs +10 -14
- package/esm2022/color-palette/lib/color-palette-picker.component.mjs +29 -31
- package/esm2022/color-palette/lib/color-palette-preview.component.mjs +8 -16
- package/esm2022/color-palette/lib/color-palette-swatches.component.mjs +5 -5
- package/esm2022/color-palette/lib/color-palette.class.mjs +2 -2
- package/esm2022/color-palette/lib/color-palette.component.mjs +14 -6
- package/esm2022/color-palette/lib/color-palette.module.mjs +12 -12
- package/esm2022/common/index.mjs +1 -2
- package/esm2022/common/lib/classes/components.class.mjs +1 -1
- package/esm2022/common/lib/classes/datalist.class.mjs +41 -3
- package/esm2022/common/lib/classes/styles.class.mjs +2 -10
- package/esm2022/common/lib/common.module.mjs +4 -2
- package/esm2022/common/lib/components/button-base-component.class.mjs +4 -4
- package/esm2022/common/lib/components/color-component.class.mjs +2 -2
- package/esm2022/common/lib/components/colorlook-component.class.mjs +4 -4
- package/esm2022/common/lib/components/input-base-value-component.class.mjs +15 -15
- package/esm2022/common/lib/components/interactive-component.class.mjs +1 -1
- package/esm2022/common/lib/components/look-component.class.mjs +2 -2
- package/esm2022/common/lib/components/selection-base.component.class.mjs +19 -36
- package/esm2022/common/lib/components/value-component.class.mjs +4 -4
- package/esm2022/common/lib/directives/auto-focus.directive.mjs +4 -12
- package/esm2022/common/lib/directives/delayed-value-changed.directive.mjs +16 -14
- package/esm2022/common/lib/directives/hotkey.directive.mjs +14 -15
- package/esm2022/common/lib/directives/infinite-scroll.directive.mjs +7 -9
- package/esm2022/common/lib/directives/responsive.directive.mjs +12 -10
- package/esm2022/common/lib/directives/ripple.directive.mjs +1 -1
- package/esm2022/common/lib/services/dom.service.mjs +2 -2
- package/esm2022/common/lib/services/hotkey.service.mjs +4 -5
- package/esm2022/common/lib/types/direction.mjs +1 -1
- package/esm2022/common/lib/types/orientation.mjs +1 -1
- package/esm2022/common/lib/types/placement.mjs +23 -23
- package/esm2022/common/lib/types/range.mjs +1 -1
- package/esm2022/context-menu/lib/context-menu.component.mjs +3 -3
- package/esm2022/context-menu/lib/context-menu.module.mjs +7 -17
- package/esm2022/data-pager/lib/data-pager-info.component.mjs +3 -3
- package/esm2022/data-pager/lib/data-pager-input-selector.component.mjs +1 -1
- package/esm2022/data-pager/lib/data-pager-next-buttons.components.mjs +21 -8
- package/esm2022/data-pager/lib/data-pager-numeric-selector.component.mjs +3 -3
- package/esm2022/data-pager/lib/data-pager-pagesize-dropdown.component.mjs +17 -5
- package/esm2022/data-pager/lib/data-pager-prev-buttons.component.mjs +19 -7
- package/esm2022/data-pager/lib/data-pager.component.mjs +2 -2
- package/esm2022/data-pager/lib/data-pager.module.mjs +30 -16
- package/esm2022/data-table/lib/data-column.directive.mjs +2 -2
- package/esm2022/data-table/lib/data-table.component.mjs +2 -2
- package/esm2022/data-table/lib/data-table.module.mjs +7 -7
- package/esm2022/datetime-box/lib/datetime-box.component.mjs +11 -8
- package/esm2022/datetime-box/lib/datetime-box.module.mjs +7 -7
- package/esm2022/datetime-input/lib/datetime-input.component.mjs +134 -134
- package/esm2022/datetime-input/lib/datetime-input.module.mjs +4 -4
- package/esm2022/datetime-picker/index.mjs +2 -2
- package/esm2022/datetime-picker/lib/datetime-picker.component.mjs +4 -4
- package/esm2022/datetime-picker/lib/datetime-picker.config.mjs +4 -4
- package/esm2022/decorators/lib/components/clear-button.component.mjs +2 -2
- package/esm2022/decorators/lib/components/close-button.component.mjs +8 -4
- package/esm2022/decorators/lib/components/generic-content.component.mjs +1 -1
- package/esm2022/decorators/lib/components/icon.component.mjs +2 -2
- package/esm2022/dialog/lib/dialog.class.mjs +1 -1
- package/esm2022/dialog/lib/dialog.component.mjs +3 -17
- package/esm2022/dialog/lib/dialog.module.mjs +26 -10
- package/esm2022/dialog/lib/dialog.service.mjs +47 -24
- package/esm2022/drawer/lib/drawer-container.component.mjs +2 -2
- package/esm2022/drawer/lib/drawer.component.mjs +2 -2
- package/esm2022/drawer/lib/drawer.module.mjs +3 -3
- package/esm2022/dropdown/lib/dropdown-box.class.mjs +1 -1
- package/esm2022/dropdown/lib/dropdown-box.component.mjs +16 -10
- package/esm2022/dropdown/lib/dropdown-panel.component.mjs +7 -6
- package/esm2022/dropdown/lib/dropdown.module.mjs +29 -9
- package/esm2022/form/index.mjs +2 -2
- package/esm2022/form/lib/form-field.component.mjs +4 -4
- package/esm2022/form/lib/form.component.mjs +3 -4
- package/esm2022/form/lib/form.config.mjs +6 -6
- package/esm2022/form/lib/form.module.mjs +3 -11
- package/esm2022/form/lib/validation-summary.component.mjs +40 -30
- package/esm2022/form/lib/validation.class.mjs +1 -1
- package/esm2022/image/lib/image.component.mjs +1 -1
- package/esm2022/image/lib/image.module.mjs +2 -2
- package/esm2022/label/lib/label.component.mjs +4 -8
- package/esm2022/label/lib/label.module.mjs +2 -2
- package/esm2022/list/acorex-components-list.mjs +5 -0
- package/esm2022/list/index.mjs +3 -0
- package/esm2022/list/lib/list.component.mjs +244 -0
- package/esm2022/list/lib/list.module.mjs +22 -0
- package/esm2022/loading/index.mjs +2 -2
- package/esm2022/loading/lib/loading-spinner.component.mjs +13 -7
- package/esm2022/loading/lib/loading.component.mjs +8 -16
- package/esm2022/loading/lib/loading.config.mjs +2 -2
- package/esm2022/loading/lib/loading.directive.mjs +2 -2
- package/esm2022/loading/lib/loading.module.mjs +22 -8
- package/esm2022/loading/lib/loading.service.mjs +9 -13
- package/esm2022/menu/index.mjs +4 -1
- package/esm2022/menu/lib/class/root-menu.class.mjs +3 -0
- package/esm2022/menu/lib/menu-item/menu-item.component.mjs +95 -0
- package/esm2022/menu/lib/menu.component.mjs +4 -4
- package/esm2022/menu/lib/menu.module.mjs +11 -16
- package/esm2022/menu/lib/menu2.component.mjs +45 -0
- package/esm2022/mixin/lib/base-components.class.mjs +2 -3
- package/esm2022/mixin/lib/base-menu-mixin.class.mjs +1 -1
- package/esm2022/mixin/lib/button-mixin.class.mjs +1 -1
- package/esm2022/mixin/lib/clickable-mixin.class.mjs +8 -8
- package/esm2022/mixin/lib/color-look-mixing.class.mjs +3 -3
- package/esm2022/mixin/lib/constratctor.mjs +1 -1
- package/esm2022/mixin/lib/datalist-component.class.mjs +3 -5
- package/esm2022/mixin/lib/datalist.class.mjs +46 -3
- package/esm2022/mixin/lib/dropdown-mixin.class.mjs +2 -4
- package/esm2022/mixin/lib/interactive-mixin.class.mjs +29 -28
- package/esm2022/mixin/lib/mixin.class.mjs +13 -13
- package/esm2022/mixin/lib/page-component.class.mjs +3 -3
- package/esm2022/mixin/lib/selection-component.class.mjs +1 -1
- package/esm2022/mixin/lib/textbox-mixin.class.mjs +29 -20
- package/esm2022/mixin/lib/value-mixin.class.mjs +1 -1
- package/esm2022/notification/index.mjs +2 -2
- package/esm2022/notification/lib/notification.class.mjs +1 -1
- package/esm2022/notification/lib/notification.component.mjs +7 -7
- package/esm2022/notification/lib/notification.config.mjs +1 -1
- package/esm2022/notification/lib/notification.module.mjs +21 -9
- package/esm2022/notification/lib/notification.service.mjs +11 -11
- package/esm2022/number-box/lib/number-box.component.mjs +6 -6
- package/esm2022/number-box/lib/number-box.module.mjs +6 -16
- package/esm2022/otp/lib/otp.component.mjs +5 -5
- package/esm2022/otp/lib/otp.module.mjs +2 -2
- package/esm2022/page/lib/base-page.class.mjs +6 -4
- package/esm2022/page/lib/page.component.mjs +3 -3
- package/esm2022/page/lib/page.module.mjs +1 -1
- package/esm2022/password-box/lib/password-box.component.mjs +6 -6
- package/esm2022/password-box/lib/password-box.module.mjs +7 -15
- package/esm2022/picker/lib/picker-column.directive.mjs +9 -16
- package/esm2022/picker/lib/picker.component.mjs +2 -2
- package/esm2022/picker/lib/picker.module.mjs +3 -3
- package/esm2022/popover/lib/popover.component.mjs +8 -5
- package/esm2022/popover/lib/popover.module.mjs +2 -2
- package/esm2022/popup/index.mjs +2 -2
- package/esm2022/popup/lib/popup.component.mjs +1 -2
- package/esm2022/popup/lib/popup.interface.mjs +1 -1
- package/esm2022/popup/lib/popup.module.mjs +2 -2
- package/esm2022/popup/lib/popup.service.mjs +1 -2
- package/esm2022/progress-bar/lib/progress-bar.component.mjs +5 -5
- package/esm2022/progress-bar/lib/progress-bar.module.mjs +2 -2
- package/esm2022/radio/lib/radio.component.mjs +8 -8
- package/esm2022/radio/lib/radio.module.mjs +2 -2
- package/esm2022/range-slider/lib/range-slider.component.mjs +9 -9
- package/esm2022/range-slider/lib/range-slider.module.mjs +4 -4
- package/esm2022/result/lib/result.component.mjs +4 -4
- package/esm2022/result/lib/result.module.mjs +2 -2
- package/esm2022/routing-progress/acorex-components-routing-progress.mjs +5 -0
- package/esm2022/routing-progress/index.mjs +3 -0
- package/esm2022/routing-progress/lib/routing-progress.component.mjs +58 -0
- package/esm2022/routing-progress/lib/routing-progress.module.mjs +21 -0
- package/esm2022/scheduler/lib/scheduler-month-view.component.mjs +4 -2
- package/esm2022/scheduler/lib/scheduler.component.mjs +1 -1
- package/esm2022/search-box/lib/search-box.component.mjs +43 -19
- package/esm2022/search-box/lib/search-box.module.mjs +8 -8
- package/esm2022/select-box/index.mjs +2 -1
- package/esm2022/select-box/lib/select-box.component.mjs +4 -4
- package/esm2022/select-box/lib/select-box.module.mjs +21 -12
- package/esm2022/select-box/lib/select-box2.component.mjs +191 -0
- package/esm2022/selection-list/lib/selection-list.component.mjs +24 -9
- package/esm2022/selection-list/lib/selection-list.module.mjs +6 -6
- package/esm2022/switch/lib/switch-content.component.mjs +1 -1
- package/esm2022/switch/lib/switch.component.mjs +11 -18
- package/esm2022/switch/lib/switch.module.mjs +4 -4
- package/esm2022/tabs/lib/tab-content.directive.mjs +1 -1
- package/esm2022/tabs/lib/tabs.component.mjs +2 -2
- package/esm2022/tabs/lib/tabs.module.mjs +5 -5
- package/esm2022/tag/lib/tag.component.mjs +4 -4
- package/esm2022/tag/lib/tag.module.mjs +2 -2
- package/esm2022/text-area/lib/text-area.component.mjs +21 -15
- package/esm2022/text-area/lib/text-area.module.mjs +2 -2
- package/esm2022/text-box/lib/text-box.component.mjs +6 -6
- package/esm2022/text-box/lib/text-box.module.mjs +4 -18
- package/esm2022/toast/index.mjs +2 -2
- package/esm2022/toast/lib/toast.class.mjs +1 -1
- package/esm2022/toast/lib/toast.component.mjs +7 -7
- package/esm2022/toast/lib/toast.config.mjs +3 -3
- package/esm2022/toast/lib/toast.module.mjs +6 -10
- package/esm2022/toast/lib/toast.service.mjs +16 -14
- package/esm2022/tooltip/lib/tooltip.component.mjs +2 -2
- package/esm2022/tooltip/lib/tooltip.directive.mjs +4 -4
- package/esm2022/tooltip/lib/tooltip.module.mjs +3 -3
- package/esm2022/uploader/index.mjs +3 -1
- package/esm2022/uploader/lib/uploader-drop-zone.component.mjs +3 -3
- package/esm2022/uploader/lib/uploader-list.component.mjs +41 -7
- package/esm2022/uploader/lib/uploader-overlay.component.mjs +2 -2
- package/esm2022/uploader/lib/uploader-zone.directive.mjs +53 -0
- package/esm2022/uploader/lib/uploader.module.mjs +26 -7
- package/esm2022/uploader/lib/uploader.service.mjs +30 -0
- package/fesm2022/acorex-components-action-sheet.mjs +23 -15
- package/fesm2022/acorex-components-action-sheet.mjs.map +1 -1
- package/fesm2022/acorex-components-alert.mjs +5 -6
- package/fesm2022/acorex-components-alert.mjs.map +1 -1
- package/fesm2022/acorex-components-avatar.mjs +15 -15
- package/fesm2022/acorex-components-avatar.mjs.map +1 -1
- package/fesm2022/acorex-components-badge.mjs +2 -2
- package/fesm2022/acorex-components-badge.mjs.map +1 -1
- package/fesm2022/acorex-components-breadcrumbs.mjs.map +1 -1
- package/fesm2022/acorex-components-button-group.mjs +2 -2
- package/fesm2022/acorex-components-button-group.mjs.map +1 -1
- package/fesm2022/acorex-components-button.mjs +5 -4
- package/fesm2022/acorex-components-button.mjs.map +1 -1
- package/fesm2022/acorex-components-calendar.mjs +26 -38
- package/fesm2022/acorex-components-calendar.mjs.map +1 -1
- package/fesm2022/acorex-components-check-box.mjs +9 -9
- package/fesm2022/acorex-components-check-box.mjs.map +1 -1
- package/fesm2022/acorex-components-chips.mjs +4 -4
- package/fesm2022/acorex-components-chips.mjs.map +1 -1
- package/fesm2022/acorex-components-collapse.mjs +23 -18
- package/fesm2022/acorex-components-collapse.mjs.map +1 -1
- package/fesm2022/acorex-components-color-box.mjs +6 -6
- package/fesm2022/acorex-components-color-box.mjs.map +1 -1
- package/fesm2022/acorex-components-color-palette.mjs +53 -59
- package/fesm2022/acorex-components-color-palette.mjs.map +1 -1
- package/fesm2022/acorex-components-common.mjs +147 -164
- package/fesm2022/acorex-components-common.mjs.map +1 -1
- package/fesm2022/acorex-components-context-menu.mjs +6 -16
- package/fesm2022/acorex-components-context-menu.mjs.map +1 -1
- package/fesm2022/acorex-components-data-pager.mjs +70 -19
- package/fesm2022/acorex-components-data-pager.mjs.map +1 -1
- package/fesm2022/acorex-components-data-table.mjs +1 -1
- package/fesm2022/acorex-components-data-table.mjs.map +1 -1
- package/fesm2022/acorex-components-datetime-box.mjs +11 -8
- package/fesm2022/acorex-components-datetime-box.mjs.map +1 -1
- package/fesm2022/acorex-components-datetime-input.mjs +133 -133
- package/fesm2022/acorex-components-datetime-input.mjs.map +1 -1
- package/fesm2022/acorex-components-datetime-picker.mjs +9 -9
- package/fesm2022/acorex-components-datetime-picker.mjs.map +1 -1
- package/fesm2022/acorex-components-decorators.mjs +8 -4
- package/fesm2022/acorex-components-decorators.mjs.map +1 -1
- package/fesm2022/acorex-components-dialog.mjs +65 -40
- package/fesm2022/acorex-components-dialog.mjs.map +1 -1
- package/fesm2022/acorex-components-drawer.mjs +1 -1
- package/fesm2022/acorex-components-drawer.mjs.map +1 -1
- package/fesm2022/acorex-components-dropdown.mjs +46 -20
- package/fesm2022/acorex-components-dropdown.mjs.map +1 -1
- package/fesm2022/acorex-components-form.mjs +76 -75
- package/fesm2022/acorex-components-form.mjs.map +1 -1
- package/fesm2022/acorex-components-image.mjs.map +1 -1
- package/fesm2022/acorex-components-label.mjs +2 -6
- package/fesm2022/acorex-components-label.mjs.map +1 -1
- package/fesm2022/acorex-components-list.mjs +269 -0
- package/fesm2022/acorex-components-list.mjs.map +1 -0
- package/fesm2022/acorex-components-loading.mjs +42 -36
- package/fesm2022/acorex-components-loading.mjs.map +1 -1
- package/fesm2022/acorex-components-menu.mjs +147 -21
- package/fesm2022/acorex-components-menu.mjs.map +1 -1
- package/fesm2022/acorex-components-mixin.mjs +113 -64
- package/fesm2022/acorex-components-mixin.mjs.map +1 -1
- package/fesm2022/acorex-components-notification.mjs +50 -38
- package/fesm2022/acorex-components-notification.mjs.map +1 -1
- package/fesm2022/acorex-components-number-box.mjs +7 -17
- package/fesm2022/acorex-components-number-box.mjs.map +1 -1
- package/fesm2022/acorex-components-otp.mjs +4 -4
- package/fesm2022/acorex-components-otp.mjs.map +1 -1
- package/fesm2022/acorex-components-page.mjs +6 -4
- package/fesm2022/acorex-components-page.mjs.map +1 -1
- package/fesm2022/acorex-components-password-box.mjs +7 -15
- package/fesm2022/acorex-components-password-box.mjs.map +1 -1
- package/fesm2022/acorex-components-picker.mjs +10 -17
- package/fesm2022/acorex-components-picker.mjs.map +1 -1
- package/fesm2022/acorex-components-popover.mjs +7 -4
- package/fesm2022/acorex-components-popover.mjs.map +1 -1
- package/fesm2022/acorex-components-popup.mjs +1 -3
- package/fesm2022/acorex-components-popup.mjs.map +1 -1
- package/fesm2022/acorex-components-progress-bar.mjs +3 -3
- package/fesm2022/acorex-components-progress-bar.mjs.map +1 -1
- package/fesm2022/acorex-components-radio.mjs +6 -6
- package/fesm2022/acorex-components-radio.mjs.map +1 -1
- package/fesm2022/acorex-components-range-slider.mjs +7 -7
- package/fesm2022/acorex-components-range-slider.mjs.map +1 -1
- package/fesm2022/acorex-components-result.mjs +2 -2
- package/fesm2022/acorex-components-result.mjs.map +1 -1
- package/fesm2022/acorex-components-routing-progress.mjs +83 -0
- package/fesm2022/acorex-components-routing-progress.mjs.map +1 -0
- package/fesm2022/acorex-components-scheduler.mjs +3 -1
- package/fesm2022/acorex-components-scheduler.mjs.map +1 -1
- package/fesm2022/acorex-components-search-box.mjs +47 -24
- package/fesm2022/acorex-components-search-box.mjs.map +1 -1
- package/fesm2022/acorex-components-select-box.mjs +201 -12
- package/fesm2022/acorex-components-select-box.mjs.map +1 -1
- package/fesm2022/acorex-components-selection-list.mjs +26 -11
- package/fesm2022/acorex-components-selection-list.mjs.map +1 -1
- package/fesm2022/acorex-components-switch.mjs +9 -16
- package/fesm2022/acorex-components-switch.mjs.map +1 -1
- package/fesm2022/acorex-components-tabs.mjs +3 -3
- package/fesm2022/acorex-components-tabs.mjs.map +1 -1
- package/fesm2022/acorex-components-tag.mjs +2 -2
- package/fesm2022/acorex-components-tag.mjs.map +1 -1
- package/fesm2022/acorex-components-text-area.mjs +20 -14
- package/fesm2022/acorex-components-text-area.mjs.map +1 -1
- package/fesm2022/acorex-components-text-box.mjs +8 -22
- package/fesm2022/acorex-components-text-box.mjs.map +1 -1
- package/fesm2022/acorex-components-toast.mjs +46 -48
- package/fesm2022/acorex-components-toast.mjs.map +1 -1
- package/fesm2022/acorex-components-tooltip.mjs +2 -2
- package/fesm2022/acorex-components-tooltip.mjs.map +1 -1
- package/fesm2022/acorex-components-uploader.mjs +146 -18
- package/fesm2022/acorex-components-uploader.mjs.map +1 -1
- package/form/index.d.ts +1 -1
- package/form/lib/form.component.d.ts +2 -2
- package/form/lib/validation-summary.component.d.ts +3 -3
- package/list/README.md +3 -0
- package/list/index.d.ts +2 -0
- package/list/lib/list.component.d.ts +70 -0
- package/list/lib/list.module.d.ts +9 -0
- package/loading/index.d.ts +1 -1
- package/loading/lib/loading.component.d.ts +1 -1
- package/loading/lib/loading.module.d.ts +3 -2
- package/menu/index.d.ts +3 -0
- package/menu/lib/class/root-menu.class.d.ts +4 -0
- package/menu/lib/menu-item/menu-item.component.d.ts +22 -0
- package/menu/lib/menu.component.d.ts +3 -3
- package/menu/lib/menu.module.d.ts +10 -7
- package/menu/lib/menu2.component.d.ts +12 -0
- package/mixin/lib/base-components.class.d.ts +2 -2
- package/mixin/lib/base-menu-mixin.class.d.ts +5 -5
- package/mixin/lib/button-mixin.class.d.ts +2 -2
- package/mixin/lib/clickable-mixin.class.d.ts +9 -9
- package/mixin/lib/color-look-mixing.class.d.ts +2 -2
- package/mixin/lib/datalist-component.class.d.ts +10 -10
- package/mixin/lib/datalist.class.d.ts +38 -0
- package/mixin/lib/dropdown-mixin.class.d.ts +3 -3
- package/mixin/lib/interactive-mixin.class.d.ts +25 -22
- package/mixin/lib/mixin.class.d.ts +62 -62
- package/mixin/lib/page-component.class.d.ts +4 -4
- package/mixin/lib/selection-component.class.d.ts +3 -3
- package/mixin/lib/sizable-mixin.class.d.ts +2 -2
- package/mixin/lib/textbox-mixin.class.d.ts +20 -20
- package/mixin/lib/value-mixin.class.d.ts +9 -9
- package/notification/index.d.ts +1 -1
- package/notification/lib/notification.class.d.ts +3 -3
- package/notification/lib/notification.component.d.ts +3 -3
- package/notification/lib/notification.config.d.ts +1 -1
- package/number-box/lib/number-box.component.d.ts +3 -3
- package/otp/lib/otp.component.d.ts +3 -3
- package/package.json +13 -1
- package/page/lib/base-page.class.d.ts +1 -1
- package/page/lib/page.component.d.ts +1 -1
- package/password-box/lib/password-box.component.d.ts +4 -4
- package/popover/lib/popover.component.d.ts +2 -1
- package/popup/index.d.ts +1 -1
- package/popup/lib/popup.interface.d.ts +2 -2
- package/routing-progress/README.md +3 -0
- package/routing-progress/index.d.ts +2 -0
- package/routing-progress/lib/routing-progress.component.d.ts +14 -0
- package/routing-progress/lib/routing-progress.module.d.ts +8 -0
- package/search-box/lib/search-box.component.d.ts +10 -4
- package/select-box/index.d.ts +1 -0
- package/select-box/lib/select-box.module.d.ts +15 -12
- package/select-box/lib/select-box2.component.d.ts +44 -0
- package/selection-list/lib/selection-list.component.d.ts +7 -3
- package/text-area/lib/text-area.component.d.ts +10 -3
- package/text-box/lib/text-box.component.d.ts +3 -3
- package/toast/index.d.ts +1 -1
- package/toast/lib/toast.class.d.ts +1 -1
- package/toast/lib/toast.component.d.ts +5 -4
- package/toast/lib/toast.config.d.ts +1 -1
- package/tooltip/lib/tooltip.directive.d.ts +1 -1
- package/uploader/index.d.ts +2 -0
- package/uploader/lib/uploader-list.component.d.ts +14 -1
- package/uploader/lib/uploader-zone.directive.d.ts +18 -0
- package/uploader/lib/uploader.module.d.ts +6 -4
- package/uploader/lib/uploader.service.d.ts +10 -0
- package/common/lib/components/appearance-component.class.d.ts +0 -12
- package/esm2022/common/lib/components/appearance-component.class.mjs +0 -25
@@ -1,14 +1,15 @@
|
|
1
1
|
import { flatten, clone } from 'lodash-es';
|
2
2
|
import * as i0 from '@angular/core';
|
3
3
|
import { Injectable, Directive, Host, Self, Optional, Input, Inject, NgModule, inject, ChangeDetectorRef, ElementRef, ViewContainerRef, EventEmitter, Output } from '@angular/core';
|
4
|
+
import { BehaviorSubject, fromEvent, noop, skip, distinctUntilChanged, debounceTime } from 'rxjs';
|
4
5
|
import { DOCUMENT } from '@angular/common';
|
5
6
|
import * as i1 from '@angular/platform-browser';
|
6
7
|
import { Observable } from 'rxjs/internal/Observable';
|
7
|
-
import { fromEvent, noop, skip, distinctUntilChanged, debounceTime } from 'rxjs';
|
8
8
|
import { map, pairwise, filter, startWith, exhaustMap } from 'rxjs/operators';
|
9
9
|
import { classes } from 'polytype';
|
10
10
|
import { AXHtmlUtil } from '@acorex/core/utils';
|
11
11
|
import { coerceBooleanProperty, coerceNumberProperty } from '@angular/cdk/coercion';
|
12
|
+
import isEqual from 'lodash-es/isEqual';
|
12
13
|
import * as i1$1 from '@angular/forms';
|
13
14
|
|
14
15
|
const defaultOffset = 3;
|
@@ -17,7 +18,7 @@ function convertToPlacement(value) {
|
|
17
18
|
if (value == null)
|
18
19
|
return result;
|
19
20
|
if (Array.isArray(value)) {
|
20
|
-
const list = flatten(value.map(m => convertToPlacement(m)).filter(m => m != null)).map(m =>
|
21
|
+
const list = flatten(value.map((m) => convertToPlacement(m)).filter((m) => m != null)).map((m) => clone(m));
|
21
22
|
result.push(...list);
|
22
23
|
}
|
23
24
|
else {
|
@@ -40,99 +41,99 @@ const AX_PLACEMENT_TOP = {
|
|
40
41
|
originY: 'top',
|
41
42
|
overlayX: 'center',
|
42
43
|
overlayY: 'bottom',
|
43
|
-
offsetY: -defaultOffset
|
44
|
+
offsetY: -defaultOffset,
|
44
45
|
};
|
45
46
|
const AX_PLACEMENT_TOP_START = {
|
46
47
|
originX: 'start',
|
47
48
|
originY: 'top',
|
48
49
|
overlayX: 'start',
|
49
50
|
overlayY: 'bottom',
|
50
|
-
offsetY: -defaultOffset
|
51
|
+
offsetY: -defaultOffset,
|
51
52
|
};
|
52
53
|
const AX_PLACEMENT_TOP_END = {
|
53
54
|
originX: 'end',
|
54
55
|
originY: 'top',
|
55
56
|
overlayX: 'start',
|
56
57
|
overlayY: 'bottom',
|
57
|
-
offsetY: -defaultOffset
|
58
|
+
offsetY: -defaultOffset,
|
58
59
|
};
|
59
60
|
const AX_PLACEMENT_BOTTOM = {
|
60
61
|
originX: 'center',
|
61
62
|
originY: 'bottom',
|
62
63
|
overlayX: 'center',
|
63
64
|
overlayY: 'top',
|
64
|
-
offsetY: defaultOffset
|
65
|
+
offsetY: defaultOffset,
|
65
66
|
};
|
66
67
|
const AX_PLACEMENT_BOTTOM_START = {
|
67
68
|
originX: 'start',
|
68
69
|
originY: 'bottom',
|
69
70
|
overlayX: 'start',
|
70
71
|
overlayY: 'top',
|
71
|
-
offsetY: defaultOffset
|
72
|
+
offsetY: defaultOffset,
|
72
73
|
};
|
73
74
|
const AX_PLACEMENT_BOTTOM_END = {
|
74
75
|
originX: 'end',
|
75
76
|
originY: 'bottom',
|
76
77
|
overlayX: 'end',
|
77
78
|
overlayY: 'top',
|
78
|
-
offsetY: defaultOffset
|
79
|
+
offsetY: defaultOffset,
|
79
80
|
};
|
80
81
|
const AX_PLACEMENT_START = {
|
81
82
|
originX: 'start',
|
82
83
|
originY: 'center',
|
83
84
|
overlayX: 'end',
|
84
85
|
overlayY: 'center',
|
85
|
-
offsetX: -defaultOffset
|
86
|
+
offsetX: -defaultOffset,
|
86
87
|
};
|
87
88
|
const AX_PLACEMENT_START_TOP = {
|
88
89
|
originX: 'start',
|
89
90
|
originY: 'top',
|
90
91
|
overlayX: 'end',
|
91
92
|
overlayY: 'top',
|
92
|
-
offsetX: -defaultOffset
|
93
|
+
offsetX: -defaultOffset,
|
93
94
|
};
|
94
95
|
const AX_PLACEMENT_START_BOTTOM = {
|
95
96
|
originX: 'start',
|
96
97
|
originY: 'bottom',
|
97
98
|
overlayX: 'end',
|
98
99
|
overlayY: 'bottom',
|
99
|
-
offsetX: -defaultOffset
|
100
|
+
offsetX: -defaultOffset,
|
100
101
|
};
|
101
102
|
const AX_PLACEMENT_END = {
|
102
103
|
originX: 'end',
|
103
104
|
originY: 'center',
|
104
105
|
overlayX: 'start',
|
105
106
|
overlayY: 'center',
|
106
|
-
offsetX: defaultOffset
|
107
|
+
offsetX: defaultOffset,
|
107
108
|
};
|
108
109
|
const AX_PLACEMENT_END_TOP = {
|
109
110
|
originX: 'end',
|
110
111
|
originY: 'top',
|
111
112
|
overlayX: 'start',
|
112
113
|
overlayY: 'top',
|
113
|
-
offsetX: defaultOffset
|
114
|
+
offsetX: defaultOffset,
|
114
115
|
};
|
115
116
|
const AX_PLACEMENT_END_BOTTOM = {
|
116
117
|
originX: 'end',
|
117
118
|
originY: 'bottom',
|
118
119
|
overlayX: 'start',
|
119
120
|
overlayY: 'bottom',
|
120
|
-
offsetX: defaultOffset
|
121
|
+
offsetX: defaultOffset,
|
121
122
|
};
|
122
123
|
const AX_PLACEMENT_MAP = {
|
123
|
-
|
124
|
+
top: {
|
124
125
|
origin: AX_PLACEMENT_TOP,
|
125
|
-
alts: [AX_PLACEMENT_BOTTOM]
|
126
|
+
alts: [AX_PLACEMENT_BOTTOM],
|
126
127
|
},
|
127
128
|
'top-start': {
|
128
129
|
origin: AX_PLACEMENT_TOP_START,
|
129
|
-
alts: [AX_PLACEMENT_BOTTOM_START]
|
130
|
+
alts: [AX_PLACEMENT_BOTTOM_START],
|
130
131
|
},
|
131
132
|
'top-end': {
|
132
133
|
origin: AX_PLACEMENT_TOP_END,
|
133
|
-
alts: [AX_PLACEMENT_BOTTOM_END]
|
134
|
+
alts: [AX_PLACEMENT_BOTTOM_END],
|
134
135
|
},
|
135
|
-
|
136
|
+
bottom: {
|
136
137
|
origin: AX_PLACEMENT_BOTTOM,
|
137
138
|
alts: [AX_PLACEMENT_BOTTOM],
|
138
139
|
},
|
@@ -144,7 +145,7 @@ const AX_PLACEMENT_MAP = {
|
|
144
145
|
origin: AX_PLACEMENT_BOTTOM_END,
|
145
146
|
alts: [AX_PLACEMENT_TOP_END],
|
146
147
|
},
|
147
|
-
|
148
|
+
end: {
|
148
149
|
origin: AX_PLACEMENT_END,
|
149
150
|
alts: [AX_PLACEMENT_START],
|
150
151
|
},
|
@@ -156,7 +157,7 @@ const AX_PLACEMENT_MAP = {
|
|
156
157
|
origin: AX_PLACEMENT_END_BOTTOM,
|
157
158
|
alts: [AX_PLACEMENT_END_TOP, AX_PLACEMENT_START_BOTTOM, AX_PLACEMENT_START_TOP],
|
158
159
|
},
|
159
|
-
|
160
|
+
start: {
|
160
161
|
origin: AX_PLACEMENT_START,
|
161
162
|
alts: [AX_PLACEMENT_END],
|
162
163
|
},
|
@@ -167,7 +168,7 @@ const AX_PLACEMENT_MAP = {
|
|
167
168
|
'start-bottom': {
|
168
169
|
origin: AX_PLACEMENT_START_BOTTOM,
|
169
170
|
alts: [AX_PLACEMENT_START_TOP, AX_PLACEMENT_END_BOTTOM, AX_PLACEMENT_END_TOP],
|
170
|
-
}
|
171
|
+
},
|
171
172
|
};
|
172
173
|
|
173
174
|
/**
|
@@ -326,17 +327,47 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.9", ngImpor
|
|
326
327
|
type: Injectable
|
327
328
|
}] });
|
328
329
|
|
329
|
-
|
330
|
+
class AXDateSource {
|
331
|
+
get items() {
|
332
|
+
return this._items;
|
333
|
+
}
|
334
|
+
constructor(config) {
|
335
|
+
this.config = config;
|
336
|
+
this._totalCount = 0;
|
337
|
+
this._items = new Array(this.config.pageSize);
|
338
|
+
this.fetchedPages = new Set();
|
339
|
+
this._query = { skip: 0, take: this.config.pageSize };
|
340
|
+
this.loadingChanged = new BehaviorSubject(false);
|
341
|
+
this.dataStream = new BehaviorSubject(this._items);
|
342
|
+
}
|
343
|
+
async fetchPage(page) {
|
344
|
+
if (this.fetchedPages.has(page)) {
|
345
|
+
return;
|
346
|
+
}
|
347
|
+
this.loadingChanged.next(true);
|
348
|
+
this.fetchedPages.add(page);
|
349
|
+
this._query.skip = page * this.config.pageSize;
|
350
|
+
const result = await this.config.load(this._query);
|
351
|
+
if (this._totalCount != result.total) {
|
352
|
+
this._items = new Array(result.total);
|
353
|
+
this._totalCount = result.total;
|
354
|
+
}
|
355
|
+
this._items.splice(page * this.config.pageSize, this.config.pageSize, ...result.items);
|
356
|
+
this.dataStream.next(this.items);
|
357
|
+
this.loadingChanged.next(false);
|
358
|
+
}
|
359
|
+
}
|
360
|
+
function convertArrayToDataSource(key, items) {
|
361
|
+
const config = {
|
362
|
+
key,
|
363
|
+
pageSize: items.length,
|
364
|
+
load: (e) => Promise.resolve({ items, total: items.length }),
|
365
|
+
byKey: (v) => Promise.resolve(items.find((c) => c[key] == v)),
|
366
|
+
};
|
367
|
+
return new AXDateSource(config);
|
368
|
+
}
|
330
369
|
|
331
|
-
const AX_STYLE_COLOR_TYPES = [
|
332
|
-
'primary',
|
333
|
-
'secondary',
|
334
|
-
'success',
|
335
|
-
'warning',
|
336
|
-
'danger',
|
337
|
-
'info',
|
338
|
-
'default',
|
339
|
-
];
|
370
|
+
const AX_STYLE_COLOR_TYPES = ['primary', 'secondary', 'success', 'warning', 'danger', 'info', 'ghost'];
|
340
371
|
const AX_LOCATIONS = [
|
341
372
|
'bottom-start',
|
342
373
|
'bottom-center',
|
@@ -364,16 +395,8 @@ class AXAutoFocusDirective {
|
|
364
395
|
}, this.time);
|
365
396
|
return;
|
366
397
|
}
|
367
|
-
const list = [
|
368
|
-
|
369
|
-
'input',
|
370
|
-
'[href]',
|
371
|
-
'select',
|
372
|
-
'textarea',
|
373
|
-
'[tabindex]',
|
374
|
-
].map((c) => c + ':not([tabindex="-1"])');
|
375
|
-
const focusable = this.el.nativeElement.querySelector(list.join(', ')) ??
|
376
|
-
this.el.nativeElement;
|
398
|
+
const list = ['button', 'input', '[href]', 'select', 'textarea', '[tabindex]'].map((c) => c + ':not([tabindex="-1"])');
|
399
|
+
const focusable = this.el.nativeElement.querySelector(list.join(', ')) ?? this.el.nativeElement;
|
377
400
|
const attr = document.createAttribute('autofocus');
|
378
401
|
focusable.setAttributeNode(attr);
|
379
402
|
const hasTabindex = focusable.hasAttribute('tabindex');
|
@@ -418,7 +441,7 @@ class AXHotkeysService {
|
|
418
441
|
addShortcut(options) {
|
419
442
|
const merged = { ...this.defaults, ...options };
|
420
443
|
const event = `keydown.${merged.keys}`;
|
421
|
-
return new Observable(observer => {
|
444
|
+
return new Observable((observer) => {
|
422
445
|
const handler = (e) => {
|
423
446
|
e.preventDefault();
|
424
447
|
observer.next(e);
|
@@ -437,11 +460,10 @@ class AXHotkeysService {
|
|
437
460
|
});
|
438
461
|
}
|
439
462
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.9", ngImport: i0, type: AXHotkeysService, deps: [{ token: i1.EventManager }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
440
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.1.9", ngImport: i0, type: AXHotkeysService
|
463
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.1.9", ngImport: i0, type: AXHotkeysService }); }
|
441
464
|
}
|
442
465
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.9", ngImport: i0, type: AXHotkeysService, decorators: [{
|
443
|
-
type: Injectable
|
444
|
-
args: [{ providedIn: 'root' }]
|
466
|
+
type: Injectable
|
445
467
|
}], ctorParameters: function () { return [{ type: i1.EventManager }, { type: Document, decorators: [{
|
446
468
|
type: Inject,
|
447
469
|
args: [DOCUMENT]
|
@@ -452,20 +474,20 @@ class AXHotkeyDirective {
|
|
452
474
|
this.el = el;
|
453
475
|
this._host = _host;
|
454
476
|
this.hs = hs;
|
455
|
-
this.
|
477
|
+
this.axHotkey = '';
|
456
478
|
this._subs = [];
|
457
479
|
}
|
458
480
|
ngAfterViewInit() {
|
459
|
-
if (!this.
|
481
|
+
if (!this.axHotkey || !this._host)
|
460
482
|
return;
|
461
|
-
if (typeof this.
|
462
|
-
this._addDefaultAction(this.
|
483
|
+
if (typeof this.axHotkey == 'string') {
|
484
|
+
this._addDefaultAction(this.axHotkey);
|
463
485
|
}
|
464
|
-
else if (typeof this.
|
465
|
-
this._addHotKeyAction([this.
|
486
|
+
else if (typeof this.axHotkey == 'object' && !Array.isArray(this.axHotkey)) {
|
487
|
+
this._addHotKeyAction([this.axHotkey]);
|
466
488
|
}
|
467
|
-
else if (Array.isArray(this.
|
468
|
-
this._addHotKeyAction(this.
|
489
|
+
else if (Array.isArray(this.axHotkey)) {
|
490
|
+
this._addHotKeyAction(this.axHotkey);
|
469
491
|
}
|
470
492
|
}
|
471
493
|
_addDefaultAction(hotkey) {
|
@@ -504,12 +526,12 @@ class AXHotkeyDirective {
|
|
504
526
|
});
|
505
527
|
}
|
506
528
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.9", ngImport: i0, type: AXHotkeyDirective, deps: [{ token: i0.ElementRef }, { token: AXComponent, host: true, optional: true, self: true }, { token: AXHotkeysService }], target: i0.ɵɵFactoryTarget.Directive }); }
|
507
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.9", type: AXHotkeyDirective, selector: "[
|
529
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.9", type: AXHotkeyDirective, selector: "[axHotkey]", inputs: { axHotkey: "axHotkey" }, ngImport: i0 }); }
|
508
530
|
}
|
509
531
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.9", ngImport: i0, type: AXHotkeyDirective, decorators: [{
|
510
532
|
type: Directive,
|
511
533
|
args: [{
|
512
|
-
selector: '[
|
534
|
+
selector: '[axHotkey]',
|
513
535
|
}]
|
514
536
|
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: AXComponent, decorators: [{
|
515
537
|
type: Host
|
@@ -517,16 +539,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.9", ngImpor
|
|
517
539
|
type: Self
|
518
540
|
}, {
|
519
541
|
type: Optional
|
520
|
-
}] }, { type: AXHotkeysService }]; }, propDecorators: {
|
521
|
-
type: Input
|
522
|
-
args: ['hotkey']
|
542
|
+
}] }, { type: AXHotkeysService }]; }, propDecorators: { axHotkey: [{
|
543
|
+
type: Input
|
523
544
|
}] } });
|
524
545
|
|
525
|
-
;
|
526
546
|
const AX_DEFAULT_SCROLL_POSITION = {
|
527
547
|
scrollHeight: 0,
|
528
548
|
scrollTop: 0,
|
529
|
-
clientHeight: 0
|
549
|
+
clientHeight: 0,
|
530
550
|
};
|
531
551
|
class AXInfiniteScrollerDirective {
|
532
552
|
constructor(elm) {
|
@@ -536,7 +556,7 @@ class AXInfiniteScrollerDirective {
|
|
536
556
|
return positions[0].sT < positions[1].sT;
|
537
557
|
};
|
538
558
|
this.isScrollExpectedPercent = (position) => {
|
539
|
-
return (
|
559
|
+
return (position.sT + position.cH) / position.sH > this.scrollPercent / 100;
|
540
560
|
};
|
541
561
|
}
|
542
562
|
ngAfterViewInit() {
|
@@ -548,12 +568,11 @@ class AXInfiniteScrollerDirective {
|
|
548
568
|
this.scrollEvent$ = fromEvent(this.elm.nativeElement, 'scroll');
|
549
569
|
}
|
550
570
|
streamScrollEvents() {
|
551
|
-
this.userScrolledDown$ = this.scrollEvent
|
552
|
-
.pipe(map((e) => ({
|
571
|
+
this.userScrolledDown$ = this.scrollEvent$.pipe(map((e) => ({
|
553
572
|
scrollHeight: e.target.scrollHeight,
|
554
573
|
scrollTop: e.target.scrollTop,
|
555
|
-
clientHeight: e.target.clientHeight
|
556
|
-
})), pairwise(), filter(positions => this.isUserScrollingDown(positions) && this.isScrollExpectedPercent(positions[1])));
|
574
|
+
clientHeight: e.target.clientHeight,
|
575
|
+
})), pairwise(), filter((positions) => this.isUserScrollingDown(positions) && this.isScrollExpectedPercent(positions[1])));
|
557
576
|
}
|
558
577
|
requestCallbackOnScroll() {
|
559
578
|
this.requestOnScroll$ = this.userScrolledDown$;
|
@@ -571,7 +590,7 @@ class AXInfiniteScrollerDirective {
|
|
571
590
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.9", ngImport: i0, type: AXInfiniteScrollerDirective, decorators: [{
|
572
591
|
type: Directive,
|
573
592
|
args: [{
|
574
|
-
selector: '[axInfiniteScroller]'
|
593
|
+
selector: '[axInfiniteScroller]',
|
575
594
|
}]
|
576
595
|
}], ctorParameters: function () { return [{ type: i0.ElementRef }]; }, propDecorators: { scrollCallback: [{
|
577
596
|
type: Input
|
@@ -584,20 +603,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.9", ngImpor
|
|
584
603
|
class AXResponsiveDirective {
|
585
604
|
constructor(_elementRef) {
|
586
605
|
this._elementRef = _elementRef;
|
587
|
-
this._observer = new ResizeObserver(entries => {
|
588
|
-
for (
|
606
|
+
this._observer = new ResizeObserver((entries) => {
|
607
|
+
for (const entry of entries) {
|
589
608
|
if (entry.target) {
|
590
609
|
const e = entry.target;
|
591
610
|
const elements = [e, ...Array.from(e.querySelectorAll(`[class*='sm:']`))];
|
592
611
|
elements
|
593
|
-
.map(c => ({
|
612
|
+
.map((c) => ({
|
594
613
|
element: c,
|
595
614
|
classList: Array.from(c.classList)
|
596
|
-
.filter(c => c.includes('sm'))
|
597
|
-
.map(c => c.slice(3)),
|
615
|
+
.filter((c) => c.includes('sm'))
|
616
|
+
.map((c) => c.slice(3)),
|
598
617
|
}))
|
599
|
-
.forEach(c => {
|
600
|
-
e.clientWidth < 320
|
618
|
+
.forEach((c) => {
|
619
|
+
e.clientWidth < 320
|
620
|
+
? c.element.classList.add(...c.classList)
|
621
|
+
: c.element.classList.remove(...c.classList);
|
601
622
|
});
|
602
623
|
}
|
603
624
|
}
|
@@ -609,11 +630,11 @@ class AXResponsiveDirective {
|
|
609
630
|
this._observer?.unobserve(this._elementRef.nativeElement);
|
610
631
|
}
|
611
632
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.9", ngImport: i0, type: AXResponsiveDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
612
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.9", type: AXResponsiveDirective, selector: "[
|
633
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.9", type: AXResponsiveDirective, selector: "[axResponsive]", ngImport: i0 }); }
|
613
634
|
}
|
614
635
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.9", ngImport: i0, type: AXResponsiveDirective, decorators: [{
|
615
636
|
type: Directive,
|
616
|
-
args: [{ selector: '[
|
637
|
+
args: [{ selector: '[axResponsive]' }]
|
617
638
|
}], ctorParameters: function () { return [{ type: i0.ElementRef }]; } });
|
618
639
|
|
619
640
|
class AXRippleDirective {
|
@@ -663,7 +684,7 @@ class AXCommonModule {
|
|
663
684
|
AXAutoFocusDirective,
|
664
685
|
AXHotkeyDirective,
|
665
686
|
AXRippleDirective] }); }
|
666
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.1.9", ngImport: i0, type: AXCommonModule }); }
|
687
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.1.9", ngImport: i0, type: AXCommonModule, providers: [AXHotkeysService] }); }
|
667
688
|
}
|
668
689
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.9", ngImport: i0, type: AXCommonModule, decorators: [{
|
669
690
|
type: NgModule,
|
@@ -683,6 +704,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.9", ngImpor
|
|
683
704
|
AXHotkeyDirective,
|
684
705
|
AXRippleDirective,
|
685
706
|
],
|
707
|
+
providers: [AXHotkeysService],
|
686
708
|
}]
|
687
709
|
}] });
|
688
710
|
|
@@ -774,34 +796,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.9", ngImpor
|
|
774
796
|
type: Injectable
|
775
797
|
}] });
|
776
798
|
|
777
|
-
class MXAppearanceComponent extends MXBaseComponent {
|
778
|
-
constructor() {
|
779
|
-
super(...arguments);
|
780
|
-
this.appearanceChange = new EventEmitter();
|
781
|
-
this._appearance = 'solid';
|
782
|
-
}
|
783
|
-
/**
|
784
|
-
* Predefined color schemes
|
785
|
-
*/
|
786
|
-
get appearance() {
|
787
|
-
return this._appearance;
|
788
|
-
}
|
789
|
-
set appearance(value) {
|
790
|
-
this.setOption({
|
791
|
-
name: 'appearance',
|
792
|
-
value,
|
793
|
-
afterCallback: () => {
|
794
|
-
this.cdr.markForCheck();
|
795
|
-
},
|
796
|
-
});
|
797
|
-
}
|
798
|
-
}
|
799
|
-
|
800
799
|
class MXColorComponent extends MXBaseComponent {
|
801
800
|
constructor() {
|
802
801
|
super(...arguments);
|
803
802
|
this.colorChange = new EventEmitter();
|
804
|
-
this._color = '
|
803
|
+
this._color = 'ghost';
|
805
804
|
}
|
806
805
|
/**
|
807
806
|
* Predefined color schemes
|
@@ -824,7 +823,7 @@ class MXLookComponent extends MXBaseComponent {
|
|
824
823
|
constructor() {
|
825
824
|
super(...arguments);
|
826
825
|
this.lookChange = new EventEmitter();
|
827
|
-
this._look = '
|
826
|
+
this._look = 'solid';
|
828
827
|
}
|
829
828
|
/**
|
830
829
|
* Predefined look schemes
|
@@ -1003,7 +1002,7 @@ class MXButtonBaseComponent extends classes(MXInteractiveComponent, MXColorLookC
|
|
1003
1002
|
'ax-state-disabled': this.disabled,
|
1004
1003
|
'ax-state-selected': this.selected,
|
1005
1004
|
};
|
1006
|
-
cssClasses[`ax-${this['color'] || '
|
1005
|
+
cssClasses[`ax-${this['color'] || 'solid'}${this['look'] ? '-' + this['look'] : '-solid'}`] = true;
|
1007
1006
|
return cssClasses;
|
1008
1007
|
}
|
1009
1008
|
}
|
@@ -1066,8 +1065,7 @@ class MXValueComponent extends MXInteractiveComponent {
|
|
1066
1065
|
set value(v) {
|
1067
1066
|
v = this.internalSetValue(v);
|
1068
1067
|
const old = clone(this.value);
|
1069
|
-
|
1070
|
-
if (v != old) {
|
1068
|
+
if (!isEqual(old, v)) {
|
1071
1069
|
this._value = v;
|
1072
1070
|
this.emitOnValueChangedEvent(old, this.value);
|
1073
1071
|
if (v == null || v == undefined || v == '' || (Array.isArray(v) && v.length == 0)) {
|
@@ -1122,7 +1120,7 @@ class MXValueComponent extends MXInteractiveComponent {
|
|
1122
1120
|
const container = this.getHostElement().classList.contains('ax-editor-container')
|
1123
1121
|
? this.getHostElement()
|
1124
1122
|
: this.getHostElement().querySelector('.ax-editor-container');
|
1125
|
-
const formField = container?.closest('
|
1123
|
+
const formField = container?.closest('ax-form-field');
|
1126
1124
|
const label = formField?.querySelector('ax-label')?.__axContext__;
|
1127
1125
|
if (label)
|
1128
1126
|
label.required = true;
|
@@ -1239,37 +1237,37 @@ class MXInputBaseValueComponent extends MXValueComponent {
|
|
1239
1237
|
constructor() {
|
1240
1238
|
super(...arguments);
|
1241
1239
|
/**
|
1242
|
-
|
1243
|
-
|
1244
|
-
|
1240
|
+
* Fires each time the user press a key.
|
1241
|
+
* @event
|
1242
|
+
*/
|
1245
1243
|
this.onKeyDown = new EventEmitter();
|
1246
1244
|
/**
|
1247
|
-
|
1248
|
-
|
1249
|
-
|
1245
|
+
* Fires each time the user press a key.
|
1246
|
+
* @event
|
1247
|
+
*/
|
1250
1248
|
this.onKeyUp = new EventEmitter();
|
1251
1249
|
/**
|
1252
|
-
|
1253
|
-
|
1254
|
-
|
1250
|
+
* Fires each time the user press a key.
|
1251
|
+
* @event
|
1252
|
+
*/
|
1255
1253
|
this.onKeyPress = new EventEmitter();
|
1256
1254
|
}
|
1257
1255
|
emitOnKeydownEvent(e) {
|
1258
1256
|
this.onKeyDown.emit({
|
1259
1257
|
component: this,
|
1260
|
-
nativeEvent: e
|
1258
|
+
nativeEvent: e,
|
1261
1259
|
});
|
1262
1260
|
}
|
1263
1261
|
emitOnKeyupEvent(e) {
|
1264
1262
|
this.onKeyUp.emit({
|
1265
1263
|
component: this,
|
1266
|
-
nativeEvent: e
|
1264
|
+
nativeEvent: e,
|
1267
1265
|
});
|
1268
1266
|
}
|
1269
1267
|
emitOnKeypressEvent(e) {
|
1270
1268
|
this.onKeyPress.emit({
|
1271
1269
|
component: this,
|
1272
|
-
nativeEvent: e
|
1270
|
+
nativeEvent: e,
|
1273
1271
|
});
|
1274
1272
|
}
|
1275
1273
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.9", ngImport: i0, type: MXInputBaseValueComponent, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
@@ -1282,15 +1280,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.9", ngImpor
|
|
1282
1280
|
class MXSelectionValueComponent extends MXValueComponent {
|
1283
1281
|
constructor() {
|
1284
1282
|
super(...arguments);
|
1285
|
-
this.selectionMode = 'value';
|
1286
1283
|
this._valueField = 'id';
|
1287
1284
|
this._textField = 'text';
|
1288
1285
|
this._hintField = 'hint';
|
1289
1286
|
this._disabledField = 'disabled';
|
1290
|
-
this._readonlyField = 'readonly';
|
1291
1287
|
this._multiple = false;
|
1292
|
-
this._items = [];
|
1293
|
-
this.displayItems = [];
|
1294
1288
|
this._selectedItems = [];
|
1295
1289
|
}
|
1296
1290
|
get valueField() {
|
@@ -1329,15 +1323,6 @@ class MXSelectionValueComponent extends MXValueComponent {
|
|
1329
1323
|
value: v,
|
1330
1324
|
});
|
1331
1325
|
}
|
1332
|
-
get readonlyField() {
|
1333
|
-
return this._readonlyField;
|
1334
|
-
}
|
1335
|
-
set readonlyField(v) {
|
1336
|
-
this.setOption({
|
1337
|
-
name: 'readonlyField',
|
1338
|
-
value: v,
|
1339
|
-
});
|
1340
|
-
}
|
1341
1326
|
get multiple() {
|
1342
1327
|
return this._multiple;
|
1343
1328
|
}
|
@@ -1347,26 +1332,13 @@ class MXSelectionValueComponent extends MXValueComponent {
|
|
1347
1332
|
value: v,
|
1348
1333
|
});
|
1349
1334
|
}
|
1350
|
-
get items() {
|
1351
|
-
return this._items;
|
1352
|
-
}
|
1353
|
-
set items(v) {
|
1354
|
-
this.setOption({
|
1355
|
-
name: 'items',
|
1356
|
-
value: v,
|
1357
|
-
afterCallback: (oldValue, newValue) => {
|
1358
|
-
this.displayItems = this.normalizeItemsList(newValue);
|
1359
|
-
},
|
1360
|
-
});
|
1361
|
-
}
|
1362
1335
|
get selectedItems() {
|
1363
1336
|
return this._selectedItems || [];
|
1364
1337
|
}
|
1365
1338
|
internalSetValue(value) {
|
1366
|
-
|
1339
|
+
const normalizedItems = Array.isArray(value)
|
1367
1340
|
? this.normalizeItemsList(value)
|
1368
1341
|
: this.normalizeItemsList([value]);
|
1369
|
-
normalizedItems = normalizedItems.filter((c) => this.displayItems.some((d) => d[this.valueField] == c[this.valueField]));
|
1370
1342
|
return this.multiple ? normalizedItems : normalizedItems[0];
|
1371
1343
|
}
|
1372
1344
|
emitOnValueChangedEvent(oldValue, newValue) {
|
@@ -1384,7 +1356,7 @@ class MXSelectionValueComponent extends MXValueComponent {
|
|
1384
1356
|
Object.assign(obj, item);
|
1385
1357
|
}
|
1386
1358
|
else if (typeof item != 'function') {
|
1387
|
-
const existsItem = this.
|
1359
|
+
const existsItem = this.getItemByKey(item);
|
1388
1360
|
if (existsItem)
|
1389
1361
|
Object.assign(obj, existsItem);
|
1390
1362
|
else {
|
@@ -1392,11 +1364,14 @@ class MXSelectionValueComponent extends MXValueComponent {
|
|
1392
1364
|
obj[this.textField] = item.toString();
|
1393
1365
|
}
|
1394
1366
|
}
|
1367
|
+
if (!obj[this.textField]) {
|
1368
|
+
obj[this.textField] = obj[this.valueField];
|
1369
|
+
}
|
1395
1370
|
return obj;
|
1396
1371
|
}
|
1397
1372
|
_normalizeSelectedItems() {
|
1398
|
-
const values = Array.isArray(this.value) ? this.value : [this.value];
|
1399
|
-
this._selectedItems =
|
1373
|
+
const values = Array.isArray(this.value) ? this.value : this.value ? [this.value] : [];
|
1374
|
+
this._selectedItems = values.map((v) => this.normalizeItem(v));
|
1400
1375
|
}
|
1401
1376
|
unselectItems(...items) {
|
1402
1377
|
if (!items || items.length === 0) {
|
@@ -1423,9 +1398,6 @@ class MXSelectionValueComponent extends MXValueComponent {
|
|
1423
1398
|
}
|
1424
1399
|
this.commitValue(newSelectedItems, true);
|
1425
1400
|
}
|
1426
|
-
else {
|
1427
|
-
this.commitValue(this.displayItems, true);
|
1428
|
-
}
|
1429
1401
|
}
|
1430
1402
|
toggleSelect(...items) {
|
1431
1403
|
items?.forEach((item) => {
|
@@ -1438,12 +1410,21 @@ class MXSelectionValueComponent extends MXValueComponent {
|
|
1438
1410
|
});
|
1439
1411
|
}
|
1440
1412
|
isItemSelected(item) {
|
1441
|
-
return this.selectedItems.some((c) => c[this.valueField] === item[this.valueField]);
|
1413
|
+
return this.selectedItems.some((c) => c[this.valueField] === this.normalizeItem(item)[this.valueField]);
|
1442
1414
|
}
|
1443
1415
|
isItemDisabled(item) {
|
1444
|
-
return (
|
1416
|
+
return (this.disabled ||
|
1417
|
+
coerceBooleanProperty(item[this.disabledField]) === true ||
|
1445
1418
|
(this.disabledCallback ? this.disabledCallback({ item, index: -1 }) : false));
|
1446
1419
|
}
|
1420
|
+
getDisplayText(item) {
|
1421
|
+
const normalizeItem = this.normalizeItem(item);
|
1422
|
+
return normalizeItem[this.textField];
|
1423
|
+
}
|
1424
|
+
getValue(item) {
|
1425
|
+
const normalizeItem = this.normalizeItem(item);
|
1426
|
+
return normalizeItem[this.valueField];
|
1427
|
+
}
|
1447
1428
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.9", ngImport: i0, type: MXSelectionValueComponent, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
1448
1429
|
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.1.9", ngImport: i0, type: MXSelectionValueComponent }); }
|
1449
1430
|
}
|
@@ -1458,7 +1439,7 @@ class AXNgModelDelayedValueChangedDirective {
|
|
1458
1439
|
set delayTime(v) {
|
1459
1440
|
if (v != this._delayTime) {
|
1460
1441
|
this._delayTime = v;
|
1461
|
-
this.
|
1442
|
+
this.axDelayTimeChange.emit(v);
|
1462
1443
|
this.update();
|
1463
1444
|
}
|
1464
1445
|
}
|
@@ -1467,29 +1448,31 @@ class AXNgModelDelayedValueChangedDirective {
|
|
1467
1448
|
}
|
1468
1449
|
constructor(ngModel) {
|
1469
1450
|
this.ngModel = ngModel;
|
1470
|
-
this.
|
1471
|
-
this.
|
1451
|
+
this.axDelayedValueChanged = new EventEmitter();
|
1452
|
+
this.axDelayTimeChange = new EventEmitter();
|
1472
1453
|
this._delayTime = 0;
|
1473
1454
|
this.delayTime = 0;
|
1474
1455
|
}
|
1475
1456
|
update() {
|
1476
1457
|
this.subscription?.unsubscribe();
|
1477
1458
|
//
|
1478
|
-
this.subscription = this.ngModel.control.valueChanges
|
1479
|
-
|
1459
|
+
this.subscription = this.ngModel.control.valueChanges
|
1460
|
+
.pipe(skip(1), // skip initial value
|
1461
|
+
distinctUntilChanged(), debounceTime(this.delayTime))
|
1462
|
+
.subscribe((value) => this.axDelayedValueChanged.emit(value));
|
1480
1463
|
}
|
1481
1464
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.9", ngImport: i0, type: AXNgModelDelayedValueChangedDirective, deps: [{ token: i1$1.NgModel }], target: i0.ɵɵFactoryTarget.Directive }); }
|
1482
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.9", type: AXNgModelDelayedValueChangedDirective, isStandalone: true, selector: "[
|
1465
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.9", type: AXNgModelDelayedValueChangedDirective, isStandalone: true, selector: "[axDelayedValueChanged]", inputs: { delayTime: "delayTime" }, outputs: { axDelayedValueChanged: "axDelayedValueChanged", axDelayTimeChange: "axDelayTimeChange" }, ngImport: i0 }); }
|
1483
1466
|
}
|
1484
1467
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.9", ngImport: i0, type: AXNgModelDelayedValueChangedDirective, decorators: [{
|
1485
1468
|
type: Directive,
|
1486
1469
|
args: [{
|
1487
|
-
selector: '[
|
1488
|
-
standalone: true
|
1470
|
+
selector: '[axDelayedValueChanged]',
|
1471
|
+
standalone: true,
|
1489
1472
|
}]
|
1490
|
-
}], ctorParameters: function () { return [{ type: i1$1.NgModel }]; }, propDecorators: {
|
1473
|
+
}], ctorParameters: function () { return [{ type: i1$1.NgModel }]; }, propDecorators: { axDelayedValueChanged: [{
|
1491
1474
|
type: Output
|
1492
|
-
}],
|
1475
|
+
}], axDelayTimeChange: [{
|
1493
1476
|
type: Output
|
1494
1477
|
}], delayTime: [{
|
1495
1478
|
type: Input
|
@@ -1499,5 +1482,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.9", ngImpor
|
|
1499
1482
|
* Generated bundle index. Do not edit.
|
1500
1483
|
*/
|
1501
1484
|
|
1502
|
-
export { AXAutoFocusDirective, AXButtonClickEvent, AXClearableComponent, AXClickEvent, AXClosbaleComponent, AXCommonModule, AXComponent, AXComponentCloseEvent, AXComponentClosedPromise, AXComponentClosing, AXComponentResult, AXDomService, AXEvent, AXFocusEvent, AXFocusableComponent, AXHotkeyDirective, AXHotkeysService, AXHtmlEvent, AXInfiniteScrollerDirective, AXItemClickEvent, AXNgModelDelayedValueChangedDirective, AXOptionChangedEvent, AXPagedComponent, AXRangeChangedEvent, AXResponsiveDirective, AXRippleDirective, AXSearchableComponent, AXSelectionValueChangedEvent, AXValuableComponent, AXValueChangedEvent, AX_LOCATIONS, AX_PLACEMENT_BOTTOM, AX_PLACEMENT_BOTTOM_END, AX_PLACEMENT_BOTTOM_START, AX_PLACEMENT_END, AX_PLACEMENT_END_BOTTOM, AX_PLACEMENT_END_TOP, AX_PLACEMENT_MAP, AX_PLACEMENT_START, AX_PLACEMENT_START_BOTTOM, AX_PLACEMENT_START_TOP, AX_PLACEMENT_TOP, AX_PLACEMENT_TOP_END, AX_PLACEMENT_TOP_START, AX_STYLE_COLOR_TYPES,
|
1485
|
+
export { AXAutoFocusDirective, AXButtonClickEvent, AXClearableComponent, AXClickEvent, AXClosbaleComponent, AXCommonModule, AXComponent, AXComponentCloseEvent, AXComponentClosedPromise, AXComponentClosing, AXComponentResult, AXDateSource, AXDomService, AXEvent, AXFocusEvent, AXFocusableComponent, AXHotkeyDirective, AXHotkeysService, AXHtmlEvent, AXInfiniteScrollerDirective, AXItemClickEvent, AXNgModelDelayedValueChangedDirective, AXOptionChangedEvent, AXPagedComponent, AXRangeChangedEvent, AXResponsiveDirective, AXRippleDirective, AXSearchableComponent, AXSelectionValueChangedEvent, AXValuableComponent, AXValueChangedEvent, AX_LOCATIONS, AX_PLACEMENT_BOTTOM, AX_PLACEMENT_BOTTOM_END, AX_PLACEMENT_BOTTOM_START, AX_PLACEMENT_END, AX_PLACEMENT_END_BOTTOM, AX_PLACEMENT_END_TOP, AX_PLACEMENT_MAP, AX_PLACEMENT_START, AX_PLACEMENT_START_BOTTOM, AX_PLACEMENT_START_TOP, AX_PLACEMENT_TOP, AX_PLACEMENT_TOP_END, AX_PLACEMENT_TOP_START, AX_STYLE_COLOR_TYPES, MXBaseComponent, MXButtonBaseComponent, MXColorComponent, MXColorLookComponent, MXInputBaseValueComponent, MXInteractiveComponent, MXLookComponent, MXSelectionValueComponent, MXValueComponent, TAB_META_KEY, convertArrayToDataSource, convertToPlacement };
|
1503
1486
|
//# sourceMappingURL=acorex-components-common.mjs.map
|