@htmlbricks/hb-calendar-appointments 0.66.4 → 0.66.5
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 -4
- 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-28T17:
|
|
213
|
+
"date": "2026-03-28T17:44:24.107Z",
|
|
214
214
|
"id": "test",
|
|
215
215
|
"label": "thetest"
|
|
216
216
|
},
|
|
217
217
|
{
|
|
218
|
-
"date": "2026-02-28T17:
|
|
218
|
+
"date": "2026-02-28T17:44:24.107Z",
|
|
219
219
|
"id": "test2",
|
|
220
220
|
"label": "thetest start",
|
|
221
221
|
"color": "red"
|
|
@@ -231,7 +231,6 @@
|
|
|
231
231
|
}
|
|
232
232
|
],
|
|
233
233
|
"iifeIntegrity": "sha384-Q2S3+l/CLRIsKeh5JrT+r50DE1Z32bDaktv7OMSFmPInaFhiEI3dw9kni5Hv/Zqr",
|
|
234
|
-
"iifeIntegrityType": "sha384",
|
|
235
234
|
"screenshots": [],
|
|
236
235
|
"licenses": [
|
|
237
236
|
{
|
|
@@ -251,5 +250,5 @@
|
|
|
251
250
|
"size": {},
|
|
252
251
|
"iifePath": "main.iife.js",
|
|
253
252
|
"repoName": "@htmlbricks/hb-calendar-appointments",
|
|
254
|
-
"version": "0.66.
|
|
253
|
+
"version": "0.66.5"
|
|
255
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.5",
|
|
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": [
|