@eui/mobile-core 17.4.0-snapshot-1725616755288 → 17.4.0-snapshot-1726653670360

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.
Files changed (31) hide show
  1. package/docs/components/EuiMUserProfileInfosComponent.html +96 -36
  2. package/docs/components/EuimCardComponent.html +1 -1
  3. package/docs/components/EuimCardListComponent.html +93 -32
  4. package/docs/components/EuimChipSelectorComponent.html +25 -1
  5. package/docs/components/EuimSliderInfoScreenComponent.html +124 -46
  6. package/docs/components/EuimUserProfileComponent.html +88 -32
  7. package/docs/dependencies.html +5 -5
  8. package/docs/js/search/search_index.js +2 -2
  9. package/esm2022/lib/components/euim-badge/euim-badge.component.mjs +2 -2
  10. package/esm2022/lib/components/euim-card/euim-card.component.mjs +4 -4
  11. package/esm2022/lib/components/euim-card-list/euim-card-list.component.mjs +17 -6
  12. package/esm2022/lib/components/euim-chip-selector/euim-chip-selector.component.mjs +11 -4
  13. package/esm2022/lib/components/euim-media-header/euim-media-header.component.mjs +2 -2
  14. package/esm2022/lib/components/euim-slider-info-screen/euim-slider-info-screen.component.mjs +30 -9
  15. package/esm2022/lib/components/layout/euim-sidebar/euim-sidebar.component.mjs +2 -2
  16. package/esm2022/lib/components/layout/euim-toolbar/euim-toolbar.component.mjs +2 -2
  17. package/esm2022/lib/components/layout/euim-user-profile/euim-user-profile-infos/euim-user-profile-infos.component.mjs +17 -8
  18. package/esm2022/lib/components/layout/euim-user-profile/euim-user-profile.component.mjs +15 -7
  19. package/fesm2022/eui-mobile-core.mjs +93 -37
  20. package/fesm2022/eui-mobile-core.mjs.map +1 -1
  21. package/lib/components/euim-card-list/euim-card-list.component.d.ts +4 -2
  22. package/lib/components/euim-card-list/euim-card-list.component.d.ts.map +1 -1
  23. package/lib/components/euim-chip-selector/euim-chip-selector.component.d.ts +4 -2
  24. package/lib/components/euim-chip-selector/euim-chip-selector.component.d.ts.map +1 -1
  25. package/lib/components/euim-slider-info-screen/euim-slider-info-screen.component.d.ts +5 -2
  26. package/lib/components/euim-slider-info-screen/euim-slider-info-screen.component.d.ts.map +1 -1
  27. package/lib/components/layout/euim-user-profile/euim-user-profile-infos/euim-user-profile-infos.component.d.ts +4 -2
  28. package/lib/components/layout/euim-user-profile/euim-user-profile-infos/euim-user-profile-infos.component.d.ts.map +1 -1
  29. package/lib/components/layout/euim-user-profile/euim-user-profile.component.d.ts +4 -2
  30. package/lib/components/layout/euim-user-profile/euim-user-profile.component.d.ts.map +1 -1
  31. package/package.json +1 -1
@@ -130,6 +130,10 @@
130
130
  <td class="col-md-9"><code>ChangeDetectionStrategy.OnPush</code></td>
131
131
  </tr>
132
132
 
133
+ <tr>
134
+ <td class="col-md-3">encapsulation</td>
135
+ <td class="col-md-9"><code>ViewEncapsulation.None</code></td>
136
+ </tr>
133
137
 
134
138
 
135
139
 
@@ -170,23 +174,36 @@
170
174
  <h3 id="index">Index</h3>
171
175
  <table class="table table-sm table-bordered index-table">
172
176
  <tbody>
177
+
173
178
  <tr>
174
179
  <td class="col-md-4">
175
- <h6><b>Properties</b></h6>
180
+ <h6><b>Methods</b></h6>
176
181
  </td>
177
182
  </tr>
178
183
  <tr>
179
184
  <td class="col-md-4">
180
185
  <ul class="index-list">
181
186
  <li>
182
- <span class="modifier"></span>
183
- <a href="#className" >className</a>
187
+ <a href="#getCssClasses" >getCssClasses</a>
184
188
  </li>
185
189
  </ul>
186
190
  </td>
187
191
  </tr>
188
192
 
189
-
193
+ <tr>
194
+ <td class="col-md-4">
195
+ <h6><b>Inputs</b></h6>
196
+ </td>
197
+ </tr>
198
+ <tr>
199
+ <td class="col-md-4">
200
+ <ul class="index-list">
201
+ <li>
202
+ <a href="#color" >color</a>
203
+ </li>
204
+ </ul>
205
+ </td>
206
+ </tr>
190
207
 
191
208
 
192
209
  <tr>
@@ -198,29 +215,61 @@
198
215
  <td class="col-md-4">
199
216
  <ul class="index-list">
200
217
  <li>
201
- <a href="#className" >className</a>
218
+ <a href="#class" >class</a>
202
219
  </li>
203
220
  </ul>
204
221
  </td>
205
222
  </tr>
206
223
 
207
224
 
225
+ <tr>
226
+ <td class="col-md-4">
227
+ <h6><b>Accessors</b></h6>
228
+ </td>
229
+ </tr>
230
+ <tr>
231
+ <td class="col-md-4">
232
+ <ul class="index-list">
233
+ <li>
234
+ <a href="#cssClasses" >cssClasses</a>
235
+ </li>
236
+ </ul>
237
+ </td>
238
+ </tr>
208
239
  </tbody>
209
240
  </table>
210
241
  </section>
211
242
 
212
243
 
244
+ <section data-compodoc="block-inputs">
245
+ <h3 id="inputs">Inputs</h3>
246
+ <table class="table table-sm table-bordered">
247
+ <tbody>
248
+ <tr>
249
+ <td class="col-md-4">
250
+ <a name="color"></a>
251
+ <b>color</b>
252
+ </td>
253
+ </tr>
254
+ <tr>
255
+ <td class="col-md-4">
256
+ <i>Type : </i> <code>&quot;dark&quot; | &quot;white&quot; | &quot;primary&quot; | &quot;info&quot; | &quot;success&quot; | &quot;warning&quot; | &quot;danger&quot;</code>
213
257
 
258
+ </td>
259
+ </tr>
260
+ </tbody>
261
+ </table>
262
+ </section>
214
263
 
215
264
  <section data-compodoc="block-properties">
216
265
  <h3>HostBindings</h3> <table class="table table-sm table-bordered">
217
266
  <tbody>
218
267
  <tr>
219
268
  <td class="col-md-4">
220
- <a name="className"></a>
269
+ <a name="class"></a>
221
270
  <span class="name">
222
- <span ><b>className</b></span>
223
- <a href="#className"><span class="icon ion-ios-link"></span></a>
271
+ <span ><b>class</b></span>
272
+ <a href="#class"><span class="icon ion-ios-link"></span></a>
224
273
  </span>
225
274
  </td>
226
275
  </tr>
@@ -230,11 +279,6 @@
230
279
 
231
280
  </td>
232
281
  </tr>
233
- <tr>
234
- <td class="col-md-4">
235
- <i>Default value : </i><code>&#x27;euim-user-profile-infos&#x27;</code>
236
- </td>
237
- </tr>
238
282
 
239
283
 
240
284
  </tbody>
@@ -242,50 +286,66 @@
242
286
  </section>
243
287
 
244
288
 
245
-
246
- <section data-compodoc="block-properties">
289
+ <section data-compodoc="block-methods">
247
290
 
248
- <h3 id="inputs">
249
- Properties
291
+ <h3 id="methods">
292
+ Methods
250
293
  </h3>
251
294
  <table class="table table-sm table-bordered">
252
295
  <tbody>
253
296
  <tr>
254
297
  <td class="col-md-4">
255
- <a name="className"></a>
298
+ <a name="getCssClasses"></a>
256
299
  <span class="name">
257
- <span class="modifier"></span>
258
- <span ><b>className</b></span>
259
- <a href="#className"><span class="icon ion-ios-link"></span></a>
300
+ <span ><b>getCssClasses</b></span>
301
+ <a href="#getCssClasses"><span class="icon ion-ios-link"></span></a>
260
302
  </span>
261
303
  </td>
262
304
  </tr>
263
- <tr>
264
- <td class="col-md-4">
265
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
305
+ <tr>
306
+ <td class="col-md-4">
307
+ <code>getCssClasses()</code>
308
+ </td>
309
+ </tr>
266
310
 
267
- </td>
268
- </tr>
311
+
312
+
313
+
314
+ <tr>
315
+ <td class="col-md-4">
316
+
317
+ <div class="io-description">
318
+ <b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
319
+
320
+ </div>
321
+ </td>
322
+ </tr>
323
+ </tbody>
324
+ </table>
325
+ </section>
326
+
327
+ <section data-compodoc="block-accessors">
328
+ <h3 id="accessors">
329
+ Accessors
330
+ </h3>
331
+ <table class="table table-sm table-bordered">
332
+ <tbody>
269
333
  <tr>
270
334
  <td class="col-md-4">
271
- <i>Default value : </i><code>&#x27;euim-user-profile-infos&#x27;</code>
335
+ <a name="cssClasses"></a>
336
+ <span class="name"><b>cssClasses</b><a href="#cssClasses"><span class="icon ion-ios-link"></span></a></span>
272
337
  </td>
273
338
  </tr>
339
+
274
340
  <tr>
275
341
  <td class="col-md-4">
276
- <b>Decorators : </b>
277
- <br />
278
- <code>
279
- @HostBinding()<br />
280
- </code>
342
+ <span class="accessor"><b>get</b><code>cssClasses()</code></span>
281
343
  </td>
282
344
  </tr>
283
345
 
284
-
285
- </tbody>
286
- </table>
346
+ </tbody>
347
+ </table>
287
348
  </section>
288
-
289
349
  </div>
290
350
 
291
351
 
@@ -491,7 +491,7 @@
491
491
  <script src="../js/libs/htmlparser.js"></script>
492
492
  <script src="../js/libs/deep-iterator.js"></script>
493
493
  <script>
494
- var COMPONENT_TEMPLATE = '<div><ion-card> <ng-content select="[euimCardImage]"></ng-content> <div class="euim-card__content" [style.min-width]="imageWidth ? imageWidth : \'\'"> <ng-content></ng-content> </div></ion-card></div>'
494
+ var COMPONENT_TEMPLATE = '<div><ion-card [style.width]="imageWidth ? imageWidth : \'\'"> <ng-content select="[euimCardImage]"></ng-content> <div class="euim-card__content"> <ng-content></ng-content> </div></ion-card></div>'
495
495
  var COMPONENTS = [{'name': 'EuimAboutComponent', 'selector': 'euim-about'},{'name': 'EuimAboutContentLoadingComponent', 'selector': 'euim-about-content-loading'},{'name': 'EuimAlertMessageComponent', 'selector': 'euim-alert-message'},{'name': 'EuimAppComponent', 'selector': 'euim-app'},{'name': 'EuimAvatarComponent', 'selector': 'euim-avatar'},{'name': 'EuimAvatarIconComponent', 'selector': 'euim-avatar-icon'},{'name': 'EuimBadgeComponent', 'selector': 'euim-badge'},{'name': 'EuimCardComponent', 'selector': 'euim-card'},{'name': 'EuimCardListComponent', 'selector': 'euim-card-list'},{'name': 'EuimChangelogComponent', 'selector': 'euim-changelog'},{'name': 'EuimChipSelectorComponent', 'selector': 'euim-chip-selector'},{'name': 'EuimDataSummaryColComponent', 'selector': 'euim-data-summary-col'},{'name': 'EuimDataSummaryComponent', 'selector': 'euim-data-summary'},{'name': 'EuimEmptyListPlaceholderComponent', 'selector': 'euim-empty-list-placeholder'},{'name': 'EuimHeaderDetailsComponent', 'selector': 'euim-header-details'},{'name': 'EuimHelpSupportComponent', 'selector': 'euim-help-support'},{'name': 'EuimLabelComponent', 'selector': 'div[euimLabel], p[euimLabel], span[euimLabel], euim-label'},{'name': 'EuimLanguageListComponent', 'selector': 'euim-language-list'},{'name': 'EuimLanguageSelectorComponent', 'selector': 'euim-language-selector'},{'name': 'EuimMediaHeaderComponent', 'selector': 'euim-media-header'},{'name': 'EuimMessageComponent', 'selector': 'euim-message'},{'name': 'EuimMessageTitleComponent', 'selector': 'euim-message-title'},{'name': 'EuimMultiselectComponent', 'selector': 'euim-multiselect'},{'name': 'EuimMultiselectFilterComponent', 'selector': 'euim-multiselect-filter'},{'name': 'EuimMultiselectInfoComponent', 'selector': 'euim-multiselect-info'},{'name': 'EuimMultiselectListComponent', 'selector': 'euim-multiselect-list'},{'name': 'EuimMultiselectToolbarComponent', 'selector': 'euim-multiselect-toolbar'},{'name': 'EuimNotificationItemComponent', 'selector': 'euim-notification-item'},{'name': 'EuimOpenSourceLicencesComponent', 'selector': 'euim-opensource-licences'},{'name': 'EuimPdfViewerComponent', 'selector': 'euim-pdf-viewer'},{'name': 'EuimScrollerXComponent', 'selector': 'euim-scroller-x'},{'name': 'EuimSidebarComponent', 'selector': 'euim-sidebar'},{'name': 'EuimSidebarContentComponent', 'selector': 'euim-sidebar-content'},{'name': 'EuimSkeletonListComponent', 'selector': 'euim-skeleton-list'},{'name': 'EuimSkeletonListItemComponent', 'selector': 'euim-skeleton-list-item'},{'name': 'EuimSlideInfoScreenComponent', 'selector': 'euim-slide-info-screen'},{'name': 'EuimSliderInfoScreenComponent', 'selector': 'euim-slider-info-screen'},{'name': 'EuimSpinnerComponent', 'selector': 'euim-spinner'},{'name': 'EuimSpinnerDescriptionComponent', 'selector': '[euimSpinnerDescription]'},{'name': 'EuimSpinnerMessageComponent', 'selector': '[euimSpinnerMessage]'},{'name': 'EuimToolbarActionItemsComponent', 'selector': 'euim-toolbar-action-items'},{'name': 'EuimToolbarComponent', 'selector': 'euim-toolbar'},{'name': 'EuimToolbarDatepickerComponent', 'selector': 'euim-toolbar-datepicker'},{'name': 'EuimToolbarTitleComponent', 'selector': 'euim-toolbar-title'},{'name': 'EuiMUserProfileActionComponent', 'selector': 'euim-user-profile-action'},{'name': 'EuiMUserProfileAvatarComponent', 'selector': 'euim-user-profile-avatar'},{'name': 'EuimUserProfileComponent', 'selector': 'euim-user-profile'},{'name': 'EuiMUserProfileInfosComponent', 'selector': 'euim-user-profile-infos'},{'name': 'EuiMUserProfileInfosItemComponent', 'selector': 'euim-user-profile-infos-item'}];
496
496
  var DIRECTIVES = [{'name': 'BaseStatesDirective', 'selector': '[euimBase]'},{'name': 'EuimAlignCenterDirective', 'selector': '[euimAlignCenter]'},{'name': 'EuimAlignTopDirective', 'selector': '[euimAlignTop]'},{'name': 'EuimAvatarMainIconDirective', 'selector': '[euimAvatarMainIcon]'},{'name': 'EuimAvatarSubIconDirective', 'selector': '[euimAvatarSubIcon]'},{'name': 'EuimCardImageDirective', 'selector': '[euimCardImage]'},{'name': 'EuimChipSelectorItemDirective', 'selector': '[euimChipSelectorItem]'},{'name': 'EuimDataSummaryColLabelDirective', 'selector': '[euimDataSummaryColLabel]'},{'name': 'EuimDataSummaryColValueDirective', 'selector': '[euimDataSummaryColValue]'},{'name': 'EuimDividerDirective', 'selector': '[euimDivider]'},{'name': 'EuimHeaderDetailsIconDirective', 'selector': '[euimHeaderDetailsIcon]'},{'name': 'EuimHeaderDetailsMetaDirective', 'selector': '[euimHeaderDetailsMeta]'},{'name': 'EuimHeaderDetailsTitleDirective', 'selector': '[euimHeaderDetailsTitle]'},{'name': 'EuimListHeaderDirective', 'selector': '[euimListHeader]'},{'name': 'EuimListItemNoPaddingsDirective', 'selector': '[euimListItemNoPaddings]'},{'name': 'EuimMediaHeaderImageDirective', 'selector': '[euimMediaHeaderImage]'},{'name': 'EuimMediaHeaderSubTitleDirective', 'selector': '[euimMediaHeaderSubTitle]'},{'name': 'EuimMediaHeaderTitleDirective', 'selector': '[euimMediaHeaderTitle]'},{'name': 'EuimMinWidthDirective', 'selector': '[euimMinWidth]'},{'name': 'EuimMultiselectAllDirective', 'selector': '[euimMultiselectAll]'},{'name': 'EuimMultiselectSelectFieldDirective', 'selector': '[euimMultiselectSelectField]'},{'name': 'EuimReadOnlyFormDirective', 'selector': '[euimReadOnlyForm]'},{'name': 'EuimReadOnlyFormLabelDirective', 'selector': '[euimReadOnlyFormLabel]'},{'name': 'EuimReadOnlyFormValueDirective', 'selector': '[euimReadOnlyFormValue]'},{'name': 'EuimSidebarFooterNoBordersDirective', 'selector': '[euimSidebarFooterNoBorders]'},{'name': 'EuimSkeletonTextAvatarDirective', 'selector': '[euimSkeletonTextAvatar]'},{'name': 'EuimSliderInfoScreenContentDirective', 'selector': '[euimSliderInfoScreenContent]'},{'name': 'EuimSliderInfoScreenSubTitleDirective', 'selector': '[euimSliderInfoScreenSubTitle]'},{'name': 'EuimSliderInfoScreenTitleDirective', 'selector': '[euimSliderInfoScreenTitle]'},{'name': 'EuimToolbarDatepickerDatetimeDirective', 'selector': '[euimToolbarDatepickerDatetime]'},{'name': 'EuimToolbarTransparentDirective', 'selector': '[euimToolbarTransparent]'}];
497
497
  var ACTUAL_COMPONENT = {'name': 'EuimCardComponent'};
@@ -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>Properties</b></h6>
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
- <span class="modifier"></span>
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="#direction" >direction</a>
207
+ </li>
208
+ </ul>
209
+ </td>
210
+ </tr>
198
211
 
199
212
 
200
213
  <tr>
@@ -213,12 +226,49 @@
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="direction"></a>
255
+ <b>direction</b>
256
+ </td>
257
+ </tr>
258
+ <tr>
259
+ <td class="col-md-4">
260
+ <i>Type : </i> <code>&quot;column&quot; | string</code>
221
261
 
262
+ </td>
263
+ </tr>
264
+ <tr>
265
+ <td class="col-md-4">
266
+ <i>Default value : </i><code>&#x27;&#x27;</code>
267
+ </td>
268
+ </tr>
269
+ </tbody>
270
+ </table>
271
+ </section>
222
272
 
223
273
  <section data-compodoc="block-properties">
224
274
  <h3>HostBindings</h3> <table class="table table-sm table-bordered">
@@ -238,11 +288,6 @@
238
288
 
239
289
  </td>
240
290
  </tr>
241
- <tr>
242
- <td class="col-md-4">
243
- <i>Default value : </i><code>&#x27;euim-card-list&#x27;</code>
244
- </td>
245
- </tr>
246
291
 
247
292
 
248
293
  </tbody>
@@ -250,50 +295,66 @@
250
295
  </section>
251
296
 
252
297
 
253
-
254
- <section data-compodoc="block-properties">
298
+ <section data-compodoc="block-methods">
255
299
 
256
- <h3 id="inputs">
257
- Properties
300
+ <h3 id="methods">
301
+ Methods
258
302
  </h3>
259
303
  <table class="table table-sm table-bordered">
260
304
  <tbody>
261
305
  <tr>
262
306
  <td class="col-md-4">
263
- <a name="className"></a>
307
+ <a name="getCssClasses"></a>
264
308
  <span class="name">
265
- <span class="modifier"></span>
266
- <span ><b>className</b></span>
267
- <a href="#className"><span class="icon ion-ios-link"></span></a>
309
+ <span ><b>getCssClasses</b></span>
310
+ <a href="#getCssClasses"><span class="icon ion-ios-link"></span></a>
268
311
  </span>
269
312
  </td>
270
313
  </tr>
271
- <tr>
272
- <td class="col-md-4">
273
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
314
+ <tr>
315
+ <td class="col-md-4">
316
+ <code>getCssClasses()</code>
317
+ </td>
318
+ </tr>
274
319
 
275
- </td>
276
- </tr>
320
+
321
+
322
+
323
+ <tr>
324
+ <td class="col-md-4">
325
+
326
+ <div class="io-description">
327
+ <b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
328
+
329
+ </div>
330
+ </td>
331
+ </tr>
332
+ </tbody>
333
+ </table>
334
+ </section>
335
+
336
+ <section data-compodoc="block-accessors">
337
+ <h3 id="accessors">
338
+ Accessors
339
+ </h3>
340
+ <table class="table table-sm table-bordered">
341
+ <tbody>
277
342
  <tr>
278
343
  <td class="col-md-4">
279
- <i>Default value : </i><code>&#x27;euim-card-list&#x27;</code>
344
+ <a name="cssClasses"></a>
345
+ <span class="name"><b>cssClasses</b><a href="#cssClasses"><span class="icon ion-ios-link"></span></a></span>
280
346
  </td>
281
347
  </tr>
348
+
282
349
  <tr>
283
350
  <td class="col-md-4">
284
- <b>Decorators : </b>
285
- <br />
286
- <code>
287
- @HostBinding(&#x27;class&#x27;)<br />
288
- </code>
351
+ <span class="accessor"><b>get</b><code>cssClasses()</code></span>
289
352
  </td>
290
353
  </tr>
291
354
 
292
-
293
- </tbody>
294
- </table>
355
+ </tbody>
356
+ </table>
295
357
  </section>
296
-
297
358
  </div>
298
359
 
299
360
 
@@ -292,6 +292,9 @@
292
292
  <li>
293
293
  <a href="#euimKeepSelection" >euimKeepSelection</a>
294
294
  </li>
295
+ <li>
296
+ <a href="#hasBoxShadow" >hasBoxShadow</a>
297
+ </li>
295
298
  <li>
296
299
  <a href="#hasSearchbar" >hasSearchbar</a>
297
300
  </li>
@@ -379,7 +382,7 @@
379
382
  </tr>
380
383
  <tr>
381
384
  <td class="col-md-4">
382
- <i>Type : </i> <code>&quot;primary&quot; | &quot;white&quot; | string</code>
385
+ <i>Type : </i> <code>&quot;primary&quot; | &quot;transparent&quot; | &quot;white&quot; | string</code>
383
386
 
384
387
  </td>
385
388
  </tr>
@@ -474,6 +477,27 @@
474
477
  </tr>
475
478
  </tbody>
476
479
  </table>
480
+ <table class="table table-sm table-bordered">
481
+ <tbody>
482
+ <tr>
483
+ <td class="col-md-4">
484
+ <a name="hasBoxShadow"></a>
485
+ <b>hasBoxShadow</b>
486
+ </td>
487
+ </tr>
488
+ <tr>
489
+ <td class="col-md-4">
490
+ <i>Type : </i> <code>BooleanInput</code>
491
+
492
+ </td>
493
+ </tr>
494
+ <tr>
495
+ <td class="col-md-4">
496
+ <i>Default value : </i><code>false</code>
497
+ </td>
498
+ </tr>
499
+ </tbody>
500
+ </table>
477
501
  <table class="table table-sm table-bordered">
478
502
  <tbody>
479
503
  <tr>