@acorex/components 21.0.2-next.3 → 21.0.2-next.31
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/{types/acorex-components-accordion.d.ts → accordion/index.d.ts} +1 -0
- package/{types/acorex-components-button.d.ts → button/index.d.ts} +3 -3
- package/{types/acorex-components-button-group.d.ts → button-group/index.d.ts} +12 -14
- package/{types/acorex-components-calendar.d.ts → calendar/index.d.ts} +74 -20
- package/{types/acorex-components-check-box.d.ts → check-box/index.d.ts} +1 -1
- package/{types/acorex-components-chips.d.ts → chips/index.d.ts} +8 -3
- package/collapse/README.md +3 -0
- package/collapse/index.d.ts +174 -0
- package/conversation2/README.md +8 -6
- package/{types/acorex-components-conversation2.d.ts → conversation2/index.d.ts} +2879 -2848
- package/{types/acorex-components-data-pager.d.ts → data-pager/index.d.ts} +2 -0
- package/{types/acorex-components-data-table.d.ts → data-table/index.d.ts} +261 -12
- package/{types/acorex-components-datetime-box.d.ts → datetime-box/index.d.ts} +6 -2
- package/{types/acorex-components-datetime-picker.d.ts → datetime-picker/index.d.ts} +6 -2
- package/drawer-legacy/README.md +3 -0
- package/drawer-legacy/index.d.ts +86 -0
- package/{types/acorex-components-dropdown-button.d.ts → dropdown-button/index.d.ts} +2 -4
- package/fesm2022/acorex-components-accordion.mjs +22 -17
- package/fesm2022/acorex-components-accordion.mjs.map +1 -1
- package/fesm2022/acorex-components-action-sheet.mjs +17 -17
- package/fesm2022/acorex-components-action-sheet.mjs.map +1 -1
- package/fesm2022/acorex-components-alert.mjs +14 -14
- package/fesm2022/acorex-components-alert.mjs.map +1 -1
- package/fesm2022/acorex-components-aspect-ratio.mjs +4 -4
- package/fesm2022/acorex-components-aspect-ratio.mjs.map +1 -1
- package/fesm2022/acorex-components-audio-wave.mjs +11 -12
- package/fesm2022/acorex-components-audio-wave.mjs.map +1 -1
- package/fesm2022/acorex-components-autocomplete.mjs +9 -9
- package/fesm2022/acorex-components-autocomplete.mjs.map +1 -1
- package/fesm2022/acorex-components-avatar.mjs +13 -13
- package/fesm2022/acorex-components-avatar.mjs.map +1 -1
- package/fesm2022/acorex-components-badge.mjs +10 -10
- package/fesm2022/acorex-components-badge.mjs.map +1 -1
- package/fesm2022/acorex-components-bottom-navigation.mjs +12 -12
- package/fesm2022/acorex-components-bottom-navigation.mjs.map +1 -1
- package/fesm2022/acorex-components-breadcrumbs.mjs +12 -12
- package/fesm2022/acorex-components-breadcrumbs.mjs.map +1 -1
- package/fesm2022/acorex-components-button-group.mjs +26 -41
- package/fesm2022/acorex-components-button-group.mjs.map +1 -1
- package/fesm2022/acorex-components-button.mjs +22 -22
- package/fesm2022/acorex-components-button.mjs.map +1 -1
- package/fesm2022/acorex-components-calendar.mjs +123 -20
- package/fesm2022/acorex-components-calendar.mjs.map +1 -1
- package/fesm2022/acorex-components-check-box.mjs +11 -11
- package/fesm2022/acorex-components-check-box.mjs.map +1 -1
- package/fesm2022/acorex-components-chips.mjs +14 -12
- package/fesm2022/acorex-components-chips.mjs.map +1 -1
- package/fesm2022/acorex-components-circular-progress.mjs +11 -13
- package/fesm2022/acorex-components-circular-progress.mjs.map +1 -1
- package/fesm2022/acorex-components-code-editor.mjs +14 -14
- package/fesm2022/acorex-components-code-editor.mjs.map +1 -1
- package/fesm2022/acorex-components-collapse.mjs +366 -0
- package/fesm2022/acorex-components-collapse.mjs.map +1 -0
- package/fesm2022/acorex-components-color-box.mjs +11 -11
- package/fesm2022/acorex-components-color-box.mjs.map +1 -1
- package/fesm2022/acorex-components-color-palette.mjs +31 -31
- package/fesm2022/acorex-components-color-palette.mjs.map +1 -1
- package/fesm2022/acorex-components-command.mjs +11 -11
- package/fesm2022/acorex-components-command.mjs.map +1 -1
- package/fesm2022/acorex-components-comment.mjs +33 -33
- package/fesm2022/acorex-components-comment.mjs.map +1 -1
- package/fesm2022/acorex-components-conversation.mjs +63 -63
- package/fesm2022/acorex-components-conversation.mjs.map +1 -1
- package/fesm2022/acorex-components-conversation2.mjs +5736 -3689
- package/fesm2022/acorex-components-conversation2.mjs.map +1 -1
- package/fesm2022/acorex-components-cron-job.mjs +55 -55
- package/fesm2022/acorex-components-cron-job.mjs.map +1 -1
- package/fesm2022/acorex-components-data-list.mjs +6 -6
- package/fesm2022/acorex-components-data-list.mjs.map +1 -1
- package/fesm2022/acorex-components-data-pager.mjs +55 -38
- package/fesm2022/acorex-components-data-pager.mjs.map +1 -1
- package/fesm2022/acorex-components-data-table.mjs +496 -60
- package/fesm2022/acorex-components-data-table.mjs.map +1 -1
- package/fesm2022/acorex-components-datetime-box.mjs +14 -10
- package/fesm2022/acorex-components-datetime-box.mjs.map +1 -1
- package/fesm2022/acorex-components-datetime-input.mjs +10 -10
- package/fesm2022/acorex-components-datetime-input.mjs.map +1 -1
- package/fesm2022/acorex-components-datetime-picker.mjs +15 -11
- package/fesm2022/acorex-components-datetime-picker.mjs.map +1 -1
- package/fesm2022/acorex-components-decorators.mjs +41 -48
- package/fesm2022/acorex-components-decorators.mjs.map +1 -1
- package/fesm2022/acorex-components-dialog.mjs +13 -13
- package/fesm2022/acorex-components-dialog.mjs.map +1 -1
- package/fesm2022/acorex-components-drawer-legacy.mjs +218 -0
- package/fesm2022/acorex-components-drawer-legacy.mjs.map +1 -0
- package/fesm2022/acorex-components-drawer.mjs +17 -16
- package/fesm2022/acorex-components-drawer.mjs.map +1 -1
- package/fesm2022/acorex-components-dropdown-button.mjs +11 -19
- package/fesm2022/acorex-components-dropdown-button.mjs.map +1 -1
- package/fesm2022/acorex-components-dropdown.mjs +18 -18
- package/fesm2022/acorex-components-dropdown.mjs.map +1 -1
- package/fesm2022/acorex-components-editor.mjs +12 -12
- package/fesm2022/acorex-components-editor.mjs.map +1 -1
- package/fesm2022/acorex-components-fab.mjs +9 -9
- package/fesm2022/acorex-components-fab.mjs.map +1 -1
- package/fesm2022/acorex-components-file-explorer.mjs +307 -0
- package/fesm2022/acorex-components-file-explorer.mjs.map +1 -0
- package/fesm2022/acorex-components-flow-chart.mjs +22 -23
- package/fesm2022/acorex-components-flow-chart.mjs.map +1 -1
- package/fesm2022/acorex-components-form.mjs +27 -35
- package/fesm2022/acorex-components-form.mjs.map +1 -1
- package/fesm2022/acorex-components-grid-layout-builder.mjs +14 -13
- package/fesm2022/acorex-components-grid-layout-builder.mjs.map +1 -1
- package/fesm2022/acorex-components-image-editor.mjs +48 -48
- package/fesm2022/acorex-components-image-editor.mjs.map +1 -1
- package/fesm2022/acorex-components-image.mjs +10 -10
- package/fesm2022/acorex-components-image.mjs.map +1 -1
- package/fesm2022/acorex-components-json-viewer.mjs +9 -9
- package/fesm2022/acorex-components-json-viewer.mjs.map +1 -1
- package/fesm2022/acorex-components-kanban.mjs +7 -9
- package/fesm2022/acorex-components-kanban.mjs.map +1 -1
- package/fesm2022/acorex-components-kbd.mjs +10 -10
- package/fesm2022/acorex-components-kbd.mjs.map +1 -1
- package/fesm2022/acorex-components-label.mjs +9 -9
- package/fesm2022/acorex-components-label.mjs.map +1 -1
- package/fesm2022/acorex-components-list.mjs +10 -10
- package/fesm2022/acorex-components-list.mjs.map +1 -1
- package/fesm2022/acorex-components-loading-dialog.mjs +12 -12
- package/fesm2022/acorex-components-loading-dialog.mjs.map +1 -1
- package/fesm2022/acorex-components-loading.mjs +21 -21
- package/fesm2022/acorex-components-loading.mjs.map +1 -1
- package/fesm2022/acorex-components-map.mjs +15 -15
- package/fesm2022/acorex-components-map.mjs.map +1 -1
- package/fesm2022/acorex-components-media-viewer.mjs +45 -45
- package/fesm2022/acorex-components-media-viewer.mjs.map +1 -1
- package/fesm2022/acorex-components-menu.mjs +124 -50
- package/fesm2022/acorex-components-menu.mjs.map +1 -1
- package/fesm2022/{acorex-components-modal-acorex-components-modal-DWNqU6or.mjs → acorex-components-modal-acorex-components-modal-DwBY73dZ.mjs} +24 -24
- package/fesm2022/acorex-components-modal-acorex-components-modal-DwBY73dZ.mjs.map +1 -0
- package/fesm2022/acorex-components-modal-modal-content.component-DPMt_zaI.mjs +212 -0
- package/fesm2022/acorex-components-modal-modal-content.component-DPMt_zaI.mjs.map +1 -0
- package/fesm2022/acorex-components-modal.mjs +1 -1
- package/fesm2022/acorex-components-navbar.mjs +9 -9
- package/fesm2022/acorex-components-navbar.mjs.map +1 -1
- package/fesm2022/acorex-components-notification.mjs +13 -13
- package/fesm2022/acorex-components-notification.mjs.map +1 -1
- package/fesm2022/acorex-components-number-box-legacy.mjs +430 -0
- package/fesm2022/acorex-components-number-box-legacy.mjs.map +1 -0
- package/fesm2022/acorex-components-number-box.mjs +51 -13
- package/fesm2022/acorex-components-number-box.mjs.map +1 -1
- package/fesm2022/acorex-components-otp.mjs +10 -10
- package/fesm2022/acorex-components-otp.mjs.map +1 -1
- package/fesm2022/acorex-components-page.mjs +10 -10
- package/fesm2022/acorex-components-page.mjs.map +1 -1
- package/fesm2022/acorex-components-paint.mjs +40 -35
- package/fesm2022/acorex-components-paint.mjs.map +1 -1
- package/fesm2022/acorex-components-password-box.mjs +23 -15
- package/fesm2022/acorex-components-password-box.mjs.map +1 -1
- package/fesm2022/acorex-components-pdf-reader.mjs +9 -9
- package/fesm2022/acorex-components-pdf-reader.mjs.map +1 -1
- package/fesm2022/acorex-components-phone-box.mjs +10 -10
- package/fesm2022/acorex-components-phone-box.mjs.map +1 -1
- package/fesm2022/acorex-components-picker.mjs +20 -20
- package/fesm2022/acorex-components-picker.mjs.map +1 -1
- package/fesm2022/acorex-components-popover.mjs +8 -8
- package/fesm2022/acorex-components-popover.mjs.map +1 -1
- package/fesm2022/acorex-components-popup.mjs +42 -18
- package/fesm2022/acorex-components-popup.mjs.map +1 -1
- package/fesm2022/acorex-components-progress-bar.mjs +9 -11
- package/fesm2022/acorex-components-progress-bar.mjs.map +1 -1
- package/fesm2022/acorex-components-qrcode.mjs +10 -10
- package/fesm2022/acorex-components-qrcode.mjs.map +1 -1
- package/fesm2022/acorex-components-query-builder.mjs +9 -9
- package/fesm2022/acorex-components-query-builder.mjs.map +1 -1
- package/fesm2022/acorex-components-radio.mjs +9 -10
- package/fesm2022/acorex-components-radio.mjs.map +1 -1
- package/fesm2022/acorex-components-rail-navigation.mjs +38 -40
- package/fesm2022/acorex-components-rail-navigation.mjs.map +1 -1
- package/fesm2022/acorex-components-range-slider.mjs +11 -11
- package/fesm2022/acorex-components-range-slider.mjs.map +1 -1
- package/fesm2022/acorex-components-rate-picker.mjs +35 -20
- package/fesm2022/acorex-components-rate-picker.mjs.map +1 -1
- package/fesm2022/acorex-components-rest-api-generator.mjs +28 -28
- package/fesm2022/acorex-components-rest-api-generator.mjs.map +1 -1
- package/fesm2022/acorex-components-result.mjs +8 -8
- package/fesm2022/acorex-components-result.mjs.map +1 -1
- package/fesm2022/acorex-components-routing-progress.mjs +8 -8
- package/fesm2022/acorex-components-routing-progress.mjs.map +1 -1
- package/fesm2022/acorex-components-rrule.mjs +11 -11
- package/fesm2022/acorex-components-rrule.mjs.map +1 -1
- package/fesm2022/acorex-components-scheduler-picker.mjs +180 -174
- package/fesm2022/acorex-components-scheduler-picker.mjs.map +1 -1
- package/fesm2022/acorex-components-scheduler.mjs +52 -52
- package/fesm2022/acorex-components-scheduler.mjs.map +1 -1
- package/fesm2022/acorex-components-scss.mjs +22 -0
- package/fesm2022/acorex-components-scss.mjs.map +1 -0
- package/fesm2022/acorex-components-search-box.mjs +11 -17
- package/fesm2022/acorex-components-search-box.mjs.map +1 -1
- package/fesm2022/acorex-components-select-box.mjs +15 -21
- package/fesm2022/acorex-components-select-box.mjs.map +1 -1
- package/fesm2022/acorex-components-selection-list-2.mjs +12 -12
- package/fesm2022/acorex-components-selection-list-2.mjs.map +1 -1
- package/fesm2022/acorex-components-selection-list.mjs +10 -10
- package/fesm2022/acorex-components-selection-list.mjs.map +1 -1
- package/fesm2022/acorex-components-side-menu.mjs +439 -81
- package/fesm2022/acorex-components-side-menu.mjs.map +1 -1
- package/fesm2022/acorex-components-skeleton.mjs +8 -8
- package/fesm2022/acorex-components-skeleton.mjs.map +1 -1
- package/fesm2022/acorex-components-slider.mjs +13 -13
- package/fesm2022/acorex-components-slider.mjs.map +1 -1
- package/fesm2022/acorex-components-sliding-item.mjs +19 -19
- package/fesm2022/acorex-components-sliding-item.mjs.map +1 -1
- package/fesm2022/acorex-components-step-wizard.mjs +18 -17
- package/fesm2022/acorex-components-step-wizard.mjs.map +1 -1
- package/fesm2022/acorex-components-switch.mjs +14 -14
- package/fesm2022/acorex-components-switch.mjs.map +1 -1
- package/fesm2022/acorex-components-tabs.mjs +17 -17
- package/fesm2022/acorex-components-tabs.mjs.map +1 -1
- package/fesm2022/acorex-components-tag-box.mjs +10 -10
- package/fesm2022/acorex-components-tag-box.mjs.map +1 -1
- package/fesm2022/acorex-components-tag.mjs +10 -10
- package/fesm2022/acorex-components-tag.mjs.map +1 -1
- package/fesm2022/acorex-components-text-area.mjs +9 -9
- package/fesm2022/acorex-components-text-area.mjs.map +1 -1
- package/fesm2022/acorex-components-text-box.mjs +12 -12
- package/fesm2022/acorex-components-text-box.mjs.map +1 -1
- package/fesm2022/acorex-components-time-duration.mjs +8 -8
- package/fesm2022/acorex-components-time-duration.mjs.map +1 -1
- package/fesm2022/acorex-components-time-line.mjs +14 -14
- package/fesm2022/acorex-components-time-line.mjs.map +1 -1
- package/fesm2022/acorex-components-toast.mjs +13 -13
- package/fesm2022/acorex-components-toast.mjs.map +1 -1
- package/fesm2022/acorex-components-toolbar.mjs +10 -10
- package/fesm2022/acorex-components-toolbar.mjs.map +1 -1
- package/fesm2022/acorex-components-tooltip.mjs +25 -16
- package/fesm2022/acorex-components-tooltip.mjs.map +1 -1
- package/fesm2022/acorex-components-tree-view-legacy.mjs +511 -0
- package/fesm2022/acorex-components-tree-view-legacy.mjs.map +1 -0
- package/fesm2022/acorex-components-tree-view.mjs +13 -13
- package/fesm2022/acorex-components-tree-view.mjs.map +1 -1
- package/fesm2022/acorex-components-uploader.mjs +17 -17
- package/fesm2022/acorex-components-uploader.mjs.map +1 -1
- package/fesm2022/acorex-components-video-player.mjs +9 -9
- package/fesm2022/acorex-components-video-player.mjs.map +1 -1
- package/fesm2022/acorex-components-wysiwyg.mjs +45 -45
- package/fesm2022/acorex-components-wysiwyg.mjs.map +1 -1
- package/fesm2022/acorex-components.mjs.map +1 -1
- package/file-explorer/README.md +3 -0
- package/file-explorer/index.d.ts +103 -0
- package/{types/acorex-components-form.d.ts → form/index.d.ts} +24 -24
- package/{types/acorex-components-grid-layout-builder.d.ts → grid-layout-builder/index.d.ts} +1 -0
- package/{types/acorex-components-loading.d.ts → loading/index.d.ts} +1 -1
- package/{types/acorex-components-menu.d.ts → menu/index.d.ts} +53 -13
- package/{types/acorex-components-number-box.d.ts → number-box/index.d.ts} +9 -0
- package/number-box-legacy/README.md +3 -0
- package/number-box-legacy/index.d.ts +191 -0
- package/package.json +140 -116
- package/{types/acorex-components-paint.d.ts → paint/index.d.ts} +6 -1
- package/{types/acorex-components-popup.d.ts → popup/index.d.ts} +11 -1
- package/{types/acorex-components-radio.d.ts → radio/index.d.ts} +1 -1
- package/{types/acorex-components-rate-picker.d.ts → rate-picker/index.d.ts} +15 -5
- package/{types/acorex-components-scheduler-picker.d.ts → scheduler-picker/index.d.ts} +81 -82
- package/scss/README.md +3 -0
- package/scss/index.d.ts +10 -0
- package/{types/acorex-components-select-box.d.ts → select-box/index.d.ts} +1 -2
- package/side-menu/index.d.ts +173 -0
- package/{types/acorex-components-slider.d.ts → slider/index.d.ts} +2 -2
- package/{types/acorex-components-step-wizard.d.ts → step-wizard/index.d.ts} +2 -1
- package/{types/acorex-components-tabs.d.ts → tabs/index.d.ts} +1 -1
- package/{types/acorex-components-tag.d.ts → tag/index.d.ts} +3 -3
- package/tree-view-legacy/README.md +3 -0
- package/tree-view-legacy/index.d.ts +184 -0
- package/fesm2022/acorex-components-modal-acorex-components-modal-DWNqU6or.mjs.map +0 -1
- package/fesm2022/acorex-components-modal-modal-content.component-DplJbJyk.mjs +0 -214
- package/fesm2022/acorex-components-modal-modal-content.component-DplJbJyk.mjs.map +0 -1
- package/types/acorex-components-side-menu.d.ts +0 -111
- /package/{types/acorex-components-action-sheet.d.ts → action-sheet/index.d.ts} +0 -0
- /package/{types/acorex-components-alert.d.ts → alert/index.d.ts} +0 -0
- /package/{types/acorex-components-aspect-ratio.d.ts → aspect-ratio/index.d.ts} +0 -0
- /package/{types/acorex-components-audio-wave.d.ts → audio-wave/index.d.ts} +0 -0
- /package/{types/acorex-components-autocomplete.d.ts → autocomplete/index.d.ts} +0 -0
- /package/{types/acorex-components-avatar.d.ts → avatar/index.d.ts} +0 -0
- /package/{types/acorex-components-badge.d.ts → badge/index.d.ts} +0 -0
- /package/{types/acorex-components-bottom-navigation.d.ts → bottom-navigation/index.d.ts} +0 -0
- /package/{types/acorex-components-breadcrumbs.d.ts → breadcrumbs/index.d.ts} +0 -0
- /package/{types/acorex-components-circular-progress.d.ts → circular-progress/index.d.ts} +0 -0
- /package/{types/acorex-components-code-editor.d.ts → code-editor/index.d.ts} +0 -0
- /package/{types/acorex-components-color-box.d.ts → color-box/index.d.ts} +0 -0
- /package/{types/acorex-components-color-palette.d.ts → color-palette/index.d.ts} +0 -0
- /package/{types/acorex-components-command.d.ts → command/index.d.ts} +0 -0
- /package/{types/acorex-components-comment.d.ts → comment/index.d.ts} +0 -0
- /package/{types/acorex-components-conversation.d.ts → conversation/index.d.ts} +0 -0
- /package/{types/acorex-components-cron-job.d.ts → cron-job/index.d.ts} +0 -0
- /package/{types/acorex-components-data-list.d.ts → data-list/index.d.ts} +0 -0
- /package/{types/acorex-components-datetime-input.d.ts → datetime-input/index.d.ts} +0 -0
- /package/{types/acorex-components-decorators.d.ts → decorators/index.d.ts} +0 -0
- /package/{types/acorex-components-dialog.d.ts → dialog/index.d.ts} +0 -0
- /package/{types/acorex-components-drawer.d.ts → drawer/index.d.ts} +0 -0
- /package/{types/acorex-components-dropdown.d.ts → dropdown/index.d.ts} +0 -0
- /package/{types/acorex-components-editor.d.ts → editor/index.d.ts} +0 -0
- /package/{types/acorex-components-fab.d.ts → fab/index.d.ts} +0 -0
- /package/{types/acorex-components-flow-chart.d.ts → flow-chart/index.d.ts} +0 -0
- /package/{types/acorex-components-image.d.ts → image/index.d.ts} +0 -0
- /package/{types/acorex-components-image-editor.d.ts → image-editor/index.d.ts} +0 -0
- /package/{types/acorex-components.d.ts → index.d.ts} +0 -0
- /package/{types/acorex-components-json-viewer.d.ts → json-viewer/index.d.ts} +0 -0
- /package/{types/acorex-components-kanban.d.ts → kanban/index.d.ts} +0 -0
- /package/{types/acorex-components-kbd.d.ts → kbd/index.d.ts} +0 -0
- /package/{types/acorex-components-label.d.ts → label/index.d.ts} +0 -0
- /package/{types/acorex-components-list.d.ts → list/index.d.ts} +0 -0
- /package/{types/acorex-components-loading-dialog.d.ts → loading-dialog/index.d.ts} +0 -0
- /package/{types/acorex-components-map.d.ts → map/index.d.ts} +0 -0
- /package/{types/acorex-components-media-viewer.d.ts → media-viewer/index.d.ts} +0 -0
- /package/{types/acorex-components-modal.d.ts → modal/index.d.ts} +0 -0
- /package/{types/acorex-components-navbar.d.ts → navbar/index.d.ts} +0 -0
- /package/{types/acorex-components-notification.d.ts → notification/index.d.ts} +0 -0
- /package/{types/acorex-components-otp.d.ts → otp/index.d.ts} +0 -0
- /package/{types/acorex-components-page.d.ts → page/index.d.ts} +0 -0
- /package/{types/acorex-components-password-box.d.ts → password-box/index.d.ts} +0 -0
- /package/{types/acorex-components-pdf-reader.d.ts → pdf-reader/index.d.ts} +0 -0
- /package/{types/acorex-components-phone-box.d.ts → phone-box/index.d.ts} +0 -0
- /package/{types/acorex-components-picker.d.ts → picker/index.d.ts} +0 -0
- /package/{types/acorex-components-popover.d.ts → popover/index.d.ts} +0 -0
- /package/{types/acorex-components-progress-bar.d.ts → progress-bar/index.d.ts} +0 -0
- /package/{types/acorex-components-qrcode.d.ts → qrcode/index.d.ts} +0 -0
- /package/{types/acorex-components-query-builder.d.ts → query-builder/index.d.ts} +0 -0
- /package/{types/acorex-components-rail-navigation.d.ts → rail-navigation/index.d.ts} +0 -0
- /package/{types/acorex-components-range-slider.d.ts → range-slider/index.d.ts} +0 -0
- /package/{types/acorex-components-rest-api-generator.d.ts → rest-api-generator/index.d.ts} +0 -0
- /package/{types/acorex-components-result.d.ts → result/index.d.ts} +0 -0
- /package/{types/acorex-components-routing-progress.d.ts → routing-progress/index.d.ts} +0 -0
- /package/{types/acorex-components-rrule.d.ts → rrule/index.d.ts} +0 -0
- /package/{types/acorex-components-scheduler.d.ts → scheduler/index.d.ts} +0 -0
- /package/{types/acorex-components-search-box.d.ts → search-box/index.d.ts} +0 -0
- /package/{types/acorex-components-selection-list.d.ts → selection-list/index.d.ts} +0 -0
- /package/{types/acorex-components-selection-list-2.d.ts → selection-list-2/index.d.ts} +0 -0
- /package/{types/acorex-components-skeleton.d.ts → skeleton/index.d.ts} +0 -0
- /package/{types/acorex-components-sliding-item.d.ts → sliding-item/index.d.ts} +0 -0
- /package/{types/acorex-components-switch.d.ts → switch/index.d.ts} +0 -0
- /package/{types/acorex-components-tag-box.d.ts → tag-box/index.d.ts} +0 -0
- /package/{types/acorex-components-text-area.d.ts → text-area/index.d.ts} +0 -0
- /package/{types/acorex-components-text-box.d.ts → text-box/index.d.ts} +0 -0
- /package/{types/acorex-components-time-duration.d.ts → time-duration/index.d.ts} +0 -0
- /package/{types/acorex-components-time-line.d.ts → time-line/index.d.ts} +0 -0
- /package/{types/acorex-components-toast.d.ts → toast/index.d.ts} +0 -0
- /package/{types/acorex-components-toolbar.d.ts → toolbar/index.d.ts} +0 -0
- /package/{types/acorex-components-tooltip.d.ts → tooltip/index.d.ts} +0 -0
- /package/{types/acorex-components-tree-view.d.ts → tree-view/index.d.ts} +0 -0
- /package/{types/acorex-components-uploader.d.ts → uploader/index.d.ts} +0 -0
- /package/{types/acorex-components-video-player.d.ts → video-player/index.d.ts} +0 -0
- /package/{types/acorex-components-wysiwyg.d.ts → wysiwyg/index.d.ts} +0 -0
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import * as i8 from '@acorex/components/tree-view-legacy';
|
|
3
|
+
import { AXTreeViewLegacyComponent, AXTreeItemClickBaseEventLegacy } from '@acorex/components/tree-view-legacy';
|
|
4
|
+
import { MXBaseComponent } from '@acorex/cdk/common';
|
|
5
|
+
import * as i7 from '@acorex/components/drawer';
|
|
6
|
+
import { AXDrawerComponent } from '@acorex/components/drawer';
|
|
7
|
+
import * as i6 from '@acorex/components/menu';
|
|
8
|
+
import { AXContextMenuComponent, AXContextMenuOpeningEvent, AXContextMenuItemsClickEvent } from '@acorex/components/menu';
|
|
9
|
+
import * as i1 from '@acorex/components/decorators';
|
|
10
|
+
import * as i2 from '@acorex/components/button';
|
|
11
|
+
import * as i3 from '@acorex/components/breadcrumbs';
|
|
12
|
+
import * as i4 from '@angular/common';
|
|
13
|
+
import * as i5 from '@acorex/components/toolbar';
|
|
14
|
+
|
|
15
|
+
declare class AXFileExplorerContainerComponent {
|
|
16
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXFileExplorerContainerComponent, never>;
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXFileExplorerContainerComponent, "ax-file-explorer-container", never, {}, {}, never, ["ax-file-explorer-tree", "ax-file-explorer-view"], true, never>;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
type ViewModeType = 'ax-large-icon' | 'ax-small-icon' | 'ax-list-icon';
|
|
21
|
+
interface AXFileExplorerSchema {
|
|
22
|
+
id: number | string;
|
|
23
|
+
parentId?: number | string;
|
|
24
|
+
text: string;
|
|
25
|
+
extension: string;
|
|
26
|
+
icon?: string;
|
|
27
|
+
description?: string;
|
|
28
|
+
lastModify?: string;
|
|
29
|
+
size?: string;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
declare class AXFileExplorerInternalService {
|
|
33
|
+
viewMode: i0.WritableSignal<ViewModeType>;
|
|
34
|
+
treeViewState: i0.WritableSignal<boolean>;
|
|
35
|
+
allData: i0.WritableSignal<AXFileExplorerSchema[]>;
|
|
36
|
+
showData: i0.WritableSignal<AXFileExplorerSchema[]>;
|
|
37
|
+
breadcrumbsData: i0.WritableSignal<string[]>;
|
|
38
|
+
activeFolderId: i0.WritableSignal<string | number>;
|
|
39
|
+
dataCallBack: i0.WritableSignal<(selectedItemId?: string | number, sortBy?: "name" | "date" | "type") => any>;
|
|
40
|
+
treeViewInstant: i0.WritableSignal<AXTreeViewLegacyComponent>;
|
|
41
|
+
clickedItems: Set<unknown>;
|
|
42
|
+
findItemInNestedArray(array: any[], predicate: (item: any) => boolean): any;
|
|
43
|
+
dbClickHandler(item?: AXFileExplorerSchema, isTreeViewClicked?: boolean): Promise<void>;
|
|
44
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXFileExplorerInternalService, never>;
|
|
45
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AXFileExplorerInternalService>;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
declare class AXFileExplorerService {
|
|
49
|
+
private internalService;
|
|
50
|
+
backButtonHandler(): void;
|
|
51
|
+
menuToggleHandler(): void;
|
|
52
|
+
changeViewHandler(v: ViewModeType): void;
|
|
53
|
+
sortItemHandler(sort: 'name' | 'date' | 'type'): Promise<void>;
|
|
54
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXFileExplorerService, never>;
|
|
55
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AXFileExplorerService>;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
declare class AXFileExplorerHeaderComponent {
|
|
59
|
+
protected service: AXFileExplorerService;
|
|
60
|
+
protected internalService: AXFileExplorerInternalService;
|
|
61
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXFileExplorerHeaderComponent, never>;
|
|
62
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXFileExplorerHeaderComponent, "ax-file-explorer-header", never, {}, {}, never, never, true, never>;
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
declare class AXFileExplorerItemComponent extends MXBaseComponent {
|
|
66
|
+
data: i0.InputSignal<AXFileExplorerSchema>;
|
|
67
|
+
dbClick: i0.OutputEmitterRef<void>;
|
|
68
|
+
viewMode: i0.InputSignal<ViewModeType>;
|
|
69
|
+
protected dbClickHandler(): void;
|
|
70
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXFileExplorerItemComponent, never>;
|
|
71
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXFileExplorerItemComponent, "ax-file-explorer-item", never, { "data": { "alias": "data"; "required": false; "isSignal": true; }; "viewMode": { "alias": "viewMode"; "required": false; "isSignal": true; }; }, { "dbClick": "dbClick"; }, never, never, true, never>;
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
declare class AXFileExplorerTreeComponent {
|
|
75
|
+
#private;
|
|
76
|
+
protected internalService: AXFileExplorerInternalService;
|
|
77
|
+
protected drawer: i0.Signal<AXDrawerComponent>;
|
|
78
|
+
protected treeView: i0.Signal<AXTreeViewLegacyComponent>;
|
|
79
|
+
protected openFolderOnViewHandler(e: AXTreeItemClickBaseEventLegacy): void;
|
|
80
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXFileExplorerTreeComponent, never>;
|
|
81
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXFileExplorerTreeComponent, "ax-file-explorer-tree", never, {}, {}, never, never, true, never>;
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
declare class AXFileExplorerViewComponent {
|
|
85
|
+
#private;
|
|
86
|
+
dataCallBack: i0.InputSignal<(selectedItemId?: string | number, sortBy?: "name" | "date" | "type") => any>;
|
|
87
|
+
protected contextMenu: i0.Signal<AXContextMenuComponent>;
|
|
88
|
+
protected internalService: AXFileExplorerInternalService;
|
|
89
|
+
protected setInitialAllData(): Promise<void>;
|
|
90
|
+
protected handleContextMenuOpening(e: AXContextMenuOpeningEvent): void;
|
|
91
|
+
protected handleContextMenuItemClick(e: AXContextMenuItemsClickEvent): void;
|
|
92
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXFileExplorerViewComponent, never>;
|
|
93
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXFileExplorerViewComponent, "ax-file-explorer-view", never, { "dataCallBack": { "alias": "dataCallBack"; "required": true; "isSignal": true; }; }, {}, never, ["ax-file-explorer-header"], true, never>;
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
declare class AXFileExplorerModule {
|
|
97
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXFileExplorerModule, never>;
|
|
98
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXFileExplorerModule, never, [typeof i1.AXDecoratorModule, typeof i2.AXButtonModule, typeof i3.AXBreadcrumbsModule, typeof i4.CommonModule, typeof i5.AXToolBarModule, typeof i6.AXMenuModule, typeof i7.AXDrawerModule, typeof i8.AXTreeViewLegacyModule, typeof AXFileExplorerContainerComponent, typeof AXFileExplorerViewComponent, typeof AXFileExplorerItemComponent, typeof AXFileExplorerHeaderComponent, typeof AXFileExplorerTreeComponent], [typeof AXFileExplorerContainerComponent, typeof AXFileExplorerViewComponent, typeof AXFileExplorerItemComponent, typeof AXFileExplorerHeaderComponent, typeof AXFileExplorerTreeComponent]>;
|
|
99
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AXFileExplorerModule>;
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
export { AXFileExplorerContainerComponent, AXFileExplorerHeaderComponent, AXFileExplorerItemComponent, AXFileExplorerModule, AXFileExplorerService, AXFileExplorerTreeComponent, AXFileExplorerViewComponent };
|
|
103
|
+
export type { AXFileExplorerSchema, ViewModeType };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import * as
|
|
2
|
-
import { OnDestroy, AfterViewInit, EventEmitter, AfterContentChecked, InjectionToken } from '@angular/core';
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { OnDestroy, AfterViewInit, EventEmitter, AfterContentChecked, WritableSignal, InjectionToken } from '@angular/core';
|
|
3
3
|
import { MXValueComponent, AXStyleLookType, AXEvent, MXBaseComponent } from '@acorex/cdk/common';
|
|
4
4
|
import * as i5 from '@acorex/core/validation';
|
|
5
5
|
import { AXValidationSummary, AXValidationRuleOptions } from '@acorex/core/validation';
|
|
@@ -34,14 +34,14 @@ declare class AXFormComponent extends MXValueComponent implements OnDestroy, Aft
|
|
|
34
34
|
* Specifies the mode of the label in the form field.
|
|
35
35
|
* @defaultValue 'static'
|
|
36
36
|
*/
|
|
37
|
-
readonly labelMode:
|
|
38
|
-
readonly look:
|
|
39
|
-
content:
|
|
37
|
+
readonly labelMode: i0.InputSignal<AXLabelMode>;
|
|
38
|
+
readonly look: i0.InputSignal<AXStyleLookType>;
|
|
39
|
+
content: i0.Signal<readonly AXFormFieldComponent[]>;
|
|
40
40
|
/**
|
|
41
41
|
* Determines the style of the message in the form field.
|
|
42
42
|
* @defaultValue 'bottom'
|
|
43
43
|
*/
|
|
44
|
-
readonly messageStyle:
|
|
44
|
+
readonly messageStyle: i0.InputSignal<AXFormMessageStyle>;
|
|
45
45
|
/**
|
|
46
46
|
* Emitted when the form is validated.
|
|
47
47
|
*
|
|
@@ -67,7 +67,7 @@ declare class AXFormComponent extends MXValueComponent implements OnDestroy, Aft
|
|
|
67
67
|
* @param v The criteria to set (e.g., 'change', 'blur').
|
|
68
68
|
*/
|
|
69
69
|
set updateOn(v: AXFormUpdateOn);
|
|
70
|
-
inUserInteractionActive:
|
|
70
|
+
inUserInteractionActive: i0.InputSignal<boolean>;
|
|
71
71
|
/**
|
|
72
72
|
* @ignore
|
|
73
73
|
*/
|
|
@@ -121,8 +121,8 @@ declare class AXFormComponent extends MXValueComponent implements OnDestroy, Aft
|
|
|
121
121
|
* @ignore
|
|
122
122
|
*/
|
|
123
123
|
ngOnDestroy(): void;
|
|
124
|
-
static ɵfac:
|
|
125
|
-
static ɵcmp:
|
|
124
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXFormComponent, never>;
|
|
125
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXFormComponent, "ax-form", never, { "disabled": { "alias": "disabled"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "labelMode": { "alias": "labelMode"; "required": false; "isSignal": true; }; "look": { "alias": "look"; "required": false; "isSignal": true; }; "messageStyle": { "alias": "messageStyle"; "required": false; "isSignal": true; }; "updateOn": { "alias": "updateOn"; "required": false; }; "inUserInteractionActive": { "alias": "inUserInteractionActive"; "required": false; "isSignal": true; }; }, { "onValidate": "onValidate"; "updateOnChange": "updateOnChange"; }, ["content"], ["*"], true, never>;
|
|
126
126
|
}
|
|
127
127
|
|
|
128
128
|
/**
|
|
@@ -135,11 +135,11 @@ declare class AXFormFieldComponent extends MXBaseComponent implements AfterConte
|
|
|
135
135
|
* Specifies the mode of the label in the form field.
|
|
136
136
|
* @defaultValue 'static'
|
|
137
137
|
*/
|
|
138
|
-
readonly labelMode:
|
|
138
|
+
readonly labelMode: i0.InputSignal<AXLabelMode>;
|
|
139
139
|
/**
|
|
140
140
|
* @ignore
|
|
141
141
|
*/
|
|
142
|
-
protected _labelMode:
|
|
142
|
+
protected _labelMode: WritableSignal<AXLabelMode>;
|
|
143
143
|
private unsubscriber;
|
|
144
144
|
private input;
|
|
145
145
|
/**
|
|
@@ -191,8 +191,8 @@ declare class AXFormFieldComponent extends MXBaseComponent implements AfterConte
|
|
|
191
191
|
* @ignore
|
|
192
192
|
*/
|
|
193
193
|
get __hostClass(): string[];
|
|
194
|
-
static ɵfac:
|
|
195
|
-
static ɵcmp:
|
|
194
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXFormFieldComponent, never>;
|
|
195
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXFormFieldComponent, "ax-form-field", never, { "labelMode": { "alias": "labelMode"; "required": false; "isSignal": true; }; }, {}, ["input", "label"], ["*"], true, never>;
|
|
196
196
|
}
|
|
197
197
|
|
|
198
198
|
interface AXFormConfig {
|
|
@@ -205,16 +205,16 @@ declare function formConfig(config?: PartialFormConfig): AXFormConfig;
|
|
|
205
205
|
declare class AXValidationRuleDirective implements OnDestroy {
|
|
206
206
|
#private;
|
|
207
207
|
private host;
|
|
208
|
-
rule:
|
|
209
|
-
options:
|
|
210
|
-
message:
|
|
211
|
-
disabled:
|
|
208
|
+
rule: i0.InputSignal<string>;
|
|
209
|
+
options: i0.InputSignal<Omit<AXValidationRuleOptions, "message">>;
|
|
210
|
+
message: i0.InputSignal<string>;
|
|
211
|
+
disabled: i0.InputSignal<boolean>;
|
|
212
212
|
ngOnDestroy(): void;
|
|
213
213
|
private addValidation;
|
|
214
214
|
private removeValidation;
|
|
215
215
|
private get ruleOptions();
|
|
216
|
-
static ɵfac:
|
|
217
|
-
static ɵdir:
|
|
216
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXValidationRuleDirective, never>;
|
|
217
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<AXValidationRuleDirective, "ax-validation-rule", never, { "rule": { "alias": "rule"; "required": false; "isSignal": true; }; "options": { "alias": "options"; "required": false; "isSignal": true; }; "message": { "alias": "message"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
218
218
|
}
|
|
219
219
|
|
|
220
220
|
type AXValidationSummaryDisplayMode = 'toast' | 'alert';
|
|
@@ -284,14 +284,14 @@ declare class AXValidationSummaryComponent extends MXBaseComponent implements On
|
|
|
284
284
|
* @ignore
|
|
285
285
|
*/
|
|
286
286
|
ngOnDestroy(): void;
|
|
287
|
-
static ɵfac:
|
|
288
|
-
static ɵcmp:
|
|
287
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXValidationSummaryComponent, never>;
|
|
288
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXValidationSummaryComponent, "ax-validation-summary", never, { "title": { "alias": "title"; "required": false; }; "displayMode": { "alias": "displayMode"; "required": false; }; "timeOut": { "alias": "timeOut"; "required": false; }; "autoHide": { "alias": "autoHide"; "required": false; }; }, {}, never, never, true, never>;
|
|
289
289
|
}
|
|
290
290
|
|
|
291
291
|
declare class AXFormModule {
|
|
292
|
-
static ɵfac:
|
|
293
|
-
static ɵmod:
|
|
294
|
-
static ɵinj:
|
|
292
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXFormModule, never>;
|
|
293
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXFormModule, never, [typeof i1.CommonModule, typeof i2.AXDecoratorModule, typeof i3.AXAlertModule, typeof i4.AXButtonModule, typeof i5.AXValidationModule, typeof i6.AXTranslationModule, typeof AXFormFieldComponent, typeof AXFormComponent, typeof AXValidationRuleDirective, typeof AXValidationSummaryComponent], [typeof AXFormFieldComponent, typeof AXFormComponent, typeof AXValidationRuleDirective, typeof AXValidationSummaryComponent]>;
|
|
294
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AXFormModule>;
|
|
295
295
|
}
|
|
296
296
|
|
|
297
297
|
export { AXFormComponent, AXFormDefaultConfig, AXFormFieldComponent, AXFormModule, AXFormValidationEvent, AXValidationRuleDirective, AXValidationSummaryComponent, AX_FORM_CONFIG, formConfig };
|
|
@@ -210,6 +210,7 @@ declare class AXGridLayoutContainerComponent extends NXComponent implements OnDe
|
|
|
210
210
|
* Sets the cell height of the grid.
|
|
211
211
|
*
|
|
212
212
|
* @param val - New cell height value.
|
|
213
|
+
* @param update - Whether to update the grid immediately.
|
|
213
214
|
* @returns void - No return value. The cell height is updated.
|
|
214
215
|
*/
|
|
215
216
|
setCellHeight(val: number): void;
|
|
@@ -81,7 +81,7 @@ declare class AXLoadingComponent extends MXBaseComponent implements OnInit {
|
|
|
81
81
|
/**
|
|
82
82
|
* @ignore
|
|
83
83
|
*/
|
|
84
|
-
protected
|
|
84
|
+
protected _handleAttched(ref: CdkPortalOutletAttachedRef): void;
|
|
85
85
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXLoadingComponent, never>;
|
|
86
86
|
static ɵcmp: i0.ɵɵComponentDeclaration<AXLoadingComponent, "ax-loading", never, { "visible": { "alias": "visible"; "required": false; }; "type": { "alias": "type"; "required": false; }; "context": { "alias": "context"; "required": false; }; }, { "visibleChange": "visibleChange"; }, never, never, true, never>;
|
|
87
87
|
}
|
|
@@ -2,6 +2,7 @@ import * as _angular_core from '@angular/core';
|
|
|
2
2
|
import { WritableSignal, OutputEmitterRef, OnDestroy } from '@angular/core';
|
|
3
3
|
import { AXStyleColorType, NXComponent, NXClickEvent, AXOrientation, NXEvent } from '@acorex/cdk/common';
|
|
4
4
|
import { AXPoint } from '@acorex/core/utils';
|
|
5
|
+
import { UrlTree, IsActiveMatchOptions } from '@angular/router';
|
|
5
6
|
import { Subject } from 'rxjs';
|
|
6
7
|
|
|
7
8
|
type AXMenuOpenTrigger = 'click' | 'hover';
|
|
@@ -16,22 +17,37 @@ declare abstract class AXRootMenu {
|
|
|
16
17
|
}
|
|
17
18
|
declare abstract class AXMenuItemComponentBase {
|
|
18
19
|
}
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
name?: string;
|
|
20
|
+
/** Shared tree item shape for `ax-menu`, `ax-context-menu`, and `ax-side-menu`. */
|
|
21
|
+
interface AXMenuItem {
|
|
22
22
|
text: string;
|
|
23
|
-
|
|
23
|
+
name?: string;
|
|
24
24
|
icon?: string;
|
|
25
|
+
data?: unknown;
|
|
25
26
|
disabled?: boolean;
|
|
26
27
|
items?: AXMenuItem[];
|
|
28
|
+
color?: AXStyleColorType;
|
|
27
29
|
suffix?: {
|
|
28
30
|
text: string;
|
|
29
31
|
};
|
|
32
|
+
/** Side-menu alias for `suffix.text`. */
|
|
33
|
+
suffixText?: string;
|
|
30
34
|
break?: boolean;
|
|
31
35
|
group?: {
|
|
32
36
|
name?: string;
|
|
33
37
|
title?: string;
|
|
34
38
|
};
|
|
39
|
+
title?: string;
|
|
40
|
+
routerLink?: string | any[] | UrlTree;
|
|
41
|
+
routerLinkActive?: string | string[];
|
|
42
|
+
routerLinkActiveOptions?: {
|
|
43
|
+
exact: boolean;
|
|
44
|
+
} | IsActiveMatchOptions;
|
|
45
|
+
href?: string;
|
|
46
|
+
target?: '_blank' | '_self' | '_parent' | '_top';
|
|
47
|
+
active?: boolean;
|
|
48
|
+
isLoading?: boolean;
|
|
49
|
+
isCollapsed?: boolean;
|
|
50
|
+
toggleOnClick?: boolean;
|
|
35
51
|
}
|
|
36
52
|
declare class AXMenuItemClickBaseEvent<T extends NXComponent = NXComponent> extends NXClickEvent<T> {
|
|
37
53
|
item: {
|
|
@@ -56,6 +72,8 @@ declare class AXContextMenuComponent extends NXComponent {
|
|
|
56
72
|
readonly orientation: _angular_core.InputSignal<AXOrientation>;
|
|
57
73
|
readonly openOn: _angular_core.InputSignal<AXMenuOpenTrigger>;
|
|
58
74
|
readonly closeOn: _angular_core.InputSignal<AXMenuCloseTrigger>;
|
|
75
|
+
/** When true, closes the menu on router navigation (e.g. side-menu route changes). */
|
|
76
|
+
readonly closeOnRouteChange: _angular_core.InputSignal<boolean>;
|
|
59
77
|
readonly originalItems: _angular_core.InputSignal<AXMenuItem[]>;
|
|
60
78
|
readonly target: _angular_core.InputSignal<string | HTMLElement | HTMLElement[]>;
|
|
61
79
|
onItemClick: _angular_core.OutputEmitterRef<AXContextMenuItemsClickEvent>;
|
|
@@ -68,7 +86,11 @@ declare class AXContextMenuComponent extends NXComponent {
|
|
|
68
86
|
private document;
|
|
69
87
|
private platformID;
|
|
70
88
|
private zIndexService;
|
|
89
|
+
private injector;
|
|
71
90
|
private zToken;
|
|
91
|
+
private lastOpenPoint;
|
|
92
|
+
private router;
|
|
93
|
+
private destroyRef;
|
|
72
94
|
/** @ignore */
|
|
73
95
|
constructor();
|
|
74
96
|
ngOnDestroy(): void;
|
|
@@ -92,6 +114,8 @@ declare class AXContextMenuComponent extends NXComponent {
|
|
|
92
114
|
private originalParent;
|
|
93
115
|
protected items: _angular_core.WritableSignal<AXMenuItem[]>;
|
|
94
116
|
/** @ignore */
|
|
117
|
+
private setupCloseOnRouteChange;
|
|
118
|
+
/** @ignore */
|
|
95
119
|
private getTargetElements;
|
|
96
120
|
/** @ignore */
|
|
97
121
|
private bindContextEvent;
|
|
@@ -101,17 +125,24 @@ declare class AXContextMenuComponent extends NXComponent {
|
|
|
101
125
|
private handleContextMenu;
|
|
102
126
|
/** @ignore */
|
|
103
127
|
private internalShowAt;
|
|
128
|
+
/**
|
|
129
|
+
* Positions the menu at `point`, flipping when it would overflow the viewport.
|
|
130
|
+
* Uses a temporary visible layout pass so parents that hide the host (e.g. side-menu `display: none`) do not yield a zero-sized rect.
|
|
131
|
+
*/
|
|
132
|
+
private positionAtPoint;
|
|
133
|
+
/** Measures menu size even when an ancestor hides the host with `display: none`. */
|
|
134
|
+
private measureMenuRect;
|
|
104
135
|
/** @ignore */
|
|
105
136
|
private createBackdrop;
|
|
106
137
|
/** @ignore */
|
|
107
138
|
private removeBackdrop;
|
|
108
139
|
private createEventListeners;
|
|
109
140
|
/** @ignore */
|
|
110
|
-
onWindowEvent
|
|
141
|
+
private onWindowEvent;
|
|
111
142
|
/** @ignore */
|
|
112
143
|
get __hostClass(): any;
|
|
113
144
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXContextMenuComponent, never>;
|
|
114
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXContextMenuComponent, "ax-context-menu", never, { "orientation": { "alias": "orientation"; "required": false; "isSignal": true; }; "openOn": { "alias": "openOn"; "required": false; "isSignal": true; }; "closeOn": { "alias": "closeOn"; "required": false; "isSignal": true; }; "originalItems": { "alias": "items"; "required": false; "isSignal": true; }; "target": { "alias": "target"; "required": false; "isSignal": true; }; }, { "onItemClick": "onItemClick"; "onOpening": "onOpening"; "onClose": "onClose"; }, never, ["ax-menu-item,ax-divider,ax-title,ng-container"], true, never>;
|
|
145
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXContextMenuComponent, "ax-context-menu", never, { "orientation": { "alias": "orientation"; "required": false; "isSignal": true; }; "openOn": { "alias": "openOn"; "required": false; "isSignal": true; }; "closeOn": { "alias": "closeOn"; "required": false; "isSignal": true; }; "closeOnRouteChange": { "alias": "closeOnRouteChange"; "required": false; "isSignal": true; }; "originalItems": { "alias": "items"; "required": false; "isSignal": true; }; "target": { "alias": "target"; "required": false; "isSignal": true; }; }, { "onItemClick": "onItemClick"; "onOpening": "onOpening"; "onClose": "onClose"; }, never, ["ax-menu-item,ax-divider,ax-title,ng-container"], true, never>;
|
|
115
146
|
}
|
|
116
147
|
|
|
117
148
|
type AXMenuItemClickEvent = AXMenuItemClickBaseEvent<AXMenuItemComponent>;
|
|
@@ -131,6 +162,7 @@ declare class AXMenuItemComponent extends NXComponent implements OnDestroy {
|
|
|
131
162
|
private scrollableParents;
|
|
132
163
|
private unsuscriber;
|
|
133
164
|
private renderer;
|
|
165
|
+
private injector;
|
|
134
166
|
private zIndexService;
|
|
135
167
|
private zToken;
|
|
136
168
|
protected arrowIcon: _angular_core.Signal<string>;
|
|
@@ -161,19 +193,27 @@ declare class AXMenuItemComponent extends NXComponent implements OnDestroy {
|
|
|
161
193
|
* @returns void - No return value. Triggers submenu closing side-effects.
|
|
162
194
|
*/
|
|
163
195
|
close(): void;
|
|
196
|
+
/**
|
|
197
|
+
* Positions the submenu after layout so nested levels measure their full height.
|
|
198
|
+
*/
|
|
199
|
+
private schedulePositionCalculation;
|
|
164
200
|
/**
|
|
165
201
|
* Calculate the position of the submenu to avoid it going out of the viewport.
|
|
166
202
|
*/
|
|
167
203
|
private calculatePosition;
|
|
168
|
-
|
|
169
|
-
|
|
204
|
+
/** Measures submenu size using the same flex layout as the rendered menu. */
|
|
205
|
+
private measureSubmenuRect;
|
|
206
|
+
/** Keeps the submenu fully inside the viewport vertically. */
|
|
207
|
+
private clampVerticalPosition;
|
|
208
|
+
private handleClick;
|
|
209
|
+
private handleMouseEnter;
|
|
170
210
|
private mouseLeaveTimeout;
|
|
171
|
-
handleMouseLeave
|
|
172
|
-
onWindowEvent
|
|
211
|
+
private handleMouseLeave;
|
|
212
|
+
private onWindowEvent;
|
|
173
213
|
/**
|
|
174
214
|
* Close all menus if clicking outside the root menu and all sub-items.
|
|
175
215
|
*/
|
|
176
|
-
onClickOutside
|
|
216
|
+
private onClickOutside;
|
|
177
217
|
ngOnDestroy(): void;
|
|
178
218
|
private bindScrollEvents;
|
|
179
219
|
private removeScrollEvents;
|
|
@@ -234,5 +274,5 @@ declare class AXMenuModule {
|
|
|
234
274
|
static ɵinj: _angular_core.ɵɵInjectorDeclaration<AXMenuModule>;
|
|
235
275
|
}
|
|
236
276
|
|
|
237
|
-
export { AXContextMenuComponent, AXContextMenuOpeningEvent, AXMenuComponent,
|
|
238
|
-
export type { AXContextMenuItemsClickEvent, AXMenuCloseTrigger, AXMenuItemClickEvent, AXMenuItemsClickEvent, AXMenuOpenTrigger };
|
|
277
|
+
export { AXContextMenuComponent, AXContextMenuOpeningEvent, AXMenuComponent, AXMenuItemClickBaseEvent, AXMenuItemComponent, AXMenuItemComponentBase, AXMenuModule, AXMenuService, AXRootMenu };
|
|
278
|
+
export type { AXContextMenuItemsClickEvent, AXMenuCloseTrigger, AXMenuItem, AXMenuItemClickEvent, AXMenuItemsClickEvent, AXMenuOpenTrigger };
|
|
@@ -29,11 +29,20 @@ declare class AXNumberBoxComponent extends AXNumberBoxComponent_base {
|
|
|
29
29
|
protected mode: _angular_core.WritableSignal<"digits" | "thousandsSeparator" | "decimal">;
|
|
30
30
|
private input;
|
|
31
31
|
protected stringValue: _angular_core.WritableSignal<string>;
|
|
32
|
+
private translationService;
|
|
33
|
+
protected validateFn: (val: number) => Promise<{
|
|
34
|
+
result: boolean;
|
|
35
|
+
message: string;
|
|
36
|
+
} | {
|
|
37
|
+
result: boolean;
|
|
38
|
+
message?: undefined;
|
|
39
|
+
}>;
|
|
32
40
|
protected internalValueChanged(value: number | undefined): void;
|
|
33
41
|
private plusValue;
|
|
34
42
|
private minusValue;
|
|
35
43
|
private getNumericValue;
|
|
36
44
|
private getSteppedValue;
|
|
45
|
+
private clampToRange;
|
|
37
46
|
private getFractionDigits;
|
|
38
47
|
protected handleOnKeydownEvent(e: KeyboardEvent): void;
|
|
39
48
|
protected handleUpClick(): void;
|
|
@@ -0,0 +1,191 @@
|
|
|
1
|
+
import * as polytype from 'polytype';
|
|
2
|
+
import * as i0 from '@angular/core';
|
|
3
|
+
import { AfterViewInit, ElementRef } from '@angular/core';
|
|
4
|
+
import { MaskedNumber } from 'imask';
|
|
5
|
+
import { MXInputBaseValueComponent, MXLookComponent } from '@acorex/cdk/common';
|
|
6
|
+
import * as i1 from '@angular/common';
|
|
7
|
+
import * as i2 from '@angular/forms';
|
|
8
|
+
import * as i3 from '@acorex/components/button';
|
|
9
|
+
import * as i4 from '@acorex/components/decorators';
|
|
10
|
+
import * as i5 from 'angular-imask';
|
|
11
|
+
|
|
12
|
+
declare const AXNumberBoxLegacyComponent_base: polytype.Polytype.ClusteredConstructor<[{
|
|
13
|
+
new (): MXInputBaseValueComponent<number>;
|
|
14
|
+
ɵfac: i0.ɵɵFactoryDeclaration<MXInputBaseValueComponent<any>, never>;
|
|
15
|
+
ɵprov: i0.ɵɵInjectableDeclaration<MXInputBaseValueComponent<any>>;
|
|
16
|
+
}, typeof MXLookComponent]>;
|
|
17
|
+
/**
|
|
18
|
+
* The NumberBox is a component which detects user interaction and triggers a corresponding event
|
|
19
|
+
*
|
|
20
|
+
* @category Components
|
|
21
|
+
*/
|
|
22
|
+
declare class AXNumberBoxLegacyComponent extends AXNumberBoxLegacyComponent_base implements AfterViewInit {
|
|
23
|
+
/** @ignore */
|
|
24
|
+
input: ElementRef<HTMLInputElement>;
|
|
25
|
+
/** @ignore */
|
|
26
|
+
private _thousandsSeparator;
|
|
27
|
+
/**
|
|
28
|
+
* This property determines the type of the input element (e.g., 'text', 'password', 'email', etc.). It can be dynamically bound from a parent component template to change the input field type based on different conditions or requirements.
|
|
29
|
+
*/
|
|
30
|
+
type: i0.InputSignal<string>;
|
|
31
|
+
/**
|
|
32
|
+
* boolean value that specifies the number box change step by scrolling.
|
|
33
|
+
*/
|
|
34
|
+
changeOnScroll: boolean;
|
|
35
|
+
/** @ignore */
|
|
36
|
+
private _allDigits;
|
|
37
|
+
/**
|
|
38
|
+
* A number value that specifies the all digits of number.
|
|
39
|
+
*/
|
|
40
|
+
get allDigits(): number;
|
|
41
|
+
/**
|
|
42
|
+
* Sets the all digits of number.
|
|
43
|
+
* @param {number} v
|
|
44
|
+
*/
|
|
45
|
+
set allDigits(v: number);
|
|
46
|
+
/**
|
|
47
|
+
* A character value that specifies the separator character.
|
|
48
|
+
*/
|
|
49
|
+
get thousandsSeparator(): string;
|
|
50
|
+
/**
|
|
51
|
+
* Sets the thousands separator for formatting.
|
|
52
|
+
* @param {string} v
|
|
53
|
+
*/
|
|
54
|
+
set thousandsSeparator(v: string);
|
|
55
|
+
/** @ignore */
|
|
56
|
+
private _padDecimalZeros;
|
|
57
|
+
/**
|
|
58
|
+
* A character value that specifies the separator character.
|
|
59
|
+
*/
|
|
60
|
+
get padDecimalZeros(): boolean;
|
|
61
|
+
/**
|
|
62
|
+
* Sets whether decimal zeros should be padded.
|
|
63
|
+
* @param {boolean} v
|
|
64
|
+
*/
|
|
65
|
+
set padDecimalZeros(v: boolean);
|
|
66
|
+
/**
|
|
67
|
+
* Specifies the value that is used to increment or decrement the **Integer** part of number
|
|
68
|
+
*/
|
|
69
|
+
/**
|
|
70
|
+
* Defines the increment step value.
|
|
71
|
+
*/
|
|
72
|
+
step: number;
|
|
73
|
+
/** @ignore */
|
|
74
|
+
private _decimals;
|
|
75
|
+
/**
|
|
76
|
+
* Specifies the number of decimals that the user can enter
|
|
77
|
+
*/
|
|
78
|
+
get decimals(): number;
|
|
79
|
+
/**
|
|
80
|
+
* Sets the decimal places; defaults to 0 if not provided.
|
|
81
|
+
*/
|
|
82
|
+
set decimals(v: number);
|
|
83
|
+
/**
|
|
84
|
+
* Specifies the value that is used to increment or decrement the **Deciaml** part of number
|
|
85
|
+
*/
|
|
86
|
+
/**
|
|
87
|
+
* Defines the step size for decimal values.
|
|
88
|
+
* @defaultvalue 'auto'
|
|
89
|
+
*/
|
|
90
|
+
decimalStep: number | 'auto';
|
|
91
|
+
/**
|
|
92
|
+
* Specifies whether the Up and Down spin buttons will be rendered or not
|
|
93
|
+
*/
|
|
94
|
+
/**
|
|
95
|
+
* Indicates whether spin buttons are displayed.
|
|
96
|
+
* @defaultvalue true
|
|
97
|
+
*/
|
|
98
|
+
showSpinButtons: boolean;
|
|
99
|
+
/** @ignore */
|
|
100
|
+
private _minValue;
|
|
101
|
+
/**
|
|
102
|
+
* Specifies the smallest value that is valid
|
|
103
|
+
*/
|
|
104
|
+
get minValue(): number;
|
|
105
|
+
/**
|
|
106
|
+
* Sets the number of decimal places to be used.
|
|
107
|
+
* @param {number} v
|
|
108
|
+
* @defaultvalue 0
|
|
109
|
+
*/
|
|
110
|
+
set minValue(v: number);
|
|
111
|
+
/** @ignore */
|
|
112
|
+
private _maxValue;
|
|
113
|
+
/**
|
|
114
|
+
* Specifies the greatest value that is valid
|
|
115
|
+
*/
|
|
116
|
+
get maxValue(): number;
|
|
117
|
+
/**
|
|
118
|
+
* Sets the maximum allowable value, defaulting to `Number.MAX_SAFE_INTEGER` if null.
|
|
119
|
+
* @param v
|
|
120
|
+
*/
|
|
121
|
+
set maxValue(v: number);
|
|
122
|
+
/**
|
|
123
|
+
* CSS classes to apply to the component.
|
|
124
|
+
* @param classNames
|
|
125
|
+
*/
|
|
126
|
+
/**
|
|
127
|
+
* CSS classes to apply to the component.
|
|
128
|
+
*/
|
|
129
|
+
classNames: string;
|
|
130
|
+
/**
|
|
131
|
+
* @ignore
|
|
132
|
+
*/
|
|
133
|
+
_maskObj: MaskedNumber;
|
|
134
|
+
/** @ignore */
|
|
135
|
+
/** @ignore */
|
|
136
|
+
private _maskDirective;
|
|
137
|
+
/** @ignore */
|
|
138
|
+
private _onWheelFlag;
|
|
139
|
+
constructor();
|
|
140
|
+
/** @ignore */
|
|
141
|
+
ngAfterViewInit(): void;
|
|
142
|
+
/**
|
|
143
|
+
* Handles internal option changes and updates the mask accordingly.
|
|
144
|
+
*/
|
|
145
|
+
internalOptionChanged(): void;
|
|
146
|
+
/**
|
|
147
|
+
* Resets the input element to its default state and calls the parent class reset method.
|
|
148
|
+
*/
|
|
149
|
+
reset(): void;
|
|
150
|
+
/**
|
|
151
|
+
* Ensures the value is within the min-max range, returning the default if null.
|
|
152
|
+
* @param value
|
|
153
|
+
*/
|
|
154
|
+
internalSetValue(value: any): number;
|
|
155
|
+
/** @ignore */
|
|
156
|
+
private _updateMask;
|
|
157
|
+
/** @ignore */
|
|
158
|
+
_handleModelChange(value: number): void;
|
|
159
|
+
/** @ignore */
|
|
160
|
+
_handleOnKeydownEvent(e: KeyboardEvent): void;
|
|
161
|
+
/** @ignore */
|
|
162
|
+
protected _handleUpDownClick(v: -1 | 1, e: Event): void;
|
|
163
|
+
/**
|
|
164
|
+
* Increases the value by the step amount, ensuring it's at least the minimum value.
|
|
165
|
+
*/
|
|
166
|
+
stepUp(u?: boolean): void;
|
|
167
|
+
/**
|
|
168
|
+
* Decreases the value by the step amount, ensuring it's at least the minimum value.
|
|
169
|
+
*/
|
|
170
|
+
stepDown(u?: boolean): void;
|
|
171
|
+
/**
|
|
172
|
+
* Increases the value by the decimal step amount, using 'auto' or a custom step value.
|
|
173
|
+
*/
|
|
174
|
+
decimalStepUp(u?: boolean): void;
|
|
175
|
+
/**
|
|
176
|
+
* Decreases the value by the decimal step amount, using 'auto' or a custom step value.
|
|
177
|
+
*/
|
|
178
|
+
decimalStepDown(u?: boolean): void;
|
|
179
|
+
onWheel(event: WheelEvent): void;
|
|
180
|
+
private get __hostName();
|
|
181
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXNumberBoxLegacyComponent, never>;
|
|
182
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXNumberBoxLegacyComponent, "ax-number-box-legacy", never, { "disabled": { "alias": "disabled"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "value": { "alias": "value"; "required": false; }; "state": { "alias": "state"; "required": false; }; "name": { "alias": "name"; "required": false; }; "id": { "alias": "id"; "required": false; }; "look": { "alias": "look"; "required": false; }; "type": { "alias": "type"; "required": false; "isSignal": true; }; "changeOnScroll": { "alias": "changeOnScroll"; "required": false; }; "allDigits": { "alias": "allDigits"; "required": false; }; "thousandsSeparator": { "alias": "thousandsSeparator"; "required": false; }; "padDecimalZeros": { "alias": "padDecimalZeros"; "required": false; }; "step": { "alias": "step"; "required": false; }; "decimals": { "alias": "decimals"; "required": false; }; "decimalStep": { "alias": "decimalStep"; "required": false; }; "showSpinButtons": { "alias": "showSpinButtons"; "required": false; }; "minValue": { "alias": "minValue"; "required": false; }; "maxValue": { "alias": "maxValue"; "required": false; }; "classNames": { "alias": "class"; "required": false; }; }, { "valueChange": "valueChange"; "stateChange": "stateChange"; "onValueChanged": "onValueChanged"; "onBlur": "onBlur"; "onFocus": "onFocus"; "readonlyChange": "readonlyChange"; "disabledChange": "disabledChange"; "onKeyDown": "onKeyDown"; "onKeyUp": "onKeyUp"; "onKeyPress": "onKeyPress"; }, never, ["ax-prefix", "ax-clear-button", "ax-suffix", "ax-validation-rule"], true, never>;
|
|
183
|
+
}
|
|
184
|
+
|
|
185
|
+
declare class AXNumberBoxLegacyModule {
|
|
186
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXNumberBoxLegacyModule, never>;
|
|
187
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXNumberBoxLegacyModule, never, [typeof i1.CommonModule, typeof i2.FormsModule, typeof i3.AXButtonModule, typeof i4.AXDecoratorModule, typeof i5.IMaskModule, typeof AXNumberBoxLegacyComponent], [typeof AXNumberBoxLegacyComponent]>;
|
|
188
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AXNumberBoxLegacyModule>;
|
|
189
|
+
}
|
|
190
|
+
|
|
191
|
+
export { AXNumberBoxLegacyComponent, AXNumberBoxLegacyModule };
|