@eui/mobile-core 16.7.0-snapshot-1709649502644 → 16.7.0-snapshot-1709721306777
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/EuimMultiselectComponent.html +24 -0
- package/docs/js/search/search_index.js +2 -2
- package/esm2022/lib/components/base-states.directive.mjs +14 -14
- package/esm2022/lib/components/euim-chip-selector/euim-chip-selector.component.mjs +5 -3
- package/esm2022/lib/components/euim-multiselect/euim-multiselect-all/euim-multiselect-all.directive.mjs +7 -1
- package/esm2022/lib/components/euim-multiselect/euim-multiselect-filter/euim-multiselect-filter.component.mjs +14 -6
- package/esm2022/lib/components/euim-multiselect/euim-multiselect-select-field/euim-multiselect-select-field.directive.mjs +7 -1
- package/esm2022/lib/components/euim-multiselect/euim-multiselect.component.mjs +27 -3
- package/fesm2022/eui-mobile-core.mjs +66 -22
- package/fesm2022/eui-mobile-core.mjs.map +1 -1
- package/lib/components/base-states.directive.d.ts +13 -13
- package/lib/components/euim-chip-selector/euim-chip-selector.component.d.ts +1 -1
- package/lib/components/euim-chip-selector/euim-chip-selector.component.d.ts.map +1 -1
- package/lib/components/euim-multiselect/euim-multiselect-all/euim-multiselect-all.directive.d.ts.map +1 -1
- package/lib/components/euim-multiselect/euim-multiselect-filter/euim-multiselect-filter.component.d.ts.map +1 -1
- package/lib/components/euim-multiselect/euim-multiselect-select-field/euim-multiselect-select-field.directive.d.ts.map +1 -1
- package/lib/components/euim-multiselect/euim-multiselect.component.d.ts +3 -1
- package/lib/components/euim-multiselect/euim-multiselect.component.d.ts.map +1 -1
- package/package.json +2 -2
|
@@ -194,6 +194,9 @@
|
|
|
194
194
|
<li>
|
|
195
195
|
<a href="#currentDataProvider" >currentDataProvider</a>
|
|
196
196
|
</li>
|
|
197
|
+
<li>
|
|
198
|
+
<a href="#euimKeepSelection" >euimKeepSelection</a>
|
|
199
|
+
</li>
|
|
197
200
|
<li>
|
|
198
201
|
<a href="#toolbarTitle" >toolbarTitle</a>
|
|
199
202
|
</li>
|
|
@@ -284,6 +287,27 @@
|
|
|
284
287
|
</tr>
|
|
285
288
|
</tbody>
|
|
286
289
|
</table>
|
|
290
|
+
<table class="table table-sm table-bordered">
|
|
291
|
+
<tbody>
|
|
292
|
+
<tr>
|
|
293
|
+
<td class="col-md-4">
|
|
294
|
+
<a name="euimKeepSelection"></a>
|
|
295
|
+
<b>euimKeepSelection</b>
|
|
296
|
+
</td>
|
|
297
|
+
</tr>
|
|
298
|
+
<tr>
|
|
299
|
+
<td class="col-md-4">
|
|
300
|
+
<i>Type : </i> <code>BooleanInput</code>
|
|
301
|
+
|
|
302
|
+
</td>
|
|
303
|
+
</tr>
|
|
304
|
+
<tr>
|
|
305
|
+
<td class="col-md-4">
|
|
306
|
+
<i>Default value : </i><code>false</code>
|
|
307
|
+
</td>
|
|
308
|
+
</tr>
|
|
309
|
+
</tbody>
|
|
310
|
+
</table>
|
|
287
311
|
<table class="table table-sm table-bordered">
|
|
288
312
|
<tbody>
|
|
289
313
|
<tr>
|