@eui/components 18.0.1-snapshot-1718044857495 → 18.0.1-snapshot-1718060280735
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/docs/components/EuiUserProfileCardComponent.html +3 -3
- package/docs/dependencies.html +10 -10
- package/docs/interfaces/UserProfile.html +92 -2
- package/docs/js/search/search_index.js +2 -2
- package/esm2022/eui-user-profile/user-profile-card/user-profile-card.component.mjs +1 -1
- package/esm2022/eui-user-profile/user-profile.component.mjs +1 -1
- package/eui-user-profile/user-profile-card/user-profile-card.component.d.ts +3 -3
- package/eui-user-profile/user-profile-card/user-profile-card.component.d.ts.map +1 -1
- package/eui-user-profile/user-profile.component.d.ts +5 -1
- package/eui-user-profile/user-profile.component.d.ts.map +1 -1
- package/fesm2022/eui-components-eui-user-profile.mjs.map +1 -1
- package/package.json +3 -3
@@ -293,7 +293,7 @@
|
|
293
293
|
<tbody>
|
294
294
|
<tr>
|
295
295
|
<td class="col-md-4">
|
296
|
-
<code>constructor(userService: UserService)</code>
|
296
|
+
<code>constructor(userService: <a href="../interfaces/UserProfile.html" target="_self">UserService<UserProfile></a>)</code>
|
297
297
|
</td>
|
298
298
|
</tr>
|
299
299
|
|
@@ -314,7 +314,7 @@
|
|
314
314
|
<td>userService</td>
|
315
315
|
|
316
316
|
<td>
|
317
|
-
|
317
|
+
<code><a href="../interfaces/UserProfile.html" target="_self" >UserService<UserProfile></a></code>
|
318
318
|
</td>
|
319
319
|
|
320
320
|
<td>
|
@@ -600,7 +600,7 @@
|
|
600
600
|
</tr>
|
601
601
|
<tr>
|
602
602
|
<td class="col-md-4">
|
603
|
-
<i>Type : </i>
|
603
|
+
<i>Type : </i> <code><a href="../interfaces/UserProfile.html" target="_self" >UserProfile</a></code>
|
604
604
|
|
605
605
|
</td>
|
606
606
|
</tr>
|
package/docs/dependencies.html
CHANGED
@@ -146,23 +146,23 @@
|
|
146
146
|
<li>
|
147
147
|
<b>@types/lodash</b> : 4.17.4</li>
|
148
148
|
<li>
|
149
|
-
<b>@ngrx/effects</b> : 18.0.0-
|
149
|
+
<b>@ngrx/effects</b> : 18.0.0-rc.0</li>
|
150
150
|
<li>
|
151
|
-
<b>@ngrx/router-store</b> : 18.0.0-
|
151
|
+
<b>@ngrx/router-store</b> : 18.0.0-rc.0</li>
|
152
152
|
<li>
|
153
|
-
<b>@ngrx/schematics</b> : 18.0.0-
|
153
|
+
<b>@ngrx/schematics</b> : 18.0.0-rc.0</li>
|
154
154
|
<li>
|
155
|
-
<b>@ngrx/store</b> : 18.0.0-
|
155
|
+
<b>@ngrx/store</b> : 18.0.0-rc.0</li>
|
156
156
|
<li>
|
157
|
-
<b>@ngrx/store-devtools</b> : 18.0.0-
|
157
|
+
<b>@ngrx/store-devtools</b> : 18.0.0-rc.0</li>
|
158
158
|
<li>
|
159
|
-
<b>@ngrx/entity</b> : 18.0.0-
|
159
|
+
<b>@ngrx/entity</b> : 18.0.0-rc.0</li>
|
160
160
|
<li>
|
161
|
-
<b>@ngrx/component</b> : 18.0.0-
|
161
|
+
<b>@ngrx/component</b> : 18.0.0-rc.0</li>
|
162
162
|
<li>
|
163
|
-
<b>@ngrx/component-store</b> : 18.0.0-
|
163
|
+
<b>@ngrx/component-store</b> : 18.0.0-rc.0</li>
|
164
164
|
<li>
|
165
|
-
<b>@ngrx/signals</b> : 18.0.0-
|
165
|
+
<b>@ngrx/signals</b> : 18.0.0-rc.0</li>
|
166
166
|
<li>
|
167
167
|
<b>ngrx-store-freeze</b> : 0.2.4</li>
|
168
168
|
<li>
|
@@ -284,7 +284,7 @@
|
|
284
284
|
<li>
|
285
285
|
<b>@stackblitz/sdk</b> : 1.10.0</li>
|
286
286
|
<li>
|
287
|
-
<b>@eui/ecl</b> : 18.0.1-snapshot-
|
287
|
+
<b>@eui/ecl</b> : 18.0.1-snapshot-1718044857495</li>
|
288
288
|
<li>
|
289
289
|
<b>@eui/tools</b> : ^6.0.0</li>
|
290
290
|
</ul>
|
@@ -139,6 +139,13 @@
|
|
139
139
|
<tr>
|
140
140
|
<td class="col-md-4">
|
141
141
|
<ul class="index-list">
|
142
|
+
<li>
|
143
|
+
<span class="modifier">Optional</span>
|
144
|
+
<a href="#function"
|
145
|
+
>
|
146
|
+
function
|
147
|
+
</a>
|
148
|
+
</li>
|
142
149
|
<li>
|
143
150
|
<span class="modifier">Optional</span>
|
144
151
|
<a href="#impersonatingUser"
|
@@ -146,6 +153,13 @@
|
|
146
153
|
impersonatingUser
|
147
154
|
</a>
|
148
155
|
</li>
|
156
|
+
<li>
|
157
|
+
<span class="modifier">Optional</span>
|
158
|
+
<a href="#organisation"
|
159
|
+
>
|
160
|
+
organisation
|
161
|
+
</a>
|
162
|
+
</li>
|
149
163
|
</ul>
|
150
164
|
</td>
|
151
165
|
</tr>
|
@@ -157,6 +171,44 @@
|
|
157
171
|
|
158
172
|
<section data-compodoc="block-properties">
|
159
173
|
<h3 id="inputs">Properties</h3>
|
174
|
+
<table class="table table-sm table-bordered">
|
175
|
+
<tbody>
|
176
|
+
<tr>
|
177
|
+
<td class="col-md-4">
|
178
|
+
<a name="function"></a>
|
179
|
+
<span class="name "><b>function</b>
|
180
|
+
<a href="#function">
|
181
|
+
<span class="icon ion-ios-link"></span>
|
182
|
+
</a>
|
183
|
+
</span>
|
184
|
+
</td>
|
185
|
+
</tr>
|
186
|
+
<tr>
|
187
|
+
<td class="col-md-4">
|
188
|
+
<code>function: <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
189
|
+
</code>
|
190
|
+
</td>
|
191
|
+
</tr>
|
192
|
+
|
193
|
+
|
194
|
+
<tr>
|
195
|
+
<td class="col-md-4">
|
196
|
+
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
197
|
+
|
198
|
+
</td>
|
199
|
+
</tr>
|
200
|
+
|
201
|
+
<tr>
|
202
|
+
<td class="col-md-4">
|
203
|
+
<i>Optional</i>
|
204
|
+
</td>
|
205
|
+
</tr>
|
206
|
+
|
207
|
+
|
208
|
+
|
209
|
+
|
210
|
+
</tbody>
|
211
|
+
</table>
|
160
212
|
<table class="table table-sm table-bordered">
|
161
213
|
<tbody>
|
162
214
|
<tr>
|
@@ -171,7 +223,45 @@
|
|
171
223
|
</tr>
|
172
224
|
<tr>
|
173
225
|
<td class="col-md-4">
|
174
|
-
<code>impersonatingUser:
|
226
|
+
<code>impersonatingUser: <code><a href="../interfaces/UserProfile.html" target="_self" >UserProfile</a></code>
|
227
|
+
</code>
|
228
|
+
</td>
|
229
|
+
</tr>
|
230
|
+
|
231
|
+
|
232
|
+
<tr>
|
233
|
+
<td class="col-md-4">
|
234
|
+
<i>Type : </i> <code><a href="../interfaces/UserProfile.html" target="_self" >UserProfile</a></code>
|
235
|
+
|
236
|
+
</td>
|
237
|
+
</tr>
|
238
|
+
|
239
|
+
<tr>
|
240
|
+
<td class="col-md-4">
|
241
|
+
<i>Optional</i>
|
242
|
+
</td>
|
243
|
+
</tr>
|
244
|
+
|
245
|
+
|
246
|
+
|
247
|
+
|
248
|
+
</tbody>
|
249
|
+
</table>
|
250
|
+
<table class="table table-sm table-bordered">
|
251
|
+
<tbody>
|
252
|
+
<tr>
|
253
|
+
<td class="col-md-4">
|
254
|
+
<a name="organisation"></a>
|
255
|
+
<span class="name "><b>organisation</b>
|
256
|
+
<a href="#organisation">
|
257
|
+
<span class="icon ion-ios-link"></span>
|
258
|
+
</a>
|
259
|
+
</span>
|
260
|
+
</td>
|
261
|
+
</tr>
|
262
|
+
<tr>
|
263
|
+
<td class="col-md-4">
|
264
|
+
<code>organisation: <code>literal type</code>
|
175
265
|
</code>
|
176
266
|
</td>
|
177
267
|
</tr>
|
@@ -179,7 +269,7 @@
|
|
179
269
|
|
180
270
|
<tr>
|
181
271
|
<td class="col-md-4">
|
182
|
-
<i>Type : </i> <code>
|
272
|
+
<i>Type : </i> <code>literal type</code>
|
183
273
|
|
184
274
|
</td>
|
185
275
|
</tr>
|