@eui/mobile-core 17.4.0-snapshot-1725616755288 → 17.4.0-snapshot-1726214281497
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/EuiMUserProfileInfosComponent.html +96 -36
- package/docs/components/EuimSliderInfoScreenComponent.html +124 -46
- package/docs/components/EuimUserProfileComponent.html +88 -32
- package/docs/dependencies.html +5 -5
- package/docs/js/search/search_index.js +2 -2
- package/esm2022/lib/components/euim-badge/euim-badge.component.mjs +2 -2
- package/esm2022/lib/components/euim-slider-info-screen/euim-slider-info-screen.component.mjs +30 -9
- package/esm2022/lib/components/layout/euim-user-profile/euim-user-profile-infos/euim-user-profile-infos.component.mjs +17 -8
- package/esm2022/lib/components/layout/euim-user-profile/euim-user-profile.component.mjs +15 -7
- package/fesm2022/eui-mobile-core.mjs +59 -21
- package/fesm2022/eui-mobile-core.mjs.map +1 -1
- package/lib/components/euim-slider-info-screen/euim-slider-info-screen.component.d.ts +5 -2
- package/lib/components/euim-slider-info-screen/euim-slider-info-screen.component.d.ts.map +1 -1
- package/lib/components/layout/euim-user-profile/euim-user-profile-infos/euim-user-profile-infos.component.d.ts +4 -2
- package/lib/components/layout/euim-user-profile/euim-user-profile-infos/euim-user-profile-infos.component.d.ts.map +1 -1
- package/lib/components/layout/euim-user-profile/euim-user-profile.component.d.ts +4 -2
- package/lib/components/layout/euim-user-profile/euim-user-profile.component.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -178,23 +178,36 @@
|
|
|
178
178
|
<h3 id="index">Index</h3>
|
|
179
179
|
<table class="table table-sm table-bordered index-table">
|
|
180
180
|
<tbody>
|
|
181
|
+
|
|
181
182
|
<tr>
|
|
182
183
|
<td class="col-md-4">
|
|
183
|
-
<h6><b>
|
|
184
|
+
<h6><b>Methods</b></h6>
|
|
184
185
|
</td>
|
|
185
186
|
</tr>
|
|
186
187
|
<tr>
|
|
187
188
|
<td class="col-md-4">
|
|
188
189
|
<ul class="index-list">
|
|
189
190
|
<li>
|
|
190
|
-
|
|
191
|
-
<a href="#className" >className</a>
|
|
191
|
+
<a href="#getCssClasses" >getCssClasses</a>
|
|
192
192
|
</li>
|
|
193
193
|
</ul>
|
|
194
194
|
</td>
|
|
195
195
|
</tr>
|
|
196
196
|
|
|
197
|
-
|
|
197
|
+
<tr>
|
|
198
|
+
<td class="col-md-4">
|
|
199
|
+
<h6><b>Inputs</b></h6>
|
|
200
|
+
</td>
|
|
201
|
+
</tr>
|
|
202
|
+
<tr>
|
|
203
|
+
<td class="col-md-4">
|
|
204
|
+
<ul class="index-list">
|
|
205
|
+
<li>
|
|
206
|
+
<a href="#color" >color</a>
|
|
207
|
+
</li>
|
|
208
|
+
</ul>
|
|
209
|
+
</td>
|
|
210
|
+
</tr>
|
|
198
211
|
|
|
199
212
|
|
|
200
213
|
<tr>
|
|
@@ -213,12 +226,44 @@
|
|
|
213
226
|
</tr>
|
|
214
227
|
|
|
215
228
|
|
|
229
|
+
<tr>
|
|
230
|
+
<td class="col-md-4">
|
|
231
|
+
<h6><b>Accessors</b></h6>
|
|
232
|
+
</td>
|
|
233
|
+
</tr>
|
|
234
|
+
<tr>
|
|
235
|
+
<td class="col-md-4">
|
|
236
|
+
<ul class="index-list">
|
|
237
|
+
<li>
|
|
238
|
+
<a href="#cssClasses" >cssClasses</a>
|
|
239
|
+
</li>
|
|
240
|
+
</ul>
|
|
241
|
+
</td>
|
|
242
|
+
</tr>
|
|
216
243
|
</tbody>
|
|
217
244
|
</table>
|
|
218
245
|
</section>
|
|
219
246
|
|
|
220
247
|
|
|
248
|
+
<section data-compodoc="block-inputs">
|
|
249
|
+
<h3 id="inputs">Inputs</h3>
|
|
250
|
+
<table class="table table-sm table-bordered">
|
|
251
|
+
<tbody>
|
|
252
|
+
<tr>
|
|
253
|
+
<td class="col-md-4">
|
|
254
|
+
<a name="color"></a>
|
|
255
|
+
<b>color</b>
|
|
256
|
+
</td>
|
|
257
|
+
</tr>
|
|
258
|
+
<tr>
|
|
259
|
+
<td class="col-md-4">
|
|
260
|
+
<i>Type : </i> <code>"dark" | "white" | "primary" | "info" | "success" | "warning" | "danger"</code>
|
|
221
261
|
|
|
262
|
+
</td>
|
|
263
|
+
</tr>
|
|
264
|
+
</tbody>
|
|
265
|
+
</table>
|
|
266
|
+
</section>
|
|
222
267
|
|
|
223
268
|
<section data-compodoc="block-properties">
|
|
224
269
|
<h3>HostBindings</h3> <table class="table table-sm table-bordered">
|
|
@@ -238,11 +283,6 @@
|
|
|
238
283
|
|
|
239
284
|
</td>
|
|
240
285
|
</tr>
|
|
241
|
-
<tr>
|
|
242
|
-
<td class="col-md-4">
|
|
243
|
-
<i>Default value : </i><code>'euim-user-profile'</code>
|
|
244
|
-
</td>
|
|
245
|
-
</tr>
|
|
246
286
|
|
|
247
287
|
|
|
248
288
|
</tbody>
|
|
@@ -250,50 +290,66 @@
|
|
|
250
290
|
</section>
|
|
251
291
|
|
|
252
292
|
|
|
253
|
-
|
|
254
|
-
<section data-compodoc="block-properties">
|
|
293
|
+
<section data-compodoc="block-methods">
|
|
255
294
|
|
|
256
|
-
<h3 id="
|
|
257
|
-
|
|
295
|
+
<h3 id="methods">
|
|
296
|
+
Methods
|
|
258
297
|
</h3>
|
|
259
298
|
<table class="table table-sm table-bordered">
|
|
260
299
|
<tbody>
|
|
261
300
|
<tr>
|
|
262
301
|
<td class="col-md-4">
|
|
263
|
-
<a name="
|
|
302
|
+
<a name="getCssClasses"></a>
|
|
264
303
|
<span class="name">
|
|
265
|
-
|
|
266
|
-
<span
|
|
267
|
-
<a href="#className"><span class="icon ion-ios-link"></span></a>
|
|
304
|
+
<span ><b>getCssClasses</b></span>
|
|
305
|
+
<a href="#getCssClasses"><span class="icon ion-ios-link"></span></a>
|
|
268
306
|
</span>
|
|
269
307
|
</td>
|
|
270
308
|
</tr>
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
309
|
+
<tr>
|
|
310
|
+
<td class="col-md-4">
|
|
311
|
+
<code>getCssClasses()</code>
|
|
312
|
+
</td>
|
|
313
|
+
</tr>
|
|
274
314
|
|
|
275
|
-
|
|
276
|
-
|
|
315
|
+
|
|
316
|
+
|
|
317
|
+
|
|
318
|
+
<tr>
|
|
319
|
+
<td class="col-md-4">
|
|
320
|
+
|
|
321
|
+
<div class="io-description">
|
|
322
|
+
<b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
|
323
|
+
|
|
324
|
+
</div>
|
|
325
|
+
</td>
|
|
326
|
+
</tr>
|
|
327
|
+
</tbody>
|
|
328
|
+
</table>
|
|
329
|
+
</section>
|
|
330
|
+
|
|
331
|
+
<section data-compodoc="block-accessors">
|
|
332
|
+
<h3 id="accessors">
|
|
333
|
+
Accessors
|
|
334
|
+
</h3>
|
|
335
|
+
<table class="table table-sm table-bordered">
|
|
336
|
+
<tbody>
|
|
277
337
|
<tr>
|
|
278
338
|
<td class="col-md-4">
|
|
279
|
-
<
|
|
339
|
+
<a name="cssClasses"></a>
|
|
340
|
+
<span class="name"><b>cssClasses</b><a href="#cssClasses"><span class="icon ion-ios-link"></span></a></span>
|
|
280
341
|
</td>
|
|
281
342
|
</tr>
|
|
343
|
+
|
|
282
344
|
<tr>
|
|
283
345
|
<td class="col-md-4">
|
|
284
|
-
<b>
|
|
285
|
-
<br />
|
|
286
|
-
<code>
|
|
287
|
-
@HostBinding('class')<br />
|
|
288
|
-
</code>
|
|
346
|
+
<span class="accessor"><b>get</b><code>cssClasses()</code></span>
|
|
289
347
|
</td>
|
|
290
348
|
</tr>
|
|
291
349
|
|
|
292
|
-
|
|
293
|
-
</
|
|
294
|
-
</table>
|
|
350
|
+
</tbody>
|
|
351
|
+
</table>
|
|
295
352
|
</section>
|
|
296
|
-
|
|
297
353
|
</div>
|
|
298
354
|
|
|
299
355
|
|
package/docs/dependencies.html
CHANGED
|
@@ -109,9 +109,9 @@
|
|
|
109
109
|
</ol>
|
|
110
110
|
<ul class="dependencies-list">
|
|
111
111
|
<li>
|
|
112
|
-
<b>@eui/deps-base</b> : 17.3.11-snapshot-
|
|
112
|
+
<b>@eui/deps-base</b> : 17.3.11-snapshot-1726186323855</li>
|
|
113
113
|
<li>
|
|
114
|
-
<b>@eui/styles-base</b> : 17.3.11-snapshot-
|
|
114
|
+
<b>@eui/styles-base</b> : 17.3.11-snapshot-1726186323855</li>
|
|
115
115
|
<li>
|
|
116
116
|
<b>@ionic/angular-toolkit</b> : 7.0.0</li>
|
|
117
117
|
<li>
|
|
@@ -129,11 +129,11 @@
|
|
|
129
129
|
<li>
|
|
130
130
|
<b>@eui/tools</b> : ^6.0.0</li>
|
|
131
131
|
<li>
|
|
132
|
-
<b>@eui/components</b> : 17.3.11-snapshot-
|
|
132
|
+
<b>@eui/components</b> : 17.3.11-snapshot-1726186323855</li>
|
|
133
133
|
<li>
|
|
134
|
-
<b>@eui/showcase</b> : 17.3.11-snapshot-
|
|
134
|
+
<b>@eui/showcase</b> : 17.3.11-snapshot-1726186323855</li>
|
|
135
135
|
<li>
|
|
136
|
-
<b>@eui/styles</b> : 17.3.11-snapshot-
|
|
136
|
+
<b>@eui/styles</b> : 17.3.11-snapshot-1726186323855</li>
|
|
137
137
|
</ul>
|
|
138
138
|
|
|
139
139
|
|