hr-design-system-handlebars 0.123.7 → 0.124.1

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.
Files changed (140) hide show
  1. package/CHANGELOG.md +26 -0
  2. package/build/handlebars/helpers/handlebar-helpers.js +12 -0
  3. package/dist/assets/brand/_default/conf/locatags.json +11 -1
  4. package/dist/assets/brand/hessenschau/conf/locatags.json +1 -0
  5. package/dist/assets/brand/hr/conf/locatags.json +1 -0
  6. package/dist/assets/brand/hr-bigband/conf/locatags.json +1 -0
  7. package/dist/assets/brand/hr-fernsehen/conf/locatags.json +1 -0
  8. package/dist/assets/brand/hr-inforadio/conf/locatags.json +1 -0
  9. package/dist/assets/brand/hr-rundfunkrat/conf/locatags.json +1 -0
  10. package/dist/assets/brand/hr-sinfonieorchester/conf/locatags.json +1 -0
  11. package/dist/assets/brand/hr-werbung/conf/locatags.json +1 -0
  12. package/dist/assets/brand/hr1/conf/locatags.json +1 -0
  13. package/dist/assets/brand/hr2/conf/locatags.json +1 -0
  14. package/dist/assets/brand/hr3/conf/locatags.json +1 -0
  15. package/dist/assets/brand/hr4/conf/locatags.json +1 -0
  16. package/dist/assets/brand/you-fm/conf/locatags.json +1 -0
  17. package/dist/assets/index.css +423 -62
  18. package/dist/assets/js/components/event/filtererDs.feature.js +298 -0
  19. package/dist/assets/js/components/event/nativeScrollDs.feature.js +110 -0
  20. package/dist/assets/js/components/modal/modal.feature.js +38 -0
  21. package/dist/views/components/base/image/responsive_image.hbs +1 -0
  22. package/dist/views/components/base/link.hbs +3 -15
  23. package/dist/views/components/base/link_open.hbs +13 -0
  24. package/dist/views/components/button/button_pseudo_v2.hbs +12 -0
  25. package/dist/views/components/button/button_v2.hbs +7 -0
  26. package/dist/views/components/button/components/button_icon.hbs +1 -0
  27. package/dist/views/components/button/components/button_label.hbs +1 -0
  28. package/dist/views/components/button/components/button_pseudo_link.hbs +3 -0
  29. package/dist/views/components/event/artist.hbs +1 -0
  30. package/dist/views/components/event/calendar/event_calendar.hbs +3 -0
  31. package/dist/views/components/event/calendar/event_calendar_content.hbs +18 -0
  32. package/dist/views/components/event/calendar/event_calendar_event_teaser.hbs +60 -0
  33. package/dist/views/components/event/calendar/event_calendar_footer.hbs +8 -0
  34. package/dist/views/components/event/calendar/event_calendar_heading.hbs +3 -0
  35. package/dist/views/components/event/calendar/event_calendar_inline.hbs +3 -0
  36. package/dist/views/components/event/calendar/event_calendar_nav.hbs +27 -0
  37. package/dist/views/components/event/calendar/event_calendar_nav_item.hbs +7 -0
  38. package/dist/views/components/event/concert_info.hbs +66 -0
  39. package/dist/views/components/event/event_details.hbs +20 -0
  40. package/dist/views/components/event/event_status.hbs +1 -0
  41. package/dist/views/components/event/event_tag.hbs +3 -0
  42. package/dist/views/components/event/event_tags.hbs +11 -0
  43. package/dist/views/components/event/event_ticket_button.hbs +30 -0
  44. package/dist/views/components/label/label_byline.hbs +7 -0
  45. package/dist/views/components/label/label_group.hbs +3 -0
  46. package/dist/views/components/label/label_test.hbs +11 -0
  47. package/dist/views/components/modal/modal.hbs +7 -0
  48. package/dist/views/components/teaser/components/teaser_header.hbs +3 -0
  49. package/dist/views/components/teaser/components/teaser_heading.hbs +3 -1
  50. package/dist/views/components/teaser/components/teaser_headline.hbs +3 -0
  51. package/dist/views/components/teaser/components/teaser_title_classes.hbs +3 -0
  52. package/dist/views/components/teaser/components/teaser_title_test.hbs +3 -0
  53. package/dist/views/components/teaser/components/teaser_topline.hbs +1 -5
  54. package/dist/views/components/teaser/teaser_event_calendar.hbs +8 -0
  55. package/gulpfile.js +5 -1
  56. package/package.json +4 -2
  57. package/src/assets/brand/_default/conf/locatags.json +11 -1
  58. package/src/assets/brand/hessenschau/conf/locatags.json +1 -0
  59. package/src/assets/brand/hessenschau/conf/locatags.merged.json +10 -0
  60. package/src/assets/brand/hr/conf/locatags.json +1 -0
  61. package/src/assets/brand/hr/conf/locatags.merged.json +10 -0
  62. package/src/assets/brand/hr-bigband/conf/locatags.json +1 -0
  63. package/src/assets/brand/hr-bigband/conf/locatags.merged.json +10 -0
  64. package/src/assets/brand/hr-fernsehen/conf/locatags.json +1 -0
  65. package/src/assets/brand/hr-fernsehen/conf/locatags.merged.json +10 -0
  66. package/src/assets/brand/hr-inforadio/conf/locatags.json +1 -0
  67. package/src/assets/brand/hr-inforadio/conf/locatags.merged.json +10 -0
  68. package/src/assets/brand/hr-rundfunkrat/conf/locatags.json +1 -0
  69. package/src/assets/brand/hr-rundfunkrat/conf/locatags.merged.json +10 -0
  70. package/src/assets/brand/hr-sinfonieorchester/conf/locatags.json +1 -0
  71. package/src/assets/brand/hr-sinfonieorchester/conf/locatags.merged.json +10 -0
  72. package/src/assets/brand/hr-werbung/conf/locatags.json +1 -0
  73. package/src/assets/brand/hr-werbung/conf/locatags.merged.json +10 -0
  74. package/src/assets/brand/hr1/conf/locatags.json +1 -0
  75. package/src/assets/brand/hr1/conf/locatags.merged.json +10 -0
  76. package/src/assets/brand/hr2/conf/locatags.json +1 -0
  77. package/src/assets/brand/hr2/conf/locatags.merged.json +10 -0
  78. package/src/assets/brand/hr3/conf/locatags.json +1 -0
  79. package/src/assets/brand/hr3/conf/locatags.merged.json +10 -0
  80. package/src/assets/brand/hr4/conf/locatags.json +1 -0
  81. package/src/assets/brand/hr4/conf/locatags.merged.json +10 -0
  82. package/src/assets/brand/you-fm/conf/locatags.json +1 -0
  83. package/src/assets/brand/you-fm/conf/locatags.merged.json +10 -0
  84. package/src/assets/css/custom-components.css +8 -0
  85. package/src/assets/css/custom-utilities.css +36 -0
  86. package/src/assets/fixtures/event/calendar/event_calendar.inc.json +10 -0
  87. package/src/assets/fixtures/event/calendar/event_calendar_event_teaser.inc.json +89 -0
  88. package/src/assets/fixtures/event/calendar/event_calendar_event_teaser.json +4 -0
  89. package/src/assets/fixtures/event/calendar/event_calendar_footer.json +14 -0
  90. package/src/assets/fixtures/event/calendar/event_calendar_months.inc.json +1295 -0
  91. package/src/assets/fixtures/teaser/teaser_event_calendar_100_no_future_events.json +24 -0
  92. package/src/assets/fixtures/teaser/teaser_event_calendar_100_serif.json +21 -0
  93. package/src/assets/fixtures/teaser/teaser_images.inc.json +21 -0
  94. package/src/assets/fixtures/teaser/teaser_labels.inc.json +12 -0
  95. package/src/assets/fixtures/teaser/teasers.inc.json +31 -0
  96. package/src/assets/tailwind.css +43 -5
  97. package/src/stories/views/components/base/image/responsive_image.hbs +1 -0
  98. package/src/stories/views/components/base/link.hbs +3 -15
  99. package/src/stories/views/components/base/link_open.hbs +13 -0
  100. package/src/stories/views/components/button/button_pseudo_v2.hbs +12 -0
  101. package/src/stories/views/components/button/button_v2.hbs +7 -0
  102. package/src/stories/views/components/button/components/button_icon.hbs +1 -0
  103. package/src/stories/views/components/button/components/button_label.hbs +1 -0
  104. package/src/stories/views/components/button/components/button_pseudo_link.hbs +3 -0
  105. package/src/stories/views/components/event/artist.hbs +1 -0
  106. package/src/stories/views/components/event/calendar/event_calendar.hbs +3 -0
  107. package/src/stories/views/components/event/calendar/event_calendar_components.stories.mdx +161 -0
  108. package/src/stories/views/components/event/calendar/event_calendar_content.hbs +18 -0
  109. package/src/stories/views/components/event/calendar/event_calendar_event_teaser.hbs +60 -0
  110. package/src/stories/views/components/event/calendar/event_calendar_footer.hbs +8 -0
  111. package/src/stories/views/components/event/calendar/event_calendar_heading.hbs +3 -0
  112. package/src/stories/views/components/event/calendar/event_calendar_inline.hbs +3 -0
  113. package/src/stories/views/components/event/calendar/event_calendar_nav.hbs +27 -0
  114. package/src/stories/views/components/event/calendar/event_calendar_nav_item.hbs +7 -0
  115. package/src/stories/views/components/event/calendar/fixtures/event_calendar_event_teaser.json +1 -0
  116. package/src/stories/views/components/event/calendar/fixtures/event_calendar_footer.json +1 -0
  117. package/src/stories/views/components/event/concert_info.hbs +66 -0
  118. package/src/stories/views/components/event/event_details.hbs +20 -0
  119. package/src/stories/views/components/event/event_status.hbs +1 -0
  120. package/src/stories/views/components/event/event_tag.hbs +3 -0
  121. package/src/stories/views/components/event/event_tags.hbs +11 -0
  122. package/src/stories/views/components/event/event_ticket_button.hbs +30 -0
  123. package/src/stories/views/components/event/filtererDs.feature.js +298 -0
  124. package/src/stories/views/components/event/nativeScrollDs.feature.js +110 -0
  125. package/src/stories/views/components/label/label_byline.hbs +7 -0
  126. package/src/stories/views/components/label/label_group.hbs +3 -0
  127. package/src/stories/views/components/label/label_test.hbs +11 -0
  128. package/src/stories/views/components/modal/modal.feature.js +38 -0
  129. package/src/stories/views/components/modal/modal.hbs +7 -0
  130. package/src/stories/views/components/teaser/components/teaser_header.hbs +3 -0
  131. package/src/stories/views/components/teaser/components/teaser_heading.hbs +3 -1
  132. package/src/stories/views/components/teaser/components/teaser_headline.hbs +3 -0
  133. package/src/stories/views/components/teaser/components/teaser_title_classes.hbs +3 -0
  134. package/src/stories/views/components/teaser/components/teaser_title_test.hbs +3 -0
  135. package/src/stories/views/components/teaser/components/teaser_topline.hbs +1 -5
  136. package/src/stories/views/components/teaser/fixtures/teaser_event_calendar_100_no_future_events.json +1 -0
  137. package/src/stories/views/components/teaser/fixtures/teaser_event_calendar_100_serif.json +1 -0
  138. package/src/stories/views/components/teaser/teaser_event_calendar.hbs +8 -0
  139. package/src/stories/views/components/teaser/teaser_event_calendar.stories.mdx +131 -0
  140. package/tailwind.config.js +11 -4
@@ -0,0 +1,1295 @@
1
+ {
2
+ "eventDate": [
3
+ {
4
+ "date": {
5
+ "monthNameShort": "Mai",
6
+ "yearShort": "22"
7
+ },
8
+ "hasDays": true,
9
+ "days": [
10
+ {
11
+ "isStartOfWeek": false,
12
+ "hasInstants": true,
13
+ "isFirstAvailable": false,
14
+ "instants": [
15
+ {
16
+ "isDateInstant": false,
17
+ "startDate": {
18
+ "htmlDate": "2022-05-21"
19
+ }
20
+ }
21
+ ],
22
+ "date": {
23
+ "weekdayNameShort": "Fr",
24
+ "day": "21",
25
+ "htmlDate": "2022-05-21"
26
+ }
27
+ },
28
+ {
29
+ "isStartOfWeek": false,
30
+ "hasInstants": true,
31
+ "isFirstAvailable": false,
32
+ "instants": [
33
+ {
34
+ "isDateInstant": false,
35
+ "startDate": {
36
+ "htmlDate": "2022-05-22"
37
+ }
38
+ }
39
+ ],
40
+ "date": {
41
+ "weekdayNameShort": "Sa",
42
+ "day": "22",
43
+ "htmlDate": "2022-05-22"
44
+ }
45
+ },
46
+ {
47
+ "isStartOfWeek": false,
48
+ "hasInstants": true,
49
+ "isFirstAvailable": false,
50
+ "instants": [
51
+ {
52
+ "isDateInstant": false,
53
+ "startDate": {
54
+ "htmlDate": "2022-05-23"
55
+ }
56
+ }
57
+ ],
58
+ "date": {
59
+ "weekdayNameShort": "So",
60
+ "day": "23",
61
+ "htmlDate": "2022-04-23"
62
+ }
63
+ }
64
+ ]
65
+ },
66
+ {
67
+ "date": {
68
+ "monthNameShort": "Jun",
69
+ "yearShort": "22"
70
+ },
71
+ "hasDays": true,
72
+ "days": [
73
+ {
74
+ "isStartOfWeek": false,
75
+ "hasInstants": true,
76
+ "isFirstAvailable": false,
77
+ "instants": [
78
+ {
79
+ "isDateInstant": false,
80
+ "startDate": {
81
+ "htmlDate": "2022-06-21"
82
+ }
83
+ }
84
+ ],
85
+ "date": {
86
+ "weekdayNameShort": "Fr",
87
+ "day": "21",
88
+ "htmlDate": "2022-06-21"
89
+ }
90
+ },
91
+ {
92
+ "isStartOfWeek": false,
93
+ "hasInstants": true,
94
+ "isFirstAvailable": false,
95
+ "instants": [
96
+ {
97
+ "isDateInstant": false,
98
+ "startDate": {
99
+ "htmlDate": "2022-06-22"
100
+ }
101
+ }
102
+ ],
103
+ "date": {
104
+ "weekdayNameShort": "Sa",
105
+ "day": "22",
106
+ "htmlDate": "2022-06-22"
107
+ }
108
+ },
109
+ {
110
+ "isStartOfWeek": false,
111
+ "hasInstants": true,
112
+ "isFirstAvailable": false,
113
+ "instants": [
114
+ {
115
+ "isDateInstant": false,
116
+ "startDate": {
117
+ "htmlDate": "2022-06-23"
118
+ }
119
+ }
120
+ ],
121
+ "date": {
122
+ "weekdayNameShort": "So",
123
+ "day": "23",
124
+ "htmlDate": "2022-06-23"
125
+ }
126
+ }
127
+ ]
128
+ },
129
+ {
130
+ "date": {
131
+ "monthNameShort": "Jul",
132
+ "yearShort": "22"
133
+ },
134
+ "hasDays": true,
135
+ "days": [
136
+ {
137
+ "isStartOfWeek": false,
138
+ "hasInstants": true,
139
+ "isFirstAvailable": false,
140
+ "instants": [
141
+ {
142
+ "isDateInstant": false,
143
+ "startDate": {
144
+ "htmlDate": "2022-07-21"
145
+ }
146
+ }
147
+ ],
148
+ "date": {
149
+ "weekdayNameShort": "Fr",
150
+ "day": "21",
151
+ "htmlDate": "2022-07-21"
152
+ }
153
+ },
154
+ {
155
+ "isStartOfWeek": false,
156
+ "hasInstants": true,
157
+ "isFirstAvailable": false,
158
+ "instants": [
159
+ {
160
+ "isDateInstant": false,
161
+ "startDate": {
162
+ "htmlDate": "2022-07-22"
163
+ }
164
+ }
165
+ ],
166
+ "date": {
167
+ "weekdayNameShort": "Sa",
168
+ "day": "22",
169
+ "htmlDate": "2022-07-22"
170
+ }
171
+ },
172
+ {
173
+ "isStartOfWeek": false,
174
+ "hasInstants": true,
175
+ "isFirstAvailable": false,
176
+ "instants": [
177
+ {
178
+ "isDateInstant": false,
179
+ "startDate": {
180
+ "htmlDate": "2022-07-23"
181
+ }
182
+ }
183
+ ],
184
+ "date": {
185
+ "weekdayNameShort": "So",
186
+ "day": "23",
187
+ "htmlDate": "2022-07-23"
188
+ }
189
+ }
190
+ ]
191
+ },
192
+ {
193
+ "date": {
194
+ "monthNameShort": "Aug",
195
+ "yearShort": "22"
196
+ },
197
+ "hasDays": true,
198
+ "days": [
199
+ {
200
+ "isStartOfWeek": false,
201
+ "hasInstants": true,
202
+ "isFirstAvailable": false,
203
+ "instants": [
204
+ {
205
+ "isDateInstant": false,
206
+ "startDate": {
207
+ "htmlDate": "2022-08-21"
208
+ }
209
+ }
210
+ ],
211
+ "date": {
212
+ "weekdayNameShort": "Fr",
213
+ "day": "21",
214
+ "htmlDate": "2022-08-21"
215
+ }
216
+ },
217
+ {
218
+ "isStartOfWeek": false,
219
+ "hasInstants": true,
220
+ "isFirstAvailable": false,
221
+ "instants": [
222
+ {
223
+ "isDateInstant": false,
224
+ "startDate": {
225
+ "htmlDate": "2022-08-22"
226
+ }
227
+ }
228
+ ],
229
+ "date": {
230
+ "weekdayNameShort": "Sa",
231
+ "day": "22",
232
+ "htmlDate": "2022-08-22"
233
+ }
234
+ },
235
+ {
236
+ "isStartOfWeek": false,
237
+ "hasInstants": true,
238
+ "isFirstAvailable": false,
239
+ "instants": [
240
+ {
241
+ "isDateInstant": false,
242
+ "startDate": {
243
+ "htmlDate": "2022-08-23"
244
+ }
245
+ }
246
+ ],
247
+ "date": {
248
+ "weekdayNameShort": "So",
249
+ "day": "23",
250
+ "htmlDate": "2022-08-23"
251
+ }
252
+ }
253
+ ]
254
+ },
255
+ {
256
+ "date": {
257
+ "monthNameShort": "Sep",
258
+ "yearShort": "22"
259
+ },
260
+ "hasDays": true,
261
+ "days": [
262
+ {
263
+ "isStartOfWeek": false,
264
+ "hasInstants": true,
265
+ "isFirstAvailable": false,
266
+ "instants": [
267
+ {
268
+ "isDateInstant": false,
269
+ "startDate": {
270
+ "htmlDate": "2022-09-21"
271
+ }
272
+ }
273
+ ],
274
+ "date": {
275
+ "weekdayNameShort": "Di",
276
+ "day": "21",
277
+ "htmlDate": "2022-09-21"
278
+ }
279
+ },
280
+ {
281
+ "isStartOfWeek": false,
282
+ "hasInstants": true,
283
+ "isFirstAvailable": false,
284
+ "instants": [
285
+ {
286
+ "isDateInstant": false,
287
+ "startDate": {
288
+ "htmlDate": "2022-09-22"
289
+ }
290
+ }
291
+ ],
292
+ "date": {
293
+ "weekdayNameShort": "Mi",
294
+ "day": "22",
295
+ "htmlDate": "2022-09-22"
296
+ }
297
+ },
298
+ {
299
+ "date": {
300
+ "weekdayNameShort": "Do",
301
+ "day": "23",
302
+ "htmlDate": "2022-09-23"
303
+ },
304
+ "hasInstants": true,
305
+ "isFirstAvailable": false,
306
+ "instants": [
307
+ {
308
+ "isDateInstant": false,
309
+ "startDate": {
310
+ "htmlDate": "2022-09-23"
311
+ }
312
+ }
313
+ ],
314
+ "isStartOfWeek": false
315
+ }
316
+ ]
317
+ },
318
+ {
319
+ "date": {
320
+ "monthNameShort": "Jan",
321
+ "yearShort": "23"
322
+ },
323
+ "hasDays": true,
324
+ "isCurrentMonth": true,
325
+ "hasFutureEventsFromNow": true,
326
+ "contentUrl": "https://localhost:6006:/hr-bigband/konzerte/veranstaltungen-112~_month-2023-01.html",
327
+ "days": [
328
+ {
329
+ "isStartOfWeek": true,
330
+ "hasInstants": true,
331
+ "isFirstAvailable": true,
332
+ "instants": [
333
+ {
334
+ "isDateInstant": false,
335
+ "startDate": {
336
+ "htmlDate": "2023-01-09",
337
+ "day": 9,
338
+ "weekdayNameShort": "Mo",
339
+ "monthNameShort": "Jan"
340
+ },
341
+ "startTime": {
342
+ "time": "18:00"
343
+ },
344
+ "image": {
345
+ "@->jsoninclude": "teaser/teaser_images.inc.json",
346
+ "@->contentpath": "event-teaser_100",
347
+ "@->replaceToken": [
348
+ {
349
+ "@->token": "image",
350
+ "@->value": "emmanuel-tjeknavorian-108"
351
+ }
352
+ ]
353
+ },
354
+ "link": {
355
+ "url": "/event_100",
356
+ "webviewUrl": "/event_100#webview",
357
+ "isTargetBlank": false,
358
+ "hasIcon": false,
359
+ "iconName": "iconName",
360
+ "readMoreText": {
361
+ "readMoreScreenreader": "Zum Event",
362
+ "readMore": "mehr",
363
+ "readMoreLong": "read More Long"
364
+ }
365
+ },
366
+ "label": {
367
+ "@->jsoninclude": "teaser/teaser_labels.inc.json",
368
+ "@->contentpath": "event"
369
+ },
370
+ "title": "Finale: Landeswettbewerb Jugend jazzt Hessen für Big Bands",
371
+ "eventtags": {
372
+ "series": {
373
+ "title": "Hessen lacht"
374
+ },
375
+ "project": {
376
+ "title": "HR Bigband sucht den Superjazzer"
377
+ }
378
+ },
379
+ "venue": {
380
+ "addressCity": "Frankfurt",
381
+ "title": "Festhalle"
382
+ },
383
+ "isSoldOut": false,
384
+ "isEventFinished": false,
385
+ "hasStatus": true,
386
+ "statusDescriptionForLabelShort": "event_status_cancelled",
387
+ "ticketLink": {
388
+ "link": {
389
+ "url": "https://hr.de",
390
+ "isTargetBlank": true,
391
+ "webviewUrl": "",
392
+ "readMoreText": ""
393
+ }
394
+ },
395
+ "concertInfo": {
396
+ "artists": {
397
+ "artistsAndGroups": [
398
+ {
399
+ "artist": {
400
+ "name": "Peter Maffay",
401
+ "groupName": "hr bigband",
402
+ "role": "Sänger"
403
+ },
404
+ "artistGroup": "hr bigband"
405
+ }
406
+ ],
407
+ "isEmpty": false,
408
+ "description": "Tolle Künstler"
409
+ },
410
+ "compositions": {
411
+ "isEmpty": false,
412
+ "description": "Komposition-Description",
413
+ "compositions": [
414
+ {
415
+ "composerAndComposition": true,
416
+ "composer": "Udo Lindenberg",
417
+ "name": "Horizont"
418
+ }
419
+ ]
420
+ },
421
+ "concertInfoHead": {
422
+ "title": "Das Fest",
423
+ "description": "Ein tolles Festival erwartet Sie",
424
+ "isEmpty": false
425
+ },
426
+ "isEmpty": false
427
+ }
428
+ },
429
+ {
430
+ "isDateInstant": false,
431
+ "startDate": {
432
+ "htmlDate": "2023-01-09",
433
+ "day": 9,
434
+ "weekdayNameShort": "Fr",
435
+ "monthNameShort": "Jan"
436
+ },
437
+ "startTime": {
438
+ "time": "18:00"
439
+ },
440
+ "image": {
441
+ "@->jsoninclude": "teaser/teaser_images.inc.json",
442
+ "@->contentpath": "event-teaser_100",
443
+ "@->replaceToken": [
444
+ {
445
+ "@->token": "image",
446
+ "@->value": "emmanuel-tjeknavorian-108"
447
+ }
448
+ ]
449
+ },
450
+ "label": {
451
+ "@->jsoninclude": "teaser/teaser_labels.inc.json",
452
+ "@->contentpath": "event"
453
+ },
454
+ "title": "Finale: Landeswettbewerb Jugend jazzt Hessen für Big Bands",
455
+ "eventtags": {
456
+ "series": {
457
+ "title": "Hessen lacht"
458
+ },
459
+ "project": {
460
+ "title": "HR Bigband sucht den Superjazzer"
461
+ }
462
+ },
463
+ "link": {
464
+ "url": "/event_100",
465
+ "webviewUrl": "/event_100#webview",
466
+ "isTargetBlank": false,
467
+ "hasIcon": false,
468
+ "iconName": "iconName",
469
+ "readMoreText": {
470
+ "readMoreScreenreader": "Zum Event",
471
+ "readMore": "mehr",
472
+ "readMoreLong": "read More Long"
473
+ }
474
+ },
475
+ "venue": {
476
+ "addressCity": "Frankfurt",
477
+ "title": "Festhalle"
478
+ },
479
+ "concertInfo": {
480
+ "artists": {
481
+ "artistsAndGroups": [
482
+ {
483
+ "artist": {
484
+ "name": "Peter Maffay",
485
+ "groupName": "hr bigband",
486
+ "role": "Sänger"
487
+ },
488
+ "artistGroup": "hr bigband"
489
+ }
490
+ ],
491
+ "isEmpty": false,
492
+ "description": "Tolle Künstler"
493
+ },
494
+ "compositions": {
495
+ "isEmpty": false,
496
+ "description": "Komposition-Description",
497
+ "compositions": [
498
+ {
499
+ "composerAndComposition": true,
500
+ "composer": "Udo Lindenberg",
501
+ "name": "Horizont"
502
+ }
503
+ ]
504
+ },
505
+ "concertInfoHead": {
506
+ "title": "Das Fest",
507
+ "description": "Ein tolles Festival erwartet Sie",
508
+ "isEmpty": false
509
+ },
510
+ "isEmpty": false
511
+ }
512
+ }
513
+ ],
514
+ "date": {
515
+ "weekdayNameShort": "Fr",
516
+ "day": "9",
517
+ "htmlDate": "2023-01-09"
518
+ }
519
+ },
520
+ {
521
+ "isStartOfWeek": false,
522
+ "hasInstants": true,
523
+ "isFirstAvailable": false,
524
+ "instants": [
525
+ {
526
+ "isDateInstant": false,
527
+ "startDate": {
528
+ "htmlDate": "2023-01-10",
529
+ "day": 10,
530
+ "weekdayNameShort": "Sa",
531
+ "monthNameShort": "Jan"
532
+ },
533
+ "image": {
534
+ "@->jsoninclude": "teaser/teaser_images.inc.json",
535
+ "@->contentpath": "event-teaser_100",
536
+ "@->replaceToken": [
537
+ {
538
+ "@->token": "image",
539
+ "@->value": "pedro-martins-102"
540
+ }
541
+ ]
542
+ },
543
+ "label": {
544
+ "@->jsoninclude": "teaser/teaser_labels.inc.json",
545
+ "@->contentpath": "event"
546
+ }
547
+ }
548
+ ],
549
+ "date": {
550
+ "weekdayNameShort": "Sa",
551
+ "day": "10",
552
+ "htmlDate": "2023-01-10"
553
+ }
554
+ },
555
+ {
556
+ "isStartOfWeek": false,
557
+ "hasInstants": true,
558
+ "isFirstAvailable": false,
559
+ "instants": [
560
+ {
561
+ "isDateInstant": false,
562
+ "startDate": {
563
+ "htmlDate": "2023-01-11"
564
+ }
565
+ }
566
+ ],
567
+ "date": {
568
+ "weekdayNameShort": "So",
569
+ "day": "11",
570
+ "htmlDate": "2023-01-11"
571
+ }
572
+ },
573
+ {
574
+ "isStartOfWeek": true,
575
+ "hasInstants": true,
576
+ "isFirstAvailable": false,
577
+ "instants": [
578
+ {
579
+ "isDateInstant": false,
580
+ "startDate": {
581
+ "htmlDate": "2023-01-12"
582
+ }
583
+ }
584
+ ],
585
+ "date": {
586
+ "weekdayNameShort": "Mo",
587
+ "day": "12",
588
+ "htmlDate": "2023-01-12"
589
+ }
590
+ },
591
+ {
592
+ "isStartOfWeek": false,
593
+ "hasInstants": true,
594
+ "isFirstAvailable": false,
595
+ "instants": [
596
+ {
597
+ "isDateInstant": false,
598
+ "startDate": {
599
+ "htmlDate": "2023-01-13"
600
+ }
601
+ }
602
+ ],
603
+ "date": {
604
+ "weekdayNameShort": "Di",
605
+ "day": "13",
606
+ "htmlDate": "2023-01-13"
607
+ }
608
+ }
609
+ ]
610
+ },
611
+ {
612
+ "date": {
613
+ "monthNameShort": "Feb",
614
+ "yearShort": "23"
615
+ },
616
+ "hasDays": true,
617
+ "contentUrl": "https://localhost:6006:/hr-bigband/konzerte/veranstaltungen-112~_month-2023-01.html",
618
+ "days": [
619
+ {
620
+ "isStartOfWeek": false,
621
+ "hasInstants": true,
622
+ "isFirstAvailable": false,
623
+ "instants": [
624
+ {
625
+ "isDateInstant": false,
626
+ "startDate": {
627
+ "htmlDate": "2023-02-09",
628
+ "day": 9,
629
+ "weekdayNameShort": "Fr",
630
+ "monthNameShort": "Jan"
631
+ },
632
+ "startTime": {
633
+ "time": "18:00"
634
+ },
635
+ "image": {
636
+ "@->jsoninclude": "teaser/teaser_images.inc.json",
637
+ "@->contentpath": "event-teaser_100",
638
+ "@->replaceToken": [
639
+ {
640
+ "@->token": "image",
641
+ "@->value": "emmanuel-tjeknavorian-108"
642
+ }
643
+ ]
644
+ },
645
+ "label": {
646
+ "@->jsoninclude": "teaser/teaser_labels.inc.json",
647
+ "@->contentpath": "event"
648
+ },
649
+ "title": "Finale: Landeswettbewerb Jugend jazzt Hessen für Big Bands",
650
+ "eventtags": {
651
+ "series": {
652
+ "title": "Hessen lacht"
653
+ },
654
+ "project": {
655
+ "title": "HR Bigband sucht den Superjazzer"
656
+ }
657
+ },
658
+ "venue": {
659
+ "addressCity": "Frankfurt",
660
+ "title": "Festhalle"
661
+ },
662
+ "concertInfo": {
663
+ "artists": {
664
+ "artistsAndGroups": [
665
+ {
666
+ "artist": {
667
+ "name": "Peter Maffay",
668
+ "groupName": "hr bigband",
669
+ "role": "Sänger"
670
+ },
671
+ "artistGroup": "hr bigband"
672
+ }
673
+ ],
674
+ "isEmpty": false,
675
+ "description": "Tolle Künstler"
676
+ },
677
+ "compositions": {
678
+ "isEmpty": false,
679
+ "description": "Komposition-Description",
680
+ "compositions": [
681
+ {
682
+ "composerAndComposition": true,
683
+ "composer": "Udo Lindenberg",
684
+ "name": "Horizont"
685
+ }
686
+ ]
687
+ },
688
+ "concertInfoHead": {
689
+ "title": "Das Fest",
690
+ "description": "Ein tolles Festival erwartet Sie",
691
+ "isEmpty": false
692
+ },
693
+ "isEmpty": false
694
+ }
695
+ }
696
+ ],
697
+ "date": {
698
+ "weekdayNameShort": "Fr",
699
+ "day": "9",
700
+ "htmlDate": "2023-02-09"
701
+ }
702
+ },
703
+ {
704
+ "isStartOfWeek": false,
705
+ "hasInstants": true,
706
+ "isFirstAvailable": false,
707
+ "instants": [
708
+ {
709
+ "isDateInstant": false,
710
+ "startDate": {
711
+ "htmlDate": "2023-02-10",
712
+ "day": 10,
713
+ "weekdayNameShort": "Sa",
714
+ "monthNameShort": "Jan"
715
+ },
716
+ "image": {
717
+ "@->jsoninclude": "teaser/teaser_images.inc.json",
718
+ "@->contentpath": "event-teaser_100",
719
+ "@->replaceToken": [
720
+ {
721
+ "@->token": "image",
722
+ "@->value": "pedro-martins-102"
723
+ }
724
+ ]
725
+ },
726
+ "label": {
727
+ "@->jsoninclude": "teaser/teaser_labels.inc.json",
728
+ "@->contentpath": "event"
729
+ }
730
+ }
731
+ ],
732
+ "date": {
733
+ "weekdayNameShort": "Sa",
734
+ "day": "10",
735
+ "htmlDate": "2023-02-10"
736
+ }
737
+ },
738
+ {
739
+ "isStartOfWeek": false,
740
+ "hasInstants": true,
741
+ "isFirstAvailable": false,
742
+ "instants": [
743
+ {
744
+ "isDateInstant": false,
745
+ "startDate": {
746
+ "htmlDate": "2023-02-11"
747
+ }
748
+ }
749
+ ],
750
+ "date": {
751
+ "weekdayNameShort": "So",
752
+ "day": "11",
753
+ "htmlDate": "2023-02-11"
754
+ }
755
+ },
756
+ {
757
+ "isStartOfWeek": true,
758
+ "hasInstants": true,
759
+ "isFirstAvailable": false,
760
+ "instants": [
761
+ {
762
+ "isDateInstant": false,
763
+ "startDate": {
764
+ "htmlDate": "2023-02-12"
765
+ }
766
+ }
767
+ ],
768
+ "date": {
769
+ "weekdayNameShort": "Mo",
770
+ "day": "12",
771
+ "htmlDate": "2023-02-12"
772
+ }
773
+ },
774
+ {
775
+ "isStartOfWeek": false,
776
+ "hasInstants": true,
777
+ "isFirstAvailable": false,
778
+ "instants": [
779
+ {
780
+ "isDateInstant": false,
781
+ "startDate": {
782
+ "htmlDate": "2023-02-13"
783
+ }
784
+ }
785
+ ],
786
+ "date": {
787
+ "weekdayNameShort": "Di",
788
+ "day": "13",
789
+ "htmlDate": "2023-02-13"
790
+ }
791
+ }
792
+ ]
793
+ },
794
+ {
795
+ "date": {
796
+ "monthNameShort": "Mär",
797
+ "yearShort": "23"
798
+ },
799
+ "hasDays": true,
800
+ "contentUrl": "https://localhost:6006:/hr-bigband/konzerte/veranstaltungen-112~_month-2023-01.html",
801
+ "days": [
802
+ {
803
+ "isStartOfWeek": false,
804
+ "hasInstants": true,
805
+ "isFirstAvailable": false,
806
+ "instants": [
807
+ {
808
+ "isDateInstant": false,
809
+ "startDate": {
810
+ "htmlDate": "2023-03-09",
811
+ "day": 9,
812
+ "weekdayNameShort": "Fr",
813
+ "monthNameShort": "Jan"
814
+ },
815
+ "startTime": {
816
+ "time": "18:00"
817
+ },
818
+ "image": {
819
+ "@->jsoninclude": "teaser/teaser_images.inc.json",
820
+ "@->contentpath": "event-teaser_100",
821
+ "@->replaceToken": [
822
+ {
823
+ "@->token": "image",
824
+ "@->value": "emmanuel-tjeknavorian-108"
825
+ }
826
+ ]
827
+ },
828
+ "label": {
829
+ "@->jsoninclude": "teaser/teaser_labels.inc.json",
830
+ "@->contentpath": "event"
831
+ },
832
+ "title": "Finale: Landeswettbewerb Jugend jazzt Hessen für Big Bands",
833
+ "eventtags": {
834
+ "series": {
835
+ "title": "Hessen lacht"
836
+ },
837
+ "project": {
838
+ "title": "HR Bigband sucht den Superjazzer"
839
+ }
840
+ },
841
+ "venue": {
842
+ "addressCity": "Frankfurt",
843
+ "title": "Festhalle"
844
+ },
845
+ "concertInfo": {
846
+ "artists": {
847
+ "artistsAndGroups": [
848
+ {
849
+ "artist": {
850
+ "name": "Peter Maffay",
851
+ "groupName": "hr bigband",
852
+ "role": "Sänger"
853
+ },
854
+ "artistGroup": "hr bigband"
855
+ }
856
+ ],
857
+ "isEmpty": false,
858
+ "description": "Tolle Künstler"
859
+ },
860
+ "compositions": {
861
+ "isEmpty": false,
862
+ "description": "Komposition-Description",
863
+ "compositions": [
864
+ {
865
+ "composerAndComposition": true,
866
+ "composer": "Udo Lindenberg",
867
+ "name": "Horizont"
868
+ }
869
+ ]
870
+ },
871
+ "concertInfoHead": {
872
+ "title": "Das Fest",
873
+ "description": "Ein tolles Festival erwartet Sie",
874
+ "isEmpty": false
875
+ },
876
+ "isEmpty": false
877
+ }
878
+ }
879
+ ],
880
+ "date": {
881
+ "weekdayNameShort": "Fr",
882
+ "day": "9",
883
+ "htmlDate": "2023-03-09"
884
+ }
885
+ },
886
+ {
887
+ "isStartOfWeek": false,
888
+ "hasInstants": true,
889
+ "isFirstAvailable": false,
890
+ "instants": [
891
+ {
892
+ "isDateInstant": false,
893
+ "startDate": {
894
+ "htmlDate": "2023-03-10",
895
+ "day": 10,
896
+ "weekdayNameShort": "Sa",
897
+ "monthNameShort": "Jan"
898
+ },
899
+ "image": {
900
+ "@->jsoninclude": "teaser/teaser_images.inc.json",
901
+ "@->contentpath": "event-teaser_100",
902
+ "@->replaceToken": [
903
+ {
904
+ "@->token": "image",
905
+ "@->value": "pedro-martins-102"
906
+ }
907
+ ]
908
+ },
909
+ "label": {
910
+ "@->jsoninclude": "teaser/teaser_labels.inc.json",
911
+ "@->contentpath": "event"
912
+ }
913
+ }
914
+ ],
915
+ "date": {
916
+ "weekdayNameShort": "Sa",
917
+ "day": "10",
918
+ "htmlDate": "2023-03-10"
919
+ }
920
+ },
921
+ {
922
+ "isStartOfWeek": false,
923
+ "hasInstants": true,
924
+ "isFirstAvailable": false,
925
+ "instants": [
926
+ {
927
+ "isDateInstant": false,
928
+ "startDate": {
929
+ "htmlDate": "2023-03-11"
930
+ }
931
+ }
932
+ ],
933
+ "date": {
934
+ "weekdayNameShort": "So",
935
+ "day": "11",
936
+ "htmlDate": "2023-03-11"
937
+ }
938
+ },
939
+ {
940
+ "isStartOfWeek": true,
941
+ "hasInstants": true,
942
+ "isFirstAvailable": false,
943
+ "instants": [
944
+ {
945
+ "isDateInstant": false,
946
+ "startDate": {
947
+ "htmlDate": "2023-03-12"
948
+ }
949
+ }
950
+ ],
951
+ "date": {
952
+ "weekdayNameShort": "Mo",
953
+ "day": "12",
954
+ "htmlDate": "2023-03-12"
955
+ }
956
+ },
957
+ {
958
+ "isStartOfWeek": false,
959
+ "hasInstants": true,
960
+ "isFirstAvailable": false,
961
+ "instants": [
962
+ {
963
+ "isDateInstant": false,
964
+ "startDate": {
965
+ "htmlDate": "2023-03-13"
966
+ }
967
+ }
968
+ ],
969
+ "date": {
970
+ "weekdayNameShort": "Di",
971
+ "day": "13",
972
+ "htmlDate": "2023-03-13"
973
+ }
974
+ }
975
+ ]
976
+ }
977
+ ],
978
+ "onlyMonthsInPast": [
979
+ {
980
+ "date": {
981
+ "monthNameShort": "Mai",
982
+ "yearShort": "22"
983
+ },
984
+ "hasDays": true,
985
+ "days": [
986
+ {
987
+ "isStartOfWeek": false,
988
+ "hasInstants": true,
989
+ "isFirstAvailable": false,
990
+ "instants": [
991
+ {
992
+ "isDateInstant": false,
993
+ "startDate": {
994
+ "htmlDate": "2021-05-21"
995
+ }
996
+ }
997
+ ],
998
+ "date": {
999
+ "weekdayNameShort": "Fr",
1000
+ "day": "21",
1001
+ "htmlDate": "2021-05-21"
1002
+ }
1003
+ },
1004
+ {
1005
+ "isStartOfWeek": false,
1006
+ "hasInstants": true,
1007
+ "isFirstAvailable": false,
1008
+ "instants": [
1009
+ {
1010
+ "isDateInstant": false,
1011
+ "startDate": {
1012
+ "htmlDate": "2021-05-22"
1013
+ }
1014
+ }
1015
+ ],
1016
+ "date": {
1017
+ "weekdayNameShort": "Sa",
1018
+ "day": "22",
1019
+ "htmlDate": "2021-05-22"
1020
+ }
1021
+ },
1022
+ {
1023
+ "isStartOfWeek": false,
1024
+ "hasInstants": true,
1025
+ "isFirstAvailable": false,
1026
+ "instants": [
1027
+ {
1028
+ "isDateInstant": false,
1029
+ "startDate": {
1030
+ "htmlDate": "2021-05-23"
1031
+ }
1032
+ }
1033
+ ],
1034
+ "date": {
1035
+ "weekdayNameShort": "So",
1036
+ "day": "23",
1037
+ "htmlDate": "2021-04-23"
1038
+ }
1039
+ }
1040
+ ]
1041
+ },
1042
+ {
1043
+ "date": {
1044
+ "monthNameShort": "Jun",
1045
+ "yearShort": "22"
1046
+ },
1047
+ "hasDays": true,
1048
+ "days": [
1049
+ {
1050
+ "isStartOfWeek": false,
1051
+ "hasInstants": true,
1052
+ "isFirstAvailable": false,
1053
+ "instants": [
1054
+ {
1055
+ "isDateInstant": false,
1056
+ "startDate": {
1057
+ "htmlDate": "2021-06-21"
1058
+ }
1059
+ }
1060
+ ],
1061
+ "date": {
1062
+ "weekdayNameShort": "Fr",
1063
+ "day": "21",
1064
+ "htmlDate": "2021-06-21"
1065
+ }
1066
+ },
1067
+ {
1068
+ "isStartOfWeek": false,
1069
+ "hasInstants": true,
1070
+ "isFirstAvailable": false,
1071
+ "instants": [
1072
+ {
1073
+ "isDateInstant": false,
1074
+ "startDate": {
1075
+ "htmlDate": "2021-06-22"
1076
+ }
1077
+ }
1078
+ ],
1079
+ "date": {
1080
+ "weekdayNameShort": "Sa",
1081
+ "day": "22",
1082
+ "htmlDate": "2021-06-22"
1083
+ }
1084
+ },
1085
+ {
1086
+ "isStartOfWeek": false,
1087
+ "hasInstants": true,
1088
+ "isFirstAvailable": false,
1089
+ "instants": [
1090
+ {
1091
+ "isDateInstant": false,
1092
+ "startDate": {
1093
+ "htmlDate": "2021-06-23"
1094
+ }
1095
+ }
1096
+ ],
1097
+ "date": {
1098
+ "weekdayNameShort": "So",
1099
+ "day": "23",
1100
+ "htmlDate": "2021-06-23"
1101
+ }
1102
+ }
1103
+ ]
1104
+ },
1105
+ {
1106
+ "date": {
1107
+ "monthNameShort": "Jul",
1108
+ "yearShort": "22"
1109
+ },
1110
+ "hasDays": true,
1111
+ "days": [
1112
+ {
1113
+ "isStartOfWeek": false,
1114
+ "hasInstants": true,
1115
+ "isFirstAvailable": false,
1116
+ "instants": [
1117
+ {
1118
+ "isDateInstant": false,
1119
+ "startDate": {
1120
+ "htmlDate": "2021-07-21"
1121
+ }
1122
+ }
1123
+ ],
1124
+ "date": {
1125
+ "weekdayNameShort": "Fr",
1126
+ "day": "21",
1127
+ "htmlDate": "2021-07-21"
1128
+ }
1129
+ },
1130
+ {
1131
+ "isStartOfWeek": false,
1132
+ "hasInstants": true,
1133
+ "isFirstAvailable": false,
1134
+ "instants": [
1135
+ {
1136
+ "isDateInstant": false,
1137
+ "startDate": {
1138
+ "htmlDate": "2021-07-22"
1139
+ }
1140
+ }
1141
+ ],
1142
+ "date": {
1143
+ "weekdayNameShort": "Sa",
1144
+ "day": "22",
1145
+ "htmlDate": "2021-07-22"
1146
+ }
1147
+ },
1148
+ {
1149
+ "isStartOfWeek": false,
1150
+ "hasInstants": true,
1151
+ "isFirstAvailable": false,
1152
+ "instants": [
1153
+ {
1154
+ "isDateInstant": false,
1155
+ "startDate": {
1156
+ "htmlDate": "2021-07-23"
1157
+ }
1158
+ }
1159
+ ],
1160
+ "date": {
1161
+ "weekdayNameShort": "So",
1162
+ "day": "23",
1163
+ "htmlDate": "2021-07-23"
1164
+ }
1165
+ }
1166
+ ]
1167
+ },
1168
+ {
1169
+ "date": {
1170
+ "monthNameShort": "Aug",
1171
+ "yearShort": "22"
1172
+ },
1173
+ "hasDays": true,
1174
+ "days": [
1175
+ {
1176
+ "isStartOfWeek": false,
1177
+ "hasInstants": true,
1178
+ "isFirstAvailable": false,
1179
+ "instants": [
1180
+ {
1181
+ "isDateInstant": false,
1182
+ "startDate": {
1183
+ "htmlDate": "2021-08-21"
1184
+ }
1185
+ }
1186
+ ],
1187
+ "date": {
1188
+ "weekdayNameShort": "Fr",
1189
+ "day": "21",
1190
+ "htmlDate": "2021-08-21"
1191
+ }
1192
+ },
1193
+ {
1194
+ "isStartOfWeek": false,
1195
+ "hasInstants": true,
1196
+ "isFirstAvailable": false,
1197
+ "instants": [
1198
+ {
1199
+ "isDateInstant": false,
1200
+ "startDate": {
1201
+ "htmlDate": "2021-08-22"
1202
+ }
1203
+ }
1204
+ ],
1205
+ "date": {
1206
+ "weekdayNameShort": "Sa",
1207
+ "day": "22",
1208
+ "htmlDate": "2021-08-22"
1209
+ }
1210
+ },
1211
+ {
1212
+ "isStartOfWeek": false,
1213
+ "hasInstants": true,
1214
+ "isFirstAvailable": false,
1215
+ "instants": [
1216
+ {
1217
+ "isDateInstant": false,
1218
+ "startDate": {
1219
+ "htmlDate": "2021-08-23"
1220
+ }
1221
+ }
1222
+ ],
1223
+ "date": {
1224
+ "weekdayNameShort": "So",
1225
+ "day": "23",
1226
+ "htmlDate": "2021-08-23"
1227
+ }
1228
+ }
1229
+ ]
1230
+ },
1231
+ {
1232
+ "date": {
1233
+ "monthNameShort": "Dez",
1234
+ "yearShort": "22"
1235
+ },
1236
+ "hasDays": true,
1237
+ "days": [
1238
+ {
1239
+ "isStartOfWeek": false,
1240
+ "hasInstants": true,
1241
+ "isFirstAvailable": false,
1242
+ "instants": [
1243
+ {
1244
+ "isDateInstant": false,
1245
+ "startDate": {
1246
+ "htmlDate": "2021-09-21"
1247
+ }
1248
+ }
1249
+ ],
1250
+ "date": {
1251
+ "weekdayNameShort": "Di",
1252
+ "day": "21",
1253
+ "htmlDate": "2021-09-21"
1254
+ }
1255
+ },
1256
+ {
1257
+ "isStartOfWeek": false,
1258
+ "hasInstants": true,
1259
+ "isFirstAvailable": false,
1260
+ "instants": [
1261
+ {
1262
+ "isDateInstant": false,
1263
+ "startDate": {
1264
+ "htmlDate": "2021-09-22"
1265
+ }
1266
+ }
1267
+ ],
1268
+ "date": {
1269
+ "weekdayNameShort": "Mi",
1270
+ "day": "22",
1271
+ "htmlDate": "2021-09-22"
1272
+ }
1273
+ },
1274
+ {
1275
+ "isStartOfWeek": false,
1276
+ "hasInstants": true,
1277
+ "isFirstAvailable": false,
1278
+ "instants": [
1279
+ {
1280
+ "isDateInstant": false,
1281
+ "startDate": {
1282
+ "htmlDate": "2021-09-23"
1283
+ }
1284
+ }
1285
+ ],
1286
+ "date": {
1287
+ "weekdayNameShort": "Do",
1288
+ "day": "23",
1289
+ "htmlDate": "2021-09-23"
1290
+ }
1291
+ }
1292
+ ]
1293
+ }
1294
+ ]
1295
+ }