@uva-glass/component-library 1.61.3 → 1.62.0
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/assets/FormInput.css +1 -0
- package/dist/components/Buttons/Button.stories.js +1 -1
- package/dist/components/Buttons/LinkButton.stories.js +1 -1
- package/dist/components/Buttons/MenuButton.stories.js +1 -1
- package/dist/components/Checkbox/Checkbox.stories.js +1 -1
- package/dist/components/CheckboxButton/CheckboxButton.stories.js +1 -1
- package/dist/components/CheckboxButtonBar/CheckboxButtonBar.stories.js +1 -1
- package/dist/components/CheckboxTree/CheckboxTree.stories.js +1 -1
- package/dist/components/Drawer/Drawer.stories.js +1 -1
- package/dist/components/FormInput/FormInput.d.ts +17 -0
- package/dist/components/FormInput/FormInput.js +68 -0
- package/dist/components/FormInput/FormInput.js.map +1 -0
- package/dist/components/FormInput/FormInput.stories.d.ts +5 -0
- package/dist/components/FormInput/FormInput.stories.js +28 -0
- package/dist/components/FormInput/FormInput.stories.js.map +1 -0
- package/dist/components/FormInput/index.d.ts +1 -0
- package/dist/components/FormInput/index.js +5 -0
- package/dist/components/FormInput/index.js.map +1 -0
- package/dist/components/Icon/icons/index.d.ts +237 -0
- package/dist/components/IconButton/IconButton.stories.js +1 -1
- package/dist/components/InputField/InputField.stories.js +1 -1
- package/dist/components/ModalDialog/ModalDialog.stories.js +1 -1
- package/dist/components/MultiSelect/MultiSelect.stories.js +1 -1
- package/dist/components/OverlayCloseButton/OverlayCloseButton.stories.js +1 -1
- package/dist/components/PeriodSelector/PeriodSelector.stories.js +1 -1
- package/dist/components/ProgrammeCard/ProgrammeCard.stories.js +1 -1
- package/dist/components/RteEditor/translations.js +1 -1
- package/dist/components/RteEditor/translations.js.map +1 -1
- package/dist/components/SelectListbox/SelectListBox.stories.js +1 -1
- package/dist/components/Sortable/Sortable.stories.js +1 -1
- package/dist/components/index.d.ts +3 -2
- package/dist/components/index.js +70 -68
- package/dist/components/index.js.map +1 -1
- package/dist/index-C9QoqAAt.js +21915 -0
- package/dist/index-C9QoqAAt.js.map +1 -0
- package/dist/index.js +70 -68
- package/dist/index.js.map +1 -1
- package/dist/storybook__react.d.js +1299 -1458
- package/dist/storybook__react.d.js.map +1 -1
- package/package.json +14 -14
- package/dist/index-MQ0yPLdl.js +0 -23560
- package/dist/index-MQ0yPLdl.js.map +0 -1
|
@@ -1,239 +1,476 @@
|
|
|
1
1
|
export declare const Icons: {
|
|
2
2
|
AcademicCap: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
3
3
|
title?: string;
|
|
4
|
+
titleId?: string;
|
|
5
|
+
desc?: string;
|
|
6
|
+
descId?: string;
|
|
4
7
|
}>;
|
|
5
8
|
ArrowDownOnSquare: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
6
9
|
title?: string;
|
|
10
|
+
titleId?: string;
|
|
11
|
+
desc?: string;
|
|
12
|
+
descId?: string;
|
|
7
13
|
}>;
|
|
8
14
|
ArrowLeft: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
9
15
|
title?: string;
|
|
16
|
+
titleId?: string;
|
|
17
|
+
desc?: string;
|
|
18
|
+
descId?: string;
|
|
10
19
|
}>;
|
|
11
20
|
ArrowLeftEndOnRectangle: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
12
21
|
title?: string;
|
|
22
|
+
titleId?: string;
|
|
23
|
+
desc?: string;
|
|
24
|
+
descId?: string;
|
|
13
25
|
}>;
|
|
14
26
|
ArrowLeftStartOnRectangle: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
15
27
|
title?: string;
|
|
28
|
+
titleId?: string;
|
|
29
|
+
desc?: string;
|
|
30
|
+
descId?: string;
|
|
16
31
|
}>;
|
|
17
32
|
ArrowRight: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
18
33
|
title?: string;
|
|
34
|
+
titleId?: string;
|
|
35
|
+
desc?: string;
|
|
36
|
+
descId?: string;
|
|
19
37
|
}>;
|
|
20
38
|
ArrowSmallDownMini: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
21
39
|
title?: string;
|
|
40
|
+
titleId?: string;
|
|
41
|
+
desc?: string;
|
|
42
|
+
descId?: string;
|
|
22
43
|
}>;
|
|
23
44
|
ArrowSmallLeft: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
24
45
|
title?: string;
|
|
46
|
+
titleId?: string;
|
|
47
|
+
desc?: string;
|
|
48
|
+
descId?: string;
|
|
25
49
|
}>;
|
|
26
50
|
ArrowSmallRight: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
27
51
|
title?: string;
|
|
52
|
+
titleId?: string;
|
|
53
|
+
desc?: string;
|
|
54
|
+
descId?: string;
|
|
28
55
|
}>;
|
|
29
56
|
ArrowSmallUpMini: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
30
57
|
title?: string;
|
|
58
|
+
titleId?: string;
|
|
59
|
+
desc?: string;
|
|
60
|
+
descId?: string;
|
|
31
61
|
}>;
|
|
32
62
|
ArrowTopRightOnSquare: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
33
63
|
title?: string;
|
|
64
|
+
titleId?: string;
|
|
65
|
+
desc?: string;
|
|
66
|
+
descId?: string;
|
|
34
67
|
}>;
|
|
35
68
|
ArrowUpOnSquare: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
36
69
|
title?: string;
|
|
70
|
+
titleId?: string;
|
|
71
|
+
desc?: string;
|
|
72
|
+
descId?: string;
|
|
37
73
|
}>;
|
|
38
74
|
Bold: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
39
75
|
title?: string;
|
|
76
|
+
titleId?: string;
|
|
77
|
+
desc?: string;
|
|
78
|
+
descId?: string;
|
|
40
79
|
}>;
|
|
41
80
|
BrowserBlocked: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
42
81
|
title?: string;
|
|
82
|
+
titleId?: string;
|
|
83
|
+
desc?: string;
|
|
84
|
+
descId?: string;
|
|
43
85
|
}>;
|
|
44
86
|
BrowserBroken: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
45
87
|
title?: string;
|
|
88
|
+
titleId?: string;
|
|
89
|
+
desc?: string;
|
|
90
|
+
descId?: string;
|
|
46
91
|
}>;
|
|
47
92
|
BuildingOffice: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
48
93
|
title?: string;
|
|
94
|
+
titleId?: string;
|
|
95
|
+
desc?: string;
|
|
96
|
+
descId?: string;
|
|
49
97
|
}>;
|
|
50
98
|
BulletList: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
51
99
|
title?: string;
|
|
100
|
+
titleId?: string;
|
|
101
|
+
desc?: string;
|
|
102
|
+
descId?: string;
|
|
52
103
|
}>;
|
|
53
104
|
Calendar: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
54
105
|
title?: string;
|
|
106
|
+
titleId?: string;
|
|
107
|
+
desc?: string;
|
|
108
|
+
descId?: string;
|
|
55
109
|
}>;
|
|
56
110
|
ChainLink: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
57
111
|
title?: string;
|
|
112
|
+
titleId?: string;
|
|
113
|
+
desc?: string;
|
|
114
|
+
descId?: string;
|
|
58
115
|
}>;
|
|
59
116
|
Check: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
60
117
|
title?: string;
|
|
118
|
+
titleId?: string;
|
|
119
|
+
desc?: string;
|
|
120
|
+
descId?: string;
|
|
61
121
|
}>;
|
|
62
122
|
CheckCircle: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
63
123
|
title?: string;
|
|
124
|
+
titleId?: string;
|
|
125
|
+
desc?: string;
|
|
126
|
+
descId?: string;
|
|
64
127
|
}>;
|
|
65
128
|
CheckCircleFillMini: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
66
129
|
title?: string;
|
|
130
|
+
titleId?: string;
|
|
131
|
+
desc?: string;
|
|
132
|
+
descId?: string;
|
|
67
133
|
}>;
|
|
68
134
|
CheveronDown: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
69
135
|
title?: string;
|
|
136
|
+
titleId?: string;
|
|
137
|
+
desc?: string;
|
|
138
|
+
descId?: string;
|
|
70
139
|
}>;
|
|
71
140
|
CheveronLeft: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
72
141
|
title?: string;
|
|
142
|
+
titleId?: string;
|
|
143
|
+
desc?: string;
|
|
144
|
+
descId?: string;
|
|
73
145
|
}>;
|
|
74
146
|
CheveronRight: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
75
147
|
title?: string;
|
|
148
|
+
titleId?: string;
|
|
149
|
+
desc?: string;
|
|
150
|
+
descId?: string;
|
|
76
151
|
}>;
|
|
77
152
|
CheveronUp: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
78
153
|
title?: string;
|
|
154
|
+
titleId?: string;
|
|
155
|
+
desc?: string;
|
|
156
|
+
descId?: string;
|
|
79
157
|
}>;
|
|
80
158
|
CheveronUpDown: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
81
159
|
title?: string;
|
|
160
|
+
titleId?: string;
|
|
161
|
+
desc?: string;
|
|
162
|
+
descId?: string;
|
|
82
163
|
}>;
|
|
83
164
|
Circle: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
84
165
|
title?: string;
|
|
166
|
+
titleId?: string;
|
|
167
|
+
desc?: string;
|
|
168
|
+
descId?: string;
|
|
85
169
|
}>;
|
|
86
170
|
CircleStack: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
87
171
|
title?: string;
|
|
172
|
+
titleId?: string;
|
|
173
|
+
desc?: string;
|
|
174
|
+
descId?: string;
|
|
88
175
|
}>;
|
|
89
176
|
Clock: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
90
177
|
title?: string;
|
|
178
|
+
titleId?: string;
|
|
179
|
+
desc?: string;
|
|
180
|
+
descId?: string;
|
|
91
181
|
}>;
|
|
92
182
|
ClockCircleFillMini: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
93
183
|
title?: string;
|
|
184
|
+
titleId?: string;
|
|
185
|
+
desc?: string;
|
|
186
|
+
descId?: string;
|
|
94
187
|
}>;
|
|
95
188
|
Collection: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
96
189
|
title?: string;
|
|
190
|
+
titleId?: string;
|
|
191
|
+
desc?: string;
|
|
192
|
+
descId?: string;
|
|
97
193
|
}>;
|
|
98
194
|
Cross: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
99
195
|
title?: string;
|
|
196
|
+
titleId?: string;
|
|
197
|
+
desc?: string;
|
|
198
|
+
descId?: string;
|
|
100
199
|
}>;
|
|
101
200
|
CrossCircle: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
102
201
|
title?: string;
|
|
202
|
+
titleId?: string;
|
|
203
|
+
desc?: string;
|
|
204
|
+
descId?: string;
|
|
103
205
|
}>;
|
|
104
206
|
CrossCircleFillMini: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
105
207
|
title?: string;
|
|
208
|
+
titleId?: string;
|
|
209
|
+
desc?: string;
|
|
210
|
+
descId?: string;
|
|
106
211
|
}>;
|
|
107
212
|
CrossCircleMini: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
108
213
|
title?: string;
|
|
214
|
+
titleId?: string;
|
|
215
|
+
desc?: string;
|
|
216
|
+
descId?: string;
|
|
109
217
|
}>;
|
|
110
218
|
CubeTransparent: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
111
219
|
title?: string;
|
|
220
|
+
titleId?: string;
|
|
221
|
+
desc?: string;
|
|
222
|
+
descId?: string;
|
|
112
223
|
}>;
|
|
113
224
|
DocumentDuplicate: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
114
225
|
title?: string;
|
|
226
|
+
titleId?: string;
|
|
227
|
+
desc?: string;
|
|
228
|
+
descId?: string;
|
|
115
229
|
}>;
|
|
116
230
|
DocumentText: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
117
231
|
title?: string;
|
|
232
|
+
titleId?: string;
|
|
233
|
+
desc?: string;
|
|
234
|
+
descId?: string;
|
|
118
235
|
}>;
|
|
119
236
|
DotCircleFillMini: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
120
237
|
title?: string;
|
|
238
|
+
titleId?: string;
|
|
239
|
+
desc?: string;
|
|
240
|
+
descId?: string;
|
|
121
241
|
}>;
|
|
122
242
|
Dots: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
123
243
|
title?: string;
|
|
244
|
+
titleId?: string;
|
|
245
|
+
desc?: string;
|
|
246
|
+
descId?: string;
|
|
124
247
|
}>;
|
|
125
248
|
EllipsisVertical: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
126
249
|
title?: string;
|
|
250
|
+
titleId?: string;
|
|
251
|
+
desc?: string;
|
|
252
|
+
descId?: string;
|
|
127
253
|
}>;
|
|
128
254
|
Envelope: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
129
255
|
title?: string;
|
|
256
|
+
titleId?: string;
|
|
257
|
+
desc?: string;
|
|
258
|
+
descId?: string;
|
|
130
259
|
}>;
|
|
131
260
|
ExclamationCircle: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
132
261
|
title?: string;
|
|
262
|
+
titleId?: string;
|
|
263
|
+
desc?: string;
|
|
264
|
+
descId?: string;
|
|
133
265
|
}>;
|
|
134
266
|
ExclamationCircleFillMini: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
135
267
|
title?: string;
|
|
268
|
+
titleId?: string;
|
|
269
|
+
desc?: string;
|
|
270
|
+
descId?: string;
|
|
136
271
|
}>;
|
|
137
272
|
ExclamationTriangleFill: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
138
273
|
title?: string;
|
|
274
|
+
titleId?: string;
|
|
275
|
+
desc?: string;
|
|
276
|
+
descId?: string;
|
|
139
277
|
}>;
|
|
140
278
|
ExclamationTriangleMini: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
141
279
|
title?: string;
|
|
280
|
+
titleId?: string;
|
|
281
|
+
desc?: string;
|
|
282
|
+
descId?: string;
|
|
142
283
|
}>;
|
|
143
284
|
FaceFrown: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
144
285
|
title?: string;
|
|
286
|
+
titleId?: string;
|
|
287
|
+
desc?: string;
|
|
288
|
+
descId?: string;
|
|
145
289
|
}>;
|
|
146
290
|
Hamburger: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
147
291
|
title?: string;
|
|
292
|
+
titleId?: string;
|
|
293
|
+
desc?: string;
|
|
294
|
+
descId?: string;
|
|
148
295
|
}>;
|
|
149
296
|
Heart: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
150
297
|
title?: string;
|
|
298
|
+
titleId?: string;
|
|
299
|
+
desc?: string;
|
|
300
|
+
descId?: string;
|
|
151
301
|
}>;
|
|
152
302
|
InformationCircle: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
153
303
|
title?: string;
|
|
304
|
+
titleId?: string;
|
|
305
|
+
desc?: string;
|
|
306
|
+
descId?: string;
|
|
154
307
|
}>;
|
|
155
308
|
InformationCircleFillMini: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
156
309
|
title?: string;
|
|
310
|
+
titleId?: string;
|
|
311
|
+
desc?: string;
|
|
312
|
+
descId?: string;
|
|
157
313
|
}>;
|
|
158
314
|
InformationCircleMini: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
159
315
|
title?: string;
|
|
316
|
+
titleId?: string;
|
|
317
|
+
desc?: string;
|
|
318
|
+
descId?: string;
|
|
160
319
|
}>;
|
|
161
320
|
Italic: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
162
321
|
title?: string;
|
|
322
|
+
titleId?: string;
|
|
323
|
+
desc?: string;
|
|
324
|
+
descId?: string;
|
|
163
325
|
}>;
|
|
164
326
|
Language: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
165
327
|
title?: string;
|
|
328
|
+
titleId?: string;
|
|
329
|
+
desc?: string;
|
|
330
|
+
descId?: string;
|
|
166
331
|
}>;
|
|
167
332
|
Link: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
168
333
|
title?: string;
|
|
334
|
+
titleId?: string;
|
|
335
|
+
desc?: string;
|
|
336
|
+
descId?: string;
|
|
169
337
|
}>;
|
|
170
338
|
LinkSlash: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
171
339
|
title?: string;
|
|
340
|
+
titleId?: string;
|
|
341
|
+
desc?: string;
|
|
342
|
+
descId?: string;
|
|
172
343
|
}>;
|
|
173
344
|
ListMagnify: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
174
345
|
title?: string;
|
|
346
|
+
titleId?: string;
|
|
347
|
+
desc?: string;
|
|
348
|
+
descId?: string;
|
|
175
349
|
}>;
|
|
176
350
|
LockClosedFill: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
177
351
|
title?: string;
|
|
352
|
+
titleId?: string;
|
|
353
|
+
desc?: string;
|
|
354
|
+
descId?: string;
|
|
178
355
|
}>;
|
|
179
356
|
LockOpenFill: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
180
357
|
title?: string;
|
|
358
|
+
titleId?: string;
|
|
359
|
+
desc?: string;
|
|
360
|
+
descId?: string;
|
|
181
361
|
}>;
|
|
182
362
|
Minus: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
183
363
|
title?: string;
|
|
364
|
+
titleId?: string;
|
|
365
|
+
desc?: string;
|
|
366
|
+
descId?: string;
|
|
184
367
|
}>;
|
|
185
368
|
MinusCircleFillMini: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
186
369
|
title?: string;
|
|
370
|
+
titleId?: string;
|
|
371
|
+
desc?: string;
|
|
372
|
+
descId?: string;
|
|
187
373
|
}>;
|
|
188
374
|
NumberedList: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
189
375
|
title?: string;
|
|
376
|
+
titleId?: string;
|
|
377
|
+
desc?: string;
|
|
378
|
+
descId?: string;
|
|
190
379
|
}>;
|
|
191
380
|
PencilSquare: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
192
381
|
title?: string;
|
|
382
|
+
titleId?: string;
|
|
383
|
+
desc?: string;
|
|
384
|
+
descId?: string;
|
|
193
385
|
}>;
|
|
194
386
|
Plus: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
195
387
|
title?: string;
|
|
388
|
+
titleId?: string;
|
|
389
|
+
desc?: string;
|
|
390
|
+
descId?: string;
|
|
196
391
|
}>;
|
|
197
392
|
QuestionMarkCircleFillMini: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
198
393
|
title?: string;
|
|
394
|
+
titleId?: string;
|
|
395
|
+
desc?: string;
|
|
396
|
+
descId?: string;
|
|
199
397
|
}>;
|
|
200
398
|
Sparkles: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
201
399
|
title?: string;
|
|
400
|
+
titleId?: string;
|
|
401
|
+
desc?: string;
|
|
402
|
+
descId?: string;
|
|
202
403
|
}>;
|
|
203
404
|
Star: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
204
405
|
title?: string;
|
|
406
|
+
titleId?: string;
|
|
407
|
+
desc?: string;
|
|
408
|
+
descId?: string;
|
|
205
409
|
}>;
|
|
206
410
|
StepBack: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
207
411
|
title?: string;
|
|
412
|
+
titleId?: string;
|
|
413
|
+
desc?: string;
|
|
414
|
+
descId?: string;
|
|
208
415
|
}>;
|
|
209
416
|
StepForwards: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
210
417
|
title?: string;
|
|
418
|
+
titleId?: string;
|
|
419
|
+
desc?: string;
|
|
420
|
+
descId?: string;
|
|
211
421
|
}>;
|
|
212
422
|
Swap: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
213
423
|
title?: string;
|
|
424
|
+
titleId?: string;
|
|
425
|
+
desc?: string;
|
|
426
|
+
descId?: string;
|
|
214
427
|
}>;
|
|
215
428
|
SwapSlash: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
216
429
|
title?: string;
|
|
430
|
+
titleId?: string;
|
|
431
|
+
desc?: string;
|
|
432
|
+
descId?: string;
|
|
217
433
|
}>;
|
|
218
434
|
Swatch: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
219
435
|
title?: string;
|
|
436
|
+
titleId?: string;
|
|
437
|
+
desc?: string;
|
|
438
|
+
descId?: string;
|
|
220
439
|
}>;
|
|
221
440
|
Table: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
222
441
|
title?: string;
|
|
442
|
+
titleId?: string;
|
|
443
|
+
desc?: string;
|
|
444
|
+
descId?: string;
|
|
223
445
|
}>;
|
|
224
446
|
Trash: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
225
447
|
title?: string;
|
|
448
|
+
titleId?: string;
|
|
449
|
+
desc?: string;
|
|
450
|
+
descId?: string;
|
|
226
451
|
}>;
|
|
227
452
|
TrashStrikethrough: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
228
453
|
title?: string;
|
|
454
|
+
titleId?: string;
|
|
455
|
+
desc?: string;
|
|
456
|
+
descId?: string;
|
|
229
457
|
}>;
|
|
230
458
|
User: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
231
459
|
title?: string;
|
|
460
|
+
titleId?: string;
|
|
461
|
+
desc?: string;
|
|
462
|
+
descId?: string;
|
|
232
463
|
}>;
|
|
233
464
|
UserCheckFill: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
234
465
|
title?: string;
|
|
466
|
+
titleId?: string;
|
|
467
|
+
desc?: string;
|
|
468
|
+
descId?: string;
|
|
235
469
|
}>;
|
|
236
470
|
UserMinusFill: import('react').FunctionComponent<import('react').SVGProps<SVGSVGElement> & {
|
|
237
471
|
title?: string;
|
|
472
|
+
titleId?: string;
|
|
473
|
+
desc?: string;
|
|
474
|
+
descId?: string;
|
|
238
475
|
}>;
|
|
239
476
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as n } from "react/jsx-runtime";
|
|
2
|
-
import { fn as r } from "../../index-
|
|
2
|
+
import { fn as r } from "../../index-C9QoqAAt.js";
|
|
3
3
|
import { IconButton as t } from "./IconButton.js";
|
|
4
4
|
import { Icon as i } from "../Icon/Icon.js";
|
|
5
5
|
const l = `<IconButton variant={variant} aria-label={aria-label} onClick={onClickFunction}>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import { useState as d, useRef as g } from "react";
|
|
3
|
-
import { fn as l } from "../../index-
|
|
3
|
+
import { fn as l } from "../../index-C9QoqAAt.js";
|
|
4
4
|
import { InputField as o } from "./InputField.js";
|
|
5
5
|
import { Container as u } from "../../storyComponents/Container/Container.js";
|
|
6
6
|
import { Icon as f } from "../Icon/Icon.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsxs as a, jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import { ModalProvider as l } from "@react-aria/overlays";
|
|
3
|
-
import { fn as i } from "../../index-
|
|
3
|
+
import { fn as i } from "../../index-C9QoqAAt.js";
|
|
4
4
|
import { ModalDialog as t } from "./ModalDialog.js";
|
|
5
5
|
import { Button as n } from "../Buttons/Button.js";
|
|
6
6
|
import "../Buttons/LinkButton.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsxs as S, jsx as r } from "react/jsx-runtime";
|
|
2
|
-
import { fn as d } from "../../index-
|
|
2
|
+
import { fn as d } from "../../index-C9QoqAAt.js";
|
|
3
3
|
import { useState as p } from "react";
|
|
4
4
|
import { M as e } from "../../TablePlugin-BvwAKpcu.js";
|
|
5
5
|
import { Container as M } from "../../storyComponents/Container/Container.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as e } from "react/jsx-runtime";
|
|
2
|
-
import { fn as a } from "../../index-
|
|
2
|
+
import { fn as a } from "../../index-C9QoqAAt.js";
|
|
3
3
|
import { OverlayCloseButton as o } from "./OverlayCloseButton.js";
|
|
4
4
|
import { Container as l } from "../../storyComponents/Container/Container.js";
|
|
5
5
|
const n = "<OverlayCloseButton aria-label={aria-label} onClick={onClickFunction} />", c = {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as r } from "react/jsx-runtime";
|
|
2
|
-
import { fn as t } from "../../index-
|
|
2
|
+
import { fn as t } from "../../index-C9QoqAAt.js";
|
|
3
3
|
import { PeriodSelector as e } from "./PeriodSelector.js";
|
|
4
4
|
const i = "<PeriodSelector maxPeriods={} defaultValues={} label={} labelPosition={} required={} onChange={} />", m = {
|
|
5
5
|
title: "Organisms/PeriodSelector",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsxs as e, jsx as r } from "react/jsx-runtime";
|
|
2
|
-
import { fn as a } from "../../index-
|
|
2
|
+
import { fn as a } from "../../index-C9QoqAAt.js";
|
|
3
3
|
import { ProgrammeCard as o } from "./ProgrammeCard.js";
|
|
4
4
|
import { Container as n } from "../../storyComponents/Container/Container.js";
|
|
5
5
|
import "react";
|
|
@@ -57,7 +57,7 @@ const e = {
|
|
|
57
57
|
table: {
|
|
58
58
|
nrofRows: "Aantal rijen",
|
|
59
59
|
nrofRowsPlaceholder: "aantal rijen",
|
|
60
|
-
nrofColumns: "Aantal
|
|
60
|
+
nrofColumns: "Aantal kolommen",
|
|
61
61
|
nrofColumnsPlaceholder: "aantal kolommen",
|
|
62
62
|
insertRowAbove: "Voeg rij boven toe",
|
|
63
63
|
insertRowBelow: "Voeg rij onder toe",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"translations.js","sources":["../../../src/components/RteEditor/translations.ts"],"sourcesContent":["export const translations = {\n nl: {\n common: {\n cancel: 'Annuleren',\n add: 'Voeg toe',\n rteAriaLabel: 'Inhoud van Rich text editor',\n rteTitle: 'Inhoud van Rich text editor',\n },\n errortext: {\n urlNotValid: 'Geen geldige url',\n linkTextNotValid: 'Geen geldige link tekst',\n },\n format: {\n boldTooltip: 'Vet (Ctrl + B)',\n italicTooltip: 'Cursief (Ctrl + I)',\n numberTooltip: 'Genummerde lijst (Ctrl + Shift + 7)',\n bulletTooltip: 'Ongenummerde lijst (Ctrl + Shift + 8)',\n undoTooltip: 'Ongedaan maken (Ctrl + Z)',\n redoTooltip: 'Opnieuw uitvoeren (Ctrl + Y)',\n },\n aria: {\n labels: {\n bold: 'Maak de selectie vet',\n italic: 'Maak de selectie cursief',\n number: 'Maak van de selectie een genummerde lijst',\n bullet: 'Maak van de selectie een lijst',\n undo: 'Ongedaan maken',\n redo: 'Opnieuw uitvoeren',\n link: 'Maak van de selectie een link',\n table: 'Voeg een tabel in op de cursor positie',\n linkField: 'Voer een url in',\n linkTextfield: 'Voer een link tekst in',\n linkOkButton: 'Pas link en link tekst toe',\n tableRowfield: 'Voer het aantal rijen in',\n tableColumnfield: 'Voer het aantal kolommen in',\n tableOkButton: 'Voeg tabel toe',\n tableInsertRowAbove: 'Voeg rij in boven',\n tableInsertRowBelow: 'Voeg rij in onder',\n tableDeleteRow: 'Verwijder rij',\n tableInsertColumnLeft: 'Voeg kolom links in',\n tableInsertColumnRight: 'Voeg kolom rechts in',\n tableDeleteColumn: 'Verwijder kolom',\n tableDeleteTable: 'Verwijder tabel',\n cancelButton: 'Annuleren',\n },\n keyshortcuts: {\n bold: 'Control+B',\n italic: 'Control+I',\n number: 'Control+Shift+7',\n bullet: 'Control+Shift+8',\n undo: 'Control+Z',\n redo: 'Control+Y',\n link: 'Control+Shift+L',\n table: 'Control+Shift+9',\n },\n },\n table: {\n nrofRows: 'Aantal rijen',\n nrofRowsPlaceholder: 'aantal rijen',\n nrofColumns: 'Aantal
|
|
1
|
+
{"version":3,"file":"translations.js","sources":["../../../src/components/RteEditor/translations.ts"],"sourcesContent":["export const translations = {\n nl: {\n common: {\n cancel: 'Annuleren',\n add: 'Voeg toe',\n rteAriaLabel: 'Inhoud van Rich text editor',\n rteTitle: 'Inhoud van Rich text editor',\n },\n errortext: {\n urlNotValid: 'Geen geldige url',\n linkTextNotValid: 'Geen geldige link tekst',\n },\n format: {\n boldTooltip: 'Vet (Ctrl + B)',\n italicTooltip: 'Cursief (Ctrl + I)',\n numberTooltip: 'Genummerde lijst (Ctrl + Shift + 7)',\n bulletTooltip: 'Ongenummerde lijst (Ctrl + Shift + 8)',\n undoTooltip: 'Ongedaan maken (Ctrl + Z)',\n redoTooltip: 'Opnieuw uitvoeren (Ctrl + Y)',\n },\n aria: {\n labels: {\n bold: 'Maak de selectie vet',\n italic: 'Maak de selectie cursief',\n number: 'Maak van de selectie een genummerde lijst',\n bullet: 'Maak van de selectie een lijst',\n undo: 'Ongedaan maken',\n redo: 'Opnieuw uitvoeren',\n link: 'Maak van de selectie een link',\n table: 'Voeg een tabel in op de cursor positie',\n linkField: 'Voer een url in',\n linkTextfield: 'Voer een link tekst in',\n linkOkButton: 'Pas link en link tekst toe',\n tableRowfield: 'Voer het aantal rijen in',\n tableColumnfield: 'Voer het aantal kolommen in',\n tableOkButton: 'Voeg tabel toe',\n tableInsertRowAbove: 'Voeg rij in boven',\n tableInsertRowBelow: 'Voeg rij in onder',\n tableDeleteRow: 'Verwijder rij',\n tableInsertColumnLeft: 'Voeg kolom links in',\n tableInsertColumnRight: 'Voeg kolom rechts in',\n tableDeleteColumn: 'Verwijder kolom',\n tableDeleteTable: 'Verwijder tabel',\n cancelButton: 'Annuleren',\n },\n keyshortcuts: {\n bold: 'Control+B',\n italic: 'Control+I',\n number: 'Control+Shift+7',\n bullet: 'Control+Shift+8',\n undo: 'Control+Z',\n redo: 'Control+Y',\n link: 'Control+Shift+L',\n table: 'Control+Shift+9',\n },\n },\n table: {\n nrofRows: 'Aantal rijen',\n nrofRowsPlaceholder: 'aantal rijen',\n nrofColumns: 'Aantal kolommen',\n nrofColumnsPlaceholder: 'aantal kolommen',\n insertRowAbove: 'Voeg rij boven toe',\n insertRowBelow: 'Voeg rij onder toe',\n deleteRow: 'Verwijder rij',\n insertColumnLeft: 'Voeg kolom links toe',\n insertColumnRight: 'Voeg kolom rechts toe',\n deleteColumn: 'Verwijder kolom',\n deleteTable: 'Verwijder tabel',\n tableTooltip: 'Voeg tabel toe (Ctrl + Shift + 9)',\n },\n links: {\n linkLabel: 'Externe link',\n addLink: 'Pas toe',\n linkText: 'Link tekst',\n linkPlaceholder: 'www.voorbeeld.nl',\n linkTooltip: 'Voeg link toe (Ctrl + Shift + U)',\n },\n },\n en: {\n common: {\n cancel: 'Cancel',\n add: 'Add',\n rteAriaLabel: 'Rich text editor content',\n rteTitle: 'Rich text editor content',\n },\n errortext: {\n urlNotValid: 'No valid url',\n linkTextNotValid: 'No valid link text',\n },\n format: {\n boldTooltip: 'Bold (Ctrl + B)',\n italicTooltip: 'Italic (Ctrl + I)',\n numberTooltip: 'Ordered list (Ctrl + Shift + O)',\n bulletTooltip: 'Unordered list (Ctrl + Shift + U)',\n undoTooltip: 'Undo (Ctrl + Z)',\n redoTooltip: 'Redo (Ctrl + Y)',\n },\n aria: {\n labels: {\n bold: 'Make the selection bold',\n italic: 'Make the selection italic',\n number: 'Make the selection an ordered list',\n bullet: 'Make the selection an unordered list',\n undo: 'Undo',\n redo: 'Redo',\n link: 'Turn the selection into a link',\n table: 'Insert a table at the cursor position',\n linkField: 'Enter a url',\n linkTextfield: 'Enter a link text',\n linkOkButton: 'Apply link and link text',\n tableRowfield: 'Enter the number of rows',\n tableColumnfield: 'Enter the number of columns',\n tableOkButton: 'Add table',\n tableInsertRowAbove: 'Insert row above',\n tableInsertRowBelow: 'Insert row below',\n tableDeleteRow: 'Delete row',\n tableInsertColumnLeft: 'Insert column left',\n tableInsertColumnRight: 'Insert column right',\n tableDeleteColumn: 'Delete column',\n tableDeleteTable: 'Delete table',\n cancel: 'Cancel',\n },\n keyshortcuts: {\n bold: 'Control+B',\n italic: 'Control+I',\n number: 'Control+Shift+7',\n bullet: 'Control+Shift+8',\n undo: 'Control+Z',\n redo: 'Control+Y',\n link: 'Control+Shift+L',\n table: 'Control+Shift+9',\n },\n },\n table: {\n nrofRows: 'Number of rows',\n nrofRowsPlaceholder: 'number of rows',\n nrofColumns: 'Number of columns',\n nrofColumnsPlaceholder: 'number of columns',\n insertRowAbove: 'Insert row above',\n insertRowBelow: 'Insert row below',\n deleteRow: 'Delete row',\n insertColumnLeft: 'Insert column left',\n insertColumnRight: 'Insert column right',\n deleteColumn: 'Delete column',\n deleteTable: 'Delete table',\n tableTooltip: 'Add table (Ctrl + Shift + 9)',\n },\n links: {\n linkLabel: 'External link',\n addLink: 'Apply',\n linkText: 'Link text',\n linkPlaceholder: 'www.example.com',\n linkTooltip: 'Add link (Ctrl + Shift + L)',\n },\n },\n};\n"],"names":["translations"],"mappings":"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"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as e, jsxs as m, Fragment as i } from "react/jsx-runtime";
|
|
2
|
-
import { fn as s } from "../../index-
|
|
2
|
+
import { fn as s } from "../../index-C9QoqAAt.js";
|
|
3
3
|
import { Sortable as o } from "./Sortable.js";
|
|
4
4
|
import { InputField as c } from "../InputField/InputField.js";
|
|
5
5
|
import { Icon as d } from "../Icon/Icon.js";
|
|
@@ -3,8 +3,8 @@ export * from './ActionList';
|
|
|
3
3
|
export * from './AppStatusBar';
|
|
4
4
|
export * from './Attention';
|
|
5
5
|
export * from './Backdrop';
|
|
6
|
-
export * from './Buttons';
|
|
7
6
|
export * from './ButtonGroup';
|
|
7
|
+
export * from './Buttons';
|
|
8
8
|
export * from './Card';
|
|
9
9
|
export * from './Checkbox';
|
|
10
10
|
export * from './CheckboxButton';
|
|
@@ -16,6 +16,7 @@ export * from './FeedbackBox';
|
|
|
16
16
|
export * from './FieldHint';
|
|
17
17
|
export * from './Fieldset';
|
|
18
18
|
export * from './FormField';
|
|
19
|
+
export * from './FormInput';
|
|
19
20
|
export * from './GridRow';
|
|
20
21
|
export * from './HorizontalList';
|
|
21
22
|
export * from './Icon';
|
|
@@ -39,7 +40,7 @@ export * from './RteEditor';
|
|
|
39
40
|
export * from './SectionNotification';
|
|
40
41
|
export * from './SelectListbox';
|
|
41
42
|
export * from './SelectListbox/SelectProvider';
|
|
42
|
-
export * from './Spinner';
|
|
43
43
|
export * from './Sortable';
|
|
44
|
+
export * from './Spinner';
|
|
44
45
|
export * from './StatusPill';
|
|
45
46
|
export * from './Tooltip';
|