@htmlbricks/hb-calendar-appointments 0.66.18 → 0.66.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/manifest.json +3 -3
- package/package.json +1 -1
package/manifest.json
CHANGED
|
@@ -210,12 +210,12 @@
|
|
|
210
210
|
"data": {
|
|
211
211
|
"events": [
|
|
212
212
|
{
|
|
213
|
-
"date": "2026-03-29T01:
|
|
213
|
+
"date": "2026-03-29T01:30:54.005Z",
|
|
214
214
|
"id": "test",
|
|
215
215
|
"label": "thetest"
|
|
216
216
|
},
|
|
217
217
|
{
|
|
218
|
-
"date": "2026-02-28T02:
|
|
218
|
+
"date": "2026-02-28T02:30:54.005Z",
|
|
219
219
|
"id": "test2",
|
|
220
220
|
"label": "thetest start",
|
|
221
221
|
"color": "red"
|
|
@@ -250,5 +250,5 @@
|
|
|
250
250
|
"size": {},
|
|
251
251
|
"iifePath": "main.iife.js",
|
|
252
252
|
"repoName": "@htmlbricks/hb-calendar-appointments",
|
|
253
|
-
"version": "0.66.
|
|
253
|
+
"version": "0.66.20"
|
|
254
254
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-calendar-appointments",
|
|
3
|
-
"version": "0.66.
|
|
3
|
+
"version": "0.66.20",
|
|
4
4
|
"contributors": [],
|
|
5
5
|
"description": "Month agenda view: events for the current month are grouped by calendar day and listed chronologically with weekday, day number, time, and colored markers. Optional header with month navigation; changing month or selecting a day dispatches `changeCalendarDate`, `changeSelectedDate`, and clicking a row dispatches `calendarEventClick`. Uses Italian public holidays metadata and accepts `events` as JSON.",
|
|
6
6
|
"licenses": [
|