@spw-ds/spw-stencil-library 1.12.0 → 1.12.1
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/cem.json +98 -0
- package/dist/cjs/index-id_AkABS.js +2 -6
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/spw-button_2.cjs.entry.js +1 -1
- package/dist/cjs/spw-checkbox.cjs.entry.js +1 -1
- package/dist/cjs/{spw-field-label_7.cjs.entry.js → spw-field-label_8.cjs.entry.js} +89 -18
- package/dist/cjs/spw-header-lang.cjs.entry.js +1 -1
- 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-header.cjs.entry.js +1 -1
- package/dist/cjs/spw-hero.cjs.entry.js +3 -3
- package/dist/cjs/spw-input-slider.cjs.entry.js +1 -1
- package/dist/cjs/spw-lightbox-item.cjs.entry.js +1 -1
- package/dist/cjs/spw-lightbox.cjs.entry.js +2 -2
- 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 +7 -3
- 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 +2 -2
- package/dist/cjs/spw-scrolltop.cjs.entry.js +1 -1
- 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 +1 -1
- 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/components/spw-checkbox/spw-checkbox.css +1 -1
- package/dist/collection/components/spw-group/spw-group.css +4 -0
- package/dist/collection/components/spw-group/spw-group.js +149 -13
- package/dist/collection/components/spw-header/spw-header-lang/spw-header-lang.js +1 -1
- 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-header/spw-header.js +1 -1
- package/dist/collection/components/spw-hero/spw-hero.js +3 -3
- package/dist/collection/components/spw-input-slider/spw-input-slider.js +1 -1
- package/dist/collection/components/spw-lightbox/spw-lightbox-item/spw-lightbox-item.js +1 -1
- package/dist/collection/components/spw-lightbox/spw-lightbox.js +2 -2
- 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 +7 -3
- 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.css +1 -1
- package/dist/collection/components/spw-radio/spw-radio.js +1 -1
- package/dist/collection/components/spw-scrolltop/spw-scrolltop.js +1 -1
- 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 +1 -1
- 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-group/spw-group.stories.js +113 -3
- package/dist/components/{p-Dv3JuDht.js → p-1uE1Qo3N.js} +1 -1
- package/dist/components/{p-B3wy-a7G.js → p-BpRPVStK.js} +1 -1
- package/dist/components/{p-26TmvHEb.js → p-BwzaPX9J.js} +1 -1
- package/dist/components/{p-Bu_U3_Ez.js → p-CCD1i9Et.js} +1 -1
- package/dist/components/{p-BAbzUkqV.js → p-CT9zdtB2.js} +1 -1
- package/dist/components/{p-CwQbV4MW.js → p-Ce4aFl4t.js} +1 -1
- package/dist/components/{p-w411zfAm.js → p-CfyijrJ8.js} +1 -1
- package/dist/components/{p-FB4itEEQ.js → p-CnGo7W4h.js} +1 -1
- package/dist/components/{p-DBIs7bbJ.js → p-rvgnHRf7.js} +1 -1
- package/dist/components/spw-breadcrumb-item.js +1 -1
- package/dist/components/spw-button.js +1 -1
- package/dist/components/spw-checkbox.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-lightbox-item.js +1 -1
- package/dist/components/spw-lightbox.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 +1 -1
- package/dist/components/spw-pagination.js +1 -1
- package/dist/components/spw-radio.js +1 -1
- package/dist/components/spw-scrolltop.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 +149 -1
- package/dist/components_vscode.json +5107 -0
- package/dist/esm/index-BvJ4Kko5.js +2 -6
- package/dist/esm/loader.js +1 -1
- package/dist/esm/spw-button_2.entry.js +1 -1
- package/dist/esm/spw-checkbox.entry.js +1 -1
- package/dist/esm/{spw-field-label_7.entry.js → spw-field-label_8.entry.js} +89 -19
- package/dist/esm/spw-header-lang.entry.js +1 -1
- 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-header.entry.js +1 -1
- package/dist/esm/spw-hero.entry.js +3 -3
- package/dist/esm/spw-input-slider.entry.js +1 -1
- package/dist/esm/spw-lightbox-item.entry.js +1 -1
- package/dist/esm/spw-lightbox.entry.js +2 -2
- 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 +7 -3
- 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 +2 -2
- package/dist/esm/spw-scrolltop.entry.js +1 -1
- 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 +1 -1
- 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-a3176800.entry.js → p-009759c5.entry.js} +1 -1
- package/dist/spw-stencil-library/{p-1fa367e7.entry.js → p-0bf4fb22.entry.js} +1 -1
- package/dist/spw-stencil-library/{p-aba5a50e.entry.js → p-0ebf4d8c.entry.js} +1 -1
- package/dist/spw-stencil-library/{p-d9d9f6e6.entry.js → p-0efd7784.entry.js} +1 -1
- package/dist/spw-stencil-library/{p-450306c5.entry.js → p-1d5ff931.entry.js} +1 -1
- package/dist/spw-stencil-library/{p-58393ab6.entry.js → p-1fba6401.entry.js} +1 -1
- package/dist/spw-stencil-library/{p-f898a06d.entry.js → p-29695c41.entry.js} +1 -1
- package/dist/spw-stencil-library/{p-7107ed7f.entry.js → p-2ce6dc02.entry.js} +1 -1
- package/dist/spw-stencil-library/{p-6cf39777.entry.js → p-30bd9c0a.entry.js} +1 -1
- package/dist/spw-stencil-library/{p-661d7e73.entry.js → p-37c6153e.entry.js} +1 -1
- package/dist/spw-stencil-library/{p-05819904.entry.js → p-3f195a1c.entry.js} +1 -1
- package/dist/spw-stencil-library/{p-97c81dd9.entry.js → p-3fbc7bba.entry.js} +1 -1
- package/dist/spw-stencil-library/{p-c44b2b7a.entry.js → p-416f6040.entry.js} +1 -1
- package/dist/spw-stencil-library/{p-661fcef1.entry.js → p-45af74a9.entry.js} +1 -1
- package/dist/spw-stencil-library/{p-e838ba61.entry.js → p-4904c883.entry.js} +1 -1
- package/dist/spw-stencil-library/{p-47a23440.entry.js → p-49b99541.entry.js} +1 -1
- package/dist/spw-stencil-library/{p-8a65a845.entry.js → p-525c4149.entry.js} +1 -1
- package/dist/spw-stencil-library/{p-f2b58e55.entry.js → p-52fe32c2.entry.js} +1 -1
- package/dist/spw-stencil-library/{p-85e3a088.entry.js → p-5601a46f.entry.js} +1 -1
- package/dist/spw-stencil-library/{p-47478c37.entry.js → p-5b520d03.entry.js} +1 -1
- package/dist/spw-stencil-library/{p-873c504b.entry.js → p-5d77d128.entry.js} +1 -1
- package/dist/spw-stencil-library/{p-bc45cc77.entry.js → p-6194071c.entry.js} +1 -1
- package/dist/spw-stencil-library/{p-a3c881c8.entry.js → p-6908b401.entry.js} +1 -1
- package/dist/spw-stencil-library/{p-4c59112a.entry.js → p-693b980f.entry.js} +1 -1
- package/dist/spw-stencil-library/{p-4eda33d4.entry.js → p-6b6f4a62.entry.js} +1 -1
- package/dist/spw-stencil-library/{p-48b4e11f.entry.js → p-7217cd99.entry.js} +1 -1
- package/dist/spw-stencil-library/{p-0cf5aadc.entry.js → p-74a9d177.entry.js} +1 -1
- package/dist/spw-stencil-library/{p-6676fc1b.entry.js → p-778c6591.entry.js} +1 -1
- package/dist/spw-stencil-library/{p-3e7b44af.entry.js → p-7bd15d1e.entry.js} +1 -1
- package/dist/spw-stencil-library/{p-fab8c92f.entry.js → p-7c4f53c3.entry.js} +1 -1
- package/dist/spw-stencil-library/{p-c8b2eba5.entry.js → p-7fc6757a.entry.js} +1 -1
- package/dist/spw-stencil-library/{p-f69182ff.entry.js → p-80c24670.entry.js} +1 -1
- package/dist/spw-stencil-library/{p-0b4fd80e.entry.js → p-81927404.entry.js} +1 -1
- package/dist/spw-stencil-library/{p-cf452afb.entry.js → p-82883102.entry.js} +1 -1
- package/dist/spw-stencil-library/{p-822b0a4b.entry.js → p-84c41619.entry.js} +1 -1
- package/dist/spw-stencil-library/{p-da114b29.entry.js → p-8bb6a14d.entry.js} +1 -1
- package/dist/spw-stencil-library/{p-9eef1265.entry.js → p-8bbea8cb.entry.js} +1 -1
- package/dist/spw-stencil-library/{p-2298be7a.entry.js → p-90067a27.entry.js} +1 -1
- package/dist/spw-stencil-library/{p-95710898.entry.js → p-98e59a94.entry.js} +1 -1
- package/dist/spw-stencil-library/{p-ecf926b0.entry.js → p-9ccc1685.entry.js} +1 -1
- package/dist/spw-stencil-library/{p-c319b12a.entry.js → p-a51ad71d.entry.js} +1 -1
- package/dist/spw-stencil-library/{p-de825095.entry.js → p-a585320e.entry.js} +1 -1
- package/dist/spw-stencil-library/p-a80a9482.entry.js +1 -0
- package/dist/spw-stencil-library/{p-59925808.entry.js → p-b125ec4f.entry.js} +1 -1
- package/dist/spw-stencil-library/{p-ae28e3c0.entry.js → p-b1ccc7eb.entry.js} +1 -1
- package/dist/spw-stencil-library/{p-52731c22.entry.js → p-bb192c0e.entry.js} +1 -1
- package/dist/spw-stencil-library/{p-7dd7816b.entry.js → p-c18a3d8a.entry.js} +1 -1
- package/dist/spw-stencil-library/{p-049c5159.entry.js → p-c660aab1.entry.js} +1 -1
- package/dist/spw-stencil-library/{p-b02ea898.entry.js → p-ca225328.entry.js} +1 -1
- package/dist/spw-stencil-library/{p-7177a4f7.entry.js → p-ce07d59f.entry.js} +1 -1
- package/dist/spw-stencil-library/{p-c3fcebbb.entry.js → p-d004b229.entry.js} +1 -1
- package/dist/spw-stencil-library/p-d2dfe51b.entry.js +1 -0
- package/dist/spw-stencil-library/{p-242e2de6.entry.js → p-d35874ea.entry.js} +1 -1
- package/dist/spw-stencil-library/{p-f194ab4b.entry.js → p-d41080ab.entry.js} +1 -1
- package/dist/spw-stencil-library/{p-02de5468.entry.js → p-fbe8dc29.entry.js} +1 -1
- package/dist/spw-stencil-library/spw-stencil-library.esm.js +1 -1
- package/dist/stats.json +7963 -10882
- package/dist/types/components/spw-group/spw-group.d.ts +13 -1
- package/dist/types/components.d.ts +53 -0
- package/dist/types/stories/organisms/spw-group/spw-group.stories.d.ts +6 -1
- package/hydrate/index.js +135 -90
- package/hydrate/index.mjs +135 -90
- package/package.json +1 -1
- package/dist/cjs/spw-field-message.cjs.entry.js +0 -39
- package/dist/esm/spw-field-message.entry.js +0 -37
- package/dist/spw-stencil-library/p-19c01c71.entry.js +0 -1
- package/dist/spw-stencil-library/p-b04edce9.entry.js +0 -1
- package/dist/spw-stencil-library/p-ffe7898a.entry.js +0 -1
|
@@ -18,7 +18,7 @@ var patchBrowser = () => {
|
|
|
18
18
|
|
|
19
19
|
patchBrowser().then(async (options) => {
|
|
20
20
|
await index.globalScripts();
|
|
21
|
-
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\",{\"value\":[1537],\"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\"],\"viewAllResultsSubmit\":[4,\"view-all-results-submit\"],\"noResults\":[1,\"no-results\"],\"loadingText\":[1,\"loading-text\"],\"hasSubmitButton\":[4,\"has-submit-button\"],\"minCharacters\":[2,\"min-characters\"],\"isLoading\":[4,\"is-loading\"],\"showDropdown\":[4,\"show-dropdown\"],\"tooltipTitle\":[1,\"tooltip-title\"],\"tooltipText\":[1,\"tooltip-text\"],\"tooltipMaxWidth\":[1,\"tooltip-max-width\"],\"tooltipDirection\":[1,\"tooltip-direction\"],\"tooltipCursor\":[1,\"tooltip-cursor\"],\"filteredItems\":[32],\"parsedItems\":[32],\"searchText\":[32],\"isOpen\":[32],\"focusedItemIndex\":[32],\"dropdownDirection\":[32],\"resetInput\":[64],\"setValue\":[64],\"getValue\":[64]},null,{\"value\":[{\"handleValueChange\":0}],\"items\":[{\"parseItems\":0}]}]]],[\"spw-custom-select.cjs\",[[321,\"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\":[16],\"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\"],\"fixedDropdown\":[4,\"fixed-dropdown\"],\"fixedDropdownParent\":[1,\"fixed-dropdown-parent\"],\"isClear\":[4,\"is-clear\"],\"direction\":[1],\"allowCreate\":[4,\"allow-create\"],\"internalValue\":[32],\"isOpen\":[32],\"parsedOptions\":[32],\"focusedOptionIndex\":[32],\"searchText\":[32],\"hasSlottedFooter\":[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-lightbox.cjs\",[[257,\"spw-lightbox\",{\"gallery\":[513],\"closeButtonText\":[1,\"close-button-text\"],\"closeOnBackdropClick\":[4,\"close-on-backdrop-click\"],\"showThumbnails\":[4,\"show-thumbnails\"],\"textDialogLabel\":[1,\"text-dialog-label\"],\"textPrevious\":[1,\"text-previous\"],\"textNext\":[1,\"text-next\"],\"textThumbnailsLabel\":[1,\"text-thumbnails-label\"],\"textThumbnailItem\":[1,\"text-thumbnail-item\"],\"opened\":[32],\"activeIndex\":[32],\"items\":[32],\"open\":[64],\"close\":[64]},[[0,\"keydown\",\"handleFocusTrap\"]],{\"opened\":[{\"onOpenedChange\":0}],\"activeIndex\":[{\"onActiveIndexChange\":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\":[1,\"disabled-dates\"],\"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\"],\"fixedCalendar\":[4,\"fixed-calendar\"],\"fixedCalendarParent\":[1,\"fixed-calendar-parent\"],\"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]},null,{\"value\":[{\"handleValueChange\":0}]}]]],[\"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\"],\"isClear\":[4,\"is-clear\"],\"internalValue\":[32],\"resetSelect\":[64],\"setValue\":[64],\"getValue\":[64]},null,{\"items\":[{\"handleItemsChange\":0}],\"value\":[{\"handleValueChange\":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\":[16],\"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\"],\"textChooseFile\":[1,\"text-choose-file\"],\"textChooseFiles\":[1,\"text-choose-files\"],\"textDropFile\":[1,\"text-drop-file\"],\"textDropFiles\":[1,\"text-drop-files\"],\"textChooseFromComputer\":[1,\"text-choose-from-computer\"],\"textDelete\":[1,\"text-delete\"],\"textMaxFileSize\":[1,\"text-max-file-size\"],\"textMaxFiles\":[1,\"text-max-files\"],\"textAcceptedFormats\":[1,\"text-accepted-formats\"],\"textRefusedFormats\":[1,\"text-refused-formats\"],\"textAllFormats\":[1,\"text-all-formats\"],\"textErrorFormat\":[1,\"text-error-format\"],\"textErrorSize\":[1,\"text-error-size\"],\"textErrorFormatAndSize\":[1,\"text-error-format-and-size\"],\"textLimitReached\":[1,\"text-limit-reached\"],\"textLimitExceeded\":[1,\"text-limit-exceeded\"],\"selectedFiles\":[32],\"fileTypeErrors\":[32],\"fileLimitErrors\":[32],\"isDragging\":[32],\"isMaxFilesReachedExact\":[32],\"resetInput\":[64]},null,{\"value\":[{\"watchValueHandler\":0}]}]]],[\"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\"],\"hasHamburger\":[4,\"has-hamburger\"],\"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-scrolltop.cjs\",[[1,\"spw-scrolltop\",{\"threshold\":[2],\"hideOnMobile\":[4,\"hide-on-mobile\"],\"accAriaLabel\":[1,\"acc-aria-label\"],\"useWindow\":[4,\"use-window\"],\"isVisible\":[32]}]]],[\"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\"],\"accAriaLabel\":[1,\"acc-aria-label\"],\"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],\"isMegamenu\":[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\"],\"copyrightText\":[1,\"copyright-text\"],\"copyrightIcon\":[1,\"copyright-icon\"],\"copyrightIconVariant\":[1,\"copyright-icon-variant\"],\"copyrightHref\":[1,\"copyright-href\"],\"copyrightTarget\":[1,\"copyright-target\"],\"imagePosition\":[1,\"image-position\"],\"featuredRatio\":[1,\"featured-ratio\"],\"featuredRatioMobile\":[1,\"featured-ratio-mobile\"],\"featuredRatioTablet\":[1,\"featured-ratio-tablet\"],\"featuredRatioDesktop\":[1,\"featured-ratio-desktop\"]}]]],[\"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],\"size\":[1],\"isVisible\":[32],\"hasSlotContent\":[32],\"showMessage\":[64],\"hideMessage\":[64]}]]],[\"spw-modal.cjs\",[[257,\"spw-modal\",{\"opened\":[1540],\"caption\":[1],\"closeButtonText\":[1,\"close-button-text\"],\"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],\"isCloseButtonSticky\":[32],\"closeModal\":[64],\"openModal\":[64]},null,{\"opened\":[{\"openedChanged\":0}]}]]],[\"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\"],\"dotsPosition\":[1,\"dots-position\"],\"nextSlideText\":[1,\"next-slide-text\"],\"accAriaLabel\":[1,\"acc-aria-label\"],\"previousSlideText\":[1,\"previous-slide-text\"],\"hasFixedHeight\":[4,\"has-fixed-height\"],\"activeIndex\":[32],\"totalSlides\":[32],\"currentHeight\":[32],\"isAutoplayActive\":[32]},[[1,\"touchstart\",\"handleTouchStart\"],[0,\"mousedown\",\"handleMouseDown\"],[0,\"touchmove\",\"handleTouchMove\"],[1,\"mousemove\",\"handleMouseMove\"],[1,\"touchend\",\"handleTouchEnd\"],[1,\"mouseup\",\"handleMouseUp\"],[1,\"mouseleave\",\"handleMouseLeave\"],[0,\"keydown\",\"handleKeyDown\"]]]]],[\"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-toast-controller.cjs\",[[1,\"spw-toast-controller\",{\"position\":[1],\"create\":[64],\"dismissAll\":[64]}]]],[\"spw-box.cjs\",[[257,\"spw-box\",{\"hasRadius\":[4,\"has-radius\"],\"hasShadow\":[4,\"has-shadow\"],\"isSticky\":[4,\"is-sticky\"],\"stickyTop\":[1,\"sticky-top\"],\"padding\":[1],\"isCollapsible\":[4,\"is-collapsible\"],\"collapsibleBreakpoint\":[1,\"collapsible-breakpoint\"],\"isOpen\":[32]}]]],[\"spw-card-image.cjs\",[[257,\"spw-card-image\",{\"label\":[1],\"ratio\":[1],\"ratioMobile\":[1,\"ratio-mobile\"],\"ratioTablet\":[1,\"ratio-tablet\"],\"ratioDesktop\":[1,\"ratio-desktop\"],\"imagePosition\":[1,\"image-position\"],\"hoverIcon\":[1,\"hover-icon\"],\"imageFit\":[1,\"image-fit\"]}]]],[\"spw-dropdown-item.cjs\",[[260,\"spw-dropdown-item\",{\"href\":[1],\"disabled\":[4],\"icon\":[1],\"iconVariant\":[1,\"icon-variant\"],\"hasSubItems\":[32],\"subItemsOpen\":[32]}]]],[\"spw-footer-content-col.cjs\",[[257,\"spw-footer-content-col\",{\"colTitle\":[1,\"col-title\"],\"open\":[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-lightbox-item.cjs\",[[257,\"spw-lightbox-item\",{\"src\":[1],\"alt\":[1],\"captionTitle\":[1,\"caption-title\"],\"captionText\":[1,\"caption-text\"],\"copyrightText\":[1,\"copyright-text\"],\"copyrightIcon\":[1,\"copyright-icon\"],\"copyrightIconVariant\":[1,\"copyright-icon-variant\"],\"copyrightHref\":[1,\"copyright-href\"],\"copyrightTarget\":[1,\"copyright-target\"],\"textOpenImage\":[1,\"text-open-image\"],\"isHover\":[4,\"is-hover\"],\"hoverIcon\":[1,\"hover-icon\"]}]]],[\"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-sidebar.cjs\",[[257,\"spw-sidebar\",{\"defaultExpanded\":[4,\"default-expanded\"],\"expanded\":[32],\"hasTopbar\":[32],\"open\":[64],\"close\":[64],\"toggle\":[64]}]]],[\"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\"],\"isCentered\":[4,\"is-centered\"],\"showLeftArrow\":[32],\"showRightArrow\":[32],\"hasOverflow\":[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-avatar.cjs\",[[1,\"spw-avatar\",{\"size\":[1],\"image\":[1],\"initials\":[1],\"bubble\":[1],\"clickable\":[4],\"accAriaLabel\":[1,\"acc-aria-label\"]}]]],[\"spw-block-content.cjs\",[[257,\"spw-block-content\",{\"variant\":[1],\"imageSrc\":[1,\"image-src\"],\"imageAlt\":[1,\"image-alt\"],\"href\":[1],\"target\":[1],\"background\":[1],\"ratio\":[1],\"ratioMobile\":[1,\"ratio-mobile\"],\"ratioTablet\":[1,\"ratio-tablet\"],\"ratioDesktop\":[1,\"ratio-desktop\"]}]]],[\"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],\"alignment\":[1],\"hasPadding\":[4,\"has-padding\"],\"contentWidth\":[2,\"content-width\"],\"maxHeight\":[1,\"max-height\"],\"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-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\"],\"gap\":[1]},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\":[1025,\"active-tab\"],\"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\",{\"variant\":[1],\"items\":[32],\"currentItemIndex\":[32],\"currentH2Index\":[32],\"h2ProgressPercents\":[32],\"clickedH2Index\":[32],\"h2Distances\":[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\"],\"flexWrap\":[1,\"flex-wrap\"],\"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],\"download\":[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-toast.cjs\",[[1,\"spw-toast\",{\"variant\":[1],\"heading\":[1],\"message\":[1],\"linkLabel\":[1,\"link-label\"],\"linkHref\":[1,\"link-href\"],\"duration\":[2],\"dismissable\":[4],\"dismissText\":[1,\"dismiss-text\"],\"icon\":[1],\"visible\":[32],\"show\":[64],\"dismiss\":[64]},null,{\"duration\":[{\"durationChanged\":0}]}]]],[\"spw-text-field.cjs\",[[65,\"spw-text-field\",{\"value\":[1544],\"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\"],\"accAriaLabelIncrement\":[1,\"acc-aria-label-increment\"],\"accAriaLabelDecrement\":[1,\"acc-aria-label-decrement\"],\"hasControls\":[4,\"has-controls\"],\"hasSubmitButton\":[4,\"has-submit-button\"],\"mask\":[1],\"decimalPrecision\":[2,\"decimal-precision\"],\"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],\"value\":[1],\"variant\":[1],\"accAriaLabel\":[1,\"acc-aria-label\"],\"internalChecked\":[32],\"toggleCheckedState\":[64]},null,{\"checked\":[{\"checkedChanged\":0}]}]]],[\"spw-tag.cjs\",[[257,\"spw-tag\",{\"variant\":[1],\"surface\":[1],\"hasIcon\":[4,\"has-icon\"],\"icon\":[1],\"href\":[1],\"target\":[1],\"size\":[1],\"iconVariant\":[1,\"icon-variant\"],\"iconPosition\":[1,\"icon-position\"]}]]],[\"spw-accordion_4.cjs\",[[257,\"spw-accordion-title\",{\"tag\":[1],\"icon\":[1]}],[257,\"spw-accordion\",{\"background\":[1],\"variant\":[1]},null,{\"background\":[{\"backgroundChanged\":0}],\"variant\":[{\"variantChanged\":0}]}],[257,\"spw-accordion-content\",{\"isOpened\":[32]},[[4,\"accordionToggle\",\"handleAccordionToggle\"]]],[257,\"spw-accordion-item\",{\"defaultOpen\":[4,\"default-open\"],\"variant\":[513],\"isOpen\":[32],\"isMobile\":[32]},null,{\"defaultOpen\":[{\"defaultOpenChanged\":0}]}]]],[\"spw-field-message.cjs\",[[257,\"spw-field-message\",{\"showIcon\":[4,\"show-icon\"],\"variant\":[1]}]]],[\"spw-button_2.cjs\",[[257,\"spw-button\",{\"href\":[1],\"target\":[1],\"rel\":[1],\"download\":[1],\"name\":[1],\"value\":[8],\"type\":[1],\"form\":[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\"],\"iconVariant\":[1,\"icon-variant\"],\"isFullWidth\":[516,\"is-full-width\"],\"isFullWidthMobile\":[516,\"is-full-width-mobile\"],\"hideTextOnMobile\":[4,\"hide-text-on-mobile\"],\"isLoading\":[4,\"is-loading\"],\"setFocus\":[64]}],[1,\"spw-loading\",{\"text\":[1],\"surface\":[1],\"size\":[1],\"orientation\":[1]}]]]]"), options);
|
|
21
|
+
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\",{\"value\":[1537],\"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\"],\"viewAllResultsSubmit\":[4,\"view-all-results-submit\"],\"noResults\":[1,\"no-results\"],\"loadingText\":[1,\"loading-text\"],\"hasSubmitButton\":[4,\"has-submit-button\"],\"minCharacters\":[2,\"min-characters\"],\"isLoading\":[4,\"is-loading\"],\"showDropdown\":[4,\"show-dropdown\"],\"tooltipTitle\":[1,\"tooltip-title\"],\"tooltipText\":[1,\"tooltip-text\"],\"tooltipMaxWidth\":[1,\"tooltip-max-width\"],\"tooltipDirection\":[1,\"tooltip-direction\"],\"tooltipCursor\":[1,\"tooltip-cursor\"],\"filteredItems\":[32],\"parsedItems\":[32],\"searchText\":[32],\"isOpen\":[32],\"focusedItemIndex\":[32],\"dropdownDirection\":[32],\"resetInput\":[64],\"setValue\":[64],\"getValue\":[64]},null,{\"value\":[{\"handleValueChange\":0}],\"items\":[{\"parseItems\":0}]}]]],[\"spw-custom-select.cjs\",[[321,\"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\":[16],\"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\"],\"fixedDropdown\":[4,\"fixed-dropdown\"],\"fixedDropdownParent\":[1,\"fixed-dropdown-parent\"],\"isClear\":[4,\"is-clear\"],\"direction\":[1],\"allowCreate\":[4,\"allow-create\"],\"internalValue\":[32],\"isOpen\":[32],\"parsedOptions\":[32],\"focusedOptionIndex\":[32],\"searchText\":[32],\"hasSlottedFooter\":[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-lightbox.cjs\",[[257,\"spw-lightbox\",{\"gallery\":[513],\"closeButtonText\":[1,\"close-button-text\"],\"closeOnBackdropClick\":[4,\"close-on-backdrop-click\"],\"showThumbnails\":[4,\"show-thumbnails\"],\"textDialogLabel\":[1,\"text-dialog-label\"],\"textPrevious\":[1,\"text-previous\"],\"textNext\":[1,\"text-next\"],\"textThumbnailsLabel\":[1,\"text-thumbnails-label\"],\"textThumbnailItem\":[1,\"text-thumbnail-item\"],\"opened\":[32],\"activeIndex\":[32],\"items\":[32],\"open\":[64],\"close\":[64]},[[0,\"keydown\",\"handleFocusTrap\"]],{\"opened\":[{\"onOpenedChange\":0}],\"activeIndex\":[{\"onActiveIndexChange\":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\":[1,\"disabled-dates\"],\"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\"],\"fixedCalendar\":[4,\"fixed-calendar\"],\"fixedCalendarParent\":[1,\"fixed-calendar-parent\"],\"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]},null,{\"value\":[{\"handleValueChange\":0}]}]]],[\"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\"],\"isClear\":[4,\"is-clear\"],\"internalValue\":[32],\"resetSelect\":[64],\"setValue\":[64],\"getValue\":[64]},null,{\"items\":[{\"handleItemsChange\":0}],\"value\":[{\"handleValueChange\":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\":[16],\"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\"],\"textChooseFile\":[1,\"text-choose-file\"],\"textChooseFiles\":[1,\"text-choose-files\"],\"textDropFile\":[1,\"text-drop-file\"],\"textDropFiles\":[1,\"text-drop-files\"],\"textChooseFromComputer\":[1,\"text-choose-from-computer\"],\"textDelete\":[1,\"text-delete\"],\"textMaxFileSize\":[1,\"text-max-file-size\"],\"textMaxFiles\":[1,\"text-max-files\"],\"textAcceptedFormats\":[1,\"text-accepted-formats\"],\"textRefusedFormats\":[1,\"text-refused-formats\"],\"textAllFormats\":[1,\"text-all-formats\"],\"textErrorFormat\":[1,\"text-error-format\"],\"textErrorSize\":[1,\"text-error-size\"],\"textErrorFormatAndSize\":[1,\"text-error-format-and-size\"],\"textLimitReached\":[1,\"text-limit-reached\"],\"textLimitExceeded\":[1,\"text-limit-exceeded\"],\"selectedFiles\":[32],\"fileTypeErrors\":[32],\"fileLimitErrors\":[32],\"isDragging\":[32],\"isMaxFilesReachedExact\":[32],\"resetInput\":[64]},null,{\"value\":[{\"watchValueHandler\":0}]}]]],[\"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\"],\"hasHamburger\":[4,\"has-hamburger\"],\"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-scrolltop.cjs\",[[1,\"spw-scrolltop\",{\"threshold\":[2],\"hideOnMobile\":[4,\"hide-on-mobile\"],\"accAriaLabel\":[1,\"acc-aria-label\"],\"useWindow\":[4,\"use-window\"],\"isVisible\":[32]}]]],[\"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\"],\"accAriaLabel\":[1,\"acc-aria-label\"],\"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],\"isMegamenu\":[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\"],\"copyrightText\":[1,\"copyright-text\"],\"copyrightIcon\":[1,\"copyright-icon\"],\"copyrightIconVariant\":[1,\"copyright-icon-variant\"],\"copyrightHref\":[1,\"copyright-href\"],\"copyrightTarget\":[1,\"copyright-target\"],\"imagePosition\":[1,\"image-position\"],\"featuredRatio\":[1,\"featured-ratio\"],\"featuredRatioMobile\":[1,\"featured-ratio-mobile\"],\"featuredRatioTablet\":[1,\"featured-ratio-tablet\"],\"featuredRatioDesktop\":[1,\"featured-ratio-desktop\"]}]]],[\"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],\"size\":[1],\"isVisible\":[32],\"hasSlotContent\":[32],\"showMessage\":[64],\"hideMessage\":[64]}]]],[\"spw-modal.cjs\",[[257,\"spw-modal\",{\"opened\":[1540],\"caption\":[1],\"closeButtonText\":[1,\"close-button-text\"],\"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],\"isCloseButtonSticky\":[32],\"closeModal\":[64],\"openModal\":[64]},null,{\"opened\":[{\"openedChanged\":0}]}]]],[\"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\"],\"dotsPosition\":[1,\"dots-position\"],\"nextSlideText\":[1,\"next-slide-text\"],\"accAriaLabel\":[1,\"acc-aria-label\"],\"previousSlideText\":[1,\"previous-slide-text\"],\"hasFixedHeight\":[4,\"has-fixed-height\"],\"activeIndex\":[32],\"totalSlides\":[32],\"currentHeight\":[32],\"isAutoplayActive\":[32]},[[1,\"touchstart\",\"handleTouchStart\"],[0,\"mousedown\",\"handleMouseDown\"],[0,\"touchmove\",\"handleTouchMove\"],[1,\"mousemove\",\"handleMouseMove\"],[1,\"touchend\",\"handleTouchEnd\"],[1,\"mouseup\",\"handleMouseUp\"],[1,\"mouseleave\",\"handleMouseLeave\"],[0,\"keydown\",\"handleKeyDown\"]]]]],[\"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-toast-controller.cjs\",[[1,\"spw-toast-controller\",{\"position\":[1],\"create\":[64],\"dismissAll\":[64]}]]],[\"spw-box.cjs\",[[257,\"spw-box\",{\"hasRadius\":[4,\"has-radius\"],\"hasShadow\":[4,\"has-shadow\"],\"isSticky\":[4,\"is-sticky\"],\"stickyTop\":[1,\"sticky-top\"],\"padding\":[1],\"isCollapsible\":[4,\"is-collapsible\"],\"collapsibleBreakpoint\":[1,\"collapsible-breakpoint\"],\"isOpen\":[32]}]]],[\"spw-card-image.cjs\",[[257,\"spw-card-image\",{\"label\":[1],\"ratio\":[1],\"ratioMobile\":[1,\"ratio-mobile\"],\"ratioTablet\":[1,\"ratio-tablet\"],\"ratioDesktop\":[1,\"ratio-desktop\"],\"imagePosition\":[1,\"image-position\"],\"hoverIcon\":[1,\"hover-icon\"],\"imageFit\":[1,\"image-fit\"]}]]],[\"spw-dropdown-item.cjs\",[[260,\"spw-dropdown-item\",{\"href\":[1],\"disabled\":[4],\"icon\":[1],\"iconVariant\":[1,\"icon-variant\"],\"hasSubItems\":[32],\"subItemsOpen\":[32]}]]],[\"spw-footer-content-col.cjs\",[[257,\"spw-footer-content-col\",{\"colTitle\":[1,\"col-title\"],\"open\":[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-lightbox-item.cjs\",[[257,\"spw-lightbox-item\",{\"src\":[1],\"alt\":[1],\"captionTitle\":[1,\"caption-title\"],\"captionText\":[1,\"caption-text\"],\"copyrightText\":[1,\"copyright-text\"],\"copyrightIcon\":[1,\"copyright-icon\"],\"copyrightIconVariant\":[1,\"copyright-icon-variant\"],\"copyrightHref\":[1,\"copyright-href\"],\"copyrightTarget\":[1,\"copyright-target\"],\"textOpenImage\":[1,\"text-open-image\"],\"isHover\":[4,\"is-hover\"],\"hoverIcon\":[1,\"hover-icon\"]}]]],[\"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-sidebar.cjs\",[[257,\"spw-sidebar\",{\"defaultExpanded\":[4,\"default-expanded\"],\"expanded\":[32],\"hasTopbar\":[32],\"open\":[64],\"close\":[64],\"toggle\":[64]}]]],[\"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\"],\"isCentered\":[4,\"is-centered\"],\"showLeftArrow\":[32],\"showRightArrow\":[32],\"hasOverflow\":[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-avatar.cjs\",[[1,\"spw-avatar\",{\"size\":[1],\"image\":[1],\"initials\":[1],\"bubble\":[1],\"clickable\":[4],\"accAriaLabel\":[1,\"acc-aria-label\"]}]]],[\"spw-block-content.cjs\",[[257,\"spw-block-content\",{\"variant\":[1],\"imageSrc\":[1,\"image-src\"],\"imageAlt\":[1,\"image-alt\"],\"href\":[1],\"target\":[1],\"background\":[1],\"ratio\":[1],\"ratioMobile\":[1,\"ratio-mobile\"],\"ratioTablet\":[1,\"ratio-tablet\"],\"ratioDesktop\":[1,\"ratio-desktop\"]}]]],[\"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],\"alignment\":[1],\"hasPadding\":[4,\"has-padding\"],\"contentWidth\":[2,\"content-width\"],\"maxHeight\":[1,\"max-height\"],\"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-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\"],\"gap\":[1]},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\":[1025,\"active-tab\"],\"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\",{\"variant\":[1],\"items\":[32],\"currentItemIndex\":[32],\"currentH2Index\":[32],\"h2ProgressPercents\":[32],\"clickedH2Index\":[32],\"h2Distances\":[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_8.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\"],\"flexWrap\":[1,\"flex-wrap\"],\"assistiveText\":[1,\"assistive-text\"],\"error\":[1],\"hint\":[1],\"success\":[1],\"warning\":[1],\"tooltipTitle\":[1,\"tooltip-title\"],\"tooltipText\":[1,\"tooltip-text\"],\"tooltipMaxWidth\":[1,\"tooltip-max-width\"],\"tooltipDirection\":[1,\"tooltip-direction\"],\"tooltipCursor\":[1,\"tooltip-cursor\"]},null,{\"disabled\":[{\"handleSlotChange\":0}],\"error\":[{\"handleSlotChange\":0}]}],[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],\"download\":[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-field-message\",{\"showIcon\":[4,\"show-icon\"],\"variant\":[1]}],[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-toast.cjs\",[[1,\"spw-toast\",{\"variant\":[1],\"heading\":[1],\"message\":[1],\"linkLabel\":[1,\"link-label\"],\"linkHref\":[1,\"link-href\"],\"duration\":[2],\"dismissable\":[4],\"dismissText\":[1,\"dismiss-text\"],\"icon\":[1],\"visible\":[32],\"show\":[64],\"dismiss\":[64]},null,{\"duration\":[{\"durationChanged\":0}]}]]],[\"spw-text-field.cjs\",[[65,\"spw-text-field\",{\"value\":[1544],\"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\"],\"accAriaLabelIncrement\":[1,\"acc-aria-label-increment\"],\"accAriaLabelDecrement\":[1,\"acc-aria-label-decrement\"],\"hasControls\":[4,\"has-controls\"],\"hasSubmitButton\":[4,\"has-submit-button\"],\"mask\":[1],\"decimalPrecision\":[2,\"decimal-precision\"],\"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],\"value\":[1],\"variant\":[1],\"accAriaLabel\":[1,\"acc-aria-label\"],\"internalChecked\":[32],\"toggleCheckedState\":[64]},null,{\"checked\":[{\"checkedChanged\":0}]}]]],[\"spw-tag.cjs\",[[257,\"spw-tag\",{\"variant\":[1],\"surface\":[1],\"hasIcon\":[4,\"has-icon\"],\"icon\":[1],\"href\":[1],\"target\":[1],\"size\":[1],\"iconVariant\":[1,\"icon-variant\"],\"iconPosition\":[1,\"icon-position\"]}]]],[\"spw-accordion_4.cjs\",[[257,\"spw-accordion-title\",{\"tag\":[1],\"icon\":[1]}],[257,\"spw-accordion\",{\"background\":[1],\"variant\":[1]},null,{\"background\":[{\"backgroundChanged\":0}],\"variant\":[{\"variantChanged\":0}]}],[257,\"spw-accordion-content\",{\"isOpened\":[32]},[[4,\"accordionToggle\",\"handleAccordionToggle\"]]],[257,\"spw-accordion-item\",{\"defaultOpen\":[4,\"default-open\"],\"variant\":[513],\"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],\"form\":[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\"],\"iconVariant\":[1,\"icon-variant\"],\"isFullWidth\":[516,\"is-full-width\"],\"isFullWidthMobile\":[516,\"is-full-width-mobile\"],\"hideTextOnMobile\":[4,\"hide-text-on-mobile\"],\"isLoading\":[4,\"is-loading\"],\"setFocus\":[64]}],[1,\"spw-loading\",{\"text\":[1],\"surface\":[1],\"size\":[1],\"orientation\":[1]}]]]]"), options);
|
|
22
22
|
});
|
|
23
23
|
|
|
24
24
|
exports.setNonce = index.setNonce;
|
|
@@ -39,7 +39,7 @@ const SpwTableBody = class {
|
|
|
39
39
|
});
|
|
40
40
|
}
|
|
41
41
|
render() {
|
|
42
|
-
return (index.h("tbody", { key: '
|
|
42
|
+
return (index.h("tbody", { key: 'cebbbf9ee5c9e28d516fb01f9cff9c3e6b8b5c99', part: "tbody" }, index.h("slot", { key: 'fbc5e03301d09e23e64308754d7e62dd61c1bf9d' })));
|
|
43
43
|
}
|
|
44
44
|
get el() { return index.getElement(this); }
|
|
45
45
|
};
|
|
@@ -93,7 +93,7 @@ const SpwTableCell = class {
|
|
|
93
93
|
}
|
|
94
94
|
attrs.style = stickyStyles;
|
|
95
95
|
}
|
|
96
|
-
return (index.h("td", Object.assign({ key: '
|
|
96
|
+
return (index.h("td", Object.assign({ key: '0ed9e797a8960aa629ca79773f44a250cc6389a3' }, attrs), index.h("slot", { key: '7635e6d4b777d6092b7cd02b3110e9317dd23795' })));
|
|
97
97
|
}
|
|
98
98
|
get el() { return index.getElement(this); }
|
|
99
99
|
};
|
|
@@ -9,7 +9,7 @@ const SpwTableContainer = class {
|
|
|
9
9
|
index.registerInstance(this, hostRef);
|
|
10
10
|
}
|
|
11
11
|
render() {
|
|
12
|
-
return (index.h(index.Host, { key: '
|
|
12
|
+
return (index.h(index.Host, { key: '20b31b0d468cc78cb94d7fb6d151e4ed6d58d9c7' }, index.h("div", { key: '61ddef1eec37eb7e34050d572d11bea58be56e02', class: "spw-table-container" }, index.h("slot", { key: 'e477ad315bb12df1eaa534d5f60247a6904d9cb9' }))));
|
|
13
13
|
}
|
|
14
14
|
};
|
|
15
15
|
SpwTableContainer.style = spwTableContainerCss();
|
|
@@ -9,7 +9,7 @@ const SpwTableFooter = class {
|
|
|
9
9
|
index.registerInstance(this, hostRef);
|
|
10
10
|
}
|
|
11
11
|
render() {
|
|
12
|
-
return (index.h("div", { key: '
|
|
12
|
+
return (index.h("div", { key: 'a5ad6fd452ad9271c33f975a371fb5cdb8c3ff54', class: "spw-table-footer" }, index.h("slot", { key: 'c562cf29a2d8199dd1c82c0801484cf6d8631231', name: "left" }), index.h("slot", { key: 'c14834285118b4286ff6e29cd331ba9fbc47cfc5', name: "center" }), index.h("slot", { key: '55183ab0fd51f51c7fb8c7dd0f3ab0794b97a382', name: "right" })));
|
|
13
13
|
}
|
|
14
14
|
};
|
|
15
15
|
SpwTableFooter.style = spwTableFooterCss();
|
|
@@ -9,7 +9,7 @@ const SpwTableHead = class {
|
|
|
9
9
|
index.registerInstance(this, hostRef);
|
|
10
10
|
}
|
|
11
11
|
render() {
|
|
12
|
-
return (index.h("thead", { key: '
|
|
12
|
+
return (index.h("thead", { key: 'c0da89a75f4581418d5720740ed0f79c5bce92dd', part: "thead" }, index.h("slot", { key: '0bdc929fe606bea86b34e79d54dcbc153565bb40' })));
|
|
13
13
|
}
|
|
14
14
|
};
|
|
15
15
|
SpwTableHead.style = spwTableHeadCss();
|
|
@@ -72,10 +72,10 @@ const SpwTableHeader = class {
|
|
|
72
72
|
}
|
|
73
73
|
attrs.style = stickyStyles;
|
|
74
74
|
}
|
|
75
|
-
return (index.h("th", Object.assign({ key: '
|
|
75
|
+
return (index.h("th", Object.assign({ key: '0da8ebf7e139b4266d3443e5d9c424a0969c3169' }, attrs), index.h("div", { key: '7da8579a5b174a6c897d5b8ced8e00e37a27e478', class: {
|
|
76
76
|
'spw-table-header__content': true,
|
|
77
77
|
'spw-table-header__content--is-sorted': this.isSorted,
|
|
78
|
-
} }, index.h("slot", { key: '
|
|
78
|
+
} }, index.h("slot", { key: '7906a53e056358888c89856636c0a087403bd32c' }), index.h("div", { key: '911d127b191231f17a9738a39833ad55845d9fa7', class: "spw-table-header__icons" }, index.h("slot", { key: '887f5dc4f01c5cf0119ef8942a9b4637ec4838c3', name: "filters" }), (this.tooltipTitle || this.tooltipText) && (index.h("spw-tooltip", { key: '88fe8372660fd365d849b71ab3d51c12f166980c', "tooltip-title": this.tooltipTitle, "tooltip-text": this.tooltipText }, index.h("spw-icon", { key: '130db9e1fb9703af782ddb917d57193b515d03e5', variant: "fa-regular", icon: "fa-circle-question" }))), this.sortable && (index.h("spw-icon", { key: 'a5c24a81555520443834ac0b8a9f02ea91e0f6ca', class: "spw-table-header__sort-icon", icon: this.isSorted ? (this.sortDirection === 'asc' ? 'fa-arrow-up-short-wide' : 'fa-arrow-down-wide-short') : 'fa-arrow-up-arrow-down' }))))));
|
|
79
79
|
}
|
|
80
80
|
};
|
|
81
81
|
SpwTableHeader.style = spwTableHeaderCss();
|
|
@@ -55,7 +55,7 @@ const SpwTableRow = class {
|
|
|
55
55
|
};
|
|
56
56
|
}
|
|
57
57
|
render() {
|
|
58
|
-
return (index.h(index.Host, { key: '
|
|
58
|
+
return (index.h(index.Host, { key: 'd768595b16ef64c24e349eb171dfb63b259d330c', part: "row" }, index.h("tr", { key: '6f20e681a85b2fd75a506594df2e6b81477b4bcd', class: this.elementClass, part: "row" }, index.h("slot", { key: '7fb0cb640ebfbe771037358b4f76d1f74201618a' }))));
|
|
59
59
|
}
|
|
60
60
|
get el() { return index.getElement(this); }
|
|
61
61
|
static get watchers() { return {
|
|
@@ -130,7 +130,7 @@ const SpwTableSidebar = class {
|
|
|
130
130
|
}
|
|
131
131
|
render() {
|
|
132
132
|
const style = Object.assign(Object.assign({}, (this.observedHeight !== undefined && { height: `${this.observedHeight}px` })), { '--spw-table-sidebar-width': `${this.sidebarWidth}px` });
|
|
133
|
-
return (index.h(index.Host, { key: '
|
|
133
|
+
return (index.h(index.Host, { key: '8554f9eb95f58a5ad64964e77549b1bb8dc41e6f', style: style, class: this.hostClass }, index.h("nav", { key: '0ec5a00c0bad4c22813458a391bca3b0016c1467', class: this.elementClass }, index.h("span", { key: 'cf381a971a6421a03f99f9d12c410e80034fe983', class: "spw-table-sidebar__toggle", onClick: this.toggleSidebar, "aria-expanded": this.expanded.toString() }, index.h("spw-icon", { key: '29a00207e5393cdb51387661bb04dd6b337a5faa', icon: "fa-chevron-left" })), index.h("div", { key: '4760134f2c9730aea5213cd67c7dd8dc733f804b', class: "spw-table-sidebar__mini", onClick: this.toggleSidebar }, index.h("spw-icon", { key: 'a8618ffe3d615e0799f9f73b9cfe07207000b062', icon: this.sidebarIcon, variant: "fa-regular" })), index.h("div", { key: '4ffff15eca0cf5afcb4d1f678573f0ca7b8e52f6', class: "spw-table-sidebar__content" }, index.h("div", { key: 'a05174917fc1985f65c9c3c0ec2f15dbd3993f13', class: "spw-table-sidebar__header" }, index.h("span", { key: '1c22fd6d664b33b61fbfb5d856dcd915badc6a76', class: "spw-table-sidebar__header-title" }, index.h("spw-icon", { key: '832973b4ab3e76c0ca170a994e0605b85608ad22', icon: this.sidebarIcon, variant: "fa-regular" }), " ", this.sidebarTitle), this.hasReset && (index.h("spw-button", { key: '10d6e78be2bd124f9c275abbfd0ab2e1e929026f', class: "spw-table-sidebar__header-reset", onClick: this.handleReset, type: "button", variant: "secondary", size: "small", isIconOnly: true, icon: this.resetIcon }))), index.h("div", { key: '30b996387d5ac20e9401619408915c37d3bdcff8', class: "spw-table-sidebar__scrollable-content" }, index.h("slot", { key: '20b007d38da0e1888da85e562d103c55b4c4267a' })), index.h("div", { key: 'a1599bb2745f82c135b51e271ad185a0e93f884e', class: "spw-table-sidebar__footer" }, index.h("slot", { key: '1fbb514e64541089376db7265d9ff761a6d2aa19', name: "sidebar-footer" }))))));
|
|
134
134
|
}
|
|
135
135
|
get el() { return index.getElement(this); }
|
|
136
136
|
};
|
|
@@ -70,7 +70,7 @@ const SpwTabsNavigationItem = class {
|
|
|
70
70
|
const iconClass = `spw-icon--${iconPosition}`;
|
|
71
71
|
const iconElement = this.icon ? index.h("spw-icon", { class: iconClass, icon: this.icon }) : null;
|
|
72
72
|
const tagElement = this.tagText ? (index.h("spw-tag", { size: "small", "has-icon": this.tagIcon ? 'true' : 'false', variant: this.tagVariant }, this.tagText)) : null;
|
|
73
|
-
return (index.h(index.Host, { key: '
|
|
73
|
+
return (index.h(index.Host, { key: '6860fc29e77ba3ede1763d07ba6fe2b5c879e45f', class: this.active ? '--active' : '' }, index.h("li", { key: 'b4615ef2fb921fe7b35754b54112e255d7881fdc', id: `tab-${this.tabId}`, role: "tab", "aria-selected": this.active ? 'true' : 'false', "aria-disabled": this.disabled ? 'true' : 'false', "aria-label": this.accAriaLabel || this.slotText, onKeyDown: this.handleKeyDown, tabIndex: this.disabled ? -1 : 0, class: this.elementClass, onClick: this.handleClick }, this.hasEllipsis && (index.h("spw-tooltip", { key: 'da5aea69897c9844d23920cab18094d18fc0ec1e', cursor: this.disabled ? 'disabled' : 'pointer', class: "spw-tooltip--has-ellipsis", tooltipText: this.slotText }, iconPosition === 'left' && iconElement, index.h("slot", { key: 'dee4a86c6a35638ea760a1bd0f3546f15edcb3cb' }), iconPosition === 'right' && iconElement, tagElement)), !this.hasEllipsis && (index.h(index.Fragment, { key: '5c052db9170060c707e333b6a676c9b9bbd97846' }, iconPosition === 'left' && iconElement, index.h("slot", { key: '3bca21871ca31a19059eadeb972ae0ca33077104' }), iconPosition === 'right' && iconElement, tagElement)), ' ', this.bubble && index.h("span", { key: '4e5dab51787a7c675ecf1c28131c30f78fb2c3cb', class: "bubble" }))));
|
|
74
74
|
}
|
|
75
75
|
get el() { return index.getElement(this); }
|
|
76
76
|
};
|
|
@@ -108,7 +108,7 @@ const SpwTabsNavigation = class {
|
|
|
108
108
|
'spw-tabs-navigation__list--vertical-on-mobile': this.isVerticalOnMobile,
|
|
109
109
|
'spw-tabs-navigation__list--centered': this.isCentered && !this.hasOverflow,
|
|
110
110
|
};
|
|
111
|
-
return (index.h("div", { key: '
|
|
111
|
+
return (index.h("div", { key: '9f44026a898ae033e9e2e00237d80c6c5f0430c6', class: containerClass }, this.showLeftArrow && (index.h("button", { key: '71839693e2f0e59fdbabbd23a5556789ae669203', class: "spw-tabs-navigation__arrow spw-tabs-navigation__arrow--left", onClick: this.scrollLeft, "aria-label": "Faire d\u00E9filer vers la gauche" }, index.h("spw-icon", { key: '5927150df5a818fa90efd30c2b5732b5ad1a2323', icon: "fa-chevron-left" }))), index.h("nav", { key: 'c940c65313d274f90f3c773cf915baed15b8eab3', class: navClass, "aria-label": this.accAriaLabel || 'Navigation' }, index.h("ul", { key: 'c0eef4fb73c775b4b5da67fcbdcd57abdeb07a7b', class: listClass, role: "tablist", ref: el => (this.ulElement = el), onScroll: this.handleScroll }, index.h("slot", { key: '8a9cb2e711bcdfcfe3211afdf36b18d18a43ed08' }))), this.showRightArrow && (index.h("button", { key: '89777371f0d6f5a99360dbad57b653a8e86839d6', class: "spw-tabs-navigation__arrow spw-tabs-navigation__arrow--right", onClick: this.scrollRight, "aria-label": "Faire d\u00E9filer vers la droite" }, index.h("spw-icon", { key: '60e5cf3b4c2a76fe4f5586b147f6d1c5a5b2f479', icon: "fa-chevron-right" })))));
|
|
112
112
|
}
|
|
113
113
|
get hostElement() { return index.getElement(this); }
|
|
114
114
|
};
|
|
@@ -174,7 +174,7 @@ const SpwTabs = class {
|
|
|
174
174
|
};
|
|
175
175
|
}
|
|
176
176
|
render() {
|
|
177
|
-
return (index.h("div", { key: '
|
|
177
|
+
return (index.h("div", { key: '3d71e8cb71c3452b64dad25b215829d41e3caf59', class: this.elementClass }, index.h("slot", { key: '1e1c36b080b297698999c199a42ef0e743a21832', name: "navigation" }), index.h("slot", { key: '183712352b3ee9e5ca355d04ef6ee895c6751e25', name: "content" })));
|
|
178
178
|
}
|
|
179
179
|
get el() { return index.getElement(this); }
|
|
180
180
|
static get watchers() { return {
|
|
@@ -55,7 +55,7 @@ const SpwTag = class {
|
|
|
55
55
|
};
|
|
56
56
|
const iconToDisplay = this.icon || this.getIcon(this.variant);
|
|
57
57
|
const iconElement = this.hasIcon ? index.h("spw-icon", { variant: this.iconVariant, icon: iconToDisplay }) : null;
|
|
58
|
-
return (index.h(index.Host, { key: '
|
|
58
|
+
return (index.h(index.Host, { key: '25d79d8139628f04b52d56ce57d946d30293251f' }, index.h(TagType, Object.assign({ key: '4e4502faf7f71f01f774dec0f6f606250c300bd7' }, attrs, { class: this.elementClass }), this.iconPosition === 'left' && iconElement, index.h("slot", { key: 'b7a4b2f0c9416b45149d62da061d605171f9362e' }), this.iconPosition === 'right' && iconElement)));
|
|
59
59
|
}
|
|
60
60
|
};
|
|
61
61
|
SpwTag.style = spwTagCss();
|
|
@@ -294,7 +294,7 @@ const SpwTextField = class {
|
|
|
294
294
|
};
|
|
295
295
|
}
|
|
296
296
|
render() {
|
|
297
|
-
return (index.h("div", { key: '
|
|
297
|
+
return (index.h("div", { key: '1a909aece29dbbf043b7df0460f5d8537216f1c5', class: this.elementClass }, this.label && (index.h("spw-field-label", { key: 'f2ea58d0ee889f0f79c03287658988b9826e8a61', 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: 'f9df3ea11a33d8ac48c159dd384595f8f1d60318', class: "spw-text-field__field-message", variant: "hint", showIcon: false }, this.assistiveText)), index.h("div", { key: '4952003f7003b658b8f84ae545c4aa695e589738', class: "spw-text-field__container" }, this.type === 'number' && this.hasControls && (index.h("button", { key: 'd93ec9ddb78b6ab67e965c8ce807a130007aba82', type: "button", class: "spw-text-field__number-btn spw-text-field__number-btn--decrement", onClick: () => this.decrement(), disabled: this.disabled || (this.min != null && Number(this.value) <= this.min), "aria-label": this.accAriaLabelDecrement }, index.h("spw-icon", { key: 'd7b74ad8ffdaadcd6b9ee302013b723b1454c8da', icon: "fa-minus" }))), index.h("div", { key: '462ee87a24ef7cc69261f4dd1ea2accf54df790c', class: "spw-text-field__input-container" }, index.h("input", { key: 'd7ad8f51e8d0475029655283195edf254991ee20', class: "spw-text-field__input", ref: el => (this.inputElement = el), type: this.type === 'number' && this.decimalPrecision != null ? 'text' : this.type, inputMode: this.type === 'number' && this.decimalPrecision != null ? 'decimal' : undefined, min: this.type === 'number' && this.decimalPrecision == null ? this.min : undefined, max: this.type === 'number' && this.decimalPrecision == null ? this.max : undefined, step: this.type === 'number' && this.decimalPrecision == null ? this.step : undefined, placeholder: this.placeholder, "aria-label": this.accAriaLabel || this.name, disabled: this.disabled, name: this.name, id: this.name, minLength: this.minLength, maxLength: this.maxLength, required: this.required, onInput: event => this.handleInput(event), onKeyDown: event => this.handleKeyDown(event) }), (this.isSearch || this.isClearIconVisible) && (index.h("div", { key: '91d8d1b92c8487325e17c7b311ae60ad57b5fed0', class: "spw-text-field__icons" }, this.isClearIconVisible && (index.h("span", { key: 'cec98dd049320cfe3b5ca5a0749249b216a0ecd4', class: "spw-text-field__clear", onClick: () => this.handleClear() }, index.h("spw-icon", { key: '60b0bc0835f5da1e81dddbd3e815e7eb55675cc0', class: "spw-text-field__icon spw-text-field__icon--clear", icon: "fa-xmark" }))), this.isSearch && !this.hasSubmitButton && index.h("spw-icon", { key: '7f040bda49db2936f123d81052ffc7aa18d4f2e1', class: "spw-text-field__icon spw-text-field__icon--search", icon: "fa-magnifying-glass" }), this.hasSubmitButton && (index.h("button", { key: '119c076cc684f30810c290d71698c96fcec6be93', type: "button", class: "spw-text-field__submit", onClick: () => this.handleSubmit(), "aria-label": "Rechercher" }, index.h("spw-icon", { key: '35f6011eb271494f4cfb0f1e848f2ffa1aa68caa', icon: "fa-magnifying-glass" })))))), this.type === 'number' && this.hasControls && (index.h("button", { key: 'ab7e685d644bf96c3303ae19a58983b42e083bdb', type: "button", class: "spw-text-field__number-btn spw-text-field__number-btn--increment", onClick: () => this.increment(), disabled: this.disabled || (this.max != null && Number(this.value) >= this.max), "aria-label": this.accAriaLabelIncrement }, index.h("spw-icon", { key: 'c36d63825077dc9ee4ccec5c1dc77caef30e92e2', icon: "fa-plus" }))), this.indicator && index.h("div", { key: '2a5fb89e27a1177f5a4830f3e1b22e7ca8ff3d44', class: "spw-text-field__indicator" }, this.indicator)), this.renderErrorMessage(), this.renderHintMessage(), this.renderSuccessMessage(), this.renderWarningMessage()));
|
|
298
298
|
}
|
|
299
299
|
static get formAssociated() { return true; }
|
|
300
300
|
get el() { return index.getElement(this); }
|
|
@@ -112,7 +112,7 @@ const SpwTextarea = class {
|
|
|
112
112
|
};
|
|
113
113
|
}
|
|
114
114
|
render() {
|
|
115
|
-
return (index.h("div", { key: '
|
|
115
|
+
return (index.h("div", { key: '5cf8a467be38b151663bf4a55cc8276946568545', class: this.elementClass }, this.label && (index.h("spw-field-label", { key: '4ab83e60ab163af266a5830e369f2aff972093c2', 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: '11927f2c8412bfbdb4001df9e8003316dc1eff19', class: "spw-textarea__field-message", variant: "hint", showIcon: false }, this.assistiveText)), index.h("div", { key: 'fdffdd19fb2223fde04ba0ed8e550432deabcfe1', class: "spw-textarea__container" }, index.h("textarea", { key: '4ce75319dfe3d49908917752b4ac39cebd366374', class: "spw-textarea__input", ref: el => (this.textareaElement = el), value: this.internalValue, placeholder: this.placeholder, disabled: this.disabled, name: this.name, id: this.name, rows: this.rows, minLength: this.minLength, maxLength: this.maxLength, required: this.required, onInput: event => this.handleChange(event) })), this.renderErrorMessage(), this.renderHintMessage(), this.renderSuccessMessage(), this.renderWarningMessage()));
|
|
116
116
|
}
|
|
117
117
|
static get formAssociated() { return true; }
|
|
118
118
|
static get watchers() { return {
|
|
@@ -9,7 +9,7 @@ const SpwTileDescription = class {
|
|
|
9
9
|
index.registerInstance(this, hostRef);
|
|
10
10
|
}
|
|
11
11
|
render() {
|
|
12
|
-
return (index.h("div", { key: '
|
|
12
|
+
return (index.h("div", { key: '7d725d4b43f3f1046606ca672d5289a51803e1bb', class: "spw-tile-description" }, index.h("slot", { key: '97f4e02c449d3fae38c1b56913fbcc5f6af4a0b0' })));
|
|
13
13
|
}
|
|
14
14
|
};
|
|
15
15
|
SpwTileDescription.style = spwTileDescriptionCss();
|
|
@@ -9,7 +9,7 @@ const SpwTileTitle = class {
|
|
|
9
9
|
index.registerInstance(this, hostRef);
|
|
10
10
|
}
|
|
11
11
|
render() {
|
|
12
|
-
return (index.h("h3", { key: '
|
|
12
|
+
return (index.h("h3", { key: '3505f501dc1b31ffd4667c144aabe5c3faccb421', class: "spw-tile-title" }, index.h("slot", { key: '2d0427850bd3501c9148c08780c3a1730f36d156' })));
|
|
13
13
|
}
|
|
14
14
|
};
|
|
15
15
|
SpwTileTitle.style = spwTileTitleCss();
|
|
@@ -62,7 +62,7 @@ const SpwTile = class {
|
|
|
62
62
|
href,
|
|
63
63
|
target,
|
|
64
64
|
};
|
|
65
|
-
return (index.h(index.Host, { key: '
|
|
65
|
+
return (index.h(index.Host, { key: '0f64e20d28b7947beb727da09fcf4138f733c7c4' }, index.h(TagType, Object.assign({ key: '478272341b7ad61edfe384e0587bd654701c8ac6' }, attrs, { class: this.elementClass }), this.imageSrc && (this.variant === 'big' || this.variant === 'light') && (index.h(index.Fragment, { key: '3a0a22db5aae7c36657566316d5ef426d1bd78a4' }, index.h("div", { key: '338091d9df7e4e8d12f3ec6ab0a34e1118dbf225', class: "spw-tile__overlay", style: { opacity: `${this.overlayOpacity / 100}` } }), index.h("img", { key: 'b7e820580c5a0c61d9cc81b55f1df9b00015ab13', src: this.imageSrc, alt: this.imageAlt, class: "spw-tile__image" }))), index.h("div", { key: 'f99ea17bb3838f0bdf98c2d606adb1ceab272e6f', class: "spw-tile__content" }, index.h("slot", { key: '6420ab6a1e29fdd9f01a49700605c33f2ddd349a' }), this.href && this.variant === 'big' && (index.h("span", { key: 'd9874ba8898a8aa24f20ab74dab443cf41801f7f', class: "spw-tile__button" }, index.h("spw-icon", { key: 'c363bea6ef5235ff1a161658275f728e6dfab1a7', icon: "fa-chevron-right" })))))));
|
|
66
66
|
}
|
|
67
67
|
get el() { return index.getElement(this); }
|
|
68
68
|
};
|
|
@@ -61,10 +61,10 @@ const SpwTimelineItem = class {
|
|
|
61
61
|
}
|
|
62
62
|
render() {
|
|
63
63
|
const showConnector = this.isLast === 'false';
|
|
64
|
-
return (index.h(index.Host, { key: '
|
|
64
|
+
return (index.h(index.Host, { key: 'a93d0b36d6a670b8216d0cd11469d5a2370a8806' }, index.h("div", { key: 'eabc0b0cf27054c0286513549161802afbf95a0c', class: this.elementClass }, index.h("div", { key: '0adee2e3d74f0cc18dbca0eeb4ffc36d9e0deaa6', class: "spw-timeline-item__step" }, index.h("div", { key: '78a33409e81f73ddd309c5647e50d88fe39e2e3d', class: "spw-timeline-item__icon" }), showConnector && index.h("div", { key: 'bc838d1d31636aaefac3cac92e97f14e13f1dfde', class: "spw-timeline-item__connector" })), index.h("div", { key: '857b5da947f843f8465e94331f629be3bd8e9569', class: "spw-timeline-item__content" }, this.renderLabel(), this.description && (index.h("div", { key: '6e46db9a293a89b6e5844588441e3b859b9e47f2', class: "spw-timeline-item__description-wrapper" }, index.h("div", { key: '24f7d372545acb22d3094f84a73f95d29be11ad4', ref: el => (this.descriptionRef = el), class: {
|
|
65
65
|
'spw-timeline-item__description': true,
|
|
66
66
|
'spw-timeline-item__description--collapsed': !this.isDescriptionExpanded,
|
|
67
|
-
} }, this.description))), index.h("slot", { key: '
|
|
67
|
+
} }, this.description))), index.h("slot", { key: '6622a0960d008781447969fa030d0a4ad5a98a21' })))));
|
|
68
68
|
}
|
|
69
69
|
get el() { return index.getElement(this); }
|
|
70
70
|
};
|
|
@@ -59,11 +59,11 @@ const SpwTimeline = class {
|
|
|
59
59
|
return this.visibleItems > 0 && items.length > this.visibleItems;
|
|
60
60
|
}
|
|
61
61
|
render() {
|
|
62
|
-
return (index.h(index.Host, { key: '
|
|
62
|
+
return (index.h(index.Host, { key: '99d75e1bc7095d83ffe88a7c150660e682cc7d2d' }, index.h("div", { key: 'fb5864bc3cfe13586b985aa05c48c10ad7e7882a', class: this.elementClass }, index.h("slot", { key: '59daaddd1093afe096a0ec2e3aee32ef8bf623b7' })), this.shouldShowToggleButton() && (index.h("div", { key: '44b2977f287019de2f146d89d420c1fb27e05b8f', class: {
|
|
63
63
|
'spw-timeline__toggle': true,
|
|
64
64
|
'spw-timeline__toggle--more': !this.showAll,
|
|
65
65
|
'spw-timeline__toggle--less': this.showAll,
|
|
66
|
-
} }, index.h("span", { key: '
|
|
66
|
+
} }, index.h("span", { key: '71eeba2c697a3610f82f24873420c249ea604a0b', class: "spw-timeline__toggle-btn", onClick: this.handleToggle }, this.showAll ? this.showLessText : this.showMoreText)))));
|
|
67
67
|
}
|
|
68
68
|
get el() { return index.getElement(this); }
|
|
69
69
|
};
|
|
@@ -9,7 +9,7 @@ const SpwToc = class {
|
|
|
9
9
|
index.registerInstance(this, hostRef);
|
|
10
10
|
}
|
|
11
11
|
render() {
|
|
12
|
-
return (index.h(index.Host, { key: '
|
|
12
|
+
return (index.h(index.Host, { key: 'ad8123b6c70663efc94b2ee9ff457b7c9722b28f' }, index.h("slot", { key: '552000df895e2438c713084ee3d659aafda02b67' })));
|
|
13
13
|
}
|
|
14
14
|
};
|
|
15
15
|
SpwToc.style = spwTocCss();
|