@digitalservicebund/ris-ui 3.14.0 → 3.15.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/components/index.cjs +1 -1
- package/dist/components/index.cjs.map +1 -1
- package/dist/components/index.js +85 -83
- package/dist/components/index.js.map +1 -1
- package/dist/mockServiceWorker.js +2 -1
- package/dist/primevue/chip/chip.d.ts +3 -0
- package/dist/primevue/index.cjs +1 -1
- package/dist/primevue/index.cjs.map +1 -1
- package/dist/primevue/index.d.ts +2 -0
- package/dist/primevue/index.js +129 -74
- package/dist/primevue/index.js.map +1 -1
- package/dist/primevue/multiSelect/multiSelect.d.ts +3 -0
- package/package.json +8 -8
package/dist/primevue/index.js
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
import { t as e } from "../tags-Dde6Li6m.js";
|
|
2
2
|
const S = {
|
|
3
3
|
root: ({ props: t, instance: l }) => {
|
|
4
|
-
const r = e`relative inline-flex max-w-full cursor-pointer items-center justify-center gap-8 text-center focus:outline-4 focus:outline-offset-4 focus:outline-blue-800 focus:not-focus-visible:outline-none focus-visible:outline-4 focus-visible:outline-offset-4 focus-visible:outline-blue-800 active:outline-none disabled:cursor-not-allowed disabled:outline-hidden`, o = e`rounded-full`, s = t.severity ?? "primary", a = e`bg-blue-800 text-white hover:bg-blue-700 active:bg-blue-500 active:text-blue-800 disabled:bg-gray-400 disabled:text-gray-600`, n = e`border-2 border-blue-800 bg-white text-blue-800 hover:bg-gray-200 focus:bg-gray-200 active:border-white active:bg-white disabled:border-blue-500 disabled:text-blue-500 disabled:hover:bg-white`,
|
|
5
|
-
let
|
|
6
|
-
return l.hasIcon && !t.label ? (
|
|
4
|
+
const r = e`relative inline-flex max-w-full cursor-pointer items-center justify-center gap-8 text-center focus:outline-4 focus:outline-offset-4 focus:outline-blue-800 focus:not-focus-visible:outline-none focus-visible:outline-4 focus-visible:outline-offset-4 focus-visible:outline-blue-800 active:outline-none disabled:cursor-not-allowed disabled:outline-hidden`, o = e`rounded-full`, s = t.severity ?? "primary", a = e`bg-blue-800 text-white hover:bg-blue-700 active:bg-blue-500 active:text-blue-800 disabled:bg-gray-400 disabled:text-gray-600`, n = e`border-2 border-blue-800 bg-white text-blue-800 hover:bg-gray-200 focus:bg-gray-200 active:border-white active:bg-white disabled:border-blue-500 disabled:text-blue-500 disabled:hover:bg-white`, u = e`border-2 border-red-800 bg-white text-red-800 hover:bg-gray-200 focus:bg-gray-200 focus:outline-red-800 active:border-white active:bg-white disabled:border-red-500 disabled:text-red-500 disabled:hover:bg-white`, i = e`border border-blue-500 bg-white font-normal text-blue-800 hover:bg-gray-200 focus:bg-gray-200 active:border-white active:bg-white disabled:border-blue-500 disabled:text-blue-500 disabled:hover:bg-white`, g = e`border-2 border-transparent bg-transparent text-blue-800 underline hover:border-gray-500 hover:bg-white focus:border-gray-500 active:border-white active:bg-white disabled:bg-transparent disabled:text-gray-500`, b = t.size ?? "normal";
|
|
5
|
+
let c = e`ris-body2-bold h-40 py-4`, d = e`ris-body2-bold h-48 py-4`, f = e`ris-body1-bold h-64 py-4`;
|
|
6
|
+
return l.hasIcon && !t.label ? (c = e`${c} w-40 px-4`, d = e`${d} w-48 px-4`, f = e`${f} w-64 px-4`) : (c = e`${c} px-16`, d = e`${d} px-16`, f = e`${f} px-24`), {
|
|
7
7
|
class: {
|
|
8
8
|
[r]: !0,
|
|
9
9
|
[o]: t.rounded,
|
|
10
|
-
[
|
|
10
|
+
[c]: b === "small",
|
|
11
11
|
[d]: b === "normal",
|
|
12
|
-
[
|
|
12
|
+
[f]: b === "large",
|
|
13
13
|
[a]: !t.text && s === "primary",
|
|
14
14
|
[n]: !t.text && s === "secondary",
|
|
15
|
-
[
|
|
16
|
-
[
|
|
17
|
-
[
|
|
15
|
+
[u]: !t.text && s === "danger",
|
|
16
|
+
[i]: !t.text && s === "info",
|
|
17
|
+
[g]: t.text && s === "primary"
|
|
18
18
|
}
|
|
19
19
|
};
|
|
20
20
|
},
|
|
@@ -38,7 +38,7 @@ const S = {
|
|
|
38
38
|
}
|
|
39
39
|
};
|
|
40
40
|
}
|
|
41
|
-
},
|
|
41
|
+
}, h = {
|
|
42
42
|
root: ({ props: t }) => ({
|
|
43
43
|
class: {
|
|
44
44
|
[e`[&+label]:ris-label1-regular relative inline-block h-24 min-h-24 w-24 min-w-24 [&+label]:ml-8`]: !0,
|
|
@@ -55,8 +55,15 @@ const S = {
|
|
|
55
55
|
class: e`h-12 w-12`
|
|
56
56
|
}
|
|
57
57
|
}, M = {
|
|
58
|
-
|
|
58
|
+
root: {
|
|
59
|
+
class: e`mr-6 inline-flex items-center rounded-full bg-blue-300 px-12 py-4`
|
|
60
|
+
},
|
|
61
|
+
removeIcon: {
|
|
62
|
+
class: e`ml-4`
|
|
63
|
+
}
|
|
59
64
|
}, z = {
|
|
65
|
+
// All styling implemented in primevue/dialog
|
|
66
|
+
}, N = {
|
|
60
67
|
root: () => ({
|
|
61
68
|
class: e`ris-label2-regular max-h-[90dvh] w-[95dvw] max-w-[25rem] border-2 border-blue-800 bg-white px-56 py-44 shadow-lg`
|
|
62
69
|
}),
|
|
@@ -88,7 +95,7 @@ const S = {
|
|
|
88
95
|
mask: {
|
|
89
96
|
class: e`bg-black/40`
|
|
90
97
|
}
|
|
91
|
-
},
|
|
98
|
+
}, D = {
|
|
92
99
|
basicContent: {
|
|
93
100
|
// @ts-expect-error types appear to be wrong here
|
|
94
101
|
class: e`flex flex-col items-center gap-10`
|
|
@@ -96,11 +103,11 @@ const S = {
|
|
|
96
103
|
input: {
|
|
97
104
|
class: e`hidden`
|
|
98
105
|
}
|
|
99
|
-
},
|
|
106
|
+
}, A = {
|
|
100
107
|
root: {
|
|
101
108
|
class: e`flex`
|
|
102
109
|
}
|
|
103
|
-
}, y = e`[&+small]:ris-label3-regular border-2 border-blue-800 bg-white placeholder:text-gray-800 read-only:cursor-not-allowed read-only:border-blue-300 read-only:bg-blue-300 hover:outline-4 hover:-outline-offset-4 hover:outline-blue-800 focus:outline-4 focus:-outline-offset-4 focus:outline-blue-800 disabled:border-blue-500 disabled:bg-white disabled:text-blue-500 disabled:outline-hidden aria-[invalid]:border-red-800 aria-[invalid]:bg-red-200 aria-[invalid]:outline-red-800 aria-[invalid]:disabled:outline-hidden [&+small]:mt-4 [&+small]:flex [&+small]:items-center [&+small]:gap-4 [&+small]:text-gray-900 [&[aria-invalid="true"]+small]:text-red-900`, k = e`ris-body2-regular h-48 px-16 py-4`,
|
|
110
|
+
}, y = e`[&+small]:ris-label3-regular border-2 border-blue-800 bg-white placeholder:text-gray-800 read-only:cursor-not-allowed read-only:border-blue-300 read-only:bg-blue-300 hover:outline-4 hover:-outline-offset-4 hover:outline-blue-800 focus:outline-4 focus:-outline-offset-4 focus:outline-blue-800 disabled:border-blue-500 disabled:bg-white disabled:text-blue-500 disabled:outline-hidden aria-[invalid]:border-red-800 aria-[invalid]:bg-red-200 aria-[invalid]:outline-red-800 aria-[invalid]:disabled:outline-hidden [&+small]:mt-4 [&+small]:flex [&+small]:items-center [&+small]:gap-4 [&+small]:text-gray-900 [&[aria-invalid="true"]+small]:text-red-900`, k = e`ris-body2-regular h-48 px-16 py-4`, L = e`ris-body1-regular h-64 px-24 py-4`, B = {
|
|
104
111
|
root: ({ props: t }) => {
|
|
105
112
|
const l = e`[&[type=password]]:w-full [&[type=password]:not(:placeholder-shown)]:text-[28px] [&[type=password]:not(:placeholder-shown)]:tracking-[4px]`, r = e`w-full`;
|
|
106
113
|
return {
|
|
@@ -109,12 +116,12 @@ const S = {
|
|
|
109
116
|
[r]: !!t.fluid,
|
|
110
117
|
[l]: !0,
|
|
111
118
|
[k]: !t.size || t.size === "small",
|
|
112
|
-
[
|
|
119
|
+
[L]: t.size === "large"
|
|
113
120
|
},
|
|
114
121
|
"data-size": t.size ?? "small"
|
|
115
122
|
};
|
|
116
123
|
}
|
|
117
|
-
},
|
|
124
|
+
}, F = {
|
|
118
125
|
root: {
|
|
119
126
|
class: e`ris-body2-regular bg-white shadow`
|
|
120
127
|
},
|
|
@@ -136,25 +143,25 @@ const S = {
|
|
|
136
143
|
itemLink: {
|
|
137
144
|
class: e`flex items-center gap-8`
|
|
138
145
|
}
|
|
139
|
-
},
|
|
146
|
+
}, C = {
|
|
140
147
|
root: ({ props: t, instance: l }) => {
|
|
141
|
-
const r = e`ris-body1-regular border-l-4 px-20 py-14`, o = t.severity ?? "info", s = e`border-l-green-800 bg-green-200`, a = e`border-l-blue-800 bg-blue-200`, n = e`border-l-yellow-800 bg-yellow-200`,
|
|
148
|
+
const r = e`ris-body1-regular border-l-4 px-20 py-14`, o = t.severity ?? "info", s = e`border-l-green-800 bg-green-200`, a = e`border-l-blue-800 bg-blue-200`, n = e`border-l-yellow-800 bg-yellow-200`, u = e`border-l-red-800 bg-red-200`, i = !!l.$slots.icon, b = {
|
|
142
149
|
success: "var(--ris-icon-success)",
|
|
143
150
|
info: "var(--ris-icon-info)",
|
|
144
151
|
warn: "var(--ris-icon-warn)",
|
|
145
152
|
error: "var(--ris-icon-error)"
|
|
146
|
-
}[o],
|
|
153
|
+
}[o], c = e`bg-[length:20px] bg-[16px_18px] bg-no-repeat pl-44`;
|
|
147
154
|
return {
|
|
148
155
|
class: {
|
|
149
156
|
[r]: !0,
|
|
150
157
|
[s]: o === "success",
|
|
151
158
|
[a]: o === "info",
|
|
152
159
|
[n]: o === "warn",
|
|
153
|
-
[
|
|
154
|
-
[
|
|
160
|
+
[u]: o === "error",
|
|
161
|
+
[c]: !i
|
|
155
162
|
},
|
|
156
163
|
style: {
|
|
157
|
-
backgroundImage:
|
|
164
|
+
backgroundImage: i ? void 0 : b
|
|
158
165
|
}
|
|
159
166
|
};
|
|
160
167
|
},
|
|
@@ -176,16 +183,16 @@ const S = {
|
|
|
176
183
|
}
|
|
177
184
|
};
|
|
178
185
|
}
|
|
179
|
-
},
|
|
186
|
+
}, I = {
|
|
180
187
|
// All styling moved to inputText.ts
|
|
181
|
-
},
|
|
188
|
+
}, T = {
|
|
182
189
|
root: {
|
|
183
190
|
class: e`mx-auto inline-block h-28 w-28 animate-spin`
|
|
184
191
|
},
|
|
185
192
|
circle: {
|
|
186
193
|
class: e`fill-transparent stroke-current stroke-[4px] text-blue-800 [stroke-dasharray:200] [stroke-dashoffset:100]`
|
|
187
194
|
}
|
|
188
|
-
},
|
|
195
|
+
}, E = {
|
|
189
196
|
root: {
|
|
190
197
|
class: e`[&+label]:ris-label1-regular relative inline-block h-32 w-32 [&+label]:ml-8`
|
|
191
198
|
},
|
|
@@ -198,7 +205,7 @@ const S = {
|
|
|
198
205
|
icon: {
|
|
199
206
|
class: e`h-16 w-16 rounded-full bg-current`
|
|
200
207
|
}
|
|
201
|
-
}, v = e`w-full`,
|
|
208
|
+
}, v = e`w-full`, j = {
|
|
202
209
|
root: ({ props: t }) => {
|
|
203
210
|
const l = e`flex border-2 border-blue-800 bg-white placeholder:text-gray-800 focus-within:outline-4 focus-within:-outline-offset-4 focus-within:outline-blue-800 hover:outline hover:outline-4 hover:-outline-offset-4 hover:outline-blue-800 disabled:border-blue-500 disabled:bg-white disabled:text-blue-500 disabled:outline-hidden`, r = e`ris-body2-regular h-48 py-4 pr-4 pl-16`, o = e`aria-[invalid]:border-red-800 aria-[invalid]:bg-red-200 aria-[invalid]:outline-red-800 aria-[invalid]:disabled:outline-hidden`;
|
|
204
211
|
return {
|
|
@@ -229,7 +236,7 @@ const S = {
|
|
|
229
236
|
overlay: {
|
|
230
237
|
class: e`mt-12 w-full overflow-auto bg-white px-8 py-12 shadow-md`
|
|
231
238
|
}
|
|
232
|
-
},
|
|
239
|
+
}, R = {
|
|
233
240
|
root: ({ props: t }) => {
|
|
234
241
|
const l = e`ris-body1-regular [&+small]:ris-label3-regular min-h-56 border-2 border-blue-800 bg-white px-14 pt-8 pb-12 placeholder:text-gray-900 read-only:cursor-not-allowed read-only:border-blue-300 read-only:bg-blue-300 hover:outline hover:outline-4 hover:-outline-offset-4 hover:outline-blue-800 focus:outline focus:outline-4 focus:-outline-offset-4 focus:outline-blue-800 disabled:border-blue-500 disabled:bg-white disabled:text-blue-500 disabled:outline-hidden aria-[invalid]:border-red-800 aria-[invalid]:bg-red-200 aria-[invalid]:outline-red-800 aria-[invalid]:disabled:outline-hidden [&+small]:mt-2 [&+small]:flex [&+small]:items-center [&+small]:gap-4 [&+small]:text-gray-900 [&[aria-invalid="true"]+small]:text-red-900`, r = e`w-full`;
|
|
235
242
|
return {
|
|
@@ -239,7 +246,7 @@ const S = {
|
|
|
239
246
|
}
|
|
240
247
|
};
|
|
241
248
|
}
|
|
242
|
-
},
|
|
249
|
+
}, V = {
|
|
243
250
|
root: {
|
|
244
251
|
class: e`max-w-lg`
|
|
245
252
|
},
|
|
@@ -294,18 +301,18 @@ const S = {
|
|
|
294
301
|
closeIcon: {
|
|
295
302
|
class: e`text-black`
|
|
296
303
|
}
|
|
297
|
-
},
|
|
304
|
+
}, _ = {
|
|
298
305
|
root: ({ props: t, state: l }) => {
|
|
299
|
-
const r = e`ris-body2-regular [&+small]:ris-label3-regular relative inline-flex h-48 items-center justify-between border-2 bg-white py-4 pr-12 pl-16 [&+small]:mt-2 [&+small]:flex [&+small]:items-center [&+small]:gap-4 [&+small]:text-gray-900 [&[aria-invalid="true"]+small]:text-red-900`, o = e`cursor-pointer border-blue-800`, s = e`has-[:focus]:outline-4 has-[:focus]:-outline-offset-4 has-[:focus]:outline-blue-800`, a = e`hover:outline-4 hover:-outline-offset-4 hover:outline-blue-800`, n = e`cursor-not-allowed border-blue-500 text-blue-500 disabled:outline-hidden`,
|
|
306
|
+
const r = e`ris-body2-regular [&+small]:ris-label3-regular relative inline-flex h-48 items-center justify-between border-2 bg-white py-4 pr-12 pl-16 [&+small]:mt-2 [&+small]:flex [&+small]:items-center [&+small]:gap-4 [&+small]:text-gray-900 [&[aria-invalid="true"]+small]:text-red-900`, o = e`cursor-pointer border-blue-800`, s = e`has-[:focus]:outline-4 has-[:focus]:-outline-offset-4 has-[:focus]:outline-blue-800`, a = e`hover:outline-4 hover:-outline-offset-4 hover:outline-blue-800`, n = e`cursor-not-allowed border-blue-500 text-blue-500 disabled:outline-hidden`, u = e`border-red-800 bg-red-200 aria-[invalid]:outline-red-800 aria-[invalid]:active:outline-hidden aria-[invalid]:disabled:outline-hidden`, i = e`w-full`;
|
|
300
307
|
return {
|
|
301
308
|
class: {
|
|
302
309
|
[r]: !0,
|
|
303
310
|
[o]: !t.disabled,
|
|
304
311
|
[s]: l.focused && !t.disabled,
|
|
305
312
|
[a]: !t.disabled,
|
|
306
|
-
[
|
|
313
|
+
[i]: !!t.fluid,
|
|
307
314
|
[n]: t.disabled,
|
|
308
|
-
[
|
|
315
|
+
[u]: t.invalid
|
|
309
316
|
},
|
|
310
317
|
"aria-invalid": t.invalid ? "true" : null
|
|
311
318
|
};
|
|
@@ -331,7 +338,53 @@ const S = {
|
|
|
331
338
|
}
|
|
332
339
|
};
|
|
333
340
|
}
|
|
334
|
-
},
|
|
341
|
+
}, P = {
|
|
342
|
+
root: ({ props: t, state: l }) => {
|
|
343
|
+
const r = e`ris-body2-regular [&+small]:ris-label3-regular relative inline-flex min-h-48 items-center justify-start border-2 bg-white py-2 pr-12 pl-12 [&+small]:mt-2 [&+small]:flex [&+small]:items-center [&+small]:gap-4 [&+small]:text-gray-900 [&[aria-invalid="true"]+small]:text-red-900`, o = e`cursor-pointer border-blue-800`, s = e`has-[:focus]:outline-4 has-[:focus]:-outline-offset-4 has-[:focus]:outline-blue-800`, a = e`hover:outline-4 hover:-outline-offset-4 hover:outline-blue-800`, n = e`cursor-not-allowed border-blue-500 text-blue-500 disabled:outline-hidden`, u = e`border-red-800 bg-red-200 aria-[invalid]:outline-red-800 aria-[invalid]:active:outline-hidden aria-[invalid]:disabled:outline-hidden`, i = e`w-full`;
|
|
344
|
+
return {
|
|
345
|
+
class: {
|
|
346
|
+
[r]: !0,
|
|
347
|
+
[o]: !t.disabled,
|
|
348
|
+
[s]: l.focused && !t.disabled,
|
|
349
|
+
[a]: !t.disabled,
|
|
350
|
+
[i]: !!t.fluid,
|
|
351
|
+
[n]: t.disabled,
|
|
352
|
+
[u]: t.invalid
|
|
353
|
+
},
|
|
354
|
+
"aria-invalid": t.invalid ? "true" : null
|
|
355
|
+
};
|
|
356
|
+
},
|
|
357
|
+
dropdown: {
|
|
358
|
+
class: e`pl-12`
|
|
359
|
+
},
|
|
360
|
+
dropdownIcon: {
|
|
361
|
+
class: e`absolute top-16 right-8`
|
|
362
|
+
},
|
|
363
|
+
listContainer: {
|
|
364
|
+
class: e`overflow-auto shadow-md`
|
|
365
|
+
},
|
|
366
|
+
labelContainer: {
|
|
367
|
+
class: e`flex flex-row`
|
|
368
|
+
},
|
|
369
|
+
overlay: {
|
|
370
|
+
class: e`bg-white`
|
|
371
|
+
},
|
|
372
|
+
optionLabel: {
|
|
373
|
+
class: e`pl-12`
|
|
374
|
+
},
|
|
375
|
+
header: {
|
|
376
|
+
class: e`hidden`
|
|
377
|
+
},
|
|
378
|
+
option: ({ context: t }) => {
|
|
379
|
+
const l = e`ris-body2-regular relative flex h-full min-h-48 w-full cursor-pointer border-l-4 border-transparent py-16 pr-24 pl-20 after:absolute after:right-8 after:-bottom-1 after:left-8 after:border-b after:border-gray-300 after:content-[''] last:after:border-b-0 hover:bg-gray-100`, r = e`border-l-4 border-solid border-l-blue-800 bg-gray-100`;
|
|
380
|
+
return {
|
|
381
|
+
class: {
|
|
382
|
+
[l]: !0,
|
|
383
|
+
[r]: t.focused
|
|
384
|
+
}
|
|
385
|
+
};
|
|
386
|
+
}
|
|
387
|
+
}, Z = {
|
|
335
388
|
pcInputText: {
|
|
336
389
|
root: ({ props: t }) => ({
|
|
337
390
|
class: {
|
|
@@ -341,7 +394,7 @@ const S = {
|
|
|
341
394
|
}
|
|
342
395
|
})
|
|
343
396
|
}
|
|
344
|
-
},
|
|
397
|
+
}, J = {
|
|
345
398
|
list: {
|
|
346
399
|
class: e`m-0 flex list-none flex-wrap items-center p-0 leading-none`
|
|
347
400
|
},
|
|
@@ -354,7 +407,7 @@ const S = {
|
|
|
354
407
|
separator: {
|
|
355
408
|
class: e`mx-6 flex items-center text-gray-600`
|
|
356
409
|
}
|
|
357
|
-
}, p = e`cursor-pointer`, m = e`ris-label1-bold border-l-blue-800 bg-blue-200 text-black hover:bg-blue-300 focus-visible:bg-blue-300`, w = e`ris-label1-regular hover:bg-blue-200 focus-visible:bg-blue-200`, x = e`focus-visible:outline-none`,
|
|
410
|
+
}, p = e`cursor-pointer`, m = e`ris-label1-bold border-l-blue-800 bg-blue-200 text-black hover:bg-blue-300 focus-visible:bg-blue-300`, w = e`ris-label1-regular hover:bg-blue-200 focus-visible:bg-blue-200`, x = e`focus-visible:outline-none`, H = {
|
|
358
411
|
root: {
|
|
359
412
|
class: e`text-blue-800`
|
|
360
413
|
},
|
|
@@ -390,7 +443,7 @@ const S = {
|
|
|
390
443
|
}
|
|
391
444
|
};
|
|
392
445
|
}
|
|
393
|
-
},
|
|
446
|
+
}, K = {
|
|
394
447
|
node: {
|
|
395
448
|
class: e`mb-24 last:mb-0 focus-visible:outline-4 focus-visible:outline-offset-4 focus-visible:outline-blue-800 [&>ul:first-of-type]:border-l-0`
|
|
396
449
|
},
|
|
@@ -435,7 +488,7 @@ const S = {
|
|
|
435
488
|
}
|
|
436
489
|
};
|
|
437
490
|
}
|
|
438
|
-
},
|
|
491
|
+
}, G = {
|
|
439
492
|
root: ({ props: t }) => ({
|
|
440
493
|
class: {
|
|
441
494
|
[e`flex flex-nowrap rounded-none border-0 bg-transparent`]: !0,
|
|
@@ -456,7 +509,7 @@ const S = {
|
|
|
456
509
|
[e`h-[3px] w-11/12 cursor-row-resize`]: t.layout === "vertical"
|
|
457
510
|
}
|
|
458
511
|
})
|
|
459
|
-
},
|
|
512
|
+
}, O = {
|
|
460
513
|
root: {
|
|
461
514
|
class: e`relative`
|
|
462
515
|
},
|
|
@@ -490,13 +543,13 @@ const S = {
|
|
|
490
543
|
class: e`ris-body1-regular h-56 px-16 py-12`
|
|
491
544
|
},
|
|
492
545
|
pcHeaderCheckbox: {
|
|
493
|
-
...
|
|
546
|
+
...h,
|
|
494
547
|
root: {
|
|
495
548
|
class: e`relative block h-24 w-24`
|
|
496
549
|
}
|
|
497
550
|
},
|
|
498
551
|
pcRowCheckbox: {
|
|
499
|
-
...
|
|
552
|
+
...h,
|
|
500
553
|
root: {
|
|
501
554
|
class: e`relative block h-24 w-24`
|
|
502
555
|
}
|
|
@@ -511,7 +564,7 @@ const S = {
|
|
|
511
564
|
emptyMessageCell: {
|
|
512
565
|
class: e`py-96 text-center text-gray-900`
|
|
513
566
|
}
|
|
514
|
-
},
|
|
567
|
+
}, W = {
|
|
515
568
|
root: ({ context: t }) => {
|
|
516
569
|
const l = e`ris-body2-bold h-64 border-b-4 border-b-transparent py-4 pr-24 pl-20 outline-0 -outline-offset-4 outline-blue-800 focus-visible:outline-4`, r = e`z-10 bg-[var(--p-tabs-tab-active-background)] text-black shadow-[-1px_-1px_0_0_var(--p-tabs-tab-border-color),1px_-1px_0_0_var(--p-tabs-tab-border-color)]`, o = e`cursor-pointer text-blue-800 hover:border-b-blue-800`;
|
|
517
570
|
return {
|
|
@@ -522,15 +575,15 @@ const S = {
|
|
|
522
575
|
}
|
|
523
576
|
};
|
|
524
577
|
}
|
|
525
|
-
},
|
|
578
|
+
}, $ = {
|
|
526
579
|
root: {
|
|
527
580
|
class: e`min-h-96 bg-[var(--p-tabs-tabpanel-background)] py-24 outline-blue-800 focus-visible:outline-solid`
|
|
528
581
|
}
|
|
529
|
-
},
|
|
582
|
+
}, U = {
|
|
530
583
|
tabList: {
|
|
531
584
|
class: e`relative flex before:absolute before:bottom-0 before:left-[50%] before:h-px before:w-[var(--tab-list-separator-width,100%)] before:-translate-x-1/2 before:bg-[var(--p-tabs-tablist-border-color)]`
|
|
532
585
|
}
|
|
533
|
-
},
|
|
586
|
+
}, Y = {
|
|
534
587
|
arrow: ({ context: t }) => {
|
|
535
588
|
const l = e`absolute h-0 w-0 border-[7px] border-solid`, r = e`-mr-[7px] border-b-0 border-t-gray-900 border-r-transparent border-l-transparent`, o = e`-mt-[7px] border-l-0 border-t-transparent border-r-gray-900 border-b-transparent`, s = e`-ml-[7px] border-t-0 border-r-transparent border-b-gray-900 border-l-transparent`, a = e`-mt-[7px] border-r-0 border-t-transparent border-b-transparent border-l-gray-900`, n = !t.top && !t.right && !t.bottom && !t.left;
|
|
536
589
|
return {
|
|
@@ -549,7 +602,7 @@ const S = {
|
|
|
549
602
|
root: {
|
|
550
603
|
class: e`absolute`
|
|
551
604
|
}
|
|
552
|
-
},
|
|
605
|
+
}, q = {
|
|
553
606
|
startsWith: "Beginnt mit",
|
|
554
607
|
contains: "Enthält",
|
|
555
608
|
notContains: "Enthält nicht",
|
|
@@ -703,40 +756,42 @@ const S = {
|
|
|
703
756
|
rotateLeft: "Links drehen",
|
|
704
757
|
listLabel: "Optionsliste"
|
|
705
758
|
}
|
|
706
|
-
},
|
|
759
|
+
}, X = {
|
|
707
760
|
button: S,
|
|
708
|
-
checkbox:
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
761
|
+
checkbox: h,
|
|
762
|
+
chip: M,
|
|
763
|
+
confirmDialog: z,
|
|
764
|
+
dialog: N,
|
|
765
|
+
fileUpload: D,
|
|
766
|
+
inputGroup: A,
|
|
767
|
+
inputText: B,
|
|
768
|
+
menu: F,
|
|
769
|
+
message: C,
|
|
770
|
+
password: I,
|
|
771
|
+
progressSpinner: T,
|
|
772
|
+
radioButton: E,
|
|
773
|
+
textarea: R,
|
|
774
|
+
toast: V,
|
|
775
|
+
autocomplete: j,
|
|
776
|
+
select: _,
|
|
777
|
+
multiselect: P,
|
|
778
|
+
inputMask: Z,
|
|
779
|
+
breadcrumb: J,
|
|
780
|
+
tree: K,
|
|
781
|
+
panelmenu: H,
|
|
782
|
+
splitter: G,
|
|
783
|
+
dataTable: O,
|
|
784
|
+
tab: W,
|
|
785
|
+
tabPanel: $,
|
|
786
|
+
tabList: U,
|
|
732
787
|
directives: {
|
|
733
|
-
tooltip:
|
|
788
|
+
tooltip: Y
|
|
734
789
|
}
|
|
735
|
-
},
|
|
736
|
-
deDE:
|
|
790
|
+
}, ee = {
|
|
791
|
+
deDE: q
|
|
737
792
|
};
|
|
738
793
|
export {
|
|
739
|
-
|
|
740
|
-
|
|
794
|
+
ee as RisUiLocale,
|
|
795
|
+
X as RisUiTheme
|
|
741
796
|
};
|
|
742
797
|
//# sourceMappingURL=index.js.map
|