@digitalservicebund/ris-ui 3.12.0 → 3.14.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 +17 -17
- package/dist/components/index.cjs.map +1 -1
- package/dist/components/index.js +532 -536
- package/dist/components/index.js.map +1 -1
- package/dist/mockServiceWorker.js +16 -12
- package/dist/primevue/index.cjs +1 -1
- package/dist/primevue/index.cjs.map +1 -1
- package/dist/primevue/index.d.ts +0 -1
- package/dist/primevue/index.js +99 -104
- package/dist/primevue/index.js.map +1 -1
- package/dist/primevue/inputText/inputText.d.ts +0 -2
- package/dist/tags-C8DJjrEl.cjs +2 -0
- package/dist/tags-C8DJjrEl.cjs.map +1 -0
- package/dist/tags-Dde6Li6m.js +5 -0
- package/dist/tags-Dde6Li6m.js.map +1 -0
- package/package.json +6 -6
- package/dist/primevue/inputGroup/inputGroupAddon.d.ts +0 -3
package/dist/primevue/index.js
CHANGED
|
@@ -1,17 +1,20 @@
|
|
|
1
|
-
|
|
1
|
+
import { t as e } from "../tags-Dde6Li6m.js";
|
|
2
|
+
const S = {
|
|
2
3
|
root: ({ props: t, instance: l }) => {
|
|
3
|
-
const r = e`relative inline-flex max-w-full cursor-pointer items-center justify-center gap-8
|
|
4
|
-
let
|
|
5
|
-
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`, c = 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`, u = 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`, h = 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 i = e`ris-body2-bold h-40 py-4`, d = e`ris-body2-bold h-48 py-4`, g = e`ris-body1-bold h-64 py-4`;
|
|
6
|
+
return l.hasIcon && !t.label ? (i = e`${i} w-40 px-4`, d = e`${d} w-48 px-4`, g = e`${g} w-64 px-4`) : (i = e`${i} px-16`, d = e`${d} px-16`, g = e`${g} px-24`), {
|
|
6
7
|
class: {
|
|
7
8
|
[r]: !0,
|
|
8
|
-
[
|
|
9
|
-
[
|
|
10
|
-
[
|
|
11
|
-
[
|
|
12
|
-
[a]: !t.text &&
|
|
13
|
-
[n]: !t.text &&
|
|
14
|
-
[
|
|
9
|
+
[o]: t.rounded,
|
|
10
|
+
[i]: b === "small",
|
|
11
|
+
[d]: b === "normal",
|
|
12
|
+
[g]: b === "large",
|
|
13
|
+
[a]: !t.text && s === "primary",
|
|
14
|
+
[n]: !t.text && s === "secondary",
|
|
15
|
+
[c]: !t.text && s === "danger",
|
|
16
|
+
[u]: !t.text && s === "info",
|
|
17
|
+
[h]: t.text && s === "primary"
|
|
15
18
|
}
|
|
16
19
|
};
|
|
17
20
|
},
|
|
@@ -35,7 +38,7 @@ const y = (t, ...l) => String.raw({ raw: t }, ...l), e = y, k = {
|
|
|
35
38
|
}
|
|
36
39
|
};
|
|
37
40
|
}
|
|
38
|
-
},
|
|
41
|
+
}, f = {
|
|
39
42
|
root: ({ props: t }) => ({
|
|
40
43
|
class: {
|
|
41
44
|
[e`[&+label]:ris-label1-regular relative inline-block h-24 min-h-24 w-24 min-w-24 [&+label]:ml-8`]: !0,
|
|
@@ -51,7 +54,7 @@ const y = (t, ...l) => String.raw({ raw: t }, ...l), e = y, k = {
|
|
|
51
54
|
icon: {
|
|
52
55
|
class: e`h-12 w-12`
|
|
53
56
|
}
|
|
54
|
-
},
|
|
57
|
+
}, M = {
|
|
55
58
|
// All styling implemented in primevue/dialog
|
|
56
59
|
}, z = {
|
|
57
60
|
root: () => ({
|
|
@@ -85,7 +88,7 @@ const y = (t, ...l) => String.raw({ raw: t }, ...l), e = y, k = {
|
|
|
85
88
|
mask: {
|
|
86
89
|
class: e`bg-black/40`
|
|
87
90
|
}
|
|
88
|
-
},
|
|
91
|
+
}, N = {
|
|
89
92
|
basicContent: {
|
|
90
93
|
// @ts-expect-error types appear to be wrong here
|
|
91
94
|
class: e`flex flex-col items-center gap-10`
|
|
@@ -93,32 +96,25 @@ const y = (t, ...l) => String.raw({ raw: t }, ...l), e = y, k = {
|
|
|
93
96
|
input: {
|
|
94
97
|
class: e`hidden`
|
|
95
98
|
}
|
|
96
|
-
},
|
|
97
|
-
root: {
|
|
98
|
-
class: e`has-[input:read-only]:curser-not-allowed inline-flex items-center gap-4 border-2 border-blue-800 bg-white px-16 py-0 has-[:focus]:outline has-[:focus]:outline-4 has-[:focus]:-outline-offset-4 has-[:focus]:outline-blue-800 has-[:hover]:outline has-[:hover]:outline-4 has-[:hover]:-outline-offset-4 has-[:hover]:outline-blue-800 has-[[aria-invalid]]:border-red-800 has-[[aria-invalid]]:bg-red-200 has-[[aria-invalid]]:outline-red-800 has-[[data-size=large]]:px-24 has-[input:disabled]:border-blue-500 has-[input:disabled]:bg-white has-[input:disabled]:text-blue-500 has-[input:disabled]:outline-hidden has-[input:read-only]:border-blue-300 has-[input:read-only]:bg-blue-300`
|
|
99
|
-
}
|
|
100
|
-
}, A = {
|
|
99
|
+
}, D = {
|
|
101
100
|
root: {
|
|
102
|
-
class: e`
|
|
101
|
+
class: e`flex`
|
|
103
102
|
}
|
|
104
|
-
},
|
|
105
|
-
root: ({ props: t
|
|
106
|
-
const
|
|
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`, A = e`ris-body1-regular h-64 px-24 py-4`, L = {
|
|
104
|
+
root: ({ props: t }) => {
|
|
105
|
+
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`;
|
|
107
106
|
return {
|
|
108
107
|
class: {
|
|
109
|
-
[
|
|
110
|
-
[
|
|
111
|
-
[
|
|
112
|
-
[
|
|
113
|
-
[
|
|
114
|
-
[L]: (!t.size || t.size === "small") && o,
|
|
115
|
-
[D]: t.size === "large" && !o,
|
|
116
|
-
[B]: t.size === "large" && o
|
|
108
|
+
[y]: !0,
|
|
109
|
+
[r]: !!t.fluid,
|
|
110
|
+
[l]: !0,
|
|
111
|
+
[k]: !t.size || t.size === "small",
|
|
112
|
+
[A]: t.size === "large"
|
|
117
113
|
},
|
|
118
114
|
"data-size": t.size ?? "small"
|
|
119
115
|
};
|
|
120
116
|
}
|
|
121
|
-
},
|
|
117
|
+
}, B = {
|
|
122
118
|
root: {
|
|
123
119
|
class: e`ris-body2-regular bg-white shadow`
|
|
124
120
|
},
|
|
@@ -140,25 +136,25 @@ const y = (t, ...l) => String.raw({ raw: t }, ...l), e = y, k = {
|
|
|
140
136
|
itemLink: {
|
|
141
137
|
class: e`flex items-center gap-8`
|
|
142
138
|
}
|
|
143
|
-
},
|
|
139
|
+
}, F = {
|
|
144
140
|
root: ({ props: t, instance: l }) => {
|
|
145
|
-
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`,
|
|
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`, c = e`border-l-red-800 bg-red-200`, u = !!l.$slots.icon, b = {
|
|
146
142
|
success: "var(--ris-icon-success)",
|
|
147
143
|
info: "var(--ris-icon-info)",
|
|
148
144
|
warn: "var(--ris-icon-warn)",
|
|
149
145
|
error: "var(--ris-icon-error)"
|
|
150
|
-
}[o],
|
|
146
|
+
}[o], i = e`bg-[length:20px] bg-[16px_18px] bg-no-repeat pl-44`;
|
|
151
147
|
return {
|
|
152
148
|
class: {
|
|
153
149
|
[r]: !0,
|
|
154
150
|
[s]: o === "success",
|
|
155
151
|
[a]: o === "info",
|
|
156
152
|
[n]: o === "warn",
|
|
157
|
-
[
|
|
158
|
-
[
|
|
153
|
+
[c]: o === "error",
|
|
154
|
+
[i]: !u
|
|
159
155
|
},
|
|
160
156
|
style: {
|
|
161
|
-
backgroundImage:
|
|
157
|
+
backgroundImage: u ? void 0 : b
|
|
162
158
|
}
|
|
163
159
|
};
|
|
164
160
|
},
|
|
@@ -180,16 +176,16 @@ const y = (t, ...l) => String.raw({ raw: t }, ...l), e = y, k = {
|
|
|
180
176
|
}
|
|
181
177
|
};
|
|
182
178
|
}
|
|
183
|
-
},
|
|
179
|
+
}, T = {
|
|
184
180
|
// All styling moved to inputText.ts
|
|
185
|
-
},
|
|
181
|
+
}, C = {
|
|
186
182
|
root: {
|
|
187
183
|
class: e`mx-auto inline-block h-28 w-28 animate-spin`
|
|
188
184
|
},
|
|
189
185
|
circle: {
|
|
190
186
|
class: e`fill-transparent stroke-current stroke-[4px] text-blue-800 [stroke-dasharray:200] [stroke-dashoffset:100]`
|
|
191
187
|
}
|
|
192
|
-
},
|
|
188
|
+
}, I = {
|
|
193
189
|
root: {
|
|
194
190
|
class: e`[&+label]:ris-label1-regular relative inline-block h-32 w-32 [&+label]:ml-8`
|
|
195
191
|
},
|
|
@@ -202,14 +198,14 @@ const y = (t, ...l) => String.raw({ raw: t }, ...l), e = y, k = {
|
|
|
202
198
|
icon: {
|
|
203
199
|
class: e`h-16 w-16 rounded-full bg-current`
|
|
204
200
|
}
|
|
205
|
-
},
|
|
201
|
+
}, v = e`w-full`, E = {
|
|
206
202
|
root: ({ props: t }) => {
|
|
207
203
|
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`;
|
|
208
204
|
return {
|
|
209
205
|
class: {
|
|
210
206
|
[l]: !0,
|
|
211
207
|
[r]: !0,
|
|
212
|
-
[
|
|
208
|
+
[v]: !!t.fluid,
|
|
213
209
|
[o]: t.invalid
|
|
214
210
|
},
|
|
215
211
|
"aria-invalid": t.invalid ? "true" : null
|
|
@@ -219,7 +215,7 @@ const y = (t, ...l) => String.raw({ raw: t }, ...l), e = y, k = {
|
|
|
219
215
|
root: ({ props: t }) => ({
|
|
220
216
|
class: {
|
|
221
217
|
[e`focus-visible:outline-hidden`]: !0,
|
|
222
|
-
[
|
|
218
|
+
[v]: !!t.fluid
|
|
223
219
|
}
|
|
224
220
|
})
|
|
225
221
|
},
|
|
@@ -233,7 +229,7 @@ const y = (t, ...l) => String.raw({ raw: t }, ...l), e = y, k = {
|
|
|
233
229
|
overlay: {
|
|
234
230
|
class: e`mt-12 w-full overflow-auto bg-white px-8 py-12 shadow-md`
|
|
235
231
|
}
|
|
236
|
-
},
|
|
232
|
+
}, j = {
|
|
237
233
|
root: ({ props: t }) => {
|
|
238
234
|
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`;
|
|
239
235
|
return {
|
|
@@ -243,7 +239,7 @@ const y = (t, ...l) => String.raw({ raw: t }, ...l), e = y, k = {
|
|
|
243
239
|
}
|
|
244
240
|
};
|
|
245
241
|
}
|
|
246
|
-
},
|
|
242
|
+
}, R = {
|
|
247
243
|
root: {
|
|
248
244
|
class: e`max-w-lg`
|
|
249
245
|
},
|
|
@@ -298,18 +294,18 @@ const y = (t, ...l) => String.raw({ raw: t }, ...l), e = y, k = {
|
|
|
298
294
|
closeIcon: {
|
|
299
295
|
class: e`text-black`
|
|
300
296
|
}
|
|
301
|
-
},
|
|
297
|
+
}, V = {
|
|
302
298
|
root: ({ props: t, state: l }) => {
|
|
303
|
-
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`,
|
|
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`, c = e`border-red-800 bg-red-200 aria-[invalid]:outline-red-800 aria-[invalid]:active:outline-hidden aria-[invalid]:disabled:outline-hidden`, u = e`w-full`;
|
|
304
300
|
return {
|
|
305
301
|
class: {
|
|
306
302
|
[r]: !0,
|
|
307
303
|
[o]: !t.disabled,
|
|
308
304
|
[s]: l.focused && !t.disabled,
|
|
309
305
|
[a]: !t.disabled,
|
|
310
|
-
[
|
|
306
|
+
[u]: !!t.fluid,
|
|
311
307
|
[n]: t.disabled,
|
|
312
|
-
[
|
|
308
|
+
[c]: t.invalid
|
|
313
309
|
},
|
|
314
310
|
"aria-invalid": t.invalid ? "true" : null
|
|
315
311
|
};
|
|
@@ -335,17 +331,17 @@ const y = (t, ...l) => String.raw({ raw: t }, ...l), e = y, k = {
|
|
|
335
331
|
}
|
|
336
332
|
};
|
|
337
333
|
}
|
|
338
|
-
},
|
|
334
|
+
}, _ = {
|
|
339
335
|
pcInputText: {
|
|
340
336
|
root: ({ props: t }) => ({
|
|
341
337
|
class: {
|
|
342
|
-
[
|
|
343
|
-
[
|
|
338
|
+
[y]: !0,
|
|
339
|
+
[k]: !0,
|
|
344
340
|
"w-full": !!t.fluid
|
|
345
341
|
}
|
|
346
342
|
})
|
|
347
343
|
}
|
|
348
|
-
},
|
|
344
|
+
}, P = {
|
|
349
345
|
list: {
|
|
350
346
|
class: e`m-0 flex list-none flex-wrap items-center p-0 leading-none`
|
|
351
347
|
},
|
|
@@ -358,17 +354,17 @@ const y = (t, ...l) => String.raw({ raw: t }, ...l), e = y, k = {
|
|
|
358
354
|
separator: {
|
|
359
355
|
class: e`mx-6 flex items-center text-gray-600`
|
|
360
356
|
}
|
|
361
|
-
},
|
|
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`, Z = {
|
|
362
358
|
root: {
|
|
363
359
|
class: e`text-blue-800`
|
|
364
360
|
},
|
|
365
361
|
header: ({ context: t }) => ({
|
|
366
362
|
class: {
|
|
367
363
|
[e`group flex h-64 items-center border-l-4 border-transparent py-8 pr-20 pl-10`]: !0,
|
|
368
|
-
[
|
|
369
|
-
[
|
|
370
|
-
[
|
|
371
|
-
[
|
|
364
|
+
[x]: !0,
|
|
365
|
+
[p]: !0,
|
|
366
|
+
[m]: t.active,
|
|
367
|
+
[w]: !t.active
|
|
372
368
|
}
|
|
373
369
|
}),
|
|
374
370
|
content: {
|
|
@@ -387,14 +383,14 @@ const y = (t, ...l) => String.raw({ raw: t }, ...l), e = y, k = {
|
|
|
387
383
|
[l]: !0,
|
|
388
384
|
[r]: t.active && t.focused,
|
|
389
385
|
[o]: !t.active && t.focused,
|
|
390
|
-
[
|
|
391
|
-
[
|
|
392
|
-
[
|
|
393
|
-
[
|
|
386
|
+
[x]: !0,
|
|
387
|
+
[p]: !0,
|
|
388
|
+
[m]: t.active,
|
|
389
|
+
[w]: !t.active
|
|
394
390
|
}
|
|
395
391
|
};
|
|
396
392
|
}
|
|
397
|
-
},
|
|
393
|
+
}, J = {
|
|
398
394
|
node: {
|
|
399
395
|
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`
|
|
400
396
|
},
|
|
@@ -439,7 +435,7 @@ const y = (t, ...l) => String.raw({ raw: t }, ...l), e = y, k = {
|
|
|
439
435
|
}
|
|
440
436
|
};
|
|
441
437
|
}
|
|
442
|
-
},
|
|
438
|
+
}, H = {
|
|
443
439
|
root: ({ props: t }) => ({
|
|
444
440
|
class: {
|
|
445
441
|
[e`flex flex-nowrap rounded-none border-0 bg-transparent`]: !0,
|
|
@@ -460,7 +456,7 @@ const y = (t, ...l) => String.raw({ raw: t }, ...l), e = y, k = {
|
|
|
460
456
|
[e`h-[3px] w-11/12 cursor-row-resize`]: t.layout === "vertical"
|
|
461
457
|
}
|
|
462
458
|
})
|
|
463
|
-
},
|
|
459
|
+
}, K = {
|
|
464
460
|
root: {
|
|
465
461
|
class: e`relative`
|
|
466
462
|
},
|
|
@@ -494,13 +490,13 @@ const y = (t, ...l) => String.raw({ raw: t }, ...l), e = y, k = {
|
|
|
494
490
|
class: e`ris-body1-regular h-56 px-16 py-12`
|
|
495
491
|
},
|
|
496
492
|
pcHeaderCheckbox: {
|
|
497
|
-
...
|
|
493
|
+
...f,
|
|
498
494
|
root: {
|
|
499
495
|
class: e`relative block h-24 w-24`
|
|
500
496
|
}
|
|
501
497
|
},
|
|
502
498
|
pcRowCheckbox: {
|
|
503
|
-
...
|
|
499
|
+
...f,
|
|
504
500
|
root: {
|
|
505
501
|
class: e`relative block h-24 w-24`
|
|
506
502
|
}
|
|
@@ -515,7 +511,7 @@ const y = (t, ...l) => String.raw({ raw: t }, ...l), e = y, k = {
|
|
|
515
511
|
emptyMessageCell: {
|
|
516
512
|
class: e`py-96 text-center text-gray-900`
|
|
517
513
|
}
|
|
518
|
-
},
|
|
514
|
+
}, G = {
|
|
519
515
|
root: ({ context: t }) => {
|
|
520
516
|
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`;
|
|
521
517
|
return {
|
|
@@ -526,15 +522,15 @@ const y = (t, ...l) => String.raw({ raw: t }, ...l), e = y, k = {
|
|
|
526
522
|
}
|
|
527
523
|
};
|
|
528
524
|
}
|
|
529
|
-
},
|
|
525
|
+
}, O = {
|
|
530
526
|
root: {
|
|
531
527
|
class: e`min-h-96 bg-[var(--p-tabs-tabpanel-background)] py-24 outline-blue-800 focus-visible:outline-solid`
|
|
532
528
|
}
|
|
533
|
-
},
|
|
529
|
+
}, W = {
|
|
534
530
|
tabList: {
|
|
535
531
|
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)]`
|
|
536
532
|
}
|
|
537
|
-
},
|
|
533
|
+
}, $ = {
|
|
538
534
|
arrow: ({ context: t }) => {
|
|
539
535
|
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;
|
|
540
536
|
return {
|
|
@@ -553,7 +549,7 @@ const y = (t, ...l) => String.raw({ raw: t }, ...l), e = y, k = {
|
|
|
553
549
|
root: {
|
|
554
550
|
class: e`absolute`
|
|
555
551
|
}
|
|
556
|
-
},
|
|
552
|
+
}, U = {
|
|
557
553
|
startsWith: "Beginnt mit",
|
|
558
554
|
contains: "Enthält",
|
|
559
555
|
notContains: "Enthält nicht",
|
|
@@ -707,41 +703,40 @@ const y = (t, ...l) => String.raw({ raw: t }, ...l), e = y, k = {
|
|
|
707
703
|
rotateLeft: "Links drehen",
|
|
708
704
|
listLabel: "Optionsliste"
|
|
709
705
|
}
|
|
710
|
-
},
|
|
711
|
-
button:
|
|
712
|
-
checkbox:
|
|
713
|
-
confirmDialog:
|
|
706
|
+
}, q = {
|
|
707
|
+
button: S,
|
|
708
|
+
checkbox: f,
|
|
709
|
+
confirmDialog: M,
|
|
714
710
|
dialog: z,
|
|
715
|
-
fileUpload:
|
|
716
|
-
inputGroup:
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
tabList: U,
|
|
711
|
+
fileUpload: N,
|
|
712
|
+
inputGroup: D,
|
|
713
|
+
inputText: L,
|
|
714
|
+
menu: B,
|
|
715
|
+
message: F,
|
|
716
|
+
password: T,
|
|
717
|
+
progressSpinner: C,
|
|
718
|
+
radioButton: I,
|
|
719
|
+
textarea: j,
|
|
720
|
+
toast: R,
|
|
721
|
+
autocomplete: E,
|
|
722
|
+
select: V,
|
|
723
|
+
inputMask: _,
|
|
724
|
+
breadcrumb: P,
|
|
725
|
+
tree: J,
|
|
726
|
+
panelmenu: Z,
|
|
727
|
+
splitter: H,
|
|
728
|
+
dataTable: K,
|
|
729
|
+
tab: G,
|
|
730
|
+
tabPanel: O,
|
|
731
|
+
tabList: W,
|
|
737
732
|
directives: {
|
|
738
|
-
tooltip:
|
|
733
|
+
tooltip: $
|
|
739
734
|
}
|
|
740
|
-
},
|
|
741
|
-
deDE:
|
|
735
|
+
}, Q = {
|
|
736
|
+
deDE: U
|
|
742
737
|
};
|
|
743
738
|
export {
|
|
744
|
-
|
|
745
|
-
|
|
739
|
+
Q as RisUiLocale,
|
|
740
|
+
q as RisUiTheme
|
|
746
741
|
};
|
|
747
742
|
//# sourceMappingURL=index.js.map
|