@postnord/pn-marketweb-components 4.3.5 → 4.3.7

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 (421) hide show
  1. package/cjs/{convert-9361e443.js → convert-aa209554.js} +27 -17
  2. package/cjs/convert-aa209554.js.map +1 -0
  3. package/cjs/pn-find-price.cjs.entry.js +1 -1
  4. package/cjs/pn-find-service-and-price.cjs.entry.js +1 -1
  5. package/cjs/pn-product-pricelist.cjs.entry.js +1 -1
  6. package/cjs/pn-teaser-card.cjs.entry.js +1 -1
  7. package/cjs/pn-teaser-card.cjs.entry.js.map +1 -1
  8. package/collection/components/cards/pn-teaser-card/pn-teaser-card.css +2 -2
  9. package/collection/components/layout-components/pn-marketweb-header/pn-marketweb-header-salesforce-loader.stories.js +479 -0
  10. package/collection/components/layout-components/pn-marketweb-header/pn-marketweb-header-salesforce-loader.stories.js.map +1 -0
  11. package/components/convert.js +26 -16
  12. package/components/convert.js.map +1 -1
  13. package/components/pn-teaser-card.js +1 -1
  14. package/components/pn-teaser-card.js.map +1 -1
  15. package/esm/{convert-ecca01b6.js → convert-a9a18794.js} +27 -17
  16. package/esm/convert-a9a18794.js.map +1 -0
  17. package/esm/pn-find-price.entry.js +1 -1
  18. package/esm/pn-find-service-and-price.entry.js +1 -1
  19. package/esm/pn-product-pricelist.entry.js +1 -1
  20. package/esm/pn-teaser-card.entry.js +1 -1
  21. package/esm/pn-teaser-card.entry.js.map +1 -1
  22. package/package.json +1 -1
  23. package/pn-market-web-components/p-00e6bb4b.js +2 -0
  24. package/pn-market-web-components/p-00e6bb4b.js.map +1 -0
  25. package/pn-market-web-components/{p-c4059cc1.entry.js → p-181e40ee.entry.js} +2 -2
  26. package/pn-market-web-components/{p-6d263c6e.entry.js → p-96d81eb2.entry.js} +2 -2
  27. package/pn-market-web-components/p-96d81eb2.entry.js.map +1 -0
  28. package/pn-market-web-components/{p-f8ccc718.entry.js → p-a0d7154f.entry.js} +2 -2
  29. package/pn-market-web-components/{p-413afe7c.entry.js → p-c18154a4.entry.js} +2 -2
  30. package/pn-market-web-components/pn-market-web-components.esm.js +1 -1
  31. package/types/components/layout-components/pn-marketweb-header/pn-marketweb-header-salesforce-loader.stories.d.ts +11 -0
  32. package/umd/modules/@postnord/web-components/cem.json +12220 -0
  33. package/umd/modules/@postnord/web-components/cjs/{index-CfUQZtlH.js → index-DWu-2oJc.js} +144 -85
  34. package/umd/modules/@postnord/web-components/cjs/{index-CNdVg5VI.js → index-vOySuOUW.js} +1 -1
  35. package/umd/modules/@postnord/web-components/cjs/index.cjs.js +18 -16
  36. package/umd/modules/@postnord/web-components/cjs/loader.cjs.js +2 -2
  37. package/umd/modules/@postnord/web-components/cjs/pn-accordion-row.cjs.entry.js +2 -2
  38. package/umd/modules/@postnord/web-components/cjs/pn-accordion.cjs.entry.js +5 -4
  39. package/umd/modules/@postnord/web-components/cjs/pn-action-menu.cjs.entry.js +6 -6
  40. package/umd/modules/@postnord/web-components/cjs/pn-button-dropdown.cjs.entry.js +1 -1
  41. package/umd/modules/@postnord/web-components/cjs/pn-button_2.cjs.entry.js +3 -3
  42. package/umd/modules/@postnord/web-components/cjs/pn-card.cjs.entry.js +4 -4
  43. package/umd/modules/@postnord/web-components/cjs/pn-checkbox.cjs.entry.js +63 -21
  44. package/umd/modules/@postnord/web-components/cjs/pn-choice-chip.cjs.entry.js +38 -18
  45. package/umd/modules/@postnord/web-components/cjs/pn-counter.cjs.entry.js +71 -37
  46. package/umd/modules/@postnord/web-components/cjs/pn-date-picker.cjs.entry.js +185 -103
  47. package/umd/modules/@postnord/web-components/cjs/pn-fieldset.cjs.entry.js +33 -27
  48. package/umd/modules/@postnord/web-components/cjs/pn-file-upload.cjs.entry.js +73 -42
  49. package/umd/modules/@postnord/web-components/cjs/pn-footer.cjs.entry.js +2 -2
  50. package/umd/modules/@postnord/web-components/cjs/pn-header.cjs.entry.js +2 -2
  51. package/umd/modules/@postnord/web-components/cjs/pn-icon_2.cjs.entry.js +8 -10
  52. package/umd/modules/@postnord/web-components/cjs/pn-illustration.cjs.entry.js +3 -3
  53. package/umd/modules/@postnord/web-components/cjs/pn-input.cjs.entry.js +122 -89
  54. package/umd/modules/@postnord/web-components/cjs/pn-modal.cjs.entry.js +24 -12
  55. package/umd/modules/@postnord/web-components/cjs/pn-multiselect.cjs.entry.js +136 -52
  56. package/umd/modules/@postnord/web-components/cjs/pn-ocr-search.cjs.entry.js +2 -2
  57. package/umd/modules/@postnord/web-components/cjs/pn-page-nav-dropdown-item.cjs.entry.js +3 -3
  58. package/umd/modules/@postnord/web-components/cjs/pn-page-nav-item.cjs.entry.js +3 -3
  59. package/umd/modules/@postnord/web-components/cjs/pn-page-nav.cjs.entry.js +3 -3
  60. package/umd/modules/@postnord/web-components/cjs/pn-pagination.cjs.entry.js +4 -4
  61. package/umd/modules/@postnord/web-components/cjs/pn-progress-bar.cjs.entry.js +2 -2
  62. package/umd/modules/@postnord/web-components/cjs/pn-progress-indicator-step.cjs.entry.js +3 -3
  63. package/umd/modules/@postnord/web-components/cjs/pn-progress-indicator.cjs.entry.js +3 -3
  64. package/umd/modules/@postnord/web-components/cjs/pn-progress-stepper.cjs.entry.js +2 -2
  65. package/umd/modules/@postnord/web-components/cjs/pn-radio-button.cjs.entry.js +61 -20
  66. package/umd/modules/@postnord/web-components/cjs/pn-range.cjs.entry.js +88 -43
  67. package/umd/modules/@postnord/web-components/cjs/pn-read-only-button.cjs.entry.js +1 -1
  68. package/umd/modules/@postnord/web-components/cjs/pn-search-field.cjs.entry.js +42 -25
  69. package/umd/modules/@postnord/web-components/cjs/pn-segment.cjs.entry.js +16 -11
  70. package/umd/modules/@postnord/web-components/cjs/pn-segmented-control.cjs.entry.js +21 -21
  71. package/umd/modules/@postnord/web-components/cjs/pn-select.cjs.entry.js +90 -35
  72. package/umd/modules/@postnord/web-components/cjs/pn-tab.cjs.entry.js +15 -10
  73. package/umd/modules/@postnord/web-components/cjs/pn-table.cjs.entry.js +1 -1
  74. package/umd/modules/@postnord/web-components/cjs/pn-tablist.cjs.entry.js +5 -4
  75. package/umd/modules/@postnord/web-components/cjs/pn-text-link.cjs.entry.js +2 -2
  76. package/umd/modules/@postnord/web-components/cjs/pn-textarea.cjs.entry.js +88 -34
  77. package/umd/modules/@postnord/web-components/cjs/pn-tile.cjs.entry.js +3 -3
  78. package/umd/modules/@postnord/web-components/cjs/pn-toast.cjs.entry.js +5 -5
  79. package/umd/modules/@postnord/web-components/cjs/pn-toggle-switch.cjs.entry.js +56 -20
  80. package/umd/modules/@postnord/web-components/cjs/pn-tooltip.cjs.entry.js +2 -2
  81. package/umd/modules/@postnord/web-components/cjs/pn-wizard.cjs.entry.js +71 -49
  82. package/umd/modules/@postnord/web-components/cjs/pn-zipcode-search.cjs.entry.js +3 -3
  83. package/umd/modules/@postnord/web-components/cjs/postnord-web-components.cjs.js +3 -3
  84. package/umd/modules/@postnord/web-components/collection/collection-manifest.json +4 -1
  85. package/umd/modules/@postnord/web-components/collection/components/buttons/pn-action-menu/pn-action-menu.css +1 -10
  86. package/umd/modules/@postnord/web-components/collection/components/content/pn-accordion/pn-accordion.js +5 -4
  87. package/umd/modules/@postnord/web-components/collection/components/design-tokens/pn-icon/pn-icon.css +13 -9
  88. package/umd/modules/@postnord/web-components/collection/components/design-tokens/pn-icon/pn-icon.js +12 -14
  89. package/umd/modules/@postnord/web-components/collection/components/design-tokens/pn-illustration/pn-illustration.css +6 -2
  90. package/umd/modules/@postnord/web-components/collection/components/design-tokens/pn-illustration/pn-illustration.js +7 -1
  91. package/umd/modules/@postnord/web-components/collection/components/feedback/pn-modal/pn-modal.css +4 -1
  92. package/umd/modules/@postnord/web-components/collection/components/feedback/pn-modal/pn-modal.js +71 -13
  93. package/umd/modules/@postnord/web-components/collection/components/feedback/pn-progress-bar/pn-progress-bar.js +1 -1
  94. package/umd/modules/@postnord/web-components/collection/components/feedback/pn-progress-indicator/pn-progress-indicator-step/pn-progress-indicator-step.js +1 -1
  95. package/umd/modules/@postnord/web-components/collection/components/feedback/pn-progress-indicator/pn-progress-indicator.js +1 -1
  96. package/umd/modules/@postnord/web-components/collection/components/feedback/pn-progress-stepper/pn-progress-stepper.js +1 -1
  97. package/umd/modules/@postnord/web-components/collection/components/feedback/pn-spinner/pn-spinner.js +1 -1
  98. package/umd/modules/@postnord/web-components/collection/components/feedback/pn-toast/pn-toast.js +1 -1
  99. package/umd/modules/@postnord/web-components/collection/components/feedback/pn-tooltip/pn-tooltip.js +1 -1
  100. package/umd/modules/@postnord/web-components/collection/components/feedback/pn-wizard/pn-wizard.css +5 -5
  101. package/umd/modules/@postnord/web-components/collection/components/feedback/pn-wizard/pn-wizard.js +70 -45
  102. package/umd/modules/@postnord/web-components/collection/components/input/pn-checkbox/pn-checkbox.css +3 -1
  103. package/umd/modules/@postnord/web-components/collection/components/input/pn-checkbox/pn-checkbox.js +213 -52
  104. package/umd/modules/@postnord/web-components/collection/components/input/pn-choice-chip/pn-choice-chip.css +1 -1
  105. package/umd/modules/@postnord/web-components/collection/components/input/pn-choice-chip/pn-choice-chip.js +128 -68
  106. package/umd/modules/@postnord/web-components/collection/components/input/pn-counter/pn-counter.js +305 -154
  107. package/umd/modules/@postnord/web-components/collection/components/input/pn-date-picker/pn-date-picker.js +562 -275
  108. package/umd/modules/@postnord/web-components/collection/components/input/pn-fieldset/pn-fieldset.css +21 -16
  109. package/umd/modules/@postnord/web-components/collection/components/input/pn-fieldset/pn-fieldset.js +114 -54
  110. package/umd/modules/@postnord/web-components/collection/components/input/pn-file-upload/pn-file-upload.css +37 -50
  111. package/umd/modules/@postnord/web-components/collection/components/input/pn-file-upload/pn-file-upload.js +159 -97
  112. package/umd/modules/@postnord/web-components/collection/components/input/pn-file-upload/translation.js +7 -0
  113. package/umd/modules/@postnord/web-components/collection/components/input/pn-input/pn-input.css +1 -1
  114. package/umd/modules/@postnord/web-components/collection/components/input/pn-input/pn-input.js +415 -264
  115. package/umd/modules/@postnord/web-components/collection/components/input/pn-multiselect/pn-multiselect.css +13 -24
  116. package/umd/modules/@postnord/web-components/collection/components/input/pn-multiselect/pn-multiselect.js +316 -131
  117. package/umd/modules/@postnord/web-components/collection/components/input/pn-radio-button/pn-radio-button.css +3 -1
  118. package/umd/modules/@postnord/web-components/collection/components/input/pn-radio-button/pn-radio-button.js +223 -63
  119. package/umd/modules/@postnord/web-components/collection/components/input/pn-range/pn-range.css +3 -0
  120. package/umd/modules/@postnord/web-components/collection/components/input/pn-range/pn-range.js +357 -191
  121. package/umd/modules/@postnord/web-components/collection/components/input/pn-search-field/pn-search-field.css +6 -9
  122. package/umd/modules/@postnord/web-components/collection/components/input/pn-search-field/pn-search-field.js +177 -90
  123. package/umd/modules/@postnord/web-components/collection/components/input/pn-segmented-control/pn-segmented-control.css +1 -1
  124. package/umd/modules/@postnord/web-components/collection/components/input/pn-segmented-control/pn-segmented-control.js +24 -24
  125. package/umd/modules/@postnord/web-components/collection/components/input/pn-segmented-control/segment/pn-segment.js +84 -37
  126. package/umd/modules/@postnord/web-components/collection/components/input/pn-select/pn-select.css +18 -14
  127. package/umd/modules/@postnord/web-components/collection/components/input/pn-select/pn-select.js +237 -90
  128. package/umd/modules/@postnord/web-components/collection/components/input/pn-textarea/pn-textarea.css +6 -5
  129. package/umd/modules/@postnord/web-components/collection/components/input/pn-textarea/pn-textarea.js +255 -115
  130. package/umd/modules/@postnord/web-components/collection/components/input/pn-toggle-switch/pn-toggle-switch.css +5 -3
  131. package/umd/modules/@postnord/web-components/collection/components/input/pn-toggle-switch/pn-toggle-switch.js +216 -68
  132. package/umd/modules/@postnord/web-components/collection/components/layout/pn-header/pn-header.js +1 -1
  133. package/umd/modules/@postnord/web-components/collection/components/navigation/pn-card/pn-card.css +2 -2
  134. package/umd/modules/@postnord/web-components/collection/components/navigation/pn-card/pn-card.js +1 -1
  135. package/umd/modules/@postnord/web-components/collection/components/navigation/pn-footer/pn-footer.js +1 -1
  136. package/umd/modules/@postnord/web-components/collection/components/navigation/pn-page-nav/dropdown-item/pn-page-nav-dropdown-item.js +1 -1
  137. package/umd/modules/@postnord/web-components/collection/components/navigation/pn-page-nav/item/pn-page-nav-item.js +1 -1
  138. package/umd/modules/@postnord/web-components/collection/components/navigation/pn-page-nav/menu/pn-page-nav.js +1 -1
  139. package/umd/modules/@postnord/web-components/collection/components/navigation/pn-pagination/pn-pagination.js +1 -1
  140. package/umd/modules/@postnord/web-components/collection/components/navigation/pn-tablist/pn-tablist.js +4 -3
  141. package/umd/modules/@postnord/web-components/collection/components/navigation/pn-tablist/tab/pn-tab.css +3 -3
  142. package/umd/modules/@postnord/web-components/collection/components/navigation/pn-tablist/tab/pn-tab.js +11 -6
  143. package/umd/modules/@postnord/web-components/collection/components/navigation/pn-text-link/pn-text-link.js +1 -1
  144. package/umd/modules/@postnord/web-components/collection/components/navigation/pn-tile/pn-tile.js +1 -1
  145. package/umd/modules/@postnord/web-components/collection/components/web-components/pn-ocr-search/pn-ocr-search.js +1 -1
  146. package/umd/modules/@postnord/web-components/collection/components/web-components/pn-zipcode-search/pn-zipcode-search.js +1 -1
  147. package/umd/modules/@postnord/web-components/collection/globals/helpers.js +16 -14
  148. package/umd/modules/@postnord/web-components/components/helpers.js +1 -1
  149. package/umd/modules/@postnord/web-components/components/pn-accordion.js +1 -1
  150. package/umd/modules/@postnord/web-components/components/pn-action-menu.js +1 -1
  151. package/umd/modules/@postnord/web-components/components/pn-card.js +1 -1
  152. package/umd/modules/@postnord/web-components/components/pn-checkbox.js +1 -1
  153. package/umd/modules/@postnord/web-components/components/pn-choice-chip.js +1 -1
  154. package/umd/modules/@postnord/web-components/components/pn-counter.js +1 -1
  155. package/umd/modules/@postnord/web-components/components/pn-date-picker.js +1 -1
  156. package/umd/modules/@postnord/web-components/components/pn-fieldset.js +1 -1
  157. package/umd/modules/@postnord/web-components/components/pn-file-upload.js +1 -1
  158. package/umd/modules/@postnord/web-components/components/pn-footer.js +1 -1
  159. package/umd/modules/@postnord/web-components/components/pn-header.js +1 -1
  160. package/umd/modules/@postnord/web-components/components/pn-icon2.js +1 -1
  161. package/umd/modules/@postnord/web-components/components/pn-illustration2.js +1 -1
  162. package/umd/modules/@postnord/web-components/components/pn-input2.js +1 -1
  163. package/umd/modules/@postnord/web-components/components/pn-modal.js +1 -1
  164. package/umd/modules/@postnord/web-components/components/pn-multiselect.js +1 -1
  165. package/umd/modules/@postnord/web-components/components/pn-ocr-search.js +1 -1
  166. package/umd/modules/@postnord/web-components/components/pn-page-nav-dropdown-item.js +1 -1
  167. package/umd/modules/@postnord/web-components/components/pn-page-nav-item.js +1 -1
  168. package/umd/modules/@postnord/web-components/components/pn-page-nav.js +1 -1
  169. package/umd/modules/@postnord/web-components/components/pn-pagination.js +1 -1
  170. package/umd/modules/@postnord/web-components/components/pn-progress-bar2.js +1 -1
  171. package/umd/modules/@postnord/web-components/components/pn-progress-indicator-step.js +1 -1
  172. package/umd/modules/@postnord/web-components/components/pn-progress-indicator.js +1 -1
  173. package/umd/modules/@postnord/web-components/components/pn-progress-stepper2.js +1 -1
  174. package/umd/modules/@postnord/web-components/components/pn-radio-button.js +1 -1
  175. package/umd/modules/@postnord/web-components/components/pn-range.js +1 -1
  176. package/umd/modules/@postnord/web-components/components/pn-search-field2.js +1 -1
  177. package/umd/modules/@postnord/web-components/components/pn-segment.js +1 -1
  178. package/umd/modules/@postnord/web-components/components/pn-segmented-control.js +1 -1
  179. package/umd/modules/@postnord/web-components/components/pn-select2.js +1 -1
  180. package/umd/modules/@postnord/web-components/components/pn-spinner2.js +1 -1
  181. package/umd/modules/@postnord/web-components/components/pn-tab.js +1 -1
  182. package/umd/modules/@postnord/web-components/components/pn-tablist.js +1 -1
  183. package/umd/modules/@postnord/web-components/components/pn-text-link2.js +1 -1
  184. package/umd/modules/@postnord/web-components/components/pn-textarea.js +1 -1
  185. package/umd/modules/@postnord/web-components/components/pn-tile.js +1 -1
  186. package/umd/modules/@postnord/web-components/components/pn-toast.js +1 -1
  187. package/umd/modules/@postnord/web-components/components/pn-toggle-switch.js +1 -1
  188. package/umd/modules/@postnord/web-components/components/pn-tooltip.js +1 -1
  189. package/umd/modules/@postnord/web-components/components/pn-wizard.js +1 -1
  190. package/umd/modules/@postnord/web-components/components/pn-zipcode-search.js +1 -1
  191. package/umd/modules/@postnord/web-components/esm/{index-CosyroON.js → index-DyhO6xPY.js} +1 -1
  192. package/umd/modules/@postnord/web-components/esm/{index-CAEP792y.js → index-XKg-ydzH.js} +144 -85
  193. package/umd/modules/@postnord/web-components/esm/index.js +19 -17
  194. package/umd/modules/@postnord/web-components/esm/loader.js +3 -3
  195. package/umd/modules/@postnord/web-components/esm/pn-accordion-row.entry.js +2 -2
  196. package/umd/modules/@postnord/web-components/esm/pn-accordion.entry.js +5 -4
  197. package/umd/modules/@postnord/web-components/esm/pn-action-menu.entry.js +6 -6
  198. package/umd/modules/@postnord/web-components/esm/pn-button-dropdown.entry.js +1 -1
  199. package/umd/modules/@postnord/web-components/esm/pn-button_2.entry.js +3 -3
  200. package/umd/modules/@postnord/web-components/esm/pn-card.entry.js +4 -4
  201. package/umd/modules/@postnord/web-components/esm/pn-checkbox.entry.js +63 -21
  202. package/umd/modules/@postnord/web-components/esm/pn-choice-chip.entry.js +38 -18
  203. package/umd/modules/@postnord/web-components/esm/pn-counter.entry.js +71 -37
  204. package/umd/modules/@postnord/web-components/esm/pn-date-picker.entry.js +185 -103
  205. package/umd/modules/@postnord/web-components/esm/pn-fieldset.entry.js +33 -27
  206. package/umd/modules/@postnord/web-components/esm/pn-file-upload.entry.js +73 -42
  207. package/umd/modules/@postnord/web-components/esm/pn-footer.entry.js +2 -2
  208. package/umd/modules/@postnord/web-components/esm/pn-header.entry.js +2 -2
  209. package/umd/modules/@postnord/web-components/esm/pn-icon_2.entry.js +8 -10
  210. package/umd/modules/@postnord/web-components/esm/pn-illustration.entry.js +3 -3
  211. package/umd/modules/@postnord/web-components/esm/pn-input.entry.js +122 -89
  212. package/umd/modules/@postnord/web-components/esm/pn-modal.entry.js +24 -12
  213. package/umd/modules/@postnord/web-components/esm/pn-multiselect.entry.js +137 -53
  214. package/umd/modules/@postnord/web-components/esm/pn-ocr-search.entry.js +2 -2
  215. package/umd/modules/@postnord/web-components/esm/pn-page-nav-dropdown-item.entry.js +3 -3
  216. package/umd/modules/@postnord/web-components/esm/pn-page-nav-item.entry.js +3 -3
  217. package/umd/modules/@postnord/web-components/esm/pn-page-nav.entry.js +3 -3
  218. package/umd/modules/@postnord/web-components/esm/pn-pagination.entry.js +4 -4
  219. package/umd/modules/@postnord/web-components/esm/pn-progress-bar.entry.js +2 -2
  220. package/umd/modules/@postnord/web-components/esm/pn-progress-indicator-step.entry.js +3 -3
  221. package/umd/modules/@postnord/web-components/esm/pn-progress-indicator.entry.js +3 -3
  222. package/umd/modules/@postnord/web-components/esm/pn-progress-stepper.entry.js +2 -2
  223. package/umd/modules/@postnord/web-components/esm/pn-radio-button.entry.js +61 -20
  224. package/umd/modules/@postnord/web-components/esm/pn-range.entry.js +88 -43
  225. package/umd/modules/@postnord/web-components/esm/pn-read-only-button.entry.js +1 -1
  226. package/umd/modules/@postnord/web-components/esm/pn-search-field.entry.js +42 -25
  227. package/umd/modules/@postnord/web-components/esm/pn-segment.entry.js +16 -11
  228. package/umd/modules/@postnord/web-components/esm/pn-segmented-control.entry.js +21 -21
  229. package/umd/modules/@postnord/web-components/esm/pn-select.entry.js +90 -35
  230. package/umd/modules/@postnord/web-components/esm/pn-tab.entry.js +15 -10
  231. package/umd/modules/@postnord/web-components/esm/pn-table.entry.js +1 -1
  232. package/umd/modules/@postnord/web-components/esm/pn-tablist.entry.js +5 -4
  233. package/umd/modules/@postnord/web-components/esm/pn-text-link.entry.js +2 -2
  234. package/umd/modules/@postnord/web-components/esm/pn-textarea.entry.js +88 -34
  235. package/umd/modules/@postnord/web-components/esm/pn-tile.entry.js +3 -3
  236. package/umd/modules/@postnord/web-components/esm/pn-toast.entry.js +5 -5
  237. package/umd/modules/@postnord/web-components/esm/pn-toggle-switch.entry.js +56 -20
  238. package/umd/modules/@postnord/web-components/esm/pn-tooltip.entry.js +2 -2
  239. package/umd/modules/@postnord/web-components/esm/pn-wizard.entry.js +71 -49
  240. package/umd/modules/@postnord/web-components/esm/pn-zipcode-search.entry.js +3 -3
  241. package/umd/modules/@postnord/web-components/esm/postnord-web-components.js +4 -4
  242. package/umd/modules/@postnord/web-components/hydrate/index.js +1715 -940
  243. package/umd/modules/@postnord/web-components/hydrate/index.mjs +1715 -940
  244. package/umd/modules/@postnord/web-components/node_modules/@rollup/rollup-linux-x64-gnu/package.json +1 -1
  245. package/umd/modules/@postnord/web-components/node_modules/@rollup/rollup-linux-x64-gnu/rollup.linux-x64-gnu.node +0 -0
  246. package/umd/modules/@postnord/web-components/node_modules/@rollup/rollup-linux-x64-musl/package.json +1 -1
  247. package/umd/modules/@postnord/web-components/node_modules/@rollup/rollup-linux-x64-musl/rollup.linux-x64-musl.node +0 -0
  248. package/umd/modules/@postnord/web-components/node_modules/@stencil/core/cli/index.cjs +3 -2
  249. package/umd/modules/@postnord/web-components/node_modules/@stencil/core/cli/index.js +3 -2
  250. package/umd/modules/@postnord/web-components/node_modules/@stencil/core/cli/package.json +1 -1
  251. package/umd/modules/@postnord/web-components/node_modules/@stencil/core/compiler/package.json +1 -1
  252. package/umd/modules/@postnord/web-components/node_modules/@stencil/core/compiler/stencil.js +3312 -561
  253. package/umd/modules/@postnord/web-components/node_modules/@stencil/core/dev-server/client/index.js +1 -1
  254. package/umd/modules/@postnord/web-components/node_modules/@stencil/core/dev-server/client/package.json +1 -1
  255. package/umd/modules/@postnord/web-components/node_modules/@stencil/core/dev-server/connector.html +2 -2
  256. package/umd/modules/@postnord/web-components/node_modules/@stencil/core/dev-server/index.js +1 -1
  257. package/umd/modules/@postnord/web-components/node_modules/@stencil/core/dev-server/package.json +1 -1
  258. package/umd/modules/@postnord/web-components/node_modules/@stencil/core/dev-server/server-process.js +2 -2
  259. package/umd/modules/@postnord/web-components/node_modules/@stencil/core/internal/app-data/package.json +1 -1
  260. package/umd/modules/@postnord/web-components/node_modules/@stencil/core/internal/app-globals/package.json +1 -1
  261. package/umd/modules/@postnord/web-components/node_modules/@stencil/core/internal/client/index.js +246 -179
  262. package/umd/modules/@postnord/web-components/node_modules/@stencil/core/internal/client/package.json +1 -1
  263. package/umd/modules/@postnord/web-components/node_modules/@stencil/core/internal/client/patch-browser.js +1 -1
  264. package/umd/modules/@postnord/web-components/node_modules/@stencil/core/internal/client/shadow-css.js +1 -1
  265. package/umd/modules/@postnord/web-components/node_modules/@stencil/core/internal/hydrate/index.js +245 -180
  266. package/umd/modules/@postnord/web-components/node_modules/@stencil/core/internal/hydrate/package.json +1 -1
  267. package/umd/modules/@postnord/web-components/node_modules/@stencil/core/internal/hydrate/runner.js +59 -22
  268. package/umd/modules/@postnord/web-components/node_modules/@stencil/core/internal/package.json +1 -1
  269. package/umd/modules/@postnord/web-components/node_modules/@stencil/core/internal/stencil-core/index.d.ts +1 -0
  270. package/umd/modules/@postnord/web-components/node_modules/@stencil/core/internal/stencil-ext-modules.d.ts +1 -1
  271. package/umd/modules/@postnord/web-components/node_modules/@stencil/core/internal/stencil-private.d.ts +49 -0
  272. package/umd/modules/@postnord/web-components/node_modules/@stencil/core/internal/stencil-public-compiler.d.ts +51 -1
  273. package/umd/modules/@postnord/web-components/node_modules/@stencil/core/internal/stencil-public-docs.d.ts +26 -0
  274. package/umd/modules/@postnord/web-components/node_modules/@stencil/core/internal/stencil-public-runtime.d.ts +23 -2
  275. package/umd/modules/@postnord/web-components/node_modules/@stencil/core/internal/testing/index.js +238 -169
  276. package/umd/modules/@postnord/web-components/node_modules/@stencil/core/internal/testing/package.json +1 -1
  277. package/umd/modules/@postnord/web-components/node_modules/@stencil/core/mock-doc/index.cjs +59 -22
  278. package/umd/modules/@postnord/web-components/node_modules/@stencil/core/mock-doc/index.d.ts +12 -3
  279. package/umd/modules/@postnord/web-components/node_modules/@stencil/core/mock-doc/index.js +59 -22
  280. package/umd/modules/@postnord/web-components/node_modules/@stencil/core/mock-doc/package.json +1 -1
  281. package/umd/modules/@postnord/web-components/node_modules/@stencil/core/package.json +10 -10
  282. package/umd/modules/@postnord/web-components/node_modules/@stencil/core/screenshot/index.js +1 -1
  283. package/umd/modules/@postnord/web-components/node_modules/@stencil/core/screenshot/package.json +1 -1
  284. package/umd/modules/@postnord/web-components/node_modules/@stencil/core/screenshot/pixel-match.js +1 -1
  285. package/umd/modules/@postnord/web-components/node_modules/@stencil/core/sys/node/460.node-fetch.js +3 -3
  286. package/umd/modules/@postnord/web-components/node_modules/@stencil/core/sys/node/autoprefixer.js +2 -2
  287. package/umd/modules/@postnord/web-components/node_modules/@stencil/core/sys/node/glob.js +1 -1
  288. package/umd/modules/@postnord/web-components/node_modules/@stencil/core/sys/node/graceful-fs.js +1 -1
  289. package/umd/modules/@postnord/web-components/node_modules/@stencil/core/sys/node/index.js +32 -32
  290. package/umd/modules/@postnord/web-components/node_modules/@stencil/core/sys/node/node-fetch.js +4 -4
  291. package/umd/modules/@postnord/web-components/node_modules/@stencil/core/sys/node/package.json +1 -1
  292. package/umd/modules/@postnord/web-components/node_modules/@stencil/core/sys/node/prompts.js +1 -1
  293. package/umd/modules/@postnord/web-components/node_modules/@stencil/core/sys/node/worker.js +1 -1
  294. package/umd/modules/@postnord/web-components/node_modules/@stencil/core/testing/index.js +33 -1
  295. package/umd/modules/@postnord/web-components/node_modules/@stencil/core/testing/package.json +1 -1
  296. package/umd/modules/@postnord/web-components/package.json +16 -16
  297. package/umd/modules/@postnord/web-components/postnord-web-components/index.esm.js +1 -1
  298. package/umd/modules/@postnord/web-components/postnord-web-components/{p-ea50ecd2.entry.js → p-020ee3f4.entry.js} +1 -1
  299. package/umd/modules/@postnord/web-components/postnord-web-components/p-060b6ad2.entry.js +5 -0
  300. package/umd/modules/@postnord/web-components/postnord-web-components/p-0bf70d44.entry.js +5 -0
  301. package/umd/modules/@postnord/web-components/postnord-web-components/p-1ec52623.entry.js +5 -0
  302. package/umd/modules/@postnord/web-components/postnord-web-components/p-27c71f60.entry.js +5 -0
  303. package/umd/modules/@postnord/web-components/postnord-web-components/p-292a7591.entry.js +5 -0
  304. package/umd/modules/@postnord/web-components/postnord-web-components/{p-3d2cac86.entry.js → p-3709c995.entry.js} +1 -1
  305. package/umd/modules/@postnord/web-components/postnord-web-components/p-3db02038.entry.js +5 -0
  306. package/umd/modules/@postnord/web-components/postnord-web-components/{p-2f4ad4a4.entry.js → p-4b9fb0fc.entry.js} +1 -1
  307. package/umd/modules/@postnord/web-components/postnord-web-components/p-506a801d.entry.js +5 -0
  308. package/umd/modules/@postnord/web-components/postnord-web-components/p-518651ad.entry.js +5 -0
  309. package/umd/modules/@postnord/web-components/postnord-web-components/p-54917d9f.entry.js +5 -0
  310. package/umd/modules/@postnord/web-components/postnord-web-components/p-56ade97b.entry.js +5 -0
  311. package/umd/modules/@postnord/web-components/postnord-web-components/p-64207923.entry.js +5 -0
  312. package/umd/modules/@postnord/web-components/postnord-web-components/p-665af57e.entry.js +5 -0
  313. package/umd/modules/@postnord/web-components/postnord-web-components/p-6d85c967.entry.js +5 -0
  314. package/umd/modules/@postnord/web-components/postnord-web-components/p-6e407015.entry.js +5 -0
  315. package/umd/modules/@postnord/web-components/postnord-web-components/{p-01ac1c67.entry.js → p-720b8b90.entry.js} +1 -1
  316. package/umd/modules/@postnord/web-components/postnord-web-components/p-7aea3de5.entry.js +5 -0
  317. package/umd/modules/@postnord/web-components/postnord-web-components/p-7b6ae520.entry.js +5 -0
  318. package/umd/modules/@postnord/web-components/postnord-web-components/p-83d02093.entry.js +5 -0
  319. package/umd/modules/@postnord/web-components/postnord-web-components/p-88344f8d.entry.js +5 -0
  320. package/umd/modules/@postnord/web-components/postnord-web-components/{p-3c96cb61.entry.js → p-895acf7f.entry.js} +1 -1
  321. package/umd/modules/@postnord/web-components/postnord-web-components/p-8cedf2e0.entry.js +5 -0
  322. package/umd/modules/@postnord/web-components/postnord-web-components/p-91c6a8cf.entry.js +5 -0
  323. package/umd/modules/@postnord/web-components/postnord-web-components/p-98a37be9.entry.js +5 -0
  324. package/umd/modules/@postnord/web-components/postnord-web-components/p-9a6c90e4.entry.js +5 -0
  325. package/umd/modules/@postnord/web-components/postnord-web-components/p-9d2ee77a.entry.js +5 -0
  326. package/umd/modules/@postnord/web-components/postnord-web-components/p-9d56fb64.entry.js +5 -0
  327. package/umd/modules/@postnord/web-components/postnord-web-components/{p-BlM_xfdt.js → p-BWAVaTWQ.js} +1 -1
  328. package/umd/modules/@postnord/web-components/postnord-web-components/p-XKg-ydzH.js +6 -0
  329. package/umd/modules/@postnord/web-components/postnord-web-components/p-a1f92f19.entry.js +5 -0
  330. package/umd/modules/@postnord/web-components/postnord-web-components/p-a31d93db.entry.js +5 -0
  331. package/umd/modules/@postnord/web-components/postnord-web-components/p-aa15469e.entry.js +5 -0
  332. package/umd/modules/@postnord/web-components/postnord-web-components/{p-db2b7e5d.entry.js → p-b45e58df.entry.js} +1 -1
  333. package/umd/modules/@postnord/web-components/postnord-web-components/p-b72f9866.entry.js +5 -0
  334. package/umd/modules/@postnord/web-components/postnord-web-components/{p-b0710b87.entry.js → p-b7a2e5b0.entry.js} +1 -1
  335. package/umd/modules/@postnord/web-components/postnord-web-components/p-c09179d6.entry.js +5 -0
  336. package/umd/modules/@postnord/web-components/postnord-web-components/{p-38e44ed0.entry.js → p-ce2c2395.entry.js} +1 -1
  337. package/umd/modules/@postnord/web-components/postnord-web-components/p-d228b929.entry.js +5 -0
  338. package/umd/modules/@postnord/web-components/postnord-web-components/p-d71054df.entry.js +5 -0
  339. package/umd/modules/@postnord/web-components/postnord-web-components/p-d81b4ede.entry.js +5 -0
  340. package/umd/modules/@postnord/web-components/postnord-web-components/p-e11b4af5.entry.js +5 -0
  341. package/umd/modules/@postnord/web-components/postnord-web-components/{p-c4c4c75b.entry.js → p-e5574624.entry.js} +1 -1
  342. package/umd/modules/@postnord/web-components/postnord-web-components/p-e6ad75f9.entry.js +5 -0
  343. package/umd/modules/@postnord/web-components/postnord-web-components/p-e6cd4c7f.entry.js +5 -0
  344. package/umd/modules/@postnord/web-components/postnord-web-components/p-ede550f0.entry.js +5 -0
  345. package/umd/modules/@postnord/web-components/postnord-web-components/p-ef00ef4d.entry.js +5 -0
  346. package/umd/modules/@postnord/web-components/postnord-web-components/postnord-web-components.esm.js +1 -1
  347. package/umd/modules/@postnord/web-components/types/components/buttons/pn-action-menu/pn-action-menu.d.ts +111 -0
  348. package/umd/modules/@postnord/web-components/types/components/content/pn-accordion/pn-accordion.d.ts +2 -2
  349. package/umd/modules/@postnord/web-components/types/components/design-tokens/pn-icon/pn-icon.d.ts +5 -7
  350. package/umd/modules/@postnord/web-components/types/components/design-tokens/pn-illustration/pn-illustration.d.ts +8 -2
  351. package/umd/modules/@postnord/web-components/types/components/feedback/pn-modal/pn-modal.d.ts +17 -6
  352. package/umd/modules/@postnord/web-components/types/components/feedback/pn-toast/pn-toast.d.ts +100 -0
  353. package/umd/modules/@postnord/web-components/types/components/feedback/pn-wizard/pn-wizard.d.ts +6 -1
  354. package/umd/modules/@postnord/web-components/types/components/input/pn-checkbox/pn-checkbox.d.ts +124 -0
  355. package/umd/modules/@postnord/web-components/types/components/input/pn-choice-chip/pn-choice-chip.d.ts +31 -15
  356. package/umd/modules/@postnord/web-components/types/components/input/pn-counter/pn-counter.d.ts +51 -27
  357. package/umd/modules/@postnord/web-components/types/components/input/pn-date-picker/pn-date-picker.d.ts +338 -0
  358. package/umd/modules/@postnord/web-components/types/components/input/pn-fieldset/pn-fieldset.d.ts +24 -15
  359. package/umd/modules/@postnord/web-components/types/components/input/pn-file-upload/pn-file-upload.d.ts +36 -27
  360. package/umd/modules/@postnord/web-components/types/components/input/pn-file-upload/translation.d.ts +7 -0
  361. package/umd/modules/@postnord/web-components/types/components/input/pn-input/pn-input.d.ts +89 -66
  362. package/umd/modules/@postnord/web-components/types/components/input/pn-multiselect/pn-multiselect.d.ts +265 -0
  363. package/umd/modules/@postnord/web-components/types/components/input/pn-radio-button/pn-radio-button.d.ts +124 -0
  364. package/umd/modules/@postnord/web-components/types/components/input/pn-range/pn-range.d.ts +73 -42
  365. package/umd/modules/@postnord/web-components/types/components/input/pn-search-field/pn-search-field.d.ts +32 -21
  366. package/umd/modules/@postnord/web-components/types/components/input/pn-segmented-control/pn-segmented-control.d.ts +19 -18
  367. package/umd/modules/@postnord/web-components/types/components/input/pn-segmented-control/segment/pn-segment.d.ts +12 -9
  368. package/umd/modules/@postnord/web-components/types/components/input/pn-select/pn-select.d.ts +51 -31
  369. package/umd/modules/@postnord/web-components/types/components/input/pn-textarea/pn-textarea.d.ts +58 -27
  370. package/umd/modules/@postnord/web-components/types/components/input/pn-toggle-switch/pn-toggle-switch.d.ts +36 -14
  371. package/umd/modules/@postnord/web-components/types/components.d.ts +1851 -511
  372. package/umd/modules/@postnord/web-components/types/globals/mixins/index.d.ts +21 -0
  373. package/umd/modules/@postnord/web-components/types/stencil-public-runtime.d.ts +23 -2
  374. package/umd/modules/@postnord/web-components/vscode-data.json +218 -38
  375. package/umd/pn-marketweb-salesforce-header.js +95 -0
  376. package/cjs/convert-9361e443.js.map +0 -1
  377. package/esm/convert-ecca01b6.js.map +0 -1
  378. package/pn-market-web-components/p-63ff7fa2.js +0 -2
  379. package/pn-market-web-components/p-63ff7fa2.js.map +0 -1
  380. package/pn-market-web-components/p-6d263c6e.entry.js.map +0 -1
  381. package/umd/modules/@postnord/web-components/postnord-web-components/p-0dd15cc3.entry.js +0 -5
  382. package/umd/modules/@postnord/web-components/postnord-web-components/p-0e94a4dd.entry.js +0 -5
  383. package/umd/modules/@postnord/web-components/postnord-web-components/p-0ed2ee53.entry.js +0 -5
  384. package/umd/modules/@postnord/web-components/postnord-web-components/p-109ba1fc.entry.js +0 -5
  385. package/umd/modules/@postnord/web-components/postnord-web-components/p-153311c8.entry.js +0 -5
  386. package/umd/modules/@postnord/web-components/postnord-web-components/p-1a3c49ba.entry.js +0 -5
  387. package/umd/modules/@postnord/web-components/postnord-web-components/p-2610f8ab.entry.js +0 -5
  388. package/umd/modules/@postnord/web-components/postnord-web-components/p-267c323e.entry.js +0 -5
  389. package/umd/modules/@postnord/web-components/postnord-web-components/p-2a364778.entry.js +0 -5
  390. package/umd/modules/@postnord/web-components/postnord-web-components/p-2a682ff9.entry.js +0 -5
  391. package/umd/modules/@postnord/web-components/postnord-web-components/p-2cce8a9f.entry.js +0 -5
  392. package/umd/modules/@postnord/web-components/postnord-web-components/p-306ec758.entry.js +0 -5
  393. package/umd/modules/@postnord/web-components/postnord-web-components/p-3d459401.entry.js +0 -5
  394. package/umd/modules/@postnord/web-components/postnord-web-components/p-3deb5a9e.entry.js +0 -5
  395. package/umd/modules/@postnord/web-components/postnord-web-components/p-41c09d4d.entry.js +0 -5
  396. package/umd/modules/@postnord/web-components/postnord-web-components/p-484dfaa4.entry.js +0 -5
  397. package/umd/modules/@postnord/web-components/postnord-web-components/p-50116c0d.entry.js +0 -5
  398. package/umd/modules/@postnord/web-components/postnord-web-components/p-502b8430.entry.js +0 -5
  399. package/umd/modules/@postnord/web-components/postnord-web-components/p-5b7c1333.entry.js +0 -5
  400. package/umd/modules/@postnord/web-components/postnord-web-components/p-67f55491.entry.js +0 -5
  401. package/umd/modules/@postnord/web-components/postnord-web-components/p-838c17b9.entry.js +0 -5
  402. package/umd/modules/@postnord/web-components/postnord-web-components/p-849d48c6.entry.js +0 -5
  403. package/umd/modules/@postnord/web-components/postnord-web-components/p-89aaa3c8.entry.js +0 -5
  404. package/umd/modules/@postnord/web-components/postnord-web-components/p-8b2b6f5d.entry.js +0 -5
  405. package/umd/modules/@postnord/web-components/postnord-web-components/p-93db2b9e.entry.js +0 -5
  406. package/umd/modules/@postnord/web-components/postnord-web-components/p-97ffc4b3.entry.js +0 -5
  407. package/umd/modules/@postnord/web-components/postnord-web-components/p-CAEP792y.js +0 -6
  408. package/umd/modules/@postnord/web-components/postnord-web-components/p-b3c4e3e8.entry.js +0 -5
  409. package/umd/modules/@postnord/web-components/postnord-web-components/p-b8c4423b.entry.js +0 -5
  410. package/umd/modules/@postnord/web-components/postnord-web-components/p-ba59528f.entry.js +0 -5
  411. package/umd/modules/@postnord/web-components/postnord-web-components/p-c0ae367c.entry.js +0 -5
  412. package/umd/modules/@postnord/web-components/postnord-web-components/p-c843ae5e.entry.js +0 -5
  413. package/umd/modules/@postnord/web-components/postnord-web-components/p-d1e27524.entry.js +0 -5
  414. package/umd/modules/@postnord/web-components/postnord-web-components/p-d214e930.entry.js +0 -5
  415. package/umd/modules/@postnord/web-components/postnord-web-components/p-d7091312.entry.js +0 -5
  416. package/umd/modules/@postnord/web-components/postnord-web-components/p-e3fb693e.entry.js +0 -5
  417. package/umd/modules/@postnord/web-components/postnord-web-components/p-e83de0b1.entry.js +0 -5
  418. package/umd/modules/@postnord/web-components/postnord-web-components/p-edc28eee.entry.js +0 -5
  419. /package/pn-market-web-components/{p-c4059cc1.entry.js.map → p-181e40ee.entry.js.map} +0 -0
  420. /package/pn-market-web-components/{p-f8ccc718.entry.js.map → p-a0d7154f.entry.js.map} +0 -0
  421. /package/pn-market-web-components/{p-413afe7c.entry.js.map → p-c18154a4.entry.js.map} +0 -0
@@ -2,7 +2,7 @@
2
2
  * Built with Stencil
3
3
  * By PostNord.
4
4
  */
5
- import { t as transformTag, r as registerInstance, c as createEvent, g as getElement, h, a as Host } from './index-CAEP792y.js';
5
+ import { t as transformTag, r as registerInstance, c as createEvent, g as getElement, h, a as Host } from './index-XKg-ydzH.js';
6
6
  import { uuidv4, reduceMotion, awaitTopbar, en, isSmallScreen } from './index.js';
7
7
  import { a as arrow_right } from './arrow_right-D_UyW-KH.js';
8
8
  import { c as close } from './close-BvuWkoyY.js';
@@ -38,14 +38,14 @@ const translations = {
38
38
  },
39
39
  };
40
40
 
41
- const pnWizardCss = () => `${transformTag("pn-wizard")} .pn-wizard{z-index:10000;position:absolute;top:0;border:none;margin:0;padding:0;background-color:transparent;outline:none;overflow:unset;height:100%;width:100%;max-width:unset;max-height:unset;display:none;opacity:0;transition-property:display, opacity;transition-duration:0.4s;transition-timing-function:cubic-bezier(0.7, 0, 0.3, 1)}@media (prefers-reduced-motion: reduce){${transformTag("pn-wizard")} .pn-wizard{transition-duration:0s;transition-delay:0s}}${transformTag("pn-wizard")} .pn-wizard{transition-behavior:allow-discrete}${transformTag("pn-wizard")} .pn-wizard[open]{display:block;opacity:1}@starting-style{${transformTag("pn-wizard")} .pn-wizard[open]{display:block;opacity:0}}${transformTag("pn-wizard")} .pn-wizard::backdrop{background-color:transparent}${transformTag("pn-wizard")} .pn-wizard-sr-only{position:absolute;height:1px;width:1px;overflow:hidden;clip:rect(1px, 1px, 1px, 1px);margin:-1px;white-space:nowrap}${transformTag("pn-wizard")} .pn-wizard-overlay{z-index:0}${transformTag("pn-wizard")} .pn-wizard-highlight{position:absolute;left:0;top:0;width:var(--pn-spotlight-width, 0%);height:var(--pn-spotlight-height, 0%);border-radius:var(--pn-spotlight-radius, 0.25em);box-shadow:0 0 0 9999px rgba(0, 0, 0, 0.55);z-index:0;transform:translate(var(--pn-spotlight-x, 0%), var(--pn-spotlight-y, 0%));transition-property:transform, width, height, border-radius;transition-duration:0.4s;transition-timing-function:cubic-bezier(0.7, 0, 0.3, 1)}@media (prefers-reduced-motion: reduce){${transformTag("pn-wizard")} .pn-wizard-highlight{transition-duration:0s;transition-delay:0s}}${transformTag("pn-wizard")} .pn-wizard-content{position:absolute;z-index:1;background:#ffffff;border-radius:2em;max-width:20em;box-shadow:0 0 0.5em rgba(0, 0, 0, 0.3);left:0;top:0;transform:translate(var(--pn-wizard-content-x), var(--pn-wizard-content-y));transition-property:transform;transition-duration:0.4s;transition-timing-function:cubic-bezier(0.7, 0, 0.3, 1)}@media (prefers-reduced-motion: reduce){${transformTag("pn-wizard")} .pn-wizard-content{transition-duration:0s;transition-delay:0s}}@media (max-width: 55em){${transformTag("pn-wizard")} .pn-wizard-content{position:fixed;top:unset;bottom:0;left:0.5em;border-radius:2em 2em 0 0;width:calc(100vw - 1em);max-width:unset;transform:none}}${transformTag("pn-wizard")} .pn-wizard-cancel{position:absolute;top:1em;right:1em;z-index:10}${transformTag("pn-wizard")} .pn-wizard-text{padding:3em 1em 1em;text-align:center;display:flex;flex-direction:column;flex-wrap:nowrap;gap:clamp(0.5em, 5vw, 1em)}${transformTag("pn-wizard")} .pn-wizard-label{margin:0;font-size:clamp(1.25em, 5vw, 1.5em);font-weight:700;color:#2d2013}${transformTag("pn-wizard")} .pn-wizard-helpertext{margin:0;font-size:clamp(0.875em, 5vw, 1em);font-weight:400;color:#5e554a}${transformTag("pn-wizard")} .pn-wizard-controls{border-top:0.0625em solid #d3cecb;padding:1em;display:flex;justify-content:end;gap:0.5em;flex-wrap:wrap}${transformTag("pn-wizard")} .pn-wizard-indicator{margin-right:auto;align-self:center;font-size:1em;color:#5e554a;padding:0 0.625em}${transformTag("pn-wizard")} .pn-wizard-arrow{position:absolute;width:0;height:0;border:0.5em solid transparent;top:0;right:0;bottom:0;left:0;transition-property:top, right, bottom, left, border-color;transition-duration:0.4s;transition-timing-function:cubic-bezier(0.7, 0, 0.3, 1)}@media (prefers-reduced-motion: reduce){${transformTag("pn-wizard")} .pn-wizard-arrow{transition-duration:0s;transition-delay:0s}}${transformTag("pn-wizard")} .pn-wizard-arrow[data-arrow=bottom]{top:100%;bottom:-1em;left:var(--pn-arrow-offset);border-top-color:#ffffff}${transformTag("pn-wizard")} .pn-wizard-arrow[data-arrow=top]{top:-1em;left:var(--pn-arrow-offset);border-bottom-color:#ffffff}${transformTag("pn-wizard")} .pn-wizard-arrow[data-arrow=right]{right:-1em;left:100%;top:var(--pn-arrow-offset);border-left-color:#ffffff}${transformTag("pn-wizard")} .pn-wizard-arrow[data-arrow=left]{left:-1em;top:var(--pn-arrow-offset);border-right-color:#ffffff}${transformTag("pn-wizard")} .pn-wizard-arrow[data-arrow=none]{display:none}`;
41
+ const pnWizardCss = () => `${transformTag("pn-wizard")} .pn-wizard{z-index:10000;position:absolute;top:0;border:none;margin:0;padding:0;background-color:transparent;outline:none;overflow:unset;height:100%;width:100%;max-width:unset;max-height:unset;display:none;opacity:0;transition-property:display, opacity;transition-duration:0.4s;transition-timing-function:cubic-bezier(0.7, 0, 0.3, 1)}@media (prefers-reduced-motion: reduce){${transformTag("pn-wizard")} .pn-wizard{transition-duration:0s;transition-delay:0s}}${transformTag("pn-wizard")} .pn-wizard{transition-behavior:allow-discrete}${transformTag("pn-wizard")} .pn-wizard[open]{display:block;opacity:1}@starting-style{${transformTag("pn-wizard")} .pn-wizard[open]{display:block;opacity:0}}${transformTag("pn-wizard")} .pn-wizard::backdrop{background-color:transparent}${transformTag("pn-wizard")} .pn-wizard-sr-only{position:absolute;height:1px;width:1px;overflow:hidden;clip:rect(1px, 1px, 1px, 1px);margin:-1px;white-space:nowrap}${transformTag("pn-wizard")} .pn-wizard-overlay{z-index:0}${transformTag("pn-wizard")} .pn-wizard-highlight{position:absolute;left:0;top:0;width:var(--pn-spotlight-width, 0%);height:var(--pn-spotlight-height, 0%);border-radius:var(--pn-spotlight-radius, 0.25em);box-shadow:0 0 0 9999px rgba(0, 0, 0, 0.55);z-index:0;transform:translate(var(--pn-spotlight-x, 0%), var(--pn-spotlight-y, 0%));transition-property:transform, width, height, border-radius;transition-duration:0.4s;transition-timing-function:cubic-bezier(0.7, 0, 0.3, 1)}@media (prefers-reduced-motion: reduce){${transformTag("pn-wizard")} .pn-wizard-highlight{transition-duration:0s;transition-delay:0s}}${transformTag("pn-wizard")} .pn-wizard-content{position:absolute;z-index:1;background:#ffffff;border-radius:2em;max-width:20em;box-shadow:0 0 0.5em rgba(0, 0, 0, 0.3);left:0;top:0;transform:translate(var(--pn-wizard-content-x), var(--pn-wizard-content-y));transition-property:transform;transition-duration:0.4s;transition-timing-function:cubic-bezier(0.7, 0, 0.3, 1)}@media (prefers-reduced-motion: reduce){${transformTag("pn-wizard")} .pn-wizard-content{transition-duration:0s;transition-delay:0s}}@media (max-width: 55em){${transformTag("pn-wizard")} .pn-wizard-content{position:fixed;top:unset;bottom:0;left:0.5em;border-radius:2em 2em 0 0;width:calc(100vw - 1em);max-width:unset;transform:none}}${transformTag("pn-wizard")} .pn-wizard-cancel{position:absolute;top:1em;right:1em;z-index:10}${transformTag("pn-wizard")} .pn-wizard-text{padding:3em 1em 1em;text-align:center;display:flex;flex-direction:column;flex-wrap:nowrap;gap:clamp(0.5em, 5vw, 1em)}${transformTag("pn-wizard")} .pn-wizard-label{margin:0;font-size:clamp(1.25em, 5vw, 1.5em);font-weight:700;color:#2d2013}${transformTag("pn-wizard")} .pn-wizard-helpertext{margin:0;font-size:clamp(0.875em, 5vw, 1em);font-weight:400;color:#5e554a}${transformTag("pn-wizard")} .pn-wizard-controls{border-top:0.0625em solid #d3cecb;padding:1em;display:flex;justify-content:end;gap:0.5em;flex-wrap:wrap}${transformTag("pn-wizard")} .pn-wizard-indicator{margin-right:auto;align-self:center;font-size:1em;color:#5e554a;padding:0 0.625em}${transformTag("pn-wizard")} .pn-wizard-arrow{position:absolute;width:0;height:0;border:0.5em solid transparent;top:0;right:0;bottom:0;left:0;transition-property:top, right, bottom, left, border-color;transition-duration:0.4s;transition-timing-function:cubic-bezier(0.7, 0, 0.3, 1)}@media (prefers-reduced-motion: reduce){${transformTag("pn-wizard")} .pn-wizard-arrow{transition-duration:0s;transition-delay:0s}}${transformTag("pn-wizard")} .pn-wizard-arrow[data-arrow=bottom]{top:100%;bottom:-0.9375em;left:var(--pn-arrow-offset);border-top-color:#ffffff}${transformTag("pn-wizard")} .pn-wizard-arrow[data-arrow=top]{top:-0.9375em;left:var(--pn-arrow-offset);border-bottom-color:#ffffff}${transformTag("pn-wizard")} .pn-wizard-arrow[data-arrow=right]{right:-0.9375em;left:100%;top:var(--pn-arrow-offset);border-left-color:#ffffff}${transformTag("pn-wizard")} .pn-wizard-arrow[data-arrow=left]{left:-0.9375em;top:var(--pn-arrow-offset);border-right-color:#ffffff}${transformTag("pn-wizard")} .pn-wizard-arrow[data-arrow=none]{border-color:transparent}`;
42
42
 
43
43
  const PnWizard = class {
44
44
  constructor(hostRef) {
45
45
  registerInstance(this, hostRef);
46
- this.wizardStep = createEvent(this, "wizardStep");
47
- this.wizardHighlightClick = createEvent(this, "wizardHighlightClick");
48
- this.wizardClose = createEvent(this, "wizardClose");
46
+ this.wizardStep = createEvent(this, "wizardStep", 7);
47
+ this.wizardHighlightClick = createEvent(this, "wizardHighlightClick", 7);
48
+ this.wizardClose = createEvent(this, "wizardClose", 7);
49
49
  }
50
50
  id = `pn-wizard-${uuidv4()}`;
51
51
  wizardIdLabel;
@@ -71,6 +71,8 @@ const PnWizard = class {
71
71
  step = -1;
72
72
  /**
73
73
  * The list of querySelectors that the wizards will highlight.
74
+ * If a selector is invalid or empty, the wizard will be centered on the screen.
75
+ *
74
76
  * Recommended maximum of 7 steps.
75
77
  * @category Wizard steps
76
78
  **/
@@ -109,10 +111,6 @@ const PnWizard = class {
109
111
  /** Emitted when the wizard is canceled or finished. */
110
112
  wizardClose;
111
113
  handleStepChange(step, prevStep) {
112
- if (prevStep === -1) {
113
- this.highlightElement();
114
- this.positionModal();
115
- }
116
114
  if (step === -1) {
117
115
  const finished = prevStep === this.steps.length;
118
116
  this.wizardClose.emit({ step: finished ? prevStep - 1 : prevStep, finished });
@@ -123,8 +121,11 @@ const PnWizard = class {
123
121
  return;
124
122
  }
125
123
  if (!this.wizardElement.open) {
126
- this.handleDisplayOverflow();
127
- this.wizardElement?.showModal();
124
+ this.runStepLogic();
125
+ requestAnimationFrame(() => {
126
+ this.handleDisplayOverflow();
127
+ this.wizardElement?.showModal();
128
+ });
128
129
  }
129
130
  this.wizardStep.emit({
130
131
  step,
@@ -140,18 +141,14 @@ const PnWizard = class {
140
141
  if (!this.isActive())
141
142
  return;
142
143
  clearTimeout(this.timeoutRerender);
143
- this.timeoutRerender = setTimeout(() => {
144
- this.highlightElement();
145
- this.positionModal();
146
- }, 250);
144
+ this.timeoutRerender = setTimeout(() => this.runStepLogic(), 250);
147
145
  }
148
146
  async componentWillLoad() {
149
- this.handleIdChange();
150
147
  if (this.language === null)
151
148
  await awaitTopbar(this.hostElement);
152
149
  }
153
150
  componentDidRender() {
154
- this.runStepLogic();
151
+ requestAnimationFrame(() => this.isActive() && this.runStepLogic());
155
152
  }
156
153
  getRect(element) {
157
154
  return element.getBoundingClientRect();
@@ -159,6 +156,12 @@ const PnWizard = class {
159
156
  translate(prop) {
160
157
  return translations?.[prop]?.[this.language || en] || prop;
161
158
  }
159
+ runStepLogic() {
160
+ if (this.isOpen())
161
+ this.scrollToElement();
162
+ this.highlightElement();
163
+ this.positionModal();
164
+ }
162
165
  handleDisplayOverflow() {
163
166
  if (this.displayOverflow)
164
167
  return;
@@ -166,7 +169,7 @@ const PnWizard = class {
166
169
  const scrollbarWidth = innerWidth - document.documentElement.clientWidth;
167
170
  if (this.isActive()) {
168
171
  body.style.setProperty('overflow', 'hidden');
169
- body.style.marginRight = `${scrollbarWidth}px`;
172
+ body.style.setProperty('margin-right', `${scrollbarWidth}px`);
170
173
  }
171
174
  else {
172
175
  body.style.removeProperty('overflow');
@@ -219,15 +222,6 @@ const PnWizard = class {
219
222
  showFinishButton() {
220
223
  return !this.hideFinish && this.isLastStep();
221
224
  }
222
- runStepLogic() {
223
- if (this.isOpen()) {
224
- requestAnimationFrame(() => {
225
- this.highlightElement();
226
- this.positionModal();
227
- this.scrollToElement();
228
- });
229
- }
230
- }
231
225
  nextStep() {
232
226
  const next = this.step + 1;
233
227
  this.step = next;
@@ -247,13 +241,17 @@ const PnWizard = class {
247
241
  }
248
242
  getHighlightTarget() {
249
243
  const selector = this.steps[this.step];
244
+ if (!selector)
245
+ return null;
250
246
  const target = document.querySelector(selector);
251
247
  return target;
252
248
  }
253
249
  getHighlightRect() {
254
250
  const target = this.getHighlightTarget();
255
- if (!target)
251
+ if (!target) {
252
+ this.resetToCenter();
256
253
  return;
254
+ }
257
255
  const rect = this.getRect(target);
258
256
  const margin = parseFloat(getComputedStyle(target).margin) || 0;
259
257
  const top = rect.top + window.scrollY - margin;
@@ -263,47 +261,70 @@ const PnWizard = class {
263
261
  const radius = parseFloat(getComputedStyle(target).borderRadius) || 4;
264
262
  return { top, left, width, height, radius };
265
263
  }
264
+ isInViewport(element) {
265
+ const { top, left, bottom, right } = element.getBoundingClientRect();
266
+ return (top >= 0 &&
267
+ left >= 0 &&
268
+ bottom <= (window.innerHeight || document.documentElement.clientHeight) &&
269
+ right <= (window.innerWidth || document.documentElement.clientWidth));
270
+ }
266
271
  scrollToElement() {
267
272
  const target = this.getHighlightTarget();
268
- if (!target)
273
+ if (!target || this.isInViewport(target))
269
274
  return;
270
- target.scrollIntoView({ behavior: 'smooth', block: this.scrollBlock });
275
+ target.scrollIntoView({ behavior: 'instant', block: this.scrollBlock });
271
276
  }
272
277
  highlightElement() {
273
278
  const target = this.getHighlightTarget();
274
279
  if (!target)
275
- return;
280
+ return this.resetToCenter();
276
281
  this.setHighlightVars(this.getHighlightRect());
277
282
  }
283
+ resetToCenter() {
284
+ const { width, height } = this.getWizardContentRect();
285
+ const top = window.scrollY + window.innerHeight / 2 - height / 2;
286
+ const left = window.scrollX + window.innerWidth / 2 - width / 2;
287
+ this.setHighlightVars({ top, left, width: 0, height: 0, radius: 0 });
288
+ this.setModalVars({ top, left });
289
+ this.setArrowVars('none', 0);
290
+ }
291
+ getWizardContentRect() {
292
+ if (!this.wizardContent)
293
+ return { width: 0, height: 0 };
294
+ return this.getRect(this.wizardContent);
295
+ }
278
296
  positionModal() {
279
297
  const target = this.getHighlightTarget();
280
298
  if (!target)
281
299
  return;
300
+ /** The distance between the highlight and the modal */
282
301
  const gap = 16;
283
- // Target = Highlighted element
302
+ /** The minimum offset from the edge of the viewport */
303
+ const minOffset = gap / 2;
304
+ /** Target = Highlighted element */
284
305
  const { top: targetTop, left: targetLeft, width: targetWidth, height: targetHeight } = this.getHighlightRect();
285
- // Modal = Wizard content
286
- const { width: modalWidth, height: modalHeight } = this.getRect(this.wizardContent);
287
306
  const targetCenter = targetLeft + targetWidth / 2;
307
+ /** Modal = Wizard content */
308
+ const { width: modalWidth, height: modalHeight } = this.getWizardContentRect();
309
+ /** The X position of the modal */
288
310
  let contentX = 0;
311
+ /** The Y position of the modal */
289
312
  let contentY = 0;
290
- // Get viewport dimensions and scroll position
313
+ /** Get viewport dimensions and scroll position */
291
314
  const { scrollY, scrollX, innerWidth, innerHeight } = window;
292
315
  const scrollbarWidth = innerWidth - document.documentElement.clientWidth;
293
- // If highlight is very tall, position wizardContent left or right
294
- // const highlightIsTall = modalHeight > targetTop && modalHeight > innerHeight - (targetTop + targetHeight);
295
316
  // Where does the modal fit?
296
317
  const modalFitsDown = targetTop + targetHeight + gap + modalHeight < scrollY + innerHeight;
297
- const modalFitsUp = targetTop - gap - modalHeight > scrollY;
318
+ const modalFitsUp = targetTop - scrollY > modalHeight + gap;
298
319
  const modalFitsLeft = targetLeft - gap - modalWidth > scrollX;
299
320
  const modalFitsRight = targetLeft + targetWidth + gap + modalWidth < scrollX + innerWidth;
300
321
  const modalFitsNone = !modalFitsDown && !modalFitsUp && !modalFitsLeft && !modalFitsRight;
301
322
  const fitsY = modalFitsDown || modalFitsUp;
302
323
  const fitsX = modalFitsLeft || modalFitsRight;
303
- let maxY = 8;
304
- let maxX = 8;
324
+ let maxY = minOffset;
325
+ let maxX = minOffset;
305
326
  maxY = modalFitsDown ? targetTop + targetHeight + gap : targetTop - modalHeight - gap;
306
- maxX = scrollX + innerWidth - modalWidth - scrollbarWidth - 8;
327
+ maxX = scrollX + innerWidth - modalWidth - scrollbarWidth - minOffset;
307
328
  // Arrow stuff
308
329
  let arrowOffset = 0;
309
330
  let arrowDirection = 'top';
@@ -316,22 +337,22 @@ const PnWizard = class {
316
337
  else if (fitsX) {
317
338
  contentX = modalFitsRight ? targetLeft + targetWidth + gap : targetLeft - modalWidth - gap;
318
339
  contentY = targetTop + targetHeight / 2 - modalHeight / 2;
319
- maxY = targetTop + targetHeight / 2;
340
+ maxY = scrollY + innerHeight - modalHeight - minOffset;
320
341
  arrowDirection = modalFitsRight ? 'left' : 'right';
321
342
  arrowOffset = modalHeight / 2;
322
343
  }
323
344
  else if (modalFitsNone) {
324
345
  contentX = targetCenter - modalWidth / 2;
325
346
  contentY = targetTop + targetHeight - modalHeight / 2;
326
- maxY = innerHeight - modalHeight - 8;
347
+ maxY = scrollY - modalHeight - minOffset;
327
348
  arrowDirection = 'top';
328
349
  arrowOffset = targetCenter - contentX;
329
350
  }
330
351
  // Clamp horizontally within viewport
331
- const minX = scrollX + scrollbarWidth || 8;
352
+ const minX = scrollX + scrollbarWidth || minOffset;
332
353
  contentX = Math.max(minX, Math.min(contentX, maxX));
333
354
  // Clamp vertically within viewport
334
- const minY = 8;
355
+ const minY = minOffset;
335
356
  contentY = Math.max(minY, Math.min(contentY, maxY));
336
357
  this.setModalVars({ top: contentY, left: contentX });
337
358
  if (isSmallScreen()) {
@@ -344,8 +365,9 @@ const PnWizard = class {
344
365
  else {
345
366
  arrowOffset = targetTop + targetHeight / 2 - contentY;
346
367
  }
347
- arrowOffset = Math.max(32, // Minimum offset from edge
348
- Math.min(arrowOffset - 8, (fitsX ? modalHeight : modalWidth) - 32));
368
+ const modalSize = arrowDirection === 'top' || arrowDirection === 'bottom' ? modalWidth : modalHeight;
369
+ arrowOffset = Math.max(32, // Minimum offset from edge of modal
370
+ Math.min(arrowOffset - minOffset, modalSize - 32));
349
371
  this.setArrowVars(arrowDirection, arrowOffset);
350
372
  }
351
373
  setHighlightVars({ top, left, width, height, radius, }) {
@@ -365,14 +387,14 @@ const PnWizard = class {
365
387
  this.hostElement.style.setProperty('--pn-arrow-offset', `${Math.round(offset)}px`);
366
388
  }
367
389
  render() {
368
- return (h(Host, { key: '08f0d484f684188c7283535da328d6bd681b74d5' }, h("dialog", { key: '56810278e58795390973a9ebbe0bd797b731b1f8', id: this.pnId, "aria-labelledby": this.label ? this.wizardIdLabel : null, "aria-describedby": this.helpertext ? this.wizardIdHelpertext : null, class: "pn-wizard", ref: el => (this.wizardElement = el), onCancel: () => this.endWizard(), onClose: () => this.endWizard() }, h("div", { key: '824bbd673177648865e9328ee5aa51e157aa7347', class: "pn-wizard-overlay" }, h("div", { key: 'a2236247ba49e18de2a4aa2666fa1e07e6aaa1c4', class: "pn-wizard-highlight", onClick: e => this.wizardHighlightClick.emit(e) })), h("div", { key: '77d5f6e74c49b2a92a8c9c8f9207594bec0545c7', class: "pn-wizard-content", ref: el => (this.wizardContent = el) }, h("pn-button", { key: '28fdec2fa470ff03b916325d0085a7bd4cd8f504', class: "pn-wizard-cancel", arialabel: this.translate('CANCEL'), icon: close, iconOnly: true, small: true, appearance: "light", variant: "borderless", onPnClick: () => this.endWizard() }), h("div", { key: 'ff7e6051e041c008c639e392896e885e4dcb0364', class: "pn-wizard-text" }, this.label && (h("h2", { key: '9b8098099707558b66f1b422dc6ada70084d9829', class: "pn-wizard-label", id: this.wizardIdLabel }, this.label)), this.helpertext && (h("p", { key: '4db3b8ab391daf06f5731be43c9c116acd934b1f', class: "pn-wizard-helpertext", id: this.wizardIdHelpertext }, this.helpertext)), h("slot", { key: '5f72315df3102a605d2d4a220cfebfa216101f8c' }), this.renderProgress() && (h("pn-progress-stepper", { key: 'becee14c8d2ad3fe3a9d902dd080f4df760e227e', class: !this.isProgressDots() && 'pn-wizard-sr-only', totalSteps: this.steps.length, currentStep: this.step > 0 ? this.step + 1 : 1, dots: true }))), h("div", { key: '264270d944373b1570a09a330bef6c6e8ad07e4d', class: "pn-wizard-arrow", ref: el => (this.wizardArrow = el) }), h("div", { key: '1420663b8cc3996eb67f640d3a7f981f1fafff82', class: "pn-wizard-controls" }, this.isProgressText() && (h("span", { key: '99cd61e352d16b15129239c8c1932a1e8ff3d675', class: "pn-wizard-indicator", "aria-hidden": "true" }, this.step + 1, "/", this.steps.length)), h("slot", { key: 'f48e48097089a24ed48726046e5bb9b8a36ca1ec', name: "buttons" }), this.showBackButton() && (h("pn-button", { key: '9504536c3602f6280d30aa6f95043d2a66c2ac98', label: this.labelBack || this.translate('PREV'), small: true, appearance: "light", variant: "outlined", onPnClick: () => this.prevStep() })), this.showNextButton() && (h("pn-button", { key: 'c5997f60733d2f220138fbf3caf24f44271d63f3', label: this.getNextLabel(), small: true, icon: arrow_right, onPnClick: () => this.nextStep() })))))));
390
+ return (h(Host, { key: '3fbeaf58c3adc8ea380a81b93dc66fb8a6bece5c' }, h("dialog", { key: 'f0f94968cba2e2dc8baba4752d80a7bea862c929', id: this.pnId, "aria-labelledby": this.label ? this.wizardIdLabel : null, "aria-describedby": this.helpertext ? this.wizardIdHelpertext : null, class: "pn-wizard", ref: el => (this.wizardElement = el), onCancel: () => this.endWizard(), onClose: () => this.endWizard() }, h("div", { key: '737f8207c19876c82c6a3d2418305fc7268ee251', class: "pn-wizard-overlay" }, h("div", { key: 'd420a48ad3b30828b4dd496f56073eea375bbe34', class: "pn-wizard-highlight", onClick: e => this.wizardHighlightClick.emit(e) })), h("div", { key: '03d6e169d95b7fe7bdb65a31e839b5744db190d0', class: "pn-wizard-content", ref: el => (this.wizardContent = el) }, h("pn-button", { key: '3534ecbbd28f9171b0ba1adfa07a91a4a20a1dd1', class: "pn-wizard-cancel", arialabel: this.translate('CANCEL'), icon: close, iconOnly: true, small: true, appearance: "light", variant: "borderless", onPnClick: () => this.endWizard() }), h("div", { key: 'b1f3f3ddb93efe5201091d19df4ff22acde76391', class: "pn-wizard-text" }, this.label && (h("h2", { key: 'b689ff85832dd65814d30ca85c00b59281aef1d1', class: "pn-wizard-label", id: this.wizardIdLabel }, this.label)), this.helpertext && (h("p", { key: '6a978db802f3faa402435c84c233e84c3456f657', class: "pn-wizard-helpertext", id: this.wizardIdHelpertext }, this.helpertext)), h("slot", { key: '52d0440d5b470fd06eb3a0c21921d540c79c0ac9' }), this.renderProgress() && (h("pn-progress-stepper", { key: '63f08858ddef511b92d622a559fe3888b5a6508a', class: !this.isProgressDots() && 'pn-wizard-sr-only', totalSteps: this.steps.length, currentStep: this.step > 0 ? this.step + 1 : 1, dots: true }))), h("div", { key: 'c5b266d5421f09bbc2ab199d6d71f5938dc8ae72', class: "pn-wizard-arrow", ref: el => (this.wizardArrow = el) }), h("div", { key: '00aef3606f751ca56142fe2b0a6a08a36e4f92f3', class: "pn-wizard-controls" }, this.isProgressText() && (h("span", { key: 'd6c0c85554253580d65aa42742cdabf55158bfe5', class: "pn-wizard-indicator", "aria-hidden": "true" }, this.step + 1, "/", this.steps.length)), h("slot", { key: '76a1b7c69280ffbbc81f210acdfb8812b241329d', name: "buttons" }), this.showBackButton() && (h("pn-button", { key: '560aa03d06aec0b32ae94ee2264b6bd059b5f305', label: this.labelBack || this.translate('PREV'), small: true, appearance: "light", variant: "outlined", onPnClick: () => this.prevStep() })), this.showNextButton() && (h("pn-button", { key: '00d8a13c7ee3413aa2e3d751d101de41e228f866', label: this.getNextLabel(), small: true, icon: arrow_right, onPnClick: () => this.nextStep() })))))));
369
391
  }
370
392
  static get watchers() { return {
371
393
  "step": [{
372
394
  "handleStepChange": 0
373
395
  }],
374
396
  "pnId": [{
375
- "handleIdChange": 0
397
+ "handleIdChange": 1
376
398
  }]
377
399
  }; }
378
400
  };
@@ -2,7 +2,7 @@
2
2
  * Built with Stencil
3
3
  * By PostNord.
4
4
  */
5
- import { t as transformTag, r as registerInstance, c as createEvent, g as getElement, h, a as Host } from './index-CAEP792y.js';
5
+ import { t as transformTag, r as registerInstance, c as createEvent, g as getElement, h, a as Host } from './index-XKg-ydzH.js';
6
6
  import { uuidv4, awaitTopbar, sv } from './index.js';
7
7
 
8
8
  const translations = {
@@ -41,7 +41,7 @@ const pnZipcodeSearchCss = () => `${transformTag("pn-zipcode-search")}{display:b
41
41
  const PnZipcodeSearch = class {
42
42
  constructor(hostRef) {
43
43
  registerInstance(this, hostRef);
44
- this.searchsuccessful = createEvent(this, "searchsuccessful");
44
+ this.searchsuccessful = createEvent(this, "searchsuccessful", 7);
45
45
  }
46
46
  /** This language property will update when pnTopbar loads */
47
47
  searchId = `pn-zipcode-${uuidv4()}`;
@@ -120,7 +120,7 @@ const PnZipcodeSearch = class {
120
120
  }
121
121
  }
122
122
  render() {
123
- return (h(Host, { key: 'b9314bbca808c725bc074d1dc9e58223bb551468' }, h("pn-search-field", { key: '4c7eaf8c96aa36e17c546371345c7aac6a0c5ee7', label: this.translation('PLACEHOLDER_TEXT'), value: this.value, searchid: this.searchId, loading: this.loading, button: "icon", buttonLabel: this.translation('SEARCH'), placeholder: this.translation('PLACEHOLDER_TEXT'), onSearch: e => this.handleSearch(e.detail) }), this.renderSearchResult(), this.renderErrorMessage()));
123
+ return (h(Host, { key: '2631586788c0b4fc5e5b4914dd44e9b20c87598e' }, h("pn-search-field", { key: '0d9743b99db487cb1acb27825fca4e872e25c72d', label: this.translation('PLACEHOLDER_TEXT'), value: this.value, searchid: this.searchId, loading: this.loading, button: "icon", buttonLabel: this.translation('SEARCH'), placeholder: this.translation('PLACEHOLDER_TEXT'), onSearch: e => this.handleSearch(e.detail) }), this.renderSearchResult(), this.renderErrorMessage()));
124
124
  }
125
125
  };
126
126
  PnZipcodeSearch.style = pnZipcodeSearchCss();
@@ -2,12 +2,12 @@
2
2
  * Built with Stencil
3
3
  * By PostNord.
4
4
  */
5
- import { p as promiseResolve, H, b as bootstrapLazy } from './index-CAEP792y.js';
6
- export { s as setNonce } from './index-CAEP792y.js';
5
+ import { p as promiseResolve, H, b as bootstrapLazy } from './index-XKg-ydzH.js';
6
+ export { s as setNonce } from './index-XKg-ydzH.js';
7
7
  import { g as globalScripts } from './app-globals-Dh478Si7.js';
8
8
 
9
9
  /*
10
- Stencil Client Patch Browser v4.41.3 | MIT Licensed | https://stenciljs.com
10
+ Stencil Client Patch Browser v4.43.2 | MIT Licensed | https://stenciljs.com
11
11
  */
12
12
 
13
13
  var patchBrowser = () => {
@@ -42,5 +42,5 @@ var patchCloneNodeFix = (HTMLElementPrototype) => {
42
42
 
43
43
  patchBrowser().then(async (options) => {
44
44
  await globalScripts();
45
- return bootstrapLazy(JSON.parse("[[\"pn-icon_2\",[[512,\"pn-tag\",{\"label\":[1],\"icon\":[1],\"appearance\":[1],\"dark\":[4],\"large\":[4],\"small\":[4],\"xsmall\":[4]}],[512,\"pn-icon\",{\"icon\":[1],\"small\":[516],\"color\":[1]},null,{\"color\":[{\"handleColor\":0}]}]]],[\"pn-file-upload\",[[772,\"pn-file-upload\",{\"label\":[1],\"helpertext\":[1],\"language\":[1],\"hideProgress\":[4,\"hide-progress\"],\"name\":[1],\"accept\":[1],\"maxSize\":[1,\"max-size\"],\"capture\":[1],\"limit\":[2],\"multiple\":[1028],\"required\":[4],\"disabled\":[4],\"files\":[32],\"isHovering\":[32],\"startUpload\":[64],\"clearUpload\":[64],\"removeFile\":[64],\"updateFile\":[64]},null,{\"limit\":[{\"handleLimit\":0}],\"maxSize\":[{\"handleMaxBytes\":0}]}]]],[\"pn-ocr-search\",[[512,\"pn-ocr-search\",{\"language\":[1],\"loading\":[32],\"error\":[32],\"ocrNumber\":[32],\"searchSuccess\":[32],\"invalidOcrNumber\":[32]}]]],[\"pn-pagination\",[[512,\"pn-pagination\",{\"label\":[1],\"urlTemplate\":[1,\"url-template\"],\"paginationId\":[1,\"pagination-id\"],\"language\":[1],\"page\":[1538],\"pages\":[1026],\"pagesVisible\":[1026,\"pages-visible\"],\"rows\":[1026],\"rowsList\":[1,\"rows-list\"],\"rowsLabel\":[1,\"rows-label\"],\"list\":[32]},null,{\"page\":[{\"handlePage\":0}],\"pages\":[{\"handlePages\":0}],\"pagesVisible\":[{\"handlePagesVisible\":0}]}]]],[\"pn-range\",[[772,\"pn-range\",{\"label\":[1],\"labelEnd\":[1,\"label-end\"],\"helpertext\":[1],\"markers\":[16],\"textPrefix\":[1,\"text-prefix\"],\"textSuffix\":[1,\"text-suffix\"],\"icon\":[1],\"iconEnd\":[1,\"icon-end\"],\"pnId\":[1,\"pn-id\"],\"pnIdEnd\":[1,\"pn-id-end\"],\"name\":[1],\"nameEnd\":[1,\"name-end\"],\"min\":[2],\"max\":[2],\"value\":[1538],\"valueEnd\":[1538,\"value-end\"],\"step\":[1],\"multiple\":[4],\"input\":[4],\"tooltipHide\":[4,\"tooltip-hide\"],\"tooltipTemplate\":[1,\"tooltip-template\"],\"disabled\":[4],\"error\":[1],\"invalid\":[4],\"showHelperSlot\":[32],\"showErrorSlot\":[32],\"isPressing\":[32],\"pressControl\":[32]},null,{\"value\":[{\"handleValue\":1}],\"valueEnd\":[{\"handleValueEnd\":1}],\"pnId\":[{\"handleId\":1}],\"helpertext\":[{\"handleMessage\":1}],\"error\":[{\"handleMessage\":0}],\"multiple\":[{\"handleMultiple\":0}]}]]],[\"pn-wizard\",[[772,\"pn-wizard\",{\"label\":[1],\"helpertext\":[1],\"language\":[1025],\"pnId\":[1025,\"pn-id\"],\"step\":[1538],\"steps\":[16],\"progress\":[1],\"scrollBlock\":[1,\"scroll-block\"],\"displayOverflow\":[4,\"display-overflow\"],\"hideBack\":[4,\"hide-back\"],\"hideNext\":[4,\"hide-next\"],\"hideFinish\":[4,\"hide-finish\"],\"labelBack\":[1,\"label-back\"],\"labelNext\":[1,\"label-next\"],\"labelFinish\":[1,\"label-finish\"]},[[9,\"resize\",\"handleOverflow\"]],{\"step\":[{\"handleStepChange\":0}],\"pnId\":[{\"handleIdChange\":0}]}]]],[\"pn-zipcode-search\",[[512,\"pn-zipcode-search\",{\"language\":[1],\"value\":[1025],\"validZipCode\":[32],\"loading\":[32],\"showResult\":[32],\"zipCodeSearchResult\":[32],\"error\":[32],\"errorMessage\":[32]}]]],[\"pn-action-menu\",[[512,\"pn-action-menu\",{\"options\":[16],\"button\":[16],\"menuId\":[1,\"menu-id\"],\"language\":[1025],\"open\":[1540],\"menuUp\":[4,\"menu-up\"],\"menuLeft\":[4,\"menu-left\"],\"isClosing\":[32],\"isExpanding\":[32],\"smallMenu\":[32],\"upwards\":[32],\"activeSubmenu\":[32]},[[9,\"resize\",\"handleResize\"]],{\"options\":[{\"handleOptions\":0}],\"open\":[{\"openHandler\":0}],\"menuId\":[{\"handleMenuId\":0}]}]]],[\"pn-button-dropdown\",[[772,\"pn-button-dropdown\",{\"label\":[1],\"icon\":[1],\"appearance\":[1],\"variant\":[1],\"small\":[4],\"tooltip\":[1],\"open\":[1540],\"right\":[32],\"top\":[32]},null,{\"open\":[{\"openHandler\":0}]}]]],[\"pn-counter\",[[512,\"pn-counter\",{\"label\":[1],\"helpertext\":[1],\"value\":[1538],\"counterid\":[1],\"compact\":[4],\"language\":[1],\"labelDecrease\":[1,\"label-decrease\"],\"labelIncrease\":[1,\"label-increase\"],\"minMessage\":[1,\"min-message\"],\"maxMessage\":[1,\"max-message\"],\"name\":[1],\"min\":[2],\"max\":[2],\"step\":[2],\"list\":[1],\"required\":[4],\"readonly\":[4],\"disabled\":[4],\"clearAriaTimer\":[32],\"displaySrValue\":[32],\"showMinMaxMessage\":[32],\"lastDispatchedValue\":[32],\"interactType\":[32]},null,{\"value\":[{\"watchValue\":0}],\"counterid\":[{\"handleId\":0}]}]]],[\"pn-date-picker\",[[772,\"pn-date-picker\",{\"labelFrom\":[1,\"label-from\"],\"labelTo\":[1,\"label-to\"],\"helpertext\":[1],\"start\":[1025],\"end\":[1025],\"format\":[1],\"compact\":[4],\"language\":[1],\"dateId\":[1,\"date-id\"],\"name\":[1],\"placeholder\":[1],\"endPlaceholder\":[1,\"end-placeholder\"],\"autocomplete\":[1],\"list\":[1],\"listEnd\":[1,\"list-end\"],\"pattern\":[1],\"range\":[4],\"rangeLimit\":[2,\"range-limit\"],\"view\":[1025],\"calendarUp\":[4,\"calendar-up\"],\"weekNumbers\":[4,\"week-numbers\"],\"disableTypeAhead\":[4,\"disable-type-ahead\"],\"disableWeekends\":[4,\"disable-weekends\"],\"disabledDates\":[1,\"disabled-dates\"],\"disableMaxLength\":[4,\"disable-max-length\"],\"required\":[4],\"readonly\":[4],\"disabled\":[4],\"error\":[1],\"invalid\":[4],\"minDate\":[1025,\"min-date\"],\"maxDate\":[1025,\"max-date\"],\"isClosing\":[32],\"isExpanding\":[32],\"open\":[32],\"openUp\":[32],\"selectingTo\":[32],\"grid\":[32],\"viewYearStart\":[32],\"dateViewYear\":[32],\"dateViewMonth\":[32],\"dateViewDate\":[32],\"showHelperSlot\":[32],\"showErrorSlot\":[32]},[[9,\"resize\",\"handleResize\"]],{\"minDate\":[{\"watchMin\":0}],\"maxDate\":[{\"watchMax\":0}],\"start\":[{\"watchValue\":0}],\"end\":[{\"watchValueTo\":0}],\"format\":[{\"handleFormat\":0}],\"id\":[{\"watchId\":0}],\"dateViewYear\":[{\"watchView\":0}],\"dateViewMonth\":[{\"watchView\":0}],\"dateViewDate\":[{\"watchView\":0}],\"open\":[{\"watchOpen\":0}],\"helpertext\":[{\"handleMessage\":0}],\"error\":[{\"handleMessage\":0}],\"view\":[{\"handleView\":0}]}]]],[\"pn-modal\",[[772,\"pn-modal\",{\"label\":[1],\"helpertext\":[1],\"language\":[1],\"open\":[1540],\"persistent\":[4],\"hideClose\":[4,\"hide-close\"],\"allowOverflow\":[4,\"allow-overflow\"],\"sheet\":[4],\"maxWidth\":[1,\"max-width\"],\"isClosing\":[32],\"isOpening\":[32],\"removeOverflow\":[32]},[[9,\"resize\",\"handleOverflow\"]],{\"open\":[{\"handleOpen\":0}],\"maxWidth\":[{\"handleMaxWidth\":0}]}]]],[\"pn-tablist\",[[772,\"pn-tablist\",{\"label\":[1],\"value\":[1537],\"small\":[4],\"stackedicons\":[4],\"language\":[1],\"showScrollArrows\":[32],\"arrowLeft\":[32],\"arrowRight\":[32]},[[0,\"setActiveTab\",\"setActiveTabHandler\"],[9,\"resize\",\"rerender\"],[0,\"tabEnter\",\"handleEnter\"],[0,\"tabLeave\",\"handleLeave\"]],{\"value\":[{\"setValue\":0}],\"showScrollArrows\":[{\"scrollHandler\":0}]}]]],[\"pn-footer\",[[512,\"pn-footer\",{\"market\":[1],\"language\":[1]}]]],[\"pn-header\",[[772,\"pn-header\",{\"heading\":[1],\"maxWidth\":[1,\"max-width\"],\"goBackHref\":[1,\"go-back-href\"],\"goBackText\":[1,\"go-back-text\"],\"language\":[1]},null,{\"maxWidth\":[{\"setMaxWidth\":0}]}]]],[\"pn-tile\",[[772,\"pn-tile\",{\"label\":[1],\"text\":[1],\"url\":[1],\"target\":[1],\"rel\":[1],\"illustration\":[1],\"icon\":[1],\"horizontal\":[4],\"visibleOutline\":[32]}]]],[\"pn-toast\",[[772,\"pn-toast\",{\"heading\":[1],\"text\":[1],\"toastId\":[1,\"toast-id\"],\"appearance\":[1],\"temporary\":[4],\"icon\":[1],\"illustration\":[1],\"hide\":[1540],\"closable\":[4],\"language\":[1025],\"isClosing\":[32],\"isExpanding\":[32],\"hasSlottedContent\":[32]},null,{\"hide\":[{\"handleHide\":0}]}]]],[\"pn-accordion-row\",[[772,\"pn-accordion-row\",{\"label\":[1025],\"state\":[1028],\"buttonid\":[1],\"contentid\":[1],\"transparent\":[4],\"isClosing\":[32],\"isExpanding\":[32]},[[0,\"rowstate\",\"handleRowState\"]]]]],[\"pn-card\",[[772,\"pn-card\",{\"label\":[1],\"labelTag\":[1,\"label-tag\"],\"overline\":[1],\"text\":[1],\"cardId\":[1,\"card-id\"],\"horizontal\":[4],\"reverse\":[4],\"aspectRatio\":[1,\"aspect-ratio\"],\"href\":[1],\"hrefLabel\":[1,\"href-label\"],\"target\":[1],\"rel\":[1],\"icon\":[1],\"visibleOutline\":[32]},null,{\"cardId\":[{\"watchCardId\":0}]}]]],[\"pn-checkbox\",[[772,\"pn-checkbox\",{\"label\":[1],\"helpertext\":[1],\"value\":[513],\"name\":[1],\"checked\":[1028],\"checkboxid\":[1],\"required\":[4],\"disabled\":[4],\"invalid\":[4],\"indeterminate\":[1028],\"tile\":[4],\"expand\":[4],\"icon\":[1],\"isClosing\":[32],\"isExpanding\":[32]},null,{\"checkboxid\":[{\"handleId\":0}],\"checked\":[{\"handleChecked\":0}]}]]],[\"pn-choice-chip\",[[772,\"pn-choice-chip\",{\"label\":[1],\"value\":[513],\"name\":[1],\"checked\":[1028],\"radio\":[4],\"choiceid\":[1],\"icon\":[1],\"required\":[4],\"disabled\":[4],\"small\":[4],\"large\":[4],\"moving\":[32]}]]],[\"pn-fieldset\",[[772,\"pn-fieldset\",{\"legend\":[1],\"helpertext\":[1],\"fieldsetId\":[1,\"fieldset-id\"],\"form\":[1],\"name\":[1],\"disabled\":[4],\"invalid\":[4],\"error\":[1]},null,{\"fieldsetId\":[{\"handleId\":0}]}]]],[\"pn-multiselect\",[[772,\"pn-multiselect\",{\"label\":[1],\"helpertext\":[1],\"placeholder\":[1],\"name\":[1],\"selectId\":[1,\"select-id\"],\"selectName\":[1,\"select-name\"],\"icon\":[1],\"compact\":[4],\"language\":[1],\"options\":[1040],\"selectAll\":[4,\"select-all\"],\"allValue\":[1,\"all-value\"],\"search\":[4],\"searchQuery\":[1025,\"search-query\"],\"itemCount\":[2,\"item-count\"],\"maxHeight\":[1,\"max-height\"],\"top\":[4],\"bottom\":[4],\"required\":[4],\"disabled\":[4],\"invalid\":[4],\"error\":[1],\"isClosing\":[32],\"isExpanding\":[32],\"isSearching\":[32],\"open\":[32],\"upwards\":[32],\"srMessage\":[32]},[[9,\"resize\",\"handleResize\"]],{\"open\":[{\"handleOpen\":0}],\"search\":[{\"handleSearch\":0}],\"searchQuery\":[{\"handleSearchQuery\":0}],\"selectId\":[{\"handleSelectId\":0}]}]]],[\"pn-page-nav\",[[772,\"pn-page-nav\",{\"value\":[1025],\"dropdown\":[8],\"navid\":[1],\"currentSelection\":[32],\"showScrollArrows\":[32],\"showLeftArrow\":[32],\"showRightArrow\":[32],\"dropdownOpen\":[32],\"dropdownLinks\":[32],\"dropdownActive\":[32]},[[0,\"itemselection\",\"changeHandler\"],[9,\"resize\",\"handleResize\"]],{\"value\":[{\"valueHandler\":0}],\"dropdownOpen\":[{\"dropdownHandler\":0}]}]]],[\"pn-page-nav-dropdown-item\",[[772,\"pn-page-nav-dropdown-item\",{\"value\":[1],\"href\":[1],\"active\":[4]}]]],[\"pn-page-nav-item\",[[772,\"pn-page-nav-item\",{\"value\":[1],\"href\":[1],\"icon\":[1]}]]],[\"pn-radio-button\",[[772,\"pn-radio-button\",{\"label\":[1],\"helpertext\":[1],\"value\":[513],\"name\":[1],\"checked\":[1028],\"radioid\":[1],\"required\":[4],\"disabled\":[4],\"invalid\":[4],\"tile\":[4],\"expand\":[4],\"icon\":[1],\"isClosing\":[32],\"isExpanding\":[32]},[[8,\"change\",\"handleChange\"]],{\"radioid\":[{\"handleId\":0}],\"checked\":[{\"handleChecked\":0}]}]]],[\"pn-read-only-button\",[[772,\"pn-read-only-button\",{\"icon\":[1],\"leftIcon\":[4,\"left-icon\"],\"iconOnly\":[4,\"icon-only\"],\"small\":[4],\"language\":[1],\"readOnlyModeText\":[32],\"tooltipOpen\":[32],\"tooltipEl\":[32],\"tooltipDx\":[32]},null,{\"language\":[{\"setReadOnlyModeText\":0}],\"tooltipOpen\":[{\"openHandler\":0}]}]]],[\"pn-segment\",[[772,\"pn-segment\",{\"label\":[1],\"name\":[1],\"value\":[1],\"selected\":[4],\"segmentid\":[1],\"icon\":[1],\"disabled\":[4]}]]],[\"pn-segmented-control\",[[772,\"pn-segmented-control\",{\"name\":[1],\"value\":[1025],\"showScrollArrows\":[32],\"showLeftArrow\":[32],\"showRightArrow\":[32]},[[0,\"change\",\"changeHandler\"],[9,\"resize\",\"handleResize\"],[0,\"segmentHover\",\"handleHover\"]],{\"value\":[{\"valueHandler\":0}]}]]],[\"pn-tab\",[[772,\"pn-tab\",{\"label\":[1],\"value\":[1],\"href\":[1],\"icon\":[1],\"ariacontrols\":[1],\"tabid\":[1],\"activeTab\":[1,\"active-tab\"]}]]],[\"pn-toggle-switch\",[[772,\"pn-toggle-switch\",{\"label\":[1],\"helpertext\":[1],\"checked\":[1028],\"toggleid\":[1],\"name\":[1],\"value\":[1],\"small\":[4],\"large\":[4],\"disabled\":[4],\"loading\":[4]},null,{\"toggleid\":[{\"handleHelperId\":0}]}]]],[\"pn-tooltip\",[[772,\"pn-tooltip\",{\"warning\":[4],\"light\":[4],\"tooltip\":[1],\"downwards\":[32],\"open\":[32],\"deltaX\":[32]},null,{\"open\":[{\"openHandler\":0}]}]]],[\"pn-accordion\",[[772,\"pn-accordion\",{\"single\":[4],\"transparent\":[4]},[[0,\"togglerow\",\"handleSingleRow\"]]]]],[\"pn-progress-indicator\",[[772,\"pn-progress-indicator\",{\"activeStep\":[1026,\"active-step\"]},[[0,\"setactivestep\",\"setActiveStepHandler\"]]]]],[\"pn-progress-indicator-step\",[[772,\"pn-progress-indicator-step\",{\"activeStep\":[2,\"active-step\"],\"index\":[2],\"name\":[1],\"checked\":[4],\"active\":[1],\"activated\":[32],\"done\":[32]}]]],[\"pn-table\",[[772,\"pn-table\",{\"gray\":[4],\"bordered\":[4],\"striped\":[4]}]]],[\"pn-textarea\",[[512,\"pn-textarea\",{\"label\":[1],\"value\":[1025],\"helpertext\":[1],\"compact\":[4],\"textareaid\":[1],\"name\":[1],\"form\":[1],\"rows\":[2],\"cols\":[2],\"wrap\":[1],\"maxlength\":[2],\"autocomplete\":[1],\"spellcheck\":[4],\"placeholder\":[1],\"resize\":[4],\"required\":[4],\"valid\":[4],\"invalid\":[4],\"error\":[1],\"disabled\":[4],\"readonly\":[4]},null,{\"textareaid\":[{\"handleId\":1}]}]]],[\"pn-input\",[[772,\"pn-input\",{\"label\":[1],\"helpertext\":[1],\"inputid\":[1],\"value\":[1025],\"language\":[1],\"compact\":[4],\"icon\":[1],\"textPrefix\":[1,\"text-prefix\"],\"textSuffix\":[1,\"text-suffix\"],\"type\":[1025],\"name\":[1],\"placeholder\":[1],\"autocomplete\":[1],\"maxlength\":[2],\"inputmode\":[1],\"list\":[1],\"pattern\":[1],\"min\":[8],\"max\":[8],\"step\":[8],\"arialabel\":[1],\"ariacontrols\":[1],\"required\":[4],\"disabled\":[4],\"readonly\":[4],\"valid\":[4],\"invalid\":[4],\"error\":[1],\"offsetLeft\":[32],\"offsetRight\":[32],\"showHelperSlot\":[32],\"showErrorSlot\":[32],\"showPassword\":[32]},null,{\"textPrefix\":[{\"handleOffset\":0}],\"textSuffix\":[{\"handleOffset\":0}],\"helpertext\":[{\"handleMessage\":0}],\"error\":[{\"handleMessage\":0}]}]]],[\"pn-progress-bar\",[[512,\"pn-progress-bar\",{\"label\":[1],\"progress\":[2],\"progressText\":[1,\"progress-text\"],\"successText\":[1,\"success-text\"],\"error\":[1],\"progressId\":[1,\"progress-id\"],\"progressPercentage\":[32]},null,{\"progress\":[{\"setProgress\":0}]}]]],[\"pn-select\",[[772,\"pn-select\",{\"label\":[1],\"helpertext\":[1],\"selectId\":[1,\"select-id\"],\"icon\":[1],\"compact\":[4],\"name\":[1],\"form\":[1],\"autocomplete\":[1],\"required\":[4],\"disabled\":[4],\"invalid\":[4],\"error\":[1]}]]],[\"pn-progress-stepper\",[[512,\"pn-progress-stepper\",{\"label\":[1],\"progressStepperId\":[1,\"progress-stepper-id\"],\"language\":[1],\"totalSteps\":[1026,\"total-steps\"],\"currentStep\":[1026,\"current-step\"],\"stepName\":[1,\"step-name\"],\"dots\":[4],\"builtInLabel\":[32],\"progressValue\":[32]},null,{\"currentStep\":[{\"stepWatchers\":0}],\"totalSteps\":[{\"stepWatchers\":0}],\"language\":[{\"watchLanguage\":0}]}]]],[\"pn-search-field\",[[512,\"pn-search-field\",{\"label\":[1],\"value\":[1025],\"placeholder\":[1],\"searchid\":[1],\"name\":[1],\"autocomplete\":[1],\"list\":[1],\"language\":[1],\"disabled\":[4],\"required\":[4],\"loading\":[4],\"button\":[1],\"buttonLabel\":[1,\"button-label\"],\"buttonTooltip\":[1,\"button-tooltip\"],\"buttonLight\":[4,\"button-light\"]},[[0,\"input\",\"inputHandler\"]]]]],[\"pn-text-link\",[[772,\"pn-text-link\",{\"label\":[1],\"href\":[1],\"light\":[4],\"icon\":[1],\"leftIcon\":[4,\"left-icon\"],\"download\":[1],\"hreflang\":[1],\"media\":[1],\"referrerpolicy\":[1],\"rel\":[1],\"target\":[1],\"linkid\":[1]}]]],[\"pn-illustration\",[[512,\"pn-illustration\",{\"illustration\":[1],\"width\":[1025],\"height\":[1025],\"fill\":[4]},null,{\"fill\":[{\"handleFill\":0}]}]]],[\"pn-button_2\",[[772,\"pn-button\",{\"label\":[1],\"appearance\":[1],\"variant\":[1],\"small\":[4],\"loading\":[516],\"icon\":[1],\"iconOnly\":[4,\"icon-only\"],\"leftIcon\":[4,\"left-icon\"],\"tooltip\":[1],\"tooltipUp\":[4,\"tooltip-up\"],\"type\":[1],\"form\":[1],\"href\":[1],\"rel\":[1],\"target\":[1],\"download\":[1],\"buttonId\":[1,\"button-id\"],\"arialabel\":[1],\"arialabelledby\":[1],\"ariacurrent\":[1],\"ariacontrols\":[1],\"ariapressed\":[1],\"ariahaspopup\":[1],\"ariaexpanded\":[1],\"noTab\":[4,\"no-tab\"],\"tooltipOpen\":[32],\"tooltipUpwards\":[32]},null,{\"tooltipOpen\":[{\"openHandler\":0}],\"tooltip\":[{\"iconOnlyHandler\":0}]}],[512,\"pn-spinner\",{\"light\":[4],\"size\":[2]}]]]]"), options);
45
+ return bootstrapLazy(JSON.parse("[[\"pn-icon_2\",[[512,\"pn-tag\",{\"label\":[1],\"icon\":[1],\"appearance\":[1],\"dark\":[4],\"large\":[4],\"small\":[4],\"xsmall\":[4]}],[512,\"pn-icon\",{\"icon\":[1],\"small\":[4],\"color\":[1]},null,{\"color\":[{\"handleColor\":0}]}]]],[\"pn-file-upload\",[[772,\"pn-file-upload\",{\"label\":[1],\"helpertext\":[1],\"language\":[1],\"name\":[1],\"accept\":[1],\"capture\":[1],\"multiple\":[1028],\"required\":[4],\"disabled\":[4],\"limit\":[2],\"maxSize\":[1,\"max-size\"],\"hideProgress\":[4,\"hide-progress\"],\"pnId\":[1,\"pn-id\"],\"files\":[32],\"isHovering\":[32],\"startUpload\":[64],\"clearUpload\":[64],\"removeFile\":[64],\"updateFile\":[64]},null,{\"pnId\":[{\"handleId\":1}],\"limit\":[{\"handleLimit\":1}],\"maxSize\":[{\"handleMaxBytes\":1}]}]]],[\"pn-ocr-search\",[[512,\"pn-ocr-search\",{\"language\":[1],\"loading\":[32],\"error\":[32],\"ocrNumber\":[32],\"searchSuccess\":[32],\"invalidOcrNumber\":[32]}]]],[\"pn-pagination\",[[512,\"pn-pagination\",{\"label\":[1],\"urlTemplate\":[1,\"url-template\"],\"paginationId\":[1,\"pagination-id\"],\"language\":[1],\"page\":[1538],\"pages\":[1026],\"pagesVisible\":[1026,\"pages-visible\"],\"rows\":[1026],\"rowsList\":[1,\"rows-list\"],\"rowsLabel\":[1,\"rows-label\"],\"list\":[32]},null,{\"page\":[{\"handlePage\":0}],\"pages\":[{\"handlePages\":0}],\"pagesVisible\":[{\"handlePagesVisible\":0}]}]]],[\"pn-range\",[[772,\"pn-range\",{\"label\":[1],\"labelEnd\":[1,\"label-end\"],\"helpertext\":[1],\"value\":[1538],\"valueEnd\":[1538,\"value-end\"],\"name\":[1],\"nameEnd\":[1,\"name-end\"],\"min\":[2],\"max\":[2],\"step\":[1],\"disabled\":[4],\"markers\":[16],\"input\":[4],\"tooltipTemplate\":[1,\"tooltip-template\"],\"tooltipHide\":[4,\"tooltip-hide\"],\"textPrefix\":[1,\"text-prefix\"],\"textSuffix\":[1,\"text-suffix\"],\"icon\":[1],\"iconEnd\":[1,\"icon-end\"],\"multiple\":[4],\"invalid\":[4],\"error\":[1],\"pnId\":[1,\"pn-id\"],\"pnIdEnd\":[1,\"pn-id-end\"],\"pnAriaLabel\":[1,\"pn-aria-label\"],\"pnAriaLabelEnd\":[1,\"pn-aria-label-end\"],\"pnAriaLabelledby\":[1,\"pn-aria-labelledby\"],\"pnAriaLabelledbyEnd\":[1,\"pn-aria-labelledby-end\"],\"showHelperSlot\":[32],\"showErrorSlot\":[32],\"isPressing\":[32],\"pressControl\":[32]},null,{\"value\":[{\"handleValue\":1}],\"valueEnd\":[{\"handleValueEnd\":1}],\"pnId\":[{\"handleId\":0}],\"pnIdEnd\":[{\"handleId\":1}],\"helpertext\":[{\"handleMessage\":1}],\"error\":[{\"handleMessage\":0}],\"multiple\":[{\"handleMultiple\":0}]}]]],[\"pn-wizard\",[[772,\"pn-wizard\",{\"label\":[1],\"helpertext\":[1],\"language\":[1025],\"pnId\":[1025,\"pn-id\"],\"step\":[1538],\"steps\":[16],\"progress\":[1],\"scrollBlock\":[1,\"scroll-block\"],\"displayOverflow\":[4,\"display-overflow\"],\"hideBack\":[4,\"hide-back\"],\"hideNext\":[4,\"hide-next\"],\"hideFinish\":[4,\"hide-finish\"],\"labelBack\":[1,\"label-back\"],\"labelNext\":[1,\"label-next\"],\"labelFinish\":[1,\"label-finish\"]},[[9,\"resize\",\"handleOverflow\"]],{\"step\":[{\"handleStepChange\":0}],\"pnId\":[{\"handleIdChange\":1}]}]]],[\"pn-zipcode-search\",[[512,\"pn-zipcode-search\",{\"language\":[1],\"value\":[1025],\"validZipCode\":[32],\"loading\":[32],\"showResult\":[32],\"zipCodeSearchResult\":[32],\"error\":[32],\"errorMessage\":[32]}]]],[\"pn-action-menu\",[[512,\"pn-action-menu\",{\"options\":[16],\"button\":[16],\"menuId\":[1,\"menu-id\"],\"language\":[1025],\"open\":[1540],\"menuUp\":[4,\"menu-up\"],\"menuLeft\":[4,\"menu-left\"],\"isClosing\":[32],\"isExpanding\":[32],\"smallMenu\":[32],\"upwards\":[32],\"activeSubmenu\":[32]},[[9,\"resize\",\"handleResize\"]],{\"options\":[{\"handleOptions\":0}],\"open\":[{\"openHandler\":0}],\"menuId\":[{\"handleMenuId\":0}]}]]],[\"pn-button-dropdown\",[[772,\"pn-button-dropdown\",{\"label\":[1],\"icon\":[1],\"appearance\":[1],\"variant\":[1],\"small\":[4],\"tooltip\":[1],\"open\":[1540],\"right\":[32],\"top\":[32]},null,{\"open\":[{\"openHandler\":0}]}]]],[\"pn-counter\",[[772,\"pn-counter\",{\"label\":[1],\"helpertext\":[1],\"language\":[1],\"value\":[1538],\"name\":[1],\"min\":[2],\"max\":[2],\"step\":[2],\"list\":[1],\"required\":[4],\"readonly\":[4],\"disabled\":[4],\"compact\":[4],\"labelDecrease\":[1,\"label-decrease\"],\"labelIncrease\":[1,\"label-increase\"],\"hideTooltips\":[4,\"hide-tooltips\"],\"minMessage\":[1,\"min-message\"],\"maxMessage\":[1,\"max-message\"],\"pnId\":[1,\"pn-id\"],\"pnAriaLabel\":[1,\"pn-aria-label\"],\"pnAriaLabelledby\":[1,\"pn-aria-labelledby\"],\"counterid\":[1],\"clearAriaTimer\":[32],\"displaySrValue\":[32],\"showMinMaxMessage\":[32],\"lastDispatchedValue\":[32],\"interactType\":[32]},null,{\"value\":[{\"watchValue\":0}],\"counterid\":[{\"handleId\":0}],\"pnId\":[{\"handleId\":1}]}]]],[\"pn-date-picker\",[[772,\"pn-date-picker\",{\"labelFrom\":[1,\"label-from\"],\"labelTo\":[1,\"label-to\"],\"helpertext\":[1],\"language\":[1],\"start\":[1025],\"end\":[1025],\"name\":[1],\"nameEnd\":[1,\"name-end\"],\"placeholder\":[1],\"endPlaceholder\":[1,\"end-placeholder\"],\"placeholderEnd\":[1,\"placeholder-end\"],\"autocomplete\":[1],\"list\":[1],\"listEnd\":[1,\"list-end\"],\"pattern\":[1],\"required\":[4],\"readonly\":[4],\"disabled\":[4],\"format\":[1],\"disableTypeAhead\":[4,\"disable-type-ahead\"],\"disableWeekends\":[4,\"disable-weekends\"],\"disabledDates\":[1,\"disabled-dates\"],\"disableMaxLength\":[4,\"disable-max-length\"],\"range\":[4],\"rangeLimit\":[2,\"range-limit\"],\"weekNumbers\":[4,\"week-numbers\"],\"compact\":[4],\"calendarUp\":[4,\"calendar-up\"],\"view\":[1025],\"invalid\":[4],\"error\":[1],\"pnId\":[1,\"pn-id\"],\"pnAriaLabel\":[1,\"pn-aria-label\"],\"pnAriaLabelEnd\":[1,\"pn-aria-label-end\"],\"pnAriaLabelledby\":[1,\"pn-aria-labelledby\"],\"pnAriaLabelledbyEnd\":[1,\"pn-aria-labelledby-end\"],\"dateId\":[1,\"date-id\"],\"minDate\":[1025,\"min-date\"],\"maxDate\":[1025,\"max-date\"],\"isClosing\":[32],\"isExpanding\":[32],\"open\":[32],\"openUp\":[32],\"selectingEnd\":[32],\"grid\":[32],\"viewYearStart\":[32],\"dateViewYear\":[32],\"dateViewMonth\":[32],\"dateViewDate\":[32],\"showHelperSlot\":[32],\"showErrorSlot\":[32]},[[9,\"resize\",\"handleResize\"]],{\"minDate\":[{\"watchMin\":1}],\"maxDate\":[{\"watchMax\":1}],\"start\":[{\"watchValue\":0}],\"end\":[{\"watchValueTo\":0}],\"format\":[{\"handleFormat\":0}],\"dateId\":[{\"watchId\":0}],\"pnId\":[{\"watchId\":1}],\"dateViewYear\":[{\"watchView\":0}],\"dateViewMonth\":[{\"watchView\":0}],\"dateViewDate\":[{\"watchView\":0}],\"open\":[{\"watchOpen\":0}],\"helpertext\":[{\"handleMessage\":0}],\"error\":[{\"handleMessage\":0}],\"view\":[{\"handleView\":0}]}]]],[\"pn-modal\",[[772,\"pn-modal\",{\"label\":[1],\"helpertext\":[1],\"language\":[1],\"pnId\":[1,\"pn-id\"],\"open\":[1540],\"persistent\":[4],\"hideClose\":[4,\"hide-close\"],\"allowOverflow\":[4,\"allow-overflow\"],\"sheet\":[4],\"maxWidth\":[1,\"max-width\"],\"isClosing\":[32],\"isOpening\":[32],\"removeOverflow\":[32]},[[9,\"resize\",\"handleOverflow\"]],{\"open\":[{\"handleOpen\":0}],\"maxWidth\":[{\"handleMaxWidth\":0}]}]]],[\"pn-tablist\",[[772,\"pn-tablist\",{\"label\":[1],\"value\":[1537],\"small\":[4],\"stackedicons\":[4],\"language\":[1],\"showScrollArrows\":[32],\"arrowLeft\":[32],\"arrowRight\":[32]},[[0,\"setActiveTab\",\"setActiveTabHandler\"],[9,\"resize\",\"rerender\"],[0,\"tabEnter\",\"handleEnter\"],[0,\"tabLeave\",\"handleLeave\"]],{\"value\":[{\"setValue\":0}],\"showScrollArrows\":[{\"scrollHandler\":0}]}]]],[\"pn-footer\",[[512,\"pn-footer\",{\"market\":[1],\"language\":[1]}]]],[\"pn-header\",[[772,\"pn-header\",{\"heading\":[1],\"maxWidth\":[1,\"max-width\"],\"goBackHref\":[1,\"go-back-href\"],\"goBackText\":[1,\"go-back-text\"],\"language\":[1]},null,{\"maxWidth\":[{\"setMaxWidth\":0}]}]]],[\"pn-tile\",[[772,\"pn-tile\",{\"label\":[1],\"text\":[1],\"url\":[1],\"target\":[1],\"rel\":[1],\"illustration\":[1],\"icon\":[1],\"horizontal\":[4],\"visibleOutline\":[32]}]]],[\"pn-toast\",[[772,\"pn-toast\",{\"heading\":[1],\"text\":[1],\"toastId\":[1,\"toast-id\"],\"appearance\":[1],\"temporary\":[4],\"icon\":[1],\"illustration\":[1],\"hide\":[1540],\"closable\":[4],\"language\":[1025],\"isClosing\":[32],\"isExpanding\":[32],\"hasSlottedContent\":[32]},null,{\"hide\":[{\"handleHide\":0}]}]]],[\"pn-accordion-row\",[[772,\"pn-accordion-row\",{\"label\":[1025],\"state\":[1028],\"buttonid\":[1],\"contentid\":[1],\"transparent\":[4],\"isClosing\":[32],\"isExpanding\":[32]},[[0,\"rowstate\",\"handleRowState\"]]]]],[\"pn-card\",[[772,\"pn-card\",{\"label\":[1],\"labelTag\":[1,\"label-tag\"],\"overline\":[1],\"text\":[1],\"cardId\":[1,\"card-id\"],\"horizontal\":[4],\"reverse\":[4],\"aspectRatio\":[1,\"aspect-ratio\"],\"href\":[1],\"hrefLabel\":[1,\"href-label\"],\"target\":[1],\"rel\":[1],\"icon\":[1],\"visibleOutline\":[32]},null,{\"cardId\":[{\"watchCardId\":0}]}]]],[\"pn-checkbox\",[[772,\"pn-checkbox\",{\"label\":[1],\"helpertext\":[1],\"value\":[513],\"name\":[1],\"checked\":[1540],\"required\":[4],\"disabled\":[4],\"invalid\":[4],\"indeterminate\":[1028],\"tile\":[4],\"expand\":[4],\"icon\":[1],\"pnId\":[1,\"pn-id\"],\"pnAriaLabel\":[1,\"pn-aria-label\"],\"pnAriaLabelledby\":[1,\"pn-aria-labelledby\"],\"checkboxid\":[1],\"isClosing\":[32],\"isExpanding\":[32]},null,{\"checkboxid\":[{\"handleId\":0}],\"pnId\":[{\"handleId\":1}],\"checked\":[{\"handleChecked\":0}]}]]],[\"pn-choice-chip\",[[772,\"pn-choice-chip\",{\"label\":[1],\"value\":[513],\"name\":[1],\"checked\":[1028],\"required\":[4],\"disabled\":[4],\"radio\":[4],\"icon\":[1],\"small\":[4],\"large\":[4],\"pnId\":[1,\"pn-id\"],\"choiceid\":[1]}]]],[\"pn-fieldset\",[[772,\"pn-fieldset\",{\"legend\":[1],\"helpertext\":[1],\"name\":[1],\"form\":[1],\"disabled\":[4],\"invalid\":[4],\"error\":[1],\"pnId\":[1,\"pn-id\"],\"fieldsetId\":[1,\"fieldset-id\"]},null,{\"fieldsetId\":[{\"handleId\":0}],\"pnId\":[{\"handleId\":1}]}]]],[\"pn-multiselect\",[[772,\"pn-multiselect\",{\"label\":[1],\"helpertext\":[1],\"language\":[1],\"name\":[1],\"selectName\":[1,\"select-name\"],\"placeholder\":[1],\"required\":[4],\"disabled\":[4],\"options\":[1040],\"compact\":[4],\"icon\":[1],\"selectAll\":[4,\"select-all\"],\"allValue\":[1,\"all-value\"],\"search\":[4],\"searchQuery\":[1025,\"search-query\"],\"itemCount\":[2,\"item-count\"],\"maxHeight\":[1,\"max-height\"],\"top\":[4],\"bottom\":[4],\"invalid\":[4],\"error\":[1],\"pnId\":[1,\"pn-id\"],\"pnAriaLabel\":[1,\"pn-aria-label\"],\"pnAriaLabelledby\":[1,\"pn-aria-labelledby\"],\"selectId\":[1,\"select-id\"],\"isClosing\":[32],\"isExpanding\":[32],\"isSearching\":[32],\"open\":[32],\"upwards\":[32],\"srMessage\":[32]},[[9,\"resize\",\"handleResize\"]],{\"open\":[{\"handleOpen\":0}],\"search\":[{\"handleSearch\":0}],\"searchQuery\":[{\"handleSearchQuery\":0}],\"selectId\":[{\"handleSelectId\":0}],\"pnId\":[{\"handleSelectId\":1}]}]]],[\"pn-page-nav\",[[772,\"pn-page-nav\",{\"value\":[1025],\"dropdown\":[8],\"navid\":[1],\"currentSelection\":[32],\"showScrollArrows\":[32],\"showLeftArrow\":[32],\"showRightArrow\":[32],\"dropdownOpen\":[32],\"dropdownLinks\":[32],\"dropdownActive\":[32]},[[0,\"itemselection\",\"changeHandler\"],[9,\"resize\",\"handleResize\"]],{\"value\":[{\"valueHandler\":0}],\"dropdownOpen\":[{\"dropdownHandler\":0}]}]]],[\"pn-page-nav-dropdown-item\",[[772,\"pn-page-nav-dropdown-item\",{\"value\":[1],\"href\":[1],\"active\":[4]}]]],[\"pn-page-nav-item\",[[772,\"pn-page-nav-item\",{\"value\":[1],\"href\":[1],\"icon\":[1]}]]],[\"pn-radio-button\",[[772,\"pn-radio-button\",{\"label\":[1],\"helpertext\":[1],\"value\":[513],\"name\":[1],\"checked\":[1028],\"required\":[4],\"disabled\":[4],\"tile\":[4],\"expand\":[4],\"icon\":[1],\"invalid\":[4],\"pnId\":[1,\"pn-id\"],\"pnAriaLabel\":[1,\"pn-aria-label\"],\"pnAriaLabelledby\":[1,\"pn-aria-labelledby\"],\"radioid\":[1],\"isClosing\":[32],\"isExpanding\":[32]},[[8,\"change\",\"handleChange\"]],{\"radioid\":[{\"handleId\":0}],\"pnId\":[{\"handleId\":1}],\"checked\":[{\"handleChecked\":0}]}]]],[\"pn-read-only-button\",[[772,\"pn-read-only-button\",{\"icon\":[1],\"leftIcon\":[4,\"left-icon\"],\"iconOnly\":[4,\"icon-only\"],\"small\":[4],\"language\":[1],\"readOnlyModeText\":[32],\"tooltipOpen\":[32],\"tooltipEl\":[32],\"tooltipDx\":[32]},null,{\"language\":[{\"setReadOnlyModeText\":0}],\"tooltipOpen\":[{\"openHandler\":0}]}]]],[\"pn-segment\",[[772,\"pn-segment\",{\"label\":[1],\"value\":[1],\"name\":[1],\"disabled\":[4],\"selected\":[4],\"icon\":[1],\"pnId\":[1,\"pn-id\"],\"segmentid\":[1]}]]],[\"pn-segmented-control\",[[772,\"pn-segmented-control\",{\"name\":[1],\"value\":[1537],\"showScrollArrows\":[32],\"showLeftArrow\":[32],\"showRightArrow\":[32]},[[0,\"change\",\"changeHandler\"],[9,\"resize\",\"handleResize\"],[0,\"segmentHover\",\"handleHover\"]],{\"value\":[{\"valueHandler\":0}]}]]],[\"pn-tab\",[[772,\"pn-tab\",{\"label\":[1],\"value\":[1],\"href\":[1],\"icon\":[1],\"ariacontrols\":[1],\"tabid\":[1],\"activeTab\":[1,\"active-tab\"]}]]],[\"pn-toggle-switch\",[[772,\"pn-toggle-switch\",{\"label\":[1],\"helpertext\":[1],\"value\":[1],\"name\":[1],\"checked\":[1028],\"required\":[4],\"disabled\":[4],\"small\":[4],\"large\":[4],\"loading\":[4],\"pnId\":[1,\"pn-id\"],\"pnAriaLabel\":[1,\"pn-aria-label\"],\"pnAriaLabelledby\":[1,\"pn-aria-labelledby\"],\"toggleid\":[1]},null,{\"pnId\":[{\"handleHelperId\":0}],\"toggleid\":[{\"handleHelperId\":1}]}]]],[\"pn-tooltip\",[[772,\"pn-tooltip\",{\"warning\":[4],\"light\":[4],\"tooltip\":[1],\"downwards\":[32],\"open\":[32],\"deltaX\":[32]},null,{\"open\":[{\"openHandler\":0}]}]]],[\"pn-accordion\",[[772,\"pn-accordion\",{\"single\":[4],\"transparent\":[4]},[[0,\"togglerow\",\"handleSingleRow\"]]]]],[\"pn-progress-indicator\",[[772,\"pn-progress-indicator\",{\"activeStep\":[1026,\"active-step\"]},[[0,\"setactivestep\",\"setActiveStepHandler\"]]]]],[\"pn-progress-indicator-step\",[[772,\"pn-progress-indicator-step\",{\"activeStep\":[2,\"active-step\"],\"index\":[2],\"name\":[1],\"checked\":[4],\"active\":[1],\"activated\":[32],\"done\":[32]}]]],[\"pn-table\",[[772,\"pn-table\",{\"gray\":[4],\"bordered\":[4],\"striped\":[4]}]]],[\"pn-textarea\",[[772,\"pn-textarea\",{\"label\":[1],\"helpertext\":[1],\"value\":[1025],\"name\":[1],\"placeholder\":[1],\"form\":[1],\"rows\":[2],\"cols\":[2],\"wrap\":[1],\"maxlength\":[2],\"autocomplete\":[1],\"spellcheck\":[4],\"resize\":[4],\"required\":[4],\"disabled\":[4],\"readonly\":[4],\"compact\":[4],\"valid\":[4],\"invalid\":[4],\"error\":[1],\"pnId\":[1,\"pn-id\"],\"pnAriaLabel\":[1,\"pn-aria-label\"],\"pnAriaLabelledby\":[1,\"pn-aria-labelledby\"],\"textareaid\":[1]},null,{\"textareaid\":[{\"handleId\":0}],\"pnId\":[{\"handleId\":1}]}]]],[\"pn-input\",[[772,\"pn-input\",{\"label\":[1],\"helpertext\":[1],\"language\":[1],\"value\":[1025],\"type\":[1025],\"name\":[1],\"placeholder\":[1],\"autocomplete\":[1],\"maxlength\":[2],\"inputmode\":[1],\"list\":[1],\"pattern\":[1],\"min\":[8],\"max\":[8],\"step\":[8],\"required\":[4],\"readonly\":[4],\"disabled\":[4],\"compact\":[4],\"icon\":[1],\"textPrefix\":[1,\"text-prefix\"],\"textSuffix\":[1,\"text-suffix\"],\"valid\":[4],\"invalid\":[4],\"error\":[1],\"pnId\":[1,\"pn-id\"],\"pnAriaLabel\":[1,\"pn-aria-label\"],\"pnAriaLabelledby\":[1,\"pn-aria-labelledby\"],\"pnAriaControls\":[1,\"pn-aria-controls\"],\"inputid\":[1],\"arialabel\":[1],\"ariacontrols\":[1],\"offsetLeft\":[32],\"offsetRight\":[32],\"showPassword\":[32]},null,{\"textPrefix\":[{\"handleOffset\":0}],\"textSuffix\":[{\"handleOffset\":0}],\"inputid\":[{\"handleId\":0}],\"pnId\":[{\"handleId\":1}]}]]],[\"pn-progress-bar\",[[512,\"pn-progress-bar\",{\"label\":[1],\"progress\":[2],\"progressText\":[1,\"progress-text\"],\"successText\":[1,\"success-text\"],\"error\":[1],\"progressId\":[1,\"progress-id\"],\"progressPercentage\":[32]},null,{\"progress\":[{\"setProgress\":0}]}]]],[\"pn-select\",[[772,\"pn-select\",{\"label\":[1],\"helpertext\":[1],\"name\":[1],\"form\":[1],\"autocomplete\":[1],\"required\":[4],\"disabled\":[4],\"compact\":[4],\"icon\":[1],\"invalid\":[4],\"error\":[1],\"pnId\":[1,\"pn-id\"],\"pnAriaLabel\":[1,\"pn-aria-label\"],\"pnAriaLabelledby\":[1,\"pn-aria-labelledby\"],\"selectId\":[1,\"select-id\"]},null,{\"selectId\":[{\"handleId\":0}],\"pnId\":[{\"handleId\":1}]}]]],[\"pn-progress-stepper\",[[512,\"pn-progress-stepper\",{\"label\":[1],\"progressStepperId\":[1,\"progress-stepper-id\"],\"language\":[1],\"totalSteps\":[1026,\"total-steps\"],\"currentStep\":[1026,\"current-step\"],\"stepName\":[1,\"step-name\"],\"dots\":[4],\"builtInLabel\":[32],\"progressValue\":[32]},null,{\"currentStep\":[{\"stepWatchers\":0}],\"totalSteps\":[{\"stepWatchers\":0}],\"language\":[{\"watchLanguage\":0}]}]]],[\"pn-search-field\",[[512,\"pn-search-field\",{\"label\":[1],\"language\":[1],\"value\":[1025],\"name\":[1],\"placeholder\":[1],\"autocomplete\":[1],\"list\":[1],\"required\":[4],\"disabled\":[4],\"loading\":[4],\"button\":[1],\"buttonLabel\":[1,\"button-label\"],\"buttonTooltip\":[1,\"button-tooltip\"],\"buttonLight\":[4,\"button-light\"],\"pnId\":[1,\"pn-id\"],\"pnAriaLabelledby\":[1,\"pn-aria-labelledby\"],\"searchid\":[1]},[[0,\"input\",\"inputHandler\"]]]]],[\"pn-text-link\",[[772,\"pn-text-link\",{\"label\":[1],\"href\":[1],\"light\":[4],\"icon\":[1],\"leftIcon\":[4,\"left-icon\"],\"download\":[1],\"hreflang\":[1],\"media\":[1],\"referrerpolicy\":[1],\"rel\":[1],\"target\":[1],\"linkid\":[1]}]]],[\"pn-illustration\",[[512,\"pn-illustration\",{\"illustration\":[1],\"width\":[1025],\"height\":[1025],\"fill\":[4]},null,{\"fill\":[{\"handleFill\":0}]}]]],[\"pn-button_2\",[[772,\"pn-button\",{\"label\":[1],\"appearance\":[1],\"variant\":[1],\"small\":[4],\"loading\":[516],\"icon\":[1],\"iconOnly\":[4,\"icon-only\"],\"leftIcon\":[4,\"left-icon\"],\"tooltip\":[1],\"tooltipUp\":[4,\"tooltip-up\"],\"type\":[1],\"form\":[1],\"href\":[1],\"rel\":[1],\"target\":[1],\"download\":[1],\"buttonId\":[1,\"button-id\"],\"arialabel\":[1],\"arialabelledby\":[1],\"ariacurrent\":[1],\"ariacontrols\":[1],\"ariapressed\":[1],\"ariahaspopup\":[1],\"ariaexpanded\":[1],\"noTab\":[4,\"no-tab\"],\"tooltipOpen\":[32],\"tooltipUpwards\":[32]},null,{\"tooltipOpen\":[{\"openHandler\":0}],\"tooltip\":[{\"iconOnlyHandler\":0}]}],[512,\"pn-spinner\",{\"light\":[4],\"size\":[2]}]]]]"), options);
46
46
  });