@spw-ds/spw-stencil-library 1.17.0 → 1.17.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.
Files changed (87) hide show
  1. package/dist/cem.json +152 -5
  2. package/dist/cjs/loader.cjs.js +1 -1
  3. package/dist/cjs/spw-card.cjs.entry.js +2 -2
  4. package/dist/cjs/spw-hero.cjs.entry.js +3 -3
  5. package/dist/cjs/spw-search-field.cjs.entry.js +20 -2
  6. package/dist/cjs/spw-stencil-library.cjs.js +1 -1
  7. package/dist/cjs/spw-tile-description.cjs.entry.js +1 -1
  8. package/dist/cjs/spw-tile-title.cjs.entry.js +1 -1
  9. package/dist/cjs/spw-tile.cjs.entry.js +17 -4
  10. package/dist/cjs/spw-toc-container.cjs.entry.js +2 -2
  11. package/dist/cjs/spw-toc-navigation.cjs.entry.js +20 -0
  12. package/dist/cjs/spw-topbar.cjs.entry.js +4 -2
  13. package/dist/cjs/spw-wizard-item.cjs.entry.js +1 -1
  14. package/dist/cjs/spw-wizard.cjs.entry.js +1 -1
  15. package/dist/collection/components/spw-card/spw-card.css +7 -0
  16. package/dist/collection/components/spw-card/spw-card.js +1 -1
  17. package/dist/collection/components/spw-hero/spw-hero.js +22 -3
  18. package/dist/collection/components/spw-search-field/spw-search-field.js +76 -3
  19. package/dist/collection/components/spw-tile/spw-tile-description/spw-tile-description.css +3 -0
  20. package/dist/collection/components/spw-tile/spw-tile-title/spw-tile-title.css +14 -2
  21. package/dist/collection/components/spw-tile/spw-tile.css +23 -1
  22. package/dist/collection/components/spw-tile/spw-tile.js +57 -4
  23. package/dist/collection/components/spw-toc/spw-toc-container/spw-toc-container.js +4 -4
  24. package/dist/collection/components/spw-toc/spw-toc-navigation/spw-toc-navigation.js +40 -0
  25. package/dist/collection/components/spw-topbar/spw-topbar.css +61 -2
  26. package/dist/collection/components/spw-topbar/spw-topbar.js +23 -1
  27. package/dist/collection/components/spw-wizard/spw-wizard-item/spw-wizard-item.js +1 -1
  28. package/dist/collection/components/spw-wizard/spw-wizard.js +1 -1
  29. package/dist/collection/stories/organisms/spw-tile/spw-tile.stories.js +117 -0
  30. package/dist/collection/stories/organisms/spw-topbar/spw-topbar.stories.js +48 -1
  31. package/dist/components/spw-card.js +1 -1
  32. package/dist/components/spw-hero.js +1 -1
  33. package/dist/components/spw-search-field.js +1 -1
  34. package/dist/components/spw-tile-description.js +1 -1
  35. package/dist/components/spw-tile-title.js +1 -1
  36. package/dist/components/spw-tile.js +1 -1
  37. package/dist/components/spw-toc-container.js +1 -1
  38. package/dist/components/spw-toc-navigation.js +1 -1
  39. package/dist/components/spw-topbar.js +1 -1
  40. package/dist/components/spw-wizard-item.js +1 -1
  41. package/dist/components/spw-wizard.js +1 -1
  42. package/dist/components_json.json +232 -4
  43. package/dist/components_vscode.json +5509 -0
  44. package/dist/esm/loader.js +1 -1
  45. package/dist/esm/spw-card.entry.js +2 -2
  46. package/dist/esm/spw-hero.entry.js +3 -3
  47. package/dist/esm/spw-search-field.entry.js +20 -2
  48. package/dist/esm/spw-stencil-library.js +1 -1
  49. package/dist/esm/spw-tile-description.entry.js +1 -1
  50. package/dist/esm/spw-tile-title.entry.js +1 -1
  51. package/dist/esm/spw-tile.entry.js +17 -4
  52. package/dist/esm/spw-toc-container.entry.js +2 -2
  53. package/dist/esm/spw-toc-navigation.entry.js +20 -0
  54. package/dist/esm/spw-topbar.entry.js +4 -2
  55. package/dist/esm/spw-wizard-item.entry.js +1 -1
  56. package/dist/esm/spw-wizard.entry.js +1 -1
  57. package/dist/spw-stencil-library/p-1034937d.entry.js +1 -0
  58. package/dist/spw-stencil-library/p-24ddb0e5.entry.js +1 -0
  59. package/dist/spw-stencil-library/{p-b17a13d5.entry.js → p-2e7041df.entry.js} +1 -1
  60. package/dist/spw-stencil-library/p-4a3e2b92.entry.js +1 -0
  61. package/dist/spw-stencil-library/{p-aeb28e9a.entry.js → p-4e4830f6.entry.js} +1 -1
  62. package/dist/spw-stencil-library/{p-94581684.entry.js → p-66a5ccc3.entry.js} +1 -1
  63. package/dist/spw-stencil-library/p-6cfcab87.entry.js +1 -0
  64. package/dist/spw-stencil-library/p-7c705c74.entry.js +1 -0
  65. package/dist/spw-stencil-library/{p-f0f0bd9d.entry.js → p-9ca52f24.entry.js} +1 -1
  66. package/dist/spw-stencil-library/p-a7b1bd08.entry.js +1 -0
  67. package/dist/spw-stencil-library/{p-b9cf4fcb.entry.js → p-aeb616f6.entry.js} +1 -1
  68. package/dist/spw-stencil-library/spw-stencil-library.esm.js +1 -1
  69. package/dist/stats.json +475 -83
  70. package/dist/types/components/spw-hero/spw-hero.d.ts +2 -0
  71. package/dist/types/components/spw-search-field/spw-search-field.d.ts +8 -0
  72. package/dist/types/components/spw-tile/spw-tile.d.ts +5 -1
  73. package/dist/types/components/spw-toc/spw-toc-container/spw-toc-container.d.ts +1 -1
  74. package/dist/types/components/spw-toc/spw-toc-navigation/spw-toc-navigation.d.ts +4 -0
  75. package/dist/types/components/spw-topbar/spw-topbar.d.ts +2 -0
  76. package/dist/types/components.d.ts +74 -4
  77. package/dist/types/stories/organisms/spw-tile/spw-tile.stories.d.ts +4 -1
  78. package/dist/types/stories/organisms/spw-topbar/spw-topbar.stories.d.ts +1 -0
  79. package/hydrate/index.js +83 -21
  80. package/hydrate/index.mjs +83 -21
  81. package/package.json +1 -1
  82. package/dist/spw-stencil-library/p-2b6b85a3.entry.js +0 -1
  83. package/dist/spw-stencil-library/p-2f45d1f5.entry.js +0 -1
  84. package/dist/spw-stencil-library/p-3d6fe416.entry.js +0 -1
  85. package/dist/spw-stencil-library/p-bec8374e.entry.js +0 -1
  86. package/dist/spw-stencil-library/p-f7a94fe7.entry.js +0 -1
  87. package/dist/spw-stencil-library/p-fc9acdf2.entry.js +0 -1
@@ -1 +1 @@
1
- import{p as e,g as t,b as a}from"./p-DkNryMko.js";export{s as setNonce}from"./p-DkNryMko.js";(()=>{const t=import.meta.url,a={};return""!==t&&(a.resourcesUrl=new URL(".",t).href),e(a)})().then((async e=>(await t(),a(JSON.parse('[["p-21e998ba",[[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]}]]],["p-fc9acdf2",[[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}]}]]],["p-005e895a",[[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"],"isExpandable":[4,"is-expandable"],"expandLabel":[1,"expand-label"],"collapseLabel":[1,"collapse-label"],"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}]}]]],["p-8d4885ff",[[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}]}]]],["p-e4f1665f",[[321,"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"],"isExpandable":[4,"is-expandable"],"expandLabel":[1,"expand-label"],"collapseLabel":[1,"collapse-label"],"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}]}]]],["p-b966fc21",[[321,"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"],"isExpandable":[4,"is-expandable"],"expandLabel":[1,"expand-label"],"collapseLabel":[1,"collapse-label"],"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}]}]]],["p-e7c69e88",[[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}]}]]],["p-09818d2e",[[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"],"isExpandable":[4,"is-expandable"],"expandLabel":[1,"expand-label"],"collapseLabel":[1,"collapse-label"],"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}]}]]],["p-5a0c0b53",[[321,"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],"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"],"isExpandable":[4,"is-expandable"],"expandLabel":[1,"expand-label"],"collapseLabel":[1,"collapse-label"],"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}]}]]],["p-b5ba7206",[[65,"spw-file-upload",{"disabled":[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}]}]]],["p-06356658",[[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]}]]],["p-6f244a33",[[1,"spw-header-lang",{"accAriaLabel":[1,"acc-aria-label"],"activeLang":[32],"options":[32]}]]],["p-9bb373cf",[[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"],"extraButtonIconPosition":[1,"extra-button-icon-position"],"emitExtraButtonClick":[4,"emit-extra-button-click"],"extraSecondaryButton":[4,"extra-secondary-button"],"extraSecondaryButtonHref":[1,"extra-secondary-button-href"],"extraSecondaryButtonTarget":[1,"extra-secondary-button-target"],"extraSecondaryButtonText":[1,"extra-secondary-button-text"],"extraSecondaryButtonVariant":[1,"extra-secondary-button-variant"],"extraSecondaryButtonIcon":[1,"extra-secondary-button-icon"],"extraSecondaryButtonIconPosition":[1,"extra-secondary-button-icon-position"],"emitExtraSecondaryButtonClick":[4,"emit-extra-secondary-button-click"],"homepageLabel":[1,"homepage-label"],"level":[32],"element":[32]},[[2,"spwHeaderNavigationNavigate","handleNavigation"]]]]],["p-3d6fe416",[[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"],"tooltipCopyrightTitle":[1,"tooltip-copyright-title"],"tooltipCopyrightText":[1,"tooltip-copyright-text"],"tooltipCopyrightMaxWidth":[1,"tooltip-copyright-max-width"],"imagePosition":[1,"image-position"],"featuredRatio":[1,"featured-ratio"],"featuredRatioMobile":[1,"featured-ratio-mobile"],"featuredRatioTablet":[1,"featured-ratio-tablet"],"featuredRatioDesktop":[1,"featured-ratio-desktop"]}]]],["p-f35c966d",[[1,"spw-scrolltop",{"threshold":[2],"hideOnMobile":[4,"hide-on-mobile"],"accAriaLabel":[1,"acc-aria-label"],"useWindow":[4,"use-window"],"isVisible":[32]}]]],["p-962ec86a",[[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]}]]],["p-f932224f",[[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"]]]]],["p-014cceee",[[257,"spw-breadcrumb-item",{"href":[1],"surface":[32],"label":[32],"truncated":[32]},null,{"surface":[{"surfaceChanged":0}]}]]],["p-568f2002",[[257,"spw-drawer",{"opened":[1540],"caption":[1],"closeButtonText":[1,"close-button-text"],"closeOnOverlayClick":[4,"close-on-overlay-click"],"position":[1],"size":[1],"showCloseButton":[4,"show-close-button"],"showCaption":[4,"show-caption"],"modal":[4],"showDrawer":[32],"slotFooterPresent":[32],"openDrawer":[64],"closeDrawer":[64]},null,{"opened":[{"openedChanged":0}]}]]],["p-d5157e05",[[257,"spw-header-navigation-dropdown",{"viewMoreText":[1,"view-more-text"],"shouldShowViewMore":[32],"parentHref":[32],"parentTarget":[32],"dropdownLevel":[32],"isMegamenu":[32]}]]],["p-86f8bae3",[[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],"hasRightSlotContent":[32],"showMessage":[64],"hideMessage":[64]}]]],["p-4c16d701",[[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}]}]]],["p-a2f8133e",[[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]}]]],["p-6e57e12a",[[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"]]]]],["p-ecbdf71f",[[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"]}]]],["p-caba8c80",[[1,"spw-toast-controller",{"position":[1],"create":[64],"dismissAll":[64]}]]],["p-f5420f60",[[257,"spw-box",{"hasRadius":[4,"has-radius"],"hasShadow":[4,"has-shadow"],"hasBorder":[4,"has-border"],"isSticky":[4,"is-sticky"],"stickyTop":[1,"sticky-top"],"padding":[1],"isCollapsible":[4,"is-collapsible"],"collapsibleBreakpoint":[1,"collapsible-breakpoint"],"isOpen":[32],"windowWidth":[32],"contentScrollHeight":[32]},[[9,"resize","onResize"]]]]],["p-a6c5c836",[[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"]}]]],["p-93788d96",[[260,"spw-dropdown-item",{"href":[1],"disabled":[4],"icon":[1],"iconVariant":[1,"icon-variant"],"hasSubItems":[32],"subItemsOpen":[32]}]]],["p-d6e88176",[[257,"spw-footer-content-col",{"colTitle":[1,"col-title"],"open":[32]}]]],["p-9193e70b",[[257,"spw-header-navigation-item",{"isActive":[4,"is-active"],"variant":[1],"internalIsActive":[32],"hasSubnav":[32],"level":[32],"isSubnavVisible":[32],"lastClickedLevel1Item":[32],"isMobile":[32]}]]],["p-82c5e2e2",[[1,"spw-header-persona",{"personaLabel":[1,"persona-label"],"accAriaLabel":[1,"acc-aria-label"],"activePersona":[32],"options":[32]}]]],["p-176c735c",[[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"]}]]],["p-4da69501",[[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"]]]]],["p-59cb1719",[[257,"spw-list-title",{"icon":[1],"lineClamp":[1,"line-clamp"]}]]],["p-e849e965",[[257,"spw-sidebar",{"defaultExpanded":[4,"default-expanded"],"expanded":[32],"hasTopbar":[32],"open":[64],"close":[64],"toggle":[64]}]]],["p-94f78e4c",[[1,"spw-sidebar-navigation-separator"]]],["p-375581fd",[[257,"spw-sidenav",{"mobileBackLabel":[1,"mobile-back-label"],"focusedItem":[32],"isMobile":[32],"showRoot":[32],"closeAll":[64]},[[0,"spwMobileFocusRequest","handleFocusRequest"]]]]],["p-fade4100",[[260,"spw-sidenav-item",{"href":[1],"icon":[1],"iconVariant":[1,"icon-variant"],"active":[4],"disabled":[4],"openOnClick":[4,"open-on-click"],"hasChildren":[32],"childrenOpen":[32],"hasActiveChild":[32],"mobileFocused":[32],"open":[64],"close":[64],"setMobileFocus":[64]}]]],["p-6b0338cb",[[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"]]]]],["p-2b6b85a3",[[257,"spw-tile",{"variant":[1],"height":[1],"href":[1],"target":[1],"imageSrc":[1,"image-src"],"imageAlt":[1,"image-alt"],"revealDescription":[4,"reveal-description"]},[[0,"slotchange","slotChanged"],[1,"mouseenter","onMouseEnter"],[1,"mouseleave","onMouseLeave"]]]]],["p-6b53d52d",[[257,"spw-timeline-item",{"label":[1],"description":[1],"state":[1],"isLast":[1,"is-last"],"variant":[1],"isDescriptionExpanded":[32],"showToggle":[32]}]]],["p-aeb28e9a",[[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"]}]]],["p-51238b72",[[1,"spw-avatar",{"size":[1],"image":[1],"initials":[1],"bubble":[1],"clickable":[4],"accAriaLabel":[1,"acc-aria-label"]}]]],["p-cb5dbe40",[[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"]}]]],["p-76b03045",[[257,"spw-breadcrumb",{"variant":[1],"surface":[1],"fontSize":[1,"font-size"],"accAriaLabel":[1,"acc-aria-label"]}]]],["p-f7a94fe7",[[257,"spw-card",{"variant":[1],"elementType":[1,"element-type"],"href":[1],"target":[1],"rel":[1],"dateStart":[1,"date-start"],"dateEnd":[1,"date-end"],"monthLabels":[16],"fromLabel":[1,"from-label"],"toLabel":[1,"to-label"],"fullHeight":[4,"full-height"],"disabled":[4],"accAriaLabel":[1,"acc-aria-label"],"hasImage":[32]},[[0,"slotchange","slotChanged"],[1,"mouseenter","onMouseEnter"],[1,"mouseleave","onMouseLeave"]]]]],["p-f91a179d",[[257,"spw-card-content",{"tag":[1],"date":[1],"hasImage":[32]}]]],["p-43af0902",[[257,"spw-card-excerpt",{"lineClamp":[8,"line-clamp"]}]]],["p-39990b60",[[257,"spw-card-subtag-item",{"link":[1]}]]],["p-21db201c",[[260,"spw-card-subtags",{"variant":[1]}]]],["p-a775d477",[[257,"spw-card-title",{"borderColor":[1,"border-color"],"lineClamp":[8,"line-clamp"]}]]],["p-44a07af3",[[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}]}]]],["p-b494a271",[[257,"spw-dropdown-container"]]],["p-ab100252",[[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}]}]]],["p-244c42e1",[[257,"spw-footer-bottom",{"siteTitle":[1,"site-title"],"hasWallonieLogo":[4,"has-wallonie-logo"]}]]],["p-a418baf5",[[257,"spw-footer-content"]]],["p-fbc3d842",[[257,"spw-footer-link",{"href":[1],"target":[1],"linkTitle":[1,"link-title"]}]]],["p-5a08eb26",[[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}]}]]],["p-1603d35d",[[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"]}]]],["p-7ed866cf",[[257,"spw-header-persona-item",{"active":[516]}]]],["p-d29e6f62",[[1,"spw-illustration",{"variant":[1],"width":[1],"height":[1],"alt":[1]}]]],["p-36d80c8f",[[257,"spw-list",{"gap":[1],"surface":[1]},[[0,"slotchange","slotChanged"]]]]],["p-08de3542",[[257,"spw-list-description",{"lineClamp":[1,"line-clamp"]}]]],["p-d92bd82f",[[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}]}]]],["p-ddd9acdc",[[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}]}]]],["p-9987b6a0",[[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}]}]]],["p-7e884c21",[[260,"spw-sidebar-navigation-dropdown",{"open":[1028]}]]],["p-529e0d0d",[[260,"spw-sidenav-group",{"open":[1028]}]]],["p-0cd5c984",[[257,"spw-slider-item"]]],["p-11f9450a",[[260,"spw-socials",{"mainTitle":[1,"main-title"]}]]],["p-f0590340",[[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}]}]]],["p-4c636296",[[257,"spw-table-body",{"isZebra":[516,"is-zebra"],"updateZebraStyles":[64]}]]],["p-7e7cd509",[[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]}]]],["p-6d105331",[[257,"spw-table-container"]]],["p-85cd97f4",[[257,"spw-table-footer"]]],["p-6500046a",[[257,"spw-table-head"]]],["p-758ab426",[[257,"spw-table-row",{"state":[1],"padding":[1]},[[0,"slotchange","slotChanged"]],{"state":[{"onStateChange":0}],"padding":[{"onPaddingChange":0}]}]]],["p-a86fc0a7",[[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}]}]]],["p-da1e18c0",[[257,"spw-tabs-content",{"tabId":[1,"tab-id"],"active":[4]}]]],["p-f0f0bd9d",[[257,"spw-tile-description"]]],["p-b9cf4fcb",[[257,"spw-tile-title"]]],["p-9d93af2b",[[257,"spw-timeline",{"visibleItems":[2,"visible-items"],"showMoreText":[1,"show-more-text"],"showLessText":[1,"show-less-text"],"showAll":[32]},[[0,"slotchange","slotChanged"]]]]],["p-36484429",[[260,"spw-toc"]]],["p-94581684",[[260,"spw-toc-container",{"depth":[1],"getItems":[64]},null,{"depth":[{"depthChanged":0}]}]]],["p-bec8374e",[[0,"spw-toc-navigation",{"variant":[1],"items":[32],"currentItemIndex":[32],"currentH2Index":[32],"h2ProgressPercents":[32],"clickedH2Index":[32],"h2Distances":[32]},[[8,"tocItemsChanged","handleTocItemsChanged"]]]]],["p-2f45d1f5",[[257,"spw-topbar",{"siteTitle":[1,"site-title"],"hasWallonieLogo":[4,"has-wallonie-logo"],"homepageLink":[1,"homepage-link"],"emitLogoClick":[4,"emit-logo-click"]}]]],["p-b17a13d5",[[257,"spw-wizard",{"currentStep":[1026,"current-step"],"variant":[1],"canClickNextSteps":[4,"can-click-next-steps"],"setStep":[64]},[[0,"slotchange","slotChanged"],[0,"wizardItemClick","handleStepClick"]]]]],["p-2c430e60",[[257,"spw-skeleton",{"blocks":[2],"variant":[1]}]]],["p-48078447",[[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],"isExpandable":[4,"is-expandable"],"expandLabel":[1,"expand-label"],"collapseLabel":[1,"collapse-label"],"tooltipTitle":[1,"tooltip-title"],"tooltipText":[1,"tooltip-text"],"tooltipMaxWidth":[1,"tooltip-max-width"],"tooltipDirection":[1,"tooltip-direction"],"tooltipCursor":[1,"tooltip-cursor"]},null,{"error":[{"handleSlotChange":0}]}],[260,"spw-theme-provider",{"theme":[1]}],[1,"spw-separator",{"surface":[1],"direction":[1],"thickness":[2],"width":[1],"height":[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"]}],[262,"spw-field-message",{"showIcon":[4,"show-icon"],"variant":[1],"isExpandable":[4,"is-expandable"],"expandLabel":[1,"expand-label"],"collapseLabel":[1,"collapse-label"],"isExpanded":[32]}],[257,"spw-tooltip",{"tooltipTitle":[1,"tooltip-title"],"tooltipText":[1,"tooltip-text"],"maxWidth":[1,"max-width"],"direction":[1],"cursor":[1],"visible":[4],"isVisible":[32]}],[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-icon",{"icon":[1],"variant":[1]}]]],["p-2e0e0459",[[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}]}]]],["p-f38709c1",[[321,"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],"isExpandable":[4,"is-expandable"],"expandLabel":[1,"expand-label"],"collapseLabel":[1,"collapse-label"],"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}]}]]],["p-c62049fc",[[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}]}]]],["p-13426e40",[[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"]}]]],["p-898f2ca7",[[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}]}]]],["p-0edf6e69",[[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]}]]]]'),e))));
1
+ import{p as e,g as t,b as a}from"./p-DkNryMko.js";export{s as setNonce}from"./p-DkNryMko.js";(()=>{const t=import.meta.url,a={};return""!==t&&(a.resourcesUrl=new URL(".",t).href),e(a)})().then((async e=>(await t(),a(JSON.parse('[["p-21e998ba",[[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]}]]],["p-6cfcab87",[[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"],"hasMoreResults":[4,"has-more-results"],"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],"showViewAll":[32],"resetInput":[64],"setValue":[64],"getValue":[64],"showViewAllResults":[64],"hideViewAllResults":[64]},null,{"hasMoreResults":[{"handleHasMoreResultsChange":0}],"value":[{"handleValueChange":0}],"items":[{"parseItems":0}]}]]],["p-005e895a",[[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"],"isExpandable":[4,"is-expandable"],"expandLabel":[1,"expand-label"],"collapseLabel":[1,"collapse-label"],"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}]}]]],["p-8d4885ff",[[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}]}]]],["p-e4f1665f",[[321,"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"],"isExpandable":[4,"is-expandable"],"expandLabel":[1,"expand-label"],"collapseLabel":[1,"collapse-label"],"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}]}]]],["p-b966fc21",[[321,"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"],"isExpandable":[4,"is-expandable"],"expandLabel":[1,"expand-label"],"collapseLabel":[1,"collapse-label"],"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}]}]]],["p-e7c69e88",[[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}]}]]],["p-09818d2e",[[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"],"isExpandable":[4,"is-expandable"],"expandLabel":[1,"expand-label"],"collapseLabel":[1,"collapse-label"],"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}]}]]],["p-5a0c0b53",[[321,"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],"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"],"isExpandable":[4,"is-expandable"],"expandLabel":[1,"expand-label"],"collapseLabel":[1,"collapse-label"],"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}]}]]],["p-b5ba7206",[[65,"spw-file-upload",{"disabled":[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}]}]]],["p-06356658",[[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]}]]],["p-6f244a33",[[1,"spw-header-lang",{"accAriaLabel":[1,"acc-aria-label"],"activeLang":[32],"options":[32]}]]],["p-9bb373cf",[[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"],"extraButtonIconPosition":[1,"extra-button-icon-position"],"emitExtraButtonClick":[4,"emit-extra-button-click"],"extraSecondaryButton":[4,"extra-secondary-button"],"extraSecondaryButtonHref":[1,"extra-secondary-button-href"],"extraSecondaryButtonTarget":[1,"extra-secondary-button-target"],"extraSecondaryButtonText":[1,"extra-secondary-button-text"],"extraSecondaryButtonVariant":[1,"extra-secondary-button-variant"],"extraSecondaryButtonIcon":[1,"extra-secondary-button-icon"],"extraSecondaryButtonIconPosition":[1,"extra-secondary-button-icon-position"],"emitExtraSecondaryButtonClick":[4,"emit-extra-secondary-button-click"],"homepageLabel":[1,"homepage-label"],"level":[32],"element":[32]},[[2,"spwHeaderNavigationNavigate","handleNavigation"]]]]],["p-7c705c74",[[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"],"tooltipCopyrightTitle":[1,"tooltip-copyright-title"],"tooltipCopyrightText":[1,"tooltip-copyright-text"],"tooltipCopyrightMaxWidth":[1,"tooltip-copyright-max-width"],"imagePosition":[1,"image-position"],"imageFit":[1,"image-fit"],"featuredRatio":[1,"featured-ratio"],"featuredRatioMobile":[1,"featured-ratio-mobile"],"featuredRatioTablet":[1,"featured-ratio-tablet"],"featuredRatioDesktop":[1,"featured-ratio-desktop"]}]]],["p-f35c966d",[[1,"spw-scrolltop",{"threshold":[2],"hideOnMobile":[4,"hide-on-mobile"],"accAriaLabel":[1,"acc-aria-label"],"useWindow":[4,"use-window"],"isVisible":[32]}]]],["p-962ec86a",[[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]}]]],["p-f932224f",[[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"]]]]],["p-014cceee",[[257,"spw-breadcrumb-item",{"href":[1],"surface":[32],"label":[32],"truncated":[32]},null,{"surface":[{"surfaceChanged":0}]}]]],["p-568f2002",[[257,"spw-drawer",{"opened":[1540],"caption":[1],"closeButtonText":[1,"close-button-text"],"closeOnOverlayClick":[4,"close-on-overlay-click"],"position":[1],"size":[1],"showCloseButton":[4,"show-close-button"],"showCaption":[4,"show-caption"],"modal":[4],"showDrawer":[32],"slotFooterPresent":[32],"openDrawer":[64],"closeDrawer":[64]},null,{"opened":[{"openedChanged":0}]}]]],["p-d5157e05",[[257,"spw-header-navigation-dropdown",{"viewMoreText":[1,"view-more-text"],"shouldShowViewMore":[32],"parentHref":[32],"parentTarget":[32],"dropdownLevel":[32],"isMegamenu":[32]}]]],["p-86f8bae3",[[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],"hasRightSlotContent":[32],"showMessage":[64],"hideMessage":[64]}]]],["p-4c16d701",[[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}]}]]],["p-a2f8133e",[[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]}]]],["p-6e57e12a",[[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"]]]]],["p-ecbdf71f",[[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"]}]]],["p-caba8c80",[[1,"spw-toast-controller",{"position":[1],"create":[64],"dismissAll":[64]}]]],["p-f5420f60",[[257,"spw-box",{"hasRadius":[4,"has-radius"],"hasShadow":[4,"has-shadow"],"hasBorder":[4,"has-border"],"isSticky":[4,"is-sticky"],"stickyTop":[1,"sticky-top"],"padding":[1],"isCollapsible":[4,"is-collapsible"],"collapsibleBreakpoint":[1,"collapsible-breakpoint"],"isOpen":[32],"windowWidth":[32],"contentScrollHeight":[32]},[[9,"resize","onResize"]]]]],["p-a6c5c836",[[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"]}]]],["p-93788d96",[[260,"spw-dropdown-item",{"href":[1],"disabled":[4],"icon":[1],"iconVariant":[1,"icon-variant"],"hasSubItems":[32],"subItemsOpen":[32]}]]],["p-d6e88176",[[257,"spw-footer-content-col",{"colTitle":[1,"col-title"],"open":[32]}]]],["p-9193e70b",[[257,"spw-header-navigation-item",{"isActive":[4,"is-active"],"variant":[1],"internalIsActive":[32],"hasSubnav":[32],"level":[32],"isSubnavVisible":[32],"lastClickedLevel1Item":[32],"isMobile":[32]}]]],["p-82c5e2e2",[[1,"spw-header-persona",{"personaLabel":[1,"persona-label"],"accAriaLabel":[1,"acc-aria-label"],"activePersona":[32],"options":[32]}]]],["p-176c735c",[[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"]}]]],["p-4da69501",[[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"]]]]],["p-59cb1719",[[257,"spw-list-title",{"icon":[1],"lineClamp":[1,"line-clamp"]}]]],["p-e849e965",[[257,"spw-sidebar",{"defaultExpanded":[4,"default-expanded"],"expanded":[32],"hasTopbar":[32],"open":[64],"close":[64],"toggle":[64]}]]],["p-94f78e4c",[[1,"spw-sidebar-navigation-separator"]]],["p-375581fd",[[257,"spw-sidenav",{"mobileBackLabel":[1,"mobile-back-label"],"focusedItem":[32],"isMobile":[32],"showRoot":[32],"closeAll":[64]},[[0,"spwMobileFocusRequest","handleFocusRequest"]]]]],["p-fade4100",[[260,"spw-sidenav-item",{"href":[1],"icon":[1],"iconVariant":[1,"icon-variant"],"active":[4],"disabled":[4],"openOnClick":[4,"open-on-click"],"hasChildren":[32],"childrenOpen":[32],"hasActiveChild":[32],"mobileFocused":[32],"open":[64],"close":[64],"setMobileFocus":[64]}]]],["p-6b0338cb",[[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"]]]]],["p-a7b1bd08",[[257,"spw-tile",{"variant":[1],"surface":[1],"background":[1],"height":[1],"href":[1],"target":[1],"imageSrc":[1,"image-src"],"imageAlt":[1,"image-alt"],"revealDescription":[4,"reveal-description"]},[[0,"slotchange","slotChanged"],[1,"mouseenter","onMouseEnter"],[1,"mouseleave","onMouseLeave"]]]]],["p-6b53d52d",[[257,"spw-timeline-item",{"label":[1],"description":[1],"state":[1],"isLast":[1,"is-last"],"variant":[1],"isDescriptionExpanded":[32],"showToggle":[32]}]]],["p-4e4830f6",[[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"]}]]],["p-51238b72",[[1,"spw-avatar",{"size":[1],"image":[1],"initials":[1],"bubble":[1],"clickable":[4],"accAriaLabel":[1,"acc-aria-label"]}]]],["p-cb5dbe40",[[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"]}]]],["p-76b03045",[[257,"spw-breadcrumb",{"variant":[1],"surface":[1],"fontSize":[1,"font-size"],"accAriaLabel":[1,"acc-aria-label"]}]]],["p-24ddb0e5",[[257,"spw-card",{"variant":[1],"elementType":[1,"element-type"],"href":[1],"target":[1],"rel":[1],"dateStart":[1,"date-start"],"dateEnd":[1,"date-end"],"monthLabels":[16],"fromLabel":[1,"from-label"],"toLabel":[1,"to-label"],"fullHeight":[4,"full-height"],"disabled":[4],"accAriaLabel":[1,"acc-aria-label"],"hasImage":[32]},[[0,"slotchange","slotChanged"],[1,"mouseenter","onMouseEnter"],[1,"mouseleave","onMouseLeave"]]]]],["p-f91a179d",[[257,"spw-card-content",{"tag":[1],"date":[1],"hasImage":[32]}]]],["p-43af0902",[[257,"spw-card-excerpt",{"lineClamp":[8,"line-clamp"]}]]],["p-39990b60",[[257,"spw-card-subtag-item",{"link":[1]}]]],["p-21db201c",[[260,"spw-card-subtags",{"variant":[1]}]]],["p-a775d477",[[257,"spw-card-title",{"borderColor":[1,"border-color"],"lineClamp":[8,"line-clamp"]}]]],["p-44a07af3",[[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}]}]]],["p-b494a271",[[257,"spw-dropdown-container"]]],["p-ab100252",[[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}]}]]],["p-244c42e1",[[257,"spw-footer-bottom",{"siteTitle":[1,"site-title"],"hasWallonieLogo":[4,"has-wallonie-logo"]}]]],["p-a418baf5",[[257,"spw-footer-content"]]],["p-fbc3d842",[[257,"spw-footer-link",{"href":[1],"target":[1],"linkTitle":[1,"link-title"]}]]],["p-5a08eb26",[[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}]}]]],["p-1603d35d",[[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"]}]]],["p-7ed866cf",[[257,"spw-header-persona-item",{"active":[516]}]]],["p-d29e6f62",[[1,"spw-illustration",{"variant":[1],"width":[1],"height":[1],"alt":[1]}]]],["p-36d80c8f",[[257,"spw-list",{"gap":[1],"surface":[1]},[[0,"slotchange","slotChanged"]]]]],["p-08de3542",[[257,"spw-list-description",{"lineClamp":[1,"line-clamp"]}]]],["p-d92bd82f",[[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}]}]]],["p-ddd9acdc",[[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}]}]]],["p-9987b6a0",[[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}]}]]],["p-7e884c21",[[260,"spw-sidebar-navigation-dropdown",{"open":[1028]}]]],["p-529e0d0d",[[260,"spw-sidenav-group",{"open":[1028]}]]],["p-0cd5c984",[[257,"spw-slider-item"]]],["p-11f9450a",[[260,"spw-socials",{"mainTitle":[1,"main-title"]}]]],["p-f0590340",[[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}]}]]],["p-4c636296",[[257,"spw-table-body",{"isZebra":[516,"is-zebra"],"updateZebraStyles":[64]}]]],["p-7e7cd509",[[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]}]]],["p-6d105331",[[257,"spw-table-container"]]],["p-85cd97f4",[[257,"spw-table-footer"]]],["p-6500046a",[[257,"spw-table-head"]]],["p-758ab426",[[257,"spw-table-row",{"state":[1],"padding":[1]},[[0,"slotchange","slotChanged"]],{"state":[{"onStateChange":0}],"padding":[{"onPaddingChange":0}]}]]],["p-a86fc0a7",[[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}]}]]],["p-da1e18c0",[[257,"spw-tabs-content",{"tabId":[1,"tab-id"],"active":[4]}]]],["p-9ca52f24",[[257,"spw-tile-description"]]],["p-aeb616f6",[[257,"spw-tile-title"]]],["p-9d93af2b",[[257,"spw-timeline",{"visibleItems":[2,"visible-items"],"showMoreText":[1,"show-more-text"],"showLessText":[1,"show-less-text"],"showAll":[32]},[[0,"slotchange","slotChanged"]]]]],["p-36484429",[[260,"spw-toc"]]],["p-66a5ccc3",[[260,"spw-toc-container",{"depth":[1025],"getItems":[64]},null,{"depth":[{"depthChanged":0}]}]]],["p-1034937d",[[0,"spw-toc-navigation",{"variant":[1],"depth":[1],"items":[32],"currentItemIndex":[32],"currentH2Index":[32],"h2ProgressPercents":[32],"clickedH2Index":[32],"h2Distances":[32]},[[8,"tocItemsChanged","handleTocItemsChanged"]],{"depth":[{"depthChanged":0}]}]]],["p-4a3e2b92",[[257,"spw-topbar",{"siteTitle":[1,"site-title"],"borderColor":[1,"border-color"],"hasWallonieLogo":[4,"has-wallonie-logo"],"homepageLink":[1,"homepage-link"],"emitLogoClick":[4,"emit-logo-click"]}]]],["p-2e7041df",[[257,"spw-wizard",{"currentStep":[1026,"current-step"],"variant":[1],"canClickNextSteps":[4,"can-click-next-steps"],"setStep":[64]},[[0,"slotchange","slotChanged"],[0,"wizardItemClick","handleStepClick"]]]]],["p-2c430e60",[[257,"spw-skeleton",{"blocks":[2],"variant":[1]}]]],["p-48078447",[[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],"isExpandable":[4,"is-expandable"],"expandLabel":[1,"expand-label"],"collapseLabel":[1,"collapse-label"],"tooltipTitle":[1,"tooltip-title"],"tooltipText":[1,"tooltip-text"],"tooltipMaxWidth":[1,"tooltip-max-width"],"tooltipDirection":[1,"tooltip-direction"],"tooltipCursor":[1,"tooltip-cursor"]},null,{"error":[{"handleSlotChange":0}]}],[260,"spw-theme-provider",{"theme":[1]}],[1,"spw-separator",{"surface":[1],"direction":[1],"thickness":[2],"width":[1],"height":[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"]}],[262,"spw-field-message",{"showIcon":[4,"show-icon"],"variant":[1],"isExpandable":[4,"is-expandable"],"expandLabel":[1,"expand-label"],"collapseLabel":[1,"collapse-label"],"isExpanded":[32]}],[257,"spw-tooltip",{"tooltipTitle":[1,"tooltip-title"],"tooltipText":[1,"tooltip-text"],"maxWidth":[1,"max-width"],"direction":[1],"cursor":[1],"visible":[4],"isVisible":[32]}],[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-icon",{"icon":[1],"variant":[1]}]]],["p-2e0e0459",[[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}]}]]],["p-f38709c1",[[321,"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],"isExpandable":[4,"is-expandable"],"expandLabel":[1,"expand-label"],"collapseLabel":[1,"collapse-label"],"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}]}]]],["p-c62049fc",[[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}]}]]],["p-13426e40",[[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"]}]]],["p-898f2ca7",[[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}]}]]],["p-0edf6e69",[[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]}]]]]'),e))));