@uva-glass/component-library 3.46.0 → 3.47.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.
- package/dist/{TablePlugin-FTN9oxnI.js → TablePlugin-CfXPNfT8.js} +6 -5
- package/dist/{TablePlugin-FTN9oxnI.js.map → TablePlugin-CfXPNfT8.js.map} +1 -1
- package/dist/WeekSelector.module-BA7qqZsx.js +17 -0
- package/dist/WeekSelector.module-BA7qqZsx.js.map +1 -0
- package/dist/assets/CopyableText.css +1 -1
- package/dist/assets/ExpandableInfoPanel.css +1 -1
- package/dist/assets/WeekSelector.css +1 -0
- package/dist/components/CheckboxTree/CheckboxTree.js +4 -3
- package/dist/components/CheckboxTree/CheckboxTree.js.map +1 -1
- package/dist/components/CopyableText/CopyableText.js +13 -13
- package/dist/components/ExpandableInfoPanel/ExpandableInfoPanel.js +30 -30
- package/dist/components/FormInput/FormInput.js +4 -3
- package/dist/components/FormInput/FormInput.js.map +1 -1
- package/dist/components/InputField/InputField.stories.js +4 -3
- package/dist/components/InputField/InputField.stories.js.map +1 -1
- package/dist/components/MultiSelect/MultiSelect.js +1 -1
- package/dist/components/MultiSelect/MultiSelect.stories.js +1 -1
- package/dist/components/MultiSelect/components/MultiSelectHeader.js +3 -2
- package/dist/components/MultiSelect/components/MultiSelectHeader.js.map +1 -1
- package/dist/components/MultiSelect/index.js +1 -1
- package/dist/components/PeriodSelector/PeriodSelector.js +4 -3
- package/dist/components/PeriodSelector/PeriodSelector.js.map +1 -1
- package/dist/components/ProgrammeCard/ProgrammeCard.stories.js +4 -3
- package/dist/components/ProgrammeCard/ProgrammeCard.stories.js.map +1 -1
- package/dist/components/RadioTabSelector/RadioTabSelector.js +8 -7
- package/dist/components/RadioTabSelector/RadioTabSelector.js.map +1 -1
- package/dist/components/RteEditor/EditorHeader/EditorHeader.js +6 -5
- package/dist/components/RteEditor/EditorHeader/EditorHeader.js.map +1 -1
- package/dist/components/RteEditor/Plugins/HistoryPlugin/HistoryPlugin.js +4 -3
- package/dist/components/RteEditor/Plugins/HistoryPlugin/HistoryPlugin.js.map +1 -1
- package/dist/components/RteEditor/Plugins/LinkPlugin/AddLinkForm/AddLinkFrom.js +3 -2
- package/dist/components/RteEditor/Plugins/LinkPlugin/AddLinkForm/AddLinkFrom.js.map +1 -1
- package/dist/components/RteEditor/Plugins/LinkPlugin/LinkPlugin.js +4 -3
- package/dist/components/RteEditor/Plugins/LinkPlugin/LinkPlugin.js.map +1 -1
- package/dist/components/RteEditor/Plugins/TablePlugin/AddTableFrom.js +3 -2
- package/dist/components/RteEditor/Plugins/TablePlugin/AddTableFrom.js.map +1 -1
- package/dist/components/RteEditor/Plugins/TablePlugin/TablePlugin.js +3 -2
- package/dist/components/RteEditor/Plugins/TablePlugin/TablePlugin.js.map +1 -1
- package/dist/components/RteEditor/Plugins/TablePlugin/index.js +1 -1
- package/dist/components/RteEditor/Plugins/ToolbarPlugin/ToolbarPlugin.js +1 -1
- package/dist/components/RteEditor/Plugins/index.js +1 -1
- package/dist/components/RteEditor/RteEditor.js +4 -3
- package/dist/components/RteEditor/RteEditor.js.map +1 -1
- package/dist/components/WeekSelector/WeekSelector.d.ts +26 -0
- package/dist/components/WeekSelector/WeekSelector.js +62 -0
- package/dist/components/WeekSelector/WeekSelector.js.map +1 -0
- package/dist/components/WeekSelector/WeekSelector.stories.d.ts +5 -0
- package/dist/components/WeekSelector/WeekSelector.stories.js +68 -0
- package/dist/components/WeekSelector/WeekSelector.stories.js.map +1 -0
- package/dist/components/WeekSelector/components/WeekSelectorButton.d.ts +5 -0
- package/dist/components/WeekSelector/components/WeekSelectorButton.js +22 -0
- package/dist/components/WeekSelector/components/WeekSelectorButton.js.map +1 -0
- package/dist/components/WeekSelector/components/WeekSelectorOption.d.ts +11 -0
- package/dist/components/WeekSelector/components/WeekSelectorOption.js +31 -0
- package/dist/components/WeekSelector/components/WeekSelectorOption.js.map +1 -0
- package/dist/components/WeekSelector/components/WeekSelectorOptionContainer.d.ts +8 -0
- package/dist/components/WeekSelector/components/WeekSelectorOptionContainer.js +28 -0
- package/dist/components/WeekSelector/components/WeekSelectorOptionContainer.js.map +1 -0
- package/dist/components/WeekSelector/index.d.ts +1 -0
- package/dist/components/WeekSelector/index.js +5 -0
- package/dist/components/WeekSelector/index.js.map +1 -0
- package/dist/components/WeekSelector/mockdata.d.ts +2 -0
- package/dist/components/WeekSelector/mockdata.js +470 -0
- package/dist/components/WeekSelector/mockdata.js.map +1 -0
- package/dist/components/index.d.ts +1 -0
- package/dist/components/index.js +31 -29
- package/dist/components/index.js.map +1 -1
- package/dist/index.js +31 -29
- package/dist/index.js.map +1 -1
- package/package.json +11 -11
|
@@ -0,0 +1,470 @@
|
|
|
1
|
+
const e = {
|
|
2
|
+
1: [
|
|
3
|
+
{
|
|
4
|
+
academicWeekNumber: 1,
|
|
5
|
+
calendarWeekNumber: 36,
|
|
6
|
+
isBlocked: !1,
|
|
7
|
+
period: 1,
|
|
8
|
+
startDate: "2026-08-31T00:00:00.000Z",
|
|
9
|
+
endDate: "2026-09-04T23:59:59.000Z",
|
|
10
|
+
weekNumber: 1
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
academicWeekNumber: 2,
|
|
14
|
+
calendarWeekNumber: 37,
|
|
15
|
+
isBlocked: !1,
|
|
16
|
+
period: 1,
|
|
17
|
+
startDate: "2026-09-07T00:00:00.000Z",
|
|
18
|
+
endDate: "2026-09-11T23:59:59.000Z",
|
|
19
|
+
weekNumber: 2
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
academicWeekNumber: 3,
|
|
23
|
+
calendarWeekNumber: 38,
|
|
24
|
+
isBlocked: !1,
|
|
25
|
+
period: 1,
|
|
26
|
+
startDate: "2026-09-14T00:00:00.000Z",
|
|
27
|
+
endDate: "2026-09-18T23:59:59.000Z",
|
|
28
|
+
weekNumber: 3
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
academicWeekNumber: 4,
|
|
32
|
+
calendarWeekNumber: 39,
|
|
33
|
+
isBlocked: !1,
|
|
34
|
+
period: 1,
|
|
35
|
+
startDate: "2026-09-21T00:00:00.000Z",
|
|
36
|
+
endDate: "2026-09-25T23:59:59.000Z",
|
|
37
|
+
weekNumber: 4
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
academicWeekNumber: 5,
|
|
41
|
+
calendarWeekNumber: 40,
|
|
42
|
+
isBlocked: !1,
|
|
43
|
+
period: 1,
|
|
44
|
+
startDate: "2026-09-28T00:00:00.000Z",
|
|
45
|
+
endDate: "2026-10-02T23:59:59.000Z",
|
|
46
|
+
weekNumber: 5
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
academicWeekNumber: 6,
|
|
50
|
+
calendarWeekNumber: 41,
|
|
51
|
+
isBlocked: !1,
|
|
52
|
+
period: 1,
|
|
53
|
+
startDate: "2026-10-05T00:00:00.000Z",
|
|
54
|
+
endDate: "2026-10-09T23:59:59.000Z",
|
|
55
|
+
weekNumber: 6
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
academicWeekNumber: 7,
|
|
59
|
+
calendarWeekNumber: 42,
|
|
60
|
+
isBlocked: !1,
|
|
61
|
+
period: 1,
|
|
62
|
+
startDate: "2026-10-12T00:00:00.000Z",
|
|
63
|
+
endDate: "2026-10-16T23:59:59.000Z",
|
|
64
|
+
weekNumber: 7
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
academicWeekNumber: 8,
|
|
68
|
+
calendarWeekNumber: 43,
|
|
69
|
+
isBlocked: !1,
|
|
70
|
+
period: 1,
|
|
71
|
+
startDate: "2026-10-19T00:00:00.000Z",
|
|
72
|
+
endDate: "2026-10-23T23:59:59.000Z",
|
|
73
|
+
weekNumber: 8
|
|
74
|
+
}
|
|
75
|
+
],
|
|
76
|
+
2: [
|
|
77
|
+
{
|
|
78
|
+
academicWeekNumber: 9,
|
|
79
|
+
calendarWeekNumber: 44,
|
|
80
|
+
isBlocked: !1,
|
|
81
|
+
period: 2,
|
|
82
|
+
startDate: "2026-10-26T00:00:00.000Z",
|
|
83
|
+
endDate: "2026-10-30T23:59:59.000Z",
|
|
84
|
+
weekNumber: 1
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
academicWeekNumber: 10,
|
|
88
|
+
calendarWeekNumber: 45,
|
|
89
|
+
isBlocked: !1,
|
|
90
|
+
period: 2,
|
|
91
|
+
startDate: "2026-11-02T00:00:00.000Z",
|
|
92
|
+
endDate: "2026-11-06T23:59:59.000Z",
|
|
93
|
+
weekNumber: 2
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
academicWeekNumber: 11,
|
|
97
|
+
calendarWeekNumber: 46,
|
|
98
|
+
isBlocked: !1,
|
|
99
|
+
period: 2,
|
|
100
|
+
startDate: "2026-11-09T00:00:00.000Z",
|
|
101
|
+
endDate: "2026-11-13T23:59:59.000Z",
|
|
102
|
+
weekNumber: 3
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
academicWeekNumber: 12,
|
|
106
|
+
calendarWeekNumber: 47,
|
|
107
|
+
isBlocked: !1,
|
|
108
|
+
period: 2,
|
|
109
|
+
startDate: "2026-11-16T00:00:00.000Z",
|
|
110
|
+
endDate: "2026-11-20T23:59:59.000Z",
|
|
111
|
+
weekNumber: 4
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
academicWeekNumber: 13,
|
|
115
|
+
calendarWeekNumber: 48,
|
|
116
|
+
isBlocked: !1,
|
|
117
|
+
period: 2,
|
|
118
|
+
startDate: "2026-11-23T00:00:00.000Z",
|
|
119
|
+
endDate: "2026-11-27T23:59:59.000Z",
|
|
120
|
+
weekNumber: 5
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
academicWeekNumber: 14,
|
|
124
|
+
calendarWeekNumber: 49,
|
|
125
|
+
isBlocked: !1,
|
|
126
|
+
period: 2,
|
|
127
|
+
startDate: "2026-11-30T00:00:00.000Z",
|
|
128
|
+
endDate: "2026-12-04T23:59:59.000Z",
|
|
129
|
+
weekNumber: 6
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
academicWeekNumber: 15,
|
|
133
|
+
calendarWeekNumber: 50,
|
|
134
|
+
isBlocked: !1,
|
|
135
|
+
period: 2,
|
|
136
|
+
startDate: "2026-12-07T00:00:00.000Z",
|
|
137
|
+
endDate: "2026-12-11T23:59:59.000Z",
|
|
138
|
+
weekNumber: 7
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
academicWeekNumber: 16,
|
|
142
|
+
calendarWeekNumber: 51,
|
|
143
|
+
isBlocked: !1,
|
|
144
|
+
period: 2,
|
|
145
|
+
startDate: "2026-12-14T00:00:00.000Z",
|
|
146
|
+
endDate: "2026-12-18T23:59:59.000Z",
|
|
147
|
+
weekNumber: 8
|
|
148
|
+
}
|
|
149
|
+
],
|
|
150
|
+
3: [
|
|
151
|
+
{
|
|
152
|
+
academicWeekNumber: 19,
|
|
153
|
+
calendarWeekNumber: 1,
|
|
154
|
+
isBlocked: !1,
|
|
155
|
+
period: 3,
|
|
156
|
+
startDate: "2027-01-04T00:00:00.000Z",
|
|
157
|
+
endDate: "2027-01-08T23:59:59.000Z",
|
|
158
|
+
weekNumber: 1
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
academicWeekNumber: 20,
|
|
162
|
+
calendarWeekNumber: 2,
|
|
163
|
+
isBlocked: !1,
|
|
164
|
+
period: 3,
|
|
165
|
+
startDate: "2027-01-11T00:00:00.000Z",
|
|
166
|
+
endDate: "2027-01-15T23:59:59.000Z",
|
|
167
|
+
weekNumber: 2
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
academicWeekNumber: 21,
|
|
171
|
+
calendarWeekNumber: 3,
|
|
172
|
+
isBlocked: !1,
|
|
173
|
+
period: 3,
|
|
174
|
+
startDate: "2027-01-18T00:00:00.000Z",
|
|
175
|
+
endDate: "2027-01-22T23:59:59.000Z",
|
|
176
|
+
weekNumber: 3
|
|
177
|
+
},
|
|
178
|
+
{
|
|
179
|
+
academicWeekNumber: 22,
|
|
180
|
+
calendarWeekNumber: 4,
|
|
181
|
+
isBlocked: !1,
|
|
182
|
+
period: 3,
|
|
183
|
+
startDate: "2027-01-25T00:00:00.000Z",
|
|
184
|
+
endDate: "2027-01-29T23:59:59.000Z",
|
|
185
|
+
weekNumber: 4
|
|
186
|
+
}
|
|
187
|
+
],
|
|
188
|
+
4: [
|
|
189
|
+
{
|
|
190
|
+
academicWeekNumber: 23,
|
|
191
|
+
calendarWeekNumber: 5,
|
|
192
|
+
isBlocked: !1,
|
|
193
|
+
period: 4,
|
|
194
|
+
startDate: "2027-02-01T00:00:00.000Z",
|
|
195
|
+
endDate: "2027-02-05T23:59:59.000Z",
|
|
196
|
+
weekNumber: 1
|
|
197
|
+
},
|
|
198
|
+
{
|
|
199
|
+
academicWeekNumber: 24,
|
|
200
|
+
calendarWeekNumber: 6,
|
|
201
|
+
isBlocked: !1,
|
|
202
|
+
period: 4,
|
|
203
|
+
startDate: "2027-02-08T00:00:00.000Z",
|
|
204
|
+
endDate: "2027-02-12T23:59:59.000Z",
|
|
205
|
+
weekNumber: 2
|
|
206
|
+
},
|
|
207
|
+
{
|
|
208
|
+
academicWeekNumber: 25,
|
|
209
|
+
calendarWeekNumber: 7,
|
|
210
|
+
isBlocked: !1,
|
|
211
|
+
period: 4,
|
|
212
|
+
startDate: "2027-02-15T00:00:00.000Z",
|
|
213
|
+
endDate: "2027-02-19T23:59:59.000Z",
|
|
214
|
+
weekNumber: 3
|
|
215
|
+
},
|
|
216
|
+
{
|
|
217
|
+
academicWeekNumber: 26,
|
|
218
|
+
calendarWeekNumber: 8,
|
|
219
|
+
isBlocked: !1,
|
|
220
|
+
period: 4,
|
|
221
|
+
startDate: "2027-02-22T00:00:00.000Z",
|
|
222
|
+
endDate: "2027-02-26T23:59:59.000Z",
|
|
223
|
+
weekNumber: 4
|
|
224
|
+
},
|
|
225
|
+
{
|
|
226
|
+
academicWeekNumber: 27,
|
|
227
|
+
calendarWeekNumber: 9,
|
|
228
|
+
isBlocked: !1,
|
|
229
|
+
period: 4,
|
|
230
|
+
startDate: "2027-03-01T00:00:00.000Z",
|
|
231
|
+
endDate: "2027-03-05T23:59:59.000Z",
|
|
232
|
+
weekNumber: 5
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
academicWeekNumber: 28,
|
|
236
|
+
calendarWeekNumber: 10,
|
|
237
|
+
isBlocked: !1,
|
|
238
|
+
period: 4,
|
|
239
|
+
startDate: "2027-03-08T00:00:00.000Z",
|
|
240
|
+
endDate: "2027-03-12T23:59:59.000Z",
|
|
241
|
+
weekNumber: 6
|
|
242
|
+
},
|
|
243
|
+
{
|
|
244
|
+
academicWeekNumber: 29,
|
|
245
|
+
calendarWeekNumber: 11,
|
|
246
|
+
isBlocked: !1,
|
|
247
|
+
period: 4,
|
|
248
|
+
startDate: "2027-03-15T00:00:00.000Z",
|
|
249
|
+
endDate: "2027-03-19T23:59:59.000Z",
|
|
250
|
+
weekNumber: 7
|
|
251
|
+
},
|
|
252
|
+
{
|
|
253
|
+
academicWeekNumber: 30,
|
|
254
|
+
calendarWeekNumber: 12,
|
|
255
|
+
isBlocked: !1,
|
|
256
|
+
period: 4,
|
|
257
|
+
startDate: "2027-03-22T00:00:00.000Z",
|
|
258
|
+
endDate: "2027-03-26T23:59:59.000Z",
|
|
259
|
+
weekNumber: 8
|
|
260
|
+
}
|
|
261
|
+
],
|
|
262
|
+
5: [
|
|
263
|
+
{
|
|
264
|
+
academicWeekNumber: 31,
|
|
265
|
+
calendarWeekNumber: 13,
|
|
266
|
+
isBlocked: !1,
|
|
267
|
+
period: 5,
|
|
268
|
+
startDate: "2027-03-29T00:00:00.000Z",
|
|
269
|
+
endDate: "2027-04-02T23:59:59.000Z",
|
|
270
|
+
weekNumber: 1
|
|
271
|
+
},
|
|
272
|
+
{
|
|
273
|
+
academicWeekNumber: 32,
|
|
274
|
+
calendarWeekNumber: 14,
|
|
275
|
+
isBlocked: !1,
|
|
276
|
+
period: 5,
|
|
277
|
+
startDate: "2027-04-05T00:00:00.000Z",
|
|
278
|
+
endDate: "2027-04-09T23:59:59.000Z",
|
|
279
|
+
weekNumber: 2
|
|
280
|
+
},
|
|
281
|
+
{
|
|
282
|
+
academicWeekNumber: 33,
|
|
283
|
+
calendarWeekNumber: 15,
|
|
284
|
+
isBlocked: !1,
|
|
285
|
+
period: 5,
|
|
286
|
+
startDate: "2027-04-12T00:00:00.000Z",
|
|
287
|
+
endDate: "2027-04-16T23:59:59.000Z",
|
|
288
|
+
weekNumber: 3
|
|
289
|
+
},
|
|
290
|
+
{
|
|
291
|
+
academicWeekNumber: 34,
|
|
292
|
+
calendarWeekNumber: 16,
|
|
293
|
+
isBlocked: !1,
|
|
294
|
+
period: 5,
|
|
295
|
+
startDate: "2027-04-19T00:00:00.000Z",
|
|
296
|
+
endDate: "2027-04-23T23:59:59.000Z",
|
|
297
|
+
weekNumber: 4
|
|
298
|
+
},
|
|
299
|
+
{
|
|
300
|
+
academicWeekNumber: 35,
|
|
301
|
+
calendarWeekNumber: 17,
|
|
302
|
+
isBlocked: !1,
|
|
303
|
+
period: 5,
|
|
304
|
+
startDate: "2027-04-26T00:00:00.000Z",
|
|
305
|
+
endDate: "2027-04-30T23:59:59.000Z",
|
|
306
|
+
weekNumber: 5
|
|
307
|
+
},
|
|
308
|
+
{
|
|
309
|
+
academicWeekNumber: 36,
|
|
310
|
+
calendarWeekNumber: 18,
|
|
311
|
+
isBlocked: !0,
|
|
312
|
+
period: 5,
|
|
313
|
+
startDate: "2027-05-03T00:00:00.000Z",
|
|
314
|
+
endDate: "2027-05-07T23:59:59.000Z",
|
|
315
|
+
weekNumber: 6
|
|
316
|
+
},
|
|
317
|
+
{
|
|
318
|
+
academicWeekNumber: 37,
|
|
319
|
+
calendarWeekNumber: 19,
|
|
320
|
+
isBlocked: !1,
|
|
321
|
+
period: 5,
|
|
322
|
+
startDate: "2027-05-10T00:00:00.000Z",
|
|
323
|
+
endDate: "2027-05-14T23:59:59.000Z",
|
|
324
|
+
weekNumber: 7
|
|
325
|
+
},
|
|
326
|
+
{
|
|
327
|
+
academicWeekNumber: 38,
|
|
328
|
+
calendarWeekNumber: 20,
|
|
329
|
+
isBlocked: !1,
|
|
330
|
+
period: 5,
|
|
331
|
+
startDate: "2027-05-17T00:00:00.000Z",
|
|
332
|
+
endDate: "2027-05-21T23:59:59.000Z",
|
|
333
|
+
weekNumber: 8
|
|
334
|
+
},
|
|
335
|
+
{
|
|
336
|
+
academicWeekNumber: 39,
|
|
337
|
+
calendarWeekNumber: 21,
|
|
338
|
+
isBlocked: !1,
|
|
339
|
+
period: 5,
|
|
340
|
+
startDate: "2027-05-24T00:00:00.000Z",
|
|
341
|
+
endDate: "2027-05-28T23:59:59.000Z",
|
|
342
|
+
weekNumber: 9
|
|
343
|
+
}
|
|
344
|
+
],
|
|
345
|
+
6: [
|
|
346
|
+
{
|
|
347
|
+
academicWeekNumber: 40,
|
|
348
|
+
calendarWeekNumber: 22,
|
|
349
|
+
isBlocked: !1,
|
|
350
|
+
period: 6,
|
|
351
|
+
startDate: "2027-05-31T00:00:00.000Z",
|
|
352
|
+
endDate: "2027-06-04T23:59:59.000Z",
|
|
353
|
+
weekNumber: 1
|
|
354
|
+
},
|
|
355
|
+
{
|
|
356
|
+
academicWeekNumber: 41,
|
|
357
|
+
calendarWeekNumber: 23,
|
|
358
|
+
isBlocked: !1,
|
|
359
|
+
period: 6,
|
|
360
|
+
startDate: "2027-06-07T00:00:00.000Z",
|
|
361
|
+
endDate: "2027-06-11T23:59:59.000Z",
|
|
362
|
+
weekNumber: 2
|
|
363
|
+
},
|
|
364
|
+
{
|
|
365
|
+
academicWeekNumber: 42,
|
|
366
|
+
calendarWeekNumber: 24,
|
|
367
|
+
isBlocked: !1,
|
|
368
|
+
period: 6,
|
|
369
|
+
startDate: "2027-06-14T00:00:00.000Z",
|
|
370
|
+
endDate: "2027-06-18T23:59:59.000Z",
|
|
371
|
+
weekNumber: 3
|
|
372
|
+
},
|
|
373
|
+
{
|
|
374
|
+
academicWeekNumber: 43,
|
|
375
|
+
calendarWeekNumber: 25,
|
|
376
|
+
isBlocked: !1,
|
|
377
|
+
period: 6,
|
|
378
|
+
startDate: "2027-06-21T00:00:00.000Z",
|
|
379
|
+
endDate: "2027-06-25T23:59:59.000Z",
|
|
380
|
+
weekNumber: 4
|
|
381
|
+
}
|
|
382
|
+
],
|
|
383
|
+
7: [
|
|
384
|
+
{
|
|
385
|
+
academicWeekNumber: 44,
|
|
386
|
+
calendarWeekNumber: 26,
|
|
387
|
+
isBlocked: !1,
|
|
388
|
+
period: 7,
|
|
389
|
+
startDate: "2027-06-28T00:00:00.000Z",
|
|
390
|
+
endDate: "2027-07-02T23:59:59.000Z",
|
|
391
|
+
weekNumber: 1
|
|
392
|
+
},
|
|
393
|
+
{
|
|
394
|
+
academicWeekNumber: 45,
|
|
395
|
+
calendarWeekNumber: 27,
|
|
396
|
+
isBlocked: !1,
|
|
397
|
+
period: 7,
|
|
398
|
+
startDate: "2027-07-05T00:00:00.000Z",
|
|
399
|
+
endDate: "2027-07-09T23:59:59.000Z",
|
|
400
|
+
weekNumber: 2
|
|
401
|
+
},
|
|
402
|
+
{
|
|
403
|
+
academicWeekNumber: 46,
|
|
404
|
+
calendarWeekNumber: 28,
|
|
405
|
+
isBlocked: !1,
|
|
406
|
+
period: 7,
|
|
407
|
+
startDate: "2027-07-12T00:00:00.000Z",
|
|
408
|
+
endDate: "2027-07-16T23:59:59.000Z",
|
|
409
|
+
weekNumber: 3
|
|
410
|
+
},
|
|
411
|
+
{
|
|
412
|
+
academicWeekNumber: 47,
|
|
413
|
+
calendarWeekNumber: 29,
|
|
414
|
+
isBlocked: !1,
|
|
415
|
+
period: 7,
|
|
416
|
+
startDate: "2027-07-19T00:00:00.000Z",
|
|
417
|
+
endDate: "2027-07-23T23:59:59.000Z",
|
|
418
|
+
weekNumber: 4
|
|
419
|
+
},
|
|
420
|
+
{
|
|
421
|
+
academicWeekNumber: 48,
|
|
422
|
+
calendarWeekNumber: 30,
|
|
423
|
+
isBlocked: !1,
|
|
424
|
+
period: 7,
|
|
425
|
+
startDate: "2027-07-26T00:00:00.000Z",
|
|
426
|
+
endDate: "2027-07-30T23:59:59.000Z",
|
|
427
|
+
weekNumber: 5
|
|
428
|
+
},
|
|
429
|
+
{
|
|
430
|
+
academicWeekNumber: 49,
|
|
431
|
+
calendarWeekNumber: 31,
|
|
432
|
+
isBlocked: !1,
|
|
433
|
+
period: 7,
|
|
434
|
+
startDate: "2027-08-02T00:00:00.000Z",
|
|
435
|
+
endDate: "2027-08-06T23:59:59.000Z",
|
|
436
|
+
weekNumber: 6
|
|
437
|
+
},
|
|
438
|
+
{
|
|
439
|
+
academicWeekNumber: 50,
|
|
440
|
+
calendarWeekNumber: 32,
|
|
441
|
+
isBlocked: !1,
|
|
442
|
+
period: 7,
|
|
443
|
+
startDate: "2027-08-09T00:00:00.000Z",
|
|
444
|
+
endDate: "2027-08-13T23:59:59.000Z",
|
|
445
|
+
weekNumber: 7
|
|
446
|
+
},
|
|
447
|
+
{
|
|
448
|
+
academicWeekNumber: 51,
|
|
449
|
+
calendarWeekNumber: 33,
|
|
450
|
+
isBlocked: !1,
|
|
451
|
+
period: 7,
|
|
452
|
+
startDate: "2027-08-16T00:00:00.000Z",
|
|
453
|
+
endDate: "2027-08-20T23:59:59.000Z",
|
|
454
|
+
weekNumber: 8
|
|
455
|
+
},
|
|
456
|
+
{
|
|
457
|
+
academicWeekNumber: 52,
|
|
458
|
+
calendarWeekNumber: 34,
|
|
459
|
+
isBlocked: !1,
|
|
460
|
+
period: 7,
|
|
461
|
+
startDate: "2027-08-23T00:00:00.000Z",
|
|
462
|
+
endDate: "2027-08-27T23:59:59.000Z",
|
|
463
|
+
weekNumber: 9
|
|
464
|
+
}
|
|
465
|
+
]
|
|
466
|
+
};
|
|
467
|
+
export {
|
|
468
|
+
e as mockWeeks
|
|
469
|
+
};
|
|
470
|
+
//# sourceMappingURL=mockdata.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mockdata.js","sources":["../../../src/components/WeekSelector/mockdata.ts"],"sourcesContent":["import type { WeekSelectorProps } from './WeekSelector';\r\n\r\nexport const mockWeeks: WeekSelectorProps['weeks'] = {\r\n '1': [\r\n {\r\n academicWeekNumber: 1,\r\n calendarWeekNumber: 36,\r\n isBlocked: false,\r\n period: 1,\r\n startDate: '2026-08-31T00:00:00.000Z',\r\n endDate: '2026-09-04T23:59:59.000Z',\r\n weekNumber: 1,\r\n },\r\n {\r\n academicWeekNumber: 2,\r\n calendarWeekNumber: 37,\r\n isBlocked: false,\r\n period: 1,\r\n startDate: '2026-09-07T00:00:00.000Z',\r\n endDate: '2026-09-11T23:59:59.000Z',\r\n weekNumber: 2,\r\n },\r\n {\r\n academicWeekNumber: 3,\r\n calendarWeekNumber: 38,\r\n isBlocked: false,\r\n period: 1,\r\n startDate: '2026-09-14T00:00:00.000Z',\r\n endDate: '2026-09-18T23:59:59.000Z',\r\n weekNumber: 3,\r\n },\r\n {\r\n academicWeekNumber: 4,\r\n calendarWeekNumber: 39,\r\n isBlocked: false,\r\n period: 1,\r\n startDate: '2026-09-21T00:00:00.000Z',\r\n endDate: '2026-09-25T23:59:59.000Z',\r\n weekNumber: 4,\r\n },\r\n {\r\n academicWeekNumber: 5,\r\n calendarWeekNumber: 40,\r\n isBlocked: false,\r\n period: 1,\r\n startDate: '2026-09-28T00:00:00.000Z',\r\n endDate: '2026-10-02T23:59:59.000Z',\r\n weekNumber: 5,\r\n },\r\n {\r\n academicWeekNumber: 6,\r\n calendarWeekNumber: 41,\r\n isBlocked: false,\r\n period: 1,\r\n startDate: '2026-10-05T00:00:00.000Z',\r\n endDate: '2026-10-09T23:59:59.000Z',\r\n weekNumber: 6,\r\n },\r\n {\r\n academicWeekNumber: 7,\r\n calendarWeekNumber: 42,\r\n isBlocked: false,\r\n period: 1,\r\n startDate: '2026-10-12T00:00:00.000Z',\r\n endDate: '2026-10-16T23:59:59.000Z',\r\n weekNumber: 7,\r\n },\r\n {\r\n academicWeekNumber: 8,\r\n calendarWeekNumber: 43,\r\n isBlocked: false,\r\n period: 1,\r\n startDate: '2026-10-19T00:00:00.000Z',\r\n endDate: '2026-10-23T23:59:59.000Z',\r\n weekNumber: 8,\r\n },\r\n ],\r\n '2': [\r\n {\r\n academicWeekNumber: 9,\r\n calendarWeekNumber: 44,\r\n isBlocked: false,\r\n period: 2,\r\n startDate: '2026-10-26T00:00:00.000Z',\r\n endDate: '2026-10-30T23:59:59.000Z',\r\n weekNumber: 1,\r\n },\r\n {\r\n academicWeekNumber: 10,\r\n calendarWeekNumber: 45,\r\n isBlocked: false,\r\n period: 2,\r\n startDate: '2026-11-02T00:00:00.000Z',\r\n endDate: '2026-11-06T23:59:59.000Z',\r\n weekNumber: 2,\r\n },\r\n {\r\n academicWeekNumber: 11,\r\n calendarWeekNumber: 46,\r\n isBlocked: false,\r\n period: 2,\r\n startDate: '2026-11-09T00:00:00.000Z',\r\n endDate: '2026-11-13T23:59:59.000Z',\r\n weekNumber: 3,\r\n },\r\n {\r\n academicWeekNumber: 12,\r\n calendarWeekNumber: 47,\r\n isBlocked: false,\r\n period: 2,\r\n startDate: '2026-11-16T00:00:00.000Z',\r\n endDate: '2026-11-20T23:59:59.000Z',\r\n weekNumber: 4,\r\n },\r\n {\r\n academicWeekNumber: 13,\r\n calendarWeekNumber: 48,\r\n isBlocked: false,\r\n period: 2,\r\n startDate: '2026-11-23T00:00:00.000Z',\r\n endDate: '2026-11-27T23:59:59.000Z',\r\n weekNumber: 5,\r\n },\r\n {\r\n academicWeekNumber: 14,\r\n calendarWeekNumber: 49,\r\n isBlocked: false,\r\n period: 2,\r\n startDate: '2026-11-30T00:00:00.000Z',\r\n endDate: '2026-12-04T23:59:59.000Z',\r\n weekNumber: 6,\r\n },\r\n {\r\n academicWeekNumber: 15,\r\n calendarWeekNumber: 50,\r\n isBlocked: false,\r\n period: 2,\r\n startDate: '2026-12-07T00:00:00.000Z',\r\n endDate: '2026-12-11T23:59:59.000Z',\r\n weekNumber: 7,\r\n },\r\n {\r\n academicWeekNumber: 16,\r\n calendarWeekNumber: 51,\r\n isBlocked: false,\r\n period: 2,\r\n startDate: '2026-12-14T00:00:00.000Z',\r\n endDate: '2026-12-18T23:59:59.000Z',\r\n weekNumber: 8,\r\n },\r\n ],\r\n '3': [\r\n {\r\n academicWeekNumber: 19,\r\n calendarWeekNumber: 1,\r\n isBlocked: false,\r\n period: 3,\r\n startDate: '2027-01-04T00:00:00.000Z',\r\n endDate: '2027-01-08T23:59:59.000Z',\r\n weekNumber: 1,\r\n },\r\n {\r\n academicWeekNumber: 20,\r\n calendarWeekNumber: 2,\r\n isBlocked: false,\r\n period: 3,\r\n startDate: '2027-01-11T00:00:00.000Z',\r\n endDate: '2027-01-15T23:59:59.000Z',\r\n weekNumber: 2,\r\n },\r\n {\r\n academicWeekNumber: 21,\r\n calendarWeekNumber: 3,\r\n isBlocked: false,\r\n period: 3,\r\n startDate: '2027-01-18T00:00:00.000Z',\r\n endDate: '2027-01-22T23:59:59.000Z',\r\n weekNumber: 3,\r\n },\r\n {\r\n academicWeekNumber: 22,\r\n calendarWeekNumber: 4,\r\n isBlocked: false,\r\n period: 3,\r\n startDate: '2027-01-25T00:00:00.000Z',\r\n endDate: '2027-01-29T23:59:59.000Z',\r\n weekNumber: 4,\r\n },\r\n ],\r\n '4': [\r\n {\r\n academicWeekNumber: 23,\r\n calendarWeekNumber: 5,\r\n isBlocked: false,\r\n period: 4,\r\n startDate: '2027-02-01T00:00:00.000Z',\r\n endDate: '2027-02-05T23:59:59.000Z',\r\n weekNumber: 1,\r\n },\r\n {\r\n academicWeekNumber: 24,\r\n calendarWeekNumber: 6,\r\n isBlocked: false,\r\n period: 4,\r\n startDate: '2027-02-08T00:00:00.000Z',\r\n endDate: '2027-02-12T23:59:59.000Z',\r\n weekNumber: 2,\r\n },\r\n {\r\n academicWeekNumber: 25,\r\n calendarWeekNumber: 7,\r\n isBlocked: false,\r\n period: 4,\r\n startDate: '2027-02-15T00:00:00.000Z',\r\n endDate: '2027-02-19T23:59:59.000Z',\r\n weekNumber: 3,\r\n },\r\n {\r\n academicWeekNumber: 26,\r\n calendarWeekNumber: 8,\r\n isBlocked: false,\r\n period: 4,\r\n startDate: '2027-02-22T00:00:00.000Z',\r\n endDate: '2027-02-26T23:59:59.000Z',\r\n weekNumber: 4,\r\n },\r\n {\r\n academicWeekNumber: 27,\r\n calendarWeekNumber: 9,\r\n isBlocked: false,\r\n period: 4,\r\n startDate: '2027-03-01T00:00:00.000Z',\r\n endDate: '2027-03-05T23:59:59.000Z',\r\n weekNumber: 5,\r\n },\r\n {\r\n academicWeekNumber: 28,\r\n calendarWeekNumber: 10,\r\n isBlocked: false,\r\n period: 4,\r\n startDate: '2027-03-08T00:00:00.000Z',\r\n endDate: '2027-03-12T23:59:59.000Z',\r\n weekNumber: 6,\r\n },\r\n {\r\n academicWeekNumber: 29,\r\n calendarWeekNumber: 11,\r\n isBlocked: false,\r\n period: 4,\r\n startDate: '2027-03-15T00:00:00.000Z',\r\n endDate: '2027-03-19T23:59:59.000Z',\r\n weekNumber: 7,\r\n },\r\n {\r\n academicWeekNumber: 30,\r\n calendarWeekNumber: 12,\r\n isBlocked: false,\r\n period: 4,\r\n startDate: '2027-03-22T00:00:00.000Z',\r\n endDate: '2027-03-26T23:59:59.000Z',\r\n weekNumber: 8,\r\n },\r\n ],\r\n '5': [\r\n {\r\n academicWeekNumber: 31,\r\n calendarWeekNumber: 13,\r\n isBlocked: false,\r\n period: 5,\r\n startDate: '2027-03-29T00:00:00.000Z',\r\n endDate: '2027-04-02T23:59:59.000Z',\r\n weekNumber: 1,\r\n },\r\n {\r\n academicWeekNumber: 32,\r\n calendarWeekNumber: 14,\r\n isBlocked: false,\r\n period: 5,\r\n startDate: '2027-04-05T00:00:00.000Z',\r\n endDate: '2027-04-09T23:59:59.000Z',\r\n weekNumber: 2,\r\n },\r\n {\r\n academicWeekNumber: 33,\r\n calendarWeekNumber: 15,\r\n isBlocked: false,\r\n period: 5,\r\n startDate: '2027-04-12T00:00:00.000Z',\r\n endDate: '2027-04-16T23:59:59.000Z',\r\n weekNumber: 3,\r\n },\r\n {\r\n academicWeekNumber: 34,\r\n calendarWeekNumber: 16,\r\n isBlocked: false,\r\n period: 5,\r\n startDate: '2027-04-19T00:00:00.000Z',\r\n endDate: '2027-04-23T23:59:59.000Z',\r\n weekNumber: 4,\r\n },\r\n {\r\n academicWeekNumber: 35,\r\n calendarWeekNumber: 17,\r\n isBlocked: false,\r\n period: 5,\r\n startDate: '2027-04-26T00:00:00.000Z',\r\n endDate: '2027-04-30T23:59:59.000Z',\r\n weekNumber: 5,\r\n },\r\n {\r\n academicWeekNumber: 36,\r\n calendarWeekNumber: 18,\r\n isBlocked: true,\r\n period: 5,\r\n startDate: '2027-05-03T00:00:00.000Z',\r\n endDate: '2027-05-07T23:59:59.000Z',\r\n weekNumber: 6,\r\n },\r\n {\r\n academicWeekNumber: 37,\r\n calendarWeekNumber: 19,\r\n isBlocked: false,\r\n period: 5,\r\n startDate: '2027-05-10T00:00:00.000Z',\r\n endDate: '2027-05-14T23:59:59.000Z',\r\n weekNumber: 7,\r\n },\r\n {\r\n academicWeekNumber: 38,\r\n calendarWeekNumber: 20,\r\n isBlocked: false,\r\n period: 5,\r\n startDate: '2027-05-17T00:00:00.000Z',\r\n endDate: '2027-05-21T23:59:59.000Z',\r\n weekNumber: 8,\r\n },\r\n {\r\n academicWeekNumber: 39,\r\n calendarWeekNumber: 21,\r\n isBlocked: false,\r\n period: 5,\r\n startDate: '2027-05-24T00:00:00.000Z',\r\n endDate: '2027-05-28T23:59:59.000Z',\r\n weekNumber: 9,\r\n },\r\n ],\r\n '6': [\r\n {\r\n academicWeekNumber: 40,\r\n calendarWeekNumber: 22,\r\n isBlocked: false,\r\n period: 6,\r\n startDate: '2027-05-31T00:00:00.000Z',\r\n endDate: '2027-06-04T23:59:59.000Z',\r\n weekNumber: 1,\r\n },\r\n {\r\n academicWeekNumber: 41,\r\n calendarWeekNumber: 23,\r\n isBlocked: false,\r\n period: 6,\r\n startDate: '2027-06-07T00:00:00.000Z',\r\n endDate: '2027-06-11T23:59:59.000Z',\r\n weekNumber: 2,\r\n },\r\n {\r\n academicWeekNumber: 42,\r\n calendarWeekNumber: 24,\r\n isBlocked: false,\r\n period: 6,\r\n startDate: '2027-06-14T00:00:00.000Z',\r\n endDate: '2027-06-18T23:59:59.000Z',\r\n weekNumber: 3,\r\n },\r\n {\r\n academicWeekNumber: 43,\r\n calendarWeekNumber: 25,\r\n isBlocked: false,\r\n period: 6,\r\n startDate: '2027-06-21T00:00:00.000Z',\r\n endDate: '2027-06-25T23:59:59.000Z',\r\n weekNumber: 4,\r\n },\r\n ],\r\n '7': [\r\n {\r\n academicWeekNumber: 44,\r\n calendarWeekNumber: 26,\r\n isBlocked: false,\r\n period: 7,\r\n startDate: '2027-06-28T00:00:00.000Z',\r\n endDate: '2027-07-02T23:59:59.000Z',\r\n weekNumber: 1,\r\n },\r\n {\r\n academicWeekNumber: 45,\r\n calendarWeekNumber: 27,\r\n isBlocked: false,\r\n period: 7,\r\n startDate: '2027-07-05T00:00:00.000Z',\r\n endDate: '2027-07-09T23:59:59.000Z',\r\n weekNumber: 2,\r\n },\r\n {\r\n academicWeekNumber: 46,\r\n calendarWeekNumber: 28,\r\n isBlocked: false,\r\n period: 7,\r\n startDate: '2027-07-12T00:00:00.000Z',\r\n endDate: '2027-07-16T23:59:59.000Z',\r\n weekNumber: 3,\r\n },\r\n {\r\n academicWeekNumber: 47,\r\n calendarWeekNumber: 29,\r\n isBlocked: false,\r\n period: 7,\r\n startDate: '2027-07-19T00:00:00.000Z',\r\n endDate: '2027-07-23T23:59:59.000Z',\r\n weekNumber: 4,\r\n },\r\n {\r\n academicWeekNumber: 48,\r\n calendarWeekNumber: 30,\r\n isBlocked: false,\r\n period: 7,\r\n startDate: '2027-07-26T00:00:00.000Z',\r\n endDate: '2027-07-30T23:59:59.000Z',\r\n weekNumber: 5,\r\n },\r\n {\r\n academicWeekNumber: 49,\r\n calendarWeekNumber: 31,\r\n isBlocked: false,\r\n period: 7,\r\n startDate: '2027-08-02T00:00:00.000Z',\r\n endDate: '2027-08-06T23:59:59.000Z',\r\n weekNumber: 6,\r\n },\r\n {\r\n academicWeekNumber: 50,\r\n calendarWeekNumber: 32,\r\n isBlocked: false,\r\n period: 7,\r\n startDate: '2027-08-09T00:00:00.000Z',\r\n endDate: '2027-08-13T23:59:59.000Z',\r\n weekNumber: 7,\r\n },\r\n {\r\n academicWeekNumber: 51,\r\n calendarWeekNumber: 33,\r\n isBlocked: false,\r\n period: 7,\r\n startDate: '2027-08-16T00:00:00.000Z',\r\n endDate: '2027-08-20T23:59:59.000Z',\r\n weekNumber: 8,\r\n },\r\n {\r\n academicWeekNumber: 52,\r\n calendarWeekNumber: 34,\r\n isBlocked: false,\r\n period: 7,\r\n startDate: '2027-08-23T00:00:00.000Z',\r\n endDate: '2027-08-27T23:59:59.000Z',\r\n weekNumber: 9,\r\n },\r\n ],\r\n};\r\n"],"names":["mockWeeks"],"mappings":"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"}
|
package/dist/components/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Accordion as
|
|
1
|
+
import { Accordion as e } from "./Accordion/Accordion.js";
|
|
2
2
|
import { AccordionCard as p } from "./AccordionCard/AccordionCard.js";
|
|
3
3
|
import { ActionList as f } from "./ActionList/ActionList.js";
|
|
4
4
|
import { AppStatusBar as a } from "./AppStatusBar/AppStatusBar.js";
|
|
@@ -7,8 +7,8 @@ import { Backdrop as c } from "./Backdrop/Backdrop.js";
|
|
|
7
7
|
import { ButtonGroup as u } from "./ButtonGroup/ButtonGroup.js";
|
|
8
8
|
import { Button as S } from "./Buttons/Button.js";
|
|
9
9
|
import { LinkButton as b } from "./Buttons/LinkButton.js";
|
|
10
|
-
import { MenuButton as
|
|
11
|
-
import { Card as
|
|
10
|
+
import { MenuButton as k } from "./Buttons/MenuButton.js";
|
|
11
|
+
import { Card as I } from "./Card/Card.js";
|
|
12
12
|
import { Checkbox as g } from "./Checkbox/Checkbox.js";
|
|
13
13
|
import { CheckboxButtonBar as P } from "./CheckboxButtonBar/CheckboxButtonBar.js";
|
|
14
14
|
import { CheckboxTree as h } from "./CheckboxTree/CheckboxTree.js";
|
|
@@ -18,14 +18,14 @@ import { CopyableText as w } from "./CopyableText/CopyableText.js";
|
|
|
18
18
|
import { Drawer as G } from "./Drawer/Drawer.js";
|
|
19
19
|
import { EmptyStateDataDisplay as H } from "./EmptyStateDataDisplay/EmptyStateDataDisplay.js";
|
|
20
20
|
import { ExpandableInfoPanel as z } from "./ExpandableInfoPanel/ExpandableInfoPanel.js";
|
|
21
|
-
import { FeedbackBar as
|
|
22
|
-
import { FeedbackBox as
|
|
23
|
-
import { FieldHint as
|
|
24
|
-
import { Fieldset as
|
|
21
|
+
import { FeedbackBar as W } from "./FeedbackBar/FeedbackBar.js";
|
|
22
|
+
import { FeedbackBox as q } from "./FeedbackBox/FeedbackBox.js";
|
|
23
|
+
import { FieldHint as K } from "./FieldHint/FieldHint.js";
|
|
24
|
+
import { Fieldset as U } from "./Fieldset/Fieldset.js";
|
|
25
25
|
import { FormField as Y } from "./FormField/FormField.js";
|
|
26
26
|
import { FormInput as _ } from "./FormInput/FormInput.js";
|
|
27
27
|
import { GridRow as oo } from "./GridRow/GridRow.js";
|
|
28
|
-
import { HorizontalList as
|
|
28
|
+
import { HorizontalList as eo } from "./HorizontalList/HorizontalList.js";
|
|
29
29
|
import { Icon as po } from "./Icon/Icon.js";
|
|
30
30
|
import { IconButton as fo } from "./IconButton/IconButton.js";
|
|
31
31
|
import { InfoBanner as ao } from "./InfoBanner/InfoBanner.js";
|
|
@@ -34,9 +34,9 @@ import { Input as co } from "./Input/Input.js";
|
|
|
34
34
|
import { InputField as Bo } from "./InputField/InputField.js";
|
|
35
35
|
import { Label as so } from "./Label/Label.js";
|
|
36
36
|
import { MenuLink as Co } from "./MenuLink/MenuLink.js";
|
|
37
|
-
import { MetaDataList as
|
|
37
|
+
import { MetaDataList as Fo } from "./MetaDataList/MetaDataList.js";
|
|
38
38
|
import { ModalDialog as Mo } from "./ModalDialog/ModalDialog.js";
|
|
39
|
-
import { M as Lo } from "../TablePlugin-
|
|
39
|
+
import { M as Lo } from "../TablePlugin-CfXPNfT8.js";
|
|
40
40
|
import { MultiSelectBox as Ro } from "./MultiSelectBox/MultiSelectBox.js";
|
|
41
41
|
import { Notification as yo } from "./Notification/Notification.js";
|
|
42
42
|
import { OverlayCloseButton as To } from "./OverlayCloseButton/OverlayCloseButton.js";
|
|
@@ -45,13 +45,13 @@ import { PageOverlay as Eo } from "./PageOverlay/PageOverlay.js";
|
|
|
45
45
|
import { Periods as Oo } from "./Periods/Periods.js";
|
|
46
46
|
import { PeriodSelector as No } from "./PeriodSelector/PeriodSelector.js";
|
|
47
47
|
import { ProgrammeCard as Vo } from "./ProgrammeCard/ProgrammeCard.js";
|
|
48
|
-
import { RadioButton as
|
|
49
|
-
import { RadioGroup as
|
|
50
|
-
import { RadioTabSelector as
|
|
48
|
+
import { RadioButton as jo } from "./RadioButton/RadioButton.js";
|
|
49
|
+
import { RadioGroup as Jo } from "./RadioGroup/RadioGroup.js";
|
|
50
|
+
import { RadioTabSelector as Qo } from "./RadioTabSelector/RadioTabSelector.js";
|
|
51
51
|
import { Repeater as Xo } from "./Repeater/Repeater.js";
|
|
52
52
|
import { Rte as Zo, RteEditor as _o } from "./RteEditor/RteEditor.js";
|
|
53
53
|
import { SearchField as or } from "./SearchField/SearchField.js";
|
|
54
|
-
import { SectionNotification as
|
|
54
|
+
import { SectionNotification as er } from "./SectionNotification/SectionNotification.js";
|
|
55
55
|
import { SelectListbox as pr } from "./SelectListbox/SelectListbox.js";
|
|
56
56
|
import { SelectProvider as fr, useSelect as mr } from "./SelectListbox/SelectProvider.js";
|
|
57
57
|
import { Sortable as ir } from "./Sortable/Sortable.js";
|
|
@@ -60,10 +60,11 @@ import { StatusBadge as dr } from "./StatusBadge/StatusBage.js";
|
|
|
60
60
|
import { StatusPill as Br } from "./StatusPill/StatusPill.js";
|
|
61
61
|
import { TextArea as sr } from "./TextArea/TextArea.js";
|
|
62
62
|
import { ToggleSwitch as Cr } from "./ToggleSwitch/ToggleSwitch.js";
|
|
63
|
-
import { Tooltip as
|
|
63
|
+
import { Tooltip as Fr } from "./Tooltip/Tooltip.js";
|
|
64
64
|
import { VarIndicator as Mr } from "./VarIndicator/VarIndicator.js";
|
|
65
|
+
import { WeekSelector as Lr } from "./WeekSelector/WeekSelector.js";
|
|
65
66
|
export {
|
|
66
|
-
|
|
67
|
+
e as Accordion,
|
|
67
68
|
p as AccordionCard,
|
|
68
69
|
f as ActionList,
|
|
69
70
|
a as AppStatusBar,
|
|
@@ -71,7 +72,7 @@ export {
|
|
|
71
72
|
c as Backdrop,
|
|
72
73
|
S as Button,
|
|
73
74
|
u as ButtonGroup,
|
|
74
|
-
|
|
75
|
+
I as Card,
|
|
75
76
|
g as Checkbox,
|
|
76
77
|
P as CheckboxButtonBar,
|
|
77
78
|
h as CheckboxTree,
|
|
@@ -81,14 +82,14 @@ export {
|
|
|
81
82
|
G as Drawer,
|
|
82
83
|
H as EmptyStateDataDisplay,
|
|
83
84
|
z as ExpandableInfoPanel,
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
85
|
+
W as FeedbackBar,
|
|
86
|
+
q as FeedbackBox,
|
|
87
|
+
K as FieldHint,
|
|
88
|
+
U as Fieldset,
|
|
88
89
|
Y as FormField,
|
|
89
90
|
_ as FormInput,
|
|
90
91
|
oo as GridRow,
|
|
91
|
-
|
|
92
|
+
eo as HorizontalList,
|
|
92
93
|
po as Icon,
|
|
93
94
|
fo as IconButton,
|
|
94
95
|
ao as InfoBanner,
|
|
@@ -97,9 +98,9 @@ export {
|
|
|
97
98
|
Bo as InputField,
|
|
98
99
|
so as Label,
|
|
99
100
|
b as LinkButton,
|
|
100
|
-
|
|
101
|
+
k as MenuButton,
|
|
101
102
|
Co as MenuLink,
|
|
102
|
-
|
|
103
|
+
Fo as MetaDataList,
|
|
103
104
|
Mo as ModalDialog,
|
|
104
105
|
Lo as MultiSelect,
|
|
105
106
|
Ro as MultiSelectBox,
|
|
@@ -110,14 +111,14 @@ export {
|
|
|
110
111
|
No as PeriodSelector,
|
|
111
112
|
Oo as Periods,
|
|
112
113
|
Vo as ProgrammeCard,
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
114
|
+
jo as RadioButton,
|
|
115
|
+
Jo as RadioGroup,
|
|
116
|
+
Qo as RadioTabSelector,
|
|
116
117
|
Xo as Repeater,
|
|
117
118
|
Zo as Rte,
|
|
118
119
|
_o as RteEditor,
|
|
119
120
|
or as SearchField,
|
|
120
|
-
|
|
121
|
+
er as SectionNotification,
|
|
121
122
|
pr as SelectListbox,
|
|
122
123
|
fr as SelectProvider,
|
|
123
124
|
ir as Sortable,
|
|
@@ -126,8 +127,9 @@ export {
|
|
|
126
127
|
Br as StatusPill,
|
|
127
128
|
sr as TextArea,
|
|
128
129
|
Cr as ToggleSwitch,
|
|
129
|
-
|
|
130
|
+
Fr as Tooltip,
|
|
130
131
|
Mr as VarIndicator,
|
|
132
|
+
Lr as WeekSelector,
|
|
131
133
|
mr as useSelect
|
|
132
134
|
};
|
|
133
135
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|