@keycloak/keycloak-account-ui 26.6.4 → 26.7.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/lib/.vite/manifest.json +20 -1
- package/lib/VerifiableCredentials-Bn4fCfdP.js +972 -0
- package/lib/VerifiableCredentials-Bn4fCfdP.js.map +1 -0
- package/lib/api/methods.d.ts +5 -1
- package/lib/api/representations.d.ts +8 -15
- package/lib/api.d.ts +1 -3
- package/lib/index-CkT3ADJM.js +18394 -0
- package/lib/index-CkT3ADJM.js.map +1 -0
- package/lib/index.d.ts +1 -1
- package/lib/keycloak-account-ui.css +1 -1
- package/lib/keycloak-account-ui.js +37 -18420
- package/lib/keycloak-account-ui.js.map +1 -1
- package/lib/routes.d.ts +1 -1
- package/lib/verifiable-credentials/CredentialRow.d.ts +7 -0
- package/lib/verifiable-credentials/IssuedCredentialsModal.d.ts +7 -0
- package/lib/verifiable-credentials/UserAttributesDialog.d.ts +7 -0
- package/lib/verifiable-credentials/VerifiableCredentials.d.ts +2 -0
- package/package.json +5 -5
- package/lib/oid4vci/Oid4Vci.d.ts +0 -2
|
@@ -0,0 +1,972 @@
|
|
|
1
|
+
import { jsx as n, jsxs as g, Fragment as R } from "react/jsx-runtime";
|
|
2
|
+
import { _ as K, s as $, c as P, f as o, M as b, a as k, T as ln, b as an, d as mn, e as A, g as B, h as on, i as T, U as E, u as z, j as pn, k as tn, l as F, E as sn, B as C, m as W, n as q, r as fn, o as rn, D as J, p as Y, q as H, t as G, v as V, F as U, w as cn, x as gn, P as xn, S as dn, y as On, z as un, A as wn, C as Sn, G as _n } from "./index-CkT3ADJM.js";
|
|
3
|
+
import * as Q from "react";
|
|
4
|
+
import { useState as X, useEffect as hn } from "react";
|
|
5
|
+
import { useTranslation as N } from "react-i18next";
|
|
6
|
+
const m = {
|
|
7
|
+
flex: "pf-v5-l-flex",
|
|
8
|
+
modifiers: {
|
|
9
|
+
flex: "pf-m-flex",
|
|
10
|
+
inlineFlex: "pf-m-inline-flex",
|
|
11
|
+
column: "pf-m-column",
|
|
12
|
+
columnReverse: "pf-m-column-reverse",
|
|
13
|
+
row: "pf-m-row",
|
|
14
|
+
rowReverse: "pf-m-row-reverse",
|
|
15
|
+
wrap: "pf-m-wrap",
|
|
16
|
+
wrapReverse: "pf-m-wrap-reverse",
|
|
17
|
+
nowrap: "pf-m-nowrap",
|
|
18
|
+
justifyContentFlexStart: "pf-m-justify-content-flex-start",
|
|
19
|
+
justifyContentFlexEnd: "pf-m-justify-content-flex-end",
|
|
20
|
+
justifyContentCenter: "pf-m-justify-content-center",
|
|
21
|
+
justifyContentSpaceBetween: "pf-m-justify-content-space-between",
|
|
22
|
+
justifyContentSpaceAround: "pf-m-justify-content-space-around",
|
|
23
|
+
justifyContentSpaceEvenly: "pf-m-justify-content-space-evenly",
|
|
24
|
+
alignItemsFlexStart: "pf-m-align-items-flex-start",
|
|
25
|
+
alignItemsFlexEnd: "pf-m-align-items-flex-end",
|
|
26
|
+
alignItemsCenter: "pf-m-align-items-center",
|
|
27
|
+
alignItemsStretch: "pf-m-align-items-stretch",
|
|
28
|
+
alignItemsBaseline: "pf-m-align-items-baseline",
|
|
29
|
+
alignContentFlexStart: "pf-m-align-content-flex-start",
|
|
30
|
+
alignContentFlexEnd: "pf-m-align-content-flex-end",
|
|
31
|
+
alignContentCenter: "pf-m-align-content-center",
|
|
32
|
+
alignContentStretch: "pf-m-align-content-stretch",
|
|
33
|
+
alignContentSpaceBetween: "pf-m-align-content-space-between",
|
|
34
|
+
alignContentSpaceAround: "pf-m-align-content-space-around",
|
|
35
|
+
alignRight: "pf-m-align-right",
|
|
36
|
+
alignLeft: "pf-m-align-left",
|
|
37
|
+
grow: "pf-m-grow",
|
|
38
|
+
shrink: "pf-m-shrink",
|
|
39
|
+
fullWidth: "pf-m-full-width",
|
|
40
|
+
flex_1: "pf-m-flex-1",
|
|
41
|
+
flex_2: "pf-m-flex-2",
|
|
42
|
+
flex_3: "pf-m-flex-3",
|
|
43
|
+
flex_4: "pf-m-flex-4",
|
|
44
|
+
flexDefault: "pf-m-flex-default",
|
|
45
|
+
flexNone: "pf-m-flex-none",
|
|
46
|
+
alignSelfFlexStart: "pf-m-align-self-flex-start",
|
|
47
|
+
alignSelfFlexEnd: "pf-m-align-self-flex-end",
|
|
48
|
+
alignSelfCenter: "pf-m-align-self-center",
|
|
49
|
+
alignSelfBaseline: "pf-m-align-self-baseline",
|
|
50
|
+
alignSelfStretch: "pf-m-align-self-stretch",
|
|
51
|
+
flexOnSm: "pf-m-flex-on-sm",
|
|
52
|
+
inlineFlexOnSm: "pf-m-inline-flex-on-sm",
|
|
53
|
+
columnOnSm: "pf-m-column-on-sm",
|
|
54
|
+
columnReverseOnSm: "pf-m-column-reverse-on-sm",
|
|
55
|
+
rowOnSm: "pf-m-row-on-sm",
|
|
56
|
+
rowReverseOnSm: "pf-m-row-reverse-on-sm",
|
|
57
|
+
wrapOnSm: "pf-m-wrap-on-sm",
|
|
58
|
+
wrapReverseOnSm: "pf-m-wrap-reverse-on-sm",
|
|
59
|
+
nowrapOnSm: "pf-m-nowrap-on-sm",
|
|
60
|
+
justifyContentFlexStartOnSm: "pf-m-justify-content-flex-start-on-sm",
|
|
61
|
+
justifyContentFlexEndOnSm: "pf-m-justify-content-flex-end-on-sm",
|
|
62
|
+
justifyContentCenterOnSm: "pf-m-justify-content-center-on-sm",
|
|
63
|
+
justifyContentSpaceBetweenOnSm: "pf-m-justify-content-space-between-on-sm",
|
|
64
|
+
justifyContentSpaceAroundOnSm: "pf-m-justify-content-space-around-on-sm",
|
|
65
|
+
justifyContentSpaceEvenlyOnSm: "pf-m-justify-content-space-evenly-on-sm",
|
|
66
|
+
alignItemsFlexStartOnSm: "pf-m-align-items-flex-start-on-sm",
|
|
67
|
+
alignItemsFlexEndOnSm: "pf-m-align-items-flex-end-on-sm",
|
|
68
|
+
alignItemsCenterOnSm: "pf-m-align-items-center-on-sm",
|
|
69
|
+
alignItemsStretchOnSm: "pf-m-align-items-stretch-on-sm",
|
|
70
|
+
alignItemsBaselineOnSm: "pf-m-align-items-baseline-on-sm",
|
|
71
|
+
alignContentFlexStartOnSm: "pf-m-align-content-flex-start-on-sm",
|
|
72
|
+
alignContentFlexEndOnSm: "pf-m-align-content-flex-end-on-sm",
|
|
73
|
+
alignContentCenterOnSm: "pf-m-align-content-center-on-sm",
|
|
74
|
+
alignContentStretchOnSm: "pf-m-align-content-stretch-on-sm",
|
|
75
|
+
alignContentSpaceBetweenOnSm: "pf-m-align-content-space-between-on-sm",
|
|
76
|
+
alignContentSpaceAroundOnSm: "pf-m-align-content-space-around-on-sm",
|
|
77
|
+
alignRightOnSm: "pf-m-align-right-on-sm",
|
|
78
|
+
alignLeftOnSm: "pf-m-align-left-on-sm",
|
|
79
|
+
growOnSm: "pf-m-grow-on-sm",
|
|
80
|
+
shrinkOnSm: "pf-m-shrink-on-sm",
|
|
81
|
+
fullWidthOnSm: "pf-m-full-width-on-sm",
|
|
82
|
+
flex_1OnSm: "pf-m-flex-1-on-sm",
|
|
83
|
+
flex_2OnSm: "pf-m-flex-2-on-sm",
|
|
84
|
+
flex_3OnSm: "pf-m-flex-3-on-sm",
|
|
85
|
+
flex_4OnSm: "pf-m-flex-4-on-sm",
|
|
86
|
+
flexDefaultOnSm: "pf-m-flex-default-on-sm",
|
|
87
|
+
flexNoneOnSm: "pf-m-flex-none-on-sm",
|
|
88
|
+
alignSelfFlexStartOnSm: "pf-m-align-self-flex-start-on-sm",
|
|
89
|
+
alignSelfFlexEndOnSm: "pf-m-align-self-flex-end-on-sm",
|
|
90
|
+
alignSelfCenterOnSm: "pf-m-align-self-center-on-sm",
|
|
91
|
+
alignSelfBaselineOnSm: "pf-m-align-self-baseline-on-sm",
|
|
92
|
+
alignSelfStretchOnSm: "pf-m-align-self-stretch-on-sm",
|
|
93
|
+
flexOnMd: "pf-m-flex-on-md",
|
|
94
|
+
inlineFlexOnMd: "pf-m-inline-flex-on-md",
|
|
95
|
+
columnOnMd: "pf-m-column-on-md",
|
|
96
|
+
columnReverseOnMd: "pf-m-column-reverse-on-md",
|
|
97
|
+
rowOnMd: "pf-m-row-on-md",
|
|
98
|
+
rowReverseOnMd: "pf-m-row-reverse-on-md",
|
|
99
|
+
wrapOnMd: "pf-m-wrap-on-md",
|
|
100
|
+
wrapReverseOnMd: "pf-m-wrap-reverse-on-md",
|
|
101
|
+
nowrapOnMd: "pf-m-nowrap-on-md",
|
|
102
|
+
justifyContentFlexStartOnMd: "pf-m-justify-content-flex-start-on-md",
|
|
103
|
+
justifyContentFlexEndOnMd: "pf-m-justify-content-flex-end-on-md",
|
|
104
|
+
justifyContentCenterOnMd: "pf-m-justify-content-center-on-md",
|
|
105
|
+
justifyContentSpaceBetweenOnMd: "pf-m-justify-content-space-between-on-md",
|
|
106
|
+
justifyContentSpaceAroundOnMd: "pf-m-justify-content-space-around-on-md",
|
|
107
|
+
justifyContentSpaceEvenlyOnMd: "pf-m-justify-content-space-evenly-on-md",
|
|
108
|
+
alignItemsFlexStartOnMd: "pf-m-align-items-flex-start-on-md",
|
|
109
|
+
alignItemsFlexEndOnMd: "pf-m-align-items-flex-end-on-md",
|
|
110
|
+
alignItemsCenterOnMd: "pf-m-align-items-center-on-md",
|
|
111
|
+
alignItemsStretchOnMd: "pf-m-align-items-stretch-on-md",
|
|
112
|
+
alignItemsBaselineOnMd: "pf-m-align-items-baseline-on-md",
|
|
113
|
+
alignContentFlexStartOnMd: "pf-m-align-content-flex-start-on-md",
|
|
114
|
+
alignContentFlexEndOnMd: "pf-m-align-content-flex-end-on-md",
|
|
115
|
+
alignContentCenterOnMd: "pf-m-align-content-center-on-md",
|
|
116
|
+
alignContentStretchOnMd: "pf-m-align-content-stretch-on-md",
|
|
117
|
+
alignContentSpaceBetweenOnMd: "pf-m-align-content-space-between-on-md",
|
|
118
|
+
alignContentSpaceAroundOnMd: "pf-m-align-content-space-around-on-md",
|
|
119
|
+
alignRightOnMd: "pf-m-align-right-on-md",
|
|
120
|
+
alignLeftOnMd: "pf-m-align-left-on-md",
|
|
121
|
+
growOnMd: "pf-m-grow-on-md",
|
|
122
|
+
shrinkOnMd: "pf-m-shrink-on-md",
|
|
123
|
+
fullWidthOnMd: "pf-m-full-width-on-md",
|
|
124
|
+
flex_1OnMd: "pf-m-flex-1-on-md",
|
|
125
|
+
flex_2OnMd: "pf-m-flex-2-on-md",
|
|
126
|
+
flex_3OnMd: "pf-m-flex-3-on-md",
|
|
127
|
+
flex_4OnMd: "pf-m-flex-4-on-md",
|
|
128
|
+
flexDefaultOnMd: "pf-m-flex-default-on-md",
|
|
129
|
+
flexNoneOnMd: "pf-m-flex-none-on-md",
|
|
130
|
+
alignSelfFlexStartOnMd: "pf-m-align-self-flex-start-on-md",
|
|
131
|
+
alignSelfFlexEndOnMd: "pf-m-align-self-flex-end-on-md",
|
|
132
|
+
alignSelfCenterOnMd: "pf-m-align-self-center-on-md",
|
|
133
|
+
alignSelfBaselineOnMd: "pf-m-align-self-baseline-on-md",
|
|
134
|
+
alignSelfStretchOnMd: "pf-m-align-self-stretch-on-md",
|
|
135
|
+
flexOnLg: "pf-m-flex-on-lg",
|
|
136
|
+
inlineFlexOnLg: "pf-m-inline-flex-on-lg",
|
|
137
|
+
columnOnLg: "pf-m-column-on-lg",
|
|
138
|
+
columnReverseOnLg: "pf-m-column-reverse-on-lg",
|
|
139
|
+
rowOnLg: "pf-m-row-on-lg",
|
|
140
|
+
rowReverseOnLg: "pf-m-row-reverse-on-lg",
|
|
141
|
+
wrapOnLg: "pf-m-wrap-on-lg",
|
|
142
|
+
wrapReverseOnLg: "pf-m-wrap-reverse-on-lg",
|
|
143
|
+
nowrapOnLg: "pf-m-nowrap-on-lg",
|
|
144
|
+
justifyContentFlexStartOnLg: "pf-m-justify-content-flex-start-on-lg",
|
|
145
|
+
justifyContentFlexEndOnLg: "pf-m-justify-content-flex-end-on-lg",
|
|
146
|
+
justifyContentCenterOnLg: "pf-m-justify-content-center-on-lg",
|
|
147
|
+
justifyContentSpaceBetweenOnLg: "pf-m-justify-content-space-between-on-lg",
|
|
148
|
+
justifyContentSpaceAroundOnLg: "pf-m-justify-content-space-around-on-lg",
|
|
149
|
+
justifyContentSpaceEvenlyOnLg: "pf-m-justify-content-space-evenly-on-lg",
|
|
150
|
+
alignItemsFlexStartOnLg: "pf-m-align-items-flex-start-on-lg",
|
|
151
|
+
alignItemsFlexEndOnLg: "pf-m-align-items-flex-end-on-lg",
|
|
152
|
+
alignItemsCenterOnLg: "pf-m-align-items-center-on-lg",
|
|
153
|
+
alignItemsStretchOnLg: "pf-m-align-items-stretch-on-lg",
|
|
154
|
+
alignItemsBaselineOnLg: "pf-m-align-items-baseline-on-lg",
|
|
155
|
+
alignContentFlexStartOnLg: "pf-m-align-content-flex-start-on-lg",
|
|
156
|
+
alignContentFlexEndOnLg: "pf-m-align-content-flex-end-on-lg",
|
|
157
|
+
alignContentCenterOnLg: "pf-m-align-content-center-on-lg",
|
|
158
|
+
alignContentStretchOnLg: "pf-m-align-content-stretch-on-lg",
|
|
159
|
+
alignContentSpaceBetweenOnLg: "pf-m-align-content-space-between-on-lg",
|
|
160
|
+
alignContentSpaceAroundOnLg: "pf-m-align-content-space-around-on-lg",
|
|
161
|
+
alignRightOnLg: "pf-m-align-right-on-lg",
|
|
162
|
+
alignLeftOnLg: "pf-m-align-left-on-lg",
|
|
163
|
+
growOnLg: "pf-m-grow-on-lg",
|
|
164
|
+
shrinkOnLg: "pf-m-shrink-on-lg",
|
|
165
|
+
fullWidthOnLg: "pf-m-full-width-on-lg",
|
|
166
|
+
flex_1OnLg: "pf-m-flex-1-on-lg",
|
|
167
|
+
flex_2OnLg: "pf-m-flex-2-on-lg",
|
|
168
|
+
flex_3OnLg: "pf-m-flex-3-on-lg",
|
|
169
|
+
flex_4OnLg: "pf-m-flex-4-on-lg",
|
|
170
|
+
flexDefaultOnLg: "pf-m-flex-default-on-lg",
|
|
171
|
+
flexNoneOnLg: "pf-m-flex-none-on-lg",
|
|
172
|
+
alignSelfFlexStartOnLg: "pf-m-align-self-flex-start-on-lg",
|
|
173
|
+
alignSelfFlexEndOnLg: "pf-m-align-self-flex-end-on-lg",
|
|
174
|
+
alignSelfCenterOnLg: "pf-m-align-self-center-on-lg",
|
|
175
|
+
alignSelfBaselineOnLg: "pf-m-align-self-baseline-on-lg",
|
|
176
|
+
alignSelfStretchOnLg: "pf-m-align-self-stretch-on-lg",
|
|
177
|
+
flexOnXl: "pf-m-flex-on-xl",
|
|
178
|
+
inlineFlexOnXl: "pf-m-inline-flex-on-xl",
|
|
179
|
+
columnOnXl: "pf-m-column-on-xl",
|
|
180
|
+
columnReverseOnXl: "pf-m-column-reverse-on-xl",
|
|
181
|
+
rowOnXl: "pf-m-row-on-xl",
|
|
182
|
+
rowReverseOnXl: "pf-m-row-reverse-on-xl",
|
|
183
|
+
wrapOnXl: "pf-m-wrap-on-xl",
|
|
184
|
+
wrapReverseOnXl: "pf-m-wrap-reverse-on-xl",
|
|
185
|
+
nowrapOnXl: "pf-m-nowrap-on-xl",
|
|
186
|
+
justifyContentFlexStartOnXl: "pf-m-justify-content-flex-start-on-xl",
|
|
187
|
+
justifyContentFlexEndOnXl: "pf-m-justify-content-flex-end-on-xl",
|
|
188
|
+
justifyContentCenterOnXl: "pf-m-justify-content-center-on-xl",
|
|
189
|
+
justifyContentSpaceBetweenOnXl: "pf-m-justify-content-space-between-on-xl",
|
|
190
|
+
justifyContentSpaceAroundOnXl: "pf-m-justify-content-space-around-on-xl",
|
|
191
|
+
justifyContentSpaceEvenlyOnXl: "pf-m-justify-content-space-evenly-on-xl",
|
|
192
|
+
alignItemsFlexStartOnXl: "pf-m-align-items-flex-start-on-xl",
|
|
193
|
+
alignItemsFlexEndOnXl: "pf-m-align-items-flex-end-on-xl",
|
|
194
|
+
alignItemsCenterOnXl: "pf-m-align-items-center-on-xl",
|
|
195
|
+
alignItemsStretchOnXl: "pf-m-align-items-stretch-on-xl",
|
|
196
|
+
alignItemsBaselineOnXl: "pf-m-align-items-baseline-on-xl",
|
|
197
|
+
alignContentFlexStartOnXl: "pf-m-align-content-flex-start-on-xl",
|
|
198
|
+
alignContentFlexEndOnXl: "pf-m-align-content-flex-end-on-xl",
|
|
199
|
+
alignContentCenterOnXl: "pf-m-align-content-center-on-xl",
|
|
200
|
+
alignContentStretchOnXl: "pf-m-align-content-stretch-on-xl",
|
|
201
|
+
alignContentSpaceBetweenOnXl: "pf-m-align-content-space-between-on-xl",
|
|
202
|
+
alignContentSpaceAroundOnXl: "pf-m-align-content-space-around-on-xl",
|
|
203
|
+
alignRightOnXl: "pf-m-align-right-on-xl",
|
|
204
|
+
alignLeftOnXl: "pf-m-align-left-on-xl",
|
|
205
|
+
growOnXl: "pf-m-grow-on-xl",
|
|
206
|
+
shrinkOnXl: "pf-m-shrink-on-xl",
|
|
207
|
+
fullWidthOnXl: "pf-m-full-width-on-xl",
|
|
208
|
+
flex_1OnXl: "pf-m-flex-1-on-xl",
|
|
209
|
+
flex_2OnXl: "pf-m-flex-2-on-xl",
|
|
210
|
+
flex_3OnXl: "pf-m-flex-3-on-xl",
|
|
211
|
+
flex_4OnXl: "pf-m-flex-4-on-xl",
|
|
212
|
+
flexDefaultOnXl: "pf-m-flex-default-on-xl",
|
|
213
|
+
flexNoneOnXl: "pf-m-flex-none-on-xl",
|
|
214
|
+
alignSelfFlexStartOnXl: "pf-m-align-self-flex-start-on-xl",
|
|
215
|
+
alignSelfFlexEndOnXl: "pf-m-align-self-flex-end-on-xl",
|
|
216
|
+
alignSelfCenterOnXl: "pf-m-align-self-center-on-xl",
|
|
217
|
+
alignSelfBaselineOnXl: "pf-m-align-self-baseline-on-xl",
|
|
218
|
+
alignSelfStretchOnXl: "pf-m-align-self-stretch-on-xl",
|
|
219
|
+
flexOn_2xl: "pf-m-flex-on-2xl",
|
|
220
|
+
inlineFlexOn_2xl: "pf-m-inline-flex-on-2xl",
|
|
221
|
+
columnOn_2xl: "pf-m-column-on-2xl",
|
|
222
|
+
columnReverseOn_2xl: "pf-m-column-reverse-on-2xl",
|
|
223
|
+
rowOn_2xl: "pf-m-row-on-2xl",
|
|
224
|
+
rowReverseOn_2xl: "pf-m-row-reverse-on-2xl",
|
|
225
|
+
wrapOn_2xl: "pf-m-wrap-on-2xl",
|
|
226
|
+
wrapReverseOn_2xl: "pf-m-wrap-reverse-on-2xl",
|
|
227
|
+
nowrapOn_2xl: "pf-m-nowrap-on-2xl",
|
|
228
|
+
justifyContentFlexStartOn_2xl: "pf-m-justify-content-flex-start-on-2xl",
|
|
229
|
+
justifyContentFlexEndOn_2xl: "pf-m-justify-content-flex-end-on-2xl",
|
|
230
|
+
justifyContentCenterOn_2xl: "pf-m-justify-content-center-on-2xl",
|
|
231
|
+
justifyContentSpaceBetweenOn_2xl: "pf-m-justify-content-space-between-on-2xl",
|
|
232
|
+
justifyContentSpaceAroundOn_2xl: "pf-m-justify-content-space-around-on-2xl",
|
|
233
|
+
justifyContentSpaceEvenlyOn_2xl: "pf-m-justify-content-space-evenly-on-2xl",
|
|
234
|
+
alignItemsFlexStartOn_2xl: "pf-m-align-items-flex-start-on-2xl",
|
|
235
|
+
alignItemsFlexEndOn_2xl: "pf-m-align-items-flex-end-on-2xl",
|
|
236
|
+
alignItemsCenterOn_2xl: "pf-m-align-items-center-on-2xl",
|
|
237
|
+
alignItemsStretchOn_2xl: "pf-m-align-items-stretch-on-2xl",
|
|
238
|
+
alignItemsBaselineOn_2xl: "pf-m-align-items-baseline-on-2xl",
|
|
239
|
+
alignContentFlexStartOn_2xl: "pf-m-align-content-flex-start-on-2xl",
|
|
240
|
+
alignContentFlexEndOn_2xl: "pf-m-align-content-flex-end-on-2xl",
|
|
241
|
+
alignContentCenterOn_2xl: "pf-m-align-content-center-on-2xl",
|
|
242
|
+
alignContentStretchOn_2xl: "pf-m-align-content-stretch-on-2xl",
|
|
243
|
+
alignContentSpaceBetweenOn_2xl: "pf-m-align-content-space-between-on-2xl",
|
|
244
|
+
alignContentSpaceAroundOn_2xl: "pf-m-align-content-space-around-on-2xl",
|
|
245
|
+
alignRightOn_2xl: "pf-m-align-right-on-2xl",
|
|
246
|
+
alignLeftOn_2xl: "pf-m-align-left-on-2xl",
|
|
247
|
+
growOn_2xl: "pf-m-grow-on-2xl",
|
|
248
|
+
shrinkOn_2xl: "pf-m-shrink-on-2xl",
|
|
249
|
+
fullWidthOn_2xl: "pf-m-full-width-on-2xl",
|
|
250
|
+
flex_1On_2xl: "pf-m-flex-1-on-2xl",
|
|
251
|
+
flex_2On_2xl: "pf-m-flex-2-on-2xl",
|
|
252
|
+
flex_3On_2xl: "pf-m-flex-3-on-2xl",
|
|
253
|
+
flex_4On_2xl: "pf-m-flex-4-on-2xl",
|
|
254
|
+
flexDefaultOn_2xl: "pf-m-flex-default-on-2xl",
|
|
255
|
+
flexNoneOn_2xl: "pf-m-flex-none-on-2xl",
|
|
256
|
+
alignSelfFlexStartOn_2xl: "pf-m-align-self-flex-start-on-2xl",
|
|
257
|
+
alignSelfFlexEndOn_2xl: "pf-m-align-self-flex-end-on-2xl",
|
|
258
|
+
alignSelfCenterOn_2xl: "pf-m-align-self-center-on-2xl",
|
|
259
|
+
alignSelfBaselineOn_2xl: "pf-m-align-self-baseline-on-2xl",
|
|
260
|
+
alignSelfStretchOn_2xl: "pf-m-align-self-stretch-on-2xl",
|
|
261
|
+
spaceItemsNone: "pf-m-space-items-none",
|
|
262
|
+
spaceItemsXs: "pf-m-space-items-xs",
|
|
263
|
+
spaceItemsSm: "pf-m-space-items-sm",
|
|
264
|
+
spaceItemsMd: "pf-m-space-items-md",
|
|
265
|
+
spaceItemsLg: "pf-m-space-items-lg",
|
|
266
|
+
spaceItemsXl: "pf-m-space-items-xl",
|
|
267
|
+
spaceItems_2xl: "pf-m-space-items-2xl",
|
|
268
|
+
spaceItems_3xl: "pf-m-space-items-3xl",
|
|
269
|
+
spaceItems_4xl: "pf-m-space-items-4xl",
|
|
270
|
+
spaceItemsNoneOnSm: "pf-m-space-items-none-on-sm",
|
|
271
|
+
spaceItemsXsOnSm: "pf-m-space-items-xs-on-sm",
|
|
272
|
+
spaceItemsSmOnSm: "pf-m-space-items-sm-on-sm",
|
|
273
|
+
spaceItemsMdOnSm: "pf-m-space-items-md-on-sm",
|
|
274
|
+
spaceItemsLgOnSm: "pf-m-space-items-lg-on-sm",
|
|
275
|
+
spaceItemsXlOnSm: "pf-m-space-items-xl-on-sm",
|
|
276
|
+
spaceItems_2xlOnSm: "pf-m-space-items-2xl-on-sm",
|
|
277
|
+
spaceItems_3xlOnSm: "pf-m-space-items-3xl-on-sm",
|
|
278
|
+
spaceItems_4xlOnSm: "pf-m-space-items-4xl-on-sm",
|
|
279
|
+
spaceItemsNoneOnMd: "pf-m-space-items-none-on-md",
|
|
280
|
+
spaceItemsXsOnMd: "pf-m-space-items-xs-on-md",
|
|
281
|
+
spaceItemsSmOnMd: "pf-m-space-items-sm-on-md",
|
|
282
|
+
spaceItemsMdOnMd: "pf-m-space-items-md-on-md",
|
|
283
|
+
spaceItemsLgOnMd: "pf-m-space-items-lg-on-md",
|
|
284
|
+
spaceItemsXlOnMd: "pf-m-space-items-xl-on-md",
|
|
285
|
+
spaceItems_2xlOnMd: "pf-m-space-items-2xl-on-md",
|
|
286
|
+
spaceItems_3xlOnMd: "pf-m-space-items-3xl-on-md",
|
|
287
|
+
spaceItems_4xlOnMd: "pf-m-space-items-4xl-on-md",
|
|
288
|
+
spaceItemsNoneOnLg: "pf-m-space-items-none-on-lg",
|
|
289
|
+
spaceItemsXsOnLg: "pf-m-space-items-xs-on-lg",
|
|
290
|
+
spaceItemsSmOnLg: "pf-m-space-items-sm-on-lg",
|
|
291
|
+
spaceItemsMdOnLg: "pf-m-space-items-md-on-lg",
|
|
292
|
+
spaceItemsLgOnLg: "pf-m-space-items-lg-on-lg",
|
|
293
|
+
spaceItemsXlOnLg: "pf-m-space-items-xl-on-lg",
|
|
294
|
+
spaceItems_2xlOnLg: "pf-m-space-items-2xl-on-lg",
|
|
295
|
+
spaceItems_3xlOnLg: "pf-m-space-items-3xl-on-lg",
|
|
296
|
+
spaceItems_4xlOnLg: "pf-m-space-items-4xl-on-lg",
|
|
297
|
+
spaceItemsNoneOnXl: "pf-m-space-items-none-on-xl",
|
|
298
|
+
spaceItemsXsOnXl: "pf-m-space-items-xs-on-xl",
|
|
299
|
+
spaceItemsSmOnXl: "pf-m-space-items-sm-on-xl",
|
|
300
|
+
spaceItemsMdOnXl: "pf-m-space-items-md-on-xl",
|
|
301
|
+
spaceItemsLgOnXl: "pf-m-space-items-lg-on-xl",
|
|
302
|
+
spaceItemsXlOnXl: "pf-m-space-items-xl-on-xl",
|
|
303
|
+
spaceItems_2xlOnXl: "pf-m-space-items-2xl-on-xl",
|
|
304
|
+
spaceItems_3xlOnXl: "pf-m-space-items-3xl-on-xl",
|
|
305
|
+
spaceItems_4xlOnXl: "pf-m-space-items-4xl-on-xl",
|
|
306
|
+
spaceItemsNoneOn_2xl: "pf-m-space-items-none-on-2xl",
|
|
307
|
+
spaceItemsXsOn_2xl: "pf-m-space-items-xs-on-2xl",
|
|
308
|
+
spaceItemsSmOn_2xl: "pf-m-space-items-sm-on-2xl",
|
|
309
|
+
spaceItemsMdOn_2xl: "pf-m-space-items-md-on-2xl",
|
|
310
|
+
spaceItemsLgOn_2xl: "pf-m-space-items-lg-on-2xl",
|
|
311
|
+
spaceItemsXlOn_2xl: "pf-m-space-items-xl-on-2xl",
|
|
312
|
+
spaceItems_2xlOn_2xl: "pf-m-space-items-2xl-on-2xl",
|
|
313
|
+
spaceItems_3xlOn_2xl: "pf-m-space-items-3xl-on-2xl",
|
|
314
|
+
spaceItems_4xlOn_2xl: "pf-m-space-items-4xl-on-2xl",
|
|
315
|
+
spacerNone: "pf-m-spacer-none",
|
|
316
|
+
spacerXs: "pf-m-spacer-xs",
|
|
317
|
+
spacerSm: "pf-m-spacer-sm",
|
|
318
|
+
spacerMd: "pf-m-spacer-md",
|
|
319
|
+
spacerLg: "pf-m-spacer-lg",
|
|
320
|
+
spacerXl: "pf-m-spacer-xl",
|
|
321
|
+
spacer_2xl: "pf-m-spacer-2xl",
|
|
322
|
+
spacer_3xl: "pf-m-spacer-3xl",
|
|
323
|
+
spacer_4xl: "pf-m-spacer-4xl",
|
|
324
|
+
spacerNoneOnSm: "pf-m-spacer-none-on-sm",
|
|
325
|
+
spacerXsOnSm: "pf-m-spacer-xs-on-sm",
|
|
326
|
+
spacerSmOnSm: "pf-m-spacer-sm-on-sm",
|
|
327
|
+
spacerMdOnSm: "pf-m-spacer-md-on-sm",
|
|
328
|
+
spacerLgOnSm: "pf-m-spacer-lg-on-sm",
|
|
329
|
+
spacerXlOnSm: "pf-m-spacer-xl-on-sm",
|
|
330
|
+
spacer_2xlOnSm: "pf-m-spacer-2xl-on-sm",
|
|
331
|
+
spacer_3xlOnSm: "pf-m-spacer-3xl-on-sm",
|
|
332
|
+
spacer_4xlOnSm: "pf-m-spacer-4xl-on-sm",
|
|
333
|
+
spacerNoneOnMd: "pf-m-spacer-none-on-md",
|
|
334
|
+
spacerXsOnMd: "pf-m-spacer-xs-on-md",
|
|
335
|
+
spacerSmOnMd: "pf-m-spacer-sm-on-md",
|
|
336
|
+
spacerMdOnMd: "pf-m-spacer-md-on-md",
|
|
337
|
+
spacerLgOnMd: "pf-m-spacer-lg-on-md",
|
|
338
|
+
spacerXlOnMd: "pf-m-spacer-xl-on-md",
|
|
339
|
+
spacer_2xlOnMd: "pf-m-spacer-2xl-on-md",
|
|
340
|
+
spacer_3xlOnMd: "pf-m-spacer-3xl-on-md",
|
|
341
|
+
spacer_4xlOnMd: "pf-m-spacer-4xl-on-md",
|
|
342
|
+
spacerNoneOnLg: "pf-m-spacer-none-on-lg",
|
|
343
|
+
spacerXsOnLg: "pf-m-spacer-xs-on-lg",
|
|
344
|
+
spacerSmOnLg: "pf-m-spacer-sm-on-lg",
|
|
345
|
+
spacerMdOnLg: "pf-m-spacer-md-on-lg",
|
|
346
|
+
spacerLgOnLg: "pf-m-spacer-lg-on-lg",
|
|
347
|
+
spacerXlOnLg: "pf-m-spacer-xl-on-lg",
|
|
348
|
+
spacer_2xlOnLg: "pf-m-spacer-2xl-on-lg",
|
|
349
|
+
spacer_3xlOnLg: "pf-m-spacer-3xl-on-lg",
|
|
350
|
+
spacer_4xlOnLg: "pf-m-spacer-4xl-on-lg",
|
|
351
|
+
spacerNoneOnXl: "pf-m-spacer-none-on-xl",
|
|
352
|
+
spacerXsOnXl: "pf-m-spacer-xs-on-xl",
|
|
353
|
+
spacerSmOnXl: "pf-m-spacer-sm-on-xl",
|
|
354
|
+
spacerMdOnXl: "pf-m-spacer-md-on-xl",
|
|
355
|
+
spacerLgOnXl: "pf-m-spacer-lg-on-xl",
|
|
356
|
+
spacerXlOnXl: "pf-m-spacer-xl-on-xl",
|
|
357
|
+
spacer_2xlOnXl: "pf-m-spacer-2xl-on-xl",
|
|
358
|
+
spacer_3xlOnXl: "pf-m-spacer-3xl-on-xl",
|
|
359
|
+
spacer_4xlOnXl: "pf-m-spacer-4xl-on-xl",
|
|
360
|
+
spacerNoneOn_2xl: "pf-m-spacer-none-on-2xl",
|
|
361
|
+
spacerXsOn_2xl: "pf-m-spacer-xs-on-2xl",
|
|
362
|
+
spacerSmOn_2xl: "pf-m-spacer-sm-on-2xl",
|
|
363
|
+
spacerMdOn_2xl: "pf-m-spacer-md-on-2xl",
|
|
364
|
+
spacerLgOn_2xl: "pf-m-spacer-lg-on-2xl",
|
|
365
|
+
spacerXlOn_2xl: "pf-m-spacer-xl-on-2xl",
|
|
366
|
+
spacer_2xlOn_2xl: "pf-m-spacer-2xl-on-2xl",
|
|
367
|
+
spacer_3xlOn_2xl: "pf-m-spacer-3xl-on-2xl",
|
|
368
|
+
spacer_4xlOn_2xl: "pf-m-spacer-4xl-on-2xl",
|
|
369
|
+
gap: "pf-m-gap",
|
|
370
|
+
gapNone: "pf-m-gap-none",
|
|
371
|
+
gapXs: "pf-m-gap-xs",
|
|
372
|
+
gapSm: "pf-m-gap-sm",
|
|
373
|
+
gapMd: "pf-m-gap-md",
|
|
374
|
+
gapLg: "pf-m-gap-lg",
|
|
375
|
+
gapXl: "pf-m-gap-xl",
|
|
376
|
+
gap_2xl: "pf-m-gap-2xl",
|
|
377
|
+
gap_3xl: "pf-m-gap-3xl",
|
|
378
|
+
gap_4xl: "pf-m-gap-4xl",
|
|
379
|
+
gapOnSm: "pf-m-gap-on-sm",
|
|
380
|
+
gapNoneOnSm: "pf-m-gap-none-on-sm",
|
|
381
|
+
gapXsOnSm: "pf-m-gap-xs-on-sm",
|
|
382
|
+
gapSmOnSm: "pf-m-gap-sm-on-sm",
|
|
383
|
+
gapMdOnSm: "pf-m-gap-md-on-sm",
|
|
384
|
+
gapLgOnSm: "pf-m-gap-lg-on-sm",
|
|
385
|
+
gapXlOnSm: "pf-m-gap-xl-on-sm",
|
|
386
|
+
gap_2xlOnSm: "pf-m-gap-2xl-on-sm",
|
|
387
|
+
gap_3xlOnSm: "pf-m-gap-3xl-on-sm",
|
|
388
|
+
gap_4xlOnSm: "pf-m-gap-4xl-on-sm",
|
|
389
|
+
gapOnMd: "pf-m-gap-on-md",
|
|
390
|
+
gapNoneOnMd: "pf-m-gap-none-on-md",
|
|
391
|
+
gapXsOnMd: "pf-m-gap-xs-on-md",
|
|
392
|
+
gapSmOnMd: "pf-m-gap-sm-on-md",
|
|
393
|
+
gapMdOnMd: "pf-m-gap-md-on-md",
|
|
394
|
+
gapLgOnMd: "pf-m-gap-lg-on-md",
|
|
395
|
+
gapXlOnMd: "pf-m-gap-xl-on-md",
|
|
396
|
+
gap_2xlOnMd: "pf-m-gap-2xl-on-md",
|
|
397
|
+
gap_3xlOnMd: "pf-m-gap-3xl-on-md",
|
|
398
|
+
gap_4xlOnMd: "pf-m-gap-4xl-on-md",
|
|
399
|
+
gapOnLg: "pf-m-gap-on-lg",
|
|
400
|
+
gapNoneOnLg: "pf-m-gap-none-on-lg",
|
|
401
|
+
gapXsOnLg: "pf-m-gap-xs-on-lg",
|
|
402
|
+
gapSmOnLg: "pf-m-gap-sm-on-lg",
|
|
403
|
+
gapMdOnLg: "pf-m-gap-md-on-lg",
|
|
404
|
+
gapLgOnLg: "pf-m-gap-lg-on-lg",
|
|
405
|
+
gapXlOnLg: "pf-m-gap-xl-on-lg",
|
|
406
|
+
gap_2xlOnLg: "pf-m-gap-2xl-on-lg",
|
|
407
|
+
gap_3xlOnLg: "pf-m-gap-3xl-on-lg",
|
|
408
|
+
gap_4xlOnLg: "pf-m-gap-4xl-on-lg",
|
|
409
|
+
gapOnXl: "pf-m-gap-on-xl",
|
|
410
|
+
gapNoneOnXl: "pf-m-gap-none-on-xl",
|
|
411
|
+
gapXsOnXl: "pf-m-gap-xs-on-xl",
|
|
412
|
+
gapSmOnXl: "pf-m-gap-sm-on-xl",
|
|
413
|
+
gapMdOnXl: "pf-m-gap-md-on-xl",
|
|
414
|
+
gapLgOnXl: "pf-m-gap-lg-on-xl",
|
|
415
|
+
gapXlOnXl: "pf-m-gap-xl-on-xl",
|
|
416
|
+
gap_2xlOnXl: "pf-m-gap-2xl-on-xl",
|
|
417
|
+
gap_3xlOnXl: "pf-m-gap-3xl-on-xl",
|
|
418
|
+
gap_4xlOnXl: "pf-m-gap-4xl-on-xl",
|
|
419
|
+
gapOn_2xl: "pf-m-gap-on-2xl",
|
|
420
|
+
gapNoneOn_2xl: "pf-m-gap-none-on-2xl",
|
|
421
|
+
gapXsOn_2xl: "pf-m-gap-xs-on-2xl",
|
|
422
|
+
gapSmOn_2xl: "pf-m-gap-sm-on-2xl",
|
|
423
|
+
gapMdOn_2xl: "pf-m-gap-md-on-2xl",
|
|
424
|
+
gapLgOn_2xl: "pf-m-gap-lg-on-2xl",
|
|
425
|
+
gapXlOn_2xl: "pf-m-gap-xl-on-2xl",
|
|
426
|
+
gap_2xlOn_2xl: "pf-m-gap-2xl-on-2xl",
|
|
427
|
+
gap_3xlOn_2xl: "pf-m-gap-3xl-on-2xl",
|
|
428
|
+
gap_4xlOn_2xl: "pf-m-gap-4xl-on-2xl",
|
|
429
|
+
rowGap: "pf-m-row-gap",
|
|
430
|
+
rowGapNone: "pf-m-row-gap-none",
|
|
431
|
+
rowGapXs: "pf-m-row-gap-xs",
|
|
432
|
+
rowGapSm: "pf-m-row-gap-sm",
|
|
433
|
+
rowGapMd: "pf-m-row-gap-md",
|
|
434
|
+
rowGapLg: "pf-m-row-gap-lg",
|
|
435
|
+
rowGapXl: "pf-m-row-gap-xl",
|
|
436
|
+
rowGap_2xl: "pf-m-row-gap-2xl",
|
|
437
|
+
rowGap_3xl: "pf-m-row-gap-3xl",
|
|
438
|
+
rowGap_4xl: "pf-m-row-gap-4xl",
|
|
439
|
+
rowGapOnSm: "pf-m-row-gap-on-sm",
|
|
440
|
+
rowGapNoneOnSm: "pf-m-row-gap-none-on-sm",
|
|
441
|
+
rowGapXsOnSm: "pf-m-row-gap-xs-on-sm",
|
|
442
|
+
rowGapSmOnSm: "pf-m-row-gap-sm-on-sm",
|
|
443
|
+
rowGapMdOnSm: "pf-m-row-gap-md-on-sm",
|
|
444
|
+
rowGapLgOnSm: "pf-m-row-gap-lg-on-sm",
|
|
445
|
+
rowGapXlOnSm: "pf-m-row-gap-xl-on-sm",
|
|
446
|
+
rowGap_2xlOnSm: "pf-m-row-gap-2xl-on-sm",
|
|
447
|
+
rowGap_3xlOnSm: "pf-m-row-gap-3xl-on-sm",
|
|
448
|
+
rowGap_4xlOnSm: "pf-m-row-gap-4xl-on-sm",
|
|
449
|
+
rowGapOnMd: "pf-m-row-gap-on-md",
|
|
450
|
+
rowGapNoneOnMd: "pf-m-row-gap-none-on-md",
|
|
451
|
+
rowGapXsOnMd: "pf-m-row-gap-xs-on-md",
|
|
452
|
+
rowGapSmOnMd: "pf-m-row-gap-sm-on-md",
|
|
453
|
+
rowGapMdOnMd: "pf-m-row-gap-md-on-md",
|
|
454
|
+
rowGapLgOnMd: "pf-m-row-gap-lg-on-md",
|
|
455
|
+
rowGapXlOnMd: "pf-m-row-gap-xl-on-md",
|
|
456
|
+
rowGap_2xlOnMd: "pf-m-row-gap-2xl-on-md",
|
|
457
|
+
rowGap_3xlOnMd: "pf-m-row-gap-3xl-on-md",
|
|
458
|
+
rowGap_4xlOnMd: "pf-m-row-gap-4xl-on-md",
|
|
459
|
+
rowGapOnLg: "pf-m-row-gap-on-lg",
|
|
460
|
+
rowGapNoneOnLg: "pf-m-row-gap-none-on-lg",
|
|
461
|
+
rowGapXsOnLg: "pf-m-row-gap-xs-on-lg",
|
|
462
|
+
rowGapSmOnLg: "pf-m-row-gap-sm-on-lg",
|
|
463
|
+
rowGapMdOnLg: "pf-m-row-gap-md-on-lg",
|
|
464
|
+
rowGapLgOnLg: "pf-m-row-gap-lg-on-lg",
|
|
465
|
+
rowGapXlOnLg: "pf-m-row-gap-xl-on-lg",
|
|
466
|
+
rowGap_2xlOnLg: "pf-m-row-gap-2xl-on-lg",
|
|
467
|
+
rowGap_3xlOnLg: "pf-m-row-gap-3xl-on-lg",
|
|
468
|
+
rowGap_4xlOnLg: "pf-m-row-gap-4xl-on-lg",
|
|
469
|
+
rowGapOnXl: "pf-m-row-gap-on-xl",
|
|
470
|
+
rowGapNoneOnXl: "pf-m-row-gap-none-on-xl",
|
|
471
|
+
rowGapXsOnXl: "pf-m-row-gap-xs-on-xl",
|
|
472
|
+
rowGapSmOnXl: "pf-m-row-gap-sm-on-xl",
|
|
473
|
+
rowGapMdOnXl: "pf-m-row-gap-md-on-xl",
|
|
474
|
+
rowGapLgOnXl: "pf-m-row-gap-lg-on-xl",
|
|
475
|
+
rowGapXlOnXl: "pf-m-row-gap-xl-on-xl",
|
|
476
|
+
rowGap_2xlOnXl: "pf-m-row-gap-2xl-on-xl",
|
|
477
|
+
rowGap_3xlOnXl: "pf-m-row-gap-3xl-on-xl",
|
|
478
|
+
rowGap_4xlOnXl: "pf-m-row-gap-4xl-on-xl",
|
|
479
|
+
rowGapOn_2xl: "pf-m-row-gap-on-2xl",
|
|
480
|
+
rowGapNoneOn_2xl: "pf-m-row-gap-none-on-2xl",
|
|
481
|
+
rowGapXsOn_2xl: "pf-m-row-gap-xs-on-2xl",
|
|
482
|
+
rowGapSmOn_2xl: "pf-m-row-gap-sm-on-2xl",
|
|
483
|
+
rowGapMdOn_2xl: "pf-m-row-gap-md-on-2xl",
|
|
484
|
+
rowGapLgOn_2xl: "pf-m-row-gap-lg-on-2xl",
|
|
485
|
+
rowGapXlOn_2xl: "pf-m-row-gap-xl-on-2xl",
|
|
486
|
+
rowGap_2xlOn_2xl: "pf-m-row-gap-2xl-on-2xl",
|
|
487
|
+
rowGap_3xlOn_2xl: "pf-m-row-gap-3xl-on-2xl",
|
|
488
|
+
rowGap_4xlOn_2xl: "pf-m-row-gap-4xl-on-2xl",
|
|
489
|
+
columnGap: "pf-m-column-gap",
|
|
490
|
+
columnGapNone: "pf-m-column-gap-none",
|
|
491
|
+
columnGapXs: "pf-m-column-gap-xs",
|
|
492
|
+
columnGapSm: "pf-m-column-gap-sm",
|
|
493
|
+
columnGapMd: "pf-m-column-gap-md",
|
|
494
|
+
columnGapLg: "pf-m-column-gap-lg",
|
|
495
|
+
columnGapXl: "pf-m-column-gap-xl",
|
|
496
|
+
columnGap_2xl: "pf-m-column-gap-2xl",
|
|
497
|
+
columnGap_3xl: "pf-m-column-gap-3xl",
|
|
498
|
+
columnGap_4xl: "pf-m-column-gap-4xl",
|
|
499
|
+
columnGapOnSm: "pf-m-column-gap-on-sm",
|
|
500
|
+
columnGapNoneOnSm: "pf-m-column-gap-none-on-sm",
|
|
501
|
+
columnGapXsOnSm: "pf-m-column-gap-xs-on-sm",
|
|
502
|
+
columnGapSmOnSm: "pf-m-column-gap-sm-on-sm",
|
|
503
|
+
columnGapMdOnSm: "pf-m-column-gap-md-on-sm",
|
|
504
|
+
columnGapLgOnSm: "pf-m-column-gap-lg-on-sm",
|
|
505
|
+
columnGapXlOnSm: "pf-m-column-gap-xl-on-sm",
|
|
506
|
+
columnGap_2xlOnSm: "pf-m-column-gap-2xl-on-sm",
|
|
507
|
+
columnGap_3xlOnSm: "pf-m-column-gap-3xl-on-sm",
|
|
508
|
+
columnGap_4xlOnSm: "pf-m-column-gap-4xl-on-sm",
|
|
509
|
+
columnGapOnMd: "pf-m-column-gap-on-md",
|
|
510
|
+
columnGapNoneOnMd: "pf-m-column-gap-none-on-md",
|
|
511
|
+
columnGapXsOnMd: "pf-m-column-gap-xs-on-md",
|
|
512
|
+
columnGapSmOnMd: "pf-m-column-gap-sm-on-md",
|
|
513
|
+
columnGapMdOnMd: "pf-m-column-gap-md-on-md",
|
|
514
|
+
columnGapLgOnMd: "pf-m-column-gap-lg-on-md",
|
|
515
|
+
columnGapXlOnMd: "pf-m-column-gap-xl-on-md",
|
|
516
|
+
columnGap_2xlOnMd: "pf-m-column-gap-2xl-on-md",
|
|
517
|
+
columnGap_3xlOnMd: "pf-m-column-gap-3xl-on-md",
|
|
518
|
+
columnGap_4xlOnMd: "pf-m-column-gap-4xl-on-md",
|
|
519
|
+
columnGapOnLg: "pf-m-column-gap-on-lg",
|
|
520
|
+
columnGapNoneOnLg: "pf-m-column-gap-none-on-lg",
|
|
521
|
+
columnGapXsOnLg: "pf-m-column-gap-xs-on-lg",
|
|
522
|
+
columnGapSmOnLg: "pf-m-column-gap-sm-on-lg",
|
|
523
|
+
columnGapMdOnLg: "pf-m-column-gap-md-on-lg",
|
|
524
|
+
columnGapLgOnLg: "pf-m-column-gap-lg-on-lg",
|
|
525
|
+
columnGapXlOnLg: "pf-m-column-gap-xl-on-lg",
|
|
526
|
+
columnGap_2xlOnLg: "pf-m-column-gap-2xl-on-lg",
|
|
527
|
+
columnGap_3xlOnLg: "pf-m-column-gap-3xl-on-lg",
|
|
528
|
+
columnGap_4xlOnLg: "pf-m-column-gap-4xl-on-lg",
|
|
529
|
+
columnGapOnXl: "pf-m-column-gap-on-xl",
|
|
530
|
+
columnGapNoneOnXl: "pf-m-column-gap-none-on-xl",
|
|
531
|
+
columnGapXsOnXl: "pf-m-column-gap-xs-on-xl",
|
|
532
|
+
columnGapSmOnXl: "pf-m-column-gap-sm-on-xl",
|
|
533
|
+
columnGapMdOnXl: "pf-m-column-gap-md-on-xl",
|
|
534
|
+
columnGapLgOnXl: "pf-m-column-gap-lg-on-xl",
|
|
535
|
+
columnGapXlOnXl: "pf-m-column-gap-xl-on-xl",
|
|
536
|
+
columnGap_2xlOnXl: "pf-m-column-gap-2xl-on-xl",
|
|
537
|
+
columnGap_3xlOnXl: "pf-m-column-gap-3xl-on-xl",
|
|
538
|
+
columnGap_4xlOnXl: "pf-m-column-gap-4xl-on-xl",
|
|
539
|
+
columnGapOn_2xl: "pf-m-column-gap-on-2xl",
|
|
540
|
+
columnGapNoneOn_2xl: "pf-m-column-gap-none-on-2xl",
|
|
541
|
+
columnGapXsOn_2xl: "pf-m-column-gap-xs-on-2xl",
|
|
542
|
+
columnGapSmOn_2xl: "pf-m-column-gap-sm-on-2xl",
|
|
543
|
+
columnGapMdOn_2xl: "pf-m-column-gap-md-on-2xl",
|
|
544
|
+
columnGapLgOn_2xl: "pf-m-column-gap-lg-on-2xl",
|
|
545
|
+
columnGapXlOn_2xl: "pf-m-column-gap-xl-on-2xl",
|
|
546
|
+
columnGap_2xlOn_2xl: "pf-m-column-gap-2xl-on-2xl",
|
|
547
|
+
columnGap_3xlOn_2xl: "pf-m-column-gap-3xl-on-2xl",
|
|
548
|
+
columnGap_4xlOn_2xl: "pf-m-column-gap-4xl-on-2xl"
|
|
549
|
+
}
|
|
550
|
+
}, Z = {
|
|
551
|
+
name: "--pf-v5-l-flex--item--Order"
|
|
552
|
+
}, nn = (e) => {
|
|
553
|
+
var { children: s = null, className: l = "", component: p = "div", spacer: t, spaceItems: i, gap: x, rowGap: r, columnGap: d, grow: c, shrink: S, flex: O, direction: _, alignItems: h, alignContent: L, alignSelf: I, align: u, justifyContent: a, display: f, fullWidth: y, flexWrap: D, order: M, style: w } = e, v = K(e, ["children", "className", "component", "spacer", "spaceItems", "gap", "rowGap", "columnGap", "grow", "shrink", "flex", "direction", "alignItems", "alignContent", "alignSelf", "align", "justifyContent", "display", "fullWidth", "flexWrap", "order", "style"]);
|
|
554
|
+
const en = p;
|
|
555
|
+
return Q.createElement(en, Object.assign({ className: P(m.flex, o(t, m), o(i, m), o(c, m), o(S, m), o(O, m), o(_, m), o(h, m), o(L, m), o(I, m), o(u, m), o(a, m), o(f, m), o(y, m), o(D, m), o(x, m), o(r, m), o(d, m), l), style: w || M ? Object.assign(Object.assign({}, w), $(M, Z.name)) : void 0 }, v), s);
|
|
556
|
+
};
|
|
557
|
+
nn.displayName = "Flex";
|
|
558
|
+
const j = (e) => {
|
|
559
|
+
var { children: s = null, className: l = "", component: p = "div", spacer: t, grow: i, shrink: x, flex: r, alignSelf: d, align: c, fullWidth: S, order: O, style: _ } = e, h = K(e, ["children", "className", "component", "spacer", "grow", "shrink", "flex", "alignSelf", "align", "fullWidth", "order", "style"]);
|
|
560
|
+
const L = p;
|
|
561
|
+
return Q.createElement(L, Object.assign({}, h, { className: P(o(t, m), o(i, m), o(x, m), o(r, m), o(d, m), o(c, m), o(S, m), l), style: _ || O ? Object.assign(Object.assign({}, _), $(O, Z.name)) : void 0 }), s);
|
|
562
|
+
};
|
|
563
|
+
j.displayName = "FlexItem";
|
|
564
|
+
const Cn = ({
|
|
565
|
+
credentialScopeName: e,
|
|
566
|
+
userAttributes: s,
|
|
567
|
+
onClose: l
|
|
568
|
+
}) => {
|
|
569
|
+
const { t: p } = N();
|
|
570
|
+
return /* @__PURE__ */ n(
|
|
571
|
+
b,
|
|
572
|
+
{
|
|
573
|
+
variant: k.medium,
|
|
574
|
+
title: p("credentialUserAttributesFor", { credentialScopeName: e }),
|
|
575
|
+
isOpen: !0,
|
|
576
|
+
onClose: l,
|
|
577
|
+
children: /* @__PURE__ */ g(
|
|
578
|
+
ln,
|
|
579
|
+
{
|
|
580
|
+
"aria-label": p("credentialUserAttributes"),
|
|
581
|
+
variant: an.compact,
|
|
582
|
+
children: [
|
|
583
|
+
/* @__PURE__ */ n(mn, { children: /* @__PURE__ */ g(A, { children: [
|
|
584
|
+
/* @__PURE__ */ n(B, { children: p("credentialAttributeName") }),
|
|
585
|
+
/* @__PURE__ */ n(B, { children: p("credentialAttributeValue") })
|
|
586
|
+
] }) }),
|
|
587
|
+
/* @__PURE__ */ n(on, { children: Object.entries(s).map(([t, i]) => /* @__PURE__ */ g(A, { children: [
|
|
588
|
+
/* @__PURE__ */ n(T, { children: t }),
|
|
589
|
+
/* @__PURE__ */ n(T, { children: i.join(", ") })
|
|
590
|
+
] }, t)) })
|
|
591
|
+
]
|
|
592
|
+
}
|
|
593
|
+
)
|
|
594
|
+
}
|
|
595
|
+
);
|
|
596
|
+
}, Xn = ({
|
|
597
|
+
isOpen: e,
|
|
598
|
+
credential: s,
|
|
599
|
+
onClose: l,
|
|
600
|
+
onConfirm: p,
|
|
601
|
+
t
|
|
602
|
+
}) => !e || !s ? null : /* @__PURE__ */ n(
|
|
603
|
+
b,
|
|
604
|
+
{
|
|
605
|
+
variant: k.small,
|
|
606
|
+
title: t("revokeIssuedCredentialTitle"),
|
|
607
|
+
isOpen: !0,
|
|
608
|
+
onClose: l,
|
|
609
|
+
actions: [
|
|
610
|
+
/* @__PURE__ */ n(
|
|
611
|
+
C,
|
|
612
|
+
{
|
|
613
|
+
variant: "danger",
|
|
614
|
+
onClick: async () => {
|
|
615
|
+
await p(s.id), l();
|
|
616
|
+
},
|
|
617
|
+
children: t("doRevoke")
|
|
618
|
+
},
|
|
619
|
+
"confirm"
|
|
620
|
+
),
|
|
621
|
+
/* @__PURE__ */ n(C, { variant: "link", onClick: l, children: t("doCancel") }, "cancel")
|
|
622
|
+
],
|
|
623
|
+
children: t("deleteIssuedCredentialConfirm")
|
|
624
|
+
}
|
|
625
|
+
), Ln = ({
|
|
626
|
+
credentialScopeName: e,
|
|
627
|
+
onClose: s
|
|
628
|
+
}) => {
|
|
629
|
+
const { t: l } = N(), p = E(), { addAlert: t, addError: i } = z(), [x, r] = X(), [d, c] = X(0), [S, O] = X(!1), _ = () => c((a) => a + 1), h = () => O(!S), L = () => {
|
|
630
|
+
const f = p.keycloak.tokenParsed?.resource_access?.account?.roles || [];
|
|
631
|
+
return f.includes("manage-account") || f.includes("manage-verifiable-credentials");
|
|
632
|
+
}, I = async (a, f, y) => {
|
|
633
|
+
let M = (await rn({
|
|
634
|
+
signal: new AbortController().signal,
|
|
635
|
+
context: p
|
|
636
|
+
})).filter(
|
|
637
|
+
(w) => w.credentialType === e
|
|
638
|
+
);
|
|
639
|
+
if (y) {
|
|
640
|
+
const w = y.toLowerCase();
|
|
641
|
+
M = M.filter(
|
|
642
|
+
(v) => v.id?.toLowerCase().includes(w) || v.clientId?.toLowerCase().includes(w) || v.clientName?.toLowerCase().includes(w) || v.revision?.toLowerCase().includes(w)
|
|
643
|
+
);
|
|
644
|
+
}
|
|
645
|
+
return a !== void 0 && f !== void 0 ? M.slice(a, a + f) : M;
|
|
646
|
+
};
|
|
647
|
+
return /* @__PURE__ */ g(R, { children: [
|
|
648
|
+
/* @__PURE__ */ n(
|
|
649
|
+
Xn,
|
|
650
|
+
{
|
|
651
|
+
isOpen: S,
|
|
652
|
+
credential: x,
|
|
653
|
+
onClose: h,
|
|
654
|
+
onConfirm: async (a) => {
|
|
655
|
+
try {
|
|
656
|
+
await fn(p, a), t(l("issuedCredentialRevokeSuccess")), _();
|
|
657
|
+
} catch (f) {
|
|
658
|
+
i(l("issuedCredentialRevokeError"), f);
|
|
659
|
+
}
|
|
660
|
+
},
|
|
661
|
+
t: l
|
|
662
|
+
}
|
|
663
|
+
),
|
|
664
|
+
/* @__PURE__ */ n(
|
|
665
|
+
b,
|
|
666
|
+
{
|
|
667
|
+
variant: k.large,
|
|
668
|
+
title: `${l("issuedCredentials")}: ${e}`,
|
|
669
|
+
isOpen: !0,
|
|
670
|
+
onClose: s,
|
|
671
|
+
width: "90%",
|
|
672
|
+
children: /* @__PURE__ */ n(pn, { children: /* @__PURE__ */ n(
|
|
673
|
+
tn,
|
|
674
|
+
{
|
|
675
|
+
loader: I,
|
|
676
|
+
ariaLabelKey: "issuedCredentials",
|
|
677
|
+
searchPlaceholderKey: " ",
|
|
678
|
+
columns: [
|
|
679
|
+
{
|
|
680
|
+
name: "issuedAt",
|
|
681
|
+
displayKey: l("issuedCredentialsIssuedAt"),
|
|
682
|
+
cellRenderer: ({ issuedAt: a }) => a ? new Date(a).toLocaleString("en-US") : "—",
|
|
683
|
+
transforms: [F(25)]
|
|
684
|
+
},
|
|
685
|
+
{
|
|
686
|
+
name: "expiresAt",
|
|
687
|
+
displayKey: l("issuedCredentialsExpiresAt"),
|
|
688
|
+
cellRenderer: ({ expiresAt: a }) => {
|
|
689
|
+
if (!a) return "—";
|
|
690
|
+
const f = new Date(a), y = f < /* @__PURE__ */ new Date();
|
|
691
|
+
return /* @__PURE__ */ g(
|
|
692
|
+
"span",
|
|
693
|
+
{
|
|
694
|
+
style: {
|
|
695
|
+
color: y ? "var(--pf-v5-global--danger-color--100)" : "inherit"
|
|
696
|
+
},
|
|
697
|
+
children: [
|
|
698
|
+
y && /* @__PURE__ */ n(
|
|
699
|
+
sn,
|
|
700
|
+
{
|
|
701
|
+
style: { marginRight: "0.25rem" }
|
|
702
|
+
}
|
|
703
|
+
),
|
|
704
|
+
f.toLocaleString("en-US")
|
|
705
|
+
]
|
|
706
|
+
}
|
|
707
|
+
);
|
|
708
|
+
},
|
|
709
|
+
transforms: [F(25)]
|
|
710
|
+
},
|
|
711
|
+
{
|
|
712
|
+
name: "clientId",
|
|
713
|
+
displayKey: l("issuedCredentialsWalletClient"),
|
|
714
|
+
cellRenderer: (a) => {
|
|
715
|
+
const f = a.clientName || a.clientId;
|
|
716
|
+
return f ? a.clientBaseUrl ? /* @__PURE__ */ g(
|
|
717
|
+
C,
|
|
718
|
+
{
|
|
719
|
+
className: "pf-v5-u-pl-0 title-case",
|
|
720
|
+
component: "a",
|
|
721
|
+
variant: "link",
|
|
722
|
+
onClick: () => window.open(a.clientBaseUrl),
|
|
723
|
+
children: [
|
|
724
|
+
W(l, f),
|
|
725
|
+
" ",
|
|
726
|
+
/* @__PURE__ */ n(q, {})
|
|
727
|
+
]
|
|
728
|
+
}
|
|
729
|
+
) : /* @__PURE__ */ n(R, { children: W(l, f) }) : "—";
|
|
730
|
+
},
|
|
731
|
+
transforms: [F(35)]
|
|
732
|
+
}
|
|
733
|
+
],
|
|
734
|
+
actions: L() ? [
|
|
735
|
+
{
|
|
736
|
+
title: l("doRevoke"),
|
|
737
|
+
onRowClick: (a) => {
|
|
738
|
+
r(a), h();
|
|
739
|
+
}
|
|
740
|
+
}
|
|
741
|
+
] : [],
|
|
742
|
+
emptyState: /* @__PURE__ */ n("div", { className: "pf-v5-u-text-align-center pf-v5-u-py-md", children: /* @__PURE__ */ n("span", { className: "pf-v5-u-color-200", children: l("noIssuedCredentials") }) })
|
|
743
|
+
},
|
|
744
|
+
d
|
|
745
|
+
) })
|
|
746
|
+
}
|
|
747
|
+
)
|
|
748
|
+
] });
|
|
749
|
+
}, yn = ({
|
|
750
|
+
isOpen: e,
|
|
751
|
+
credentialName: s,
|
|
752
|
+
onClose: l,
|
|
753
|
+
onConfirm: p,
|
|
754
|
+
t
|
|
755
|
+
}) => e ? /* @__PURE__ */ n(
|
|
756
|
+
b,
|
|
757
|
+
{
|
|
758
|
+
variant: k.small,
|
|
759
|
+
title: t("revokeVerifiableCredentialTitle"),
|
|
760
|
+
isOpen: !0,
|
|
761
|
+
onClose: l,
|
|
762
|
+
actions: [
|
|
763
|
+
/* @__PURE__ */ n(
|
|
764
|
+
C,
|
|
765
|
+
{
|
|
766
|
+
variant: "danger",
|
|
767
|
+
onClick: async () => {
|
|
768
|
+
await p(), l();
|
|
769
|
+
},
|
|
770
|
+
children: t("doRevoke")
|
|
771
|
+
},
|
|
772
|
+
"confirm"
|
|
773
|
+
),
|
|
774
|
+
/* @__PURE__ */ n(C, { variant: "link", onClick: l, children: t("doCancel") }, "cancel")
|
|
775
|
+
],
|
|
776
|
+
children: t("deleteCredentialConfirm", {
|
|
777
|
+
credentialName: s
|
|
778
|
+
})
|
|
779
|
+
}
|
|
780
|
+
) : null, Mn = ({ credential: e, refresh: s }) => {
|
|
781
|
+
const { t: l } = N(), p = E(), { addAlert: t, addError: i } = z(), [x, r] = X(!1), [d, c] = X(!1), [S, O] = X(!1), _ = e.userAttributes != null && Object.keys(e.userAttributes).length > 0, h = () => {
|
|
782
|
+
const a = p.keycloak.tokenParsed?.resource_access?.account?.roles || [];
|
|
783
|
+
return a.includes("manage-account") || a.includes("manage-verifiable-credentials");
|
|
784
|
+
}, L = async () => {
|
|
785
|
+
try {
|
|
786
|
+
await gn(
|
|
787
|
+
p,
|
|
788
|
+
e.credentialScopeName
|
|
789
|
+
), t(l("credentialDeletedSuccess")), s();
|
|
790
|
+
} catch (u) {
|
|
791
|
+
i("credentialDeleteError", u);
|
|
792
|
+
}
|
|
793
|
+
}, I = async () => {
|
|
794
|
+
try {
|
|
795
|
+
const u = {
|
|
796
|
+
credentialConfigurationId: e.credentialConfigurationId,
|
|
797
|
+
preAuthorized: !1
|
|
798
|
+
}, a = btoa(JSON.stringify(u));
|
|
799
|
+
await p.keycloak.login({
|
|
800
|
+
action: `verifiable_credential_offer:${a}`
|
|
801
|
+
});
|
|
802
|
+
} catch (u) {
|
|
803
|
+
i("credentialIssuanceError", u);
|
|
804
|
+
}
|
|
805
|
+
};
|
|
806
|
+
return /* @__PURE__ */ g(R, { children: [
|
|
807
|
+
/* @__PURE__ */ n(
|
|
808
|
+
yn,
|
|
809
|
+
{
|
|
810
|
+
isOpen: S,
|
|
811
|
+
credentialName: e.credentialScopeName,
|
|
812
|
+
onClose: () => O(!1),
|
|
813
|
+
onConfirm: L,
|
|
814
|
+
t: l
|
|
815
|
+
}
|
|
816
|
+
),
|
|
817
|
+
x && _ && /* @__PURE__ */ n(
|
|
818
|
+
Cn,
|
|
819
|
+
{
|
|
820
|
+
credentialScopeName: e.credentialScopeName,
|
|
821
|
+
userAttributes: e.userAttributes,
|
|
822
|
+
onClose: () => r(!1)
|
|
823
|
+
}
|
|
824
|
+
),
|
|
825
|
+
d && /* @__PURE__ */ n(
|
|
826
|
+
Ln,
|
|
827
|
+
{
|
|
828
|
+
credentialScopeName: e.credentialScopeName,
|
|
829
|
+
parentRevision: e.revision,
|
|
830
|
+
onClose: () => c(!1)
|
|
831
|
+
}
|
|
832
|
+
),
|
|
833
|
+
/* @__PURE__ */ n(
|
|
834
|
+
J,
|
|
835
|
+
{
|
|
836
|
+
id: `credential-${e.credentialScopeName}`,
|
|
837
|
+
"aria-label": l("verifiableCredentials"),
|
|
838
|
+
children: /* @__PURE__ */ g(Y, { children: [
|
|
839
|
+
/* @__PURE__ */ n(
|
|
840
|
+
H,
|
|
841
|
+
{
|
|
842
|
+
dataListCells: [
|
|
843
|
+
/* @__PURE__ */ n(G, { width: 2, children: e.credentialScopeName }, "name"),
|
|
844
|
+
/* @__PURE__ */ n(G, { width: 2, children: e.createdDate ? V(
|
|
845
|
+
new Date(e.createdDate),
|
|
846
|
+
void 0,
|
|
847
|
+
U
|
|
848
|
+
) : "—" }, "created"),
|
|
849
|
+
/* @__PURE__ */ n(G, { width: 2, children: e.updatedDate ? V(
|
|
850
|
+
new Date(e.updatedDate),
|
|
851
|
+
void 0,
|
|
852
|
+
U
|
|
853
|
+
) : "—" }, "updated")
|
|
854
|
+
]
|
|
855
|
+
}
|
|
856
|
+
),
|
|
857
|
+
/* @__PURE__ */ n(
|
|
858
|
+
cn,
|
|
859
|
+
{
|
|
860
|
+
"aria-labelledby": l("actions"),
|
|
861
|
+
"aria-label": l("credentialActions"),
|
|
862
|
+
id: "credentialActions",
|
|
863
|
+
children: /* @__PURE__ */ g(nn, { children: [
|
|
864
|
+
/* @__PURE__ */ n(j, { children: /* @__PURE__ */ n(
|
|
865
|
+
C,
|
|
866
|
+
{
|
|
867
|
+
id: `credential-${e.credentialScopeName}-view-issued`,
|
|
868
|
+
variant: "link",
|
|
869
|
+
onClick: () => c(!0),
|
|
870
|
+
children: l("viewIssuedCredentials")
|
|
871
|
+
}
|
|
872
|
+
) }),
|
|
873
|
+
/* @__PURE__ */ n(j, { children: /* @__PURE__ */ n(
|
|
874
|
+
C,
|
|
875
|
+
{
|
|
876
|
+
id: `credential-${e.credentialScopeName}-issue`,
|
|
877
|
+
variant: "link",
|
|
878
|
+
onClick: I,
|
|
879
|
+
icon: /* @__PURE__ */ n(q, {}),
|
|
880
|
+
children: l("issueToWallet")
|
|
881
|
+
}
|
|
882
|
+
) }),
|
|
883
|
+
h() && /* @__PURE__ */ n(j, { children: /* @__PURE__ */ n(
|
|
884
|
+
C,
|
|
885
|
+
{
|
|
886
|
+
variant: "link",
|
|
887
|
+
onClick: () => O(!0),
|
|
888
|
+
children: l("doRevoke")
|
|
889
|
+
}
|
|
890
|
+
) })
|
|
891
|
+
] })
|
|
892
|
+
}
|
|
893
|
+
)
|
|
894
|
+
] })
|
|
895
|
+
},
|
|
896
|
+
e.credentialScopeName
|
|
897
|
+
)
|
|
898
|
+
] });
|
|
899
|
+
}, bn = () => {
|
|
900
|
+
const { t: e } = N(), s = E(), [l, p] = X([]), [t, i] = X(1), x = () => i(t + 1);
|
|
901
|
+
return hn(() => {
|
|
902
|
+
const r = new AbortController();
|
|
903
|
+
async function d() {
|
|
904
|
+
try {
|
|
905
|
+
const c = await _n({
|
|
906
|
+
signal: r.signal,
|
|
907
|
+
context: s
|
|
908
|
+
});
|
|
909
|
+
p(c);
|
|
910
|
+
} catch (c) {
|
|
911
|
+
console.error("Error fetching verifiable credentials:", c), p([]);
|
|
912
|
+
}
|
|
913
|
+
}
|
|
914
|
+
return d(), () => r.abort();
|
|
915
|
+
}, [t, s]), /* @__PURE__ */ n(
|
|
916
|
+
xn,
|
|
917
|
+
{
|
|
918
|
+
title: e("verifiableCredentials"),
|
|
919
|
+
description: e("verifiableCredentialsDescription"),
|
|
920
|
+
children: /* @__PURE__ */ n(dn, { hasGutter: !0, children: /* @__PURE__ */ g(On, { children: [
|
|
921
|
+
/* @__PURE__ */ n(un, { headingLevel: "h2", className: "pf-v5-u-mb-lg", size: "xl", children: e("myVerifiableCredentials") }),
|
|
922
|
+
/* @__PURE__ */ g(
|
|
923
|
+
wn,
|
|
924
|
+
{
|
|
925
|
+
id: "verifiable-credentials",
|
|
926
|
+
"aria-label": e("verifiableCredentials"),
|
|
927
|
+
isCompact: !0,
|
|
928
|
+
children: [
|
|
929
|
+
/* @__PURE__ */ n(
|
|
930
|
+
J,
|
|
931
|
+
{
|
|
932
|
+
id: "verifiable-credentials-header",
|
|
933
|
+
"aria-labelledby": "Column headers",
|
|
934
|
+
children: /* @__PURE__ */ n(Y, { children: /* @__PURE__ */ n(
|
|
935
|
+
H,
|
|
936
|
+
{
|
|
937
|
+
dataListCells: [
|
|
938
|
+
/* @__PURE__ */ n(G, { width: 2, children: /* @__PURE__ */ n("strong", { children: e("credentialScopeName") }) }, "credential-name-header"),
|
|
939
|
+
/* @__PURE__ */ n(G, { width: 2, children: /* @__PURE__ */ n("strong", { children: e("credentialCreatedDate") }) }, "credential-created-header"),
|
|
940
|
+
/* @__PURE__ */ n(G, { width: 2, children: /* @__PURE__ */ n("strong", { children: e("credentialUpdatedDate") }) }, "credential-updated-header"),
|
|
941
|
+
/* @__PURE__ */ n(
|
|
942
|
+
G,
|
|
943
|
+
{
|
|
944
|
+
width: 2
|
|
945
|
+
},
|
|
946
|
+
"column-placeholder-header"
|
|
947
|
+
)
|
|
948
|
+
]
|
|
949
|
+
}
|
|
950
|
+
) })
|
|
951
|
+
}
|
|
952
|
+
),
|
|
953
|
+
l.length > 0 ? l.map((r) => /* @__PURE__ */ n(
|
|
954
|
+
Mn,
|
|
955
|
+
{
|
|
956
|
+
credential: r,
|
|
957
|
+
refresh: x
|
|
958
|
+
},
|
|
959
|
+
r.credentialScopeName
|
|
960
|
+
)) : /* @__PURE__ */ n(Sn, { message: e("noVerifiableCredentials") })
|
|
961
|
+
]
|
|
962
|
+
}
|
|
963
|
+
)
|
|
964
|
+
] }) })
|
|
965
|
+
}
|
|
966
|
+
);
|
|
967
|
+
};
|
|
968
|
+
export {
|
|
969
|
+
bn as VerifiableCredentials,
|
|
970
|
+
bn as default
|
|
971
|
+
};
|
|
972
|
+
//# sourceMappingURL=VerifiableCredentials-Bn4fCfdP.js.map
|