@eui/mobile-core 18.0.2-snapshot-1741849501379 → 18.0.2-snapshot-1743741970277
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/EuimPdfViewerComponent.html +82 -0
- package/docs/dependencies.html +4 -4
- 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-message/euim-message.component.mjs +4 -1
- package/esm2022/lib/components/euim-pdf-viewer/euim-pdf-viewer.component.mjs +7 -4
- package/esm2022/lib/components/euim-spinner/euim-spinner-message/euim-spinner-message.component.mjs +2 -2
- package/esm2022/lib/components/euim-spinner/euim-spinner.component.mjs +2 -2
- package/fesm2022/eui-mobile-core.mjs +14 -8
- package/fesm2022/eui-mobile-core.mjs.map +1 -1
- package/lib/components/euim-message/euim-message.component.d.ts.map +1 -1
- package/lib/components/euim-pdf-viewer/euim-pdf-viewer.component.d.ts +1 -0
- package/lib/components/euim-pdf-viewer/euim-pdf-viewer.component.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -181,6 +181,10 @@
|
|
|
181
181
|
<tr>
|
|
182
182
|
<td class="col-md-4">
|
|
183
183
|
<ul class="index-list">
|
|
184
|
+
<li>
|
|
185
|
+
<span class="modifier"></span>
|
|
186
|
+
<a href="#className" >className</a>
|
|
187
|
+
</li>
|
|
184
188
|
<li>
|
|
185
189
|
<a href="#errorMessage" >errorMessage</a>
|
|
186
190
|
</li>
|
|
@@ -263,6 +267,20 @@
|
|
|
263
267
|
</tr>
|
|
264
268
|
|
|
265
269
|
|
|
270
|
+
<tr>
|
|
271
|
+
<td class="col-md-4">
|
|
272
|
+
<h6><b>HostBindings</b></h6>
|
|
273
|
+
</td>
|
|
274
|
+
</tr>
|
|
275
|
+
<tr>
|
|
276
|
+
<td class="col-md-4">
|
|
277
|
+
<ul class="index-list">
|
|
278
|
+
<li>
|
|
279
|
+
<a href="#className" >className</a>
|
|
280
|
+
</li>
|
|
281
|
+
</ul>
|
|
282
|
+
</td>
|
|
283
|
+
</tr>
|
|
266
284
|
|
|
267
285
|
|
|
268
286
|
</tbody>
|
|
@@ -366,6 +384,34 @@
|
|
|
366
384
|
</table>
|
|
367
385
|
</section>
|
|
368
386
|
|
|
387
|
+
<section data-compodoc="block-properties">
|
|
388
|
+
<h3>HostBindings</h3> <table class="table table-sm table-bordered">
|
|
389
|
+
<tbody>
|
|
390
|
+
<tr>
|
|
391
|
+
<td class="col-md-4">
|
|
392
|
+
<a name="className"></a>
|
|
393
|
+
<span class="name">
|
|
394
|
+
<span ><b>className</b></span>
|
|
395
|
+
<a href="#className"><span class="icon ion-ios-link"></span></a>
|
|
396
|
+
</span>
|
|
397
|
+
</td>
|
|
398
|
+
</tr>
|
|
399
|
+
<tr>
|
|
400
|
+
<td class="col-md-4">
|
|
401
|
+
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
|
402
|
+
|
|
403
|
+
</td>
|
|
404
|
+
</tr>
|
|
405
|
+
<tr>
|
|
406
|
+
<td class="col-md-4">
|
|
407
|
+
<i>Default value : </i><code>'euim-pdf-viewer'</code>
|
|
408
|
+
</td>
|
|
409
|
+
</tr>
|
|
410
|
+
|
|
411
|
+
|
|
412
|
+
</tbody>
|
|
413
|
+
</table>
|
|
414
|
+
</section>
|
|
369
415
|
|
|
370
416
|
|
|
371
417
|
<section data-compodoc="block-methods">
|
|
@@ -718,6 +764,42 @@
|
|
|
718
764
|
<h3 id="inputs">
|
|
719
765
|
Properties
|
|
720
766
|
</h3>
|
|
767
|
+
<table class="table table-sm table-bordered">
|
|
768
|
+
<tbody>
|
|
769
|
+
<tr>
|
|
770
|
+
<td class="col-md-4">
|
|
771
|
+
<a name="className"></a>
|
|
772
|
+
<span class="name">
|
|
773
|
+
<span class="modifier"></span>
|
|
774
|
+
<span ><b>className</b></span>
|
|
775
|
+
<a href="#className"><span class="icon ion-ios-link"></span></a>
|
|
776
|
+
</span>
|
|
777
|
+
</td>
|
|
778
|
+
</tr>
|
|
779
|
+
<tr>
|
|
780
|
+
<td class="col-md-4">
|
|
781
|
+
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
|
782
|
+
|
|
783
|
+
</td>
|
|
784
|
+
</tr>
|
|
785
|
+
<tr>
|
|
786
|
+
<td class="col-md-4">
|
|
787
|
+
<i>Default value : </i><code>'euim-pdf-viewer'</code>
|
|
788
|
+
</td>
|
|
789
|
+
</tr>
|
|
790
|
+
<tr>
|
|
791
|
+
<td class="col-md-4">
|
|
792
|
+
<b>Decorators : </b>
|
|
793
|
+
<br />
|
|
794
|
+
<code>
|
|
795
|
+
@HostBinding()<br />
|
|
796
|
+
</code>
|
|
797
|
+
</td>
|
|
798
|
+
</tr>
|
|
799
|
+
|
|
800
|
+
|
|
801
|
+
</tbody>
|
|
802
|
+
</table>
|
|
721
803
|
<table class="table table-sm table-bordered">
|
|
722
804
|
<tbody>
|
|
723
805
|
<tr>
|
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.11
|
|
103
|
+
<b>@eui/deps-base</b> : 18.2.11</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.11
|
|
121
|
+
<b>@eui/components</b> : 18.2.11</li>
|
|
122
122
|
<li>
|
|
123
|
-
<b>@eui/showcase</b> : 18.2.11
|
|
123
|
+
<b>@eui/showcase</b> : 18.2.11</li>
|
|
124
124
|
<li>
|
|
125
|
-
<b>@eui/styles</b> : 18.2.11
|
|
125
|
+
<b>@eui/styles</b> : 18.2.11</li>
|
|
126
126
|
<li>
|
|
127
127
|
<b>@angular-eslint/builder</b> : 18.3.0</li>
|
|
128
128
|
<li>
|