@htmlbricks/hb-calendar-appointments 0.71.3 → 0.71.4
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 +8 -8
- package/package.json +1 -1
package/manifest.json
CHANGED
|
@@ -197,12 +197,12 @@
|
|
|
197
197
|
"data": {
|
|
198
198
|
"events": [
|
|
199
199
|
{
|
|
200
|
-
"date": "2026-04-
|
|
200
|
+
"date": "2026-04-03T11:04:21.883Z",
|
|
201
201
|
"id": "test",
|
|
202
202
|
"label": "thetest"
|
|
203
203
|
},
|
|
204
204
|
{
|
|
205
|
-
"date": "2026-03-
|
|
205
|
+
"date": "2026-03-31T11:04:21.883Z",
|
|
206
206
|
"id": "test2",
|
|
207
207
|
"label": "thetest start",
|
|
208
208
|
"color": "red"
|
|
@@ -223,12 +223,12 @@
|
|
|
223
223
|
"data": {
|
|
224
224
|
"events": [
|
|
225
225
|
{
|
|
226
|
-
"date": "2026-04-
|
|
226
|
+
"date": "2026-04-03T11:04:21.883Z",
|
|
227
227
|
"id": "test",
|
|
228
228
|
"label": "thetest"
|
|
229
229
|
},
|
|
230
230
|
{
|
|
231
|
-
"date": "2026-03-
|
|
231
|
+
"date": "2026-03-31T11:04:21.883Z",
|
|
232
232
|
"id": "test2",
|
|
233
233
|
"label": "thetest start",
|
|
234
234
|
"color": "red"
|
|
@@ -243,18 +243,18 @@
|
|
|
243
243
|
"data": {
|
|
244
244
|
"events": [
|
|
245
245
|
{
|
|
246
|
-
"date": "2026-04-
|
|
246
|
+
"date": "2026-04-03T11:04:21.883Z",
|
|
247
247
|
"id": "test",
|
|
248
248
|
"label": "thetest"
|
|
249
249
|
},
|
|
250
250
|
{
|
|
251
|
-
"date": "2026-03-
|
|
251
|
+
"date": "2026-03-31T11:04:21.883Z",
|
|
252
252
|
"id": "test2",
|
|
253
253
|
"label": "thetest start",
|
|
254
254
|
"color": "red"
|
|
255
255
|
}
|
|
256
256
|
],
|
|
257
|
-
"selected": "2026-04-
|
|
257
|
+
"selected": "2026-04-03T11:04:21.883Z"
|
|
258
258
|
}
|
|
259
259
|
}
|
|
260
260
|
],
|
|
@@ -279,5 +279,5 @@
|
|
|
279
279
|
"size": {},
|
|
280
280
|
"iifePath": "main.iife.js",
|
|
281
281
|
"repoName": "@htmlbricks/hb-calendar-appointments",
|
|
282
|
-
"version": "0.71.
|
|
282
|
+
"version": "0.71.4"
|
|
283
283
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-calendar-appointments",
|
|
3
|
-
"version": "0.71.
|
|
3
|
+
"version": "0.71.4",
|
|
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": [
|