@eui/mobile-core 16.7.0-snapshot-1709133352306 → 16.7.0-snapshot-1709217292746
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/EuimMessageComponent.html +1 -1
- package/docs/components/EuimSliderComponent.html +0 -4
- package/docs/components/EuimSliderInfoScreenComponent.html +0 -4
- package/docs/components/EuimToolbarTitleComponent.html +143 -26
- package/docs/directives/BaseStatesDirective.html +92 -0
- package/docs/js/search/search_index.js +2 -2
- package/esm2022/lib/components/base-states.directive.mjs +26 -2
- package/esm2022/lib/components/euim-message/euim-message.component.mjs +3 -2
- package/esm2022/lib/components/euim-slider/euim-slider.component.mjs +4 -4
- package/esm2022/lib/components/euim-slider-info-screen/euim-slider-info-screen.component.mjs +4 -4
- package/esm2022/lib/components/layout/euim-toolbar/euim-toolbar-title/euim-toolbar-title.component.mjs +23 -8
- package/fesm2022/eui-mobile-core.mjs +51 -13
- package/fesm2022/eui-mobile-core.mjs.map +1 -1
- package/lib/components/base-states.directive.d.ts +7 -1
- package/lib/components/base-states.directive.d.ts.map +1 -1
- package/lib/components/euim-message/euim-message.component.d.ts +1 -1
- package/lib/components/euim-message/euim-message.component.d.ts.map +1 -1
- package/lib/components/euim-slider/euim-slider.component.d.ts.map +1 -1
- package/lib/components/euim-slider-info-screen/euim-slider-info-screen.component.d.ts.map +1 -1
- package/lib/components/layout/euim-toolbar/euim-toolbar-title/euim-toolbar-title.component.d.ts +7 -2
- package/lib/components/layout/euim-toolbar/euim-toolbar-title/euim-toolbar-title.component.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
<td class="col-md-9">
|
|
83
83
|
<code><a href="../directives/BaseStatesDirective.html" target="_self" >BaseStatesDirective</a></code>
|
|
84
84
|
<br/>
|
|
85
|
-
<div><i> Inputs</i> : euimInfo euimSuccess euimWarning euimDanger euimVariant color </div>
|
|
85
|
+
<div><i> Inputs</i> : euimInfo euimSuccess euimWarning euimDanger euimVariant color variant </div>
|
|
86
86
|
</td>
|
|
87
87
|
</tr>
|
|
88
88
|
|
|
@@ -74,10 +74,6 @@
|
|
|
74
74
|
<table class="table table-sm table-hover metadata">
|
|
75
75
|
<tbody>
|
|
76
76
|
|
|
77
|
-
<tr>
|
|
78
|
-
<td class="col-md-3">changeDetection</td>
|
|
79
|
-
<td class="col-md-9"><code>ChangeDetectionStrategy.OnPush</code></td>
|
|
80
|
-
</tr>
|
|
81
77
|
|
|
82
78
|
<tr>
|
|
83
79
|
<td class="col-md-3">encapsulation</td>
|
|
@@ -73,6 +73,13 @@
|
|
|
73
73
|
</tr>
|
|
74
74
|
|
|
75
75
|
|
|
76
|
+
<tr>
|
|
77
|
+
<td class="col-md-3">HostDirectives</td>
|
|
78
|
+
<td class="col-md-9">
|
|
79
|
+
<code><a href="../directives/BaseStatesDirective.html" target="_self" >BaseStatesDirective</a></code>
|
|
80
|
+
<br/>
|
|
81
|
+
</td>
|
|
82
|
+
</tr>
|
|
76
83
|
|
|
77
84
|
|
|
78
85
|
|
|
@@ -121,13 +128,27 @@
|
|
|
121
128
|
<td class="col-md-4">
|
|
122
129
|
<ul class="index-list">
|
|
123
130
|
<li>
|
|
124
|
-
<span class="modifier"
|
|
125
|
-
<a href="#
|
|
131
|
+
<span class="modifier">Public</span>
|
|
132
|
+
<a href="#baseStatesDirective" >baseStatesDirective</a>
|
|
126
133
|
</li>
|
|
127
134
|
</ul>
|
|
128
135
|
</td>
|
|
129
136
|
</tr>
|
|
130
137
|
|
|
138
|
+
<tr>
|
|
139
|
+
<td class="col-md-4">
|
|
140
|
+
<h6><b>Methods</b></h6>
|
|
141
|
+
</td>
|
|
142
|
+
</tr>
|
|
143
|
+
<tr>
|
|
144
|
+
<td class="col-md-4">
|
|
145
|
+
<ul class="index-list">
|
|
146
|
+
<li>
|
|
147
|
+
<a href="#getCssClasses" >getCssClasses</a>
|
|
148
|
+
</li>
|
|
149
|
+
</ul>
|
|
150
|
+
</td>
|
|
151
|
+
</tr>
|
|
131
152
|
|
|
132
153
|
|
|
133
154
|
|
|
@@ -140,17 +161,74 @@
|
|
|
140
161
|
<td class="col-md-4">
|
|
141
162
|
<ul class="index-list">
|
|
142
163
|
<li>
|
|
143
|
-
<a href="#
|
|
164
|
+
<a href="#class" >class</a>
|
|
144
165
|
</li>
|
|
145
166
|
</ul>
|
|
146
167
|
</td>
|
|
147
168
|
</tr>
|
|
148
169
|
|
|
149
170
|
|
|
171
|
+
<tr>
|
|
172
|
+
<td class="col-md-4">
|
|
173
|
+
<h6><b>Accessors</b></h6>
|
|
174
|
+
</td>
|
|
175
|
+
</tr>
|
|
176
|
+
<tr>
|
|
177
|
+
<td class="col-md-4">
|
|
178
|
+
<ul class="index-list">
|
|
179
|
+
<li>
|
|
180
|
+
<a href="#cssClasses" >cssClasses</a>
|
|
181
|
+
</li>
|
|
182
|
+
</ul>
|
|
183
|
+
</td>
|
|
184
|
+
</tr>
|
|
150
185
|
</tbody>
|
|
151
186
|
</table>
|
|
152
187
|
</section>
|
|
153
188
|
|
|
189
|
+
<section data-compodoc="block-constructor">
|
|
190
|
+
<h3 id="constructor">Constructor</h3>
|
|
191
|
+
<table class="table table-sm table-bordered">
|
|
192
|
+
<tbody>
|
|
193
|
+
<tr>
|
|
194
|
+
<td class="col-md-4">
|
|
195
|
+
<code>constructor(baseStatesDirective: <a href="../directives/BaseStatesDirective.html" target="_self">BaseStatesDirective</a>)</code>
|
|
196
|
+
</td>
|
|
197
|
+
</tr>
|
|
198
|
+
|
|
199
|
+
<tr>
|
|
200
|
+
<td class="col-md-4">
|
|
201
|
+
<div>
|
|
202
|
+
<b>Parameters :</b>
|
|
203
|
+
<table class="params">
|
|
204
|
+
<thead>
|
|
205
|
+
<tr>
|
|
206
|
+
<td>Name</td>
|
|
207
|
+
<td>Type</td>
|
|
208
|
+
<td>Optional</td>
|
|
209
|
+
</tr>
|
|
210
|
+
</thead>
|
|
211
|
+
<tbody>
|
|
212
|
+
<tr>
|
|
213
|
+
<td>baseStatesDirective</td>
|
|
214
|
+
|
|
215
|
+
<td>
|
|
216
|
+
<code><a href="../directives/BaseStatesDirective.html" target="_self" >BaseStatesDirective</a></code>
|
|
217
|
+
</td>
|
|
218
|
+
|
|
219
|
+
<td>
|
|
220
|
+
No
|
|
221
|
+
</td>
|
|
222
|
+
|
|
223
|
+
</tr>
|
|
224
|
+
</tbody>
|
|
225
|
+
</table>
|
|
226
|
+
</div>
|
|
227
|
+
</td>
|
|
228
|
+
</tr>
|
|
229
|
+
</tbody>
|
|
230
|
+
</table>
|
|
231
|
+
</section>
|
|
154
232
|
|
|
155
233
|
|
|
156
234
|
|
|
@@ -159,10 +237,10 @@
|
|
|
159
237
|
<tbody>
|
|
160
238
|
<tr>
|
|
161
239
|
<td class="col-md-4">
|
|
162
|
-
<a name="
|
|
240
|
+
<a name="class"></a>
|
|
163
241
|
<span class="name">
|
|
164
|
-
<span ><b>
|
|
165
|
-
<a href="#
|
|
242
|
+
<span ><b>class</b></span>
|
|
243
|
+
<a href="#class"><span class="icon ion-ios-link"></span></a>
|
|
166
244
|
</span>
|
|
167
245
|
</td>
|
|
168
246
|
</tr>
|
|
@@ -172,11 +250,6 @@
|
|
|
172
250
|
|
|
173
251
|
</td>
|
|
174
252
|
</tr>
|
|
175
|
-
<tr>
|
|
176
|
-
<td class="col-md-4">
|
|
177
|
-
<i>Default value : </i><code>'euim-toolbar-title'</code>
|
|
178
|
-
</td>
|
|
179
|
-
</tr>
|
|
180
253
|
|
|
181
254
|
|
|
182
255
|
</tbody>
|
|
@@ -184,7 +257,43 @@
|
|
|
184
257
|
</section>
|
|
185
258
|
|
|
186
259
|
|
|
260
|
+
<section data-compodoc="block-methods">
|
|
261
|
+
|
|
262
|
+
<h3 id="methods">
|
|
263
|
+
Methods
|
|
264
|
+
</h3>
|
|
265
|
+
<table class="table table-sm table-bordered">
|
|
266
|
+
<tbody>
|
|
267
|
+
<tr>
|
|
268
|
+
<td class="col-md-4">
|
|
269
|
+
<a name="getCssClasses"></a>
|
|
270
|
+
<span class="name">
|
|
271
|
+
<span ><b>getCssClasses</b></span>
|
|
272
|
+
<a href="#getCssClasses"><span class="icon ion-ios-link"></span></a>
|
|
273
|
+
</span>
|
|
274
|
+
</td>
|
|
275
|
+
</tr>
|
|
276
|
+
<tr>
|
|
277
|
+
<td class="col-md-4">
|
|
278
|
+
<code>getCssClasses()</code>
|
|
279
|
+
</td>
|
|
280
|
+
</tr>
|
|
281
|
+
|
|
282
|
+
|
|
283
|
+
|
|
284
|
+
|
|
285
|
+
<tr>
|
|
286
|
+
<td class="col-md-4">
|
|
187
287
|
|
|
288
|
+
<div class="io-description">
|
|
289
|
+
<b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
|
290
|
+
|
|
291
|
+
</div>
|
|
292
|
+
</td>
|
|
293
|
+
</tr>
|
|
294
|
+
</tbody>
|
|
295
|
+
</table>
|
|
296
|
+
</section>
|
|
188
297
|
<section data-compodoc="block-properties">
|
|
189
298
|
|
|
190
299
|
<h3 id="inputs">
|
|
@@ -194,40 +303,48 @@
|
|
|
194
303
|
<tbody>
|
|
195
304
|
<tr>
|
|
196
305
|
<td class="col-md-4">
|
|
197
|
-
<a name="
|
|
306
|
+
<a name="baseStatesDirective"></a>
|
|
198
307
|
<span class="name">
|
|
199
|
-
<span class="modifier"
|
|
200
|
-
<span ><b>
|
|
201
|
-
<a href="#
|
|
308
|
+
<span class="modifier">Public</span>
|
|
309
|
+
<span ><b>baseStatesDirective</b></span>
|
|
310
|
+
<a href="#baseStatesDirective"><span class="icon ion-ios-link"></span></a>
|
|
202
311
|
</span>
|
|
203
312
|
</td>
|
|
204
313
|
</tr>
|
|
205
314
|
<tr>
|
|
206
315
|
<td class="col-md-4">
|
|
207
|
-
<i>Type : </i> <code><a href="
|
|
316
|
+
<i>Type : </i> <code><a href="../directives/BaseStatesDirective.html" target="_self" >BaseStatesDirective</a></code>
|
|
208
317
|
|
|
209
318
|
</td>
|
|
210
319
|
</tr>
|
|
320
|
+
|
|
321
|
+
|
|
322
|
+
</tbody>
|
|
323
|
+
</table>
|
|
324
|
+
</section>
|
|
325
|
+
|
|
326
|
+
<section data-compodoc="block-accessors">
|
|
327
|
+
<h3 id="accessors">
|
|
328
|
+
Accessors
|
|
329
|
+
</h3>
|
|
330
|
+
<table class="table table-sm table-bordered">
|
|
331
|
+
<tbody>
|
|
211
332
|
<tr>
|
|
212
333
|
<td class="col-md-4">
|
|
213
|
-
<
|
|
334
|
+
<a name="cssClasses"></a>
|
|
335
|
+
<span class="name"><b>cssClasses</b><a href="#cssClasses"><span class="icon ion-ios-link"></span></a></span>
|
|
214
336
|
</td>
|
|
215
337
|
</tr>
|
|
338
|
+
|
|
216
339
|
<tr>
|
|
217
340
|
<td class="col-md-4">
|
|
218
|
-
<b>
|
|
219
|
-
<br />
|
|
220
|
-
<code>
|
|
221
|
-
@HostBinding()<br />
|
|
222
|
-
</code>
|
|
341
|
+
<span class="accessor"><b>get</b><code>cssClasses()</code></span>
|
|
223
342
|
</td>
|
|
224
343
|
</tr>
|
|
225
344
|
|
|
226
|
-
|
|
227
|
-
</
|
|
228
|
-
</table>
|
|
345
|
+
</tbody>
|
|
346
|
+
</table>
|
|
229
347
|
</section>
|
|
230
|
-
|
|
231
348
|
</div>
|
|
232
349
|
|
|
233
350
|
|
|
@@ -211,6 +211,9 @@
|
|
|
211
211
|
<li>
|
|
212
212
|
<a href="#euimWhite" >euimWhite</a>
|
|
213
213
|
</li>
|
|
214
|
+
<li>
|
|
215
|
+
<a href="#variant" class="deprecated-name">variant</a>
|
|
216
|
+
</li>
|
|
214
217
|
</ul>
|
|
215
218
|
</td>
|
|
216
219
|
</tr>
|
|
@@ -229,6 +232,9 @@
|
|
|
229
232
|
<li>
|
|
230
233
|
<a href="#euimVariant" >euimVariant</a>
|
|
231
234
|
</li>
|
|
235
|
+
<li>
|
|
236
|
+
<a href="#variant" >variant</a>
|
|
237
|
+
</li>
|
|
232
238
|
<li>
|
|
233
239
|
<a href="#color" >color</a>
|
|
234
240
|
</li>
|
|
@@ -902,6 +908,22 @@
|
|
|
902
908
|
</tr>
|
|
903
909
|
</tbody>
|
|
904
910
|
</table>
|
|
911
|
+
<table class="table table-sm table-bordered">
|
|
912
|
+
<tbody>
|
|
913
|
+
<tr>
|
|
914
|
+
<td class="col-md-4">
|
|
915
|
+
<a name="variant"></a>
|
|
916
|
+
<b>variant</b>
|
|
917
|
+
</td>
|
|
918
|
+
</tr>
|
|
919
|
+
<tr>
|
|
920
|
+
<td class="col-md-4">
|
|
921
|
+
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
|
922
|
+
|
|
923
|
+
</td>
|
|
924
|
+
</tr>
|
|
925
|
+
</tbody>
|
|
926
|
+
</table>
|
|
905
927
|
</section>
|
|
906
928
|
|
|
907
929
|
|
|
@@ -1037,6 +1059,76 @@
|
|
|
1037
1059
|
</tr>
|
|
1038
1060
|
</tbody>
|
|
1039
1061
|
</table>
|
|
1062
|
+
<table class="table table-sm table-bordered">
|
|
1063
|
+
<tbody>
|
|
1064
|
+
<tr>
|
|
1065
|
+
<td class="col-md-4">
|
|
1066
|
+
<a name="variant"></a>
|
|
1067
|
+
<span class="name"><b>variant</b><a href="#variant"><span class="icon ion-ios-link"></span></a></span>
|
|
1068
|
+
</td>
|
|
1069
|
+
</tr>
|
|
1070
|
+
|
|
1071
|
+
<tr>
|
|
1072
|
+
<td class="col-md-4">
|
|
1073
|
+
<span class="accessor"><b>get</b><code>variant()</code></span>
|
|
1074
|
+
</td>
|
|
1075
|
+
</tr>
|
|
1076
|
+
<tr>
|
|
1077
|
+
<td class="col-md-4">
|
|
1078
|
+
|
|
1079
|
+
<div>
|
|
1080
|
+
</div>
|
|
1081
|
+
<div class="io-description">
|
|
1082
|
+
<b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
|
1083
|
+
|
|
1084
|
+
</div>
|
|
1085
|
+
</td>
|
|
1086
|
+
</tr>
|
|
1087
|
+
|
|
1088
|
+
<tr>
|
|
1089
|
+
<td class="col-md-4">
|
|
1090
|
+
<span class="accessor"><b>set</b><code>variant(value: <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank">string</a>)</code></span>
|
|
1091
|
+
</td>
|
|
1092
|
+
</tr>
|
|
1093
|
+
<tr>
|
|
1094
|
+
<td class="col-md-4">
|
|
1095
|
+
|
|
1096
|
+
<div class="io-description">
|
|
1097
|
+
<b>Parameters :</b>
|
|
1098
|
+
<table class="params">
|
|
1099
|
+
<thead>
|
|
1100
|
+
<tr>
|
|
1101
|
+
<td>Name</td>
|
|
1102
|
+
<td>Type</td>
|
|
1103
|
+
<td>Optional</td>
|
|
1104
|
+
</tr>
|
|
1105
|
+
</thead>
|
|
1106
|
+
<tbody>
|
|
1107
|
+
<tr>
|
|
1108
|
+
<td>value</td>
|
|
1109
|
+
|
|
1110
|
+
<td>
|
|
1111
|
+
<code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
|
1112
|
+
</td>
|
|
1113
|
+
|
|
1114
|
+
<td>
|
|
1115
|
+
No
|
|
1116
|
+
</td>
|
|
1117
|
+
|
|
1118
|
+
</tr>
|
|
1119
|
+
</tbody>
|
|
1120
|
+
</table>
|
|
1121
|
+
</div>
|
|
1122
|
+
<div>
|
|
1123
|
+
</div>
|
|
1124
|
+
<div class="io-description">
|
|
1125
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
1126
|
+
|
|
1127
|
+
</div>
|
|
1128
|
+
</td>
|
|
1129
|
+
</tr>
|
|
1130
|
+
</tbody>
|
|
1131
|
+
</table>
|
|
1040
1132
|
<table class="table table-sm table-bordered">
|
|
1041
1133
|
<tbody>
|
|
1042
1134
|
<tr>
|