@eui/mobile-core 18.1.1-snapshot-1753441548779 → 18.1.2-snapshot-1754473562442
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/EuimSpinnerComponent.html +93 -32
- package/docs/dependencies.html +4 -4
- package/docs/js/search/search_index.js +2 -2
- package/esm2022/lib/components/euim-about/euim-about-content-loading/euim-about-content-loading.component.mjs +2 -2
- package/esm2022/lib/components/euim-chip-selector/euim-chip-selector.component.mjs +2 -2
- package/esm2022/lib/components/euim-pdf-viewer/euim-pdf-viewer.component.mjs +2 -2
- package/esm2022/lib/components/euim-scroller-x/euim-scroller-x.component.mjs +2 -2
- package/esm2022/lib/components/euim-slider-info-screen/euim-slider-info-screen.component.mjs +2 -2
- package/esm2022/lib/components/euim-spinner/euim-spinner.component.mjs +17 -6
- package/esm2022/lib/components/euim-toolbar-datepicker/euim-toolbar-datepicker.component.mjs +2 -2
- package/fesm2022/eui-mobile-core.mjs +27 -16
- package/fesm2022/eui-mobile-core.mjs.map +1 -1
- package/lib/components/euim-spinner/euim-spinner.component.d.ts +4 -2
- package/lib/components/euim-spinner/euim-spinner.component.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -165,23 +165,36 @@
|
|
|
165
165
|
<h3 id="index">Index</h3>
|
|
166
166
|
<table class="table table-sm table-bordered index-table">
|
|
167
167
|
<tbody>
|
|
168
|
+
|
|
168
169
|
<tr>
|
|
169
170
|
<td class="col-md-4">
|
|
170
|
-
<h6><b>
|
|
171
|
+
<h6><b>Methods</b></h6>
|
|
171
172
|
</td>
|
|
172
173
|
</tr>
|
|
173
174
|
<tr>
|
|
174
175
|
<td class="col-md-4">
|
|
175
176
|
<ul class="index-list">
|
|
176
177
|
<li>
|
|
177
|
-
|
|
178
|
-
<a href="#className" >className</a>
|
|
178
|
+
<a href="#getCssClasses" >getCssClasses</a>
|
|
179
179
|
</li>
|
|
180
180
|
</ul>
|
|
181
181
|
</td>
|
|
182
182
|
</tr>
|
|
183
183
|
|
|
184
|
-
|
|
184
|
+
<tr>
|
|
185
|
+
<td class="col-md-4">
|
|
186
|
+
<h6><b>Inputs</b></h6>
|
|
187
|
+
</td>
|
|
188
|
+
</tr>
|
|
189
|
+
<tr>
|
|
190
|
+
<td class="col-md-4">
|
|
191
|
+
<ul class="index-list">
|
|
192
|
+
<li>
|
|
193
|
+
<a href="#variant" >variant</a>
|
|
194
|
+
</li>
|
|
195
|
+
</ul>
|
|
196
|
+
</td>
|
|
197
|
+
</tr>
|
|
185
198
|
|
|
186
199
|
|
|
187
200
|
<tr>
|
|
@@ -200,12 +213,49 @@
|
|
|
200
213
|
</tr>
|
|
201
214
|
|
|
202
215
|
|
|
216
|
+
<tr>
|
|
217
|
+
<td class="col-md-4">
|
|
218
|
+
<h6><b>Accessors</b></h6>
|
|
219
|
+
</td>
|
|
220
|
+
</tr>
|
|
221
|
+
<tr>
|
|
222
|
+
<td class="col-md-4">
|
|
223
|
+
<ul class="index-list">
|
|
224
|
+
<li>
|
|
225
|
+
<a href="#cssClasses" >cssClasses</a>
|
|
226
|
+
</li>
|
|
227
|
+
</ul>
|
|
228
|
+
</td>
|
|
229
|
+
</tr>
|
|
203
230
|
</tbody>
|
|
204
231
|
</table>
|
|
205
232
|
</section>
|
|
206
233
|
|
|
207
234
|
|
|
235
|
+
<section data-compodoc="block-inputs">
|
|
236
|
+
<h3 id="inputs">Inputs</h3>
|
|
237
|
+
<table class="table table-sm table-bordered">
|
|
238
|
+
<tbody>
|
|
239
|
+
<tr>
|
|
240
|
+
<td class="col-md-4">
|
|
241
|
+
<a name="variant"></a>
|
|
242
|
+
<b>variant</b>
|
|
243
|
+
</td>
|
|
244
|
+
</tr>
|
|
245
|
+
<tr>
|
|
246
|
+
<td class="col-md-4">
|
|
247
|
+
<i>Type : </i> <code>"default" | "inverted"</code>
|
|
208
248
|
|
|
249
|
+
</td>
|
|
250
|
+
</tr>
|
|
251
|
+
<tr>
|
|
252
|
+
<td class="col-md-4">
|
|
253
|
+
<i>Default value : </i><code>'default'</code>
|
|
254
|
+
</td>
|
|
255
|
+
</tr>
|
|
256
|
+
</tbody>
|
|
257
|
+
</table>
|
|
258
|
+
</section>
|
|
209
259
|
|
|
210
260
|
<section data-compodoc="block-properties">
|
|
211
261
|
<h3>HostBindings</h3> <table class="table table-sm table-bordered">
|
|
@@ -225,11 +275,6 @@
|
|
|
225
275
|
|
|
226
276
|
</td>
|
|
227
277
|
</tr>
|
|
228
|
-
<tr>
|
|
229
|
-
<td class="col-md-4">
|
|
230
|
-
<i>Default value : </i><code>'euim-spinner'</code>
|
|
231
|
-
</td>
|
|
232
|
-
</tr>
|
|
233
278
|
|
|
234
279
|
|
|
235
280
|
</tbody>
|
|
@@ -237,50 +282,66 @@
|
|
|
237
282
|
</section>
|
|
238
283
|
|
|
239
284
|
|
|
240
|
-
|
|
241
|
-
<section data-compodoc="block-properties">
|
|
285
|
+
<section data-compodoc="block-methods">
|
|
242
286
|
|
|
243
|
-
<h3 id="
|
|
244
|
-
|
|
287
|
+
<h3 id="methods">
|
|
288
|
+
Methods
|
|
245
289
|
</h3>
|
|
246
290
|
<table class="table table-sm table-bordered">
|
|
247
291
|
<tbody>
|
|
248
292
|
<tr>
|
|
249
293
|
<td class="col-md-4">
|
|
250
|
-
<a name="
|
|
294
|
+
<a name="getCssClasses"></a>
|
|
251
295
|
<span class="name">
|
|
252
|
-
|
|
253
|
-
<span
|
|
254
|
-
<a href="#className"><span class="icon ion-ios-link"></span></a>
|
|
296
|
+
<span ><b>getCssClasses</b></span>
|
|
297
|
+
<a href="#getCssClasses"><span class="icon ion-ios-link"></span></a>
|
|
255
298
|
</span>
|
|
256
299
|
</td>
|
|
257
300
|
</tr>
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
301
|
+
<tr>
|
|
302
|
+
<td class="col-md-4">
|
|
303
|
+
<code>getCssClasses()</code>
|
|
304
|
+
</td>
|
|
305
|
+
</tr>
|
|
261
306
|
|
|
262
|
-
|
|
263
|
-
|
|
307
|
+
|
|
308
|
+
|
|
309
|
+
|
|
310
|
+
<tr>
|
|
311
|
+
<td class="col-md-4">
|
|
312
|
+
|
|
313
|
+
<div class="io-description">
|
|
314
|
+
<b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
|
315
|
+
|
|
316
|
+
</div>
|
|
317
|
+
</td>
|
|
318
|
+
</tr>
|
|
319
|
+
</tbody>
|
|
320
|
+
</table>
|
|
321
|
+
</section>
|
|
322
|
+
|
|
323
|
+
<section data-compodoc="block-accessors">
|
|
324
|
+
<h3 id="accessors">
|
|
325
|
+
Accessors
|
|
326
|
+
</h3>
|
|
327
|
+
<table class="table table-sm table-bordered">
|
|
328
|
+
<tbody>
|
|
264
329
|
<tr>
|
|
265
330
|
<td class="col-md-4">
|
|
266
|
-
<
|
|
331
|
+
<a name="cssClasses"></a>
|
|
332
|
+
<span class="name"><b>cssClasses</b><a href="#cssClasses"><span class="icon ion-ios-link"></span></a></span>
|
|
267
333
|
</td>
|
|
268
334
|
</tr>
|
|
335
|
+
|
|
269
336
|
<tr>
|
|
270
337
|
<td class="col-md-4">
|
|
271
|
-
<b>
|
|
272
|
-
<br />
|
|
273
|
-
<code>
|
|
274
|
-
@HostBinding('class')<br />
|
|
275
|
-
</code>
|
|
338
|
+
<span class="accessor"><b>get</b><code>cssClasses()</code></span>
|
|
276
339
|
</td>
|
|
277
340
|
</tr>
|
|
278
341
|
|
|
279
|
-
|
|
280
|
-
</
|
|
281
|
-
</table>
|
|
342
|
+
</tbody>
|
|
343
|
+
</table>
|
|
282
344
|
</section>
|
|
283
|
-
|
|
284
345
|
</div>
|
|
285
346
|
|
|
286
347
|
|
package/docs/dependencies.html
CHANGED
|
@@ -100,7 +100,7 @@
|
|
|
100
100
|
</ol>
|
|
101
101
|
<ul class="dependencies-list">
|
|
102
102
|
<li>
|
|
103
|
-
<b>@eui/deps-base</b> : 18.2.
|
|
103
|
+
<b>@eui/deps-base</b> : 18.2.15</li>
|
|
104
104
|
<li>
|
|
105
105
|
<b>@ionic/angular-toolkit</b> : 11.0.0</li>
|
|
106
106
|
<li>
|
|
@@ -118,11 +118,11 @@
|
|
|
118
118
|
<li>
|
|
119
119
|
<b>@eui/tools</b> : ^6.0.0</li>
|
|
120
120
|
<li>
|
|
121
|
-
<b>@eui/components</b> : 18.2.
|
|
121
|
+
<b>@eui/components</b> : 18.2.15</li>
|
|
122
122
|
<li>
|
|
123
|
-
<b>@eui/showcase</b> : 18.2.
|
|
123
|
+
<b>@eui/showcase</b> : 18.2.15</li>
|
|
124
124
|
<li>
|
|
125
|
-
<b>@eui/styles</b> : 18.2.
|
|
125
|
+
<b>@eui/styles</b> : 18.2.15</li>
|
|
126
126
|
<li>
|
|
127
127
|
<b>@angular-eslint/builder</b> : 18.3.0</li>
|
|
128
128
|
<li>
|