@acorex/components 21.0.0-next.3 → 21.0.0-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/accordion/index.d.ts +0 -1
- package/autocomplete/index.d.ts +23 -9
- package/button/index.d.ts +38 -17
- package/chips/index.d.ts +3 -8
- package/code-editor/README.md +291 -1
- package/code-editor/index.d.ts +260 -12
- package/command/index.d.ts +1 -0
- package/conversation2/README.md +426 -0
- package/conversation2/index.d.ts +6139 -0
- package/data-table/index.d.ts +79 -7
- package/dialog/index.d.ts +1 -1
- package/drawer/README.md +2 -2
- package/drawer/index.d.ts +33 -57
- package/drawer-legacy/README.md +3 -0
- package/drawer-legacy/index.d.ts +86 -0
- package/editor/README.md +3 -0
- package/editor/index.d.ts +79 -0
- package/fesm2022/acorex-components-accordion.mjs +19 -24
- package/fesm2022/acorex-components-accordion.mjs.map +1 -1
- package/fesm2022/acorex-components-action-sheet.mjs +12 -12
- 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 +12 -11
- package/fesm2022/acorex-components-audio-wave.mjs.map +1 -1
- package/fesm2022/acorex-components-autocomplete.mjs +30 -13
- 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 +17 -19
- package/fesm2022/acorex-components-button-group.mjs.map +1 -1
- package/fesm2022/acorex-components-button.mjs +78 -29
- package/fesm2022/acorex-components-button.mjs.map +1 -1
- package/fesm2022/acorex-components-calendar.mjs +18 -18
- 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 +12 -14
- package/fesm2022/acorex-components-chips.mjs.map +1 -1
- package/fesm2022/acorex-components-circular-progress.mjs +13 -11
- package/fesm2022/acorex-components-circular-progress.mjs.map +1 -1
- package/fesm2022/acorex-components-code-editor.mjs +494 -162
- package/fesm2022/acorex-components-code-editor.mjs.map +1 -1
- package/fesm2022/acorex-components-collapse.mjs +13 -28
- package/fesm2022/acorex-components-collapse.mjs.map +1 -1
- 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 +32 -32
- package/fesm2022/acorex-components-color-palette.mjs.map +1 -1
- package/fesm2022/acorex-components-command.mjs +18 -11
- package/fesm2022/acorex-components-command.mjs.map +1 -1
- package/fesm2022/acorex-components-comment.mjs +34 -34
- package/fesm2022/acorex-components-comment.mjs.map +1 -1
- package/fesm2022/acorex-components-conversation.mjs +56 -65
- package/fesm2022/acorex-components-conversation.mjs.map +1 -1
- package/fesm2022/acorex-components-conversation2.mjs +17641 -0
- package/fesm2022/acorex-components-conversation2.mjs.map +1 -0
- package/fesm2022/acorex-components-cron-job.mjs +53 -53
- package/fesm2022/acorex-components-cron-job.mjs.map +1 -1
- package/fesm2022/acorex-components-data-list.mjs +5 -5
- package/fesm2022/acorex-components-data-list.mjs.map +1 -1
- package/fesm2022/acorex-components-data-pager.mjs +53 -41
- package/fesm2022/acorex-components-data-pager.mjs.map +1 -1
- package/fesm2022/acorex-components-data-table.mjs +462 -105
- package/fesm2022/acorex-components-data-table.mjs.map +1 -1
- package/fesm2022/acorex-components-datetime-box.mjs +10 -10
- package/fesm2022/acorex-components-datetime-box.mjs.map +1 -1
- package/fesm2022/acorex-components-datetime-input.mjs +8 -8
- package/fesm2022/acorex-components-datetime-input.mjs.map +1 -1
- package/fesm2022/acorex-components-datetime-picker.mjs +11 -11
- package/fesm2022/acorex-components-datetime-picker.mjs.map +1 -1
- package/fesm2022/acorex-components-decorators.mjs +96 -54
- package/fesm2022/acorex-components-decorators.mjs.map +1 -1
- package/fesm2022/acorex-components-dialog.mjs +26 -16
- 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 +66 -150
- package/fesm2022/acorex-components-drawer.mjs.map +1 -1
- package/fesm2022/acorex-components-dropdown-button.mjs +9 -9
- package/fesm2022/acorex-components-dropdown-button.mjs.map +1 -1
- package/fesm2022/acorex-components-dropdown.mjs +18 -16
- package/fesm2022/acorex-components-dropdown.mjs.map +1 -1
- package/fesm2022/acorex-components-editor.mjs +195 -0
- package/fesm2022/acorex-components-editor.mjs.map +1 -0
- package/fesm2022/acorex-components-file-explorer.mjs +28 -28
- package/fesm2022/acorex-components-file-explorer.mjs.map +1 -1
- package/fesm2022/acorex-components-flow-chart.mjs +18 -18
- package/fesm2022/acorex-components-flow-chart.mjs.map +1 -1
- package/fesm2022/acorex-components-form.mjs +52 -35
- package/fesm2022/acorex-components-form.mjs.map +1 -1
- package/fesm2022/acorex-components-grid-layout-builder.mjs +14 -15
- package/fesm2022/acorex-components-grid-layout-builder.mjs.map +1 -1
- package/fesm2022/acorex-components-image-editor.mjs +166 -126
- 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 +9 -7
- package/fesm2022/acorex-components-kanban.mjs.map +1 -1
- package/fesm2022/acorex-components-kbd.mjs +8 -8
- 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 +22 -13
- package/fesm2022/acorex-components-loading-dialog.mjs.map +1 -1
- package/fesm2022/acorex-components-loading.mjs +23 -23
- package/fesm2022/acorex-components-loading.mjs.map +1 -1
- package/fesm2022/acorex-components-map.mjs +16 -15
- package/fesm2022/acorex-components-map.mjs.map +1 -1
- package/fesm2022/acorex-components-media-viewer.mjs +78 -97
- package/fesm2022/acorex-components-media-viewer.mjs.map +1 -1
- package/fesm2022/acorex-components-menu.mjs +24 -24
- package/fesm2022/acorex-components-menu.mjs.map +1 -1
- package/fesm2022/{acorex-components-modal-acorex-components-modal-h5Y-qcbh.mjs → acorex-components-modal-acorex-components-modal-BmmAkCKJ.mjs} +24 -24
- package/fesm2022/acorex-components-modal-acorex-components-modal-BmmAkCKJ.mjs.map +1 -0
- package/fesm2022/acorex-components-modal-modal-content.component-5GqTzNOs.mjs +214 -0
- package/fesm2022/acorex-components-modal-modal-content.component-5GqTzNOs.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 +16 -23
- package/fesm2022/acorex-components-notification.mjs.map +1 -1
- package/fesm2022/acorex-components-number-box-legacy.mjs +412 -0
- package/fesm2022/acorex-components-number-box-legacy.mjs.map +1 -0
- package/fesm2022/acorex-components-number-box.mjs +98 -331
- 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 +35 -40
- package/fesm2022/acorex-components-paint.mjs.map +1 -1
- package/fesm2022/acorex-components-password-box.mjs +13 -13
- package/fesm2022/acorex-components-password-box.mjs.map +1 -1
- package/fesm2022/acorex-components-pdf-reader.mjs +8 -8
- 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 +17 -17
- package/fesm2022/acorex-components-picker.mjs.map +1 -1
- package/fesm2022/acorex-components-popover.mjs +12 -12
- package/fesm2022/acorex-components-popover.mjs.map +1 -1
- package/fesm2022/acorex-components-popup.mjs +13 -13
- package/fesm2022/acorex-components-popup.mjs.map +1 -1
- package/fesm2022/acorex-components-progress-bar.mjs +11 -9
- package/fesm2022/acorex-components-progress-bar.mjs.map +1 -1
- package/fesm2022/acorex-components-qrcode.mjs +8 -8
- 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 +7 -7
- package/fesm2022/acorex-components-radio.mjs.map +1 -1
- package/fesm2022/acorex-components-rail-navigation.mjs +40 -38
- 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 +20 -35
- package/fesm2022/acorex-components-rate-picker.mjs.map +1 -1
- package/fesm2022/acorex-components-rest-api-generator.mjs +23 -23
- 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 +111 -16
- package/fesm2022/acorex-components-rrule.mjs.map +1 -1
- package/fesm2022/acorex-components-scheduler-picker.mjs +2339 -0
- package/fesm2022/acorex-components-scheduler-picker.mjs.map +1 -0
- package/fesm2022/acorex-components-scheduler.mjs +52 -52
- package/fesm2022/acorex-components-scheduler.mjs.map +1 -1
- package/fesm2022/acorex-components-scss.mjs +4 -4
- package/fesm2022/acorex-components-scss.mjs.map +1 -1
- package/fesm2022/acorex-components-search-box.mjs +23 -12
- package/fesm2022/acorex-components-search-box.mjs.map +1 -1
- package/fesm2022/acorex-components-select-box.mjs +36 -17
- package/fesm2022/acorex-components-select-box.mjs.map +1 -1
- package/fesm2022/acorex-components-selection-list-2.mjs +10 -10
- 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 +31 -38
- 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 +11 -11
- package/fesm2022/acorex-components-slider.mjs.map +1 -1
- package/fesm2022/acorex-components-sliding-item.mjs +17 -17
- package/fesm2022/acorex-components-sliding-item.mjs.map +1 -1
- package/fesm2022/acorex-components-step-wizard.mjs +16 -16
- 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 +20 -16
- package/fesm2022/acorex-components-tabs.mjs.map +1 -1
- package/fesm2022/acorex-components-tag-box.mjs +51 -21
- package/fesm2022/acorex-components-tag-box.mjs.map +1 -1
- package/fesm2022/acorex-components-tag.mjs +47 -11
- 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 +13 -13
- package/fesm2022/acorex-components-text-box.mjs.map +1 -1
- package/fesm2022/acorex-components-time-duration.mjs +54 -14
- package/fesm2022/acorex-components-time-duration.mjs.map +1 -1
- package/fesm2022/acorex-components-time-line.mjs +14 -29
- package/fesm2022/acorex-components-time-line.mjs.map +1 -1
- package/fesm2022/acorex-components-toast.mjs +14 -14
- package/fesm2022/acorex-components-toast.mjs.map +1 -1
- package/fesm2022/acorex-components-toolbar.mjs +9 -9
- package/fesm2022/acorex-components-toolbar.mjs.map +1 -1
- package/fesm2022/acorex-components-tooltip.mjs +12 -12
- package/fesm2022/acorex-components-tooltip.mjs.map +1 -1
- package/fesm2022/acorex-components-tree-view.mjs +16 -45
- package/fesm2022/acorex-components-tree-view.mjs.map +1 -1
- package/fesm2022/acorex-components-tree2.mjs +689 -0
- package/fesm2022/acorex-components-tree2.mjs.map +1 -0
- package/fesm2022/acorex-components-uploader.mjs +28 -641
- package/fesm2022/acorex-components-uploader.mjs.map +1 -1
- package/fesm2022/acorex-components-video-player.mjs +8 -8
- package/fesm2022/acorex-components-video-player.mjs.map +1 -1
- package/fesm2022/acorex-components-wysiwyg.mjs +213 -462
- package/fesm2022/acorex-components-wysiwyg.mjs.map +1 -1
- package/fesm2022/acorex-components.mjs.map +1 -1
- package/form/index.d.ts +3 -3
- package/grid-layout-builder/index.d.ts +1 -2
- package/image-editor/index.d.ts +8 -5
- package/loading/index.d.ts +1 -1
- package/media-viewer/index.d.ts +2 -3
- package/notification/index.d.ts +0 -2
- package/number-box/README.md +2 -2
- package/number-box/index.d.ts +31 -171
- package/number-box-legacy/README.md +3 -0
- package/number-box-legacy/index.d.ts +191 -0
- package/package.json +53 -26
- package/paint/index.d.ts +1 -6
- package/phone-box/index.d.ts +4 -4
- package/rate-picker/index.d.ts +5 -15
- package/rrule/index.d.ts +96 -1
- package/scheduler-picker/README.md +15 -0
- package/scheduler-picker/index.d.ts +1360 -0
- package/search-box/index.d.ts +6 -1
- package/select-box/index.d.ts +15 -10
- package/side-menu/index.d.ts +3 -2
- package/tag/index.d.ts +8 -2
- package/tag-box/index.d.ts +12 -3
- package/time-duration/index.d.ts +19 -3
- package/tree2/README.md +3 -0
- package/tree2/index.d.ts +337 -0
- package/uploader/index.d.ts +4 -331
- package/wysiwyg/index.d.ts +57 -159
- package/drawer-2/README.md +0 -3
- package/drawer-2/index.d.ts +0 -62
- package/fesm2022/acorex-components-drawer-2.mjs +0 -134
- package/fesm2022/acorex-components-drawer-2.mjs.map +0 -1
- package/fesm2022/acorex-components-modal-acorex-components-modal-h5Y-qcbh.mjs.map +0 -1
- package/fesm2022/acorex-components-modal-modal-content.component-B6tyMLdU.mjs +0 -235
- package/fesm2022/acorex-components-modal-modal-content.component-B6tyMLdU.mjs.map +0 -1
- package/fesm2022/acorex-components-number-box-2.mjs +0 -183
- package/fesm2022/acorex-components-number-box-2.mjs.map +0 -1
- package/number-box-2/README.md +0 -3
- package/number-box-2/index.d.ts +0 -41
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@acorex/components",
|
|
3
|
-
"version": "21.0.0-next.
|
|
3
|
+
"version": "21.0.0-next.31",
|
|
4
4
|
"peerDependencies": {
|
|
5
|
-
"@acorex/core": "21.0.0-next.
|
|
6
|
-
"@acorex/cdk": "21.0.0-next.
|
|
5
|
+
"@acorex/core": "21.0.0-next.31",
|
|
6
|
+
"@acorex/cdk": "21.0.0-next.31",
|
|
7
7
|
"@angular/common": "^20.0.0",
|
|
8
8
|
"@angular/core": "^20.0.0",
|
|
9
9
|
"@angular/cdk": "^20.0.0",
|
|
@@ -15,6 +15,8 @@
|
|
|
15
15
|
"leaflet": "^1.9.4",
|
|
16
16
|
"leaflet-draw": "^1.0.4",
|
|
17
17
|
"leaflet.locatecontrol": "^0.81.1",
|
|
18
|
+
"highlight.js": "^11.11.1",
|
|
19
|
+
"quill": "^2.0.3",
|
|
18
20
|
"quill-delta-to-html": ">=0.12.1",
|
|
19
21
|
"@codemirror/state": "^6.4.0",
|
|
20
22
|
"@codemirror/view": "^6.30.0",
|
|
@@ -32,7 +34,16 @@
|
|
|
32
34
|
"@codemirror/lang-markdown": "^6.2.4",
|
|
33
35
|
"@codemirror/lang-sass": "^6.0.2",
|
|
34
36
|
"@codemirror/theme-one-dark": "^6.1.0",
|
|
35
|
-
"prettier": ">=3.0.0"
|
|
37
|
+
"prettier": ">=3.0.0",
|
|
38
|
+
"@bomdi/codebox": "^2.0.0",
|
|
39
|
+
"@editorjs/editorjs": "2.28.2",
|
|
40
|
+
"@editorjs/header": "^2.8.8",
|
|
41
|
+
"@editorjs/list": "^2.0.8",
|
|
42
|
+
"@editorjs/quote": "^2.7.6",
|
|
43
|
+
"@editorjs/raw": "^2.5.1",
|
|
44
|
+
"@editorjs/image": "^2.10.3",
|
|
45
|
+
"@editorjs/underline": "^1.2.1",
|
|
46
|
+
"editorjs-text-color-plugin": "^2.0.3"
|
|
36
47
|
},
|
|
37
48
|
"peerDependenciesMeta": {
|
|
38
49
|
"prettier": {
|
|
@@ -121,14 +132,14 @@
|
|
|
121
132
|
"types": "./code-editor/index.d.ts",
|
|
122
133
|
"default": "./fesm2022/acorex-components-code-editor.mjs"
|
|
123
134
|
},
|
|
124
|
-
"./collapse": {
|
|
125
|
-
"types": "./collapse/index.d.ts",
|
|
126
|
-
"default": "./fesm2022/acorex-components-collapse.mjs"
|
|
127
|
-
},
|
|
128
135
|
"./color-box": {
|
|
129
136
|
"types": "./color-box/index.d.ts",
|
|
130
137
|
"default": "./fesm2022/acorex-components-color-box.mjs"
|
|
131
138
|
},
|
|
139
|
+
"./collapse": {
|
|
140
|
+
"types": "./collapse/index.d.ts",
|
|
141
|
+
"default": "./fesm2022/acorex-components-collapse.mjs"
|
|
142
|
+
},
|
|
132
143
|
"./color-palette": {
|
|
133
144
|
"types": "./color-palette/index.d.ts",
|
|
134
145
|
"default": "./fesm2022/acorex-components-color-palette.mjs"
|
|
@@ -145,6 +156,14 @@
|
|
|
145
156
|
"types": "./conversation/index.d.ts",
|
|
146
157
|
"default": "./fesm2022/acorex-components-conversation.mjs"
|
|
147
158
|
},
|
|
159
|
+
"./conversation2": {
|
|
160
|
+
"types": "./conversation2/index.d.ts",
|
|
161
|
+
"default": "./fesm2022/acorex-components-conversation2.mjs"
|
|
162
|
+
},
|
|
163
|
+
"./cron-job": {
|
|
164
|
+
"types": "./cron-job/index.d.ts",
|
|
165
|
+
"default": "./fesm2022/acorex-components-cron-job.mjs"
|
|
166
|
+
},
|
|
148
167
|
"./data-list": {
|
|
149
168
|
"types": "./data-list/index.d.ts",
|
|
150
169
|
"default": "./fesm2022/acorex-components-data-list.mjs"
|
|
@@ -153,10 +172,6 @@
|
|
|
153
172
|
"types": "./data-pager/index.d.ts",
|
|
154
173
|
"default": "./fesm2022/acorex-components-data-pager.mjs"
|
|
155
174
|
},
|
|
156
|
-
"./cron-job": {
|
|
157
|
-
"types": "./cron-job/index.d.ts",
|
|
158
|
-
"default": "./fesm2022/acorex-components-cron-job.mjs"
|
|
159
|
-
},
|
|
160
175
|
"./data-table": {
|
|
161
176
|
"types": "./data-table/index.d.ts",
|
|
162
177
|
"default": "./fesm2022/acorex-components-data-table.mjs"
|
|
@@ -177,17 +192,17 @@
|
|
|
177
192
|
"types": "./decorators/index.d.ts",
|
|
178
193
|
"default": "./fesm2022/acorex-components-decorators.mjs"
|
|
179
194
|
},
|
|
180
|
-
"./dialog": {
|
|
181
|
-
"types": "./dialog/index.d.ts",
|
|
182
|
-
"default": "./fesm2022/acorex-components-dialog.mjs"
|
|
183
|
-
},
|
|
184
195
|
"./drawer": {
|
|
185
196
|
"types": "./drawer/index.d.ts",
|
|
186
197
|
"default": "./fesm2022/acorex-components-drawer.mjs"
|
|
187
198
|
},
|
|
188
|
-
"./
|
|
189
|
-
"types": "./
|
|
190
|
-
"default": "./fesm2022/acorex-components-
|
|
199
|
+
"./dialog": {
|
|
200
|
+
"types": "./dialog/index.d.ts",
|
|
201
|
+
"default": "./fesm2022/acorex-components-dialog.mjs"
|
|
202
|
+
},
|
|
203
|
+
"./drawer-legacy": {
|
|
204
|
+
"types": "./drawer-legacy/index.d.ts",
|
|
205
|
+
"default": "./fesm2022/acorex-components-drawer-legacy.mjs"
|
|
191
206
|
},
|
|
192
207
|
"./dropdown": {
|
|
193
208
|
"types": "./dropdown/index.d.ts",
|
|
@@ -197,6 +212,10 @@
|
|
|
197
212
|
"types": "./dropdown-button/index.d.ts",
|
|
198
213
|
"default": "./fesm2022/acorex-components-dropdown-button.mjs"
|
|
199
214
|
},
|
|
215
|
+
"./editor": {
|
|
216
|
+
"types": "./editor/index.d.ts",
|
|
217
|
+
"default": "./fesm2022/acorex-components-editor.mjs"
|
|
218
|
+
},
|
|
200
219
|
"./file-explorer": {
|
|
201
220
|
"types": "./file-explorer/index.d.ts",
|
|
202
221
|
"default": "./fesm2022/acorex-components-file-explorer.mjs"
|
|
@@ -221,14 +240,14 @@
|
|
|
221
240
|
"types": "./image-editor/index.d.ts",
|
|
222
241
|
"default": "./fesm2022/acorex-components-image-editor.mjs"
|
|
223
242
|
},
|
|
224
|
-
"./json-viewer": {
|
|
225
|
-
"types": "./json-viewer/index.d.ts",
|
|
226
|
-
"default": "./fesm2022/acorex-components-json-viewer.mjs"
|
|
227
|
-
},
|
|
228
243
|
"./kanban": {
|
|
229
244
|
"types": "./kanban/index.d.ts",
|
|
230
245
|
"default": "./fesm2022/acorex-components-kanban.mjs"
|
|
231
246
|
},
|
|
247
|
+
"./json-viewer": {
|
|
248
|
+
"types": "./json-viewer/index.d.ts",
|
|
249
|
+
"default": "./fesm2022/acorex-components-json-viewer.mjs"
|
|
250
|
+
},
|
|
232
251
|
"./kbd": {
|
|
233
252
|
"types": "./kbd/index.d.ts",
|
|
234
253
|
"default": "./fesm2022/acorex-components-kbd.mjs"
|
|
@@ -277,9 +296,9 @@
|
|
|
277
296
|
"types": "./number-box/index.d.ts",
|
|
278
297
|
"default": "./fesm2022/acorex-components-number-box.mjs"
|
|
279
298
|
},
|
|
280
|
-
"./number-box-
|
|
281
|
-
"types": "./number-box-
|
|
282
|
-
"default": "./fesm2022/acorex-components-number-box-
|
|
299
|
+
"./number-box-legacy": {
|
|
300
|
+
"types": "./number-box-legacy/index.d.ts",
|
|
301
|
+
"default": "./fesm2022/acorex-components-number-box-legacy.mjs"
|
|
283
302
|
},
|
|
284
303
|
"./otp": {
|
|
285
304
|
"types": "./otp/index.d.ts",
|
|
@@ -365,6 +384,10 @@
|
|
|
365
384
|
"types": "./scheduler/index.d.ts",
|
|
366
385
|
"default": "./fesm2022/acorex-components-scheduler.mjs"
|
|
367
386
|
},
|
|
387
|
+
"./scheduler-picker": {
|
|
388
|
+
"types": "./scheduler-picker/index.d.ts",
|
|
389
|
+
"default": "./fesm2022/acorex-components-scheduler-picker.mjs"
|
|
390
|
+
},
|
|
368
391
|
"./scss": {
|
|
369
392
|
"types": "./scss/index.d.ts",
|
|
370
393
|
"default": "./fesm2022/acorex-components-scss.mjs"
|
|
@@ -453,6 +476,10 @@
|
|
|
453
476
|
"types": "./tree-view/index.d.ts",
|
|
454
477
|
"default": "./fesm2022/acorex-components-tree-view.mjs"
|
|
455
478
|
},
|
|
479
|
+
"./tree2": {
|
|
480
|
+
"types": "./tree2/index.d.ts",
|
|
481
|
+
"default": "./fesm2022/acorex-components-tree2.mjs"
|
|
482
|
+
},
|
|
456
483
|
"./uploader": {
|
|
457
484
|
"types": "./uploader/index.d.ts",
|
|
458
485
|
"default": "./fesm2022/acorex-components-uploader.mjs"
|
package/paint/index.d.ts
CHANGED
|
@@ -98,11 +98,6 @@ declare class AXPaintViewComponent implements OnDestroy {
|
|
|
98
98
|
protected hostElem: ElementRef<any>;
|
|
99
99
|
/** @ignore */
|
|
100
100
|
private resizeEvent;
|
|
101
|
-
/**
|
|
102
|
-
* Specifies the class that pass to component.
|
|
103
|
-
*
|
|
104
|
-
*/
|
|
105
|
-
readonly customClass: _angular_core.InputSignal<string>;
|
|
106
101
|
readonly paintBackgroundColor: _angular_core.InputSignal<"black" | "white">;
|
|
107
102
|
/** @ignore */
|
|
108
103
|
protected canvasElem: _angular_core.Signal<ElementRef<HTMLCanvasElement>>;
|
|
@@ -134,7 +129,7 @@ declare class AXPaintViewComponent implements OnDestroy {
|
|
|
134
129
|
getOutPut(e: 'image/webp' | 'image/png' | 'image/jpeg'): void;
|
|
135
130
|
get __hostClass(): string[];
|
|
136
131
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXPaintViewComponent, never>;
|
|
137
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXPaintViewComponent, "ax-paint-view", never, { "
|
|
132
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXPaintViewComponent, "ax-paint-view", never, { "paintBackgroundColor": { "alias": "paintBackgroundColor"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
138
133
|
}
|
|
139
134
|
|
|
140
135
|
declare class AXPaintToolsSelectorComponent {
|
package/phone-box/index.d.ts
CHANGED
|
@@ -30,11 +30,11 @@ declare class AXPhoneBoxComponent extends AXPhoneBoxComponent_base {
|
|
|
30
30
|
/**
|
|
31
31
|
* CSS classes to apply to the component.
|
|
32
32
|
*/
|
|
33
|
-
|
|
33
|
+
classNames: string;
|
|
34
34
|
/**
|
|
35
35
|
* static precode.
|
|
36
36
|
*/
|
|
37
|
-
|
|
37
|
+
precode: _angular_core.InputSignal<unknown>;
|
|
38
38
|
/**
|
|
39
39
|
* The default country value for the component.
|
|
40
40
|
*/
|
|
@@ -42,11 +42,11 @@ declare class AXPhoneBoxComponent extends AXPhoneBoxComponent_base {
|
|
|
42
42
|
/**
|
|
43
43
|
* List of included values for the component.
|
|
44
44
|
*/
|
|
45
|
-
|
|
45
|
+
included: _angular_core.InputSignal<string[]>;
|
|
46
46
|
/**
|
|
47
47
|
* List of excluded values for the component.
|
|
48
48
|
*/
|
|
49
|
-
|
|
49
|
+
excluded: _angular_core.InputSignal<string[]>;
|
|
50
50
|
private selectBox;
|
|
51
51
|
/** @ignore */
|
|
52
52
|
protected countries: _angular_core.WritableSignal<CountryItem[]>;
|
package/rate-picker/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as _angular_core from '@angular/core';
|
|
2
2
|
import { ElementRef, Renderer2 } from '@angular/core';
|
|
3
|
-
import { MXValueComponent } from '@acorex/cdk/common';
|
|
3
|
+
import { MXValueComponent, AXStyleColorType } from '@acorex/cdk/common';
|
|
4
4
|
import * as i1 from '@angular/common';
|
|
5
5
|
|
|
6
6
|
/**
|
|
@@ -19,6 +19,7 @@ declare class AXRatePickerComponent extends MXValueComponent<number> {
|
|
|
19
19
|
* @default 'fa-star'
|
|
20
20
|
*/
|
|
21
21
|
readonly iconName: _angular_core.InputSignal<string>;
|
|
22
|
+
readonly color: _angular_core.InputSignal<AXStyleColorType>;
|
|
22
23
|
/**
|
|
23
24
|
* @description
|
|
24
25
|
* Maximum value for the rating.
|
|
@@ -114,22 +115,11 @@ declare class AXRatePickerComponent extends MXValueComponent<number> {
|
|
|
114
115
|
private onEnd;
|
|
115
116
|
private countDecimals;
|
|
116
117
|
/**
|
|
117
|
-
* @
|
|
118
|
-
* Determines if the component is active (i.e., not readonly or disabled).
|
|
119
|
-
*/
|
|
120
|
-
get isActive(): boolean;
|
|
121
|
-
/**
|
|
122
|
-
* @description
|
|
123
|
-
* Determines if the component is in readonly mode.
|
|
124
|
-
*/
|
|
125
|
-
get isReadonly(): boolean;
|
|
126
|
-
/**
|
|
127
|
-
* @description
|
|
128
|
-
* Determines if the component is disabled.
|
|
118
|
+
* @ignore
|
|
129
119
|
*/
|
|
130
|
-
get
|
|
120
|
+
private get __hostClass();
|
|
131
121
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXRatePickerComponent, never>;
|
|
132
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXRatePickerComponent, "ax-rate-picker", never, { "readonly": { "alias": "readonly"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "iconName": { "alias": "iconName"; "required": false; "isSignal": true; }; "max": { "alias": "max"; "required": false; "isSignal": true; }; "step": { "alias": "step"; "required": false; "isSignal": true; }; "hasTransition": { "alias": "hasTransition"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
122
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXRatePickerComponent, "ax-rate-picker", never, { "readonly": { "alias": "readonly"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "iconName": { "alias": "iconName"; "required": false; "isSignal": true; }; "color": { "alias": "color"; "required": false; "isSignal": true; }; "max": { "alias": "max"; "required": false; "isSignal": true; }; "step": { "alias": "step"; "required": false; "isSignal": true; }; "hasTransition": { "alias": "hasTransition"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
133
123
|
}
|
|
134
124
|
|
|
135
125
|
declare class AXRatePickerModule {
|
package/rrule/index.d.ts
CHANGED
|
@@ -21,16 +21,79 @@ type AXRRuleType = rrule.RRule;
|
|
|
21
21
|
declare const defaultOptions: AXROptionsType;
|
|
22
22
|
declare const defaultRrule = "RRULE:FREQ=WEEKLY;INTERVAL=1;WKST=MO;COUNT=5";
|
|
23
23
|
|
|
24
|
+
/**
|
|
25
|
+
* Service for working with RRule recurrence patterns.
|
|
26
|
+
* Provides methods to create RRule instances from options or strings,
|
|
27
|
+
* convert between formats, and query occurrences.
|
|
28
|
+
*/
|
|
24
29
|
declare class AXRruleService {
|
|
30
|
+
/**
|
|
31
|
+
* Creates an RRule instance from options object.
|
|
32
|
+
* @param options Partial RRule options to create the rule from
|
|
33
|
+
* @returns Promise resolving to the RRule instance
|
|
34
|
+
*/
|
|
25
35
|
rruleFromOptions(options: Partial<AXROptionsType>): Promise<AXRRuleType>;
|
|
36
|
+
/**
|
|
37
|
+
* Creates an RRule instance from a RRULE string.
|
|
38
|
+
* @param ruleString Valid RRULE string (e.g., "RRULE:FREQ=WEEKLY;COUNT=5")
|
|
39
|
+
* @returns Promise resolving to the RRule instance
|
|
40
|
+
*/
|
|
26
41
|
rruleFromString(ruleString: string): Promise<AXRRuleType>;
|
|
42
|
+
/**
|
|
43
|
+
* Creates an RRule instance from human-readable text.
|
|
44
|
+
* @param ruleText Human-readable text describing the recurrence (e.g., "every Monday for 5 weeks")
|
|
45
|
+
* @returns Promise resolving to the RRule instance
|
|
46
|
+
*/
|
|
27
47
|
rruleFromText(ruleText: string): Promise<AXRRuleType>;
|
|
48
|
+
/**
|
|
49
|
+
* Extracts options from an RRule instance.
|
|
50
|
+
* @param rule RRule instance to extract options from
|
|
51
|
+
* @returns Parsed options with all required fields
|
|
52
|
+
*/
|
|
28
53
|
rruleToOptions(rule: AXRRuleType): AXParsedOptionsType;
|
|
54
|
+
/**
|
|
55
|
+
* Converts an RRule instance to RRULE string format.
|
|
56
|
+
* @param rule RRule instance to convert
|
|
57
|
+
* @returns RRULE string representation
|
|
58
|
+
*/
|
|
29
59
|
rruleToString(rule: AXRRuleType): string;
|
|
60
|
+
/**
|
|
61
|
+
* Converts an RRule instance to human-readable text.
|
|
62
|
+
* @param rule RRule instance to convert
|
|
63
|
+
* @returns Human-readable text description
|
|
64
|
+
*/
|
|
30
65
|
rruleToText(rule: AXRRuleType): string;
|
|
66
|
+
/**
|
|
67
|
+
* Gets all occurrences of the rule up to a limit.
|
|
68
|
+
* @param rule RRule instance to query
|
|
69
|
+
* @param limit Maximum number of occurrences to return (default: 500)
|
|
70
|
+
* @returns Array of occurrence dates
|
|
71
|
+
*/
|
|
31
72
|
rruleGetAll(rule: AXRRuleType, limit?: number): Date[];
|
|
73
|
+
/**
|
|
74
|
+
* Gets occurrences between two dates.
|
|
75
|
+
* @param rule RRule instance to query
|
|
76
|
+
* @param after Start date (exclusive by default)
|
|
77
|
+
* @param before End date (exclusive by default)
|
|
78
|
+
* @param inclusive Whether to include the boundary dates
|
|
79
|
+
* @returns Array of occurrence dates between the specified dates
|
|
80
|
+
*/
|
|
32
81
|
rruleGetBetween(rule: AXRRuleType, after: Date, before: Date, inclusive?: boolean): Date[];
|
|
82
|
+
/**
|
|
83
|
+
* Gets the last occurrence before the specified date.
|
|
84
|
+
* @param rule RRule instance to query
|
|
85
|
+
* @param date Date to search before
|
|
86
|
+
* @param inclusive Whether to include the specified date
|
|
87
|
+
* @returns Last occurrence before the date, or null if none found
|
|
88
|
+
*/
|
|
33
89
|
rruleGetBefore(rule: AXRRuleType, date: Date, inclusive?: boolean): Date | null;
|
|
90
|
+
/**
|
|
91
|
+
* Gets the first occurrence after the specified date.
|
|
92
|
+
* @param rule RRule instance to query
|
|
93
|
+
* @param date Date to search after
|
|
94
|
+
* @param inclusive Whether to include the specified date
|
|
95
|
+
* @returns First occurrence after the date, or null if none found
|
|
96
|
+
*/
|
|
34
97
|
rruleGetAfter(rule: AXRRuleType, date: Date, inclusive?: boolean): Date | null;
|
|
35
98
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXRruleService, never>;
|
|
36
99
|
static ɵprov: _angular_core.ɵɵInjectableDeclaration<AXRruleService>;
|
|
@@ -53,12 +116,36 @@ declare class AXRrulePreviewComponent implements OnInit {
|
|
|
53
116
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXRrulePreviewComponent, "ax-rrule-preview", never, { "value": { "alias": "value"; "required": false; "isSignal": true; }; "repeat": { "alias": "repeat"; "required": false; "isSignal": true; }; "format": { "alias": "format"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
54
117
|
}
|
|
55
118
|
|
|
119
|
+
/**
|
|
120
|
+
* RRule component provides a user-friendly interface for creating and managing recurrence rules.
|
|
121
|
+
* Supports various frequencies, intervals, and date constraints with real-time preview and validation.
|
|
122
|
+
*/
|
|
56
123
|
declare class AXRruleComponent {
|
|
57
124
|
#private;
|
|
125
|
+
/**
|
|
126
|
+
* Current recurrence rule model value (options object or RRULE string).
|
|
127
|
+
* @default null
|
|
128
|
+
*/
|
|
58
129
|
value: _angular_core.ModelSignal<string | rrule.Options>;
|
|
130
|
+
/**
|
|
131
|
+
* Emitted when the model value changes.
|
|
132
|
+
*/
|
|
133
|
+
valueChange: _angular_core.OutputEmitterRef<string | rrule.Options>;
|
|
134
|
+
/**
|
|
135
|
+
* Emitted with the computed RRule instance when updated.
|
|
136
|
+
*/
|
|
59
137
|
rruleChange: _angular_core.OutputEmitterRef<rrule.RRule>;
|
|
138
|
+
/**
|
|
139
|
+
* Emitted with the normalized options whenever they change.
|
|
140
|
+
*/
|
|
60
141
|
optionsChange: _angular_core.OutputEmitterRef<rrule.Options>;
|
|
142
|
+
/**
|
|
143
|
+
* Emitted with the RRULE string representation.
|
|
144
|
+
*/
|
|
61
145
|
stringChange: _angular_core.OutputEmitterRef<string>;
|
|
146
|
+
/**
|
|
147
|
+
* Emitted with the human-readable text of the rule.
|
|
148
|
+
*/
|
|
62
149
|
textChange: _angular_core.OutputEmitterRef<string>;
|
|
63
150
|
protected freqs: {
|
|
64
151
|
text: string;
|
|
@@ -93,10 +180,18 @@ declare class AXRruleComponent {
|
|
|
93
180
|
private _emitAll;
|
|
94
181
|
private _areOptionValuesEqual;
|
|
95
182
|
private _clearOptions;
|
|
183
|
+
/**
|
|
184
|
+
* Updates a single option and recomputes the rule.
|
|
185
|
+
* @param key The option key to update
|
|
186
|
+
* @param value The new value for the option
|
|
187
|
+
*/
|
|
96
188
|
updateOption<K extends keyof AXROptionsType>(key: K, value: AXROptionsType[K]): Promise<void>;
|
|
189
|
+
/**
|
|
190
|
+
* Resets options to defaults and recomputes the rule.
|
|
191
|
+
*/
|
|
97
192
|
resetOptions(): Promise<void>;
|
|
98
193
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXRruleComponent, never>;
|
|
99
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXRruleComponent, "ax-rrule", never, { "value": { "alias": "value"; "required": false; "isSignal": true; }; }, { "value": "valueChange"; "rruleChange": "rruleChange"; "optionsChange": "optionsChange"; "stringChange": "stringChange"; "textChange": "textChange"; }, never, never, true, never>;
|
|
194
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXRruleComponent, "ax-rrule", never, { "value": { "alias": "value"; "required": false; "isSignal": true; }; }, { "value": "valueChange"; "valueChange": "valueChange"; "rruleChange": "rruleChange"; "optionsChange": "optionsChange"; "stringChange": "stringChange"; "textChange": "textChange"; }, never, never, true, never>;
|
|
100
195
|
}
|
|
101
196
|
|
|
102
197
|
export { AXRruleComponent, AXRrulePreviewComponent, AXRruleService, defaultOptions, defaultRrule };
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
# @acorex/components/scheduler-picker
|
|
2
|
+
|
|
3
|
+
A powerful, fully customizable scheduler picker component for Angular applications. Create complex recurrence patterns with an intuitive UI supporting hourly, daily, weekly, monthly, and yearly schedules.
|
|
4
|
+
|
|
5
|
+
## ✨ Features
|
|
6
|
+
|
|
7
|
+
- 🗓️ **Multiple Recurrence Modes**: Hourly, daily, weekly, monthly, and yearly patterns
|
|
8
|
+
- ⏰ **Flexible Time Configuration**: Support for hours, minutes, and seconds precision
|
|
9
|
+
- 🔄 **Complex Patterns**: Specific days, occurrence-based scheduling (e.g., "first Monday")
|
|
10
|
+
- 📅 **Date Management**: Include/exclude specific dates from schedule
|
|
11
|
+
- 🌍 **Internationalization**: Full i18n support with customizable locale
|
|
12
|
+
- 🎨 **Highly Customizable**: Extensive configuration options
|
|
13
|
+
- ✅ **Built-in Validation**: Real-time pattern validation with helpful error messages
|
|
14
|
+
- 📊 **Export Formats**: Convert to cron, RRule (iCalendar), or get occurrence previews
|
|
15
|
+
- 🎯 **Type-Safe**: Full TypeScript support with strict typing
|