@acorex/components 20.2.33 → 20.2.35
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/editor/index.d.ts +2 -3
- package/fesm2022/acorex-components-editor.mjs +1 -5
- package/fesm2022/acorex-components-editor.mjs.map +1 -1
- package/fesm2022/acorex-components-image-editor.mjs +134 -94
- package/fesm2022/acorex-components-image-editor.mjs.map +1 -1
- package/fesm2022/acorex-components-rrule.mjs +2 -2
- 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-tabs.mjs +6 -2
- package/fesm2022/acorex-components-tabs.mjs.map +1 -1
- package/image-editor/index.d.ts +8 -5
- package/package.json +7 -3
- package/scheduler-picker/README.md +15 -0
- package/scheduler-picker/index.d.ts +1360 -0
|
@@ -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
|