@spw-ds/spw-stencil-library 1.4.4-alpha.0 → 1.5.0
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/dist/cjs/index-BDhk9IqL.js +0 -4
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/spw-button_2.cjs.entry.js +1 -1
- package/dist/cjs/spw-custom-select.cjs.entry.js +35 -12
- package/dist/cjs/spw-field-label_7.cjs.entry.js +4 -4
- package/dist/cjs/spw-header-lang.cjs.entry.js +6 -3
- package/dist/cjs/spw-header-navigation-dropdown.cjs.entry.js +1 -1
- package/dist/cjs/spw-header-navigation-item.cjs.entry.js +1 -1
- package/dist/cjs/spw-header-navigation.cjs.entry.js +1 -1
- package/dist/cjs/spw-header-persona-item.cjs.entry.js +1 -1
- package/dist/cjs/spw-header-persona.cjs.entry.js +1 -1
- package/dist/cjs/spw-hero.cjs.entry.js +2 -2
- package/dist/cjs/spw-input-slider.cjs.entry.js +1 -1
- package/dist/cjs/spw-list-description.cjs.entry.js +1 -1
- package/dist/cjs/spw-list-item.cjs.entry.js +1 -1
- package/dist/cjs/spw-list-title.cjs.entry.js +1 -1
- package/dist/cjs/spw-list.cjs.entry.js +1 -1
- package/dist/cjs/spw-modal.cjs.entry.js +1 -1
- package/dist/cjs/spw-mosaic-item.cjs.entry.js +1 -1
- package/dist/cjs/spw-mosaic.cjs.entry.js +1 -1
- package/dist/cjs/spw-pagination.cjs.entry.js +6 -6
- package/dist/cjs/spw-radio.cjs.entry.js +1 -1
- package/dist/cjs/spw-search-field.cjs.entry.js +2 -2
- package/dist/cjs/spw-sidebar-navigation-dropdown.cjs.entry.js +1 -1
- package/dist/cjs/spw-sidebar-navigation-item.cjs.entry.js +3 -3
- package/dist/cjs/spw-sidebar-navigation-separator.cjs.entry.js +1 -1
- package/dist/cjs/spw-sidebar.cjs.entry.js +1 -1
- package/dist/cjs/spw-skeleton.cjs.entry.js +1 -1
- package/dist/cjs/spw-slider-item.cjs.entry.js +1 -1
- package/dist/cjs/spw-slider.cjs.entry.js +2 -2
- package/dist/cjs/spw-socials.cjs.entry.js +1 -1
- package/dist/cjs/spw-stencil-library.cjs.js +1 -1
- package/dist/cjs/spw-table-body.cjs.entry.js +1 -1
- package/dist/cjs/spw-table-cell.cjs.entry.js +1 -1
- package/dist/cjs/spw-table-container.cjs.entry.js +1 -1
- package/dist/cjs/spw-table-footer.cjs.entry.js +1 -1
- package/dist/cjs/spw-table-head.cjs.entry.js +1 -1
- package/dist/cjs/spw-table-header.cjs.entry.js +2 -2
- package/dist/cjs/spw-table-row.cjs.entry.js +1 -1
- package/dist/cjs/spw-table-sidebar.cjs.entry.js +1 -1
- package/dist/cjs/spw-tabs-navigation-item.cjs.entry.js +1 -1
- package/dist/cjs/spw-tabs-navigation.cjs.entry.js +1 -1
- package/dist/cjs/spw-tabs.cjs.entry.js +1 -1
- package/dist/cjs/spw-tag.cjs.entry.js +1 -1
- package/dist/cjs/spw-text-field.cjs.entry.js +1 -1
- package/dist/cjs/spw-textarea.cjs.entry.js +1 -1
- package/dist/cjs/spw-tile-description.cjs.entry.js +1 -1
- package/dist/cjs/spw-tile-title.cjs.entry.js +1 -1
- package/dist/cjs/spw-tile.cjs.entry.js +1 -1
- package/dist/cjs/spw-timeline-item.cjs.entry.js +2 -2
- package/dist/cjs/spw-timeline.cjs.entry.js +2 -2
- package/dist/cjs/spw-toc.cjs.entry.js +1 -1
- package/dist/cjs/spw-topbar.cjs.entry.js +1 -1
- package/dist/cjs/spw-wizard-item.cjs.entry.js +1 -1
- package/dist/cjs/spw-wizard.cjs.entry.js +1 -1
- package/dist/collection/collection-manifest.json +0 -1
- package/dist/collection/components/spw-custom-select/spw-custom-select.css +19 -8
- package/dist/collection/components/spw-custom-select/spw-custom-select.js +56 -12
- package/dist/collection/components/spw-header/spw-header-lang/spw-header-lang.css +0 -5
- package/dist/collection/components/spw-header/spw-header-lang/spw-header-lang.js +22 -2
- package/dist/collection/components/spw-header/spw-header-navigation/spw-header-navigation.js +1 -1
- package/dist/collection/components/spw-header/spw-header-navigation-dropdown/spw-header-navigation-dropdown.js +1 -1
- package/dist/collection/components/spw-header/spw-header-navigation-item/spw-header-navigation-item.js +1 -1
- package/dist/collection/components/spw-header/spw-header-persona/spw-header-persona.js +1 -1
- package/dist/collection/components/spw-header/spw-header-persona-item/spw-header-persona-item.js +1 -1
- package/dist/collection/components/spw-hero/spw-hero.js +2 -2
- package/dist/collection/components/spw-input-slider/spw-input-slider.js +1 -1
- package/dist/collection/components/spw-link/spw-link.js +1 -1
- package/dist/collection/components/spw-list/spw-list-description/spw-list-description.js +1 -1
- package/dist/collection/components/spw-list/spw-list-item/spw-list-item.js +1 -1
- package/dist/collection/components/spw-list/spw-list-title/spw-list-title.js +1 -1
- package/dist/collection/components/spw-list/spw-list.js +1 -1
- package/dist/collection/components/spw-loading/spw-loading.js +1 -1
- package/dist/collection/components/spw-modal/spw-modal.js +1 -1
- package/dist/collection/components/spw-mosaic/spw-mosaic-item/spw-mosaic-item.js +1 -1
- package/dist/collection/components/spw-mosaic/spw-mosaic.js +1 -1
- package/dist/collection/components/spw-pagination/spw-pagination.js +6 -6
- package/dist/collection/components/spw-radio/spw-radio.js +1 -1
- package/dist/collection/components/spw-search-field/spw-search-field.js +2 -2
- package/dist/collection/components/spw-separator/spw-separator.js +1 -1
- package/dist/collection/components/spw-sidebar/spw-sidebar-navigation-dropdown/spw-sidebar-navigation-dropdown.js +1 -1
- package/dist/collection/components/spw-sidebar/spw-sidebar-navigation-item/spw-sidebar-navigation-item.js +3 -3
- package/dist/collection/components/spw-sidebar/spw-sidebar-navigation-separator/spw-sidebar-navigation-separator.js +1 -1
- package/dist/collection/components/spw-sidebar/spw-sidebar.js +1 -1
- package/dist/collection/components/spw-skeleton/spw-skeleton.js +1 -1
- package/dist/collection/components/spw-slider/spw-slider-item/spw-slider-item.js +1 -1
- package/dist/collection/components/spw-slider/spw-slider.js +2 -2
- package/dist/collection/components/spw-socials/spw-socials.js +1 -1
- package/dist/collection/components/spw-table/spw-table-body/spw-table-body.js +1 -1
- package/dist/collection/components/spw-table/spw-table-cell/spw-table-cell.js +1 -1
- package/dist/collection/components/spw-table/spw-table-container/spw-table-container.js +1 -1
- package/dist/collection/components/spw-table/spw-table-footer/spw-table-footer.js +1 -1
- package/dist/collection/components/spw-table/spw-table-head/spw-table-head.js +1 -1
- package/dist/collection/components/spw-table/spw-table-header/spw-table-header.js +2 -2
- package/dist/collection/components/spw-table/spw-table-row/spw-table-row.js +1 -1
- package/dist/collection/components/spw-table/spw-table-sidebar/spw-table-sidebar.js +1 -1
- package/dist/collection/components/spw-tabs/spw-tabs-navigation/spw-tabs-navigation.js +1 -1
- package/dist/collection/components/spw-tabs/spw-tabs-navigation-item/spw-tabs-navigation-item.js +1 -1
- package/dist/collection/components/spw-tabs/spw-tabs.js +1 -1
- package/dist/collection/components/spw-tag/spw-tag.js +1 -1
- package/dist/collection/components/spw-text-field/spw-text-field.js +1 -1
- package/dist/collection/components/spw-textarea/spw-textarea.js +1 -1
- package/dist/collection/components/spw-theme-provider/spw-theme-provider.js +1 -1
- package/dist/collection/components/spw-tile/spw-tile-description/spw-tile-description.js +1 -1
- package/dist/collection/components/spw-tile/spw-tile-title/spw-tile-title.js +1 -1
- package/dist/collection/components/spw-tile/spw-tile.js +1 -1
- package/dist/collection/components/spw-timeline/spw-timeline-item/spw-timeline-item.js +2 -2
- package/dist/collection/components/spw-timeline/spw-timeline.js +2 -2
- package/dist/collection/components/spw-toc/spw-toc.js +1 -1
- package/dist/collection/components/spw-tooltip/spw-tooltip.js +1 -1
- package/dist/collection/components/spw-topbar/spw-topbar.js +1 -1
- package/dist/collection/components/spw-wizard/spw-wizard-item/spw-wizard-item.js +1 -1
- package/dist/collection/components/spw-wizard/spw-wizard.js +1 -1
- package/dist/collection/stories/organisms/spw-header/spw-header.stories.js +1 -1
- package/dist/collection/stories/organisms/spw-timeline/spw-timeline.stories.js +60 -0
- package/dist/components/{p-juOAMciT.js → p-B5ih9jQj.js} +1 -1
- package/dist/components/{p-Xvp0cPQF.js → p-BNfi9Gn-.js} +1 -1
- package/dist/components/{p-CQdyzpXt.js → p-BnVCqpco.js} +1 -1
- package/dist/components/{p-dlYUT6qI.js → p-CF7J0zMm.js} +1 -1
- package/dist/components/{p-DReo_wj4.js → p-ClKL_Hgd.js} +1 -1
- package/dist/components/{p-DWsMpfCq.js → p-CzPloH__.js} +1 -1
- package/dist/components/{p-CYInpTgi.js → p-DWZyL5iR.js} +1 -1
- package/dist/components/{p-B8P3zKsF.js → p-nSPoG8Gq.js} +1 -1
- package/dist/components/spw-breadcrumb-item.js +1 -1
- package/dist/components/spw-button.js +1 -1
- package/dist/components/spw-cookies.js +1 -1
- package/dist/components/spw-custom-select.js +1 -1
- package/dist/components/spw-date-picker.js +1 -1
- package/dist/components/spw-field-label.js +1 -1
- package/dist/components/spw-file-upload.js +1 -1
- package/dist/components/spw-group.js +1 -1
- package/dist/components/spw-header-lang.js +1 -1
- package/dist/components/spw-header-navigation-dropdown.js +1 -1
- package/dist/components/spw-header-navigation-item.js +1 -1
- package/dist/components/spw-header-navigation.js +1 -1
- package/dist/components/spw-header-persona-item.js +1 -1
- package/dist/components/spw-header-persona.js +1 -1
- package/dist/components/spw-header.js +1 -1
- package/dist/components/spw-hero.js +1 -1
- package/dist/components/spw-input-slider.js +1 -1
- package/dist/components/spw-link.js +1 -1
- package/dist/components/spw-list-description.js +1 -1
- package/dist/components/spw-list-item.js +1 -1
- package/dist/components/spw-list-title.js +1 -1
- package/dist/components/spw-list.js +1 -1
- package/dist/components/spw-loading.js +1 -1
- package/dist/components/spw-message.js +1 -1
- package/dist/components/spw-modal.js +1 -1
- package/dist/components/spw-mosaic-item.js +1 -1
- package/dist/components/spw-mosaic.js +4 -4
- package/dist/components/spw-pagination.js +1 -1
- package/dist/components/spw-radio.js +1 -1
- package/dist/components/spw-search-field.js +1 -1
- package/dist/components/spw-select.js +1 -1
- package/dist/components/spw-separator.js +1 -1
- package/dist/components/spw-sidebar-navigation-dropdown.js +1 -1
- package/dist/components/spw-sidebar-navigation-item.js +1 -1
- package/dist/components/spw-sidebar-navigation-separator.js +1 -1
- package/dist/components/spw-sidebar.js +1 -1
- package/dist/components/spw-skeleton.js +1 -1
- package/dist/components/spw-slider-item.js +1 -1
- package/dist/components/spw-slider.js +1 -1
- package/dist/components/spw-socials.js +1 -1
- package/dist/components/spw-table-body.js +1 -1
- package/dist/components/spw-table-cell.js +1 -1
- package/dist/components/spw-table-container.js +1 -1
- package/dist/components/spw-table-footer.js +1 -1
- package/dist/components/spw-table-head.js +1 -1
- package/dist/components/spw-table-header.js +1 -1
- package/dist/components/spw-table-row.js +1 -1
- package/dist/components/spw-table-sidebar.js +1 -1
- package/dist/components/spw-tabs-navigation-item.js +1 -1
- package/dist/components/spw-tabs-navigation.js +1 -1
- package/dist/components/spw-tabs.js +1 -1
- package/dist/components/spw-tag.js +1 -1
- package/dist/components/spw-text-field.js +1 -1
- package/dist/components/spw-textarea.js +1 -1
- package/dist/components/spw-theme-provider.js +1 -1
- package/dist/components/spw-tile-description.js +1 -1
- package/dist/components/spw-tile-title.js +1 -1
- package/dist/components/spw-tile.js +1 -1
- package/dist/components/spw-timeline-item.js +1 -1
- package/dist/components/spw-timeline.js +1 -1
- package/dist/components/spw-toc.js +1 -1
- package/dist/components/spw-tooltip.js +1 -1
- package/dist/components/spw-topbar.js +1 -1
- package/dist/components/spw-wizard-item.js +1 -1
- package/dist/components/spw-wizard.js +1 -1
- package/dist/components_json.json +46 -52
- package/dist/components_vscode.json +4 -13
- package/dist/esm/index-zvPT2o70.js +0 -4
- package/dist/esm/loader.js +1 -1
- package/dist/esm/spw-button_2.entry.js +1 -1
- package/dist/esm/spw-custom-select.entry.js +35 -12
- package/dist/esm/spw-field-label_7.entry.js +4 -4
- package/dist/esm/spw-header-lang.entry.js +7 -4
- package/dist/esm/spw-header-navigation-dropdown.entry.js +1 -1
- package/dist/esm/spw-header-navigation-item.entry.js +1 -1
- package/dist/esm/spw-header-navigation.entry.js +1 -1
- package/dist/esm/spw-header-persona-item.entry.js +1 -1
- package/dist/esm/spw-header-persona.entry.js +1 -1
- package/dist/esm/spw-hero.entry.js +2 -2
- package/dist/esm/spw-input-slider.entry.js +1 -1
- package/dist/esm/spw-list-description.entry.js +1 -1
- package/dist/esm/spw-list-item.entry.js +1 -1
- package/dist/esm/spw-list-title.entry.js +1 -1
- package/dist/esm/spw-list.entry.js +1 -1
- package/dist/esm/spw-modal.entry.js +1 -1
- package/dist/esm/spw-mosaic-item.entry.js +1 -1
- package/dist/esm/spw-mosaic.entry.js +1 -1
- package/dist/esm/spw-pagination.entry.js +6 -6
- package/dist/esm/spw-radio.entry.js +1 -1
- package/dist/esm/spw-search-field.entry.js +2 -2
- package/dist/esm/spw-sidebar-navigation-dropdown.entry.js +1 -1
- package/dist/esm/spw-sidebar-navigation-item.entry.js +3 -3
- package/dist/esm/spw-sidebar-navigation-separator.entry.js +1 -1
- package/dist/esm/spw-sidebar.entry.js +1 -1
- package/dist/esm/spw-skeleton.entry.js +1 -1
- package/dist/esm/spw-slider-item.entry.js +1 -1
- package/dist/esm/spw-slider.entry.js +2 -2
- package/dist/esm/spw-socials.entry.js +1 -1
- package/dist/esm/spw-stencil-library.js +1 -1
- package/dist/esm/spw-table-body.entry.js +1 -1
- package/dist/esm/spw-table-cell.entry.js +1 -1
- package/dist/esm/spw-table-container.entry.js +1 -1
- package/dist/esm/spw-table-footer.entry.js +1 -1
- package/dist/esm/spw-table-head.entry.js +1 -1
- package/dist/esm/spw-table-header.entry.js +2 -2
- package/dist/esm/spw-table-row.entry.js +1 -1
- package/dist/esm/spw-table-sidebar.entry.js +1 -1
- package/dist/esm/spw-tabs-navigation-item.entry.js +1 -1
- package/dist/esm/spw-tabs-navigation.entry.js +1 -1
- package/dist/esm/spw-tabs.entry.js +1 -1
- package/dist/esm/spw-tag.entry.js +1 -1
- package/dist/esm/spw-text-field.entry.js +1 -1
- package/dist/esm/spw-textarea.entry.js +1 -1
- package/dist/esm/spw-tile-description.entry.js +1 -1
- package/dist/esm/spw-tile-title.entry.js +1 -1
- package/dist/esm/spw-tile.entry.js +1 -1
- package/dist/esm/spw-timeline-item.entry.js +2 -2
- package/dist/esm/spw-timeline.entry.js +2 -2
- package/dist/esm/spw-toc.entry.js +1 -1
- package/dist/esm/spw-topbar.entry.js +1 -1
- package/dist/esm/spw-wizard-item.entry.js +1 -1
- package/dist/esm/spw-wizard.entry.js +1 -1
- package/dist/spw-stencil-library/{p-c45f26e4.entry.js → p-015639e8.entry.js} +1 -1
- package/dist/spw-stencil-library/{p-2ca01932.entry.js → p-015737a8.entry.js} +1 -1
- package/dist/spw-stencil-library/{p-cdc6f93c.entry.js → p-0bb11a9d.entry.js} +1 -1
- package/dist/spw-stencil-library/{p-d516c1c3.entry.js → p-0c689b94.entry.js} +1 -1
- package/dist/spw-stencil-library/{p-06af5ca9.entry.js → p-14caaf39.entry.js} +1 -1
- package/dist/spw-stencil-library/{p-3a007f60.entry.js → p-1783780c.entry.js} +1 -1
- package/dist/spw-stencil-library/{p-ffacd1ae.entry.js → p-18be90f8.entry.js} +1 -1
- package/dist/spw-stencil-library/{p-08ba7afd.entry.js → p-193a0db9.entry.js} +1 -1
- package/dist/spw-stencil-library/{p-7f7c5fb8.entry.js → p-1bf9f392.entry.js} +1 -1
- package/dist/spw-stencil-library/{p-547bb27b.entry.js → p-1d06f9e7.entry.js} +1 -1
- package/dist/spw-stencil-library/{p-ef259707.entry.js → p-1e618736.entry.js} +1 -1
- package/dist/spw-stencil-library/{p-2bcba6fb.entry.js → p-1f68276b.entry.js} +1 -1
- package/dist/spw-stencil-library/{p-230defa2.entry.js → p-20ab1f7c.entry.js} +1 -1
- package/dist/spw-stencil-library/{p-9bf5d3f4.entry.js → p-22445a42.entry.js} +1 -1
- package/dist/spw-stencil-library/{p-2a218f5f.entry.js → p-2848f74a.entry.js} +1 -1
- package/dist/spw-stencil-library/{p-c6b32b8b.entry.js → p-2ade4319.entry.js} +1 -1
- package/dist/spw-stencil-library/{p-cf8fe37f.entry.js → p-2cbae0e3.entry.js} +1 -1
- package/dist/spw-stencil-library/{p-25ffd6b8.entry.js → p-36f81ae7.entry.js} +1 -1
- package/dist/spw-stencil-library/{p-3969300e.entry.js → p-3c25378e.entry.js} +1 -1
- package/dist/spw-stencil-library/{p-5787d9d5.entry.js → p-4b3302f0.entry.js} +1 -1
- package/dist/spw-stencil-library/{p-1fbb0906.entry.js → p-55409f36.entry.js} +1 -1
- package/dist/spw-stencil-library/{p-58c21f3e.entry.js → p-61341c46.entry.js} +1 -1
- package/dist/spw-stencil-library/{p-6a4b2e24.entry.js → p-62261eb0.entry.js} +1 -1
- package/dist/spw-stencil-library/{p-a34584c3.entry.js → p-68c1723a.entry.js} +1 -1
- package/dist/spw-stencil-library/{p-c1b3daed.entry.js → p-6fb5740c.entry.js} +1 -1
- package/dist/spw-stencil-library/{p-317c9896.entry.js → p-708f2ec2.entry.js} +1 -1
- package/dist/spw-stencil-library/{p-58b8dea0.entry.js → p-72ade8a6.entry.js} +1 -1
- package/dist/spw-stencil-library/{p-dcc07e62.entry.js → p-75d9605f.entry.js} +1 -1
- package/dist/spw-stencil-library/{p-1ffa6b7a.entry.js → p-7b86ce74.entry.js} +1 -1
- package/dist/spw-stencil-library/{p-78f4fd58.entry.js → p-7eb8d4e7.entry.js} +1 -1
- package/dist/spw-stencil-library/{p-cbc1e39c.entry.js → p-8112865b.entry.js} +1 -1
- package/dist/spw-stencil-library/{p-f13303f9.entry.js → p-88b196d2.entry.js} +1 -1
- package/dist/spw-stencil-library/{p-5b0b569d.entry.js → p-9293bc97.entry.js} +1 -1
- package/dist/spw-stencil-library/{p-42cc8997.entry.js → p-982f5684.entry.js} +1 -1
- package/dist/spw-stencil-library/{p-4dad8fd9.entry.js → p-a2d35f76.entry.js} +1 -1
- package/dist/spw-stencil-library/{p-55d842ee.entry.js → p-a37672b0.entry.js} +1 -1
- package/dist/spw-stencil-library/{p-f1ebf331.entry.js → p-a8971d52.entry.js} +1 -1
- package/dist/spw-stencil-library/{p-11b290b5.entry.js → p-a8d36615.entry.js} +1 -1
- package/dist/spw-stencil-library/{p-96ba3876.entry.js → p-bc4e3b20.entry.js} +1 -1
- package/dist/spw-stencil-library/{p-62dc3cba.entry.js → p-c92c08ef.entry.js} +1 -1
- package/dist/spw-stencil-library/{p-69f1daef.entry.js → p-cf083c50.entry.js} +1 -1
- package/dist/spw-stencil-library/{p-34ea2c20.entry.js → p-d2066d87.entry.js} +1 -1
- package/dist/spw-stencil-library/{p-956276db.entry.js → p-d5145228.entry.js} +1 -1
- package/dist/spw-stencil-library/{p-dad3a0cc.entry.js → p-d582d937.entry.js} +1 -1
- package/dist/spw-stencil-library/{p-c8548780.entry.js → p-d881f95a.entry.js} +1 -1
- package/dist/spw-stencil-library/p-d9191c8b.entry.js +1 -0
- package/dist/spw-stencil-library/{p-7930b920.entry.js → p-da2a564f.entry.js} +1 -1
- package/dist/spw-stencil-library/{p-3348b0dc.entry.js → p-db67ad92.entry.js} +1 -1
- package/dist/spw-stencil-library/{p-aaf52f40.entry.js → p-f361a2e5.entry.js} +1 -1
- package/dist/spw-stencil-library/p-f924348d.entry.js +1 -0
- package/dist/spw-stencil-library/{p-6e999184.entry.js → p-fb1dec7e.entry.js} +1 -1
- package/dist/spw-stencil-library/{p-8ff3ca24.entry.js → p-fd52541a.entry.js} +1 -1
- package/dist/spw-stencil-library/spw-stencil-library.esm.js +1 -1
- package/dist/stats.json +330 -479
- package/dist/types/components/spw-custom-select/spw-custom-select.d.ts +8 -0
- package/dist/types/components/spw-header/spw-header-lang/spw-header-lang.d.ts +3 -0
- package/dist/types/components.d.ts +28 -22
- package/dist/types/stories/organisms/spw-timeline/spw-timeline.stories.d.ts +1 -0
- package/hydrate/index.js +109 -105
- package/hydrate/index.mjs +109 -105
- package/package.json +1 -1
- package/dist/cjs/spw-header-lang-item.cjs.entry.js +0 -18
- package/dist/collection/components/spw-header/spw-header-lang-item/spw-header-lang-item.css +0 -416
- package/dist/collection/components/spw-header/spw-header-lang-item/spw-header-lang-item.js +0 -45
- package/dist/components/spw-header-lang-item.d.ts +0 -11
- package/dist/components/spw-header-lang-item.js +0 -1
- package/dist/esm/spw-header-lang-item.entry.js +0 -16
- package/dist/spw-stencil-library/p-029da2a9.entry.js +0 -1
- package/dist/spw-stencil-library/p-74222f6a.entry.js +0 -1
- package/dist/spw-stencil-library/p-c4d5b60e.entry.js +0 -1
- package/dist/types/components/spw-header/spw-header-lang-item/spw-header-lang-item.d.ts +0 -4
|
@@ -246,10 +246,6 @@ var loadModule = (cmpMeta, hostRef, hmrVersionId) => {
|
|
|
246
246
|
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
|
|
247
247
|
/* webpackMode: "lazy" */
|
|
248
248
|
'./spw-header-lang.cjs.entry.js')); }).then(processMod, consoleError);
|
|
249
|
-
case 'spw-header-lang-item.cjs':
|
|
250
|
-
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
|
|
251
|
-
/* webpackMode: "lazy" */
|
|
252
|
-
'./spw-header-lang-item.cjs.entry.js')); }).then(processMod, consoleError);
|
|
253
249
|
case 'spw-header-navigation.cjs':
|
|
254
250
|
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
|
|
255
251
|
/* webpackMode: "lazy" */
|
package/dist/cjs/loader.cjs.js
CHANGED
|
@@ -5,7 +5,7 @@ var index = require('./index-BDhk9IqL.js');
|
|
|
5
5
|
const defineCustomElements = async (win, options) => {
|
|
6
6
|
if (typeof window === 'undefined') return undefined;
|
|
7
7
|
await index.globalScripts();
|
|
8
|
-
return index.bootstrapLazy(JSON.parse("[[\"spw-cookies.cjs\",[[1,\"spw-cookies\",{\"cookiesTitle\":[1,\"cookies-title\"],\"cookiesDescription\":[1,\"cookies-description\"],\"acceptAllButtonText\":[1,\"accept-all-button-text\"],\"acceptRequiredButtonText\":[1,\"accept-required-button-text\"],\"isVisible\":[32],\"analyticsEnabled\":[32]}]]],[\"spw-search-field.cjs\",[[1,\"spw-search-field\",{\"items\":[1],\"placeholder\":[1],\"size\":[1],\"label\":[1],\"disabled\":[4],\"isRounded\":[4,\"is-rounded\"],\"name\":[1],\"required\":[4],\"assistiveText\":[1,\"assistive-text\"],\"viewAllResults\":[1,\"view-all-results\"],\"viewAllResultsLink\":[1,\"view-all-results-link\"],\"noResults\":[1,\"no-results\"],\"loadingText\":[1,\"loading-text\"],\"hasSubmitButton\":[4,\"has-submit-button\"],\"minCharacters\":[2,\"min-characters\"],\"tooltipTitle\":[1,\"tooltip-title\"],\"tooltipText\":[1,\"tooltip-text\"],\"tooltipMaxWidth\":[1,\"tooltip-max-width\"],\"tooltipDirection\":[1,\"tooltip-direction\"],\"tooltipCursor\":[1,\"tooltip-cursor\"],\"filteredItems\":[32],\"searchText\":[32],\"isOpen\":[32],\"isLoading\":[32],\"focusedItemIndex\":[32],\"dropdownDirection\":[32],\"resetInput\":[64],\"setValue\":[64],\"getValue\":[64]},null,{\"items\":[{\"parseItems\":0}]}]]],[\"spw-custom-select.cjs\",[[65,\"spw-custom-select\",{\"value\":[1544],\"label\":[1],\"placeholder\":[1],\"searchPlaceholder\":[1,\"search-placeholder\"],\"disabled\":[4],\"name\":[1],\"required\":[4],\"items\":[1],\"size\":[1],\"multiple\":[4],\"isSearch\":[4,\"is-search\"],\"assistiveText\":[1,\"assistive-text\"],\"error\":[1],\"hint\":[1],\"success\":[1],\"warning\":[1],\"showErrorIcon\":[4,\"show-error-icon\"],\"showHintIcon\":[4,\"show-hint-icon\"],\"showSuccessIcon\":[4,\"show-success-icon\"],\"showWarningIcon\":[4,\"show-warning-icon\"],\"tooltipTitle\":[1,\"tooltip-title\"],\"tooltipText\":[1,\"tooltip-text\"],\"tooltipMaxWidth\":[1,\"tooltip-max-width\"],\"tooltipDirection\":[1,\"tooltip-direction\"],\"tooltipCursor\":[1,\"tooltip-cursor\"],\"internalValue\":[32],\"isOpen\":[32],\"parsedOptions\":[32],\"focusedOptionIndex\":[32],\"searchText\":[32],\"dropdownDirection\":[32],\"hasSelectedValue\":[32],\"setFocus\":[64],\"resetSelect\":[64],\"setValue\":[64],\"getValue\":[64]},null,{\"items\":[{\"parseOptions\":0}],\"value\":[{\"valueChangedHandler\":0}],\"internalValue\":[{\"internalValueChanged\":0}]}]]],[\"spw-pagination.cjs\",[[1,\"spw-pagination\",{\"totalItems\":[2,\"total-items\"],\"itemsPerPage\":[2,\"items-per-page\"],\"isDisabled\":[4,\"is-disabled\"],\"variant\":[1],\"currentPage\":[1026,\"current-page\"],\"nextButtonText\":[1,\"next-button-text\"],\"previousButtonText\":[1,\"previous-button-text\"],\"isDynamic\":[4,\"is-dynamic\"],\"inputPageValue\":[32],\"isMobile\":[32],\"setPage\":[64]},null,{\"totalItems\":[{\"calculateTotalPages\":0},{\"onTotalItemsChange\":0}],\"itemsPerPage\":[{\"calculateTotalPages\":0},{\"onItemsPerPageChange\":0}],\"currentPage\":[{\"calculateTotalPages\":0},{\"onCurrentPageChange\":0}]}]]],[\"spw-date-picker.cjs\",[[65,\"spw-date-picker\",{\"value\":[1537],\"placeholder\":[1],\"label\":[1],\"name\":[1],\"accAriaLabel\":[1,\"acc-aria-label\"],\"required\":[4],\"disabled\":[4],\"dateFormat\":[1,\"date-format\"],\"minDate\":[1,\"min-date\"],\"maxDate\":[1,\"max-date\"],\"disabledDays\":[1,\"disabled-days\"],\"disabledDates\":[16],\"position\":[1],\"error\":[1],\"hint\":[1],\"success\":[1],\"warning\":[1],\"showErrorIcon\":[4,\"show-error-icon\"],\"showHintIcon\":[4,\"show-hint-icon\"],\"showSuccessIcon\":[4,\"show-success-icon\"],\"showWarningIcon\":[4,\"show-warning-icon\"],\"assistiveText\":[1,\"assistive-text\"],\"isClear\":[4,\"is-clear\"],\"tooltipTitle\":[1,\"tooltip-title\"],\"tooltipText\":[1,\"tooltip-text\"],\"tooltipMaxWidth\":[1,\"tooltip-max-width\"],\"tooltipDirection\":[1,\"tooltip-direction\"],\"tooltipCursor\":[1,\"tooltip-cursor\"],\"range\":[4],\"rangeId\":[1,\"range-id\"],\"isStart\":[4,\"is-start\"],\"isOpen\":[32],\"hasError\":[32],\"internalError\":[32],\"internalValue\":[32],\"isClearIconVisible\":[32],\"open\":[64],\"close\":[64],\"setDate\":[64],\"getDate\":[64],\"getRange\":[64],\"updateConstraints\":[64],\"resetInput\":[64],\"resetConstraints\":[64]},null,{\"value\":[{\"watchValue\":0}],\"disabled\":[{\"watchDisabled\":0}],\"minDate\":[{\"watchMinDate\":0}],\"maxDate\":[{\"watchMaxDate\":0}]}]]],[\"spw-input-slider.cjs\",[[65,\"spw-input-slider\",{\"min\":[2],\"max\":[2],\"step\":[2],\"value\":[1026],\"range\":[4],\"disabled\":[4],\"name\":[1],\"orientation\":[1],\"hasTooltip\":[4,\"has-tooltip\"],\"label\":[1],\"assistiveText\":[1,\"assistive-text\"],\"error\":[1],\"hint\":[1],\"success\":[1],\"warning\":[1],\"showErrorIcon\":[4,\"show-error-icon\"],\"showHintIcon\":[4,\"show-hint-icon\"],\"showSuccessIcon\":[4,\"show-success-icon\"],\"showWarningIcon\":[4,\"show-warning-icon\"],\"required\":[4],\"accAriaLabel\":[1,\"acc-aria-label\"],\"tooltipTitle\":[1,\"tooltip-title\"],\"tooltipText\":[1,\"tooltip-text\"],\"tooltipMaxWidth\":[1,\"tooltip-max-width\"],\"tooltipDirection\":[1,\"tooltip-direction\"],\"tooltipCursor\":[1,\"tooltip-cursor\"],\"internalValue\":[32],\"isDragging\":[32],\"activeHandle\":[32],\"setValue\":[64],\"getValue\":[64]}]]],[\"spw-select.cjs\",[[321,\"spw-select\",{\"value\":[1544],\"label\":[1],\"placeholder\":[1],\"disabled\":[4],\"name\":[1],\"required\":[4],\"size\":[1],\"assistiveText\":[1,\"assistive-text\"],\"error\":[1],\"hint\":[1],\"success\":[1],\"warning\":[1],\"showErrorIcon\":[4,\"show-error-icon\"],\"showHintIcon\":[4,\"show-hint-icon\"],\"showSuccessIcon\":[4,\"show-success-icon\"],\"showWarningIcon\":[4,\"show-warning-icon\"],\"items\":[16],\"itemLabel\":[1,\"item-label\"],\"itemValue\":[1,\"item-value\"],\"accAriaLabel\":[1,\"acc-aria-label\"],\"tooltipTitle\":[1,\"tooltip-title\"],\"tooltipText\":[1,\"tooltip-text\"],\"tooltipMaxWidth\":[1,\"tooltip-max-width\"],\"tooltipDirection\":[1,\"tooltip-direction\"],\"tooltipCursor\":[1,\"tooltip-cursor\"],\"internalValue\":[32],\"resetSelect\":[64],\"setValue\":[64],\"getValue\":[64]},null,{\"items\":[{\"handleItemsChange\":0}]}]]],[\"spw-textarea.cjs\",[[65,\"spw-textarea\",{\"value\":[1537],\"label\":[1],\"placeholder\":[1],\"disabled\":[4],\"name\":[1],\"rows\":[2],\"minLength\":[2,\"min-length\"],\"maxLength\":[2,\"max-length\"],\"isSearch\":[4,\"is-search\"],\"required\":[4],\"size\":[1],\"indicator\":[1],\"assistiveText\":[1,\"assistive-text\"],\"error\":[1],\"hint\":[1],\"success\":[1],\"warning\":[1],\"showErrorIcon\":[4,\"show-error-icon\"],\"showHintIcon\":[4,\"show-hint-icon\"],\"showSuccessIcon\":[4,\"show-success-icon\"],\"showWarningIcon\":[4,\"show-warning-icon\"],\"tooltipTitle\":[1,\"tooltip-title\"],\"tooltipText\":[1,\"tooltip-text\"],\"tooltipMaxWidth\":[1,\"tooltip-max-width\"],\"tooltipDirection\":[1,\"tooltip-direction\"],\"tooltipCursor\":[1,\"tooltip-cursor\"],\"internalValue\":[32],\"setFocus\":[64]},null,{\"value\":[{\"valueChangedHandler\":0}]}]]],[\"spw-file-upload.cjs\",[[65,\"spw-file-upload\",{\"disabled\":[4],\"error\":[4],\"name\":[1],\"value\":[1],\"enableDropZone\":[4,\"enable-drop-zone\"],\"multiple\":[4],\"accept\":[1],\"refuse\":[1],\"maxFileSize\":[2,\"max-file-size\"],\"maxFileSizeUnit\":[1,\"max-file-size-unit\"],\"maxFiles\":[2,\"max-files\"],\"internalValue\":[32],\"selectedFiles\":[32],\"fileTypeErrors\":[32],\"fileLimitErrors\":[32],\"isDragging\":[32],\"isMaxFilesReachedExact\":[32],\"resetInput\":[64]}]]],[\"spw-header.cjs\",[[257,\"spw-header\",{\"siteTitle\":[1,\"site-title\"],\"borderColor\":[1,\"border-color\"],\"hasWallonieLogo\":[4,\"has-wallonie-logo\"],\"hasMaWallonie\":[4,\"has-ma-wallonie\"],\"maWallonieLabel\":[1,\"ma-wallonie-label\"],\"maWallonieLink\":[1,\"ma-wallonie-link\"],\"hasWallonieBe\":[4,\"has-wallonie-be\"],\"wallonieBeLabel\":[1,\"wallonie-be-label\"],\"wallonieBeLink\":[1,\"wallonie-be-link\"],\"hasSearch\":[4,\"has-search\"],\"searchType\":[1,\"search-type\"],\"searchDirectHref\":[1,\"search-direct-href\"],\"searchDirectTarget\":[1,\"search-direct-target\"],\"searchCloseLabel\":[1,\"search-close-label\"],\"searchOpenLabel\":[1,\"search-open-label\"],\"menuCloseLabel\":[1,\"menu-close-label\"],\"menuOpenLabel\":[1,\"menu-open-label\"],\"homepageLink\":[1,\"homepage-link\"],\"emitLogoClick\":[4,\"emit-logo-click\"],\"isMenuOpen\":[32],\"isSearchOpen\":[32],\"closeMenu\":[64]}]]],[\"spw-header-lang.cjs\",[[1,\"spw-header-lang\",{\"accAriaLabel\":[1,\"acc-aria-label\"],\"activeLang\":[32],\"options\":[32]}]]],[\"spw-header-navigation.cjs\",[[257,\"spw-header-navigation\",{\"alignment\":[1],\"extraButton\":[4,\"extra-button\"],\"extraButtonHref\":[1,\"extra-button-href\"],\"extraButtonTarget\":[1,\"extra-button-target\"],\"extraButtonText\":[1,\"extra-button-text\"],\"extraButtonVariant\":[1,\"extra-button-variant\"],\"extraButtonIcon\":[1,\"extra-button-icon\"],\"level\":[32],\"element\":[32]},[[2,\"spwHeaderNavigationNavigate\",\"handleNavigation\"]]]]],[\"spw-table-sidebar.cjs\",[[257,\"spw-table-sidebar\",{\"defaultExpanded\":[4,\"default-expanded\"],\"sidebarTitle\":[1,\"sidebar-title\"],\"sidebarIcon\":[1,\"sidebar-icon\"],\"sidebarWidth\":[2,\"sidebar-width\"],\"hasReset\":[4,\"has-reset\"],\"resetIcon\":[1,\"reset-icon\"],\"observedHeight\":[32],\"expanded\":[32]}]]],[\"spw-tabs-navigation-item.cjs\",[[257,\"spw-tabs-navigation-item\",{\"tabId\":[1,\"tab-id\"],\"active\":[4],\"disabled\":[4],\"bubble\":[4],\"hasEllipsis\":[4,\"has-ellipsis\"],\"icon\":[1],\"iconPosition\":[1,\"icon-position\"],\"tagText\":[1,\"tag-text\"],\"tagVariant\":[1,\"tag-variant\"],\"tagIcon\":[4,\"tag-icon\"],\"slotText\":[32]},[[0,\"slotchange\",\"handleSlotChange\"]]]]],[\"spw-breadcrumb-item.cjs\",[[257,\"spw-breadcrumb-item\",{\"href\":[1],\"surface\":[32]},null,{\"surface\":[{\"surfaceChanged\":0}]}]]],[\"spw-header-navigation-dropdown.cjs\",[[257,\"spw-header-navigation-dropdown\",{\"viewMoreText\":[1,\"view-more-text\"],\"shouldShowViewMore\":[32],\"parentHref\":[32],\"parentTarget\":[32],\"dropdownLevel\":[32]}]]],[\"spw-message.cjs\",[[257,\"spw-message\",{\"variant\":[1],\"messageId\":[1,\"message-id\"],\"isDismissable\":[4,\"is-dismissable\"],\"dismissableText\":[1,\"dismissable-text\"],\"messageTitle\":[1,\"message-title\"],\"icon\":[1],\"isVisible\":[32],\"showMessage\":[64],\"hideMessage\":[64]}]]],[\"spw-sidebar-navigation-item.cjs\",[[260,\"spw-sidebar-navigation-item\",{\"href\":[1],\"icon\":[1],\"active\":[4],\"disabled\":[4],\"bubble\":[1],\"tooltipTitle\":[1,\"tooltip-title\"],\"iconVariant\":[1,\"icon-variant\"],\"openOnClick\":[4,\"open-on-click\"],\"hasDropdown\":[32],\"dropdownOpen\":[32],\"navExpanded\":[32],\"hasActiveChild\":[32]}]]],[\"spw-slider.cjs\",[[257,\"spw-slider\",{\"showArrows\":[4,\"show-arrows\"],\"showDots\":[4,\"show-dots\"],\"showAutoplayToggle\":[4,\"show-autoplay-toggle\"],\"autoplayInterval\":[2,\"autoplay-interval\"],\"autoplayEnabled\":[4,\"autoplay-enabled\"],\"autoplayText\":[1,\"autoplay-text\"],\"arrowsPosition\":[1,\"arrows-position\"],\"nextSlideText\":[1,\"next-slide-text\"],\"previousSlideText\":[1,\"previous-slide-text\"],\"activeIndex\":[32],\"totalSlides\":[32],\"currentHeight\":[32],\"isAutoplayActive\":[32]},[[1,\"touchstart\",\"handleTouchStart\"],[0,\"mousedown\",\"handleMouseDown\"],[1,\"touchmove\",\"handleTouchMove\"],[1,\"mousemove\",\"handleMouseMove\"],[1,\"touchend\",\"handleTouchEnd\"],[1,\"mouseup\",\"handleMouseUp\"],[1,\"mouseleave\",\"handleMouseLeave\"]]]]],[\"spw-table-header.cjs\",[[257,\"spw-table-header\",{\"colspan\":[2],\"headers\":[1],\"rowspan\":[2],\"isHighlighted\":[4,\"is-highlighted\"],\"textAlign\":[1,\"text-align\"],\"verticalAlign\":[1,\"vertical-align\"],\"padding\":[1],\"columnId\":[1,\"column-id\"],\"sortable\":[4],\"sortDirection\":[1,\"sort-direction\"],\"isSorted\":[4,\"is-sorted\"],\"tooltipTitle\":[1,\"tooltip-title\"],\"tooltipText\":[1,\"tooltip-text\"],\"sticky\":[4],\"stickyPosition\":[1,\"sticky-position\"],\"stickyOffset\":[2,\"sticky-offset\"]}]]],[\"spw-card-image.cjs\",[[257,\"spw-card-image\",{\"label\":[1],\"ratio\":[1],\"ratioMobile\":[1,\"ratio-mobile\"],\"ratioTablet\":[1,\"ratio-tablet\"],\"ratioDesktop\":[1,\"ratio-desktop\"]}]]],[\"spw-dropdown-item.cjs\",[[260,\"spw-dropdown-item\",{\"href\":[1],\"disabled\":[4],\"icon\":[1],\"iconVariant\":[1,\"icon-variant\"],\"hasSubItems\":[32],\"subItemsOpen\":[32]}]]],[\"spw-header-navigation-item.cjs\",[[257,\"spw-header-navigation-item\",{\"isActive\":[4,\"is-active\"],\"variant\":[1],\"internalIsActive\":[32],\"hasSubnav\":[32],\"level\":[32],\"isSubnavVisible\":[32],\"lastClickedLevel1Item\":[32],\"isMobile\":[32]}]]],[\"spw-header-persona.cjs\",[[1,\"spw-header-persona\",{\"personaLabel\":[1,\"persona-label\"],\"accAriaLabel\":[1,\"acc-aria-label\"],\"activePersona\":[32],\"options\":[32]}]]],[\"spw-hero.cjs\",[[257,\"spw-hero\",{\"imageSrc\":[1,\"image-src\"],\"imageAlt\":[1,\"image-alt\"],\"surface\":[1],\"hasPictureFull\":[4,\"has-picture-full\"],\"hasRadius\":[4,\"has-radius\"],\"hasShadow\":[4,\"has-shadow\"],\"hasVideo\":[4,\"has-video\"],\"modalVideoId\":[1,\"modal-video-id\"],\"variant\":[1],\"alignment\":[1],\"overlayOpacity\":[2,\"overlay-opacity\"],\"overlayColor\":[1,\"overlay-color\"],\"accPlayButtonAriaLabel\":[1,\"acc-play-button-aria-label\"]}]]],[\"spw-list-item.cjs\",[[257,\"spw-list-item\",{\"variant\":[1],\"href\":[1],\"target\":[1],\"icon\":[1],\"lineClamp\":[1,\"line-clamp\"],\"category\":[1],\"categoryLink\":[1,\"category-link\"],\"categoryIcon\":[1,\"category-icon\"],\"surface\":[1]},[[0,\"slotchange\",\"slotChanged\"],[1,\"mouseenter\",\"onMouseEnter\"],[1,\"mouseleave\",\"onMouseLeave\"],[1,\"touchstart\",\"onTouchStart\"],[1,\"touchend\",\"onTouchEnd\"],[1,\"mousedown\",\"onMouseDown\"],[1,\"mouseup\",\"onMouseUp\"],[0,\"blur\",\"onBlur\"],[0,\"focus\",\"onFocus\"]]]]],[\"spw-list-title.cjs\",[[257,\"spw-list-title\",{\"icon\":[1],\"lineClamp\":[1,\"line-clamp\"]}]]],[\"spw-modal.cjs\",[[257,\"spw-modal\",{\"opened\":[1540],\"caption\":[1],\"closeOnOverlayClick\":[4,\"close-on-overlay-click\"],\"stickyButtons\":[4,\"sticky-buttons\"],\"size\":[1],\"alertIcon\":[1,\"alert-icon\"],\"showCloseButton\":[4,\"show-close-button\"],\"showModal\":[32],\"slotButtonsPresent\":[32],\"closeModal\":[64],\"openModal\":[64]},null,{\"opened\":[{\"openedChanged\":0}]}]]],[\"spw-sidebar.cjs\",[[257,\"spw-sidebar\",{\"defaultExpanded\":[4,\"default-expanded\"],\"expanded\":[32],\"hasTopbar\":[32]}]]],[\"spw-sidebar-navigation-separator.cjs\",[[1,\"spw-sidebar-navigation-separator\"]]],[\"spw-tabs-navigation.cjs\",[[257,\"spw-tabs-navigation\",{\"accAriaLabel\":[1,\"acc-aria-label\"],\"isVerticalOnMobile\":[4,\"is-vertical-on-mobile\"],\"showLeftArrow\":[32],\"showRightArrow\":[32]},[[9,\"resize\",\"onWindowResize\"]]]]],[\"spw-tile.cjs\",[[257,\"spw-tile\",{\"variant\":[1],\"height\":[1],\"href\":[1],\"target\":[1],\"imageSrc\":[1,\"image-src\"],\"imageAlt\":[1,\"image-alt\"],\"overlayOpacity\":[2,\"overlay-opacity\"]},[[0,\"slotchange\",\"slotChanged\"],[1,\"mouseenter\",\"onMouseEnter\"],[1,\"mouseleave\",\"onMouseLeave\"]]]]],[\"spw-timeline-item.cjs\",[[257,\"spw-timeline-item\",{\"label\":[1],\"description\":[1],\"state\":[1],\"isLast\":[1,\"is-last\"],\"variant\":[1],\"isDescriptionExpanded\":[32],\"showToggle\":[32]}]]],[\"spw-wizard-item.cjs\",[[1,\"spw-wizard-item\",{\"label\":[1],\"description\":[1],\"additionalInfo\":[1,\"additional-info\"],\"icon\":[1],\"state\":[1],\"status\":[1],\"isLast\":[1,\"is-last\"],\"stepNumber\":[2,\"step-number\"],\"variant\":[1],\"isClickable\":[1,\"is-clickable\"],\"isBeforeCurrent\":[1,\"is-before-current\"],\"isAfterCurrent\":[1,\"is-after-current\"],\"isCurrent\":[1,\"is-current\"]}]]],[\"spw-breadcrumb.cjs\",[[257,\"spw-breadcrumb\",{\"variant\":[1],\"surface\":[1],\"fontSize\":[1,\"font-size\"],\"accAriaLabel\":[1,\"acc-aria-label\"]}]]],[\"spw-card.cjs\",[[257,\"spw-card\",{\"variant\":[1],\"elementType\":[1,\"element-type\"],\"href\":[1],\"target\":[1],\"rel\":[1],\"dateStart\":[1,\"date-start\"],\"dateEnd\":[1,\"date-end\"],\"fullHeight\":[4,\"full-height\"],\"disabled\":[4],\"accAriaLabel\":[1,\"acc-aria-label\"],\"hasImage\":[32]},[[0,\"slotchange\",\"slotChanged\"],[1,\"mouseenter\",\"onMouseEnter\"],[1,\"mouseleave\",\"onMouseLeave\"]]]]],[\"spw-card-content.cjs\",[[257,\"spw-card-content\",{\"tag\":[1],\"date\":[1],\"hasImage\":[32]}]]],[\"spw-card-excerpt.cjs\",[[257,\"spw-card-excerpt\",{\"lineClamp\":[8,\"line-clamp\"]}]]],[\"spw-card-subtag-item.cjs\",[[257,\"spw-card-subtag-item\",{\"link\":[1]}]]],[\"spw-card-subtags.cjs\",[[260,\"spw-card-subtags\",{\"variant\":[1]}]]],[\"spw-card-title.cjs\",[[257,\"spw-card-title\",{\"borderColor\":[1,\"border-color\"]}]]],[\"spw-dropdown.cjs\",[[257,\"spw-dropdown\",{\"direction\":[1],\"hasPadding\":[4,\"has-padding\"],\"contentWidth\":[2,\"content-width\"],\"open\":[1540],\"isVisible\":[32],\"close\":[64]},null,{\"open\":[{\"onOpenChange\":0}]}]]],[\"spw-dropdown-container.cjs\",[[257,\"spw-dropdown-container\"]]],[\"spw-footer.cjs\",[[257,\"spw-footer\",{\"colsMobile\":[2,\"cols-mobile\"],\"colsTablet\":[2,\"cols-tablet\"],\"colsDesktop\":[2,\"cols-desktop\"]},null,{\"colsMobile\":[{\"configurationChanged\":0}],\"colsTablet\":[{\"configurationChanged\":0}],\"colsDesktop\":[{\"configurationChanged\":0}]}]]],[\"spw-footer-bottom.cjs\",[[257,\"spw-footer-bottom\",{\"siteTitle\":[1,\"site-title\"],\"hasWallonieLogo\":[4,\"has-wallonie-logo\"]}]]],[\"spw-footer-content.cjs\",[[257,\"spw-footer-content\"]]],[\"spw-footer-content-col.cjs\",[[257,\"spw-footer-content-col\",{\"colTitle\":[1,\"col-title\"]}]]],[\"spw-footer-link.cjs\",[[257,\"spw-footer-link\",{\"href\":[1],\"target\":[1],\"linkTitle\":[1,\"link-title\"]}]]],[\"spw-grid.cjs\",[[257,\"spw-grid\",{\"colsMobile\":[2,\"cols-mobile\"],\"colsTablet\":[2,\"cols-tablet\"],\"colsDesktop\":[2,\"cols-desktop\"]},null,{\"colsMobile\":[{\"configurationChanged\":0}],\"colsTablet\":[{\"configurationChanged\":0}],\"colsDesktop\":[{\"configurationChanged\":0}]}]]],[\"spw-grid-item.cjs\",[[257,\"spw-grid-item\",{\"colSpanMobile\":[2,\"col-span-mobile\"],\"colSpanTablet\":[2,\"col-span-tablet\"],\"colSpanDesktop\":[2,\"col-span-desktop\"],\"rowSpanMobile\":[2,\"row-span-mobile\"],\"rowSpanTablet\":[2,\"row-span-tablet\"],\"rowSpanDesktop\":[2,\"row-span-desktop\"]}]]],[\"spw-header-lang-item.cjs\",[[257,\"spw-header-lang-item\",{\"active\":[516]}]]],[\"spw-header-persona-item.cjs\",[[257,\"spw-header-persona-item\",{\"active\":[516]}]]],[\"spw-illustration.cjs\",[[1,\"spw-illustration\",{\"variant\":[1],\"width\":[1],\"height\":[1],\"alt\":[1]}]]],[\"spw-list.cjs\",[[257,\"spw-list\",{\"gap\":[1],\"surface\":[1]},[[0,\"slotchange\",\"slotChanged\"]]]]],[\"spw-list-description.cjs\",[[257,\"spw-list-description\",{\"lineClamp\":[1,\"line-clamp\"]}]]],[\"spw-mosaic.cjs\",[[257,\"spw-mosaic\",{\"items\":[8],\"isMasonry\":[4,\"is-masonry\"],\"colsMobile\":[2,\"cols-mobile\"],\"colsTablet\":[2,\"cols-tablet\"],\"colsDesktop\":[2,\"cols-desktop\"],\"initialized\":[32],\"waitForImages\":[64],\"initializeMasonry\":[64]},null,{\"items\":[{\"itemsChanged\":0}],\"isMasonry\":[{\"isMasonryChanged\":0}],\"colsMobile\":[{\"configurationChanged\":0}],\"colsTablet\":[{\"configurationChanged\":0}],\"colsDesktop\":[{\"configurationChanged\":0}]}]]],[\"spw-mosaic-item.cjs\",[[257,\"spw-mosaic-item\",{\"colSpanMobile\":[2,\"col-span-mobile\"],\"colSpanTablet\":[2,\"col-span-tablet\"],\"colSpanDesktop\":[2,\"col-span-desktop\"]},null,{\"colSpanMobile\":[{\"colSpanChanged\":0}],\"colSpanTablet\":[{\"colSpanChanged\":0}],\"colSpanDesktop\":[{\"colSpanChanged\":0}]}]]],[\"spw-radio.cjs\",[[321,\"spw-radio\",{\"disabled\":[4],\"checked\":[1540],\"error\":[4],\"name\":[1],\"value\":[1],\"accAriaLabel\":[1,\"acc-aria-label\"],\"internalChecked\":[32],\"setChecked\":[64]},null,{\"checked\":[{\"checkedChanged\":0}]}]]],[\"spw-sidebar-navigation-dropdown.cjs\",[[260,\"spw-sidebar-navigation-dropdown\",{\"open\":[1028]}]]],[\"spw-slider-item.cjs\",[[257,\"spw-slider-item\"]]],[\"spw-socials.cjs\",[[260,\"spw-socials\",{\"mainTitle\":[1,\"main-title\"]}]]],[\"spw-table.cjs\",[[257,\"spw-table\",{\"accAriaLabel\":[1,\"acc-aria-label\"],\"isSticky\":[4,\"is-sticky\"],\"maxHeight\":[1,\"max-height\"],\"minWidth\":[1,\"min-width\"],\"tableLayout\":[1,\"table-layout\"],\"isZebra\":[4,\"is-zebra\"],\"disableSort\":[4,\"disable-sort\"],\"currentSort\":[1040],\"resizable\":[4],\"minHeight\":[2,\"min-height\"],\"currentHeight\":[32]},[[0,\"spwHeaderClick\",\"handleHeaderClick\"]],{\"currentSort\":[{\"onCurrentSortChange\":0}],\"isSticky\":[{\"onIsStickyChange\":0}]}]]],[\"spw-table-body.cjs\",[[257,\"spw-table-body\",{\"isZebra\":[516,\"is-zebra\"],\"updateZebraStyles\":[64]}]]],[\"spw-table-cell.cjs\",[[257,\"spw-table-cell\",{\"colspan\":[2],\"headers\":[1],\"rowspan\":[2],\"isHighlighted\":[4,\"is-highlighted\"],\"textAlign\":[1,\"text-align\"],\"verticalAlign\":[1,\"vertical-align\"],\"width\":[1],\"padding\":[1],\"state\":[1],\"sticky\":[4],\"stickyPosition\":[1,\"sticky-position\"],\"stickyOffset\":[2,\"sticky-offset\"],\"isFirst\":[32]}]]],[\"spw-table-container.cjs\",[[257,\"spw-table-container\"]]],[\"spw-table-footer.cjs\",[[257,\"spw-table-footer\"]]],[\"spw-table-head.cjs\",[[257,\"spw-table-head\"]]],[\"spw-table-row.cjs\",[[257,\"spw-table-row\",{\"state\":[1],\"padding\":[1]},[[0,\"slotchange\",\"slotChanged\"]],{\"state\":[{\"onStateChange\":0}],\"padding\":[{\"onPaddingChange\":0}]}]]],[\"spw-tabs.cjs\",[[257,\"spw-tabs\",{\"defaultActiveTab\":[1,\"default-active-tab\"],\"variant\":[1],\"hasEllipsis\":[4,\"has-ellipsis\"],\"maxWidth\":[2,\"max-width\"],\"size\":[1],\"activeTab\":[32],\"getSelectedTab\":[64],\"setSelectedTab\":[64]},[[2,\"tabSelected\",\"handleTabSelected\"],[0,\"slotchange\",\"slotChanged\"]],{\"activeTab\":[{\"activeTabChanged\":0}],\"maxWidth\":[{\"maxWidthChanged\":0}],\"hasEllipsis\":[{\"hasEllipsisChanged\":0}]}]]],[\"spw-tabs-content.cjs\",[[257,\"spw-tabs-content\",{\"tabId\":[1,\"tab-id\"],\"active\":[4]}]]],[\"spw-tile-description.cjs\",[[257,\"spw-tile-description\"]]],[\"spw-tile-title.cjs\",[[257,\"spw-tile-title\"]]],[\"spw-timeline.cjs\",[[257,\"spw-timeline\",{\"visibleItems\":[2,\"visible-items\"],\"showMoreText\":[1,\"show-more-text\"],\"showLessText\":[1,\"show-less-text\"],\"showAll\":[32]},[[0,\"slotchange\",\"slotChanged\"]]]]],[\"spw-toc.cjs\",[[260,\"spw-toc\"]]],[\"spw-toc-container.cjs\",[[260,\"spw-toc-container\",{\"getItems\":[64]}]]],[\"spw-toc-navigation.cjs\",[[0,\"spw-toc-navigation\",{\"items\":[32],\"currentItemIndex\":[32],\"currentH2Index\":[32],\"h2ProgressPercents\":[32],\"clickedH2Index\":[32]},[[8,\"tocItemsChanged\",\"handleTocItemsChanged\"]]]]],[\"spw-topbar.cjs\",[[257,\"spw-topbar\",{\"siteTitle\":[1,\"site-title\"],\"hasWallonieLogo\":[4,\"has-wallonie-logo\"],\"homepageLink\":[1,\"homepage-link\"],\"emitLogoClick\":[4,\"emit-logo-click\"]}]]],[\"spw-wizard.cjs\",[[257,\"spw-wizard\",{\"currentStep\":[1026,\"current-step\"],\"variant\":[1],\"setStep\":[64]},[[0,\"slotchange\",\"slotChanged\"],[0,\"wizardItemClick\",\"handleStepClick\"]]]]],[\"spw-skeleton.cjs\",[[257,\"spw-skeleton\",{\"blocks\":[2],\"variant\":[1]}]]],[\"spw-field-label_7.cjs\",[[260,\"spw-group\",{\"type\":[1],\"orientation\":[1],\"alignment\":[1],\"disabled\":[4],\"label\":[1],\"required\":[4],\"isReversed\":[4,\"is-reversed\"],\"name\":[1],\"isFullWidth\":[4,\"is-full-width\"],\"tooltipTitle\":[1,\"tooltip-title\"],\"tooltipText\":[1,\"tooltip-text\"],\"tooltipMaxWidth\":[1,\"tooltip-max-width\"],\"tooltipDirection\":[1,\"tooltip-direction\"],\"tooltipCursor\":[1,\"tooltip-cursor\"]}],[260,\"spw-theme-provider\",{\"theme\":[1]}],[1,\"spw-separator\",{\"surface\":[1],\"direction\":[1],\"thickness\":[2],\"width\":[1],\"height\":[1]}],[257,\"spw-link\",{\"href\":[1],\"target\":[1],\"rel\":[1],\"icon\":[1],\"iconPosition\":[1,\"icon-position\"],\"disabled\":[4],\"accAriaLabel\":[1,\"acc-aria-label\"],\"surface\":[1]}],[1,\"spw-field-label\",{\"name\":[1],\"label\":[1],\"required\":[4],\"tooltipTitle\":[1,\"tooltip-title\"],\"tooltipText\":[1,\"tooltip-text\"],\"tooltipMaxWidth\":[1,\"tooltip-max-width\"],\"tooltipDirection\":[1,\"tooltip-direction\"],\"tooltipCursor\":[1,\"tooltip-cursor\"]}],[257,\"spw-tooltip\",{\"tooltipTitle\":[1,\"tooltip-title\"],\"tooltipText\":[1,\"tooltip-text\"],\"maxWidth\":[1,\"max-width\"],\"direction\":[1],\"cursor\":[1],\"visible\":[4],\"isVisible\":[32]}],[1,\"spw-icon\",{\"icon\":[1],\"variant\":[1]}]]],[\"spw-tag.cjs\",[[257,\"spw-tag\",{\"variant\":[1],\"surface\":[1],\"hasIcon\":[4,\"has-icon\"],\"href\":[1],\"target\":[1],\"size\":[1]}]]],[\"spw-field-message.cjs\",[[257,\"spw-field-message\",{\"showIcon\":[4,\"show-icon\"],\"variant\":[1]}]]],[\"spw-text-field.cjs\",[[65,\"spw-text-field\",{\"value\":[1537],\"type\":[1],\"label\":[1],\"placeholder\":[1],\"disabled\":[4],\"name\":[1],\"min\":[2],\"max\":[2],\"step\":[2],\"minLength\":[2,\"min-length\"],\"maxLength\":[2,\"max-length\"],\"isSearch\":[4,\"is-search\"],\"isClear\":[4,\"is-clear\"],\"required\":[4],\"size\":[1],\"indicator\":[1],\"assistiveText\":[1,\"assistive-text\"],\"error\":[1],\"hint\":[1],\"success\":[1],\"warning\":[1],\"showErrorIcon\":[4,\"show-error-icon\"],\"showHintIcon\":[4,\"show-hint-icon\"],\"showSuccessIcon\":[4,\"show-success-icon\"],\"showWarningIcon\":[4,\"show-warning-icon\"],\"accAriaLabel\":[1,\"acc-aria-label\"],\"mask\":[1],\"tooltipTitle\":[1,\"tooltip-title\"],\"tooltipText\":[1,\"tooltip-text\"],\"tooltipMaxWidth\":[1,\"tooltip-max-width\"],\"tooltipDirection\":[1,\"tooltip-direction\"],\"tooltipCursor\":[1,\"tooltip-cursor\"],\"isClearIconVisible\":[32],\"setFocus\":[64],\"setValue\":[64]},null,{\"value\":[{\"valueChangedHandler\":0}]}]]],[\"spw-checkbox.cjs\",[[321,\"spw-checkbox\",{\"disabled\":[4],\"checked\":[1540],\"error\":[4],\"icon\":[1],\"name\":[1],\"variant\":[1],\"accAriaLabel\":[1,\"acc-aria-label\"],\"internalChecked\":[32],\"toggleCheckedState\":[64]},null,{\"checked\":[{\"checkedChanged\":0}]}]]],[\"spw-accordion_4.cjs\",[[257,\"spw-accordion-title\",{\"tag\":[1],\"icon\":[1]}],[257,\"spw-accordion\",{\"background\":[1]},null,{\"background\":[{\"backgroundChanged\":0}]}],[257,\"spw-accordion-content\",{\"isOpened\":[32]},[[4,\"accordionToggle\",\"handleAccordionToggle\"]]],[257,\"spw-accordion-item\",{\"defaultOpen\":[4,\"default-open\"],\"isOpen\":[32],\"isMobile\":[32]},null,{\"defaultOpen\":[{\"defaultOpenChanged\":0}]}]]],[\"spw-button_2.cjs\",[[257,\"spw-button\",{\"href\":[1],\"target\":[1],\"rel\":[1],\"download\":[1],\"name\":[1],\"value\":[8],\"type\":[1],\"variant\":[1],\"surface\":[1],\"disabled\":[4],\"size\":[1],\"accAriaLabel\":[1,\"acc-aria-label\"],\"isIconOnly\":[4,\"is-icon-only\"],\"icon\":[1],\"iconPosition\":[1,\"icon-position\"],\"isFullWidth\":[4,\"is-full-width\"],\"isFullWidthMobile\":[516,\"is-full-width-mobile\"],\"hideTextOnMobile\":[4,\"hide-text-on-mobile\"],\"isLoading\":[4,\"is-loading\"]}],[1,\"spw-loading\",{\"text\":[1]}]]]]"), options);
|
|
8
|
+
return index.bootstrapLazy(JSON.parse("[[\"spw-cookies.cjs\",[[1,\"spw-cookies\",{\"cookiesTitle\":[1,\"cookies-title\"],\"cookiesDescription\":[1,\"cookies-description\"],\"acceptAllButtonText\":[1,\"accept-all-button-text\"],\"acceptRequiredButtonText\":[1,\"accept-required-button-text\"],\"isVisible\":[32],\"analyticsEnabled\":[32]}]]],[\"spw-search-field.cjs\",[[1,\"spw-search-field\",{\"items\":[1],\"placeholder\":[1],\"size\":[1],\"label\":[1],\"disabled\":[4],\"isRounded\":[4,\"is-rounded\"],\"name\":[1],\"required\":[4],\"assistiveText\":[1,\"assistive-text\"],\"viewAllResults\":[1,\"view-all-results\"],\"viewAllResultsLink\":[1,\"view-all-results-link\"],\"noResults\":[1,\"no-results\"],\"loadingText\":[1,\"loading-text\"],\"hasSubmitButton\":[4,\"has-submit-button\"],\"minCharacters\":[2,\"min-characters\"],\"tooltipTitle\":[1,\"tooltip-title\"],\"tooltipText\":[1,\"tooltip-text\"],\"tooltipMaxWidth\":[1,\"tooltip-max-width\"],\"tooltipDirection\":[1,\"tooltip-direction\"],\"tooltipCursor\":[1,\"tooltip-cursor\"],\"filteredItems\":[32],\"searchText\":[32],\"isOpen\":[32],\"isLoading\":[32],\"focusedItemIndex\":[32],\"dropdownDirection\":[32],\"resetInput\":[64],\"setValue\":[64],\"getValue\":[64]},null,{\"items\":[{\"parseItems\":0}]}]]],[\"spw-custom-select.cjs\",[[65,\"spw-custom-select\",{\"value\":[1544],\"label\":[1],\"placeholder\":[1],\"searchPlaceholder\":[1,\"search-placeholder\"],\"noResultsText\":[1,\"no-results-text\"],\"disabled\":[4],\"name\":[1],\"required\":[4],\"items\":[1],\"size\":[1],\"multiple\":[4],\"isSearch\":[4,\"is-search\"],\"assistiveText\":[1,\"assistive-text\"],\"error\":[1],\"hint\":[1],\"success\":[1],\"warning\":[1],\"showErrorIcon\":[4,\"show-error-icon\"],\"showHintIcon\":[4,\"show-hint-icon\"],\"showSuccessIcon\":[4,\"show-success-icon\"],\"showWarningIcon\":[4,\"show-warning-icon\"],\"tooltipTitle\":[1,\"tooltip-title\"],\"tooltipText\":[1,\"tooltip-text\"],\"tooltipMaxWidth\":[1,\"tooltip-max-width\"],\"tooltipDirection\":[1,\"tooltip-direction\"],\"tooltipCursor\":[1,\"tooltip-cursor\"],\"internalValue\":[32],\"isOpen\":[32],\"parsedOptions\":[32],\"focusedOptionIndex\":[32],\"searchText\":[32],\"dropdownDirection\":[32],\"hasSelectedValue\":[32],\"dropdownPosition\":[32],\"setFocus\":[64],\"resetSelect\":[64],\"setValue\":[64],\"getValue\":[64]},null,{\"items\":[{\"parseOptions\":0}],\"value\":[{\"valueChangedHandler\":0}],\"internalValue\":[{\"internalValueChanged\":0}]}]]],[\"spw-pagination.cjs\",[[1,\"spw-pagination\",{\"totalItems\":[2,\"total-items\"],\"itemsPerPage\":[2,\"items-per-page\"],\"isDisabled\":[4,\"is-disabled\"],\"variant\":[1],\"currentPage\":[1026,\"current-page\"],\"nextButtonText\":[1,\"next-button-text\"],\"previousButtonText\":[1,\"previous-button-text\"],\"isDynamic\":[4,\"is-dynamic\"],\"inputPageValue\":[32],\"isMobile\":[32],\"setPage\":[64]},null,{\"totalItems\":[{\"calculateTotalPages\":0},{\"onTotalItemsChange\":0}],\"itemsPerPage\":[{\"calculateTotalPages\":0},{\"onItemsPerPageChange\":0}],\"currentPage\":[{\"calculateTotalPages\":0},{\"onCurrentPageChange\":0}]}]]],[\"spw-date-picker.cjs\",[[65,\"spw-date-picker\",{\"value\":[1537],\"placeholder\":[1],\"label\":[1],\"name\":[1],\"accAriaLabel\":[1,\"acc-aria-label\"],\"required\":[4],\"disabled\":[4],\"dateFormat\":[1,\"date-format\"],\"minDate\":[1,\"min-date\"],\"maxDate\":[1,\"max-date\"],\"disabledDays\":[1,\"disabled-days\"],\"disabledDates\":[16],\"position\":[1],\"error\":[1],\"hint\":[1],\"success\":[1],\"warning\":[1],\"showErrorIcon\":[4,\"show-error-icon\"],\"showHintIcon\":[4,\"show-hint-icon\"],\"showSuccessIcon\":[4,\"show-success-icon\"],\"showWarningIcon\":[4,\"show-warning-icon\"],\"assistiveText\":[1,\"assistive-text\"],\"isClear\":[4,\"is-clear\"],\"tooltipTitle\":[1,\"tooltip-title\"],\"tooltipText\":[1,\"tooltip-text\"],\"tooltipMaxWidth\":[1,\"tooltip-max-width\"],\"tooltipDirection\":[1,\"tooltip-direction\"],\"tooltipCursor\":[1,\"tooltip-cursor\"],\"range\":[4],\"rangeId\":[1,\"range-id\"],\"isStart\":[4,\"is-start\"],\"isOpen\":[32],\"hasError\":[32],\"internalError\":[32],\"internalValue\":[32],\"isClearIconVisible\":[32],\"open\":[64],\"close\":[64],\"setDate\":[64],\"getDate\":[64],\"getRange\":[64],\"updateConstraints\":[64],\"resetInput\":[64],\"resetConstraints\":[64]},null,{\"value\":[{\"watchValue\":0}],\"disabled\":[{\"watchDisabled\":0}],\"minDate\":[{\"watchMinDate\":0}],\"maxDate\":[{\"watchMaxDate\":0}]}]]],[\"spw-input-slider.cjs\",[[65,\"spw-input-slider\",{\"min\":[2],\"max\":[2],\"step\":[2],\"value\":[1026],\"range\":[4],\"disabled\":[4],\"name\":[1],\"orientation\":[1],\"hasTooltip\":[4,\"has-tooltip\"],\"label\":[1],\"assistiveText\":[1,\"assistive-text\"],\"error\":[1],\"hint\":[1],\"success\":[1],\"warning\":[1],\"showErrorIcon\":[4,\"show-error-icon\"],\"showHintIcon\":[4,\"show-hint-icon\"],\"showSuccessIcon\":[4,\"show-success-icon\"],\"showWarningIcon\":[4,\"show-warning-icon\"],\"required\":[4],\"accAriaLabel\":[1,\"acc-aria-label\"],\"tooltipTitle\":[1,\"tooltip-title\"],\"tooltipText\":[1,\"tooltip-text\"],\"tooltipMaxWidth\":[1,\"tooltip-max-width\"],\"tooltipDirection\":[1,\"tooltip-direction\"],\"tooltipCursor\":[1,\"tooltip-cursor\"],\"internalValue\":[32],\"isDragging\":[32],\"activeHandle\":[32],\"setValue\":[64],\"getValue\":[64]}]]],[\"spw-select.cjs\",[[321,\"spw-select\",{\"value\":[1544],\"label\":[1],\"placeholder\":[1],\"disabled\":[4],\"name\":[1],\"required\":[4],\"size\":[1],\"assistiveText\":[1,\"assistive-text\"],\"error\":[1],\"hint\":[1],\"success\":[1],\"warning\":[1],\"showErrorIcon\":[4,\"show-error-icon\"],\"showHintIcon\":[4,\"show-hint-icon\"],\"showSuccessIcon\":[4,\"show-success-icon\"],\"showWarningIcon\":[4,\"show-warning-icon\"],\"items\":[16],\"itemLabel\":[1,\"item-label\"],\"itemValue\":[1,\"item-value\"],\"accAriaLabel\":[1,\"acc-aria-label\"],\"tooltipTitle\":[1,\"tooltip-title\"],\"tooltipText\":[1,\"tooltip-text\"],\"tooltipMaxWidth\":[1,\"tooltip-max-width\"],\"tooltipDirection\":[1,\"tooltip-direction\"],\"tooltipCursor\":[1,\"tooltip-cursor\"],\"internalValue\":[32],\"resetSelect\":[64],\"setValue\":[64],\"getValue\":[64]},null,{\"items\":[{\"handleItemsChange\":0}]}]]],[\"spw-textarea.cjs\",[[65,\"spw-textarea\",{\"value\":[1537],\"label\":[1],\"placeholder\":[1],\"disabled\":[4],\"name\":[1],\"rows\":[2],\"minLength\":[2,\"min-length\"],\"maxLength\":[2,\"max-length\"],\"isSearch\":[4,\"is-search\"],\"required\":[4],\"size\":[1],\"indicator\":[1],\"assistiveText\":[1,\"assistive-text\"],\"error\":[1],\"hint\":[1],\"success\":[1],\"warning\":[1],\"showErrorIcon\":[4,\"show-error-icon\"],\"showHintIcon\":[4,\"show-hint-icon\"],\"showSuccessIcon\":[4,\"show-success-icon\"],\"showWarningIcon\":[4,\"show-warning-icon\"],\"tooltipTitle\":[1,\"tooltip-title\"],\"tooltipText\":[1,\"tooltip-text\"],\"tooltipMaxWidth\":[1,\"tooltip-max-width\"],\"tooltipDirection\":[1,\"tooltip-direction\"],\"tooltipCursor\":[1,\"tooltip-cursor\"],\"internalValue\":[32],\"setFocus\":[64]},null,{\"value\":[{\"valueChangedHandler\":0}]}]]],[\"spw-file-upload.cjs\",[[65,\"spw-file-upload\",{\"disabled\":[4],\"error\":[4],\"name\":[1],\"value\":[1],\"enableDropZone\":[4,\"enable-drop-zone\"],\"multiple\":[4],\"accept\":[1],\"refuse\":[1],\"maxFileSize\":[2,\"max-file-size\"],\"maxFileSizeUnit\":[1,\"max-file-size-unit\"],\"maxFiles\":[2,\"max-files\"],\"internalValue\":[32],\"selectedFiles\":[32],\"fileTypeErrors\":[32],\"fileLimitErrors\":[32],\"isDragging\":[32],\"isMaxFilesReachedExact\":[32],\"resetInput\":[64]}]]],[\"spw-header.cjs\",[[257,\"spw-header\",{\"siteTitle\":[1,\"site-title\"],\"borderColor\":[1,\"border-color\"],\"hasWallonieLogo\":[4,\"has-wallonie-logo\"],\"hasMaWallonie\":[4,\"has-ma-wallonie\"],\"maWallonieLabel\":[1,\"ma-wallonie-label\"],\"maWallonieLink\":[1,\"ma-wallonie-link\"],\"hasWallonieBe\":[4,\"has-wallonie-be\"],\"wallonieBeLabel\":[1,\"wallonie-be-label\"],\"wallonieBeLink\":[1,\"wallonie-be-link\"],\"hasSearch\":[4,\"has-search\"],\"searchType\":[1,\"search-type\"],\"searchDirectHref\":[1,\"search-direct-href\"],\"searchDirectTarget\":[1,\"search-direct-target\"],\"searchCloseLabel\":[1,\"search-close-label\"],\"searchOpenLabel\":[1,\"search-open-label\"],\"menuCloseLabel\":[1,\"menu-close-label\"],\"menuOpenLabel\":[1,\"menu-open-label\"],\"homepageLink\":[1,\"homepage-link\"],\"emitLogoClick\":[4,\"emit-logo-click\"],\"isMenuOpen\":[32],\"isSearchOpen\":[32],\"closeMenu\":[64]}]]],[\"spw-header-lang.cjs\",[[1,\"spw-header-lang\",{\"accAriaLabel\":[1,\"acc-aria-label\"],\"activeLang\":[32],\"options\":[32]}]]],[\"spw-header-navigation.cjs\",[[257,\"spw-header-navigation\",{\"alignment\":[1],\"extraButton\":[4,\"extra-button\"],\"extraButtonHref\":[1,\"extra-button-href\"],\"extraButtonTarget\":[1,\"extra-button-target\"],\"extraButtonText\":[1,\"extra-button-text\"],\"extraButtonVariant\":[1,\"extra-button-variant\"],\"extraButtonIcon\":[1,\"extra-button-icon\"],\"level\":[32],\"element\":[32]},[[2,\"spwHeaderNavigationNavigate\",\"handleNavigation\"]]]]],[\"spw-table-sidebar.cjs\",[[257,\"spw-table-sidebar\",{\"defaultExpanded\":[4,\"default-expanded\"],\"sidebarTitle\":[1,\"sidebar-title\"],\"sidebarIcon\":[1,\"sidebar-icon\"],\"sidebarWidth\":[2,\"sidebar-width\"],\"hasReset\":[4,\"has-reset\"],\"resetIcon\":[1,\"reset-icon\"],\"observedHeight\":[32],\"expanded\":[32]}]]],[\"spw-tabs-navigation-item.cjs\",[[257,\"spw-tabs-navigation-item\",{\"tabId\":[1,\"tab-id\"],\"active\":[4],\"disabled\":[4],\"bubble\":[4],\"hasEllipsis\":[4,\"has-ellipsis\"],\"icon\":[1],\"iconPosition\":[1,\"icon-position\"],\"tagText\":[1,\"tag-text\"],\"tagVariant\":[1,\"tag-variant\"],\"tagIcon\":[4,\"tag-icon\"],\"slotText\":[32]},[[0,\"slotchange\",\"handleSlotChange\"]]]]],[\"spw-breadcrumb-item.cjs\",[[257,\"spw-breadcrumb-item\",{\"href\":[1],\"surface\":[32]},null,{\"surface\":[{\"surfaceChanged\":0}]}]]],[\"spw-header-navigation-dropdown.cjs\",[[257,\"spw-header-navigation-dropdown\",{\"viewMoreText\":[1,\"view-more-text\"],\"shouldShowViewMore\":[32],\"parentHref\":[32],\"parentTarget\":[32],\"dropdownLevel\":[32]}]]],[\"spw-message.cjs\",[[257,\"spw-message\",{\"variant\":[1],\"messageId\":[1,\"message-id\"],\"isDismissable\":[4,\"is-dismissable\"],\"dismissableText\":[1,\"dismissable-text\"],\"messageTitle\":[1,\"message-title\"],\"icon\":[1],\"isVisible\":[32],\"showMessage\":[64],\"hideMessage\":[64]}]]],[\"spw-sidebar-navigation-item.cjs\",[[260,\"spw-sidebar-navigation-item\",{\"href\":[1],\"icon\":[1],\"active\":[4],\"disabled\":[4],\"bubble\":[1],\"tooltipTitle\":[1,\"tooltip-title\"],\"iconVariant\":[1,\"icon-variant\"],\"openOnClick\":[4,\"open-on-click\"],\"hasDropdown\":[32],\"dropdownOpen\":[32],\"navExpanded\":[32],\"hasActiveChild\":[32]}]]],[\"spw-slider.cjs\",[[257,\"spw-slider\",{\"showArrows\":[4,\"show-arrows\"],\"showDots\":[4,\"show-dots\"],\"showAutoplayToggle\":[4,\"show-autoplay-toggle\"],\"autoplayInterval\":[2,\"autoplay-interval\"],\"autoplayEnabled\":[4,\"autoplay-enabled\"],\"autoplayText\":[1,\"autoplay-text\"],\"arrowsPosition\":[1,\"arrows-position\"],\"nextSlideText\":[1,\"next-slide-text\"],\"previousSlideText\":[1,\"previous-slide-text\"],\"activeIndex\":[32],\"totalSlides\":[32],\"currentHeight\":[32],\"isAutoplayActive\":[32]},[[1,\"touchstart\",\"handleTouchStart\"],[0,\"mousedown\",\"handleMouseDown\"],[1,\"touchmove\",\"handleTouchMove\"],[1,\"mousemove\",\"handleMouseMove\"],[1,\"touchend\",\"handleTouchEnd\"],[1,\"mouseup\",\"handleMouseUp\"],[1,\"mouseleave\",\"handleMouseLeave\"]]]]],[\"spw-table-header.cjs\",[[257,\"spw-table-header\",{\"colspan\":[2],\"headers\":[1],\"rowspan\":[2],\"isHighlighted\":[4,\"is-highlighted\"],\"textAlign\":[1,\"text-align\"],\"verticalAlign\":[1,\"vertical-align\"],\"padding\":[1],\"columnId\":[1,\"column-id\"],\"sortable\":[4],\"sortDirection\":[1,\"sort-direction\"],\"isSorted\":[4,\"is-sorted\"],\"tooltipTitle\":[1,\"tooltip-title\"],\"tooltipText\":[1,\"tooltip-text\"],\"sticky\":[4],\"stickyPosition\":[1,\"sticky-position\"],\"stickyOffset\":[2,\"sticky-offset\"]}]]],[\"spw-card-image.cjs\",[[257,\"spw-card-image\",{\"label\":[1],\"ratio\":[1],\"ratioMobile\":[1,\"ratio-mobile\"],\"ratioTablet\":[1,\"ratio-tablet\"],\"ratioDesktop\":[1,\"ratio-desktop\"]}]]],[\"spw-dropdown-item.cjs\",[[260,\"spw-dropdown-item\",{\"href\":[1],\"disabled\":[4],\"icon\":[1],\"iconVariant\":[1,\"icon-variant\"],\"hasSubItems\":[32],\"subItemsOpen\":[32]}]]],[\"spw-header-navigation-item.cjs\",[[257,\"spw-header-navigation-item\",{\"isActive\":[4,\"is-active\"],\"variant\":[1],\"internalIsActive\":[32],\"hasSubnav\":[32],\"level\":[32],\"isSubnavVisible\":[32],\"lastClickedLevel1Item\":[32],\"isMobile\":[32]}]]],[\"spw-header-persona.cjs\",[[1,\"spw-header-persona\",{\"personaLabel\":[1,\"persona-label\"],\"accAriaLabel\":[1,\"acc-aria-label\"],\"activePersona\":[32],\"options\":[32]}]]],[\"spw-hero.cjs\",[[257,\"spw-hero\",{\"imageSrc\":[1,\"image-src\"],\"imageAlt\":[1,\"image-alt\"],\"surface\":[1],\"hasPictureFull\":[4,\"has-picture-full\"],\"hasRadius\":[4,\"has-radius\"],\"hasShadow\":[4,\"has-shadow\"],\"hasVideo\":[4,\"has-video\"],\"modalVideoId\":[1,\"modal-video-id\"],\"variant\":[1],\"alignment\":[1],\"overlayOpacity\":[2,\"overlay-opacity\"],\"overlayColor\":[1,\"overlay-color\"],\"accPlayButtonAriaLabel\":[1,\"acc-play-button-aria-label\"]}]]],[\"spw-list-item.cjs\",[[257,\"spw-list-item\",{\"variant\":[1],\"href\":[1],\"target\":[1],\"icon\":[1],\"lineClamp\":[1,\"line-clamp\"],\"category\":[1],\"categoryLink\":[1,\"category-link\"],\"categoryIcon\":[1,\"category-icon\"],\"surface\":[1]},[[0,\"slotchange\",\"slotChanged\"],[1,\"mouseenter\",\"onMouseEnter\"],[1,\"mouseleave\",\"onMouseLeave\"],[1,\"touchstart\",\"onTouchStart\"],[1,\"touchend\",\"onTouchEnd\"],[1,\"mousedown\",\"onMouseDown\"],[1,\"mouseup\",\"onMouseUp\"],[0,\"blur\",\"onBlur\"],[0,\"focus\",\"onFocus\"]]]]],[\"spw-list-title.cjs\",[[257,\"spw-list-title\",{\"icon\":[1],\"lineClamp\":[1,\"line-clamp\"]}]]],[\"spw-modal.cjs\",[[257,\"spw-modal\",{\"opened\":[1540],\"caption\":[1],\"closeOnOverlayClick\":[4,\"close-on-overlay-click\"],\"stickyButtons\":[4,\"sticky-buttons\"],\"size\":[1],\"alertIcon\":[1,\"alert-icon\"],\"showCloseButton\":[4,\"show-close-button\"],\"showModal\":[32],\"slotButtonsPresent\":[32],\"closeModal\":[64],\"openModal\":[64]},null,{\"opened\":[{\"openedChanged\":0}]}]]],[\"spw-sidebar.cjs\",[[257,\"spw-sidebar\",{\"defaultExpanded\":[4,\"default-expanded\"],\"expanded\":[32],\"hasTopbar\":[32]}]]],[\"spw-sidebar-navigation-separator.cjs\",[[1,\"spw-sidebar-navigation-separator\"]]],[\"spw-tabs-navigation.cjs\",[[257,\"spw-tabs-navigation\",{\"accAriaLabel\":[1,\"acc-aria-label\"],\"isVerticalOnMobile\":[4,\"is-vertical-on-mobile\"],\"showLeftArrow\":[32],\"showRightArrow\":[32]},[[9,\"resize\",\"onWindowResize\"]]]]],[\"spw-tile.cjs\",[[257,\"spw-tile\",{\"variant\":[1],\"height\":[1],\"href\":[1],\"target\":[1],\"imageSrc\":[1,\"image-src\"],\"imageAlt\":[1,\"image-alt\"],\"overlayOpacity\":[2,\"overlay-opacity\"]},[[0,\"slotchange\",\"slotChanged\"],[1,\"mouseenter\",\"onMouseEnter\"],[1,\"mouseleave\",\"onMouseLeave\"]]]]],[\"spw-timeline-item.cjs\",[[257,\"spw-timeline-item\",{\"label\":[1],\"description\":[1],\"state\":[1],\"isLast\":[1,\"is-last\"],\"variant\":[1],\"isDescriptionExpanded\":[32],\"showToggle\":[32]}]]],[\"spw-wizard-item.cjs\",[[1,\"spw-wizard-item\",{\"label\":[1],\"description\":[1],\"additionalInfo\":[1,\"additional-info\"],\"icon\":[1],\"state\":[1],\"status\":[1],\"isLast\":[1,\"is-last\"],\"stepNumber\":[2,\"step-number\"],\"variant\":[1],\"isClickable\":[1,\"is-clickable\"],\"isBeforeCurrent\":[1,\"is-before-current\"],\"isAfterCurrent\":[1,\"is-after-current\"],\"isCurrent\":[1,\"is-current\"]}]]],[\"spw-breadcrumb.cjs\",[[257,\"spw-breadcrumb\",{\"variant\":[1],\"surface\":[1],\"fontSize\":[1,\"font-size\"],\"accAriaLabel\":[1,\"acc-aria-label\"]}]]],[\"spw-card.cjs\",[[257,\"spw-card\",{\"variant\":[1],\"elementType\":[1,\"element-type\"],\"href\":[1],\"target\":[1],\"rel\":[1],\"dateStart\":[1,\"date-start\"],\"dateEnd\":[1,\"date-end\"],\"fullHeight\":[4,\"full-height\"],\"disabled\":[4],\"accAriaLabel\":[1,\"acc-aria-label\"],\"hasImage\":[32]},[[0,\"slotchange\",\"slotChanged\"],[1,\"mouseenter\",\"onMouseEnter\"],[1,\"mouseleave\",\"onMouseLeave\"]]]]],[\"spw-card-content.cjs\",[[257,\"spw-card-content\",{\"tag\":[1],\"date\":[1],\"hasImage\":[32]}]]],[\"spw-card-excerpt.cjs\",[[257,\"spw-card-excerpt\",{\"lineClamp\":[8,\"line-clamp\"]}]]],[\"spw-card-subtag-item.cjs\",[[257,\"spw-card-subtag-item\",{\"link\":[1]}]]],[\"spw-card-subtags.cjs\",[[260,\"spw-card-subtags\",{\"variant\":[1]}]]],[\"spw-card-title.cjs\",[[257,\"spw-card-title\",{\"borderColor\":[1,\"border-color\"]}]]],[\"spw-dropdown.cjs\",[[257,\"spw-dropdown\",{\"direction\":[1],\"hasPadding\":[4,\"has-padding\"],\"contentWidth\":[2,\"content-width\"],\"open\":[1540],\"isVisible\":[32],\"close\":[64]},null,{\"open\":[{\"onOpenChange\":0}]}]]],[\"spw-dropdown-container.cjs\",[[257,\"spw-dropdown-container\"]]],[\"spw-footer.cjs\",[[257,\"spw-footer\",{\"colsMobile\":[2,\"cols-mobile\"],\"colsTablet\":[2,\"cols-tablet\"],\"colsDesktop\":[2,\"cols-desktop\"]},null,{\"colsMobile\":[{\"configurationChanged\":0}],\"colsTablet\":[{\"configurationChanged\":0}],\"colsDesktop\":[{\"configurationChanged\":0}]}]]],[\"spw-footer-bottom.cjs\",[[257,\"spw-footer-bottom\",{\"siteTitle\":[1,\"site-title\"],\"hasWallonieLogo\":[4,\"has-wallonie-logo\"]}]]],[\"spw-footer-content.cjs\",[[257,\"spw-footer-content\"]]],[\"spw-footer-content-col.cjs\",[[257,\"spw-footer-content-col\",{\"colTitle\":[1,\"col-title\"]}]]],[\"spw-footer-link.cjs\",[[257,\"spw-footer-link\",{\"href\":[1],\"target\":[1],\"linkTitle\":[1,\"link-title\"]}]]],[\"spw-grid.cjs\",[[257,\"spw-grid\",{\"colsMobile\":[2,\"cols-mobile\"],\"colsTablet\":[2,\"cols-tablet\"],\"colsDesktop\":[2,\"cols-desktop\"]},null,{\"colsMobile\":[{\"configurationChanged\":0}],\"colsTablet\":[{\"configurationChanged\":0}],\"colsDesktop\":[{\"configurationChanged\":0}]}]]],[\"spw-grid-item.cjs\",[[257,\"spw-grid-item\",{\"colSpanMobile\":[2,\"col-span-mobile\"],\"colSpanTablet\":[2,\"col-span-tablet\"],\"colSpanDesktop\":[2,\"col-span-desktop\"],\"rowSpanMobile\":[2,\"row-span-mobile\"],\"rowSpanTablet\":[2,\"row-span-tablet\"],\"rowSpanDesktop\":[2,\"row-span-desktop\"]}]]],[\"spw-header-persona-item.cjs\",[[257,\"spw-header-persona-item\",{\"active\":[516]}]]],[\"spw-illustration.cjs\",[[1,\"spw-illustration\",{\"variant\":[1],\"width\":[1],\"height\":[1],\"alt\":[1]}]]],[\"spw-list.cjs\",[[257,\"spw-list\",{\"gap\":[1],\"surface\":[1]},[[0,\"slotchange\",\"slotChanged\"]]]]],[\"spw-list-description.cjs\",[[257,\"spw-list-description\",{\"lineClamp\":[1,\"line-clamp\"]}]]],[\"spw-mosaic.cjs\",[[257,\"spw-mosaic\",{\"items\":[8],\"isMasonry\":[4,\"is-masonry\"],\"colsMobile\":[2,\"cols-mobile\"],\"colsTablet\":[2,\"cols-tablet\"],\"colsDesktop\":[2,\"cols-desktop\"],\"initialized\":[32],\"waitForImages\":[64],\"initializeMasonry\":[64]},null,{\"items\":[{\"itemsChanged\":0}],\"isMasonry\":[{\"isMasonryChanged\":0}],\"colsMobile\":[{\"configurationChanged\":0}],\"colsTablet\":[{\"configurationChanged\":0}],\"colsDesktop\":[{\"configurationChanged\":0}]}]]],[\"spw-mosaic-item.cjs\",[[257,\"spw-mosaic-item\",{\"colSpanMobile\":[2,\"col-span-mobile\"],\"colSpanTablet\":[2,\"col-span-tablet\"],\"colSpanDesktop\":[2,\"col-span-desktop\"]},null,{\"colSpanMobile\":[{\"colSpanChanged\":0}],\"colSpanTablet\":[{\"colSpanChanged\":0}],\"colSpanDesktop\":[{\"colSpanChanged\":0}]}]]],[\"spw-radio.cjs\",[[321,\"spw-radio\",{\"disabled\":[4],\"checked\":[1540],\"error\":[4],\"name\":[1],\"value\":[1],\"accAriaLabel\":[1,\"acc-aria-label\"],\"internalChecked\":[32],\"setChecked\":[64]},null,{\"checked\":[{\"checkedChanged\":0}]}]]],[\"spw-sidebar-navigation-dropdown.cjs\",[[260,\"spw-sidebar-navigation-dropdown\",{\"open\":[1028]}]]],[\"spw-slider-item.cjs\",[[257,\"spw-slider-item\"]]],[\"spw-socials.cjs\",[[260,\"spw-socials\",{\"mainTitle\":[1,\"main-title\"]}]]],[\"spw-table.cjs\",[[257,\"spw-table\",{\"accAriaLabel\":[1,\"acc-aria-label\"],\"isSticky\":[4,\"is-sticky\"],\"maxHeight\":[1,\"max-height\"],\"minWidth\":[1,\"min-width\"],\"tableLayout\":[1,\"table-layout\"],\"isZebra\":[4,\"is-zebra\"],\"disableSort\":[4,\"disable-sort\"],\"currentSort\":[1040],\"resizable\":[4],\"minHeight\":[2,\"min-height\"],\"currentHeight\":[32]},[[0,\"spwHeaderClick\",\"handleHeaderClick\"]],{\"currentSort\":[{\"onCurrentSortChange\":0}],\"isSticky\":[{\"onIsStickyChange\":0}]}]]],[\"spw-table-body.cjs\",[[257,\"spw-table-body\",{\"isZebra\":[516,\"is-zebra\"],\"updateZebraStyles\":[64]}]]],[\"spw-table-cell.cjs\",[[257,\"spw-table-cell\",{\"colspan\":[2],\"headers\":[1],\"rowspan\":[2],\"isHighlighted\":[4,\"is-highlighted\"],\"textAlign\":[1,\"text-align\"],\"verticalAlign\":[1,\"vertical-align\"],\"width\":[1],\"padding\":[1],\"state\":[1],\"sticky\":[4],\"stickyPosition\":[1,\"sticky-position\"],\"stickyOffset\":[2,\"sticky-offset\"],\"isFirst\":[32]}]]],[\"spw-table-container.cjs\",[[257,\"spw-table-container\"]]],[\"spw-table-footer.cjs\",[[257,\"spw-table-footer\"]]],[\"spw-table-head.cjs\",[[257,\"spw-table-head\"]]],[\"spw-table-row.cjs\",[[257,\"spw-table-row\",{\"state\":[1],\"padding\":[1]},[[0,\"slotchange\",\"slotChanged\"]],{\"state\":[{\"onStateChange\":0}],\"padding\":[{\"onPaddingChange\":0}]}]]],[\"spw-tabs.cjs\",[[257,\"spw-tabs\",{\"defaultActiveTab\":[1,\"default-active-tab\"],\"variant\":[1],\"hasEllipsis\":[4,\"has-ellipsis\"],\"maxWidth\":[2,\"max-width\"],\"size\":[1],\"activeTab\":[32],\"getSelectedTab\":[64],\"setSelectedTab\":[64]},[[2,\"tabSelected\",\"handleTabSelected\"],[0,\"slotchange\",\"slotChanged\"]],{\"activeTab\":[{\"activeTabChanged\":0}],\"maxWidth\":[{\"maxWidthChanged\":0}],\"hasEllipsis\":[{\"hasEllipsisChanged\":0}]}]]],[\"spw-tabs-content.cjs\",[[257,\"spw-tabs-content\",{\"tabId\":[1,\"tab-id\"],\"active\":[4]}]]],[\"spw-tile-description.cjs\",[[257,\"spw-tile-description\"]]],[\"spw-tile-title.cjs\",[[257,\"spw-tile-title\"]]],[\"spw-timeline.cjs\",[[257,\"spw-timeline\",{\"visibleItems\":[2,\"visible-items\"],\"showMoreText\":[1,\"show-more-text\"],\"showLessText\":[1,\"show-less-text\"],\"showAll\":[32]},[[0,\"slotchange\",\"slotChanged\"]]]]],[\"spw-toc.cjs\",[[260,\"spw-toc\"]]],[\"spw-toc-container.cjs\",[[260,\"spw-toc-container\",{\"getItems\":[64]}]]],[\"spw-toc-navigation.cjs\",[[0,\"spw-toc-navigation\",{\"items\":[32],\"currentItemIndex\":[32],\"currentH2Index\":[32],\"h2ProgressPercents\":[32],\"clickedH2Index\":[32]},[[8,\"tocItemsChanged\",\"handleTocItemsChanged\"]]]]],[\"spw-topbar.cjs\",[[257,\"spw-topbar\",{\"siteTitle\":[1,\"site-title\"],\"hasWallonieLogo\":[4,\"has-wallonie-logo\"],\"homepageLink\":[1,\"homepage-link\"],\"emitLogoClick\":[4,\"emit-logo-click\"]}]]],[\"spw-wizard.cjs\",[[257,\"spw-wizard\",{\"currentStep\":[1026,\"current-step\"],\"variant\":[1],\"setStep\":[64]},[[0,\"slotchange\",\"slotChanged\"],[0,\"wizardItemClick\",\"handleStepClick\"]]]]],[\"spw-skeleton.cjs\",[[257,\"spw-skeleton\",{\"blocks\":[2],\"variant\":[1]}]]],[\"spw-field-label_7.cjs\",[[260,\"spw-group\",{\"type\":[1],\"orientation\":[1],\"alignment\":[1],\"disabled\":[4],\"label\":[1],\"required\":[4],\"isReversed\":[4,\"is-reversed\"],\"name\":[1],\"isFullWidth\":[4,\"is-full-width\"],\"tooltipTitle\":[1,\"tooltip-title\"],\"tooltipText\":[1,\"tooltip-text\"],\"tooltipMaxWidth\":[1,\"tooltip-max-width\"],\"tooltipDirection\":[1,\"tooltip-direction\"],\"tooltipCursor\":[1,\"tooltip-cursor\"]}],[260,\"spw-theme-provider\",{\"theme\":[1]}],[1,\"spw-separator\",{\"surface\":[1],\"direction\":[1],\"thickness\":[2],\"width\":[1],\"height\":[1]}],[257,\"spw-link\",{\"href\":[1],\"target\":[1],\"rel\":[1],\"icon\":[1],\"iconPosition\":[1,\"icon-position\"],\"disabled\":[4],\"accAriaLabel\":[1,\"acc-aria-label\"],\"surface\":[1]}],[1,\"spw-field-label\",{\"name\":[1],\"label\":[1],\"required\":[4],\"tooltipTitle\":[1,\"tooltip-title\"],\"tooltipText\":[1,\"tooltip-text\"],\"tooltipMaxWidth\":[1,\"tooltip-max-width\"],\"tooltipDirection\":[1,\"tooltip-direction\"],\"tooltipCursor\":[1,\"tooltip-cursor\"]}],[257,\"spw-tooltip\",{\"tooltipTitle\":[1,\"tooltip-title\"],\"tooltipText\":[1,\"tooltip-text\"],\"maxWidth\":[1,\"max-width\"],\"direction\":[1],\"cursor\":[1],\"visible\":[4],\"isVisible\":[32]}],[1,\"spw-icon\",{\"icon\":[1],\"variant\":[1]}]]],[\"spw-tag.cjs\",[[257,\"spw-tag\",{\"variant\":[1],\"surface\":[1],\"hasIcon\":[4,\"has-icon\"],\"href\":[1],\"target\":[1],\"size\":[1]}]]],[\"spw-field-message.cjs\",[[257,\"spw-field-message\",{\"showIcon\":[4,\"show-icon\"],\"variant\":[1]}]]],[\"spw-text-field.cjs\",[[65,\"spw-text-field\",{\"value\":[1537],\"type\":[1],\"label\":[1],\"placeholder\":[1],\"disabled\":[4],\"name\":[1],\"min\":[2],\"max\":[2],\"step\":[2],\"minLength\":[2,\"min-length\"],\"maxLength\":[2,\"max-length\"],\"isSearch\":[4,\"is-search\"],\"isClear\":[4,\"is-clear\"],\"required\":[4],\"size\":[1],\"indicator\":[1],\"assistiveText\":[1,\"assistive-text\"],\"error\":[1],\"hint\":[1],\"success\":[1],\"warning\":[1],\"showErrorIcon\":[4,\"show-error-icon\"],\"showHintIcon\":[4,\"show-hint-icon\"],\"showSuccessIcon\":[4,\"show-success-icon\"],\"showWarningIcon\":[4,\"show-warning-icon\"],\"accAriaLabel\":[1,\"acc-aria-label\"],\"mask\":[1],\"tooltipTitle\":[1,\"tooltip-title\"],\"tooltipText\":[1,\"tooltip-text\"],\"tooltipMaxWidth\":[1,\"tooltip-max-width\"],\"tooltipDirection\":[1,\"tooltip-direction\"],\"tooltipCursor\":[1,\"tooltip-cursor\"],\"isClearIconVisible\":[32],\"setFocus\":[64],\"setValue\":[64]},null,{\"value\":[{\"valueChangedHandler\":0}]}]]],[\"spw-checkbox.cjs\",[[321,\"spw-checkbox\",{\"disabled\":[4],\"checked\":[1540],\"error\":[4],\"icon\":[1],\"name\":[1],\"variant\":[1],\"accAriaLabel\":[1,\"acc-aria-label\"],\"internalChecked\":[32],\"toggleCheckedState\":[64]},null,{\"checked\":[{\"checkedChanged\":0}]}]]],[\"spw-accordion_4.cjs\",[[257,\"spw-accordion-title\",{\"tag\":[1],\"icon\":[1]}],[257,\"spw-accordion\",{\"background\":[1]},null,{\"background\":[{\"backgroundChanged\":0}]}],[257,\"spw-accordion-content\",{\"isOpened\":[32]},[[4,\"accordionToggle\",\"handleAccordionToggle\"]]],[257,\"spw-accordion-item\",{\"defaultOpen\":[4,\"default-open\"],\"isOpen\":[32],\"isMobile\":[32]},null,{\"defaultOpen\":[{\"defaultOpenChanged\":0}]}]]],[\"spw-button_2.cjs\",[[257,\"spw-button\",{\"href\":[1],\"target\":[1],\"rel\":[1],\"download\":[1],\"name\":[1],\"value\":[8],\"type\":[1],\"variant\":[1],\"surface\":[1],\"disabled\":[4],\"size\":[1],\"accAriaLabel\":[1,\"acc-aria-label\"],\"isIconOnly\":[4,\"is-icon-only\"],\"icon\":[1],\"iconPosition\":[1,\"icon-position\"],\"isFullWidth\":[4,\"is-full-width\"],\"isFullWidthMobile\":[516,\"is-full-width-mobile\"],\"hideTextOnMobile\":[4,\"hide-text-on-mobile\"],\"isLoading\":[4,\"is-loading\"]}],[1,\"spw-loading\",{\"text\":[1]}]]]]"), options);
|
|
9
9
|
};
|
|
10
10
|
|
|
11
11
|
exports.setNonce = index.setNonce;
|
|
@@ -120,7 +120,7 @@ const SpwLoading = class {
|
|
|
120
120
|
this.text = 'Chargement...';
|
|
121
121
|
}
|
|
122
122
|
render() {
|
|
123
|
-
return (index.h(index.Host, { key: '
|
|
123
|
+
return (index.h(index.Host, { key: '016ce8f40cf83e7d7d4b26354aaa01b4beaa596b' }, index.h("div", { key: 'd24d202f58b8931c9aa1b45c7b35a8e8815fc2ca', class: "spw-loading" }, index.h("div", { key: '096bb16e51377429234da1da5c43a83eaa380e60', class: "spw-loading__spinner" }), this.text && index.h("p", { key: 'd5ad2d90b3ead354b7348edbee42d4483d5b7e42', class: "spw-loading__text" }, this.text))));
|
|
124
124
|
}
|
|
125
125
|
};
|
|
126
126
|
SpwLoading.style = spwLoadingCss();
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
var index = require('./index-BDhk9IqL.js');
|
|
4
4
|
|
|
5
|
-
const spwCustomSelectCss = () => `html{line-height:1.3;-webkit-text-size-adjust:100%;}h1,h2,h3,h4,h5,h6,p,ul,li{padding:0;margin:0}ul{list-style:none}:host{box-sizing:border-box;line-height:1.3;-webkit-text-size-adjust:100%;font-size:100%}:host *,:host *::before,:host *::after{box-sizing:inherit;font-family:"Nunito Sans"}body{margin:0}main{display:block}h1{font-size:2em;margin:0.67em 0}hr{box-sizing:content-box;height:0;overflow:visible;}pre{font-family:monospace, monospace;font-size:1em;}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted;}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em;}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0;}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal;}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0;}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px;}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit;}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}:root{--spw-ds-container-xl:1232px;--spw-ds-container-lg:1024px;--spw-ds-container-md:768px;--spw-ds-container-sm:640px}.spw-ds-container{width:100%;padding-left:16px;padding-right:16px;margin-left:auto;margin-right:auto}@media (min-width: 460px){.spw-ds-container{max-width:var(--spw-ds-container-sm)}}@media (min-width: 768px){.spw-ds-container{max-width:var(--spw-ds-container-md)}}@media (min-width: 1024px){.spw-ds-container{max-width:var(--spw-ds-container-lg)}}@media (min-width: 1350px){.spw-ds-container{max-width:var(--spw-ds-container-xl)}}:host{display:block}.spw-custom-select{position:relative}.spw-custom-select__field-message{margin-bottom:8px;margin-top:-4px}.spw-custom-select__checkbox{margin-right:8px}.spw-custom-select__container{display:flex;justify-content:space-between;align-items:center;width:100%;height:40px;padding:0 12px;line-height:40px;border-radius:4px;border:1px solid var(--spw-color-themes-grey-grey-800);background-color:#fff}.spw-custom-select__container:hover{outline:4px solid var(--spw-color-themes-grey-grey-300)}.spw-custom-select__container:focus-within,.spw-custom-select__container:focus-visible{outline:3px solid white;outline-offset:0;box-shadow:0 0 0 6px black}.spw-custom-select--disabled .spw-custom-select__container{border-color:var(--spw-color-themes-grey-grey-400);background:var(--spw-color-themes-grey-grey-100);color:var(--spw-color-themes-grey-grey-500);cursor:not-allowed}.spw-custom-select--disabled .spw-custom-select__container::placeholder{color:var(--spw-color-themes-grey-grey-500)}.spw-custom-select--disabled .spw-custom-select__container:hover,.spw-custom-select--disabled .spw-custom-select__container:focus,.spw-custom-select--disabled .spw-custom-select__container:focus-visible{outline:none}.spw-custom-select--is-error .spw-custom-select__container{border-color:var(--spw-colors-states-error-error-300)}.spw-custom-select--large .spw-custom-select__container{height:60px;padding:0 24px;line-height:60px}.spw-custom-select--is-opened .spw-custom-select__container{height:auto;line-height:1;min-height:40px
|
|
5
|
+
const spwCustomSelectCss = () => `html{line-height:1.3;-webkit-text-size-adjust:100%;}h1,h2,h3,h4,h5,h6,p,ul,li{padding:0;margin:0}ul{list-style:none}:host{box-sizing:border-box;line-height:1.3;-webkit-text-size-adjust:100%;font-size:100%}:host *,:host *::before,:host *::after{box-sizing:inherit;font-family:"Nunito Sans"}body{margin:0}main{display:block}h1{font-size:2em;margin:0.67em 0}hr{box-sizing:content-box;height:0;overflow:visible;}pre{font-family:monospace, monospace;font-size:1em;}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted;}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em;}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0;}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal;}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0;}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px;}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit;}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}:root{--spw-ds-container-xl:1232px;--spw-ds-container-lg:1024px;--spw-ds-container-md:768px;--spw-ds-container-sm:640px}.spw-ds-container{width:100%;padding-left:16px;padding-right:16px;margin-left:auto;margin-right:auto}@media (min-width: 460px){.spw-ds-container{max-width:var(--spw-ds-container-sm)}}@media (min-width: 768px){.spw-ds-container{max-width:var(--spw-ds-container-md)}}@media (min-width: 1024px){.spw-ds-container{max-width:var(--spw-ds-container-lg)}}@media (min-width: 1350px){.spw-ds-container{max-width:var(--spw-ds-container-xl)}}:host{display:block}.spw-custom-select{position:relative}.spw-custom-select__field-message{margin-bottom:8px;margin-top:-4px}.spw-custom-select__checkbox{margin-right:8px}.spw-custom-select__container{display:flex;justify-content:space-between;align-items:center;width:100%;height:40px;padding:0 12px;line-height:40px;border-radius:4px;border:1px solid var(--spw-color-themes-grey-grey-800);background-color:#fff}.spw-custom-select__container:hover{outline:4px solid var(--spw-color-themes-grey-grey-300)}.spw-custom-select__container:focus-within,.spw-custom-select__container:focus-visible{outline:3px solid white;outline-offset:0;box-shadow:0 0 0 6px black}.spw-custom-select--disabled .spw-custom-select__container{border-color:var(--spw-color-themes-grey-grey-400);background:var(--spw-color-themes-grey-grey-100);color:var(--spw-color-themes-grey-grey-500);cursor:not-allowed}.spw-custom-select--disabled .spw-custom-select__container::placeholder{color:var(--spw-color-themes-grey-grey-500)}.spw-custom-select--disabled .spw-custom-select__container:hover,.spw-custom-select--disabled .spw-custom-select__container:focus,.spw-custom-select--disabled .spw-custom-select__container:focus-visible{outline:none}.spw-custom-select--is-error .spw-custom-select__container{border-color:var(--spw-colors-states-error-error-300)}.spw-custom-select--large .spw-custom-select__container{height:60px;padding:0 24px;line-height:60px}.spw-custom-select--is-opened .spw-custom-select__container{height:auto;line-height:1;min-height:40px}.spw-custom-select--is-opened.spw-custom-select--down .spw-custom-select__container{border-radius:4px 4px 0 0;border-bottom-color:transparent}.spw-custom-select--is-opened.spw-custom-select--up .spw-custom-select__container{border-radius:0 0 4px 4px;border-top-color:transparent}.spw-custom-select__selected{flex:1;padding-right:30px;max-width:100%}.spw-custom-select__selected-item{display:inline-flex;align-items:center;gap:6px;color:var(--spw-color-themes-grey-grey-900);border:1px solid var(--spw-color-themes-grey-grey-900);background:var(--spw-color-themes-grey-grey-200);line-height:24px;height:24px;padding:0 8px;margin:4px 6px 2px 0;border-radius:999px;font-size:14px;user-select:none}.spw-custom-select__selected-items{flex:1;overflow:hidden;text-overflow:ellipsis;text-wrap:nowrap}.spw-custom-select--is-opened .spw-custom-select__selected-items{padding-top:3px;padding-bottom:4px;overflow:visible;text-overflow:initial;text-wrap:initial}.spw-custom-select__arrow{position:absolute;right:12px;top:10px;font-size:16px;color:var(--spw-color-themes-grey-grey-600);pointer-events:none}.spw-custom-select__wrapper{position:relative}.spw-custom-select--is-opened .spw-custom-select__search{position:absolute;top:0;left:0;z-index:11;width:100%;margin-top:1px}.spw-custom-select--has-value.spw-custom-select--is-opened .spw-custom-select__search{top:100%;margin-top:-3px}.spw-custom-select--up.spw-custom-select--has-value.spw-custom-select--is-opened .spw-custom-select__search{top:-100%;margin-top:3px}.spw-custom-select__search-input{padding:0;height:38px;line-height:40px;border:none;margin:0;width:calc(100% - 30px);text-overflow:ellipsis}.spw-custom-select__search-input:focus{outline:none}.spw-custom-select--is-opened .spw-custom-select__search-input{border-left:1px solid var(--spw-color-themes-grey-grey-800);padding:0 12px}.spw-custom-select--is-opened.spw-custom-select--has-value .spw-custom-select__search-input{border-right:1px solid var(--spw-color-themes-grey-grey-800);width:100%}.spw-custom-select__options{background-color:#fff;border:1px solid var(--spw-color-themes-grey-grey-800);border-radius:0 0 4px 4px;max-height:200px;overflow-y:auto;z-index:9999;box-shadow:0 4px 6px rgba(0, 0, 0, 0.1)}.spw-custom-select__options--down{transform:translateY(0)}.spw-custom-select__options--up{transform:translateY(-100%);border-radius:4px 4px 0 0;margin-top:-40px}.spw-custom-select--down.spw-custom-select--has-value.spw-custom-select--is-opened:not(.spw-custom-select--not-searchable) .spw-custom-select__options{margin-top:35px}.spw-custom-select--up.spw-custom-select--has-value.spw-custom-select--is-opened:not(.spw-custom-select--not-searchable) .spw-custom-select__options{margin-top:-77px}.spw-custom-select__no-results{padding:12px;cursor:not-allowed;color:var(--spw-color-themes-grey-grey-600)}.spw-custom-select__option{border-bottom:1px solid var(--spw-color-themes-grey-grey-900);padding:12px;cursor:pointer}.spw-custom-select__option:hover{background-color:var(--spw-color-themes-grey-grey-200)}.spw-custom-select__option:last-child{border-bottom:none}.spw-custom-select__option--selected{font-weight:700}.spw-custom-select__option--disabled{opacity:0.5;cursor:not-allowed;pointer-events:none}.spw-custom-select__option--disabled:hover{background-color:transparent}.spw-custom-select__error{display:block;font-size:12px;color:var(--spw-color-themes-grey-grey-600);margin-top:8px}.spw-custom-select__option--focused{background-color:var(--spw-color-themes-grey-grey-300)}`;
|
|
6
6
|
|
|
7
7
|
const SpwCustomSelect = class {
|
|
8
8
|
constructor(hostRef) {
|
|
@@ -21,6 +21,7 @@ const SpwCustomSelect = class {
|
|
|
21
21
|
this.searchText = '';
|
|
22
22
|
this.dropdownDirection = 'down';
|
|
23
23
|
this.hasSelectedValue = false;
|
|
24
|
+
this.dropdownPosition = { top: 0, left: 0, width: 0 };
|
|
24
25
|
/** Valeur actuelle sélectionnée dans le composant, peut être une chaîne, un nombre ou un tableau */
|
|
25
26
|
this.value = [];
|
|
26
27
|
/** Label associé au champ de sélection personnalisé */
|
|
@@ -29,6 +30,8 @@ const SpwCustomSelect = class {
|
|
|
29
30
|
this.placeholder = 'Sélectionnez une option';
|
|
30
31
|
/** Placeholder à afficher dans l'input de recherche si actif */
|
|
31
32
|
this.searchPlaceholder = 'Entrez votre recherche';
|
|
33
|
+
/** Texte à afficher si pas de résultats de recherche */
|
|
34
|
+
this.noResultsText = 'Aucun résultat trouvé';
|
|
32
35
|
/** Indique si la sélection est obligatoire dans le formulaire */
|
|
33
36
|
this.required = false;
|
|
34
37
|
/** Taille du select, peut être "large" ou "medium" */
|
|
@@ -80,6 +83,23 @@ const SpwCustomSelect = class {
|
|
|
80
83
|
}
|
|
81
84
|
}
|
|
82
85
|
};
|
|
86
|
+
this.updateDropdownPosition = () => {
|
|
87
|
+
if (!this.selectContainer)
|
|
88
|
+
return;
|
|
89
|
+
const rect = this.selectContainer.getBoundingClientRect();
|
|
90
|
+
const viewportHeight = window.innerHeight;
|
|
91
|
+
if (rect.bottom + 200 > viewportHeight && rect.top > 200) {
|
|
92
|
+
this.dropdownDirection = 'up';
|
|
93
|
+
}
|
|
94
|
+
else {
|
|
95
|
+
this.dropdownDirection = 'down';
|
|
96
|
+
}
|
|
97
|
+
this.dropdownPosition = {
|
|
98
|
+
top: rect.bottom,
|
|
99
|
+
left: rect.left,
|
|
100
|
+
width: rect.width,
|
|
101
|
+
};
|
|
102
|
+
};
|
|
83
103
|
}
|
|
84
104
|
componentWillLoad() {
|
|
85
105
|
if (this.multiple) {
|
|
@@ -161,10 +181,14 @@ const SpwCustomSelect = class {
|
|
|
161
181
|
connectedCallback() {
|
|
162
182
|
document.addEventListener('click', this.handleClickOutside, true);
|
|
163
183
|
document.addEventListener('spw-custom-select-opened', this.handleOtherSelectOpened);
|
|
184
|
+
window.addEventListener('scroll', this.updateDropdownPosition, true);
|
|
185
|
+
window.addEventListener('resize', this.updateDropdownPosition);
|
|
164
186
|
}
|
|
165
187
|
disconnectedCallback() {
|
|
166
188
|
document.removeEventListener('click', this.handleClickOutside, true);
|
|
167
189
|
document.removeEventListener('spw-custom-select-opened', this.handleOtherSelectOpened);
|
|
190
|
+
window.removeEventListener('scroll', this.updateDropdownPosition, true);
|
|
191
|
+
window.removeEventListener('resize', this.updateDropdownPosition);
|
|
168
192
|
this.isOpen = false;
|
|
169
193
|
}
|
|
170
194
|
parseOptions(newValue) {
|
|
@@ -252,14 +276,7 @@ const SpwCustomSelect = class {
|
|
|
252
276
|
document.dispatchEvent(event);
|
|
253
277
|
}
|
|
254
278
|
determineDropdownDirection() {
|
|
255
|
-
|
|
256
|
-
const viewportHeight = window.innerHeight;
|
|
257
|
-
if (rect.bottom + 200 > viewportHeight && rect.top > 200) {
|
|
258
|
-
this.dropdownDirection = 'up';
|
|
259
|
-
}
|
|
260
|
-
else {
|
|
261
|
-
this.dropdownDirection = 'down';
|
|
262
|
-
}
|
|
279
|
+
this.updateDropdownPosition();
|
|
263
280
|
}
|
|
264
281
|
openDropdownWithKeyboard() {
|
|
265
282
|
this.determineDropdownDirection();
|
|
@@ -377,6 +394,7 @@ const SpwCustomSelect = class {
|
|
|
377
394
|
return {
|
|
378
395
|
'spw-custom-select': true,
|
|
379
396
|
[`spw-custom-select--${this.size}`]: true,
|
|
397
|
+
[`spw-custom-select--${this.dropdownDirection}`]: true,
|
|
380
398
|
'spw-custom-select--is-error': !!this.error,
|
|
381
399
|
'spw-custom-select--disabled': this.disabled,
|
|
382
400
|
'spw-custom-select--is-opened': this.isOpen,
|
|
@@ -438,18 +456,23 @@ const SpwCustomSelect = class {
|
|
|
438
456
|
render() {
|
|
439
457
|
const filteredOptions = this.getFilteredOptions();
|
|
440
458
|
const showPlaceholder = this.showPlaceholder();
|
|
441
|
-
return (index.h("div", { key: '
|
|
459
|
+
return (index.h("div", { key: 'bdd352c9aa3493d44ce293b00fe2337a67e0134f', class: this.elementClass, ref: el => (this.host = el) }, this.label && (index.h("spw-field-label", { key: '0ad9d18c8ef63cfeab84fdd03357d5511babc6db', label: this.label, name: this.name, required: this.required, tooltipTitle: this.tooltipTitle, tooltipText: this.tooltipText, tooltipMaxWidth: this.tooltipMaxWidth, tooltipDirection: this.tooltipDirection, tooltipCursor: this.tooltipCursor })), this.assistiveText && (index.h("spw-field-message", { key: '0a8e7e280ab22bd0eb166c18472b060a0b20d7be', class: "spw-custom-select__field-message", variant: "hint", showIcon: false }, this.assistiveText)), index.h("div", { key: '9173922888d933d0a1cc482573361832b9085481', class: "spw-custom-select__wrapper" }, index.h("div", { key: '914c7806d70c8523c46900f837bec30772ef589f', class: "spw-custom-select__container", id: this.name, ref: el => (this.selectContainer = el), onClick: event => this.toggleDropdown(event), onKeyDown: event => this.handleKeyDown(event), tabindex: this.disabled ? -1 : 0 }, index.h("div", { key: 'd7b452675ebf8ed4467dd07a133ddbd26364a1ba', class: "spw-custom-select__selected" }, this.isSearchVisible() && (index.h("div", { key: '2531dea7859274139a657a2cd376852040483aa3', class: "spw-custom-select__search" }, index.h("input", { key: '2f1c28e053ded1ec4cb0b1edc0ad7f7a6bc2caac', class: "spw-custom-select__search-input", placeholder: this.searchPlaceholder, onInput: event => this.handleSearchInput(event), value: this.searchText }))), showPlaceholder && index.h("span", { key: '601a04f499de9725e637bc6e4ee8704298f6712b' }, this.placeholder), this.multiple && this.internalValue.length > 0 && (index.h("div", { key: '48f6e97ea125ef8d832840ba05d55474632dd6b9', class: "spw-custom-select__selected-items" }, this.internalValue.map(val => {
|
|
442
460
|
var _a;
|
|
443
461
|
return (index.h("span", { class: "spw-custom-select__selected-item" }, (_a = this.parsedOptions.find(option => String(option.value) === String(val))) === null || _a === void 0 ? void 0 :
|
|
444
462
|
_a.label, index.h("spw-icon", { icon: "fa-times", class: "spw-custom-select__deselect-icon", onClick: event => this.selectOption(val, event) })));
|
|
445
|
-
}))), !this.multiple && index.h("span", { key: '
|
|
463
|
+
}))), !this.multiple && index.h("span", { key: 'd12a7c21aba77ce4ec10366f183a1f9ccccd93e4' }, this.getSelectedLabels()))), index.h("div", { key: 'deef38e814c2aa1e47a1e0136a17e7e55f15fbcc', class: "spw-custom-select__arrow" }, index.h("spw-icon", { key: 'beca989db551e37d5277da10f649e09e91e6089f', icon: this.isOpen ? 'fa-chevron-up' : 'fa-chevron-down' })), this.isOpen && (index.h("div", { key: '1e32ef013c2403e9c7172b626b304948a44630da', class: `spw-custom-select__options spw-custom-select__options--${this.dropdownDirection}`, style: {
|
|
464
|
+
position: 'fixed',
|
|
465
|
+
top: `${this.dropdownPosition.top}px`,
|
|
466
|
+
left: `${this.dropdownPosition.left}px`,
|
|
467
|
+
width: `${this.dropdownPosition.width}px`,
|
|
468
|
+
} }, !!filteredOptions.length && (index.h("ul", { key: 'a2b56f04f20eab789c9761d2f4db8c494004f669' }, filteredOptions.map((option, index$1) => (index.h("li", { class: {
|
|
446
469
|
'spw-custom-select__option': true,
|
|
447
470
|
'spw-custom-select__option--selected': this.multiple
|
|
448
471
|
? this.internalValue.some(val => String(val) === String(option.value))
|
|
449
472
|
: option.value === this.internalValue,
|
|
450
473
|
'spw-custom-select__option--focused': index$1 === this.focusedOptionIndex,
|
|
451
474
|
'spw-custom-select__option--disabled': option.disabled,
|
|
452
|
-
}, onClick: () => this.selectOption(option.value) }, this.multiple && (index.h("spw-checkbox", { onKeyDown: event => this.handleOptionKeyDown(event, option.value), class: "spw-custom-select__checkbox", checked: this.internalValue.some(val => String(val) === String(option.value)), disabled: option.disabled })), option.label))))), !filteredOptions.length && index.h("p", { key: '
|
|
475
|
+
}, onClick: () => this.selectOption(option.value) }, this.multiple && (index.h("spw-checkbox", { onKeyDown: event => this.handleOptionKeyDown(event, option.value), class: "spw-custom-select__checkbox", checked: this.internalValue.some(val => String(val) === String(option.value)), disabled: option.disabled })), option.label))))), !filteredOptions.length && index.h("p", { key: '2631ddc8a64582bbb4ba060e426e0459c9a4cc31', class: "spw-custom-select__no-results" }, this.noResultsText)))), this.renderErrorMessage(), this.renderHintMessage(), this.renderSuccessMessage(), this.renderWarningMessage()));
|
|
453
476
|
}
|
|
454
477
|
static get formAssociated() { return true; }
|
|
455
478
|
static get watchers() { return {
|
|
@@ -146,7 +146,7 @@ const SpwLink = class {
|
|
|
146
146
|
};
|
|
147
147
|
const iconClass = `spw-icon--${iconPosition}`;
|
|
148
148
|
const iconElement = icon ? index.h("spw-icon", { class: iconClass, icon: icon }) : null;
|
|
149
|
-
return (index.h("a", Object.assign({ key: '
|
|
149
|
+
return (index.h("a", Object.assign({ key: '320acc8a1e33857337b9f6c01de3840a97ede70f', href: disabled ? undefined : href, rel: rel, target: target, class: this.elementClass, onClick: this.onClick }, ariaAttributes), iconPosition === 'left' && iconElement, index.h("div", { key: '865f9b696b4200c4d2d5096daf89ff4c1cdcf0fe', class: "spw-link__inner" }, index.h("slot", { key: 'cf6c8858478e92afcbdf616628a814526d4368b5' })), iconPosition === 'right' && iconElement));
|
|
150
150
|
}
|
|
151
151
|
get el() { return index.getElement(this); }
|
|
152
152
|
};
|
|
@@ -183,7 +183,7 @@ const SpwSeparator = class {
|
|
|
183
183
|
};
|
|
184
184
|
}
|
|
185
185
|
render() {
|
|
186
|
-
return index.h("div", { key: '
|
|
186
|
+
return index.h("div", { key: 'e6ec3ac32e81c141970f2b19a309437973413353', class: this.elementClass, style: this.style });
|
|
187
187
|
}
|
|
188
188
|
};
|
|
189
189
|
SpwSeparator.style = spwSeparatorCss();
|
|
@@ -246,7 +246,7 @@ const SpwThemeProvider = class {
|
|
|
246
246
|
document.documentElement.setAttribute('data-theme', theme);
|
|
247
247
|
}
|
|
248
248
|
render() {
|
|
249
|
-
return (index.h("main", { key: '
|
|
249
|
+
return (index.h("main", { key: '132e179a9aad01c45f3d30dcf5f6ca5199d572cc', class: `spw-theme-${this.theme}` }, index.h("slot", { key: 'fceafe2641309c47deb71fea0de32b5596a608e1' })));
|
|
250
250
|
}
|
|
251
251
|
get el() { return index.getElement(this); }
|
|
252
252
|
};
|
|
@@ -382,7 +382,7 @@ const SpwTooltip = class {
|
|
|
382
382
|
};
|
|
383
383
|
}
|
|
384
384
|
render() {
|
|
385
|
-
return (index.h("div", { key: '
|
|
385
|
+
return (index.h("div", { key: '5e1b1cfded19016cac27e1da1ca9d5995def4581', class: this.classes, onMouseEnter: this.showTooltip, onMouseLeave: this.hideTooltip }, index.h("slot", { key: 'b4416e1dd577d6355d0463fb23f328624b14187a' })));
|
|
386
386
|
}
|
|
387
387
|
get host() { return index.getElement(this); }
|
|
388
388
|
};
|
|
@@ -2,11 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
var index = require('./index-BDhk9IqL.js');
|
|
4
4
|
|
|
5
|
-
const spwHeaderLangCss = () => `html{line-height:1.3;-webkit-text-size-adjust:100%;}h1,h2,h3,h4,h5,h6,p,ul,li{padding:0;margin:0}ul{list-style:none}:host{box-sizing:border-box;line-height:1.3;-webkit-text-size-adjust:100%;font-size:100%}:host *,:host *::before,:host *::after{box-sizing:inherit;font-family:"Nunito Sans"}body{margin:0}main{display:block}h1{font-size:2em;margin:0.67em 0}hr{box-sizing:content-box;height:0;overflow:visible;}pre{font-family:monospace, monospace;font-size:1em;}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted;}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em;}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0;}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal;}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0;}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px;}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit;}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}:root{--spw-ds-container-xl:1232px;--spw-ds-container-lg:1024px;--spw-ds-container-md:768px;--spw-ds-container-sm:640px}.spw-ds-container{width:100%;padding-left:16px;padding-right:16px;margin-left:auto;margin-right:auto}@media (min-width: 460px){.spw-ds-container{max-width:var(--spw-ds-container-sm)}}@media (min-width: 768px){.spw-ds-container{max-width:var(--spw-ds-container-md)}}@media (min-width: 1024px){.spw-ds-container{max-width:var(--spw-ds-container-lg)}}@media (min-width: 1350px){.spw-ds-container{max-width:var(--spw-ds-container-xl)}}:host{display:block}.spw-header-lang{position:relative}@media (max-width: 1023px){.spw-header-lang{margin-bottom:0}}@media (min-width: 1024px){.spw-header-lang
|
|
5
|
+
const spwHeaderLangCss = () => `html{line-height:1.3;-webkit-text-size-adjust:100%;}h1,h2,h3,h4,h5,h6,p,ul,li{padding:0;margin:0}ul{list-style:none}:host{box-sizing:border-box;line-height:1.3;-webkit-text-size-adjust:100%;font-size:100%}:host *,:host *::before,:host *::after{box-sizing:inherit;font-family:"Nunito Sans"}body{margin:0}main{display:block}h1{font-size:2em;margin:0.67em 0}hr{box-sizing:content-box;height:0;overflow:visible;}pre{font-family:monospace, monospace;font-size:1em;}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted;}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em;}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0;}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal;}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0;}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px;}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit;}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}:root{--spw-ds-container-xl:1232px;--spw-ds-container-lg:1024px;--spw-ds-container-md:768px;--spw-ds-container-sm:640px}.spw-ds-container{width:100%;padding-left:16px;padding-right:16px;margin-left:auto;margin-right:auto}@media (min-width: 460px){.spw-ds-container{max-width:var(--spw-ds-container-sm)}}@media (min-width: 768px){.spw-ds-container{max-width:var(--spw-ds-container-md)}}@media (min-width: 1024px){.spw-ds-container{max-width:var(--spw-ds-container-lg)}}@media (min-width: 1350px){.spw-ds-container{max-width:var(--spw-ds-container-xl)}}:host{display:block}.spw-header-lang{position:relative}@media (max-width: 1023px){.spw-header-lang{margin-bottom:0}}@media (min-width: 1024px){.spw-header-lang:hover .spw-header-lang__dropdown{display:block}}.spw-header-lang__select{display:none}@media (min-width: 1024px){.spw-header-lang__select{display:block;position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer;z-index:2}}.spw-header-lang__active-lang{display:none}@media (min-width: 1024px){.spw-header-lang__active-lang{display:block}}.spw-header-lang__options{display:flex;gap:24px;text-transform:uppercase}@media (min-width: 1024px){.spw-header-lang__options{display:none}}.spw-header-lang__option{padding:16px 0;font-weight:bold;text-decoration:underline}.spw-header-lang__option--selected{color:var(--spw-ds-primary);text-decoration:none}@media (min-width: 1024px){.spw-header-lang__option{padding:24px 0}}.spw-header-lang__dropdown{display:flex}@media (min-width: 1024px){.spw-header-lang__dropdown{display:none;z-index:99999;position:absolute;overflow:hidden;top:100%;width:max-content;right:0;background:white;border-radius:4px;box-shadow:var(--spw-effect-elevation-8)}}`;
|
|
6
6
|
|
|
7
7
|
const SpwHeaderLang = class {
|
|
8
8
|
constructor(hostRef) {
|
|
9
9
|
index.registerInstance(this, hostRef);
|
|
10
|
+
this.langChange = index.createEvent(this, "langChange", 7);
|
|
10
11
|
this.activeLang = '';
|
|
11
12
|
this.options = [];
|
|
12
13
|
this.handleButtonKeyDown = (event) => {
|
|
@@ -47,13 +48,15 @@ const SpwHeaderLang = class {
|
|
|
47
48
|
setActiveLangAndRedirect(option) {
|
|
48
49
|
var _a;
|
|
49
50
|
this.activeLang = ((_a = option === null || option === void 0 ? void 0 : option.textContent) === null || _a === void 0 ? void 0 : _a.trim()) || '';
|
|
51
|
+
const value = (option === null || option === void 0 ? void 0 : option.getAttribute('value')) || '';
|
|
52
|
+
this.langChange.emit(value);
|
|
50
53
|
const link = option === null || option === void 0 ? void 0 : option.getAttribute('data-link');
|
|
51
|
-
if (link) {
|
|
54
|
+
if (link && link !== '#') {
|
|
52
55
|
window.location.href = link;
|
|
53
56
|
}
|
|
54
57
|
}
|
|
55
58
|
render() {
|
|
56
|
-
return (index.h(index.Host, { key: '
|
|
59
|
+
return (index.h(index.Host, { key: 'dac09e14c3827b30fbcf3639c5b281444f45cb10' }, index.h("div", { key: '34a28cc0e1a087bcc7b2da90738686882b000c19', class: "spw-header-lang" }, index.h("spw-button", { key: '3fac37f3e68cbd30287ee82918bc6912b9964e9a', variant: "tertiary", surface: "light", icon: "fa-chevron-down", class: "spw-header-lang__active-lang", onKeyDown: this.handleButtonKeyDown, onClick: this.handleButtonClick }, this.activeLang), index.h("select", { key: '5dbc9217deecedd10e7d2cf75f1b71f14fac3f53', "aria-label": this.accAriaLabel || 'Lang', class: "spw-header-lang__select", onChange: e => this.handleChange(e), ref: el => (this.selectEl = el), tabIndex: -1 }), index.h("ul", { key: 'bf273c40fc33d6016277c582e03cb04d5e7e8474', class: "spw-header-lang__options" }, this.options.map(option => {
|
|
57
60
|
var _a;
|
|
58
61
|
const label = ((_a = option.textContent) === null || _a === void 0 ? void 0 : _a.trim()) || '';
|
|
59
62
|
const value = option.getAttribute('value') || '';
|
|
@@ -68,7 +68,7 @@ const SpwHeaderNavigationDropdown = class {
|
|
|
68
68
|
}
|
|
69
69
|
}
|
|
70
70
|
render() {
|
|
71
|
-
return (index.h(index.Host, { key: '
|
|
71
|
+
return (index.h(index.Host, { key: '53846610ece4907e38be28d53e31cde012c170ff' }, index.h("div", { key: '849aeb5351a53ae27d1c8c7231cad1d129f76fb1', class: "spw-header-navigation-dropdown" }, index.h("slot", { key: '882b491773221dee34dc4defdf5cf13a0f7ad1ab' }), this.shouldShowViewMore && (index.h("spw-link", { key: 'a0d9cb21863eee8c2243e6cf73943708a0b1a9ea', icon: "fa-arrow-right", class: "spw-header-navigation-item--view-more", href: this.parentHref, target: this.parentTarget }, this.viewMoreText)))));
|
|
72
72
|
}
|
|
73
73
|
get el() { return index.getElement(this); }
|
|
74
74
|
};
|
|
@@ -169,7 +169,7 @@ const SpwHeaderNavigationItem = class {
|
|
|
169
169
|
'spw-header-navigation-item--is-subnav-visible': this.isSubnavVisible,
|
|
170
170
|
'spw-header-navigation-item--is-megamenu': this.variant === 'megamenu',
|
|
171
171
|
};
|
|
172
|
-
return (index.h(index.Host, { key: '
|
|
172
|
+
return (index.h(index.Host, { key: '14b6ba30ae43671e0eb3a8bf269d8d5e1ce0ea30', "data-level": this.level }, index.h("div", { key: '6e6e5d6f46c06d6a72b9e50a2aa2e069dc07c9ff', class: elementClass }, index.h("div", { key: '8135c4fcb6816f899d9e71773c2c192f362b80d4', class: "spw-header-navigation-item__content", onClick: event => this.toggleSubnavVisibility(event) }, this.isSubnavVisible && (index.h("div", { key: '8d7133dfcfc21e9b0d2607f1763c8d32c0fa9292', class: `spw-header-navigation-item__top spw-header-navigation-item__top--${this.level}` }, index.h("div", { key: '2c4aa3e5a3bd07d397e0fe3e5a4ed87eee0371e9', class: "spw-header-navigation-item__top-back", onClick: event => this.handleBackClick(event) }, index.h("spw-icon", { key: '9a87279eab6c48fb65cd31cff28e557933fe7841', icon: "fa-chevron-left" }), " ", index.h("span", { key: '539228ed8e4b4f88025e92971eb11c9a71303afe' }, this.level === 1 ? '' : this.level === 2 ? 'Menu principal' : storedTitle)), index.h("div", { key: 'e0a010feaa85519dd6f3b185e9b016bc9fa10c18', class: "spw-header-navigation-item__top-title" }, index.h("a", { key: '214c98aadeadbba29b839bbe4715a0c76bcb6a7f', href: (pageTitle === null || pageTitle === void 0 ? void 0 : pageTitle.link) || '#', target: (pageTitle === null || pageTitle === void 0 ? void 0 : pageTitle.target) || '_self' }, (pageTitle === null || pageTitle === void 0 ? void 0 : pageTitle.title) || '')))), index.h("slot", { key: 'ece0c202d1ecffcaf535b0c31d80a80bb54b0ad0' })))));
|
|
173
173
|
}
|
|
174
174
|
get el() { return index.getElement(this); }
|
|
175
175
|
};
|
|
@@ -57,7 +57,7 @@ const SpwHeaderNavigation = class {
|
|
|
57
57
|
};
|
|
58
58
|
}
|
|
59
59
|
render() {
|
|
60
|
-
return (index.h(index.Host, { key: '
|
|
60
|
+
return (index.h(index.Host, { key: '234d24930a640306b18ad046dab40592324d9df5' }, index.h("nav", { key: '2c26734c8ab5c6f1042499ffc3ad13f678a6749f', class: this.elementClass }, index.h("div", { key: 'e13e98e9aa46f162a6e07550402a02c3b44dcdd5', class: "spw-ds-container spw-tw-flex spw-tw-items-center spw-tw-justify-between" }, index.h("div", { key: '800d9bacf8a71bfbc4291c23cdbe0cfa0a122316', class: "spw-header-navigation__list" }, index.h("div", { key: 'eed31f738880d29bfcd308a26906aaee79217456', class: "spw-header-navigation__list-back" }, index.h("a", { key: 'eb701154289155ca0be4f74e8c47f6a5dc27c086', href: "#", onClick: event => this.redirectToHome(event) }, index.h("spw-icon", { key: '0f7061d49404c09a878b51422248b49e5ee07531', icon: "fa-chevron-left" }), " ", index.h("span", { key: 'a575c985f33a002de613c2bcd2f20955c4d7ea20' }, "Page d'accueil"))), index.h("slot", { key: '130c39bc4f177bc05b0a8dc92d89daca451e71d0' })), this.extraButton && (index.h("div", { key: '517fb0dcb407533e54a12abbfb4ed703a1b0da2e', class: "spw-header-navigation__extra-button spw-header-navigation__extra-button--desktop" }, index.h("spw-button", { key: '650fd4cc2e5f5854059f0543685e8381a41cd8bd', variant: this.extraButtonVariant, icon: this.extraButtonIcon, href: this.extraButtonHref, target: this.extraButtonTarget, size: "small" }, this.extraButtonText))))), this.extraButton && (index.h("div", { key: '27a9f780b9e33fe0196326378e3e6d557ea5fd03', class: "spw-header-navigation__extra-button-parent spw-header-navigation__extra-button--mobile" }, index.h("div", { key: 'd55b6ce96a9fe9a5eec0a0d32343e564281603fc', class: "spw-ds-container" }, index.h("div", { key: '0a0cb5b1b4af53fba8388ac14f8bc3e89114c5eb', class: "spw-header-navigation__extra-button spw-header-navigation__extra-button--mobile" }, index.h("spw-button", { key: '07f10e44e599ef0dfdf33880f6e4a84c5f0d6f30', "is-full-width": "true", variant: this.extraButtonVariant, icon: this.extraButtonIcon, href: this.extraButtonHref, target: this.extraButtonTarget, size: "small" }, this.extraButtonText)))))));
|
|
61
61
|
}
|
|
62
62
|
};
|
|
63
63
|
SpwHeaderNavigation.style = spwHeaderNavigationCss();
|
|
@@ -10,7 +10,7 @@ const SpwHeaderPersonaItem = class {
|
|
|
10
10
|
this.active = false;
|
|
11
11
|
}
|
|
12
12
|
render() {
|
|
13
|
-
return (index.h(index.Host, { key: '
|
|
13
|
+
return (index.h(index.Host, { key: '6d5dce0efa9aefafad67bef42d5d524593184bf5' }, index.h("div", { key: '19597ebae824adb863c477bf7891141bf1a1ffe3', class: { 'spw-header-persona-item': true, 'spw-header-persona-item--active': this.active } }, index.h("slot", { key: 'dc90a01c19566378b9da03c538be09c1d63d374c' }))));
|
|
14
14
|
}
|
|
15
15
|
};
|
|
16
16
|
SpwHeaderPersonaItem.style = spwHeaderPersonaItemCss();
|
|
@@ -52,7 +52,7 @@ const SpwHeaderPersona = class {
|
|
|
52
52
|
}
|
|
53
53
|
}
|
|
54
54
|
render() {
|
|
55
|
-
return (index.h(index.Host, { key: '
|
|
55
|
+
return (index.h(index.Host, { key: 'd827006ada6e8a5f58ad63434e937364e6b31d06' }, index.h("div", { key: '5072bb6791c9bed534f204f34ff6b8e495579018', class: "spw-header-persona", onClick: this.handleButtonClick, onKeyDown: this.handleButtonKeyDown }, index.h("span", { key: 'bf542d6c2b74a5f224428225c6f8cb617f2293f4', class: "spw-header-persona__label" }, this.personaLabel), index.h("div", { key: '34b9681de06d760cd3fcd05286d949b34f157a23', class: "spw-header-persona__active-persona" }, this.activePersona, " ", index.h("spw-icon", { key: '1182a1bc4d2e9eab0268b9dfea380eb8aa44a03a', icon: "fa-chevron-down" })), index.h("select", { key: 'f05011417a51434aec30f891f0b4631352660014', "aria-label": this.accAriaLabel || this.personaLabel, class: "spw-header-persona__select", ref: el => (this.selectEl = el), onChange: e => this.handleChange(e), tabIndex: -1 }))));
|
|
56
56
|
}
|
|
57
57
|
get el() { return index.getElement(this); }
|
|
58
58
|
};
|
|
@@ -60,8 +60,8 @@ const SpwHero = class {
|
|
|
60
60
|
};
|
|
61
61
|
}
|
|
62
62
|
render() {
|
|
63
|
-
const contentSlot = (index.h("div", { key: '
|
|
64
|
-
return (index.h(index.Host, { key: '
|
|
63
|
+
const contentSlot = (index.h("div", { key: '5d9ed2d875a5a30040736a30fdadae34c662d238', class: "spw-hero__content" }, index.h("slot", { key: '3113dcddb4e79069312c9d0275b7fe951a1ba433' })));
|
|
64
|
+
return (index.h(index.Host, { key: '1251cb833dda5a100c92bf455df18fea25012e75' }, index.h("div", { key: '211de3950d78b27739d028bbc05ea334da337cd0', class: this.elementClass }, this.imageSrc && (index.h("div", { key: 'adef1aa30fcf55563f7af3733dcb31ae08fa6a17', class: "spw-hero__image" }, this.hasVideo && this.variant !== 'maxi' && this.variant !== 'photo' && (index.h("div", { key: '7f6f8aa00fec5cdbc91267d887be1bd48a4731a8', class: "spw-hero__image-play", onClick: this.triggerModal, onKeyDown: this.handleKeyDown, tabIndex: 0, role: "button", "aria-label": this.accPlayButtonAriaLabel }, index.h("spw-icon", { key: '23d0d3713672e8dce6ed1e056020a30d270bfd47', icon: "fa-play" }))), index.h("img", { key: '3824bd387071f55f1772244366c3a6d9d055bc32', src: this.imageSrc, alt: this.imageAlt }))), index.h("div", { key: '000bd6706ce95739126952eddb89bf62b6a00ec6', class: "spw-hero__overlay", style: this.overlayStyle }), this.variant === 'mini' ? contentSlot : index.h("div", { class: "spw-ds-container spw-hero__container" }, contentSlot))));
|
|
65
65
|
}
|
|
66
66
|
};
|
|
67
67
|
SpwHero.style = spwHeroCss();
|
|
@@ -259,7 +259,7 @@ const SpwInputSlider = class {
|
|
|
259
259
|
}
|
|
260
260
|
render() {
|
|
261
261
|
const rangeStyle = this.getRangeStyle();
|
|
262
|
-
return (index.h(index.Host, { key: '
|
|
262
|
+
return (index.h(index.Host, { key: 'd5d14a6c21ea1a8648e1b7cd201fc8aec2700ef5' }, index.h("div", { key: '90650cd43f542f12c772ef3cc65ffddeb4596005', class: this.elementClass }, this.label && (index.h("spw-field-label", { key: '32f111ef8917e721b8596bf4f142866fd9a3ab16', label: this.label, name: this.name, required: this.required, tooltipTitle: this.tooltipTitle, tooltipText: this.tooltipText, tooltipMaxWidth: this.tooltipMaxWidth, tooltipDirection: this.tooltipDirection, tooltipCursor: this.tooltipCursor })), this.assistiveText && (index.h("spw-field-message", { key: 'b8a5c73c2ff36a12bdb465c4bb44bb70bf6068a2', class: "spw-input-slider__field-message", variant: "hint", showIcon: false }, this.assistiveText)), index.h("div", { key: '80d9ef28a7937da688d899b7b43b26d7571dd814', class: "spw-input-slider__container" }, index.h("div", { key: '151580cf459bab5ae75e8188771f622994c96b81', class: "spw-input-slider__track", ref: el => (this.sliderRef = el), onMouseDown: e => this.handleMouseDown(e, null), onTouchStart: e => this.handleMouseDown(e, null), "aria-label": this.accAriaLabel || this.name || this.label, role: "slider", "aria-valuemin": this.min, "aria-valuemax": this.max, "aria-valuenow": typeof this.internalValue === 'number' ? this.internalValue : undefined, "aria-disabled": this.disabled }, index.h("div", { key: 'f31658a2bf4b8ba72b2d4561f7dee85b785b3d46', class: "spw-input-slider__range", style: rangeStyle }), this.range && Array.isArray(this.internalValue) ? ([
|
|
263
263
|
index.h("div", { key: "handle-min", class: "spw-input-slider__handle spw-input-slider__handle--min", style: this.orientation === 'horizontal'
|
|
264
264
|
? { left: `${this.getHandlePosition(this.internalValue[0])}%` }
|
|
265
265
|
: { bottom: `${this.getHandlePosition(this.internalValue[0])}%` }, onMouseDown: e => this.handleMouseDown(e, 'min'), onTouchStart: e => this.handleMouseDown(e, 'min') }, this.hasTooltip && index.h("div", { class: "spw-input-slider__tooltip" }, this.internalValue[0])),
|
|
@@ -17,7 +17,7 @@ const SpwListDescription = class {
|
|
|
17
17
|
};
|
|
18
18
|
}
|
|
19
19
|
render() {
|
|
20
|
-
return (index.h(index.Host, { key: '
|
|
20
|
+
return (index.h(index.Host, { key: '430d0a558f86bd83889d6ca7471781b96584f075' }, index.h("div", { key: 'e2d22ee35baca3b6122f895509dc9b3b6ed722cd', class: this.elementClass }, index.h("slot", { key: '64246472f8b432b3134c7286f51d7c2c768789ef' }))));
|
|
21
21
|
}
|
|
22
22
|
};
|
|
23
23
|
SpwListDescription.style = spwListDescriptionCss();
|
|
@@ -108,7 +108,7 @@ const SpwListItem = class {
|
|
|
108
108
|
href,
|
|
109
109
|
target,
|
|
110
110
|
};
|
|
111
|
-
return (index.h(index.Host, { key: '
|
|
111
|
+
return (index.h(index.Host, { key: '7003e6b8ad5546bfe950674754d2ce4af307199b' }, index.h("li", { key: 'd0503b7d0e34a35a5b8f907451205ae9f5424251', role: "listitem", class: this.elementClass }, this.category && (index.h("span", { key: 'bb178397b92934049e0a8e5a62c48635599fbc62', class: this.elementCatClass, onClick: () => this.handleClick() }, this.categoryIcon && index.h("spw-icon", { key: '83a5bcf32b7b053ba58e0f3e08673aa3ac72595a', icon: this.categoryIcon }), " ", this.category)), index.h(TagType, Object.assign({ key: '3739aa3aa4cd876a672e5c011bded859237df1c6' }, attrs), index.h("slot", { key: '3f3a45e0340f48a50b17c00c3615fa2cbd9493af' })))));
|
|
112
112
|
}
|
|
113
113
|
get el() { return index.getElement(this); }
|
|
114
114
|
};
|