@unidy.io/sdk 1.1.1-alpha2 → 1.1.2

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 (661) hide show
  1. package/dist/{esm/auth-DLKPv5Zm.js → sdk/auth-Che07PeV.js} +9 -9
  2. package/dist/{esm/auth-DLKPv5Zm.js.map → sdk/auth-Che07PeV.js.map} +1 -1
  3. package/dist/{components/auth-store.js → sdk/auth-store-CapiC8gJ.js} +4 -4
  4. package/dist/{esm/auth-store-BMqUdTpC.js.map → sdk/auth-store-CapiC8gJ.js.map} +1 -1
  5. package/dist/{components/flash-store.js → sdk/flash-store-DNcSEn2p.js} +4 -3
  6. package/dist/{esm/flash-store-CEvWSG0c.js.map → sdk/flash-store-DNcSEn2p.js.map} +1 -1
  7. package/dist/{components/i18n.js → sdk/i18n-BCI_ARJL.js} +25 -5
  8. package/dist/sdk/i18n-BCI_ARJL.js.map +1 -0
  9. package/dist/{esm/index-Bjp1XO-f.js → sdk/index-BnBstyfp.js} +3 -3
  10. package/dist/{esm/index-Bjp1XO-f.js.map → sdk/index-BnBstyfp.js.map} +1 -1
  11. package/dist/sdk/index-BqL27K_R.js +49640 -0
  12. package/dist/sdk/index-BqL27K_R.js.map +1 -0
  13. package/dist/{collection/auth/error-definitions.js → sdk/index-Cz3idqu9.js} +19 -2
  14. package/dist/sdk/index-Cz3idqu9.js.map +1 -0
  15. package/dist/sdk/index-gEcJztft.js +15349 -0
  16. package/dist/sdk/index-gEcJztft.js.map +1 -0
  17. package/dist/sdk/index.esm.js +22 -2
  18. package/dist/sdk/index.esm.js.map +1 -1
  19. package/dist/sdk/loader.esm.js.map +1 -1
  20. package/dist/sdk/locales/de.json +1 -0
  21. package/dist/sdk/locales/en.json +1 -0
  22. package/dist/sdk/locales/fr.json +1 -0
  23. package/dist/sdk/locales/it.json +1 -0
  24. package/dist/sdk/locales/nl_be.json +1 -0
  25. package/dist/sdk/locales/ro.json +1 -0
  26. package/dist/{esm/newsletter-helpers-Dh9k-4Ph.js → sdk/newsletter-helpers-DEXEBD0F.js} +16 -9
  27. package/dist/sdk/newsletter-helpers-DEXEBD0F.js.map +1 -0
  28. package/dist/sdk/newsletter-store-CvULKmsu.js +39 -0
  29. package/dist/sdk/newsletter-store-CvULKmsu.js.map +1 -0
  30. package/dist/{components/profile-helpers.js → sdk/profile-helpers-Bs3aj0CO.js} +4 -4
  31. package/dist/{esm/profile-helpers-7onubaoR.js.map → sdk/profile-helpers-Bs3aj0CO.js.map} +1 -1
  32. package/dist/{components/profile-store.js → sdk/profile-store-DD6sq42i.js} +3 -3
  33. package/dist/{esm/profile-store-RmZB2PTc.js.map → sdk/profile-store-DD6sq42i.js.map} +1 -1
  34. package/dist/sdk/sdk.esm.js +48 -2
  35. package/dist/sdk/sdk.esm.js.map +1 -1
  36. package/dist/sdk/u-conditional-render.entry.esm.js.map +1 -1
  37. package/dist/{esm → sdk}/u-conditional-render.entry.js +13 -12
  38. package/dist/sdk/u-config.entry.esm.js.map +1 -1
  39. package/dist/{esm → sdk}/u-config.entry.js +13 -12
  40. package/dist/sdk/u-email-field.entry.esm.js.map +1 -1
  41. package/dist/sdk/u-email-field.entry.js +75 -0
  42. package/dist/{esm → sdk}/u-error-message.entry.js +7 -7
  43. package/dist/sdk/u-field.entry.esm.js.map +1 -0
  44. package/dist/sdk/u-field.entry.js +101 -0
  45. package/dist/sdk/u-flash-message.entry.esm.js.map +1 -1
  46. package/dist/sdk/u-flash-message.entry.js +35 -0
  47. package/dist/sdk/u-full-profile.entry.esm.js.map +1 -1
  48. package/dist/sdk/u-full-profile.entry.js +35 -0
  49. package/dist/{esm → sdk}/u-logout-button.entry.js +11 -11
  50. package/dist/sdk/u-magic-code-field.entry.esm.js.map +1 -1
  51. package/dist/{esm → sdk}/u-magic-code-field.entry.js +10 -10
  52. package/dist/{esm → sdk}/u-missing-field.entry.js +5 -5
  53. package/dist/{esm → sdk}/u-missing-fields-submit-button.entry.js +9 -9
  54. package/dist/sdk/u-newsletter-checkbox.entry.esm.js.map +1 -1
  55. package/dist/{esm → sdk}/u-newsletter-checkbox.entry.js +25 -37
  56. package/dist/{esm → sdk}/u-newsletter-logout-button.entry.js +12 -12
  57. package/dist/sdk/u-newsletter-preference-checkbox.entry.esm.js.map +1 -1
  58. package/dist/{esm → sdk}/u-newsletter-preference-checkbox.entry.js +22 -33
  59. package/dist/sdk/u-newsletter-resend-doi-button.entry.esm.js.map +1 -1
  60. package/dist/sdk/u-newsletter-resend-doi-button.entry.js +47 -0
  61. package/dist/sdk/u-newsletter-root.entry.esm.js.map +1 -1
  62. package/dist/{esm → sdk}/u-newsletter-root.entry.js +19 -33
  63. package/dist/sdk/u-newsletter-toggle-subscription-button.entry.esm.js.map +1 -1
  64. package/dist/sdk/u-newsletter-toggle-subscription-button.entry.js +71 -0
  65. package/dist/{esm → sdk}/u-pagination-button.entry.js +2 -2
  66. package/dist/{esm → sdk}/u-pagination-page.entry.js +2 -2
  67. package/dist/{esm → sdk}/u-passkey.entry.js +10 -10
  68. package/dist/{esm → sdk}/u-password-field.entry.js +6 -6
  69. package/dist/sdk/u-profile.entry.esm.js.map +1 -0
  70. package/dist/{components/profile.js → sdk/u-profile.entry.js} +18 -38
  71. package/dist/sdk/u-raw-field.entry.esm.js.map +1 -0
  72. package/dist/{components/raw-field.js → sdk/u-raw-field.entry.js} +10 -51
  73. package/dist/{esm → sdk}/u-registration-button.entry.js +6 -6
  74. package/dist/{esm → sdk}/u-reset-password-button.entry.js +10 -10
  75. package/dist/{esm → sdk}/u-send-magic-code-button.entry.js +10 -10
  76. package/dist/{esm → sdk}/u-signed-in.entry.js +5 -5
  77. package/dist/{esm → sdk}/u-signin-root.entry.js +7 -7
  78. package/dist/sdk/u-signin-step.entry.esm.js.map +1 -1
  79. package/dist/{esm → sdk}/u-signin-step.entry.js +11 -10
  80. package/dist/{esm → sdk}/u-signin-strategy.entry.js +5 -5
  81. package/dist/{esm → sdk}/u-social-login-button.entry.js +6 -6
  82. package/dist/sdk/u-spinner.entry.esm.js.map +1 -1
  83. package/dist/{esm → sdk}/u-spinner.entry.js +3 -3
  84. package/dist/sdk/u-submit-button.entry.esm.js.map +1 -0
  85. package/dist/sdk/u-submit-button.entry.js +204 -0
  86. package/dist/sdk/u-ticketable-list.entry.esm.js.map +1 -1
  87. package/dist/{esm → sdk}/u-ticketable-list.entry.js +141 -73
  88. package/dist/{components/unidy-store.js → sdk/unidy-store-BwZym11Y.js} +4 -3
  89. package/dist/{esm/unidy-store-BldTAtO0.js.map → sdk/unidy-store-BwZym11Y.js.map} +1 -1
  90. package/dist/types/components.d.ts +0 -36
  91. package/dist/types/newsletter/components/newsletter-checkbox/newsletter-checkbox.d.ts +0 -5
  92. package/dist/types/newsletter/components/newsletter-root/newsletter-root.d.ts +0 -9
  93. package/dist/types/newsletter/components/preference-checkbox/preference-checkbox.d.ts +0 -5
  94. package/dist/types/newsletter/newsletter-helpers.d.ts +1 -1
  95. package/dist/types/newsletter/store/newsletter-store.d.ts +3 -0
  96. package/dist/types/shared/components/email-field/email-field.d.ts +0 -2
  97. package/package.json +1 -1
  98. package/dist/cjs/app-globals-DSKjcXX_.js +0 -10
  99. package/dist/cjs/app-globals-DSKjcXX_.js.map +0 -1
  100. package/dist/cjs/auth-BVKZHhXz.js +0 -573
  101. package/dist/cjs/auth-BVKZHhXz.js.map +0 -1
  102. package/dist/cjs/auth-store-DC9EVec8.js +0 -184
  103. package/dist/cjs/auth-store-DC9EVec8.js.map +0 -1
  104. package/dist/cjs/component-utils-BpMyeVQo.js +0 -35
  105. package/dist/cjs/component-utils-BpMyeVQo.js.map +0 -1
  106. package/dist/cjs/flash-store-BuIBuQDx.js +0 -50
  107. package/dist/cjs/flash-store-BuIBuQDx.js.map +0 -1
  108. package/dist/cjs/helpers-BcPlKlBG.js +0 -11
  109. package/dist/cjs/helpers-BcPlKlBG.js.map +0 -1
  110. package/dist/cjs/helpers-DJyRa0Qo.js +0 -11
  111. package/dist/cjs/helpers-DJyRa0Qo.js.map +0 -1
  112. package/dist/cjs/i18n-Xy1So-ba.js +0 -3224
  113. package/dist/cjs/i18n-Xy1So-ba.js.map +0 -1
  114. package/dist/cjs/index-B_N5xKgH.js +0 -12025
  115. package/dist/cjs/index-B_N5xKgH.js.map +0 -1
  116. package/dist/cjs/index-DLz3FT7T.js +0 -214
  117. package/dist/cjs/index-DLz3FT7T.js.map +0 -1
  118. package/dist/cjs/index-DiUlebpf.js +0 -5256
  119. package/dist/cjs/index-DiUlebpf.js.map +0 -1
  120. package/dist/cjs/index.cjs.js +0 -64
  121. package/dist/cjs/index.cjs.js.map +0 -1
  122. package/dist/cjs/loader.cjs.js +0 -14
  123. package/dist/cjs/loader.cjs.js.map +0 -1
  124. package/dist/cjs/newsletter-helpers-D34j8zxr.js +0 -280
  125. package/dist/cjs/newsletter-helpers-D34j8zxr.js.map +0 -1
  126. package/dist/cjs/newsletter-store-dhtu8ywO.js +0 -27
  127. package/dist/cjs/newsletter-store-dhtu8ywO.js.map +0 -1
  128. package/dist/cjs/pagination-store-BEiW3MQd.js +0 -16
  129. package/dist/cjs/pagination-store-BEiW3MQd.js.map +0 -1
  130. package/dist/cjs/profile-helpers-DrcTgN5n.js +0 -39
  131. package/dist/cjs/profile-helpers-DrcTgN5n.js.map +0 -1
  132. package/dist/cjs/profile-store-P_BcYkef.js +0 -22
  133. package/dist/cjs/profile-store-P_BcYkef.js.map +0 -1
  134. package/dist/cjs/sdk.cjs.js +0 -26
  135. package/dist/cjs/sdk.cjs.js.map +0 -1
  136. package/dist/cjs/u-conditional-render.cjs.entry.js +0 -102
  137. package/dist/cjs/u-conditional-render.entry.cjs.js.map +0 -1
  138. package/dist/cjs/u-config.cjs.entry.js +0 -87
  139. package/dist/cjs/u-config.entry.cjs.js.map +0 -1
  140. package/dist/cjs/u-email-field.cjs.entry.js +0 -75
  141. package/dist/cjs/u-email-field.entry.cjs.js.map +0 -1
  142. package/dist/cjs/u-error-message.cjs.entry.js +0 -82
  143. package/dist/cjs/u-error-message.entry.cjs.js.map +0 -1
  144. package/dist/cjs/u-field.u-raw-field.entry.cjs.js.map +0 -1
  145. package/dist/cjs/u-field_2.cjs.entry.js +0 -375
  146. package/dist/cjs/u-flash-message.cjs.entry.js +0 -34
  147. package/dist/cjs/u-flash-message.entry.cjs.js.map +0 -1
  148. package/dist/cjs/u-full-profile.cjs.entry.js +0 -36
  149. package/dist/cjs/u-full-profile.entry.cjs.js.map +0 -1
  150. package/dist/cjs/u-logout-button.cjs.entry.js +0 -38
  151. package/dist/cjs/u-logout-button.entry.cjs.js.map +0 -1
  152. package/dist/cjs/u-magic-code-field.cjs.entry.js +0 -91
  153. package/dist/cjs/u-magic-code-field.entry.cjs.js.map +0 -1
  154. package/dist/cjs/u-missing-field.cjs.entry.js +0 -22
  155. package/dist/cjs/u-missing-field.entry.cjs.js.map +0 -1
  156. package/dist/cjs/u-missing-fields-submit-button.cjs.entry.js +0 -46
  157. package/dist/cjs/u-missing-fields-submit-button.entry.cjs.js.map +0 -1
  158. package/dist/cjs/u-newsletter-checkbox.cjs.entry.js +0 -75
  159. package/dist/cjs/u-newsletter-checkbox.entry.cjs.js.map +0 -1
  160. package/dist/cjs/u-newsletter-logout-button.cjs.entry.js +0 -36
  161. package/dist/cjs/u-newsletter-logout-button.entry.cjs.js.map +0 -1
  162. package/dist/cjs/u-newsletter-preference-checkbox.cjs.entry.js +0 -117
  163. package/dist/cjs/u-newsletter-preference-checkbox.entry.cjs.js.map +0 -1
  164. package/dist/cjs/u-newsletter-resend-doi-button.cjs.entry.js +0 -46
  165. package/dist/cjs/u-newsletter-resend-doi-button.entry.cjs.js.map +0 -1
  166. package/dist/cjs/u-newsletter-root.cjs.entry.js +0 -86
  167. package/dist/cjs/u-newsletter-root.entry.cjs.js.map +0 -1
  168. package/dist/cjs/u-newsletter-toggle-subscription-button.cjs.entry.js +0 -70
  169. package/dist/cjs/u-newsletter-toggle-subscription-button.entry.cjs.js.map +0 -1
  170. package/dist/cjs/u-pagination-button.cjs.entry.js +0 -63
  171. package/dist/cjs/u-pagination-button.entry.cjs.js.map +0 -1
  172. package/dist/cjs/u-pagination-page.cjs.entry.js +0 -44
  173. package/dist/cjs/u-pagination-page.entry.cjs.js.map +0 -1
  174. package/dist/cjs/u-passkey.cjs.entry.js +0 -47
  175. package/dist/cjs/u-passkey.entry.cjs.js.map +0 -1
  176. package/dist/cjs/u-password-field.cjs.entry.js +0 -104
  177. package/dist/cjs/u-password-field.entry.cjs.js.map +0 -1
  178. package/dist/cjs/u-profile.u-submit-button.entry.cjs.js.map +0 -1
  179. package/dist/cjs/u-profile_2.cjs.entry.js +0 -311
  180. package/dist/cjs/u-registration-button.cjs.entry.js +0 -48
  181. package/dist/cjs/u-registration-button.entry.cjs.js.map +0 -1
  182. package/dist/cjs/u-reset-password-button.cjs.entry.js +0 -47
  183. package/dist/cjs/u-reset-password-button.entry.cjs.js.map +0 -1
  184. package/dist/cjs/u-send-magic-code-button.cjs.entry.js +0 -68
  185. package/dist/cjs/u-send-magic-code-button.entry.cjs.js.map +0 -1
  186. package/dist/cjs/u-signed-in.cjs.entry.js +0 -25
  187. package/dist/cjs/u-signed-in.entry.cjs.js.map +0 -1
  188. package/dist/cjs/u-signin-root.cjs.entry.js +0 -43
  189. package/dist/cjs/u-signin-root.entry.cjs.js.map +0 -1
  190. package/dist/cjs/u-signin-step.cjs.entry.js +0 -66
  191. package/dist/cjs/u-signin-step.entry.cjs.js.map +0 -1
  192. package/dist/cjs/u-signin-strategy.cjs.entry.js +0 -30
  193. package/dist/cjs/u-signin-strategy.entry.cjs.js.map +0 -1
  194. package/dist/cjs/u-social-login-button.cjs.entry.js +0 -100
  195. package/dist/cjs/u-social-login-button.entry.cjs.js.map +0 -1
  196. package/dist/cjs/u-spinner.cjs.entry.js +0 -18
  197. package/dist/cjs/u-spinner.entry.cjs.js.map +0 -1
  198. package/dist/cjs/u-ticketable-list.cjs.entry.js +0 -6078
  199. package/dist/cjs/u-ticketable-list.entry.cjs.js.map +0 -1
  200. package/dist/cjs/unidy-store-7AbWnZ6g.js +0 -41
  201. package/dist/cjs/unidy-store-7AbWnZ6g.js.map +0 -1
  202. package/dist/collection/api/client.js +0 -144
  203. package/dist/collection/api/client.js.map +0 -1
  204. package/dist/collection/api/index.js +0 -42
  205. package/dist/collection/api/index.js.map +0 -1
  206. package/dist/collection/api/shared.js +0 -18
  207. package/dist/collection/api/shared.js.map +0 -1
  208. package/dist/collection/auth/api/auth.js +0 -264
  209. package/dist/collection/auth/api/auth.js.map +0 -1
  210. package/dist/collection/auth/auth-helpers.js +0 -291
  211. package/dist/collection/auth/auth-helpers.js.map +0 -1
  212. package/dist/collection/auth/auth.js +0 -121
  213. package/dist/collection/auth/auth.js.map +0 -1
  214. package/dist/collection/auth/components/helpers.js +0 -5
  215. package/dist/collection/auth/components/helpers.js.map +0 -1
  216. package/dist/collection/auth/components/logout-button/logout-button.js +0 -85
  217. package/dist/collection/auth/components/logout-button/logout-button.js.map +0 -1
  218. package/dist/collection/auth/components/magic-code-field/magic-code-field.css +0 -1
  219. package/dist/collection/auth/components/magic-code-field/magic-code-field.js +0 -113
  220. package/dist/collection/auth/components/magic-code-field/magic-code-field.js.map +0 -1
  221. package/dist/collection/auth/components/missing-field/missing-field.js +0 -14
  222. package/dist/collection/auth/components/missing-field/missing-field.js.map +0 -1
  223. package/dist/collection/auth/components/missing-fields-submit-button/missing-fields-submit-button.js +0 -39
  224. package/dist/collection/auth/components/missing-fields-submit-button/missing-fields-submit-button.js.map +0 -1
  225. package/dist/collection/auth/components/passkey/passkey.js +0 -103
  226. package/dist/collection/auth/components/passkey/passkey.js.map +0 -1
  227. package/dist/collection/auth/components/password-field/password-field.js +0 -166
  228. package/dist/collection/auth/components/password-field/password-field.js.map +0 -1
  229. package/dist/collection/auth/components/registration/registration-button.js +0 -104
  230. package/dist/collection/auth/components/registration/registration-button.js.map +0 -1
  231. package/dist/collection/auth/components/reset-pass-button/reset-pass-button.js +0 -59
  232. package/dist/collection/auth/components/reset-pass-button/reset-pass-button.js.map +0 -1
  233. package/dist/collection/auth/components/send-magic-code-button/send-magic-code-button.js +0 -104
  234. package/dist/collection/auth/components/send-magic-code-button/send-magic-code-button.js.map +0 -1
  235. package/dist/collection/auth/components/signed-in/signed-in.js +0 -59
  236. package/dist/collection/auth/components/signed-in/signed-in.js.map +0 -1
  237. package/dist/collection/auth/components/signin-root/signin-root.js +0 -97
  238. package/dist/collection/auth/components/signin-root/signin-root.js.map +0 -1
  239. package/dist/collection/auth/components/signin-step/signin-step.js +0 -135
  240. package/dist/collection/auth/components/signin-step/signin-step.js.map +0 -1
  241. package/dist/collection/auth/components/signin-strategy/signin-strategy.js +0 -64
  242. package/dist/collection/auth/components/signin-strategy/signin-strategy.js.map +0 -1
  243. package/dist/collection/auth/components/social-logins/logos/apple.js +0 -3
  244. package/dist/collection/auth/components/social-logins/logos/apple.js.map +0 -1
  245. package/dist/collection/auth/components/social-logins/logos/discord.js +0 -3
  246. package/dist/collection/auth/components/social-logins/logos/discord.js.map +0 -1
  247. package/dist/collection/auth/components/social-logins/logos/facebook.js +0 -3
  248. package/dist/collection/auth/components/social-logins/logos/facebook.js.map +0 -1
  249. package/dist/collection/auth/components/social-logins/logos/google.js +0 -3
  250. package/dist/collection/auth/components/social-logins/logos/google.js.map +0 -1
  251. package/dist/collection/auth/components/social-logins/logos/linkedin.js +0 -3
  252. package/dist/collection/auth/components/social-logins/logos/linkedin.js.map +0 -1
  253. package/dist/collection/auth/components/social-logins/social-login-button.css +0 -1
  254. package/dist/collection/auth/components/social-logins/social-login-button.js +0 -188
  255. package/dist/collection/auth/components/social-logins/social-login-button.js.map +0 -1
  256. package/dist/collection/auth/components/submit-button/auth-submit-button.js +0 -62
  257. package/dist/collection/auth/components/submit-button/auth-submit-button.js.map +0 -1
  258. package/dist/collection/auth/error-definitions.js.map +0 -1
  259. package/dist/collection/auth/index.js +0 -14
  260. package/dist/collection/auth/index.js.map +0 -1
  261. package/dist/collection/auth/passkey-auth.js +0 -106
  262. package/dist/collection/auth/passkey-auth.js.map +0 -1
  263. package/dist/collection/auth/store/auth-store.js +0 -175
  264. package/dist/collection/auth/store/auth-store.js.map +0 -1
  265. package/dist/collection/collection-manifest.json +0 -46
  266. package/dist/collection/globalScript.js +0 -18
  267. package/dist/collection/globalScript.js.map +0 -1
  268. package/dist/collection/i18n.js +0 -31
  269. package/dist/collection/i18n.js.map +0 -1
  270. package/dist/collection/index.js +0 -16
  271. package/dist/collection/index.js.map +0 -1
  272. package/dist/collection/locales/de.json +0 -131
  273. package/dist/collection/locales/en.json +0 -131
  274. package/dist/collection/locales/fr.json +0 -131
  275. package/dist/collection/locales/it.json +0 -131
  276. package/dist/collection/locales/nl_be.json +0 -131
  277. package/dist/collection/locales/ro.json +0 -131
  278. package/dist/collection/logger.js +0 -106
  279. package/dist/collection/logger.js.map +0 -1
  280. package/dist/collection/newsletter/api/newsletters.js +0 -189
  281. package/dist/collection/newsletter/api/newsletters.js.map +0 -1
  282. package/dist/collection/newsletter/components/helpers.js +0 -5
  283. package/dist/collection/newsletter/components/helpers.js.map +0 -1
  284. package/dist/collection/newsletter/components/logout-button/logout-button.js +0 -48
  285. package/dist/collection/newsletter/components/logout-button/logout-button.js.map +0 -1
  286. package/dist/collection/newsletter/components/newsletter-checkbox/newsletter-checkbox.js +0 -163
  287. package/dist/collection/newsletter/components/newsletter-checkbox/newsletter-checkbox.js.map +0 -1
  288. package/dist/collection/newsletter/components/newsletter-root/newsletter-root.js +0 -164
  289. package/dist/collection/newsletter/components/newsletter-root/newsletter-root.js.map +0 -1
  290. package/dist/collection/newsletter/components/preference-checkbox/preference-checkbox.js +0 -231
  291. package/dist/collection/newsletter/components/preference-checkbox/preference-checkbox.js.map +0 -1
  292. package/dist/collection/newsletter/components/resend-doi-button/resend-doi-button.js +0 -79
  293. package/dist/collection/newsletter/components/resend-doi-button/resend-doi-button.js.map +0 -1
  294. package/dist/collection/newsletter/components/submit-button/newsletter-submit-button.js +0 -19
  295. package/dist/collection/newsletter/components/submit-button/newsletter-submit-button.js.map +0 -1
  296. package/dist/collection/newsletter/components/toggle-subscription-button/toggle-subscription-button.js +0 -144
  297. package/dist/collection/newsletter/components/toggle-subscription-button/toggle-subscription-button.js.map +0 -1
  298. package/dist/collection/newsletter/index.js +0 -11
  299. package/dist/collection/newsletter/index.js.map +0 -1
  300. package/dist/collection/newsletter/newsletter-helpers.js +0 -268
  301. package/dist/collection/newsletter/newsletter-helpers.js.map +0 -1
  302. package/dist/collection/newsletter/store/newsletter-store.js +0 -24
  303. package/dist/collection/newsletter/store/newsletter-store.js.map +0 -1
  304. package/dist/collection/profile/api/profile.js +0 -156
  305. package/dist/collection/profile/api/profile.js.map +0 -1
  306. package/dist/collection/profile/components/field/field.css +0 -1
  307. package/dist/collection/profile/components/field/field.js +0 -359
  308. package/dist/collection/profile/components/field/field.js.map +0 -1
  309. package/dist/collection/profile/components/full-profile/full-profile.css +0 -1
  310. package/dist/collection/profile/components/full-profile/full-profile.js +0 -77
  311. package/dist/collection/profile/components/full-profile/full-profile.js.map +0 -1
  312. package/dist/collection/profile/components/profile/profile.js +0 -189
  313. package/dist/collection/profile/components/profile/profile.js.map +0 -1
  314. package/dist/collection/profile/components/raw-field/raw-field.js +0 -697
  315. package/dist/collection/profile/components/raw-field/raw-field.js.map +0 -1
  316. package/dist/collection/profile/components/raw-input-fields/Input.js +0 -3
  317. package/dist/collection/profile/components/raw-input-fields/Input.js.map +0 -1
  318. package/dist/collection/profile/components/raw-input-fields/MultiSelect.js +0 -8
  319. package/dist/collection/profile/components/raw-input-fields/MultiSelect.js.map +0 -1
  320. package/dist/collection/profile/components/raw-input-fields/RadioGroup.js +0 -8
  321. package/dist/collection/profile/components/raw-input-fields/RadioGroup.js.map +0 -1
  322. package/dist/collection/profile/components/raw-input-fields/Select.js +0 -11
  323. package/dist/collection/profile/components/raw-input-fields/Select.js.map +0 -1
  324. package/dist/collection/profile/components/raw-input-fields/Textarea.js +0 -3
  325. package/dist/collection/profile/components/raw-input-fields/Textarea.js.map +0 -1
  326. package/dist/collection/profile/components/submit-button/profile-submit-button.js +0 -17
  327. package/dist/collection/profile/components/submit-button/profile-submit-button.js.map +0 -1
  328. package/dist/collection/profile/index.js +0 -13
  329. package/dist/collection/profile/index.js.map +0 -1
  330. package/dist/collection/profile/profile-helpers.js +0 -31
  331. package/dist/collection/profile/profile-helpers.js.map +0 -1
  332. package/dist/collection/profile/store/profile-store.js +0 -15
  333. package/dist/collection/profile/store/profile-store.js.map +0 -1
  334. package/dist/collection/sdk.css +0 -39
  335. package/dist/collection/shared/component-utils.js +0 -28
  336. package/dist/collection/shared/component-utils.js.map +0 -1
  337. package/dist/collection/shared/components/conditional-render/conditional-render.js +0 -177
  338. package/dist/collection/shared/components/conditional-render/conditional-render.js.map +0 -1
  339. package/dist/collection/shared/components/config/config.js +0 -260
  340. package/dist/collection/shared/components/config/config.js.map +0 -1
  341. package/dist/collection/shared/components/email-field/email-field.js +0 -161
  342. package/dist/collection/shared/components/email-field/email-field.js.map +0 -1
  343. package/dist/collection/shared/components/error-message/error-message.js +0 -141
  344. package/dist/collection/shared/components/error-message/error-message.js.map +0 -1
  345. package/dist/collection/shared/components/flash-message/close-icon.js +0 -3
  346. package/dist/collection/shared/components/flash-message/close-icon.js.map +0 -1
  347. package/dist/collection/shared/components/flash-message/flash-message.js +0 -69
  348. package/dist/collection/shared/components/flash-message/flash-message.js.map +0 -1
  349. package/dist/collection/shared/components/spinner/spinner.css +0 -1
  350. package/dist/collection/shared/components/spinner/spinner.js +0 -19
  351. package/dist/collection/shared/components/spinner/spinner.js.map +0 -1
  352. package/dist/collection/shared/components/submit-button/context.js +0 -10
  353. package/dist/collection/shared/components/submit-button/context.js.map +0 -1
  354. package/dist/collection/shared/components/submit-button/submit-button.js +0 -186
  355. package/dist/collection/shared/components/submit-button/submit-button.js.map +0 -1
  356. package/dist/collection/shared/store/flash-store.js +0 -43
  357. package/dist/collection/shared/store/flash-store.js.map +0 -1
  358. package/dist/collection/shared/store/unidy-store.js +0 -33
  359. package/dist/collection/shared/store/unidy-store.js.map +0 -1
  360. package/dist/collection/ticketable/api/get-with-schema.js +0 -35
  361. package/dist/collection/ticketable/api/get-with-schema.js.map +0 -1
  362. package/dist/collection/ticketable/api/schemas.js +0 -12
  363. package/dist/collection/ticketable/api/schemas.js.map +0 -1
  364. package/dist/collection/ticketable/api/subscriptions.js +0 -47
  365. package/dist/collection/ticketable/api/subscriptions.js.map +0 -1
  366. package/dist/collection/ticketable/api/tickets.js +0 -48
  367. package/dist/collection/ticketable/api/tickets.js.map +0 -1
  368. package/dist/collection/ticketable/components/pagination/pagination-button.js +0 -108
  369. package/dist/collection/ticketable/components/pagination/pagination-button.js.map +0 -1
  370. package/dist/collection/ticketable/components/pagination/pagination-page.js +0 -69
  371. package/dist/collection/ticketable/components/pagination/pagination-page.js.map +0 -1
  372. package/dist/collection/ticketable/components/ticketable-list/skeleton-helpers.js +0 -54
  373. package/dist/collection/ticketable/components/ticketable-list/skeleton-helpers.js.map +0 -1
  374. package/dist/collection/ticketable/components/ticketable-list/ticketable-list.js +0 -442
  375. package/dist/collection/ticketable/components/ticketable-list/ticketable-list.js.map +0 -1
  376. package/dist/collection/ticketable/index.js +0 -13
  377. package/dist/collection/ticketable/index.js.map +0 -1
  378. package/dist/collection/ticketable/store/pagination-store.js +0 -9
  379. package/dist/collection/ticketable/store/pagination-store.js.map +0 -1
  380. package/dist/components/auth-store.js.map +0 -1
  381. package/dist/components/auth.js +0 -572
  382. package/dist/components/auth.js.map +0 -1
  383. package/dist/components/component-utils.js +0 -32
  384. package/dist/components/component-utils.js.map +0 -1
  385. package/dist/components/exports.js +0 -4106
  386. package/dist/components/exports.js.map +0 -1
  387. package/dist/components/field.js +0 -144
  388. package/dist/components/field.js.map +0 -1
  389. package/dist/components/flash-store.js.map +0 -1
  390. package/dist/components/helpers.js +0 -9
  391. package/dist/components/helpers.js.map +0 -1
  392. package/dist/components/helpers2.js +0 -9
  393. package/dist/components/helpers2.js.map +0 -1
  394. package/dist/components/i18n.js.map +0 -1
  395. package/dist/components/index.js +0 -5902
  396. package/dist/components/index.js.map +0 -1
  397. package/dist/components/index2.js +0 -5245
  398. package/dist/components/index2.js.map +0 -1
  399. package/dist/components/index3.js +0 -212
  400. package/dist/components/index3.js.map +0 -1
  401. package/dist/components/logger.js +0 -111
  402. package/dist/components/logger.js.map +0 -1
  403. package/dist/components/newsletter-helpers.js +0 -269
  404. package/dist/components/newsletter-helpers.js.map +0 -1
  405. package/dist/components/newsletter-store.js +0 -24
  406. package/dist/components/newsletter-store.js.map +0 -1
  407. package/dist/components/pagination-store.js +0 -14
  408. package/dist/components/pagination-store.js.map +0 -1
  409. package/dist/components/profile-helpers.js.map +0 -1
  410. package/dist/components/profile-store.js.map +0 -1
  411. package/dist/components/profile.js.map +0 -1
  412. package/dist/components/raw-field.js.map +0 -1
  413. package/dist/components/spinner.js +0 -35
  414. package/dist/components/spinner.js.map +0 -1
  415. package/dist/components/submit-button.js +0 -229
  416. package/dist/components/submit-button.js.map +0 -1
  417. package/dist/components/u-conditional-render.js +0 -120
  418. package/dist/components/u-conditional-render.js.map +0 -1
  419. package/dist/components/u-config.js +0 -113
  420. package/dist/components/u-config.js.map +0 -1
  421. package/dist/components/u-email-field.js +0 -98
  422. package/dist/components/u-email-field.js.map +0 -1
  423. package/dist/components/u-error-message.js +0 -105
  424. package/dist/components/u-error-message.js.map +0 -1
  425. package/dist/components/u-field.js +0 -9
  426. package/dist/components/u-field.js.map +0 -1
  427. package/dist/components/u-flash-message.js +0 -55
  428. package/dist/components/u-flash-message.js.map +0 -1
  429. package/dist/components/u-full-profile.js +0 -86
  430. package/dist/components/u-full-profile.js.map +0 -1
  431. package/dist/components/u-logout-button.js +0 -53
  432. package/dist/components/u-logout-button.js.map +0 -1
  433. package/dist/components/u-magic-code-field.js +0 -106
  434. package/dist/components/u-magic-code-field.js.map +0 -1
  435. package/dist/components/u-missing-field.js +0 -57
  436. package/dist/components/u-missing-field.js.map +0 -1
  437. package/dist/components/u-missing-fields-submit-button.js +0 -70
  438. package/dist/components/u-missing-fields-submit-button.js.map +0 -1
  439. package/dist/components/u-newsletter-checkbox.js +0 -91
  440. package/dist/components/u-newsletter-checkbox.js.map +0 -1
  441. package/dist/components/u-newsletter-logout-button.js +0 -51
  442. package/dist/components/u-newsletter-logout-button.js.map +0 -1
  443. package/dist/components/u-newsletter-preference-checkbox.js +0 -137
  444. package/dist/components/u-newsletter-preference-checkbox.js.map +0 -1
  445. package/dist/components/u-newsletter-resend-doi-button.js +0 -67
  446. package/dist/components/u-newsletter-resend-doi-button.js.map +0 -1
  447. package/dist/components/u-newsletter-root.js +0 -104
  448. package/dist/components/u-newsletter-root.js.map +0 -1
  449. package/dist/components/u-newsletter-toggle-subscription-button.js +0 -94
  450. package/dist/components/u-newsletter-toggle-subscription-button.js.map +0 -1
  451. package/dist/components/u-pagination-button.js +0 -86
  452. package/dist/components/u-pagination-button.js.map +0 -1
  453. package/dist/components/u-pagination-page.js +0 -66
  454. package/dist/components/u-pagination-page.js.map +0 -1
  455. package/dist/components/u-passkey.js +0 -65
  456. package/dist/components/u-passkey.js.map +0 -1
  457. package/dist/components/u-password-field.js +0 -125
  458. package/dist/components/u-password-field.js.map +0 -1
  459. package/dist/components/u-profile.js +0 -9
  460. package/dist/components/u-profile.js.map +0 -1
  461. package/dist/components/u-raw-field.js +0 -9
  462. package/dist/components/u-raw-field.js.map +0 -1
  463. package/dist/components/u-registration-button.js +0 -70
  464. package/dist/components/u-registration-button.js.map +0 -1
  465. package/dist/components/u-reset-password-button.js +0 -63
  466. package/dist/components/u-reset-password-button.js.map +0 -1
  467. package/dist/components/u-send-magic-code-button.js +0 -85
  468. package/dist/components/u-send-magic-code-button.js.map +0 -1
  469. package/dist/components/u-signed-in.js +0 -44
  470. package/dist/components/u-signed-in.js.map +0 -1
  471. package/dist/components/u-signin-root.js +0 -63
  472. package/dist/components/u-signin-root.js.map +0 -1
  473. package/dist/components/u-signin-step.js +0 -84
  474. package/dist/components/u-signin-step.js.map +0 -1
  475. package/dist/components/u-signin-strategy.js +0 -50
  476. package/dist/components/u-signin-strategy.js.map +0 -1
  477. package/dist/components/u-social-login-button.js +0 -125
  478. package/dist/components/u-social-login-button.js.map +0 -1
  479. package/dist/components/u-spinner.js +0 -9
  480. package/dist/components/u-spinner.js.map +0 -1
  481. package/dist/components/u-submit-button.js +0 -9
  482. package/dist/components/u-submit-button.js.map +0 -1
  483. package/dist/components/u-ticketable-list.js +0 -6113
  484. package/dist/components/u-ticketable-list.js.map +0 -1
  485. package/dist/components/unidy-store.js.map +0 -1
  486. package/dist/esm/app-globals-CPU9ZcqZ.js +0 -8
  487. package/dist/esm/app-globals-CPU9ZcqZ.js.map +0 -1
  488. package/dist/esm/auth-store-BMqUdTpC.js +0 -179
  489. package/dist/esm/flash-store-CEvWSG0c.js +0 -47
  490. package/dist/esm/i18n-BR-AGAnn.js +0 -3221
  491. package/dist/esm/i18n-BR-AGAnn.js.map +0 -1
  492. package/dist/esm/index-Ci3aTmzp.js +0 -12007
  493. package/dist/esm/index-Ci3aTmzp.js.map +0 -1
  494. package/dist/esm/index-DKaIwo59.js +0 -5243
  495. package/dist/esm/index-DKaIwo59.js.map +0 -1
  496. package/dist/esm/index.js +0 -40
  497. package/dist/esm/index.js.map +0 -1
  498. package/dist/esm/loader.js +0 -12
  499. package/dist/esm/loader.js.map +0 -1
  500. package/dist/esm/newsletter-helpers-Dh9k-4Ph.js.map +0 -1
  501. package/dist/esm/newsletter-store-BYmuLQg8.js +0 -24
  502. package/dist/esm/newsletter-store-BYmuLQg8.js.map +0 -1
  503. package/dist/esm/pagination-store-DzdJOp-n.js +0 -14
  504. package/dist/esm/pagination-store-DzdJOp-n.js.map +0 -1
  505. package/dist/esm/profile-helpers-7onubaoR.js +0 -36
  506. package/dist/esm/profile-store-RmZB2PTc.js +0 -18
  507. package/dist/esm/sdk.js +0 -22
  508. package/dist/esm/sdk.js.map +0 -1
  509. package/dist/esm/u-conditional-render.entry.js.map +0 -1
  510. package/dist/esm/u-config.entry.js.map +0 -1
  511. package/dist/esm/u-email-field.entry.js +0 -73
  512. package/dist/esm/u-email-field.entry.js.map +0 -1
  513. package/dist/esm/u-error-message.entry.js.map +0 -1
  514. package/dist/esm/u-field.u-raw-field.entry.js.map +0 -1
  515. package/dist/esm/u-field_2.entry.js +0 -372
  516. package/dist/esm/u-flash-message.entry.js +0 -32
  517. package/dist/esm/u-flash-message.entry.js.map +0 -1
  518. package/dist/esm/u-full-profile.entry.js +0 -34
  519. package/dist/esm/u-full-profile.entry.js.map +0 -1
  520. package/dist/esm/u-logout-button.entry.js.map +0 -1
  521. package/dist/esm/u-magic-code-field.entry.js.map +0 -1
  522. package/dist/esm/u-missing-field.entry.js.map +0 -1
  523. package/dist/esm/u-missing-fields-submit-button.entry.js.map +0 -1
  524. package/dist/esm/u-newsletter-checkbox.entry.js.map +0 -1
  525. package/dist/esm/u-newsletter-logout-button.entry.js.map +0 -1
  526. package/dist/esm/u-newsletter-preference-checkbox.entry.js.map +0 -1
  527. package/dist/esm/u-newsletter-resend-doi-button.entry.js +0 -44
  528. package/dist/esm/u-newsletter-resend-doi-button.entry.js.map +0 -1
  529. package/dist/esm/u-newsletter-root.entry.js.map +0 -1
  530. package/dist/esm/u-newsletter-toggle-subscription-button.entry.js +0 -68
  531. package/dist/esm/u-newsletter-toggle-subscription-button.entry.js.map +0 -1
  532. package/dist/esm/u-pagination-button.entry.js.map +0 -1
  533. package/dist/esm/u-pagination-page.entry.js.map +0 -1
  534. package/dist/esm/u-passkey.entry.js.map +0 -1
  535. package/dist/esm/u-password-field.entry.js.map +0 -1
  536. package/dist/esm/u-profile.u-submit-button.entry.js.map +0 -1
  537. package/dist/esm/u-profile_2.entry.js +0 -308
  538. package/dist/esm/u-registration-button.entry.js.map +0 -1
  539. package/dist/esm/u-reset-password-button.entry.js.map +0 -1
  540. package/dist/esm/u-send-magic-code-button.entry.js.map +0 -1
  541. package/dist/esm/u-signed-in.entry.js.map +0 -1
  542. package/dist/esm/u-signin-root.entry.js.map +0 -1
  543. package/dist/esm/u-signin-step.entry.js.map +0 -1
  544. package/dist/esm/u-signin-strategy.entry.js.map +0 -1
  545. package/dist/esm/u-social-login-button.entry.js.map +0 -1
  546. package/dist/esm/u-spinner.entry.js.map +0 -1
  547. package/dist/esm/u-ticketable-list.entry.js.map +0 -1
  548. package/dist/esm/unidy-store-BldTAtO0.js +0 -37
  549. package/dist/index.cjs.js +0 -1
  550. package/dist/index.js +0 -1
  551. package/dist/sdk/p-10e06612.entry.js +0 -2
  552. package/dist/sdk/p-10e06612.entry.js.map +0 -1
  553. package/dist/sdk/p-16f86a4d.entry.js +0 -2
  554. package/dist/sdk/p-16f86a4d.entry.js.map +0 -1
  555. package/dist/sdk/p-20240b02.entry.js +0 -2
  556. package/dist/sdk/p-20240b02.entry.js.map +0 -1
  557. package/dist/sdk/p-26f3d8db.entry.js +0 -2
  558. package/dist/sdk/p-26f3d8db.entry.js.map +0 -1
  559. package/dist/sdk/p-2da4497a.entry.js +0 -2
  560. package/dist/sdk/p-2da4497a.entry.js.map +0 -1
  561. package/dist/sdk/p-3f4c947d.entry.js +0 -2
  562. package/dist/sdk/p-3f4c947d.entry.js.map +0 -1
  563. package/dist/sdk/p-431ec460.entry.js +0 -2
  564. package/dist/sdk/p-431ec460.entry.js.map +0 -1
  565. package/dist/sdk/p-4f54194a.entry.js +0 -2
  566. package/dist/sdk/p-4f54194a.entry.js.map +0 -1
  567. package/dist/sdk/p-552056e7.entry.js +0 -2
  568. package/dist/sdk/p-552056e7.entry.js.map +0 -1
  569. package/dist/sdk/p-5da49d00.entry.js +0 -2
  570. package/dist/sdk/p-5da49d00.entry.js.map +0 -1
  571. package/dist/sdk/p-67096601.entry.js +0 -2
  572. package/dist/sdk/p-67096601.entry.js.map +0 -1
  573. package/dist/sdk/p-6893d167.entry.js +0 -2
  574. package/dist/sdk/p-6893d167.entry.js.map +0 -1
  575. package/dist/sdk/p-6e3c210c.entry.js +0 -2
  576. package/dist/sdk/p-6e3c210c.entry.js.map +0 -1
  577. package/dist/sdk/p-6febeead.entry.js +0 -2
  578. package/dist/sdk/p-6febeead.entry.js.map +0 -1
  579. package/dist/sdk/p-73c2ec89.entry.js +0 -2
  580. package/dist/sdk/p-73c2ec89.entry.js.map +0 -1
  581. package/dist/sdk/p-745742f1.entry.js +0 -2
  582. package/dist/sdk/p-745742f1.entry.js.map +0 -1
  583. package/dist/sdk/p-7a7c0db2.entry.js +0 -2
  584. package/dist/sdk/p-7a7c0db2.entry.js.map +0 -1
  585. package/dist/sdk/p-8d787494.entry.js +0 -2
  586. package/dist/sdk/p-8d787494.entry.js.map +0 -1
  587. package/dist/sdk/p-94dde7e5.entry.js +0 -2
  588. package/dist/sdk/p-94dde7e5.entry.js.map +0 -1
  589. package/dist/sdk/p-97d8ae02.entry.js +0 -2
  590. package/dist/sdk/p-97d8ae02.entry.js.map +0 -1
  591. package/dist/sdk/p-9da4dd6d.entry.js +0 -2
  592. package/dist/sdk/p-9da4dd6d.entry.js.map +0 -1
  593. package/dist/sdk/p-BZ1kW_eK.js +0 -2
  594. package/dist/sdk/p-BZ1kW_eK.js.map +0 -1
  595. package/dist/sdk/p-BlOjABPD.js +0 -2
  596. package/dist/sdk/p-BlOjABPD.js.map +0 -1
  597. package/dist/sdk/p-BqFCd65h.js +0 -2
  598. package/dist/sdk/p-BqFCd65h.js.map +0 -1
  599. package/dist/sdk/p-C0feI0p8.js +0 -2
  600. package/dist/sdk/p-C0feI0p8.js.map +0 -1
  601. package/dist/sdk/p-CDtLILSR.js +0 -2
  602. package/dist/sdk/p-CDtLILSR.js.map +0 -1
  603. package/dist/sdk/p-CFiZLMAA.js +0 -2
  604. package/dist/sdk/p-CFiZLMAA.js.map +0 -1
  605. package/dist/sdk/p-CR1oWC4S.js +0 -2
  606. package/dist/sdk/p-CR1oWC4S.js.map +0 -1
  607. package/dist/sdk/p-Ce8zGAi1.js +0 -2
  608. package/dist/sdk/p-Ce8zGAi1.js.map +0 -1
  609. package/dist/sdk/p-Ci3aTmzp.js +0 -3
  610. package/dist/sdk/p-Ci3aTmzp.js.map +0 -1
  611. package/dist/sdk/p-D1lzXl_Z.js +0 -2
  612. package/dist/sdk/p-D1lzXl_Z.js.map +0 -1
  613. package/dist/sdk/p-D4B6Zkq_.js +0 -2
  614. package/dist/sdk/p-D4B6Zkq_.js.map +0 -1
  615. package/dist/sdk/p-D8RGdjD3.js +0 -2
  616. package/dist/sdk/p-D8RGdjD3.js.map +0 -1
  617. package/dist/sdk/p-DGqadgLO.js +0 -2
  618. package/dist/sdk/p-DGqadgLO.js.map +0 -1
  619. package/dist/sdk/p-DSwwVdp1.js +0 -2
  620. package/dist/sdk/p-DSwwVdp1.js.map +0 -1
  621. package/dist/sdk/p-DUHc_Cx7.js +0 -2
  622. package/dist/sdk/p-DUHc_Cx7.js.map +0 -1
  623. package/dist/sdk/p-DYtgart8.js +0 -2
  624. package/dist/sdk/p-DYtgart8.js.map +0 -1
  625. package/dist/sdk/p-DsSffQBc.js +0 -2
  626. package/dist/sdk/p-DsSffQBc.js.map +0 -1
  627. package/dist/sdk/p-b79abe80.entry.js +0 -2
  628. package/dist/sdk/p-b79abe80.entry.js.map +0 -1
  629. package/dist/sdk/p-bb5ae222.entry.js +0 -2
  630. package/dist/sdk/p-bb5ae222.entry.js.map +0 -1
  631. package/dist/sdk/p-bbbec3d4.entry.js +0 -2
  632. package/dist/sdk/p-bbbec3d4.entry.js.map +0 -1
  633. package/dist/sdk/p-c2b6c674.entry.js +0 -2
  634. package/dist/sdk/p-c2b6c674.entry.js.map +0 -1
  635. package/dist/sdk/p-c2fba7c8.entry.js +0 -2
  636. package/dist/sdk/p-c2fba7c8.entry.js.map +0 -1
  637. package/dist/sdk/p-cba5d81e.entry.js +0 -2
  638. package/dist/sdk/p-cba5d81e.entry.js.map +0 -1
  639. package/dist/sdk/p-d2c6179a.entry.js +0 -2
  640. package/dist/sdk/p-d2c6179a.entry.js.map +0 -1
  641. package/dist/sdk/p-dcd4e8f0.entry.js +0 -2
  642. package/dist/sdk/p-dcd4e8f0.entry.js.map +0 -1
  643. package/dist/sdk/p-eaedb08e.entry.js +0 -2
  644. package/dist/sdk/p-eaedb08e.entry.js.map +0 -1
  645. package/dist/sdk/p-f0aecd55.entry.js +0 -2
  646. package/dist/sdk/p-f0aecd55.entry.js.map +0 -1
  647. package/dist/sdk/p-fc51c88d.entry.js +0 -2
  648. package/dist/sdk/p-fc51c88d.entry.js.map +0 -1
  649. package/dist/sdk/u-field.u-raw-field.entry.esm.js.map +0 -1
  650. package/dist/sdk/u-profile.u-submit-button.entry.esm.js.map +0 -1
  651. package/loader/cdn.js +0 -1
  652. package/loader/index.cjs.js +0 -1
  653. package/loader/index.d.ts +0 -24
  654. package/loader/index.es2017.js +0 -1
  655. package/loader/index.js +0 -2
  656. /package/dist/{esm → sdk}/component-utils-D1lzXl_Z.js +0 -0
  657. /package/dist/{esm → sdk}/component-utils-D1lzXl_Z.js.map +0 -0
  658. /package/dist/{esm → sdk}/helpers-BqFCd65h.js +0 -0
  659. /package/dist/{esm → sdk}/helpers-BqFCd65h.js.map +0 -0
  660. /package/dist/{esm → sdk}/helpers-DUHc_Cx7.js +0 -0
  661. /package/dist/{esm → sdk}/helpers-DUHc_Cx7.js.map +0 -0
@@ -1,16 +1,15 @@
1
- import { U as UnidyComponent, r as registerInstance, g as getElement, h, H as Host } from './index-Ci3aTmzp.js';
2
- import { g as getUnidyClient } from './index-DKaIwo59.js';
3
- import { c as createPaginationStore } from './pagination-store-DzdJOp-n.js';
4
- import { w as waitForConfig, u as unidyState } from './unidy-store-BldTAtO0.js';
5
- import { t } from './i18n-BR-AGAnn.js';
6
- import './profile-store-RmZB2PTc.js';
7
- import './index-Bjp1XO-f.js';
1
+ import { U as UnidyComponent, r as registerInstance, f as getElement, h, a as Host } from './index-BqL27K_R.js';
2
+ import { h as getDefaultExportFromCjs, f as createPaginationStore, g as getUnidyClient } from './index-gEcJztft.js';
3
+ import { w as waitForConfig, u as unidyState } from './unidy-store-BwZym11Y.js';
4
+ import { t } from './i18n-BCI_ARJL.js';
5
+ import './profile-store-DD6sq42i.js';
6
+ import './index-BnBstyfp.js';
8
7
 
9
- var format = {};
8
+ var format$1 = {};
10
9
 
11
10
  var defaultLocale = {};
12
11
 
13
- var enUS = {};
12
+ var enUS$1 = {};
14
13
 
15
14
  var formatDistance$4 = {};
16
15
 
@@ -19,6 +18,7 @@ var hasRequiredFormatDistance$4;
19
18
  function requireFormatDistance$4 () {
20
19
  if (hasRequiredFormatDistance$4) return formatDistance$4;
21
20
  hasRequiredFormatDistance$4 = 1;
21
+ "use strict";
22
22
  formatDistance$4.formatDistance = void 0;
23
23
 
24
24
  const formatDistanceLocale = {
@@ -135,6 +135,7 @@ var hasRequiredBuildFormatLongFn;
135
135
  function requireBuildFormatLongFn () {
136
136
  if (hasRequiredBuildFormatLongFn) return buildFormatLongFn;
137
137
  hasRequiredBuildFormatLongFn = 1;
138
+ "use strict";
138
139
  buildFormatLongFn.buildFormatLongFn = buildFormatLongFn$1;
139
140
 
140
141
  function buildFormatLongFn$1(args) {
@@ -153,6 +154,7 @@ var hasRequiredFormatLong$4;
153
154
  function requireFormatLong$4 () {
154
155
  if (hasRequiredFormatLong$4) return formatLong$4;
155
156
  hasRequiredFormatLong$4 = 1;
157
+ "use strict";
156
158
  formatLong$4.formatLong = void 0;
157
159
  var _index = /*@__PURE__*/ requireBuildFormatLongFn();
158
160
 
@@ -177,7 +179,7 @@ function requireFormatLong$4 () {
177
179
  short: "{{date}}, {{time}}",
178
180
  };
179
181
 
180
- (formatLong$4.formatLong = {
182
+ const formatLong = (formatLong$4.formatLong = {
181
183
  date: (0, _index.buildFormatLongFn)({
182
184
  formats: dateFormats,
183
185
  defaultWidth: "full",
@@ -203,6 +205,7 @@ var hasRequiredFormatRelative$4;
203
205
  function requireFormatRelative$4 () {
204
206
  if (hasRequiredFormatRelative$4) return formatRelative$4;
205
207
  hasRequiredFormatRelative$4 = 1;
208
+ "use strict";
206
209
  formatRelative$4.formatRelative = void 0;
207
210
 
208
211
  const formatRelativeLocale = {
@@ -229,6 +232,7 @@ var hasRequiredBuildLocalizeFn;
229
232
  function requireBuildLocalizeFn () {
230
233
  if (hasRequiredBuildLocalizeFn) return buildLocalizeFn;
231
234
  hasRequiredBuildLocalizeFn = 1;
235
+ "use strict";
232
236
  buildLocalizeFn.buildLocalizeFn = buildLocalizeFn$1;
233
237
 
234
238
  /**
@@ -301,6 +305,7 @@ var hasRequiredLocalize$4;
301
305
  function requireLocalize$4 () {
302
306
  if (hasRequiredLocalize$4) return localize$4;
303
307
  hasRequiredLocalize$4 = 1;
308
+ "use strict";
304
309
  localize$4.localize = void 0;
305
310
  var _index = /*@__PURE__*/ requireBuildLocalizeFn();
306
311
 
@@ -458,7 +463,7 @@ function requireLocalize$4 () {
458
463
  return number + "th";
459
464
  };
460
465
 
461
- (localize$4.localize = {
466
+ const localize = (localize$4.localize = {
462
467
  ordinalNumber,
463
468
 
464
469
  era: (0, _index.buildLocalizeFn)({
@@ -501,6 +506,7 @@ var hasRequiredBuildMatchFn;
501
506
  function requireBuildMatchFn () {
502
507
  if (hasRequiredBuildMatchFn) return buildMatchFn;
503
508
  hasRequiredBuildMatchFn = 1;
509
+ "use strict";
504
510
  buildMatchFn.buildMatchFn = buildMatchFn$1;
505
511
 
506
512
  function buildMatchFn$1(args) {
@@ -570,6 +576,7 @@ var hasRequiredBuildMatchPatternFn;
570
576
  function requireBuildMatchPatternFn () {
571
577
  if (hasRequiredBuildMatchPatternFn) return buildMatchPatternFn;
572
578
  hasRequiredBuildMatchPatternFn = 1;
579
+ "use strict";
573
580
  buildMatchPatternFn.buildMatchPatternFn = buildMatchPatternFn$1;
574
581
 
575
582
  function buildMatchPatternFn$1(args) {
@@ -600,6 +607,7 @@ var hasRequiredMatch$4;
600
607
  function requireMatch$4 () {
601
608
  if (hasRequiredMatch$4) return match$4;
602
609
  hasRequiredMatch$4 = 1;
610
+ "use strict";
603
611
  match$4.match = void 0;
604
612
 
605
613
  var _index = /*@__PURE__*/ requireBuildMatchFn();
@@ -691,7 +699,7 @@ function requireMatch$4 () {
691
699
  },
692
700
  };
693
701
 
694
- (match$4.match = {
702
+ const match = (match$4.match = {
695
703
  ordinalNumber: (0, _index2.buildMatchPatternFn)({
696
704
  matchPattern: matchOrdinalNumberPattern,
697
705
  parsePattern: parseOrdinalNumberPattern,
@@ -740,9 +748,10 @@ function requireMatch$4 () {
740
748
  var hasRequiredEnUS;
741
749
 
742
750
  function requireEnUS () {
743
- if (hasRequiredEnUS) return enUS;
751
+ if (hasRequiredEnUS) return enUS$1;
744
752
  hasRequiredEnUS = 1;
745
- enUS.enUS = void 0;
753
+ "use strict";
754
+ enUS$1.enUS = void 0;
746
755
  var _index = /*@__PURE__*/ requireFormatDistance$4();
747
756
  var _index2 = /*@__PURE__*/ requireFormatLong$4();
748
757
  var _index3 = /*@__PURE__*/ requireFormatRelative$4();
@@ -757,7 +766,7 @@ function requireEnUS () {
757
766
  * @author Sasha Koss [@kossnocorp](https://github.com/kossnocorp)
758
767
  * @author Lesha Koss [@leshakoss](https://github.com/leshakoss)
759
768
  */
760
- (enUS.enUS = {
769
+ const enUS = (enUS$1.enUS = {
761
770
  code: "en-US",
762
771
  formatDistance: _index.formatDistance,
763
772
  formatLong: _index2.formatLong,
@@ -769,7 +778,7 @@ function requireEnUS () {
769
778
  firstWeekContainsDate: 1,
770
779
  },
771
780
  });
772
- return enUS;
781
+ return enUS$1;
773
782
  }
774
783
 
775
784
  var hasRequiredDefaultLocale;
@@ -778,6 +787,7 @@ function requireDefaultLocale () {
778
787
  if (hasRequiredDefaultLocale) return defaultLocale;
779
788
  hasRequiredDefaultLocale = 1;
780
789
  (function (exports) {
790
+ "use strict";
781
791
  Object.defineProperty(exports, "defaultLocale", {
782
792
  enumerable: true,
783
793
  get: function () {
@@ -796,6 +806,7 @@ var hasRequiredDefaultOptions;
796
806
  function requireDefaultOptions () {
797
807
  if (hasRequiredDefaultOptions) return defaultOptions;
798
808
  hasRequiredDefaultOptions = 1;
809
+ "use strict";
799
810
  defaultOptions.getDefaultOptions = getDefaultOptions;
800
811
  defaultOptions.setDefaultOptions = setDefaultOptions;
801
812
 
@@ -830,6 +841,7 @@ var hasRequiredConstants;
830
841
  function requireConstants () {
831
842
  if (hasRequiredConstants) return constants;
832
843
  hasRequiredConstants = 1;
844
+ "use strict";
833
845
  constants.secondsInYear =
834
846
  constants.secondsInWeek =
835
847
  constants.secondsInQuarter =
@@ -876,7 +888,7 @@ function requireConstants () {
876
888
  * @name daysInWeek
877
889
  * @summary Days in 1 week.
878
890
  */
879
- (constants.daysInWeek = 7);
891
+ const daysInWeek = (constants.daysInWeek = 7);
880
892
 
881
893
  /**
882
894
  * @constant
@@ -923,91 +935,91 @@ function requireConstants () {
923
935
  * new Date(-8640000000000001)
924
936
  * //=> Invalid Date
925
937
  */
926
- (constants.minTime = -maxTime);
938
+ const minTime = (constants.minTime = -maxTime);
927
939
 
928
940
  /**
929
941
  * @constant
930
942
  * @name millisecondsInWeek
931
943
  * @summary Milliseconds in 1 week.
932
944
  */
933
- (constants.millisecondsInWeek = 604800000);
945
+ const millisecondsInWeek = (constants.millisecondsInWeek = 604800000);
934
946
 
935
947
  /**
936
948
  * @constant
937
949
  * @name millisecondsInDay
938
950
  * @summary Milliseconds in 1 day.
939
951
  */
940
- (constants.millisecondsInDay = 86400000);
952
+ const millisecondsInDay = (constants.millisecondsInDay = 86400000);
941
953
 
942
954
  /**
943
955
  * @constant
944
956
  * @name millisecondsInMinute
945
957
  * @summary Milliseconds in 1 minute
946
958
  */
947
- (constants.millisecondsInMinute = 60000);
959
+ const millisecondsInMinute = (constants.millisecondsInMinute = 60000);
948
960
 
949
961
  /**
950
962
  * @constant
951
963
  * @name millisecondsInHour
952
964
  * @summary Milliseconds in 1 hour
953
965
  */
954
- (constants.millisecondsInHour = 3600000);
966
+ const millisecondsInHour = (constants.millisecondsInHour = 3600000);
955
967
 
956
968
  /**
957
969
  * @constant
958
970
  * @name millisecondsInSecond
959
971
  * @summary Milliseconds in 1 second
960
972
  */
961
- (constants.millisecondsInSecond = 1000);
973
+ const millisecondsInSecond = (constants.millisecondsInSecond = 1000);
962
974
 
963
975
  /**
964
976
  * @constant
965
977
  * @name minutesInYear
966
978
  * @summary Minutes in 1 year.
967
979
  */
968
- (constants.minutesInYear = 525600);
980
+ const minutesInYear = (constants.minutesInYear = 525600);
969
981
 
970
982
  /**
971
983
  * @constant
972
984
  * @name minutesInMonth
973
985
  * @summary Minutes in 1 month.
974
986
  */
975
- (constants.minutesInMonth = 43200);
987
+ const minutesInMonth = (constants.minutesInMonth = 43200);
976
988
 
977
989
  /**
978
990
  * @constant
979
991
  * @name minutesInDay
980
992
  * @summary Minutes in 1 day.
981
993
  */
982
- (constants.minutesInDay = 1440);
994
+ const minutesInDay = (constants.minutesInDay = 1440);
983
995
 
984
996
  /**
985
997
  * @constant
986
998
  * @name minutesInHour
987
999
  * @summary Minutes in 1 hour.
988
1000
  */
989
- (constants.minutesInHour = 60);
1001
+ const minutesInHour = (constants.minutesInHour = 60);
990
1002
 
991
1003
  /**
992
1004
  * @constant
993
1005
  * @name monthsInQuarter
994
1006
  * @summary Months in 1 quarter.
995
1007
  */
996
- (constants.monthsInQuarter = 3);
1008
+ const monthsInQuarter = (constants.monthsInQuarter = 3);
997
1009
 
998
1010
  /**
999
1011
  * @constant
1000
1012
  * @name monthsInYear
1001
1013
  * @summary Months in 1 year.
1002
1014
  */
1003
- (constants.monthsInYear = 12);
1015
+ const monthsInYear = (constants.monthsInYear = 12);
1004
1016
 
1005
1017
  /**
1006
1018
  * @constant
1007
1019
  * @name quartersInYear
1008
1020
  * @summary Quarters in 1 year
1009
1021
  */
1010
- (constants.quartersInYear = 4);
1022
+ const quartersInYear = (constants.quartersInYear = 4);
1011
1023
 
1012
1024
  /**
1013
1025
  * @constant
@@ -1021,7 +1033,7 @@ function requireConstants () {
1021
1033
  * @name secondsInMinute
1022
1034
  * @summary Seconds in 1 minute.
1023
1035
  */
1024
- (constants.secondsInMinute = 60);
1036
+ const secondsInMinute = (constants.secondsInMinute = 60);
1025
1037
 
1026
1038
  /**
1027
1039
  * @constant
@@ -1035,7 +1047,7 @@ function requireConstants () {
1035
1047
  * @name secondsInWeek
1036
1048
  * @summary Seconds in 1 week.
1037
1049
  */
1038
- (constants.secondsInWeek = secondsInDay * 7);
1050
+ const secondsInWeek = (constants.secondsInWeek = secondsInDay * 7);
1039
1051
 
1040
1052
  /**
1041
1053
  * @constant
@@ -1056,7 +1068,7 @@ function requireConstants () {
1056
1068
  * @name secondsInQuarter
1057
1069
  * @summary Seconds in 1 quarter.
1058
1070
  */
1059
- (constants.secondsInQuarter = secondsInMonth * 3);
1071
+ const secondsInQuarter = (constants.secondsInQuarter = secondsInMonth * 3);
1060
1072
 
1061
1073
  /**
1062
1074
  * @constant
@@ -1069,7 +1081,7 @@ function requireConstants () {
1069
1081
  * [`TZDate`](https://github.com/date-fns/tz) that accept a time zone as
1070
1082
  * a constructor argument.
1071
1083
  */
1072
- (constants.constructFromSymbol =
1084
+ const constructFromSymbol = (constants.constructFromSymbol =
1073
1085
  Symbol.for("constructDateFrom"));
1074
1086
  return constants;
1075
1087
  }
@@ -1079,6 +1091,7 @@ var hasRequiredConstructFrom;
1079
1091
  function requireConstructFrom () {
1080
1092
  if (hasRequiredConstructFrom) return constructFrom;
1081
1093
  hasRequiredConstructFrom = 1;
1094
+ "use strict";
1082
1095
  constructFrom.constructFrom = constructFrom$1;
1083
1096
  var _index = /*@__PURE__*/ requireConstants();
1084
1097
 
@@ -1135,6 +1148,7 @@ var hasRequiredToDate;
1135
1148
  function requireToDate () {
1136
1149
  if (hasRequiredToDate) return toDate;
1137
1150
  hasRequiredToDate = 1;
1151
+ "use strict";
1138
1152
  toDate.toDate = toDate$1;
1139
1153
  var _index = /*@__PURE__*/ requireConstructFrom();
1140
1154
 
@@ -1188,6 +1202,7 @@ var hasRequiredGetTimezoneOffsetInMilliseconds;
1188
1202
  function requireGetTimezoneOffsetInMilliseconds () {
1189
1203
  if (hasRequiredGetTimezoneOffsetInMilliseconds) return getTimezoneOffsetInMilliseconds;
1190
1204
  hasRequiredGetTimezoneOffsetInMilliseconds = 1;
1205
+ "use strict";
1191
1206
  getTimezoneOffsetInMilliseconds.getTimezoneOffsetInMilliseconds = getTimezoneOffsetInMilliseconds$1;
1192
1207
  var _index = /*@__PURE__*/ requireToDate();
1193
1208
 
@@ -1228,6 +1243,7 @@ var hasRequiredNormalizeDates;
1228
1243
  function requireNormalizeDates () {
1229
1244
  if (hasRequiredNormalizeDates) return normalizeDates;
1230
1245
  hasRequiredNormalizeDates = 1;
1246
+ "use strict";
1231
1247
  normalizeDates.normalizeDates = normalizeDates$1;
1232
1248
  var _index = /*@__PURE__*/ requireConstructFrom();
1233
1249
 
@@ -1248,6 +1264,7 @@ var hasRequiredStartOfDay;
1248
1264
  function requireStartOfDay () {
1249
1265
  if (hasRequiredStartOfDay) return startOfDay;
1250
1266
  hasRequiredStartOfDay = 1;
1267
+ "use strict";
1251
1268
  startOfDay.startOfDay = startOfDay$1;
1252
1269
  var _index = /*@__PURE__*/ requireToDate();
1253
1270
 
@@ -1290,6 +1307,7 @@ var hasRequiredDifferenceInCalendarDays;
1290
1307
  function requireDifferenceInCalendarDays () {
1291
1308
  if (hasRequiredDifferenceInCalendarDays) return differenceInCalendarDays;
1292
1309
  hasRequiredDifferenceInCalendarDays = 1;
1310
+ "use strict";
1293
1311
  differenceInCalendarDays.differenceInCalendarDays = differenceInCalendarDays$1;
1294
1312
  var _index = /*@__PURE__*/ requireGetTimezoneOffsetInMilliseconds();
1295
1313
  var _index2 = /*@__PURE__*/ requireNormalizeDates();
@@ -1365,6 +1383,7 @@ var hasRequiredStartOfYear;
1365
1383
  function requireStartOfYear () {
1366
1384
  if (hasRequiredStartOfYear) return startOfYear;
1367
1385
  hasRequiredStartOfYear = 1;
1386
+ "use strict";
1368
1387
  startOfYear.startOfYear = startOfYear$1;
1369
1388
  var _index = /*@__PURE__*/ requireToDate();
1370
1389
 
@@ -1408,6 +1427,7 @@ var hasRequiredGetDayOfYear;
1408
1427
  function requireGetDayOfYear () {
1409
1428
  if (hasRequiredGetDayOfYear) return getDayOfYear;
1410
1429
  hasRequiredGetDayOfYear = 1;
1430
+ "use strict";
1411
1431
  getDayOfYear.getDayOfYear = getDayOfYear$1;
1412
1432
  var _index = /*@__PURE__*/ requireDifferenceInCalendarDays();
1413
1433
  var _index2 = /*@__PURE__*/ requireStartOfYear();
@@ -1458,6 +1478,7 @@ var hasRequiredStartOfWeek;
1458
1478
  function requireStartOfWeek () {
1459
1479
  if (hasRequiredStartOfWeek) return startOfWeek;
1460
1480
  hasRequiredStartOfWeek = 1;
1481
+ "use strict";
1461
1482
  startOfWeek.startOfWeek = startOfWeek$1;
1462
1483
  var _index = /*@__PURE__*/ requireDefaultOptions();
1463
1484
  var _index2 = /*@__PURE__*/ requireToDate();
@@ -1518,6 +1539,7 @@ var hasRequiredStartOfISOWeek;
1518
1539
  function requireStartOfISOWeek () {
1519
1540
  if (hasRequiredStartOfISOWeek) return startOfISOWeek;
1520
1541
  hasRequiredStartOfISOWeek = 1;
1542
+ "use strict";
1521
1543
  startOfISOWeek.startOfISOWeek = startOfISOWeek$1;
1522
1544
  var _index = /*@__PURE__*/ requireStartOfWeek();
1523
1545
 
@@ -1564,6 +1586,7 @@ var hasRequiredGetISOWeekYear;
1564
1586
  function requireGetISOWeekYear () {
1565
1587
  if (hasRequiredGetISOWeekYear) return getISOWeekYear;
1566
1588
  hasRequiredGetISOWeekYear = 1;
1589
+ "use strict";
1567
1590
  getISOWeekYear.getISOWeekYear = getISOWeekYear$1;
1568
1591
  var _index = /*@__PURE__*/ requireConstructFrom();
1569
1592
  var _index2 = /*@__PURE__*/ requireStartOfISOWeek();
@@ -1627,6 +1650,7 @@ var hasRequiredStartOfISOWeekYear;
1627
1650
  function requireStartOfISOWeekYear () {
1628
1651
  if (hasRequiredStartOfISOWeekYear) return startOfISOWeekYear;
1629
1652
  hasRequiredStartOfISOWeekYear = 1;
1653
+ "use strict";
1630
1654
  startOfISOWeekYear.startOfISOWeekYear = startOfISOWeekYear$1;
1631
1655
  var _index = /*@__PURE__*/ requireConstructFrom();
1632
1656
  var _index2 = /*@__PURE__*/ requireGetISOWeekYear();
@@ -1676,6 +1700,7 @@ var hasRequiredGetISOWeek;
1676
1700
  function requireGetISOWeek () {
1677
1701
  if (hasRequiredGetISOWeek) return getISOWeek;
1678
1702
  hasRequiredGetISOWeek = 1;
1703
+ "use strict";
1679
1704
  getISOWeek.getISOWeek = getISOWeek$1;
1680
1705
  var _index = /*@__PURE__*/ requireConstants();
1681
1706
  var _index2 = /*@__PURE__*/ requireStartOfISOWeek();
@@ -1731,6 +1756,7 @@ var hasRequiredGetWeekYear;
1731
1756
  function requireGetWeekYear () {
1732
1757
  if (hasRequiredGetWeekYear) return getWeekYear;
1733
1758
  hasRequiredGetWeekYear = 1;
1759
+ "use strict";
1734
1760
  getWeekYear.getWeekYear = getWeekYear$1;
1735
1761
  var _index = /*@__PURE__*/ requireDefaultOptions();
1736
1762
  var _index2 = /*@__PURE__*/ requireConstructFrom();
@@ -1825,6 +1851,7 @@ var hasRequiredStartOfWeekYear;
1825
1851
  function requireStartOfWeekYear () {
1826
1852
  if (hasRequiredStartOfWeekYear) return startOfWeekYear;
1827
1853
  hasRequiredStartOfWeekYear = 1;
1854
+ "use strict";
1828
1855
  startOfWeekYear.startOfWeekYear = startOfWeekYear$1;
1829
1856
  var _index = /*@__PURE__*/ requireDefaultOptions();
1830
1857
  var _index2 = /*@__PURE__*/ requireConstructFrom();
@@ -1896,6 +1923,7 @@ var hasRequiredGetWeek;
1896
1923
  function requireGetWeek () {
1897
1924
  if (hasRequiredGetWeek) return getWeek;
1898
1925
  hasRequiredGetWeek = 1;
1926
+ "use strict";
1899
1927
  getWeek.getWeek = getWeek$1;
1900
1928
  var _index = /*@__PURE__*/ requireConstants();
1901
1929
  var _index2 = /*@__PURE__*/ requireStartOfWeek();
@@ -1961,6 +1989,7 @@ var hasRequiredAddLeadingZeros;
1961
1989
  function requireAddLeadingZeros () {
1962
1990
  if (hasRequiredAddLeadingZeros) return addLeadingZeros;
1963
1991
  hasRequiredAddLeadingZeros = 1;
1992
+ "use strict";
1964
1993
  addLeadingZeros.addLeadingZeros = addLeadingZeros$1;
1965
1994
  function addLeadingZeros$1(number, targetLength) {
1966
1995
  const sign = number < 0 ? "-" : "";
@@ -1977,6 +2006,7 @@ var hasRequiredLightFormatters;
1977
2006
  function requireLightFormatters () {
1978
2007
  if (hasRequiredLightFormatters) return lightFormatters;
1979
2008
  hasRequiredLightFormatters = 1;
2009
+ "use strict";
1980
2010
  lightFormatters.lightFormatters = void 0;
1981
2011
  var _index = /*@__PURE__*/ requireAddLeadingZeros();
1982
2012
 
@@ -1993,7 +2023,7 @@ function requireLightFormatters () {
1993
2023
  * Letters marked by * are not implemented but reserved by Unicode standard.
1994
2024
  */
1995
2025
 
1996
- (lightFormatters.lightFormatters = {
2026
+ const lightFormatters$1 = (lightFormatters.lightFormatters = {
1997
2027
  // Year
1998
2028
  y(date, token) {
1999
2029
  // From http://www.unicode.org/reports/tr35/tr35-31/tr35-dates.html#Date_Format_tokens
@@ -2086,6 +2116,7 @@ var hasRequiredFormatters;
2086
2116
  function requireFormatters () {
2087
2117
  if (hasRequiredFormatters) return formatters;
2088
2118
  hasRequiredFormatters = 1;
2119
+ "use strict";
2089
2120
  formatters.formatters = void 0;
2090
2121
  var _index = /*@__PURE__*/ requireGetDayOfYear();
2091
2122
  var _index2 = /*@__PURE__*/ requireGetISOWeek();
@@ -2097,6 +2128,8 @@ function requireFormatters () {
2097
2128
  var _index7 = /*@__PURE__*/ requireLightFormatters();
2098
2129
 
2099
2130
  const dayPeriodEnum = {
2131
+ am: "am",
2132
+ pm: "pm",
2100
2133
  midnight: "midnight",
2101
2134
  noon: "noon",
2102
2135
  morning: "morning",
@@ -2151,7 +2184,7 @@ function requireFormatters () {
2151
2184
  * - `p` is long localized time format
2152
2185
  */
2153
2186
 
2154
- (formatters.formatters = {
2187
+ const formatters$1 = (formatters.formatters = {
2155
2188
  // Era
2156
2189
  G: function (date, token, localize) {
2157
2190
  const era = date.getFullYear() > 0 ? 1 : 0;
@@ -2873,6 +2906,7 @@ var hasRequiredLongFormatters;
2873
2906
  function requireLongFormatters () {
2874
2907
  if (hasRequiredLongFormatters) return longFormatters;
2875
2908
  hasRequiredLongFormatters = 1;
2909
+ "use strict";
2876
2910
  longFormatters.longFormatters = void 0;
2877
2911
 
2878
2912
  const dateLongFormatter = (pattern, formatLong) => {
@@ -2935,7 +2969,7 @@ function requireLongFormatters () {
2935
2969
  .replace("{{time}}", timeLongFormatter(timePattern, formatLong));
2936
2970
  };
2937
2971
 
2938
- (longFormatters.longFormatters = {
2972
+ const longFormatters$1 = (longFormatters.longFormatters = {
2939
2973
  p: timeLongFormatter,
2940
2974
  P: dateTimeLongFormatter,
2941
2975
  });
@@ -2949,6 +2983,7 @@ var hasRequiredProtectedTokens;
2949
2983
  function requireProtectedTokens () {
2950
2984
  if (hasRequiredProtectedTokens) return protectedTokens;
2951
2985
  hasRequiredProtectedTokens = 1;
2986
+ "use strict";
2952
2987
  protectedTokens.isProtectedDayOfYearToken = isProtectedDayOfYearToken;
2953
2988
  protectedTokens.isProtectedWeekYearToken = isProtectedWeekYearToken;
2954
2989
  protectedTokens.warnOrThrowProtectedError = warnOrThrowProtectedError;
@@ -2987,6 +3022,7 @@ var hasRequiredIsDate;
2987
3022
  function requireIsDate () {
2988
3023
  if (hasRequiredIsDate) return isDate;
2989
3024
  hasRequiredIsDate = 1;
3025
+ "use strict";
2990
3026
  isDate.isDate = isDate$1; /**
2991
3027
  * @name isDate
2992
3028
  * @category Common Helpers
@@ -3034,6 +3070,7 @@ var hasRequiredIsValid;
3034
3070
  function requireIsValid () {
3035
3071
  if (hasRequiredIsValid) return isValid;
3036
3072
  hasRequiredIsValid = 1;
3073
+ "use strict";
3037
3074
  isValid.isValid = isValid$1;
3038
3075
  var _index = /*@__PURE__*/ requireIsDate();
3039
3076
  var _index2 = /*@__PURE__*/ requireToDate();
@@ -3081,9 +3118,10 @@ function requireIsValid () {
3081
3118
  var hasRequiredFormat;
3082
3119
 
3083
3120
  function requireFormat () {
3084
- if (hasRequiredFormat) return format;
3121
+ if (hasRequiredFormat) return format$1;
3085
3122
  hasRequiredFormat = 1;
3086
3123
  (function (exports) {
3124
+ "use strict";
3087
3125
  exports.format = exports.formatDate = format;
3088
3126
  Object.defineProperty(exports, "formatters", {
3089
3127
  enumerable: true,
@@ -3523,15 +3561,17 @@ function requireFormat () {
3523
3561
 
3524
3562
  return matched[1].replace(doubleQuoteRegExp, "'");
3525
3563
  }
3526
- } (format));
3527
- return format;
3564
+ } (format$1));
3565
+ return format$1;
3528
3566
  }
3529
3567
 
3530
3568
  var formatExports = /*@__PURE__*/ requireFormat();
3569
+ var format = /*@__PURE__*/getDefaultExportFromCjs(formatExports);
3531
3570
 
3532
3571
  var enUSExports = /*@__PURE__*/ requireEnUS();
3572
+ var enUS = /*@__PURE__*/getDefaultExportFromCjs(enUSExports);
3533
3573
 
3534
- var de = {};
3574
+ var de$1 = {};
3535
3575
 
3536
3576
  var formatDistance$3 = {};
3537
3577
 
@@ -3540,6 +3580,7 @@ var hasRequiredFormatDistance$3;
3540
3580
  function requireFormatDistance$3 () {
3541
3581
  if (hasRequiredFormatDistance$3) return formatDistance$3;
3542
3582
  hasRequiredFormatDistance$3 = 1;
3583
+ "use strict";
3543
3584
  formatDistance$3.formatDistance = void 0;
3544
3585
 
3545
3586
  const formatDistanceLocale = {
@@ -3749,6 +3790,7 @@ var hasRequiredFormatLong$3;
3749
3790
  function requireFormatLong$3 () {
3750
3791
  if (hasRequiredFormatLong$3) return formatLong$3;
3751
3792
  hasRequiredFormatLong$3 = 1;
3793
+ "use strict";
3752
3794
  formatLong$3.formatLong = void 0;
3753
3795
  var _index = /*@__PURE__*/ requireBuildFormatLongFn();
3754
3796
 
@@ -3774,7 +3816,7 @@ function requireFormatLong$3 () {
3774
3816
  short: "{{date}} {{time}}",
3775
3817
  };
3776
3818
 
3777
- (formatLong$3.formatLong = {
3819
+ const formatLong = (formatLong$3.formatLong = {
3778
3820
  date: (0, _index.buildFormatLongFn)({
3779
3821
  formats: dateFormats,
3780
3822
  defaultWidth: "full",
@@ -3800,6 +3842,7 @@ var hasRequiredFormatRelative$3;
3800
3842
  function requireFormatRelative$3 () {
3801
3843
  if (hasRequiredFormatRelative$3) return formatRelative$3;
3802
3844
  hasRequiredFormatRelative$3 = 1;
3845
+ "use strict";
3803
3846
  formatRelative$3.formatRelative = void 0;
3804
3847
 
3805
3848
  const formatRelativeLocale = {
@@ -3824,6 +3867,7 @@ var hasRequiredLocalize$3;
3824
3867
  function requireLocalize$3 () {
3825
3868
  if (hasRequiredLocalize$3) return localize$3;
3826
3869
  hasRequiredLocalize$3 = 1;
3870
+ "use strict";
3827
3871
  localize$3.localize = void 0;
3828
3872
  var _index = /*@__PURE__*/ requireBuildLocalizeFn();
3829
3873
 
@@ -3984,7 +4028,7 @@ function requireLocalize$3 () {
3984
4028
  return number + ".";
3985
4029
  };
3986
4030
 
3987
- (localize$3.localize = {
4031
+ const localize = (localize$3.localize = {
3988
4032
  ordinalNumber,
3989
4033
 
3990
4034
  era: (0, _index.buildLocalizeFn)({
@@ -4026,6 +4070,7 @@ var hasRequiredMatch$3;
4026
4070
  function requireMatch$3 () {
4027
4071
  if (hasRequiredMatch$3) return match$3;
4028
4072
  hasRequiredMatch$3 = 1;
4073
+ "use strict";
4029
4074
  match$3.match = void 0;
4030
4075
 
4031
4076
  var _index = /*@__PURE__*/ requireBuildMatchFn();
@@ -4119,7 +4164,7 @@ function requireMatch$3 () {
4119
4164
  },
4120
4165
  };
4121
4166
 
4122
- (match$3.match = {
4167
+ const match = (match$3.match = {
4123
4168
  ordinalNumber: (0, _index2.buildMatchPatternFn)({
4124
4169
  matchPattern: matchOrdinalNumberPattern,
4125
4170
  parsePattern: parseOrdinalNumberPattern,
@@ -4168,9 +4213,10 @@ function requireMatch$3 () {
4168
4213
  var hasRequiredDe;
4169
4214
 
4170
4215
  function requireDe () {
4171
- if (hasRequiredDe) return de;
4216
+ if (hasRequiredDe) return de$1;
4172
4217
  hasRequiredDe = 1;
4173
- de.de = void 0;
4218
+ "use strict";
4219
+ de$1.de = void 0;
4174
4220
  var _index = /*@__PURE__*/ requireFormatDistance$3();
4175
4221
  var _index2 = /*@__PURE__*/ requireFormatLong$3();
4176
4222
  var _index3 = /*@__PURE__*/ requireFormatRelative$3();
@@ -4188,7 +4234,7 @@ function requireDe () {
4188
4234
  * @author RomanErnst [@pex](https://github.com/pex)
4189
4235
  * @author Philipp Keck [@Philipp91](https://github.com/Philipp91)
4190
4236
  */
4191
- (de.de = {
4237
+ const de = (de$1.de = {
4192
4238
  code: "de",
4193
4239
  formatDistance: _index.formatDistance,
4194
4240
  formatLong: _index2.formatLong,
@@ -4200,12 +4246,13 @@ function requireDe () {
4200
4246
  firstWeekContainsDate: 4,
4201
4247
  },
4202
4248
  });
4203
- return de;
4249
+ return de$1;
4204
4250
  }
4205
4251
 
4206
4252
  var deExports = /*@__PURE__*/ requireDe();
4253
+ var de = /*@__PURE__*/getDefaultExportFromCjs(deExports);
4207
4254
 
4208
- var fr = {};
4255
+ var fr$1 = {};
4209
4256
 
4210
4257
  var formatDistance$2 = {};
4211
4258
 
@@ -4214,6 +4261,7 @@ var hasRequiredFormatDistance$2;
4214
4261
  function requireFormatDistance$2 () {
4215
4262
  if (hasRequiredFormatDistance$2) return formatDistance$2;
4216
4263
  hasRequiredFormatDistance$2 = 1;
4264
+ "use strict";
4217
4265
  formatDistance$2.formatDistance = void 0;
4218
4266
 
4219
4267
  const formatDistanceLocale = {
@@ -4327,6 +4375,7 @@ var hasRequiredFormatLong$2;
4327
4375
  function requireFormatLong$2 () {
4328
4376
  if (hasRequiredFormatLong$2) return formatLong$2;
4329
4377
  hasRequiredFormatLong$2 = 1;
4378
+ "use strict";
4330
4379
  formatLong$2.formatLong = void 0;
4331
4380
  var _index = /*@__PURE__*/ requireBuildFormatLongFn();
4332
4381
 
@@ -4351,7 +4400,7 @@ function requireFormatLong$2 () {
4351
4400
  short: "{{date}}, {{time}}",
4352
4401
  };
4353
4402
 
4354
- (formatLong$2.formatLong = {
4403
+ const formatLong = (formatLong$2.formatLong = {
4355
4404
  date: (0, _index.buildFormatLongFn)({
4356
4405
  formats: dateFormats,
4357
4406
  defaultWidth: "full",
@@ -4377,6 +4426,7 @@ var hasRequiredFormatRelative$2;
4377
4426
  function requireFormatRelative$2 () {
4378
4427
  if (hasRequiredFormatRelative$2) return formatRelative$2;
4379
4428
  hasRequiredFormatRelative$2 = 1;
4429
+ "use strict";
4380
4430
  formatRelative$2.formatRelative = void 0;
4381
4431
 
4382
4432
  const formatRelativeLocale = {
@@ -4401,6 +4451,7 @@ var hasRequiredLocalize$2;
4401
4451
  function requireLocalize$2 () {
4402
4452
  if (hasRequiredLocalize$2) return localize$2;
4403
4453
  hasRequiredLocalize$2 = 1;
4454
+ "use strict";
4404
4455
  localize$2.localize = void 0;
4405
4456
  var _index = /*@__PURE__*/ requireBuildLocalizeFn();
4406
4457
 
@@ -4518,7 +4569,7 @@ function requireLocalize$2 () {
4518
4569
 
4519
4570
  const LONG_MONTHS_TOKENS = ["MMM", "MMMM"];
4520
4571
 
4521
- (localize$2.localize = {
4572
+ const localize = (localize$2.localize = {
4522
4573
  preprocessor: (date, parts) => {
4523
4574
  // Replaces the `do` tokens with `d` when used with long month tokens and the day of the month is greater than one.
4524
4575
  // Use case "do MMMM" => 1er août, 29 août
@@ -4577,6 +4628,7 @@ var hasRequiredMatch$2;
4577
4628
  function requireMatch$2 () {
4578
4629
  if (hasRequiredMatch$2) return match$2;
4579
4630
  hasRequiredMatch$2 = 1;
4631
+ "use strict";
4580
4632
  match$2.match = void 0;
4581
4633
 
4582
4634
  var _index = /*@__PURE__*/ requireBuildMatchFn();
@@ -4669,7 +4721,7 @@ function requireMatch$2 () {
4669
4721
  },
4670
4722
  };
4671
4723
 
4672
- (match$2.match = {
4724
+ const match = (match$2.match = {
4673
4725
  ordinalNumber: (0, _index2.buildMatchPatternFn)({
4674
4726
  matchPattern: matchOrdinalNumberPattern,
4675
4727
  parsePattern: parseOrdinalNumberPattern,
@@ -4718,9 +4770,10 @@ function requireMatch$2 () {
4718
4770
  var hasRequiredFr;
4719
4771
 
4720
4772
  function requireFr () {
4721
- if (hasRequiredFr) return fr;
4773
+ if (hasRequiredFr) return fr$1;
4722
4774
  hasRequiredFr = 1;
4723
- fr.fr = void 0;
4775
+ "use strict";
4776
+ fr$1.fr = void 0;
4724
4777
  var _index = /*@__PURE__*/ requireFormatDistance$2();
4725
4778
  var _index2 = /*@__PURE__*/ requireFormatLong$2();
4726
4779
  var _index3 = /*@__PURE__*/ requireFormatRelative$2();
@@ -4735,7 +4788,7 @@ function requireFr () {
4735
4788
  * @author Jean Dupouy [@izeau](https://github.com/izeau)
4736
4789
  * @author François B [@fbonzon](https://github.com/fbonzon)
4737
4790
  */
4738
- (fr.fr = {
4791
+ const fr = (fr$1.fr = {
4739
4792
  code: "fr",
4740
4793
  formatDistance: _index.formatDistance,
4741
4794
  formatLong: _index2.formatLong,
@@ -4747,12 +4800,13 @@ function requireFr () {
4747
4800
  firstWeekContainsDate: 4,
4748
4801
  },
4749
4802
  });
4750
- return fr;
4803
+ return fr$1;
4751
4804
  }
4752
4805
 
4753
4806
  var frExports = /*@__PURE__*/ requireFr();
4807
+ var fr = /*@__PURE__*/getDefaultExportFromCjs(frExports);
4754
4808
 
4755
- var nlBE = {};
4809
+ var nlBE$1 = {};
4756
4810
 
4757
4811
  var formatDistance$1 = {};
4758
4812
 
@@ -4761,6 +4815,7 @@ var hasRequiredFormatDistance$1;
4761
4815
  function requireFormatDistance$1 () {
4762
4816
  if (hasRequiredFormatDistance$1) return formatDistance$1;
4763
4817
  hasRequiredFormatDistance$1 = 1;
4818
+ "use strict";
4764
4819
  formatDistance$1.formatDistance = void 0;
4765
4820
 
4766
4821
  const formatDistanceLocale = {
@@ -4875,6 +4930,7 @@ var hasRequiredFormatLong$1;
4875
4930
  function requireFormatLong$1 () {
4876
4931
  if (hasRequiredFormatLong$1) return formatLong$1;
4877
4932
  hasRequiredFormatLong$1 = 1;
4933
+ "use strict";
4878
4934
  formatLong$1.formatLong = void 0;
4879
4935
  var _index = /*@__PURE__*/ requireBuildFormatLongFn();
4880
4936
 
@@ -4899,7 +4955,7 @@ function requireFormatLong$1 () {
4899
4955
  short: "{{date}}, {{time}}",
4900
4956
  };
4901
4957
 
4902
- (formatLong$1.formatLong = {
4958
+ const formatLong = (formatLong$1.formatLong = {
4903
4959
  date: (0, _index.buildFormatLongFn)({
4904
4960
  formats: dateFormats,
4905
4961
  defaultWidth: "full",
@@ -4925,6 +4981,7 @@ var hasRequiredFormatRelative$1;
4925
4981
  function requireFormatRelative$1 () {
4926
4982
  if (hasRequiredFormatRelative$1) return formatRelative$1;
4927
4983
  hasRequiredFormatRelative$1 = 1;
4984
+ "use strict";
4928
4985
  formatRelative$1.formatRelative = void 0;
4929
4986
 
4930
4987
  const formatRelativeLocale = {
@@ -4949,6 +5006,7 @@ var hasRequiredLocalize$1;
4949
5006
  function requireLocalize$1 () {
4950
5007
  if (hasRequiredLocalize$1) return localize$1;
4951
5008
  hasRequiredLocalize$1 = 1;
5009
+ "use strict";
4952
5010
  localize$1.localize = void 0;
4953
5011
  var _index = /*@__PURE__*/ requireBuildLocalizeFn();
4954
5012
 
@@ -5050,7 +5108,7 @@ function requireLocalize$1 () {
5050
5108
  return number + "e";
5051
5109
  };
5052
5110
 
5053
- (localize$1.localize = {
5111
+ const localize = (localize$1.localize = {
5054
5112
  ordinalNumber,
5055
5113
 
5056
5114
  era: (0, _index.buildLocalizeFn)({
@@ -5089,6 +5147,7 @@ var hasRequiredMatch$1;
5089
5147
  function requireMatch$1 () {
5090
5148
  if (hasRequiredMatch$1) return match$1;
5091
5149
  hasRequiredMatch$1 = 1;
5150
+ "use strict";
5092
5151
  match$1.match = void 0;
5093
5152
 
5094
5153
  var _index = /*@__PURE__*/ requireBuildMatchFn();
@@ -5179,7 +5238,7 @@ function requireMatch$1 () {
5179
5238
  },
5180
5239
  };
5181
5240
 
5182
- (match$1.match = {
5241
+ const match = (match$1.match = {
5183
5242
  ordinalNumber: (0, _index2.buildMatchPatternFn)({
5184
5243
  matchPattern: matchOrdinalNumberPattern,
5185
5244
  parsePattern: parseOrdinalNumberPattern,
@@ -5228,9 +5287,10 @@ function requireMatch$1 () {
5228
5287
  var hasRequiredNlBE;
5229
5288
 
5230
5289
  function requireNlBE () {
5231
- if (hasRequiredNlBE) return nlBE;
5290
+ if (hasRequiredNlBE) return nlBE$1;
5232
5291
  hasRequiredNlBE = 1;
5233
- nlBE.nlBE = void 0;
5292
+ "use strict";
5293
+ nlBE$1.nlBE = void 0;
5234
5294
  var _index = /*@__PURE__*/ requireFormatDistance$1();
5235
5295
  var _index2 = /*@__PURE__*/ requireFormatLong$1();
5236
5296
  var _index3 = /*@__PURE__*/ requireFormatRelative$1();
@@ -5247,7 +5307,7 @@ function requireNlBE () {
5247
5307
  * @author Lode Vanhove [@bitcrumb](https://github.com/bitcrumb)
5248
5308
  * @author Alex Hoeing [@dcbn](https://github.com/dcbn)
5249
5309
  */
5250
- (nlBE.nlBE = {
5310
+ const nlBE = (nlBE$1.nlBE = {
5251
5311
  code: "nl-BE",
5252
5312
  formatDistance: _index.formatDistance,
5253
5313
  formatLong: _index2.formatLong,
@@ -5259,12 +5319,13 @@ function requireNlBE () {
5259
5319
  firstWeekContainsDate: 4,
5260
5320
  },
5261
5321
  });
5262
- return nlBE;
5322
+ return nlBE$1;
5263
5323
  }
5264
5324
 
5265
5325
  var nlBEExports = /*@__PURE__*/ requireNlBE();
5326
+ var nlBE = /*@__PURE__*/getDefaultExportFromCjs(nlBEExports);
5266
5327
 
5267
- var ro = {};
5328
+ var ro$1 = {};
5268
5329
 
5269
5330
  var formatDistance = {};
5270
5331
 
@@ -5273,6 +5334,7 @@ var hasRequiredFormatDistance;
5273
5334
  function requireFormatDistance () {
5274
5335
  if (hasRequiredFormatDistance) return formatDistance;
5275
5336
  hasRequiredFormatDistance = 1;
5337
+ "use strict";
5276
5338
  formatDistance.formatDistance = void 0;
5277
5339
 
5278
5340
  const formatDistanceLocale = {
@@ -5387,6 +5449,7 @@ var hasRequiredFormatLong;
5387
5449
  function requireFormatLong () {
5388
5450
  if (hasRequiredFormatLong) return formatLong;
5389
5451
  hasRequiredFormatLong = 1;
5452
+ "use strict";
5390
5453
  formatLong.formatLong = void 0;
5391
5454
  var _index = /*@__PURE__*/ requireBuildFormatLongFn();
5392
5455
 
@@ -5411,7 +5474,7 @@ function requireFormatLong () {
5411
5474
  short: "{{date}}, {{time}}",
5412
5475
  };
5413
5476
 
5414
- (formatLong.formatLong = {
5477
+ const formatLong$1 = (formatLong.formatLong = {
5415
5478
  date: (0, _index.buildFormatLongFn)({
5416
5479
  formats: dateFormats,
5417
5480
  defaultWidth: "full",
@@ -5437,6 +5500,7 @@ var hasRequiredFormatRelative;
5437
5500
  function requireFormatRelative () {
5438
5501
  if (hasRequiredFormatRelative) return formatRelative;
5439
5502
  hasRequiredFormatRelative = 1;
5503
+ "use strict";
5440
5504
  formatRelative.formatRelative = void 0;
5441
5505
 
5442
5506
  const formatRelativeLocale = {
@@ -5461,6 +5525,7 @@ var hasRequiredLocalize;
5461
5525
  function requireLocalize () {
5462
5526
  if (hasRequiredLocalize) return localize;
5463
5527
  hasRequiredLocalize = 1;
5528
+ "use strict";
5464
5529
  localize.localize = void 0;
5465
5530
  var _index = /*@__PURE__*/ requireBuildLocalizeFn();
5466
5531
 
@@ -5591,7 +5656,7 @@ function requireLocalize () {
5591
5656
  return String(dirtyNumber);
5592
5657
  };
5593
5658
 
5594
- (localize.localize = {
5659
+ const localize$1 = (localize.localize = {
5595
5660
  ordinalNumber,
5596
5661
 
5597
5662
  era: (0, _index.buildLocalizeFn)({
@@ -5632,6 +5697,7 @@ var hasRequiredMatch;
5632
5697
  function requireMatch () {
5633
5698
  if (hasRequiredMatch) return match;
5634
5699
  hasRequiredMatch = 1;
5700
+ "use strict";
5635
5701
  match.match = void 0;
5636
5702
 
5637
5703
  var _index = /*@__PURE__*/ requireBuildMatchFn();
@@ -5728,7 +5794,7 @@ function requireMatch () {
5728
5794
  },
5729
5795
  };
5730
5796
 
5731
- (match.match = {
5797
+ const match$1 = (match.match = {
5732
5798
  ordinalNumber: (0, _index2.buildMatchPatternFn)({
5733
5799
  matchPattern: matchOrdinalNumberPattern,
5734
5800
  parsePattern: parseOrdinalNumberPattern,
@@ -5777,9 +5843,10 @@ function requireMatch () {
5777
5843
  var hasRequiredRo;
5778
5844
 
5779
5845
  function requireRo () {
5780
- if (hasRequiredRo) return ro;
5846
+ if (hasRequiredRo) return ro$1;
5781
5847
  hasRequiredRo = 1;
5782
- ro.ro = void 0;
5848
+ "use strict";
5849
+ ro$1.ro = void 0;
5783
5850
  var _index = /*@__PURE__*/ requireFormatDistance();
5784
5851
  var _index2 = /*@__PURE__*/ requireFormatLong();
5785
5852
  var _index3 = /*@__PURE__*/ requireFormatRelative();
@@ -5795,7 +5862,7 @@ function requireRo () {
5795
5862
  * @author Adrian Ocneanu [@aocneanu](https://github.com/aocneanu)
5796
5863
  * @author Mihai Ocneanu [@gandesc](https://github.com/gandesc)
5797
5864
  */
5798
- (ro.ro = {
5865
+ const ro = (ro$1.ro = {
5799
5866
  code: "ro",
5800
5867
  formatDistance: _index.formatDistance,
5801
5868
  formatLong: _index2.formatLong,
@@ -5807,10 +5874,11 @@ function requireRo () {
5807
5874
  firstWeekContainsDate: 1,
5808
5875
  },
5809
5876
  });
5810
- return ro;
5877
+ return ro$1;
5811
5878
  }
5812
5879
 
5813
5880
  var roExports = /*@__PURE__*/ requireRo();
5881
+ var ro = /*@__PURE__*/getDefaultExportFromCjs(roExports);
5814
5882
 
5815
5883
  /**
5816
5884
  * Creates a skeleton loader HTML string with animated placeholder
@@ -6073,4 +6141,4 @@ const TicketableList = class extends UnidyComponent {
6073
6141
  };
6074
6142
 
6075
6143
  export { TicketableList as u_ticketable_list };
6076
- //# sourceMappingURL=u-ticketable-list.entry.js.map
6144
+ //# sourceMappingURL=u-ticketable-list.entry.esm.js.map