@acorex/components 21.0.0-next.2 → 21.0.0-next.20
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/autocomplete/index.d.ts +23 -9
- package/code-editor/README.md +291 -1
- package/code-editor/index.d.ts +260 -12
- package/command/index.d.ts +1 -0
- package/data-table/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 +80 -0
- package/fesm2022/acorex-components-accordion.mjs +14 -14
- package/fesm2022/acorex-components-accordion.mjs.map +1 -1
- package/fesm2022/acorex-components-action-sheet.mjs +10 -10
- package/fesm2022/acorex-components-action-sheet.mjs.map +1 -1
- package/fesm2022/acorex-components-alert.mjs +8 -8
- 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 +8 -8
- 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 +11 -11
- package/fesm2022/acorex-components-avatar.mjs.map +1 -1
- package/fesm2022/acorex-components-badge.mjs +8 -8
- package/fesm2022/acorex-components-badge.mjs.map +1 -1
- package/fesm2022/acorex-components-bottom-navigation.mjs +11 -11
- package/fesm2022/acorex-components-bottom-navigation.mjs.map +1 -1
- package/fesm2022/acorex-components-breadcrumbs.mjs +11 -11
- package/fesm2022/acorex-components-breadcrumbs.mjs.map +1 -1
- package/fesm2022/acorex-components-button-group.mjs +13 -13
- package/fesm2022/acorex-components-button-group.mjs.map +1 -1
- package/fesm2022/acorex-components-button.mjs +15 -15
- package/fesm2022/acorex-components-button.mjs.map +1 -1
- package/fesm2022/acorex-components-calendar.mjs +14 -14
- package/fesm2022/acorex-components-calendar.mjs.map +1 -1
- package/fesm2022/acorex-components-check-box.mjs +8 -8
- package/fesm2022/acorex-components-check-box.mjs.map +1 -1
- package/fesm2022/acorex-components-chips.mjs +8 -8
- package/fesm2022/acorex-components-chips.mjs.map +1 -1
- package/fesm2022/acorex-components-circular-progress.mjs +8 -8
- 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 +11 -26
- package/fesm2022/acorex-components-collapse.mjs.map +1 -1
- package/fesm2022/acorex-components-color-box.mjs +9 -9
- package/fesm2022/acorex-components-color-box.mjs.map +1 -1
- package/fesm2022/acorex-components-color-palette.mjs +30 -30
- 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 +30 -30
- package/fesm2022/acorex-components-comment.mjs.map +1 -1
- package/fesm2022/acorex-components-conversation.mjs +54 -63
- package/fesm2022/acorex-components-conversation.mjs.map +1 -1
- 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 +50 -38
- package/fesm2022/acorex-components-data-pager.mjs.map +1 -1
- package/fesm2022/acorex-components-data-table.mjs +46 -43
- package/fesm2022/acorex-components-data-table.mjs.map +1 -1
- package/fesm2022/acorex-components-datetime-box.mjs +8 -8
- 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 +9 -9
- package/fesm2022/acorex-components-datetime-picker.mjs.map +1 -1
- package/fesm2022/acorex-components-decorators.mjs +83 -41
- package/fesm2022/acorex-components-decorators.mjs.map +1 -1
- package/fesm2022/acorex-components-dialog.mjs +21 -12
- 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 -149
- 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 +15 -15
- package/fesm2022/acorex-components-dropdown.mjs.map +1 -1
- package/fesm2022/acorex-components-editor.mjs +189 -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 +22 -28
- package/fesm2022/acorex-components-form.mjs.map +1 -1
- package/fesm2022/acorex-components-grid-layout-builder.mjs +12 -12
- package/fesm2022/acorex-components-grid-layout-builder.mjs.map +1 -1
- package/fesm2022/acorex-components-image-editor.mjs +38 -38
- package/fesm2022/acorex-components-image-editor.mjs.map +1 -1
- package/fesm2022/acorex-components-image.mjs +8 -8
- package/fesm2022/acorex-components-image.mjs.map +1 -1
- package/fesm2022/acorex-components-json-viewer.mjs +8 -8
- package/fesm2022/acorex-components-json-viewer.mjs.map +1 -1
- package/fesm2022/acorex-components-kanban.mjs +4 -4
- package/fesm2022/acorex-components-kanban.mjs.map +1 -1
- package/fesm2022/acorex-components-kbd.mjs +7 -7
- package/fesm2022/acorex-components-kbd.mjs.map +1 -1
- package/fesm2022/acorex-components-label.mjs +7 -7
- package/fesm2022/acorex-components-label.mjs.map +1 -1
- package/fesm2022/acorex-components-list.mjs +8 -8
- package/fesm2022/acorex-components-list.mjs.map +1 -1
- package/fesm2022/acorex-components-loading-dialog.mjs +21 -12
- package/fesm2022/acorex-components-loading-dialog.mjs.map +1 -1
- package/fesm2022/acorex-components-loading.mjs +16 -16
- package/fesm2022/acorex-components-loading.mjs.map +1 -1
- package/fesm2022/acorex-components-map.mjs +15 -14
- package/fesm2022/acorex-components-map.mjs.map +1 -1
- package/fesm2022/acorex-components-media-viewer.mjs +61 -87
- package/fesm2022/acorex-components-media-viewer.mjs.map +1 -1
- package/fesm2022/acorex-components-menu.mjs +19 -19
- 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-iYSPzoLn.mjs} +23 -23
- package/fesm2022/acorex-components-modal-acorex-components-modal-iYSPzoLn.mjs.map +1 -0
- package/fesm2022/{acorex-components-modal-modal-content.component-B6tyMLdU.mjs → acorex-components-modal-modal-content.component-sZWKhYM-.mjs} +7 -30
- package/fesm2022/acorex-components-modal-modal-content.component-sZWKhYM-.mjs.map +1 -0
- package/fesm2022/acorex-components-modal.mjs +1 -1
- package/fesm2022/acorex-components-navbar.mjs +7 -7
- package/fesm2022/acorex-components-navbar.mjs.map +1 -1
- package/fesm2022/acorex-components-notification.mjs +10 -10
- 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 +8 -8
- 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 +27 -27
- package/fesm2022/acorex-components-paint.mjs.map +1 -1
- package/fesm2022/acorex-components-password-box.mjs +11 -11
- 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 +9 -9
- package/fesm2022/acorex-components-phone-box.mjs.map +1 -1
- package/fesm2022/acorex-components-picker.mjs +15 -15
- 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 +10 -10
- package/fesm2022/acorex-components-popup.mjs.map +1 -1
- package/fesm2022/acorex-components-progress-bar.mjs +7 -7
- 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 +8 -8
- 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 +15 -15
- package/fesm2022/acorex-components-rail-navigation.mjs.map +1 -1
- package/fesm2022/acorex-components-range-slider.mjs +8 -8
- package/fesm2022/acorex-components-range-slider.mjs.map +1 -1
- package/fesm2022/acorex-components-rate-picker.mjs +8 -8
- 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 +7 -7
- package/fesm2022/acorex-components-result.mjs.map +1 -1
- package/fesm2022/acorex-components-routing-progress.mjs +7 -7
- 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 +43 -43
- 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 +8 -8
- package/fesm2022/acorex-components-search-box.mjs.map +1 -1
- package/fesm2022/acorex-components-select-box.mjs +34 -17
- package/fesm2022/acorex-components-select-box.mjs.map +1 -1
- package/fesm2022/acorex-components-selection-list-2.mjs +8 -8
- package/fesm2022/acorex-components-selection-list-2.mjs.map +1 -1
- package/fesm2022/acorex-components-selection-list.mjs +8 -8
- 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 +7 -7
- package/fesm2022/acorex-components-skeleton.mjs.map +1 -1
- package/fesm2022/acorex-components-slider.mjs +8 -8
- package/fesm2022/acorex-components-slider.mjs.map +1 -1
- package/fesm2022/acorex-components-sliding-item.mjs +16 -16
- package/fesm2022/acorex-components-sliding-item.mjs.map +1 -1
- package/fesm2022/acorex-components-step-wizard.mjs +15 -15
- package/fesm2022/acorex-components-step-wizard.mjs.map +1 -1
- package/fesm2022/acorex-components-switch.mjs +10 -10
- package/fesm2022/acorex-components-switch.mjs.map +1 -1
- package/fesm2022/acorex-components-tabs.mjs +15 -15
- 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 +45 -9
- package/fesm2022/acorex-components-tag.mjs.map +1 -1
- package/fesm2022/acorex-components-text-area.mjs +7 -7
- package/fesm2022/acorex-components-text-area.mjs.map +1 -1
- package/fesm2022/acorex-components-text-box.mjs +11 -11
- 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 +13 -28
- package/fesm2022/acorex-components-time-line.mjs.map +1 -1
- package/fesm2022/acorex-components-toast.mjs +10 -10
- package/fesm2022/acorex-components-toast.mjs.map +1 -1
- package/fesm2022/acorex-components-toolbar.mjs +8 -8
- package/fesm2022/acorex-components-toolbar.mjs.map +1 -1
- package/fesm2022/acorex-components-tooltip.mjs +11 -11
- 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 +26 -639
- 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 +207 -458
- package/fesm2022/acorex-components-wysiwyg.mjs.map +1 -1
- package/media-viewer/index.d.ts +1 -0
- 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 +37 -14
- package/phone-box/index.d.ts +4 -4
- package/rrule/index.d.ts +96 -1
- package/scheduler-picker/README.md +15 -0
- package/scheduler-picker/index.d.ts +1360 -0
- 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 +56 -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.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/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
|